@profoundlogic/coderflow-server 0.3.2 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/agent-wrapper.sh +49 -9
- package/dist/base-image/entrypoint.sh +12 -1
- package/dist/coder-server.js +1 -1
- package/dist/config/cli-models.json +5 -3
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/agent-models.js +1 -0
- 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/basic-auth.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/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/init.js +1 -1
- package/dist/lib/cli/jira.js +1 -1
- package/dist/lib/cli/license.js +1 -1
- package/dist/lib/cli/server-manager.js +1 -1
- package/dist/lib/config-migration.js +1 -0
- 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/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/jira-client.js +1 -1
- package/dist/lib/judge-blinding.js +1 -1
- package/dist/lib/logger.js +1 -1
- package/dist/lib/model-fetcher.js +1 -1
- package/dist/lib/notifications.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/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/request-url.js +1 -1
- package/dist/lib/rewind.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 -0
- package/dist/lib/task-name-generator.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/routes/apiKeys.js +1 -1
- package/dist/routes/auth-oidc.js +1 -1
- package/dist/routes/auth.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/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/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 +2 -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/comments-widget.js +1 -1
- package/dist/web-ui/public/diff-utils.js +1 -1
- package/dist/web-ui/public/docs/README.md +1 -1
- package/dist/web-ui/public/docs/admin/environments.md +1 -1
- package/dist/web-ui/public/docs/integrations/ibmi/overview.md +3 -3
- package/dist/web-ui/public/docs/integrations/overview.md +1 -1
- package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +38 -0
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.js +1 -1
- package/dist/web-ui/public/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 +1 -0
- 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/server-health.js +1 -1
- package/dist/web-ui/public/settings.js +1 -1
- package/dist/web-ui/public/setup-password.js +1 -1
- package/dist/web-ui/public/skills.js +1 -1
- package/dist/web-ui/public/sse-client.js +1 -1
- package/dist/web-ui/public/sse-shared-worker.js +1 -1
- package/dist/web-ui/public/styles.css +50 -0
- package/dist/web-ui/public/task.html +10 -3
- package/dist/web-ui/public/task.js +1 -1
- package/dist/web-ui/public/terminal.js +1 -1
- package/dist/web-ui/public/theme.js +1 -1
- package/dist/web-ui/public/users.js +1 -1
- package/dist/web-ui/public/variant-grouping.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(_0x1731fe,_0x20233c){const _0x5cb465={_0x296a2d:0x132,_0x2f5204:0xa1,_0x57e817:0x16c,_0xee91a2:0x1a0,_0x27da45:0x1dc,_0x439157:0x25b,_0x365778:0x203,_0x15b0a7:0x1fd,_0x237670:0x1d9,_0x34745:0x177,_0x48c319:0x1a6,_0x5301d7:0x133,_0x425253:0x26f,_0x1ad82a:0x331,_0xc8ba9e:0xe8,_0x3d1351:0x104,_0x5b6513:0x19b},_0x57ddd0=_0x1731fe();function _0x5ce65(_0x56c6e1,_0x2b492c,_0x6364ed,_0x1cda03){return _0x3307(_0x6364ed-0x7c,_0x1cda03);}function _0x20ccfa(_0x1b7253,_0x57b31a,_0x1ce95d,_0x1fb241){return _0x3307(_0x57b31a- -0x351,_0x1fb241);}while(!![]){try{const _0x3bb120=-parseInt(_0x5ce65(_0x5cb465._0x296a2d,_0x5cb465._0x2f5204,0x14e,_0x5cb465._0x57e817))/(0x915+-0x1*-0x1391+0x1ca5*-0x1)*(parseInt(_0x5ce65(_0x5cb465._0xee91a2,0x16d,_0x5cb465._0x27da45,0x231))/(0x3*0x356+-0x2162+0x1762))+-parseInt(_0x20ccfa(-_0x5cb465._0x439157,-0x1c8,-_0x5cb465._0x365778,-0x214))/(0x1998+-0x20e+-0x1787)+-parseInt(_0x5ce65(0x164,_0x5cb465._0x15b0a7,_0x5cb465._0x237670,0x191))/(0x8e5+0x641*-0x5+0x1664)*(parseInt(_0x20ccfa(-_0x5cb465._0x34745,-0x22b,-_0x5cb465._0x48c319,-0x19e))/(0xc24+0x687+-0x953*0x2))+-parseInt(_0x5ce65(0x182,0x195,0x1b4,_0x5cb465._0x5301d7))/(-0x26ad+-0x2558+0x4c0b)+-parseInt(_0x20ccfa(-0x2fa,-0x275,-_0x5cb465._0x425253,-0x25e))/(0x241*-0x11+0x1080+0x2bb*0x8)+parseInt(_0x20ccfa(-0x287,-0x28e,-_0x5cb465._0x1ad82a,-0x2c0))/(-0x7*0x427+-0x214e+0x3e67)*(-parseInt(_0x5ce65(0x18e,0x245,0x242,0x2b6))/(0x2690+0x9d*-0x1f+-0x9c2*0x2))+parseInt(_0x5ce65(_0x5cb465._0xc8ba9e,_0x5cb465._0x3d1351,_0x5cb465._0x5b6513,0x13c))/(0xb9d+0x4*-0x939+0x1951);if(_0x3bb120===_0x20233c)break;else _0x57ddd0['push'](_0x57ddd0['shift']());}catch(_0x2c5567){_0x57ddd0['push'](_0x57ddd0['shift']());}}}(_0x49aa,0xf5fea+-0x61932+0x28*-0xe9));function _0x28dc71(_0x2ef4ba,_0x3ab0d1,_0x565ee7,_0x31e536){return _0x3307(_0x2ef4ba- -0x1d1,_0x31e536);}import _0x5ad5b6 from'crypto';import _0x4b4bc4 from'fs';import _0x118a6e from'path';import _0x4586d2 from'os';import{DATA_DIR}from'./data-dir.js';import{logger}from'./logger.js';const ACCOUNTS_FILE=_0x118a6e['join'](DATA_DIR,_0x28dc71(-0xea,-0x8d,-0x76,-0x15b)+'ccounts.js'+'on'),SUPPORTED_PROVIDERS=[_0x28dc71(-0xcd,-0xf6,-0x91,-0x3c),_0x28dc71(-0x24,0x2a,0x26,-0x2c),_0x28dc71(-0x31,-0x20,-0x86,0x4e)],ACCOUNT_TYPE_OAUTH=_0x28dc71(-0x149,-0x191,-0xc6,-0x1c7),ACCOUNT_TYPE_API_KEY=_0x28dc71(-0x89,-0x14,-0x13a,-0x133),_0x347612={};_0x347612[_0x28dc71(-0xcd,-0x37,-0xd9,-0x150)]=_0x4abdd7(0x8e,0xd6,0xb9,0x59)+_0x28dc71(-0x26,-0xc3,0x76,0xe)+'.json',_0x347612[_0x28dc71(-0x24,-0x18,-0x83,-0x35)]=_0x4abdd7(0x10e,0x17f,0x106,0x153)+_0x28dc71(-0x82,-0xfd,-0xc,-0x9d),_0x347612[_0x28dc71(-0x31,0x6f,-0x5b,-0xe4)]=_0x28dc71(-0x137,-0xfa,-0xe1,-0x125)+_0x28dc71(-0x75,-0xc9,-0x29,0x3d)+'json';const CLI_CREDENTIAL_FILES=_0x347612,_0x560f43={};_0x560f43[_0x4abdd7(0x104,0x5a,0x13b,0x172)]='org:create'+_0x28dc71(-0xdd,-0x108,-0xd8,-0x3c)+'ser:profil'+_0x4abdd7(0x17b,0x111,0x15e,0x1c2)+_0x4abdd7(0x54,0xc4,0x30,0x8d)+_0x28dc71(-0x114,-0x19d,-0x6c,-0x15c)+_0x4abdd7(0x156,0xc5,0x123,0x191)+'de';function _0x4abdd7(_0x1a3aa5,_0x57f8db,_0x3c39aa,_0x5a283d){const _0x5d10ad={_0x1abacd:0x45};return _0x3307(_0x1a3aa5- -_0x5d10ad._0x1abacd,_0x57f8db);}function _0x3307(_0x255778,_0x2851bd){_0x255778=_0x255778-(0x1*0xe9f+0xad*0x17+-0x1db0);const _0x584774=_0x49aa();let _0x2160f9=_0x584774[_0x255778];if(_0x3307['UaTRpE']===undefined){var _0x5be1ad=function(_0x3f18e7){const _0x4b06a5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2c61ef='',_0x373afb='';for(let _0x4bc9c2=0x1f*-0xc+0x1f07+-0x1d93,_0x25ff5b,_0x7501c3,_0x167ab2=0x4bd+0x1bdd+-0x209a;_0x7501c3=_0x3f18e7['charAt'](_0x167ab2++);~_0x7501c3&&(_0x25ff5b=_0x4bc9c2%(0x17d7*0x1+-0x1580+0x23*-0x11)?_0x25ff5b*(-0x20e4+-0x149c*0x1+-0x28*-0x158)+_0x7501c3:_0x7501c3,_0x4bc9c2++%(-0xc79*0x2+-0x1bc*-0x1+0x173a))?_0x2c61ef+=String['fromCharCode'](0x1*0x225+-0x1906+-0x17e*-0x10&_0x25ff5b>>(-(-0x1c0e+0x265a+-0xa4a)*_0x4bc9c2&0x13*-0xd4+0x1a94+0x569*-0x2)):0xb16+0x1d59+-0x3ad*0xb){_0x7501c3=_0x4b06a5['indexOf'](_0x7501c3);}for(let _0x4a3c48=-0xc5*0x10+0x8*-0x15d+-0x1738*-0x1,_0xa3a51f=_0x2c61ef['length'];_0x4a3c48<_0xa3a51f;_0x4a3c48++){_0x373afb+='%'+('00'+_0x2c61ef['charCodeAt'](_0x4a3c48)['toString'](-0xbe4*-0x1+0x145c+-0x2030))['slice'](-(-0x6b*0x34+0xe4*0x13+0x4d2));}return decodeURIComponent(_0x373afb);};_0x3307['MjZMXA']=_0x5be1ad,_0x3307['OfHifx']={},_0x3307['UaTRpE']=!![];}const _0x241ef4=_0x584774[-0x77f*-0x1+-0xa42+-0x7*-0x65],_0x1d7d35=_0x255778+_0x241ef4,_0x2ed16b=_0x3307['OfHifx'][_0x1d7d35];return!_0x2ed16b?(_0x2160f9=_0x3307['MjZMXA'](_0x2160f9),_0x3307['OfHifx'][_0x1d7d35]=_0x2160f9):_0x2160f9=_0x2ed16b,_0x2160f9;}const _0x14f582={};_0x14f582[_0x4abdd7(0x104,0x18f,0x155,0x170)]=_0x4abdd7(0x160,0x1b4,0x1d3,0x15d)+_0x28dc71(-0xfd,-0xf5,-0xec,-0x54)+_0x4abdd7(0x57,-0x31,0x4d,0xce)+'ccess';const _0x2300f7={};_0x2300f7[_0x4abdd7(0x104,0x8f,0xab,0xf8)]='https://ww'+_0x4abdd7(0xf5,0x125,0x117,0xf2)+_0x28dc71(-0x2a,0x5d,-0xc3,0x4c)+_0x4abdd7(0x151,0xe2,0x1b2,0xfd)+_0x28dc71(-0x2e,0x22,-0xae,-0x4e)+_0x28dc71(-0x157,-0x149,-0x15a,-0x1b6)+'oogleapis.'+_0x28dc71(0xf,0x95,-0x46,0xa0)+_0x28dc71(-0xd8,-0xe4,-0x94,-0x112)+_0x28dc71(-0x131,-0x18f,-0xab,-0xad)+'//www.goog'+_0x4abdd7(0x195,0x23c,0x1b3,0x1c2)+_0x28dc71(-0x127,-0x7d,-0xf3,-0x119)+_0x4abdd7(0xb7,0x6d,0x62,0x12c)+'le';const _0x11d7eb={};_0x11d7eb[_0x28dc71(-0xcd,-0x10e,-0x145,-0x28)]=_0x560f43,_0x11d7eb['codex']=_0x14f582,_0x11d7eb[_0x4abdd7(0x15b,0x137,0xb2,0x121)]=_0x2300f7;const PROVIDER_CONFIG=_0x11d7eb;function trimToNull(_0x15b999){const _0x1410d1={_0x4a536a:0x101,_0xdba54:0x9e,_0x11d7dd:0x119,_0x3594cf:0x150,_0x5047c4:0xcf,_0x355717:0x190,_0x13f1f1:0x10b,_0x3b511c:0xcd,_0x5dae7c:0x1f2,_0x19f237:0x1ae},_0x279d55={_0x2e1b77:0x31c,_0x40049e:0x11a},_0x22ed06={_0x393db0:0x14d,_0x530c5c:0x1e7};function _0x28af23(_0x3f55f5,_0x1972fd,_0x3418c4,_0x495680){return _0x4abdd7(_0x3418c4-0x4d,_0x3f55f5,_0x3418c4-_0x22ed06._0x393db0,_0x495680-_0x22ed06._0x530c5c);}const _0x6aaaa4={};_0x6aaaa4['qaZgI']=function(_0x1844b9,_0x2a0725){return _0x1844b9!==_0x2a0725;},_0x6aaaa4[_0x28af23(_0x1410d1._0x4a536a,_0x1410d1._0xdba54,_0x1410d1._0x11d7dd,0x188)]='string',_0x6aaaa4['wJcoL']=function(_0x36dfaf,_0x2d5d61){return _0x36dfaf||_0x2d5d61;};function _0x5be861(_0x19644c,_0x314d51,_0x1e10d8,_0x431340){return _0x4abdd7(_0x314d51- -_0x279d55._0x2e1b77,_0x431340,_0x1e10d8-0x83,_0x431340-_0x279d55._0x40049e);}const _0xf3d8e3=_0x6aaaa4;if(_0xf3d8e3[_0x28af23(0x138,_0x1410d1._0x3594cf,_0x1410d1._0x5047c4,0x72)](typeof _0x15b999,_0xf3d8e3[_0x28af23(0x169,_0x1410d1._0x355717,0x119,0xb0)]))return null;const _0x577a00=_0x15b999[_0x28af23(0x120,_0x1410d1._0x13f1f1,0x139,_0x1410d1._0x3b511c)]();return _0xf3d8e3[_0x28af23(_0x1410d1._0x5dae7c,0x1a2,_0x1410d1._0x19f237,0x16e)](_0x577a00,null);}function normalizeBaseUrl(_0x5a62e8){const _0xf02b1a={_0x4b05cf:0x2df,_0x249068:0x238,_0x290946:0xf4,_0x528da9:0x1aa,_0x21c61d:0x195,_0x3e8011:0xdb,_0x2067c6:0xcb,_0x3b0d33:0xa4,_0x22135b:0xad,_0x3c6402:0x19e,_0x3faad5:0xfd,_0x33eed3:0x1cb,_0x2d0d28:0x210,_0x14ffa7:0x2bd,_0x47f56b:0x37b,_0x11062c:0x3f8,_0x2a0e01:0xcc,_0xfd9114:0x1cd,_0x3e9824:0x1e6,_0xbb0ad3:0x29a,_0xd98b75:0x3ca,_0xdd0ebe:0x352,_0x3fb867:0x2ad,_0x1b9c00:0x100,_0x38d002:0xff,_0x13ced1:0x1e8,_0x62eae9:0x137,_0x509395:0x2e4,_0x313d32:0x303,_0x3c8eb1:0x1f6,_0x2890ea:0x14a,_0x1ed2fc:0x329,_0x586fac:0x2af,_0x449b0a:0x15b,_0x1030a2:0x212,_0xfe285b:0x23a,_0x859e36:0x15e,_0x354e2a:0x28d,_0x1ec50c:0x1e8,_0x5aa656:0x179,_0xcac9af:0x194,_0x44f839:0x305,_0x1260c2:0x256,_0x27f5d6:0x230,_0x5299d8:0x213,_0x1df530:0x2b0,_0x1e5664:0x392,_0x3dcdb8:0x324,_0x53ed15:0xef,_0x1aa0bf:0x19c,_0x3efb36:0x1d9,_0x908e19:0x2a2,_0x31df96:0x31b,_0x145830:0x3b9,_0x25e287:0x37c,_0x56f77b:0x395,_0xcfa9ad:0x41d,_0x4e4bf3:0x125,_0x4985a1:0xf0,_0x84165:0x1e7,_0x48b122:0x210,_0x17ce84:0x254,_0x59a0f0:0x2d6,_0x218b93:0x23d,_0x1f51d5:0x1b1,_0xd7b2a:0x13d,_0x23894e:0x2eb,_0x296051:0x36f,_0x49833e:0x27a,_0x55b0fb:0x1de},_0x3d9233={_0xb5b38:0x247,_0x16a3d4:0x1ad,_0x3d00e0:0x157},_0x3d22fc={_0xdcc39f:0x205,_0x23cdbe:0x152},_0x5cdbf5={'bfQZm':function(_0x24ebdf,_0x3e8d74){return _0x24ebdf!==_0x3e8d74;},'BRUHo':_0x30f15f(0x23f,0x28b,_0xf02b1a._0x4b05cf,_0xf02b1a._0x249068),'JqErU':_0x5bb3b2(-0x142,-_0xf02b1a._0x290946,-0x1a2,-0xe3)+_0x5bb3b2(-_0xf02b1a._0x528da9,-0x109,-_0xf02b1a._0x21c61d,-_0xf02b1a._0x3e8011)+_0x5bb3b2(-0x1a,-_0xf02b1a._0x2067c6,-_0xf02b1a._0x3b0d33,-_0xf02b1a._0x22135b)+_0x5bb3b2(-_0xf02b1a._0x3c6402,-0x1aa,-_0xf02b1a._0x3faad5,-0x106)+_0x5bb3b2(-0x1a9,-_0xf02b1a._0x33eed3,-0x241,-_0xf02b1a._0x2d0d28)+_0x30f15f(_0xf02b1a._0x14ffa7,0x369,_0xf02b1a._0x47f56b,_0xf02b1a._0x11062c)+_0x30f15f(0x373,0x314,0x3be,0x323),'NQqga':function(_0xbba676,_0x175cf0){return _0xbba676(_0x175cf0);},'lUvcv':function(_0x1f64a6,_0x216996){return _0x1f64a6!==_0x216996;},'fsXhb':_0x5bb3b2(-_0xf02b1a._0x2a0e01,-0x145,-_0xf02b1a._0xfd9114,-_0xf02b1a._0x3e9824),'GIwra':'bYPmv','CUPbx':_0x30f15f(0x21c,0x270,_0xf02b1a._0xbb0ad3,0x2bd),'LNjFL':function(_0x46c8a4,_0x53e0b3){return _0x46c8a4!==_0x53e0b3;},'mdjwg':'gpEmN','AfViS':function(_0x3a3746,_0x26073d){return _0x3a3746===_0x26073d;},'AaUfM':_0x30f15f(_0xf02b1a._0xd98b75,_0xf02b1a._0xdd0ebe,0x3b0,_0xf02b1a._0x3fb867)},_0x56fa2d=_0x5cdbf5['NQqga'](trimToNull,_0x5a62e8);function _0x30f15f(_0x1393b9,_0x1f57fb,_0x9c0c93,_0x18a876){return _0x4abdd7(_0x1f57fb-_0x3d22fc._0xdcc39f,_0x1393b9,_0x9c0c93-_0x3d22fc._0x23cdbe,_0x18a876-0x76);}if(!_0x56fa2d)return null;function _0x5bb3b2(_0x485a0b,_0x2f7e5a,_0xbdb1d5,_0x4455f7){return _0x4abdd7(_0x2f7e5a- -_0x3d9233._0xb5b38,_0x4455f7,_0xbdb1d5-_0x3d9233._0x16a3d4,_0x4455f7-_0x3d9233._0x3d00e0);}try{if(_0x5cdbf5[_0x5bb3b2(-0x178,-_0xf02b1a._0x1b9c00,-_0xf02b1a._0x38d002,-0xa9)](_0x5cdbf5[_0x5bb3b2(-0x1cb,-0x201,-0x1eb,-0x176)],_0x5cdbf5['GIwra'])){const _0x24bc8c=new URL(_0x56fa2d);if(_0x5cdbf5[_0x5bb3b2(-0x15a,-_0xf02b1a._0x13ced1,-0x221,-_0xf02b1a._0x62eae9)](_0x24bc8c['protocol'],_0x5cdbf5['CUPbx'])&&_0x5cdbf5['LNjFL'](_0x24bc8c[_0x30f15f(0x24f,_0xf02b1a._0x509395,_0xf02b1a._0x313d32,0x2d4)],_0x5cdbf5[_0x5bb3b2(-0x22e,-_0xf02b1a._0x3c8eb1,-0x255,-_0xf02b1a._0x2890ea)])){if(_0x5cdbf5['mdjwg']===_0x30f15f(_0xf02b1a._0x1ed2fc,_0xf02b1a._0x586fac,0x2e8,0x350))return null;else{const _0x4f0fc8=new _0x236c1a(_0x4cc8fd);if(_0x4f0fc8[_0x5bb3b2(-0x107,-0x168,-_0xf02b1a._0x449b0a,-_0xf02b1a._0x1030a2)]!==_0x5bb3b2(-_0xf02b1a._0xfe285b,-0x1dc,-_0xf02b1a._0x859e36,-_0xf02b1a._0x354e2a)&&_0x5cdbf5[_0x5bb3b2(-0x1b9,-_0xf02b1a._0x1ec50c,-_0xf02b1a._0x5aa656,-_0xf02b1a._0xcac9af)](_0x4f0fc8['protocol'],_0x5cdbf5[_0x30f15f(_0xf02b1a._0x44f839,_0xf02b1a._0x1260c2,_0xf02b1a._0x27f5d6,0x2b0)]))return null;return _0x4f0fc8[_0x30f15f(_0xf02b1a._0x5299d8,_0xf02b1a._0x1df530,0x29c,0x344)]()[_0x30f15f(_0xf02b1a._0x1e5664,_0xf02b1a._0x3dcdb8,0x2f6,0x34b)](/\/+$/,'');}}return _0x24bc8c[_0x5bb3b2(-_0xf02b1a._0x53ed15,-_0xf02b1a._0x1aa0bf,-0x161,-0x1d8)]()['replace'](/\/+$/,'');}else{const _0x3f5b45={};_0x3f5b45[_0x5bb3b2(-0x124,-0x158,-_0xf02b1a._0x3efb36,-0x18a)]=_0x29b9b8,_0x3f5b45['accountId']=_0x2efb9['id'],_0x545c3b[_0x30f15f(0x26e,0x271,0x30c,_0xf02b1a._0x908e19)](_0x5cdbf5[_0x5bb3b2(-0x11d,-0x10e,-0xfc,-0xa4)],_0x3f5b45),_0x5cdbf5['NQqga'](_0x5b9435,_0x2700b8);return;}}catch{if(_0x5cdbf5[_0x30f15f(0x374,_0xf02b1a._0x31df96,0x283,_0xf02b1a._0x145830)](_0x5cdbf5['AaUfM'],_0x30f15f(_0xf02b1a._0x25e287,_0xf02b1a._0x56f77b,_0xf02b1a._0xcfa9ad,0x35b))){const _0x460c5a={};_0x460c5a[_0x5bb3b2(-_0xf02b1a._0x4e4bf3,-_0xf02b1a._0x4985a1,-0x54,-0x1a3)+'en']=_0x1b66b9[_0x30f15f(0x328,0x35c,_0xf02b1a._0x509395,0x34f)+'en'],_0x460c5a[_0x5bb3b2(-0x1bc,-_0xf02b1a._0x84165,-_0xf02b1a._0x27f5d6,-_0xf02b1a._0x48b122)+_0x30f15f(_0xf02b1a._0x17ce84,_0xf02b1a._0x59a0f0,0x322,_0xf02b1a._0x218b93)]=_0x8a1a37['refresh_to'+_0x5bb3b2(-_0xf02b1a._0x1f51d5,-0x176,-0x154,-_0xf02b1a._0xd7b2a)],_0x460c5a[_0x30f15f(0x333,0x301,_0xf02b1a._0x23894e,_0xf02b1a._0x296051)]=_0x46c46c['id_token'],_0x43b6ce={'tokens':_0x460c5a,'last_refresh':new _0x45eb37()[_0x5bb3b2(-_0xf02b1a._0x49833e,-_0xf02b1a._0x55b0fb,-0x19f,-_0xf02b1a._0x21c61d)+'g']()};}else return null;}}function endpointSupportsApiVersion(_0x55a87b){const _0x443184={_0x2fbf24:0x45f,_0xc422bc:0x54f,_0x46ffe9:0x3e1,_0x31dd4d:0x39a,_0x1dcd7a:0x439,_0x3361c1:0x3d6,_0x19b325:0x429,_0x129842:0x3b6,_0x459208:0x293,_0x20c1aa:0x34c,_0x34096b:0x2ef},_0x3c8578={_0x106418:0x407,_0x2a0305:0x129},_0x5e63cc={_0x4a0795:0x5aa},_0x2970e8={};function _0x1ffc53(_0x22848b,_0x1523d9,_0x52d26b,_0x2fccc1){return _0x28dc71(_0x2fccc1-_0x5e63cc._0x4a0795,_0x1523d9-0x56,_0x52d26b-0x15f,_0x22848b);}function _0x3a0c8d(_0x3d0a19,_0x2fd3fd,_0x252dc7,_0x105c8c){return _0x28dc71(_0x2fd3fd-_0x3c8578._0x106418,_0x2fd3fd-_0x3c8578._0x2a0305,_0x252dc7-0xb8,_0x252dc7);}_0x2970e8[_0x1ffc53(_0x443184._0x2fbf24,0x4a1,_0x443184._0xc422bc,0x4b3)]=function(_0x5e6c8e,_0x751649){return _0x5e6c8e===_0x751649;},_0x2970e8[_0x1ffc53(0x462,_0x443184._0x46ffe9,0x547,0x492)]=function(_0x525373,_0x4bb6e3){return _0x525373===_0x4bb6e3;},_0x2970e8[_0x3a0c8d(0x3e6,0x418,0x442,_0x443184._0x31dd4d)]=_0x3a0c8d(_0x443184._0x1dcd7a,_0x443184._0x3361c1,0x421,_0x443184._0x19b325);const _0x33d3f2=_0x2970e8;return _0x33d3f2[_0x3a0c8d(_0x443184._0x129842,0x310,0x2ad,_0x443184._0x459208)](_0x55a87b,_0x3a0c8d(_0x443184._0x20c1aa,0x3e3,0x476,0x39d))||_0x33d3f2[_0x3a0c8d(0x379,_0x443184._0x34096b,0x270,0x330)](_0x55a87b,_0x33d3f2[_0x3a0c8d(0x398,0x418,0x45f,0x477)]);}function getDefaultEndpointConfig(_0x3627a4){const _0x1b0d70={_0x232025:0x13e,_0x14183c:0x5c,_0x400674:0xb1,_0x2ff484:0x10c,_0x3ee061:0x1f6},_0x4f95c5={_0x12d273:0x22c,_0x53729f:0x92,_0xf38cb4:0xdc},_0x10d369={_0x1349d2:0x136,_0x25aad3:0x1ce};function _0x43ed5d(_0x174ab5,_0x2a15dd,_0x44fc39,_0x5bb3c5){return _0x4abdd7(_0x44fc39- -_0x10d369._0x1349d2,_0x2a15dd,_0x44fc39-0x181,_0x5bb3c5-_0x10d369._0x25aad3);}const _0x172150={'xgkTw':function(_0x3338e5,_0x1840f0){return _0x3338e5(_0x1840f0);}};function _0x15f759(_0x18eb97,_0x4b42e5,_0x428924,_0x3b33f9){return _0x4abdd7(_0x3b33f9- -_0x4f95c5._0x12d273,_0x4b42e5,_0x428924-_0x4f95c5._0x53729f,_0x3b33f9-_0x4f95c5._0xf38cb4);}const _0xddf546={};return _0xddf546[_0x43ed5d(-_0x1b0d70._0x232025,-_0x1b0d70._0x14183c,-_0x1b0d70._0x400674,-_0x1b0d70._0x2ff484)+'n']=null,{'mode':_0x15f759(-0x172,-0x188,-0x1e8,-_0x1b0d70._0x3ee061),'base_url':null,..._0x172150['xgkTw'](endpointSupportsApiVersion,_0x3627a4)?_0xddf546:{}};}function normalizeApiKeyEndpoint(_0x42402b,_0x33f6a3){const _0x88ad10={_0x5d98f0:0x19d,_0x53a06a:0x20c,_0x559956:0x392,_0x44ed5c:0x3c9,_0x5d0489:0x306,_0x40b33a:0x319,_0x1a7f71:0x310,_0x596f7f:0x26c,_0x214337:0x2db,_0x1560a8:0x2ba,_0x3a4f02:0x222,_0x541d44:0x21a,_0x4a9921:0x24f,_0x38761a:0x320,_0xf107aa:0x398,_0x194c10:0x26e,_0x4bc7d0:0x25e,_0x1474c4:0x278,_0x1e396e:0x28b,_0x40015f:0x2e9,_0x377efb:0x309,_0x134eb5:0x33d,_0x19da4f:0x2c4,_0x49419d:0x350,_0x2d089c:0x38d,_0xa36de:0x326,_0x1076b7:0x335,_0x397cce:0x3b1,_0x562368:0x3af,_0x4fe923:0x2d3,_0x200740:0x313,_0x212ca8:0x3a6,_0x3bda8c:0x382,_0x106cea:0x346,_0x11e7d6:0x2cb,_0x5cff15:0x323,_0x4102f5:0x1e6,_0x49ef16:0x2e3,_0x234024:0x282,_0x406ad9:0x2c1,_0x1794a4:0x22d,_0x3dea91:0x2f1,_0x294fe5:0x31e,_0x4b61bb:0x298,_0x50c21f:0x32a},_0x1bf565={_0x44d22a:0x1c7,_0x2468ba:0xf8},_0x67ceca={_0x4ee4eb:0x153},_0x2d31d3={'IRnPg':function(_0x7cb29b,_0x502028){return _0x7cb29b(_0x502028);},'Rhbpq':function(_0x2d4557,_0x55d55e){return _0x2d4557===_0x55d55e;},'eDeHv':'custom','BPAfZ':_0x902d6a(0x24d,_0x88ad10._0x5d98f0,0x1fd,_0x88ad10._0x53a06a),'kbRIH':_0x2ad6b2(_0x88ad10._0x559956,0x2e6,0x436,_0x88ad10._0x44ed5c),'hySlH':function(_0x32b08d,_0xb15c89){return _0x32b08d(_0xb15c89);},'RFCdn':function(_0x18fe94,_0x3e4cf9){return _0x18fe94(_0x3e4cf9);}};function _0x2ad6b2(_0x347caf,_0x4047dd,_0x1188f2,_0x22d59c){return _0x4abdd7(_0x347caf-0x236,_0x4047dd,_0x1188f2-_0x67ceca._0x4ee4eb,_0x22d59c-0x43);}const _0x3d1d58=_0x2d31d3['IRnPg'](getDefaultEndpointConfig,_0x42402b),_0x2dfb50=_0x2d31d3[_0x902d6a(0x33a,0x362,_0x88ad10._0x5d0489,0x340)](trimToNull(_0x33f6a3?.[_0x2ad6b2(0x304,_0x88ad10._0x40b33a,0x331,_0x88ad10._0x1a7f71)]),_0x2d31d3['eDeHv'])?_0x2d31d3[_0x902d6a(_0x88ad10._0x596f7f,0x29f,_0x88ad10._0x214337,_0x88ad10._0x1560a8)]:_0x2d31d3[_0x902d6a(_0x88ad10._0x3a4f02,0x1a7,_0x88ad10._0x541d44,_0x88ad10._0x4a9921)];if(_0x2dfb50!==_0x2d31d3['eDeHv'])return _0x3d1d58;const _0x14a786=_0x2d31d3['IRnPg'](normalizeBaseUrl,_0x33f6a3?.['base_url']);if(!_0x14a786){if(_0x2d31d3[_0x902d6a(_0x88ad10._0x38761a,_0x88ad10._0xf107aa,0x306,0x289)](_0x2d31d3[_0x2ad6b2(_0x88ad10._0x194c10,0x22b,_0x88ad10._0x4bc7d0,_0x88ad10._0x1474c4)],_0x2d31d3[_0x2ad6b2(_0x88ad10._0x194c10,_0x88ad10._0x1e396e,_0x88ad10._0x40015f,_0x88ad10._0x377efb)]))return _0x3d1d58;else _0x35678a={'claudeAiOauth':{'accessToken':_0x19800b[_0x902d6a(_0x88ad10._0x134eb5,0x369,_0x88ad10._0x19da4f,_0x88ad10._0x49419d)+'n']||_0x3afe6f[_0x2ad6b2(_0x88ad10._0x2d089c,_0x88ad10._0xa36de,_0x88ad10._0x1076b7,0x38b)+'en'],'refreshToken':_0xf5bb98[_0x2ad6b2(0x3c2,0x377,0x3e7,_0x88ad10._0x397cce)+'en']||_0x400440['refresh_to'+_0x2ad6b2(0x307,0x3b0,_0x88ad10._0x562368,0x359)],'expiresAt':_0x17cb1d[_0x902d6a(0x28c,_0x88ad10._0x4fe923,0x27c,0x1ed)]||_0x1483e5[_0x2ad6b2(_0x88ad10._0x200740,0x31c,_0x88ad10._0x212ca8,_0x88ad10._0x3bda8c)],'scopes':_0x29c771[_0x902d6a(0x2ef,_0x88ad10._0x106cea,_0x88ad10._0x11e7d6,_0x88ad10._0x3a4f02)]||_0x3683cc[_0x902d6a(_0x88ad10._0x5cff15,_0x88ad10._0x4102f5,0x286,0x2d9)][_0x902d6a(_0x88ad10._0x49ef16,_0x88ad10._0x234024,0x2cb,0x21c)][_0x2ad6b2(_0x88ad10._0x406ad9,_0x88ad10._0x1794a4,0x324,0x312)]('\x20')}};}function _0x902d6a(_0x1906c1,_0x2a9789,_0x32b6c3,_0x19ea12){return _0x4abdd7(_0x32b6c3-_0x1bf565._0x44d22a,_0x19ea12,_0x32b6c3-_0x1bf565._0x2468ba,_0x19ea12-0x1d9);}return{'mode':_0x2d31d3[_0x902d6a(_0x88ad10._0x19da4f,_0x88ad10._0x3dea91,0x2db,0x28a)],'base_url':_0x14a786,..._0x2d31d3[_0x2ad6b2(0x2fb,_0x88ad10._0x294fe5,_0x88ad10._0x4b61bb,_0x88ad10._0x50c21f)](endpointSupportsApiVersion,_0x42402b)?{'api_version':_0x2d31d3['RFCdn'](trimToNull,_0x33f6a3?.['api_versio'+'n'])}:{}};}function normalizeAccount(_0x21b5d3,_0x5b6774){const _0x2cbe29={_0x5291bb:0x47,_0x130429:0x102,_0x4fd3cf:0x5b,_0x32bb47:0x3e,_0x1c4752:0x23,_0x2ccfd0:0x88,_0x2dbe70:0x21,_0x4ae1b6:0x4,_0x4e3b6b:0x43,_0x55d0ab:0x78,_0x2032b0:0x6f,_0x2875cc:0x14,_0x1364bc:0x32,_0x4a17c2:0xf4,_0x49219a:0xb1,_0x18efd6:0x4,_0x98991f:0x48,_0x19340e:0x23b,_0x484ea7:0x2ad,_0x82b96d:0x28a,_0x1a7c74:0x1e,_0x58528b:0x65,_0x5a3c66:0x7f,_0x15017b:0x33d,_0x7dcf45:0x240},_0x634873={_0x536b9d:0x92},_0x1e53b3={_0x5f36a1:0x126,_0x201107:0x1b6},_0x63c54b={'tavLK':function(_0x5f0de1,_0x304ea3){return _0x5f0de1!==_0x304ea3;},'UEkIv':_0x52ff3b(-_0x2cbe29._0x5291bb,-_0x2cbe29._0x130429,-0x25,-0xbf),'xjYoA':function(_0xe45cc7,_0x3470c0){return _0xe45cc7===_0x3470c0;},'nYCkA':_0x52ff3b(_0x2cbe29._0x4fd3cf,-0x83,-0x66,-_0x2cbe29._0x32bb47),'GvYze':function(_0x430c62,_0x1a8236){return _0x430c62(_0x1a8236);}};function _0x52ff3b(_0x5223c9,_0x38799e,_0x2bf15e,_0x2fbb27){return _0x4abdd7(_0x2fbb27- -0x109,_0x5223c9,_0x2bf15e-_0x1e53b3._0x5f36a1,_0x2fbb27-_0x1e53b3._0x201107);}if(!_0x5b6774||_0x63c54b['tavLK'](typeof _0x5b6774,_0x63c54b[_0x52ff3b(0x80,-_0x2cbe29._0x1c4752,-_0x2cbe29._0x2ccfd0,_0x2cbe29._0x2dbe70)]))return null;const _0x488ea9=_0x63c54b[_0x52ff3b(-0x67,0x43,0x3b,_0x2cbe29._0x4ae1b6)](_0x5b6774[_0x52ff3b(-0x3a,-0xc6,-0x25,-0x81)],ACCOUNT_TYPE_API_KEY)?ACCOUNT_TYPE_API_KEY:ACCOUNT_TYPE_OAUTH,_0x4a8dc0={..._0x5b6774,'type':_0x488ea9,'is_default':!!_0x5b6774[_0x52ff3b(-0x44,0x1f,-_0x2cbe29._0x4e3b6b,-_0x2cbe29._0x55d0ab)],'created_at':_0x5b6774[_0x52ff3b(-0xe8,-0xf0,-_0x2cbe29._0x2ccfd0,-_0x2cbe29._0x2032b0)]||_0x5b6774[_0x52ff3b(-0x4b,-_0x2cbe29._0x2875cc,_0x2cbe29._0x1364bc,0x2b)]||new Date()[_0x52ff3b(-_0x2cbe29._0x130429,-_0x2cbe29._0x4a17c2,-0x94,-0xa0)+'g']()};function _0x526914(_0x17a9b7,_0x59ae41,_0x554718,_0x42fa5f){return _0x28dc71(_0x17a9b7-0x2e0,_0x59ae41-_0x634873._0x536b9d,_0x554718-0x131,_0x42fa5f);}if(_0x63c54b[_0x52ff3b(_0x2cbe29._0x49219a,0x1b,-0x2,_0x2cbe29._0x18efd6)](_0x488ea9,ACCOUNT_TYPE_API_KEY)){if(_0x63c54b['nYCkA']===_0x63c54b[_0x52ff3b(-0xf1,-_0x2cbe29._0x98991f,-0x179,-0xc7)])_0x4a8dc0['email']=null,_0x4a8dc0['api_key']=_0x63c54b[_0x526914(_0x2cbe29._0x19340e,0x21d,_0x2cbe29._0x484ea7,_0x2cbe29._0x82b96d)](trimToNull,_0x5b6774[_0x52ff3b(_0x2cbe29._0x1a7c74,-0x2e,0x69,-0x6)]||_0x5b6774['apiKey']),_0x4a8dc0[_0x52ff3b(_0x2cbe29._0x58528b,_0x2cbe29._0x5a3c66,0x59,0x34)]=normalizeApiKeyEndpoint(_0x21b5d3,_0x5b6774[_0x526914(0x291,_0x2cbe29._0x15017b,0x32f,_0x2cbe29._0x7dcf45)]);else return![];}return _0x4a8dc0;}function normalizeAccountsData(_0x1f9912){const _0x5127e8={_0x56abe0:0x3e3,_0x523e16:0x3bf,_0x45b03b:0x3b8,_0x524bd0:0x3ca,_0x39e924:0x3c5,_0x4d3545:0x2f5,_0x482d0c:0x371,_0x62e098:0x3a1,_0x4a1375:0x372,_0x3256b6:0x34d,_0x409042:0x2d7,_0xbd6926:0x1fd,_0x26d384:0x290,_0x1bc16c:0x319,_0x55510d:0x284,_0x3f06e5:0x311,_0x43a8e9:0x336,_0x5a0913:0x3ad,_0x4a34a2:0x3db,_0x30cc71:0x3a3},_0x24b14d={_0x48fbc5:0x2da,_0x1dac85:0x1f3},_0xe8bfe9={};function _0x5c5fa0(_0x10e0a3,_0x168c1f,_0x149eb7,_0xce73e){return _0x4abdd7(_0x149eb7-0x234,_0xce73e,_0x149eb7-0xd,_0xce73e-0x11d);}function _0x41e2f4(_0x4822d7,_0x2ddfd1,_0x1a580e,_0x15bb73){return _0x4abdd7(_0x2ddfd1-_0x24b14d._0x48fbc5,_0x4822d7,_0x1a580e-_0x24b14d._0x1dac85,_0x15bb73-0xf6);}_0xe8bfe9['KXcEy']=function(_0x3c0f73,_0x11c95a){return _0x3c0f73===_0x11c95a;},_0xe8bfe9[_0x41e2f4(0x426,0x3d2,_0x5127e8._0x56abe0,0x389)]=_0x5c5fa0(0x3f0,_0x5127e8._0x523e16,0x39c,0x3c0),_0xe8bfe9[_0x5c5fa0(0x442,0x446,_0x5127e8._0x45b03b,0x439)]='gemini',_0xe8bfe9['QHvfg']=function(_0x1e7b93,_0x533b07){return _0x1e7b93!==_0x533b07;};const _0x53c244=_0xe8bfe9,_0x423637={};for(const _0x806db9 of SUPPORTED_PROVIDERS){if(_0x53c244[_0x41e2f4(0x3b5,_0x5127e8._0x524bd0,_0x5127e8._0x39e924,0x41e)](_0x5c5fa0(0x2bd,0x2d3,_0x5127e8._0x4d3545,_0x5127e8._0x482d0c),_0x41e2f4(_0x5127e8._0x62e098,_0x5127e8._0x4a1375,0x415,0x2d8))){const _0x5ba1e5=Array['isArray'](_0x1f9912?.[_0x806db9])?_0x1f9912[_0x806db9]:[];_0x423637[_0x806db9]=_0x5ba1e5['map'](_0x207967=>normalizeAccount(_0x806db9,_0x207967))[_0x5c5fa0(0x42f,_0x5127e8._0x3256b6,0x39b,0x2f5)](Boolean);}else return _0x53c244[_0x5c5fa0(_0x5127e8._0x409042,_0x5127e8._0xbd6926,_0x5127e8._0x26d384,_0x5127e8._0x1bc16c)](_0x1e1ee6,_0x53c244[_0x5c5fa0(_0x5127e8._0x55510d,0x29c,0x32c,_0x5127e8._0x3f06e5)])||_0x53c244[_0x41e2f4(0x34f,_0x5127e8._0x43a8e9,0x289,_0x5127e8._0x5a0913)](_0x3038ae,_0x53c244[_0x5c5fa0(_0x5127e8._0x4a34a2,_0x5127e8._0x30cc71,0x3b8,0x40a)]);}return _0x423637;}function toProviderStorageShape(_0x450d06){const _0x3ddda9={'GGmlp':function(_0x5e6c0e,_0x11351b){return _0x5e6c0e(_0x11351b);}};return _0x3ddda9['GGmlp'](normalizeAccountsData,_0x450d06);}function getAccountCreatedTimestamp(_0x36ca4c){const _0x255a5e={_0x320b3e:0x1b6,_0x25886e:0x1f0,_0x2cde30:0xa0,_0x1cab54:0x66,_0x5ab1a0:0x46,_0x451f8a:0x234,_0x48ccfc:0x186},_0x2c4353={_0x32e106:0xea},_0x4abe55={_0x43ab8b:0xdc,_0x51fb7e:0xe2},_0x25893d=_0x36ca4c?.['createdAt']||_0x36ca4c?.[_0xa2bb2f(_0x255a5e._0x320b3e,0x154,0x161,_0x255a5e._0x25886e)],_0x5f031f=_0x25893d?new Date(_0x25893d)['getTime']():NaN;function _0xa2bb2f(_0x57a040,_0x292a55,_0x3597e3,_0x1b9d3c){return _0x28dc71(_0x1b9d3c-0x2e2,_0x292a55-_0x4abe55._0x43ab8b,_0x3597e3-_0x4abe55._0x51fb7e,_0x3597e3);}function _0x39d312(_0x16914f,_0x21c9fa,_0x1d84ed,_0x5b59b1){return _0x4abdd7(_0x21c9fa- -0xf6,_0x5b59b1,_0x1d84ed-_0x2c4353._0x32e106,_0x5b59b1-0x22);}return Number[_0x39d312(-_0x255a5e._0x2cde30,-_0x255a5e._0x1cab54,-_0x255a5e._0x5ab1a0,-0x7b)](_0x5f031f)?_0x5f031f:Number[_0xa2bb2f(0x23b,_0x255a5e._0x451f8a,_0x255a5e._0x48ccfc,0x1d9)+'NFINITY'];}function maskApiKey(_0x274c00){const _0x298e83={_0x1ea2da:0x40a,_0xbfb35a:0x3ff,_0xd54d73:0x2e1,_0x1614a1:0x365,_0x3615c2:0x3d5,_0x5c3679:0x3d2,_0x4724f1:0x358,_0x287840:0x3f0,_0x32cf16:0x360,_0x4b957a:0x40e,_0x4c8f16:0x331,_0x3a8c6e:0x36c,_0xcd0032:0x2c4,_0x4d2eaf:0x404},_0x420190={_0x14c7df:0xde},_0x3e7796={};_0x3e7796[_0x7edece(_0x298e83._0x1ea2da,_0x298e83._0xbfb35a,0x45d,0x3ec)]=function(_0x2eee91,_0x3d30f7){return _0x2eee91<=_0x3d30f7;};function _0x7edece(_0x10f5c0,_0x1031ad,_0x5d5d4d,_0x182c3e){return _0x4abdd7(_0x10f5c0-0x2e9,_0x182c3e,_0x5d5d4d-0xd0,_0x182c3e-0xc);}const _0x809739=_0x3e7796;if(!_0x274c00)return null;if(_0x809739['zxydT'](_0x274c00[_0x7edece(0x329,_0x298e83._0xd54d73,0x36f,_0x298e83._0x1614a1)],0x10e9+0x3*0x9d9+-0x1*0x2e6c))return _0x274c00[_0x7edece(0x403,_0x298e83._0x3615c2,_0x298e83._0x5c3679,_0x298e83._0x4724f1)](-0x142c+-0x3e*0x6e+-0xd6*-0x38,0x1e73+0x73*-0x13+-0x4*0x57a)+'••••';function _0x45a214(_0x1c502c,_0x27ec08,_0x26c75b,_0x5d0da3){return _0x28dc71(_0x26c75b-0x3d2,_0x27ec08-0x40,_0x26c75b-_0x420190._0x14c7df,_0x1c502c);}return _0x274c00[_0x45a214(0x2ba,_0x298e83._0x287840,_0x298e83._0x32cf16,_0x298e83._0x4b957a)](0x217b+0x12c0+-0x343b,0x7*-0xeb+0x2273+-0x1c02)+_0x7edece(0x357,0x2e9,0x395,_0x298e83._0x4c8f16)+_0x274c00[_0x45a214(_0x298e83._0x3a8c6e,_0x298e83._0xcd0032,_0x298e83._0x32cf16,_0x298e83._0x4d2eaf)](-(0x1fcb+-0x2203*-0x1+-0x4b3*0xe));}export function readProviderAccounts(){const _0x3ea5b8={_0x343f1d:0x20a,_0x29e26d:0x297,_0x5b11e5:0x207,_0xd30476:0x1c9,_0x197434:0x1ff,_0x41b355:0x185,_0x53f7fa:0x20d,_0x2a26c0:0x229,_0x162827:0x1ab,_0x4e2299:0x2d0,_0x7ca72e:0x1fc,_0x502595:0x20f,_0x3d3a02:0x35e,_0x4423a9:0x2dd,_0x476b1b:0x17e,_0x2c45af:0x226,_0x2f2669:0x1ce,_0x40e3ba:0x28a,_0xbffaf2:0x206,_0x7cdaec:0x28a,_0x78cd10:0x284,_0xd562a7:0x289,_0x5d64ab:0x21f,_0x17bf2b:0x32f,_0x93b32e:0x2a4,_0x572305:0x2b5,_0x4fb81d:0x35d,_0x5d9abb:0x1b9,_0x547773:0x258},_0xf39e96={_0x9a4591:0x317,_0x8c5ae0:0x1b2,_0x5e73ce:0x1b},_0x453ca0={_0x2dc06f:0x181,_0x567356:0x33},_0x5c4f83={'ApOug':'utf8','UetzH':function(_0x3f1ddf,_0x106895){return _0x3f1ddf(_0x106895);},'hAhVp':_0x452d69(-0x1f0,-_0x3ea5b8._0x343f1d,-_0x3ea5b8._0x29e26d,-0x18d)+_0x3cd748(-_0x3ea5b8._0x5b11e5,-0x1d0,-_0x3ea5b8._0xd30476,-0x1d2)+_0x3cd748(-0xec,-_0x3ea5b8._0x197434,-_0x3ea5b8._0x41b355,-0x22c)+'s'};try{if(_0x4b4bc4[_0x3cd748(-0x248,-_0x3ea5b8._0x53f7fa,-_0x3ea5b8._0x2a26c0,-0x1f2)](ACCOUNTS_FILE)){const _0x479714=JSON[_0x3cd748(-_0x3ea5b8._0x162827,-0x2d7,-0x22c,-_0x3ea5b8._0x4e2299)](_0x4b4bc4[_0x3cd748(-_0x3ea5b8._0x7ca72e,-_0x3ea5b8._0x502595,-0x1d1,-0x21f)+'nc'](ACCOUNTS_FILE,_0x5c4f83[_0x3cd748(-0x307,-_0x3ea5b8._0x3d3a02,-0x2ce,-_0x3ea5b8._0x4423a9)]));return _0x5c4f83[_0x452d69(-_0x3ea5b8._0x476b1b,-0x123,-_0x3ea5b8._0x2c45af,-_0x3ea5b8._0x2f2669)](normalizeAccountsData,_0x479714);}}catch(_0x8f41b0){const _0x54521a={};_0x54521a[_0x3cd748(-_0x3ea5b8._0x40e3ba,-_0x3ea5b8._0xbffaf2,-0x293,-0x1f9)]=_0x8f41b0[_0x3cd748(-_0x3ea5b8._0x7cdaec,-_0x3ea5b8._0x78cd10,-0x204,-0x209)],logger[_0x452d69(-_0x3ea5b8._0xd562a7,-0x1de,-_0x3ea5b8._0x5d64ab,-_0x3ea5b8._0x17bf2b)](_0x5c4f83[_0x3cd748(-0x257,-_0x3ea5b8._0x93b32e,-_0x3ea5b8._0x572305,-_0x3ea5b8._0x4fb81d)],_0x54521a);}function _0x452d69(_0x136b4e,_0x687c93,_0x2e3843,_0x344454){return _0x28dc71(_0x136b4e- -_0x453ca0._0x2dc06f,_0x687c93-_0x453ca0._0x567356,_0x2e3843-0x179,_0x344454);}const _0x23b409={};function _0x3cd748(_0x8f4b40,_0x1eb3c7,_0x13ede5,_0x4718b7){return _0x4abdd7(_0x13ede5- -_0xf39e96._0x9a4591,_0x8f4b40,_0x13ede5-_0xf39e96._0x8c5ae0,_0x4718b7-_0xf39e96._0x5e73ce);}return _0x23b409[_0x3cd748(-_0x3ea5b8._0x5d9abb,-0x265,-_0x3ea5b8._0x547773,-_0x3ea5b8._0xd562a7)]=[],_0x23b409['codex']=[],_0x23b409['gemini']=[],_0x23b409;}export function writeProviderAccounts(_0x16d315){const _0xc1157d={_0x446228:0x8d,_0x20819b:0x183,_0x55bbf2:0x184,_0xb2405d:0x120,_0x156e60:0x111,_0x2ec9a3:0xa4,_0x4ccd18:0x1eb,_0x431752:0x1a6,_0x333f67:0x1aa,_0xf70206:0x1ec,_0x3b27fe:0x22e,_0x314f75:0x28e,_0x58538f:0x20d,_0x1e0be9:0x5a,_0x2244e0:0x100,_0x2d16a4:0xcb,_0x225513:0x1ec,_0x4e7005:0x2c0,_0x5d9f49:0x19,_0x4cb793:0x61,_0x2af94f:0xa2,_0x3d761d:0x108,_0x315721:0xe4,_0x3c2376:0x1a6,_0x4a1073:0x26,_0x25fd7e:0x26,_0x515ab6:0x37,_0x4d86d5:0x12b,_0x3f9471:0x1b4,_0x178472:0x135,_0xb9ff98:0x1e1,_0x1c959c:0x23e,_0x8c7b70:0x1b9,_0x477919:0x225},_0x234a7f={_0x287678:0x2d,_0x8ba6d6:0x177},_0x2f920a={_0x4e08c9:0x2ba,_0x39964d:0x15f};function _0x1c19c9(_0x410456,_0xae77b9,_0x56f7ba,_0xde7b0b){return _0x4abdd7(_0x410456- -_0x2f920a._0x4e08c9,_0x56f7ba,_0x56f7ba-_0x2f920a._0x39964d,_0xde7b0b-0x9a);}const _0x8b0f2d={'Fdzlm':function(_0x48dccb,_0x4628af){return _0x48dccb===_0x4628af;},'PTvzX':function(_0x47dc40,_0x21a1dc){return _0x47dc40(_0x21a1dc);},'ksoix':function(_0x515a10,_0xd472ef){return _0x515a10!==_0xd472ef;},'tdKNu':_0x1c19c9(-0x1c1,-0x1ed,-0x203,-0x210),'NVAot':'Error\x20writ'+_0x5296c5(0x38,-0x6b,-0x9d,-_0xc1157d._0x446228)+_0x1c19c9(-0x128,-0x166,-_0xc1157d._0x20819b,-_0xc1157d._0x55bbf2)+'s'};function _0x5296c5(_0x274dd5,_0x3af0ec,_0x27150c,_0x2631fa){return _0x28dc71(_0x3af0ec- -_0x234a7f._0x287678,_0x3af0ec-_0x234a7f._0x8ba6d6,_0x27150c-0x130,_0x27150c);}try{const _0x30af6e=_0x118a6e[_0x1c19c9(-_0xc1157d._0xb2405d,-0x152,-_0xc1157d._0x156e60,-0x84)](ACCOUNTS_FILE);if(!_0x4b4bc4[_0x5296c5(-_0xc1157d._0x2ec9a3,-0xcb,-0xe8,-0x178)](_0x30af6e)){const _0x2a8436={};_0x2a8436[_0x1c19c9(-_0xc1157d._0x4ccd18,-0x147,-_0xc1157d._0x431752,-_0xc1157d._0x333f67)]=!![],_0x2a8436[_0x1c19c9(-_0xc1157d._0xf70206,-_0xc1157d._0x3b27fe,-_0xc1157d._0x314f75,-_0xc1157d._0x58538f)]=0x1c0,_0x4b4bc4[_0x5296c5(-_0xc1157d._0x1e0be9,-_0xc1157d._0x2244e0,-_0xc1157d._0x2d16a4,-0x177)](_0x30af6e,_0x2a8436);}const _0x231cd4={};_0x231cd4[_0x1c19c9(-_0xc1157d._0x225513,-0x255,-0x214,-0x1f7)]=0x180,_0x4b4bc4[_0x1c19c9(-0x259,-0x2cc,-_0xc1157d._0x4e7005,-0x2a2)+_0x5296c5(-_0xc1157d._0x5d9f49,-0x84,0x2c,-_0xc1157d._0x4cb793)](ACCOUNTS_FILE,JSON['stringify'](_0x8b0f2d[_0x5296c5(-_0xc1157d._0x2af94f,-_0xc1157d._0x3d761d,-_0xc1157d._0x315721,-0x12f)](toProviderStorageShape,_0x16d315),null,-0x1cac+-0xae3*-0x3+-0x1*0x3fb),_0x231cd4);}catch(_0x3d68a7){if(_0x8b0f2d[_0x1c19c9(-0x1fe,-0x2ad,-0x1a7,-_0xc1157d._0x3c2376)](_0x8b0f2d[_0x5296c5(0x2e,-_0xc1157d._0x4a1073,-0xc2,-0xac)],_0x8b0f2d[_0x5296c5(-0x9b,-_0xc1157d._0x25fd7e,-_0xc1157d._0x515ab6,0x88)]))_0x286e44[_0x5296c5(-0x12f,-0x128,-_0xc1157d._0x4d86d5,-0xf2)]=_0x8b0f2d[_0x1c19c9(-0x231,-0x1d8,-_0xc1157d._0x3f9471,-0x1ac)](_0x3c9ac6['id'],_0x22699e);else{const _0x3e7355={};_0x3e7355[_0x5296c5(-0x1d7,-_0xc1157d._0x178472,-0x195,-0xd8)]=_0x3d68a7[_0x1c19c9(-0x1a7,-0x14b,-0x208,-0x21e)],logger['error'](_0x8b0f2d[_0x1c19c9(-_0xc1157d._0xb9ff98,-_0xc1157d._0x1c959c,-_0xc1157d._0x8c7b70,-_0xc1157d._0x477919)],_0x3e7355);throw _0x3d68a7;}}}export function getAccountsByProvider(_0x34a3b8,_0x44dc8a={}){const _0x41308b={_0x57be85:0x24d,_0x5e105c:0x1d8,_0x2f3de6:0x24f,_0x1cbdd4:0x245,_0x40d6c8:0x30e},_0x4422f2={_0x6beb49:0x3d5,_0x9b4a6c:0xd3},_0x35727f={_0x584533:0x5a,_0x474583:0xb3},_0x2725b6={'STlhk':function(_0x6ed9a){return _0x6ed9a();}},_0x569be5=_0x2725b6[_0xc953b8(_0x41308b._0x57be85,_0x41308b._0x5e105c,0x1bc,_0x41308b._0x2f3de6)](readProviderAccounts);function _0xc953b8(_0xf71dbf,_0x4e903a,_0x43ae53,_0x2bc7b8){return _0x4abdd7(_0x4e903a-0x125,_0x2bc7b8,_0x43ae53-_0x35727f._0x584533,_0x2bc7b8-_0x35727f._0x474583);}const _0x81b34c=_0x569be5[_0x34a3b8]||[],_0x5336dc=_0x44dc8a['type'];if(!_0x5336dc)return _0x81b34c;function _0x25360d(_0x1589b6,_0x188835,_0x377026,_0x2452af){return _0x4abdd7(_0x1589b6-_0x4422f2._0x6beb49,_0x377026,_0x377026-_0x4422f2._0x9b4a6c,_0x2452af-0x1dd);}return _0x81b34c[_0xc953b8(0x21f,0x28c,_0x41308b._0x1cbdd4,_0x41308b._0x40d6c8)](_0x1a7617=>_0x1a7617[_0xc953b8(0x153,0x1ad,0xff,0x15d)]===_0x5336dc);}export function getDefaultAccount(_0x5c5380){const _0x310653={'TaVZN':function(_0x2278f5,_0x3657a8){return _0x2278f5(_0x3657a8);}};function _0x2d2ae7(_0x4672a6,_0x32e824,_0x7e1566,_0x146ce6){return _0x4abdd7(_0x4672a6- -0x36b,_0x32e824,_0x7e1566-0xbe,_0x146ce6-0xff);}const _0x2da1a1=_0x310653['TaVZN'](getAccountsByProvider,_0x5c5380);return _0x2da1a1['find'](_0x3b1a60=>_0x3b1a60[_0x2d2ae7(-0x2da,-0x361,-0x285,-0x2e9)])||_0x2da1a1[-0x1*-0xaf9+-0x2ef*0x8+-0x1c9*-0x7]||null;}export function getActiveOAuthAccount(_0x488be3){const _0x2e8108={_0x3571c3:0x2e1,_0x238838:0x2fb,_0x1a1207:0x39a,_0x4ade6e:0x39d,_0x41c983:0x401,_0x223c38:0x2bc,_0x2ee34d:0x359,_0x63bae5:0x332,_0x295ad6:0x3ec,_0x271270:0x36a,_0x47c076:0x2b8,_0x93e3d:0x236,_0x5a71cd:0x2c7,_0x46aa89:0x331,_0x567724:0x34e,_0x5c6239:0x2a6,_0x34ebea:0x28d,_0x13d313:0x1e7,_0x33efe0:0x376,_0xed8911:0x2f9,_0x252c6a:0x371,_0x201ddc:0x440,_0x3cc13e:0x398,_0x29aeb7:0x2f1},_0x128325={_0x3eceb8:0x3bc,_0x3381ff:0x1aa},_0x5596ad={_0x593eab:0x3a7,_0x461513:0x161};function _0xa7eea1(_0x471883,_0x16a6a3,_0x402192,_0x1bcc41){return _0x28dc71(_0x16a6a3-_0x5596ad._0x593eab,_0x16a6a3-_0x5596ad._0x461513,_0x402192-0xec,_0x402192);}const _0x30787d={'ZKbEx':_0xa7eea1(_0x2e8108._0x3571c3,0x37e,_0x2e8108._0x238838,0x3ad)+'\x20account\x20t'+_0x43ec10(0x3fd,_0x2e8108._0x1a1207,_0x2e8108._0x4ade6e,_0x2e8108._0x41c983),'ORFqm':function(_0x476135,_0x455a74){return _0x476135(_0x455a74);},'lYIGo':function(_0x11fd7d,_0x2c79bf){return _0x11fd7d!==_0x2c79bf;},'JWqco':_0xa7eea1(_0x2e8108._0x223c38,0x2c7,_0x2e8108._0x2ee34d,_0x2e8108._0x63bae5)};function _0x43ec10(_0x429de5,_0x140507,_0x129bcd,_0x3cbb4c){return _0x28dc71(_0x129bcd-_0x128325._0x3eceb8,_0x140507-0x1b,_0x129bcd-_0x128325._0x3381ff,_0x429de5);}const _0x1d778e=_0x30787d['ORFqm'](getDefaultAccount,_0x488be3);if(!_0x1d778e||_0x30787d[_0xa7eea1(0x3a2,0x367,0x414,_0x2e8108._0x295ad6)](_0x1d778e[_0x43ec10(_0x2e8108._0x271270,0x349,_0x2e8108._0x47c076,0x28a)],ACCOUNT_TYPE_OAUTH)){if(_0xa7eea1(_0x2e8108._0x93e3d,_0x2e8108._0x5a71cd,_0x2e8108._0x46aa89,_0x2e8108._0x567724)===_0x30787d[_0xa7eea1(_0x2e8108._0x5c6239,_0x2e8108._0x34ebea,0x1e1,_0x2e8108._0x13d313)])return null;else{const _0x55d0b9={};_0x55d0b9[_0xa7eea1(0x2ff,0x30a,0x3a9,_0x2e8108._0x33efe0)]=_0x286777,_0x11a848['debug'](_0x30787d[_0x43ec10(_0x2e8108._0xed8911,0x2d7,_0x2e8108._0x252c6a,0x317)],_0x55d0b9),_0x30787d[_0xa7eea1(_0x2e8108._0x201ddc,_0x2e8108._0x3cc13e,0x371,_0x2e8108._0x29aeb7)](_0x25f040,_0x521588);return;}}return _0x1d778e;}export function getActiveApiKeyAccount(_0x84a66f){const _0x2f1caf={_0x591ee9:0x18d,_0x15c70:0x267,_0x5ef973:0x1dd},_0x32022d={_0x6b60fb:0x27},_0x584bc5={_0x592e81:0x154,_0x584c1e:0xde},_0x585f11={'bSFlV':function(_0x15587b,_0x29e4b3){return _0x15587b(_0x29e4b3);},'heMsd':function(_0x4353d2,_0xf53c9e){return _0x4353d2!==_0xf53c9e;}},_0x1f10b1=_0x585f11['bSFlV'](getDefaultAccount,_0x84a66f);if(!_0x1f10b1||_0x585f11[_0x2e09cf(-0x224,-0x1e8,-_0x2f1caf._0x591ee9,-0x1ef)](_0x1f10b1['type'],ACCOUNT_TYPE_API_KEY)||!_0x1f10b1[_0x2e09cf(-0x146,-_0x2f1caf._0x15c70,-0x276,-_0x2f1caf._0x5ef973)])return null;function _0x2e09cf(_0x140694,_0x4ae431,_0x108e79,_0x28974e){return _0x28dc71(_0x28974e- -_0x584bc5._0x592e81,_0x4ae431-0x45,_0x108e79-_0x584bc5._0x584c1e,_0x140694);}function _0x538cc5(_0x3ee913,_0x58b136,_0x5a7342,_0x1f3d9d){return _0x28dc71(_0x1f3d9d-0x2ef,_0x58b136-0xa7,_0x5a7342-_0x32022d._0x6b60fb,_0x5a7342);}return _0x1f10b1;}export function getAnyApiKeyAccount(_0x46da58){const _0x584b1d={_0x1afc16:0x2cc,_0x372b56:0xe0,_0x16465f:0x8c,_0x5a4505:0x129,_0x342bc1:0xfb,_0x3ae0f3:0x404,_0x503dfc:0x35e,_0x3c8a42:0x383,_0x1168be:0x257,_0x2e321e:0x305},_0x274270={_0x352756:0x1b4},_0x3bfe3f={'wLCVB':function(_0x29d092,_0x5ee8e9,_0x18da0c){return _0x29d092(_0x5ee8e9,_0x18da0c);},'iJxdK':function(_0x6c1d59,_0x1c6063){return _0x6c1d59===_0x1c6063;}},_0x187606={};_0x187606[_0x2a24e8(-0x3bf,-0x34d,-0x316,-_0x584b1d._0x1afc16)]=ACCOUNT_TYPE_API_KEY;function _0x2368c6(_0x4166b5,_0x1ce11b,_0xa9973b,_0x4ab3ad){return _0x28dc71(_0xa9973b- -0xd6,_0x1ce11b-0x79,_0xa9973b-0x166,_0x1ce11b);}function _0x2a24e8(_0x36a9dd,_0x4f29c6,_0x5584ff,_0x5c2f0f){return _0x28dc71(_0x5584ff- -0x212,_0x4f29c6-_0x274270._0x352756,_0x5584ff-0x1d9,_0x4f29c6);}const _0x471398=_0x3bfe3f[_0x2368c6(-_0x584b1d._0x372b56,-0xb3,-0x113,-_0x584b1d._0x16465f)](getAccountsByProvider,_0x46da58,_0x187606)[_0x2368c6(-0xf3,-_0x584b1d._0x5a4505,-_0x584b1d._0x342bc1,-0x102)](_0x406f3c=>!!_0x406f3c[_0x2a24e8(-0x29f,-0x263,-0x29b,-0x313)]);if(_0x3bfe3f['iJxdK'](_0x471398[_0x2a24e8(-0x300,-_0x584b1d._0x3ae0f3,-_0x584b1d._0x503dfc,-_0x584b1d._0x3c8a42)],-0x3e*-0x10+-0xefe*-0x1+-0x12de))return null;return _0x471398[_0x2a24e8(-0x262,-_0x584b1d._0x1168be,-0x2a4,-_0x584b1d._0x2e321e)]((_0x5c369c,_0x24a0ad)=>getAccountCreatedTimestamp(_0x5c369c)-getAccountCreatedTimestamp(_0x24a0ad))[0x1f22+-0xbe2+-0xb0*0x1c]||null;}export function getAccountById(_0x1f4c34,_0x5cb328){const _0x471504={_0x4a3788:0x2d,_0x10fa27:0x30,_0x257242:0x25,_0x389dc5:0x38},_0x1245c6={_0x207738:0x409,_0x2fae78:0x168},_0x33177c={_0x134fb2:0xed,_0x334f7f:0x171};function _0x377eb2(_0x51044d,_0x113342,_0x4057b8,_0xc167c1){return _0x4abdd7(_0x4057b8- -_0x33177c._0x134fb2,_0xc167c1,_0x4057b8-0x1bb,_0xc167c1-_0x33177c._0x334f7f);}function _0x229287(_0x11c752,_0x30db9c,_0x51ca01,_0x3bfec6){return _0x4abdd7(_0x30db9c-_0x1245c6._0x207738,_0x51ca01,_0x51ca01-_0x1245c6._0x2fae78,_0x3bfec6-0x60);}const _0x38ffb3={'okXBZ':function(_0x15a078,_0x426efc){return _0x15a078(_0x426efc);}},_0x4b9aa5=_0x38ffb3[_0x377eb2(0x1,-0xe,0x7c,_0x471504._0x4a3788)](getAccountsByProvider,_0x1f4c34);return _0x4b9aa5[_0x377eb2(0x68,_0x471504._0x10fa27,-_0x471504._0x257242,-_0x471504._0x389dc5)](_0x529598=>_0x529598['id']===_0x5cb328)||null;}export function addAccount(_0x544c9d,_0x1c50af,_0x328b5a,_0x1758be,_0x36a00e){const _0xaeb264={_0x5442ce:0x1a8,_0x5e3d6f:0x1d9,_0x11cc4e:0x1c2,_0x27d416:0x24b,_0x11419e:0x227,_0x14e9a5:0x23c,_0x27ac5e:0x17c,_0x78976c:0x21e,_0x21fe75:0x239,_0x39372b:0x254,_0x1bccd5:0x183,_0x9303ac:0x281,_0x3eb0c2:0x2a5,_0x4393a6:0x34a,_0x13e34c:0x2cd,_0x233ec9:0x25b,_0x14d2d8:0x1f9,_0x5e475c:0x1e5,_0x4a67db:0x242,_0x23bae5:0x308,_0x2390f6:0x33a,_0x43c552:0x286,_0x29cab3:0x22c,_0x3741c8:0x1a3,_0x211213:0x1c7,_0x497a79:0x156,_0x372548:0x1be,_0x4ed749:0x18e,_0x1115e1:0x176,_0x5b6b3a:0x148,_0x47add0:0x290,_0x4030a0:0x1ac,_0x13f09f:0x1e6,_0x28d81e:0x1c1,_0x1f1a23:0x2d8,_0x31cd4e:0x191,_0x121bb6:0x10b,_0x2c1a87:0x15f,_0x3ebe9c:0x190,_0x1c4577:0x169,_0x133e5b:0xa6,_0x36c732:0x96,_0x12991c:0x2ea,_0x6c8ad8:0x21e,_0x29763f:0x190,_0x5786f5:0x24d,_0x12a1e4:0x1c2,_0x184a22:0x211,_0x33d654:0x218,_0x2125cc:0x165,_0x415151:0x210,_0x262a6e:0x29d,_0x96b9e9:0x248,_0x269269:0x255,_0x3e6fa2:0x23a,_0x3fb1dc:0x1bc,_0x7b1c4d:0x11e,_0x423538:0xad,_0x168ae5:0x1b5,_0x340551:0x22a,_0xcfaf1e:0x20b,_0x1fd5f0:0x1e2,_0xed465a:0x2db,_0x526f10:0x222,_0x43cdfe:0x173,_0x10f2c0:0x1e9,_0x3c1036:0xcc,_0x4e94b9:0x202,_0x2f3d54:0x1c4,_0x1d66d1:0x1c6,_0x9dacc5:0x144,_0x20e1a7:0x21d,_0x23b8ab:0x164,_0x443465:0x12e,_0x4398e4:0x1bf,_0xb8e031:0xb2,_0x1183b6:0x21c,_0xb47df2:0x259,_0x1381ec:0x24e,_0x42f504:0x231,_0x35e6cd:0x26d,_0x556a5b:0x293,_0x374a56:0x250,_0x2afe44:0x20a,_0x15edad:0x307,_0xe4f7dd:0x295,_0xc5d292:0x2e7,_0x12bd6c:0x28f,_0x5eca43:0x29b,_0x472adf:0x1fc,_0x7aee25:0x20f,_0x505d50:0x172,_0x5cdb99:0x117,_0x4880ea:0x18f,_0x375f3b:0x175,_0x5f0f51:0x161,_0x35f317:0x1f4,_0x1dd36b:0x2b1,_0x47f5dd:0x233,_0x133f47:0x1ff,_0x581837:0x21e,_0x7e2abb:0x2a9,_0x3d8c3a:0xfc,_0x3a963b:0x189,_0x3da698:0xb1,_0x44ccfd:0x2eb,_0x6c784f:0x199,_0x3e8470:0x199,_0x2ee428:0x247,_0x574b7a:0xf8,_0x423c14:0x135},_0x5f4b58={_0x12894b:0xf5},_0x10cfd4={_0x1b0e5c:0xf1},_0x2e9cf5={'LLZAB':_0x22af10(_0xaeb264._0x5442ce,0x1a7,_0xaeb264._0x5e3d6f,0x120)+_0x3999d7(_0xaeb264._0x11cc4e,_0xaeb264._0x27d416,_0xaeb264._0x11419e,0x1a6)+'lt\x20account'+'\x20to\x20CLI\x20fi'+'le','eLgRZ':function(_0x2a5c3f){return _0x2a5c3f();},'NsFWt':_0x3999d7(_0xaeb264._0x14e9a5,0x1a5,_0xaeb264._0x27ac5e,_0xaeb264._0x78976c)+_0x3999d7(_0xaeb264._0x21fe75,0x2d7,0x2db,_0xaeb264._0x39372b)+_0x3999d7(_0xaeb264._0x1bccd5,_0xaeb264._0x9303ac,0x20d,0x1cf)+_0x3999d7(0x241,0x2cc,0x305,0x2e4),'EOVeJ':function(_0x58267f,_0x4362a6){return _0x58267f(_0x4362a6);},'czvfA':_0x3999d7(_0xaeb264._0x3eb0c2,0x2a2,_0xaeb264._0x4393a6,_0xaeb264._0x13e34c),'qIHWq':function(_0x53e685,_0x5c19fd){return _0x53e685(_0x5c19fd);},'icnmJ':function(_0x22a36a,_0x30dd7e){return _0x22a36a===_0x30dd7e;},'FWHoM':_0x3999d7(0x1f8,_0xaeb264._0x233ec9,0x184,_0xaeb264._0x14d2d8),'GTkfn':_0x22af10(_0xaeb264._0x5e475c,0x137,0x18a,_0xaeb264._0x4a67db),'pehOr':'short','cBOQI':'numeric','TiLEB':function(_0x5c28ad,_0x13c2cd){return _0x5c28ad+_0x13c2cd;},'qNXqx':function(_0x3dffd1,_0x2bb0a3){return _0x3dffd1||_0x2bb0a3;},'VydVi':_0x3999d7(_0xaeb264._0x23bae5,0x26b,_0xaeb264._0x2390f6,_0xaeb264._0x43c552)+_0x3999d7(_0xaeb264._0x29cab3,_0xaeb264._0x3741c8,0x203,0x236)+'nt','iWtGQ':function(_0xaa4c2e,_0x56a4e2){return _0xaa4c2e===_0x56a4e2;},'VjlaX':_0x3999d7(_0xaeb264._0x211213,0x156,_0xaeb264._0x497a79,0x1c5),'aEkxR':function(_0x232a24,_0x497331){return _0x232a24(_0x497331);}},_0x175273=_0x2e9cf5[_0x22af10(_0xaeb264._0x372548,_0xaeb264._0x4ed749,0x14f,_0xaeb264._0x1115e1)](readProviderAccounts),_0x2d37d6=_0x175273[_0x544c9d]||[],_0x3f85cc=_0x328b5a?_0x2d37d6[_0x22af10(0x16a,_0xaeb264._0x5b6b3a,0x1f7,0x161)](_0x456095=>_0x456095[_0x22af10(0x12a,0x115,0x9b,0xc0)]===ACCOUNT_TYPE_OAUTH&&_0x456095[_0x3999d7(0x292,0x2b8,0x2da,0x2a9)]===_0x328b5a):null;if(_0x3f85cc){_0x3f85cc[_0x3999d7(0x24e,_0xaeb264._0x47add0,_0xaeb264._0x4030a0,_0xaeb264._0x13f09f)]=ACCOUNT_TYPE_OAUTH,_0x3f85cc[_0x3999d7(0x25b,0x1d1,0x11c,_0xaeb264._0x28d81e)]=_0x1c50af,_0x3f85cc['updated_at']=new Date()[_0x22af10(0x10b,0x5e,0xa6,0x89)+'g']();_0x1758be&&(_0x3f85cc[_0x3999d7(0x324,_0xaeb264._0x1f1a23,0x29d,0x2d5)]=_0x1758be);const _0x1ce0c4={};_0x1ce0c4[_0x22af10(_0xaeb264._0x31cd4e,0x14b,0x236,_0xaeb264._0x121bb6)]=_0x544c9d,_0x1ce0c4['email']=_0x328b5a,_0x1ce0c4[_0x22af10(0x1dc,_0xaeb264._0x2c1a87,_0xaeb264._0x3ebe9c,0x277)]=_0x3f85cc['id'],logger[_0x22af10(0xfc,_0xaeb264._0x1c4577,_0xaeb264._0x133e5b,_0xaeb264._0x36c732)](_0x2e9cf5[_0x3999d7(_0xaeb264._0x12991c,0x228,0x1ae,0x244)],_0x1ce0c4),_0x2e9cf5[_0x3999d7(_0xaeb264._0x6c8ad8,0x225,_0xaeb264._0x29763f,0x218)](writeProviderAccounts,_0x175273);if(_0x3f85cc[_0x3999d7(_0xaeb264._0x5786f5,_0xaeb264._0x12a1e4,0x190,0x1ef)]){if(_0x22af10(_0xaeb264._0x184a22,0x1ce,_0xaeb264._0x33d654,_0xaeb264._0x2125cc)===_0x2e9cf5[_0x3999d7(0x24e,0x1af,0x1da,_0xaeb264._0x415151)])_0x2e9cf5[_0x3999d7(_0xaeb264._0x262a6e,_0xaeb264._0x96b9e9,_0xaeb264._0x269269,_0xaeb264._0x3e6fa2)](syncDefaultToCliFile,_0x544c9d);else{const _0x4fbebe={};_0x4fbebe[_0x3999d7(0x2c3,0x1b1,0x2f4,_0xaeb264._0x5786f5)]=_0x20d3d3,_0x4fbebe[_0x22af10(0x126,_0xaeb264._0x3fb1dc,_0xaeb264._0x7b1c4d,_0xaeb264._0x423538)]=_0x4153a2[_0x22af10(_0xaeb264._0x168ae5,0x1e5,0x171,_0xaeb264._0x340551)],_0x3246d6[_0x3999d7(0x1e5,0x1ed,_0xaeb264._0xcfaf1e,_0xaeb264._0x1fd5f0)](_0x2e9cf5[_0x3999d7(0x244,0x238,_0xaeb264._0xed465a,0x299)],_0x4fbebe);}}const _0x4b29c6={..._0x3f85cc};return _0x4b29c6['_isUpdate']=!![],_0x4b29c6;}let _0x552c52=_0x1758be;if(!_0x552c52){if(_0x2e9cf5[_0x3999d7(0x27a,0x1d5,0x26b,_0xaeb264._0x526f10)](_0x22af10(0x13d,_0xaeb264._0x43cdfe,_0xaeb264._0x10f2c0,_0xaeb264._0x3c1036),_0x2e9cf5[_0x22af10(0x182,0x1c8,_0xaeb264._0x4e94b9,0xf7)])){if(_0x328b5a)_0x552c52=_0x328b5a;else{const _0x5e83bc=new Date(),_0xddbc1d=_0x5e83bc[_0x22af10(_0xaeb264._0x2f3d54,_0xaeb264._0x1d66d1,_0xaeb264._0x9dacc5,_0xaeb264._0x20e1a7)+_0x3999d7(0x1f4,0x12d,_0xaeb264._0x23b8ab,0x1aa)](_0x2e9cf5['GTkfn'],{'month':_0x2e9cf5['pehOr'],'day':_0x2e9cf5[_0x22af10(_0xaeb264._0x443465,0x162,_0xaeb264._0x4398e4,_0xaeb264._0xb8e031)]});_0x552c52=_0x2e9cf5[_0x3999d7(0x257,0x32f,0x2c2,0x2fa)](_0x544c9d['charAt'](0x3a*-0x43+0x1a5*0xb+-0x2e9)[_0x22af10(_0xaeb264._0x1183b6,0x16f,_0xaeb264._0xb47df2,0x278)+'e'](),_0x544c9d['slice'](0x2189+-0x1*-0x21bd+0x3f5*-0x11))+'\x20('+_0xddbc1d+')';}}else _0x4a3c48['email']=null,_0xa3a51f[_0x3999d7(_0xaeb264._0x1381ec,_0xaeb264._0x42f504,_0xaeb264._0x35e6cd,0x261)]=_0x57a5bd(_0x9d1db7[_0x22af10(0x1a5,0x1a1,0x1a8,0x158)]||_0x57ba97[_0x3999d7(0x2d8,0x2e4,_0xaeb264._0x556a5b,_0xaeb264._0x374a56)]),_0x4320d6[_0x3999d7(_0xaeb264._0x2afe44,_0xaeb264._0x15edad,_0xaeb264._0xe4f7dd,0x29b)]=_0xdc6c24(_0x3d4d79,_0x1185d0[_0x3999d7(_0xaeb264._0xc5d292,_0xaeb264._0x12bd6c,0x246,_0xaeb264._0x5eca43)]);}const _0x5872dd={'id':_0x5ad5b6['randomUUID'](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x552c52,'email':_0x2e9cf5[_0x3999d7(0x249,_0xaeb264._0x472adf,_0xaeb264._0x7aee25,0x19d)](_0x328b5a,null),'is_default':_0x2e9cf5[_0x3999d7(_0xaeb264._0x505d50,0x1f9,0x259,0x222)](_0x2d37d6['length'],-0x30*0x1+0x1b60+0x15c*-0x14),'created_at':new Date()[_0x3999d7(0x19e,_0xaeb264._0x5cdb99,_0xaeb264._0x4880ea,_0xaeb264._0x211213)+'g'](),'created_by':_0x36a00e,'tokens':_0x1c50af};_0x2d37d6[_0x22af10(_0xaeb264._0x375f3b,_0xaeb264._0x5f0f51,0x152,_0xaeb264._0x35f317)](_0x5872dd),_0x175273[_0x544c9d]=_0x2d37d6;function _0x22af10(_0x5b5b75,_0x5adcb9,_0x5329fc,_0x279303){return _0x28dc71(_0x5b5b75-0x22e,_0x5adcb9-0xd,_0x5329fc-_0x10cfd4._0x1b0e5c,_0x5329fc);}_0x2e9cf5[_0x3999d7(_0xaeb264._0x1dd36b,0x18b,0x28e,_0xaeb264._0x33d654)](writeProviderAccounts,_0x175273);const _0x379d60={};_0x379d60['provider']=_0x544c9d,_0x379d60[_0x22af10(0x1dc,0x208,0x1f3,_0xaeb264._0x47f5dd)]=_0x5872dd['id'],_0x379d60[_0x3999d7(0x347,_0xaeb264._0x133f47,_0xaeb264._0x581837,_0xaeb264._0x7e2abb)]=_0x328b5a,_0x379d60['label']=_0x1758be,_0x379d60['isDefault']=_0x5872dd['is_default'],logger[_0x22af10(_0xaeb264._0x3d8c3a,_0xaeb264._0x3a963b,_0xaeb264._0x3da698,0x135)](_0x2e9cf5[_0x3999d7(0x25e,0x37c,0x350,_0xaeb264._0x44ccfd)],_0x379d60);_0x5872dd[_0x3999d7(_0xaeb264._0x6c784f,0x1f8,_0xaeb264._0x3e8470,0x1ef)]&&(_0x2e9cf5[_0x3999d7(0x25a,_0xaeb264._0x2ee428,_0xaeb264._0x43cdfe,0x1c4)]('kpkuc',_0x2e9cf5[_0x22af10(_0xaeb264._0x574b7a,_0xaeb264._0x423c14,0xb8,0x16d)])?_0x2e9cf5[_0x22af10(0x212,_0xaeb264._0x27ac5e,_0xaeb264._0xcfaf1e,0x23d)](syncDefaultToCliFile,_0x544c9d):_0x2eb50a(_0x215876));function _0x3999d7(_0x42d1ab,_0x39586e,_0x324026,_0x41769c){return _0x28dc71(_0x41769c-0x2ea,_0x39586e-_0x5f4b58._0x12894b,_0x324026-0x132,_0x39586e);}return _0x5872dd;}export function addApiKeyAccount(_0x5eca97,{apiKey:_0x5599c0,label:_0x4417ff,endpoint:_0x23f77c}={},_0x427deb){const _0x5b8931={_0x4d410a:0x1fb,_0x5745df:0x1a3,_0x3c5c42:0x18c,_0x53978e:0x224,_0x4131c5:0x1f1,_0x233385:0x23a,_0x1cb488:0x29e,_0x2d48e1:0x160,_0x28242c:0x297,_0x18b5b5:0x33e,_0x448e28:0x1ec,_0x36f555:0x286,_0x48ac64:0xdb,_0x2d2806:0x274,_0x158b7f:0x25c,_0x2431ef:0x151,_0x43df97:0x246,_0x404346:0x1d6,_0xc38caf:0x244,_0x3da55d:0x1bf,_0x55655f:0x269,_0x40b55c:0x286,_0x101cdc:0x1c7,_0x1208d7:0x198,_0x7570e0:0x2fa,_0x4eea9a:0x23e,_0x4de81f:0x24c,_0x3e73d3:0x21e,_0x25d0b4:0x312,_0x1b51eb:0x393,_0x10c9e2:0x354,_0x2121ce:0x1c0,_0x58f34c:0x1fd,_0x131b2b:0x27c,_0x231bec:0x1df,_0x207a29:0x215,_0xf15166:0x291,_0x353697:0x2af,_0x4db6ed:0x351,_0x3ef4bf:0x2cf,_0x12a29a:0x2d2,_0x4ff01d:0x208,_0x4f1881:0x233,_0x240203:0x2b0,_0x1703e9:0x1ef,_0x413da2:0x28f,_0x8c4bfc:0x31b,_0xf5b01a:0x1fa,_0x2b3bd6:0x259,_0x72f397:0x1b4,_0x40fe10:0x2ab,_0x53f261:0x250,_0x128cf2:0x359,_0x3d8d95:0x32b},_0x31da87={_0x4c18a0:0x322,_0x2420ed:0xb6,_0x4c31b8:0x99},_0x52ad6a={_0x58e05e:0x124,_0x131317:0x33},_0x1e1e87={'WoxfJ':function(_0x59331d,_0x6c3335){return _0x59331d(_0x6c3335);},'DpIES':'API\x20key\x20is'+_0x40553e(_0x5b8931._0x4d410a,_0x5b8931._0x5745df,0x291,_0x5b8931._0x3c5c42),'GAmaX':function(_0x438a2a){return _0x438a2a();},'ejkwO':_0x40553e(_0x5b8931._0x53978e,0x1a2,0x293,0x1b4),'TglUD':function(_0x1949c3,_0x304d36){return _0x1949c3+_0x304d36;},'BLKTw':function(_0x8de002,_0x565489,_0x1dd2a5){return _0x8de002(_0x565489,_0x1dd2a5);},'lUqip':function(_0x156453,_0x2e753a){return _0x156453===_0x2e753a;},'TDJHt':function(_0x38c21d,_0xbd3bc8){return _0x38c21d||_0xbd3bc8;},'ZBBZc':'system','XeUvL':function(_0x41c1f7,_0xb380da){return _0x41c1f7(_0xb380da);},'YKVWK':function(_0x153690,_0x9e54ad){return _0x153690!==_0x9e54ad;},'yYsED':_0x40553e(0x1f4,_0x5b8931._0x4131c5,_0x5b8931._0x233385,_0x5b8931._0x1cb488),'BlNGp':_0x40553e(0x1e2,0x1f7,_0x5b8931._0x2d48e1,0x258)},_0x12b058=_0x1e1e87[_0x40553e(_0x5b8931._0x28242c,_0x5b8931._0x18b5b5,0x23a,_0x5b8931._0x448e28)](trimToNull,_0x5599c0);function _0x40553e(_0x6d1b04,_0x38fc6,_0x54d313,_0x2e13a8){return _0x4abdd7(_0x6d1b04-_0x52ad6a._0x58e05e,_0x2e13a8,_0x54d313-0xa3,_0x2e13a8-_0x52ad6a._0x131317);}if(!_0x12b058)throw new Error(_0x1e1e87[_0x4d315d(-0x246,-0x258,-_0x5b8931._0x36f555,-0x294)]);const _0x3b7bba=_0x1e1e87['GAmaX'](readProviderAccounts),_0xbbc351=_0x3b7bba[_0x5eca97]||[],_0x47765d=new Date()[_0x40553e(0x18d,_0x5b8931._0x48ac64,0xf3,0x1c8)+'g']();let _0x36096e=_0x1e1e87['WoxfJ'](trimToNull,_0x4417ff);if(!_0x36096e){const _0x447a6f=new Date(),_0xe89cc3={};_0xe89cc3[_0x4d315d(-0x25d,-_0x5b8931._0x2d2806,-0x221,-0x2c8)]=_0x4d315d(-_0x5b8931._0x158b7f,-0x142,-0x1ca,-0x1b4),_0xe89cc3[_0x4d315d(-_0x5b8931._0x2431ef,-0x1a5,-0x1ff,-0x288)]=_0x1e1e87['ejkwO'];const _0x521eb1=_0x447a6f[_0x40553e(_0x5b8931._0x43df97,_0x5b8931._0x404346,0x2f7,0x21d)+_0x4d315d(-_0x5b8931._0xc38caf,-0x30b,-0x2d6,-0x2c4)](_0x40553e(0x267,_0x5b8931._0x3da55d,_0x5b8931._0x55655f,_0x5b8931._0x40b55c),_0xe89cc3);_0x36096e=_0x1e1e87[_0x4d315d(-_0x5b8931._0x101cdc,-0x121,-_0x5b8931._0x1208d7,-0x177)](_0x5eca97['charAt'](0x15d*-0x1c+-0x107+0x2733)[_0x40553e(0x29e,0x293,0x26b,_0x5b8931._0x7570e0)+'e'](),_0x5eca97[_0x40553e(_0x5b8931._0x4eea9a,0x292,_0x5b8931._0x4de81f,_0x5b8931._0x3e73d3)](0x590*0x5+0x1*0x2202+0x5*-0xc5d))+'\x20API\x20Key\x20('+_0x521eb1+')';}const _0x3cbc5f={'id':_0x5ad5b6['randomUUID'](),'type':ACCOUNT_TYPE_API_KEY,'label':_0x36096e,'email':null,'api_key':_0x12b058,'endpoint':_0x1e1e87[_0x4d315d(-0x34f,-_0x5b8931._0x25d0b4,-0x2d3,-0x2ed)](normalizeApiKeyEndpoint,_0x5eca97,_0x23f77c),'is_default':_0x1e1e87[_0x4d315d(-0x28f,-_0x5b8931._0x1b51eb,-0x2e1,-_0x5b8931._0x10c9e2)](_0xbbc351['length'],-0x15fc+0x105+-0x1*-0x14f7),'created_at':_0x47765d,'createdAt':_0x47765d,'created_by':_0x1e1e87['TDJHt'](_0x427deb,_0x1e1e87['ZBBZc'])};function _0x4d315d(_0x32e30a,_0x580b7b,_0x5bf3a6,_0xc2bd82){return _0x4abdd7(_0x5bf3a6- -_0x31da87._0x4c18a0,_0x580b7b,_0x5bf3a6-_0x31da87._0x2420ed,_0xc2bd82-_0x31da87._0x4c31b8);}_0xbbc351[_0x4d315d(-_0x5b8931._0x2121ce,-_0x5b8931._0x58f34c,-0x24f,-0x1a1)](_0x3cbc5f),_0x3b7bba[_0x5eca97]=_0xbbc351,_0x1e1e87[_0x4d315d(-0x15d,-_0x5b8931._0x131b2b,-0x1d9,-_0x5b8931._0x231bec)](writeProviderAccounts,_0x3b7bba);if(_0x3cbc5f[_0x4d315d(-0x279,-_0x5b8931._0x207a29,-_0x5b8931._0xf15166,-0x24c)]){if(_0x1e1e87[_0x40553e(_0x5b8931._0x353697,0x2cb,0x2f9,0x274)](_0x1e1e87[_0x40553e(0x2a6,_0x5b8931._0x4db6ed,0x2ee,0x33e)],_0x1e1e87['BlNGp']))_0x1e1e87[_0x40553e(0x297,0x28e,_0x5b8931._0x3ef4bf,_0x5b8931._0x12a29a)](syncDefaultToCliFile,_0x5eca97);else return![];}const _0x1cc8d0={};return _0x1cc8d0[_0x4d315d(-0x1cf,-_0x5b8931._0x4ff01d,-_0x5b8931._0x4f1881,-0x266)]=_0x5eca97,_0x1cc8d0[_0x40553e(0x25e,_0x5b8931._0x240203,_0x5b8931._0x1703e9,0x2f7)]=_0x3cbc5f['id'],_0x1cc8d0['label']=_0x3cbc5f[_0x40553e(0x29b,_0x5b8931._0x413da2,0x269,0x281)],_0x1cc8d0['isDefault']=_0x3cbc5f[_0x4d315d(-0x323,-_0x5b8931._0x8c4bfc,-_0x5b8931._0xf15166,-0x228)],logger['info'](_0x4d315d(-0x297,-0x1c0,-_0x5b8931._0xf5b01a,-0x207)+_0x4d315d(-0x17c,-_0x5b8931._0x2b3bd6,-_0x5b8931._0x72f397,-0x22d)+_0x40553e(_0x5b8931._0x40fe10,_0x5b8931._0x53f261,_0x5b8931._0x128cf2,_0x5b8931._0x3d8d95),_0x1cc8d0),_0x3cbc5f;}function _0x49aa(){const _0x5c8b84=['tM8GzgvMyxvSDa','q0XjignYzwrLBG','vwPMDha','CMvKzw50AwfSCW','zMLSDgvY','y29KzxG','B2TyqLO','Dg9mzeS','EwnYwKq','igfJy291BNqGDa','BYbZEw5J','AwrLCIbbueKGAW','r1fktw0','yuvREfi','A2TKCKS','AK1MAvy','v294zKO','qujMEMu','CevPqKe','rMnQC20','BgfIzwW','shrduMm','BwLNCMf0zsbdta','Dg9vChbLCKnHCW','zsb1C2vYoMLUzG','DcbPCYbTAxnZAq','t1jgCw0','CxfgBLi','ignYzwrLBNrPyq','u2v0igrLzMf1Ba','ourmCeHLDa','EvLZruq','u2v0ig5LDYbKzq','tKfLEwq','x2LZvxbKyxrL','Dw50ihrVA2vUCW','zxKGywnJB3vUDa','uwT5B1G','rLvtvxK','vgDSvuq','wuTwv0S','CMvMCMvZAfrVAW','vNLKvMK','teKGy3jLzgvUDa','vwv0EKG','u2Hrre0','B3zPzgvYiefqsq','zxiGywnJB3vUDa','DgrltNu','DfHJCNG','BgvHCgLZlMnVBq','uefSwwy','ExrrvNK','twLNCMf0Aw5Nia','tgjKrM8','zgLYBMfTzq','y29Tl2f1DgGVDq','vgLmrui','uwrsv3y','Chm6lY93D3CUzW','zgvMyxvSDa','twzODNG','A2jssuG','weTfzKS','sw1WB3j0zwq','DwH2EhG','DxrMoa','CLbuAMK','DvH1zNm','Cu5yCxG','BgvUz3rO','BfvXAxa','BLLdA0e','B2f1DgG','CMvTB3zLienmsq','sKnZy1q','zNnyAgi','qvbjigTLEsbPCW','C3LUyYbKzwzHDq','qxbpDwC','B2jQzwn0','BcbMAwXL','DgvtDhjPBMC','C29Tzq','zMLSzq','qKXlvhC','igTLEsbHy2nVDq','qLjvsg8','zLHxDhK','qLbbzLO','zxjLBMnLihvZzq','lMDLBwLUAs9Vyq','vMPSyvG','ig9MzMXPBMvFyq','twLfwey','Dw50igfMDgvYia','Aw5MBW','ywLSigH0DhbZoG','s1HJrxK','mNWZFdb8mxW1Fa','ssbJCMvKzw50Aq','yMzrwM0','CMvMCMvZAf90BW','D3jPDgvgAwXLuW','AefOvNa','Dg9Rzw5Z','sKjXA1u','l2f1DgGVDxnLCG','AvD0r1e','A3bRDwm','r2TuB1O','Dg9ju09tDhjPBG','Dg9Rzw5FDhLWzq','Ahr0CdO','D2fYBG','DxDstve','4OcI4OcI4OcI4OcI','svPzBvC','rKjOtKK','DMLKzxiGywnJBW','sLDXy28','B3iGqvbjigTLEq','rxjzwfO','DxrO','zwLNvMO','v1zOwKq','CJPZzxnZAw9UCW','CMfUzg9Tvvvjra','yxrkrM0','rfrTrKq','ihjLBw92Aw5Nia','zxHPC3rPBMCGqW','mJGXnJe1mNvNB2TNDq','Cgf0Aa','reP6ruK','ihrVienmssbMAq','CwfAz0K','ue9tsvrjvKvFsq','zxjYB3i','yxbPx3zLCNnPBW','Ahr0Chm6','A01Ly20','DhLWzq','rMr6Bg0','EeTrDvu','C3bSAxq','y0jpuuK','mwzpDg9nBW','lMnSyxvKzs8UyW','zMLSzsbLBwfPBa','AxngAw5PDgu','AxnFzgvMyxvSDa','ww5Lyw0','B2vYvue','AwfSCW','y2jwANO','tMjVChe','mZG5mZu5nLL6yMPtsW','BNHrt1u','CujuAuK','y3jLyxrLzf9HDa','yNbnvue','rhbjrvm','BMCGDg9Rzw5ZoW','ExHgB04','zNvcwuu','vvvbwuS','BLHMD0C','ChjVDMLKzxiTyq','B3zPzgvYigfJyW','DerTyxu','y3jLyxrLzf9IEq','twLNCMf0zwqGqW','u3LUy2vKigrLzG','n3W2Fdq','AM9PBG','z3bfBu4','Dg9tDhjPBMC','uuPQv0C','C3rYAw5NAwz5','uLDfsNu','x2fWAv9RzxKGDq','sgDqEhy','ufr2ELG','y3P2zKe','u1rSAgS','C2vYAw5MBY5LBq','zxHWAxjLC0f0','sgzzAuS','Aw5MBY5WCM9MAq','CgnXvM0','BwTKAxjtEw5J','ru9wzuO','Cgr3C2i','A3nVAxG','DxbKyxrLzf9HDa','EgnHBxm','y2XHDwrL','vxbKyxrLzcbLEa','ugTeDwK','Dw5SAw5Ru3LUyW','B3vUDcbSywjLBa','AwnUBuO','AhLtBeG','ExLfzNa','v1PTtuO','zMLUza','zwvZAMS','zM1LCey','Agj0BLm','wvHcAvK','rfDXy3C','Bw9Kzq','CMvJDxjZAxzL','CwT5EwO','A2vU','sxbbBNy','ChvZAa','y2HHCKf0','zM9YrwfJAa','CvDRBNq','ihjLCxvPCMvK','AwrLCIbHy2nVDq','tLzbB3q','mZy2mtK5ntbNBwTysha','BhqGywnJB3vUDa','CuLiv3e','zxHWAxjLC19HDa','r1v3tLK','ChjVDg9JB2W','rLDiB00','mJm2ntvdzNHHA2u','s3PrwMi','igfJy291BNq','qNrIBLK','CvvivgS','tNngv3q','r3zzEMu','DxbKyxrLzef0','D3PUwKi','vxbKyxrLzcbWCG','CgfYC2u','DhjPBq','u29Tuhy','zxHPC3rZu3LUyW','ChjVDMLKzxi','uuH2zMC','AgvnC2q','yxbPs2v5','mty1ote4mgXAyvjszW','tuXYrNK','DY5NB29NBgvHCa','Axn0Aw5NihbYBW','u2TPChbPBMCGqW','wKLfq3m','s3zWB2m','C29YDa','yxvSDcbHy2nVDq','AwrFDg9Rzw4','ywnJzxnZvg9Rzq','seHxvLm','txjfrNe','BNvTzxjPyW','Bw9UDgG','uMrqAKm','yxbPx2TLEq','C2nVCgvZ','zw50CMLLCW','rMfPBgvKihrVia','r1Psq2e','Ag9TzwrPCG','C2flv3C','Ac5QC29U','swnyEMq','zNn4BKK','EgPzB0e','lMnVzgv4l2f1Da','DgLHBcbMAwXL','EfvLwLm','C3rHDfn5BMm','qMvHCMvY','BwvZC2fNzq','zurLshy','q01buei','qwzwAvm','DxrOx2nYzwrZlG','ntuYtNrnDuLh','B3vUDcbLBwfPBa','C2XPy2u','mtm4mdu2vgjht0Xh','zuXNuLO','rxjYB3iGCMvHza','zgvIDwC','CMvWBgfJzq','y0LQC1u','ENH5zfq','Dg9mB2nHBgveyq','zgf5','tuHgDLa','y29TCgXLDgu','ve9Xq28','ywWGzMLSzq','qwrKzwqGChjVDG','wK12tuG','vuvRsxy','C2nVCgu','D1v4CNm','B05qsuO','seTNq2i','EwXAwvG','Cfr1DvG','BxrPBwu','rxjYB3iGD3jPDa','AgHRz1G','y3jLyxrLzef0','Ew5J','u3LNvee','t1HQqKe','BMv3rgvMyxvSDa','sNffCLu','ywnJB3vUDeLK','teXAqui','B3vUDa','zw5KCg9PBNq','DxrOigfJy291BG','uMHIChe','zKnUzLq','wKTIrxG','DMPRvNe','zw4Tvvm','mZq3mdeXmLvcyKDkAG','AwfSCYb0BYbTDq','CMvHzezPBgvtEq','Bfv2y3y','yLvpDKi','wgvvDKW','uufnAMe','zw1HAwW','BfLjr28','wwrpr1q','Aw5NihbYB3zPza','D0XdvKi','yvjJs0u','Ac9JBg91zc1WBa','twLNCMf0Aw9Uia','rgvMyxvSDcbpqq','A2vlq3y','t2veEee','oMnSyxvKzv9JBW','ywnJzxnZx3rVAW','C2HVCNq','zMLUzeLUzgv4','y2XHDwrLqwLpyq','z2vTAw5P','C3nqtxq','uvjcruK','yxrMB3jTigH0Da','BuDQsK0','B3bLBMLKihbYBW','D0PJB0W','AxmUy29Tl2f1Da'];_0x49aa=function(){return _0x5c8b84;};return _0x49aa();}export function updateApiKeyAccount(_0x4fcabe,_0x2f849b,{label:_0x470d53,apiKey:_0x37ae35,endpoint:_0x4d0a9d}={}){const _0x254df8={_0x2515ff:0xda,_0x148800:0x2f,_0x37c5cb:0x29,_0x8f29f3:0x50,_0x5518af:0x2a,_0x5df801:0xfa,_0x1a360f:0x7e,_0x2c92b5:0xaf,_0x26dcb2:0xbd,_0x17c075:0xc3,_0x103cc2:0x5c,_0x330399:0xd5,_0x559de6:0x2b,_0x5786ec:0x71,_0x114a6b:0x77,_0xf22733:0x135,_0x460a2e:0x31,_0x323351:0x14b,_0x2fe6ae:0xd1,_0x5af858:0xc8,_0x4b8c52:0xbe,_0x4defd5:0x10b,_0x53b2d9:0x60,_0x560ca7:0x24,_0x19e741:0x102,_0x5b2d34:0x61,_0x521ec4:0xe0,_0x544940:0xba,_0x499053:0x44,_0x4b9ab8:0x19,_0x9428ba:0x2e,_0x54fbfb:0x2,_0x47c937:0x25,_0x3f6926:0x14d,_0x5b92b6:0x51,_0x6e4b0d:0x2c,_0x25593b:0x6b,_0x43d5f6:0xe1,_0x105a23:0x111,_0x1645e7:0xab,_0x2d0aab:0xbd,_0x3d2632:0x7c,_0x1d9365:0x20,_0x36d9ef:0x12,_0x1ef61d:0x34,_0x5185cf:0xd4,_0x5ba272:0x84,_0x8254b8:0x83},_0x15c211={'DJzEI':function(_0x1fb8b7,_0x1e6add){return _0x1fb8b7(_0x1e6add);},'uXufs':function(_0x3b24d0,_0x4d2424){return _0x3b24d0<=_0x4d2424;},'DTmFD':function(_0x3d7801){return _0x3d7801();},'xUeZS':function(_0x3591f9,_0x39fd7f){return _0x3591f9===_0x39fd7f;},'uwRMQ':_0x3fb10f(-0xfb,-0x12b,-_0x254df8._0x2515ff,-0x2c),'QIWNv':function(_0x3c9704,_0x349e65){return _0x3c9704(_0x349e65);},'pEiBA':_0x1a0cc4(0x36,_0x254df8._0x148800,0x2d,0xbe),'KzQZb':_0x1a0cc4(_0x254df8._0x37c5cb,_0x254df8._0x8f29f3,0xc2,_0x254df8._0x5518af),'DWqcw':function(_0x352e01,_0x569139){return _0x352e01!==_0x569139;},'kJmhY':'TOqCo','cIjsU':function(_0x1066b7,_0x42827e){return _0x1066b7(_0x42827e);},'iSjwo':function(_0x1d0a28,_0x51dedd){return _0x1d0a28(_0x51dedd);},'pdwsb':_0x1a0cc4(_0x254df8._0x5df801,0x36,_0x254df8._0x1a360f,0x3c)+_0x3fb10f(0xf9,0x54,0x53,-0x29)+_0x3fb10f(-0xf8,-0x64,-0xee,-_0x254df8._0x2c92b5)+'nt'},_0x5efecb=_0x15c211[_0x3fb10f(-0xc0,-_0x254df8._0x26dcb2,-_0x254df8._0x17c075,-0x159)](readProviderAccounts);function _0x3fb10f(_0x47773e,_0x43c7a2,_0x3c6db9,_0x1fa8c1){return _0x28dc71(_0x3c6db9-0x4e,_0x43c7a2-0x1eb,_0x3c6db9-0x82,_0x47773e);}const _0x413183=_0x5efecb[_0x4fcabe]||[],_0x2db290=_0x413183[_0x1a0cc4(0xc2,0x0,_0x254df8._0x103cc2,0x48)](_0x544712=>_0x544712['id']===_0x2f849b&&_0x544712['type']===ACCOUNT_TYPE_API_KEY);if(!_0x2db290){if(_0x15c211[_0x3fb10f(-_0x254df8._0x330399,-_0x254df8._0x559de6,-0x2e,-_0x254df8._0x5786ec)](_0x15c211[_0x3fb10f(-0xd5,-_0x254df8._0x114a6b,-0xd1,-_0x254df8._0xf22733)],_0x15c211[_0x3fb10f(-_0x254df8._0x460a2e,-_0x254df8._0x323351,-_0x254df8._0x2fe6ae,-0x81)]))return null;else _0x15c211[_0x3fb10f(-0x41,-_0x254df8._0x5af858,-_0x254df8._0x4b8c52,-_0x254df8._0x4defd5)](_0x1654fe,_0x4be221);}const _0x1ac5bf=_0x15c211['QIWNv'](trimToNull,_0x470d53);_0x1ac5bf&&(_0x2db290['label']=_0x1ac5bf);if(_0x37ae35!==undefined){if(_0x15c211[_0x3fb10f(_0x254df8._0x53b2d9,0x48,0x37,0xde)]!==_0x15c211[_0x1a0cc4(0xad,0x7a,0x76,_0x254df8._0x560ca7)]){const _0x259397=trimToNull(_0x37ae35);if(!_0x259397){if(_0x15c211[_0x1a0cc4(0xe2,_0x254df8._0x19e741,_0x254df8._0x5b2d34,-0x17)](_0x15c211['kJmhY'],_0x1a0cc4(0x117,_0x254df8._0x521ec4,_0x254df8._0x544940,_0x254df8._0x499053))){if(!_0x38c2c6)return null;if(_0x15c211[_0x3fb10f(-0xcb,-0x5d,-0x100,-0x109)](_0xa9ea19[_0x1a0cc4(0x3a,0x5c,-0x2c,_0x254df8._0x4b9ab8)],-0x27*0x3c+-0xe69+0x1795))return _0x1511b6['slice'](0x228f+0x58c+-0x281b,-0x2e7+-0x9b2+0xc9b)+_0x1a0cc4(-0x3a,-_0x254df8._0x9428ba,_0x254df8._0x54fbfb,-_0x254df8._0x47c937);return _0x3eec5e[_0x3fb10f(0x17,-0x4c,-0x24,-0x57)](0x2*-0x1187+0x36e*0x6+0xe7a,-0x2045+0x105*-0x12+-0x1*-0x32a3)+_0x1a0cc4(0x9e,-0xa2,0x2,-_0x254df8._0x5518af)+_0x937f21['slice'](-(-0x13b*-0x10+-0x277*0x5+-0x759));}else throw new Error(_0x3fb10f(-_0x254df8._0x3f6926,-_0x254df8._0x5b92b6,-0xf7,-0x197)+_0x1a0cc4(0xe6,-_0x254df8._0x6e4b0d,_0x254df8._0x25593b,_0x254df8._0x43d5f6));}_0x2db290['api_key']=_0x259397;}else return;}_0x4d0a9d!==undefined&&(_0x2db290[_0x1a0cc4(_0x254df8._0x105a23,_0x254df8._0x1645e7,0xd1,0xe3)]=normalizeApiKeyEndpoint(_0x4fcabe,_0x4d0a9d));const _0x20aa6f=new Date()['toISOStrin'+'g']();_0x2db290['updated_at']=_0x20aa6f,_0x2db290[_0x1a0cc4(0x11b,_0x254df8._0x2d0aab,_0x254df8._0x3d2632,0x6c)]=_0x20aa6f,_0x15c211[_0x3fb10f(_0x254df8._0x1d9365,-0x50,-0x1e,0x32)](writeProviderAccounts,_0x5efecb);_0x2db290['is_default']&&_0x15c211['iSjwo'](syncDefaultToCliFile,_0x4fcabe);const _0x54fdf9={};_0x54fdf9['provider']=_0x4fcabe,_0x54fdf9['accountId']=_0x2f849b,logger[_0x1a0cc4(0x65,-_0x254df8._0x114a6b,-_0x254df8._0x36d9ef,-_0x254df8._0x1ef61d)](_0x15c211[_0x3fb10f(-_0x254df8._0x5185cf,-_0x254df8._0x5ba272,-_0x254df8._0x8254b8,0x2f)],_0x54fdf9);function _0x1a0cc4(_0x103ad8,_0x1c9f0b,_0x67aa9d,_0x22b3cb){return _0x4abdd7(_0x67aa9d- -0x6c,_0x103ad8,_0x67aa9d-0xd7,_0x22b3cb-0x1c2);}return _0x2db290;}export function removeAccount(_0x38b237,_0x25fe48){const _0x36780b={_0x42fd37:0x59,_0x2c1df7:0x92,_0x572550:0x3c1,_0x42d926:0x45b,_0x3eb054:0x227,_0x101fb0:0x244,_0x1af095:0x1,_0x351588:0xa1,_0xd119c7:0x296,_0x3adaec:0x68,_0x32ce51:0xb8,_0x1d209d:0x3b5,_0x37ad5e:0x412,_0x20f009:0x466,_0x56d8d2:0x43d,_0x5239a4:0x2,_0x5398bb:0x2c5,_0x54eee1:0x266,_0x8ae044:0x46,_0x7b0693:0x2d,_0xd12f0f:0x316,_0x5ddfda:0x61,_0x370dc4:0x27,_0x41d3cf:0x3ac,_0xdb80b4:0x37e,_0x2fb806:0x309,_0x3efcfb:0x26f,_0x2056cf:0x29f,_0x47d070:0x2e5,_0x28c796:0x3c6,_0x2133c6:0x44c,_0x5d2fe4:0x288,_0x1a33a4:0x70,_0xf291cf:0xd9,_0x48d39a:0xd,_0x3f45c3:0x14,_0x3706db:0x52,_0x2ce8d4:0x73,_0x29922d:0x21,_0x1a730d:0x30,_0xa79d1f:0x80,_0x4c057d:0x7e,_0x284fb0:0x99,_0x33fb9e:0x63,_0x649752:0x73,_0x45dc66:0x7,_0x296186:0x2d0,_0x393c09:0x28a,_0x5f273d:0x2fe,_0x83096d:0x354,_0x3529da:0xb,_0x5dc085:0x8e,_0x5d7be6:0xa9,_0xe315d8:0x2e8,_0x19fc80:0x293,_0x322148:0x25b,_0x53d1a3:0x93,_0x11ea8f:0x364,_0x39af94:0x3b8,_0x25e370:0x2c,_0x47037b:0x8b,_0x3a0ad3:0x31,_0x3bea92:0x2d1,_0x4ab32c:0x2eb,_0x5e1113:0x3b7,_0x5c0f3a:0x3a1,_0x2eeed7:0x42a,_0x278e2d:0x367,_0x579192:0x377,_0x97a08e:0x39e,_0x583ff8:0x366,_0x3460f4:0x35d,_0x3a81ca:0x3a6,_0x1c50be:0x34c,_0x4cb07a:0x329,_0x2ec356:0x2b7,_0x493e9d:0x292,_0x5a4a4b:0x286,_0x5238e1:0x1fa,_0xaa436c:0x13c,_0xf3b769:0x2aa,_0x3de191:0x26d,_0x2d35cb:0x3a4,_0x18b95f:0x72,_0x1ac9bd:0x7c,_0x41c6f6:0x73,_0x5cb5f2:0x0,_0x902628:0x289,_0x71fc9a:0x2d3,_0x2bcb6b:0x48,_0x817e5e:0x38,_0x54cc73:0x3c9,_0xca883a:0x34b,_0x390180:0x47,_0x1a8732:0x7f,_0x2a967f:0x3e,_0x292053:0x17,_0x39445a:0x16,_0x454754:0x98,_0x5b2baf:0x45,_0x105913:0x61,_0xb08487:0x28,_0x5d701e:0x4b,_0x172407:0x53,_0x785a3d:0x23},_0x4364b3={_0x13ca88:0x17f},_0x5221d8={_0x54c641:0x155,_0x35661d:0x10},_0x15bc94={'SygTA':_0x234363(_0x36780b._0x42fd37,0xf2,_0x36780b._0x2c1df7,0xa3)+_0x234363(0x75,0x106,-0x39,0xcc)+_0x1ae6cc(_0x36780b._0x572550,0x3fe,_0x36780b._0x42d926,0x3ea)+'s','bUOvB':function(_0x4714a9,_0x2467e0){return _0x4714a9(_0x2467e0);},'OXjBA':_0x1ae6cc(0x28c,_0x36780b._0x3eb054,0x32a,_0x36780b._0x101fb0)+_0x234363(-0x31,_0x36780b._0x1af095,0x61,-_0x36780b._0x351588),'QvTXn':'Updated\x20ex'+_0x1ae6cc(0x325,0x297,0x3a0,_0x36780b._0xd119c7)+_0x234363(-_0x36780b._0x3adaec,-0x7c,-0xaa,-_0x36780b._0x32ce51)+_0x1ae6cc(_0x36780b._0x1d209d,_0x36780b._0x37ad5e,_0x36780b._0x20f009,_0x36780b._0x56d8d2),'Yneam':function(_0x528c8c,_0x21f74a){return _0x528c8c(_0x21f74a);},'MHFvP':function(_0x426774){return _0x426774();},'jrhJv':function(_0x2a9452,_0x4868be){return _0x2a9452===_0x4868be;},'RWEJu':function(_0x5b1f42,_0x597b67){return _0x5b1f42!==_0x597b67;},'pcqVm':_0x234363(0x9f,0xd9,0xe,_0x36780b._0x5239a4),'GUwNY':function(_0x4e770a,_0x147a4d){return _0x4e770a>_0x147a4d;},'IpAnv':_0x1ae6cc(_0x36780b._0x5398bb,0x352,0x2b4,_0x36780b._0x54eee1),'HgPxv':function(_0x3c4fd3,_0x4e6271){return _0x3c4fd3(_0x4e6271);},'jMfiV':_0x234363(-_0x36780b._0x8ae044,0x6,-0x82,-_0x36780b._0x7b0693),'wUxrs':'Removed\x20pr'+'ovider\x20acc'+_0x1ae6cc(0x36b,0x345,0x3d8,_0x36780b._0xd12f0f)},_0x2c332f=_0x15bc94[_0x234363(0x4b,0x3a,-_0x36780b._0x5ddfda,_0x36780b._0x370dc4)](readProviderAccounts),_0x5c26d4=_0x2c332f[_0x38b237]||[],_0x1a27d8=_0x5c26d4[_0x1ae6cc(0x388,_0x36780b._0x41d3cf,_0x36780b._0xdb80b4,_0x36780b._0x2fb806)](_0x53a3d5=>_0x53a3d5['id']===_0x25fe48);if(_0x15bc94['jrhJv'](_0x1a27d8,-(0x784+0x1991+0x1d*-0x124)))return![];const _0x5c9d65=_0x5c26d4[_0x1a27d8]['is_default'];_0x5c26d4['splice'](_0x1a27d8,-0x1*0x989+0x2030*0x1+-0xd*0x1be);function _0x234363(_0x52ee87,_0x4859ac,_0x51eedc,_0x4ae720){return _0x28dc71(_0x52ee87-0xb3,_0x4859ac-_0x5221d8._0x54c641,_0x51eedc-_0x5221d8._0x35661d,_0x4859ac);}_0x2c332f[_0x38b237]=_0x5c26d4;if(_0x5c9d65&&_0x5c26d4[_0x1ae6cc(_0x36780b._0x3efcfb,0x29a,0x31f,0x1d6)]>-0x2263+0x3*-0x71+0x23b6){_0x5c26d4[0x2a8+-0x1e2*0xa+0x102c][_0x1ae6cc(0x2c0,_0x36780b._0x2056cf,0x28e,_0x36780b._0x47d070)]=!![];const _0x3fbde4={};_0x3fbde4['provider']=_0x38b237,_0x3fbde4[_0x1ae6cc(0x367,_0x36780b._0x28c796,0x35b,0x30f)+'Id']=_0x5c26d4[-0x1fe1+0xded+0x3*0x5fc]['id'],logger['info'](_0x1ae6cc(0x3b2,0x3d3,0x3b2,_0x36780b._0x2133c6)+'fault\x20acco'+_0x1ae6cc(_0x36780b._0x5d2fe4,0x23f,0x326,0x2b0)+'removal',_0x3fbde4);}_0x15bc94[_0x234363(-0x47,-_0x36780b._0x1a33a4,0x5e,-_0x36780b._0xf291cf)](writeProviderAccounts,_0x2c332f);if(_0x5c9d65){if(_0x15bc94[_0x234363(-0x2b,-0x99,-0xc8,_0x36780b._0x48d39a)](_0x234363(_0x36780b._0x3f45c3,-_0x36780b._0x3706db,_0x36780b._0x2ce8d4,-0x77),_0x15bc94[_0x234363(-_0x36780b._0x29922d,-_0x36780b._0x1a730d,-_0x36780b._0xa79d1f,-0x4b)])){if(_0x15bc94[_0x234363(0x5,-0xa7,0x84,_0x36780b._0x4c057d)](_0x5c26d4[_0x234363(-_0x36780b._0x284fb0,-_0x36780b._0x33fb9e,-0xd4,-_0x36780b._0x649752)],-0x1a54+0x99a*0x4+-0xc14)){if(_0x15bc94[_0x234363(-_0x36780b._0x45dc66,-0x19,0xd,0xf)]!=='Xftxy')_0x15bc94[_0x1ae6cc(0x2df,0x28b,_0x36780b._0x296186,_0x36780b._0x393c09)](syncDefaultToCliFile,_0x38b237);else try{const _0xe3deb3=_0x7d039e['dirname'](_0x2e365f);if(!_0x1d89fa['existsSync'](_0xe3deb3)){const _0x232c23={};_0x232c23[_0x1ae6cc(_0x36780b._0x5f273d,_0x36780b._0x83096d,0x332,0x368)]=!![],_0x232c23[_0x234363(-_0x36780b._0x3529da,-0x23,-_0x36780b._0x5dc085,-_0x36780b._0x5d7be6)]=0x1c0,_0x56a0c2[_0x1ae6cc(_0x36780b._0xe315d8,0x268,0x34f,0x2ba)](_0xe3deb3,_0x232c23);}const _0x26c70d={};_0x26c70d[_0x1ae6cc(0x2fd,0x263,_0x36780b._0x19fc80,_0x36780b._0x322148)]=0x180,_0x29c9d4[_0x234363(-0x78,-0xa,-0x12b,-_0x36780b._0x53d1a3)+_0x1ae6cc(_0x36780b._0x11ea8f,0x3c1,_0x36780b._0x39af94,0x353)](_0x2e0050,_0x3f1013[_0x234363(-_0x36780b._0x25e370,-0x40,-0x37,-0xab)](_0x22fa19(_0x2a2d5d),null,-0x1a25*0x1+0x189a+0x18d),_0x26c70d);}catch(_0x3029bf){const _0x2d64b4={};_0x2d64b4[_0x234363(-0x55,0xc,-_0x36780b._0x47037b,-_0x36780b._0x3a0ad3)]=_0x3029bf['message'],_0xe6090[_0x1ae6cc(0x2b3,0x2ef,_0x36780b._0x3bea92,0x314)](_0x15bc94[_0x1ae6cc(0x365,0x2f0,_0x36780b._0x4ab32c,_0x36780b._0x5e1113)],_0x2d64b4);throw _0x3029bf;}}else _0x15bc94['jMfiV']===_0x15bc94[_0x1ae6cc(_0x36780b._0x5c0f3a,_0x36780b._0x2eeed7,0x3c6,_0x36780b._0x278e2d)]?removeCliFile(_0x38b237):_0x15bc94[_0x1ae6cc(_0x36780b._0x579192,0x413,_0x36780b._0x97a08e,0x3fe)](_0x407219,_0x487003);}else{const _0x317af7=_0x15bc94[_0x1ae6cc(_0x36780b._0x583ff8,0x321,0x2e9,_0x36780b._0x3460f4)]['split']('|');let _0x172eeb=-0xf*0x85+-0x967*-0x2+-0xb03;while(!![]){switch(_0x317af7[_0x172eeb++]){case'0':_0x56e8cf['updated_at']=new _0x5ed861()['toISOStrin'+'g']();continue;case'1':_0x5b1060&&(_0x43fe9f[_0x1ae6cc(_0x36780b._0x3a81ca,_0x36780b._0x1c50be,_0x36780b._0x4cb07a,0x41d)]=_0xc5f0bb);continue;case'2':_0x99d868[_0x1ae6cc(_0x36780b._0x2ec356,0x317,0x332,0x339)]=_0x37d83e;continue;case'3':_0x181b24[_0x1ae6cc(_0x36780b._0x493e9d,_0x36780b._0x5a4a4b,0x318,_0x36780b._0x5238e1)]=_0x31514e;continue;case'4':const _0x31fd52={..._0x5d4b63};_0x31fd52[_0x234363(0xac,0xda,0x141,_0x36780b._0xaa436c)]=!![];return _0x31fd52;case'5':const _0x4fa37c={};_0x4fa37c[_0x1ae6cc(0x31e,_0x36780b._0xf3b769,_0x36780b._0x3de191,_0x36780b._0x2d35cb)]=_0x6181d1,_0x4fa37c[_0x234363(_0x36780b._0x18b95f,_0x36780b._0x1ac9bd,_0x36780b._0x3f45c3,0xa6)]=_0x38c9f5,_0x4fa37c[_0x234363(_0x36780b._0x5ddfda,_0x36780b._0x41c6f6,0x4c,_0x36780b._0x5cb5f2)]=_0x32f776['id'],_0x325c61[_0x1ae6cc(_0x36780b._0x902628,0x1f2,_0x36780b._0x71fc9a,0x20d)](_0x15bc94['QvTXn'],_0x4fa37c);continue;case'6':_0x9b6406[_0x234363(-_0x36780b._0x2bcb6b,-0xe3,_0x36780b._0x817e5e,_0x36780b._0x3adaec)]&&_0x15bc94[_0x1ae6cc(0x377,_0x36780b._0x54cc73,_0x36780b._0xca883a,0x396)](_0x5cb061,_0x3d2267);continue;case'7':_0x15bc94[_0x234363(-_0x36780b._0x390180,-_0x36780b._0x1a8732,-_0x36780b._0x2a967f,-_0x36780b._0x292053)](_0x5c1e3e,_0x2b9867);continue;}break;}}}const _0x1825cd={};_0x1825cd[_0x234363(_0x36780b._0x39445a,-_0x36780b._0x454754,_0x36780b._0x5b2baf,0xc2)]=_0x38b237,_0x1825cd[_0x234363(_0x36780b._0x105913,_0x36780b._0x1a8732,_0x36780b._0xb08487,0xcd)]=_0x25fe48,_0x1825cd['wasDefault']=_0x5c9d65,logger[_0x234363(-0x7f,-0xb1,-_0x36780b._0x5d701e,-0x12e)](_0x15bc94[_0x234363(_0x36780b._0x172407,-0x24,_0x36780b._0x785a3d,-0x16)],_0x1825cd);function _0x1ae6cc(_0x465cf1,_0x465da6,_0x36bf21,_0x3a2692){return _0x4abdd7(_0x465cf1-0x22f,_0x36bf21,_0x36bf21-0x186,_0x3a2692-_0x4364b3._0x13ca88);}return!![];}export function setDefaultAccount(_0x315ba7,_0x4d5d85){const _0x3881b9={_0xec2296:0x326,_0x21ce74:0x341,_0xd2a347:0x24b,_0x5efe64:0x36,_0x436e20:0x20b,_0x23c744:0x29d,_0x200328:0x5f,_0x5d18bb:0x9e,_0x17a2cd:0x6d,_0x5118ba:0xb6,_0x59c69b:0x8d},_0x385569={_0x3e33d3:0xcd},_0xf3b80a={_0x21257d:0x17f,_0xae71f:0x68a,_0x1024ef:0x125},_0x161ef8={_0x267012:0x363,_0x456ed9:0x173,_0x2f534c:0xa9},_0x6d3d56={'yyEfp':function(_0x46948c,_0x435727){return _0x46948c(_0x435727);}},_0x4bb900=readProviderAccounts();function _0x2ddf24(_0x8661c7,_0x5adf1d,_0x2c22e2,_0x305cde){return _0x4abdd7(_0x5adf1d- -_0x161ef8._0x267012,_0x2c22e2,_0x2c22e2-_0x161ef8._0x456ed9,_0x305cde-_0x161ef8._0x2f534c);}const _0xa88776=_0x4bb900[_0x315ba7]||[],_0x134a39=_0xa88776[_0x2ddf24(-_0x3881b9._0xec2296,-0x29b,-_0x3881b9._0x21ce74,-_0x3881b9._0xd2a347)](_0x28de28=>_0x28de28['id']===_0x4d5d85);if(!_0x134a39)return![];_0xa88776[_0x109969(-0x2c,0xb,0x76,_0x3881b9._0x5efe64)](_0x380b97=>{function _0xd261b1(_0x125163,_0x44095b,_0x304d01,_0x8aa750){return _0x2ddf24(_0x125163-_0xf3b80a._0x21257d,_0x44095b-_0xf3b80a._0xae71f,_0x304d01,_0x8aa750-_0xf3b80a._0x1024ef);}_0x380b97[_0xd261b1(0x43c,0x3b8,0x311,0x459)]=_0x380b97['id']===_0x4d5d85;});function _0x109969(_0x38239f,_0xdbf76c,_0x3f1afa,_0x5364bd){return _0x4abdd7(_0xdbf76c- -0xca,_0x38239f,_0x3f1afa-_0x385569._0x3e33d3,_0x5364bd-0x1a);}writeProviderAccounts(_0x4bb900),_0x6d3d56[_0x2ddf24(-_0x3881b9._0x436e20,-_0x3881b9._0x23c744,-0x274,-0x2e5)](syncDefaultToCliFile,_0x315ba7);const _0x5f7bf8={};return _0x5f7bf8[_0x2ddf24(-0x2e0,-0x274,-0x31b,-0x284)]=_0x315ba7,_0x5f7bf8['accountId']=_0x4d5d85,logger[_0x109969(-_0x3881b9._0x200328,-0x70,-_0x3881b9._0x5efe64,-_0x3881b9._0x5d18bb)](_0x109969(_0x3881b9._0x17a2cd,_0x3881b9._0x5118ba,_0x3881b9._0x59c69b,0x123)+'t\x20provider'+'\x20account',_0x5f7bf8),!![];}export function updateAccountLabel(_0x2daf4c,_0x1e9b0a,_0x423006){const _0x7990c1={_0x4da6b6:0x1a9,_0x55bd60:0x183,_0xd9222e:0x1ee,_0x136d2f:0x103,_0x195b2f:0x148,_0x4fd09d:0x1fe,_0x57ca12:0xfc,_0x306a33:0x72,_0x4c40e0:0x4a,_0x2b1f4d:0xde,_0x166277:0x181,_0x4c3a43:0x133,_0x52c613:0x106,_0x39b56d:0x7b,_0x59041b:0xb1,_0x4b2229:0x1d2,_0x436032:0x13d,_0x51144e:0x1af,_0x195b32:0xb7,_0x2aa9b5:0x37,_0x35feef:0x265,_0x44ca52:0x22d},_0x48b882={_0x7d4601:0x18c,_0xff8844:0x37},_0x2dac67={_0x1379d9:0x1a6,_0xbfe34b:0x119},_0x9b017d={'fXWty':function(_0x9aea64){return _0x9aea64();},'bwaaY':function(_0x235c23,_0x56bf36){return _0x235c23===_0x56bf36;},'UUAYK':_0x468052(0x1f4,0x1f7,_0x7990c1._0x4da6b6,0x151),'ajtZb':_0x468052(_0x7990c1._0x55bd60,0x16d,0x17e,_0x7990c1._0xd9222e)+_0x25b0d8(-0x19d,-_0x7990c1._0x136d2f,-0x152,-_0x7990c1._0x195b2f)+_0x468052(0x208,_0x7990c1._0x4fd09d,0x157,_0x7990c1._0x57ca12)},_0x255ffd=_0x9b017d[_0x468052(0x181,_0x7990c1._0x306a33,0xe6,_0x7990c1._0x4c40e0)](readProviderAccounts),_0x1b8899=_0x255ffd[_0x2daf4c]||[],_0x518341=_0x1b8899[_0x25b0d8(-0xf6,-_0x7990c1._0x2b1f4d,-0x177,-0x110)](_0x50f63c=>_0x50f63c['id']===_0x1e9b0a);if(!_0x518341)return _0x9b017d['bwaaY'](_0x25b0d8(-_0x7990c1._0x166277,-0x137,-0x114,-0xeb),_0x9b017d[_0x25b0d8(-_0x7990c1._0x4c3a43,-_0x7990c1._0x52c613,-0xb8,-_0x7990c1._0x39b56d)])?null:![];_0x518341[_0x25b0d8(-0xe3,-0x2f,0x74,-_0x7990c1._0x59041b)]=_0x423006,_0x518341['updated_at']=new Date()[_0x25b0d8(-_0x7990c1._0x4b2229,-_0x7990c1._0x436032,-_0x7990c1._0x51144e,-0x1c6)+'g'](),writeProviderAccounts(_0x255ffd);const _0xfc615c={};_0xfc615c[_0x25b0d8(-0x142,-_0x7990c1._0x195b32,-_0x7990c1._0x2aa9b5,-0x80)]=_0x2daf4c;function _0x25b0d8(_0x1a7746,_0x3e1421,_0x1d735d,_0x43773){return _0x4abdd7(_0x3e1421- -_0x2dac67._0x1379d9,_0x1a7746,_0x1d735d-0x46,_0x43773-_0x2dac67._0xbfe34b);}_0xfc615c[_0x25b0d8(-0xe4,-0x6c,-0xa0,0x1)]=_0x1e9b0a,_0xfc615c[_0x468052(0x1d2,_0x7990c1._0x35feef,0x20b,_0x7990c1._0x44ca52)]=_0x423006,logger['info'](_0x9b017d['ajtZb'],_0xfc615c);function _0x468052(_0x21ecc6,_0x27bba6,_0x3ddc73,_0x10bdc3){return _0x28dc71(_0x3ddc73-0x220,_0x27bba6-_0x48b882._0x7d4601,_0x3ddc73-_0x48b882._0xff8844,_0x27bba6);}return!![];}export function updateAccountEmail(_0x5cba1b,_0x6f4f8d,_0x49caf3){const _0x474d49={_0x32e688:0x2be,_0x2d6f40:0x2da,_0x4ddeda:0x30b,_0x534e4a:0x166,_0x548bfe:0xbd,_0x2787bd:0x40,_0x5c88fd:0x4a,_0xed88ed:0x59,_0x146d02:0x293,_0x3a601c:0x2bf,_0x51d36c:0x366,_0x25f391:0xe6,_0x3831f6:0xf,_0x4f0c57:0x1fe,_0x345120:0x206,_0x438cf8:0x27a,_0xbe47d5:0x324,_0x25f47b:0x2f2,_0x31dc63:0x33a,_0x526abf:0x34a,_0x4bf7b7:0x31a,_0x1e7136:0xf4,_0x2a055d:0xa6,_0x5dd94d:0x1eb,_0x22b26e:0x21c,_0x4824b2:0x245,_0x213569:0x22d,_0x9a0c78:0x18b,_0x3a2bab:0xc4,_0x29c1e8:0x29,_0x465faf:0x37d,_0x245ed4:0x77},_0x36eca7={_0x2654c8:0x33f,_0x550f5c:0x83,_0x38e5a5:0x19f},_0x12a7a6={'fsxnI':function(_0x22c726){return _0x22c726();},'WZmMJ':function(_0x3d5caf,_0x542bbc){return _0x3d5caf===_0x542bbc;},'atJFm':function(_0x1aa244,_0x209088){return _0x1aa244(_0x209088);},'lFppe':_0x204491(_0x474d49._0x32e688,_0x474d49._0x2d6f40,0x29d,_0x474d49._0x4ddeda)+_0x3efffb(-0x28,-_0x474d49._0x534e4a,-0xc0,-_0x474d49._0x548bfe)+_0x3efffb(-0xfd,_0x474d49._0x2787bd,-_0x474d49._0x5c88fd,-_0x474d49._0xed88ed)},_0x3468a0=_0x12a7a6[_0x204491(0x232,_0x474d49._0x146d02,_0x474d49._0x3a601c,_0x474d49._0x51d36c)](readProviderAccounts),_0x4bd539=_0x3468a0[_0x5cba1b]||[];function _0x204491(_0x38d121,_0x5d1fb2,_0x59765f,_0xc5ee93){return _0x28dc71(_0x59765f-_0x36eca7._0x2654c8,_0x5d1fb2-_0x36eca7._0x550f5c,_0x59765f-_0x36eca7._0x38e5a5,_0x5d1fb2);}function _0x3efffb(_0x39e0d7,_0x8a86f2,_0x52047a,_0x2961fb){return _0x4abdd7(_0x52047a- -0x163,_0x39e0d7,_0x52047a-0x1da,_0x2961fb-0x164);}const _0x31c8fb=_0x4bd539[_0x3efffb(-0x4d,-_0x474d49._0x25f391,-0x9b,_0x474d49._0x3831f6)](_0x5637f1=>_0x5637f1['id']===_0x6f4f8d&&_0x5637f1[_0x204491(0x1c0,0x215,0x23b,0x1db)]===ACCOUNT_TYPE_OAUTH);if(!_0x31c8fb)return _0x12a7a6[_0x204491(_0x474d49._0x4f0c57,_0x474d49._0x345120,_0x474d49._0x438cf8,_0x474d49._0xbe47d5)]('ytQVy',_0x204491(_0x474d49._0x25f47b,_0x474d49._0x31dc63,_0x474d49._0x526abf,_0x474d49._0x4bf7b7))?![]:_0x27a767;_0x31c8fb['email']=_0x49caf3,_0x31c8fb[_0x3efffb(-_0x474d49._0x1e7136,-0xdb,-_0x474d49._0x2a055d,-0x77)]=new Date()[_0x204491(_0x474d49._0x5dd94d,0x23f,_0x474d49._0x22b26e,0x2c3)+'g'](),_0x12a7a6[_0x204491(0x229,_0x474d49._0x4824b2,_0x474d49._0x213569,_0x474d49._0x9a0c78)](writeProviderAccounts,_0x3468a0);const _0x1213fb={};return _0x1213fb['provider']=_0x5cba1b,_0x1213fb[_0x3efffb(-_0x474d49._0x3a2bab,-0x42,-_0x474d49._0x29c1e8,0x2d)]=_0x6f4f8d,_0x1213fb[_0x204491(0x306,_0x474d49._0x465faf,0x2fe,0x340)]=_0x49caf3,logger[_0x3efffb(-_0x474d49._0x245ed4,-0x18f,-0x109,-0xb5)](_0x12a7a6['lFppe'],_0x1213fb),!![];}export function updateAccountTokens(_0xbbddac,_0xb8e34d,_0x321d61){const _0x4857f1={_0x1d79bb:0x71,_0x33806d:0x1c2,_0x5a388:0x151,_0x173a0c:0x133,_0x395e40:0x6e,_0x507669:0x1bc,_0x145c2f:0x15d,_0x364315:0x4,_0x3f198c:0x32,_0x4f2c66:0xc9,_0x37cca1:0x47,_0x141d2f:0x33,_0x2da0f4:0x15e,_0x4cdd92:0x77,_0x5e80c9:0x132,_0x3436b5:0x20c,_0x5ab2e3:0x3d,_0x19420a:0x5,_0x257bf6:0x45,_0x10ed6a:0x182,_0x399bba:0x1f0,_0x1e4f0b:0x1e3,_0x4a3e45:0xf3,_0x3919a2:0x4f,_0x33ea72:0x3e,_0xd4db38:0x34,_0x4c313c:0x57,_0x171ad8:0x1b,_0x30a48c:0xc5,_0x5aba81:0x38},_0x13f27d={_0x41c3ae:0x67,_0x101d9f:0xf6},_0x54736a={_0x72d438:0x39,_0x404803:0x115};function _0x4e6abe(_0x106805,_0x4ceb3e,_0x1686d7,_0x25b53a){return _0x4abdd7(_0x4ceb3e- -0x96,_0x25b53a,_0x1686d7-_0x54736a._0x72d438,_0x25b53a-_0x54736a._0x404803);}const _0xbe667f={'qWknt':function(_0xbdcc6c){return _0xbdcc6c();},'Fcjsm':function(_0x54ffe6,_0x528121){return _0x54ffe6(_0x528121);},'FUSUy':function(_0x3419f7,_0x14d5fe){return _0x3419f7!==_0x14d5fe;},'JCscT':_0xb11ddd(_0x4857f1._0x1d79bb,0xae,0xa2,0x92),'ETmrV':function(_0xe15890,_0xac98da){return _0xe15890(_0xac98da);},'keKCv':_0xb11ddd(0x160,_0x4857f1._0x33806d,_0x4857f1._0x5a388,_0x4857f1._0x173a0c)+_0x4e6abe(-0xa6,0xd,_0x4857f1._0x395e40,-0x42)+'ount\x20token'+'s'},_0x1ecce9=_0xbe667f[_0xb11ddd(_0x4857f1._0x507669,_0x4857f1._0x145c2f,0x13d,0xee)](readProviderAccounts);function _0xb11ddd(_0xd47bbe,_0x409dd2,_0x2181fe,_0x17b5c0){return _0x4abdd7(_0x2181fe-_0x13f27d._0x41c3ae,_0xd47bbe,_0x2181fe-0xec,_0x17b5c0-_0x13f27d._0x101d9f);}const _0x54e997=_0x1ecce9[_0xbbddac]||[],_0x5bb40c=_0x54e997[_0x4e6abe(_0x4857f1._0x364315,_0x4857f1._0x3f198c,_0x4857f1._0x4f2c66,-0x6d)](_0x5a0cab=>_0x5a0cab['id']===_0xb8e34d&&_0x5a0cab[_0xb11ddd(0x107,0xcc,0xef,0x70)]===ACCOUNT_TYPE_OAUTH);if(!_0x5bb40c)return![];_0x5bb40c[_0x4e6abe(_0x4857f1._0x37cca1,-_0x4857f1._0x141d2f,-0x3,-0x2b)]=_0x321d61,_0x5bb40c[_0xb11ddd(0x1ae,_0x4857f1._0x2da0f4,0x124,0x70)]=new Date()[_0x4e6abe(-_0x4857f1._0x4cdd92,-0x2d,-0x41,-0x58)+'g'](),_0xbe667f[_0xb11ddd(_0x4857f1._0x5e80c9,0x251,0x1dd,_0x4857f1._0x3436b5)](writeProviderAccounts,_0x1ecce9);if(_0x5bb40c[_0x4e6abe(-_0x4857f1._0x5ab2e3,-_0x4857f1._0x19420a,-0x25,_0x4857f1._0x257bf6)]){if(_0xbe667f[_0xb11ddd(_0x4857f1._0x10ed6a,0x282,_0x4857f1._0x399bba,_0x4857f1._0x1e4f0b)](_0xbe667f[_0xb11ddd(0xbf,_0x4857f1._0x4a3e45,0xac,_0x4857f1._0x3919a2)],_0xbe667f[_0x4e6abe(-0x65,-0x51,_0x4857f1._0x33ea72,-0xea)]))return null;else _0xbe667f['ETmrV'](syncDefaultToCliFile,_0xbbddac);}const _0x1c568c={};return _0x1c568c[_0x4e6abe(-_0x4857f1._0xd4db38,0x59,-_0x4857f1._0x4c313c,0x51)]=_0xbbddac,_0x1c568c['accountId']=_0xb8e34d,logger[_0x4e6abe(0x64,0x88,_0x4857f1._0x171ad8,0x67)](_0xbe667f[_0x4e6abe(0xd7,0xbe,_0x4857f1._0x30a48c,_0x4857f1._0x5aba81)],_0x1c568c),!![];}export function syncDefaultToCliFile(_0x4093c3){const _0x31d415={_0x17d162:0x540,_0x27949c:0xb9,_0x42df3b:0x169,_0xdf45b5:0x13b,_0x40c70c:0xba,_0x2f0fbd:0x490,_0x3d9a53:0x56d,_0xa7cd4:0x500,_0x40b308:0x533,_0x1ad3e1:0x468,_0x1b16ef:0x54b,_0x1f6b7d:0x5c4,_0x5c6f77:0x468,_0x4ff120:0x17,_0x22f8e0:0x533,_0x2788be:0x4c6,_0x5d46a4:0x55e,_0x529021:0xa2,_0x3fdcc3:0x50,_0x1cc195:0x514,_0x9ca73f:0x541,_0x2fe02c:0x4db,_0x5f1a56:0x483,_0x4c541a:0xc7,_0x3ea355:0xa8,_0x2f6baf:0x118,_0x21c76b:0xf0,_0x43a761:0x103,_0x22b68b:0x45,_0x1dae1f:0x1d,_0x3c39cf:0x48,_0x245eec:0x50,_0x205f42:0x41d,_0x4beb9a:0x4c3,_0x214d58:0x419,_0x383ef2:0x417,_0xd30946:0x46f,_0x2c0cd2:0x413,_0x5397a1:0x49a,_0xce5c5b:0x48d,_0x391a39:0x450,_0x6947aa:0x487,_0x1e56bf:0x43d,_0x2b8e7d:0x456,_0x476c7f:0x40e,_0x400e46:0x4c2,_0x256c6b:0x59,_0x1a5874:0x6d,_0x72f4cf:0xc5,_0x3178b0:0x96,_0x324dfd:0x2c,_0x63c18f:0x519,_0x55dedd:0x4fe,_0x2f77d0:0x4ff,_0x495b2a:0x421,_0x599088:0x4be,_0x1e8399:0x4dc,_0x332a88:0x2,_0x5a8325:0x67,_0x170047:0x4c,_0x5c9edb:0x9,_0x3b07c0:0x514,_0x2fe279:0x515,_0x323caa:0x15a,_0x5ef2e6:0xdb,_0x3ce41f:0x172,_0x225a42:0x434,_0x191d8d:0x3f3,_0x1c6d97:0x30,_0x3d2e4d:0x68,_0x3e950a:0xcb,_0x49ef44:0x24,_0x1314e1:0x432,_0x48b26a:0x4ba,_0x37d59b:0x87,_0x2671c6:0x55,_0x38fce4:0x5de,_0x1cf303:0x540,_0x5808fc:0x101,_0x2ecaee:0x6,_0x779ae6:0xa1,_0x5ab5a3:0xf9,_0x3ec197:0x54,_0x59f9fc:0x569,_0xb4d8c1:0x5ee,_0x2b6707:0x3,_0x3c4faf:0x563,_0x53a8a1:0x552,_0x102e4b:0x53f,_0x51d61c:0x47,_0x275ae0:0x4ff,_0x32e068:0x4bf,_0x1c7a19:0x50f,_0x1a29e4:0x2d,_0x381483:0x6,_0x55bd3e:0x5b,_0x33c3b2:0x524,_0x406c98:0x55,_0x3809d6:0xe6,_0x44affa:0x11e,_0x10c1f2:0x3ba,_0x189bc8:0x4a5,_0x5e9a8a:0x490,_0x1399d5:0x49a,_0x3eb7d5:0x551,_0x2f3805:0x4c3,_0x324a15:0x507,_0x3afa32:0x24,_0x4f7b4a:0x130,_0x1481f9:0x181,_0x2fc337:0xd9,_0x52edf6:0x159,_0x31b65e:0x23,_0x316a32:0x53,_0x526a3f:0xd5,_0x1788d9:0x9,_0x48a06e:0x7f,_0x35cf28:0x2,_0x79af83:0x49d,_0x165bd9:0x44b,_0x54a2aa:0x4d3,_0xa4f9be:0x48e,_0x399696:0x4ef,_0x1ed4d2:0x487,_0x3ae239:0x474,_0x4d6968:0x431,_0x2efe76:0x485,_0xacfc8a:0xeb,_0x3a68b7:0x10,_0x40f0d0:0x54f,_0x4d684c:0x1e,_0x38fde6:0xab,_0x113e26:0x53,_0x78a38c:0x3b,_0x58a982:0x1e,_0x43ace0:0x5f,_0x343c23:0x32,_0x1a643a:0x449,_0x5dac02:0xd6,_0x2bd875:0xa1,_0xa6699d:0x7a,_0x2b1419:0x29,_0x3b1a64:0x36,_0x2ea945:0x4cc,_0x5bbe03:0x164,_0x46c9fb:0x15f,_0x535bd6:0xe8,_0x3aa9aa:0x90,_0x404ca1:0x526,_0x29ae06:0x4fc,_0x425a80:0x50e,_0x126027:0x411,_0x59b7c0:0x4d1,_0x454668:0x5,_0x35f782:0x4a0,_0x123664:0x47c,_0x569119:0x439,_0x26bd07:0x4b9,_0x2b86c3:0x499,_0x5ce512:0x44d,_0xdefd49:0x530,_0x465968:0x438,_0x29a6f0:0x53b,_0x84db8c:0x4fa,_0x58a7e8:0x532,_0x41e737:0x511,_0x2a7cad:0x14b,_0x487e4d:0xe0,_0x33b959:0xbe,_0x13678e:0xcf,_0x3cc705:0x424,_0x469705:0x471,_0x289c3f:0x4d7,_0x307f33:0x544,_0x13b1a0:0x539,_0x4a3997:0x2f,_0x1949f4:0x80,_0x4aa4e0:0xef,_0x538951:0xe3,_0x445bc3:0x467,_0x4cde6a:0x409,_0x1947c0:0x5dd},_0xc4cad={_0x5b872b:0x55b},_0x58dec8={_0x4ada48:0x189,_0x4e54ff:0x157};function _0x18f9ec(_0x162cd2,_0x35c6ac,_0xe4f711,_0x23012d){return _0x4abdd7(_0x35c6ac- -0xb3,_0x162cd2,_0xe4f711-_0x58dec8._0x4ada48,_0x23012d-_0x58dec8._0x4e54ff);}const _0x47c17b={'hhkgX':function(_0x1bd38d,_0x1247f8){return _0x1bd38d(_0x1247f8);},'OeDxA':function(_0xdca8e0,_0xa03054){return _0xdca8e0>_0xa03054;},'qqFnR':function(_0x3d544d,_0x23ebe5){return _0x3d544d(_0x23ebe5);},'kMecm':function(_0x41be2f,_0x20c293){return _0x41be2f(_0x20c293);},'MiEXF':_0x53e8cb(0x532,0x4ad,0x4d5,_0x31d415._0x17d162)+_0x18f9ec(0xb3,_0x31d415._0x27949c,_0x31d415._0x42df3b,_0x31d415._0xdf45b5)+_0x18f9ec(0xb1,_0x31d415._0x40c70c,0x152,0x35),'QAMja':function(_0x1294a7,_0x176ae1){return _0x1294a7===_0x176ae1;},'kkdrK':_0x53e8cb(0x522,_0x31d415._0x2f0fbd,_0x31d415._0x3d9a53,_0x31d415._0xa7cd4)+_0x53e8cb(0x50d,_0x31d415._0x40b308,0x45d,_0x31d415._0x1ad3e1)+_0x53e8cb(_0x31d415._0x1b16ef,_0x31d415._0x1f6b7d,0x59d,0x53e)+_0x53e8cb(0x46c,0x4c7,0x4c2,_0x31d415._0x5c6f77)+_0x18f9ec(0x3c,-0x37,-0xad,-_0x31d415._0x4ff120)+_0x53e8cb(_0x31d415._0x22f8e0,0x545,_0x31d415._0x2788be,_0x31d415._0x5d46a4)+_0x18f9ec(0x95,0x5c,_0x31d415._0x529021,_0x31d415._0x3fdcc3),'FZizD':_0x53e8cb(0x4ff,_0x31d415._0x1cc195,_0x31d415._0x9ca73f,0x585),'ylZYX':function(_0x2b81e0,_0xeed1f9){return _0x2b81e0===_0xeed1f9;},'MLrFy':'claude','HfYiK':_0x53e8cb(0x537,_0x31d415._0x2fe02c,_0x31d415._0x5f1a56,0x58c),'xKQuU':_0x18f9ec(_0x31d415._0x4c541a,_0x31d415._0x3ea355,_0x31d415._0x2f6baf,_0x31d415._0x21c76b),'fmepF':_0x18f9ec(_0x31d415._0x43a761,0x5f,-_0x31d415._0x22b68b,0x60),'GZRCa':_0x18f9ec(-0x85,-0xc,0x31,-_0x31d415._0x1dae1f)+_0x18f9ec(0x59,_0x31d415._0x3c39cf,_0x31d415._0x245eec,0x48)+'nt\x20to\x20CLI\x20'+_0x53e8cb(_0x31d415._0x205f42,_0x31d415._0x4beb9a,_0x31d415._0x214d58,0x490),'PAlYf':'Failed\x20to\x20'+_0x53e8cb(_0x31d415._0x383ef2,0x412,_0x31d415._0xd30946,_0x31d415._0x2c0cd2)+_0x53e8cb(0x4aa,_0x31d415._0x5397a1,_0x31d415._0xce5c5b,_0x31d415._0x1ad3e1)+_0x53e8cb(_0x31d415._0x391a39,_0x31d415._0x6947aa,0x4dc,_0x31d415._0x1e56bf)+'le'};if(!CLI_CREDENTIAL_FILES[_0x4093c3])return;function _0x53e8cb(_0x36bc95,_0x1e2221,_0xc09775,_0x5aa9de){return _0x28dc71(_0x36bc95-_0xc4cad._0x5b872b,_0x1e2221-0x1e2,_0xc09775-0xc4,_0x5aa9de);}const _0x323ad6=_0x47c17b[_0x53e8cb(_0x31d415._0x2b8e7d,_0x31d415._0x476c7f,_0x31d415._0x400e46,0x3e7)](getDefaultAccount,_0x4093c3);if(!_0x323ad6){const _0x2ce150={};_0x2ce150[_0x18f9ec(0x88,0x3c,_0x31d415._0x256c6b,_0x31d415._0x1a5874)]=_0x4093c3,logger['debug'](_0x47c17b[_0x18f9ec(-_0x31d415._0x72f4cf,-0x5b,0x18,-0x99)],_0x2ce150),_0x47c17b[_0x18f9ec(-_0x31d415._0x3178b0,-_0x31d415._0x324dfd,0x1f,-0x4)](removeCliFile,_0x4093c3);return;}if(_0x47c17b[_0x53e8cb(_0x31d415._0x63c18f,_0x31d415._0x55dedd,_0x31d415._0x2f77d0,0x4fc)](_0x323ad6[_0x53e8cb(0x457,0x4fe,0x4f0,_0x31d415._0x495b2a)],ACCOUNT_TYPE_API_KEY)){const _0x3dcdf7={};_0x3dcdf7[_0x53e8cb(_0x31d415._0x599088,0x425,0x4c7,_0x31d415._0x1e8399)]=_0x4093c3,_0x3dcdf7[_0x18f9ec(_0x31d415._0x332a88,0x87,_0x31d415._0x5a8325,_0x31d415._0x170047)]=_0x323ad6['id'],logger[_0x18f9ec(0x85,0x6b,0xc5,_0x31d415._0x5c9edb)](_0x53e8cb(_0x31d415._0x2788be,0x46b,_0x31d415._0x3b07c0,_0x31d415._0x2fe279)+_0x18f9ec(_0x31d415._0x323caa,_0x31d415._0x5ef2e6,_0x31d415._0x3ce41f,0xc9)+'ial\x20sync\x20f'+_0x53e8cb(0x442,0x397,_0x31d415._0x225a42,_0x31d415._0x191d8d)+_0x18f9ec(-0x30,_0x31d415._0x1c6d97,0xa2,_0x31d415._0x3d2e4d),_0x3dcdf7),_0x47c17b[_0x18f9ec(0xf4,_0x31d415._0x3e950a,0xb4,_0x31d415._0x49ef44)](removeCliFile,_0x4093c3);return;}if(!_0x323ad6[_0x53e8cb(_0x31d415._0x1314e1,0x3ce,0x494,_0x31d415._0x48b26a)]){const _0x1a868e={};_0x1a868e['provider']=_0x4093c3,_0x1a868e[_0x18f9ec(0x7f,_0x31d415._0x37d59b,_0x31d415._0x2671c6,0x8)]=_0x323ad6['id'],logger['warn'](_0x47c17b[_0x53e8cb(0x540,_0x31d415._0x38fce4,_0x31d415._0x1cf303,0x4af)],_0x1a868e),_0x47c17b[_0x18f9ec(_0x31d415._0x5808fc,0x80,0x17,-_0x31d415._0x2ecaee)](removeCliFile,_0x4093c3);return;}const _0x133c0c=_0x118a6e[_0x53e8cb(0x478,_0x31d415._0x2788be,0x498,0x3fe)](_0x4586d2[_0x18f9ec(_0x31d415._0x779ae6,_0x31d415._0x2671c6,_0x31d415._0x5ab5a3,_0x31d415._0x3ec197)](),CLI_CREDENTIAL_FILES[_0x4093c3]),_0x2af9d9=_0x118a6e[_0x53e8cb(_0x31d415._0x59f9fc,_0x31d415._0xb4d8c1,0x4cb,0x5b5)](_0x133c0c);try{if(_0x18f9ec(_0x31d415._0x2b6707,0x56,0xb5,0xc2)===_0x53e8cb(_0x31d415._0x3c4faf,_0x31d415._0x53a8a1,_0x31d415._0x102e4b,0x545))for(const _0x227bb8 of _0x1106fe){_0x47c17b['hhkgX'](_0x402a0e,_0x227bb8);}else{if(!_0x4b4bc4[_0x18f9ec(0xe4,0x3b,0x25,_0x31d415._0x51d61c)](_0x2af9d9)){if(_0x47c17b['QAMja'](_0x47c17b['FZizD'],_0x53e8cb(_0x31d415._0x275ae0,_0x31d415._0x32e068,_0x31d415._0x1c7a19,_0x31d415._0x22f8e0))){const _0x160cd3={};_0x160cd3['recursive']=!![],_0x160cd3['mode']=0x1c0,_0x4b4bc4[_0x18f9ec(-_0x31d415._0x1a29e4,_0x31d415._0x381483,-0x11,-_0x31d415._0x55bd3e)](_0x2af9d9,_0x160cd3);}else _0x47c17b[_0x53e8cb(_0x31d415._0x33c3b2,0x597,0x5a2,0x521)](_0x39d80c[_0x18f9ec(-_0x31d415._0x406c98,-0x73,0x1,-_0x31d415._0x3809d6)],-0x1*0xa84+0x9e*0x1+0x9e6)?_0x47c17b[_0x18f9ec(0x123,0xcb,0x115,_0x31d415._0x44affa)](_0x1ed554,_0xc4b573):_0x47c17b[_0x18f9ec(0xba,0x80,0x110,0xf7)](_0x121293,_0x19c52f);}let _0x1961f6;const _0x1ee1f7=_0x323ad6[_0x53e8cb(0x432,_0x31d415._0x10c1f2,_0x31d415._0x189bc8,_0x31d415._0x5e9a8a)]||{};if(_0x47c17b[_0x53e8cb(0x4fe,_0x31d415._0x1399d5,0x4d8,_0x31d415._0x3eb7d5)](_0x4093c3,_0x47c17b[_0x53e8cb(_0x31d415._0x2f3805,_0x31d415._0x324a15,0x4f2,0x451)]))_0x1961f6={'claudeAiOauth':{'accessToken':_0x1ee1f7[_0x18f9ec(0xd1,0x4a,-_0x31d415._0x2671c6,-0x2a)+'n']||_0x1ee1f7[_0x18f9ec(_0x31d415._0x3afa32,0xa4,_0x31d415._0x4f7b4a,0x13e)+'en'],'refreshToken':_0x1ee1f7[_0x18f9ec(_0x31d415._0x1481f9,_0x31d415._0x2fc337,0x12c,_0x31d415._0x52edf6)+'en']||_0x1ee1f7[_0x18f9ec(_0x31d415._0x31b65e,-_0x31d415._0x316a32,-_0x31d415._0x526a3f,-_0x31d415._0x1788d9)+'ken'],'expiresAt':_0x1ee1f7[_0x18f9ec(-_0x31d415._0x48a06e,_0x31d415._0x35cf28,-0x95,-0x3d)]||_0x1ee1f7[_0x53e8cb(0x4ac,_0x31d415._0x79af83,0x414,_0x31d415._0x165bd9)],'scopes':_0x1ee1f7[_0x53e8cb(_0x31d415._0x54a2aa,0x4b1,0x475,0x4d4)]||PROVIDER_CONFIG[_0x53e8cb(_0x31d415._0xa4f9be,0x426,_0x31d415._0x399696,0x4b9)][_0x53e8cb(0x4d3,0x494,_0x31d415._0x1ed4d2,_0x31d415._0x3ae239)][_0x53e8cb(0x45a,0x3b1,0x3bd,_0x31d415._0x4d6968)]('\x20')}};else{if(_0x4093c3===_0x47c17b[_0x53e8cb(_0x31d415._0x2efe76,0x4ab,0x532,_0x31d415._0x22f8e0)]){const _0x48e64b={};_0x48e64b[_0x18f9ec(_0x31d415._0xacfc8a,0xa4,0x16,_0x31d415._0x3a68b7)+'en']=_0x1ee1f7[_0x53e8cb(0x526,0x54a,_0x31d415._0x40f0d0,0x4c7)+'en'],_0x48e64b['refresh_to'+_0x18f9ec(-_0x31d415._0x4d684c,0x1e,_0x31d415._0x38fde6,-0x41)]=_0x1ee1f7[_0x18f9ec(-0xc5,-_0x31d415._0x113e26,-_0x31d415._0x2b6707,_0x31d415._0x78a38c)+_0x18f9ec(0x96,_0x31d415._0x58a982,-_0x31d415._0x43ace0,_0x31d415._0x343c23)],_0x48e64b[_0x53e8cb(0x4cb,_0x31d415._0x1a643a,0x4ca,0x53a)]=_0x1ee1f7['id_token'],_0x1961f6={'tokens':_0x48e64b,'last_refresh':new Date()[_0x53e8cb(0x438,0x46d,0x448,0x4d1)+'g']()};}else{if(_0x47c17b[_0x18f9ec(0x7b,0x7c,_0x31d415._0x5dac02,_0x31d415._0x2bd875)](_0x4093c3,_0x47c17b[_0x18f9ec(_0x31d415._0xa6699d,-_0x31d415._0x2b1419,-_0x31d415._0x3b1a64,-0xc6)])){if(_0x53e8cb(0x568,_0x31d415._0x2ea945,0x5cf,0x4d6)!==_0x18f9ec(_0x31d415._0x5bbe03,0xe6,0xc6,_0x31d415._0x46c9fb))_0x1eab00[_0x18f9ec(_0x31d415._0x1a29e4,0x8a,_0x31d415._0x535bd6,_0x31d415._0x3aa9aa)]=_0x508a86(_0x11aff5,_0x91fa9e);else{const _0x33b638={};_0x33b638[_0x53e8cb(_0x31d415._0x404ca1,_0x31d415._0x29ae06,0x592,_0x31d415._0x425a80)+'en']=_0x1ee1f7[_0x18f9ec(0x14,0xa4,0xf0,0x1)+'en'],_0x33b638[_0x53e8cb(0x42f,_0x31d415._0x126027,_0x31d415._0x59b7c0,0x4c7)+'ken']=_0x1ee1f7[_0x18f9ec(-0xc5,-0x53,-0xc2,-_0x31d415._0x454668)+_0x53e8cb(_0x31d415._0x35f782,_0x31d415._0x123664,0x4a2,0x454)],_0x33b638[_0x53e8cb(_0x31d415._0x569119,0x3b8,_0x31d415._0x26bd07,0x384)]=_0x1ee1f7['token_type']||_0x47c17b[_0x53e8cb(_0x31d415._0x2b86c3,_0x31d415._0x5ce512,0x43c,_0x31d415._0x123664)],_0x33b638[_0x53e8cb(0x4ac,_0x31d415._0xdefd49,_0x31d415._0x465968,_0x31d415._0x29a6f0)]=_0x1ee1f7['expires_at'],_0x33b638[_0x53e8cb(_0x31d415._0x84db8c,0x53a,_0x31d415._0x58a7e8,_0x31d415._0x41e737)]=_0x1ee1f7['scope']||PROVIDER_CONFIG[_0x18f9ec(_0x31d415._0x2a7cad,0xa8,_0x31d415._0x487e4d,_0x31d415._0x33b959)]['scopes'],_0x1961f6=_0x33b638;}}}}const _0x29735f={};_0x29735f[_0x18f9ec(-0x5c,0x1b,_0x31d415._0x13678e,0x31)]=0x180,_0x4b4bc4[_0x53e8cb(0x430,_0x31d415._0x3cc705,_0x31d415._0x469705,0x4ba)+'ync'](_0x133c0c,JSON[_0x53e8cb(0x47c,0x4a7,_0x31d415._0x289c3f,0x515)](_0x1961f6,null,0x26d7+0x28c+-0x2961),_0x29735f);const _0xfe17c0={};_0xfe17c0[_0x53e8cb(0x4be,0x532,_0x31d415._0x3eb7d5,_0x31d415._0x307f33)]=_0x4093c3,_0xfe17c0['path']=_0x133c0c,logger['debug'](_0x47c17b[_0x53e8cb(0x4d6,_0x31d415._0x13b1a0,0x549,0x462)],_0xfe17c0);}}catch(_0x57597e){const _0x455cb7={};_0x455cb7['provider']=_0x4093c3,_0x455cb7[_0x18f9ec(0x1,-_0x31d415._0x4a3997,0x63,-_0x31d415._0x1949f4)]=_0x57597e[_0x18f9ec(_0x31d415._0x4aa4e0,0x60,0x9,_0x31d415._0x538951)],logger[_0x53e8cb(0x453,_0x31d415._0x445bc3,0x4b6,_0x31d415._0x4cde6a)](_0x47c17b[_0x53e8cb(0x565,0x4b7,0x5fa,_0x31d415._0x1947c0)],_0x455cb7);}}function removeCliFile(_0x28ff73){const _0x58d399={_0x3cfe1e:0x49,_0x11e028:0xd0,_0x592bf1:0x103,_0x2785c2:0x127,_0x5a5131:0x2b,_0x72e410:0xa0,_0x33ded3:0x67,_0x52ff25:0x139,_0x3f8939:0x10a,_0x17e5df:0x81,_0x8520d4:0xd,_0x127e53:0x54,_0x4a3e66:0x3b,_0x2f93b0:0x1c1,_0x298f6e:0x117,_0x1cf7b5:0x124,_0x25220b:0x91,_0xa618fe:0x10,_0x58b37d:0x6f,_0x6b433d:0xa2,_0x3f9f08:0x8e,_0x1b330f:0x8d,_0x37b6df:0xfa,_0xdad7f4:0x110,_0x1d2d99:0x16a,_0x31deea:0x12d,_0x4d3fb2:0x175,_0x42ed0b:0x3c,_0x4fc6c5:0xdd,_0x582f0c:0x7e,_0x4ed997:0x0,_0x146893:0x73,_0x3d7bbf:0x27,_0x4a285c:0x13c,_0x3ba480:0x184,_0x44dbaf:0xe0,_0x1154cb:0xc5,_0x2bcac4:0x8a,_0x137b5f:0x5f,_0x1c3a94:0xae,_0x147c2a:0x82,_0x1a83e5:0x80,_0x6396ed:0x78,_0x1bf5c4:0x35,_0x27739f:0x17,_0xac68d8:0x80,_0x369695:0x1,_0x24661c:0xf1,_0x215d35:0x92,_0xe08e4b:0x1f,_0x268c47:0x5,_0x4512ee:0x29,_0xb70ea1:0x10,_0x18cfbd:0xa3,_0xf2a02d:0xcc,_0x51f841:0x175,_0x139eba:0x3f,_0x143b8f:0x5b,_0x53fe35:0x49,_0x871c20:0xf,_0x4c29f3:0x9b,_0x116bd1:0x2,_0x4794e8:0x7a,_0x31166a:0x119,_0x76f9f1:0x14d,_0x19482f:0xa2,_0x2e4c5a:0xbf,_0x4a908f:0x75,_0x132d1c:0x5d,_0x96ef7c:0xc6,_0x4d487c:0x26,_0x5219e8:0xd7,_0x387f31:0x5d},_0x4ba00b={_0x371b08:0xb3},_0x4cc865={_0x1b827d:0x8e,_0x53af6d:0x125},_0x143d94={'mGjJM':function(_0x435479,_0x3f2e52){return _0x435479!==_0x3f2e52;},'fuBYE':_0x3b63db(0x2,-0x27,_0x58d399._0x3cfe1e,-_0x58d399._0x11e028),'wznZB':function(_0x3bcd54,_0x2cad9e){return _0x3bcd54===_0x2cad9e;},'FBhNI':function(_0x14690f,_0x1888bd){return _0x14690f===_0x1888bd;},'HoQhP':function(_0x3f2b7f,_0x3de345,_0x52233a){return _0x3f2b7f(_0x3de345,_0x52233a);},'tDmau':function(_0x13a63b,_0x13972f){return _0x13a63b!==_0x13972f;},'QkyoX':_0x3b63db(0x17e,_0x58d399._0x592bf1,_0x58d399._0x2785c2,0xb2),'ycrZD':_0x3b63db(-_0x58d399._0x5a5131,-0x38,-0x25,-0x38),'toLdK':'Removed\x20CL'+_0xc48ed1(-_0x58d399._0x72e410,-0x6,-0x46,-_0x58d399._0x33ded3)+_0x3b63db(_0x58d399._0x592bf1,0xb6,_0x58d399._0x52ff25,0x14)};function _0xc48ed1(_0x23c282,_0x317e45,_0x4681ee,_0x385fec){return _0x28dc71(_0x23c282-_0x4cc865._0x1b827d,_0x317e45-_0x4cc865._0x53af6d,_0x4681ee-0xc2,_0x317e45);}function _0x3b63db(_0x503e72,_0x42ba26,_0x3e1646,_0x49e8a8){return _0x4abdd7(_0x42ba26- -0x71,_0x503e72,_0x3e1646-0x86,_0x49e8a8-_0x4ba00b._0x371b08);}const _0x1c25af=_0x118a6e[_0xc48ed1(-0x55,-0x1,-_0x58d399._0x3f8939,-_0x58d399._0x17e5df)](_0x4586d2['homedir'](),CLI_CREDENTIAL_FILES[_0x28ff73]);try{if(_0x143d94[_0x3b63db(-_0x58d399._0x8520d4,0x33,-_0x58d399._0x127e53,_0x58d399._0x4a3e66)](_0x143d94['QkyoX'],_0x143d94[_0x3b63db(_0x58d399._0x2f93b0,_0x58d399._0x298f6e,_0x58d399._0x1cf7b5,_0x58d399._0x25220b)]))_0x155c53['label']=_0x8afe2d;else{if(_0x4b4bc4[_0xc48ed1(-_0x58d399._0xa618fe,-0x9f,_0x58d399._0x58b37d,_0x58d399._0x6b433d)](_0x1c25af)){if(_0x143d94[_0xc48ed1(-_0x58d399._0x3f9f08,-0x83,-0x121,0x4)](_0x143d94[_0x3b63db(_0x58d399._0x1b330f,_0x58d399._0x37b6df,_0x58d399._0xdad7f4,_0x58d399._0x1d2d99)],_0x143d94[_0x3b63db(0xb4,0xfa,_0x58d399._0x31deea,_0x58d399._0x4d3fb2)])){_0x4b4bc4[_0xc48ed1(-_0x58d399._0x42ed0b,-0x39,-_0x58d399._0x4fc6c5,-0xc9)](_0x1c25af);const _0x2e10e0={};_0x2e10e0[_0x3b63db(0x51,_0x58d399._0x582f0c,_0x58d399._0x4ed997,_0x58d399._0x146893)]=_0x28ff73,_0x2e10e0[_0xc48ed1(-0x7f,-0xd0,_0x58d399._0x3d7bbf,-0xca)]=_0x1c25af,logger[_0xc48ed1(-0xa4,-0x6,-_0x58d399._0x4a285c,-0xe1)](_0x143d94[_0x3b63db(_0x58d399._0x3ba480,0xf9,_0x58d399._0x44dbaf,0xbd)],_0x2e10e0);}else{if(!_0x4889ca||_0x143d94[_0xc48ed1(0x61,0xf7,_0x58d399._0x1154cb,_0x58d399._0x2bcac4)](typeof _0x53249f,_0x143d94[_0xc48ed1(-_0x58d399._0x137b5f,-_0x58d399._0x1c3a94,-_0x58d399._0x147c2a,0x3f)]))return null;const _0x2663ab=_0x143d94[_0x3b63db(_0x58d399._0x1a83e5,_0x58d399._0x6396ed,0xbc,0x106)](_0x740a49[_0x3b63db(-_0x58d399._0x1bf5c4,_0x58d399._0x27739f,-_0x58d399._0xac68d8,0xbf)],_0x2ac5c6)?_0x1ac354:_0x1528df,_0x214da0={..._0x4457d6,'type':_0x2663ab,'is_default':!!_0x417d10['is_default'],'created_at':_0x1778e9['created_at']||_0x516981['createdAt']||new _0x4e92d7()['toISOStrin'+'g']()};return _0x143d94[_0x3b63db(-0x37,-_0x58d399._0x369695,0x13,0x19)](_0x2663ab,_0xade145)&&(_0x214da0[_0x3b63db(0x5c,0xda,0x179,_0x58d399._0x24661c)]=null,_0x214da0[_0x3b63db(0x31,_0x58d399._0x215d35,_0x58d399._0xe08e4b,0x10b)]=_0x20ccbd(_0x255778[_0xc48ed1(_0x58d399._0x268c47,-_0x58d399._0x4512ee,-_0x58d399._0xb70ea1,0x15)]||_0x2851bd[_0x3b63db(0x5f,0x81,0xba,_0x58d399._0x18cfbd)]),_0x214da0[_0x3b63db(0x111,_0x58d399._0xf2a02d,_0x58d399._0x51f841,0xc4)]=_0x143d94['HoQhP'](_0x584774,_0x2160f9,_0x5be1ad[_0xc48ed1(_0x58d399._0x139eba,_0x58d399._0x143b8f,0xd2,_0x58d399._0x53fe35)])),_0x214da0;}}}}catch(_0x129717){const _0x173511={};_0x173511[_0xc48ed1(-_0x58d399._0x871c20,_0x58d399._0x369695,_0x58d399._0x4c29f3,_0x58d399._0x116bd1)]=_0x28ff73,_0x173511[_0xc48ed1(-_0x58d399._0x4794e8,-_0x58d399._0x31166a,-_0x58d399._0x1154cb,0xb)]=_0x129717[_0x3b63db(_0x58d399._0x76f9f1,_0x58d399._0x19482f,0xc6,_0x58d399._0x2e4c5a)],logger[_0x3b63db(-0x6,0x13,0x87,-_0x58d399._0x4a908f)](_0xc48ed1(0x8,_0x58d399._0x132d1c,0x43,0xb9)+_0xc48ed1(-0xba,-0x8,-_0x58d399._0x96ef7c,-0xd7)+_0x3b63db(0x5a,0x10e,0x146,0x185)+_0x3b63db(-0xc2,-_0x58d399._0x4d487c,-_0x58d399._0x5219e8,_0x58d399._0x387f31),_0x173511);}}export function migrateExistingCredentials(){const _0x37de7d={_0x1225cc:0x67,_0x50e20e:0x5e,_0x3484c3:0x4b,_0x659201:0x74,_0x1d92e9:0x16d,_0x3f2510:0x5b,_0x58b130:0x10,_0x3ba753:0x75,_0x50ce01:0xcf,_0x5817bb:0x186,_0x2f026c:0x19a,_0x4f4b77:0x55,_0x16cf25:0x7,_0x192319:0x201,_0x77e5bb:0x154,_0x4bdef5:0x1d,_0xb01353:0x1b9,_0x26f5bd:0x7a,_0x1a744f:0x15,_0x4ee922:0xe9,_0x4545e2:0xe5,_0x29cb83:0x6b,_0x416482:0x69,_0x409239:0x12b,_0xc4585a:0xfd,_0x3e2155:0xa6,_0x707ed5:0x96,_0x2cc759:0x9b,_0x2e67d7:0x2,_0x3f45e6:0x6e,_0x4d086d:0x148,_0xa0e0fc:0xd1,_0x134c94:0x8f,_0x44317d:0x84,_0xa78d1:0x108,_0x46332e:0xc3,_0x58f000:0xd5,_0x56fb4b:0x1bb,_0xa1525a:0x16a,_0x174cae:0xfa,_0xee649e:0x148,_0x59b9f5:0x165,_0x598cdb:0xe7,_0x1ca9bb:0x11,_0x103a14:0xbe,_0x54df97:0x143,_0x335afa:0xfe,_0x23fcdf:0xd4,_0xe52b66:0x145,_0xb30fba:0x15a,_0xcc97b7:0x8e,_0x49debf:0x77,_0x59dc26:0xb7,_0x1784fd:0xa3,_0x28824b:0x33,_0x48317d:0xcd,_0x55087a:0x102,_0x602d7d:0xbe,_0x35b6fa:0x12d,_0x515213:0x1c8,_0x122117:0x117,_0x47bb90:0x63,_0x1437f9:0x3b,_0x44a91d:0x3c,_0x5731de:0x4d,_0x41b721:0x15f,_0x1c942d:0xc0,_0x420100:0xd9,_0x15756f:0x58,_0x15f3ec:0xa8,_0x407ee9:0x1d3,_0x340535:0x1a7,_0xff1587:0x157,_0x4c9876:0xf,_0x33da27:0x91,_0x163774:0xa8,_0x1c5b81:0xce,_0x2ef4aa:0x128,_0xd15362:0x2,_0x5cb1f0:0xa5,_0x258cf7:0x1ad,_0x286087:0xaa,_0x58c88c:0x2,_0x1b1900:0x108,_0x1523c6:0x91,_0x1bd8ae:0x9a,_0x5b58d2:0x135,_0x3c6499:0xe1,_0x467fed:0x157,_0x32769f:0x29,_0x55b7d4:0xac,_0x26b47e:0x42,_0x478243:0x34,_0x15409b:0x11d,_0x3ce6e0:0x119,_0x208fe8:0x142,_0x1587fc:0x21,_0x38da42:0x1b,_0x1dae0e:0x31,_0x2669c2:0x5d,_0x51d529:0x4c,_0x41d63b:0x12,_0x304609:0x83,_0x5f0b5e:0xe2,_0x1097a1:0xd,_0x55a154:0xba,_0x582240:0xc0,_0x2a8d7b:0x7e,_0x22f9a7:0x1a,_0x5f0f4a:0x14,_0x13fe51:0x117,_0x585be2:0xf4,_0x2cefb5:0x4f,_0x15efe7:0x140,_0x159a3c:0x207,_0x5c144d:0x1d5,_0x129bd9:0x148,_0x516639:0x19d,_0x153bd6:0x198,_0x55215f:0x47,_0x4d15c5:0x80,_0x20585b:0x41,_0x8523dc:0x150,_0x14996d:0x124,_0x422096:0x137,_0x263dbf:0x92,_0x37fc69:0x32,_0x1f4329:0x2f,_0x5948aa:0x15d,_0x1b498d:0xec,_0x2fe2cd:0x15d,_0xfb94ef:0x1b6,_0x58c5b9:0x121,_0x2ca7d4:0x126,_0x554e82:0x15e,_0x288abb:0xab,_0x3ae1a8:0xc1,_0x2488de:0x88,_0x4cf540:0xe9,_0x9a1d0f:0xba,_0x4a2423:0x33,_0x532245:0x66,_0x270299:0x110,_0x52698a:0x6c,_0x107004:0xbd,_0x44072e:0x1e8,_0x17b379:0x21,_0x47df68:0x153,_0x5c139c:0x1d1,_0x2f65ed:0x163,_0x4af476:0xe0,_0x26b08e:0x104,_0x18ecc9:0x159,_0x5ac4be:0xe0,_0x493af3:0x30,_0x491125:0x54,_0x4c6e05:0x6c,_0x5917fb:0x8,_0x5bb9b2:0x7d,_0x16e0e9:0x144,_0x283b62:0x10d,_0xb6af4b:0x8a,_0x55d7b0:0xf0,_0x3fc928:0xed,_0xc547e2:0x8c,_0x1f3c64:0xc4,_0x445868:0x10b,_0x29aec2:0x183,_0x3bf6ab:0x134,_0x1f3ed9:0x185,_0x2e54cb:0x61,_0x7fe298:0x4,_0x127b81:0x7b,_0x5a1c58:0x129,_0x503419:0x87,_0x5814dd:0x104,_0x2617a1:0x28,_0x5e5634:0xc5,_0x4a343f:0x14a,_0x3bb6a4:0x15e,_0x4c7635:0x13d,_0x2b4141:0x17,_0x3c2316:0x26,_0x327af5:0x3,_0x240017:0x26,_0xdc9fa7:0xb5,_0x4cbba4:0x4f,_0xecaea1:0xc2,_0x324108:0x33,_0x1ffd25:0x1bd,_0x1f584e:0x9c,_0x18d71c:0x14e},_0x46b92f={_0x24065a:0x1bd,_0x3021b4:0xa7},_0x1d271f={_0x4251ad:0x2,_0x41a2ae:0x92};function _0x4a96cb(_0x313b01,_0x52ae4c,_0x2e23e6,_0x3d01d1){return _0x28dc71(_0x3d01d1- -_0x1d271f._0x4251ad,_0x52ae4c-_0x1d271f._0x41a2ae,_0x2e23e6-0x58,_0x2e23e6);}const _0xac2c98={'UzKJm':_0x4a96cb(_0x37de7d._0x1225cc,-_0x37de7d._0x50e20e,0x5d,-_0x37de7d._0x3484c3),'QRBEI':_0x546bdc(-0x65,-0xaf,-0x4e,-0xb0),'qUHTk':'numeric','IcXzd':function(_0x37ca11,_0x5a3b2f){return _0x37ca11+_0x5a3b2f;},'cXxzB':function(_0x2dbebd,_0x14d04e){return _0x2dbebd===_0x14d04e;},'QQsqX':'fRXbL','MrEFq':_0x4a96cb(_0x37de7d._0x659201,0xa7,-0xab,0xa)+_0x546bdc(-0x140,-_0x37de7d._0x1d92e9,-0xe3,-0x161)+_0x4a96cb(-0xb5,-_0x37de7d._0x3f2510,0x29,0x0)+_0x4a96cb(-0xa8,_0x37de7d._0x58b130,-_0x37de7d._0x3ba753,-0x49)+'lti-accoun'+'t\x20storage','BtbnY':_0x4a96cb(-0x101,-0xbd,-0x1d4,-0x152),'ahDRq':function(_0x5c2a78,_0x1e7114){return _0x5c2a78===_0x1e7114;},'WVhZD':_0x4a96cb(-0x12e,-0x16e,-0x36,-_0x37de7d._0x50ce01),'CNAaM':function(_0x169fc9,_0x4ec7dd){return _0x169fc9===_0x4ec7dd;},'Ujftp':_0x546bdc(-_0x37de7d._0x5817bb,-0x219,-_0x37de7d._0x2f026c,-0xff),'HHWVS':_0x546bdc(-_0x37de7d._0x4f4b77,-0x8b,0x12,_0x37de7d._0x16cf25),'nXfwG':_0x4a96cb(-0xb6,-_0x37de7d._0x192319,-0x139,-_0x37de7d._0x77e5bb),'GkToZ':_0x546bdc(-0x117,-0x110,-_0x37de7d._0x50ce01,-0x146)+_0x546bdc(-0x2f,-0xab,0x1d,_0x37de7d._0x4bdef5)+_0x546bdc(-0x129,-_0x37de7d._0xb01353,-_0x37de7d._0x26f5bd,-0x1cc),'exIBz':_0x546bdc(-0xb7,-0x151,-0x36,-0xe7)+_0x4a96cb(0x78,-0x17,-0x25,-_0x37de7d._0x1a744f)+_0x546bdc(-0x15f,-_0x37de7d._0x4ee922,-_0x37de7d._0x4545e2,-0xd7)+'als','eesjk':function(_0x824924,_0x6a4eb2){return _0x824924(_0x6a4eb2);},'IcbaD':_0x546bdc(-_0x37de7d._0x29cb83,-0xfb,-0xff,-0xa6)+_0x4a96cb(-0xfd,-0x8f,-0x50,-_0x37de7d._0x416482)};if(_0x4b4bc4[_0x546bdc(-0xcf,-_0x37de7d._0x409239,-0xe0,-0xb7)](ACCOUNTS_FILE)){if(_0xac2c98['cXxzB'](_0xac2c98['QQsqX'],_0xac2c98['QQsqX']))return;else{const _0x1033ea={};_0x1033ea['accessToke'+'n']=_0x905ed6['claudeAiOa'+'uth'][_0x546bdc(-0xc0,-0x62,-_0x37de7d._0xc4585a,-_0x37de7d._0x1d92e9)+'n'],_0x1033ea[_0x4a96cb(_0x37de7d._0x3e2155,_0x37de7d._0x707ed5,-_0x37de7d._0x2cc759,-_0x37de7d._0x2e67d7)+'en']=_0x50e9b7[_0x4a96cb(-0x68,_0x37de7d._0x3f45e6,-0x87,-0x34)+_0x546bdc(-_0x37de7d._0x4d086d,-0x1c3,-_0x37de7d._0xa0e0fc,-0x107)][_0x4a96cb(-_0x37de7d._0x134c94,0x8f,_0x37de7d._0x44317d,-0x2)+'en'],_0x1033ea[_0x546bdc(-_0x37de7d._0xa78d1,-0x14f,-0x1b3,-0x171)]=_0x290429[_0x4a96cb(-_0x37de7d._0x46332e,-0x4b,-_0x37de7d._0x58f000,-0x34)+'uth'][_0x546bdc(-0x108,-0x85,-0x59,-_0x37de7d._0x56fb4b)],_0x1033ea[_0x546bdc(-0xb9,-_0x37de7d._0xa1525a,-0xc8,-_0x37de7d._0x174cae)]=_0x5b29c0['claudeAiOa'+_0x546bdc(-_0x37de7d._0xee649e,-0xd3,-0x181,-_0x37de7d._0x59b9f5)][_0x546bdc(-0xb9,-_0x37de7d._0x598cdb,-_0x37de7d._0x1ca9bb,-0x151)],_0x3c3b6e=_0x1033ea;}}logger['info'](_0xac2c98[_0x546bdc(-_0x37de7d._0x103a14,-0x147,-0x2b,-_0x37de7d._0x54df97)]);const _0x56ef1f={};_0x56ef1f[_0x546bdc(-_0x37de7d._0x335afa,-_0x37de7d._0x23fcdf,-_0x37de7d._0xe52b66,-_0x37de7d._0xb30fba)]=[],_0x56ef1f[_0x4a96cb(-0x6,-_0x37de7d._0xcc97b7,-0x21,-0x26)]=[],_0x56ef1f['gemini']=[];const _0x498e3e=_0x56ef1f;let _0x3f761c=![];for(const [_0x194a40,_0x5ec65e]of Object[_0x546bdc(-0xb8,-0x137,-0x19,-0xe)](CLI_CREDENTIAL_FILES)){const _0x227b50=_0x118a6e['join'](_0x4586d2['homedir'](),_0x5ec65e);if(!_0x4b4bc4[_0x546bdc(-0xcf,-0x57,-0xcc,-_0x37de7d._0x49debf)](_0x227b50))continue;try{const _0x24a514=JSON[_0x4a96cb(-0x7,-_0x37de7d._0x59dc26,-0xe4,-_0x37de7d._0x1784fd)](_0x4b4bc4[_0x546bdc(-0x77,-0x9d,-_0x37de7d._0x28824b,-_0x37de7d._0x48317d)+'nc'](_0x227b50,_0xac2c98[_0x546bdc(-0xd9,-_0x37de7d._0x55087a,-_0x37de7d._0x602d7d,-0x138)]));let _0x463536=null;if(_0xac2c98['ahDRq'](_0x194a40,_0xac2c98[_0x4a96cb(-_0x37de7d._0x35b6fa,-_0x37de7d._0x515213,-_0x37de7d._0x335afa,-_0x37de7d._0x122117)])&&_0x24a514[_0x546bdc(-_0x37de7d._0x47bb90,_0x37de7d._0x1437f9,_0x37de7d._0x44a91d,_0x37de7d._0x5731de)+_0x4a96cb(-0x10b,-0x1b3,-_0x37de7d._0x41b721,-0x119)]?.[_0x546bdc(-_0x37de7d._0x1c942d,-_0x37de7d._0x420100,-0xaa,-0xf7)+'n']){if(_0xac2c98['CNAaM'](_0xac2c98[_0x546bdc(-_0x37de7d._0x15756f,0x2c,-_0x37de7d._0x15f3ec,-0xac)],_0x4a96cb(-_0x37de7d._0x407ee9,-0x139,-_0x37de7d._0x340535,-_0x37de7d._0xff1587))){const _0x4ce34f={};_0x4ce34f[_0x4a96cb(_0x37de7d._0x4c9876,-0x85,-0x4c,-_0x37de7d._0x33da27)+'n']=_0x24a514[_0x546bdc(-0x63,0x2d,-0xa2,-_0x37de7d._0x163774)+_0x546bdc(-0x148,-_0x37de7d._0x1c5b81,-_0x37de7d._0x2ef4aa,-0x145)][_0x546bdc(-0xc0,-0x7d,-0xa3,-0x45)+'n'],_0x4ce34f[_0x4a96cb(-0x95,-0x52,0x40,-_0x37de7d._0xd15362)+'en']=_0x24a514[_0x546bdc(-_0x37de7d._0x47bb90,0x29,-0xac,-0xb)+_0x4a96cb(-_0x37de7d._0x5cb1f0,-_0x37de7d._0x258cf7,-0x199,-0x119)][_0x4a96cb(0x26,_0x37de7d._0x286087,-0x7a,-_0x37de7d._0x58c88c)+'en'],_0x4ce34f[_0x546bdc(-_0x37de7d._0x1b1900,-0xaa,-0x16e,-0x173)]=_0x24a514[_0x546bdc(-_0x37de7d._0x47bb90,-0x18,-0xc4,-_0x37de7d._0x1523c6)+_0x4a96cb(-0x16c,-_0x37de7d._0x1bd8ae,-_0x37de7d._0x5b58d2,-0x119)]['expiresAt'],_0x4ce34f[_0x546bdc(-0xb9,-_0x37de7d._0x3c6499,-_0x37de7d._0x467fed,-_0x37de7d._0x32769f)]=_0x24a514[_0x4a96cb(-_0x37de7d._0x55b7d4,-_0x37de7d._0x26b47e,-0x7a,-_0x37de7d._0x478243)+_0x4a96cb(-0xf0,-_0x37de7d._0x15409b,-0xc5,-_0x37de7d._0x3ce6e0)][_0x546bdc(-0xb9,-0xfb,-0x141,-0x2e)],_0x463536=_0x4ce34f;}else{const _0x35e51f=new _0x5029d0(),_0x50730c=_0x35e51f['toLocaleDa'+_0x4a96cb(-0x12c,-0x1bc,-_0x37de7d._0x35b6fa,-_0x37de7d._0x208fe8)](_0xac2c98['UzKJm'],{'month':_0xac2c98[_0x4a96cb(-_0x37de7d._0x1587fc,-0x38,-_0x37de7d._0x38da42,-_0x37de7d._0x1dae0e)],'day':_0xac2c98[_0x546bdc(-0xd8,-_0x37de7d._0x2669c2,-_0x37de7d._0x51d529,-0x15c)]});_0x43eb21=_0xac2c98[_0x4a96cb(_0x37de7d._0x41d63b,-0x11d,0x1e,-_0x37de7d._0x304609)](_0x3cb5ef[_0x4a96cb(-_0x37de7d._0x5f0b5e,-_0x37de7d._0x1097a1,-_0x37de7d._0x26b47e,-_0x37de7d._0x55a154)](-0x15a4+-0x1874+-0x76*-0x64)[_0x4a96cb(-_0x37de7d._0x582240,_0x37de7d._0x2a8d7b,-_0x37de7d._0x22f9a7,-_0x37de7d._0x5f0f4a)+'e'](),_0x353873[_0x4a96cb(0x2f,-_0x37de7d._0x13fe51,-0x46,-0x74)](-0x2404*0x1+0x1d1a+0xb*0xa1))+'\x20('+_0x50730c+')';}}else{if(_0x194a40===_0xac2c98[_0x546bdc(-0xbf,-_0x37de7d._0x585be2,-_0x37de7d._0x2cefb5,-_0x37de7d._0x15efe7)]){if(_0x24a514[_0x546bdc(-0x15a,-_0x37de7d._0x159a3c,-_0x37de7d._0x5c144d,-0x1a6)]?.['access_tok'+'en']){const _0x54773b={};_0x54773b['access_tok'+'en']=_0x24a514[_0x4a96cb(-_0x37de7d._0x129bd9,-_0x37de7d._0x516639,-_0x37de7d._0x153bd6,-0x12b)]['access_tok'+'en'],_0x54773b['refresh_to'+_0x4a96cb(-0x38,-_0x37de7d._0x55215f,-0xe2,-0xbd)]=_0x24a514[_0x546bdc(-0x15a,-0xe6,-0xa9,-0x171)]['refresh_to'+_0x546bdc(-0xec,-_0x37de7d._0x51d529,-0x129,-0x40)],_0x54773b[_0x546bdc(-0xc1,-0x98,-_0x37de7d._0x4d15c5,-_0x37de7d._0x20585b)]=_0x24a514[_0x546bdc(-_0x37de7d._0xb30fba,-0xd0,-_0x37de7d._0x8523dc,-0x14e)][_0x4a96cb(-0x68,-_0x37de7d._0x14996d,-_0x37de7d._0x422096,-_0x37de7d._0x263dbf)],_0x463536=_0x54773b;}else{if(_0x24a514[_0x4a96cb(-0x22,-_0x37de7d._0x37fc69,_0x37de7d._0x1f4329,-0x37)+'en']){const _0x24ecf4={};_0x24ecf4['access_tok'+'en']=_0x24a514[_0x4a96cb(-0xd0,-0xad,-0x2a,-0x37)+'en'],_0x24ecf4[_0x546bdc(-_0x37de7d._0x5948aa,-0xaf,-0x1e3,-0xac)+_0x546bdc(-_0x37de7d._0x1b498d,-0x135,-0xd2,-0x184)]=_0x24a514[_0x546bdc(-_0x37de7d._0x2fe2cd,-0xaa,-_0x37de7d._0xfb94ef,-0xe4)+_0x4a96cb(-_0x37de7d._0x58c5b9,-_0x37de7d._0x2ca7d4,-0xd2,-0xbd)],_0x24ecf4[_0x546bdc(-0xc1,-_0x37de7d._0x554e82,-_0x37de7d._0x288abb,-0x150)]=_0x24a514[_0x546bdc(-_0x37de7d._0x3ae1a8,-0x132,-0x16d,-_0x37de7d._0x2488de)],_0x463536=_0x24ecf4;}}}else{if(_0x194a40===_0x4a96cb(-0xe1,0x48,-0xcb,-_0x37de7d._0x28824b)&&_0x24a514['access_tok'+'en']){const _0x1776b5={};_0x1776b5[_0x4a96cb(-_0x37de7d._0x4cf540,-_0x37de7d._0x9a1d0f,_0x37de7d._0x4a2423,-0x37)+'en']=_0x24a514[_0x546bdc(-_0x37de7d._0x532245,-_0x37de7d._0x270299,-0x92,-0x59)+'en'],_0x1776b5['refresh_to'+_0x4a96cb(-0xde,-_0x37de7d._0x52698a,-0x46,-_0x37de7d._0x107004)]=_0x24a514[_0x546bdc(-0x15d,-0x13f,-_0x37de7d._0x44072e,-0x180)+_0x4a96cb(-_0x37de7d._0x17b379,-0x44,-_0x37de7d._0x47bb90,-0xbd)],_0x1776b5[_0x546bdc(-_0x37de7d._0x47df68,-0x17a,-0x194,-_0x37de7d._0x59b9f5)]=_0x24a514[_0x4a96cb(-_0x37de7d._0x5c139c,-_0x37de7d._0x2f65ed,-0x172,-0x124)],_0x1776b5[_0x546bdc(-_0x37de7d._0x4af476,-_0x37de7d._0x26b08e,-0x41,-_0x37de7d._0x18ecc9)]=_0x24a514[_0x546bdc(-_0x37de7d._0x5ac4be,-_0x37de7d._0x2cefb5,-_0x37de7d._0x493af3,-0xbd)],_0x1776b5[_0x546bdc(-_0x37de7d._0x263dbf,-0x52,-_0x37de7d._0x491125,-0x13b)]=_0x24a514[_0x4a96cb(-0x86,-_0x37de7d._0x4c6e05,0x3,-0x63)],_0x463536=_0x1776b5;}}}if(_0x463536){const _0x11e6f1=_0x4b4bc4[_0x4a96cb(-_0x37de7d._0x5917fb,-0x91,0x1b,-_0x37de7d._0x5bb9b2)](_0x227b50),_0x1e61c3={'id':_0x5ad5b6[_0x546bdc(-_0x37de7d._0x16e0e9,-_0x37de7d._0x58c5b9,-_0x37de7d._0x283b62,-0x161)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0xac2c98[_0x4a96cb(-0xba,-_0x37de7d._0xb6af4b,-_0x37de7d._0x55d7b0,-_0x37de7d._0x3fc928)],'email':null,'is_default':!![],'created_at':_0x11e6f1[_0x546bdc(-_0x37de7d._0xc547e2,-0x108,-_0x37de7d._0x44317d,-0x2c)]['toISOStrin'+'g'](),'created_by':'migration','tokens':_0x463536};_0x498e3e[_0x194a40][_0x4a96cb(-0x8,-0x6d,-0x159,-0xbb)](_0x1e61c3),_0x3f761c=!![];const _0x3ec347={};_0x3ec347[_0x4a96cb(-0x13,-0x42,-_0x37de7d._0x1f3c64,-0x9f)]=_0x194a40,_0x3ec347['accountId']=_0x1e61c3['id'],logger[_0x4a96cb(-0x1e4,-_0x37de7d._0x445868,-_0x37de7d._0x29aec2,-_0x37de7d._0x3bf6ab)](_0xac2c98[_0x4a96cb(-_0x37de7d._0x1f3ed9,-0x101,-0x95,-_0x37de7d._0x2ca7d4)],_0x3ec347);}}catch(_0x49a3c3){const _0x3bfcc6={};_0x3bfcc6[_0x546bdc(-0xce,-_0x37de7d._0x3e2155,-0x104,-_0x37de7d._0x58c5b9)]=_0x194a40,_0x3bfcc6[_0x4a96cb(-0x174,-0xaf,-0xe2,-0x10a)]=_0x49a3c3[_0x4a96cb(-_0x37de7d._0x2e54cb,-_0x37de7d._0x7fe298,-0xea,-_0x37de7d._0x127b81)],logger[_0x546bdc(-0x139,-0x174,-_0x37de7d._0x5a1c58,-0x96)](_0xac2c98['exIBz'],_0x3bfcc6);}}function _0x546bdc(_0x207f9e,_0x594479,_0x49c266,_0x12e2df){return _0x4abdd7(_0x207f9e- -_0x46b92f._0x24065a,_0x12e2df,_0x49c266-0xb9,_0x12e2df-_0x46b92f._0x3021b4);}if(_0x3f761c){_0xac2c98[_0x4a96cb(-_0x37de7d._0x503419,-_0x37de7d._0x5814dd,-_0x37de7d._0x2617a1,-_0x37de7d._0x5e5634)](writeProviderAccounts,_0x498e3e);const _0x45fab6={};_0x45fab6[_0x4a96cb(-_0x37de7d._0x4a343f,-_0x37de7d._0x3bb6a4,-_0x37de7d._0x4c7635,-0xcf)]=_0x498e3e['claude']['length'],_0x45fab6[_0x4a96cb(-_0x37de7d._0x23fcdf,_0x37de7d._0x2b4141,-0xac,-_0x37de7d._0x3c2316)]=_0x498e3e[_0x4a96cb(-0x97,_0x37de7d._0x327af5,0x7c,-_0x37de7d._0x240017)][_0x4a96cb(-_0x37de7d._0xdc9fa7,-0x1b3,-0x158,-0x14e)],_0x45fab6['gemini']=_0x498e3e[_0x4a96cb(-_0x37de7d._0x4cbba4,-_0x37de7d._0xecaea1,0x20,-_0x37de7d._0x324108)][_0x4a96cb(-0xc7,-_0x37de7d._0x1ffd25,-_0x37de7d._0x1f584e,-_0x37de7d._0x18d71c)],logger['info'](_0xac2c98['IcbaD'],_0x45fab6);}}export function syncAllCliFiles(){const _0x3918ca={_0x1c30c3:0x2e4,_0x8ec8fb:0x3b6,_0x53b38d:0x139,_0x4a7bfa:0xec,_0x50743c:0x184,_0x3125f8:0x340,_0x38dc5a:0x305,_0x3eb700:0x26b,_0x3f496c:0x2f7,_0x35b0ad:0x24,_0x200e05:0x27,_0x3f9869:0x1c,_0x276652:0x39},_0x1ceccf={_0x15f548:0x3d,_0x235d00:0x153},_0x24b014={_0x46cdf4:0x117};function _0x522e3f(_0x596693,_0xc81679,_0x4ff9f0,_0x903b4d){return _0x4abdd7(_0x4ff9f0-0x217,_0x596693,_0x4ff9f0-0x1e7,_0x903b4d-_0x24b014._0x46cdf4);}const _0x18969f={'eigVj':function(_0x3cceb0,_0x35f012){return _0x3cceb0(_0x35f012);},'vjkVq':function(_0x56a753,_0x235ab4){return _0x56a753!==_0x235ab4;},'ZMvMH':_0x522e3f(0x351,0x419,0x367,0x3fa),'fCnfT':function(_0x36213b,_0x2131e5){return _0x36213b(_0x2131e5);}};function _0x6fcf04(_0x3d05e9,_0x100652,_0x2cf86c,_0x476324){return _0x4abdd7(_0x2cf86c- -_0x1ceccf._0x15f548,_0x3d05e9,_0x2cf86c-0x164,_0x476324-_0x1ceccf._0x235d00);}for(const _0x120a5a of SUPPORTED_PROVIDERS){if(_0x18969f[_0x522e3f(_0x3918ca._0x1c30c3,_0x3918ca._0x8ec8fb,0x359,0x31b)](_0x18969f[_0x6fcf04(_0x3918ca._0x53b38d,0x3e,_0x3918ca._0x4a7bfa,_0x3918ca._0x50743c)],_0x18969f[_0x522e3f(0x3b8,0x31b,_0x3918ca._0x3125f8,0x2fd)])){const _0x8a5144=_0x3c7a71['dirname'](_0x51f42f);if(!_0x20f1a3[_0x522e3f(0x361,0x32d,_0x3918ca._0x38dc5a,_0x3918ca._0x3eb700)](_0x8a5144)){const _0x180a90={};_0x180a90['recursive']=!![],_0x180a90['mode']=0x1c0,_0xc57692[_0x522e3f(_0x3918ca._0x3f496c,0x2e6,0x2d0,0x250)](_0x8a5144,_0x180a90);}const _0x3ef814={};_0x3ef814[_0x6fcf04(0x140,0x35,0x91,0x5f)]=0x180,_0x463cf3[_0x6fcf04(-0x3f,0xb9,_0x3918ca._0x35b0ad,0x2e)+'ync'](_0x511e4e,_0x15710c['stringify'](_0x18969f[_0x6fcf04(-_0x3918ca._0x200e05,_0x3918ca._0x3f9869,_0x3918ca._0x276652,-0x77)](_0x448674,_0x912ef6),null,0x1*0x1b88+0x1e01+-0x3*0x132d),_0x3ef814);}else _0x18969f[_0x6fcf04(0x11d,0x127,0x103,0x9d)](syncDefaultToCliFile,_0x120a5a);}}export function getAllProvidersStatus(){const _0x2132bb={_0x24fd2c:0x1c6,_0x462d87:0x2ce,_0x121031:0x2ef,_0x3e7b13:0x306,_0x516977:0x31e,_0xef9c8e:0x377,_0x58ff01:0x350,_0x3d97c5:0x3d3,_0x1ade1b:0x3f9,_0x4e04ab:0x64,_0x2dac3a:0x30c,_0x44c503:0x2e1,_0x33e5c9:0x3b7,_0x543a22:0x359,_0x9ca3aa:0x340,_0x3912e5:0x2ad},_0x164a50={_0x1478ff:0x6d,_0x1f4822:0x39},_0x470b32={_0x9fe387:0x201,_0x2e61c6:0x1d1},_0x5c1cc9={};function _0x16efa8(_0x41a059,_0x453b73,_0x14ae68,_0x12014f){return _0x28dc71(_0x453b73- -_0x470b32._0x9fe387,_0x453b73-0xec,_0x14ae68-_0x470b32._0x2e61c6,_0x41a059);}_0x5c1cc9[_0x16efa8(-0x2c3,-0x260,-_0x2132bb._0x24fd2c,-0x282)]=_0x16efa8(-_0x2132bb._0x462d87,-_0x2132bb._0x121031,-_0x2132bb._0x3e7b13,-_0x2132bb._0x516977),_0x5c1cc9[_0x16efa8(-_0x2132bb._0xef9c8e,-_0x2132bb._0x58ff01,-_0x2132bb._0x3d97c5,-_0x2132bb._0x1ade1b)]=function(_0x202907,_0x1947d7){return _0x202907>_0x1947d7;};const _0x5cb710=_0x5c1cc9,_0x3ddb5f=readProviderAccounts();function _0x387837(_0x1f70e8,_0x348513,_0x4f1099,_0x4b4042){return _0x4abdd7(_0x4f1099- -0xed,_0x4b4042,_0x4f1099-_0x164a50._0x1478ff,_0x4b4042-_0x164a50._0x1f4822);}const _0x42c86f={};for(const _0x4cf663 of SUPPORTED_PROVIDERS){if(_0x387837(0x3e,-0x20,-0x4f,-_0x2132bb._0x4e04ab)===_0x5cb710[_0x16efa8(-_0x2132bb._0x2dac3a,-0x260,-_0x2132bb._0x44c503,-0x251)]){const _0x495387=_0x3ddb5f[_0x4cf663]||[];_0x42c86f[_0x4cf663]={'accounts':_0x495387['map'](_0x42612d=>({'id':_0x42612d['id'],'type':_0x42612d[_0x16efa8(-0x33e,-0x305,-0x34f,-0x2d7)]||ACCOUNT_TYPE_OAUTH,'label':_0x42612d['label'],'email':_0x42612d[_0x387837(-0x19,-0x20,-0x65,-0x7)]===ACCOUNT_TYPE_OAUTH?_0x42612d[_0x387837(0x2a,-0x2f,0x5e,0xa5)]:null,'key_preview':_0x42612d[_0x387837(-0x72,-0x2a,-0x65,-0xe3)]===ACCOUNT_TYPE_API_KEY?maskApiKey(_0x42612d[_0x16efa8(-0x269,-0x28a,-0x25c,-0x2c1)]):null,'endpoint':_0x42612d[_0x16efa8(-0x2aa,-0x305,-0x2aa,-0x29c)]===ACCOUNT_TYPE_API_KEY?normalizeApiKeyEndpoint(_0x4cf663,_0x42612d[_0x16efa8(-0x2f5,-0x250,-0x1f6,-0x1b9)]):null,'is_default':_0x42612d[_0x387837(0x2c,-0x9,-0x5c,-0x63)],'created_at':_0x42612d[_0x16efa8(-0x34f,-0x2f3,-0x310,-0x3a6)],'created_by':_0x42612d[_0x387837(0x36,-0x6a,-0x48,0x21)]})),'has_accounts':_0x5cb710[_0x16efa8(-_0x2132bb._0x33e5c9,-0x350,-0x33a,-0x327)](_0x495387['length'],0x20f9+-0x62a+0x1acf*-0x1),'has_oauth_accounts':_0x495387['some'](_0x277eb9=>_0x277eb9[_0x387837(-0x96,0x22,-0x65,-0x2f)]===ACCOUNT_TYPE_OAUTH),'has_api_key_accounts':_0x495387[_0x16efa8(-_0x2132bb._0x543a22,-_0x2132bb._0x9ca3aa,-_0x2132bb._0x3912e5,-0x312)](_0x4e8283=>_0x4e8283[_0x387837(-0x79,-0x18,-0x65,0x47)]===ACCOUNT_TYPE_API_KEY&&!!_0x4e8283[_0x16efa8(-0x2c1,-0x28a,-0x2b0,-0x24a)])};}else return![];}return _0x42c86f;}
|
|
1
|
+
(function(_0x1e253e,_0x22f33a){const _0x301409={_0x2f7ff3:0x22d,_0x1eb13d:0x1a3,_0x307549:0x169,_0x336376:0x16e,_0x349a80:0x1dd,_0x76f823:0xed,_0x166af5:0x147,_0x1ed738:0xb5,_0x206f2d:0x12e,_0x3938a3:0x10d,_0x5241d1:0xc8,_0x305fd5:0xa5,_0x11d0dc:0x214,_0x2b90fd:0x12f,_0x5d3363:0x16d,_0x2be80c:0x176,_0x4da6e9:0x1a5,_0x36c686:0xcd,_0x15ef8d:0x1f3,_0x4f97a3:0x26a,_0xc56a67:0x262,_0x42a905:0x1f5,_0x173739:0x20d},_0x201882={_0x2ebf70:0x39},_0x243ed7={_0x22effc:0x3b4};function _0x21d826(_0xe49f45,_0xa03448,_0x57a542,_0x5a697d){return _0x4bab(_0x57a542- -_0x243ed7._0x22effc,_0xa03448);}const _0x2f3235=_0x1e253e();function _0x520b1c(_0x187661,_0x148a0c,_0x2b17be,_0x3c27f7){return _0x4bab(_0x187661- -_0x201882._0x2ebf70,_0x148a0c);}while(!![]){try{const _0x20199e=parseInt(_0x21d826(-_0x301409._0x2f7ff3,-0x151,-_0x301409._0x1eb13d,-_0x301409._0x307549))/(0x1*-0x6bc+0x1755*-0x1+0x1e12)*(parseInt(_0x21d826(-0x21c,-_0x301409._0x336376,-_0x301409._0x349a80,-0x13f))/(0x198d*-0x1+-0x1719+0x30a8))+-parseInt(_0x520b1c(0x170,_0x301409._0x76f823,_0x301409._0x166af5,_0x301409._0x1ed738))/(-0x39a+-0xb*0x20f+0xd21*0x2)*(parseInt(_0x520b1c(0x148,_0x301409._0x206f2d,_0x301409._0x3938a3,_0x301409._0x5241d1))/(0x147d+0x1cc9+0x61*-0x82))+parseInt(_0x520b1c(0x1db,0x137,0x27a,_0x301409._0x2f7ff3))/(0x1ea*0x10+-0x1*-0x1d41+-0x3bdc*0x1)*(-parseInt(_0x520b1c(0x15e,0x18b,_0x301409._0x305fd5,0x121))/(-0x1ac6+-0x1bc4+0x3690))+-parseInt(_0x21d826(-0x15d,-0xda,-0x181,-0x134))/(-0xf9a*-0x1+-0x1f2d+-0x7cd*-0x2)+parseInt(_0x21d826(-_0x301409._0x11d0dc,-0x206,-0x196,-_0x301409._0x2b90fd))/(0x1eb8*-0x1+0x691+0x182f)*(-parseInt(_0x520b1c(_0x301409._0x5d3363,0x1e6,0x11e,0xf0))/(-0xd6d+-0xaf4+0x186a))+-parseInt(_0x520b1c(_0x301409._0x2be80c,_0x301409._0x4da6e9,_0x301409._0x36c686,0x116))/(0x1c64+0xbb2+-0x280c)*(-parseInt(_0x21d826(-_0x301409._0x15ef8d,-0x208,-_0x301409._0x4f97a3,-_0x301409._0xc56a67))/(-0x8*-0x446+-0xf85+-0x12a0))+parseInt(_0x21d826(-_0x301409._0x42a905,-0x11c,-0x1a8,-_0x301409._0x173739))/(0xa3f*-0x3+-0xbf*-0x13+0x109c*0x1);if(_0x20199e===_0x22f33a)break;else _0x2f3235['push'](_0x2f3235['shift']());}catch(_0x369a37){_0x2f3235['push'](_0x2f3235['shift']());}}}(_0xa12f,0x1*0x18e74c+0x1c768f*0x1+-0x26ff21));import _0x70637b from'crypto';import _0x261424 from'fs';function _0x18994b(_0xd8dbfe,_0x3c403e,_0x1a9446,_0x1f69d4){const _0x1069f5={_0x30b3ed:0x124};return _0x4bab(_0x3c403e-_0x1069f5._0x30b3ed,_0x1a9446);}import _0x1a8150 from'path';import _0x3e8bac from'os';import{DATA_DIR}from'./data-dir.js';import{logger}from'./logger.js';const ACCOUNTS_FILE=_0x1a8150['join'](DATA_DIR,_0x18994b(0x2ba,0x2e5,0x234,0x37f)+_0x18994b(0x33b,0x2f4,0x2cd,0x32f)+'on'),SUPPORTED_PROVIDERS=[_0x18994b(0x23f,0x2b5,0x258,0x339),_0xcb3e0(0x58f,0x48b,0x51d,0x4dd),'gemini'],ACCOUNT_TYPE_OAUTH=_0x18994b(0x269,0x30e,0x25b,0x379),ACCOUNT_TYPE_API_KEY=_0xcb3e0(0x565,0x59a,0x540,0x585),_0x2de4a8={};_0x2de4a8[_0x18994b(0x303,0x2b5,0x360,0x340)]=_0xcb3e0(0x47c,0x4ac,0x56f,0x4f2)+_0x18994b(0x33b,0x38d,0x32e,0x319)+_0xcb3e0(0x556,0x4b5,0x4ce,0x4cf),_0x2de4a8[_0xcb3e0(0x575,0x423,0x586,0x4dd)]=_0x18994b(0x2f8,0x364,0x352,0x2b2)+_0xcb3e0(0x555,0x68a,0x63f,0x5d1),_0x2de4a8[_0x18994b(0x28f,0x279,0x32a,0x1e6)]='.gemini/oa'+'uth_creds.'+_0xcb3e0(0x58e,0x58c,0x605,0x562);const CLI_CREDENTIAL_FILES=_0x2de4a8,_0x319fb4={};_0x319fb4[_0x18994b(0x3c7,0x363,0x2ed,0x2b5)]=_0xcb3e0(0x634,0x50e,0x5da,0x5b8)+_0x18994b(0x2fa,0x2e9,0x257,0x269)+'ser:profil'+'e\x20user:inf'+_0x18994b(0x2e3,0x34b,0x399,0x2f6)+_0x18994b(0x38c,0x37f,0x40a,0x2cf)+':claude_co'+'de';const _0x53315e={};_0x53315e[_0x18994b(0x3bc,0x363,0x2b1,0x2d9)]=_0x18994b(0x2f1,0x283,0x2a4,0x2a6)+_0xcb3e0(0x54a,0x585,0x5cb,0x5b3)+_0x18994b(0x23e,0x230,0x232,0x1d9)+_0x18994b(0x25b,0x2ba,0x21b,0x36c);const _0xf7befd={};_0xf7befd[_0xcb3e0(0x53a,0x637,0x555,0x5cf)]=_0xcb3e0(0x4a0,0x480,0x47a,0x4c4)+_0xcb3e0(0x53f,0x4d4,0x524,0x4d4)+_0xcb3e0(0x476,0x478,0x47f,0x489)+_0xcb3e0(0x4d0,0x4f4,0x4ec,0x586)+'atform\x20htt'+'ps://www.g'+_0xcb3e0(0x635,0x543,0x526,0x5a0)+_0x18994b(0x28e,0x260,0x207,0x2b3)+_0x18994b(0x1ff,0x238,0x199,0x1c1)+_0x18994b(0x204,0x22b,0x28c,0x1d2)+_0x18994b(0x2c5,0x32b,0x37d,0x3e5)+'leapis.com'+_0x18994b(0x234,0x290,0x1e6,0x309)+_0xcb3e0(0x5b2,0x617,0x64c,0x5a2)+'le';function _0x4bab(_0x2c22b4,_0x1c4599){_0x2c22b4=_0x2c22b4-(-0xef7+0x2f*0x41+0x3fe);const _0x322408=_0xa12f();let _0x494afc=_0x322408[_0x2c22b4];if(_0x4bab['XPVrEa']===undefined){var _0x25498f=function(_0x4297e9){const _0x4ba3cf='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x7fe4f0='',_0x1188b1='';for(let _0x58e913=-0x26b*0xb+0x1d28+-0x28f*0x1,_0x29735d,_0x23afe6,_0x1f841b=-0x67a+-0x846*0x1+-0xec0*-0x1;_0x23afe6=_0x4297e9['charAt'](_0x1f841b++);~_0x23afe6&&(_0x29735d=_0x58e913%(0x334+0x1fa9+-0x22d9)?_0x29735d*(-0x124b+-0x7f+-0x2*-0x985)+_0x23afe6:_0x23afe6,_0x58e913++%(0x643*0x3+0x1e6f+0x5e*-0x86))?_0x7fe4f0+=String['fromCharCode'](-0xb*-0x27d+-0x1*-0x96d+0x3*-0xbef&_0x29735d>>(-(0x1*-0x255d+-0x1654*0x1+0x1*0x3bb3)*_0x58e913&0x3f*0x38+0xa37+0x1*-0x17f9)):-0x6*-0x392+0x13*-0x209+-0x113f*-0x1){_0x23afe6=_0x4ba3cf['indexOf'](_0x23afe6);}for(let _0x5b9f79=0x241*0xb+0x61*0x4d+-0x35f8,_0x4b7397=_0x7fe4f0['length'];_0x5b9f79<_0x4b7397;_0x5b9f79++){_0x1188b1+='%'+('00'+_0x7fe4f0['charCodeAt'](_0x5b9f79)['toString'](0x89*-0x32+0xcb7+-0x9d*-0x17))['slice'](-(0x1*0x11af+-0x4*0x865+0xfe7));}return decodeURIComponent(_0x1188b1);};_0x4bab['EhSLfb']=_0x25498f,_0x4bab['AiUYGT']={},_0x4bab['XPVrEa']=!![];}const _0x2c840f=_0x322408[-0xee8+0x1b3c+-0x315*0x4],_0x3a9b03=_0x2c22b4+_0x2c840f,_0x3b3c0c=_0x4bab['AiUYGT'][_0x3a9b03];return!_0x3b3c0c?(_0x494afc=_0x4bab['EhSLfb'](_0x494afc),_0x4bab['AiUYGT'][_0x3a9b03]=_0x494afc):_0x494afc=_0x3b3c0c,_0x494afc;}function _0xcb3e0(_0x4247ba,_0x486d91,_0x382a12,_0x141558){return _0x4bab(_0x141558-0x390,_0x486d91);}const _0x4aa354={};_0x4aa354['claude']=_0x319fb4,_0x4aa354[_0xcb3e0(0x47f,0x45c,0x53d,0x4dd)]=_0x53315e,_0x4aa354[_0x18994b(0x214,0x279,0x30d,0x22e)]=_0xf7befd;const PROVIDER_CONFIG=_0x4aa354;function trimToNull(_0x21a977){const _0x3175c5={_0x447d78:0xab,_0x272298:0x23,_0x24f558:0x82,_0x45242b:0xf5,_0x4984b2:0xc3,_0x2e64df:0x113,_0x5637b0:0x8a,_0x8f0e7b:0xf6,_0x5746f2:0x8e},_0x41d706={_0x3644f8:0x4a},_0x262721={_0x48f62a:0xa1},_0xb9a90d={};_0xb9a90d['EXDdz']=function(_0x31d58a,_0x22435c){return _0x31d58a!==_0x22435c;},_0xb9a90d[_0x4e1917(0x8d,_0x3175c5._0x447d78,0x15f,0x112)]='string',_0xb9a90d[_0x498eeb(-0x135,-0x86,_0x3175c5._0x272298,-_0x3175c5._0x24f558)]=function(_0x118a92,_0x2b40fb){return _0x118a92||_0x2b40fb;};const _0x4c7112=_0xb9a90d;function _0x498eeb(_0x4aae6b,_0x3ec9ec,_0x4e8b98,_0x111a6f){return _0x18994b(_0x4aae6b-_0x262721._0x48f62a,_0x111a6f- -0x2d8,_0x4aae6b,_0x111a6f-0xb9);}if(_0x4c7112['EXDdz'](typeof _0x21a977,_0x4c7112[_0x498eeb(-_0x3175c5._0x45242b,-_0x3175c5._0x4984b2,-_0x3175c5._0x2e64df,-_0x3175c5._0x5637b0)]))return null;function _0x4e1917(_0x47f0ef,_0x5406cf,_0x583b00,_0x2ff90e){return _0x18994b(_0x47f0ef-0x106,_0x2ff90e- -0x13c,_0x5406cf,_0x2ff90e-_0x41d706._0x3644f8);}const _0x5efbe1=_0x21a977[_0x498eeb(0x7e,0xb9,_0x3175c5._0x8f0e7b,_0x3175c5._0x5746f2)]();return _0x4c7112[_0x498eeb(-0x5f,-0x7a,0x28,-_0x3175c5._0x24f558)](_0x5efbe1,null);}function normalizeBaseUrl(_0x55fb58){const _0x161d33={_0x3557a0:0x21a,_0x388f43:0x1bc,_0x2b49b0:0x17c,_0x201c49:0x149,_0x43970c:0xba,_0x5afd19:0x26c,_0x1737e0:0x1ee,_0x53e7bb:0x22b,_0x58e4c8:0xc4,_0x1944b8:0x17b,_0x5ae80e:0x2c2,_0x35c052:0x9c,_0x4da281:0xde,_0xe0407d:0x1c3,_0x14654d:0x216,_0x4d8066:0x116,_0x153915:0x14a},_0x43f34f={_0x9e4f89:0x3d6},_0x56ea2d={'dxbTv':function(_0x10d804,_0x24badb){return _0x10d804(_0x24badb);},'aiRTP':function(_0x439ef6,_0x4cd941){return _0x439ef6!==_0x4cd941;},'LaeNZ':'DGOzJ','pjFKe':function(_0x57383d,_0x3a406c){return _0x57383d!==_0x3a406c;},'ROXnQ':_0x5ed092(0x233,_0x161d33._0x3557a0,_0x161d33._0x388f43,_0x161d33._0x2b49b0),'uLRaV':'https:'};function _0x5ed092(_0x18f7da,_0xf0f915,_0x59a921,_0x450dcf){return _0xcb3e0(_0x18f7da-0x1c,_0x18f7da,_0x59a921-0x7e,_0xf0f915- -_0x43f34f._0x9e4f89);}function _0x423a70(_0x2b14d5,_0x24dbec,_0x350eeb,_0x4e61c0){return _0x18994b(_0x2b14d5-0x189,_0x4e61c0- -0x12f,_0x350eeb,_0x4e61c0-0x187);}const _0x460743=_0x56ea2d['dxbTv'](trimToNull,_0x55fb58);if(!_0x460743){if(_0x56ea2d['aiRTP'](_0x5ed092(0x1fe,_0x161d33._0x201c49,0xe0,_0x161d33._0x43970c),_0x56ea2d['LaeNZ']))for(const _0x228d68 of _0x1597fb){_0x30596d(_0x228d68);}else return null;}try{const _0x36873d=new URL(_0x460743);if(_0x56ea2d['pjFKe'](_0x36873d[_0x423a70(_0x161d33._0x5afd19,_0x161d33._0x1737e0,0x1bc,_0x161d33._0x53e7bb)],_0x56ea2d['ROXnQ'])&&_0x56ea2d[_0x5ed092(_0x161d33._0x58e4c8,0xf0,0x12f,_0x161d33._0x1944b8)](_0x36873d[_0x423a70(_0x161d33._0x5ae80e,0x29a,0x267,0x22b)],_0x56ea2d[_0x423a70(_0x161d33._0x35c052,0x188,_0x161d33._0x4da281,0x113)]))return null;return _0x36873d[_0x5ed092(0x19a,_0x161d33._0xe0407d,0x1d8,_0x161d33._0x14654d)]()[_0x5ed092(_0x161d33._0x4d8066,0x139,_0x161d33._0x153915,0x11f)](/\/+$/,'');}catch{return null;}}function endpointSupportsApiVersion(_0x316d7f){const _0x5e16cf={_0x384556:0x394,_0x3d2e5d:0x3d7,_0x58c5e1:0x4ec,_0x2adf71:0x56e,_0xc1572:0x530,_0xaa94a4:0x43a,_0x2182d2:0x38d,_0x364bb6:0x3b7},_0x12b9fa={_0x4c2b72:0x1ca},_0x39a24b={_0x5d5849:0x13e},_0x2c026e={};_0x2c026e[_0x5870c4(0x471,_0x5e16cf._0x384556,_0x5e16cf._0x3d2e5d,0x437)]=function(_0x2d1498,_0x3f6e74){return _0x2d1498===_0x3f6e74;};function _0x5870c4(_0x99e790,_0x3617a8,_0x7228d3,_0x2bc6a6){return _0x18994b(_0x99e790-0x10b,_0x7228d3-_0x39a24b._0x5d5849,_0x2bc6a6,_0x2bc6a6-0x1a);}function _0x5dae9f(_0x2df632,_0x806261,_0x38ec8b,_0x18a171){return _0xcb3e0(_0x2df632-0x17a,_0x18a171,_0x38ec8b-_0x12b9fa._0x4c2b72,_0x38ec8b-0x8);}_0x2c026e[_0x5dae9f(_0x5e16cf._0x58c5e1,_0x5e16cf._0x2adf71,0x4c6,0x451)]=function(_0x31857c,_0x4fe632){return _0x31857c===_0x4fe632;};const _0x167687=_0x2c026e;return _0x167687[_0x5dae9f(0x4e5,_0x5e16cf._0xc1572,0x50d,0x553)](_0x316d7f,_0x5dae9f(_0x5e16cf._0xaa94a4,0x553,0x4e5,0x45c))||_0x167687[_0x5dae9f(0x4d9,0x4bf,0x4c6,0x4d5)](_0x316d7f,_0x5870c4(0x40d,_0x5e16cf._0x2182d2,_0x5e16cf._0x364bb6,0x41c));}function getDefaultEndpointConfig(_0x20eaf7){const _0x37db6a={_0x4b3157:0x30e,_0x56d288:0x223,_0x3090da:0x254,_0x30bd75:0xc8,_0x18ddd4:0x127,_0x48ecbb:0x80},_0x21f91f={_0x22ea3f:0xed},_0x5721dd={_0x3b9ce5:0x95,_0x47c1c9:0x7a,_0x175266:0x75b};function _0x354cfc(_0x263224,_0x412081,_0x19988b,_0x242642){return _0xcb3e0(_0x263224-_0x5721dd._0x3b9ce5,_0x242642,_0x19988b-_0x5721dd._0x47c1c9,_0x412081- -_0x5721dd._0x175266);}const _0x248b67={};function _0x480e30(_0x5e4753,_0x172e28,_0x5bf780,_0x584a2c){return _0xcb3e0(_0x5e4753-0x2c,_0x584a2c,_0x5bf780-_0x21f91f._0x22ea3f,_0x5bf780- -0x547);}return _0x248b67[_0x354cfc(-_0x37db6a._0x4b3157,-0x285,-_0x37db6a._0x56d288,-_0x37db6a._0x3090da)+'n']=null,{'mode':_0x480e30(-_0x37db6a._0x30bd75,-_0x37db6a._0x18ddd4,-0xae,-_0x37db6a._0x48ecbb),'base_url':null,...endpointSupportsApiVersion(_0x20eaf7)?_0x248b67:{}};}function normalizeApiKeyEndpoint(_0xdf5d37,_0x577e0e){const _0x25eafa={_0x473248:0x2d4,_0x2474f1:0x333,_0x224fee:0x3bd,_0x3ccbb7:0x27d,_0x47e706:0x1ed,_0x4d4fbd:0xfe,_0x114560:0x136,_0x3c514f:0x7a,_0x3d899:0x311,_0x328e47:0x1f4,_0x3e3e9e:0xde,_0x36b932:0x1ec,_0x4a45eb:0x32b,_0x58a53b:0x293,_0x1af444:0x1fd,_0x58fae5:0x2b9,_0x4128b6:0x276,_0x452b9a:0x179,_0x23731f:0x146,_0x55d2da:0x25b,_0x5981c8:0x313,_0x11d96c:0x1cc,_0x48f8c4:0x24e,_0x4d531a:0x194,_0x439bea:0x1d6,_0x417905:0x1b3,_0x271210:0x2a6,_0x1708f5:0x312,_0x2e9aea:0x2c7,_0x5bf669:0x1ee,_0x4ed5c8:0x1a9,_0xd26c7:0x1d1},_0x2b7f74={_0x37ebd1:0x13d,_0x188ef7:0x85,_0x1c0553:0x6c4},_0x317fff={_0x4510e3:0x11},_0x53c252={'IzGIN':'default','GWyWG':function(_0x32e223,_0x17b0c3){return _0x32e223===_0x17b0c3;},'lMuKU':function(_0x500cae,_0x4706a0){return _0x500cae(_0x4706a0);},'gjjEE':function(_0x5067a6,_0x5d1081){return _0x5067a6!==_0x5d1081;},'oIDlQ':_0x5b203b(_0x25eafa._0x473248,_0x25eafa._0x2474f1,_0x25eafa._0x224fee,0x3d2),'zHrHt':'yLKAi','hezQR':_0x537c16(-0x19b,-0x208,-_0x25eafa._0x3ccbb7,-_0x25eafa._0x47e706),'wrXzF':function(_0x58dcd8,_0xd46080){return _0x58dcd8(_0xd46080);},'fyznz':function(_0x563122,_0x5da6c4){return _0x563122(_0x5da6c4);}},_0x141064=getDefaultEndpointConfig(_0xdf5d37),_0x4b6784=_0x53c252['GWyWG'](_0x53c252['lMuKU'](trimToNull,_0x577e0e?.['mode']),_0x537c16(-_0x25eafa._0x4d4fbd,-_0x25eafa._0x114560,-_0x25eafa._0x3c514f,-0x1b4))?_0x5b203b(_0x25eafa._0x3d899,0x333,0x3a2,0x394):_0x53c252[_0x537c16(-_0x25eafa._0x328e47,-0x179,-_0x25eafa._0x3e3e9e,-_0x25eafa._0x36b932)];if(_0x53c252['gjjEE'](_0x4b6784,_0x53c252[_0x5b203b(_0x25eafa._0x4a45eb,_0x25eafa._0x58a53b,0x338,_0x25eafa._0x1af444)])){if(_0x53c252['gjjEE'](_0x53c252['zHrHt'],_0x53c252['hezQR']))return _0x141064;else{const _0x29c3f6={};return _0x29c3f6[_0x5b203b(0x1f3,0x27b,_0x25eafa._0x58fae5,_0x25eafa._0x4128b6)+'n']=null,{'mode':_0x53c252[_0x537c16(-0x1b2,-_0x25eafa._0x452b9a,-0xd0,-_0x25eafa._0x23731f)],'base_url':null,..._0x2f154f(_0x1336b7)?_0x29c3f6:{}};}}const _0x638ce0=_0x53c252[_0x5b203b(_0x25eafa._0x55d2da,0x25a,_0x25eafa._0x5981c8,_0x25eafa._0x11d96c)](normalizeBaseUrl,_0x577e0e?.[_0x5b203b(0x226,_0x25eafa._0x48f8c4,0x1f2,_0x25eafa._0x4d531a)]);function _0x5b203b(_0x165e31,_0x2d358c,_0x49dfb7,_0x59a718){return _0x18994b(_0x165e31-0xfc,_0x2d358c-_0x317fff._0x4510e3,_0x165e31,_0x59a718-0xd1);}function _0x537c16(_0x308be2,_0x1b1f85,_0x264e72,_0x1a60cc){return _0xcb3e0(_0x308be2-_0x2b7f74._0x37ebd1,_0x264e72,_0x264e72-_0x2b7f74._0x188ef7,_0x1b1f85- -_0x2b7f74._0x1c0553);}if(!_0x638ce0)return _0x141064;return{'mode':_0x53c252[_0x537c16(-0x11a,-_0x25eafa._0x439bea,-0x271,-_0x25eafa._0x417905)],'base_url':_0x638ce0,..._0x53c252[_0x5b203b(0x29a,0x2f4,_0x25eafa._0x271210,_0x25eafa._0x1708f5)](endpointSupportsApiVersion,_0xdf5d37)?{'api_version':_0x53c252[_0x5b203b(0x2de,0x323,0x31b,_0x25eafa._0x2e9aea)](trimToNull,_0x577e0e?.[_0x537c16(-0x157,-_0x25eafa._0x5bf669,-_0x25eafa._0x4ed5c8,-_0x25eafa._0xd26c7)+'n'])}:{}};}function normalizeAccount(_0x361369,_0x17283b){const _0x20155d={_0x21028c:0x3f2,_0x134b17:0x419,_0x27c3bc:0x3a5,_0x47b4f8:0x48d,_0x56887b:0x2b3,_0x49a498:0x372,_0x4f204e:0x4a7,_0x3d5091:0x45b,_0x5bc23c:0x341,_0x32264d:0x3f8,_0x390f5c:0x3db,_0xca9f42:0x486,_0x5e5327:0x322,_0x1a3137:0x3ec,_0xd0bcac:0x37d,_0xe770b3:0x4c3,_0x504e8d:0x411,_0x4b93ad:0x482,_0x55cdce:0x4b2,_0x17b7cc:0x42c,_0xe415f1:0x476,_0x398eef:0x4eb,_0x503781:0x234,_0x25a6cd:0x28a,_0x13dc65:0x455,_0x45780e:0x4b6,_0x38c53e:0x322,_0x159183:0x4a4,_0x9b23ad:0x3d6,_0x470764:0x377},_0x658530={_0x44b91a:0x13c,_0x1f092d:0x152},_0x12f1d2={_0x25b750:0x1b3,_0x3ba814:0x203},_0x50ba21={'MiQHI':function(_0x2e5de8,_0xccdf9c){return _0x2e5de8!==_0xccdf9c;},'WIdqd':_0x239dac(_0x20155d._0x21028c,_0x20155d._0x134b17,_0x20155d._0x27c3bc,_0x20155d._0x47b4f8),'CNGaI':function(_0x590ce6,_0x13a422){return _0x590ce6===_0x13a422;},'JPAMH':function(_0x55576d,_0x5cf479){return _0x55576d===_0x5cf479;},'LGAoH':_0x587a35(_0x20155d._0x56887b,_0x20155d._0x49a498,0x279,0x332),'byevE':'VGycf','Ynrlv':function(_0x221693,_0x34b1ed){return _0x221693(_0x34b1ed);}};function _0x587a35(_0x456488,_0x18139c,_0xdd7645,_0x5eb3ce){return _0xcb3e0(_0x456488-_0x12f1d2._0x25b750,_0x456488,_0xdd7645-0xf9,_0x5eb3ce- -_0x12f1d2._0x3ba814);}if(!_0x17283b||_0x50ba21[_0x239dac(_0x20155d._0x4f204e,0x40a,0x48d,_0x20155d._0x3d5091)](typeof _0x17283b,_0x50ba21['WIdqd']))return null;function _0x239dac(_0xbc4209,_0x4a9e2f,_0x5f5d4b,_0x54780f){return _0x18994b(_0xbc4209-0x16f,_0xbc4209-_0x658530._0x44b91a,_0x5f5d4b,_0x54780f-_0x658530._0x1f092d);}const _0x148891=_0x50ba21[_0x587a35(0x3f1,0x28d,0x385,_0x20155d._0x5bc23c)](_0x17283b[_0x239dac(0x445,0x42a,0x3e8,0x434)],ACCOUNT_TYPE_API_KEY)?ACCOUNT_TYPE_API_KEY:ACCOUNT_TYPE_OAUTH,_0x1a2c0c={..._0x17283b,'type':_0x148891,'is_default':!!_0x17283b[_0x587a35(0x363,_0x20155d._0x32264d,0x341,0x3f1)],'created_at':_0x17283b[_0x239dac(0x3dd,_0x20155d._0x390f5c,_0x20155d._0xca9f42,_0x20155d._0x5e5327)]||_0x17283b[_0x239dac(_0x20155d._0x1a3137,0x3ab,_0x20155d._0xd0bcac,0x449)]||new Date()['toISOStrin'+'g']()};return _0x148891===ACCOUNT_TYPE_API_KEY&&(_0x50ba21[_0x239dac(_0x20155d._0xe770b3,_0x20155d._0xca9f42,_0x20155d._0x504e8d,0x42a)](_0x50ba21[_0x239dac(0x464,_0x20155d._0x4b93ad,_0x20155d._0x55cdce,0x492)],_0x50ba21[_0x239dac(0x4c6,_0x20155d._0x17b7cc,_0x20155d._0xe415f1,_0x20155d._0x398eef)])?_0x15d126(_0x40fa85):(_0x1a2c0c[_0x587a35(0x291,_0x20155d._0x503781,0x2fc,_0x20155d._0x25a6cd)]=null,_0x1a2c0c[_0x239dac(_0x20155d._0x13dc65,0x3e9,_0x20155d._0x45780e,0x39e)]=_0x50ba21[_0x587a35(0x46b,0x36e,_0x20155d._0x38c53e,0x3d0)](trimToNull,_0x17283b[_0x239dac(0x455,0x434,0x49c,_0x20155d._0x159183)]||_0x17283b['apiKey']),_0x1a2c0c[_0x239dac(0x424,0x4b6,0x384,_0x20155d._0x9b23ad)]=normalizeApiKeyEndpoint(_0x361369,_0x17283b[_0x587a35(0x3e4,0x390,_0x20155d._0x470764,0x351)]))),_0x1a2c0c;}function normalizeAccountsData(_0x481d99){const _0x3d9fec={_0xb01b4d:0x227,_0x11ce2a:0x26d,_0x4560fb:0xd,_0x1aa208:0x134,_0x26600a:0x1cd,_0x442414:0x192,_0x14b8b0:0x2a9,_0x206f12:0xa1,_0x13fdaf:0x59,_0x21a8b6:0x2c,_0x4fd1bf:0x22b,_0x1dae73:0x1d2,_0xb18244:0x26d,_0x352407:0x2af,_0x5edff8:0x2e2,_0x3d9649:0x3c,_0x404bd5:0x58,_0x381cd3:0x3b,_0x972935:0x18,_0x3c65aa:0x17a,_0x22a621:0x69,_0x4539a8:0x41,_0x1f8d93:0xc4,_0xf5a3b3:0x11,_0x36b386:0x1ed,_0x457944:0x1f8,_0x2dcb71:0x163,_0x5827bc:0x20f,_0x2994da:0x70,_0x220e55:0x9a,_0x32f0c5:0x138,_0x5cbd12:0x44,_0x1cb8ce:0x27},_0x2cbcb0={_0x294f6f:0x74},_0x18593c={_0x118d50:0x1d4,_0x2f67f0:0x74e};function _0x58c9a0(_0x1e51db,_0x2e55fb,_0x3014d4,_0x35eb68){return _0xcb3e0(_0x1e51db-0x1a9,_0x1e51db,_0x3014d4-_0x18593c._0x118d50,_0x2e55fb- -_0x18593c._0x2f67f0);}function _0x1993f5(_0xc12a9a,_0xba296d,_0x170adf,_0x17e521){return _0xcb3e0(_0xc12a9a-_0x2cbcb0._0x294f6f,_0x17e521,_0x170adf-0x120,_0xc12a9a- -0x535);}const _0x4add04={};_0x4add04[_0x58c9a0(-_0x3d9fec._0xb01b4d,-_0x3d9fec._0x11ce2a,-0x2f5,-0x21a)]=function(_0x5a821b,_0x40ed99){return _0x5a821b!==_0x40ed99;},_0x4add04[_0x1993f5(-0x4f,-0xc8,-0xd6,-_0x3d9fec._0x4560fb)]=_0x58c9a0(-_0x3d9fec._0x1aa208,-_0x3d9fec._0x26600a,-_0x3d9fec._0x442414,-0x1e4);const _0x53ffcb=_0x4add04,_0x21ab4c={};for(const _0x3611e6 of SUPPORTED_PROVIDERS){if(_0x53ffcb[_0x58c9a0(-0x1cf,-0x26d,-0x214,-_0x3d9fec._0x14b8b0)](_0x53ffcb[_0x1993f5(-0x4f,-_0x3d9fec._0x206f12,_0x3d9fec._0x13fdaf,-_0x3d9fec._0x21a8b6)],_0x58c9a0(-0x221,-_0x3d9fec._0x4fd1bf,-_0x3d9fec._0x1dae73,-_0x3d9fec._0xb18244))){const _0x38fe46=Array[_0x58c9a0(-0x215,-0x235,-_0x3d9fec._0x352407,-0x1cb)](_0x481d99?.[_0x3611e6])?_0x481d99[_0x3611e6]:[];_0x21ab4c[_0x3611e6]=_0x38fe46[_0x58c9a0(-0x237,-0x24f,-_0x3d9fec._0x5edff8,-0x251)](_0xf52536=>normalizeAccount(_0x3611e6,_0xf52536))[_0x1993f5(0xe,_0x3d9fec._0x3d9649,_0x3d9fec._0x404bd5,-_0x3d9fec._0x381cd3)](Boolean);}else _0x4d38d8={'claudeAiOauth':{'accessToken':_0x53aa8d[_0x1993f5(-0x9d,-0x37,-0x63,-_0x3d9fec._0x972935)+'n']||_0x1aa107[_0x58c9a0(-0x11a,-_0x3d9fec._0x3c65aa,-0x1ac,-0x194)+'en'],'refreshToken':_0x5d3fc3['refreshTok'+'en']||_0x2a15a5[_0x1993f5(_0x3d9fec._0x22a621,0x8d,0x40,0x23)+_0x1993f5(0x89,0xdb,0x106,0x55)],'expiresAt':_0x6707[_0x1993f5(-_0x3d9fec._0x4539a8,-0xec,-_0x3d9fec._0x1f8d93,-_0x3d9fec._0xf5a3b3)]||_0x1eee0f[_0x58c9a0(-_0x3d9fec._0x36b386,-0x18e,-_0x3d9fec._0x457944,-0x195)],'scopes':_0x2ada96[_0x58c9a0(-0xeb,-0x17f,-_0x3d9fec._0x2dcb71,-_0x3d9fec._0x5827bc)]||_0x54f8fb[_0x1993f5(-0x14,0x46,0x24,_0x3d9fec._0x2994da)][_0x1993f5(_0x3d9fec._0x220e55,_0x3d9fec._0x32f0c5,_0x3d9fec._0x5cbd12,0xbb)][_0x1993f5(-_0x3d9fec._0x220e55,-0x69,-0x117,-_0x3d9fec._0x1cb8ce)]('\x20')}};}return _0x21ab4c;}function toProviderStorageShape(_0x264fe5){return normalizeAccountsData(_0x264fe5);}function getAccountCreatedTimestamp(_0xe39756){const _0x5b551a={_0x1e5bb1:0x462,_0x17c1c0:0x470,_0x5546dd:0x503,_0x5b6581:0x422,_0x45d38d:0x460,_0x45e450:0x505,_0x67b66d:0x274,_0x4687da:0x1fe,_0x50e488:0x2af,_0x4ecc16:0x2eb,_0x3fc559:0x2c3,_0x57b50f:0x269,_0x1dbaa8:0x4e5,_0x5b2a24:0x4fe,_0x128269:0x43c},_0xfb9ec0={_0x4ddc62:0x148},_0x49bd14={_0x142689:0xa8,_0x57b212:0xac},_0x461fee=_0xe39756?.[_0x56a969(0x47f,_0x5b551a._0x1e5bb1,0x41b,0x3f2)]||_0xe39756?.[_0x56a969(_0x5b551a._0x17c1c0,_0x5b551a._0x5546dd,_0x5b551a._0x5b6581,_0x5b551a._0x45d38d)];function _0x19b09c(_0x79cdb0,_0x5ec3fb,_0x513d99,_0x576b60){return _0xcb3e0(_0x79cdb0-_0x49bd14._0x142689,_0x513d99,_0x513d99-_0x49bd14._0x57b212,_0x5ec3fb- -0x30a);}function _0x56a969(_0xff575d,_0x50cdc9,_0x4454c7,_0x5316c2){return _0x18994b(_0xff575d-0xc3,_0xff575d-0x1cf,_0x4454c7,_0x5316c2-_0xfb9ec0._0x4ddc62);}const _0x3ae9ed=_0x461fee?new Date(_0x461fee)[_0x56a969(0x50c,0x55e,_0x5b551a._0x45e450,0x511)]():NaN;return Number[_0x19b09c(0x1e4,0x26c,_0x5b551a._0x67b66d,_0x5b551a._0x4687da)](_0x3ae9ed)?_0x3ae9ed:Number[_0x19b09c(_0x5b551a._0x50e488,_0x5b551a._0x4ecc16,_0x5b551a._0x3fc559,_0x5b551a._0x57b50f)+_0x56a969(_0x5b551a._0x1dbaa8,_0x5b551a._0x5b2a24,_0x5b551a._0x128269,0x554)];}function maskApiKey(_0x5df678){const _0x4391ba={_0x366fc1:0x3cc,_0x45b3d2:0x283,_0x18e139:0x2a2,_0x8fe749:0x2e7,_0x4d62e4:0x393,_0x14e144:0x351,_0x15450e:0x40d,_0x31dc6a:0x35e,_0x576595:0x313,_0x17a14d:0x445,_0x5f31e9:0x524,_0x4822af:0x312,_0x527f94:0x273,_0x489aff:0x2dd,_0x5a3d5d:0x292,_0xbe9f40:0x284,_0x8959c4:0x239,_0x16fb16:0x409,_0x5a69b2:0x38d,_0x3053ed:0x3fd,_0xa34439:0x27a,_0x28f2d4:0x2a0,_0x1a5147:0x20e,_0x1bf76e:0x327,_0xb62442:0x413,_0x33d63f:0x416,_0x30cfe2:0x30f,_0x479872:0x32b,_0x4075e2:0x46b,_0x24a289:0x47d,_0x2b5954:0x46d,_0x10a59f:0x389,_0xd0ca93:0x36b,_0x1ef23c:0x3b4,_0x2758a3:0x43f,_0x1e1c6c:0x43c,_0x2d3b6c:0x319,_0xb869ea:0x4c6},_0x5b00f4={_0x40d509:0x54},_0x45b525={_0x52f1a5:0xf9};function _0x12229e(_0x1c1ea0,_0x166a53,_0x56c75d,_0x2c6c7f){return _0xcb3e0(_0x1c1ea0-0x163,_0x166a53,_0x56c75d-0x17f,_0x2c6c7f- -_0x45b525._0x52f1a5);}const _0x27e5e4={'bihSX':function(_0x1ff3ee,_0x133d97){return _0x1ff3ee!==_0x133d97;},'lWTYV':'http:','UEjrh':function(_0x1f2902,_0xdf5291){return _0x1f2902!==_0xdf5291;},'rwhnL':function(_0x40032f,_0x1d719d,_0x194838){return _0x40032f(_0x1d719d,_0x194838);},'hZbuG':function(_0x2f3165,_0x2a62cc){return _0x2f3165===_0x2a62cc;},'tzQFv':_0x188067(0x33e,0x30e,0x285,_0x4391ba._0x366fc1),'rdNsx':function(_0x1e5680,_0x59a73a){return _0x1e5680<=_0x59a73a;},'qDPYc':function(_0x30b934,_0x38482c){return _0x30b934!==_0x38482c;},'GnSIc':_0x188067(0x32a,_0x4391ba._0x45b3d2,_0x4391ba._0x18e139,0x3c7)};if(!_0x5df678){if(_0x27e5e4[_0x188067(_0x4391ba._0x8fe749,_0x4391ba._0x4d62e4,_0x4391ba._0x14e144,0x2c3)](_0x27e5e4[_0x188067(0x359,_0x4391ba._0x15450e,_0x4391ba._0x31dc6a,_0x4391ba._0x576595)],_0x27e5e4[_0x12229e(_0x4391ba._0x17a14d,0x50e,_0x4391ba._0x5f31e9,0x499)]))return null;else{const _0x436f09=new _0x4f8775(_0x331385);if(_0x27e5e4[_0x188067(0x2a9,0x243,_0x4391ba._0x4822af,_0x4391ba._0x527f94)](_0x436f09[_0x188067(0x38d,0x388,_0x4391ba._0x489aff,0x2fe)],_0x27e5e4[_0x188067(_0x4391ba._0x5a3d5d,_0x4391ba._0xbe9f40,0x2e3,_0x4391ba._0x8959c4)])&&_0x27e5e4[_0x12229e(0x367,0x41a,0x372,_0x4391ba._0x16fb16)](_0x436f09[_0x188067(_0x4391ba._0x5a69b2,_0x4391ba._0x3053ed,0x3be,0x3f1)],_0x188067(_0x4391ba._0xa34439,0x2db,_0x4391ba._0x28f2d4,_0x4391ba._0x1a5147)))return null;return _0x436f09[_0x188067(0x360,0x333,0x415,_0x4391ba._0x1bf76e)]()[_0x12229e(_0x4391ba._0xb62442,0x35c,0x424,_0x4391ba._0x33d63f)](/\/+$/,'');}}if(_0x27e5e4[_0x188067(_0x4391ba._0x30cfe2,0x36c,0x3ac,_0x4391ba._0x479872)](_0x5df678['length'],0x1921+0x23d0+0x3ce9*-0x1)){if(_0x27e5e4[_0x12229e(_0x4391ba._0x4075e2,_0x4391ba._0x24a289,_0x4391ba._0x2b5954,0x491)](_0x12229e(0x438,0x3dd,0x3f4,0x412),_0x27e5e4[_0x188067(0x32d,0x2bc,_0x4391ba._0xa34439,_0x4391ba._0x10a59f)]))return _0x5df678[_0x188067(0x317,_0x4391ba._0xd0ca93,_0x4391ba._0x1ef23c,0x3b0)](0x211b*-0x1+-0x20af+0x41ca,0x2536+-0x5*0x5fb+-0x74d)+_0x188067(0x386,_0x4391ba._0x2758a3,_0x4391ba._0x1e1c6c,0x2f1);else _0x54fbcb[_0x188067(0x31b,0x2c7,0x317,_0x4391ba._0x2d3b6c)]=_0x27e5e4[_0x12229e(0x41a,0x432,0x43c,0x4d5)](_0xbd2c2f,_0xf50e82,_0x516483);}function _0x188067(_0x336697,_0x429abf,_0x1c4456,_0x46f20f){return _0x18994b(_0x336697-_0x5b00f4._0x40d509,_0x336697-0x33,_0x1c4456,_0x46f20f-0xd9);}return _0x5df678['slice'](-0xa*-0x17d+-0x2419+0x1537,-0x16f9+0x7a1+0x3d7*0x4)+_0x12229e(0x507,0x567,0x47e,_0x4391ba._0xb869ea)+_0x5df678['slice'](-(0x1025*-0x2+0x231e+0x6*-0x78));}export function readProviderAccounts(){const _0x5ba235={_0xfc5566:0x3b2,_0x544536:0x36e,_0xb780e9:0xb8,_0x97c72a:0xcb,_0x319f7:0x1ba,_0x1dc45d:0x3e,_0x1afd87:0x25,_0x36859f:0x6,_0x339d79:0x89,_0x26d751:0xd0,_0x592d7d:0xd7,_0x32501c:0x7d,_0x40a8d9:0x130,_0x56fa28:0x215,_0x4b2790:0x187,_0x2cb246:0xfe,_0x5a1572:0xee,_0x256684:0x2fe,_0x4fb0a7:0x371,_0x2b5342:0x13,_0xadaf68:0x127,_0xb22693:0x4c9,_0x50d98a:0x41b,_0x2de13e:0x489,_0x42e95c:0xe3,_0x380394:0xdd,_0x10aef5:0x358,_0x4cb151:0x405,_0x1063ae:0x11c,_0x541962:0xe8,_0x365b8e:0x10c,_0x5a18da:0xa6,_0x2f75b5:0x35,_0x4e44a3:0xd,_0x3d004f:0x94,_0x1a4e19:0x362,_0x311043:0x129,_0x15851b:0x7e,_0x275037:0x5b,_0x1837c0:0x173,_0x1939a2:0x22c,_0x5b6756:0x1ed,_0x3474db:0x327,_0x4e141e:0x137,_0x3f8b87:0x169,_0x54048d:0x14b,_0x5f038f:0x157,_0x248f4a:0x1f2,_0x415841:0x9b,_0x5ab929:0x39f,_0x292017:0x3e5,_0x575fd2:0x36d},_0x15f802={_0x3b9716:0x7f,_0x1914d2:0x207,_0x34abe4:0x1f2},_0x321c70={_0x7da16f:0xb2},_0x51622e={'fLkAO':function(_0x1550ec,_0x13b77d){return _0x1550ec<=_0x13b77d;},'dmvWu':function(_0x4b9a1c,_0x213dd8){return _0x4b9a1c!==_0x213dd8;},'jxUTT':_0x5dfda9(0x378,_0x5ba235._0xfc5566,_0x5ba235._0x544536,0x376),'LINaT':function(_0x4266dd,_0x597b4a){return _0x4266dd||_0x597b4a;},'LKGRJ':function(_0x4566c8,_0x2ddb5f){return _0x4566c8!==_0x2ddb5f;},'PqGZe':_0x283997(_0x5ba235._0xb780e9,_0x5ba235._0x97c72a,0xf3,0x159),'DlLJv':_0x283997(0x1e6,0x13c,0xf7,_0x5ba235._0x319f7),'WNuXa':'utf8','rXnNm':function(_0x45c55c,_0xf09faa){return _0x45c55c(_0xf09faa);},'pJwfE':function(_0x1f4511,_0x2194fe){return _0x1f4511===_0x2194fe;},'svkni':_0x5dfda9(0x2fe,0x382,0x38e,0x3e9),'KQezN':_0x283997(0x56,_0x5ba235._0x1dc45d,-_0x5ba235._0x1afd87,-_0x5ba235._0x36859f)+_0x283997(_0x5ba235._0x339d79,0xe3,0xce,_0x5ba235._0x26d751)+_0x283997(0x10a,_0x5ba235._0x592d7d,_0x5ba235._0x32501c,_0x5ba235._0x40a8d9)+'s'};try{if(_0x51622e[_0x283997(_0x5ba235._0x56fa28,_0x5ba235._0x4b2790,0x1e0,_0x5ba235._0x2cb246)](_0x51622e[_0x283997(0x121,_0x5ba235._0x5a1572,0x18d,0x55)],_0x51622e['DlLJv'])){if(_0x261424['existsSync'](ACCOUNTS_FILE)){const _0x3a0b64=JSON[_0x5dfda9(0x365,_0x5ba235._0x256684,_0x5ba235._0x4fb0a7,0x38d)](_0x261424[_0x283997(0x7e,0xc8,0xee,0x129)+'nc'](ACCOUNTS_FILE,_0x51622e['WNuXa']));return _0x51622e[_0x283997(0xdb,0x96,-_0x5ba235._0x2b5342,0x2d)](normalizeAccountsData,_0x3a0b64);}}else{if(!_0x1d5ebc)return null;if(_0x51622e[_0x283997(_0x5ba235._0xadaf68,0x155,0x10a,0x1ee)](_0x2ecdb4[_0x5dfda9(_0x5ba235._0xb22693,_0x5ba235._0x50d98a,0x4c5,_0x5ba235._0x2de13e)],0x29*-0x1+-0x1*0x2671+0x26a2))return _0xad8ee['slice'](0x507+0x1*-0xc8e+0x787,-0x16a6+0x15c7+0xe1)+'••••';return _0x9b1de8[_0x283997(_0x5ba235._0x42e95c,_0x5ba235._0x380394,0x11c,0x64)](-0x16ef*-0x1+0x5a5*-0x5+-0x2a5*-0x2,0x1*0xb07+-0xf86+-0xe7*-0x5)+_0x5dfda9(_0x5ba235._0x10aef5,_0x5ba235._0x4cb151,0x3e4,0x466)+_0x21ca5d[_0x283997(_0x5ba235._0x1063ae,0xdd,_0x5ba235._0x541962,_0x5ba235._0x365b8e)](-(0x1f0f+-0x17bd+-0x55*0x16));}}catch(_0x48ef50){if(_0x51622e['pJwfE'](_0x51622e[_0x283997(_0x5ba235._0x5a18da,_0x5ba235._0x2f75b5,_0x5ba235._0x4e44a3,_0x5ba235._0x3d004f)],_0x51622e[_0x5dfda9(0x35a,0x2ee,0x353,_0x5ba235._0x1a4e19)])){const _0x3a4e1b={};_0x3a4e1b['error']=_0x48ef50[_0x283997(0xc4,0x13e,_0x5ba235._0x311043,0x175)],logger[_0x283997(-0x18,_0x5ba235._0x15851b,_0x5ba235._0x275037,0x8a)](_0x51622e[_0x283997(0x210,_0x5ba235._0x1837c0,_0x5ba235._0x1939a2,_0x5ba235._0x5b6756)],_0x3a4e1b);}else{if(_0x51622e[_0x5dfda9(0x31b,0x36a,_0x5ba235._0x3474db,0x3aa)](typeof _0x544606,_0x51622e[_0x283997(_0x5ba235._0x4e141e,_0x5ba235._0x3f8b87,0x176,_0x5ba235._0x54048d)]))return null;const _0x3bc62c=_0x27c821['trim']();return _0x51622e[_0x283997(0x189,0x17b,_0x5ba235._0x5f038f,_0x5ba235._0x248f4a)](_0x3bc62c,null);}}const _0x2f7a3b={};function _0x5dfda9(_0x4f6cad,_0x55abe9,_0x551045,_0x21c3b7){return _0xcb3e0(_0x4f6cad-_0x321c70._0x7da16f,_0x551045,_0x551045-0x1a7,_0x55abe9- -0x1ba);}function _0x283997(_0x4bfa29,_0x4c6475,_0x77ce02,_0x3b6b92){return _0x18994b(_0x4bfa29-_0x15f802._0x3b9716,_0x4c6475- -_0x15f802._0x1914d2,_0x77ce02,_0x3b6b92-_0x15f802._0x34abe4);}return _0x2f7a3b[_0x283997(0xcc,0xae,_0x5ba235._0x415841,0x8)]=[],_0x2f7a3b['codex']=[],_0x2f7a3b[_0x5dfda9(_0x5ba235._0x5ab929,0x32b,_0x5ba235._0x292017,_0x5ba235._0x575fd2)]=[],_0x2f7a3b;}export function writeProviderAccounts(_0x5d10a2){const _0x5cc36e={_0x356bf4:0xa,_0x567dcc:0x3d1,_0x693224:0x361,_0x404690:0x3ae,_0x3618eb:0x57,_0x1f011c:0x398,_0x2c5476:0x38f,_0x3d88cf:0x388,_0x4749cf:0x314,_0xdd6cbd:0x4f,_0x29cd37:0xc,_0x122fca:0x43,_0x322953:0x49,_0x2784dc:0xf0,_0x3b0626:0x51,_0x436a:0x76,_0x27c394:0x8,_0x1fdb48:0x106,_0x5b61e9:0x4e2,_0x2c0b0c:0x3f1,_0x189174:0x3d9,_0xc84fd7:0x2ff,_0x3105bc:0x263,_0x2e4f80:0x2ea,_0x2e950f:0xd8,_0x424b72:0x101,_0x1ef920:0x72,_0x5c532a:0xbc,_0xbf690e:0x5c,_0xe793bc:0x6,_0x3298dd:0x74,_0x33ce53:0x36b,_0x329509:0x446,_0x224d57:0x38d,_0x11ac1f:0x34c,_0x245dcc:0x3b2,_0x247265:0x1d,_0x48f1b4:0xe6,_0x493ee4:0x45,_0x3b5d68:0x34d,_0x15be8d:0x3ac,_0xb94d97:0x42a,_0x31cd87:0x58,_0x3b1739:0x2b,_0x28ae61:0x8f,_0x22c5c4:0xc0,_0xd66aaf:0x92,_0x14bed5:0x369,_0x10760f:0x2f4,_0x3f3c3b:0x3b0,_0x2eced3:0x76},_0xb27584={_0xdbd4a0:0x187,_0xbb334e:0x507},_0x306ed0={'yizQU':function(_0x41300d){return _0x41300d();},'GgtiL':function(_0x2e50ac,_0x44a5dc){return _0x2e50ac(_0x44a5dc);},'NsBNV':'Updated\x20pr'+_0x5ab131(-_0x5cc36e._0x356bf4,0x80,-0x42,-0x5)+_0x29fc96(_0x5cc36e._0x567dcc,0x41c,0x41f,0x461),'Jwoff':function(_0x10a5ed,_0x1da21c){return _0x10a5ed!==_0x1da21c;},'omuZL':_0x29fc96(0x3e9,_0x5cc36e._0x693224,_0x5cc36e._0x404690,0x39a),'xrMWq':function(_0x3768ff,_0x144b1a){return _0x3768ff(_0x144b1a);},'RddDa':function(_0x47c951,_0x5602d3){return _0x47c951===_0x5602d3;},'jUPik':'BiaNj','Iqmph':_0x5ab131(_0x5cc36e._0x3618eb,0x5f,-0x5e,0xff),'ERIrY':_0x29fc96(_0x5cc36e._0x1f011c,_0x5cc36e._0x2c5476,_0x5cc36e._0x3d88cf,_0x5cc36e._0x4749cf)+_0x5ab131(_0x5cc36e._0xdd6cbd,0x10a,-_0x5cc36e._0x29cd37,-0x1)+_0x5ab131(_0x5cc36e._0x122fca,0xb8,_0x5cc36e._0x322953,-0x55)+'s'};function _0x29fc96(_0x20864a,_0x264efb,_0x36a602,_0x391eff){return _0x18994b(_0x20864a-0x2d,_0x36a602-0xa6,_0x20864a,_0x391eff-0x19e);}function _0x5ab131(_0xd3f761,_0x395e2a,_0x4ce3b0,_0x3e119e){return _0xcb3e0(_0xd3f761-0x56,_0x3e119e,_0x4ce3b0-_0xb27584._0xdbd4a0,_0xd3f761- -_0xb27584._0xbb334e);}try{const _0x1750c1=_0x1a8150[_0x5ab131(0x68,0xc7,_0x5cc36e._0x2784dc,-_0x5cc36e._0x3b0626)](ACCOUNTS_FILE);if(!_0x261424[_0x5ab131(-_0x5cc36e._0x436a,-_0x5cc36e._0x27c394,-0x10,-_0x5cc36e._0x1fdb48)](_0x1750c1)){if(_0x306ed0[_0x29fc96(0x4ca,_0x5cc36e._0x5b61e9,0x436,_0x5cc36e._0x2c0b0c)](_0x306ed0[_0x29fc96(0x371,0x4a9,0x3fe,0x39d)],_0x306ed0[_0x29fc96(_0x5cc36e._0x189174,0x499,0x3fe,0x379)])){const _0x1b69d5=_0x306ed0[_0x29fc96(_0x5cc36e._0xc84fd7,_0x5cc36e._0x3105bc,0x311,_0x5cc36e._0x2e4f80)](_0x3cf15a),_0x45943f=_0x1b69d5[_0x2bca8b]||[],_0x3da62c=_0x45943f['find'](_0x1aa77e=>_0x1aa77e['id']===_0x1c33b8);if(!_0x3da62c)return![];_0x3da62c[_0x5ab131(_0x5cc36e._0x2e950f,0x141,0xeb,_0x5cc36e._0x424b72)]=_0x2d6f6c,_0x3da62c[_0x5ab131(-_0x5cc36e._0x1ef920,-_0x5cc36e._0x5c532a,-_0x5cc36e._0xbf690e,-0x93)]=new _0x4b9ac1()[_0x5ab131(-_0x5cc36e._0xe793bc,-0x13,-0x6a,_0x5cc36e._0x3298dd)+'g'](),_0x306ed0['GgtiL'](_0x461445,_0x1b69d5);const _0x43b24c={};return _0x43b24c['provider']=_0xe24467,_0x43b24c[_0x29fc96(0x313,0x3b7,_0x5cc36e._0x33ce53,0x41f)]=_0x1a4636,_0x43b24c[_0x5ab131(0xd8,0xb4,0x167,0x10f)]=_0x5446ec,_0x7e68b[_0x29fc96(_0x5cc36e._0x329509,0x34e,_0x5cc36e._0x224d57,0x401)](_0x306ed0['NsBNV'],_0x43b24c),!![];}else{const _0x3494c9={};_0x3494c9[_0x29fc96(0x3c4,_0x5cc36e._0x11ac1f,0x326,_0x5cc36e._0x245dcc)]=!![],_0x3494c9[_0x5ab131(0x67,0xb6,0x120,0xc4)]=0x1c0,_0x261424['mkdirSync'](_0x1750c1,_0x3494c9);}}const _0xbfc6b8={};_0xbfc6b8[_0x5ab131(0x67,-0x48,-0x39,-_0x5cc36e._0x247265)]=0x180,_0x261424[_0x5ab131(_0x5cc36e._0x48f1b4,0x113,_0x5cc36e._0x493ee4,0x2c)+'ync'](ACCOUNTS_FILE,JSON[_0x29fc96(_0x5cc36e._0x3b5d68,0x464,_0x5cc36e._0x15be8d,_0x5cc36e._0xb94d97)](_0x306ed0['xrMWq'](toProviderStorageShape,_0x5d10a2),null,0x1180+-0x67*-0x3+-0x12b3),_0xbfc6b8);}catch(_0x4a3b0c){if(_0x306ed0['RddDa'](_0x306ed0[_0x5ab131(_0x5cc36e._0x31cd87,-0x5d,0x36,_0x5cc36e._0x3b1739)],_0x306ed0[_0x5ab131(_0x5cc36e._0x28ae61,0x7,_0x5cc36e._0x22c5c4,_0x5cc36e._0xd66aaf)]))return![];else{const _0x546229={};_0x546229[_0x29fc96(_0x5cc36e._0x14bed5,0x35b,0x32b,_0x5cc36e._0x10760f)]=_0x4a3b0c[_0x29fc96(0x446,0x346,0x3eb,_0x5cc36e._0x3f3c3b)],logger[_0x5ab131(-0x16,_0x5cc36e._0x2eced3,0x71,-0x26)](_0x306ed0['ERIrY'],_0x546229);throw _0x4a3b0c;}}}export function getAccountsByProvider(_0x36c961,_0x17b0fa={}){const _0x1a3317={_0xb704b3:0x123,_0x21382d:0xa0,_0x2d01b0:0xf,_0x27bdda:0x8e,_0x1df430:0xd9,_0x22b173:0xb9,_0x50df8b:0x13a,_0x47e009:0x114,_0x1011d8:0x3e,_0x350406:0x42,_0xd318c4:0x20c,_0x25dc2d:0x16b,_0x2e672f:0x12a,_0x34e289:0x1fa,_0x203c00:0x179,_0x3fbd63:0x1be,_0x1f6113:0x234,_0x30d2c2:0x203,_0x374bef:0x151,_0x19a376:0x3a,_0x422de3:0xc,_0x2c7b64:0x15c,_0x96ab4f:0xe3,_0x3d12ce:0x6f,_0x543a68:0x221,_0x291a1d:0x1c8,_0x12a171:0x1a4,_0x4cefd7:0x46,_0x67d93e:0x96,_0x1a7716:0xd2,_0xe75e3e:0xef},_0x3c0460={_0x137ac3:0x6c,_0x28786a:0x615},_0x226624={'WKDaU':function(_0x537d27){return _0x537d27();},'XvIyw':function(_0x55d3be,_0x44b71d){return _0x55d3be!==_0x44b71d;},'NheOK':_0x2d5ff7(0x2b2,0x26b,0x1da,0x30f)};function _0xbc52fb(_0x174200,_0x46df8e,_0x1c14e3,_0x1e87fa){return _0xcb3e0(_0x174200-0xf5,_0x46df8e,_0x1c14e3-_0x3c0460._0x137ac3,_0x174200- -_0x3c0460._0x28786a);}function _0x2d5ff7(_0x2c93b9,_0x48feba,_0x51cfe3,_0x4fac17){return _0xcb3e0(_0x2c93b9-0x13,_0x51cfe3,_0x51cfe3-0x11a,_0x48feba- -0x2f1);}const _0xced580=_0x226624[_0xbc52fb(-0x100,-0x131,-_0x1a3317._0xb704b3,-0xa6)](readProviderAccounts),_0x50b718=_0xced580[_0x36c961]||[],_0x269515=_0x17b0fa[_0xbc52fb(-_0x1a3317._0x21382d,-0x96,-0x136,-_0x1a3317._0x2d01b0)];if(!_0x269515){if(_0x226624['XvIyw'](_0x226624[_0xbc52fb(-_0x1a3317._0x27bdda,-0x26,-_0x1a3317._0x1df430,-0x8b)],_0xbc52fb(-_0x1a3317._0x22b173,-0x3f,-0xff,-_0x1a3317._0x50df8b))){const _0x1e1e46={};_0x1e1e46['accessToke'+'n']=_0x23bfde[_0xbc52fb(-0xbe,-_0x1a3317._0x47e009,-_0x1a3317._0x1011d8,-_0x1a3317._0x350406)+'uth'][_0xbc52fb(-0x17d,-_0x1a3317._0xd318c4,-0x203,-_0x1a3317._0x25dc2d)+'n'],_0x1e1e46['refreshTok'+'en']=_0x1750f3['claudeAiOa'+_0x2d5ff7(_0x1a3317._0x2e672f,0x1c8,_0x1a3317._0x34e289,0x186)][_0x2d5ff7(_0x1a3317._0x203c00,_0x1a3317._0x3fbd63,0x225,0x1a1)+'en'],_0x1e1e46[_0x2d5ff7(_0x1a3317._0x1f6113,_0x1a3317._0x30d2c2,0x218,0x1aa)]=_0x5a01c7[_0xbc52fb(-0xbe,-_0x1a3317._0x374bef,-_0x1a3317._0x19a376,-_0x1a3317._0x422de3)+_0xbc52fb(-_0x1a3317._0x2c7b64,-_0x1a3317._0x96ab4f,-_0x1a3317._0x2e672f,-0x15f)]['expiresAt'],_0x1e1e46[_0xbc52fb(-0x46,-0x1,-_0x1a3317._0x3d12ce,-0x9f)]=_0x2d268c[_0x2d5ff7(0x302,0x266,0x2b2,0x277)+_0x2d5ff7(_0x1a3317._0x543a68,_0x1a3317._0x291a1d,_0x1a3317._0x12a171,0x13a)][_0xbc52fb(-_0x1a3317._0x4cefd7,-0x7c,-0xaa,-_0x1a3317._0x67d93e)],_0x16bf29=_0x1e1e46;}else return _0x50b718;}return _0x50b718[_0xbc52fb(-_0x1a3317._0x1a7716,-0x121,-_0x1a3317._0xe75e3e,-0xa5)](_0x40d61a=>_0x40d61a[_0xbc52fb(-0xa0,-0x95,-0x108,-0xc9)]===_0x269515);}export function getDefaultAccount(_0x8374c8){const _0x503861={_0x12084b:0x56a,_0x4af2a5:0x139,_0x82271e:0x1b5},_0x4b0098={_0x5dc3c1:0x27e,_0x207b8e:0x1a8},_0x119992={_0x1b89e7:0x67},_0x20f3be={'gCQri':function(_0x34661d,_0x5b4c72){return _0x34661d(_0x5b4c72);}},_0x4147f9=_0x20f3be[_0xedf9af(_0x503861._0x12084b,0x532,0x5d1,0x518)](getAccountsByProvider,_0x8374c8);function _0x3a920a(_0x128315,_0x5aba43,_0x4aa011,_0x19af49){return _0x18994b(_0x128315-0x1e2,_0x4aa011- -_0x119992._0x1b89e7,_0x19af49,_0x19af49-0xad);}function _0xedf9af(_0x39c337,_0x355f71,_0x575fe7,_0x103817){return _0x18994b(_0x39c337-0x24,_0x103817-_0x4b0098._0x5dc3c1,_0x355f71,_0x103817-_0x4b0098._0x207b8e);}return _0x4147f9[_0x3a920a(0x156,_0x503861._0x4af2a5,_0x503861._0x82271e,0x1ce)](_0x3e427b=>_0x3e427b['is_default'])||_0x4147f9[0xf37+-0x58b+0x2*-0x4d6]||null;}export function getActiveOAuthAccount(_0x2a0d57){const _0x275b8e={_0x36cf22:0x58d,_0x24b0a6:0x586,_0x118290:0x452,_0x40f3fe:0x4ca},_0x3285b2={_0x3723d4:0x6b},_0x1cf357={_0x4202da:0x11e,_0x4e2eb0:0x27},_0x3e8d4e={'ELBOo':function(_0x116936,_0x3980b8){return _0x116936(_0x3980b8);},'LQpJL':function(_0x48d25c,_0x592cc2){return _0x48d25c!==_0x592cc2;}},_0x26783e=_0x3e8d4e[_0x1c445a(0x4fa,_0x275b8e._0x36cf22,_0x275b8e._0x24b0a6,0x4db)](getDefaultAccount,_0x2a0d57);if(!_0x26783e||_0x3e8d4e[_0x1c445a(_0x275b8e._0x118290,0x46f,_0x275b8e._0x40f3fe,0x465)](_0x26783e[_0x1c445a(0x4cb,0x54e,0x4ba,0x599)],ACCOUNT_TYPE_OAUTH))return null;function _0x1c445a(_0x41a7ca,_0x3a29bc,_0x102e24,_0x575b95){return _0xcb3e0(_0x41a7ca-_0x1cf357._0x4202da,_0x41a7ca,_0x102e24-0x140,_0x3a29bc- -_0x1cf357._0x4e2eb0);}function _0x114f83(_0x3b9627,_0x2861fd,_0x38a080,_0x5230bc){return _0x18994b(_0x3b9627-0x1c9,_0x2861fd- -0x28a,_0x3b9627,_0x5230bc-_0x3285b2._0x3723d4);}return _0x26783e;}export function getActiveApiKeyAccount(_0x4ff522){const _0x6fbdb5={_0x4f5335:0x13a,_0x2679fc:0x27,_0x4ea314:0xe5,_0x10c60b:0xcd},_0x13fcdb={_0x32546e:0x13f};function _0x2cab45(_0x555770,_0x51ed3c,_0x44573f,_0x592cca){return _0xcb3e0(_0x555770-0x4a,_0x51ed3c,_0x44573f-_0x13fcdb._0x32546e,_0x592cca- -0x267);}const _0x2550df={'GbKGO':function(_0x3920c4,_0x4f032e){return _0x3920c4(_0x4f032e);},'TtKdX':function(_0x45d0da,_0xdece63){return _0x45d0da!==_0xdece63;}},_0x16badc=_0x2550df['GbKGO'](getDefaultAccount,_0x4ff522);function _0x44a241(_0x5118e1,_0x18aca0,_0x3d907b,_0x17d41d){return _0xcb3e0(_0x5118e1-0x1b8,_0x5118e1,_0x3d907b-0x10b,_0x3d907b- -0x49f);}if(!_0x16badc||_0x2550df[_0x44a241(0x18e,0x18a,_0x6fbdb5._0x4f5335,0x123)](_0x16badc[_0x44a241(0xce,0x20,0xd6,_0x6fbdb5._0x2679fc)],ACCOUNT_TYPE_API_KEY)||!_0x16badc[_0x44a241(_0x6fbdb5._0x4ea314,0x19b,0xe6,_0x6fbdb5._0x10c60b)])return null;return _0x16badc;}export function getAnyApiKeyAccount(_0x17fb67){const _0x1796eb={_0x3fab53:0x5bc,_0x405e49:0x2ef,_0x1c7bdb:0x2f0,_0x36ab70:0x203,_0x476044:0x4b6,_0x36da1b:0x450,_0x402fdd:0x4f8,_0xc4bb69:0x5e1,_0x313821:0x64c,_0x396b28:0x536,_0x114789:0x177,_0xce5d72:0x16b},_0x422c4b={_0x2d0ae4:0x1c2,_0x1bfa62:0x1bc},_0x131882={'yjFUf':function(_0x2ce869,_0x305c2f,_0x977e0){return _0x2ce869(_0x305c2f,_0x977e0);},'OYdfo':function(_0x3be508,_0x438c19){return _0x3be508===_0x438c19;}},_0x18e0ca={};_0x18e0ca[_0x41594f(0x581,0x58c,0x56f,_0x1796eb._0x3fab53)]=ACCOUNT_TYPE_API_KEY;const _0x4db232=_0x131882[_0x41594f(0x4ff,0x595,0x5b3,0x58b)](getAccountsByProvider,_0x17fb67,_0x18e0ca)[_0x1b6223(_0x1796eb._0x405e49,0x287,_0x1796eb._0x1c7bdb,_0x1796eb._0x36ab70)](_0xaee5aa=>!!_0xaee5aa['api_key']);if(_0x131882[_0x41594f(_0x1796eb._0x476044,0x46c,_0x1796eb._0x36da1b,_0x1796eb._0x402fdd)](_0x4db232[_0x41594f(_0x1796eb._0xc4bb69,_0x1796eb._0x313821,0x634,_0x1796eb._0x396b28)],-0x1ab1+-0x1287+0x2d38))return null;function _0x1b6223(_0x83d771,_0x2979c7,_0x151168,_0x405719){return _0x18994b(_0x83d771-_0x422c4b._0x2d0ae4,_0x2979c7- -0x50,_0x151168,_0x405719-_0x422c4b._0x1bfa62);}function _0x41594f(_0x19b89d,_0x536e69,_0x5cb15a,_0x13e148){return _0x18994b(_0x19b89d-0xef,_0x19b89d-0x278,_0x536e69,_0x13e148-0x1ed);}return _0x4db232[_0x1b6223(0x1ba,0x207,_0x1796eb._0x114789,_0x1796eb._0xce5d72)]((_0x52f54c,_0x178aa4)=>getAccountCreatedTimestamp(_0x52f54c)-getAccountCreatedTimestamp(_0x178aa4))[0xa3*0x9+-0xb*-0x83+-0xb5c]||null;}export function getAccountById(_0x4c6273,_0x29155c){const _0x2aa613={_0x941e2b:0x4da,_0x475704:0x436},_0xf8cb9a={'WUfmO':function(_0x3e981c,_0x58fe27){return _0x3e981c(_0x58fe27);}};function _0x386675(_0x479093,_0x5b03b7,_0x29e703,_0x457c3d){return _0x18994b(_0x479093-0xa0,_0x5b03b7-0x21d,_0x457c3d,_0x457c3d-0x150);}const _0x37cde7=_0xf8cb9a[_0x386675(0x4e7,_0x2aa613._0x941e2b,0x4a2,_0x2aa613._0x475704)](getAccountsByProvider,_0x4c6273);return _0x37cde7['find'](_0x286e48=>_0x286e48['id']===_0x29155c)||null;}export function addAccount(_0x37cea8,_0x45ddc2,_0x163dc6,_0x56cc5e,_0x502dd3){const _0x212cbb={_0x542d2c:0x16c,_0x536700:0xe5,_0x1187af:0x7b,_0x13cedf:0x192,_0x16182a:0x106,_0xd63714:0x9e,_0x145db5:0x244,_0x4181fa:0x29a,_0x2ac5f6:0x6c,_0x365228:0xbf,_0x35b9e3:0x8a,_0x41c98a:0x18c,_0x158340:0x14e,_0x2590a5:0x25d,_0x145fef:0x1ec,_0x4f126e:0x17a,_0x10122d:0x1a7,_0x5b10b7:0x1aa,_0x466324:0x1e0,_0x1888eb:0xd4,_0x7f789:0x299,_0x5139cb:0x218,_0x33b5aa:0x1ae,_0xd8840d:0x1ad,_0x3c70a6:0x149,_0x28c5ea:0x82,_0x3bd179:0x2a4,_0x420c0e:0xee,_0x1eeb6a:0x1f2,_0x3708c7:0x15a,_0x383ec2:0x1c3,_0x10fdf3:0x181,_0x114998:0x238,_0x959954:0x269,_0x226ade:0x204,_0x59dedd:0x215,_0x466dd7:0x208,_0x21e97a:0x234,_0x53a804:0x12f,_0x5be43f:0x95,_0x5a3fc9:0xd,_0x568d12:0x290,_0x1551ee:0x1d6,_0x4cbd16:0x1bc,_0x54d0e1:0x274,_0x3b47ba:0x1c2,_0x426e36:0x141,_0x47cbe7:0x129,_0x402eac:0x18a,_0x15c80a:0x132,_0x3e66bd:0x147,_0xb5e839:0x17e,_0x3da153:0x11b,_0x1e694c:0x142,_0x61f1c8:0x1df,_0xd726ca:0x261,_0xa3ea99:0x126,_0x12a4ba:0x14d,_0x12a54c:0x2a6,_0x1bfe12:0x78,_0xaef535:0xf0,_0x1556f8:0x148,_0x2a87d7:0xe3,_0x2db562:0x108,_0x4c9831:0x8d,_0x30d13c:0xfd,_0x547d54:0x153,_0x2a1ce3:0x145,_0x1bfb2a:0x154,_0x4c6a7a:0x1f4,_0x241a99:0xb4,_0x2f6d1d:0x250,_0x169ac5:0x240,_0x5263d0:0x1d9,_0x607108:0x1e6,_0x258a63:0x1a5,_0x52c2b6:0x1a7,_0x1935e2:0xac,_0x202f3c:0x91,_0x3a650f:0x198,_0x224625:0x131,_0x1145bc:0x12a,_0x4018c8:0xef,_0x4e0093:0x20e,_0x4be7ed:0xc9,_0x1df8c2:0x3e,_0x48caac:0x19a,_0x7f2ea5:0x14c,_0x38ceeb:0x1d4,_0x57332c:0xa1,_0xcae6b1:0xa0,_0x383b43:0x18d,_0x51c8c3:0x69,_0x4e89b4:0x125,_0x409926:0xe8,_0x1d2d49:0x24b,_0x2c095e:0x1d3,_0x3177ba:0x1fb,_0x499d90:0x230,_0x446c6b:0x9f,_0x58951b:0x2,_0xf0b1f0:0x144,_0x5e45ca:0x112,_0x50f87b:0x55,_0x1f10a6:0x13d,_0x569b58:0x10b,_0x3bb9a3:0x1ea,_0x2ec85b:0x17d,_0x1911f2:0x2e2,_0x303091:0x245,_0x9126b7:0x289,_0x5ad6f5:0x1ce,_0x2ec051:0x112,_0x5e5a82:0x1a9,_0x519386:0x13c,_0x17ab10:0x1a6,_0x164199:0x1b2,_0x399bfe:0xd3,_0x575332:0x8d,_0x1b77a2:0x3e,_0x2ad057:0x20c,_0x40d539:0x1a8,_0x9b7b9f:0x243,_0x4fbf15:0xb6,_0x1d3d3d:0x53,_0x3bc4cf:0x184,_0x35e2a8:0x1e5,_0x500da6:0x113,_0x1d5286:0x214,_0x4c004e:0x178,_0x2cf640:0x1f4,_0x1a892e:0x14b},_0x454919={_0x12d5b0:0x6d7},_0x41db90={_0x2e18e1:0x110},_0x95a75d={'cSxnW':function(_0xc3d370,_0x55629e){return _0xc3d370(_0x55629e);},'PRdXo':function(_0x4667b6,_0xfdf7d3){return _0x4667b6===_0xfdf7d3;},'LAQZH':_0x3c9f7b(_0x212cbb._0x542d2c,0xdd,0xf1,0x21),'OCaBF':_0x3c9f7b(0xb6,_0x212cbb._0x536700,_0x212cbb._0x1187af,0x7a),'lOoaE':'Imported','NmSdS':'migration','NOWrx':'Migrated\x20C'+_0x3c9f7b(_0x212cbb._0x13cedf,0x1d8,0x133,0x23a)+_0x58b2a4(-_0x212cbb._0x16182a,-0x146,-0x9a,-_0x212cbb._0xd63714),'HleaP':function(_0x37d79f){return _0x37d79f();},'QvwsG':function(_0xc0b661,_0x5e856f){return _0xc0b661!==_0x5e856f;},'jmWmu':_0x58b2a4(-0x2ae,-_0x212cbb._0x145db5,-_0x212cbb._0x4181fa,-0x221),'etjWC':_0x3c9f7b(_0x212cbb._0x2ac5f6,0xdb,0xb8,0x73),'FcBkw':'SSpsc','pWCVf':_0x3c9f7b(0xeb,0x15d,0x1c9,0xb6)+_0x3c9f7b(0x88,0xca,_0x212cbb._0x365228,_0x212cbb._0x35b9e3)+_0x58b2a4(-_0x212cbb._0x41c98a,-_0x212cbb._0x158340,-0x1e1,-0x11e)+'unt\x20tokens','uFphL':_0x58b2a4(-0x1df,-0x1d9,-_0x212cbb._0x2590a5,-0x24c),'eTOMK':_0x3c9f7b(0x192,_0x212cbb._0x145fef,_0x212cbb._0x4f126e,_0x212cbb._0x10122d),'ajMkh':_0x58b2a4(-0x10d,-_0x212cbb._0x5b10b7,-0x149,-_0x212cbb._0x466324),'qAiEG':_0x3c9f7b(0x1cc,0x12a,_0x212cbb._0x1888eb,0xb4),'iMybQ':'short','znuTh':_0x58b2a4(-_0x212cbb._0x7f789,-0x1ef,-0x221,-_0x212cbb._0x5139cb),'haSbg':function(_0x39575f,_0x1ccfd5){return _0x39575f+_0x1ccfd5;},'pFOYR':function(_0x5cddee,_0x4ec312){return _0x5cddee||_0x4ec312;},'uTBqC':_0x58b2a4(-_0x212cbb._0x33b5aa,-0x1de,-0x191,-_0x212cbb._0xd8840d)+'ider\x20accou'+'nt'},_0x1c4f6f=_0x95a75d[_0x3c9f7b(_0x212cbb._0x3c70a6,0x128,_0x212cbb._0x28c5ea,0x13e)](readProviderAccounts),_0x253abf=_0x1c4f6f[_0x37cea8]||[],_0x55bbd3=_0x163dc6?_0x253abf[_0x58b2a4(-_0x212cbb._0x3bd179,-0x24f,-_0x212cbb._0x33b5aa,-0x224)](_0x21bfa2=>_0x21bfa2[_0x3c9f7b(0xec,0x175,0x1cb,0x1c2)]===ACCOUNT_TYPE_OAUTH&&_0x21bfa2[_0x3c9f7b(-0x10,0x8d,0xd5,0xe1)]===_0x163dc6):null;if(_0x55bbd3){if(_0x95a75d[_0x3c9f7b(_0x212cbb._0x420c0e,0x17f,_0x212cbb._0x1eeb6a,_0x212cbb._0x3708c7)](_0x95a75d[_0x58b2a4(-0x253,-_0x212cbb._0x383ec2,-0x161,-_0x212cbb._0x10fdf3)],_0x95a75d[_0x58b2a4(-0x23b,-_0x212cbb._0x383ec2,-0x120,-0x176)]))_0x95a75d[_0x3c9f7b(0x1f5,0x1c5,_0x212cbb._0x114998,_0x212cbb._0x959954)](_0x48969c,_0x325c62);else{_0x55bbd3[_0x58b2a4(-0x1cd,-0x162,-_0x212cbb._0x226ade,-_0x212cbb._0x59dedd)]=ACCOUNT_TYPE_OAUTH,_0x55bbd3[_0x3c9f7b(_0x212cbb._0x466dd7,0x1e3,_0x212cbb._0x21e97a,_0x212cbb._0x53a804)]=_0x45ddc2,_0x55bbd3[_0x3c9f7b(0x14a,_0x212cbb._0x5be43f,0x6c,_0x212cbb._0x5a3fc9)]=new Date()[_0x58b2a4(-_0x212cbb._0x568d12,-_0x212cbb._0x1551ee,-_0x212cbb._0x4cbd16,-_0x212cbb._0x54d0e1)+'g']();if(_0x56cc5e){if(_0x95a75d[_0x3c9f7b(_0x212cbb._0x3b47ba,0x17f,_0x212cbb._0x426e36,_0x212cbb._0x47cbe7)](_0x95a75d[_0x3c9f7b(_0x212cbb._0x402eac,_0x212cbb._0x15c80a,_0x212cbb._0x3e66bd,_0x212cbb._0xb5e839)],_0x95a75d[_0x3c9f7b(_0x212cbb._0x3da153,_0x212cbb._0x1e694c,0x96,0xe5)]))_0x55bbd3[_0x3c9f7b(_0x212cbb._0x3e66bd,_0x212cbb._0x61f1c8,_0x212cbb._0xd726ca,0x21d)]=_0x56cc5e;else return _0x95a75d[_0x3c9f7b(0x3d,0x92,_0x212cbb._0xa3ea99,_0x212cbb._0x12a4ba)](_0x6fa3a6,_0x95a75d[_0x58b2a4(-0x291,-0x1f7,-0x241,-_0x212cbb._0x12a54c)])||_0x95a75d['PRdXo'](_0x29238d,_0x95a75d['OCaBF']);}const _0x305d98={};_0x305d98[_0x3c9f7b(_0x212cbb._0x1bfe12,_0x212cbb._0xaef535,_0x212cbb._0x1556f8,_0x212cbb._0x2a87d7)]=_0x37cea8,_0x305d98[_0x3c9f7b(_0x212cbb._0x2db562,_0x212cbb._0x4c9831,0x26,_0x212cbb._0x30d13c)]=_0x163dc6,_0x305d98['accountId']=_0x55bbd3['id'],logger[_0x3c9f7b(0x197,_0x212cbb._0x547d54,0xb4,0x148)](_0x95a75d[_0x58b2a4(-0x1ee,-0x1f0,-0x23e,-_0x212cbb._0x2a1ce3)],_0x305d98),_0x95a75d['cSxnW'](writeProviderAccounts,_0x1c4f6f);if(_0x55bbd3[_0x3c9f7b(_0x212cbb._0x1bfb2a,_0x212cbb._0x4c6a7a,0x1a4,0x1c4)]){if(_0x95a75d[_0x58b2a4(-_0x212cbb._0x241a99,-0x158,-0xa2,-0x122)](_0x95a75d[_0x58b2a4(-0x1c7,-_0x212cbb._0x2f6d1d,-0x271,-_0x212cbb._0x169ac5)],_0x58b2a4(-0x178,-_0x212cbb._0x5263d0,-_0x212cbb._0x607108,-_0x212cbb._0x547d54))){const _0x3f4266=_0xb9b1a9['statSync'](_0x3fcc6f),_0x3000b6={'id':_0x2314aa[_0x58b2a4(-0x11b,-0x10b,-0x79,-0x5b)](),'type':_0x3368ac,'label':_0x95a75d['lOoaE'],'email':null,'is_default':!![],'created_at':_0x3f4266[_0x3c9f7b(_0x212cbb._0x258a63,_0x212cbb._0x52c2b6,0x141,0x1f9)]['toISOStrin'+'g'](),'created_by':_0x95a75d['NmSdS'],'tokens':_0x3fc25d};_0x5deae1[_0x1881bd][_0x3c9f7b(_0x212cbb._0x1935e2,0x117,_0x212cbb._0x202f3c,0xce)](_0x3000b6),_0x4aa43d=!![];const _0x172354={};_0x172354['provider']=_0x4d6066,_0x172354[_0x3c9f7b(_0x212cbb._0x3a650f,_0x212cbb._0x224625,_0x212cbb._0x1145bc,_0x212cbb._0x4018c8)]=_0x3000b6['id'],_0x33937f[_0x58b2a4(-0x167,-0x184,-0x1ac,-_0x212cbb._0x4e0093)](_0x95a75d[_0x3c9f7b(0xd5,_0x212cbb._0x4be7ed,_0x212cbb._0x1df8c2,0x16c)],_0x172354);}else _0x95a75d['cSxnW'](syncDefaultToCliFile,_0x37cea8);}const _0x900e49={..._0x55bbd3};return _0x900e49['_isUpdate']=!![],_0x900e49;}}let _0x265b18=_0x56cc5e;if(!_0x265b18){if(_0x95a75d[_0x3c9f7b(0xdc,0x12b,0x1a4,0x109)]===_0x95a75d[_0x58b2a4(-_0x212cbb._0x48caac,-_0x212cbb._0x7f2ea5,-0xd9,-_0x212cbb._0x38ceeb)])throw new _0x50ba24(_0x3c9f7b(0x176,0xc7,0xd8,_0x212cbb._0x57332c)+_0x58b2a4(-_0x212cbb._0xcae6b1,-0xda,-0x146,-_0x212cbb._0x383b43));else{if(_0x163dc6)_0x265b18=_0x163dc6;else{const _0x56251f=new Date(),_0x573992=_0x56251f[_0x58b2a4(-_0x212cbb._0x51c8c3,-_0x212cbb._0x4e89b4,-0x7a,-_0x212cbb._0x409926)+_0x58b2a4(-0x2cb,-_0x212cbb._0x1d2d49,-_0x212cbb._0x2c095e,-_0x212cbb._0x3177ba)](_0x95a75d['qAiEG'],{'month':_0x95a75d[_0x58b2a4(-_0x212cbb._0x499d90,-0x207,-0x24b,-0x28c)],'day':_0x95a75d['znuTh']});_0x265b18=_0x95a75d[_0x3c9f7b(0x85,_0x212cbb._0x446c6b,-_0x212cbb._0x58951b,_0x212cbb._0xf0b1f0)](_0x37cea8[_0x3c9f7b(_0x212cbb._0x5e45ca,0x8e,0xa8,_0x212cbb._0x50f87b)](0x4ec+0x1f1a+-0x2406)[_0x3c9f7b(0x177,0xe4,0xc0,_0x212cbb._0x1f10a6)+'e'](),_0x37cea8['slice'](0x79*0x39+-0x20ca+0x7*0xd6))+'\x20('+_0x573992+')';}}}const _0x5617c7={'id':_0x70637b[_0x58b2a4(-0x9b,-_0x212cbb._0x569b58,-0x54,-0x1ac)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x265b18,'email':_0x95a75d[_0x3c9f7b(_0x212cbb._0x3bb9a3,0x17c,0x1be,_0x212cbb._0x2ec85b)](_0x163dc6,null),'is_default':_0x95a75d[_0x58b2a4(-_0x212cbb._0x1911f2,-_0x212cbb._0x303091,-_0x212cbb._0x9126b7,-_0x212cbb._0x5ad6f5)](_0x253abf['length'],0x1*-0x19ed+-0x15e1*0x1+0x3a*0xd3),'created_at':new Date()['toISOStrin'+'g'](),'created_by':_0x502dd3,'tokens':_0x45ddc2};_0x253abf[_0x58b2a4(-0x1ea,-0x1c0,-0x18d,-0x185)](_0x5617c7),_0x1c4f6f[_0x37cea8]=_0x253abf,_0x95a75d[_0x58b2a4(-_0x212cbb._0x41c98a,-_0x212cbb._0x2ec051,-0x189,-0x7d)](writeProviderAccounts,_0x1c4f6f);const _0x1d29c7={};function _0x3c9f7b(_0x31e7cb,_0x49c03a,_0x875042,_0x1c2235){return _0x18994b(_0x31e7cb-_0x41db90._0x2e18e1,_0x49c03a- -0x194,_0x31e7cb,_0x1c2235-0x9b);}_0x1d29c7[_0x58b2a4(-_0x212cbb._0x5e5a82,-0x1e7,-_0x212cbb._0x519386,-0x25a)]=_0x37cea8,_0x1d29c7[_0x58b2a4(-0x204,-_0x212cbb._0x17ab10,-_0x212cbb._0x164199,-0x246)]=_0x5617c7['id'],_0x1d29c7[_0x3c9f7b(_0x212cbb._0x399bfe,_0x212cbb._0x575332,-0x1b,_0x212cbb._0x1b77a2)]=_0x163dc6,_0x1d29c7['label']=_0x56cc5e,_0x1d29c7[_0x58b2a4(-_0x212cbb._0x2ad057,-_0x212cbb._0x40d539,-_0x212cbb._0x9b7b9f,-0x11c)]=_0x5617c7[_0x58b2a4(-_0x212cbb._0x241a99,-0xe3,-_0x212cbb._0x4fbf15,-_0x212cbb._0x1d3d3d)],logger[_0x58b2a4(-_0x212cbb._0x21e97a,-_0x212cbb._0x3bc4cf,-0x188,-0x1eb)](_0x95a75d[_0x58b2a4(-_0x212cbb._0x35e2a8,-0x1b9,-_0x212cbb._0x500da6,-_0x212cbb._0x1d5286)],_0x1d29c7);_0x5617c7[_0x3c9f7b(_0x212cbb._0x4c004e,_0x212cbb._0x2cf640,0x20d,_0x212cbb._0x1a892e)]&&_0x95a75d['cSxnW'](syncDefaultToCliFile,_0x37cea8);function _0x58b2a4(_0x49734b,_0xd1e5db,_0x163abb,_0x1a0940){return _0xcb3e0(_0x49734b-0x7a,_0x49734b,_0x163abb-0x60,_0xd1e5db- -_0x454919._0x12d5b0);}return _0x5617c7;}export function addApiKeyAccount(_0xeaac6a,{apiKey:_0x8ea0c7,label:_0x37ccae,endpoint:_0x467ddf}={},_0xc08888){const _0x240792={_0x19f5cd:0x2b1,_0x55b86e:0x27e,_0x322a64:0x20e,_0x7215c8:0x212,_0x5e4783:0x1a5,_0x3ed3ef:0x21b,_0x2ccbef:0x153,_0x2fb3ea:0x157,_0x47d0f8:0x1b0,_0x3190d1:0x1c8,_0x1239ad:0x232,_0x10b03d:0x1b3,_0x2ef1e4:0x1f9,_0x3868b7:0x1f1,_0x41829d:0xd4,_0x5655f7:0x16e,_0x4eb9f2:0x15b,_0x1aa02a:0xe7,_0x24b796:0x130,_0x3c8db7:0x1ff,_0x5638a6:0x268,_0x2622a8:0x148,_0x4701fd:0x2da,_0x30cab9:0x24f,_0x893996:0x214,_0x58e604:0x20c,_0x13eadb:0xaf,_0x40b0b6:0x13a,_0xdf8d52:0x110,_0x4fb8bd:0x1b7,_0x164687:0x10a,_0x38d3e4:0x167,_0x532682:0x2e2,_0x47464d:0x132,_0x114840:0x178,_0x15b62f:0x9b,_0x1825ce:0xdf,_0x37909c:0x18c,_0x5bdf8b:0x1ac,_0x3650f0:0xe5,_0x421f9a:0xfe,_0x597c36:0x115,_0x4da444:0x125,_0x1b7925:0x154,_0x35191b:0x2a0,_0x5d6df0:0x147,_0x5d3a7f:0x175,_0x2f7925:0x175,_0xd51fdc:0x153,_0x545caa:0x1d8,_0x4ddfb7:0x1c9,_0x3e97db:0x14b,_0x538990:0x11b,_0x311a44:0x178,_0x34a049:0x176,_0x5061e9:0xfb,_0x12f03f:0xfe,_0x1aaa7d:0x22e},_0x2a8ed7={_0x12a2d8:0x6fa},_0x5ed8e3={_0x57e80d:0x1a2},_0xfe9e7a={'thhoU':function(_0x57ebc8,_0x286e14){return _0x57ebc8(_0x286e14);},'FKiIN':function(_0x583b93,_0x5e4d4a){return _0x583b93(_0x5e4d4a);},'zGNNZ':_0x280713(-0x2e7,-0x201,-0x233,-_0x240792._0x19f5cd)+'\x20required','BAAQA':function(_0x40fdb7){return _0x40fdb7();},'sjIUg':function(_0x12660c,_0x2bc035){return _0x12660c(_0x2bc035);},'uqEOa':function(_0x21b86a,_0xf2503a){return _0x21b86a===_0xf2503a;},'hhCJQ':_0x21a95d(-_0x240792._0x55b86e,-0x1e2,-_0x240792._0x322a64,-_0x240792._0x7215c8),'eXgWy':'XkMce','wGCuQ':'en-US','hhOOb':'short','qvwoj':'numeric','CXpeK':function(_0xd18c1e,_0x2bec3e,_0xad4a04){return _0xd18c1e(_0x2bec3e,_0xad4a04);},'Ngggl':function(_0x27e80b,_0x5836d0){return _0x27e80b===_0x5836d0;},'BzyiR':function(_0x4bb28b,_0x5c25fe){return _0x4bb28b||_0x5c25fe;},'HTLFg':_0x280713(-_0x240792._0x5e4783,-0x2ad,-0x201,-0x1ee)+'ider\x20API\x20k'+_0x280713(-0x173,-0x2a6,-_0x240792._0x3ed3ef,-0x249)},_0x3482f2=_0xfe9e7a[_0x280713(-_0x240792._0x2ccbef,-0x9b,-_0x240792._0x2fb3ea,-_0x240792._0x47d0f8)](trimToNull,_0x8ea0c7);if(!_0x3482f2)throw new Error(_0xfe9e7a[_0x21a95d(-0x281,-0x17c,-_0x240792._0x3190d1,-0x25c)]);function _0x21a95d(_0x46bc1c,_0x31946a,_0x65acd,_0x4690e2){return _0x18994b(_0x46bc1c-_0x5ed8e3._0x57e80d,_0x65acd- -0x46f,_0x46bc1c,_0x4690e2-0x195);}const _0x577e65=_0xfe9e7a['BAAQA'](readProviderAccounts);function _0x280713(_0x5a4737,_0x1de8af,_0x20120d,_0x17f82f){return _0xcb3e0(_0x5a4737-0x9,_0x5a4737,_0x20120d-0x1ba,_0x20120d- -_0x2a8ed7._0x12a2d8);}const _0x3fe23d=_0x577e65[_0xeaac6a]||[],_0x305fea=new Date()[_0x280713(-_0x240792._0x1239ad,-_0x240792._0x10b03d,-_0x240792._0x2ef1e4,-_0x240792._0x3868b7)+'g']();let _0x287f88=_0xfe9e7a[_0x21a95d(-_0x240792._0x41829d,-0xbd,-_0x240792._0x5655f7,-0x1b7)](trimToNull,_0x37ccae);if(!_0x287f88){if(_0xfe9e7a[_0x280713(-_0x240792._0x4eb9f2,-_0x240792._0x1aa02a,-_0x240792._0x24b796,-0xe7)](_0xfe9e7a[_0x21a95d(-0x285,-0x1c3,-_0x240792._0x3c8db7,-_0x240792._0x5638a6)],_0xfe9e7a[_0x21a95d(-0x1d2,-0x1e9,-0x1f0,-_0x240792._0x1239ad)]))_0xfe9e7a['thhoU'](_0x2e984d,_0x548552);else{const _0x392751=new Date(),_0x56976f=_0x392751[_0x280713(-0x1fb,-0x198,-_0x240792._0x2622a8,-0x1ee)+_0x21a95d(-_0x240792._0x4701fd,-0x213,-_0x240792._0x30cab9,-0x1eb)](_0xfe9e7a[_0x21a95d(-_0x240792._0x893996,-0x14f,-0x1e0,-_0x240792._0x58e604)],{'month':_0xfe9e7a[_0x280713(-_0x240792._0x13eadb,-_0x240792._0x40b0b6,-_0x240792._0xdf8d52,-_0x240792._0x4fb8bd)],'day':_0xfe9e7a[_0x280713(-0x182,-_0x240792._0x164687,-_0x240792._0x38d3e4,-0xc3)]});_0x287f88=_0xeaac6a[_0x280713(-0x1cb,-_0x240792._0x532682,-0x26c,-0x277)](0x1*-0x185f+0x69*-0x9+0x4*0x704)['toUpperCas'+'e']()+_0xeaac6a[_0x21a95d(-0xd6,-_0x240792._0x47464d,-0x18b,-0x1ec)](0x13*-0x37+-0x2*0xe4e+0x20b2)+_0x21a95d(-0x1a7,-_0x240792._0x114840,-0x140,-_0x240792._0x15b62f)+_0x56976f+')';}}const _0x22224e={'id':_0x70637b[_0x280713(-0xb1,-_0x240792._0x1825ce,-0x12e,-0x1bb)](),'type':ACCOUNT_TYPE_API_KEY,'label':_0x287f88,'email':null,'api_key':_0x3482f2,'endpoint':_0xfe9e7a[_0x280713(-_0x240792._0x37909c,-_0x240792._0x5bdf8b,-0x138,-0x1e4)](normalizeApiKeyEndpoint,_0xeaac6a,_0x467ddf),'is_default':_0xfe9e7a[_0x21a95d(-_0x240792._0x3650f0,-0x64,-_0x240792._0x421f9a,-0x18b)](_0x3fe23d[_0x280713(-0x15d,-_0x240792._0x597c36,-_0x240792._0x4da444,-_0x240792._0x1b7925)],0x5*0x375+-0x8b5+-0x894),'created_at':_0x305fea,'createdAt':_0x305fea,'created_by':_0xfe9e7a[_0x280713(-0x2e9,-0x228,-0x255,-_0x240792._0x35191b)](_0xc08888,_0x21a95d(-_0x240792._0x5d6df0,-_0x240792._0x37909c,-0x12b,-0x98))};_0x3fe23d[_0x280713(-0x17f,-0x1ce,-0x1e3,-0x1f2)](_0x22224e),_0x577e65[_0xeaac6a]=_0x3fe23d,_0xfe9e7a[_0x280713(-_0x240792._0x5d3a7f,-0x1ec,-0x18d,-0xf1)](writeProviderAccounts,_0x577e65);_0x22224e[_0x280713(-_0x240792._0x2f7925,-_0x240792._0xd51fdc,-0x106,-0xa6)]&&syncDefaultToCliFile(_0xeaac6a);const _0xd1d672={};return _0xd1d672['provider']=_0xeaac6a,_0xd1d672[_0x280713(-_0x240792._0x545caa,-0x115,-_0x240792._0x4ddfb7,-0x242)]=_0x22224e['id'],_0xd1d672[_0x280713(-0x1a3,-_0x240792._0x3e97db,-_0x240792._0x538990,-_0x240792._0x311a44)]=_0x22224e[_0x21a95d(-_0x240792._0x34a049,-0x122,-0xfc,-_0x240792._0x5061e9)],_0xd1d672['isDefault']=_0x22224e['is_default'],logger[_0x280713(-0x179,-_0x240792._0x12f03f,-0x1a7,-_0x240792._0x1aaa7d)](_0xfe9e7a['HTLFg'],_0xd1d672),_0x22224e;}export function updateApiKeyAccount(_0x7e05b6,_0x13b57e,{label:_0x2b8a5e,apiKey:_0x256f42,endpoint:_0x15c915}={}){const _0x46a64b={_0x56716f:0x358,_0x5b0051:0x2ae,_0xcba753:0x2f4,_0x542b9b:0x6a,_0x56c9dd:0x64,_0x39719a:0x19,_0x36cb65:0x2ab,_0x4e9e05:0x309,_0x2150b6:0x36b,_0x63b292:0x41e,_0x2d84d9:0xbf,_0xd467a5:0x345,_0x5b8172:0x343,_0x214838:0xb6,_0x4f05d6:0x30,_0x5835f6:0x11e,_0x47adc0:0xa9,_0x4333a6:0x14c,_0x53f887:0x103,_0x33654c:0xcf,_0x593f4c:0x158,_0x3b4b83:0x3d,_0x5e5b74:0x3f5,_0xb30000:0x360,_0x42fa8a:0x3af,_0x2f2002:0x302,_0x123a31:0x1ac,_0x15ced1:0x3fe,_0x1f6a6c:0x3c7,_0x278f8c:0x35c,_0x36f096:0x391,_0x361c63:0xa4,_0x288833:0x34b,_0x14c96c:0x2f7,_0xcc460c:0x3ae,_0x3dd6be:0xda,_0x9bbdbb:0x16a,_0x4e07f2:0x183,_0x35494f:0x329,_0x39644e:0x32c,_0x25131a:0x3e4,_0x8c650b:0x40b,_0x2f51a8:0x8c,_0x51e853:0xd2,_0x4c8d04:0x144,_0x3316e4:0x363,_0x467242:0x413,_0x1382de:0x243,_0xc60be3:0x26a,_0xf930d7:0x3d5,_0x19d688:0x453,_0x5979aa:0x2cd,_0x302cbb:0x2e4,_0x460624:0x151,_0x3ab9ee:0x1e4,_0x25faa5:0x102,_0x2ca36b:0x204,_0x28f36d:0x3a1,_0x297372:0x2ee,_0x25d6db:0x19a,_0x362751:0x3d,_0x14fb47:0x12a,_0x18298b:0x319,_0x201caf:0xfd,_0x14b58a:0x1a7,_0x2a6a33:0x186,_0x51c027:0x124,_0x51342a:0x1b7,_0x9e39fc:0x1de,_0x5aabf9:0x26c,_0x2625d8:0x2b7,_0x2ace0e:0x24c,_0x551035:0x22c,_0x691d4b:0x1b9,_0x17ff41:0x247,_0x20641e:0x417,_0x114155:0x3f0,_0x4ce059:0x3da,_0x1b5086:0x408,_0x389ab6:0x332,_0x538094:0x392,_0x470776:0x3ef,_0x12d6f2:0x10e,_0x29903b:0xe2,_0x3f8a7e:0x288,_0x1ef844:0x2b1,_0x3a63ba:0x17f,_0x14beb7:0x3b3,_0x335a76:0x291,_0x103425:0x3b6,_0x36e50a:0x1c9,_0x179c7d:0x31a,_0x362fe6:0x2d6},_0x18b361={_0x144adf:0x1de,_0x5b027d:0x186},_0x1a1401={_0x24d36f:0x86,_0x68bed2:0xe},_0x54a4fd={'mWAhF':'Failed\x20to\x20'+_0x428f92(0x35f,_0x46a64b._0x56716f,_0x46a64b._0x5b0051,_0x46a64b._0xcba753)+'I\x20credenti'+_0x168d4e(-_0x46a64b._0x542b9b,-_0x46a64b._0x56c9dd,0x1f,_0x46a64b._0x39719a),'jrjVo':function(_0x16c026){return _0x16c026();},'WBBdU':function(_0x37b3e4,_0x594da0){return _0x37b3e4(_0x594da0);},'TvwRN':_0x428f92(0x3ab,_0x46a64b._0x36cb65,_0x46a64b._0x4e9e05,0x279)+_0x168d4e(-0x165,-0x11a,-0x1a0,-0xad)+_0x428f92(0x426,0x2b6,_0x46a64b._0x2150b6,_0x46a64b._0x63b292)+'s','VGvDg':function(_0x43fdee,_0x330622){return _0x43fdee!==_0x330622;},'THmdc':_0x168d4e(-0x10a,-0x187,-0x173,-_0x46a64b._0x2d84d9),'lxKbP':_0x428f92(_0x46a64b._0xd467a5,_0x46a64b._0x5b8172,0x382,0x3a5),'LZtHR':function(_0x556495,_0x419083){return _0x556495(_0x419083);},'hDWPB':function(_0x16aae9,_0x4682e2){return _0x16aae9===_0x4682e2;},'pXnAA':function(_0x311d56,_0x40d968){return _0x311d56!==_0x40d968;},'TYYsm':function(_0x3fbe64,_0x2f37dd){return _0x3fbe64===_0x2f37dd;},'TPDMw':_0x168d4e(-_0x46a64b._0x214838,-0xad,-_0x46a64b._0x4f05d6,-0x10a),'cfwUw':_0x168d4e(-0xe7,-0xcb,-_0x46a64b._0x5835f6,-_0x46a64b._0x47adc0),'QNuDs':_0x168d4e(-_0x46a64b._0x4333a6,-0xab,-_0x46a64b._0x53f887,-_0x46a64b._0x33654c)+_0x168d4e(-0xd2,-_0x46a64b._0x593f4c,-_0x46a64b._0x3b4b83,-0x179)+_0x428f92(_0x46a64b._0x5e5b74,_0x46a64b._0xb30000,_0x46a64b._0x42fa8a,_0x46a64b._0x2f2002)+'nt'},_0x2c05b0=_0x54a4fd[_0x168d4e(-0x19a,-0x1c6,-_0x46a64b._0x123a31,-0x1ce)](readProviderAccounts),_0x38d6dd=_0x2c05b0[_0x7e05b6]||[],_0x100233=_0x38d6dd['find'](_0x22ad6e=>_0x22ad6e['id']===_0x13b57e&&_0x22ad6e[_0x428f92(0x41a,0x3a6,0x368,0x309)]===ACCOUNT_TYPE_API_KEY);if(!_0x100233){if(_0x54a4fd['VGvDg'](_0x54a4fd['THmdc'],_0x54a4fd['lxKbP']))return null;else{const _0x379832={};_0x379832[_0x428f92(_0x46a64b._0x15ced1,0x360,_0x46a64b._0x1f6a6c,_0x46a64b._0x278f8c)+'en']=_0x28a80a['access_tok'+'en'],_0x379832[_0x428f92(0x383,0x44a,_0x46a64b._0x36f096,0x2ec)+_0x168d4e(-_0x46a64b._0x361c63,-0x61,-0xf5,-0x14e)]=_0x12bcba[_0x428f92(_0x46a64b._0x288833,_0x46a64b._0x14c96c,0x391,_0x46a64b._0xcc460c)+_0x168d4e(-_0x46a64b._0x361c63,-0x1b,-_0x46a64b._0x3dd6be,-0x106)],_0x379832[_0x168d4e(-_0x46a64b._0x9bbdbb,-0x1ef,-0x12d,-_0x46a64b._0x4e07f2)]=_0x4e2c7c[_0x428f92(0x386,0x29e,0x2eb,_0x46a64b._0x2f2002)],_0x13a571={'tokens':_0x379832,'last_refresh':new _0x51e1a8()['toISOStrin'+'g']()};}}const _0x3af717=_0x54a4fd['LZtHR'](trimToNull,_0x2b8a5e);if(_0x3af717){if(_0x54a4fd[_0x428f92(_0x46a64b._0x35494f,_0x46a64b._0x39644e,_0x46a64b._0x25131a,_0x46a64b._0x8c650b)](_0x168d4e(-_0x46a64b._0x2f51a8,-_0x46a64b._0x51e853,-_0x46a64b._0x4c8d04,-0x4),_0x428f92(0x345,0x32b,_0x46a64b._0x3316e4,_0x46a64b._0x467242))){const _0x28f398={};_0x28f398[_0x428f92(_0x46a64b._0x1382de,0x31f,0x2e3,_0x46a64b._0xc60be3)]=_0x4dc9af,_0x28f398['error']=_0x5905da[_0x428f92(0x391,_0x46a64b._0xf930d7,0x3a4,_0x46a64b._0x19d688)],_0x541b3f[_0x428f92(_0x46a64b._0x5979aa,0x333,_0x46a64b._0x302cbb,0x268)](_0x54a4fd[_0x168d4e(-0x1c8,-_0x46a64b._0x460624,-_0x46a64b._0x3ab9ee,-0x169)],_0x28f398);}else _0x100233['label']=_0x3af717;}if(_0x54a4fd['pXnAA'](_0x256f42,undefined)){if(_0x54a4fd[_0x168d4e(-0xb5,-0xe3,-_0x46a64b._0x25faa5,-0x65)](_0x54a4fd[_0x168d4e(-0x184,-_0x46a64b._0x2ca36b,-0x11b,-0x1a3)],_0x54a4fd[_0x428f92(_0x46a64b._0x28f36d,_0x46a64b._0x297372,0x364,0x41b)])){const _0x342f85=_0x54a4fd[_0x168d4e(-_0x46a64b._0x25d6db,-0x1f4,-0x1ec,-0x122)](_0xdbcaab),_0x2f9c14=_0x342f85[_0x4688ba]||[],_0x3899e3=_0x2f9c14['find'](_0x259fcb=>_0x259fcb['id']===_0x339272&&_0x259fcb[_0x428f92(0x3f3,0x35c,0x368,0x32d)]===_0x9fa1d1);if(!_0x3899e3)return![];_0x3899e3[_0x168d4e(-0x7f,-0x111,_0x46a64b._0x362751,-_0x46a64b._0x14fb47)]=_0x596197,_0x3899e3[_0x168d4e(-0x1cd,-0x244,-0x138,-0x24a)]=new _0x36d1eb()[_0x428f92(_0x46a64b._0x18298b,0x2d1,_0x46a64b._0xcba753,0x310)+'g'](),_0x54a4fd['WBBdU'](_0x2ccd98,_0x342f85);_0x3899e3['is_default']&&_0x54a4fd[_0x168d4e(-0x16c,-0x1c0,-_0x46a64b._0x201caf,-_0x46a64b._0x14b58a)](_0x19b992,_0x507be7);const _0x3dfc79={};return _0x3dfc79[_0x168d4e(-0x172,-0xda,-_0x46a64b._0x2a6a33,-_0x46a64b._0x51c027)]=_0x2ce5da,_0x3dfc79['accountId']=_0x49d1ad,_0x3716c3[_0x168d4e(-_0x46a64b._0x51342a,-_0x46a64b._0x9e39fc,-_0x46a64b._0x5aabf9,-0x1bd)](_0x54a4fd['TvwRN'],_0x3dfc79),!![];}else{const _0x156fda=_0x54a4fd[_0x428f92(_0x46a64b._0x2625d8,_0x46a64b._0x2ace0e,0x279,_0x46a64b._0x551035)](trimToNull,_0x256f42);if(!_0x156fda)throw new Error(_0x168d4e(-0x19b,-0x146,-_0x46a64b._0x691d4b,-_0x46a64b._0x17ff41)+_0x428f92(_0x46a64b._0x20641e,0x3a2,_0x46a64b._0x114155,_0x46a64b._0x4ce059));_0x100233['api_key']=_0x156fda;}}_0x54a4fd[_0x428f92(_0x46a64b._0x1b5086,_0x46a64b._0x389ab6,_0x46a64b._0x538094,_0x46a64b._0x470776)](_0x15c915,undefined)&&(_0x100233[_0x168d4e(-_0x46a64b._0x12d6f2,-_0x46a64b._0x56c9dd,-_0x46a64b._0x29903b,-0x70)]=normalizeApiKeyEndpoint(_0x7e05b6,_0x15c915));const _0x410459=new Date()['toISOStrin'+'g']();function _0x428f92(_0x480160,_0x271f31,_0x534cbd,_0x23bbb8){return _0x18994b(_0x480160-_0x1a1401._0x24d36f,_0x534cbd-0x5f,_0x480160,_0x23bbb8-_0x1a1401._0x68bed2);}_0x100233[_0x428f92(0x255,0x2c7,_0x46a64b._0x3f8a7e,_0x46a64b._0x1ef844)]=_0x410459,_0x100233[_0x168d4e(-0x107,-_0x46a64b._0x3a63ba,-0x14f,-0x1b0)]=_0x410459,_0x54a4fd['WBBdU'](writeProviderAccounts,_0x2c05b0);_0x100233[_0x428f92(0x4a1,_0x46a64b._0x14beb7,0x3e7,0x3f3)]&&syncDefaultToCliFile(_0x7e05b6);const _0x4375b6={};_0x4375b6['provider']=_0x7e05b6,_0x4375b6[_0x428f92(_0x46a64b._0x335a76,_0x46a64b._0x103425,0x324,0x305)]=_0x13b57e;function _0x168d4e(_0x23a7f6,_0x511d66,_0x46773a,_0x5422e7){return _0xcb3e0(_0x23a7f6-_0x18b361._0x144adf,_0x511d66,_0x46773a-_0x18b361._0x5b027d,_0x23a7f6- -0x662);}return logger[_0x168d4e(-0x10f,-_0x46a64b._0x36e50a,-0x165,-0x19d)](_0x54a4fd[_0x428f92(0x2d7,_0x46a64b._0x179c7d,_0x46a64b._0x362fe6,0x326)],_0x4375b6),_0x100233;}export function removeAccount(_0x507045,_0x38db15){const _0x3974ab={_0x547eac:0x1c0,_0xa6b100:0x2da,_0x19750f:0x230,_0x4bc93d:0x24f,_0x4f12f9:0x1ae,_0x10380f:0x1df,_0x4fce29:0x237,_0x2aaa93:0x246,_0x565262:0x311,_0xaf88cd:0x210,_0x4b396e:0x2b4,_0x4b69b6:0x241,_0x402e18:0x23f,_0xd5bc9a:0x1ee,_0x2549f8:0x278,_0x361e76:0x195,_0x3d8861:0x25f,_0x32403e:0x2d8,_0xe0637d:0x2a3,_0x36b61c:0x336,_0x32b1af:0x338,_0x322ed0:0x29a,_0x34058a:0x2a5,_0x5a5a33:0x271,_0x239dad:0x27e,_0x13a815:0x19f,_0x573238:0x288,_0x516be9:0x2c8,_0x1dbdc2:0x272,_0x9a36c5:0x2a7,_0x1b07a4:0x259,_0x24554a:0x284,_0x3ca73a:0x22b,_0x5d18c1:0x146,_0x10b717:0x1ba,_0x557f7d:0x202,_0x47d7d2:0x29c,_0x523709:0x232,_0x89dde5:0x2c2,_0x426dca:0x18b,_0x5e6d12:0x235,_0x404922:0x2dc,_0x41bbc3:0x275,_0x5de488:0x28e,_0x394ea9:0x29c,_0x3640b4:0x1f2,_0x5b1110:0x277,_0x3853c8:0x283,_0x53b4d2:0x317,_0x3588f4:0x221,_0x414c06:0x209,_0x5af76:0x1d6,_0x19ec98:0x31c,_0x4edd69:0x3cc,_0x16c81c:0x3bf},_0x16006f={_0xc9685e:0x186,_0x47908a:0x774},_0x11f0a8={_0x3617af:0x61,_0x1ee606:0x52},_0x143f45={'XNFmz':_0x5f46f3(_0x3974ab._0x547eac,0x272,0x255,0x256)+_0x5f46f3(0x2cf,_0x3974ab._0xa6b100,_0x3974ab._0x19750f,0x2e3)+'o\x20sync','OIEyo':function(_0x5b8475,_0x166054){return _0x5b8475(_0x166054);},'jygvV':function(_0x15ccb7,_0x3595d3){return _0x15ccb7>_0x3595d3;},'mntHp':'VNjNo','FrOHE':_0x3e8dd2(-0x270,-0x303,-_0x3974ab._0x4bc93d,-0x1c2)+_0x5f46f3(_0x3974ab._0x4f12f9,_0x3974ab._0x10380f,_0x3974ab._0x4fce29,0x16f)+_0x3e8dd2(-_0x3974ab._0x2aaa93,-_0x3974ab._0x565262,-0x29f,-0x330)+'removal','whxBn':function(_0x17cc2e,_0x5e10a7){return _0x17cc2e>_0x5e10a7;},'yfaxa':function(_0x207bb0,_0x55788a){return _0x207bb0(_0x55788a);},'BxNHn':function(_0x2c4bce,_0x158a98){return _0x2c4bce(_0x158a98);},'ZSSbW':_0x5f46f3(0x20f,_0x3974ab._0xaf88cd,_0x3974ab._0x4b396e,_0x3974ab._0x4b69b6)+_0x5f46f3(0x1b9,_0x3974ab._0x402e18,_0x3974ab._0xd5bc9a,_0x3974ab._0x2549f8)+_0x5f46f3(0x1a5,0x1d6,_0x3974ab._0x361e76,_0x3974ab._0x3d8861)},_0x37cf06=readProviderAccounts(),_0x3f5716=_0x37cf06[_0x507045]||[],_0x399579=_0x3f5716[_0x5f46f3(0x306,0x32b,0x2c9,_0x3974ab._0x32403e)](_0x497096=>_0x497096['id']===_0x38db15);if(_0x399579===-(0x1467+0x915+-0x1*0x1d7b))return![];function _0x5f46f3(_0x32fe8d,_0x2d47e4,_0x59df5a,_0x4d86a2){return _0x18994b(_0x32fe8d-_0x11f0a8._0x3617af,_0x2d47e4- -_0x11f0a8._0x1ee606,_0x4d86a2,_0x4d86a2-0x0);}const _0x534885=_0x3f5716[_0x399579][_0x5f46f3(_0x3974ab._0xe0637d,_0x3974ab._0x36b61c,_0x3974ab._0x32b1af,_0x3974ab._0x322ed0)];_0x3f5716[_0x3e8dd2(-0x29b,-_0x3974ab._0x34058a,-0x23a,-0x201)](_0x399579,-0x2*0x410+0xbe*-0x2d+0x2987);function _0x3e8dd2(_0x160ed4,_0xadbc88,_0x4fb340,_0xf8edb2){return _0xcb3e0(_0x160ed4-0x72,_0x160ed4,_0x4fb340-_0x16006f._0xc9685e,_0x4fb340- -_0x16006f._0x47908a);}_0x37cf06[_0x507045]=_0x3f5716;if(_0x534885&&_0x143f45[_0x5f46f3(0x30c,0x28e,_0x3974ab._0x5a5a33,_0x3974ab._0x239dad)](_0x3f5716[_0x3e8dd2(-0x1e5,-0xf6,-_0x3974ab._0x13a815,-0x24e)],0x146f+-0x2698+0x1229)){if(_0x5f46f3(0x33e,_0x3974ab._0x573238,_0x3974ab._0x516be9,0x1fa)!==_0x143f45[_0x5f46f3(_0x3974ab._0x1dbdc2,_0x3974ab._0x9a36c5,0x347,_0x3974ab._0x1b07a4)]){const _0x4f1c32={};_0x4f1c32[_0x3e8dd2(-0x293,-0x280,-_0x3974ab._0x24554a,-_0x3974ab._0x3ca73a)]=_0x569716,_0x197eaf['debug'](_0x143f45[_0x3e8dd2(-0x119,-_0x3974ab._0x5d18c1,-_0x3974ab._0x10b717,-0x1d1)],_0x4f1c32),_0x143f45[_0x3e8dd2(-0x346,-_0x3974ab._0x557f7d,-_0x3974ab._0x47d7d2,-0x34d)](_0x4486ad,_0x4e7576);return;}else{_0x3f5716[-0x1*0x1acd+0x6b3+0x141a]['is_default']=!![];const _0x29a2be={};_0x29a2be[_0x5f46f3(0x2a2,_0x3974ab._0x523709,0x295,_0x3974ab._0x89dde5)]=_0x507045,_0x29a2be[_0x5f46f3(_0x3974ab._0x2aaa93,0x1e0,_0x3974ab._0x426dca,_0x3974ab._0x5e6d12)+'Id']=_0x3f5716[0x22bb+0x4*0x24+-0x234b]['id'],logger['info'](_0x143f45[_0x5f46f3(_0x3974ab._0x404922,_0x3974ab._0x41bbc3,0x202,0x250)],_0x29a2be);}}_0x143f45[_0x3e8dd2(-_0x3974ab._0x5de488,-0x340,-_0x3974ab._0x394ea9,-_0x3974ab._0x3640b4)](writeProviderAccounts,_0x37cf06);_0x534885&&(_0x143f45[_0x3e8dd2(-_0x3974ab._0x5b1110,-0x1ff,-0x1ec,-_0x3974ab._0x3853c8)](_0x3f5716[_0x5f46f3(0x28a,_0x3974ab._0x53b4d2,0x383,0x363)],0x1*-0x7e1+0x8db*0x4+0x1b8b*-0x1)?_0x143f45['yfaxa'](syncDefaultToCliFile,_0x507045):_0x143f45[_0x5f46f3(0x244,0x270,0x2e5,0x25d)](removeCliFile,_0x507045));const _0x1d5cad={};return _0x1d5cad['provider']=_0x507045,_0x1d5cad['accountId']=_0x38db15,_0x1d5cad[_0x3e8dd2(-_0x3974ab._0x3588f4,-0x222,-_0x3974ab._0x414c06,-_0x3974ab._0x426dca)]=_0x534885,logger[_0x3e8dd2(-0x1a3,-0x21d,-0x221,-_0x3974ab._0x5af76)](_0x143f45[_0x5f46f3(0x362,_0x3974ab._0x19ec98,_0x3974ab._0x4edd69,_0x3974ab._0x16c81c)],_0x1d5cad),!![];}export function setDefaultAccount(_0x417da6,_0x48a573){const _0x3841e0={_0x31e0af:0x16d,_0x2ee089:0x1ff,_0x3b2c33:0x150,_0x274599:0x6d,_0xa5acd5:0x38,_0x16ae79:0x4c,_0x3c4b55:0x232,_0xdb5226:0x237,_0x2a0693:0x120,_0x56dba3:0x11e,_0x40724b:0x14b,_0x4aa517:0x94,_0x2f488b:0xbf,_0x1c8a8b:0x32,_0x4b13fc:0x53,_0x4a9d1e:0x190,_0xf6ff8e:0x1ac,_0x6f5217:0x52,_0x21217a:0x44},_0xbbbeb0={_0x42df92:0x167},_0x54a7c7={_0x408554:0x27,_0x14bdb6:0x3a7},_0x3f11d2={_0x14eaad:0x3ef,_0x312d29:0x3f8,_0x22dbe1:0x468,_0x2a6141:0x550,_0x200455:0x4bb,_0x48b2b5:0x565},_0x2b750d={'CbwpN':function(_0x473488,_0x4cac42){return _0x473488===_0x4cac42;},'boSye':function(_0x4bdc37){return _0x4bdc37();},'GEitp':function(_0x4e2515,_0x4d2281){return _0x4e2515(_0x4d2281);},'WjORg':_0x27e3f9(0x153,_0x3841e0._0x31e0af,_0x3841e0._0x2ee089,_0x3841e0._0x3b2c33)+'t\x20provider'+_0x2c5efa(_0x3841e0._0x274599,-0xb7,-_0x3841e0._0xa5acd5,-_0x3841e0._0x16ae79)},_0x495061=_0x2b750d[_0x27e3f9(_0x3841e0._0x3c4b55,0x21f,0x2cb,_0x3841e0._0xdb5226)](readProviderAccounts),_0x2f372d=_0x495061[_0x417da6]||[],_0xc2da8f=_0x2f372d[_0x27e3f9(0xff,0xd4,0xdd,0xe1)](_0x4c392a=>_0x4c392a['id']===_0x48a573);if(!_0xc2da8f)return![];_0x2f372d['forEach'](_0x4ce4c9=>{function _0x452fbd(_0x3697d2,_0x48d3e0,_0x48ea06,_0x4623ab){return _0x2c5efa(_0x4623ab,_0x48d3e0-0x1f,_0x48ea06-0x5,_0x48ea06-0x3f8);}function _0x2fea07(_0x1cf384,_0x49b212,_0x2ae7ea,_0x49cb82){return _0x27e3f9(_0x1cf384-0x1ba,_0x49b212-0xd4,_0x49cb82,_0x49b212-0x35d);}_0x4ce4c9[_0x452fbd(_0x3f11d2._0x14eaad,_0x3f11d2._0x312d29,_0x3f11d2._0x22dbe1,0x4af)]=_0x2b750d[_0x2fea07(0x5c8,_0x3f11d2._0x2a6141,_0x3f11d2._0x200455,_0x3f11d2._0x48b2b5)](_0x4ce4c9['id'],_0x48a573);}),_0x2b750d['GEitp'](writeProviderAccounts,_0x495061);function _0x27e3f9(_0x1d6922,_0x26c775,_0x38d4d2,_0x18e9a4){return _0xcb3e0(_0x1d6922-_0x54a7c7._0x408554,_0x38d4d2,_0x38d4d2-0x14f,_0x18e9a4- -_0x54a7c7._0x14bdb6);}_0x2b750d[_0x27e3f9(0x143,_0x3841e0._0x2a0693,0xfc,_0x3841e0._0x56dba3)](syncDefaultToCliFile,_0x417da6);const _0x15037e={};_0x15037e[_0x2c5efa(-_0x3841e0._0x40724b,-0x92,-0x150,-_0x3841e0._0x4aa517)]=_0x417da6;function _0x2c5efa(_0x393a75,_0x4e234a,_0x56cc40,_0x3ff652){return _0xcb3e0(_0x393a75-0x1d5,_0x393a75,_0x56cc40-_0xbbbeb0._0x42df92,_0x3ff652- -0x584);}return _0x15037e[_0x2c5efa(-_0x3841e0._0x2f488b,-_0x3841e0._0x1c8a8b,0x4d,-_0x3841e0._0x4b13fc)]=_0x48a573,logger[_0x27e3f9(0x171,0x203,_0x3841e0._0x4a9d1e,_0x3841e0._0xf6ff8e)](_0x2b750d[_0x2c5efa(-0x41,-0xcd,-_0x3841e0._0x6f5217,-_0x3841e0._0x21217a)],_0x15037e),!![];}export function updateAccountLabel(_0x1e3c37,_0x1ae1aa,_0x565c85){const _0x4e2de4={_0xe20630:0x632,_0x3c3900:0x57b,_0x31bb63:0x44a,_0x216fa3:0x3ad,_0x180075:0x54e,_0x3a61a3:0x40c,_0x2f5968:0x4a2,_0x33ebe3:0x4cd,_0x2f0d92:0x521,_0xc39359:0x523,_0x50a0f2:0x471,_0x8bf6f0:0x426,_0x3f34ec:0x499,_0x57a5bd:0x40a,_0x94102e:0x60e,_0x1e44a1:0x4e2},_0x68006b={_0x5f5592:0xd3,_0x1bcb62:0x208},_0x1a113b={_0x10a5e5:0x13b,_0x1fd164:0xe1},_0x53c0e0=readProviderAccounts(),_0x27d71a=_0x53c0e0[_0x1e3c37]||[],_0x309d9f=_0x27d71a[_0x4148be(0x3b4,0x382,0x35d,0x3a7)](_0x3fe92b=>_0x3fe92b['id']===_0x1ae1aa);if(!_0x309d9f)return![];_0x309d9f[_0xae867a(_0x4e2de4._0xe20630,0x4e1,_0x4e2de4._0x3c3900,0x4c4)]=_0x565c85,_0x309d9f[_0xae867a(_0x4e2de4._0x31bb63,0x3a2,0x431,_0x4e2de4._0x216fa3)]=new Date()[_0xae867a(0x526,_0x4e2de4._0x180075,0x49d,_0x4e2de4._0x3a61a3)+'g'](),writeProviderAccounts(_0x53c0e0);function _0x4148be(_0x5352bd,_0x5457c6,_0x374ad6,_0x275117){return _0xcb3e0(_0x5352bd-_0x1a113b._0x10a5e5,_0x5352bd,_0x374ad6-0x1f,_0x275117- -_0x1a113b._0x1fd164);}const _0x24b56d={};_0x24b56d['provider']=_0x1e3c37,_0x24b56d[_0xae867a(0x46d,_0x4e2de4._0x2f5968,_0x4e2de4._0x33ebe3,_0x4e2de4._0x2f0d92)]=_0x1ae1aa,_0x24b56d[_0x4148be(_0x4e2de4._0xc39359,_0x4e2de4._0x50a0f2,0x56c,0x4fe)]=_0x565c85,logger['info']('Updated\x20pr'+_0xae867a(0x51a,_0x4e2de4._0x8bf6f0,_0x4e2de4._0x3f34ec,_0x4e2de4._0x57a5bd)+_0xae867a(0x633,_0x4e2de4._0x94102e,0x581,_0x4e2de4._0x1e44a1),_0x24b56d);function _0xae867a(_0x154dae,_0x513e73,_0x527863,_0x4c4425){return _0x18994b(_0x154dae-_0x68006b._0x5f5592,_0x527863-_0x68006b._0x1bcb62,_0x154dae,_0x4c4425-0x68);}return!![];}function _0xa12f(){const _0xbb01fa=['qNnJv1e','y3vZDg9T','sxHYthO','B3zPzgvYiefqsq','AwfSCW','DhPrrNy','Cxz3B2O','teDbB0G','wKnxvge','sxfTCgG','lY93D3CUz29VzW','igfJy291BNqGDa','Dg9tDhjPBMC','q2j3Ce4','iefqssblzxKGka','mZi4mdm1mZz2sw5Ky3q','reDoBw8','CMvMCMvZAf90BW','vKD2rgC','B29NBgvHCgLZlG','mte3v0Htrej2','Aw5MBY5WCM9MAq','rKTPsu4','mJKXmdq1BLLtuKjd','CfzqzK4','vwHVwgC','BxrPBwu','BYbZEw5J','z2v0vgLTzq','BK5yuwy','BhrPlwfJy291BG','Cg5vzxm','vfLzC20','mJi5odGWs0D6B0vM','ter3uMW','C3LZDgvT','BwvZC2fNzq','Dg9mB2nHBgveyq','zMLSzsbLBwfPBa','ruXct28','ssbJCMvKzw50Aq','C2nVCgu','zxjLBMnLihvZzq','B3jNoMnYzwf0zq','sNPSq0W','we5gBxO','u3LUy2vKigrLzG','igTLEsbHy2nVDq','C3rHDfn5BMm','A2vU','4OcI4OcI4OcI4OcI','zxHWAxjLC19HDa','s0LNy3i','q1HWzuS','mta2otK2ndDPDwPjwMq','B211wKW','y1n4BLC','ChjVDg9JB2W','werhtgG','zKXRqu8','AhzmA3a','Dxfft2e','AwnOuLu','CMfUzg9Tvvvjra','tKrtufK','CNDOBKW','C2nVCgvZ','lMnVzgv4l2f1Da','Ac5QC29U','DhjPBq','ww5YBhy','ywnJzxnZx3rVAW','BgvUz3rO','sMHUuhi','twLrseK','teKGy3jLzgvUDa','vhrlzfG','wLntyLC','B3iGqvbjigTLEq','ANHvvfq','tMDNz2W','yM9tEwu','BgfIzwW','AuPtrLC','twfvs1G','DLfls2W','Dg9Rzw5Z','yunsyxa','B3vUDcbSywjLBa','s1fLEK4','BgrnqLm','DxrMoa','zMLUzeLUzgv4','AgHpt2i','CJPZzxnZAw9UCW','CxDOEfO','D3jPDgvgAwXLuW','teLoyvq','BLnJsgW','Ahr0CdO','Aerxuei','whnSywC','sLbbtuG','AxnFzgvMyxvSDa','ue9tsvrjvKvFsq','yNLLDKu','zxHPC3rPBMCGqW','ywXZ','CMvKzw50AwfSCW','teThuKO','ywWGzMLSzq','sNDVzMy','ihjLCxvPCMvK','tfP0sfi','DuzWAeW','zMLUza','AxmUy29Tl2f1Da','Ew5J','zK9mCKG','DgvtDhjPBMC','zw1HAwW','y2HHCKf0','AwfSCYb0BYbTDq','Dg9Rzw5FDhLWzq','zxHPC3rZu3LUyW','ufjKwg8','qLPSufq','B3vUDa','DxbKyxrLzf9HDa','tffWsKW','ywLSigH0DhbZoG','ywnJzxnZvg9Rzq','zgvMyxvSDa','BvDbAey','C3bSAxq','ig9MzMXPBMvFyq','zMf1BhqGywnJBW','BMv3rgvMyxvSDa','AgftyMC','qMfev2i','AvLHve0','BcbMAwXL','v1vSy20','C2vYAw5MBY5LBq','qNP5Avi','zfrqEgO','rgXyzwG','C3zRBMK','yMfZzv91CMW','t1LKzM8','zgvIDwC','wwrrtNK','yuLzu0W','DuXsyvy','CMvMCMvZAfrVAW','qK93zxC','rxjYB3iGCMvHza','weH1EwS','Ahr0Chm6','y29TCgXLDgu','Be11s1u','BMDyCue','BKTyChC','CgfYC2u','DxrO','D05IAKm','BwLNCMf0zsbdta','BKTbzeC','uMvTB3zLzcbdta','wNHxqMK','EfDswgC','zwXqqKm','D2fYBG','vg5SD3u','C29YDa','Ahr0Chm6lY93DW','r0vPDha','CgPgs2u','qvbjigTLEsbPCW','ANjQvM8','tK9xCNG','Axn0Aw5NihbYBW','BfDuwvy','y29Tl2f1DgGVDq','twDUv1C','uMvTB3zLzcbWCG','lMPZB24','Au15yLe','ihrVienmssbMAq','tgv4EuS','Dw5SAw5Ru3LUyW','DY5NB29NBgvHCa','Dw50igfMDgvYia','yxbPx3zLCNnPBW','EwL6uvu','t0LfEw8','ihjLBw92Aw5Nia','mtiXnJG4nK5gBLHLza','A1Lktuq','AgHdsLe','y29KzxG','vfbetxC','zxKGywnJB3vUDa','tefrwKG','sxnwv3y','yMLOu1G','uu51rhm','Dg9vChbLCKnHCW','z2vTAw5P','z0vivLu','CfDdvMy','BNvTzxjPyW','yxvSDcbHy2nVDq','u2TPChbPBMCGqW','zvHNv3K','CMvJDxjZAxzL','z2v0veS','B0LeBfe','B3bLBMLKihbYBW','ChjVDMLKzxi','zxjYB3i','lMnSyxvKzs8UyW','EwPgvwy','zxHWAxjLC0f0','DcbZDg9YywDL','v0jczfu','u2v0igrLzMf1Ba','AwrFDg9Rzw4','qwrKzwqGChjVDG','zxjVyxa','D0DdDve','l2f1DgGVDxnLCG','B3zPzgvYigfJyW','zxrmvui','BwfW','s0ziEK0','Dg9ju09tDhjPBG','vuvQCMG','tK1usgu','Eu1Ys2m','qM5wtxm','z0nrCMK','yMvVu3q','wKfAuxm','CLHUtM0','Cgf0Aa','Efnwr0O','C29Tzq','y3jLyxrLzf9HDa','CfPUtxO','CMvWBgfJzq','z25tuxa','nJy1mda0yuTYDeLh','qxDVuuy','EKDotLO','AM1xBxu','v0Teyvu','vxbKyxrLzcbWCG','ChvZAa','BeTwv0y','AxnbCNjHEq','suvZAhm','tKrmseW','y3jLyxrLzef0','wevwyKi','DvrcCum','reDpEKO','AfPIDuC','y2XHDwrL','B2jQzwn0','tNn4Exm','zg12v3u','u2v0ig5LDYbKzq','y2nLC3m','mtHrCKrAveG','sgXLyva','v1vMBu8','zw4Tvvm','zvrptuS','wwnUzw4','wK5Vse4','qNHosg4','AxnezwzHDwX0','tM8GzgvMyxvSDa','ywnJB3vUDeLK','zxrQv0m','rNjpseu','Cvr1yKm','A1HerLe','mZi0A05QwM1L','Ag9TzwrPCG','igfJy291BNq','mJDWvM5Xrfi','C3bSAwnL','CMvHzezPBgvtEq','tvHSvNK','tMDswgm','rwHdzuO','mteWB1HptKv5','v2PpuMC','BMCGDg9Rzw5ZoW','rMncA3C','zMLSDgvY','q05hyuK','zw50CMLLCW','vK5QtM8','tgPrz1m','CMroC3G','zhv1BMe','zxiGywnJB3vUDa','sxPhsu4','ANLNDLy','ug1wBeC','rxjYB3iGD3jPDa','D3jyEKy','C2XPy2u','ChjVDMLKzxiTyq','ueLjr2C','Aw5MBW','zw5KCg9PBNq','x2fWAv9RzxKGDq','Aw5NihbYB3zPza','y2XHDwrLqwLpyq','AfPsrhm','q0zcve4','yuXewKK','DxbKyxrLzef0','thPwu3i','vxbKyxrLzcbLEa','sM9dBLy','ALvqAwS','y2nVDw50CY5QCW','uhfhwMu','ANnVBG','wxvlz2C','y3jLyxrLzf9IEq','Bw50sha','r25tswm','mJa5ndjbsNHOA1i','BwLNCMf0Aw9U','q0XjignYzwrLBG','uKj3D2i','D2fZrgvMyxvSDa','C3rYAw5N','C2PjvwC','Bw9Kzq','zgLYBMfTzq','BNzhveu','y2z3vxC','C3rYAw5NAwz5','BvjsDwC','u0fjvKm','DhLWzq','AxngAw5PDgu','B1bOv1a','B3vUDcb0B2TLBG','zg1Ar2u','B2f1DgG','q3rPv20','Cezpwvi','tfLxyLG','zNL6BNO','uxz3C0C','AM9PBG','sgDhr1O','tKzjtKLuwq','sw1WB3j0zwq','BNqGDg8Gq0Xjia','yxbPx2TLEq','Ac9JBg91zc1WBa','tMHLt0S','D2H4qM4','DMLKzxiGywnJBW','Curqwwm','ywPnA2G','BwTKAxjtEw5J'];_0xa12f=function(){return _0xbb01fa;};return _0xa12f();}export function updateAccountEmail(_0xb5fe0d,_0x34a716,_0x129c8a){const _0x5b53c0={_0x3f5c10:0x170,_0x5ad188:0xf3,_0x4fafde:0xef,_0x587880:0x46,_0x237acb:0x191,_0x5a4150:0xc6,_0x5bcca8:0x161,_0x64927:0x127,_0x41cb98:0x1b1,_0x33dd31:0x20c,_0x15bab8:0x1ab,_0x5048a2:0x11d,_0x765a16:0x25a,_0x2a3385:0x113,_0x3f123a:0x154,_0x15853f:0x1d4,_0x41e9e1:0x215,_0x54fcad:0x1a8,_0x2bbc9b:0x273,_0x8117e5:0x32b,_0x50bf45:0x169,_0x66838:0xd6,_0x2266a0:0x81,_0x22b8d5:0x2d9,_0x29a7c9:0x2c6,_0x32e5f5:0x1e4,_0xddbe28:0x134,_0x4eeb24:0x2b6,_0x1395e1:0x2e3,_0x3487da:0x2af,_0x420afe:0x29d,_0x535a0c:0x26e,_0x8428e3:0x2f8,_0x1b7539:0x250},_0x340143={_0x4eb8cf:0x18c},_0x35a50a={'XHuyk':'Removed\x20CL'+_0x1be57e(-0x149,-_0x5b53c0._0x3f5c10,-0x13f,-0x1e1)+'al\x20file','PmVlG':function(_0x11d740){return _0x11d740();},'LjQgS':function(_0x44fb95,_0x476dc4){return _0x44fb95===_0x476dc4;},'XDGLh':_0x506787(0x15c,_0x5b53c0._0x5ad188,_0x5b53c0._0x4fafde,_0x5b53c0._0x587880),'LexyK':function(_0x514a1f,_0x5c8227){return _0x514a1f(_0x5c8227);},'nKXpw':_0x1be57e(-0x1d6,-0x20f,-0x1cb,-_0x5b53c0._0x237acb)+_0x506787(_0x5b53c0._0x5a4150,0x1db,_0x5b53c0._0x5bcca8,0x180)+'ount\x20email'},_0x321b74=_0x35a50a[_0x506787(0x206,_0x5b53c0._0x64927,_0x5b53c0._0x41cb98,_0x5b53c0._0x33dd31)](readProviderAccounts),_0xb71647=_0x321b74[_0xb5fe0d]||[],_0x5b9ce1=_0xb71647['find'](_0x17d341=>_0x17d341['id']===_0x34a716&&_0x17d341[_0x506787(0x27a,0x24c,0x1d9,0x18b)]===ACCOUNT_TYPE_OAUTH);if(!_0x5b9ce1){if(_0x35a50a[_0x506787(0x232,0x1e2,_0x5b53c0._0x15bab8,_0x5b53c0._0x5048a2)](_0x35a50a[_0x506787(_0x5b53c0._0x765a16,0x1ff,0x22b,0x249)],_0x35a50a['XDGLh']))return![];else{_0x32eb7b['unlinkSync'](_0x2c900a);const _0x25d62c={};_0x25d62c[_0x506787(0xe8,_0x5b53c0._0x2a3385,_0x5b53c0._0x3f123a,_0x5b53c0._0x15853f)]=_0x7fd28b,_0x25d62c['path']=_0xce6150,_0x3132b[_0x1be57e(-_0x5b53c0._0x41e9e1,-0x1d2,-0x1d2,-_0x5b53c0._0x54fcad)](_0x35a50a[_0x1be57e(-0x282,-_0x5b53c0._0x2bbc9b,-0x232,-_0x5b53c0._0x8117e5)],_0x25d62c);}}_0x5b9ce1[_0x506787(0x17c,0x19e,0xf1,_0x5b53c0._0x50bf45)]=_0x129c8a,_0x5b9ce1[_0x506787(0x12c,_0x5b53c0._0x66838,0xf9,_0x5b53c0._0x2266a0)]=new Date()[_0x1be57e(-_0x5b53c0._0x22b8d5,-0x224,-0x205,-_0x5b53c0._0x29a7c9)+'g'](),_0x35a50a[_0x506787(0xf7,_0x5b53c0._0x32e5f5,0x136,_0x5b53c0._0xddbe28)](writeProviderAccounts,_0x321b74);const _0x2765c6={};_0x2765c6[_0x1be57e(-0x29c,-0x235,-_0x5b53c0._0x4eeb24,-_0x5b53c0._0x1395e1)]=_0xb5fe0d;function _0x1be57e(_0x14ab0e,_0x144bad,_0x3aec32,_0x25232c){return _0x18994b(_0x14ab0e-_0x340143._0x4eb8cf,_0x144bad- -0x4b9,_0x3aec32,_0x25232c-0x12e);}_0x2765c6['accountId']=_0x34a716;function _0x506787(_0x3d577d,_0x2394d1,_0x377450,_0xe197b8){return _0xcb3e0(_0x3d577d-0x167,_0x3d577d,_0x377450-0x196,_0x377450- -0x39c);}return _0x2765c6[_0x1be57e(-_0x5b53c0._0x3487da,-0x298,-_0x5b53c0._0x420afe,-0x2bd)]=_0x129c8a,logger['info'](_0x35a50a[_0x1be57e(-0x275,-_0x5b53c0._0x535a0c,-_0x5b53c0._0x8428e3,-_0x5b53c0._0x1b7539)],_0x2765c6),!![];}export function updateAccountTokens(_0x895927,_0x5b3c63,_0x1cb652){const _0x36b1a9={_0x58c1ec:0x457,_0x2f73b4:0x509,_0x3b47d5:0x45a,_0x4fab5f:0x4e3,_0x240552:0x4aa,_0x2f7016:0x48e,_0x1624fe:0x12,_0x2a92fe:0x1b,_0x185266:0x525,_0x447280:0x46e,_0x16708a:0x418,_0x4d3723:0x4e6,_0xc0caff:0x3d,_0x3866a3:0x510,_0x2584d1:0x43a,_0x159c12:0x48d,_0x308e88:0x541,_0x5a40f6:0x471,_0x44d963:0x4e,_0x85b3bb:0xd2,_0x139d8d:0x3fd,_0x397c97:0x3df,_0x163082:0x45c,_0x1eee4e:0x517,_0x150cd0:0x128,_0x1a02ba:0x3f,_0x4be1c8:0xfb,_0x520645:0x94,_0x618286:0xa1,_0x296446:0x25,_0xf6af84:0x59},_0x3a2f1f={_0x5b380d:0x5a6},_0x5bd3e8={_0x4d6c72:0x1d9,_0x46a5e4:0x252,_0x56059d:0x67},_0xb2a032={'DHyzG':function(_0xc7fe86){return _0xc7fe86();},'DlXeh':function(_0x19af90,_0x3a9cd8){return _0x19af90(_0x3a9cd8);},'iJSFW':_0x4e5c12(_0x36b1a9._0x58c1ec,0x4fc,_0x36b1a9._0x2f73b4,_0x36b1a9._0x3b47d5)+_0x4e5c12(0x49c,_0x36b1a9._0x4fab5f,_0x36b1a9._0x240552,_0x36b1a9._0x2f7016)+_0x335481(-_0x36b1a9._0x1624fe,_0x36b1a9._0x2a92fe,-0x2e,-0x78)+'s'},_0x2cfd55=_0xb2a032['DHyzG'](readProviderAccounts),_0x41b381=_0x2cfd55[_0x895927]||[],_0x343612=_0x41b381[_0x4e5c12(_0x36b1a9._0x185266,_0x36b1a9._0x447280,_0x36b1a9._0x16708a,_0x36b1a9._0x4d3723)](_0x534b65=>_0x534b65['id']===_0x5b3c63&&_0x534b65['type']===ACCOUNT_TYPE_OAUTH);if(!_0x343612)return![];function _0x4e5c12(_0x3fda2d,_0x1f08c9,_0x36ae7b,_0x56d015){return _0x18994b(_0x3fda2d-_0x5bd3e8._0x4d6c72,_0x1f08c9-_0x5bd3e8._0x46a5e4,_0x3fda2d,_0x56d015-_0x5bd3e8._0x56059d);}_0x343612[_0x335481(-0x2a,-0x3e,_0x36b1a9._0xc0caff,0x17)]=_0x1cb652,_0x343612[_0x4e5c12(_0x36b1a9._0x3866a3,0x47b,0x46e,0x4ec)]=new Date()['toISOStrin'+'g'](),_0xb2a032[_0x4e5c12(_0x36b1a9._0x2584d1,_0x36b1a9._0x159c12,_0x36b1a9._0x308e88,_0x36b1a9._0x5a40f6)](writeProviderAccounts,_0x2cfd55);_0x343612[_0x335481(0x9f,0x5a,_0x36b1a9._0x44d963,_0x36b1a9._0x85b3bb)]&&_0xb2a032[_0x4e5c12(0x4d6,0x48d,_0x36b1a9._0x139d8d,_0x36b1a9._0x397c97)](syncDefaultToCliFile,_0x895927);const _0x27d6ed={};_0x27d6ed[_0x4e5c12(0x4a5,0x4d6,0x4a5,0x477)]=_0x895927;function _0x335481(_0x4468b0,_0x37bdb0,_0x363b80,_0x9a2012){return _0xcb3e0(_0x4468b0-0x85,_0x37bdb0,_0x363b80-0x1b9,_0x363b80- -_0x3a2f1f._0x5b380d);}return _0x27d6ed[_0x4e5c12(_0x36b1a9._0x163082,_0x36b1a9._0x1eee4e,0x49d,0x5b6)]=_0x5b3c63,logger[_0x335481(-_0x36b1a9._0x150cd0,-_0x36b1a9._0x1a02ba,-_0x36b1a9._0x4be1c8,-_0x36b1a9._0x520645)](_0xb2a032[_0x335481(_0x36b1a9._0x618286,_0x36b1a9._0x296446,0x3a,_0x36b1a9._0xf6af84)],_0x27d6ed),!![];}export function syncDefaultToCliFile(_0x23e546){const _0x5865bb={_0xf1ffe5:0x1e3,_0x4dabeb:0x184,_0x4c28d2:0x199,_0x218d9a:0xbe,_0x31f7fd:0x2e,_0x5411e1:0x5c,_0x3b8c58:0x237,_0x3e33b3:0xf5,_0x551d70:0x18d,_0x4930fc:0x165,_0x25e15b:0xa6,_0x22430e:0x1cf,_0x25fb42:0x95,_0x1151c4:0xc6,_0x48e9d3:0xa5,_0x5e0e4d:0x203,_0x35bf7a:0x1c5,_0x2c15e0:0x167,_0x544750:0x187,_0x427e89:0x194,_0x4156ee:0x117,_0x2532ab:0x74,_0x5b2e48:0xf9,_0x521ea8:0x67,_0x93feaa:0x1,_0x4895fb:0x17,_0x524f92:0x7c,_0x42282f:0x11,_0x455bdf:0x45,_0x438b55:0x22,_0x17a89c:0x63,_0x12e681:0x145,_0x430646:0x123,_0x4b26d0:0x15f,_0x155290:0xfe,_0x5c90b1:0x1b3,_0x1a4db4:0x173,_0x3137f4:0x1a5,_0x518556:0x205,_0x5e1308:0x23f,_0x38bd58:0x2a9,_0x582341:0x14c,_0x35f5a9:0x1d3,_0xbf92a5:0x141,_0x287944:0x15e,_0xf63be6:0x108,_0x5a150:0xd5,_0x5848eb:0x11c,_0x3ba3ce:0x5b,_0x47f777:0x14,_0x4b89d3:0x194,_0x33649b:0x221,_0x44cee1:0x1fc,_0x480685:0x199,_0x522bcb:0x6,_0x38cecb:0xec,_0x446da5:0x60,_0x1fa02c:0x106,_0x20e245:0x59,_0x41c378:0x92,_0x3f7305:0x1f5,_0x4542c9:0x1a7,_0x5243c6:0x158,_0x490cd6:0x9c,_0x17a1a4:0xad,_0x4cef75:0x49,_0x36015b:0x56,_0x1d94f3:0x148,_0x5ef356:0xd5,_0x5605b3:0xde,_0x2dd44a:0x81,_0x118bbf:0x4e,_0x553cc1:0x34,_0x5cc035:0x122,_0x37c9da:0x1ad,_0x22e940:0x80,_0x61a4c9:0xc6,_0x43bad7:0x2b,_0x12c76f:0x1b2,_0xf28f7f:0x247,_0x1526e9:0x1c9,_0x59ef1d:0x142,_0x4dd848:0x134,_0x515141:0x270,_0x5e178c:0x8d,_0xd75335:0x1d4,_0x242a85:0x22f,_0x54e193:0x21d,_0x352203:0x1b6,_0xd1f85a:0x5f,_0x40eaa8:0x38,_0x1de713:0x44,_0x266437:0x55,_0x44c2a3:0x19a,_0xd9607a:0x192,_0x4ba638:0x163,_0x3f404b:0x12f,_0x3bf1c0:0x1bf,_0x39eb2d:0x1fb,_0x3a2042:0x280,_0x4fa8fe:0x8f,_0x40cfcf:0x3d,_0x10ce3a:0x7f,_0x5eacbd:0x1e8,_0x50d7b0:0x17e,_0x20ece0:0x24f,_0x323b2f:0x1e0,_0x2cba4c:0x1d2,_0x431666:0x1f7,_0x1b3b43:0x1f2,_0x42e309:0x93,_0x7a4cdd:0x7,_0x38c697:0x19d,_0x4d6604:0xea,_0x2f95c0:0x3d,_0x5c99f2:0x125,_0x38066e:0x152,_0x1a8fe5:0x224,_0x43a2b8:0x1ca,_0x70bf4e:0xa4,_0x2e4f17:0x13e,_0x359d75:0x10b,_0x1a2612:0x12c,_0x1fd863:0x171,_0x2a1dc5:0x1d4,_0x169199:0x154,_0x3e2ca4:0x1ae,_0x1699c6:0x1fe,_0x2f8823:0x19a,_0x5f275a:0x1ca,_0x39e11d:0x210,_0x53e65b:0x129,_0x203761:0x1bb,_0x3d2d8f:0x10d,_0x38413f:0x186,_0x1821ec:0xe7,_0x41ce1f:0x1f1,_0x4aa023:0x101,_0x166643:0xf8,_0x3d4674:0x1ba,_0x5eae49:0x193,_0x3b4c07:0x19b,_0x4263d8:0xa6,_0x3a8146:0x128,_0x19e447:0x193,_0x1e74d3:0x105,_0xfc661b:0xa9,_0x4eb54e:0x1a5,_0x2e6fbf:0xe5,_0x4aa637:0x191,_0x136082:0x184,_0x108f45:0x1e8,_0x23f64b:0x1d9,_0x1034ec:0x255,_0x1bfb22:0x19a,_0x2a02bf:0x195,_0x1b8b42:0x78,_0x2635f3:0x48,_0x135e1e:0x7b,_0x282b7d:0x62,_0x39d604:0x10c,_0x4adeb3:0x146},_0xa4e5af={_0xfdd48e:0x11e,_0x53dfe0:0x3ec},_0x37afc7={_0x25b050:0x13d};function _0x115e34(_0x426f4c,_0x13db46,_0x118f4b,_0x56e271){return _0xcb3e0(_0x426f4c-0x189,_0x426f4c,_0x118f4b-_0x37afc7._0x25b050,_0x118f4b- -0x597);}const _0x1cecd6={'duuna':'Default\x20OA'+'uth\x20accoun'+'t\x20is\x20missi'+_0x31c573(0x155,_0x5865bb._0xf1ffe5,_0x5865bb._0x4dabeb,_0x5865bb._0x4c28d2)+_0x115e34(-0x13e,-0xe5,-_0x5865bb._0x218d9a,-0x48)+_0x115e34(0x6a,-0xbf,-_0x5865bb._0x31f7fd,-_0x5865bb._0x5411e1)+'tial\x20file','NDLHL':function(_0x25d617,_0x278f1f){return _0x25d617===_0x278f1f;},'NMTHe':'SBYtd','ldMBS':function(_0x43317e,_0x3af65e){return _0x43317e(_0x3af65e);},'MaUKX':_0x31c573(0x191,0xe3,_0x5865bb._0x3b8c58,0xdb),'NgRXc':function(_0x387086,_0x5d797b){return _0x387086===_0x5d797b;},'pZnMz':_0x31c573(0x135,0x1d9,_0x5865bb._0x3e33b3,_0x5865bb._0x551d70),'hvLkp':'codex','DGNmo':_0x115e34(-_0x5865bb._0x4930fc,-0x40,-0xb2,-_0x5865bb._0x25e15b),'lKVWF':'Bearer','VcWdp':_0x31c573(_0x5865bb._0x22430e,0x173,0x122,0x155)+_0x31c573(0xfd,0x12a,_0x5865bb._0x25fb42,0x6b)+_0x115e34(-_0x5865bb._0x1151c4,_0x5865bb._0x48e9d3,-0x13,0x1)+'file','HDisz':function(_0x3419de,_0x516a91){return _0x3419de!==_0x516a91;},'UhoXg':_0x31c573(_0x5865bb._0x5e0e4d,0x2ba,0x286,_0x5865bb._0x35bf7a),'YNSsV':_0x115e34(-0x13c,-0xdd,-0xf6,-_0x5865bb._0x2c15e0)};if(!CLI_CREDENTIAL_FILES[_0x23e546]){if(_0x1cecd6['NDLHL'](_0x31c573(_0x5865bb._0x544750,0x142,_0x5865bb._0x427e89,0x1dc),_0x1cecd6[_0x31c573(_0x5865bb._0x4156ee,0x154,0xc4,0xe6)]))_0x4ac85f(_0xd2b70);else return;}const _0x530ac0=getDefaultAccount(_0x23e546);if(!_0x530ac0){const _0x48d6e4={};_0x48d6e4['provider']=_0x23e546,logger[_0x115e34(-0x194,-_0x5865bb._0x2532ab,-0xec,-0x121)](_0x115e34(-_0x5865bb._0x5b2e48,-0x6c,-_0x5865bb._0x521ea8,-0xf2)+_0x115e34(-0x1a,-0x53,_0x5865bb._0x93feaa,-_0x5865bb._0x4895fb)+_0x115e34(-0xe,-_0x5865bb._0x524f92,_0x5865bb._0x42282f,-0x93),_0x48d6e4),removeCliFile(_0x23e546);return;}function _0x31c573(_0xc78877,_0x5e282d,_0x29b6dc,_0x31c456){return _0xcb3e0(_0xc78877-0x160,_0x31c456,_0x29b6dc-_0xa4e5af._0xfdd48e,_0xc78877- -_0xa4e5af._0x53dfe0);}if(_0x530ac0[_0x115e34(-_0x5865bb._0x455bdf,-0x66,-_0x5865bb._0x438b55,_0x5865bb._0x17a89c)]===ACCOUNT_TYPE_API_KEY){const _0x5282b2={};_0x5282b2['provider']=_0x23e546,_0x5282b2[_0x31c573(_0x5865bb._0x12e681,0xd3,0x97,0x1e9)]=_0x530ac0['id'],logger[_0x115e34(-0xe1,-_0x5865bb._0x430646,-0xec,-_0x5865bb._0x4b26d0)](_0x31c573(_0x5865bb._0x155290,_0x5865bb._0x5c90b1,_0x5865bb._0x1a4db4,_0x5865bb._0x3137f4)+'LI\x20credent'+'ial\x20sync\x20f'+_0x31c573(0x1ef,_0x5865bb._0x518556,_0x5865bb._0x5e1308,_0x5865bb._0x38bd58)+_0x31c573(_0x5865bb._0x582341,_0x5865bb._0x35f5a9,0xa2,_0x5865bb._0xbf92a5),_0x5282b2),_0x1cecd6['ldMBS'](removeCliFile,_0x23e546);return;}if(!_0x530ac0[_0x31c573(0x1f7,0x1ba,0x280,0x201)]){const _0x354bef={};_0x354bef[_0x31c573(0x104,0x54,0x1bc,_0x5865bb._0x287944)]=_0x23e546,_0x354bef[_0x31c573(0x145,_0x5865bb._0xf63be6,0xb6,0x1b9)]=_0x530ac0['id'],logger[_0x31c573(_0x5865bb._0x5a150,_0x5865bb._0x5848eb,0xa5,0x89)](_0x1cecd6[_0x115e34(_0x5865bb._0x3ba3ce,-0x38,-0x4e,-0x73)],_0x354bef),_0x1cecd6[_0x115e34(0xb6,-_0x5865bb._0x47f777,0x50,-0x3a)](removeCliFile,_0x23e546);return;}const _0x6f0314=_0x1a8150[_0x31c573(_0x5865bb._0x4b89d3,_0x5865bb._0x33649b,_0x5865bb._0x44cee1,_0x5865bb._0x480685)](_0x3e8bac[_0x115e34(-0xd6,0x55,-0x60,_0x5865bb._0x522bcb)](),CLI_CREDENTIAL_FILES[_0x23e546]),_0x53da3=_0x1a8150[_0x31c573(0x183,0x189,_0x5865bb._0x38cecb,_0x5865bb._0x3137f4)](_0x6f0314);try{if(!_0x261424[_0x115e34(-_0x5865bb._0x446da5,-0x1b4,-_0x5865bb._0x1fa02c,-_0x5865bb._0x20e245)](_0x53da3)){if(_0x1cecd6[_0x115e34(-0x45,-_0x5865bb._0x41c378,-0x7c,0x36)](_0x1cecd6['MaUKX'],_0x1cecd6[_0x31c573(_0x5865bb._0x3f7305,_0x5865bb._0x4542c9,0x17d,_0x5865bb._0x5243c6)])){const _0x5a2f8d={};_0x5a2f8d[_0x31c573(0x100,_0x5865bb._0x490cd6,_0x5865bb._0x17a1a4,0x139)]=!![],_0x5a2f8d[_0x115e34(0x45,0x1e,-0x29,-_0x5865bb._0x4cef75)]=0x1c0,_0x261424[_0x31c573(0x1a0,0x192,0x11a,0xef)](_0x53da3,_0x5a2f8d);}else{const _0x24c235={};_0x24c235[_0x31c573(0x104,_0x5865bb._0x36015b,_0x5865bb._0x1d94f3,0x125)]=_0x5a5921,_0x24c235['accountId']=_0x428d77['id'],_0x2b10ad[_0x31c573(_0x5865bb._0x5ef356,0x2b,_0x5865bb._0x5605b3,_0x5865bb._0x2dd44a)](_0x1cecd6[_0x115e34(0x19,0x6a,-_0x5865bb._0x118bbf,0x65)],_0x24c235),_0x511ff0(_0x188a01);return;}}let _0x38f0ed;const _0x15570b=_0x530ac0['tokens']||{};if(_0x1cecd6[_0x115e34(-0x20,-0xf7,-0x5a,_0x5865bb._0x553cc1)](_0x23e546,_0x1cecd6[_0x31c573(_0x5865bb._0x5cc035,0x72,_0x5865bb._0x37c9da,0xee)]))_0x38f0ed={'claudeAiOauth':{'accessToken':_0x15570b['accessToke'+'n']||_0x15570b[_0x115e34(_0x5865bb._0x22e940,_0x5865bb._0x61a4c9,0x3d,-_0x5865bb._0x43bad7)+'en'],'refreshToken':_0x15570b['refreshTok'+'en']||_0x15570b[_0x31c573(_0x5865bb._0x12c76f,_0x5865bb._0xf28f7f,_0x5865bb._0x1526e9,_0x5865bb._0x59ef1d)+_0x31c573(0x1d2,0x174,_0x5865bb._0x4dd848,_0x5865bb._0x515141)],'expiresAt':_0x15570b[_0x31c573(0x108,_0x5865bb._0x5e178c,_0x5865bb._0x4542c9,0xb2)]||_0x15570b[_0x31c573(_0x5865bb._0xd75335,_0x5865bb._0x242a85,_0x5865bb._0x54e193,_0x5865bb._0x352203)],'scopes':_0x15570b[_0x115e34(0x1c,-_0x5865bb._0xd1f85a,_0x5865bb._0x40eaa8,-_0x5865bb._0x1de713)]||PROVIDER_CONFIG[_0x115e34(-0xa0,-0x81,-0x76,-_0x5865bb._0x266437)][_0x31c573(0x1e3,_0x5865bb._0x44c2a3,0x20b,0x1c9)][_0x115e34(-0xec,-_0x5865bb._0xd9607a,-0xfc,-_0x5865bb._0x4ba638)]('\x20')}};else{if(_0x1cecd6[_0x31c573(_0x5865bb._0x3f404b,_0x5865bb._0x3bf1c0,0xf0,0x12b)](_0x23e546,_0x1cecd6[_0x31c573(0x1dd,0x28f,_0x5865bb._0x39eb2d,_0x5865bb._0x3a2042)])){const _0x51e14c={};_0x51e14c[_0x115e34(0xbf,_0x5865bb._0x4fa8fe,_0x5865bb._0x40cfcf,-_0x5865bb._0x10ce3a)+'en']=_0x15570b[_0x31c573(_0x5865bb._0x5eacbd,_0x5865bb._0x50d7b0,_0x5865bb._0x20ece0,_0x5865bb._0x323b2f)+'en'],_0x51e14c['refresh_to'+_0x31c573(_0x5865bb._0x2cba4c,0x1e7,_0x5865bb._0x431666,_0x5865bb._0x1b3b43)]=_0x15570b[_0x115e34(0x49,_0x5865bb._0x42e309,_0x5865bb._0x7a4cdd,0x1)+'ken'],_0x51e14c['id_token']=_0x15570b[_0x31c573(0x10c,0xad,0xef,0x196)],_0x38f0ed={'tokens':_0x51e14c,'last_refresh':new Date()[_0x115e34(-0x97,-0xef,-0x96,-0x6d)+'g']()};}else{if(_0x23e546===_0x1cecd6[_0x31c573(0x1b1,0x1f5,_0x5865bb._0x38c697,0x20e)]){const _0x1a2abf={};_0x1a2abf['access_tok'+'en']=_0x15570b[_0x115e34(-0x56,_0x5865bb._0x4d6604,_0x5865bb._0x2f95c0,0x74)+'en'],_0x1a2abf['refresh_to'+'ken']=_0x15570b[_0x31c573(0x1b2,_0x5865bb._0x4930fc,_0x5865bb._0x5c99f2,0x189)+_0x31c573(0x1d2,_0x5865bb._0x38066e,_0x5865bb._0x1a8fe5,_0x5865bb._0x43a2b8)],_0x1a2abf[_0x31c573(_0x5865bb._0x70bf4e,_0x5865bb._0x2e4f17,0x10,0x8a)]=_0x15570b[_0x31c573(0xa4,_0x5865bb._0x359d75,0x12c,0x9f)]||_0x1cecd6[_0x31c573(_0x5865bb._0x1a2612,_0x5865bb._0x1fd863,_0x5865bb._0x1a4db4,0x18e)],_0x1a2abf[_0x31c573(_0x5865bb._0x2a1dc5,0x165,0x213,_0x5865bb._0x169199)]=_0x15570b[_0x31c573(0x1d4,_0x5865bb._0x3e2ca4,_0x5865bb._0x1699c6,_0x5865bb._0x2f8823)],_0x1a2abf['scope']=_0x15570b[_0x31c573(_0x5865bb._0x5f275a,0x1d2,0x111,_0x5865bb._0x39e11d)]||PROVIDER_CONFIG['gemini']['scopes'],_0x38f0ed=_0x1a2abf;}}}const _0x1110ee={};_0x1110ee[_0x31c573(0x182,_0x5865bb._0x53e65b,0xe9,0x229)]=0x180,_0x261424[_0x31c573(0x201,_0x5865bb._0x37c9da,_0x5865bb._0x203761,0x228)+_0x115e34(-0xa6,-0x65,-_0x5865bb._0x3d2d8f,-0x17d)](_0x6f0314,JSON[_0x31c573(_0x5865bb._0x38413f,_0x5865bb._0x1821ec,0x184,_0x5865bb._0x41ce1f)](_0x38f0ed,null,-0x1b*0xad+-0xe58+0x5*0x685),_0x1110ee);const _0x47a95e={};_0x47a95e[_0x31c573(0x104,0x107,_0x5865bb._0x4aa023,0xd9)]=_0x23e546,_0x47a95e[_0x31c573(0x11e,0x144,0xee,0x130)]=_0x6f0314,logger[_0x31c573(0xbf,0x30,0xc4,_0x5865bb._0x166643)](_0x1cecd6['VcWdp'],_0x47a95e);}catch(_0x2f6e66){if(_0x1cecd6['HDisz'](_0x1cecd6[_0x31c573(_0x5865bb._0x3d4674,_0x5865bb._0x5eae49,_0x5865bb._0x3b4c07,0x14a)],_0x1cecd6['YNSsV'])){const _0xeeca97={};_0xeeca97['provider']=_0x23e546,_0xeeca97[_0x115e34(-0x44,-0x7a,-_0x5865bb._0x4263d8,-_0x5865bb._0x3a8146)]=_0x2f6e66[_0x31c573(0x1c5,_0x5865bb._0x19e447,0x202,0x1d3)],logger[_0x31c573(_0x5865bb._0x1e74d3,0x6f,_0x5865bb._0xfc661b,_0x5865bb._0x4eb54e)]('Failed\x20to\x20'+'sync\x20defau'+'lt\x20account'+_0x31c573(_0x5865bb._0x2e6fbf,_0x5865bb._0x4aa637,_0x5865bb._0x136082,0xb5)+'le',_0xeeca97);}else{const _0x44f377={};_0x44f377[_0x31c573(_0x5865bb._0x108f45,0x13a,_0x5865bb._0x23f64b,0x1c2)+'en']=_0x51dff1['access_tok'+'en'],_0x44f377['refresh_to'+_0x31c573(0x1d2,_0x5865bb._0x1034ec,_0x5865bb._0x1bfb22,_0x5865bb._0x2a02bf)]=_0x32421c[_0x115e34(0x2f,-_0x5865bb._0x1b8b42,0x7,0xac)+_0x115e34(-_0x5865bb._0x2635f3,_0x5865bb._0x135e1e,0x27,-_0x5865bb._0x282b7d)],_0x44f377['id_token']=_0x36c066[_0x31c573(_0x5865bb._0x39d604,_0x5865bb._0x3e2ca4,0x1b7,_0x5865bb._0x4adeb3)],_0x48f28d=_0x44f377;}}}function removeCliFile(_0x4567ae){const _0x296201={_0x18d1cb:0x4e9,_0x4d490b:0x592,_0x32861a:0x4fd,_0x11e691:0x49a,_0x3b4f8d:0x50b,_0x282051:0x462,_0x384bd8:0x1a8,_0x2019eb:0x14e,_0x798e56:0x574,_0x368cb9:0x423,_0x12d5df:0x564,_0x3f9713:0x29a,_0x5bdf2a:0x22a,_0x193472:0x1d8,_0x4d0287:0x4f2,_0x149ae2:0x52d,_0x5dcc5b:0x599,_0x4c6d07:0x587,_0x362bdc:0x23b,_0x2978a2:0x2c7,_0x1e467c:0x201,_0x5dfaef:0x221,_0x86b713:0x16a,_0x5d5ea7:0x458,_0x31beb7:0x281,_0x45d2e5:0x2a5,_0x3c4f4f:0x22c,_0x2a5300:0x5a4,_0x634a11:0x49f,_0x6887b0:0x4e8,_0x2f8337:0x1a7,_0x1ae77f:0x1d2,_0x588b6f:0x144,_0x11ab9b:0x40d,_0xcd3173:0x46f,_0x59de69:0x458,_0x548ccb:0x4d3},_0x5929dc={_0x4a8493:0x3b},_0xd78dfe={_0x4a796b:0x3a,_0x193e13:0x1a1,_0x3bcf8b:0x72b};function _0x433b1f(_0x2c8e3b,_0x4b961c,_0x24f197,_0x13b217){return _0xcb3e0(_0x2c8e3b-_0xd78dfe._0x4a796b,_0x13b217,_0x24f197-_0xd78dfe._0x193e13,_0x4b961c- -_0xd78dfe._0x3bcf8b);}const _0x3be0c9={'lHwjs':function(_0x9f5d71,_0x772dba){return _0x9f5d71(_0x772dba);},'OlnZf':function(_0x11f7df,_0x30a144){return _0x11f7df!==_0x30a144;},'YdQNy':_0x433b1f(-0x28a,-0x223,-0x2bb,-0x223),'vQKKl':_0x1558a7(_0x296201._0x18d1cb,0x5a8,_0x296201._0x4d490b,0x54f),'elPBC':_0x1558a7(_0x296201._0x32861a,_0x296201._0x11e691,_0x296201._0x3b4f8d,_0x296201._0x282051)+'I\x20credenti'+_0x433b1f(-_0x296201._0x384bd8,-0x130,-0x1d8,-_0x296201._0x2019eb),'CFBTN':_0x1558a7(_0x296201._0x798e56,0x571,0x4df,0x597)};function _0x1558a7(_0x40a903,_0x24efef,_0x5ba76c,_0x6499e4){return _0x18994b(_0x40a903-_0x5929dc._0x4a8493,_0x6499e4-0x211,_0x5ba76c,_0x6499e4-0x189);}const _0xf31844=_0x1a8150[_0x1558a7(0x4f1,0x5b2,0x52f,0x525)](_0x3e8bac[_0x1558a7(_0x296201._0x368cb9,0x56c,_0x296201._0x12d5df,0x4dc)](),CLI_CREDENTIAL_FILES[_0x4567ae]);try{if(_0x261424[_0x433b1f(-0x1fd,-_0x296201._0x3f9713,-0x2ea,-0x2f0)](_0xf31844)){if(_0x3be0c9['OlnZf'](_0x3be0c9[_0x433b1f(-0x1dc,-0x27f,-_0x296201._0x5bdf2a,-_0x296201._0x193472)],_0x3be0c9[_0x1558a7(_0x296201._0x4d0287,_0x296201._0x149ae2,_0x296201._0x5dcc5b,_0x296201._0x4c6d07)])){_0x261424[_0x433b1f(-0x1f2,-0x258,-0x2e4,-0x2af)](_0xf31844);const _0x519bd0={};_0x519bd0[_0x433b1f(-0x250,-_0x296201._0x362bdc,-0x1f6,-_0x296201._0x2978a2)]=_0x4567ae,_0x519bd0[_0x433b1f(-_0x296201._0x1e467c,-_0x296201._0x5dfaef,-0x276,-_0x296201._0x86b713)]=_0xf31844,logger[_0x1558a7(0x527,0x52f,0x554,0x4f8)](_0x3be0c9[_0x1558a7(0x506,0x514,_0x296201._0x5d5ea7,0x465)],_0x519bd0);}else{const _0x5f1485=_0x3ac3be[_0x433b1f(-0x240,-0x212,-_0x296201._0x31beb7,-0x20f)](_0x485502?.[_0x5f4846])?_0x124046[_0x7ed97d]:[];_0x45704b[_0x685f35]=_0x5f1485[_0x433b1f(-_0x296201._0x45d2e5,-_0x296201._0x3c4f4f,-0x195,-0x19f)](_0x9c43c0=>_0x13ad6c(_0x5aaeb8,_0x9c43c0))[_0x1558a7(0x457,_0x296201._0x2a5300,_0x296201._0x634a11,_0x296201._0x6887b0)](_0x13ec1c);}}}catch(_0x23960f){if(_0x3be0c9[_0x433b1f(-_0x296201._0x2f8337,-_0x296201._0x1ae77f,-0x23a,-_0x296201._0x588b6f)]!==_0x1558a7(0x4f4,0x40b,_0x296201._0x11ab9b,0x448)){const _0x1479da={};_0x1479da['provider']=_0x4567ae,_0x1479da['error']=_0x23960f['message'],logger['error']('Failed\x20to\x20'+'remove\x20CLI'+'\x20credentia'+_0x1558a7(0x49b,0x441,_0x296201._0xcd3173,0x447),_0x1479da);}else{const _0x4705cd=_0x3be0c9['lHwjs'](_0x571a4a,_0x435183);return _0x4705cd[_0x1558a7(_0x296201._0x59de69,0x3d2,_0x296201._0x548ccb,0x42d)](_0x5d4dce=>_0x5d4dce['id']===_0x512c9d)||null;}}}export function migrateExistingCredentials(){const _0x5b5430={_0xd009ee:0x1ce,_0x5002a6:0x1a8,_0x2b2510:0x102,_0x3936bb:0x124,_0x4783a1:0x168,_0x5511f7:0x1f5,_0xa1a2d7:0x159,_0x297474:0xfc,_0x13f628:0x155,_0x2eaf24:0xd4,_0x4bc6cf:0xab,_0x567529:0x12c,_0x1ee8eb:0x13d,_0x5ea959:0x1e0,_0x378228:0x115,_0x2c8445:0xc7,_0x37dbd6:0x7a,_0x216a87:0x6,_0x1201a7:0x82,_0x643e7f:0x6f,_0xf52994:0xed,_0x48fbe7:0x177,_0x51e8a3:0x112,_0x594e9d:0x193,_0x2a4ce6:0x1c2,_0x491e26:0x4d,_0x3c6333:0x7d,_0x5d49b0:0x1bc,_0x3b2356:0x10a,_0x3d520d:0x233,_0x556780:0x9c,_0x2a3614:0x31,_0x5ebc14:0x59,_0x3c4722:0xe2,_0x2fc3ef:0x7a,_0x2a5826:0x99,_0xcc6a6a:0xec,_0x45037d:0x19f,_0x48ceeb:0xb9,_0x1caa64:0xf1,_0x21dea9:0xe9,_0x52e172:0xf6,_0x64d95d:0x50,_0x25f435:0xe5,_0x5cf631:0x18c,_0x3be6b3:0x107,_0x184c2f:0x128,_0x541df0:0x11c,_0x4107fb:0x1fe,_0x44e3b1:0x16a,_0xab28b2:0x192,_0x8ac62c:0x20d,_0x56a200:0x18a,_0x202268:0x156,_0xc007fc:0x12a,_0x5639d3:0x13a,_0x5f1789:0x8c,_0x2bfbb1:0xef,_0x396016:0x3c,_0x587db4:0xc9,_0x240ad3:0x299,_0x190beb:0x13e,_0x4354e7:0x1de,_0x38e191:0x1d8,_0x5b976b:0xc5,_0x31ff24:0x152,_0x5c3a17:0xc1,_0x1c4a81:0x134,_0x2eec6d:0x152,_0x582843:0x92,_0x16c0e0:0x29,_0x12e489:0x72,_0x230eb7:0xea,_0x405801:0x163,_0x4882bf:0xa2,_0x168e8b:0xa6,_0x55bac9:0x3a,_0x7699d0:0xc3,_0x12bb46:0x5,_0x24b7ba:0x5b,_0x5025a3:0x106,_0x1069f4:0x17b,_0x1becc1:0x1aa,_0x373fda:0x155,_0x223fcb:0x118,_0x2203e3:0x131,_0x339bd7:0x230,_0xa02c43:0x254,_0x172253:0xcd,_0x258627:0x69,_0x5f1ad3:0x1cd,_0x21424b:0x186,_0x52b82d:0xaa,_0x14ae11:0x118,_0x2da39d:0x1e9,_0xcc153f:0x18d,_0xc3befe:0x5c,_0x56bd25:0x109,_0x5f2e6c:0xca,_0x329918:0x59,_0x26d9c2:0x23,_0x2a96d9:0x75,_0x4c8302:0x1e,_0x2b144c:0xf8,_0x50aa89:0x100,_0xba8727:0x111,_0x33c154:0x24d,_0x29c5d2:0xef,_0x1bed81:0xee,_0x50577e:0x1e9,_0x3d91f8:0x16b,_0x501db8:0x2b,_0x5f33f4:0x157,_0x3aa124:0x13,_0x37bf4a:0x9b,_0x316140:0x188,_0x359779:0xe8,_0x229216:0x167,_0x18ff73:0x3,_0x1bca58:0x75,_0x2fa765:0xa3,_0x3a37c3:0x93,_0x39c59c:0x62,_0x97dba:0xa4,_0xb23445:0x23,_0x2264a7:0x74,_0x4b308c:0xfa,_0x114138:0x90,_0x46f1d8:0x66,_0x57761d:0xd2,_0x16ade0:0xff,_0x30b5f6:0x1b8,_0x31744d:0xde,_0x340a61:0x1f0,_0x2abc08:0x19,_0x245226:0x86,_0x116e40:0x135,_0x44c72a:0x53,_0x1299ac:0x61,_0x2805d0:0x124,_0x1bf867:0xd9,_0x5e8528:0x52,_0x57b351:0xad,_0x1a537a:0x148,_0x321b5a:0x5e,_0x83999c:0x150,_0x536a9e:0x14a,_0x3dabd3:0x178,_0x291342:0xdc,_0x3e12fd:0xfb,_0x40a967:0x5c,_0xf662d9:0x175,_0x88cd3b:0x16c,_0x19fe68:0x1cf,_0x468ea3:0xd2,_0x1bec01:0x55,_0x40d311:0x11b,_0xaf0da4:0x168,_0x5a064e:0x128,_0x18a957:0xa6,_0x1e2652:0x5f,_0x2c80f4:0x22,_0x3f3dfd:0xa3,_0x35446f:0x83,_0x555124:0xa3,_0x5a3ee8:0xc0,_0x383209:0x6b,_0x4ff846:0x20f,_0x440ef0:0x146,_0x45edaa:0xc2,_0x519f8f:0x22,_0x55abdc:0x18,_0x38ab64:0x49,_0x5b0398:0x45,_0x311998:0x17,_0x28da28:0x7a,_0x1f4c98:0x57,_0x24c169:0xa4,_0xeaac1a:0xa,_0x548aa4:0x4,_0x3d4a7c:0x144,_0x5c010f:0x14e,_0x3b018f:0x22c,_0x302c6d:0x17e,_0x2b75d7:0x16e,_0x3ae231:0x1ee,_0x18ad39:0x1b4,_0x4c135d:0x61,_0x35b3fd:0x54,_0x26b866:0xfd,_0x2683a5:0xcc,_0x530a46:0x172,_0x3877bf:0x193,_0x2a70b4:0x15f,_0x2f1ba4:0x108,_0x2e93c1:0x181,_0x400ead:0x26,_0x1ac15b:0x70,_0xa37606:0x9a,_0x4eb17d:0x35,_0x34e542:0x22,_0x12fa88:0x68,_0x3488ab:0x9c,_0x539917:0xb2,_0x1a85c0:0xda,_0x52fc38:0x187,_0xf86c65:0x3d,_0x367076:0xcb,_0x4d2eb0:0xa4},_0x5552e5={_0x193925:0x28f},_0x5ce15e={_0xad808d:0xba,_0x210044:0x66f},_0x3be73b={'getTK':_0x103d34(-_0x5b5430._0xd009ee,-0x242,-0x12f,-_0x5b5430._0x5002a6)+_0x3581ff(0x15b,0x161,_0x5b5430._0x2b2510,_0x5b5430._0x3936bb),'BeEFA':function(_0x622416,_0x4895d5){return _0x622416>_0x4895d5;},'KFHzM':function(_0x24bf15,_0x57e684){return _0x24bf15(_0x57e684);},'aCRap':function(_0x49d75f,_0xc9335f){return _0x49d75f!==_0xc9335f;},'dmZGe':_0x103d34(-0x140,-_0x5b5430._0x4783a1,-_0x5b5430._0x5511f7,-0x13b),'ngXqA':'Migrating\x20'+_0x3581ff(0x15e,_0x5b5430._0xa1a2d7,_0x5b5430._0x297474,_0x5b5430._0x13f628)+_0x103d34(-0xae,-_0x5b5430._0x2eaf24,-_0x5b5430._0x4bc6cf,-0x97)+_0x103d34(-_0x5b5430._0x567529,-_0x5b5430._0x1ee8eb,-0x12b,-_0x5b5430._0x5ea959)+_0x103d34(-_0x5b5430._0x378228,-_0x5b5430._0x2c8445,-0xc8,-0xc4)+_0x3581ff(_0x5b5430._0x37dbd6,-0x19,-_0x5b5430._0x216a87,-0x3a),'XEVbB':'RtOXq','MkzaQ':function(_0x3d2ae8,_0x2c26ed){return _0x3d2ae8===_0x2c26ed;},'otMhx':_0x3581ff(0x4,0xfb,0xbe,0xc3),'BscWQ':'oUolF','OmCMJ':_0x3581ff(_0x5b5430._0x1201a7,_0x5b5430._0x643e7f,_0x5b5430._0xf52994,_0x5b5430._0x48fbe7),'BaDWb':function(_0x1b7848,_0x5aca18){return _0x1b7848===_0x5aca18;},'PIIGg':_0x103d34(-_0x5b5430._0x51e8a3,-0xaf,-0xa0,-0x14e),'xWRXg':_0x103d34(-_0x5b5430._0x594e9d,-0x1c3,-0x210,-_0x5b5430._0x2a4ce6),'RBwwb':function(_0x333074,_0x13ab52){return _0x333074===_0x13ab52;},'pVPfN':_0x3581ff(_0x5b5430._0x491e26,_0x5b5430._0x3c6333,0xc6,0x49),'NDSPY':_0x103d34(-_0x5b5430._0x5d49b0,-_0x5b5430._0x3b2356,-_0x5b5430._0x3d520d,-0x18a),'dTPxj':_0x3581ff(0x8c,_0x5b5430._0x556780,_0x5b5430._0x2a3614,-_0x5b5430._0x5ebc14),'beoSt':_0x3581ff(-_0x5b5430._0x3c4722,0x2b,-0x4b,0x28),'IEshs':_0x103d34(-0x19a,-_0x5b5430._0x2fc3ef,-_0x5b5430._0x2a5826,-_0x5b5430._0xcc6a6a),'AwoQF':_0x103d34(-0xb5,-_0x5b5430._0x45037d,-0x191,-0x107),'gnSQp':function(_0x3de3f4,_0x2e9348){return _0x3de3f4===_0x2e9348;},'ZCWTa':'LmdPv','ichRU':'Migration\x20'+_0x3581ff(-0xb,-0x33,-0x47,-0x62)};if(_0x261424['existsSync'](ACCOUNTS_FILE)){if(_0x3be73b[_0x3581ff(_0x5b5430._0x48ceeb,_0x5b5430._0x1caa64,_0x5b5430._0x21dea9,0x8e)](_0x3be73b[_0x103d34(-0x16e,-0x1a7,-0xa9,-_0x5b5430._0x52e172)],_0x3be73b[_0x103d34(-_0x5b5430._0x64d95d,-0x1a5,-_0x5b5430._0x25f435,-0xf6)]))throw new _0x1fc267(_0x3be73b[_0x103d34(-_0x5b5430._0x5cf631,-0x212,-_0x5b5430._0x3be6b3,-0x182)]);else return;}function _0x103d34(_0x1cdaea,_0x49d56b,_0xd16bad,_0xc92753){return _0xcb3e0(_0x1cdaea-0x4f,_0xd16bad,_0xd16bad-_0x5ce15e._0xad808d,_0xc92753- -_0x5ce15e._0x210044);}logger[_0x103d34(-0xb4,-0x81,-_0x5b5430._0x184c2f,-_0x5b5430._0x541df0)](_0x3be73b[_0x103d34(-0x15a,-0x151,-_0x5b5430._0x4107fb,-0x1b9)]);function _0x3581ff(_0x3d26,_0x2fc744,_0x2f4a75,_0x44fd77){return _0x18994b(_0x3d26-0x1da,_0x2f4a75- -_0x5552e5._0x193925,_0x44fd77,_0x44fd77-0x13d);}const _0x13f4ba={};_0x13f4ba['claude']=[],_0x13f4ba[_0x103d34(-_0x5b5430._0x44e3b1,-0x188,-0x11f,-_0x5b5430._0xab28b2)]=[],_0x13f4ba[_0x103d34(-0xdb,-0x1bc,-_0x5b5430._0x8ac62c,-_0x5b5430._0x56a200)]=[];const _0x230a07=_0x13f4ba;let _0x195cfc=![];for(const [_0x5f3419,_0x13e6fd]of Object[_0x103d34(-_0x5b5430._0x202268,-0x104,-0x1de,-_0x5b5430._0xc007fc)](CLI_CREDENTIAL_FILES)){const _0x42e8db=_0x1a8150[_0x103d34(-_0x5b5430._0x5639d3,-_0x5b5430._0x5f1789,-0x12a,-_0x5b5430._0x2bfbb1)](_0x3e8bac[_0x3581ff(-0x40,-0x69,_0x5b5430._0x396016,_0x5b5430._0x587db4)](),_0x13e6fd);if(!_0x261424[_0x103d34(-_0x5b5430._0x240ad3,-0x200,-_0x5b5430._0x190beb,-_0x5b5430._0x4354e7)](_0x42e8db)){if(_0x3be73b[_0x103d34(-0x9d,-_0x5b5430._0x38e191,-_0x5b5430._0x5b976b,-_0x5b5430._0x31ff24)]===_0x3be73b[_0x103d34(-_0x5b5430._0x5c3a17,-_0x5b5430._0x1c4a81,-0x1dd,-_0x5b5430._0x2eec6d)])continue;else return;}try{if(_0x3be73b['MkzaQ'](_0x3be73b['otMhx'],_0x3be73b[_0x3581ff(0x125,0xa2,_0x5b5430._0x582843,-_0x5b5430._0x16c0e0)])){const _0xd33267=_0xd96f30(),_0x332218={};for(const _0x334359 of _0x549975){const _0x367dd2=_0xd33267[_0x334359]||[];_0x332218[_0x334359]={'accounts':_0x367dd2[_0x3581ff(-0x7,0x38,0x4,-_0x5b5430._0x12e489)](_0x16b50d=>({'id':_0x16b50d['id'],'type':_0x16b50d[_0x103d34(-0x7a,-0x18d,-0xc8,-0xfa)]||_0x2b966c,'label':_0x16b50d['label'],'email':_0x16b50d[_0x103d34(-0x9e,-0x57,-0xf4,-0xfa)]===_0x7ce873?_0x16b50d[_0x3581ff(-0x6f,-0xd8,-0x6e,-0x114)]:null,'key_preview':_0x16b50d[_0x103d34(-0xd7,-0x1ac,-0x17c,-0xfa)]===_0x55d315?_0x156a90(_0x16b50d[_0x3581ff(0x106,0xfa,0x8a,0x8b)]):null,'endpoint':_0x16b50d[_0x103d34(-0x19c,-0x11d,-0xd9,-0xfa)]===_0x255a4e?_0x417e88(_0x334359,_0x16b50d['endpoint']):null,'is_default':_0x16b50d['is_default'],'created_at':_0x16b50d[_0x103d34(-0x135,-0x1a4,-0x1b8,-0x162)],'created_by':_0x16b50d[_0x3581ff(0xdd,0x7e,0x69,0xfc)]})),'has_accounts':_0x3be73b['BeEFA'](_0x367dd2[_0x103d34(-0xde,-0x126,-0xec,-0x9a)],0x11cd+0x60*0x51+-0x302d),'has_oauth_accounts':_0x367dd2[_0x103d34(-_0x5b5430._0x230eb7,-0xb6,-0x1fa,-_0x5b5430._0x405801)](_0x3d0d36=>_0x3d0d36[_0x103d34(-0x81,-0x188,-0x179,-0xfa)]===_0x42a37b),'has_api_key_accounts':_0x367dd2[_0x3581ff(_0x5b5430._0x4882bf,_0x5b5430._0x168e8b,0x11,-_0x5b5430._0x55bac9)](_0x29f303=>_0x29f303['type']===_0x10a2d1&&!!_0x29f303[_0x3581ff(0x122,-0x2e,0x8a,-0x17)])};}return _0x332218;}else{const _0x81996e=JSON['parse'](_0x261424[_0x3581ff(_0x5b5430._0x7699d0,-_0x5b5430._0x12bb46,0x40,_0x5b5430._0x1201a7)+'nc'](_0x42e8db,_0x3be73b['OmCMJ']));let _0x59fd7c=null;if(_0x3be73b[_0x3581ff(-0x85,-_0x5b5430._0x24b7ba,-0x5b,-0x82)](_0x5f3419,_0x3be73b[_0x3581ff(0x42,_0x5b5430._0x5025a3,0x57,0xa)])&&_0x81996e[_0x103d34(-_0x5b5430._0x1069f4,-_0x5b5430._0x1becc1,-_0x5b5430._0x373fda,-_0x5b5430._0x223fcb)+_0x103d34(-0x161,-_0x5b5430._0x2203e3,-0x1d8,-0x1b6)]?.[_0x103d34(-0x28d,-_0x5b5430._0x339bd7,-_0x5b5430._0xa02c43,-0x1d7)+'n']){const _0x370d99={};_0x370d99[_0x3581ff(-_0x5b5430._0x172253,0x33,-0x63,-_0x5b5430._0x258627)+'n']=_0x81996e[_0x103d34(-_0x5b5430._0x5f1ad3,-_0x5b5430._0x21424b,-_0x5b5430._0x52b82d,-_0x5b5430._0x14ae11)+_0x103d34(-_0x5b5430._0x2da39d,-_0x5b5430._0xcc153f,-0x1e2,-0x1b6)]['accessToke'+'n'],_0x370d99['refreshTok'+'en']=_0x81996e[_0x3581ff(-0x21,-0x28,_0x5b5430._0xc3befe,-0x48)+'uth']['refreshTok'+'en'],_0x370d99[_0x103d34(-0xe4,-0x104,-_0x5b5430._0x56bd25,-0x17b)]=_0x81996e[_0x3581ff(_0x5b5430._0x5f2e6c,-_0x5b5430._0x329918,0x5c,0x7e)+'uth']['expiresAt'],_0x370d99[_0x3581ff(0xfa,_0x5b5430._0x26d9c2,_0x5b5430._0x2eaf24,_0x5b5430._0xf52994)]=_0x81996e['claudeAiOa'+_0x3581ff(-0x2b,-0x72,-0x42,-_0x5b5430._0x2a96d9)]['scopes'],_0x59fd7c=_0x370d99;}else{if(_0x5f3419===_0x3581ff(0x2,-0x1a,-_0x5b5430._0x4c8302,-0xab)){if(_0x81996e['tokens']?.['access_tok'+'en']){if(_0x3be73b[_0x103d34(-0x10b,-_0x5b5430._0x2b144c,-_0x5b5430._0x50aa89,-0x8b)](_0x3be73b[_0x103d34(-_0x5b5430._0xba8727,-_0x5b5430._0x33c154,-0x1e7,-0x1b0)],_0x103d34(-_0x5b5430._0x29c5d2,-_0x5b5430._0x1bed81,-_0x5b5430._0x50577e,-_0x5b5430._0x3d91f8))){const _0x386f34={};_0x386f34[_0x103d34(-_0x5b5430._0x501db8,-_0x5b5430._0x5f33f4,-_0x5b5430._0x3aa124,-_0x5b5430._0x37bf4a)+'en']=_0x81996e[_0x3581ff(_0x5b5430._0x3b2356,_0x5b5430._0x316140,_0x5b5430._0x359779,_0x5b5430._0x229216)][_0x103d34(_0x5b5430._0x18ff73,-0x126,-0x152,-0x9b)+'en'],_0x386f34[_0x3581ff(_0x5b5430._0x1bca58,0x1,_0x5b5430._0x2fa765,_0x5b5430._0x3a37c3)+_0x3581ff(0x137,_0x5b5430._0x39c59c,0xc3,0x23)]=_0x81996e[_0x103d34(-_0x5b5430._0x97dba,-_0x5b5430._0xb23445,-_0x5b5430._0x2264a7,-0x8c)][_0x3581ff(0x1f,_0x5b5430._0x4b308c,0xa3,_0x5b5430._0x114138)+'ken'],_0x386f34[_0x3581ff(0x16,-_0x5b5430._0x46f1d8,-0x3,0x5a)]=_0x81996e[_0x103d34(-_0x5b5430._0x57761d,-0xa3,-0x83,-0x8c)][_0x103d34(-_0x5b5430._0x16ade0,-0x19e,-_0x5b5430._0x30b5f6,-0x177)],_0x59fd7c=_0x386f34;}else return _0x3be73b[_0x103d34(-0x1bc,-_0x5b5430._0x31744d,-_0x5b5430._0x340a61,-0x16f)](_0x53d4bc,_0x209c64);}else{if(_0x81996e[_0x103d34(-0x157,-0x93,_0x5b5430._0x2abc08,-0x9b)+'en']){if(_0x3be73b[_0x103d34(-0x108,-0x129,-_0x5b5430._0x245226,-0x105)](_0x3be73b[_0x3581ff(_0x5b5430._0x116e40,_0x5b5430._0x44c72a,0xaa,_0x5b5430._0x1299ac)],'WKsTl'))return null;else{const _0x2e02ab={};_0x2e02ab[_0x3581ff(0x153,_0x5b5430._0x2805d0,_0x5b5430._0x1bf867,_0x5b5430._0x5e8528)+'en']=_0x81996e['access_tok'+'en'],_0x2e02ab['refresh_to'+_0x103d34(-0x31,-0x61,-_0x5b5430._0x57b351,-0xb1)]=_0x81996e[_0x3581ff(_0x5b5430._0x1a537a,0x10a,0xa3,_0x5b5430._0x321b5a)+'ken'],_0x2e02ab[_0x103d34(-0x15e,-_0x5b5430._0x83999c,-0x21b,-0x177)]=_0x81996e[_0x103d34(-_0x5b5430._0x536a9e,-_0x5b5430._0x3dabd3,-0xc0,-_0x5b5430._0x48fbe7)],_0x59fd7c=_0x2e02ab;}}}}else{if(_0x5f3419===_0x3be73b[_0x103d34(-_0x5b5430._0x291342,-0xf,-0x13a,-0xa2)]&&_0x81996e[_0x3581ff(0x14c,_0x5b5430._0x3e12fd,_0x5b5430._0x1bf867,_0x5b5430._0x40a967)+'en']){if(_0x3be73b[_0x103d34(-_0x5b5430._0xf662d9,-0x211,-_0x5b5430._0x88cd3b,-_0x5b5430._0x19fe68)](_0x3be73b[_0x3581ff(-_0x5b5430._0x468ea3,-0xd8,-_0x5b5430._0x1bec01,-0x62)],_0x3be73b[_0x103d34(-_0x5b5430._0x40d311,-0x159,-0xc2,-_0x5b5430._0xaf0da4)]))return _0x43037c;else{const _0x1b1912={};_0x1b1912['access_tok'+'en']=_0x81996e[_0x3581ff(_0x5b5430._0x5a064e,_0x5b5430._0x18a957,_0x5b5430._0x1bf867,_0x5b5430._0x1e2652)+'en'],_0x1b1912[_0x3581ff(_0x5b5430._0x2c80f4,0x51,_0x5b5430._0x3f3dfd,0x91)+'ken']=_0x81996e[_0x3581ff(_0x5b5430._0x35446f,0xd0,_0x5b5430._0x555124,_0x5b5430._0x5a3ee8)+'ken'],_0x1b1912[_0x3581ff(-_0x5b5430._0x223fcb,-0xac,-_0x5b5430._0x383209,0x39)]=_0x81996e[_0x103d34(-0x1cc,-_0x5b5430._0x4ff846,-0x21b,-0x1df)],_0x1b1912['expires_at']=_0x81996e['expires_at'],_0x1b1912['scope']=_0x81996e['scope'],_0x59fd7c=_0x1b1912;}}}}if(_0x59fd7c){const _0x1cb956=_0x261424[_0x3581ff(0x6e,0xc1,0xc2,_0x5b5430._0x440ef0)](_0x42e8db),_0x2fe46d={'id':_0x70637b['randomUUID'](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x3be73b[_0x3581ff(0xc5,0x94,0x1f,_0x5b5430._0x45edaa)],'email':null,'is_default':!![],'created_at':_0x1cb956[_0x103d34(-_0x5b5430._0x519f8f,-0x37,-_0x5b5430._0x55abdc,-0xc8)]['toISOStrin'+'g'](),'created_by':_0x3be73b[_0x3581ff(_0x5b5430._0x38ab64,-_0x5b5430._0x5b0398,_0x5b5430._0x311998,_0x5b5430._0x28da28)],'tokens':_0x59fd7c};_0x230a07[_0x5f3419]['push'](_0x2fe46d),_0x195cfc=!![];const _0x28bf82={};_0x28bf82['provider']=_0x5f3419,_0x28bf82['accountId']=_0x2fe46d['id'],logger['info']('Migrated\x20C'+'LI\x20credent'+_0x103d34(-0xfc,-0x8a,-0x101,-_0x5b5430._0x31744d),_0x28bf82);}}}catch(_0x58ea01){const _0x107877={};_0x107877[_0x3581ff(_0x5b5430._0x582843,-_0x5b5430._0x1f4c98,-0xb,0x55)]=_0x5f3419,_0x107877[_0x3581ff(_0x5b5430._0x24c169,-_0x5b5430._0x52b82d,-_0x5b5430._0xeaac1a,0x16)]=_0x58ea01[_0x103d34(-_0x5b5430._0x548aa4,-_0x5b5430._0x3d4a7c,-_0x5b5430._0x5c010f,-0xbe)],logger[_0x103d34(-_0x5b5430._0x3b018f,-_0x5b5430._0x31ff24,-0x1aa,-_0x5b5430._0x302c6d)]('Failed\x20to\x20'+_0x103d34(-_0x5b5430._0x2b75d7,-_0x5b5430._0x3ae231,-0x128,-_0x5b5430._0x18ad39)+_0x103d34(-_0x5b5430._0x4c135d,-0x1d,-0xb3,-0xba)+_0x3581ff(_0x5b5430._0x35b3fd,0x1a9,_0x5b5430._0x26b866,0x125),_0x107877);}}if(_0x195cfc){if(_0x3be73b[_0x103d34(-_0x5b5430._0x2683a5,-_0x5b5430._0x530a46,-_0x5b5430._0x3877bf,-_0x5b5430._0x2a70b4)](_0x3be73b[_0x3581ff(_0x5b5430._0x52b82d,0xa3,0x9a,0xa4)],_0x3be73b[_0x103d34(-_0x5b5430._0x2f1ba4,-_0x5b5430._0x7699d0,-0xf5,-0xda)])){_0x3be73b[_0x103d34(-0x166,-0x19d,-0x12f,-0x16f)](writeProviderAccounts,_0x230a07);const _0x3167de={};_0x3167de[_0x103d34(-_0x5b5430._0x2a70b4,-_0x5b5430._0x2e93c1,-0x16f,-0x14e)]=_0x230a07[_0x3581ff(_0x5b5430._0xc3befe,0x63,_0x5b5430._0x400ead,-_0x5b5430._0x519f8f)][_0x103d34(-0x1e,-_0x5b5430._0x1ac15b,-0xa5,-_0x5b5430._0xa37606)],_0x3167de['codex']=_0x230a07[_0x3581ff(-_0x5b5430._0x4eb17d,-_0x5b5430._0x34e542,-0x1e,_0x5b5430._0x12fa88)][_0x3581ff(0x52,_0x5b5430._0x3488ab,0xda,_0x5b5430._0x539917)],_0x3167de[_0x103d34(-0x1a2,-0x238,-0x116,-_0x5b5430._0x56a200)]=_0x230a07['gemini'][_0x3581ff(0x36,0x64,_0x5b5430._0x1a85c0,_0x5b5430._0x52fc38)],logger[_0x3581ff(-0x28,-_0x5b5430._0xf86c65,0x58,0xc)](_0x3be73b[_0x103d34(-0x152,-0x76,-_0x5b5430._0x367076,-_0x5b5430._0x4d2eb0)],_0x3167de);}else return null;}}export function syncAllCliFiles(){const _0x329285={_0x3ae0a9:0x1aa},_0x41c76f={_0x5b283b:0x48,_0x1f8cac:0x438};function _0x5ee7b3(_0x5d8456,_0x332d06,_0x44e81b,_0x2ac26c){return _0x18994b(_0x5d8456-_0x41c76f._0x5b283b,_0x5d8456- -_0x41c76f._0x1f8cac,_0x2ac26c,_0x2ac26c-0xd4);}const _0x1f36ca={'eroap':function(_0x493528,_0x496a21){return _0x493528(_0x496a21);}};for(const _0x3c0aa8 of SUPPORTED_PROVIDERS){_0x1f36ca[_0x5ee7b3(-_0x329285._0x3ae0a9,-0x173,-0x149,-0x11f)](syncDefaultToCliFile,_0x3c0aa8);}}export function getAllProvidersStatus(){const _0x427023={_0x37402a:0xe6,_0x4f9532:0x16a,_0x32adbd:0xb8,_0x42f60e:0x6b,_0x4bde59:0x134,_0x26e482:0xa5,_0x20e5e4:0x161},_0x5e851f={_0x5adabe:0xf3,_0x7698fb:0x3d4};function _0x592d4f(_0x1ba1c1,_0x5f4e96,_0x102e8a,_0x2a606d){return _0x18994b(_0x1ba1c1-_0x5e851f._0x5adabe,_0x1ba1c1- -_0x5e851f._0x7698fb,_0x2a606d,_0x2a606d-0xa5);}const _0x54835c={'aLDZI':function(_0x26d538){return _0x26d538();}},_0xcccd8c=_0x54835c[_0x592d4f(-_0x427023._0x37402a,-_0x427023._0x4f9532,-0x10b,-_0x427023._0x32adbd)](readProviderAccounts),_0x25bd3c={};function _0x3f15df(_0x5f2be2,_0x283a93,_0x4ebe69,_0x5a6b1d){return _0xcb3e0(_0x5f2be2-0x72,_0x283a93,_0x4ebe69-0x7e,_0x4ebe69- -0x3e6);}for(const _0x3b98fa of SUPPORTED_PROVIDERS){const _0x5ba64b=_0xcccd8c[_0x3b98fa]||[];_0x25bd3c[_0x3b98fa]={'accounts':_0x5ba64b['map'](_0xd9678f=>({'id':_0xd9678f['id'],'type':_0xd9678f['type']||ACCOUNT_TYPE_OAUTH,'label':_0xd9678f[_0x3f15df(0x1d4,0x2a4,0x1f9,0x227)],'email':_0xd9678f[_0x592d4f(-0xcb,-0xa4,-0xbb,-0x29)]===ACCOUNT_TYPE_OAUTH?_0xd9678f['email']:null,'key_preview':_0xd9678f[_0x592d4f(-0xcb,-0x126,-0x131,-0x144)]===ACCOUNT_TYPE_API_KEY?maskApiKey(_0xd9678f[_0x592d4f(-0xbb,-0x8c,-0x7d,-0x2d)]):null,'endpoint':_0xd9678f[_0x592d4f(-0xcb,-0x2b,-0x13e,-0x15e)]===ACCOUNT_TYPE_API_KEY?normalizeApiKeyEndpoint(_0x3b98fa,_0xd9678f[_0x3f15df(0x1f1,0x141,0x16e,0xf7)]):null,'is_default':_0xd9678f[_0x3f15df(0x17c,0x1e0,0x20e,0x1dc)],'created_at':_0xd9678f['created_at'],'created_by':_0xd9678f[_0x3f15df(0x144,0x20b,0x17e,0x1c9)]})),'has_accounts':_0x5ba64b[_0x592d4f(-_0x427023._0x42f60e,-0x123,-0x14,-0xa)]>-0xd*-0x2b0+0x854*0x1+0xd*-0x354,'has_oauth_accounts':_0x5ba64b[_0x592d4f(-_0x427023._0x4bde59,-0x19d,-_0x427023._0x26e482,-_0x427023._0x20e5e4)](_0x159aaf=>_0x159aaf[_0x592d4f(-0xcb,-0x114,-0x11e,-0x15e)]===ACCOUNT_TYPE_OAUTH),'has_api_key_accounts':_0x5ba64b['some'](_0x267079=>_0x267079[_0x3f15df(0x1cf,0x21f,0x18f,0x239)]===ACCOUNT_TYPE_API_KEY&&!!_0x267079[_0x592d4f(-0xbb,-0x1a,-0x79,-0x6b)])};}return _0x25bd3c;}
|