@profoundlogic/coderflow-server 0.5.0 → 0.5.2
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(_0x221ad7,_0x54f2f0){const _0x4595ad={_0x5ed739:0x222,_0x4b0b4b:0x2b4,_0x3b9dcd:0x260,_0x54cda4:0x2a7,_0x5644cf:0x2e4,_0x5f31be:0x213,_0x174a2c:0x23b,_0x82e15e:0x25e,_0x3b4237:0x286,_0x7bd83:0x1ac,_0xea51de:0x28f,_0x55eb38:0x3ba,_0x16b668:0x2d8,_0x151b3e:0x362,_0x403265:0x2b7,_0x570e77:0x271,_0xf55899:0x270,_0xe561c5:0x328,_0x477f08:0x3b8,_0x2ea961:0x172,_0x20fbf5:0x1bd,_0x40853e:0x14c,_0x3903c6:0x168};function _0x310f4b(_0x50215f,_0x4f3dd4,_0x207aae,_0xae2396){return _0x47a7(_0x207aae-0x1a,_0x4f3dd4);}const _0x3b91ca=_0x221ad7();function _0x50b226(_0x245114,_0x465e8e,_0x8a3aeb,_0x4d6b44){return _0x47a7(_0x245114- -0x86,_0x465e8e);}while(!![]){try{const _0x4a0025=-parseInt(_0x310f4b(_0x4595ad._0x5ed739,0x21d,0x2bf,_0x4595ad._0x4b0b4b))/(-0x9*-0xdb+-0x2*-0x3e1+-0x5c*0x2b)*(-parseInt(_0x310f4b(_0x4595ad._0x3b9dcd,_0x4595ad._0x54cda4,0x23f,_0x4595ad._0x5644cf))/(0x2a*0xca+-0xed5*0x1+0x1*-0x124d))+parseInt(_0x50b226(0x28d,0x278,0x289,0x32d))/(0x6*0xea+0x128+-0x6a1)+parseInt(_0x310f4b(0x1b5,_0x4595ad._0x5f31be,0x1f1,_0x4595ad._0x174a2c))/(-0x26b*0xf+-0x1*-0x863+0x1be6)*(parseInt(_0x50b226(_0x4595ad._0x82e15e,0x285,0x1b5,_0x4595ad._0x3b4237))/(-0x2699+0x9*0x445+0x31))+-parseInt(_0x50b226(0x228,0x220,_0x4595ad._0x7bd83,_0x4595ad._0xea51de))/(-0x1*-0x17e5+0x16f1+0xe*-0x358)+-parseInt(_0x310f4b(_0x4595ad._0x55eb38,_0x4595ad._0x16b668,0x321,_0x4595ad._0x151b3e))/(0x1a3d+0x456+0x55*-0x5c)*(parseInt(_0x310f4b(_0x4595ad._0x403265,_0x4595ad._0x570e77,_0x4595ad._0xf55899,0x2e1))/(0x68d+0x20d9+0x13af*-0x2))+-parseInt(_0x310f4b(_0x4595ad._0xe561c5,_0x4595ad._0x477f08,0x32b,0x2c0))/(-0x459+-0xa*-0x83+-0xbc)+-parseInt(_0x50b226(_0x4595ad._0x2ea961,_0x4595ad._0x20fbf5,_0x4595ad._0x40853e,_0x4595ad._0x3903c6))/(0xb7*0x1f+0x1*0x1a3a+-0x3059*0x1);if(_0x4a0025===_0x54f2f0)break;else _0x3b91ca['push'](_0x3b91ca['shift']());}catch(_0x2de086){_0x3b91ca['push'](_0x3b91ca['shift']());}}}(_0x483d,0xe2eda+0x746f5+-0xd8426));import _0x3a3b16 from'crypto';import _0x35a2fc from'fs';import _0x2bfced from'path';import _0x501943 from'os';import{DATA_DIR}from'./data-dir.js';import{logger}from'./logger.js';const ACCOUNTS_FILE=_0x2bfced[_0x4b6015(0xd4,0x14d,0x164,0x1db)](DATA_DIR,_0x4b6015(0x8d,0x117,0x188,0x70)+_0x4b6015(0x128,0x95,0x10d,0x2c)+'on'),SUPPORTED_PROVIDERS=[_0x4b6015(0x3,0x64,0xb1,0x78),'codex',_0x49870b(0x654,0x5ca,0x593,0x654)],ACCOUNT_TYPE_OAUTH=_0x49870b(0x5c9,0x672,0x6a6,0x5ee),ACCOUNT_TYPE_API_KEY='api_key',_0xfae815={};_0xfae815[_0x49870b(0x590,0x5a6,0x64c,0x54c)]=_0x4b6015(0x1a4,0x13b,0xea,0x9e)+_0x4b6015(0x83,0xa2,0x138,0x88)+_0x4b6015(-0x13,0x72,0x4c,0x70),_0xfae815[_0x49870b(0x5cd,0x5cd,0x591,0x578)]='.codex/aut'+_0x49870b(0x57e,0x5af,0x5c4,0x512),_0xfae815[_0x4b6015(-0x1d,0x88,0x4d,0xc1)]=_0x4b6015(0x124,0xbe,0x167,0x92)+'uth_creds.'+_0x49870b(0x724,0x699,0x716,0x64a);const CLI_CREDENTIAL_FILES=_0xfae815;function _0x4b6015(_0x2c2f5a,_0x533367,_0x1f2e28,_0x2bf2c8){return _0x47a7(_0x533367- -0x181,_0x2bf2c8);}const _0x2a192d={};_0x2a192d['scopes']=_0x4b6015(0x137,0x111,0x1b8,0xf3)+_0x4b6015(0x96,0x6a,0x6a,0x10b)+_0x4b6015(-0x2,0x4e,0x1f,0xbd)+_0x49870b(0x6a2,0x6b7,0x74f,0x6b1)+_0x4b6015(0xfa,0x51,-0x2f,0xa7)+_0x49870b(0x70a,0x6ac,0x6fb,0x6e3)+':claude_co'+'de';const _0x1b96a5={};_0x1b96a5[_0x49870b(0x63d,0x605,0x5d2,0x64e)]=_0x4b6015(0x1f8,0x150,0x1a7,0x148)+'file\x20email'+_0x4b6015(0x5e,0x3f,0x30,-0x34)+_0x49870b(0x538,0x5b8,0x5c0,0x5fd);const _0x305fc5={};_0x305fc5['scopes']=_0x49870b(0x62b,0x6d0,0x746,0x629)+'w.googleap'+'is.com/aut'+'h/cloud-pl'+_0x4b6015(0xb7,0x14e,0x1d3,0x1ab)+_0x49870b(0x6d7,0x62f,0x68b,0x643)+_0x49870b(0x695,0x609,0x671,0x694)+_0x49870b(0x650,0x67e,0x6fa,0x674)+_0x4b6015(0x46,0xf2,0x14e,0x81)+'ail\x20https:'+_0x49870b(0x66d,0x5f5,0x5a6,0x61e)+'leapis.com'+_0x4b6015(0x12d,0xb6,0x47,0x6f)+_0x4b6015(0x20a,0x188,0x1ab,0x198)+'le';const _0x11d741={};_0x11d741[_0x4b6015(0xf6,0x64,0x16,0xb8)]=_0x2a192d,_0x11d741[_0x4b6015(0xb7,0x8b,0xcd,0x55)]=_0x1b96a5,_0x11d741[_0x49870b(0x62f,0x5ca,0x541,0x5d5)]=_0x305fc5;function _0x47a7(_0x1ecf4a,_0x571dfd){_0x1ecf4a=_0x1ecf4a-(0x6a*0x5e+0x1144+0x8a*-0x65);const _0x3f35fe=_0x483d();let _0x50bd41=_0x3f35fe[_0x1ecf4a];if(_0x47a7['aNwhOt']===undefined){var _0x5f3078=function(_0x971532){const _0x42a236='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x21e9c9='',_0x3b23cd='';for(let _0x4237fe=-0x21cf+0xcd4+-0x83*-0x29,_0x5b80f0,_0xda99f,_0x4b27fa=0x1707+-0x1c10+0x509*0x1;_0xda99f=_0x971532['charAt'](_0x4b27fa++);~_0xda99f&&(_0x5b80f0=_0x4237fe%(0x1*0x559+0x9*0x131+-0x100e)?_0x5b80f0*(-0x25fa+0x25e+-0x5a*-0x66)+_0xda99f:_0xda99f,_0x4237fe++%(-0x1c98+0x118a+0xda*0xd))?_0x21e9c9+=String['fromCharCode'](0x2*0x85f+0x15ab+-0x1*0x256a&_0x5b80f0>>(-(0x4cb*0x5+-0x8*0x3a0+0x50b)*_0x4237fe&-0xab*0x27+-0x1559+0x2f6c)):-0x1e53+0x13c7*0x1+-0x87*-0x14){_0xda99f=_0x42a236['indexOf'](_0xda99f);}for(let _0x49339a=0x23e3*0x1+-0x643*-0x2+-0x3069,_0x3387ef=_0x21e9c9['length'];_0x49339a<_0x3387ef;_0x49339a++){_0x3b23cd+='%'+('00'+_0x21e9c9['charCodeAt'](_0x49339a)['toString'](0x2e3*0xb+-0x8ed+-0x16c4))['slice'](-(0x45+0x104d+-0x14*0xd4));}return decodeURIComponent(_0x3b23cd);};_0x47a7['qBWRPr']=_0x5f3078,_0x47a7['PHaHAP']={},_0x47a7['aNwhOt']=!![];}const _0x5c5f41=_0x3f35fe[-0x1dd0*0x1+0x1*-0x353+0x2123],_0xc2110a=_0x1ecf4a+_0x5c5f41,_0x9a9913=_0x47a7['PHaHAP'][_0xc2110a];return!_0x9a9913?(_0x50bd41=_0x47a7['qBWRPr'](_0x50bd41),_0x47a7['PHaHAP'][_0xc2110a]=_0x50bd41):_0x50bd41=_0x9a9913,_0x50bd41;}function _0x483d(){const _0x45fb4b=['AwrFDg9Rzw4','AwfSCYb0BYbTDq','zMLSDgvY','txrVENu','CKfqDe0','lMnSyxvKzs8UyW','y29Tl2f1DgGVDq','Dg9Rzw5FDhLWzq','q0XjignYzwrLBG','twLNCMf0Aw9Uia','rNz0r28','CvbLt0G','zNrcr3O','tMnJtgu','s0PJDwi','zgf5','D0fvtMC','AxnFzgvMyxvSDa','C29Tzq','rvvHr28','zvf6B0i','DLPrv1i','zgvIDwC','AM9PBG','yxrMB3jTigH0Da','u2TPChbPBMCGqW','B3bLBMLKihbYBW','zxjYB3i','D0vezNy','Dg9ju09tDhjPBG','D2fYBG','Dg9Rzw5Z','ywjVqNa','ANnVBG','DcbPCYbTAxnZAq','u2nZsgS','ihjLBw92Aw5Nia','igfJy291BNqGDa','DcbZDg9YywDL','Dg9vChbLCKnHCW','wuHoqLC','CxbhC1y','tKPUy3O','AxjLB1O','vLjvC3K','nZbUzgHer1u','DNrkwvG','AvzYv0y','CuDrqKe','y2XHDwrLqwLpyq','ywXZ','u05bt0S','CJPZzxnZAw9UCW','BYbZEw5J','vxbKyxrLzcbWCG','sxbYv0O','s2fHAK8','C2nVCgu','zMf1BhqGywnJBW','DMLKzxiGywnJBW','B3iGqvbjigTLEq','tKPnwMO','zxiGywnJB3vUDa','zsb1C2vYoMLUzG','renLt04','D0HIEe4','iefqssblzxKGka','uvz0tNG','AxngAw5PDgu','BMCGDg9Rzw5ZoW','Ew5J','yxbPx2TLEq','BwLNCMf0Aw9U','zxHWAxjLC19HDa','D2fZrgvMyxvSDa','Bw9Kzq','BxzcBhi','rKrIuMW','Dg9tDhjPBMC','tvnzAeu','oti4nti5wuHfC1ji','BwTKAxjtEw5J','Aw5MBY5WCM9MAq','DxrOigfJy291BG','ChvZAa','ywWGzMLSzq','zM9YrwfJAa','t3nqsvC','Ahr0Chm6lY93DW','zhfSrwi','mti4otqZuKn4wgz6','yxbPx3zLCNnPBW','mJaZnJm4nuzIALPWzq','qwrKzwqGChjVDG','C2XPy2u','AwfSihn5BMmGzG','A2vU','ig9MzMXPBMvFyq','tKHZz2y','sw1WB3j0zwq','qvbjigTLEsbPCW','Ahr0CdO','ue9tsvrjvKvFsq','C29Jzeu','De5hChO','DhLWzq','igTLEsbHy2nVDq','vxrmDxm','zxHPC3rPBMCGqW','BgvUz3rO','u1LPwxO','zxHWAxjLC0f0','C2vYoNbYB2zPBa','DcbWCM92AwrLCG','DK5gtwq','zxjLBMnLihvZzq','tK54AKy','DxrO','zgLYBMfTzq','v2jYBhK','mtuXmtmYuw9LqKXL','EfHxt0K','Ag1LswK','AgjyDuG','BNvTzxjPyW','s1DPqMC','ug9wBhm','tMLJDhe','wvfzCxy','Ahr0Chm6','zuPdtvy','AKrjqMm','vg1huxa','BKHovhe','y2XHDwrL','Een1yLu','B2vtu1m','yxvSDcbHy2nVDq','y2HHCKf0','BMH2q0O','x2fWAv9RzxKGDq','vNbbyMe','A1jPsKK','Ac5QC29U','BvPKvNm','tKvqsNK','CKfIBKy','qKHZvKO','lMPZB24','y3jLyxrLzf9IEq','CLnWzfO','C2P6DxG','y2nLC3m','ndKYnZC3mevuAeHHsa','tKzjtKLuwq','sfP2twC','z3PeuKK','tuvYz08','wNrpt1q','DgLntw4','ALzkwLe','y3jLyxrLzf9HDa','BcbMAwXL','yuzuEwy','rMnuruS','zMLUzeLUzgv4','Aw5NihbYB3zPza','sgjxCMS','Bu16AMq','ywnJB3vUDeLK','z2vTAw5P','ChjVDMLKzxi','t1nfyue','y29KzxG','Chrju20','rhPZtxe','CLjSqu4','ze94ufC','C3bSAxq','C3rYAw5NAwz5','A0z4A3e','sgfMEKW','AeTmBxG','y2nVDw50CY5QCW','yLjYtw0','qu1vCve','DuPADLu','DgvtDhjPBMC','CLfSv2u','zw50CMLLCW','D0ziseK','u3LUy2vKigrLzG','venKt3C','ywnJzxnZx3rVAW','wxfWB2u','rhrLDvi','CMvKzw50AwfSCW','D3jPDgvgAwXLuW','nZC3mZHAzMfdDhq','CMvTB3zHBa','ihjLCxvPCMvK','zxKGywnJB3vUDa','quHQuNK','u2v0igrLzMf1Ba','qMvHCMvY','Dw50igfMDgvYia','v2TpEhq','uMjKDLG','sw1iqwi','A2LJs1C','wgDWBe0','uffyENG','rMfPBgvKihrVia','lY93D3CUz29VzW','rwnuzLe','AxvADxO','l2f1DgGVDxnLCG','4OcI4OcI4OcI4OcI','BMv3rgvMyxvSDa','zw1HAwW','BgfIzwW','qLvjshi','x2LZvxbKyxrL','uhHpBMe','lMDLBwLUAs9Vyq','qxHsAKS','qxPPz1a','Dw5SAw5Ru3LUyW','BuzPyxq','C2nVCgvZ','CMvMCMvZAfrVAW','sNbzD0e','z2v0vgLTzq','B29NBgvHCgLZlG','vLLZD3u','qMjkBvm','ywnJzxnZvg9Rzq','CgfYC2u','CMvMCMvZAf90BW','sujnthK','BM1LB3C','ywfLvvu','uxDTBuG','tgTqBwi','y3vZDg9T','C3bSAwnL','zLnXBva','ogzsuvPqqq','igfJy291BNq','DhjPBq','v0TWrKi','AeHrt3K','DxrMoa','ywnvsvu','uMvTB3zLzcbdta','t2HZDgm','uMvTB3zLzcbWCG','CMrtquy','Ag9TzwrPCG','r1bpz2q','sg1Owvm','B3zPzgvYiefqsq','teKGy3jLzgvUDa','ugzMu3K','we1qEgq','zwj5r2y','EgXkCeW','BhrPlwfJy291BG','B3vUDcbLBwfPBa','DxbKyxrLzf9HDa','ENjPuKu','Chm6lY93D3CUzW','CMvWBgfJzq','sNHXDfi','BuPiu3y','Aw5MBW','C2vYAw5MBY5LBq','zxHPC3rZu3LUyW','BMjSB2u','C2zoBKm','BNqGDg8Gq0Xjia','AwrLCIbHy2nVDq','uNnby3i','rxjYB3iGCMvHza','rxjYB3iGD3jPDa','Cgf0Aa','qvPqC2W','ignYzwrLBNrPyq','y3jLyxrLzef0','rejTEue','Aw1QwKW','zMLUza','C2HVCNq','B3zPzgvYigfJyW','Bw9UDgG','uNDrteC','r3biAva','EMHbvhq','yuvXueG','CMfUzg9Tvvvjra','wLDdsgS','yxbPs2v5','BKndC1u','twLNCMf0zwqGqW','DuzbwKi','C3rYAw5N','B0PxB04','B3jNoMnYzwf0zq','zw5jweG','B3vUDcbSywjLBa','Eg15zwe','qwvhshi','rgvMyxvSDcbpqq','ChjVDMLKzxiTyq','rgHqCKy','zuz4u0m','CMvJDxjZAxzL','vMv0vKW','rvfMA1C','zLzrBfC','BwvZC2fNzq','tgXcBfq','BxrPBwu','BwfW','ChjVDg9JB2W','sLH0zuu','mtL2zhvIu0G','BgHRANG','Avrqq2S','vMTSz2m','AwfSCW','ssbJCMvKzw50Aq','CMvHzezPBgvtEq','B2jQzwn0','BwLNCMf0zsbdta','ndCXntqWmgrbqxbprW','B3vUDcb0B2TLBG','zMLSzq','B2f1DgG','zvP0wva','zw5KCg9PBNq','vhbiEKe','C3rHDfn5BMm','ufryDhy'];_0x483d=function(){return _0x45fb4b;};return _0x483d();}const PROVIDER_CONFIG=_0x11d741;function trimToNull(_0x1345f0){const _0x26bcff={_0x4cf512:0xa5,_0x322214:0x14d,_0x4205fb:0x184,_0x5a760d:0x144,_0x4fec7d:0x5ba,_0x38650b:0x5ac,_0x6fb354:0x504,_0x16e0a6:0x7f,_0x1a4f61:0x13b,_0x5a1b1c:0x629,_0x256c9a:0x5ac,_0x3e717c:0x62c,_0x212cec:0xb5,_0x30e5b9:0x38,_0x2d1983:0xda,_0x31a6a8:0x9a},_0x47f1cb={_0x39f7df:0x3},_0x3dda24={_0x2630d8:0xf8,_0x4c99fb:0x192},_0x509617={};_0x509617[_0x4d9bd4(_0x26bcff._0x4cf512,_0x26bcff._0x322214,_0x26bcff._0x4205fb,_0x26bcff._0x5a760d)]=function(_0x2cf302,_0x273ef2){return _0x2cf302!==_0x273ef2;};function _0x427b23(_0x260ea3,_0x713e96,_0x309d86,_0x4724a3){return _0x49870b(_0x260ea3-_0x3dda24._0x2630d8,_0x713e96- -0x46,_0x309d86-_0x3dda24._0x4c99fb,_0x4724a3);}_0x509617[_0x427b23(_0x26bcff._0x4fec7d,_0x26bcff._0x38650b,0x51d,_0x26bcff._0x6fb354)]=_0x4d9bd4(0x190,0x16f,0xe9,0x112),_0x509617[_0x4d9bd4(_0x26bcff._0x16e0a6,0xb3,_0x26bcff._0x1a4f61,0x126)]=function(_0x52a04f,_0x48e271){return _0x52a04f||_0x48e271;};const _0x313b99=_0x509617;function _0x4d9bd4(_0x302e0f,_0x330063,_0x4eee85,_0x201cd2){return _0x4b6015(_0x302e0f-0x1db,_0x201cd2-_0x47f1cb._0x39f7df,_0x4eee85-0x14d,_0x330063);}if(_0x313b99[_0x427b23(0x5ba,0x63d,0x617,0x692)](typeof _0x1345f0,_0x313b99[_0x427b23(_0x26bcff._0x5a1b1c,_0x26bcff._0x256c9a,_0x26bcff._0x3e717c,0x55e)]))return null;const _0x291bee=_0x1345f0[_0x4d9bd4(0x6c,_0x26bcff._0x212cec,_0x26bcff._0x30e5b9,_0x26bcff._0x2d1983)]();return _0x313b99[_0x4d9bd4(_0x26bcff._0x31a6a8,0xfe,0x8e,0x126)](_0x291bee,null);}function normalizeBaseUrl(_0x2053e5){const _0x4d9b2d={_0x238ad2:0x168,_0x54b2c3:0x1b1,_0x4454ef:0x21b,_0x767457:0x1ee,_0x23ae5a:0x1fc,_0xb513ed:0x42e,_0x46094c:0x456,_0x1ce238:0x4bd,_0x12c4dc:0x4f8,_0x15e4fe:0x201,_0x1a65f0:0x414,_0x416f9e:0x3c7,_0x28914a:0x438,_0x188559:0x474,_0x1ea3c5:0x4dc,_0x2c9ed8:0x3d0,_0x283e18:0x483,_0x29dd9e:0x465,_0x369899:0x422,_0x471575:0x4b4,_0x3b97cf:0x47f,_0x3c1323:0x508,_0x48faac:0x375,_0xae0dd2:0x4ba,_0x383590:0x411,_0x4e1d5d:0x236,_0x22ea6b:0x223},_0x545309={_0x5c9fbd:0xcb,_0x472165:0x330},_0x248394={_0x1f0548:0xb8};function _0x4775a6(_0x7882e9,_0x4e1f11,_0x9ff540,_0x3d2a2b){return _0x49870b(_0x7882e9-0x186,_0x7882e9- -0x439,_0x9ff540-_0x248394._0x1f0548,_0x4e1f11);}const _0x365b8a={'hzeIy':function(_0x13d3f7,_0x52cb6b){return _0x13d3f7(_0x52cb6b);},'AHjRy':function(_0x55e49e,_0x256877){return _0x55e49e!==_0x256877;},'Irvwv':'PffSy','iTPCk':function(_0x475f0d,_0x318ef6){return _0x475f0d!==_0x318ef6;},'AMUqQ':_0x3dcecd(0x395,0x373,0x3d7,0x352),'aEqPH':function(_0x4905fc,_0x745f73){return _0x4905fc!==_0x745f73;},'DBmyA':_0x4775a6(_0x4d9b2d._0x238ad2,0x1d4,0x164,0xd3),'GhYHJ':function(_0x5d13c7,_0x181f7c){return _0x5d13c7!==_0x181f7c;},'WKpFB':'GPOgd'};function _0x3dcecd(_0x47ed59,_0xf00b29,_0x1587b2,_0x354247){return _0x4b6015(_0x47ed59-_0x545309._0x5c9fbd,_0xf00b29-_0x545309._0x472165,_0x1587b2-0x58,_0x1587b2);}const _0x15937d=trimToNull(_0x2053e5);if(!_0x15937d){if(_0x365b8a[_0x4775a6(_0x4d9b2d._0x54b2c3,_0x4d9b2d._0x4454ef,0x136,0x1ea)](_0x4775a6(_0x4d9b2d._0x767457,_0x4d9b2d._0x23ae5a,0x1fb,0x1bd),_0x365b8a['Irvwv']))_0x298949=_0x22c191;else return null;}try{const _0x18b9c5=new URL(_0x15937d);if(_0x365b8a[_0x3dcecd(_0x4d9b2d._0xb513ed,_0x4d9b2d._0x46094c,_0x4d9b2d._0x1ce238,_0x4d9b2d._0x12c4dc)](_0x18b9c5[_0x4775a6(0x22b,0x2d3,_0x4d9b2d._0x15e4fe,0x293)],_0x365b8a[_0x3dcecd(_0x4d9b2d._0x1a65f0,_0x4d9b2d._0x416f9e,0x395,0x334)])&&_0x365b8a[_0x3dcecd(0x4b6,_0x4d9b2d._0x28914a,_0x4d9b2d._0x188559,0x4d2)](_0x18b9c5[_0x3dcecd(_0x4d9b2d._0x1ea3c5,0x452,0x3d7,0x48c)],_0x365b8a[_0x3dcecd(_0x4d9b2d._0x2c9ed8,0x42f,_0x4d9b2d._0x283e18,_0x4d9b2d._0x29dd9e)]))return null;return _0x18b9c5[_0x3dcecd(_0x4d9b2d._0x369899,_0x4d9b2d._0x471575,_0x4d9b2d._0x3b97cf,_0x4d9b2d._0x3c1323)]()[_0x3dcecd(0x419,0x41e,_0x4d9b2d._0x48faac,_0x4d9b2d._0xae0dd2)](/\/+$/,'');}catch{if(_0x365b8a['GhYHJ'](_0x3dcecd(0x36d,_0x4d9b2d._0x383590,0x3cd,0x417),_0x365b8a[_0x4775a6(0x1e1,_0x4d9b2d._0x4e1d5d,_0x4d9b2d._0x22ea6b,0x273)]))_0x365b8a['hzeIy'](_0x4c047a,_0x2c43d0);else return null;}}function endpointSupportsApiVersion(_0x20d597){const _0x466970={_0x1e8e59:0x4a3,_0x10af4b:0x499,_0xa1caf1:0x592,_0x3fc1fb:0x4de,_0x418378:0x4f0,_0x5724af:0x4af,_0x22cbb0:0x4ab,_0x19b7bc:0x466,_0x192d80:0x544,_0x21c038:0x465,_0x5e59b4:0x476},_0x24e348={_0x47d3c9:0x1de},_0x3c4b69={_0x1dbebc:0xbe},_0x10f324={};function _0x2408f9(_0x3d82d6,_0x370890,_0x4619ed,_0x408659){return _0x49870b(_0x3d82d6-_0x3c4b69._0x1dbebc,_0x408659- -0x164,_0x4619ed-0x9b,_0x370890);}_0x10f324[_0x2408f9(_0x466970._0x1e8e59,0x497,0x41a,_0x466970._0x10af4b)]=function(_0x46daaa,_0x2e0c0a){return _0x46daaa===_0x2e0c0a;},_0x10f324[_0x2408f9(_0x466970._0xa1caf1,0x44f,_0x466970._0x3fc1fb,_0x466970._0x418378)]=_0x2408f9(0x492,0x44b,_0x466970._0x5724af,0x469),_0x10f324['LkPmb']=_0x2408f9(0x3c1,0x452,_0x466970._0x22cbb0,_0x466970._0x19b7bc);function _0x54015e(_0x8f5136,_0x4b07d2,_0x5564a9,_0x2dd778){return _0x4b6015(_0x8f5136-0xad,_0x5564a9- -0x1a2,_0x5564a9-_0x24e348._0x47d3c9,_0x4b07d2);}const _0xc187e4=_0x10f324;return _0xc187e4[_0x2408f9(_0x466970._0x192d80,0x4e2,0x4cd,_0x466970._0x10af4b)](_0x20d597,_0xc187e4['enIXH'])||_0x20d597===_0xc187e4[_0x2408f9(0x48a,_0x466970._0x21c038,_0x466970._0x5e59b4,_0x466970._0x5724af)];}function getDefaultEndpointConfig(_0x320d9d){const _0x415520={_0x4f29e9:0x4c2,_0x272c99:0x530},_0x110a1d={'SNAOK':function(_0x56af7a,_0xe7751f){return _0x56af7a(_0xe7751f);}};function _0x36062b(_0x563e45,_0x48a95b,_0x27da59,_0x4f6093){return _0x4b6015(_0x563e45-0x15a,_0x48a95b-0x315,_0x27da59-0x1c2,_0x27da59);}const _0x1c1668={};_0x1c1668[_0x5bf9ad(_0x415520._0x4f29e9,0x576,0x4e0,0x49e)+'n']=null;function _0x5bf9ad(_0xe286e5,_0x439148,_0x292213,_0x48e01b){return _0x49870b(_0xe286e5-0xc1,_0x292213- -0x1f3,_0x292213-0x191,_0xe286e5);}return{'mode':'default','base_url':null,..._0x110a1d[_0x5bf9ad(0x4bf,_0x415520._0x272c99,0x4b8,0x52d)](endpointSupportsApiVersion,_0x320d9d)?_0x1c1668:{}};}function normalizeApiKeyEndpoint(_0x1f5f29,_0x34918f){const _0x18c23a={_0x19c50a:0xb2,_0x5e497d:0x5c,_0x3406a4:0x102,_0xb965d8:0x188,_0x400a1d:0x19d,_0x47b842:0x63,_0x336b03:0x13c,_0xf6606:0x17d,_0x49067c:0x9b,_0x216dc1:0x8e,_0x58cb14:0x93,_0x43c18a:0xec,_0x3c26b0:0x2,_0x3875df:0x26,_0x1fe2f9:0xbd,_0x5acf12:0x103,_0x3fbc02:0x3a,_0x202175:0x9c,_0x44fe3e:0x89,_0x416252:0x152,_0x2e78ba:0x188,_0x270a03:0x177,_0x3e7819:0xe7,_0x55ab51:0xc2,_0x5ca9d7:0x9a,_0xaf0278:0x8a,_0x18bf52:0xe2,_0x4d9b17:0x77,_0x297ee2:0x63,_0x3d6c08:0x122,_0x4a4f7e:0x15d,_0x206c92:0x198},_0x15a473={_0x5c84d5:0x53b,_0x2f20cf:0xd4},_0x256f79={'iVrWF':function(_0x345a98,_0xe961f3){return _0x345a98(_0xe961f3);},'ImHAb':_0x6382(_0x18c23a._0x19c50a,0xea,0xd9,_0x18c23a._0x5e497d),'sfNnC':'default','vtJYX':function(_0x4ae89c,_0x20ad47){return _0x4ae89c!==_0x20ad47;},'EUaGo':function(_0x55d23c,_0x545605){return _0x55d23c===_0x545605;},'aboBp':function(_0x152b03,_0x33df92){return _0x152b03(_0x33df92);},'DteuR':_0x6382(0x82,0x18a,0x12e,0x1d3)},_0x386321=getDefaultEndpointConfig(_0x1f5f29),_0x5cd5b0=_0x256f79[_0x6382(0x1af,0x1c2,0x16c,0xeb)](trimToNull,_0x34918f?.[_0x6382(_0x18c23a._0x3406a4,0x113,_0x18c23a._0xb965d8,_0x18c23a._0x400a1d)])===_0x256f79[_0x6382(_0x18c23a._0x47b842,_0x18c23a._0x336b03,0xb5,0x3a)]?_0x256f79[_0x420de1(-_0x18c23a._0xf6606,-0xd5,-_0x18c23a._0x49067c,-0x10b)]:_0x256f79[_0x420de1(-0x9e,-_0x18c23a._0x216dc1,-_0x18c23a._0x58cb14,-_0x18c23a._0x43c18a)];function _0x420de1(_0x46cd28,_0x58f30c,_0x4e9dd6,_0x3f3ada){return _0x49870b(_0x46cd28-0x1b5,_0x58f30c- -0x6c5,_0x4e9dd6-0x9d,_0x46cd28);}if(_0x256f79[_0x420de1(-0x3e,-0x1f,-_0x18c23a._0x3c26b0,-_0x18c23a._0x3875df)](_0x5cd5b0,_0x256f79[_0x420de1(-_0x18c23a._0x1fe2f9,-0xd5,-0x118,-_0x18c23a._0x5acf12)])){if(_0x256f79[_0x420de1(-0x62,-_0x18c23a._0x3fbc02,-0xba,-_0x18c23a._0x202175)]('gzDRI',_0x6382(0x15,0x11a,0x81,0x75)))return _0x386321;else{const _0xfd775f={};_0xfd775f[_0x420de1(-_0x18c23a._0x44fe3e,-0x69,-0x6e,-0xab)]=!![],_0xfd775f[_0x6382(_0x18c23a._0x416252,0xdc,_0x18c23a._0x2e78ba,_0x18c23a._0x270a03)]=0x1c0,_0x3bc1b4['mkdirSync'](_0x18a75d,_0xfd775f);}}const _0x574f24=_0x256f79[_0x420de1(-0x70,-0x2d,-_0x18c23a._0x5e497d,0x6e)](normalizeBaseUrl,_0x34918f?.['base_url']);if(!_0x574f24){if(_0x256f79['EUaGo'](_0x256f79[_0x420de1(-_0x18c23a._0x3e7819,-0xe2,-_0x18c23a._0x55ab51,-_0x18c23a._0x5ca9d7)],_0x256f79[_0x420de1(-_0x18c23a._0xaf0278,-_0x18c23a._0x18bf52,-0xbc,-_0x18c23a._0x4d9b17)]))return _0x386321;else return;}function _0x6382(_0x16e476,_0x1cc39b,_0x5e466b,_0x30f5bc){return _0x49870b(_0x16e476-0x101,_0x5e466b- -_0x15a473._0x5c84d5,_0x5e466b-_0x15a473._0x2f20cf,_0x16e476);}return{'mode':_0x6382(_0x18c23a._0x297ee2,0x92,0xd9,_0x18c23a._0x3d6c08),'base_url':_0x574f24,..._0x256f79[_0x6382(0x193,0xd6,_0x18c23a._0x4a4f7e,0x108)](endpointSupportsApiVersion,_0x1f5f29)?{'api_version':_0x256f79['aboBp'](trimToNull,_0x34918f?.[_0x6382(0x158,0xf6,_0x18c23a._0x206c92,0x157)+'n'])}:{}};}function _0x49870b(_0x1530b1,_0xfd655f,_0x2e4a59,_0x4bd909){return _0x47a7(_0xfd655f-0x3c1,_0x4bd909);}function normalizeAccount(_0x475d27,_0x1a1002){const _0x471ecf={_0x589580:0x476,_0x3b7cdd:0x466,_0x5cd781:0x38a,_0x430a70:0x3ca,_0x217c40:0x412,_0x2ec732:0x354,_0x26b8ec:0x412,_0x31f1d5:0x3c8,_0x4d68d0:0x443,_0x3a6b7e:0x4e8,_0x2c425c:0x416,_0x52c93d:0x37b,_0x37896e:0x3f6,_0x2f036a:0x1ab,_0x38b0d3:0x1a5,_0x56ccdf:0x1fc,_0x3c4d8d:0x358,_0x5b0de8:0x2c1,_0x4d851a:0x1fc,_0x1ac043:0x25a,_0x26f6a9:0x1e0,_0x42e7b2:0x28b,_0x47887a:0x22e,_0x2febc1:0x407,_0x49b92a:0x434,_0x444920:0x20f},_0x401611={_0x38a06b:0xdd,_0x488136:0x143},_0x31696e={_0x4c33b9:0x246};function _0x4c562a(_0x3dd1ce,_0x37bc20,_0x3d80af,_0x3e6120){return _0x49870b(_0x3dd1ce-0x1c1,_0x3dd1ce- -_0x31696e._0x4c33b9,_0x3d80af-0x170,_0x37bc20);}const _0x3f4c1b={'rRlAN':function(_0x36f456,_0x447d4b){return _0x36f456!==_0x447d4b;},'JZcRa':_0x4c562a(0x427,0x394,_0x471ecf._0x589580,_0x471ecf._0x3b7cdd),'eFxSC':function(_0xa3aaf7,_0x2f3bb0){return _0xa3aaf7===_0x2f3bb0;},'PoVls':function(_0x50087b,_0x36351a){return _0x50087b===_0x36351a;},'PVBgR':function(_0x1c6a32,_0x45d6b5){return _0x1c6a32(_0x45d6b5);},'OaeMU':function(_0x2b6ddb,_0x44af3a,_0xbd2110){return _0x2b6ddb(_0x44af3a,_0xbd2110);}};function _0xddc067(_0x5a8f93,_0x3a8a4a,_0x167a3d,_0x38a343){return _0x4b6015(_0x5a8f93-0x1f1,_0x167a3d-_0x401611._0x38a06b,_0x167a3d-_0x401611._0x488136,_0x38a343);}if(!_0x1a1002||_0x3f4c1b[_0x4c562a(_0x471ecf._0x5cd781,_0x471ecf._0x430a70,_0x471ecf._0x217c40,_0x471ecf._0x2ec732)](typeof _0x1a1002,_0x3f4c1b['JZcRa']))return null;const _0x4b3b02=_0x3f4c1b[_0x4c562a(0x415,_0x471ecf._0x26b8ec,_0x471ecf._0x31f1d5,0x401)](_0x1a1002['type'],ACCOUNT_TYPE_API_KEY)?ACCOUNT_TYPE_API_KEY:ACCOUNT_TYPE_OAUTH,_0x1dffac={..._0x1a1002,'type':_0x4b3b02,'is_default':!!_0x1a1002[_0x4c562a(_0x471ecf._0x4d68d0,_0x471ecf._0x3a6b7e,_0x471ecf._0x2c425c,0x3f7)],'created_at':_0x1a1002[_0x4c562a(_0x471ecf._0x52c93d,_0x471ecf._0x37896e,0x36f,0x332)]||_0x1a1002[_0xddc067(0x157,_0x471ecf._0x2f036a,0x1db,0x140)]||new Date()[_0xddc067(_0x471ecf._0x38b0d3,0x249,0x230,_0x471ecf._0x56ccdf)+'g']()};return _0x3f4c1b[_0x4c562a(_0x471ecf._0x3c4d8d,0x3bb,0x38c,_0x471ecf._0x5b0de8)](_0x4b3b02,ACCOUNT_TYPE_API_KEY)&&(_0x1dffac['email']=null,_0x1dffac[_0xddc067(_0x471ecf._0x4d851a,0x2e7,_0x471ecf._0x1ac043,_0x471ecf._0x26f6a9)]=_0x3f4c1b['PVBgR'](trimToNull,_0x1a1002[_0xddc067(0x2f4,_0x471ecf._0x42e7b2,0x25a,_0x471ecf._0x47887a)]||_0x1a1002[_0x4c562a(_0x471ecf._0x2febc1,0x499,0x48c,_0x471ecf._0x49b92a)]),_0x1dffac[_0xddc067(0x2b5,0x1b7,_0x471ecf._0x444920,0x18d)]=_0x3f4c1b['OaeMU'](normalizeApiKeyEndpoint,_0x475d27,_0x1a1002['endpoint'])),_0x1dffac;}function normalizeAccountsData(_0x290e84){const _0x297774={_0x8446e9:0x291,_0x1b774e:0x281,_0x26cc9d:0x352,_0x155b6e:0x36e,_0x3bb334:0x2ca,_0x59efb5:0x354,_0x23350a:0x301,_0x42b51c:0x44a,_0x6ff225:0x3fa,_0x5d31bb:0x334,_0x36cc97:0x2d4,_0x2b0a80:0x374},_0x51389b={_0x46ef5f:0x1d2,_0x549e48:0x1c7},_0x38ffd6={};_0x38ffd6[_0x1d812f(_0x297774._0x8446e9,0x2d8,_0x297774._0x1b774e,0x322)]=_0x18b94f(0x392,0x375,0x3ee,0x360);const _0x550130=_0x38ffd6,_0xb7a796={};function _0x1d812f(_0x160419,_0x30f7a1,_0x5cbcf1,_0x4bd1e8){return _0x4b6015(_0x160419-0x78,_0x5cbcf1-0x23c,_0x5cbcf1-0x122,_0x4bd1e8);}for(const _0x52e21b of SUPPORTED_PROVIDERS){if(_0x550130[_0x18b94f(0x2df,_0x297774._0x26cc9d,_0x297774._0x155b6e,_0x297774._0x3bb334)]!==_0x1d812f(_0x297774._0x59efb5,0x2ba,_0x297774._0x23350a,0x2c6))return _0xfe48f2;else{const _0x3ce29a=Array['isArray'](_0x290e84?.[_0x52e21b])?_0x290e84[_0x52e21b]:[];_0xb7a796[_0x52e21b]=_0x3ce29a[_0x18b94f(0x4b5,0x42a,_0x297774._0x42b51c,_0x297774._0x6ff225)](_0x566a76=>normalizeAccount(_0x52e21b,_0x566a76))[_0x1d812f(_0x297774._0x5d31bb,_0x297774._0x36cc97,_0x297774._0x2b0a80,0x336)](Boolean);}}function _0x18b94f(_0x3e1ff5,_0x10ccba,_0x2cdec8,_0x265ab9){return _0x49870b(_0x3e1ff5-_0x51389b._0x46ef5f,_0x2cdec8- -0x219,_0x2cdec8-_0x51389b._0x549e48,_0x10ccba);}return _0xb7a796;}function toProviderStorageShape(_0x581b6e){const _0x3dc7a3={'jbeDi':function(_0x54655c,_0x47300d){return _0x54655c(_0x47300d);}};return _0x3dc7a3['jbeDi'](normalizeAccountsData,_0x581b6e);}function getAccountCreatedTimestamp(_0x272c02){const _0x1f2d92={_0x5f41d2:0x532,_0x4e7a62:0x5db,_0x203e6b:0x64a,_0x1fa01c:0x3f2,_0x2275bb:0x34e,_0x2f413b:0x52b,_0x10bd92:0x4a6,_0x3d603e:0x4c3,_0x5a205c:0x5a0,_0x64f455:0x406},_0xa55c33={_0x262b6a:0x114},_0x5e039f={_0x222eaf:0xfd,_0x3da073:0x1a};function _0x560702(_0x4734b5,_0x27a2dd,_0x4e3062,_0x35fbca){return _0x49870b(_0x4734b5-_0x5e039f._0x222eaf,_0x27a2dd-_0x5e039f._0x3da073,_0x4e3062-0x62,_0x4734b5);}const _0xf9e8fc=_0x272c02?.['createdAt']||_0x272c02?.[_0x560702(_0x1f2d92._0x5f41d2,_0x1f2d92._0x4e7a62,0x618,_0x1f2d92._0x203e6b)],_0x5241ab=_0xf9e8fc?new Date(_0xf9e8fc)[_0x4f6b01(0x359,_0x1f2d92._0x1fa01c,0x39e,_0x1f2d92._0x2275bb)]():NaN;function _0x4f6b01(_0x59581a,_0x35e76e,_0x268657,_0x16d631){return _0x4b6015(_0x59581a-0xe9,_0x35e76e-0x32c,_0x268657-_0xa55c33._0x262b6a,_0x268657);}return Number[_0x4f6b01(_0x1f2d92._0x2f413b,_0x1f2d92._0x10bd92,0x404,_0x1f2d92._0x3d603e)](_0x5241ab)?_0x5241ab:Number[_0x560702(0x60a,_0x1f2d92._0x5a205c,0x509,0x60c)+_0x4f6b01(_0x1f2d92._0x64f455,0x3a4,0x330,0x44c)];}function maskApiKey(_0x525231){const _0x665b6a={_0x4a6df6:0x316,_0x46abb7:0x334,_0x5d7b84:0x334,_0xace078:0x2b7,_0xdb9471:0x163,_0x6ab509:0xb7,_0x5b3624:0x1c0,_0x5ccec7:0x35f,_0x349826:0x3a0,_0x4dbca8:0x35f,_0x30f110:0x2c3,_0x52db22:0x1a},_0x25487e={_0x2133cb:0x65},_0x3c3f78={_0x578774:0xad},_0x269a57={};function _0x28167f(_0x3e30f2,_0x314f15,_0xd76264,_0x53c62d){return _0x4b6015(_0x3e30f2-_0x3c3f78._0x578774,_0x3e30f2- -0x31,_0xd76264-0x1c4,_0x53c62d);}_0x269a57[_0x47dcf0(0x370,_0x665b6a._0x4a6df6,_0x665b6a._0x46abb7,0x310)]=function(_0x3b9845,_0x5837f3){return _0x3b9845<=_0x5837f3;};const _0xf1cd26=_0x269a57;if(!_0x525231)return null;if(_0xf1cd26[_0x47dcf0(0x35a,0x303,_0x665b6a._0x5d7b84,0x2db)](_0x525231[_0x47dcf0(0x27a,_0x665b6a._0xace078,0x2f3,0x343)],0xe4+-0x26f7+0x79f*0x5))return _0x525231[_0x28167f(_0x665b6a._0xdb9471,_0x665b6a._0x6ab509,_0x665b6a._0x5b3624,0x103)](-0x17c3+-0x48a*0x2+0x4b1*0x7,-0x2368+-0x305+0x266f)+_0x47dcf0(_0x665b6a._0x5ccec7,_0x665b6a._0x349826,_0x665b6a._0x4dbca8,_0x665b6a._0x30f110);function _0x47dcf0(_0x4f23af,_0x1a0df1,_0x14f790,_0x14a9a0){return _0x49870b(_0x4f23af-_0x25487e._0x2133cb,_0x14f790- -0x29a,_0x14f790-0x1f,_0x4f23af);}return _0x525231['slice'](0xe1a+0x184a*0x1+0x1a*-0x17a,0x169e+0xa4+-0x173e)+_0x28167f(0x86,0xde,-_0x665b6a._0x52db22,0x12)+_0x525231['slice'](-(-0xcc*-0x2+0x246a+0x3*-0xcaa));}export function readProviderAccounts(){const _0x4bd2ef={_0xc6d2be:0x3cb,_0x1d4909:0x35d,_0x448f1b:0x35d,_0xfc6866:0x227,_0x3dbf72:0x2a0,_0x28b3dd:0x27d,_0x47ebb7:0x4f6,_0x25460b:0x53e,_0xe911d5:0x589,_0x7d13b0:0x30f,_0x4568e8:0x362,_0x3c4870:0x284,_0x52bc7e:0x36e,_0x3b4526:0x308,_0x5ac798:0x3fc,_0x277363:0x4cb,_0x21a2e8:0x3f8,_0x4a01bc:0x3e6,_0x2e7d3a:0x4d3,_0x22c9d6:0x50c,_0x70b489:0x572,_0x392845:0x3dc,_0x3fc649:0x3e6,_0x6c4788:0x37a,_0x8af610:0x41a,_0x1ee677:0x478},_0x11e587={_0x3c45c9:0x2fe,_0x4ff26a:0xd8},_0x3b9ca5={_0x5d8660:0x32,_0x3d3b40:0x1c0},_0x5485b1={};_0x5485b1[_0x5c1671(_0x4bd2ef._0xc6d2be,0x3c8,0x40e,_0x4bd2ef._0x1d4909)]=_0x2ea2fc(0x33d,0x38a,0x349,_0x4bd2ef._0x448f1b)+_0x2ea2fc(0x2c8,_0x4bd2ef._0xfc6866,_0x4bd2ef._0x3dbf72,_0x4bd2ef._0x28b3dd)+_0x5c1671(_0x4bd2ef._0x47ebb7,0x56c,_0x4bd2ef._0x25460b,_0x4bd2ef._0xe911d5)+'s';const _0x4a1b45=_0x5485b1;try{if(_0x35a2fc['existsSync'](ACCOUNTS_FILE)){const _0x4a782a=JSON[_0x2ea2fc(_0x4bd2ef._0x7d13b0,_0x4bd2ef._0x4568e8,_0x4bd2ef._0x3c4870,0x2d2)](_0x35a2fc[_0x2ea2fc(_0x4bd2ef._0x52bc7e,_0x4bd2ef._0x3b4526,_0x4bd2ef._0x5ac798,0x317)+'nc'](ACCOUNTS_FILE,_0x5c1671(0x45c,0x400,_0x4bd2ef._0x277363,0x4a2)));return normalizeAccountsData(_0x4a782a);}}catch(_0x243374){const _0x5c5f3a={};_0x5c5f3a['error']=_0x243374[_0x2ea2fc(0x362,0x395,_0x4bd2ef._0x21a2e8,_0x4bd2ef._0x4a01bc)],logger[_0x5c1671(_0x4bd2ef._0x2e7d3a,_0x4bd2ef._0x22c9d6,0x496,_0x4bd2ef._0x70b489)](_0x4a1b45[_0x5c1671(0x3cb,0x32d,0x334,_0x4bd2ef._0x392845)],_0x5c5f3a);}const _0x43921b={};function _0x5c1671(_0xc7c8c9,_0x300ce4,_0x349258,_0x953ed3){return _0x49870b(_0xc7c8c9-_0x3b9ca5._0x5d8660,_0xc7c8c9- -_0x3b9ca5._0x3d3b40,_0x349258-0x108,_0x300ce4);}_0x43921b[_0x5c1671(_0x4bd2ef._0x3fc649,0x36b,0x3ed,0x385)]=[],_0x43921b[_0x5c1671(0x40d,_0x4bd2ef._0x6c4788,_0x4bd2ef._0x8af610,_0x4bd2ef._0x1ee677)]=[];function _0x2ea2fc(_0x4fd99e,_0x34fc1d,_0x8b6ec9,_0x3d7ca5){return _0x49870b(_0x4fd99e-0xd3,_0x4fd99e- -_0x11e587._0x3c45c9,_0x8b6ec9-_0x11e587._0x4ff26a,_0x8b6ec9);}return _0x43921b['gemini']=[],_0x43921b;}export function writeProviderAccounts(_0x551e61){const _0x5b2b25={_0x1cc4f1:0x285,_0x475cd7:0x341,_0xe63aed:0x31d,_0x5fbbcf:0x397,_0x4429b1:0x87,_0xf3fdd:0x14,_0x1cfe22:0x5b,_0x37d653:0x377,_0x1bc686:0x30f,_0x12ccad:0x3b8,_0xbdfea9:0xa,_0x16dea1:0x89,_0x2006a2:0x48,_0x15c731:0x83,_0x1fb514:0x38d,_0xf56ee:0x2e4,_0x44f907:0x2fd,_0x32e0e1:0x2e0,_0x2dfdf7:0x378,_0x1baee0:0x2b9,_0x111608:0x18e,_0x3cf642:0x177,_0x5dc806:0x150,_0x57b345:0x20e,_0x6194e1:0x188,_0x1d5a7a:0xaa,_0xf56f1f:0x118,_0x48f1b3:0x1ab,_0x3e538f:0x183,_0x17452d:0x21b,_0x53000c:0x2d7,_0x5f4181:0x249,_0x287693:0x1fc,_0x3871d0:0x1f4,_0x36ded0:0x1e6,_0xb2461c:0x2d9,_0x250b03:0x301,_0x4aad40:0x1ec,_0x26cc99:0x204,_0xb44ed3:0x277,_0x239e78:0x351,_0xeca5cf:0x125,_0x555f8f:0x4b,_0x332147:0x8b,_0x1872e6:0x2ef,_0x112b38:0x34a,_0x217c63:0x357},_0x37509f={_0x4955ad:0xd1,_0x323e03:0x1e3},_0x59df67={_0x1ce495:0x7};function _0x8e485d(_0x383fd2,_0x4ae12b,_0xb1e8ab,_0x528fbc){return _0x4b6015(_0x383fd2-0x89,_0x528fbc-_0x59df67._0x1ce495,_0xb1e8ab-0xb5,_0xb1e8ab);}function _0x4f839c(_0x44d9e9,_0x49ddf4,_0xc918f6,_0x2cc27a){return _0x4b6015(_0x44d9e9-_0x37509f._0x4955ad,_0xc918f6-_0x37509f._0x323e03,_0xc918f6-0x105,_0x44d9e9);}const _0x2973cd={'tIhyr':function(_0x543e22,_0x459ff3){return _0x543e22(_0x459ff3);},'TpHzA':function(_0x3686d4,_0x488876){return _0x3686d4===_0x488876;},'FcTEK':'UIsyj','fKTLf':function(_0x5dd516,_0x44a075){return _0x5dd516(_0x44a075);},'oeSSS':_0x4f839c(_0x5b2b25._0x1cc4f1,_0x5b2b25._0x475cd7,_0x5b2b25._0xe63aed,_0x5b2b25._0x5fbbcf),'dtYNz':'xqQzB'};try{const _0x503607=_0x2bfced[_0x8e485d(_0x5b2b25._0x4429b1,0x15,-_0x5b2b25._0xf3fdd,_0x5b2b25._0x1cfe22)](ACCOUNTS_FILE);if(!_0x35a2fc['existsSync'](_0x503607)){if(_0x2973cd[_0x4f839c(_0x5b2b25._0x37d653,_0x5b2b25._0x1bc686,0x316,_0x5b2b25._0x12ccad)](_0x2973cd[_0x8e485d(_0x5b2b25._0xbdfea9,0xf9,0xcd,_0x5b2b25._0x16dea1)],_0x8e485d(_0x5b2b25._0x2006a2,0x181,_0x5b2b25._0x15c731,0xe0))){const _0xb186f8=_0x2973cd['tIhyr'](_0x1949e5,_0x771a9c);return _0xb186f8[_0x4f839c(0x258,_0x5b2b25._0x1fb514,_0x5b2b25._0xf56ee,0x28a)](_0x4c496d=>_0x4c496d[_0x8e485d(0x19d,0x138,0x1cd,0x14e)])||_0xb186f8[-0x1be3+-0xc*0x2bd+-0x3cbf*-0x1]||null;}else{const _0x4eccdc={};_0x4eccdc[_0x4f839c(0x28b,0x32c,_0x5b2b25._0x44f907,0x255)]=!![],_0x4eccdc[_0x4f839c(_0x5b2b25._0x32e0e1,_0x5b2b25._0x2dfdf7,0x364,_0x5b2b25._0x1baee0)]=0x1c0,_0x35a2fc[_0x8e485d(0x1cd,0x134,0x216,_0x5b2b25._0x111608)](_0x503607,_0x4eccdc);}}const _0x20f26e={};_0x20f26e[_0x8e485d(_0x5b2b25._0x3cf642,_0x5b2b25._0x5dc806,_0x5b2b25._0x57b345,_0x5b2b25._0x6194e1)]=0x180,_0x35a2fc[_0x8e485d(0xfe,0xa8,0x14a,_0x5b2b25._0x1d5a7a)+_0x8e485d(_0x5b2b25._0xf56f1f,_0x5b2b25._0x48f1b3,0x22d,_0x5b2b25._0x3e538f)](ACCOUNTS_FILE,JSON['stringify'](_0x2973cd['fKTLf'](toProviderStorageShape,_0x551e61),null,0x1a0d+-0x1368+-0x6a3),_0x20f26e);}catch(_0x15244c){if(_0x2973cd[_0x4f839c(_0x5b2b25._0x17452d,_0x5b2b25._0x53000c,_0x5b2b25._0x5f4181,_0x5b2b25._0x287693)]!==_0x2973cd['dtYNz']){const _0x531902={};_0x531902[_0x8e485d(_0x5b2b25._0x3871d0,0xd9,_0x5b2b25._0x36ded0,0x158)]=_0x15244c[_0x4f839c(0x31f,_0x5b2b25._0xb2461c,_0x5b2b25._0x250b03,0x2af)],logger[_0x8e485d(_0x5b2b25._0x4aad40,0x156,_0x5b2b25._0x26cc99,0x158)](_0x4f839c(_0x5b2b25._0xb44ed3,_0x5b2b25._0x239e78,0x2dd,0x2cd)+_0x8e485d(_0x5b2b25._0xeca5cf,_0x5b2b25._0x555f8f,0x119,_0x5b2b25._0x332147)+_0x4f839c(_0x5b2b25._0x1872e6,_0x5b2b25._0x112b38,_0x5b2b25._0x217c63,0x3d6)+'s',_0x531902);throw _0x15244c;}else for(const _0x323d47 of _0x7b5532){_0x391564(_0x323d47);}}}export function getAccountsByProvider(_0x446e3e,_0x460c5f={}){const _0x495ce7={_0x1dca4f:0x4d8,_0x3c4012:0x14e,_0x5bbe47:0x1db},_0x3b9a77={_0x1e5bc7:0x45,_0x1f47e0:0x392,_0x1120d5:0x6c},_0x4ab999={'AzigP':function(_0x55b9c7){return _0x55b9c7();}};function _0x2fd964(_0x1f210f,_0x145195,_0x1073ae,_0x78d1b7){return _0x49870b(_0x1f210f-0x154,_0x1f210f- -0x52c,_0x1073ae-0x70,_0x145195);}const _0x4f549c=_0x4ab999[_0x391e01(0x3a7,0x418,_0x495ce7._0x1dca4f,0x452)](readProviderAccounts),_0x222440=_0x4f549c[_0x446e3e]||[],_0x1002e1=_0x460c5f['type'];function _0x391e01(_0x33f5c1,_0x2659a4,_0x21b806,_0x42c224){return _0x4b6015(_0x33f5c1-_0x3b9a77._0x1e5bc7,_0x42c224-_0x3b9a77._0x1f47e0,_0x21b806-_0x3b9a77._0x1120d5,_0x2659a4);}if(!_0x1002e1)return _0x222440;return _0x222440[_0x2fd964(_0x495ce7._0x3c4012,0xf8,0x113,_0x495ce7._0x5bbe47)](_0x4dd72c=>_0x4dd72c[_0x2fd964(0x5d,0xdf,-0x14,0xc4)]===_0x1002e1);}export function getDefaultAccount(_0x1ded84){const _0x85698f={_0x171b0c:0x1b9,_0xf6d176:0x172},_0x5e1359={_0x1ce3b6:0x12a},_0x56ee16={_0x201800:0x5b,_0xb62395:0x11b};function _0xfe9e18(_0x152268,_0x124e65,_0x30fa73,_0x4b25cf){return _0x49870b(_0x152268-_0x56ee16._0x201800,_0x30fa73- -0x4b7,_0x30fa73-_0x56ee16._0xb62395,_0x152268);}function _0xc59cf9(_0x131fe4,_0xf6d9ec,_0x42dc49,_0x2f0620){return _0x49870b(_0x131fe4-_0x5e1359._0x1ce3b6,_0x2f0620- -0x73c,_0x42dc49-0x1a9,_0x131fe4);}const _0x4b1ac4={'nrGsI':function(_0x48f993,_0x6fac8f){return _0x48f993(_0x6fac8f);}},_0x29f3ae=_0x4b1ac4['nrGsI'](getAccountsByProvider,_0x1ded84);return _0x29f3ae[_0xfe9e18(0x1ce,_0x85698f._0x171b0c,0x18c,_0x85698f._0xf6d176)](_0x16f0b6=>_0x16f0b6[_0xfe9e18(0x19a,0x197,0x1d2,0x1aa)])||_0x29f3ae[0x140f+-0x1eb*-0x10+-0x32bf]||null;}export function getActiveOAuthAccount(_0x3067e0){const _0x20a56c={_0x25edff:0x3a8,_0x502f6e:0x293,_0x5aa2d9:0x289,_0x51be5d:0x2a5},_0x4eab99={_0x2688fb:0x1cd,_0x2e5f30:0x23c},_0x2efa11={_0x292712:0x1b5,_0x40472e:0x3cf,_0x62735a:0x54},_0x37d4d0={'IBMLy':function(_0xe5bcda,_0x9e1d34){return _0xe5bcda(_0x9e1d34);},'EcTfQ':function(_0x2de247,_0x5dda2d){return _0x2de247!==_0x5dda2d;}},_0x3b36b2=_0x37d4d0[_0x4e44ca(0x3e2,0x3bf,_0x20a56c._0x25edff,0x3d3)](getDefaultAccount,_0x3067e0);function _0x18e7c0(_0x8d1797,_0x50e6d0,_0xd6130b,_0x1213f5){return _0x49870b(_0x8d1797-_0x2efa11._0x292712,_0x50e6d0- -_0x2efa11._0x40472e,_0xd6130b-_0x2efa11._0x62735a,_0x8d1797);}if(!_0x3b36b2||_0x37d4d0[_0x18e7c0(_0x20a56c._0x502f6e,0x227,_0x20a56c._0x5aa2d9,_0x20a56c._0x51be5d)](_0x3b36b2['type'],ACCOUNT_TYPE_OAUTH))return null;function _0x4e44ca(_0x50de00,_0x3a7ba2,_0xc6ef12,_0x21b3bd){return _0x49870b(_0x50de00-_0x4eab99._0x2688fb,_0x21b3bd- -_0x4eab99._0x2e5f30,_0xc6ef12-0x12a,_0xc6ef12);}return _0x3b36b2;}export function getActiveApiKeyAccount(_0x8486e3){const _0x3a1372={_0x543bb7:0x20f,_0x386787:0x1a5,_0x42fcba:0x1ab,_0xcee7a3:0xc6,_0x36123a:0xe0,_0x59bd2d:0x171,_0x95ef1b:0x240,_0xc0da62:0x1fe,_0x2fea0c:0x26c,_0x53f664:0x16f,_0xe68ad3:0x124,_0x4c1580:0x2a8,_0x34dafb:0x25a,_0x216148:0x22b,_0x21756c:0x203,_0x556abb:0x141,_0x3bd235:0x175,_0x32447d:0x22f,_0x5067ff:0x2fb,_0xa28f29:0x25c,_0x120ba4:0x371,_0xff5dc9:0x306},_0x2bdcbb={_0x1a6520:0xe5},_0x6c22={'hKLmx':function(_0x291a2f,_0x36e9f7){return _0x291a2f(_0x36e9f7);},'dqlEb':function(_0xd852e5,_0x7e5ba2){return _0xd852e5!==_0x7e5ba2;},'YQYqv':function(_0x2f64ab,_0x132bcf){return _0x2f64ab!==_0x132bcf;},'uJZvU':_0x55968e(_0x3a1372._0x543bb7,0x181,_0x3a1372._0x386787,_0x3a1372._0x42fcba)};function _0x55659e(_0x190508,_0x4c250f,_0x59dde7,_0x467181){return _0x4b6015(_0x190508-0xf0,_0x4c250f-0x1ce,_0x59dde7-0x101,_0x59dde7);}const _0x587c1f=_0x6c22[_0x55968e(_0x3a1372._0xcee7a3,0x1ac,_0x3a1372._0x36123a,_0x3a1372._0x59bd2d)](getDefaultAccount,_0x8486e3);function _0x55968e(_0x4fbbbb,_0x524e50,_0x1f5ddb,_0x48a93e){return _0x49870b(_0x4fbbbb-_0x2bdcbb._0x1a6520,_0x48a93e- -0x465,_0x1f5ddb-0xd7,_0x1f5ddb);}if(!_0x587c1f||_0x6c22[_0x55968e(_0x3a1372._0x95ef1b,0x26d,_0x3a1372._0xc0da62,_0x3a1372._0x2fea0c)](_0x587c1f[_0x55968e(_0x3a1372._0x53f664,0x180,0x11a,_0x3a1372._0xe68ad3)],ACCOUNT_TYPE_API_KEY)||!_0x587c1f[_0x55968e(0x1fa,0x297,_0x3a1372._0x4c1580,_0x3a1372._0x34dafb)]){if(_0x6c22[_0x55659e(0x1f8,0x22c,0x2b2,_0x3a1372._0x216148)](_0x6c22[_0x55968e(_0x3a1372._0x21756c,0x174,_0x3a1372._0x556abb,_0x3a1372._0x3bd235)],_0x6c22[_0x55659e(_0x3a1372._0xc0da62,0x266,0x1da,_0x3a1372._0x32447d)])){const _0x3eca22={};for(const _0x1379fd of _0x40be59){const _0x346e94=_0x46eb66['isArray'](_0x3203d5?.[_0x1379fd])?_0x9c9295[_0x1379fd]:[];_0x3eca22[_0x1379fd]=_0x346e94[_0x55659e(_0x3a1372._0x5067ff,0x2ef,0x326,_0x3a1372._0xa28f29)](_0x12afd5=>_0xe7c4ea(_0x1379fd,_0x12afd5))[_0x55659e(_0x3a1372._0x120ba4,_0x3a1372._0xff5dc9,0x38f,0x2e7)](_0x391131);}return _0x3eca22;}else return null;}return _0x587c1f;}export function getAnyApiKeyAccount(_0xb30add){const _0x1d2d98={_0x260a0e:0x391,_0xb899d5:0x358,_0x3590a8:0x329,_0x33d5e2:0x36c,_0x1e718e:0x364,_0x2f9dd4:0x5db},_0x50ba40={_0x95ccf0:0x1c7,_0x2a1d01:0x16b},_0x4a9a28={'HbWrk':function(_0x350b60,_0xffa929,_0x5f069b){return _0x350b60(_0xffa929,_0x5f069b);}},_0x431a72={};_0x431a72[_0x344256(0x30b,_0x1d2d98._0x260a0e,0x382,_0x1d2d98._0xb899d5)]=ACCOUNT_TYPE_API_KEY;function _0x4e17a8(_0x4a61ec,_0x54dbb1,_0x44cfaa,_0x53c5f0){return _0x49870b(_0x4a61ec-0x191,_0x4a61ec- -0x2a,_0x44cfaa-0x6f,_0x44cfaa);}const _0x467619=_0x4a9a28[_0x344256(0x349,_0x1d2d98._0x3590a8,_0x1d2d98._0x33d5e2,_0x1d2d98._0x1e718e)](getAccountsByProvider,_0xb30add,_0x431a72)['filter'](_0x2cd335=>!!_0x2cd335[_0x4e17a8(0x695,0x684,0x6b2,0x6b2)]);if(_0x467619[_0x4e17a8(0x563,0x52c,0x527,_0x1d2d98._0x2f9dd4)]===-0x9bb+-0x1246+-0x6b*-0x43)return null;function _0x344256(_0x30e8b1,_0x53b82f,_0xe13cf6,_0x22e8a7){return _0x4b6015(_0x30e8b1-_0x50ba40._0x95ccf0,_0x30e8b1-0x2c4,_0xe13cf6-_0x50ba40._0x2a1d01,_0x53b82f);}return _0x467619['sort']((_0x50fc7b,_0x3e4026)=>getAccountCreatedTimestamp(_0x50fc7b)-getAccountCreatedTimestamp(_0x3e4026))[0x1*0x15b+0x2d7*-0xd+0x2390]||null;}export function getAccountById(_0x1c9530,_0x15053e){const _0x5a9361={_0xad19e3:0x425,_0xc14f15:0x429},_0x391339={_0x539a6a:0x1e0,_0x18a8eb:0x2a9},_0x44c47d={'jVZmd':function(_0x28089a,_0x490eaa){return _0x28089a(_0x490eaa);}},_0x36f873=_0x44c47d['jVZmd'](getAccountsByProvider,_0x1c9530);function _0x20751d(_0x4a89fa,_0x40a299,_0x3fce89,_0x432c41){return _0x49870b(_0x4a89fa-_0x391339._0x539a6a,_0x40a299- -_0x391339._0x18a8eb,_0x3fce89-0x8a,_0x4a89fa);}return _0x36f873[_0x20751d(_0x5a9361._0xad19e3,0x39a,_0x5a9361._0xc14f15,0x386)](_0x354f6a=>_0x354f6a['id']===_0x15053e)||null;}export function addAccount(_0x4a6f59,_0x3e830d,_0x35df9f,_0x3b6bfc,_0x43ed59){const _0x4b8c00={_0x52d6f7:0x35e,_0x2d24e4:0x36c,_0x71e8cb:0x36b,_0x267534:0x37d,_0x152e25:0x317,_0x6f1c31:0x38b,_0x1f89b6:0x3fe,_0x156692:0x3dc,_0x5446a6:0x2ce,_0x44edc5:0x3f3,_0x4962ef:0x378,_0x1f1947:0x499,_0x4f906b:0x381,_0x1295a2:0x3be,_0x477141:0x3c8,_0x1bc346:0x3fd,_0xc99ecf:0x47e,_0x53e820:0x426,_0x570a96:0x3e7,_0x53aa61:0x40b,_0x28e18c:0x425,_0xa008b9:0x298,_0x309b54:0x37b,_0x12de8f:0x31d,_0x226728:0x37f,_0x1262dd:0x38d,_0x5a366b:0x2d8,_0x187d81:0x292,_0x58cd41:0x277,_0x2093cf:0x2d6,_0x221136:0x2bc,_0x2b54fe:0x2f1,_0x32ffbb:0x464,_0x1204d7:0x2a6,_0x56e8df:0x344,_0x29ae22:0x34a,_0x54f454:0x2a9,_0x9d86c0:0x28f,_0x488590:0x297,_0x4747c0:0x253,_0x11484b:0x383,_0xb094b:0x3f2,_0x3e4c83:0x29a,_0x3fe5ff:0x33b,_0x14d993:0x39c,_0x58e714:0x2d7,_0x43f428:0x2de,_0x4ffabc:0x288,_0x9f9abc:0x286,_0x3b9496:0x197,_0x15fd52:0x235,_0x3ea89f:0x243,_0x511c44:0x359,_0x274b2b:0x357,_0x228679:0x25f,_0x337b59:0x306,_0x3e3cae:0x276,_0x353e18:0x435,_0x72d7f1:0x4bd,_0x446d74:0x301,_0xcd4ac6:0x1bd,_0x1b333f:0x232,_0x5b9753:0x459,_0x47dee0:0x47b,_0x4bd008:0x3e6,_0x1ac11c:0x35e,_0x68a4ec:0x405,_0x4c4074:0x3cb,_0x5813f5:0x1a0,_0x3b3ef3:0x22a,_0x186030:0x47b,_0x3f9881:0x4eb,_0x354376:0x486,_0x52f9db:0x48f,_0x224bd7:0x499,_0x4174a0:0x2e4,_0x5bb200:0x26c,_0x5c18c6:0x3b5,_0x375cfc:0x3b3,_0x54fbb6:0x3fe,_0xe77738:0x314,_0x46f49c:0x2f3,_0x6544e2:0x2bb,_0x5ed34e:0x2e8,_0x1085be:0x2c6,_0x44eb36:0x295,_0x2bbf82:0x311,_0x316796:0x333,_0xec05c6:0x288},_0x1701ed={_0x33460c:0x137,_0x3771ad:0x246},_0x402184={_0xe0fc43:0x5e,_0x868e09:0x1ca,_0x47209a:0xa9};function _0x5ac5bb(_0x25d414,_0x3f4c7d,_0x4c81e3,_0x4df040){return _0x4b6015(_0x25d414-_0x402184._0xe0fc43,_0x4c81e3-_0x402184._0x868e09,_0x4c81e3-_0x402184._0x47209a,_0x3f4c7d);}const _0x4683ec={'tiRca':function(_0x1101a1,_0x541caa){return _0x1101a1(_0x541caa);},'fVQlW':function(_0x48515f){return _0x48515f();},'eJCMV':function(_0x2409fc,_0x332ab5){return _0x2409fc!==_0x332ab5;},'VYswu':_0x4b7101(0x35f,_0x4b8c00._0x52d6f7,_0x4b8c00._0x2d24e4,_0x4b8c00._0x71e8cb),'RbdvX':_0x4b7101(_0x4b8c00._0x267534,_0x4b8c00._0x152e25,0x3a7,0x3bf),'xmyea':function(_0x2f70f8,_0x540164){return _0x2f70f8(_0x540164);},'HZvMg':function(_0x53be2e,_0x519aef){return _0x53be2e!==_0x519aef;},'Nictq':_0x5ac5bb(0x3ba,0x2b2,0x30e,0x2ba),'zhATt':'vpXHi','WkOxt':_0x4b7101(0x348,_0x4b8c00._0x6f1c31,0x368,0x3f3),'ScsHk':_0x4b7101(_0x4b8c00._0x1f89b6,0x396,0x408,0x448),'MFIhc':function(_0x4e5345,_0xf3a002){return _0x4e5345+_0xf3a002;},'jDIBc':function(_0x3b1793,_0x1293af){return _0x3b1793||_0x1293af;},'TWZXb':function(_0x20d49d,_0x275e5b){return _0x20d49d===_0x275e5b;},'rSpdZ':_0x5ac5bb(0x3a4,_0x4b8c00._0x156692,0x35d,_0x4b8c00._0x5446a6)+_0x4b7101(_0x4b8c00._0x44edc5,_0x4b8c00._0x4962ef,0x461,_0x4b8c00._0x1f1947)+'nt','zriRE':function(_0x38c91f,_0x68a165){return _0x38c91f(_0x68a165);}},_0x4bc46e=_0x4683ec[_0x4b7101(0x419,_0x4b8c00._0x4f906b,_0x4b8c00._0x1295a2,_0x4b8c00._0x477141)](readProviderAccounts),_0xc333af=_0x4bc46e[_0x4a6f59]||[],_0x4da27a=_0x35df9f?_0xc333af[_0x4b7101(_0x4b8c00._0x1bc346,_0x4b8c00._0xc99ecf,0x3e8,_0x4b8c00._0x53e820)](_0x186843=>_0x186843[_0x5ac5bb(0x242,0x16a,0x211,0x24a)]===ACCOUNT_TYPE_OAUTH&&_0x186843['email']===_0x35df9f):null;if(_0x4da27a){_0x4da27a['type']=ACCOUNT_TYPE_OAUTH,_0x4da27a['tokens']=_0x3e830d,_0x4da27a[_0x4b7101(_0x4b8c00._0x570a96,0x3aa,_0x4b8c00._0x53aa61,_0x4b8c00._0x28e18c)]=new Date()[_0x5ac5bb(_0x4b8c00._0xa008b9,_0x4b8c00._0x309b54,_0x4b8c00._0x12de8f,_0x4b8c00._0x226728)+'g']();if(_0x3b6bfc){if(_0x4683ec[_0x4b7101(0x35c,_0x4b8c00._0x1262dd,0x3e8,_0x4b8c00._0x5a366b)](_0x4683ec[_0x5ac5bb(0x2c9,0x323,_0x4b8c00._0x187d81,0x29f)],_0x4683ec[_0x5ac5bb(0x31e,0x264,_0x4b8c00._0x58cd41,0x1ec)]))_0x4da27a[_0x5ac5bb(_0x4b8c00._0x2093cf,0x1e9,0x284,_0x4b8c00._0x221136)]=_0x3b6bfc;else{const _0x1afa18=_0x3a2a96?.['createdAt']||_0x56c56a?.[_0x4b7101(0x37b,0x370,_0x4b8c00._0x2b54fe,0x2f4)],_0x5260d4=_0x1afa18?new _0x39622a(_0x1afa18)[_0x4b7101(0x3c2,_0x4b8c00._0x32ffbb,0x321,0x3d0)]():_0x63be4c;return _0x329930[_0x5ac5bb(_0x4b8c00._0x1204d7,0x337,_0x4b8c00._0x56e8df,_0x4b8c00._0x29ae22)](_0x5260d4)?_0x5260d4:_0x19a1e7[_0x4b7101(0x340,_0x4b8c00._0x54f454,0x2b0,0x3ab)+_0x5ac5bb(_0x4b8c00._0x9d86c0,0x2df,0x242,0x2d9)];}}const _0x355530={};_0x355530[_0x5ac5bb(_0x4b8c00._0x488590,0x20b,_0x4b8c00._0x4747c0,0x205)]=_0x4a6f59,_0x355530['email']=_0x35df9f,_0x355530[_0x4b7101(_0x4b8c00._0x11484b,_0x4b8c00._0xb094b,0x3b2,0x39a)]=_0x4da27a['id'],logger['info']('Updated\x20ex'+'isting\x20pro'+_0x5ac5bb(_0x4b8c00._0x3e4c83,0x349,_0x4b8c00._0x3fe5ff,0x361)+'unt\x20tokens',_0x355530),_0x4683ec['xmyea'](writeProviderAccounts,_0x4bc46e);_0x4da27a[_0x5ac5bb(0x2cc,0x38e,0x311,_0x4b8c00._0x14d993)]&&_0x4683ec[_0x5ac5bb(_0x4b8c00._0x58cd41,_0x4b8c00._0x58e714,_0x4b8c00._0x43f428,_0x4b8c00._0x4ffabc)](syncDefaultToCliFile,_0x4a6f59);const _0x5c010e={..._0x4da27a};return _0x5c010e[_0x5ac5bb(0x32f,0x2d6,_0x4b8c00._0x9f9abc,0x2cc)]=!![],_0x5c010e;}let _0x19f59f=_0x3b6bfc;if(!_0x19f59f){if(_0x35df9f)_0x4683ec[_0x5ac5bb(_0x4b8c00._0x3b9496,_0x4b8c00._0x15fd52,_0x4b8c00._0x3ea89f,0x272)](_0x4683ec[_0x4b7101(_0x4b8c00._0x511c44,0x3c3,0x3f2,_0x4b8c00._0x274b2b)],_0x4683ec[_0x5ac5bb(_0x4b8c00._0x228679,_0x4b8c00._0x337b59,0x2d1,0x23a)])?_0x19f59f=_0x35df9f:_0x4683ec['tiRca'](_0x46fd79,_0x362732);else{if(_0x4683ec[_0x5ac5bb(0x2aa,0x297,_0x4b8c00._0x3e3cae,0x2eb)]!==_0x4683ec['WkOxt'])return![];else{const _0x25cb54=new Date(),_0x831437={};_0x831437[_0x4b7101(0x400,0x35f,0x45c,0x462)]=_0x4683ec[_0x4b7101(0x455,0x4d0,_0x4b8c00._0x353e18,0x3c3)],_0x831437[_0x4b7101(0x441,0x49c,0x4a2,_0x4b8c00._0x72d7f1)]='numeric';const _0x25b306=_0x25cb54['toLocaleDa'+_0x5ac5bb(_0x4b8c00._0x446d74,_0x4b8c00._0xcd4ac6,0x263,0x289)]('en-US',_0x831437);_0x19f59f=_0x4683ec['MFIhc'](_0x4a6f59[_0x5ac5bb(0x1ed,0x1e3,_0x4b8c00._0x1b333f,0x23c)](-0x6a7*0x5+-0x75*-0x38+-0x1*-0x7ab)[_0x4b7101(_0x4b8c00._0x5b9753,0x448,_0x4b8c00._0x47dee0,0x4c4)+'e'](),_0x4a6f59[_0x5ac5bb(_0x4b8c00._0x4bd008,0x3e1,_0x4b8c00._0x1ac11c,0x3b3)](0xb90+0x5*0x5e7+-0x2912))+'\x20('+_0x25b306+')';}}}const _0x575344={'id':_0x3a3b16[_0x4b7101(_0x4b8c00._0x68a4ec,_0x4b8c00._0x4c4074,0x388,0x3bf)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x19f59f,'email':_0x4683ec[_0x5ac5bb(0x187,0x239,0x22b,0x18b)](_0x35df9f,null),'is_default':_0x4683ec['TWZXb'](_0xc333af[_0x5ac5bb(0x1c3,_0x4b8c00._0x5813f5,0x215,_0x4b8c00._0x3b3ef3)],-0x1*-0xc74+-0x1249+0x5d5),'created_at':new Date()[_0x4b7101(0x44f,0x458,_0x4b8c00._0x186030,_0x4b8c00._0x3f9881)+'g'](),'created_by':_0x43ed59,'tokens':_0x3e830d};_0xc333af[_0x4b7101(_0x4b8c00._0x354376,_0x4b8c00._0x52f9db,_0x4b8c00._0x224bd7,0x514)](_0x575344),_0x4bc46e[_0x4a6f59]=_0xc333af,_0x4683ec[_0x5ac5bb(0x344,0x34f,_0x4b8c00._0x43f428,0x33b)](writeProviderAccounts,_0x4bc46e);function _0x4b7101(_0x5adae5,_0x21a431,_0x756a9,_0x56ca28){return _0x49870b(_0x5adae5-_0x1701ed._0x33460c,_0x5adae5- -_0x1701ed._0x3771ad,_0x756a9-0x98,_0x756a9);}const _0xca3de={};return _0xca3de['provider']=_0x4a6f59,_0xca3de[_0x5ac5bb(_0x4b8c00._0x4174a0,0x2c0,0x251,_0x4b8c00._0x5bb200)]=_0x575344['id'],_0xca3de[_0x4b7101(_0x4b8c00._0x5c18c6,0x3e7,0x452,_0x4b8c00._0x375cfc)]=_0x35df9f,_0xca3de['label']=_0x3b6bfc,_0xca3de['isDefault']=_0x575344[_0x4b7101(0x443,0x47b,0x3c5,_0x4b8c00._0x54fbb6)],logger[_0x5ac5bb(_0x4b8c00._0xe77738,_0x4b8c00._0x46f49c,_0x4b8c00._0x6544e2,0x266)](_0x4683ec[_0x4b7101(0x370,_0x4b8c00._0x5ed34e,_0x4b8c00._0x1085be,0x37e)],_0xca3de),_0x575344[_0x5ac5bb(0x2d6,_0x4b8c00._0x44eb36,_0x4b8c00._0x2bbf82,0x2ae)]&&_0x4683ec[_0x5ac5bb(_0x4b8c00._0x316796,_0x4b8c00._0xec05c6,0x2b6,0x258)](syncDefaultToCliFile,_0x4a6f59),_0x575344;}export function addApiKeyAccount(_0x83233,{apiKey:_0x5abd4a,label:_0x38014b,endpoint:_0x4405aa}={},_0x5ddf0f){const _0x261677={_0x90bfdb:0x4a8,_0x58922e:0x44d,_0x26fe41:0x42b,_0x1d9ef4:0x3a5,_0x2ed654:0x4b4,_0xea2bfe:0x4a3,_0x332cc5:0x78,_0x17b1c7:0x3c5,_0x31e57c:0x3db,_0x1e1139:0x36a,_0x40d64d:0x412,_0x3dcc23:0x3f9,_0x5a7453:0x48b,_0x38f14d:0x3f8,_0x53f150:0x3f,_0x153fce:0x1,_0x586d14:0x49,_0x1d01a7:0x10,_0x1f7271:0x3d1,_0x3bf12c:0x534,_0x2c2654:0x4be,_0x3dccef:0x552,_0x3417aa:0x8d,_0x2f7ada:0x404,_0x1b520d:0x56,_0x5683fd:0x59,_0x35e8f5:0x4b,_0x56acf4:0x93,_0x25e045:0x48a,_0x584b8b:0x4fc,_0x52995a:0x18,_0x105dc7:0xeb,_0x169b8d:0x8a,_0x1e21f5:0x5e,_0x44d603:0x6b,_0x17d91c:0x4ab,_0x125520:0x49d,_0x195db1:0x51d,_0x41d107:0x52e,_0x127a16:0x17,_0x196e6d:0x374,_0x40aed7:0x3e7,_0x56e0d7:0x415,_0x34378e:0xd,_0x2cc7a8:0x74,_0x124f0c:0x4f5,_0x1d5b04:0x590,_0x2346db:0x555,_0x294c79:0x4b2,_0x531ab4:0x44b,_0x111a7b:0x475,_0x5002a1:0x4f8,_0x1f5efe:0x359,_0x59fa30:0x3f4,_0x529336:0x440,_0x3a50d0:0x4ae,_0x4a1a64:0x3e2,_0x167a0a:0x6a,_0x275cf7:0x61,_0x3f06f2:0x1},_0x4c3587={_0x3401b8:0x1d7,_0x1405a4:0x10},_0x347fd0={'DzsMq':function(_0x404ce7,_0x35e427){return _0x404ce7(_0x35e427);},'UoQEQ':function(_0x5a2237,_0x53b292){return _0x5a2237!==_0x53b292;},'eZtYP':_0x2cb2f8(_0x261677._0x90bfdb,_0x261677._0x58922e,0x3d1,_0x261677._0x26fe41),'CVwDW':'API\x20key\x20is'+_0x2cb2f8(_0x261677._0x1d9ef4,0x411,_0x261677._0x2ed654,_0x261677._0xea2bfe),'NccLe':'en-US','MSYhE':_0x4c4193(0x7d,-_0x261677._0x332cc5,0x5d,0x10),'PYhbF':_0x2cb2f8(0x3a2,_0x261677._0x17b1c7,0x319,_0x261677._0x31e57c),'LlBlT':function(_0x4ab884,_0x11afa7){return _0x4ab884+_0x11afa7;},'ZtOOT':function(_0x390488,_0x6a907c,_0x413a46){return _0x390488(_0x6a907c,_0x413a46);},'qGQBA':function(_0x231f0d,_0x3c2519){return _0x231f0d===_0x3c2519;},'pHory':'system','OsPIW':function(_0x58ece9,_0x3b74fc){return _0x58ece9(_0x3b74fc);},'afdNH':'Added\x20prov'+'ider\x20API\x20k'+_0x2cb2f8(_0x261677._0x1e1139,_0x261677._0x40d64d,_0x261677._0x3dcc23,_0x261677._0x5a7453)},_0x1660f3=_0x347fd0[_0x2cb2f8(0x3d8,_0x261677._0x38f14d,0x44d,0x403)](trimToNull,_0x5abd4a);if(!_0x1660f3){if(_0x347fd0['UoQEQ'](_0x347fd0[_0x4c4193(0xde,0x16,0xae,_0x261677._0x53f150)],_0x4c4193(-_0x261677._0x153fce,_0x261677._0x53f150,_0x261677._0x586d14,-_0x261677._0x1d01a7)))_0x15369f[_0x2cb2f8(_0x261677._0x1f7271,0x425,0x484,0x401)]=_0x53a471;else throw new Error(_0x347fd0['CVwDW']);}const _0x24ecc9=readProviderAccounts(),_0x3e84c0=_0x24ecc9[_0x83233]||[],_0x393d40=new Date()[_0x2cb2f8(_0x261677._0x3bf12c,_0x261677._0x2c2654,0x540,_0x261677._0x3dccef)+'g']();let _0x464c59=_0x347fd0[_0x4c4193(0x3c,-_0x261677._0x3417aa,0x10,-0x65)](trimToNull,_0x38014b);if(!_0x464c59){const _0x348045=new Date(),_0x48489c=_0x348045['toLocaleDa'+_0x2cb2f8(0x3bf,_0x261677._0x2f7ada,0x47d,0x42f)](_0x347fd0[_0x4c4193(-_0x261677._0x1b520d,_0x261677._0x5683fd,_0x261677._0x35e8f5,0x51)],{'month':_0x347fd0[_0x4c4193(-0x5,0x94,0xc9,_0x261677._0x56acf4)],'day':_0x347fd0['PYhbF']});_0x464c59=_0x347fd0[_0x2cb2f8(_0x261677._0x25e045,0x48a,_0x261677._0x584b8b,_0x261677._0x2c2654)](_0x83233[_0x4c4193(-0x25,-_0x261677._0x52995a,-_0x261677._0x105dc7,-_0x261677._0x169b8d)](0x1*0xa4f+0x5*0x4cf+-0x225a)[_0x4c4193(_0x261677._0x1e21f5,0x72,-0x37,_0x261677._0x44d603)+'e'](),_0x83233[_0x2cb2f8(_0x261677._0x17d91c,0x4ff,_0x261677._0x125520,_0x261677._0x195db1)](0x10dd*-0x1+0x249b+-0x13bd))+_0x2cb2f8(_0x261677._0x41d107,0x4e3,0x582,0x470)+_0x48489c+')';}function _0x4c4193(_0x414831,_0x38dfd7,_0x55ccc5,_0x3e66a0){return _0x4b6015(_0x414831-0x7d,_0x3e66a0- -0xf2,_0x55ccc5-0xf9,_0x414831);}const _0x3f7220={'id':_0x3a3b16[_0x4c4193(0x42,0x5c,0x29,_0x261677._0x127a16)](),'type':ACCOUNT_TYPE_API_KEY,'label':_0x464c59,'email':null,'api_key':_0x1660f3,'endpoint':_0x347fd0[_0x2cb2f8(_0x261677._0x196e6d,_0x261677._0x40aed7,0x42f,_0x261677._0x56e0d7)](normalizeApiKeyEndpoint,_0x83233,_0x4405aa),'is_default':_0x347fd0[_0x4c4193(0x113,_0x261677._0x34378e,0xc0,_0x261677._0x2cc7a8)](_0x3e84c0['length'],-0x1269+0x1033+0x1*0x236),'created_at':_0x393d40,'createdAt':_0x393d40,'created_by':_0x5ddf0f||_0x347fd0['pHory']};function _0x2cb2f8(_0x19b9ef,_0x1da2f8,_0x46cb29,_0x59615d){return _0x49870b(_0x19b9ef-0xdd,_0x1da2f8- -_0x4c3587._0x3401b8,_0x46cb29-_0x4c3587._0x1405a4,_0x46cb29);}_0x3e84c0[_0x2cb2f8(0x56d,_0x261677._0x124f0c,_0x261677._0x1d5b04,_0x261677._0x2346db)](_0x3f7220),_0x24ecc9[_0x83233]=_0x3e84c0,writeProviderAccounts(_0x24ecc9);_0x3f7220[_0x2cb2f8(0x549,_0x261677._0x294c79,0x501,_0x261677._0x531ab4)]&&_0x347fd0[_0x2cb2f8(_0x261677._0x111a7b,_0x261677._0x5002a1,0x58f,0x4cf)](syncDefaultToCliFile,_0x83233);const _0x4423dc={};return _0x4423dc[_0x2cb2f8(_0x261677._0x1f5efe,_0x261677._0x59fa30,_0x261677._0x529336,0x412)]=_0x83233,_0x4423dc[_0x4c4193(-0xa6,0x41,-0xf3,-_0x261677._0x44d603)]=_0x3f7220['id'],_0x4423dc['label']=_0x3f7220[_0x2cb2f8(_0x261677._0x3a50d0,0x425,0x473,_0x261677._0x4a1a64)],_0x4423dc['isDefault']=_0x3f7220['is_default'],logger[_0x4c4193(_0x261677._0x167a0a,0x65,_0x261677._0x275cf7,-_0x261677._0x3f06f2)](_0x347fd0['afdNH'],_0x4423dc),_0x3f7220;}export function updateApiKeyAccount(_0x1a893b,_0x23d18a,{label:_0x49999b,apiKey:_0x3e3240,endpoint:_0x455dd8}={}){const _0x2a9ac4={_0x4a98a4:0x5da,_0x153fed:0x2e2,_0x5c69ae:0x277,_0x2d3e67:0x510,_0x164ff7:0x5ab,_0x352854:0x646,_0x27504b:0x6a2,_0x379297:0x618,_0x23c1a1:0x145,_0xb2c6b2:0x240,_0x4abb33:0x204,_0x1cad82:0x2df,_0xf94b95:0x270,_0x4bfbc1:0x26a,_0x501776:0x1dc,_0x4d7938:0x1ca,_0x1e0d2a:0x5ba,_0x1a9825:0x6b2,_0x2e8bd0:0x6e8,_0x3948f3:0x699,_0x1e083d:0x187,_0x3791ff:0x6e1,_0x3bc980:0x5e5,_0x426352:0x636,_0xe36f15:0x6d5,_0xea2744:0x610,_0x38348f:0x282,_0x506fd2:0x2d1,_0x5f4769:0x533,_0x626347:0x5bf,_0x2ba83a:0x642,_0x2d3c34:0x5f6,_0x77744f:0x218,_0x2af71f:0x129,_0x4abae3:0xf6,_0x2eb84c:0x194,_0x2beddc:0x66d,_0x1dc754:0x6a9,_0x18a192:0x5b5,_0xcfb416:0x24e,_0x23ba36:0x1aa,_0x40f6c6:0x202,_0x221db7:0x168,_0x3c0d67:0x21f,_0x38de62:0x1a9,_0x249065:0x17c,_0x4ed11d:0x1f3,_0x303834:0x256,_0x1fa35b:0x61b,_0x3f1299:0x122,_0x41936b:0x149,_0x20bf6a:0x5b3,_0x293214:0x59f,_0x42ace7:0x575,_0x16cd76:0x235,_0x363592:0x1c7,_0x4b389c:0x237,_0x586092:0x234,_0x489579:0x28a,_0x42cd7:0x652,_0x329be1:0x6da,_0x2bd3d2:0x621,_0x41bd7b:0x6a6,_0x5f2521:0x574,_0x52ff28:0x5a5,_0x5dd44f:0x207,_0xc8bff3:0x18a,_0x263cd7:0x5b7,_0x5507bc:0x60d,_0x25a138:0x598,_0x368aab:0x1c9,_0x2596c8:0x16b,_0x435d0f:0x22c,_0x4b36e6:0x514,_0xf9be24:0x5f9,_0x5ce9fe:0x1b8,_0x1b9f32:0x674,_0x20486c:0x5ff,_0x47c62f:0x5db},_0x37f8a5={_0xcab53d:0x18f,_0x5a146e:0x26},_0x45a647={'BbJmS':_0x143171(0x5be,0x646,_0x2a9ac4._0x4a98a4,0x616)+'ing\x20provid'+_0x24576c(_0x2a9ac4._0x153fed,0x27d,0x218,_0x2a9ac4._0x5c69ae)+'s','RwQLG':_0x143171(0x5f0,_0x2a9ac4._0x2d3e67,_0x2a9ac4._0x164ff7,0x55d),'fSqmP':_0x143171(_0x2a9ac4._0x352854,_0x2a9ac4._0x27504b,0x687,0x629)+'LI\x20credent'+_0x143171(0x654,_0x2a9ac4._0x379297,0x6b0,0x644),'TCdOw':function(_0x16f441,_0x396c22){return _0x16f441(_0x396c22);},'xCubU':function(_0x697797,_0x3a4b0f){return _0x697797!==_0x3a4b0f;},'IprWJ':function(_0x53c497,_0x1cd017){return _0x53c497===_0x1cd017;},'xlJpL':'qGprT','wGnrI':_0x24576c(0x11c,0x1aa,0xe2,_0x2a9ac4._0x23c1a1)+'\x20required','mJHSv':function(_0x2d2fa4,_0x775d9,_0x306367){return _0x2d2fa4(_0x775d9,_0x306367);},'tNGpz':'rAbnF','hbXuH':function(_0x1e3ef0,_0x3cec5e){return _0x1e3ef0(_0x3cec5e);}};function _0x24576c(_0x5ee8d9,_0x3b19f9,_0x4389ba,_0x1f8a4a){return _0x4b6015(_0x5ee8d9-0xfa,_0x1f8a4a-0x103,_0x4389ba-0x3,_0x5ee8d9);}const _0x72639b=readProviderAccounts(),_0x438ae4=_0x72639b[_0x1a893b]||[],_0x1384c5=_0x438ae4[_0x24576c(0x29d,0x17f,_0x2a9ac4._0xb2c6b2,_0x2a9ac4._0x4abb33)](_0x576206=>_0x576206['id']===_0x23d18a&&_0x576206[_0x143171(0x5a9,0x60d,0x5c7,0x563)]===ACCOUNT_TYPE_API_KEY);if(!_0x1384c5)return null;const _0x16fcdd=_0x45a647['TCdOw'](trimToNull,_0x49999b);_0x16fcdd&&(_0x1384c5['label']=_0x16fcdd);if(_0x45a647['xCubU'](_0x3e3240,undefined)){if(_0x45a647[_0x24576c(0x259,0x2b9,_0x2a9ac4._0x1cad82,_0x2a9ac4._0xf94b95)](_0x45a647[_0x24576c(0x1fc,_0x2a9ac4._0x4bfbc1,0x147,0x1eb)],_0x45a647[_0x24576c(_0x2a9ac4._0x501776,_0x2a9ac4._0x4d7938,0x1e0,0x1eb)])){const _0x191b02=_0x45a647[_0x143171(0x665,0x56a,0x633,_0x2a9ac4._0x1e0d2a)](trimToNull,_0x3e3240);if(!_0x191b02)throw new Error(_0x45a647['wGnrI']);_0x1384c5[_0x143171(_0x2a9ac4._0x1a9825,_0x2a9ac4._0x2e8bd0,0x6a1,_0x2a9ac4._0x3948f3)]=_0x191b02;}else try{const _0x3d2280=_0x59e009[_0x143171(0x582,0x5d5,0x559,0x570)](_0xa01670);if(!_0x56990d[_0x24576c(0x1d0,_0x2a9ac4._0x1e083d,0x1f1,0x1f6)](_0x3d2280)){const _0x424800={};_0x424800[_0x143171(_0x2a9ac4._0x3791ff,0x699,_0x2a9ac4._0x3bc980,_0x2a9ac4._0x426352)]=!![],_0x424800[_0x143171(_0x2a9ac4._0xe36f15,0x66c,_0x2a9ac4._0xea2744,0x69d)]=0x1c0,_0x616714['mkdirSync'](_0x3d2280,_0x424800);}const _0x44fca9={};_0x44fca9[_0x24576c(_0x2a9ac4._0x38348f,0x2e0,_0x2a9ac4._0x506fd2,0x284)]=0x180,_0x5af78a[_0x143171(_0x2a9ac4._0x5f4769,0x53e,0x58a,_0x2a9ac4._0x626347)+_0x143171(_0x2a9ac4._0x2ba83a,0x623,_0x2a9ac4._0x2d3c34,0x698)](_0x256cde,_0x58aba2[_0x24576c(_0x2a9ac4._0x77744f,_0x2a9ac4._0x2af71f,_0x2a9ac4._0x4abae3,_0x2a9ac4._0x2eb84c)](_0x3228d0(_0x15df0f),null,-0x2*-0xa0d+0x6cb+-0x1ae3*0x1),_0x44fca9);}catch(_0x25d7cf){const _0x5f0cc6={};_0x5f0cc6[_0x143171(0x6f8,_0x2a9ac4._0x426352,0x675,_0x2a9ac4._0x2beddc)]=_0x25d7cf[_0x143171(0x5d9,_0x2a9ac4._0x1dc754,_0x2a9ac4._0x18a192,0x63a)],_0x5a060f['error'](_0x45a647[_0x24576c(0x1cd,_0x2a9ac4._0xcfb416,_0x2a9ac4._0x23ba36,0x1cc)],_0x5f0cc6);throw _0x25d7cf;}}_0x45a647[_0x24576c(_0x2a9ac4._0x40f6c6,0x15c,0x109,_0x2a9ac4._0x221db7)](_0x455dd8,undefined)&&(_0x1384c5['endpoint']=_0x45a647[_0x24576c(_0x2a9ac4._0x3c0d67,_0x2a9ac4._0x38de62,_0x2a9ac4._0x249065,_0x2a9ac4._0x4ed11d)](normalizeApiKeyEndpoint,_0x1a893b,_0x455dd8));const _0x3df24e=new Date()[_0x24576c(0x242,0x229,0x2cd,_0x2a9ac4._0x303834)+'g']();_0x1384c5['updated_at']=_0x3df24e,_0x1384c5['updatedAt']=_0x3df24e,writeProviderAccounts(_0x72639b);if(_0x1384c5['is_default']){if(_0x143171(_0x2a9ac4._0x1fa35b,0x57e,0x53c,0x58c)===_0x45a647[_0x24576c(0x12e,0xcc,_0x2a9ac4._0x3f1299,_0x2a9ac4._0x41936b)])_0x45a647[_0x143171(_0x2a9ac4._0x20bf6a,0x4d7,_0x2a9ac4._0x293214,_0x2a9ac4._0x42ace7)](syncDefaultToCliFile,_0x1a893b);else{const _0x1ff392=_0x471707[_0x24576c(_0x2a9ac4._0x16cd76,_0x2a9ac4._0x363592,0x1b3,_0x2a9ac4._0x4b389c)](_0x3a1d08),_0x12bea1={'id':_0x5eaa77[_0x24576c(0x267,0x29c,0x24b,0x20c)](),'type':_0x3424ea,'label':_0x45a647[_0x24576c(_0x2a9ac4._0x586092,_0x2a9ac4._0x489579,0x195,0x208)],'email':null,'is_default':!![],'created_at':_0x1ff392[_0x143171(0x5dc,_0x2a9ac4._0x42cd7,_0x2a9ac4._0x329be1,0x63c)]['toISOStrin'+'g'](),'created_by':_0x143171(0x6ac,_0x2a9ac4._0x2bd3d2,0x626,0x69a),'tokens':_0x1187cb};_0x1f9e60[_0x453bf5][_0x143171(0x6c5,0x689,0x6a5,_0x2a9ac4._0x41bd7b)](_0x12bea1),_0x2edf99=!![];const _0x36bae7={};_0x36bae7[_0x143171(_0x2a9ac4._0x2ba83a,_0x2a9ac4._0x5f2521,0x603,_0x2a9ac4._0x52ff28)]=_0x1bb1fa,_0x36bae7[_0x24576c(_0x2a9ac4._0x5dd44f,0x12c,0x114,_0x2a9ac4._0xc8bff3)]=_0x12bea1['id'],_0x3432e7[_0x143171(_0x2a9ac4._0x263cd7,0x5cf,0x5a7,_0x2a9ac4._0x5507bc)](_0x45a647[_0x143171(_0x2a9ac4._0x25a138,0x662,0x58a,0x5f0)],_0x36bae7);}}const _0x17490c={};function _0x143171(_0x6597f6,_0x1d4eb8,_0x9cee9c,_0x5cbf06){return _0x49870b(_0x6597f6-_0x37f8a5._0xcab53d,_0x5cbf06- -_0x37f8a5._0x5a146e,_0x9cee9c-0x5a,_0x1d4eb8);}return _0x17490c[_0x24576c(_0x2a9ac4._0x368aab,_0x2a9ac4._0x2596c8,_0x2a9ac4._0x435d0f,0x18c)]=_0x1a893b,_0x17490c[_0x143171(_0x2a9ac4._0x4b36e6,_0x2a9ac4._0xf9be24,0x58f,0x5a3)]=_0x23d18a,logger[_0x24576c(0x25a,0x17a,_0x2a9ac4._0x5ce9fe,0x1f4)](_0x143171(0x6d1,0x6a6,_0x2a9ac4._0x27504b,0x688)+_0x143171(0x5fb,_0x2a9ac4._0x1b9f32,0x5ec,_0x2a9ac4._0x20486c)+_0x143171(0x59d,_0x2a9ac4._0x47c62f,0x4d2,0x564)+'nt',_0x17490c),_0x1384c5;}export function removeAccount(_0xf58791,_0x4c7cc3){const _0x5082b8={_0x3ec43b:0xe4,_0x3abf6d:0x4b,_0x18cdfe:0x660,_0x43e24c:0x64d,_0x527142:0x5f9,_0x4a8ac6:0x168,_0x1aac78:0x12d,_0x595030:0x57c,_0x293dd6:0x592,_0x4866d0:0x626,_0x4122e1:0x60f,_0x2d3451:0x5e9,_0x1dee89:0x108,_0x3b0703:0x1d9,_0x450165:0x7e,_0x35cf3a:0xb8,_0x1216a9:0x38,_0x4f7890:0xac,_0x2d62c7:0x166,_0x4ab72f:0x1f6,_0x236fd2:0x623,_0x519c23:0x5c2,_0x176ed4:0x624,_0x265712:0x6c7,_0x2066d5:0x5b0,_0x515c9f:0x5e2,_0x38cd51:0x620,_0x4450d7:0x567,_0x2d93b7:0x5ce,_0x559869:0x2d,_0x3d6545:0x624,_0x2f9cc7:0x627,_0x3132c4:0x608,_0x700743:0x566,_0x5881e9:0x568,_0x5b1ee6:0x195,_0x10dbde:0x14d,_0x3064dc:0xea,_0x51c3bb:0x185,_0x37a960:0x47c,_0x1c2e0c:0x4e8,_0x52bd72:0x1a3,_0x5f03ac:0xa8,_0x34306d:0x5fe,_0x2334d9:0xcc,_0x1a5941:0xe1,_0x5e713a:0x93,_0x3033d1:0x15c,_0x4459e7:0x8b,_0x25a7ef:0x62,_0x466978:0x9b,_0x212ee0:0x14c,_0x5f3434:0x1c,_0x390ec6:0xd2,_0xbb0ede:0x65,_0x19fdb0:0x1b5,_0x339227:0x63a,_0x158113:0x52c,_0xa978c1:0x615,_0x43a959:0x1b7,_0x35c66f:0x5e0,_0x6eb534:0x5d3},_0x15e591={_0x541b0b:0x50d,_0x25b30d:0x158},_0x4744eb={_0x26246e:0x197,_0x4034f0:0x1cc},_0x5d6266={'KaajO':function(_0x42f5a5){return _0x42f5a5();},'DhPrF':'YxALw','wAUNg':_0x59a4b7(0x65,_0x5082b8._0x3ec43b,_0x5082b8._0x3abf6d,0x70),'EQfkW':function(_0xe6f242,_0x33dbe0){return _0xe6f242>_0x33dbe0;},'iuZuz':'Set\x20new\x20de'+_0x3eda45(_0x5082b8._0x18cdfe,0x645,_0x5082b8._0x43e24c,_0x5082b8._0x527142)+_0x59a4b7(_0x5082b8._0x4a8ac6,0xe0,_0x5082b8._0x1aac78,0x137)+_0x3eda45(_0x5082b8._0x595030,_0x5082b8._0x293dd6,0x582,_0x5082b8._0x4866d0),'HafzL':_0x3eda45(0x5b2,_0x5082b8._0x4122e1,_0x5082b8._0x2d3451,0x64b),'ebyGf':function(_0x1132b2,_0x181e2e){return _0x1132b2(_0x181e2e);}},_0x3ba09a=_0x5d6266[_0x59a4b7(_0x5082b8._0x1dee89,0x1a3,0x1c4,_0x5082b8._0x3b0703)](readProviderAccounts),_0x2342c2=_0x3ba09a[_0xf58791]||[],_0x2bd9d5=_0x2342c2[_0x59a4b7(_0x5082b8._0x450165,_0x5082b8._0x35cf3a,_0x5082b8._0x1216a9,_0x5082b8._0x4f7890)](_0x508d7c=>_0x508d7c['id']===_0x4c7cc3);if(_0x2bd9d5===-(-0x9*0x387+-0x9*0x1d1+0x1*0x3019))return _0x5d6266[_0x59a4b7(_0x5082b8._0x2d62c7,0x14d,0x1c8,_0x5082b8._0x4ab72f)]===_0x5d6266[_0x3eda45(0x5f9,0x6b4,_0x5082b8._0x236fd2,0x633)]?![]:![];const _0x51699b=_0x2342c2[_0x2bd9d5][_0x3eda45(_0x5082b8._0x519c23,0x5df,_0x5082b8._0x176ed4,_0x5082b8._0x265712)];_0x2342c2[_0x3eda45(0x5c2,0x5a5,_0x5082b8._0x2066d5,_0x5082b8._0x515c9f)](_0x2bd9d5,0x1d39*-0x1+-0xb76+0x38*0xba);function _0x3eda45(_0x3b52d1,_0x38aaf8,_0x2c0eab,_0x185e49){return _0x49870b(_0x3b52d1-_0x4744eb._0x26246e,_0x2c0eab- -0x65,_0x2c0eab-_0x4744eb._0x4034f0,_0x185e49);}_0x3ba09a[_0xf58791]=_0x2342c2;function _0x59a4b7(_0x1c81c6,_0x3a23a6,_0x44ff96,_0x4f2455){return _0x49870b(_0x1c81c6-0x1a0,_0x3a23a6- -_0x15e591._0x541b0b,_0x44ff96-_0x15e591._0x25b30d,_0x44ff96);}if(_0x51699b&&_0x5d6266[_0x3eda45(_0x5082b8._0x38cd51,_0x5082b8._0x4450d7,_0x5082b8._0x527142,_0x5082b8._0x2d93b7)](_0x2342c2[_0x59a4b7(_0x5082b8._0x559869,0x80,0x8e,0xed)],0x2155+-0x1*-0x1ba6+-0x3cfb)){_0x2342c2[0x23*0x10f+0x2*0xe20+-0x414d][_0x3eda45(0x5dc,_0x5082b8._0x519c23,_0x5082b8._0x3d6545,_0x5082b8._0x2f9cc7)]=!![];const _0x53b0c3={};_0x53b0c3[_0x3eda45(0x60b,_0x5082b8._0x3132c4,_0x5082b8._0x700743,_0x5082b8._0x5881e9)]=_0xf58791,_0x53b0c3[_0x59a4b7(0xa0,0xed,_0x5082b8._0x5b1ee6,_0x5082b8._0x10dbde)+'Id']=_0x2342c2[-0x247*0x1+0xd41+-0x232*0x5]['id'],logger['info'](_0x5d6266[_0x59a4b7(0x9f,_0x5082b8._0x3064dc,0x117,_0x5082b8._0x51c3bb)],_0x53b0c3);}writeProviderAccounts(_0x3ba09a);if(_0x51699b){if(_0x2342c2[_0x3eda45(_0x5082b8._0x37a960,_0x5082b8._0x1c2e0c,0x528,0x522)]>-0x53f+0x1*-0x11f8+0x1737){if(_0x59a4b7(_0x5082b8._0x52bd72,0x12d,0x194,_0x5082b8._0x5f03ac)===_0x5d6266[_0x3eda45(_0x5082b8._0x34306d,0x5dc,0x570,0x4d4)])throw new _0x53997c(_0x59a4b7(_0x5082b8._0x2334d9,0x77,_0x5082b8._0x1a5941,_0x5082b8._0x5e713a)+_0x59a4b7(_0x5082b8._0x3033d1,0xdb,_0x5082b8._0x4459e7,_0x5082b8._0x25a7ef));else syncDefaultToCliFile(_0xf58791);}else _0x5d6266[_0x59a4b7(0x9c,0x11c,0xe4,_0x5082b8._0x466978)](removeCliFile,_0xf58791);}const _0x29351a={};return _0x29351a[_0x59a4b7(_0x5082b8._0x212ee0,0xbe,_0x5082b8._0x5f3434,0x5f)]=_0xf58791,_0x29351a[_0x59a4b7(_0x5082b8._0x390ec6,0xbc,0x108,_0x5082b8._0xbb0ede)]=_0x4c7cc3,_0x29351a[_0x59a4b7(0x10e,_0x5082b8._0x19fdb0,0x1bb,0x1f1)]=_0x51699b,logger[_0x3eda45(_0x5082b8._0x339227,_0x5082b8._0x158113,_0x5082b8._0x2d93b7,_0x5082b8._0xa978c1)](_0x59a4b7(_0x5082b8._0x43a959,0x113,0x8d,0x125)+_0x3eda45(0x656,0x5cd,_0x5082b8._0x35c66f,_0x5082b8._0x6eb534)+'ount',_0x29351a),!![];}export function setDefaultAccount(_0x4c9c75,_0x173909){const _0x16f01a={_0x25e1b1:0x1c0,_0x1b77df:0x7b,_0x457239:0x13,_0x5e5a27:0x114,_0x45fb16:0xc,_0x5a373e:0x3b,_0xc90b57:0x2f5,_0x464552:0x25c,_0x25955d:0x37a,_0x19de9c:0x34c,_0x5206ad:0x33,_0x33b6ed:0x49,_0xb36ca:0x24,_0x455e62:0x2e},_0x51b28f={_0x11f5d8:0x51},_0x1dcc2e={_0x162a0b:0xca},_0x3aa451={_0x56a1d3:0x3f,_0x2887a2:0x86,_0x4140f8:0x4c4,_0x44df7d:0x49b,_0x1e685e:0x4d0},_0x3cd4c6={'hmeIi':function(_0x1bbdb1,_0x4fba43){return _0x1bbdb1===_0x4fba43;},'aaeUU':function(_0x240b87){return _0x240b87();},'FDbRl':function(_0x37f761,_0x11af01){return _0x37f761(_0x11af01);},'mjuRq':_0x18806d(0x1ff,_0x16f01a._0x25e1b1,0x236,0x1ff)+_0x2cacdd(-_0x16f01a._0x1b77df,-0x86,-_0x16f01a._0x457239,-_0x16f01a._0x5e5a27)+_0x2cacdd(_0x16f01a._0x45fb16,-0x4a,0x34,-_0x16f01a._0x5a373e)},_0x5e8fe1=_0x3cd4c6[_0x18806d(0x26d,_0x16f01a._0xc90b57,_0x16f01a._0x464552,0x1df)](readProviderAccounts),_0x1337a3=_0x5e8fe1[_0x4c9c75]||[],_0x5130ea=_0x1337a3['find'](_0x14dc71=>_0x14dc71['id']===_0x173909);if(!_0x5130ea)return![];_0x1337a3[_0x18806d(_0x16f01a._0x25955d,0x2b0,0x319,_0x16f01a._0x19de9c)](_0x3e2806=>{const _0x5b4646={_0x27b74a:0x1e7,_0x4d0565:0x79},_0x4b8f00={_0x4fd1b3:0x1b3,_0x443ac4:0x2df};function _0x6dfafe(_0xf34eb8,_0x371add,_0xe50249,_0xf0456e){return _0x18806d(_0xf34eb8-_0x4b8f00._0x4fd1b3,_0x371add-0x52,_0xf34eb8-_0x4b8f00._0x443ac4,_0xf0456e);}function _0x1abf27(_0x2b9290,_0x27b85b,_0x54b190,_0x3d780a){return _0x18806d(_0x2b9290-_0x5b4646._0x27b74a,_0x27b85b-_0x5b4646._0x4d0565,_0x3d780a- -0x24e,_0x27b85b);}_0x3e2806[_0x1abf27(0x82,_0x3aa451._0x56a1d3,-0x22,_0x3aa451._0x2887a2)]=_0x3cd4c6[_0x6dfafe(_0x3aa451._0x4140f8,0x52e,_0x3aa451._0x44df7d,_0x3aa451._0x1e685e)](_0x3e2806['id'],_0x173909);}),_0x3cd4c6[_0x2cacdd(0xb9,0x150,0x162,_0x16f01a._0x5206ad)](writeProviderAccounts,_0x5e8fe1),syncDefaultToCliFile(_0x4c9c75);const _0x2d81c5={};function _0x2cacdd(_0x559fdf,_0x3ef97e,_0x3e707f,_0x26b3e1){return _0x4b6015(_0x559fdf-0xd8,_0x559fdf- -_0x1dcc2e._0x162a0b,_0x3e707f-0x5b,_0x26b3e1);}_0x2d81c5[_0x2cacdd(-0x41,-_0x16f01a._0x33b6ed,_0x16f01a._0xb36ca,-_0x16f01a._0x455e62)]=_0x4c9c75;function _0x18806d(_0x4d9b54,_0xa117b5,_0x418959,_0x4ea974){return _0x49870b(_0x4d9b54-0x1de,_0x418959- -0x3b5,_0x418959-_0x51b28f._0x11f5d8,_0x4ea974);}return _0x2d81c5['accountId']=_0x173909,logger['info'](_0x3cd4c6['mjuRq'],_0x2d81c5),!![];}export function updateAccountLabel(_0x13654f,_0x531409,_0x521fb0){const _0x4bb832={_0x2d5a0e:0xc,_0x88ed29:0xe4,_0x5db3ed:0x9d,_0x130751:0x66,_0x1548d3:0x10e,_0x403c5e:0xa7,_0x1e6990:0xb2,_0x49cd3f:0x87,_0x3eed37:0x59,_0x5204fc:0x9f,_0x431b07:0x9,_0x1bf6d0:0x1c6,_0x239954:0x120,_0x202ffe:0x15e,_0x9b97af:0x141,_0x17fb85:0x176,_0x104b08:0x116,_0x5723da:0x11a,_0x4610c5:0x5,_0x2c45f1:0xf9,_0x53be3f:0x9d,_0x34f4ab:0x1cf,_0x30b841:0x1f4,_0xee018e:0x174,_0x45317e:0xe9,_0xfbfda2:0x147,_0x494d47:0x130,_0x20617c:0x20f,_0x34bf8d:0x1d5,_0x25fd02:0x12d,_0x48a500:0xbb,_0x22e47f:0x172,_0x4f44d1:0x147,_0x22c614:0x11b,_0x291fbb:0x159,_0x3e2337:0xc,_0x45cd83:0x27,_0xb415fc:0x1d6,_0x3ffc2a:0xce},_0x5048d5={_0x1ff63c:0xf5,_0x1adaaf:0x6f4},_0x42e214={'MErgO':function(_0xfc144c){return _0xfc144c();},'BHsVJ':function(_0x1679e0,_0x4200b2){return _0x1679e0===_0x4200b2;},'xXWOI':_0x1beb25(-_0x4bb832._0x2d5a0e,-0x92,-_0x4bb832._0x88ed29,-_0x4bb832._0x5db3ed),'wEDfv':function(_0x56735c,_0x5dff28){return _0x56735c(_0x5dff28);},'iGmnG':_0x1beb25(-0x8d,-_0x4bb832._0x130751,-_0x4bb832._0x1548d3,-_0x4bb832._0x403c5e)+_0x1beb25(-_0x4bb832._0x1e6990,-0xff,-0xff,-0x110)+_0x52052c(-_0x4bb832._0x49cd3f,-_0x4bb832._0x3eed37,-_0x4bb832._0x5204fc,-_0x4bb832._0x431b07)},_0x24eba3=_0x42e214[_0x52052c(-0xd7,-_0x4bb832._0x1bf6d0,-0x137,-_0x4bb832._0x239954)](readProviderAccounts),_0x15f091=_0x24eba3[_0x13654f]||[],_0x36e730=_0x15f091[_0x1beb25(-0x1b1,-_0x4bb832._0x202ffe,-0x1a5,-0x112)](_0xb52e4b=>_0xb52e4b['id']===_0x531409);if(!_0x36e730){if(_0x42e214[_0x52052c(-0xfb,-0xe8,-_0x4bb832._0x9b97af,-_0x4bb832._0x17fb85)](_0x42e214[_0x1beb25(-_0x4bb832._0x104b08,-_0x4bb832._0x5723da,-0x23a,-0x1bc)],_0x1beb25(-0xed,-_0x4bb832._0x4610c5,-_0x4bb832._0x2c45f1,-_0x4bb832._0x53be3f)))return![];else{const _0x2fbdbd={};_0x2fbdbd['access_tok'+'en']=_0x411f44['tokens'][_0x1beb25(-_0x4bb832._0x34f4ab,-_0x4bb832._0x30b841,-0x190,-_0x4bb832._0xee018e)+'en'],_0x2fbdbd[_0x1beb25(-0x1ed,-_0x4bb832._0x45317e,-0x1de,-_0x4bb832._0xfbfda2)+_0x1beb25(-_0x4bb832._0x494d47,-0x26d,-_0x4bb832._0x20617c,-_0x4bb832._0x34bf8d)]=_0x27b810['tokens'][_0x1beb25(-_0x4bb832._0x25fd02,-_0x4bb832._0x48a500,-_0x4bb832._0x22e47f,-_0x4bb832._0x4f44d1)+'ken'],_0x2fbdbd['id_token']=_0x41e42d['tokens']['id_token'],_0x555246=_0x2fbdbd;}}_0x36e730[_0x1beb25(-0xc5,-0xc5,-_0x4bb832._0x22c614,-_0x4bb832._0x291fbb)]=_0x521fb0,_0x36e730['updated_at']=new Date()['toISOStrin'+'g'](),_0x42e214[_0x52052c(0x1,-_0x4bb832._0x3e2337,-0x60,_0x4bb832._0x45cd83)](writeProviderAccounts,_0x24eba3);function _0x52052c(_0x26abcd,_0x4eb266,_0x13b47,_0x5bc208){return _0x49870b(_0x26abcd-_0x5048d5._0x1ff63c,_0x13b47- -_0x5048d5._0x1adaaf,_0x13b47-0xef,_0x26abcd);}const _0x2caa37={};_0x2caa37['provider']=_0x13654f;function _0x1beb25(_0x5d9cca,_0x4bb92f,_0x2e2c31,_0x3c709a){return _0x4b6015(_0x5d9cca-0xb7,_0x3c709a- -0x213,_0x2e2c31-0x11b,_0x5d9cca);}return _0x2caa37[_0x1beb25(-_0x4bb832._0xb415fc,-0x135,-0x18f,-0x18c)]=_0x531409,_0x2caa37[_0x1beb25(-0x1f8,-_0x4bb832._0x3ffc2a,-0xf5,-0x159)]=_0x521fb0,logger['info'](_0x42e214['iGmnG'],_0x2caa37),!![];}export function updateAccountEmail(_0x20cbcd,_0x37a932,_0x4a8ad3){const _0x2d136d={_0x9b15b0:0x429,_0x524fb0:0x3ea,_0x3f4283:0x3bb,_0x16d786:0x3df,_0x2c0479:0x377,_0x4f9d2b:0x339,_0x5dddb0:0x356,_0x3ba082:0x2b6,_0xa9a1fd:0x300,_0x592d25:0x2d1,_0xd347c4:0x2a0,_0xdb528b:0x316,_0x19e2ce:0x366,_0x269f53:0x307,_0x46d75d:0x27c,_0x477ab1:0x30c,_0x21cc99:0x2bd,_0x181514:0x1eb,_0x5d2f35:0x265,_0xb14362:0x23e,_0x134ffb:0x1eb,_0x5b8c83:0x26e,_0x552c56:0x30e,_0x589824:0x340,_0x508d6d:0x2ac,_0x337c3d:0x2a1},_0x5963a6={_0xc4e318:0x1b0,_0x5aaa42:0x24f},_0x451b1f={_0x2c732b:0x15f,_0x183a8c:0x1b5,_0x3d1001:0xae},_0x44858a={'mZdVs':function(_0x3ecdb6,_0x3cc7f5){return _0x3ecdb6(_0x3cc7f5);},'NNxjF':_0x2a2ae5(_0x2d136d._0x9b15b0,0x3a3,_0x2d136d._0x524fb0,_0x2d136d._0x3f4283)+_0x2a2ae5(0x2f2,_0x2d136d._0x16d786,0x38c,0x352)+_0x2a2ae5(0x354,_0x2d136d._0x2c0479,0x2f0,_0x2d136d._0x4f9d2b)};function _0x2d9c8a(_0x1f4f88,_0x337056,_0x384a69,_0x1611a7){return _0x4b6015(_0x1f4f88-_0x451b1f._0x2c732b,_0x1611a7-_0x451b1f._0x183a8c,_0x384a69-_0x451b1f._0x3d1001,_0x384a69);}const _0x547b2b=readProviderAccounts(),_0x12c399=_0x547b2b[_0x20cbcd]||[],_0x1d7856=_0x12c399[_0x2d9c8a(0x324,0x341,_0x2d136d._0x5dddb0,_0x2d136d._0x3ba082)](_0x37467e=>_0x37467e['id']===_0x37a932&&_0x37467e[_0x2a2ae5(0x252,0x282,0x1f9,0x296)]===ACCOUNT_TYPE_OAUTH);if(!_0x1d7856)return![];_0x1d7856['email']=_0x4a8ad3,_0x1d7856[_0x2d9c8a(_0x2d136d._0xa9a1fd,_0x2d136d._0xa9a1fd,_0x2d136d._0x592d25,_0x2d136d._0xd347c4)]=new Date()[_0x2d9c8a(_0x2d136d._0xdb528b,_0x2d136d._0x19e2ce,_0x2d136d._0x269f53,0x308)+'g'](),_0x44858a[_0x2a2ae5(_0x2d136d._0x46d75d,_0x2d136d._0x477ab1,0x2b2,_0x2d136d._0x21cc99)](writeProviderAccounts,_0x547b2b);const _0x2db879={};_0x2db879[_0x2d9c8a(_0x2d136d._0x181514,0x24c,_0x2d136d._0x5d2f35,_0x2d136d._0xb14362)]=_0x20cbcd,_0x2db879['accountId']=_0x37a932;function _0x2a2ae5(_0x321926,_0x658ba9,_0x418cb5,_0x5166a1){return _0x4b6015(_0x321926-_0x5963a6._0xc4e318,_0x5166a1-_0x5963a6._0x5aaa42,_0x418cb5-0xae,_0x418cb5);}return _0x2db879[_0x2d9c8a(_0x2d136d._0x134ffb,0x24d,0x253,_0x2d136d._0x5b8c83)]=_0x4a8ad3,logger[_0x2a2ae5(_0x2d136d._0x552c56,0x395,0x29c,_0x2d136d._0x589824)](_0x44858a[_0x2a2ae5(_0x2d136d._0x508d6d,0x25c,_0x2d136d._0x337c3d,0x2a1)],_0x2db879),!![];}export function updateAccountTokens(_0x296cf8,_0x4b8704,_0x5d98ca){const _0x576ad2={_0x393b83:0x23e,_0xf72449:0x249,_0x573f6a:0x14d,_0x5c2cc3:0xcf,_0x567161:0x144,_0x2168aa:0x168,_0x17e191:0x1ee,_0x156f50:0xec,_0x3ef33f:0xb8,_0x462e19:0xc9,_0x2ebad9:0x158,_0x51f3e4:0x14c,_0x3e7650:0x110,_0xdd3960:0x36,_0x162a94:0x19,_0x16d887:0xda,_0x46a9cd:0x178,_0x557ec5:0x19e,_0x28620c:0x175,_0x384b34:0x197,_0x2ee7d1:0x115,_0x25d7da:0x1e9,_0x493177:0x23d,_0xc5a6e7:0x20b},_0x5f49ea={_0x2e142f:0xf2},_0xee9a7f={_0x4d39d1:0x1db,_0x4c9a1f:0x579};function _0xa280ff(_0x17ff4e,_0x435d79,_0x2f78a6,_0x2ac210){return _0x49870b(_0x17ff4e-_0xee9a7f._0x4d39d1,_0x2ac210- -_0xee9a7f._0x4c9a1f,_0x2f78a6-0xb,_0x2f78a6);}const _0x8e8b8d={'AxRjK':_0x1d2faa(0x1de,0x177,_0x576ad2._0x393b83,_0x576ad2._0xf72449),'imjZL':function(_0x4b2324,_0x211e03){return _0x4b2324(_0x211e03);},'vNFMd':function(_0x9ffefc,_0x140d19){return _0x9ffefc(_0x140d19);}},_0x3b0baf=readProviderAccounts(),_0x478cb6=_0x3b0baf[_0x296cf8]||[],_0x1217aa=_0x478cb6[_0x1d2faa(0x17e,0x1c8,0x14a,_0x576ad2._0x573f6a)](_0x5ecc23=>_0x5ecc23['id']===_0x4b8704&&_0x5ecc23[_0x1d2faa(0xc4,0x10f,0x160,0xa6)]===ACCOUNT_TYPE_OAUTH);if(!_0x1217aa)return _0x8e8b8d[_0xa280ff(-0x17,_0x576ad2._0x5c2cc3,-0x7,0x88)]!==_0x1d2faa(0x1de,0x15f,0x17a,_0x576ad2._0x567161)?null:![];_0x1217aa['tokens']=_0x5d98ca,_0x1217aa[_0x1d2faa(_0x576ad2._0x2168aa,_0x576ad2._0x17e191,0x1bd,0x1eb)]=new Date()['toISOStrin'+'g'](),_0x8e8b8d[_0xa280ff(_0x576ad2._0x156f50,0x119,_0x576ad2._0x3ef33f,_0x576ad2._0x462e19)](writeProviderAccounts,_0x3b0baf);_0x1217aa[_0xa280ff(0xa9,_0x576ad2._0x2ebad9,_0x576ad2._0x51f3e4,_0x576ad2._0x3e7650)]&&_0x8e8b8d[_0xa280ff(_0x576ad2._0xdd3960,-0x18,-0x5b,_0x576ad2._0x162a94)](syncDefaultToCliFile,_0x296cf8);const _0x1830df={};_0x1830df['provider']=_0x296cf8;function _0x1d2faa(_0x306748,_0x49c6c4,_0x4ef752,_0x67e050){return _0x49870b(_0x306748-0x140,_0x306748- -0x4c5,_0x4ef752-_0x5f49ea._0x2e142f,_0x4ef752);}return _0x1830df[_0x1d2faa(0x104,0x16b,_0x576ad2._0x16d887,_0x576ad2._0x46a9cd)]=_0x4b8704,logger[_0xa280ff(_0x576ad2._0x557ec5,_0x576ad2._0x28620c,_0x576ad2._0x384b34,_0x576ad2._0x2ee7d1)](_0x1d2faa(_0x576ad2._0x25d7da,0x1d0,_0x576ad2._0x493177,_0x576ad2._0xc5a6e7)+'ovider\x20acc'+_0xa280ff(0xad,0xdb,0x96,0xf7)+'s',_0x1830df),!![];}export function syncDefaultToCliFile(_0x237d7c){const _0x1edeb6={_0x4cd8d5:0x593,_0x1e6cb1:0x56a,_0x433c33:0x51a,_0xb78c66:0x5fc,_0x323884:0x571,_0x2f6216:0x5df,_0x1fce85:0x556,_0x33de0e:0x607,_0x303723:0x701,_0xe7d885:0x652,_0x5433b8:0x56b,_0x2615e1:0x618,_0x5ed899:0x608,_0x29695c:0x601,_0x21f60a:0x61a,_0x12f94a:0x67c,_0x1dab4a:0x6a4,_0x7cc76c:0x674,_0x1378a0:0x68e,_0x580aa8:0x604,_0x3d27db:0x65b,_0x1de3a6:0x592,_0x41c7f0:0x4e2,_0x2160cb:0x53b,_0x8a7d02:0x4a5,_0x4d7504:0x4f3,_0x45ff4e:0x5b8,_0x5707ac:0x521,_0x3209eb:0x562,_0x1a8775:0x4e9,_0x594e30:0x587,_0x2ede87:0x5d6,_0xe46900:0x4fc,_0x59ee66:0x634,_0xae0bd4:0x5fa,_0x1d09c7:0x67d,_0x515450:0x5f2,_0x440a99:0x5e5,_0x36a444:0x5db,_0x11012b:0x4c4,_0x19a3d3:0x54b,_0x10bcd9:0x541,_0x475a18:0x608,_0x383879:0x681,_0x26a51c:0x55c,_0x338bc4:0x51a,_0x56e945:0x5a9,_0x4bc018:0x647,_0x309cdb:0x6a0,_0x318536:0x656,_0x4ab078:0x666,_0x12e76f:0x634,_0x2018dd:0x5e3,_0x2266b0:0x570,_0x2fd710:0x54b,_0xf7102:0x5d5,_0xd4a51d:0x5e1,_0x40ec96:0x508,_0x2500aa:0x4f4,_0x51c10a:0x5b7,_0x6c9ee9:0x4e5,_0x543286:0x452,_0x58665b:0x456,_0x914a8b:0x4cb,_0xf986dd:0x6a6,_0x3633ba:0x630,_0x239aa2:0x65d,_0x1f5b23:0x51a,_0x408b05:0x5e8,_0x36a52d:0x620,_0x52ad56:0x4ce,_0x5bf7df:0x578,_0x59e916:0x530,_0x1a3239:0x5a5,_0x5cb0a6:0x639,_0x460392:0x567,_0x3e4dee:0x55e,_0x85f57:0x5d6,_0x4a4d6f:0x4f8,_0x3145b8:0x6c6,_0x5c12b7:0x65c,_0x2a189e:0x6de,_0x410d3d:0x566,_0x344dd4:0x5bb,_0x23aecf:0x61e,_0x6722ec:0x58e,_0x2ef37c:0x611,_0x5e203a:0x5e9,_0x5e3693:0x5eb,_0x1a71d0:0x60c,_0x467e4f:0x5b9,_0x49c924:0x558,_0x4b3fa0:0x5b9,_0x50cfc0:0x6d5,_0x296a57:0x4af,_0x557297:0x693,_0x546e74:0x60b,_0x23e5e5:0x57d,_0x1fa5a3:0x580,_0xa0418e:0x5b5,_0x1a8092:0x5cf,_0x1aa002:0x575,_0x3e7fab:0x5ad,_0x34d939:0x631,_0x32451e:0x5a1,_0x4a1ac9:0x56f,_0x143286:0x5ee,_0x5048ae:0x5f2,_0xac8d80:0x63b,_0x3321bd:0x61a,_0x8bcc3f:0x628,_0x39d53b:0x592,_0xe9dde0:0x550,_0x3b0b51:0x5c3,_0x3bed02:0x5dd,_0x50b0de:0x66c,_0x153ab7:0x52a,_0x15eb85:0x5a3,_0x6331c7:0x615,_0x3f5785:0x6b6,_0x455fc4:0x698,_0x5d8fc5:0x682,_0x3739e8:0x5f8,_0x5bff26:0x68b,_0x441164:0x5ca,_0x5b0bfd:0x600,_0x4846f3:0x633,_0x1dd097:0x5a8,_0x38dc1b:0x5a7,_0x3f5c1c:0x55f,_0x943ea4:0x605,_0x1d128f:0x4c7,_0xaef0d8:0x561,_0x32ea60:0x59a,_0x274576:0x5a0,_0xcf32cc:0x514,_0x390de0:0x559,_0x2eea7e:0x4f2,_0x302357:0x52a,_0x99ed2a:0x539,_0x37d122:0x523,_0x4626c7:0x5b1,_0x335e7b:0x649,_0x4e0b6a:0x5be,_0x2204d4:0x576,_0x55b783:0x529,_0xc2b900:0x524,_0x3803cc:0x591,_0xc29d51:0x61d,_0x647102:0x521,_0x55d083:0x543,_0x5b94b6:0x4a6,_0x5aef91:0x613,_0x4d297f:0x5c2,_0x4ce287:0x635,_0x1fc462:0x63e,_0x4aa8a2:0x5e1,_0x3efae8:0x60e,_0x8de778:0x638,_0x514340:0x50b,_0x3e911d:0x662,_0x84d893:0x5c7,_0x5cfc40:0x4cf,_0x74a705:0x599,_0x117d5e:0x551,_0x820950:0x509,_0x5f2940:0x4a1,_0x4db2b5:0x63a,_0x12ff05:0x5ac,_0xd9548e:0x692,_0x305a52:0x5c7,_0xa4fc18:0x539,_0x148eb:0x54d,_0xc2ec88:0x56d,_0x5c4229:0x638,_0x28729a:0x579,_0x42eb86:0x67a,_0x363081:0x5e9,_0x913149:0x6a1,_0x17c4a2:0x62c,_0x10b388:0x5b6,_0x1f2efc:0x4e1,_0x3610b6:0x6e7,_0x4e9fc6:0x5dd,_0x289731:0x541,_0x496525:0x5a5,_0x51335c:0x58a,_0x1ce2d2:0x60b,_0x29640e:0x4e3,_0x544cc0:0x5ce,_0x4f7a0b:0x64c,_0x58c3a0:0x6dd,_0x2c08b3:0x515,_0x279c6e:0x6a3},_0x2a9221={_0x300037:0x35,_0x301e75:0xb1},_0x1e523c={_0x10414f:0x4fb,_0x138404:0xae},_0x488195={'zDKYR':function(_0x7d252f,_0x416e2c){return _0x7d252f(_0x416e2c);},'PTXtv':function(_0x2f3fd1,_0x2751e6){return _0x2f3fd1||_0x2751e6;},'Yqpoe':'en-US','JxqtR':_0x8c7475(_0x1edeb6._0x4cd8d5,0x5aa,0x56f,_0x1edeb6._0x1e6cb1),'OSEaA':_0xa15a96(0x4dd,0x555,0x546,_0x1edeb6._0x433c33),'AeGHr':function(_0x2698d2,_0x331b71){return _0x2698d2+_0x331b71;},'qPbdu':_0x8c7475(0x5e0,_0x1edeb6._0xb78c66,0x610,_0x1edeb6._0x323884)+_0xa15a96(0x655,_0x1edeb6._0x2f6216,_0x1edeb6._0x1fce85,_0x1edeb6._0x33de0e)+'ial\x20sync\x20f'+_0xa15a96(_0x1edeb6._0x303723,0x66d,0x5ec,_0x1edeb6._0xe7d885)+_0xa15a96(_0x1edeb6._0x5433b8,0x5d1,0x5c3,_0x1edeb6._0x2615e1),'VpAba':function(_0x330b4b,_0xd205fa){return _0x330b4b(_0xd205fa);},'mvBlr':function(_0x327bdb,_0x259261){return _0x327bdb===_0x259261;},'kRiJI':'ZWCHk','YNDLj':function(_0x5beeed,_0x473a56){return _0x5beeed(_0x473a56);},'ftBGz':_0x8c7475(_0x1edeb6._0x5ed899,0x62c,0x5eb,_0x1edeb6._0x29695c),'rdSAF':function(_0xa7f4cf,_0x3e80b3){return _0xa7f4cf(_0x3e80b3);},'tiMMn':function(_0x1548d6,_0xf42926){return _0x1548d6===_0xf42926;},'VIduy':_0xa15a96(_0x1edeb6._0x21f60a,0x5d8,0x55b,_0x1edeb6._0x12f94a),'wFHHI':function(_0x4f1f5c,_0x4ddaa7){return _0x4f1f5c(_0x4ddaa7);},'ylnVw':function(_0x1c0ce1,_0x593da7){return _0x1c0ce1!==_0x593da7;},'NbqyF':_0xa15a96(_0x1edeb6._0x1dab4a,_0x1edeb6._0x7cc76c,0x6e0,_0x1edeb6._0x1378a0),'Wbrly':_0x8c7475(_0x1edeb6._0x580aa8,0x6a1,_0x1edeb6._0x3d27db,0x66c),'YHNBW':function(_0x47649a,_0x768d01){return _0x47649a===_0x768d01;},'XMPxd':_0x8c7475(0x51c,0x48a,0x5a1,_0x1edeb6._0x1de3a6),'qpGsV':_0x8c7475(0x519,_0x1edeb6._0x41c7f0,0x4d9,0x546),'KWiBg':_0x8c7475(_0x1edeb6._0x2160cb,0x49f,_0x1edeb6._0x8a7d02,0x53e),'oJWoN':_0xa15a96(_0x1edeb6._0x4d7504,0x598,0x5ad,_0x1edeb6._0x45ff4e)+_0xa15a96(_0x1edeb6._0x5707ac,_0x1edeb6._0x3209eb,_0x1edeb6._0x1a8775,0x507)+_0x8c7475(_0x1edeb6._0x594e30,0x61f,_0x1edeb6._0x2ede87,_0x1edeb6._0xe46900)+_0xa15a96(0x589,0x62a,_0x1edeb6._0x59ee66,_0x1edeb6._0xae0bd4)};function _0xa15a96(_0x4006bd,_0x476c40,_0x1753b1,_0x16d18b){return _0x4b6015(_0x4006bd-0x1a3,_0x476c40-_0x1e523c._0x10414f,_0x1753b1-_0x1e523c._0x138404,_0x16d18b);}if(!CLI_CREDENTIAL_FILES[_0x237d7c]){if(_0x488195[_0xa15a96(0x71b,_0x1edeb6._0x1d09c7,_0x1edeb6._0x515450,0x621)](_0xa15a96(0x5de,0x605,_0x1edeb6._0x440a99,0x623),_0x488195[_0xa15a96(0x5af,0x567,_0x1edeb6._0x36a444,_0x1edeb6._0x11012b)]))return;else _0x488195['zDKYR'](_0x1bb5b0,_0x55676d);}const _0x90f597=_0x488195['YNDLj'](getDefaultAccount,_0x237d7c);if(!_0x90f597){if(_0x488195[_0x8c7475(0x5d3,_0x1edeb6._0x19a3d3,_0x1edeb6._0x10bcd9,0x533)]===_0x8c7475(_0x1edeb6._0x475a18,_0x1edeb6._0x383879,0x66e,_0x1edeb6._0x26a51c)){const _0x2a6fa2={};_0x2a6fa2[_0x8c7475(_0x1edeb6._0x338bc4,_0x1edeb6._0x56e945,0x58b,0x50f)]=_0x237d7c,logger[_0xa15a96(0x5f6,_0x1edeb6._0x4bc018,0x683,0x63d)]('No\x20default'+_0xa15a96(_0x1edeb6._0x309cdb,_0x1edeb6._0x318536,0x6e2,0x5b2)+_0xa15a96(0x5cc,_0x1edeb6._0x4ab078,_0x1edeb6._0x12e76f,_0x1edeb6._0x2018dd),_0x2a6fa2),_0x488195[_0x8c7475(0x570,0x509,0x4f3,_0x1edeb6._0x2266b0)](removeCliFile,_0x237d7c);return;}else _0x44a260[_0x8c7475(_0x1edeb6._0x2fd710,_0x1edeb6._0xf7102,_0x1edeb6._0xd4a51d,_0x1edeb6._0x40ec96)]=_0x621378;}if(_0x488195[_0xa15a96(_0x1edeb6._0x2500aa,0x578,_0x1edeb6._0x51c10a,_0x1edeb6._0x6c9ee9)](_0x90f597[_0x8c7475(0x4d8,0x4b9,_0x1edeb6._0x543286,_0x1edeb6._0x58665b)],ACCOUNT_TYPE_API_KEY)){if(_0x488195['VIduy']!==_0xa15a96(0x5fd,0x5d8,0x5eb,0x65f)){if(typeof _0xc0ded1!=='string')return null;const _0x104e54=_0x4bcb8d[_0x8c7475(0x568,_0x1edeb6._0x914a8b,0x59f,0x5dd)]();return _0x488195[_0xa15a96(_0x1edeb6._0xf986dd,_0x1edeb6._0x3633ba,_0x1edeb6._0x239aa2,0x667)](_0x104e54,null);}else{const _0x26532b={};_0x26532b[_0x8c7475(_0x1edeb6._0x1f5b23,0x5a2,0x56f,0x531)]=_0x237d7c,_0x26532b['accountId']=_0x90f597['id'],logger[_0xa15a96(_0x1edeb6._0x408b05,_0x1edeb6._0x4bc018,0x665,0x69e)](_0xa15a96(0x69d,0x64a,0x6d2,_0x1edeb6._0x36a52d)+'LI\x20credent'+_0x8c7475(_0x1edeb6._0x52ad56,_0x1edeb6._0x5bf7df,_0x1edeb6._0x59e916,0x452)+_0x8c7475(0x603,_0x1edeb6._0x1a3239,0x6aa,_0x1edeb6._0x5cb0a6)+_0x8c7475(_0x1edeb6._0x460392,_0x1edeb6._0x3e4dee,0x5cd,_0x1edeb6._0x85f57),_0x26532b),_0x488195[_0x8c7475(0x570,0x5e6,_0x1edeb6._0x4a4d6f,0x509)](removeCliFile,_0x237d7c);return;}}if(!_0x90f597[_0xa15a96(_0x1edeb6._0x3145b8,0x650,_0x1edeb6._0x5c12b7,_0x1edeb6._0x2a189e)]){const _0x36a962={};_0x36a962[_0x8c7475(_0x1edeb6._0x433c33,0x5ad,_0x1edeb6._0x410d3d,0x4e6)]=_0x237d7c,_0x36a962[_0x8c7475(0x518,0x485,0x511,_0x1edeb6._0x344dd4)]=_0x90f597['id'],logger[_0xa15a96(0x658,0x64f,0x5bf,_0x1edeb6._0x23aecf)](_0xa15a96(_0x1edeb6._0x6722ec,_0x1edeb6._0x2ef37c,0x56c,0x663)+'uth\x20accoun'+_0x8c7475(_0x1edeb6._0x5e203a,0x56d,_0x1edeb6._0x5e3693,0x66f)+_0x8c7475(_0x1edeb6._0x1a71d0,_0x1edeb6._0x467e4f,0x5a1,0x597)+_0x8c7475(0x5eb,_0x1edeb6._0x49c924,0x5a4,0x557)+_0xa15a96(_0x1edeb6._0x4b3fa0,0x639,_0x1edeb6._0x50cfc0,0x62c)+'tial\x20file',_0x36a962),_0x488195[_0x8c7475(0x52d,0x4a7,0x4e6,_0x1edeb6._0x296a57)](removeCliFile,_0x237d7c);return;}const _0x206e0c=_0x2bfced['join'](_0x501943['homedir'](),CLI_CREDENTIAL_FILES[_0x237d7c]),_0x3d3076=_0x2bfced['dirname'](_0x206e0c);function _0x8c7475(_0x4efae6,_0x2f4ff1,_0x53da09,_0x1d651d){return _0x49870b(_0x4efae6-_0x2a9221._0x300037,_0x4efae6- -_0x2a9221._0x301e75,_0x53da09-0x183,_0x53da09);}try{if(_0x488195['ylnVw'](_0x488195['NbqyF'],_0xa15a96(0x6e2,0x674,_0x1edeb6._0x557297,_0x1edeb6._0x546e74))){if(_0x18e3fe)_0x248d28=_0x559666;else{const _0x33a75b=new _0x52ebf3(),_0x474404=_0x33a75b['toLocaleDa'+_0xa15a96(0x559,0x594,0x630,0x4fc)](_0x488195[_0x8c7475(0x531,_0x1edeb6._0x23e5e5,0x58e,0x570)],{'month':_0x488195[_0x8c7475(_0x1edeb6._0x1fa5a3,_0x1edeb6._0x36a52d,_0x1edeb6._0xa0418e,_0x1edeb6._0x1a8092)],'day':_0x488195[_0xa15a96(0x602,0x585,0x4e3,_0x1edeb6._0x1aa002)]});_0x38fe5c=_0x488195[_0xa15a96(0x619,0x610,_0x1edeb6._0x3e7fab,_0x1edeb6._0x34d939)](_0x2d031c[_0x8c7475(0x4f9,0x4e6,_0x1edeb6._0x32451e,_0x1edeb6._0x4a1ac9)](-0xbcd+-0x201*-0xd+-0xe40)[_0x8c7475(_0x1edeb6._0x143286,0x5a7,0x683,0x656)+'e'](),_0x5c11fb[_0xa15a96(_0x1edeb6._0x5048ae,0x68f,_0x1edeb6._0xac8d80,_0x1edeb6._0x3321bd)](0x1c64+-0x1*0x1a8b+0x76*-0x4))+'\x20('+_0x474404+')';}}else{if(!_0x35a2fc[_0xa15a96(0x60f,0x5ee,_0x1edeb6._0x8bcc3f,_0x1edeb6._0x39d53b)](_0x3d3076)){if(_0x488195['ylnVw'](_0x488195[_0xa15a96(0x57f,_0x1edeb6._0xe9dde0,0x4b1,0x53b)],_0x488195['Wbrly'])){const _0x13b0f5={};_0x13b0f5['provider']=_0x1aa4f6,_0x13b0f5[_0xa15a96(_0x1edeb6._0x45ff4e,0x582,_0x1edeb6._0x3b0b51,_0x1edeb6._0x59e916)]=_0x3df4c0['id'],_0x3fb716[_0x8c7475(_0x1edeb6._0x3bed02,_0x1edeb6._0x50b0de,0x5a5,0x586)](_0x488195['qPbdu'],_0x13b0f5),_0x488195[_0xa15a96(0x4ff,0x566,_0x1edeb6._0x153ab7,0x4f3)](_0x3d907e,_0x4d7194);return;}else{const _0x2551a4={};_0x2551a4[_0xa15a96(_0x1edeb6._0x15eb85,_0x1edeb6._0x6331c7,_0x1edeb6._0x3f5785,_0x1edeb6._0x455fc4)]=!![],_0x2551a4['mode']=0x1c0,_0x35a2fc[_0xa15a96(0x716,_0x1edeb6._0x5d8fc5,_0x1edeb6._0x3739e8,_0x1edeb6._0x5bff26)](_0x3d3076,_0x2551a4);}}let _0x178896;const _0x326d1b=_0x90f597[_0xa15a96(_0x1edeb6._0x441164,0x650,_0x1edeb6._0x5b0bfd,_0x1edeb6._0x4846f3)]||{};if(_0x488195[_0x8c7475(0x5ef,_0x1edeb6._0x1dd097,_0x1edeb6._0x38dc1b,0x655)](_0x237d7c,_0xa15a96(0x5ee,_0x1edeb6._0x3f5c1c,0x4fa,_0x1edeb6._0x943ea4)))_0x178896={'claudeAiOauth':{'accessToken':_0x326d1b[_0x8c7475(0x55b,0x5ca,_0x1edeb6._0x1d128f,0x5eb)+'n']||_0x326d1b[_0xa15a96(_0x1edeb6._0xaef0d8,_0x1edeb6._0x32ea60,0x552,_0x1edeb6._0x274576)+'en'],'refreshToken':_0x326d1b[_0x8c7475(0x555,_0x1edeb6._0xcf32cc,_0x1edeb6._0x390de0,_0x1edeb6._0x2eea7e)+'en']||_0x326d1b['refresh_to'+_0xa15a96(_0x1edeb6._0x302357,_0x1edeb6._0x99ed2a,_0x1edeb6._0x2eea7e,0x511)],'expiresAt':_0x326d1b[_0xa15a96(0x4a0,0x548,_0x1edeb6._0x37d122,_0x1edeb6._0x4626c7)]||_0x326d1b['expires_at'],'scopes':_0x326d1b[_0xa15a96(_0x1edeb6._0x335e7b,_0x1edeb6._0x4e0b6a,_0x1edeb6._0x2204d4,_0x1edeb6._0x55b783)]||PROVIDER_CONFIG[_0xa15a96(_0x1edeb6._0xc2b900,0x55f,0x5db,_0x1edeb6._0x3803cc)][_0xa15a96(_0x1edeb6._0xc29d51,_0x1edeb6._0x4e0b6a,0x550,0x5cc)][_0x8c7475(_0x1edeb6._0x647102,_0x1edeb6._0x55d083,0x581,_0x1edeb6._0x5b94b6)]('\x20')}};else{if(_0x488195[_0x8c7475(_0x1edeb6._0x5aef91,_0x1edeb6._0x4d297f,0x5af,_0x1edeb6._0x4ce287)](_0x237d7c,_0x488195[_0xa15a96(_0x1edeb6._0x1fc462,_0x1edeb6._0x4aa8a2,_0x1edeb6._0x3efae8,_0x1edeb6._0x8de778)])){const _0x12b4c7={};_0x12b4c7['access_tok'+'en']=_0x326d1b[_0xa15a96(0x545,_0x1edeb6._0x32ea60,_0x1edeb6._0x514340,0x602)+'en'],_0x12b4c7[_0xa15a96(_0x1edeb6._0x3e911d,_0x1edeb6._0x84d893,0x62b,0x635)+_0xa15a96(_0x1edeb6._0x5cfc40,_0x1edeb6._0x99ed2a,0x5bb,_0x1edeb6._0x74a705)]=_0x326d1b[_0x8c7475(0x55d,_0x1edeb6._0x117d5e,_0x1edeb6._0x820950,0x5ee)+_0x8c7475(_0x1edeb6._0x5cfc40,_0x1edeb6._0x5f2940,0x4c5,0x4b6)],_0x12b4c7[_0x8c7475(0x5c7,_0x1edeb6._0x4db2b5,0x526,0x5a2)]=_0x326d1b['id_token'],_0x178896={'tokens':_0x12b4c7,'last_refresh':new Date()[_0xa15a96(0x5ef,0x64e,0x5a8,_0x1edeb6._0x12ff05)+'g']()};}else{if(_0x488195['tiMMn'](_0x237d7c,_0x488195[_0xa15a96(0x5c6,0x65a,_0x1edeb6._0xd9548e,0x696)])){const _0x31948c={};_0x31948c['access_tok'+'en']=_0x326d1b[_0xa15a96(_0x1edeb6._0x4a1ac9,0x59a,0x531,_0x1edeb6._0x4ce287)+'en'],_0x31948c[_0xa15a96(0x630,_0x1edeb6._0x305a52,0x5b5,0x575)+_0xa15a96(0x5a5,_0x1edeb6._0xa4fc18,0x51a,_0x1edeb6._0x3bed02)]=_0x326d1b['refresh_to'+_0xa15a96(0x4d5,0x539,0x57b,0x5c0)],_0x31948c[_0x8c7475(0x5ce,0x5f8,_0x1edeb6._0x148eb,_0x1edeb6._0xc2ec88)]=_0x326d1b[_0xa15a96(_0x1edeb6._0x15eb85,_0x1edeb6._0x5c4229,0x616,0x5dd)]||_0x488195[_0xa15a96(0x5d3,0x556,_0x1edeb6._0x28729a,0x5bf)],_0x31948c['expires_at']=_0x326d1b[_0xa15a96(0x717,_0x1edeb6._0x42eb86,0x697,0x653)],_0x31948c['scope']=_0x326d1b[_0x8c7475(_0x1edeb6._0x5b0bfd,_0x1edeb6._0x363081,_0x1edeb6._0xf986dd,_0x1edeb6._0x913149)]||PROVIDER_CONFIG[_0xa15a96(_0x1edeb6._0x17c4a2,0x583,0x516,_0x1edeb6._0x10b388)][_0x8c7475(0x554,0x583,0x4b9,_0x1edeb6._0x1f2efc)],_0x178896=_0x31948c;}}}const _0x4783df={};_0x4783df[_0xa15a96(_0x1edeb6._0x3610b6,0x67c,0x66d,0x5d4)]=0x180,_0x35a2fc['writeFileS'+_0x8c7475(0x60d,0x61f,0x5ec,0x669)](_0x206e0c,JSON[_0xa15a96(0x621,0x58c,0x62d,0x5a6)](_0x178896,null,0x1718+0x8f2+-0x5*0x668),_0x4783df);const _0x585101={};_0x585101['provider']=_0x237d7c,_0x585101['path']=_0x206e0c,logger[_0x8c7475(_0x1edeb6._0x4e9fc6,_0x1edeb6._0x289731,_0x1edeb6._0x496525,_0x1edeb6._0x51335c)](_0x488195[_0xa15a96(0x64b,_0x1edeb6._0x1ce2d2,0x67f,0x5a4)],_0x585101);}}catch(_0x17c168){const _0x51e9dd={};_0x51e9dd[_0x8c7475(_0x1edeb6._0x1f5b23,_0x1edeb6._0x45ff4e,_0x1edeb6._0x29640e,0x563)]=_0x237d7c,_0x51e9dd[_0xa15a96(_0x1edeb6._0x544cc0,_0x1edeb6._0x4f7a0b,_0x1edeb6._0x10b388,_0x1edeb6._0x58c3a0)]=_0x17c168[_0x8c7475(0x5af,0x56b,0x5ac,_0x1edeb6._0x2c08b3)],logger[_0xa15a96(_0x1edeb6._0x279c6e,0x64c,0x5df,0x6e0)]('Failed\x20to\x20'+'sync\x20defau'+'lt\x20account'+'\x20to\x20CLI\x20fi'+'le',_0x51e9dd);}}function removeCliFile(_0x4a0798){const _0x3f1e8b={_0x103ff2:0x52d,_0x455aa8:0x587,_0x3a4589:0x5c5,_0x1dc058:0x533,_0x5c1ffd:0x612,_0x255e70:0x2e1,_0x3f38a2:0x24c,_0x2d2c9f:0x261,_0x5d349b:0x54b,_0x4e996b:0x56f,_0x371d5c:0x30e,_0x1c4a5d:0x360,_0x15a4df:0x2d2,_0x233ea5:0x291,_0x1ccbb4:0x281,_0x4ee966:0x5e2,_0x4150b5:0x5e5,_0x1335ee:0x645,_0x2d302b:0x601,_0x30088e:0x5c1,_0x1d8b17:0x2d2,_0x195006:0x344,_0x29eb5e:0x60d,_0x39201d:0x5be,_0x149071:0x29a,_0x5d9107:0x33d,_0xa1f622:0x248,_0x2f5a5d:0x68a},_0x2f01fe={_0x1529d4:0x79,_0x325a37:0x331,_0x53a755:0xa},_0x3dd514={_0x1c7ac5:0x93,_0x295a88:0x59};function _0x252f3a(_0x299f6c,_0x512c3a,_0x4366ef,_0x47e1df){return _0x49870b(_0x299f6c-_0x3dd514._0x1c7ac5,_0x299f6c- -_0x3dd514._0x295a88,_0x4366ef-0x38,_0x4366ef);}const _0x210438={};_0x210438[_0x252f3a(0x552,_0x3f1e8b._0x103ff2,0x50f,_0x3f1e8b._0x455aa8)]=_0x252f3a(_0x3f1e8b._0x3a4589,0x5b8,_0x3f1e8b._0x1dc058,0x5e3)+_0x252f3a(_0x3f1e8b._0x5c1ffd,0x651,0x663,0x6b1)+_0x252f3a(0x674,0x60e,0x5d5,0x69f),_0x210438[_0x2e6d75(_0x3f1e8b._0x255e70,0x35b,_0x3f1e8b._0x3f38a2,_0x3f1e8b._0x2d2c9f)]=_0x252f3a(0x59b,_0x3f1e8b._0x5d349b,0x624,_0x3f1e8b._0x4e996b)+'remove\x20CLI'+_0x2e6d75(_0x3f1e8b._0x371d5c,0x39d,_0x3f1e8b._0x1c4a5d,_0x3f1e8b._0x15a4df)+_0x2e6d75(_0x3f1e8b._0x233ea5,0x300,_0x3f1e8b._0x1ccbb4,0x2cb);function _0x2e6d75(_0x7fb999,_0xd7fc12,_0x3399c4,_0x21433e){return _0x49870b(_0x7fb999-_0x2f01fe._0x1529d4,_0x7fb999- -_0x2f01fe._0x325a37,_0x3399c4-_0x2f01fe._0x53a755,_0xd7fc12);}const _0x72e75=_0x210438,_0x4fdfd6=_0x2bfced[_0x252f3a(0x636,_0x3f1e8b._0x4ee966,_0x3f1e8b._0x4150b5,0x69c)](_0x501943[_0x252f3a(0x5c9,0x597,0x589,0x564)](),CLI_CREDENTIAL_FILES[_0x4a0798]);try{if(_0x35a2fc[_0x252f3a(0x5dc,_0x3f1e8b._0x1335ee,_0x3f1e8b._0x2d302b,_0x3f1e8b._0x30088e)](_0x4fdfd6)){_0x35a2fc[_0x2e6d75(_0x3f1e8b._0x1d8b17,0x303,_0x3f1e8b._0x195006,0x28a)](_0x4fdfd6);const _0xd14e99={};_0xd14e99['provider']=_0x4a0798,_0xd14e99[_0x252f3a(0x5e4,_0x3f1e8b._0x29eb5e,0x573,_0x3f1e8b._0x39201d)]=_0x4fdfd6,logger['info'](_0x72e75['nhvCJ'],_0xd14e99);}}catch(_0x4dfd32){const _0x5e10df={};_0x5e10df[_0x2e6d75(_0x3f1e8b._0x149071,_0x3f1e8b._0x5d9107,_0x3f1e8b._0xa1f622,0x253)]=_0x4a0798,_0x5e10df['error']=_0x4dfd32['message'],logger[_0x252f3a(0x63a,_0x3f1e8b._0x2f5a5d,0x6a4,0x634)](_0x72e75['QwmmH'],_0x5e10df);}}export function migrateExistingCredentials(){const _0xe26641={_0x1229d4:0x1c9,_0x977af2:0x22c,_0x57d8e0:0x22b,_0x2e4ee5:0x88,_0x58af78:0x115,_0x2d586d:0xa7,_0xc66273:0xa5,_0x29aecb:0x285,_0xd05fb0:0x25a,_0x4db2c2:0x239,_0x37a9a9:0x194,_0x53bbb3:0x28b,_0x30666f:0x268,_0x13211d:0x2fd,_0x4bdb1f:0x10c,_0x2ba136:0x15b,_0x436c1d:0x20a,_0x4f0469:0x1d8,_0x383160:0x27b,_0x32f72b:0x207,_0x27c212:0x138,_0x82ef4f:0x98,_0x235adf:0x169,_0x1ede3a:0x86,_0x43f0e8:0x148,_0x5043c8:0x1ab,_0x5fef68:0x3b4,_0x29edb2:0x31f,_0x2e5132:0x30b,_0x2f44e2:0x186,_0x461113:0x162,_0x120200:0x302,_0x174428:0x30b,_0x5277c7:0x309,_0x99297a:0x15f,_0x275de3:0x1ee,_0x4c5cf3:0x2a7,_0x52d567:0x237,_0x596a57:0x1e4,_0x20af38:0x159,_0x411162:0x75,_0x5f3148:0xbd,_0x2292e4:0x3c,_0x46bfbd:0x29e,_0x459023:0x335,_0x5e9b6a:0x398,_0x455983:0x114,_0xf0158f:0xc3,_0x71ec24:0x2eb,_0x4d0056:0x73,_0x21ec74:0xb3,_0xb0c64d:0x186,_0x488829:0x1fa,_0x398ea4:0x2ce,_0x3e8fcf:0x1e1,_0x365d8d:0x62,_0x4b9972:0x16c,_0x71e363:0xf8,_0x8756a0:0x1aa,_0x235f67:0x18a,_0x5e07df:0x2ad,_0x1f86f5:0x235,_0x25ea96:0x294,_0x249917:0x329,_0x228c2e:0x2f3,_0x23a098:0x33b,_0x436842:0x294,_0x1f457f:0xea,_0x4a1a32:0x182,_0x484eb6:0x163,_0x20b504:0xd2,_0x41101f:0x220,_0x5506b6:0x26b,_0x19e011:0x240,_0x173f9d:0x2cb,_0x12cb25:0x2d5,_0x41670e:0x1f5,_0x50d380:0x1f4,_0x143faf:0x184,_0x4116c9:0xec,_0x3b573d:0xec,_0x5a57a6:0x2e3,_0xda4511:0x1c4,_0x5e6cb3:0xb0,_0x1c61d8:0xd2,_0x3ddcff:0x127,_0x519a27:0x3af,_0x22b843:0x15,_0x569b81:0x103,_0x16dfe3:0x47,_0x3f9fa5:0xaa,_0x3f7ae0:0xaa,_0x7dcbee:0xdc,_0xc54fc8:0x152,_0xea6748:0x85,_0x22c87a:0x120,_0x16bf7b:0x158,_0x250722:0x1ee,_0x240a45:0x26b,_0x307249:0x25e,_0x15471f:0x382,_0x5d7c87:0x23d,_0x4860c2:0x258,_0x372057:0x178,_0x8a3ad6:0x19a,_0x3b9da7:0x1ab,_0x3ee518:0x36e,_0x3d2a99:0x2da,_0x1026cb:0x358,_0x44a011:0xe9,_0x5d4368:0x2ff,_0x556a64:0x1e3,_0x24d9a8:0x2a1,_0x349b1b:0x1ce,_0x765049:0x1b2,_0x47057c:0x1ef,_0x7909cd:0x16e,_0x29f6bf:0x129,_0x2cdf82:0xd5,_0x73bf27:0x19c,_0x3431d1:0x1ed,_0x2b67e2:0x26d,_0x157ea6:0x137,_0x30f865:0x1df,_0x416dcf:0x193,_0x47fa3b:0x11a,_0x385457:0x12b,_0x174931:0x1c7,_0x439145:0x1c8,_0x1fa514:0x1e8,_0x32ef6e:0x247,_0x3ab621:0x269,_0x2eb008:0x1bf,_0x48e8b9:0x240,_0x85660f:0x12e,_0x187a0a:0x129,_0x2c21ae:0x191,_0x5db5e6:0x1b7,_0x57da37:0x129,_0x15c405:0xa0,_0x26c70c:0x142,_0x3ba80b:0x1b7,_0x36a7b0:0x17b,_0x28ab20:0x11b,_0x2fe3cd:0x2fb,_0x52e4dd:0x32f,_0x4b3912:0xef,_0x17b46d:0xfe,_0x2e9da1:0x298,_0x13b07e:0x2e4,_0x48908c:0x260,_0x3132aa:0xfc,_0x5de766:0x2fe,_0x4b67a0:0x1d4,_0x36dd1e:0x1bb,_0xea2ab4:0x1df,_0x5a4f4f:0x157,_0xa70156:0x251,_0x3cdfb1:0x9b,_0x4ee971:0x119,_0x339014:0x295,_0x5e00c7:0x2de,_0x164f2f:0x2b7,_0x3d9455:0x2de,_0x1acaf8:0x287,_0x38098c:0x133,_0x2e49ae:0x14e,_0x331541:0x1cb,_0x4c01be:0x260,_0x2a6f03:0x2aa,_0x4d3bd7:0x279,_0x51ca60:0x333,_0x5c3108:0x231,_0x28719b:0x368,_0xf93237:0x2f4,_0x1a9261:0x2c1,_0x5ce05b:0x2f4,_0x5f435b:0x67,_0x102e17:0xe6,_0x53ab74:0x16b,_0x27fbc8:0x316,_0x3f4a07:0x331,_0x12d3f7:0x2c4,_0x477b5:0x1cf,_0x3d7ec4:0x110,_0x52d762:0x1ae,_0x2f72e3:0x1c6,_0x27d9d6:0x1b3,_0x36998e:0x310,_0x3895d2:0x2f2,_0x4b34e4:0x227,_0x42dd3d:0x19c,_0x3d23d2:0x64,_0x3fd433:0xa7,_0x2a53e2:0xa3,_0x4ce413:0xc3,_0x9226a3:0x122,_0x2407fa:0x56,_0x21fff2:0x234,_0x2c037d:0x7f,_0x4fdc03:0x8e,_0x1c02f3:0xe5,_0x2d1536:0x42,_0x4e7f3e:0x5f,_0x419841:0xa8,_0x1b65b1:0xbc,_0x357b8a:0x124,_0x1d18ff:0x28f,_0x4736c0:0x2c6,_0x3b030c:0x267},_0x576e98={_0x17ff5b:0x1b3},_0x25bc57={'sjzux':function(_0xafa23b,_0x35b30a){return _0xafa23b>_0x35b30a;},'GpHiP':function(_0x2dca9f,_0x2dc1d9){return _0x2dca9f===_0x2dc1d9;},'PxOna':_0x1092ce(_0xe26641._0x1229d4,0x2c9,_0xe26641._0x977af2,_0xe26641._0x57d8e0),'kFxkq':_0x346f73(0x108,0x57,0xe5,_0xe26641._0x2e4ee5),'bRrMm':function(_0x2751da,_0x5e24ef){return _0x2751da!==_0x5e24ef;},'AZPsl':'fTIrd','eQzoB':'Migrating\x20'+_0x346f73(_0xe26641._0x58af78,0x46,_0xe26641._0x2d586d,_0xe26641._0xc66273)+_0x1092ce(0x1e1,0x272,_0xe26641._0x29aecb,_0xe26641._0xd05fb0)+_0x346f73(0xe8,_0xe26641._0x4db2c2,_0xe26641._0x37a9a9,0x113)+_0x346f73(0x1c2,0x197,0x146,0xd8)+_0x1092ce(_0xe26641._0x53bbb3,_0xe26641._0x30666f,_0xe26641._0x13211d,0x2e3),'FvtGo':function(_0x2abc63,_0x58c8f1){return _0x2abc63!==_0x58c8f1;},'lhkjx':_0x346f73(0x5a,_0xe26641._0x4bdb1f,0xbf,_0xe26641._0x2ba136),'uFAZB':_0x1092ce(_0xe26641._0x436c1d,_0xe26641._0x4f0469,_0xe26641._0x383160,_0xe26641._0x32f72b),'vZQWR':function(_0x2845df,_0x2e6261){return _0x2845df===_0x2e6261;},'VetVL':'iSNZc','Mtozu':function(_0x10248a,_0x4d7bc8){return _0x10248a!==_0x4d7bc8;},'acUIU':_0x346f73(_0xe26641._0x27c212,0x12e,0xcc,_0xe26641._0x82ef4f),'mFiat':_0x346f73(_0xe26641._0x235adf,_0xe26641._0x1ede3a,0x10e,0xda),'nbloe':_0x1092ce(_0xe26641._0x43f0e8,_0xe26641._0x5043c8,0x1e2,_0xe26641._0x436c1d),'eaVxO':_0x1092ce(_0xe26641._0x5fef68,0x3c9,_0xe26641._0x29edb2,0x283),'OpxNJ':'Failed\x20to\x20'+_0x1092ce(0x2ee,0x290,0x2cd,_0xe26641._0x2e5132)+_0x346f73(0xe2,0xe3,_0xe26641._0x2f44e2,_0xe26641._0x461113)+_0x1092ce(_0xe26641._0x120200,_0xe26641._0x174428,_0xe26641._0x5277c7,0x2ae),'mMzjd':function(_0x58d813,_0x3b5c37){return _0x58d813(_0x3b5c37);},'dOxPW':_0x346f73(0x245,0x1fb,0x19c,_0xe26641._0x99297a)+'complete'};if(_0x35a2fc[_0x1092ce(0x2db,0x2d8,0x294,_0xe26641._0x275de3)](ACCOUNTS_FILE)){if(_0x25bc57[_0x1092ce(0x1b7,_0xe26641._0x4c5cf3,_0xe26641._0x52d567,0x2de)](_0x25bc57[_0x346f73(0xce,_0xe26641._0x596a57,_0xe26641._0x20af38,0xfe)],_0x346f73(_0xe26641._0x411162,_0xe26641._0x5f3148,0xdb,_0xe26641._0x2292e4)))return;else return _0x589b25[_0x1092ce(0x2d0,_0xe26641._0x46bfbd,_0xe26641._0x459023,_0xe26641._0x5e9b6a)](-0x1a*-0x11+-0x2*-0xc95+-0x1ae4*0x1,-0x1b36+0x1795+0x3a3)+_0x346f73(0xe6,0xe9,_0xe26641._0x455983,_0xe26641._0xf0158f);}logger[_0x346f73(0xd4,0xbd,0x14e,0x132)](_0x25bc57[_0x1092ce(0x286,0x2ed,_0xe26641._0x71ec24,0x26b)]);const _0x284262={};_0x284262[_0x1092ce(0x19d,0x25e,0x205,0x251)]=[],_0x284262[_0x346f73(_0xe26641._0x4d0056,_0xe26641._0x21ec74,0xe8,_0xe26641._0xb0c64d)]=[],_0x284262[_0x1092ce(_0xe26641._0x488829,_0xe26641._0x398ea4,0x229,_0xe26641._0x3e8fcf)]=[];const _0x827325=_0x284262;function _0x1092ce(_0x3020f,_0x16a816,_0x413ccd,_0x3a75ac){return _0x4b6015(_0x3020f-0x1c9,_0x413ccd-0x1a1,_0x413ccd-0x12c,_0x3a75ac);}let _0x330e9f=![];for(const [_0x3c97c8,_0x421928]of Object[_0x346f73(_0xe26641._0x365d8d,_0xe26641._0x4b9972,_0xe26641._0x71e363,0x82)](CLI_CREDENTIAL_FILES)){const _0xf1bf31=_0x2bfced[_0x346f73(0x13b,0x1e4,_0xe26641._0x8756a0,_0xe26641._0x235f67)](_0x501943['homedir'](),_0x421928);if(!_0x35a2fc[_0x1092ce(_0xe26641._0x5e07df,_0xe26641._0x1f86f5,_0xe26641._0x25ea96,_0xe26641._0x249917)](_0xf1bf31))continue;try{if(_0x25bc57[_0x1092ce(_0xe26641._0x228c2e,_0xe26641._0x23a098,0x2e1,_0xe26641._0x436842)](_0x25bc57[_0x346f73(0x1c8,_0xe26641._0x1f457f,_0xe26641._0x4a1a32,0x1e5)],'TmGQp'))_0x25bc57[_0x346f73(0xb0,_0xe26641._0x484eb6,_0xe26641._0x20b504,0x35)](_0x3c71f9[_0x1092ce(_0xe26641._0x41101f,_0xe26641._0x5506b6,0x1ec,_0xe26641._0x19e011)],-0xc32+0x2*-0x8e7+0x140*0x18)?_0x353b75(_0xb7a0f0):_0x24a9b1(_0x34ed2b);else{const _0x530862=JSON['parse'](_0x35a2fc[_0x1092ce(0x2f5,0x35d,_0xe26641._0x173f9d,0x356)+'nc'](_0xf1bf31,_0x25bc57[_0x1092ce(_0xe26641._0x12cb25,0x2e6,0x2af,0x309)]));let _0xf72e3d=null;if(_0x3c97c8==='claude'&&_0x530862['claudeAiOa'+_0x1092ce(_0xe26641._0x41670e,0x279,_0xe26641._0x50d380,_0xe26641._0x143faf)]?.[_0x346f73(_0xe26641._0x4116c9,_0xe26641._0x3b573d,0x127,0xe6)+'n']){const _0x5cb760={};_0x5cb760[_0x1092ce(0x2fe,0x315,0x26b,_0xe26641._0x5a57a6)+'n']=_0x530862[_0x346f73(0x11c,0x243,_0xe26641._0xda4511,0x221)+_0x346f73(0x145,0xb6,_0xe26641._0x5e6cb3,0xdf)][_0x346f73(_0xe26641._0x1c61d8,0x94,_0xe26641._0x3ddcff,0x10b)+'n'],_0x5cb760['refreshTok'+'en']=_0x530862[_0x1092ce(_0xe26641._0x519a27,_0xe26641._0x23a098,0x308,0x2dd)+_0x346f73(_0xe26641._0x22b843,0x7b,0xb0,_0xe26641._0x569b81)]['refreshTok'+'en'],_0x5cb760[_0x346f73(0xf8,_0xe26641._0x16dfe3,_0xe26641._0x3f9fa5,0x4f)]=_0x530862['claudeAiOa'+_0x346f73(0x156,_0xe26641._0x3f7ae0,_0xe26641._0x5e6cb3,0xf7)][_0x346f73(_0xe26641._0x7dcbee,_0xe26641._0xc54fc8,0xaa,0xaa)],_0x5cb760[_0x346f73(0xe1,_0xe26641._0xea6748,_0xe26641._0x22c87a,_0xe26641._0x16bf7b)]=_0x530862[_0x346f73(0x139,0x119,_0xe26641._0xda4511,_0xe26641._0x250722)+'uth'][_0x1092ce(0x217,0x2b0,0x264,0x2b2)],_0xf72e3d=_0x5cb760;}else{if(_0x25bc57['GpHiP'](_0x3c97c8,_0x25bc57[_0x1092ce(0x2f8,_0xe26641._0x240a45,_0xe26641._0x307249,0x1df)])){if(_0x25bc57[_0x1092ce(0x35f,0x31f,0x2ec,_0xe26641._0x15471f)](_0x1092ce(_0xe26641._0x5d7c87,0x1e2,0x23b,_0xe26641._0x4860c2),_0x25bc57[_0x346f73(_0xe26641._0x372057,_0xe26641._0x8a3ad6,0x178,0x1d2)]))return _0x25bc57[_0x346f73(0x1d1,0x1a1,0x163,0x1a6)](_0x301b0b,_0x25bc57['PxOna'])||_0x4e7bc8===_0x25bc57['kFxkq'];else{if(_0x530862[_0x346f73(0x119,0x140,0x1b2,_0xe26641._0x3b9da7)]?.['access_tok'+'en']){if(_0x25bc57[_0x1092ce(0x296,_0xe26641._0x3ee518,_0xe26641._0x3d2a99,_0xe26641._0x1026cb)](_0x25bc57[_0x346f73(_0xe26641._0x44a011,0x1d1,_0xe26641._0x27c212,0x183)],_0x25bc57[_0x1092ce(_0xe26641._0x5d4368,_0xe26641._0x556a64,0x263,0x2b6)])){const _0x42b4e4={};_0x42b4e4[_0x1092ce(0x1bc,_0xe26641._0x24d9a8,_0xe26641._0x19e011,_0xe26641._0x349b1b)+'en']=_0x530862[_0x346f73(0x167,0x22b,_0xe26641._0x765049,_0xe26641._0x47057c)][_0x346f73(0x172,_0xe26641._0x7909cd,0xfc,0xc0)+'en'],_0x42b4e4[_0x346f73(0xa5,0x164,_0xe26641._0x29f6bf,_0xe26641._0x2cdf82)+_0x1092ce(0x1bc,_0xe26641._0x73bf27,0x1df,0x14c)]=_0x530862['tokens'][_0x1092ce(_0xe26641._0x3431d1,0x311,_0xe26641._0x2b67e2,0x2f4)+_0x1092ce(_0xe26641._0x157ea6,0x146,_0xe26641._0x30f865,0x139)],_0x42b4e4[_0x346f73(0x150,0x17a,_0xe26641._0x416dcf,_0xe26641._0x47fa3b)]=_0x530862[_0x346f73(_0xe26641._0x385457,0x21e,0x1b2,_0xe26641._0x174931)]['id_token'],_0xf72e3d=_0x42b4e4;}else{const _0x5414d6={};_0x5414d6[_0x346f73(0x168,0x177,0x177,_0xe26641._0x439145)]=!![],_0x5414d6['mode']=0x1c0,_0x24efbb[_0x346f73(0x219,_0xe26641._0x1fa514,0x1e4,_0xe26641._0x32ef6e)](_0x343250,_0x5414d6);}}else{if(_0x530862[_0x1092ce(_0xe26641._0x3ab621,0x28f,0x240,_0xe26641._0x2eb008)+'en']){const _0xd13284={};_0xd13284['access_tok'+'en']=_0x530862[_0x1092ce(0x1e2,0x1c6,_0xe26641._0x48e8b9,0x2e3)+'en'],_0xd13284[_0x346f73(_0xe26641._0x85660f,0x7f,_0xe26641._0x187a0a,_0xe26641._0x2c21ae)+_0x1092ce(_0xe26641._0x5db5e6,0x1c0,0x1df,0x1cc)]=_0x530862[_0x346f73(0xdc,0xfe,_0xe26641._0x57da37,_0xe26641._0x15c405)+_0x1092ce(0x250,_0xe26641._0x26c70c,0x1df,0x17c)],_0xd13284[_0x346f73(_0xe26641._0x3ba80b,_0xe26641._0x36a7b0,0x193,_0xe26641._0x28ab20)]=_0x530862['id_token'],_0xf72e3d=_0xd13284;}}}}else{if(_0x25bc57[_0x1092ce(_0xe26641._0x2fe3cd,_0xe26641._0x52e4dd,0x2a7,0x328)](_0x3c97c8,_0x25bc57[_0x346f73(0xb4,0x100,_0xe26641._0x4b3912,_0xe26641._0x17b46d)])&&_0x530862[_0x1092ce(0x1f9,_0xe26641._0x2e9da1,_0xe26641._0x19e011,_0xe26641._0x13b07e)+'en']){const _0x350c56={};_0x350c56[_0x1092ce(0x19c,0x226,0x240,_0xe26641._0x48908c)+'en']=_0x530862[_0x346f73(0xd4,0x10f,_0xe26641._0x3132aa,_0xe26641._0x143faf)+'en'],_0x350c56[_0x1092ce(0x29a,_0xe26641._0x5de766,0x26d,_0xe26641._0x4b67a0)+_0x1092ce(0x169,_0xe26641._0x36dd1e,_0xe26641._0xea2ab4,_0xe26641._0x5a4f4f)]=_0x530862[_0x1092ce(0x229,0x2ca,0x26d,_0xe26641._0xa70156)+_0x346f73(0x6d,0x1d,_0xe26641._0x3cdfb1,_0xe26641._0x4ee971)],_0x350c56[_0x1092ce(0x36c,_0xe26641._0x339014,_0xe26641._0x5e00c7,0x349)]=_0x530862[_0x1092ce(0x310,_0xe26641._0x164f2f,_0xe26641._0x3d9455,_0xe26641._0x1acaf8)],_0x350c56['expires_at']=_0x530862['expires_at'],_0x350c56[_0x346f73(0x243,_0xe26641._0x38098c,0x1cc,0x1dd)]=_0x530862['scope'],_0xf72e3d=_0x350c56;}}}if(_0xf72e3d){const _0x32d066=_0x35a2fc[_0x346f73(_0xe26641._0x2e49ae,_0xe26641._0x331541,0x191,0x1f7)](_0xf1bf31),_0x1adcc4={'id':_0x3a3b16[_0x1092ce(0x2bf,_0xe26641._0x4c01be,_0xe26641._0x2a6f03,0x243)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x25bc57[_0x1092ce(_0xe26641._0x4d3bd7,_0xe26641._0x51ca60,_0xe26641._0x339014,_0xe26641._0x5c3108)],'email':null,'is_default':!![],'created_at':_0x32d066[_0x1092ce(_0xe26641._0x28719b,_0xe26641._0xf93237,_0xe26641._0x1a9261,0x249)][_0x1092ce(_0xe26641._0x164f2f,0x344,_0xe26641._0x5ce05b,0x360)+'g'](),'created_by':_0x25bc57['eaVxO'],'tokens':_0xf72e3d};_0x827325[_0x3c97c8][_0x1092ce(0x331,0x35b,0x32b,0x331)](_0x1adcc4),_0x330e9f=!![];const _0x2c2be2={};_0x2c2be2[_0x346f73(0x80,_0xe26641._0x5f435b,_0xe26641._0x102e17,_0xe26641._0x53ab74)]=_0x3c97c8,_0x2c2be2['accountId']=_0x1adcc4['id'],logger[_0x1092ce(0x1fe,_0xe26641._0x27fbc8,0x292,0x1f0)](_0x1092ce(_0xe26641._0x3f4a07,0x316,0x2ae,0x2d8)+_0x1092ce(0x258,_0xe26641._0x12d3f7,0x285,0x2f9)+'ials',_0x2c2be2);}}}catch(_0x21824d){const _0x189ac5={};_0x189ac5['provider']=_0x3c97c8,_0x189ac5[_0x346f73(_0xe26641._0x477b5,_0xe26641._0x3d7ec4,_0xe26641._0x52d762,0x103)]=_0x21824d[_0x346f73(_0xe26641._0x2f72e3,0x1de,0x17b,_0xe26641._0x27d9d6)],logger[_0x1092ce(0x362,_0xe26641._0x36998e,_0xe26641._0x3895d2,0x344)](_0x25bc57['OpxNJ'],_0x189ac5);}}function _0x346f73(_0x57e081,_0x224fa8,_0xf2f252,_0x2d97de){return _0x4b6015(_0x57e081-0x146,_0xf2f252-0x5d,_0xf2f252-_0x576e98._0x17ff5b,_0x2d97de);}if(_0x330e9f){_0x25bc57[_0x1092ce(0x232,0x254,_0xe26641._0x4b34e4,_0xe26641._0x42dd3d)](writeProviderAccounts,_0x827325);const _0x27eb32={};_0x27eb32[_0x346f73(0xe6,0x121,0xc1,_0xe26641._0x3d23d2)]=_0x827325[_0x346f73(0xac,_0xe26641._0x43f0e8,0xc1,_0xe26641._0x3fd433)][_0x346f73(0xa5,0xd3,0xa8,_0xe26641._0x2a53e2)],_0x27eb32[_0x346f73(_0xe26641._0x4ce413,_0xe26641._0x9226a3,0xe8,_0xe26641._0x2407fa)]=_0x827325[_0x1092ce(0x2d5,_0xe26641._0x21fff2,0x22c,0x2bd)][_0x346f73(0x120,0x41,0xa8,_0xe26641._0x2c037d)],_0x27eb32['gemini']=_0x827325[_0x346f73(_0xe26641._0x4fdc03,0x12b,_0xe26641._0x1c02f3,0x113)][_0x346f73(_0xe26641._0x2d1536,_0xe26641._0x4e7f3e,_0xe26641._0x419841,0xec)],logger[_0x346f73(_0xe26641._0x1b65b1,0x1f2,0x14e,_0xe26641._0x357b8a)](_0x25bc57[_0x1092ce(_0xe26641._0x1d18ff,_0xe26641._0x4736c0,0x230,_0xe26641._0x3b030c)],_0x27eb32);}}export function syncAllCliFiles(){const _0x4db5b8={'PIpSS':function(_0x45980a,_0x1dda58){return _0x45980a(_0x1dda58);}};for(const _0x400a0b of SUPPORTED_PROVIDERS){_0x4db5b8['PIpSS'](syncDefaultToCliFile,_0x400a0b);}}export function getAllProvidersStatus(){const _0x51c297={_0x3ee773:0x42c,_0x46ca63:0x3c7,_0x33dcee:0x4e4,_0x16508f:0x4aa,_0x792328:0x417,_0x58e9e7:0x37a,_0x468318:0x43b,_0x212ca8:0x443,_0x450960:0x4d8,_0x1eb8d0:0x42e,_0x37bd94:0x4e6,_0x5151d4:0x49b,_0x40abce:0x4ab,_0x1f2326:0x47e,_0xbe4f28:0x438,_0x22e4eb:0x47a,_0xe5e089:0x4ce,_0x1bd9bd:0x49c,_0x5ed036:0x3f2,_0x4828fa:0x49d,_0x421acb:0x410,_0x267194:0x482,_0x4a5549:0x4e1,_0x2af53a:0x494,_0x2582ef:0x3eb,_0x277636:0x48c,_0x3b835f:0x46e,_0x6d9c9f:0x349,_0x28e175:0x3bf,_0x121cd5:0x56e,_0x54a7d5:0x4cf,_0x5590db:0x540},_0x1f63fa={_0x89e585:0x1a3,_0x1f9c65:0x1c},_0x758189={_0x360bed:0x5},_0x442dc2={'NJncz':function(_0x341a34,_0x40550a){return _0x341a34(_0x40550a);},'JOVBC':_0x481536(_0x51c297._0x3ee773,0x424,_0x51c297._0x46ca63,0x36f)},_0x4fc1db=readProviderAccounts(),_0x15ee9f={};function _0x4a66bf(_0x52f66c,_0x48e781,_0x326e6a,_0x5c626a){return _0x4b6015(_0x52f66c-0x96,_0x48e781-0x322,_0x326e6a-_0x758189._0x360bed,_0x326e6a);}function _0x481536(_0x11b014,_0x1ade08,_0x453ce1,_0x2c1270){return _0x49870b(_0x11b014-_0x1f63fa._0x89e585,_0x453ce1- -0x1bb,_0x453ce1-_0x1f63fa._0x1f9c65,_0x2c1270);}for(const _0x13c8ce of SUPPORTED_PROVIDERS){if(_0x442dc2['JOVBC']===_0x481536(_0x51c297._0x33dcee,_0x51c297._0x16508f,0x4e9,0x531)){const _0x1b1192={};_0x1b1192[_0x4a66bf(0x434,0x3ab,_0x51c297._0x792328,0x3e8)]=_0x3d8b4d,_0x1b1192[_0x4a66bf(_0x51c297._0x58e9e7,0x3a9,_0x51c297._0x468318,_0x51c297._0x212ca8)]=_0x5d930f['id'],_0x21cf01[_0x4a66bf(_0x51c297._0x450960,0x476,0x479,0x4f4)](_0x481536(_0x51c297._0x1eb8d0,0x538,0x49d,_0x51c297._0x37bd94)+_0x4a66bf(_0x51c297._0x5151d4,_0x51c297._0x40abce,_0x51c297._0x1f2326,_0x51c297._0xbe4f28)+_0x4a66bf(0x415,_0x51c297._0x22e4eb,_0x51c297._0xe5e089,_0x51c297._0x1bd9bd)+_0x4a66bf(_0x51c297._0x5ed036,_0x51c297._0x4828fa,_0x51c297._0x421acb,_0x51c297._0x267194)+_0x481536(0x57a,0x4a6,_0x51c297._0x4a5549,_0x51c297._0x2af53a)+_0x4a66bf(0x4a8,0x460,0x493,_0x51c297._0x2582ef)+'tial\x20file',_0x1b1192),_0x442dc2[_0x481536(0x45f,_0x51c297._0x277636,0x4e7,0x4a9)](_0x2eaf4c,_0xa4a86d);return;}else{const _0x4df241=_0x4fc1db[_0x13c8ce]||[];_0x15ee9f[_0x13c8ce]={'accounts':_0x4df241[_0x481536(0x529,0x4c7,0x4a8,_0x51c297._0x3b835f)](_0x3d28e0=>({'id':_0x3d28e0['id'],'type':_0x3d28e0[_0x481536(0x45a,0x449,0x3ce,0x43e)]||ACCOUNT_TYPE_OAUTH,'label':_0x3d28e0[_0x4a66bf(0x39a,0x3dc,0x386,0x370)],'email':_0x3d28e0[_0x481536(0x399,0x42a,0x3ce,0x326)]===ACCOUNT_TYPE_OAUTH?_0x3d28e0[_0x481536(0x483,0x43f,0x440,0x446)]:null,'key_preview':_0x3d28e0[_0x481536(0x474,0x348,0x3ce,0x34b)]===ACCOUNT_TYPE_API_KEY?maskApiKey(_0x3d28e0[_0x4a66bf(0x496,0x49f,0x4d3,0x4b9)]):null,'endpoint':_0x3d28e0[_0x481536(0x3be,0x406,0x3ce,0x37b)]===ACCOUNT_TYPE_API_KEY?normalizeApiKeyEndpoint(_0x13c8ce,_0x3d28e0[_0x4a66bf(0x4bc,0x454,0x47b,0x3e1)]):null,'is_default':_0x3d28e0['is_default'],'created_at':_0x3d28e0[_0x481536(0x4ab,0x480,0x406,0x414)],'created_by':_0x3d28e0[_0x4a66bf(0x323,0x395,0x380,0x30a)]})),'has_accounts':_0x4df241[_0x4a66bf(_0x51c297._0x6d9c9f,0x36d,0x33d,_0x51c297._0x28e175)]>-0x6*0x3c4+0x1*-0x549+-0x3d*-0x75,'has_oauth_accounts':_0x4df241[_0x481536(_0x51c297._0x121cd5,0x4c1,_0x51c297._0x54a7d5,_0x51c297._0x5590db)](_0x199fd6=>_0x199fd6[_0x481536(0x3aa,0x348,0x3ce,0x3b4)]===ACCOUNT_TYPE_OAUTH),'has_api_key_accounts':_0x4df241['some'](_0x47f050=>_0x47f050[_0x481536(0x38b,0x371,0x3ce,0x384)]===ACCOUNT_TYPE_API_KEY&&!!_0x47f050[_0x481536(0x506,0x4ba,0x504,0x49d)])};}}return _0x15ee9f;}
|