@profoundlogic/coderflow-server 0.5.3 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/coder-server.js +1 -1
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -1
- package/dist/lib/auto-judge.js +1 -1
- package/dist/lib/automation-service.js +1 -1
- package/dist/lib/basic-auth.js +1 -1
- package/dist/lib/bindings.js +1 -1
- package/dist/lib/build-history.js +1 -1
- package/dist/lib/build-output-service.js +1 -1
- package/dist/lib/build-scheduler.js +1 -1
- package/dist/lib/build-service.js +1 -1
- package/dist/lib/ca-certificates.js +1 -1
- package/dist/lib/claude-oauth-refresh.js +1 -1
- package/dist/lib/cli/build.js +1 -1
- package/dist/lib/cli/cleanup-users.js +1 -1
- package/dist/lib/cli/config-command.js +1 -1
- package/dist/lib/cli/config.js +1 -1
- package/dist/lib/cli/create-user.js +1 -1
- package/dist/lib/cli/grant-admin.js +1 -1
- package/dist/lib/cli/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/list-roles.js +1 -1
- package/dist/lib/cli/list-users.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -1
- package/dist/lib/config-migration.js +1 -1
- package/dist/lib/container-credential-sync.js +1 -1
- package/dist/lib/container-tokens.js +1 -1
- package/dist/lib/data-dir.js +1 -1
- package/dist/lib/deployment-history.js +1 -1
- package/dist/lib/deployment-service.js +1 -1
- package/dist/lib/docker-utils.js +1 -1
- package/dist/lib/email.js +1 -1
- package/dist/lib/emailTemplates.js +1 -1
- package/dist/lib/entitlement.js +1 -1
- package/dist/lib/external-connections.js +1 -1
- package/dist/lib/fetch-utils.js +1 -1
- package/dist/lib/git-commit-details-route.js +1 -1
- package/dist/lib/git-history-diff-guardrails.js +1 -1
- package/dist/lib/git-provider-service.js +1 -1
- package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
- package/dist/lib/git-provider-setup/index.js +1 -1
- package/dist/lib/git-provider-setup/setup-factory.js +1 -1
- package/dist/lib/git-provider-setup/setup-interface.js +1 -1
- package/dist/lib/git-providers/azure-devops-provider.js +1 -1
- package/dist/lib/git-providers/github-app-provider.js +1 -1
- package/dist/lib/git-providers/index.js +1 -1
- package/dist/lib/git-providers/provider-factory.js +1 -1
- package/dist/lib/git-providers/provider-interface.js +1 -1
- package/dist/lib/github-urls.js +1 -1
- package/dist/lib/group-objective-linking.js +1 -1
- package/dist/lib/ibmi-sync.js +1 -1
- package/dist/lib/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/migration-to-scoped-rbac.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.js +1 -1
- package/dist/lib/objective-context.js +1 -1
- package/dist/lib/oidc-auth.js +1 -1
- package/dist/lib/oidc-device-flow.js +1 -1
- package/dist/lib/passwordTokens.js +1 -1
- package/dist/lib/permission-resolver.js +1 -1
- package/dist/lib/pin-cascade.js +1 -1
- package/dist/lib/provider-accounts.js +1 -1
- package/dist/lib/provider-oauth.js +1 -1
- package/dist/lib/provider-profile.js +1 -1
- package/dist/lib/provider-token-refresh.js +1 -1
- package/dist/lib/rbac-user-state.js +1 -1
- package/dist/lib/request-url.js +1 -1
- package/dist/lib/rewind.js +1 -1
- package/dist/lib/role-definitions.js +1 -1
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/setup-repo-git-auth.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-format.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/task-source-metadata.js +1 -1
- package/dist/lib/teams.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -1
- package/dist/lib/user-git-tokens.js +1 -1
- package/dist/lib/users.js +1 -1
- package/dist/middleware/requireAuth.js +1 -1
- package/dist/middleware/requireInit.js +1 -1
- package/dist/middleware/requirePermission.js +1 -1
- package/dist/package.json +1 -1
- package/dist/playwright.config.js +1 -1
- package/dist/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.js +1 -1
- package/dist/routes/automations.js +1 -1
- package/dist/routes/bindings.js +1 -1
- package/dist/routes/build.js +1 -1
- package/dist/routes/containers.js +1 -1
- package/dist/routes/deploy-task.js +1 -1
- package/dist/routes/environment-management.js +1 -1
- package/dist/routes/environments.js +1 -1
- package/dist/routes/external-skills.js +1 -1
- package/dist/routes/git-credentials.js +1 -1
- package/dist/routes/git-oauth.js +1 -1
- package/dist/routes/git-provider-setup.js +1 -1
- package/dist/routes/health.js +1 -1
- package/dist/routes/jira.js +1 -1
- package/dist/routes/objective-management.js +1 -1
- package/dist/routes/password.js +1 -1
- package/dist/routes/prompt.js +1 -1
- package/dist/routes/provider-auth.js +1 -1
- package/dist/routes/qa.js +1 -1
- package/dist/routes/roles.js +1 -1
- package/dist/routes/settings.js +1 -1
- package/dist/routes/skill-management.js +1 -1
- package/dist/routes/skills.js +1 -1
- package/dist/routes/tasks.js +1 -1
- package/dist/routes/teams.js +1 -1
- package/dist/routes/templates.js +1 -1
- package/dist/routes/test-task.js +1 -1
- package/dist/routes/test.js +1 -1
- package/dist/routes/users.js +1 -1
- package/dist/routes/visualizations.js +1 -1
- package/dist/scripts/create-user.js +1 -1
- package/dist/scripts/migrate-config-to-data-dir.js +1 -1
- package/dist/start.js +1 -1
- package/dist/web-ui/public/activity-detail-modal.js +1 -1
- package/dist/web-ui/public/activity-feed.js +1 -1
- package/dist/web-ui/public/activity-formatters.js +1 -1
- package/dist/web-ui/public/agent-event-parser.js +1 -1
- package/dist/web-ui/public/app.js +1 -1
- package/dist/web-ui/public/approve-dialog.js +1 -1
- package/dist/web-ui/public/automation-links.js +1 -1
- package/dist/web-ui/public/automation-schedule.js +1 -1
- package/dist/web-ui/public/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/environments.html +6 -6
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +409 -0
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
- package/dist/web-ui/public/git-history.html +4 -4
- 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/index.html +4 -4
- package/dist/web-ui/public/index.js +1 -1
- package/dist/web-ui/public/login.html +2 -2
- 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/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.html +1 -1
- package/dist/web-ui/public/roles.js +1 -1
- package/dist/web-ui/public/server-health.js +1 -1
- package/dist/web-ui/public/settings.html +4 -4
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.html +2 -2
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.html +6 -6
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +2975 -2022
- package/dist/web-ui/public/task.html +101 -5
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.html +1 -1
- package/dist/web-ui/public/teams.js +1 -1
- package/dist/web-ui/public/terminal.html +2 -2
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.html +2 -2
- 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(_0x2c434f,_0x15b488){const _0x418983={_0x10f306:0xef,_0xe4f2b2:0x11e,_0x152b89:0x244,_0x161750:0x29a,_0x1cd95b:0x26b,_0x554e08:0x266,_0x5d1f24:0x238,_0xc936d4:0x234,_0x4b48d5:0x151,_0x1dde7d:0x12e,_0x15983b:0x122,_0x415f60:0x10c,_0x3afdb8:0x16b,_0x5a5839:0x247},_0x25c496={_0x29271d:0x76};function _0x16c382(_0x1c8bc4,_0x4c8f77,_0x45b638,_0x51023f){return _0x1ee4(_0x45b638-_0x25c496._0x29271d,_0x4c8f77);}function _0x437595(_0x5da55e,_0x425995,_0x4c0e74,_0x5d2d5f){return _0x1ee4(_0x5d2d5f- -0x302,_0x425995);}const _0x3a867d=_0x2c434f();while(!![]){try{const _0x4d1f87=parseInt(_0x16c382(0x11e,0xc6,0xfa,0x120))/(0x144b+-0x3*-0x2cc+-0x1cae)+-parseInt(_0x16c382(0xf7,_0x418983._0x10f306,0x10f,0xe6))/(-0x2*0xe73+-0x1b84+0x13a*0x2e)+-parseInt(_0x16c382(0x128,0x136,_0x418983._0xe4f2b2,0xff))/(0x1e06+-0x1d2b+-0xd8)*(parseInt(_0x437595(-0x21d,-0x247,-0x272,-_0x418983._0x152b89))/(0xa*-0x205+-0x1*0x19a3+0x2dd9))+parseInt(_0x437595(-0x27d,-_0x418983._0x161750,-0x28f,-_0x418983._0x1cd95b))/(0x955+-0x1d4+-0x77c)+parseInt(_0x437595(-0x225,-0x206,-_0x418983._0x554e08,-_0x418983._0x5d1f24))/(-0x11*0x77+-0x1b7*-0x2+0x47f)*(-parseInt(_0x437595(-_0x418983._0xc936d4,-0x268,-0x248,-0x25b))/(0x15d2+-0x74*-0x5+-0x180f))+-parseInt(_0x16c382(0x11e,_0x418983._0x4b48d5,_0x418983._0x1dde7d,0x137))/(0x13*0x7c+-0x575*-0x1+-0x2ed*0x5)*(parseInt(_0x16c382(_0x418983._0x15983b,_0x418983._0x415f60,0x13a,_0x418983._0x3afdb8))/(-0x170+-0x1548+0xe9*0x19))+parseInt(_0x437595(-0x295,-0x285,-_0x418983._0x5a5839,-0x263))/(-0x66*0x29+-0x11e5+0x1f*0x11b);if(_0x4d1f87===_0x15b488)break;else _0x3a867d['push'](_0x3a867d['shift']());}catch(_0x8aa749){_0x3a867d['push'](_0x3a867d['shift']());}}}(_0x4544,0xa86c3+-0x5df14+0x92*0xbca));import{logger}from'../lib/logger.js';import{validateApiKey}from'../lib/apiKeys.js';import{findUserById}from'../lib/users.js';export async function requireAuth(_0x449918,_0x3ae549,_0x50daf0){const _0xfa86a8={_0x1f80ec:0x28,_0x28ffb2:0x4c,_0x49ed94:0x38,_0x4fc0bb:0x3e9,_0x9f80d:0x3c8,_0x397ceb:0x3ef,_0x15012a:0x3c5,_0x70ca2b:0x423,_0x2e6136:0x412,_0x363ebf:0x3d9,_0x750c0a:0x417,_0x46b7a4:0x3e7,_0x304004:0x435,_0x4b41cb:0x61,_0x46d806:0x87,_0x494c82:0x54,_0x19ee47:0x7c,_0x34176f:0xae,_0x5ee55a:0x7e,_0x228571:0x401,_0x30090f:0x3c4,_0x37644e:0x40b,_0x467fd0:0x43a,_0x574898:0x3f9,_0x3dc7d7:0x3e3,_0x24ef8c:0x3d7,_0xff9a8:0x3d8,_0x1306f6:0x405,_0x348fb9:0x91,_0x3da7c8:0x75,_0x1f1e45:0x42d,_0x1482c7:0x434,_0x2a7b7c:0x440,_0x21201c:0x3fa,_0x27125c:0x409,_0xbdc499:0x5d,_0x19a5d7:0x2f,_0x240daa:0x3d,_0x17b563:0x55,_0x580df5:0x48,_0x208aa6:0x2c,_0x5f4d4a:0x64,_0x166898:0x72,_0x1d844c:0x67,_0x2c414f:0x7d,_0x31110f:0x32,_0x10e1a5:0xe,_0x163df4:0x3a,_0x5952eb:0x7a,_0xdf54c7:0x51,_0x2b76e1:0x412,_0x3b415d:0x430,_0x416874:0x411,_0x1e21a5:0x440,_0x2237e7:0x442,_0x508d5f:0x421,_0x58f272:0x408,_0x56665a:0x3e6,_0x1e76c9:0x439,_0x48a45c:0x435,_0x5920fa:0x441,_0x32488f:0x432,_0x3965c5:0x45d,_0x2ed89f:0x40e,_0x411cae:0x42e,_0x4b5bcd:0x434,_0x1e69bf:0x454,_0x5bcb52:0x41d,_0x3f227b:0x42b,_0x1ed9ee:0x64,_0x6f013b:0x409,_0x3e80a1:0x65,_0x1567c2:0x87,_0x5e8d74:0x6d,_0xc75876:0x60,_0x35532f:0x402,_0x135426:0x3ed,_0x2a52cc:0x3d3,_0x57ec69:0x3fc,_0x3b4a25:0x406,_0x442801:0x400,_0x2fb9fb:0x17,_0x5517cd:0x1d,_0x32aa51:0x37,_0x4d40da:0x40,_0x36d276:0x1b,_0xaeacdc:0x46,_0x5881fc:0x21,_0x303e65:0x38,_0x17d5ae:0x49,_0x42105e:0x3a,_0x608b67:0x53,_0x4ee8f0:0x420,_0xdf778c:0x413,_0x499ac8:0x2a,_0x48a4b6:0x52,_0x3645ad:0x432,_0x226b0:0x442,_0x7aa7a8:0x44c,_0x17db5d:0x70,_0x2373d7:0x3de,_0x5b0ae1:0x3eb,_0x41b554:0x2e,_0xa40d12:0x43,_0x419145:0x21,_0x48c5b0:0x403,_0xbc7fb2:0x42f,_0x10f8e1:0x400,_0x55c5dc:0x3ec,_0x2d5817:0x3d6,_0x3c6519:0x3ba,_0x466421:0x3a7,_0x2484b6:0x3f9,_0x2d9138:0x3dc,_0x152b2f:0x3fb,_0x579cff:0x3c3,_0x33692e:0x3ee,_0x2df108:0x3e2,_0x5cc6b8:0x410,_0x503525:0x457,_0x3ca7e7:0x44a,_0x22062c:0x44b,_0x4eac8a:0x461,_0x341fde:0x404,_0x58fc7a:0x438,_0x325572:0x44,_0x5f0c6c:0x19,_0x453444:0x3a,_0x482a1a:0x2f,_0x207e34:0xb,_0x55c680:0x33,_0x5692f1:0x25,_0x34f88f:0x426,_0x122da8:0x420,_0x454ae0:0x435,_0x3ffd17:0x429,_0x3a2f3e:0x3f6,_0x289692:0x29,_0x1b42c1:0x56,_0x3c5f41:0x9,_0x27480e:0x5b,_0xf02d:0x35,_0x225490:0x7f,_0x242b8d:0x4f,_0x44c51f:0x6a,_0x2ec90f:0x420,_0x52259b:0x41c,_0x1d7505:0x407,_0x928eb1:0x401,_0x259af8:0x4f,_0x17b1af:0x62,_0x1c98ee:0x29,_0x5d8124:0x432,_0x5b0a1a:0x429,_0x385177:0x5a,_0x4eb53b:0x3b,_0x567230:0x76,_0x1dc01f:0x89,_0x279ceb:0x437,_0x8ef1d0:0x436,_0x51dcf1:0x4a,_0x1769b6:0x21,_0x18b1a1:0x35,_0x326009:0x6,_0x191cc3:0x9,_0x23755a:0x58,_0x2b0203:0x34,_0x57a5a6:0x3e4,_0x53e491:0x3f,_0x5276ef:0x70,_0x5c1dad:0x4d,_0x4e521e:0x9b,_0x434b18:0x24,_0x2edb1f:0x5},_0x1ba0e9={_0x3889ef:0x35e},_0x14cf35={_0x5e3a1d:0xf5},_0x4d1443={'XCgmY':'test','fAjuI':function(_0x5d82d0,_0x12504c){return _0x5d82d0===_0x12504c;},'XhKtm':_0xcb788d(-0x1d,-0x50,-0x31,-_0xfa86a8._0x1f80ec),'lhhok':_0xcb788d(-0x24,-_0xfa86a8._0x28ffb2,-_0xfa86a8._0x49ed94,-0x71),'ltaUF':'test@examp'+'le.com','TvfZs':_0x3c6daa(_0xfa86a8._0x4fc0bb,_0xfa86a8._0x9f80d,0x3fd,0x3bd),'jQInz':function(_0x2d83ad){return _0x2d83ad();},'zLERA':_0x3c6daa(_0xfa86a8._0x397ceb,_0xfa86a8._0x15012a,0x410,0x3fa),'akAKS':'api_key','umUVR':_0x3c6daa(0x3f2,0x3e0,0x413,_0xfa86a8._0x70ca2b)+_0x3c6daa(0x3f8,0x3e7,_0xfa86a8._0x2e6136,_0xfa86a8._0x363ebf)+_0x3c6daa(_0xfa86a8._0x750c0a,0x415,_0xfa86a8._0x46b7a4,_0xfa86a8._0x304004),'ySKHh':_0xcb788d(-0x68,-_0xfa86a8._0x4b41cb,-0x8c,-_0xfa86a8._0x46d806)+_0xcb788d(-_0xfa86a8._0x494c82,-_0xfa86a8._0x19ee47,-_0xfa86a8._0x34176f,-_0xfa86a8._0x5ee55a),'ZEOZT':_0xcb788d(-0x1f,-0x43,-0x25,-0x38)+_0x3c6daa(_0xfa86a8._0x46b7a4,0x400,_0xfa86a8._0x228571,_0xfa86a8._0x30090f)+_0x3c6daa(_0xfa86a8._0x37644e,_0xfa86a8._0x467fd0,0x3e4,_0xfa86a8._0x574898)+'d\x20or\x20expir'+'ed','GSeuM':function(_0x38e196,_0x369258){return _0x38e196(_0x369258);},'ybzVj':_0x3c6daa(0x404,_0xfa86a8._0x3dc7d7,0x411,_0xfa86a8._0x24ef8c),'Buqmo':_0x3c6daa(_0xfa86a8._0xff9a8,_0xfa86a8._0x228571,0x3ef,_0xfa86a8._0x1306f6)+_0xcb788d(-_0xfa86a8._0x348fb9,-_0xfa86a8._0x3da7c8,-0x98,-0x9e)+_0x3c6daa(0x42b,0x42d,0x42d,_0xfa86a8._0x1f1e45),'ShHjp':function(_0x5f59ff){return _0x5f59ff();},'yVKwD':_0x3c6daa(_0xfa86a8._0x1482c7,0x412,0x411,_0xfa86a8._0x2a7b7c)+'ed\x20access\x20'+_0x3c6daa(0x3f0,_0xfa86a8._0x21201c,_0xfa86a8._0x27125c,0x3d2),'AvzaS':'Authentica'+_0xcb788d(-_0xfa86a8._0xbdc499,-_0xfa86a8._0x49ed94,-0x9,-_0xfa86a8._0x19a5d7)+_0xcb788d(-_0xfa86a8._0x240daa,-_0xfa86a8._0x17b563,-_0xfa86a8._0x580df5,-_0xfa86a8._0x208aa6),'RDPeS':'You\x20must\x20b'+_0xcb788d(-_0xfa86a8._0x5f4d4a,-_0xfa86a8._0x166898,-0x76,-0x68)+'n\x20or\x20provi'+_0x3c6daa(0x411,0x429,_0xfa86a8._0x21201c,0x433)+_0xcb788d(-0x40,-_0xfa86a8._0x1d844c,-0x62,-_0xfa86a8._0x2c414f)};if(process[_0xcb788d(-0x59,-_0xfa86a8._0x31110f,-_0xfa86a8._0x10e1a5,-_0xfa86a8._0x163df4)][_0xcb788d(-0x64,-_0xfa86a8._0x5952eb,-0xac,-_0xfa86a8._0xdf54c7)]===_0x4d1443[_0x3c6daa(0x41d,_0xfa86a8._0x2b76e1,0x44e,0x409)]||_0x4d1443[_0x3c6daa(_0xfa86a8._0x3b415d,_0xfa86a8._0x416874,_0xfa86a8._0x1e21a5,_0xfa86a8._0x2237e7)](process[_0x3c6daa(_0xfa86a8._0x508d5f,0x404,0x433,0x436)][_0xcb788d(0xb,-0x20,-0x2a,0x11)+'TH'],_0x4d1443[_0x3c6daa(_0xfa86a8._0x58f272,0x410,0x3dc,0x40f)])){const _0x23d28a={};return _0x23d28a['id']=_0x4d1443[_0xcb788d(0x2,-0x1a,-0x2,0x8)],_0x23d28a[_0x3c6daa(0x40c,_0xfa86a8._0x56665a,_0xfa86a8._0x1e76c9,0x43c)]=_0x4d1443['XCgmY'],_0x23d28a['email']=_0x4d1443['ltaUF'],_0x23d28a[_0x3c6daa(_0xfa86a8._0x48a45c,_0xfa86a8._0x5920fa,_0xfa86a8._0x32488f,_0xfa86a8._0x3965c5)]=_0x4d1443[_0x3c6daa(0x3f6,_0xfa86a8._0x58f272,_0xfa86a8._0x2ed89f,0x420)],_0x23d28a[_0x3c6daa(0x42a,_0xfa86a8._0x411cae,_0xfa86a8._0x4b5bcd,_0xfa86a8._0x1e69bf)+'me']=_0x4d1443[_0x3c6daa(_0xfa86a8._0x5bcb52,0x424,_0xfa86a8._0x3f227b,0x43c)],_0x449918[_0xcb788d(-0x4f,-_0xfa86a8._0x163df4,-_0xfa86a8._0x1ed9ee,-0x45)]=_0x23d28a,_0x449918['authentica'+_0x3c6daa(0x436,0x468,0x453,_0xfa86a8._0x6f013b)]=_0x4d1443[_0xcb788d(-0x36,-0x36,-0xa,-0x4b)],_0x4d1443[_0xcb788d(-_0xfa86a8._0x3e80a1,-0x49,-0x72,-0x3a)](_0x50daf0);}const _0x129653=_0x449918[_0xcb788d(-_0xfa86a8._0x1567c2,-_0xfa86a8._0x5e8d74,-_0xfa86a8._0xc75876,-0x98)]['authorizat'+'ion'];if(_0x129653&&_0x129653['startsWith'](_0x4d1443[_0x3c6daa(_0xfa86a8._0x35532f,0x3f9,_0xfa86a8._0x135426,_0xfa86a8._0x2a52cc)])){const _0x124e98=_0x129653[_0x3c6daa(_0xfa86a8._0x57ec69,_0xfa86a8._0x3b4a25,_0xfa86a8._0x442801,0x422)](-0x853*0x2+0xb*-0x38a+0x379b),_0xc69d7d=await validateApiKey(_0x124e98);if(_0xc69d7d){_0x449918['user']=_0xc69d7d,_0x449918['authentica'+_0xcb788d(_0xfa86a8._0x2fb9fb,-_0xfa86a8._0x5517cd,-_0xfa86a8._0x32aa51,-_0xfa86a8._0x4d40da)]=_0x4d1443[_0xcb788d(-0x29,-_0xfa86a8._0x36d276,-_0xfa86a8._0xaeacdc,-_0xfa86a8._0x5881fc)];const _0x6daa4={};return _0x6daa4[_0xcb788d(-_0xfa86a8._0x303e65,-0x33,-_0xfa86a8._0x17d5ae,-_0xfa86a8._0x163df4)]=_0xc69d7d['id'],_0x6daa4[_0xcb788d(-_0xfa86a8._0x42105e,-0x47,-_0xfa86a8._0x608b67,-0x2c)]=_0xc69d7d[_0x3c6daa(0x40c,_0xfa86a8._0x467fd0,_0xfa86a8._0x4ee8f0,_0xfa86a8._0xdf778c)],_0x6daa4[_0xcb788d(-0x3f,-0x21,-_0xfa86a8._0x499ac8,-_0xfa86a8._0x48a4b6)]=_0x449918[_0x3c6daa(_0xfa86a8._0x3645ad,_0xfa86a8._0x226b0,0x455,_0xfa86a8._0x7aa7a8)],logger[_0x3c6daa(_0xfa86a8._0x574898,0x3d3,0x426,0x3fa)](_0xcb788d(-_0xfa86a8._0x17db5d,-0x81,-0xb2,-0x63)+_0x3c6daa(_0xfa86a8._0x2373d7,0x40e,0x3b5,_0xfa86a8._0x5b0ae1)+_0x3c6daa(0x42b,0x43a,0x456,_0xfa86a8._0x1f1e45),_0x6daa4),_0x4d1443[_0xcb788d(-_0xfa86a8._0x41b554,-0x49,-_0xfa86a8._0xaeacdc,-_0xfa86a8._0xa40d12)](_0x50daf0);}const _0x2ed539={};_0x2ed539[_0xcb788d(-0x44,-_0xfa86a8._0x419145,0x8,-0x36)]=_0x449918[_0x3c6daa(_0xfa86a8._0x3645ad,_0xfa86a8._0x48c5b0,_0xfa86a8._0xbc7fb2,0x443)],_0x2ed539[_0x3c6daa(0x3fb,0x3d2,0x425,_0xfa86a8._0x10f8e1)]=_0x449918[_0x3c6daa(0x3fb,_0xfa86a8._0x55c5dc,_0xfa86a8._0x1306f6,_0xfa86a8._0x363ebf)],logger[_0x3c6daa(_0xfa86a8._0x2d5817,_0xfa86a8._0x3c6519,0x3e9,_0xfa86a8._0x466421)](_0x4d1443[_0x3c6daa(0x3ff,_0xfa86a8._0x2484b6,0x412,_0xfa86a8._0x750c0a)],_0x2ed539);const _0x3cd1f6={};return _0x3cd1f6[_0x3c6daa(_0xfa86a8._0x2d9138,_0xfa86a8._0x152b2f,_0xfa86a8._0x579cff,0x3c1)]=_0x4d1443[_0x3c6daa(_0xfa86a8._0x33692e,0x3f5,0x41e,0x3d0)],_0x3cd1f6['message']=_0x4d1443['ZEOZT'],_0x3ae549[_0x3c6daa(0x3ea,_0xfa86a8._0x2df108,_0xfa86a8._0x5cc6b8,0x3ef)](-0xc*0x31d+0x3*-0x82b+0x1*0x3f6e)[_0x3c6daa(0x429,0x454,_0xfa86a8._0x503525,0x43f)](_0x3cd1f6);}if(_0x449918[_0x3c6daa(0x404,_0xfa86a8._0x55c5dc,0x3d3,0x426)]?.[_0x3c6daa(0x420,0x401,0x3f4,_0xfa86a8._0x3ca7e7)]){const _0x5cef72=await _0x4d1443[_0x3c6daa(_0xfa86a8._0x1f1e45,0x416,_0xfa86a8._0x22062c,_0xfa86a8._0x4eac8a)](findUserById,_0x449918[_0x3c6daa(_0xfa86a8._0x341fde,_0xfa86a8._0x58fc7a,0x3fd,0x3fd)][_0xcb788d(-0x59,-0x33,-_0xfa86a8._0x325572,-0x22)]);_0x449918[_0xcb788d(-_0xfa86a8._0x5f0c6c,-_0xfa86a8._0x453444,-_0xfa86a8._0x482a1a,-0xb)]={'id':_0x449918[_0x3c6daa(_0xfa86a8._0x341fde,0x3ff,0x3fc,0x3e1)][_0xcb788d(-_0xfa86a8._0x207e34,-_0xfa86a8._0x55c680,-_0xfa86a8._0x5692f1,-_0xfa86a8._0x608b67)],'username':_0x449918[_0x3c6daa(0x404,_0xfa86a8._0x34f88f,0x3f8,_0xfa86a8._0x122da8)]['username'],'email':_0x449918[_0xcb788d(-0x4e,-0x4f,-0x62,-0x71)][_0x3c6daa(0x3fa,0x41e,0x40f,0x3d4)],'name':_0x449918[_0x3c6daa(_0xfa86a8._0x341fde,_0xfa86a8._0x454ae0,_0xfa86a8._0x3ffd17,_0xfa86a8._0x3a2f3e)][_0x3c6daa(0x435,_0xfa86a8._0x467fd0,0x415,0x41e)],'ssh_username':_0x449918['session'][_0xcb788d(-0x40,-_0xfa86a8._0x289692,-_0xfa86a8._0x1b42c1,-_0xfa86a8._0x3c5f41)+'me']},_0x449918[_0xcb788d(-_0xfa86a8._0x27480e,-_0xfa86a8._0xf02d,-_0xfa86a8._0x31110f,-0x24)+'tedVia']=_0x4d1443[_0x3c6daa(0x3dd,0x3e3,0x3fc,0x3d6)];const _0x3dbea3={};return _0x3dbea3['userId']=_0x449918[_0xcb788d(-_0xfa86a8._0x225490,-_0xfa86a8._0x242b8d,-_0xfa86a8._0x44c51f,-_0xfa86a8._0xdf54c7)][_0x3c6daa(_0xfa86a8._0x2ec90f,0x441,0x404,_0xfa86a8._0x52259b)],_0x3dbea3[_0x3c6daa(0x40c,_0xfa86a8._0x1d7505,0x437,_0xfa86a8._0x928eb1)]=_0x449918[_0xcb788d(-0x4e,-_0xfa86a8._0x259af8,-0x7e,-_0xfa86a8._0x17b1af)][_0xcb788d(-_0xfa86a8._0x1c98ee,-0x47,-0x33,-0x72)],_0x3dbea3[_0x3c6daa(_0xfa86a8._0x5d8124,0x458,_0xfa86a8._0x6f013b,_0xfa86a8._0x5b0a1a)]=_0x449918['path'],logger[_0xcb788d(-_0xfa86a8._0x1ed9ee,-_0xfa86a8._0x385177,-_0xfa86a8._0x4eb53b,-0x53)](_0x4d1443[_0xcb788d(-_0xfa86a8._0x567230,-0x6f,-0x90,-_0xfa86a8._0x1dc01f)],_0x3dbea3),_0x4d1443[_0x3c6daa(_0xfa86a8._0x279ceb,_0xfa86a8._0x5bcb52,_0xfa86a8._0x8ef1d0,0x41a)](_0x50daf0);}const _0x21e0fb={};_0x21e0fb[_0xcb788d(-_0xfa86a8._0x51dcf1,-_0xfa86a8._0x1769b6,-_0xfa86a8._0x18b1a1,-_0xfa86a8._0x326009)]=_0x449918[_0xcb788d(-0x40,-_0xfa86a8._0x419145,_0xfa86a8._0x191cc3,-0x49)],_0x21e0fb[_0xcb788d(-0x6c,-_0xfa86a8._0x23755a,-_0xfa86a8._0x325572,-_0xfa86a8._0x2b0203)]=_0x449918[_0x3c6daa(0x3fb,_0xfa86a8._0x2d9138,_0xfa86a8._0x57a5a6,0x3cc)];function _0xcb788d(_0x2689e4,_0x4b0ac2,_0x497fe4,_0x4aaa84){return _0x1ee4(_0x4b0ac2- -_0x14cf35._0x5e3a1d,_0x4aaa84);}_0x21e0fb['ip']=_0x449918['ip'],logger['debug'](_0x4d1443[_0xcb788d(-_0xfa86a8._0x53e491,-_0xfa86a8._0x4d40da,-0x11,-_0xfa86a8._0x3da7c8)],_0x21e0fb);const _0x1eb2d9={};function _0x3c6daa(_0x1ab464,_0x13e164,_0x26cdd1,_0x441e1a){return _0x1ee4(_0x1ab464-_0x1ba0e9._0x3889ef,_0x441e1a);}return _0x1eb2d9['error']=_0x4d1443[_0xcb788d(-0x9b,-_0xfa86a8._0x5276ef,-0x4e,-_0xfa86a8._0x5c1dad)],_0x1eb2d9['message']=_0x4d1443[_0xcb788d(-0x71,-0x7e,-0x90,-_0xfa86a8._0x3e80a1)],_0x3ae549[_0xcb788d(-_0xfa86a8._0x580df5,-0x69,-_0xfa86a8._0x4e521e,-_0xfa86a8._0x494c82)](-0x5e*0xb+0x3d+0x55e)[_0xcb788d(-_0xfa86a8._0x434b18,-0x2a,_0xfa86a8._0x2edb1f,-0x16)](_0x1eb2d9);}function _0x1ee4(_0x16c595,_0x5bd99f){_0x16c595=_0x16c595-(-0x3*0x59e+-0x1*0x677+-0x1fb*-0xc);const _0x9a43a9=_0x4544();let _0x59af68=_0x9a43a9[_0x16c595];if(_0x1ee4['MyUobR']===undefined){var _0xaed6a0=function(_0x3fc516){const _0x703936='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x40a148='',_0x5b0722='';for(let _0xe35a7f=0xd53+0x9ed+-0x1740,_0x439de6,_0x22e7ea,_0x166544=0xc49+-0x125e*-0x1+-0x1ea7;_0x22e7ea=_0x3fc516['charAt'](_0x166544++);~_0x22e7ea&&(_0x439de6=_0xe35a7f%(-0xb59*0x1+-0xa3*-0x1c+-0x677*0x1)?_0x439de6*(-0x18d9+0x1901+0x18)+_0x22e7ea:_0x22e7ea,_0xe35a7f++%(0x4*0x3bc+-0x1*0x1c5+0xd*-0x103))?_0x40a148+=String['fromCharCode'](-0x493*-0x3+-0xb*-0x387+0x3*-0x112d&_0x439de6>>(-(0x26e*-0x4+-0x3*0x97f+-0x43f*-0x9)*_0xe35a7f&-0xf71+0x1744+0x7cd*-0x1)):0x2363*0x1+0xfd3*0x2+-0x4309){_0x22e7ea=_0x703936['indexOf'](_0x22e7ea);}for(let _0x3f9cc0=0x4*0xe+0x3d+-0x75,_0x4d31ad=_0x40a148['length'];_0x3f9cc0<_0x4d31ad;_0x3f9cc0++){_0x5b0722+='%'+('00'+_0x40a148['charCodeAt'](_0x3f9cc0)['toString'](0x1df3+0x2*0xae7+-0x3*0x113b))['slice'](-(0x18a7*-0x1+0xe37*-0x1+-0x2*-0x1370));}return decodeURIComponent(_0x5b0722);};_0x1ee4['CyMEMf']=_0xaed6a0,_0x1ee4['xpjgIK']={},_0x1ee4['MyUobR']=!![];}const _0x302228=_0x9a43a9[0x2551+0x1*0x94f+-0x2ea0],_0x123bc2=_0x16c595+_0x302228,_0x258f90=_0x1ee4['xpjgIK'][_0x123bc2];return!_0x258f90?(_0x59af68=_0x1ee4['CyMEMf'](_0x59af68),_0x1ee4['xpjgIK'][_0x123bc2]=_0x59af68):_0x59af68=_0x258f90,_0x59af68;}function _0x4544(){const _0x4e6994=['vgvZDcbvC2vY','C3rHDhvZ','B3HUENy','iefqssbRzxK','BwvZC2fNzq','EvnlsgG','qMvHCMvYia','yxr0zw1WDa','Aw4GCgvYBwLZCW','sw52ywXPzcbbua','CMvXDwLYzwq','yuHHyKe','ndm5oti3nxPNu2XQzW','vhzMwNm','mJe2mtaYv1zzrfvb','ssbRzxKGyxr0zq','zgvIDwC','zw1HAwW','Bwv0Ag9K','C3vIC3rYAw5N','mty4mJi2otbyuevmqNO','CMvK','Dw1vvLi','rMfPBgvKihrVia','qxv0AgvUDgLJyq','EKXfuKe','Dhj1zq','C2vZC2LVBG','n2jmzvLnzW','mZa5nZu5uM10v2nq','DgvZDc11C2vY','wgHlDg0','AxffAuK','ALfjBNO','igLZigLUDMfSAq','DxnLCM5HBwu','DK1wuwi','BLvYBfu','zxj2zxiGzxjYBW','vgHLihbYB3zPza','zguGysb2ywXPza','B1fzrKy','EvzlD0q','C2n1wu8','B25Trw8','ota0mZe2meXKENjiyG','Bxb0','C29SDMvYlMPZ','DxnLCG','v01mD2G','DgLVBIbYzxf1Aq','mtjRyNrHt20','wenNBvK','yxv0AgvUDgLJyq','DgvZDa','DxnLCKLK','zw52','oxHMywLvEq','DgvZDebLEgfTCa','AxnZAw9UignOzq','BwLZC2LVBI1Yzq','thzXyKe','y2SGzMfPBgvK','mJGZmtC1nevgu2LyDa','ANnVBG','C3nOx3vZzxjUyq','zcbYzxf1zxn0','BIb0BYbHy2nLCW','r1nLDu0','CYb0AgLZihjLCW','B3vYy2u','zKfQDuK','sw50zxjUywWGCW','Cgf0Aa','reLtqujmrv9bvq','vw5HDxrOB3jPEG','BMfTzq','DgvKvMLH','u2HiANa','ywTbs1m','BgHOB2S','s0Tjy2W','qvbjigTLEsbHDq','yKvUsLC','q0jNsgS','uKrqzvm','D2fYBG','ssbRzxK','u2vZC2LVBIbHDq','tK9erv9ftLy','rM9YyMLKzgvU','ueTPr3m','zxjYB3i','Ewj6vMO','DgHLBNrPy2f0zq','r3D1ve8','ww91ig11C3qGyG','zsbSB2DNzwqGAq','mJaZnZm5q2XvqND0','qxz6yvm','qNvXBw8','DMvYAwz5igfKBq','AgvHzgvYCW','zwqGqvbjigTLEq','Aw9UCW'];_0x4544=function(){return _0x4e6994;};return _0x4544();}export async function requireAdmin(_0x1c89ca,_0x2a8205,_0x166a58){const _0x14ce83={_0x3a2d9f:0x159,_0x3eb6fb:0x158,_0xcfdb78:0x131,_0x2643b8:0x14f,_0x565445:0x158,_0x1190b8:0x2c8,_0x35a806:0x2b3,_0x3a4d0f:0x2a6,_0x1b10bd:0x29c,_0x4c28ef:0x2a6,_0x1e5534:0x294,_0x5db993:0x2c1,_0x168d77:0x24a,_0x4cb09a:0x289,_0x2fb678:0x189,_0x361b48:0x296,_0x3e0e6e:0x28b,_0x2a6a39:0x2bb,_0x3d002e:0x140,_0x2db5a2:0x14d,_0x468bc3:0x161,_0x44cf45:0x168,_0x167841:0x15a,_0x10e12f:0x26d,_0x2e8e67:0x164,_0x41a493:0x151,_0x2138c5:0x166,_0x491a1b:0x136,_0x468cc4:0x11f,_0x5a8dec:0x14d,_0x1a3f81:0x2d8,_0x270bd5:0x2c0,_0x32749c:0x114,_0x38889e:0x28c,_0x598aa6:0x25c,_0x3ea672:0x282,_0x162ea7:0x250,_0x8b7a2:0x129,_0x4296a3:0x290,_0x36ff61:0x276,_0x2790ce:0x143,_0x399dd6:0x111,_0x348875:0x123,_0x561e7c:0x12c,_0x48f421:0x2be,_0x53af74:0x28e,_0x45b48c:0xf4,_0x42bba3:0x122,_0x180fc6:0x281,_0x2d8d98:0x27f,_0x36d508:0xfd,_0x5e1054:0x150,_0x22af2e:0x15e,_0x2acc77:0x122,_0x397cb8:0x10f,_0x405f6e:0x2c1,_0x51df76:0x293,_0x194148:0x2bf,_0x582f0f:0x2ab,_0xa9a310:0x110,_0xe36dea:0xee,_0x462fc9:0x16b,_0x116be1:0x144,_0x87dec:0x11d,_0xc9a423:0x129,_0xd90b01:0x109,_0x171bf5:0xfe,_0x153132:0x2cc,_0x118138:0x2b0,_0x1fb16e:0x2b1,_0x35e827:0x272,_0x15f356:0x28a,_0x49ca0a:0x2a1,_0x5a5971:0x137,_0x14cf59:0x179,_0x411e1b:0x100,_0x47d59b:0x12e,_0x19362e:0x13a,_0x47232f:0xfc,_0x1a4064:0x2a5,_0x14b04b:0x2db,_0x3f1314:0x2dc,_0x55c97a:0x2ae,_0x32a8bb:0x2a3,_0x1b30bb:0x2d6,_0x4eb344:0x2a8,_0x5238aa:0x299,_0x4c3447:0x254,_0x7f3668:0x167,_0x591b6b:0x148,_0x3c32f7:0x2c4,_0x1c14e9:0x11f,_0x541be8:0x102,_0x21cfaa:0x11e,_0x1571d4:0x182,_0x4e737c:0x188,_0x13d9eb:0x2a5,_0x2ff1b9:0x27d,_0x1156a8:0x24d,_0x20549c:0x13b,_0x77b21:0x144,_0x1cd8ad:0xe0,_0x5981a3:0x111,_0x430196:0x105,_0x1dfdf5:0xea,_0x3eeec4:0x283,_0x2e64ef:0x111,_0x2dc0b6:0x115,_0x44ea1b:0x2b1,_0x22cd30:0x2c0,_0x15326f:0x103,_0x16e177:0xdf,_0x3ad7c8:0x297,_0x205579:0x29b,_0x3ba422:0x14a,_0x2d238c:0x133,_0x4e4681:0x176,_0x5eb0ed:0x13d,_0x1f2099:0x14d,_0x241c76:0x136,_0x3821e7:0x145,_0x5f5c26:0x2a8,_0x990ea9:0x29d,_0x31283f:0x2b4,_0x1d604f:0x152,_0x5a80a7:0x14f,_0x480e14:0x181,_0x2bfa0a:0x251,_0x45c2cb:0x268};function _0x5336a3(_0x1e6a2d,_0x1663f2,_0x5e4320,_0x1d9153){return _0x1ee4(_0x1663f2-0x93,_0x1d9153);}const _0x4c2fea={'PKiGs':'Admin\x20perm'+_0x5336a3(0x139,_0x14ce83._0x3a2d9f,_0x14ce83._0x3eb6fb,_0x14ce83._0xcfdb78)+_0x5336a3(_0x14ce83._0x2643b8,0x15c,0x15c,_0x14ce83._0x565445),'CBgHk':'Failed\x20to\x20'+_0x14f62e(-0x29d,-0x2a3,-0x2b6,-_0x14ce83._0x1190b8)+_0x5336a3(0x140,0x126,0x121,0x128)+_0x14f62e(-0x2a4,-0x2cd,-_0x14ce83._0x35a806,-_0x14ce83._0x3a4d0f),'oQYFF':_0x14f62e(-_0x14ce83._0x1b10bd,-_0x14ce83._0x4c28ef,-_0x14ce83._0x1e5534,-_0x14ce83._0x5db993),'MgPQz':_0x14f62e(-_0x14ce83._0x168d77,-_0x14ce83._0x4cb09a,-0x27c,-0x280),'WfyZh':_0x5336a3(0x14a,_0x14ce83._0x565445,0x16f,_0x14ce83._0x2fb678)+'le.com','onmEo':'Test\x20User','WMLwh':_0x14f62e(-_0x14ce83._0x361b48,-_0x14ce83._0x3e0e6e,-_0x14ce83._0x2a6a39,-0x29a)+_0x5336a3(0x110,0x116,_0x14ce83._0x3d002e,0x12e)+_0x5336a3(_0x14ce83._0x2db5a2,_0x14ce83._0x468bc3,_0x14ce83._0x44cf45,_0x14ce83._0x167841)+_0x14f62e(-0x23c,-0x285,-_0x14ce83._0x10e12f,-0x28d)+_0x5336a3(0x18e,_0x14ce83._0x2e8e67,0x16b,_0x14ce83._0x41a493),'aHabA':function(_0x83ba8b,_0x33cbc9){return _0x83ba8b===_0x33cbc9;},'nUrlU':'yImpP','iqEiI':'../lib/per'+_0x5336a3(_0x14ce83._0x2138c5,0x15a,0x16f,_0x14ce83._0x491a1b)+_0x5336a3(_0x14ce83._0x468cc4,_0x14ce83._0x5a8dec,0x15d,0x163),'scuYO':function(_0x35f578,_0x4f9324){return _0x35f578(_0x4f9324);},'bEnJW':'XVTVZ','oxnzv':_0x14f62e(-_0x14ce83._0x1a3f81,-_0x14ce83._0x270bd5,-0x2c1,-0x2c7),'vMVQb':function(_0x1bacbd){return _0x1bacbd();},'LvqbA':_0x5336a3(0x121,_0x14ce83._0x32749c,0x116,0xe2),'KKIcl':'Internal\x20s'+_0x14f62e(-_0x14ce83._0x38889e,-0x26f,-_0x14ce83._0x38889e,-0x296)+'r'};if(!_0x1c89ca[_0x14f62e(-_0x14ce83._0x598aa6,-0x296,-_0x14ce83._0x3ea672,-_0x14ce83._0x162ea7)]){if(_0x4c2fea[_0x5336a3(0x11d,_0x14ce83._0x8b7a2,0x150,0x13b)](_0x4c2fea[_0x14f62e(-_0x14ce83._0x4296a3,-_0x14ce83._0x36ff61,-0x28d,-0x2a3)],_0x4c2fea[_0x5336a3(0x146,_0x14ce83._0x2790ce,0x140,_0x14ce83._0x2138c5)])){const _0x44a08f={};return _0x44a08f[_0x5336a3(0x100,_0x14ce83._0x399dd6,0x138,0x138)]=_0x5336a3(_0x14ce83._0x348875,0x136,0x108,0x141)+_0x5336a3(_0x14ce83._0x561e7c,0x150,0x16c,0x15a)+_0x14f62e(-_0x14ce83._0x48f421,-0x2c5,-0x29d,-_0x14ce83._0x53af74),_0x44a08f[_0x5336a3(_0x14ce83._0x45b48c,_0x14ce83._0x42bba3,0x136,0x106)]=_0x4c2fea[_0x14f62e(-0x26d,-0x25b,-_0x14ce83._0x180fc6,-_0x14ce83._0x2d8d98)],_0x2a8205[_0x5336a3(_0x14ce83._0x36d508,0x11f,0x151,0x138)](0x2f*-0xbb+-0x1f5*0xb+-0x1*-0x396d)[_0x5336a3(_0x14ce83._0x5e1054,_0x14ce83._0x22af2e,0x15d,0x16a)](_0x44a08f);}else{const _0x5017f2={};_0x5017f2['error']=_0x5f0b13[_0x5336a3(0x10e,_0x14ce83._0x2acc77,0x10a,_0x14ce83._0x397cb8)],_0x5017f2['userId']=_0x4e15de['user']['id'],_0x40706c[_0x14f62e(-_0x14ce83._0x405f6e,-_0x14ce83._0x51df76,-_0x14ce83._0x194148,-0x298)](_0x4c2fea[_0x14f62e(-_0x14ce83._0x582f0f,-0x2c0,-_0x14ce83._0x270bd5,-0x2e0)],_0x5017f2);const _0x4dabaf={};return _0x4dabaf[_0x5336a3(_0x14ce83._0xa9a310,_0x14ce83._0x399dd6,_0x14ce83._0xe36dea,0x135)]=_0x14f62e(-0x239,-0x263,-0x26a,-_0x14ce83._0x10e12f)+_0x5336a3(_0x14ce83._0x462fc9,_0x14ce83._0x116be1,_0x14ce83._0x87dec,_0x14ce83._0xc9a423)+'r',_0x4dabaf['message']=_0x4c2fea[_0x5336a3(0x123,_0x14ce83._0xd90b01,0x126,_0x14ce83._0x171bf5)],_0xd019ab[_0x14f62e(-_0x14ce83._0x153132,-_0x14ce83._0x118138,-_0x14ce83._0x1fb16e,-0x2b1)](0x21a*0x12+0x473+-0x2853)[_0x14f62e(-0x254,-0x259,-_0x14ce83._0x35e827,-_0x14ce83._0x15f356)](_0x4dabaf);}}function _0x14f62e(_0x2cade2,_0x1a2d98,_0x1fa566,_0xe617f7){return _0x1ee4(_0x1fa566- -0x33d,_0x1a2d98);}try{const {hasAllPermissions:_0xcc8c0f}=await import(_0x4c2fea[_0x14f62e(-0x294,-_0x14ce83._0x49ca0a,-0x292,-0x2c6)]),_0x4d7d2a=await _0x4c2fea[_0x14f62e(-0x26c,-0x26b,-0x287,-0x267)](_0xcc8c0f,_0x1c89ca[_0x5336a3(_0x14ce83._0x5a5971,0x14e,_0x14ce83._0x14cf59,0x144)]['id']);if(!_0x4d7d2a){if(_0x4c2fea[_0x5336a3(0x10f,0x129,_0x14ce83._0x3a2d9f,0x137)](_0x4c2fea[_0x5336a3(_0x14ce83._0x411e1b,0x108,_0x14ce83._0x47d59b,0x115)],_0x4c2fea[_0x14f62e(-0x2a2,-0x2a2,-0x2c8,-0x2f1)])){const _0x52c8ec={};return _0x52c8ec[_0x5336a3(_0x14ce83._0x19362e,0x111,_0x14ce83._0x47232f,_0x14ce83._0x8b7a2)]=_0x4c2fea[_0x14f62e(-_0x14ce83._0x1a4064,-_0x14ce83._0x14b04b,-0x2b0,-0x2bf)],_0x52c8ec[_0x14f62e(-0x2bc,-_0x14ce83._0x3f1314,-_0x14ce83._0x55c97a,-0x295)]='Server\x20Adm'+'in\x20access\x20'+_0x14f62e(-_0x14ce83._0x32a8bb,-_0x14ce83._0x1b30bb,-_0x14ce83._0x4eb344,-_0x14ce83._0x5238aa),_0x2a8205['status'](-0x1*-0xaf7+-0x2478+-0x6c5*-0x4)[_0x14f62e(-0x2a2,-_0x14ce83._0x4c3447,-_0x14ce83._0x35e827,-0x241)](_0x52c8ec);}else{const _0x8d0081={};return _0x8d0081['id']=_0x4c2fea[_0x5336a3(_0x14ce83._0x7f3668,0x147,_0x14ce83._0x591b6b,0x130)],_0x8d0081[_0x14f62e(-0x286,-0x2ab,-0x28f,-_0x14ce83._0x3c32f7)]=_0x4c2fea['MgPQz'],_0x8d0081[_0x5336a3(_0x14ce83._0x1c14e9,0x12f,0x121,_0x14ce83._0x541be8)]=_0x4c2fea['WfyZh'],_0x8d0081['name']=_0x4c2fea[_0x5336a3(_0x14ce83._0x21cfaa,0x14a,0x159,_0x14ce83._0x22af2e)],_0x8d0081[_0x5336a3(_0x14ce83._0x1571d4,0x15f,0x18a,_0x14ce83._0x4e737c)+'me']=_0x4c2fea['MgPQz'],_0x3eaf01['user']=_0x8d0081,_0x461b93[_0x14f62e(-_0x14ce83._0x13d9eb,-0x264,-_0x14ce83._0x2ff1b9,-_0x14ce83._0x1156a8)+'tedVia']=_0x4c2fea['MgPQz'],_0x29ac3c();}}_0x4c2fea[_0x5336a3(0x163,0x142,0x139,0x172)](_0x166a58);}catch(_0x265496){if(_0x4c2fea[_0x5336a3(_0x14ce83._0x20549c,0x15b,_0x14ce83._0x47d59b,_0x14ce83._0x77b21)]===_0x4c2fea['LvqbA']){const _0x4e7e0f={};_0x4e7e0f[_0x5336a3(_0x14ce83._0x1cd8ad,_0x14ce83._0x5981a3,_0x14ce83._0x430196,_0x14ce83._0x1dfdf5)]=_0x265496['message'],_0x4e7e0f[_0x14f62e(-0x263,-_0x14ce83._0x3eeec4,-0x27b,-0x2a9)]=_0x1c89ca['user']['id'],logger[_0x5336a3(0x13c,_0x14ce83._0x2e64ef,0xee,_0x14ce83._0x2dc0b6)](_0x4c2fea[_0x14f62e(-0x2eb,-_0x14ce83._0x44ea1b,-_0x14ce83._0x22cd30,-0x2c6)],_0x4e7e0f);const _0xe3132e={};return _0xe3132e['error']=_0x4c2fea[_0x5336a3(0xd8,0x106,_0x14ce83._0x15326f,_0x14ce83._0x16e177)],_0xe3132e['message']=_0x14f62e(-_0x14ce83._0x3ad7c8,-0x2ca,-_0x14ce83._0x205579,-0x2c2)+_0x14f62e(-0x2ea,-0x28c,-0x2b6,-0x2b4)+_0x5336a3(_0x14ce83._0x2790ce,0x126,0x157,0x148)+_0x5336a3(_0x14ce83._0x3ba422,_0x14ce83._0x87dec,_0x14ce83._0x2d238c,0x103),_0x2a8205['status'](-0xa65*0x1+-0x1f7d+0x2bd6)[_0x5336a3(_0x14ce83._0x4e4681,_0x14ce83._0x22af2e,0x18b,_0x14ce83._0x5eb0ed)](_0xe3132e);}else{const _0x204c7c={};return _0x204c7c['error']=_0x5336a3(_0x14ce83._0x1f2099,_0x14ce83._0x241c76,0x104,_0x14ce83._0x3821e7)+_0x5336a3(0x165,0x150,0x15a,_0x14ce83._0x468bc3)+_0x14f62e(-_0x14ce83._0x5f5c26,-0x2a7,-_0x14ce83._0x990ea9,-_0x14ce83._0x31283f),_0x204c7c['message']=_0x4c2fea[_0x5336a3(_0x14ce83._0x1d604f,_0x14ce83._0x5a80a7,_0x14ce83._0x167841,_0x14ce83._0x480e14)],_0x2d8788[_0x5336a3(0x119,_0x14ce83._0x1c14e9,0x13f,_0x14ce83._0xc9a423)](-0x160a+0xa40+0xd5b)[_0x14f62e(-_0x14ce83._0x2bfa0a,-_0x14ce83._0x45c2cb,-0x272,-0x24f)](_0x204c7c);}}}
|
|
1
|
+
function _0x395e(_0x4d4903,_0x501753){_0x4d4903=_0x4d4903-(0xf14+0x153b*-0x1+0x71f);const _0x9aa24e=_0x2937();let _0x49f09a=_0x9aa24e[_0x4d4903];if(_0x395e['DwdAba']===undefined){var _0x32003e=function(_0x5cc114){const _0x2b0e96='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x5cc056='',_0xa67575='';for(let _0x3bfa1a=0x7eb*-0x4+-0x1c3a+-0x3be6*-0x1,_0x2f3ebe,_0x90cec2,_0x5e64c4=0x1*0x2b3+0x29*-0x37+-0x2e*-0x22;_0x90cec2=_0x5cc114['charAt'](_0x5e64c4++);~_0x90cec2&&(_0x2f3ebe=_0x3bfa1a%(0x86a*-0x1+-0x10f*-0x9+-0x119)?_0x2f3ebe*(-0x47f*0x1+-0x19*-0x86+0x23*-0x3d)+_0x90cec2:_0x90cec2,_0x3bfa1a++%(0x3cf+0x10ab+0xa3b*-0x2))?_0x5cc056+=String['fromCharCode'](-0x1013+-0x12*0xb1+0x1d84*0x1&_0x2f3ebe>>(-(0x139*0x10+-0x1b*0x49+0x5*-0x25f)*_0x3bfa1a&0x1*-0x2349+-0xd01+0x3050*0x1)):0x1b14+0x2384+-0x3e98){_0x90cec2=_0x2b0e96['indexOf'](_0x90cec2);}for(let _0x303a52=0x17a0+-0x154e+0x12*-0x21,_0x47e4d9=_0x5cc056['length'];_0x303a52<_0x47e4d9;_0x303a52++){_0xa67575+='%'+('00'+_0x5cc056['charCodeAt'](_0x303a52)['toString'](0x157+0x267*-0x6+-0x3*-0x461))['slice'](-(0xc4+0x2e*-0xc5+-0x8a9*-0x4));}return decodeURIComponent(_0xa67575);};_0x395e['kcONid']=_0x32003e,_0x395e['BaDztF']={},_0x395e['DwdAba']=!![];}const _0x4bde53=_0x9aa24e[-0x7*0x4d4+0x2*0x6a1+0x2*0xa45],_0x5c36b1=_0x4d4903+_0x4bde53,_0x38ad09=_0x395e['BaDztF'][_0x5c36b1];return!_0x38ad09?(_0x49f09a=_0x395e['kcONid'](_0x49f09a),_0x395e['BaDztF'][_0x5c36b1]=_0x49f09a):_0x49f09a=_0x38ad09,_0x49f09a;}(function(_0x493022,_0x5d32a7){const _0x422f08={_0x33bcdb:0x36b,_0x4f4789:0x32d,_0x52fcd9:0x121,_0x372989:0x12c,_0x3f1377:0x33c,_0x3e8ce6:0x321,_0x1852cb:0x10e,_0x2d8a66:0x127,_0x4af49b:0xf2,_0x18872e:0x33a,_0x93762b:0x323,_0x12c837:0x343,_0x21a1a8:0x324,_0x393b66:0x34b,_0x2f8da3:0x340,_0x55ff38:0x33a,_0x33a54e:0x169,_0x846223:0x162,_0x50fef3:0x18c};function _0x2398cd(_0x470869,_0x271a28,_0x46c8a7,_0x597d24){return _0x395e(_0x46c8a7-0x1e4,_0x597d24);}function _0x168706(_0x139947,_0x58cce6,_0x1890ac,_0x5dd207){return _0x395e(_0x139947- -0x263,_0x58cce6);}const _0x3da22f=_0x493022();while(!![]){try{const _0x16d18f=parseInt(_0x168706(-0x16b,-0x14c,-0x144,-0x1a1))/(0x1*0x1aa2+0x15a4+-0x55d*0x9)+-parseInt(_0x2398cd(_0x422f08._0x33bcdb,_0x422f08._0x4f4789,0x335,0x32c))/(0x6*0x313+-0x156f+0x2ff)+parseInt(_0x168706(-0x14a,-0x137,-_0x422f08._0x52fcd9,-_0x422f08._0x372989))/(0xf*0x278+-0x4*-0x635+-0x47*0xdf)+-parseInt(_0x2398cd(_0x422f08._0x3f1377,0x318,_0x422f08._0x3e8ce6,0x33b))/(0x754+-0x6*0x24a+0x66c)*(-parseInt(_0x168706(-_0x422f08._0x1852cb,-0x10e,-0xed,-0xda))/(-0x111*0x23+-0x211d+0x4675))+-parseInt(_0x168706(-_0x422f08._0x2d8a66,-_0x422f08._0x4af49b,-0x131,-0x11c))/(-0x1d4c+-0x1*0x1b70+0x1*0x38c2)+-parseInt(_0x2398cd(0x369,0x35a,0x33f,_0x422f08._0x18872e))/(-0x13ba+0x7*0x32e+-0x281)*(parseInt(_0x2398cd(_0x422f08._0x93762b,_0x422f08._0x12c837,_0x422f08._0x21a1a8,_0x422f08._0x393b66))/(0xf*-0xfb+0x7fc+0x6c1))+-parseInt(_0x2398cd(0x2df,_0x422f08._0x2f8da3,0x30e,_0x422f08._0x55ff38))/(0x49*0x1d+-0x98b+0x14f*0x1)*(parseInt(_0x168706(-_0x422f08._0x33a54e,-_0x422f08._0x846223,-0x176,-_0x422f08._0x50fef3))/(-0x771+0x22e+0x54d));if(_0x16d18f===_0x5d32a7)break;else _0x3da22f['push'](_0x3da22f['shift']());}catch(_0x57d21e){_0x3da22f['push'](_0x3da22f['shift']());}}}(_0x2937,0x1f9d*-0x3c+0x8d8a6+0x7a9be));import{logger}from'../lib/logger.js';import{validateApiKey}from'../lib/apiKeys.js';import{findUserById}from'../lib/users.js';export async function requireAuth(_0x258030,_0x36a127,_0x5ea7d6){const _0x437dc2={_0x397216:0x1f3,_0xfc158:0x1f8,_0x3cdbed:0x1c2,_0x558573:0x1cc,_0x5a57f7:0x1c1,_0x5e1e11:0x1ea,_0x8a2deb:0x209,_0x3ceb2f:0x1fc,_0x502f1d:0x18b,_0x446b87:0x18b,_0x3cc291:0x28c,_0x5ab1af:0x1a6,_0x1215aa:0x1cb,_0x5c6db7:0x22c,_0x301f27:0x223,_0x188a65:0x247,_0x1c76c1:0x1c3,_0x45c863:0x21e,_0x3b2033:0x221,_0x3982ee:0x2b7,_0x443538:0x289,_0x4cabec:0x1d9,_0x2a0280:0x217,_0x302571:0x1f4,_0x218e7f:0x279,_0x2ae16b:0x246,_0x48ecb9:0x26d,_0x22a9a1:0x25e,_0x1e19fc:0x2b0,_0x135361:0x28c,_0x4157d1:0x25a,_0x53f4be:0x16f,_0x3db9f2:0x2ab,_0x49d99a:0x29a,_0x2e336b:0x26d,_0x189203:0x284,_0x389376:0x1df,_0x4abb32:0x1de,_0x2e1b13:0x1c1,_0x232447:0x1ec,_0x79f24c:0x268,_0xbe090b:0x26b,_0x54b3ac:0x1d8,_0x159794:0x200,_0x596df0:0x226,_0x36e068:0x1f1,_0x9d4c97:0x1e5,_0x5ce644:0x18d,_0xde5384:0x292,_0x126395:0x28a,_0x107e94:0x267,_0x1a7e56:0x284,_0x15ee76:0x23f,_0x86df44:0x250,_0x13afd3:0x19c,_0x425691:0x1a9,_0x235c2c:0x1d2,_0x5c0219:0x2a2,_0x41af7b:0x285,_0x42bdcd:0x21d,_0x29661c:0x242,_0x7db77:0x274,_0xbe8844:0x270,_0x2cd359:0x265,_0x52e439:0x266,_0x51ee88:0x29d,_0x106bf9:0x200,_0x43e951:0x1b8,_0x50f58f:0x1d6,_0x4ec41d:0x247,_0x256c9c:0x1c7,_0x3e5433:0x198,_0x823e3a:0x214,_0x4a7e96:0x1fa,_0x373bcf:0x1e1,_0x1eefd0:0x1d7,_0x2206f9:0x271,_0x2b0140:0x197,_0x45aea4:0x1be,_0x1aa413:0x273,_0x1afb78:0x1bf,_0xd6253e:0x1ad,_0x235290:0x192,_0x12ab09:0x1d0,_0x2ee884:0x22e,_0x19a78d:0x278,_0x55f678:0x251,_0x265c0a:0x265,_0x18a0d1:0x262,_0xf110e5:0x25a,_0x55a6a7:0x2ae,_0x5c4bc7:0x254,_0x4aa0ee:0x25c,_0xe0e814:0x28d,_0x39ef61:0x26b,_0x9d8d0e:0x28f,_0x3bf73a:0x254,_0x2f76cb:0x269,_0x45f239:0x26e,_0x67ac0d:0x214,_0x31ad18:0x1ff,_0x477e94:0x2a8,_0x24e1c2:0x20e,_0x315a16:0x244,_0xd4a379:0x253,_0x26a224:0x24b,_0x1fc240:0x1ae,_0x1a4d24:0x1b0,_0xab77da:0x262,_0x582124:0x24b,_0x4e5f78:0x183,_0x11175b:0x17c,_0x5648a9:0x1a2,_0x3bc466:0x276,_0x4ff311:0x235,_0x202710:0x19d,_0x3742d0:0x1ca,_0x580612:0x19f,_0x2e571f:0x24e,_0x29538b:0x262,_0x3f08b0:0x264,_0x2dbb87:0x288,_0x581bee:0x265,_0x10086a:0x232,_0x4df42c:0x27c,_0x267315:0x251,_0x174ab0:0x19a,_0x433299:0x1be,_0x274861:0x19f,_0xa43745:0x190,_0x53b1a4:0x16e,_0xd79a90:0x1a0,_0x2ce2c8:0x225,_0x2ab521:0x222,_0x7dd0c8:0x23b,_0x5b67c2:0x24a,_0x4daff2:0x237,_0x430a4a:0x210,_0x431f8a:0x1e0,_0x49fd03:0x1cc,_0x18696d:0x204,_0x3cd839:0x1d3,_0x41404e:0x187,_0x4d2f8b:0x297,_0x2b736e:0x261,_0x37d6cf:0x1e4,_0x4fb7e7:0x29b,_0x3caa34:0x206,_0x3594d1:0x1b6,_0x36f374:0x241,_0x42b842:0x1c9,_0x2258ee:0x2ad,_0x387f53:0x265,_0x4b7dd0:0x18b,_0x46711c:0x1ac,_0x164399:0x1c0,_0x5072ec:0x1d7,_0x46c1b9:0x1b7,_0x258ddb:0x2c3,_0xf08b29:0x296,_0x5cddf5:0x1ca,_0xab3238:0x1a5,_0x4b07c3:0x229,_0x20c044:0x1f5,_0x55fca5:0x2a5,_0x541457:0x2c7,_0x4ad20d:0x1a1,_0xd3042b:0x1da,_0x206807:0x173,_0x39c3a6:0x1be,_0x20459b:0x185,_0x2e957f:0x202,_0x247e3e:0x22f,_0x18756b:0x179,_0x1d5595:0x17b,_0x254609:0x1b1,_0x44bfdb:0x19c,_0x228c5c:0x299,_0x7fcd4b:0x2b8,_0x2bacd5:0x236,_0x85b77b:0x24f,_0x394ade:0x1ad,_0x533489:0x1d4,_0x54a30f:0x1d2,_0x368357:0x1a2,_0x28eb3e:0x182,_0x1b58db:0x1b6,_0x1e990e:0x1b0,_0x44228a:0x1d4,_0x3b5e9b:0x191,_0x2c3a64:0x25b,_0x345f1f:0x1ca,_0x52bbf4:0x1d9,_0x2c2343:0x24c,_0x5c662f:0x254,_0x123de2:0x246,_0x1e384b:0x252,_0x1ecc76:0x2ab,_0x5cb19b:0x27a,_0x112983:0x176,_0x4585bf:0x1a4,_0x53cdc9:0x1a8},_0x4b1799={'eZAND':function(_0x48c87b,_0x1bd8c1){return _0x48c87b===_0x1bd8c1;},'gUMXQ':_0x445fd3(-0x1c4,-_0x437dc2._0x397216,-_0x437dc2._0xfc158,-_0x437dc2._0x3cdbed),'iHQwX':function(_0x5628c8,_0x5443b1){return _0x5628c8===_0x5443b1;},'UIbbJ':_0x445fd3(-_0x437dc2._0x558573,-_0x437dc2._0x5a57f7,-0x1bc,-0x1cd),'YetNQ':_0x445fd3(-0x21b,-_0x437dc2._0x5e1e11,-_0x437dc2._0x8a2deb,-_0x437dc2._0x3ceb2f)+_0x445fd3(-0x179,-_0x437dc2._0x502f1d,-_0x437dc2._0x446b87,-0x1a4),'qGkrJ':_0x248c12(-_0x437dc2._0x3cc291,-0x2b1,-0x280,-0x286),'uqpeg':function(_0x2408d4){return _0x2408d4();},'WtpwL':'Bearer\x20','LpNMU':function(_0x5b80cb,_0xbf2053){return _0x5b80cb===_0xbf2053;},'NaOsg':'uNOUn','GBvFh':function(_0xc03226,_0x2f1392){return _0xc03226(_0x2f1392);},'EzZzO':_0x445fd3(-_0x437dc2._0x5ab1af,-0x1c1,-0x1d5,-_0x437dc2._0x1215aa),'VpJHr':_0x248c12(-_0x437dc2._0x5c6db7,-_0x437dc2._0x301f27,-0x23c,-_0x437dc2._0x188a65)+_0x445fd3(-0x1e1,-0x1a2,-_0x437dc2._0x1c76c1,-0x1c1)+_0x445fd3(-0x209,-_0x437dc2._0x45c863,-_0x437dc2._0x3b2033,-0x1f6),'MatYA':function(_0x18f8c3){return _0x18f8c3();},'bPFPR':'Invalid\x20AP'+_0x248c12(-_0x437dc2._0x3982ee,-0x2ad,-0x2ae,-_0x437dc2._0x443538)+_0x445fd3(-0x218,-_0x437dc2._0x4cabec,-_0x437dc2._0x2a0280,-_0x437dc2._0x302571),'OFCpy':_0x248c12(-0x27c,-_0x437dc2._0x218e7f,-_0x437dc2._0x2ae16b,-0x254)+_0x248c12(-0x283,-0x26b,-_0x437dc2._0x48ecb9,-_0x437dc2._0x22a9a1),'DuGHy':_0x248c12(-_0x437dc2._0x22a9a1,-0x282,-_0x437dc2._0x1e19fc,-_0x437dc2._0x135361)+'ed\x20API\x20key'+_0x248c12(-_0x437dc2._0x4157d1,-0x271,-0x242,-0x257)+'d\x20or\x20expir'+'ed','QAXFP':function(_0xf73556,_0x8d0b77){return _0xf73556(_0x8d0b77);},'nPdHo':_0x445fd3(-_0x437dc2._0x53f4be,-0x189,-0x1ae,-0x1a5),'BFTcp':function(_0x5abaf2){return _0x5abaf2();},'AzebP':_0x248c12(-_0x437dc2._0x3db9f2,-_0x437dc2._0x49d99a,-_0x437dc2._0x2e336b,-_0x437dc2._0x189203)+_0x445fd3(-_0x437dc2._0x389376,-_0x437dc2._0x4abb32,-_0x437dc2._0x2e1b13,-_0x437dc2._0x232447)+_0x248c12(-0x260,-_0x437dc2._0x79f24c,-_0x437dc2._0xbe090b,-0x26d),'GMQKs':'Authentica'+_0x445fd3(-0x1e7,-0x1a5,-0x1dd,-0x1c3)+'red','SYzVU':_0x445fd3(-_0x437dc2._0x54b3ac,-_0x437dc2._0x159794,-_0x437dc2._0x596df0,-_0x437dc2._0x36e068)+'e\x20logged\x20i'+_0x445fd3(-_0x437dc2._0x9d4c97,-0x1e2,-_0x437dc2._0x5ce644,-0x1af)+_0x248c12(-_0x437dc2._0xde5384,-0x254,-_0x437dc2._0x126395,-_0x437dc2._0x107e94)+'\x20API\x20key'};if(_0x4b1799[_0x248c12(-_0x437dc2._0x1a7e56,-0x22b,-_0x437dc2._0x15ee76,-_0x437dc2._0x86df44)](process[_0x445fd3(-_0x437dc2._0x3cdbed,-_0x437dc2._0x13afd3,-_0x437dc2._0x425691,-_0x437dc2._0x235c2c)][_0x248c12(-_0x437dc2._0x5c0219,-_0x437dc2._0x41af7b,-0x297,-0x290)],_0x4b1799['gUMXQ'])||_0x4b1799[_0x248c12(-_0x437dc2._0x42bdcd,-_0x437dc2._0x29661c,-0x219,-0x244)](process[_0x248c12(-0x299,-0x256,-_0x437dc2._0x7db77,-_0x437dc2._0xbe8844)]['DISABLE_AU'+'TH'],'true')){const _0x4c33a7={};return _0x4c33a7['id']=_0x4b1799[_0x248c12(-0x23f,-0x27c,-0x27d,-_0x437dc2._0x2cd359)],_0x4c33a7[_0x248c12(-_0x437dc2._0x52e439,-0x25d,-_0x437dc2._0x51ee88,-_0x437dc2._0x41af7b)]=_0x4b1799[_0x445fd3(-_0x437dc2._0x106bf9,-_0x437dc2._0x43e951,-0x1a3,-_0x437dc2._0x50f58f)],_0x4c33a7[_0x248c12(-_0x437dc2._0x4ec41d,-0x265,-0x255,-0x255)]=_0x4b1799[_0x445fd3(-_0x437dc2._0x256c9c,-0x1c4,-_0x437dc2._0x3e5433,-0x1b0)],_0x4c33a7[_0x445fd3(-0x1f1,-_0x437dc2._0x596df0,-_0x437dc2._0x823e3a,-_0x437dc2._0xfc158)]=_0x4b1799[_0x445fd3(-0x1f4,-_0x437dc2._0x4a7e96,-_0x437dc2._0x373bcf,-_0x437dc2._0x1eefd0)],_0x4c33a7['ssh_userna'+'me']=_0x4b1799[_0x248c12(-_0x437dc2._0x52e439,-0x275,-_0x437dc2._0x2206f9,-0x274)],_0x258030[_0x445fd3(-0x198,-0x1bf,-_0x437dc2._0x2b0140,-_0x437dc2._0x45aea4)]=_0x4c33a7,_0x258030[_0x248c12(-0x2bc,-0x28b,-_0x437dc2._0x1aa413,-0x293)+_0x445fd3(-_0x437dc2._0x1afb78,-0x202,-0x1d3,-0x1d0)]=_0x4b1799['gUMXQ'],_0x4b1799['uqpeg'](_0x5ea7d6);}const _0x1b29f7=_0x258030['headers'][_0x445fd3(-_0x437dc2._0xd6253e,-_0x437dc2._0x235290,-_0x437dc2._0x12ab09,-0x1ac)+_0x248c12(-0x244,-_0x437dc2._0x2ee884,-_0x437dc2._0x19a78d,-_0x437dc2._0x55f678)];if(_0x1b29f7&&_0x1b29f7[_0x248c12(-0x2ae,-_0x437dc2._0x265c0a,-0x26d,-0x278)](_0x4b1799['WtpwL'])){if(_0x4b1799['LpNMU'](_0x4b1799[_0x248c12(-0x279,-_0x437dc2._0x18a0d1,-_0x437dc2._0xf110e5,-0x283)],_0x4b1799[_0x248c12(-0x250,-_0x437dc2._0x55a6a7,-0x29c,-0x283)])){const _0x3299c4=_0x1b29f7[_0x248c12(-0x21c,-_0x437dc2._0x5c4bc7,-0x220,-0x23f)](-0x136c+0x1c4e+0x8db*-0x1),_0x3c38ec=await _0x4b1799['GBvFh'](validateApiKey,_0x3299c4);if(_0x3c38ec){_0x258030[_0x248c12(-0x262,-_0x437dc2._0x218e7f,-0x269,-_0x437dc2._0x4aa0ee)]=_0x3c38ec,_0x258030[_0x248c12(-_0x437dc2._0x107e94,-_0x437dc2._0xe0e814,-_0x437dc2._0x39ef61,-0x293)+_0x248c12(-_0x437dc2._0x9d8d0e,-_0x437dc2._0x3bf73a,-_0x437dc2._0x2f76cb,-_0x437dc2._0x45f239)]=_0x4b1799[_0x445fd3(-_0x437dc2._0x67ac0d,-0x203,-0x1ec,-_0x437dc2._0x31ad18)];const _0x478bca={};return _0x478bca['userId']=_0x3c38ec['id'],_0x478bca[_0x248c12(-_0x437dc2._0x477e94,-0x2ba,-0x257,-0x285)]=_0x3c38ec[_0x445fd3(-_0x437dc2._0x24e1c2,-0x1d2,-0x1c7,-0x1e7)],_0x478bca[_0x248c12(-_0x437dc2._0x315a16,-0x242,-_0x437dc2._0xd4a379,-0x24b)]=_0x258030[_0x248c12(-0x231,-0x224,-0x268,-_0x437dc2._0x26a224)],logger[_0x445fd3(-_0x437dc2._0x1fc240,-_0x437dc2._0x1a4d24,-0x171,-0x19c)](_0x4b1799['VpJHr'],_0x478bca),_0x4b1799['MatYA'](_0x5ea7d6);}const _0x355b01={};_0x355b01[_0x248c12(-0x252,-_0x437dc2._0xab77da,-0x27d,-_0x437dc2._0x582124)]=_0x258030['path'],_0x355b01[_0x445fd3(-_0x437dc2._0x13afd3,-_0x437dc2._0x4e5f78,-_0x437dc2._0x11175b,-_0x437dc2._0x5648a9)]=_0x258030[_0x248c12(-_0x437dc2._0x3bc466,-0x23b,-_0x437dc2._0x4ff311,-0x240)],logger['warn'](_0x4b1799[_0x445fd3(-0x18a,-_0x437dc2._0x202710,-_0x437dc2._0x3742d0,-_0x437dc2._0x580612)],_0x355b01);const _0x3c4c91={};return _0x3c4c91['error']=_0x4b1799['OFCpy'],_0x3c4c91['message']=_0x4b1799[_0x248c12(-_0x437dc2._0x2e571f,-_0x437dc2._0x29538b,-0x249,-_0x437dc2._0x3f08b0)],_0x36a127[_0x248c12(-0x28b,-0x281,-_0x437dc2._0x2dbb87,-0x29b)](0x5*0x1e3+0x1*-0x134f+-0x1*-0xb71)[_0x248c12(-_0x437dc2._0x581bee,-0x24c,-_0x437dc2._0x301f27,-_0x437dc2._0x2ae16b)](_0x3c4c91);}else{const _0x51148a={};_0x51148a['error']=_0x5c09c1[_0x248c12(-_0x437dc2._0x10086a,-0x241,-0x255,-0x24c)],_0x51148a[_0x248c12(-_0x437dc2._0x45f239,-_0x437dc2._0x4df42c,-_0x437dc2._0x267315,-0x282)]=_0x1c11d7[_0x445fd3(-_0x437dc2._0x174ab0,-0x1b5,-0x19e,-_0x437dc2._0x433299)]['id'],_0x38b78f[_0x445fd3(-0x1c5,-0x19b,-_0x437dc2._0x274861,-0x1b5)](_0x445fd3(-_0x437dc2._0xa43745,-_0x437dc2._0x3cdbed,-_0x437dc2._0x53b1a4,-_0x437dc2._0xd79a90)+_0x248c12(-_0x437dc2._0x2ce2c8,-_0x437dc2._0x2ab521,-_0x437dc2._0x7dd0c8,-0x248)+_0x248c12(-_0x437dc2._0x5b67c2,-0x218,-_0x437dc2._0x4daff2,-_0x437dc2._0x4ff311),_0x51148a);const _0x16ed7e={};return _0x16ed7e['error']=_0x248c12(-0x256,-_0x437dc2._0x430a4a,-0x24c,-0x23c)+'erver\x20erro'+'r',_0x16ed7e[_0x248c12(-_0x437dc2._0x2f76cb,-_0x437dc2._0x2206f9,-_0x437dc2._0x7db77,-0x24c)]='Failed\x20to\x20'+_0x445fd3(-_0x437dc2._0x2e1b13,-0x1f8,-_0x437dc2._0x431f8a,-_0x437dc2._0x49fd03)+_0x445fd3(-_0x437dc2._0x18696d,-0x1ca,-_0x437dc2._0x5ab1af,-_0x437dc2._0x3cd839)+_0x445fd3(-0x1ca,-0x169,-_0x437dc2._0x41404e,-0x199),_0x207f89[_0x248c12(-0x299,-_0x437dc2._0x4d2f8b,-0x2a6,-0x29b)](0xad8+0x957*-0x2+-0x166*-0x7)[_0x248c12(-0x27c,-_0x437dc2._0x2b736e,-_0x437dc2._0x26a224,-_0x437dc2._0x2ae16b)](_0x16ed7e);}}if(_0x258030['session']?.[_0x445fd3(-_0x437dc2._0x1a4d24,-0x1f5,-0x1bd,-_0x437dc2._0x37d6cf)]){const _0x548a7e=await _0x4b1799[_0x248c12(-0x25f,-_0x437dc2._0x4fb7e7,-0x28e,-_0x437dc2._0x3bc466)](findUserById,_0x258030['session'][_0x445fd3(-_0x437dc2._0x3caa34,-_0x437dc2._0x3594d1,-0x201,-0x1e4)]);_0x258030[_0x248c12(-0x253,-0x23a,-_0x437dc2._0x36f374,-0x25c)]={'id':_0x258030['session'][_0x445fd3(-0x1ea,-_0x437dc2._0x42b842,-0x1e1,-0x1e4)],'username':_0x258030['session'][_0x248c12(-0x25d,-_0x437dc2._0x2258ee,-_0x437dc2._0x387f53,-0x285)],'email':_0x258030[_0x445fd3(-_0x437dc2._0x4b7dd0,-_0x437dc2._0x46711c,-0x1cd,-0x1a5)][_0x445fd3(-0x1a5,-_0x437dc2._0x164399,-_0x437dc2._0x5072ec,-_0x437dc2._0x46c1b9)],'name':_0x258030['session'][_0x248c12(-0x2b4,-_0x437dc2._0x258ddb,-0x2a6,-_0x437dc2._0xf08b29)],'ssh_username':_0x258030[_0x445fd3(-_0x437dc2._0x4e5f78,-_0x437dc2._0x3cd839,-_0x437dc2._0x5cddf5,-_0x437dc2._0xab3238)][_0x248c12(-0x277,-0x2bf,-0x26a,-_0x437dc2._0xe0e814)+'me']},_0x258030[_0x445fd3(-0x1fd,-0x1c6,-_0x437dc2._0x4b07c3,-_0x437dc2._0x20c044)+'tedVia']=_0x4b1799[_0x248c12(-0x2ad,-_0x437dc2._0x55fca5,-_0x437dc2._0x541457,-0x297)];const _0x5b814c={};return _0x5b814c[_0x248c12(-0x299,-0x2aa,-0x289,-0x282)]=_0x258030[_0x445fd3(-_0x437dc2._0x4ad20d,-_0x437dc2._0xd3042b,-_0x437dc2._0x206807,-0x1a5)][_0x445fd3(-_0x437dc2._0x39c3a6,-0x1f1,-0x1b8,-0x1e4)],_0x5b814c['username']=_0x258030[_0x445fd3(-_0x437dc2._0x5ce644,-0x1ad,-_0x437dc2._0x20459b,-_0x437dc2._0xab3238)][_0x445fd3(-0x1fc,-_0x437dc2._0x2e957f,-0x204,-0x1e7)],_0x5b814c[_0x248c12(-0x271,-0x21b,-_0x437dc2._0x247e3e,-_0x437dc2._0x582124)]=_0x258030[_0x445fd3(-_0x437dc2._0x5ce644,-_0x437dc2._0x18756b,-_0x437dc2._0x1d5595,-_0x437dc2._0xd6253e)],logger[_0x445fd3(-0x1ad,-_0x437dc2._0x254609,-0x19d,-_0x437dc2._0x44bfdb)](_0x248c12(-0x27f,-0x29f,-0x2ce,-_0x437dc2._0x228c5c)+'thenticate'+_0x248c12(-_0x437dc2._0x7fcd4b,-_0x437dc2._0x1e19fc,-0x270,-0x294),_0x5b814c),_0x4b1799[_0x248c12(-0x25a,-_0x437dc2._0x2bacd5,-0x257,-_0x437dc2._0x85b77b)](_0x5ea7d6);}const _0xf2bc07={};_0xf2bc07[_0x445fd3(-0x192,-0x185,-0x19f,-_0x437dc2._0x394ade)]=_0x258030['path'],_0xf2bc07[_0x445fd3(-0x1af,-_0x437dc2._0x533489,-_0x437dc2._0x54a30f,-_0x437dc2._0x368357)]=_0x258030[_0x445fd3(-0x1b5,-_0x437dc2._0x28eb3e,-0x1ae,-0x1a2)],_0xf2bc07['ip']=_0x258030['ip'],logger[_0x445fd3(-_0x437dc2._0x1b58db,-_0x437dc2._0x1e990e,-0x19e,-0x19c)](_0x4b1799[_0x445fd3(-_0x437dc2._0x44228a,-0x1dc,-_0x437dc2._0x3b5e9b,-_0x437dc2._0x1afb78)],_0xf2bc07);const _0x198dde={};function _0x248c12(_0x48bf6a,_0x256944,_0x21d409,_0x5e0ff4){return _0x395e(_0x5e0ff4- -0x396,_0x48bf6a);}_0x198dde[_0x248c12(-0x275,-0x25b,-_0x437dc2._0x2c3a64,-_0x437dc2._0xd4a379)]=_0x4b1799[_0x445fd3(-_0x437dc2._0x345f1f,-_0x437dc2._0x52bbf4,-0x206,-_0x437dc2._0x4a7e96)],_0x198dde[_0x248c12(-0x240,-0x233,-0x21d,-_0x437dc2._0x2c2343)]=_0x4b1799[_0x248c12(-_0x437dc2._0x5c662f,-_0x437dc2._0x123de2,-_0x437dc2._0x1e384b,-0x236)];function _0x445fd3(_0x3aa860,_0x1c124e,_0xbaca3b,_0x481674){return _0x395e(_0x481674- -0x2f8,_0xbaca3b);}return _0x36a127[_0x248c12(-_0x437dc2._0x79f24c,-_0x437dc2._0x1ecc76,-_0x437dc2._0x5cb19b,-0x29b)](0x108b+0x259*-0xc+0xd32)[_0x445fd3(-0x1b7,-_0x437dc2._0x112983,-_0x437dc2._0x4585bf,-_0x437dc2._0x53cdc9)](_0x198dde);}export async function requireAdmin(_0x164b6f,_0x5a9041,_0x26986b){const _0x2ff863={_0x298895:0x31e,_0x4912b5:0x2c4,_0x357e9f:0x2e5,_0x23c354:0x2b1,_0x3ce2e1:0x2cd,_0xf4d2c4:0x2f8,_0x470538:0x2b5,_0x2c936a:0x2cc,_0x273a71:0x2d6,_0x1bd0de:0x2ba,_0x183a53:0x2a7,_0x59462d:0x2d7,_0x445e5e:0x2f6,_0x466d30:0x2e3,_0x2d5485:0x2f7,_0x1af3d4:0x2e6,_0x1aeaf2:0x2eb,_0x13f1cd:0x2c0,_0x455c48:0x2c6,_0x1ed8d3:0x282,_0x230f9d:0x2b4,_0x326cbe:0x2d5,_0x1296ad:0x31a,_0x2005ec:0x2fe,_0x5c2dea:0x2d8,_0x161871:0x2db,_0x3b395f:0x2f5,_0x436f38:0x2e8,_0x589587:0x2e7,_0x216bd5:0x2d6,_0x38042d:0x30c,_0x5c44ae:0x2c8,_0x4c2e03:0x2f3,_0x57f445:0x317,_0x2613d0:0x2ef,_0x21b946:0x306,_0x113355:0x29e,_0x51f12d:0x299,_0x4f38ef:0x2d3,_0x3ca262:0x29c,_0xdc28ea:0x283,_0x267536:0x28e,_0x2c36d1:0x2f0,_0x1d2eef:0x307,_0x560883:0x31e,_0x174026:0x33d,_0x1eb142:0x321,_0x49ec49:0x292,_0x43b327:0x2d2,_0x525cbd:0x2fa,_0x5c2fb0:0x2ee,_0x3533e0:0x321,_0x34cbdb:0x2fd,_0x277964:0x2fb,_0x2864f7:0x2da,_0x24adf4:0x2b0,_0x3fed70:0x2c0,_0x5741a1:0x280,_0x59b438:0x2d3,_0x34b165:0x2f1,_0x3134a3:0x2ed,_0x5f3b92:0x2d2,_0x1909c3:0x313,_0x163397:0x2f9,_0x4df4c8:0x2c3,_0x54f68b:0x2ec,_0x50795b:0x2d3,_0x1c1153:0x2c6,_0x2f61d8:0x2f5,_0x39bca1:0x2dd,_0x3e54e6:0x2fc,_0x968575:0x30b,_0x2e38e7:0x32a,_0x1eeb7e:0x2f9,_0x34c6e7:0x2f4,_0x163b51:0x2e0,_0x4134fe:0x2dc,_0x5c9c30:0x2c1,_0x2f18f7:0x2bd,_0x5cf305:0x2c1,_0xd7585:0x2dd,_0x1f16df:0x2fa,_0x4ef3b6:0x2ee,_0x3dbfce:0x2e1,_0xd05c:0x2c2,_0x178882:0x2ce,_0x4e5a79:0x2cc,_0x5a5c9a:0x2cb,_0x235f43:0x2ea,_0x3e5b6f:0x2d4,_0x3815a6:0x278,_0xef8d8a:0x289,_0x24e368:0x2d9,_0x3cc3df:0x2dd,_0x54a8b3:0x2fe,_0x4f9840:0x2e4,_0x1d125b:0x2ad,_0x4cefb9:0x30a,_0x3e48d7:0x308,_0x34a30a:0x2b8,_0x178170:0x2a1,_0x12ac0a:0x2e2,_0x334c30:0x2bc,_0x4796e6:0x305,_0xd01303:0x2b5,_0x5435de:0x2e4,_0x3eb30e:0x2eb,_0x513af5:0x26f,_0x2f2545:0x2df,_0x5bb80a:0x2e9,_0x1e484f:0x2e6,_0x284b84:0x319,_0x1a29c2:0x322,_0x40df4d:0x2e7,_0x223658:0x2ae,_0x1978f1:0x2db,_0x423822:0x2c5,_0x6e4c64:0x2bb,_0x513eb6:0x2c8,_0x485d8f:0x2d3,_0x6374db:0x2d6,_0x43c908:0x30c,_0x370e6b:0x330,_0x2ffd39:0x2b9,_0x1fa0d1:0x301,_0x42a771:0x2da,_0x580969:0x311,_0xdc3aa0:0x2bb,_0x2f1785:0x30e,_0xdc0453:0x2f5,_0x5cccc9:0x2dd,_0x23000f:0x2b6,_0x4c8101:0x303,_0x4b01f5:0x301,_0x30e470:0x2e9,_0x2d1f49:0x309,_0x5cd28a:0x2af,_0x359f75:0x296,_0x2adbba:0x2a7,_0x4c4397:0x27a,_0x59d76f:0x29f,_0x4456f0:0x2b4,_0x1b9fb9:0x26e,_0x3ec48b:0x2ba,_0x340c6b:0x2c1,_0x53d7a7:0x29b,_0x11556b:0x26d,_0x3c25f2:0x2b7,_0x4d712c:0x2fa,_0x685667:0x2e8,_0x1a0e15:0x307,_0x42efe8:0x2c2,_0x14f4e0:0x2f9},_0x303140={_0x58d14d:0x1c0},_0x46726b={_0x585450:0x196};function _0xa9c6cd(_0x7ffd8b,_0x173fdc,_0x5380ff,_0x3a7ec5){return _0x395e(_0x7ffd8b-_0x46726b._0x585450,_0x3a7ec5);}const _0x4ba1f4={'oHkQg':_0xd1ee18(_0x2ff863._0x298895,0x2ed,0x2d6,_0x2ff863._0x4912b5),'gQttj':_0xa9c6cd(_0x2ff863._0x357e9f,0x2c2,0x2fe,_0x2ff863._0x23c354)+_0xa9c6cd(0x2cd,_0x2ff863._0x3ce2e1,0x2c2,_0x2ff863._0xf4d2c4)+_0xa9c6cd(0x298,_0x2ff863._0x470538,0x2cb,0x2ce),'yaAjH':function(_0x2a19aa){return _0x2a19aa();},'mCxlc':_0xd1ee18(_0x2ff863._0x2c936a,0x2c7,_0x2ff863._0x273a71,_0x2ff863._0x1bd0de)+_0xd1ee18(_0x2ff863._0x183a53,_0x2ff863._0x59462d,0x2e0,_0x2ff863._0x445e5e)+_0xd1ee18(0x2e8,_0x2ff863._0x466d30,_0x2ff863._0x470538,0x30f)+_0xa9c6cd(0x2e3,0x2ee,_0x2ff863._0x2d5485,0x2d9)+'ource','pmdYV':_0xd1ee18(_0x2ff863._0x1af3d4,_0x2ff863._0x1aeaf2,_0x2ff863._0x13f1cd,_0x2ff863._0x455c48),'ndNxC':'test','vQzTl':'test@examp'+'le.com','TKKtQ':'Test\x20User','EcyGs':function(_0x480b33){return _0x480b33();},'uhRab':function(_0x2e4b8f,_0x10c91d){return _0x2e4b8f===_0x10c91d;},'WqxWU':_0xa9c6cd(0x2b2,_0x2ff863._0x1ed8d3,_0x2ff863._0x230f9d,_0x2ff863._0x326cbe),'jmJDj':_0xd1ee18(_0x2ff863._0x1296ad,_0x2ff863._0x2005ec,_0x2ff863._0x5c2dea,_0x2ff863._0x161871)+_0xd1ee18(0x2d8,_0x2ff863._0x3b395f,_0x2ff863._0x436f38,0x309)+_0xd1ee18(_0x2ff863._0x589587,_0x2ff863._0x216bd5,_0x2ff863._0x38042d,_0x2ff863._0x5c44ae),'gxpoq':function(_0x3d3dad,_0x58f549){return _0x3d3dad!==_0x58f549;},'zdsFk':'lccEJ','sTHCI':_0xa9c6cd(_0x2ff863._0x4c2e03,_0x2ff863._0x57f445,_0x2ff863._0x2613d0,_0x2ff863._0x21b946),'tQHQg':_0xa9c6cd(_0x2ff863._0x113355,0x27b,_0x2ff863._0x51f12d,_0x2ff863._0x4f38ef)+_0xa9c6cd(0x2ab,0x2d7,_0x2ff863._0x3ca262,0x2d0)+'required','DOQYR':function(_0x5d5937){return _0x5d5937();},'lhrai':function(_0x3fef10,_0xd165bf){return _0x3fef10===_0xd165bf;},'Lcffl':_0xa9c6cd(0x29b,_0x2ff863._0xdc28ea,0x276,_0x2ff863._0x267536),'uNfhd':'Admin\x20perm'+_0xa9c6cd(0x2e4,0x316,0x2f6,0x30a)+'ck\x20failed','nXUrR':_0xa9c6cd(_0x2ff863._0x2c36d1,0x31c,0x2bb,0x2f9)+_0xd1ee18(0x2f5,0x322,0x2fc,_0x2ff863._0x2c36d1)+'r','iVNng':_0xd1ee18(_0x2ff863._0x1d2eef,_0x2ff863._0x560883,_0x2ff863._0x174026,_0x2ff863._0x1eb142)+'verify\x20adm'+_0xa9c6cd(0x2bb,0x2b4,0x2b4,_0x2ff863._0x49ec49)+_0xa9c6cd(0x2f5,_0x2ff863._0x5c2dea,0x328,_0x2ff863._0x589587)};function _0xd1ee18(_0x20f52f,_0x3e69e4,_0x3df4a1,_0x2e1d3f){return _0x395e(_0x3e69e4-_0x303140._0x58d14d,_0x20f52f);}if(!_0x164b6f[_0xd1ee18(_0x2ff863._0x43b327,_0x2ff863._0x525cbd,_0x2ff863._0x5c2fb0,_0x2ff863._0x3533e0)]){if(_0x4ba1f4[_0xd1ee18(_0x2ff863._0x34cbdb,_0x2ff863._0x277964,0x2d9,0x2d2)](_0x4ba1f4[_0xd1ee18(0x304,_0x2ff863._0x2864f7,0x2c1,0x2d4)],_0x4ba1f4[_0xa9c6cd(_0x2ff863._0x24adf4,_0x2ff863._0x3fed70,_0x2ff863._0x5741a1,_0x2ff863._0x59b438)])){const _0x2144ad={};return _0x2144ad['error']=_0x4ba1f4['jmJDj'],_0x2144ad[_0xa9c6cd(0x2e0,0x2cc,_0x2ff863._0x34b165,_0x2ff863._0x3134a3)]=_0x4ba1f4[_0xd1ee18(0x2d3,_0x2ff863._0x161871,0x308,_0x2ff863._0x5f3b92)],_0x5a9041['status'](-0x14bf+-0x2104+-0x3754*-0x1)[_0xa9c6cd(0x2e6,_0x2ff863._0x38042d,_0x2ff863._0x1909c3,0x2ea)](_0x2144ad);}else{_0x5ee005[_0xa9c6cd(0x2d0,_0x2ff863._0x326cbe,0x2a7,_0x2ff863._0x163397)]=_0x49ef21,_0x13a0d0[_0xd1ee18(_0x2ff863._0x4df4c8,0x2c3,0x2a8,_0x2ff863._0x54f68b)+'tedVia']=_0x4ba1f4['oHkQg'];const _0x59ccf9={};return _0x59ccf9[_0xd1ee18(_0x2ff863._0x50795b,0x2d4,_0x2ff863._0x1c1153,0x2a0)]=_0x2a3400['id'],_0x59ccf9[_0xd1ee18(0x2b2,0x2d1,0x2c6,_0x2ff863._0x2f61d8)]=_0x3fa8e9[_0xd1ee18(_0x2ff863._0x39bca1,0x2d1,0x2a1,_0x2ff863._0x2864f7)],_0x59ccf9['path']=_0x4e7eaf[_0xd1ee18(_0x2ff863._0x3e54e6,_0x2ff863._0x968575,_0x2ff863._0x2e38e7,_0x2ff863._0x1eeb7e)],_0x2e659e['debug'](_0x4ba1f4[_0xd1ee18(0x2bf,_0x2ff863._0x34c6e7,_0x2ff863._0x163b51,_0x2ff863._0x4134fe)],_0x59ccf9),_0x4ba1f4[_0xa9c6cd(_0x2ff863._0x4912b5,_0x2ff863._0x5c9c30,0x2d2,0x2b1)](_0x3afd56);}}try{const {hasAllPermissions:_0xb180ce}=await import('../lib/per'+'mission-re'+_0xd1ee18(_0x2ff863._0x2f18f7,_0x2ff863._0x5cf305,0x2a7,0x2b8)),_0x147ad2=await _0xb180ce(_0x164b6f[_0xd1ee18(_0x2ff863._0xd7585,_0x2ff863._0x1f16df,_0x2ff863._0x4ef3b6,_0x2ff863._0x3dbfce)]['id']);if(!_0x147ad2){if(_0x4ba1f4[_0xd1ee18(_0x2ff863._0xd05c,_0x2ff863._0x178882,0x2ee,_0x2ff863._0x4912b5)](_0x4ba1f4[_0xd1ee18(_0x2ff863._0x4e5a79,_0x2ff863._0x5a5c9a,0x2e3,_0x2ff863._0x235f43)],_0x4ba1f4[_0xa9c6cd(0x2a1,_0x2ff863._0x3e5b6f,_0x2ff863._0x3815a6,_0x2ff863._0xef8d8a)])){const _0x1e50e4={};return _0x1e50e4[_0xa9c6cd(_0x2ff863._0x24e368,_0x2ff863._0x2f61d8,_0x2ff863._0xd05c,0x2e7)]=_0xd1ee18(_0x2ff863._0x3cc3df,_0x2ff863._0x54a8b3,_0x2ff863._0x4f9840,0x2dd)+_0xa9c6cd(0x2cb,0x297,_0x2ff863._0x1d125b,0x2b1)+_0xd1ee18(0x2b4,0x2d6,0x2b4,0x304),_0x1e50e4[_0xd1ee18(0x338,_0x2ff863._0x4cefb9,0x2fa,_0x2ff863._0x3e48d7)]=_0x4ba1f4[_0xd1ee18(_0x2ff863._0x1eeb7e,0x2db,0x2bc,0x2b3)],_0x1cc918[_0xd1ee18(_0x2ff863._0x34a30a,0x2bb,_0x2ff863._0x178170,_0x2ff863._0x1aeaf2)](-0xf80+0x11*0x1a3+0x6*-0x1cb)[_0xa9c6cd(0x2e6,_0x2ff863._0x12ac0a,_0x2ff863._0x334c30,0x307)](_0x1e50e4);}else{const _0x2e909a={};return _0x2e909a[_0xa9c6cd(0x2d9,0x2c1,0x2de,_0x2ff863._0x4796e6)]=_0x4ba1f4[_0xa9c6cd(_0x2ff863._0xd01303,_0x2ff863._0x161871,_0x2ff863._0x5435de,0x2c4)],_0x2e909a[_0xa9c6cd(_0x2ff863._0x163b51,0x309,0x2b0,_0x2ff863._0x3eb30e)]=_0x4ba1f4[_0xa9c6cd(0x2a5,0x2cc,0x2bc,_0x2ff863._0x513af5)],_0x5a9041[_0xd1ee18(_0x2ff863._0x2f2545,0x2bb,_0x2ff863._0x5bb80a,0x2a5)](0x1748+-0x1213+-0x3a2*0x1)[_0xa9c6cd(_0x2ff863._0x1e484f,_0x2ff863._0x284b84,_0x2ff863._0x34c6e7,_0x2ff863._0x57f445)](_0x2e909a);}}_0x4ba1f4[_0xd1ee18(_0x2ff863._0x4f9840,0x2f3,_0x2ff863._0x1a29c2,_0x2ff863._0x40df4d)](_0x26986b);}catch(_0x14fd09){if(_0x4ba1f4[_0xa9c6cd(_0x2ff863._0x223658,_0x2ff863._0x1978f1,_0x2ff863._0x423822,_0x2ff863._0x6e4c64)](_0xd1ee18(_0x2ff863._0x513eb6,0x2c5,0x2c6,_0x2ff863._0x485d8f),_0x4ba1f4[_0xd1ee18(0x31c,0x2e7,_0x2ff863._0x6374db,0x308)])){const _0xcf0c8a={};_0xcf0c8a['error']=_0x14fd09[_0xa9c6cd(0x2e0,_0x2ff863._0x161871,_0x2ff863._0x43c908,0x2aa)],_0xcf0c8a['userId']=_0x164b6f[_0xd1ee18(_0x2ff863._0x370e6b,0x2fa,0x319,_0x2ff863._0x277964)]['id'],logger['error'](_0x4ba1f4[_0xa9c6cd(0x2c6,0x2e4,0x2be,0x2a0)],_0xcf0c8a);const _0x1bdc13={};return _0x1bdc13[_0xa9c6cd(0x2d9,_0x2ff863._0x2ffd39,0x2d9,_0x2ff863._0x1fa0d1)]=_0x4ba1f4[_0xa9c6cd(_0x2ff863._0x42a771,0x2bf,0x2ea,0x2fb)],_0x1bdc13[_0xa9c6cd(_0x2ff863._0x163b51,0x2bc,0x2ab,_0x2ff863._0x580969)]=_0x4ba1f4['iVNng'],_0x5a9041[_0xd1ee18(0x2c2,_0x2ff863._0xdc3aa0,0x2c9,0x2bf)](-0x4*0x6eb+0x2141*0x1+-0x3a1)[_0xa9c6cd(0x2e6,_0x2ff863._0x2f1785,0x2f8,_0x2ff863._0x1d2eef)](_0x1bdc13);}else{const _0x227928={};return _0x227928['id']=_0x4ba1f4[_0xd1ee18(_0x2ff863._0xdc0453,0x323,0x343,0x34f)],_0x227928['username']=_0x4ba1f4[_0xd1ee18(_0x2ff863._0x273a71,_0x2ff863._0x5cccc9,_0x2ff863._0x23000f,_0x2ff863._0x4c8101)],_0x227928[_0xd1ee18(0x315,_0x2ff863._0x4b01f5,_0x2ff863._0x2f61d8,_0x2ff863._0x30e470)]=_0x4ba1f4[_0xd1ee18(_0x2ff863._0x2d1f49,0x2e4,_0x2ff863._0x5cd28a,0x315)],_0x227928[_0xa9c6cd(_0x2ff863._0x359f75,_0x2ff863._0x2adbba,_0x2ff863._0x4c4397,0x2a8)]=_0x4ba1f4['TKKtQ'],_0x227928[_0xa9c6cd(_0x2ff863._0x59d76f,_0x2ff863._0x4456f0,_0x2ff863._0x1b9fb9,_0x2ff863._0x3ec48b)+'me']=_0x4ba1f4[_0xa9c6cd(0x2b3,_0x2ff863._0x340c6b,_0x2ff863._0x53d7a7,_0x2ff863._0x23000f)],_0x32fb9f['user']=_0x227928,_0x24efa7[_0xa9c6cd(0x299,_0x2ff863._0x11556b,0x26e,_0x2ff863._0x3c25f2)+_0xd1ee18(_0x2ff863._0x4d712c,_0x2ff863._0x685667,_0x2ff863._0x1a0e15,_0x2ff863._0x42efe8)]=_0xa9c6cd(0x2cc,0x2f2,0x2fa,_0x2ff863._0x14f4e0),_0x4ba1f4['EcyGs'](_0x420c81);}}}function _0x2937(){const _0xa263f=['CuDRCKO','z1vnwfe','BIb0BYbHy2nLCW','DLf6vgW','Aw4GCgvYBwLZCW','zw52','tgnMzMW','DgvKvMLH','yxr0zw1WDa','nduZmJi1nMfKBeXSrq','DgvZDc11C2vY','DMvYAwz5igfKBq','yxbPx2TLEq','EwfbAKG','zguGysb2ywXPza','Du5MAgq','vuLIyKO','rhvhshK','re9rwvi','z1f0DgO','DgLVBIbYzxf1Aq','DgvZDa','DgHLBNrPy2f0zq','ssbRzxK','qxPLyLa','DxnLCG','DwHsywi','mJC5nZm1mefxCNbRwq','oenHuxb4AG','qxv0AgvUDgLJyq','igLZigLUDMfSAq','mtiYng1Sv2nQDq','zw1HAwW','sw52ywXPzcbbua','zxjYB3i','BLHvCLi','Aw9U','zvPbtKq','qKzuy3a','wwv0tLe','BIbVCIbWCM92Aq','BwvZC2fNzq','Cgf0Aa','yxv0Ag9YAxPHDa','CYb0AgLZihjLCW','AxnZAw9UignOzq','qvbjigTLEsbHDq','ANnVBG','mty5nte3mfzOzgDYsW','AuHrD1G','C2vZC2LVBG','BguUy29T','nJeXmdyWExLJuvPV','Bwv0Ag9K','C3vIC3rYAw5N','qwrTAw4GCgvYBq','yLbgufi','sw50zxjUywWGCW','oti0u1LMrLfN','zgvIDwC','rM9YyMLKzgvU','rMfPBgvKihrVia','Aw9UCW','u1L6vLu','y2SGzMfPBgvK','zxj2zxiGzxjYBW','Cg1Kwvy','mtaWnZCXmxnktwjwEG','rxPAEK8','mtbor21HtMm','C3rHDhvZ','DgvZDebLEgfTCa','u2vZC2LVBIbHDq','r01rs3m','BLbKsg8','BMfTzq','C29SDMvYlMPZ','zcbYzxf1zxn0','yxv0AgvUDgLJyq','Bxb0','rxzby2W','tK9erv9ftLy','ww91ig11C3qGyG','u2vYDMvYiefKBq','C3nOx3vZzxjUyq','vgHLihbYB3zPza','EMrZrMS','zwqGywnJzxnZia','ssbRzxKGyxr0zq','z3HWB3e','DffiuwC','vgvZDcbvC2vY','DxnLCM5HBwu','vw5HDxrOB3jPEG','tMfpC2C','DxnLCKLK','Aw4GywnJzxnZia','CMvK','zsbSB2DNzwqGAq','BgHYywK','mZu0ntq5m2LxqNPitW','v3f4v1u','Bun4Bgm','CLjzu1G','BMroEem','C3rHCNrZv2L0Aa','C1riq0K','uufyrLa'];_0x2937=function(){return _0xa263f;};return _0x2937();}
|