@profoundlogic/coderflow-server 0.5.0 → 0.5.1
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/README.md +15 -163
- package/dist/README.md +15 -163
- package/dist/base-image/agent-wrapper.sh +1 -1
- package/dist/capture-screenshot.mjs +34 -0
- package/dist/coder-server.js +1 -1
- package/dist/config/cli-models.json +4 -3
- 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 -0
- 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 -0
- 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 -0
- package/dist/lib/cli/list-users.js +1 -0
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/cli/set-password.js +1 -0
- 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 -0
- 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/scripts/sync_to_ibmi.sh +204 -0
- 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/docs/admin/environments.md +1 -0
- package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +36 -0
- package/dist/web-ui/public/environments.html +1 -1
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/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/index.html +2 -2
- 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/pr-dialog.js +1 -1
- package/dist/web-ui/public/roles.html +3 -2
- 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.css +3 -2
- package/dist/web-ui/public/settings.html +0 -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 +39 -12
- package/dist/web-ui/public/task.html +56 -1
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/teams.html +76 -81
- 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.html +12 -11
- 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/cli/migrate-rbac.js +0 -1
- package/dist/lib/scoped-rbac-migration-runner.js +0 -1
- package/dist/scripts/migrate-to-scoped-rbac.js +0 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x38dde1,_0x238c61){const _0x1cbc36={_0x50b312:0x306,_0x165037:0x3f9,_0x60dc7:0x3ef,_0x36709c:0x39d,_0x59ede0:0x28b,_0x28b9ea:0x304,_0x32c371:0x333,_0x58d639:0x28f,_0x1b5e13:0x200,_0x2b7077:0x21e,_0x10758c:0x2e5,_0x2ca74e:0x2cc,_0x4537a1:0x2e5,_0x424d0a:0x3b5,_0x10d9f4:0x3b2,_0x3e5e5d:0x31e,_0x466484:0x43f,_0x147b5e:0x380,_0x5178ed:0x3e6};function _0x517048(_0x1b6372,_0x313b0a,_0x85279,_0x5f585c){return _0x1e82(_0x5f585c-0x14a,_0x85279);}function _0x11b435(_0x5d7524,_0x5e34db,_0x21353a,_0x18a0cd){return _0x1e82(_0x18a0cd-0x135,_0x5e34db);}const _0x5a1610=_0x38dde1();while(!![]){try{const _0x34b2c4=-parseInt(_0x11b435(_0x1cbc36._0x50b312,0x31a,0x353,0x319))/(-0x12f7+0x3c5*-0x1+-0x1*-0x16bd)+parseInt(_0x11b435(_0x1cbc36._0x165037,0x3a1,_0x1cbc36._0x60dc7,_0x1cbc36._0x36709c))/(0x1fe3+-0x1392+-0xc4f)+-parseInt(_0x11b435(0x252,_0x1cbc36._0x59ede0,_0x1cbc36._0x28b9ea,0x28f))/(-0x176+-0x157a+0x16f3)*(-parseInt(_0x517048(_0x1cbc36._0x32c371,_0x1cbc36._0x58d639,0x3d7,0x32d))/(0x1efd*-0x1+-0x1749+0x364a*0x1))+-parseInt(_0x11b435(0x283,_0x1cbc36._0x1b5e13,_0x1cbc36._0x2b7077,0x2a1))/(-0x1*-0x1949+0x178*0x1+-0x1abc)*(-parseInt(_0x11b435(0x309,0x3ea,0x3b6,0x377))/(-0x2197+-0x5*-0x527+-0x29e*-0x3))+parseInt(_0x517048(0x2b6,_0x1cbc36._0x10758c,_0x1cbc36._0x2ca74e,_0x1cbc36._0x4537a1))/(-0x1cce+-0xacf+0x27a4)*(parseInt(_0x11b435(_0x1cbc36._0x424d0a,0x3e8,0x40a,0x37e))/(-0xd71+-0x4cb*0x7+0x1783*0x2))+-parseInt(_0x517048(0x349,0x3b2,_0x1cbc36._0x10d9f4,_0x1cbc36._0x3e5e5d))/(-0x22ae+-0x13e2+0x3699)+parseInt(_0x517048(_0x1cbc36._0x466484,_0x1cbc36._0x147b5e,_0x1cbc36._0x5178ed,0x3a5))/(-0x218c+0x687*0x3+0xe01);if(_0x34b2c4===_0x238c61)break;else _0x5a1610['push'](_0x5a1610['shift']());}catch(_0x1c1892){_0x5a1610['push'](_0x5a1610['shift']());}}}(_0x176c,-0x3cc98+0x9535*0x3+-0x35*-0x13c3));import _0x3a2785 from'crypto';import _0x861820 from'fs';import _0x1d03d6 from'path';import _0x899754 from'os';import{DATA_DIR}from'./data-dir.js';import{logger}from'./logger.js';const ACCOUNTS_FILE=_0x1d03d6[_0x5b4d97(0x4b1,0x466,0x460,0x3d3)](DATA_DIR,_0x5b4d97(0x555,0x52c,0x493,0x544)+_0x5b4d97(0x4ab,0x490,0x52c,0x3dc)+'on'),SUPPORTED_PROVIDERS=['claude',_0x13e964(0x57,0xf1,0x48,0xd9),_0x5b4d97(0x50a,0x55f,0x56c,0x4e0)],ACCOUNT_TYPE_OAUTH=_0x5b4d97(0x576,0x511,0x561,0x4de),ACCOUNT_TYPE_API_KEY=_0x5b4d97(0x3f6,0x49b,0x434,0x522),_0x2c8062={};function _0x13e964(_0x3d4681,_0x24cd52,_0xf6fdaa,_0x5b4f20){return _0x1e82(_0x24cd52- -0x8b,_0xf6fdaa);}_0x2c8062[_0x13e964(0x229,0x1a3,0x1b9,0x121)]='.claude/.c'+_0x13e964(0x156,0x18a,0x1fe,0x128)+_0x5b4d97(0x408,0x449,0x4c9,0x40a),_0x2c8062[_0x5b4d97(0x47d,0x462,0x3d2,0x3e6)]='.codex/aut'+_0x13e964(0x218,0x1c5,0x158,0x122),_0x2c8062[_0x5b4d97(0x51a,0x55f,0x5db,0x5bd)]=_0x13e964(0x51,0xfe,0xe6,0x66)+'uth_creds.'+_0x5b4d97(0x577,0x57d,0x53d,0x556);const CLI_CREDENTIAL_FILES=_0x2c8062,_0x190629={};_0x190629['scopes']='org:create'+_0x13e964(0x1d3,0x192,0x108,0x237)+_0x5b4d97(0x454,0x4d5,0x55c,0x436)+'e\x20user:inf'+_0x5b4d97(0x3b8,0x450,0x4b0,0x4be)+_0x13e964(0x17a,0x230,0x284,0x192)+_0x13e964(0x1a1,0x11e,0xd6,0x1a6)+'de';const _0x1f7fb0={};_0x1f7fb0['scopes']=_0x13e964(0x21c,0x220,0x1ae,0x2cb)+_0x5b4d97(0x5c8,0x5ab,0x619,0x54f)+_0x5b4d97(0x46b,0x4b1,0x454,0x45c)+_0x13e964(0xb0,0xfc,0x104,0x75);const _0x798825={};_0x798825[_0x13e964(0x221,0x1a5,0x228,0x1c6)]=_0x5b4d97(0x474,0x502,0x588,0x5b4)+_0x5b4d97(0x4aa,0x53c,0x4f3,0x584)+_0x5b4d97(0x4be,0x554,0x5d7,0x5f4)+_0x5b4d97(0x50e,0x4a1,0x407,0x4f3)+'atform\x20htt'+_0x13e964(0x16e,0x162,0xc9,0x172)+_0x5b4d97(0x4a9,0x4f3,0x59f,0x4b8)+'com/auth/u'+_0x5b4d97(0x468,0x499,0x53d,0x44b)+_0x5b4d97(0x60b,0x595,0x55d,0x5b6)+'//www.goog'+_0x5b4d97(0x52c,0x582,0x583,0x560)+_0x5b4d97(0x55e,0x4a8,0x44a,0x4aa)+'info.profi'+'le';const _0x7b4693={};_0x7b4693[_0x13e964(0x1aa,0x1a3,0x16c,0x147)]=_0x190629,_0x7b4693['codex']=_0x1f7fb0;function _0x5b4d97(_0xaca045,_0x5dee57,_0x2f4eec,_0x39b9c0){const _0x53ee50={_0x5d4655:0x2e6};return _0x1e82(_0x5dee57-_0x53ee50._0x5d4655,_0xaca045);}_0x7b4693[_0x13e964(0x1ee,0x1ee,0x176,0x136)]=_0x798825;const PROVIDER_CONFIG=_0x7b4693;function trimToNull(_0x2e4904){const _0x6e8013={_0x27e0b9:0x1a6,_0x145beb:0x8c,_0x234aff:0x8d,_0x1fada2:0x201,_0x245d9e:0x2a6,_0x530011:0x1c2},_0x48cb53={_0x27d42f:0x604,_0x2193ad:0x96},_0x14390b={_0xb5f075:0x2b8,_0x47f83a:0xe9,_0x315595:0x17e},_0x2a497d={};_0x2a497d['ZyfZA']=function(_0x504674,_0x2c47b2){return _0x504674!==_0x2c47b2;};function _0x575734(_0x340bbd,_0x53fb0a,_0x285d45,_0x471a96){return _0x5b4d97(_0x285d45,_0x53fb0a- -_0x14390b._0xb5f075,_0x285d45-_0x14390b._0x47f83a,_0x471a96-_0x14390b._0x315595);}_0x2a497d[_0x36af73(-_0x6e8013._0x27e0b9,-0x184,-0x17f,-0x22b)]=_0x36af73(-_0x6e8013._0x145beb,-0x138,-_0x6e8013._0x234aff,-0xa),_0x2a497d[_0x36af73(-0xf7,-0xb6,-0x5a,-0x18d)]=function(_0x2c437d,_0x10fc1a){return _0x2c437d||_0x10fc1a;};const _0xa8f682=_0x2a497d;function _0x36af73(_0x40b50d,_0x3fd0c2,_0x340ca7,_0x3ce8f2){return _0x5b4d97(_0x3ce8f2,_0x40b50d- -_0x48cb53._0x27d42f,_0x340ca7-0x1d1,_0x3ce8f2-_0x48cb53._0x2193ad);}if(_0xa8f682[_0x36af73(-0xbf,-0x176,-0x6,-0x16c)](typeof _0x2e4904,_0xa8f682['OjqOG']))return null;const _0x4fa9ae=_0x2e4904[_0x575734(0x2a5,_0x6e8013._0x1fada2,0x244,0x244)]();return _0xa8f682[_0x575734(_0x6e8013._0x245d9e,0x255,_0x6e8013._0x530011,0x2f8)](_0x4fa9ae,null);}function normalizeBaseUrl(_0x397490){const _0x4adfa7={_0x5c5cd4:0x231,_0x1519d4:0x281,_0x351d9f:0x2ec,_0x371126:0x1a5,_0x5833b1:0x241,_0x3dd59d:0x19a,_0x3b035f:0x2a6,_0x94654e:0x214,_0xc886a7:0x1c0,_0x63b0e1:0x118,_0x3a3dc3:0x253,_0x4c317f:0x27a,_0x17b083:0x2db,_0x102c21:0x321,_0x377cfa:0x2a8,_0x7fd00a:0x2f5,_0xcd6f92:0x2c6,_0x4707ae:0x2bc,_0x5813f4:0x267,_0x3d288c:0x246,_0x22b712:0x18e,_0x1dc80d:0x1f5,_0x4d6241:0x1c2,_0x1f0f2d:0x324,_0x2e035b:0x252,_0x5a2dcd:0x160,_0x37cecd:0x19d,_0x27de82:0x333,_0x544737:0x36e,_0x407c70:0x2c6,_0xa933fd:0x2dc,_0x27c23c:0x331,_0x577c2d:0x145,_0x5838a6:0x159,_0x43535:0x1dc,_0x45d254:0x13e,_0x344bd1:0x251,_0x24b45a:0x1df,_0x57d82e:0x2d0,_0x2588fc:0x2b5,_0x43e3f9:0x27a,_0xcfbdda:0x238,_0x13d14:0x265,_0x49ce94:0x209,_0x59f735:0x2c4,_0x5a948f:0x237,_0x30c075:0x2e1,_0x11d9b3:0x2b5,_0x157b15:0x15b,_0x20fcd2:0x129,_0x59e612:0x18e,_0x3a4f79:0x167,_0x8488db:0x17c,_0x58d8e2:0x1d2,_0x5a05d3:0x25c,_0x741a14:0x274,_0x85ed45:0x1fd,_0x62d602:0x272,_0x4bdc91:0x28e,_0x841c96:0x1b0,_0x22dafa:0x23f,_0x173d6a:0x164,_0x5aeb14:0x2a7,_0x288fce:0x20e},_0x24e893={_0x59fd80:0x176},_0x37e34c={'bJJNd':function(_0x5473a6,_0x30904f){return _0x5473a6!==_0x30904f;},'XLtIl':'object','aDVZW':function(_0x384ad6,_0x2ac3bf){return _0x384ad6(_0x2ac3bf);},'OzSLQ':function(_0xfd9f31,_0xca63b2,_0x80386a){return _0xfd9f31(_0xca63b2,_0x80386a);},'VytMp':function(_0x53ef7c,_0x57cb68){return _0x53ef7c(_0x57cb68);},'sclrU':function(_0x4ede71,_0x323bcf){return _0x4ede71(_0x323bcf);},'NLtmz':'BQdzl','KQrcV':_0x42415f(0x2e7,0x2c0,_0x4adfa7._0x5c5cd4,_0x4adfa7._0x1519d4),'gjoTY':_0x42415f(0x197,_0x4adfa7._0x351d9f,0x2bf,0x241),'aZWEx':_0x443146(_0x4adfa7._0x371126,_0x4adfa7._0x5833b1,_0x4adfa7._0x3dd59d,_0x4adfa7._0x3b035f),'CTWDX':_0x443146(_0x4adfa7._0x94654e,_0x4adfa7._0xc886a7,0x135,_0x4adfa7._0x63b0e1)},_0x52e679=_0x37e34c['sclrU'](trimToNull,_0x397490);function _0x42415f(_0x4ab6db,_0x397072,_0xe22b8f,_0x344d3f){return _0x13e964(_0x4ab6db-_0x24e893._0x59fd80,_0x344d3f-0x8d,_0x4ab6db,_0x344d3f-0x1ba);}function _0x443146(_0x25850b,_0x4f9151,_0x248714,_0x37c791){return _0x13e964(_0x25850b-0x58,_0x4f9151-0xb4,_0x25850b,_0x37c791-0xa4);}if(!_0x52e679){if(_0x37e34c[_0x443146(_0x4adfa7._0x3a3dc3,_0x4adfa7._0x4c317f,0x200,_0x4adfa7._0x17b083)]('NHHjE',_0x42415f(0x2aa,0x349,_0x4adfa7._0x102c21,_0x4adfa7._0x377cfa))){if(!_0x59a222||_0x37e34c[_0x443146(_0x4adfa7._0x7fd00a,0x27a,0x1d2,_0x4adfa7._0xcd6f92)](typeof _0x3e1a0c,_0x37e34c[_0x42415f(_0x4adfa7._0x4707ae,0x2d3,_0x4adfa7._0x5813f4,0x283)]))return null;const _0x447199=_0x52ee58['type']===_0x571c6e?_0x5eb079:_0x55964c,_0x2890dc={..._0x176035,'type':_0x447199,'is_default':!!_0x27379e[_0x42415f(0x259,_0x4adfa7._0x3d288c,_0x4adfa7._0x22b712,0x1c5)],'created_at':_0x413b49['created_at']||_0x19953b[_0x42415f(0x170,_0x4adfa7._0x1dc80d,0x13a,_0x4adfa7._0x4d6241)]||new _0x45ca95()[_0x42415f(0x28b,0x2b3,_0x4adfa7._0x1f0f2d,0x2ce)+'g']()};return _0x447199===_0x123997&&(_0x2890dc['email']=null,_0x2890dc[_0x42415f(_0x4adfa7._0x2e035b,0x245,0x15a,0x1b7)]=_0x37e34c[_0x443146(_0x4adfa7._0x5a2dcd,0x1a0,0x168,0x129)](_0x472512,_0x180f33[_0x443146(0x195,0x1de,_0x4adfa7._0x37cecd,0x127)]||_0x4d1127[_0x42415f(_0x4adfa7._0x27de82,_0x4adfa7._0x544737,0x23b,_0x4adfa7._0x407c70)]),_0x2890dc[_0x443146(_0x4adfa7._0xa933fd,0x2ef,0x290,_0x4adfa7._0x27c23c)]=_0x37e34c[_0x42415f(0x19e,_0x4adfa7._0x577c2d,_0x4adfa7._0x5838a6,_0x4adfa7._0x43535)](_0x503327,_0x239155,_0x198003['endpoint'])),_0x2890dc;}else return null;}try{if(_0x37e34c[_0x42415f(_0x4adfa7._0x45d254,0x1ca,_0x4adfa7._0x344bd1,_0x4adfa7._0x24b45a)]===_0x37e34c[_0x42415f(_0x4adfa7._0x57d82e,0x2e0,0x343,_0x4adfa7._0x2588fc)])_0x3fef90(_0xc4d9d9);else{const _0x3cdbc6=new URL(_0x52e679);if(_0x37e34c[_0x443146(0x320,_0x4adfa7._0x43e3f9,0x2b3,_0x4adfa7._0xcfbdda)](_0x3cdbc6[_0x443146(0x2ca,0x25e,0x278,0x2f8)],_0x37e34c[_0x443146(0x25f,0x2a0,0x2c2,0x348)])&&_0x37e34c[_0x42415f(_0x4adfa7._0x13d14,0x2f6,0x1ec,_0x4adfa7._0x3a3dc3)](_0x3cdbc6[_0x42415f(0x263,_0x4adfa7._0x49ce94,_0x4adfa7._0x59f735,_0x4adfa7._0x5a948f)],_0x37e34c[_0x443146(_0x4adfa7._0x30c075,_0x4adfa7._0x11d9b3,0x356,0x2f2)]))return null;return _0x3cdbc6[_0x42415f(0x133,_0x4adfa7._0x157b15,_0x4adfa7._0x20fcd2,_0x4adfa7._0x59e612)]()[_0x443146(_0x4adfa7._0x3a4f79,0x1c7,0x181,_0x4adfa7._0x8488db)](/\/+$/,'');}}catch{if(_0x37e34c[_0x42415f(0x271,0x2bb,0x1e2,_0x4adfa7._0x3a3dc3)](_0x37e34c[_0x443146(_0x4adfa7._0x58d8e2,_0x4adfa7._0x5a05d3,_0x4adfa7._0x741a14,_0x4adfa7._0x85ed45)],_0x37e34c[_0x443146(_0x4adfa7._0x62d602,0x25c,_0x4adfa7._0x4bdc91,_0x4adfa7._0x841c96)]))_0x37e34c[_0x42415f(_0x4adfa7._0x22dafa,_0x4adfa7._0x173d6a,_0x4adfa7._0x5aeb14,_0x4adfa7._0x288fce)](_0x3ea89f,_0x223d17);else return null;}}function endpointSupportsApiVersion(_0x335e41){const _0x1c89c9={_0x327308:0x1ee,_0x47059b:0x22f,_0x3101ad:0x259,_0x1d6fe3:0x25d,_0x52816e:0x387,_0x5dd578:0x3b4,_0x334b1e:0x3a6},_0x53aaf3={_0xefe1fc:0x1e6},_0x17a30a={_0x227812:0x302,_0x131473:0xf6};function _0x1d9292(_0x1a5668,_0x35648f,_0x5c7054,_0x3e71d6){return _0x5b4d97(_0x5c7054,_0x35648f- -_0x17a30a._0x227812,_0x5c7054-_0x17a30a._0x131473,_0x3e71d6-0x199);}const _0x457fb9={};_0x457fb9[_0x1d9292(0x13b,_0x1c89c9._0x327308,_0x1c89c9._0x47059b,_0x1c89c9._0x3101ad)]='codex',_0x457fb9['jjfeF']=_0x1d9292(0x1d4,_0x1c89c9._0x1d6fe3,0x2ac,0x28c);function _0x1999b2(_0x3ca857,_0x22f1aa,_0x529568,_0x947d95){return _0x5b4d97(_0x529568,_0x22f1aa- -_0x53aaf3._0xefe1fc,_0x529568-0x35,_0x947d95-0x43);}const _0x4268a=_0x457fb9;return _0x335e41===_0x4268a['dtuPy']||_0x335e41===_0x4268a[_0x1999b2(0x2f6,_0x1c89c9._0x52816e,_0x1c89c9._0x5dd578,_0x1c89c9._0x334b1e)];}function _0x1e82(_0x198003,_0x437413){_0x198003=_0x198003-(0x770+0x2702+-0x25*0x138);const _0x47dd01=_0x176c();let _0x3778bd=_0x47dd01[_0x198003];if(_0x1e82['GSWqxj']===undefined){var _0x4385c5=function(_0x2e54dd){const _0x18d79e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2fc45d='',_0x10234a='';for(let _0x140442=-0x6a8+0xd35+0xd*-0x81,_0x520454,_0x181aab,_0x408f14=0x648*-0x5+-0x3a1+0x2309*0x1;_0x181aab=_0x2e54dd['charAt'](_0x408f14++);~_0x181aab&&(_0x520454=_0x140442%(0x321+0x197e+0x3*-0x989)?_0x520454*(-0x445*-0x5+-0xd63+-0x7b6)+_0x181aab:_0x181aab,_0x140442++%(-0x1d23*-0x1+0x276*-0x8+0x73*-0x15))?_0x2fc45d+=String['fromCharCode'](-0x210d*0x1+-0x106*0x25+0xe*0x523&_0x520454>>(-(-0x1*0x170+-0x3*0x2c5+0x9c1)*_0x140442&-0xa3*-0x1e+-0x2327*-0x1+0x1*-0x363b)):-0xc40+0x26c9+0x1a89*-0x1){_0x181aab=_0x18d79e['indexOf'](_0x181aab);}for(let _0x50cb2e=-0x21*-0x5c+0x902*-0x1+0x92*-0x5,_0x41479e=_0x2fc45d['length'];_0x50cb2e<_0x41479e;_0x50cb2e++){_0x10234a+='%'+('00'+_0x2fc45d['charCodeAt'](_0x50cb2e)['toString'](-0x204d*-0x1+0x2682+-0x3*0x1795))['slice'](-(-0x7a*-0x26+0x80c*-0x3+0x60a));}return decodeURIComponent(_0x10234a);};_0x1e82['PWnVxx']=_0x4385c5,_0x1e82['KMftET']={},_0x1e82['GSWqxj']=!![];}const _0x243e4a=_0x47dd01[-0x5eb+0xf6*0x14+-0xd4d],_0x55377d=_0x198003+_0x243e4a,_0x18aa53=_0x1e82['KMftET'][_0x55377d];return!_0x18aa53?(_0x3778bd=_0x1e82['PWnVxx'](_0x3778bd),_0x1e82['KMftET'][_0x55377d]=_0x3778bd):_0x3778bd=_0x18aa53,_0x3778bd;}function getDefaultEndpointConfig(_0x262219){const _0x9ec707={_0x1c07bf:0x2c4,_0xf3521b:0x23f,_0x4dd5f8:0x11f,_0x4e332d:0x1c2,_0xca297f:0x1aa,_0xfc555b:0x159,_0x211294:0x151,_0x2ecfef:0x1cf,_0x7cfc93:0x192,_0x1f0214:0x12a},_0xa73a66={_0x3a9437:0x1a3},_0x3a10a7={_0x31ff27:0x687,_0x59060b:0x65,_0x50a9d6:0x70};function _0x2950b9(_0x565eb4,_0x862dba,_0x4dbcec,_0x8d5069){return _0x5b4d97(_0x8d5069,_0x862dba- -_0x3a10a7._0x31ff27,_0x4dbcec-_0x3a10a7._0x59060b,_0x8d5069-_0x3a10a7._0x50a9d6);}const _0x595c1d={'hOCnF':_0x2950b9(-_0x9ec707._0x1c07bf,-_0x9ec707._0xf3521b,-0x27a,-0x227),'GQsDJ':function(_0x33cf3b,_0x5675ff){return _0x33cf3b(_0x5675ff);}},_0x551af7={};function _0x35a659(_0x1abbc6,_0x100033,_0x30eff7,_0x4c5b0c){return _0x13e964(_0x1abbc6-0xa2,_0x30eff7- -0x69,_0x1abbc6,_0x4c5b0c-_0xa73a66._0x3a9437);}return _0x551af7[_0x35a659(_0x9ec707._0x4dd5f8,_0x9ec707._0x4e332d,0x190,_0x9ec707._0xca297f)+'n']=null,{'mode':_0x595c1d[_0x35a659(_0x9ec707._0xfc555b,_0x9ec707._0x211294,_0x9ec707._0x2ecfef,_0x9ec707._0x7cfc93)],'base_url':null,..._0x595c1d[_0x35a659(_0x9ec707._0x1f0214,0x25d,0x1b8,0x1b8)](endpointSupportsApiVersion,_0x262219)?_0x551af7:{}};}function normalizeApiKeyEndpoint(_0x2506f0,_0x18eb36){const _0x1bb367={_0x54f3c7:0x4aa,_0x3b9a06:0x541,_0x43b751:0x38b,_0x1dfbcf:0x37c,_0x2006e0:0x4f0,_0x8f16d4:0x55e,_0x3f3f37:0x581,_0x492147:0x524,_0xe717d1:0x50f,_0x320597:0x517,_0x38aa97:0x46e,_0x5aad3d:0x4bf,_0x2ead3f:0x535,_0xbe79aa:0x541,_0x1f313a:0x4aa,_0x985f1:0x4c0,_0x373cd0:0x4cd,_0x180bcc:0x4f4,_0xd74b2:0x421,_0x4abe54:0x47d,_0xee8625:0x45f,_0x4bd23e:0x50f,_0x10764d:0x415,_0x279d37:0x466,_0x2b8244:0x419,_0x206922:0x4c5,_0x233631:0x40a,_0x5e19c8:0x574,_0x135b45:0x519,_0x6ee8e5:0x504,_0x2733e8:0x592,_0x512e88:0x451,_0x2e8f42:0x4f7,_0x2df00b:0x3d3,_0x316715:0x453,_0x1a8502:0x43e,_0x3b3bab:0x3b5,_0x293d39:0x5a3,_0x34fd95:0x52a},_0x532548={_0x29bc2c:0x40,_0x3fe112:0xbb},_0x1dca67={_0xb8282c:0x6f,_0x1776b6:0x338};function _0x285cc7(_0x2645e2,_0x33c163,_0x121b03,_0xc8cfb9){return _0x13e964(_0x2645e2-_0x1dca67._0xb8282c,_0x2645e2-_0x1dca67._0x1776b6,_0x33c163,_0xc8cfb9-0x1f);}const _0x3e8bd3={'pmypO':function(_0x57abef,_0x304d1a){return _0x57abef(_0x304d1a);},'QyRHH':function(_0x51497a,_0x265670){return _0x51497a===_0x265670;},'lBKaI':_0x285cc7(_0x1bb367._0x54f3c7,_0x1bb367._0x3b9a06,0x44e,0x553),'bkFlw':_0x285cc7(0x40f,0x3fc,_0x1bb367._0x43b751,_0x1bb367._0x1dfbcf),'fxdYM':function(_0x2f9174,_0x1b019f){return _0x2f9174!==_0x1b019f;},'mAVWf':_0x5f1c52(_0x1bb367._0x2006e0,0x592,_0x1bb367._0x8f16d4,0x55d),'MmmDn':function(_0x39f8a7,_0x3405cd){return _0x39f8a7(_0x3405cd);}};function _0x5f1c52(_0x4eed63,_0x13a124,_0x2e66bf,_0x67c323){return _0x5b4d97(_0x13a124,_0x67c323- -_0x532548._0x29bc2c,_0x2e66bf-0xc,_0x67c323-_0x532548._0x3fe112);}const _0xcfefac=_0x3e8bd3['pmypO'](getDefaultEndpointConfig,_0x2506f0),_0xb1d560=_0x3e8bd3[_0x5f1c52(_0x1bb367._0x3f3f37,0x4b8,_0x1bb367._0x492147,_0x1bb367._0xe717d1)](_0x3e8bd3[_0x285cc7(0x504,_0x1bb367._0x320597,_0x1bb367._0x38aa97,0x5a8)](trimToNull,_0x18eb36?.['mode']),_0x3e8bd3[_0x285cc7(_0x1bb367._0x5aad3d,_0x1bb367._0x2ead3f,_0x1bb367._0xbe79aa,0x41e)])?_0x285cc7(_0x1bb367._0x1f313a,_0x1bb367._0x985f1,_0x1bb367._0x373cd0,_0x1bb367._0x180bcc):_0x3e8bd3[_0x285cc7(0x4d0,0x418,0x549,0x484)];if(_0x3e8bd3[_0x5f1c52(_0x1bb367._0xd74b2,_0x1bb367._0x4abe54,0x4a6,_0x1bb367._0xee8625)](_0xb1d560,_0x5f1c52(_0x1bb367._0x4bd23e,0x50b,_0x1bb367._0x10764d,0x4a3)))return _0x3e8bd3[_0x285cc7(_0x1bb367._0x279d37,_0x1bb367._0x2b8244,_0x1bb367._0x206922,_0x1bb367._0x233631)](_0x3e8bd3[_0x5f1c52(0x55b,0x4ac,_0x1bb367._0x5e19c8,_0x1bb367._0x135b45)],_0x3e8bd3['mAVWf'])?_0x3e8bd3[_0x285cc7(_0x1bb367._0x6ee8e5,_0x1bb367._0x2733e8,_0x1bb367._0x512e88,0x4ba)](_0x55314d,_0x3f9a8d):_0xcfefac;const _0x22d2d8=_0x3e8bd3['pmypO'](normalizeBaseUrl,_0x18eb36?.[_0x5f1c52(_0x1bb367._0x2e8f42,_0x1bb367._0x2df00b,_0x1bb367._0x316715,0x440)]);if(!_0x22d2d8)return _0xcfefac;return{'mode':'custom','base_url':_0x22d2d8,..._0x3e8bd3[_0x285cc7(_0x1bb367._0x1a8502,0x427,0x4f0,_0x1bb367._0x3b3bab)](endpointSupportsApiVersion,_0x2506f0)?{'api_version':trimToNull(_0x18eb36?.[_0x5f1c52(_0x1bb367._0x293d39,0x5c1,0x514,_0x1bb367._0x34fd95)+'n'])}:{}};}function normalizeAccount(_0x14eb3d,_0x27ba38){const _0x5c7be5={_0x2e64ba:0x2df,_0x46fac1:0x1c2,_0x418e21:0x1fb,_0x29761a:0x299,_0x3439cc:0x270,_0x485d82:0x22b,_0x3150c2:0x25b,_0x18903d:0x281,_0x28c947:0x2c2,_0x5d01d7:0x282,_0x5a735c:0x1e8,_0xd97a33:0x29f,_0x4e7e0c:0x263,_0x338a7f:0x214,_0x4754cf:0x220,_0x532637:0x2ac,_0x1ccce1:0x3af,_0x10a2e9:0x2f9,_0x880fce:0x333,_0x97fee1:0x188,_0x2a047f:0x29e,_0x3feaa9:0x28a},_0x3519a2={_0x492993:0x27b,_0x5084e3:0x125},_0x2abfc1={_0x1290e0:0x9b};function _0xd84cd9(_0x39b60e,_0xd939c1,_0xacf19f,_0x4b0587){return _0x13e964(_0x39b60e-0xa7,_0xacf19f-0xbe,_0x39b60e,_0x4b0587-_0x2abfc1._0x1290e0);}const _0x2e4db3={'xwauJ':function(_0x516b3c,_0x5d9d63){return _0x516b3c!==_0x5d9d63;},'fOOKg':function(_0x3b7c2c,_0x10fdb8){return _0x3b7c2c===_0x10fdb8;},'oPGll':function(_0x36fd11,_0x1ce9c1){return _0x36fd11===_0x1ce9c1;},'RlzUq':function(_0x252848,_0x490fda){return _0x252848(_0x490fda);},'uRCjl':function(_0x553d00,_0x2a7c38,_0x22e071){return _0x553d00(_0x2a7c38,_0x22e071);}};if(!_0x27ba38||_0x2e4db3['xwauJ'](typeof _0x27ba38,_0x5d1b89(0x333,_0x5c7be5._0x2e64ba,0x252,0x2a4)))return null;const _0x56e4de=_0x2e4db3['fOOKg'](_0x27ba38['type'],ACCOUNT_TYPE_API_KEY)?ACCOUNT_TYPE_API_KEY:ACCOUNT_TYPE_OAUTH,_0x41fb70={..._0x27ba38,'type':_0x56e4de,'is_default':!!_0x27ba38[_0xd84cd9(_0x5c7be5._0x46fac1,0x161,0x1f6,0x276)],'created_at':_0x27ba38[_0xd84cd9(_0x5c7be5._0x418e21,0x1c6,0x267,0x22a)]||_0x27ba38[_0x5d1b89(_0x5c7be5._0x29761a,_0x5c7be5._0x3439cc,0x222,_0x5c7be5._0x485d82)]||new Date()['toISOStrin'+'g']()};_0x2e4db3[_0xd84cd9(0x2e2,_0x5c7be5._0x3150c2,_0x5c7be5._0x18903d,_0x5c7be5._0x28c947)](_0x56e4de,ACCOUNT_TYPE_API_KEY)&&(_0x41fb70['email']=null,_0x41fb70[_0xd84cd9(_0x5c7be5._0x5d01d7,0x13c,_0x5c7be5._0x5a735c,0x238)]=_0x2e4db3[_0x5d1b89(0x2eb,_0x5c7be5._0xd97a33,0x20b,0x246)](trimToNull,_0x27ba38[_0x5d1b89(_0x5c7be5._0x4e7e0c,0x20f,_0x5c7be5._0x338a7f,_0x5c7be5._0x4754cf)]||_0x27ba38[_0xd84cd9(_0x5c7be5._0x532637,0x28c,0x2f7,0x263)]),_0x41fb70[_0xd84cd9(0x382,_0x5c7be5._0x1ccce1,_0x5c7be5._0x10a2e9,_0x5c7be5._0x880fce)]=_0x2e4db3[_0x5d1b89(0x2ea,_0x5c7be5._0x97fee1,_0x5c7be5._0x2a047f,0x232)](normalizeApiKeyEndpoint,_0x14eb3d,_0x27ba38[_0xd84cd9(0x331,_0x5c7be5._0x3feaa9,0x2f9,0x387)]));function _0x5d1b89(_0x2a04af,_0x90e235,_0x50c090,_0x1dc179){return _0x5b4d97(_0x2a04af,_0x1dc179- -_0x3519a2._0x492993,_0x50c090-_0x3519a2._0x5084e3,_0x1dc179-0x84);}return _0x41fb70;}function normalizeAccountsData(_0x2f9dab){const _0xab9697={_0xcbaf5c:0x3f9,_0x32701a:0x456,_0x19dd5c:0x4c5,_0x31f343:0x3ec,_0x258768:0x497,_0x552f36:0x49e,_0x575c7c:0x487,_0x265f13:0x3cc,_0x4c1179:0x480,_0x533906:0x423,_0x31fa04:0x459,_0x5ba6ac:0x48e,_0x35df66:0x554,_0x2955ad:0x355,_0x51e450:0x3e4,_0x20b7b2:0x3f3,_0x409c81:0x3af,_0x3bdc8f:0x539,_0xd8494b:0x4a4,_0x59a796:0x566,_0x5eecb7:0x4f0},_0x44cc0f={_0x870bcb:0x146},_0x4c006d={_0x1e3223:0x1d6},_0x4984c0={};_0x4984c0[_0x134314(0x3cc,0x3e6,_0xab9697._0xcbaf5c,0x3ec)]=function(_0x3e2596,_0x125ca8){return _0x3e2596!==_0x125ca8;};function _0x4f328a(_0x26827e,_0x2a328f,_0x3427b4,_0x4549bb){return _0x13e964(_0x26827e-_0x4c006d._0x1e3223,_0x26827e-0x377,_0x2a328f,_0x4549bb-0x18e);}_0x4984c0[_0x4f328a(0x4d1,_0xab9697._0x32701a,_0xab9697._0x19dd5c,0x44b)]=_0x134314(_0xab9697._0x31f343,_0xab9697._0x258768,_0xab9697._0x552f36,_0xab9697._0x575c7c);const _0x2b671d=_0x4984c0;function _0x134314(_0x472c7e,_0x50be58,_0x5a1e87,_0x17a0f9){return _0x5b4d97(_0x50be58,_0x472c7e- -0x11b,_0x5a1e87-_0x44cc0f._0x870bcb,_0x17a0f9-0x152);}const _0x2362f2={};for(const _0x28d30f of SUPPORTED_PROVIDERS){if(_0x2b671d[_0x134314(_0xab9697._0x265f13,_0xab9697._0x4c1179,0x33d,_0xab9697._0x533906)](_0x2b671d[_0x134314(0x3b0,0x389,_0xab9697._0x31fa04,0x39c)],_0x2b671d[_0x4f328a(0x4d1,_0xab9697._0x5ba6ac,_0xab9697._0x35df66,0x55a)]))return null;else{const _0x73a9c1=Array[_0x134314(_0xab9697._0x2955ad,_0xab9697._0x51e450,_0xab9697._0x20b7b2,_0xab9697._0x409c81)](_0x2f9dab?.[_0x28d30f])?_0x2f9dab[_0x28d30f]:[];_0x2362f2[_0x28d30f]=_0x73a9c1[_0x134314(0x43d,0x474,0x4d4,0x4a4)](_0x50459d=>normalizeAccount(_0x28d30f,_0x50459d))[_0x4f328a(_0xab9697._0x3bdc8f,_0xab9697._0xd8494b,_0xab9697._0x59a796,_0xab9697._0x5eecb7)](Boolean);}}return _0x2362f2;}function toProviderStorageShape(_0x85fe14){const _0x1ec7f8={_0x255efb:0x34},_0x1cf4dd={_0x2beba5:0x58b,_0x3a1309:0xd3,_0x203704:0x18f},_0xf93acc={'CLYQe':function(_0x5c369f,_0x57e1ef){return _0x5c369f(_0x57e1ef);}};function _0x28bf06(_0x30288a,_0x139840,_0x409429,_0x1f07d6){return _0x5b4d97(_0x139840,_0x30288a- -_0x1cf4dd._0x2beba5,_0x409429-_0x1cf4dd._0x3a1309,_0x1f07d6-_0x1cf4dd._0x203704);}return _0xf93acc[_0x28bf06(-_0x1ec7f8._0x255efb,-0xa,-0x3c,-0x75)](normalizeAccountsData,_0x85fe14);}function getAccountCreatedTimestamp(_0x56a3c1){const _0x39d130={_0x2a896:0x16b,_0x7d00c8:0x191,_0x2691ce:0x180,_0x5a2463:0xe7,_0x23434d:0x13d,_0x431e33:0x417,_0x10f759:0x442,_0x5f1655:0x443,_0x99778e:0x402,_0x376801:0x44f,_0x68c126:0x40b,_0x318259:0x43d,_0x170b04:0x4a8},_0x1a3544={_0x32d56b:0x56},_0x5e8486={_0x44433d:0x8c,_0x420f89:0x189};function _0x375979(_0x27d275,_0x28e4ca,_0x3736f4,_0x2f7ac3){return _0x13e964(_0x27d275-_0x5e8486._0x44433d,_0x2f7ac3-0x32d,_0x27d275,_0x2f7ac3-_0x5e8486._0x420f89);}const _0x1c0ce2=_0x56a3c1?.[_0xee2597(-_0x39d130._0x2a896,-_0x39d130._0x7d00c8,-0x1b1,-_0x39d130._0x2691ce)]||_0x56a3c1?.[_0xee2597(-0xcd,-_0x39d130._0x5a2463,-_0x39d130._0x23434d,-0x174)],_0x491d36=_0x1c0ce2?new Date(_0x1c0ce2)[_0x375979(_0x39d130._0x431e33,_0x39d130._0x10f759,0x4be,_0x39d130._0x5f1655)]():NaN;function _0xee2597(_0x1d3a65,_0x37dd56,_0x4cd9b3,_0x412693){return _0x13e964(_0x1d3a65-0x9a,_0x4cd9b3- -0x2e6,_0x1d3a65,_0x412693-_0x1a3544._0x32d56b);}return Number[_0x375979(_0x39d130._0x99778e,_0x39d130._0x376801,0x37b,_0x39d130._0x68c126)](_0x491d36)?_0x491d36:Number['POSITIVE_I'+_0x375979(_0x39d130._0x318259,0x532,_0x39d130._0x170b04,0x48d)];}function _0x176c(){const _0x4a0b36=['CMvJDxjZAxzL','ndq1ody0wMHeve56','Axn0Aw5NihbYBW','Ehn1z2O','DxbKyxrLzf9HDa','zMLSDgvY','B1bhBgW','y3bbtw4','Ac5QC29U','yKPktMq','ExH6zwW','Dg9vChbLCKnHCW','z1vcBe0','B3iGqvbjigTLEq','DY5NB29NBgvHCa','Cg15Ce8','ugr4BNy','C3rHDfn5BMm','uvLKr2y','nZKXmZeWvxD2EfjL','Cgf0Aa','rgLVvva','CKzjs3K','wNLMwKe','y2XHDwrLqwLpyq','u2v0igrLzMf1Ba','BgvUz3rO','C0PgBwq','DxrO','yLrgDg4','D3jPDgvgAwXLuW','vxfOzw4','mtm4mZGWBhLIzNnU','uxLsseG','twLNCMf0Aw5Nia','sKPSyxO','u2TPChbPBMCGqW','z1nushq','AxmUy29Tl2f1Da','wuryD2e','BwvZC2fNzq','q0Xzuwu','BwfW','Bufwv2y','4OcI4OcI4OcI4OcI','q05mzKS','y29TCgXLDgu','z2PVvfK','BMv3rgvMyxvSDa','z2vTAw5P','zw50CMLLCW','ChDbyuu','zxHWAxjLC0f0','BwLNCMf0Aw9U','y3jLyxrLzf9IEq','qNrKENO','x2LZvxbKyxrL','weX0swW','EhPsvLy','shDqwwK','yxbPx3zLCNnPBW','uNzXDvq','Eev1Due','AMPMzuy','yNDdyKW','s3fVzxq','u2v0ig5LDYbKzq','y0Tryxy','yvPxrxG','sgXNyxe','yuHqtNa','BwTKAxjtEw5J','quThAMu','u3HMru4','C3rYAw5N','yNDzCvC','shvizhi','shHcsei','DMftC3K','ANnVBG','u3LUy2vKigrLzG','vNjqEwW','wwXZrM0','rgvMyxvSDcbpqq','BgvHCgLZlMnVBq','CMvTB3zHBa','DgLXCKK','Dg9mB2nHBgveyq','ignYzwrLBNrPyq','DNPPELm','AxnezwzHDwX0','ywnJzxnZx3rVAW','CMvMCMvZAf90BW','t2fksM8','tKHiAKu','BfbZDMe','z1rLvui','EwnezhG','uMvTB3zLzcbdta','B3bLBMLKihbYBW','r1fZreO','ve9Wzfu','zxjYB3i','ywLSigH0DhbZoG','C2HVCNq','Dw5SAw5Ru3LUyW','B3vUDcbLBwfPBa','s1fYy1y','BNvTzxjPyW','vxbKyxrLzcbLEa','rw5RyMO','AeL0u2G','DxrOigfJy291BG','AwfSCW','Ag9TzwrPCG','CJPZzxnZAw9UCW','Ce9LD04','ChjVDMLKzxi','vxLSrxe','zxHPC3rZu3LUyW','ufDxruu','twLNCMf0Aw9Uia','zxbQD3G','Ae9dBKy','yxbPs2v5','zMLSzsbLBwfPBa','zw5KCg9PBNq','Aw5MBW','zxHPC3rPBMCGqW','sKLpA1G','s09kC0W','uKjzEhq','Dg9ju09tDhjPBG','m3bHr0r4rG','DgvtDhjPBMC','D29jr3m','z1P0r0S','BfPXA0O','EMnnqKe','B3vUDcb0B2TLBG','ywXZ','zgvMyxvSDa','lMPZB24','BYbZEw5J','DwDwwxq','qunzEhy','s05fy1q','rxjYB3iGCMvHza','AxngAw5PDgu','zxjLBMnLihvZzq','BuX4z1i','mJqZndu1A25iDhbM','EenNAxa','yvjHsMm','zgnzBwm','zMLSzq','zxrxwve','z1rzBMC','igfJy291BNqGDa','uNf6CNK','s1DrD0e','BcbMAwXL','yurwwLC','t2PXt0C','EwTADM4','AwrFDg9Rzw4','uLjQy0i','y29KzxG','zMLUzeLUzgv4','ywnJB3vUDeLK','Dg9Rzw5FDhLWzq','AM9PBG','DxrMoa','yKDnqu4','zM9YrwfJAa','q0XjignYzwrLBG','DezYAg4','C3LZDgvT','y2nLC3m','vgPOyMi','lMDLBwLUAs9Vyq','AxnbCNjHEq','qwDbyu0','Dg9tDhjPBMC','zxiGywnJB3vUDa','C2nVCgu','zezJB0i','AgHtEMe','tw1Trg4','ihjLCxvPCMvK','BxDVz3K','BhjkB2q','BMD4qw0','C3rYAw5NAwz5','CwrPDeu','CMfUzg9Tvvvjra','re9Ywwm','yMfZzv91CMW','n1HptvDpra','vKnIBhi','uNPND1u','CMvWBgfJzq','D1HysNa','y2HHCKf0','z2v0vgLTzq','ALnoEwW','Dg9Rzw5Z','CMvMCMvZAfrVAW','DvLQDKu','u2TyB28','B3LyBuG','EK9ACeu','oMnSyxvKzv9JBW','y2nVDw50CY5QCW','igTLEsbHy2nVDq','uvLnAwi','DK1nseG','se5Mwuu','B3zPzgvYiefqsq','qKTYCKm','rMfPBgvKihrVia','ANPLu0G','C2vYAw5MBY5LBq','z09kvhm','yxbPx2TLEq','Aw5NihbYB3zPza','rM9NAuK','D0DpEui','zNHKwu0','AwfSihn5BMmGzG','Ac9JBg91zc1WBa','uMvTB3zLzcbWCG','Dw50igfMDgvYia','Bw9Kzq','Ew5J','y3jLyxrLzef0','DcbPCYbTAxnZAq','l2f1DgGVDxnLCG','AxnFzgvMyxvSDa','C3bSAxq','DhHjzey','v0vIzK8','DvjdAMW','zvnHq0G','twLNCMf0zwqGqW','y2vSELO','ig9MzMXPBMvFyq','t1viv3u','D2fZrgvMyxvSDa','igfJy291BNq','CgfYC2u','DxbKyxrLzef0','EMjkCvq','Bg1ICwy','DhjPBq','nZmZnJGWrvjvAhLy','CMvTB3zLienmsq','z0nZq3O','qxDfr1m','zw1HAwW','CM1muK0','t3Pttfe','uMX6vxe','C2XPy2u','tKX0BxO','ugvNzvO','wNvcDwe','tuLwr0C','EhDut3q','vhjwB3y','odK0nZa0z3DAAwnQ','mJyXmty3vwTXDKzX','EvfREfC','C29Tzq','wuzgquy','wNrswgi','BwLNCMf0zsbdta','zMLUza','tKzjtKLuwq','Bw9UDgG','Chm6lY93D3CUzW','wu1yCLG','C2vYoNbYB2zPBa','Bu1kA2i','vezWEKG','CwzJDfe','qMf1A0C','uuTXzKi','qwrKzwqGChjVDG','DePxvfe','tePQAvO','BhrPlwfJy291BG','ChvZAa','zgLYBMfTzq','wuDsywi','ywnUDfK','y3vZDg9T','EhzMsuG','B3bps1a','CwXwwvm','sMvNtNi','zuvUsg0','B3zPzgvYigfJyW','ssbJCMvKzw50Aq','B290Egm','r2PYs3m','vxbKyxrLzcbWCG','C3LUyYbKzwzHDq','zxHWAxjLC19HDa','zhr1uhK','BvHiyLO','vNL0txa','B29NBgvHCgLZlG','sLHyteW','BfjbCK4','CMvHzezPBgvtEq','AwrLCIbbueKGAW','BejlyuK','CxzOu2q','wMvvthG','CMvKzw50AwfSCW','yNLRB00','iefqssblzxKGka','Ahr0Chm6','Cu1Rqvy','tNHHu1C','BKLyueu','Ahr0Chm6lY93DW','x2fWAv9RzxKGDq','BMCGDg9Rzw5ZoW','qvbjigTLEsbPCW','DcbWCM92AwrLCG','AxjKuLO','qMvHCMvY','yMTgBhC','A2vU','swzorMW','DMLeuue','r21Uthq','D2fYBG','rg5bweu','teKGy3jLzgvUDa','B2f1DgG','DhLWzq','ywnJzxnZvg9Rzq','y2XHDwrL','tLLjy2m','C2nVCgvZ','r3bAu3K','sfvWA0W','q1rxrfG','y3jLyxrLzf9HDa','ChjVDg9JB2W','swnfs3q','rxjYB3iGD3jPDa','ihrVienmssbMAq','B2jQzwn0','Be5Pu1a','Cfr3q2C','s1jhrLu','zxKGywnJB3vUDa','zw4Tvvm','Ahr0CdO','BgfIzwW','yLDQq2i','nML1yujysa','zgvIDwC','s3zKEwy','tefwDMO','ChjVDMLKzxiTyq','Dw50ihrVA2vUCW'];_0x176c=function(){return _0x4a0b36;};return _0x176c();}function maskApiKey(_0x2216bf){const _0x4297f5={_0x13142c:0x123,_0x386399:0x1ab,_0x8b96fa:0x12a,_0x56fb5e:0x15c,_0x2089d8:0x152,_0x309383:0x289,_0x58c44d:0x1f2,_0x31d014:0x7,_0x544d66:0x56,_0x4ebc22:0xe6,_0x4be3e0:0x16c,_0x9cf540:0xae,_0x5e2a7d:0xa0,_0x55e17a:0x1e4,_0x52217a:0x1b9,_0x5c48ad:0x160,_0xdab667:0x261},_0x357a2d={_0x368015:0xab,_0x253886:0x1b},_0x36c6d0={_0x18e20a:0x16,_0x1e4d7e:0x13b},_0x1dd544={};_0x1dd544[_0x273593(0x1c2,_0x4297f5._0x13142c,0x227,_0x4297f5._0x386399)]=function(_0x45ab06,_0x46831d){return _0x45ab06<=_0x46831d;};function _0x11ab34(_0x27ed90,_0x2c09f8,_0x5119b0,_0x292c50){return _0x5b4d97(_0x27ed90,_0x292c50- -0x5fa,_0x5119b0-_0x36c6d0._0x18e20a,_0x292c50-_0x36c6d0._0x1e4d7e);}function _0x273593(_0xa8b3c1,_0x5b9083,_0x316381,_0x572609){return _0x13e964(_0xa8b3c1-_0x357a2d._0x368015,_0x572609-_0x357a2d._0x253886,_0x316381,_0x572609-0x13e);}_0x1dd544[_0x273593(0x2e7,0x302,0x21e,0x25a)]=function(_0x4a045c,_0x40d5b2){return _0x4a045c!==_0x40d5b2;},_0x1dd544[_0x11ab34(-_0x4297f5._0x8b96fa,-_0x4297f5._0x56fb5e,-0x19b,-0x120)]='elveq';const _0x435222=_0x1dd544;if(!_0x2216bf)return null;if(_0x435222['nIXPE'](_0x2216bf[_0x273593(0x233,_0x4297f5._0x2089d8,_0x4297f5._0x309383,_0x4297f5._0x58c44d)],0x1238+0x15*0x2+-0x125a))return _0x435222[_0x11ab34(-_0x4297f5._0x31d014,-0xad,_0x4297f5._0x544d66,-0x4a)](_0x435222[_0x273593(_0x4297f5._0x4ebc22,0x201,0x1b1,0x184)],'elveq')?null:_0x2216bf[_0x273593(0x17a,0x107,0x122,_0x4297f5._0x4be3e0)](-0x284*0x9+0x1ce1+0x1*-0x63d,-0x1*-0x1b+0x22cf+0x8*-0x45d)+_0x11ab34(-0x118,-0x136,-_0x4297f5._0x9cf540,-_0x4297f5._0x5e2a7d);return _0x2216bf[_0x273593(_0x4297f5._0x55e17a,_0x4297f5._0x52217a,_0x4297f5._0x5c48ad,0x16c)](-0x5ec*-0x1+-0x4*-0x679+0x1fd*-0x10,-0x206a+-0x1*-0x1ec5+0x1a9)+_0x273593(0x2a6,_0x4297f5._0xdab667,0x186,0x204)+_0x2216bf['slice'](-(-0x9e*0x1d+0xc9e+0x2*0x2a6));}export function readProviderAccounts(){const _0x43d887={_0x150095:0x399,_0x12e6e0:0x41e,_0x551319:0x201,_0x2248dc:0x15d,_0x239039:0x26e,_0x522ddf:0x41b,_0x3acb14:0x307,_0xba5e0c:0x384,_0x1d3215:0x2e7,_0x5aa005:0xcd,_0x266abd:0x43,_0x4a1d08:0x451,_0x2a3df3:0x3b2,_0x106a40:0x4b8,_0x1e1629:0xb4,_0x1151bf:0xab,_0x5b8b3e:0x441,_0x5d2929:0x53,_0x1aac12:0x125,_0x548e2d:0x9b,_0xa427de:0x98,_0x1b0096:0x1dc,_0x160619:0x18e,_0x6f7125:0x78},_0x36a969={_0x2909b8:0x26e,_0x2470ab:0x150},_0x3cc399={_0x1814e0:0x63f,_0x4115b9:0xdb},_0x418586={'BKrrC':_0x1c2bc5(-0xd6,-0x117,-0x15d,-0x186),'YlsFm':function(_0x37a7fe,_0x338d0c){return _0x37a7fe(_0x338d0c);},'UylEq':'Error\x20read'+_0x3aca6f(0x370,0x3a2,_0x43d887._0x150095,_0x43d887._0x12e6e0)+_0x1c2bc5(-_0x43d887._0x551319,-_0x43d887._0x2248dc,-0x1cc,-_0x43d887._0x239039)+'s'};try{if(_0x418586[_0x3aca6f(_0x43d887._0x522ddf,_0x43d887._0x3acb14,0x393,_0x43d887._0xba5e0c)]!==_0x418586[_0x3aca6f(_0x43d887._0x1d3215,0x2ef,0x393,0x425)])return;else{if(_0x861820[_0x1c2bc5(-0xf7,-_0x43d887._0x5aa005,-0x9a,-_0x43d887._0x266abd)](ACCOUNTS_FILE)){const _0x4bc58e=JSON[_0x3aca6f(_0x43d887._0x4a1d08,0x363,_0x43d887._0x2a3df3,0x374)](_0x861820['readFileSy'+'nc'](ACCOUNTS_FILE,'utf8'));return _0x418586[_0x3aca6f(_0x43d887._0x106a40,0x405,0x47d,0x51a)](normalizeAccountsData,_0x4bc58e);}}}catch(_0xc2c7a0){const _0x43c4df={};_0x43c4df[_0x1c2bc5(-0x52,-_0x43d887._0x1e1629,-_0x43d887._0x1151bf,-0x13)]=_0xc2c7a0[_0x3aca6f(0x4ba,0x3f0,0x453,_0x43d887._0x5b8b3e)],logger[_0x1c2bc5(-_0x43d887._0x5d2929,-_0x43d887._0x1aac12,-0xab,-0x158)](_0x418586[_0x1c2bc5(-0xa5,-0xe6,-_0x43d887._0x548e2d,-0xd3)],_0x43c4df);}function _0x1c2bc5(_0x4fe4e9,_0x39a748,_0x256d28,_0x975118){return _0x5b4d97(_0x4fe4e9,_0x256d28- -_0x3cc399._0x1814e0,_0x256d28-0x1ba,_0x975118-_0x3cc399._0x4115b9);}const _0x3ed850={};_0x3ed850[_0x1c2bc5(-0x195,-_0x43d887._0xa427de,-0x12b,-_0x43d887._0x1b0096)]=[],_0x3ed850[_0x1c2bc5(-0x14f,-0x153,-0x1dd,-_0x43d887._0x160619)]=[],_0x3ed850[_0x1c2bc5(-0x95,-0x10d,-0xe0,-_0x43d887._0x6f7125)]=[];function _0x3aca6f(_0x41ccb7,_0xb543ab,_0x3662a6,_0x5ae444){return _0x13e964(_0x41ccb7-0xa1,_0x3662a6-_0x36a969._0x2909b8,_0x5ae444,_0x5ae444-_0x36a969._0x2470ab);}return _0x3ed850;}export function writeProviderAccounts(_0x57987c){const _0x284ce6={_0x3c178a:0x48c,_0x4ae094:0x4d3,_0x17cbfe:0x363,_0xfc3d49:0x513,_0x4a94ec:0x50b,_0x2e358e:0x350,_0x21c501:0x4e8,_0x295570:0x46f,_0x4450e1:0x522,_0x33a0c7:0x3fd,_0x1d1df6:0x56f,_0x3e5a1b:0x463,_0x1cbed7:0x4c2,_0x265dec:0x414,_0x1e3d31:0x464,_0x1ac38a:0x512,_0x1f4c62:0x564,_0x1a0372:0x553,_0x3cf9a3:0x52b,_0x353828:0x4f2,_0x487438:0x46d,_0x4a57bd:0x4b3,_0xe610d9:0x422,_0x6d61d0:0x47d,_0x2fbc3e:0x3e3,_0x4a0710:0x4b6,_0x50c4c5:0x407,_0x359d70:0x4ac,_0x5e9fab:0x43b,_0x5bd584:0x55f,_0x3ab4d6:0x52d,_0x5e0dbc:0x50c,_0x5cac76:0x3d3,_0x2b70bb:0x3b0,_0x198f63:0x3dd,_0x16b81e:0x448,_0x24c352:0x46d,_0x5bb32a:0x396,_0x162c0b:0x3a6,_0x1179d2:0x42f,_0x3171b0:0x352,_0x504ab3:0x34d,_0x34c33c:0x3f6,_0x4e4900:0x433,_0x4c07e6:0x2e5,_0x4a0242:0x30a,_0x5b9fdf:0x3b4},_0x460d6d={};_0x460d6d[_0x55e3a5(_0x284ce6._0x3c178a,0x3cc,0x42b,_0x284ce6._0x4ae094)]='Error\x20writ'+'ing\x20provid'+_0x2fe8bb(0x357,_0x284ce6._0x17cbfe,0x34c,0x2f8)+'s';function _0x2fe8bb(_0x1dd9d1,_0x585d49,_0x2ac8c4,_0x3d8a93){return _0x13e964(_0x1dd9d1-0xe3,_0x2ac8c4-0x24a,_0x585d49,_0x3d8a93-0x28);}_0x460d6d[_0x55e3a5(0x49f,_0x284ce6._0xfc3d49,0x45d,_0x284ce6._0x4a94ec)]=function(_0x1c2f83,_0x3a23bf){return _0x1c2f83===_0x3a23bf;},_0x460d6d[_0x2fe8bb(0x475,0x429,0x404,_0x284ce6._0x2e358e)]=_0x55e3a5(0x5a0,0x4a3,_0x284ce6._0x21c501,0x55d);function _0x55e3a5(_0xfc9c6,_0x4aa77a,_0x2b8abb,_0x5f102b){return _0x13e964(_0xfc9c6-0x11d,_0x2b8abb-0x308,_0xfc9c6,_0x5f102b-0x129);}_0x460d6d[_0x55e3a5(_0x284ce6._0x295570,0x5d7,_0x284ce6._0x4450e1,0x472)]=_0x55e3a5(0x446,0x48b,0x4af,_0x284ce6._0x33a0c7);const _0x2f2089=_0x460d6d;try{if(_0x2f2089['MIVGG'](_0x2f2089[_0x55e3a5(_0x284ce6._0x1d1df6,_0x284ce6._0x3e5a1b,_0x284ce6._0x1cbed7,0x47c)],_0x2f2089[_0x2fe8bb(0x4e7,_0x284ce6._0x265dec,_0x284ce6._0x1e3d31,_0x284ce6._0x1ac38a)])){const _0x492665={};_0x492665[_0x55e3a5(_0x284ce6._0x1f4c62,_0x284ce6._0x1a0372,_0x284ce6._0x3cf9a3,_0x284ce6._0x353828)]=_0x4f840e['message'],_0x2dd0ac[_0x2fe8bb(0x3d3,0x42f,_0x284ce6._0x487438,_0x284ce6._0x4a57bd)](_0x2f2089[_0x55e3a5(0x390,_0x284ce6._0xe610d9,0x42b,_0x284ce6._0x6d61d0)],_0x492665);throw _0x22c4c6;}else{const _0xddcf9b=_0x1d03d6['dirname'](ACCOUNTS_FILE);if(!_0x861820['existsSync'](_0xddcf9b)){const _0x4e1bde={};_0x4e1bde[_0x2fe8bb(_0x284ce6._0x2fbc3e,_0x284ce6._0x4a0710,_0x284ce6._0x50c4c5,0x40c)]=!![],_0x4e1bde[_0x55e3a5(_0x284ce6._0x359d70,0x3bf,_0x284ce6._0x5e9fab,0x4c3)]=0x1c0,_0x861820[_0x55e3a5(_0x284ce6._0x5bd584,_0x284ce6._0x3ab4d6,_0x284ce6._0x5e0dbc,_0x284ce6._0x4ae094)](_0xddcf9b,_0x4e1bde);}const _0x57a404={};_0x57a404[_0x55e3a5(_0x284ce6._0x5cac76,0x3bf,0x43b,0x43b)]=0x180,_0x861820['writeFileS'+_0x55e3a5(_0x284ce6._0x2b70bb,0x451,0x43c,0x49c)](ACCOUNTS_FILE,JSON[_0x2fe8bb(_0x284ce6._0x50c4c5,_0x284ce6._0x198f63,0x355,0x2f8)](toProviderStorageShape(_0x57987c),null,0x25b1+0x5e4*-0x6+-0x257*0x1),_0x57a404);}}catch(_0x5852f5){const _0x18cee1={};_0x18cee1[_0x2fe8bb(0x3bc,_0x284ce6._0x16b81e,_0x284ce6._0x24c352,0x4bd)]=_0x5852f5[_0x2fe8bb(_0x284ce6._0x5bb32a,_0x284ce6._0x162c0b,_0x284ce6._0x1179d2,0x486)],logger['error'](_0x2fe8bb(_0x284ce6._0x3171b0,_0x284ce6._0x504ab3,_0x284ce6._0x34c33c,0x36d)+_0x55e3a5(0x464,0x4d3,_0x284ce6._0x4e4900,0x496)+_0x2fe8bb(_0x284ce6._0x4c07e6,_0x284ce6._0x4a0242,0x34c,_0x284ce6._0x5b9fdf)+'s',_0x18cee1);throw _0x5852f5;}}export function getAccountsByProvider(_0x49bc92,_0x2cd27b={}){const _0x57c0ee={_0x5f5e09:0x271,_0x237348:0x2b6,_0x19cb45:0x288,_0x3c5bfd:0x266,_0x4a5267:0x316,_0x3711d6:0x237,_0x196fa1:0x25c},_0x180923={_0x27baac:0x1f1},_0xd90dae={_0x42788c:0x153},_0x4aea2f={'Pdxnv':function(_0x43d6f8){return _0x43d6f8();}},_0x26be45=_0x4aea2f[_0x141dec(_0x57c0ee._0x5f5e09,_0x57c0ee._0x237348,0x314,_0x57c0ee._0x19cb45)](readProviderAccounts),_0x55175e=_0x26be45[_0x49bc92]||[],_0xa5b123=_0x2cd27b[_0x141dec(_0x57c0ee._0x3c5bfd,_0x57c0ee._0x5f5e09,_0x57c0ee._0x4a5267,0x25c)];function _0x141dec(_0x426ea8,_0x707222,_0x1b07ac,_0x40fb77){return _0x13e964(_0x426ea8-_0xd90dae._0x42788c,_0x40fb77-0xbb,_0x707222,_0x40fb77-0x22);}function _0x18d4f7(_0x59a0d7,_0x2dc041,_0x1f25f8,_0x3f9d73){return _0x13e964(_0x59a0d7-0xae,_0x59a0d7-0x75,_0x2dc041,_0x3f9d73-_0x180923._0x27baac);}if(!_0xa5b123)return _0x55175e;return _0x55175e[_0x18d4f7(_0x57c0ee._0x3711d6,0x205,0x244,_0x57c0ee._0x196fa1)](_0x1383ba=>_0x1383ba[_0x18d4f7(0x216,0x273,0x1ae,0x1e3)]===_0xa5b123);}export function getDefaultAccount(_0x348ea4){const _0x282f7d={_0x2c324e:0xe7,_0xe0c917:0xe0,_0x45e45a:0xc0,_0x3cf1fd:0xb2},_0x393300={_0x3698cb:0x5ad},_0xf208c0={'YFFAF':function(_0x32f285,_0xd4aa8d){return _0x32f285(_0xd4aa8d);}};function _0x37c36d(_0x46a6d5,_0x139248,_0x402ffa,_0x3a2e43){return _0x5b4d97(_0x3a2e43,_0x139248- -_0x393300._0x3698cb,_0x402ffa-0x9d,_0x3a2e43-0x1b2);}const _0x5f43bf=_0xf208c0[_0x37c36d(-_0x282f7d._0x2c324e,-_0x282f7d._0xe0c917,-_0x282f7d._0x45e45a,-_0x282f7d._0x3cf1fd)](getAccountsByProvider,_0x348ea4);return _0x5f43bf['find'](_0x5a94f3=>_0x5a94f3['is_default'])||_0x5f43bf[-0x2*0x329+0x25f7+0x1*-0x1fa5]||null;}export function getActiveOAuthAccount(_0x19dda5){const _0x456373={_0x173c8c:0x36,_0x25f1d7:0x11},_0x49096b={'FTPkj':function(_0x567967,_0x2abdfd){return _0x567967(_0x2abdfd);},'pTwCg':function(_0x3804f6,_0x5b7f63){return _0x3804f6!==_0x5b7f63;}};function _0x450b17(_0x313414,_0x591bc5,_0x128640,_0x365adf){return _0x13e964(_0x313414-0xa0,_0x591bc5- -0x1e6,_0x128640,_0x365adf-0x51);}const _0xf43077=_0x49096b['FTPkj'](getDefaultAccount,_0x19dda5);if(!_0xf43077||_0x49096b[_0x450b17(-0x1f,-_0x456373._0x173c8c,-0x7,_0x456373._0x25f1d7)](_0xf43077['type'],ACCOUNT_TYPE_OAUTH))return null;return _0xf43077;}export function getActiveApiKeyAccount(_0x213337){const _0x2a9185={_0x2979fa:0x554,_0xecbf96:0x5f4,_0x348bab:0xd1,_0x114f20:0x569,_0x914380:0x530,_0xb3e341:0x141,_0x549bbb:0xde,_0x4f192c:0xff,_0x35aaed:0x101,_0x170ce7:0xd3,_0x2e1060:0x11d},_0x122fcd={_0x149279:0xbf},_0xc8e813={_0x2b3bf8:0x2c5,_0x26e917:0x52},_0x51659b={};_0x51659b['lRArN']=function(_0xb26a6c,_0x570ee9){return _0xb26a6c!==_0x570ee9;},_0x51659b[_0x48e576(_0x2a9185._0x2979fa,0x69b,0x697,_0x2a9185._0xecbf96)]=function(_0x539ee6,_0x98c2be){return _0x539ee6!==_0x98c2be;};function _0x37e3af(_0x14d944,_0x49b8cb,_0x5d5317,_0x43fb7f){return _0x13e964(_0x14d944-0x15b,_0x14d944- -_0xc8e813._0x2b3bf8,_0x5d5317,_0x43fb7f-_0xc8e813._0x26e917);}function _0x48e576(_0x5c2c36,_0x5a87bb,_0x5633f8,_0x2ee9db){return _0x5b4d97(_0x5a87bb,_0x2ee9db-_0x122fcd._0x149279,_0x5633f8-0x6c,_0x2ee9db-0x1f1);}_0x51659b[_0x37e3af(-0x116,-0x9f,-_0x2a9185._0x348bab,-0x170)]=_0x48e576(0x4d1,_0x2a9185._0x114f20,0x4e2,_0x2a9185._0x914380);const _0xf84c9=_0x51659b,_0x6e19de=getDefaultAccount(_0x213337);if(!_0x6e19de||_0xf84c9[_0x37e3af(-_0x2a9185._0xb3e341,-0x93,-_0x2a9185._0x549bbb,-_0x2a9185._0x4f192c)](_0x6e19de['type'],ACCOUNT_TYPE_API_KEY)||!_0x6e19de['api_key'])return _0xf84c9[_0x37e3af(-_0x2a9185._0x35aaed,-0xfd,-_0x2a9185._0x170ce7,-_0x2a9185._0x2e1060)](_0xf84c9['lNiSP'],_0xf84c9['lNiSP'])?null:null;return _0x6e19de;}export function getAnyApiKeyAccount(_0x32061f){const _0x51075b={_0x590941:0x142,_0x46714e:0xb6,_0x309bf6:0x234,_0x44ca9b:0x302,_0x5d8270:0x2ea,_0x1c2ec2:0x12a},_0xc9a560={_0x2bcd4d:0x1b7},_0x18a043={_0x290665:0x175};function _0x552631(_0xdcdf5d,_0x322e92,_0x5115e3,_0x4058ac){return _0x5b4d97(_0x322e92,_0xdcdf5d- -0x5e5,_0x5115e3-0xb8,_0x4058ac-_0x18a043._0x290665);}const _0x5d9071={'WEbfO':function(_0x51c98e,_0x32499e,_0x2ac062){return _0x51c98e(_0x32499e,_0x2ac062);}},_0x2b8be3={};function _0x58afff(_0x6d77d0,_0x2a6d8c,_0x1ed111,_0x303313){return _0x13e964(_0x6d77d0-_0xc9a560._0x2bcd4d,_0x1ed111-0x1af,_0x303313,_0x303313-0x79);}_0x2b8be3[_0x552631(-0xd3,-0x16e,-_0x51075b._0x590941,-_0x51075b._0x46714e)]=ACCOUNT_TYPE_API_KEY;const _0x147d4b=_0x5d9071[_0x58afff(_0x51075b._0x309bf6,_0x51075b._0x44ca9b,_0x51075b._0x5d8270,0x243)](getAccountsByProvider,_0x32061f,_0x2b8be3)[_0x552631(-0xb2,-_0x51075b._0x1c2ec2,-0x51,-0x92)](_0x23c05d=>!!_0x23c05d[_0x552631(-0x14a,-0x186,-0x1e8,-0x1d2)]);if(_0x147d4b[_0x552631(-0x9d,-0xa9,-0x33,-0xcc)]===-0xfe1+-0x9a7+0x56*0x4c)return null;return _0x147d4b['sort']((_0xcc0755,_0x59635f)=>getAccountCreatedTimestamp(_0xcc0755)-getAccountCreatedTimestamp(_0x59635f))[-0x66e*-0x3+-0x1136+-0x2*0x10a]||null;}export function getAccountById(_0x4004ad,_0x117a0e){const _0xd1b0ad={_0x32696a:0x12e},_0x4378ae={_0x40498d:0x9a},_0x49d889=getAccountsByProvider(_0x4004ad);function _0x200f9d(_0x40802f,_0x10ae21,_0x180a08,_0x2f12f1){return _0x13e964(_0x40802f-0x69,_0x180a08-0x2f,_0x2f12f1,_0x2f12f1-_0x4378ae._0x40498d);}return _0x49d889[_0x200f9d(0x1e5,_0xd1b0ad._0x32696a,0x18e,0xe5)](_0x5b051b=>_0x5b051b['id']===_0x117a0e)||null;}export function addAccount(_0x250f58,_0x423af1,_0x3fd283,_0x50c526,_0x50cd25){const _0xdbe414={_0x583a0e:0x13d,_0x181b67:0x87,_0x5d3a66:0x114,_0x1d9da1:0x68,_0x23c9cb:0x4c0,_0x563337:0x527,_0x3f7587:0x4c1,_0x3018d7:0x4c5,_0x5c8622:0x4cb,_0x52648e:0x45a,_0x16da8f:0xa,_0x1219e8:0x53d,_0x506859:0x47a,_0x387aed:0x79,_0x239658:0x148,_0x15054f:0x422,_0x5a05f2:0x46a,_0x40e005:0x43c,_0x45919e:0x31,_0x397c8c:0x17,_0x32b55c:0x30,_0x203b10:0x26,_0x9d0dba:0x82,_0x10f0bb:0xf9,_0x495db8:0x5c,_0x78247a:0x7f,_0x2cd0b6:0x82,_0x33a3e8:0x169,_0x56698b:0x128,_0x448ea1:0x151,_0x11018:0x3d6,_0x1d4391:0x415,_0x408f7c:0x456,_0x58af75:0xea,_0x10c679:0xa1,_0x4d7f14:0xa5,_0x5105c9:0xb8,_0x5ef7d3:0x102,_0x5cd04c:0x2f3,_0x1f1564:0x398,_0x4e19ef:0x174,_0x1172b4:0x2e,_0x113581:0x44c,_0x30dc23:0x4ca,_0x3492c5:0x38d,_0x54afe8:0x3d5,_0x410097:0x2,_0x51701c:0x7,_0x17365d:0x86,_0x33375d:0xbc,_0x239286:0x41d,_0x579b95:0xf0,_0x1a36c8:0x13b,_0x121acd:0x197,_0x13263f:0x9a,_0x1a3de7:0xe,_0x527e4a:0x37,_0x496b69:0x60,_0x15e16b:0x25,_0x3a53b8:0x134,_0x474011:0x4a7,_0x109c2c:0x44b,_0x544867:0x3c6,_0x43ead4:0x486,_0x48f90f:0x427,_0x3a00cd:0x3a8,_0x4f46d6:0x29,_0x17fece:0x44,_0x25fbff:0x16,_0x7bcc4:0x462,_0x3bb5a8:0x498,_0x3f5f17:0x42a,_0xb15840:0x6a,_0x58a05f:0x180,_0x193500:0x9c,_0x29dda2:0x360,_0x11ee37:0x39c,_0x1cd6f7:0x427,_0x8b2a23:0x3d3,_0x2c0247:0x46,_0x5299e7:0x7c,_0x336ea8:0xe5,_0x11ba89:0xdb,_0x4a22d4:0x433,_0x3a54cc:0xe3,_0x17b695:0x10,_0x62b625:0x11f,_0x148cea:0x2d,_0x1a838e:0x2e,_0x555db2:0x98,_0x1e071f:0x13b,_0x11f76f:0x3e3,_0x5cdea0:0x44d,_0x283956:0x64,_0x4d29d9:0x4f3,_0x551dfa:0x4cd,_0x10b90d:0x4af,_0x504443:0xfe,_0x2f0753:0x70,_0x4d2bb1:0x127,_0x2205b2:0xb3,_0x4f2340:0x37b,_0x4530ad:0xa4,_0x825d62:0xf8,_0xd37ea8:0xc7,_0x522055:0x391,_0x55de7d:0x3b0,_0x1f69af:0xca,_0x3d67c8:0xa3,_0x4db536:0x10e,_0x1c807a:0x178,_0x4e3fd5:0x51e,_0x418cab:0x3f7,_0x330396:0x47f,_0x859a52:0x8,_0x54d9d1:0x55,_0x545621:0x66,_0x1e692c:0xad,_0x5f4ea3:0x9,_0x4b92f2:0x389,_0x32f22b:0x3e8,_0x2fe947:0x90,_0x311fb0:0x5,_0x380b94:0x47,_0x1ab710:0x8f,_0x5d1e05:0x8c,_0x3d1608:0xb7},_0x40a64f={_0x583aa6:0x58c,_0x304114:0x91},_0x3740e8={_0x43f755:0x35},_0x43e7ef={'txIdF':function(_0x461c70,_0x38fbef){return _0x461c70(_0x38fbef);},'vzizS':_0x2fba00(-_0xdbe414._0x583a0e,-_0xdbe414._0x181b67,-0x57,0x25)+_0x2fba00(-0x150,-_0xdbe414._0x5d3a66,-0x9d,-0x11b),'IcEKt':_0x2fba00(-0xe0,-_0xdbe414._0x1d9da1,-0x99,-0x16),'mLxgR':_0x4dc83f(0x4f4,0x4a6,0x4d2,_0xdbe414._0x23c9cb),'Kqoet':function(_0x4799c8,_0x1950a0){return _0x4799c8+_0x1950a0;},'gOJTs':function(_0x27058f,_0x7359d8,_0x4a4b6d){return _0x27058f(_0x7359d8,_0x4a4b6d);},'ootxc':function(_0x118105,_0x321e30){return _0x118105===_0x321e30;},'NxaSW':function(_0x174f46,_0x5c0f7f){return _0x174f46||_0x5c0f7f;},'KxfSQ':function(_0x2ab575,_0x8a1947){return _0x2ab575(_0x8a1947);},'mXHbZ':function(_0x1c2678){return _0x1c2678();},'TFpzH':_0x4dc83f(_0xdbe414._0x563337,0x547,_0xdbe414._0x3f7587,_0xdbe414._0x3018d7)+_0x4dc83f(0x514,0x3f4,_0xdbe414._0x5c8622,_0xdbe414._0x52648e)+'vider\x20acco'+_0x2fba00(0x11,-0x5f,-0x10c,-0xab),'GjrKs':function(_0x545995,_0x2d7936){return _0x545995!==_0x2d7936;},'KHKpx':_0x2fba00(_0xdbe414._0x16da8f,-0x98,-0x20,-0x35),'YMXrX':'oqRGf','Tjhbb':function(_0x143763,_0x4ccceb){return _0x143763(_0x4ccceb);},'eEnHm':_0x4dc83f(_0xdbe414._0x1219e8,0x4b5,_0xdbe414._0x506859,0x4c4),'ruIaZ':function(_0x452401,_0x292f80){return _0x452401||_0x292f80;},'YDXwa':function(_0x19afad,_0x50bd71){return _0x19afad===_0x50bd71;},'ClHMN':function(_0x451ee3,_0x5d2144){return _0x451ee3(_0x5d2144);}},_0x1609d3=_0x43e7ef[_0x2fba00(-0x85,-0x9b,-_0xdbe414._0x387aed,-_0xdbe414._0x239658)](readProviderAccounts),_0x51441e=_0x1609d3[_0x250f58]||[];function _0x4dc83f(_0x95fca9,_0xb641c4,_0x518ca5,_0xaadff4){return _0x5b4d97(_0xb641c4,_0xaadff4- -0xd6,_0x518ca5-_0x3740e8._0x43f755,_0xaadff4-0xad);}const _0x5f2c18=_0x3fd283?_0x51441e[_0x2fba00(-0x112,-0xbc,-0x13f,-0xfa)](_0x1d1cde=>_0x1d1cde[_0x2fba00(-0x115,-0x7a,-0xd7,0x39)]===ACCOUNT_TYPE_OAUTH&&_0x1d1cde[_0x2fba00(-0x157,-0xce,-0x11f,-0x16f)]===_0x3fd283):null;if(_0x5f2c18){_0x5f2c18[_0x4dc83f(_0xdbe414._0x15054f,0x4dd,_0xdbe414._0x5a05f2,_0xdbe414._0x40e005)]=ACCOUNT_TYPE_OAUTH,_0x5f2c18['tokens']=_0x423af1,_0x5f2c18[_0x2fba00(-0x108,-0x5a,-_0xdbe414._0x45919e,_0xdbe414._0x397c8c)]=new Date()[_0x2fba00(-_0xdbe414._0x32b55c,_0xdbe414._0x203b10,0x57,-_0xdbe414._0x9d0dba)+'g']();_0x50c526&&(_0x5f2c18[_0x2fba00(0x48,-0x66,-_0xdbe414._0x10f0bb,-_0xdbe414._0x495db8)]=_0x50c526);const _0x3f0622={};_0x3f0622[_0x2fba00(-_0xdbe414._0x78247a,0x17,-_0xdbe414._0x2cd0b6,-0x46)]=_0x250f58,_0x3f0622['email']=_0x3fd283,_0x3f0622[_0x2fba00(-_0xdbe414._0x33a3e8,-_0xdbe414._0x56698b,-0x15a,-_0xdbe414._0x448ea1)]=_0x5f2c18['id'],logger['info'](_0x43e7ef[_0x4dc83f(0x47b,0x412,_0xdbe414._0x11018,0x401)],_0x3f0622),writeProviderAccounts(_0x1609d3);if(_0x5f2c18[_0x4dc83f(_0xdbe414._0x1d4391,0x327,_0xdbe414._0x408f7c,0x3d3)]){if(_0x43e7ef[_0x2fba00(-_0xdbe414._0x58af75,-0xa0,-_0xdbe414._0x10c679,-_0xdbe414._0x4d7f14)](_0x43e7ef['KHKpx'],_0x43e7ef[_0x2fba00(-0x56,-_0xdbe414._0x5105c9,-_0xdbe414._0x5ef7d3,-0xb0)]))_0x43e7ef[_0x4dc83f(0x3d3,0x42b,_0xdbe414._0x5cd04c,_0xdbe414._0x1f1564)](syncDefaultToCliFile,_0x250f58);else{const _0x2bf9e7=_0x43e7ef[_0x2fba00(-0x3f,-0xe1,-0x13b,-_0xdbe414._0x4e19ef)](_0x59f05b,_0x47e4a2);if(!_0x2bf9e7)throw new _0xe0a02c(_0x43e7ef[_0x2fba00(-0xa7,-0x5,-_0xdbe414._0x1172b4,-0x51)]);const _0x2d67f5=_0x394854(),_0x4e52ba=_0x2d67f5[_0x3c5ad7]||[],_0x56bbb3=new _0x195d21()[_0x4dc83f(0x456,_0xdbe414._0x113581,_0xdbe414._0x30dc23,0x4dc)+'g']();let _0x508aea=_0x43e7ef[_0x4dc83f(0x327,_0xdbe414._0x3492c5,0x439,_0xdbe414._0x54afe8)](_0x27cbab,_0x18ce26);if(!_0x508aea){const _0x35bf26=new _0x501140(),_0x5b1105=_0x35bf26[_0x2fba00(_0xdbe414._0x410097,-_0xdbe414._0x51701c,-_0xdbe414._0x17365d,-_0xdbe414._0x33375d)+_0x4dc83f(0x2ef,0x388,_0xdbe414._0x239286,0x36b)](_0x43e7ef['IcEKt'],{'month':_0x43e7ef[_0x2fba00(-_0xdbe414._0x579b95,-_0xdbe414._0x1a36c8,-0x86,-_0xdbe414._0x121acd)],'day':_0x2fba00(_0xdbe414._0x13263f,_0xdbe414._0x1a3de7,-_0xdbe414._0x527e4a,-0x23)});_0x508aea=_0x43e7ef[_0x2fba00(_0xdbe414._0x496b69,-0x1d,0x70,_0xdbe414._0x15e16b)](_0x1533ba[_0x2fba00(-0x129,-0x106,-_0xdbe414._0x3a53b8,-0x58)](0x6fa+-0x313*0x9+0x14b1)[_0x4dc83f(_0xdbe414._0x474011,0x476,_0xdbe414._0x109c2c,0x463)+'e'](),_0x1a2896['slice'](-0x2ac+0x24e1+-0x31c*0xb))+_0x4dc83f(_0xdbe414._0x544867,_0xdbe414._0x43ead4,0x4d7,_0xdbe414._0x48f90f)+_0x5b1105+')';}const _0x16951f={'id':_0x52094f[_0x4dc83f(_0xdbe414._0x544867,0x387,0x2fb,_0xdbe414._0x3a00cd)](),'type':_0x5c71d4,'label':_0x508aea,'email':null,'api_key':_0x2bf9e7,'endpoint':_0x43e7ef[_0x4dc83f(0x339,0x41e,0x3aa,0x3c4)](_0x100450,_0x126231,_0x5329bb),'is_default':_0x43e7ef[_0x2fba00(-0x105,-0xa1,-0x147,-_0xdbe414._0x4f46d6)](_0x4e52ba[_0x2fba00(0x49,-_0xdbe414._0x17fece,-0x89,-_0xdbe414._0x25fbff)],0x19f3+-0x1e93+0x4a0),'created_at':_0x56bbb3,'createdAt':_0x56bbb3,'created_by':_0x43e7ef[_0x4dc83f(_0xdbe414._0x7bcc4,0x396,_0xdbe414._0x3bb5a8,_0xdbe414._0x3f5f17)](_0x276caf,_0x2fba00(-_0xdbe414._0xb15840,-0x120,-_0xdbe414._0x58a05f,-_0xdbe414._0x193500))};_0x4e52ba['push'](_0x16951f),_0x2d67f5[_0x1e63a8]=_0x4e52ba,_0x34040d(_0x2d67f5);_0x16951f[_0x4dc83f(_0xdbe414._0x29dda2,_0xdbe414._0x11ee37,_0xdbe414._0x1cd6f7,_0xdbe414._0x8b2a23)]&&_0x43e7ef['KxfSQ'](_0x175e3a,_0x40a0d9);const _0x5e6753={};return _0x5e6753[_0x2fba00(_0xdbe414._0x2c0247,_0xdbe414._0x397c8c,_0xdbe414._0x5299e7,0x6b)]=_0x2315c1,_0x5e6753[_0x2fba00(-0x13e,-0x128,-_0xdbe414._0x336ea8,-_0xdbe414._0x11ba89)]=_0x16951f['id'],_0x5e6753[_0x4dc83f(0x47e,0x483,_0xdbe414._0x4a22d4,0x450)]=_0x16951f[_0x2fba00(-_0xdbe414._0x3a54cc,-0x66,_0xdbe414._0x17b695,-_0xdbe414._0x62b625)],_0x5e6753[_0x2fba00(_0xdbe414._0x148cea,-0x4,_0xdbe414._0x1a838e,-_0xdbe414._0x555db2)]=_0x16951f['is_default'],_0x15972b['info'](_0x2fba00(-0x73,-0xb1,-_0xdbe414._0x1e071f,-0xdd)+'ider\x20API\x20k'+_0x4dc83f(0x479,_0xdbe414._0x11f76f,0x424,_0xdbe414._0x5cdea0),_0x5e6753),_0x16951f;}}const _0x4c84c9={..._0x5f2c18};return _0x4c84c9[_0x2fba00(-0x9d,-0x26,-0xe,_0xdbe414._0x283956)]=!![],_0x4c84c9;}let _0x4e43f7=_0x50c526;if(!_0x4e43f7){if(_0x3fd283)_0x4e43f7=_0x3fd283;else{const _0x563e30=new Date(),_0x4d4ebf=_0x563e30[_0x4dc83f(_0xdbe414._0x4d29d9,0x42f,_0xdbe414._0x551dfa,_0xdbe414._0x10b90d)+'teString'](_0x43e7ef[_0x2fba00(-_0xdbe414._0x504443,-_0xdbe414._0x2f0753,-_0xdbe414._0x4d2bb1,-_0xdbe414._0x2205b2)],{'month':_0x43e7ef[_0x4dc83f(0x383,0x340,0x3e4,_0xdbe414._0x4f2340)],'day':_0x43e7ef[_0x2fba00(-0x149,-_0xdbe414._0x4530ad,-_0xdbe414._0x825d62,-_0xdbe414._0xd37ea8)]});_0x4e43f7=_0x250f58[_0x4dc83f(0x359,_0xdbe414._0x522055,0x398,_0xdbe414._0x55de7d)](0xe4f+-0x18aa+0xa5b)['toUpperCas'+'e']()+_0x250f58[_0x2fba00(-0x162,-_0xdbe414._0x1f69af,-0x12,-0x13f)](-0x2293+-0x1*-0x2446+-0xe*0x1f)+'\x20('+_0x4d4ebf+')';}}const _0x12e320={'id':_0x3a2785[_0x2fba00(-_0xdbe414._0x3d67c8,-_0xdbe414._0x4db536,-_0xdbe414._0x1c807a,-0x162)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x4e43f7,'email':_0x43e7ef['ruIaZ'](_0x3fd283,null),'is_default':_0x43e7ef[_0x4dc83f(_0xdbe414._0x4e3fd5,_0xdbe414._0x418cab,_0xdbe414._0x54afe8,_0xdbe414._0x330396)](_0x51441e['length'],0x1*0x2177+0x2dc+-0x2453),'created_at':new Date()[_0x2fba00(-_0xdbe414._0x859a52,_0xdbe414._0x203b10,_0xdbe414._0x54d9d1,_0xdbe414._0x545621)+'g'](),'created_by':_0x50cd25,'tokens':_0x423af1};_0x51441e[_0x2fba00(-0x8f,-_0xdbe414._0x1e692c,-0xe6,_0xdbe414._0x5f4ea3)](_0x12e320),_0x1609d3[_0x250f58]=_0x51441e,writeProviderAccounts(_0x1609d3);const _0x385524={};_0x385524['provider']=_0x250f58,_0x385524['accountId']=_0x12e320['id'];function _0x2fba00(_0xefd639,_0x4927d0,_0x3b0cf0,_0x3f02a4){return _0x5b4d97(_0x3f02a4,_0x4927d0- -_0x40a64f._0x583aa6,_0x3b0cf0-_0x40a64f._0x304114,_0x3f02a4-0xf4);}return _0x385524[_0x4dc83f(0x349,_0xdbe414._0x4b92f2,0x425,_0xdbe414._0x32f22b)]=_0x3fd283,_0x385524[_0x4dc83f(0x472,0x442,0x48a,0x450)]=_0x50c526,_0x385524[_0x2fba00(-_0xdbe414._0x1a838e,-0x4,_0xdbe414._0x2fe947,0xd)]=_0x12e320[_0x2fba00(-0x17a,-0xe3,-0xe5,-0x8b)],logger[_0x2fba00(-_0xdbe414._0x311fb0,0x21,-0x4c,_0xdbe414._0x380b94)]('Added\x20prov'+'ider\x20accou'+'nt',_0x385524),_0x12e320[_0x2fba00(-_0xdbe414._0x1ab710,-_0xdbe414._0x3a54cc,-_0xdbe414._0x5d1e05,-_0xdbe414._0x3d1608)]&&_0x43e7ef['ClHMN'](syncDefaultToCliFile,_0x250f58),_0x12e320;}export function addApiKeyAccount(_0x13e756,{apiKey:_0x390047,label:_0x4442b4,endpoint:_0x4ed9ed}={},_0x4d694e){const _0x1737f6={_0x13b081:0x326,_0x4aa81b:0x31d,_0x4877d2:0x36c,_0x3243ed:0x5f,_0x1932ba:0x17,_0xd240f7:0x279,_0x3be046:0x291,_0x2aa3d6:0x348,_0x56ca53:0x303,_0xa30211:0x342,_0x5cfe2f:0x40f,_0x20c319:0x0,_0x31f1d6:0x120,_0x11eb12:0xed,_0xa5813:0x4b,_0x3815de:0x40,_0x462690:0x96,_0x2b20c5:0x2f,_0x4f1b5c:0x3ac,_0x182cd1:0x344,_0x18cb76:0x456,_0x160c3f:0x478,_0x6e5c17:0x3ec,_0x48f717:0x1ee,_0x548a55:0x2d7,_0x14be16:0x24c,_0x13179a:0x293,_0x4c9295:0x2f2,_0x1d619d:0x469,_0x3a4465:0x3fd,_0x14e3df:0x3ae,_0xfd6b2c:0x38f,_0x34e793:0x22,_0x4e0ef5:0x1b,_0x2f48bc:0x130,_0x247586:0x115,_0x11f908:0xcb,_0x31f382:0x115,_0x76197e:0x41,_0x3fb177:0x3b,_0x5e7f2e:0x3b2,_0x46850f:0x3dc,_0x10ed5a:0x344,_0xd2c43:0xe0,_0x28b8f6:0x146,_0x20a709:0xda,_0x4649f1:0x9a,_0x11826f:0x2f4,_0x13084a:0x20,_0x5ef21c:0xb3,_0xea9f29:0xf7,_0x338887:0x373,_0xb5434e:0x38c,_0x34aa60:0x3d1,_0x3c9d9e:0x38d,_0x1d9ad2:0x10e},_0x5e6521={_0x30b11e:0x18e,_0x270634:0x193},_0x3cb04={'LJjiZ':function(_0x29472a,_0x3ed2ef){return _0x29472a(_0x3ed2ef);},'DioUP':_0x3533ad(_0x1737f6._0x13b081,0x365,_0x1737f6._0x4aa81b,_0x1737f6._0x4877d2)+_0x20f853(-0x55,-_0x1737f6._0x3243ed,-0x10b,-0x148),'uUmrz':function(_0x376a31){return _0x376a31();},'uYjvE':_0x3533ad(0x3fc,0x34a,0x422,0x38b),'gHHrR':_0x20f853(0x67,0x9d,_0x1737f6._0x1932ba,0x37),'ACYxv':function(_0x111844,_0x33ef1c){return _0x111844+_0x33ef1c;},'lmbqf':function(_0x59447f,_0x2ee5c1){return _0x59447f===_0x2ee5c1;},'bTFtn':_0x3533ad(0x36f,_0x1737f6._0xd240f7,0x37b,0x2d3),'dOFzN':_0x3533ad(_0x1737f6._0x3be046,_0x1737f6._0x2aa3d6,_0x1737f6._0x56ca53,_0x1737f6._0xa30211)+_0x3533ad(0x30b,0x364,_0x1737f6._0x5cfe2f,0x35e)+_0x20f853(_0x1737f6._0x20c319,-0x10a,-0x60,-0xd6)},_0x5123e3=_0x3cb04[_0x20f853(-_0x1737f6._0x31f1d6,-_0x1737f6._0x11eb12,-0xa6,-0xd5)](trimToNull,_0x390047);if(!_0x5123e3)throw new Error(_0x3cb04[_0x20f853(-0xcb,_0x1737f6._0xa5813,-_0x1737f6._0x3815de,-0xac)]);const _0x2f0d3f=_0x3cb04['uUmrz'](readProviderAccounts),_0xd9e2ac=_0x2f0d3f[_0x13e756]||[],_0x13aaee=new Date()[_0x20f853(0x33,_0x1737f6._0x462690,_0x1737f6._0x2b20c5,-0x1b)+'g']();let _0xfe1eb6=_0x3cb04[_0x3533ad(0x3bc,0x313,_0x1737f6._0x4f1b5c,_0x1737f6._0x182cd1)](trimToNull,_0x4442b4);if(!_0xfe1eb6){const _0x1c668e=new Date(),_0x185313=_0x1c668e[_0x3533ad(0x428,_0x1737f6._0x18cb76,_0x1737f6._0x160c3f,_0x1737f6._0x6e5c17)+_0x3533ad(_0x1737f6._0x48f717,0x265,_0x1737f6._0x548a55,0x2a8)](_0x3cb04[_0x3533ad(0x379,_0x1737f6._0x14be16,_0x1737f6._0x13179a,_0x1737f6._0x4c9295)],{'month':_0x3533ad(0x3d9,0x42c,_0x1737f6._0x1d619d,_0x1737f6._0x3a4465),'day':_0x3cb04['gHHrR']});_0xfe1eb6=_0x3cb04[_0x20f853(-0xf3,-0xc7,-0x137,-0x191)](_0x13e756['charAt'](-0xc84+0xa*-0x18b+0x3fe*0x7)['toUpperCas'+'e'](),_0x13e756[_0x3533ad(0x33e,_0x1737f6._0x14e3df,_0x1737f6._0xfd6b2c,0x329)](-0xaae+0x24e7+-0x1a38))+_0x20f853(-_0x1737f6._0x34e793,_0x1737f6._0x4e0ef5,-0x86,-_0x1737f6._0x2f48bc)+_0x185313+')';}const _0x17ef92={'id':_0x3a2785['randomUUID'](),'type':ACCOUNT_TYPE_API_KEY,'label':_0xfe1eb6,'email':null,'api_key':_0x5123e3,'endpoint':normalizeApiKeyEndpoint(_0x13e756,_0x4ed9ed),'is_default':_0x3cb04[_0x20f853(-0x12d,-_0x1737f6._0x247586,-_0x1737f6._0x11f908,-_0x1737f6._0x31f382)](_0xd9e2ac[_0x20f853(_0x1737f6._0x76197e,-0xe6,-_0x1737f6._0x3fb177,0x3e)],0x1a03+-0x23ad*0x1+-0x9aa*-0x1),'created_at':_0x13aaee,'createdAt':_0x13aaee,'created_by':_0x4d694e||_0x3cb04[_0x3533ad(0x329,0x457,0x390,_0x1737f6._0x5e7f2e)]};_0xd9e2ac['push'](_0x17ef92),_0x2f0d3f[_0x13e756]=_0xd9e2ac,_0x3cb04[_0x3533ad(_0x1737f6._0x46850f,0x30d,0x2b3,_0x1737f6._0x10ed5a)](writeProviderAccounts,_0x2f0d3f);_0x17ef92[_0x20f853(-_0x1737f6._0xd2c43,-_0x1737f6._0x28b8f6,-_0x1737f6._0x20a709,-_0x1737f6._0x4649f1)]&&_0x3cb04[_0x3533ad(0x293,0x34d,_0x1737f6._0x11826f,0x344)](syncDefaultToCliFile,_0x13e756);function _0x20f853(_0x68a889,_0x42a446,_0x3bf73a,_0x313a4d){return _0x13e964(_0x68a889-0x159,_0x3bf73a- -0x212,_0x42a446,_0x313a4d-0x152);}const _0x4d22d9={};_0x4d22d9[_0x20f853(0x89,-0x7c,_0x1737f6._0x13084a,_0x1737f6._0x5ef21c)]=_0x13e756,_0x4d22d9[_0x20f853(-_0x1737f6._0xea9f29,-0xad,-0x11f,-0x106)]=_0x17ef92['id'],_0x4d22d9[_0x3533ad(_0x1737f6._0x338887,0x31d,0x434,0x38d)]=_0x17ef92[_0x3533ad(_0x1737f6._0xb5434e,0x424,_0x1737f6._0x34aa60,_0x1737f6._0x3c9d9e)],_0x4d22d9['isDefault']=_0x17ef92[_0x20f853(-_0x1737f6._0x1d9ad2,-0x13e,-0xda,-0x189)];function _0x3533ad(_0x3e0e6f,_0x5ee979,_0x3a54dc,_0x34ba2d){return _0x13e964(_0x3e0e6f-_0x5e6521._0x30b11e,_0x34ba2d-0x1d8,_0x5ee979,_0x34ba2d-_0x5e6521._0x270634);}return logger['info'](_0x3cb04['dOFzN'],_0x4d22d9),_0x17ef92;}export function updateApiKeyAccount(_0x3ad089,_0x422396,{label:_0x1b60d7,apiKey:_0x708ae8,endpoint:_0x209725}={}){const _0x4cfa3b={_0x47f273:0xf0,_0x3316a0:0x86,_0x2d12bc:0xf5,_0x3dd510:0x3,_0x272d1a:0xa3,_0x319ed2:0x55,_0x383ac7:0x58,_0x98c878:0xa9,_0x4aca8e:0x62,_0x374ba2:0x37,_0x2081ef:0xcc,_0x50ccb0:0x165,_0x80734e:0x118,_0x5a0bf8:0x8d,_0x301845:0xd,_0x4e0951:0x13b,_0x206af2:0x15f,_0x4397a7:0x141,_0x1e3291:0x19,_0xdabf7c:0x50,_0x1708f7:0x4a,_0x35a73e:0x105,_0x34accb:0xca,_0x38d539:0x141,_0x1f5872:0x72,_0x9fc381:0x157,_0x1ec369:0x22,_0x14e21e:0x2d,_0x18e2f2:0x7,_0x11012e:0x5e,_0x3e67eb:0xf2,_0x581e31:0x58,_0x2d51c:0xc2,_0x1d44a8:0x9b,_0x527642:0xee,_0x4256c5:0x56,_0x588152:0x52,_0x1612a0:0xb8,_0xd34486:0x8b,_0x223dcb:0x33,_0x50aaaa:0x65,_0x2c0607:0xd5,_0x2a28df:0x2c,_0x544d18:0x12,_0x23bfb9:0xc1,_0x1517db:0x1c,_0x420472:0xf9,_0x349dc9:0xa4,_0x410701:0x69,_0x53da3d:0x7c,_0x776ad0:0x85,_0x2d3b58:0x9a,_0x2f1801:0x180,_0x1f1e80:0xd7,_0x3e852c:0x5f,_0x1918e2:0xa5,_0x33c7c8:0x4f,_0x51c1e0:0xa1,_0x2f1a82:0x25,_0x43ef8d:0xa6,_0x499f7e:0x147,_0x47fcf0:0xde,_0x5861b8:0x4b,_0x3e9c3b:0x5,_0x17d18f:0x68,_0x135735:0x57,_0x40da84:0x27,_0x37e046:0x14,_0x4398da:0x2b,_0x46da24:0x7f,_0x5a3ce7:0xd4,_0x368087:0x46,_0x2e1628:0xe3,_0x6d20bf:0x31,_0x40ee7a:0xb1,_0x1ba336:0x102},_0x501e85={_0x1d3a11:0x55d,_0x2772f3:0x1eb,_0x3a78d4:0xec},_0x20c638={_0x4360ef:0x1c1,_0x5600f7:0x106},_0x47242c={'rmLRM':'short','Kvdyf':_0x540221(0x2a,0x3d,_0x4cfa3b._0x47f273,_0x4cfa3b._0x3316a0),'xsugj':function(_0x123463,_0x1e92b7){return _0x123463+_0x1e92b7;},'Hlgaq':function(_0x2780f7){return _0x2780f7();},'QYMib':function(_0x566a2c,_0x155517){return _0x566a2c===_0x155517;},'AKGje':_0x24a905(-_0x4cfa3b._0x2d12bc,-_0x4cfa3b._0x3dd510,-_0x4cfa3b._0x272d1a,-0x52),'vMMHH':function(_0x3a8451,_0x398b02){return _0x3a8451(_0x398b02);},'JIChm':function(_0x267d5d,_0xa1072d){return _0x267d5d!==_0xa1072d;},'wXXJp':function(_0x28475e,_0x449e7c){return _0x28475e!==_0x449e7c;},'qMkAV':function(_0x5b82c9,_0x3bced6){return _0x5b82c9(_0x3bced6);},'HwPYi':function(_0x584318,_0x9517e1){return _0x584318===_0x9517e1;},'jSNyl':_0x24a905(0xe6,0xab,0x4d,0xdf),'zbJqT':function(_0x495f9b,_0x517bb,_0x198c4c){return _0x495f9b(_0x517bb,_0x198c4c);},'eVsCC':function(_0x11abd9,_0x8744f){return _0x11abd9(_0x8744f);},'zOZpE':_0x24a905(_0x4cfa3b._0x319ed2,0xe6,0xaa,_0x4cfa3b._0x383ac7)+_0x24a905(_0x4cfa3b._0x98c878,-0x50,-_0x4cfa3b._0x4aca8e,0x0)+_0x540221(-_0x4cfa3b._0x374ba2,-_0x4cfa3b._0x2081ef,-_0x4cfa3b._0x50ccb0,-_0x4cfa3b._0x80734e)+'nt'},_0x482e0d=_0x47242c['Hlgaq'](readProviderAccounts),_0x2257e6=_0x482e0d[_0x3ad089]||[],_0x4d91fd=_0x2257e6[_0x540221(-0x6c,-_0x4cfa3b._0x5a0bf8,-_0x4cfa3b._0x301845,-_0x4cfa3b._0x4e0951)](_0x1c2e4d=>_0x1c2e4d['id']===_0x422396&&_0x1c2e4d[_0x24a905(0x28,0xd,-0x30,0x7d)]===ACCOUNT_TYPE_API_KEY);if(!_0x4d91fd)return _0x47242c[_0x540221(-0xf8,-0xcb,-_0x4cfa3b._0x206af2,-_0x4cfa3b._0x4397a7)]('gZtGK',_0x47242c[_0x540221(0x1a,_0x4cfa3b._0x1e3291,_0x4cfa3b._0xdabf7c,-_0x4cfa3b._0x1708f7)])?null:_0x4700e2;function _0x24a905(_0xb8ab64,_0x361f56,_0x43c737,_0x1bb247){return _0x13e964(_0xb8ab64-_0x20c638._0x4360ef,_0x1bb247- -0x124,_0x361f56,_0x1bb247-_0x20c638._0x5600f7);}const _0x1508a8=_0x47242c[_0x540221(-_0x4cfa3b._0x35a73e,-_0x4cfa3b._0x34accb,-_0x4cfa3b._0x38d539,-0x70)](trimToNull,_0x1b60d7);_0x1508a8&&(_0x4d91fd[_0x540221(_0x4cfa3b._0x1f5872,-0x37,-0x56,-0xc7)]=_0x1508a8);if(_0x47242c['JIChm'](_0x708ae8,undefined)){if(_0x47242c[_0x540221(-0xa5,-0xd8,-0x7c,-_0x4cfa3b._0x9fc381)](_0x540221(-0x43,0x52,-0x32,-0x5a),_0x24a905(-_0x4cfa3b._0x1ec369,-0xab,-0x32,-_0x4cfa3b._0x14e21e))){const _0x483a37=_0x47242c[_0x540221(_0x4cfa3b._0x18e2f2,-_0x4cfa3b._0x11012e,-_0x4cfa3b._0x3e67eb,-0x11)](trimToNull,_0x708ae8);if(!_0x483a37)throw new Error(_0x540221(-0x14,-0x58,0x46,-_0x4cfa3b._0x581e31)+'\x20required');_0x4d91fd[_0x540221(-0x8d,-_0x4cfa3b._0x2d51c,-_0x4cfa3b._0x1d44a8,-0x163)]=_0x483a37;}else{const _0x477a8e=new _0x31a7fe(),_0x4201bb={};_0x4201bb[_0x540221(-_0x4cfa3b._0x527642,-0x8b,-_0x4cfa3b._0x4256c5,-_0x4cfa3b._0x588152)]=_0x47242c[_0x24a905(_0x4cfa3b._0x1612a0,-_0x4cfa3b._0xd34486,0x7f,0x2a)],_0x4201bb['day']=_0x47242c[_0x540221(0x7e,-_0x4cfa3b._0x223dcb,_0x4cfa3b._0x50aaaa,-_0x4cfa3b._0x2c0607)];const _0x338e06=_0x477a8e['toLocaleDa'+'teString']('en-US',_0x4201bb);_0x5133b0=_0x47242c[_0x540221(0x1e,-_0x4cfa3b._0x2a28df,-_0x4cfa3b._0x544d18,-_0x4cfa3b._0x23bfb9)](_0x443e04['charAt'](0x1*0x527+0x111*0x7+-0xc9e)[_0x24a905(0x141,_0x4cfa3b._0x1517db,_0x4cfa3b._0x420472,_0x4cfa3b._0x349dc9)+'e'](),_0x44368a[_0x24a905(0x47,_0x4cfa3b._0x410701,-_0x4cfa3b._0x53da3d,0x2d)](0x1*0x26ad+-0x7f*-0x42+0x16*-0x33f))+'\x20('+_0x338e06+')';}}if(_0x209725!==undefined){if(_0x47242c[_0x24a905(_0x4cfa3b._0x776ad0,0x27,_0x4cfa3b._0x2d3b58,0xd4)](_0x47242c[_0x24a905(-0x8f,-0x2e,0x97,-0xd)],_0x47242c[_0x540221(-_0x4cfa3b._0x2f1801,-0xd5,-_0x4cfa3b._0x1f1e80,-_0x4cfa3b._0x3e852c)]))_0x4d91fd[_0x540221(_0x4cfa3b._0x1918e2,_0x4cfa3b._0x33c7c8,_0x4cfa3b._0x51c1e0,0x5b)]=_0x47242c[_0x540221(-_0x4cfa3b._0x2f1a82,-_0x4cfa3b._0x43ef8d,-0x88,-0x4a)](normalizeApiKeyEndpoint,_0x3ad089,_0x209725);else{const _0x1d62b1=_0x47242c[_0x24a905(0x179,0x10d,_0x4cfa3b._0x499f7e,_0x4cfa3b._0x47fcf0)](_0x1319c3),_0x4ff203={};for(const _0x5c22e4 of _0x44eeb1){const _0xb3d7ba=_0x1d62b1[_0x5c22e4]||[];_0x4ff203[_0x5c22e4]={'accounts':_0xb3d7ba[_0x540221(-_0x4cfa3b._0x5861b8,-_0x4cfa3b._0x3e9c3b,_0x4cfa3b._0x17d18f,0x4c)](_0xcbf0d8=>({'id':_0xcbf0d8['id'],'type':_0xcbf0d8['type']||_0x3842c3,'label':_0xcbf0d8[_0x24a905(0x12c,0x92,0x134,0x91)],'email':_0xcbf0d8[_0x24a905(0x11f,0x8f,-0xc,0x7d)]===_0x2ad982?_0xcbf0d8['email']:null,'key_preview':_0xcbf0d8[_0x540221(-0xde,-0x4b,-0xb7,-0x18)]===_0x210dc3?_0x406b2d(_0xcbf0d8[_0x540221(-0x8e,-0xc2,-0x145,-0x8b)]):null,'endpoint':_0xcbf0d8[_0x24a905(0xf3,-0x1b,0x7e,0x7d)]===_0x12f6c9?_0xc845f(_0x5c22e4,_0xcbf0d8[_0x540221(0x2f,0x4f,-0x5b,0x14)]):null,'is_default':_0xcbf0d8[_0x540221(-0x161,-0xb4,-0xfc,-0xe5)],'created_at':_0xcbf0d8[_0x24a905(0x12c,0x105,0x11f,0x85)],'created_by':_0xcbf0d8[_0x24a905(0x43,0x68,0xd8,0xcf)]})),'has_accounts':_0xb3d7ba[_0x540221(_0x4cfa3b._0x135735,-0x15,-_0x4cfa3b._0x40da84,-_0x4cfa3b._0x37e046)]>0x1bfb+0x1a98*0x1+-0x1*0x3693,'has_oauth_accounts':_0xb3d7ba[_0x24a905(-0x2b,0x93,0x53,0x37)](_0x2fc09c=>_0x2fc09c[_0x24a905(0x77,0xe7,-0xe,0x7d)]===_0x267d50),'has_api_key_accounts':_0xb3d7ba['some'](_0xf1665e=>_0xf1665e['type']===_0x4f6048&&!!_0xf1665e[_0x24a905(0x50,-0x18,0x5f,0x6)])};}return _0x4ff203;}}const _0x1a3346=new Date()['toISOStrin'+'g']();_0x4d91fd[_0x540221(0x29,-_0x4cfa3b._0x4398da,-0xc5,-0x7d)]=_0x1a3346,_0x4d91fd[_0x24a905(_0x4cfa3b._0x1d44a8,-0x14,0x61,0x21)]=_0x1a3346,_0x47242c['eVsCC'](writeProviderAccounts,_0x482e0d);_0x4d91fd['is_default']&&_0x47242c[_0x540221(-_0x4cfa3b._0x46da24,-_0x4cfa3b._0x34accb,-_0x4cfa3b._0x2f1a82,-_0x4cfa3b._0x5a3ce7)](syncDefaultToCliFile,_0x3ad089);function _0x540221(_0x13bf81,_0x9659f4,_0x58b23a,_0x3e2d5b){return _0x5b4d97(_0x13bf81,_0x9659f4- -_0x501e85._0x1d3a11,_0x58b23a-_0x501e85._0x2772f3,_0x3e2d5b-_0x501e85._0x3a78d4);}const _0x4f5870={};return _0x4f5870[_0x540221(_0x4cfa3b._0x37e046,_0x4cfa3b._0x368087,0x19,_0x4cfa3b._0x2e1628)]=_0x3ad089,_0x4f5870[_0x24a905(-0x3e,0x1b,0x2d,-_0x4cfa3b._0x6d20bf)]=_0x422396,logger[_0x24a905(0x99,_0x4cfa3b._0x40ee7a,0x166,0x118)](_0x47242c[_0x540221(-0x41,-0xcf,-0x77,-_0x4cfa3b._0x1ba336)],_0x4f5870),_0x4d91fd;}export function removeAccount(_0xd1364e,_0x3e24e7){const _0x454b15={_0x379386:0x49e,_0x1f2ede:0x434,_0x59727f:0x40c,_0x313ce1:0x15e,_0x5ffef5:0x15c,_0x557b1b:0x5ac,_0x540280:0x5ca,_0x21f2ef:0x19c,_0x481723:0x28c,_0x214db4:0x2f3,_0x3d7698:0x2b6,_0x3186c4:0x4a6,_0x43ecff:0x4dc,_0x31b731:0x49f,_0xc505df:0x227,_0x436dc6:0x2e1,_0x21b62d:0x310,_0x95414b:0x4f4,_0x242805:0x5ad,_0xfea84b:0x4f7,_0x423250:0x647,_0x326d2b:0x2d8,_0x42c6a2:0x23e,_0x33a85a:0x26b,_0x3d722f:0x56f,_0x3a0f23:0x49c,_0x4100af:0x4b1,_0x502b2c:0x4ee,_0x4bf4c2:0x2b8,_0x5a4c8c:0x367,_0x538151:0x2ce,_0x589fba:0x272,_0x35c48b:0x12f,_0x1c15ad:0x21f,_0x1edc68:0x1fc,_0x457b0d:0x227,_0xaf3750:0x250,_0x55ebd1:0x23a,_0xe8ac7:0x185,_0x5b69f5:0x380,_0x1e52eb:0x2fd,_0x4aa7d6:0x4d4,_0x5e5e34:0x4d3,_0x4e3126:0x2e6,_0x3150fa:0x2c8,_0x3db884:0x584,_0x543ebb:0x5ba,_0x279992:0x508,_0x3051fc:0x4be,_0x1cc313:0x403,_0x4b56fc:0x288,_0x4e2369:0x1c7,_0x111696:0x1de,_0x38a808:0x4ef,_0x69a875:0x511,_0x5718a1:0x453,_0x373011:0x37d,_0x3b636f:0x42e,_0x327715:0x541,_0x469b14:0x25f,_0x2ec303:0x259,_0x1476bb:0x276},_0x2f5aca={_0xf14856:0x3ad,_0x4ced89:0x2a},_0x36ea03={_0x148af1:0x1ef};function _0x26c26c(_0x243531,_0xd5103e,_0x154495,_0x548121){return _0x13e964(_0x243531-_0x36ea03._0x148af1,_0xd5103e-0xe1,_0x154495,_0x548121-0x106);}const _0x18d0fa={'YGRab':function(_0x252198,_0x2838c7){return _0x252198===_0x2838c7;},'xzRVV':_0x366bf0(0x40f,_0x454b15._0x379386,_0x454b15._0x1f2ede,_0x454b15._0x59727f),'dFcoB':function(_0x20ff5a,_0xb00a89){return _0x20ff5a>_0xb00a89;},'WQHiP':function(_0x1553fc){return _0x1553fc();},'yBKwB':function(_0x2c1c44,_0x1a5924){return _0x2c1c44===_0x1a5924;},'cKQav':_0x26c26c(_0x454b15._0x313ce1,0x1f3,_0x454b15._0x5ffef5,0x273),'xCgip':_0x366bf0(0x534,_0x454b15._0x557b1b,_0x454b15._0x540280,0x64d)+'fault\x20acco'+_0x26c26c(_0x454b15._0x21f2ef,0x213,0x18a,_0x454b15._0x481723)+_0x26c26c(0x26e,_0x454b15._0x214db4,_0x454b15._0x3d7698,0x321),'SkXoo':function(_0x1a0432,_0x40ed66){return _0x1a0432(_0x40ed66);},'OUHWu':function(_0x1142c0,_0x56834e){return _0x1142c0===_0x56834e;},'lPsva':_0x366bf0(0x3e7,0x487,_0x454b15._0x3186c4,0x4a0)},_0x3e18f5=_0x18d0fa['WQHiP'](readProviderAccounts),_0x4b76fd=_0x3e18f5[_0xd1364e]||[];function _0x366bf0(_0x491a10,_0x38f664,_0x2fdbb1,_0x5293e2){return _0x13e964(_0x491a10-0x40,_0x38f664-_0x2f5aca._0xf14856,_0x2fdbb1,_0x5293e2-_0x2f5aca._0x4ced89);}const _0x3b4d18=_0x4b76fd[_0x366bf0(_0x454b15._0x43ecff,_0x454b15._0x31b731,0x4df,0x53b)](_0x5c077a=>_0x5c077a['id']===_0x3e24e7);if(_0x18d0fa['yBKwB'](_0x3b4d18,-(0x2*0xa68+-0x1998+0x4c9)))return _0x18d0fa['YGRab'](_0x18d0fa[_0x26c26c(_0x454b15._0xc505df,_0x454b15._0x436dc6,_0x454b15._0x21b62d,0x259)],_0x18d0fa[_0x366bf0(_0x454b15._0x95414b,_0x454b15._0x242805,_0x454b15._0xfea84b,_0x454b15._0x423250)])?![]:_0x18d0fa['YGRab'](_0x1aaea1,_0x18d0fa[_0x26c26c(0x2b3,_0x454b15._0x326d2b,_0x454b15._0x42c6a2,_0x454b15._0x33a85a)])||_0x18d0fa[_0x366bf0(_0x454b15._0x3d722f,0x51d,0x4c5,_0x454b15._0x3a0f23)](_0x388833,'gemini');const _0x2c4324=_0x4b76fd[_0x3b4d18]['is_default'];_0x4b76fd['splice'](_0x3b4d18,-0x85+0x1f28+-0x1ea2),_0x3e18f5[_0xd1364e]=_0x4b76fd;if(_0x2c4324&&_0x18d0fa[_0x366bf0(0x4fd,_0x454b15._0x4100af,_0x454b15._0x502b2c,0x439)](_0x4b76fd[_0x26c26c(0x206,_0x454b15._0x4bf4c2,_0x454b15._0x5a4c8c,0x297)],0x1a40+0xa80+-0x24c*0x10)){_0x4b76fd[0x36d*-0xb+0xaf9+-0x2*-0xd5b]['is_default']=!![];const _0x52b6c6={};_0x52b6c6['provider']=_0xd1364e,_0x52b6c6[_0x26c26c(0x2fb,_0x454b15._0x538151,0x29c,0x26a)+'Id']=_0x4b76fd[0x587+0x3a*-0x9+0x37d*-0x1]['id'],logger['info'](_0x18d0fa[_0x26c26c(_0x454b15._0x589fba,0x1c3,0x167,_0x454b15._0x35c48b)],_0x52b6c6);}_0x18d0fa[_0x26c26c(_0x454b15._0x1c15ad,_0x454b15._0x1edc68,_0x454b15._0x457b0d,_0x454b15._0xaf3750)](writeProviderAccounts,_0x3e18f5);if(_0x2c4324){if(_0x18d0fa[_0x26c26c(_0x454b15._0x55ebd1,0x222,0x21b,_0x454b15._0xe8ac7)](_0x18d0fa[_0x26c26c(_0x454b15._0x5b69f5,_0x454b15._0x1e52eb,0x331,0x39b)],_0x366bf0(0x4c5,_0x454b15._0x4aa7d6,_0x454b15._0x5e5e34,0x433))){const _0x2b80e7=_0x8ec8f5[_0x40ebe6]||[];_0x208641[_0x3094d5]={'accounts':_0x2b80e7[_0x26c26c(_0x454b15._0x4e3126,_0x454b15._0x3150fa,0x2d2,0x241)](_0x3149c6=>({'id':_0x3149c6['id'],'type':_0x3149c6[_0x26c26c(0x205,0x282,0x228,0x228)]||_0x523d5b,'label':_0x3149c6['label'],'email':_0x3149c6['type']===_0x515e5e?_0x3149c6[_0x366bf0(0x4e8,0x4fa,0x53a,0x45f)]:null,'key_preview':_0x3149c6[_0x26c26c(0x1e5,0x282,0x2ac,0x2e3)]===_0x46d8f9?_0x557d25(_0x3149c6['api_key']):null,'endpoint':_0x3149c6[_0x26c26c(0x2d6,0x282,0x2b1,0x316)]===_0x30d993?_0x51b7be(_0x14c2e6,_0x3149c6[_0x366bf0(0x682,0x5e8,0x635,0x5be)]):null,'is_default':_0x3149c6[_0x366bf0(0x59d,0x4e5,0x527,0x4f2)],'created_at':_0x3149c6[_0x366bf0(0x54f,0x556,0x60d,0x58e)],'created_by':_0x3149c6[_0x26c26c(0x2db,0x2d4,0x2b3,0x303)]})),'has_accounts':_0x18d0fa['dFcoB'](_0x2b80e7[_0x366bf0(0x62d,_0x454b15._0x3db884,0x4d8,_0x454b15._0x543ebb)],0x8*0x3a2+0x3*0x662+0x3036*-0x1),'has_oauth_accounts':_0x2b80e7['some'](_0x10d437=>_0x10d437[_0x366bf0(0x4b2,0x54e,0x4bf,0x4c7)]===_0x3f5ca1),'has_api_key_accounts':_0x2b80e7[_0x366bf0(0x56b,_0x454b15._0x279992,0x4f2,_0x454b15._0x3051fc)](_0x23ff6e=>_0x23ff6e[_0x26c26c(0x326,0x282,0x282,0x28b)]===_0x4a5da1&&!!_0x23ff6e[_0x26c26c(0x1a0,0x20b,0x27a,0x1e8)])};}else _0x18d0fa[_0x366bf0(0x489,_0x454b15._0x4100af,0x3fc,_0x454b15._0x1cc313)](_0x4b76fd['length'],-0x1f0a+-0x233d+0x4247)?_0x18d0fa[_0x366bf0(0x42c,0x4c8,0x53b,0x526)](syncDefaultToCliFile,_0xd1364e):removeCliFile(_0xd1364e);}const _0x1ed401={};return _0x1ed401[_0x26c26c(0x344,0x313,0x2c2,_0x454b15._0x4b56fc)]=_0xd1364e,_0x1ed401[_0x26c26c(_0x454b15._0x4e2369,0x1d4,0x23a,_0x454b15._0x111696)]=_0x3e24e7,_0x1ed401[_0x366bf0(0x478,_0x454b15._0x38a808,_0x454b15._0x69a875,_0x454b15._0x5718a1)]=_0x2c4324,logger[_0x26c26c(0x2ed,0x31d,_0x454b15._0x373011,0x35e)](_0x366bf0(_0x454b15._0x3b636f,0x4de,0x4c8,_0x454b15._0x327715)+_0x26c26c(_0x454b15._0x469b14,_0x454b15._0x2ec303,0x203,_0x454b15._0x1476bb)+'ount',_0x1ed401),!![];}export function setDefaultAccount(_0x487292,_0x2d1013){const _0x596bf6={_0x2dd8ab:0x20c,_0x3256b3:0x1b9,_0x4a28a0:0x85,_0x3398d3:0x9d,_0x169170:0x24,_0x194d65:0x1c9,_0x28ac9a:0x205,_0x5eb400:0x4f,_0x3fdc80:0x13f,_0x38ca94:0x22d,_0x2d083f:0x174,_0x25b09d:0xd2,_0x1910b0:0x3d,_0x125cba:0x122,_0x43762:0xfb,_0x20d9c8:0x2b8,_0x3fa88b:0x172,_0x2402f9:0x28c},_0x4d10a1={_0x467d56:0x3be},_0x5acea1={_0xc0de83:0x17a},_0x39508b={_0x61d479:0xe3,_0x119d43:0x1b9},_0x57009a={_0x563552:0x1ad},_0x6341ea={'ZtRXb':function(_0x5ecefd,_0x29fa5e){return _0x5ecefd===_0x29fa5e;},'ZeULx':function(_0x15fe56){return _0x15fe56();},'gSTHt':function(_0x9b579e,_0x3bfe4a){return _0x9b579e(_0x3bfe4a);},'DnAXE':_0x4dff32(_0x596bf6._0x2dd8ab,_0x596bf6._0x3256b3,0x252,0x2a1)+_0xb8406(_0x596bf6._0x4a28a0,0x36,_0x596bf6._0x3398d3,_0x596bf6._0x169170)+'\x20account'},_0x34711f=_0x6341ea[_0x4dff32(_0x596bf6._0x194d65,0x24f,_0x596bf6._0x28ac9a,0x1ac)](readProviderAccounts);function _0x4dff32(_0x273c3a,_0x524785,_0x12c4ac,_0x3870f3){return _0x13e964(_0x273c3a-0x58,_0x12c4ac-0x7c,_0x524785,_0x3870f3-_0x57009a._0x563552);}const _0xca857b=_0x34711f[_0x487292]||[];function _0xb8406(_0x4f37a0,_0x2edaf1,_0x2b429d,_0x8a4c68){return _0x13e964(_0x4f37a0-_0x39508b._0x61d479,_0x4f37a0- -0x110,_0x2b429d,_0x8a4c68-_0x39508b._0x119d43);}const _0x20ddc9=_0xca857b[_0xb8406(_0x596bf6._0x5eb400,0x87,-0x22,0x5a)](_0x4d2f79=>_0x4d2f79['id']===_0x2d1013);if(!_0x20ddc9)return![];_0xca857b[_0x4dff32(_0x596bf6._0x3fdc80,_0x596bf6._0x38ca94,_0x596bf6._0x2d083f,0x1a8)](_0x1faf0e=>{function _0xe2c2ee(_0x511a94,_0x48360b,_0xe2ac68,_0x2569a1){return _0xb8406(_0x511a94-0x3df,_0x48360b-0x144,_0xe2ac68,_0x2569a1-_0x5acea1._0xc0de83);}_0x1faf0e['is_default']=_0x6341ea[_0xe2c2ee(0x42c,0x452,0x41d,_0x4d10a1._0x467d56)](_0x1faf0e['id'],_0x2d1013);}),_0x6341ea[_0xb8406(_0x596bf6._0x25b09d,_0x596bf6._0x1910b0,0x133,0x107)](writeProviderAccounts,_0x34711f),syncDefaultToCliFile(_0x487292);const _0xe0b48={};return _0xe0b48[_0xb8406(_0x596bf6._0x125cba,0x156,_0x596bf6._0x43762,0x145)]=_0x487292,_0xe0b48[_0x4dff32(0xf0,0x1cc,0x16f,0x13a)]=_0x2d1013,logger[_0x4dff32(0x2ba,0x251,_0x596bf6._0x20d9c8,0x317)](_0x6341ea[_0x4dff32(_0x596bf6._0x3fa88b,0x2d4,0x21a,_0x596bf6._0x2402f9)],_0xe0b48),!![];}export function updateAccountLabel(_0x2a9b76,_0x35c861,_0x1df51c){const _0x3b7a8c={_0x18b1d2:0x4b4,_0x3a3843:0x41a,_0x3fe123:0x47a,_0x3b0508:0x44f,_0x2ca33f:0x383,_0x2ad5f0:0x428,_0x4a8f08:0x4ac,_0x204a25:0x592,_0x1a120b:0x4ed,_0x35ca5d:0x52d,_0xedd042:0x4f9,_0x4220ab:0x3e1,_0x973f32:0x36d,_0x391062:0x33d,_0x2ad655:0x4e5,_0x332121:0x4a2,_0x43fa64:0x2aa},_0x180ced={_0x183f02:0x39},_0x274f0d={_0x51b237:0xba},_0x21239d={'RRjcB':function(_0x2dd8d1){return _0x2dd8d1();},'aRaJc':function(_0x3f292b,_0x69cd71){return _0x3f292b(_0x69cd71);},'KRGFU':_0x5c0db8(0x4ac,0x564,0x517,_0x3b7a8c._0x18b1d2)+_0x10f8ca(_0x3b7a8c._0x3a3843,_0x3b7a8c._0x3fe123,0x3d2,_0x3b7a8c._0x3b0508)+'ount\x20label'},_0x58407a=_0x21239d[_0x5c0db8(_0x3b7a8c._0x2ca33f,0x464,0x3a0,_0x3b7a8c._0x2ad5f0)](readProviderAccounts),_0x145808=_0x58407a[_0x2a9b76]||[],_0x2ca8ff=_0x145808['find'](_0x420177=>_0x420177['id']===_0x35c861);if(!_0x2ca8ff)return![];_0x2ca8ff[_0x5c0db8(_0x3b7a8c._0x4a8f08,_0x3b7a8c._0x204a25,0x595,_0x3b7a8c._0x1a120b)]=_0x1df51c;function _0x10f8ca(_0x5267bf,_0x37225d,_0x5dfeed,_0x33106f){return _0x5b4d97(_0x37225d,_0x5dfeed- -0x117,_0x5dfeed-_0x274f0d._0x51b237,_0x33106f-0x6c);}function _0x5c0db8(_0x122e26,_0x10124b,_0x356331,_0x3dc20a){return _0x5b4d97(_0x10124b,_0x3dc20a- -_0x180ced._0x183f02,_0x356331-0x1e,_0x3dc20a-0x162);}_0x2ca8ff[_0x5c0db8(0x46e,0x516,_0x3b7a8c._0x35ca5d,_0x3b7a8c._0xedd042)]=new Date()['toISOStrin'+'g'](),_0x21239d[_0x10f8ca(_0x3b7a8c._0x4220ab,_0x3b7a8c._0x973f32,_0x3b7a8c._0x391062,0x3b3)](writeProviderAccounts,_0x58407a);const _0x47f019={};return _0x47f019[_0x10f8ca(_0x3b7a8c._0x2ad655,_0x3b7a8c._0x332121,0x48c,0x438)]=_0x2a9b76,_0x47f019[_0x10f8ca(_0x3b7a8c._0x43fa64,0x3e4,0x34d,0x2b9)]=_0x35c861,_0x47f019['label']=_0x1df51c,logger['info'](_0x21239d[_0x5c0db8(0x51f,0x487,0x476,0x4e9)],_0x47f019),!![];}export function updateAccountEmail(_0x2fefd3,_0x382bad,_0xf1ba98){const _0x26a5b6={_0xa7ee32:0x386,_0x54c20f:0x503,_0x2c7efb:0x4c8,_0x46e36c:0x4d3,_0x58ba47:0x517,_0x3cea64:0x4ff,_0x2cafa1:0x38f,_0x309a5c:0x4c3,_0x2e3c78:0x4c5,_0x5eac88:0x354,_0x4dc3ec:0x236,_0x716c90:0x2c8,_0x15964d:0x42e,_0x5643fa:0x3e9,_0x3a9173:0x217,_0x47945d:0x182,_0x368f4b:0x56f,_0xc1b570:0x52a,_0x5df7e6:0x4be,_0x2a1534:0x4c4,_0x18000b:0x2f3,_0x4c83df:0x271,_0x23499e:0x2a1,_0x5c8f9f:0x3fa,_0x48b7c7:0x4de,_0x3cf8b5:0x16e,_0x3f21b9:0x1e8,_0x4cae48:0x21d,_0xb05b60:0x23e,_0x2062e9:0x21c,_0x234889:0x1ef,_0x5b490b:0x1df,_0x3e11b9:0x2a6,_0x371a09:0x158,_0x38bedb:0x117,_0x1956cb:0x4ad,_0x76220f:0x416,_0x4caeb7:0x529,_0x54898c:0x49d,_0x1c3a49:0x57c,_0x2b09c1:0x15d},_0x466930={_0x7ec2c9:0xc5},_0x429f1a={_0x5ae5ad:0x143},_0x3927b7={'bWjCb':function(_0x310361){return _0x310361();},'RBYxt':function(_0x469899,_0x1d7e6a){return _0x469899===_0x1d7e6a;},'eSaCH':_0x48b8a5(0x1a6,0x2bc,0x2d0,0x22c),'TrVov':function(_0x3e5825,_0x49d14f){return _0x3e5825(_0x49d14f);},'PegeZ':_0x428e36(_0x26a5b6._0xa7ee32,0x4ce,0x3a2,0x428)+'ovider\x20acc'+_0x428e36(0x4d6,_0x26a5b6._0x54c20f,_0x26a5b6._0x2c7efb,_0x26a5b6._0x46e36c)},_0x3e1d84=_0x3927b7[_0x428e36(0x4ae,_0x26a5b6._0x58ba47,_0x26a5b6._0x3cea64,0x462)](readProviderAccounts),_0x524c94=_0x3e1d84[_0x2fefd3]||[],_0x570643=_0x524c94[_0x428e36(_0x26a5b6._0x2cafa1,_0x26a5b6._0x309a5c,_0x26a5b6._0x2e3c78,0x40b)](_0x4c8b94=>_0x4c8b94['id']===_0x382bad&&_0x4c8b94[_0x428e36(0x438,0x3d9,0x3ce,0x44d)]===ACCOUNT_TYPE_OAUTH);if(!_0x570643){if(_0x3927b7[_0x48b8a5(_0x26a5b6._0x5eac88,_0x26a5b6._0x4dc3ec,0x345,_0x26a5b6._0x716c90)](_0x3927b7[_0x428e36(0x48a,0x3f9,_0x26a5b6._0x15964d,_0x26a5b6._0x5643fa)],_0x3927b7[_0x48b8a5(0x1b4,_0x26a5b6._0x3a9173,_0x26a5b6._0x47945d,0x1c5)]))return![];else{const _0x4ad826={};_0x4ad826[_0x428e36(0x55a,0x4c8,0x46d,0x4c4)+'en']=_0x1dc4d5[_0x428e36(_0x26a5b6._0x368f4b,_0x26a5b6._0xc1b570,_0x26a5b6._0x5df7e6,_0x26a5b6._0x2a1534)+'en'],_0x4ad826['refresh_to'+'ken']=_0x5047f5[_0x48b8a5(0x27b,_0x26a5b6._0x18000b,_0x26a5b6._0x4c83df,_0x26a5b6._0x23499e)+_0x428e36(_0x26a5b6._0x5c8f9f,0x3fc,_0x26a5b6._0x48b7c7,0x445)],_0x4ad826[_0x48b8a5(_0x26a5b6._0x3cf8b5,0x1c6,0x1fe,0x177)]=_0x41c67e['id_token'],_0x534ba3=_0x4ad826;}}function _0x48b8a5(_0x155d41,_0x5efe4a,_0x22379c,_0x383531){return _0x13e964(_0x155d41-_0x429f1a._0x5ae5ad,_0x383531-0x88,_0x22379c,_0x383531-0xc1);}_0x570643['email']=_0xf1ba98;function _0x428e36(_0x42d024,_0x56df0a,_0x52486e,_0x4b6450){return _0x5b4d97(_0x42d024,_0x4b6450- -_0x466930._0x7ec2c9,_0x52486e-0x1cc,_0x4b6450-0x77);}_0x570643[_0x48b8a5(_0x26a5b6._0x3f21b9,_0x26a5b6._0x4cae48,0x1f8,0x249)]=new Date()[_0x48b8a5(0x2bb,_0x26a5b6._0xb05b60,0x2bc,0x2c9)+'g'](),_0x3927b7[_0x48b8a5(_0x26a5b6._0x2062e9,0x225,_0x26a5b6._0x234889,_0x26a5b6._0x5b490b)](writeProviderAccounts,_0x3e1d84);const _0x2b18f2={};return _0x2b18f2[_0x48b8a5(_0x26a5b6._0x3e11b9,0x2be,0x344,0x2ba)]=_0x2fefd3,_0x2b18f2[_0x48b8a5(0x1dc,_0x26a5b6._0x371a09,_0x26a5b6._0x38bedb,0x17b)]=_0x382bad,_0x2b18f2[_0x428e36(_0x26a5b6._0x1956cb,_0x26a5b6._0x76220f,0x37f,0x3f9)]=_0xf1ba98,logger[_0x428e36(_0x26a5b6._0x4caeb7,_0x26a5b6._0x54898c,_0x26a5b6._0x1c3a49,0x4e8)](_0x3927b7[_0x48b8a5(0x1a5,_0x26a5b6._0x2b09c1,0x130,0x1db)],_0x2b18f2),!![];}export function updateAccountTokens(_0x23060f,_0x51cfd6,_0x2fb824){const _0x456812={_0x365951:0x1fb,_0x349b10:0x249,_0x3c37ce:0x270,_0x415ad4:0x22e,_0x1b8b31:0x251,_0x5db430:0x1a9,_0x4d992b:0x2d2,_0x9bb40a:0x304,_0x3e1540:0x230,_0x377b1a:0x245,_0x3c0b62:0x238,_0x1fb30e:0x298,_0x3e0e6b:0x2e7,_0x4b8c3d:0x1bb,_0x50bb35:0x1a3,_0x86828b:0x182,_0x10c85c:0x14d,_0x6d4581:0x22a,_0x443ebc:0x294,_0x1bfaf8:0x216,_0x360b83:0x24c,_0x377855:0x3ad,_0x3768f8:0x1d9,_0x4c032d:0x1e7,_0x1da2c7:0x218,_0x4ac10b:0x338,_0x3dac22:0x27d,_0x108c59:0x26f,_0x433c6c:0x312,_0xf2e37a:0x203,_0x172d5b:0x25c},_0x607e0c={_0x31fe7f:0x15b},_0xf0e13b={_0x4706c3:0x1f5};function _0x52f873(_0x57b876,_0x124f81,_0x5adf9c,_0x5b2898){return _0x5b4d97(_0x5adf9c,_0x124f81- -_0xf0e13b._0x4706c3,_0x5adf9c-0x156,_0x5b2898-0xe1);}const _0x772b08={'xwTOt':function(_0xdddb64){return _0xdddb64();},'yxzel':function(_0x8de29e,_0x561209){return _0x8de29e!==_0x561209;},'KWQwA':_0x1ea774(0x210,_0x456812._0x365951,0x22d,0x1ab),'mwogy':function(_0x11a8c7,_0x453974){return _0x11a8c7(_0x453974);},'DOrYc':'Updated\x20pr'+_0x1ea774(_0x456812._0x349b10,0x25a,_0x456812._0x3c37ce,0x1cf)+_0x52f873(_0x456812._0x415ad4,_0x456812._0x1b8b31,_0x456812._0x5db430,0x1f4)+'s'},_0x311c6e=_0x772b08[_0x52f873(0x2dc,_0x456812._0x4d992b,0x2fd,_0x456812._0x9bb40a)](readProviderAccounts),_0xc1248d=_0x311c6e[_0x23060f]||[],_0x4cfe58=_0xc1248d[_0x1ea774(_0x456812._0x3e1540,_0x456812._0x377b1a,0x2b0,_0x456812._0x3c0b62)](_0x1621b8=>_0x1621b8['id']===_0x51cfd6&&_0x1621b8['type']===ACCOUNT_TYPE_OAUTH);if(!_0x4cfe58)return _0x772b08[_0x1ea774(_0x456812._0x1fb30e,0x32a,0x1f4,_0x456812._0x3e0e6b)](_0x772b08[_0x1ea774(_0x456812._0x4b8c3d,_0x456812._0x50bb35,_0x456812._0x86828b,_0x456812._0x10c85c)],_0x1ea774(0x1b7,0x160,_0x456812._0x6d4581,0x175))?![]:_0x1c9801;_0x4cfe58[_0x52f873(0x2bf,_0x456812._0x443ebc,0x2b0,0x2ee)]=_0x2fb824,_0x4cfe58[_0x1ea774(0x292,_0x456812._0x1bfaf8,_0x456812._0x360b83,0x31b)]=new Date()[_0x52f873(0x349,0x3bd,_0x456812._0x377855,0x435)+'g'](),_0x772b08[_0x1ea774(_0x456812._0x3768f8,0x27e,_0x456812._0x4c032d,0x18f)](writeProviderAccounts,_0x311c6e);function _0x1ea774(_0x2e4630,_0x339a14,_0xb5fd1f,_0x13e403){return _0x13e964(_0x2e4630-0x15c,_0x2e4630-0xd1,_0x13e403,_0x13e403-_0x607e0c._0x31fe7f);}_0x4cfe58['is_default']&&_0x772b08[_0x52f873(_0x456812._0x1da2c7,0x284,_0x456812._0x4ac10b,0x336)](syncDefaultToCliFile,_0x23060f);const _0x4ac768={};return _0x4ac768['provider']=_0x23060f,_0x4ac768[_0x52f873(_0x456812._0x3dac22,_0x456812._0x108c59,0x2a0,0x23b)]=_0x51cfd6,logger[_0x52f873(_0x456812._0x433c6c,0x334,0x2e8,0x2d5)](_0x772b08[_0x1ea774(0x1df,0x1ab,_0x456812._0xf2e37a,_0x456812._0x172d5b)],_0x4ac768),!![];}export function syncDefaultToCliFile(_0x4e53d5){const _0x27e77d={_0x447c8d:0x55b,_0x408c49:0x5ef,_0x5541d4:0x548,_0x55dc1e:0x54c,_0x5df0a0:0x5f6,_0x436433:0x250,_0xcc4a7:0x300,_0x523341:0x249,_0x938db:0x69f,_0x451d78:0x2f7,_0x1c25cc:0x24e,_0x1988b7:0x63d,_0x1ceb1b:0x6c4,_0x32a3b5:0x1b0,_0x554c5d:0x1d9,_0x1b6524:0x262,_0x1045e9:0x28b,_0x16c4b3:0x32f,_0x1b4d7b:0x70a,_0x58adba:0x5d5,_0x34df39:0x557,_0x50ec0d:0x53d,_0x1dd9c8:0x2d2,_0x1f69dd:0x218,_0x31a0de:0x298,_0x1970f5:0x259,_0x9a5ff9:0x32c,_0x10d793:0x60a,_0x5c9d8c:0x58e,_0x42f2cf:0x627,_0x456264:0x38b,_0x1fb8e8:0x2bb,_0x56e6e7:0x22e,_0x7232cd:0x1cd,_0x5a8b2c:0x204,_0x551e95:0x245,_0x4a81da:0x33d,_0x430d29:0x215,_0x498bbb:0x37b,_0x1ac930:0x2cc,_0xf71cd4:0x323,_0x5578c0:0x374,_0x52ac39:0x389,_0x9e7071:0x58f,_0x203886:0x56d,_0x151d59:0x601,_0x45fbd9:0x214,_0x532a17:0x2c0,_0x3edb2f:0x301,_0x31640b:0x3d2,_0x1a8176:0x351,_0x12a265:0x371,_0x100b13:0x566,_0x2f9fd5:0x570,_0x3aacbe:0x6aa,_0x19ab2d:0x58b,_0x54827b:0x5d1,_0x355c84:0x6a5,_0x5c6c05:0x6e9,_0x48aeae:0x6e8,_0xa6a150:0x610,_0x17ee65:0x5c7,_0x3927cf:0x6a1,_0x4195e0:0x5ec,_0x4f7053:0x64f,_0x145a2e:0x5e7,_0x527a50:0x198,_0x53c934:0x6a2,_0xbc1716:0x6e2,_0x13f36f:0x63f,_0x5f8235:0x552,_0x12d69e:0x5cf,_0x4dfd78:0x313,_0x1cc95c:0x2d8,_0x580eec:0x2aa,_0x4bc8b7:0x27e,_0x168645:0x18f,_0x161c98:0x237,_0x39157c:0x544,_0x344a47:0x303,_0x3926d3:0x31a,_0x1177d7:0x2c1,_0x395cd9:0x626,_0x3fc029:0x606,_0x5af3e9:0x5f9,_0x2ba053:0x58c,_0x5bfd59:0x50f,_0x29047e:0x4d6,_0x16af5e:0x338,_0x59b4cf:0x3a8,_0x2ff4fb:0x2b8,_0x321f5f:0x273,_0x2f157d:0x68b,_0x5a98e1:0x5e8,_0x10a834:0x575,_0x462f86:0x5bd,_0x27f208:0x66d,_0x425acc:0x317,_0x2871d2:0x2c2,_0x4422a3:0x355,_0x4df3c0:0x5ac,_0xd88cf:0x609,_0x18aa58:0x223,_0x381c4e:0x39a,_0x2d364f:0x2bd,_0x54df21:0x337,_0x33f34b:0x6dd,_0x16757c:0x69d,_0xfc0515:0x60c,_0x465311:0x68e,_0x2ccb04:0x5bb,_0x4762fc:0x72b,_0xff04de:0x4dc,_0x54dcab:0x54a,_0x89685a:0x5e1,_0x7867c1:0x386,_0x2373e0:0x350,_0x4a4299:0x3b0,_0x4ffaf2:0x6c9,_0x13b0c5:0x619,_0x39d68f:0x215,_0x4e0d66:0x297,_0x8d98c2:0x238,_0x5e1a07:0x68c,_0x537510:0x5d8,_0x4966ce:0x645,_0x446e59:0x60b,_0x2bb15d:0x32d,_0x25a377:0x242,_0x228ff0:0x310,_0x5bd23a:0x257,_0x24e330:0x3a4,_0x4ba826:0x258,_0x4efb3b:0x288,_0x41996c:0x2c4,_0x6cd057:0x618,_0x3d18a6:0x6dc,_0x1ce66d:0x6c7,_0x17c5d0:0x6ed,_0x1c09ec:0x385,_0x50e9d3:0x2e1,_0x408f59:0x638,_0x220098:0x1b1,_0x26dcae:0x211,_0x5860b7:0x2b6,_0x7291f0:0x210,_0x3ed3fa:0x651,_0x146bc0:0x694,_0x3dfd7b:0x658,_0x314fd2:0x259,_0x5a3f9c:0x29d,_0x278021:0x2a2,_0x5b4a46:0x518,_0x1bee0d:0x5fa,_0x3b77d7:0x1d5,_0x203ba7:0x222,_0x580888:0x1b0,_0x13beac:0x206,_0x27ac36:0x1e7,_0x76329f:0x629,_0x2f8450:0x1de,_0x46388a:0x2be,_0x5b14cc:0x1fb,_0xcda359:0x22a,_0x544a6d:0x62b,_0x265d5a:0x6da,_0x1e0e2:0x5d7,_0x4c2035:0x59d,_0x1cf6d5:0x601,_0x508488:0x56a,_0x371f8a:0x30e,_0x27919b:0x349,_0x49c41b:0x2b6,_0x1d43e2:0x292,_0x5b38b0:0x15c,_0x721ad4:0x208,_0x23a491:0x1d4,_0x353aa5:0x1f3,_0x19238a:0x2f1,_0x50e8ed:0x2c0},_0x3f80c6={_0x503d9a:0x252,_0x534548:0x13d,_0x135b35:0x129},_0x2cb544={_0x137aa5:0x473};function _0x39ef83(_0x5c8bc6,_0x3ff9c6,_0x23983a,_0x3ad9ba){return _0x13e964(_0x5c8bc6-0x1c9,_0x5c8bc6-_0x2cb544._0x137aa5,_0x3ad9ba,_0x3ad9ba-0x5d);}const _0x1cb0f1={'Enkbj':function(_0x2cbb75,_0x15a4b8){return _0x2cbb75(_0x15a4b8);},'zcMBA':function(_0x2d1cb0,_0x5a74c0){return _0x2d1cb0(_0x5a74c0);},'bXfdx':function(_0x3f9740,_0x5b24a7){return _0x3f9740!==_0x5b24a7;},'MpmQr':'No\x20default'+_0x39ef83(_0x27e77d._0x447c8d,0x52b,_0x27e77d._0x408c49,_0x27e77d._0x5541d4)+_0x39ef83(_0x27e77d._0x55dc1e,0x591,_0x27e77d._0x5df0a0,0x5d1),'oyXmH':function(_0x4fc9c9,_0x5c08f9){return _0x4fc9c9(_0x5c08f9);},'viDQA':function(_0x533393,_0x3f142a){return _0x533393===_0x3f142a;},'ykZvn':_0x4b603c(_0x27e77d._0x436433,0x26f,_0x27e77d._0xcc4a7,_0x27e77d._0x523341)+_0x39ef83(0x612,0x5d4,0x648,_0x27e77d._0x938db)+_0x4b603c(_0x27e77d._0x451d78,0x271,_0x27e77d._0x1c25cc,0x300)+_0x39ef83(_0x27e77d._0x1988b7,_0x27e77d._0x1ceb1b,0x620,0x65e)+_0x4b603c(_0x27e77d._0x32a3b5,_0x27e77d._0x554c5d,_0x27e77d._0x1b6524,0x319),'Uqhen':_0x4b603c(0x33d,_0x27e77d._0x1045e9,_0x27e77d._0x16c4b3,0x2c6)+_0x39ef83(0x6a0,0x6ca,_0x27e77d._0x1b4d7b,0x5e7)+_0x39ef83(0x5a9,_0x27e77d._0x58adba,_0x27e77d._0x34df39,_0x27e77d._0x50ec0d)+_0x4b603c(0x29f,_0x27e77d._0x1dd9c8,0x2b2,0x31e)+'\x20removing\x20'+_0x4b603c(0x286,0x2aa,_0x27e77d._0x1f69dd,0x22e)+'tial\x20file','woIGs':function(_0x1f3542,_0x54683d){return _0x1f3542===_0x54683d;},'xEuuA':_0x4b603c(_0x27e77d._0x31a0de,0x30c,0x2c2,_0x27e77d._0x1970f5),'ngxAm':'SRmnY','qfctQ':'codex','pOewN':function(_0x15d65e,_0xc21301){return _0x15d65e===_0xc21301;},'BaukG':_0x4b603c(0x3a3,0x335,0x319,_0x27e77d._0x9a5ff9),'IfNFl':_0x39ef83(_0x27e77d._0x10d793,0x693,_0x27e77d._0x5c9d8c,_0x27e77d._0x42f2cf),'dcYmc':_0x4b603c(_0x27e77d._0x456264,_0x27e77d._0x1fb8e8,0x32c,0x27e)+'ault\x20accou'+'nt\x20to\x20CLI\x20'+_0x4b603c(_0x27e77d._0x56e6e7,_0x27e77d._0x7232cd,_0x27e77d._0x5a8b2c,0x27a),'hhSza':'CkVRD','Rqzry':_0x4b603c(0x1c0,0x218,_0x27e77d._0x551e95,0x225)+_0x4b603c(0x30b,_0x27e77d._0x4a81da,0x29c,_0x27e77d._0x430d29)+'lt\x20account'+_0x4b603c(_0x27e77d._0x498bbb,0x344,_0x27e77d._0x1ac930,_0x27e77d._0xf71cd4)+'le'};if(!CLI_CREDENTIAL_FILES[_0x4e53d5])return;const _0x268cb4=_0x1cb0f1[_0x39ef83(0x69e,0x716,_0x27e77d._0x5df0a0,0x69f)](getDefaultAccount,_0x4e53d5);if(!_0x268cb4){const _0x486828={};_0x486828[_0x4b603c(0x3cc,_0x27e77d._0x5578c0,0x351,0x2ad)]=_0x4e53d5,logger[_0x4b603c(0x344,_0x27e77d._0x52ac39,0x2d7,0x244)](_0x1cb0f1['MpmQr'],_0x486828),_0x1cb0f1[_0x39ef83(_0x27e77d._0x9e7071,_0x27e77d._0x203886,0x5f1,_0x27e77d._0x151d59)](removeCliFile,_0x4e53d5);return;}function _0x4b603c(_0x5f2bc7,_0x34d64e,_0x36bdb9,_0x2d5893){return _0x5b4d97(_0x2d5893,_0x36bdb9- -_0x3f80c6._0x503d9a,_0x36bdb9-_0x3f80c6._0x534548,_0x2d5893-_0x3f80c6._0x135b35);}if(_0x1cb0f1[_0x4b603c(0x293,0x340,0x2ba,0x329)](_0x268cb4[_0x4b603c(0x267,_0x27e77d._0x45fbd9,_0x27e77d._0x532a17,_0x27e77d._0x3edb2f)],ACCOUNT_TYPE_API_KEY)){const _0x2b4001={};_0x2b4001[_0x4b603c(_0x27e77d._0x31640b,0x3f0,_0x27e77d._0x1a8176,_0x27e77d._0x12a265)]=_0x4e53d5,_0x2b4001[_0x39ef83(_0x27e77d._0x100b13,0x4e3,0x5b6,_0x27e77d._0x2f9fd5)]=_0x268cb4['id'],logger[_0x39ef83(0x62b,_0x27e77d._0x3aacbe,0x5e1,0x612)](_0x1cb0f1[_0x39ef83(0x561,0x594,0x50e,_0x27e77d._0x5c9d8c)],_0x2b4001),removeCliFile(_0x4e53d5);return;}if(!_0x268cb4[_0x39ef83(_0x27e77d._0x19ab2d,0x52d,0x607,_0x27e77d._0x54827b)]){const _0x36b113={};_0x36b113[_0x39ef83(_0x27e77d._0x355c84,_0x27e77d._0x5c6c05,_0x27e77d._0x48aeae,0x695)]=_0x4e53d5,_0x36b113['accountId']=_0x268cb4['id'],logger[_0x39ef83(_0x27e77d._0xa6a150,_0x27e77d._0x17ee65,_0x27e77d._0x3927cf,_0x27e77d._0x4195e0)](_0x1cb0f1[_0x39ef83(_0x27e77d._0x4f7053,0x68d,0x617,_0x27e77d._0x145a2e)],_0x36b113),_0x1cb0f1[_0x4b603c(_0x27e77d._0x527a50,0x21f,0x1f3,0x29a)](removeCliFile,_0x4e53d5);return;}const _0x1c7089=_0x1d03d6['join'](_0x899754[_0x39ef83(_0x27e77d._0x53c934,0x744,_0x27e77d._0xbc1716,0x6ec)](),CLI_CREDENTIAL_FILES[_0x4e53d5]),_0x556df5=_0x1d03d6[_0x39ef83(0x5e2,_0x27e77d._0x13f36f,_0x27e77d._0x5f8235,_0x27e77d._0x12d69e)](_0x1c7089);try{if(!_0x861820[_0x4b603c(_0x27e77d._0x4dfd78,_0x27e77d._0x1cc95c,0x353,_0x27e77d._0x580eec)](_0x556df5)){const _0x28b028={};_0x28b028['recursive']=!![],_0x28b028['mode']=0x1c0,_0x861820[_0x4b603c(0x31d,0x373,_0x27e77d._0xf71cd4,0x363)](_0x556df5,_0x28b028);}let _0x3db87f;const _0x45d4ae=_0x268cb4[_0x4b603c(_0x27e77d._0x4bc8b7,_0x27e77d._0x168645,_0x27e77d._0x161c98,0x254)]||{};if(_0x1cb0f1[_0x39ef83(_0x27e77d._0x39157c,0x4f3,0x4f1,0x53e)](_0x4e53d5,_0x1cb0f1[_0x4b603c(0x2c8,_0x27e77d._0x344a47,_0x27e77d._0x3926d3,_0x27e77d._0x1177d7)]))_0x1cb0f1[_0x39ef83(0x60e,0x66c,0x5ec,0x674)](_0x1cb0f1[_0x39ef83(0x57d,0x5f9,0x4da,_0x27e77d._0x5df0a0)],_0x1cb0f1['ngxAm'])?_0x3db87f={'claudeAiOauth':{'accessToken':_0x45d4ae[_0x39ef83(0x615,0x62c,0x6c5,0x576)+'n']||_0x45d4ae[_0x39ef83(0x68b,_0x27e77d._0x395cd9,_0x27e77d._0x3fc029,_0x27e77d._0x5af3e9)+'en'],'refreshToken':_0x45d4ae[_0x39ef83(_0x27e77d._0x2ba053,0x61d,_0x27e77d._0x5bfd59,_0x27e77d._0x29047e)+'en']||_0x45d4ae[_0x4b603c(0x3b8,0x3c1,_0x27e77d._0x16af5e,_0x27e77d._0x59b4cf)+_0x4b603c(0x30e,0x31f,_0x27e77d._0x2ff4fb,_0x27e77d._0x321f5f)],'expiresAt':_0x45d4ae['expiresAt']||_0x45d4ae[_0x39ef83(0x5f1,_0x27e77d._0x2f157d,0x583,_0x27e77d._0x5a98e1)],'scopes':_0x45d4ae[_0x39ef83(0x618,_0x27e77d._0x10a834,_0x27e77d._0x462f86,_0x27e77d._0x27f208)]||PROVIDER_CONFIG[_0x4b603c(0x35f,_0x27e77d._0x425acc,_0x27e77d._0x2871d2,0x321)][_0x4b603c(0x36f,_0x27e77d._0x4422a3,0x2c4,0x230)][_0x39ef83(_0x27e77d._0x4df3c0,0x51e,0x5c1,_0x27e77d._0xd88cf)]('\x20')}}:_0x1cb0f1['Enkbj'](_0x393630,_0x5e890f);else{if(_0x1cb0f1['viDQA'](_0x4e53d5,_0x1cb0f1[_0x4b603c(_0x27e77d._0x18aa58,0x27d,0x286,0x2e1)])){const _0x29bb4a={};_0x29bb4a[_0x4b603c(_0x27e77d._0x381c4e,_0x27e77d._0x2d364f,_0x27e77d._0x54df21,0x287)+'en']=_0x45d4ae[_0x39ef83(0x68b,0x730,0x5df,_0x27e77d._0x938db)+'en'],_0x29bb4a[_0x39ef83(0x68c,_0x27e77d._0x5df0a0,_0x27e77d._0x33f34b,_0x27e77d._0x16757c)+_0x39ef83(_0x27e77d._0xfc0515,_0x27e77d._0x465311,_0x27e77d._0x2ccb04,0x5c9)]=_0x45d4ae[_0x39ef83(0x68c,0x70e,_0x27e77d._0x4762fc,0x69f)+'ken'],_0x29bb4a[_0x39ef83(0x562,0x526,_0x27e77d._0xff04de,_0x27e77d._0x54dcab)]=_0x45d4ae[_0x39ef83(0x562,0x53e,_0x27e77d._0x89685a,0x619)],_0x3db87f={'tokens':_0x29bb4a,'last_refresh':new Date()['toISOStrin'+'g']()};}else{if(_0x1cb0f1[_0x4b603c(_0x27e77d._0x7867c1,0x2db,_0x27e77d._0x2373e0,0x2d3)](_0x4e53d5,_0x4b603c(_0x27e77d._0x4a4299,0x2cb,0x30d,0x2b9))){if(_0x1cb0f1['BaukG']!==_0x1cb0f1[_0x39ef83(0x5db,0x534,0x575,0x5a9)])_0x183c2d={'claudeAiOauth':{'accessToken':_0x473b19[_0x39ef83(0x615,0x69c,_0x27e77d._0x4ffaf2,0x57d)+'n']||_0x1a591f[_0x39ef83(_0x27e77d._0x2f157d,0x6a1,0x608,_0x27e77d._0x13b0c5)+'en'],'refreshToken':_0x162be2[_0x4b603c(_0x27e77d._0x39d68f,_0x27e77d._0x4e0d66,_0x27e77d._0x8d98c2,0x27a)+'en']||_0xa0955f[_0x39ef83(_0x27e77d._0x5e1a07,_0x27e77d._0x537510,_0x27e77d._0x4966ce,_0x27e77d._0x446e59)+_0x4b603c(_0x27e77d._0x2bb15d,_0x27e77d._0x25a377,0x2b8,_0x27e77d._0x228ff0)],'expiresAt':_0x4fe2ee[_0x4b603c(_0x27e77d._0x5bd23a,0x31a,_0x27e77d._0x228ff0,_0x27e77d._0x24e330)]||_0xa657d5[_0x4b603c(_0x27e77d._0x4ba826,0x297,0x29d,0x2a8)],'scopes':_0x1d419a[_0x4b603c(0x358,_0x27e77d._0x4efb3b,_0x27e77d._0x41996c,0x2f9)]||_0x1820e0['claude']['scopes'][_0x39ef83(0x5ac,_0x27e77d._0x6cd057,0x5d8,0x510)]('\x20')}};else{const _0x5849f0={};_0x5849f0[_0x39ef83(0x68b,_0x27e77d._0x3d18a6,_0x27e77d._0x1ce66d,_0x27e77d._0x17c5d0)+'en']=_0x45d4ae['access_tok'+'en'],_0x5849f0[_0x4b603c(0x30f,_0x27e77d._0x1c09ec,0x338,_0x27e77d._0x50e9d3)+'ken']=_0x45d4ae[_0x39ef83(_0x27e77d._0x5e1a07,0x5fa,_0x27e77d._0x408f59,0x5e2)+'ken'],_0x5849f0[_0x4b603c(_0x27e77d._0x220098,_0x27e77d._0x26dcae,0x213,0x2c5)]=_0x45d4ae['token_type']||_0x1cb0f1[_0x4b603c(0x293,_0x27e77d._0x5860b7,0x2b9,_0x27e77d._0x7291f0)],_0x5849f0[_0x39ef83(0x5f1,_0x27e77d._0x3ed3fa,_0x27e77d._0x146bc0,_0x27e77d._0x3dfd7b)]=_0x45d4ae[_0x4b603c(_0x27e77d._0x16c4b3,_0x27e77d._0x314fd2,_0x27e77d._0x5a3f9c,_0x27e77d._0x278021)],_0x5849f0[_0x39ef83(0x576,_0x27e77d._0x5b4a46,0x629,_0x27e77d._0x1bee0d)]=_0x45d4ae[_0x4b603c(_0x27e77d._0x551e95,_0x27e77d._0x3b77d7,_0x27e77d._0x203ba7,_0x27e77d._0x580888)]||PROVIDER_CONFIG['gemini']['scopes'],_0x3db87f=_0x5849f0;}}}}const _0xfd1349={};_0xfd1349[_0x4b603c(_0x27e77d._0x13beac,0x2bf,0x252,_0x27e77d._0x27ac36)]=0x180,_0x861820[_0x39ef83(0x64e,0x5e6,_0x27e77d._0x76329f,0x5ea)+_0x4b603c(_0x27e77d._0x2f8450,0x1e2,0x253,_0x27e77d._0x46388a)](_0x1c7089,JSON[_0x4b603c(0x243,_0x27e77d._0x5b14cc,_0x27e77d._0xcda359,0x276)](_0x3db87f,null,-0x21cf+0xb94+0x163d*0x1),_0xfd1349);const _0x601e7b={};_0x601e7b['provider']=_0x4e53d5,_0x601e7b['path']=_0x1c7089,logger[_0x39ef83(_0x27e77d._0x544a6d,_0x27e77d._0x265d5a,_0x27e77d._0x1e0e2,_0x27e77d._0x4c2035)](_0x1cb0f1[_0x39ef83(0x557,0x568,_0x27e77d._0x1cf6d5,0x5f7)],_0x601e7b);}catch(_0x21d190){if(_0x1cb0f1[_0x39ef83(0x578,0x5b7,0x569,_0x27e77d._0x508488)]===_0x1cb0f1['hhSza']){const _0x580b80={};_0x580b80['provider']=_0x4e53d5,_0x580b80[_0x4b603c(_0x27e77d._0x371f8a,_0x27e77d._0x27919b,0x342,0x3ee)]=_0x21d190[_0x4b603c(_0x27e77d._0x49c41b,_0x27e77d._0x1d43e2,0x304,0x2ff)],logger['error'](_0x1cb0f1[_0x4b603c(_0x27e77d._0x5b38b0,0x270,_0x27e77d._0x721ad4,0x284)],_0x580b80);}else{const _0x4e8644=_0x1cb0f1[_0x4b603c(0x223,_0x27e77d._0x23a491,_0x27e77d._0x353aa5,0x257)](_0x1101b2,_0x12a844);if(!_0x4e8644||_0x1cb0f1['bXfdx'](_0x4e8644[_0x4b603c(_0x27e77d._0x19238a,_0x27e77d._0x1fb8e8,_0x27e77d._0x50e8ed,0x285)],_0x1ebff0))return null;return _0x4e8644;}}}function removeCliFile(_0x353c15){const _0x14decd={_0x74953a:0x1c2,_0x521a9b:0x1a5,_0x14e7b3:0x2a6,_0x4f4ed8:0x26d,_0x50a9c7:0x1ff,_0x1043ac:0x29d,_0x21fef0:0x407,_0x1cf8f5:0x1f4,_0x19f05b:0x291,_0x776462:0x346,_0x316645:0x3cc,_0x589a94:0x352,_0x3a8029:0x22d,_0x256244:0x174,_0x15c0b2:0x235,_0x3470ea:0x16b,_0x16c5f5:0x1a2,_0x1ce8fb:0x465,_0x305220:0x53e,_0x46f126:0x50c,_0x26a719:0x195,_0x64c575:0x1e4,_0x4554fd:0x1de,_0x1dd7b7:0x205,_0x50da2c:0x269,_0x3222dd:0x21c,_0x4ce0be:0x266,_0x321ba5:0x213,_0x31e806:0x207,_0x5477f0:0x4e7,_0x312e60:0x4b9,_0x5e18ce:0x552},_0x51529a={_0x185945:0x3},_0x2cd657={_0x4b1e1c:0x31},_0x4afe8e={};_0x4afe8e[_0x43715e(_0x14decd._0x74953a,0x217,_0x14decd._0x521a9b,0x250)]=_0x43715e(0x218,_0x14decd._0x14e7b3,_0x14decd._0x4f4ed8,0x1c4)+'I\x20credenti'+'al\x20file',_0x4afe8e[_0x43715e(_0x14decd._0x50a9c7,0x220,0x197,_0x14decd._0x1043ac)]=_0xa36972(0x3cf,_0x14decd._0x21fef0,0x463,0x38f)+_0x43715e(0x143,0xf4,_0x14decd._0x1cf8f5,0x160)+_0x43715e(0x20e,0x1ac,_0x14decd._0x19f05b,0x1a2)+_0xa36972(_0x14decd._0x776462,_0x14decd._0x316645,_0x14decd._0x589a94,0x44d);function _0x43715e(_0x328484,_0x5e7f6c,_0x158289,_0x57007d){return _0x5b4d97(_0x57007d,_0x328484- -0x378,_0x158289-_0x2cd657._0x4b1e1c,_0x57007d-0x61);}function _0xa36972(_0x435c2a,_0x27638f,_0x1b0170,_0x29068b){return _0x5b4d97(_0x29068b,_0x27638f- -0x90,_0x1b0170-0x175,_0x29068b-_0x51529a._0x185945);}const _0x4a694c=_0x4afe8e,_0x5d01fd=_0x1d03d6[_0xa36972(0x3a1,0x3d6,0x38b,0x3e2)](_0x899754['homedir'](),CLI_CREDENTIAL_FILES[_0x353c15]);try{if(_0x861820[_0x43715e(_0x14decd._0x3a8029,0x1d3,_0x14decd._0x256244,0x200)](_0x5d01fd)){_0x861820['unlinkSync'](_0x5d01fd);const _0xf95516={};_0xf95516['provider']=_0x353c15,_0xf95516['path']=_0x5d01fd,logger[_0x43715e(_0x14decd._0x15c0b2,0x1b7,0x2bd,0x1db)](_0x4a694c[_0x43715e(0x1c2,_0x14decd._0x3470ea,_0x14decd._0x16c5f5,0x19b)],_0xf95516);}}catch(_0x2c518f){const _0x4a16c0={};_0x4a16c0[_0xa36972(_0x14decd._0x1ce8fb,0x513,_0x14decd._0x305220,_0x14decd._0x46f126)]=_0x353c15,_0x4a16c0[_0x43715e(0x21c,0x1c6,_0x14decd._0x26a719,_0x14decd._0x64c575)]=_0x2c518f[_0x43715e(_0x14decd._0x4554fd,_0x14decd._0x1dd7b7,0x26e,_0x14decd._0x50da2c)],logger[_0x43715e(_0x14decd._0x3222dd,_0x14decd._0x4ce0be,_0x14decd._0x321ba5,_0x14decd._0x31e806)](_0x4a694c[_0xa36972(0x43f,_0x14decd._0x5477f0,_0x14decd._0x312e60,_0x14decd._0x5e18ce)],_0x4a16c0);}}export function migrateExistingCredentials(){const _0x1f27c5={_0x6e50a2:0x7e,_0x4113d7:0xd1,_0x15659b:0xee,_0x33775f:0x64,_0x573fee:0xad,_0x425bf7:0x59,_0x4118dd:0x10,_0x46c995:0x247,_0x506f3a:0x1ea,_0x247066:0x280,_0x338274:0x295,_0x393c84:0x29a,_0x212d2f:0x2a8,_0x2957b4:0x26c,_0x25a39b:0x1b6,_0x374c68:0x207,_0x3d5288:0x92,_0x7115d3:0xc9,_0x40a874:0x5b,_0x12a6d3:0x2df,_0x4f26b8:0x2ed,_0x4fbfaf:0x309,_0x4f45dc:0x8a,_0x3d5ed6:0x19,_0x3550f7:0x179,_0x5e891e:0x179,_0x28161b:0x17d,_0x137b04:0x310,_0x4bb85d:0x9b,_0x59d8cc:0xd6,_0x2573eb:0x378,_0x53d422:0x41a,_0x5cfc9f:0x81,_0x47191c:0x36f,_0x1f4e70:0x37f,_0x416104:0x3e,_0x1a162d:0x87,_0x364262:0xa1,_0x67fdd1:0x27f,_0x37a3ad:0x24d,_0xa40e0a:0x2b,_0x11da4e:0x12,_0x299acb:0x134,_0x27653a:0x8c,_0x3c350a:0xdd,_0x3acdd0:0x57,_0x124f55:0x2c8,_0x58eba0:0x240,_0x5cbce4:0x2f8,_0x46c281:0x1b4,_0x113ce2:0x3a0,_0x3bc3c3:0x3d5,_0x283009:0x396,_0xf11679:0xc,_0xa35999:0x18,_0x17bfc2:0x60,_0x4fbd97:0x42,_0x1ceb81:0x31a,_0x30c7c3:0x163,_0x3fe2dc:0x399,_0x30e9ea:0x392,_0x5dc0f0:0xe8,_0x2af6c9:0xd,_0xe2766e:0x2f,_0x4aead0:0x2e,_0x4551ff:0x4c,_0x22fe9e:0x85,_0x2c290d:0x12,_0x39d545:0x97,_0x44b469:0x24,_0x16c15e:0x2d5,_0x24d436:0x45,_0x16c67b:0x75,_0x2fa9f4:0xe6,_0x4e8600:0xdf,_0x3eb3e2:0x16b,_0x27f071:0x30d,_0x2c3fe3:0x33e,_0x1e88a0:0x9,_0x1173ef:0x89,_0x9210c0:0x38,_0x363c40:0xa5,_0x2679ec:0x2c9,_0x3556b9:0x3f5,_0x55cfaa:0x408,_0x4a17a9:0xa3,_0x370ed4:0x17c,_0x76246:0x16a,_0x9435a6:0xe7,_0x350e07:0x88,_0x485a83:0x125,_0x240dfe:0x13f,_0x28a924:0x354,_0x48ce18:0x39c,_0x146f65:0x301,_0x514b4d:0x303,_0x488dd3:0x11e,_0xa5386c:0x1a9,_0x265eb5:0x26,_0x4b0a13:0x7,_0x355c2e:0xb3,_0x57a8d7:0x349,_0x4c0045:0x3a9,_0x2e01fc:0x345,_0x11f53a:0x74,_0x1c40c7:0x24,_0x3bd97e:0x144,_0x4eb748:0x358,_0x16e782:0x32d,_0x5423f3:0x2ab,_0x1a9aec:0x2f7,_0x503f05:0x3f9,_0x13e5cc:0x28,_0x55cc33:0xa2,_0xc99db:0x52,_0x1d034e:0x49,_0x3e18de:0x9b,_0x4b18aa:0x6d,_0x2084bb:0x2b6,_0x4715f3:0xf,_0x3f5c2c:0xc2,_0x3f41e9:0x6,_0x5b58a5:0x283,_0x5693f7:0x26b,_0x2ff2ec:0x79,_0x41e5e2:0x391,_0x18fdeb:0x363,_0x2a5959:0x308,_0x5333fc:0x361,_0x4556c9:0x37,_0x373477:0x14,_0x7d5ce0:0x296,_0x4ed987:0x34c,_0x5c2b28:0x2b3,_0x4f7019:0x6f,_0x1f1ea5:0x310,_0x28259b:0x2c5,_0x5276af:0x3a1,_0x545093:0x2b5,_0x161acf:0x3d6,_0x4568e7:0x5e,_0x542206:0x7a,_0x256d01:0x53,_0x30749d:0x51,_0x524c2d:0x7e,_0x35348d:0x383,_0x59850a:0x3b4,_0x1de5e5:0x108,_0x50e301:0x10b,_0x34c887:0x1ae,_0x447a90:0x282,_0x2837aa:0x287,_0x51759d:0x9f,_0x403a37:0x88,_0x5ac6b1:0x11b,_0x31afd0:0x61,_0x2d317f:0x4e,_0x1404a7:0xdf,_0x47c4c4:0x2d,_0x5e847a:0x183,_0x42fb1d:0x21,_0x313451:0x7f,_0x360f78:0x145,_0x58dcf5:0x416,_0x117127:0x2d0,_0x3e7178:0xdf,_0x36ea85:0x86,_0x22ca01:0x259,_0x4c9b0d:0x22f,_0xa8fc8f:0x3a2,_0x4fd33e:0x2fc,_0x337232:0x35,_0x1a6908:0xb4,_0x1648fe:0x50,_0x543988:0xa4,_0x4a383f:0x359,_0x23d7df:0x432,_0x4dc294:0x3f7,_0x441304:0x374,_0x2ce6c8:0xd,_0xfe6779:0x66,_0x4408d4:0x16f,_0x2b2eec:0x6f,_0x47b4fc:0x2e,_0x246d9a:0x320,_0x29d203:0x22,_0x13f76a:0x77,_0x3b84c8:0xc8,_0x208f78:0xae,_0x2a9e51:0x125,_0x47d731:0x1b1,_0x1f0ee4:0x28b,_0x1982a7:0x2c2,_0x12b6d9:0x34f,_0x333157:0x400,_0x4f3032:0x38d,_0x28634e:0x3ac,_0xcb1334:0x372,_0x198df5:0x3bf,_0x424616:0x320,_0x4c73a1:0x390,_0x5d2f4f:0x2db,_0x50440a:0x21,_0x2680e3:0x4d,_0x5d3541:0x3dd,_0x16fd18:0x109,_0x3331c6:0x103,_0x4a9a77:0xef,_0x3a31bd:0x103,_0x1ab75c:0xf2,_0x386a41:0x2ad,_0xf6cb1:0x2b8,_0x57d934:0x232,_0x48d438:0x29,_0x5045ce:0x2f,_0x24bb1f:0x1b,_0x3a51a6:0x3ab,_0xbc8dc1:0x3d3,_0x3e5bdf:0x332,_0x5b9ed4:0x217,_0x2ca898:0x236,_0x48f11a:0x2fe,_0x11a60e:0x229,_0x5ec65b:0x359,_0x34ae92:0x321,_0x204b0d:0x31c,_0x51ed66:0x104,_0x55f784:0x18e,_0x1f6803:0x189,_0x10f230:0x45,_0x353a8f:0xda,_0x3ed1d2:0x39f,_0x4e039c:0x312,_0x448682:0x2e6,_0x5b1140:0x398,_0x1e32dd:0x4b,_0x38e2da:0x6b,_0x1ac5e7:0x76,_0x261161:0x318,_0x447a09:0x2e2,_0x37a259:0x2b5,_0x26bb0c:0x30e,_0x46411c:0x2e5,_0x5c8ae1:0x73,_0x1c08ee:0x5d,_0x9baf69:0x3f,_0x2d3e6c:0x4e,_0x2d4f0d:0x22,_0x1e73cb:0x303,_0x5323ff:0x31a,_0x38ef73:0x103,_0x4f530b:0x1b9,_0x5d7c1f:0x19f,_0x345712:0x34a,_0x362ffd:0x2fe,_0x194e38:0xd5,_0x5bb999:0x2b,_0x215a6a:0x107,_0x35ab03:0x58,_0xb1f3a:0x26,_0x3df311:0x82,_0x1aa408:0x1d,_0x103366:0xe,_0x324f00:0x30a,_0x4b78ce:0x39b,_0x1cc529:0x106,_0x1eae34:0x10d,_0x421b82:0x9,_0x1c5ce8:0x25,_0x3a0ab9:0x67,_0x56d8ab:0xe3,_0x2e7981:0x367,_0x31719c:0x3df},_0x5a15c3={_0x1e989a:0x15a},_0x12ad37={'bykoM':_0x5bd14c(0x389,0x34e,0x383,0x409)+_0x196441(-_0x1f27c5._0x6e50a2,-0x123,0x7,-0xed)+'al\x20file','tJWTQ':_0x196441(-_0x1f27c5._0x4113d7,-_0x1f27c5._0x15659b,-_0x1f27c5._0x33775f,-0x32)+_0x196441(-_0x1f27c5._0x573fee,-_0x1f27c5._0x425bf7,-_0x1f27c5._0x4118dd,-0xb1)+'\x20credentia'+'l\x20file','gTeUB':function(_0x3814f5,_0x33de9b){return _0x3814f5(_0x33de9b);},'bwYqW':_0x5bd14c(_0x1f27c5._0x46c995,0x1bf,_0x1f27c5._0x506f3a,_0x1f27c5._0x247066)+_0x5bd14c(_0x1f27c5._0x338274,_0x1f27c5._0x393c84,0x333,_0x1f27c5._0x212d2f)+_0x5bd14c(_0x1f27c5._0x2957b4,_0x1f27c5._0x25a39b,_0x1f27c5._0x374c68,0x253)+'s','qlVYS':_0x196441(-_0x1f27c5._0x3d5288,-_0x1f27c5._0x7115d3,-0xda,-_0x1f27c5._0x40a874),'pwAaE':'XfztA','VCblr':_0x5bd14c(0x349,_0x1f27c5._0x12a6d3,0x3a1,0x3cc)+_0x5bd14c(0x3a7,0x389,0x45e,_0x1f27c5._0x4f26b8)+_0x5bd14c(_0x1f27c5._0x4fbfaf,0x25d,0x270,0x31b)+'ials\x20to\x20mu'+_0x196441(-_0x1f27c5._0x4f45dc,-0x107,_0x1f27c5._0x3d5ed6,-0xf1)+'t\x20storage','ZuBua':_0x196441(-0xfd,-_0x1f27c5._0x3550f7,-_0x1f27c5._0x5e891e,-_0x1f27c5._0x28161b),'oMbhC':_0x5bd14c(0x260,0x26a,_0x1f27c5._0x137b04,0x1ca),'HuHdr':function(_0x13c7bf,_0xfb899a){return _0x13c7bf===_0xfb899a;},'lrJod':_0x196441(-0x54,-_0x1f27c5._0x4bb85d,-_0x1f27c5._0x59d8cc,0x22),'KNEcT':function(_0xbdca1e,_0x465981){return _0xbdca1e===_0x465981;},'VGSSm':_0x5bd14c(_0x1f27c5._0x2573eb,0x430,0x3cd,_0x1f27c5._0x53d422),'FogiI':_0x196441(-0x106,-_0x1f27c5._0x5cfc9f,-0x12b,-0xba),'HxBHB':function(_0x8148bf,_0x4d4889){return _0x8148bf!==_0x4d4889;},'qvhSd':_0x5bd14c(0x310,_0x1f27c5._0x47191c,0x28a,_0x1f27c5._0x1f4e70),'BHuTr':_0x196441(0x40,0x3d,_0x1f27c5._0x416104,_0x1f27c5._0x1a162d),'CNLfK':_0x196441(0x14,0x10,_0x1f27c5._0x364262,-0x39),'gTYng':_0x5bd14c(0x2dd,_0x1f27c5._0x67fdd1,_0x1f27c5._0x37a3ad,0x2d8),'AwEGS':'gemini','lZqkJ':_0x196441(-0x5,0x4,-0x63,_0x1f27c5._0xa40e0a),'PWWEE':_0x196441(-0xb9,-_0x1f27c5._0x11da4e,-_0x1f27c5._0x299acb,-_0x1f27c5._0x27653a)+_0x196441(-0x58,-0xd6,-_0x1f27c5._0x3c350a,-0x96)+_0x196441(0x37,-_0x1f27c5._0x3acdd0,0x99,0x41),'gCsCz':_0x196441(-0xd1,-0x179,-0x149,-0xd9)+_0x5bd14c(_0x1f27c5._0x124f55,0x24b,0x2a7,0x2d4)+'I\x20credenti'+_0x5bd14c(_0x1f27c5._0x58eba0,0x1cc,_0x1f27c5._0x5cbce4,_0x1f27c5._0x46c281),'tiqrI':'dZXQt','wZHHH':'qmvcj','bwCbL':_0x5bd14c(_0x1f27c5._0x113ce2,_0x1f27c5._0x3bc3c3,0x354,_0x1f27c5._0x283009)+_0x196441(-_0x1f27c5._0xf11679,-_0x1f27c5._0xa35999,-0x11,-_0x1f27c5._0x17bfc2)};if(_0x861820[_0x196441(0x3d,-0x71,0xbd,-_0x1f27c5._0x4fbd97)](ACCOUNTS_FILE)){if(_0x12ad37[_0x5bd14c(_0x1f27c5._0x12a6d3,0x2a8,_0x1f27c5._0x1ceb81,_0x1f27c5._0x1f4e70)]===_0x12ad37[_0x5bd14c(0x35a,0x3ef,0x34c,0x386)]){const _0x234e4d=_0x23e65c[_0x196441(-0x102,-0x107,-_0x1f27c5._0x30c7c3,-0x99)](_0xffaa51[_0x5bd14c(_0x1f27c5._0x3fe2dc,_0x1f27c5._0x30e9ea,0x354,0x33d)](),_0x3280cf[_0x40c2ec]);try{if(_0x403ccf[_0x196441(0x3d,0x69,_0x1f27c5._0x5dc0f0,_0x1f27c5._0x2af6c9)](_0x234e4d)){_0x1a299a[_0x196441(_0x1f27c5._0xe2766e,-0x16,0x36,-_0x1f27c5._0x4aead0)](_0x234e4d);const _0x30fa8e={};_0x30fa8e[_0x196441(0x3b,-0x5,0x93,0x52)]=_0x334d69,_0x30fa8e[_0x196441(-0x26,-_0x1f27c5._0x4551ff,0x2a,0x4c)]=_0x234e4d,_0x34b466['info'](_0x12ad37[_0x196441(-0x6c,-0x98,-0xd8,-0x97)],_0x30fa8e);}}catch(_0x27071a){const _0x540988={};_0x540988['provider']=_0x3d9c5c,_0x540988[_0x196441(0x2c,0xbf,_0x1f27c5._0x22fe9e,0x41)]=_0x27071a[_0x196441(-_0x1f27c5._0x2c290d,_0x1f27c5._0x39d545,-0x21,_0x1f27c5._0x44b469)],_0x3c94ae['error'](_0x12ad37[_0x5bd14c(_0x1f27c5._0x16c15e,0x251,0x294,0x302)],_0x540988);}}else return;}function _0x5bd14c(_0x2cf58b,_0x5a10ec,_0x4b5319,_0x3fb117){return _0x5b4d97(_0x5a10ec,_0x2cf58b- -0x207,_0x4b5319-0x15b,_0x3fb117-0xef);}logger[_0x196441(_0x1f27c5._0x24d436,0x95,0xeb,-_0x1f27c5._0x16c67b)](_0x12ad37[_0x196441(-_0x1f27c5._0x2fa9f4,-_0x1f27c5._0x4e8600,-0x90,-_0x1f27c5._0x3eb3e2)]);function _0x196441(_0x21b6d4,_0x503252,_0x4b4d0a,_0x5a43fd){return _0x5b4d97(_0x4b4d0a,_0x21b6d4- -0x568,_0x4b4d0a-_0x5a15c3._0x1e989a,_0x5a43fd-0x1ef);}const _0x5ea2a8={};_0x5ea2a8[_0x5bd14c(_0x1f27c5._0x27f071,_0x1f27c5._0x2c3fe3,0x330,0x3b6)]=[],_0x5ea2a8['codex']=[],_0x5ea2a8[_0x196441(-_0x1f27c5._0x1e88a0,_0x1f27c5._0x1173ef,-_0x1f27c5._0x9210c0,-_0x1f27c5._0x363c40)]=[];const _0x39108c=_0x5ea2a8;let _0x2f2a39=![];for(const [_0x89ac0e,_0x9d0f13]of Object[_0x5bd14c(0x359,_0x1f27c5._0x2679ec,_0x1f27c5._0x3556b9,_0x1f27c5._0x55cfaa)](CLI_CREDENTIAL_FILES)){if(_0x12ad37[_0x196441(-0xa3,-0xa,-0x124,-0xba)]===_0x12ad37[_0x196441(-_0x1f27c5._0x4a17a9,-0x2f,-0x4e,-0x1b)]){const _0x5325eb=_0x1d03d6[_0x196441(-0x102,-_0x1f27c5._0x370ed4,-_0x1f27c5._0x76246,-_0x1f27c5._0x9435a6)](_0x899754['homedir'](),_0x9d0f13);if(!_0x861820['existsSync'](_0x5325eb))continue;try{const _0x47154c=JSON[_0x196441(-0xb3,-_0x1f27c5._0x350e07,-_0x1f27c5._0x485a83,-_0x1f27c5._0x240dfe)](_0x861820[_0x5bd14c(0x2ef,_0x1f27c5._0x28a924,0x30a,0x35c)+'nc'](_0x5325eb,_0x12ad37['oMbhC']));let _0x503aed=null;if(_0x12ad37[_0x5bd14c(0x373,_0x1f27c5._0x48ce18,_0x1f27c5._0x146f65,0x371)](_0x89ac0e,_0x12ad37[_0x5bd14c(0x273,0x21b,_0x1f27c5._0x514b4d,0x30b)])&&_0x47154c['claudeAiOa'+'uth']?.['accessToke'+'n']){if(_0x12ad37[_0x196441(-0x11b,-_0x1f27c5._0x3c350a,-_0x1f27c5._0x488dd3,-_0x1f27c5._0xa5386c)](_0x196441(-0x83,-0x123,-0x72,-0xe6),_0x12ad37['VGSSm'])){_0x12ad37[_0x196441(_0x1f27c5._0x265eb5,-_0x1f27c5._0x4b0a13,_0x1f27c5._0x355c2e,-0x30)](_0x32eb7c,_0x341465);const _0x29adb8={};_0x29adb8[_0x5bd14c(0x30d,0x33e,_0x1f27c5._0x57a8d7,0x31a)]=_0xe2ea8b[_0x5bd14c(0x30d,0x3a9,_0x1f27c5._0x4c0045,_0x1f27c5._0x2e01fc)][_0x196441(-0x20,-0x82,-_0x1f27c5._0x11f53a,_0x1f27c5._0x1c40c7)],_0x29adb8[_0x196441(-0x106,-_0x1f27c5._0x3bd97e,-0x11e,-0x151)]=_0x52273b['codex']['length'],_0x29adb8[_0x5bd14c(_0x1f27c5._0x4eb748,0x390,0x2e4,_0x1f27c5._0x16e782)]=_0x383c6c[_0x5bd14c(_0x1f27c5._0x4eb748,_0x1f27c5._0x5423f3,0x346,_0x1f27c5._0x1a9aec)]['length'],_0x29db87[_0x5bd14c(0x3a6,0x306,0x3af,_0x1f27c5._0x503f05)](_0x196441(0x3f,-_0x1f27c5._0x13e5cc,_0x1f27c5._0x55cc33,_0x1f27c5._0xc99db)+'complete',_0x29adb8);}else{const _0x30a7d7={};_0x30a7d7['accessToke'+'n']=_0x47154c['claudeAiOa'+_0x196441(-0x1e,-_0x1f27c5._0x1d034e,_0x1f27c5._0x4118dd,0x83)][_0x196441(-0x55,-_0x1f27c5._0x15659b,-_0x1f27c5._0x3e18de,-_0x1f27c5._0x4b18aa)+'n'],_0x30a7d7[_0x5bd14c(0x283,0x236,_0x1f27c5._0x2084bb,0x28e)+'en']=_0x47154c[_0x196441(-0x22,0x3f,-_0x1f27c5._0x4715f3,-_0x1f27c5._0x3f5c2c)+_0x196441(-0x1e,-_0x1f27c5._0x2af6c9,_0x1f27c5._0x4f45dc,_0x1f27c5._0x3f41e9)][_0x5bd14c(_0x1f27c5._0x5b58a5,0x217,_0x1f27c5._0x5693f7,0x22b)+'en'],_0x30a7d7[_0x196441(-0x6,-0x1f,0x4f,-_0x1f27c5._0x2ff2ec)]=_0x47154c[_0x5bd14c(0x33f,0x3f7,_0x1f27c5._0x41e5e2,0x2d0)+'uth'][_0x196441(-_0x1f27c5._0x3f41e9,0x97,-0x6a,-0x12)],_0x30a7d7[_0x5bd14c(0x30f,_0x1f27c5._0x18fdeb,_0x1f27c5._0x2a5959,0x393)]=_0x47154c['claudeAiOa'+'uth'][_0x5bd14c(0x30f,_0x1f27c5._0x3fe2dc,_0x1f27c5._0x5333fc,0x36f)],_0x503aed=_0x30a7d7;}}else{if(_0x12ad37[_0x196441(_0x1f27c5._0x11da4e,0x49,-_0x1f27c5._0x4556c9,-_0x1f27c5._0x373477)](_0x89ac0e,_0x12ad37[_0x5bd14c(_0x1f27c5._0x7d5ce0,_0x1f27c5._0x4ed987,0x30e,_0x1f27c5._0x5c2b28)])){if(_0x12ad37['HxBHB'](_0x12ad37[_0x196441(-_0x1f27c5._0x4f7019,-0x8c,-0x75,-0x8e)],_0x5bd14c(_0x1f27c5._0x1f1ea5,_0x1f27c5._0x28259b,0x311,_0x1f27c5._0x5276af))){const _0x3eb7e1={};_0x3eb7e1['access_tok'+'en']=_0x294e16[_0x5bd14c(0x282,_0x1f27c5._0x545093,0x2b4,0x1f9)][_0x5bd14c(0x382,0x36b,_0x1f27c5._0x161acf,0x30f)+'en'],_0x3eb7e1['refresh_to'+_0x196441(-_0x1f27c5._0x4568e7,-_0x1f27c5._0x542206,_0x1f27c5._0x256d01,-_0x1f27c5._0x364262)]=_0x2f182d[_0x196441(-0xdf,-_0x1f27c5._0x30749d,-0x96,-_0x1f27c5._0x524c2d)][_0x5bd14c(_0x1f27c5._0x35348d,_0x1f27c5._0x59850a,0x2ef,0x3fd)+'ken'],_0x3eb7e1[_0x196441(-_0x1f27c5._0x1de5e5,-_0x1f27c5._0x6e50a2,-_0x1f27c5._0x50e301,-_0x1f27c5._0x34c887)]=_0x2b5060[_0x5bd14c(_0x1f27c5._0x447a90,_0x1f27c5._0x2837aa,0x21a,0x23a)][_0x196441(-0x108,-_0x1f27c5._0x51759d,-0x58,-0x53)],_0x4387d3=_0x3eb7e1;}else{if(_0x47154c[_0x196441(-0xdf,-0x148,-0xb7,-0x79)]?.[_0x196441(0x21,_0x1f27c5._0x403a37,0xd,0x7a)+'en']){if(_0x12ad37[_0x196441(-_0x1f27c5._0x5ac6b1,-0x14a,-0x19e,-_0x1f27c5._0x31afd0)]('epjwx',_0x12ad37['BHuTr'])){const _0x333133={};_0x333133[_0x196441(0x21,_0x1f27c5._0x2d317f,0xad,0x1b)+'en']=_0x47154c[_0x196441(-_0x1f27c5._0x1404a7,-0xbd,-_0x1f27c5._0x47c4c4,-_0x1f27c5._0x5e847a)][_0x196441(_0x1f27c5._0x42fb1d,-_0x1f27c5._0x313451,0xc8,-0x25)+'en'],_0x333133['refresh_to'+'ken']=_0x47154c[_0x196441(-_0x1f27c5._0x1404a7,-_0x1f27c5._0x360f78,-0xd3,-0xda)][_0x5bd14c(0x383,0x401,_0x1f27c5._0x58dcf5,0x31d)+'ken'],_0x333133[_0x5bd14c(0x259,_0x1f27c5._0x117127,0x21d,0x2a5)]=_0x47154c[_0x196441(-_0x1f27c5._0x3e7178,-_0x1f27c5._0x36ea85,-0x142,-0x59)][_0x5bd14c(_0x1f27c5._0x22ca01,_0x1f27c5._0x4c9b0d,0x25b,0x27c)],_0x503aed=_0x333133;}else{const _0x192733=_0x10eab5['isArray'](_0x18dd54?.[_0x21c1cc])?_0x3279ab[_0x35f659]:[];_0x2078d4[_0x302e12]=_0x192733[_0x5bd14c(0x351,_0x1f27c5._0xa8fc8f,0x38a,_0x1f27c5._0x4fd33e)](_0x14c965=>_0x3d17b4(_0x3aa5ba,_0x14c965))[_0x196441(-_0x1f27c5._0x337232,-_0x1f27c5._0x1a6908,-_0x1f27c5._0x1648fe,-_0x1f27c5._0x543988)](_0x41b42c);}}else{if(_0x47154c[_0x5bd14c(0x382,_0x1f27c5._0x4a383f,_0x1f27c5._0x23d7df,_0x1f27c5._0x4dc294)+'en']){if(_0x12ad37[_0x5bd14c(_0x1f27c5._0x441304,0x30b,0x312,0x2d4)](_0x12ad37[_0x196441(-_0x1f27c5._0x2ce6c8,-0x14,0xb,-_0x1f27c5._0xfe6779)],_0x12ad37[_0x196441(-0x110,-_0x1f27c5._0x4408d4,-0x152,-0x1c3)])){const _0x61e416={};_0x61e416[_0x196441(0x21,-_0x1f27c5._0x4715f3,_0x1f27c5._0x2b2eec,_0x1f27c5._0x47c4c4)+'en']=_0x47154c[_0x196441(0x21,_0x1f27c5._0x47b4fc,-0x2b,0x7)+'en'],_0x61e416[_0x5bd14c(_0x1f27c5._0x35348d,_0x1f27c5._0x246d9a,0x360,0x3d5)+'ken']=_0x47154c[_0x196441(_0x1f27c5._0x29d203,-0x88,-_0x1f27c5._0x13f76a,0xbf)+_0x196441(-_0x1f27c5._0x4568e7,-_0x1f27c5._0x3b84c8,-0x10b,-_0x1f27c5._0x208f78)],_0x61e416[_0x196441(-0x108,-0x181,-_0x1f27c5._0x2a9e51,-0x10c)]=_0x47154c[_0x5bd14c(0x259,_0x1f27c5._0x47d731,_0x1f27c5._0x1f0ee4,_0x1f27c5._0x1982a7)],_0x503aed=_0x61e416;}else{const _0x1d282b={};_0x1d282b['error']=_0x1cb99e[_0x5bd14c(_0x1f27c5._0x12b6d9,0x2cd,_0x1f27c5._0x333157,0x3d1)],_0xe6e00a[_0x5bd14c(_0x1f27c5._0x4f3032,0x40d,0x33c,_0x1f27c5._0x28634e)](_0x12ad37[_0x5bd14c(_0x1f27c5._0xcb1334,_0x1f27c5._0x198df5,_0x1f27c5._0x424616,_0x1f27c5._0x4c73a1)],_0x1d282b);}}}}}else{if(_0x89ac0e===_0x12ad37[_0x5bd14c(0x2b6,_0x1f27c5._0x5d2f4f,0x303,0x32d)]&&_0x47154c[_0x196441(_0x1f27c5._0x50440a,_0x1f27c5._0x2680e3,-0x4d,-0x5b)+'en']){const _0x168731={};_0x168731['access_tok'+'en']=_0x47154c[_0x5bd14c(0x382,0x3c3,0x40d,0x3fe)+'en'],_0x168731[_0x5bd14c(0x383,0x30c,0x40a,_0x1f27c5._0x5d3541)+_0x196441(-_0x1f27c5._0x4568e7,-0x3a,-0xb2,-_0x1f27c5._0x16fd18)]=_0x47154c[_0x5bd14c(0x383,0x364,0x3d2,0x300)+'ken'],_0x168731[_0x196441(-_0x1f27c5._0x3331c6,-_0x1f27c5._0x4a9a77,-0xab,-0x1b9)]=_0x47154c[_0x196441(-_0x1f27c5._0x3a31bd,-_0x1f27c5._0x1ab75c,-0x114,-0x10c)],_0x168731['expires_at']=_0x47154c[_0x5bd14c(0x2e8,0x239,_0x1f27c5._0x386a41,_0x1f27c5._0xf6cb1)],_0x168731[_0x5bd14c(0x26d,_0x1f27c5._0x57d934,0x2da,0x2fc)]=_0x47154c['scope'],_0x503aed=_0x168731;}}}if(_0x503aed){const _0x483fe0=_0x861820[_0x196441(-_0x1f27c5._0x48d438,-_0x1f27c5._0x5045ce,_0x1f27c5._0x24bb1f,-0x2c)](_0x5325eb),_0x1067ad={'id':_0x3a2785['randomUUID'](),'type':ACCOUNT_TYPE_OAUTH,'label':'Imported','email':null,'is_default':!![],'created_at':_0x483fe0['mtime'][_0x5bd14c(_0x1f27c5._0x3a51a6,_0x1f27c5._0xbc8dc1,_0x1f27c5._0x3e5bdf,0x447)+'g'](),'created_by':_0x12ad37[_0x5bd14c(0x23d,0x251,_0x1f27c5._0x5b9ed4,_0x1f27c5._0x2ca898)],'tokens':_0x503aed};_0x39108c[_0x89ac0e][_0x5bd14c(0x2d8,_0x1f27c5._0x48f11a,_0x1f27c5._0x11a60e,_0x1f27c5._0x5ec65b)](_0x1067ad),_0x2f2a39=!![];const _0x5beafe={};_0x5beafe[_0x5bd14c(0x39c,_0x1f27c5._0x34ae92,_0x1f27c5._0x204b0d,0x363)]=_0x89ac0e,_0x5beafe[_0x196441(-_0x1f27c5._0x51ed66,-0x107,-_0x1f27c5._0x55f784,-_0x1f27c5._0x1f6803)]=_0x1067ad['id'],logger[_0x196441(_0x1f27c5._0x10f230,0x41,_0x1f27c5._0x416104,_0x1f27c5._0x353a8f)](_0x12ad37[_0x5bd14c(_0x1f27c5._0x3ed1d2,_0x1f27c5._0x4e039c,_0x1f27c5._0x448682,0x2ef)],_0x5beafe);}}catch(_0x2df694){const _0x1edf63={};_0x1edf63[_0x5bd14c(0x39c,0x3d5,_0x1f27c5._0x5b1140,0x34e)]=_0x89ac0e,_0x1edf63[_0x196441(0x2c,_0x1f27c5._0x1e32dd,0x80,-0x3a)]=_0x2df694[_0x196441(-0x12,-_0x1f27c5._0x38e2da,-0x7,_0x1f27c5._0x1ac5e7)],logger[_0x5bd14c(0x38d,_0x1f27c5._0x261161,0x394,_0x1f27c5._0x447a09)](_0x12ad37[_0x5bd14c(_0x1f27c5._0x37a259,0x294,_0x1f27c5._0x26bb0c,0x20f)],_0x1edf63);}}else{const _0x3756ae={};_0x3756ae['access_tok'+'en']=_0x585a41[_0x5bd14c(0x382,0x33f,0x34b,_0x1f27c5._0x46411c)+'en'],_0x3756ae[_0x196441(0x22,-_0x1f27c5._0x5c8ae1,0x78,-_0x1f27c5._0x1c08ee)+_0x196441(-0x5e,-_0x1f27c5._0x9baf69,0x56,-_0x1f27c5._0x2d3e6c)]=_0x3ebcf5[_0x196441(_0x1f27c5._0x2d4f0d,-0x57,-0x3a,0xc8)+_0x5bd14c(_0x1f27c5._0x1e73cb,_0x1f27c5._0x5323ff,0x2f2,0x3b3)],_0x3756ae[_0x196441(-_0x1f27c5._0x38ef73,-_0x1f27c5._0x4f530b,-_0x1f27c5._0x5d7c1f,-0x1a4)]=_0x16f27b['token_type'],_0x3756ae[_0x5bd14c(0x2e8,0x330,_0x1f27c5._0x345712,_0x1f27c5._0x362ffd)]=_0x3442e7[_0x196441(-0x79,-_0x1f27c5._0x194e38,_0x1f27c5._0x5bb999,-0x113)],_0x3756ae[_0x196441(-0xf4,-0x93,-0x109,-_0x1f27c5._0x215a6a)]=_0x1739ee['scope'],_0x4121c7=_0x3756ae;}}if(_0x2f2a39){if(_0x12ad37['KNEcT'](_0x12ad37[_0x196441(0x1c,0xab,-0x80,_0x1f27c5._0x35ab03)],_0x12ad37['wZHHH']))return![];else{_0x12ad37[_0x196441(_0x1f27c5._0xb1f3a,-0x78,0x20,-0x2f)](writeProviderAccounts,_0x39108c);const _0x3402a6={};_0x3402a6[_0x196441(-0x54,-_0x1f27c5._0x3df311,_0x1f27c5._0x1aa408,_0x1f27c5._0x103366)]=_0x39108c[_0x5bd14c(0x30d,_0x1f27c5._0x324f00,0x340,_0x1f27c5._0x4b78ce)]['length'],_0x3402a6[_0x196441(-_0x1f27c5._0x1cc529,-_0x1f27c5._0x1eae34,-0x176,-0x15f)]=_0x39108c['codex'][_0x5bd14c(0x341,0x382,0x3d2,_0x1f27c5._0x5323ff)],_0x3402a6[_0x196441(-_0x1f27c5._0x421b82,_0x1f27c5._0x337232,_0x1f27c5._0x1c5ce8,_0x1f27c5._0x3df311)]=_0x39108c[_0x5bd14c(0x358,_0x1f27c5._0x1e73cb,0x34d,0x37e)][_0x196441(-0x20,0x7c,0x36,-0x14)],logger[_0x196441(_0x1f27c5._0x24d436,-_0x1f27c5._0x3a0ab9,_0x1f27c5._0x56d8ab,-0x64)](_0x12ad37[_0x5bd14c(_0x1f27c5._0x2e7981,0x31b,_0x1f27c5._0x31719c,0x363)],_0x3402a6);}}}export function syncAllCliFiles(){const _0x5b2dad={_0x4f28a1:0x3b4,_0x21dda8:0x19e,_0x2a1517:0x678,_0x15ee14:0x5f8,_0x2cd0bb:0x641,_0x1a9149:0x68e,_0xb86b90:0x283,_0x442c03:0x254,_0x539444:0x2ed,_0x3db018:0x1f5,_0x28e15b:0x2e6,_0x560b93:0x295,_0x46e761:0x615,_0x1a6efa:0x618},_0x1d6a66={_0x48b654:0x1c1,_0x4ddc0f:0x5f},_0x4b29da={_0x21d1c5:0xa2,_0x3feb87:0x110,_0xe6951f:0x19e},_0xa6cbb={'OdYCo':'utf8','QYdGf':function(_0x2b8be2,_0x3daabd){return _0x2b8be2(_0x3daabd);},'TOpdU':function(_0x4940fb,_0x4e8849){return _0x4940fb===_0x4e8849;},'rFIKy':function(_0x2c1e3e,_0x1125e4){return _0x2c1e3e(_0x1125e4);}};function _0x31cfdf(_0x25a019,_0x28115b,_0x11c26b,_0x45aaa0){return _0x13e964(_0x25a019-_0x4b29da._0x21d1c5,_0x45aaa0-_0x4b29da._0x3feb87,_0x28115b,_0x45aaa0-_0x4b29da._0xe6951f);}function _0x213c16(_0x351ace,_0x538ec2,_0x114ff9,_0x5e86be){return _0x13e964(_0x351ace-_0x1d6a66._0x48b654,_0x5e86be-0x45a,_0x114ff9,_0x5e86be-_0x1d6a66._0x4ddc0f);}for(const _0x563c71 of SUPPORTED_PROVIDERS){if(_0xa6cbb[_0x31cfdf(0x3d3,0x300,_0x5b2dad._0x4f28a1,0x332)](_0x31cfdf(_0x5b2dad._0x21dda8,0x201,0x2c1,0x23d),_0x213c16(0x66c,0x5d4,0x5e7,_0x5b2dad._0x2a1517))){if(_0x561215[_0x213c16(0x71b,_0x5b2dad._0x15ee14,_0x5b2dad._0x2cd0bb,_0x5b2dad._0x1a9149)](_0x9bb132)){const _0x34ba03=_0x29f7e3[_0x31cfdf(0x2dc,0x2f4,_0x5b2dad._0xb86b90,_0x5b2dad._0x442c03)](_0x1b04e3[_0x31cfdf(_0x5b2dad._0x539444,_0x5b2dad._0x3db018,_0x5b2dad._0x28e15b,_0x5b2dad._0x560b93)+'nc'](_0x4aaaec,_0xa6cbb['OdYCo']));return _0xa6cbb[_0x213c16(_0x5b2dad._0x46e761,0x61a,0x6d2,0x629)](_0x191761,_0x34ba03);}}else _0xa6cbb[_0x213c16(0x578,0x5fd,_0x5b2dad._0x1a6efa,0x62d)](syncDefaultToCliFile,_0x563c71);}}export function getAllProvidersStatus(){const _0x323720={_0x540c62:0x364,_0x2803e9:0x326,_0x2d24f4:0x291,_0x22aa99:0x2ed,_0x178642:0x4a8,_0x1f24a2:0x3bf,_0x301fc0:0x44e,_0x254bfa:0x39a},_0x3385af={_0x343655:0x101},_0x114131={_0xaf4ce3:0x15d},_0x1ece12={'sJFmd':function(_0x3cd469){return _0x3cd469();}};function _0x4bbc3d(_0x514766,_0x128d97,_0x485796,_0x3efe4f){return _0x5b4d97(_0x128d97,_0x3efe4f- -0x25b,_0x485796-0x4a,_0x3efe4f-_0x114131._0xaf4ce3);}const _0x37b69b=_0x1ece12[_0x4bbc3d(_0x323720._0x540c62,_0x323720._0x2803e9,0x302,0x2ee)](readProviderAccounts),_0x18e7d6={};function _0xe6d094(_0x21fe18,_0x48da17,_0x13a021,_0x2b4a32){return _0x13e964(_0x21fe18-0x26,_0x13a021-0x2f3,_0x48da17,_0x2b4a32-_0x3385af._0x343655);}for(const _0x2fb319 of SUPPORTED_PROVIDERS){const _0x2a5edf=_0x37b69b[_0x2fb319]||[];_0x18e7d6[_0x2fb319]={'accounts':_0x2a5edf['map'](_0x44ae01=>({'id':_0x44ae01['id'],'type':_0x44ae01[_0xe6d094(0x3f4,0x481,0x494,0x3fb)]||ACCOUNT_TYPE_OAUTH,'label':_0x44ae01[_0x4bbc3d(0x321,0x30e,0x294,0x2cb)],'email':_0x44ae01['type']===ACCOUNT_TYPE_OAUTH?_0x44ae01[_0xe6d094(0x435,0x417,0x440,0x4f8)]:null,'key_preview':_0x44ae01[_0x4bbc3d(0x27e,0x22f,0x252,0x2b7)]===ACCOUNT_TYPE_API_KEY?maskApiKey(_0x44ae01[_0x4bbc3d(0x20b,0x1f5,0x2d1,0x240)]):null,'endpoint':_0x44ae01[_0x4bbc3d(0x239,0x2aa,0x21a,0x2b7)]===ACCOUNT_TYPE_API_KEY?normalizeApiKeyEndpoint(_0x2fb319,_0x44ae01[_0x4bbc3d(0x3f5,0x2e4,0x366,0x351)]):null,'is_default':_0x44ae01[_0xe6d094(0x4b0,0x3a1,0x42b,0x383)],'created_at':_0x44ae01[_0xe6d094(0x527,0x3fb,0x49c,0x459)],'created_by':_0x44ae01[_0x4bbc3d(0x320,0x37d,0x27a,0x309)]})),'has_accounts':_0x2a5edf[_0x4bbc3d(0x27b,0x29c,_0x323720._0x2d24f4,_0x323720._0x22aa99)]>-0xd4e+0x1672+0x3c*-0x27,'has_oauth_accounts':_0x2a5edf[_0xe6d094(_0x323720._0x178642,_0x323720._0x1f24a2,_0x323720._0x301fc0,_0x323720._0x254bfa)](_0x10db66=>_0x10db66[_0xe6d094(0x44f,0x530,0x494,0x40c)]===ACCOUNT_TYPE_OAUTH),'has_api_key_accounts':_0x2a5edf['some'](_0x54a142=>_0x54a142[_0x4bbc3d(0x334,0x273,0x2ef,0x2b7)]===ACCOUNT_TYPE_API_KEY&&!!_0x54a142[_0x4bbc3d(0x1e5,0x1d1,0x27c,0x240)])};}return _0x18e7d6;}
|
|
1
|
+
(function(_0x1c51ce,_0x104a19){const _0x524f6d={_0x24f222:0x14,_0x144453:0x4f3,_0x4c026c:0x526,_0x316b66:0x5bb,_0x4b181b:0x57f,_0x59b96c:0x11c,_0x50a8c9:0x153,_0x2cf3dd:0x11,_0x5b5b3b:0x47,_0x4db688:0xda,_0x2b0600:0x4d,_0xde4198:0x9a,_0x26c07b:0x49b,_0x3e46b0:0x4b1,_0x541287:0x535,_0x45017a:0x538,_0x342d11:0x106,_0xc13764:0x13c,_0x18ebe5:0xf8,_0x57c68d:0x109},_0x29697a={_0x33caf5:0x22d},_0x333dba={_0x16c19a:0x24c};function _0x972db2(_0x168d5a,_0x4ea470,_0x23e00e,_0x530a48){return _0x2f45(_0x4ea470-_0x333dba._0x16c19a,_0x168d5a);}function _0x3c263f(_0x958673,_0x204bdc,_0x37aa5e,_0x165128){return _0x2f45(_0x37aa5e- -_0x29697a._0x33caf5,_0x165128);}const _0x2b17ca=_0x1c51ce();while(!![]){try{const _0x3d49f0=parseInt(_0x3c263f(-0x42,-0x14,-_0x524f6d._0x24f222,-0xa0))/(-0x1*0x189d+-0x1a75+0x1*0x3313)*(-parseInt(_0x972db2(0x4c2,0x4f3,_0x524f6d._0x144453,0x49c))/(0x1*-0x335+-0x2126+-0x141*-0x1d))+parseInt(_0x972db2(0x5c4,_0x524f6d._0x4c026c,_0x524f6d._0x316b66,_0x524f6d._0x4b181b))/(0x274*-0x5+0x5*0x1ae+0x3e1)+parseInt(_0x3c263f(_0x524f6d._0x59b96c,_0x524f6d._0x50a8c9,0xa5,0xc8))/(0x1f05+-0x37d*-0xb+-0x4560)+-parseInt(_0x3c263f(-0x3c,_0x524f6d._0x2cf3dd,-_0x524f6d._0x5b5b3b,-_0x524f6d._0x4db688))/(0x1d3*-0x2+-0x742+-0xaed*-0x1)*(parseInt(_0x3c263f(0x74,0xe8,_0x524f6d._0x2b0600,_0x524f6d._0xde4198))/(0x233*-0x1+0x149f+-0x1266))+parseInt(_0x972db2(_0x524f6d._0x26c07b,0x500,_0x524f6d._0x3e46b0,0x5a1))/(-0x18f0+-0xa72*0x1+0x2369)+-parseInt(_0x972db2(0x514,0x489,_0x524f6d._0x541287,_0x524f6d._0x45017a))/(-0x33b*0x9+0x1*0x42e+0x18ed)+parseInt(_0x3c263f(_0x524f6d._0x342d11,_0x524f6d._0xc13764,_0x524f6d._0x18ebe5,_0x524f6d._0x57c68d))/(0x1*0x2405+0x69d*-0x1+0x1d5f*-0x1);if(_0x3d49f0===_0x104a19)break;else _0x2b17ca['push'](_0x2b17ca['shift']());}catch(_0x1fbab4){_0x2b17ca['push'](_0x2b17ca['shift']());}}}(_0x4874,0x87*-0x683+-0xfb43+0x948ad*0x2));import _0x18cec6 from'crypto';import _0xf7db7 from'fs';import _0x3ee3b7 from'path';import _0x399a64 from'os';import{DATA_DIR}from'./data-dir.js';import{logger}from'./logger.js';const ACCOUNTS_FILE=_0x3ee3b7[_0x2edbd2(0x6bf,0x64a,0x6ce,0x671)](DATA_DIR,'provider-a'+_0x3e902f(0x42d,0x41b,0x3e4,0x3f5)+'on'),SUPPORTED_PROVIDERS=[_0x2edbd2(0x6a4,0x6c8,0x60b,0x695),'codex',_0x3e902f(0x44c,0x3b1,0x359,0x305)],ACCOUNT_TYPE_OAUTH='oauth',ACCOUNT_TYPE_API_KEY=_0x3e902f(0x3d5,0x40b,0x3d7,0x413);function _0x2f45(_0x400b43,_0x21b601){_0x400b43=_0x400b43-(-0x1*-0x2623+0x2192+-0x45d5);const _0x5f31ca=_0x4874();let _0x4756d9=_0x5f31ca[_0x400b43];if(_0x2f45['lYJNjo']===undefined){var _0x4b5466=function(_0x323f12){const _0x48b126='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xc4816='',_0x1b68d8='';for(let _0x3689bb=-0x9*-0x1f0+0x3d1*-0x5+0x1a5*0x1,_0x29dd77,_0x2668c4,_0x324053=0x89*0x1+0xfb*0xd+-0x44*0x32;_0x2668c4=_0x323f12['charAt'](_0x324053++);~_0x2668c4&&(_0x29dd77=_0x3689bb%(-0x1*0x6f1+-0x1*-0x2659+-0x1f64)?_0x29dd77*(0x781+0x13d*0x5+-0x2*0x6b9)+_0x2668c4:_0x2668c4,_0x3689bb++%(0x1c8b+-0x4c*-0x4b+-0x1*0x32cb))?_0xc4816+=String['fromCharCode'](-0x29*-0x2+-0x1*0x234e+0x1*0x23fb&_0x29dd77>>(-(0x1e0+-0x38a*-0x1+-0x568)*_0x3689bb&-0x1d37+0x13*0x17c+0x109)):0x13*-0x1a5+0x1d9*-0x11+0x3ea8){_0x2668c4=_0x48b126['indexOf'](_0x2668c4);}for(let _0x5a4513=0x2583+0x501+-0x2a84,_0x44edf8=_0xc4816['length'];_0x5a4513<_0x44edf8;_0x5a4513++){_0x1b68d8+='%'+('00'+_0xc4816['charCodeAt'](_0x5a4513)['toString'](0xa46*0x3+0x1e13*-0x1+0x7*-0x19))['slice'](-(-0x1*0xedd+0x1535+-0x32b*0x2));}return decodeURIComponent(_0x1b68d8);};_0x2f45['ZUDvzk']=_0x4b5466,_0x2f45['CGkDts']={},_0x2f45['lYJNjo']=!![];}const _0x1209f4=_0x5f31ca[0x18c5*-0x1+0x8*-0xa1+-0x1*-0x1dcd],_0x42f6d8=_0x400b43+_0x1209f4,_0x271738=_0x2f45['CGkDts'][_0x42f6d8];return!_0x271738?(_0x4756d9=_0x2f45['ZUDvzk'](_0x4756d9),_0x2f45['CGkDts'][_0x42f6d8]=_0x4756d9):_0x4756d9=_0x271738,_0x4756d9;}function _0x3e902f(_0x23b871,_0x680289,_0x2b4aab,_0x5ac70d){return _0x2f45(_0x680289-0x126,_0x23b871);}const _0x525889={};_0x525889[_0x2edbd2(0x728,0x739,0x72b,0x695)]='.claude/.c'+_0x2edbd2(0x621,0x65a,0x6ac,0x69f)+_0x3e902f(0x351,0x403,0x47d,0x35f),_0x525889[_0x3e902f(0x3f2,0x3f0,0x39a,0x479)]=_0x3e902f(0x3d4,0x43c,0x386,0x3f2)+_0x2edbd2(0x573,0x55c,0x60a,0x588),_0x525889[_0x2edbd2(0x646,0x661,0x670,0x5f9)]='.gemini/oa'+'uth_creds.'+_0x2edbd2(0x529,0x517,0x576,0x586);const CLI_CREDENTIAL_FILES=_0x525889,_0xe21edc={};_0xe21edc['scopes']='org:create'+'_api_key\x20u'+_0x3e902f(0x371,0x3de,0x36a,0x44c)+_0x3e902f(0x4ae,0x449,0x3d1,0x46e)+'erence\x20use'+_0x2edbd2(0x576,0x522,0x60e,0x559)+_0x3e902f(0x267,0x31a,0x3a0,0x31c)+'de';const _0x356862={};_0x356862['scopes']=_0x2edbd2(0x5be,0x4f0,0x4b1,0x55a)+_0x2edbd2(0x664,0x668,0x655,0x687)+_0x2edbd2(0x67a,0x5cc,0x5fc,0x675)+_0x2edbd2(0x582,0x6cf,0x5eb,0x636);const _0x30fd1e={};_0x30fd1e[_0x3e902f(0x32c,0x3df,0x3b8,0x488)]='https://ww'+_0x2edbd2(0x626,0x5a5,0x5aa,0x594)+_0x3e902f(0x3ce,0x3f1,0x493,0x3c2)+_0x2edbd2(0x663,0x698,0x5f0,0x694)+_0x3e902f(0x3b6,0x373,0x3a5,0x2dc)+_0x2edbd2(0x56a,0x6af,0x655,0x606)+_0x2edbd2(0x57c,0x55c,0x4e3,0x580)+'com/auth/u'+_0x3e902f(0x422,0x3c4,0x424,0x39d)+_0x2edbd2(0x62d,0x6b5,0x5f3,0x657)+_0x2edbd2(0x5f4,0x5af,0x508,0x564)+_0x3e902f(0x321,0x378,0x39a,0x346)+_0x2edbd2(0x6a0,0x601,0x6be,0x65e)+_0x3e902f(0x338,0x391,0x2e9,0x419)+'le';const _0x17df50={};_0x17df50['claude']=_0xe21edc,_0x17df50[_0x3e902f(0x489,0x3f0,0x398,0x3aa)]=_0x356862,_0x17df50[_0x2edbd2(0x5df,0x64c,0x607,0x5f9)]=_0x30fd1e;const PROVIDER_CONFIG=_0x17df50;function _0x2edbd2(_0x3d00dc,_0x22abd4,_0x34a70e,_0x9dac86){return _0x2f45(_0x9dac86-0x36e,_0x3d00dc);}function trimToNull(_0x132b7d){const _0x2bf5bf={_0x43a06c:0x176,_0xcc98fb:0x13b,_0x278118:0x94,_0x131c7b:0x14e,_0x354156:0x626,_0x4d663a:0x6d3,_0x495746:0x238,_0x2bc5c5:0x2ba,_0x724611:0x24b},_0xe25e5a={_0x5bc9cf:0x209,_0x46dccd:0x18e},_0x373192={_0x5d2bcc:0xe2},_0x50ed24={};_0x50ed24[_0x25898d(_0x2bf5bf._0x43a06c,0xa6,_0x2bf5bf._0xcc98fb,_0x2bf5bf._0x278118)]=_0x25898d(0x183,0x1d9,0x134,_0x2bf5bf._0x131c7b);function _0x25898d(_0x2f56de,_0x573361,_0x51aa09,_0x5d366a){return _0x3e902f(_0x573361,_0x51aa09- -0x213,_0x51aa09-0x1f3,_0x5d366a-_0x373192._0x5d2bcc);}_0x50ed24[_0x62f0e(_0x2bf5bf._0x354156,_0x2bf5bf._0x4d663a,0x5d5,0x676)]=function(_0x19c74b,_0xb55826){return _0x19c74b||_0xb55826;};function _0x62f0e(_0x6cd1df,_0x1ac091,_0x4998b0,_0x58472d){return _0x3e902f(_0x4998b0,_0x6cd1df-_0xe25e5a._0x5bc9cf,_0x4998b0-0x198,_0x58472d-_0xe25e5a._0x46dccd);}const _0xeadd5f=_0x50ed24;if(typeof _0x132b7d!==_0xeadd5f['MxnHK'])return null;const _0x3cce37=_0x132b7d['trim']();return _0xeadd5f[_0x25898d(_0x2bf5bf._0x495746,_0x2bf5bf._0x2bc5c5,0x20a,_0x2bf5bf._0x724611)](_0x3cce37,null);}function normalizeBaseUrl(_0x307b43){const _0x19e07b={_0x43b319:0xb3,_0x4fd22e:0xd1,_0x4d0b3f:0xfd,_0x5d811b:0xb5,_0x29aeab:0xe9,_0x104ab7:0xac,_0x21337c:0xb2,_0x5844ce:0x136,_0x1bdbd4:0xe2,_0x538a64:0x14e,_0x16ed03:0xfe,_0x5f52c6:0xcf,_0x393add:0x5e,_0x34c2a6:0x1b8,_0x1f7181:0x1c9,_0x33dfe1:0x139,_0x4e96a4:0x1ca,_0x490bbb:0x11e,_0x5622e2:0x72,_0x21fcca:0x1d0,_0x4d7bd2:0x19b,_0x1bd9ec:0x181,_0x1af716:0x1be,_0x2f1ebf:0x13a,_0x30318c:0x144,_0x36cf81:0x98,_0x2fc980:0xcd,_0x1d0049:0x166,_0x345f4f:0x12d,_0x583103:0xcc,_0x4e6594:0xdb,_0x170425:0x27,_0x1f34cd:0x53,_0x5a1e48:0x16e,_0xd7ab4b:0x15c,_0x10add6:0xd3,_0x31ff80:0x15b,_0x2a51d5:0x18e,_0x956b12:0xd8},_0x2ec7bc={_0x27e98c:0x65,_0x15a355:0x54b},_0x120e4e={_0x4be80a:0x156},_0x417257={};function _0x168b38(_0x116ca9,_0x2e6228,_0x16c4a2,_0x450ad0){return _0x3e902f(_0x450ad0,_0x2e6228- -0x28f,_0x16c4a2-0x1a4,_0x450ad0-_0x120e4e._0x4be80a);}function _0x392017(_0x12915d,_0x58e66c,_0xf27ae9,_0x14bd36){return _0x2edbd2(_0x58e66c,_0x58e66c-_0x2ec7bc._0x27e98c,_0xf27ae9-0x167,_0x14bd36- -_0x2ec7bc._0x15a355);}_0x417257[_0x168b38(0xc8,_0x19e07b._0x43b319,_0x19e07b._0x4fd22e,_0x19e07b._0x4d0b3f)]=_0x392017(0x189,_0x19e07b._0x5d811b,0x17b,_0x19e07b._0x29aeab),_0x417257[_0x168b38(0x134,_0x19e07b._0x104ab7,0xf1,_0x19e07b._0x21337c)]='short',_0x417257[_0x168b38(0x78,0x100,_0x19e07b._0x5844ce,0x1ab)]=_0x392017(_0x19e07b._0x1bdbd4,_0x19e07b._0x538a64,0x126,0x13d),_0x417257[_0x168b38(0x145,0xfb,0x13a,_0x19e07b._0x16ed03)]=function(_0x518065,_0x5abee3){return _0x518065+_0x5abee3;},_0x417257['FsJXe']=_0x168b38(0xe0,_0x19e07b._0x5f52c6,_0x19e07b._0x393add,0x175),_0x417257[_0x168b38(0x18b,_0x19e07b._0x34c2a6,0x26a,_0x19e07b._0x1f7181)]=_0x168b38(0x11b,_0x19e07b._0x33dfe1,0x117,0x10f),_0x417257[_0x168b38(_0x19e07b._0x4e96a4,_0x19e07b._0x490bbb,0x149,_0x19e07b._0x5622e2)]=function(_0xd97e2,_0x15dbba){return _0xd97e2!==_0x15dbba;};const _0x9c779a=_0x417257,_0x505a06=trimToNull(_0x307b43);if(!_0x505a06){if(_0x9c779a[_0x392017(_0x19e07b._0x21fcca,_0x19e07b._0x4d7bd2,0xab,0x134)]===_0x9c779a[_0x392017(_0x19e07b._0x1bd9ec,_0x19e07b._0x1af716,_0x19e07b._0x2f1ebf,_0x19e07b._0x30318c)]){const _0x36f939=new _0x64f1d5(),_0x2d6fcc=_0x36f939[_0x392017(_0x19e07b._0x36cf81,0xb6,0x18,_0x19e07b._0x2fc980)+'teString'](_0x9c779a['SMANU'],{'month':_0x9c779a['XoNyU'],'day':_0x9c779a['CZhmX']});_0x4a0396=_0x9c779a['KdauX'](_0x248a4c[_0x168b38(_0x19e07b._0x1d0049,_0x19e07b._0x345f4f,_0x19e07b._0x583103,0x8c)](-0x17*0x3b+-0x1*0x54d+-0x17*-0x76)[_0x392017(_0x19e07b._0x4e6594,0x65,_0x19e07b._0x170425,_0x19e07b._0x1f34cd)+'e'](),_0x1c746c[_0x168b38(0x118,_0x19e07b._0x5a1e48,0x124,0xd0)](0x86*0x3c+-0xfce+0x79*-0x21))+'\x20('+_0x2d6fcc+')';}else return null;}try{const _0x4b1612=new URL(_0x505a06);if(_0x9c779a['bPHIc'](_0x4b1612[_0x168b38(0x1c3,_0x19e07b._0xd7ab4b,_0x19e07b._0x10add6,0x1d2)],_0x168b38(0x19d,_0x19e07b._0x31ff80,0x13a,_0x19e07b._0x2a51d5))&&_0x4b1612['protocol']!=='https:')return null;return _0x4b1612[_0x168b38(0x11d,_0x19e07b._0x956b12,0x67,0xb4)]()['replace'](/\/+$/,'');}catch{return null;}}function endpointSupportsApiVersion(_0x94c39b){const _0x5bdeae={_0x4f6b2c:0x5e3,_0x32adcf:0x6b9,_0x3ed226:0x5ca,_0x54e873:0x634,_0x17e2b8:0x633,_0x4396fc:0x612,_0x406d1b:0x6ff,_0x493d0a:0x686},_0x5c680c={_0x1e854c:0x28},_0x212243={_0x2c14a5:0x10c},_0x37e3fd={};function _0x2afea2(_0x4b3567,_0x31ca15,_0x35dc09,_0xde1a13){return _0x3e902f(_0x31ca15,_0xde1a13-0x244,_0x35dc09-_0x212243._0x2c14a5,_0xde1a13-0x184);}_0x37e3fd[_0x2afea2(0x647,_0x5bdeae._0x4f6b2c,0x689,0x612)]=function(_0x477415,_0xcc9dc8){return _0x477415===_0xcc9dc8;},_0x37e3fd['eZtch']=_0x2afea2(_0x5bdeae._0x32adcf,0x67b,_0x5bdeae._0x3ed226,_0x5bdeae._0x54e873),_0x37e3fd['HIKVN']=function(_0x102a06,_0x2171a2){return _0x102a06===_0x2171a2;};function _0x1983f6(_0x163db6,_0x5ae5ae,_0x2598e5,_0x44e5e9){return _0x2edbd2(_0x2598e5,_0x5ae5ae-_0x5c680c._0x1e854c,_0x2598e5-0x76,_0x163db6- -0xa);}const _0x3f83b8=_0x37e3fd;return _0x3f83b8[_0x2afea2(0x57b,0x601,_0x5bdeae._0x17e2b8,_0x5bdeae._0x4396fc)](_0x94c39b,_0x3f83b8['eZtch'])||_0x3f83b8[_0x2afea2(0x645,0x711,_0x5bdeae._0x406d1b,_0x5bdeae._0x493d0a)](_0x94c39b,'gemini');}function getDefaultEndpointConfig(_0x11f819){const _0x3da1db={_0x46abf3:0x238,_0xa8f92d:0x1ee,_0x2106e1:0x26c,_0x41de81:0x1b2,_0x556079:0xb0,_0xe77ae5:0xaa,_0x14251e:0x151,_0x294466:0x14d},_0x310524={_0x157471:0x336};function _0x39fcbb(_0x571510,_0x26c272,_0x5c90e3,_0x2223c2){return _0x2edbd2(_0x571510,_0x26c272-0x1b3,_0x5c90e3-0x108,_0x2223c2- -0x41d);}const _0x5252ef={'pDjdT':_0x39fcbb(0x22c,_0x3da1db._0x46abf3,_0x3da1db._0xa8f92d,_0x3da1db._0x2106e1),'OGZLh':function(_0x55c021,_0x50d9ec){return _0x55c021(_0x50d9ec);}},_0x30ab0c={};function _0x59cb30(_0x20ac06,_0x5f14bb,_0x35dc11,_0x5e4bf7){return _0x3e902f(_0x35dc11,_0x5f14bb- -_0x310524._0x157471,_0x35dc11-0x148,_0x5e4bf7-0x113);}return _0x30ab0c[_0x59cb30(_0x3da1db._0x41de81,0x137,_0x3da1db._0x556079,0x1c0)+'n']=null,{'mode':_0x5252ef['pDjdT'],'base_url':null,..._0x5252ef[_0x59cb30(0xd5,_0x3da1db._0xe77ae5,_0x3da1db._0x14251e,_0x3da1db._0x294466)](endpointSupportsApiVersion,_0x11f819)?_0x30ab0c:{}};}function normalizeApiKeyEndpoint(_0x50fe77,_0x1a9acf){const _0x482a4e={_0x331b2c:0x311,_0x2729ec:0x439,_0x29d5a7:0x37a,_0xd207e7:0x3a2,_0x60bc8e:0x3ae,_0x1bd3c2:0x71,_0x17dc27:0x70,_0x4a108d:0x414,_0x5677b5:0x45c,_0x187957:0x4c5,_0x29063f:0x42a,_0x333dc6:0x3ff,_0x35b15e:0x3aa,_0x30f4f5:0x7b,_0x698285:0x130,_0x9adf50:0x2e,_0x1645db:0x85,_0x141737:0x48a,_0x172b87:0x3f1,_0x17b552:0x41e,_0x41f665:0x4d1,_0x9522ff:0x4c0,_0x5815bc:0x4c8,_0x368ef3:0x3f7,_0x326fca:0xe7,_0x1edd96:0x14b,_0x4ddefe:0x106,_0x3feac1:0xfe,_0xf8f1e2:0x12a,_0x46a633:0xb3,_0x322696:0x14a,_0xaf33f:0x202,_0x435d64:0x184,_0x45f388:0x11a,_0x806417:0x184,_0x3dd7af:0x161,_0x23da89:0x231,_0x1b781e:0x11b,_0xb93c2e:0x118,_0x16d1b4:0x6a,_0x235d71:0xf0,_0x2d1e32:0x8e,_0x59062b:0x32,_0x1f32f0:0x52e,_0x10c09b:0x482,_0x50dfe4:0x11,_0x286f28:0x379,_0x4e8b85:0xc0,_0x589e80:0x12f,_0x424416:0xe1,_0x161599:0x1b7,_0xd6faa6:0x156,_0x301db8:0x4c6,_0x4638cb:0x48f,_0x28f5f2:0x52e,_0x4f57f2:0x80,_0x58bdbb:0x4e9,_0x31d4a2:0x51a,_0x4b87f7:0x110,_0x42ae85:0x17f,_0x5c2dcd:0xf8,_0x27a3ac:0xd8,_0x37288c:0x1c2,_0x590239:0x241},_0x4b4b75={'ZcYll':function(_0x2d4ea5,_0x279bef){return _0x2d4ea5(_0x279bef);},'WcSzH':'Migration\x20'+_0x29828a(0x3f0,_0x482a4e._0x331b2c,0x3b2,0x3a6),'nYbtt':function(_0x35e13a,_0x30da34){return _0x35e13a!==_0x30da34;},'yaXKb':function(_0x4f1270,_0x4bf52e){return _0x4f1270===_0x4bf52e;},'DHROC':function(_0x5a934c,_0x2d516c){return _0x5a934c===_0x2d516c;},'zdGgC':function(_0x360f76,_0x47f220,_0x6dfbe7){return _0x360f76(_0x47f220,_0x6dfbe7);},'ZaBUB':function(_0x184e18,_0xc94021){return _0x184e18===_0xc94021;},'WTCAX':function(_0x305482,_0x44ecbb){return _0x305482(_0x44ecbb);},'ipnoU':_0x29828a(_0x482a4e._0x2729ec,_0x482a4e._0x29d5a7,_0x482a4e._0xd207e7,_0x482a4e._0x60bc8e),'iOnEN':function(_0x538c2b,_0x12a198){return _0x538c2b===_0x12a198;},'QVdSh':'ZKYPD','abtSf':_0x49b9ce(0x80,_0x482a4e._0x1bd3c2,0xb1,_0x482a4e._0x17dc27),'vYNtJ':function(_0x1dd872,_0x391975){return _0x1dd872(_0x391975);}};function _0x29828a(_0x158523,_0x424bc6,_0x3a83c9,_0x48c5f8){return _0x2edbd2(_0x158523,_0x424bc6-0x85,_0x3a83c9-0x1d7,_0x3a83c9- -0x1c4);}const _0x35994e=_0x4b4b75[_0x49b9ce(0xc2,0xba,0x13a,0x122)](getDefaultEndpointConfig,_0x50fe77),_0x542a23=_0x4b4b75[_0x29828a(0x42c,0x420,_0x482a4e._0x4a108d,_0x482a4e._0x5677b5)](_0x4b4b75['WTCAX'](trimToNull,_0x1a9acf?.['mode']),_0x4b4b75['ipnoU'])?'custom':_0x29828a(0x4a3,0x51e,_0x482a4e._0x187957,_0x482a4e._0x29063f);if(_0x542a23!==_0x4b4b75[_0x29828a(_0x482a4e._0x333dc6,0x436,0x3f0,0x381)]){if(_0x4b4b75['iOnEN'](_0x4b4b75[_0x29828a(0x2ff,0x419,_0x482a4e._0x35b15e,0x344)],_0x4b4b75[_0x49b9ce(_0x482a4e._0x30f4f5,_0x482a4e._0x698285,_0x482a4e._0x9adf50,_0x482a4e._0x1645db)]))return _0x35994e;else{_0x4b4b75[_0x29828a(0x49c,_0x482a4e._0x141737,_0x482a4e._0x172b87,0x452)](_0x39bde8,_0x3394f7);const _0x5949c4={};_0x5949c4[_0x29828a(0x443,0x552,0x4d1,0x477)]=_0x316387[_0x29828a(_0x482a4e._0x17b552,0x450,_0x482a4e._0x41f665,_0x482a4e._0x9522ff)][_0x29828a(0x3db,0x493,0x459,_0x482a4e._0x5815bc)],_0x5949c4[_0x29828a(0x42d,0x424,0x474,_0x482a4e._0x368ef3)]=_0x473268['codex'][_0x49b9ce(0x12a,_0x482a4e._0x326fca,_0x482a4e._0x1edd96,0x13a)],_0x5949c4[_0x49b9ce(_0x482a4e._0x4ddefe,_0x482a4e._0x3feac1,0x154,0xcc)]=_0x20740c['gemini'][_0x49b9ce(_0x482a4e._0xf8f1e2,0x9f,_0x482a4e._0x46a633,_0x482a4e._0x322696)],_0x561431[_0x49b9ce(0x14f,0x1ba,_0x482a4e._0xaf33f,0x1d0)](_0x4b4b75['WcSzH'],_0x5949c4);}}const _0x340404=normalizeBaseUrl(_0x1a9acf?.[_0x49b9ce(0x9f,0x18,0x11c,0xc7)]);function _0x49b9ce(_0x38575a,_0x1f3aa5,_0x5777ba,_0x556997){return _0x3e902f(_0x5777ba,_0x38575a- -0x2ab,_0x5777ba-0x124,_0x556997-0x45);}if(!_0x340404){if(_0x4b4b75[_0x49b9ce(_0x482a4e._0x435d64,0x12e,0x200,_0x482a4e._0x45f388)]!==_0x4b4b75[_0x49b9ce(_0x482a4e._0x806417,0x222,_0x482a4e._0x3dd7af,_0x482a4e._0x23da89)]){if(!_0x169b26||_0x4b4b75[_0x49b9ce(_0x482a4e._0x1b781e,_0x482a4e._0xb93c2e,0x19b,0xfd)](typeof _0x54d95,_0x49b9ce(_0x482a4e._0x16d1b4,_0x482a4e._0x235d71,_0x482a4e._0x2d1e32,_0x482a4e._0x59062b)))return null;const _0x2d33a2=_0x4b4b75['yaXKb'](_0x554e0d['type'],_0xafb088)?_0x3fcc94:_0x58ff1b,_0xebe996={..._0x5565ae,'type':_0x2d33a2,'is_default':!!_0x511748[_0x29828a(_0x482a4e._0x1f32f0,0x472,_0x482a4e._0x10c09b,0x4c7)],'created_at':_0x3c4876[_0x49b9ce(0x76,0xe2,_0x482a4e._0x50dfe4,0x68)]||_0x3ffb0e[_0x29828a(0x3df,_0x482a4e._0x286f28,0x412,0x4be)]||new _0x1d8cbe()[_0x49b9ce(_0x482a4e._0x4e8b85,_0x482a4e._0x589e80,0xa9,_0x482a4e._0x424416)+'g']()};return _0x4b4b75[_0x49b9ce(0x1a8,0x234,_0x482a4e._0x161599,0x116)](_0x2d33a2,_0x4992f5)&&(_0xebe996[_0x29828a(0x51a,0x56f,0x4dd,0x557)]=null,_0xebe996[_0x49b9ce(0x160,0xc8,_0x482a4e._0xd6faa6,0x100)]=_0x4b4b75[_0x29828a(0x36b,0x447,_0x482a4e._0x172b87,0x3d1)](_0x298c47,_0x5ccbed[_0x29828a(_0x482a4e._0x301db8,0x450,_0x482a4e._0x4638cb,_0x482a4e._0x28f5f2)]||_0x56fdf7[_0x49b9ce(0x6b,0xb6,-0x26,_0x482a4e._0x4f57f2)]),_0xebe996['endpoint']=_0x4b4b75['zdGgC'](_0x40bd9e,_0x3d3e4f,_0x4a294e[_0x29828a(_0x482a4e._0x58bdbb,_0x482a4e._0x31d4a2,0x4da,0x4fe)])),_0xebe996;}else return _0x35994e;}return{'mode':_0x4b4b75['ipnoU'],'base_url':_0x340404,..._0x4b4b75[_0x49b9ce(0x103,_0x482a4e._0x4b87f7,0x1ad,_0x482a4e._0x42ae85)](endpointSupportsApiVersion,_0x50fe77)?{'api_version':_0x4b4b75[_0x49b9ce(0xc2,0x12e,_0x482a4e._0x5c2dcd,_0x482a4e._0x27a3ac)](trimToNull,_0x1a9acf?.[_0x49b9ce(_0x482a4e._0x37288c,0x155,0x245,_0x482a4e._0x590239)+'n'])}:{}};}function normalizeAccount(_0x4641f5,_0x48d9d0){const _0x5515fb={_0x2f2de0:0x43c,_0x108adc:0x4c1,_0x16eef3:0x4de,_0x1b3d80:0x233,_0x1385a6:0x1ac,_0x33ea32:0x107,_0x320520:0x14c,_0x503038:0x14b,_0x41de86:0xfd,_0x5ec05a:0x516,_0x19e371:0x521,_0x44bed8:0x46f,_0x5d8a29:0x3d7,_0x3d12de:0x1ed,_0x18f641:0x41b,_0x5ea85e:0x497,_0x56ed75:0x4af,_0x526dc0:0x3fc,_0x293e50:0x433,_0x54036f:0x4b7,_0x42020c:0x46c,_0xff6863:0x462,_0x5133fb:0x3bc,_0x5d7e09:0x351,_0x20a213:0x405,_0x287e01:0x4d8,_0x1a2552:0x4bc,_0x360ebe:0x1a0,_0x2ef0ba:0x450,_0xee884e:0x3c8,_0x29f839:0x316,_0x5980f8:0x477,_0x17c0e0:0x482,_0x2bfab9:0x4aa,_0x120582:0x421,_0x2a65a6:0x1d2,_0x37e2e6:0x1b3,_0x47e24a:0xf1,_0x453ad0:0x115,_0x1c52f1:0xbc,_0x593e49:0x4a7,_0x5496c6:0x455},_0x5a6d4d={_0x1f8225:0xde},_0x4be4f8={_0x45462d:0x1d8},_0x12af23={'LBQtj':function(_0x4da704,_0x568818){return _0x4da704!==_0x568818;},'oRkNq':_0x19fede(0x436,0x484,0x380,_0x5515fb._0x2f2de0),'vaZkx':_0x19fede(_0x5515fb._0x108adc,0x4d4,0x425,_0x5515fb._0x16eef3),'Vjxfd':function(_0x5ea919,_0x565512){return _0x5ea919===_0x565512;},'ZMsio':function(_0x2964e4,_0x289719){return _0x2964e4===_0x289719;},'pvFVO':function(_0x123caf,_0x5a4598,_0x752196){return _0x123caf(_0x5a4598,_0x752196);}};if(!_0x48d9d0||_0x12af23['LBQtj'](typeof _0x48d9d0,_0x4e486f(-0x18a,-_0x5515fb._0x1b3d80,-_0x5515fb._0x1385a6,-_0x5515fb._0x33ea32))){if(_0x12af23[_0x4e486f(-0xe2,-_0x5515fb._0x320520,-_0x5515fb._0x503038,-_0x5515fb._0x41de86)](_0x12af23['oRkNq'],_0x12af23['vaZkx']))return null;else{const _0x527c2c={};_0x527c2c[_0x19fede(0x46f,_0x5515fb._0x5ec05a,0x4aa,_0x5515fb._0x19e371)+'en']=_0x456ea6[_0x19fede(_0x5515fb._0x44bed8,_0x5515fb._0x5d8a29,0x3bf,0x483)+'en'],_0x527c2c[_0x4e486f(-0x188,-0x245,-0x197,-_0x5515fb._0x3d12de)+_0x19fede(_0x5515fb._0x18f641,0x482,_0x5515fb._0x5ea85e,_0x5515fb._0x56ed75)]=_0x456750['refresh_to'+_0x19fede(0x41b,_0x5515fb._0x526dc0,0x3dc,0x38a)],_0x527c2c[_0x19fede(_0x5515fb._0x293e50,_0x5515fb._0x54036f,0x3f2,0x446)]=_0x297420[_0x19fede(0x433,0x4c1,_0x5515fb._0x42020c,_0x5515fb._0xff6863)],_0x308505={'tokens':_0x527c2c,'last_refresh':new _0x3b4dba()[_0x19fede(_0x5515fb._0x5133fb,_0x5515fb._0x5d7e09,0x41e,_0x5515fb._0x20a213)+'g']()};}}function _0x19fede(_0x56e8ad,_0x36d9b7,_0x1329ee,_0x161534){return _0x2edbd2(_0x1329ee,_0x36d9b7-_0x4be4f8._0x45462d,_0x1329ee-0x189,_0x56e8ad- -0x1f7);}const _0x185edd=_0x12af23['Vjxfd'](_0x48d9d0['type'],ACCOUNT_TYPE_API_KEY)?ACCOUNT_TYPE_API_KEY:ACCOUNT_TYPE_OAUTH;function _0x4e486f(_0xbb8d03,_0x387816,_0x4541b4,_0x1a945e){return _0x2edbd2(_0x1a945e,_0x387816-_0x5a6d4d._0x1f8225,_0x4541b4-0x150,_0x4541b4- -0x709);}const _0x452b9a={..._0x48d9d0,'type':_0x185edd,'is_default':!!_0x48d9d0[_0x19fede(0x44f,0x427,_0x5515fb._0x287e01,_0x5515fb._0x1a2552)],'created_at':_0x48d9d0[_0x4e486f(-0x1eb,-0x202,-_0x5515fb._0x360ebe,-0x153)]||_0x48d9d0['createdAt']||new Date()[_0x19fede(_0x5515fb._0x5133fb,_0x5515fb._0x2ef0ba,_0x5515fb._0xee884e,_0x5515fb._0x29f839)+'g']()};return _0x12af23[_0x19fede(0x4bd,_0x5515fb._0x5980f8,0x425,_0x5515fb._0x17c0e0)](_0x185edd,ACCOUNT_TYPE_API_KEY)&&(_0x452b9a[_0x19fede(_0x5515fb._0x2bfab9,0x522,0x560,_0x5515fb._0x120582)]=null,_0x452b9a['api_key']=trimToNull(_0x48d9d0['api_key']||_0x48d9d0[_0x4e486f(-0x20f,-_0x5515fb._0x2a65a6,-0x1ab,-_0x5515fb._0x37e2e6)]),_0x452b9a[_0x4e486f(-0x7d,-_0x5515fb._0x47e24a,-0x6b,-_0x5515fb._0x453ad0)]=_0x12af23[_0x4e486f(-0x2f,-0x3a,-0xcf,-_0x5515fb._0x1c52f1)](normalizeApiKeyEndpoint,_0x4641f5,_0x48d9d0[_0x19fede(_0x5515fb._0x593e49,0x4f3,0x45b,_0x5515fb._0x5496c6)])),_0x452b9a;}function normalizeAccountsData(_0x28832a){const _0x423165={_0x45263e:0x38a,_0x664d74:0x40f,_0x233100:0x4a,_0x23dfa3:0x114,_0xb24db0:0x60,_0x58df00:0xdd,_0xcfa0df:0x4,_0x2d9466:0x402,_0x19b17f:0x453,_0x41ee7c:0x38,_0x872f2c:0x28,_0x1c5620:0x3e,_0x15ad8f:0x4f,_0x3ca106:0x3a,_0x135cb1:0x487,_0x46c67f:0x4c5,_0x415dd9:0x43b,_0xa159ef:0x4d0,_0x18121d:0x35e,_0xfe6dba:0x24,_0x5aaffa:0x81,_0x3fa30e:0xc8,_0x285412:0x2a},_0x15df76={_0x627af1:0xac,_0x305021:0x102};function _0x129217(_0x4acdb0,_0x588dce,_0x328f37,_0x373517){return _0x3e902f(_0x373517,_0x588dce- -0x403,_0x328f37-0xad,_0x373517-0xf5);}const _0x9a9841={};function _0x2b56c2(_0x501886,_0x261e11,_0x162730,_0x5777e0){return _0x3e902f(_0x5777e0,_0x501886-0x3d,_0x162730-_0x15df76._0x627af1,_0x5777e0-_0x15df76._0x305021);}_0x9a9841[_0x2b56c2(0x3e0,_0x423165._0x45263e,0x46a,_0x423165._0x664d74)]=function(_0x40bb06,_0x5caa71){return _0x40bb06!==_0x5caa71;},_0x9a9841[_0x129217(0x4b,-0x58,-0x1a,-_0x423165._0x233100)]='YqPhu';const _0x4d2107=_0x9a9841,_0x161df5={};for(const _0x4fb198 of SUPPORTED_PROVIDERS){if(_0x4d2107[_0x129217(-_0x423165._0x23dfa3,-_0x423165._0xb24db0,-_0x423165._0x58df00,-_0x423165._0xcfa0df)](_0x4d2107['yeZzd'],_0x4d2107[_0x2b56c2(0x3e8,_0x423165._0x2d9466,_0x423165._0x19b17f,0x355)])){const _0x5df836={};_0x5df836[_0x129217(-_0x423165._0x41ee7c,-_0x423165._0x872f2c,-0x4e,-_0x423165._0x1c5620)]=!![],_0x5df836[_0x129217(_0x423165._0x15ad8f,0x38,-0x30,_0x423165._0x3ca106)]=0x1c0,_0x4fc9f9[_0x2b56c2(_0x423165._0x135cb1,_0x423165._0x46c67f,_0x423165._0x415dd9,_0x423165._0xa159ef)](_0x47c984,_0x5df836);}else{const _0x2712b3=Array[_0x2b56c2(0x35a,0x2fa,0x3dd,_0x423165._0x18121d)](_0x28832a?.[_0x4fb198])?_0x28832a[_0x4fb198]:[];_0x161df5[_0x4fb198]=_0x2712b3[_0x129217(0x3b,-0x7a,0x2b,-0x7)](_0x333a6c=>normalizeAccount(_0x4fb198,_0x333a6c))[_0x129217(_0x423165._0xfe6dba,-_0x423165._0x5aaffa,-_0x423165._0x3fa30e,-_0x423165._0x285412)](Boolean);}}return _0x161df5;}function toProviderStorageShape(_0x1325d7){const _0x22c15a={_0x4ed486:0xb4,_0x315a02:0xe0,_0xd97259:0x85},_0x3a0bf5={_0x3bbbc4:0x397,_0x44d948:0x1a0,_0x578426:0xdf},_0xd4dd11={'YiwsN':function(_0x14d85a,_0x30a572){return _0x14d85a(_0x30a572);}};function _0x5dff76(_0x346a6a,_0x43feae,_0x106d78,_0x27d8a4){return _0x3e902f(_0x43feae,_0x27d8a4- -_0x3a0bf5._0x3bbbc4,_0x106d78-_0x3a0bf5._0x44d948,_0x27d8a4-_0x3a0bf5._0x578426);}return _0xd4dd11[_0x5dff76(0xbf,_0x22c15a._0x4ed486,_0x22c15a._0x315a02,_0x22c15a._0xd97259)](normalizeAccountsData,_0x1325d7);}function getAccountCreatedTimestamp(_0x358b9b){const _0x1f4fea={_0xb949c1:0x279,_0x266c3c:0x2a3,_0x3800c8:0xc8,_0x59d67e:0x122,_0x55e38a:0x47,_0x2f7d49:0x29d,_0x149dff:0x188,_0x567367:0x21c,_0x9e2618:0x2dc},_0xee37c6={_0x15efcb:0x1c4,_0x104cea:0x1c1,_0x5a5c03:0x36f},_0x271bdb={_0x416443:0xb5,_0xd0ff98:0x1ce,_0x35dd6e:0x631};function _0x5d3da9(_0x4f3e61,_0x236296,_0x19a138,_0x2e59c6){return _0x2edbd2(_0x2e59c6,_0x236296-_0x271bdb._0x416443,_0x19a138-_0x271bdb._0xd0ff98,_0x236296- -_0x271bdb._0x35dd6e);}function _0x534136(_0x230334,_0x291f5f,_0x606236,_0x4ef97b){return _0x2edbd2(_0x291f5f,_0x291f5f-_0xee37c6._0x15efcb,_0x606236-_0xee37c6._0x104cea,_0x4ef97b- -_0xee37c6._0x5a5c03);}const _0x48eec6=_0x358b9b?.[_0x534136(0x203,_0x1f4fea._0xb949c1,_0x1f4fea._0x266c3c,0x267)]||_0x358b9b?.[_0x5d3da9(-0xe1,-_0x1f4fea._0x3800c8,-_0x1f4fea._0x59d67e,-0x171)],_0x43f4f3=_0x48eec6?new Date(_0x48eec6)['getTime']():NaN;return Number[_0x5d3da9(-0x48,-_0x1f4fea._0x55e38a,-0x3d,-0xcf)](_0x43f4f3)?_0x43f4f3:Number[_0x534136(_0x1f4fea._0x2f7d49,0x26b,_0x1f4fea._0x149dff,_0x1f4fea._0x567367)+_0x534136(0x2e5,0x27c,_0x1f4fea._0x9e2618,0x288)];}function maskApiKey(_0x1ae688){const _0x573910={_0x2e169b:0x1bf,_0x517d33:0x1ed,_0x37eef9:0x2c7,_0x148621:0x225,_0x1b53b7:0x2e6,_0x31edba:0x243,_0x3317a6:0x1d2,_0x4bbf1b:0x134,_0x50190e:0x1d3,_0x4f1347:0x2c0,_0xf92ff2:0x2d8,_0x5ea616:0x215,_0x617825:0x1e2,_0x4f8ce6:0x202,_0x366f74:0x1af,_0x48ab25:0x1a8,_0x5b846a:0x26c,_0x265b07:0x2b1,_0x34a50b:0x202,_0x47a37b:0x17e,_0x4ce76e:0x1fe},_0x3a865c={_0x32ba85:0x4c,_0x11e036:0x42d},_0x459fbb={_0x43de51:0x5,_0x2e2950:0xce};function _0x963542(_0x5c4686,_0x421dc8,_0x1e1ebe,_0x26726f){return _0x2edbd2(_0x5c4686,_0x421dc8-_0x459fbb._0x43de51,_0x1e1ebe-_0x459fbb._0x2e2950,_0x26726f- -0x43d);}const _0x3bd4da={};_0x3bd4da[_0xb9106c(0x11d,_0x573910._0x2e169b,_0x573910._0x517d33,0x1d3)]=function(_0x398add,_0x55f2dc){return _0x398add<=_0x55f2dc;},_0x3bd4da[_0x963542(0x16d,0x1b2,_0x573910._0x37eef9,0x21d)]=function(_0x5e3b1d,_0x2b0b4f){return _0x5e3b1d!==_0x2b0b4f;},_0x3bd4da[_0xb9106c(0x19a,0x1e6,0x1a4,_0x573910._0x148621)]=_0xb9106c(0x2c4,0x1a9,_0x573910._0x1b53b7,_0x573910._0x31edba);const _0x3f4f9b=_0x3bd4da;if(!_0x1ae688)return null;if(_0x3f4f9b[_0xb9106c(0x13c,_0x573910._0x3317a6,_0x573910._0x4bbf1b,_0x573910._0x50190e)](_0x1ae688['length'],-0xa*0x360+-0x16a*0xc+0x32c0))return _0x3f4f9b[_0xb9106c(_0x573910._0x4f1347,0x2df,_0x573910._0xf92ff2,0x22d)](_0x3f4f9b['oRKFC'],_0x3f4f9b[_0x963542(0x177,0x20f,0x186,_0x573910._0x5ea616)])?![]:_0x1ae688['slice'](0x767*-0x1+0x18*-0xe8+-0x1b7*-0x11,-0x1cce+-0x16ff+0x33cf)+_0x963542(_0x573910._0x617825,0x181,0x2ac,_0x573910._0x4f8ce6);function _0xb9106c(_0x25bc23,_0xea0454,_0x578523,_0x3f70fb){return _0x2edbd2(_0x25bc23,_0xea0454-0x1c5,_0x578523-_0x3a865c._0x32ba85,_0x3f70fb- -_0x3a865c._0x11e036);}return _0x1ae688[_0x963542(_0x573910._0x366f74,0x2a5,_0x573910._0x48ab25,0x208)](0xcb6+-0x2700+0x1a4a,-0x3f+-0x81d+0x860)+_0x963542(_0x573910._0x5b846a,_0x573910._0x265b07,0x1c2,_0x573910._0x34a50b)+_0x1ae688[_0x963542(_0x573910._0x47a37b,0x2b3,_0x573910._0x4ce76e,0x208)](-(-0x12b+-0x2646+0x2775));}export function readProviderAccounts(){const _0x194336={_0x2f9d88:0x176,_0x285037:0x103,_0x172b48:0xc9,_0x5965fe:0x14a,_0x25eaa0:0x146,_0x45fafa:0x129,_0xc347ff:0x96,_0x396d72:0x7b,_0x811491:0x47,_0x2c8a0e:0x26f,_0x24c48e:0x267,_0x31f765:0x203,_0x7a9c4b:0x286,_0x32ba81:0x35b,_0x15c2f0:0x1da,_0x4c2536:0x21f,_0x3aee11:0x264,_0x2680c5:0x1be,_0x3b4761:0x322,_0x26c841:0x333,_0x27651d:0x2ba,_0x1419d3:0x20a,_0x2ec299:0x160,_0x258d55:0x255,_0x485c4c:0x2d2,_0x12035e:0x317,_0x1e0d33:0x32a,_0xfc028c:0x47,_0x27d82f:0x7b,_0x1bd77a:0x6,_0x140ae6:0x1f3,_0x43e38b:0x194,_0x266c3e:0x1b0,_0x547a39:0x1a9,_0x5e0b76:0x12d,_0x23d9eb:0x231,_0x240225:0x1a7,_0x2081c2:0x308,_0x2da79c:0x318,_0x37df92:0x325,_0x2d0080:0x361,_0x327ebe:0x360,_0x320e31:0x329,_0x106377:0x27a,_0x919593:0x26e,_0x2aca78:0x206,_0x394c5b:0x2ec,_0xfaaf5b:0x30c,_0x4f3bd3:0x26e,_0xaa8927:0x2a7,_0x4f79d9:0x1d8,_0x553e20:0x152,_0x1c585f:0x133,_0x4f9799:0x2f9,_0x4c6fac:0x2bf,_0x2fab86:0x2c0,_0x3c68ef:0x238,_0x16fb8f:0x209,_0x2f8baf:0x1aa},_0x3d1370={_0x30d0fb:0x15e},_0x17cfc0={_0x4669fb:0x130,_0x7a8c59:0x18},_0xf125eb={};_0xf125eb[_0x4a14fd(-0xe0,-_0x194336._0x2f9d88,-_0x194336._0x285037,-_0x194336._0x172b48)]=function(_0x548852,_0x3bf3e8){return _0x548852!==_0x3bf3e8;},_0xf125eb[_0x4a14fd(-0xb6,-0xae,-_0x194336._0x5965fe,-_0x194336._0x25eaa0)]=_0x4a14fd(-0x9b,-_0x194336._0x45fafa,-_0x194336._0xc347ff,-0x1aa),_0xf125eb[_0x4a14fd(-_0x194336._0x396d72,-_0x194336._0x811491,-0x2,-0x4d)]=_0x18f5f7(0x284,_0x194336._0x2c8a0e,0x2bd,0x224),_0xf125eb[_0x18f5f7(0x1f4,0x230,_0x194336._0x24c48e,0x20f)]='utf8',_0xf125eb['UfBSE']=_0x18f5f7(0x1cd,0x1de,_0x194336._0x31f765,0x246);function _0x18f5f7(_0x13807b,_0xf74bb3,_0x4086ff,_0xdef2d5){return _0x3e902f(_0x4086ff,_0xf74bb3- -_0x17cfc0._0x4669fb,_0x4086ff-0x115,_0xdef2d5-_0x17cfc0._0x7a8c59);}function _0x4a14fd(_0x57297d,_0x2954a7,_0x4a6241,_0x69873){return _0x2edbd2(_0x57297d,_0x2954a7-_0x3d1370._0x30d0fb,_0x4a6241-0x6e,_0x2954a7- -0x6f8);}_0xf125eb[_0x18f5f7(_0x194336._0x7a9c4b,0x308,0x36c,_0x194336._0x32ba81)]=_0x18f5f7(0x22d,0x242,_0x194336._0x15c2f0,0x22e),_0xf125eb['KgnMT']=_0x18f5f7(0x17b,_0x194336._0x4c2536,_0x194336._0x3aee11,0x1f6)+_0x18f5f7(_0x194336._0x2680c5,0x21d,0x2c1,0x20a)+'er\x20account'+'s';const _0x3a8419=_0xf125eb;try{if(_0xf7db7[_0x18f5f7(0x397,_0x194336._0x3b4761,0x3af,_0x194336._0x26c841)](ACCOUNTS_FILE)){if(_0x3a8419[_0x18f5f7(_0x194336._0x27651d,_0x194336._0x1419d3,_0x194336._0x2ec299,_0x194336._0x258d55)](_0x3a8419[_0x18f5f7(0x33f,_0x194336._0x485c4c,_0x194336._0x12035e,_0x194336._0x1e0d33)],_0x3a8419[_0x4a14fd(-0x1c,-_0x194336._0xfc028c,-_0x194336._0x27d82f,-_0x194336._0x1bd77a)])){const _0x98b271=JSON[_0x18f5f7(0x189,_0x194336._0x140ae6,_0x194336._0x43e38b,_0x194336._0x266c3e)](_0xf7db7[_0x4a14fd(-_0x194336._0x547a39,-_0x194336._0x5e0b76,-0xf9,-0x1b0)+'nc'](ACCOUNTS_FILE,_0x3a8419[_0x18f5f7(0x1a6,0x230,0x20c,0x1cc)]));return normalizeAccountsData(_0x98b271);}else return null;}}catch(_0x158ae6){if(_0x3a8419[_0x18f5f7(0x2b0,_0x194336._0x23d9eb,0x2a8,_0x194336._0x240225)]===_0x3a8419[_0x18f5f7(0x2ca,_0x194336._0x2081c2,_0x194336._0x2da79c,_0x194336._0x37df92)])return _0x396c5f[_0x18f5f7(_0x194336._0x2d0080,0x2cd,_0x194336._0x327ebe,_0x194336._0x320e31)](0xd3*0x7+0x2548+-0x1*0x2b0d,0x24ce+0x1dcd+-0x1*0x4299)+'••••';else{const _0x5649f8={};_0x5649f8[_0x18f5f7(_0x194336._0x106377,_0x194336._0x919593,0x281,_0x194336._0x2aca78)]=_0x158ae6[_0x18f5f7(0x282,0x256,_0x194336._0x394c5b,0x243)],logger[_0x18f5f7(_0x194336._0xfaaf5b,_0x194336._0x4f3bd3,_0x194336._0xaa8927,_0x194336._0x4f79d9)](_0x3a8419[_0x4a14fd(-_0x194336._0x553e20,-0xed,-0x106,-_0x194336._0x1c585f)],_0x5649f8);}}const _0x23c64a={};return _0x23c64a[_0x18f5f7(_0x194336._0x4f9799,0x31d,0x321,0x394)]=[],_0x23c64a[_0x18f5f7(_0x194336._0x4c6fac,_0x194336._0x2fab86,_0x194336._0x3c68ef,_0x194336._0x16fb8f)]=[],_0x23c64a[_0x4a14fd(-_0x194336._0x2f8baf,-0xff,-0x88,-0x13a)]=[],_0x23c64a;}export function writeProviderAccounts(_0x20fe64){const _0x182554={_0x1793ab:0x1c5,_0x498bcf:0x1c0,_0x39cd29:0x14b,_0x91ae13:0x1b8,_0x200568:0xe9,_0x42ac77:0xfc,_0x415ff7:0x1ef,_0x31e283:0x226,_0x43af61:0x19a,_0x48bc24:0x267,_0xa424e3:0x1b6,_0x69ab3d:0x1b7,_0x203511:0x248,_0x52b1e8:0x25a,_0x371e58:0x2c1,_0x257ea7:0x2b5,_0x223e69:0x361,_0x11b204:0x1b5,_0x4c107b:0x1e2,_0x294416:0x280,_0xaf7149:0x2ba,_0x3a5fd1:0x33e,_0xf37cc6:0xa0,_0x59859e:0x8f,_0x57f925:0x27e,_0x3a32ef:0x295,_0x594efb:0x2a5,_0x1e2d5d:0x2b7,_0x529214:0x2e0,_0x83be37:0x6e,_0x1aacc8:0x15e,_0x528e48:0x167},_0x20914d={_0x1c1ed6:0x163,_0x6f0f97:0xc8},_0x4609ec={_0xf51714:0x4fc,_0xab144a:0x159};function _0x256c31(_0x578152,_0x66f5e0,_0x3ac9da,_0xb709d6){return _0x3e902f(_0x578152,_0x66f5e0- -_0x4609ec._0xf51714,_0x3ac9da-_0x4609ec._0xab144a,_0xb709d6-0x1dc);}function _0x5469bf(_0x257a12,_0x14d2e2,_0x2080da,_0x284136){return _0x3e902f(_0x284136,_0x257a12- -0x181,_0x2080da-_0x20914d._0x1c1ed6,_0x284136-_0x20914d._0x6f0f97);}const _0x12d36e={'GeDni':function(_0x4b7b03,_0x410f61){return _0x4b7b03||_0x410f61;},'WRMYd':function(_0x47ad96,_0x562d64){return _0x47ad96===_0x562d64;},'ZfWaj':_0x5469bf(_0x182554._0x1793ab,0x121,0x166,0x19e),'LKPGX':function(_0x437be4,_0x36a4a7){return _0x437be4(_0x36a4a7);},'IFxLo':_0x256c31(-0x14a,-_0x182554._0x498bcf,-_0x182554._0x39cd29,-0x195)+_0x256c31(-_0x182554._0x91ae13,-0x1af,-0x124,-0x232)+_0x256c31(-0x10b,-_0x182554._0x200568,-0x18c,-_0x182554._0x42ac77)+'s'};try{const _0x55943a=_0x3ee3b7[_0x5469bf(_0x182554._0x415ff7,0x291,_0x182554._0x31e283,0x216)](ACCOUNTS_FILE);if(!_0xf7db7['existsSync'](_0x55943a)){if(_0x12d36e[_0x256c31(-_0x182554._0x43af61,-0x1e3,-_0x182554._0x48bc24,-0x1ef)](_0x256c31(-0x119,-_0x182554._0xa424e3,-_0x182554._0x69ab3d,-_0x182554._0x203511),_0x12d36e['ZfWaj'])){const _0xfa308={};_0xfa308[_0x5469bf(_0x182554._0x52b1e8,0x1f4,_0x182554._0x371e58,0x207)]=!![],_0xfa308['mode']=0x1c0,_0xf7db7[_0x5469bf(0x2c9,_0x182554._0x257ea7,_0x182554._0x223e69,0x23f)](_0x55943a,_0xfa308);}else{if(typeof _0x3e7783!==_0x256c31(-0x1a0,-_0x182554._0x11b204,-_0x182554._0x4c107b,-0x102))return null;const _0x31f5ef=_0x5a0117[_0x5469bf(0x262,0x205,_0x182554._0x294416,0x2ac)]();return _0x12d36e['GeDni'](_0x31f5ef,null);}}const _0x300414={};_0x300414[_0x5469bf(_0x182554._0xaf7149,0x33b,0x362,_0x182554._0x3a5fd1)]=0x180,_0xf7db7[_0x256c31(-_0x182554._0xf37cc6,-0x137,-_0x182554._0x59859e,-0xdd)+_0x5469bf(_0x182554._0x57f925,0x2f9,0x2e2,_0x182554._0x3a32ef)](ACCOUNTS_FILE,JSON[_0x5469bf(_0x182554._0x594efb,_0x182554._0x1e2d5d,_0x182554._0x529214,0x2e4)](_0x12d36e[_0x256c31(-0x11c,-0xd0,-0x163,-_0x182554._0x83be37)](toProviderStorageShape,_0x20fe64),null,0x12*-0x1cd+-0x2347+0x1*0x43b3),_0x300414);}catch(_0x56f52f){const _0x3f4f80={};_0x3f4f80['error']=_0x56f52f['message'],logger['error'](_0x12d36e[_0x256c31(-_0x182554._0x1aacc8,-0xc8,-_0x182554._0x528e48,-0x13)],_0x3f4f80);throw _0x56f52f;}}export function getAccountsByProvider(_0xfdafe1,_0x175ecb={}){const _0x4c3b8a={_0x379358:0x3a,_0x164a27:0xbc},_0x5c1a54={_0x5665d8:0xed,_0x29f4e3:0xd7},_0x8e8605={_0xab2a7e:0x26,_0x277865:0x47e},_0x277107=readProviderAccounts(),_0x3a2823=_0x277107[_0xfdafe1]||[],_0x31fd25=_0x175ecb['type'];if(!_0x31fd25)return _0x3a2823;function _0x47a1de(_0x153a9f,_0x46b58f,_0x4d8d7e,_0x4b4b5d){return _0x2edbd2(_0x153a9f,_0x46b58f-_0x8e8605._0xab2a7e,_0x4d8d7e-0xa1,_0x4b4b5d- -_0x8e8605._0x277865);}function _0x9701db(_0x47cdf4,_0x4d4bcd,_0x4cf708,_0x5a7a24){return _0x3e902f(_0x4d4bcd,_0x4cf708- -0x2c6,_0x4cf708-_0x5c1a54._0x5665d8,_0x5a7a24-_0x5c1a54._0x29f4e3);}return _0x3a2823[_0x9701db(_0x4c3b8a._0x379358,0x40,_0x4c3b8a._0x164a27,0x57)](_0xb7624b=>_0xb7624b[_0x47a1de(0x1a0,0x160,0x1ce,0x193)]===_0x31fd25);}export function getDefaultAccount(_0x7643c){const _0x1a43c8={_0x11104f:0x443},_0x5a023b={_0x1786bf:0x1a5},_0x207b2c={_0x279f88:0x1fc},_0x12db78=getAccountsByProvider(_0x7643c);function _0x18c50c(_0x3c8017,_0x491696,_0x48f5a8,_0x4b146e){return _0x2edbd2(_0x48f5a8,_0x491696-0x157,_0x48f5a8-0x167,_0x3c8017- -_0x207b2c._0x279f88);}function _0x20163a(_0x2ad2f4,_0x23f802,_0x238cd5,_0x471dec){return _0x2edbd2(_0x23f802,_0x23f802-_0x5a023b._0x1786bf,_0x238cd5-0x5,_0x238cd5- -0x4cf);}return _0x12db78[_0x18c50c(0x3ab,0x458,0x399,_0x1a43c8._0x11104f)](_0x3487eb=>_0x3487eb[_0x18c50c(0x44a,0x3b6,0x4d0,0x39a)])||_0x12db78[0x15e6+-0x298*0xd+0x22*0x59]||null;}export function getActiveOAuthAccount(_0x12d289){const _0x4f77f5={_0x2bb9c2:0x4a0,_0x51c145:0x1af,_0x2019f5:0x1b2,_0x563b95:0x6b,_0xdcb141:0x130,_0x428096:0x40d,_0x3ba21a:0x425,_0x3dd0e2:0x3ea,_0x203946:0x45f,_0x1606d0:0x477,_0x240547:0x4ba,_0x13d544:0xad,_0x2355fa:0x10a,_0x407a94:0x67,_0x4cd15c:0xc5,_0xc2acda:0x133,_0x19050a:0x17c,_0x10b895:0x4cf,_0x3e9cd1:0x5aa,_0x27d585:0x3d9,_0xc590be:0x405,_0x4ee521:0x3fb,_0x5fccd4:0x146,_0x4e2905:0x1bc,_0x219eee:0x119,_0x10dbd6:0x15f,_0x599187:0x351,_0x55d506:0x3e9,_0x2d5796:0x360,_0xefdf3e:0x1f9,_0x33b1cd:0x45b,_0x421a2d:0x443,_0x4b3603:0x414,_0x1a5040:0x131,_0x1c1fa6:0x17f,_0x4b958e:0xf0,_0x26478b:0x48,_0x68da7c:0x53b,_0x2d057c:0x511,_0x46969c:0x48c,_0x4332cc:0x4ba},_0x5b375d={_0x4f672d:0xc8,_0x356d34:0x114},_0x521263={'eXPDZ':'Bearer','QUZTQ':function(_0x1a9c0a,_0x2ec93b){return _0x1a9c0a(_0x2ec93b);},'JqaJI':function(_0x2bf4ac,_0xf463a4){return _0x2bf4ac!==_0xf463a4;},'DskOc':_0x2bf862(_0x4f77f5._0x2bb9c2,0x520,0x5d7,0x532),'OIszF':_0x9946e3(-_0x4f77f5._0x51c145,-0x19f,-0x1eb,-_0x4f77f5._0x2019f5)},_0x2beaf8=_0x521263[_0x9946e3(-_0x4f77f5._0x563b95,-0xd5,-0x18c,-_0x4f77f5._0xdcb141)](getDefaultAccount,_0x12d289);if(!_0x2beaf8||_0x521263[_0x9946e3(-0x1ff,-0x1d4,-0x150,-0x134)](_0x2beaf8[_0x2bf862(0x41b,0x4a4,0x548,_0x4f77f5._0x428096)],ACCOUNT_TYPE_OAUTH)){if(_0x521263[_0x2bf862(_0x4f77f5._0x3ba21a,_0x4f77f5._0x3dd0e2,0x44e,_0x4f77f5._0x203946)](_0x521263[_0x2bf862(0x3e0,0x42c,_0x4f77f5._0x1606d0,_0x4f77f5._0x240547)],_0x521263[_0x9946e3(-0x2e,-_0x4f77f5._0x13d544,-_0x4f77f5._0x2355fa,-_0x4f77f5._0x407a94)]))return null;else{const _0x182e15={};_0x182e15[_0x9946e3(-0xba,-_0x4f77f5._0x4cd15c,-_0x4f77f5._0xc2acda,-_0x4f77f5._0x19050a)+'en']=_0x3704da[_0x2bf862(_0x4f77f5._0x10b895,0x4f9,_0x4f77f5._0x3e9cd1,0x45d)+'en'],_0x182e15[_0x2bf862(_0x4f77f5._0x27d585,_0x4f77f5._0xc590be,0x41f,_0x4f77f5._0x4ee521)+_0x9946e3(-_0x4f77f5._0x5fccd4,-0x119,-0xe5,-0x14b)]=_0x36536e['refresh_to'+_0x9946e3(-_0x4f77f5._0x4e2905,-_0x4f77f5._0x219eee,-_0x4f77f5._0x10dbd6,-0x8c)],_0x182e15[_0x2bf862(_0x4f77f5._0x599187,0x408,_0x4f77f5._0x55d506,_0x4f77f5._0x2d5796)]=_0x42c6c2[_0x9946e3(-_0x4f77f5._0xefdf3e,-0x1b6,-0x1eb,-0x1c1)]||_0x521263[_0x2bf862(_0x4f77f5._0x33b1cd,_0x4f77f5._0x421a2d,_0x4f77f5._0x4b3603,0x4da)],_0x182e15[_0x9946e3(-0x81,-0xf0,-_0x4f77f5._0x1a5040,-0x13e)]=_0xe37304[_0x9946e3(-_0x4f77f5._0x1c1fa6,-_0x4f77f5._0x4b958e,-0xd7,-_0x4f77f5._0x26478b)],_0x182e15['scope']=_0x30dd5b[_0x2bf862(_0x4f77f5._0x68da7c,0x535,0x54d,0x4fd)]||_0x380468[_0x2bf862(_0x4f77f5._0x2d057c,_0x4f77f5._0x46969c,_0x4f77f5._0x4332cc,0x471)][_0x2bf862(0x4cc,0x4ba,0x553,0x51a)],_0x4d5e30=_0x182e15;}}function _0x2bf862(_0xee5da,_0x289fbe,_0x548af6,_0x41eb98){return _0x3e902f(_0x548af6,_0x289fbe-0xdb,_0x548af6-_0x5b375d._0x4f672d,_0x41eb98-_0x5b375d._0x356d34);}function _0x9946e3(_0xa720dc,_0x1d2f6f,_0x4cb14d,_0x599ac9){return _0x3e902f(_0x599ac9,_0x1d2f6f- -0x4e3,_0x4cb14d-0xb9,_0x599ac9-0x100);}return _0x2beaf8;}export function getActiveApiKeyAccount(_0x1ae1c5){const _0x26fbdf={_0x4d61c3:0x6bb},_0x276e2e={_0x5dff45:0x156,_0x4ed57c:0x1f3},_0xb002b9={_0x585e67:0x3b4},_0x39db96={'ZNPFw':function(_0x28ab95,_0x495859){return _0x28ab95(_0x495859);},'BgASZ':function(_0x29be80,_0x38eee7){return _0x29be80!==_0x38eee7;}};function _0x31a764(_0x56af68,_0xb2752e,_0x35996a,_0x2ad0bc){return _0x2edbd2(_0xb2752e,_0xb2752e-0x1bb,_0x35996a-0xc3,_0x2ad0bc- -_0xb002b9._0x585e67);}function _0x3daa9d(_0x1f391e,_0xd513b7,_0x4bf3ca,_0x5c5375){return _0x3e902f(_0x5c5375,_0x1f391e-0x27a,_0x4bf3ca-_0x276e2e._0x5dff45,_0x5c5375-_0x276e2e._0x4ed57c);}const _0x40139b=_0x39db96[_0x3daa9d(0x5d2,0x679,0x597,0x5f1)](getDefaultAccount,_0x1ae1c5);if(!_0x40139b||_0x39db96['BgASZ'](_0x40139b['type'],ACCOUNT_TYPE_API_KEY)||!_0x40139b[_0x3daa9d(0x685,_0x26fbdf._0x4d61c3,0x61a,0x643)])return null;return _0x40139b;}export function getAnyApiKeyAccount(_0x22e8b8){const _0x4845b7={_0x222c7a:0x83,_0x4111d2:0x12a,_0x4267bd:0x367,_0x31d092:0x221,_0x262f3f:0x35b,_0x8f74f5:0x2ce,_0x2a9dd8:0x2d8,_0x2cdbfc:0xc4,_0x297a5a:0x111,_0xc87695:0x94,_0x29e55e:0x103,_0xfaa76f:0xc8,_0x5114aa:0x1f,_0x5bc025:0xa2,_0xaa96b5:0x11a,_0xbd5126:0xdd,_0x4fab98:0x369,_0x533fab:0x369,_0x314978:0x2be,_0x2f0bec:0x14e,_0x1b4557:0x430,_0x193613:0x3c8,_0x5a701a:0x166,_0x5b5b7f:0x1b8,_0x28a7e9:0x18,_0x3e24b4:0x15,_0x23215e:0x143,_0x40fb36:0x16e,_0x5f5a04:0x39d,_0x56b258:0x3f7,_0x118d9c:0x38f,_0x32aa0e:0x2c2},_0x115bae={_0x2eda0d:0x13},_0x41bb44={_0x55ed3e:0x29e},_0x2dc381={};_0x2dc381[_0x494a40(0x11a,_0x4845b7._0x222c7a,0x1c4,_0x4845b7._0x4111d2)]=function(_0x12ad53,_0x26764b){return _0x12ad53===_0x26764b;},_0x2dc381[_0x45beb7(0x32d,_0x4845b7._0x4267bd,0x2be,0x311)]=function(_0x3b90a7,_0x3c4077){return _0x3b90a7===_0x3c4077;},_0x2dc381[_0x45beb7(_0x4845b7._0x31d092,_0x4845b7._0x262f3f,_0x4845b7._0x8f74f5,_0x4845b7._0x2a9dd8)]=_0x494a40(_0x4845b7._0x2cdbfc,_0x4845b7._0x297a5a,0x6a,0x44);const _0x30f7c6=_0x2dc381,_0x1080cf={};_0x1080cf[_0x494a40(0x10f,0xbb,_0x4845b7._0xc87695,_0x4845b7._0x29e55e)]=ACCOUNT_TYPE_API_KEY;const _0x2b4ecc=getAccountsByProvider(_0x22e8b8,_0x1080cf)[_0x494a40(_0x4845b7._0xfaa76f,0x13e,_0x4845b7._0x5114aa,_0x4845b7._0x5bc025)](_0x76f1b4=>!!_0x76f1b4[_0x494a40(0x151,0x14f,0x12c,0xa7)]);function _0x45beb7(_0x3f63c2,_0x5ea5be,_0x3332de,_0x37aa31){return _0x2edbd2(_0x5ea5be,_0x5ea5be-0x17c,_0x3332de-0x9d,_0x3332de- -_0x41bb44._0x55ed3e);}if(_0x30f7c6[_0x494a40(_0x4845b7._0xaa96b5,0x139,0xe8,_0x4845b7._0xbd5126)](_0x2b4ecc['length'],0x26f1+-0x1a68+-0xc89)){if(_0x30f7c6[_0x45beb7(_0x4845b7._0x4fab98,_0x4845b7._0x533fab,_0x4845b7._0x314978,0x308)](_0x30f7c6['WzcuP'],_0x494a40(0xc4,_0x4845b7._0x2f0bec,0x69,_0x4845b7._0x5114aa)))return null;else _0x273851={'claudeAiOauth':{'accessToken':_0x20672b[_0x494a40(0x103,0x12e,0xa6,0x13d)+'n']||_0x48dc1d[_0x45beb7(0x34a,_0x4845b7._0x1b4557,_0x4845b7._0x193613,0x36a)+'en'],'refreshToken':_0x4ad757[_0x494a40(_0x4845b7._0x5a701a,0x21b,_0x4845b7._0x5b5b7f,0x188)+'en']||_0x404d4a[_0x494a40(0x70,-_0x4845b7._0x28a7e9,-_0x4845b7._0x3e24b4,0x3a)+'ken'],'expiresAt':_0x5a6433[_0x494a40(0x18e,_0x4845b7._0x23215e,_0x4845b7._0x40fb36,0xf4)]||_0x3d1f21[_0x45beb7(0x366,0x38a,_0x4845b7._0x5f5a04,0x33a)],'scopes':_0x54a077['scopes']||_0xab771b[_0x45beb7(0x350,0x3b5,_0x4845b7._0x56b258,_0x4845b7._0x118d9c)]['scopes'][_0x45beb7(0x315,0x23e,_0x4845b7._0x32aa0e,0x2c1)]('\x20')}};}function _0x494a40(_0x5ca858,_0x59f00e,_0x243ebf,_0x734875){return _0x3e902f(_0x734875,_0x5ca858- -0x2ba,_0x243ebf-_0x115bae._0x2eda0d,_0x734875-0x3);}return _0x2b4ecc['sort']((_0x485208,_0x2308e2)=>getAccountCreatedTimestamp(_0x485208)-getAccountCreatedTimestamp(_0x2308e2))[0xd9*-0xc+0x692+0x1cd*0x2]||null;}export function getAccountById(_0x48f80e,_0x48766f){const _0x289a40={'gkZem':function(_0x4f9073,_0x16cfb3){return _0x4f9073(_0x16cfb3);}},_0x4d0627=_0x289a40['gkZem'](getAccountsByProvider,_0x48f80e);return _0x4d0627['find'](_0x107d60=>_0x107d60['id']===_0x48766f)||null;}export function addAccount(_0x5d08a,_0x152238,_0x514629,_0xc71c2e,_0x20fb5f){const _0x42d26c={_0x3ef002:0x18a,_0x4d40b1:0x122,_0x440fd0:0x6d,_0xaef49c:0x133,_0x5852cd:0x290,_0x5035aa:0x2a1,_0x95bcfa:0x2d0,_0x2efbe4:0x28b,_0x37ecee:0x3fd,_0x3dc8b3:0x34d,_0x586b8b:0x2b7,_0x55742b:0x149,_0x454ba4:0x394,_0x32fb91:0x2eb,_0x20dcf4:0x32e,_0x3474f1:0x32c,_0x406337:0x336,_0x1fbad9:0x38c,_0xd0ca5:0x144,_0x41a79c:0x107,_0x9579f4:0x1b9,_0x5628cc:0x211,_0x366bd2:0xc,_0x151e16:0xc0,_0x517b4e:0x14c,_0x7b032a:0x70,_0x36efcd:0xbf,_0x35dd90:0xbb,_0xbca123:0x103,_0xc78b9f:0x30d,_0x3593d1:0x389,_0x4e9204:0x1ad,_0x568d73:0x254,_0xc2767e:0x1a2,_0x4df8fb:0x13f,_0x4a3b52:0x2bb,_0x2043a7:0x312,_0x97909:0x3f2,_0x536854:0x361,_0x3678db:0x35f,_0x553258:0x35d,_0x4f7687:0x2bd,_0x1b5a48:0x26a,_0x22cb1c:0x29d,_0x18d796:0x159,_0x7d6b9c:0x134,_0x1c238b:0x292,_0x3b778f:0x2ac,_0x5c7dcb:0x34f,_0x5474ac:0x328,_0x3e16aa:0x29f,_0x332655:0x10a,_0x272bd7:0x33e,_0x54c48a:0x26b,_0x52748f:0x178,_0x5f4508:0xfe,_0x3c3531:0x2b8,_0xdf98f:0x339,_0x42d16b:0x304,_0x2195b9:0x343,_0x36377e:0x1f4,_0x4f64a2:0x257,_0x173f40:0x1d7,_0x532562:0xde,_0x4d21ea:0xc8,_0x41ce4d:0x2e0,_0x1ce243:0x281,_0x1f8954:0x362,_0x267ecb:0x314,_0x35ccd1:0x103,_0x280040:0xcf,_0x156018:0x113,_0x3aa299:0x299,_0x579d02:0x348,_0xda11ff:0x2d6,_0x5d4f8f:0xcf,_0x486063:0x13d,_0x53891c:0x1dc,_0x53695f:0x2d1,_0x3de3c3:0x29a,_0x43a8a2:0x2e4,_0x12bdd9:0x368,_0x104d4c:0x38b,_0x22ca8:0x3d7,_0x2fb108:0x17c,_0x32dea7:0x11c,_0x4ce7a3:0xc2,_0xccd7e4:0x151,_0x4b9ded:0x366,_0x4ae1a1:0x31a,_0x516489:0x291,_0x34b5f7:0x286,_0x2f61fc:0x30a,_0x591f2d:0xff,_0x5d34cd:0x236,_0x44f0b3:0x21f,_0xc0e78c:0x262},_0x34f81f={_0x5e53e8:0x339},_0xfc6b9d={_0x1fed89:0x5},_0x10b390={'mQUmX':function(_0x16095f,_0x352f25){return _0x16095f(_0x352f25);},'vqyym':function(_0x304314){return _0x304314();},'KfRpa':_0x354b9a(_0x42d26c._0x3ef002,_0x42d26c._0x4d40b1,_0x42d26c._0x440fd0,_0x42d26c._0xaef49c)+'5|2|6','iOihw':'Updated\x20ex'+_0x9938e6(0x2e8,0x2ad,_0x42d26c._0x5852cd,_0x42d26c._0x5035aa)+'vider\x20acco'+_0x9938e6(0x30c,0x282,_0x42d26c._0x95bcfa,_0x42d26c._0x2efbe4),'pJGfH':function(_0x108c46,_0x408798){return _0x108c46===_0x408798;},'XrggE':'RouRr','eLSJT':_0x9938e6(0x25f,0x2ff,0x254,0x217),'zWFxp':function(_0x498c0c,_0x1fe49b){return _0x498c0c!==_0x1fe49b;},'DSuqU':_0x9938e6(_0x42d26c._0x37ecee,0x2f9,_0x42d26c._0x3dc8b3,_0x42d26c._0x586b8b),'sEDrd':_0x354b9a(0x14e,_0x42d26c._0x55742b,0xbc,0x108),'LnQeQ':'en-US','jWHJZ':function(_0x8f2f7,_0x27ad13){return _0x8f2f7+_0x27ad13;},'xajMw':function(_0x2fe06d,_0x17edc7){return _0x2fe06d||_0x17edc7;},'SaLcv':'Added\x20prov'+_0x9938e6(_0x42d26c._0x454ba4,_0x42d26c._0x32fb91,_0x42d26c._0x20dcf4,0x395)+'nt','FnuMr':'BcISp'},_0x48da60=_0x10b390[_0x9938e6(_0x42d26c._0x3474f1,0x2d1,_0x42d26c._0x406337,_0x42d26c._0x1fbad9)](readProviderAccounts),_0x3bec85=_0x48da60[_0x5d08a]||[],_0x149bcd=_0x514629?_0x3bec85[_0x354b9a(_0x42d26c._0xd0ca5,_0x42d26c._0x41a79c,_0x42d26c._0x9579f4,0x126)](_0x5725eb=>_0x5725eb[_0x9938e6(0x374,0x2a1,0x2d8,0x2ee)]===ACCOUNT_TYPE_OAUTH&&_0x5725eb[_0x354b9a(0x23a,0x201,0x199,0x181)]===_0x514629):null;if(_0x149bcd){const _0x10782a=_0x10b390[_0x354b9a(_0x42d26c._0x5628cc,0x219,0x25b,0x1ff)][_0x354b9a(_0x42d26c._0x366bd2,_0x42d26c._0x151e16,0x148,_0x42d26c._0x517b4e)]('|');let _0x828316=-0x247*0x5+-0x13da+0x1f3d;while(!![]){switch(_0x10782a[_0x828316++]){case'0':_0x149bcd[_0x354b9a(_0x42d26c._0x7b032a,_0x42d26c._0x36efcd,_0x42d26c._0x35dd90,_0x42d26c._0xbca123)]=_0x152238;continue;case'1':_0x149bcd['type']=ACCOUNT_TYPE_OAUTH;continue;case'2':_0x149bcd[_0x9938e6(0x3bf,0x289,_0x42d26c._0xc78b9f,_0x42d26c._0x3593d1)]&&_0x10b390['mQUmX'](syncDefaultToCliFile,_0x5d08a);continue;case'3':_0x149bcd[_0x354b9a(0x1e7,_0x42d26c._0x4e9204,0x1b7,0x182)]=new Date()['toISOStrin'+'g']();continue;case'4':const _0x1b5329={};_0x1b5329[_0x9938e6(0x2da,0x27f,0x2a4,_0x42d26c._0x568d73)]=_0x5d08a,_0x1b5329[_0x9938e6(0x2c9,0x3b2,0x368,0x3f9)]=_0x514629,_0x1b5329[_0x354b9a(_0x42d26c._0xc2767e,_0x42d26c._0x4df8fb,0x1c2,0x89)]=_0x149bcd['id'],logger[_0x9938e6(_0x42d26c._0x4a3b52,_0x42d26c._0x2043a7,0x309,0x2d6)](_0x10b390[_0x9938e6(0x28f,0x386,0x2f7,0x2d9)],_0x1b5329);continue;case'5':_0x10b390['mQUmX'](writeProviderAccounts,_0x48da60);continue;case'6':const _0x2dafb5={..._0x149bcd};_0x2dafb5['_isUpdate']=!![];return _0x2dafb5;case'7':_0xc71c2e&&(_0x149bcd[_0x9938e6(_0x42d26c._0x97909,_0x42d26c._0x536854,_0x42d26c._0x3678db,_0x42d26c._0x553258)]=_0xc71c2e);continue;}break;}}let _0x3cad3b=_0xc71c2e;if(!_0x3cad3b){if(_0x514629){if(_0x10b390[_0x9938e6(0x1e6,_0x42d26c._0x4f7687,_0x42d26c._0x1b5a48,_0x42d26c._0x22cb1c)](_0x10b390[_0x354b9a(0x241,0x1b1,_0x42d26c._0x18d796,_0x42d26c._0x7d6b9c)],_0x10b390[_0x9938e6(0x20d,_0x42d26c._0x1c238b,_0x42d26c._0x3b778f,_0x42d26c._0x5c7dcb)]))return _0x10b390[_0x9938e6(0x30c,_0x42d26c._0x5474ac,0x35d,0x3b4)](_0x81d0e7,_0x1b9c2e);else _0x3cad3b=_0x514629;}else{if(_0x10b390[_0x9938e6(_0x42d26c._0x3e16aa,0x2f4,0x2a8,0x23a)](_0x10b390['DSuqU'],_0x10b390[_0x354b9a(0x9f,_0x42d26c._0x332655,0x11e,0x118)])){const _0x4c6423=new Date(),_0x466345={};_0x466345[_0x9938e6(_0x42d26c._0x272bd7,0x33c,0x2fc,0x29d)]='short',_0x466345[_0x9938e6(0x27e,_0x42d26c._0x54c48a,0x273,0x2e0)]=_0x354b9a(0x14d,0x1e8,_0x42d26c._0x4e9204,0x193);const _0x3a2f16=_0x4c6423[_0x354b9a(0x1b7,_0x42d26c._0x52748f,0x1f2,_0x42d26c._0x5f4508)+_0x9938e6(_0x42d26c._0x3c3531,0x3ac,_0x42d26c._0xdf98f,_0x42d26c._0x42d16b)](_0x10b390[_0x9938e6(_0x42d26c._0x2195b9,0x1df,0x293,0x33f)],_0x466345);_0x3cad3b=_0x10b390[_0x9938e6(_0x42d26c._0x36377e,0x239,_0x42d26c._0x4f64a2,_0x42d26c._0x173f40)](_0x5d08a[_0x354b9a(_0x42d26c._0x532562,0x164,_0x42d26c._0x4d21ea,0x1d0)](0x2b*-0x7b+0x1ee9+0x1*-0xa40)['toUpperCas'+'e'](),_0x5d08a[_0x9938e6(_0x42d26c._0x41ce4d,0x370,0x30c,_0x42d26c._0x1ce243)](0x7ac+-0x8ee+-0x13*-0x11))+'\x20('+_0x3a2f16+')';}else return null;}}const _0x1ec108={'id':_0x18cec6[_0x9938e6(0x32d,_0x42d26c._0x1f8954,0x341,_0x42d26c._0x267ecb)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x3cad3b,'email':_0x10b390['xajMw'](_0x514629,null),'is_default':_0x10b390[_0x354b9a(0x55,_0x42d26c._0x35ccd1,0x52,_0x42d26c._0x280040)](_0x3bec85['length'],-0xb2f+-0x243d+0x2f6c),'created_at':new Date()[_0x354b9a(0xb6,_0x42d26c._0x156018,0x166,0xca)+'g'](),'created_by':_0x20fb5f,'tokens':_0x152238};_0x3bec85[_0x9938e6(0x335,_0x42d26c._0x3aa299,_0x42d26c._0x579d02,_0x42d26c._0xda11ff)](_0x1ec108),_0x48da60[_0x5d08a]=_0x3bec85;function _0x354b9a(_0xcd47a5,_0x159abb,_0x585010,_0x3a27f9){return _0x3e902f(_0xcd47a5,_0x159abb- -0x258,_0x585010-0x5d,_0x3a27f9-_0xfc6b9d._0x1fed89);}writeProviderAccounts(_0x48da60);const _0x1a704a={};function _0x9938e6(_0x25e774,_0xbda2dd,_0x2fab0e,_0x4b377e){return _0x2edbd2(_0xbda2dd,_0xbda2dd-0x90,_0x2fab0e-0x8a,_0x2fab0e- -_0x34f81f._0x5e53e8);}_0x1a704a[_0x354b9a(_0x42d26c._0x5d4f8f,_0x42d26c._0x486063,0xd6,_0x42d26c._0x53891c)]=_0x5d08a,_0x1a704a[_0x9938e6(_0x42d26c._0x53695f,0x204,0x2a6,_0x42d26c._0x3de3c3)]=_0x1ec108['id'],_0x1a704a[_0x9938e6(0x376,_0x42d26c._0x43a8a2,_0x42d26c._0x12bdd9,_0x42d26c._0x104d4c)]=_0x514629,_0x1a704a[_0x9938e6(0x2dd,_0x42d26c._0x22ca8,0x35f,0x319)]=_0xc71c2e,_0x1a704a[_0x354b9a(_0x42d26c._0x2fb108,_0x42d26c._0x32dea7,_0x42d26c._0x4ce7a3,_0x42d26c._0xccd7e4)]=_0x1ec108[_0x9938e6(_0x42d26c._0x3474f1,0x37a,0x30d,_0x42d26c._0x4b9ded)],logger['info'](_0x10b390[_0x9938e6(_0x42d26c._0x4ae1a1,_0x42d26c._0x516489,_0x42d26c._0x34b5f7,_0x42d26c._0x2f61fc)],_0x1a704a);if(_0x1ec108[_0x354b9a(0x203,0x1a6,0x1ea,_0x42d26c._0x591f2d)]){if(_0x354b9a(0x19d,0x21a,0x1a4,_0x42d26c._0x5d34cd)!==_0x10b390[_0x9938e6(0x1b5,0x2ae,_0x42d26c._0x44f0b3,_0x42d26c._0xc0e78c)])syncDefaultToCliFile(_0x5d08a);else return null;}return _0x1ec108;}export function addApiKeyAccount(_0x3308fd,{apiKey:_0x45df2d,label:_0xc594de,endpoint:_0x41690b}={},_0x3b8289){const _0x448b68={_0x232f65:0x5b,_0xf41e5d:0x11e,_0x269981:0xad,_0xef32fc:0xc9,_0x5747c8:0x8c,_0x49ed19:0x161,_0xf2e111:0x248,_0x282e4f:0x201,_0x31e06b:0x15f,_0x5d5788:0x137,_0x444a58:0x15d,_0x52724c:0x2f,_0x2cb8d2:0x8f,_0x46c6c6:0xe8,_0x496317:0x18b,_0x5379ba:0x11c,_0x524686:0x169,_0x2d2d9e:0x14a,_0x632f90:0x218,_0x4de2d4:0x9,_0x57e4d8:0x2c,_0x4e6426:0x2a5,_0x149515:0x1d1,_0x27fd2a:0xe4,_0x56d6bf:0x1f2,_0x1a223e:0x235,_0x4f9009:0x250,_0x1a9563:0x1d6,_0x1c19a0:0x209,_0x2d9265:0x1eb,_0x4031e8:0x19c,_0x589d2c:0x22d,_0xf08513:0x18a,_0x2b6922:0x2be,_0x2365e3:0x244,_0x484acf:0x221,_0x2766ca:0x1be,_0x20ce03:0x21b,_0x53ca23:0x220,_0x355837:0x221,_0x22f207:0x7f,_0x23ed37:0xa9,_0x3d4e3d:0xaa,_0x21a3c7:0x2c7,_0xb20186:0x292,_0x53507b:0x1aa,_0x5b2b65:0x256,_0x908398:0x182,_0xe5e2e5:0x105,_0x3d7b4b:0x285,_0x17bd29:0x1f3,_0x48b80d:0x97,_0xcbdd56:0xf,_0x2bb0da:0x316,_0x4dcaa3:0x1ce,_0x5a5b44:0x2c6,_0x5e97c9:0x268,_0x638978:0x79,_0x4bfa7c:0xf5,_0x592a7e:0x113,_0xc2187e:0x19a,_0x4c2bbb:0x1d0,_0x197ab9:0x94,_0x548f0d:0x76,_0x372cc7:0x2b,_0x43af9c:0x21d,_0x84f920:0x23a,_0x242126:0x1b7,_0x5a769c:0x245,_0x472129:0x11f,_0x51f73e:0x28a,_0x31039a:0xa2,_0x51a456:0x2bd,_0x8e74a1:0x9f,_0x189823:0x13d,_0x55ec89:0xe2,_0x2250ce:0x13f},_0xf73f48={_0x32206d:0x33f,_0x3f778a:0xd2},_0x476238={_0x13e0c1:0x1dc,_0x7917ef:0x129,_0x429019:0xc5},_0x43734b={'cSRlf':'Removed\x20CL'+_0x4485c1(0xde,0x49,0xfb,0x80)+'al\x20file','eFZMp':function(_0x2736b0,_0x436ff3){return _0x2736b0(_0x436ff3);},'LuePq':'API\x20key\x20is'+'\x20required','RKsfQ':_0x4485c1(0x70,-_0x448b68._0x232f65,-0x8,0x51),'YjyZq':_0x4485c1(_0x448b68._0xf41e5d,0x7a,_0x448b68._0x269981,0x58),'zriAY':_0x4485c1(_0x448b68._0xef32fc,0xc5,_0x448b68._0x5747c8,0xeb),'ZsjTk':_0x384045(0x1b4,0x1b5,0x1d6,0x264),'hTeJq':function(_0x5c1923,_0x5de1db){return _0x5c1923===_0x5de1db;},'sEIRj':function(_0x21374d,_0xbaf2b7){return _0x21374d||_0xbaf2b7;},'gtTdE':_0x384045(_0x448b68._0x49ed19,_0x448b68._0xf2e111,0x20d,0x1a0),'XNOMk':_0x384045(_0x448b68._0x282e4f,_0x448b68._0x31e06b,_0x448b68._0x5d5788,_0x448b68._0x444a58),'Zfqru':_0x4485c1(_0x448b68._0x52724c,-0x37,-0x1a,-_0x448b68._0x2cb8d2)+'ider\x20API\x20k'+'ey\x20account'},_0x38c3b7=_0x43734b[_0x4485c1(_0x448b68._0x46c6c6,_0x448b68._0x496317,_0x448b68._0x5379ba,_0x448b68._0x524686)](trimToNull,_0x45df2d);if(!_0x38c3b7)throw new Error(_0x43734b[_0x384045(_0x448b68._0x2d2d9e,_0x448b68._0x632f90,0x27e,0x1cc)]);const _0x4c0679=readProviderAccounts(),_0x182fb0=_0x4c0679[_0x3308fd]||[],_0x29bcc9=new Date()[_0x4485c1(-0x7c,-_0x448b68._0x4de2d4,_0x448b68._0x57e4d8,-0x10)+'g']();let _0x9b1dfe=_0x43734b[_0x384045(_0x448b68._0x4e6426,0x22c,_0x448b68._0x149515,0x27f)](trimToNull,_0xc594de);if(!_0x9b1dfe){if(_0x43734b['RKsfQ']===_0x384045(_0x448b68._0x27fd2a,0x186,0x10b,0x15b)){const _0x49ae3c=new Date(),_0x159b16=_0x49ae3c[_0x4485c1(0x11b,0x51,0x91,0x95)+'teString'](_0x43734b[_0x384045(_0x448b68._0x56d6bf,_0x448b68._0x1a223e,_0x448b68._0x4f9009,0x1e3)],{'month':_0x43734b['zriAY'],'day':_0x43734b[_0x384045(0x140,_0x448b68._0x1a9563,_0x448b68._0x1c19a0,_0x448b68._0x2d9265)]});_0x9b1dfe=_0x3308fd['charAt'](-0x2605+-0x2608+0x1*0x4c0d)['toUpperCas'+'e']()+_0x3308fd[_0x384045(_0x448b68._0x4031e8,0x284,0x25c,0x221)](0x216c+0xa68+-0x2bd3)+_0x384045(0x1fd,_0x448b68._0x589d2c,0x162,_0x448b68._0xf08513)+_0x159b16+')';}else{if(!_0x8939a2)return null;if(_0x4add6a[_0x384045(0x21c,0x290,0x1fe,0x1f9)]<=-0x1a7+-0x55+0x204)return _0x401eec[_0x384045(_0x448b68._0x2b6922,0x1a8,_0x448b68._0x2365e3,_0x448b68._0x484acf)](0x2602+0x499*-0x4+0x51*-0x3e,-0x61*0x3b+-0x6b*0x26+0x263f)+_0x384045(0x2a3,0x2c8,_0x448b68._0x2766ca,_0x448b68._0x20ce03);return _0x12b2de[_0x384045(0x27e,_0x448b68._0x53ca23,0x175,_0x448b68._0x355837)](-0xcbe*-0x1+-0x81e+-0x250*0x2,-0x7*0x18d+-0xe62+0x1941)+_0x4485c1(_0x448b68._0x22f207,0x146,0xb8,0xf2)+_0x328dff[_0x4485c1(_0x448b68._0x23ed37,_0x448b68._0x3d4e3d,0xbe,0x7a)](-(0x1580+0xa3d+-0x1fb9*0x1));}}const _0x2a7722={'id':_0x18cec6[_0x384045(_0x448b68._0x21a3c7,_0x448b68._0xb20186,_0x448b68._0x53507b,_0x448b68._0x5b2b65)](),'type':ACCOUNT_TYPE_API_KEY,'label':_0x9b1dfe,'email':null,'api_key':_0x38c3b7,'endpoint':normalizeApiKeyEndpoint(_0x3308fd,_0x41690b),'is_default':_0x43734b[_0x4485c1(_0x448b68._0x908398,0x198,_0x448b68._0xe5e2e5,0x99)](_0x182fb0['length'],0x428+-0x1*0x21b8+0x1d90),'created_at':_0x29bcc9,'createdAt':_0x29bcc9,'created_by':_0x43734b[_0x384045(0x264,0x1e9,_0x448b68._0x3d7b4b,_0x448b68._0x17bd29)](_0x3b8289,_0x43734b['gtTdE'])};_0x182fb0['push'](_0x2a7722),_0x4c0679[_0x3308fd]=_0x182fb0,writeProviderAccounts(_0x4c0679);if(_0x2a7722[_0x4485c1(_0x448b68._0x48b80d,0x19,0xbf,_0x448b68._0xcbdd56)]){if(_0x43734b[_0x384045(_0x448b68._0x2bb0da,_0x448b68._0x4dcaa3,_0x448b68._0x5a5b44,_0x448b68._0x5e97c9)](_0x43734b[_0x4485c1(-_0x448b68._0x638978,0x4b,0x30,-0x18)],_0x384045(0x26c,0x248,0x2ec,0x23e))){if(_0x250954[_0x4485c1(0xee,_0x448b68._0x4bfa7c,_0x448b68._0x592a7e,0x176)](_0x4516b5)){_0x12022e[_0x384045(0x22c,0x1a2,_0x448b68._0xc2187e,_0x448b68._0x4c2bbb)](_0x14e21a);const _0xf316c1={};_0xf316c1['provider']=_0x3fd4a0,_0xf316c1[_0x4485c1(0x0,_0x448b68._0x197ab9,_0x448b68._0x548f0d,-_0x448b68._0x372cc7)]=_0x54b0a3,_0x2bcb78['info'](_0x43734b[_0x384045(0x15b,_0x448b68._0x43af9c,_0x448b68._0x84f920,_0x448b68._0x242126)],_0xf316c1);}}else syncDefaultToCliFile(_0x3308fd);}const _0x5e9cd9={};function _0x384045(_0x2111ef,_0x8d1011,_0x3081a4,_0x4cfc65){return _0x3e902f(_0x8d1011,_0x4cfc65- -_0x476238._0x13e0c1,_0x3081a4-_0x476238._0x7917ef,_0x4cfc65-_0x476238._0x429019);}_0x5e9cd9[_0x384045(_0x448b68._0x5a769c,_0x448b68._0x472129,0x25a,0x1b9)]=_0x3308fd;function _0x4485c1(_0x1a9103,_0x368ac4,_0x550f08,_0x415c86){return _0x3e902f(_0x1a9103,_0x550f08- -_0xf73f48._0x32206d,_0x550f08-0x143,_0x415c86-_0xf73f48._0x3f778a);}return _0x5e9cd9['accountId']=_0x2a7722['id'],_0x5e9cd9[_0x384045(0x223,_0x448b68._0x51f73e,0x2bd,0x274)]=_0x2a7722[_0x4485c1(_0x448b68._0x31039a,0x13d,0x111,0x83)],_0x5e9cd9[_0x384045(0x138,0xf7,0x1f5,0x198)]=_0x2a7722[_0x384045(0x2a6,_0x448b68._0x51a456,0x26a,0x222)],logger['info'](_0x43734b[_0x384045(_0x448b68._0x8e74a1,_0x448b68._0x189823,_0x448b68._0x55ec89,_0x448b68._0x2250ce)],_0x5e9cd9),_0x2a7722;}export function updateApiKeyAccount(_0x525d59,_0x371426,{label:_0x5e6efb,apiKey:_0x93a9b7,endpoint:_0x4d3ba4}={}){const _0xa3d786={_0x5c3141:0x20c,_0x5322e5:0x382,_0x15c515:0xd7,_0x13b902:0x104,_0x40625b:0x20b,_0xe433e4:0x1e9,_0x5ef573:0x13b,_0xe4dfc2:0x13a,_0x35a671:0x8d,_0x531e6a:0x217,_0x285275:0x1a2,_0x4548e9:0x1b8,_0x3370e0:0x233,_0x3f0136:0x20b,_0x5e7b0d:0x255,_0x48779c:0x2bc,_0x51da36:0x2ee,_0x5366a2:0x323,_0x2a0b60:0xbd,_0x3a25c1:0x1ac,_0x5398af:0x231,_0x2ee8f9:0x2d1,_0x392908:0x199,_0x4ab8b4:0x17c,_0x14946a:0x15f,_0x5ebc3a:0x1a3,_0x1fdd1a:0x175,_0x1835a:0x214,_0x225a94:0x1dc,_0x549919:0x415,_0xa0908b:0x2e4,_0x1b56dd:0x29c,_0x5cdb13:0x293,_0x13b117:0x266,_0xd39379:0x16d,_0x2c62eb:0x18b,_0x1059bd:0x360,_0x43d20b:0x2c2,_0x2c25a5:0x124,_0x88d72:0x62,_0x2501cc:0x76,_0x3c6a77:0xf7,_0x122c7f:0x2ea,_0x52958e:0x254,_0x5bd2bf:0x2e6,_0x1cabb2:0x2a7,_0x307aea:0x132,_0x3c00ca:0x11e,_0xc1fcf3:0x1d7,_0x722cb4:0x27d,_0x580d71:0x1ad,_0x256697:0x312,_0x334c3c:0x2d3},_0x43ae2b={_0x4f5221:0xc4,_0x368f35:0x51},_0x47eb5c={_0x2ad390:0x83};function _0x1d0347(_0x4a19ec,_0x25aee3,_0x2db4fa,_0x1d5850){return _0x2edbd2(_0x1d5850,_0x25aee3-_0x47eb5c._0x2ad390,_0x2db4fa-0x28,_0x4a19ec- -0x495);}const _0x4a21e5={'DwqEi':_0x1d0347(0x1a2,0x17c,_0xa3d786._0x5c3141,0x1d5)+_0x487727(_0xa3d786._0x5322e5,0x334,0x3bc,0x376)+_0x1d0347(0xdf,0xe1,_0xa3d786._0x15c515,_0xa3d786._0x13b902),'SHXvy':function(_0x48951c){return _0x48951c();},'kDarL':function(_0xf3acea,_0x35c2e0){return _0xf3acea(_0x35c2e0);},'kLpxX':function(_0x5e965a,_0xace985){return _0x5e965a!==_0xace985;},'SWdkZ':'tZzTq','QFrAi':function(_0x1c2bff,_0x2b5757){return _0x1c2bff===_0x2b5757;},'EhBNk':_0x1d0347(0x18b,_0xa3d786._0x40625b,0x214,_0xa3d786._0xe433e4),'zLIhp':_0x1d0347(_0xa3d786._0x5ef573,0x15b,_0xa3d786._0xe4dfc2,_0xa3d786._0x35a671)+_0x1d0347(_0xa3d786._0x531e6a,_0xa3d786._0x285275,_0xa3d786._0x4548e9,_0xa3d786._0x3370e0),'zUJqz':function(_0x5e0cfa,_0x12a2f0,_0x129106){return _0x5e0cfa(_0x12a2f0,_0x129106);},'RgCOr':function(_0x205dac,_0x4b9baa){return _0x205dac(_0x4b9baa);},'YsXvK':function(_0x3c5401,_0x48ae8c){return _0x3c5401(_0x48ae8c);},'OECPK':'Updated\x20pr'+'ovider\x20API'+_0x1d0347(_0xa3d786._0x3f0136,_0xa3d786._0x5e7b0d,0x15f,0x1f9)+'nt'},_0x52c23e=_0x4a21e5[_0x487727(0x371,0x25c,0x2d9,_0xa3d786._0x48779c)](readProviderAccounts),_0x2c35da=_0x52c23e[_0x525d59]||[],_0x566d05=_0x2c35da[_0x487727(_0xa3d786._0x51da36,0x23b,_0xa3d786._0x5366a2,0x29b)](_0x3bad2f=>_0x3bad2f['id']===_0x371426&&_0x3bad2f[_0x1d0347(0x17c,0x1f8,0x19d,0x211)]===ACCOUNT_TYPE_API_KEY);if(!_0x566d05)return null;const _0x1b06f4=_0x4a21e5['kDarL'](trimToNull,_0x5e6efb);if(_0x1b06f4){if(_0x4a21e5[_0x1d0347(0x10a,_0xa3d786._0x2a0b60,0x61,_0xa3d786._0x3a25c1)](_0x4a21e5[_0x487727(0x2c8,_0xa3d786._0x5398af,_0xa3d786._0x2ee8f9,0x242)],_0x1d0347(0x106,0xc1,_0xa3d786._0x392908,_0xa3d786._0x4ab8b4))){_0x438afb[_0x1d0347(_0xa3d786._0x14946a,_0xa3d786._0x5ebc3a,0x156,0x1e6)](_0x5e7186);const _0x5405de={};_0x5405de['provider']=_0x348dce,_0x5405de['path']=_0x3bedff,_0x5ea50d[_0x1d0347(0x1ad,_0xa3d786._0x1fdd1a,_0xa3d786._0x1835a,0x1ce)](_0x4a21e5[_0x1d0347(0x1bb,0x147,_0xa3d786._0x5ef573,_0xa3d786._0x225a94)],_0x5405de);}else _0x566d05[_0x487727(0x360,0x300,_0xa3d786._0x549919,0x38c)]=_0x1b06f4;}if(_0x4a21e5[_0x487727(0x280,_0xa3d786._0xa0908b,_0xa3d786._0x1b56dd,_0xa3d786._0x5cdb13)](_0x93a9b7,undefined)){const _0x5eddda=trimToNull(_0x93a9b7);if(!_0x5eddda){if(_0x4a21e5[_0x1d0347(0x1c7,_0xa3d786._0x13b117,0x25f,0x15d)](_0x4a21e5[_0x1d0347(0x21e,_0xa3d786._0xd39379,_0xa3d786._0x2c62eb,0x251)],'HlaiP'))throw new Error(_0x4a21e5['zLIhp']);else{const _0x4a1830={};_0x4a1830['error']=_0x251163[_0x487727(0x250,0x2be,_0xa3d786._0x1059bd,_0xa3d786._0x43d20b)],_0x518ec1['error'](_0x1d0347(0xef,_0xa3d786._0x2c25a5,0x3e,_0xa3d786._0x88d72)+_0x1d0347(0x100,_0xa3d786._0x2501cc,0xa8,_0xa3d786._0x3c6a77)+'er\x20account'+'s',_0x4a1830);throw _0x212e0b;}}_0x566d05['api_key']=_0x5eddda;}_0x4d3ba4!==undefined&&(_0x566d05['endpoint']=_0x4a21e5['zUJqz'](normalizeApiKeyEndpoint,_0x525d59,_0x4d3ba4));const _0x2c18df=new Date()[_0x487727(_0xa3d786._0x122c7f,_0xa3d786._0x52958e,_0xa3d786._0x5bd2bf,_0xa3d786._0x1cabb2)+'g']();function _0x487727(_0x237282,_0x5676ba,_0x22942b,_0x2be61e){return _0x3e902f(_0x237282,_0x2be61e- -_0x43ae2b._0x4f5221,_0x22942b-0xc6,_0x2be61e-_0x43ae2b._0x368f35);}_0x566d05['updated_at']=_0x2c18df,_0x566d05[_0x1d0347(_0xa3d786._0x307aea,_0xa3d786._0x3c00ca,0x131,_0xa3d786._0xc1fcf3)]=_0x2c18df,_0x4a21e5['RgCOr'](writeProviderAccounts,_0x52c23e);_0x566d05['is_default']&&_0x4a21e5[_0x487727(_0xa3d786._0x722cb4,_0xa3d786._0x580d71,0x2d7,0x25b)](syncDefaultToCliFile,_0x525d59);const _0x56925b={};return _0x56925b['provider']=_0x525d59,_0x56925b[_0x487727(_0xa3d786._0x256697,0x353,_0xa3d786._0x722cb4,_0xa3d786._0x334c3c)]=_0x371426,logger['info'](_0x4a21e5['OECPK'],_0x56925b),_0x566d05;}function _0x4874(){const _0x175401=['CMfUzg9Tvvvjra','tM8GzgvMyxvSDa','suz4tg8','DxrO','t0LZEKy','rNnkwgu','y2r3rxC','ChvZAa','ssbJCMvKzw50Aq','Bw9Kzq','lMnVzgv4l2f1Da','u2v0ig5LDYbKzq','AvbtwMu','zMLSzsbLBwfPBa','BNvTzxjPyW','zgvMyxvSDa','seLlvK4','AwfSihn5BMmGzG','AfrLsNe','sNLnDMi','D2fZrgvMyxvSDa','D3vdzxe','zxHWAxjLC0f0','zsb1C2vYoMLUzG','BwTKAxjtEw5J','mJu1ntiWohrMu2P0vq','Ac9JBg91zc1WBa','y2XHDwrL','BvfvBvG','reTmrK8','BgfIzwW','Eevnq1i','zxHPC3rZu3LUyW','reHst0m','sgnwAwC','BffxrNO','zw5KCg9PBNq','CMvKzw50AwfSCW','igTLEsbHy2nVDq','zw1HAwW','C2nVCgu','zuzAtxa','sezlsKC','u3LUy2vKigrLzG','twLNCMf0Aw5Nia','DNLfEvm','rMfPBgvKihrVia','BYbZEw5J','BxrPBwu','r3nrAxq','ihjLCxvPCMvK','se9Qug0','wvjorfa','BMv3rgvMyxvSDa','uwHMtKm','zhPSy1e','ufDmq2y','rwHctMS','wK1ZAw8','yxbPx3zLCNnPBW','suD5twy','DcbWCM92AwrLCG','rfD3uKm','s2zsCge','EfnPrhC','q0XjignYzwrLBG','u1DKA1O','tKvhCuC','D1ffu2S','BhqGywnJB3vUDa','CMvTB3zLienmsq','yxrzCLi','mtq1mtbxu0LHr0G','qKH1zKW','Aw9fr2m','sNfHsKK','rM51txi','CJPZzxnZAw9UCW','B3bLBMLKihbYBW','uNHqywO','yvHbq0C','B2jQzwn0','yxbPs2v5','Dg9Rzw5Z','C3bSAxq','v1jnwwq','oMnSyxvKzv9JBW','wMzXCNu','lY93D3CUz29VzW','AxnbCNjHEq','y3vZDg9T','wxnyDKS','sMHSzxK','y3jLyxrLzf9HDa','uwzOv3e','CgfYC2u','v3PJDva','qwrKzwqGChjVDG','uvzKu2G','BNqGDg8Gq0Xjia','quvyAhu','zMLUzeLUzgv4','CMvMCMvZAf90BW','vKHXrKO','ywWGzMLSzq','Dg9Rzw5FDhLWzq','y29TCgXLDgu','BuvAueO','ignYzwrLBNrPyq','z0HiEMm','zM9YrwfJAa','DcbPCYbTAxnZAq','wKXcC00','ihrVienmssbMAq','EgDXy3C','y3ryChG','B29NBgvHCgLZlG','rfzwqNa','BMHSDxC','wg9oEvu','rxjYB3iGD3jPDa','B3zPzgvYigfJyW','ANnVBG','nwjHBwHtzq','Ac5QC29U','z2rWzxO','u01btLu','ue9tsvrjvKvFsq','rLHKEMi','yM1OsgG','AvriCxi','C3rYAw5N','ALDisLO','u3jLyvq','yMfZzv91CMW','sLfsA2S','DY5NB29NBgvHCa','Aw5NihbYB3zPza','txHUseS','rxjYB3iGCMvHza','AwfSCYb0BYbTDq','rhnRt2m','ww1wtw4','DfP6vhe','zuvgvMO','BwLNCMf0zsbdta','Dg9vChbLCKnHCW','A0XWEfG','wK5qrNC','AgjrveG','CMvTB3zHBa','CePhzKG','tu1htuy','tg9dB2K','EuPcv08','zMLUza','sMH5Axq','vwzcu0u','C0veCMq','ndeXoty0oenOA1nNAq','zgf5','wLDxAva','iefqssblzxKGka','Dg9tDhjPBMC','zvHqrfO','B3vUDa','A0zfC3u','Dg9ju09tDhjPBG','AxbUB1u','wMnzBgW','wurlEw4','we5ptwS','zgLYBMfTzq','y2XHDwrLqwLpyq','DvrJCwi','yxrMB3jTigH0Da','AxnezwzHDwX0','ANv4wgC','tejrDgO','u2fmy3y','BgvHCgLZlMnVBq','wfbgC24','mxWWFdn8n3W0Fa','C3fxCeq','C3LZDgvT','C3jvAw8','DKnXzge','DxbKyxrLzef0','u0HyDNK','Axn0Aw5NihbYBW','zMLSDgvY','CMvHzezPBgvtEq','tg5rzve','AwrLCIbbueKGAW','BwvZC2fNzq','vhj5wxG','qvbjigTLEsbPCW','BwfW','s2rHDvG','DhnRy3m','CxzUB1i','Eu9zEvm','y3jLyxrLzef0','q1POBvG','wMfcvui','Aw5MBY5WCM9MAq','Awfjq20','y1nsBgy','ANH4z0m','ChjVDMLKzxi','vMfdswC','ywnJB3vUDeLK','z3HzqLi','ELDgEha','twrfBe8','Bfv4BKC','Dg1NruC','zuXtsLq','zxjYB3i','Aejht2q','ndyYsLrJuK5m','zuLsDfu','AxngAw5PDgu','AM5hB2W','AfrkvNu','rgvMyxvSDcbpqq','AfrUveO','BcbMAwXL','thvLuhe','uerprwS','wNDSBwS','EwvAEMq','Dw5SAw5Ru3LUyW','yLbiswm','DLLoDeO','tKzjtKLuwq','C3LUyYbKzwzHDq','z2vTAw5P','t1DKBui','A1nbqve','D1zXCgC','Cgf0Aa','Ag9TzwrPCG','z0jjvxK','zxbezLO','CffUB3G','D2fYBG','EgfwEMi','y2HHCKf0','ywnJzxnZvg9Rzq','Chm6lY93D3CUzW','wwP5wNe','B3vUDcbLBwfPBa','Dw50ihrVA2vUCW','ihjLBw92Aw5Nia','s2DUtvq','C2vYAw5MBY5LBq','D3jPDgvgAwXLuW','BLLIDhq','wNnQvgS','zKPrAMi','DhLWzq','A2vU','C2HVCNq','v0rgEfq','ntqWnJi2B3nZEwrj','ugzrzfC','C0vjuMO','Dg9mB2nHBgveyq','AvLZwe8','rKzTqLO','DgLHBcbMAwXL','wK1RCum','BgvUz3rO','runQr3e','zgvIDwC','sgXHAva','uMvTB3zLzcbWCG','oti5nJe1neXusM5yrG','CMvJDxjZAxzL','y3jLyxrLzf9IEq','yLLftwe','C2vYoNbYB2zPBa','C2nVCgvZ','t0DAtgG','CK90rvm','AwrFDg9Rzw4','DhjPBq','v09jChq','tNnmD0G','Dw50igfMDgvYia','B3vUDcb0B2TLBG','Au9PAhC','A052B3i','Ahr0CdO','ChjVDg9JB2W','zw4Tvvm','Bw9UDgG','y2nLC3m','uMvTB3zLzcbdta','y29KzxG','AxmUy29Tl2f1Da','ChzgvK8','zxHWAxjLC19HDa','yNPntNm','zNbTBNO','BLvUyLq','4OcI4OcI4OcI4OcI','mte2nta2nhPNtvL5rq','C3DMqLi','Aw5MBW','DcbZDg9YywDL','wKT3vgC','C2XPy2u','AxnFzgvMyxvSDa','Ew5J','mZm0mJC5nwrkyuXlEq','teKGy3jLzgvUDa','wvryyMe','lMPZB24','t0Hyt3y','DxbKyxrLzf9HDa','BKHHr2O','vMnqs1G','rhDXrwK','whjNz0u','B1jlrKm','yxbPx2TLEq','u2v0igrLzMf1Ba','uMPhCu8','uvvAvfe','ywLSigH0DhbZoG','BuLitvO','EuvfwKi','BNrqAuC','zxiGywnJB3vUDa','uuzYqwK','DxrOigfJy291BG','l2f1DgGVDxnLCG','DxrMoa','igfJy291BNq','zw50CMLLCW','DwTXyNG','y2nVDw50CY5QCW','wwL3C04','shfprLG','ywnJzxnZx3rVAW','AwrLCIbHy2nVDq','CMvMCMvZAfrVAW','BwLNCMf0Aw9U','ueXyvu0','C29YDa','u1nXyMq','BNvLu0K','C3rYAw5NAwz5','DNf5Ew0','thzfvNu','AM9PBG','DgvtDhjPBMC','vxbKyxrLzcbWCG','teTqr1G','ig9MzMXPBMvFyq','C3bSAwnL','ywj0u2y','C29Tzq','vujUu3O'];_0x4874=function(){return _0x175401;};return _0x4874();}export function removeAccount(_0x4b733a,_0x381592){const _0x385ed3={_0x5679e1:0x5c,_0xc055c8:0x4b,_0x147f09:0x2a1,_0x3e69f2:0x100,_0x38b19f:0x13a,_0x88124c:0xe6,_0xd0fd85:0x181,_0x133e92:0x2b6,_0xec5218:0x304,_0x4909dc:0xf4,_0x50abeb:0x213,_0x115f5d:0x2b3,_0x1b4100:0x31f,_0x31a956:0x2fd,_0xd11311:0x138,_0x108969:0x102,_0x23c4a3:0x2f5,_0x5c5851:0x286,_0x56ebb8:0x163,_0x38e21f:0x284,_0x350cfa:0x214,_0x28f84a:0x19d,_0x9d5a06:0x1ad,_0x112399:0x29c,_0x4f323b:0x271,_0x1b47e1:0x39d,_0x3aaca4:0x2ad,_0x305253:0x6f,_0x2d4ccc:0xf1,_0x5de06e:0xd4,_0x5a0b4c:0x5a,_0x254322:0x18e,_0x77e5c3:0xee,_0x52d4f6:0xe4,_0x48ab4d:0xdd,_0xaf7ee5:0x39,_0x1d985e:0xe3,_0x4dfde7:0x25c,_0x55da98:0x25f,_0x2ce976:0x201,_0x1bce55:0x1ee,_0x4c0661:0xca,_0x227031:0xd7,_0x2a4ace:0x135,_0x4040ba:0x179,_0x203966:0x1f0,_0x5d129:0x18f,_0x34add3:0x127,_0x19ffe5:0x22d,_0xe4ebee:0x205,_0x39d78a:0x1ec,_0x12756f:0x167,_0x36157f:0x2a1,_0x405d69:0x2af,_0x1375d6:0x20c,_0x6e4f59:0x1ab,_0x5dab18:0x10a,_0x2ee8e3:0x17c,_0x3f45ae:0x1db,_0x8f0ec8:0x1ca,_0x43b244:0x247,_0x4f1ff8:0x294,_0x14b276:0x2d0,_0x5d7846:0x2c6,_0x5504c9:0x184,_0x245257:0x226,_0x25faaa:0x291,_0x4845d2:0x1e0,_0x1eb646:0x32a,_0x354641:0x20a,_0x20aa4f:0x221,_0x1ef014:0x288},_0x288288={_0x5606b4:0x96},_0x129ba8={'qvnoR':function(_0x23df73,_0x5da1d4){return _0x23df73===_0x5da1d4;},'kNvor':_0x385061(_0x385ed3._0x5679e1,-_0x385ed3._0xc055c8,0x64,0x36),'juxXg':function(_0x30965c,_0x7f9e34){return _0x30965c!==_0x7f9e34;},'pwTIi':function(_0x4877fb,_0x1b4c16){return _0x4877fb(_0x1b4c16);},'QHoRP':function(_0x4b9171){return _0x4b9171();},'pQnox':function(_0xde9e53,_0x35f7db){return _0xde9e53===_0x35f7db;},'gHHzc':function(_0x30200a,_0x27507a){return _0x30200a(_0x27507a);},'MMGMF':_0x32f209(0x31d,0x3c6,_0x385ed3._0x147f09,0x27e),'hTnTJ':'NwwwR','hTJVu':_0x385061(0x90,_0x385ed3._0x3e69f2,0x57,_0x385ed3._0x38b19f),'SreaT':function(_0x33b617,_0x256bf0){return _0x33b617(_0x256bf0);}},_0xf3f731=_0x129ba8['QHoRP'](readProviderAccounts),_0x1dc667=_0xf3f731[_0x4b733a]||[],_0xa6ee9b=_0x1dc667[_0x385061(0x67,0x1d,0x64,_0x385ed3._0x88124c)](_0x23d08c=>_0x23d08c['id']===_0x381592);if(_0x129ba8[_0x385061(0xf7,0x6b,0xe2,_0x385ed3._0xd0fd85)](_0xa6ee9b,-(0x2506+-0x9af+0x1b56*-0x1)))return![];const _0x41db4d=_0x1dc667[_0xa6ee9b][_0x32f209(_0x385ed3._0x133e92,0x36d,0x252,_0x385ed3._0xec5218)];_0x1dc667[_0x32f209(0x2e6,0x2b1,0x337,0x301)](_0xa6ee9b,0x1*0x8ef+-0xa94+0x1a6),_0xf3f731[_0x4b733a]=_0x1dc667;if(_0x41db4d&&_0x1dc667[_0x385061(0x113,_0x385ed3._0x4909dc,0xf8,0x118)]>0x1715+-0x924+0x1*-0xdf1){_0x1dc667[-0x1129+0x6de+0xa4b][_0x32f209(0x2b6,_0x385ed3._0x50abeb,0x318,0x259)]=!![];const _0x2c1a6f={};_0x2c1a6f[_0x32f209(0x24d,0x228,_0x385ed3._0x50abeb,_0x385ed3._0x115f5d)]=_0x4b733a,_0x2c1a6f[_0x32f209(_0x385ed3._0x1b4100,0x36e,0x3cc,_0x385ed3._0x31a956)+'Id']=_0x1dc667[-0xf2a+-0x1*0x347+0x1271*0x1]['id'],logger[_0x385061(_0x385ed3._0xd11311,0xe4,_0x385ed3._0x108969,0x145)](_0x32f209(0x2f5,0x359,_0x385ed3._0x23c4a3,_0x385ed3._0x5c5851)+'fault\x20acco'+'unt\x20after\x20'+_0x32f209(0x212,0x20f,_0x385ed3._0x56ebb8,_0x385ed3._0x38e21f),_0x2c1a6f);}_0x129ba8[_0x385061(0x6f,0xdc,0x86,0x5b)](writeProviderAccounts,_0xf3f731);function _0x32f209(_0x15bfc0,_0x4fd7c5,_0x2d71f3,_0x18aa20){return _0x3e902f(_0x18aa20,_0x15bfc0- -0x148,_0x2d71f3-_0x288288._0x5606b4,_0x18aa20-0xe2);}function _0x385061(_0x246981,_0x32f398,_0x599012,_0x446938){return _0x3e902f(_0x446938,_0x246981- -0x2c2,_0x599012-0xff,_0x446938-0x128);}if(_0x41db4d){if(_0x1dc667['length']>-0x1f*-0x61+-0x4*0x8df+-0x67*-0x3b)_0x129ba8[_0x32f209(_0x385ed3._0x350cfa,_0x385ed3._0x28f84a,_0x385ed3._0x9d5a06,_0x385ed3._0x112399)]===_0x32f209(0x31d,_0x385ed3._0x4f323b,_0x385ed3._0x1b47e1,_0x385ed3._0x3aaca4)?_0x129ba8[_0x385061(_0x385ed3._0x305253,_0x385ed3._0x2d4ccc,_0x385ed3._0x5de06e,_0x385ed3._0x5a0b4c)](syncDefaultToCliFile,_0x4b733a):_0x208162[_0x385061(_0x385ed3._0x254322,0x1e9,0x238,_0x385ed3._0x77e5c3)]=_0x389097;else{if(_0x129ba8['juxXg'](_0x129ba8[_0x385061(_0x385ed3._0x52d4f6,_0x385ed3._0x48ab4d,_0x385ed3._0xaf7ee5,_0x385ed3._0x1d985e)],_0x129ba8[_0x32f209(_0x385ed3._0x4dfde7,0x2c6,0x2f0,_0x385ed3._0x55da98)]))_0x129ba8[_0x32f209(_0x385ed3._0x2ce976,0x19a,_0x385ed3._0x1bce55,0x1e9)](removeCliFile,_0x4b733a);else{const _0xa629cc=_0x23768a(_0x42a271),_0x2633ff=_0x129ba8[_0x385061(_0x385ed3._0x4c0661,_0x385ed3._0x227031,_0x385ed3._0x2a4ace,0xf0)](_0x16fbd5(_0x4a80fb?.[_0x385061(_0x385ed3._0x4040ba,0x13e,_0x385ed3._0x203966,_0x385ed3._0x5d129)]),_0x129ba8[_0x385061(_0x385ed3._0x34add3,0x1af,0x19f,0x1c2)])?_0x129ba8[_0x32f209(0x2a1,0x22b,0x292,0x24f)]:'default';if(_0x129ba8[_0x32f209(_0x385ed3._0x19ffe5,_0x385ed3._0x254322,_0x385ed3._0xe4ebee,0x2d2)](_0x2633ff,_0x32f209(0x1d6,_0x385ed3._0x39d78a,_0x385ed3._0x12756f,0x16c)))return _0xa629cc;const _0x30e20e=_0x129ba8['pwTIi'](_0x2971ee,_0x301434?.[_0x32f209(0x202,0x2b0,0x1f7,0x168)]);if(!_0x30e20e)return _0xa629cc;return{'mode':_0x129ba8[_0x32f209(_0x385ed3._0x36157f,0x2c0,_0x385ed3._0x405d69,_0x385ed3._0x1375d6)],'base_url':_0x30e20e,..._0x129ba8['pwTIi'](_0x4990c9,_0x4c5965)?{'api_version':_0xc51800(_0x41b768?.[_0x385061(_0x385ed3._0x6e4f59,_0x385ed3._0x5dab18,0x239,_0x385ed3._0x2ee8e3)+'n'])}:{}};}}}const _0x5cd929={};return _0x5cd929[_0x32f209(0x24d,_0x385ed3._0x3f45ae,_0x385ed3._0x8f0ec8,_0x385ed3._0x43b244)]=_0x4b733a,_0x5cd929[_0x32f209(0x24f,_0x385ed3._0x4f1ff8,_0x385ed3._0x14b276,_0x385ed3._0x5d7846)]=_0x381592,_0x5cd929[_0x385061(_0x385ed3._0x5504c9,_0x385ed3._0x245257,0x14f,0xdb)]=_0x41db4d,logger['info'](_0x32f209(_0x385ed3._0x25faaa,_0x385ed3._0x4845d2,_0x385ed3._0x1eb646,0x2dc)+_0x32f209(0x1f5,0x18e,_0x385ed3._0x354641,0x182)+_0x32f209(_0x385ed3._0x20aa4f,_0x385ed3._0x1ef014,0x28c,0x283),_0x5cd929),!![];}export function setDefaultAccount(_0x145d68,_0x47964d){const _0x3e72cf={_0xd4afc5:0xe5,_0x1f85ff:0x115,_0x305e4b:0x177,_0x48fa51:0xe7,_0x34199f:0x10c,_0x10295c:0xde,_0x51db3d:0x176,_0x2fbd4e:0x2a,_0x3caa62:0x57,_0x3c31f1:0x197,_0x15c45f:0x144,_0x131bf9:0x150,_0x3291a3:0x1d8,_0x3a717b:0x6f,_0xc4e3f5:0x104,_0x3f3ab7:0x98,_0x969c93:0xed,_0x1516d5:0x3e,_0x1398ac:0xc3,_0x144611:0x13e,_0x289659:0x7c,_0xc8ed9:0x15e,_0x5ecf3e:0xf8,_0x596512:0x162,_0x4627d5:0x1b5,_0x111cd0:0xc4,_0x1a92ef:0x162,_0x22fbdc:0x20b,_0x39947a:0x6c,_0x23a4e3:0x89,_0x2c8f1d:0x163,_0x336545:0x135,_0x18630c:0x195,_0xdbd883:0x3e,_0x3606b6:0x31,_0x44d27f:0x3d,_0x41f0a5:0x43,_0x1e2cac:0x175,_0x504d41:0xe8,_0xca8c0e:0xe3,_0x5775de:0x165,_0x53a813:0x146,_0x120385:0x10d,_0x172c33:0xb9,_0x588ad1:0xaa,_0x2f2b5c:0xd3,_0x25fe52:0xaf,_0x42dff9:0x110,_0x7bfaa2:0xdf,_0x117129:0x1a5,_0x2ad2bf:0x12f,_0x5b5e77:0x171,_0xc4189c:0x226,_0x33d12f:0x179,_0x552795:0x133,_0x44338c:0x12e,_0x1ddba3:0xad,_0x8f35b6:0x183,_0x3b3d0f:0x96,_0x1069a3:0x13,_0x54f172:0x96,_0xf4e5d0:0x107,_0x327ca2:0x163,_0x553277:0xe7,_0x3fce32:0x7a,_0x490778:0x1b,_0x486228:0x109,_0x9def00:0x159,_0x53e461:0x92,_0x4b6936:0x69,_0x29e15d:0x9e,_0x3dcf85:0x38},_0x2e33dd={_0xa94602:0x56f,_0x19fccb:0x5b4,_0x3e587f:0x5c6,_0x29eadd:0x599,_0x13196e:0x522,_0xcaf97d:0x638,_0x4fa7a0:0x5e1,_0x13a0df:0x586,_0xd63a7b:0x535,_0x5b41d3:0x545,_0x42abcd:0x5ab,_0xd9865:0x518,_0x1e61cb:0x56b},_0x4dc5e0={_0x2a0abf:0x1dc},_0x1cc794={_0x11545d:0x1f3,_0x660679:0x6ab},_0x1f87ae={'BndIO':function(_0x3d17e5){return _0x3d17e5();},'wQESk':function(_0x38f237,_0x5e8269){return _0x38f237(_0x5e8269);},'yOYyS':_0x3c6616(0x11,-0x77,-_0x3e72cf._0xd4afc5,-_0x3e72cf._0x1f85ff),'gpwoT':'numeric','sqWpD':function(_0x259fa6,_0x2bf4a2,_0x4c0179){return _0x259fa6(_0x2bf4a2,_0x4c0179);},'bzMNs':function(_0x1576ec,_0x498dd1){return _0x1576ec===_0x498dd1;},'Zwlmk':function(_0x30f91d,_0x562394){return _0x30f91d||_0x562394;},'wVqpg':_0x3c6616(-_0x3e72cf._0x305e4b,-_0x3e72cf._0x48fa51,-0x18e,-_0x3e72cf._0x34199f),'iaICm':function(_0x437099,_0x58cdcc){return _0x437099(_0x58cdcc);},'EiRqi':function(_0x19c1b3,_0x22e06d){return _0x19c1b3(_0x22e06d);},'yLoAu':'Added\x20prov'+_0x3c6616(-0x173,-_0x3e72cf._0x10295c,-_0x3e72cf._0x51db3d,-_0x3e72cf._0x2fbd4e)+'ey\x20account','YDKyn':function(_0x443c30,_0x1990c5){return _0x443c30!==_0x1990c5;},'MdElO':function(_0x1b13fe,_0xa408bc){return _0x1b13fe===_0xa408bc;},'VaCIg':function(_0x545928,_0x1dbb26){return _0x545928===_0x1dbb26;},'nueSI':'NwytR','nHaGj':'IneaT','iYsXO':function(_0x262436,_0x2e6dac){return _0x262436(_0x2e6dac);},'xEMCR':_0x3c6616(0x31,-_0x3e72cf._0x3caa62,-0x16,-0xa7)+_0x3fb851(0x103,0x190,0x1a7,0x127)+_0x3fb851(_0x3e72cf._0x3c31f1,_0x3e72cf._0x15c45f,_0x3e72cf._0x131bf9,_0x3e72cf._0x3291a3)},_0x31afe1=readProviderAccounts();function _0x3c6616(_0x201585,_0x2a37b4,_0xf2be58,_0x59deec){return _0x2edbd2(_0x59deec,_0x2a37b4-_0x1cc794._0x11545d,_0xf2be58-0x1c8,_0x2a37b4- -_0x1cc794._0x660679);}const _0x1c7c5a=_0x31afe1[_0x145d68]||[],_0x1be148=_0x1c7c5a[_0x3c6616(-_0x3e72cf._0x3a717b,-_0x3e72cf._0xc4e3f5,-_0x3e72cf._0x3f3ab7,-_0x3e72cf._0x969c93)](_0x3acceb=>_0x3acceb['id']===_0x47964d);if(!_0x1be148){if(_0x1f87ae[_0x3c6616(-0x3b,-_0x3e72cf._0x1516d5,-_0x3e72cf._0x1398ac,-0xc)]===_0x1f87ae[_0x3fb851(0xf4,0xb3,_0x3e72cf._0x144611,0xd5)]){const _0x3abb91=_0x324793(_0xc38645);if(!_0x3abb91)throw new _0x2ef7b8(_0x3c6616(-_0x3e72cf._0x289659,-0xdb,-_0x3e72cf._0xc8ed9,-0x13e)+'\x20required');const _0x23deb6=_0x1f87ae['BndIO'](_0xe0b078),_0x261644=_0x23deb6[_0x364b7a]||[],_0x677094=new _0xe50039()[_0x3c6616(-_0x3e72cf._0xc4e3f5,-_0x3e72cf._0x5ecf3e,-_0x3e72cf._0x596512,-0x9d)+'g']();let _0x24980c=_0x1f87ae[_0x3c6616(-_0x3e72cf._0x4627d5,-0x15b,-_0x3e72cf._0x111cd0,-0x174)](_0x3c33bd,_0x110f0a);if(!_0x24980c){const _0x1cc939=new _0x11c0b5(),_0x190bb1=_0x1cc939['toLocaleDa'+_0x3fb851(0x218,0x115,_0x3e72cf._0x1a92ef,_0x3e72cf._0x22fbdc)](_0x1f87ae[_0x3fb851(0x2c,0x4c,0xc5,0x9b)],{'month':_0x3c6616(-0xe7,-0x98,-_0x3e72cf._0x34199f,-_0x3e72cf._0x39947a),'day':_0x1f87ae['gpwoT']});_0x24980c=_0x4c8dd7[_0x3fb851(0xc6,0x6e,0xf4,_0x3e72cf._0x23a4e3)](0x1*0x158+-0x1d*0x80+0xd28)['toUpperCas'+'e']()+_0x16dff0[_0x3fb851(_0x3e72cf._0x3c31f1,_0x3e72cf._0x2c8f1d,_0x3e72cf._0x336545,_0x3e72cf._0x18630c)](0x127f*0x1+0xb9a+-0x1e18)+'\x20API\x20Key\x20('+_0x190bb1+')';}const _0xd8bb04={'id':_0x465a7b[_0x3c6616(-_0x3e72cf._0xdbd883,-_0x3e72cf._0x3606b6,-_0x3e72cf._0x44d27f,_0x3e72cf._0x41f0a5)](),'type':_0x49b8d0,'label':_0x24980c,'email':null,'api_key':_0x3abb91,'endpoint':_0x1f87ae[_0x3c6616(-_0x3e72cf._0x1e2cac,-_0x3e72cf._0x504d41,-0x139,-0xd5)](_0x57574d,_0x2e472d,_0x57e097),'is_default':_0x1f87ae[_0x3fb851(0x178,_0x3e72cf._0xca8c0e,0x12c,_0x3e72cf._0x5775de)](_0x261644[_0x3fb851(0x199,_0x3e72cf._0x53a813,_0x3e72cf._0x120385,0xd3)],-0x99d+-0x684+-0x1021*-0x1),'created_at':_0x677094,'createdAt':_0x677094,'created_by':_0x1f87ae[_0x3c6616(-_0x3e72cf._0xdbd883,-_0x3e72cf._0x172c33,-0x10e,-_0x3e72cf._0x588ad1)](_0x1eef07,_0x1f87ae[_0x3c6616(-_0x3e72cf._0x2f2b5c,-_0x3e72cf._0x25fe52,-_0x3e72cf._0x42dff9,-_0x3e72cf._0x7bfaa2)])};_0x261644[_0x3fb851(_0x3e72cf._0x117129,_0x3e72cf._0x2ad2bf,_0x3e72cf._0x5b5e77,_0x3e72cf._0xc4189c)](_0xd8bb04),_0x23deb6[_0x21675b]=_0x261644,_0x1f87ae[_0x3c6616(-_0x3e72cf._0x33d12f,-0xd1,-_0x3e72cf._0x552795,-_0x3e72cf._0x44338c)](_0x4f3d31,_0x23deb6);_0xd8bb04['is_default']&&_0x1f87ae['EiRqi'](_0x4f0080,_0x510fd0);const _0x56ffc7={};return _0x56ffc7[_0x3c6616(-_0x3e72cf._0x1ddba3,-0xce,-_0x3e72cf._0x8f35b6,-0x143)]=_0xc69c62,_0x56ffc7[_0x3fb851(0xba,0x4d,0xcf,0x10c)]=_0xd8bb04['id'],_0x56ffc7[_0x3c6616(_0x3e72cf._0x3b3d0f,-_0x3e72cf._0x1069a3,-0x5c,-0x32)]=_0xd8bb04[_0x3c6616(-0x2a,-0x13,-_0x3e72cf._0x54f172,0x52)],_0x56ffc7['isDefault']=_0xd8bb04[_0x3fb851(0xef,_0x3e72cf._0xf4e5d0,0x136,0x116)],_0x38d210[_0x3fb851(_0x3e72cf._0x327ca2,_0x3e72cf._0x553277,0x132,0x14f)](_0x1f87ae['yLoAu'],_0x56ffc7),_0xd8bb04;}else return![];}function _0x3fb851(_0x101641,_0x5869cd,_0x31ee38,_0x378253){return _0x2edbd2(_0x5869cd,_0x5869cd-0x17c,_0x31ee38-_0x4dc5e0._0x2a0abf,_0x31ee38- -0x510);}_0x1c7c5a[_0x3fb851(-0x24,0xc5,0x6a,_0x3e72cf._0x3fce32)](_0x48378c=>{const _0x455938={_0x2e1575:0x24a,_0x2ef300:0x237,_0x472940:0x22c},_0x29fb0d={_0x35677e:0x2d,_0x5bc40e:0x638,_0x2ab29b:0x13};function _0x2ff487(_0x50a15a,_0x2bef82,_0x27b5bc,_0xacd144){return _0x3fb851(_0x50a15a-0x1d9,_0x2bef82,_0xacd144-0x4b3,_0xacd144-0xe2);}function _0x53e3d2(_0x21fc9a,_0x3e4d61,_0x54eed8,_0x590ea3){return _0x3c6616(_0x21fc9a-_0x29fb0d._0x35677e,_0x54eed8-_0x29fb0d._0x5bc40e,_0x54eed8-_0x29fb0d._0x2ab29b,_0x3e4d61);}const _0xac9895={'lUxnG':function(_0x24752f,_0x3db402){return _0x24752f(_0x3db402);},'XPFsn':function(_0x8f189c,_0x37828f){function _0x3e6592(_0x4ed751,_0x26b1c9,_0x47cd38,_0x349b8e){return _0x2f45(_0x349b8e- -0x1c,_0x4ed751);}return _0x1f87ae[_0x3e6592(0x1cd,_0x455938._0x2e1575,_0x455938._0x2ef300,_0x455938._0x472940)](_0x8f189c,_0x37828f);}};if(_0x1f87ae[_0x53e3d2(_0x2e33dd._0xa94602,_0x2e33dd._0x19fccb,0x56f,_0x2e33dd._0x3e587f)](_0x2ff487(0x5f8,_0x2e33dd._0x29eadd,_0x2e33dd._0x13196e,0x59e),'kRlti')){const _0x17d799=_0xac9895[_0x2ff487(_0x2e33dd._0xcaf97d,_0x2e33dd._0x4fa7a0,0x5ba,_0x2e33dd._0x13a0df)](_0x2bb47c,_0x5d7c98);if(!_0x17d799||_0xac9895[_0x53e3d2(_0x2e33dd._0xd63a7b,_0x2e33dd._0x5b41d3,0x54e,_0x2e33dd._0x42abcd)](_0x17d799['type'],_0x496cd4))return null;return _0x17d799;}else _0x48378c[_0x53e3d2(0x5da,0x525,0x5d3,0x5ad)]=_0x1f87ae[_0x53e3d2(_0x2e33dd._0xd9865,0x5f1,_0x2e33dd._0x1e61cb,0x556)](_0x48378c['id'],_0x47964d);}),_0x1f87ae[_0x3fb851(0xf1,0xd5,0xca,_0x3e72cf._0x490778)](writeProviderAccounts,_0x31afe1),_0x1f87ae[_0x3fb851(0xba,0x178,_0x3e72cf._0x486228,0xb2)](syncDefaultToCliFile,_0x145d68);const _0x14d0cb={};return _0x14d0cb[_0x3fb851(0xac,0x141,0xcd,0x94)]=_0x145d68,_0x14d0cb[_0x3c6616(-0x135,-0xcc,-_0x3e72cf._0x9def00,-_0x3e72cf._0x53e461)]=_0x47964d,logger[_0x3c6616(-0x101,-_0x3e72cf._0x4b6936,-0x10d,0x25)](_0x1f87ae[_0x3c6616(-_0x3e72cf._0x29e15d,-0x12,_0x3e72cf._0x3fce32,-_0x3e72cf._0x3dcf85)],_0x14d0cb),!![];}export function updateAccountLabel(_0x543406,_0xe65378,_0x55f130){const _0x4b1755={_0x1ed923:0x6f,_0xe18260:0xd,_0x370ae0:0xa9,_0x35ba2a:0xef,_0x20d98f:0xc9,_0x43c9c9:0xe,_0x8d435:0x6e,_0x27577d:0x46,_0x2d422c:0xa6},_0x5f3f9d={_0x15baa3:0x1c1,_0x46aca2:0x5a4},_0xb63b5a={_0x9ec581:0x1f2},_0x33186d={'mHCXG':function(_0x557a06){return _0x557a06();},'kFEsu':function(_0x537cac,_0x341ca0){return _0x537cac(_0x341ca0);}},_0x59c9eb=_0x33186d['mHCXG'](readProviderAccounts),_0x1dfac8=_0x59c9eb[_0x543406]||[],_0xe57b16=_0x1dfac8[_0xa6c88e(-_0x4b1755._0x1ed923,0x3,_0x4b1755._0xe18260,0x1d)](_0xc5a971=>_0xc5a971['id']===_0xe65378);if(!_0xe57b16)return![];_0xe57b16['label']=_0x55f130,_0xe57b16[_0xa6c88e(0xb9,_0x4b1755._0x370ae0,_0x4b1755._0x35ba2a,_0x4b1755._0x20d98f)]=new Date()['toISOStrin'+'g'](),_0x33186d[_0xa6c88e(0x3,_0x4b1755._0x43c9c9,0x11,-0x29)](writeProviderAccounts,_0x59c9eb);const _0x5c1e0c={};function _0x4d5623(_0x575915,_0x3cac8c,_0x2ebcd3,_0x478411){return _0x3e902f(_0x3cac8c,_0x575915- -0x327,_0x2ebcd3-0x104,_0x478411-_0xb63b5a._0x9ec581);}_0x5c1e0c[_0x4d5623(_0x4b1755._0x8d435,-_0x4b1755._0x27577d,0x91,_0x4b1755._0x2d422c)]=_0x543406,_0x5c1e0c['accountId']=_0xe65378,_0x5c1e0c['label']=_0x55f130,logger['info']('Updated\x20pr'+'ovider\x20acc'+'ount\x20label',_0x5c1e0c);function _0xa6c88e(_0xc46d2,_0x1d501b,_0x63d5f5,_0x163e44){return _0x2edbd2(_0x63d5f5,_0x1d501b-0xe4,_0x63d5f5-_0x5f3f9d._0x15baa3,_0x1d501b- -_0x5f3f9d._0x46aca2);}return!![];}export function updateAccountEmail(_0x3b3d9c,_0x457276,_0x265e73){const _0x237fb2={_0x2c1c0e:0x6a3,_0x23126d:0x666,_0x56a1e0:0x658,_0x22acfb:0x34f,_0x56d4e7:0x362,_0x26d9f3:0x2de,_0x4a271e:0x6d1,_0x5ef170:0x263,_0x947737:0x25e,_0x3246c3:0x275,_0x20da4b:0x1ee,_0x9cc5f5:0x672,_0x4141cc:0x5e7,_0x55e30f:0x728},_0x54442a={_0x2ea3b0:0x102,_0x37aced:0x13b},_0x486a29={_0x4daa17:0x1bd};function _0x2cecd3(_0x7d8594,_0x1038cb,_0x15469d,_0x18e291){return _0x2edbd2(_0x7d8594,_0x1038cb-_0x486a29._0x4daa17,_0x15469d-0x4,_0x1038cb-0x30);}const _0x6b74ca={'sXhDp':function(_0x45b0f7){return _0x45b0f7();},'jxxgC':_0x2cecd3(0x647,_0x237fb2._0x2c1c0e,_0x237fb2._0x23126d,_0x237fb2._0x56a1e0)+'ovider\x20acc'+_0x6d614c(0x2be,_0x237fb2._0x22acfb,0x329,_0x237fb2._0x56d4e7)},_0x3c8ec0=_0x6b74ca['sXhDp'](readProviderAccounts),_0x53472d=_0x3c8ec0[_0x3b3d9c]||[],_0x4066ff=_0x53472d[_0x6d614c(0x25d,0x1b9,_0x237fb2._0x26d9f3,0x2c7)](_0x5810ab=>_0x5810ab['id']===_0x457276&&_0x5810ab[_0x2cecd3(0x673,0x641,0x6ae,0x5e3)]===ACCOUNT_TYPE_OAUTH);if(!_0x4066ff)return![];_0x4066ff[_0x2cecd3(0x627,_0x237fb2._0x4a271e,0x67e,0x6fb)]=_0x265e73;function _0x6d614c(_0x210f50,_0x53586d,_0x37dbc7,_0x3ce60f){return _0x3e902f(_0x3ce60f,_0x210f50- -_0x54442a._0x2ea3b0,_0x37dbc7-0x50,_0x3ce60f-_0x54442a._0x37aced);}_0x4066ff['updated_at']=new Date()[_0x6d614c(0x269,_0x237fb2._0x5ef170,_0x237fb2._0x947737,_0x237fb2._0x3246c3)+'g'](),writeProviderAccounts(_0x3c8ec0);const _0x293150={};return _0x293150[_0x6d614c(0x293,_0x237fb2._0x20da4b,0x2f9,0x226)]=_0x3b3d9c,_0x293150['accountId']=_0x457276,_0x293150['email']=_0x265e73,logger[_0x2cecd3(0x686,_0x237fb2._0x9cc5f5,_0x237fb2._0x4141cc,_0x237fb2._0x55e30f)](_0x6b74ca[_0x6d614c(0x292,0x224,0x2df,0x2ff)],_0x293150),!![];}export function updateAccountTokens(_0x2dc900,_0x5b8d58,_0x2fb387){const _0x3045dd={_0x2ba465:0x550,_0x2ddb77:0x52f,_0x367232:0x566,_0x14e72d:0x46c,_0x3671e3:0x23,_0x572980:0x66,_0x48ff21:0x16,_0x15b229:0xda,_0x282b30:0x59e,_0x15064c:0x4e4,_0x5e7b75:0xef,_0x37f525:0xb6,_0x3918ca:0x75,_0x43a159:0x77,_0x4fee68:0xfd,_0x44c081:0x7d,_0x2147d8:0xa9,_0xd60f63:0x4b4,_0x5e5a23:0x47f,_0x1c5e6f:0x7e,_0x5442da:0x56,_0x5f532:0x18e,_0x264dbe:0x10b},_0x278e2c={_0x3111f9:0x18c,_0x3aa610:0xe9},_0x45876e={_0x31ee5a:0x1ca},_0x28c7d2={'Errjs':function(_0x413fc8){return _0x413fc8();},'nUnbT':function(_0x50f7c7,_0x9e673f){return _0x50f7c7(_0x9e673f);},'AEXhu':function(_0x55d89c,_0x336963){return _0x55d89c(_0x336963);},'PWLCf':_0xa1210a(0x5b7,_0x3045dd._0x2ba465,_0x3045dd._0x2ddb77,_0x3045dd._0x367232)+_0xa1210a(0x4c9,0x44b,0x55e,_0x3045dd._0x14e72d)+_0x402e3b(-_0x3045dd._0x3671e3,_0x3045dd._0x572980,-_0x3045dd._0x48ff21,_0x3045dd._0x15b229)+'s'},_0x2b8917=_0x28c7d2['Errjs'](readProviderAccounts),_0x2fd8a8=_0x2b8917[_0x2dc900]||[];function _0x402e3b(_0x2048f2,_0xa80a67,_0x85da6f,_0x10035b){return _0x3e902f(_0x85da6f,_0xa80a67- -0x381,_0x85da6f-0xde,_0x10035b-_0x45876e._0x31ee5a);}const _0x2656da=_0x2fd8a8[_0xa1210a(0x4eb,0x571,_0x3045dd._0x282b30,_0x3045dd._0x15064c)](_0x39afb5=>_0x39afb5['id']===_0x5b8d58&&_0x39afb5[_0x402e3b(0x67,0x48,0x27,0xbe)]===ACCOUNT_TYPE_OAUTH);if(!_0x2656da)return![];_0x2656da['tokens']=_0x2fb387,_0x2656da[_0x402e3b(0x8c,0x84,_0x3045dd._0x5e7b75,_0x3045dd._0x37f525)]=new Date()['toISOStrin'+'g'](),_0x28c7d2[_0x402e3b(0x1c,_0x3045dd._0x3918ca,0x54,_0x3045dd._0x43a159)](writeProviderAccounts,_0x2b8917);_0x2656da[_0x402e3b(_0x3045dd._0x4fee68,_0x3045dd._0x44c081,0x85,_0x3045dd._0x2147d8)]&&_0x28c7d2[_0xa1210a(_0x3045dd._0xd60f63,0x539,0x4f3,_0x3045dd._0x5e5a23)](syncDefaultToCliFile,_0x2dc900);function _0xa1210a(_0x28893a,_0x7ee005,_0x335002,_0x186b8f){return _0x3e902f(_0x186b8f,_0x28893a-_0x278e2c._0x3111f9,_0x335002-_0x278e2c._0x3aa610,_0x186b8f-0xf4);}const _0x96e21c={};return _0x96e21c['provider']=_0x2dc900,_0x96e21c['accountId']=_0x5b8d58,logger[_0x402e3b(_0x3045dd._0x1c5e6f,_0x3045dd._0x5442da,0x51,0x61)](_0x28c7d2[_0x402e3b(_0x3045dd._0x5f532,0xe9,0xe1,_0x3045dd._0x264dbe)],_0x96e21c),!![];}export function syncDefaultToCliFile(_0x245715){const _0x5d8c94={_0x26b5b2:0x3b8,_0x2bc2f7:0x44f,_0x560266:0x1c8,_0x28f568:0xf0,_0x902259:0x38b,_0x24837b:0x39e,_0x363151:0x407,_0x1f55e4:0x3ed,_0x4bf0b0:0x372,_0x57b55e:0x75,_0x4b93a5:0xbd,_0x47cd72:0x130,_0x41b741:0x120,_0x2ce60e:0x120,_0x4b1f5f:0x15e,_0x56b5e6:0x71,_0x59fc3a:0x66,_0x40f0eb:0xe1,_0x528abb:0x9f,_0x3960b0:0x130,_0x7d2812:0xf,_0x3e7cec:0xb4,_0x1e0811:0x11c,_0x363378:0x433,_0x2828c3:0x459,_0x5eb71d:0x4da,_0x45a89e:0xe4,_0x42d9ac:0xb1,_0x5498e6:0x333,_0x4526ae:0x310,_0x35c089:0x450,_0x50feb9:0x419,_0x1e65b7:0x185,_0x37a7e4:0x20e,_0x1dece3:0x188,_0x4cbd1d:0x153,_0x1e5a75:0x125,_0x3da31a:0x138,_0x4b6f79:0x369,_0x5abfd0:0x41f,_0x371bae:0x1c6,_0x593ee1:0x244,_0x4f2f32:0x42b,_0x586e83:0x464,_0x364453:0x3f5,_0x598c00:0x5e,_0x212522:0x3d4,_0x582588:0x390,_0x2def85:0x2fe,_0x3d9575:0x173,_0x15b138:0x148,_0x4cca65:0x93,_0x5eefc0:0xf3,_0x3ac493:0x19d,_0x19b4c6:0x390,_0x39319b:0x3ec,_0x3c5cfb:0x451,_0x5dc6ef:0x3b3,_0x92cdaf:0x422,_0x2bc678:0x430,_0xa7f012:0x3be,_0x1b177c:0x43f,_0x16f2b5:0x321,_0x329b7e:0x4e4,_0x16159e:0x441,_0x2ac47e:0x460,_0x2ddf61:0x4f6,_0x39959f:0x141,_0x22fefe:0x102,_0x14346e:0x395,_0x1b0114:0x434,_0x2e2fc0:0x4ef,_0x3697c8:0x398,_0x4f287f:0x3b5,_0x2c696a:0x384,_0x15f2f8:0x3a2,_0x4f5c6f:0x196,_0x2acf61:0x49b,_0x1a77fe:0x478,_0x40497b:0x419,_0x52a8fa:0x2ac,_0x118058:0x1a2,_0x4c7ee4:0xa9,_0x74eda3:0x10f,_0x2e096b:0x157,_0x5dd560:0x2a2,_0x34aa3e:0x311,_0x1ad59a:0x261,_0x12adf4:0x19e,_0x259643:0x198,_0x47e273:0x16f,_0x91bb58:0x249,_0x5a68ac:0x1fa,_0x38c2b9:0xf5,_0x1bb552:0x45e,_0x262698:0x3f6,_0x3981cc:0x3c3,_0x3c85a2:0x3ab,_0x3618ba:0x34d,_0x2e6103:0x311,_0x5ae4d5:0x3ad,_0x4ff54a:0x3e6,_0x294430:0x46b,_0x4d8a15:0x3db,_0xeea44c:0x400,_0x193590:0x112,_0x160de2:0x146,_0x3493c0:0x19f,_0x3450e4:0x2e0,_0x1de3bf:0x35e,_0x2cb538:0x16a,_0x561ee5:0x440,_0x29e56b:0x442,_0x1c8ab7:0x3ce,_0x45b05b:0x446,_0x355d8f:0x160,_0x1d8e78:0xfe,_0x49d6a8:0x3d1,_0x294aeb:0x3d0,_0x3be6b4:0x18c,_0xc3a71:0x144,_0x5975b6:0x34c,_0x1fe274:0x33a,_0x51cc71:0xaf,_0x51aae8:0x89,_0x72fc25:0x48,_0x1ac57a:0x184,_0x3b8e88:0x1d7,_0x3570eb:0x30d,_0x21754e:0x162,_0x5a5d3b:0x44d,_0x48161d:0x36d,_0x5a4b02:0x316,_0x251d8d:0x326,_0x5ccc07:0x3ad,_0x3a076c:0x3ad,_0x1a894e:0x326,_0x3dd1b3:0x141,_0x26b94b:0x129,_0x179512:0x228,_0x5d50e5:0x415,_0x616148:0x33c,_0x20b5bc:0x3aa,_0x2052c2:0x186,_0x1b750f:0x105,_0x228047:0x147,_0x1a93c2:0x454,_0x4631d1:0x435,_0x3466a0:0x44b,_0x16a379:0x12f,_0x5b290b:0x180,_0x4ff4ff:0xe3,_0x5ca4aa:0x203,_0x57018a:0x156,_0x44e6d7:0x135,_0x3f7209:0x441,_0x30a93f:0x8,_0x31c36c:0xc5,_0x2a57e9:0x159,_0x2fce34:0x15a,_0x962158:0x3db,_0x223815:0x397,_0xd537b2:0x375,_0x391a67:0xd3},_0x11d735={_0x49ff03:0xab},_0x23d095={_0x52e667:0x7},_0x4d8ffd={'fpmnz':function(_0x8b6dfa,_0x24c0e2){return _0x8b6dfa(_0x24c0e2);},'FFmBZ':_0x2b7c2f(_0x5d8c94._0x26b5b2,0x405,0x436,_0x5d8c94._0x2bc2f7)+'fault\x20acco'+_0x237f8b(_0x5d8c94._0x560266,0x116,0x12f,_0x5d8c94._0x28f568)+'removal','ZWWiP':function(_0x11d701){return _0x11d701();},'YkKMt':function(_0x4d915b,_0x478934){return _0x4d915b>_0x478934;},'uOHqF':function(_0x462e95,_0x4bfc22,_0x214e2e){return _0x462e95(_0x4bfc22,_0x214e2e);},'tmgEG':function(_0x80d300,_0xe32737){return _0x80d300===_0xe32737;},'ZKwTg':function(_0x567d5b,_0x2f4b4f){return _0x567d5b===_0x2f4b4f;},'BrGJZ':function(_0x651141,_0x5215f4){return _0x651141(_0x5215f4);},'WDFxT':function(_0x5694c2,_0xa7ceca){return _0x5694c2===_0xa7ceca;},'xaVzb':function(_0x3f4eb3,_0x1a1051){return _0x3f4eb3(_0x1a1051);},'eEFVj':_0x2b7c2f(_0x5d8c94._0x902259,0x2fe,_0x5d8c94._0x24837b,_0x5d8c94._0x363151)+_0x2b7c2f(_0x5d8c94._0x1f55e4,_0x5d8c94._0x4bf0b0,0x40e,0x464)+_0x237f8b(0xce,0x63,0xe8,_0x5d8c94._0x57b55e)+'ng\x20tokens;'+_0x237f8b(_0x5d8c94._0x4b93a5,0xf2,0x158,0xdc)+_0x237f8b(0x1df,0x1a3,0x125,_0x5d8c94._0x47cd72)+_0x237f8b(_0x5d8c94._0x41b741,0x103,0xef,0x156),'sdiJK':'UaJMZ','PDOEk':'claude','bYEMa':_0x237f8b(0xce,_0x5d8c94._0x2ce60e,_0x5d8c94._0x4b1f5f,0x76),'QhfNC':function(_0x45212b,_0x26c034){return _0x45212b===_0x26c034;},'wZGbU':_0x237f8b(_0x5d8c94._0x56b5e6,_0x5d8c94._0x59fc3a,0x64,0x102),'HFKJG':_0x237f8b(0x5b,_0x5d8c94._0x40f0eb,_0x5d8c94._0x528abb,_0x5d8c94._0x3960b0),'gdpez':function(_0x81bfb9,_0x2fe6dc){return _0x81bfb9!==_0x2fe6dc;},'hbQTH':_0x237f8b(_0x5d8c94._0x7d2812,0x64,0xb3,0xb3),'HcVig':_0x237f8b(0x111,0x129,_0x5d8c94._0x3e7cec,_0x5d8c94._0x1e0811),'yEEZB':'Bearer','tJeUD':_0x2b7c2f(_0x5d8c94._0x363378,0x4b1,_0x5d8c94._0x2828c3,_0x5d8c94._0x5eb71d)+'sync\x20defau'+_0x237f8b(_0x5d8c94._0x45a89e,0x39,0xdf,_0x5d8c94._0x42d9ac)+_0x2b7c2f(_0x5d8c94._0x5498e6,_0x5d8c94._0x4526ae,0x32e,0x362)+'le'};if(!CLI_CREDENTIAL_FILES[_0x245715]){if(_0x4d8ffd[_0x2b7c2f(_0x5d8c94._0x35c089,_0x5d8c94._0x50feb9,0x3f5,0x3b5)](_0x237f8b(0x19f,_0x5d8c94._0x1e65b7,_0x5d8c94._0x37a7e4,_0x5d8c94._0x1dece3),_0x237f8b(0x1f2,0x185,_0x5d8c94._0x4cbd1d,0x13a)))return;else _0x4d8ffd[_0x237f8b(0x1c4,_0x5d8c94._0x1e5a75,0x163,_0x5d8c94._0x3da31a)](_0x50edfc,_0x480e02);}const _0x393487=_0x4d8ffd['fpmnz'](getDefaultAccount,_0x245715);if(!_0x393487){const _0x29e803={};_0x29e803[_0x2b7c2f(_0x5d8c94._0x4b6f79,0x3bf,0x38e,0x43b)]=_0x245715,logger[_0x2b7c2f(_0x5d8c94._0x5abfd0,0x3d9,0x3d0,0x36d)](_0x237f8b(0x146,0x163,_0x5d8c94._0x371bae,0xe7)+'\x20account\x20t'+_0x237f8b(0x1a5,0x191,0x178,_0x5d8c94._0x593ee1),_0x29e803),_0x4d8ffd['BrGJZ'](removeCliFile,_0x245715);return;}if(_0x4d8ffd[_0x2b7c2f(0x386,_0x5d8c94._0x4f2f32,0x3c5,_0x5d8c94._0x586e83)](_0x393487[_0x2b7c2f(0x3a2,_0x5d8c94._0x364453,0x3c2,0x310)],ACCOUNT_TYPE_API_KEY)){const _0x19f9fb={};_0x19f9fb[_0x237f8b(_0x5d8c94._0x598c00,0xc5,0x10a,0x60)]=_0x245715,_0x19f9fb[_0x2b7c2f(0x2df,_0x5d8c94._0x212522,_0x5d8c94._0x582588,_0x5d8c94._0x2def85)]=_0x393487['id'],logger['debug']('Skipping\x20C'+'LI\x20credent'+_0x237f8b(0x1a1,_0x5d8c94._0x3d9575,0x181,0x17e)+'or\x20API\x20key'+_0x237f8b(0x9d,_0x5d8c94._0x15b138,_0x5d8c94._0x4cca65,_0x5d8c94._0x5eefc0),_0x19f9fb),_0x4d8ffd[_0x237f8b(0xa9,0xeb,_0x5d8c94._0x3ac493,0xf9)](removeCliFile,_0x245715);return;}if(!_0x393487['tokens']){const _0x3df307={};_0x3df307['provider']=_0x245715,_0x3df307[_0x2b7c2f(_0x5d8c94._0x4bf0b0,0x3e7,_0x5d8c94._0x19b4c6,_0x5d8c94._0x39319b)]=_0x393487['id'],logger[_0x2b7c2f(0x3c6,_0x5d8c94._0x3c5cfb,_0x5d8c94._0x5dc6ef,0x409)](_0x4d8ffd[_0x2b7c2f(0x335,0x341,0x34d,0x322)],_0x3df307),removeCliFile(_0x245715);return;}function _0x2b7c2f(_0xd6085c,_0x2348f3,_0x5c9d0d,_0x756af6){return _0x3e902f(_0xd6085c,_0x5c9d0d- -_0x23d095._0x52e667,_0x5c9d0d-0x10f,_0x756af6-0xc8);}const _0x5b9b0a=_0x3ee3b7[_0x2b7c2f(0x432,0x4d1,_0x5d8c94._0x92cdaf,0x3d5)](_0x399a64[_0x2b7c2f(_0x5d8c94._0x2bc678,_0x5d8c94._0xa7f012,0x3af,_0x5d8c94._0x1b177c)](),CLI_CREDENTIAL_FILES[_0x245715]),_0x2d28ed=_0x3ee3b7[_0x2b7c2f(_0x5d8c94._0x16f2b5,0x2e2,0x369,0x330)](_0x5b9b0a);function _0x237f8b(_0x2a5259,_0x5cfdaf,_0x44f15e,_0x18ea34){return _0x3e902f(_0x18ea34,_0x5cfdaf- -0x2d0,_0x44f15e-0x14d,_0x18ea34-_0x11d735._0x49ff03);}try{if(_0x4d8ffd['tmgEG'](_0x2b7c2f(_0x5d8c94._0x329b7e,0x3f8,0x45c,_0x5d8c94._0x16159e),_0x4d8ffd['sdiJK'])){_0x391c4b[0x79c*-0x2+0xf79+-0x41]['is_default']=!![];const _0x146ace={};_0x146ace['provider']=_0x14d640,_0x146ace[_0x2b7c2f(0x444,0x3c1,_0x5d8c94._0x2ac47e,_0x5d8c94._0x2ddf61)+'Id']=_0x4f5ae5[-0x166f+0x1*0x1f1b+0x456*-0x2]['id'],_0x435004['info'](_0x4d8ffd[_0x237f8b(_0x5d8c94._0x39959f,_0x5d8c94._0x22fefe,0x1b2,0xc9)],_0x146ace);}else{if(!_0xf7db7['existsSync'](_0x2d28ed)){const _0x22c229={};_0x22c229['recursive']=!![],_0x22c229[_0x2b7c2f(_0x5d8c94._0x14346e,0x4ad,_0x5d8c94._0x1b0114,0x443)]=0x1c0,_0xf7db7[_0x2b7c2f(_0x5d8c94._0x2e2fc0,_0x5d8c94._0x3697c8,0x443,0x4c7)](_0x2d28ed,_0x22c229);}let _0x559523;const _0x4b18b3=_0x393487['tokens']||{};if(_0x4d8ffd['tmgEG'](_0x245715,_0x4d8ffd[_0x2b7c2f(_0x5d8c94._0x4f287f,_0x5d8c94._0x2c696a,_0x5d8c94._0x15f2f8,0x38c)]))_0x559523={'claudeAiOauth':{'accessToken':_0x4b18b3[_0x237f8b(0x3e,0xed,_0x5d8c94._0x4f5c6f,0xb7)+'n']||_0x4b18b3[_0x2b7c2f(_0x5d8c94._0x2acf61,0x42e,0x417,0x47b)+'en'],'refreshToken':_0x4b18b3[_0x2b7c2f(_0x5d8c94._0x2ac47e,_0x5d8c94._0x1a77fe,_0x5d8c94._0x40497b,0x473)+'en']||_0x4b18b3[_0x2b7c2f(0x2ce,0x39d,0x323,_0x5d8c94._0x52a8fa)+'ken'],'expiresAt':_0x4b18b3[_0x2b7c2f(_0x5d8c94._0x15f2f8,0x3e7,0x441,0x3da)]||_0x4b18b3[_0x237f8b(_0x5d8c94._0x118058,0x123,0x166,0xae)],'scopes':_0x4b18b3['scopes']||PROVIDER_CONFIG['claude'][_0x237f8b(_0x5d8c94._0x4c7ee4,_0x5d8c94._0x74eda3,0x187,_0x5d8c94._0x2e096b)][_0x2b7c2f(_0x5d8c94._0x5dd560,0x2cc,_0x5d8c94._0x34aa3e,_0x5d8c94._0x1ad59a)]('\x20')}};else{if(_0x245715===_0x4d8ffd[_0x237f8b(_0x5d8c94._0x12adf4,0x10d,0xb3,0xf2)]){if(_0x4d8ffd[_0x237f8b(0xe6,_0x5d8c94._0x259643,_0x5d8c94._0x47e273,_0x5d8c94._0x91bb58)](_0x4d8ffd['wZGbU'],'xgqcw')){const _0x1c1732={};_0x1c1732[_0x237f8b(0x1ef,0x14e,_0x5d8c94._0x5a68ac,_0x5d8c94._0x38c2b9)+'en']=_0x4b18b3['access_tok'+'en'],_0x1c1732['refresh_to'+_0x2b7c2f(_0x5d8c94._0x1bb552,_0x5d8c94._0x262698,_0x5d8c94._0x3981cc,_0x5d8c94._0x3c85a2)]=_0x4b18b3[_0x2b7c2f(_0x5d8c94._0x3618ba,0x378,0x323,_0x5d8c94._0x2e6103)+_0x2b7c2f(0x38a,_0x5d8c94._0x5ae4d5,0x3c3,_0x5d8c94._0x4ff54a)],_0x1c1732[_0x2b7c2f(0x37e,_0x5d8c94._0x294430,_0x5d8c94._0x4d8a15,_0x5d8c94._0xeea44c)]=_0x4b18b3[_0x237f8b(0x80,_0x5d8c94._0x193590,_0x5d8c94._0x160de2,_0x5d8c94._0x3493c0)],_0x559523={'tokens':_0x1c1732,'last_refresh':new Date()['toISOStrin'+'g']()};}else{const _0x4ec9de=_0x4d8ffd[_0x2b7c2f(_0x5d8c94._0x3450e4,0x40c,_0x5d8c94._0x1de3bf,0x3b6)](_0x26f89a),_0x281d8c={};for(const _0x35c89e of _0x3367ba){const _0x121892=_0x4ec9de[_0x35c89e]||[];_0x281d8c[_0x35c89e]={'accounts':_0x121892[_0x237f8b(_0x5d8c94._0x2cb538,0xb9,0x78,0x82)](_0x49adf5=>({'id':_0x49adf5['id'],'type':_0x49adf5[_0x237f8b(0xd6,0xf9,0x90,0x12e)]||_0x17de4f,'label':_0x49adf5['label'],'email':_0x49adf5[_0x237f8b(0x128,0xf9,0x108,0x14b)]===_0x312eb1?_0x49adf5[_0x2b7c2f(0x3e6,0x3d5,0x452,0x3fb)]:null,'key_preview':_0x49adf5[_0x237f8b(0xee,0xf9,0xeb,0x183)]===_0x19909e?_0x2c7bf4(_0x49adf5[_0x2b7c2f(0x3b5,0x47e,0x404,0x3ec)]):null,'endpoint':_0x49adf5[_0x2b7c2f(0x418,0x374,0x3c2,0x39d)]===_0x53939a?_0x2614ad(_0x35c89e,_0x49adf5[_0x2b7c2f(0x39f,0x424,0x44f,0x43c)]):null,'is_default':_0x49adf5[_0x237f8b(0x139,0x12e,0xf3,0x10d)],'created_at':_0x49adf5['created_at'],'created_by':_0x49adf5[_0x2b7c2f(0x330,0x3a2,0x3d5,0x489)]})),'has_accounts':_0x4d8ffd['YkKMt'](_0x121892[_0x2b7c2f(_0x5d8c94._0x561ee5,_0x5d8c94._0x29e56b,_0x5d8c94._0x1c8ab7,_0x5d8c94._0x45b05b)],0x1d5+-0x7*0x395+-0x23*-0xaa),'has_oauth_accounts':_0x121892[_0x237f8b(0x1cf,_0x5d8c94._0x355d8f,_0x5d8c94._0x1d8e78,0x139)](_0x3b59e0=>_0x3b59e0[_0x237f8b(0xed,0xf9,0x18e,0x1aa)]===_0x50bc9d),'has_api_key_accounts':_0x121892[_0x2b7c2f(_0x5d8c94._0x49d6a8,0x4c7,0x429,_0x5d8c94._0x294aeb)](_0x3f6591=>_0x3f6591[_0x2b7c2f(0x459,0x41a,0x3c2,0x33b)]===_0x3ae4de&&!!_0x3f6591['api_key'])};}return _0x281d8c;}}else{if(_0x4d8ffd['ZKwTg'](_0x245715,_0x4d8ffd[_0x237f8b(0xd5,_0x5d8c94._0x3be6b4,_0x5d8c94._0xc3a71,0x163)])){if(_0x4d8ffd[_0x2b7c2f(0x370,_0x5d8c94._0x5975b6,_0x5d8c94._0x1fe274,0x2e2)](_0x4d8ffd[_0x237f8b(_0x5d8c94._0x51cc71,_0x5d8c94._0x51aae8,0x11f,_0x5d8c94._0x72fc25)],_0x4d8ffd[_0x237f8b(0x11a,_0x5d8c94._0x1ac57a,0x203,0x22d)])){const _0xfd2281={};_0xfd2281[_0x237f8b(0x15b,0x14e,0x18b,_0x5d8c94._0x3b8e88)+'en']=_0x4b18b3['access_tok'+'en'],_0xfd2281[_0x2b7c2f(_0x5d8c94._0x4526ae,0x3a6,0x323,_0x5d8c94._0x3570eb)+_0x237f8b(0x11b,0xfa,0x1a3,_0x5d8c94._0x21754e)]=_0x4b18b3['refresh_to'+_0x2b7c2f(0x359,_0x5d8c94._0x5a5d3b,0x3c3,_0x5d8c94._0x48161d)],_0xfd2281[_0x2b7c2f(0x283,_0x5d8c94._0x5a4b02,_0x5d8c94._0x251d8d,0x31b)]=_0x4b18b3[_0x2b7c2f(_0x5d8c94._0x5ccc07,_0x5d8c94._0x3a076c,_0x5d8c94._0x1a894e,0x3dd)]||_0x4d8ffd[_0x237f8b(0x9d,_0x5d8c94._0x3dd1b3,0xb9,_0x5d8c94._0x26b94b)],_0xfd2281['expires_at']=_0x4b18b3[_0x2b7c2f(0x479,0x390,_0x5d8c94._0x39319b,0x39f)],_0xfd2281[_0x237f8b(_0x5d8c94._0x179512,0x18a,0xfe,0x15c)]=_0x4b18b3['scope']||PROVIDER_CONFIG[_0x2b7c2f(_0x5d8c94._0x5d50e5,_0x5d8c94._0x616148,_0x5d8c94._0x20b5bc,0x37d)][_0x2b7c2f(0x3d3,0x36f,0x3d8,0x3bd)],_0x559523=_0xfd2281;}else{const _0x52d7b6={};_0x52d7b6[_0x237f8b(_0x5d8c94._0x2052c2,0xf9,0xbb,0xf8)]=_0x5b5f16;const _0x13cbac=_0x4d8ffd['uOHqF'](_0x33bbbd,_0x287146,_0x52d7b6)['filter'](_0x2401e8=>!!_0x2401e8[_0x237f8b(0x14d,0x13b,0x12f,0x18d)]);if(_0x4d8ffd[_0x237f8b(0x109,0xcc,0x121,0xb8)](_0x13cbac[_0x237f8b(0x199,_0x5d8c94._0x1b750f,_0x5d8c94._0x528abb,0x16d)],-0x23c2+0x16ec+0xcd6))return null;return _0x13cbac[_0x237f8b(0x16e,0x153,0x187,_0x5d8c94._0x228047)]((_0xb34653,_0x2e966b)=>_0x356317(_0xb34653)-_0x38f400(_0x2e966b))[0x91c+0x7*0x65+-0xbdf]||null;}}}}const _0x20bec3={};_0x20bec3[_0x2b7c2f(_0x5d8c94._0x1a93c2,0x493,_0x5d8c94._0x1b0114,_0x5d8c94._0x4631d1)]=0x180,_0xf7db7[_0x2b7c2f(0x3c5,0x317,0x3be,_0x5d8c94._0x3466a0)+_0x237f8b(0x13d,_0x5d8c94._0x16a379,_0x5d8c94._0x5b290b,_0x5d8c94._0x4ff4ff)](_0x5b9b0a,JSON[_0x237f8b(_0x5d8c94._0x5ca4aa,_0x5d8c94._0x57018a,_0x5d8c94._0x44e6d7,_0x5d8c94._0x44e6d7)](_0x559523,null,-0x22ff+0x28e+-0x3*-0xad1),_0x20bec3);const _0x1a42a9={};_0x1a42a9[_0x237f8b(0x19,0xc5,0x7e,0x16)]=_0x245715,_0x1a42a9['path']=_0x5b9b0a,logger[_0x2b7c2f(0x32c,0x472,_0x5d8c94._0x294aeb,_0x5d8c94._0x3f7209)](_0x2b7c2f(0x44b,0x422,0x456,0x4be)+'ault\x20accou'+_0x237f8b(-0x44,0x57,-0x19,_0x5d8c94._0x30a93f)+'file',_0x1a42a9);}}catch(_0x40ed4e){const _0x53eb67={};_0x53eb67[_0x237f8b(0x162,_0x5d8c94._0x31c36c,_0x5d8c94._0x2a57e9,_0x5d8c94._0x2fce34)]=_0x245715,_0x53eb67[_0x2b7c2f(0x301,_0x5d8c94._0x962158,_0x5d8c94._0x223815,_0x5d8c94._0xd537b2)]=_0x40ed4e[_0x237f8b(0x129,0xb6,0xed,_0x5d8c94._0x391a67)],logger[_0x2b7c2f(0x3dd,0x406,0x397,0x407)](_0x4d8ffd['tJeUD'],_0x53eb67);}}function removeCliFile(_0x1fe1e1){const _0x462370={_0x5d2f55:0x2,_0x325016:0x1,_0x146f20:0x29b,_0x29a4a5:0x23f,_0x5c589e:0x2eb,_0x2775cd:0x61,_0x4179e0:0x77,_0x1bbbb7:0x155,_0x2ec4e3:0x27c,_0xd15917:0xb0,_0x51f9fe:0xda,_0x8d3dc1:0x16e,_0x1ce7af:0x94,_0x3d4b55:0x34,_0x2ef907:0x2fd,_0x1571f3:0x25b,_0x8b6ee3:0x1cd,_0x29c2b4:0x228,_0x14a3d1:0xbd,_0x3d6a4f:0x1d,_0x3fa46c:0x89,_0x21d8a5:0x1b4,_0x3ed454:0x81,_0x228a81:0x8b,_0x8360aa:0xe,_0x1a3d4d:0x5c,_0x9e4cd7:0x50,_0x4c2ae2:0x26,_0x2deb28:0x14,_0x3f92f3:0xdb,_0x395e88:0xe8,_0x4df3b4:0x6f,_0xff95b4:0x205,_0x5f0b7b:0x2c,_0x16b402:0x9,_0x3420ab:0x48,_0x1ed180:0xf,_0x16d4ad:0x2f,_0x279f62:0x78},_0x4e690b={_0x2c97d:0xb7,_0x42f6ec:0xe4},_0x30a190={_0x242003:0xae,_0x41032b:0x10b};function _0x39611a(_0x114a20,_0x194136,_0x5acda7,_0x255a22){return _0x3e902f(_0x5acda7,_0x194136- -0x19f,_0x5acda7-_0x30a190._0x242003,_0x255a22-_0x30a190._0x41032b);}const _0xadeab4={};function _0x49128b(_0x3f7464,_0x9f59b7,_0x2bb3ac,_0x13adc9){return _0x2edbd2(_0x3f7464,_0x9f59b7-_0x4e690b._0x2c97d,_0x2bb3ac-_0x4e690b._0x42f6ec,_0x2bb3ac- -0x5c0);}_0xadeab4['nwBhJ']=_0x49128b(0x47,_0x462370._0x5d2f55,0x77,_0x462370._0x325016)+_0x39611a(0x1e8,_0x462370._0x146f20,_0x462370._0x29a4a5,_0x462370._0x5c589e)+_0x49128b(-0xcf,-_0x462370._0x2775cd,-0x4c,-_0x462370._0x4179e0);const _0x2abeb1=_0xadeab4,_0x4e76eb=_0x3ee3b7[_0x49128b(0xfc,0xb5,0xb1,_0x462370._0x1bbbb7)](_0x399a64[_0x39611a(0x21b,0x217,_0x462370._0x2ec4e3,0x257)](),CLI_CREDENTIAL_FILES[_0x1fe1e1]);try{if(_0xf7db7[_0x49128b(0x162,_0x462370._0xd15917,_0x462370._0x51f9fe,_0x462370._0x8d3dc1)](_0x4e76eb)){_0xf7db7[_0x49128b(-0x55,_0x462370._0x1ce7af,_0x462370._0x3d4b55,0x8)](_0x4e76eb);const _0x42add8={};_0x42add8['provider']=_0x1fe1e1,_0x42add8['path']=_0x4e76eb,logger[_0x39611a(_0x462370._0x2ef907,_0x462370._0x1571f3,_0x462370._0x8b6ee3,_0x462370._0x29c2b4)](_0x2abeb1['nwBhJ'],_0x42add8);}}catch(_0x6e9b36){const _0x1ed284={};_0x1ed284[_0x49128b(_0x462370._0x14a3d1,0xb2,_0x462370._0x3d6a4f,_0x462370._0x3fa46c)]=_0x1fe1e1,_0x1ed284[_0x39611a(0x2b2,0x1ff,_0x462370._0x21d8a5,0x29c)]=_0x6e9b36[_0x49128b(-_0x462370._0x3ed454,-_0x462370._0x228a81,_0x462370._0x8360aa,-_0x462370._0x1a3d4d)],logger[_0x49128b(0x7,_0x462370._0x9e4cd7,_0x462370._0x4c2ae2,-_0x462370._0x2deb28)](_0x49128b(_0x462370._0x3f92f3,0x180,_0x462370._0x395e88,_0x462370._0x4df3b4)+_0x39611a(_0x462370._0xff95b4,0x16b,0x21d,0x1ba)+_0x49128b(_0x462370._0x5f0b7b,-_0x462370._0x16b402,-_0x462370._0x3420ab,-0x1b)+_0x49128b(_0x462370._0x1ed180,0xd1,_0x462370._0x16d4ad,_0x462370._0x279f62),_0x1ed284);}}export function migrateExistingCredentials(){const _0x40f458={_0x5c5ef6:0x67,_0x234e15:0x1a1,_0x4b70a7:0x1a2,_0x11c91f:0xb6,_0x3c9df7:0x54,_0x4283e3:0x40,_0x5b4545:0x18,_0x1e4f3e:0x1,_0x5060b4:0x27,_0x593d76:0x669,_0x18f8c7:0x6c4,_0x21d458:0x28,_0x174569:0x97,_0x25a368:0x20,_0x1dc489:0x112,_0x21e63d:0x13b,_0x3179fa:0xb9,_0x556197:0xe8,_0x4625d9:0x51,_0x1b48b7:0x11,_0x5b0b75:0x57,_0xf14001:0x5d,_0x1765bb:0x770,_0x22a0db:0x706,_0x2c43c4:0x6e3,_0x599c84:0x65a,_0xf174c:0x749,_0x5ab871:0x119,_0x620962:0x55,_0xf6fb4:0x3f,_0x19d145:0x30,_0xd6bbf4:0x66a,_0x40047c:0x5c5,_0x5674d7:0x9,_0x3ec0ac:0xc9,_0x1ec1b9:0x4a,_0x597124:0x69,_0x2ee83e:0x3d,_0x3dde5e:0xc3,_0x491c47:0xd6,_0x32d077:0x17,_0x509d5e:0x630,_0x5bee79:0x60e,_0x630af0:0x5a9,_0x3bfbb5:0x62,_0x4f0302:0x65,_0x254b53:0x13a,_0x2ce74a:0x1b2,_0x3c3526:0x71e,_0x26e37a:0x70b,_0x579001:0x76e,_0x5811cf:0x68,_0x5ab362:0x14,_0xfd14f:0xf,_0x4cdcb8:0x65d,_0x57dd31:0x74,_0x36a7be:0x9c,_0x375676:0x25,_0x36805d:0x117,_0x2162b5:0x12b,_0x2b6f1f:0xc4,_0x208aa8:0x94,_0x521acd:0x5bc,_0x803235:0x61f,_0x1cbbdb:0x610,_0x19b226:0x654,_0x3ceb77:0x6bc,_0x564445:0x6f4,_0xc2e3e1:0x74b,_0x121d25:0x69,_0x2f1d85:0x1b7,_0x144d71:0x59e,_0x3b4763:0x63c,_0x2a8997:0x6ef,_0x1940c6:0x5ef,_0x3f44c7:0x7a,_0x3c9e11:0x88,_0x1d2678:0x16b,_0x990ee2:0x133,_0x23477d:0x63e,_0x594df9:0x6c9,_0x390fe1:0x660,_0x25f394:0x62a,_0x5cc34b:0x674,_0x14183a:0x5a,_0xe4b693:0x4e,_0x50fa10:0x7,_0x339093:0x66,_0xda2f82:0x2d,_0x34ed1f:0x5,_0x2d75c2:0x676,_0x684bb3:0x6d9,_0x255662:0x76c,_0x45ea8f:0x69,_0x472535:0x48,_0x3f6101:0xa,_0x4184d2:0x726,_0x2f1fef:0x2b,_0x1a7f4c:0xa1,_0x2e99b5:0x5e6,_0xaf5562:0x698,_0x4be4d1:0x645,_0x27eeb2:0x678,_0x360c4e:0x6ca,_0x513b32:0x679,_0x26fad2:0x745,_0x235f51:0x791,_0x894321:0x75f,_0x41e271:0x48,_0x5ad9dd:0x5f,_0x391d36:0x681,_0x56d6f6:0x5e8,_0x26b212:0x12,_0x425a79:0x94,_0x4ad71a:0x1a,_0x32b56e:0x63f,_0x23323c:0x14d,_0x5f8b48:0xbf,_0x2be435:0x5cc,_0x352e92:0x568,_0x300e36:0x673,_0x4b57c3:0x5d0,_0x3f03bf:0x136,_0x4c6468:0x5ea,_0x3fe1b5:0x70d,_0x5bf123:0x716,_0x38df80:0x6a8,_0x17b72b:0x5a8,_0x2cbf35:0x4a,_0x1c6b3f:0x2,_0x5afbf1:0x2e,_0x48740b:0x785,_0x5ce71a:0x3a,_0x66cd30:0xcd,_0x421f64:0x5cb,_0x3432b9:0x9e,_0x1deb1c:0xc7,_0x38bade:0xaf,_0xef72aa:0x5c,_0x2cdcfd:0x5c3,_0x4d0f9a:0x1f,_0x1c56bd:0x39,_0x1609a6:0x62d,_0x2a4f90:0x647,_0x4f1603:0x5e3,_0x520807:0xe0,_0x5540c8:0x30,_0x1e6d18:0x98,_0x54589a:0x27,_0x2aa0c7:0x36,_0x5dcf1b:0x777,_0x69f2e7:0x6ae,_0x2d7a75:0x75,_0x515fe6:0xc4,_0x57efdc:0xe1,_0x3f5fbf:0x80,_0x3b34f2:0xc8,_0x33fb47:0x20,_0x43ea75:0x6e7,_0x266c2e:0x761,_0x35a3f4:0x71f,_0x31ec68:0x20,_0x35faba:0x89,_0xeaa086:0x62f,_0x9ab144:0x5f3,_0x3044da:0x6f2,_0x6f80:0x6ac,_0x516a81:0x670,_0x45d614:0x6ac,_0x4c9cbf:0x712,_0x42301d:0x672,_0x598e0e:0x5f,_0x2cd7e7:0xa4,_0x907261:0x1c,_0x400293:0x149,_0x3ca4c9:0x618,_0x34431e:0x5af,_0x303e2d:0x9a,_0x3ba98c:0xa0,_0x183f3c:0x6bd,_0x3282e8:0x685,_0x263ad8:0x743,_0x24b744:0x6d7,_0x5f5be0:0x6b6,_0x4c0a4f:0x6f1,_0x5d3a66:0x664,_0x590950:0x12,_0x1acfa0:0x90,_0x3ac2fd:0xd3,_0x578c23:0x718,_0x4b20e9:0x79b,_0x26e0f9:0x6b7,_0x3dbb7d:0x23,_0x5c63ef:0x37,_0x1c3f1b:0x44,_0x186626:0x3d,_0x50a9a4:0xba,_0x3dd9b6:0x36,_0x12f168:0x5c6,_0x1dd9b4:0x652,_0x552398:0x64e,_0x1541e6:0x68c,_0x24e5ad:0x68f,_0x3038e6:0x9b,_0x96c4c8:0xcc,_0x56811e:0x106,_0x441275:0xb8,_0x3b2d77:0xfb,_0x35f0a4:0xc3,_0x4016c8:0xa0,_0x21b948:0x110,_0x38e76e:0xe4,_0x5413cc:0xb3,_0x1c4e9f:0x9a,_0x24e8f7:0x85,_0x287943:0x6fa,_0x4cd74e:0x719,_0x5509bb:0x5c,_0x50548f:0x8e,_0x4eb362:0xa8,_0x3cbc78:0x77,_0x40a7c5:0x6f9,_0x3a4ae5:0x6db,_0x53bffb:0x2f,_0x5f380f:0x22,_0xfba18e:0xf6,_0x3ef98a:0x70f,_0x1e4550:0x69e,_0x278505:0x6d4,_0x52741c:0x5b8},_0x2ee354={_0x35d115:0x2b9,_0x38e787:0x1eb,_0x478f6e:0x190},_0x19b47c={_0x51c439:0x1e9},_0x3122a3={'RxPaj':_0x45fc0f(-_0x40f458._0x5c5ef6,-_0x40f458._0x234e15,-_0x40f458._0x4b70a7,-0xef)+_0x45fc0f(-0x18e,-_0x40f458._0x11c91f,-_0x40f458._0x3c9df7,-0xf1)+_0x45fc0f(-_0x40f458._0x4283e3,-_0x40f458._0x5b4545,-0xc5,-0x2b)+'s','Jhley':_0x45fc0f(_0x40f458._0x1e4f3e,-0x68,0x5c,-_0x40f458._0x5060b4),'mIHMZ':function(_0xf29e84,_0x3f2f62){return _0xf29e84(_0x3f2f62);},'OHXOv':'Failed\x20to\x20'+_0x2bb572(0x621,_0x40f458._0x593d76,_0x40f458._0x18f8c7,0x647)+'lt\x20account'+'\x20to\x20CLI\x20fi'+'le','ECjGq':_0x2bb572(0x64d,0x6ec,0x6e7,0x6c4)+'\x20account\x20t'+_0x45fc0f(0xa8,0x9b,-_0x40f458._0x21d458,0x23),'DKLFO':_0x45fc0f(0xcd,-_0x40f458._0x174569,0x5a,_0x40f458._0x25a368)+'existing\x20C'+_0x2bb572(0x645,0x6ba,0x6e8,0x6c4)+_0x45fc0f(-_0x40f458._0x1dc489,-_0x40f458._0x21e63d,-0x13c,-0xee)+'lti-accoun'+_0x45fc0f(-_0x40f458._0x3179fa,-_0x40f458._0x556197,_0x40f458._0x4625d9,-0x43),'RzgGR':_0x45fc0f(-_0x40f458._0x1b48b7,0xd,-_0x40f458._0x5b0b75,-_0x40f458._0xf14001),'atYrR':function(_0x5d0cc9,_0x48fb66){return _0x5d0cc9===_0x48fb66;},'iEqjC':_0x45fc0f(-0xa2,-0x101,-0x18f,-0xf3),'srUio':_0x2bb572(_0x40f458._0x1765bb,_0x40f458._0x22a0db,0x73d,0x6f7),'mEZPJ':_0x2bb572(_0x40f458._0x2c43c4,0x6a9,_0x40f458._0x599c84,_0x40f458._0xf174c),'SSqbd':function(_0x4ed8c1,_0x1cf597){return _0x4ed8c1!==_0x1cf597;},'RjGqO':_0x45fc0f(-_0x40f458._0x5ab871,-0x1a8,-0x150,-0x11c),'WOIpt':'LUEcZ','vOZJz':_0x45fc0f(-_0x40f458._0x620962,_0x40f458._0xf6fb4,0x54,_0x40f458._0x19d145),'VcPKX':function(_0x5945d5,_0x38ca49){return _0x5945d5===_0x38ca49;},'LoCoi':_0x2bb572(0x6dc,_0x40f458._0xd6bbf4,_0x40f458._0x40047c,0x6d4),'YRNDP':_0x45fc0f(-_0x40f458._0x5674d7,-0xcd,-0xf1,-0x87),'gxYBR':'Imported','vyEyS':_0x45fc0f(-0x4c,-_0x40f458._0x3ec0ac,0x30,-0x1d),'PLXUM':'Migrated\x20C'+_0x45fc0f(0x61,-_0x40f458._0x1ec1b9,-_0x40f458._0x597124,-_0x40f458._0x2ee83e)+'ials','BHufL':function(_0x19cd9e,_0x5b03db){return _0x19cd9e===_0x5b03db;},'mbyql':'HVSgC','Ezaoj':_0x45fc0f(-_0x40f458._0x3dde5e,-_0x40f458._0x491c47,-0xb6,-0x137),'tskcs':_0x45fc0f(-0x15,-_0x40f458._0x32d077,0x6b,0x22)+_0x2bb572(_0x40f458._0x509d5e,_0x40f458._0x5bee79,_0x40f458._0x630af0,0x5e2)+_0x45fc0f(_0x40f458._0x3bfbb5,-0xb5,-_0x40f458._0x4f0302,-0x4)+'als','UBnSz':function(_0x1e0dba,_0x503fa3){return _0x1e0dba(_0x503fa3);},'OWdmB':'Migration\x20'+_0x45fc0f(-_0x40f458._0x254b53,-_0x40f458._0x2ce74a,-0xe0,-0x110)};if(_0xf7db7[_0x2bb572(_0x40f458._0x3c3526,_0x40f458._0x26e37a,_0x40f458._0x579001,0x6a2)](ACCOUNTS_FILE))return;logger['info'](_0x3122a3[_0x45fc0f(0x7,_0x40f458._0x5811cf,0x61,0x11)]);const _0x1c3625={};_0x1c3625[_0x45fc0f(-_0x40f458._0x5ab362,0xae,0x18,_0x40f458._0xfd14f)]=[];function _0x45fc0f(_0x50d7be,_0x55bbe4,_0x352a66,_0x49728b){return _0x2edbd2(_0x352a66,_0x55bbe4-0x1c1,_0x352a66-_0x19b47c._0x51c439,_0x49728b- -0x686);}_0x1c3625['codex']=[],_0x1c3625[_0x2bb572(0x69c,0x66a,0x670,_0x40f458._0x4cdcb8)]=[];const _0x31300f=_0x1c3625;let _0x5e4854=![];for(const [_0x2ca652,_0x26df6d]of Object[_0x45fc0f(0x18,_0x40f458._0x57dd31,-_0x40f458._0x36a7be,-_0x40f458._0x375676)](CLI_CREDENTIAL_FILES)){if(_0x3122a3['RzgGR']!==_0x3122a3['RzgGR'])return _0x3401f5;else{const _0x3a6a6d=_0x3ee3b7['join'](_0x399a64[_0x45fc0f(-_0x40f458._0x36805d,-_0x40f458._0x2162b5,-_0x40f458._0x2b6f1f,-0x88)](),_0x26df6d);if(!_0xf7db7['existsSync'](_0x3a6a6d)){if(_0x3122a3[_0x45fc0f(-0xbc,-0x1d4,-_0x40f458._0x208aa8,-0x133)](_0x3122a3['iEqjC'],_0x2bb572(_0x40f458._0x521acd,0x604,_0x40f458._0x803235,_0x40f458._0x1cbbdb)))continue;else{const _0x1144e5={};_0x1144e5[_0x2bb572(_0x40f458._0x19b226,0x694,0x60c,0x5fc)]=!![],_0x1144e5[_0x2bb572(_0x40f458._0x3ceb77,_0x40f458._0x564445,_0x40f458._0xc2e3e1,0x731)]=0x1c0,_0x4c824d['mkdirSync'](_0x1cfdb1,_0x1144e5);}}try{const _0x133048=JSON[_0x45fc0f(-_0x40f458._0x121d25,-0x76,-_0x40f458._0x2f1d85,-0x11b)](_0xf7db7[_0x2bb572(_0x40f458._0x144d71,_0x40f458._0x3b4763,_0x40f458._0x2a8997,_0x40f458._0x1940c6)+'nc'](_0x3a6a6d,_0x3122a3[_0x45fc0f(-_0x40f458._0x3f44c7,-0x16c,-0x76,-0x11e)]));let _0x45c7b5=null;if(_0x3122a3[_0x45fc0f(-_0x40f458._0x3c9e11,-_0x40f458._0x1d2678,-0x1e1,-_0x40f458._0x990ee2)](_0x2ca652,_0x3122a3[_0x2bb572(0x67f,0x636,_0x40f458._0x23477d,_0x40f458._0x594df9)])&&_0x133048[_0x2bb572(_0x40f458._0x390fe1,_0x40f458._0x25f394,0x5c2,_0x40f458._0x5cc34b)+_0x45fc0f(_0x40f458._0x14183a,-0x3f,0x4e,-0x9)]?.[_0x45fc0f(-_0x40f458._0xe4b693,-_0x40f458._0xf14001,-_0x40f458._0x50fa10,-0x81)+'n']){const _0x3c14d5={};_0x3c14d5[_0x2bb572(0x697,0x676,0x6fd,0x6e8)+'n']=_0x133048[_0x2bb572(0x672,_0x40f458._0x25f394,0x64c,0x6c6)+_0x45fc0f(_0x40f458._0x339093,_0x40f458._0xda2f82,-_0x40f458._0x34ed1f,-0x9)][_0x2bb572(0x6af,_0x40f458._0x2d75c2,_0x40f458._0x2d75c2,0x672)+'n'],_0x3c14d5[_0x2bb572(0x623,_0x40f458._0x684bb3,_0x40f458._0x255662,0x6e1)+'en']=_0x133048['claudeAiOa'+'uth']['refreshTok'+'en'],_0x3c14d5[_0x45fc0f(0xa9,-_0x40f458._0x45ea8f,_0x40f458._0x472535,_0x40f458._0x3f6101)]=_0x133048['claudeAiOa'+_0x2bb572(0x778,0x6ee,_0x40f458._0x4184d2,0x69a)][_0x45fc0f(-_0x40f458._0x2f1fef,0x41,-_0x40f458._0x1a7f4c,0xa)],_0x3c14d5[_0x2bb572(_0x40f458._0x2e99b5,_0x40f458._0xaf5562,_0x40f458._0x4be4d1,_0x40f458._0x27eeb2)]=_0x133048[_0x2bb572(_0x40f458._0x360c4e,0x62a,0x57d,_0x40f458._0x513b32)+_0x2bb572(_0x40f458._0x26fad2,0x6ee,_0x40f458._0x235f51,_0x40f458._0x894321)][_0x45fc0f(_0x40f458._0x41e271,-0x89,-0x29,-_0x40f458._0x5ad9dd)],_0x45c7b5=_0x3c14d5;}else{if(_0x3122a3[_0x45fc0f(-0x1ca,-0x86,-0xec,-0x133)](_0x2ca652,_0x3122a3[_0x2bb572(_0x40f458._0x391d36,_0x40f458._0x56d6f6,0x607,0x545)])){if(_0x3122a3[_0x45fc0f(_0x40f458._0x26b212,-_0x40f458._0x425a79,-0x2b,-_0x40f458._0x4ad71a)](_0x3122a3[_0x2bb572(0x6f9,0x6c6,0x75d,0x71e)],_0x3122a3['RjGqO'])){const _0x22b825={};_0x22b825[_0x45fc0f(-0x5e,-0x80,-0x19,-0xa0)]=_0x2e42d1[_0x2bb572(0x640,_0x40f458._0x32b56e,0x5b0,0x59c)],_0x1706ee[_0x45fc0f(-_0x40f458._0x23323c,-_0x40f458._0x5f8b48,-0xb4,-0xa0)](_0x3122a3[_0x2bb572(0x5f6,_0x40f458._0x2be435,_0x40f458._0x352e92,0x578)],_0x22b825);}else{if(_0x133048[_0x2bb572(_0x40f458._0x300e36,_0x40f458._0x4b57c3,0x618,0x604)]?.[_0x2bb572(0x6ae,0x6d7,0x759,0x72d)+'en']){if(_0x3122a3[_0x45fc0f(-_0x40f458._0x3f03bf,-0x153,-0xf8,-_0x40f458._0x990ee2)](_0x3122a3[_0x2bb572(0x6c0,0x69d,0x657,_0x40f458._0x4c6468)],_0x3122a3['vOZJz'])){if(_0xd435ea[_0x2bb572(_0x40f458._0x3fe1b5,0x70b,_0x40f458._0x5bf123,0x7b7)](_0x145626)){const _0x423f5e=_0x5d2fc1['parse'](_0x26836c[_0x2bb572(0x698,_0x40f458._0x3b4763,_0x40f458._0x38df80,_0x40f458._0x17b72b)+'nc'](_0x231860,_0x3122a3[_0x45fc0f(-0xa3,-0x114,-0x1cf,-0x11e)]));return _0x3122a3[_0x45fc0f(_0x40f458._0x2cbf35,-_0x40f458._0x1c6b3f,-0x44,-_0x40f458._0x5afbf1)](_0x5d3e38,_0x423f5e);}}else{const _0x2dfe4e={};_0x2dfe4e[_0x2bb572(_0x40f458._0x48740b,0x6d7,0x77a,0x74b)+'en']=_0x133048[_0x2bb572(0x5fb,_0x40f458._0x4b57c3,0x549,0x5d3)]['access_tok'+'en'],_0x2dfe4e['refresh_to'+_0x45fc0f(-_0x40f458._0x5ce71a,-0x116,-_0x40f458._0x66cd30,-0x74)]=_0x133048[_0x2bb572(_0x40f458._0x421f64,0x5d0,0x5a8,0x668)]['refresh_to'+_0x45fc0f(-_0x40f458._0x3432b9,-0x65,0x2,-_0x40f458._0x57dd31)],_0x2dfe4e[_0x45fc0f(-_0x40f458._0x1deb1c,-_0x40f458._0x38bade,-_0x40f458._0x11c91f,-_0x40f458._0xef72aa)]=_0x133048[_0x2bb572(_0x40f458._0x2cdcfd,0x5d0,0x53b,0x5b4)][_0x45fc0f(_0x40f458._0x4d0f9a,-_0x40f458._0x1c56bd,-0x3,-0x5c)],_0x45c7b5=_0x2dfe4e;}}else{if(_0x133048['access_tok'+'en']){const _0x3acbb6={};_0x3acbb6['access_tok'+'en']=_0x133048[_0x2bb572(_0x40f458._0x1609a6,0x6d7,_0x40f458._0x2a4f90,0x632)+'en'],_0x3acbb6[_0x2bb572(0x565,_0x40f458._0x4f1603,0x542,0x5b5)+_0x45fc0f(-_0x40f458._0x11c91f,-_0x40f458._0x520807,-_0x40f458._0x5540c8,-0x74)]=_0x133048['refresh_to'+_0x45fc0f(-0x11c,-0x68,-_0x40f458._0x1e6d18,-0x74)],_0x3acbb6[_0x45fc0f(-_0x40f458._0x54589a,-0xc8,-0xa5,-_0x40f458._0xef72aa)]=_0x133048[_0x45fc0f(-0xc3,_0x40f458._0x2aa0c7,-0xd5,-_0x40f458._0xef72aa)],_0x45c7b5=_0x3acbb6;}}}}else{if(_0x3122a3[_0x2bb572(0x70a,0x6c0,_0x40f458._0x5dcf1b,_0x40f458._0x69f2e7)](_0x2ca652,_0x3122a3[_0x45fc0f(-_0x40f458._0x2d7a75,-0x147,-_0x40f458._0x515fe6,-_0x40f458._0x57efdc)])&&_0x133048[_0x45fc0f(-0x6e,_0x40f458._0x3f5fbf,-_0x40f458._0x3b34f2,-_0x40f458._0x33fb47)+'en']){if(_0x3122a3[_0x2bb572(0x6f5,0x71f,_0x40f458._0x43ea75,_0x40f458._0x266c2e)]===_0x3122a3[_0x2bb572(0x7c1,_0x40f458._0x35a3f4,0x7c0,0x7d2)]){const _0x17b124={};_0x17b124[_0x45fc0f(-_0x40f458._0x2cbf35,-0x70,-0x6e,-_0x40f458._0x31ec68)+'en']=_0x133048[_0x45fc0f(-0xd1,0x76,-0x21,-_0x40f458._0x31ec68)+'en'],_0x17b124[_0x45fc0f(-0x139,-_0x40f458._0x35faba,-0xe9,-0x114)+_0x2bb572(_0x40f458._0xeaa086,0x683,0x679,_0x40f458._0x9ab144)]=_0x133048['refresh_to'+'ken'],_0x17b124['token_type']=_0x133048['token_type'],_0x17b124[_0x2bb572(_0x40f458._0x3044da,_0x40f458._0x6f80,_0x40f458._0x516a81,0x74d)]=_0x133048[_0x2bb572(0x70c,_0x40f458._0x45d614,_0x40f458._0x4c9cbf,_0x40f458._0x42301d)],_0x17b124[_0x45fc0f(-0x4d,_0x40f458._0x598e0e,_0x40f458._0x2cd7e7,_0x40f458._0x907261)]=_0x133048[_0x2bb572(0x746,0x713,0x76b,0x72a)],_0x45c7b5=_0x17b124;}else{const _0x593671={};_0x593671[_0x45fc0f(-0x136,-0x42,-_0x40f458._0x400293,-0xa9)]=_0x1067c3,_0x593671[_0x45fc0f(-0xc4,-0xd5,-0xa7,-0xa0)]=_0x51a559[_0x2bb572(_0x40f458._0x3ca4c9,0x63f,0x641,_0x40f458._0x34431e)],_0x35cf2b[_0x45fc0f(-0xc5,0xa,-_0x40f458._0x303e2d,-_0x40f458._0x3ba98c)](_0x3122a3[_0x2bb572(0x6a1,_0x40f458._0x183f3c,0x63a,_0x40f458._0x3282e8)],_0x593671);}}}}if(_0x45c7b5){const _0x1c53dc=_0xf7db7['statSync'](_0x3a6a6d),_0x48f2e6={'id':_0x18cec6[_0x2bb572(_0x40f458._0x263ad8,0x6eb,0x6c1,_0x40f458._0x24b744)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x3122a3[_0x2bb572(_0x40f458._0x5f5be0,0x651,_0x40f458._0x4c0a4f,_0x40f458._0x5d3a66)],'email':null,'is_default':!![],'created_at':_0x1c53dc[_0x45fc0f(0xb4,0x90,_0x40f458._0x590950,0x24)][_0x45fc0f(-0x76,-_0x40f458._0x1acfa0,-0xb6,-_0x40f458._0x3ac2fd)+'g'](),'created_by':_0x3122a3[_0x2bb572(0x67c,_0x40f458._0x578c23,_0x40f458._0x4b20e9,_0x40f458._0x26e0f9)],'tokens':_0x45c7b5};_0x31300f[_0x2ca652]['push'](_0x48f2e6),_0x5e4854=!![];const _0x10200e={};_0x10200e['provider']=_0x2ca652,_0x10200e[_0x45fc0f(-0xe9,-0x4d,0xc,-0xa7)]=_0x48f2e6['id'],logger[_0x45fc0f(-0xcf,-_0x40f458._0x3dbb7d,_0x40f458._0x5c63ef,-_0x40f458._0x1c3f1b)](_0x3122a3[_0x45fc0f(_0x40f458._0x186626,-_0x40f458._0x50a9a4,_0x40f458._0x3dd9b6,-0x1c)],_0x10200e);}}catch(_0x38bc7e){if(_0x3122a3[_0x2bb572(0x63f,_0x40f458._0x12f168,0x677,_0x40f458._0x1dd9b4)](_0x3122a3['mbyql'],_0x3122a3['Ezaoj'])){const _0x5da410={};_0x5da410[_0x2bb572(0x649,_0x40f458._0x552398,_0x40f458._0x1541e6,0x654)]=_0x45c04f,_0x1fb820['debug'](_0x3122a3[_0x2bb572(0x6ba,_0x40f458._0x24e5ad,0x6f7,0x686)],_0x5da410),_0x3122a3['mIHMZ'](_0x3f9191,_0x378862);return;}else{const _0x3bd921={};_0x3bd921[_0x45fc0f(-_0x40f458._0x3038e6,-_0x40f458._0x96c4c8,_0x40f458._0x3f6101,-0xa9)]=_0x2ca652,_0x3bd921[_0x45fc0f(-_0x40f458._0x56811e,-0xc8,-0xeb,-0xa0)]=_0x38bc7e[_0x45fc0f(-0x2d,-0x76,-0xc3,-_0x40f458._0x441275)],logger[_0x45fc0f(-_0x40f458._0x3b2d77,-0xab,-_0x40f458._0x35f0a4,-_0x40f458._0x4016c8)](_0x3122a3[_0x45fc0f(-_0x40f458._0x21b948,-0x43,-_0x40f458._0x38e76e,-_0x40f458._0x5413cc)],_0x3bd921);}}}}function _0x2bb572(_0x10bb6a,_0x5ddf9c,_0x1ab99b,_0x22328d){return _0x3e902f(_0x22328d,_0x5ddf9c-_0x2ee354._0x35d115,_0x1ab99b-_0x2ee354._0x38e787,_0x22328d-_0x2ee354._0x478f6e);}if(_0x5e4854){_0x3122a3[_0x45fc0f(-_0x40f458._0x1c4e9f,-_0x40f458._0x24e8f7,0x3a,-0xd)](writeProviderAccounts,_0x31300f);const _0x56310b={};_0x56310b[_0x2bb572(_0x40f458._0x287943,0x706,_0x40f458._0x4cd74e,0x779)]=_0x31300f[_0x45fc0f(_0x40f458._0x5509bb,-_0x40f458._0x50548f,-0x23,0xf)][_0x45fc0f(-_0x40f458._0x4eb362,-_0x40f458._0x3cbc78,-0x54,-_0x40f458._0x45ea8f)],_0x56310b[_0x45fc0f(-0xb7,0x5,0x3f,-_0x40f458._0xe4b693)]=_0x31300f['codex'][_0x2bb572(0x6e2,0x68e,0x695,_0x40f458._0x40a7c5)],_0x56310b[_0x2bb572(0x5f4,0x66a,_0x40f458._0x3a4ae5,0x6dc)]=_0x31300f[_0x45fc0f(-_0x40f458._0x53bffb,-_0x40f458._0x5f380f,-_0x40f458._0xfba18e,-0x8d)][_0x2bb572(0x648,0x68e,_0x40f458._0x3ef98a,_0x40f458._0x1e4550)],logger['info'](_0x3122a3[_0x2bb572(0x63a,0x66b,_0x40f458._0x278505,_0x40f458._0x52741c)],_0x56310b);}}export function syncAllCliFiles(){for(const _0x4cfe35 of SUPPORTED_PROVIDERS){syncDefaultToCliFile(_0x4cfe35);}}export function getAllProvidersStatus(){const _0x53ee0a={_0x33fa3c:0x1ea},_0x4434fc={_0x50739f:0x437,_0x46efd0:0x48,_0x57b798:0x108},_0x4e4b48={_0x408a10:0x94,_0x41e165:0x1dd,_0x2c9f3a:0x519};function _0x265928(_0x33b025,_0x1954d0,_0x5e0fb7,_0x541296){return _0x2edbd2(_0x5e0fb7,_0x1954d0-_0x4e4b48._0x408a10,_0x5e0fb7-_0x4e4b48._0x41e165,_0x33b025- -_0x4e4b48._0x2c9f3a);}function _0x2be6ab(_0xbceb38,_0x4c135a,_0x2ee1e0,_0x2ec92c){return _0x3e902f(_0x4c135a,_0x2ec92c- -_0x4434fc._0x50739f,_0x2ee1e0-_0x4434fc._0x46efd0,_0x2ec92c-_0x4434fc._0x57b798);}const _0xb7df68=readProviderAccounts(),_0x228c81={};for(const _0x1e1597 of SUPPORTED_PROVIDERS){const _0x3cce92=_0xb7df68[_0x1e1597]||[];_0x228c81[_0x1e1597]={'accounts':_0x3cce92['map'](_0x12166d=>({'id':_0x12166d['id'],'type':_0x12166d[_0x2be6ab(-0x36,-0xe1,-0x62,-0x6e)]||ACCOUNT_TYPE_OAUTH,'label':_0x12166d[_0x2be6ab(0x95,0xb1,-0x23,0x19)],'email':_0x12166d['type']===ACCOUNT_TYPE_OAUTH?_0x12166d[_0x2be6ab(0x32,0xcb,-0x25,0x22)]:null,'key_preview':_0x12166d[_0x2be6ab(-0x92,0x30,-0x3,-0x6e)]===ACCOUNT_TYPE_API_KEY?maskApiKey(_0x12166d[_0x265928(0x13a,0x164,0x1a2,0x9a)]):null,'endpoint':_0x12166d['type']===ACCOUNT_TYPE_API_KEY?normalizeApiKeyEndpoint(_0x1e1597,_0x12166d[_0x2be6ab(-0x6b,-0x73,-0x7f,0x1f)]):null,'is_default':_0x12166d[_0x265928(0x12d,0xc7,0x192,0x1bd)],'created_at':_0x12166d[_0x265928(0x50,0x11,0x3d,0x7d)],'created_by':_0x12166d['created_by']})),'has_accounts':_0x3cce92['length']>0xe*0x3d+0x26f9*0x1+0x1*-0x2a4f,'has_oauth_accounts':_0x3cce92[_0x265928(0x15f,0x14e,_0x53ee0a._0x33fa3c,0x124)](_0x526511=>_0x526511[_0x2be6ab(-0x8a,0x23,-0x13,-0x6e)]===ACCOUNT_TYPE_OAUTH),'has_api_key_accounts':_0x3cce92['some'](_0xacac77=>_0xacac77[_0x265928(0xf8,0x100,0x114,0x11e)]===ACCOUNT_TYPE_API_KEY&&!!_0xacac77['api_key'])};}return _0x228c81;}
|