@profoundlogic/coderflow-server 0.2.1 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/base-image/Dockerfile +3 -0
- package/dist/base-image/agent-wrapper.sh +27 -7
- package/dist/coder-server.js +1 -1
- package/dist/config/cli-models.json +11 -3
- package/dist/config.js +1 -1
- package/dist/lib/agent-keepalive.js +1 -1
- package/dist/lib/api-keys.js +1 -1
- package/dist/lib/apiKeys.js +1 -1
- package/dist/lib/app-server-ports.js +1 -0
- 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 -0
- 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/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-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 -0
- package/dist/lib/jira-client.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 -0
- package/dist/lib/rewind.js +1 -0
- package/dist/lib/roles.js +1 -1
- package/dist/lib/secrets.js +1 -1
- package/dist/lib/state-capture.js +1 -1
- package/dist/lib/static-files.js +1 -1
- package/dist/lib/task-name-generator.js +1 -1
- package/dist/lib/user-git-oauth.js +1 -0
- package/dist/lib/user-git-tokens.js +1 -0
- 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 -0
- 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/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 -0
- package/dist/web-ui/public/docs/_sidebar.md +1 -0
- package/dist/web-ui/public/docs/admin/ca-certificates.md +33 -0
- package/dist/web-ui/public/docs/admin/environments.md +3 -0
- package/dist/web-ui/public/docs/admin/git-providers.md +49 -1
- package/dist/web-ui/public/environments.css +150 -3
- package/dist/web-ui/public/environments.html +29 -9
- package/dist/web-ui/public/environments.js +1 -1
- package/dist/web-ui/public/feedback-widget.css +7 -0
- package/dist/web-ui/public/feedback-widget.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 +62 -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/server-health.js +1 -1
- package/dist/web-ui/public/settings.css +172 -7
- package/dist/web-ui/public/settings.html +184 -8
- 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 +352 -3
- package/dist/web-ui/public/task.html +7 -0
- 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(_0x466f39,_0x172c10){const _0x2277cd={_0x339ca0:0x173,_0x374950:0x1b8,_0x2c9b84:0x204,_0x24b70b:0x1cc,_0x290c15:0x170,_0x585740:0x1af,_0x4c35e8:0x145,_0x1357ec:0x101,_0x4031bf:0x124,_0x55bd75:0xa1,_0x3e135e:0x109,_0x35da89:0x189,_0x127baf:0x150,_0x26d555:0x159,_0x3c769c:0x1f7,_0x5f0837:0x192,_0x2085f6:0x1d6,_0x45e775:0x1c5,_0x1fcf4b:0x171,_0x209bf9:0xaa,_0xa1a20f:0xa0,_0x2e95ac:0xfe,_0x20caa6:0x101};function _0x551dab(_0x1b294b,_0x3de472,_0x27161f,_0x30e7dd){return _0x27cc(_0x27161f- -0x30d,_0x3de472);}function _0x5185b5(_0x25ae34,_0x20e7bb,_0x198800,_0x31f183){return _0x27cc(_0x31f183- -0x32a,_0x198800);}const _0x392faf=_0x466f39();while(!![]){try{const _0x16611a=-parseInt(_0x5185b5(-_0x2277cd._0x339ca0,-_0x2277cd._0x374950,-_0x2277cd._0x2c9b84,-_0x2277cd._0x24b70b))/(-0x1210+-0x147a+0x268b)*(parseInt(_0x5185b5(-_0x2277cd._0x290c15,-_0x2277cd._0x585740,-0x226,-0x1d7))/(-0x71d+-0xb70*0x3+0x296f))+parseInt(_0x5185b5(-_0x2277cd._0x4c35e8,-_0x2277cd._0x1357ec,-_0x2277cd._0x4031bf,-0x14d))/(-0x1*-0x1b44+-0x2b7*0xd+0x126*0x7)*(-parseInt(_0x5185b5(-_0x2277cd._0x55bd75,-0xa9,-0x164,-_0x2277cd._0x3e135e))/(0x6c7+0x61c+-0xcdf))+parseInt(_0x5185b5(-_0x2277cd._0x35da89,-_0x2277cd._0x127baf,-_0x2277cd._0x26d555,-0x129))/(-0xa7f*-0x3+0x58a*-0x6+0x1c4*0x1)+parseInt(_0x5185b5(-0x196,-0x12a,-0x11c,-0x13b))/(-0x556*0x7+-0x2387+0x48e7)+parseInt(_0x551dab(-_0x2277cd._0x3c769c,-0x1f2,-0x19d,-_0x2277cd._0x5f0837))/(0x13*0x1c6+0x11d5+-0x3380)*(parseInt(_0x5185b5(-_0x2277cd._0x2085f6,-_0x2277cd._0x45e775,-0x164,-_0x2277cd._0x1fcf4b))/(-0x6*-0x34e+-0x397+0x1cd*-0x9))+-parseInt(_0x5185b5(-0x142,-0x1ac,-0x17d,-0x162))/(0x11c5*-0x1+0x1c77+-0xaa9)+-parseInt(_0x551dab(-0x7d,-_0x2277cd._0x209bf9,-0xcc,-0xe0))/(0xf8+0xb31+-0xc1f)*(-parseInt(_0x551dab(-0xe2,-_0x2277cd._0xa1a20f,-_0x2277cd._0x2e95ac,-_0x2277cd._0x20caa6))/(-0x2dd*-0x4+0x25fb+-0x3164*0x1));if(_0x16611a===_0x172c10)break;else _0x392faf['push'](_0x392faf['shift']());}catch(_0x5e2fa7){_0x392faf['push'](_0x392faf['shift']());}}}(_0x54d8,0x86b09+-0x2*-0x24eba+0x1c569));import _0x4a0b20 from'crypto';import _0x306291 from'fs';import _0x23c1f0 from'path';import _0xdc9cda from'os';import{DATA_DIR}from'./data-dir.js';import{logger}from'./logger.js';const ACCOUNTS_FILE=_0x23c1f0['join'](DATA_DIR,_0x24e0e3(0x269,0x1ec,0x2d7,0x2e8)+'ccounts.js'+'on'),_0x2e9d08={};_0x2e9d08['claude']=_0x504a79(-0x184,-0x117,-0x173,-0x1eb)+_0x504a79(-0x166,-0x177,-0x14c,-0xec)+_0x24e0e3(0x32f,0x2da,0x308,0x2ee);function _0x504a79(_0x57d5ec,_0x449073,_0x36d973,_0x3a18e2){const _0x9c3877={_0x446de1:0x3b4};return _0x27cc(_0x57d5ec- -_0x9c3877._0x446de1,_0x3a18e2);}_0x2e9d08[_0x24e0e3(0x271,0x27a,0x1f2,0x25d)]=_0x24e0e3(0x294,0x266,0x23b,0x2bd)+_0x504a79(-0x247,-0x290,-0x281,-0x1fd),_0x2e9d08['gemini']=_0x24e0e3(0x2e2,0x319,0x307,0x288)+_0x24e0e3(0x2b2,0x252,0x282,0x24e)+_0x504a79(-0x196,-0x186,-0x14a,-0x1ec);const CLI_CREDENTIAL_FILES=_0x2e9d08,_0x34825d={};function _0x24e0e3(_0x23ea3f,_0x2373b0,_0x238ace,_0x1187bc){return _0x27cc(_0x23ea3f-0x100,_0x1187bc);}_0x34825d[_0x24e0e3(0x2e1,0x2f5,0x32d,0x35d)]=_0x504a79(-0x17b,-0x1f8,-0x119,-0x1c0)+_0x24e0e3(0x28a,0x25d,0x2ff,0x249)+_0x24e0e3(0x2e6,0x28a,0x2e4,0x312)+_0x504a79(-0x1a1,-0x194,-0x18e,-0x16a)+'erence\x20use'+_0x504a79(-0x233,-0x255,-0x20a,-0x1fd)+_0x504a79(-0x216,-0x21b,-0x19b,-0x251)+'de';const _0x3da29b={};_0x3da29b[_0x504a79(-0x1d3,-0x1ca,-0x198,-0x188)]=_0x24e0e3(0x2e4,0x33e,0x2be,0x320)+'file\x20email'+'\x20offline_a'+_0x504a79(-0x208,-0x288,-0x191,-0x1c0);const _0x57df49={};_0x57df49[_0x504a79(-0x1d3,-0x1bb,-0x1bd,-0x1f0)]=_0x24e0e3(0x31f,0x383,0x324,0x2b5)+'w.googleap'+'is.com/aut'+_0x504a79(-0x1a9,-0x1dc,-0x1e6,-0x1b9)+_0x24e0e3(0x27d,0x259,0x212,0x2f7)+_0x24e0e3(0x31a,0x329,0x335,0x2ae)+_0x504a79(-0x1fe,-0x225,-0x200,-0x23a)+_0x504a79(-0x1f1,-0x1c2,-0x179,-0x1ab)+_0x24e0e3(0x26c,0x209,0x229,0x2c0)+_0x24e0e3(0x336,0x3a4,0x32d,0x39c)+_0x504a79(-0x1d1,-0x1db,-0x1b7,-0x168)+'leapis.com'+'/auth/user'+_0x24e0e3(0x275,0x26d,0x264,0x2a0)+'le';const _0x5b3573={};_0x5b3573[_0x504a79(-0x1e6,-0x25e,-0x1e4,-0x259)]=_0x34825d,_0x5b3573[_0x24e0e3(0x271,0x1f9,0x25e,0x22e)]=_0x3da29b,_0x5b3573[_0x504a79(-0x1e0,-0x1b3,-0x1d5,-0x191)]=_0x57df49;const PROVIDER_CONFIG=_0x5b3573;function _0x54d8(){const _0x469a39=['ChjVDMLKzxiTyq','AM9PBG','qxz0AwC','C2vYAw5MBY5LBq','Ac5QC29U','v09psgy','Aw5NihbYB3zPza','ndL4AgPpBuS','y29KzxG','y3jLyxrLzf9HDa','AxnFzgvMyxvSDa','CNLSy3u','Aw5MBY5WCM9MAq','Aw5MBW','AwrFDg9Rzw4','zfbiz08','DcbWCM92AwrLCG','z0D0CNK','qvHgveC','C3bSAxq','yxrMB3jTigH0Da','zMLSzq','sKrwvxe','Dg9Rzw5FDhLWzq','CJPZzxnZAw9UCW','q05HAvu','zwL4sLq','igfJy291BNqGDa','CMvpvvq','zw4Tvvm','zMLUza','BwLNCMf0zsbdta','Axn0Aw5NihbYBW','x2fWAv9RzxKGDq','ywXZ','u1bduxm','wND5wgW','BvDKzLO','quXez1G','sK9qyxe','rMfjrNC','BNvTzxjPyW','wgXNwxi','lMnVzgv4l2f1Da','ww5YrgS','z3zwzha','twrKD1O','ChjVDMLKzxi','u2rxCey','A2vU','Dw50igfMDgvYia','CK5gyuS','quLgv1i','oMnSyxvKzv9JBW','uMvTB3zLzcbdta','DuTrwM4','CgfYC2u','yKnrweC','sKLct3i','t2v6Dei','txvxs0q','ssbJCMvKzw50Aq','r3DAtxy','q2nRwvO','vxbKyxrLzcbWCG','tM8GzgvMyxvSDa','rezlvhK','y2nLC3m','ywWGzMLSzq','y29TCgXLDgu','Dg9mB2nHBgveyq','CgH6z0u','Dg9vChbLCKnHCW','DxrOx2nYzwrZlG','zLjeAee','CLfHzeS','wxv2D0u','B29NBgvHCgLZlG','Dg9Rzw5Z','vxbKyxrLzcbLEa','mJKWmdK2BxnNu2Le','BwvZC2fNzq','zMf1BhqGywnJBW','sw1WB3j0zwq','uMLOt3y','ywnJB3vUDeLK','AwfSCYb0BYbTDq','CMfUzg9Tvvvjra','Bw9UDgG','twLNCMf0Aw5Nia','y29Tl2f1DgGVDq','D3jPDgvgAwXLuW','zgLszgK','ug9hr0O','u2v0igrLzMf1Ba','mJu0mdK0m013yLrQzq','BcbMAwXL','Dw5SAw5Ru3LUyW','Bw9Kzq','CMvHzezPBgvtEq','C0HAr2G','y2XHDwrL','zxiGywnJB3vUDa','zxHWAxjLC0f0','ANLgA3a','t0LMD3C','vw9KDhu','z2vTAw5P','B3zPzgvYigfJyW','ufj2AvO','ChvZAa','zuTkuvq','ywnJzxnZx3rVAW','AKjxwxa','re1NseO','zw1HAwW','ndqXmZbgA0fJzeG','AuDgruS','uvrRBgu','AwfSCW','C2nVCgvZ','lMDLBwLUAs9Vyq','lY93D3CUz29VzW','B3bLBMLKihbYBW','zxjYB3i','C2vYoNbYB2zPBa','zxHWAxjLC19HDa','v3nnBhG','swDqt3q','uxHNEM0','rerwAvC','svv0Ehi','sujVBhO','C2nVCgu','nJK0otm2mM1AvhP0zq','CMvJDxjZAxzL','rMfPBgvKihrVia','uKPwyxa','zhHdzMu','wwDfuuu','EvHouve','qwrKzwqGChjVDG','CMvTB3zLienmsq','vfLOrwW','uKj1A1m','AxnezwzHDwX0','s213reG','DMfstMK','tvPTuu4','Cfbvwwu','C3rYAw5NAwz5','y3jLyxrLzf9IEq','nta3ntiWmeP6BNDzAG','D0LtvuK','D3jpufC','rxjYB3iGCMvHza','BMv3rgvMyxvSDa','BwTKAxjtEw5J','C2HVCNq','x2LZvxbKyxrL','Cgf0Aa','vwTlwwO','Ac9JBg91zc1WBa','ugngsg4','qMvHCMvY','twLNCMf0zwqGqW','nte5nJrHA1jwqwS','Ew5J','BgvUz3rO','CMvMCMvZAfrVAW','zsb1C2vYoMLUzG','sgPytNm','ELDwDMS','A2LrvxG','DcbZDg9YywDL','teKGy3jLzgvUDa','ywnJzxnZvg9Rzq','Chm6lY93D3CUzW','zxHPC3rPBMCGqW','seXcy1C','rvjwyuy','ANnVBG','Ahr0Chm6lY93DW','EefJyKC','ogzvBgT5ta','D2fZrgvMyxvSDa','B3vUDcbLBwfPBa','zxHPC3rZu3LUyW','CeXSsxu','tNbWtMq','DeTQEw8','C2XPy2u','igfJy291BNq','BxrPBwu','tev1z3G','C3LUyYbKzwzHDq','zgf5','zxHcshu','lMPZB24','lMnSyxvKzs8UyW','ENDJCu0','B3vUDa','t25TzfO','AvzrrMi','CMvlz1y','ywLSigH0DhbZoG','sxbLD1O','DxP6u1G','B3jNoMnYzwf0zq','DxrO','A2L0BLu','BgfIzwW','zgvIDwC','DLfvExi','s3fXzvO','D3Dhsvy','ndmWsKzNt0P0','DgvtDhjPBMC','Dg9ju09tDhjPBG','C3bSAwnL','DxbKyxrLzf9HDa','BNqGDg8Gq0Xjia','EKT4v0q','B3vUDcb0B2TLBG','DxrMoa','rxjYB3iGD3jPDa','wKnsrgO','zwPlBxe','uMLbsgi','CMvKzw50AwfSCW','ignYzwrLBNrPyq','zuDJANa','y2XHDwrLqwLpyq','C3rHDfn5BMm','CLH2zMy','mtHxrLfrCgK','wvzlwNO','q1rQAvy','y2HHCKf0','zgLYBMfTzq','A01KrvG','r2Dbvw4','CMvMCMvZAf90BW','u3nZEKq','Dw50ihrVA2vUCW','A0vTueW','mtq5oda4AMvvCMzy','CMvTB3zHBa','AuHXu3u','wNPOwfC','zM9YrwfJAa','ugrhteu','zMLUzeLUzgv4','BKXxq3u','yxvSDcbHy2nVDq','Ag9TzwrPCG','tNr1Cu4'];_0x54d8=function(){return _0x469a39;};return _0x54d8();}export function readProviderAccounts(){const _0x5f0fee={_0x3f0feb:0x433,_0x434184:0x3e4,_0x30658f:0x332,_0x392f3e:0x31e,_0x2486ab:0x3bc,_0x4769f7:0x343,_0x42fdd3:0x395,_0x55759a:0x2d9,_0x5c571c:0x33f,_0x39dbd5:0x4b0,_0x4dabb3:0x4e4,_0x2e43c4:0x505,_0x38b177:0x49e,_0x12bf47:0x304,_0x3333e4:0x381,_0x25d7f1:0x30d,_0x4629a1:0x381,_0x50db5b:0x40b,_0x5c6570:0x4af,_0x33b706:0x520,_0x599a5f:0x4db,_0x25e7f1:0x329,_0x2c0c21:0x2ee,_0x105b9c:0x38c,_0x4dc348:0x36c,_0x48a616:0x38c,_0x27ccf3:0x37d,_0x50008a:0x4c6,_0x2d0724:0x450,_0x1a9917:0x535,_0x235588:0x372,_0x72665:0x306,_0x2f0d53:0x36e,_0x579b73:0x538,_0x4fa63b:0x4f1,_0x2ed1f8:0x452,_0x436bb0:0x38c,_0x2f9672:0x34e},_0x363284={_0x5c050b:0x56c,_0x5dbe8d:0x108},_0x1c97cf={_0x5844e4:0x1e1},_0x46062b={};_0x46062b['GgAUn']=_0x42ec11(0x401,0x3a7,_0x5f0fee._0x3f0feb,_0x5f0fee._0x434184),_0x46062b[_0x42ec11(_0x5f0fee._0x30658f,0x390,_0x5f0fee._0x392f3e,0x30e)]=_0x42ec11(_0x5f0fee._0x2486ab,0x341,0x402,_0x5f0fee._0x4769f7)+_0x42ec11(0x327,_0x5f0fee._0x42fdd3,_0x5f0fee._0x55759a,_0x5f0fee._0x5c571c)+_0x29e90b(_0x5f0fee._0x39dbd5,_0x5f0fee._0x4dabb3,0x4aa,0x4e1)+'s';function _0x29e90b(_0x1996b2,_0x3a75ec,_0x1aaff1,_0x2cbc1a){return _0x24e0e3(_0x1996b2-_0x1c97cf._0x5844e4,_0x3a75ec-0x87,_0x1aaff1-0xdd,_0x2cbc1a);}const _0x19ffde=_0x46062b;try{if(_0x306291[_0x29e90b(_0x5f0fee._0x2e43c4,0x4e3,0x502,_0x5f0fee._0x38b177)](ACCOUNTS_FILE)){const _0x4731fb=JSON[_0x42ec11(0x359,0x3ba,_0x5f0fee._0x12bf47,_0x5f0fee._0x3333e4)](_0x306291[_0x42ec11(0x384,_0x5f0fee._0x25d7f1,_0x5f0fee._0x4629a1,0x402)+'nc'](ACCOUNTS_FILE,_0x19ffde[_0x29e90b(0x43a,_0x5f0fee._0x39dbd5,_0x5f0fee._0x50db5b,_0x5f0fee._0x3f0feb)])),_0x106b9e={};return _0x106b9e[_0x29e90b(_0x5f0fee._0x5c6570,0x49e,_0x5f0fee._0x33b706,_0x5f0fee._0x599a5f)]=_0x4731fb['claude']||[],_0x106b9e['codex']=_0x4731fb[_0x42ec11(_0x5f0fee._0x25e7f1,0x34d,_0x5f0fee._0x2c0c21,0x3a0)]||[],_0x106b9e[_0x42ec11(_0x5f0fee._0x105b9c,_0x5f0fee._0x4dc348,0x3d8,0x370)]=_0x4731fb[_0x42ec11(_0x5f0fee._0x48a616,_0x5f0fee._0x27ccf3,0x34f,0x31f)]||[],_0x106b9e;}}catch(_0x100f1a){const _0x245f94={};_0x245f94[_0x29e90b(_0x5f0fee._0x50008a,0x480,_0x5f0fee._0x2d0724,_0x5f0fee._0x1a9917)]=_0x100f1a[_0x42ec11(_0x5f0fee._0x235588,_0x5f0fee._0x72665,0x2f5,_0x5f0fee._0x2f0d53)],logger[_0x29e90b(_0x5f0fee._0x50008a,_0x5f0fee._0x579b73,_0x5f0fee._0x4fa63b,0x45c)](_0x19ffde['gGtry'],_0x245f94);}const _0x1e135d={};function _0x42ec11(_0x3da246,_0x3e1dfb,_0x2011e9,_0x57e0ba){return _0x504a79(_0x3da246-_0x363284._0x5c050b,_0x3e1dfb-_0x363284._0x5dbe8d,_0x2011e9-0x74,_0x57e0ba);}return _0x1e135d['claude']=[],_0x1e135d[_0x29e90b(_0x5f0fee._0x2ed1f8,0x47b,0x4cd,0x4b6)]=[],_0x1e135d[_0x42ec11(_0x5f0fee._0x436bb0,0x30b,_0x5f0fee._0x2f9672,0x36c)]=[],_0x1e135d;}export function writeProviderAccounts(_0x52f6b9){const _0x4862cd={_0x2ecc4d:0x10e,_0x3125f5:0x14d,_0x297891:0x16c,_0x2b5971:0x5d8,_0x27f985:0x604,_0x337000:0x611,_0x46067f:0x619,_0x404427:0x68d,_0x1335db:0x613,_0x148b69:0xd7,_0x5862fa:0xae,_0x2047fc:0x67b,_0x2de8c4:0x668,_0x33c999:0x4e6,_0x5c5b06:0x183,_0x44715b:0x160,_0x26106d:0x5a4,_0x285c7c:0x5f3,_0x518442:0x67f,_0x3fb4c8:0x5a2,_0xacbdbc:0x135,_0x8a28e2:0x10c,_0x18c300:0x167,_0x59fdac:0x568,_0x1fd8c6:0x61a,_0x4c2222:0x622,_0x51c533:0x5bb,_0x33e13a:0x147,_0x11abff:0x114,_0x1dd220:0x149,_0x4e925a:0x52e,_0x118f88:0x522,_0x4ba813:0x1c8,_0x5226f1:0x126,_0x2b4483:0x15d,_0xd5cd4:0x5d4,_0x130d32:0x603,_0x49342b:0x13d,_0x35a194:0xef,_0x1ae393:0x98,_0x59f276:0x16e,_0x53a45c:0x79,_0x2f63bf:0x123,_0x3cf512:0x53c,_0x4db109:0x5e9,_0x3f0085:0x53a,_0x1517d3:0x582,_0x51b45f:0xf0,_0x4f3382:0x9a,_0x313e5a:0xfa,_0x4c963b:0xd3,_0x11734b:0x7d,_0x51c5f7:0xa3,_0x1f1d80:0x625,_0x342c49:0x127,_0x185649:0xea,_0x4ef5ac:0xcc,_0xbf753a:0x11b,_0x56037c:0xd4,_0x523739:0xf1,_0x465f8b:0xcf,_0x43a6b9:0x5e0,_0x3c9ed7:0x543,_0x17e556:0x4b5,_0x114bf9:0x530,_0x4af671:0x566,_0x54c1b3:0x5b0,_0x1bb5ce:0x125,_0x201d84:0x570,_0x5e48b7:0x5b0,_0x58eb1c:0x502},_0x44cab7={_0x1802c2:0xd5},_0x180f7c={_0xa50c75:0x1a9};function _0x4ce742(_0x2920a9,_0xe360e0,_0xd1b58a,_0x1c7f22){return _0x504a79(_0x1c7f22-0x77f,_0xe360e0-0x20,_0xd1b58a-_0x180f7c._0xa50c75,_0xe360e0);}const _0x466e72={'Qxgzm':function(_0x1c0a34){return _0x1c0a34();},'xAcbG':function(_0x503a12,_0x2a7feb){return _0x503a12(_0x2a7feb);},'DdpKd':_0x131fb2(-_0x4862cd._0x2ecc4d,-_0x4862cd._0x3125f5,-_0x4862cd._0x297891,-0x136)+_0x4ce742(_0x4862cd._0x2b5971,_0x4862cd._0x27f985,_0x4862cd._0x337000,0x5a0)+_0x4ce742(_0x4862cd._0x46067f,0x5ec,_0x4862cd._0x404427,_0x4862cd._0x1335db)+'s','YgEQE':_0x131fb2(-_0x4862cd._0x148b69,-0x12f,-_0x4862cd._0x5862fa,-0xb9),'CNaiU':_0x4ce742(_0x4862cd._0x2047fc,0x607,_0x4862cd._0x2de8c4,0x5ff),'uzzSX':_0x4ce742(0x52a,_0x4862cd._0x33c999,0x5a3,0x546),'Hppqq':_0x131fb2(-_0x4862cd._0x5c5b06,-0x18c,-_0x4862cd._0x44715b,-0x17a),'JOPaq':_0x4ce742(_0x4862cd._0x26106d,_0x4862cd._0x285c7c,_0x4862cd._0x518442,0x615)+_0x4ce742(0x57c,_0x4862cd._0x3fb4c8,0x535,0x53a)+'er\x20account'+'s'};function _0x131fb2(_0x932bfd,_0x1c9843,_0x36d0e8,_0x35f9f9){return _0x504a79(_0x35f9f9-_0x44cab7._0x1802c2,_0x1c9843-0xeb,_0x36d0e8-0x136,_0x1c9843);}try{if(_0x466e72[_0x131fb2(-_0x4862cd._0xacbdbc,-_0x4862cd._0x8a28e2,-_0x4862cd._0x18c300,-0xeb)]!==_0x466e72['YgEQE']){const _0xed4fe5={};_0xed4fe5[_0x4ce742(_0x4862cd._0x59fdac,_0x4862cd._0x1fd8c6,_0x4862cd._0x4c2222,_0x4862cd._0x51c533)]=!![],_0xed4fe5[_0x131fb2(-0x10f,-_0x4862cd._0x33e13a,-0x11e,-_0x4862cd._0x11abff)]=0x1c0,_0x3899bf[_0x131fb2(-0x145,-0x115,-_0x4862cd._0x1dd220,-0xd9)](_0x458e30,_0xed4fe5);}else{const _0x15c323=_0x23c1f0[_0x4ce742(_0x4862cd._0x4e925a,0x556,0x541,_0x4862cd._0x118f88)](ACCOUNTS_FILE);if(!_0x306291['existsSync'](_0x15c323)){if(_0x466e72[_0x131fb2(-_0x4862cd._0x4ba813,-_0x4862cd._0x5226f1,-0x147,-_0x4862cd._0x2b4483)]!==_0x466e72[_0x4ce742(0x59b,0x5d4,_0x4862cd._0xd5cd4,_0x4862cd._0x130d32)]){const _0x1e28a8={};_0x1e28a8[_0x131fb2(-_0x4862cd._0x49342b,-0x85,-0x6f,-_0x4862cd._0x35a194)]=!![],_0x1e28a8[_0x131fb2(-_0x4862cd._0x1ae393,-_0x4862cd._0x59f276,-0x157,-0x114)]=0x1c0,_0x306291[_0x131fb2(-_0x4862cd._0x53a45c,-0xd4,-0x14d,-0xd9)](_0x15c323,_0x1e28a8);}else{const _0xb420d4=_0x466e72[_0x131fb2(-0xe8,-_0x4862cd._0x2f63bf,-0xcf,-0xf5)](_0x21083e),_0x4768db=_0xb420d4[_0x276302]||[],_0x20fa7a=_0x4768db['find'](_0x402ce3=>_0x402ce3['id']===_0x3966ae);if(!_0x20fa7a)return![];_0x20fa7a[_0x4ce742(_0x4862cd._0x3cf512,_0x4862cd._0x4db109,_0x4862cd._0x3f0085,_0x4862cd._0x1517d3)]=_0x19acd7,_0x20fa7a[_0x131fb2(-0x3d,-_0x4862cd._0x51b45f,-0x80,-_0x4862cd._0x4f3382)]=new _0x5c2746()['toISOStrin'+'g'](),_0x10a2cd(_0xb420d4);_0x20fa7a[_0x131fb2(-0x1d9,-0x156,-_0x4862cd._0x313e5a,-0x16c)]&&_0x466e72[_0x131fb2(-_0x4862cd._0x4c963b,-_0x4862cd._0x11734b,-_0x4862cd._0x51c5f7,-0xbf)](_0x60e3ea,_0x1a696f);const _0x1f6c62={};return _0x1f6c62[_0x131fb2(-0x11f,-0x183,-0x1b9,-0x147)]=_0x266c45,_0x1f6c62['accountId']=_0x2ac1bb,_0x40e773[_0x4ce742(0x639,_0x4862cd._0x1f1d80,0x5db,0x608)](_0x466e72['DdpKd'],_0x1f6c62),!![];}}const _0x31f5b8={};_0x31f5b8[_0x131fb2(-_0x4862cd._0xacbdbc,-_0x4862cd._0x342c49,-0xa9,-0x114)]=0x180,_0x306291[_0x131fb2(-0x9b,-_0x4862cd._0x185649,-_0x4862cd._0x4ef5ac,-_0x4862cd._0xbf753a)+_0x131fb2(-_0x4862cd._0x56037c,-0x95,-_0x4862cd._0x523739,-_0x4862cd._0x465f8b)](ACCOUNTS_FILE,JSON[_0x4ce742(0x5f2,0x603,_0x4862cd._0x43a6b9,0x5ca)](_0x52f6b9,null,-0x5b0+-0x7f6+0x2*0x6d4),_0x31f5b8);}}catch(_0x2cb320){if(_0x4ce742(0x5ac,_0x4862cd._0x3c9ed7,_0x4862cd._0x17e556,_0x4862cd._0x114bf9)===_0x466e72['Hppqq']){const _0x42dd8d={};_0x42dd8d[_0x4ce742(_0x4862cd._0x4af671,0x569,0x57d,_0x4862cd._0x54c1b3)]=_0x2cb320[_0x131fb2(-0x17a,-0x18c,-0x148,-_0x4862cd._0x1bb5ce)],logger[_0x4ce742(0x5db,0x5b9,_0x4862cd._0x201d84,_0x4862cd._0x5e48b7)](_0x466e72[_0x4ce742(0x4eb,0x531,_0x4862cd._0x58eb1c,0x55b)],_0x42dd8d);throw _0x2cb320;}else return;}}export function getAccountsByProvider(_0x45099b){const _0x2f63c2={'ixssf':function(_0x3b7923){return _0x3b7923();}},_0x1f483f=_0x2f63c2['ixssf'](readProviderAccounts);return _0x1f483f[_0x45099b]||[];}export function getDefaultAccount(_0x5e9604){const _0x1fd709={_0x3c08ee:0x28,_0x444b55:0x44};function _0x433ad0(_0x34ec32,_0x4f0c5a,_0x2028ac,_0x4dce96){return _0x24e0e3(_0x34ec32- -0x2bc,_0x4f0c5a-0x28,_0x2028ac-0xff,_0x4dce96);}const _0x3eb766={'zWVvk':function(_0x3e6067,_0x3d539b){return _0x3e6067(_0x3d539b);}},_0x583653=_0x3eb766[_0x433ad0(0x59,_0x1fd709._0x3c08ee,_0x1fd709._0x444b55,-_0x1fd709._0x3c08ee)](getAccountsByProvider,_0x5e9604);function _0xb109cd(_0x4f9ef3,_0x76f47f,_0xda14b7,_0x5158ae){return _0x504a79(_0x4f9ef3-0x6ce,_0x76f47f-0xe9,_0xda14b7-0x177,_0x76f47f);}return _0x583653['find'](_0x29a691=>_0x29a691[_0x433ad0(-0x49,-0xc9,-0x9,-0x8c)])||_0x583653[0xaf8+0xb6+-0xbae]||null;}export function getAccountById(_0x32c92e,_0x4b9966){const _0x118960={_0x35622d:0x102,_0x2cab80:0xfd,_0x1f1d7f:0x139},_0x581267={_0x2eb520:0x1bb},_0x22e0a5={_0x4c85b2:0x1ab,_0xabdd86:0xc4};function _0x4a47b5(_0x585095,_0x23af42,_0x18e247,_0x18abb7){return _0x24e0e3(_0x18abb7- -_0x22e0a5._0x4c85b2,_0x23af42-0x129,_0x18e247-_0x22e0a5._0xabdd86,_0x585095);}function _0x185354(_0x477135,_0x25d1f4,_0x463574,_0x50a7c1){return _0x504a79(_0x463574-0x418,_0x25d1f4-0xb5,_0x463574-_0x581267._0x2eb520,_0x25d1f4);}const _0x1b3c1d={'CckYZ':function(_0x291fcf,_0x230b22){return _0x291fcf(_0x230b22);}},_0x33bd9e=_0x1b3c1d[_0x4a47b5(_0x118960._0x35622d,0x156,0xfe,_0x118960._0x2cab80)](getAccountsByProvider,_0x32c92e);return _0x33bd9e[_0x4a47b5(_0x118960._0x1f1d7f,0x137,0x64,0xdc)](_0x8e213e=>_0x8e213e['id']===_0x4b9966)||null;}export function addAccount(_0x5a83a2,_0x1d334c,_0x3e4a7f,_0x3f8af2,_0x4d417d){const _0x8a8e15={_0x852053:0x3f3,_0x5a339d:0x488,_0x3043ba:0x555,_0x4a4aad:0x52b,_0x20c67f:0x5a0,_0x4d2e7c:0x4e6,_0x2b681c:0x4a3,_0x3c5012:0x3cd,_0x497c2f:0x418,_0x2ca5d6:0x54a,_0x3455d2:0x53b,_0x5d8577:0x4ea,_0x2ee013:0x510,_0x914cce:0x39c,_0x42f910:0x40b,_0x214311:0x38b,_0x277663:0x401,_0x41ed82:0x472,_0x9bf833:0x4b9,_0x3d2c5e:0x4a6,_0x3f3663:0x40b,_0x33d4bc:0x3c2,_0x9ea743:0x3d5,_0x586b13:0x4da,_0xa4c5a9:0x51e,_0x130924:0x507,_0x2ce3c4:0x38c,_0xd1ee00:0x39f,_0x494725:0x378,_0xddcd6c:0x4a9,_0x2f2f95:0x46b,_0x4a8817:0x405,_0x2b4f2e:0x4e3,_0x307399:0x4f7,_0x166129:0x49a,_0x5b74cf:0x404,_0x4e3796:0x480,_0x485d23:0x46d,_0x43f776:0x4d5,_0x16e953:0x4ec,_0x52e9d6:0x475,_0x55bdb8:0x3de,_0x1736f7:0x3b1,_0x1f511d:0x468,_0x55315a:0x47d,_0x538669:0x382,_0x53cc55:0x39b,_0xdd8c26:0x331,_0x5cd974:0x501,_0x23abd1:0x4ef,_0x5889a3:0x528,_0x36accd:0x591,_0x182495:0x52a,_0x483967:0x524,_0x514644:0x3d1,_0x1b5c80:0x421,_0x453b02:0x476,_0x2cc422:0x57c,_0xd1b700:0x4e8,_0x5a359b:0x58a,_0x30816a:0x46f,_0x1f28a5:0x401,_0x6137f7:0x45c,_0x9e4ffb:0x3e5,_0x3793ca:0x3b3,_0x52101b:0x52d,_0x4f451d:0x4ac,_0x455504:0x419,_0x4c771a:0x442,_0x50b6a7:0x546,_0x45f234:0x4cb,_0x42bafb:0x425,_0x20afdd:0x5c0,_0x56f1c9:0x433,_0x3e56f8:0x456,_0x274b55:0x440,_0x449676:0x49f,_0x2f58e1:0x3cd,_0x1d4b44:0x44c,_0x10e6bc:0x46a,_0x5cfb9c:0x486,_0x23691c:0x4b8,_0x422d5a:0x3cc,_0x5c367d:0x414,_0x490a5d:0x42f,_0x3abca5:0x4e4,_0x315058:0x4de,_0x4738b8:0x51f,_0x373ea8:0x566,_0xd4dac7:0x5ab,_0x56c3d9:0x51f,_0x504ef5:0x4ee,_0x4dad7c:0x4a4,_0x213239:0x4bc,_0x39ff90:0x3ca,_0x225ef8:0x367,_0x453aac:0x439,_0x5c6764:0x3e6,_0x204ef7:0x38e,_0x1721cf:0x3bc,_0x2e8075:0x59b,_0x596ba1:0x559,_0x8c940:0x59d,_0x1861fd:0x3ea,_0xf7e206:0x3f8,_0x42def0:0x39e,_0x37da36:0x3d7},_0x519f95={_0x49d8fa:0x1b9},_0x483e06={_0x28a957:0x1dc},_0x1381ed={'oaIdY':function(_0x44b70a){return _0x44b70a();},'MuWKD':function(_0x36e812,_0x5ac2fd){return _0x36e812===_0x5ac2fd;},'wwGIV':function(_0x42e7c8,_0x178751){return _0x42e7c8(_0x178751);},'bCQXG':function(_0x121704,_0x16dadf){return _0x121704===_0x16dadf;},'diRdi':_0x591d6e(_0x8a8e15._0x852053,0x421,0x41d,_0x8a8e15._0x5a339d),'OeztB':_0x215d96(0x4e5,0x49b,0x53a,0x503),'gvVdp':'numeric','kEmPL':function(_0x12bbbf,_0x3e44c2){return _0x12bbbf||_0x3e44c2;},'MAQaq':_0x215d96(_0x8a8e15._0x3043ba,0x57b,_0x8a8e15._0x4a4aad,_0x8a8e15._0x20c67f)+'ider\x20accou'+'nt','kMdEX':function(_0x2cbe57,_0xf9630a){return _0x2cbe57(_0xf9630a);}},_0x344875=_0x1381ed['oaIdY'](readProviderAccounts),_0xce2a2e=_0x344875[_0x5a83a2]||[],_0x34013b=_0x3e4a7f?_0xce2a2e[_0x215d96(_0x8a8e15._0x4d2e7c,0x486,0x48a,_0x8a8e15._0x2b681c)](_0x388503=>_0x388503[_0x215d96(0x53b,0x4f3,0x4cf,0x521)]===_0x3e4a7f):null;if(_0x34013b){if(_0x1381ed[_0x591d6e(0x3d0,_0x8a8e15._0x3c5012,0x3bb,_0x8a8e15._0x497c2f)](_0x215d96(_0x8a8e15._0x2ca5d6,_0x8a8e15._0x3455d2,_0x8a8e15._0x5d8577,_0x8a8e15._0x2ee013),_0x591d6e(0x3c5,_0x8a8e15._0x914cce,_0x8a8e15._0x42f910,_0x8a8e15._0x214311))){const _0x50650b={};_0x50650b[_0x591d6e(0x41a,_0x8a8e15._0x277663,_0x8a8e15._0x41ed82,0x3ac)+'en']=_0x32e885['access_tok'+'en'],_0x50650b[_0x215d96(_0x8a8e15._0x9bf833,0x4e9,_0x8a8e15._0x3d2c5e,0x483)+_0x591d6e(_0x8a8e15._0x3f3663,_0x8a8e15._0x33d4bc,_0x8a8e15._0x9ea743,0x341)]=_0x487201[_0x215d96(_0x8a8e15._0x9bf833,0x530,_0x8a8e15._0x41ed82,0x50b)+_0x215d96(0x4f9,0x50c,_0x8a8e15._0x586b13,0x4db)],_0x50650b[_0x215d96(0x4d6,0x4c8,_0x8a8e15._0xa4c5a9,_0x8a8e15._0x130924)]=_0x5b3e08[_0x591d6e(_0x8a8e15._0x2ce3c4,_0x8a8e15._0xd1ee00,0x36f,_0x8a8e15._0x494725)],_0x6d2d00={'tokens':_0x50650b,'last_refresh':new _0x343c90()[_0x591d6e(_0x8a8e15._0xddcd6c,_0x8a8e15._0x2f2f95,0x406,_0x8a8e15._0x4a8817)+'g']()};}else{_0x34013b['tokens']=_0x1d334c,_0x34013b[_0x591d6e(0x469,0x46d,0x46f,_0x8a8e15._0x2b4f2e)]=new Date()['toISOStrin'+'g']();_0x3f8af2&&(_0x34013b['label']=_0x3f8af2);const _0x2db850={};_0x2db850[_0x215d96(_0x8a8e15._0x307399,_0x8a8e15._0x166129,0x573,0x4c9)]=_0x5a83a2,_0x2db850[_0x591d6e(0x3d4,_0x8a8e15._0x5b74cf,_0x8a8e15._0x4e3796,_0x8a8e15._0x485d23)]=_0x3e4a7f,_0x2db850['accountId']=_0x34013b['id'],logger[_0x215d96(_0x8a8e15._0x43f776,_0x8a8e15._0x16e953,_0x8a8e15._0x52e9d6,0x545)](_0x591d6e(_0x8a8e15._0x55bdb8,0x3e0,0x444,0x37c)+_0x591d6e(0x407,_0x8a8e15._0x1736f7,_0x8a8e15._0x497c2f,0x3f3)+'vider\x20acco'+_0x215d96(0x4bb,0x4f4,0x4ba,0x534),_0x2db850),_0x1381ed[_0x591d6e(0x40e,_0x8a8e15._0x1f511d,0x467,_0x8a8e15._0x55315a)](writeProviderAccounts,_0x344875);if(_0x34013b[_0x591d6e(_0x8a8e15._0x538669,_0x8a8e15._0x53cc55,_0x8a8e15._0xdd8c26,0x335)]){if(_0x1381ed[_0x215d96(_0x8a8e15._0x5cd974,_0x8a8e15._0x23abd1,0x53b,_0x8a8e15._0x5889a3)](_0x1381ed[_0x215d96(0x524,_0x8a8e15._0x36accd,_0x8a8e15._0x182495,_0x8a8e15._0x483967)],_0x591d6e(_0x8a8e15._0x514644,_0x8a8e15._0x1b5c80,0x3e3,_0x8a8e15._0x453b02)))_0x1381ed['wwGIV'](syncDefaultToCliFile,_0x5a83a2);else{const _0x1a5b18={};_0x1a5b18[_0x215d96(0x538,_0x8a8e15._0x2cc422,_0x8a8e15._0xd1b700,_0x8a8e15._0x5a359b)+'en']=_0x535656[_0x591d6e(_0x8a8e15._0x30816a,_0x8a8e15._0x1f28a5,0x3ee,_0x8a8e15._0x6137f7)+'en'],_0x1a5b18[_0x591d6e(0x30f,_0x8a8e15._0x538669,0x334,_0x8a8e15._0x9e4ffb)+_0x591d6e(0x3bb,0x3c2,0x359,_0x8a8e15._0x3793ca)]=_0x4eecbb[_0x215d96(0x4b9,_0x8a8e15._0x52101b,_0x8a8e15._0x4f451d,0x457)+_0x591d6e(_0x8a8e15._0x455504,0x3c2,0x388,_0x8a8e15._0x4c771a)],_0x1a5b18['token_type']=_0xf9565f['token_type'],_0x1a5b18[_0x215d96(_0x8a8e15._0x50b6a7,0x4e8,_0x8a8e15._0x45f234,0x508)]=_0x518969[_0x591d6e(0x47a,0x40f,_0x8a8e15._0x42bafb,0x41d)],_0x1a5b18[_0x215d96(0x54d,0x4ec,_0x8a8e15._0x20afdd,0x50f)]=_0x27dc56[_0x591d6e(_0x8a8e15._0x56f1c9,0x416,_0x8a8e15._0x3e56f8,0x472)],_0x12f402=_0x1a5b18;}}const _0x22aa7e={..._0x34013b};return _0x22aa7e[_0x591d6e(_0x8a8e15._0x274b55,0x430,_0x8a8e15._0x449676,_0x8a8e15._0x2f58e1)]=!![],_0x22aa7e;}}let _0x338789=_0x3f8af2;if(!_0x338789){if(_0x3e4a7f)_0x338789=_0x3e4a7f;else{const _0x58786c=new Date(),_0x3cbb9f=_0x58786c[_0x591d6e(0x454,0x3d7,0x388,_0x8a8e15._0x1d4b44)+_0x591d6e(0x4a4,_0x8a8e15._0x10e6bc,_0x8a8e15._0x5cfb9c,_0x8a8e15._0x23691c)](_0x1381ed[_0x591d6e(0x445,_0x8a8e15._0x422d5a,0x442,_0x8a8e15._0x5c367d)],{'month':_0x591d6e(0x3bb,_0x8a8e15._0x490a5d,0x3ea,0x444),'day':_0x1381ed[_0x591d6e(0x3d7,0x3be,0x349,0x408)]});_0x338789=_0x5a83a2[_0x215d96(0x4b5,_0x8a8e15._0x3abca5,_0x8a8e15._0x315058,_0x8a8e15._0x4738b8)](0x1*-0x1cee+-0x1fce+-0x12b*-0x34)['toUpperCas'+'e']()+_0x5a83a2[_0x215d96(0x587,_0x8a8e15._0x373ea8,0x579,_0x8a8e15._0xd4dac7)](0x17*-0x1ac+-0x11f+0x2794*0x1)+'\x20('+_0x3cbb9f+')';}}const _0x27cc4e={'id':_0x4a0b20[_0x215d96(_0x8a8e15._0x56c3d9,_0x8a8e15._0x504ef5,0x583,_0x8a8e15._0x4dad7c)](),'label':_0x338789,'email':_0x1381ed[_0x215d96(_0x8a8e15._0x213239,_0x8a8e15._0x166129,0x537,0x474)](_0x3e4a7f,null),'is_default':_0x1381ed[_0x591d6e(0x3a1,_0x8a8e15._0x39ff90,_0x8a8e15._0x225ef8,0x361)](_0xce2a2e[_0x591d6e(0x46f,_0x8a8e15._0x453aac,0x3de,0x424)],-0x299*0x7+0x167c+-0x44d),'created_at':new Date()[_0x591d6e(0x4ba,0x46b,0x4a7,0x433)+'g'](),'created_by':_0x4d417d,'tokens':_0x1d334c};_0xce2a2e[_0x215d96(0x536,0x550,0x52b,0x5ad)](_0x27cc4e),_0x344875[_0x5a83a2]=_0xce2a2e,writeProviderAccounts(_0x344875);const _0x3ebf95={};function _0x591d6e(_0x824075,_0x413f18,_0x16fe44,_0x2b8379){return _0x24e0e3(_0x413f18-0x128,_0x413f18-_0x483e06._0x28a957,_0x16fe44-0x57,_0x2b8379);}_0x3ebf95['provider']=_0x5a83a2;function _0x215d96(_0x1e3a20,_0x4af643,_0x440663,_0x4af8e9){return _0x504a79(_0x1e3a20-0x713,_0x4af643-_0x519f95._0x49d8fa,_0x440663-0x24,_0x4af643);}return _0x3ebf95[_0x591d6e(0x44f,_0x8a8e15._0x5c6764,0x395,_0x8a8e15._0x204ef7)]=_0x27cc4e['id'],_0x3ebf95[_0x591d6e(_0x8a8e15._0x1721cf,0x404,0x3ec,0x3cf)]=_0x3e4a7f,_0x3ebf95[_0x215d96(_0x8a8e15._0x2e8075,0x52b,0x5e8,0x612)]=_0x3f8af2,_0x3ebf95[_0x215d96(_0x8a8e15._0x596ba1,_0x8a8e15._0x8c940,0x5b7,0x572)]=_0x27cc4e[_0x591d6e(0x329,0x39b,_0x8a8e15._0x1861fd,0x330)],logger[_0x591d6e(_0x8a8e15._0xf7e206,_0x8a8e15._0x42def0,0x324,0x3e5)](_0x1381ed['MAQaq'],_0x3ebf95),_0x27cc4e['is_default']&&_0x1381ed[_0x591d6e(0x303,0x380,_0x8a8e15._0x37da36,0x364)](syncDefaultToCliFile,_0x5a83a2),_0x27cc4e;}export function removeAccount(_0x1f159a,_0x4ba0a8){const _0x3b4417={_0x4a6b59:0x31,_0x5d65f7:0xd,_0x36f420:0x123,_0x111309:0x135,_0x2b3b8b:0x10f,_0xca0580:0x122,_0x137982:0xef,_0x2d911b:0xd3,_0x2875bd:0x112,_0x374870:0x41,_0x8644a:0x3a,_0x1ede5c:0xad,_0x2ae6a9:0x77,_0xd3cebf:0x86,_0x3b1dab:0x1b,_0x2c8e53:0x6,_0x80b8ae:0x186,_0x4c153e:0x1e7,_0x1ea35c:0x3c,_0x226d8f:0x8c,_0x34edbe:0x10a,_0x5cc0d3:0x182,_0x27006c:0x16e,_0x120ca7:0x15d,_0x1968f5:0x62,_0x48b294:0x8d,_0x2d62b1:0xfc,_0x2051c5:0xce,_0x48b423:0xa3,_0x575555:0xd,_0x2f2179:0x11,_0x1cfd0c:0x11f,_0x1f0159:0x24,_0x59db1b:0x7f,_0x27fc29:0x5f,_0x4560ed:0xbf,_0x34be36:0xa6,_0x471aff:0x8a,_0x2df88e:0xbb,_0x172d86:0x26,_0x2184ff:0x8,_0x26ed73:0x9f,_0x4a2ef4:0x36,_0x2b75d6:0x15,_0x16828c:0x75,_0x11d2b3:0xee,_0x4743c5:0xb6,_0x2aaad5:0x7c,_0x7084a:0x23,_0x42e4eb:0xe4,_0x11462d:0xc7,_0x119501:0x18,_0x1e44f4:0x26,_0x57fc7e:0x2a,_0x2ccd4f:0x65,_0x1c664f:0x28,_0x4617b4:0x82,_0xa1b1b1:0x52,_0xa9cddd:0x192,_0x39afcb:0x122,_0x5d1775:0x1b3,_0x18caa9:0xe7,_0x55a7c6:0x177,_0x1838c3:0x3b,_0x1a412c:0x29,_0x5237e2:0x1e,_0x3027f1:0x7a,_0x2bb687:0x90,_0x1d8dd8:0x2a,_0x3aa4e1:0x5b,_0xb11111:0x7d,_0xb2ee62:0xa6},_0x43ee2c={_0x409cea:0x1ac,_0x3bd274:0x8b},_0x18aea6={_0x5a5036:0x10d,_0x229ff2:0x127},_0x1f1ac5={'PRviZ':_0x2b645c(0x19e,0x1ff,0x152,0x191)+_0x42eb8d(-_0x3b4417._0x4a6b59,-0x9c,_0x3b4417._0x5d65f7,-0x5f)+_0x2b645c(_0x3b4417._0x36f420,_0x3b4417._0x111309,0x187,0x10c)+'s','sSZZK':function(_0x11a424){return _0x11a424();},'WsMlx':function(_0x41a448,_0x2f5acd){return _0x41a448===_0x2f5acd;},'exBHu':_0x2b645c(0xe9,0x142,0xe7,0xde),'vQUyr':'Set\x20new\x20de'+_0x2b645c(_0x3b4417._0x2b3b8b,0x113,_0x3b4417._0xca0580,0x103)+_0x2b645c(_0x3b4417._0x137982,0x87,_0x3b4417._0x2d911b,_0x3b4417._0x2875bd)+_0x42eb8d(-_0x3b4417._0x374870,_0x3b4417._0x8644a,-_0x3b4417._0x1ede5c,-_0x3b4417._0x2ae6a9),'ygPFq':function(_0x357140,_0x4fd050){return _0x357140(_0x4fd050);},'DMgHJ':function(_0x9b21fb,_0xac56ad){return _0x9b21fb(_0xac56ad);},'ERVaF':'Removed\x20pr'+_0x42eb8d(0x35,_0x3b4417._0xd3cebf,_0x3b4417._0x3b1dab,-_0x3b4417._0x2c8e53)+_0x2b645c(_0x3b4417._0x80b8ae,_0x3b4417._0x4c153e,0x16c,0x1e4)};function _0x42eb8d(_0x4debf8,_0x343bf0,_0x3d75d2,_0x108772){return _0x24e0e3(_0x4debf8- -0x2a0,_0x343bf0-_0x18aea6._0x5a5036,_0x3d75d2-_0x18aea6._0x229ff2,_0x108772);}const _0x49100b=_0x1f1ac5['sSZZK'](readProviderAccounts);function _0x2b645c(_0x1427cf,_0x6bb7f8,_0xe21cf1,_0x4f1939){return _0x24e0e3(_0x1427cf- -_0x43ee2c._0x409cea,_0x6bb7f8-_0x43ee2c._0x3bd274,_0xe21cf1-0x13c,_0x6bb7f8);}const _0x46c93e=_0x49100b[_0x1f159a]||[],_0x44f92a=_0x46c93e[_0x42eb8d(-_0x3b4417._0x1ea35c,-_0x3b4417._0x226d8f,-0x1b,-0xab)](_0x17e5eb=>_0x17e5eb['id']===_0x4ba0a8);if(_0x1f1ac5[_0x2b645c(0x13c,0x1a7,0x100,_0x3b4417._0x34edbe)](_0x44f92a,-(0x397*-0x2+-0x21e0+-0x1*-0x290f))){if(_0x1f1ac5[_0x2b645c(_0x3b4417._0x5cc0d3,_0x3b4417._0x27006c,_0x3b4417._0x120ca7,0x12f)]==='YnrDk')return![];else try{const _0x2bc717=_0x5ebb3c[_0x2b645c(0xab,_0x3b4417._0x1968f5,_0x3b4417._0x48b294,0x10c)](_0x186119);if(!_0x236ff9[_0x42eb8d(0x84,_0x3b4417._0x2d62b1,_0x3b4417._0x2051c5,_0x3b4417._0x48b423)](_0x2bc717)){const _0x135857={};_0x135857['recursive']=!![],_0x135857[_0x42eb8d(0x2b,_0x3b4417._0x4a6b59,-_0x3b4417._0x575555,-_0x3b4417._0x2f2179)]=0x1c0,_0x68f39b['mkdirSync'](_0x2bc717,_0x135857);}const _0x255744={};_0x255744[_0x2b645c(_0x3b4417._0x1cfd0c,0xbe,0x19c,0x156)]=0x180,_0x2e1025[_0x42eb8d(_0x3b4417._0x1f0159,0x1c,_0x3b4417._0x59db1b,_0x3b4417._0x374870)+'ync'](_0x1b0b69,_0x278fdd[_0x42eb8d(_0x3b4417._0x27fc29,_0x3b4417._0x4560ed,0xc8,0x3f)](_0x2ad4c1,null,-0x1*-0x1d63+-0x236+-0x1b2b),_0x255744);}catch(_0x221077){const _0x3f20ac={};_0x3f20ac[_0x42eb8d(0x45,_0x3b4417._0x34be36,_0x3b4417._0x471aff,_0x3b4417._0x2df88e)]=_0x221077[_0x42eb8d(0x1a,-_0x3b4417._0x172d86,0x4d,_0x3b4417._0x2184ff)],_0xb97fef[_0x42eb8d(0x45,_0x3b4417._0x26ed73,0x5a,-0x7)](_0x1f1ac5[_0x42eb8d(_0x3b4417._0x4a2ef4,_0x3b4417._0x2b75d6,_0x3b4417._0x16828c,0x4e)],_0x3f20ac);throw _0x221077;}}const _0x1ea02c=_0x46c93e[_0x44f92a]['is_default'];_0x46c93e[_0x42eb8d(0xa4,_0x3b4417._0x11d2b3,_0x3b4417._0x4743c5,0xf8)](_0x44f92a,0x1b7*0xc+0x2*0xbcd+-0x2c2d),_0x49100b[_0x1f159a]=_0x46c93e;if(_0x1ea02c&&_0x46c93e[_0x42eb8d(0x71,0x68,_0x3b4417._0x2aaad5,_0x3b4417._0x7084a)]>-0x13d*-0xf+-0xa6f*-0x1+-0x1d02){_0x46c93e[-0x14ff+-0x2b*-0x62+0x489][_0x2b645c(0xc7,_0x3b4417._0x42e4eb,_0x3b4417._0x11462d,0x122)]=!![];const _0x35d6f1={};_0x35d6f1[_0x42eb8d(-0x8,_0x3b4417._0x119501,_0x3b4417._0x1e44f4,_0x3b4417._0x57fc7e)]=_0x1f159a,_0x35d6f1[_0x42eb8d(_0x3b4417._0x2ccd4f,0xd2,0x43,_0x3b4417._0x1c664f)+'Id']=_0x46c93e[-0x1*-0x136d+-0xfa1*0x1+-0x3cc]['id'],logger[_0x2b645c(0xca,_0x3b4417._0x4617b4,_0x3b4417._0x2b3b8b,_0x3b4417._0xa1b1b1)](_0x1f1ac5[_0x2b645c(_0x3b4417._0xa9cddd,_0x3b4417._0x39afcb,_0x3b4417._0x5d1775,0x205)],_0x35d6f1);}_0x1f1ac5['ygPFq'](writeProviderAccounts,_0x49100b);_0x1ea02c&&(_0x46c93e[_0x2b645c(0x165,_0x3b4417._0x18caa9,_0x3b4417._0x55a7c6,0xf3)]>-0x13c9*0x1+-0x2151+-0x2*-0x1a8d?_0x1f1ac5[_0x42eb8d(_0x3b4417._0x1838c3,_0x3b4417._0x1a412c,0x43,-0x16)](syncDefaultToCliFile,_0x1f159a):removeCliFile(_0x1f159a));const _0x53dee4={};return _0x53dee4['provider']=_0x1f159a,_0x53dee4[_0x42eb8d(_0x3b4417._0x5237e2,-_0x3b4417._0x4a6b59,0x18,_0x3b4417._0x3027f1)]=_0x4ba0a8,_0x53dee4[_0x42eb8d(0x82,0x70,_0x3b4417._0x2bb687,0xe8)]=_0x1ea02c,logger[_0x42eb8d(-_0x3b4417._0x1d8dd8,-0x90,-_0x3b4417._0x3aa4e1,-0x10)](_0x1f1ac5[_0x42eb8d(_0x3b4417._0xb11111,0x5,0x89,_0x3b4417._0xb2ee62)],_0x53dee4),!![];}export function setDefaultAccount(_0x4eb641,_0x2fc66b){const _0x2f29ca={_0x21e351:0x418,_0x526c41:0x3ae,_0x23e2f8:0x3d4,_0x38d293:0x45e,_0xa0f329:0x47e,_0x117fa2:0x4b5,_0x5b9456:0x487,_0x6c5ab:0x3b9,_0x2f0d6f:0x88,_0x3d6f69:0x2b,_0x1a6378:0x3f,_0x163098:0x68,_0x58ee61:0x8,_0x342462:0x3fb,_0x5d31bf:0x35a,_0xe3c2f8:0x453,_0x48022d:0x406,_0x4b70b7:0x405},_0x6098a={_0x11065a:0x1ee},_0x84a0d7={_0x261a8a:0x6a},_0x24bbed={_0x3467c8:0x1e7},_0x9f020d={'JDVUq':function(_0x238e36,_0x377a74){return _0x238e36===_0x377a74;},'JIBOr':function(_0xa02d47){return _0xa02d47();},'reOUT':function(_0x3c7c47,_0x2b48f3){return _0x3c7c47(_0x2b48f3);},'jyFkp':_0x29d9d9(0x3fc,0x3e2,0x41c,_0x2f29ca._0x21e351)+_0x29d9d9(_0x2f29ca._0x526c41,_0x2f29ca._0x23e2f8,0x351,0x33b)+_0x29d9d9(_0x2f29ca._0x38d293,_0x2f29ca._0xa0f329,_0x2f29ca._0x117fa2,_0x2f29ca._0x5b9456)},_0xdde6f1=_0x9f020d[_0x29d9d9(0x3d8,0x364,0x394,_0x2f29ca._0x6c5ab)](readProviderAccounts),_0x4a41f7=_0xdde6f1[_0x4eb641]||[],_0x5f0e8f=_0x4a41f7['find'](_0x43e07c=>_0x43e07c['id']===_0x2fc66b);if(!_0x5f0e8f)return![];_0x4a41f7[_0x471a98(-_0x2f29ca._0x2f0d6f,-0x88,-_0x2f29ca._0x3d6f69,0x27)](_0x2c3855=>{const _0x333480={_0xb41b5a:0x131};function _0x293903(_0x1bbd94,_0x5a2707,_0x554ae4,_0x38a773){return _0x29d9d9(_0x1bbd94- -0x178,_0x38a773,_0x554ae4-_0x333480._0xb41b5a,_0x38a773-0x108);}_0x2c3855['is_default']=_0x9f020d[_0x293903(0x23c,_0x24bbed._0x3467c8,0x260,0x2ba)](_0x2c3855['id'],_0x2fc66b);}),writeProviderAccounts(_0xdde6f1);function _0x29d9d9(_0x382c7d,_0x3f6de0,_0x4aacdf,_0xb6bc75){return _0x504a79(_0x382c7d-0x5e9,_0x3f6de0-_0x84a0d7._0x261a8a,_0x4aacdf-0x97,_0x3f6de0);}_0x9f020d[_0x471a98(-_0x2f29ca._0x1a6378,_0x2f29ca._0x163098,-_0x2f29ca._0x58ee61,-0x81)](syncDefaultToCliFile,_0x4eb641);const _0x114246={};_0x114246[_0x29d9d9(0x3cd,_0x2f29ca._0x342462,0x428,_0x2f29ca._0x5d31bf)]=_0x4eb641,_0x114246[_0x29d9d9(0x3f3,_0x2f29ca._0xe3c2f8,0x421,0x3f9)]=_0x2fc66b,logger['info'](_0x9f020d[_0x29d9d9(_0x2f29ca._0x48022d,_0x2f29ca._0x4b70b7,0x472,0x3a8)],_0x114246);function _0x471a98(_0x42497a,_0x18addd,_0x166332,_0x27a9f7){return _0x24e0e3(_0x166332- -0x28d,_0x18addd-0x4f,_0x166332-_0x6098a._0x11065a,_0x18addd);}return!![];}export function updateAccountLabel(_0x460ca7,_0x29b7e6,_0x2a83c6){const _0x2d3c5e={_0x5c9556:0x22d,_0xcad8a6:0x220,_0x621899:0x1e0,_0x1b2a8b:0x186,_0x147281:0x1c2,_0x4df3cc:0x1cb,_0x3dc597:0x2b0,_0x3edc7b:0x263,_0xb85c85:0x233,_0x327b83:0x1a6,_0x6dbd95:0x24a,_0x126c38:0x215,_0x5c00b6:0x242,_0x395a0b:0x24d,_0xee73ee:0x281,_0x26b23f:0x19a,_0x528c03:0x122,_0x4589e4:0x2c1,_0x5b02e0:0x262,_0x10dede:0x290,_0x223331:0x2b5,_0xb70e7d:0x286,_0x51078f:0x23d,_0x25c5df:0x1c7,_0x377181:0x2ad,_0x34b3f2:0x22f,_0x118fa3:0x295,_0xbe57cf:0x1f8,_0xa363b0:0x239,_0x3192e4:0x2a9,_0xdd5f8:0x348,_0x2e6ff0:0x281,_0x7d88ad:0x2d3,_0x532777:0x25f,_0x494f35:0x339,_0x11c6f8:0x2c3,_0x1e5521:0x175,_0x148463:0x1f0,_0x42c383:0x17a,_0x417c97:0x1ef,_0x4cb4ef:0x1c8},_0x2e1e22={_0x52e399:0x391,_0x409483:0x55,_0x444249:0x101},_0x3b221b={_0x12e33b:0x72,_0xef6fe5:0x39},_0x3c78d1={'Avtig':'en-US','ZzhXW':_0x3ce87d(0x1a4,0x215,_0x2d3c5e._0x5c9556,_0x2d3c5e._0xcad8a6),'tKjyo':function(_0x4ba153,_0x10a321){return _0x4ba153+_0x10a321;},'QTkle':function(_0xe854e0){return _0xe854e0();},'IBolz':function(_0x5c39e2,_0x41e4d3){return _0x5c39e2===_0x41e4d3;},'RihOv':_0x3ce87d(0x1c8,0x19d,0x24c,_0x2d3c5e._0x621899),'wISUI':'OxlNV','reKgV':function(_0x41abd6,_0x330327){return _0x41abd6(_0x330327);},'WqdCz':_0x134aa7(_0x2d3c5e._0x1b2a8b,_0x2d3c5e._0x147281,0x121,_0x2d3c5e._0x4df3cc)+_0x3ce87d(_0x2d3c5e._0x3dc597,0x227,0x220,_0x2d3c5e._0x3edc7b)+'ount\x20label'},_0x5696f6=_0x3c78d1[_0x134aa7(0x1bc,0x1ab,_0x2d3c5e._0xb85c85,0x1bb)](readProviderAccounts),_0x504f6f=_0x5696f6[_0x460ca7]||[],_0xcd1a43=_0x504f6f[_0x3ce87d(_0x2d3c5e._0x327b83,0x289,_0x2d3c5e._0x6dbd95,_0x2d3c5e._0x126c38)](_0x4f6be4=>_0x4f6be4['id']===_0x29b7e6);function _0x3ce87d(_0x5afe5c,_0x1c74d6,_0x4abe98,_0x3fd73f){return _0x24e0e3(_0x3fd73f- -_0x3b221b._0x12e33b,_0x1c74d6-_0x3b221b._0xef6fe5,_0x4abe98-0x143,_0x5afe5c);}if(!_0xcd1a43){if(_0x3c78d1[_0x3ce87d(_0x2d3c5e._0x5c00b6,_0x2d3c5e._0x395a0b,_0x2d3c5e._0xee73ee,0x27b)](_0x3c78d1[_0x134aa7(_0x2d3c5e._0x26b23f,0x15f,_0x2d3c5e._0x528c03,0x17a)],_0x3c78d1[_0x3ce87d(0x304,_0x2d3c5e._0x4589e4,_0x2d3c5e._0x5b02e0,_0x2d3c5e._0x10dede)])){if(_0x26feae)_0x165c5d=_0x2ee6cc;else{const _0x8689f=new _0xe9aefe(),_0x542151=_0x8689f[_0x3ce87d(0x262,_0x2d3c5e._0x223331,_0x2d3c5e._0xb70e7d,_0x2d3c5e._0x51078f)+'teString'](_0x3c78d1[_0x134aa7(0x148,0xf2,_0x2d3c5e._0x25c5df,0x169)],{'month':_0x3ce87d(_0x2d3c5e._0x377181,_0x2d3c5e._0x34b3f2,0x2cf,_0x2d3c5e._0x118fa3),'day':_0x3c78d1[_0x3ce87d(0x191,_0x2d3c5e._0xbe57cf,0x228,0x1ef)]});_0x4ea61a=_0x3c78d1[_0x134aa7(0x204,0x192,_0x2d3c5e._0xa363b0,0x193)](_0x1f3c8e['charAt'](0x83e*-0x4+-0x130b+0x3403)['toUpperCas'+'e'](),_0x2b10b0['slice'](0x1b0c+0x192d+0x4*-0xd0e))+'\x20('+_0x542151+')';}}else return![];}_0xcd1a43[_0x3ce87d(0x30a,_0x2d3c5e._0x3192e4,_0x2d3c5e._0xdd5f8,0x2ca)]=_0x2a83c6,_0xcd1a43[_0x3ce87d(0x2cc,_0x2d3c5e._0x2e6ff0,0x2ee,_0x2d3c5e._0x7d88ad)]=new Date()['toISOStrin'+'g'](),_0x3c78d1[_0x3ce87d(_0x2d3c5e._0x532777,0x2ec,_0x2d3c5e._0x494f35,_0x2d3c5e._0x11c6f8)](writeProviderAccounts,_0x5696f6);const _0x2dc208={};_0x2dc208[_0x134aa7(_0x2d3c5e._0x1e5521,0x1cd,_0x2d3c5e._0x1e5521,_0x2d3c5e._0x148463)]=_0x460ca7,_0x2dc208[_0x134aa7(0x19b,_0x2d3c5e._0x42c383,0x190,_0x2d3c5e._0x417c97)]=_0x29b7e6,_0x2dc208[_0x134aa7(0x219,0x19a,_0x2d3c5e._0x4cb4ef,0x1f6)]=_0x2a83c6;function _0x134aa7(_0x2b9285,_0x106929,_0xaab101,_0x1c0e0c){return _0x504a79(_0x2b9285-_0x2e1e22._0x52e399,_0x106929-_0x2e1e22._0x409483,_0xaab101-_0x2e1e22._0x444249,_0x106929);}return logger['info'](_0x3c78d1['WqdCz'],_0x2dc208),!![];}export function updateAccountEmail(_0x4195ca,_0x3b9c79,_0x39bfe6){const _0x2d5517={_0x3bf6bb:0x5fc,_0x1c9baf:0x5a5,_0x37338e:0x64f,_0x52e429:0x161,_0x3a4948:0x1ab,_0x2e2ca2:0x1a7,_0xbefac6:0x14e,_0x354fba:0xeb,_0x16bd99:0x11b,_0x57b7db:0x12f,_0x44030e:0x616,_0x24ab9c:0x563,_0x162985:0x1a2,_0x50ac99:0x13d,_0x405a64:0x1bf,_0x46ed0a:0x16a,_0x49da12:0xfc,_0x82ab60:0x122,_0x128347:0xb0,_0x3effe5:0x140,_0x34315b:0x1b2,_0x168ce1:0x54f,_0x532123:0x54c},_0x42fe4e={_0x1c3d61:0x2d9},_0x2bdb0e={_0x3f24a7:0xc1,_0x220471:0xd},_0x52db57={'zKxWD':function(_0x42376d){return _0x42376d();},'CHrTX':function(_0x2a1c7f,_0x2a6823){return _0x2a1c7f(_0x2a6823);},'imqSQ':'Updated\x20pr'+'ovider\x20acc'+_0x521cc9(0x5c0,_0x2d5517._0x3bf6bb,_0x2d5517._0x1c9baf,_0x2d5517._0x37338e)},_0x4c47e7=_0x52db57[_0x11b861(_0x2d5517._0x52e429,_0x2d5517._0x3a4948,_0x2d5517._0x2e2ca2,0x15e)](readProviderAccounts),_0x56dee1=_0x4c47e7[_0x4195ca]||[],_0x3160a9=_0x56dee1[_0x11b861(_0x2d5517._0xbefac6,_0x2d5517._0x354fba,_0x2d5517._0x16bd99,_0x2d5517._0x57b7db)](_0x2beea5=>_0x2beea5['id']===_0x3b9c79);if(!_0x3160a9)return![];_0x3160a9[_0x521cc9(0x582,0x5b5,_0x2d5517._0x44030e,_0x2d5517._0x24ab9c)]=_0x39bfe6,_0x3160a9[_0x11b861(_0x2d5517._0x162985,0x1a9,_0x2d5517._0x50ac99,_0x2d5517._0x405a64)]=new Date()['toISOStrin'+'g'](),_0x52db57['CHrTX'](writeProviderAccounts,_0x4c47e7);const _0x52785f={};_0x52785f[_0x11b861(_0x2d5517._0x46ed0a,_0x2d5517._0x49da12,0x17b,0x15c)]=_0x4195ca,_0x52785f[_0x11b861(0x16b,_0x2d5517._0x82ab60,_0x2d5517._0x128347,0xe4)]=_0x3b9c79;function _0x11b861(_0x38cbab,_0x109005,_0x5d935f,_0x374547){return _0x24e0e3(_0x109005- -0x19c,_0x109005-_0x2bdb0e._0x3f24a7,_0x5d935f-_0x2bdb0e._0x220471,_0x374547);}_0x52785f[_0x11b861(0xf8,_0x2d5517._0x3effe5,_0x2d5517._0x34315b,0x1b5)]=_0x39bfe6;function _0x521cc9(_0x44e12c,_0x584271,_0x51a745,_0x59d519){return _0x24e0e3(_0x584271-_0x42fe4e._0x1c3d61,_0x584271-0x51,_0x51a745-0x23,_0x59d519);}return logger[_0x521cc9(0x4f4,_0x2d5517._0x168ce1,0x549,_0x2d5517._0x532123)](_0x52db57['imqSQ'],_0x52785f),!![];}export function updateAccountTokens(_0x3c5b33,_0x1eaa96,_0x32bc33){const _0x1019bc={_0x359fc4:0x5c,_0x2f0a5f:0x1d,_0xaa18a2:0x5c,_0x21949e:0xb6,_0x4efd08:0x6c,_0x120590:0x35,_0x34a1d9:0x32a,_0x2bcfd1:0x70,_0x3abbb5:0x6e,_0x2f831d:0xd,_0x512196:0x6e,_0x26abac:0x9f,_0x2e9597:0x54,_0xf79e26:0x8,_0x143ddf:0x85,_0x24aa72:0x29f,_0x30dd2f:0x2c7,_0xb00be7:0x313,_0x2b642f:0x309,_0x2ad6d2:0x2b4,_0x3793ba:0x2d1,_0x22b5e6:0x2aa,_0x3f516f:0xa0,_0x55bb9b:0x76,_0x2f2657:0x6a,_0x7f80aa:0x20,_0xa4c61b:0x32,_0x30b268:0xb,_0x148078:0x23b,_0x33a923:0x2af,_0x3cea0c:0x290,_0x531a03:0x2c9,_0x544dfb:0x8c,_0x5088c4:0x5f,_0x46323f:0x37,_0x23ce95:0x1f,_0x5cf89b:0xdc,_0xd4873d:0xa9,_0x524a75:0x29d,_0x28baad:0x25e,_0x2bb397:0x20e},_0x353109={_0x27fa71:0x1aa},_0x4cd952={_0x1215d8:0x341,_0x5db7d9:0x19f,_0xab50dc:0x1bd},_0x1d2e29={'RiAHb':'migration','ejKmq':_0x4e4009(0x24,-_0x1019bc._0x359fc4,-0x33,_0x1019bc._0x2f0a5f)+'LI\x20credent'+'ials','KqqeZ':function(_0x4216f8){return _0x4216f8();},'iFUIE':function(_0x379b47,_0x48f97e){return _0x379b47===_0x48f97e;},'UkKYj':function(_0x1f0aa8,_0xe9b778){return _0x1f0aa8(_0xe9b778);},'jBWYp':_0x4e4009(-0xb1,-0xaa,-0x98,-0x26)+_0x4e4009(-_0x1019bc._0xaa18a2,-_0x1019bc._0x21949e,-_0x1019bc._0x4efd08,-0xe2)+_0x4e4009(-0x62,_0x1019bc._0x120590,0x7,-0x14)+'s'};function _0x4e4009(_0x537747,_0x15c43c,_0x63b5de,_0x2c669f){return _0x24e0e3(_0x63b5de- -_0x4cd952._0x1215d8,_0x15c43c-_0x4cd952._0x5db7d9,_0x63b5de-_0x4cd952._0xab50dc,_0x2c669f);}const _0x8c1db=_0x1d2e29[_0x192704(0x28c,0x2c3,0x29a,_0x1019bc._0x34a1d9)](readProviderAccounts);function _0x192704(_0x4ecb01,_0x37bc6c,_0x409fb3,_0x45ad1d){return _0x504a79(_0x37bc6c-0x438,_0x37bc6c-0x63,_0x409fb3-_0x353109._0x27fa71,_0x4ecb01);}const _0x38946a=_0x8c1db[_0x3c5b33]||[],_0x52ea24=_0x38946a['find'](_0x12fa0f=>_0x12fa0f['id']===_0x1eaa96);if(!_0x52ea24){if(_0x1d2e29['iFUIE'](_0x4e4009(-0x8c,-_0x1019bc._0x2bcfd1,-_0x1019bc._0x3abbb5,_0x1019bc._0x2f831d),_0x4e4009(-0x3e,-0x87,-_0x1019bc._0x512196,-0x84)))return![];else{const _0x56f46f=_0x36be85[_0x4e4009(-0x160,-0x13f,-0xf0,-_0x1019bc._0x26abac)](_0x387cf7),_0x5e6814={'id':_0x1c8e83[_0x4e4009(-_0x1019bc._0x2e9597,-0x7e,-0x81,-0xd)](),'label':_0x4e4009(-0xe4,-_0x1019bc._0xf79e26,-_0x1019bc._0x143ddf,-0x99),'email':null,'is_default':!![],'created_at':_0x56f46f[_0x192704(_0x1019bc._0x24aa72,0x2ae,0x265,_0x1019bc._0x30dd2f)][_0x192704(_0x1019bc._0xb00be7,0x2c7,0x2d5,_0x1019bc._0x2b642f)+'g'](),'created_by':_0x1d2e29[_0x192704(_0x1019bc._0x2ad6d2,_0x1019bc._0x3793ba,0x2d1,_0x1019bc._0x22b5e6)],'tokens':_0x221fc0};_0x54bc59[_0x32d697][_0x4e4009(-_0x1019bc._0x3f516f,-_0x1019bc._0x55bb9b,-_0x1019bc._0x2f2657,0x4)](_0x5e6814),_0xa30c6f=!![];const _0x5e8d9a={};_0x5e8d9a['provider']=_0x93026a,_0x5e8d9a['accountId']=_0x5e6814['id'],_0x95a6aa['info'](_0x1d2e29[_0x4e4009(_0x1019bc._0x7f80aa,-_0x1019bc._0xa4c61b,_0x1019bc._0x30b268,0x22)],_0x5e8d9a);}}_0x52ea24[_0x192704(0x1bf,_0x1019bc._0x148078,0x1db,_0x1019bc._0x33a923)]=_0x32bc33,_0x52ea24[_0x192704(_0x1019bc._0x3cea0c,_0x1019bc._0x531a03,0x340,0x2ef)]=new Date()[_0x192704(0x288,0x2c7,0x2f4,0x2d3)+'g'](),_0x1d2e29['UkKYj'](writeProviderAccounts,_0x8c1db);_0x52ea24[_0x4e4009(-0xb5,-0xf6,-0xce,-0x116)]&&_0x1d2e29[_0x4e4009(-_0x1019bc._0x544dfb,-_0x1019bc._0x5088c4,-_0x1019bc._0x46323f,-_0x1019bc._0x23ce95)](syncDefaultToCliFile,_0x3c5b33);const _0x15ceba={};return _0x15ceba[_0x4e4009(-_0x1019bc._0x5cf89b,-0xcf,-_0x1019bc._0xd4873d,-0x84)]=_0x3c5b33,_0x15ceba['accountId']=_0x1eaa96,logger[_0x192704(_0x1019bc._0x524a75,0x2c1,0x27c,0x2e2)](_0x1d2e29[_0x192704(0x207,_0x1019bc._0x28baad,_0x1019bc._0x2bb397,0x1f0)],_0x15ceba),!![];}export function syncDefaultToCliFile(_0x34b18a){const _0x5011d3={_0x29cbbc:0x3f,_0x281077:0xa9,_0x5f056d:0x43,_0x239108:0x143,_0x19900d:0x14b,_0x129b88:0x19e,_0x1702b9:0x11e,_0x1eb904:0x15e,_0x5931ea:0x15f,_0x3a418b:0xad,_0x58e6c8:0x164,_0x341cf7:0x17e,_0x56f235:0x9f,_0x11f560:0xb1,_0xd3ff11:0xa5,_0x313ae3:0x93,_0x22ad6f:0xf2,_0x53e690:0x92,_0x3bac1e:0x36,_0x263749:0x39,_0x1d913c:0x46,_0xb4e326:0xda,_0xca62cd:0x179,_0x1e10c3:0x10e,_0x23b405:0x1aa,_0x3113a3:0xa6,_0x544a16:0x115,_0x1b44f7:0x9a,_0x499332:0x8c,_0x51d0b3:0x56,_0x18fdf7:0x47,_0x41fa91:0x41,_0x431543:0x4d,_0x21d6ee:0x183,_0x3fb760:0x129,_0x322bc0:0xc8,_0x35580f:0x17d,_0xdfbd45:0x57,_0x2872c1:0x58,_0x1ad0cf:0x95,_0x1e7f96:0x3b,_0x7e6dd5:0x1c6,_0x339652:0xb8,_0x4067a8:0x8e,_0x2665ab:0x171,_0x26d961:0xd6,_0xcd4c57:0x3,_0x3faf1b:0x7a,_0x29cda7:0x19a,_0x336021:0x8a,_0x11589f:0x52,_0x38e798:0x88,_0x527504:0x217,_0x2b424e:0x227,_0x2557dd:0xf7,_0x592be8:0xe2,_0x1b542e:0x11c,_0x295ac7:0x174,_0x5bd571:0x108,_0x3e097c:0x181,_0x469748:0x122,_0x1e83b0:0xff,_0xea22b:0x77,_0x137be1:0x16b,_0x3bb15f:0x135,_0x4f0706:0x55,_0x1075a9:0xe7,_0x460e7f:0xfb,_0x1fe54f:0x1ae,_0x52eed8:0x1b0,_0x3aff99:0x19f,_0x2ed50c:0x219,_0x3a2181:0x153,_0x2fc59e:0xc1,_0x57af07:0xdc,_0x3061a2:0x69,_0x57c8af:0x100,_0x4f7222:0x131,_0x31b853:0x12,_0x19d942:0xcc,_0x31f20e:0x26,_0x49c655:0x73,_0x46ecc8:0x186,_0x2e15ec:0x165,_0x2c7d08:0x113,_0x168702:0x116,_0x4ae09b:0xfe,_0x55383b:0x165,_0x336f9d:0x132,_0x520ad4:0x9f,_0x2f7aa3:0x15c,_0x475919:0x12a,_0x3d8829:0xa5,_0xe2d691:0x70,_0x4e477e:0xab,_0x4f71df:0x1ad,_0x1854c2:0x150,_0xca8aab:0x125,_0x15bab9:0x110,_0xf531c0:0xeb,_0x30e47c:0x14,_0x38c04f:0x51,_0xf4792d:0x16e,_0x3d4e4c:0x143,_0x2da487:0x11b,_0x2d9f48:0xca,_0x189120:0xbf,_0x147698:0xa1,_0x1188bc:0x53,_0x13cd93:0xb8,_0x1bc47d:0x102,_0x5dcb91:0x1e0,_0xf2bf00:0xe3,_0x506406:0x14b,_0x441486:0x1e2,_0x572548:0xe5,_0x242966:0x195,_0x821851:0xdb,_0x16857b:0xea,_0x30b189:0x98,_0x5d673b:0x9d,_0x2fdc11:0xf3,_0x172f5a:0x18c,_0x36b18d:0x12b,_0x3ff9d2:0xc1,_0x24ddba:0x19b,_0x58337e:0xe6,_0x3994b2:0x126,_0x1d4387:0xaa,_0x38ffc4:0x9d,_0x2b4443:0x10c,_0x46ddfa:0x53,_0x330d74:0xa5,_0x590f24:0x104,_0x21c5c5:0x37,_0x174998:0x60,_0xc4655b:0x9e,_0x112485:0x63,_0x5de60f:0xec,_0x59792a:0xd2,_0x3c3482:0x182,_0x532802:0x10a,_0x3fe123:0x100,_0x53dc14:0x130,_0x50ae78:0x127,_0x480fec:0x53,_0x550c45:0x137,_0x22aacc:0x179,_0x30411d:0x18b,_0x480fb6:0x1ee,_0x474139:0x5d,_0x36c006:0x9f,_0x9a5d62:0x4f,_0x51ed43:0x8f,_0x46c219:0x166,_0x1e2a3b:0x175,_0x17dd05:0x149,_0x3e7889:0x14e,_0xd45f18:0x72,_0x5ec4d2:0xae},_0x6ba10={_0x3a717b:0x174,_0x36a4df:0x36},_0x409e4f={_0x3cda30:0x105},_0x143cb2={'kitnU':_0x5d923d(-_0x5011d3._0x29cbbc,0x1,-_0x5011d3._0x281077,-_0x5011d3._0x5f056d),'EdAAn':function(_0x4a54fa,_0x3dba9b){return _0x4a54fa(_0x3dba9b);},'RJVap':function(_0x5de723,_0x268d72){return _0x5de723(_0x268d72);},'ZCRDj':function(_0x11344e,_0x1efd49){return _0x11344e===_0x1efd49;},'AIFWR':_0x5d923d(-_0x5011d3._0x239108,-_0x5011d3._0x19900d,-_0x5011d3._0x129b88,-_0x5011d3._0x1702b9),'AVaLH':function(_0x562afc,_0x577af3){return _0x562afc!==_0x577af3;},'IpewZ':_0x5422da(_0x5011d3._0x1eb904,0x1b7,_0x5011d3._0x5931ea,0x1f9),'FaIFw':_0x5422da(0x14a,0xf4,0xc8,_0x5011d3._0x3a418b),'dPHgO':function(_0x3bd3fe,_0x389ed2){return _0x3bd3fe===_0x389ed2;},'eKJQT':'claude','XlgYr':_0x5422da(_0x5011d3._0x58e6c8,0xfd,_0x5011d3._0x341cf7,_0x5011d3._0x56f235),'LUWqC':_0x5d923d(-_0x5011d3._0x11f560,-_0x5011d3._0xd3ff11,-0x49,-0xb8),'CTjiV':'eMbRw','KHivL':'Synced\x20def'+_0x5422da(_0x5011d3._0x313ae3,_0x5011d3._0x22ad6f,0x98,0x164)+_0x5d923d(-_0x5011d3._0x53e690,-_0x5011d3._0x3bac1e,_0x5011d3._0x263749,-_0x5011d3._0x1d913c)+_0x5d923d(-_0x5011d3._0xb4e326,-0x91,-_0x5011d3._0xca62cd,-_0x5011d3._0x1e10c3),'phzgE':'tyoRo','iHqSu':'UqCzD','iGFEK':_0x5422da(0x112,0x17d,_0x5011d3._0x23b405,0x10f)+_0x5d923d(-0xa4,-_0x5011d3._0x3113a3,-0x20,-0x60)+'lt\x20account'+'\x20to\x20CLI\x20fi'+'le'};function _0x5d923d(_0x472bb3,_0x4a9050,_0x508f84,_0x3c4656){return _0x504a79(_0x3c4656-0x128,_0x4a9050-0x182,_0x508f84-_0x409e4f._0x3cda30,_0x4a9050);}const _0x1f740a=_0x143cb2[_0x5d923d(-_0x5011d3._0x544a16,-0x6d,-0x6a,-_0x5011d3._0x1b44f7)](getDefaultAccount,_0x34b18a);if(!_0x1f740a){if(_0x143cb2[_0x5d923d(-_0x5011d3._0x499332,-_0x5011d3._0x51d0b3,-_0x5011d3._0x18fdf7,-_0x5011d3._0x41fa91)](_0x5d923d(-0x44,-_0x5011d3._0x431543,0xa,-0x5b),_0x143cb2[_0x5422da(_0x5011d3._0x21d6ee,_0x5011d3._0x3fb760,_0x5011d3._0x322bc0,0x152)])){const _0xaf0901={};_0xaf0901[_0x5422da(_0x5011d3._0x35580f,0x1a5,0x186,0x1bc)+'n']=_0x2bee77[_0x5d923d(-_0x5011d3._0xdfbd45,-_0x5011d3._0x2872c1,-_0x5011d3._0x1ad0cf,-_0x5011d3._0x1e7f96)+_0x5422da(0x155,_0x5011d3._0x7e6dd5,0x1fb,0x1de)][_0x5d923d(-0xb0,-0xad,-0x59,-0x73)+'n'],_0xaf0901[_0x5d923d(-_0x5011d3._0x339652,-0xec,-_0x5011d3._0x4067a8,-0x7a)+'en']=_0x5a80ae[_0x5422da(0x1d9,0x1dd,_0x5011d3._0x2665ab,0x1fc)+'uth'][_0x5d923d(-0xd9,-_0x5011d3._0x26d961,-_0x5011d3._0xcd4c57,-_0x5011d3._0x3faf1b)+'en'],_0xaf0901[_0x5422da(0x10f,0x15c,0x102,_0x5011d3._0x29cda7)]=_0x3480d3['claudeAiOa'+_0x5d923d(-0x5f,0x1,-_0x5011d3._0x336021,-_0x5011d3._0x11589f)][_0x5d923d(-0xb4,-0x54,-_0x5011d3._0x38e798,-0xbc)],_0xaf0901['scopes']=_0x4eeb17[_0x5422da(0x1e3,0x1dd,_0x5011d3._0x527504,_0x5011d3._0x2b424e)+'uth']['scopes'],_0x5d5e87=_0xaf0901;}else{const _0x2d728c={};_0x2d728c['provider']=_0x34b18a,logger['debug'](_0x5d923d(-0xcb,-0x9e,-_0x5011d3._0x2557dd,-_0x5011d3._0x592be8)+_0x5d923d(-_0x5011d3._0x1b542e,-_0x5011d3._0x295ac7,-0x186,-_0x5011d3._0x5bd571)+'o\x20sync',_0x2d728c);return;}}const _0x346538=_0x23c1f0[_0x5d923d(-_0x5011d3._0x3e097c,-0x129,-0x15b,-_0x5011d3._0x469748)](_0xdc9cda[_0x5422da(_0x5011d3._0x1e83b0,0xf3,_0x5011d3._0xea22b,_0x5011d3._0x137be1)](),CLI_CREDENTIAL_FILES[_0x34b18a]);function _0x5422da(_0x3cbacd,_0x104d2b,_0x4162ee,_0x140693){return _0x24e0e3(_0x104d2b- -_0x6ba10._0x3a717b,_0x104d2b-_0x6ba10._0x36a4df,_0x4162ee-0xb6,_0x4162ee);}const _0x4d4b65=_0x23c1f0[_0x5d923d(-0xf9,-0x15a,-0x14a,-_0x5011d3._0x3bb15f)](_0x346538);try{if(_0x143cb2['AVaLH'](_0x143cb2[_0x5d923d(-_0x5011d3._0x53e690,0x2,-0xd5,-_0x5011d3._0x4f0706)],_0x143cb2[_0x5d923d(-_0x5011d3._0x1075a9,-0xba,-0x16b,-_0x5011d3._0x460e7f)])){if(!_0x306291[_0x5422da(_0x5011d3._0x1fe54f,_0x5011d3._0x52eed8,_0x5011d3._0x3aff99,_0x5011d3._0x2ed50c)](_0x4d4b65)){const _0x50de25={};_0x50de25[_0x5422da(0x113,0x17c,_0x5011d3._0x3a2181,0x1ac)]=!![],_0x50de25[_0x5d923d(-0x13e,-0xea,-0xd1,-_0x5011d3._0x2fc59e)]=0x1c0,_0x306291['mkdirSync'](_0x4d4b65,_0x50de25);}let _0x6f4dea;const _0xc07a7d=_0x1f740a['tokens'];if(_0x143cb2['dPHgO'](_0x34b18a,_0x143cb2[_0x5d923d(-_0x5011d3._0x57af07,-0xa7,-_0x5011d3._0x3061a2,-0xb4)])){if(_0x5d923d(-_0x5011d3._0x57c8af,-_0x5011d3._0x4f7222,-0x179,-0xfd)!==_0x5d923d(-_0x5011d3._0x31b853,-_0x5011d3._0x19d942,-0x9d,-0x59))_0x6f4dea={'claudeAiOauth':{'accessToken':_0xc07a7d[_0x5d923d(-0x34,-_0x5011d3._0x31f20e,-0x38,-_0x5011d3._0x49c655)+'n']||_0xc07a7d[_0x5422da(_0x5011d3._0x46ecc8,_0x5011d3._0x2e15ec,_0x5011d3._0x2c7d08,_0x5011d3._0x168702)+'en'],'refreshToken':_0xc07a7d[_0x5d923d(-0x6f,-0xb9,-0x62,-0x7a)+'en']||_0xc07a7d[_0x5d923d(-_0x5011d3._0x4ae09b,-0xd8,-_0x5011d3._0x55383b,-_0x5011d3._0x336f9d)+_0x5d923d(-0x100,-0x161,-_0x5011d3._0x520ad4,-0xf2)],'expiresAt':_0xc07a7d[_0x5422da(0x12a,_0x5011d3._0x2f7aa3,_0x5011d3._0x475919,0x1ba)]||_0xc07a7d[_0x5d923d(-0xb2,-0x114,-0x93,-_0x5011d3._0x3d8829)],'scopes':_0xc07a7d[_0x5d923d(-0xcd,-0x101,-_0x5011d3._0xe2d691,-_0x5011d3._0x4e477e)]||PROVIDER_CONFIG['claude'][_0x5422da(_0x5011d3._0x4f71df,0x16d,0x1a2,_0x5011d3._0x1854c2)][_0x5d923d(-_0x5011d3._0x1b542e,-_0x5011d3._0xca8aab,-0xfa,-_0x5011d3._0x15bab9)]('\x20')}};else{const _0x30de08=_0x126a2d[_0x5d923d(-0x6e,-0x126,-0xc9,-_0x5011d3._0xf531c0)](_0x5b9a57['readFileSy'+'nc'](_0x4667a8,_0x143cb2[_0x5d923d(_0x5011d3._0x30e47c,-0x86,-0x95,-_0x5011d3._0x38c04f)])),_0x30562a={};return _0x30562a[_0x5422da(0x178,0x15a,0x109,0x1b3)]=_0x30de08[_0x5422da(0x133,0x15a,0x1d7,0x18e)]||[],_0x30562a[_0x5d923d(-_0x5011d3._0xf4792d,-_0x5011d3._0x3d4e4c,-0xc6,-_0x5011d3._0x2da487)]=_0x30de08[_0x5d923d(-_0x5011d3._0x2d9f48,-_0x5011d3._0x3d8829,-_0x5011d3._0x189120,-0x11b)]||[],_0x30562a[_0x5d923d(-_0x5011d3._0x147698,-0xc7,-_0x5011d3._0x1188bc,-_0x5011d3._0x13cd93)]=_0x30de08[_0x5422da(_0x5011d3._0x1bc47d,0x160,_0x5011d3._0x5dcb91,_0x5011d3._0xf2bf00)]||[],_0x30562a;}}else{if(_0x34b18a===_0x143cb2[_0x5422da(0xe1,0x11f,0x11a,_0x5011d3._0x506406)]){const _0x27d2f5={};_0x27d2f5['access_tok'+'en']=_0xc07a7d[_0x5422da(0x1e5,0x165,0x147,_0x5011d3._0x441486)+'en'],_0x27d2f5['refresh_to'+'ken']=_0xc07a7d['refresh_to'+_0x5422da(_0x5011d3._0x572548,0x126,0x108,0xcd)],_0x27d2f5[_0x5d923d(-0x17a,-_0x5011d3._0x242966,-_0x5011d3._0x821851,-_0x5011d3._0x544a16)]=_0xc07a7d['id_token'],_0x6f4dea={'tokens':_0x27d2f5,'last_refresh':new Date()['toISOStrin'+'g']()};}else{if(_0x143cb2[_0x5d923d(-_0x5011d3._0x16857b,-0x18e,-_0x5011d3._0x30b189,-0x114)](_0x34b18a,_0x143cb2['LUWqC'])){if(_0x143cb2[_0x5d923d(-_0x5011d3._0x5d673b,-0x140,-0xf2,-0x114)](_0x143cb2[_0x5d923d(-_0x5011d3._0x2fdc11,-_0x5011d3._0x172f5a,-0xf7,-0x137)],_0x143cb2['CTjiV'])){const _0x3f7bb0={};_0x3f7bb0[_0x5d923d(-_0x5011d3._0x36b18d,-_0x5011d3._0x3ff9d2,-0x132,-0xb3)+'en']=_0xc07a7d[_0x5422da(0xff,0x165,0x171,_0x5011d3._0x24ddba)+'en'],_0x3f7bb0[_0x5422da(_0x5011d3._0x57af07,_0x5011d3._0x58337e,0x131,0x165)+_0x5422da(0x18b,_0x5011d3._0x3994b2,_0x5011d3._0x1d4387,_0x5011d3._0xf2bf00)]=_0xc07a7d['refresh_to'+'ken'],_0x3f7bb0['token_type']=_0xc07a7d[_0x5422da(_0x5011d3._0x38ffc4,_0x5011d3._0x2b4443,0xbc,0xe0)]||'Bearer',_0x3f7bb0[_0x5d923d(-0xf1,-0x4c,-_0x5011d3._0x46ddfa,-_0x5011d3._0x330d74)]=_0xc07a7d[_0x5d923d(-_0x5011d3._0x590f24,-0xc0,-_0x5011d3._0x21c5c5,-0xa5)],_0x3f7bb0[_0x5d923d(-_0x5011d3._0x3faf1b,-0x7b,-_0x5011d3._0x174998,-_0x5011d3._0xc4655b)]=_0xc07a7d[_0x5d923d(-0xf6,-_0x5011d3._0x112485,-0x36,-_0x5011d3._0xc4655b)]||PROVIDER_CONFIG[_0x5d923d(-0xca,-_0x5011d3._0x5de60f,-_0x5011d3._0x59792a,-_0x5011d3._0x13cd93)][_0x5422da(0x1ca,0x16d,_0x5011d3._0x3c3482,0x1aa)],_0x6f4dea=_0x3f7bb0;}else{const _0x45a071={};_0x45a071[_0x5d923d(-_0x5011d3._0x532802,-0x41,-_0x5011d3._0x3fe123,-0x9c)]=!![],_0x45a071['mode']=0x1c0,_0x2cb4e6['mkdirSync'](_0x5025ae,_0x45a071);}}}}const _0x4bcf5c={};_0x4bcf5c['mode']=0x180,_0x306291[_0x5d923d(-_0x5011d3._0x53dc14,-_0x5011d3._0x50ae78,-_0x5011d3._0x480fec,-_0x5011d3._0x322bc0)+_0x5422da(0x1b6,0x19c,_0x5011d3._0x550c45,_0x5011d3._0x22aacc)](_0x346538,JSON[_0x5422da(0x19d,_0x5011d3._0x30411d,_0x5011d3._0x480fb6,0x15d)](_0x6f4dea,null,-0xd*0x9+0x7ed*0x1+-0x3bb*0x2),_0x4bcf5c);const _0x8314a3={};_0x8314a3['provider']=_0x34b18a,_0x8314a3['path']=_0x346538,logger[_0x5d923d(-_0x5011d3._0x474139,-_0x5011d3._0x36c006,-0x5c,-_0x5011d3._0x9a5d62)](_0x143cb2['KHivL'],_0x8314a3);}else _0x4b720c(_0x264837);}catch(_0x29fa47){if(_0x143cb2[_0x5d923d(-_0x5011d3._0x51ed43,-0x112,-0xc6,-0xdc)]===_0x143cb2[_0x5d923d(-0x100,-_0x5011d3._0x2da487,-0x161,-0x12c)]){const _0x390707=_0x143cb2['EdAAn'](_0xe51fdf,_0x4d5205);return _0x390707['find'](_0x18b7a0=>_0x18b7a0[_0x5422da(0x11c,0xff,0xf9,0xbf)])||_0x390707[-0x18e8+-0x1*-0x79c+0x114c]||null;}else{const _0x4a09dd={};_0x4a09dd[_0x5422da(0x146,0x124,_0x5011d3._0x46c219,0x10a)]=_0x34b18a,_0x4a09dd[_0x5422da(_0x5011d3._0x1e2a3b,_0x5011d3._0x2665ab,_0x5011d3._0x17dd05,_0x5011d3._0x1b542e)]=_0x29fa47[_0x5d923d(-_0x5011d3._0x3e7889,-0x5a,-0xff,-0xd2)],logger['error'](_0x143cb2[_0x5d923d(-_0x5011d3._0xd45f18,-0xc7,-_0x5011d3._0x1d913c,-_0x5011d3._0x5ec4d2)],_0x4a09dd);}}}function _0x27cc(_0x1a56c0,_0x24a650){_0x1a56c0=_0x1a56c0-(-0x8*0x1ba+-0x2e4+0x1205);const _0x34ddab=_0x54d8();let _0x3106d6=_0x34ddab[_0x1a56c0];if(_0x27cc['rCaueE']===undefined){var _0x2f8282=function(_0x1dabd2){const _0x7199c2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x17764b='',_0x1d08fc='';for(let _0xd63149=-0x607*0x2+-0x20c2+-0x4*-0xb34,_0x21b201,_0x2a211b,_0xa9fa5d=-0x9*-0x24a+-0xed0*0x1+-0x5ca;_0x2a211b=_0x1dabd2['charAt'](_0xa9fa5d++);~_0x2a211b&&(_0x21b201=_0xd63149%(-0x95*-0x35+-0x65*0xd+-0x19b4)?_0x21b201*(-0x20c9+0x6c5*-0x1+0x27ce)+_0x2a211b:_0x2a211b,_0xd63149++%(-0x7*0x250+-0x7c*0x22+0x20ac))?_0x17764b+=String['fromCharCode'](-0xb53*-0x1+-0x2104*0x1+0x16b0&_0x21b201>>(-(0x21*-0xc5+-0x2598+0x1*0x3eff)*_0xd63149&-0xb03+0x864*-0x2+-0x1bd1*-0x1)):-0x58f+0x7ae+-0x21f){_0x2a211b=_0x7199c2['indexOf'](_0x2a211b);}for(let _0x1e15f7=0x31c*-0x4+0x14f5+-0x2d7*0x3,_0x5cf250=_0x17764b['length'];_0x1e15f7<_0x5cf250;_0x1e15f7++){_0x1d08fc+='%'+('00'+_0x17764b['charCodeAt'](_0x1e15f7)['toString'](0x98e*-0x4+-0x45*-0x75+0x6bf))['slice'](-(0x7ec+-0x155+-0x695));}return decodeURIComponent(_0x1d08fc);};_0x27cc['SvDuKA']=_0x2f8282,_0x27cc['WdalHQ']={},_0x27cc['rCaueE']=!![];}const _0x2d0b12=_0x34ddab[-0x21b3+-0xb38+0x2ceb*0x1],_0x1c0246=_0x1a56c0+_0x2d0b12,_0x79bc11=_0x27cc['WdalHQ'][_0x1c0246];return!_0x79bc11?(_0x3106d6=_0x27cc['SvDuKA'](_0x3106d6),_0x27cc['WdalHQ'][_0x1c0246]=_0x3106d6):_0x3106d6=_0x79bc11,_0x3106d6;}function removeCliFile(_0x21db24){const _0x4263d7={_0x25662b:0x51e,_0x527777:0x4af,_0x4eff15:0x10c,_0x2c543b:0x131,_0x381c03:0xe8,_0x5ac9bc:0x66,_0x5652f9:0xe0,_0x17c5dd:0x4d,_0x31eaf5:0x2d,_0x465df1:0x9d,_0x2d9ce5:0x20,_0x3be410:0x7a,_0x358f23:0xb2,_0x7e4bb9:0x97,_0x4131ff:0x542,_0xeb037a:0x4e2,_0x4aaab2:0x55f,_0x1a39bf:0x135,_0x1db729:0xc5,_0x4b34e1:0xc1,_0x998ed8:0x19c,_0x550e95:0x468,_0x2d96fb:0x477,_0x20fa27:0x141,_0x355b18:0xee,_0x4fc8e7:0x457,_0x41dcd4:0x49c,_0x59f37d:0x46a,_0x49da6e:0xd7,_0x5dffe9:0x46a,_0x1c5ecd:0x47d,_0x2e0548:0x4aa,_0x2d268b:0x4c5,_0x287308:0x4ac,_0x30978f:0x463,_0x5d407b:0x513,_0x5088b1:0x4fe,_0xc9e64:0x40,_0x5d83d0:0x10b,_0x13e351:0x18b,_0x39db98:0x52b,_0x4ae36d:0x9f,_0x4ccf19:0xf6,_0x26b9c9:0x4fd,_0x298baa:0x574,_0x125fbc:0x511,_0x19bd32:0x103,_0x1dd9e6:0xa9,_0x15281f:0x503,_0xe600f1:0x574,_0x3d3946:0x50e},_0x2b7b38={_0x3a00be:0x11a,_0x1c2f64:0x1a0};function _0x566dad(_0x1fb9ab,_0x3f8873,_0x4d9f4b,_0x2e7fbc){return _0x504a79(_0x2e7fbc-0x126,_0x3f8873-0x16c,_0x4d9f4b-0xca,_0x4d9f4b);}const _0x3de3d6={'rQadK':function(_0x7c01b3,_0x5f36d9){return _0x7c01b3(_0x5f36d9);},'oauLb':function(_0x429925,_0x392935){return _0x429925===_0x392935;},'WcQAl':_0x586b19(_0x4263d7._0x25662b,0x4d3,0x442,_0x4263d7._0x527777)+_0x566dad(-0x156,-_0x4263d7._0x4eff15,-_0x4263d7._0x2c543b,-_0x4263d7._0x381c03)+_0x566dad(-_0x4263d7._0x5ac9bc,-0xb2,-0x12a,-0xe1),'iYRKp':function(_0x208737,_0x591c33){return _0x208737!==_0x591c33;},'rNFaK':_0x566dad(-0xb5,-0xd3,-0x1f,-0x82),'pPUYe':_0x566dad(-_0x4263d7._0x5652f9,-_0x4263d7._0x17c5dd,-_0x4263d7._0x31eaf5,-_0x4263d7._0x465df1)+_0x566dad(-_0x4263d7._0x2d9ce5,-_0x4263d7._0x3be410,-_0x4263d7._0x358f23,-_0x4263d7._0x7e4bb9)+_0x586b19(0x5b6,_0x4263d7._0x4131ff,_0x4263d7._0xeb037a,_0x4263d7._0x4aaab2)+_0x566dad(-0x54,-0x47,-_0x4263d7._0x1a39bf,-_0x4263d7._0x1db729)};function _0x586b19(_0x21db3a,_0x498afe,_0x1ce83f,_0x3417db){return _0x504a79(_0x3417db-0x6c4,_0x498afe-_0x2b7b38._0x3a00be,_0x1ce83f-_0x2b7b38._0x1c2f64,_0x21db3a);}const _0x529031=_0x23c1f0[_0x566dad(-0xf8,-_0x4263d7._0x4b34e1,-_0x4263d7._0x998ed8,-0x124)](_0xdc9cda[_0x586b19(_0x4263d7._0x550e95,0x4ad,0x402,_0x4263d7._0x2d96fb)](),CLI_CREDENTIAL_FILES[_0x21db24]);try{if(_0x3de3d6['oauLb'](_0x566dad(-0x79,-_0x4263d7._0x20fa27,-0xb1,-_0x4263d7._0x355b18),'WyIPG')){const _0x59db77={};_0x59db77['access_tok'+'en']=_0x2e42a3[_0x586b19(0x4c0,0x48f,_0x4263d7._0x4fc8e7,0x4c7)]['access_tok'+'en'],_0x59db77[_0x586b19(0x422,0x444,_0x4263d7._0x41dcd4,_0x4263d7._0x59f37d)+'ken']=_0x10f45b[_0x566dad(-0xed,-0x77,-0x14d,-_0x4263d7._0x49da6e)][_0x586b19(0x4c5,0x43e,0x439,_0x4263d7._0x5dffe9)+_0x586b19(0x4b8,0x42c,_0x4263d7._0x1c5ecd,_0x4263d7._0x2e0548)],_0x59db77[_0x586b19(_0x4263d7._0x2d268b,0x4fa,0x4c2,0x487)]=_0x2dbea9[_0x586b19(0x4fb,0x494,0x53d,0x4c7)]['id_token'],_0x450246=_0x59db77;}else{if(_0x306291[_0x586b19(0x5ae,0x4ba,0x582,0x534)](_0x529031)){_0x306291[_0x586b19(_0x4263d7._0x287308,0x4b3,_0x4263d7._0x30978f,0x4da)](_0x529031);const _0x19385c={};_0x19385c[_0x586b19(_0x4263d7._0x5d407b,_0x4263d7._0x5088b1,0x45e,0x4a8)]=_0x21db24,_0x19385c[_0x566dad(-0x8f,-_0x4263d7._0xc9e64,-0xce,-0x85)]=_0x529031,logger[_0x566dad(-_0x4263d7._0x5d83d0,-_0x4263d7._0x13e351,-0xbc,-0x118)](_0x3de3d6['WcQAl'],_0x19385c);}}}catch(_0x4defb3){if(_0x3de3d6['iYRKp'](_0x3de3d6[_0x586b19(_0x4263d7._0x39db98,0x48a,0x451,0x4ac)],'DkQQN')){const _0x8b159f={};_0x8b159f[_0x566dad(-0xe1,-0x159,-_0x4263d7._0x4ae36d,-_0x4263d7._0x4ccf19)]=_0x21db24,_0x8b159f[_0x586b19(_0x4263d7._0x26b9c9,_0x4263d7._0x298baa,_0x4263d7._0x125fbc,0x4f5)]=_0x4defb3[_0x586b19(0x4d8,0x4e6,0x47e,0x4ca)],logger[_0x566dad(-0xb0,-_0x4263d7._0x19bd32,-0xf1,-_0x4263d7._0x1dd9e6)](_0x3de3d6[_0x586b19(_0x4263d7._0x15281f,_0x4263d7._0xe600f1,0x55c,_0x4263d7._0x3d3946)],_0x8b159f);}else _0x3de3d6[_0x586b19(0x4f8,0x4ec,0x4a1,0x4c4)](_0x1c71ef,_0x48a561);}}export function migrateExistingCredentials(){const _0x2d2822={_0x24a7fb:0x4a1,_0xc0656:0x232,_0x1dfa2b:0x1f1,_0x582ab7:0x160,_0x24d25a:0x1be,_0x28b524:0x191,_0x19ec08:0x176,_0x4b337d:0x1a0,_0x4b0e8c:0x1fa,_0x33cb60:0x1d8,_0x33988c:0x212,_0x3c3145:0x214,_0x2b98c1:0x1ac,_0x143a8d:0x1c4,_0x189b92:0x1e2,_0x1231ed:0x15e,_0x341a27:0x181,_0x42f610:0x1c4,_0x5b29fc:0x5c0,_0x52fd52:0x587,_0x2d154e:0x570,_0xce148f:0x587,_0x224b5b:0x4f9,_0x584604:0x1a9,_0x400cc6:0x213,_0x3b12e0:0x1b8,_0x3f17c7:0x516,_0x52fd43:0x51f,_0x16e95b:0x4af,_0x87a088:0x199,_0x1e91ac:0x1c0,_0x815b4c:0x180,_0x26998e:0x1d2,_0x4b0769:0x257,_0x16315b:0x193,_0x2f5521:0x22c,_0x13f1b8:0x1e1,_0x59e3d5:0x4ea,_0x207751:0x57d,_0x191f6a:0x54d,_0x1e127a:0x525,_0x5d2469:0x56d,_0x529ad4:0x50b,_0x57756a:0x1a3,_0x4121c3:0x17e,_0x3dc543:0x1b4,_0x37f5fc:0x589,_0x17fa40:0x445,_0x1ca65d:0x499,_0x10f0e4:0x52d,_0x496877:0x4d5,_0x578c81:0x4fb,_0x29988c:0x485,_0x56ab2e:0x469,_0x2c0aba:0x54a,_0x5db0a6:0x14b,_0x609c84:0x11d,_0x1dbc5c:0x512,_0x386294:0x457,_0x183f21:0x4e2,_0x25832e:0x15a,_0x2a07cf:0x1e9,_0x55ce1e:0x19f,_0x3b311a:0x4aa,_0x2dbe01:0x4a7,_0x13442a:0x4a5,_0x3f392f:0x4fe,_0x4fed99:0x588,_0x5b1b36:0x52d,_0x23cbc4:0x562,_0x481203:0x12a,_0x22195e:0x16c,_0x5a5768:0x154,_0x55bc5e:0x18f,_0x164802:0x1ff,_0x3caf34:0x16f,_0x33db59:0x521,_0x2c8170:0x53e,_0x56af6b:0x52a,_0x1212c2:0x223,_0x5e0780:0x175,_0x24dbc7:0x16a,_0x5a8389:0x1e4,_0x3da4ed:0x5a5,_0x5b5f76:0x549,_0x34a37b:0x569,_0x5cfb12:0x513,_0x1d3138:0x578,_0x290cb5:0x19b,_0x3d85b9:0x5ef,_0x2a6b7e:0x51c,_0x305dde:0x4b8,_0x1a6340:0x4a0,_0x34c418:0x566,_0x115f8a:0x536,_0x50297d:0x596,_0x1e9115:0x205,_0xfc15d5:0x526,_0x29b95a:0x4d7,_0x4f3316:0x559,_0xb3348d:0x566,_0xe8d3a3:0x156,_0x45c163:0x18f,_0xb07a18:0x12e,_0x2c9a4b:0x1ae,_0x1ef5e0:0x231,_0x55e1dc:0x1f8,_0x2f4bf2:0xe3,_0xb0679a:0x18c,_0x48a95e:0x17a,_0x383150:0x558,_0x28f5a3:0x5ee,_0xa9a1e4:0x1ab,_0x36e0ac:0x15f,_0x4aaecb:0x145,_0x5150f8:0x17c,_0x22d361:0x5e5,_0x36bd55:0x5df,_0x5c33ee:0x566,_0x3137fa:0x58f,_0x13f69e:0x531,_0x3d9c52:0x55f,_0x167ed7:0x1a4,_0xd5e833:0x19b,_0x1e2478:0x1ad,_0x3fd8dd:0x239,_0x26dbae:0x141,_0x385680:0x19a,_0x111c53:0x171,_0x54abb1:0x138,_0x537107:0x144,_0x36d145:0xe6,_0x2b0402:0x583,_0x5c7eca:0x4c9,_0x2d0134:0x546,_0x663226:0x223,_0xc75e81:0x12d,_0x44dc41:0x14f,_0x2f3f44:0x47e,_0x50a39b:0x498,_0x1c1a3a:0x42b,_0x1e0092:0x1b1,_0x59c110:0x165,_0x201ed1:0x427,_0x3b41c8:0x43a,_0x3eda3b:0x4db,_0x54c37d:0x47a,_0x2f542f:0x510,_0x2c7ae8:0x436,_0x52920a:0x509,_0x55c3b4:0x4f5,_0x543886:0x535,_0x18bebd:0x188,_0x5a2aff:0x151,_0x238a98:0x142,_0x177678:0x582,_0x801af7:0x43f,_0x33572b:0x422,_0xc87bb3:0x214,_0x28d97b:0x19d,_0x343c0a:0x172,_0x40c2c9:0x4a3,_0x11a4b7:0x517,_0x348741:0x558,_0x3b1ffa:0x509,_0x4f7a9a:0x501,_0x2a4fb2:0x4d8,_0x1ad802:0x4c4,_0x1da8c6:0x4bc,_0x4db497:0x54e,_0x101f65:0x4c7,_0x5832fc:0x4b5,_0x47d2f3:0x4fc,_0x22e7a2:0x517,_0xf40461:0x13d,_0x320aa8:0x1c6,_0x2818de:0x468,_0x234f06:0x474,_0x122855:0x4e7,_0x5b98c8:0x4d8,_0x32a2bd:0x4e3,_0xd5fa09:0x161,_0xd1f7dd:0x13f,_0x1a9f66:0x14b,_0x24cfdb:0x4cc,_0x52a737:0x4c4,_0x22cfcb:0x15d,_0x53e561:0x1b2,_0x47cbd2:0x1d8,_0xdcb664:0x1b2,_0xa7a610:0x1d4,_0x4f7a6b:0x1b9,_0x8bf88d:0x121,_0x4816d1:0x535,_0x2478ac:0x4e0,_0xfd3a60:0x20b,_0x1ce9a:0x4f3,_0x5e57c2:0x572,_0x13339d:0x4d4,_0x3b4041:0x537,_0x662a03:0x4d8,_0x505413:0x12c,_0x2c2d01:0x18a,_0x1216a7:0x123,_0x251076:0x14b,_0x3e8796:0x524,_0x5c2b32:0x4b3,_0x8313b0:0x576,_0x3a1dd7:0x4e2,_0x390f05:0x52c,_0x2f3a17:0x4cd,_0x50ddab:0x10f,_0x330963:0x11c,_0x44a1d0:0x1c7,_0x577a6a:0x18b,_0x535b98:0x193,_0x266ebd:0x187,_0x50ec23:0x1f7,_0x20aecc:0x1f5,_0x2c1072:0x546,_0x4ea6fa:0x18f,_0x9b6277:0x13c,_0x10a39e:0x189,_0xd5eb5:0x45f,_0x3707d7:0x4b4,_0x419c92:0x518,_0x5b6715:0x506,_0x451b90:0x497,_0x56fc43:0x476,_0x415d7e:0x4d6,_0x125dd2:0x528,_0x44df83:0x544,_0x73b167:0x4f2,_0x17423f:0x523,_0x1d18ec:0x4e5,_0x52f822:0x1fb,_0x305f7d:0x185,_0x390fb8:0x58d,_0x172a69:0x523,_0x545d9f:0x571,_0x282f40:0x187,_0x90f9cf:0x153,_0x48c098:0x466,_0x408cfa:0x54a,_0x5a333d:0x495,_0x3c8df1:0x4d5,_0x349c25:0x518,_0x437329:0x52e,_0x442ed1:0x17b,_0x5c99a2:0x53a,_0x523dc7:0x50c,_0x52da45:0x17b,_0x17a586:0x524,_0x54cdee:0x18c,_0x20eef8:0x1bc,_0x11c34f:0x25c,_0x20d07d:0x1a9,_0x34eb5f:0x4cf,_0x504b09:0x4f0,_0x1bde95:0xda,_0x34122d:0x119,_0x4eacce:0x519,_0x19f817:0x122,_0x3ecdc5:0x5d1,_0x401f4e:0x510,_0x40e938:0x515,_0x121ba0:0x56a,_0x59e477:0x1c6,_0x46e044:0x20e,_0x4cf990:0x196,_0x40d6f5:0x1c3,_0x2747eb:0x54e,_0x264fcb:0x55e,_0x15b939:0x163,_0x341235:0x19e},_0x4708d8={_0x2799b1:0x1d4},_0x460354={_0x5b1800:0x13f},_0x4811fe={};function _0x274385(_0x4f4168,_0x2353ed,_0x3c3ad1,_0x6783ec){return _0x24e0e3(_0x3c3ad1-0x23e,_0x2353ed-_0x460354._0x5b1800,_0x3c3ad1-0x1bf,_0x2353ed);}_0x4811fe[_0x274385(0x43f,0x4ab,_0x2d2822._0x24a7fb,0x50f)]='short',_0x4811fe[_0x4babb8(_0x2d2822._0xc0656,_0x2d2822._0x1dfa2b,_0x2d2822._0x582ab7,_0x2d2822._0x24d25a)]=function(_0x38d8ba,_0x2a1c23){return _0x38d8ba===_0x2a1c23;},_0x4811fe[_0x4babb8(_0x2d2822._0x28b524,_0x2d2822._0x19ec08,0x19d,0x198)]=_0x4babb8(_0x2d2822._0x4b337d,0x1dc,_0x2d2822._0x4b0e8c,_0x2d2822._0x33cb60),_0x4811fe['GwZMv']=_0x4babb8(0x1f6,0x159,0x15a,0x18d)+_0x4babb8(_0x2d2822._0x33988c,0x1b0,_0x2d2822._0x3c3145,0x1e6)+'LI\x20credent'+_0x4babb8(_0x2d2822._0x2b98c1,0x1b1,0x1f8,0x18a)+'lti-accoun'+_0x4babb8(_0x2d2822._0x143a8d,0x1cc,0x170,_0x2d2822._0x189b92),_0x4811fe[_0x4babb8(_0x2d2822._0x1231ed,_0x2d2822._0x341a27,_0x2d2822._0x42f610,0x158)]=_0x274385(_0x2d2822._0x5b29fc,0x50d,_0x2d2822._0x52fd52,_0x2d2822._0x2d154e),_0x4811fe['YuvwE']='claude',_0x4811fe[_0x274385(_0x2d2822._0xce148f,_0x2d2822._0x224b5b,0x539,0x5a5)]=function(_0x188e75,_0x1646e4){return _0x188e75===_0x1646e4;},_0x4811fe[_0x4babb8(_0x2d2822._0x584604,_0x2d2822._0x400cc6,_0x2d2822._0x3b12e0,0x1b7)]=_0x274385(0x489,0x480,0x492,0x4f2),_0x4811fe['vaRNi']=_0x274385(_0x2d2822._0x3f17c7,_0x2d2822._0x52fd43,_0x2d2822._0x16e95b,0x4a4),_0x4811fe[_0x4babb8(0x14a,0x13d,_0x2d2822._0x87a088,0x191)]=function(_0x519320,_0x565027){return _0x519320!==_0x565027;},_0x4811fe['TYhEl']='FPvpb',_0x4811fe[_0x4babb8(0x14b,0x183,0x1ca,_0x2d2822._0x1e91ac)]='DFKTy',_0x4811fe[_0x4babb8(_0x2d2822._0x815b4c,0xb2,0x112,0x126)]=function(_0x29cfaf,_0x5855bd){return _0x29cfaf!==_0x5855bd;},_0x4811fe['OIfww']=_0x4babb8(_0x2d2822._0x26998e,_0x2d2822._0x4b0769,0x218,0x1df),_0x4811fe[_0x274385(0x4c3,0x45e,0x4cc,0x4d7)]=function(_0x3f42e2,_0x30d225){return _0x3f42e2===_0x30d225;},_0x4811fe[_0x4babb8(_0x2d2822._0x16315b,_0x2d2822._0x2f5521,0x17a,_0x2d2822._0x13f1b8)]='migration',_0x4811fe[_0x274385(0x572,_0x2d2822._0x59e3d5,0x563,_0x2d2822._0x207751)]=_0x274385(0x535,_0x2d2822._0x191f6a,0x54c,_0x2d2822._0x1e127a)+_0x274385(0x584,_0x2d2822._0x5d2469,0x556,_0x2d2822._0x529ad4)+_0x4babb8(0x17a,0x16e,0x21f,0x1ab),_0x4811fe[_0x4babb8(_0x2d2822._0x57756a,0x1cf,_0x2d2822._0x4121c3,_0x2d2822._0x3dc543)]=_0x274385(0x501,_0x2d2822._0x37f5fc,0x53b,0x585);function _0x4babb8(_0x18a4ef,_0x18598b,_0x15b90b,_0x2a0a1d){return _0x24e0e3(_0x2a0a1d- -0x135,_0x18598b-_0x4708d8._0x2799b1,_0x15b90b-0x1bf,_0x18598b);}_0x4811fe[_0x274385(_0x2d2822._0x17fa40,_0x2d2822._0x1ca65d,0x4c1,_0x2d2822._0x10f0e4)]=_0x4babb8(0x171,0x127,0x1b2,0x157),_0x4811fe[_0x274385(0x4c8,0x4c0,_0x2d2822._0x496877,_0x2d2822._0x578c81)]='Migration\x20'+_0x274385(0x50c,0x48c,0x4ec,0x566);const _0x17f3cd=_0x4811fe;if(_0x306291[_0x4babb8(0x1c0,0x1bc,_0x2d2822._0x1e91ac,0x1ef)](ACCOUNTS_FILE))return;logger[_0x274385(_0x2d2822._0x29988c,_0x2d2822._0x56ab2e,0x4b4,0x4aa)](_0x17f3cd[_0x274385(0x55d,_0x2d2822._0x52fd43,0x4e5,_0x2d2822._0x2c0aba)]);const _0x19f19e={};_0x19f19e[_0x4babb8(_0x2d2822._0x5db0a6,_0x2d2822._0x609c84,0x205,0x199)]=[],_0x19f19e[_0x274385(_0x2d2822._0x1dbc5c,_0x2d2822._0x386294,0x4af,_0x2d2822._0x183f21)]=[],_0x19f19e[_0x4babb8(_0x2d2822._0x25832e,0x1e0,_0x2d2822._0x2a07cf,_0x2d2822._0x55ce1e)]=[];const _0x29b9ba=_0x19f19e;let _0x3d7fc7=![];for(const [_0x32aa25,_0x1a414f]of Object['entries'](CLI_CREDENTIAL_FILES)){const _0x65eb89=_0x23c1f0[_0x274385(_0x2d2822._0x3b311a,0x4d9,0x4a8,0x450)](_0xdc9cda[_0x274385(_0x2d2822._0x2dbe01,0x43c,_0x2d2822._0x13442a,_0x2d2822._0x3f392f)](),_0x1a414f);if(!_0x306291[_0x274385(_0x2d2822._0x4fed99,_0x2d2822._0x5b1b36,_0x2d2822._0x23cbc4,0x4ec)](_0x65eb89))continue;try{const _0x52610a=JSON[_0x4babb8(_0x2d2822._0x481203,0x1a2,0x146,_0x2d2822._0x22195e)](_0x306291['readFileSy'+'nc'](_0x65eb89,_0x17f3cd[_0x4babb8(0x132,_0x2d2822._0x5a5768,0x1a9,0x158)]));let _0x1e5946=null;if(_0x17f3cd['dxCfe'](_0x32aa25,_0x17f3cd[_0x4babb8(_0x2d2822._0x55bc5e,_0x2d2822._0x164802,_0x2d2822._0x3caf34,0x180)])&&_0x52610a[_0x4babb8(0x268,0x251,0x25a,0x21c)+'uth']?.['accessToke'+'n']){if(_0x17f3cd['KmwDH'](_0x17f3cd[_0x274385(_0x2d2822._0x33db59,_0x2d2822._0x2c8170,_0x2d2822._0x56af6b,0x54e)],_0x17f3cd[_0x4babb8(_0x2d2822._0x1212c2,_0x2d2822._0x5e0780,_0x2d2822._0x24dbc7,0x1b7)])){const _0x214f41={};_0x214f41[_0x4babb8(0x170,0x16e,0x1e1,_0x2d2822._0x5a8389)+'n']=_0x52610a['claudeAiOa'+'uth']['accessToke'+'n'],_0x214f41[_0x274385(_0x2d2822._0x3da4ed,0x5b9,0x550,_0x2d2822._0x5b5f76)+'en']=_0x52610a[_0x274385(_0x2d2822._0x34a37b,_0x2d2822._0x5cfb12,0x58f,0x5aa)+_0x274385(0x5c1,0x52e,_0x2d2822._0x1d3138,0x5e0)]['refreshTok'+'en'],_0x214f41[_0x4babb8(0x1ab,0x13f,0x11d,_0x2d2822._0x290cb5)]=_0x52610a['claudeAiOa'+_0x274385(0x53a,_0x2d2822._0x3d85b9,_0x2d2822._0x1d3138,_0x2d2822._0x2a6b7e)][_0x4babb8(0x185,_0x2d2822._0x2a07cf,0x174,_0x2d2822._0x290cb5)],_0x214f41[_0x274385(_0x2d2822._0x305dde,_0x2d2822._0x1a6340,0x51f,_0x2d2822._0x34c418)]=_0x52610a[_0x274385(_0x2d2822._0x115f8a,_0x2d2822._0x50297d,0x58f,0x5ee)+_0x4babb8(0x209,0x19d,0x222,_0x2d2822._0x1e9115)][_0x274385(_0x2d2822._0xfc15d5,_0x2d2822._0x29b95a,_0x2d2822._0x52fd43,0x4dd)],_0x1e5946=_0x214f41;}else{const _0x1f6cf1=new _0x273491(),_0x5c3ee7={};_0x5c3ee7[_0x274385(0x568,_0x2d2822._0x4f3316,0x4ff,_0x2d2822._0xb3348d)]=_0x17f3cd[_0x4babb8(_0x2d2822._0xe8d3a3,0xdc,_0x2d2822._0x45c163,_0x2d2822._0xb07a18)],_0x5c3ee7[_0x4babb8(0x21b,_0x2d2822._0x2c9a4b,_0x2d2822._0x1ef5e0,_0x2d2822._0x55e1dc)]=_0x4babb8(0x11b,_0x2d2822._0x2f4bf2,0x10c,0x15d);const _0x54cbb5=_0x1f6cf1[_0x4babb8(0x16a,_0x2d2822._0x3caf34,_0x2d2822._0xb0679a,_0x2d2822._0x48a95e)+_0x274385(0x5bd,_0x2d2822._0x383150,0x580,_0x2d2822._0x28f5a3)]('en-US',_0x5c3ee7);_0x436641=_0x5989c9['charAt'](0x10a8+-0x13*-0x47+-0x15ed)[_0x4babb8(_0x2d2822._0xa9a1e4,_0x2d2822._0x36e0ac,_0x2d2822._0x4aaecb,_0x2d2822._0x5150f8)+'e']()+_0x357434[_0x274385(_0x2d2822._0x22d361,_0x2d2822._0x36bd55,_0x2d2822._0x5c33ee,_0x2d2822._0x3137fa)](-0xd*-0x166+0xad2+0xd*-0x23b)+'\x20('+_0x54cbb5+')';}}else{if(_0x17f3cd[_0x274385(0x597,0x5ac,_0x2d2822._0x13f69e,_0x2d2822._0x3d9c52)](_0x32aa25,_0x17f3cd[_0x4babb8(_0x2d2822._0x167ed7,0x16f,0x201,0x1c7)])){if(_0x17f3cd['PoGGJ'](_0x17f3cd[_0x4babb8(_0x2d2822._0xd5e833,0x200,0x161,0x1c3)],_0x4babb8(0x1b0,_0x2d2822._0x1e2478,_0x2d2822._0x3fd8dd,0x21b))){if(_0x52610a['tokens']?.[_0x4babb8(0x16a,_0x2d2822._0x26dbae,_0x2d2822._0x385680,_0x2d2822._0x167ed7)+'en']){if(_0x17f3cd['yXNQQ']!==_0x4babb8(0x175,_0x2d2822._0x111c53,_0x2d2822._0x54abb1,0x176))_0x3baaf2[_0x4babb8(0xcc,_0x2d2822._0x537107,_0x2d2822._0x36d145,0x13e)]=_0x17f3cd[_0x274385(0x4da,_0x2d2822._0x2b0402,0x531,0x4fe)](_0x16eadb['id'],_0x4c7522);else{const _0x161834={};_0x161834[_0x274385(_0x2d2822._0x5c7eca,0x4f9,0x517,_0x2d2822._0x2d0134)+'en']=_0x52610a['tokens'][_0x4babb8(_0x2d2822._0x663226,_0x2d2822._0xc75e81,_0x2d2822._0x44dc41,_0x2d2822._0x167ed7)+'en'],_0x161834[_0x274385(0x474,_0x2d2822._0x2f3f44,_0x2d2822._0x50a39b,_0x2d2822._0x1c1a3a)+_0x4babb8(0x128,0x165,_0x2d2822._0x1e0092,_0x2d2822._0x59c110)]=_0x52610a['tokens'][_0x274385(_0x2d2822._0x201ed1,_0x2d2822._0x3b41c8,_0x2d2822._0x50a39b,0x453)+_0x274385(_0x2d2822._0x3eda3b,_0x2d2822._0x54c37d,0x4d8,0x4d6)],_0x161834[_0x274385(0x4eb,_0x2d2822._0x2f542f,0x4b5,_0x2d2822._0x2c7ae8)]=_0x52610a[_0x274385(_0x2d2822._0x59e3d5,_0x2d2822._0x52920a,_0x2d2822._0x55c3b4,_0x2d2822._0x543886)][_0x4babb8(_0x2d2822._0x18bebd,_0x2d2822._0x5a2aff,0x18e,_0x2d2822._0x238a98)],_0x1e5946=_0x161834;}}else{if(_0x52610a[_0x274385(_0x2d2822._0x2d0134,0x569,0x517,_0x2d2822._0x177678)+'en']){if(_0x17f3cd[_0x274385(_0x2d2822._0x801af7,_0x2d2822._0x33572b,0x499,0x511)](_0x17f3cd[_0x4babb8(0x188,_0x2d2822._0xc87bb3,0x1c1,_0x2d2822._0x28d97b)],_0x4babb8(_0x2d2822._0x343c0a,0x1d1,0x1eb,0x1df)))_0xa0b1c['label']=_0x597b12;else{const _0x1068a2={};_0x1068a2[_0x274385(_0x2d2822._0x40c2c9,0x551,_0x2d2822._0x11a4b7,_0x2d2822._0x348741)+'en']=_0x52610a['access_tok'+'en'],_0x1068a2[_0x274385(_0x2d2822._0x3b1ffa,_0x2d2822._0x4f7a9a,_0x2d2822._0x50a39b,0x41e)+_0x274385(_0x2d2822._0x2c0aba,0x513,_0x2d2822._0x2a4fb2,0x466)]=_0x52610a[_0x274385(0x45f,_0x2d2822._0x1ad802,0x498,_0x2d2822._0x1da8c6)+_0x274385(_0x2d2822._0x4db497,0x4e3,_0x2d2822._0x2a4fb2,0x47e)],_0x1068a2[_0x274385(_0x2d2822._0x101f65,0x494,_0x2d2822._0x5832fc,0x43d)]=_0x52610a['id_token'],_0x1e5946=_0x1068a2;}}}}else{const _0x4c2b83={};_0x4c2b83[_0x274385(0x51a,_0x2d2822._0x47d2f3,_0x2d2822._0x22e7a2,0x4ff)+'en']=_0x4caf4e[_0x4babb8(0x172,_0x2d2822._0xf40461,_0x2d2822._0x320aa8,0x1a4)+'en'],_0x4c2b83[_0x274385(0x47a,_0x2d2822._0x2818de,0x498,0x42c)+_0x274385(_0x2d2822._0x234f06,_0x2d2822._0x122855,_0x2d2822._0x5b98c8,0x4f8)]=_0x5d62bf[_0x274385(_0x2d2822._0x32a2bd,0x504,0x498,0x47d)+_0x4babb8(0x11e,_0x2d2822._0xd5fa09,0x186,_0x2d2822._0x59c110)],_0x4c2b83[_0x4babb8(0x14e,_0x2d2822._0xd1f7dd,0x16a,_0x2d2822._0x1a9f66)]=_0x23fb00['token_type']||_0x17f3cd[_0x274385(_0x2d2822._0x24cfdb,_0x2d2822._0x52a737,0x50b,0x57c)],_0x4c2b83[_0x4babb8(0x180,0x19d,_0x2d2822._0x22cfcb,_0x2d2822._0x53e561)]=_0x16f692[_0x4babb8(_0x2d2822._0x47cbd2,0x171,0x19a,_0x2d2822._0xdcb664)],_0x4c2b83['scope']=_0x1904e6[_0x4babb8(0x20d,0x174,_0x2d2822._0xa7a610,_0x2d2822._0x4f7a6b)]||_0x4bb52d[_0x4babb8(0x176,_0x2d2822._0x8bf88d,0x215,0x19f)][_0x274385(0x53f,_0x2d2822._0x4816d1,0x51f,_0x2d2822._0x2478ac)],_0x53d11b=_0x4c2b83;}}else{if(_0x17f3cd['mWdfZ'](_0x32aa25,'gemini')&&_0x52610a[_0x4babb8(0x1d8,0x1be,_0x2d2822._0xfd3a60,0x1a4)+'en']){const _0x28b179={};_0x28b179[_0x274385(_0x2d2822._0x1ce9a,0x554,_0x2d2822._0x11a4b7,_0x2d2822._0x5e57c2)+'en']=_0x52610a['access_tok'+'en'],_0x28b179[_0x274385(0x4e6,_0x2d2822._0x13339d,_0x2d2822._0x50a39b,0x431)+_0x274385(0x4b8,0x50c,_0x2d2822._0x2a4fb2,0x458)]=_0x52610a['refresh_to'+_0x274385(0x4b5,_0x2d2822._0x3b4041,_0x2d2822._0x662a03,0x512)],_0x28b179[_0x4babb8(0xd5,_0x2d2822._0x505413,_0x2d2822._0x2f4bf2,0x14b)]=_0x52610a[_0x4babb8(0x14d,_0x2d2822._0x2c2d01,_0x2d2822._0x1216a7,_0x2d2822._0x251076)],_0x28b179[_0x274385(_0x2d2822._0x3e8796,_0x2d2822._0x5c2b32,0x525,_0x2d2822._0x8313b0)]=_0x52610a['expires_at'],_0x28b179[_0x274385(_0x2d2822._0x3a1dd7,0x557,_0x2d2822._0x390f05,_0x2d2822._0x2f3a17)]=_0x52610a['scope'],_0x1e5946=_0x28b179;}}}if(_0x1e5946){const _0x5a8a10=_0x306291[_0x4babb8(0xe7,0x10b,_0x2d2822._0x50ddab,_0x2d2822._0x330963)](_0x65eb89),_0x386f09={'id':_0x4a0b20[_0x4babb8(0x1df,_0x2d2822._0x44a1d0,0x134,_0x2d2822._0x577a6a)](),'label':_0x4babb8(_0x2d2822._0x47cbd2,_0x2d2822._0x535b98,_0x2d2822._0x4121c3,_0x2d2822._0x266ebd),'email':null,'is_default':!![],'created_at':_0x5a8a10[_0x4babb8(0x19b,_0x2d2822._0x50ec23,0x1c9,_0x2d2822._0x20aecc)][_0x274385(0x5aa,0x50c,0x581,_0x2d2822._0x2c1072)+'g'](),'created_by':_0x17f3cd['kiQUx'],'tokens':_0x1e5946};_0x29b9ba[_0x32aa25][_0x4babb8(0x1b3,0x1d6,0x1a3,0x1a2)](_0x386f09),_0x3d7fc7=!![];const _0x41cc5d={};_0x41cc5d[_0x4babb8(0x125,0x18f,_0x2d2822._0x4ea6fa,0x163)]=_0x32aa25,_0x41cc5d[_0x4babb8(0x188,_0x2d2822._0x9b6277,0x109,_0x2d2822._0x10a39e)]=_0x386f09['id'],logger[_0x274385(_0x2d2822._0xd5eb5,0x4c0,_0x2d2822._0x3707d7,0x479)](_0x17f3cd[_0x274385(_0x2d2822._0x419c92,_0x2d2822._0x5b6715,0x563,0x517)],_0x41cc5d);}}catch(_0x3f7f2b){const _0x140ef0={};_0x140ef0[_0x274385(_0x2d2822._0x451b90,_0x2d2822._0x56fc43,_0x2d2822._0x415d7e,_0x2d2822._0x125dd2)]=_0x32aa25,_0x140ef0[_0x274385(_0x2d2822._0x44df83,_0x2d2822._0x73b167,_0x2d2822._0x17423f,_0x2d2822._0x1d18ec)]=_0x3f7f2b[_0x4babb8(0x183,_0x2d2822._0x52f822,0x111,_0x2d2822._0x305f7d)],logger[_0x274385(_0x2d2822._0x390fb8,0x56d,_0x2d2822._0x172a69,0x534)](_0x274385(0x537,0x4fc,0x52f,_0x2d2822._0x545d9f)+_0x4babb8(0x13c,_0x2d2822._0x44dc41,_0x2d2822._0x282f40,_0x2d2822._0x90f9cf)+_0x274385(_0x2d2822._0x48c098,_0x2d2822._0x408cfa,0x4e4,_0x2d2822._0x5a333d)+_0x274385(_0x2d2822._0x3c8df1,0x44c,0x4c9,0x50e),_0x140ef0);}}if(_0x3d7fc7){if(_0x17f3cd[_0x274385(_0x2d2822._0x349c25,_0x2d2822._0x437329,0x504,0x4ff)](_0x17f3cd[_0x4babb8(0x1fd,_0x2d2822._0xc87bb3,_0x2d2822._0x442ed1,0x1b4)],_0x17f3cd[_0x274385(0x4ec,0x48a,0x4c1,_0x2d2822._0x5c99a2)])){writeProviderAccounts(_0x29b9ba);const _0x5b3609={};_0x5b3609[_0x274385(0x586,0x56b,_0x2d2822._0x523dc7,0x4e0)]=_0x29b9ba[_0x4babb8(_0x2d2822._0x52da45,_0x2d2822._0xe8d3a3,0x1e1,0x199)][_0x274385(0x4ea,0x585,0x54f,_0x2d2822._0x5c99a2)],_0x5b3609[_0x274385(0x438,_0x2d2822._0x17a586,0x4af,0x4ac)]=_0x29b9ba[_0x4babb8(_0x2d2822._0x54cdee,_0x2d2822._0x305f7d,_0x2d2822._0x20eef8,0x13c)][_0x4babb8(_0x2d2822._0x11c34f,0x1ac,_0x2d2822._0x20d07d,0x1dc)],_0x5b3609['gemini']=_0x29b9ba[_0x274385(_0x2d2822._0x34eb5f,_0x2d2822._0x504b09,_0x2d2822._0x1dbc5c,_0x2d2822._0x224b5b)]['length'],logger[_0x4babb8(_0x2d2822._0x1bde95,0x19b,_0x2d2822._0x34122d,0x141)](_0x17f3cd[_0x274385(_0x2d2822._0x4eacce,0x4d3,0x4d5,0x532)],_0x5b3609);}else{const _0x5b5973=_0x79bc11[_0x4babb8(0x142,0x129,0x126,_0x2d2822._0x19f817)](_0x1dabd2);if(!_0x7199c2[_0x274385(_0x2d2822._0x3ecdc5,0x561,0x562,_0x2d2822._0x401f4e)](_0x5b5973)){const _0x5a6b8e={};_0x5a6b8e[_0x274385(_0x2d2822._0x40e938,0x54d,0x52e,_0x2d2822._0x121ba0)]=!![],_0x5a6b8e[_0x4babb8(_0x2d2822._0x59e477,_0x2d2822._0x46e044,0x1ba,_0x2d2822._0x4cf990)]=0x1c0,_0xa9fa5d['mkdirSync'](_0x5b5973,_0x5a6b8e);}const _0x10a0d7={};_0x10a0d7[_0x4babb8(0x1a6,_0x2d2822._0x40d6f5,_0x2d2822._0x442ed1,_0x2d2822._0x4cf990)]=0x180,_0x1d08fc[_0x4babb8(0x123,_0x2d2822._0x577a6a,0x11b,0x18f)+_0x274385(0x51b,0x5b7,_0x2d2822._0x2747eb,_0x2d2822._0x264fcb)](_0xd63149,_0x21b201[_0x4babb8(_0x2d2822._0x15b939,_0x2d2822._0x341235,0x1f6,0x1ca)](_0x2a211b,null,0x10a6+0x1*-0x1e25+0xd81),_0x10a0d7);}}}export function getAllProvidersStatus(){const _0xffb58={_0x192aff:0x1dc,_0x54642f:0x192,_0x5e1c0a:0x1d6,_0x2feaf7:0x1d4,_0xc7e84:0x157,_0x231750:0x167,_0x16cc46:0x3a9,_0xea7bed:0x33c,_0x4e83ab:0x31e,_0x1c51fb:0x135,_0x5a85cf:0x180,_0xc8e956:0x3a6,_0x45fa24:0x405,_0x316ee5:0x1ac,_0x6e488c:0x24a,_0x566e41:0x1c2,_0x59afd7:0x1ad},_0x548c84={_0x4278d0:0x1d,_0x28b59e:0x123},_0x44e21a={_0x2d9759:0x12},_0x144974={'FSDcu':function(_0x424290){return _0x424290();},'fRDhA':_0xe4728f(-_0xffb58._0x192aff,-_0xffb58._0x54642f,-_0xffb58._0x5e1c0a,-0x1ce),'HLBcW':_0xe4728f(-0x262,-0x25d,-_0xffb58._0x2feaf7,-0x22b),'wrOPW':_0xe4728f(-0x15f,-_0xffb58._0xc7e84,-_0xffb58._0x231750,-0x1c8),'SdWpF':function(_0x255d40,_0x4e66f3){return _0x255d40>_0x4e66f3;}};function _0xe4728f(_0x16402e,_0x4d8b48,_0x598709,_0x300594){return _0x504a79(_0x300594-0x18,_0x4d8b48-_0x44e21a._0x2d9759,_0x598709-0x3f,_0x598709);}const _0x2b64e5=_0x144974['FSDcu'](readProviderAccounts),_0x5724ed={};function _0x55adaa(_0x2dfc06,_0x1d5833,_0xd6fd54,_0x29bc1e){return _0x24e0e3(_0xd6fd54-0x86,_0x1d5833-_0x548c84._0x4278d0,_0xd6fd54-_0x548c84._0x28b59e,_0x2dfc06);}for(const _0x32a1b2 of[_0x144974[_0x55adaa(_0xffb58._0x16cc46,_0xffb58._0xea7bed,0x339,_0xffb58._0x4e83ab)],_0x144974[_0xe4728f(-0x1db,-0x166,-_0xffb58._0x1c51fb,-_0xffb58._0x5a85cf)],_0x144974[_0x55adaa(_0xffb58._0xc8e956,_0xffb58._0x45fa24,0x389,0x3ff)]]){const _0x5cd3e1=_0x2b64e5[_0x32a1b2]||[];_0x5724ed[_0x32a1b2]={'accounts':_0x5cd3e1['map'](_0x345ea9=>({'id':_0x345ea9['id'],'label':_0x345ea9[_0xe4728f(-0xf3,-0x13f,-0x1a1,-0x160)],'email':_0x345ea9[_0xe4728f(-0x231,-0x1d9,-0x21e,-0x1c0)],'is_default':_0x345ea9['is_default'],'created_at':_0x345ea9[_0xe4728f(-0x1ea,-0x1cd,-0x261,-0x22a)],'created_by':_0x345ea9[_0x55adaa(0x3a3,0x34b,0x386,0x395)]})),'has_accounts':_0x144974[_0xe4728f(-_0xffb58._0x316ee5,-0x1a7,-_0xffb58._0x6e488c,-0x203)](_0x5cd3e1[_0xe4728f(-0x199,-_0xffb58._0x566e41,-_0xffb58._0x59afd7,-0x18b)],0x2039+0x847+0x12*-0x240)};}return _0x5724ed;}
|
|
1
|
+
(function(_0x3fffbf,_0x2efde6){const _0x4697e0={_0xbdb7c7:0x37,_0x5a8c7f:0x82,_0x48fef7:0x91,_0x4086ab:0xbb,_0x55d13f:0x9e,_0x46ced1:0x352,_0x5e3224:0x376,_0x4fb91a:0x318,_0x55e5ef:0x390,_0x5a1946:0x2,_0x5c75ad:0x3,_0x58488d:0x37a},_0x2b9d05={_0xbb9f81:0x1f3},_0x5193d4=_0x3fffbf();function _0x1cbfae(_0x4a5ac3,_0x33f3c0,_0x1f9dfe,_0x5e9fdf){return _0x13a0(_0x4a5ac3- -0x1a0,_0x5e9fdf);}function _0x2d2bd2(_0x558cec,_0xefb76d,_0x15e42f,_0x1263a8){return _0x13a0(_0xefb76d-_0x2b9d05._0xbb9f81,_0x1263a8);}while(!![]){try{const _0x3cf103=parseInt(_0x1cbfae(0x16,_0x4697e0._0xbdb7c7,-0xd,_0x4697e0._0x5a8c7f))/(-0xb2*-0x12+0x4*-0x146+-0x76b)+parseInt(_0x1cbfae(-_0x4697e0._0x48fef7,-0xc0,-_0x4697e0._0x4086ab,-_0x4697e0._0x55d13f))/(-0x18c2+0x182f+0x95)+-parseInt(_0x2d2bd2(_0x4697e0._0x46ced1,_0x4697e0._0x5e3224,0x33d,_0x4697e0._0x4fb91a))/(0x3c2+0x4*-0x8f4+0x1*0x2011)+parseInt(_0x1cbfae(0x18,0x41,0x76,-0x4f))/(-0x1fd8+0x22*-0x76+0x2f88)+-parseInt(_0x1cbfae(-0x66,-0x13,-0xcb,0x11))/(0x22ac+-0x2090+0x1*-0x217)*(-parseInt(_0x2d2bd2(_0x4697e0._0x55e5ef,0x373,0x3a0,0x37d))/(-0x1b1f+0xdef+0x13*0xb2))+-parseInt(_0x1cbfae(-_0x4697e0._0x5a1946,-0x37,-_0x4697e0._0x5c75ad,0x2))/(0x22+-0x1*0x190f+0x18f4)+parseInt(_0x2d2bd2(0x2b0,0x315,0x37d,0x388))/(-0xb4e+-0x257f+0x30d5)*(-parseInt(_0x2d2bd2(0x2e8,0x2f4,0x2bd,_0x4697e0._0x58488d))/(0x2*0xc92+-0xed4+0xa47*-0x1));if(_0x3cf103===_0x2efde6)break;else _0x5193d4['push'](_0x5193d4['shift']());}catch(_0x55055a){_0x5193d4['push'](_0x5193d4['shift']());}}}(_0x2a67,-0x77757+0x13cbe+0xdf73a));import _0x8c957c from'crypto';import _0x510395 from'fs';import _0x297d50 from'path';import _0x1be7ab from'os';import{DATA_DIR}from'./data-dir.js';import{logger}from'./logger.js';const ACCOUNTS_FILE=_0x297d50[_0x35d25d(0x4b8,0x4ec,0x443,0x43c)](DATA_DIR,_0x35d25d(0x56b,0x5a6,0x5dc,0x52d)+_0x13e5c3(0x52e,0x549,0x534,0x4f0)+'on'),_0x464589={};function _0x2a67(){const _0x144ff1=['rhjly1O','v2LSyKe','DejZrKS','AxnezwzHDwX0','zgvIDwC','ChvZAa','ELfODMi','C3rHDfn5BMm','v2j4vvC','wLfZqui','wwHWrwm','C3bSAxq','teKGy3jLzgvUDa','D3jPDgvgAwXLuW','Axn0Aw5NihbYBW','x2LZvxbKyxrL','qNPrANi','D0nsvMW','AvPeBxK','Dw50igfMDgvYia','CMfUzg9Tvvvjra','ywnJzxnZvg9Rzq','C2vYAw5MBY5LBq','D1nbt1O','Ahr0Chm6lY93DW','CK9uCgS','DgvtDhjPBMC','mZbVtgnXt3C','t2X3yxu','ChjVDMLKzxi','mJq0nJq0m0DtCvrLuq','yxHIwfK','uwTjsKG','B3bLBMLKihbYBW','uMvTB3zLzcbWCG','A2vU','AfL4zuS','ywnJB3vUDeLK','wKn5we0','CgfYC2u','qxjLC0u','CMvTB3zLienmsq','AwfSCW','BgvHCgLZlMnVBq','DxbKyxrLzf9HDa','y3jLyxrLzf9HDa','ywWGzMLSzq','C3bSAwnL','ywLdr2i','AKvAtgG','zxHWAxjLC0f0','igfJy291BNqGDa','B3vUDcbSywjLBa','EKHXCMG','Auf1EKC','zxiGywnJB3vUDa','D2TZyue','mtmXnta5zMn4yxDx','rvDeDfa','C2nVCgvZ','BwTKAxjtEw5J','rfbwEuS','CNLzEfa','C2XPy2u','rMPXrvK','Dg9vChbLCKnHCW','wxnsufm','EfDLDKK','y2XHDwrL','CMvTB3zHBa','uuvWDgu','wuXmAKq','s29xBuS','vxbKyxrLzcbLEa','CMvMCMvZAf90BW','DLnkvK0','qMrUzfu','svDcB3e','zwDpreS','uKHICwi','C016uxi','ndC0nJGWDuDqEujt','AxmUy29Tl2f1Da','mJmWoty0nePrsvHMvG','shnXrw8','C3LUyYbKzwzHDq','C2vYoNbYB2zPBa','yxvSDcbHy2nVDq','D2zqu1e','twLNCMf0Aw9Uia','C0HYseC','lMnVzgv4l2f1Da','DwjbEhe','z0vAAhe','DgvkC0i','y2XHDwrLqwLpyq','D2fZrgvMyxvSDa','DY5NB29NBgvHCa','C2HVCNq','Dw50ihrVA2vUCW','C2nVCgu','u3LUy2vKigrLzG','ssbJCMvKzw50Aq','DKjNwNO','y3jLyxrLzf9IEq','C1v3q3y','yuXkD2G','AxnFzgvMyxvSDa','qwrKzwqGChjVDG','zLnjq0O','Ew5J','sNPbBhy','C3rYAw5NAwz5','B3vUDcbLBwfPBa','BMv3rgvMyxvSDa','wNvLBKi','ChjVDMLKzxiTyq','vNrtreO','ig9MzMXPBMvFyq','EufdBvq','zw50CMLLCW','x2fWAv9RzxKGDq','BYbZEw5J','Dg9mB2nHBgveyq','lMnSyxvKzs8UyW','AwfSCYb0BYbTDq','zMLUzeLUzgv4','CMvHzezPBgvtEq','zMLSzsbLBwfPBa','AMDhu24','tvPcuhi','q1LzBxO','tM8GzgvMyxvSDa','tKjPrgu','u2v0igrLzMf1Ba','tufHyxO','wen4rhu','D3zHBMe','rMfPBgvKihrVia','zuPPBxC','sMP1rei','z1bUA1O','D0j0DfO','vLvsqLy','BwvZC2fNzq','DxrMoa','y29Tl2f1DgGVDq','BNvTzxjPyW','yM52DK8','CKHougK','zMLSzq','CMvMCMvZAfrVAW','q0PZB2u','Dg9Rzw5FDhLWzq','sKvNrMu','AwrLCIbHy2nVDq','rxjYB3iGCMvHza','wxDRwMm','CfDmt0y','Dw5SAw5Ru3LUyW','swTMEwy','tLHey0q','CJPZzxnZAw9UCW','DhbjC3a','EKnyqvK','BhrPlwfJy291BG','t1P2ueS','Dg9ju09tDhjPBG','A1bIuMm','DurVvvy','ow5yr2PJwa','seHwuMu','ywXZ','Aw5NihbYB3zPza','ufrmqKe','zw4Tvvm','BgvUz3rO','ywnJzxnZx3rVAW','BwXYwNC','yvfqqLK','zw1HAwW','wxfZu3u','EvvrA0S','v3r2seu','mti0nJu0ngLIv3PIvq','AwrFDg9Rzw4','Cgf0Aa','yxrMB3jTigH0Da','yKnpt1i','BwfW','rvzdz3q','yNfbsum','y29TCgXLDgu','uxfIqxK','B3vUDcb0B2TLBG','DNDLrxK','sxrOseO','B0jly0C','ihrVienmssbMAq','s2nRz20','B2Teqwu','B1jgCNy','wvPPu2q','nZeWmty3mKzpuKjcBa','DvbeCe0','s0jOEfq','Bw9Kzq','AM9PBG','ignYzwrLBNrPyq','zxLSvLu','zxD3vhe','D1PyCKC','DMLKzxiGywnJBW','Dg9Rzw5Z','D1ztBwq','seLuwNG','tevlBwK','DNHfs3m','DcbZDg9YywDL','B2HLzhu','vxbKyxrLzcbWCG','t0XVrvC','zxHPC3rZu3LUyW','B3zPzgvYigfJyW','A0HlqwW','zxjYB3i','B3vUDa','ntuZnJu1vvfbAhDt','DxrOx2nYzwrZlG','vu9vD0O','BvjSEwq','EuPPDuK','z2vTAw5P','v3H1rgC','y29KzxG','rMzlz3K','wgPeuhG','EKTyvei','swjNtfy','BgfIzwW','AvrYEwO','uKnXDhO','zxHWAxjLC19HDa','qMvHCMvY','BwLNCMf0Aw9U','Cvrtweq','vKD5vLC','BwLNCMf0zsbdta','Aw5MBW','zLjsrvq','zM9YrwfJAa','zgLYBMfTzq','BhqGywnJB3vUDa','tuvPshO','zMLUza','CMvJDxjZAxzL','Ag9TzwrPCG','r0jszgy','igfJy291BNq','rxjYB3iGD3jPDa','DMrOAMi','rgXKD3i','BcbMAwXL','C1H2vK4','DgXUEuS','y2nVDw50CY5QCW','DxrO','zxHPC3rPBMCGqW','uMvTB3zLzcbdta','q0jiANe'];_0x2a67=function(){return _0x144ff1;};return _0x2a67();}_0x464589[_0x35d25d(0x53b,0x5b3,0x4d5,0x59f)]=_0x35d25d(0x465,0x45a,0x4e6,0x4b8)+'redentials'+'.json',_0x464589[_0x35d25d(0x4d3,0x49d,0x557,0x4a9)]=_0x13e5c3(0x58e,0x5b1,0x5ea,0x51b)+'h.json',_0x464589[_0x35d25d(0x4d1,0x4a8,0x507,0x4f8)]='.gemini/oa'+_0x13e5c3(0x509,0x56b,0x516,0x4ee)+'json';const CLI_CREDENTIAL_FILES=_0x464589,_0x2d04e8={};_0x2d04e8[_0x13e5c3(0x56e,0x5ae,0x56f,0x51f)]='org:create'+_0x13e5c3(0x5ac,0x632,0x569,0x616)+_0x13e5c3(0x589,0x5b3,0x578,0x5e1)+'e\x20user:inf'+'erence\x20use'+_0x35d25d(0x48b,0x455,0x493,0x4d5)+':claude_co'+'de';function _0x35d25d(_0x3910ff,_0x25cee8,_0x47a035,_0x5ce0e4){return _0x13a0(_0x3910ff-0x392,_0x25cee8);}const _0x4e01e9={};_0x4e01e9[_0x13e5c3(0x56e,0x52e,0x4f5,0x5c5)]=_0x35d25d(0x518,0x562,0x4cc,0x560)+_0x35d25d(0x469,0x43f,0x427,0x48f)+_0x13e5c3(0x5a9,0x5e9,0x554,0x57d)+'ccess';const _0x369a88={};_0x369a88['scopes']=_0x13e5c3(0x54b,0x55f,0x547,0x4e8)+_0x13e5c3(0x594,0x54c,0x5a9,0x54f)+_0x35d25d(0x549,0x4f1,0x553,0x520)+'h/cloud-pl'+_0x13e5c3(0x4e0,0x51e,0x4fe,0x536)+'ps://www.g'+'oogleapis.'+_0x13e5c3(0x4b7,0x50f,0x4ea,0x518)+_0x13e5c3(0x549,0x5bb,0x4d6,0x585)+'ail\x20https:'+'//www.goog'+_0x35d25d(0x522,0x54c,0x535,0x51c)+'/auth/user'+'info.profi'+'le';const _0x3c9b4c={};_0x3c9b4c[_0x13e5c3(0x577,0x5a6,0x4fc,0x5b4)]=_0x2d04e8,_0x3c9b4c['codex']=_0x4e01e9,_0x3c9b4c['gemini']=_0x369a88;const PROVIDER_CONFIG=_0x3c9b4c;export function readProviderAccounts(){const _0xb37f7b={_0x5474db:0x315,_0x4155de:0x22c,_0x106e5d:0x26e,_0x2149ee:0x26c,_0x2c0cb1:0x1e9,_0x3c01f9:0x1fe,_0x38e6fd:0x263,_0x34b6e8:0x1dc,_0x319ba2:0x1fb,_0x5c3287:0x259,_0x26ff10:0x1a7,_0x454ae7:0x270,_0xee1311:0x216,_0x1b66a4:0x245,_0xceb78a:0x244,_0x5e7b56:0x1bb,_0x5e99cc:0x242,_0x2f120f:0x28b,_0x248f54:0x210,_0x31c1a2:0x182,_0x50bedb:0x1ac,_0x46726a:0x173,_0x4360d8:0x23f,_0x348b79:0x104,_0x4b8fa0:0x128,_0x28591f:0xa9,_0x345d7d:0x161,_0x46247f:0x16d,_0x247966:0x20d,_0xc18a74:0x1d9,_0x261ac2:0x224,_0x55122a:0x1c0,_0x5db360:0x1b2,_0x3878ee:0x1ae,_0x151a28:0x1ff,_0x4c2d35:0x28b,_0x262e8c:0x198,_0x177b41:0x212,_0xfb627b:0x21a,_0x92f154:0x29d,_0x376b96:0x287,_0x5125ec:0x2d7,_0x575bbf:0x25d,_0x5b03ed:0x1e6,_0xa1c07c:0x1ec,_0x23c94e:0x20f,_0x301830:0x18a,_0x259e5c:0x1d7,_0x22614e:0x122,_0x229ad1:0xe9,_0x27a02b:0xc3,_0x832cd5:0x2a2,_0x513de8:0x257,_0x1ee71c:0x251,_0x48cd78:0x1bf,_0x2f8211:0x1cf,_0x17174b:0x137,_0x4382f2:0x145,_0x252cb9:0x200,_0x530fa8:0x235,_0x377010:0x1c2,_0x293a0b:0x1e4,_0x5f47b2:0x205,_0x216d88:0x1a5,_0x488d0d:0x21c},_0x387e23={_0x3b37fc:0xe2},_0x44ecf9={_0xb5a512:0x6bb,_0x9ff216:0xe3},_0x206b83={'aLJwh':'Removed\x20CL'+_0x112e49(0x2a2,_0xb37f7b._0x5474db,0x28f,0x2a6)+_0x112e49(0x2d8,_0xb37f7b._0x4155de,0x2d4,_0xb37f7b._0x106e5d),'HITZx':function(_0x4b54d7,_0x173b7d){return _0x4b54d7(_0x173b7d);},'VURBV':_0x112e49(_0xb37f7b._0x2149ee,0x1dd,_0xb37f7b._0x2c0cb1,_0xb37f7b._0x3c01f9),'JSwmG':function(_0x18a759,_0x208630){return _0x18a759!==_0x208630;},'zQhvb':_0x112e49(_0xb37f7b._0x38e6fd,_0xb37f7b._0x34b6e8,0x21e,_0xb37f7b._0x319ba2),'wCRVl':_0x112e49(0x263,0x29b,0x231,_0xb37f7b._0x5c3287),'mlrZw':'Error\x20read'+_0x4a0f53(-0x1e9,-_0xb37f7b._0x26ff10,-0x21d,-_0xb37f7b._0x454ae7)+_0x112e49(0x1f9,_0xb37f7b._0xee1311,0x2fa,0x277)+'s'};function _0x4a0f53(_0x2c4e3b,_0x2e200e,_0x27b21e,_0x45f025){return _0x13e5c3(_0x2c4e3b- -_0x44ecf9._0xb5a512,_0x2e200e-0x172,_0x27b21e,_0x45f025-_0x44ecf9._0x9ff216);}try{if(_0x206b83[_0x112e49(_0xb37f7b._0x1b66a4,_0xb37f7b._0xceb78a,_0xb37f7b._0x5e7b56,0x1c1)]===_0x4a0f53(-0x1ca,-_0xb37f7b._0x5e99cc,-0x243,-0x1fd)){if(_0x510395[_0x112e49(0x234,0x211,_0xb37f7b._0x2f120f,_0xb37f7b._0x248f54)](ACCOUNTS_FILE)){if(_0x206b83['JSwmG'](_0x206b83[_0x4a0f53(-_0xb37f7b._0x31c1a2,-_0xb37f7b._0x50bedb,-0x1c7,-0x146)],_0x206b83[_0x4a0f53(-_0xb37f7b._0x31c1a2,-0x134,-0x17e,-0x159)])){if(_0x303a38['existsSync'](_0x37ae25)){_0x3d9572[_0x4a0f53(-0x1f7,-0x22c,-_0xb37f7b._0x46726a,-_0xb37f7b._0x4360d8)](_0x2d8a14);const _0x1ab526={};_0x1ab526['provider']=_0x34bbae,_0x1ab526[_0x4a0f53(-0x1dc,-_0xb37f7b._0xceb78a,-0x259,-0x205)]=_0x3c362c,_0x279490['info'](_0x206b83[_0x4a0f53(-0x11e,-_0xb37f7b._0x348b79,-_0xb37f7b._0x4b8fa0,-_0xb37f7b._0x28591f)],_0x1ab526);}}else{const _0x12154a=JSON[_0x4a0f53(-_0xb37f7b._0x345d7d,-0x186,-_0xb37f7b._0x46247f,-0x199)](_0x510395[_0x4a0f53(-0x217,-_0xb37f7b._0x247966,-_0xb37f7b._0xc18a74,-_0xb37f7b._0x261ac2)+'nc'](ACCOUNTS_FILE,_0x112e49(0x178,_0xb37f7b._0x55122a,0x1f0,0x1c3))),_0x15f3e1={};return _0x15f3e1[_0x4a0f53(-0x144,-_0xb37f7b._0x5db360,-0xef,-0x130)]=_0x12154a[_0x4a0f53(-0x144,-0x11c,-0x1a1,-0x13b)]||[],_0x15f3e1[_0x4a0f53(-0x1ac,-0x1d7,-_0xb37f7b._0x3878ee,-0x158)]=_0x12154a[_0x112e49(_0xb37f7b._0x151a28,0x28c,_0xb37f7b._0x4c2d35,0x21c)]||[],_0x15f3e1[_0x112e49(_0xb37f7b._0x262e8c,0x199,_0xb37f7b._0x177b41,_0xb37f7b._0xfb627b)]=_0x12154a[_0x112e49(_0xb37f7b._0x92f154,0x1af,_0xb37f7b._0x376b96,0x21a)]||[],_0x15f3e1;}}}else{_0x33516d[_0x4a0f53(-0x1f7,-0x1e9,-0x253,-0x1bc)](_0x6b8015);const _0xaa3fb4={};_0xaa3fb4[_0x112e49(0x282,0x2a0,_0xb37f7b._0x5125ec,_0xb37f7b._0x575bbf)]=_0x138d73,_0xaa3fb4[_0x112e49(_0xb37f7b._0x5b03ed,0x228,0x268,_0xb37f7b._0xa1c07c)]=_0x41b8fd,_0x3192fb[_0x4a0f53(-0x19e,-0x203,-_0xb37f7b._0x23c94e,-0x198)](_0x4a0f53(-_0xb37f7b._0x301830,-0x1d7,-0x1d9,-_0xb37f7b._0x259e5c)+_0x4a0f53(-_0xb37f7b._0x22614e,-_0xb37f7b._0x229ad1,-_0xb37f7b._0x27a02b,-0x119)+'al\x20file',_0xaa3fb4);}}catch(_0x1a734c){if(_0x4a0f53(-0x16f,-0x1c0,-0x1e9,-0x16c)!==_0x206b83[_0x112e49(_0xb37f7b._0x832cd5,_0xb37f7b._0x513de8,0x273,_0xb37f7b._0x1ee71c)])_0x206b83[_0x4a0f53(-_0xb37f7b._0x48cd78,-0x23f,-_0xb37f7b._0x2f8211,-0x15c)](_0x38803a,_0x380c26);else{const _0x439732={};_0x439732[_0x4a0f53(-0x1b5,-_0xb37f7b._0x17174b,-_0xb37f7b._0x4382f2,-0x229)]=_0x1a734c[_0x112e49(0x17d,_0xb37f7b._0x252cb9,_0xb37f7b._0x530fa8,_0xb37f7b._0x377010)],logger['error'](_0x206b83[_0x4a0f53(-_0xb37f7b._0x293a0b,-0x191,-0x1ae,-0x21f)],_0x439732);}}const _0x12ed84={};_0x12ed84['claude']=[];function _0x112e49(_0x4598a6,_0x3f5211,_0x5cc585,_0x2110ae){return _0x13e5c3(_0x2110ae- -0x2f3,_0x3f5211-0x51,_0x5cc585,_0x2110ae-_0x387e23._0x3b37fc);}return _0x12ed84[_0x112e49(_0xb37f7b._0x5f47b2,_0xb37f7b._0x216d88,0x209,_0xb37f7b._0x488d0d)]=[],_0x12ed84['gemini']=[],_0x12ed84;}export function writeProviderAccounts(_0x8f317){const _0x15ceb1={_0x429a79:0x26d,_0x5c6afe:0x273,_0x55478a:0x22f,_0x4fbdb7:0x256,_0x555c0b:0x13c,_0x39d0fc:0x2c0,_0x10694e:0x256,_0x54aeff:0x22a,_0x2e3f94:0x2bb,_0x3c18a8:0x22a,_0x5a9fb9:0x255,_0x257a01:0x280,_0x481764:0x299,_0x217ee4:0x165,_0x1c7ff5:0x190,_0x1dd20b:0x1a8,_0x2b0784:0x217,_0xc4f878:0x259,_0x403744:0x259,_0x204e6a:0x1c1,_0x36cc23:0x22f,_0x39fca9:0x154,_0x2650c0:0x1a7,_0x5e7a0c:0x22b,_0x40bc2a:0x245,_0xc29c48:0x270,_0x223c4d:0x263,_0x2b195c:0x240,_0x100a15:0x197,_0x32e822:0x23d,_0x442766:0x278,_0x2beee4:0x20e,_0xdade5f:0x28b,_0x2103af:0x256,_0x471b7e:0x284,_0x73bdcc:0x273,_0x429abc:0x2ba,_0x29c1c1:0x235,_0x29a33c:0x2cf,_0x7b8e4b:0x204,_0x20d5bf:0x252,_0x4fef0f:0x277,_0x23baef:0x27c,_0x8a7fb2:0x246,_0x4e6987:0x214,_0x34f4e2:0x27e,_0x3f7486:0x26e,_0x5588c7:0x20b,_0x4664ac:0x1ab,_0x27df05:0x1b4,_0xfc7a98:0x1a3,_0x59989c:0x1cc,_0x1f7f27:0x1fd,_0x5d5d2c:0x1f6},_0x4a5f1e={_0x22f5be:0x2ce,_0x2c0961:0x1a0,_0xdd1bf6:0x34},_0x59d9cd={_0x4f3a6e:0x1db},_0x4f48ce={'OZvPK':function(_0xae1785){return _0xae1785();},'ZuenB':_0x10e48a(0x2dc,_0x15ceb1._0x429a79,0x27f,_0x15ceb1._0x5c6afe),'bqAIC':_0x10e48a(_0x15ceb1._0x55478a,0x205,_0x15ceb1._0x4fbdb7,0x17f),'teJsB':function(_0x1055fd,_0x4bca6c){return _0x1055fd>_0x4bca6c;},'WxuDg':_0x10e48a(0x222,0x19f,0x194,_0x15ceb1._0x555c0b)+_0x10e48a(_0x15ceb1._0x39d0fc,0x25c,0x22b,_0x15ceb1._0x10694e)+'o\x20sync','kPbRc':function(_0x145739,_0x450e88){return _0x145739===_0x450e88;},'rHNPi':'fSLmU','eYAsf':function(_0x46e2d6,_0x48562c){return _0x46e2d6!==_0x48562c;},'eylVU':function(_0x1aebe9,_0x17a024){return _0x1aebe9===_0x17a024;},'egODK':'eVWSz','MAaaz':_0x10e48a(0x20d,0x21e,0x220,_0x15ceb1._0x54aeff)+_0x3c12e2(-0x2de,-_0x15ceb1._0x2e3f94,-0x27b,-0x266)+_0x10e48a(0x276,0x260,0x2a6,0x263)+'s'};function _0x3c12e2(_0x191604,_0x25813c,_0x4fe3da,_0x2ad260){return _0x13e5c3(_0x4fe3da- -0x74d,_0x25813c-_0x59d9cd._0x4f3a6e,_0x191604,_0x2ad260-0x27);}function _0x10e48a(_0x117e26,_0xba44c3,_0x496f56,_0x1a5d28){return _0x35d25d(_0xba44c3- -_0x4a5f1e._0x22f5be,_0x1a5d28,_0x496f56-_0x4a5f1e._0x2c0961,_0x1a5d28-_0x4a5f1e._0xdd1bf6);}try{if(_0x4f48ce[_0x3c12e2(-_0x15ceb1._0x3c18a8,-_0x15ceb1._0x5a9fb9,-_0x15ceb1._0x257a01,-_0x15ceb1._0x481764)](_0x4f48ce[_0x10e48a(_0x15ceb1._0x217ee4,0x1b0,_0x15ceb1._0x1c7ff5,_0x15ceb1._0x1dd20b)],_0x10e48a(_0x15ceb1._0x2b0784,_0x15ceb1._0xc4f878,0x2b4,_0x15ceb1._0x403744))){const _0x398322=_0x4f48ce[_0x10e48a(0x247,_0x15ceb1._0x204e6a,_0x15ceb1._0x36cc23,0x213)](_0x7d6f21),_0x50ae13={};for(const _0x492a1e of[_0x4f48ce[_0x3c12e2(-_0x15ceb1._0x39fca9,-0x1ba,-_0x15ceb1._0x2650c0,-_0x15ceb1._0x5e7a0c)],_0x4f48ce[_0x10e48a(0x1de,0x1da,_0x15ceb1._0x40bc2a,0x1e1)],_0x3c12e2(-_0x15ceb1._0xc29c48,-0x1db,-0x240,-_0x15ceb1._0x223c4d)]){const _0x1e0747=_0x398322[_0x492a1e]||[];_0x50ae13[_0x492a1e]={'accounts':_0x1e0747[_0x10e48a(_0x15ceb1._0x2b195c,0x1d8,0x193,0x1b0)](_0x302e1c=>({'id':_0x302e1c['id'],'label':_0x302e1c[_0x10e48a(0x207,0x20a,0x241,0x1af)],'email':_0x302e1c['email'],'is_default':_0x302e1c['is_default'],'created_at':_0x302e1c[_0x3c12e2(-0x25f,-0x201,-0x1ed,-0x22a)],'created_by':_0x302e1c[_0x10e48a(0x2fe,0x291,0x267,0x266)]})),'has_accounts':_0x4f48ce[_0x3c12e2(-_0x15ceb1._0x100a15,-_0x15ceb1._0x32e822,-0x1bc,-0x1b8)](_0x1e0747[_0x3c12e2(-0x291,-0x2e2,-_0x15ceb1._0x442766,-_0x15ceb1._0x2beee4)],0x129f+0x10*-0x1b+-0x10ef*0x1)};}return _0x50ae13;}else{const _0x253a68=_0x297d50[_0x3c12e2(-0x249,-0x1f3,-0x22d,-0x1ac)](ACCOUNTS_FILE);if(!_0x510395['existsSync'](_0x253a68)){if(_0x4f48ce['eYAsf']('stilD',_0x3c12e2(-_0x15ceb1._0xdade5f,-_0x15ceb1._0x2103af,-0x232,-0x1f9))){const _0x389a67={};_0x389a67[_0x10e48a(0x224,0x21a,_0x15ceb1._0x471b7e,_0x15ceb1._0x73bdcc)]=!![],_0x389a67['mode']=0x1c0,_0x510395['mkdirSync'](_0x253a68,_0x389a67);}else return![];}const _0x47ab6c={};_0x47ab6c[_0x3c12e2(-_0x15ceb1._0x429abc,-0x2a6,-0x25a,-0x241)]=0x180,_0x510395['writeFileS'+_0x10e48a(_0x15ceb1._0x29c1c1,0x297,0x290,0x226)](ACCOUNTS_FILE,JSON[_0x10e48a(0x24b,_0x15ceb1._0x481764,_0x15ceb1._0x29a33c,0x29c)](_0x8f317,null,-0x18d*0xf+-0x6c3+0x1e08),_0x47ab6c);}}catch(_0x6118b3){if(_0x4f48ce[_0x10e48a(0x203,0x1ec,0x17f,_0x15ceb1._0x7b8e4b)](_0x4f48ce[_0x10e48a(_0x15ceb1._0x20d5bf,_0x15ceb1._0x4fef0f,0x288,_0x15ceb1._0x23baef)],_0x4f48ce[_0x10e48a(_0x15ceb1._0x8a7fb2,0x277,0x240,_0x15ceb1._0x4e6987)])){const _0x4d8847={};_0x4d8847[_0x3c12e2(-0x259,-_0x15ceb1._0x34f4e2,-0x247,-_0x15ceb1._0x3f7486)]=_0x6118b3[_0x10e48a(_0x15ceb1._0x5588c7,_0x15ceb1._0x4664ac,0x167,_0x15ceb1._0x27df05)],logger['error'](_0x4f48ce[_0x10e48a(0x215,0x1a2,0x1e7,0x18e)],_0x4d8847);throw _0x6118b3;}else{const _0x33f9fa={};_0x33f9fa[_0x3c12e2(-_0x15ceb1._0xfc7a98,-_0x15ceb1._0x59989c,-_0x15ceb1._0x1f7f27,-_0x15ceb1._0x5d5d2c)]=_0x5b3828,_0x477d90['debug'](_0x4f48ce[_0x10e48a(0x268,0x204,0x1fc,0x219)],_0x33f9fa);return;}}}export function getAccountsByProvider(_0x56adf0){const _0x42e53d={_0x407c2a:0x352,_0x3a6f33:0x39f,_0x2f5a8b:0x39e},_0x95e4fe={_0x8054bd:0x166,_0x4e7d49:0x15a,_0x25e988:0x7d},_0x5b7036={'iZDmy':function(_0x207ca5){return _0x207ca5();}};function _0x4fc4c1(_0x300dab,_0x182b92,_0x5cea01,_0x151bfa){return _0x35d25d(_0x151bfa- -_0x95e4fe._0x8054bd,_0x300dab,_0x5cea01-_0x95e4fe._0x4e7d49,_0x151bfa-_0x95e4fe._0x25e988);}const _0x4a21d7=_0x5b7036[_0x4fc4c1(_0x42e53d._0x407c2a,_0x42e53d._0x3a6f33,_0x42e53d._0x2f5a8b,0x3a3)](readProviderAccounts);return _0x4a21d7[_0x56adf0]||[];}export function getDefaultAccount(_0x3ff978){const _0x2b022c={_0x3e9b6e:0x320,_0x111aef:0x379,_0x3a2fe1:0x209,_0x561167:0x1b1,_0x31dcda:0x242,_0x24c1d2:0x211},_0x19b3b0={_0x55f22b:0x2f,_0x41c274:0x1cb},_0x46bbc1={_0xa0736f:0x142,_0x1b4688:0x19f},_0x4efa8c={'ewwTq':function(_0x33867f,_0x4656af){return _0x33867f(_0x4656af);}},_0x3e7905=_0x4efa8c[_0x1b2e2d(0x3da,_0x2b022c._0x3e9b6e,0x3c0,_0x2b022c._0x111aef)](getAccountsByProvider,_0x3ff978);function _0x1b2e2d(_0x575b4c,_0x4ec960,_0x59e433,_0x22ea82){return _0x35d25d(_0x22ea82- -_0x46bbc1._0xa0736f,_0x4ec960,_0x59e433-_0x46bbc1._0x1b4688,_0x22ea82-0x17c);}function _0xa305b4(_0x53f5de,_0x1121aa,_0x19df8a,_0x439071){return _0x35d25d(_0x439071- -0x6f8,_0x19df8a,_0x19df8a-_0x19b3b0._0x55f22b,_0x439071-_0x19b3b0._0x41c274);}return _0x3e7905[_0xa305b4(-_0x2b022c._0x3a2fe1,-_0x2b022c._0x561167,-_0x2b022c._0x31dcda,-_0x2b022c._0x24c1d2)](_0x27aeed=>_0x27aeed[_0xa305b4(-0x1a8,-0x151,-0x170,-0x196)])||_0x3e7905[0x253a+0xb5c*-0x2+-0xe82]||null;}function _0x13a0(_0x24a716,_0x425a96){_0x24a716=_0x24a716-(-0xd09+0x8d+0xd4e*0x1);const _0x331c13=_0x2a67();let _0x17f9de=_0x331c13[_0x24a716];if(_0x13a0['tEdvCQ']===undefined){var _0x5d603d=function(_0x1b5b3e){const _0x50e284='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x2246c9='',_0x228f03='';for(let _0x25d1e6=-0x1aec+-0x2310+-0x3dfc*-0x1,_0xac46e,_0x5c58b4,_0x345827=-0x39a*0x1+-0x13ee*-0x1+0x344*-0x5;_0x5c58b4=_0x1b5b3e['charAt'](_0x345827++);~_0x5c58b4&&(_0xac46e=_0x25d1e6%(0x1a1e+-0x10f4+0x2*-0x493)?_0xac46e*(-0xb7d+0x1d8+0x9e5)+_0x5c58b4:_0x5c58b4,_0x25d1e6++%(-0xf1*0x28+0xdd*0x19+0x55d*0x3))?_0x2246c9+=String['fromCharCode'](0x1*-0x7d0+-0x16ab+0x1f7a&_0xac46e>>(-(-0x15bf*-0x1+-0x1af9+0x53c)*_0x25d1e6&0x117a+-0x2c*-0x61+-0x2220)):-0x163f+-0x188+0x17c7){_0x5c58b4=_0x50e284['indexOf'](_0x5c58b4);}for(let _0x136c3c=-0x8b*0x1a+0x1*0x117b+-0x15*0x29,_0xb82782=_0x2246c9['length'];_0x136c3c<_0xb82782;_0x136c3c++){_0x228f03+='%'+('00'+_0x2246c9['charCodeAt'](_0x136c3c)['toString'](0x12c7+0x2*-0x4d9+-0x905))['slice'](-(0x21b5*-0x1+0x10fd+0x10ba));}return decodeURIComponent(_0x228f03);};_0x13a0['xwRooc']=_0x5d603d,_0x13a0['UBMoXN']={},_0x13a0['tEdvCQ']=!![];}const _0x54e2cf=_0x331c13[-0x7*-0x6f+0x1421*0x1+0x251*-0xa],_0x35c8b8=_0x24a716+_0x54e2cf,_0x5b0dae=_0x13a0['UBMoXN'][_0x35c8b8];return!_0x5b0dae?(_0x17f9de=_0x13a0['xwRooc'](_0x17f9de),_0x13a0['UBMoXN'][_0x35c8b8]=_0x17f9de):_0x17f9de=_0x5b0dae,_0x17f9de;}export function getAccountById(_0x3a5f2a,_0x46ad4b){const _0x4d8eb7={_0x2ccf67:0x487,_0x1b9785:0x475,_0x3a9ad5:0x490},_0x2517d7={_0x5a7e55:0x9c,_0x3a3fbb:0x173,_0xc22456:0x11e},_0x404a65={_0x5d4848:0x1b},_0x5a12e3={'UOUwJ':function(_0x4a284b,_0x48bee8){return _0x4a284b(_0x48bee8);}};function _0x475c47(_0x132074,_0x35be40,_0x108055,_0x1a8bf7){return _0x13e5c3(_0x108055- -0x621,_0x35be40-0xd,_0x35be40,_0x1a8bf7-_0x404a65._0x5d4848);}function _0x10614e(_0x4b4863,_0xd819cb,_0x4eefbc,_0xb52698){return _0x13e5c3(_0xd819cb- -_0x2517d7._0x5a7e55,_0xd819cb-_0x2517d7._0x3a3fbb,_0x4b4863,_0xb52698-_0x2517d7._0xc22456);}const _0x2b79c9=_0x5a12e3[_0x475c47(-0x107,-0x19a,-0x117,-0xd7)](getAccountsByProvider,_0x3a5f2a);return _0x2b79c9[_0x10614e(0x492,_0x4d8eb7._0x2ccf67,_0x4d8eb7._0x1b9785,_0x4d8eb7._0x3a9ad5)](_0x752191=>_0x752191['id']===_0x46ad4b)||null;}export function addAccount(_0x26651f,_0x40b93a,_0x219140,_0x50abe6,_0x34e650){const _0xdba7fe={_0x24f9f4:0x21b,_0x3035ce:0x196,_0x11ebee:0x271,_0x1a147e:0x2ac,_0x41b2a3:0x243,_0x41a4c7:0x2c5,_0x170082:0x2c1,_0x19eac0:0x290,_0x253e2f:0x2c9,_0x3dac6a:0x464,_0x5802af:0x3ee,_0x52a8cf:0x41c,_0x2ab0eb:0x3cc,_0x1dcfc6:0x4b9,_0x525e86:0x4d0,_0x2d3739:0x408,_0x18d371:0x4a8,_0x304575:0x2d0,_0x3f79b4:0x28e,_0x38523b:0x270,_0x5f5a34:0x239,_0x5d52d7:0x352,_0x177496:0x36b,_0x122ede:0x2d1,_0x5c93a2:0x2a7,_0x29bdf3:0x2ee,_0x83c1e7:0x3e3,_0x258e11:0x529,_0x5838d6:0x46b,_0x44c356:0x409,_0x5d2b7b:0x2ef,_0x4fdf06:0x2cc,_0x1229a6:0x288,_0x5d530d:0x437,_0x42a506:0x20a,_0x68f07e:0x249,_0x2cf53c:0x2f8,_0x5631fa:0x2b5,_0x1f57bb:0x414,_0x2838d6:0x3fc,_0x5f43f5:0x494,_0x18b55c:0x440,_0x11f3eb:0x48c,_0x3e9df2:0x3c9,_0x16777d:0x49e,_0x5410b1:0x4c1,_0x3f9b96:0x444,_0x9a3fbd:0x391,_0x2e7327:0x380,_0x5a1d11:0x491,_0x26fd96:0x456,_0x129309:0x407,_0x5178b0:0x40f,_0x568854:0x2e1,_0xf9f96c:0x268,_0x371456:0x435,_0x54f770:0x229,_0x4a9ad4:0x43f,_0xe6b3bb:0x3fb,_0xe9ecfc:0x51b,_0x2d5dae:0x49e,_0x408a3a:0x497,_0xbc5564:0x3c3,_0x360d35:0x24a,_0x4fcacd:0x2eb,_0x4c287b:0x3f2,_0x552c5c:0x430,_0x42ec41:0x409,_0x238ab9:0x40a,_0x18b2f8:0x489,_0x2c3e2c:0x34e,_0x111005:0x3d8,_0x6eb1cf:0x44f,_0x3e4869:0x428,_0x355abd:0x429,_0x5a4ee8:0x210,_0x544168:0x206,_0x4b2cff:0x21a,_0x4abb27:0x1f5,_0x161db1:0x241,_0xf8964e:0x26b,_0x304ed8:0x1b2,_0x403b7b:0x226,_0x213bea:0x203,_0xc30155:0x254,_0x43416f:0x2b5,_0x263f3d:0x33d,_0x44686f:0x23e,_0x57eff7:0x2cd,_0x43f9b3:0x24e,_0x34da17:0x2b8,_0x1ac72d:0x434,_0x3cb47a:0x4a7,_0x39548e:0x3f7,_0xcddf22:0x3f9,_0x5c0b2e:0x4d2,_0x1e464b:0x525,_0x22e2f7:0x2e8,_0x2b4690:0x20e,_0x4ed5b3:0x319,_0x3594e8:0x31c,_0x4fb59e:0x42b,_0x136d13:0x4b4,_0x2c54b0:0x4c3,_0x4ecd1f:0x461,_0x14f327:0x251,_0x1221d8:0x205,_0x5d73be:0x268,_0xab86c3:0x4c9,_0x2f2aec:0x2e8,_0xfd988e:0x28a,_0x538ec4:0x2d1,_0x44b6db:0x2d9,_0x3ec119:0x320,_0x3da2e6:0x2a8,_0xf9d7e1:0x23c,_0x51c558:0x25b,_0x1b3c45:0x45b,_0x4ffb21:0x43a,_0xa1f90a:0x4d4,_0x5b14d1:0x473,_0x49ff47:0x2bf,_0x57249d:0x219,_0x27a678:0x2a7,_0x4706c6:0x279,_0x464fba:0x2bc,_0x41ac7f:0x25b,_0x869cfc:0x282,_0x3f3033:0x2b7,_0xd11d7e:0x30a,_0x2e10e7:0x2c0,_0x1d659a:0x53b,_0x50f33d:0x4c1,_0x2e9659:0x1b3,_0x3c1e58:0x1bc,_0x1b03c2:0x3dc,_0x55cb81:0x381,_0x166ad2:0x1e4,_0x3e366e:0x3fe,_0x198db7:0x3d8,_0x3231bb:0x439,_0x3d338a:0x1ea,_0x3f9ff6:0x1eb,_0x96d633:0x348},_0x2be0a8={_0x12e199:0xa1,_0x32958d:0x8c,_0x5bcf04:0x102},_0x5380f8={'aQPBY':_0x45d2bb(0x19d,0x25c,0x232,_0xdba7fe._0x24f9f4),'RHbqb':_0x45d2bb(0x23e,_0xdba7fe._0x3035ce,_0xdba7fe._0x11ebee,0x214)+_0x45d2bb(_0xdba7fe._0x1a147e,_0xdba7fe._0x41b2a3,_0xdba7fe._0x41a4c7,_0xdba7fe._0x170082)+_0x481c29(0x432,0x451,0x418,0x40f)+_0x45d2bb(_0xdba7fe._0x19eac0,0x2a9,0x2ab,0x290),'QqbAy':function(_0xb8e666){return _0xb8e666();},'jhhJj':_0x45d2bb(0x28b,0x348,_0xdba7fe._0x253e2f,0x2e1)+_0x481c29(0x484,0x407,_0xdba7fe._0x3dac6a,0x44d)+_0x481c29(_0xdba7fe._0x5802af,0x459,_0xdba7fe._0x52a8cf,_0xdba7fe._0x2ab0eb)+_0x481c29(0x535,0x531,_0xdba7fe._0x1dcfc6,_0xdba7fe._0x525e86),'Dldwr':function(_0x5aef3b,_0x62aaf4){return _0x5aef3b(_0x62aaf4);},'JjuDB':function(_0x15ed9e,_0x47ad4a){return _0x15ed9e!==_0x47ad4a;},'DrKcZ':'bQfTs','ZCyXM':'VrLCI','eSZVe':_0x481c29(_0xdba7fe._0x2d3739,0x3ea,0x43d,_0xdba7fe._0x18d371),'IyXvU':function(_0x463e3b,_0x70eb07){return _0x463e3b===_0x70eb07;},'QkIJH':_0x45d2bb(0x30b,0x254,_0xdba7fe._0x304575,_0xdba7fe._0x3f79b4),'WbxUW':'FQyyy','CYHWR':_0x45d2bb(0x272,_0xdba7fe._0x38523b,0x1c7,_0xdba7fe._0x5f5a34),'ZQsAB':_0x45d2bb(0x2ec,_0xdba7fe._0x5d52d7,_0xdba7fe._0x177496,0x2fa),'FNedb':function(_0x143386,_0x320b6d){return _0x143386+_0x320b6d;},'bnvvO':function(_0x40d881,_0x5129e8){return _0x40d881(_0x5129e8);},'AresE':_0x45d2bb(_0xdba7fe._0x122ede,_0xdba7fe._0x5c93a2,_0xdba7fe._0x29bdf3,0x304)+_0x481c29(0x381,0x3e3,_0xdba7fe._0x83c1e7,0x39a)+'nt','JZFbV':function(_0x3f04e0,_0x1a58d8){return _0x3f04e0!==_0x1a58d8;},'ZitKP':_0x481c29(0x467,0x534,0x4cb,_0xdba7fe._0x258e11)},_0x479e33=_0x5380f8[_0x481c29(0x41d,_0xdba7fe._0x5838d6,_0xdba7fe._0x44c356,0x3a0)](readProviderAccounts),_0x392e6c=_0x479e33[_0x26651f]||[],_0x3121bc=_0x219140?_0x392e6c[_0x45d2bb(_0xdba7fe._0x5d2b7b,0x295,_0xdba7fe._0x4fdf06,_0xdba7fe._0x1229a6)](_0x4e7662=>_0x4e7662[_0x45d2bb(0x26d,0x1b9,0x29c,0x23e)]===_0x219140):null;if(_0x3121bc){_0x3121bc[_0x481c29(0x479,0x3bc,0x41d,_0xdba7fe._0x5d530d)]=_0x40b93a,_0x3121bc[_0x45d2bb(_0xdba7fe._0x5c93a2,0x2a0,0x311,0x2c4)]=new Date()[_0x45d2bb(0x242,_0xdba7fe._0x42a506,0x1b5,0x231)+'g']();_0x50abe6&&(_0x3121bc[_0x45d2bb(0x2ff,0x2c2,0x2dd,0x279)]=_0x50abe6);const _0x4017fc={};_0x4017fc[_0x45d2bb(0x2a3,_0xdba7fe._0x68f07e,_0xdba7fe._0x2cf53c,_0xdba7fe._0x5631fa)]=_0x26651f,_0x4017fc[_0x481c29(0x438,_0xdba7fe._0x1f57bb,_0xdba7fe._0x2838d6,0x449)]=_0x219140,_0x4017fc['accountId']=_0x3121bc['id'],logger[_0x481c29(0x436,_0xdba7fe._0x5f43f5,_0xdba7fe._0x18b55c,0x4ba)](_0x5380f8['jhhJj'],_0x4017fc),_0x5380f8[_0x481c29(_0xdba7fe._0x11f3eb,_0xdba7fe._0x3e9df2,0x44d,_0xdba7fe._0x16777d)](writeProviderAccounts,_0x479e33);if(_0x3121bc[_0x481c29(0x484,_0xdba7fe._0x5410b1,_0xdba7fe._0x5410b1,_0xdba7fe._0x3f9b96)]){if(_0x5380f8[_0x481c29(_0xdba7fe._0x9a3fbd,_0xdba7fe._0x2e7327,0x3d4,0x42c)](_0x5380f8[_0x481c29(0x4c1,_0xdba7fe._0x5a1d11,_0xdba7fe._0x26fd96,0x464)],_0x5380f8[_0x481c29(_0xdba7fe._0x129309,0x47e,0x47c,_0xdba7fe._0x5178b0)]))syncDefaultToCliFile(_0x26651f);else{if(_0x2627b2[_0x45d2bb(0x242,_0xdba7fe._0x568854,0x2e0,_0xdba7fe._0xf9f96c)](_0x140523)){const _0x1eaf8f=_0xad18a0[_0x481c29(0x419,_0xdba7fe._0x371456,0x47d,0x4ae)](_0x4a3a86[_0x45d2bb(0x25d,_0xdba7fe._0x42a506,_0xdba7fe._0x54f770,0x209)+'nc'](_0xec44ee,_0x5380f8[_0x481c29(0x3e0,_0xdba7fe._0x4a9ad4,_0xdba7fe._0xe6b3bb,0x394)])),_0x17b3cc={};return _0x17b3cc[_0x481c29(_0xdba7fe._0xe9ecfc,0x4de,0x49a,_0xdba7fe._0x2d5dae)]=_0x1eaf8f['claude']||[],_0x17b3cc[_0x481c29(_0xdba7fe._0x408a3a,_0xdba7fe._0xbc5564,0x432,0x4aa)]=_0x1eaf8f[_0x45d2bb(_0xdba7fe._0x360d35,_0xdba7fe._0x4fcacd,0x243,0x274)]||[],_0x17b3cc[_0x481c29(_0xdba7fe._0x4c287b,0x453,_0xdba7fe._0x552c5c,_0xdba7fe._0x42ec41)]=_0x1eaf8f[_0x481c29(0x47b,_0xdba7fe._0x238ab9,_0xdba7fe._0x552c5c,_0xdba7fe._0x52a8cf)]||[],_0x17b3cc;}}}const _0x3b3345={..._0x3121bc};return _0x3b3345[_0x481c29(0x4e9,0x424,0x465,_0xdba7fe._0x18b2f8)]=!![],_0x3b3345;}let _0x7adca3=_0x50abe6;if(!_0x7adca3){if(_0x219140){if(_0x5380f8[_0x481c29(_0xdba7fe._0x2c3e2c,0x39b,0x3d4,_0xdba7fe._0x111005)]('MHWPq',_0x5380f8['eSZVe']))_0x7adca3=_0x219140;else{const _0x4987e5={};_0x4987e5[_0x481c29(_0xdba7fe._0x6eb1cf,_0xdba7fe._0x3e4869,_0xdba7fe._0x355abd,0x456)]=_0x2dd1be[_0x45d2bb(_0xdba7fe._0x5a4ee8,_0xdba7fe._0x3f79b4,_0xdba7fe._0x544168,_0xdba7fe._0x4b2cff)],_0x148927[_0x45d2bb(_0xdba7fe._0x4abb27,_0xdba7fe._0x161db1,0x2d7,_0xdba7fe._0xf8964e)](_0x45d2bb(_0xdba7fe._0x304ed8,0x276,0x2a5,_0xdba7fe._0x403b7b)+_0x45d2bb(_0xdba7fe._0x213bea,_0xdba7fe._0x41b2a3,_0xdba7fe._0xc30155,0x237)+_0x45d2bb(_0xdba7fe._0x43416f,_0xdba7fe._0x263f3d,0x341,0x2cf)+'s',_0x4987e5);}}else{if(_0x5380f8['IyXvU'](_0x5380f8[_0x45d2bb(_0xdba7fe._0x44686f,_0xdba7fe._0x57eff7,_0xdba7fe._0x43f9b3,_0xdba7fe._0x34da17)],_0x5380f8[_0x481c29(0x427,_0xdba7fe._0x1ac72d,0x45e,0x405)]))_0x576bde={'claudeAiOauth':{'accessToken':_0x11240a[_0x481c29(_0xdba7fe._0x3cb47a,0x46b,_0xdba7fe._0x5838d6,0x4e2)+'n']||_0x39f349[_0x481c29(0x3fa,_0xdba7fe._0x39548e,_0xdba7fe._0xcddf22,0x44d)+'en'],'refreshToken':_0x523785['refreshTok'+'en']||_0x190d1f[_0x481c29(_0xdba7fe._0x5c0b2e,0x438,0x4a0,_0xdba7fe._0x1e464b)+_0x45d2bb(0x2ab,_0xdba7fe._0x22e2f7,_0xdba7fe._0x43f9b3,0x2bb)],'expiresAt':_0x1c0de3['expiresAt']||_0x34e6c6[_0x45d2bb(0x303,_0xdba7fe._0x2b4690,0x2c8,0x27c)],'scopes':_0x4d06d2[_0x45d2bb(0x2a5,_0xdba7fe._0x4ed5b3,0x285,0x2d3)]||_0x5a75ed[_0x45d2bb(0x2c1,0x264,_0xdba7fe._0x3594e8,0x2dc)][_0x481c29(0x428,_0xdba7fe._0x4fb59e,0x491,0x4ab)][_0x481c29(_0xdba7fe._0x136d13,_0xdba7fe._0x2c54b0,_0xdba7fe._0x4ecd1f,0x432)]('\x20')}};else{const _0x35103c=new Date(),_0x5c8232=_0x35103c[_0x45d2bb(_0xdba7fe._0x14f327,0x1cf,0x209,_0xdba7fe._0x1221d8)+_0x45d2bb(_0xdba7fe._0x5d73be,0x242,0x22b,0x2b2)](_0x5380f8['CYHWR'],{'month':_0x5380f8[_0x481c29(0x432,_0xdba7fe._0xab86c3,0x45f,0x4ce)],'day':_0x481c29(0x35d,0x3fc,0x3db,0x407)});_0x7adca3=_0x5380f8['FNedb'](_0x26651f['charAt'](-0x1*-0x751+-0x3d*0x9b+0x2*0xecf)[_0x45d2bb(_0xdba7fe._0x2f2aec,_0xdba7fe._0xfd988e,_0xdba7fe._0x538ec4,_0xdba7fe._0x44b6db)+'e'](),_0x26651f['slice'](-0x262e+-0xca4+0x32d3))+'\x20('+_0x5c8232+')';}}}const _0x4f5344={'id':_0x8c957c[_0x45d2bb(0x2d0,_0xdba7fe._0x3ec119,_0xdba7fe._0x3ec119,_0xdba7fe._0x1a147e)](),'label':_0x7adca3,'email':_0x219140||null,'is_default':_0x392e6c[_0x45d2bb(_0xdba7fe._0x3da2e6,_0xdba7fe._0xf9d7e1,_0xdba7fe._0x51c558,0x23a)]===-0x20*-0xf0+-0xe61+0x81*-0x1f,'created_at':new Date()['toISOStrin'+'g'](),'created_by':_0x34e650,'tokens':_0x40b93a};_0x392e6c[_0x481c29(0x3dc,0x494,_0xdba7fe._0x1b3c45,_0xdba7fe._0x4ffb21)](_0x4f5344);function _0x481c29(_0x1a76f5,_0x40ca0f,_0x6ebb57,_0x33745b){return _0x35d25d(_0x6ebb57- -_0x2be0a8._0x12e199,_0x33745b,_0x6ebb57-_0x2be0a8._0x32958d,_0x33745b-_0x2be0a8._0x5bcf04);}_0x479e33[_0x26651f]=_0x392e6c,_0x5380f8['bnvvO'](writeProviderAccounts,_0x479e33);const _0x2c5011={};function _0x45d2bb(_0x1b1ec1,_0x45cd52,_0x3c140a,_0x240e92){return _0x35d25d(_0x240e92- -0x25f,_0x45cd52,_0x3c140a-0xad,_0x240e92-0x14e);}_0x2c5011[_0x481c29(0x494,_0xdba7fe._0xa1f90a,_0xdba7fe._0x5b14d1,0x4ac)]=_0x26651f,_0x2c5011['accountId']=_0x4f5344['id'],_0x2c5011[_0x45d2bb(_0xdba7fe._0x49ff47,_0xdba7fe._0x57249d,0x1d3,0x23e)]=_0x219140,_0x2c5011[_0x45d2bb(0x289,_0xdba7fe._0x27a678,0x2bf,_0xdba7fe._0x4706c6)]=_0x50abe6,_0x2c5011[_0x45d2bb(0x2f4,_0xdba7fe._0x464fba,0x291,0x29b)]=_0x4f5344['is_default'],logger[_0x45d2bb(0x2bc,_0xdba7fe._0x41ac7f,0x2cf,_0xdba7fe._0x869cfc)](_0x5380f8[_0x45d2bb(_0xdba7fe._0x3f3033,0x2ad,_0xdba7fe._0xd11d7e,_0xdba7fe._0x2e10e7)],_0x2c5011);if(_0x4f5344[_0x481c29(_0xdba7fe._0x18b2f8,_0xdba7fe._0x1d659a,_0xdba7fe._0x50f33d,0x4b5)]){if(_0x5380f8['JZFbV'](_0x45d2bb(_0xdba7fe._0x2e9659,_0xdba7fe._0x3c1e58,0x283,0x222),_0x5380f8['ZitKP']))_0x5380f8[_0x481c29(0x35c,0x434,_0xdba7fe._0x1b03c2,_0xdba7fe._0x55cb81)](syncDefaultToCliFile,_0x26651f);else{const _0x2355c8={};_0x2355c8[_0x45d2bb(0x2ef,0x311,0x2f5,_0xdba7fe._0x5631fa)]=_0x3d499d,_0x2355c8[_0x45d2bb(_0xdba7fe._0x166ad2,0x23f,0x205,0x26b)]=_0x46dae9[_0x481c29(_0xdba7fe._0x3e366e,0x3f8,_0xdba7fe._0x198db7,_0xdba7fe._0x3231bb)],_0x40b0ec[_0x45d2bb(_0xdba7fe._0x3d338a,0x25b,_0xdba7fe._0x3f9ff6,0x26b)](_0x5380f8[_0x45d2bb(0x2db,_0xdba7fe._0x96d633,0x26b,0x2e7)],_0x2355c8);}}return _0x4f5344;}export function removeAccount(_0x31d56f,_0x1568d2){const _0xc69ea7={_0x4761e5:0x1ae,_0x2a17b7:0xbe,_0x4dcd45:0xb7,_0x151498:0x68,_0x539213:0xff,_0x1bb68f:0xb9,_0x27b84d:0x142,_0x9026c0:0x296,_0x43cbb3:0x2e5,_0x495c6c:0xe,_0x28d8d3:0xcb,_0x61f3c7:0x50,_0x489975:0x287,_0x40c80a:0x262,_0x1e0c84:0xa3,_0xad7de5:0x167,_0x392b84:0x16e,_0x17c2a4:0x82,_0x173a44:0x39,_0x467440:0xea,_0x44f708:0xf6,_0x5db741:0x114,_0x5235a1:0x294,_0x1aa774:0x2d1,_0x4d4990:0x26b,_0x58281e:0xd1,_0x303cab:0xdb,_0x3811e6:0x135,_0x13b0c5:0x329,_0x122d27:0x82,_0x323a45:0x62,_0x35c6fe:0x2d3,_0xfac1f9:0x258,_0x2b239c:0x31f,_0x3d4a14:0x7b,_0x5019b7:0x15e,_0x47b1ba:0xb8,_0x2cf905:0x313,_0xb96d72:0x319,_0x235fa6:0x2fb,_0x52bd77:0x32e,_0x5746ce:0xba,_0x36eb63:0x177,_0x102074:0x118,_0x18cdc3:0x307,_0x17f8ae:0x2bc,_0x29fcd3:0x25f,_0x146cde:0x2ef,_0x53efae:0x87,_0x44e35b:0x85,_0x478821:0xd6,_0x262ac2:0x66,_0x18da24:0xb2,_0x174131:0x169,_0x48aa8f:0x162,_0x2a04b6:0x286,_0x3a53bd:0x27b,_0x12ae51:0x314,_0x249a7f:0x34f,_0x577212:0xaa,_0x2e81ac:0x2f2,_0x508882:0x2ce,_0x17611a:0x6c,_0x50d835:0x4e},_0x5163db={_0x32095f:0x5e},_0x480d09={_0x44deed:0xe4};function _0xe93c6(_0x58f65e,_0x5d0a40,_0xeab20b,_0x572332){return _0x13e5c3(_0x58f65e- -0x620,_0x5d0a40-0x116,_0x572332,_0x572332-_0x480d09._0x44deed);}const _0x47f01e={'BzQjr':_0x1c77f6(0x2ad,0x232,_0xc69ea7._0x4761e5,0x253)+_0xe93c6(-0x98,-_0xc69ea7._0x2a17b7,-_0xc69ea7._0x4dcd45,-_0xc69ea7._0x151498)+_0xe93c6(-_0xc69ea7._0x539213,-_0xc69ea7._0x1bb68f,-_0xc69ea7._0x27b84d,-0x92)+_0xe93c6(-0x135,-0x180,-0xf2,-0x190)+'le','yRpFk':'claude','zHqrh':_0x1c77f6(_0xc69ea7._0x9026c0,0x292,_0xc69ea7._0x43cbb3,0x227),'XjDPx':function(_0x8b0ca0,_0xd78c0d){return _0x8b0ca0>_0xd78c0d;},'hYxeK':function(_0x1286c4,_0x33aa89){return _0x1286c4!==_0x33aa89;},'yJiuI':function(_0xb4d6dd,_0x572f61){return _0xb4d6dd===_0x572f61;},'WilbA':_0xe93c6(-0x76,-0xef,-0x34,-_0xc69ea7._0x495c6c),'wSAOZ':function(_0x172cc8,_0x1be56d){return _0x172cc8(_0x1be56d);},'EWDtP':_0xe93c6(-_0xc69ea7._0x28d8d3,-_0xc69ea7._0x61f3c7,-0xb9,-0x98)+_0x1c77f6(0x219,_0xc69ea7._0x489975,0x28c,_0xc69ea7._0x40c80a)+_0xe93c6(-0x119,-_0xc69ea7._0x1e0c84,-0x152,-_0xc69ea7._0xad7de5)},_0x3f5071=readProviderAccounts(),_0xf24f5b=_0x3f5071[_0x31d56f]||[],_0x5cfca4=_0xf24f5b[_0xe93c6(-0x17d,-0x109,-0x117,-_0xc69ea7._0x392b84)](_0x6c5be=>_0x6c5be['id']===_0x1568d2);if(_0x5cfca4===-(-0x1127+-0x157d+0x26a5))return![];const _0x6e2327=_0xf24f5b[_0x5cfca4][_0xe93c6(-_0xc69ea7._0x17c2a4,-_0xc69ea7._0x173a44,-0xd,-_0xc69ea7._0x467440)];_0xf24f5b[_0xe93c6(-_0xc69ea7._0x2a17b7,-_0xc69ea7._0x44f708,-_0xc69ea7._0x5db741,-0xca)](_0x5cfca4,0x1234*0x2+-0x8e7+-0x1b80),_0x3f5071[_0x31d56f]=_0xf24f5b;if(_0x6e2327&&_0x47f01e[_0x1c77f6(0x217,_0xc69ea7._0x5235a1,_0xc69ea7._0x1aa774,0x226)](_0xf24f5b[_0xe93c6(-0x14b,-0x1bb,-0xf3,-0x18a)],-0x830*-0x2+0x1476+-0x24d6)){if(_0x47f01e[_0x1c77f6(_0xc69ea7._0x4d4990,0x2da,0x340,0x27f)](_0xe93c6(-_0xc69ea7._0x58281e,-_0xc69ea7._0x303cab,-_0xc69ea7._0x3811e6,-0x10b),_0x1c77f6(0x365,0x30a,0x30d,_0xc69ea7._0x13b0c5))){_0xf24f5b[-0x362+0x1516+0x46d*-0x4][_0xe93c6(-_0xc69ea7._0x122d27,-_0xc69ea7._0x323a45,-0xcc,-0x44)]=!![];const _0x5947a3={};_0x5947a3[_0x1c77f6(0x2ff,_0xc69ea7._0x35c6fe,_0xc69ea7._0xfac1f9,_0xc69ea7._0x2b239c)]=_0x31d56f,_0x5947a3[_0xe93c6(-_0xc69ea7._0x3d4a14,-0x89,-0xa6,-0x64)+'Id']=_0xf24f5b[-0x61f+0x2520+0x1*-0x1f01]['id'],logger[_0xe93c6(-0x103,-_0xc69ea7._0x5019b7,-0xda,-_0xc69ea7._0x47b1ba)]('Set\x20new\x20de'+'fault\x20acco'+_0x1c77f6(0x2d8,0x2c9,_0xc69ea7._0x2cf905,_0xc69ea7._0xb96d72)+_0x1c77f6(0x2a5,_0xc69ea7._0x235fa6,_0xc69ea7._0x52bd77,0x340),_0x5947a3);}else{const _0x554a93={};_0x554a93['provider']=_0x417d4c,_0x554a93[_0xe93c6(-0x11a,-0xe3,-0xd6,-_0xc69ea7._0x5746ce)]=_0x3cccfd[_0xe93c6(-0x16b,-0x16c,-0x147,-0x164)],_0xf9560d[_0xe93c6(-0x11a,-_0xc69ea7._0x36eb63,-0x9a,-_0xc69ea7._0x102074)](_0x47f01e[_0x1c77f6(0x32b,0x2c6,0x2e5,_0xc69ea7._0x18cdc3)],_0x554a93);}}writeProviderAccounts(_0x3f5071);if(_0x6e2327){if(_0xf24f5b['length']>0x1b81+-0x16*0x2+0x1b55*-0x1){if(_0x47f01e[_0x1c77f6(_0xc69ea7._0x17f8ae,0x28f,_0xc69ea7._0x29fcd3,0x2a5)](_0x47f01e[_0x1c77f6(0x2c3,0x2b7,_0xc69ea7._0x146cde,0x306)],_0x47f01e[_0xe93c6(-0xec,-_0xc69ea7._0x53efae,-_0xc69ea7._0x44e35b,-0x65)]))_0x47f01e[_0xe93c6(-_0xc69ea7._0x478821,-0x79,-0x105,-0x71)](syncDefaultToCliFile,_0x31d56f);else for(const _0x5c713f of[_0x47f01e['yRpFk'],_0x47f01e[_0xe93c6(-0xb8,-_0xc69ea7._0x262ac2,-_0xc69ea7._0x18da24,-0x33)],_0xe93c6(-0x113,-_0xc69ea7._0x174131,-0x18e,-_0xc69ea7._0x48aa8f)]){_0x19b276(_0x5c713f);}}else _0x47f01e[_0x1c77f6(_0xc69ea7._0x2a04b6,0x2cd,0x252,0x353)](removeCliFile,_0x31d56f);}function _0x1c77f6(_0x1ed134,_0x751910,_0x196451,_0xf5192){return _0x13e5c3(_0x751910- -0x27d,_0x751910-_0x5163db._0x32095f,_0x196451,_0xf5192-0x1c0);}const _0x4bf15c={};return _0x4bf15c[_0x1c77f6(_0xc69ea7._0x3a53bd,0x2d3,_0xc69ea7._0x12ae51,_0xc69ea7._0x249a7f)]=_0x31d56f,_0x4bf15c[_0xe93c6(-0xc8,-_0xc69ea7._0x577212,-0x42,-0x80)]=_0x1568d2,_0x4bf15c[_0x1c77f6(_0xc69ea7._0x2e81ac,0x316,0x2a9,_0xc69ea7._0x508882)]=_0x6e2327,logger['info'](_0x47f01e[_0xe93c6(-0xb3,-_0xc69ea7._0x17611a,-0x8b,-_0xc69ea7._0x50d835)],_0x4bf15c),!![];}export function setDefaultAccount(_0x202a2c,_0x432639){const _0x53a660={_0x179001:0x25f,_0x290141:0x31d,_0x30dafc:0x293,_0x233fc5:0x30a,_0x32ddc8:0x286,_0x4440c0:0x2b2,_0x2728eb:0x2d2,_0x437fc0:0x415,_0x2faa54:0x479,_0x11a55c:0x439,_0x44fbc7:0x24b,_0x293368:0x22f,_0x5d0934:0x426,_0x2fb469:0x3b1,_0x532b7f:0x465,_0x3c2ea7:0x4ac,_0x32641e:0x1d4,_0x37feb8:0x463,_0x2ae219:0x52e,_0x30c112:0x2f7,_0x3191b2:0x290,_0x55e963:0x2e8,_0x534688:0x2f7,_0x5c60e2:0x367,_0xf6896f:0x442,_0xf3b8eb:0x448,_0x3b9302:0x438,_0x2e5a0b:0x4f3,_0x2dfc93:0x44b,_0x4de29c:0x46d,_0x484cdf:0x53a,_0x22ee35:0x4df,_0x407e8f:0x52b,_0x2d6915:0x4ed,_0x5dfdcb:0x550,_0x583aa3:0x4d8,_0x4f10d3:0x50b,_0x415399:0x54b,_0x12c68f:0x444,_0x53c255:0x4c4,_0x51df07:0x295,_0x65d792:0x296,_0x55c007:0x26d,_0x4f96a1:0x2d0,_0x5c22ea:0x2e9,_0x2ad599:0x297,_0x36f7c4:0x2fc,_0x196a3f:0x2f3,_0x40211a:0x26c,_0xe7e998:0x2d1,_0x11a0b4:0x4c3,_0x3ca85f:0x4a0,_0x317e6f:0x473,_0x54adbe:0x2f0},_0x28e9c4={_0x4f8ef4:0x573,_0x5c3e6a:0x55b,_0x3654c8:0x4f7},_0x4f99ce={_0x372d7f:0x1ce,_0x4599f4:0x772},_0x17e9d2={_0x3c2901:0x599,_0x4237ee:0xd6},_0x5b2e8b={_0x568dbc:0xaa,_0x32517e:0xf3,_0x3f72f6:0x19a},_0x301726={_0xf7154a:0x7b5,_0x3e844e:0x9e};function _0x3459a3(_0x33a574,_0x3d9f06,_0x27ecea,_0x596a5e){return _0x13e5c3(_0x3d9f06- -_0x301726._0xf7154a,_0x3d9f06-0x15b,_0x596a5e,_0x596a5e-_0x301726._0x3e844e);}function _0x1af00d(_0x331c40,_0x4ac0fb,_0x3e3258,_0x2371cd){return _0x13e5c3(_0x2371cd- -_0x5b2e8b._0x568dbc,_0x4ac0fb-_0x5b2e8b._0x32517e,_0x3e3258,_0x2371cd-_0x5b2e8b._0x3f72f6);}const _0x130e10={'KBhxT':_0x3459a3(-_0x53a660._0x179001,-0x29d,-0x21f,-_0x53a660._0x290141),'okDAe':function(_0x1bad66,_0x509b51){return _0x1bad66===_0x509b51;},'iAuzG':function(_0x40b193,_0x26ce62){return _0x40b193!==_0x26ce62;},'GWiqk':_0x3459a3(-0x21b,-_0x53a660._0x30dafc,-_0x53a660._0x233fc5,-_0x53a660._0x32ddc8),'DPVyK':_0x3459a3(-_0x53a660._0x4440c0,-_0x53a660._0x2728eb,-0x2d1,-0x2be),'YwkZc':function(_0x1d0bcb,_0x53199d){return _0x1d0bcb(_0x53199d);},'bCOOR':'Set\x20defaul'+'t\x20provider'+_0x1af00d(0x40e,0x45f,0x496,0x47d)},_0x104026=readProviderAccounts(),_0xd98838=_0x104026[_0x202a2c]||[],_0x2b2140=_0xd98838[_0x1af00d(0x4a4,0x42c,_0x53a660._0x437fc0,_0x53a660._0x2faa54)](_0x24582c=>_0x24582c['id']===_0x432639);if(!_0x2b2140){if(_0x130e10[_0x1af00d(_0x53a660._0x11a55c,0x4c3,0x527,0x4bf)](_0x130e10['GWiqk'],_0x130e10[_0x3459a3(-_0x53a660._0x44fbc7,-0x245,-0x233,-_0x53a660._0x293368)]))return![];else{const _0x3c33dd={};_0x3c33dd['access_tok'+'en']=_0x15d744[_0x1af00d(_0x53a660._0x5d0934,0x48a,_0x53a660._0x2fb469,0x42c)+'en'],_0x3c33dd[_0x1af00d(0x4b8,0x4fe,_0x53a660._0x532b7f,0x4d3)+_0x1af00d(0x51a,0x4fb,0x531,_0x53a660._0x3c2ea7)]=_0x1e5d7a[_0x3459a3(-0x239,-0x238,-0x1e4,-_0x53a660._0x32641e)+_0x1af00d(_0x53a660._0x37feb8,0x4dc,_0x53a660._0x2ae219,0x4ac)],_0x3c33dd[_0x3459a3(-0x34c,-_0x53a660._0x30c112,-_0x53a660._0x3191b2,-_0x53a660._0x55e963)]=_0x303c40[_0x3459a3(-0x325,-_0x53a660._0x534688,-_0x53a660._0x5c60e2,-0x293)]||_0x130e10[_0x1af00d(0x46e,_0x53a660._0xf6896f,0x3ea,_0x53a660._0xf3b8eb)],_0x3c33dd['expires_at']=_0x237327[_0x1af00d(_0x53a660._0x3b9302,_0x53a660._0x2e5a0b,_0x53a660._0x2dfc93,_0x53a660._0x4de29c)],_0x3c33dd[_0x1af00d(_0x53a660._0x484cdf,_0x53a660._0x22ee35,_0x53a660._0x407e8f,_0x53a660._0x2d6915)]=_0x37e57a[_0x1af00d(_0x53a660._0x5dfdcb,_0x53a660._0x583aa3,_0x53a660._0x4f10d3,_0x53a660._0x2d6915)]||_0x51c231[_0x3459a3(-0x243,-0x2a8,-0x269,-0x24c)][_0x1af00d(0x4ba,_0x53a660._0x415399,_0x53a660._0x12c68f,_0x53a660._0x53c255)],_0x4210b4=_0x3c33dd;}}_0xd98838[_0x3459a3(-_0x53a660._0x51df07,-_0x53a660._0x65d792,-_0x53a660._0x55c007,-_0x53a660._0x4f96a1)](_0x5a4a2c=>{function _0x150f1f(_0x5794ec,_0x2b5298,_0x393cdc,_0xe8f1da){return _0x3459a3(_0x5794ec-0xb2,_0x393cdc-_0x17e9d2._0x3c2901,_0x393cdc-_0x17e9d2._0x4237ee,_0x2b5298);}function _0x285c0d(_0x9cb03c,_0x1f2d22,_0x549180,_0x41f2d1){return _0x3459a3(_0x9cb03c-_0x4f99ce._0x372d7f,_0x41f2d1-_0x4f99ce._0x4599f4,_0x549180-0x34,_0x9cb03c);}_0x5a4a2c[_0x285c0d(0x4ec,0x4d6,_0x28e9c4._0x4f8ef4,_0x28e9c4._0x5c3e6a)]=_0x130e10[_0x285c0d(0x424,0x473,_0x28e9c4._0x3654c8,0x4aa)](_0x5a4a2c['id'],_0x432639);}),_0x130e10[_0x3459a3(-0x2d6,-0x2f3,-_0x53a660._0x5c22ea,-_0x53a660._0x2ad599)](writeProviderAccounts,_0x104026),_0x130e10[_0x3459a3(-_0x53a660._0x36f7c4,-_0x53a660._0x196a3f,-_0x53a660._0x40211a,-_0x53a660._0xe7e998)](syncDefaultToCliFile,_0x202a2c);const _0x1293ca={};return _0x1293ca['provider']=_0x202a2c,_0x1293ca['accountId']=_0x432639,logger[_0x1af00d(_0x53a660._0x11a0b4,_0x53a660._0x3ca85f,0x4de,_0x53a660._0x317e6f)](_0x130e10[_0x3459a3(-_0x53a660._0x54adbe,-0x2d4,-0x32e,-0x2de)],_0x1293ca),!![];}export function updateAccountLabel(_0x3b56a5,_0x404e68,_0x405507){const _0x2c6577={_0x51071e:0x4b3,_0x208bed:0x521,_0x23896b:0x4c0,_0x2c8427:0x520,_0x3c731c:0x37e,_0x32704f:0x311,_0x3137c5:0x386,_0x2210f7:0x322,_0x5c4f59:0x2af,_0x3915e2:0x344,_0x19faf3:0x507,_0x922e77:0x535,_0x88d228:0x449,_0x36fa99:0x4b9,_0x1b1eb8:0x514,_0x438040:0x324,_0xe69d17:0x359,_0x3c6335:0x33d,_0x1dc8bd:0x48b,_0x590517:0x4b3,_0x2f65e5:0x343,_0x5781d6:0x51d,_0xfd2df5:0x4d5,_0x3c4fd9:0x48a,_0x218aa6:0x34f,_0x56a623:0x2de,_0x3efb80:0x373,_0x34b87e:0x347,_0x299409:0x4fb,_0x47bec8:0x36b,_0x28c385:0x411,_0x340cd1:0x456,_0x49e2a6:0x478,_0x346860:0x521,_0x15db24:0x598,_0x5469d9:0x524,_0x54aee0:0x4f2,_0xfdf522:0x4dd,_0x5b91d9:0x315,_0x4ad41a:0x2af,_0x370f33:0x34f,_0x3197bd:0x3c1,_0x52a7c4:0x59a,_0x19e2e9:0x313,_0x32796f:0x2be,_0x27d0f4:0x321,_0x3a7692:0x505,_0x39abe2:0x503,_0x57efe9:0x297,_0x3bdb75:0x4eb,_0x161b5e:0x4c3,_0x284040:0x4e8,_0x1cf696:0x527,_0x2b8dfc:0x526},_0x14ba1f={_0x10c869:0x1a9},_0x1c001e={_0x360825:0x14a},_0x467343={'iDSRN':function(_0x4a3f4a){return _0x4a3f4a();},'ryYxP':function(_0x4a15e3,_0xe8feb4){return _0x4a15e3(_0xe8feb4);},'RCqtz':function(_0x3455a3,_0x38c9e9){return _0x3455a3(_0x38c9e9);},'tpIsp':_0x21b3fd(_0x2c6577._0x51071e,_0x2c6577._0x208bed,_0x2c6577._0x23896b,_0x2c6577._0x2c8427)+'ovider\x20acc'+'ount\x20token'+'s','ShSQb':_0x46e061(_0x2c6577._0x3c731c,0x33d,0x38b,0x358),'GBRdf':_0x46e061(_0x2c6577._0x32704f,0x328,_0x2c6577._0x3137c5,0x302)},_0x1b09a8=readProviderAccounts(),_0x506a41=_0x1b09a8[_0x3b56a5]||[],_0x2980a3=_0x506a41[_0x46e061(_0x2c6577._0x2210f7,_0x2c6577._0x5c4f59,0x348,_0x2c6577._0x3915e2)](_0x28b70e=>_0x28b70e['id']===_0x404e68);if(!_0x2980a3){if(_0x467343['ShSQb']!==_0x467343[_0x46e061(0x325,0x35b,0x302,0x38c)])return![];else{const _0x4bcabf=_0x467343['iDSRN'](_0x3c59da),_0x5c6774=_0x4bcabf[_0x73e9c8]||[],_0x4e4853=_0x5c6774[_0x21b3fd(0x516,_0x2c6577._0x19faf3,0x4e2,_0x2c6577._0x922e77)](_0x21c8fb=>_0x21c8fb['id']===_0x4012f1);if(!_0x4e4853)return![];_0x4e4853[_0x21b3fd(_0x2c6577._0x88d228,0x48c,_0x2c6577._0x36fa99,_0x2c6577._0x1b1eb8)]=_0x4bcf1d,_0x4e4853[_0x46e061(0x35e,_0x2c6577._0x438040,_0x2c6577._0xe69d17,_0x2c6577._0x3c6335)]=new _0x485143()[_0x21b3fd(0x43b,0x4aa,_0x2c6577._0x1dc8bd,_0x2c6577._0x590517)+'g'](),_0x467343[_0x46e061(0x370,0x382,_0x2c6577._0x2f65e5,0x3a8)](_0x33200e,_0x4bcabf);_0x4e4853['is_default']&&_0x467343[_0x21b3fd(0x4fa,_0x2c6577._0x5781d6,_0x2c6577._0xfd2df5,_0x2c6577._0x3c4fd9)](_0x434025,_0x12a5dc);const _0x24e5a9={};return _0x24e5a9[_0x46e061(_0x2c6577._0x218aa6,_0x2c6577._0x56a623,_0x2c6577._0x3efb80,_0x2c6577._0x34b87e)]=_0x4aa58e,_0x24e5a9[_0x21b3fd(_0x2c6577._0x299409,0x577,0x517,0x562)]=_0x5040bf,_0x5d8c30[_0x46e061(0x336,_0x2c6577._0x47bec8,0x30d,0x38e)](_0x467343[_0x21b3fd(_0x2c6577._0x28c385,_0x2c6577._0x340cd1,0x487,0x48c)],_0x24e5a9),!![];}}function _0x46e061(_0x4edb7d,_0x4f8ed4,_0x148258,_0x3661f7){return _0x35d25d(_0x4edb7d- -0x1c5,_0x3661f7,_0x148258-0x1ea,_0x3661f7-_0x1c001e._0x360825);}function _0x21b3fd(_0x775efc,_0x5f4897,_0x26f3dd,_0x3d51f5){return _0x13e5c3(_0x26f3dd- -0x41,_0x5f4897-0x120,_0x5f4897,_0x3d51f5-_0x14ba1f._0x10c869);}_0x2980a3[_0x21b3fd(_0x2c6577._0x49e2a6,_0x2c6577._0x23896b,0x4d3,_0x2c6577._0x346860)]=_0x405507,_0x2980a3[_0x21b3fd(_0x2c6577._0x15db24,0x49e,0x51e,_0x2c6577._0x5469d9)]=new Date()[_0x21b3fd(_0x2c6577._0x54aee0,0x414,0x48b,_0x2c6577._0xfdf522)+'g'](),_0x467343[_0x46e061(_0x2c6577._0x5b91d9,_0x2c6577._0x56a623,0x2cb,_0x2c6577._0x4ad41a)](writeProviderAccounts,_0x1b09a8);const _0x2fa328={};return _0x2fa328[_0x46e061(_0x2c6577._0x370f33,0x34f,0x3cd,_0x2c6577._0x3197bd)]=_0x3b56a5,_0x2fa328[_0x21b3fd(_0x2c6577._0x52a7c4,0x4ee,0x517,0x55a)]=_0x404e68,_0x2fa328[_0x46e061(_0x2c6577._0x19e2e9,0x342,_0x2c6577._0x32796f,_0x2c6577._0x27d0f4)]=_0x405507,logger[_0x21b3fd(0x4ca,_0x2c6577._0x3a7692,0x4dc,_0x2c6577._0x39abe2)](_0x46e061(0x300,0x323,0x2ae,_0x2c6577._0x57efe9)+_0x21b3fd(_0x2c6577._0x3bdb75,0x514,_0x2c6577._0x161b5e,0x49e)+_0x21b3fd(_0x2c6577._0x284040,_0x2c6577._0x1cf696,_0x2c6577._0x2b8dfc,0x4fe),_0x2fa328),!![];}export function updateAccountEmail(_0x46bc2a,_0x495f4e,_0x4c8560){const _0x32b548={_0x4ecf2e:0x318,_0x3d7107:0x379,_0x506ce0:0x337,_0x1468ca:0xfb,_0x1bb970:0x112,_0x38abbd:0x3a2,_0x13ff71:0x3ac,_0x75c804:0x453,_0x5705fa:0x3ee,_0x3149b8:0xd9,_0x32c311:0xbb,_0xe6e13b:0xa6,_0x3317e0:0xa8,_0x9eaf2f:0x9d,_0x31125d:0xde,_0x2f436f:0x36e,_0x7404f5:0x361,_0x22e1da:0x362,_0x228698:0x3d8,_0x8aa356:0x2e2,_0x126611:0x35d,_0x56ec6f:0x321,_0x30a13e:0xd2,_0x5768d7:0xb7,_0x860b00:0x12e,_0x42445a:0x181,_0xb5be98:0x13c},_0xca32fc={_0x9212a8:0x5fc,_0x7ece:0x18d},_0x47a104={_0x1a23b5:0xd8,_0x9f6e04:0xc1},_0xc1b641={};_0xc1b641[_0x735846(_0x32b548._0x4ecf2e,_0x32b548._0x3d7107,_0x32b548._0x506ce0,0x316)]=_0x1e2a53(-0x171,-0xfb,-_0x32b548._0x1468ca,-_0x32b548._0x1bb970)+_0x735846(_0x32b548._0x38abbd,_0x32b548._0x13ff71,0x343,0x34c)+_0x735846(_0x32b548._0x75c804,0x3c9,_0x32b548._0x5705fa,0x3ec);const _0x4a02fa=_0xc1b641,_0x51a179=readProviderAccounts(),_0x3bb6e5=_0x51a179[_0x46bc2a]||[],_0x1fba54=_0x3bb6e5[_0x1e2a53(-0x6c,-_0x32b548._0x3149b8,-_0x32b548._0x32c311,-_0x32b548._0xe6e13b)](_0x551868=>_0x551868['id']===_0x495f4e);function _0x735846(_0x52f3ca,_0x55a532,_0x2e3fca,_0x45c370){return _0x13e5c3(_0x45c370- -0x1b8,_0x55a532-_0x47a104._0x1a23b5,_0x2e3fca,_0x45c370-_0x47a104._0x9f6e04);}function _0x1e2a53(_0x3daa05,_0x1c2e64,_0x542e67,_0x3e7761){return _0x13e5c3(_0x1c2e64- -_0xca32fc._0x9212a8,_0x1c2e64-_0xca32fc._0x7ece,_0x542e67,_0x3e7761-0x1cf);}if(!_0x1fba54)return![];_0x1fba54['email']=_0x4c8560,_0x1fba54[_0x1e2a53(-_0x32b548._0x3317e0,-_0x32b548._0x9eaf2f,-0xe1,-_0x32b548._0x31125d)]=new Date()['toISOStrin'+'g'](),writeProviderAccounts(_0x51a179);const _0x4f1569={};return _0x4f1569[_0x735846(_0x32b548._0x2f436f,0x3cd,_0x32b548._0x7404f5,0x398)]=_0x46bc2a,_0x4f1569[_0x735846(0x399,_0x32b548._0x22e1da,_0x32b548._0x228698,0x3a0)]=_0x495f4e,_0x4f1569[_0x735846(0x303,_0x32b548._0x8aa356,_0x32b548._0x126611,_0x32b548._0x56ec6f)]=_0x4c8560,logger[_0x1e2a53(-_0x32b548._0x30a13e,-0xdf,-0x129,-0xbb)](_0x4a02fa[_0x1e2a53(-_0x32b548._0x5768d7,-_0x32b548._0x860b00,-_0x32b548._0x42445a,-_0x32b548._0xb5be98)],_0x4f1569),!![];}export function updateAccountTokens(_0x1ec267,_0x1d0dde,_0x2a104b){const _0x192db8={_0x10060c:0x36,_0x31d134:0x102,_0x3c432b:0x2bb,_0x1185d4:0x3b5,_0x123bb7:0x37a,_0x2e234d:0x183,_0x3edaf8:0x185,_0x121391:0x31a,_0x4f1df0:0x2de,_0x9d6768:0xe3,_0x37c736:0x12f,_0x54c936:0x1aa,_0x20ff4c:0x389,_0x31665c:0x353,_0xd787a3:0x347,_0x138e42:0x37e,_0x5d79e2:0x378,_0x24947d:0x326,_0x1d830a:0xe0,_0x523de8:0xbe,_0x4fe84b:0x7a,_0x4801dc:0xe3,_0x31fee9:0x357,_0x3f38fd:0x277,_0xcf8237:0x2d6},_0x1bbea3={_0x19d17a:0x1d5},_0x1813e2={_0x38f452:0x3e5,_0x218fdd:0x133,_0x3ff070:0x46},_0x1c6e7c={'gPnkZ':function(_0x16c883){return _0x16c883();},'wfPSQ':function(_0x4e50e9,_0x1f1239){return _0x4e50e9(_0x1f1239);},'YZiSd':function(_0x55e3a7,_0x3a1f7e){return _0x55e3a7(_0x3a1f7e);}},_0x389cee=_0x1c6e7c[_0x10e803(_0x192db8._0x10060c,0x91,0x69,_0x192db8._0x31d134)](readProviderAccounts),_0x404dc2=_0x389cee[_0x1ec267]||[],_0x52e793=_0x404dc2['find'](_0x2a79f9=>_0x2a79f9['id']===_0x1d0dde);function _0x10e803(_0x510828,_0x1cb0eb,_0x181a37,_0x298083){return _0x35d25d(_0x1cb0eb- -_0x1813e2._0x38f452,_0x181a37,_0x181a37-_0x1813e2._0x218fdd,_0x298083-_0x1813e2._0x3ff070);}if(!_0x52e793)return![];function _0x387624(_0x4b6c6e,_0x2c457f,_0x7decc9,_0x2511d4){return _0x35d25d(_0x2511d4- -_0x1bbea3._0x19d17a,_0x7decc9,_0x7decc9-0x5b,_0x2511d4-0xd);}_0x52e793['tokens']=_0x2a104b,_0x52e793['updated_at']=new Date()[_0x387624(0x328,0x271,0x285,_0x192db8._0x3c432b)+'g'](),_0x1c6e7c[_0x387624(_0x192db8._0x1185d4,0x348,0x31a,_0x192db8._0x123bb7)](writeProviderAccounts,_0x389cee);_0x52e793[_0x10e803(_0x192db8._0x2e234d,0x17d,_0x192db8._0x2e234d,_0x192db8._0x3edaf8)]&&_0x1c6e7c[_0x387624(_0x192db8._0x121391,0x267,0x296,_0x192db8._0x4f1df0)](syncDefaultToCliFile,_0x1ec267);const _0x394b18={};return _0x394b18[_0x10e803(_0x192db8._0x9d6768,_0x192db8._0x37c736,0x1a9,_0x192db8._0x54c936)]=_0x1ec267,_0x394b18[_0x387624(0x387,_0x192db8._0x20ff4c,_0x192db8._0x31665c,_0x192db8._0xd787a3)]=_0x1d0dde,logger[_0x387624(_0x192db8._0x138e42,_0x192db8._0x5d79e2,0x33f,_0x192db8._0x24947d)](_0x10e803(0x151,_0x192db8._0x1d830a,0xe7,_0x192db8._0x523de8)+_0x10e803(_0x192db8._0x4fe84b,_0x192db8._0x4801dc,0x91,0x104)+_0x387624(_0x192db8._0x31fee9,_0x192db8._0x3f38fd,0x2d3,_0x192db8._0xcf8237)+'s',_0x394b18),!![];}export function syncDefaultToCliFile(_0x1fcb63){const _0x5468df={_0x207352:0x446,_0x3da647:0x45d,_0x54e5fd:0x95,_0x6ee085:0xb,_0x50b38b:0x59b,_0x33bb7b:0x53a,_0x39270b:0x57e,_0x527eb4:0xaa,_0x46fbe9:0x499,_0x490a8c:0x532,_0x29f73c:0x4aa,_0x241cf1:0x485,_0x39bb9f:0x165,_0x58e1f2:0x121,_0x2cea1d:0x15b,_0x39d162:0x10d,_0x2e8a14:0x4fd,_0xf9092e:0x12d,_0x286372:0x197,_0x5010ad:0x19c,_0x1bbdc8:0x175,_0x3de216:0x40,_0x30c04d:0x119,_0x278fdc:0x468,_0x18edea:0x43c,_0x47f885:0x577,_0x77b233:0x515,_0x1bb284:0x476,_0xd4e459:0x4b6,_0x237aba:0x483,_0x3e6f4d:0x470,_0xb50bd:0x435,_0xf414fe:0x4c0,_0x24ae48:0x452,_0x474ed1:0x472,_0x57471d:0xab,_0x4e4aae:0xd2,_0x33042a:0x166,_0x1b8442:0x146,_0xc84db4:0x4d3,_0x26651d:0x52e,_0x5353d2:0x70,_0x347e23:0x88,_0x176870:0xb9,_0x3d18bc:0xe4,_0x33a2cc:0xf1,_0x1b8420:0x157,_0x3cec39:0x183,_0x1db665:0x43a,_0x1d1de2:0x43b,_0x19db9b:0x4ab,_0x5cb90e:0x477,_0x1d84ac:0x4a7,_0x334a70:0x4b3,_0x14c8cd:0x49b,_0xe9162b:0xcc,_0x36d8ea:0x10e,_0x4ed64d:0x519,_0x26e2e7:0x503,_0x148089:0xa1,_0x5c2d4d:0x11b,_0x2afeb7:0x51b,_0xa81879:0x4ef,_0x34d4d3:0x47b,_0x2661e9:0x433,_0x9635ad:0x44a,_0x1b7a2c:0x143,_0x32fd53:0xdb,_0x3d2dce:0x157,_0x2d95eb:0x1a6,_0x38604a:0x47,_0x1f81b0:0xb7,_0x5107b1:0x19d,_0x2e5471:0x4ea,_0x2f0c99:0x4f2,_0x5551ca:0x4df,_0x16ed8d:0x507,_0x55138a:0x4fb,_0x1d53a6:0x555,_0x3d6d34:0x11e,_0x59cbd8:0xf1,_0x3e1b2a:0x572,_0x21acb5:0x17d,_0x15e26c:0x4e8,_0x157596:0x509,_0x37ea5f:0x11e,_0x3e93ce:0x137,_0x1b84a7:0x558,_0x5a09c3:0x4e3,_0x4682c9:0x54d,_0x269ff6:0x50d,_0x14a79c:0xbf,_0x19d667:0x4d2,_0x42a164:0x44c,_0x578da9:0x465,_0x2ebeac:0x529,_0x1f8252:0x46e,_0x30ad86:0x49a,_0xca848b:0x472,_0x5d0c77:0x520,_0x2b1b79:0x4bf,_0x5315dd:0x573,_0x6e7e86:0x49c,_0x27447e:0x70,_0x111de1:0x9f,_0x21a326:0x50a,_0x16e6c0:0x559,_0x1ea757:0x55f,_0x3fa720:0x4e3,_0x59346f:0x15e,_0x1457da:0x179,_0xc18d6c:0xcf,_0x334adb:0x169,_0x1fdbb3:0xeb,_0x4c3a4e:0x44b,_0x484bfa:0xf9,_0x55c57:0xe3,_0x47ac93:0x4b1,_0xd1f24:0x4a4,_0x10008f:0x458,_0x5a5645:0x55c,_0x344da8:0x524,_0x5558b8:0x49a,_0x5b23e6:0x440,_0x186a78:0x517,_0x4ed39c:0x539,_0x233dae:0x132,_0x2bfd15:0x1dd,_0x268b8e:0x183,_0x36da76:0x4b9,_0x4bfe87:0x517,_0x3a72ea:0x480,_0x508784:0x113,_0xca357:0x55d,_0x3d4967:0x148,_0x180978:0x68,_0x54b7a4:0x190,_0x1cc5ac:0xb6,_0x5aae2f:0x118,_0x3854e9:0x4f4,_0x55a871:0x477,_0x4b1264:0x456,_0x51e948:0x9c,_0x2346a8:0xe7},_0x29500a={_0xfb1955:0x133,_0x4f4e43:0x12f},_0x56bd56={_0x2c6902:0x3e3,_0x411c33:0x1a3},_0xa0d8e1={'MZBPr':function(_0x26ab51,_0x49feeb){return _0x26ab51(_0x49feeb);},'qDokd':function(_0x37fb9b){return _0x37fb9b();},'jgGSn':_0x3d824d(0x69,0x42,0x8c,0xbc)+'t\x20provider'+_0x52ff45(_0x5468df._0x207352,_0x5468df._0x3da647,0x4b4,0x4fe),'JEgFe':function(_0x49dc2e){return _0x49dc2e();},'Ikfyf':function(_0x4c1e54,_0x4a834d){return _0x4c1e54(_0x4a834d);},'XCxDu':_0x3d824d(0x1d,_0x5468df._0x54e5fd,0x8a,_0x5468df._0x6ee085)+'\x20account\x20t'+_0x52ff45(_0x5468df._0x50b38b,0x58c,_0x5468df._0x33bb7b,_0x5468df._0x39270b),'wyygw':function(_0x4ae30e,_0x22e7b7){return _0x4ae30e===_0x22e7b7;},'sHrHG':_0x3d824d(0x8a,0xd5,0xca,_0x5468df._0x527eb4),'kHKAl':_0x52ff45(0x45f,_0x5468df._0x46fbe9,0x4ab,_0x5468df._0x490a8c),'xWevI':function(_0x197278,_0x4680d1){return _0x197278!==_0x4680d1;},'wvana':'Voqvp','sUwCv':function(_0x57dda1,_0x48ce7c){return _0x57dda1===_0x48ce7c;},'KoWmK':_0x52ff45(0x48f,_0x5468df._0x29f73c,_0x5468df._0x241cf1,0x509),'YhpEc':_0x3d824d(_0x5468df._0x39bb9f,_0x5468df._0x58e1f2,_0x5468df._0x2cea1d,_0x5468df._0x39d162),'vSJVM':_0x52ff45(0x52d,0x49a,0x4bf,_0x5468df._0x2e8a14),'oBKcG':_0x3d824d(_0x5468df._0xf9092e,0x15f,0x179,0x115)+_0x3d824d(_0x5468df._0x286372,_0x5468df._0x5010ad,0x16b,_0x5468df._0x1bbdc8)+'nt\x20to\x20CLI\x20'+_0x3d824d(_0x5468df._0x3de216,_0x5468df._0x3de216,0x9c,_0x5468df._0x30c04d),'OLoEW':_0x52ff45(0x3f2,_0x5468df._0x278fdc,_0x5468df._0x18edea,0x470)+_0x52ff45(0x546,_0x5468df._0x47f885,_0x5468df._0x77b233,0x4cd)+_0x52ff45(_0x5468df._0x1bb284,0x497,0x4ae,0x4d5)+_0x52ff45(_0x5468df._0xd4e459,_0x5468df._0x237aba,0x478,_0x5468df._0x3e6f4d)+'le'};function _0x52ff45(_0x440861,_0xe9b472,_0x1120ea,_0x5d1ab5){return _0x35d25d(_0x1120ea- -0x37,_0x5d1ab5,_0x1120ea-0x3f,_0x5d1ab5-0xc0);}const _0x29b0aa=_0xa0d8e1[_0x52ff45(_0x5468df._0xb50bd,_0x5468df._0xf414fe,_0x5468df._0x24ae48,_0x5468df._0x474ed1)](getDefaultAccount,_0x1fcb63);function _0x3d824d(_0x5ec313,_0x124c3a,_0x4ead53,_0x4a2da0){return _0x35d25d(_0x4ead53- -_0x56bd56._0x2c6902,_0x5ec313,_0x4ead53-0x1e6,_0x4a2da0-_0x56bd56._0x411c33);}if(!_0x29b0aa){const _0x3280b5={};_0x3280b5[_0x3d824d(0x1b2,0x140,0x131,_0x5468df._0x57471d)]=_0x1fcb63,logger[_0x52ff45(0x543,0x502,0x4c4,0x48a)](_0xa0d8e1[_0x3d824d(_0x5468df._0x4e4aae,_0x5468df._0x3de216,0x8e,0xa6)],_0x3280b5);return;}const _0x1e4677=_0x297d50[_0x3d824d(0x60,0x5b,0xd5,0xc3)](_0x1be7ab['homedir'](),CLI_CREDENTIAL_FILES[_0x1fcb63]),_0x284f26=_0x297d50[_0x3d824d(0x16d,_0x5468df._0x33042a,0x101,_0x5468df._0x1b8442)](_0x1e4677);try{if(_0xa0d8e1['wyygw'](_0xa0d8e1[_0x52ff45(0x54d,_0x5468df._0xc84db4,0x51a,_0x5468df._0x26651d)],_0xa0d8e1[_0x3d824d(0xb2,_0x5468df._0x5353d2,0xe6,0xb6)]))_0xa0d8e1[_0x3d824d(0xd8,0xf7,_0x5468df._0x347e23,_0x5468df._0x176870)](_0x3df7eb,_0x36f49f);else{if(!_0x510395[_0x3d824d(0x97,0xaf,_0x5468df._0x3d18bc,0x9f)](_0x284f26)){if(_0xa0d8e1[_0x3d824d(_0x5468df._0x33a2cc,0x101,_0x5468df._0x1b8420,_0x5468df._0x3cec39)](_0xa0d8e1[_0x52ff45(0x4c1,_0x5468df._0x1db665,_0x5468df._0x1d1de2,_0x5468df._0x19db9b)],_0x52ff45(0x441,_0x5468df._0x5cb90e,0x467,_0x5468df._0x1d84ac))){const _0x1f9baf={};_0x1f9baf[_0x52ff45(0x46f,0x4fd,0x4b1,_0x5468df._0x334a70)]=!![],_0x1f9baf[_0x52ff45(_0x5468df._0x14c8cd,0x466,0x480,0x499)]=0x1c0,_0x510395[_0x3d824d(_0x5468df._0xe9162b,_0x5468df._0x36d8ea,0x150,0x197)](_0x284f26,_0x1f9baf);}else{const _0x33c7cd={_0x379f86:0x1bc},_0x1e4306=_0xa0d8e1['qDokd'](_0x1c075f),_0x9b87bc=_0x1e4306[_0x30a88f]||[],_0x548d1d=_0x9b87bc[_0x52ff45(0x4ef,_0x5468df._0x4ed64d,0x4b0,0x502)](_0x53e016=>_0x53e016['id']===_0x25794d);if(!_0x548d1d)return![];_0x9b87bc[_0x52ff45(_0x5468df._0x26e2e7,0x4ec,0x4ac,0x43d)](_0x1e4779=>{function _0x24d4cb(_0x5c17e2,_0x447393,_0x4b22cc,_0x39632c){return _0x3d824d(_0x5c17e2,_0x447393-0xa3,_0x39632c- -0x50,_0x39632c-_0x33c7cd._0x379f86);}_0x1e4779[_0x24d4cb(0x17b,_0x29500a._0xfb1955,0x15a,_0x29500a._0x4f4e43)]=_0x1e4779['id']===_0x5cfc74;}),_0xa0d8e1[_0x3d824d(0x78,_0x5468df._0x148089,_0x5468df._0x347e23,0x4)](_0x411ef0,_0x1e4306),_0x4bf1db(_0x16a22b);const _0xeedf3b={};return _0xeedf3b[_0x3d824d(_0x5468df._0x5c2d4d,0xcb,0x131,0xf0)]=_0x1b4d69,_0xeedf3b[_0x52ff45(0x52c,_0x5468df._0x2afeb7,0x4e5,_0x5468df._0xa81879)]=_0x225be6,_0x46b252['info'](_0xa0d8e1[_0x52ff45(_0x5468df._0x34d4d3,0x3e6,_0x5468df._0x2661e9,_0x5468df._0x9635ad)],_0xeedf3b),!![];}}let _0x368aad;const _0x1a01b1=_0x29b0aa[_0x3d824d(_0x5468df._0x1b7a2c,0x83,_0x5468df._0x32fd53,0xb6)];if(_0x1fcb63==='claude')_0x368aad={'claudeAiOauth':{'accessToken':_0x1a01b1[_0x3d824d(0xdb,_0x5468df._0x3d2dce,0x129,_0x5468df._0x2d95eb)+'n']||_0x1a01b1[_0x3d824d(0x33,_0x5468df._0x38604a,_0x5468df._0x1f81b0,0xe4)+'en'],'refreshToken':_0x1a01b1['refreshTok'+'en']||_0x1a01b1[_0x3d824d(_0x5468df._0x5107b1,0x134,0x15e,0xdb)+'ken'],'expiresAt':_0x1a01b1[_0x52ff45(_0x5468df._0x2e5471,0x51a,_0x5468df._0x2f0c99,_0x5468df._0x5551ca)]||_0x1a01b1['expires_at'],'scopes':_0x1a01b1[_0x52ff45(0x54e,_0x5468df._0x16ed8d,_0x5468df._0x55138a,_0x5468df._0x1d53a6)]||PROVIDER_CONFIG[_0x3d824d(_0x5468df._0x3d6d34,0x1ba,0x158,_0x5468df._0x59cbd8)][_0x52ff45(_0x5468df._0x3e1b2a,_0x5468df._0x5551ca,_0x5468df._0x55138a,0x4ce)]['split']('\x20')}};else{if(_0xa0d8e1[_0x3d824d(0x1d5,0x1bd,_0x5468df._0x21acb5,0x17b)](_0x1fcb63,'codex')){if(_0xa0d8e1[_0x3d824d(0x199,0x196,0x157,0x16f)](_0xa0d8e1[_0x52ff45(_0x5468df._0x15e26c,_0x5468df._0x157596,0x508,0x4f4)],_0xa0d8e1[_0x3d824d(_0x5468df._0x286372,0x12e,_0x5468df._0x37ea5f,_0x5468df._0x3e93ce)])){const _0x3d4dd2={};_0x3d4dd2['access_tok'+'en']=_0x1a01b1['access_tok'+'en'],_0x3d4dd2['refresh_to'+_0x52ff45(_0x5468df._0x1b84a7,0x4aa,_0x5468df._0x5a09c3,_0x5468df._0x4682c9)]=_0x1a01b1['refresh_to'+_0x52ff45(0x4f5,_0x5468df._0x269ff6,0x4e3,0x55c)],_0x3d4dd2['id_token']=_0x1a01b1[_0x3d824d(_0x5468df._0x527eb4,0x106,_0x5468df._0x14a79c,0x60)],_0x368aad={'tokens':_0x3d4dd2,'last_refresh':new Date()['toISOStrin'+'g']()};}else{const _0x34dc4b=_0xa0d8e1[_0x52ff45(0x433,_0x5468df._0x19d667,_0x5468df._0x42a164,_0x5468df._0x578da9)](_0x39567b);return _0x34dc4b[_0x53720e]||[];}}else{if(_0xa0d8e1[_0x52ff45(0x59b,0x4e8,_0x5468df._0x2ebeac,0x4ac)](_0x1fcb63,_0x52ff45(0x4e7,_0x5468df._0x1f8252,_0x5468df._0x30ad86,0x4af))){if(_0xa0d8e1['wyygw'](_0x52ff45(_0x5468df._0xca848b,_0x5468df._0x5d0c77,_0x5468df._0x2b1b79,0x43c),_0xa0d8e1[_0x52ff45(0x4d6,_0x5468df._0x5315dd,0x50b,_0x5468df._0x6e7e86)])){const _0x542c97={};_0x542c97['access_tok'+'en']=_0x1a01b1[_0x3d824d(_0x5468df._0x27447e,0x9e,_0x5468df._0x1f81b0,_0x5468df._0x111de1)+'en'],_0x542c97[_0x52ff45(0x55b,0x55d,_0x5468df._0x21a326,0x4e3)+_0x52ff45(_0x5468df._0x16e6c0,_0x5468df._0x1ea757,_0x5468df._0x3fa720,0x49a)]=_0x1a01b1[_0x3d824d(0x12b,0x1aa,_0x5468df._0x59346f,_0x5468df._0x1457da)+_0x3d824d(0x138,_0x5468df._0xc18d6c,0x137,_0x5468df._0x334adb)],_0x542c97[_0x3d824d(0x116,_0x5468df._0x1fdbb3,0x9f,0xe7)]=_0x1a01b1[_0x52ff45(0x40a,0x3f9,_0x5468df._0x4c3a4e,0x3e2)]||_0x3d824d(0x12e,0x84,_0x5468df._0x484bfa,_0x5468df._0x55c57),_0x542c97['expires_at']=_0x1a01b1[_0x52ff45(0x525,_0x5468df._0x47ac93,_0x5468df._0xd1f24,_0x5468df._0x10008f)],_0x542c97[_0x52ff45(0x4b7,0x4db,0x524,_0x5468df._0x5a5645)]=_0x1a01b1[_0x52ff45(0x56d,_0x5468df._0x2b1b79,_0x5468df._0x344da8,0x4d1)]||PROVIDER_CONFIG[_0x52ff45(0x503,0x477,_0x5468df._0x5558b8,_0x5468df._0x5b23e6)][_0x3d824d(_0x5468df._0x286372,_0x5468df._0x33a2cc,0x14f,0x1a7)],_0x368aad=_0x542c97;}else{const _0x1d87c3=_0x1b5b3e['dirname'](_0x50e284);if(!_0x2246c9[_0x52ff45(_0x5468df._0x186a78,0x4c5,0x490,0x4b0)](_0x1d87c3)){const _0x3f1b01={};_0x3f1b01[_0x52ff45(0x4d6,_0x5468df._0x18edea,_0x5468df._0x47ac93,0x495)]=!![],_0x3f1b01['mode']=0x1c0,_0x136c3c['mkdirSync'](_0x1d87c3,_0x3f1b01);}const _0x535ad7={};_0x535ad7['mode']=0x180,_0x25d1e6[_0x52ff45(_0x5468df._0x4ed39c,0x46f,0x4cd,0x544)+_0x3d824d(_0x5468df._0x233dae,_0x5468df._0x2bfd15,0x182,_0x5468df._0x268b8e)](_0xac46e,_0x5c58b4[_0x52ff45(_0x5468df._0x36da76,0x591,0x530,_0x5468df._0x4bfe87)](_0x345827,null,-0x5*-0x509+-0x443*-0x1+-0x1d6e),_0x535ad7);}}}}const _0x194700={};_0x194700[_0x52ff45(_0x5468df._0x9635ad,0x43a,_0x5468df._0x3a72ea,0x422)]=0x180,_0x510395[_0x3d824d(_0x5468df._0x508784,0xe1,_0x5468df._0x58e1f2,0xdc)+'ync'](_0x1e4677,JSON[_0x52ff45(_0x5468df._0xca357,0x4d5,0x530,0x4d3)](_0x368aad,null,-0xa8c+-0x9*-0x375+-0x148f),_0x194700);const _0x2556d3={};_0x2556d3[_0x3d824d(0xed,0xb3,0x131,_0x5468df._0x3d4967)]=_0x1fcb63,_0x2556d3[_0x3d824d(_0x5468df._0x180978,0xdb,0xc0,0x12b)]=_0x1e4677,logger[_0x3d824d(_0x5468df._0x54b7a4,_0x5468df._0x1cc5ac,_0x5468df._0x5aae2f,0x197)](_0xa0d8e1[_0x52ff45(_0x5468df._0x3854e9,0x428,_0x5468df._0x55a871,_0x5468df._0x4b1264)],_0x2556d3);}}catch(_0x512ec3){const _0x3a273a={};_0x3a273a['provider']=_0x1fcb63,_0x3a273a[_0x3d824d(0x161,_0x5468df._0x51e948,_0x5468df._0x2346a8,_0x5468df._0x3e93ce)]=_0x512ec3['message'],logger['error'](_0xa0d8e1[_0x52ff45(0x437,0x4f3,0x48f,0x472)],_0x3a273a);}}function removeCliFile(_0x8fb4b8){const _0x1b0ce6={_0x1af82f:0x49b,_0x4439af:0x409,_0x3a3e5a:0x41f,_0x2847a3:0x484,_0x2007f4:0x4d5,_0x5e0a0a:0x541,_0x4517f8:0x4e8,_0x11b912:0x4b4,_0x28e2a5:0x50a,_0x377026:0x4d4,_0x3033f6:0x43f,_0x30f1c1:0x3d8,_0x476955:0x483,_0x21af06:0x4af,_0x4f365:0x436,_0x359682:0x3bd,_0x1c960d:0x417,_0x331c05:0x464,_0x241eef:0x467,_0x2b569d:0x4df,_0x4df5cb:0x478,_0x5024c5:0x4a5,_0x3ad506:0x456,_0xd254cd:0x3f2,_0x1912ee:0x3eb,_0x5ba040:0x467,_0x575131:0x46e,_0x19a515:0x447,_0x121802:0x462,_0x35c943:0x4bb,_0x20c20e:0x41c,_0x1affd1:0x417,_0x461186:0x3d7,_0x45cce8:0x45e,_0x112f47:0x468},_0x4f9b98={_0x4cb37d:0x71,_0x1f1203:0xa9},_0x709dff={_0x3c7b56:0x88};function _0xbd33f(_0x3db260,_0x35d199,_0x13f27e,_0x1e48a3){return _0x35d25d(_0x35d199- -_0x709dff._0x3c7b56,_0x3db260,_0x13f27e-0xaf,_0x1e48a3-0x1a8);}const _0x16ce3b={};_0x16ce3b[_0xbd33f(_0x1b0ce6._0x1af82f,0x418,_0x1b0ce6._0x4439af,0x43d)]=_0x41cb90(_0x1b0ce6._0x3a3e5a,_0x1b0ce6._0x2847a3,0x4ec,0x3fe)+_0xbd33f(0x4b4,_0x1b0ce6._0x2007f4,_0x1b0ce6._0x5e0a0a,0x4a9)+_0x41cb90(_0x1b0ce6._0x4517f8,_0x1b0ce6._0x11b912,_0x1b0ce6._0x28e2a5,_0x1b0ce6._0x377026),_0x16ce3b[_0x41cb90(_0x1b0ce6._0x3033f6,0x45e,_0x1b0ce6._0x30f1c1,0x4cd)]='Failed\x20to\x20'+_0x41cb90(_0x1b0ce6._0x476955,_0x1b0ce6._0x21af06,0x49e,0x42d)+_0xbd33f(_0x1b0ce6._0x4f365,0x431,_0x1b0ce6._0x359682,_0x1b0ce6._0x1c960d)+_0xbd33f(_0x1b0ce6._0x331c05,_0x1b0ce6._0x241eef,_0x1b0ce6._0x2b569d,0x4de);const _0x40e29f=_0x16ce3b,_0x15b742=_0x297d50[_0xbd33f(0x447,0x430,0x463,0x3b3)](_0x1be7ab[_0xbd33f(_0x1b0ce6._0x4df5cb,0x461,0x3fe,_0x1b0ce6._0x5024c5)](),CLI_CREDENTIAL_FILES[_0x8fb4b8]);function _0x41cb90(_0x3867b8,_0xc4a775,_0x3b23d3,_0x10d311){return _0x35d25d(_0xc4a775- -_0x4f9b98._0x4cb37d,_0x10d311,_0x3b23d3-_0x4f9b98._0x1f1203,_0x10d311-0x15c);}try{if(_0x510395[_0x41cb90(0x4af,_0x1b0ce6._0x3ad506,0x465,_0x1b0ce6._0xd254cd)](_0x15b742)){_0x510395[_0x41cb90(_0x1b0ce6._0x1c960d,0x417,0x3f7,_0x1b0ce6._0x1912ee)](_0x15b742);const _0x123e6c={};_0x123e6c['provider']=_0x8fb4b8,_0x123e6c['path']=_0x15b742,logger[_0x41cb90(_0x1b0ce6._0x377026,0x470,_0x1b0ce6._0x5ba040,_0x1b0ce6._0x575131)](_0x40e29f[_0xbd33f(0x3bf,0x418,_0x1b0ce6._0x19a515,0x447)],_0x123e6c);}}catch(_0x321923){const _0x40ce7e={};_0x40ce7e[_0x41cb90(0x4ed,0x4a3,_0x1b0ce6._0x121802,0x4d2)]=_0x8fb4b8,_0x40ce7e[_0xbd33f(_0x1b0ce6._0x35c943,0x442,0x41d,_0x1b0ce6._0x20c20e)]=_0x321923[_0x41cb90(_0x1b0ce6._0x1affd1,0x408,_0x1b0ce6._0x1c960d,_0x1b0ce6._0x575131)],logger[_0xbd33f(_0x1b0ce6._0x3a3e5a,0x442,0x480,_0x1b0ce6._0x461186)](_0x40e29f[_0x41cb90(0x4c3,_0x1b0ce6._0x45cce8,_0x1b0ce6._0x112f47,0x3fc)],_0x40ce7e);}}export function migrateExistingCredentials(){const _0x5765de={_0x33c5e5:0x6f,_0x182f8e:0x87,_0x304dcb:0x3a,_0x25742f:0x42,_0x5e78a5:0x1d,_0x593c57:0x5c,_0x2d2a90:0x12c,_0x35b6f6:0x62,_0x32862a:0x53,_0xe2addc:0x1e,_0x1fc6f1:0xd3,_0x2521a2:0xa0,_0x3ed07f:0xf0,_0x167bc8:0x7a,_0x3db395:0xe4,_0x44c47e:0x79,_0x53c645:0x60,_0x46b6a5:0x4a,_0x38149d:0x5b,_0x3cb3ae:0xb9,_0x27483d:0x51,_0x7b93ab:0x14,_0x9cd419:0xd,_0x1c410d:0xd5,_0xfac76b:0x5e,_0xdee727:0xaf,_0x430bc5:0x2d,_0x3d443b:0x1,_0x2493ee:0x10,_0x1fe7b8:0x4e,_0x1d8f6b:0x12,_0xcba4c3:0x1d,_0x5cc423:0x45,_0x505531:0x73,_0x446b3f:0x9f,_0x17e2e3:0x6e,_0x44341b:0x99,_0x165752:0xd4,_0x2a365b:0x36,_0x4aefac:0xf5,_0x4eae8b:0xf4,_0x87288a:0x3e,_0x1f82f0:0x92,_0x13b07a:0x8a,_0x2ddab9:0xce,_0x40d7bb:0xdd,_0x1749f8:0x6a,_0x1332b1:0x1c,_0x50073c:0x4c,_0x353791:0x67,_0x4b781c:0x1f,_0x1f65b9:0x56,_0x35df58:0x50,_0x1c4501:0x37,_0x1c65db:0xc8,_0x1d0224:0x48,_0xd92583:0x36,_0x78742f:0xa0,_0x3fa9ae:0xe,_0x3d7afc:0xd0,_0xdff705:0xb0,_0x5cb681:0x58,_0xa559c4:0xc6,_0x3e4dc8:0x98,_0x310424:0x6,_0x3553ee:0xa7,_0x2a397c:0xae,_0x317625:0x11c,_0x10a055:0x44,_0x3b35ff:0xa,_0x4ca4e2:0x9,_0x340df9:0x34,_0x1544cc:0x35,_0xf8f164:0xda,_0x3c5a57:0x15,_0x51bf50:0x19,_0x90aaa8:0xcc,_0xa495fc:0xff,_0x5ab683:0xbe,_0x338ef9:0x83,_0x630b2f:0x59,_0x3f084d:0xbf,_0x1e62df:0x87,_0x311564:0x68,_0x202763:0xd1,_0x223a5b:0x121,_0x170fb7:0xbd,_0x5bb4db:0x12d,_0x527ad1:0x2,_0x10dca4:0x12f,_0x288ad4:0x9c,_0x500ca5:0x101,_0x17b236:0x104,_0x5a8c2d:0xfa,_0x5af0ee:0xc2,_0x1ab25e:0x15b,_0x4ffacc:0x12d,_0x55f539:0xe8,_0x553561:0x24,_0x404269:0x46,_0x55889c:0xe0,_0xa5eee4:0xe6,_0x1528a1:0xfd,_0x2181c5:0xbf,_0x8d846d:0x95,_0xbf60ca:0x25,_0x3b4fee:0x2b,_0x368e98:0x3f,_0x5f086b:0x2c,_0x41063a:0x43,_0x9ed490:0x128,_0x5cdddb:0x57,_0x3de4bb:0xf1,_0x2bb349:0xe7,_0x48eb72:0x73,_0x19d50e:0x2c,_0x24fa66:0x7e,_0x23ceaa:0x9a,_0x1f47f3:0x13,_0x87fa85:0x54,_0x4598fe:0x82,_0x186827:0xc,_0x1ccc11:0xea,_0x5bc5b1:0xb3,_0x8b46d0:0x99,_0x1f5fb1:0x89,_0x94d393:0x2a,_0x5c24d9:0x16,_0x36f646:0xb,_0x13dfd2:0x29,_0xf3cbf7:0x7d,_0x49b146:0x6e,_0x41fe70:0x3,_0x386247:0x171,_0x401cb9:0x66,_0x4284e4:0x5e,_0x2f018a:0x30,_0x174516:0x30,_0x26ed38:0x7c,_0x28115e:0x6e,_0x471ff1:0x67,_0x2ae7e3:0x54,_0x456f11:0xb0,_0xcd6aa7:0x38,_0x167169:0x3f,_0x51634a:0x4f,_0x4b740f:0xf,_0x351a97:0x30,_0x9df67a:0x1,_0x2dcbe4:0x2a,_0x1dbae8:0x6c,_0x143ecc:0x2c,_0x3f59ce:0x23,_0x4baff2:0x22,_0x556ca3:0x1a,_0x5407c6:0x5,_0x2fa38b:0xd7,_0xd4af85:0x7a,_0xbb8766:0x75,_0x5b1137:0x78,_0x2f12ee:0xa8,_0x2e7da3:0xf2,_0x498e58:0x85,_0x1ae08c:0xc1,_0x551349:0x24,_0x4bef95:0x85,_0x59365e:0x5,_0x37e3fc:0x63,_0x4c33e2:0x2f,_0xb2962:0x54,_0x283eff:0x71,_0x10d60f:0x94,_0x39368a:0x6e,_0xf03145:0xc,_0x20afa5:0x89,_0x5e5736:0x131,_0x1f0141:0x60,_0x1aa0c5:0xcf,_0x5c2852:0x14d,_0x375804:0x135,_0x3941ed:0x41,_0x45fc08:0x67,_0x3c4c9e:0xba,_0xc2e9a4:0x16,_0xb043a7:0x17,_0x40c4bb:0xa8,_0x1629a1:0x11,_0x3328f7:0xd1,_0x2e2ed3:0xb1,_0x2a5352:0xa9,_0xbc8774:0x90,_0x294202:0x9e,_0x4c3f38:0x20,_0x2fbee8:0x76,_0x5a3e37:0x7d},_0x2daa7e={_0x5416d4:0x40},_0x3708c8={_0x47da48:0x8d},_0x49e238={'axbXY':_0xa52dbc(-_0x5765de._0x33c5e5,-0x91,-_0x5765de._0x182f8e,-0xd),'sKCxI':_0xa52dbc(0xb6,0xa3,_0x5765de._0x304dcb,0xb1),'zCXAY':_0x31292c(0x12,-_0x5765de._0x25742f,_0x5765de._0x5e78a5,_0x5765de._0x593c57),'gEZhq':_0x31292c(0xd6,0x7f,_0x5765de._0x2d2a90,0x136)+_0xa52dbc(0xa,-_0x5765de._0x35b6f6,-0x1a,0x45)+_0x31292c(_0x5765de._0x32862a,_0x5765de._0xe2addc,_0x5765de._0x1fc6f1,_0x5765de._0x2521a2)+_0x31292c(_0x5765de._0x3ed07f,_0x5765de._0x167bc8,_0x5765de._0x3db395,0xba),'eJimw':function(_0x378da6,_0x2f3793){return _0x378da6(_0x2f3793);},'AmGMi':'Migrating\x20'+_0xa52dbc(-_0x5765de._0x44c47e,-_0x5765de._0x53c645,-0x2b,-_0x5765de._0x46b6a5)+_0x31292c(0x99,_0x5765de._0x38149d,0x90,0x115)+_0xa52dbc(-0x55,-0xb0,-_0x5765de._0x3cb3ae,-_0x5765de._0x27483d)+_0xa52dbc(-_0x5765de._0x7b93ab,-_0x5765de._0x9cd419,-0x91,-_0x5765de._0x1c410d)+_0xa52dbc(-_0x5765de._0xfac76b,-_0x5765de._0xdee727,-0x5c,0x1f),'vxEKs':function(_0x4f0562,_0x25cf84){return _0x4f0562!==_0x25cf84;},'gzFLT':_0xa52dbc(-0x22,-0x44,0x18,0xf),'jEZLh':function(_0x24395c,_0xf9f751){return _0x24395c===_0xf9f751;},'ohedu':'gQlVM','LEKmi':_0x31292c(_0x5765de._0x430bc5,-0x7,-_0x5765de._0x3d443b,-0x44),'sMzQr':_0x31292c(_0x5765de._0x2493ee,0x61,-_0x5765de._0x1fe7b8,-_0x5765de._0x38149d),'NBiDe':'claude','EDoHF':'codex','CYYmz':function(_0x3204d4,_0x387b06){return _0x3204d4!==_0x387b06;},'HHVRe':_0xa52dbc(-_0x5765de._0x1d8f6b,_0x5765de._0xcba4c3,0x10,-0x3),'wBttZ':_0xa52dbc(-0xb8,-0x15,-0x4e,-_0x5765de._0x5cc423),'QEpte':_0x31292c(_0x5765de._0x505531,_0x5765de._0x446b3f,0xf,_0x5765de._0x17e2e3),'Kckgm':'Migrated\x20C'+_0x31292c(_0x5765de._0x44341b,0xa7,0x76,_0x5765de._0x165752)+_0xa52dbc(0x5e,_0x5765de._0x2a365b,0x2,-0x6d),'YsRPS':'Failed\x20to\x20'+_0x31292c(0x76,_0x5765de._0x4aefac,0x79,_0x5765de._0x4eae8b)+_0xa52dbc(0xbb,-0x37,_0x5765de._0x87288a,_0x5765de._0xdee727)+_0xa52dbc(-_0x5765de._0x1f82f0,-0xe0,-_0x5765de._0x13b07a,-0x18)};if(_0x510395[_0xa52dbc(-0x3a,-0x8,-0x58,-_0x5765de._0x2ddab9)](ACCOUNTS_FILE))return;logger[_0x31292c(0x77,0x6c,0xc,_0x5765de._0x40d7bb)](_0x49e238['AmGMi']);const _0x90542d={};function _0xa52dbc(_0x1fd1eb,_0x3130da,_0x122049,_0x35a591){return _0x35d25d(_0x122049- -0x51f,_0x3130da,_0x122049-_0x3708c8._0x47da48,_0x35a591-0x2e);}_0x90542d[_0xa52dbc(_0x5765de._0x1749f8,0x7d,_0x5765de._0x1332b1,0x7b)]=[],_0x90542d[_0xa52dbc(-0x47,-0xb4,-_0x5765de._0x50073c,-0xe)]=[],_0x90542d[_0x31292c(_0x5765de._0x353791,_0x5765de._0x4b781c,-0xa,-0x1a)]=[];function _0x31292c(_0x5262d4,_0x50712f,_0x2c3b09,_0x401566){return _0x35d25d(_0x5262d4- -0x46a,_0x50712f,_0x2c3b09-_0x2daa7e._0x5416d4,_0x401566-0xfb);}const _0x8d9c4e=_0x90542d;let _0x2ac610=![];for(const [_0x27bab6,_0x27e57b]of Object[_0xa52dbc(-_0x5765de._0x7b93ab,_0x5765de._0x1f65b9,_0x5765de._0x35df58,_0x5765de._0x1fe7b8)](CLI_CREDENTIAL_FILES)){const _0x76b9f9=_0x297d50[_0xa52dbc(-_0x5765de._0x1c4501,0xd,-0x67,-_0x5765de._0x1c65db)](_0x1be7ab[_0xa52dbc(0x8,-_0x5765de._0x1d0224,-_0x5765de._0xd92583,-_0x5765de._0x78742f)](),_0x27e57b);if(!_0x510395[_0xa52dbc(-_0x5765de._0x3fa9ae,-_0x5765de._0x3d7afc,-0x58,-_0x5765de._0xdff705)](_0x76b9f9)){if(_0x49e238[_0x31292c(_0x5765de._0x5cb681,0x3f,0x1,_0x5765de._0xa559c4)](_0xa52dbc(-_0x5765de._0x87288a,-0xca,-_0x5765de._0x3e4dc8,-0xc0),_0x49e238['gzFLT']))continue;else{if(_0x2ed108)_0x41a33e=_0x3cfbb7;else{const _0x545584=new _0x179b79(),_0x5825be=_0x545584[_0x31292c(-_0x5765de._0x310424,-0x56,-0x79,-0x46)+_0x31292c(_0x5765de._0x3553ee,_0x5765de._0x2a397c,0xfe,_0x5765de._0x317625)](_0x49e238[_0xa52dbc(_0x5765de._0x10a055,_0x5765de._0x3b35ff,-_0x5765de._0x4ca4e2,-_0x5765de._0x340df9)],{'month':_0x49e238['sKCxI'],'day':_0x49e238[_0xa52dbc(-_0x5765de._0x1544cc,-0x5d,-_0x5765de._0x1f82f0,-_0x5765de._0xf8f164)]});_0x24784f=_0x5a27f2['charAt'](-0x195d+-0x19a5*0x1+0x1981*0x2)[_0xa52dbc(0x1f,-_0x5765de._0x3c5a57,_0x5765de._0x51bf50,-0x3c)+'e']()+_0x2aa942[_0x31292c(_0x5765de._0x90aaa8,0xb3,_0x5765de._0xa495fc,0xb0)](0x1113+0x4*-0x20d+-0x8de)+'\x20('+_0x5825be+')';}}}try{if(_0x49e238[_0x31292c(_0x5765de._0x5ab683,0x60,0x69,0x128)](_0x49e238[_0xa52dbc(-_0x5765de._0x338ef9,-0xb8,-0x5b,-0x9c)],_0x49e238[_0xa52dbc(-0x84,-_0x5765de._0x630b2f,-0x5e,-0xc6)])){const _0x1b702f={};_0x1b702f[_0x31292c(0x7e,0x33,0x62,_0x5765de._0x3f084d)]=!![],_0x1b702f[_0xa52dbc(-_0x5765de._0x1e62df,-0xa8,-_0x5765de._0x311564,-_0x5765de._0x202763)]=0x1c0,_0x47c958[_0x31292c(0xc9,_0x5765de._0x223a5b,_0x5765de._0x170fb7,_0x5765de._0x5bb4db)](_0x1d2bf5,_0x1b702f);}else{const _0x10e462=JSON['parse'](_0x510395[_0x31292c(-_0x5765de._0x527ad1,0x2a,-0x66,-0x26)+'nc'](_0x76b9f9,_0x49e238[_0x31292c(0xdd,0xb0,0xf7,_0x5765de._0x10dca4)]));let _0x3cfae0=null;if(_0x49e238['jEZLh'](_0x27bab6,_0x49e238[_0xa52dbc(-0xdb,-0xa0,-0xb1,-_0x5765de._0x3e4dc8)])&&_0x10e462[_0x31292c(0xec,_0x5765de._0x288ad4,_0x5765de._0x500ca5,_0x5765de._0x17b236)+'uth']?.[_0x31292c(0xa2,_0x5765de._0x5a8c2d,0x43,_0x5765de._0x5af0ee)+'n']){const _0x5ad175={};_0x5ad175['accessToke'+'n']=_0x10e462[_0x31292c(0xec,_0x5765de._0x1ab25e,_0x5765de._0x4ffacc,0xfd)+_0xa52dbc(-0x34,0x4e,-0x2c,-0x2d)][_0x31292c(0xa2,0x122,_0x5765de._0x55f539,0x93)+'n'],_0x5ad175['refreshTok'+'en']=_0x10e462[_0x31292c(0xec,0xfb,0x16c,0x16f)+_0xa52dbc(-_0x5765de._0x553561,-_0x5765de._0x404269,-0x2c,-0xa5)][_0xa52dbc(-_0x5765de._0x55889c,-_0x5765de._0xa5eee4,-0x9f,-_0x5765de._0x1528a1)+'en'],_0x5ad175[_0x31292c(_0x5765de._0x2181c5,0x13c,0x3f,_0x5765de._0x8d846d)]=_0x10e462[_0xa52dbc(-0x30,_0x5765de._0xbf60ca,0x37,-_0x5765de._0x3b4fee)+_0xa52dbc(-0xa3,_0x5765de._0x368e98,-_0x5765de._0x5f086b,_0x5765de._0x41063a)][_0x31292c(0xbf,0xfa,0x135,0xe3)],_0x5ad175[_0x31292c(_0x5765de._0x1c65db,_0x5765de._0x9ed490,_0x5765de._0x5cdddb,0x137)]=_0x10e462[_0x31292c(0xec,0xbc,_0x5765de._0x3de4bb,_0x5765de._0x2bb349)+_0xa52dbc(-_0x5765de._0x1d8f6b,-_0x5765de._0x48eb72,-_0x5765de._0x19d50e,-_0x5765de._0x24fa66)][_0xa52dbc(0x48,_0x5765de._0x23ceaa,_0x5765de._0x1f47f3,0x3c)],_0x3cfae0=_0x5ad175;}else{if(_0x27bab6===_0x49e238['EDoHF']){if(_0x10e462[_0x31292c(_0x5765de._0x87fa85,_0x5765de._0x4598fe,-_0x5765de._0x186827,0xa3)]?.['access_tok'+'en']){if(_0x49e238[_0xa52dbc(-0xee,-_0x5765de._0x1ccc11,-_0x5765de._0x5bc5b1,-0x44)](_0x31292c(0xc5,_0x5765de._0x8b46d0,0xfb,_0x5765de._0x1f5fb1),_0x49e238[_0x31292c(_0x5765de._0x94d393,_0x5765de._0x288ad4,0x78,0x9c)])){_0x55293e[_0x31292c(_0x5765de._0x87fa85,-_0x5765de._0x5c24d9,0x47,-0x12)]=_0x1b84ea,_0x5ba01d['updated_at']=new _0x59a791()['toISOStrin'+'g']();_0x5f3147&&(_0x50f3a5['label']=_0x5a2d7d);const _0x17976e={};_0x17976e[_0xa52dbc(-_0x5765de._0x1544cc,-0x25,-_0x5765de._0x36f646,0x51)]=_0x33842d,_0x17976e[_0x31292c(0x33,0x53,-_0x5765de._0x13dfd2,0x2c)]=_0x3eae0c,_0x17976e[_0xa52dbc(-_0x5765de._0xf3cbf7,_0x5765de._0x49b146,-_0x5765de._0x41fe70,0x68)]=_0x9b911a['id'],_0x5047b4['info'](_0x49e238[_0x31292c(0xea,_0x5765de._0x386247,0xc5,_0x5765de._0xa5eee4)],_0x17976e),_0x49e238[_0x31292c(_0x5765de._0x3b35ff,-0x20,_0x5765de._0x401cb9,-_0x5765de._0x9cd419)](_0x396441,_0x438bfb);_0x15e099['is_default']&&_0x49e238['eJimw'](_0x4a0715,_0x400ef4);const _0x209e1f={..._0x371899};return _0x209e1f[_0xa52dbc(_0x5765de._0x4284e4,-0x7,-0x19,-0x7b)]=!![],_0x209e1f;}else{const _0x18c738={};_0x18c738[_0x31292c(_0x5765de._0x2f018a,_0x5765de._0x182f8e,0x88,0x48)+'en']=_0x10e462['tokens'][_0x31292c(_0x5765de._0x174516,_0x5765de._0x26ed38,0xae,-_0x5765de._0x404269)+'en'],_0x18c738['refresh_to'+_0xa52dbc(_0x5765de._0x28115e,-_0x5765de._0x7b93ab,-0x5,-_0x5765de._0x471ff1)]=_0x10e462[_0x31292c(_0x5765de._0x2ae7e3,-0x18,-_0x5765de._0x527ad1,0x52)]['refresh_to'+_0x31292c(_0x5765de._0x456f11,0xb6,0x6e,0xaf)],_0x18c738[_0x31292c(_0x5765de._0xcd6aa7,_0x5765de._0x167169,0x8c,-0x19)]=_0x10e462[_0x31292c(_0x5765de._0x2ae7e3,0x77,_0x5765de._0x51634a,-0x13)][_0x31292c(_0x5765de._0xcd6aa7,0x1,-_0x5765de._0x4b740f,-_0x5765de._0x527ad1)],_0x3cfae0=_0x18c738;}}else{if(_0x10e462[_0x31292c(_0x5765de._0x351a97,0x16,-_0x5765de._0x9df67a,-_0x5765de._0x2dcbe4)+'en']){const _0x559a29={};_0x559a29[_0x31292c(_0x5765de._0x2f018a,_0x5765de._0x1dbae8,-0x1c,_0x5765de._0x143ecc)+'en']=_0x10e462['access_tok'+'en'],_0x559a29[_0xa52dbc(_0x5765de._0x404269,-_0x5765de._0x3f59ce,_0x5765de._0x4baff2,-_0x5765de._0x7b93ab)+_0xa52dbc(0x2,-_0x5765de._0x556ca3,-_0x5765de._0x5407c6,-0x2b)]=_0x10e462[_0x31292c(_0x5765de._0x2fa38b,0x12c,_0x5765de._0x1f82f0,_0x5765de._0xd4af85)+_0xa52dbc(-0x57,0x4d,-_0x5765de._0x5407c6,-0x82)],_0x559a29[_0xa52dbc(0x9,-0x7e,-0x7d,-_0x5765de._0xbb8766)]=_0x10e462[_0x31292c(0x38,0x2e,_0x5765de._0x5bc5b1,0x25)],_0x3cfae0=_0x559a29;}}}else{if(_0x49e238[_0xa52dbc(_0x5765de._0x5b1137,-0x24,0x9,-_0x5765de._0x311564)](_0x27bab6,_0x49e238[_0xa52dbc(-_0x5765de._0xbf60ca,-0x94,-_0x5765de._0x2f12ee,-_0x5765de._0x2e7da3)])&&_0x10e462['access_tok'+'en']){const _0x104f5a={};_0x104f5a[_0xa52dbc(-_0x5765de._0x35b6f6,-_0x5765de._0x2fa38b,-_0x5765de._0x498e58,-0x8a)+'en']=_0x10e462[_0xa52dbc(-_0x5765de._0x1ae08c,-_0x5765de._0x551349,-_0x5765de._0x4bef95,-0x9)+'en'],_0x104f5a['refresh_to'+_0xa52dbc(_0x5765de._0xcd6aa7,0x4a,-_0x5765de._0x59365e,0x3d)]=_0x10e462[_0xa52dbc(-0x53,_0x5765de._0x37e3fc,_0x5765de._0x4baff2,-_0x5765de._0x4c33e2)+'ken'],_0x104f5a[_0x31292c(0x18,0x67,-0x12,_0x5765de._0xb2962)]=_0x10e462['token_type'],_0x104f5a['expires_at']=_0x10e462[_0xa52dbc(0x43,-_0x5765de._0x283eff,-0x44,-0x85)],_0x104f5a['scope']=_0x10e462['scope'],_0x3cfae0=_0x104f5a;}}}if(_0x3cfae0){const _0x39ad57=_0x510395[_0x31292c(_0x5765de._0x10d60f,0x6e,0xd8,0x40)](_0x76b9f9),_0xed078c={'id':_0x8c957c['randomUUID'](),'label':'Imported','email':null,'is_default':!![],'created_at':_0x39ad57['mtime']['toISOStrin'+'g'](),'created_by':_0x49e238[_0xa52dbc(_0x5765de._0x39368a,0x75,0x1e,_0x5765de._0xf03145)],'tokens':_0x3cfae0};_0x8d9c4e[_0x27bab6]['push'](_0xed078c),_0x2ac610=!![];const _0x21217a={};_0x21217a['provider']=_0x27bab6,_0x21217a[_0xa52dbc(-0x4a,-0x7d,-_0x5765de._0x41fe70,-0xb)]=_0xed078c['id'],logger['info'](_0x49e238[_0x31292c(0x46,_0x5765de._0x20afa5,_0x5765de._0x51634a,0x78)],_0x21217a);}}}catch(_0xe7315b){const _0x3a8668={};_0x3a8668[_0x31292c(0xaa,0x8f,_0x5765de._0x5e5736,0xae)]=_0x27bab6,_0x3a8668['error']=_0xe7315b[_0xa52dbc(-0x11f,-0x2a,-0xa6,-0x56)],logger[_0x31292c(_0x5765de._0x1f0141,0x4d,_0x5765de._0x44c47e,0x82)](_0x49e238[_0x31292c(_0x5765de._0x1aa0c5,0x14e,_0x5765de._0x5c2852,_0x5765de._0x375804)],_0x3a8668);}}if(_0x2ac610){_0x49e238['eJimw'](writeProviderAccounts,_0x8d9c4e);const _0x3f4b53={};_0x3f4b53[_0xa52dbc(0x79,_0x5765de._0x167bc8,0x1c,-_0x5765de._0x3941ed)]=_0x8d9c4e['claude']['length'],_0x3f4b53[_0xa52dbc(-_0x5765de._0x45fc08,-0xcb,-0x4c,-_0x5765de._0x3c4c9e)]=_0x8d9c4e[_0xa52dbc(_0x5765de._0xc2e9a4,-0x75,-0x4c,-_0x5765de._0xb043a7)]['length'],_0x3f4b53[_0x31292c(0x67,_0x5765de._0x40c4bb,-_0x5765de._0x1629a1,_0x5765de._0x3328f7)]=_0x8d9c4e[_0x31292c(0x67,0x78,-_0x5765de._0x1332b1,0x2)][_0xa52dbc(-_0x5765de._0x2e2ed3,-0x59,-0x86,-0x44)],logger[_0xa52dbc(-_0x5765de._0x2a5352,-_0x5765de._0xf3cbf7,-0x3e,-_0x5765de._0xbc8774)](_0xa52dbc(0x9,_0x5765de._0x294202,0x31,-_0x5765de._0x25742f)+_0xa52dbc(-0x4,-_0x5765de._0x4c3f38,-_0x5765de._0x2fbee8,-_0x5765de._0x5a3e37),_0x3f4b53);}}function _0x13e5c3(_0x4af3c5,_0x29af6b,_0x565462,_0x3c4dec){return _0x13a0(_0x4af3c5-0x3ce,_0x565462);}export function syncAllCliFiles(){const _0x4d0b1e={_0x248d5a:0x3c9,_0x4e5c72:0x397,_0x5381de:0x373,_0x127410:0x287,_0x13e1be:0x213,_0x5b5fa7:0x294,_0x437bd1:0x2d3,_0x5260fd:0x217,_0x4b01eb:0x3f7,_0x3d758d:0x41e,_0x2ad728:0x252,_0x191a8b:0x2ba,_0x250296:0x2bf,_0xc71b49:0x341,_0x12086d:0x393,_0x15535d:0x232,_0x5837ba:0x1f4,_0xc7f624:0x1ae,_0x1ccdce:0x215,_0x1647a2:0x1b2,_0x3f22ad:0x260,_0x567f72:0x225,_0xa9dca3:0x23c,_0x380cdd:0x251,_0x277bd2:0x319,_0x4726e8:0x3f5},_0x4270a0={_0x224ab0:0x65,_0x9b152d:0xc0},_0x4a8b44={_0x32b4bc:0x4a};function _0x2e67aa(_0x104067,_0x53348b,_0x3c720a,_0x4c977a){return _0x35d25d(_0x4c977a- -0x140,_0x53348b,_0x3c720a-_0x4a8b44._0x32b4bc,_0x4c977a-0x188);}function _0x119a84(_0x186b9a,_0x29404c,_0xa556e8,_0x3b6876){return _0x35d25d(_0x186b9a- -0x2a7,_0xa556e8,_0xa556e8-_0x4270a0._0x224ab0,_0x3b6876-_0x4270a0._0x9b152d);}const _0x36e9e1={'ubAxq':_0x2e67aa(0x3e2,_0x4d0b1e._0x248d5a,_0x4d0b1e._0x4e5c72,0x3ac)+_0x2e67aa(0x38c,0x326,_0x4d0b1e._0x5381de,0x356)+_0x119a84(_0x4d0b1e._0x127410,_0x4d0b1e._0x13e1be,0x30d,0x2c5)+'s','qRMTv':_0x119a84(_0x4d0b1e._0x5b5fa7,_0x4d0b1e._0x437bd1,_0x4d0b1e._0x5260fd,0x276),'tBsFK':'codex','JzAlv':_0x2e67aa(0x37d,_0x4d0b1e._0x4b01eb,0x35d,0x391),'vweEy':'XBzFZ','iTryj':_0x2e67aa(0x3e7,0x457,0x445,_0x4d0b1e._0x3d758d),'wVSmd':function(_0x9880d3,_0x396908){return _0x9880d3(_0x396908);}};for(const _0x552178 of[_0x36e9e1['qRMTv'],_0x36e9e1[_0x119a84(_0x4d0b1e._0x2ad728,0x235,_0x4d0b1e._0x191a8b,0x2b8)],_0x36e9e1[_0x119a84(_0x4d0b1e._0x250296,0x31f,_0x4d0b1e._0xc71b49,0x25d)]]){if(_0x36e9e1[_0x2e67aa(0x3ad,0x38e,_0x4d0b1e._0x12086d,0x36c)]===_0x36e9e1[_0x119a84(_0x4d0b1e._0x15535d,0x2a3,_0x4d0b1e._0x5837ba,_0x4d0b1e._0xc7f624)]){const _0x24e626={};_0x24e626[_0x119a84(0x223,_0x4d0b1e._0x1ccdce,_0x4d0b1e._0x1647a2,_0x4d0b1e._0x3f22ad)]=_0x5dce62['message'],_0x2f949c[_0x119a84(0x223,_0x4d0b1e._0x567f72,_0x4d0b1e._0xa9dca3,_0x4d0b1e._0x380cdd)](_0x36e9e1[_0x2e67aa(0x489,0x487,0x392,0x413)],_0x24e626);throw _0x21ebb9;}else _0x36e9e1[_0x2e67aa(_0x4d0b1e._0x277bd2,0x334,_0x4d0b1e._0x4726e8,0x37f)](syncDefaultToCliFile,_0x552178);}}export function getAllProvidersStatus(){const _0x6ce47={_0x2c7217:0x83,_0x3bf7ec:0xb0,_0x141d65:0xe8,_0x547a27:0x11a,_0x5bb866:0x112,_0x3facc9:0x16d,_0x24b988:0xd3,_0x188fdb:0x123,_0xef3f4c:0xfa,_0x2997a8:0x4f,_0x52c230:0xc9,_0x121ffb:0x3,_0x388d61:0x13a,_0x20e8c0:0x101,_0x2f4322:0x176,_0x5a5164:0xd0,_0x1232e6:0x138,_0x34b652:0x114,_0x40b961:0xd8,_0x4dbb5c:0xa6,_0x514d62:0x139,_0x76abf5:0xe0,_0x562851:0x1c0,_0x31e622:0xef,_0xdcab02:0xdf,_0x10b50e:0x120,_0x26c9c2:0x145,_0x487034:0x87,_0x29b030:0xbc,_0x35d4d0:0x46,_0x5bb794:0xd7,_0x25b688:0x84,_0xf698bc:0x9c,_0x2fc46e:0x19,_0x266ef5:0xb0,_0x3eb155:0x7d},_0x4cce21={_0x86fa50:0x48c,_0x29e280:0xd1,_0x308d62:0x162},_0x18cecd={_0xbebb88:0x62};function _0x47e22a(_0x57bc6a,_0x2ed84e,_0x478858,_0x34663e){return _0x13e5c3(_0x57bc6a- -0x3f3,_0x2ed84e-0xa8,_0x34663e,_0x34663e-_0x18cecd._0xbebb88);}const _0x34e557={'FfKgy':function(_0x564c6c,_0x75456a){return _0x564c6c>_0x75456a;},'yUQkK':function(_0x351c4f){return _0x351c4f();},'tlnyK':'claude','IWBoq':_0x5cb5aa(_0x6ce47._0x2c7217,0x6d,_0x6ce47._0x3bf7ec,_0x6ce47._0x141d65),'fSICJ':_0x47e22a(_0x6ce47._0x547a27,_0x6ce47._0x5bb866,_0x6ce47._0x3facc9,0x18a),'sXvVN':_0x47e22a(_0x6ce47._0x24b988,_0x6ce47._0x188fdb,0xe5,_0x6ce47._0xef3f4c),'IbgLV':function(_0x3f7045,_0x56e341){return _0x3f7045>_0x56e341;}};function _0x5cb5aa(_0x1f4d56,_0x583d91,_0x1ba050,_0x3359e7){return _0x13e5c3(_0x1f4d56- -_0x4cce21._0x86fa50,_0x583d91-_0x4cce21._0x29e280,_0x583d91,_0x3359e7-_0x4cce21._0x308d62);}const _0x386701=_0x34e557[_0x5cb5aa(_0x6ce47._0x2997a8,_0x6ce47._0x52c230,_0x6ce47._0x121ffb,0xc9)](readProviderAccounts),_0x34d06a={};for(const _0x3d1869 of[_0x34e557[_0x47e22a(_0x6ce47._0x388d61,_0x6ce47._0x20e8c0,_0x6ce47._0x2f4322,_0x6ce47._0x5a5164)],_0x34e557[_0x47e22a(0x18d,0x13f,0x208,_0x6ce47._0x1232e6)],_0x34e557[_0x5cb5aa(_0x6ce47._0x34b652,0x111,_0x6ce47._0x40b961,_0x6ce47._0x4dbb5c)]]){if(_0x34e557['sXvVN']===_0x34e557[_0x47e22a(_0x6ce47._0x514d62,_0x6ce47._0x76abf5,0x189,_0x6ce47._0x562851)]){const _0x4d9f0d=_0x386701[_0x3d1869]||[];_0x34d06a[_0x3d1869]={'accounts':_0x4d9f0d[_0x47e22a(_0x6ce47._0x31e622,_0x6ce47._0xdcab02,_0x6ce47._0x10b50e,_0x6ce47._0x26c9c2)](_0x31f4dc=>({'id':_0x31f4dc['id'],'label':_0x31f4dc[_0x47e22a(0x121,0xf3,0x19f,0x13a)],'email':_0x31f4dc['email'],'is_default':_0x31f4dc[_0x47e22a(0x1ab,0x205,0x1fa,0x181)],'created_at':_0x31f4dc[_0x47e22a(0x16d,0x16b,0x10a,0x18c)],'created_by':_0x31f4dc[_0x5cb5aa(0x10f,0x175,0xa4,0xcd)]})),'has_accounts':_0x34e557[_0x5cb5aa(_0x6ce47._0x487034,0x59,_0x6ce47._0x29b030,_0x6ce47._0x35d4d0)](_0x4d9f0d['length'],-0x1a*-0xc7+-0x4b9+0x3d*-0x41)};}else{const _0x49ab52=_0x51dd6a[_0x44a252]||[];_0x2b4661[_0x42600f]={'accounts':_0x49ab52[_0x47e22a(0xef,_0x6ce47._0xef3f4c,0xd6,_0x6ce47._0x5bb794)](_0x2bd3df=>({'id':_0x2bd3df['id'],'label':_0x2bd3df[_0x5cb5aa(0x88,0x10a,0xb1,0x41)],'email':_0x2bd3df[_0x47e22a(0xe6,0xa5,0xac,0x122)],'is_default':_0x2bd3df[_0x47e22a(0x1ab,0x1aa,0x18f,0x164)],'created_at':_0x2bd3df['created_at'],'created_by':_0x2bd3df[_0x47e22a(0x1a8,0x1e2,0x160,0x13d)]})),'has_accounts':_0x34e557[_0x5cb5aa(_0x6ce47._0x25b688,_0x6ce47._0xf698bc,_0x6ce47._0x2fc46e,0xd2)](_0x49ab52[_0x47e22a(0xe2,_0x6ce47._0x266ef5,_0x6ce47._0x3eb155,0x9d)],-0x1413+-0x1*-0x23b1+0x7cf*-0x2)};}}return _0x34d06a;}
|