@profoundlogic/coderflow-server 0.8.7 → 0.8.8
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/compression-filter.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/memory-utils.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/slack-service.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-aliases.js +1 -1
- package/dist/lib/task-container-init.js +1 -1
- package/dist/lib/task-context-usage.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/logs.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/slack.js +1 -1
- package/dist/routes/stats.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/admin.css +476 -0
- package/dist/web-ui/public/admin.html +96 -17
- package/dist/web-ui/public/admin.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/docs/_sidebar.md +1 -0
- package/dist/web-ui/public/docs/admin/container-lifecycle.md +102 -0
- package/dist/web-ui/public/docs/admin/jira.md +20 -3
- package/dist/web-ui/public/docs/docsify-proxy-helper.js +1 -0
- package/dist/web-ui/public/docs/index.html +25 -18
- package/dist/web-ui/public/environments.html +1 -0
- 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/settings.html +101 -2
- 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-client.transport-warning.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/task-judging-helpers.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(_0x34f833,_0x43f907){const _0x396caf={_0x4e6217:0x44b,_0x448eb9:0x453,_0x3c5008:0x491,_0x548e97:0x45a,_0x3154f7:0x3ee,_0x3172cb:0x4f4,_0x10f48b:0x500,_0x37ce07:0x50d,_0x41fea7:0x4d5,_0x4e81f1:0x4a3,_0x5cd31b:0x4b6,_0x517066:0x4fb,_0x33f6e1:0x41a,_0xd8f28f:0x3eb,_0x1c4d13:0x4bc,_0x5cd558:0x4d1,_0x5f2cb5:0x392,_0x480512:0x4a7,_0x1dbcb2:0x4cc,_0x5cf922:0x46a},_0x3ef2f7={_0xf5fcbf:0x29f};function _0x5a859d(_0x496c0f,_0x30c876,_0x24f0c9,_0x42a279){return _0x2d28(_0x24f0c9-0x1c2,_0x30c876);}const _0x3ec2cd=_0x34f833();function _0x3caba2(_0x3ae900,_0x2c67ab,_0x8fa320,_0x38c689){return _0x2d28(_0x3ae900-_0x3ef2f7._0xf5fcbf,_0x8fa320);}while(!![]){try{const _0x1783cf=-parseInt(_0x3caba2(0x495,0x486,0x4a4,0x45a))/(0xe*-0x125+0x8*-0x3df+-0x1*-0x2eff)+parseInt(_0x3caba2(_0x396caf._0x4e6217,_0x396caf._0x448eb9,_0x396caf._0x3c5008,_0x396caf._0x548e97))/(0x8c*-0x15+0xe3a+-0x64*0x7)+-parseInt(_0x5a859d(0x3eb,0x3fd,0x42d,_0x396caf._0x3154f7))/(-0xa74*0x3+0x36*0x9c+-0x189)+-parseInt(_0x3caba2(_0x396caf._0x3172cb,_0x396caf._0x10f48b,0x4c9,_0x396caf._0x37ce07))/(-0x1*0x20a3+0x2660+-0x5b9)*(parseInt(_0x3caba2(_0x396caf._0x41fea7,_0x396caf._0x4e81f1,_0x396caf._0x5cd31b,_0x396caf._0x517066))/(-0x1*-0xff5+0x23b*-0x1+0x1d*-0x79))+-parseInt(_0x5a859d(0x3d3,0x437,_0x396caf._0x33f6e1,_0x396caf._0xd8f28f))/(-0x961+-0xb*-0x1a0+-0x1*0x879)*(parseInt(_0x3caba2(0x465,0x4cd,0x49a,0x4b4))/(-0x2353+0x1*0xc9b+0x795*0x3))+parseInt(_0x3caba2(_0x396caf._0x1c4d13,0x50d,_0x396caf._0x5cd558,0x4fc))/(0x14ff+0x1*-0xc65+-0x892)*(parseInt(_0x5a859d(0x3d1,0x348,_0x396caf._0x5f2cb5,0x331))/(0x158+0x30a+-0x459))+parseInt(_0x3caba2(0x451,_0x396caf._0x480512,0x3f1,0x438))/(-0x1295+0x5*0x471+0x36*-0x11)*(parseInt(_0x3caba2(_0x396caf._0x1dbcb2,0x4c2,0x509,_0x396caf._0x5cf922))/(-0x509*-0x1+0x587*0x1+-0x1*0xa85));if(_0x1783cf===_0x43f907)break;else _0x3ec2cd['push'](_0x3ec2cd['shift']());}catch(_0x215f24){_0x3ec2cd['push'](_0x3ec2cd['shift']());}}}(_0x29d3,0x74695+0x1c*0x881+-0x2da8b));import{promises as _0x35f991}from'fs';import{existsSync}from'fs';import _0x237f78 from'path';import _0x3dee9a from'crypto';import{DATA_DIR}from'./data-dir.js';import{logger as _0x3e7232}from'./logger.js';function _0x47127a(_0x5b05d5,_0x46a4d0,_0x3f4a6a,_0x11304d){const _0x2112b8={_0x30dbf4:0x1c8};return _0x2d28(_0x5b05d5-_0x2112b8._0x30dbf4,_0x46a4d0);}const TOKENS_FILE='user-git-t'+_0x102c8a(-0x8a,-0x79,-0x51,-0xa5),ENCRYPTION_KEY_FILE=_0x47127a(0x415,0x44f,0x417,0x43b)+'-key',ALGORITHM=_0x102c8a(0x40,0x3a,-0x15,0x26)+'m',KEY_LENGTH=-0xb5e+-0x1*-0x11d7+-0x659,IV_LENGTH=0x1b27+0x3*0x8a8+0x1*-0x350f,AUTH_TAG_LENGTH=-0x4a3+0x483+0x30*0x1;let encryptionKeyCache=null;async function getEncryptionKey(_0x566889={}){const _0x55798b={_0x4a1b78:0xd8,_0x37992b:0xfa,_0x4240cf:0x16,_0x5110d7:0x32,_0x6357ce:0x19,_0x2abe9b:0x9a,_0x31edf9:0xd6,_0x3f6947:0x114,_0x20cb26:0x77,_0x16945f:0xb6,_0x4be315:0x91,_0x24663d:0xb4,_0x267ad0:0x134,_0x23ffa9:0xea,_0x4eab92:0x13f,_0x2658a0:0xd,_0x51c7d8:0x63,_0x3e44cf:0xf,_0x491c70:0x1ee,_0x490014:0x19e,_0x4ae51d:0x85,_0x369cf9:0x58,_0xedbbf7:0x9d,_0x29afd7:0xeb,_0x12290a:0xed,_0x1a1a87:0x10d,_0x25f03d:0x3d,_0x30d5ff:0x26,_0x3dde8a:0x152,_0x251eee:0x17d,_0x3636cc:0xf5,_0x411fee:0x5c,_0xebbb8d:0x12,_0x47d014:0x99,_0x54ef0f:0x6b,_0x2ec561:0x4a,_0x30d126:0x53,_0x299691:0xa0,_0xb61b77:0xe1,_0x1b6a9a:0xf7,_0x7acf4d:0x81,_0x4e2900:0x1ba,_0x512c87:0x199,_0x5a6928:0x188,_0x14e7d1:0x11d,_0x238e27:0x128,_0x312816:0x133,_0x538e65:0x157,_0x42f817:0x168,_0x10e42c:0x181,_0x3f4414:0x34,_0x9fe966:0x2,_0x4d47d5:0x113,_0x4ec764:0xce,_0x278431:0x51,_0x1c9a02:0x24,_0x5e24d7:0x5,_0x434537:0x3,_0x466d51:0x1,_0x250d49:0x29,_0x19e548:0x33,_0x5a99cd:0xf9,_0x2f9c2e:0x120,_0x178df1:0x1a4,_0x4f2afb:0x18b,_0x389743:0x1b,_0x2a9675:0x52,_0x3b1137:0x3,_0x52f554:0x35,_0xf445d3:0x4b,_0x183efe:0x13d,_0x37fd93:0x10b,_0x4920ba:0x13,_0x10641b:0x26,_0x5b6e97:0x33,_0x2b59eb:0xff,_0x5f17fe:0x181,_0x2480b8:0x19d,_0x3a5596:0x16a,_0x23ea5f:0x6e,_0x400d7c:0xaa,_0x595fcc:0xee,_0x20af6a:0x129,_0x6539e7:0x179,_0xa9df8d:0x89,_0x20d869:0x154,_0x2ba2f3:0x168,_0x94ddac:0xde,_0xbdf35:0x119,_0xb16650:0x192,_0x412678:0x182,_0x9259e8:0x142,_0x107d79:0x19e,_0x3d66fd:0x185,_0x1f88d3:0x129,_0xab71d2:0x13,_0x30196d:0x14c,_0x443842:0x193,_0x38cfb7:0x1d5,_0x49bdb4:0x16b,_0x3698bd:0x167,_0x3f79de:0x42,_0x488a5a:0x2a,_0x3361f0:0x11,_0x87e54f:0x148,_0x5de31d:0x1e,_0x4997ba:0x12,_0x165591:0x3b,_0x45c8d4:0xd3,_0x1e5173:0xed,_0x422f37:0xd7,_0x142235:0x2b,_0x581547:0x15,_0x4e4616:0x1b,_0x5ba72e:0x7a,_0x5f3a84:0x10a,_0x4f5251:0x12e,_0x30e2e3:0x9e,_0x5cfe10:0x123,_0x58f13b:0xf0,_0x28c222:0x5e},_0x17eb9d={_0x20b6b0:0x136,_0x395284:0x12e},_0xd6c559={'BpuSu':_0x6a0e(-0x170,-0x1da,-0x16a,-0x172),'yBIEj':function(_0xda2df5,_0x32e2ae){return _0xda2df5(_0x32e2ae);},'nmsEc':function(_0x180e14,_0x403a67){return _0x180e14!==_0x403a67;},'fPdOg':_0x4c6412(_0x55798b._0x4a1b78,0xec,_0x55798b._0x37992b,0xae),'seMFR':function(_0x95377a,_0x4e8ee1){return _0x95377a===_0x4e8ee1;},'LieWl':_0x4c6412(-0x2f,_0x55798b._0x4240cf,-_0x55798b._0x5110d7,_0x55798b._0x6357ce),'qDJNj':_0x4c6412(0xe0,0x76,0x59,_0x55798b._0x2abe9b),'junuq':_0x4c6412(_0x55798b._0x31edf9,_0x55798b._0x3f6947,_0x55798b._0x20cb26,_0x55798b._0x16945f),'ITIfQ':_0x6a0e(-_0x55798b._0x4be315,-_0x55798b._0x24663d,-_0x55798b._0x267ad0,-_0x55798b._0x23ffa9),'MWNmI':'Failed\x20to\x20'+_0x6a0e(-_0x55798b._0x4eab92,-0x154,-0xbc,-0x117)+_0x4c6412(-_0x55798b._0x2658a0,0x24,-_0x55798b._0x51c7d8,-_0x55798b._0x3e44cf)+'ption\x20key,'+'\x20generatin'+_0x6a0e(-_0x55798b._0x491c70,-0x1e9,-_0x55798b._0x490014,-0x198),'JSoYW':'Git\x20OAuth\x20'+'encryption'+_0x4c6412(_0x55798b._0x4ae51d,_0x55798b._0x369cf9,_0x55798b._0xedbbf7,0xb0)+_0x6a0e(-_0x55798b._0x29afd7,-_0x55798b._0x12290a,-_0x55798b._0x1a1a87,-0x11d)+'irectory','ANEZt':function(_0x15e00f,_0x229484){return _0x15e00f===_0x229484;},'SCHlO':_0x4c6412(_0x55798b._0x25f03d,-0x2d,-_0x55798b._0x30d5ff,_0x55798b._0x25f03d),'DISOl':_0x6a0e(-0xfc,-_0x55798b._0x3dde8a,-_0x55798b._0x251eee,-0x13f)+'save\x20git\x20O'+'Auth\x20encry'+'ption\x20key'},_0x4ad40a=_0x566889[_0x6a0e(-0x17a,-0x16b,-_0x55798b._0x3636cc,-0x149)]||_0x3e7232,_0x25e67f=_0x566889[_0x4c6412(_0x55798b._0x411fee,-_0x55798b._0xebbb8d,0x12,0x3a)]||DATA_DIR;if(encryptionKeyCache){if(_0xd6c559['BpuSu']===_0xd6c559[_0x4c6412(_0x55798b._0x47d014,_0x55798b._0x54ef0f,0x90,0xa9)])return encryptionKeyCache;else _0xf45603[_0x4c6412(-0x34,-0x1c,0x58,0x5)+_0x4c6412(_0x55798b._0x2ec561,0x98,_0x55798b._0x30d126,_0x55798b._0x299691)]=_0x4fc235(_0x1b46cf['refresh_to'+_0x4c6412(_0x55798b._0xb61b77,_0x55798b._0x1b6a9a,_0x55798b._0x7acf4d,0xa0)],_0x388024);}const _0x9c0c3e=_0x237f78['join'](_0x25e67f,ENCRYPTION_KEY_FILE);if(_0xd6c559[_0x6a0e(-_0x55798b._0x4e2900,-0x1c8,-_0x55798b._0x512c87,-0x187)](existsSync,_0x9c0c3e)){if(_0xd6c559[_0x6a0e(-_0x55798b._0x5a6928,-_0x55798b._0x14e7d1,-_0x55798b._0x238e27,-0x160)](_0xd6c559[_0x6a0e(-0x123,-_0x55798b._0x312816,-_0x55798b._0x538e65,-0x181)],_0xd6c559[_0x6a0e(-_0x55798b._0x42f817,-0x1d1,-0x1a2,-_0x55798b._0x10e42c)]))_0x34bc02[_0x4c6412(-0x23,_0x55798b._0x3f4414,-0x5e,_0x55798b._0x9fe966)+_0x6a0e(-_0x55798b._0x4d47d5,-_0x55798b._0x4ec764,-0x15e,-0x116)]=_0x3dd6d6[_0x4c6412(_0x55798b._0x278431,-0x44,-0x1d,0x2)+'name'];else try{if(_0xd6c559['seMFR'](_0xd6c559['LieWl'],_0x4c6412(-_0x55798b._0x1c9a02,0x93,-_0x55798b._0x5e24d7,0x29)))_0x468642[_0x4c6412(0x4,_0x55798b._0x434537,0x27,-_0x55798b._0x466d51)+'en']=_0x26fe63(_0x290642[_0x4c6412(_0x55798b._0x250d49,_0x55798b._0x19e548,-0x42,-0x1)+'en'],_0x3cf5b0);else{const _0x3ebc6f=await _0x35f991[_0x6a0e(-0x17b,-0x11f,-_0x55798b._0x5a99cd,-_0x55798b._0x2f9c2e)](_0x9c0c3e,_0xd6c559[_0x6a0e(-0x151,-_0x55798b._0x178df1,-0x167,-_0x55798b._0x4f2afb)]);return encryptionKeyCache=Buffer[_0x4c6412(0x4b,0x2f,_0x55798b._0x389743,-0x10)](_0x3ebc6f[_0x4c6412(0x89,_0x55798b._0x2a9675,_0x55798b._0x3b1137,_0x55798b._0x3f4414)](),_0x4c6412(_0x55798b._0x52f554,0x36,-_0x55798b._0xf445d3,-_0x55798b._0x2658a0)),_0x4ad40a[_0x4c6412(0xd5,_0x55798b._0x47d014,0xd7,0x89)]('Loaded\x20git'+_0x6a0e(-0x100,-_0x55798b._0x183efe,-0x100,-_0x55798b._0x37fd93)+_0x4c6412(0x74,_0x55798b._0x4920ba,_0x55798b._0x10641b,_0x55798b._0x5b6e97)+_0x4c6412(_0x55798b._0x1a1a87,_0x55798b._0x2b59eb,0xa3,0xb4)+'a\x20director'+'y'),encryptionKeyCache;}}catch(_0x3c4486){if(_0xd6c559[_0x6a0e(-0x1c3,-_0x55798b._0x5f17fe,-0x200,-0x195)]!==_0xd6c559[_0x6a0e(-_0x55798b._0x2480b8,-0x11b,-_0x55798b._0x3a5596,-0x179)]){const _0x122567={};_0x122567[_0x4c6412(_0x55798b._0x23ea5f,0x6c,0xda,_0x55798b._0x400d7c)]=_0x3c4486[_0x6a0e(-_0x55798b._0x595fcc,-_0x55798b._0x20af6a,-_0x55798b._0x6539e7,-0x110)],_0x4ad40a['warn'](_0xd6c559[_0x6a0e(-_0x55798b._0xa9df8d,-_0x55798b._0x20d869,-0x147,-_0x55798b._0x595fcc)],_0x122567);}else return-0x1*0x143b+-0x3*0x611+0x266e;}}_0x4ad40a['info'](_0x6a0e(-_0x55798b._0x2ba2f3,-_0x55798b._0x94ddac,-0x116,-0x133)+_0x6a0e(-_0x55798b._0xbdf35,-_0x55798b._0xb16650,-0x128,-_0x55798b._0x412678)+_0x6a0e(-0x181,-0x17c,-_0x55798b._0x9259e8,-_0x55798b._0x107d79)+'ption\x20key');function _0x6a0e(_0x5d34e2,_0x3f2afe,_0x61116c,_0x2bcc3c){return _0x102c8a(_0x5d34e2-_0x17eb9d._0x20b6b0,_0x61116c,_0x2bcc3c- -_0x17eb9d._0x395284,_0x2bcc3c-0xfc);}const _0x5aae1f=_0x3dee9a['randomByte'+'s'](KEY_LENGTH);try{const _0x131256={};_0x131256[_0x6a0e(-0x11b,-0x12c,-_0x55798b._0x3d66fd,-_0x55798b._0x1f88d3)]=!![],await _0x35f991[_0x4c6412(_0x55798b._0xab71d2,0xa,0x7,0x4b)](_0x25e67f,_0x131256);const _0x479644={};_0x479644['mode']=0x180,await _0x35f991[_0x6a0e(-_0x55798b._0x30196d,-_0x55798b._0x443842,-_0x55798b._0x38cfb7,-0x178)](_0x9c0c3e,_0x5aae1f[_0x6a0e(-0x15d,-0x117,-_0x55798b._0x49bdb4,-0x17d)]('hex'),_0x479644),_0x4ad40a[_0x6a0e(-0x1b6,-_0x55798b._0x3698bd,-0x1dc,-0x1a3)](_0xd6c559[_0x4c6412(_0x55798b._0x3f79de,_0x55798b._0x278431,_0x55798b._0x488a5a,-_0x55798b._0x3361f0)]);}catch(_0x140887){if(_0xd6c559['ANEZt'](_0x6a0e(-_0x55798b._0x238e27,-0x143,-0x1b1,-_0x55798b._0x87e54f),_0xd6c559[_0x4c6412(_0x55798b._0x4be315,-_0x55798b._0x5de31d,_0x55798b._0x4997ba,_0x55798b._0x165591)]))return![];else{const _0x5cf306={};_0x5cf306['error']=_0x140887['message'],_0x4ad40a[_0x6a0e(-_0x55798b._0x45c8d4,-_0x55798b._0x1e5173,-_0x55798b._0x422f37,-0xe5)](_0xd6c559[_0x4c6412(_0x55798b._0x142235,_0x55798b._0x581547,0xbc,0x53)],_0x5cf306);throw new Error(_0x4c6412(-_0x55798b._0x4e4616,0x9f,_0x55798b._0x5ba72e,0x50)+_0x6a0e(-0x16f,-_0x55798b._0x5f3a84,-0x14d,-_0x55798b._0x4f5251)+_0x6a0e(-_0x55798b._0x30e2e3,-0x12c,-_0x55798b._0x5cfe10,-_0x55798b._0x58f13b)+'ey:\x20'+_0x140887[_0x4c6412(_0x55798b._0x28c222,0x43,0xe5,0x7f)]);}}function _0x4c6412(_0x5d4a4a,_0x441ddd,_0x3b72b3,_0x2da5e8){return _0x102c8a(_0x5d4a4a-0x1c3,_0x3b72b3,_0x2da5e8-0x61,_0x2da5e8-0x97);}return encryptionKeyCache=_0x5aae1f,encryptionKeyCache;}export function clearEncryptionKeyCache(){encryptionKeyCache=null;}function encrypt(_0x5f583c,_0x1f99ac){const _0x183f3e={_0x2b2ac2:0x492,_0x2a1fc4:0x459,_0x7464c1:0x41f,_0x55ec58:0x48a,_0x740d2a:0x47c,_0x12b94d:0x430,_0x245b17:0x475,_0x4b2302:0x3ee,_0x467bd7:0x3f4,_0x47e869:0x4b7,_0xc09979:0x45a,_0x122383:0x475,_0x2ad32c:0x4bf,_0x2ce309:0x4e8,_0x102dc1:0x4aa,_0x26f4c0:0x446,_0x53d364:0x453,_0x4f6164:0x417,_0x3eb5e3:0x4a9,_0x281378:0x3ab,_0x4e54d2:0x3f3,_0x244445:0x4e1,_0x3677a8:0x498,_0x5b6799:0x49a},_0x530fe0={_0x3d0879:0x427,_0x13552c:0x1d2},_0x40c7e4={_0xe279f7:0x10d,_0x43b294:0x15a,_0x15db8e:0xb1},_0xbdc03b={};function _0x453ebe(_0x498c3d,_0x51983f,_0x2c3b0c,_0x253604){return _0x47127a(_0x253604-_0x40c7e4._0xe279f7,_0x498c3d,_0x2c3b0c-_0x40c7e4._0x43b294,_0x253604-_0x40c7e4._0x15db8e);}_0xbdc03b[_0xc85d6e(0x45a,_0x183f3e._0x2b2ac2,_0x183f3e._0x2a1fc4,_0x183f3e._0x7464c1)]=_0x453ebe(0x4b4,_0x183f3e._0x55ec58,_0x183f3e._0x740d2a,0x4a9),_0xbdc03b['LSAGG']='hex';const _0x6e69b0=_0xbdc03b,_0x3f06f9=_0x3dee9a['randomByte'+'s'](IV_LENGTH),_0x22a7e7=_0x3dee9a[_0xc85d6e(0x443,_0x183f3e._0x12b94d,_0x183f3e._0x245b17,_0x183f3e._0x4b2302)+_0xc85d6e(0x40f,0x40f,_0x183f3e._0x467bd7,0x450)](ALGORITHM,_0x1f99ac,_0x3f06f9);let _0x471b28=_0x22a7e7['update'](_0x5f583c,_0x6e69b0[_0xc85d6e(0x45a,_0x183f3e._0x47e869,_0x183f3e._0xc09979,0x492)],_0x6e69b0[_0x453ebe(_0x183f3e._0x122383,0x475,0x49a,_0x183f3e._0x2ad32c)]);function _0xc85d6e(_0xf5ac1a,_0x23d415,_0x22dfd0,_0x2edeae){return _0x102c8a(_0xf5ac1a-0x10e,_0x22dfd0,_0xf5ac1a-_0x530fe0._0x3d0879,_0x2edeae-_0x530fe0._0x13552c);}_0x471b28+=_0x22a7e7[_0x453ebe(_0x183f3e._0x2ce309,_0x183f3e._0x102dc1,0x4a6,0x484)]('hex');const _0x570cdc=_0x22a7e7[_0xc85d6e(_0x183f3e._0x26f4c0,_0x183f3e._0x53d364,_0x183f3e._0x4f6164,_0x183f3e._0x3eb5e3)]();return _0x3f06f9[_0xc85d6e(0x3d8,_0x183f3e._0x281378,_0x183f3e._0x4e54d2,0x3e8)](_0x6e69b0['LSAGG'])+':'+_0x570cdc['toString'](_0x6e69b0[_0x453ebe(_0x183f3e._0x244445,_0x183f3e._0x3677a8,_0x183f3e._0x5b6799,0x4bf)])+':'+_0x471b28;}function decrypt(_0x49c124,_0x43865b){const _0xe28aee={_0x329087:0x5a5,_0xe029de:0x5bc,_0x677716:0x503,_0x5b306c:0x34c,_0xe3906f:0x376,_0x48c0f5:0x5a9,_0x1ffbcb:0x5cc,_0x430df6:0x5e8,_0x668fe7:0x52f,_0x56f54a:0x349,_0x4934b2:0x364,_0x1072bd:0x31f,_0x464e89:0x56e,_0x5c6c4a:0x535,_0x2394a2:0x5cd,_0x4c6bd2:0x527,_0xe90bb1:0x5e9,_0x25a5a2:0x432,_0x46aab8:0x45c,_0x3e6caa:0x471,_0x36551a:0x54f,_0x235067:0x5fb,_0x4b2a31:0x54d,_0xd4cc60:0x446,_0x19cd5e:0x40e,_0x450a47:0x583,_0x2c213e:0x4d9},_0x360354={_0x1fa775:0x5a6,_0x5249c2:0x59},_0x3caa47={_0x434e4f:0xd6},_0x22225b={};function _0x1004dd(_0x1bb338,_0x5ddf8f,_0x50f5ac,_0x53324b){return _0x47127a(_0x1bb338- -0x34,_0x53324b,_0x50f5ac-_0x3caa47._0x434e4f,_0x53324b-0xe7);}_0x22225b[_0x5b3d0b(_0xe28aee._0x329087,0x5cc,0x5f4,0x607)]=function(_0x59497f,_0x12c136){return _0x59497f||_0x12c136;},_0x22225b[_0x5b3d0b(_0xe28aee._0xe029de,0x56b,_0xe28aee._0x677716,0x577)]=_0x1004dd(_0xe28aee._0x5b306c,0x350,0x33f,_0xe28aee._0xe3906f),_0x22225b[_0x5b3d0b(0x5db,0x5e8,0x59a,0x5ba)]='utf8';const _0x2283f9=_0x22225b,[_0xa3c7d8,_0x515a3a,_0x3ec59e]=_0x49c124['split'](':');if(_0x2283f9[_0x5b3d0b(_0xe28aee._0x48c0f5,_0xe28aee._0x1ffbcb,0x5ce,_0xe28aee._0x430df6)](!_0xa3c7d8,!_0x515a3a)||!_0x3ec59e)throw new Error(_0x5b3d0b(0x524,0x53a,0x597,0x59f)+_0x5b3d0b(0x559,0x593,0x5cc,_0xe28aee._0x668fe7)+'lue\x20format');const _0x97914a=Buffer[_0x1004dd(_0xe28aee._0x56f54a,_0xe28aee._0x4934b2,0x367,_0xe28aee._0x1072bd)](_0xa3c7d8,_0x2283f9['WvOUK']),_0xe901a1=Buffer[_0x5b3d0b(_0xe28aee._0x464e89,_0xe28aee._0x5c6c4a,0x51c,0x527)](_0x515a3a,_0x2283f9[_0x5b3d0b(0x5bd,0x56b,_0xe28aee._0x2394a2,_0xe28aee._0x4c6bd2)]),_0xa9d015=_0x3dee9a[_0x5b3d0b(0x5e6,0x5d4,_0xe28aee._0xe90bb1,0x5b9)+_0x1004dd(0x411,_0xe28aee._0x25a5a2,_0xe28aee._0x46aab8,_0xe28aee._0x3e6caa)](ALGORITHM,_0x43865b,_0x97914a);_0xa9d015[_0x5b3d0b(_0xe28aee._0x36551a,0x5a0,_0xe28aee._0x235067,_0xe28aee._0x4b2a31)](_0xe901a1);let _0x576c57=_0xa9d015[_0x1004dd(0x3db,_0xe28aee._0xd4cc60,0x424,_0xe28aee._0x19cd5e)](_0x3ec59e,_0x2283f9['WvOUK'],_0x2283f9['qWVac']);function _0x5b3d0b(_0x41e113,_0x10b980,_0xde77a,_0x21da7e){return _0x102c8a(_0x41e113-0x1e3,_0x41e113,_0x10b980-_0x360354._0x1fa775,_0x21da7e-_0x360354._0x5249c2);}return _0x576c57+=_0xa9d015[_0x5b3d0b(0x54e,0x52f,_0xe28aee._0x450a47,_0xe28aee._0x2c213e)]('utf8'),_0x576c57;}async function loadTokenStorage(_0x4ffc1f={}){const _0x16191d={_0x4a18cb:0x179,_0x162218:0x1a3,_0x245c6c:0x157,_0x3a265b:0x1d6,_0x492f8f:0x1c0,_0x35194d:0x241,_0x1e614b:0x11a,_0x34ec8a:0x10d,_0x5bd74e:0x16b,_0x5de449:0x1f9,_0x2175c3:0x1d2,_0x4fba69:0x18b,_0x3e2125:0x5a7,_0x3a9d5d:0x5f9,_0x4aa3c7:0x177,_0x38bcd2:0x1ad,_0x386907:0x178,_0x247d15:0x168,_0x140a8f:0x145,_0x39ee0a:0x186,_0x2edb7b:0x185,_0x361096:0x67b,_0x1a5ff2:0x1c4,_0x2f6e28:0x208,_0x3c7e2a:0x16f,_0x4de83d:0x183,_0xab4624:0x1da,_0x176493:0x137,_0x1f2536:0x163,_0x4d169d:0x1a6,_0x143b5c:0x648,_0x1fa454:0x127,_0x20d623:0x156,_0xfee678:0xdb,_0xc17ebc:0x595,_0x3a49b9:0x5eb,_0x579213:0x5d7,_0x22c295:0x605,_0x390892:0x133,_0x130c55:0xe0,_0x22a9e7:0x111,_0x10acfc:0x10e,_0x4334bd:0x5f0,_0x8bb844:0x616,_0x4c8798:0x5cf,_0x5f4bf5:0x1a8,_0x18eee3:0x175,_0x369c79:0x1cb,_0x521ad3:0x210,_0x30cd63:0x5b9,_0x40bd7c:0x122,_0x69b2c5:0x16a,_0x1ac0d1:0x117,_0x1ca627:0x1c6,_0x460621:0x163,_0x1ee7dd:0x1c6,_0xe30dfe:0x1c7,_0x8be2d3:0x164,_0x21bffc:0x15e,_0x432e84:0x1af,_0x159aa6:0x69c,_0x37ddab:0x656,_0x31a89e:0x6bf,_0x2d3c94:0x175,_0x288698:0x17a,_0x319816:0x13c,_0x56f426:0x1b4},_0x234085={_0x555c61:0x264,_0x2e69c3:0x1dc},_0x4533c9={'niIIF':_0xa9790f(_0x16191d._0x4a18cb,0x16a,_0x16191d._0x162218,_0x16191d._0x245c6c)+_0xa9790f(_0x16191d._0x3a265b,0x1a3,_0x16191d._0x492f8f,_0x16191d._0x35194d)+_0xa9790f(_0x16191d._0x1e614b,0x13f,_0x16191d._0x34ec8a,_0x16191d._0x5bd74e)+_0xa9790f(0x1b5,_0x16191d._0x5de449,_0x16191d._0x2175c3,_0x16191d._0x4fba69),'rFpZf':_0x153746(0x54c,0x5a1,_0x16191d._0x3e2125,_0x16191d._0x3a9d5d)+_0xa9790f(_0x16191d._0x4aa3c7,_0x16191d._0x38bcd2,0x191,_0x16191d._0x386907)+_0xa9790f(0x19c,_0x16191d._0x247d15,_0x16191d._0x140a8f,0x165),'emByU':function(_0x374b7c,_0x4786bb){return _0x374b7c(_0x4786bb);},'NMCng':function(_0x4a86bb,_0x27fb92){return _0x4a86bb!==_0x27fb92;},'fOvnt':_0xa9790f(_0x16191d._0x39ee0a,0x1c5,_0x16191d._0x2edb7b,0x135),'RuCLd':_0x153746(0x626,0x610,_0x16191d._0x361096,0x653),'mCqJP':'JgZjI','jzLwf':function(_0x4738fe,_0x64c435){return _0x4738fe!==_0x64c435;},'SocQP':_0xa9790f(_0x16191d._0x1a5ff2,0x1ef,0x1a5,0x173),'cIFiJ':'Failed\x20to\x20'+'load\x20user\x20'+_0xa9790f(0x19f,0x1d6,0x173,_0x16191d._0x2f6e28)},_0x4323ab=_0x4ffc1f[_0xa9790f(_0x16191d._0x3c7e2a,_0x16191d._0x4de83d,_0x16191d._0xab4624,_0x16191d._0x176493)]||_0x3e7232;function _0xa9790f(_0xaae3c,_0x5e27bd,_0x1f2f3e,_0x123984){return _0x47127a(_0xaae3c- -_0x234085._0x555c61,_0x5e27bd,_0x1f2f3e-_0x234085._0x2e69c3,_0x123984-0x61);}const _0x280449=_0x4ffc1f[_0xa9790f(_0x16191d._0x1f2536,0x12c,_0x16191d._0x4d169d,0x193)]||DATA_DIR,_0x22cfe8=_0x237f78[_0x153746(0x674,_0x16191d._0x143b5c,0x667,0x6af)](_0x280449,TOKENS_FILE);function _0x153746(_0x19e134,_0x1c9d37,_0x22bdcb,_0x42e77a){return _0x102c8a(_0x19e134-0xd1,_0x19e134,_0x1c9d37-0x60d,_0x42e77a-0x19);}if(!_0x4533c9[_0xa9790f(_0x16191d._0x1fa454,0x149,_0x16191d._0x20d623,_0x16191d._0xfee678)](existsSync,_0x22cfe8)){if(_0x4533c9[_0x153746(_0x16191d._0xc17ebc,_0x16191d._0x3a49b9,_0x16191d._0x579213,_0x16191d._0x22c295)](_0x4533c9['fOvnt'],_0x4533c9[_0xa9790f(_0x16191d._0x390892,0xd6,0x187,_0x16191d._0x130c55)])){const _0x4de02c={};return _0x4de02c[_0xa9790f(_0x16191d._0x22a9e7,0x134,_0x16191d._0x10acfc,0xb7)]={},_0x4de02c;}else{const _0x29920f={};_0x29920f[_0x153746(0x625,0x656,0x6a1,_0x16191d._0x4334bd)]=_0x23b5a6[_0x153746(_0x16191d._0x8bb844,0x62b,0x645,0x620)],_0x59719f['error'](_0x4533c9[_0x153746(0x57d,0x5d7,0x5cf,0x5ae)],_0x29920f);throw new _0x12c3eb('Failed\x20to\x20'+'persist\x20en'+'cryption\x20k'+_0x153746(0x637,_0x16191d._0x4c8798,0x61a,0x568)+_0x4d2ae8[_0xa9790f(_0x16191d._0x5f4bf5,_0x16191d._0x18eee3,_0x16191d._0x369c79,_0x16191d._0x521ad3)]);}}try{if(_0x153746(0x57e,0x5cc,_0x16191d._0x30cd63,0x584)!==_0x4533c9[_0xa9790f(_0x16191d._0x40bd7c,_0x16191d._0x69b2c5,_0x16191d._0x1ac0d1,0x126)]){const _0x2fd64f=await _0x35f991[_0xa9790f(0x198,0x1d7,0x142,0x1c9)](_0x22cfe8,_0xa9790f(0x1c3,0x197,0x15a,0x212));return JSON['parse'](_0x2fd64f);}else _0xd27884[_0xa9790f(_0x16191d._0x1ca627,0x1f2,0x17a,_0x16191d._0x460621)+'in']=_0x1e630d[_0xa9790f(_0x16191d._0x1ee7dd,0x1e1,_0x16191d._0xe30dfe,0x1b8)+'in'];}catch(_0xced84){if(_0x4533c9['jzLwf'](_0xa9790f(0x1c4,_0x16191d._0x492f8f,_0x16191d._0x39ee0a,0x1fd),_0x4533c9['SocQP']))throw new _0xeab899(_0x4533c9[_0xa9790f(0x1a4,_0x16191d._0x8be2d3,_0x16191d._0x21bffc,_0x16191d._0x432e84)]);else{const _0x4a47c4={};_0x4a47c4[_0x153746(_0x16191d._0x159aa6,_0x16191d._0x37ddab,0x638,_0x16191d._0x31a89e)]=_0xced84[_0xa9790f(0x1a8,0x202,_0x16191d._0x2d3c94,0x189)],_0x4323ab[_0xa9790f(_0x16191d._0x288698,0x14d,_0x16191d._0x319816,_0x16191d._0x56f426)](_0x4533c9['cIFiJ'],_0x4a47c4);const _0x4d738f={};return _0x4d738f['tokens']={},_0x4d738f;}}}async function saveTokenStorage(_0x18792b,_0x2eeaf8={}){const _0x29c9c9={_0x5a6062:0x414,_0xb71560:0x447,_0x21701f:0x318,_0x57a5ce:0x2c6,_0x4740fd:0x446,_0x4820ce:0x490,_0xf9734a:0x4a2,_0x2c076d:0x4cb,_0x309b58:0x34b,_0x33edb3:0x2f8,_0x512b43:0x483,_0x3ff836:0x4d1,_0x2669f3:0x49e,_0x2d1c2e:0x314,_0x506ca1:0x398,_0x284f63:0x392,_0x54f3bc:0x321,_0x25687a:0x460,_0x397620:0x47f,_0xbd22f:0x390,_0x980759:0x449,_0x1d4256:0x44b,_0x5a3c0c:0x50a,_0x117cc2:0x47e,_0x37228b:0x447,_0x56ba8e:0x42a,_0x1bea16:0x3d8,_0x5d979b:0x37a,_0x4b8687:0x327,_0x3a64da:0x32b,_0x4316ea:0x352,_0x4d90ca:0x3c9,_0x284eee:0x31f,_0x104e30:0x374,_0x7d9830:0x375},_0x148203={_0x30e921:0xbd,_0x7d57b2:0xa3,_0x210e60:0x6f},_0x189ba3={_0x211803:0xa7,_0x25fa03:0xc4},_0x58ada2={};function _0x3c6ff7(_0x22b43a,_0x1eb64e,_0x5f3561,_0x5e2c16){return _0x47127a(_0x5f3561-_0x189ba3._0x211803,_0x5e2c16,_0x5f3561-_0x189ba3._0x25fa03,_0x5e2c16-0x3c);}_0x58ada2[_0x3c6ff7(0x474,_0x29c9c9._0x5a6062,_0x29c9c9._0xb71560,0x472)]=_0x1cb9e8(0x2fe,_0x29c9c9._0x21701f,_0x29c9c9._0x57a5ce,0x328)+_0x3c6ff7(0x49e,0x434,0x43d,_0x29c9c9._0x4740fd)+'s\x20to\x20stora'+'ge',_0x58ada2[_0x3c6ff7(_0x29c9c9._0x4820ce,_0x29c9c9._0xf9734a,_0x29c9c9._0x2c076d,0x4ca)]=_0x1cb9e8(0x320,_0x29c9c9._0x309b58,0x320,_0x29c9c9._0x33edb3)+_0x3c6ff7(_0x29c9c9._0x512b43,_0x29c9c9._0x3ff836,_0x29c9c9._0x2669f3,0x447)+'git\x20tokens';const _0xf94be0=_0x58ada2;function _0x1cb9e8(_0x428093,_0x15d43a,_0x35cb99,_0x26b388){return _0x47127a(_0x35cb99- -_0x148203._0x30e921,_0x428093,_0x35cb99-_0x148203._0x7d57b2,_0x26b388-_0x148203._0x210e60);}const _0x4c6ae1=_0x2eeaf8['logger']||_0x3e7232,_0x3519b4=_0x2eeaf8['dataDir']||DATA_DIR,_0x555747=_0x237f78[_0x1cb9e8(0x308,_0x29c9c9._0x2d1c2e,0x36c,0x394)](_0x3519b4,TOKENS_FILE);try{const _0x3ed8b7={};_0x3ed8b7[_0x1cb9e8(_0x29c9c9._0x506ca1,_0x29c9c9._0x284f63,0x336,_0x29c9c9._0x54f3bc)]=!![],await _0x35f991[_0x3c6ff7(0x442,_0x29c9c9._0x25687a,_0x29c9c9._0x397620,0x49e)](_0x3519b4,_0x3ed8b7);const _0x403025={};_0x403025[_0x1cb9e8(0x2ef,0x2f3,0x340,_0x29c9c9._0xbd22f)]=0x180,await _0x35f991[_0x3c6ff7(_0x29c9c9._0x980759,0x3e9,_0x29c9c9._0x1d4256,0x46e)](_0x555747,JSON['stringify'](_0x18792b,null,0x1d7f+0x603+-0x2380),_0x403025),_0x4c6ae1[_0x3c6ff7(0x4b7,_0x29c9c9._0x5a3c0c,0x4bd,0x522)](_0xf94be0[_0x3c6ff7(_0x29c9c9._0x117cc2,0x43f,_0x29c9c9._0x37228b,_0x29c9c9._0x56ba8e)]);}catch(_0x5529be){const _0x4b24c6={};_0x4b24c6[_0x1cb9e8(_0x29c9c9._0x1bea16,0x370,_0x29c9c9._0x5d979b,_0x29c9c9._0x4b8687)]=_0x5529be[_0x1cb9e8(0x30d,0x319,0x34f,0x39b)],_0x4c6ae1[_0x1cb9e8(_0x29c9c9._0x3a64da,_0x29c9c9._0x4316ea,0x37a,_0x29c9c9._0x4d90ca)](_0xf94be0[_0x1cb9e8(_0x29c9c9._0x284eee,_0x29c9c9._0x104e30,0x367,_0x29c9c9._0x7d9830)],_0x4b24c6);throw _0x5529be;}}function _0x102c8a(_0x20386d,_0x1f57d6,_0x1d1c3a,_0xaa8e57){return _0x2d28(_0x1d1c3a- -0x226,_0x1f57d6);}export async function getUserGitTokens(_0x1f9613,_0x3755c7={}){const _0x5bb7ec={_0xbe4f75:0x1f2,_0x1b78de:0x21f,_0x138701:0x28a,_0x3034bd:0x36a,_0x5d11ea:0x370,_0x5d0576:0x39d,_0x253b94:0x213,_0x5b8582:0x1dd,_0x1532c7:0x1e4,_0x30ccdb:0x1ec,_0x59a8a3:0x1c7,_0x578e7e:0x2e8,_0x4bda29:0x15f,_0x418992:0x1b2,_0x58e556:0x155,_0x4b490a:0x25f,_0x319cad:0x1f4,_0x2bdfd7:0x283,_0x153226:0x3cb,_0x528f27:0x3ce,_0x50336b:0x3bf,_0x5d87f3:0x3fa,_0x300ec9:0x271,_0x35bd75:0x267,_0x48e9e7:0x261,_0x8ae2ee:0x3c9,_0x3e9d89:0x3b1,_0xb6e296:0x38f,_0x422c23:0x21f,_0x1f0dda:0x1f5,_0x46641a:0x223,_0x5bde48:0x236,_0x2ad9fe:0x1d2,_0x22bece:0x1fa,_0x508600:0x3c2,_0x4bdee4:0x2fd,_0x467c42:0x303,_0xb33f1:0x23b,_0x8456a1:0x2da,_0x5da3b5:0x1c4,_0x33a1f5:0x1cf,_0x19bc63:0x174,_0x49b768:0x20c,_0x2ecc14:0x26a,_0x37094b:0x1b8,_0x1183a0:0x190,_0x245a66:0x34b,_0x46229f:0x3c4,_0x58034a:0x3b2,_0x436707:0x331,_0x1dd9c8:0x355,_0x3fb1ec:0x402,_0x447e6b:0x20f,_0x34d9cc:0x1cf,_0x986d6c:0x1c4,_0x1e1990:0x191,_0x2db85c:0x1f0,_0x27a4a6:0x2c3,_0x3140b7:0x2c2,_0xccce22:0x36e,_0x42a9a0:0x3a5,_0x3caa5a:0x369,_0x558504:0x32a,_0x105f08:0x24a,_0x36d726:0x259,_0x3a55bb:0x29b,_0x4051a8:0x41e,_0x3ce6f3:0x3a8,_0x2db616:0x33c,_0x67764b:0x385,_0x4e5481:0x384,_0x1be46e:0x3ef,_0x54eb7b:0x384,_0x286e81:0x1e9,_0xfcce80:0x20d,_0x146a6a:0x25f,_0x4fbd01:0x212,_0x3d0d2f:0x186,_0x212802:0x1f1,_0x172522:0x18b,_0x983b44:0x208,_0x3780f8:0x243,_0x48866b:0x212,_0x4998c7:0x1f6,_0x34d011:0x251,_0x14f859:0x3ae,_0x2c84e1:0x31f,_0x2fecd8:0x35f,_0x5e4079:0x31c,_0x31d839:0x35d,_0xfb0626:0x3ba,_0x14c75c:0x3d6,_0x16ce33:0x20d,_0x136fe2:0x1d9,_0x15f973:0x1db,_0x167b81:0x1bc,_0x2d97bb:0x1a8,_0xd9b554:0x33a,_0xb8177d:0x398,_0x251e4c:0x3a0,_0x8c3155:0x381,_0x317209:0x37c,_0x3ebe90:0x39d,_0x91c553:0x274,_0x1b8926:0x245,_0xfdcbde:0x443,_0x42ff01:0x378,_0x1dfc02:0x3be,_0xb266c:0x355,_0x3d1135:0x3d9,_0x36428b:0x3e1,_0xd224c7:0x1cc,_0x4faf85:0x23e},_0x579c59={_0x598f75:0x3be,_0x185e3e:0x18b},_0x3d8eb6={_0x467eb5:0x22b},_0x4d3c6c={'gqOru':'User\x20ID\x20is'+'\x20required','vBSnv':function(_0xdbafe5,_0x21ace2){return _0xdbafe5(_0x21ace2);},'RXShF':function(_0x5bc3e5,_0x4b080d){return _0x5bc3e5===_0x4b080d;},'ICYHb':'KJpTL','JYrdP':_0x51e079(0x29a,0x285,0x21b,0x283),'FctfH':function(_0x12539e,_0x13382f,_0x2acb09){return _0x12539e(_0x13382f,_0x2acb09);},'oRTnE':function(_0x4eee74,_0x38466f){return _0x4eee74!==_0x38466f;},'hbrQJ':_0x51e079(_0x5bb7ec._0xbe4f75,_0x5bb7ec._0x1b78de,0x20a,_0x5bb7ec._0x138701),'zXdas':_0x6d99a7(_0x5bb7ec._0x3034bd,_0x5bb7ec._0x5d11ea,_0x5bb7ec._0x5d0576,0x396),'vXKwU':_0x51e079(_0x5bb7ec._0x253b94,0x21a,0x1f8,0x219)+_0x51e079(0x176,0x1c6,_0x5bb7ec._0x5b8582,0x1a2)+_0x51e079(0x22a,_0x5bb7ec._0x1532c7,0x20e,0x1f4)+_0x51e079(_0x5bb7ec._0x30ccdb,0x1e6,0x1e6,_0x5bb7ec._0x59a8a3)},_0x4d4a23=_0x3755c7['logger']||_0x3e7232;function _0x51e079(_0x3b0625,_0x53cb38,_0x1de2b,_0x462ce6){return _0x102c8a(_0x3b0625-0x3,_0x1de2b,_0x53cb38-_0x3d8eb6._0x467eb5,_0x462ce6-0x131);}if(!_0x1f9613)throw new Error(_0x4d3c6c[_0x6d99a7(0x2e1,0x321,_0x5bb7ec._0x578e7e,0x346)]);const _0x3ac763=await _0x4d3c6c['vBSnv'](loadTokenStorage,_0x3755c7),_0x1a35d5=_0x3ac763[_0x51e079(_0x5bb7ec._0x4bda29,_0x5bb7ec._0x418992,_0x5bb7ec._0x58e556,0x1a3)]?.[_0x1f9613];if(!_0x1a35d5){if(_0x4d3c6c['RXShF'](_0x51e079(0x25a,_0x5bb7ec._0x4b490a,_0x5bb7ec._0x319cad,0x278),_0x4d3c6c[_0x51e079(0x234,_0x5bb7ec._0x2bdfd7,0x2d3,0x288)]))_0x274b2b[_0x6d99a7(_0x5bb7ec._0x153226,_0x5bb7ec._0x528f27,_0x5bb7ec._0x50336b,_0x5bb7ec._0x5d87f3)+'in']=_0x33919a[_0x51e079(_0x5bb7ec._0x300ec9,_0x5bb7ec._0x35bd75,0x2bd,_0x5bb7ec._0x48e9e7)+'in'];else return{};}const _0x21dec8=await getEncryptionKey(_0x3755c7),_0x2bf115={};function _0x6d99a7(_0x27c42a,_0x4908fd,_0x2c8148,_0x5b527f){return _0x102c8a(_0x27c42a-0x1ca,_0x27c42a,_0x5b527f-_0x579c59._0x598f75,_0x5b527f-_0x579c59._0x185e3e);}for(const [_0x2e0f5c,_0x226d85]of Object[_0x6d99a7(_0x5bb7ec._0x8ae2ee,_0x5bb7ec._0x3e9d89,0x3cf,_0x5bb7ec._0xb6e296)](_0x1a35d5)){if(_0x4d3c6c[_0x51e079(0x241,0x236,_0x5bb7ec._0x422c23,_0x5bb7ec._0x1f0dda)]===_0x4d3c6c[_0x51e079(_0x5bb7ec._0x46641a,_0x5bb7ec._0x5bde48,_0x5bb7ec._0x2ad9fe,_0x5bb7ec._0x22bece)])try{const _0x5a7163={'access_token':_0x226d85[_0x6d99a7(_0x5bb7ec._0x508600,_0x5bb7ec._0x4bdee4,_0x5bb7ec._0x467c42,0x35c)+'en']?_0x4d3c6c[_0x51e079(0x260,0x27c,_0x5bb7ec._0xb33f1,_0x5bb7ec._0x8456a1)](decrypt,_0x226d85['access_tok'+'en'],_0x21dec8):null,'connected_at':_0x226d85[_0x51e079(_0x5bb7ec._0x5da3b5,0x223,0x20f,0x237)+'at']};if(_0x226d85[_0x51e079(0x16e,_0x5bb7ec._0x33a1f5,_0x5bb7ec._0x19bc63,0x1fb)+_0x51e079(_0x5bb7ec._0x49b768,_0x5bb7ec._0x2ecc14,_0x5bb7ec._0x1b78de,0x264)]){if(_0x4d3c6c['oRTnE'](_0x4d3c6c[_0x51e079(0x172,_0x5bb7ec._0x37094b,_0x5bb7ec._0x1183a0,0x1a2)],_0x4d3c6c[_0x6d99a7(0x327,0x354,0x37b,_0x5bb7ec._0x245a66)]))throw new _0x44684e(_0x6d99a7(0x337,_0x5bb7ec._0x46229f,_0x5bb7ec._0x58034a,0x37b)+_0x6d99a7(0x35e,_0x5bb7ec._0x436707,0x307,_0x5bb7ec._0x1dd9c8)+_0x6d99a7(0x446,_0x5bb7ec._0x3fb1ec,0x3bc,0x40c)+'required');else _0x5a7163[_0x51e079(_0x5bb7ec._0x447e6b,_0x5bb7ec._0x34d9cc,_0x5bb7ec._0x986d6c,_0x5bb7ec._0x1e1990)+_0x51e079(0x2c6,0x26a,0x2d3,0x218)]=_0x4d3c6c['FctfH'](decrypt,_0x226d85[_0x51e079(0x18d,_0x5bb7ec._0x33a1f5,0x16d,_0x5bb7ec._0x2db85c)+_0x51e079(_0x5bb7ec._0x27a4a6,_0x5bb7ec._0x2ecc14,0x290,_0x5bb7ec._0x3140b7)],_0x21dec8);}_0x226d85[_0x6d99a7(_0x5bb7ec._0x467c42,_0x5bb7ec._0xccce22,_0x5bb7ec._0x42a9a0,_0x5bb7ec._0x3caa5a)]&&(_0x5a7163[_0x6d99a7(0x32f,_0x5bb7ec._0x558504,0x3b9,0x369)]=_0x226d85['expires_at']),_0x226d85[_0x51e079(_0x5bb7ec._0x105f08,0x267,0x22f,_0x5bb7ec._0x36d726)+'in']&&(_0x5a7163[_0x51e079(_0x5bb7ec._0x3a55bb,0x267,0x2b9,0x25f)+'in']=_0x226d85[_0x6d99a7(0x44d,_0x5bb7ec._0x4051a8,_0x5bb7ec._0x3ce6f3,_0x5bb7ec._0x5d87f3)+'in']),_0x226d85['github_use'+_0x6d99a7(_0x5bb7ec._0x2db616,_0x5bb7ec._0x67764b,0x347,_0x5bb7ec._0x4e5481)]&&(_0x5a7163['github_use'+_0x6d99a7(_0x5bb7ec._0x1be46e,_0x5bb7ec._0x2db616,0x3ef,_0x5bb7ec._0x54eb7b)]=_0x226d85[_0x51e079(_0x5bb7ec._0x286e81,_0x5bb7ec._0xfcce80,_0x5bb7ec._0x146a6a,_0x5bb7ec._0x4fbd01)+_0x51e079(_0x5bb7ec._0x3d0d2f,_0x5bb7ec._0x212802,0x199,0x1d4)]),_0x226d85[_0x51e079(_0x5bb7ec._0x172522,0x1cc,0x227,_0x5bb7ec._0x983b44)+_0x51e079(0x27e,_0x5bb7ec._0x3780f8,_0x5bb7ec._0x48866b,0x1ea)]&&(_0x4d3c6c['zXdas']===_0x4d3c6c[_0x51e079(0x1e9,_0x5bb7ec._0x4998c7,0x19b,_0x5bb7ec._0x34d011)]?_0x5a7163[_0x6d99a7(_0x5bb7ec._0x14f859,0x357,_0x5bb7ec._0x2c84e1,_0x5bb7ec._0x2fecd8)+'name']=_0x226d85[_0x6d99a7(0x370,_0x5bb7ec._0x5e4079,_0x5bb7ec._0x31d839,_0x5bb7ec._0x2fecd8)+_0x6d99a7(0x425,0x42b,_0x5bb7ec._0xfb0626,_0x5bb7ec._0x14c75c)]:_0x1116a3[_0x51e079(0x225,_0x5bb7ec._0x16ce33,_0x5bb7ec._0x136fe2,_0x5bb7ec._0x15f973)+_0x51e079(_0x5bb7ec._0x167b81,_0x5bb7ec._0x212802,0x205,_0x5bb7ec._0x2d97bb)]=_0xb3a8b0[_0x6d99a7(_0x5bb7ec._0xd9b554,_0x5bb7ec._0xb8177d,_0x5bb7ec._0x153226,_0x5bb7ec._0x251e4c)+'r_id']),_0x2bf115[_0x2e0f5c]=_0x5a7163;}catch(_0x2e497f){const _0x8d5a42={};_0x8d5a42[_0x6d99a7(0x36b,0x34e,0x3b4,_0x5bb7ec._0x8c3155)]=_0x1f9613,_0x8d5a42[_0x6d99a7(_0x5bb7ec._0x317209,_0x5bb7ec._0x3ebe90,0x35d,0x360)+'me']=_0x2e0f5c,_0x8d5a42[_0x51e079(0x24b,_0x5bb7ec._0x91c553,_0x5bb7ec._0x1b8926,0x293)]=_0x2e497f[_0x6d99a7(_0x5bb7ec._0xfdcbde,_0x5bb7ec._0x42ff01,_0x5bb7ec._0x1dfc02,0x3dc)],_0x4d4a23[_0x6d99a7(_0x5bb7ec._0xb266c,0x390,_0x5bb7ec._0x3d1135,0x3ae)](_0x4d3c6c[_0x6d99a7(0x34e,_0x5bb7ec._0x36428b,0x3d0,0x38b)],_0x8d5a42);}else _0x3f798f[_0x51e079(0x215,0x1d6,_0x5bb7ec._0xd224c7,_0x5bb7ec._0x4faf85)]=_0x418d4b['expires_at'];}return _0x2bf115;}export async function getUserGitToken(_0x292390,_0x55a98f,_0x1f3c62={}){const _0x5dc568={'kpbZA':function(_0x38ba35,_0x8d8718,_0x5a15c3){return _0x38ba35(_0x8d8718,_0x5a15c3);}},_0x325b9d=await _0x5dc568['kpbZA'](getUserGitTokens,_0x292390,_0x1f3c62);return _0x325b9d[_0x55a98f]||null;}function _0x29d3(){const _0x17ab5f=['vgDczNu','A2vUigzVCIbWCG','CIb1C2vY','B3zPzgvY','BNLADvC','vxnLCIbjrcbHBG','DxfOwNK','vKj0BM8','A05kzKO','zgvYia','zxK6ia','DxnLCKLK','tfnbr0C','v3zpvuS','CL9Pza','A2v5CW','BKrpDve','qLrKweK','BMLjsuy','ELHKyxm','AwPxt2W','DLHlD1u','BM1Zrwm','BM93','mJKZmdq2shLLCejI','zw50CMLLCW','CNLWDgLVBIbRzq','DhjPBq','rNH0zNy','sM9jzxq','uNbSwxq','vg9Rzw4','quLysLq','zgf0yurPCG','u0niBe8','vNbRyMO','wg5fCuu','u1vWsMu','tK1dBMC','DxHZvKG','y29UBMvJDgvK','CvzIr1a','z2L0AhvIx3vZzq','ugzPr3q','vxnLCIbjrcbPCW','Bg9Nz2vY','vMXUBgq','t0vKwLa','zxjPDG','BgvUz3rO','BwTKAxi','ywvZlti1nI1NyW','uLvMq2y','y3j5ChrLzcb2yq','ChrPB24GA2v5la','rMfPBgvKihrVia','D2fYBG','C3bSAxq','reLtt2W','AhvdvMi','C0PwwKe','yw1LigLZihjLCq','AgfZuMvMCMvZAa','mJrhBfnwwee','y29UBMvJDgvKxW','vgLUrhu','C2v0qxv0AfrHzW','r2vUzxjHDgLUzW','B1zMy1O','EMPgBeq','DwLYzwq','uvHOrfe','CgvYC2LZDcbLBG','zxHWAxjLC0f0','u1fPzue','sfPNuxy','rwLotem','CMvJDxjZAxzL','sffnqxq','mtiZmtG5nZD3EMfQs2W','txD5CuG','C2f2zsb1C2vYia','ihvZzxi','sLLYzfa','tM9xvLO','BNDVr2S','CMvHzezPBgu','Bw9Kzq','mtaZndy4mhvND0Pcwa','ihrVigrHDgeGza','BhvLigzVCM1HDa','u3rVCMvKigDPDa','A2L6qw4','z2L0ihrVA2vUCW','D1Hizwq','CMvHzcbNAxqGtW','BMfTzq','rgvSzxrLzcbNAq','CKzWwMy','Bgf2t0e','y3jLyxrLq2LWAa','rgLiCLC','BwvZC2fNzq','z2v0qxv0AfrHzW','sKvTAgG','DxbKyxrL','AxjLza','ie9bDxrOigvUyW','wMfuAu4','s2POuKK','y2fgCLK','lMDPDc1Vyxv0Aa','zgvIDwC','rgvSzxrLzcbHBa','uhjVDMLKzxiGBG','ChrPB24GA2v5','zfb3swG','zw4GAxmGCMvXDq','y3jLyxrLrgvJAq','mtjgEuHoBwO','qwzzC00','r2vOBKm','mtjnu0jzDMO','D2LYu1e','uK9hCMW','wg1REuG','qwnVqvO','Dcb0B2TLBIbMBW','s3Lbrxy','DxrMltG','Bgv5ALi','AM9PBG','z2L0AhvIx2XVzW','rgz4B2C','y3j5ChrPB24GAW','A2vU','tvDoBuK','wvffBhK','CvDwywm','q2jltee','rePXBxm','mtK5mteYn3f0qwLWAG','BNmGzM9YihvZzq','vxbKyxrLzcbNAq','qNb1u3u','zxjYB3i','ihjLCxvPCMvK','CMvXDwLYzwq','C2f2zsbNAxqGtW','DgrVuxe','ig5HBwuGyxjLia','igTLEsbZyxzLza','r0X3DuG','rMn0zKG','ihrVA2vUigzVCG','EsbMCM9TigrHDa','u1fYvgu','ANvAthC','DKjpzMG','CgHLCML2','sunzsgi','shrqzKq','tezHy3y','qNzWr1u','mtmXmJe3ne94zenxrq','Dg9Rzw5Z','z3fpCNu','zMLUywW','z2v0vgLTzq','Aw5MBW','mtbOChj6u0q','AgjYuuO','sLnVwvC','zNjVBq','qxv0AcbLBMnYEq','y0HKrw0','Agv4','A2H4vwu','sw52ywXPzcbLBG','u2f2zwqGDxnLCG','zYbUzxCGB25L','zcbWCM92AwrLCG','BunXsLa','ANvUDxe','BfPzwxu','zgvJCNLWDcb0BW','Bg9Hzcb1C2vYia','zw1cEvu','ywnJzxnZx3rVAW','qwnJzxnZihrVAW','odC0ntH2A1Hktee','yxP1CMvFDxnLCG','ChjVDMLKzxjoyq','CurktMO','CMvMCMvZAf90BW','C0H4wg0','EwzUr0m','EujjrwO','igDPDcb0B2TLBG','uNvdtgq','ntmXotq1B3LSww1N','zxHWAxjLC19HDa','ig5LDYbNAxqGtW','zLbKt2C','DxrMoa','B2TLBNmUANnVBG','C1Phq3G','Dg9tDhjPBMC','zw1hu20','CIb1C2vYia','Dg9ju09tDhjPBG','svrjzLe','D3jPDgvgAwXL','z0XgzM8'];_0x29d3=function(){return _0x17ab5f;};return _0x29d3();}export async function storeUserGitToken(_0x4434fe,_0x575cef,_0x3705fa,_0x40c5b0={}){const _0x3521f3={_0x1a6edf:0xa7,_0x45c77c:0x9,_0x43b1ec:0x7d,_0x48a887:0x46,_0x3df445:0x25,_0x4fccb8:0x43,_0x1c0503:0x19,_0x57ce59:0x4c,_0x3ca0bc:0x1b,_0x29f33d:0x71,_0xe5b4b6:0xd,_0x4c088f:0x5b,_0xe7b598:0x46,_0x4441f6:0x6d,_0x1f1029:0x79,_0x50b6a5:0x2,_0x4cdd37:0x4f,_0x4be7d9:0x64,_0x1ed177:0x7,_0x13ce10:0x27,_0x17e67d:0x4,_0x301ca5:0x2,_0x48d47d:0x3f,_0x484316:0xbb,_0xea732a:0x32,_0x1a06f8:0xa8,_0x42161a:0x7a,_0x2a30ff:0x69,_0x37a80a:0x4c,_0x1bdb49:0xb,_0x4f5da3:0x17,_0x5df2ef:0x31,_0x2514d8:0x59,_0x2a7cf2:0x2a,_0x2470fd:0x10,_0x2f8944:0x2c,_0x5b3216:0x17,_0x3e36fe:0x51,_0x1c5679:0x22,_0x32b9e5:0xa,_0x523fd9:0x49,_0x5a1a28:0x6e,_0x301df9:0x28,_0x25e91b:0x4b,_0x57ee44:0x8c,_0xd17cd5:0x33,_0x560422:0x87,_0x29d850:0x2f,_0x304290:0x56,_0x37f088:0x70,_0x234e55:0xe,_0x98a3a8:0x4b,_0x62fedd:0x34,_0x20e7a8:0x4a,_0x591780:0x9f,_0x470228:0x81,_0xf7d9b0:0x3c,_0x543683:0x0,_0xb95dcf:0x37,_0x3e02a7:0xdc,_0x1aa8d3:0xb2,_0xa94f46:0xd3,_0x5ca66d:0x20,_0x4562cd:0xaf,_0x1fcdb1:0x1c,_0x5c0658:0xdd,_0x18a60a:0x2e,_0x57de39:0x3,_0x15b626:0x3,_0x7e6ad5:0x45,_0x47776f:0x24,_0x4aff60:0x5e,_0x1fe625:0x3c,_0x3dadf1:0x47,_0x48554a:0x62,_0x44783d:0x15,_0x11caf3:0x29,_0xf70d51:0x28,_0x371d2d:0x14,_0x195f80:0x30,_0x263c94:0x62,_0x8108ed:0x1d,_0x1409d6:0x21,_0x3f811a:0xc,_0x4d3ecf:0x6,_0x5999a9:0x2c,_0xd85f74:0x42,_0x3872a3:0x21,_0x5bd43b:0x52,_0x4e8a09:0x85,_0x40cc5f:0x72,_0x2670d3:0xc,_0x5b0fa9:0x8,_0x571c23:0x38,_0x3f3932:0x15,_0x48abbf:0x53,_0x4045be:0x33,_0x5b5e81:0x5e,_0x1f9dbb:0x74,_0x93ca02:0x29,_0x597a63:0x33,_0x16a839:0x3a,_0x5a2d32:0x5f,_0x4f0622:0x25,_0x3f1f4f:0x83,_0x586359:0x30,_0x5b9cf4:0x7f,_0x384d92:0x78},_0x1e4986={_0x3db5f7:0x414,_0x5a7462:0xfe},_0x1b838f={_0x4310e2:0x3f1},_0x58f846={'NoWVZ':_0x589cdb(-_0x3521f3._0x1a6edf,-_0x3521f3._0x45c77c,-_0x3521f3._0x43b1ec,-_0x3521f3._0x48a887)+'d\x20provider'+'\x20name\x20are\x20'+_0x36ba56(0x7,_0x3521f3._0x3df445,_0x3521f3._0x4fccb8,0x1b),'vBOfh':_0x589cdb(_0x3521f3._0x1c0503,-_0x3521f3._0x57ce59,_0x3521f3._0x3ca0bc,-0x14)+_0x589cdb(_0x3521f3._0x29f33d,-0x11,0x62,0x14)+'Auth\x20encry'+_0x36ba56(0x4,-0x38,-0x50,-_0x3521f3._0xe5b4b6)+'\x20generatin'+_0x589cdb(-_0x3521f3._0x4c088f,-0x6e,-_0x3521f3._0xe7b598,-_0x3521f3._0x4441f6),'Vpkbj':'User\x20ID\x20is'+'\x20required','khxUe':_0x589cdb(-_0x3521f3._0x1f1029,-_0x3521f3._0x50b6a5,-_0x3521f3._0x4cdd37,-_0x3521f3._0x4be7d9)+_0x36ba56(0x5,_0x3521f3._0x1ed177,-0x64,_0x3521f3._0x13ce10)+_0x36ba56(-0x49,-_0x3521f3._0x17e67d,0xc,_0x3521f3._0x301ca5),'YQEly':function(_0x6653a0,_0x2bf949){return _0x6653a0(_0x2bf949);},'lZYYu':function(_0x131277,_0x3af48f){return _0x131277(_0x3af48f);},'KyAEv':_0x589cdb(-_0x3521f3._0x48d47d,-0x80,-0x6,-0x37),'cHdEm':function(_0x32c192,_0x4ae59c,_0x52dd20){return _0x32c192(_0x4ae59c,_0x52dd20);},'SQrTe':function(_0x41f710,_0x15071c){return _0x41f710!==_0x15071c;},'RUfCf':'skmXG','xJvUE':_0x36ba56(-_0x3521f3._0x484316,-0x80,-_0x3521f3._0xea732a,-_0x3521f3._0x1a06f8),'GLwuH':function(_0x5b0f69,_0x447b97){return _0x5b0f69===_0x447b97;},'ZaTiN':_0x589cdb(-0x52,-_0x3521f3._0x42161a,-_0x3521f3._0x2a30ff,-_0x3521f3._0x37a80a),'uYjGe':function(_0x578d9f,_0x19fb24){return _0x578d9f===_0x19fb24;},'PfiGt':_0x36ba56(-0x25,-_0x3521f3._0x1bdb49,-_0x3521f3._0x4f5da3,0xf),'SYGyD':_0x36ba56(-0xb,-0x68,-_0x3521f3._0x5df2ef,-_0x3521f3._0x2514d8),'GehnC':function(_0x5c1b82,_0x3b772e,_0x917879){return _0x5c1b82(_0x3b772e,_0x917879);},'zBApJ':_0x589cdb(-0x24,0x5,_0x3521f3._0x2a7cf2,_0x3521f3._0x2470fd)+_0x36ba56(_0x3521f3._0x4c088f,_0x3521f3._0x2f8944,0x60,0x6c)+_0x589cdb(0x5d,-_0x3521f3._0x5b3216,-_0x3521f3._0x3e36fe,_0x3521f3._0x1ed177)},_0x148059=_0x40c5b0['logger']||_0x3e7232;if(!_0x4434fe)throw new Error(_0x58f846[_0x589cdb(-0x17,0x43,-_0x3521f3._0x1c5679,-0x28)]);if(!_0x575cef)throw new Error(_0x36ba56(_0x3521f3._0x32b9e5,0x4,0x36,-0xb)+_0x589cdb(-_0x3521f3._0x523fd9,0x58,-_0x3521f3._0x5a1a28,-0xe)+_0x36ba56(-0x6b,-_0x3521f3._0x301df9,-0x51,-_0x3521f3._0x25e91b));if(!_0x3705fa?.[_0x36ba56(-_0x3521f3._0x57ee44,-0x88,-_0x3521f3._0xd17cd5,-_0x3521f3._0x560422)+'en'])throw new Error(_0x58f846[_0x589cdb(-0x44,-_0x3521f3._0x29d850,-_0x3521f3._0x304290,-_0x3521f3._0x37f088)]);function _0x589cdb(_0x31299f,_0x3cfce1,_0x4a7e26,_0x5b8b90){return _0x47127a(_0x5b8b90- -_0x1b838f._0x4310e2,_0x4a7e26,_0x4a7e26-0x72,_0x5b8b90-0x13c);}const _0x3c3369=await _0x58f846[_0x36ba56(-_0x3521f3._0x234e55,0x1b,_0x3521f3._0x98a3a8,_0x3521f3._0x304290)](getEncryptionKey,_0x40c5b0),_0x514ed2=await _0x58f846[_0x36ba56(-_0x3521f3._0x62fedd,-0x8c,-0xca,-0xa3)](loadTokenStorage,_0x40c5b0);!_0x514ed2['tokens']&&(_0x514ed2[_0x36ba56(-_0x3521f3._0x20e7a8,-_0x3521f3._0x591780,-0xa3,-_0x3521f3._0x470228)]={});!_0x514ed2[_0x36ba56(-0xc2,-0x9f,-_0x3521f3._0x42161a,-_0x3521f3._0xf7d9b0)][_0x4434fe]&&(_0x58f846[_0x36ba56(-0x38,0x12,_0x3521f3._0x543683,-0x38)]===_0x58f846[_0x36ba56(_0x3521f3._0xb95dcf,0x12,-0x53,0x6a)]?_0x514ed2[_0x36ba56(-_0x3521f3._0x3e02a7,-_0x3521f3._0x591780,-_0x3521f3._0x1aa8d3,-_0x3521f3._0xa94f46)][_0x4434fe]={}:_0x2a3572[_0x589cdb(-_0x3521f3._0x5ca66d,-0x9e,-_0x3521f3._0x4562cd,-0x7c)][_0x408c3d]={});const _0x32ec28={'access_token':_0x58f846[_0x589cdb(-_0x3521f3._0x1fcdb1,-0x9b,-_0x3521f3._0x5c0658,-0x72)](encrypt,_0x3705fa['access_tok'+'en'],_0x3c3369),'connected_at':new Date()[_0x589cdb(-0x7,-0x39,-0x3d,-_0x3521f3._0x4cdd37)+'g']()};if(_0x3705fa['refresh_to'+'ken']){if(_0x58f846[_0x36ba56(0x14,_0x3521f3._0x18a60a,0x5c,_0x3521f3._0x57de39)](_0x58f846[_0x36ba56(-_0x3521f3._0xea732a,-0x3a,-_0x3521f3._0x15b626,-0x8c)],_0x58f846['RUfCf']))throw new _0x31a6ed(_0x58f846[_0x589cdb(-_0x3521f3._0x7e6ad5,0x67,_0x3521f3._0x47776f,0x9)]);else _0x32ec28['refresh_to'+_0x589cdb(-0x1a,-0x4,_0x3521f3._0x4aff60,_0x3521f3._0x1fe625)]=encrypt(_0x3705fa['refresh_to'+'ken'],_0x3c3369);}_0x3705fa[_0x589cdb(-0x3c,-0xa3,-0xa7,-0x58)]&&(_0x36ba56(0x14,-_0x3521f3._0x3dadf1,-0x4b,-0xb)===_0x58f846['xJvUE']?_0x130741[_0x36ba56(-0xec,-0x85,-0x3b,-0x4f)+'name']=_0x402dc8[_0x589cdb(-0x40,-0x30,-0x51,-_0x3521f3._0x48554a)+_0x589cdb(0x76,0x7,0x49,_0x3521f3._0x44783d)]:_0x32ec28['expires_at']=_0x3705fa['expires_at']);if(_0x3705fa['github_log'+'in']){if(_0x58f846[_0x36ba56(0x4e,0x2a,_0x3521f3._0x11caf3,-_0x3521f3._0x1bdb49)](_0x58f846[_0x36ba56(-0x44,-0x2,-0x50,-_0x3521f3._0x234e55)],_0x58f846['ZaTiN']))_0x32ec28[_0x589cdb(_0x3521f3._0xf70d51,0x21,0x3b,0x39)+'in']=_0x3705fa[_0x36ba56(0x49,0x16,-0x3c,-_0x3521f3._0x4f5da3)+'in'];else{const _0x439117={};_0x439117[_0x589cdb(_0x3521f3._0x543683,-0x20,0x16,_0x3521f3._0x48a887)]=_0x550467[_0x36ba56(-_0x3521f3._0x1fcdb1,-0x8,0x31,-0x6e)],_0x3cb8c4[_0x36ba56(_0x3521f3._0x371d2d,-0x36,-0x8d,-0x11)](_0x58f846[_0x36ba56(_0x3521f3._0x2a30ff,_0x3521f3._0x195f80,-0x13,0x39)],_0x439117);}}_0x3705fa[_0x589cdb(-_0x3521f3._0x263c94,0x3f,-_0x3521f3._0x8108ed,-_0x3521f3._0x1409d6)+_0x36ba56(-0x32,-0x60,-_0x3521f3._0x3f811a,-0x22)]&&(_0x58f846['uYjGe'](_0x58f846[_0x36ba56(-_0x3521f3._0x4d3ecf,-0x43,-_0x3521f3._0x5999a9,-0xaa)],_0x58f846['SYGyD'])?_0x5c7bb2=null:_0x32ec28['github_use'+'r_id']=_0x3705fa[_0x589cdb(-0x21,0x2b,-_0x3521f3._0xd85f74,-_0x3521f3._0x3872a3)+_0x589cdb(0xf,-0x38,-0x6d,-0x3d)]);_0x3705fa[_0x36ba56(-_0x3521f3._0x5bd43b,-_0x3521f3._0x4e8a09,-0x4e,-_0x3521f3._0x40cc5f)+_0x589cdb(-_0x3521f3._0x2670d3,_0x3521f3._0x5b0fa9,-_0x3521f3._0x571c23,_0x3521f3._0x3f3932)]&&(_0x32ec28['azure_user'+'name']=_0x3705fa['azure_user'+_0x589cdb(_0x3521f3._0x4be7d9,0x3d,0x2,_0x3521f3._0x3f3932)]);_0x514ed2[_0x589cdb(-_0x3521f3._0x48abbf,-0xbb,-0xd9,-0x7c)][_0x4434fe][_0x575cef]=_0x32ec28,await _0x58f846[_0x36ba56(0x55,0xb,_0x3521f3._0x4045be,0x1a)](saveTokenStorage,_0x514ed2,_0x40c5b0);const _0x5e059d={};_0x5e059d[_0x36ba56(-_0x3521f3._0x5b5e81,-0x63,-_0x3521f3._0x1f9dbb,-0x6d)]=_0x4434fe,_0x5e059d['providerNa'+'me']=_0x575cef;function _0x36ba56(_0x4e339d,_0x2b04b2,_0x434acb,_0x1436cf){return _0x47127a(_0x2b04b2- -_0x1e4986._0x3db5f7,_0x1436cf,_0x434acb-_0x1e4986._0x5a7462,_0x1436cf-0x81);}_0x5e059d[_0x589cdb(-_0x3521f3._0x93ca02,-0x34,-_0x3521f3._0x3df445,-0xd)+_0x589cdb(_0x3521f3._0x597a63,-0x46,-0x50,-0x2c)]=!!_0x3705fa[_0x589cdb(-_0x3521f3._0x1a06f8,-0x8,-_0x3521f3._0x16a839,-_0x3521f3._0x5a2d32)+'ken'],_0x5e059d[_0x36ba56(-0x19,-_0x3521f3._0x4f0622,-_0x3521f3._0x3f1f4f,_0x3521f3._0x586359)]=_0x3705fa['expires_at'],_0x148059[_0x589cdb(-_0x3521f3._0x5b9cf4,-0xb1,-_0x3521f3._0x4fccb8,-_0x3521f3._0x384d92)](_0x58f846['zBApJ'],_0x5e059d);}export async function updateUserGitToken(_0x252b46,_0x4c4460,_0x7456c9,_0x291b3b={}){const _0x49b9b1={_0x4cd41d:0x55f,_0xd70743:0x523,_0x173f69:0x613,_0x5d0128:0x5a2,_0x30c9df:0x1ea,_0x46c66e:0x217,_0x19fc12:0x1ef,_0xcc582d:0x187,_0x1b160a:0x2c6,_0x44fe49:0x64c,_0x151dde:0x5a5,_0x1f33fd:0x61f,_0x23813e:0x5c7,_0x420a76:0x5e1,_0x39d166:0x629,_0x35a0a0:0x619,_0x134164:0x5eb,_0x5650c1:0x5f1,_0x2a9a05:0x67e,_0x1ac3a7:0x59c,_0x41cf99:0x1f7,_0x251832:0x1f9,_0x1f2a64:0x24b,_0x161af9:0x27c,_0x234edb:0x654,_0x38e7ac:0x5c1,_0x1aa6c7:0x5bf,_0x4b3a7e:0x5f8,_0x3a42e7:0x607,_0x25e7f2:0x1f5,_0x22c2b6:0x203,_0x7c15a7:0x242,_0x289b5b:0x596,_0x22610c:0x1f6,_0xa8616e:0x230,_0x2e3fc1:0x240,_0x106372:0x297,_0x131e54:0x25d,_0x590c5:0x249,_0x55a06f:0x1e1,_0x5bbd0a:0x27d,_0x363ae1:0x2c2,_0x540ac3:0x2af,_0x43b782:0x2ab,_0x4bf312:0x257,_0x2cf7fd:0x1fb,_0x25a56e:0x217,_0x2ee2f4:0x1e7,_0xf2f33e:0x1f8,_0x51aa67:0x1ed,_0x13656e:0x574,_0x14d1e2:0x5d5,_0x3547e3:0x286,_0x2c2d12:0x2d0,_0xd4e777:0x67a,_0x114dfb:0x694,_0x129d82:0x603,_0x4fe4ec:0x5c9,_0x7050fa:0x57b,_0x5d5723:0x59c,_0x18bbcb:0x20b,_0x7793cd:0x1ce,_0x3a4f0c:0x256,_0x1c1849:0x210,_0x3aada7:0x58d,_0x53923b:0x247,_0x374508:0x1a4,_0x4108a3:0x199,_0xaad6b2:0x1be,_0x4ef9e8:0x1fc,_0x38f7bc:0x220,_0x3e4622:0x1a6,_0x30d29c:0x557,_0x505073:0x621,_0x489012:0x5ff,_0x590f2f:0x5f5,_0xa510a:0x602,_0x14b24e:0x61d,_0x5d62f8:0x608,_0x1fe0af:0x203,_0x1e4260:0x1af,_0x239ab8:0x1ee,_0xd84b8c:0x5e8,_0x29efa3:0x617,_0x234ee8:0x5b6,_0x3a99a3:0x569,_0x5b2e64:0x517,_0x46e38e:0x527,_0x251e46:0x57e,_0x26afe5:0x583,_0x402eca:0x1d5,_0x1edb32:0x51a,_0x23dc33:0x26c,_0x1990fd:0x28c,_0x16b6e2:0x2a9},_0x5066bd={_0x1c393e:0x1f4},_0x41f0e3={_0x5c8219:0x196,_0x35d9b0:0xa3},_0x292e4f={'KjhRI':function(_0x16c8e7,_0x45033d){return _0x16c8e7||_0x45033d;},'MwyqH':_0x56d412(0x576,0x5df,_0x49b9b1._0x4cd41d,_0x49b9b1._0xd70743)+_0x56d412(0x5cf,0x627,_0x49b9b1._0x173f69,_0x49b9b1._0x5d0128)+'lue\x20format','OEdZP':_0x25b195(_0x49b9b1._0x30c9df,0x1f7,0x1d6,0x1cf),'qVbGP':_0x25b195(0x206,0x1a4,0x21d,_0x49b9b1._0x46c66e),'huCVb':function(_0x323c25,_0x1af4c7){return _0x323c25||_0x1af4c7;},'JoIet':'User\x20ID\x20an'+_0x25b195(_0x49b9b1._0x19fc12,0x22c,_0x49b9b1._0xcc582d,0x21f)+_0x25b195(0x2a6,0x2e9,0x2af,_0x49b9b1._0x1b160a)+_0x56d412(0x62d,0x615,0x5f5,_0x49b9b1._0x44fe49),'CbKLA':function(_0xf118b3,_0x5d2a99){return _0xf118b3(_0x5d2a99);},'DiHrW':function(_0x5ba9dd,_0x5995a0){return _0x5ba9dd!==_0x5995a0;},'sZGCx':'wXHed','jYPWn':function(_0x4e6406,_0x8d3a53){return _0x4e6406===_0x8d3a53;},'AfYsM':'SGCdG','XmkyH':_0x56d412(0x5e1,0x646,0x631,_0x49b9b1._0x151dde),'SfMdG':function(_0x37d012,_0x218609,_0xd3e703){return _0x37d012(_0x218609,_0xd3e703);},'Fxtfv':function(_0x5348d6,_0x47d29d){return _0x5348d6!==_0x47d29d;},'HQMAt':_0x56d412(_0x49b9b1._0x1f33fd,0x5d2,_0x49b9b1._0x23813e,_0x49b9b1._0x420a76),'kizAn':_0x56d412(_0x49b9b1._0x39d166,0x5f6,0x5d3,0x5e7)+_0x56d412(_0x49b9b1._0x35a0a0,_0x49b9b1._0x134164,_0x49b9b1._0x5650c1,_0x49b9b1._0x2a9a05)+_0x56d412(_0x49b9b1._0x1ac3a7,0x5f7,0x564,0x563)},_0xfd1b9=_0x291b3b[_0x25b195(0x23d,0x292,_0x49b9b1._0x41cf99,_0x49b9b1._0x251832)]||_0x3e7232;function _0x25b195(_0x570f14,_0x160135,_0x25566a,_0x58458d){return _0x47127a(_0x570f14- -_0x41f0e3._0x5c8219,_0x58458d,_0x25566a-_0x41f0e3._0x35d9b0,_0x58458d-0x8);}if(_0x292e4f[_0x25b195(_0x49b9b1._0x1f2a64,0x270,_0x49b9b1._0x161af9,0x1ff)](!_0x252b46,!_0x4c4460))throw new Error(_0x292e4f[_0x25b195(0x22d,0x1d7,0x25b,0x1e9)]);const _0x24c574=await _0x292e4f[_0x56d412(0x625,0x64d,_0x49b9b1._0x234edb,0x670)](getEncryptionKey,_0x291b3b),_0x81dc52=await loadTokenStorage(_0x291b3b),_0x5a6e88=_0x81dc52[_0x25b195(0x1df,0x19a,0x18c,0x1da)]?.[_0x252b46]?.[_0x4c4460];if(!_0x5a6e88){if(_0x292e4f[_0x56d412(0x5ff,_0x49b9b1._0x38e7ac,0x5e0,0x644)](_0x292e4f[_0x56d412(0x592,_0x49b9b1._0x1aa6c7,0x52c,0x54d)],_0x56d412(_0x49b9b1._0x4b3a7e,_0x49b9b1._0x3a42e7,0x5cf,0x614)))_0x5f6117[_0x25b195(0x203,0x263,_0x49b9b1._0x25e7f2,0x20b)]=_0xdc76e3[_0x25b195(_0x49b9b1._0x22c2b6,0x215,0x212,_0x49b9b1._0x7c15a7)];else throw new Error('No\x20existin'+'g\x20token\x20fo'+_0x25b195(0x20b,0x1c3,0x200,0x1ed)+_0x252b46+('\x20and\x20provi'+_0x56d412(0x5a3,_0x49b9b1._0x289b5b,0x5db,0x543))+_0x4c4460);}if(_0x7456c9[_0x25b195(_0x49b9b1._0x22610c,0x257,0x198,_0x49b9b1._0xa8616e)+'en']){if(_0x292e4f['jYPWn'](_0x292e4f[_0x25b195(0x288,0x294,_0x49b9b1._0x2e3fc1,0x25d)],_0x292e4f[_0x25b195(0x28d,_0x49b9b1._0x106372,_0x49b9b1._0x131e54,0x235)])){const [_0x24401b,_0x41ff3b,_0xb30450]=_0xe7944c[_0x25b195(_0x49b9b1._0x590c5,0x208,0x231,_0x49b9b1._0x55a06f)](':');if(_0x292e4f[_0x25b195(_0x49b9b1._0x5bbd0a,_0x49b9b1._0x363ae1,_0x49b9b1._0x540ac3,_0x49b9b1._0x43b782)](!_0x24401b,!_0x41ff3b)||!_0xb30450)throw new _0x12a9ea(_0x292e4f[_0x25b195(0x260,0x236,0x27f,_0x49b9b1._0x4bf312)]);const _0x414834=_0x1911cd[_0x25b195(0x1e7,0x1e1,0x18d,0x1d7)](_0x24401b,_0x25b195(_0x49b9b1._0x30c9df,_0x49b9b1._0x2cf7fd,0x1df,_0x49b9b1._0x25a56e)),_0x444d28=_0x2df76b[_0x25b195(_0x49b9b1._0x2ee2f4,_0x49b9b1._0xf2f33e,_0x49b9b1._0x51aa67,0x234)](_0x41ff3b,_0x56d412(_0x49b9b1._0x13656e,_0x49b9b1._0x14d1e2,0x526,0x570)),_0x4dbd2a=_0xbcf11[_0x25b195(_0x49b9b1._0x3547e3,_0x49b9b1._0x2c2d12,0x2c4,0x2f0)+_0x56d412(0x639,_0x49b9b1._0xd4e777,0x66c,_0x49b9b1._0x114dfb)](_0x2a758f,_0x38937c,_0x414834);_0x4dbd2a['setAuthTag'](_0x444d28);let _0xe7481c=_0x4dbd2a[_0x56d412(_0x49b9b1._0x129d82,0x62e,0x64e,0x64e)](_0xb30450,_0x292e4f[_0x56d412(_0x49b9b1._0x4fe4ec,_0x49b9b1._0x7050fa,_0x49b9b1._0x5d5723,0x621)],_0x292e4f[_0x25b195(0x239,_0x49b9b1._0x18bbcb,_0x49b9b1._0x7793cd,_0x49b9b1._0x3a4f0c)]);return _0xe7481c+=_0x4dbd2a[_0x25b195(_0x49b9b1._0x55a06f,_0x49b9b1._0x1c1849,0x18f,0x205)](_0x292e4f[_0x56d412(0x5c3,_0x49b9b1._0x420a76,_0x49b9b1._0x3aada7,0x5fc)]),_0xe7481c;}else _0x5a6e88[_0x25b195(0x1f6,_0x49b9b1._0x53923b,_0x49b9b1._0x374508,0x208)+'en']=encrypt(_0x7456c9['access_tok'+'en'],_0x24c574);}function _0x56d412(_0x7e5eed,_0x3ff371,_0x2f2f5d,_0x137ab5){return _0x47127a(_0x7e5eed-_0x5066bd._0x1c393e,_0x2f2f5d,_0x2f2f5d-0x195,_0x137ab5-0xa8);}_0x7456c9[_0x25b195(0x1fc,_0x49b9b1._0x4108a3,_0x49b9b1._0xaad6b2,0x258)+'ken']&&(_0x5a6e88[_0x25b195(_0x49b9b1._0x4ef9e8,_0x49b9b1._0x38f7bc,0x1b6,_0x49b9b1._0x3e4622)+_0x56d412(0x621,0x5c7,0x5e7,0x62c)]=_0x292e4f['SfMdG'](encrypt,_0x7456c9[_0x56d412(0x586,0x5e5,_0x49b9b1._0x30d29c,0x5ed)+_0x56d412(_0x49b9b1._0x505073,_0x49b9b1._0x489012,_0x49b9b1._0x590f2f,_0x49b9b1._0xa510a)],_0x24c574));_0x292e4f[_0x56d412(0x5b6,_0x49b9b1._0x14b24e,_0x49b9b1._0x5d62f8,0x56d)](_0x7456c9[_0x25b195(_0x49b9b1._0x1fe0af,_0x49b9b1._0x1e4260,_0x49b9b1._0x239ab8,0x232)],undefined)&&(_0x292e4f['DiHrW'](_0x292e4f['HQMAt'],_0x292e4f[_0x56d412(_0x49b9b1._0xd84b8c,_0x49b9b1._0x29efa3,_0x49b9b1._0x234ee8,0x644)])?_0x5a43b6[_0x56d412(_0x49b9b1._0x3a99a3,_0x49b9b1._0x5b2e64,0x5bb,0x59e)]={}:_0x5a6e88[_0x25b195(0x203,0x212,0x248,0x24a)]=_0x7456c9[_0x56d412(_0x49b9b1._0x3aada7,_0x49b9b1._0x46e38e,_0x49b9b1._0x251e46,_0x49b9b1._0x26afe5)]);await saveTokenStorage(_0x81dc52,_0x291b3b);const _0x24df61={};_0x24df61[_0x25b195(0x21b,0x1db,0x267,_0x49b9b1._0x402eca)]=_0x252b46,_0x24df61[_0x56d412(0x584,0x524,_0x49b9b1._0x1edb32,0x580)+'me']=_0x4c4460,_0xfd1b9[_0x56d412(0x60a,0x641,0x5b4,0x5c3)](_0x292e4f[_0x25b195(_0x49b9b1._0x23dc33,_0x49b9b1._0x1990fd,_0x49b9b1._0x16b6e2,0x21a)],_0x24df61);}export async function deleteUserGitToken(_0x4df8f5,_0x5a2289,_0x25023f={}){const _0x217033={_0x4c7b14:0x257,_0x46f991:0x29c,_0x246a28:0x245,_0x480745:0x243,_0x4bfa00:0x213,_0x564267:0x2ab,_0x2d8258:0x41d,_0x2e56cd:0x32a,_0x2c84a7:0x2b5,_0x1099a8:0x2f8,_0x283082:0x28d,_0x54c9b5:0x3ad,_0x5981c6:0x352,_0x25f047:0x2f4,_0x9fcc64:0x234,_0x54bfd8:0x2ab,_0x20907d:0x2b5,_0x4b65b8:0x2f0,_0x20e8f1:0x336,_0x5b151d:0x383,_0xa1d939:0x34b,_0x88e0fe:0x2ef,_0x1448ec:0x2ec,_0x41eaf0:0x296,_0xf6108a:0x35d,_0x26ddeb:0x378,_0x4c5d0e:0x260,_0x59a2cd:0x3eb,_0xec72c2:0x3c7,_0x412a4e:0x266,_0x1f6e57:0x33f,_0x616186:0x2ba,_0x5396f0:0x2a5,_0x13575d:0x274,_0xe854b6:0x2c8,_0x1887e8:0x30e,_0x354905:0x2cc,_0x7d5cb2:0x2d1,_0x2da7fc:0x401,_0x33ffed:0x3b4,_0x3395ed:0x2d6,_0x8ac792:0x2a2,_0x39fa72:0x276,_0x35e00b:0x2c2,_0x38810c:0x2c0,_0x4d9842:0x2dc,_0x41ba2a:0x2b8},_0x5ecfec={_0x1d8661:0x10f},_0x436803={_0x5e1e58:0x78,_0x54a091:0x19c},_0x59b859={'KEgLH':function(_0x1ba0dd,_0x457409){return _0x1ba0dd||_0x457409;},'RplYt':function(_0xe80d4d,_0x4bdd39){return _0xe80d4d!==_0x4bdd39;},'nwoGk':'wKpwa','SQieA':_0x2c85a8(_0x217033._0x4c7b14,0x24e,_0x217033._0x46f991,_0x217033._0x246a28)+_0x2c85a8(_0x217033._0x480745,_0x217033._0x4bfa00,0x276,_0x217033._0x564267)+_0x12299d(0x3db,0x3c4,_0x217033._0x2d8258,0x398)+_0x2c85a8(0x2c4,0x372,_0x217033._0x2e56cd,0x325),'BTdXI':function(_0x2a167c,_0xf9b9c3){return _0x2a167c===_0xf9b9c3;},'dPwIh':function(_0x431136,_0xe105ec,_0x77d675){return _0x431136(_0xe105ec,_0x77d675);},'zjFlD':_0x2c85a8(_0x217033._0x2c84a7,0x317,_0x217033._0x1099a8,_0x217033._0x283082)+_0x12299d(0x38d,_0x217033._0x54c9b5,0x38c,_0x217033._0x5981c6)+_0x2c85a8(_0x217033._0x25f047,_0x217033._0x9fcc64,0x299,0x24b)},_0x38e4e0=_0x25023f['logger']||_0x3e7232;if(_0x59b859['KEgLH'](!_0x4df8f5,!_0x5a2289)){if(_0x59b859[_0x2c85a8(0x2e2,_0x217033._0x54bfd8,_0x217033._0x20907d,0x2a5)](_0x12299d(_0x217033._0x4b65b8,_0x217033._0x20e8f1,0x2f0,_0x217033._0x5b151d),_0x59b859[_0x2c85a8(_0x217033._0xa1d939,_0x217033._0x88e0fe,_0x217033._0x1448ec,_0x217033._0x41eaf0)]))throw new Error(_0x59b859[_0x12299d(_0x217033._0xf6108a,_0x217033._0x26ddeb,0x36c,0x3c3)]);else throw new _0x20cd0f(_0x2c85a8(0x259,0x282,0x2c3,_0x217033._0x4c5d0e)+_0x12299d(0x3f8,0x3c0,_0x217033._0x59a2cd,_0x217033._0xec72c2));}function _0x12299d(_0x3ed7c0,_0x352bb5,_0xb8fcdf,_0x40c69f){return _0x47127a(_0x352bb5- -_0x436803._0x5e1e58,_0x3ed7c0,_0xb8fcdf-_0x436803._0x54a091,_0x40c69f-0x110);}function _0x2c85a8(_0x30cc5e,_0x4bf3ff,_0x44a87b,_0x13f591){return _0x47127a(_0x44a87b- -_0x5ecfec._0x1d8661,_0x30cc5e,_0x44a87b-0xb2,_0x13f591-0x138);}const _0x36c462=await loadTokenStorage(_0x25023f);if(!_0x36c462['tokens']?.[_0x4df8f5]?.[_0x5a2289])return![];delete _0x36c462[_0x2c85a8(0x203,0x21d,_0x217033._0x412a4e,0x26f)][_0x4df8f5][_0x5a2289];_0x59b859[_0x12299d(0x2d6,0x33f,_0x217033._0x1f6e57,0x344)](Object['keys'](_0x36c462[_0x12299d(0x2c1,0x2fd,_0x217033._0x616186,_0x217033._0x5396f0)][_0x4df8f5])[_0x2c85a8(0x2f0,_0x217033._0x13575d,_0x217033._0xe854b6,_0x217033._0x1887e8)],0x5*-0x6ce+0x6cb+0x1b3b)&&delete _0x36c462[_0x2c85a8(_0x217033._0x354905,0x260,0x266,_0x217033._0x7d5cb2)][_0x4df8f5];await _0x59b859[_0x12299d(0x3ed,0x3a2,_0x217033._0x2da7fc,_0x217033._0x33ffed)](saveTokenStorage,_0x36c462,_0x25023f);const _0x2adb79={};return _0x2adb79[_0x2c85a8(0x268,_0x217033._0x3395ed,_0x217033._0x8ac792,0x2c1)]=_0x4df8f5,_0x2adb79['providerNa'+'me']=_0x5a2289,_0x38e4e0[_0x2c85a8(_0x217033._0x39fa72,_0x217033._0x35e00b,0x26a,0x2cd)](_0x59b859[_0x2c85a8(_0x217033._0x38810c,_0x217033._0x41eaf0,_0x217033._0x4d9842,_0x217033._0x41ba2a)],_0x2adb79),!![];}export async function deleteAllUserGitTokens(_0x4325ce,_0x4c9cb9={}){const _0x1a0fda={_0x13abc6:0xec,_0x5a207d:0x16b,_0x576998:0x12d,_0x418f6e:0x13b,_0x33ccce:0x1e3,_0x47e3a9:0x1b1,_0x1d6c9a:0x169,_0x15bacd:0x1ce,_0x5c0d21:0x184,_0x41801e:0x16f,_0x1946d1:0x123,_0x133196:0x10f,_0x2db774:0x126,_0x2aebbc:0x10b,_0xfbc92e:0xc0,_0x956f51:0x165,_0x326630:0x113,_0x11055e:0x33},_0x273dd1={_0x1efc26:0x4c6,_0x4f892a:0x127},_0x1091d3={_0x567e0a:0x266,_0x570d13:0x190},_0x1912f3={};_0x1912f3[_0x3326de(_0x1a0fda._0x13abc6,_0x1a0fda._0x5a207d,_0x1a0fda._0x576998,_0x1a0fda._0x418f6e)]='User\x20ID\x20is'+'\x20required',_0x1912f3[_0x3326de(_0x1a0fda._0x33ccce,0x218,0x1e1,0x23f)]=_0x3326de(0x189,0x1f1,_0x1a0fda._0x47e3a9,0x1b7)+'l\x20git\x20toke'+_0x3326de(_0x1a0fda._0x1d6c9a,0x231,_0x1a0fda._0x15bacd,0x17a)+'r';const _0x2e8163=_0x1912f3,_0x14edc3=_0x4c9cb9['logger']||_0x3e7232;if(!_0x4325ce)throw new Error(_0x2e8163[_0x3326de(_0x1a0fda._0x5c0d21,_0x1a0fda._0x41801e,_0x1a0fda._0x576998,_0x1a0fda._0x1946d1)]);const _0x2432b8=await loadTokenStorage(_0x4c9cb9);if(!_0x2432b8[_0x3326de(0x112,0x12a,_0x1a0fda._0x133196,_0x1a0fda._0x2db774)]?.[_0x4325ce])return-0x2438+-0x2470+0x1f*0x258;const _0x4d67e1=Object[_0x3326de(0x126,_0x1a0fda._0x2aebbc,0x14f,0x1b1)](_0x2432b8['tokens'][_0x4325ce])[_0x2163bf(-0x155,-0x8b,-0xef,-0xca)];delete _0x2432b8[_0x3326de(0x14f,_0x1a0fda._0x41801e,_0x1a0fda._0x133196,0x129)][_0x4325ce],await saveTokenStorage(_0x2432b8,_0x4c9cb9);const _0x32d3f7={};_0x32d3f7[_0x2163bf(-_0x1a0fda._0xfbc92e,-_0x1a0fda._0x956f51,-0x115,-0x118)]=_0x4325ce,_0x32d3f7['deletedCou'+'nt']=_0x4d67e1,_0x14edc3[_0x3326de(0x120,0x122,_0x1a0fda._0x326630,0x120)](_0x2e8163[_0x2163bf(-0x75,-0xdd,-0x7f,-_0x1a0fda._0x11055e)],_0x32d3f7);function _0x3326de(_0x1e8ff6,_0x479ad7,_0x7c0248,_0x50f30f){return _0x47127a(_0x7c0248- -_0x1091d3._0x567e0a,_0x479ad7,_0x7c0248-0x5a,_0x50f30f-_0x1091d3._0x570d13);}function _0x2163bf(_0x4c39ac,_0x454aaa,_0x409b17,_0x1c65b7){return _0x47127a(_0x409b17- -_0x273dd1._0x1efc26,_0x1c65b7,_0x409b17-_0x273dd1._0x4f892a,_0x1c65b7-0x19c);}return _0x4d67e1;}function _0x2d28(_0x3b6ab9,_0x499446){_0x3b6ab9=_0x3b6ab9-(0x1dd+0x26fb+-0xd0f*0x3);const _0x371499=_0x29d3();let _0x4b6625=_0x371499[_0x3b6ab9];if(_0x2d28['CWcsAM']===undefined){var _0x3f798f=function(_0x274b2b){const _0x33919a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x202f45='',_0xbd7775='';for(let _0x1116a3=0x2620+0x1251+-0x3871,_0xb3a8b0,_0x5a32ca,_0x14000d=-0x263+0x1d7d*0x1+-0x1b1a;_0x5a32ca=_0x274b2b['charAt'](_0x14000d++);~_0x5a32ca&&(_0xb3a8b0=_0x1116a3%(0x95*0x1+0x120d+-0x129e)?_0xb3a8b0*(-0x1*-0x1827+0x32*0x4b+-0x268d)+_0x5a32ca:_0x5a32ca,_0x1116a3++%(-0x1cb*0xe+-0x1*-0x24ca+-0xbac))?_0x202f45+=String['fromCharCode'](-0xf03+0x1*-0xa76+0x1a78&_0xb3a8b0>>(-(-0x1e3c+-0x983+0x27c1)*_0x1116a3&-0x9*0x3cb+-0x1b37+0x3d60)):-0x449+0x748+0x3b*-0xd){_0x5a32ca=_0x33919a['indexOf'](_0x5a32ca);}for(let _0x34bc02=0x108d+-0x1243+0x1b6,_0x3dd6d6=_0x202f45['length'];_0x34bc02<_0x3dd6d6;_0x34bc02++){_0xbd7775+='%'+('00'+_0x202f45['charCodeAt'](_0x34bc02)['toString'](0x2*-0xd87+-0x24ac+0x3fca))['slice'](-(0x5ce+-0x90e+0x342));}return decodeURIComponent(_0xbd7775);};_0x2d28['wkQfHs']=_0x3f798f,_0x2d28['krTfFM']={},_0x2d28['CWcsAM']=!![];}const _0x418d4b=_0x371499[0x2d7*0x3+0x1*-0xc33+0x1*0x3ae],_0x29c348=_0x3b6ab9+_0x418d4b,_0x42960f=_0x2d28['krTfFM'][_0x29c348];return!_0x42960f?(_0x4b6625=_0x2d28['wkQfHs'](_0x4b6625),_0x2d28['krTfFM'][_0x29c348]=_0x4b6625):_0x4b6625=_0x42960f,_0x4b6625;}export function isTokenExpiringSoon(_0x5b236e,_0x13cc30=0x1453+0x26d6+-0x3b0b*0x1){const _0x379e87={_0x2ca0bb:0x3c8,_0x1139c8:0x36c,_0x29e9da:0x39f,_0x554d17:0x3a4,_0x1b4beb:0x2fd,_0x260984:0x342,_0x4a88e2:0x3a0,_0x4cdefe:0x2f8,_0x89a2cc:0x31b,_0x30b94a:0x34a,_0x2c1b4c:0x2f4},_0x36b0ec={_0xeaeb7a:0x5},_0x3b1a98={_0xeafdb9:0x373,_0x3aed14:0x180},_0x41bebe={};function _0x4b74af(_0x17ec2a,_0x16f0db,_0x346123,_0x288fe8){return _0x102c8a(_0x17ec2a-0x61,_0x288fe8,_0x17ec2a-_0x3b1a98._0xeafdb9,_0x288fe8-_0x3b1a98._0x3aed14);}_0x41bebe[_0x370680(_0x379e87._0x2ca0bb,_0x379e87._0x1139c8,_0x379e87._0x29e9da,_0x379e87._0x554d17)]=function(_0x9dff42,_0x23ddd4){return _0x9dff42*_0x23ddd4;};const _0x13798d=_0x41bebe;if(!_0x5b236e)return![];const _0x3f248d=new Date(_0x5b236e)[_0x4b74af(_0x379e87._0x1b4beb,0x312,0x33d,0x344)]();function _0x370680(_0x3c0cc6,_0x6ec7e9,_0xfe713b,_0x225968){return _0x102c8a(_0x3c0cc6-0x4d,_0xfe713b,_0x3c0cc6-0x443,_0x225968-_0x36b0ec._0xeaeb7a);}const _0x45dff8=Date[_0x4b74af(_0x379e87._0x260984,_0x379e87._0x4a88e2,0x304,0x313)](),_0x482bcc=_0x13798d[_0x4b74af(_0x379e87._0x4cdefe,_0x379e87._0x89a2cc,_0x379e87._0x30b94a,_0x379e87._0x2c1b4c)](_0x13cc30*(-0xfe1+0xede+0x13f),0x15cc+-0xb*0x1e1+0x3*0xed);return _0x3f248d-_0x45dff8<=_0x482bcc;}export function isTokenExpired(_0x13cf57){const _0x4e41ce={_0x5e17f8:0x4e5,_0x38738a:0x4a0,_0x5d345e:0x4db,_0x1de9a7:0x46a,_0x3ad83f:0x479,_0x48916c:0x451,_0x25ffbb:0x521,_0x8d197f:0x557},_0x598225={_0x207ff3:0x19a,_0x1f2a4f:0x1ef},_0x15edfd={_0x173067:0xe,_0x4d0978:0x105};function _0x1d0759(_0x300dc6,_0x3aabc4,_0xeeebc1,_0x5e7039){return _0x102c8a(_0x300dc6-_0x15edfd._0x173067,_0x5e7039,_0xeeebc1-0x49c,_0x5e7039-_0x15edfd._0x4d0978);}const _0x1da3c5={};_0x1da3c5['fBpFc']=function(_0x435136,_0x8406b5){return _0x435136<_0x8406b5;};function _0x55504e(_0x4fb67e,_0x367779,_0x5192be,_0x4d97cd){return _0x47127a(_0x5192be-_0x598225._0x207ff3,_0x367779,_0x5192be-_0x598225._0x1f2a4f,_0x4d97cd-0xed);}const _0x5151ca=_0x1da3c5;if(!_0x13cf57)return _0x1d0759(0x43f,_0x4e41ce._0x5e17f8,_0x4e41ce._0x38738a,_0x4e41ce._0x5d345e)!==_0x1d0759(_0x4e41ce._0x1de9a7,0x4d2,_0x4e41ce._0x3ad83f,_0x4e41ce._0x48916c)?![]:![];return _0x5151ca['fBpFc'](new Date(_0x13cf57)['getTime'](),Date[_0x55504e(0x557,_0x4e41ce._0x25ffbb,0x557,_0x4e41ce._0x8d197f)]());}export async function getUserConnectionStatus(_0x5aaadd,_0x120ea2={}){const _0x3b21cc={_0x5e7c21:0x11b,_0x129ecc:0x159,_0xa86ea:0xef,_0x1443e3:0xca,_0x35c466:0xb6,_0x1e44a9:0xfa,_0x518f86:0xd4,_0x50927f:0xfa,_0x27c698:0x69,_0x5dea51:0x7c,_0x31b723:0xf1,_0x1522b3:0xc9,_0x1694c8:0x116,_0x46a213:0x12e,_0x317139:0x3e,_0x28e9b:0xa0,_0x2af0a1:0x4c,_0x5d1651:0x115,_0x340cae:0xd3,_0x5d14db:0xcb,_0x4007c1:0x97,_0x440b40:0xb3,_0x3f9753:0xcd,_0x57d0b7:0xfd,_0x5618fe:0xf6,_0x37cee2:0xa9,_0x2e48e1:0x10d,_0x155971:0x126,_0x5a061a:0x86,_0x5bf541:0x168,_0x39145f:0x145,_0x4511b3:0x111,_0x2ff0dd:0xab,_0x1dd260:0xad,_0x55b884:0xe7,_0x373271:0xcd,_0x49a881:0xa1,_0x304e63:0x62,_0x56cd3c:0xe5,_0x416855:0xe6,_0x369bb3:0x13a,_0x35d6c4:0x10c,_0x27cee7:0x144,_0x2ba7c6:0x107,_0x793881:0x92,_0x350916:0xc6,_0x38955e:0x89,_0x2ff2cd:0xb9},_0x18b033={_0x4f4293:0x2c2,_0x4cab1e:0x42},_0x519f8b={_0x5c5e96:0x4d7},_0x573ef2={'LTeWj':_0x298197(_0x3b21cc._0x5e7c21,_0x3b21cc._0x129ecc,0x107,_0x3b21cc._0xa86ea)+_0x298197(0xc8,_0x3b21cc._0x1443e3,_0x3b21cc._0x35c466,0x104)+_0x2b4c9b(-_0x3b21cc._0x1e44a9,-0xbb,-_0x3b21cc._0x518f86,-_0x3b21cc._0x50927f),'qyhcL':function(_0x1ade5a,_0x20cdbf){return _0x1ade5a(_0x20cdbf);},'JEmhh':function(_0x32c79b,_0x304c7e){return _0x32c79b===_0x304c7e;},'GOhCV':'PVWLZ'},_0x5e93f5=await _0x573ef2['qyhcL'](loadTokenStorage,_0x120ea2),_0x50a3f2=_0x5e93f5[_0x298197(0xb3,_0x3b21cc._0x27c698,_0x3b21cc._0x5dea51,_0x3b21cc._0x31b723)]?.[_0x5aaadd];if(!_0x50a3f2){if(_0x573ef2[_0x2b4c9b(-0xe1,-0x12e,-_0x3b21cc._0x1522b3,-_0x3b21cc._0x1694c8)](_0x573ef2['GOhCV'],_0x298197(0x125,_0x3b21cc._0x46a213,0xd9,0x11f))){const _0x424909={};_0x424909[_0x2b4c9b(-0x73,-_0x3b21cc._0x317139,-_0x3b21cc._0x28e9b,-_0x3b21cc._0x2af0a1)]=_0x2e76e8[_0x2b4c9b(-_0x3b21cc._0x5d1651,-_0x3b21cc._0x340cae,-_0x3b21cc._0x5d14db,-_0x3b21cc._0x4007c1)],_0x45dafd['warn'](_0x573ef2['LTeWj'],_0x424909);const _0x2e6fac={};return _0x2e6fac[_0x298197(_0x3b21cc._0x440b40,0x80,_0x3b21cc._0x3f9753,0x8e)]={},_0x2e6fac;}else return{};}function _0x2b4c9b(_0x4ca043,_0x3c69f4,_0x349068,_0x8d92e1){return _0x47127a(_0x349068- -_0x519f8b._0x5c5e96,_0x8d92e1,_0x349068-0x18f,_0x8d92e1-0x1b4);}const _0x3e4d33={};for(const [_0x38970c,_0xb0ad9a]of Object[_0x298197(_0x3b21cc._0x57d0b7,0x118,_0x3b21cc._0x5618fe,_0x3b21cc._0x37cee2)](_0x50a3f2)){const _0x5c3a0a={};_0x5c3a0a[_0x298197(0x10c,_0x3b21cc._0x2e48e1,0x10d,0x168)]=!![],_0x5c3a0a[_0x298197(0xd7,0xe0,_0x3b21cc._0x155971,_0x3b21cc._0x5a061a)]=_0xb0ad9a['expires_at'],_0x5c3a0a[_0x298197(_0x3b21cc._0x5bf541,0x11a,_0x3b21cc._0x39145f,_0x3b21cc._0x4511b3)+'in']=_0xb0ad9a[_0x2b4c9b(-_0x3b21cc._0x2ff0dd,-0xf1,-_0x3b21cc._0x1dd260,-_0x3b21cc._0x55b884)+'in'],_0x5c3a0a[_0x298197(_0x3b21cc._0x373271,_0x3b21cc._0x49a881,_0x3b21cc._0x304e63,_0x3b21cc._0x56cd3c)+_0x2b4c9b(-_0x3b21cc._0x416855,-0xb4,-0xd1,-_0x3b21cc._0x369bb3)]=_0xb0ad9a[_0x2b4c9b(-0x161,-_0x3b21cc._0x35d6c4,-0x148,-0xf2)+_0x298197(_0x3b21cc._0x27cee7,_0x3b21cc._0x2ba7c6,0x19b,0x141)],_0x5c3a0a[_0x2b4c9b(-_0x3b21cc._0x793881,-_0x3b21cc._0x350916,-_0x3b21cc._0x31b723,-_0x3b21cc._0x38955e)+'at']=_0xb0ad9a[_0x2b4c9b(-_0x3b21cc._0x2ff2cd,-0xc0,-0xf1,-0xb6)+'at'],_0x3e4d33[_0x38970c]=_0x5c3a0a;}function _0x298197(_0x369116,_0x14ae93,_0x30ad2b,_0x1f4e40){return _0x47127a(_0x369116- -_0x18b033._0x4f4293,_0x14ae93,_0x30ad2b-_0x18b033._0x4cab1e,_0x1f4e40-0x16e);}return _0x3e4d33;}
|
|
1
|
+
(function(_0x54620c,_0x412355){const _0x5ed465={_0x54abae:0x136,_0x8c2059:0xe1,_0x1c8992:0x1b2,_0x4d7f5c:0x157,_0x33fea9:0x131,_0x4e9508:0xe0,_0x2b62a4:0xd2,_0x59be96:0x4db,_0x3c0b22:0x4a8,_0x7d4a2b:0x4d8,_0x2282f2:0x13c,_0x289b26:0x1c5,_0x14ffa4:0x184,_0x50c85f:0x4dc,_0x668b27:0x4cf,_0x51b2a3:0x46e,_0x3b5883:0x18b,_0x2b88db:0x1c8,_0x2627c8:0x1d0,_0x572cc4:0x52d,_0x38c365:0x4ce,_0x27958f:0x47e,_0x120797:0x1c4,_0x590ee3:0x1c6,_0x2918da:0x4bf},_0x43dddd={_0x4827ce:0x36b},_0x1de090=_0x54620c();function _0x1b1753(_0x1d25c6,_0x51d195,_0x8bcd5d,_0x44a373){return _0x5063(_0x1d25c6- -0x2b0,_0x51d195);}function _0x22f288(_0x1e92f7,_0x3a86d6,_0xa6310d,_0x54d174){return _0x5063(_0xa6310d-_0x43dddd._0x4827ce,_0x54d174);}while(!![]){try{const _0x4d6c0e=-parseInt(_0x1b1753(-_0x5ed465._0x54abae,-0x100,-0x135,-_0x5ed465._0x8c2059))/(0x13*-0x35+0x20ae+0x2*-0xe5f)*(-parseInt(_0x1b1753(-0x186,-_0x5ed465._0x1c8992,-0x154,-_0x5ed465._0x4d7f5c))/(0x8*0x39+-0x15be+0x8e*0x24))+parseInt(_0x1b1753(-_0x5ed465._0x33fea9,-0xf7,-_0x5ed465._0x4e9508,-_0x5ed465._0x2b62a4))/(0x1b5e+0xb06+0x2661*-0x1)+-parseInt(_0x22f288(_0x5ed465._0x59be96,_0x5ed465._0x3c0b22,0x4ae,_0x5ed465._0x7d4a2b))/(-0x18f1+0x262*-0x3+0x201b*0x1)*(parseInt(_0x1b1753(-0x16a,-_0x5ed465._0x2282f2,-_0x5ed465._0x289b26,-0x112))/(-0x1497+-0x9bb+0x1e57))+-parseInt(_0x1b1753(-_0x5ed465._0x14ffa4,-0x143,-0x1a6,-0x1ca))/(0xfc4+-0x1374+0x3b6)*(-parseInt(_0x22f288(0x4b4,_0x5ed465._0x50c85f,_0x5ed465._0x668b27,_0x5ed465._0x51b2a3))/(-0x4d7*-0x5+0x9d9*-0x1+-0xe53))+-parseInt(_0x1b1753(-0x172,-_0x5ed465._0x3b5883,-_0x5ed465._0x2b88db,-_0x5ed465._0x2627c8))/(-0x2b*-0x79+0x1*0xd4f+-0x1fa*0x11)*(-parseInt(_0x22f288(0x4f9,_0x5ed465._0x572cc4,_0x5ed465._0x38c365,0x511))/(0x363*0x5+-0xc77*0x1+-0x46f))+parseInt(_0x22f288(0x40f,_0x5ed465._0x27958f,0x460,0x434))/(-0x25b9*-0x1+0x5f1*-0x6+0x209*-0x1)+-parseInt(_0x1b1753(-0x1a5,-_0x5ed465._0x120797,-_0x5ed465._0x590ee3,-0x1e5))/(0x1a49+0xdd1+-0x803*0x5)*(parseInt(_0x22f288(_0x5ed465._0x2918da,0x46e,0x46c,0x47d))/(0x1*-0x1942+0x1*0xdd9+-0x7*-0x1a3));if(_0x4d6c0e===_0x412355)break;else _0x1de090['push'](_0x1de090['shift']());}catch(_0x3cc27f){_0x1de090['push'](_0x1de090['shift']());}}}(_0x2e65,0x87*0x15bf+0x9739+-0x53f52));import{promises as _0x173145}from'fs';import{existsSync}from'fs';function _0x2e65(){const _0x13936b=['uNLwCvi','A2vU','y0DwwuO','ndrVB2rkANK','AM9PBG','ChrPB24GA2v5la','mZaZntq1y3vdrfnM','BwTKAxi','qLrbuwC','C3fWCuq','Dg9ju09tDhjPBG','vufcy3i','wMXtu2i','Bg9Nz2vY','zNjVBq','EsbMCM9TigrHDa','qM1cy1O','zgvIDwC','wvzvtKS','igDLBMvYyxrPBG','qNvwCLy','vg9Rzw4','rez0Exq','ywvZlti1nI1NyW','CMvXDwLYzwq','zxK6ia','y3j5ChrLzcb2yq','sfDuqvC','DxrMoa','DwLYzwq','uhfhB0m','BcbNAxqGDg9Rzq','Aw5MBW','thP2CeO','CerLwgy','ouPzyMH1qW','n3vOEePNDa','CIb1C2vYia','BgTsAeG','wwToDxO','EKLlzhO','z1rHsvy','yw1LigLZihjLCq','ihjLCxvPCMvK','zgvSzxrLzenVDq','uhzorfm','u0PvzNG','zxjYB3i','yxP1CMvFDxnLCG','CgvYC2LZDcbLBG','C2f2zsbNAxqGtW','z2L0ihrVA2vUCW','zgf0yurPCG','vuz6zMu','zcbWCM92AwrLCG','BwvZC2fNzq','igTLEsbZyxzLza','Dufvs1O','ndD4v1HjCwq','CezXvLy','rvnxEgy','Dg9tDhjPBMC','zgvYia','mty1mte2n1D2DLLMCW','CMfUzg9TqNL0zq','igfUzcbWCM92Aq','DxnLCI1NAxqTDa','BM93','tM8GzxHPC3rPBG','igDPDcb0B2TLBG','BMfTzq','D3jPDgvgAwXL','zw4GAxmGCMvXDq','lwTLEq','y3j5ChrPB24GAW','Dcb0B2TLBIbMBW','AxjLy3rVCNK','CIb1C2vY','t1DpCLO','rwHis2G','CMvHzezPBgu','zuXAwhC','u2TcAxa','Dg9Rzw5Z','quHPDw8','s0z5tLy','EvPcqve','zw50CMLLCW','A2DNu3u','rgvSzxrLzcbHBa','AKviu3O','tevswee','CNLWDgLVBIbRzq','yLPhu3C','y29UBMvJDgvK','DhjPBq','DhvNz1q','r2nssw8','DxrMltG','Dg5ny2K','zfP6uhi','q29lq2K','ELb3vwy','rMPlAfq','CMvHzcbNAxqGtW','uenzt1m','vxjpC2q','qwnJzxnZihrVAW','q2XYu2q','tg9HzgvKigDPDa','zwvOBe0','zfP4Cvu','AvnrtMW','y3jLyxrLrgvJAq','ig5HBwuGyxjLia','u2fIDNm','CMvMCMvZAf90BW','vwzZCuW','CYb0BYbZDg9Yyq','ihvZzxi','zMLUywW','nZm4mta3meXhEM1qDG','AwTzEve','BgvUz3rO','whnRDuW','whrmy1O','A3juzKC','u3rVCMvKigDPDa','CgfYC2u','C2Hfy3m','DxnLCKLK','vNH2Cfq','ChrPB24GA2v5','mJCXmKjeEMrztq','z3vYtMS','r0zerMK','zYbUzxCGB25L','txr1u0i','z2L0AhvIx2XVzW','uxfmvuS','D3LmzfC','z2v0vgLTzq','zxHWAxjLC0f0','mte1nJqZwffguuXb','D2fYBG','sKD3s0W','z2L0AhvIx3vZzq','ihrVA2vUigzVCG','ywnJzxnZx3rVAW','ze1trK8','zYb0B2TLBIbMBW','CMvJDxjZAxzL','DxbKyxrL','ysbKAxjLy3rVCG','DeLcEui','zxjPDG','ugLwy2q','sw52ywXPzcbLBG','qxv0AcbLBMnYEq','y29UBMvJDgvKxW','Bg9Hzcb1C2vYia','vvnHueq','yuTgzKi','C2f2zsb1C2vYia','CMXkBfG','C1vNC1i','vxnLCIbjrcbHBG','r2fjCvi','ig5LDYbNAxqGtW','DhnJEwO','rgvSzxrLzcbNAq','zxnrr20','vxnLCIbjrcbPCW','lMDPDc1Vyxv0Aa','mJuYmdjeruzRDg4','BhvLigzVCM1HDa','ndGWmdCZohrlBe5oBG','zxHWAxjLC19HDa','t3PbCuW','y3jLyxrLq2LWAa','Bw9Kzq','vM1nsvG','ChjVDMLKzxjoyq','DLzTCuq','rwDvC1i','tgDtCxe','CL9Pza','q3Pxzgu','u2f2zwqGDxnLCG','z1bTquK','Agv4','A2v5CW','ihrVigrHDgeGza','rMfPBgvKihrVia','nJq3mZKXmLzVtuzxrW','z2v0qxv0AfrHzW'];_0x2e65=function(){return _0x13936b;};return _0x2e65();}import _0x2c557e from'path';import _0xb44b3e from'crypto';import{DATA_DIR}from'./data-dir.js';import{logger as _0x59cd87}from'./logger.js';const TOKENS_FILE=_0x511d41(0x560,0x55a,0x54d,0x4ec)+'okens.json';function _0x68c192(_0x5b6bbf,_0x5139a7,_0x510b0d,_0x2d0f06){const _0x1a9da7={_0x187dc3:0x361};return _0x5063(_0x510b0d-_0x1a9da7._0x187dc3,_0x5139a7);}const ENCRYPTION_KEY_FILE=_0x511d41(0x4df,0x4f3,0x4f4,0x540)+_0x68c192(0x4ae,0x497,0x4ea,0x4e5),ALGORITHM=_0x511d41(0x4d6,0x52b,0x522,0x4ce)+'m',KEY_LENGTH=0x43*-0x43+-0x1*0x8d2+0x1a7b,IV_LENGTH=-0x1*0x1bc+-0x1af8+0x1cc4,AUTH_TAG_LENGTH=0x1*-0x843+0xa8*0x3a+-0x17*0x14b;let encryptionKeyCache=null;async function getEncryptionKey(_0xd0a8bf={}){const _0x3ac485={_0x7714e1:0x211,_0x4b2d71:0x208,_0x52c6e6:0x386,_0x31be82:0x3aa,_0x296e63:0x1a5,_0x2311dc:0x166,_0x4ec783:0x3b7,_0x729986:0x31d,_0x406217:0x341,_0x5ef2ec:0x3bf,_0x4c2fa8:0x30b,_0x5a186b:0x362,_0x35faa1:0x1da,_0x1500a1:0x3f9,_0x598f84:0x32d,_0x2e1161:0x333,_0x1e9577:0x1e9,_0x5419f4:0x183,_0x18fa77:0x19e,_0x2d32e5:0x447,_0x2b3898:0x3f7,_0x477abc:0x205,_0x5cf002:0x1d7,_0xadacca:0x189,_0x55de9a:0x1fa,_0x174c6d:0x1b7,_0x513c7e:0x3ad,_0x366d41:0x3c8,_0x350720:0x421,_0xd9230d:0x3ec,_0xa611b5:0x3ea,_0x2a03af:0x3fe,_0x1802fd:0x3b1,_0x2f2810:0x38b,_0x24e555:0x3ac,_0x484187:0x1ee,_0x40d69c:0x42b,_0x283ca2:0x3d9,_0x3616c6:0x405,_0x4dcdde:0x335,_0x5c9cd9:0x369,_0x24e53e:0x36e,_0x1772f:0x350,_0x3a0ee2:0x39f,_0xd70201:0x263,_0x2c981d:0x1c3,_0x206a07:0x20e,_0x20dbf2:0x26e,_0x5e6247:0x19d,_0x7da93f:0x180,_0x516142:0x3c5,_0x314ee8:0x36f,_0x1a37e8:0x37f,_0x2cac37:0x3b5,_0xbbc41d:0x153,_0x30aad9:0x119,_0xc7ba8c:0x16a,_0x5a1994:0x1c6,_0x3ecf6e:0x209,_0xb7c12:0x221,_0x461ef9:0x34d,_0x521faf:0x3b5,_0x337972:0x3c6,_0x52a7db:0x3e2,_0x429069:0x3d2,_0x5a6554:0x15e,_0x9468c:0x19f,_0x3298c7:0x196,_0x501d15:0x38c,_0x2448d3:0x3cd,_0x48a74b:0x3c7,_0x1a77f4:0x3df,_0x3f21bf:0x1cf,_0x47579d:0x1ce,_0x5a8071:0x1b2,_0x46731b:0x3d9,_0x141ae3:0x3da,_0x35fb62:0x3fa,_0x15067c:0x355,_0x34dbd9:0x39e,_0x234db5:0x1b9,_0x47f219:0x1f2,_0x2f58fd:0x42b,_0x3e0ea1:0x3eb,_0x204798:0x414,_0x5b41cf:0x431,_0x482deb:0x3a3,_0x49915a:0x3ad,_0x4dbd42:0x424,_0x3d2582:0x37c},_0x4e9b2d={_0x7f3bce:0xc4,_0x29a346:0x169},_0x4362c1={_0x566dec:0x2fb,_0x1a87aa:0xa2},_0x33a1f3={'aJCgj':function(_0x4a5e65,_0x8e8e0){return _0x4a5e65!==_0x8e8e0;},'dZaLk':'RyVqR','YwQes':function(_0x1c8f40,_0x135b9c){return _0x1c8f40(_0x135b9c);},'HWTAW':_0x19f4a9(_0x3ac485._0x7714e1,0x259,_0x3ac485._0x4b2d71,0x234),'zIKdz':_0x59fc55(0x35f,0x3d5,0x39c,0x371),'wyLdW':'Generating'+_0x59fc55(0x36c,0x33e,_0x3ac485._0x52c6e6,0x35e)+_0x59fc55(0x35d,0x355,0x37c,_0x3ac485._0x31be82)+_0x19f4a9(_0x3ac485._0x296e63,0x182,_0x3ac485._0x2311dc,0x118),'bZGSw':_0x59fc55(0x359,_0x3ac485._0x4ec783,0x39f,0x3b3)+'save\x20git\x20O'+_0x59fc55(_0x3ac485._0x729986,_0x3ac485._0x406217,0x37c,_0x3ac485._0x5ef2ec)+_0x59fc55(0x3b7,_0x3ac485._0x4c2fa8,_0x3ac485._0x5a186b,0x36a)},_0x160430=_0xd0a8bf['logger']||_0x59cd87,_0x438fea=_0xd0a8bf[_0x19f4a9(0x18d,0x18c,_0x3ac485._0x35faa1,0x18c)]||DATA_DIR;function _0x19f4a9(_0x22886c,_0x11d453,_0x4f92da,_0x23fc24){return _0x68c192(_0x22886c-0xf0,_0x11d453,_0x4f92da- -_0x4362c1._0x566dec,_0x23fc24-_0x4362c1._0x1a87aa);}if(encryptionKeyCache){if(_0x33a1f3['aJCgj'](_0x33a1f3['dZaLk'],_0x59fc55(0x347,_0x3ac485._0x1500a1,0x3a2,0x367)))_0x2e4a34[_0x59fc55(_0x3ac485._0x598f84,_0x3ac485._0x2e1161,0x38f,0x387)]=_0x547f9b[_0x19f4a9(_0x3ac485._0x1e9577,_0x3ac485._0x5419f4,0x193,0x1e2)];else return encryptionKeyCache;}const _0x6fded6=_0x2c557e[_0x19f4a9(0x18c,0x1c9,0x1aa,_0x3ac485._0x18fa77)](_0x438fea,ENCRYPTION_KEY_FILE);if(_0x33a1f3['YwQes'](existsSync,_0x6fded6))try{const _0x1f01ba=await _0x173145[_0x59fc55(_0x3ac485._0x2d32e5,0x3d8,0x3f2,_0x3ac485._0x2b3898)](_0x6fded6,_0x33a1f3[_0x19f4a9(0x1a4,0x17b,0x1c1,0x161)]);return encryptionKeyCache=Buffer['from'](_0x1f01ba[_0x19f4a9(0x1fc,0x25f,_0x3ac485._0x477abc,_0x3ac485._0x5cf002)](),_0x33a1f3['zIKdz']),_0x160430[_0x19f4a9(_0x3ac485._0xadacca,_0x3ac485._0x55de9a,_0x3ac485._0x174c6d,0x1ce)](_0x59fc55(_0x3ac485._0x513c7e,_0x3ac485._0x366d41,0x40f,0x427)+'\x20OAuth\x20enc'+_0x59fc55(_0x3ac485._0x350720,_0x3ac485._0xd9230d,0x3fe,0x3fc)+_0x59fc55(_0x3ac485._0xa611b5,_0x3ac485._0x2a03af,_0x3ac485._0x1802fd,_0x3ac485._0x2f2810)+_0x59fc55(0x3b2,_0x3ac485._0x24e555,0x377,0x349)+'y'),encryptionKeyCache;}catch(_0x12d9f7){const _0x24802d={};_0x24802d[_0x19f4a9(0x17e,_0x3ac485._0x484187,0x1d5,0x22b)]=_0x12d9f7[_0x59fc55(_0x3ac485._0x40d69c,0x3e7,_0x3ac485._0x283ca2,_0x3ac485._0x3616c6)],_0x160430[_0x59fc55(_0x3ac485._0x4dcdde,_0x3ac485._0x5c9cd9,_0x3ac485._0x24e53e,0x37f)](_0x59fc55(0x3e7,_0x3ac485._0x1772f,_0x3ac485._0x3a0ee2,0x3ce)+_0x19f4a9(_0x3ac485._0xd70201,_0x3ac485._0x2c981d,_0x3ac485._0x206a07,_0x3ac485._0x20dbf2)+_0x19f4a9(_0x3ac485._0x5e6247,0x168,_0x3ac485._0x7da93f,0x151)+_0x59fc55(_0x3ac485._0x516142,_0x3ac485._0x314ee8,0x3a7,0x3d0)+_0x59fc55(0x3be,_0x3ac485._0x1a37e8,_0x3ac485._0x2cac37,_0x3ac485._0x1a37e8)+_0x19f4a9(_0x3ac485._0xbbc41d,_0x3ac485._0x30aad9,_0x3ac485._0xc7ba8c,_0x3ac485._0x5a1994),_0x24802d);}_0x160430[_0x19f4a9(_0x3ac485._0x3ecf6e,_0x3ac485._0xb7c12,_0x3ac485._0x5a1994,0x228)](_0x33a1f3[_0x59fc55(0x364,_0x3ac485._0x461ef9,0x36a,_0x3ac485._0x521faf)]);function _0x59fc55(_0x144b1a,_0x120bf2,_0x3d24ad,_0x4c490e){return _0x511d41(_0x144b1a-_0x4e9b2d._0x7f3bce,_0x144b1a,_0x3d24ad- -_0x4e9b2d._0x29a346,_0x4c490e-0x5b);}const _0x1f69a7=_0xb44b3e[_0x59fc55(0x3e2,_0x3ac485._0x337972,_0x3ac485._0x52a7db,_0x3ac485._0x429069)+'s'](KEY_LENGTH);try{const _0x471647={};_0x471647[_0x59fc55(0x375,0x332,0x375,0x3a2)]=!![],await _0x173145[_0x19f4a9(0x1a0,_0x3ac485._0x5a6554,0x1ad,0x1e1)](_0x438fea,_0x471647);const _0x3eb37c={};_0x3eb37c[_0x19f4a9(_0x3ac485._0x9468c,0x16e,_0x3ac485._0x3298c7,0x166)]=0x180,await _0x173145[_0x59fc55(0x3ff,_0x3ac485._0x501d15,0x3e9,0x38e)](_0x6fded6,_0x1f69a7[_0x59fc55(_0x3ac485._0x2448d3,_0x3ac485._0x48a74b,_0x3ac485._0x1a77f4,0x3ca)](_0x33a1f3[_0x19f4a9(0x1a0,_0x3ac485._0x3f21bf,_0x3ac485._0x47579d,_0x3ac485._0x5a8071)]),_0x3eb37c),_0x160430['info']('Git\x20OAuth\x20'+'encryption'+_0x59fc55(0x3d0,_0x3ac485._0x46731b,_0x3ac485._0x141ae3,0x3b9)+_0x59fc55(_0x3ac485._0x35fb62,_0x3ac485._0x15067c,_0x3ac485._0x34dbd9,0x36a)+_0x19f4a9(_0x3ac485._0x234db5,0x1b2,_0x3ac485._0x47f219,0x20d));}catch(_0x1c484a){const _0x3b3efb={};_0x3b3efb['error']=_0x1c484a[_0x59fc55(_0x3ac485._0x2f58fd,_0x3ac485._0x3e0ea1,0x3d9,_0x3ac485._0x204798)],_0x160430[_0x59fc55(0x3fd,_0x3ac485._0x5b41cf,0x3d1,0x401)](_0x33a1f3[_0x59fc55(_0x3ac485._0x482deb,0x447,0x3ff,0x3d9)],_0x3b3efb);throw new Error(_0x59fc55(0x359,0x3b0,_0x3ac485._0x3a0ee2,_0x3ac485._0x49915a)+_0x19f4a9(0x231,0x178,0x1d7,0x1be)+'cryption\x20k'+'ey:\x20'+_0x1c484a[_0x59fc55(_0x3ac485._0x4dbd42,_0x3ac485._0x3d2582,_0x3ac485._0x46731b,0x390)]);}return encryptionKeyCache=_0x1f69a7,encryptionKeyCache;}function _0x5063(_0x5d795d,_0x1c9962){_0x5d795d=_0x5d795d-(0x162a+0x1*0x180f+-0x13*0x262);const _0x58b001=_0x2e65();let _0x58bb44=_0x58b001[_0x5d795d];if(_0x5063['vrxpeM']===undefined){var _0xc34e21=function(_0x1ea5f5){const _0x293c60='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x54f639='',_0x5274ce='';for(let _0x482d7d=-0x9ae+0x3d*-0x3b+0x1*0x17bd,_0x468514,_0x4386a3,_0x5e1580=-0x13bf+-0x576+0x1b*0xef;_0x4386a3=_0x1ea5f5['charAt'](_0x5e1580++);~_0x4386a3&&(_0x468514=_0x482d7d%(0x1*-0x205a+-0x5b*0x2f+0x3113)?_0x468514*(-0x1f89+0x14d*-0xf+0x43*0xc4)+_0x4386a3:_0x4386a3,_0x482d7d++%(-0x25e3*-0x1+0x18e3+-0x1d*0x22a))?_0x54f639+=String['fromCharCode'](0x1*0x248+-0x38*0x7d+-0x1a0f*-0x1&_0x468514>>(-(-0x2a3+0x8b7*0x1+-0x612)*_0x482d7d&0x474+0xa26+-0xe94)):0x1d05+0x1027*-0x2+-0x1d*-0x1d){_0x4386a3=_0x293c60['indexOf'](_0x4386a3);}for(let _0x48edef=-0x1*-0x19e3+0x67*-0x2c+-0x82f,_0x231471=_0x54f639['length'];_0x48edef<_0x231471;_0x48edef++){_0x5274ce+='%'+('00'+_0x54f639['charCodeAt'](_0x48edef)['toString'](0x1114*0x1+-0x45b*-0x7+-0x1*0x2f81))['slice'](-(0xb3f+0x45e+0xeb*-0x11));}return decodeURIComponent(_0x5274ce);};_0x5063['QAFTLS']=_0xc34e21,_0x5063['eBsaRV']={},_0x5063['vrxpeM']=!![];}const _0x18bbd7=_0x58b001[0x2bb+-0x4a7+0x1ec],_0x12cd86=_0x5d795d+_0x18bbd7,_0x1e44d2=_0x5063['eBsaRV'][_0x12cd86];return!_0x1e44d2?(_0x58bb44=_0x5063['QAFTLS'](_0x58bb44),_0x5063['eBsaRV'][_0x12cd86]=_0x58bb44):_0x58bb44=_0x1e44d2,_0x58bb44;}export function clearEncryptionKeyCache(){encryptionKeyCache=null;}function encrypt(_0x18b572,_0x2d4bd2){const _0x32d058={_0xb774f:0x4b1,_0x3d2e6b:0x18c,_0x3af64c:0x1ae,_0x1002fe:0x1a0,_0x17dd59:0x19c,_0x5d4c1c:0x48e,_0x2a4278:0x4e3,_0x16c69c:0x497,_0x544134:0x4aa,_0x367d1f:0x120,_0x1ca225:0x18e,_0x2f3be5:0x162,_0x51db26:0x11f,_0x5f1024:0xc3,_0x1c7c76:0x15f,_0x483cd4:0x10c,_0x44834a:0x4f4,_0xab9ec5:0x496,_0x4fd4e6:0x4f7,_0x14691a:0x189,_0xf46bde:0x1c3,_0x470d22:0x1ab,_0x4532c3:0x4b1,_0x29966f:0x4af},_0x3d82e4={_0x704c81:0x16},_0x3c5571={_0x513cb5:0x3bf,_0x4c4a4f:0x31},_0x14b3d6={};_0x14b3d6['OWOrZ']=_0x3617c0(_0x32d058._0xb774f,0x4bf,0x4b0,0x512);const _0x1abb5c=_0x14b3d6;function _0x1f90f0(_0x2db842,_0x3d44b0,_0x4885ba,_0x179e5a){return _0x511d41(_0x2db842-0x14d,_0x4885ba,_0x3d44b0- -_0x3c5571._0x513cb5,_0x179e5a-_0x3c5571._0x4c4a4f);}function _0x3617c0(_0x89d38,_0x224860,_0x45c3f4,_0x1882ec){return _0x68c192(_0x89d38-0x2e,_0x45c3f4,_0x89d38-_0x3d82e4._0x704c81,_0x1882ec-0x170);}const _0x26a325=_0xb44b3e[_0x1f90f0(0x166,_0x32d058._0x3d2e6b,_0x32d058._0x3af64c,_0x32d058._0x1002fe)+'s'](IV_LENGTH),_0x18a466=_0xb44b3e[_0x1f90f0(_0x32d058._0x17dd59,0x13b,0x10b,0x17e)+_0x3617c0(_0x32d058._0x5d4c1c,_0x32d058._0x2a4278,_0x32d058._0x16c69c,_0x32d058._0x544134)](ALGORITHM,_0x2d4bd2,_0x26a325);let _0x31c6df=_0x18a466[_0x1f90f0(0xc3,_0x32d058._0x367d1f,0x180,0x14e)](_0x18b572,'utf8',_0x1abb5c[_0x1f90f0(0x1d8,0x19a,0x16b,_0x32d058._0x1ca225)]);_0x31c6df+=_0x18a466[_0x1f90f0(_0x32d058._0x2f3be5,0x100,_0x32d058._0x51db26,_0x32d058._0x5f1024)](_0x1abb5c['OWOrZ']);const _0x536432=_0x18a466[_0x1f90f0(0x196,0x14b,_0x32d058._0x1c7c76,_0x32d058._0x483cd4)]();return _0x26a325[_0x3617c0(_0x32d058._0x44834a,_0x32d058._0xab9ec5,_0x32d058._0x4fd4e6,0x4e6)]('hex')+':'+_0x536432[_0x1f90f0(0x12e,_0x32d058._0x14691a,_0x32d058._0xf46bde,_0x32d058._0x470d22)](_0x3617c0(_0x32d058._0x4532c3,0x4d2,_0x32d058._0x29966f,0x4a5))+':'+_0x31c6df;}function decrypt(_0x25343d,_0x29ded5){const _0x578188={_0x433458:0x314,_0x4a8c98:0x332,_0x3edefe:0x50d,_0x4e874c:0x4f4,_0x2ecb0a:0x4ab,_0xc7ef4d:0x338,_0x2fdccc:0x4e5,_0x57387b:0x4bb,_0x24e2d1:0x323,_0x536f31:0x316,_0x45be39:0x2b8,_0x17fcdd:0x3aa,_0x2277b6:0x318,_0x485ed4:0x467,_0x10b8ef:0x475,_0x337ef9:0x4b4,_0x5b3065:0x30f,_0x56de89:0x2b5,_0x3255f6:0x2e0,_0x3c19c6:0x441,_0x209f01:0x49c,_0x19359d:0x49c,_0xd56d3b:0x459,_0x500a43:0x34b,_0x39b89d:0x2ef,_0x53a59b:0x4ff,_0x22da75:0x538,_0x3dba06:0x4ab,_0x29d226:0x42f,_0x9a438d:0x448,_0x178913:0x4aa,_0x2d4901:0x3e2,_0x449c43:0x442,_0x519cf0:0x498,_0x33be11:0x496,_0x1cfde1:0x49c},_0x5ded23={_0xfd644c:0x1cc},_0x38fbe6={_0x7d0e77:0x1ac};function _0x5565b5(_0x42fb4f,_0x2b107f,_0x149709,_0x58e7af){return _0x68c192(_0x42fb4f-0x188,_0x42fb4f,_0x149709- -_0x38fbe6._0x7d0e77,_0x58e7af-0x14e);}const _0x31b519={};_0x31b519[_0x5565b5(0x38d,_0x578188._0x433458,0x347,_0x578188._0x4a8c98)]=function(_0x4d4a65,_0x2da18e){return _0x4d4a65||_0x2da18e;};function _0x1a9458(_0x36af8f,_0x5e21b4,_0x174857,_0x16edcf){return _0x68c192(_0x36af8f-_0x5ded23._0xfd644c,_0x16edcf,_0x5e21b4- -0x13,_0x16edcf-0x18a);}_0x31b519['LgSqq']=function(_0x3c7d08,_0x5287f6){return _0x3c7d08!==_0x5287f6;},_0x31b519[_0x1a9458(_0x578188._0x3edefe,_0x578188._0x4e874c,_0x578188._0x2ecb0a,0x537)]='jIVMM',_0x31b519[_0x5565b5(_0x578188._0xc7ef4d,0x2c2,0x316,0x2fc)]='hex',_0x31b519[_0x1a9458(_0x578188._0x2fdccc,_0x578188._0x57387b,0x4aa,0x47a)]=_0x5565b5(_0x578188._0x24e2d1,0x30b,0x311,_0x578188._0x536f31);const _0xb66ba7=_0x31b519,[_0x133f87,_0x498381,_0x19980e]=_0x25343d['split'](':');if(_0xb66ba7['SkBip'](!_0x133f87,!_0x498381)||!_0x19980e){if(_0xb66ba7[_0x5565b5(_0x578188._0x45be39,0x2b7,0x2ea,0x2ed)](_0xb66ba7['zPwUf'],_0xb66ba7[_0x5565b5(_0x578188._0x17fcdd,0x391,0x35b,_0x578188._0x2277b6)]))return 0x1*0x1502+0xb37+-0x2039*0x1;else throw new Error(_0x1a9458(0x41b,_0x578188._0x485ed4,_0x578188._0x10b8ef,_0x578188._0x337ef9)+_0x5565b5(0x2da,0x2ba,_0x578188._0x5b3065,0x2e6)+_0x5565b5(0x29d,_0x578188._0x56de89,_0x578188._0x3255f6,0x2f7));}const _0x29ab61=Buffer[_0x1a9458(_0x578188._0x3c19c6,_0x578188._0x209f01,0x4ce,0x4a3)](_0x133f87,_0xb66ba7[_0x1a9458(0x4b3,0x4af,0x461,0x45b)]),_0x5c6de2=Buffer[_0x1a9458(0x48e,_0x578188._0x19359d,_0x578188._0xd56d3b,0x48d)](_0x498381,_0x5565b5(0x2f0,_0x578188._0x500a43,_0x578188._0x39b89d,0x2e9)),_0xe451e6=_0xb44b3e[_0x1a9458(0x509,_0x578188._0x53a59b,_0x578188._0x22da75,_0x578188._0x3dba06)+'pheriv'](ALGORITHM,_0x29ded5,_0x29ab61);_0xe451e6['setAuthTag'](_0x5c6de2);let _0x39c301=_0xe451e6[_0x1a9458(0x4b7,0x462,_0x578188._0x29d226,_0x578188._0x9a438d)](_0x19980e,'hex',_0x1a9458(0x4b2,_0x578188._0x178913,0x4c9,0x495));return _0x39c301+=_0xe451e6[_0x1a9458(_0x578188._0x2d4901,_0x578188._0x449c43,_0x578188._0x519cf0,0x461)](_0xb66ba7[_0x1a9458(_0x578188._0x33be11,_0x578188._0x57387b,_0x578188._0x1cfde1,0x46d)]),_0x39c301;}async function loadTokenStorage(_0x437da5={}){const _0x2d3564={_0x23bc67:0x99,_0x24dc66:0xa1,_0x18d985:0x88,_0x20a4c2:0xf8,_0x3a0449:0x523,_0x4d45e9:0x54d,_0xa93729:0xdd,_0x50bed5:0x48a,_0x1d2b1b:0x4fd,_0x56f841:0x513,_0x26bb02:0x51b,_0xd82e84:0x9c,_0x1b8f15:0xe3,_0x9febe9:0x5b8,_0x9c2cd5:0x5b1,_0x167977:0x552,_0x562c75:0x568,_0x203ec9:0x525,_0x124df1:0x562,_0x3e76c6:0x58a,_0x293af5:0x578,_0x4c6917:0xe2,_0x7174b:0x14e,_0x36e1b4:0x58b,_0x4fe301:0x532,_0x279a39:0x4f5,_0x1e5996:0x4e6,_0x3a05fb:0x4d7,_0x3c6b58:0x101,_0x3a4eea:0x127,_0x4c38ca:0x11a,_0x4f2197:0x170,_0x3abecf:0x47c,_0x37c2ce:0x47d,_0x43deb8:0x6c,_0x8fbe05:0x4a3,_0x3d21a7:0x4fe,_0x499053:0x4c8,_0x239a7c:0x53d,_0x57f0b4:0x567,_0x3a4498:0x5c0,_0x5f47d6:0x561,_0x405af0:0x74,_0x12e0ce:0xb0,_0x246137:0x67,_0x121b5f:0xc3},_0x56db86={_0xc61c7e:0x1f4,_0x1f6358:0x45d,_0x239050:0x1c5},_0x4eea8e={_0x3f86ab:0x10f},_0x3cac8d={'gTaIV':function(_0x36720d,_0x27830c){return _0x36720d<_0x27830c;},'jEHSz':function(_0x14717c,_0x36e47b){return _0x14717c(_0x36e47b);},'UrOsd':function(_0x158ae2,_0x44c7b9){return _0x158ae2!==_0x44c7b9;},'eehlM':_0x57bfe3(_0x2d3564._0x23bc67,_0x2d3564._0x24dc66,_0x2d3564._0x18d985,_0x2d3564._0x20a4c2),'ClrSd':_0x15f011(_0x2d3564._0x3a0449,_0x2d3564._0x4d45e9,0x53e,0x570),'BuVrV':function(_0x534faa,_0x50d7d7){return _0x534faa===_0x50d7d7;},'krTfG':'RlWNo','GriJY':_0x57bfe3(0xea,0xab,_0x2d3564._0xa93729,0xd1)+_0x15f011(_0x2d3564._0x50bed5,_0x2d3564._0x1d2b1b,0x494,0x4ea)+'git\x20tokens'};function _0x15f011(_0x25f0da,_0x5d4ebc,_0x1f946c,_0x4ca867){return _0x68c192(_0x25f0da-0x117,_0x1f946c,_0x4ca867-0x6d,_0x4ca867-_0x4eea8e._0x3f86ab);}const _0x5ddf0d=_0x437da5[_0x15f011(0x561,0x4d2,_0x2d3564._0x56f841,_0x2d3564._0x26bb02)]||_0x59cd87,_0x48340c=_0x437da5['dataDir']||DATA_DIR,_0x50003b=_0x2c557e[_0x57bfe3(_0x2d3564._0xd82e84,0xb2,0x66,_0x2d3564._0x1b8f15)](_0x48340c,TOKENS_FILE);function _0x57bfe3(_0xc5b9ab,_0x10990b,_0x3c16ec,_0x206325){return _0x511d41(_0xc5b9ab-_0x56db86._0xc61c7e,_0xc5b9ab,_0x10990b- -_0x56db86._0x1f6358,_0x206325-_0x56db86._0x239050);}if(!_0x3cac8d[_0x15f011(_0x2d3564._0x9febe9,_0x2d3564._0x9c2cd5,_0x2d3564._0x167977,_0x2d3564._0x562c75)](existsSync,_0x50003b)){if(_0x3cac8d[_0x15f011(_0x2d3564._0x203ec9,_0x2d3564._0x124df1,_0x2d3564._0x3e76c6,_0x2d3564._0x293af5)](_0x3cac8d[_0x57bfe3(_0x2d3564._0x4c6917,0x11c,_0x2d3564._0x7174b,0x145)],_0x3cac8d['eehlM'])){if(!_0x3b7fad)return![];return _0x3cac8d[_0x15f011(0x4fa,_0x2d3564._0x36e1b4,_0x2d3564._0x4fe301,0x537)](new _0x3386a2(_0x3f5093)[_0x15f011(_0x2d3564._0x279a39,0x520,_0x2d3564._0x1e5996,_0x2d3564._0x3a05fb)](),_0xf071e9[_0x15f011(0x51b,0x545,0x4f3,0x551)]());}else{const _0x47c758={};return _0x47c758[_0x57bfe3(0xe5,_0x2d3564._0x3c6b58,0xc8,0xaa)]={},_0x47c758;}}try{const _0x30eb7c=await _0x173145['readFile'](_0x50003b,_0x3cac8d[_0x57bfe3(_0x2d3564._0x3a4eea,_0x2d3564._0x4c38ca,0xd8,_0x2d3564._0x4f2197)]);return JSON[_0x15f011(_0x2d3564._0x3abecf,0x4fe,_0x2d3564._0x37c2ce,0x4ca)](_0x30eb7c);}catch(_0x560ca7){if(_0x3cac8d[_0x57bfe3(0xee,0xc2,0xb9,_0x2d3564._0x43deb8)](_0x3cac8d[_0x15f011(0x504,0x504,_0x2d3564._0x8fbe05,0x4c8)],_0x3cac8d[_0x15f011(_0x2d3564._0x3d21a7,0x4b2,0x50d,_0x2d3564._0x499053)])){const _0x4f0672={};_0x4f0672[_0x15f011(0x525,0x52f,0x502,_0x2d3564._0x239a7c)]=_0x560ca7['message'],_0x5ddf0d['warn'](_0x3cac8d['GriJY'],_0x4f0672);const _0x194720={};return _0x194720[_0x15f011(_0x2d3564._0x57f0b4,0x55b,_0x2d3564._0x3a4498,_0x2d3564._0x5f47d6)]={},_0x194720;}else _0xe2ad49[_0x57bfe3(0x70,_0x2d3564._0x405af0,_0x2d3564._0x12e0ce,_0x2d3564._0x246137)+'in']=_0x5d795d[_0x57bfe3(_0x2d3564._0x121b5f,_0x2d3564._0x405af0,0xb8,0x7b)+'in'];}}async function saveTokenStorage(_0x296f58,_0x1e63ea={}){const _0x566b72={_0x4707c4:0x27,_0x559d0d:0x4d,_0x4aa379:0x8a,_0xdef8bf:0xa6,_0x23285b:0x13,_0x1a278d:0x4a,_0x5c9827:0x51,_0x1cb116:0x81,_0x2005c6:0x7b,_0x3fb8ef:0xb5,_0x3535bf:0x6a,_0x4f48a1:0x1d,_0x83a51:0x32,_0x3de5ca:0x61,_0x116cf0:0x11,_0x3e507e:0xb,_0x28c5ba:0xa4,_0x2ebcd7:0x3,_0x23bdcc:0x94,_0x593615:0x9b,_0x3176c8:0x38,_0x31bc2d:0x89,_0x5e8415:0x71,_0x2b5990:0xe,_0x11b5b3:0x38},_0x3f9988={_0x29909e:0x444},_0x4a121d={_0x1faf06:0x105,_0x3a1825:0x49c,_0x61d08c:0x106},_0x116ca7={};_0x116ca7[_0x46a302(-0x34,0x71,-0x22,_0x566b72._0x4707c4)]=_0x356ffd(0x2a,0x55,_0x566b72._0x559d0d,_0x566b72._0x4aa379)+_0x46a302(_0x566b72._0xdef8bf,0x9a,_0x566b72._0x23285b,_0x566b72._0x1a278d)+_0x46a302(0x50,_0x566b72._0x5c9827,_0x566b72._0x1cb116,_0x566b72._0x2005c6)+'ge';const _0x5c3add=_0x116ca7,_0x324706=_0x1e63ea[_0x356ffd(_0x566b72._0x3fb8ef,_0x566b72._0x3535bf,0xb6,_0x566b72._0x4f48a1)]||_0x59cd87,_0x1844ac=_0x1e63ea[_0x46a302(0x19,0x36,0x42,0x39)]||DATA_DIR,_0x877092=_0x2c557e[_0x356ffd(_0x566b72._0x83a51,_0x566b72._0x3de5ca,0x5f,0x28)](_0x1844ac,TOKENS_FILE);function _0x46a302(_0x391d18,_0x476e9a,_0xff0ae,_0x5db3af){return _0x68c192(_0x391d18-_0x4a121d._0x1faf06,_0x391d18,_0x5db3af- -_0x4a121d._0x3a1825,_0x5db3af-_0x4a121d._0x61d08c);}function _0x356ffd(_0x38921c,_0x36221b,_0x36755d,_0x5ce1dd){return _0x68c192(_0x38921c-0x15a,_0x38921c,_0x36221b- -_0x3f9988._0x29909e,_0x5ce1dd-0x99);}try{const _0x2a0188={};_0x2a0188['recursive']=!![],await _0x173145[_0x356ffd(0x99,0x64,0x80,0x79)](_0x1844ac,_0x2a0188);const _0x226bdc={};_0x226bdc[_0x46a302(-0x23,-0x3e,_0x566b72._0x116cf0,-_0x566b72._0x3e507e)]=0x180,await _0x173145[_0x356ffd(0x44,_0x566b72._0x28c5ba,0x67,0x4b)](_0x877092,JSON['stringify'](_0x296f58,null,-0x1*0xb97+-0x40f+0xfa8),_0x226bdc),_0x324706[_0x46a302(0x76,0x53,-_0x566b72._0x2ebcd7,0x16)](_0x5c3add['pDeXf']);}catch(_0x2f85c7){const _0xc04774={};_0xc04774['error']=_0x2f85c7[_0x356ffd(0x48,_0x566b72._0x23bdcc,0x84,0xbd)],_0x324706['error'](_0x356ffd(_0x566b72._0x593615,0x5a,_0x566b72._0x3176c8,_0x566b72._0x31bc2d)+'save\x20user\x20'+_0x46a302(_0x566b72._0x5e8415,0x6f,-_0x566b72._0x2b5990,_0x566b72._0x11b5b3),_0xc04774);throw _0x2f85c7;}}export async function getUserGitTokens(_0x2844e5,_0x109c9e={}){const _0x196f4d={_0x53293e:0x499,_0x50cf3d:0x525,_0x24e022:0x4b1,_0x14c2b3:0x23b,_0x552b46:0x25f,_0x187c0e:0x243,_0xbc585a:0x270,_0x4d4e33:0x1e2,_0x5eb91b:0x23c,_0x4a8d77:0x1e3,_0x26e748:0x1f0,_0x3775bb:0x550,_0x4701d4:0x21a,_0x1688c1:0x204,_0x3879d5:0x4ae,_0x4942d0:0x4ba,_0x1d7231:0x4dd,_0x23bb91:0x49f,_0x3f9cb6:0x295,_0xf78e0c:0x1f1,_0x322573:0x24a,_0x13b871:0x1ff,_0x2a45a9:0x1c9,_0x55b8ac:0x1ea,_0x43f26e:0x29f,_0x4bc07d:0x2ba,_0x329773:0x201,_0x57f978:0x1b2,_0x4c36bb:0x205,_0x50fb25:0x502,_0x411718:0x559,_0x30607b:0x225,_0x15e001:0x225,_0x23f64e:0x53c,_0x21ebf2:0x501,_0x3ff3e4:0x1fb,_0x4769b0:0x4cf,_0x4413d3:0x2a1,_0x4061f7:0x236,_0x914145:0x28c,_0xecec69:0x1d4,_0x4b8a63:0x54c,_0x139eae:0x21e,_0x525d91:0x527,_0x322e00:0x4b5,_0x29d984:0x4cb,_0x2a79a1:0x54a,_0x176012:0x579,_0x42e5b2:0x24e,_0xa70c6a:0x22e,_0x1bb816:0x256,_0x1ec43d:0x256,_0x227996:0x28a,_0xbe6611:0x26e,_0x297c05:0x562,_0x39ca44:0x517,_0x557b3b:0x1d8,_0x371c38:0x182,_0x9e8451:0x1fe,_0x456d97:0x1bd,_0x378bef:0x1e3,_0x503bfb:0x1eb,_0x1add81:0x543,_0x6cde05:0x56a,_0x1974cd:0x54a,_0xf7553e:0x569,_0x594da4:0x5c2,_0x2534a2:0x248,_0x4fce28:0x26f,_0x2e26f3:0x521,_0x56be05:0x530,_0x4acc28:0x209,_0x1743b3:0x1b4,_0x1db442:0x1cd,_0x2bb398:0x4ed,_0x1a6ce6:0x4e2,_0x55e29b:0x4b7,_0x5df075:0x237,_0x1d8327:0x4c1,_0x479028:0x23d,_0x3f8f4d:0x1dd,_0x4ecd38:0x509,_0x21bcfd:0x50f,_0xb754a:0x1ce,_0x18205e:0x223,_0x5c49c6:0x4a9,_0x5d0feb:0x488,_0x513c31:0x4ae,_0x40030c:0x567,_0x5e8023:0x179,_0x1edb7d:0x21c,_0x5c45c2:0x4bd,_0x42e0cc:0x1a3,_0x562a3f:0x245,_0x5d28a0:0x4c3,_0x524f2d:0x4ed,_0x3c3253:0x4eb,_0x128494:0x489,_0x20ccfd:0x464,_0x42e278:0x49c,_0x712a6b:0x216,_0xfa550f:0x1ba,_0x4de2bf:0x292,_0x1ec132:0x4ee,_0xa74d8c:0x236,_0x18a422:0x503,_0x5f422d:0x558,_0x322e25:0x546,_0x26f819:0x55e,_0x3479f2:0x53b,_0x5afbfc:0x4d9,_0x259ec3:0x572,_0x57c988:0x56e,_0xd4ce8f:0x507,_0x2a30fc:0x204,_0x162d1b:0x216,_0x4250eb:0x4e7,_0xf2ffaa:0x4fd,_0x54c7fb:0x524,_0x581af1:0x4ca,_0x2816b9:0x25e,_0x3fdfd1:0x506,_0x416a12:0x4c1,_0x408dce:0x470},_0x48f96b={_0x5771b7:0x303},_0xe498b9={_0x20190b:0xcb,_0x43be94:0x1b0},_0x49df1a={'UFzfe':_0x505005(_0x196f4d._0x53293e,0x4f2,0x4da,_0x196f4d._0x50cf3d)+_0x505005(_0x196f4d._0x24e022,0x4d1,0x4df,0x4bf)+_0x5474a3(_0x196f4d._0x14c2b3,_0x196f4d._0x552b46,_0x196f4d._0x187c0e,0x21d),'tnMci':'Failed\x20to\x20'+_0x5474a3(_0x196f4d._0xbc585a,0x2c9,0x29d,0x246)+_0x5474a3(_0x196f4d._0x4d4e33,_0x196f4d._0x5eb91b,0x1bb,_0x196f4d._0x4a8d77)+_0x5474a3(0x20d,0x1d5,0x1af,_0x196f4d._0x26e748)+_0x505005(0x51d,0x508,_0x196f4d._0x3775bb,0x528)+_0x5474a3(0x1cc,0x1ee,_0x196f4d._0x4701d4,_0x196f4d._0x1688c1),'rlJlX':function(_0x1977a7,_0x29f044){return _0x1977a7===_0x29f044;},'ZlSSb':_0x505005(0x4d6,0x4da,_0x196f4d._0x3879d5,_0x196f4d._0x4942d0),'lkRhH':_0x505005(0x4eb,_0x196f4d._0x1d7231,_0x196f4d._0x23bb91,0x4b6)+_0x5474a3(0x233,_0x196f4d._0x3f9cb6,_0x196f4d._0xf78e0c,_0x196f4d._0x322573),'SJUfx':function(_0x56ddb9,_0x41e300){return _0x56ddb9(_0x41e300);},'DFtyt':function(_0x3051a6,_0x2fa0bb){return _0x3051a6!==_0x2fa0bb;},'tIByB':'phPBg','CoKCi':function(_0x769cd2,_0xee31bc,_0x37fa93){return _0x769cd2(_0xee31bc,_0x37fa93);},'FjKhT':function(_0x138adf,_0x1e914d,_0x17bf94){return _0x138adf(_0x1e914d,_0x17bf94);},'VxvpT':function(_0xad8c28,_0xa4b2f5){return _0xad8c28===_0xa4b2f5;},'YVUNK':_0x5474a3(_0x196f4d._0x13b871,_0x196f4d._0x2a45a9,_0x196f4d._0x55b8ac,_0x196f4d._0x2a45a9),'ikYyQ':_0x5474a3(0x277,0x2d7,_0x196f4d._0x43f26e,_0x196f4d._0x4bc07d),'vYjCI':_0x5474a3(_0x196f4d._0x329773,_0x196f4d._0x57f978,0x211,0x1cd),'tncuK':_0x5474a3(_0x196f4d._0x4c36bb,0x264,0x218,0x1ef)+'decrypt\x20to'+'ken\x20for\x20pr'+'ovider'};function _0x505005(_0x50916b,_0x3b5336,_0x2c5525,_0x1aaebe){return _0x68c192(_0x50916b-_0xe498b9._0x20190b,_0x2c5525,_0x3b5336-0x54,_0x1aaebe-_0xe498b9._0x43be94);}function _0x5474a3(_0x4ee178,_0x242be0,_0x1bb279,_0xccd0dc){return _0x511d41(_0x4ee178-0x1cc,_0xccd0dc,_0x4ee178- -_0x48f96b._0x5771b7,_0xccd0dc-0x153);}const _0x1551cc=_0x109c9e[_0x505005(0x4b8,_0x196f4d._0x50fb25,0x511,_0x196f4d._0x411718)]||_0x59cd87;if(!_0x2844e5){if(_0x49df1a[_0x5474a3(0x1e8,0x1a2,_0x196f4d._0x30607b,_0x196f4d._0x15e001)](_0x49df1a[_0x505005(0x4f6,0x501,_0x196f4d._0x23f64e,0x4d1)],_0x49df1a[_0x505005(_0x196f4d._0x50fb25,_0x196f4d._0x21ebf2,0x50c,0x4c7)]))throw new Error(_0x49df1a[_0x5474a3(0x22e,0x245,0x273,_0x196f4d._0x3ff3e4)]);else _0x13783b=null;}const _0x47e968=await _0x49df1a[_0x505005(0x54b,0x523,_0x196f4d._0x4769b0,0x4f7)](loadTokenStorage,_0x109c9e),_0x4a6e1c=_0x47e968[_0x5474a3(0x25b,0x26d,0x29f,_0x196f4d._0x4413d3)]?.[_0x2844e5];if(!_0x4a6e1c)return{};const _0x514271=await _0x49df1a[_0x5474a3(_0x196f4d._0x4061f7,0x252,_0x196f4d._0x914145,_0x196f4d._0xecec69)](getEncryptionKey,_0x109c9e),_0x3ab61b={};for(const [_0x17d036,_0x43876f]of Object[_0x505005(0x5a6,_0x196f4d._0x4b8a63,0x581,0x59a)](_0x4a6e1c)){try{if(_0x49df1a[_0x5474a3(_0x196f4d._0x139eae,0x1cc,0x212,0x1c6)](_0x49df1a[_0x505005(_0x196f4d._0x525d91,0x4cb,0x4c9,0x526)],_0x49df1a[_0x505005(_0x196f4d._0x322e00,_0x196f4d._0x29d984,0x4c0,0x493)]))_0x1e44d2[_0x505005(0x519,0x525,_0x196f4d._0x2a79a1,_0x196f4d._0x176012)+_0x5474a3(_0x196f4d._0x42e5b2,0x292,_0x196f4d._0xa70c6a,_0x196f4d._0x1bb816)]=_0x1ea5f5[_0x5474a3(0x238,0x25e,0x213,_0x196f4d._0x1ec43d)+_0x5474a3(0x24e,_0x196f4d._0x227996,0x289,_0x196f4d._0xbe6611)];else{const _0x5d7ef6={'access_token':_0x43876f['access_tok'+'en']?_0x49df1a[_0x505005(0x4fc,0x55a,_0x196f4d._0x297c05,_0x196f4d._0x39ca44)](decrypt,_0x43876f[_0x5474a3(_0x196f4d._0x557b3b,_0x196f4d._0x371c38,_0x196f4d._0x9e8451,_0x196f4d._0x456d97)+'en'],_0x514271):null,'connected_at':_0x43876f[_0x5474a3(_0x196f4d._0x378bef,0x239,0x1be,_0x196f4d._0x503bfb)+'at']};_0x43876f[_0x505005(_0x196f4d._0x1add81,0x569,0x5b9,_0x196f4d._0x6cde05)+_0x505005(_0x196f4d._0x1974cd,0x4f6,0x4fd,0x4fd)]&&(_0x5d7ef6[_0x505005(0x537,_0x196f4d._0xf7553e,_0x196f4d._0x594da4,0x5c1)+_0x5474a3(0x209,0x1e8,_0x196f4d._0x2534a2,0x1b2)]=_0x49df1a[_0x5474a3(_0x196f4d._0x4fce28,0x2b8,0x22c,0x24a)](decrypt,_0x43876f[_0x505005(0x517,0x569,_0x196f4d._0x2e26f3,_0x196f4d._0x56be05)+_0x5474a3(_0x196f4d._0x4acc28,0x23d,_0x196f4d._0x1743b3,0x227)],_0x514271));if(_0x43876f['expires_at']){if(_0x49df1a['VxvpT'](_0x5474a3(0x1ff,0x23f,0x1f4,0x1f5),_0x49df1a[_0x5474a3(0x21a,_0x196f4d._0x1db442,0x23d,_0x196f4d._0x4701d4)]))_0x5d7ef6[_0x505005(_0x196f4d._0x2bb398,_0x196f4d._0x1a6ce6,0x4fb,_0x196f4d._0x55e29b)]=_0x43876f[_0x505005(0x4e7,_0x196f4d._0x1a6ce6,0x492,0x533)];else{const _0x23b8f9={};_0x23b8f9[_0x5474a3(_0x196f4d._0x5df075,0x269,0x28f,0x224)]=_0x489bb1['message'],_0x1a14c0[_0x505005(0x521,_0x196f4d._0x1d8327,0x523,0x465)](_0x49df1a[_0x5474a3(_0x196f4d._0x479028,0x265,_0x196f4d._0x3f8f4d,0x25b)],_0x23b8f9);const _0x69c9bd={};return _0x69c9bd[_0x505005(0x577,0x548,_0x196f4d._0x4ecd38,_0x196f4d._0x21bcfd)]={},_0x69c9bd;}}_0x43876f[_0x5474a3(_0x196f4d._0xb754a,_0x196f4d._0x18205e,0x1c7,0x187)+'in']&&(_0x49df1a['DFtyt'](_0x49df1a[_0x505005(0x467,0x4ab,_0x196f4d._0x5c49c6,_0x196f4d._0x5d0feb)],_0x49df1a[_0x505005(0x4cc,0x4ab,_0x196f4d._0x513c31,0x4fc)])?_0x42d29e[_0x505005(0x58d,0x548,0x57a,_0x196f4d._0x40030c)]={}:_0x5d7ef6[_0x5474a3(_0x196f4d._0xb754a,_0x196f4d._0x5e8023,0x223,_0x196f4d._0x1edb7d)+'in']=_0x43876f[_0x505005(0x4b9,0x4bb,0x4bf,_0x196f4d._0x5c45c2)+'in']);if(_0x43876f['github_use'+'r_id']){if(_0x49df1a[_0x5474a3(0x1c7,_0x196f4d._0x42e0cc,0x213,0x199)](_0x5474a3(0x201,_0x196f4d._0x562a3f,0x1fe,0x234),_0x49df1a['vYjCI']))_0x5d7ef6[_0x505005(0x520,_0x196f4d._0x5d28a0,0x492,0x4be)+_0x505005(_0x196f4d._0x524f2d,_0x196f4d._0x3c3253,0x4fd,_0x196f4d._0x128494)]=_0x43876f[_0x505005(0x46d,0x4c3,_0x196f4d._0x20ccfd,_0x196f4d._0x42e278)+_0x5474a3(_0x196f4d._0x9e8451,_0x196f4d._0x712a6b,0x25f,_0x196f4d._0xfa550f)];else{const _0x231e51={};_0x231e51[_0x5474a3(0x237,0x204,_0x196f4d._0x4de2bf,0x1e0)]=_0x29055b[_0x505005(_0x196f4d._0x1ec132,0x52c,0x54b,0x506)],_0x1796f6[_0x5474a3(0x1d4,0x1f0,_0x196f4d._0xf78e0c,_0x196f4d._0xa74d8c)](_0x49df1a[_0x505005(_0x196f4d._0x18a422,_0x196f4d._0x5f422d,_0x196f4d._0x322e25,_0x196f4d._0x26f819)],_0x231e51);}}_0x43876f['azure_user'+_0x505005(0x580,0x53b,0x4dc,0x588)]&&(_0x5d7ef6['azure_user'+_0x505005(0x597,_0x196f4d._0x3479f2,_0x196f4d._0x5afbfc,_0x196f4d._0x21bcfd)]=_0x43876f[_0x505005(0x52f,_0x196f4d._0x50cf3d,_0x196f4d._0x259ec3,0x4dd)+_0x505005(_0x196f4d._0x57c988,_0x196f4d._0x3479f2,_0x196f4d._0xd4ce8f,0x4e2)]),_0x3ab61b[_0x17d036]=_0x5d7ef6;}}catch(_0x14bb40){const _0x2bce0f={};_0x2bce0f[_0x5474a3(0x1c6,_0x196f4d._0x2a30fc,_0x196f4d._0x162d1b,0x1c4)]=_0x2844e5,_0x2bce0f[_0x505005(0x4cd,_0x196f4d._0x4250eb,_0x196f4d._0xf2ffaa,0x4ce)+'me']=_0x17d036,_0x2bce0f[_0x505005(0x4dd,_0x196f4d._0x54c7fb,0x4ee,_0x196f4d._0x581af1)]=_0x14bb40[_0x5474a3(0x23f,0x244,0x1fb,_0x196f4d._0x2816b9)],_0x1551cc[_0x505005(_0x196f4d._0x3fdfd1,_0x196f4d._0x416a12,0x4c2,_0x196f4d._0x408dce)](_0x49df1a['tncuK'],_0x2bce0f);}}return _0x3ab61b;}export async function getUserGitToken(_0x35b687,_0x48dd55,_0x33ea25={}){const _0x17a48e=await getUserGitTokens(_0x35b687,_0x33ea25);return _0x17a48e[_0x48dd55]||null;}export async function storeUserGitToken(_0x39b07d,_0x50f3ed,_0x548a76,_0x42be95={}){const _0x54c4bd={_0x24d2a7:0x1d7,_0x162131:0x1ae,_0x8ff28d:0x514,_0x57669b:0x569,_0x4ca9ed:0x510,_0x2b919f:0x4c7,_0x5032f6:0x1fd,_0x38c110:0x54d,_0xdc9766:0x540,_0x4ab16c:0x551,_0x4df216:0x541,_0x466fa6:0x4f0,_0x5981a9:0x4ef,_0x4e290a:0x1a6,_0x15966e:0x16c,_0x5d858a:0x18c,_0x2bff04:0x4f3,_0x4d6070:0x4b5,_0x49d27a:0x441,_0x21e6ea:0x469,_0x1cbdf0:0x499,_0x31ec09:0x51d,_0x11b18c:0x4ac,_0x4a7ea3:0x24c,_0x2a9d8e:0x25d,_0x40170e:0x197,_0x391539:0x172,_0x4bbe95:0x1ce,_0x10e0f3:0x23c,_0x3ebc6c:0x1fc,_0x398491:0x4fa,_0x59b086:0x4f7,_0x4abc77:0x1b6,_0x420fef:0x17c,_0x2f8f79:0x564,_0x45c756:0x57f,_0x57dccc:0x547,_0x227884:0x527,_0x45bab3:0x215,_0x2ae379:0x144,_0x5b4a9a:0x4fb,_0x2f085b:0x524,_0x59ec34:0x574,_0x30e0c7:0x19c,_0x213150:0x137,_0x18d4ac:0x18b,_0x829ce8:0x536,_0x471850:0x51f,_0x45775b:0x4b7,_0x3404c5:0x4d4,_0x489039:0x535,_0x3e67e8:0x539,_0x49995b:0x518,_0x45388b:0x52f,_0x2b599e:0x217,_0x41e1de:0x276,_0x4676de:0x20a,_0x587077:0x224,_0x4f49d3:0x452,_0x39bca5:0x4ad,_0xc93f6:0x557,_0x321e1d:0x555,_0x56d57b:0x54a,_0x10b0c6:0x509,_0x4a03ec:0x544,_0x3ce896:0x4e6,_0x358916:0x4a1,_0xab0d6c:0x4d3,_0x4424f3:0x498,_0x408e10:0x49f,_0x464d26:0x176,_0x28d8e1:0x45f,_0x2c1cae:0x234,_0x380440:0x255,_0x47277b:0x217,_0x1fccd0:0x508,_0x58c779:0x4c1,_0x57ef3c:0x155,_0x367202:0x206,_0xa6bc06:0x218,_0x3bb674:0x1d0,_0x2700ce:0x25e,_0x832151:0x4fd,_0x148197:0x502,_0x9eb244:0x55a,_0x5b1cb8:0x53e,_0x59794e:0x4e7,_0x5765a7:0x55a,_0x3f4fde:0x517,_0x1b2e96:0x1c6,_0x40cb42:0x18a,_0x29e094:0x1d2,_0x4bf348:0x1a4,_0x5b404f:0x1a2,_0x3043f3:0x1d2,_0x3e4721:0x4a3,_0x2a5b17:0x533,_0x6b1ef4:0x4f6,_0x34d83d:0x4d8,_0x1655f5:0x4c7,_0x4b498d:0x473,_0x4795b2:0x4c0,_0x18d9d7:0x221,_0x5b9a61:0x45c,_0x222ea8:0x48e,_0x320326:0x485,_0x25bd49:0x166,_0x54044a:0x1f6,_0x4050a9:0x1d9,_0x2e144a:0x197,_0x4e78e9:0x456,_0x41224f:0x4c4,_0x4989b4:0x484,_0x32d370:0x1c7,_0x562fd9:0x460,_0x3bbbb1:0x4b4,_0x427c73:0x52a,_0x225b83:0x4dc,_0xe723f8:0x1f0,_0x30c476:0x160,_0x3ed681:0x19f,_0x12e15c:0x4f3,_0x503d77:0x4d9,_0x6f5085:0x56a,_0x2a32d9:0x568,_0x70beee:0x52c,_0xb6e10e:0x51c,_0x5662a7:0x50e,_0x1812c1:0x451,_0x344391:0x175,_0x36a609:0x1b7,_0x4c830b:0x17d,_0x553642:0x4f3,_0x48815c:0x52e,_0x4968df:0x45e,_0x51df46:0x4b0,_0x304a5f:0x450,_0x14bc30:0x228,_0x42c9e3:0x238,_0x4ef1a0:0x1aa},_0x5b9f6b={_0x7b631e:0x33a},_0x194f81={_0x278b2b:0x1e0},_0x564a94={'Dqkcc':'NkVjp','PiVcd':function(_0x5c514e,_0x55f4d7){return _0x5c514e!==_0x55f4d7;},'GcRIo':_0x59037d(0x17c,0x20b,_0x54c4bd._0x24d2a7,_0x54c4bd._0x162131),'vdMxu':'Provider\x20n'+_0x2673c2(_0x54c4bd._0x8ff28d,_0x54c4bd._0x57669b,_0x54c4bd._0x4ca9ed,_0x54c4bd._0x2b919f)+_0x59037d(0x199,_0x54c4bd._0x5032f6,0x19e,0x1ee),'QqLUK':_0x2673c2(0x568,_0x54c4bd._0x38c110,0x551,0x506)+_0x2673c2(_0x54c4bd._0xdc9766,_0x54c4bd._0x4ab16c,0x52e,0x533)+'ired','uAUKZ':function(_0x359c5b,_0x2d5946){return _0x359c5b(_0x2d5946);},'OzAqL':function(_0x1c356d,_0x29bf8d){return _0x1c356d(_0x29bf8d);},'MtuSB':function(_0x13d949,_0x18cac1){return _0x13d949!==_0x18cac1;},'dZzPr':'KDnxR','PqGoC':function(_0x4f3f9f,_0x529d2b,_0x1e3feb){return _0x4f3f9f(_0x529d2b,_0x1e3feb);},'sUgsR':_0x2673c2(_0x54c4bd._0x4df216,_0x54c4bd._0x466fa6,_0x54c4bd._0x5981a9,0x49a),'VmMIX':_0x59037d(0x195,_0x54c4bd._0x4e290a,_0x54c4bd._0x15966e,_0x54c4bd._0x5d858a)+_0x2673c2(_0x54c4bd._0x2bff04,0x4b9,_0x54c4bd._0x4d6070,0x458)+_0x2673c2(_0x54c4bd._0x49d27a,_0x54c4bd._0x21e6ea,_0x54c4bd._0x1cbdf0,0x4d4)},_0x5a7dd8=_0x42be95[_0x2673c2(0x4cc,_0x54c4bd._0x31ec09,0x4f3,_0x54c4bd._0x11b18c)]||_0x59cd87;if(!_0x39b07d){if(_0x564a94['Dqkcc']!==_0x59037d(_0x54c4bd._0x4a7ea3,0x20c,_0x54c4bd._0x2a9d8e,0x20c))throw new Error(_0x59037d(0x1f5,_0x54c4bd._0x40170e,_0x54c4bd._0x391539,0x1b9)+_0x59037d(_0x54c4bd._0x4bbe95,0x225,_0x54c4bd._0x10e0f3,_0x54c4bd._0x3ebc6c));else{const _0x470bd3={};return _0x470bd3[_0x2673c2(_0x54c4bd._0x398491,_0x54c4bd._0x59b086,0x539,0x508)]={},_0x470bd3;}}if(!_0x50f3ed){if(_0x564a94[_0x59037d(0x195,_0x54c4bd._0x4abc77,_0x54c4bd._0x420fef,0x1a9)](_0x564a94[_0x2673c2(_0x54c4bd._0x2f8f79,_0x54c4bd._0x45c756,_0x54c4bd._0x57dccc,_0x54c4bd._0x227884)],_0x564a94['GcRIo']))throw new _0x4085b7(_0x59037d(0x21c,0x211,0x259,_0x54c4bd._0x45bab3)+_0x59037d(0x1a9,0x153,_0x54c4bd._0x2ae379,0x1a3)+'r\x20user\x20'+_0xc4f3f6+('\x20and\x20provi'+_0x2673c2(0x52f,_0x54c4bd._0x5b4a9a,_0x54c4bd._0x2f085b,_0x54c4bd._0x59ec34))+_0x364dde);else throw new Error(_0x564a94['vdMxu']);}if(!_0x548a76?.[_0x59037d(0x1ef,_0x54c4bd._0x30e0c7,0x1cd,0x1a1)+'en'])throw new Error(_0x564a94[_0x59037d(0x1de,_0x54c4bd._0x213150,_0x54c4bd._0x18d4ac,0x198)]);const _0x338724=await _0x564a94[_0x2673c2(_0x54c4bd._0x829ce8,0x57b,_0x54c4bd._0x471850,0x515)](getEncryptionKey,_0x42be95),_0x27bd77=await _0x564a94[_0x2673c2(_0x54c4bd._0x45775b,0x4d9,_0x54c4bd._0x3404c5,_0x54c4bd._0x489039)](loadTokenStorage,_0x42be95);!_0x27bd77[_0x2673c2(_0x54c4bd._0x2bff04,0x56b,_0x54c4bd._0x3e67e8,0x4e5)]&&(_0x27bd77[_0x2673c2(0x58e,_0x54c4bd._0x49995b,0x539,_0x54c4bd._0x45388b)]={});function _0x2673c2(_0x4fe5c4,_0x36fb30,_0x2f4543,_0x440184){return _0x511d41(_0x4fe5c4-0x194,_0x440184,_0x2f4543- -0x25,_0x440184-_0x194f81._0x278b2b);}function _0x59037d(_0x531b58,_0x277f8c,_0x3a06a3,_0x21e2c3){return _0x511d41(_0x531b58-0xfe,_0x277f8c,_0x21e2c3- -_0x5b9f6b._0x7b631e,_0x21e2c3-0x1a8);}if(!_0x27bd77[_0x59037d(_0x54c4bd._0x2b599e,_0x54c4bd._0x41e1de,_0x54c4bd._0x4676de,_0x54c4bd._0x587077)][_0x39b07d]){if(_0x564a94[_0x2673c2(_0x54c4bd._0x4f49d3,_0x54c4bd._0x39bca5,0x4ab,0x485)](_0x564a94['dZzPr'],_0x564a94[_0x2673c2(_0x54c4bd._0xc93f6,_0x54c4bd._0x321e1d,_0x54c4bd._0x56d57b,0x506)])){const _0x3207bf={};_0x3207bf[_0x2673c2(_0x54c4bd._0x10b0c6,0x576,_0x54c4bd._0x4a03ec,_0x54c4bd._0x3ce896)]=!![],_0x3207bf[_0x2673c2(0x518,_0x54c4bd._0x358916,_0x54c4bd._0xab0d6c,0x492)]=_0x1f70eb[_0x2673c2(0x481,_0x54c4bd._0x4424f3,0x4d3,_0x54c4bd._0x408e10)],_0x3207bf[_0x59037d(0x15f,0x1d3,_0x54c4bd._0x464d26,_0x54c4bd._0x40170e)+'in']=_0x3778b6[_0x2673c2(0x4cf,_0x54c4bd._0x28d8e1,_0x54c4bd._0x11b18c,0x4bc)+'in'],_0x3207bf['azure_user'+_0x2673c2(0x50c,_0x54c4bd._0x57669b,0x52c,0x52f)]=_0x5ab52f['azure_user'+_0x59037d(0x1ca,_0x54c4bd._0x2c1cae,_0x54c4bd._0x380440,_0x54c4bd._0x47277b)],_0x3207bf[_0x2673c2(_0x54c4bd._0x5981a9,_0x54c4bd._0x1fccd0,_0x54c4bd._0x58c779,0x494)+'at']=_0x3011a3[_0x59037d(_0x54c4bd._0x57ef3c,0x1a8,_0x54c4bd._0x367202,0x1ac)+'at'],_0x4fbc1e[_0xc8a543]=_0x3207bf;}else _0x27bd77[_0x59037d(_0x54c4bd._0xa6bc06,_0x54c4bd._0x3bb674,_0x54c4bd._0x2700ce,0x224)][_0x39b07d]={};}const _0x39d21c={'access_token':_0x564a94[_0x2673c2(0x54a,0x4a3,0x504,0x4d2)](encrypt,_0x548a76['access_tok'+'en'],_0x338724),'connected_at':new Date()[_0x2673c2(_0x54c4bd._0x832151,_0x54c4bd._0x49995b,_0x54c4bd._0x466fa6,0x53b)+'g']()};_0x548a76[_0x2673c2(_0x54c4bd._0x148197,0x583,_0x54c4bd._0x9eb244,0x516)+_0x2673c2(0x543,_0x54c4bd._0x5b1cb8,_0x54c4bd._0x59794e,0x548)]&&(_0x39d21c[_0x2673c2(0x5a1,0x5a7,_0x54c4bd._0x5765a7,_0x54c4bd._0x3f4fde)+_0x59037d(_0x54c4bd._0x1b2e96,_0x54c4bd._0x40cb42,0x219,_0x54c4bd._0x29e094)]=_0x564a94['PqGoC'](encrypt,_0x548a76['refresh_to'+_0x59037d(_0x54c4bd._0x4bf348,_0x54c4bd._0x5b404f,0x226,_0x54c4bd._0x3043f3)],_0x338724));_0x548a76[_0x2673c2(_0x54c4bd._0x3e4721,_0x54c4bd._0x2a5b17,0x4d3,0x4cb)]&&(_0x564a94['PiVcd'](_0x2673c2(0x4f8,0x4b8,_0x54c4bd._0x6b1ef4,_0x54c4bd._0x34d83d),_0x564a94[_0x2673c2(0x4ce,0x4d1,_0x54c4bd._0x1655f5,0x502)])?_0x39d21c[_0x2673c2(_0x54c4bd._0x4b498d,0x4c1,0x4d3,_0x54c4bd._0x4795b2)]=_0x548a76['expires_at']:_0x18d3a7[_0x59037d(0x275,_0x54c4bd._0x18d9d7,_0x54c4bd._0x3bb674,0x224)][_0x382384]={});_0x548a76[_0x2673c2(_0x54c4bd._0x5b9a61,_0x54c4bd._0x222ea8,0x4ac,_0x54c4bd._0x320326)+'in']&&(_0x39d21c[_0x59037d(0x1cb,_0x54c4bd._0x25bd49,0x155,_0x54c4bd._0x40170e)+'in']=_0x548a76[_0x59037d(_0x54c4bd._0x54044a,0x18d,_0x54c4bd._0x4050a9,_0x54c4bd._0x2e144a)+'in']);_0x548a76[_0x2673c2(_0x54c4bd._0x4e78e9,_0x54c4bd._0x41224f,0x4b4,_0x54c4bd._0x4989b4)+_0x59037d(0x1a0,0x186,0x187,_0x54c4bd._0x32d370)]&&(_0x39d21c[_0x2673c2(_0x54c4bd._0x562fd9,0x50e,_0x54c4bd._0x3bbbb1,0x4ac)+_0x2673c2(_0x54c4bd._0x427c73,_0x54c4bd._0x427c73,_0x54c4bd._0x225b83,0x4a1)]=_0x548a76[_0x59037d(_0x54c4bd._0xe723f8,0x1e0,_0x54c4bd._0x30c476,_0x54c4bd._0x3ed681)+_0x2673c2(_0x54c4bd._0x12e15c,0x4db,_0x54c4bd._0x225b83,0x4fd)]);_0x548a76[_0x2673c2(_0x54c4bd._0x148197,0x516,0x516,0x4ce)+'name']&&(_0x39d21c['azure_user'+'name']=_0x548a76[_0x2673c2(_0x54c4bd._0x503d77,0x55d,0x516,_0x54c4bd._0x6f5085)+_0x2673c2(_0x54c4bd._0x45c756,_0x54c4bd._0x2a32d9,_0x54c4bd._0x70beee,_0x54c4bd._0xb6e10e)]);_0x27bd77[_0x2673c2(0x52e,0x528,_0x54c4bd._0x3e67e8,_0x54c4bd._0x5662a7)][_0x39b07d][_0x50f3ed]=_0x39d21c,await saveTokenStorage(_0x27bd77,_0x42be95);const _0x3e45fb={};_0x3e45fb[_0x2673c2(_0x54c4bd._0x5b9a61,0x4ac,0x4a4,_0x54c4bd._0x1812c1)]=_0x39b07d,_0x3e45fb[_0x59037d(_0x54c4bd._0x344391,_0x54c4bd._0x36a609,_0x54c4bd._0x4c830b,0x1c3)+'me']=_0x50f3ed,_0x3e45fb['hasRefresh'+_0x2673c2(_0x54c4bd._0x553642,_0x54c4bd._0x38c110,_0x54c4bd._0x5b4a9a,_0x54c4bd._0x48815c)]=!!_0x548a76['refresh_to'+'ken'],_0x3e45fb[_0x2673c2(0x4bf,_0x54c4bd._0x4968df,_0x54c4bd._0x51df46,_0x54c4bd._0x304a5f)]=_0x548a76['expires_at'],_0x5a7dd8[_0x59037d(_0x54c4bd._0x14bc30,0x198,_0x54c4bd._0x42c9e3,0x1f1)](_0x564a94[_0x59037d(_0x54c4bd._0x4ef1a0,0x163,0x174,0x1c2)],_0x3e45fb);}export async function updateUserGitToken(_0x307a62,_0x4ff11d,_0x379acb,_0x138fe9={}){const _0x21d122={_0x487353:0x84,_0x2a6f7e:0xd9,_0x1c32a1:0x61,_0x438505:0x95,_0x38ae88:0x5b,_0xe3a81e:0x9e,_0x436bef:0x6,_0xc52110:0x2c,_0x2dfc07:0x3d,_0xea024d:0x6c,_0x4a54df:0x4,_0x3bc3df:0x7f,_0x2c58ff:0x72,_0x49044e:0xb9,_0x286360:0x17,_0x560f38:0x32,_0x5796c3:0x25,_0x48438c:0x6d,_0x5de4a5:0x9a,_0x20876d:0x7b,_0x2396aa:0x77,_0xecd1f0:0x46,_0x31fdc7:0x2d,_0x3d835:0x1b,_0x71fb1f:0x5a,_0x11d262:0xc9,_0x3b4767:0x5a,_0x3b695d:0xd,_0xe28c7e:0x73,_0xedf7d2:0x6f,_0x12a433:0x17,_0x4ed8c8:0x70,_0x52bda0:0x28,_0x591752:0x1,_0x30c01e:0x5,_0x51bf0b:0x19,_0xef0804:0xb,_0x42d6b1:0x63,_0x4867b4:0x7d,_0x7fb965:0xb,_0x5620a1:0xb,_0x119b28:0x45,_0x382e2c:0xdd,_0x409299:0x93,_0x1dfa21:0x99,_0x57df14:0xdd,_0x1ebebb:0x26,_0x15de28:0x15,_0x317c7f:0x7b,_0x408291:0x54,_0x373a63:0xad,_0x62bdce:0xa6,_0x3a08b6:0x92,_0x258c1c:0xa5,_0x2d1b8d:0xb3,_0xd1e2a:0x92,_0x109077:0x3b,_0x342a53:0x67,_0x4ebbf5:0x1f,_0x3baf74:0x21,_0x5cda47:0x6a,_0x21bd1b:0x51,_0x5d4703:0x36,_0x396bb6:0x8d,_0x1063f7:0x3e,_0x32bf5b:0x93,_0x43206d:0xbc,_0x4344ac:0xaa,_0x1e1fc3:0xb4,_0x1e2259:0x84},_0x5b2270={_0x42a4f3:0x58a},_0x9e85a3={_0x5bf23c:0x13},_0x27802c={'UfsqL':function(_0xb432f7,_0xdff139){return _0xb432f7||_0xdff139;},'DrqOq':function(_0x1a04cd,_0x340ec6){return _0x1a04cd!==_0x340ec6;},'eLZXw':'chEJg','JVNOe':_0x4d0951(-0x9d,-_0x21d122._0x487353,-_0x21d122._0x2a6f7e,-_0x21d122._0x1c32a1)+_0x27e660(_0x21d122._0x438505,_0x21d122._0x38ae88,_0x21d122._0xe3a81e,0x82)+_0x4d0951(-0xd,-0x5a,_0x21d122._0x436bef,-_0x21d122._0xc52110)+_0x27e660(0x4e,_0x21d122._0x2dfc07,_0x21d122._0xea024d,0x62),'XASIJ':function(_0x4ce8d6,_0x26c9af){return _0x4ce8d6(_0x26c9af);},'EhHKh':_0x27e660(0x48,0x79,0x43,0xb8),'Sabvs':function(_0x33a778,_0x279bd3,_0x2b2f01){return _0x33a778(_0x279bd3,_0x2b2f01);},'yZBAQ':function(_0x5a5329,_0x1d576e,_0x463292){return _0x5a5329(_0x1d576e,_0x463292);},'kggSu':function(_0x45e2c3,_0x1dc8f0){return _0x45e2c3!==_0x1dc8f0;},'tuggT':function(_0x5dae24,_0x6b5784,_0x2287dd){return _0x5dae24(_0x6b5784,_0x2287dd);},'GFDFi':'Updated\x20gi'+_0x4d0951(-0x34,-_0x21d122._0x4a54df,-0x71,0x27)+_0x27e660(_0x21d122._0x3bc3df,_0x21d122._0x2c58ff,0x73,_0x21d122._0x49044e)},_0xe262a8=_0x138fe9[_0x27e660(-_0x21d122._0x286360,_0x21d122._0x560f38,0x57,-_0x21d122._0x5796c3)]||_0x59cd87;if(_0x27802c[_0x27e660(_0x21d122._0x48438c,_0x21d122._0x5de4a5,0x6f,_0x21d122._0x20876d)](!_0x307a62,!_0x4ff11d)){if(_0x27802c['DrqOq'](_0x27802c[_0x4d0951(-0x2e,-_0x21d122._0x2396aa,-_0x21d122._0xecd1f0,0x1)],'rfuVD'))throw new Error(_0x27802c['JVNOe']);else _0x1f8102[_0x27e660(-0x6d,-0xd,-0x1c,0xa)+_0x4d0951(-0x89,-0xba,-0x78,-0x3d)]=_0x47ea92[_0x27e660(0x28,-0xd,_0x21d122._0x31fdc7,-0x20)+_0x27e660(0x72,_0x21d122._0x3d835,0x61,_0x21d122._0x71fb1f)];}const _0x37b70e=await _0x27802c['XASIJ'](getEncryptionKey,_0x138fe9),_0x45889a=await loadTokenStorage(_0x138fe9),_0x56d40b=_0x45889a['tokens']?.[_0x307a62]?.[_0x4ff11d];function _0x27e660(_0x2dee99,_0x3aa298,_0x558e43,_0x7e8469){return _0x511d41(_0x2dee99-0x18,_0x558e43,_0x3aa298- -0x4e6,_0x7e8469-_0x9e85a3._0x5bf23c);}if(!_0x56d40b)throw new Error(_0x27e660(0x87,0x69,_0x21d122._0x11d262,0x61)+'g\x20token\x20fo'+_0x4d0951(-_0x21d122._0x3b4767,-_0x21d122._0x3b695d,-_0x21d122._0xe3a81e,-0x9b)+_0x307a62+(_0x27e660(0xc1,0x66,0x2c,0x9c)+_0x4d0951(-0x41,-_0x21d122._0xe28c7e,-0x87,-_0x21d122._0xedf7d2))+_0x4ff11d);_0x379acb['access_tok'+'en']&&(_0x27802c[_0x4d0951(-0x30,_0x21d122._0x12a433,-0x33,-_0x21d122._0x4ed8c8)]===_0x27e660(-0x6f,-0x1e,_0x21d122._0x52bda0,0x1)?_0x1c298d[_0x4d0951(-0x4f,-0x86,-0x7f,-0x76)+_0x4d0951(-0x39,-0x62,_0x21d122._0x591752,-0x4c)]=_0x2ee7d['azure_user'+_0x4d0951(-0x39,-0x1d,-_0x21d122._0x30c01e,_0x21d122._0x436bef)]:_0x56d40b[_0x27e660(-_0x21d122._0x51bf0b,-_0x21d122._0xef0804,_0x21d122._0x31fdc7,-_0x21d122._0x42d6b1)+'en']=_0x27802c[_0x27e660(0xf3,0x98,_0x21d122._0x4867b4,0xb4)](encrypt,_0x379acb[_0x27e660(-0x2b,-0xb,-0x4,-0x2)+'en'],_0x37b70e));_0x379acb[_0x4d0951(-_0x21d122._0x7fb965,-_0x21d122._0x5620a1,0x1,-0x6)+_0x4d0951(-0x7e,-_0x21d122._0x119b28,-_0x21d122._0x382e2c,-0x84)]&&(_0x56d40b[_0x27e660(_0x21d122._0x409299,_0x21d122._0x1dfa21,0x90,_0x21d122._0x57df14)+_0x27e660(-0x29,_0x21d122._0x1ebebb,_0x21d122._0x15de28,-0x20)]=_0x27802c[_0x27e660(0x51,_0x21d122._0x317c7f,_0x21d122._0x2a6f7e,_0x21d122._0x408291)](encrypt,_0x379acb['refresh_to'+_0x4d0951(-0x7e,-_0x21d122._0x438505,-0x2a,-0x39)],_0x37b70e));_0x27802c[_0x27e660(0x66,0x7d,_0x21d122._0x373a63,_0x21d122._0x62bdce)](_0x379acb[_0x4d0951(-_0x21d122._0x3a08b6,-_0x21d122._0x258c1c,-0xcf,-_0x21d122._0x2d1b8d)],undefined)&&(_0x56d40b[_0x4d0951(-_0x21d122._0xd1e2a,-_0x21d122._0x109077,-0x55,-_0x21d122._0x342a53)]=_0x379acb['expires_at']);await _0x27802c[_0x4d0951(-_0x21d122._0x4ebbf5,-_0x21d122._0x3baf74,-0x18,-_0x21d122._0x5cda47)](saveTokenStorage,_0x45889a,_0x138fe9);function _0x4d0951(_0x5b8168,_0x5652c3,_0xa8a744,_0xe5e5ef){return _0x511d41(_0x5b8168-0x1d6,_0xe5e5ef,_0x5b8168- -_0x5b2270._0x42a4f3,_0xe5e5ef-0x1b3);}const _0x4dca99={};_0x4dca99[_0x27e660(-_0x21d122._0x21bd1b,-0x1d,0xa,-_0x21d122._0x5d4703)]=_0x307a62,_0x4dca99[_0x4d0951(-_0x21d122._0x396bb6,-_0x21d122._0x5de4a5,-0xb3,-_0x21d122._0x409299)+'me']=_0x4ff11d,_0xe262a8[_0x4d0951(-0x6e,-_0x21d122._0x1063f7,-0x49,-_0x21d122._0x32bf5b)](_0x27802c[_0x4d0951(-_0x21d122._0x43206d,-_0x21d122._0x4344ac,-_0x21d122._0x1e1fc3,-_0x21d122._0x1e2259)],_0x4dca99);}function _0x511d41(_0x4a505d,_0x42430f,_0x5d4d56,_0x472e91){const _0x1f02ff={_0x17be04:0x3cb};return _0x5063(_0x5d4d56-_0x1f02ff._0x17be04,_0x42430f);}export async function deleteUserGitToken(_0x164a49,_0x1eac50,_0x363a73={}){const _0x343cc3={_0x361460:0x1c0,_0x47d39a:0x169,_0x2b72d1:0x168,_0x1b6154:0x71,_0x5cc06b:0x77,_0x1ee0c5:0x3e,_0x400f96:0x2b,_0xdbefc2:0x98,_0x5d76a3:0x14,_0xb9e4bd:0x6f,_0x5526ff:0x5,_0x14f23e:0x84,_0x17c3d4:0x2d,_0x2cf741:0xa7,_0x56f585:0x229,_0x441b95:0x1c8,_0x83a0c5:0x195,_0x5b8d13:0x58,_0x67b7de:0x35,_0x4cf9d9:0x236,_0x2b2d16:0x1d0,_0x42704b:0x139,_0x7883ab:0x132,_0x45f5f9:0x156,_0x4d870f:0x84,_0x3bee2e:0x79,_0x12fd3a:0x4,_0x4d408e:0x51,_0x5790af:0x61,_0x4c8e36:0xa8,_0x34288e:0x17,_0x2c01c0:0xb},_0x1ddc44={_0x30cf5a:0x0,_0x5c9c0f:0x4da},_0x16c126={_0x4a2989:0x389,_0x110db8:0x99};function _0x5ec3ef(_0x5b29f9,_0x509795,_0x3b9e23,_0x2336e0){return _0x511d41(_0x5b29f9-0x16,_0x2336e0,_0x509795- -_0x16c126._0x4a2989,_0x2336e0-_0x16c126._0x110db8);}const _0x3c6dc5={'BTAQg':function(_0x21b973,_0x5d177b){return _0x21b973||_0x5d177b;},'AdEMa':'User\x20ID\x20an'+_0x5ec3ef(_0x343cc3._0x361460,0x1b8,0x15d,_0x343cc3._0x47d39a)+_0x6389f9(0xa3,0xe8,0x97,0x66)+'required','GaIqR':function(_0x5a1dc1,_0x230c06){return _0x5a1dc1(_0x230c06);},'ygQlA':function(_0x3c6bd1,_0x541fae){return _0x3c6bd1===_0x541fae;},'XskuL':_0x5ec3ef(0x18d,_0x343cc3._0x2b72d1,0x12e,0x119)+'t\x20token\x20fo'+_0x6389f9(0x7e,_0x343cc3._0x1b6154,0x8c,_0x343cc3._0x5cc06b)},_0x3f4f94=_0x363a73[_0x6389f9(_0x343cc3._0x1ee0c5,_0x343cc3._0x400f96,0xf,0x25)]||_0x59cd87;if(_0x3c6dc5[_0x6389f9(0x39,0x29,_0x343cc3._0xdbefc2,0x53)](!_0x164a49,!_0x1eac50))throw new Error(_0x3c6dc5['AdEMa']);const _0x483c16=await _0x3c6dc5[_0x6389f9(_0x343cc3._0x5d76a3,_0x343cc3._0xb9e4bd,0x11,-_0x343cc3._0x5526ff)](loadTokenStorage,_0x363a73);function _0x6389f9(_0x2e7b83,_0x567211,_0x1f57aa,_0x99a3b1){return _0x511d41(_0x2e7b83-_0x1ddc44._0x30cf5a,_0x567211,_0x2e7b83- -_0x1ddc44._0x5c9c0f,_0x99a3b1-0x1b4);}if(!_0x483c16[_0x6389f9(_0x343cc3._0x14f23e,_0x343cc3._0x17c3d4,0x26,_0x343cc3._0x2cf741)]?.[_0x164a49]?.[_0x1eac50])return![];delete _0x483c16[_0x5ec3ef(_0x343cc3._0x56f585,0x1d5,_0x343cc3._0x441b95,_0x343cc3._0x83a0c5)][_0x164a49][_0x1eac50];_0x3c6dc5['ygQlA'](Object[_0x6389f9(0x2c,_0x343cc3._0x5b8d13,_0x343cc3._0x67b7de,0x5f)](_0x483c16[_0x5ec3ef(0x181,0x1d5,_0x343cc3._0x4cf9d9,_0x343cc3._0x2b2d16)][_0x164a49])[_0x5ec3ef(0x155,_0x343cc3._0x42704b,_0x343cc3._0x7883ab,_0x343cc3._0x45f5f9)],-0x1c2*-0x8+-0x1ad*-0x6+-0x181e)&&delete _0x483c16[_0x6389f9(_0x343cc3._0x4d870f,0x31,_0x343cc3._0x3bee2e,0x43)][_0x164a49];await saveTokenStorage(_0x483c16,_0x363a73);const _0x21579f={};return _0x21579f[_0x6389f9(-0x11,_0x343cc3._0x12fd3a,-0x43,0x1)]=_0x164a49,_0x21579f[_0x6389f9(0x23,_0x343cc3._0x4d408e,-0x25,0x4a)+'me']=_0x1eac50,_0x3f4f94[_0x6389f9(0x51,_0x343cc3._0x5790af,_0x343cc3._0x4c8e36,0x78)](_0x3c6dc5[_0x6389f9(-_0x343cc3._0x34288e,-_0x343cc3._0x2c01c0,0x3a,0x48)],_0x21579f),!![];}export async function deleteAllUserGitTokens(_0x5862b2,_0xa15bfd={}){const _0x1dd2dd={_0x308522:0x245,_0x1757c1:0x273,_0x369d5c:0x298,_0x220b82:0x23e,_0x4ea94a:0x26f,_0x5c2054:0x12e,_0x26a8c5:0x137,_0x22fc53:0x149,_0x2e8666:0xed,_0x4fed38:0x78,_0xaee4d4:0xc5,_0x48ba96:0xfc,_0x1a62f8:0x23c,_0x406092:0x97,_0x1bad56:0x12f,_0x2445bf:0xce,_0x354199:0x213,_0x25c01f:0x20b,_0x1e8484:0xb2,_0x44292:0x7e,_0x1af34d:0xb6,_0x12fd17:0xfc,_0x2a441e:0x289,_0x471f8e:0x2b3,_0x7b0b0b:0x2c0,_0x3d0d10:0x2db,_0x3b4e33:0x266,_0xb626b0:0x272,_0x5037dd:0x29a,_0x62e772:0xbf,_0x49a3f2:0x67,_0xb25d33:0x299,_0x3f695d:0x2d8,_0x14c169:0x2be,_0x94d361:0x28d,_0x58d0d0:0x281,_0x14b35b:0x28b,_0x5acfb7:0x82,_0x4af638:0xae,_0x260487:0x91,_0x14f334:0xaf},_0x1bf8ff={_0x3b49db:0x55},_0x140904={_0x508214:0x136,_0x214ef3:0x234},_0x368d9e={'MDccz':function(_0x2692cc,_0x525389){return _0x2692cc===_0x525389;},'UABcr':'BQTbe','aKFfB':_0x2191d6(0x255,_0x1dd2dd._0x308522,_0x1dd2dd._0x1757c1,0x205)+_0x2191d6(_0x1dd2dd._0x369d5c,0x25d,_0x1dd2dd._0x220b82,_0x1dd2dd._0x4ea94a),'dMSFO':function(_0x5d4fef,_0x202ee8){return _0x5d4fef(_0x202ee8);},'esQGm':function(_0x77dcc1,_0x2ce819,_0x1e7dea){return _0x77dcc1(_0x2ce819,_0x1e7dea);},'XtLcZ':_0xe81bc6(0x10c,0x12d,0x131,_0x1dd2dd._0x5c2054)+_0xe81bc6(_0x1dd2dd._0x26a8c5,_0x1dd2dd._0x22fc53,0xf7,0x134)+'ns\x20for\x20use'+'r'},_0x5b90d4=_0xa15bfd['logger']||_0x59cd87;if(!_0x5862b2){if(_0x368d9e['MDccz'](_0x368d9e[_0xe81bc6(_0x1dd2dd._0x2e8666,0x13e,0xe3,0x134)],_0xe81bc6(_0x1dd2dd._0x4fed38,_0x1dd2dd._0xaee4d4,0xcc,_0x1dd2dd._0x48ba96)))_0x58bb44[_0x2191d6(0x23b,0x22e,_0x1dd2dd._0x1a62f8,0x293)+_0xe81bc6(_0x1dd2dd._0x406092,_0x1dd2dd._0x1bad56,_0x1dd2dd._0x2445bf,0xb7)]=_0xc34e21[_0x2191d6(0x23b,0x217,_0x1dd2dd._0x354199,_0x1dd2dd._0x25c01f)+_0xe81bc6(0xef,0xb7,0xce,_0x1dd2dd._0x1e8484)];else throw new Error(_0x368d9e[_0xe81bc6(0xc9,_0x1dd2dd._0x44292,_0x1dd2dd._0x1af34d,_0x1dd2dd._0x12fd17)]);}const _0xe37baf=await _0x368d9e[_0x2191d6(0x23e,0x21d,0x23e,_0x1dd2dd._0x2a441e)](loadTokenStorage,_0xa15bfd);if(!_0xe37baf[_0x2191d6(0x2c0,0x25e,_0x1dd2dd._0x471f8e,0x2b8)]?.[_0x5862b2])return-0x277*0x2+-0x2f1+0x7df*0x1;const _0x2586c8=Object['keys'](_0xe37baf[_0x2191d6(_0x1dd2dd._0x7b0b0b,0x2cf,0x280,_0x1dd2dd._0x3d0d10)][_0x5862b2])[_0x2191d6(0x224,0x258,_0x1dd2dd._0x3b4e33,0x1f7)];delete _0xe37baf[_0x2191d6(0x2c0,_0x1dd2dd._0xb626b0,0x260,_0x1dd2dd._0x5037dd)][_0x5862b2],await _0x368d9e[_0xe81bc6(0xa2,0x73,_0x1dd2dd._0x62e772,0x106)](saveTokenStorage,_0xe37baf,_0xa15bfd);function _0x2191d6(_0x496e94,_0x4bcefd,_0x2d6c5f,_0x1d1bc0){return _0x68c192(_0x496e94-_0x140904._0x508214,_0x1d1bc0,_0x496e94- -_0x140904._0x214ef3,_0x1d1bc0-0x12b);}const _0x4087ce={};_0x4087ce[_0xe81bc6(0x60,_0x1dd2dd._0x49a3f2,0x96,0x5f)]=_0x5862b2;function _0xe81bc6(_0x21f109,_0x358270,_0x5a7561,_0x3ab807){return _0x511d41(_0x21f109-0x77,_0x21f109,_0x5a7561- -0x433,_0x3ab807-_0x1bf8ff._0x3b49db);}return _0x4087ce[_0x2191d6(_0x1dd2dd._0xb25d33,0x27b,_0x1dd2dd._0x3f695d,_0x1dd2dd._0x14c169)+'nt']=_0x2586c8,_0x5b90d4[_0x2191d6(_0x1dd2dd._0x94d361,_0x1dd2dd._0x58d0d0,_0x1dd2dd._0x14b35b,_0x1dd2dd._0x94d361)](_0x368d9e[_0xe81bc6(_0x1dd2dd._0x5acfb7,_0x1dd2dd._0x4af638,_0x1dd2dd._0x260487,_0x1dd2dd._0x14f334)],_0x4087ce),_0x2586c8;}export function isTokenExpiringSoon(_0x5233a7,_0x18f735=0x4*-0x5b3+-0xf8c+-0x223*-0x12){const _0x3aba2b={_0x36c2d5:0x69,_0x3e9066:0x85,_0x2ac05f:0x96,_0xe17330:0x14c,_0x324fc3:0x1c1,_0x178f7b:0x1ac,_0x2346d7:0x189,_0x594346:0x1fb,_0x406cb8:0x11d,_0x3217eb:0x98,_0x123204:0x1a7,_0x9d8d16:0x16b,_0x4fdc33:0x200,_0x3ece31:0xd8,_0x505cf4:0xbf,_0x1d62cb:0xdc,_0x3a9afd:0xbe,_0x475002:0xcb,_0x42583d:0x177,_0x48f21e:0x135,_0x22960d:0x12c,_0x4b63f1:0x141,_0x46973f:0x139,_0x1dc88d:0x128,_0x3adfb7:0x15d,_0x502e40:0xa4,_0x189fa9:0xcc,_0x5e6a48:0xc5,_0x2e8830:0xb6,_0x315c1c:0x109},_0x4f525f={_0x40b479:0x18},_0x2b43aa={_0x379f87:0x5ac},_0x3b3c36={};_0x3b3c36[_0x2d5296(-0xa8,-_0x3aba2b._0x36c2d5,-0xc3,-0xb0)]=function(_0xe8e043,_0x175fda){return _0xe8e043===_0x175fda;};function _0x2d5296(_0x48579b,_0x11d966,_0x154953,_0x386671){return _0x68c192(_0x48579b-0x71,_0x154953,_0x386671- -_0x2b43aa._0x379f87,_0x386671-0x91);}_0x3b3c36['ByGUe']='YkNuz',_0x3b3c36['iSQNl']=function(_0x144040,_0x2f9a06){return _0x144040*_0x2f9a06;},_0x3b3c36[_0x2d5296(-0xcc,-_0x3aba2b._0x3e9066,-_0x3aba2b._0x2ac05f,-0xb6)]=function(_0x2e098a,_0x5e0140){return _0x2e098a<=_0x5e0140;};function _0x326e55(_0x57d270,_0x2560db,_0x4d9cac,_0x192bdd){return _0x511d41(_0x57d270-_0x4f525f._0x40b479,_0x2560db,_0x57d270- -0x393,_0x192bdd-0x13);}_0x3b3c36[_0x326e55(0x17a,_0x3aba2b._0xe17330,_0x3aba2b._0x324fc3,_0x3aba2b._0x178f7b)]=function(_0x19d348,_0x4af88b){return _0x19d348-_0x4af88b;};const _0x1f3de5=_0x3b3c36;if(!_0x5233a7){if(_0x1f3de5[_0x326e55(0x1d3,_0x3aba2b._0x2346d7,0x190,_0x3aba2b._0x594346)](_0x1f3de5['ByGUe'],_0x2d5296(-_0x3aba2b._0x406cb8,-_0x3aba2b._0x3217eb,-0x140,-0xe4)))return![];else{const _0x9e6b6e={};_0x9e6b6e[_0x326e55(_0x3aba2b._0x123204,_0x3aba2b._0x9d8d16,_0x3aba2b._0x4fdc33,0x19a)]=_0x448823['message'],_0x1fa60e[_0x2d5296(-_0x3aba2b._0x3ece31,-0xb8,-_0x3aba2b._0x505cf4,-_0x3aba2b._0x1d62cb)](_0x2d5296(-_0x3aba2b._0x3a9afd,-0x157,-_0x3aba2b._0x475002,-0x10e)+_0x2d5296(-_0x3aba2b._0x42583d,-0x177,-_0x3aba2b._0x48f21e,-_0x3aba2b._0x22960d)+'git\x20tokens',_0x9e6b6e);throw _0x54e60d;}}const _0x434c79=new Date(_0x5233a7)[_0x326e55(_0x3aba2b._0x4b63f1,_0x3aba2b._0x46973f,_0x3aba2b._0x1dc88d,_0x3aba2b._0x3adfb7)](),_0x54034d=Date[_0x2d5296(-_0x3aba2b._0x502e40,-0xe9,-_0x3aba2b._0x189fa9,-0xc8)](),_0x2fd7c5=_0x1f3de5['iSQNl'](_0x1f3de5[_0x2d5296(-0x88,-0x8f,-0xfa,-0x9b)](_0x18f735,-0x432+-0x1e33+-0x6ed*-0x5),-0x2689*0x1+-0x1*-0x22bb+-0xe*-0x8d);return _0x1f3de5[_0x2d5296(-_0x3aba2b._0x5e6a48,-0xfd,-0xf9,-_0x3aba2b._0x2e8830)](_0x1f3de5[_0x2d5296(-0x13c,-0xb7,-0xaa,-_0x3aba2b._0x315c1c)](_0x434c79,_0x54034d),_0x2fd7c5);}export function isTokenExpired(_0x141939){const _0x48426a={_0x387f36:0x52b,_0x4476d4:0x55e,_0x189dfc:0x4a2,_0x7c68f8:0x4ec,_0x33b603:0x517,_0x5f09c6:0x4eb,_0x55818e:0x135,_0x357f0e:0x17d},_0x3b3070={_0x495c85:0x50,_0x1de9e4:0x17,_0x25c70e:0x160},_0x17634b={_0x251136:0x12f,_0x3c01a9:0x3d1},_0x3e4a55={};function _0x4f2e41(_0x23accc,_0x5e4a36,_0x870f8a,_0x526c58){return _0x511d41(_0x23accc-_0x17634b._0x251136,_0x526c58,_0x5e4a36- -_0x17634b._0x3c01a9,_0x526c58-0x1d9);}function _0x1f07d0(_0x23cf1f,_0x12d6f1,_0x2e5b48,_0x3d1b9a){return _0x511d41(_0x23cf1f-_0x3b3070._0x495c85,_0x12d6f1,_0x3d1b9a-_0x3b3070._0x1de9e4,_0x3d1b9a-_0x3b3070._0x25c70e);}_0x3e4a55[_0x1f07d0(0x57b,0x58e,_0x48426a._0x387f36,_0x48426a._0x4476d4)]=function(_0x10c059,_0x22a04a){return _0x10c059<_0x22a04a;};const _0x955092=_0x3e4a55;if(!_0x141939)return![];return _0x955092[_0x4f2e41(0x134,0x176,0x198,0x157)](new Date(_0x141939)[_0x1f07d0(_0x48426a._0x189dfc,_0x48426a._0x7c68f8,_0x48426a._0x33b603,_0x48426a._0x5f09c6)](),Date[_0x4f2e41(_0x48426a._0x55818e,_0x48426a._0x357f0e,0x1dd,0x136)]());}export async function getUserConnectionStatus(_0x38524d,_0x324fc8={}){const _0x3eb16f={_0xfd6b3:0x1b8,_0xccd114:0x76,_0x2b64de:0xee,_0xee3520:0xf1,_0x499d55:0x109,_0x434591:0x13c,_0x274b77:0xa8,_0x5397a1:0xa3,_0x3a8252:0x1b,_0x6e1225:0x71,_0x49b70f:0x12e,_0x370ab2:0x19e,_0x4e115c:0x15a,_0x126407:0x152,_0x4fff16:0x18b,_0x5574a5:0x164,_0x500902:0x65,_0x368a2a:0x46,_0x531b69:0x138,_0x3bcc83:0x14f,_0x4e160b:0x1dc,_0x3a35f3:0x15c,_0x3b0ea6:0x150,_0x208697:0x8e,_0x18ff76:0x32,_0x5c6c35:0x83,_0xe9acec:0x98,_0x39d961:0xe3,_0x3e821c:0x9f,_0x22a8b8:0x15b,_0x233a8d:0x14e,_0x339aae:0x123,_0x1d3238:0x1a7,_0x3e1f83:0x1bb,_0x132975:0x6c,_0x33e44a:0x61,_0x1cff44:0x7c,_0x3e5704:0x47,_0x197916:0x195,_0x1c09e4:0x151},_0x284442={_0xada795:0x5a7},_0x44a6f4={_0x4dacde:0x4c,_0x2a2e8d:0x622,_0x3cef84:0x1c8},_0x534bcf={'qPdFj':_0x5edc6f(-_0x3eb16f._0xfd6b3,-0x17d,-0x159,-0x184)+_0x44c104(-0x6a,-0x62,-_0x3eb16f._0xccd114,-0x93)+_0x44c104(-0xc2,-_0x3eb16f._0x2b64de,-_0x3eb16f._0xee3520,-_0x3eb16f._0x499d55)+_0x44c104(-0xdc,-_0x3eb16f._0x434591,-_0x3eb16f._0x274b77,-_0x3eb16f._0x5397a1),'PCYOS':function(_0x155417,_0x4fd17c){return _0x155417(_0x4fd17c);},'gurNk':function(_0x25aa6e,_0x10d0bb){return _0x25aa6e===_0x10d0bb;},'JGwKL':'VEPoa'};function _0x5edc6f(_0x3e0883,_0x52f4dc,_0x16e1c4,_0x394525){return _0x68c192(_0x3e0883-_0x44a6f4._0x4dacde,_0x52f4dc,_0x394525- -_0x44a6f4._0x2a2e8d,_0x394525-_0x44a6f4._0x3cef84);}const _0x3146d6=await _0x534bcf[_0x44c104(-0x33,0x10,_0x3eb16f._0x3a8252,-_0x3eb16f._0x6e1225)](loadTokenStorage,_0x324fc8),_0x5bf3a1=_0x3146d6[_0x5edc6f(-0x116,-0xe5,-0x145,-_0x3eb16f._0x49b70f)]?.[_0x38524d];if(!_0x5bf3a1){if(_0x534bcf[_0x5edc6f(-0x21a,-0x20a,-0x218,-0x1bf)](_0x534bcf[_0x5edc6f(-0x1f3,-0x1c2,-_0x3eb16f._0x370ab2,-0x1b4)],_0x534bcf[_0x5edc6f(-0x198,-_0x3eb16f._0x4e115c,-_0x3eb16f._0x126407,-0x1b4)]))return{};else{const _0x476127={};_0x476127[_0x5edc6f(-0x10d,-_0x3eb16f._0x4fff16,-_0x3eb16f._0x5574a5,-_0x3eb16f._0x126407)]=_0x1b4bef[_0x44c104(-_0x3eb16f._0x500902,-0x65,-_0x3eb16f._0x368a2a,-0x7)],_0x83415f[_0x5edc6f(-0x107,-0x120,-_0x3eb16f._0x531b69,-0x152)](_0x534bcf['qPdFj'],_0x476127);throw new _0x3d3f75(_0x5edc6f(-_0x3eb16f._0x3bcc83,-0x1d0,-_0x3eb16f._0x4e160b,-0x184)+_0x5edc6f(-0x14d,-_0x3eb16f._0x3a35f3,-0x1a9,-_0x3eb16f._0x3b0ea6)+_0x44c104(-0x52,0xb,-_0x3eb16f._0x208697,-_0x3eb16f._0x18ff76)+_0x44c104(-_0x3eb16f._0x5c6c35,-_0x3eb16f._0xe9acec,-_0x3eb16f._0x39d961,-_0x3eb16f._0x3e821c)+_0x3526bf['message']);}}const _0x5af282={};for(const [_0x31455d,_0x5af450]of Object['entries'](_0x5bf3a1)){const _0x54cff9={};_0x54cff9[_0x5edc6f(-_0x3eb16f._0x22a8b8,-_0x3eb16f._0x233a8d,-0xc4,-_0x3eb16f._0x339aae)]=!![],_0x54cff9[_0x44c104(-0xaf,-0xd6,-0xfd,-0xf5)]=_0x5af450['expires_at'],_0x54cff9['github_log'+'in']=_0x5af450[_0x5edc6f(-0x21d,-0x17e,-_0x3eb16f._0x1d3238,-_0x3eb16f._0x3e1f83)+'in'],_0x54cff9[_0x44c104(-_0x3eb16f._0x132975,-_0x3eb16f._0x33e44a,-_0x3eb16f._0x1cff44,-_0x3eb16f._0x3e5704)+'name']=_0x5af450[_0x5edc6f(-0x14f,-_0x3eb16f._0x5574a5,-_0x3eb16f._0x197916,-_0x3eb16f._0x1c09e4)+'name'],_0x54cff9['connected_'+'at']=_0x5af450['connected_'+'at'],_0x5af282[_0x31455d]=_0x54cff9;}function _0x44c104(_0x1c9a62,_0x25e588,_0x9d07fd,_0x3336b0){return _0x511d41(_0x1c9a62-0x2e,_0x25e588,_0x1c9a62- -_0x284442._0xada795,_0x3336b0-0x1e5);}return _0x5af282;}
|
package/dist/lib/users.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x48c975,_0x39e94){const _0x131430={_0x5df763:0x106,_0x28a005:0x10c,_0x4cc4ad:0x144,_0x66eb04:0xb6,_0x2f98ce:0x154,_0x370841:0x15c,_0x4c7332:0x15d,_0xac4993:0xbf,_0x5429df:0xba,_0x20e628:0x78,_0x1bc78e:0xaa,_0x37cea3:0xf2,_0x384f82:0xc2,_0x38111a:0xfe,_0x22efc0:0xce,_0x4a3301:0xf4,_0x24c636:0x12a,_0x309d1f:0x186},_0x3439de={_0x33c787:0x273},_0x559d94=_0x48c975();function _0x4c58e0(_0x547794,_0x813908,_0x6b8c72,_0x2d7737){return _0x1d47(_0x547794- -0xb2,_0x813908);}function _0x575dd3(_0x573c2f,_0x3c09cc,_0x1751d3,_0x27d79a){return _0x1d47(_0x3c09cc- -_0x3439de._0x33c787,_0x1751d3);}while(!![]){try{const _0x21fba0=parseInt(_0x575dd3(-0x153,-_0x131430._0x5df763,-0xe0,-0x113))/(0x24ad+0x25ee+-0x4a9a)*(parseInt(_0x4c58e0(0x112,_0x131430._0x28a005,0xcc,0xf8))/(-0x25a4+-0xd83+0x3329))+parseInt(_0x575dd3(-0x134,-0x11e,-0x167,-_0x131430._0x4cc4ad))/(0xb03*0x1+0x6e*0x21+-0x24a*0xb)+-parseInt(_0x575dd3(-0x117,-0x10f,-0xc3,-_0x131430._0x66eb04))/(-0xbb5+-0x1*0x12f2+0x1eab)*(-parseInt(_0x4c58e0(_0x131430._0x2f98ce,_0x131430._0x370841,0x14d,0x169))/(-0x1*0x18f5+-0x20b2+0x1cd6*0x2))+-parseInt(_0x575dd3(-_0x131430._0x4c7332,-0x10a,-0x12d,-_0x131430._0xac4993))/(0xbca+-0x2137*-0x1+0x149*-0x23)*(parseInt(_0x4c58e0(_0x131430._0x5429df,_0x131430._0x20e628,_0x131430._0x1bc78e,0x90))/(0xffe*-0x2+-0x96a+0x69*0x65))+-parseInt(_0x4c58e0(_0x131430._0x37cea3,_0x131430._0x384f82,0xef,0xe3))/(0x1f85+-0xf8d+0x2a8*-0x6)*(-parseInt(_0x575dd3(-_0x131430._0x38111a,-0x117,-0xd6,-0x138))/(-0x23f1*0x1+0x1c36+0x1*0x7c4))+-parseInt(_0x4c58e0(_0x131430._0x22efc0,_0x131430._0x4a3301,0xb6,_0x131430._0x24c636))/(0x156+0x1bea+-0x1d36)+parseInt(_0x4c58e0(0x125,0xf4,0x134,_0x131430._0x309d1f))/(0x639+-0x1476+0xe48);if(_0x21fba0===_0x39e94)break;else _0x559d94['push'](_0x559d94['shift']());}catch(_0x2daa0f){_0x559d94['push'](_0x559d94['shift']());}}}(_0xba0e,-0x1b40b*-0x2+-0x17*-0x7019+-0x64e2d));import{promises as _0x26faaa}from'fs';function _0xba0e(){const _0xd1b655=['ihvZzxi','CgfZC3DVCMq','q1HRrei','vxnLCM5HBwuGjW','BhPly0O','DMDAufK','rfvqteLdqvrf','yxz2sKW','ChjLzMvYzw5Jzq','y29TCgfYzq','CgfZC3DVCMrFAa','vMXJzuC','D3jPDgvgAwXL','DYb1C2vY','BvHbt2i','DxnLCM5HBwu','uw1vuMe','vxnLCNmGzMLSzq','D0rTDM0','B3vUzcbMB3iGza','v1niuuC','rgjLEeO','jYbHBhjLywr5ia','rvDHru8','B3iGDxnLCG','sMjqt0u','twLZC2LUzYbYzq','BwLU','BuzdBgC','CNmGzNjVBsbMAq','zMLUzeLUzgv4','mta2mJrLv0jluLq','y29Kzq','q09Iweq','ANfQAva','sePJuLq','BwvZC2fNzq','CMfUzg9T','C1HzEwy','u2vYDMvYiefKBq','zw1HAwW','zMLUza','zxjYB3i','A2Pcyw8','lcbJCMvHDgLUzW','B3vUzdOG','teDrAuC','vxnLCIbOyxmGBG','Axntzxj2zxjbza','Aw5PDgLVBNmUAG','ELnRtuS','v0PmtKq','r2r1A00','BM93','z2LwyMm','r3n5v20','z21RwLa','wuPgr0q','A2v5CW','y3jLyxrLigfKBq','zwrMvNq','rKfiAum','u0PtAwW','mZu2r1H2yLrJ','q3jLyxrLzcbtzq','igfSCMvHzhKGzq','rufOyKS','D2TQtKu','DxrMltG','ANnkEKe','sLzpwhK','AuryuwS','whDKqNq','DMvYiefKBwLUia','CNmUANnVBG','B3vUzcbMB3iGDG','sgvst1a','CMqGzM9YihvZzq','BNrPy2f0zwqGCW','Aw5MBW','CYb0BYbMAwXL','C3rYAw5NAwz5','mJK0nty5r3PJsKvN','CMvJDxjZAxzL','y3Hqrey','C1nUA2q','y291BNq','t2LbDey','DwnJzxnZzNvSBa','DxnLCG','zxHPC3rZ','DxnLCNmUANnVBG','y3jLyxrLifnLCG','yw1LlcbLBwfPBa','zgzqBu0','yxv0B1bYB21VDa','AM9PBG','DxnLCNm','Dg9tDhjPBMC','D2fYBG','t0rUEMq','whzPB0e','zwXLDgLVBG','Aw4GCM9SzsbUBW','Aw4GyMLUzgLUzW','AeTsEwm','ihnLDa','C3bSAwnL','DfvSwLm','Bg9Hzcb1C2vYCW','s2PSC2i','wvLJsxa','y2rsyuq','vxjVCKO','BxrPBwvnCW','BwTKAxi','C3nOx3vZzxjUyq','reDZz2S','BKHdCfG','C2vYDMvY','weDUAgO','C3rHDa','BgvUz3rO','qvfxv1q','DgLVBG','CxvPCMvKigzPzq','DLnmzMW','yxnO','wKvmu1y','mZu3ndbYC09MsK4','C3n3B3jKigzVCG','BgrZoIb1C2vYBG','rwDNAuu','DxnLCKLK','s0H1A2y','qwnMBuC','u2v0ihbHC3n3BW','yMLUzgLUzW','AgfZAa','wwrptgO','zwrgAxjZDfvZzq','BMfTzq','y2nyANK','y291BgqGBM90ia','ugvmvvi','mteXodu2mMrZzfz3sq','lI9YB2XLlwrLzG','BYbWyxnZD29Yza','yKv6u2S','z1joz24','vNfLAfG','ywDvqMy','mtq5nhLkzwHQqG','ENHTCwe','wefsEe4','DcbMB3vUzcdIGjqG','D1Htwfy','lI9IAw5KAw5NCW','u2f2zwqGDxnLCG','B3vOA00','mtGWvu5UEvDU','y0XZufK','yxzHDgfY','Dg9mB3DLCKnHCW','s1j1ywK','nKLbr1b0zq','EgLZDhmGzM9Yia','D1beBxa','mJqZmZm4mLjSBeXQqq','nda0oen6u3bLEq','tg9HzgvKihvZzq','ig5VDcbMB3vUza','DNbxwve','tgfey28','we1QEui','ywXPzgf0Aw9U','C3vIC3rY','zgLYBMfTzq','v3jNDw4','zgvIDwC','vxnLCIbHDxrOzq','sM5Oq2O','s05zqLa','igvTChr5ihvZzq','DxnLCL8','vxnLCIbUB3qGzG','yxv0BY1WCM9TBW','CNzLCIbbzg1PBG','odq0nJaZmeLtEKjTzG','vKzHs2y','vxbKyxrLzcb1CW','lcbUyw1L','rMfPBgvKihrVia'];_0xba0e=function(){return _0xd1b655;};return _0xba0e();}import _0x4a48e9 from'path';import _0x1b3fe7 from'bcrypt';import{fileURLToPath}from'url';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';function _0x4690e4(_0x68d9e8,_0x593532,_0x1aa32f,_0x554a72){return _0x1d47(_0x68d9e8-0x3ad,_0x554a72);}const __filename=fileURLToPath(import.meta.url);function _0x3cac5e(_0x3a0d3f,_0xe09dba,_0xd6ef62,_0x3c71ec){return _0x1d47(_0x3c71ec-0x3dc,_0xe09dba);}const __dirname=_0x4a48e9[_0x4690e4(0x522,0x4f8,0x55f,0x54d)](__filename),USERS_FILE=_0x4a48e9['join'](DATA_DIR,_0x4690e4(0x58d,0x5cf,0x54f,0x581)),SALT_ROUNDS=0x32b+-0x1a68+0x1747;let usersCache=null,usersCacheMtime=null;export async function loadUsers(){const _0x318769={_0x5266d6:0x244,_0xf52e67:0x1e4,_0x4840a4:0x220,_0x514569:0x238,_0x24c0de:0x14f,_0x9a96e8:0x14b,_0x1f152c:0x235,_0x4a7c26:0x228,_0x12f1ca:0x21a,_0x531416:0x238,_0x293d84:0x161,_0x5cfad8:0x170,_0x3a47d9:0x154,_0x529a1c:0x1af,_0x440b7d:0x171,_0x273430:0x16d,_0x49d68f:0x130,_0x191c53:0x110,_0x246ca4:0x1ee,_0x20df98:0x115,_0x1de45b:0x152,_0x3f8770:0x1f0,_0x194fcd:0x275,_0x17797:0x16b,_0x22880b:0x131,_0x55e8c9:0xeb,_0x2bb55a:0x2b9,_0x20db9f:0x2d5,_0x5b9d4e:0x266,_0x4783bd:0x2c5,_0x4ad924:0x2a2,_0x1eaa2b:0x2c9,_0x3b2389:0xf8,_0x335b0f:0xf5,_0x591c63:0xcc,_0xd6bc69:0x269,_0x36ff2d:0x278,_0x364acf:0x283,_0x2c6b3b:0x27c,_0x30d923:0x24f,_0x537efc:0x23f,_0x123aa7:0xac,_0x19c21a:0x100,_0x3565fb:0x11f,_0x4887fd:0x26c,_0x22db61:0x297,_0x3917e1:0x172,_0x58ab49:0x147,_0x173fed:0x115,_0x5d1b33:0xa7,_0x3c70fb:0x100,_0x2403b8:0x117,_0x40fb61:0x15c,_0x42bc57:0x102,_0x1638ed:0x241,_0x359472:0x29b,_0x2af75f:0x274,_0x2a3368:0x24e,_0x449bd2:0x22c,_0x118792:0x17d,_0x32b2ae:0x16c,_0x48246a:0x1bb,_0x2f3841:0x1bd,_0x2df669:0x25b,_0x9b8f04:0x204,_0x934835:0xcf,_0x4a53e4:0x126,_0x4d3b90:0x27a,_0x27e824:0x23e,_0x308f4c:0x20f,_0x27b9ad:0x27d},_0x2d8324={_0x2bf363:0x41,_0x3df707:0x11a},_0x4d4f7e={_0x508c97:0x2e6,_0x5eb77d:0x81,_0x1f3436:0x190},_0x241e5b={'HeROP':_0x5e06dd(_0x318769._0x5266d6,_0x318769._0xf52e67,_0x318769._0x4840a4,_0x318769._0x514569)+'ound\x20for\x20v'+'alidation','SJSil':_0x1b032d(-0x168,-0x13a,-_0x318769._0x24c0de,-_0x318769._0x9a96e8),'zxmqa':_0x5e06dd(_0x318769._0x1f152c,_0x318769._0x4a7c26,_0x318769._0x12f1ca,_0x318769._0x531416)+_0x1b032d(-0x17b,-_0x318769._0x293d84,-_0x318769._0x5cfad8,-_0x318769._0x3a47d9)+'le','giVbc':function(_0x154ddb,_0x7c993b){return _0x154ddb!==_0x7c993b;},'OiAtF':_0x1b032d(-_0x318769._0x3a47d9,-0x17a,-0x1c8,-0x140),'vSLfl':function(_0x2f495a,_0x268895){return _0x2f495a===_0x268895;},'GsyWm':'ENOENT','jqjiP':_0x1b032d(-0x17b,-_0x318769._0x529a1c,-0x1fb,-0x17f),'CXkDB':_0x1b032d(-_0x318769._0x440b7d,-_0x318769._0x273430,-_0x318769._0x49d68f,-_0x318769._0x191c53)+_0x1b032d(-0x1b3,-0x194,-_0x318769._0x246ca4,-0x148)+_0x1b032d(-_0x318769._0x20df98,-_0x318769._0x1de45b,-0x189,-0x158)+_0x5e06dd(0x242,_0x318769._0x3f8770,_0x318769._0x194fcd,0x280)+_0x5e06dd(0x296,0x2e5,0x258,0x29f),'wDmvm':function(_0x3a8db8,_0x3c3726){return _0x3a8db8(_0x3c3726);},'kbnOq':'Failed\x20to\x20'+_0x1b032d(-_0x318769._0x17797,-0x111,-_0x318769._0x22880b,-_0x318769._0x55e8c9)};function _0x5e06dd(_0x1389a2,_0xd15db,_0x2f0c45,_0x3457ed){return _0x4690e4(_0x1389a2- -_0x4d4f7e._0x508c97,_0xd15db-_0x4d4f7e._0x5eb77d,_0x2f0c45-_0x4d4f7e._0x1f3436,_0x3457ed);}function _0x1b032d(_0x995e83,_0x5b1899,_0x57c6f8,_0x4d331d){return _0x3cac5e(_0x995e83-_0x2d8324._0x2bf363,_0x4d331d,_0x57c6f8-_0x2d8324._0x3df707,_0x5b1899- -0x6df);}try{const _0x35bf6f=await _0x26faaa['readFile'](USERS_FILE,_0x241e5b[_0x5e06dd(0x28a,_0x318769._0x2bb55a,0x2d5,0x238)]),_0x431532=JSON['parse'](_0x35bf6f);usersCache=_0x431532[_0x5e06dd(0x2ad,_0x318769._0x20db9f,_0x318769._0x5b9d4e,_0x318769._0x4783bd)]||[];const _0x43f9e4=await _0x26faaa[_0x5e06dd(0x2c5,0x299,0x2ea,0x2e9)](USERS_FILE);usersCacheMtime=_0x43f9e4[_0x5e06dd(0x2be,0x2f7,0x310,0x2e7)];const _0x343f31={};return _0x343f31[_0x5e06dd(_0x318769._0x4ad924,_0x318769._0x1eaa2b,0x2fe,0x245)]=usersCache[_0x1b032d(-_0x318769._0x3b2389,-0x104,-_0x318769._0x335b0f,-_0x318769._0x591c63)],logger[_0x5e06dd(0x23e,_0x318769._0xd6bc69,_0x318769._0x36ff2d,0x280)](_0x241e5b[_0x5e06dd(0x224,_0x318769._0x364acf,_0x318769._0x2c6b3b,0x264)],_0x343f31),usersCache;}catch(_0x4b34e0){if(_0x241e5b[_0x5e06dd(0x282,0x248,_0x318769._0x30d923,_0x318769._0x537efc)]('MIeKe',_0x241e5b[_0x1b032d(-0x10b,-0x127,-0x141,-0xf5)])){if(_0x241e5b[_0x1b032d(-_0x318769._0x123aa7,-_0x318769._0x19c21a,-0xaf,-_0x318769._0x3565fb)](_0x4b34e0[_0x5e06dd(_0x318769._0x4887fd,0x290,_0x318769._0x22db61,0x267)],_0x241e5b[_0x1b032d(-_0x318769._0x3917e1,-_0x318769._0x58ab49,-_0x318769._0x173fed,-0x118)])){if(_0x241e5b[_0x1b032d(-_0x318769._0x5d1b33,-_0x318769._0x3c70fb,-_0x318769._0x2403b8,-0xa5)](_0x241e5b[_0x1b032d(-0x10d,-_0x318769._0x40fb61,-0x1a0,-_0x318769._0x42bc57)],_0x241e5b[_0x5e06dd(0x26e,_0x318769._0x1638ed,0x298,0x2c0)]))return logger[_0x5e06dd(_0x318769._0x359472,_0x318769._0x2af75f,0x2e9,0x2e6)](_0x241e5b[_0x5e06dd(_0x318769._0x2a3368,0x1f5,0x293,_0x318769._0x449bd2)]),await _0x241e5b[_0x1b032d(-_0x318769._0x118792,-_0x318769._0x32b2ae,-_0x318769._0x48246a,-_0x318769._0x2f3841)](saveUsers,[]),usersCache;else{const _0x442a2d=_0x9e102d['find'](_0x4c7b48=>_0x4c7b48[_0x1b032d(-0x16e,-0x16f,-0x110,-0x16f)]===_0x418fbe[_0x5e06dd(0x25b,0x20d,0x237,0x200)]);if(_0x442a2d)throw new _0x2f98b2('Username\x20\x27'+_0xe1126d[_0x5e06dd(_0x318769._0x2df669,_0x318769._0x194fcd,0x279,0x2a4)]+(_0x5e06dd(0x262,0x2a6,0x29f,_0x318769._0x9b8f04)+_0x1b032d(-0x100,-0x124,-0x165,-_0x318769._0x934835)));}}logger[_0x1b032d(-_0x318769._0x9a96e8,-0x154,-_0x318769._0x4a53e4,-_0x318769._0x2403b8)](_0x241e5b['kbnOq'],_0x4b34e0);throw _0x4b34e0;}else{const _0x5b7864={};return _0x5b7864[_0x5e06dd(0x25b,_0x318769._0x4d3b90,0x22b,_0x318769._0x449bd2)]=_0x306bad,_0x2b4b4f[_0x5e06dd(_0x318769._0x27e824,0x224,_0x318769._0x308f4c,0x281)](_0x241e5b[_0x5e06dd(0x298,_0x318769._0x27b9ad,0x250,0x263)],_0x5b7864),null;}}}export async function saveUsers(_0x2255a7){const _0x808f83={_0x20f7f9:0x19f,_0x53f10c:0x1ad,_0x24ee76:0x1aa,_0x30857b:0x56,_0x2c4e6a:0xa5,_0x1f6188:0xdf,_0x45ae0c:0xd1,_0x5f3e8f:0x189,_0x1ecfb4:0x5d,_0x4f2578:0x1b2,_0x4366a4:0x1b9,_0x2a5b2b:0x1bc,_0x1bd712:0x1d4,_0x29900f:0x61,_0x3055dd:0xca,_0x291dc5:0x8c,_0x2ab8d4:0x7f,_0x2dbc00:0x39,_0x281409:0x156,_0x4a8721:0x133,_0x1588d6:0x5c,_0x497584:0xa9,_0x591a2a:0x127,_0x45045c:0x19b,_0x3384ea:0x11b,_0x50a486:0xbc,_0x162bc6:0xaa,_0x39e85c:0xf3,_0x1fb4d7:0x3c,_0x324c9c:0x80,_0x2b95d5:0x1f2,_0x1113af:0x19f,_0x595c23:0x143,_0x130659:0x157,_0x1433ee:0x172,_0x51f645:0x1a9,_0x493c7c:0x1bb,_0x191681:0xd1,_0x39cc9a:0x110,_0x271ca8:0xf5,_0x2003df:0x1c4,_0x537736:0x19b,_0x273f7f:0x1d8,_0x4aa073:0x196,_0x4fa00d:0x159,_0x2174db:0x176},_0x730bb7={_0x31d6d6:0x141,_0x2f75af:0x6e},_0x15fabd={_0x3e67b1:0x85};function _0x1895dc(_0x101514,_0x4c5520,_0x3604ff,_0x44e7c9){return _0x4690e4(_0x3604ff- -0x602,_0x4c5520-_0x15fabd._0x3e67b1,_0x3604ff-0x170,_0x4c5520);}const _0x1003ea={};function _0x590c75(_0xe05e48,_0x4a805c,_0x13f331,_0x1b2a98){return _0x3cac5e(_0xe05e48-_0x730bb7._0x31d6d6,_0xe05e48,_0x13f331-_0x730bb7._0x2f75af,_0x4a805c- -0x726);}_0x1003ea[_0x590c75(-0x172,-_0x808f83._0x20f7f9,-_0x808f83._0x53f10c,-_0x808f83._0x24ee76)]=function(_0x2f80df,_0x3d6980){return _0x2f80df!==_0x3d6980;},_0x1003ea[_0x1895dc(-_0x808f83._0x30857b,-0x14,-0x64,-0xa0)]=_0x1895dc(-_0x808f83._0x2c4e6a,-_0x808f83._0x1f6188,-_0x808f83._0x45ae0c,-0xa9)+'save\x20users';const _0x41d735=_0x1003ea;try{const _0x298592=_0x4a48e9['dirname'](USERS_FILE),_0x36109c={};_0x36109c[_0x590c75(-0x1c9,-0x172,-_0x808f83._0x5f3e8f,-0x19e)]=!![],await _0x26faaa[_0x1895dc(-0x72,-0xb9,-_0x808f83._0x1ecfb4,-0x49)](_0x298592,_0x36109c);const _0x3fe17a={};_0x3fe17a[_0x590c75(-_0x808f83._0x4f2578,-0x164,-0x16e,-_0x808f83._0x4366a4)]=_0x2255a7,await _0x26faaa[_0x1895dc(-0xdd,-0x69,-0xc4,-0x11c)](USERS_FILE,JSON[_0x590c75(-_0x808f83._0x2a5b2b,-0x174,-_0x808f83._0x1bd712,-0x17e)](_0x3fe17a,null,-0xde1+-0x151*0x15+0x2988),_0x1895dc(-_0x808f83._0x29900f,-_0x808f83._0x3055dd,-_0x808f83._0x291dc5,-0x91));const _0x27b2ba=await _0x26faaa['stat'](USERS_FILE);usersCache=_0x2255a7,usersCacheMtime=_0x27b2ba[_0x1895dc(-_0x808f83._0x2ab8d4,-_0x808f83._0x2dbc00,-0x5e,-0x8d)];const _0x55efa0={};_0x55efa0[_0x590c75(-0x121,-0x16f,-_0x808f83._0x281409,-_0x808f83._0x4a8721)]=_0x2255a7[_0x1895dc(-0x8d,-_0x808f83._0x1588d6,-_0x808f83._0x30857b,-_0x808f83._0x497584)],logger[_0x590c75(-_0x808f83._0x591a2a,-0x176,-_0x808f83._0x45045c,-_0x808f83._0x3384ea)](_0x1895dc(-_0x808f83._0x50a486,-_0x808f83._0x162bc6,-0xf3,-_0x808f83._0x39e85c)+_0x1895dc(-0xa6,-_0x808f83._0x1fb4d7,-_0x808f83._0x324c9c,-0x33),_0x55efa0);}catch(_0x56d31e){if(_0x41d735[_0x590c75(-_0x808f83._0x2b95d5,-_0x808f83._0x1113af,-_0x808f83._0x595c23,-_0x808f83._0x130659)](_0x590c75(-_0x808f83._0x1433ee,-_0x808f83._0x51f645,-0x183,-_0x808f83._0x493c7c),_0x1895dc(-_0x808f83._0x191681,-_0x808f83._0x39cc9a,-0xdc,-_0x808f83._0x271ca8))){logger[_0x590c75(-_0x808f83._0x2003df,-_0x808f83._0x537736,-_0x808f83._0x45045c,-_0x808f83._0x273f7f)](_0x41d735[_0x590c75(-_0x808f83._0x4aa073,-_0x808f83._0x4fa00d,-_0x808f83._0x2174db,-0x16a)],_0x56d31e);throw _0x56d31e;}else throw new _0xbe7100('User\x20not\x20f'+_0x1895dc(-0x68,-0xbb,-0xa3,-0x4a)+_0x50545b);}}export async function getUsers(){const _0x2f47f3={_0x2ad0b3:0x2eb,_0xdc9f9c:0x33a,_0x70f113:0x31c,_0x3c7d59:0x357,_0x129b94:0x330,_0x3f6772:0x2b7,_0x4321b8:0x252,_0x3102ed:0x2b0,_0x92c1ac:0x2ac,_0xa0c15f:0x3a3,_0x400c88:0x3bc,_0x3f491e:0x33c,_0xfede14:0x30a,_0x15b398:0x351,_0x9a80f2:0x2bb,_0x322851:0x364,_0x5c4978:0x3d2,_0x306170:0x2fd,_0x3a17ab:0x2f5,_0x1bd018:0x29a,_0x4abb1d:0x35c,_0x325ff0:0x259,_0x1e9286:0x24d,_0x4a2abc:0x31f},_0x5699fe={_0x41c5ad:0x2ad,_0xdea219:0x16b},_0x2f8df8={_0x2ed071:0x1de,_0x16be86:0x10f},_0x489b2e={'zSkMK':function(_0x2f48f4,_0x42be5c){return _0x2f48f4!==_0x42be5c;},'cLsPY':'kjBao','cdRaD':function(_0x5b3cf0){return _0x5b3cf0();},'FUrVo':'JElwD','gRNgn':'ENOENT'};function _0x463b24(_0xbba0e4,_0x53717d,_0x33da69,_0x33bb66){return _0x3cac5e(_0xbba0e4-_0x2f8df8._0x2ed071,_0x53717d,_0x33da69-_0x2f8df8._0x16be86,_0xbba0e4- -0x225);}function _0x2c86cb(_0x5b94f0,_0x1a98e5,_0x3c9e09,_0x53396a){return _0x4690e4(_0x3c9e09- -_0x5699fe._0x41c5ad,_0x1a98e5-0x1c0,_0x3c9e09-_0x5699fe._0xdea219,_0x1a98e5);}try{const _0x3cd571=await _0x26faaa['stat'](USERS_FILE);if(!usersCache||_0x3cd571[_0x2c86cb(_0x2f47f3._0x2ad0b3,0x2ac,0x2f7,0x347)]!==usersCacheMtime){if(_0x489b2e[_0x463b24(0x36e,0x3a8,0x33f,_0x2f47f3._0xdc9f9c)](_0x489b2e[_0x463b24(_0x2f47f3._0x70f113,0x306,_0x2f47f3._0x3c7d59,_0x2f47f3._0x129b94)],_0x2c86cb(_0x2f47f3._0x3f6772,_0x2f47f3._0x4321b8,_0x2f47f3._0x3102ed,0x2f2))){const _0x4aae0f={};_0x4aae0f['userId']=_0x374a71,_0x48301a[_0x2c86cb(_0x2f47f3._0x3102ed,0x2f9,0x2e8,0x333)](_0x2c86cb(0x2df,0x2d9,_0x2f47f3._0x92c1ac,0x288)+_0x463b24(_0x2f47f3._0xa0c15f,0x3c7,0x36e,_0x2f47f3._0x400c88)+_0x463b24(0x316,0x330,0x332,_0x2f47f3._0x3f491e)+_0x463b24(_0x2f47f3._0xfede14,_0x2f47f3._0x15b398,0x2ea,_0x2f47f3._0x9a80f2)+'create\x20adm'+_0x463b24(0x3a4,0x3f5,_0x2f47f3._0x322851,_0x2f47f3._0x5c4978),_0x4aae0f);}else return await _0x489b2e[_0x2c86cb(0x336,_0x2f47f3._0x306170,_0x2f47f3._0x3a17ab,0x2b1)](loadUsers);}}catch(_0x3a3963){if(_0x2c86cb(_0x2f47f3._0x1bd018,0x2e7,0x2b3,0x2db)!==_0x489b2e['FUrVo']){if(_0x3a3963[_0x463b24(_0x2f47f3._0x4abb1d,0x38f,0x392,0x38d)]!==_0x489b2e[_0x2c86cb(0x2b8,0x2b1,_0x2f47f3._0x325ff0,_0x2f47f3._0x1e9286)])throw _0x3a3963;if(!usersCache)return await loadUsers();}else throw new _0x243a13('User\x20not\x20f'+_0x463b24(0x369,_0x2f47f3._0x4a2abc,0x34c,0x356)+_0x277469);}return usersCache;}export async function findUserByUsername(_0x4c13b2){const _0x482873={_0x39c34e:0x15e,_0x1870ea:0x1b1,_0x1e7104:0x14e,_0x143c95:0x159},_0x1f6668={_0x465d75:0xf6,_0x51f4ab:0xa6},_0x3d8b48={_0x383593:0xda,_0x459d2e:0x1de},_0x17a36f=await getUsers();function _0x343b75(_0xf5e6b7,_0x2451e5,_0x30fac7,_0x3c2539){return _0x3cac5e(_0xf5e6b7-_0x3d8b48._0x383593,_0x3c2539,_0x30fac7-_0x3d8b48._0x459d2e,_0xf5e6b7- -0x42c);}function _0x1d11b6(_0x308cdc,_0x11cde6,_0x4bcc2b,_0x5219cb){return _0x4690e4(_0x11cde6- -0x57e,_0x11cde6-_0x1f6668._0x465d75,_0x4bcc2b-_0x1f6668._0x51f4ab,_0x4bcc2b);}return _0x17a36f[_0x343b75(_0x482873._0x39c34e,_0x482873._0x1870ea,_0x482873._0x1e7104,_0x482873._0x143c95)](_0x562d48=>_0x562d48[_0x343b75(0x144,0x189,0x116,0x154)]===_0x4c13b2)||null;}export async function findUserById(_0xe5245){const _0x4ce354={_0x2f267f:0x3c1},_0x2a9368={_0x4c8a46:0x6c},_0xc97dc9={'YdOLj':function(_0x24b756){return _0x24b756();}};function _0x4fb4d6(_0x439b29,_0x1b1e3a,_0x39d8f5,_0x2678fc){return _0x3cac5e(_0x439b29-0xe5,_0x439b29,_0x39d8f5-_0x2a9368._0x4c8a46,_0x39d8f5- -0x22b);}const _0x439d53=await _0xc97dc9[_0x4fb4d6(0x36b,0x387,_0x4ce354._0x2f267f,0x391)](getUsers);return _0x439d53['find'](_0x58a78b=>_0x58a78b['id']===_0xe5245)||null;}export async function findUserByEmail(_0xec3208){const _0x33d94e={_0x455bf3:0x24e,_0x470455:0x214,_0x20ad2b:0x1d9,_0x472178:0x223,_0x191584:0x1c7,_0x5354fb:0x1da},_0x596fe3={_0x35a465:0xfd},_0x216e7d={'YJFGD':function(_0x9c8a42){return _0x9c8a42();}};function _0x5527b5(_0x2cd60c,_0x3115c1,_0x3a2b8c,_0x4ac9c3){return _0x3cac5e(_0x2cd60c-0x89,_0x3115c1,_0x3a2b8c-0x16a,_0x2cd60c- -0x763);}function _0x59a233(_0x1036ac,_0xd50246,_0x18f03d,_0x190948){return _0x4690e4(_0x1036ac- -0x30c,_0xd50246-0x7a,_0x18f03d-_0x596fe3._0x35a465,_0xd50246);}const _0x1af355=await _0x216e7d[_0x59a233(0x25f,0x237,_0x33d94e._0x455bf3,_0x33d94e._0x470455)](getUsers);return _0x1af355[_0x5527b5(-_0x33d94e._0x20ad2b,-_0x33d94e._0x472178,-_0x33d94e._0x191584,-_0x33d94e._0x5354fb)](_0x55939f=>_0x55939f[_0x5527b5(-0x1da,-0x1a8,-0x1e5,-0x1ff)]?.[_0x5527b5(-0x220,-0x213,-0x23a,-0x252)+'e']()===_0xec3208?.[_0x5527b5(-0x220,-0x1e3,-0x1c1,-0x1c6)+'e']())||null;}export async function hashPassword(_0x4619d5){const _0xebbef8={_0xa3f7eb:0x3e},_0x38e159={_0x249190:0x1c0};function _0x49c173(_0x2ead4c,_0x2aee71,_0x58271f,_0x1eb7a8){return _0x4690e4(_0x2ead4c- -0x5b9,_0x2aee71-0x1a0,_0x58271f-_0x38e159._0x249190,_0x58271f);}return await _0x1b3fe7[_0x49c173(0x3,0x7,-0x44,-_0xebbef8._0xa3f7eb)](_0x4619d5,SALT_ROUNDS);}export async function validatePassword(_0x37005d,_0x2bba23){const _0x2e3859={_0x16d15e:0x0,_0x21020a:0xa0,_0x4a6fa9:0x438,_0x5e7abf:0x41c,_0x1fe15e:0x41b,_0x538c7c:0x47e,_0x379448:0x20,_0x119124:0xb,_0x303838:0x26,_0x4a5688:0x4db,_0x1bd4c1:0x498,_0x1a695e:0x4e3,_0x55197d:0x495,_0x3963b4:0x488,_0x3f7416:0x3dc,_0x2ac534:0x60,_0x2955cb:0x9d,_0x278047:0xd6,_0x595ff8:0xf2,_0x5add44:0x99,_0x241895:0xad,_0x1eaead:0x460,_0x2fd7a5:0x4ad,_0x3f091a:0x3ee,_0x96230a:0x455,_0x5becec:0x495,_0x3ec6fc:0x4de,_0x55d3c7:0x4b2,_0x45ba73:0x42d,_0x28a7be:0x487,_0x5e0a53:0xe9,_0x2c4713:0x85,_0x3b473e:0x400,_0x25637e:0x441,_0x2de936:0x437,_0x3b324d:0x3ef,_0x47b873:0x438,_0x16fbe5:0x51,_0x244611:0x89,_0x824e5d:0xe5,_0x26d082:0xda,_0xcd9501:0x432},_0x291d4f={_0x207fd5:0x143,_0x1b8907:0x165},_0x14d12e={_0x15a487:0xa3},_0x2242be={'ZELSV':function(_0x1a2083,_0x5f2e74){return _0x1a2083(_0x5f2e74);},'sSnkd':_0x1ea98c(_0x2e3859._0x16d15e,_0x2e3859._0x21020a,0x58,0x4d)+_0x1349c7(_0x2e3859._0x4a6fa9,_0x2e3859._0x5e7abf,0x479,0x49b)+_0x1ea98c(-0x5,0x78,0x73,0x43),'PxciM':_0x1349c7(_0x2e3859._0x1fe15e,_0x2e3859._0x538c7c,0x45d,0x47e)+_0x1ea98c(_0x2e3859._0x379448,_0x2e3859._0x119124,-_0x2e3859._0x303838,0x27)+_0x1349c7(_0x2e3859._0x4a5688,0x4ea,_0x2e3859._0x1bd4c1,0x4b3),'GdukM':'Invalid\x20pa'+_0x1349c7(_0x2e3859._0x1a695e,0x46a,0x4b0,_0x2e3859._0x55197d)+_0x1349c7(_0x2e3859._0x3963b4,_0x2e3859._0x3f7416,0x42e,0x467),'HJcRT':_0x1ea98c(0xa5,0x96,0x2a,0x48)+_0x1ea98c(_0x2e3859._0x2ac534,_0x2e3859._0x2955cb,_0x2e3859._0x278047,0xa3)+_0x1ea98c(0x104,_0x2e3859._0x595ff8,_0x2e3859._0x5add44,_0x2e3859._0x241895)+'y'},_0x3723a3=await _0x2242be[_0x1349c7(_0x2e3859._0x1eaead,_0x2e3859._0x2fd7a5,0x4ae,0x4fa)](findUserByUsername,_0x37005d);if(!_0x3723a3){const _0x424c3a={};return _0x424c3a[_0x1349c7(_0x2e3859._0x3f091a,0x3ec,0x43d,_0x2e3859._0x96230a)]=_0x37005d,logger['debug'](_0x2242be[_0x1349c7(_0x2e3859._0x5becec,_0x2e3859._0x3ec6fc,0x483,_0x2e3859._0x55d3c7)],_0x424c3a),null;}if(!_0x3723a3[_0x1349c7(0x42b,_0x2e3859._0x45ba73,0x438,_0x2e3859._0x28a7be)+_0x1ea98c(_0x2e3859._0x5e0a53,_0x2e3859._0x2c4713,0x107,0xd4)]){const _0x250ce9={};return _0x250ce9['username']=_0x37005d,logger['debug'](_0x2242be['PxciM'],_0x250ce9),null;}function _0x1ea98c(_0x3953b2,_0x49218e,_0xeee4f3,_0x34729f){return _0x3cac5e(_0x3953b2-0x17b,_0xeee4f3,_0xeee4f3-_0x14d12e._0x15a487,_0x34729f- -0x50c);}const _0x42d84f=await _0x1b3fe7[_0x1349c7(_0x2e3859._0x3b473e,_0x2e3859._0x25637e,_0x2e3859._0x2de936,0x419)](_0x2bba23,_0x3723a3[_0x1349c7(0x423,_0x2e3859._0x3b324d,_0x2e3859._0x47b873,0x45c)+_0x1349c7(0x4c2,0x4a2,0x4ad,0x4cf)]);if(!_0x42d84f){const _0x64544a={};return _0x64544a['username']=_0x37005d,logger['debug'](_0x2242be[_0x1ea98c(0x44,_0x2e3859._0x16fbe5,0x9e,_0x2e3859._0x244611)],_0x64544a),null;}const _0x400945={};function _0x1349c7(_0x4506aa,_0x59b862,_0x4f121a,_0xf0da74){return _0x3cac5e(_0x4506aa-_0x291d4f._0x207fd5,_0xf0da74,_0x4f121a-_0x291d4f._0x1b8907,_0x4f121a- -0x133);}return _0x400945['username']=_0x37005d,_0x400945[_0x1ea98c(_0x2e3859._0x824e5d,0x7c,0xff,_0x2e3859._0x26d082)]=_0x3723a3['id'],logger[_0x1349c7(0x4ce,0x451,0x47d,_0x2e3859._0xcd9501)](_0x2242be[_0x1349c7(0x435,0x440,0x451,0x461)],_0x400945),_0x3723a3;}export async function createUser(_0x601915){const _0x514808={_0x4bef69:0x32a,_0x1f6e09:0xeb,_0x23ac4c:0x118,_0x2c2d83:0x328,_0x2fd6c4:0x3aa,_0x4053e7:0x346,_0x597ca3:0x325,_0x58fd7b:0x2cf,_0x1a7d6f:0x31b,_0x39211d:0x188,_0x5e6cfa:0x190,_0x218a0c:0x133,_0x5cb5ad:0x393,_0x5bf5d8:0x1a1,_0x1fec29:0x181,_0x177cf5:0x176,_0x48ac0d:0x314,_0x3f1f93:0x347,_0x1231c7:0xf6,_0x42a3c9:0x38d,_0x39a4fd:0x3c7,_0x2b08fb:0x2f0,_0x18905a:0x30f,_0x287ec5:0x2d9,_0xc2d9d0:0x390,_0x2fe78b:0x356,_0x3679f8:0x10e,_0x25cd64:0x15c,_0x4f197c:0x113,_0x1127a1:0x153,_0x3ef278:0x178,_0x18c2aa:0x120,_0x288e39:0x34c,_0x5e6f21:0x2f0,_0x581c04:0x2e6,_0x1dec78:0x2f0,_0xd3ffcc:0x1a3,_0xf839ab:0x193,_0x41618e:0xfc,_0x115429:0x154,_0x4b2309:0x1a8,_0x374731:0x196,_0x166bfc:0x304,_0x11e633:0x34e,_0x22f96e:0x11f,_0x121182:0x15c,_0x5c99b8:0x182,_0x1a6ebf:0x119,_0x4b6ec6:0x140,_0x48297b:0x1ca,_0xccd576:0x1a1,_0x1b37fc:0x14b,_0x405820:0xfe,_0x5633a4:0x3c0,_0x3c0424:0x374,_0x49fd59:0xf2,_0x116e94:0x11c,_0x203006:0x141,_0x221e79:0x16f,_0x5ad074:0xf4,_0x176bf6:0x11d,_0x3252e1:0x143,_0xb74016:0x332,_0x21b02b:0x36a,_0xbabaf5:0x194,_0x3cc73a:0x17f,_0x225b6e:0x14a,_0x295c14:0x130,_0x2442a3:0x12e,_0xaaba33:0x12d,_0x3877fe:0x142,_0x3217f7:0x1a2,_0x16e83a:0x151,_0x192a78:0x16d,_0x3bc0c3:0x1c8,_0x45a4e7:0x1b9,_0x30b060:0x177,_0x2d9b58:0x14f,_0x48d640:0x2f7,_0x2ff40c:0x31b,_0x5a8589:0x168,_0x58160c:0x173,_0x2cdb09:0x34c,_0x4beafa:0x178,_0x5ebadd:0x1ab,_0xe8e437:0x36b,_0x5b6273:0x313,_0x2047f6:0x30d,_0x1fed54:0x337,_0x9ec5a7:0x378,_0x180efa:0x34b,_0x24b38e:0x369,_0x2c378f:0x329,_0x2ccc18:0x1c7,_0xa26746:0x191,_0x25d106:0x17b,_0x457d8a:0x305,_0x576d19:0xc5,_0x4dbec3:0x11a,_0x2e4ef8:0x317,_0x25c38d:0x2e8,_0x5b86cd:0x147,_0x3093dc:0x37b,_0x1fdd5d:0x319,_0x23f798:0x35b,_0x30c580:0x300,_0x19bf0c:0x3ac,_0x2962ed:0x398,_0x134fa5:0x385,_0x1d6183:0xf3,_0x4f97ca:0x10a,_0x33d960:0x30b,_0x4fb6d3:0x33e,_0x5396c3:0x19e,_0x19c4b9:0x1a6,_0x29b7c0:0x38b,_0x1d315e:0x3a8,_0x521700:0x2e7,_0x31987c:0x178,_0x47393a:0x1ab,_0x2a4681:0x18e,_0x5cfcec:0x136,_0x3402f3:0xc3,_0x4543b9:0x30f,_0x1cdda2:0x2d0,_0x23d1eb:0x2e5,_0x404a40:0x36f,_0x3f1a4b:0x345,_0x1f02b2:0xf9,_0x1e649f:0x108,_0x21ac0b:0x37b,_0x16e403:0x35d,_0x27adaf:0xb3,_0x491973:0xab,_0x54f6cf:0x106,_0x43be53:0x316,_0x342bfa:0x349,_0x381b5e:0x355,_0x1034f9:0x168,_0x45a379:0x2c6,_0x39a6d0:0x306,_0xcc3c64:0x372,_0x1dd2a6:0x379,_0x2d3deb:0x381,_0x8038a7:0x35f,_0x25ac28:0x305,_0x58f336:0x2b2,_0x372507:0x2dd,_0x39e7fe:0x363,_0x5b8b4e:0x307,_0x1053d0:0x2e2,_0x12bd3a:0x1d4,_0x4d33d4:0x1b9,_0x31c053:0x19e,_0x337ed5:0x396,_0xbc6788:0x340,_0x4b986b:0x193,_0x52a5a8:0x19c,_0x55a391:0x17c,_0x3bba40:0x11f,_0xa3099c:0x102,_0x53cabe:0x144,_0x25df1e:0x37c,_0x3fb1fa:0x32b,_0x72620f:0x38a,_0x326d76:0x33e,_0x1b2d4a:0xde,_0x385a32:0x313,_0x269a22:0x333,_0x335452:0x308,_0x1f328c:0x324,_0x403610:0x31a,_0x3c38c1:0x325,_0x4caf46:0x340,_0x192465:0xee,_0x4045d9:0x11d,_0x59cedf:0x10b,_0x44c747:0x3b4,_0x34e8eb:0x3d8,_0x5525ae:0xe8,_0x2207d9:0x2dc,_0x42cf77:0x33a,_0x35f688:0x3ee,_0x4116f1:0x369,_0x50cf8d:0x325,_0x280cbd:0x373,_0x43d757:0x2eb,_0x58c88a:0x2fd,_0xaa9d41:0x331,_0x210d51:0x382,_0x309de5:0x3c1,_0x3b76b5:0x358,_0x34b23c:0x3e6,_0x258fa5:0x1b9,_0xffad73:0x198,_0x405fd0:0x1d7},_0xfa7d06={_0xc9086f:0x133,_0xa5038b:0x1c3,_0x4ba2dd:0x24b},_0x522300={_0x2f9ff2:0x68},_0x56319e={'nHCpX':_0x39dedc(0x10e,0x103,0x12b,0x148)+'o\x20password'+_0x536e50(_0x514808._0x4bef69,0x3d5,0x380,0x32b),'XGnhj':_0x39dedc(0x12e,0xbb,_0x514808._0x1f6e09,_0x514808._0x23ac4c)+'create\x20Ser'+_0x536e50(_0x514808._0x2c2d83,_0x514808._0x2fd6c4,0x35f,0x37c)+_0x536e50(0x353,0x393,0x39f,_0x514808._0x4053e7),'noDrs':function(_0x4f9ed6){return _0x4f9ed6();},'wXSXV':_0x536e50(_0x514808._0x597ca3,_0x514808._0x58fd7b,_0x514808._0x1a7d6f,0x30b),'HuCGv':_0x39dedc(_0x514808._0x39211d,0x174,_0x514808._0x5e6cfa,_0x514808._0x218a0c)+_0x536e50(0x37c,0x355,_0x514808._0x5cb5ad,0x3b3)+_0x39dedc(0x1ae,0x1c2,_0x514808._0x5bf5d8,0x19c)+_0x39dedc(_0x514808._0x1fec29,0x185,0x1c4,_0x514808._0x177cf5)+_0x536e50(0x336,0x2e8,_0x514808._0x48ac0d,_0x514808._0x3f1f93),'cxPDF':function(_0x250f77,_0x31ceb9){return _0x250f77!==_0x31ceb9;},'dfPmM':'TKIoA','EWaEO':function(_0x483069,_0x35d3fe){return _0x483069===_0x35d3fe;},'jsJzA':function(_0x4a30ee,_0x15af6e){return _0x4a30ee!==_0x15af6e;},'YYcIp':function(_0x1bce8a,_0x1f6697){return _0x1bce8a===_0x1f6697;},'FAHiC':function(_0x3222a2,_0x487c20){return _0x3222a2(_0x487c20);},'DGsgk':_0x39dedc(_0x514808._0x1231c7,0x14a,0xd8,0xf5)+'.js','wPDmp':function(_0x4016d3,_0x9eac64){return _0x4016d3(_0x9eac64);},'VFaKf':'Server\x20Adm'+'in','QmURa':_0x536e50(0x36a,0x35b,_0x514808._0x42a3c9,_0x514808._0x39a4fd),'iDXQk':_0x536e50(_0x514808._0x2b08fb,0x2d7,_0x514808._0x18905a,_0x514808._0x287ec5)+_0x536e50(0x338,0x3d1,0x392,0x340),'XMjyB':'create-use'+'r','vpWYQ':_0x536e50(0x328,_0x514808._0xc2d9d0,_0x514808._0x2fe78b,_0x514808._0x2c2d83)+_0x39dedc(0x138,_0x514808._0x3679f8,_0x514808._0x25cd64,_0x514808._0x4f197c)+'\x20binding\x20f'+_0x39dedc(0x124,_0x514808._0x1127a1,0x160,0x131),'avvJL':'Server\x20Adm'+_0x39dedc(_0x514808._0x3ef278,0x123,_0x514808._0x18c2aa,0x180)+_0x536e50(_0x514808._0x288e39,0x30a,_0x514808._0x5e6f21,0x2df)+_0x536e50(0x2f4,_0x514808._0x581c04,0x2e4,_0x514808._0x1dec78)+_0x39dedc(_0x514808._0xd3ffcc,_0x514808._0xf839ab,_0x514808._0x41618e,_0x514808._0x115429)+_0x39dedc(_0x514808._0x4b2309,_0x514808._0x374731,0x187,0x181),'Wrgun':_0x536e50(_0x514808._0x166bfc,0x332,_0x514808._0x11e633,0x372),'UrorJ':function(_0x41b6ca,_0x536f95){return _0x41b6ca===_0x536f95;},'CObXD':_0x39dedc(0x11a,0x148,0x17c,_0x514808._0x22f96e),'DbexJ':function(_0x306b05,_0x295a21){return _0x306b05!==_0x295a21;},'edfVt':'jcGhS','bEzSk':_0x39dedc(_0x514808._0x121182,0xef,_0x514808._0x5c99b8,0x14c),'agUBf':_0x39dedc(0x114,0x16c,_0x514808._0x1a6ebf,_0x514808._0x4b6ec6)+_0x39dedc(_0x514808._0x48297b,_0x514808._0xccd576,0x1ae,0x181)+_0x39dedc(0x1a8,0x1ba,0x1b3,0x15a)+_0x39dedc(_0x514808._0x1b37fc,0x117,0x103,_0x514808._0x405820)+_0x536e50(0x34f,_0x514808._0x5633a4,0x36f,_0x514808._0x3c0424),'UWcbY':'Created\x20ne'+_0x39dedc(0xef,_0x514808._0x1a6ebf,0xdb,0x126),'EggiE':function(_0x507456,_0x14458e){return _0x507456||_0x14458e;}};function _0x39dedc(_0x2422ae,_0x564036,_0x2d61c7,_0x39e91d){return _0x4690e4(_0x39e91d- -0x419,_0x564036-0x149,_0x2d61c7-_0x522300._0x2f9ff2,_0x2d61c7);}const _0x57ff3d=await _0x56319e['noDrs'](getUsers);if(!_0x601915[_0x39dedc(_0x514808._0x49fd59,_0x514808._0x116e94,0x140,0x128)]||!_0x601915[_0x39dedc(_0x514808._0x203006,0xf5,0x188,_0x514808._0x203006)]||!_0x601915[_0x39dedc(0x167,0x1e5,_0x514808._0x221e79,0x1a6)]){if(_0x56319e[_0x39dedc(0x100,0x114,0xa2,_0x514808._0x5ad074)]!==_0x56319e[_0x39dedc(_0x514808._0x176bf6,_0x514808._0x3252e1,0xf4,0xf4)]){const _0x2ffd05={};return _0x2ffd05[_0x536e50(_0x514808._0xb74016,0x383,0x325,_0x514808._0x21b02b)]=_0x1fcf34,_0x5d4bcb['debug'](_0x56319e[_0x39dedc(_0x514808._0xbabaf5,_0x514808._0x3cc73a,_0x514808._0x225b6e,0x18f)],_0x2ffd05),null;}else throw new Error(_0x56319e['HuCGv']);}function _0x536e50(_0x489bf1,_0x5159a7,_0x1d915e,_0x46b8ec){return _0x3cac5e(_0x489bf1-_0xfa7d06._0xc9086f,_0x489bf1,_0x1d915e-_0xfa7d06._0xa5038b,_0x1d915e- -_0xfa7d06._0x4ba2dd);}const _0x5c1955=_0x57ff3d[_0x39dedc(_0x514808._0x295c14,_0x514808._0x2442a3,_0x514808._0xaaba33,_0x514808._0x3877fe)](_0x5b57f0=>_0x5b57f0[_0x536e50(0x33e,0x307,0x325,0x386)]===_0x601915[_0x39dedc(0x149,0xd8,0xf1,0x128)]);if(_0x5c1955){if(_0x56319e[_0x39dedc(_0x514808._0x3217f7,0x12d,_0x514808._0x16e83a,_0x514808._0x192a78)](_0x56319e['dfPmM'],_0x56319e[_0x39dedc(0x15c,_0x514808._0x3bc0c3,_0x514808._0x45a4e7,_0x514808._0x30b060)]))throw new _0x4cc599(_0x39dedc(0x136,0x113,_0x514808._0x2d9b58,0x11c)+_0x27b286[_0x536e50(0x30a,_0x514808._0x48d640,0x325,_0x514808._0x2ff40c)]+(_0x536e50(0x30b,0x366,0x32c,0x373)+_0x39dedc(0x1bb,_0x514808._0x5a8589,0x1d0,_0x514808._0x58160c)));else throw new Error('Username\x20\x27'+_0x601915[_0x536e50(0x34a,_0x514808._0x2cdb09,_0x514808._0x597ca3,0x302)]+('\x27\x20already\x20'+_0x39dedc(_0x514808._0x4beafa,_0x514808._0x5ebadd,0x1a0,_0x514808._0x58160c)));}const _0x4255f4=_0x536e50(_0x514808._0xe8e437,_0x514808._0x5b6273,_0x514808._0x2047f6,0x2f0)+Date[_0x536e50(_0x514808._0x1fed54,_0x514808._0x9ec5a7,_0x514808._0x180efa,0x328)]()+'_'+Math[_0x536e50(_0x514808._0x24b38e,_0x514808._0x2c378f,0x33b,0x31d)]()[_0x39dedc(0x1a3,_0x514808._0x2ccc18,_0x514808._0xa26746,_0x514808._0x25d106)](-0x3f*0x6b+0x19f7+0x82)[_0x536e50(0x2d2,0x2ba,_0x514808._0x457d8a,0x30b)](-0x35e*-0xa+0xb*-0xf9+-0x16f7,0x54a+-0x176c+-0x1*-0x122b),_0x2d3a4d=_0x601915[_0x39dedc(0x148,_0x514808._0x576d19,0x107,_0x514808._0x4dbec3)]?await hashPassword(_0x601915[_0x536e50(0x364,0x2d6,_0x514808._0x2e4ef8,_0x514808._0x25c38d)]):null,_0x4a745e=_0x56319e[_0x39dedc(_0x514808._0x5b86cd,0xfd,0x13b,_0x514808._0x295c14)](_0x57ff3d['length'],-0x8*0x259+-0x20f3+0x33bb)&&_0x56319e[_0x536e50(_0x514808._0x3093dc,_0x514808._0x1fdd5d,_0x514808._0x23f798,0x3a1)](_0x601915[_0x536e50(0x38d,0x3a0,0x346,_0x514808._0x30c580)+'min'],!![]),_0x420dc4=_0x56319e[_0x536e50(_0x514808._0x19bf0c,_0x514808._0x2962ed,_0x514808._0x134fa5,_0x514808._0x597ca3)](_0x601915[_0x39dedc(_0x514808._0x1d6183,_0x514808._0x5b86cd,_0x514808._0x4f97ca,0x149)+_0x39dedc(0x10b,0x146,0x108,0x134)],!![])||_0x4a745e,_0x5e4873={'id':_0x4255f4,'username':_0x601915['username'],'email':_0x601915[_0x536e50(0x335,_0x514808._0x33d960,_0x514808._0x4fb6d3,0x2f8)],'name':_0x601915[_0x39dedc(0x1d2,0x154,_0x514808._0x5396c3,_0x514808._0x19c4b9)],'password_hash':_0x2d3a4d,'created_at':new Date()['toISOStrin'+'g']()};_0x57ff3d['push'](_0x5e4873),await _0x56319e[_0x536e50(_0x514808._0x29b7c0,_0x514808._0x1d315e,0x353,_0x514808._0x1a7d6f)](saveUsers,_0x57ff3d);if(_0x420dc4)try{const {loadRoles:_0x1a4900,getRoleByName:_0x1b46e9}=await import(_0x536e50(0x33c,0x2b2,_0x514808._0x521700,0x2ee)+_0x39dedc(0x167,_0x514808._0x31987c,0x14a,_0x514808._0x225b6e)+'s'),{createBinding:_0x237285}=await import(_0x56319e[_0x39dedc(0x1e0,_0x514808._0x47393a,0x164,_0x514808._0x2a4681)]);await _0x1a4900();const _0x2202df=await _0x56319e[_0x39dedc(_0x514808._0x5cfcec,_0x514808._0x3402f3,0x119,0xff)](_0x1b46e9,_0x56319e[_0x536e50(_0x514808._0x4543b9,_0x514808._0x1cdda2,0x312,_0x514808._0x23d1eb)]);if(_0x2202df){await _0x56319e['wPDmp'](_0x237285,{'subject_type':_0x536e50(_0x514808._0x1fed54,0x397,_0x514808._0x404a40,_0x514808._0x3f1a4b),'subject_id':_0x4255f4,'role_id':_0x2202df['id'],'resource_type':_0x56319e[_0x39dedc(_0x514808._0x1f02b2,_0x514808._0x1e649f,0x156,0x129)],'created_by':_0x4a745e?_0x56319e[_0x536e50(0x349,_0x514808._0x21ac0b,_0x514808._0x16e403,0x33e)]:_0x56319e[_0x39dedc(_0x514808._0x27adaf,_0x514808._0x491973,0x112,_0x514808._0x54f6cf)]});const _0x4573c7={};_0x4573c7[_0x39dedc(0x15d,0x144,0x1ef,0x19e)]=_0x4255f4,_0x4573c7[_0x536e50(_0x514808._0x43be53,_0x514808._0x342bfa,0x375,0x332)+_0x536e50(0x3b1,_0x514808._0x381b5e,0x3a2,0x39f)+'r']=_0x4a745e,logger[_0x39dedc(0x185,0x191,0x14d,_0x514808._0x1034f9)](_0x56319e[_0x536e50(_0x514808._0x45a379,_0x514808._0x39a6d0,0x301,_0x514808._0x23d1eb)],_0x4573c7);}else{const _0x5d0c37={};_0x5d0c37[_0x536e50(0x3cc,_0x514808._0x4fb6d3,0x39b,_0x514808._0x1d315e)]=_0x4255f4,logger[_0x536e50(_0x514808._0xcc3c64,0x37c,_0x514808._0x1dd2a6,_0x514808._0x2d3deb)](_0x56319e[_0x536e50(_0x514808._0x8038a7,0x34a,0x31d,_0x514808._0x25ac28)],_0x5d0c37);}}catch(_0x3c5042){if(_0x56319e[_0x536e50(0x2f4,0x367,0x307,_0x514808._0x58f336)]!==_0x56319e[_0x536e50(_0x514808._0x372507,_0x514808._0x39e7fe,_0x514808._0x5b8b4e,_0x514808._0x1053d0)]){const _0x6c5ed2={};_0x6c5ed2[_0x39dedc(0x1ef,_0x514808._0x12bd3a,_0x514808._0x4d33d4,_0x514808._0x31c053)]=_0x38a6ea,_0x6c5ed2[_0x536e50(0x35e,0x361,0x340,_0x514808._0x337ed5)]=_0x22b321['message'],_0xb4d254[_0x536e50(_0x514808._0xe8e437,0x2fe,_0x514808._0xbc6788,0x30c)](_0x56319e[_0x39dedc(0x160,_0x514808._0x4b986b,0x1d3,0x191)],_0x6c5ed2);}else{if(_0x56319e[_0x39dedc(0x132,_0x514808._0x52a5a8,_0x514808._0x55a391,0x18a)](_0x3c5042[_0x536e50(_0x514808._0x2e4ef8,0x373,0x336,0x37b)],_0x56319e[_0x39dedc(_0x514808._0x3bba40,_0x514808._0xa3099c,_0x514808._0x53cabe,0x13a)])){if(_0x56319e[_0x536e50(_0x514808._0x25df1e,0x322,_0x514808._0x3fb1fa,0x35e)](_0x56319e[_0x536e50(_0x514808._0x72620f,_0x514808._0x326d76,0x352,0x390)],_0x56319e[_0x39dedc(0xd3,0x104,_0x514808._0x1b2d4a,0xec)])){const _0x3093e5={};_0x3093e5['userId']=_0x4255f4,logger[_0x536e50(_0x514808._0x385a32,_0x514808._0x269a22,_0x514808._0x335452,_0x514808._0x1f328c)](_0x56319e[_0x536e50(_0x514808._0x403610,_0x514808._0x25c38d,0x2ec,_0x514808._0x3c38c1)],_0x3093e5);}else{const _0xda662d={};return _0xda662d[_0x536e50(0x3eb,0x3eb,0x39b,_0x514808._0x4caf46)]=_0x5b3e42,_0x48fba4[_0x39dedc(0x154,_0x514808._0x192465,_0x514808._0x4045d9,_0x514808._0x59cedf)]('User\x20not\x20f'+'ound\x20for\x20d'+'eletion',_0xda662d),![];}}else{const _0x32d6d6={};_0x32d6d6[_0x536e50(_0x514808._0x44c747,0x3fc,0x39b,_0x514808._0x34e8eb)]=_0x4255f4,_0x32d6d6[_0x39dedc(0x163,_0x514808._0x5525ae,_0x514808._0x4f197c,0x143)]=_0x3c5042[_0x536e50(0x36e,_0x514808._0x2207d9,_0x514808._0x42cf77,0x30e)],logger['error'](_0x56319e['XGnhj'],_0x32d6d6);}}}const _0x38cfea={};_0x38cfea[_0x536e50(0x350,_0x514808._0x35f688,0x39b,0x37b)]=_0x5e4873['id'],_0x38cfea[_0x536e50(0x2f7,_0x514808._0x4116f1,_0x514808._0x50cf8d,_0x514808._0x280cbd)]=_0x5e4873['username'],_0x38cfea['hasPasswor'+'d']=!!_0x2d3a4d,_0x38cfea['isServerAd'+_0x536e50(_0x514808._0x43d757,_0x514808._0x58c88a,_0x514808._0xaa9d41,_0x514808._0x210d51)]=_0x420dc4,_0x38cfea[_0x536e50(0x37e,_0x514808._0x309de5,0x375,_0x514808._0x3c0424)+_0x536e50(0x372,_0x514808._0x3b76b5,0x3a2,_0x514808._0x34b23c)+'r']=_0x4a745e,logger[_0x39dedc(_0x514808._0x23ac4c,0x1a5,_0x514808._0x258fa5,_0x514808._0x1034f9)](_0x56319e['UWcbY'],_0x38cfea);const {password_hash:_0x4d2c84,..._0x38dcdd}=_0x5e4873;return{..._0x38dcdd,'isServerAdmin':_0x56319e[_0x39dedc(0x1aa,_0x514808._0xffad73,_0x514808._0x405fd0,0x19d)](_0x420dc4,undefined)};}export async function updateUser(_0x113802,_0x4ab322){const _0xd89bb8={_0xd98a46:0x3e2,_0x44e87b:0x32c,_0x7a2bbb:0x19d,_0x21f176:0x1c0,_0x12577c:0x144,_0x3594d1:0x189,_0x41cd6e:0x1e0,_0x5997f7:0x2f9,_0x581743:0x318,_0x4ea137:0x1be,_0x36a3fb:0x175,_0x127c11:0x185,_0x29c17c:0x134,_0x3c9229:0x18e,_0x5f3fcd:0x1f6,_0x55c4e5:0x1e1,_0x1bbfa4:0x1e3,_0x3ac8a2:0x174,_0x3cf61a:0x1cb,_0x53bc5f:0x182,_0xd19d84:0x137,_0x3114d4:0x362,_0x3ef659:0x33d,_0x12a845:0x1b4,_0x17e980:0x1af,_0x5afd70:0x20d,_0x2a2e59:0x179,_0x53662a:0x1c6,_0x121a89:0x19e,_0x2ad534:0x2f2,_0x3525d2:0x1bc,_0x4b534f:0x1ca,_0x4b52f0:0x1b5,_0x13ded8:0x1b3,_0x3d6708:0x1e8,_0x5dcb86:0x1a8,_0x5bb1f5:0x17f,_0x2457b3:0x209,_0x499b0e:0x216,_0x135d2f:0x182,_0x225c35:0x1a1,_0x25259b:0x15b,_0x27d1bb:0xfc,_0x2d2ff5:0x156,_0x5615da:0x361,_0x1fe4c6:0x367,_0x2d46da:0x32f,_0x49e529:0x1f1,_0x5c791f:0x1d3,_0x42057b:0x1d6,_0x5765e0:0x188,_0x24d26b:0x128,_0x2a78b7:0x14b,_0x1c1827:0x3d4,_0x2613ff:0x310,_0x3b5991:0x350,_0x3c1fe2:0x347,_0x240b55:0x2f9,_0xa68640:0x329,_0x4567aa:0x1e7,_0x1c4a82:0x1ba,_0x16f710:0x218,_0xea0b7f:0x155,_0x22eeb8:0x14f,_0x797806:0x10e,_0x1abac9:0x3aa,_0x50092c:0x359,_0x4333ff:0x3ac,_0x39fb1d:0x406,_0x33f0c6:0x2eb,_0x1aed06:0x16e,_0x36bab5:0x1cd,_0x5c29aa:0x14c,_0x49a6d8:0x393,_0x38d01f:0x1a3,_0x36a24e:0x1ed,_0x396c10:0x1e2,_0x128802:0x315,_0x300e3a:0x2a7,_0x1c7815:0x327,_0x4b65b4:0x35a,_0x1b2891:0x2f8,_0x4bd468:0x2cb,_0x50ae72:0x327,_0x1c2feb:0x31c,_0xc3c375:0x2da,_0x539758:0x1da,_0x1bca3c:0x1db,_0x2c47ca:0x1e0,_0x5c8d76:0x383,_0x5a29d1:0x15a,_0x4e1a4f:0x1b4,_0x4aa791:0x2ff,_0xb98a57:0x39e,_0x5a0c2b:0x34e,_0x108e95:0x3ae,_0x3d2b12:0x34a,_0x18fd14:0x367,_0x1c50b9:0x2f1,_0x3704b:0x31f,_0x4470e8:0x353,_0x36ab39:0x377,_0x114f0d:0x36e,_0x2b5b32:0x1e5,_0x24c308:0x197,_0x5614d2:0x32e,_0x325668:0x31c,_0x49ef76:0x1e1,_0x57663b:0x14b,_0x1ac8fd:0x1c7,_0x50f569:0x140},_0x3d0ead={_0x5c142b:0x714,_0x435d77:0x16a},_0x772d38={'XARxN':'Server\x20Adm'+_0x5ec620(0x387,0x379,_0xd89bb8._0xd98a46,_0xd89bb8._0x44e87b)+_0x1ef70f(-0x1a1,-_0xd89bb8._0x7a2bbb,-_0xd89bb8._0x21f176,-_0xd89bb8._0x12577c)+'xists\x20for\x20'+_0x1ef70f(-_0xd89bb8._0x3594d1,-0x1cc,-0x1db,-_0xd89bb8._0x41cd6e),'ccXjy':_0x5ec620(0x339,_0xd89bb8._0x5997f7,0x2f7,_0xd89bb8._0x581743)+_0x5ec620(0x39c,0x378,0x3ae,0x3e0)+_0x1ef70f(-0x15f,-_0xd89bb8._0x4ea137,-0x190,-_0xd89bb8._0x36a3fb)+_0x1ef70f(-_0xd89bb8._0x127c11,-0x13e,-0x1a1,-_0xd89bb8._0x29c17c)+_0x1ef70f(-0x1e4,-_0xd89bb8._0x3c9229,-_0xd89bb8._0x5f3fcd,-_0xd89bb8._0x55c4e5),'KHukf':function(_0xcbe574){return _0xcbe574();},'AQWWT':function(_0x74a416,_0x143a64){return _0x74a416===_0x143a64;},'VqehX':function(_0x31ec4e,_0x4e754a){return _0x31ec4e!==_0x4e754a;},'hKRyc':_0x1ef70f(-0x1c9,-_0xd89bb8._0x1bbfa4,-0x1b8,-0x216),'QncqJ':function(_0x1cdf36,_0x4a6d4e){return _0x1cdf36!==_0x4a6d4e;},'AcfmG':_0x1ef70f(-_0xd89bb8._0x3ac8a2,-_0xd89bb8._0x3cf61a,-_0xd89bb8._0x21f176,-0x19d),'KNYBP':function(_0x3a058b,_0x4eafa5){return _0x3a058b!==_0x4eafa5;},'ODnzd':'XwdBt','mXAOb':function(_0x2cbb05,_0x2c17f7){return _0x2cbb05(_0x2c17f7);},'Pxlrt':function(_0x1ca6a9,_0x43e20a){return _0x1ca6a9(_0x43e20a);}},_0x3bce16=await _0x772d38[_0x1ef70f(-0x15c,-_0xd89bb8._0x53bc5f,-0x103,-_0xd89bb8._0xd19d84)](getUsers);function _0x1ef70f(_0x100453,_0x5df1a7,_0x244537,_0x4f312c){return _0x4690e4(_0x100453- -_0x3d0ead._0x5c142b,_0x5df1a7-0x16,_0x244537-_0x3d0ead._0x435d77,_0x244537);}const _0x16d0d1=_0x3bce16[_0x5ec620(0x33d,_0xd89bb8._0x3114d4,_0xd89bb8._0x3ef659,0x329)](_0x5edb3=>_0x5edb3['id']===_0x113802);if(_0x772d38[_0x1ef70f(-0x167,-_0xd89bb8._0x12a845,-_0xd89bb8._0x17e980,-0x181)](_0x16d0d1,-(0xdfe+0xe20+-0x1c1d))){if(_0x772d38[_0x1ef70f(-_0xd89bb8._0x5afd70,-0x1c0,-0x246,-0x264)](_0x772d38[_0x1ef70f(-_0xd89bb8._0x2a2e59,-_0xd89bb8._0x53662a,-_0xd89bb8._0x12a845,-_0xd89bb8._0x121a89)],_0x772d38['hKRyc'])){const _0x749c58={};_0x749c58['userId']=_0x112bd7,_0x5a5cd3['debug'](_0x772d38[_0x5ec620(0x2f8,0x2c4,0x34a,_0xd89bb8._0x2ad534)],_0x749c58);}else throw new Error(_0x1ef70f(-0x1ea,-_0xd89bb8._0x3525d2,-0x246,-_0xd89bb8._0x4b534f)+_0x1ef70f(-_0xd89bb8._0x4b52f0,-_0xd89bb8._0x13ded8,-0x15b,-_0xd89bb8._0x3d6708)+_0x113802);}const _0x247012=_0x3bce16[_0x16d0d1];if(_0x4ab322[_0x1ef70f(-0x1d3,-0x22d,-_0xd89bb8._0x5dcb86,-_0xd89bb8._0x5bb1f5)]&&_0x772d38[_0x1ef70f(-_0xd89bb8._0x5afd70,-0x22f,-_0xd89bb8._0x2457b3,-_0xd89bb8._0x499b0e)](_0x4ab322[_0x1ef70f(-0x1d3,-_0xd89bb8._0x135d2f,-0x17a,-_0xd89bb8._0x225c35)],_0x247012['username'])){if(_0x772d38['QncqJ'](_0x772d38[_0x1ef70f(-_0xd89bb8._0x25259b,-_0xd89bb8._0x27d1bb,-0x15a,-_0xd89bb8._0x2d2ff5)],_0x5ec620(_0xd89bb8._0x5615da,_0xd89bb8._0x1fe4c6,_0xd89bb8._0x2d46da,0x347))){const _0x55fa1d=_0x3bce16['find'](_0x5d084d=>_0x5d084d[_0x1ef70f(-0x1d3,-0x185,-0x18f,-0x17e)]===_0x4ab322[_0x1ef70f(-0x1d3,-0x20a,-0x1d6,-0x1d9)]);if(_0x55fa1d)throw new Error(_0x1ef70f(-0x1df,-0x22a,-0x1db,-_0xd89bb8._0x49e529)+_0x4ab322[_0x1ef70f(-_0xd89bb8._0x5c791f,-_0xd89bb8._0x42057b,-0x1e8,-0x201)]+(_0x1ef70f(-0x1cc,-0x1ca,-0x194,-0x1f2)+_0x1ef70f(-_0xd89bb8._0x5765e0,-_0xd89bb8._0x24d26b,-_0xd89bb8._0x2a78b7,-0x1cd)));}else throw new _0x1eb97a(_0x772d38[_0x5ec620(0x3ad,_0xd89bb8._0x1c1827,0x3fc,0x3a7)]);}function _0x5ec620(_0x154ee4,_0x33cdcb,_0xc8c26b,_0x21a80d){return _0x4690e4(_0x154ee4- -0x213,_0x33cdcb-0x10a,_0xc8c26b-0x1e3,_0x21a80d);}if(_0x4ab322[_0x5ec620(0x32e,_0xd89bb8._0x2613ff,0x311,0x37e)])_0x247012['username']=_0x4ab322[_0x5ec620(0x32e,_0xd89bb8._0x3b5991,0x35c,0x2f9)];if(_0x4ab322[_0x5ec620(_0xd89bb8._0x3c1fe2,_0xd89bb8._0x240b55,_0xd89bb8._0xa68640,0x38f)])_0x247012[_0x1ef70f(-0x1ba,-_0xd89bb8._0x4567aa,-0x1de,-0x1b5)]=_0x4ab322[_0x1ef70f(-_0xd89bb8._0x1c4a82,-_0xd89bb8._0x16f710,-0x171,-0x1c7)];if(_0x4ab322[_0x1ef70f(-_0xd89bb8._0xea0b7f,-0x15c,-_0xd89bb8._0x22eeb8,-_0xd89bb8._0x797806)])_0x247012[_0x5ec620(0x3ac,_0xd89bb8._0x1abac9,_0xd89bb8._0x50092c,0x3f0)]=_0x4ab322[_0x5ec620(_0xd89bb8._0x4333ff,0x36a,0x3a5,_0xd89bb8._0x39fb1d)];if(_0x772d38[_0x5ec620(0x2f4,_0xd89bb8._0x33f0c6,0x320,0x30a)](_0x4ab322[_0x1ef70f(-_0xd89bb8._0x1aed06,-_0xd89bb8._0x36bab5,-_0xd89bb8._0x5c29aa,-0x1be)+'me'],undefined))_0x247012[_0x5ec620(_0xd89bb8._0x49a6d8,0x3aa,0x3c6,0x3df)+'me']=_0x4ab322[_0x1ef70f(-0x16e,-0x140,-_0xd89bb8._0x38d01f,-0x144)+'me'];if(_0x772d38[_0x1ef70f(-_0xd89bb8._0x36a24e,-0x20c,-0x249,-0x22d)](_0x4ab322[_0x1ef70f(-0x201,-0x1b0,-0x1be,-_0xd89bb8._0x396c10)],undefined))_0x247012['avatar']=_0x4ab322[_0x5ec620(0x300,0x2c3,_0xd89bb8._0x128802,_0xd89bb8._0x300e3a)];_0x4ab322[_0x5ec620(_0xd89bb8._0x1c7815,_0xd89bb8._0x4b65b4,0x330,_0xd89bb8._0x1b2891)+'s']&&(_0x247012[_0x5ec620(0x327,_0xd89bb8._0x4bd468,0x345,0x358)+'s']={..._0x247012[_0x5ec620(_0xd89bb8._0x50ae72,_0xd89bb8._0x1c2feb,0x2ef,_0xd89bb8._0xc3c375)+'s']||{},..._0x4ab322[_0x1ef70f(-_0xd89bb8._0x539758,-0x1ab,-_0xd89bb8._0x1bca3c,-_0xd89bb8._0x2c47ca)+'s']});if(_0x4ab322[_0x1ef70f(-0x1e1,-0x22e,-0x20a,-_0xd89bb8._0x13ded8)]){if(_0x772d38['AQWWT'](_0x772d38[_0x5ec620(_0xd89bb8._0x5c8d76,_0xd89bb8._0x5615da,0x3d2,0x3b4)],_0x1ef70f(-0x19a,-0x17b,-_0xd89bb8._0x5a29d1,-_0xd89bb8._0x4e1a4f)))_0x247012[_0x5ec620(0x329,_0xd89bb8._0x1c2feb,0x2fa,_0xd89bb8._0x4aa791)+_0x5ec620(_0xd89bb8._0xb98a57,_0xd89bb8._0x5a0c2b,0x3c7,_0xd89bb8._0x108e95)]=await _0x772d38[_0x5ec620(0x32d,0x364,0x34a,_0xd89bb8._0x3d2b12)](hashPassword,_0x4ab322[_0x1ef70f(-0x1e1,-0x1da,-0x1d8,-_0xd89bb8._0x3c9229)]);else{const _0x335cda={..._0x2d3b42[_0x5ec620(_0xd89bb8._0x1c7815,_0xd89bb8._0x18fd14,0x2f7,_0xd89bb8._0x1c50b9)+'s']||{},..._0x341594[_0x5ec620(_0xd89bb8._0x50ae72,0x307,_0xd89bb8._0x3704b,_0xd89bb8._0x4470e8)+'s']};_0x198854[_0x5ec620(_0xd89bb8._0x50ae72,0x35e,0x2f7,_0xd89bb8._0x36ab39)+'s']=_0x335cda;}}_0x247012['updated_at']=new Date()['toISOStrin'+'g'](),await _0x772d38['Pxlrt'](saveUsers,_0x3bce16),logger[_0x5ec620(_0xd89bb8._0x114f0d,0x384,0x35a,0x37a)](_0x1ef70f(-_0xd89bb8._0x2b5b32,-_0xd89bb8._0x24c308,-0x242,-0x1c7)+'er',{'userId':_0x247012['id'],'username':_0x247012[_0x5ec620(_0xd89bb8._0x5614d2,_0xd89bb8._0x325668,0x31c,0x341)],'updatedFields':Object[_0x1ef70f(-_0xd89bb8._0x5dcb86,-0x1ba,-_0xd89bb8._0x49ef76,-_0xd89bb8._0x57663b)](_0x4ab322)[_0x1ef70f(-_0xd89bb8._0x135d2f,-_0xd89bb8._0x1ac8fd,-_0xd89bb8._0x50f569,-0x16e)](',\x20')});const {password_hash:_0x58f80b,..._0x35e675}=_0x247012;return _0x35e675;}function _0x1d47(_0x5b2d73,_0x5bf8a0){_0x5b2d73=_0x5b2d73-(0x16b1+0x2037+0xb*-0x4df);const _0x31d6ca=_0xba0e();let _0x5455a7=_0x31d6ca[_0x5b2d73];if(_0x1d47['zaClCh']===undefined){var _0x1d8204=function(_0x198854){const _0x2d3b42='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x341594='',_0x5b9e2b='';for(let _0xa3b805=0x841*0x4+-0x1*0x84c+-0x18b8,_0x48fba4,_0x5b3e42,_0x31ddff=0x1e7f+-0x185*-0x11+-0x3854;_0x5b3e42=_0x198854['charAt'](_0x31ddff++);~_0x5b3e42&&(_0x48fba4=_0xa3b805%(0x9a+-0x1*0x653+0x1*0x5bd)?_0x48fba4*(-0xb2f+-0x22e6+0x2e55)+_0x5b3e42:_0x5b3e42,_0xa3b805++%(-0x159e+0x17d4+-0x232))?_0x341594+=String['fromCharCode'](0x1413+0x63b+-0x1f*0xd1&_0x48fba4>>(-(-0x198c+0x74b+0x1243)*_0xa3b805&-0x21a1+0x21bb+-0x14)):-0x2*-0x4a9+-0xe7e+-0x14b*-0x4){_0x5b3e42=_0x2d3b42['indexOf'](_0x5b3e42);}for(let _0x11bc13=-0x263+-0x1e81+-0x5*-0x694,_0xbe7100=_0x341594['length'];_0x11bc13<_0xbe7100;_0x11bc13++){_0x5b9e2b+='%'+('00'+_0x341594['charCodeAt'](_0x11bc13)['toString'](-0x197a+0x123d+-0x15*-0x59))['slice'](-(-0x6fa+-0x22b3+0x29af));}return decodeURIComponent(_0x5b9e2b);};_0x1d47['CRICzL']=_0x1d8204,_0x1d47['Lttacd']={},_0x1d47['zaClCh']=!![];}const _0x383fa5=_0x31d6ca[0x10ad+0xea5+-0x1f52],_0x54a3e6=_0x5b2d73+_0x383fa5,_0x23d5e0=_0x1d47['Lttacd'][_0x54a3e6];return!_0x23d5e0?(_0x5455a7=_0x1d47['CRICzL'](_0x5455a7),_0x1d47['Lttacd'][_0x54a3e6]=_0x5455a7):_0x5455a7=_0x23d5e0,_0x5455a7;}export async function deleteUser(_0x1ca3bd){const _0x467620={_0x21b4bb:0x3ac,_0x2d202e:0x359,_0x3c2162:0x36c,_0x484160:0x317,_0x487f11:0x2de,_0x27cec5:0x2d6,_0x3fb2ee:0x28a,_0x270ab7:0x27e,_0x1fa6d9:0x2bb,_0x56d047:0x305,_0x574d28:0x318,_0x5372d2:0x2d8,_0x4bfce9:0x2ea,_0x1c80ec:0x305,_0x1c30a0:0x2c3,_0x13f488:0x402,_0x1f9487:0x410,_0x2ad998:0x32a,_0x4a8e89:0x31e,_0x3284c6:0x377,_0x33cc84:0x3ed,_0x303d3f:0x2da,_0x4519d8:0x34c,_0x46e75e:0x30a,_0x26939b:0x29f,_0x16509f:0x2ea,_0x51d148:0x31d,_0x1c890c:0x337,_0xc33ef9:0x365,_0x1b84d4:0x2dd,_0x37af7d:0x253,_0xd27796:0x2ae,_0x3fa7ca:0x341,_0x159898:0x2c5,_0x376598:0x2e3,_0x4d633e:0x29a,_0x25842a:0x3df,_0x133b8b:0x3ef,_0x9fee02:0x30d,_0x2c35bf:0x36d,_0x3bb0e2:0x37a,_0x2bb90b:0x315,_0x13fa2d:0x2c2,_0x39fdc8:0x2d0,_0x3c241f:0x358,_0x4b9a10:0x354,_0x3fe00e:0x28a,_0x5e77f2:0x32a,_0x5d5771:0x318,_0x1c9d71:0x2cb,_0x2ceca6:0x2c7,_0x4c50aa:0x29d},_0x2da997={_0x27a806:0x21c},_0x48e94d={_0x49f8e0:0x276,_0x5e7089:0x125},_0x1030c2={'KRuai':function(_0x31709c,_0x58c66b){return _0x31709c===_0x58c66b;},'LaDco':_0x37303e(_0x467620._0x21b4bb,0x33e,0x368,0x34b),'acHVC':_0x37303e(0x3a8,0x3b9,_0x467620._0x2d202e,_0x467620._0x3c2162)+_0x24caa8(0x2f5,0x376,0x324,0x376)+_0x24caa8(0x2a4,_0x467620._0x484160,0x2fd,_0x467620._0x487f11)+'xists\x20for\x20'+_0x24caa8(0x2c0,0x341,0x315,_0x467620._0x27cec5),'ouhkM':_0x24caa8(_0x467620._0x3fb2ee,_0x467620._0x270ab7,_0x467620._0x1fa6d9,0x28a)+_0x24caa8(0x324,_0x467620._0x56d047,_0x467620._0x574d28,_0x467620._0x5372d2)+_0x24caa8(0x318,_0x467620._0x4bfce9,_0x467620._0x1c80ec,_0x467620._0x1c30a0)+_0x37303e(_0x467620._0x13f488,0x372,_0x467620._0x1f9487,0x3ce),'OCKdo':'User\x20not\x20f'+_0x24caa8(_0x467620._0x2ad998,_0x467620._0x4a8e89,0x2cf,0x2a5)+_0x37303e(_0x467620._0x3284c6,0x3a3,_0x467620._0x33cc84,0x3ab),'WSHQG':function(_0xe9d15c,_0x433abf){return _0xe9d15c(_0x433abf);},'VlceG':'Deleted\x20us'+'er'},_0x386420=await getUsers(),_0x469348=_0x386420[_0x24caa8(0x2b8,0x2dd,_0x467620._0x303d3f,0x2a8)](_0x50ba25=>_0x50ba25['id']===_0x1ca3bd);function _0x24caa8(_0xdd53e2,_0x1ca65b,_0x383d13,_0x55f0f8){return _0x4690e4(_0x383d13- -_0x48e94d._0x49f8e0,_0x1ca65b-_0x48e94d._0x5e7089,_0x383d13-0x144,_0x55f0f8);}if(_0x1030c2['KRuai'](_0x469348,-(0x166b*0x1+-0x18f9+0x28f))){if('qIfUv'===_0x24caa8(_0x467620._0x4519d8,0x2de,0x302,_0x467620._0x46e75e)){if(_0x1030c2[_0x24caa8(0x24e,0x2be,_0x467620._0x26939b,_0x467620._0x16509f)](_0x17dd03[_0x37303e(_0x467620._0x51d148,_0x467620._0x1c890c,0x35c,_0x467620._0xc33ef9)],_0x1030c2[_0x24caa8(_0x467620._0x1b84d4,0x2ae,0x2a8,_0x467620._0x37af7d)])){const _0x817554={};_0x817554[_0x37303e(_0x467620._0x13f488,0x37b,0x3bd,0x3ca)]=_0xac7bb9,_0x9bb63b[_0x24caa8(0x2b8,0x2ce,_0x467620._0xd27796,0x2a4)](_0x1030c2['acHVC'],_0x817554);}else{const _0x5921dd={};_0x5921dd[_0x24caa8(0x35c,0x3a0,_0x467620._0x3fa7ca,0x3a1)]=_0x1dffb7,_0x5921dd['error']=_0x4530ee['message'],_0x3b0fd8[_0x24caa8(0x2a2,_0x467620._0x159898,0x2e6,0x29e)](_0x1030c2[_0x24caa8(0x293,_0x467620._0x376598,_0x467620._0x4d633e,0x288)],_0x5921dd);}}else{const _0x13c65f={};return _0x13c65f[_0x37303e(0x3df,_0x467620._0x25842a,_0x467620._0x133b8b,0x3ca)]=_0x1ca3bd,logger[_0x24caa8(0x2da,0x296,_0x467620._0xd27796,_0x467620._0x9fee02)](_0x1030c2['OCKdo'],_0x13c65f),![];}}const _0x2912fe=_0x386420[_0x469348];_0x386420[_0x24caa8(0x2ec,_0x467620._0x2c35bf,0x327,_0x467620._0x3bb0e2)](_0x469348,0x5b*0x35+0x1200*0x1+0xa*-0x3af),await _0x1030c2[_0x24caa8(_0x467620._0x2bb90b,_0x467620._0x13fa2d,_0x467620._0x39fdc8,0x287)](saveUsers,_0x386420);const _0x865ac={};_0x865ac[_0x37303e(0x3b1,0x3af,0x3ce,0x3ca)]=_0x2912fe['id'],_0x865ac[_0x37303e(_0x467620._0x3c241f,0x359,0x368,_0x467620._0x4b9a10)]=_0x2912fe[_0x24caa8(_0x467620._0x3fe00e,0x2ac,0x2cb,0x26e)],logger[_0x24caa8(_0x467620._0x5e77f2,0x355,0x30b,_0x467620._0x5d5771)](_0x1030c2[_0x24caa8(_0x467620._0x1c9d71,0x300,_0x467620._0x2ceca6,_0x467620._0x4c50aa)],_0x865ac);function _0x37303e(_0x184f31,_0x6ca2bc,_0x2707a1,_0x516c1b){return _0x3cac5e(_0x184f31-0xb5,_0x6ca2bc,_0x2707a1-0x14f,_0x516c1b- -_0x2da997._0x27a806);}return!![];}export async function setUserPassword(_0x4cea07,_0x60a47d){const _0xea9d64={_0x5bb4fb:0x50c,_0x2c8734:0x4eb,_0x78eb21:0x4e1,_0x419e48:0x477,_0x1f6aa9:0x4b5,_0x3c6de3:0x49e,_0x3ce66f:0x4a4,_0x4fd789:0x4ab,_0xeda841:0x184,_0xd7e411:0x1ca,_0x452ea7:0x18f,_0x164730:0x1d1,_0x24f1ec:0x4de,_0x4c52da:0x48b,_0x39c2d1:0x4cd,_0x39dfeb:0x198,_0x498b52:0x47f,_0x1373cf:0x203,_0x5188b1:0x1b4,_0x161f87:0x4a9,_0x143a13:0x4f4,_0x488efb:0x4e7,_0x38a15e:0x4c3,_0x3872e7:0x4e3,_0x2b6e38:0x4e7,_0x9115f5:0x4ed,_0x4441d4:0x1dd,_0x22acf0:0x256,_0x52647b:0x249,_0x1c01f5:0x20f,_0x6bfa7d:0x202},_0x3d4761={_0x3abdaf:0x13},_0x1d2a94={_0x34dfe1:0x1ad,_0x3a0096:0x178,_0x2e0e39:0x3ae};function _0x203035(_0x47248e,_0x1e6f44,_0x4b5349,_0x4dbd0d){return _0x3cac5e(_0x47248e-_0x1d2a94._0x34dfe1,_0x1e6f44,_0x4b5349-_0x1d2a94._0x3a0096,_0x4dbd0d- -_0x1d2a94._0x2e0e39);}const _0x3d7921={'wkjNE':function(_0x308386){return _0x308386();},'XvioA':function(_0x14c812,_0x2bb2d9){return _0x14c812===_0x2bb2d9;},'YyWyf':_0x145331(_0xea9d64._0x5bb4fb,_0xea9d64._0x2c8734,0x519,0x4f0)+_0x145331(_0xea9d64._0x78eb21,0x47c,_0xea9d64._0x419e48,_0xea9d64._0x1f6aa9)+'r'},_0x5dd57b=await _0x3d7921[_0x145331(0x4a2,_0xea9d64._0x3c6de3,_0xea9d64._0x3ce66f,_0xea9d64._0x4fd789)](getUsers),_0x1d5fba=_0x5dd57b[_0x203035(_0xea9d64._0xeda841,_0xea9d64._0xd7e411,_0xea9d64._0x452ea7,_0xea9d64._0x164730)](_0x32a73d=>_0x32a73d['id']===_0x4cea07);if(_0x3d7921[_0x145331(_0xea9d64._0x24f1ec,_0xea9d64._0x4c52da,0x4aa,_0xea9d64._0x39c2d1)](_0x1d5fba,-(-0x10*0x91+-0x24e+0xb5f)))throw new Error(_0x203035(0x1d3,0x16a,_0xea9d64._0x39dfeb,0x1ab)+_0x145331(0x473,0x4e1,_0xea9d64._0x498b52,0x495)+_0x4cea07);const _0x5790f7=_0x5dd57b[_0x1d5fba];_0x5790f7[_0x203035(_0xea9d64._0x1373cf,0x17b,_0xea9d64._0x5188b1,0x1bd)+_0x145331(0x506,_0xea9d64._0x161f87,_0xea9d64._0x143a13,_0xea9d64._0x488efb)]=await hashPassword(_0x60a47d),_0x5790f7['updated_at']=new Date()['toISOStrin'+'g'](),await saveUsers(_0x5dd57b);const _0x1183f4={};_0x1183f4[_0x145331(_0xea9d64._0x38a15e,_0xea9d64._0x3872e7,_0xea9d64._0x2b6e38,_0xea9d64._0x9115f5)]=_0x5790f7['id'];function _0x145331(_0x1ae8b5,_0x43e954,_0x25c056,_0x5e41ef){return _0x4690e4(_0x5e41ef- -0xca,_0x43e954-_0x3d4761._0x3abdaf,_0x25c056-0xd6,_0x1ae8b5);}_0x1183f4[_0x203035(0x1b2,0x1c9,_0xea9d64._0x4441d4,0x1c2)]=_0x5790f7['username'],logger[_0x203035(_0xea9d64._0x22acf0,_0xea9d64._0x52647b,_0xea9d64._0x1c01f5,_0xea9d64._0x6bfa7d)](_0x3d7921['YyWyf'],_0x1183f4);const {password_hash:_0x3cb479,..._0x223502}=_0x5790f7;return _0x223502;}
|
|
1
|
+
function _0x5f2881(_0x7f65f5,_0x2daabb,_0xe2eec,_0x3189a3){const _0x37e615={_0x3e4899:0x1};return _0x9619(_0x2daabb-_0x37e615._0x3e4899,_0xe2eec);}(function(_0x328ee6,_0x3a1dde){const _0x4648e2={_0x1aa7d4:0x1e4,_0x25d2fd:0x2f5,_0x26d7eb:0x2b9,_0x4c9cd9:0x15f,_0x2ce37c:0xc2,_0x42c06e:0x109,_0x3695e9:0x14f,_0x20acde:0x228,_0x738ca4:0x2a0,_0x56640b:0x2d6,_0x34ead7:0x24e,_0x3de374:0x252,_0x46fe8a:0x286,_0x13ea72:0x2ac,_0x2eb73c:0x24,_0x3cc3f3:0x10d,_0x4a921f:0x108,_0x5d72e8:0xca,_0x50f65e:0x95,_0x2aa7e1:0x27f,_0x4f0ec2:0x28b,_0x253a32:0xc1,_0x5bf2e6:0xab},_0x4dfe55={_0x11e717:0x11e},_0x28047d={_0x3ec659:0x89},_0x257847=_0x328ee6();function _0x1f4e1c(_0x22e9ec,_0x568842,_0x23570e,_0x18570b){return _0x9619(_0x23570e-_0x28047d._0x3ec659,_0x22e9ec);}function _0x58ae5c(_0x245de9,_0x2993a3,_0x2a2400,_0x2b80aa){return _0x9619(_0x2a2400- -_0x4dfe55._0x11e717,_0x245de9);}while(!![]){try{const _0x1ae732=-parseInt(_0x1f4e1c(_0x4648e2._0x1aa7d4,0x1b2,0x201,0x1d9))/(-0xbc9+-0x1ead*0x1+0x2a77)+-parseInt(_0x1f4e1c(_0x4648e2._0x25d2fd,0x292,0x2a1,_0x4648e2._0x26d7eb))/(-0x44f*-0x2+-0x5*0x33+-0x79d)*(-parseInt(_0x58ae5c(_0x4648e2._0x4c9cd9,_0x4648e2._0x2ce37c,_0x4648e2._0x42c06e,_0x4648e2._0x3695e9))/(-0x8*-0xff+0x2f+-0x824))+parseInt(_0x1f4e1c(0x25b,0x1b2,0x207,_0x4648e2._0x20acde))/(0x12b7+0xc*0x17d+0x539*-0x7)*(parseInt(_0x1f4e1c(_0x4648e2._0x738ca4,0x2b6,0x2a3,_0x4648e2._0x56640b))/(0x85a*-0x4+-0x260d+0x1*0x477a))+-parseInt(_0x1f4e1c(0x206,_0x4648e2._0x34ead7,_0x4648e2._0x3de374,0x20e))/(-0x21f6+-0x99*-0x3b+-0x6d*0x3)+parseInt(_0x1f4e1c(_0x4648e2._0x46fe8a,0x2a0,_0x4648e2._0x13ea72,0x29d))/(-0xac4+0x1*-0xe26+0x18f1)+parseInt(_0x58ae5c(_0x4648e2._0x2eb73c,0x9f,0x81,0x44))/(-0x1925+-0x7bb+0xaf8*0x3)*(parseInt(_0x58ae5c(_0x4648e2._0x3cc3f3,_0x4648e2._0x4a921f,_0x4648e2._0x5d72e8,_0x4648e2._0x50f65e))/(-0x24f5+0xc15*-0x2+0x3d28))+-parseInt(_0x1f4e1c(0x250,_0x4648e2._0x2aa7e1,_0x4648e2._0x4f0ec2,0x239))/(-0x1194*0x1+-0x110e+0x22ac)*(parseInt(_0x58ae5c(_0x4648e2._0x253a32,0x77,0xb9,_0x4648e2._0x5bf2e6))/(0x1*-0x2364+-0x235e+-0x7d*-0x91));if(_0x1ae732===_0x3a1dde)break;else _0x257847['push'](_0x257847['shift']());}catch(_0x1c31b2){_0x257847['push'](_0x257847['shift']());}}}(_0x2a56,-0x3b657+-0xe*-0xae3+-0x19dbd*-0x8));import{promises as _0x259118}from'fs';import _0x40f4ec from'path';import _0x48f9a7 from'bcrypt';import{fileURLToPath}from'url';import{logger}from'./logger.js';import{DATA_DIR}from'./data-dir.js';function _0x29fe62(_0x25cd0f,_0x59d173,_0x39c3ca,_0x43b33e){const _0x3f85ca={_0x29f1ed:0x208};return _0x9619(_0x39c3ca-_0x3f85ca._0x29f1ed,_0x25cd0f);}const __filename=fileURLToPath(import.meta.url),__dirname=_0x40f4ec[_0x29fe62(0x3a4,0x42e,0x405,0x411)](__filename),USERS_FILE=_0x40f4ec[_0x29fe62(0x3e9,0x35b,0x39e,0x35e)](DATA_DIR,_0x29fe62(0x3b5,0x3fa,0x3cc,0x3be)),SALT_ROUNDS=-0x7d8+0x27*-0x89+-0x11*-0x1b1;let usersCache=null,usersCacheMtime=null;export async function loadUsers(){const _0x66d47a={_0x3d6c44:0x80,_0x32061f:0xc5,_0x1af95b:0xcc,_0xbbbc80:0x138,_0x125127:0x149,_0x569f35:0xeb,_0x1fb55b:0xb0,_0x478c1c:0xff,_0x37c65d:0x116,_0x4cf775:0x15f,_0x1aa04e:0x1a,_0x3225ba:0x7a,_0x3ef3cc:0xbb,_0x4c145e:0xe5,_0x253107:0x1b5,_0x29f234:0x17f,_0x1be38d:0x16d,_0x515b66:0x1b3,_0x450280:0x13c,_0x313a87:0x14a,_0x1461a8:0x1b0,_0x263ca3:0x181,_0x2ced49:0x10b,_0x14bd6e:0x1aa,_0x176e41:0x20a,_0xf795d8:0xec,_0x4000d6:0x147,_0x5ac654:0x1a7,_0x51fbb4:0x117,_0x92b64a:0x18c,_0x3f4dce:0x174,_0x22e0d8:0x60,_0x162b79:0x3c,_0x4b4324:0x92,_0xfdc380:0xaf,_0x58d270:0x41,_0x14c7d1:0x56,_0xf00dfd:0x74,_0x257590:0x8c,_0x10d50c:0xc3,_0x48887f:0x165,_0x10dc4f:0x10c,_0x52a1b0:0x154,_0x17f10f:0x111,_0x29f136:0x112,_0x158c18:0x169,_0x2bbd4b:0x14f,_0x40203f:0x156,_0x4c98e6:0xcb,_0x4722c6:0x10a,_0x100d77:0x135,_0x35a9c9:0x173,_0x275657:0x119,_0x2a1b19:0x114,_0x1c15b5:0x57,_0x812d48:0xfa,_0x19d38b:0x10d,_0x25a8c3:0x11c,_0x9758d:0xda},_0xd3f201={_0x1d870f:0x1b2,_0x2fbf61:0x83};function _0x596ef2(_0x4a304f,_0x32b107,_0x325f3b,_0x368533){return _0x29fe62(_0x4a304f,_0x32b107-0x70,_0x325f3b- -0x30e,_0x368533-0x1a3);}function _0x707712(_0x4b62aa,_0x303f1d,_0x3de29d,_0x24a2fa){return _0x5f2881(_0x4b62aa-_0xd3f201._0x1d870f,_0x3de29d- -0x72,_0x4b62aa,_0x24a2fa-_0xd3f201._0x2fbf61);}const _0xf98a16={'szctK':_0x596ef2(_0x66d47a._0x3d6c44,_0x66d47a._0x32061f,_0x66d47a._0x1af95b,0xc8)+'o\x20password'+'\x20set','uXsla':function(_0x5b0fd0,_0x9e5497){return _0x5b0fd0!==_0x9e5497;},'YUTXB':_0x707712(0x139,0x14f,0x198,0x1e2),'czZSs':_0x707712(_0x66d47a._0xbbbc80,0x129,_0x66d47a._0x125127,0x110),'xoQHF':_0x596ef2(_0x66d47a._0x569f35,_0x66d47a._0x1fb55b,_0x66d47a._0x478c1c,0x131),'ngkNQ':function(_0x2f6874,_0x1e046a){return _0x2f6874===_0x1e046a;},'rjFnF':_0x707712(0x177,0xd8,_0x66d47a._0x37c65d,0x109),'tZLGH':_0x707712(0x14f,0x16a,_0x66d47a._0x4cf775,0x19c)+_0x596ef2(0x56,_0x66d47a._0x1aa04e,_0x66d47a._0x3225ba,_0x66d47a._0x3ef3cc)+_0x596ef2(0xe7,0xc2,0x116,0x11d)+_0x707712(0x167,_0x66d47a._0x4c145e,0x10a,0xfc)+'rs.json','oTXLX':function(_0x201e7a,_0x41b7e1){return _0x201e7a(_0x41b7e1);}};try{if(_0xf98a16[_0x707712(_0x66d47a._0x253107,_0x66d47a._0x29f234,_0x66d47a._0x1be38d,_0x66d47a._0x515b66)](_0xf98a16['YUTXB'],_0x596ef2(0x10d,_0x66d47a._0x450280,0x103,_0x66d47a._0x313a87)))throw new _0x142864(_0x707712(0x134,_0x66d47a._0x1461a8,_0x66d47a._0x263ca3,0x1d3)+_0x1101c['username']+(_0x596ef2(0xdd,0x101,0xfd,_0x66d47a._0x2ced49)+_0x707712(_0x66d47a._0x14bd6e,_0x66d47a._0x176e41,0x1b3,0x1a5)));else{const _0x12565f=await _0x259118[_0x707712(0x100,_0x66d47a._0xf795d8,_0x66d47a._0x4000d6,_0x66d47a._0x5ac654)](USERS_FILE,_0xf98a16[_0x707712(_0x66d47a._0x51fbb4,_0x66d47a._0x92b64a,_0x66d47a._0x3f4dce,0x16d)]),_0x6a91b=JSON['parse'](_0x12565f);usersCache=_0x6a91b[_0x596ef2(_0x66d47a._0x22e0d8,_0x66d47a._0x162b79,_0x66d47a._0x4b4324,0x95)]||[];const _0x450d52=await _0x259118[_0x596ef2(_0x66d47a._0xfdc380,0x14,0x6b,_0x66d47a._0x58d270)](USERS_FILE);usersCacheMtime=_0x450d52[_0x596ef2(0x12f,0x112,0xf4,0xcd)];const _0x1c8974={};return _0x1c8974[_0x596ef2(_0x66d47a._0x14c7d1,0x3c,_0x66d47a._0xf00dfd,_0x66d47a._0x257590)]=usersCache[_0x596ef2(0xa3,_0x66d47a._0x10d50c,0xdb,0xae)],logger['debug']('Loaded\x20use'+'rs\x20from\x20fi'+'le',_0x1c8974),usersCache;}}catch(_0xf2c734){if(_0xf98a16['uXsla'](_0x707712(0xf1,_0x66d47a._0x48887f,_0x66d47a._0x10dc4f,0x128),_0xf98a16[_0x707712(_0x66d47a._0x52a1b0,0x121,0x126,_0x66d47a._0x17f10f)])){if(_0xf98a16[_0x707712(0xf2,0x138,0x106,0x11a)](_0xf2c734[_0x596ef2(0x172,0x161,0x118,_0x66d47a._0x29f136)],_0xf98a16[_0x707712(0x11e,_0x66d47a._0x158c18,_0x66d47a._0x2bbd4b,_0x66d47a._0x40203f)]))return logger[_0x596ef2(0xa1,0xa5,0xb5,_0x66d47a._0xfdc380)](_0xf98a16['tZLGH']),await _0xf98a16['oTXLX'](saveUsers,[]),usersCache;logger[_0x596ef2(_0x66d47a._0x4c98e6,_0x66d47a._0x4722c6,0xcb,0x79)](_0x707712(0x161,0x101,0x159,_0x66d47a._0x100d77)+_0x707712(_0x66d47a._0x35a9c9,_0x66d47a._0x275657,_0x66d47a._0x2a1b19,0x12d),_0xf2c734);throw _0xf2c734;}else{const _0x150362={};return _0x150362[_0x596ef2(_0x66d47a._0x1c15b5,0xbd,0xb0,_0x66d47a._0x812d48)]=_0x16f13a,_0x2a6e9e['debug'](_0xf98a16[_0x596ef2(_0x66d47a._0x19d38b,0x143,_0x66d47a._0x25a8c3,_0x66d47a._0x9758d)],_0x150362),null;}}}export async function saveUsers(_0x2c7df8){const _0x11b7d9={_0x2b5a31:0x320,_0x21734b:0x3cf,_0x3f68b9:0x97,_0x3b7c09:0xc3,_0x14cb5a:0x95,_0x4dd93b:0xe6,_0x5d4ae0:0xb0,_0x377321:0x3a9,_0x4d5302:0x391,_0xd7be5a:0x37d,_0x3f81b1:0x375,_0x425a45:0x122,_0x715a7f:0xd4,_0x18471b:0x359,_0x38b41c:0x3b1,_0x54b9c0:0x370,_0x4a2fd6:0x56,_0x399911:0xac,_0x38ccab:0x89,_0x46a9b3:0x30,_0x52714c:0x1d,_0x579de2:0x7,_0x17f163:0x32,_0x4c605b:0x408,_0x30ed9a:0x3f9,_0x4427e8:0x382,_0x3f8e16:0x64,_0xfe9efa:0x21,_0x64dd3f:0x46,_0x553def:0x3b0,_0x536e02:0x395,_0x5a67fb:0x3c2,_0x2585ea:0x67,_0x52bc1b:0x8f,_0x23c4cb:0x93,_0x50cc52:0x3f7,_0x523d46:0x401,_0xe81656:0x7d,_0x41b60b:0x6f},_0x446737={_0x1316cb:0x99,_0x1994b7:0x25},_0x12998c={_0x2d7f96:0x52,_0x153784:0x1b3},_0x51e175={};_0x51e175[_0x8cce8b(_0x11b7d9._0x2b5a31,0x37b,_0x11b7d9._0x21734b,0x32c)]=_0x543ef8(0x66,_0x11b7d9._0x3f68b9,0x5f,_0x11b7d9._0x3b7c09);function _0x8cce8b(_0x138037,_0x2240c6,_0x571e2a,_0x42a1a8){return _0x5f2881(_0x138037-_0x12998c._0x2d7f96,_0x2240c6-_0x12998c._0x153784,_0x42a1a8,_0x42a1a8-0x9e);}_0x51e175[_0x8cce8b(0x3b0,0x3d1,0x40a,0x3f7)]=_0x543ef8(_0x11b7d9._0x14cb5a,_0x11b7d9._0x4dd93b,_0x11b7d9._0x5d4ae0,0xcf)+_0x8cce8b(_0x11b7d9._0x377321,0x373,_0x11b7d9._0x4d5302,_0x11b7d9._0xd7be5a);function _0x543ef8(_0x5dedd7,_0x49a072,_0x4ef30f,_0x2368c3){return _0x5f2881(_0x5dedd7-_0x446737._0x1316cb,_0x5dedd7- -0x155,_0x49a072,_0x2368c3-_0x446737._0x1994b7);}_0x51e175[_0x8cce8b(0x38e,_0x11b7d9._0x3f81b1,0x325,0x3a9)]='Failed\x20to\x20'+_0x543ef8(0xc7,0xec,_0x11b7d9._0x425a45,_0x11b7d9._0x715a7f);const _0x23ddd0=_0x51e175;try{const _0x41bdd3=_0x40f4ec[_0x8cce8b(_0x11b7d9._0x18471b,_0x11b7d9._0x38b41c,0x3e9,_0x11b7d9._0x54b9c0)](USERS_FILE),_0x108b71={};_0x108b71[_0x543ef8(_0x11b7d9._0x4a2fd6,0x56,0x7f,_0x11b7d9._0x399911)]=!![],await _0x259118[_0x543ef8(0x39,0x1b,0x7b,_0x11b7d9._0x38ccab)](_0x41bdd3,_0x108b71);const _0x2b2d64={};_0x2b2d64['users']=_0x2c7df8,await _0x259118[_0x543ef8(0x72,_0x11b7d9._0x46a9b3,0x70,0x65)](USERS_FILE,JSON['stringify'](_0x2b2d64,null,-0x109b+-0x249e+0x353b),_0x23ddd0[_0x8cce8b(0x386,0x37b,0x3aa,0x3c3)]);const _0x3632b4=await _0x259118[_0x543ef8(_0x11b7d9._0x52714c,0x10,-_0x11b7d9._0x579de2,_0x11b7d9._0x17f163)](USERS_FILE);usersCache=_0x2c7df8,usersCacheMtime=_0x3632b4[_0x8cce8b(_0x11b7d9._0x4c605b,0x3ae,_0x11b7d9._0x30ed9a,_0x11b7d9._0x4427e8)];const _0x1cc913={};_0x1cc913[_0x543ef8(0x26,_0x11b7d9._0x3f8e16,-_0x11b7d9._0xfe9efa,_0x11b7d9._0x64dd3f)]=_0x2c7df8[_0x8cce8b(_0x11b7d9._0x553def,_0x11b7d9._0x536e02,0x3c8,_0x11b7d9._0x5a67fb)],logger[_0x543ef8(_0x11b7d9._0x2585ea,_0x11b7d9._0x52bc1b,0xc5,_0x11b7d9._0x23c4cb)](_0x23ddd0[_0x8cce8b(_0x11b7d9._0x50cc52,0x3d1,_0x11b7d9._0x523d46,0x3af)],_0x1cc913);}catch(_0x2702fc){logger[_0x543ef8(_0x11b7d9._0xe81656,0x39,0x34,_0x11b7d9._0x41b60b)](_0x23ddd0['snUuQ'],_0x2702fc);throw _0x2702fc;}}function _0x2a56(){const _0x52e738=['ig5VDcbMB3vUza','BMfTzq','qujbsvG','vxnLCIbUB3qGzG','zMLyvge','Bg9Hzcb1C2vYCW','BLfqv2q','ru5pru5u','BgrZoIb1C2vYBG','Dwzbtge','twLZC2LUzYbYzq','vxbKyxrLzcb1CW','rLLoteG','BwTKAxi','lMPZ','rvbNtfm','sMjND0S','AgfZugfZC3DVCG','tKzwsKO','rw9OrNu','zw1HAwW','DxnLCG','AM9PBG','Eg9rsey','DxnLCNm','C3bSAwnL','tNvWCxi','t0T2zvm','B3vUzcbMB3iGDG','C3vIC3rY','CgnzCMG','ndu0ndHhqxbwAeu','DMvYiefKBwLUia','EgLNsgy','EvLyAKi','zwXLDgLVBG','DuDlugK','u0X6ufq','vhnHD0G','vxnLCIbHDxrOzq','CK1lBgi','D090uui','CMvJDxjZAxzL','Aw5PDgLVBNmUAG','ChjLzMvYzw5Jzq','BNrPy2f0zwqGCW','yw1LlcbLBwfPBa','D1jdyLK','zMLUzeLUzgv4','Ee5VDu8','B3vUzcbMB3iGza','zMLUza','B3vUzdOG','y291BgqGBM90ia','DxnLCM5HBwu','yxnO','CMvHzezPBgu','u2v0ihbHC3n3BW','DxrMltG','Aw5MBW','tNLHtNq','s0TWvKG','DxnLCKLK','CYb0BYbMAwXL','CMPgBKy','C25vDve','y3jLyxrLigfKBq','qujOEfi','DxnLCNmUANnVBG','r0XZCMm','D3jPDgvgAwXL','ALHWufC','qxn5sLa','nJy5mZq3nhjzwfbTzq','rMfPBgvKihrVia','qwfvqxm','DxnLCL8','igfSCMvHzhKGzq','lI9IAw5KAw5NCW','CxvPCMvKigzPzq','vxnLCNmGzMLSzq','zxjYB3i','vxnLCIbOyxmGBG','y2vUCge','Axntzxj2zxjbza','A2v5CW','yxv0BY1WCM9TBW','mJjeAxPgq2O','rxLmwwS','CgfZC3DVCMrFAa','t0TWqva','uKXPuhm','BM93','u0TfqKy','DvHZBge','zMjMCfq','yxzHDgfY','BgvUz3rO','Dg9ju09tDhjPBG','DgLVBG','t3bkyK0','y3PAu3m','zwrgAxjZDfvZzq','DxbKyxrLzf9HDa','mtaXn0HSseDSBa','u2f2zwqGDxnLCG','qMHRBKe','zvrhr3u','B3iGDxnLCG','DK9jAKS','DwDQt1y','zMzwq0y','ihvZzxi','zgvIDwC','vxnLCM5HBwuGjW','y3jLyxrLifnLCG','qLbvCe4','BLrKwuq','DwnJzxnZzNvSBa','DM9WvKG','C2n1Cxm','BNv0sxi','BxrPBwvnCW','AgfZAa','igjPBMrPBMCGzG','zgLYBMfTzq','rfvqteLdqvrf','z3zfyKW','lcbUyw1L','Afv1u1G','nJiXndmWC09ftKLR','jYbHBhjLywr5ia','qwDiB3u','rfzrvNC','sw52ywXPzcbWyq','yMLUzgLUzW','q3jLyxrLzcbtzq','AhLLyK4','D2fYBG','qvvdEeW','ALndvMm','rLLMtfm','Aw4GCM9SzsbUBW','u2vYDMvYiefKBq','DcbMB3vUzcdIGjqG','ufjiDum','yxv0B1bYB21VDa','EK1QEvu','Dg9mB3DLCKnHCW','u0Dkuw8','CgfZC3DVCMq','BuvKrNq','mte4mhzlz0jwDa','Aw4GyMLUzgLUzW','mJKWzhDzBfLX','C2f2zsb1C2vYCW','lcbJCMvHDgLUzW','ywfJBwq','y29Kzq','tNzdze0','EgLZDhmGzM9Yia','DgrwteW','C3PJDeS','odiYmZKYou1brK1IvW','zxHPC3rZ','BwLU','vxHPsNK','ndi0nwTOtu9HEq','BwvZC2fNzq','ChvZAa','C3nOx3vZzxjUyq','z0jJue4','ywXPzgf0Aw9U','CMDICMC','y29TCgfYzq','Bxr4EM4','C3n3B3jKigzVCG','AxPhAMe','DLHPDeq','C3rHDa','zLzIyMS','rg1gEu0','Dg9tDhjPBMC','C2vYDMvY','B1z5zgO','BMDRtLe','nZC2nZiYy3nAu3Hk','AMrtDxe','y291BNq','igvTChr5ihvZzq','DYb1C2vY','rMPKzK8','ntuYwhHYwwjb','y3jLyxrLlxvZzq'];_0x2a56=function(){return _0x52e738;};return _0x2a56();}export async function getUsers(){const _0x5cadef={_0x3055ed:0x217,_0x149e59:0x54,_0xed88e3:0x31,_0x3ffdea:0x79,_0x2e25fe:0x23b,_0x264398:0x1e2,_0x23108a:0x1fa,_0x118929:0xfe,_0x34c96e:0xa9,_0x5c00fd:0xa0,_0x146e71:0x278,_0x12585d:0x224,_0x19ccae:0x1cf,_0x3e88e5:0x242,_0x2fba67:0x1fb,_0xebe555:0x23a,_0x3d52cd:0x22c,_0x4f8dec:0x222,_0x4926f9:0x1e9,_0x3dd991:0x24,_0x4329a5:0x14,_0x22653b:0x5f,_0x16e00c:0x48,_0x4b3d60:0x260,_0x33f813:0x296},_0x542064={_0x5d24b5:0x190,_0x541d27:0x7e},_0x353505={'fbfpT':'Missing\x20re'+'quired\x20fie'+_0x2bbacb(0x244,0x23b,_0x5cadef._0x3055ed,0x200)+_0x4d4643(-_0x5cadef._0x149e59,-_0x5cadef._0xed88e3,-0x2b,-_0x5cadef._0x3ffdea)+_0x2bbacb(0x254,_0x5cadef._0x2e25fe,0x2b3,0x278),'cenpa':'WDbvj','zMjyU':_0x2bbacb(0x231,_0x5cadef._0x264398,_0x5cadef._0x23108a,0x21e),'xigHf':function(_0x2a892a){return _0x2a892a();},'OAiru':function(_0x32be71,_0x104a76){return _0x32be71!==_0x104a76;},'goWIE':_0x4d4643(-_0x5cadef._0x118929,-0x79,-_0x5cadef._0x34c96e,-_0x5cadef._0x5c00fd)};try{if(_0x353505[_0x2bbacb(_0x5cadef._0x146e71,_0x5cadef._0x12585d,0x20e,0x24b)]!==_0x353505['cenpa'])throw new _0x30b383(_0x2bbacb(0x253,_0x5cadef._0x19ccae,_0x5cadef._0x3e88e5,_0x5cadef._0x2fba67)+_0x2bbacb(0x1d1,_0x5cadef._0xebe555,0x233,_0x5cadef._0x3d52cd)+_0x757d4d);else{const _0x561cac=await _0x259118[_0x2bbacb(0x198,0x1d9,_0x5cadef._0x4f8dec,_0x5cadef._0x4926f9)](USERS_FILE);if(!usersCache||_0x561cac[_0x2bbacb(0x281,0x2ca,0x28f,0x272)]!==usersCacheMtime){if(_0x353505[_0x4d4643(-_0x5cadef._0x3dd991,-0x55,0x3e,-_0x5cadef._0x4329a5)]===_0x353505['zMjyU'])return await _0x353505[_0x4d4643(-0x3d,-0x95,-0xba,-0x86)](loadUsers);else throw new _0x5d82b6(_0x353505[_0x4d4643(-0xa6,-0x87,-_0x5cadef._0x22653b,-_0x5cadef._0x16e00c)]);}}}catch(_0x2ecf5b){if(_0x353505['OAiru'](_0x2ecf5b[_0x2bbacb(0x26f,_0x5cadef._0x4b3d60,0x2bd,_0x5cadef._0x33f813)],_0x353505['goWIE']))throw _0x2ecf5b;if(!usersCache)return await loadUsers();}function _0x2bbacb(_0x46455e,_0x16dfff,_0x4503b5,_0x4309e8){return _0x29fe62(_0x16dfff,_0x16dfff-0x174,_0x4309e8- -_0x542064._0x5d24b5,_0x4309e8-_0x542064._0x541d27);}function _0x4d4643(_0x3c5964,_0xe9f282,_0x2f244d,_0x1a1f70){return _0x5f2881(_0x3c5964-0x1a,_0x1a1f70- -0x228,_0x3c5964,_0x1a1f70-0xae);}return usersCache;}export async function findUserByUsername(_0x2b6285){const _0x2d37f3={_0x53926f:0x387,_0x1f3bc2:0x410,_0x3f97ab:0x4b6,_0x15283f:0x40e},_0x23a61c={_0xba718c:0xa6,_0x1cbd08:0x59};function _0x26a93c(_0x41cab6,_0x1b18c5,_0x1ae968,_0x4a7d97){return _0x29fe62(_0x1ae968,_0x1b18c5-0x4c,_0x1b18c5-_0x23a61c._0xba718c,_0x4a7d97-_0x23a61c._0x1cbd08);}const _0x3329c6={'AaUAs':function(_0x2ee5fa){return _0x2ee5fa();}},_0xeed721=await _0x3329c6[_0x563047(0x37c,_0x2d37f3._0x53926f,0x3da,_0x2d37f3._0x1f3bc2)](getUsers);function _0x563047(_0xc854ea,_0x26c4bd,_0xddddf2,_0x357927){return _0x5f2881(_0xc854ea-0x177,_0xddddf2-0x20e,_0xc854ea,_0x357927-0x117);}return _0xeed721[_0x26a93c(_0x2d37f3._0x3f97ab,0x461,0x48d,_0x2d37f3._0x15283f)](_0x58eb87=>_0x58eb87[_0x26a93c(0x4aa,0x464,0x477,0x46e)]===_0x2b6285)||null;}export async function findUserById(_0x148b58){const _0x234cb5={_0x2c11a6:0x17c,_0x4b6a3d:0x182,_0x2a6254:0x1cf},_0x2f895f={_0x983f33:0x6},_0x5d5dd2={'hUuSX':function(_0x456eaa){return _0x456eaa();}};function _0x12af3c(_0x16dc1f,_0x1b1319,_0x5879bd,_0xd7d82d){return _0x29fe62(_0xd7d82d,_0x1b1319-_0x2f895f._0x983f33,_0x1b1319- -0x278,_0xd7d82d-0xf7);}const _0x2b59b7=await _0x5d5dd2[_0x12af3c(_0x234cb5._0x2c11a6,0x191,_0x234cb5._0x4b6a3d,_0x234cb5._0x2a6254)](getUsers);return _0x2b59b7['find'](_0x3e1bfe=>_0x3e1bfe['id']===_0x148b58)||null;}export async function findUserByEmail(_0x5eb720){const _0x364137={_0x385006:0x15e,_0x5ead1c:0x17d,_0x5f5ba2:0x1c1,_0x560891:0x134,_0x320692:0x119},_0x69be3d={_0x17b32e:0x57},_0x29a079={_0x1cc450:0x288};function _0x1e1199(_0x4393f1,_0x26e4ed,_0x4f40df,_0x57aa5e){return _0x29fe62(_0x57aa5e,_0x26e4ed-0xb,_0x26e4ed- -_0x29a079._0x1cc450,_0x57aa5e-0xcb);}function _0x14a055(_0x1e8e2c,_0x208c87,_0x4058e7,_0x23466a){return _0x5f2881(_0x1e8e2c-0x5a,_0x4058e7- -0x354,_0x208c87,_0x23466a-_0x69be3d._0x17b32e);}const _0x59309f={'vOIjK':function(_0x1ea094){return _0x1ea094();}},_0x27ec82=await _0x59309f[_0x14a055(-_0x364137._0x385006,-_0x364137._0x5ead1c,-0x166,-_0x364137._0x5f5ba2)](getUsers);return _0x27ec82[_0x1e1199(_0x364137._0x560891,0x133,_0x364137._0x320692,0x186)](_0x7f5b37=>_0x7f5b37[_0x1e1199(0x141,0x114,0xe8,0xbc)]?.[_0x1e1199(0x185,0x194,0x1b1,0x135)+'e']()===_0x5eb720?.[_0x1e1199(0x142,0x194,0x15c,0x13c)+'e']())||null;}export async function hashPassword(_0x1137e3){const _0x2775d2={_0x46685b:0x403},_0x4e8eb6={_0x150ce9:0x170,_0x3bf722:0x87};function _0x342ba8(_0x2379cf,_0x2f13bb,_0x556e00,_0x23b799){return _0x5f2881(_0x2379cf-_0x4e8eb6._0x150ce9,_0x23b799-0x1e6,_0x2379cf,_0x23b799-_0x4e8eb6._0x3bf722);}return await _0x48f9a7[_0x342ba8(0x43f,0x3e6,_0x2775d2._0x46685b,0x3e2)](_0x1137e3,SALT_ROUNDS);}export async function validatePassword(_0x4d5136,_0x59c1df){const _0x31ee50={_0x38050c:0xb0,_0x95283c:0x7a,_0x131210:0x1f,_0x1c1147:0x48,_0x150053:0x27,_0x88667:0x1,_0x485803:0x1d,_0x4c4a61:0xa6,_0x3f524c:0xb0,_0x4abef5:0xb3,_0x462e0f:0x3,_0x4f5302:0x58,_0x40ac87:0x50,_0x18e0d2:0x4f,_0x495b7a:0xd2,_0x5dcfa1:0xbd,_0x58b72b:0xfd,_0x50bfbe:0x112,_0x1a4b82:0x26,_0x555354:0x4c,_0x1823c7:0x9f,_0x2c54ce:0x20,_0x29b532:0x95,_0x1c62e9:0xc5,_0x37b005:0x110,_0x15cb44:0x5f,_0x2bb559:0xad,_0x48fab8:0xb5,_0x1ba5e0:0x4f,_0x192063:0x5d,_0x5023c0:0x9b,_0x4475fa:0xb8,_0x14ca26:0x3c,_0x42253f:0xb,_0x4fa4b5:0x55,_0x10ce9c:0x34,_0x49f9e2:0x0,_0x3c5812:0x32,_0x19d371:0x93,_0x799717:0x3b,_0x30f3bc:0xb9,_0x1eec04:0x88,_0x331328:0xde,_0x118969:0xae,_0x289a0b:0xc5,_0x9ad6ce:0xc5,_0x491009:0xe1,_0x285c04:0x82,_0x1c2481:0x100,_0x1ec3f8:0xc8,_0x29065a:0xed,_0x2cbf38:0xce,_0x58ca47:0x5d,_0x2bd564:0x52,_0x20a94d:0x28,_0x467602:0x78,_0x15a9ec:0x52,_0xc73953:0x39,_0x274008:0x50,_0x1f223e:0x90,_0xeae021:0x65,_0x223f12:0xaa,_0x558d2d:0x71,_0xe8007b:0x8d,_0x416fd3:0x67,_0x1d3ef6:0x24,_0x121c5d:0xea,_0x41847f:0x19,_0x8c7f20:0x2,_0x5d5d75:0xf5,_0x134af2:0xba,_0x49e035:0x10f,_0x310e31:0x88,_0x5393ac:0x55,_0x1098ef:0xb6,_0x1ba617:0x83,_0x4be350:0x6d,_0x104f2b:0xe7,_0x471db:0x8f,_0xaa215d:0xd8,_0x256bc0:0x62,_0x48218b:0x81,_0x444206:0x90,_0x489aef:0x69,_0x1333dc:0xa8,_0x42d55d:0x10e,_0x237c3e:0x5e,_0x5fd152:0xa2},_0x1736f2={_0x1ef541:0x162},_0x296949={_0x342af3:0x19e,_0xf32f98:0x265},_0x2c0601={'fiXTa':function(_0x101b77,_0xfb578b){return _0x101b77===_0xfb578b;},'fVbbk':_0x3b99fa(_0x31ee50._0x38050c,0x9d,_0x31ee50._0x95283c,0xf9),'ffVCF':_0x3b99fa(0x47,0x69,_0x31ee50._0x131210,_0x31ee50._0x1c1147)+_0x3096a8(-0x71,-0x8c,-_0x31ee50._0x150053,-0x3f)+_0x3b99fa(_0x31ee50._0x88667,0x3f,0x3b,-_0x31ee50._0x485803)+_0x3b99fa(0xfe,_0x31ee50._0x4c4a61,0xa9,0xf7),'eTGGu':_0x3096a8(-0x5e,-_0x31ee50._0x3f524c,-_0x31ee50._0x4abef5,-0x21)+_0x3b99fa(_0x31ee50._0x462e0f,0xd,-0xd,-0x50)+_0x3b99fa(0xca,0x8f,_0x31ee50._0x4f5302,_0x31ee50._0x40ac87),'NHEcl':function(_0x1a4961,_0x3237ea){return _0x1a4961(_0x3237ea);},'NHGWR':_0x3096a8(-_0x31ee50._0x18e0d2,0x12,-0x42,-0x87),'PRHuC':_0x3b99fa(_0x31ee50._0x150053,0x71,_0x31ee50._0x495b7a,0xa1)+'o\x20password'+'\x20set','uGKPi':function(_0x33c6c1,_0x2923ff){return _0x33c6c1!==_0x2923ff;},'WnSOj':_0x3b99fa(0xb2,0x96,0x70,0xad),'RLiPs':_0x3096a8(-_0x31ee50._0x5dcfa1,-0x79,-_0x31ee50._0x58b72b,-_0x31ee50._0x50bfbe)+_0x3b99fa(_0x31ee50._0x1a4b82,_0x31ee50._0x555354,_0x31ee50._0x1823c7,_0x31ee50._0x2c54ce)+_0x3b99fa(0x3a,_0x31ee50._0x29b532,0xe9,0x93)+'y'},_0x1601fb=await _0x2c0601['NHEcl'](findUserByUsername,_0x4d5136);if(!_0x1601fb){if(_0x3b99fa(0x117,_0x31ee50._0x1c62e9,_0x31ee50._0x37b005,0x96)===_0x2c0601['NHGWR']){if(_0x2c0601[_0x3096a8(-0xe0,-_0x31ee50._0x4abef5,-0xf5,-0xb0)](_0x16ec85['code'],_0x2c0601[_0x3b99fa(-0x2c,0x11,0x1b,_0x31ee50._0x15cb44)])){const _0x5a6824={};_0x5a6824[_0x3b99fa(0x89,0x5d,_0x31ee50._0x2bb559,0x9e)]=_0x6eac9,_0x1cea19[_0x3b99fa(0xa5,0x90,0x52,0x4c)](_0x3096a8(-0x55,-0x34,-_0x31ee50._0x48fab8,-_0x31ee50._0x1ba5e0)+_0x3096a8(-0x4b,-_0x31ee50._0x192063,-0x88,-_0x31ee50._0x5023c0)+_0x3b99fa(0x8d,0x6c,_0x31ee50._0x4475fa,_0x31ee50._0x14ca26)+_0x3096a8(-0x44,0xf,-_0x31ee50._0x42253f,-_0x31ee50._0x4fa4b5)+_0x3b99fa(-0x1c,_0x31ee50._0x10ce9c,0x17,0x22),_0x5a6824);}else{const _0x232efc={};_0x232efc[_0x3b99fa(0x9c,0x5d,0xbb,_0x31ee50._0x1823c7)]=_0x3e51fa,_0x232efc[_0x3096a8(-0x93,-0xa1,-0x54,-0xae)]=_0x4ba5d0[_0x3096a8(-0x3c,-0x67,_0x31ee50._0x49f9e2,-_0x31ee50._0x3c5812)],_0x21d272[_0x3096a8(-_0x31ee50._0x19d371,-_0x31ee50._0x799717,-_0x31ee50._0x30f3bc,-_0x31ee50._0x1eec04)](_0x2c0601[_0x3b99fa(0x4a,0x8e,_0x31ee50._0x331328,0xd4)],_0x232efc);}}else{const _0x903ffc={};return _0x903ffc[_0x3096a8(-_0x31ee50._0x118969,-_0x31ee50._0x1eec04,-0xb0,-0xcd)]=_0x4d5136,logger[_0x3b99fa(_0x31ee50._0x289a0b,0x90,_0x31ee50._0x9ad6ce,0x8f)](_0x3096a8(-_0x31ee50._0x491009,-_0x31ee50._0x285c04,-0x9f,-_0x31ee50._0x1c2481)+_0x3096a8(-_0x31ee50._0x1ec3f8,-_0x31ee50._0x29065a,-_0x31ee50._0x2cbf38,-0x76)+_0x3b99fa(_0x31ee50._0x58ca47,0x9,0x23,_0x31ee50._0x2bd564),_0x903ffc),null;}}if(!_0x1601fb[_0x3b99fa(_0x31ee50._0x20a94d,_0x31ee50._0x467602,_0x31ee50._0x15a9ec,_0x31ee50._0xc73953)+_0x3096a8(-_0x31ee50._0x2bb559,-0x74,-0xc0,-_0x31ee50._0x274008)]){const _0x1a2937={};return _0x1a2937['username']=_0x4d5136,logger[_0x3b99fa(0xac,_0x31ee50._0x1f223e,0x41,_0x31ee50._0xeae021)](_0x2c0601[_0x3096a8(-0x53,-_0x31ee50._0x223f12,-0x1e,-_0x31ee50._0x558d2d)],_0x1a2937),null;}const _0x2a2636=await _0x48f9a7[_0x3096a8(-0xf8,-0x145,-_0x31ee50._0x9ad6ce,-_0x31ee50._0x3f524c)](_0x59c1df,_0x1601fb[_0x3b99fa(_0x31ee50._0xe8007b,0x78,_0x31ee50._0x416fd3,_0x31ee50._0x1d3ef6)+_0x3096a8(-_0x31ee50._0x2bb559,-_0x31ee50._0x1c2481,-_0x31ee50._0x121c5d,-0x76)]);function _0x3096a8(_0x34f808,_0x441860,_0x40a69a,_0x3b0683){return _0x5f2881(_0x34f808-_0x296949._0x342af3,_0x34f808- -_0x296949._0xf32f98,_0x40a69a,_0x3b0683-0x19d);}if(!_0x2a2636){if(_0x2c0601[_0x3b99fa(_0x31ee50._0x41847f,0x43,_0x31ee50._0x8c7f20,0x86)](_0x2c0601['WnSOj'],_0x3096a8(-_0x31ee50._0x5d5d75,-0x13a,-_0x31ee50._0x134af2,-_0x31ee50._0x49e035))){const _0x273e48={};return _0x273e48[_0x3b99fa(_0x31ee50._0x310e31,_0x31ee50._0x5393ac,_0x31ee50._0x1098ef,_0x31ee50._0x1ba617)]=_0x4d5136,logger[_0x3b99fa(0x7c,_0x31ee50._0x1f223e,_0x31ee50._0x4be350,_0x31ee50._0x104f2b)](_0x2c0601[_0x3b99fa(0x62,0x8a,0x75,_0x31ee50._0x471db)],_0x273e48),null;}else{const _0x286589={};return _0x286589[_0x3096a8(-_0x31ee50._0x118969,-0xd3,-_0x31ee50._0xaa215d,-_0x31ee50._0x256bc0)]=_0x1f350e,_0xc0c580[_0x3b99fa(_0x31ee50._0x48218b,_0x31ee50._0x444206,0xd9,_0x31ee50._0x489aef)](_0x2c0601[_0x3b99fa(0x29,0x8a,0x4a,_0x31ee50._0x1333dc)],_0x286589),null;}}const _0x50894b={};function _0x3b99fa(_0xabe8ac,_0x53b271,_0x301c3e,_0x47b679){return _0x5f2881(_0xabe8ac-0x113,_0x53b271- -_0x1736f2._0x1ef541,_0xabe8ac,_0x47b679-0x12e);}return _0x50894b[_0x3096a8(-_0x31ee50._0x118969,-_0x31ee50._0x42d55d,-0xb7,-_0x31ee50._0x237c3e)]=_0x4d5136,_0x50894b['userId']=_0x1601fb['id'],logger['info'](_0x2c0601[_0x3096a8(-0x89,-0x72,-0x6b,-_0x31ee50._0x5fd152)],_0x50894b),_0x1601fb;}export async function createUser(_0x24b6e0){const _0x3ed727={_0x1119f4:0x536,_0x3523d7:0x521,_0x7ad5f4:0x3c0,_0x38979d:0x52c,_0xf6efc:0x4a4,_0x3041ff:0x4dc,_0x7dabe4:0x49d,_0x43feb0:0x4e9,_0x568663:0x4f4,_0x5e5a8d:0x4ed,_0x6dd3f5:0x540,_0x3db8ae:0x3b1,_0x87931b:0x381,_0x2eabfc:0x322,_0x3fe38e:0x352,_0x42209f:0x351,_0x5ed467:0x4aa,_0x3229fb:0x34e,_0x337f8f:0x46f,_0x11e754:0x50f,_0x20c457:0x4ec,_0x3a8bda:0x4f6,_0x263ddb:0x550,_0x24332f:0x38f,_0x34007d:0x3b2,_0x5a183a:0x3b5,_0x2cccd9:0x579,_0xfb3354:0x516,_0x298b73:0x4d8,_0x235c72:0x4bc,_0x3dcfbb:0x3d9,_0x26ce80:0x346,_0x192960:0x334,_0xfcbe30:0x3d8,_0x4fa369:0x4f8,_0x5d1b9d:0x48a,_0x4435a7:0x58c,_0x21a6f3:0x52f,_0x4b2153:0x54b,_0x2d2620:0x523,_0x4c5675:0x502,_0x461137:0x39e,_0x292d9f:0x353,_0x55e740:0x37a,_0x166329:0x328,_0x276bf1:0x388,_0x571734:0x57e,_0x1ac629:0x500,_0x42422b:0x3a6,_0x5d5f9b:0x3ae,_0x16ba82:0x405,_0xfa14af:0x526,_0x152aa2:0x4fc,_0x235bae:0x4fa,_0x3ac54c:0x32e,_0xe4f53d:0x2fd,_0x21c8e9:0x311,_0x1480d6:0x3b4,_0x2b9006:0x3f3,_0x1a8d2a:0x4c2,_0xecd53:0x51e,_0x55c830:0x4db,_0x859440:0x382,_0x2cfb03:0x4a8,_0x54426c:0x4eb,_0x4e1a10:0x4e9,_0x41d2a7:0x4ef,_0x88c9fc:0x3a4,_0x185b5c:0x383,_0x326ef2:0x3b5,_0x31d749:0x3dd,_0x3dad32:0x374,_0x52a75d:0x32b,_0x4ab5a4:0x542,_0x19faa0:0x49b,_0x411caf:0x46e,_0x5d27e1:0x4b1,_0x1eff53:0x4bf,_0x3870ab:0x506,_0x522612:0x4ea,_0x19d92e:0x3c8,_0x23a090:0x3f4,_0x178b80:0x32d,_0xddbb93:0x54a,_0x29f124:0x46d,_0x1c34c9:0x471,_0x36dba4:0x49a,_0x4fde3d:0x44f,_0x1da089:0x33b,_0x371915:0x4f2,_0x2db386:0x591,_0x294ed3:0x4e5,_0x161497:0x4dd,_0x34b047:0x48f,_0x2af099:0x348,_0x3d8993:0x4e2,_0xe4de8:0x4df,_0x2109e8:0x509,_0x42d515:0x4cd,_0x218844:0x3db,_0x407419:0x42c,_0x59bfac:0x415,_0x4caa67:0x389,_0x3bfdce:0x36a,_0xbcefa0:0x4cc,_0xb608ce:0x4d9,_0x49c0ff:0x396,_0x328cf6:0x37e,_0x195c0d:0x4c9,_0x41e092:0x4bb,_0x110094:0x4f5,_0x3175f1:0x515,_0xb36f79:0x4eb,_0x36434a:0x481,_0x1dca3e:0x521,_0x225fa5:0x543,_0x3d30a8:0x468,_0x55cf47:0x345,_0x16db17:0x388,_0x5ba5c2:0x4b6,_0x24a3bc:0x4f3,_0xd22bdd:0x3bc,_0x1ba40d:0x3de,_0x10ac32:0x412,_0x1a8139:0x4f1,_0xca2432:0x521,_0x31d660:0x355,_0x15d9d1:0x37f,_0x17d015:0x49c,_0x25ebef:0x478,_0x1aef10:0x3af,_0x2f5aa6:0x407,_0x43aec7:0x370,_0x28d7e6:0x34a,_0x177808:0x539,_0x535bef:0x51c,_0x4b73b3:0x4ee,_0x1dacc9:0x50d,_0x488099:0x4e2,_0x2ccca8:0x354,_0x2a8827:0x371,_0x101afc:0x3b2,_0x52fe6b:0x35f,_0x37c5b4:0x531,_0x15f31a:0x567,_0x298d2f:0x3ab,_0x2b4976:0x37a,_0x1081f6:0x370,_0x2363b7:0x547,_0x1f8979:0x552,_0x1d06b5:0x3da,_0x43e598:0x3a9,_0x5734f6:0x556,_0x2c88e1:0x49b,_0x53c79d:0x541,_0x3672ff:0x39c,_0x3e5dc2:0x3e2,_0x47cf9a:0x35e,_0x1acc9e:0x387,_0x5146b0:0x4f0,_0x200d65:0x4ca,_0x351184:0x51c,_0x2e5bac:0x517,_0x46f195:0x514,_0x4e51d1:0x368,_0x3bf24b:0x39d,_0x1a8219:0x52b,_0x2824f2:0x549,_0x111520:0x585,_0x86d724:0x567,_0x238b46:0x383,_0xb630de:0x39b,_0x3c42a8:0x4d0,_0x2eea01:0x511,_0x29460d:0x3a3,_0x9ef8d3:0x34c,_0x51abce:0x363,_0x9b608a:0x382,_0x4eb225:0x34f,_0x2f8b67:0x482,_0x5b21fa:0x343,_0x12b379:0x2ea,_0x24ac80:0x36d,_0x29fe2a:0x4fb,_0x44e918:0x3ed,_0x1e653a:0x412,_0x270632:0x501,_0x245ede:0x3c1,_0x588ca7:0x3a7,_0xd4e960:0x3e5,_0x463381:0x587,_0x5e1bc7:0x54c},_0x5c7b60={_0xbe882d:0x19},_0x7f3067={_0xce0321:0x46,_0x55cab4:0x56,_0x1cf0a6:0x193},_0xc613d6={'nutIr':_0x1dbdae(0x565,0x52a,_0x3ed727._0x1119f4,_0x3ed727._0x3523d7)+_0x44ba7b(_0x3ed727._0x7ad5f4,0x38f,0x390,0x3a3)+_0x1dbdae(0x50f,0x586,0x537,_0x3ed727._0x38979d)+_0x1dbdae(0x4cf,_0x3ed727._0xf6efc,_0x3ed727._0x3041ff,0x4f9)+_0x1dbdae(_0x3ed727._0x7dabe4,0x500,_0x3ed727._0x43feb0,_0x3ed727._0x568663)+_0x1dbdae(_0x3ed727._0x5e5a8d,0x58b,_0x3ed727._0x6dd3f5,0x594),'BhknA':_0x44ba7b(0x37c,_0x3ed727._0x3db8ae,_0x3ed727._0x87931b,_0x3ed727._0x2eabfc)+'create\x20Ser'+_0x44ba7b(_0x3ed727._0x3fe38e,0x341,_0x3ed727._0x42209f,0x34b)+_0x44ba7b(0x3b9,0x3f2,0x371,0x3f3),'jdSuq':_0x1dbdae(0x471,0x4f3,_0x3ed727._0x5ed467,0x4db)+_0x44ba7b(_0x3ed727._0x3229fb,0x35d,0x31b,0x2f1)+'alidation','tdVLL':function(_0x34142d){return _0x34142d();},'rMKlb':_0x1dbdae(0x4f3,0x4ed,0x4b1,_0x3ed727._0x337f8f)+_0x1dbdae(_0x3ed727._0x11e754,_0x3ed727._0x20c457,_0x3ed727._0x3a8bda,_0x3ed727._0x263ddb)+'lds:\x20usern'+_0x44ba7b(0x360,_0x3ed727._0x24332f,0x375,0x32c)+_0x44ba7b(_0x3ed727._0x34007d,0x3d0,_0x3ed727._0x5a183a,0x36c),'NyaNt':function(_0x1afe8d,_0x1cad8b){return _0x1afe8d(_0x1cad8b);},'JbgwK':function(_0x1da79f,_0x4f6d86){return _0x1da79f===_0x4f6d86;},'gBcPN':function(_0xda304f,_0x49731f){return _0xda304f!==_0x49731f;},'DmFyM':function(_0x1b5326,_0x2f5566){return _0x1b5326===_0x2f5566;},'SLzPT':_0x1dbdae(_0x3ed727._0x2cccd9,0x4df,0x53e,0x53e),'ugjOV':'./role-def'+_0x1dbdae(0x489,0x47e,0x4d2,0x52b)+'s','FYNLH':function(_0xe75004,_0x45a472){return _0xe75004(_0x45a472);},'KKpVH':_0x44ba7b(0x3c1,0x3ee,0x3d8,0x394)+'in','FYfLS':function(_0xf52f05,_0x827db7){return _0xf52f05(_0x827db7);},'vXitD':_0x1dbdae(_0x3ed727._0xfb3354,_0x3ed727._0x298b73,_0x3ed727._0x235c72,0x491),'scuqs':_0x44ba7b(0x388,_0x3ed727._0x3dcfbb,0x38d,_0x3ed727._0x26ce80)+_0x44ba7b(0x395,0x3e9,_0x3ed727._0x192960,_0x3ed727._0xfcbe30),'bLXJt':_0x1dbdae(0x4ef,_0x3ed727._0x4fa369,0x4a6,_0x3ed727._0x5d1b9d)+'r','yYXjB':_0x1dbdae(0x4e6,_0x3ed727._0x4435a7,_0x3ed727._0x21a6f3,_0x3ed727._0x4b2153)+'rver\x20Admin'+_0x1dbdae(0x51a,0x4c2,_0x3ed727._0x2d2620,_0x3ed727._0x4c5675)+_0x44ba7b(_0x3ed727._0x461137,_0x3ed727._0x292d9f,0x3b8,_0x3ed727._0x55e740),'RtOfq':_0x44ba7b(_0x3ed727._0x166329,0x345,_0x3ed727._0x276bf1,0x36c),'GLsrc':_0x44ba7b(0x396,0x3e5,0x39c,0x368),'nTdYD':_0x1dbdae(_0x3ed727._0x20c457,_0x3ed727._0x571734,0x525,_0x3ed727._0x1ac629),'cMozf':function(_0xfbd975,_0x4131b2){return _0xfbd975!==_0x4131b2;},'jSCVc':_0x44ba7b(_0x3ed727._0x42422b,_0x3ed727._0x5d5f9b,0x3b2,0x35d),'wRCbY':_0x44ba7b(0x3c1,0x368,0x3b6,_0x3ed727._0x16ba82)+_0x1dbdae(_0x3ed727._0xfa14af,_0x3ed727._0x152aa2,_0x3ed727._0x6dd3f5,_0x3ed727._0xfb3354)+'\x20already\x20e'+_0x1dbdae(_0x3ed727._0x235bae,0x4e8,0x547,0x50b)+_0x1dbdae(0x516,0x4a8,0x4bc,0x48d),'gvEbL':'Created\x20ne'+_0x44ba7b(_0x3ed727._0x3ac54c,0x2ea,_0x3ed727._0xe4f53d,_0x3ed727._0x21c8e9)},_0x9806d4=await _0xc613d6[_0x44ba7b(0x3d3,_0x3ed727._0x1480d6,_0x3ed727._0x2b9006,0x3f6)](getUsers);if(!_0x24b6e0[_0x1dbdae(_0x3ed727._0x1a8d2a,_0x3ed727._0xecd53,0x4dd,_0x3ed727._0x55c830)]||!_0x24b6e0[_0x44ba7b(0x346,0x38d,_0x3ed727._0x859440,0x373)]||!_0x24b6e0[_0x1dbdae(0x508,0x47f,_0x3ed727._0x2cfb03,_0x3ed727._0x54426c)])throw new Error(_0xc613d6[_0x1dbdae(_0x3ed727._0x4e1a10,_0x3ed727._0x41d2a7,0x4cf,0x4f1)]);const _0x1213be=_0x9806d4['find'](_0x3736f2=>_0x3736f2[_0x1dbdae(0x517,0x4b5,0x4dd,0x485)]===_0x24b6e0[_0x1dbdae(0x4d6,0x4ec,0x4dd,0x4e8)]);if(_0x1213be)throw new Error(_0x44ba7b(_0x3ed727._0x88c9fc,0x3bb,0x402,_0x3ed727._0x185b5c)+_0x24b6e0['username']+(_0x44ba7b(_0x3ed727._0x326ef2,0x3db,_0x3ed727._0x31d749,0x387)+'exists'));const _0x1f84ec=_0x44ba7b(0x37e,_0x3ed727._0x3dad32,0x374,_0x3ed727._0x52a75d)+Date[_0x1dbdae(0x51e,0x51e,0x503,_0x3ed727._0x4ab5a4)]()+'_'+Math['random']()[_0x1dbdae(0x470,0x43a,_0x3ed727._0x19faa0,_0x3ed727._0x411caf)](0x18f1+0xf8f*-0x1+-0x93e)[_0x1dbdae(_0x3ed727._0x5d27e1,_0x3ed727._0x1eff53,0x4c4,0x518)](0x11e9*0x1+0x15c3+-0x27aa,-0xfbb+-0x232*0x1+0x11f6),_0x3d6ced=_0x24b6e0[_0x1dbdae(0x54f,_0x3ed727._0x3870ab,0x53d,0x50d)]?await _0xc613d6[_0x1dbdae(0x4bd,_0x3ed727._0x522612,0x4e3,0x510)](hashPassword,_0x24b6e0[_0x44ba7b(_0x3ed727._0x19d92e,_0x3ed727._0x23a090,0x412,0x37a)]):null,_0x412e67=_0xc613d6[_0x44ba7b(0x342,0x32d,0x36e,_0x3ed727._0x178b80)](_0x9806d4['length'],-0xbdb*-0x1+0x29*-0x2f+-0x454)&&_0xc613d6['gBcPN'](_0x24b6e0['isServerAd'+_0x1dbdae(0x51e,0x531,0x54c,_0x3ed727._0xddbb93)],!![]),_0x39b57b=_0xc613d6[_0x1dbdae(_0x3ed727._0x29f124,_0x3ed727._0x1c34c9,_0x3ed727._0x36dba4,_0x3ed727._0x4fde3d)](_0x24b6e0[_0x44ba7b(0x386,0x3a5,0x37e,_0x3ed727._0x1da089)+_0x1dbdae(_0x3ed727._0x371915,_0x3ed727._0x2db386,0x54c,0x59e)],!![])||_0x412e67,_0x33dd53={'id':_0x1f84ec,'username':_0x24b6e0[_0x1dbdae(_0x3ed727._0x294ed3,0x538,_0x3ed727._0x161497,_0x3ed727._0x34b047)],'email':_0x24b6e0[_0x44ba7b(0x346,0x358,0x391,_0x3ed727._0x2af099)],'name':_0x24b6e0[_0x1dbdae(0x49a,0x4d2,_0x3ed727._0x2cfb03,_0x3ed727._0x3870ab)],'password_hash':_0x3d6ced,'created_at':new Date()[_0x1dbdae(_0x3ed727._0x3d8993,_0x3ed727._0xe4de8,_0x3ed727._0x2109e8,_0x3ed727._0x42d515)+'g']()};_0x9806d4[_0x44ba7b(_0x3ed727._0x218844,_0x3ed727._0x407419,0x3f2,_0x3ed727._0x59bfac)](_0x33dd53),await _0xc613d6[_0x44ba7b(0x36e,_0x3ed727._0x4caa67,_0x3ed727._0x3bfdce,0x337)](saveUsers,_0x9806d4);if(_0x39b57b){if(_0xc613d6[_0x1dbdae(0x497,0x4d4,_0x3ed727._0xbcefa0,_0x3ed727._0xb608ce)]===_0x44ba7b(0x3c9,_0x3ed727._0x49c0ff,_0x3ed727._0x328cf6,0x37c))try{const {loadRoles:_0x2620ce,getRoleByName:_0x1aa44b}=await import(_0xc613d6[_0x1dbdae(_0x3ed727._0x195c0d,_0x3ed727._0x41e092,0x515,0x53a)]),{createBinding:_0x22e9a5}=await import(_0x1dbdae(0x4a9,0x4ba,_0x3ed727._0x110094,0x4f2)+_0x1dbdae(0x4bc,_0x3ed727._0x3175f1,0x4b5,_0x3ed727._0xb36f79));await _0x2620ce();const _0x19a531=await _0xc613d6[_0x1dbdae(0x4ee,_0x3ed727._0x36434a,0x4b3,0x4c9)](_0x1aa44b,_0xc613d6[_0x1dbdae(_0x3ed727._0x1dca3e,_0x3ed727._0x225fa5,0x4e4,_0x3ed727._0x20c457)]);if(_0x19a531){if(_0xc613d6[_0x1dbdae(_0x3ed727._0x3d30a8,0x4db,0x490,0x4ab)]('EohFu',_0x44ba7b(_0x3ed727._0x55cf47,0x307,0x358,_0x3ed727._0x16db17))){const _0x2fca01={};_0x2fca01[_0x1dbdae(_0x3ed727._0x5ba5c2,0x512,0x4e5,_0x3ed727._0x24a3bc)]=_0x37be31,_0x5eed53[_0x44ba7b(_0x3ed727._0xd22bdd,_0x3ed727._0x1ba40d,_0x3ed727._0x10ac32,0x3f0)](_0xc613d6[_0x1dbdae(0x4f8,0x4d7,0x520,_0x3ed727._0x1a8139)],_0x2fca01);}else{await _0xc613d6[_0x1dbdae(0x538,0x4d9,0x534,_0x3ed727._0xca2432)](_0x22e9a5,{'subject_type':_0xc613d6[_0x44ba7b(0x322,_0x3ed727._0x31d660,_0x3ed727._0x15d9d1,0x379)],'subject_id':_0x1f84ec,'role_id':_0x19a531['id'],'resource_type':_0x1dbdae(0x476,_0x3ed727._0x298b73,_0x3ed727._0x17d015,_0x3ed727._0x25ebef),'created_by':_0x412e67?_0xc613d6[_0x44ba7b(0x3aa,0x3ac,_0x3ed727._0x1aef10,_0x3ed727._0x2f5aa6)]:_0xc613d6['bLXJt']});const _0x2258ae={};_0x2258ae[_0x44ba7b(_0x3ed727._0x43aec7,0x3bd,0x361,_0x3ed727._0x28d7e6)]=_0x1f84ec,_0x2258ae[_0x1dbdae(0x51f,0x560,_0x3ed727._0x177808,_0x3ed727._0x535bef)+_0x1dbdae(0x517,_0x3ed727._0x4b73b3,_0x3ed727._0x1dacc9,0x4f2)+'r']=_0x412e67,logger[_0x1dbdae(0x503,0x52d,_0x3ed727._0x488099,0x52a)](_0xc613d6[_0x44ba7b(_0x3ed727._0x2ccca8,_0x3ed727._0x2a8827,_0x3ed727._0x101afc,_0x3ed727._0x2eabfc)],_0x2258ae);}}else{if(_0xc613d6['RtOfq']!==_0xc613d6[_0x44ba7b(0x377,_0x3ed727._0x52fe6b,0x35a,0x32b)]){const _0x1117df={};_0x1117df[_0x1dbdae(0x53f,0x504,0x4e5,0x491)]=_0x1f84ec,logger[_0x1dbdae(0x58b,0x516,_0x3ed727._0x37c5b4,_0x3ed727._0x15f31a)](_0xc613d6[_0x44ba7b(_0x3ed727._0x298d2f,_0x3ed727._0x2b4976,0x3d4,0x3f7)],_0x1117df);}else{const _0x1b0d47={};_0x1b0d47[_0x44ba7b(_0x3ed727._0x1081f6,0x379,0x376,0x35c)]=_0x5ca5cf,_0x1b0d47[_0x1dbdae(_0x3ed727._0x2363b7,_0x3ed727._0x1f8979,_0x3ed727._0x4fa369,_0x3ed727._0x225fa5)]=_0x79b1c8[_0x44ba7b(_0x3ed727._0x1d06b5,0x3e0,_0x3ed727._0x43e598,0x3de)],_0x570792[_0x1dbdae(_0x3ed727._0x5734f6,_0x3ed727._0x2c88e1,0x4f8,_0x3ed727._0x53c79d)](_0xc613d6[_0x44ba7b(_0x3ed727._0x3672ff,_0x3ed727._0x3e5dc2,_0x3ed727._0x47cf9a,_0x3ed727._0x1acc9e)],_0x1b0d47);}}}catch(_0x5750c0){if(_0xc613d6[_0x1dbdae(0x4ca,_0x3ed727._0x5146b0,_0x3ed727._0x36dba4,_0x3ed727._0x200d65)](_0x5750c0['code'],_0xc613d6[_0x1dbdae(0x509,0x4ca,_0x3ed727._0x351184,_0x3ed727._0x2e5bac)])){if(_0xc613d6['cMozf']('Ljosj',_0xc613d6[_0x1dbdae(_0x3ed727._0x522612,_0x3ed727._0x571734,0x533,_0x3ed727._0x46f195)])){const _0x413134={};_0x413134['userId']=_0x1f84ec,logger['debug'](_0xc613d6[_0x1dbdae(0x493,0x4af,0x4d6,0x4b2)],_0x413134);}else throw new _0x5667b0(_0x44ba7b(_0x3ed727._0x88c9fc,0x35a,0x3f4,0x39b)+_0x2b8dd0[_0x44ba7b(_0x3ed727._0x4e51d1,0x373,_0x3ed727._0x5d5f9b,_0x3ed727._0x3bf24b)]+(_0x44ba7b(0x3b5,0x3a4,0x3d1,0x376)+'exists'));}else{const _0x272893={};_0x272893[_0x1dbdae(_0x3ed727._0x1a8219,0x4d2,0x4e5,_0x3ed727._0x5d27e1)]=_0x1f84ec,_0x272893[_0x1dbdae(_0x3ed727._0x5ba5c2,0x541,_0x3ed727._0x4fa369,0x54b)]=_0x5750c0[_0x1dbdae(_0x3ed727._0x2824f2,_0x3ed727._0x111520,0x54f,_0x3ed727._0x86d724)],logger[_0x44ba7b(_0x3ed727._0x238b46,_0x3ed727._0xb630de,0x358,0x3dc)](_0xc613d6[_0x1dbdae(_0x3ed727._0x3c42a8,0x4d5,_0x3ed727._0x2eea01,_0x3ed727._0x110094)],_0x272893);}}else{const _0x3ff130={};return _0x3ff130['username']=_0x3cdae9,_0x26ae84[_0x44ba7b(_0x3ed727._0x29460d,_0x3ed727._0x23a090,_0x3ed727._0x9ef8d3,_0x3ed727._0x51abce)](_0xc613d6[_0x44ba7b(_0x3ed727._0x52a75d,0x2e7,0x331,_0x3ed727._0x47cf9a)],_0x3ff130),null;}}function _0x44ba7b(_0xe79675,_0x47503b,_0x2a80a0,_0x5d1512){return _0x29fe62(_0x5d1512,_0x47503b-_0x7f3067._0xce0321,_0xe79675- -_0x7f3067._0x55cab4,_0x5d1512-_0x7f3067._0x1cf0a6);}const _0x1e3ead={};_0x1e3ead[_0x44ba7b(0x370,_0x3ed727._0x9b608a,0x3ba,0x30f)]=_0x33dd53['id'],_0x1e3ead[_0x44ba7b(0x368,0x308,_0x3ed727._0x4eb225,0x3ad)]=_0x33dd53[_0x1dbdae(_0x3ed727._0x2e5bac,_0x3ed727._0x2f8b67,_0x3ed727._0x161497,0x4e4)],_0x1e3ead[_0x44ba7b(_0x3ed727._0x5b21fa,_0x3ed727._0x12b379,0x3a2,_0x3ed727._0x24ac80)+'d']=!!_0x3d6ced;function _0x1dbdae(_0x27353d,_0x124d46,_0x1d4ae2,_0xab6f44){return _0x5f2881(_0x27353d-_0x5c7b60._0xbe882d,_0x1d4ae2-0x326,_0x124d46,_0xab6f44-0x188);}_0x1e3ead[_0x1dbdae(0x4df,0x4b4,_0x3ed727._0x29fe2a,_0x3ed727._0x17d015)+_0x44ba7b(0x3d7,_0x3ed727._0x44e918,_0x3ed727._0x1e653a,0x3f4)]=_0x39b57b,_0x1e3ead[_0x1dbdae(0x54c,_0x3ed727._0x270632,_0x3ed727._0x177808,_0x3ed727._0x294ed3)+'edFirstUse'+'r']=_0x412e67,logger[_0x1dbdae(0x4a0,0x4fe,0x4e2,0x4a2)](_0xc613d6[_0x44ba7b(0x3b1,_0x3ed727._0x245ede,_0x3ed727._0x588ca7,_0x3ed727._0xd4e960)],_0x1e3ead);const {password_hash:_0x25e894,..._0x8391cd}=_0x33dd53,_0x5293fd={..._0x8391cd};return _0x5293fd[_0x1dbdae(0x502,0x518,0x4fb,0x4ae)+_0x1dbdae(_0x3ed727._0x463381,0x54b,_0x3ed727._0x5e1bc7,0x546)]=_0x39b57b||undefined,_0x5293fd;}function _0x9619(_0x5667b0,_0x2b8dd0){_0x5667b0=_0x5667b0-(0x17ee+0x12f9+-0x297f);const _0x596fde=_0x2a56();let _0x20ddf6=_0x596fde[_0x5667b0];if(_0x9619['xzUtzo']===undefined){var _0x303af6=function(_0x17dd44){const _0x549aa9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x39f105='',_0x2447af='';for(let _0x480c70=0x2219+0x17c1+0x2*-0x1ced,_0x205767,_0x30b383,_0x757d4d=0x1*-0x14bf+0xc30+0x88f;_0x30b383=_0x17dd44['charAt'](_0x757d4d++);~_0x30b383&&(_0x205767=_0x480c70%(0x1*0x22fa+-0x761+-0x1b95)?_0x205767*(-0x361*0x6+0x157+0x132f*0x1)+_0x30b383:_0x30b383,_0x480c70++%(-0x1a76+-0x160+0x1*0x1bda))?_0x39f105+=String['fromCharCode'](0x26b4+0x699+0x2c4e*-0x1&_0x205767>>(-(0x153+-0x140+-0x1*0x11)*_0x480c70&-0xfb4+0x1d4d+-0xd93)):0xbfd+-0x2333+0x1736){_0x30b383=_0x549aa9['indexOf'](_0x30b383);}for(let _0x4c1ed5=0x36d*0x4+0x10aa*-0x1+0x2f6,_0x212831=_0x39f105['length'];_0x4c1ed5<_0x212831;_0x4c1ed5++){_0x2447af+='%'+('00'+_0x39f105['charCodeAt'](_0x4c1ed5)['toString'](0x1*0x32d+0x1*-0xb7+-0x1*0x266))['slice'](-(0x1b60+-0x827+0x1*-0x1337));}return decodeURIComponent(_0x2447af);};_0x9619['gIgCAT']=_0x303af6,_0x9619['UzWECN']={},_0x9619['xzUtzo']=!![];}const _0x30da5f=_0x596fde[-0x994+-0x2506+0x2e9a],_0x40db1a=_0x5667b0+_0x30da5f,_0x4a87b7=_0x9619['UzWECN'][_0x40db1a];return!_0x4a87b7?(_0x20ddf6=_0x9619['gIgCAT'](_0x20ddf6),_0x9619['UzWECN'][_0x40db1a]=_0x20ddf6):_0x20ddf6=_0x4a87b7,_0x20ddf6;}export async function updateUser(_0x4c5e13,_0xe8fdfc){const _0x225c1a={_0x11a941:0x2b9,_0x494e4f:0x32a,_0x173909:0x2af,_0x30776c:0x2f9,_0x428dc2:0x328,_0x261b82:0x315,_0x45e7bd:0x30a,_0x497fe5:0x398,_0x2c6faa:0x2f1,_0x104ab3:0x341,_0x3c3126:0x270,_0x3e5b4b:0x313,_0x2c1a8b:0x2cc,_0x24b9d5:0x2b8,_0x1096ec:0x2eb,_0x3f3f0a:0x2ad,_0x14b7d2:0x2cc,_0x29f07b:0x324,_0x2c96a5:0x306,_0x30fe97:0x302,_0x4d024e:0x350,_0x3a0dbf:0x326,_0x31ce2f:0x2f8,_0x3b1c96:0x359,_0x17f635:0x340,_0xcd0076:0x339,_0x251906:0x319,_0x225430:0x2ac,_0x59d92e:0x2fc,_0x3d4739:0x2e1,_0x33205d:0x367,_0x231bb5:0x382,_0x38332c:0x36d,_0x394859:0x2f3,_0x3cfb0a:0x334,_0x3718b3:0x32a,_0x5760cd:0x31d,_0x381ec9:0x2e1,_0x36c54d:0x326,_0x552e1b:0x2fb,_0x2ea9b4:0x38a,_0x4c7733:0x348,_0x95273d:0x2df,_0x3091f6:0x2b1,_0x5e786e:0x2a5,_0x2ea8e1:0x334,_0x175b43:0x30d,_0x56df88:0x325,_0x427224:0x2dd,_0x488877:0x2ab,_0x5bac60:0x2f3,_0x2a49d3:0x282,_0x531b33:0x379,_0x54d8fe:0x2ee,_0x2216bd:0x331,_0x28c65f:0x33b,_0x5e04a7:0x2f7,_0x255590:0x2e6,_0x5ba034:0x335,_0xb23ff3:0x29f,_0x1f628f:0x312,_0x8e88c6:0x29c,_0x569ec5:0x2e6,_0x40697a:0x2d1,_0x16c65a:0x2eb,_0x2d1966:0x35a,_0x55fabd:0x34a,_0xc67007:0x301,_0x5375c8:0x31d,_0x4859b9:0x35e,_0x1f414a:0x2fe,_0x1b7914:0x2e0,_0x2d2a87:0x303,_0x22e24d:0x30c,_0x4b8780:0x2ff,_0x3522b7:0x31d,_0x1dc0e4:0x336,_0x56e163:0x322,_0x5e198f:0x2ea,_0xab6489:0x300,_0x4f9199:0x34e,_0x51eb05:0x2c6,_0xb22f0d:0x3b3,_0x15fa23:0x3a4,_0x20d8fb:0x33a,_0xc7a32f:0x360,_0x58a87b:0x308,_0x58cb6f:0x2fa,_0x3df85f:0x385,_0x5c3fb6:0x366,_0x3bd1b6:0x30d,_0xd7522e:0x2c3,_0x1b376b:0x314,_0x1b8360:0x323},_0x4d0b8e={_0x572416:0x17d},_0x36a099={'EUCOs':function(_0x36bfef){return _0x36bfef();},'AgHou':function(_0x13c5ae,_0x38e176){return _0x13c5ae===_0x38e176;},'SKEBF':function(_0x1449e3,_0x4b3a3c){return _0x1449e3!==_0x4b3a3c;},'xNouO':_0x22b796(_0x225c1a._0x11a941,0x2e2,0x2cb,0x288),'UPenA':'QQZxO','mtxzn':function(_0x53a938,_0xfb4dbb){return _0x53a938!==_0xfb4dbb;},'wOtQB':function(_0x57d792,_0x22f783){return _0x57d792(_0x22f783);},'Nupqr':function(_0x49b240,_0x129a2c){return _0x49b240(_0x129a2c);},'EPgLS':_0x5e4b23(_0x225c1a._0x494e4f,_0x225c1a._0x173909,0x309,0x2cb)+'er'};function _0x5e4b23(_0x34f0a2,_0x49e35d,_0x53970c,_0x5bbd4c){return _0x5f2881(_0x34f0a2-0x81,_0x53970c-_0x4d0b8e._0x572416,_0x49e35d,_0x5bbd4c-0x10);}const _0x22a36e=await _0x36a099['EUCOs'](getUsers),_0x5b62c9=_0x22a36e[_0x22b796(0x336,0x35a,_0x225c1a._0x30776c,_0x225c1a._0x428dc2)](_0x4abec0=>_0x4abec0['id']===_0x4c5e13);if(_0x36a099['AgHou'](_0x5b62c9,-(0x24c2+-0x38b+-0xb12*0x3))){if(_0x36a099[_0x5e4b23(_0x225c1a._0x261b82,_0x225c1a._0x45e7bd,0x35b,_0x225c1a._0x497fe5)](_0x36a099['xNouO'],_0x36a099[_0x5e4b23(0x377,_0x225c1a._0x2c6faa,0x32f,_0x225c1a._0x104ab3)]))throw new _0x36db7c(_0x22b796(_0x225c1a._0x3c3126,_0x225c1a._0x3e5b4b,_0x225c1a._0x2c1a8b,_0x225c1a._0x24b9d5)+_0x5e4b23(0x32a,_0x225c1a._0x1096ec,0x332,0x313)+_0x3b3d34);else throw new Error(_0x22b796(0x2cc,_0x225c1a._0x3f3f0a,_0x225c1a._0x14b7d2,_0x225c1a._0x29f07b)+'ound:\x20'+_0x4c5e13);}const _0x1510eb=_0x22a36e[_0x5b62c9];if(_0xe8fdfc[_0x5e4b23(_0x225c1a._0x2c96a5,_0x225c1a._0x30fe97,0x334,0x33d)]&&_0x36a099[_0x22b796(0x2e5,_0x225c1a._0x4d024e,_0x225c1a._0x3a0dbf,0x2d9)](_0xe8fdfc[_0x22b796(_0x225c1a._0x31ce2f,0x2ae,0x2ff,_0x225c1a._0x3b1c96)],_0x1510eb[_0x22b796(_0x225c1a._0x17f635,_0x225c1a._0xcd0076,0x2ff,0x31a)])){const _0x4edf32=_0x22a36e[_0x22b796(_0x225c1a._0x251906,_0x225c1a._0x225430,_0x225c1a._0x59d92e,_0x225c1a._0x3d4739)](_0x342db0=>_0x342db0['username']===_0xe8fdfc[_0x5e4b23(0x34d,0x341,0x334,0x2f8)]);if(_0x4edf32){if(_0x36a099[_0x5e4b23(0x354,_0x225c1a._0x33205d,_0x225c1a._0x231bb5,_0x225c1a._0x38332c)](_0x36a099['UPenA'],_0x5e4b23(0x336,_0x225c1a._0x394859,0x346,0x3a3))){const _0x275768={..._0x40db1a[_0x5e4b23(0x344,_0x225c1a._0x3cfb0a,_0x225c1a._0x3718b3,_0x225c1a._0x5760cd)+'s']||{},..._0x4a87b7[_0x22b796(0x2f3,0x2ad,0x2f5,_0x225c1a._0x5760cd)+'s']};_0x30da5f[_0x5e4b23(_0x225c1a._0x381ec9,0x345,_0x225c1a._0x3718b3,_0x225c1a._0x36c54d)+'s']=_0x275768;}else throw new Error(_0x5e4b23(0x35c,0x374,0x370,0x3ba)+_0xe8fdfc[_0x5e4b23(0x2de,0x370,0x334,_0x225c1a._0x552e1b)]+(_0x5e4b23(0x336,0x36a,0x381,_0x225c1a._0x2ea9b4)+_0x22b796(_0x225c1a._0x4c7733,0x32d,_0x225c1a._0x38332c,0x394)));}}if(_0xe8fdfc[_0x5e4b23(0x2f5,0x300,_0x225c1a._0x3cfb0a,0x2d9)])_0x1510eb[_0x22b796(_0x225c1a._0x95273d,_0x225c1a._0x3091f6,0x2ff,_0x225c1a._0x5e786e)]=_0xe8fdfc[_0x5e4b23(0x341,0x36c,_0x225c1a._0x2ea8e1,_0x225c1a._0x175b43)];if(_0xe8fdfc[_0x22b796(_0x225c1a._0x56df88,_0x225c1a._0x29f07b,_0x225c1a._0x427224,_0x225c1a._0x3091f6)])_0x1510eb[_0x22b796(0x28d,_0x225c1a._0x488877,_0x225c1a._0x427224,0x314)]=_0xe8fdfc[_0x22b796(0x2b6,0x2df,_0x225c1a._0x427224,_0x225c1a._0x5bac60)];if(_0xe8fdfc['name'])_0x1510eb['name']=_0xe8fdfc[_0x22b796(_0x225c1a._0x2a49d3,0x2f8,0x2ca,0x278)];if(_0x36a099[_0x22b796(_0x225c1a._0x531b33,_0x225c1a._0x54d8fe,_0x225c1a._0x36c54d,_0x225c1a._0x2216bd)](_0xe8fdfc[_0x5e4b23(_0x225c1a._0x28c65f,_0x225c1a._0x5e04a7,_0x225c1a._0x255590,_0x225c1a._0x5ba034)+'me'],undefined))_0x1510eb[_0x5e4b23(_0x225c1a._0xb23ff3,_0x225c1a._0x1f628f,0x2e6,0x2fa)+'me']=_0xe8fdfc[_0x5e4b23(_0x225c1a._0x8e88c6,0x288,_0x225c1a._0x569ec5,_0x225c1a._0x40697a)+'me'];if(_0x36a099[_0x5e4b23(0x2fd,0x300,_0x225c1a._0x16c65a,0x349)](_0xe8fdfc[_0x22b796(_0x225c1a._0x2d1966,0x313,0x329,0x34f)],undefined))_0x1510eb[_0x5e4b23(_0x225c1a._0x55fabd,_0x225c1a._0xc67007,0x35e,0x3ba)]=_0xe8fdfc[_0x5e4b23(_0x225c1a._0x5375c8,0x364,_0x225c1a._0x4859b9,0x39d)];_0xe8fdfc[_0x5e4b23(0x2e2,0x368,_0x225c1a._0x3718b3,0x374)+'s']&&(_0x1510eb[_0x22b796(_0x225c1a._0x1f414a,_0x225c1a._0x1b7914,0x2f5,_0x225c1a._0x2d2a87)+'s']={..._0x1510eb[_0x22b796(0x2da,_0x225c1a._0x22e24d,0x2f5,0x33e)+'s']||{},..._0xe8fdfc[_0x5e4b23(_0x225c1a._0x4b8780,_0x225c1a._0x3522b7,0x32a,_0x225c1a._0x40697a)+'s']});_0xe8fdfc['password']&&(_0x1510eb[_0x22b796(_0x225c1a._0x1dc0e4,0x2df,_0x225c1a._0x56e163,0x30a)+_0x22b796(_0x225c1a._0x5e198f,_0x225c1a._0x104ab3,_0x225c1a._0xab6489,0x2bd)]=await _0x36a099[_0x5e4b23(_0x225c1a._0x4f9199,0x387,0x327,_0x225c1a._0x51eb05)](hashPassword,_0xe8fdfc[_0x5e4b23(_0x225c1a._0xb22f0d,0x387,0x394,_0x225c1a._0x15fa23)]));function _0x22b796(_0x5eaed2,_0x202d3e,_0x255c21,_0x24f6ee){return _0x5f2881(_0x5eaed2-0x13b,_0x255c21-0x148,_0x5eaed2,_0x24f6ee-0x171);}_0x1510eb[_0x5e4b23(0x3a8,_0x225c1a._0x20d8fb,0x365,0x308)]=new Date()[_0x5e4b23(0x38a,0x30a,_0x225c1a._0xc7a32f,0x35c)+'g'](),await _0x36a099[_0x22b796(_0x225c1a._0x58a87b,_0x225c1a._0x58cb6f,0x2e3,0x32f)](saveUsers,_0x22a36e),logger[_0x5e4b23(_0x225c1a._0x3df85f,_0x225c1a._0x95273d,_0x225c1a._0xcd0076,0x2e5)](_0x36a099[_0x5e4b23(_0x225c1a._0x5c3fb6,0x301,_0x225c1a._0x3bd1b6,0x2e7)],{'userId':_0x1510eb['id'],'username':_0x1510eb['username'],'updatedFields':Object[_0x5e4b23(0x346,0x382,0x353,0x388)](_0xe8fdfc)[_0x5e4b23(_0x225c1a._0x33205d,_0x225c1a._0xd7522e,_0x225c1a._0x1b376b,_0x225c1a._0x1b8360)](',\x20')});const {password_hash:_0x175e5c,..._0x585e6c}=_0x1510eb;return _0x585e6c;}export async function deleteUser(_0x13f5ba){const _0x599607={_0x2de38c:0x42b,_0x2446e0:0x4db,_0x200b74:0x4d7,_0x4bc517:0x50d,_0x3ec88d:0x424,_0x16cdb0:0x44d,_0x296ad8:0x3f1,_0xccca24:0x41e,_0x2b7b09:0x3fe,_0x40b84e:0x3ff,_0x508a4c:0x542,_0xb56e0f:0x55a,_0x3b1f71:0x519,_0xb0dc2d:0x56c,_0x23063e:0x4ce,_0x12b4c9:0x413,_0x117ffe:0x46d,_0x24efa0:0x413,_0x528444:0x405,_0x3ad594:0x3e3,_0x2e792a:0x489,_0x49ef39:0x459,_0x2b1fe8:0x517,_0x3d9754:0x408,_0x4ed333:0x404,_0xc2a5d4:0x50b,_0x1b1e09:0x546},_0x233e5f={_0x25eafa:0x137,_0x5a48c4:0x153,_0x282efe:0xa6},_0x177399={_0x1420c3:0x46,_0x10813c:0x46},_0x1f9257={'yzUnK':function(_0x3886d6){return _0x3886d6();},'EyLYk':function(_0x3b047e,_0x52429e){return _0x3b047e===_0x52429e;},'NvCdM':_0x6c3ac1(_0x599607._0x2de38c,0x3f5,0x3d1,0x3b7)+_0x29c4f0(0x545,_0x599607._0x2446e0,_0x599607._0x200b74,_0x599607._0x4bc517)+_0x6c3ac1(_0x599607._0x3ec88d,_0x599607._0x16cdb0,_0x599607._0x296ad8,0x42c),'AUCxL':function(_0x19797d,_0x2be317){return _0x19797d(_0x2be317);},'ZISOS':'Deleted\x20us'+'er'},_0x1f53b8=await _0x1f9257['yzUnK'](getUsers),_0x2cd11e=_0x1f53b8[_0x6c3ac1(_0x599607._0xccca24,0x3cc,_0x599607._0x2b7b09,0x3af)](_0x550b80=>_0x550b80['id']===_0x13f5ba);if(_0x1f9257[_0x6c3ac1(_0x599607._0x40b84e,0x3d5,0x426,0x437)](_0x2cd11e,-(-0x243*-0x9+-0x4bd*0x7+0xcd1))){const _0x59a9dd={};return _0x59a9dd[_0x29c4f0(_0x599607._0x508a4c,_0x599607._0xb56e0f,0x56a,_0x599607._0x3b1f71)]=_0x13f5ba,logger[_0x29c4f0(_0x599607._0xb0dc2d,0x53c,0x565,0x54c)](_0x1f9257[_0x6c3ac1(_0x599607._0x23063e,_0x599607._0x12b4c9,_0x599607._0x117ffe,_0x599607._0x24efa0)],_0x59a9dd),![];}const _0x18cf4b=_0x1f53b8[_0x2cd11e];_0x1f53b8[_0x6c3ac1(_0x599607._0x528444,0x40c,0x3e7,_0x599607._0x3ad594)](_0x2cd11e,0xa0c+-0x153d*-0x1+-0x1f48);function _0x6c3ac1(_0x156c48,_0x27ab94,_0x49be60,_0x28eb1e){return _0x29fe62(_0x28eb1e,_0x27ab94-_0x177399._0x1420c3,_0x49be60-_0x177399._0x10813c,_0x28eb1e-0x194);}await _0x1f9257[_0x6c3ac1(0x44a,_0x599607._0x2e792a,_0x599607._0x49ef39,0x433)](saveUsers,_0x1f53b8);const _0x539f46={};function _0x29c4f0(_0x514988,_0x3b0667,_0xd07122,_0x36b507){return _0x29fe62(_0x514988,_0x3b0667-_0x233e5f._0x25eafa,_0x36b507-_0x233e5f._0x5a48c4,_0x36b507-_0x233e5f._0x282efe);}return _0x539f46[_0x29c4f0(0x4e2,0x54a,_0x599607._0x2b1fe8,_0x599607._0x3b1f71)]=_0x18cf4b['id'],_0x539f46[_0x6c3ac1(_0x599607._0x3d9754,0x3f3,_0x599607._0x4ed333,0x3e5)]=_0x18cf4b['username'],logger[_0x29c4f0(0x508,_0x599607._0xc2a5d4,_0x599607._0x1b1e09,0x516)](_0x1f9257['ZISOS'],_0x539f46),!![];}export async function setUserPassword(_0x403c97,_0x4263cf){const _0x368805={_0xd1415a:0x260,_0x3e4de8:0x213,_0x2d5f78:0x258,_0x1b1989:0xe8,_0x43196f:0x289,_0x2e3422:0x25a,_0x1d92c5:0xd2,_0x15fa35:0xbd,_0x5ec421:0xe3,_0x120be7:0x120,_0x207227:0xeb,_0x201ec8:0x221,_0x145594:0x242,_0x3e650a:0x23d,_0x2fe1d2:0xbf,_0x16687c:0x15a,_0x3de6ea:0xc4,_0x31be51:0x6d,_0x245fb0:0x6f,_0x7fefba:0x9f,_0xb3911a:0x22b,_0x9e318c:0xd5,_0x1fa4ac:0x75,_0x3d20aa:0x2b2,_0x4b5201:0x24c,_0x332370:0x295,_0x1f6ef5:0x2ab,_0x1e06e1:0x2fc,_0x1e02a7:0x2bc,_0x43acc4:0x2af,_0x57f390:0xc4,_0xddee80:0x74,_0x2056e3:0x81,_0x45a113:0x28e,_0x7cbe5c:0x28b,_0x1085e8:0x25c,_0x12b753:0x2bb,_0x2eb421:0x290,_0x528bb4:0xc9,_0x3c42ec:0xa4},_0x5a4ea9={_0x1258d9:0x174,_0x115890:0x283,_0x46078a:0xc4},_0x348a70={'OKveS':_0x4da832(_0x368805._0xd1415a,_0x368805._0x3e4de8,0x295,_0x368805._0x2d5f78)+_0x21e449(-0xd0,-0xc0,-0xac,-_0x368805._0x1b1989)+'eletion','pcYrh':function(_0x3596d7){return _0x3596d7();},'nQPWd':function(_0x33d2e1,_0x2000ca){return _0x33d2e1===_0x2000ca;},'ufALa':function(_0x437432,_0x516d0e){return _0x437432!==_0x516d0e;},'rgbrg':'ABhxR','NFVJJ':function(_0x5363f4,_0x1ae85e){return _0x5363f4(_0x1ae85e);},'OKpAP':function(_0x163a87,_0x2800b9){return _0x163a87(_0x2800b9);}},_0x369f01=await _0x348a70[_0x4da832(_0x368805._0x43196f,_0x368805._0x2e3422,0x2b5,0x273)](getUsers),_0x409aea=_0x369f01[_0x21e449(-_0x368805._0x1d92c5,-_0x368805._0x15fa35,-0xdc,-_0x368805._0x5ec421)](_0xf6fc21=>_0xf6fc21['id']===_0x403c97);if(_0x348a70[_0x21e449(-0xfc,-_0x368805._0x120be7,-0xe5,-_0x368805._0x207227)](_0x409aea,-(-0x7be+0x1a97+-0x12d8))){if(_0x348a70[_0x4da832(_0x368805._0x201ec8,_0x368805._0x145594,_0x368805._0x3e650a,0x25e)](_0x21e449(-_0x368805._0x2fe1d2,-0xc5,-0xf3,-0xd5),_0x348a70[_0x21e449(-0x117,-0x13d,-0x16a,-_0x368805._0x16687c)])){const _0x4c3b20={};return _0x4c3b20[_0x21e449(-_0x368805._0x3de6ea,-_0x368805._0x31be51,-0xb0,-0xee)]=_0x2447af,_0x39f105[_0x21e449(-0x91,-0x7d,-_0x368805._0x245fb0,-0xb3)](_0x348a70[_0x21e449(-0xe7,-0xbe,-0xde,-_0x368805._0x7fefba)],_0x4c3b20),![];}else throw new Error('User\x20not\x20f'+_0x4da832(0x26d,_0x368805._0xb3911a,0x28c,0x289)+_0x403c97);}function _0x21e449(_0x188904,_0x3c83ad,_0x546b75,_0x3a078c){return _0x5f2881(_0x188904-_0x5a4ea9._0x1258d9,_0x188904- -_0x5a4ea9._0x115890,_0x546b75,_0x3a078c-_0x5a4ea9._0x46078a);}const _0x36af05=_0x369f01[_0x409aea];_0x36af05[_0x21e449(-0xa9,-_0x368805._0x9e318c,-0x7d,-_0x368805._0x1fa4ac)+'ash']=await _0x348a70[_0x4da832(_0x368805._0x3d20aa,0x2b9,_0x368805._0x4b5201,0x267)](hashPassword,_0x4263cf),_0x36af05[_0x4da832(_0x368805._0x332370,_0x368805._0x1f6ef5,_0x368805._0x1e06e1,_0x368805._0x1e02a7)]=new Date()['toISOStrin'+'g'](),await _0x348a70[_0x4da832(0x269,0x2df,0x301,_0x368805._0x43acc4)](saveUsers,_0x369f01);const _0x2e7899={};_0x2e7899[_0x21e449(-_0x368805._0x57f390,-0xc2,-0xa5,-_0x368805._0xddee80)]=_0x36af05['id'],_0x2e7899[_0x21e449(-0xcc,-0x77,-_0x368805._0x57f390,-_0x368805._0x2056e3)]=_0x36af05[_0x4da832(0x2c6,0x293,_0x368805._0x45a113,_0x368805._0x7cbe5c)],logger[_0x4da832(0x256,_0x368805._0x1085e8,_0x368805._0x12b753,_0x368805._0x2eb421)](_0x21e449(-_0x368805._0x528bb4,-0xa3,-0xa7,-_0x368805._0x3c42ec)+'rd\x20for\x20use'+'r',_0x2e7899);const {password_hash:_0x3f7de1,..._0x299599}=_0x36af05;function _0x4da832(_0x5afe38,_0x269db1,_0x4e2278,_0x155123){return _0x29fe62(_0x5afe38,_0x269db1-0x179,_0x155123- -0x133,_0x155123-0x20);}return _0x299599;}
|