@profoundlogic/coderflow-server 0.8.2 → 0.8.3
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/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/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.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 +19 -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.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +10 -0
- 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
package/dist/lib/teams.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x56cf69,_0x3339e9){const _0x16010e={_0x542133:0x21c,_0x5ed830:0x21f,_0x35e86f:0x24b,_0x1cbcac:0x251,_0x3fe524:0x274,_0x206065:0x297,_0x130ea2:0x239,_0x10968a:0x26e,_0x442db5:0x2a1,_0x3ecd44:0x296,_0x4c3432:0x222,_0x52c657:0x218,_0x24bee9:0x248,_0x43648a:0x2bf,_0x164ce4:0x287,_0x29f942:0x279,_0x299bb1:0x24e,_0x420314:0x247,_0x18812d:0x213,_0x2ae08b:0x24c},_0x55b56e={_0x305175:0x153},_0x1a13ab=_0x56cf69();function _0x1a16c2(_0x3526ec,_0x441ea5,_0x345c86,_0x5d0088){return _0x44ac(_0x3526ec- -0x35b,_0x5d0088);}function _0x170e06(_0x212e8f,_0x34adce,_0xf29f79,_0x795384){return _0x44ac(_0x34adce-_0x55b56e._0x305175,_0xf29f79);}while(!![]){try{const _0x1feb61=parseInt(_0x1a16c2(-0x227,-0x229,-_0x16010e._0x542133,-0x264))/(-0xed*0xe+-0x1253+0x1f4a)+-parseInt(_0x170e06(0x28c,0x25c,_0x16010e._0x5ed830,_0x16010e._0x35e86f))/(-0x1177+-0x182f+0x29a8)+-parseInt(_0x170e06(_0x16010e._0x1cbcac,_0x16010e._0x3fe524,0x2ab,_0x16010e._0x206065))/(0x13*-0x163+-0x22d3+0x3*0x1465)+parseInt(_0x170e06(0x261,0x277,_0x16010e._0x130ea2,0x271))/(-0x25b6+0x26b0+-0xf6)*(parseInt(_0x170e06(_0x16010e._0x10968a,_0x16010e._0x442db5,0x2ad,_0x16010e._0x3ecd44))/(-0x1f92+-0xc04+0x2b9b))+-parseInt(_0x1a16c2(-_0x16010e._0x4c3432,-0x24d,-_0x16010e._0x52c657,-_0x16010e._0x24bee9))/(0x554*-0x4+0x138f+0x1c7)*(parseInt(_0x170e06(0x2b2,_0x16010e._0x43648a,_0x16010e._0x164ce4,0x2d2))/(0x35*-0x21+0x1966+-0x128a))+parseInt(_0x170e06(0x280,0x279,_0x16010e._0x29f942,_0x16010e._0x299bb1))/(0x1002+0x150f+-0x2509)*(-parseInt(_0x1a16c2(-_0x16010e._0x420314,-0x23c,-0x219,-0x21a))/(-0x33*-0xb6+0x1de1*-0x1+-0x2*0x32c))+parseInt(_0x1a16c2(-_0x16010e._0x18812d,-0x1de,-0x241,-_0x16010e._0x2ae08b))/(-0x4b+0x17d8+0x1*-0x1783);if(_0x1feb61===_0x3339e9)break;else _0x1a13ab['push'](_0x1a13ab['shift']());}catch(_0x54dd3e){_0x1a13ab['push'](_0x1a13ab['shift']());}}}(_0x97e8,0x22e05+0x6dc37*0x1+-0x58e31));import{promises as _0x21c4b6}from'fs';import _0x3db789 from'path';import{logger}from'./logger.js';function _0x404473(_0x95663a,_0x14d04a,_0x26c2f9,_0x3ff562){return _0x44ac(_0x26c2f9-0x2b1,_0x3ff562);}function _0x97e8(){const _0x34e899=['BM93','vgvHBsaN','q0PyDem','zxHPC3rZ','serLwuG','zMLSDgvY','wK1vwuO','vgvHBxmGzMLSzq','DgvHBuLK','thjMs2i','zgvZy3jPChrPBW','ndiXmdmYzw5fr2vk','Ag1wseu','jYbPCYbHBhjLyq','u2z0qK4','BwvTyMvYCW','nLLNzuTxAq','jYbHBhjLywr5ia','tK9ux0zpvu5e','DgvHBu5HBwu','AxmGCMvXDwLYzq','BwT0EKi','u2f2zwqGDgvHBq','BMfTzq','r0TyvvG','y3jLyxrLzf9IEq','CgfYC2u','Aw5JBhvKzxm','zMLUzeLUzgv4','zw53Cfe','u1fjDwO','mZC2mZm3mfzgqMXMCa','zMLUza','AxLjyuy','qNnYzu8','vwjIrNq','DgvHBv8','mti2ntK1DfL5Eufl','Du54r2C','yuvHvLu','BxmGzNjVBsbMAq','qxzlBxm','zeHNrvO','zxjYB3i','DxbKyxrLzf9HDa','DgvHBq','CIbVzIb0AgLZia','DgvHBxmUANnVBG','BwTKAxi','C3rHDa','zhKGysbTzw1Izq','sfDeEKK','BxrPBwvnCW','jYbUB3qGzM91BG','vxnLCIaN','A3zfDfi','ufjiCwq','Dg9ju09tDhjPBG','vNHwAuK','vgvHBsbUyw1Lia','wfrlqLy','rgvSzxrLzcb0zq','B0TZA0u','tfLzs3G','zgLYBMfTzq','BLD1z24','CwTwrfi','mJK3mJy5A091u0rK','C2f2zsb0zwfTCW','EMvKigvTChr5ia','Egvny3G','BgvUz3rO','vKfmsurbveLptG','EMrxtgK','shPmsM4','zLzsu1q','vxfVu1G','ENzky0K','zgLUz3m','A1jfqvG','uNvXvwu','r29uDLG','qurAzvi','DgvHBxm','zgvSzxrLzejPBG','ruD5vLe','DujizNq','vKT6q2i','y29Kzq','y291BNq','lcbPBML0AwfSAq','sK5KAfe','ChvZAa','A0LAwKS','Dg9tDhjPBMC','ANjdtxK','q2LhzKq','mte2otaYsK52thvQ','Bg9Hzcb0zwfTCW','rK9wEwW','Aw5MBW','tMfVwvO','yKTPyNq','A29Rwu4','Egrer0i','jYbPCYbUB3qGyq','vxbrt3a','C29Tzq','owrIEfPKDq','CMvHzezPBgu','DgvHBsbSAxn0','sKnbveS','C3rYAw5NAwz5','t2jbBfm','CuTrrxO','DxrMltG','rMfPBgvKihrVia','s3PAC3i','B1rWtu4','DhjPBq','t3DdvK8','mteWnti2meXRyKDgtG','C3vIC3rY','ugzABLC','nhDIrgXWBG','rfvqteLdqvrf','otK5odK2tLfTuKjo','D0nbs1G','C3bSAwnL'];_0x97e8=function(){return _0x34e899;};return _0x97e8();}import{DATA_DIR}from'./data-dir.js';const TEAMS_FILE=_0x3db789['join'](DATA_DIR,_0x404473(0x3e5,0x3fe,0x409,0x3ec));let teamsCache=null,teamsCacheMtime=null;export async function loadTeams(){const _0x3961e8={_0x1bcfdd:0x201,_0x4f104c:0x214,_0x13a8d2:0x1ea,_0x164e3f:0x225,_0x51cead:0x1bd,_0x326e0c:0x1cc,_0x7610ea:0x178,_0x461aa1:0x1ca,_0x517af7:0x1fc,_0x5ac0ce:0x1e5,_0x5d7dfb:0x1bb,_0x324951:0x1ef,_0x19240f:0x1ab,_0x1bc54a:0x1cc,_0x47ef40:0x1b5,_0x16d445:0x207,_0x5edca0:0x1c3,_0x404dae:0x1d7,_0x3144df:0x1fd,_0x3ae628:0x1d0,_0xb12b87:0x1a0,_0x43bdd1:0x187,_0x2cc4c9:0x179,_0x511263:0x1f3,_0x5a0891:0x20b,_0x17da4a:0x195,_0xc3ad57:0x1c7,_0x18a280:0x1d5,_0x40cb01:0x205,_0x5b6453:0x17a,_0x11273b:0x1d4,_0x23ee73:0x1e4,_0x3c5ce7:0x198,_0x30d6ab:0x1eb,_0x51862a:0x207,_0x3844fc:0x238,_0xd1bc01:0x20c,_0x2c9290:0x20d,_0x31405d:0x1de,_0x9e7edb:0x1d9,_0x1f2be1:0x1f5,_0x591e2c:0x1fb,_0x66d8d3:0x221,_0x43a210:0x222,_0x3c71d1:0x21b,_0x48cb1e:0x1f5,_0x55deb9:0x1e4,_0x1153b2:0x1c4,_0x1051dd:0x227,_0x5daa3e:0x1f9,_0x5cb584:0x1b2,_0x3774f1:0x1e2,_0x3c1edc:0x229,_0x8702b3:0x21a,_0x59e105:0x20a,_0x59eb35:0x1c7,_0x439556:0x16c,_0x1a4d4b:0x18d,_0x4b1aed:0x19e,_0x1af926:0x1c7,_0x5eb157:0x203,_0x10c026:0x1c0,_0x62c6d9:0x1f6,_0x1d146c:0x1f7,_0x51efe9:0x1f0,_0x109eac:0x1ae,_0x38f5d5:0x173,_0x22b9c1:0x188,_0x1f3201:0x23d,_0x1bc028:0x205,_0x24cb61:0x212,_0x6b738e:0x1e7,_0x567aab:0x1af,_0x5dfe2d:0x1fb},_0x41a001={_0x1dc1a9:0x67,_0x53c43c:0x7d,_0xdecf30:0x5b6},_0x21fae3={_0x4d0f32:0xab,_0x3c2b93:0x5bd};function _0x119f09(_0x14cd55,_0x1d199d,_0x1310f4,_0x460322){return _0x404473(_0x14cd55-_0x21fae3._0x4d0f32,_0x1d199d-0xa3,_0x460322- -_0x21fae3._0x3c2b93,_0x1d199d);}const _0x9a227f={'SQIuj':_0x298de7(-_0x3961e8._0x1bcfdd,-0x1e0,-0x1d6,-0x1ac),'OwCVO':function(_0x1e82f9,_0x537f9b){return _0x1e82f9===_0x537f9b;},'KzZsr':_0x119f09(-0x1ef,-0x20b,-_0x3961e8._0x4f104c,-0x1fd),'hmVHE':_0x298de7(-0x1bc,-_0x3961e8._0x13a8d2,-_0x3961e8._0x164e3f,-_0x3961e8._0x51cead),'kIZZK':'Loaded\x20tea'+_0x298de7(-_0x3961e8._0x326e0c,-0x1b4,-_0x3961e8._0x7610ea,-0x185)+'le','wCAKX':function(_0x91428c,_0x4fed38){return _0x91428c===_0x4fed38;},'MXCFm':function(_0x5d502b,_0x2ab2cf){return _0x5d502b===_0x2ab2cf;},'JNdhQ':_0x119f09(-0x211,-_0x3961e8._0x461aa1,-0x228,-_0x3961e8._0x517af7),'faLIR':'3|0|4|2|1','GKXUX':function(_0x1961e5,_0x4cc3a7){return _0x1961e5(_0x4cc3a7);}};function _0x298de7(_0x21b173,_0x5ba853,_0x4f5f63,_0x317092){return _0x404473(_0x21b173-_0x41a001._0x1dc1a9,_0x5ba853-_0x41a001._0x53c43c,_0x5ba853- -_0x41a001._0xdecf30,_0x317092);}try{if(_0x9a227f[_0x298de7(-0x1e0,-_0x3961e8._0x5ac0ce,-0x224,-_0x3961e8._0x5d7dfb)](_0x9a227f[_0x298de7(-0x217,-0x1e8,-0x212,-0x1ff)],_0x9a227f[_0x119f09(-0x1c5,-0x1f4,-0x221,-_0x3961e8._0x324951)])){const _0x5b5ff8=await _0x21c4b6[_0x298de7(-0x1b9,-_0x3961e8._0x19240f,-0x1a7,-0x19e)](TEAMS_FILE),_0x264198=await _0x21c4b6[_0x298de7(-0x20d,-0x1f0,-0x214,-_0x3961e8._0x1bc54a)](TEAMS_FILE,_0x9a227f[_0x119f09(-_0x3961e8._0x47ef40,-_0x3961e8._0x16d445,-_0x3961e8._0x5edca0,-_0x3961e8._0x404dae)]),_0x3019da=JSON[_0x119f09(-_0x3961e8._0x3144df,-_0x3961e8._0x3ae628,-_0x3961e8._0xb12b87,-0x1c9)](_0x264198);teamsCache=_0x3019da[_0x119f09(-_0x3961e8._0x43bdd1,-_0x3961e8._0x2cc4c9,-0x17d,-0x190)]||[],teamsCacheMtime=_0x5b5ff8[_0x298de7(-0x193,-0x1a8,-0x1e7,-0x18a)];const _0x5e549e={};return _0x5e549e[_0x119f09(-0x1d7,-0x1e1,-_0x3961e8._0x511263,-_0x3961e8._0x5a0891)]=teamsCache[_0x298de7(-0x1c6,-_0x3961e8._0x17da4a,-_0x3961e8._0xc3ad57,-_0x3961e8._0x18a280)],logger['debug'](_0x9a227f[_0x119f09(-_0x3961e8._0x40cb01,-0x200,-0x227,-0x207)],_0x5e549e),teamsCache;}else{const _0x5ed975=new _0x5e1126(_0x298de7(-_0x3961e8._0x5b6453,-0x1a1,-0x172,-_0x3961e8._0x11273b)+'\x27'+_0x53296f['name']+(_0x119f09(-0x1a8,-_0x3961e8._0x23ee73,-_0x3961e8._0x3c5ce7,-0x1d2)+'exists'));_0x5ed975[_0x119f09(-_0x3961e8._0x30d6ab,-_0x3961e8._0x51862a,-_0x3961e8._0x3844fc,-_0x3961e8._0xd1bc01)]=_0x9a227f['SQIuj'];throw _0x5ed975;}}catch(_0x1b3434){if(_0x9a227f[_0x298de7(-_0x3961e8._0x2c9290,-_0x3961e8._0x31405d,-0x1c1,-0x1b4)](_0x1b3434[_0x298de7(-_0x3961e8._0x9e7edb,-_0x3961e8._0x40cb01,-_0x3961e8._0x1f2be1,-_0x3961e8._0x591e2c)],'ENOENT')){if(_0x9a227f['MXCFm'](_0x9a227f[_0x119f09(-_0x3961e8._0x66d8d3,-_0x3961e8._0x43a210,-_0x3961e8._0x3c71d1,-0x209)],_0x119f09(-_0x3961e8._0x4f104c,-_0x3961e8._0x48cb1e,-_0x3961e8._0x55deb9,-_0x3961e8._0x517af7))){const _0x512d57=_0x9a227f['faLIR']['split']('|');let _0x258d5e=-0x62a+0x1bf2*0x1+-0x15c8;while(!![]){switch(_0x512d57[_0x258d5e++]){case'0':teamsCacheMtime=null;continue;case'1':return teamsCache;case'2':await _0x9a227f[_0x298de7(-0x1e5,-_0x3961e8._0x1153b2,-0x202,-_0x3961e8._0x17da4a)](saveTeams,teamsCache);continue;case'3':teamsCache=[];continue;case'4':logger[_0x298de7(-_0x3961e8._0x1051dd,-_0x3961e8._0x5daa3e,-_0x3961e8._0x9e7edb,-0x22b)](_0x298de7(-_0x3961e8._0x5cb584,-_0x3961e8._0x18a280,-0x1fa,-_0x3961e8._0x18a280)+'\x20not\x20found'+_0x119f09(-_0x3961e8._0x3774f1,-_0x3961e8._0x3c1edc,-_0x3961e8._0x8702b3,-_0x3961e8._0x59e105)+_0x119f09(-_0x3961e8._0x59eb35,-_0x3961e8._0x439556,-_0x3961e8._0x1a4d4b,-_0x3961e8._0x4b1aed)+_0x119f09(-_0x3961e8._0x1af926,-_0x3961e8._0x5eb157,-_0x3961e8._0x10c026,-_0x3961e8._0x62c6d9));continue;}break;}}else{const _0x4a0976=new _0x944a6b('User\x20\x27'+_0x3386be+(_0x298de7(-0x1c6,-0x1cf,-_0x3961e8._0x1d146c,-_0x3961e8._0x51efe9)+_0x298de7(-0x1df,-0x1aa,-_0x3961e8._0x109eac,-_0x3961e8._0x38f5d5)+'r\x20of\x20this\x20'+_0x119f09(-0x1dc,-0x179,-_0x3961e8._0x22b9c1,-0x1b6)));_0x4a0976[_0x298de7(-_0x3961e8._0x1f3201,-_0x3961e8._0x1bc028,-_0x3961e8._0x24cb61,-0x235)]=_0x9a227f[_0x298de7(-_0x3961e8._0x6b738e,-0x1be,-0x188,-0x18e)];throw _0x4a0976;}}logger[_0x298de7(-0x185,-0x1b1,-_0x3961e8._0x567aab,-0x1ec)](_0x119f09(-0x220,-0x1f1,-_0x3961e8._0x6b738e,-0x1f0)+_0x298de7(-0x207,-_0x3961e8._0x5dfe2d,-0x1ec,-0x20b),_0x1b3434);throw _0x1b3434;}}export async function saveTeams(_0x276fd9){const _0x597fe9={_0x3f3fc0:0x386,_0x15db5b:0x33c,_0x20a7cc:0x35e,_0x207f03:0x388,_0x2fbda2:0x34e,_0xc652d0:0x389,_0x2423c2:0x375,_0x4d5922:0x30b,_0x568c2d:0x36b,_0x3002a5:0x285,_0x43322f:0x2d4,_0x4d55cb:0x2b9,_0x297abd:0x2da,_0x5ef3f8:0x2c5,_0x98d4ae:0x2da,_0x5dc5d7:0x29c,_0x3eeba4:0x388,_0x4b7c35:0x36a,_0x52d65e:0x3a9,_0x32becb:0x39d,_0xf25d59:0x337,_0xb1d89d:0x35f,_0x5e7dc0:0x300,_0x1deca5:0x342,_0x4caa04:0x366,_0x586bdb:0x379,_0xd36863:0x368,_0x5ee4de:0x387,_0x1c9d47:0x320,_0x1a3d6e:0x317,_0x434d13:0x2ea,_0x38e923:0x38f,_0x2caab5:0x3bf,_0x3f0f42:0x369,_0x22e7e5:0x32b,_0x59f4b0:0x330,_0x3ed1c9:0x33b,_0x506d3f:0x305,_0x2536d9:0x34e,_0x3668b8:0x30d,_0x21ab49:0x361,_0x5bdcb7:0x25f,_0x5823c7:0x242,_0x4d82f5:0x349,_0x494303:0x36b,_0x5118bf:0x310,_0x3029e4:0x315,_0x1cbeb4:0x2f4,_0x717b7d:0x20c,_0xffd1d9:0x261,_0x30c1c6:0x244,_0x955316:0x2f4},_0xcedc27={_0x25ec00:0x17c,_0xbefda6:0xd,_0x7c32e:0x92},_0x1d82ab={};_0x1d82ab[_0x44be69(0x393,_0x597fe9._0x3f3fc0,0x3c4,0x376)]=_0x44be69(0x35a,_0x597fe9._0x15db5b,0x363,0x330),_0x1d82ab['QDKjh']=_0x44be69(_0x597fe9._0x20a7cc,0x34e,0x31f,_0x597fe9._0x207f03)+'s\x20to\x20file',_0x1d82ab[_0x44be69(_0x597fe9._0x2fbda2,0x37c,0x334,_0x597fe9._0xc652d0)]=function(_0x17fa71,_0x31337d){return _0x17fa71!==_0x31337d;},_0x1d82ab['zvJcI']=_0x44be69(0x338,_0x597fe9._0x2423c2,_0x597fe9._0x4d5922,_0x597fe9._0x568c2d);function _0x3dd464(_0x72775,_0x4b0a38,_0x2276fd,_0x24a7d3){return _0x404473(_0x72775-0x136,_0x4b0a38-0x1f3,_0x2276fd- -0x669,_0x4b0a38);}function _0x44be69(_0x39fe64,_0x571bf2,_0x31fada,_0x4be8f8){return _0x404473(_0x39fe64-_0xcedc27._0x25ec00,_0x571bf2-_0xcedc27._0xbefda6,_0x39fe64- -_0xcedc27._0x7c32e,_0x31fada);}_0x1d82ab[_0x3dd464(-_0x597fe9._0x3002a5,-_0x597fe9._0x43322f,-_0x597fe9._0x4d55cb,-_0x597fe9._0x297abd)]=_0x3dd464(-_0x597fe9._0x5ef3f8,-_0x597fe9._0x98d4ae,-_0x597fe9._0x5dc5d7,-0x29e)+'save\x20teams';const _0x205b47=_0x1d82ab;try{const _0xae74c5=_0x3db789[_0x44be69(_0x597fe9._0x3eeba4,_0x597fe9._0x4b7c35,_0x597fe9._0x52d65e,_0x597fe9._0x32becb)](TEAMS_FILE),_0x14c8ce={};_0x14c8ce['recursive']=!![],await _0x21c4b6[_0x3dd464(-0x254,-0x233,-0x25f,-0x27e)](_0xae74c5,_0x14c8ce);const _0x1e2eff={};_0x1e2eff[_0x44be69(0x39b,0x3d0,0x3bf,0x3bd)]=_0x276fd9,await _0x21c4b6['writeFile'](TEAMS_FILE,JSON[_0x44be69(_0x597fe9._0xf25d59,_0x597fe9._0xb1d89d,0x359,_0x597fe9._0x5e7dc0)](_0x1e2eff,null,0x5a*-0x6d+-0x1947+0x3f9b),_0x44be69(0x33a,_0x597fe9._0x1deca5,_0x597fe9._0x4caa04,0x307));const _0x386fe5=await _0x21c4b6[_0x44be69(_0x597fe9._0x586bdb,_0x597fe9._0xd36863,_0x597fe9._0x5ee4de,0x3aa)](TEAMS_FILE);teamsCache=_0x276fd9,teamsCacheMtime=_0x386fe5['mtimeMs'];const _0xe9e891={};_0xe9e891[_0x44be69(_0x597fe9._0x1c9d47,_0x597fe9._0x1a3d6e,0x353,_0x597fe9._0x434d13)]=_0x276fd9[_0x44be69(_0x597fe9._0x38e923,_0x597fe9._0x2caab5,0x350,_0x597fe9._0x3f0f42)],logger[_0x44be69(_0x597fe9._0x22e7e5,_0x597fe9._0x59f4b0,_0x597fe9._0x3ed1c9,_0x597fe9._0x506d3f)](_0x205b47['QDKjh'],_0xe9e891);}catch(_0x356941){if(_0x205b47[_0x44be69(_0x597fe9._0x2536d9,_0x597fe9._0x3668b8,_0x597fe9._0x21ab49,0x36e)](_0x205b47['zvJcI'],_0x205b47[_0x3dd464(-_0x597fe9._0x5bdcb7,-0x27b,-_0x597fe9._0x5823c7,-0x239)])){const _0x516439=new _0x4af73f(_0x44be69(_0x597fe9._0x4d82f5,_0x597fe9._0x494303,_0x597fe9._0x5118bf,0x319)+_0x44ae85+('\x27\x20not\x20foun'+'d'));_0x516439[_0x44be69(0x31f,0x2e5,_0x597fe9._0x3029e4,_0x597fe9._0x1cbeb4)]=_0x205b47[_0x3dd464(-_0x597fe9._0x717b7d,-_0x597fe9._0xffd1d9,-_0x597fe9._0x30c1c6,-0x23d)];throw _0x516439;}else{logger['error'](_0x205b47[_0x3dd464(-0x2ec,-_0x597fe9._0x955316,-_0x597fe9._0x4d55cb,-0x284)],_0x356941);throw _0x356941;}}}export async function getTeams(){const _0x35d394={_0x10f757:0x2ea,_0x2e327d:0x33e,_0x4553c5:0x350,_0x399bdb:0x371,_0x5e5275:0x388,_0x492a29:0x2e0,_0x31b099:0x33b,_0x1d334e:0x359,_0x64f81d:0x346,_0x303424:0x349,_0x3ad084:0x32f,_0x5b387f:0x30f,_0x55400e:0x335,_0x9af814:0x37a,_0x5b3f5d:0xbf,_0x1d8657:0x99,_0x22fee3:0x9b,_0x50ee2c:0xaa,_0x383a71:0x95,_0x1b49dc:0x97,_0x8d4cba:0x5a,_0x39049d:0xa0,_0x188c66:0xc8,_0x1aaa7a:0x104,_0x27d75d:0x322,_0x346044:0x366,_0x2a04d9:0x7a,_0x300211:0x85,_0x77d70c:0xab,_0x5d9660:0x7c,_0xeefce5:0x6e,_0x171f3b:0xb4,_0x468122:0x2df,_0x4f2c02:0x320,_0x41644e:0xda,_0x1498c8:0xc6,_0x3d7056:0x8d,_0x2fb425:0x2bd,_0x17870a:0x2a7,_0x3c9d77:0x2f1,_0x42873a:0x357,_0x55790d:0x31f,_0x58f8b0:0xba,_0x54669a:0xda,_0x169046:0x96,_0x4b733a:0x83,_0x52a9aa:0x2df,_0x1a2462:0x2ee,_0x2ef0e5:0x5c,_0x21cd9a:0x93,_0x5c5449:0x2f6,_0xe9831a:0x2ec,_0x352da4:0x2c8,_0x182632:0x343,_0x3eebf7:0x308,_0x1c85c8:0x306,_0x4ed88b:0xaa,_0xe15d7d:0xc0,_0x203005:0x30b,_0x10b855:0x2d9,_0x5bc9e2:0x107,_0x3b54d5:0xc2,_0x3eac10:0xfa,_0x397a4f:0xef,_0x9e14a4:0xff,_0xbeff7e:0xd8,_0x86b090:0x2c7,_0xb1a0c0:0x2da,_0x1a0dec:0xc8,_0x5c6d8f:0x109,_0x1983c6:0xed},_0x4ee2={_0x246f31:0x83,_0x47379d:0x138};function _0x59e9b2(_0x3e72e6,_0x489fbc,_0x5c4a72,_0x30b336){return _0x404473(_0x3e72e6-_0x4ee2._0x246f31,_0x489fbc-_0x4ee2._0x47379d,_0x3e72e6- -0xd2,_0x489fbc);}function _0x477eb4(_0x4e8365,_0x1ac745,_0x5aefb2,_0x5b264d){return _0x404473(_0x4e8365-0x12,_0x1ac745-0x186,_0x5aefb2- -0x4ab,_0x5b264d);}const _0x1dde9f={'zdWLi':'Team\x20name\x20'+_0x59e9b2(0x31c,0x30d,_0x35d394._0x10f757,_0x35d394._0x2e327d)+'d','oKskE':_0x59e9b2(_0x35d394._0x4553c5,_0x35d394._0x399bdb,0x320,_0x35d394._0x5e5275),'FOVyl':'DUPLICATE','HzLJn':function(_0x235179,_0x4ddb61){return _0x235179===_0x4ddb61;},'PRHqd':_0x59e9b2(0x31d,0x320,0x2f0,_0x35d394._0x492a29),'VxViI':function(_0x5af139,_0x3ca219){return _0x5af139!==_0x3ca219;},'LrfKb':function(_0x5c3134,_0x17c5d1){return _0x5c3134!==_0x17c5d1;},'uNxGg':'PVDFf','dHgEZ':_0x59e9b2(_0x35d394._0x31b099,_0x35d394._0x1d334e,_0x35d394._0x64f81d,_0x35d394._0x303424),'CJZsm':_0x59e9b2(_0x35d394._0x3ad084,_0x35d394._0x5b387f,0x30f,_0x35d394._0x55400e),'jrCMy':'ENOENT','NaoYZ':function(_0x48e75f){return _0x48e75f();}};try{if(_0x1dde9f[_0x59e9b2(0x352,0x32f,_0x35d394._0x9af814,0x370)](_0x1dde9f['PRHqd'],_0x1dde9f[_0x477eb4(-_0x35d394._0x5b3f5d,-0x8e,-_0x35d394._0x1d8657,-_0x35d394._0x22fee3)])){const _0xa2f614=await _0x21c4b6[_0x477eb4(-0x84,-0xc4,-0xa0,-_0x35d394._0x50ee2c)](TEAMS_FILE);if(!teamsCache||_0x1dde9f[_0x477eb4(-0x8f,-_0x35d394._0x383a71,-_0x35d394._0x1b49dc,-_0x35d394._0x8d4cba)](_0xa2f614[_0x59e9b2(0x33c,0x30b,0x35f,0x2fd)],teamsCacheMtime)){if(_0x1dde9f[_0x477eb4(-_0x35d394._0x39049d,-0xfe,-_0x35d394._0x188c66,-_0x35d394._0x1aaa7a)](_0x1dde9f[_0x59e9b2(0x32e,_0x35d394._0x27d75d,_0x35d394._0x346044,0x31e)],_0x1dde9f[_0x477eb4(-_0x35d394._0x2a04d9,-_0x35d394._0x300211,-_0x35d394._0x77d70c,-_0x35d394._0x5d9660)])){const _0x398556=new _0x55b7b4(_0x1dde9f[_0x477eb4(-_0x35d394._0xeefce5,-_0x35d394._0x171f3b,-0x88,-0xc6)]);_0x398556[_0x59e9b2(_0x35d394._0x468122,0x2ed,0x2bf,_0x35d394._0x4f2c02)]=_0x1dde9f['oKskE'];throw _0x398556;}else return await loadTeams();}}else{const _0x3759c0=new _0x115a83('Team\x20\x27'+_0x5ecfca+(_0x477eb4(-_0x35d394._0x41644e,-_0x35d394._0x1498c8,-0x9c,-_0x35d394._0x3d7056)+'d'));_0x3759c0[_0x59e9b2(0x2df,_0x35d394._0x2fb425,_0x35d394._0x17870a,_0x35d394._0x3c9d77)]=_0x59e9b2(0x31a,0x350,_0x35d394._0x42873a,0x318);throw _0x3759c0;}}catch(_0x2c0788){if(_0x1dde9f[_0x59e9b2(0x332,0x328,0x344,0x2f6)]===_0x1dde9f['CJZsm']){if(!_0x391562[_0x59e9b2(_0x35d394._0x55790d,0x30f,0x30a,0x2f5)][_0x477eb4(-_0x35d394._0x58f8b0,-0xe6,-0xdb,-_0x35d394._0x54669a)]()){const _0x2d8d7f=new _0x34c6dc(_0x477eb4(-0x56,-0x66,-_0x35d394._0x169046,-_0x35d394._0x4b733a)+'is\x20require'+'d');_0x2d8d7f[_0x59e9b2(_0x35d394._0x52a9aa,_0x35d394._0x1a2462,0x2ca,0x2b2)]=_0x1dde9f[_0x477eb4(-_0x35d394._0x2ef0e5,-0x96,-_0x35d394._0x21cd9a,-0x76)];throw _0x2d8d7f;}if(_0x5c6537[_0x59e9b2(0x2f2,_0x35d394._0x5c5449,_0x35d394._0xe9831a,_0x35d394._0x352da4)](_0x2b0b5f=>_0x2b0b5f[_0x59e9b2(0x31f,0x328,0x336,0x31c)]===_0x3eb826[_0x59e9b2(0x31f,0x348,0x335,0x32e)])){const _0x4944b7=new _0x631315(_0x59e9b2(_0x35d394._0x182632,0x339,0x33b,_0x35d394._0x3eebf7)+'\x27'+_0x515034[_0x59e9b2(0x31f,_0x35d394._0x1c85c8,0x30e,0x327)]+(_0x477eb4(-_0x35d394._0x4ed88b,-0xbb,-_0x35d394._0xe15d7d,-0xb5)+_0x59e9b2(_0x35d394._0x203005,0x30b,_0x35d394._0x10b855,_0x35d394._0x10b855)));_0x4944b7[_0x477eb4(-_0x35d394._0x5bc9e2,-_0x35d394._0x3b54d5,-_0x35d394._0x3eac10,-0xd5)]=_0x1dde9f[_0x477eb4(-0xf7,-0xe5,-_0x35d394._0x397a4f,-0xd9)];throw _0x4944b7;}}else{if(_0x2c0788[_0x477eb4(-_0x35d394._0x9e14a4,-0xf3,-_0x35d394._0x3eac10,-_0x35d394._0xbeff7e)]!==_0x1dde9f[_0x59e9b2(0x2e6,_0x35d394._0x86b090,0x2ba,_0x35d394._0xb1a0c0)])throw _0x2c0788;if(!teamsCache)return await _0x1dde9f[_0x477eb4(-_0x35d394._0x1a0dec,-_0x35d394._0x5c6d8f,-_0x35d394._0x1983c6,-0xf4)](loadTeams);}}return teamsCache;}export async function getTeamById(_0x293a01){const _0x300cc4={_0x286a7c:0x203,_0x46172f:0x19a,_0x310008:0x202,_0x3af218:0x20b},_0x3b97fa={_0x244258:0x144},_0x284e87={_0x4239e5:0x8e,_0x3cef2b:0x55};function _0x2b0f7c(_0x5277a6,_0x1dceea,_0x22ad4f,_0x5d0475){return _0x404473(_0x5277a6-_0x284e87._0x4239e5,_0x1dceea-_0x284e87._0x3cef2b,_0x5d0475- -0x1f7,_0x1dceea);}const _0x16ee18={'oTpMN':function(_0x431c0c){return _0x431c0c();}};function _0x565dd1(_0x1d121f,_0x366909,_0x30e360,_0x4e47a0){return _0x404473(_0x1d121f-_0x3b97fa._0x244258,_0x366909-0x1c5,_0x366909- -0x202,_0x30e360);}const _0x4b486e=await _0x16ee18[_0x565dd1(_0x300cc4._0x286a7c,0x1cd,0x20c,_0x300cc4._0x46172f)](getTeams);return _0x4b486e[_0x2b0f7c(0x22b,_0x300cc4._0x310008,_0x300cc4._0x3af218,0x203)](_0x3dcc07=>_0x3dcc07['id']===_0x293a01)||null;}export async function getTeamsByUserId(_0x2db116){const _0x56fc76={_0x53d08d:0x2c,_0x40887f:0x60,_0x1b9f21:0x18f,_0x307bea:0x193},_0x3ab1dd={_0x1dea9e:0x15b,_0x49f0d6:0x198,_0x154253:0x41f},_0x574256={_0x12ec24:0x127,_0x152ab8:0x572};function _0x259592(_0x39f807,_0xb749cf,_0x2df70d,_0x70f5ff){return _0x404473(_0x39f807-0x71,_0xb749cf-_0x574256._0x12ec24,_0x2df70d- -_0x574256._0x152ab8,_0x70f5ff);}const _0x594220={'bKibt':function(_0x1a28ce){return _0x1a28ce();}},_0x3fd2e3=await _0x594220[_0x35b907(-0x98,-0x72,-_0x56fc76._0x53d08d,-_0x56fc76._0x40887f)](getTeams);function _0x35b907(_0x11dd57,_0x139ba7,_0x5d112d,_0xa071e){return _0x404473(_0x11dd57-_0x3ab1dd._0x1dea9e,_0x139ba7-_0x3ab1dd._0x49f0d6,_0xa071e- -_0x3ab1dd._0x154253,_0x5d112d);}return _0x3fd2e3[_0x259592(-0x1a5,-_0x56fc76._0x1b9f21,-_0x56fc76._0x307bea,-0x186)](_0x5c31c1=>_0x5c31c1['members']['includes'](_0x2db116));}export async function createTeam(_0x145818){const _0x4b22fe={_0x1923f8:0x66,_0xd1bdd:0x95,_0x4127c7:0xb8,_0x4a956d:0x3b1,_0x528a40:0x3f4,_0x567a1f:0x3ef,_0x2cb7ff:0x3df,_0x181c5d:0x3bf,_0x33b280:0x3ad,_0x3f362a:0xcb,_0x37752d:0xb2,_0x219821:0x399,_0x309deb:0xf5,_0x12e546:0xc5,_0x4e6234:0x7a,_0xf1fa95:0x9b,_0x6e6e6c:0xcf,_0x443164:0xd5,_0x168361:0x10f,_0x14ffe1:0xa4,_0x2f3e6f:0xee,_0x54c8e0:0xb7,_0x38871a:0x3bf,_0x3e6750:0x394,_0x3d5246:0xd0,_0x1de94e:0xa6,_0xd21c4b:0x3e3,_0xc8f75b:0x3ab,_0x8166a:0x3d1,_0x1912e2:0x8e,_0x518037:0x5a,_0x97f5f1:0x53,_0x446a9f:0x3e4,_0x322d79:0x9e,_0x3b6b0f:0x92,_0x1ed754:0x3ab,_0x51fba2:0x3e1,_0x59a3c7:0x3c8,_0x58b57f:0x3de,_0x30c5f9:0x3b2,_0x1090d0:0x3a8,_0x4d7952:0x394,_0x5a7da2:0x386,_0x3c7627:0x394,_0x125c42:0x3b2,_0x19fcd0:0x3ee,_0x57cba4:0xd6,_0x1d831f:0x7f,_0x3ae27c:0x79,_0x228585:0x94,_0x3aa342:0x5e,_0x2aacf5:0x71},_0x14c05e={_0xcc1938:0x9c,_0x4bf20b:0x66},_0x3d6978={_0x49d012:0x181,_0x3fe61c:0x357},_0xa781b6={'UNhYl':_0x3991da(0xcc,_0x4b22fe._0x1923f8,_0x4b22fe._0xd1bdd,0x62),'UqoSX':function(_0x6e44f8){return _0x6e44f8();},'sHFQW':'Team\x20name\x20'+_0x3991da(0x98,_0x4b22fe._0x4127c7,0x97,0x9c)+'d','qkVDR':function(_0x5d8202,_0x3d5292){return _0x5d8202!==_0x3d5292;},'ADZeR':'CJXtC','XTKBV':_0x563b2b(0x3bd,0x3a4,_0x4b22fe._0x4a956d,0x365),'JCATK':function(_0x51e3e2,_0x291afc){return _0x51e3e2(_0x291afc);}},_0x577f82=await _0xa781b6[_0x563b2b(0x3cb,_0x4b22fe._0x528a40,0x402,_0x4b22fe._0x567a1f)](getTeams);if(!_0x145818[_0x563b2b(_0x4b22fe._0x2cb7ff,_0x4b22fe._0x181c5d,_0x4b22fe._0x33b280,0x3e5)]||!_0x145818['name']['trim']()){const _0x24fd6f=new Error(_0xa781b6['sHFQW']);_0x24fd6f[_0x563b2b(0x342,0x37f,0x371,0x3a2)]=_0x3991da(_0x4b22fe._0x3f362a,_0x4b22fe._0x37752d,_0x4b22fe._0x3f362a,0xac);throw _0x24fd6f;}if(_0x577f82[_0x563b2b(0x35c,0x392,0x381,_0x4b22fe._0x219821)](_0x5f0a5f=>_0x5f0a5f[_0x3991da(0xbf,0xb3,0x9a,0x6a)]===_0x145818['name'])){if(_0xa781b6[_0x3991da(_0x4b22fe._0x309deb,0xc7,_0x4b22fe._0x12e546,0xc9)](_0x3991da(_0x4b22fe._0x4e6234,0xc3,0x85,_0x4b22fe._0xf1fa95),_0xa781b6[_0x3991da(0xe2,_0x4b22fe._0x6e6e6c,_0x4b22fe._0x443164,_0x4b22fe._0x168361)])){const _0x5c96e3=new _0x20aaa0('Team\x20\x27'+_0x232f78+(_0x3991da(_0x4b22fe._0x14ffe1,_0x4b22fe._0x2f3e6f,0xb8,0xa0)+'d'));_0x5c96e3['code']=_0xa781b6['UNhYl'];throw _0x5c96e3;}else{const _0x179a8c=new Error(_0x3991da(_0x4b22fe._0x54c8e0,0xd0,0xbe,0xfb)+'\x27'+_0x145818[_0x563b2b(0x3f0,_0x4b22fe._0x38871a,0x388,_0x4b22fe._0x3e6750)]+(_0x3991da(0xbd,_0x4b22fe._0x3d5246,0x94,_0x4b22fe._0x1de94e)+_0x563b2b(_0x4b22fe._0xd21c4b,_0x4b22fe._0xc8f75b,_0x4b22fe._0x8166a,0x378)));_0x179a8c[_0x3991da(0x96,_0x4b22fe._0x1912e2,_0x4b22fe._0x518037,_0x4b22fe._0x97f5f1)]=_0xa781b6[_0x563b2b(0x3ae,_0x4b22fe._0x446a9f,0x3e3,0x3de)];throw _0x179a8c;}}const _0x15c913=_0x145818[_0x3991da(_0x4b22fe._0x322d79,0x85,_0x4b22fe._0x3b6b0f,0xc1)]||[],_0x3e523e=new Date()[_0x563b2b(_0x4b22fe._0x1ed754,_0x4b22fe._0x51fba2,_0x4b22fe._0x59a3c7,0x3fc)+'g']();function _0x3991da(_0x19a304,_0xb48680,_0x488b40,_0x5c53af){return _0x404473(_0x19a304-_0x3d6978._0x49d012,_0xb48680-0x1d8,_0x488b40- -_0x3d6978._0x3fe61c,_0x19a304);}const _0x1dc9e1={'id':_0x563b2b(_0x4b22fe._0x58b57f,0x3cc,0x3c3,0x3df)+Date[_0x563b2b(_0x4b22fe._0x30c5f9,_0x4b22fe._0x1090d0,0x39e,0x3ca)]()+'_'+Math['random']()[_0x563b2b(0x38b,0x385,0x347,0x38b)](-0xb48+0xe9*0x6+0x5f6)[_0x563b2b(_0x4b22fe._0x4d7952,0x3a1,0x39c,_0x4b22fe._0x5a7da2)](0x8*-0x493+-0x4d*0x1d+0x1*0x2d53,0x15*0xe+-0x1565+0x2*0xa24),'name':_0x145818['name'],'description':_0x145818[_0x563b2b(_0x4b22fe._0x3c7627,_0x4b22fe._0x125c42,0x382,_0x4b22fe._0x19fcd0)+'n']||'','members':_0x15c913,'created_at':_0x3e523e,'created_by':_0x145818[_0x3991da(_0x4b22fe._0x57cba4,_0x4b22fe._0x1d831f,0x9c,_0x4b22fe._0x3ae27c)]||null,'updated_at':_0x3e523e};_0x577f82[_0x3991da(_0x4b22fe._0x228585,0x28,_0x4b22fe._0x3aa342,0x50)](_0x1dc9e1);function _0x563b2b(_0x9fe5cd,_0x271ca5,_0x41ad91,_0x563602){return _0x404473(_0x9fe5cd-_0x14c05e._0xcc1938,_0x271ca5-_0x14c05e._0x4bf20b,_0x271ca5- -0x32,_0x41ad91);}return await _0xa781b6[_0x3991da(0x88,0xac,_0x4b22fe._0x2aacf5,0x7b)](saveTeams,_0x577f82),_0x1dc9e1;}export async function updateTeam(_0x57a59a,_0x3eb36a){const _0x41d9b3={_0x4bc580:0x17,_0x4cb088:0x2e,_0x51016f:0x57,_0x520fec:0x82,_0x1fa587:0x48,_0x3d1afc:0x1d,_0x3b8396:0x70,_0x3fcad2:0x71,_0x179973:0x62,_0x32a20e:0x8d,_0x16c138:0x74,_0x29cde1:0xa3,_0x4c46b5:0x26,_0x41b357:0x17,_0x2de587:0x17,_0x1230e9:0x54,_0x2c5bae:0x2,_0x39870b:0x48,_0x2668d8:0x42,_0xeb9e08:0x31,_0x5e4a59:0x7c,_0x8c4152:0x76,_0x1ead92:0x80,_0x503c91:0x22,_0x59dcad:0x2,_0x21f2b3:0x96,_0x802ef2:0x61,_0x41ac3d:0xad,_0x5c863f:0xa9,_0x4e1866:0xb4,_0xce33c9:0x65,_0xc246fb:0x28,_0x57bf4a:0x5b,_0x4e1813:0x2,_0x391893:0x28,_0x5ef5ce:0x3c,_0x1631fb:0xc,_0x1bc917:0x82,_0x491bf9:0xa8,_0x352eaa:0x65,_0x363a23:0x49,_0x3f9713:0x3d,_0x426015:0x53,_0x338805:0x24,_0x4abb49:0x46,_0x173ab1:0x25,_0x1ee736:0x77,_0x34857f:0x6,_0x515a96:0x8,_0x17b35a:0x34,_0x1455d7:0x3c,_0x59f6e9:0x29,_0x1ed1d1:0x2e,_0x41a8b4:0x43,_0x44a23d:0x37,_0x103a34:0x73,_0x3a74c8:0xbe,_0x5c1ed3:0x2f,_0x588a26:0x44,_0x13a205:0x8f},_0x14e27e={_0x4cbd37:0x51},_0x284882={_0x160f88:0xbd,_0x1fbf24:0x420};function _0x11dcac(_0x26f001,_0x4481f7,_0x27f479,_0x3a055a){return _0x404473(_0x26f001-_0x284882._0x160f88,_0x4481f7-0x150,_0x27f479- -_0x284882._0x1fbf24,_0x26f001);}const _0x5122f2={'AvKms':function(_0x119c40){return _0x119c40();},'mKvfi':function(_0x8b9c4b,_0x283a56){return _0x8b9c4b===_0x283a56;},'CiGfD':function(_0x387ebe,_0xfbb049){return _0x387ebe!==_0xfbb049;},'bIAxw':'bTgwr','kREAX':function(_0x1f2a3b,_0x5d68c7){return _0x1f2a3b!==_0x5d68c7;},'xeMcx':_0x11dcac(_0x41d9b3._0x4bc580,0x15,-0x5,-_0x41d9b3._0x4cb088),'Gudzx':_0x11dcac(-0x58,-0x33,-0x42,-_0x41d9b3._0x51016f),'PfZnW':_0x3fe0f3(_0x41d9b3._0x520fec,_0x41d9b3._0x1fa587,0x92,0x8d)+'is\x20require'+'d','iyIaF':_0x3fe0f3(0x43,_0x41d9b3._0x1fa587,_0x41d9b3._0x3d1afc,0x2a),'ktnfK':function(_0x260885,_0x5b4337){return _0x260885!==_0x5b4337;},'RtEhD':function(_0x3f8d42,_0x34b907){return _0x3f8d42!==_0x34b907;},'BsreO':function(_0x3708d4,_0x18215b){return _0x3708d4(_0x18215b);}},_0x4ba8a3=await _0x5122f2[_0x3fe0f3(_0x41d9b3._0x3b8396,0x60,_0x41d9b3._0x3fcad2,_0x41d9b3._0x179973)](getTeams),_0x521e2e=_0x4ba8a3[_0x3fe0f3(0x63,_0x41d9b3._0x32a20e,_0x41d9b3._0x16c138,_0x41d9b3._0x29cde1)](_0x22d53e=>_0x22d53e['id']===_0x57a59a);if(_0x5122f2['mKvfi'](_0x521e2e,-(-0x10eb+0x1c2+0x50e*0x3))){if(_0x5122f2[_0x3fe0f3(_0x41d9b3._0x4c46b5,0x24,_0x41d9b3._0x41b357,0x65)](_0x5122f2['bIAxw'],_0x5122f2['bIAxw'])){_0x3ff980['error'](_0x3fe0f3(0x3a,_0x41d9b3._0x2de587,_0x41d9b3._0x1230e9,0x26)+_0x11dcac(-0x3a,0x37,-_0x41d9b3._0x2c5bae,-0x3f),_0x1159bf);throw _0x3ae084;}else{const _0x3cb8f3=new Error(_0x3fe0f3(_0x41d9b3._0x39870b,_0x41d9b3._0x2668d8,0x1f,_0x41d9b3._0xeb9e08)+_0x57a59a+(_0x3fe0f3(_0x41d9b3._0x5e4a59,0x6d,_0x41d9b3._0x8c4152,_0x41d9b3._0x1ead92)+'d'));_0x3cb8f3['code']='NOT_FOUND';throw _0x3cb8f3;}}function _0x3fe0f3(_0x6c6f69,_0x21315d,_0x5c5df6,_0x2ed8ad){return _0x404473(_0x6c6f69-_0x14e27e._0x4cbd37,_0x21315d-0x185,_0x6c6f69- -0x393,_0x21315d);}const _0x23678f=_0x4ba8a3[_0x521e2e];if(_0x5122f2[_0x11dcac(0x1d,0x10,0x9,0xb)](_0x3eb36a[_0x11dcac(-0x60,-_0x41d9b3._0x503c91,-0x2f,0x5)],undefined)&&_0x3eb36a['name']!==_0x23678f['name']){if(!_0x3eb36a[_0x11dcac(0x0,_0x41d9b3._0x59dcad,-0x2f,-0x14)]['trim']()){if(_0x5122f2[_0x3fe0f3(_0x41d9b3._0x21f2b3,_0x41d9b3._0x802ef2,_0x41d9b3._0x41ac3d,0x9c)](_0x5122f2[_0x3fe0f3(_0x41d9b3._0x32a20e,_0x41d9b3._0x5c863f,_0x41d9b3._0x4e1866,_0x41d9b3._0xce33c9)],_0x5122f2['Gudzx'])){const _0x276876=new Error(_0x5122f2[_0x11dcac(-0x30,-_0x41d9b3._0xc246fb,-0x4c,-_0x41d9b3._0x57bf4a)]);_0x276876['code']=_0x11dcac(0x5,0xb,_0x41d9b3._0x4e1813,-_0x41d9b3._0x391893);throw _0x276876;}else _0x399eb8=null;}if(_0x4ba8a3[_0x3fe0f3(0x31,_0x41d9b3._0x5ef5ce,-_0x41d9b3._0x1631fb,0x58)](_0xd5b71c=>_0xd5b71c['name']===_0x3eb36a[_0x11dcac(-0x44,-0x69,-0x2f,-0x69)])){const _0x1107da=new Error(_0x3fe0f3(_0x41d9b3._0x1bc917,0x6a,_0x41d9b3._0x491bf9,0x55)+'\x27'+_0x3eb36a['name']+(_0x3fe0f3(0x58,0x3d,_0x41d9b3._0x352eaa,_0x41d9b3._0x363a23)+_0x3fe0f3(0x4a,0x15,_0x41d9b3._0x3f9713,_0x41d9b3._0x426015)));_0x1107da[_0x11dcac(-_0x41d9b3._0x363a23,-0x3c,-0x6f,-0x4f)]=_0x5122f2[_0x11dcac(-_0x41d9b3._0x338805,-_0x41d9b3._0x4abb49,-_0x41d9b3._0x173ab1,-0x12)];throw _0x1107da;}}if(_0x5122f2['ktnfK'](_0x3eb36a[_0x3fe0f3(0x5e,_0x41d9b3._0x1ee736,0x4f,0x39)],undefined))_0x23678f['name']=_0x3eb36a[_0x11dcac(-_0x41d9b3._0x34857f,_0x41d9b3._0x515a96,-0x2f,0x0)];if(_0x5122f2['RtEhD'](_0x3eb36a[_0x11dcac(-_0x41d9b3._0x5ef5ce,-_0x41d9b3._0x17b35a,-_0x41d9b3._0x1455d7,-_0x41d9b3._0x59f6e9)+'n'],undefined))_0x23678f['descriptio'+'n']=_0x3eb36a[_0x3fe0f3(0x51,0x90,0x1f,_0x41d9b3._0x1ed1d1)+'n'];if(_0x3eb36a[_0x11dcac(-_0x41d9b3._0x41a8b4,-0x33,-_0x41d9b3._0x44a23d,-0x4e)]!==undefined)_0x23678f['members']=_0x3eb36a['members'];return _0x23678f[_0x3fe0f3(_0x41d9b3._0x103a34,0x47,0x58,_0x41d9b3._0x17b35a)]=new Date()[_0x3fe0f3(0x80,0x72,_0x41d9b3._0x51016f,_0x41d9b3._0x3a74c8)+'g'](),await _0x5122f2[_0x3fe0f3(0x69,_0x41d9b3._0x5c1ed3,_0x41d9b3._0x588a26,_0x41d9b3._0x13a205)](saveTeams,_0x4ba8a3),_0x23678f;}export async function deleteTeam(_0x194805,_0x48a47a,_0x5b3a92){const _0x1066a4={_0x57bde0:0x1ae,_0x3c3ea5:0x172,_0x7a5682:0x15b,_0x57b074:0x14b,_0x10c7f5:0x12a,_0x276be9:0x17f,_0x3fcb09:0x176,_0x4f3326:0x164,_0x581e72:0x19f,_0x5c4ec1:0x1a2,_0x3713db:0x13d,_0x458144:0x116,_0x7dda8e:0x1d8,_0x2729c4:0x13f,_0x174ac3:0x13c,_0x4b81a8:0xd7,_0xdfd4d9:0xe5,_0x114715:0xfb,_0x388ce9:0x23a,_0x4c354d:0x211,_0x246684:0x171,_0x55c950:0x162,_0x5beabb:0x176,_0x2b180d:0x15c,_0x334beb:0x1b0,_0x41a11f:0x1e4,_0x283298:0x159,_0xbaec00:0x101,_0x390cbc:0x22b,_0x329a18:0x21f,_0x1a8c3a:0x1ef,_0x7d8372:0x234,_0x36918f:0x257,_0x509899:0x23e,_0x3d65c9:0x1bd,_0x2a0f76:0x174,_0x341cf0:0x15a,_0x465eae:0x1d0,_0x36a561:0x25d,_0x3b6c09:0x245,_0x2854b0:0x17c,_0x427afb:0x155},_0x2a2cdf={_0x40004a:0x6c},_0x1cc9b3={_0x2408f4:0xe4,_0x14cf6c:0x8a,_0x57283d:0x5eb};function _0x29a9c2(_0x5b5c72,_0x1d61ce,_0xb0bc2,_0x2861dd){return _0x404473(_0x5b5c72-_0x1cc9b3._0x2408f4,_0x1d61ce-_0x1cc9b3._0x14cf6c,_0xb0bc2- -_0x1cc9b3._0x57283d,_0x1d61ce);}const _0x45dc78={'SftBN':_0xf4f87e(0x1a6,_0x1066a4._0x57bde0,_0x1066a4._0x3c3ea5,0x18e)+_0xf4f87e(_0x1066a4._0x7a5682,0x174,_0x1066a4._0x57b074,_0x1066a4._0x10c7f5)+'d','UbbFt':_0xf4f87e(0x19a,0x19e,_0x1066a4._0x276be9,_0x1066a4._0x3fcb09),'SPJle':function(_0x3f33f7,_0x3adec5){return _0x3f33f7===_0x3adec5;},'AdJmh':function(_0x2651b9,_0x5024fd){return _0x2651b9!==_0x5024fd;},'kvEtR':'SBYyv','uBHft':'NOT_FOUND','enwpQ':function(_0x403813,_0xcc0b0,_0x142189){return _0x403813(_0xcc0b0,_0x142189);},'LYYKx':_0xf4f87e(0x145,0x18d,_0x1066a4._0x4f3326,_0x1066a4._0x581e72)},_0x1832ed=await getTeams(),_0x26c677=_0x1832ed[_0x29a9c2(-0x221,-0x1ec,-0x1f5,-0x1d1)](_0x234d2d=>_0x234d2d['id']===_0x194805);if(_0x45dc78['SPJle'](_0x26c677,-(0x4f4*-0x7+0x1544+0xd69*0x1))){if(_0x45dc78['AdJmh'](_0x45dc78[_0xf4f87e(_0x1066a4._0x5c4ec1,0x179,0x16e,_0x1066a4._0x3713db)],_0xf4f87e(0x108,0x104,0x128,_0x1066a4._0x458144))){const _0x1f4999=new Error(_0x29a9c2(-0x1e3,-_0x1066a4._0x7dda8e,-0x210,-0x21d)+_0x194805+(_0xf4f87e(0x14d,_0x1066a4._0x2729c4,0x16c,_0x1066a4._0x174ac3)+'d'));_0x1f4999[_0xf4f87e(_0x1066a4._0x4b81a8,_0x1066a4._0xdfd4d9,0x10e,0x14e)]=_0x45dc78[_0xf4f87e(0x128,_0x1066a4._0x114715,0x10c,0xe2)];throw _0x1f4999;}else{const _0x123fce=new _0x3056e6(_0x45dc78[_0xf4f87e(0x16c,0x137,0x145,0x105)]);_0x123fce[_0x29a9c2(-0x26d,-0x235,-_0x1066a4._0x388ce9,-_0x1066a4._0x4c354d)]=_0x45dc78[_0xf4f87e(_0x1066a4._0x246684,0x132,0x15a,0x167)];throw _0x123fce;}}const _0x39ff49=_0x1832ed[_0x26c677];_0x1832ed['splice'](_0x26c677,-0x150c+-0x1dc4+0x32d1),await saveTeams(_0x1832ed);let _0x590bba=-0x2225+-0x9d3*-0x2+0xe7f*0x1;_0x48a47a&&(_0x590bba+=await _0x45dc78[_0x29a9c2(-0x235,-0x1fe,-0x1f4,-0x208)](_0x48a47a,_0x45dc78[_0xf4f87e(_0x1066a4._0x55c950,0x191,_0x1066a4._0x5beabb,_0x1066a4._0x2b180d)],_0x194805));_0x5b3a92&&(_0x590bba+=await _0x45dc78['enwpQ'](_0x5b3a92,_0x29a9c2(-_0x1066a4._0x334beb,-0x1ea,-_0x1066a4._0x41a11f,-0x205),_0x194805));const _0x2cc2c8={};_0x2cc2c8[_0xf4f87e(0x10d,_0x1066a4._0x283298,_0x1066a4._0x2729c4,_0x1066a4._0xbaec00)]=_0x194805,_0x2cc2c8[_0x29a9c2(-_0x1066a4._0x390cbc,-0x217,-0x1fe,-_0x1066a4._0x329a18)]=_0x39ff49[_0x29a9c2(-_0x1066a4._0x1a8c3a,-_0x1066a4._0x7d8372,-0x1fa,-0x1d6)],_0x2cc2c8[_0x29a9c2(-_0x1066a4._0x36918f,-0x27d,-_0x1066a4._0x509899,-0x27f)+_0xf4f87e(0x198,_0x1066a4._0x3d65c9,0x185,0x169)]=_0x590bba,logger['info'](_0xf4f87e(0x13e,0x156,_0x1066a4._0x2a0f76,_0x1066a4._0x341cf0)+'am',_0x2cc2c8);function _0xf4f87e(_0x41fe20,_0x4f2eee,_0x1252a5,_0x2f9b7e){return _0x404473(_0x41fe20-_0x2a2cdf._0x40004a,_0x4f2eee-0x5a,_0x1252a5- -0x2a3,_0x41fe20);}const _0x47ddab={};return _0x47ddab[_0x29a9c2(-_0x1066a4._0x465eae,-0x1b0,-_0x1066a4._0x41a11f,-0x208)]=_0x39ff49,_0x47ddab[_0x29a9c2(-_0x1066a4._0x36a561,-0x24a,-0x23e,-_0x1066a4._0x3b6c09)+_0xf4f87e(0x1bf,_0x1066a4._0x2854b0,0x185,_0x1066a4._0x427afb)]=_0x590bba,_0x47ddab;}export async function addMember(_0x2369b1,_0x3c13c1){const _0x1e30f4={_0x570048:0x4fd,_0x562366:0x4ca,_0xff06fa:0x4d8,_0x1cb5de:0x2b6,_0x3f9bc9:0x4ed,_0x1f5708:0x4ff,_0x391247:0x2ae,_0x73fe79:0x30d,_0x56df49:0x327,_0x19ec91:0x2c4,_0x44a090:0x2f2,_0x48f42c:0x321,_0x5035c9:0x2fa,_0x505abd:0x33c,_0xa33ce5:0x305,_0xb92f5c:0x4e5,_0x2bc20a:0x4ac,_0x5db2f7:0x2a6,_0x1de070:0x2dc,_0x23c6ff:0x2c0,_0x4864ed:0x4ad,_0x27d83b:0x4c7,_0x4d7c4a:0x2b2,_0x9d34c5:0x4e1,_0x308da9:0x4e4,_0xf5053f:0x33a,_0x2b3713:0x332,_0x4de209:0x310},_0xaebf80={_0x213f1c:0x125},_0x31c972={_0x58d70f:0xf8,_0x12d2e4:0x161},_0x3de70f={'RuqUe':_0x7d1247(_0x1e30f4._0x570048,_0x1e30f4._0x562366,0x4e6,0x4a3),'UpQOp':'DUPLICATE','BRLwf':function(_0x378325,_0x78157a){return _0x378325(_0x78157a);}};function _0x5b48eb(_0x40bc09,_0x551844,_0x3f6fc1,_0x51d426){return _0x404473(_0x40bc09-_0x31c972._0x58d70f,_0x551844-_0x31c972._0x12d2e4,_0x51d426- -0x103,_0x551844);}function _0x7d1247(_0x3de2de,_0x3632b9,_0x427804,_0xc72ea2){return _0x404473(_0x3de2de-0xf3,_0x3632b9-_0xaebf80._0x213f1c,_0x3632b9-0xde,_0x427804);}const _0x34f7d3=await getTeams(),_0x1b79be=_0x34f7d3[_0x7d1247(0x4ac,_0x1e30f4._0xff06fa,0x4ca,0x4f5)](_0x14b240=>_0x14b240['id']===_0x2369b1);if(!_0x1b79be){const _0x3481a2=new Error(_0x5b48eb(0x2ab,0x2a6,_0x1e30f4._0x1cb5de,0x2d8)+_0x2369b1+(_0x7d1247(0x51f,_0x1e30f4._0x3f9bc9,_0x1e30f4._0x1f5708,0x4ec)+'d'));_0x3481a2[_0x5b48eb(0x277,0x284,0x2d3,_0x1e30f4._0x391247)]=_0x3de70f[_0x5b48eb(0x344,0x32e,_0x1e30f4._0x73fe79,_0x1e30f4._0x56df49)];throw _0x3481a2;}if(_0x1b79be[_0x5b48eb(0x2ca,_0x1e30f4._0x19ec91,0x2e5,0x2e6)][_0x5b48eb(0x2dc,0x2c1,0x2dc,_0x1e30f4._0x44a090)](_0x3c13c1)){const _0x504505=new Error('User\x20\x27'+_0x3c13c1+('\x27\x20is\x20alrea'+_0x5b48eb(_0x1e30f4._0x48f42c,0x2c9,0x2cd,0x309)+_0x5b48eb(0x333,_0x1e30f4._0x5035c9,_0x1e30f4._0x505abd,_0x1e30f4._0xa33ce5)+_0x7d1247(0x4ed,_0x1e30f4._0xb92f5c,_0x1e30f4._0x2bc20a,0x4dc)));_0x504505['code']=_0x3de70f[_0x5b48eb(_0x1e30f4._0x5db2f7,_0x1e30f4._0x1de070,0x2ed,_0x1e30f4._0x23c6ff)];throw _0x504505;}return _0x1b79be[_0x7d1247(_0x1e30f4._0x4864ed,_0x1e30f4._0x27d83b,0x4a5,0x4c5)][_0x5b48eb(0x2e8,0x2d0,0x2e1,_0x1e30f4._0x4d7c4a)](_0x3c13c1),_0x1b79be[_0x7d1247(_0x1e30f4._0x9d34c5,_0x1e30f4._0x308da9,0x4ed,0x4d3)]=new Date()[_0x5b48eb(_0x1e30f4._0xf5053f,0x2fd,_0x1e30f4._0x2b3713,_0x1e30f4._0x4de209)+'g'](),await _0x3de70f['BRLwf'](saveTeams,_0x34f7d3),_0x1b79be;}function _0x44ac(_0x5c8953,_0x4895f4){_0x5c8953=_0x5c8953-(0xaab+0x2*0x871+0x3*-0x8db);const _0x3a76e6=_0x97e8();let _0x46f5ef=_0x3a76e6[_0x5c8953];if(_0x44ac['BdywQa']===undefined){var _0x539d92=function(_0x360ff0){const _0x3c3343='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x3279b3='',_0x46b8da='';for(let _0x1039f7=0x91b+-0x1f62+-0x76d*-0x3,_0x4d9562,_0x40217b,_0x3728f7=-0x7*-0x1e8+-0x18db+0x1a5*0x7;_0x40217b=_0x360ff0['charAt'](_0x3728f7++);~_0x40217b&&(_0x4d9562=_0x1039f7%(0x178d*0x1+0x10*0x260+-0x3d89)?_0x4d9562*(0x1b*-0x7+0x25aa+-0x24ad)+_0x40217b:_0x40217b,_0x1039f7++%(-0x481*0x2+-0x1*-0x1a65+0x115f*-0x1))?_0x3279b3+=String['fromCharCode'](0x42b+-0xc51*-0x1+0x319*-0x5&_0x4d9562>>(-(0x1c94*0x1+0x89+-0x1d1b)*_0x1039f7&0x1269*-0x2+0x18*0xa3+0x1590)):-0x205a+-0x20e+0x2268){_0x40217b=_0x3c3343['indexOf'](_0x40217b);}for(let _0x12264c=-0x21a4+-0x1216*-0x2+-0x2*0x144,_0x381006=_0x3279b3['length'];_0x12264c<_0x381006;_0x12264c++){_0x46b8da+='%'+('00'+_0x3279b3['charCodeAt'](_0x12264c)['toString'](-0x18db+0x269c+-0xdb1))['slice'](-(-0x14fa+0x6*-0x1f1+0x20a2));}return decodeURIComponent(_0x46b8da);};_0x44ac['TVLuqx']=_0x539d92,_0x44ac['pfHcFO']={},_0x44ac['BdywQa']=!![];}const _0x5a1c88=_0x3a76e6[-0xcb5*0x2+0x1112+0x858],_0x2b7b91=_0x5c8953+_0x5a1c88,_0x610dd9=_0x44ac['pfHcFO'][_0x2b7b91];return!_0x610dd9?(_0x46f5ef=_0x44ac['TVLuqx'](_0x46f5ef),_0x44ac['pfHcFO'][_0x2b7b91]=_0x46f5ef):_0x46f5ef=_0x610dd9,_0x46f5ef;}export async function removeMember(_0x1678b1,_0x4e8e76){const _0xfa4fbe={_0x300fa3:0x2c6,_0x4b46b9:0x261,_0x3c43c7:0x258,_0xda49b4:0x347,_0x20e948:0x315,_0x21fff0:0x2a6,_0xf39e2:0x355,_0x36855d:0x346,_0x44a2c2:0x24a,_0x2c6dac:0x223,_0x469bdc:0x35f,_0x1c2931:0x362,_0x22378d:0x35b,_0x51c54d:0x270,_0x93d248:0x285,_0xc8b759:0x207,_0x16b801:0x245,_0x26b3e3:0x387,_0x53fd34:0x330,_0x5c9171:0x28d,_0x41c43b:0x28f,_0x445c0a:0x265,_0x23bfa0:0x213,_0x44aad8:0x282,_0x54d79e:0x2ac,_0x33f56e:0x256,_0x2831ab:0x364},_0x5485fa={_0x332e05:0x178},_0x526231={_0x1e5dc6:0x34};function _0x58f97a(_0x1678a2,_0x1ff9b3,_0x2c8eba,_0x1c433e){return _0x404473(_0x1678a2-_0x526231._0x1e5dc6,_0x1ff9b3-0x36,_0x1678a2- -0x167,_0x1ff9b3);}const _0xd5a246={'pqHcB':function(_0x49d1ab){return _0x49d1ab();},'GoTvX':_0x58f97a(0x285,_0xfa4fbe._0x300fa3,_0xfa4fbe._0x4b46b9,_0xfa4fbe._0x3c43c7),'EGyVQ':function(_0x29c998,_0x59d9a6){return _0x29c998===_0x59d9a6;},'DgfSD':function(_0xcae606,_0x249d40){return _0xcae606(_0x249d40);}},_0x569c5d=await _0xd5a246['pqHcB'](getTeams),_0x3eb9ca=_0x569c5d[_0x23da7c(_0xfa4fbe._0xda49b4,0x2fd,0x331,_0xfa4fbe._0x20e948)](_0x2f796e=>_0x2f796e['id']===_0x1678b1);if(!_0x3eb9ca){const _0x3846f7=new Error(_0x58f97a(0x274,0x24f,_0xfa4fbe._0x21fff0,0x2a1)+_0x1678b1+(_0x23da7c(0x34f,_0xfa4fbe._0xf39e2,_0xfa4fbe._0x36855d,0x358)+'d'));_0x3846f7[_0x58f97a(_0xfa4fbe._0x44a2c2,_0xfa4fbe._0x2c6dac,0x216,0x252)]=_0xd5a246[_0x23da7c(_0xfa4fbe._0x469bdc,0x340,_0xfa4fbe._0x1c2931,_0xfa4fbe._0x22378d)];throw _0x3846f7;}const _0x165948=_0x3eb9ca[_0x58f97a(0x282,0x2b8,_0xfa4fbe._0x51c54d,_0xfa4fbe._0x93d248)]['indexOf'](_0x4e8e76);if(_0xd5a246[_0x58f97a(0x247,_0xfa4fbe._0xc8b759,0x273,_0xfa4fbe._0x16b801)](_0x165948,-(-0x1e2+-0x1f3e+-0x101*-0x21))){const _0x30b750=new Error(_0x23da7c(_0xfa4fbe._0x26b3e3,_0xfa4fbe._0x53fd34,_0xfa4fbe._0xda49b4,0x352)+_0x4e8e76+(_0x58f97a(0x25b,_0xfa4fbe._0x5c9171,0x237,_0xfa4fbe._0x41c43b)+'\x20member\x20of'+'\x20this\x20team'));_0x30b750[_0x58f97a(0x24a,_0xfa4fbe._0x445c0a,0x230,_0xfa4fbe._0x23bfa0)]=_0xd5a246['GoTvX'];throw _0x30b750;}_0x3eb9ca[_0x58f97a(_0xfa4fbe._0x44aad8,0x258,0x250,_0xfa4fbe._0x54d79e)][_0x58f97a(0x272,0x273,_0xfa4fbe._0x33f56e,0x295)](_0x165948,-0x23b*-0xc+-0x8*-0x33d+-0x1*0x34ab);function _0x23da7c(_0x18f081,_0x557cc3,_0x539abb,_0x2b241d){return _0x404473(_0x18f081-0xcf,_0x557cc3-_0x5485fa._0x332e05,_0x539abb- -0xc9,_0x557cc3);}return _0x3eb9ca[_0x23da7c(_0xfa4fbe._0x2831ab,0x356,0x33d,0x322)]=new Date()[_0x23da7c(0x32a,0x370,0x34a,0x335)+'g'](),await _0xd5a246['DgfSD'](saveTeams,_0x569c5d),_0x3eb9ca;}export function _resetCache(){teamsCache=null;}
|
|
1
|
+
(function(_0x4bee45,_0x240655){const _0x5b035e={_0x2bdb6f:0x5f,_0x56e142:0x35,_0x58c658:0x36,_0xa0bb58:0x1d,_0x198500:0x26,_0x53b7d0:0x44,_0x51d02e:0x2b,_0x22319d:0x56,_0x3b5d0c:0x29f,_0x3357d3:0x279,_0x53a4d3:0x29a,_0x29d86f:0x15,_0x1a448f:0xb,_0x389d11:0x6,_0x3f9dd1:0x3b,_0x51afcd:0x4c,_0x1c79c1:0x58,_0x58582e:0x225,_0x552aed:0x26c,_0x56d7bf:0x248};function _0x115671(_0x56249d,_0x1cddd6,_0x4c0ab3,_0x139ec5){return _0x3b88(_0x139ec5-0x16a,_0x56249d);}const _0x1339fc=_0x4bee45();function _0x5f74ad(_0x358070,_0x270411,_0x328a92,_0x532944){return _0x3b88(_0x328a92- -0x10a,_0x358070);}while(!![]){try{const _0x2a2dca=parseInt(_0x115671(0x25a,0x271,0x285,0x278))/(0x170f+0x282+0x1*-0x1990)*(parseInt(_0x5f74ad(-0x49,-0x27,-0x2e,-0x2c))/(-0x1d68+0x1*-0x1b19+0x3883))+-parseInt(_0x5f74ad(_0x5b035e._0x2bdb6f,_0x5b035e._0x56e142,_0x5b035e._0x58c658,_0x5b035e._0xa0bb58))/(0x21ce+0xaf7+-0x2cc2)*(-parseInt(_0x5f74ad(-_0x5b035e._0x58c658,0xa,-0x18,-0xf))/(-0x1*0x22cf+-0x213e+0x4411))+parseInt(_0x5f74ad(-_0x5b035e._0x198500,-_0x5b035e._0x53b7d0,-_0x5b035e._0x51d02e,-0x49))/(0x1*-0x147d+-0x1e00*-0x1+-0x97e)+parseInt(_0x5f74ad(_0x5b035e._0x22319d,0x3f,0x35,0x59))/(0x829+-0xf*0x277+0x2*0xe6b)*(-parseInt(_0x115671(0x270,0x2bf,0x2d5,_0x5b035e._0x3b5d0c))/(-0x4ee*0x4+0x1*-0x1c57+0x3016))+-parseInt(_0x115671(_0x5b035e._0x3357d3,_0x5b035e._0x53a4d3,0x29a,0x28f))/(0x1f97+0x5*-0x592+-0x3b5)*(-parseInt(_0x5f74ad(0x41,-0x1,_0x5b035e._0x29d86f,_0x5b035e._0x1a448f))/(-0x1ff1+0x1417+0xbe3))+parseInt(_0x5f74ad(0x35,_0x5b035e._0x389d11,_0x5b035e._0x3f9dd1,0x5f))/(0x1dd+-0x3*-0x2cf+-0xa40)*(-parseInt(_0x5f74ad(_0x5b035e._0x51afcd,_0x5b035e._0x1c79c1,0x42,_0x5b035e._0x22319d))/(0x5*-0x126+0xb*-0x2ba+0x1*0x23c7))+-parseInt(_0x5f74ad(-0xf,0x44,0x2a,0x3b))/(-0x1370+-0x2094+0x31*0x110)*(parseInt(_0x115671(_0x5b035e._0x58582e,_0x5b035e._0x552aed,0x20e,_0x5b035e._0x56d7bf))/(-0x15b+-0x1742+0x18aa));if(_0x2a2dca===_0x240655)break;else _0x1339fc['push'](_0x1339fc['shift']());}catch(_0x1a5568){_0x1339fc['push'](_0x1339fc['shift']());}}}(_0x4010,-0x7a8b7*-0x1+-0x1f*-0x3051+-0x24770));import{promises as _0x4cc967}from'fs';function _0x3b88(_0x5d6ae5,_0x4b7973){_0x5d6ae5=_0x5d6ae5-(0x1*0x665+0x26d4+0x25*-0x133);const _0xe3949e=_0x4010();let _0xcd66ca=_0xe3949e[_0x5d6ae5];if(_0x3b88['FPOyEG']===undefined){var _0x22f443=function(_0x14df0b){const _0x12d770='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x343f87='',_0x5c6e74='';for(let _0x176b80=0x1*0x52+0x94f*-0x3+0x1b9b,_0x198feb,_0x1174e7,_0x3b97a2=-0x1a99+-0xb30+0x11*0x239;_0x1174e7=_0x14df0b['charAt'](_0x3b97a2++);~_0x1174e7&&(_0x198feb=_0x176b80%(0xd9*-0xd+-0x18b3+0x23bc)?_0x198feb*(-0x1263+-0x1*-0x1471+-0x15*0x16)+_0x1174e7:_0x1174e7,_0x176b80++%(0xb*-0xc5+-0xec*0xb+-0x7*-0x2a9))?_0x343f87+=String['fromCharCode'](0x6*0x547+0x2*0xdc3+-0x3a31&_0x198feb>>(-(0x1*-0x4e9+0x267b+-0x2190)*_0x176b80&0xa13+-0x6d6+0x337*-0x1)):-0x778+-0x498+0xc10){_0x1174e7=_0x12d770['indexOf'](_0x1174e7);}for(let _0x1d502e=0x7be*-0x1+-0x3e7*0x5+0x1b41,_0x189d71=_0x343f87['length'];_0x1d502e<_0x189d71;_0x1d502e++){_0x5c6e74+='%'+('00'+_0x343f87['charCodeAt'](_0x1d502e)['toString'](0x1*0x9bf+0x2a*-0xb1+-0x135b*-0x1))['slice'](-(0xf3*0x26+0x121f*-0x1+-0x11f1));}return decodeURIComponent(_0x5c6e74);};_0x3b88['jRAPDz']=_0x22f443,_0x3b88['hcEYkn']={},_0x3b88['FPOyEG']=!![];}const _0x2bc9d6=_0xe3949e[-0x4d2*-0x1+0x1eff*0x1+0x23d1*-0x1],_0x696376=_0x5d6ae5+_0x2bc9d6,_0x4465f3=_0x3b88['hcEYkn'][_0x696376];return!_0x4465f3?(_0xcd66ca=_0x3b88['jRAPDz'](_0xcd66ca),_0x3b88['hcEYkn'][_0x696376]=_0xcd66ca):_0xcd66ca=_0x4465f3,_0xcd66ca;}import _0x4410fb from'path';import{logger}from'./logger.js';function _0x4010(){const _0x192635=['EMvKigvTChr5ia','C0jQC0K','zMLUzeLUzgv4','Dg9ju09tDhjPBG','BxmGzNjVBsbMAq','zhKGysbTzw1Izq','D1v3C20','qLbVrgW','CgfYC2u','uLfWAfm','txD5tLi','zNHmyvG','mNHWsLvPAq','D0Lksgu','mteXnJDntvDIDg0','ntq5ntC4nu12tfbiBG','Dg9bEwi','CenkAwC','t1r1r1y','BwvTyMvYCW','wu5vDgO','C29Tzq','zgLUz3m','DNv6sNC','C3bSAxq','DgvHBu5HBwu','C2nbuKO','sLLXuMK','zgvZy3jPChrPBW','vLPVALi','vKfmsurbveLptG','BMz1wKe','vgvHBsaN','rMfPBgvKihrVia','ntGWntKWoff6yLnItW','BgvUz3rO','tK9ux0zpvu5e','zgvIDwC','D3PeA3G','CNrcDKq','vxPmA3K','zxjYB3i','sezkv3y','zxHPC3rZ','BMfTzq','qwD3rNG','u1Lty24','CIbVzIb0AgLZia','jYbUB3qGzM91BG','Bg9Hzcb0zwfTCW','zNP1tNK','txLfCwq','vhf0B3e','DgvHBxmUANnVBG','v1LqAgC','u1blAKu','vxnLCIaN','r1fpBxu','C3vIC3rY','zgLYBMfTzq','C2f2zsb0zwfTCW','BwTKAxi','odC5nZy5r1zbsK5V','DgvHBq','vgvHBxmGzMLSzq','AvvKsuG','D3jPDgvgAwXL','DhjPBq','y291BNq','Dg9tDhjPBMC','tMTNyM8','CMvHzezPBgu','r0TUs3u','BgTdww0','Aw5MBW','ihrOAxmGDgvHBq','v0P6sxK','DxrMltG','y29Kzq','mJDuwvDRtgi','rLrQrLi','AxmGCMvXDwLYzq','D3riA20','y0T3yK0','Euf6y00','ntq1mde2Au1LtgT5','BMnHD04','ru5pru5u','ChvZAa','C3rHDa','r2zAwMK','DePjBe8','jYbHBhjLywr5ia','wwjlzuu','ANjdt2q','zMLUza','AwDoCwW','DgvHBxm','uurPDeK','DgvHBuLK','mJa1mdHTD0vdDNm','mJfzz0zAAMu','ze5Xt2q','jYbPCYbHBhjLyq','zgvSzxrLzejPBG','tfHAtvK','tLzNCee','Au9ZExe','DgvHBsbSAxn0','m3WWFdj8mxW0','DxbKyxrLzf9HDa','odqYntK4Cg5rt0nL','m21oExrkzG','DgvHBv8','rgvSzxrLzcb0zq','DwDXCgC','rMPnAem','ntGWCxvnr21V','u2f2zwqGDgvHBq','u3PzEva','y3jLyxrLzf9IEq','Bw9nBgi','vgvHBsbUyw1Lia','rfvqteLdqvrf','mtKXndq0CLPYDNvS','C290EMW','EwjMvgK','whHbrfq','AM9PBG','jYbPCYbUB3qGyq','BMTnt3m'];_0x4010=function(){return _0x192635;};return _0x4010();}import{DATA_DIR}from'./data-dir.js';const TEAMS_FILE=_0x4410fb[_0x2a9f2a(0x220,0x1bf,0x1fc,0x1f0)](DATA_DIR,_0x2a9f2a(0x1e5,0x17c,0x199,0x1a5));let teamsCache=null,teamsCacheMtime=null;export async function loadTeams(){const _0x4bda6b={_0x50c921:0x241,_0x21d2c6:0x24e,_0x2aadd0:0x235,_0x408897:0x17e,_0x26072b:0x124,_0xd45772:0x1e5,_0x4a2f9a:0x2b0,_0x1e9ef0:0x247,_0x323592:0x277,_0x26c0cc:0x247,_0x5e1072:0x229,_0x1f2e62:0x24b,_0x5c4a63:0x272,_0x42b4b5:0x22c,_0x3281f2:0x242,_0x3fa062:0x1e3,_0x401e39:0x16f,_0x1e9329:0x112,_0x10d146:0x22b,_0x23a6bc:0x274,_0x564336:0x18d,_0x1f0442:0x18f,_0x591811:0x18a,_0x3a81d0:0x135,_0x44413b:0x228,_0x4c24:0x222,_0x4bcb00:0x17f,_0x3b1eeb:0x1bc,_0xf6a83b:0x135,_0x24da16:0x136,_0x3fd1c8:0x19b,_0x1ace57:0x239,_0x9fc225:0x1a7,_0x55aa6f:0x1a8,_0x273d27:0x21a,_0x5b2016:0x24f,_0x4bed91:0x234,_0x17d1f8:0x1b5,_0x5f5fde:0x186,_0x4a3754:0x15f,_0xd2331b:0x153,_0x4be973:0x144,_0x134eb4:0x14c,_0x8d2e2f:0x1c4,_0x321eea:0x1e1,_0x292eb7:0x1c4,_0x12f4f3:0x26e,_0x5dbce7:0x232,_0x20f6df:0x238,_0x598c77:0x21c,_0x5ec23b:0x27e,_0x522d72:0x270,_0xed69b1:0x26c,_0x1c2c4c:0x16c,_0x85354b:0x180},_0x144522={_0x34d2f6:0x1a0,_0x1678cb:0x1ec,_0x106e19:0x191},_0x3fcec4={_0x24ea6c:0xea};function _0x16f7d3(_0xe66bab,_0x65ee06,_0x582c74,_0x57d3f4){return _0x2a9f2a(_0x65ee06,_0x65ee06-0x1b6,_0x582c74-_0x3fcec4._0x24ea6c,_0x57d3f4- -0x3f2);}const _0x3ea755={};_0x3ea755[_0x16f7d3(-0x26c,-0x27d,-0x206,-_0x4bda6b._0x50c921)]=_0x16f7d3(-_0x4bda6b._0x21d2c6,-0x270,-0x229,-_0x4bda6b._0x2aadd0),_0x3ea755[_0x4c0078(-0x132,-0x160,-_0x4bda6b._0x408897,-_0x4bda6b._0x26072b)]='Loaded\x20tea'+_0x16f7d3(-0x237,-_0x4bda6b._0xd45772,-0x1c9,-0x1fb)+'le',_0x3ea755[_0x16f7d3(-_0x4bda6b._0x4a2f9a,-0x24b,-_0x4bda6b._0x1e9ef0,-_0x4bda6b._0x323592)]=_0x16f7d3(-_0x4bda6b._0x26c0cc,-_0x4bda6b._0x5e1072,-0x1f7,-0x22b),_0x3ea755[_0x16f7d3(-_0x4bda6b._0x1f2e62,-_0x4bda6b._0x5c4a63,-0x24a,-0x232)]=_0x16f7d3(-0x24e,-_0x4bda6b._0x42b4b5,-0x212,-_0x4bda6b._0x3281f2)+'\x20not\x20found'+',\x20initiali'+_0x16f7d3(-0x1cc,-_0x4bda6b._0x3fa062,-0x1e7,-0x1ff)+_0x4c0078(-_0x4bda6b._0x401e39,-0x154,-0x16b,-_0x4bda6b._0x1e9329);function _0x4c0078(_0x4ff448,_0x456948,_0x1fcc7b,_0x4b769d){return _0x5a5446(_0x1fcc7b,_0x456948-_0x144522._0x34d2f6,_0x456948- -_0x144522._0x1678cb,_0x4b769d-_0x144522._0x106e19);}_0x3ea755['yAzcM']=_0x16f7d3(-_0x4bda6b._0x10d146,-_0x4bda6b._0x23a6bc,-0x273,-0x261)+_0x4c0078(-_0x4bda6b._0x564336,-_0x4bda6b._0x1f0442,-0x1ba,-0x19f);const _0x47481d=_0x3ea755;try{const _0xfb22dd=await _0x4cc967[_0x4c0078(-_0x4bda6b._0x591811,-0x167,-0x129,-_0x4bda6b._0x3a81d0)](TEAMS_FILE),_0x58cb0d=await _0x4cc967[_0x16f7d3(-_0x4bda6b._0x44413b,-0x210,-_0x4bda6b._0x4c24,-0x23b)](TEAMS_FILE,_0x47481d[_0x4c0078(-0x1a1,-_0x4bda6b._0x4bcb00,-_0x4bda6b._0x3b1eeb,-0x197)]),_0x23729e=JSON[_0x4c0078(-0x176,-_0x4bda6b._0xf6a83b,-0x125,-0x14c)](_0x58cb0d);teamsCache=_0x23729e[_0x4c0078(-_0x4bda6b._0x24da16,-0x15f,-0x159,-_0x4bda6b._0x3fd1c8)]||[],teamsCacheMtime=_0xfb22dd['mtimeMs'];const _0xdbcd3f={};return _0xdbcd3f[_0x16f7d3(-_0x4bda6b._0x1ace57,-0x22d,-0x227,-0x23e)]=teamsCache['length'],logger[_0x4c0078(-_0x4bda6b._0x9fc225,-0x19b,-0x16d,-_0x4bda6b._0x55aa6f)](_0x47481d['igNql'],_0xdbcd3f),teamsCache;}catch(_0x3defc1){if(_0x3defc1[_0x16f7d3(-0x242,-_0x4bda6b._0x273d27,-_0x4bda6b._0x5b2016,-_0x4bda6b._0x4bed91)]===_0x47481d[_0x4c0078(-0x1b2,-_0x4bda6b._0x17d1f8,-_0x4bda6b._0x5f5fde,-0x19e)]){const _0x25493e=_0x4c0078(-_0x4bda6b._0x4a3754,-_0x4bda6b._0xd2331b,-_0x4bda6b._0x4be973,-_0x4bda6b._0x134eb4)[_0x4c0078(-_0x4bda6b._0x8d2e2f,-0x1a8,-_0x4bda6b._0x321eea,-_0x4bda6b._0x292eb7)]('|');let _0x4b3b10=-0x24d+-0x522+-0x1*-0x76f;while(!![]){switch(_0x25493e[_0x4b3b10++]){case'0':teamsCacheMtime=null;continue;case'1':await saveTeams(teamsCache);continue;case'2':logger[_0x16f7d3(-_0x4bda6b._0x12f4f3,-0x26e,-_0x4bda6b._0x5dbce7,-_0x4bda6b._0x20f6df)](_0x47481d[_0x16f7d3(-_0x4bda6b._0x598c77,-0x222,-0x250,-0x232)]);continue;case'3':teamsCache=[];continue;case'4':return teamsCache;}break;}}logger[_0x16f7d3(-_0x4bda6b._0x5ec23b,-_0x4bda6b._0x522d72,-_0x4bda6b._0xed69b1,-0x259)](_0x47481d[_0x4c0078(-0x150,-_0x4bda6b._0x1c2c4c,-0x13e,-_0x4bda6b._0x85354b)],_0x3defc1);throw _0x3defc1;}}function _0x2a9f2a(_0x4f612d,_0x26b96b,_0x4b98d5,_0x1fb9ed){const _0x5cce69={_0x530904:0xa0};return _0x3b88(_0x1fb9ed-_0x5cce69._0x530904,_0x4f612d);}export async function saveTeams(_0x35e12c){const _0x359d3c={_0x1a7dd1:0xa,_0x1f7e27:0x27,_0x1a1d86:0x396,_0x25b061:0x36f,_0x2d3443:0x375,_0x288e92:0x34f,_0x4e73bd:0x369,_0x210795:0xe,_0xc70f2f:0x47,_0xb307b7:0x10,_0x39c547:0x30,_0x23a517:0x3c8,_0x590ded:0x37e,_0xe5603a:0x38e,_0xb0571:0x31,_0x4bb9d1:0x9,_0x8cddb4:0x2b,_0x3c028a:0x30e,_0x3511b6:0x313,_0x1d67cc:0x3a8,_0x3bdabe:0x3bd,_0x38c7d8:0x386,_0x466e22:0xd,_0x55ef75:0x28,_0x4b48f9:0x18,_0x13a2e3:0x1,_0x497b31:0x3a,_0x11c3cb:0x3d5},_0x404e09={_0x49a75c:0x13d,_0x1eef38:0x77,_0xc2d644:0x24},_0x464faf={_0x2fadfd:0x129,_0x38cc6d:0x19b};function _0xf9f4da(_0x444f03,_0x7109f6,_0x18327e,_0x3d775d){return _0x5a5446(_0x7109f6,_0x7109f6-_0x464faf._0x2fadfd,_0x3d775d-0x301,_0x3d775d-_0x464faf._0x38cc6d);}const _0x39bcff={};_0x39bcff[_0x571084(-0x5,-_0x359d3c._0x1a7dd1,-0x37,-_0x359d3c._0x1f7e27)]='utf-8',_0x39bcff[_0xf9f4da(0x36e,0x373,0x357,_0x359d3c._0x1a1d86)]='Failed\x20to\x20'+_0xf9f4da(_0x359d3c._0x25b061,_0x359d3c._0x2d3443,_0x359d3c._0x288e92,_0x359d3c._0x4e73bd);const _0x240f31=_0x39bcff;function _0x571084(_0xb13b2b,_0xcfcaee,_0x5b430b,_0x279bc8){return _0x5a5446(_0xb13b2b,_0xcfcaee-_0x404e09._0x49a75c,_0x5b430b- -_0x404e09._0x1eef38,_0x279bc8-_0x404e09._0xc2d644);}try{const _0x4444d9=_0x4410fb[_0x571084(-_0x359d3c._0x210795,-_0x359d3c._0xc70f2f,-_0x359d3c._0xb307b7,-_0x359d3c._0x39c547)](TEAMS_FILE),_0x5c06e7={};_0x5c06e7['recursive']=!![],await _0x4cc967[_0x571084(0x2a,-0x32,-0xe,-0x4e)](_0x4444d9,_0x5c06e7);const _0x3efa76={};_0x3efa76[_0xf9f4da(_0x359d3c._0x23a517,0x3d0,_0x359d3c._0x590ded,_0x359d3c._0xe5603a)]=_0x35e12c,await _0x4cc967[_0x571084(0xa,_0x359d3c._0xb0571,-_0x359d3c._0x4bb9d1,-_0x359d3c._0x8cddb4)](TEAMS_FILE,JSON['stringify'](_0x3efa76,null,0xaf0+-0x12d3+0x7e5),_0x240f31[_0xf9f4da(0x300,_0x359d3c._0x3c028a,_0x359d3c._0x3511b6,0x341)]);const _0x5eea95=await _0x4cc967[_0xf9f4da(0x371,_0x359d3c._0x1d67cc,_0x359d3c._0x3bdabe,_0x359d3c._0x38c7d8)](TEAMS_FILE);teamsCache=_0x35e12c,teamsCacheMtime=_0x5eea95['mtimeMs'];const _0x1c12c8={};_0x1c12c8['count']=_0x35e12c[_0x571084(-0x2e,-_0x359d3c._0x466e22,-_0x359d3c._0x55ef75,-0x4a)],logger[_0x571084(-0x3f,-_0x359d3c._0x4b48f9,-0x1,0x1a)](_0x571084(_0x359d3c._0x13a2e3,_0x359d3c._0x497b31,_0x359d3c._0x8cddb4,0x3d)+'s\x20to\x20file',_0x1c12c8);}catch(_0x57d477){logger['error'](_0x240f31[_0xf9f4da(_0x359d3c._0x3bdabe,_0x359d3c._0x11c3cb,0x3c9,0x396)],_0x57d477);throw _0x57d477;}}export async function getTeams(){const _0x441c6a={_0x55b5f6:0x2e6,_0x26a37f:0x2aa,_0x3388f2:0x3b9,_0x508fff:0x38d,_0x4d832b:0x257,_0x37fb92:0x258,_0xfd6b1d:0x273,_0x1f1235:0x23b,_0x22630e:0x298,_0x30ccce:0x2ca,_0x31bb46:0x2a1,_0x5762dd:0x268,_0x2b0863:0x22c,_0x2a4918:0x412,_0x23ceb3:0x3d6,_0x4fd6fb:0x3fc,_0x3a10db:0x3cf,_0x5f4c3f:0x3bf,_0xdd76f3:0x381,_0xe8c8eb:0x3ad,_0x1dd04c:0x29a,_0x4fe307:0x290,_0x1f2ffd:0x3c7,_0x41ee3f:0x269,_0x363928:0x29e,_0x1f8b18:0x26a,_0x18020a:0x24e,_0x386f07:0x282,_0x2893a0:0x300,_0x3df0f7:0x258,_0x9b5689:0x22f,_0x110844:0x307,_0x21fb43:0x2cd,_0x340c89:0x2c5,_0x1ac4da:0x2d9,_0x50f6f7:0x3c1,_0x3068d6:0x37a,_0x88c4a0:0x29d,_0x483de7:0x2c3,_0x13f599:0x3f3,_0x100290:0x3bd,_0xe2cecc:0x2a9,_0x172960:0x2bc,_0x2c0dd1:0x279,_0x1b583e:0x294,_0x7e6e70:0x25b},_0x12dadf={_0x5d9505:0x107},_0x36def0={_0x537bdf:0x215},_0x4f8eda={'WJzIy':_0x53027f(0x294,0x2bb,0x2b9,_0x441c6a._0x55b5f6)+'is\x20require'+'d','rtBvD':function(_0x1d9983,_0x17a043){return _0x1d9983!==_0x17a043;},'cKwbM':_0x53027f(0x25c,0x28a,0x28b,_0x441c6a._0x26a37f),'ugqpg':function(_0xb5eb15,_0x4ed5e5){return _0xb5eb15===_0x4ed5e5;},'UzLky':_0x893c3e(_0x441c6a._0x3388f2,0x39c,_0x441c6a._0x508fff,0x3fa),'wIJHe':function(_0x49ab2d){return _0x49ab2d();},'XxADT':function(_0x3a6895,_0x1d8aa9){return _0x3a6895===_0x1d8aa9;},'RQphS':_0x53027f(_0x441c6a._0x4d832b,_0x441c6a._0x37fb92,_0x441c6a._0xfd6b1d,_0x441c6a._0x1f1235),'SPKjE':_0x53027f(0x2b7,_0x441c6a._0x22630e,0x25a,_0x441c6a._0x30ccce)};function _0x53027f(_0x57170a,_0xb3995a,_0x1d5307,_0x52db19){return _0x5a5446(_0x57170a,_0xb3995a-0x192,_0xb3995a-_0x36def0._0x537bdf,_0x52db19-0x155);}try{if(_0x4f8eda[_0x53027f(_0x441c6a._0x31bb46,_0x441c6a._0x5762dd,0x254,_0x441c6a._0x2b0863)](_0x4f8eda[_0x893c3e(0x3d6,_0x441c6a._0x2a4918,0x3c3,0x3f4)],_0x4f8eda[_0x893c3e(_0x441c6a._0x23ceb3,0x3bc,0x3f3,_0x441c6a._0x4fd6fb)])){const _0x3e72c5=new _0x5ea780(_0x4f8eda[_0x893c3e(_0x441c6a._0x3a10db,_0x441c6a._0x5f4c3f,0x411,0x3ec)]);_0x3e72c5[_0x53027f(0x2b6,0x28f,0x2bd,0x278)]=_0x893c3e(0x3a1,0x36d,_0x441c6a._0xdd76f3,_0x441c6a._0xe8c8eb);throw _0x3e72c5;}else{const _0x19acea=await _0x4cc967[_0x53027f(0x290,_0x441c6a._0x1dd04c,0x2b1,0x2ca)](TEAMS_FILE);if(!teamsCache||_0x19acea['mtimeMs']!==teamsCacheMtime){if(_0x4f8eda[_0x53027f(0x299,0x2b4,0x2d5,_0x441c6a._0x4fe307)](_0x4f8eda[_0x893c3e(0x3ab,0x3db,_0x441c6a._0x1f2ffd,0x382)],_0x4f8eda[_0x53027f(0x273,_0x441c6a._0x41ee3f,_0x441c6a._0x363928,_0x441c6a._0x1f8b18)]))return await _0x4f8eda[_0x53027f(0x281,_0x441c6a._0x18020a,_0x441c6a._0x386f07,0x278)](loadTeams);else _0x54b299=null;}}}catch(_0x246366){if(_0x4f8eda[_0x53027f(_0x441c6a._0x2893a0,0x2c0,0x2c8,0x2d0)](_0x53027f(_0x441c6a._0x3df0f7,0x260,_0x441c6a._0x9b5689,0x29b),_0x4f8eda[_0x53027f(_0x441c6a._0x110844,_0x441c6a._0x21fb43,_0x441c6a._0x340c89,_0x441c6a._0x1ac4da)])){const _0x5a911f=new _0x118a67(_0x893c3e(0x3fd,_0x441c6a._0x50f6f7,0x3c4,0x3da)+'\x27'+_0x59f866[_0x893c3e(0x3af,0x39e,_0x441c6a._0x3068d6,0x3d8)]+(_0x53027f(0x27e,_0x441c6a._0x88c4a0,0x27a,_0x441c6a._0x483de7)+'exists'));_0x5a911f[_0x893c3e(0x3d1,0x3fe,_0x441c6a._0x13f599,_0x441c6a._0x100290)]=_0x53027f(_0x441c6a._0xe2cecc,_0x441c6a._0x172960,0x2d5,0x28f);throw _0x5a911f;}else{if(_0x4f8eda['rtBvD'](_0x246366['code'],_0x4f8eda[_0x53027f(_0x441c6a._0x2c0dd1,0x278,_0x441c6a._0x1b583e,_0x441c6a._0xe2cecc)]))throw _0x246366;if(!teamsCache)return await _0x4f8eda[_0x53027f(_0x441c6a._0x7e6e70,0x24e,0x213,0x238)](loadTeams);}}function _0x893c3e(_0x1e6caa,_0x403813,_0x152fc4,_0x14e123){return _0x5a5446(_0x152fc4,_0x403813-0xd,_0x1e6caa-0x357,_0x14e123-_0x12dadf._0x5d9505);}return teamsCache;}export async function getTeamById(_0x93d490){const _0x15fd44={_0x418092:0x1ed,_0x17d97c:0x16c,_0x3a8824:0x160,_0x329d00:0x11f},_0x8454f8={_0x597a72:0xe5,_0x4216c0:0x139,_0x5f08b7:0x43},_0x7f8a08={_0x5a58b2:0x110};function _0x176197(_0x3978f0,_0x348f21,_0x4455dd,_0x3b379a){return _0x2a9f2a(_0x348f21,_0x348f21-_0x7f8a08._0x5a58b2,_0x4455dd-0x75,_0x4455dd- -0x6f);}const _0x3ad060={'ybfTi':function(_0x5bdbcc){return _0x5bdbcc();}},_0x1d0b75=await _0x3ad060[_0x4ce8ed(0x1ab,0x175,_0x15fd44._0x418092,_0x15fd44._0x17d97c)](getTeams);function _0x4ce8ed(_0x2d6499,_0x2219f5,_0x35eac3,_0x4d74ab){return _0x2a9f2a(_0x35eac3,_0x2219f5-_0x8454f8._0x597a72,_0x35eac3-_0x8454f8._0x4216c0,_0x2d6499- -_0x8454f8._0x5f08b7);}return _0x1d0b75[_0x176197(0x16b,0x12d,_0x15fd44._0x3a8824,_0x15fd44._0x329d00)](_0x3b0c21=>_0x3b0c21['id']===_0x93d490)||null;}export async function getTeamsByUserId(_0x2215fa){const _0x5cd09a={_0x1e027a:0x1f1},_0x501dee={_0x5740ba:0x35,_0x200fdd:0x6e},_0x337f75={_0x4819e7:0xe2},_0x101121={'jrCOd':function(_0x42002c){return _0x42002c();}},_0x569651=await _0x101121[_0x5b782f(-0x1e8,-_0x5cd09a._0x1e027a,-0x229,-0x249)](getTeams);function _0x478fd1(_0x599d37,_0x380f00,_0x590510,_0x6795fd){return _0x2a9f2a(_0x6795fd,_0x380f00-0x34,_0x590510-_0x337f75._0x4819e7,_0x599d37-0x2c8);}function _0x5b782f(_0x1caaa2,_0x521717,_0x98a850,_0x540d9a){return _0x5a5446(_0x521717,_0x521717-_0x501dee._0x5740ba,_0x98a850- -0x2b3,_0x540d9a-_0x501dee._0x200fdd);}return _0x569651['filter'](_0x130641=>_0x130641[_0x5b782f(-0x25e,-0x2a5,-0x274,-0x285)]['includes'](_0x2215fa));}export async function createTeam(_0x356138){const _0x36d67e={_0x3d55a5:0x9d,_0x6e799d:0xa8,_0x2b8ef4:0x335,_0x4b782e:0x317,_0x49b153:0x2e7,_0x53c908:0x32b,_0x34414a:0x44,_0x3e4f6d:0x38,_0x5bc3c6:0x74,_0x1ea413:0x6e,_0x491003:0x33c,_0x6c27da:0x2fc,_0x388f01:0x2f,_0x82bd5d:0x25,_0x40cf0b:0x52,_0x5a6185:0x379,_0x32b9b1:0x30f,_0x4927c4:0x38e,_0x53b5a2:0x56,_0x1a8cda:0x23,_0x5026e2:0x1c,_0x48710d:0x348,_0x48e73b:0x320,_0x20f299:0x375,_0x1339ff:0x10,_0x2ed546:0xf,_0x5c5148:0x365,_0x2546b1:0x335,_0x898ab7:0x33f,_0x482f0b:0x2,_0x2c15a3:0x19,_0x2c2e7a:0x29,_0x36716b:0x60,_0x259e47:0x365,_0x1e312d:0x33e,_0x35b1a8:0x37e,_0x15f464:0x2f8,_0x296a1c:0x2d8,_0x137a0a:0x8d,_0x589bde:0x66,_0x37adcb:0x59,_0x4e428d:0x6a,_0x3771c7:0x99,_0x27c804:0x84,_0x13f0bb:0x2f9,_0x120b87:0x35e,_0x52298d:0x317,_0x578d63:0x2e1,_0x569908:0x359,_0x260f42:0x38a,_0x44a98e:0x372,_0x51a54c:0x355,_0x8337db:0x343,_0x511504:0x370,_0x5f3513:0x32b},_0xaea998={_0x3cd77c:0xcc,_0x1f4f9e:0x77},_0x5771ec={'SzYyP':'DUPLICATE','GKnKu':function(_0x80aa21){return _0x80aa21();},'QDitI':_0x3c6c68(-_0x36d67e._0x3d55a5,-0xb2,-0x82,-_0x36d67e._0x6e799d),'sotzl':function(_0x1f7bb1,_0x44d0b3){return _0x1f7bb1!==_0x44d0b3;},'YbKeE':'HBiih','wUwsm':_0x3c6c68(-0x1f,0x18,-0x1e,-0x40)},_0x5f2581=await _0x5771ec[_0x3c8508(0x333,0x31b,0x2fc,_0x36d67e._0x2b8ef4)](getTeams);if(!_0x356138[_0x3c8508(_0x36d67e._0x4b782e,0x2df,_0x36d67e._0x49b153,_0x36d67e._0x53c908)]||!_0x356138[_0x3c6c68(-_0x36d67e._0x34414a,-_0x36d67e._0x3e4f6d,-_0x36d67e._0x5bc3c6,-_0x36d67e._0x1ea413)]['trim']()){const _0x537f32=new Error('Team\x20name\x20'+_0x3c8508(_0x36d67e._0x491003,_0x36d67e._0x6c27da,0x36f,0x333)+'d');_0x537f32[_0x3c6c68(-_0x36d67e._0x388f01,-_0x36d67e._0x82bd5d,-_0x36d67e._0x40cf0b,-0x8b)]=_0x5771ec[_0x3c8508(0x34d,_0x36d67e._0x5a6185,_0x36d67e._0x32b9b1,_0x36d67e._0x4927c4)];throw _0x537f32;}if(_0x5f2581[_0x3c6c68(-0xbf,-_0x36d67e._0x53b5a2,-0x8b,-0x60)](_0x5a4384=>_0x5a4384[_0x3c8508(0x317,0x2d7,0x2f9,0x303)]===_0x356138[_0x3c8508(0x317,0x2de,0x2e6,0x2e3)])){if(_0x5771ec[_0x3c6c68(-0x4f,0x11,-_0x36d67e._0x1a8cda,-_0x36d67e._0x5026e2)](_0x5771ec[_0x3c8508(_0x36d67e._0x48710d,0x357,_0x36d67e._0x48e73b,_0x36d67e._0x20f299)],_0x5771ec[_0x3c6c68(_0x36d67e._0x1339ff,-0x2b,-0x17,_0x36d67e._0x2ed546)])){const _0x134d8b=new Error(_0x3c8508(_0x36d67e._0x5c5148,_0x36d67e._0x2546b1,0x346,_0x36d67e._0x898ab7)+'\x27'+_0x356138['name']+('\x27\x20already\x20'+'exists'));_0x134d8b['code']=_0x5771ec[_0x3c6c68(-_0x36d67e._0x482f0b,-_0x36d67e._0x2c15a3,-_0x36d67e._0x2c2e7a,-_0x36d67e._0x36716b)];throw _0x134d8b;}else{const _0x3e83ad=new _0x27c30c(_0x3c8508(_0x36d67e._0x259e47,0x37c,_0x36d67e._0x1e312d,_0x36d67e._0x35b1a8)+'\x27'+_0x3bfb6e['name']+(_0x3c6c68(-0x7e,-0x15,-0x44,-0x55)+_0x3c8508(0x316,_0x36d67e._0x15f464,_0x36d67e._0x296a1c,0x2ef)));_0x3e83ad['code']=_0x5771ec['SzYyP'];throw _0x3e83ad;}}const _0x27d581=_0x356138[_0x3c6c68(-0x6c,-0x67,-_0x36d67e._0x137a0a,-0xb6)]||[];function _0x3c8508(_0x5b1a88,_0x24be4b,_0x1202ed,_0x4a81e3){return _0x5a5446(_0x24be4b,_0x24be4b-0xb0,_0x5b1a88-0x2bf,_0x4a81e3-0x10a);}function _0x3c6c68(_0x2fd2c6,_0x50aba1,_0xeb2b2e,_0x4667f7){return _0x5a5446(_0x50aba1,_0x50aba1-0xf,_0xeb2b2e- -_0xaea998._0x3cd77c,_0x4667f7-_0xaea998._0x1f4f9e);}const _0x3a588f=new Date()[_0x3c8508(0x371,0x35d,0x3b1,0x380)+'g'](),_0x2c88b3={'id':_0x3c6c68(-_0x36d67e._0x589bde,-0x4,-_0x36d67e._0x388f01,-_0x36d67e._0x37adcb)+Date['now']()+'_'+Math['random']()[_0x3c6c68(-_0x36d67e._0x4e428d,-_0x36d67e._0x3771c7,-0x5b,-_0x36d67e._0x27c804)](-0x1*0x1fd+0x76*-0x23+0x1243)[_0x3c8508(0x325,_0x36d67e._0x13f0bb,_0x36d67e._0x120b87,0x304)](0x135+-0xd9*0x12+0x1*0xe0f,-0x1bae+-0x1*-0x149b+-0x1*-0x71c),'name':_0x356138[_0x3c8508(_0x36d67e._0x52298d,_0x36d67e._0x578d63,0x2e1,_0x36d67e._0x569908)],'description':_0x356138['descriptio'+'n']||'','members':_0x27d581,'created_at':_0x3a588f,'created_by':_0x356138[_0x3c8508(0x363,_0x36d67e._0x260f42,_0x36d67e._0x44a98e,_0x36d67e._0x51a54c)]||null,'updated_at':_0x3a588f};return _0x5f2581[_0x3c8508(_0x36d67e._0x8337db,_0x36d67e._0x511504,_0x36d67e._0x5f3513,0x359)](_0x2c88b3),await saveTeams(_0x5f2581),_0x2c88b3;}export async function updateTeam(_0x2cc078,_0x209683){const _0x416a57={_0x5dbb3b:0x115,_0x1318a6:0xee,_0x20261e:0x59,_0x1411c1:0x39,_0x5a6f3a:0x23,_0x521b6f:0x97,_0x3f21fa:0xe5,_0x563aba:0x28,_0x4e260f:0x16,_0x38060b:0x4a,_0x186f59:0x11b,_0x482cc9:0x14b,_0x153c93:0xca,_0x4fbf98:0x9c,_0x15d6a1:0x89,_0x16da43:0x4c,_0x35af43:0x24,_0x2fe386:0x91,_0x5bf95f:0x79,_0x43e41f:0x2a,_0x5121d7:0x3c,_0x226c76:0x148,_0x3cae84:0xf9,_0x59a447:0x107,_0x47b3ea:0x6,_0x13256a:0x3f,_0x31394c:0x34,_0x317187:0xea,_0x55c4ef:0xc9,_0x5e4e4d:0x5,_0x3bc3e3:0x7,_0x1e170f:0x46,_0x3c1d90:0x20,_0x1ef960:0xc,_0xdf7e9e:0xeb,_0x1ed7f4:0xb6,_0x1f001a:0xe9,_0x3b42bc:0x13c,_0x77037d:0xd8,_0x2f5eb6:0x41,_0x25d494:0x2b,_0x2b879d:0x59,_0x2666fa:0x44,_0xdedafe:0x18,_0x215edb:0x49,_0x3e779f:0x36,_0x1291c3:0x42,_0x54e7ba:0xc5,_0x5df732:0x8f,_0x32b856:0x11f,_0x63e560:0x104,_0x1c8634:0xd2,_0xcf8270:0x25,_0x411d33:0x5e,_0x2b7604:0x10a,_0xa8eada:0xcc,_0x17a1dd:0xfc,_0x5c26e9:0xb0,_0xcdaf9f:0xd6,_0x5f16f1:0x9a,_0x39aff4:0x37,_0x29b7cc:0x75,_0x19dba3:0xdd,_0x513d95:0xd1,_0x464a0d:0x9e,_0x2cc302:0xa,_0x477db4:0x15,_0x20ef08:0x3a,_0x387142:0x1e,_0x44482a:0x51,_0x258409:0x6b,_0x4ca9e8:0x73,_0xa95c98:0x3c,_0x4aed3f:0xe,_0x8690e3:0x10d,_0x2e45c9:0xd3,_0x47a4a9:0x126,_0xff01c9:0x13a,_0x5745b5:0xed,_0x2b4847:0x47,_0x429f92:0xf0,_0x268dfd:0x142,_0x47ccb6:0xf7,_0x21fe5e:0x96},_0x2ab238={_0x330268:0x8f},_0x1f5d91={'AgwFx':_0x2daa0e(-_0x416a57._0x5dbb3b,-0x13e,-_0x416a57._0x1318a6,-0x14a),'SYScn':'DUPLICATE','toAyb':function(_0x1e09b0,_0x789ec1){return _0x1e09b0!==_0x789ec1;},'pCJig':_0x4bc7d9(-0x3c,-_0x416a57._0x20261e,-0x77,-0x29),'Lsrgg':_0x4bc7d9(-0x4a,-_0x416a57._0x1411c1,-_0x416a57._0x5a6f3a,-0x15),'GfZZi':function(_0x56a9c3,_0x494e90){return _0x56a9c3!==_0x494e90;},'xHXSe':function(_0xa9e710,_0x154bfe){return _0xa9e710===_0x154bfe;},'NVgpA':_0x2daa0e(-0xce,-_0x416a57._0x521b6f,-0x103,-_0x416a57._0x3f21fa),'ciIQY':'Team\x20name\x20'+_0x4bc7d9(_0x416a57._0x563aba,-0x12,_0x416a57._0x4e260f,-_0x416a57._0x38060b)+'d','fzuNy':_0x2daa0e(-_0x416a57._0x186f59,-0xde,-_0x416a57._0x482cc9,-0x12b),'dgBki':function(_0x15e158,_0x55ae9d){return _0x15e158===_0x55ae9d;},'FjMhC':_0x2daa0e(-0xb5,-_0x416a57._0x153c93,-_0x416a57._0x4fbf98,-0xa1),'GQOmu':function(_0x26ea76,_0x38b4b2){return _0x26ea76(_0x38b4b2);}},_0x165b3b=await getTeams(),_0x1d1fb2=_0x165b3b[_0x2daa0e(-0xb4,-0xcf,-_0x416a57._0x15d6a1,-0xf0)](_0x42cc17=>_0x42cc17['id']===_0x2cc078);if(_0x1d1fb2===-(-0x18be+-0x189f+-0x1*-0x315e)){if(_0x1f5d91[_0x4bc7d9(-_0x416a57._0x16da43,-0x53,-0x5d,-_0x416a57._0x35af43)](_0x1f5d91[_0x4bc7d9(-0x4a,-0x52,-_0x416a57._0x2fe386,-_0x416a57._0x5bf95f)],_0x1f5d91['Lsrgg'])){const _0x628f09=new Error('Team\x20\x27'+_0x2cc078+('\x27\x20not\x20foun'+'d'));_0x628f09['code']=_0x1f5d91[_0x4bc7d9(-_0x416a57._0x43e41f,-0x36,-0x76,-_0x416a57._0x16da43)];throw _0x628f09;}else{const _0x47e4e1=new _0xc3e8dd(_0x4bc7d9(-_0x416a57._0x5121d7,-0x43,-0x6a,-_0x416a57._0x5bf95f)+_0x555f39+(_0x2daa0e(-0x109,-_0x416a57._0x226c76,-_0x416a57._0x3cae84,-_0x416a57._0x59a447)+'d'));_0x47e4e1['code']=_0x4bc7d9(-_0x416a57._0x47b3ea,-_0x416a57._0x13256a,-0x7d,-_0x416a57._0x31394c);throw _0x47e4e1;}}const _0x435949=_0x165b3b[_0x1d1fb2];if(_0x1f5d91['GfZZi'](_0x209683['name'],undefined)&&_0x209683['name']!==_0x435949['name']){if(!_0x209683['name'][_0x2daa0e(-0xf6,-_0x416a57._0x317187,-_0x416a57._0x55c4ef,-0xea)]()){if(_0x1f5d91['xHXSe'](_0x1f5d91[_0x4bc7d9(_0x416a57._0x5e4e4d,_0x416a57._0x3bc3e3,_0x416a57._0x1e170f,_0x416a57._0x3c1d90)],_0x1f5d91[_0x4bc7d9(-0xd,_0x416a57._0x3bc3e3,-_0x416a57._0x1ef960,0xe)])){const _0x2b1b22=new Error(_0x1f5d91['ciIQY']);_0x2b1b22[_0x2daa0e(-_0x416a57._0xdf7e9e,-0xf2,-_0x416a57._0x1ed7f4,-_0x416a57._0x1f001a)]=_0x1f5d91[_0x2daa0e(-0x107,-_0x416a57._0x3b42bc,-0xd6,-_0x416a57._0x77037d)];throw _0x2b1b22;}else{const _0x51803f=new _0x41d3d9(_0x4bc7d9(-_0x416a57._0x2f5eb6,-_0x416a57._0x25d494,-_0x416a57._0x2b879d,-0xa)+_0xaa1d14+(_0x2daa0e(-0xb8,-0xc8,-0xf1,-0xab)+'\x20member\x20of'+_0x4bc7d9(-_0x416a57._0x2666fa,-_0x416a57._0xdedafe,-0x50,-_0x416a57._0x215edb)));_0x51803f[_0x2daa0e(-0xeb,-0xba,-0x112,-0x115)]=_0x1f5d91[_0x4bc7d9(-0x6f,-_0x416a57._0x3e779f,-_0x416a57._0x1291c3,-0x7)];throw _0x51803f;}}if(_0x165b3b[_0x4bc7d9(-0x45,-0x4e,-0x73,-0x5f)](_0x15fc0c=>_0x15fc0c[_0x2daa0e(-0x10d,-0x125,-0x10f,-0xef)]===_0x209683[_0x4bc7d9(-0x35,-0x37,-0x5e,-0x45)])){if(_0x1f5d91['dgBki'](_0x1f5d91[_0x2daa0e(-_0x416a57._0x54e7ba,-0x9d,-0xb2,-_0x416a57._0x5df732)],_0x2daa0e(-_0x416a57._0x32b856,-0xe2,-_0x416a57._0x63e560,-0x153))){const _0x375044=new _0x5c4f90('User\x20\x27'+_0x33a2f7+(_0x2daa0e(-_0x416a57._0x1c8634,-0xc3,-0xcc,-0xa0)+_0x4bc7d9(_0x416a57._0xcf8270,_0x416a57._0xcf8270,0x34,_0x416a57._0x411d33)+_0x2daa0e(-_0x416a57._0x2b7604,-_0x416a57._0xa8eada,-0x123,-0x10d)+'team'));_0x375044[_0x2daa0e(-_0x416a57._0xdf7e9e,-_0x416a57._0x17a1dd,-_0x416a57._0x5c26e9,-_0x416a57._0xcdaf9f)]=_0x1f5d91['SYScn'];throw _0x375044;}else{const _0x191c39=new Error(_0x2daa0e(-0xbf,-0xfb,-_0x416a57._0x5f16f1,-0xd8)+'\x27'+_0x209683[_0x4bc7d9(-0xc,-_0x416a57._0x39aff4,-_0x416a57._0x29b7cc,-0x57)]+(_0x2daa0e(-_0x416a57._0x19dba3,-_0x416a57._0x513d95,-0xfc,-_0x416a57._0x464a0d)+'exists'));_0x191c39[_0x4bc7d9(-_0x416a57._0x2cc302,-_0x416a57._0x477db4,-_0x416a57._0x20ef08,_0x416a57._0x387142)]=_0x1f5d91[_0x4bc7d9(-_0x416a57._0x44482a,-0x35,-_0x416a57._0x258409,-_0x416a57._0x4ca9e8)];throw _0x191c39;}}}if(_0x1f5d91[_0x2daa0e(-0xdf,-0x10d,-0x119,-0xe3)](_0x209683[_0x4bc7d9(-0x67,-0x37,-_0x416a57._0xa95c98,-_0x416a57._0x4aed3f)],undefined))_0x435949[_0x2daa0e(-_0x416a57._0x8690e3,-_0x416a57._0x2e45c9,-0x121,-_0x416a57._0x47a4a9)]=_0x209683[_0x2daa0e(-0x10d,-0xde,-_0x416a57._0xff01c9,-_0x416a57._0x5745b5)];if(_0x209683[_0x4bc7d9(-0x60,-_0x416a57._0x2b4847,-0x49,-_0x416a57._0x411d33)+'n']!==undefined)_0x435949['descriptio'+'n']=_0x209683[_0x2daa0e(-0x11d,-0x118,-0x159,-0x106)+'n'];function _0x4bc7d9(_0x8c1757,_0x55c110,_0xdd2756,_0x2efbc5){return _0x5a5446(_0xdd2756,_0x55c110-0x185,_0x55c110- -_0x2ab238._0x330268,_0x2efbc5-0x88);}if(_0x209683['members']!==undefined)_0x435949[_0x2daa0e(-0x126,-0x163,-_0x416a57._0x429f92,-_0x416a57._0x268dfd)]=_0x209683[_0x2daa0e(-0x126,-0xf6,-_0x416a57._0x47ccb6,-0x146)];function _0x2daa0e(_0x2d6632,_0x2ec2f5,_0x30cbc3,_0x43e358){return _0x5a5446(_0x43e358,_0x2ec2f5-0x17f,_0x2d6632- -0x165,_0x43e358-0xd8);}return _0x435949['updated_at']=new Date()[_0x2daa0e(-0xb3,-_0x416a57._0x21fe5e,-0xec,-0xa7)+'g'](),await _0x1f5d91[_0x2daa0e(-0x100,-0x122,-0x118,-0xf8)](saveTeams,_0x165b3b),_0x435949;}export async function deleteTeam(_0x17a010,_0x420974,_0xdc7053){const _0x159741={_0x11852c:0xb4,_0x3af688:0x79,_0x269c54:0xc9,_0x15fe67:0xbf,_0x52fa73:0x65,_0x5f07f3:0x67,_0x4c6995:0x3b,_0x4b5c1a:0x22,_0x3264f4:0x3b,_0x3258be:0x61,_0x4a10d8:0x23,_0x704c4b:0x68,_0x3e5ccc:0x71,_0x3fe051:0xa6,_0x4c7a19:0x54,_0x3b52f2:0xde,_0x314f47:0xa3,_0x132858:0x55,_0x12ab7e:0x2f,_0x3e916c:0x73,_0x45f22f:0xbe,_0x4acabf:0xc0,_0x5adf72:0x62,_0xb6134b:0x46,_0x37171e:0x5c,_0x18c96b:0x6d,_0x7d6e1d:0x76,_0x2c3662:0x48,_0x15adfa:0x26,_0x3e6783:0xad},_0x205201={_0x33c690:0x18d,_0x2e18d6:0x174},_0x535a6d={_0x43e121:0xcf,_0x31a203:0x15,_0x129278:0x244},_0x11dacb={'VAsbx':function(_0x1d5f4d){return _0x1d5f4d();},'dNqOd':'NOT_FOUND','InEmx':function(_0x340430,_0x19d5fe,_0x13b6aa){return _0x340430(_0x19d5fe,_0x13b6aa);}},_0x49776c=await _0x11dacb['VAsbx'](getTeams),_0x334bd4=_0x49776c['findIndex'](_0x451e87=>_0x451e87['id']===_0x17a010);if(_0x334bd4===-(0x6*-0x3d5+-0x4b*0x39+0x2*0x13d9)){const _0x260d85=new Error(_0x5cdd93(-0x76,-_0x159741._0x11852c,-_0x159741._0x3af688,-0x7c)+_0x17a010+(_0x5cdd93(-_0x159741._0x269c54,-0xa4,-_0x159741._0x15fe67,-0xac)+'d'));_0x260d85[_0x1ca88b(0x4a,0x84,0x21,0x22)]=_0x11dacb[_0x5cdd93(-0x71,-0x6e,-_0x159741._0x52fa73,-_0x159741._0x5f07f3)];throw _0x260d85;}const _0x221f02=_0x49776c[_0x334bd4];_0x49776c['splice'](_0x334bd4,-0x12ac+-0x1*0xc83+0x1f30),await saveTeams(_0x49776c);let _0x2fb9dc=-0x245+-0xd04+0x2b*0x5b;_0x420974&&(_0x2fb9dc+=await _0x420974(_0x1ca88b(_0x159741._0x4c6995,_0x159741._0x4b5c1a,_0x159741._0x3264f4,0x4),_0x17a010));_0xdc7053&&(_0x2fb9dc+=await _0x11dacb['InEmx'](_0xdc7053,_0x1ca88b(0x3b,_0x159741._0x3258be,_0x159741._0x4a10d8,0x73),_0x17a010));const _0x52b9d4={};_0x52b9d4[_0x5cdd93(-_0x159741._0x704c4b,-_0x159741._0x3e5ccc,-_0x159741._0x3fe051,-_0x159741._0x4c7a19)]=_0x17a010,_0x52b9d4[_0x5cdd93(-0x84,-0xbb,-_0x159741._0x3b52f2,-_0x159741._0x314f47)]=_0x221f02['name'];function _0x5cdd93(_0x3f610b,_0x2f9f5b,_0x5df78e,_0x1631c7){return _0x2a9f2a(_0x5df78e,_0x2f9f5b-_0x535a6d._0x43e121,_0x5df78e-_0x535a6d._0x31a203,_0x2f9f5b- -_0x535a6d._0x129278);}_0x52b9d4[_0x5cdd93(-_0x159741._0x132858,-0x6c,-_0x159741._0x12ab7e,-_0x159741._0x3e916c)+_0x5cdd93(-0xb3,-_0x159741._0x45f22f,-0xa9,-_0x159741._0x4acabf)]=_0x2fb9dc,logger[_0x1ca88b(0x46,_0x159741._0x5adf72,_0x159741._0xb6134b,0x70)](_0x1ca88b(0x6e,_0x159741._0x37171e,_0x159741._0x18c96b,_0x159741._0x7d6e1d)+'am',_0x52b9d4);function _0x1ca88b(_0x2cad87,_0x718b58,_0x268d8c,_0x395047){return _0x2a9f2a(_0x268d8c,_0x718b58-0x115,_0x268d8c-_0x205201._0x33c690,_0x2cad87- -_0x205201._0x2e18d6);}const _0x3e15b0={};return _0x3e15b0[_0x1ca88b(0x3b,_0x159741._0x2c3662,_0x159741._0x15adfa,0x6a)]=_0x221f02,_0x3e15b0['deletedBin'+_0x5cdd93(-0xb8,-_0x159741._0x45f22f,-0xbe,-_0x159741._0x3e6783)]=_0x2fb9dc,_0x3e15b0;}export async function addMember(_0x49efd4,_0x37105c){const _0x31888a={_0x10b778:0x3a1,_0x50bfa0:0x391,_0x4e22a3:0x36b,_0x327b41:0x405,_0x5cca2e:0x3f0,_0x30ad49:0x377,_0x4e3e1d:0x361,_0x19e01c:0x376,_0x2e2016:0x30b,_0x2b5283:0x3d1,_0x2c337c:0x3e7,_0x1392e6:0x3c2,_0x5b3b5f:0x412,_0x4d6631:0x3dc,_0x3e54ef:0x36c,_0x15c662:0x35b,_0x2c9aee:0x344,_0x25d66c:0x39e,_0x1a53e2:0x3de,_0x50ea91:0x30c,_0x5b52d5:0x33e,_0x9d587c:0x34b,_0x55a8f8:0x31c,_0x3a1f4c:0x31e,_0x279172:0x34e,_0x1b88ad:0x3f1,_0x50ad6a:0x3cf,_0x1b4f5f:0x395,_0x146d87:0x35c,_0x18738d:0x37c,_0x778f85:0x3dd,_0x435357:0x409,_0xa46bdc:0x3d0,_0x986586:0x3ec,_0xb078c0:0x3c2,_0x3a0517:0x3e1,_0x44b9cf:0x348,_0x59aa17:0x36c,_0x50f80a:0x3fe,_0x588348:0x429,_0x231dc8:0x41a,_0xcbbc16:0x331,_0x385579:0x3db,_0x4a31e2:0x3c3,_0x4dec4b:0x3b6,_0x45c8ab:0x444,_0x3ad2b8:0x42b},_0x1c61dc={_0x46c7b6:0xcb},_0xbc9415={_0x365e53:0x18e,_0x526892:0x14a},_0x3f7bc2={'VZojR':'Team\x20name\x20'+'is\x20require'+'d','Tqtoq':_0x2b7e47(_0x31888a._0x10b778,0x3ac,_0x31888a._0x50bfa0,_0x31888a._0x4e22a3),'JYqRi':'DUPLICATE','OTuGV':function(_0x449add){return _0x449add();},'yahry':function(_0x38d833,_0x189876){return _0x38d833!==_0x189876;},'VBVBi':'wzDkx','BPoDl':'NOT_FOUND'},_0x1b315b=await _0x3f7bc2[_0x2b7e47(0x395,0x389,_0x31888a._0x50bfa0,0x37c)](getTeams),_0x1eae8b=_0x1b315b[_0x2b7e47(0x3e2,_0x31888a._0x327b41,_0x31888a._0x5cca2e,0x40a)](_0x4fc855=>_0x4fc855['id']===_0x49efd4);if(!_0x1eae8b){if(_0x3f7bc2['yahry'](_0x3f7bc2['VBVBi'],_0x2b7e47(0x3a9,0x385,0x3d7,0x38c))){if(!_0x4abf43['name'][_0x59072a(0x368,_0x31888a._0x30ad49,_0x31888a._0x4e3e1d,_0x31888a._0x19e01c)]()){const _0x3bad0b=new _0x56564c(_0x3f7bc2[_0x59072a(_0x31888a._0x2e2016,0x33a,0x33b,0x2fc)]);_0x3bad0b[_0x2b7e47(_0x31888a._0x2b5283,_0x31888a._0x2c337c,0x3c2,_0x31888a._0x1392e6)]=_0x3f7bc2[_0x2b7e47(0x3b7,0x388,0x3c1,0x37b)];throw _0x3bad0b;}if(_0x497959['some'](_0xf85e57=>_0xf85e57[_0x2b7e47(0x3af,0x3b7,0x39d,0x36d)]===_0x51482b[_0x59072a(0x36b,0x369,0x34a,0x32c)])){const _0x393c1b=new _0x386840(_0x2b7e47(0x3fd,0x3ca,_0x31888a._0x5b3b5f,_0x31888a._0x4d6631)+'\x27'+_0x3a28cf['name']+(_0x59072a(_0x31888a._0x3e54ef,0x35c,0x37a,_0x31888a._0x15c662)+'exists'));_0x393c1b[_0x59072a(0x3a8,0x383,_0x31888a._0x3e54ef,_0x31888a._0x2c9aee)]=_0x3f7bc2[_0x2b7e47(_0x31888a._0x25d66c,_0x31888a._0x1a53e2,0x3d7,0x3df)];throw _0x393c1b;}}else{const _0x4ef818=new Error(_0x59072a(_0x31888a._0x50ea91,0x341,_0x31888a._0x5b52d5,_0x31888a._0x9d587c)+_0x49efd4+(_0x59072a(_0x31888a._0x55a8f8,_0x31888a._0x3a1f4c,_0x31888a._0x279172,0x315)+'d'));_0x4ef818['code']=_0x3f7bc2[_0x2b7e47(0x40d,0x402,_0x31888a._0x1b88ad,_0x31888a._0x50ad6a)];throw _0x4ef818;}}if(_0x1eae8b[_0x2b7e47(0x396,_0x31888a._0x1b4f5f,0x38d,0x3cd)]['includes'](_0x37105c)){const _0x3b67f3=new Error(_0x59072a(_0x31888a._0x146d87,0x395,0x356,_0x31888a._0x18738d)+_0x37105c+(_0x2b7e47(0x3ea,_0x31888a._0x778f85,_0x31888a._0x435357,_0x31888a._0xa46bdc)+_0x2b7e47(0x40b,0x447,_0x31888a._0x986586,0x408)+'r\x20of\x20this\x20'+_0x2b7e47(_0x31888a._0xb078c0,0x3a8,_0x31888a._0x3a0517,0x3c2)));_0x3b67f3[_0x59072a(0x387,_0x31888a._0x44b9cf,_0x31888a._0x59aa17,0x377)]=_0x2b7e47(_0x31888a._0x50f80a,0x41d,_0x31888a._0x588348,_0x31888a._0x231dc8);throw _0x3b67f3;}_0x1eae8b[_0x59072a(0x362,0x339,_0x31888a._0xcbbc16,0x352)][_0x2b7e47(_0x31888a._0x385579,_0x31888a._0x1b88ad,_0x31888a._0x4a31e2,0x419)](_0x37105c),_0x1eae8b[_0x2b7e47(0x3f1,0x3f1,_0x31888a._0x4dec4b,0x3f2)]=new Date()[_0x2b7e47(0x409,_0x31888a._0x45c8ab,0x445,_0x31888a._0x3ad2b8)+'g']();function _0x2b7e47(_0x6edf02,_0x6d27b4,_0x1f5e31,_0x10bc9e){return _0x2a9f2a(_0x1f5e31,_0x6d27b4-_0xbc9415._0x365e53,_0x1f5e31-_0xbc9415._0x526892,_0x6edf02-0x213);}await saveTeams(_0x1b315b);function _0x59072a(_0x4d4dae,_0x4448e2,_0x96aa4c,_0x1021a6){return _0x5a5446(_0x4d4dae,_0x4448e2-0x1d9,_0x96aa4c-0x2f2,_0x1021a6-_0x1c61dc._0x46c7b6);}return _0x1eae8b;}function _0x5a5446(_0x520a97,_0x3c57e6,_0x1000ae,_0x338c3c){const _0x3f730a={_0x4bc4be:0xa4};return _0x3b88(_0x1000ae- -_0x3f730a._0x4bc4be,_0x520a97);}export async function removeMember(_0x175bee,_0x2e33ba){const _0x6f36d5={_0xb4bb35:0x290,_0x14b18c:0x25d,_0x535107:0x261,_0x3461f9:0x252,_0x266ba3:0x276,_0x2e9ff7:0x285,_0x4778b2:0x253,_0x459c86:0x283,_0x1ecb78:0x227,_0x305dda:0x27e,_0xac1378:0x294,_0x366aa9:0x288,_0x42d3f1:0x272,_0x54703d:0x2b4,_0x6ed596:0x27b,_0xc985d1:0x235,_0x4fec57:0x28b,_0x3c7b9d:0x27f,_0xd6f02f:0x2a9,_0x58ba56:0x2a6,_0x319d80:0x25a,_0x10032a:0x23a,_0x1dcade:0x263,_0x587ce2:0x2c7,_0x361814:0x29e,_0x13d9da:0x27f,_0x1c0df9:0x29b,_0x339256:0x233,_0xeda37:0x250},_0x4c9e75={_0x2eb3a5:0xbe},_0x265432={_0x495d59:0x302};function _0x4124b9(_0x2852a3,_0xe79761,_0x5967f1,_0x32ba2f){return _0x5a5446(_0x5967f1,_0xe79761-0x147,_0x32ba2f- -_0x265432._0x495d59,_0x32ba2f-0x17b);}const _0x2f4ee9={'moMlb':_0x4124b9(-_0x6f36d5._0xb4bb35,-_0x6f36d5._0x14b18c,-_0x6f36d5._0x535107,-0x25c)+_0x4124b9(-0x28d,-_0x6f36d5._0x3461f9,-_0x6f36d5._0x266ba3,-_0x6f36d5._0x2e9ff7)+'d','ncawN':'VALIDATION','wtHkm':function(_0x16831d,_0x399aa1){return _0x16831d!==_0x399aa1;},'Nkgbo':_0x49e652(_0x6f36d5._0x4778b2,_0x6f36d5._0x459c86,_0x6f36d5._0x1ecb78,0x216),'tJIlO':_0x4124b9(-_0x6f36d5._0x305dda,-_0x6f36d5._0xac1378,-0x2ec,-0x2b2),'TNwzv':function(_0x4c7dd2,_0x4745f1){return _0x4c7dd2(_0x4745f1);}},_0x508d82=await getTeams();function _0x49e652(_0x13f938,_0x3387cc,_0xe9d160,_0x29b326){return _0x5a5446(_0x29b326,_0x3387cc-0x163,_0x13f938-0x1f4,_0x29b326-_0x4c9e75._0x2eb3a5);}const _0x5944a5=_0x508d82[_0x4124b9(-_0x6f36d5._0x366aa9,-0x28a,-0x25b,-0x277)](_0xfb099d=>_0xfb099d['id']===_0x175bee);if(!_0x5944a5){if(_0x2f4ee9[_0x49e652(_0x6f36d5._0x42d3f1,_0x6f36d5._0x54703d,0x2a6,0x2a4)](_0x2f4ee9['Nkgbo'],_0x2f4ee9[_0x49e652(0x266,0x296,_0x6f36d5._0x6ed596,_0x6f36d5._0xc985d1)])){const _0x1f51b8=new _0x12057f(_0x2f4ee9[_0x4124b9(-0x292,-0x249,-0x22b,-_0x6f36d5._0x14b18c)]);_0x1f51b8['code']=_0x2f4ee9[_0x49e652(_0x6f36d5._0x266ba3,0x298,0x2a6,_0x6f36d5._0x4fec57)];throw _0x1f51b8;}else{const _0x3e4f42=new Error('Team\x20\x27'+_0x175bee+(_0x4124b9(-0x293,-_0x6f36d5._0x3c7b9d,-_0x6f36d5._0xd6f02f,-_0x6f36d5._0x58ba56)+'d'));_0x3e4f42[_0x49e652(0x26e,_0x6f36d5._0x319d80,_0x6f36d5._0x10032a,0x259)]=_0x2f4ee9[_0x49e652(0x27b,0x2a0,_0x6f36d5._0x1dcade,0x2b6)];throw _0x3e4f42;}}const _0x7a61ba=_0x5944a5['members']['indexOf'](_0x2e33ba);if(_0x7a61ba===-(-0x17d+-0x1d*-0xd3+-0x1669)){const _0xf77891=new Error(_0x4124b9(-0x27f,-_0x6f36d5._0x587ce2,-0x2df,-_0x6f36d5._0x361814)+_0x2e33ba+('\x27\x20is\x20not\x20a'+'\x20member\x20of'+_0x4124b9(-0x279,-_0x6f36d5._0x13d9da,-0x2ad,-_0x6f36d5._0x4fec57)));_0xf77891[_0x49e652(0x26e,_0x6f36d5._0x1c0df9,0x264,_0x6f36d5._0x339256)]='NOT_FOUND';throw _0xf77891;}return _0x5944a5[_0x49e652(0x233,_0x6f36d5._0x10032a,0x224,_0x6f36d5._0x14b18c)]['splice'](_0x7a61ba,-0x163c+0xcac+0x991),_0x5944a5['updated_at']=new Date()[_0x4124b9(-0x285,-0x21e,-0x241,-_0x6f36d5._0xeda37)+'g'](),await _0x2f4ee9['TNwzv'](saveTeams,_0x508d82),_0x5944a5;}export function _resetCache(){teamsCache=null;}
|