@profoundlogic/coderflow-server 0.2.7 → 0.2.9

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.
Files changed (146) hide show
  1. package/dist/coder-server.js +1 -1
  2. package/dist/config/cli-models.json +1 -0
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/basic-auth.js +1 -1
  10. package/dist/lib/build-history.js +1 -1
  11. package/dist/lib/build-output-service.js +1 -1
  12. package/dist/lib/build-scheduler.js +1 -1
  13. package/dist/lib/build-service.js +1 -1
  14. package/dist/lib/ca-certificates.js +1 -1
  15. package/dist/lib/claude-oauth-refresh.js +1 -1
  16. package/dist/lib/cli/build.js +1 -1
  17. package/dist/lib/cli/config-command.js +1 -1
  18. package/dist/lib/cli/config.js +1 -1
  19. package/dist/lib/cli/create-user.js +1 -1
  20. package/dist/lib/cli/init.js +1 -1
  21. package/dist/lib/cli/jira.js +1 -1
  22. package/dist/lib/cli/license.js +1 -1
  23. package/dist/lib/cli/server-manager.js +1 -1
  24. package/dist/lib/container-tokens.js +1 -1
  25. package/dist/lib/data-dir.js +1 -1
  26. package/dist/lib/deployment-history.js +1 -1
  27. package/dist/lib/deployment-service.js +1 -1
  28. package/dist/lib/docker-utils.js +1 -1
  29. package/dist/lib/email.js +1 -1
  30. package/dist/lib/emailTemplates.js +1 -1
  31. package/dist/lib/entitlement.js +1 -1
  32. package/dist/lib/fetch-utils.js +1 -1
  33. package/dist/lib/git-commit-details-route.js +1 -1
  34. package/dist/lib/git-history-diff-guardrails.js +1 -1
  35. package/dist/lib/git-provider-service.js +1 -1
  36. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  37. package/dist/lib/git-provider-setup/index.js +1 -1
  38. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  39. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  40. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  41. package/dist/lib/git-providers/github-app-provider.js +1 -1
  42. package/dist/lib/git-providers/index.js +1 -1
  43. package/dist/lib/git-providers/provider-factory.js +1 -1
  44. package/dist/lib/git-providers/provider-interface.js +1 -1
  45. package/dist/lib/github-urls.js +1 -1
  46. package/dist/lib/group-objective-linking.js +1 -1
  47. package/dist/lib/jira-client.js +1 -1
  48. package/dist/lib/judge-blinding.js +1 -1
  49. package/dist/lib/logger.js +1 -1
  50. package/dist/lib/model-fetcher.js +1 -1
  51. package/dist/lib/notifications.js +1 -1
  52. package/dist/lib/oidc-auth.js +1 -1
  53. package/dist/lib/oidc-device-flow.js +1 -1
  54. package/dist/lib/passwordTokens.js +1 -1
  55. package/dist/lib/pin-cascade.js +1 -1
  56. package/dist/lib/provider-accounts.js +1 -1
  57. package/dist/lib/provider-oauth.js +1 -1
  58. package/dist/lib/provider-profile.js +1 -1
  59. package/dist/lib/provider-token-refresh.js +1 -1
  60. package/dist/lib/request-url.js +1 -1
  61. package/dist/lib/rewind.js +1 -1
  62. package/dist/lib/roles.js +1 -1
  63. package/dist/lib/secrets.js +1 -1
  64. package/dist/lib/setup-repo-git-auth.js +1 -1
  65. package/dist/lib/state-capture.js +1 -1
  66. package/dist/lib/static-files.js +1 -1
  67. package/dist/lib/task-name-generator.js +1 -1
  68. package/dist/lib/user-git-oauth.js +1 -1
  69. package/dist/lib/user-git-tokens.js +1 -1
  70. package/dist/lib/users.js +1 -1
  71. package/dist/middleware/requireAuth.js +1 -1
  72. package/dist/middleware/requireInit.js +1 -1
  73. package/dist/middleware/requirePermission.js +1 -1
  74. package/dist/package.json +1 -1
  75. package/dist/routes/apiKeys.js +1 -1
  76. package/dist/routes/auth-oidc.js +1 -1
  77. package/dist/routes/auth.js +1 -1
  78. package/dist/routes/build.js +1 -1
  79. package/dist/routes/containers.js +1 -1
  80. package/dist/routes/deploy-task.js +1 -1
  81. package/dist/routes/environment-management.js +1 -1
  82. package/dist/routes/environments.js +1 -1
  83. package/dist/routes/external-skills.js +1 -1
  84. package/dist/routes/git-credentials.js +1 -1
  85. package/dist/routes/git-oauth.js +1 -1
  86. package/dist/routes/git-provider-setup.js +1 -1
  87. package/dist/routes/health.js +1 -1
  88. package/dist/routes/jira.js +1 -1
  89. package/dist/routes/objective-management.js +1 -1
  90. package/dist/routes/password.js +1 -1
  91. package/dist/routes/prompt.js +1 -1
  92. package/dist/routes/provider-auth.js +1 -1
  93. package/dist/routes/qa.js +1 -1
  94. package/dist/routes/settings.js +1 -1
  95. package/dist/routes/skill-management.js +1 -1
  96. package/dist/routes/skills.js +1 -1
  97. package/dist/routes/tasks.js +1 -1
  98. package/dist/routes/templates.js +1 -1
  99. package/dist/routes/test-task.js +1 -1
  100. package/dist/routes/test.js +1 -1
  101. package/dist/routes/users.js +1 -1
  102. package/dist/routes/visualizations.js +1 -1
  103. package/dist/scripts/create-user.js +1 -1
  104. package/dist/shipped-skills/skill-editor/SKILL.md +124 -231
  105. package/dist/start.js +1 -1
  106. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  107. package/dist/web-ui/public/activity-feed.js +1 -1
  108. package/dist/web-ui/public/activity-formatters.js +1 -1
  109. package/dist/web-ui/public/agent-event-parser.js +1 -1
  110. package/dist/web-ui/public/app.js +1 -1
  111. package/dist/web-ui/public/approve-dialog.js +1 -1
  112. package/dist/web-ui/public/comments-widget.js +1 -1
  113. package/dist/web-ui/public/diff-utils.js +1 -1
  114. package/dist/web-ui/public/environments.css +81 -1
  115. package/dist/web-ui/public/environments.html +8 -3
  116. package/dist/web-ui/public/environments.js +1 -1
  117. package/dist/web-ui/public/feedback-widget.css +28 -0
  118. package/dist/web-ui/public/feedback-widget.js +1 -1
  119. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  120. package/dist/web-ui/public/git-history.html +1 -1
  121. package/dist/web-ui/public/git-history.js +1 -1
  122. package/dist/web-ui/public/git-status.js +1 -1
  123. package/dist/web-ui/public/index.js +1 -1
  124. package/dist/web-ui/public/login.js +1 -1
  125. package/dist/web-ui/public/markdown-editor.js +1 -1
  126. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  127. package/dist/web-ui/public/modal-maximize.js +1 -1
  128. package/dist/web-ui/public/notifications.js +1 -1
  129. package/dist/web-ui/public/server-health.js +1 -1
  130. package/dist/web-ui/public/settings.css +1 -0
  131. package/dist/web-ui/public/settings.html +5 -5
  132. package/dist/web-ui/public/settings.js +1 -1
  133. package/dist/web-ui/public/setup-password.js +1 -1
  134. package/dist/web-ui/public/skills.css +110 -3
  135. package/dist/web-ui/public/skills.html +7 -4
  136. package/dist/web-ui/public/skills.js +1 -1
  137. package/dist/web-ui/public/sse-client.js +1 -1
  138. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  139. package/dist/web-ui/public/styles.css +137 -1
  140. package/dist/web-ui/public/task.html +22 -1
  141. package/dist/web-ui/public/task.js +1 -1
  142. package/dist/web-ui/public/terminal.js +1 -1
  143. package/dist/web-ui/public/theme.js +1 -1
  144. package/dist/web-ui/public/users.js +1 -1
  145. package/dist/web-ui/public/variant-grouping.js +1 -1
  146. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0x38a5c6,_0x38fbb1){const _0x2d0097={_0x4159ac:0x355,_0x2484f5:0x2bd,_0x2ac6b0:0xbd,_0x5bbf05:0x3b,_0x382d72:0x41a,_0x4aab5f:0x66,_0x9b5ea8:0xd,_0x45fa5d:0xc0,_0x2da58c:0x2f,_0x2cd2a3:0x2a,_0x52b388:0xf7,_0x42916f:0xa2,_0x22060c:0x2f7,_0x17339c:0x17,_0x5d81eb:0x9b,_0x314242:0x6,_0x4365d4:0x350,_0x14e2ae:0xfe,_0x577ae0:0x10c};function _0x243a2e(_0x431e38,_0x2b8d68,_0x2a34c0,_0x2c1ead){return _0x4713(_0x2c1ead- -0x25f,_0x2b8d68);}function _0x4ad001(_0xa92e01,_0x23d44f,_0x11c689,_0x38672f){return _0x4713(_0xa92e01-0x113,_0x11c689);}const _0x33e52a=_0x38a5c6();while(!![]){try{const _0x258b91=-parseInt(_0x4ad001(0x306,0x308,_0x2d0097._0x4159ac,_0x2d0097._0x2484f5))/(-0x1431+-0x13*-0x35+-0x1043*-0x1)*(-parseInt(_0x243a2e(_0x2d0097._0x2ac6b0,0x49,_0x2d0097._0x5bbf05,0x54))/(0x1e*0x113+0x3d7*0x1+-0x240f))+parseInt(_0x4ad001(0x3d9,_0x2d0097._0x382d72,0x348,0x43c))/(0x3*0x3f3+0x623*-0x6+-0x1ec*-0xd)+parseInt(_0x243a2e(_0x2d0097._0x4aab5f,0x51,0x8a,-0xb))/(0x12f9+0xe60+-0x173*0x17)*(-parseInt(_0x243a2e(_0x2d0097._0x9b5ea8,_0x2d0097._0x45fa5d,-_0x2d0097._0x2da58c,0x73))/(0x498+-0xc20+0x78d*0x1))+parseInt(_0x243a2e(_0x2d0097._0x2cd2a3,-0x18,_0x2d0097._0x52b388,_0x2d0097._0x42916f))/(-0x691+-0x233*0x1+0x8ca)*(parseInt(_0x4ad001(_0x2d0097._0x22060c,0x274,0x2e6,0x2c5))/(0x1de+-0x10a1+0x1*0xeca))+parseInt(_0x243a2e(0x3e,-_0x2d0097._0x17339c,-_0x2d0097._0x5d81eb,_0x2d0097._0x314242))/(0x102+-0x1*-0xa70+-0x1*0xb6a)*(-parseInt(_0x4ad001(0x357,0x2e8,0x29b,_0x2d0097._0x4365d4))/(0x76*-0x2+-0x8*-0x230+0x108b*-0x1))+-parseInt(_0x4ad001(0x35f,0x303,0x31a,0x3f3))/(-0x984+-0x1ae*0x17+0x3030)*(-parseInt(_0x243a2e(-_0x2d0097._0x14e2ae,-0xad,-_0x2d0097._0x577ae0,-0x77))/(0x6*0x413+-0x553*0x7+0xcde))+-parseInt(_0x243a2e(-0x68,-0xe8,-0x103,-0x63))/(-0x148e+-0x4*-0x150+-0x1e*-0x83);if(_0x258b91===_0x38fbb1)break;else _0x33e52a['push'](_0x33e52a['shift']());}catch(_0x4e0f6e){_0x33e52a['push'](_0x33e52a['shift']());}}}(_0x5eab,0x1b673+-0xf31*0x5+0xb207));import _0x1e93fe from'crypto';import _0x55c7cb from'fs';import _0x143828 from'path';import _0x2452a2 from'os';import{DATA_DIR}from'./data-dir.js';import{logger}from'./logger.js';const ACCOUNTS_FILE=_0x143828[_0x35408d(0x23c,0x1d8,0x1fe,0x1e4)](DATA_DIR,_0x49e430(0x433,0x4e2,0x466,0x482)+_0x49e430(0x52d,0x444,0x53f,0x4f7)+'on'),SUPPORTED_PROVIDERS=[_0x49e430(0x592,0x59a,0x5b5,0x541),'codex',_0x35408d(0x226,0x229,0x181,0x272)],ACCOUNT_TYPE_OAUTH=_0x49e430(0x40c,0x3c4,0x4bf,0x434);function _0x35408d(_0x556c46,_0x1f5d51,_0x1fced,_0x27afff){return _0x4713(_0x1f5d51-0x5,_0x1fced);}const ACCOUNT_TYPE_API_KEY=_0x35408d(0x21f,0x2bc,0x360,0x2b4),_0x5f182b={};_0x5f182b[_0x35408d(0x2ed,0x2dc,0x377,0x2f5)]=_0x35408d(0x2b4,0x244,0x242,0x18a)+_0x35408d(0x2a0,0x2c8,0x272,0x29c)+_0x49e430(0x4b4,0x4da,0x53a,0x53b),_0x5f182b['codex']='.codex/aut'+_0x49e430(0x57d,0x5d6,0x56c,0x533),_0x5f182b[_0x49e430(0x417,0x495,0x4f1,0x48e)]=_0x35408d(0x216,0x23b,0x276,0x296)+_0x35408d(0x2fc,0x278,0x2fa,0x1cb)+_0x49e430(0x448,0x41c,0x4b4,0x48f);const CLI_CREDENTIAL_FILES=_0x5f182b,_0x481da0={};_0x481da0[_0x49e430(0x5ca,0x547,0x485,0x537)]=_0x49e430(0x63a,0x591,0x547,0x580)+'_api_key\x20u'+_0x35408d(0x32c,0x2b6,0x30f,0x22a)+_0x49e430(0x526,0x419,0x48a,0x476)+_0x35408d(0x35c,0x2f6,0x331,0x23a)+_0x49e430(0x442,0x480,0x4f1,0x4ed)+_0x49e430(0x4f7,0x44a,0x407,0x44f)+'de';const _0x4f3c2c={};_0x4f3c2c[_0x49e430(0x540,0x4c8,0x558,0x537)]=_0x49e430(0x40d,0x3cc,0x4f2,0x456)+_0x49e430(0x415,0x3e7,0x4c4,0x428)+_0x35408d(0x390,0x2dd,0x373,0x32f)+_0x35408d(0x2ea,0x2c6,0x2d9,0x303);const _0x1a39cb={};_0x1a39cb[_0x49e430(0x4ad,0x51a,0x517,0x537)]=_0x35408d(0x2e1,0x230,0x260,0x2eb)+'w.googleap'+_0x35408d(0x148,0x1d6,0x138,0x25d)+_0x35408d(0x339,0x2a9,0x216,0x24f)+_0x49e430(0x45a,0x436,0x4ca,0x49d)+'ps://www.g'+'oogleapis.'+'com/auth/u'+_0x35408d(0x1f5,0x1ca,0x19e,0x225)+_0x49e430(0x4f8,0x3ff,0x506,0x47c)+_0x35408d(0x264,0x1c8,0x1f9,0x1cb)+_0x49e430(0x4a7,0x51a,0x4d5,0x45e)+'/auth/user'+_0x35408d(0x2d4,0x313,0x3be,0x308)+'le';function _0x4713(_0x3e16c5,_0xaf90c8){_0x3e16c5=_0x3e16c5-(0x12*-0x8b+-0x5*0x67d+0x2bf3);const _0x238046=_0x5eab();let _0x1bd705=_0x238046[_0x3e16c5];if(_0x4713['pxAhNk']===undefined){var _0x10a67f=function(_0x389e80){const _0xc80240='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0xff2f2a='',_0x5d48a9='';for(let _0x5a3d41=-0x5*-0x51b+-0x2480+0x1*0xaf9,_0x230616,_0x11e71b,_0x13dfe8=-0x48+-0x2211+0x2259;_0x11e71b=_0x389e80['charAt'](_0x13dfe8++);~_0x11e71b&&(_0x230616=_0x5a3d41%(0xb6c+-0x1dc0*-0x1+0x6*-0x6dc)?_0x230616*(-0x7f7*0x1+-0xa5c+-0x1*-0x1293)+_0x11e71b:_0x11e71b,_0x5a3d41++%(-0x448*0x6+0xf84*0x2+-0x554))?_0xff2f2a+=String['fromCharCode'](0x49*-0x79+0x1e06+0x2bd*0x2&_0x230616>>(-(-0x2*0xf7+-0x1*-0x7e1+-0x5f1)*_0x5a3d41&0x4a4*0x7+0x25e1+-0x4657)):-0x59d+0x1*-0x9db+0xf78){_0x11e71b=_0xc80240['indexOf'](_0x11e71b);}for(let _0x1b7f74=0x971*-0x1+-0x5*-0x20+0x8d1,_0xd83bbd=_0xff2f2a['length'];_0x1b7f74<_0xd83bbd;_0x1b7f74++){_0x5d48a9+='%'+('00'+_0xff2f2a['charCodeAt'](_0x1b7f74)['toString'](-0x1588+-0xfa7+0x253f))['slice'](-(0x1731+-0x2*0x9f2+0x34b*-0x1));}return decodeURIComponent(_0x5d48a9);};_0x4713['kSsCrq']=_0x10a67f,_0x4713['tTmcln']={},_0x4713['pxAhNk']=!![];}const _0x7d5dd9=_0x238046[0xd1d+-0xd95*0x1+-0x4*-0x1e],_0x122a57=_0x3e16c5+_0x7d5dd9,_0x457810=_0x4713['tTmcln'][_0x122a57];return!_0x457810?(_0x1bd705=_0x4713['kSsCrq'](_0x1bd705),_0x4713['tTmcln'][_0x122a57]=_0x1bd705):_0x1bd705=_0x457810,_0x1bd705;}const _0x48a35b={};_0x48a35b[_0x49e430(0x534,0x4e2,0x5e6,0x541)]=_0x481da0,_0x48a35b[_0x35408d(0x1ad,0x1da,0x1f3,0x12c)]=_0x4f3c2c,_0x48a35b['gemini']=_0x1a39cb;const PROVIDER_CONFIG=_0x48a35b;function trimToNull(_0x2797ef){const _0x20c348={_0x2a0cd4:0x1,_0x58d503:0x4e,_0x176844:0x44,_0x9896c:0x128,_0x3130be:0xd9,_0x229e73:0x53,_0x4a4098:0xdb,_0x43847e:0xa9,_0x54a5cf:0x1aa,_0x1fa131:0x1aa,_0x1f8414:0xde,_0x59f896:0x139,_0x300cb7:0xca,_0x3abd71:0x63},_0x1fa855={_0x321ea2:0x19e},_0x2d6020={};_0x2d6020[_0x453173(-_0x20c348._0x2a0cd4,_0x20c348._0x58d503,-_0x20c348._0x176844,-0x36)]=function(_0x1b9a78,_0x490d74){return _0x1b9a78!==_0x490d74;},_0x2d6020[_0x453173(_0x20c348._0x9896c,_0x20c348._0x3130be,0x171,0xa5)]=_0x453173(_0x20c348._0x229e73,_0x20c348._0x4a4098,_0x20c348._0x43847e,0xe6),_0x2d6020[_0x5b51a1(_0x20c348._0x54a5cf,0x241,0x251,_0x20c348._0x1fa131)]=function(_0x4ae168,_0x2e3f18){return _0x4ae168||_0x2e3f18;};const _0x1a820c=_0x2d6020;if(_0x1a820c['gjiNK'](typeof _0x2797ef,_0x1a820c['TnHFA']))return null;function _0x453173(_0x190962,_0x1b538c,_0x3f4de8,_0x575fa5){return _0x35408d(_0x190962-0x10c,_0x1b538c- -0x221,_0x190962,_0x575fa5-0x144);}function _0x5b51a1(_0x5c0c31,_0x253626,_0x492a0d,_0x3e9c02){return _0x49e430(_0x253626,_0x253626-_0x1fa855._0x321ea2,_0x492a0d-0x1dc,_0x492a0d- -0x2ff);}const _0x130cd2=_0x2797ef[_0x453173(0x39,0x6b,0x97,_0x20c348._0x1f8414)]();return _0x1a820c[_0x453173(_0x20c348._0x59f896,_0x20c348._0x300cb7,_0x20c348._0x3abd71,0x19)](_0x130cd2,null);}function normalizeBaseUrl(_0x1086f0){const _0x5bed6c={_0x5df64b:0x4ff,_0x281188:0x59b,_0x1a7f2b:0x644,_0xef6380:0x534,_0x577e8b:0x55d,_0x46e377:0x584,_0x3efe2a:0x4ef,_0x5325af:0x54b,_0x5c78b0:0x582,_0x2a3f28:0x5f8,_0x2c295f:0x54b,_0x4ad2e8:0x55c,_0x2ea569:0x577,_0x5be740:0x51d,_0x2a0e97:0x5e4,_0x1a3856:0x533,_0xd12ebf:0x4a0,_0x2d7cb1:0x4df,_0x374f1c:0x4f2,_0x3c28d3:0x516,_0x428337:0x52f,_0x5a2956:0x568,_0x24fd13:0x5b2,_0x2b2e6d:0x55e,_0x2a7969:0x469,_0xb2ca05:0x4bf,_0x475f3c:0x4d1,_0x5eb8da:0x540,_0xb72d2f:0x5b1,_0xea9445:0x4a8,_0x415735:0x5ad,_0x25ca74:0x539,_0x59693e:0x550,_0x3ae279:0x54f,_0x53905a:0x45e,_0x3cc47e:0x4f1,_0x4f5a79:0x483,_0x178ed0:0x62c,_0x2da6c5:0x52a,_0x52accd:0x4f4,_0xc8e11a:0x414,_0xc143be:0x4f6,_0x596517:0x482,_0x33fcdf:0x530,_0x265b72:0x4e3,_0x11404d:0x3c8,_0x56e3da:0x482,_0x516a22:0x487},_0x3142a0={_0x506eaf:0x10e},_0xc60e0e={_0x108c7b:0x5f},_0x1368c6={};function _0x3eb38b(_0x3776ec,_0x496e76,_0x9a990,_0x2c34fa){return _0x49e430(_0x496e76,_0x496e76-_0xc60e0e._0x108c7b,_0x9a990-0x15,_0x9a990-0x5c);}_0x1368c6[_0x3eb38b(0x642,_0x5bed6c._0x5df64b,_0x5bed6c._0x281188,_0x5bed6c._0x1a7f2b)]=_0x43b66f(0x51b,_0x5bed6c._0xef6380,0x57a,0x4da)+_0x3eb38b(_0x5bed6c._0x577e8b,_0x5bed6c._0x46e377,_0x5bed6c._0x3efe2a,0x43e)+_0x3eb38b(_0x5bed6c._0x5325af,0x55e,_0x5bed6c._0x5c78b0,_0x5bed6c._0x2a3f28),_0x1368c6[_0x3eb38b(0x4b1,_0x5bed6c._0x2c295f,_0x5bed6c._0x4ad2e8,_0x5bed6c._0x2ea569)]=function(_0x292a3b,_0x47ace2){return _0x292a3b===_0x47ace2;},_0x1368c6[_0x43b66f(0x4fa,_0x5bed6c._0x5be740,_0x5bed6c._0x2a0e97,0x535)]=_0x3eb38b(0x417,_0x5bed6c._0x1a3856,_0x5bed6c._0xd12ebf,_0x5bed6c._0x2d7cb1),_0x1368c6[_0x3eb38b(_0x5bed6c._0x374f1c,_0x5bed6c._0x3c28d3,0x550,_0x5bed6c._0x428337)]=_0x43b66f(_0x5bed6c._0x5a2956,_0x5bed6c._0x24fd13,_0x5bed6c._0x2b2e6d,0x541),_0x1368c6[_0x43b66f(_0x5bed6c._0x2a7969,0x548,0x40b,_0x5bed6c._0xb2ca05)]=function(_0x3727d1,_0x2a8a91){return _0x3727d1!==_0x2a8a91;};const _0x11dd27=_0x1368c6;function _0x43b66f(_0x53d368,_0x3e0cbf,_0x2716f7,_0x27f75e){return _0x35408d(_0x53d368-0xc6,_0x27f75e-0x2a5,_0x3e0cbf,_0x27f75e-_0x3142a0._0x506eaf);}const _0x270c09=trimToNull(_0x1086f0);if(!_0x270c09){if(_0x11dd27[_0x43b66f(_0x5bed6c._0x475f3c,0x4e6,0x500,_0x5bed6c._0x5eb8da)](_0x11dd27[_0x43b66f(_0x5bed6c._0xb72d2f,0x5c1,_0x5bed6c._0xea9445,0x535)],_0x11dd27[_0x3eb38b(_0x5bed6c._0x415735,_0x5bed6c._0x25ca74,_0x5bed6c._0x59693e,_0x5bed6c._0x3ae279)])){if(_0x19dec5['existsSync'](_0x7ab2a3)){_0x2bc7c5[_0x43b66f(_0x5bed6c._0x53905a,0x46b,_0x5bed6c._0x3cc47e,_0x5bed6c._0x4f5a79)](_0x6502b0);const _0x1f18da={};_0x1f18da['provider']=_0x4f748c,_0x1f18da['path']=_0x2de945,_0xe8dfd8[_0x43b66f(_0x5bed6c._0x178ed0,_0x5bed6c._0x2da6c5,0x644,0x5a6)](_0x11dd27[_0x3eb38b(0x53c,_0x5bed6c._0x52accd,_0x5bed6c._0x281188,0x5bb)],_0x1f18da);}}else return null;}try{const _0x88b063=new URL(_0x270c09);if(_0x88b063[_0x43b66f(_0x5bed6c._0xc8e11a,_0x5bed6c._0xc143be,0x4bb,_0x5bed6c._0x596517)]!==_0x3eb38b(_0x5bed6c._0x33fcdf,0x456,_0x5bed6c._0x265b72,0x59a)&&_0x11dd27[_0x3eb38b(0x4dd,0x51f,0x4db,0x475)](_0x88b063[_0x43b66f(_0x5bed6c._0x11404d,0x3fb,0x53e,_0x5bed6c._0x56e3da)],'https:'))return null;return _0x88b063['toString']()[_0x3eb38b(_0x5bed6c._0x516a22,0x46d,0x508,0x509)](/\/+$/,'');}catch{return null;}}function endpointSupportsApiVersion(_0x5938a8){const _0x233fd2={_0xa08756:0x14e,_0x54a173:0x20e,_0x21ddc9:0x1b5,_0x15db31:0x29f,_0x412c7f:0x19d,_0x3f9a4c:0x1b5,_0x2181ce:0x113,_0x50902b:0x155,_0x513f05:0x211,_0x1dc1c0:0x318},_0x54990b={_0x2c3021:0x144,_0x3b2c1e:0x35},_0x672361={_0x13a7ef:0xcf},_0x510d5b={};_0x510d5b[_0x8d1f6f(0x36c,0x3ec,0x303,0x337)]=_0x50fb34(0xc3,0x1b3,_0x233fd2._0xa08756,0x1cc),_0x510d5b['eLOkX']=function(_0x3a30ae,_0x5e1ee0){return _0x3a30ae===_0x5e1ee0;};function _0x50fb34(_0x39a65f,_0x2f2684,_0x21d89b,_0x3b13d1){return _0x35408d(_0x39a65f-0x1b0,_0x21d89b- -0x8c,_0x2f2684,_0x3b13d1-_0x672361._0x13a7ef);}_0x510d5b[_0x50fb34(_0x233fd2._0x54a173,_0x233fd2._0x21ddc9,0x1ef,_0x233fd2._0x15db31)]=_0x50fb34(0x18e,0x241,_0x233fd2._0x412c7f,0x14e);function _0x8d1f6f(_0x272eb3,_0x2970c7,_0x356c75,_0x440c9d){return _0x35408d(_0x272eb3-_0x54990b._0x2c3021,_0x440c9d-0xb5,_0x2970c7,_0x440c9d-_0x54990b._0x3b2c1e);}const _0x309774=_0x510d5b;return _0x5938a8===_0x309774[_0x8d1f6f(0x36e,0x3b1,0x3cc,0x337)]||_0x309774[_0x50fb34(_0x233fd2._0x3f9a4c,_0x233fd2._0x2181ce,_0x233fd2._0x50902b,_0x233fd2._0x513f05)](_0x5938a8,_0x309774[_0x8d1f6f(0x31e,0x273,_0x233fd2._0x1dc1c0,0x330)]);}function getDefaultEndpointConfig(_0x3baeeb){const _0x574d34={_0x17c182:0xd4,_0xa95942:0x224,_0x1b7626:0x2dd,_0x3979a0:0x1bc,_0x163abf:0x1c4,_0x3a607d:0xb5},_0x264cbe={_0x4eabb8:0x10d,_0x326707:0x5f4},_0x3f0915={_0x2b2145:0x1dd,_0xae20b2:0xee,_0x4b10d7:0x89},_0x5a1384={'nDlOf':_0x45a28c(-_0x574d34._0x17c182,-0x5e,-0xcf,-0x125),'vpCGn':function(_0x5ab653,_0x42d268){return _0x5ab653(_0x42d268);}};function _0x5953aa(_0x372537,_0x4568e3,_0x47c080,_0x237914){return _0x35408d(_0x372537-_0x3f0915._0x2b2145,_0x237914-_0x3f0915._0xae20b2,_0x372537,_0x237914-_0x3f0915._0x4b10d7);}const _0x5b6d67={};function _0x45a28c(_0x30f2c9,_0x44d164,_0x29d784,_0x1bdee2){return _0x49e430(_0x1bdee2,_0x44d164-0x1bf,_0x29d784-_0x264cbe._0x4eabb8,_0x30f2c9- -_0x264cbe._0x326707);}return _0x5b6d67[_0x5953aa(_0x574d34._0xa95942,0x251,0x274,_0x574d34._0x1b7626)+'n']=null,{'mode':_0x5a1384[_0x45a28c(-0x1c6,-0x242,-_0x574d34._0x3979a0,-0x14b)],'base_url':null,..._0x5a1384[_0x45a28c(-0x168,-_0x574d34._0x163abf,-_0x574d34._0x3a607d,-0x10c)](endpointSupportsApiVersion,_0x3baeeb)?_0x5b6d67:{}};}function normalizeApiKeyEndpoint(_0x134b8d,_0x2aee70){const _0x10fb61={_0x53d89f:0x57d,_0x15988b:0x403,_0x156b93:0x4bd,_0x56ecd1:0x405,_0x24049d:0x524,_0x4650a5:0x50d,_0x5b98c2:0x229,_0x18b3a3:0x235,_0x130b6f:0x18b,_0x11f0d8:0x485,_0x3d2ed7:0x41c,_0x301160:0x4c8,_0x34b570:0x2ef,_0x1afcf0:0x26a,_0x2b03eb:0x53c,_0x587a8f:0x5ea,_0x1877ce:0x5be,_0x347801:0x414,_0x298d2f:0x4d8,_0xae1ab2:0x4f2,_0x3adcdd:0x4b4,_0x575ea9:0x47f,_0x3a9014:0x429,_0x1a22d0:0x39b,_0x2e8101:0x4d3,_0x54ab4b:0x406,_0x1a5683:0x220,_0x2a7390:0x115,_0x29e7f2:0x1c9,_0x5d6ab5:0x23d,_0x6c428f:0x13c,_0xee4f06:0x1ac},_0x255393={_0x51b9b9:0x39},_0x555405={_0x23b35f:0x75,_0xa16e31:0xa},_0x477fad={'ExSFB':function(_0x3a05fc,_0x304c18){return _0x3a05fc(_0x304c18);},'tRhfZ':function(_0x53d524,_0x954bce){return _0x53d524(_0x954bce);},'RwsTA':function(_0x53b210,_0x3abb51){return _0x53b210===_0x3abb51;},'ewtfH':function(_0x483430,_0x3ffec4){return _0x483430(_0x3ffec4);},'QoPZg':'custom','wWBRj':_0x4d3f9e(0x516,0x551,_0x10fb61._0x53d89f,0x595),'UTjhg':function(_0x5d555e,_0x1f9d0a){return _0x5d555e!==_0x1f9d0a;},'oMwFY':function(_0x206b34,_0x4023c6){return _0x206b34(_0x4023c6);},'yEWCk':'ACsDB','iUdEW':function(_0xf0c428,_0x4047f1){return _0xf0c428(_0x4047f1);}},_0x5ed9c4=_0x477fad[_0x4d3f9e(0x4aa,_0x10fb61._0x15988b,0x4fd,0x4e7)](getDefaultEndpointConfig,_0x134b8d),_0xfc4c11=_0x477fad['RwsTA'](_0x477fad[_0x4d3f9e(0x494,0x460,_0x10fb61._0x156b93,_0x10fb61._0x56ecd1)](trimToNull,_0x2aee70?.[_0x4d3f9e(_0x10fb61._0x24049d,_0x10fb61._0x4650a5,0x4dd,0x4c4)]),_0x477fad[_0x576043(_0x10fb61._0x5b98c2,_0x10fb61._0x18b3a3,0x101,_0x10fb61._0x130b6f)])?_0x4d3f9e(0x459,_0x10fb61._0x11f0d8,_0x10fb61._0x3d2ed7,0x454):_0x477fad[_0x4d3f9e(0x46f,_0x10fb61._0x301160,0x51a,0x3f1)];if(_0x477fad['UTjhg'](_0xfc4c11,'custom'))return _0x5ed9c4;const _0x3da7ab=_0x477fad[_0x576043(_0x10fb61._0x34b570,0x1f1,0x21e,_0x10fb61._0x1afcf0)](normalizeBaseUrl,_0x2aee70?.[_0x4d3f9e(_0x10fb61._0x2b03eb,_0x10fb61._0x587a8f,0x54c,_0x10fb61._0x1877ce)]);function _0x4d3f9e(_0x2bbba0,_0x473001,_0x38cb19,_0x3affc6){return _0x49e430(_0x473001,_0x473001-0xef,_0x38cb19-_0x555405._0x23b35f,_0x2bbba0- -_0x555405._0xa16e31);}function _0x576043(_0x1fc572,_0xdfea18,_0x22859f,_0x38233b){return _0x35408d(_0x1fc572-_0x255393._0x51b9b9,_0x38233b- -0x43,_0x1fc572,_0x38233b-0x10b);}if(!_0x3da7ab){if(_0x477fad[_0x4d3f9e(0x460,_0x10fb61._0x347801,0x3bf,_0x10fb61._0x298d2f)](_0x4d3f9e(_0x10fb61._0xae1ab2,_0x10fb61._0x3adcdd,0x52a,0x52e),_0x477fad['yEWCk']))return _0x5ed9c4;else _0x477fad[_0x4d3f9e(0x450,0x4df,_0x10fb61._0x575ea9,0x422)](_0x44acbf,_0x3917db);}return{'mode':_0x477fad[_0x4d3f9e(_0x10fb61._0x3a9014,0x45d,_0x10fb61._0x1a22d0,_0x10fb61._0x2e8101)],'base_url':_0x3da7ab,..._0x477fad[_0x4d3f9e(0x4aa,0x4e5,_0x10fb61._0x54ab4b,0x558)](endpointSupportsApiVersion,_0x134b8d)?{'api_version':_0x477fad[_0x576043(_0x10fb61._0x1a5683,0x24c,_0x10fb61._0x2a7390,_0x10fb61._0x29e7f2)](trimToNull,_0x2aee70?.[_0x576043(_0x10fb61._0x5d6ab5,0x10f,_0x10fb61._0x6c428f,_0x10fb61._0xee4f06)+'n'])}:{}};}function normalizeAccount(_0x51a678,_0x75d22a){const _0x335063={_0x1a8167:0x459,_0x20635f:0x3f1,_0x11d72b:0xc6,_0x33edb9:0x1f5,_0x5cd390:0x143,_0x52ab89:0x166,_0x83891:0x14b,_0x1884c7:0x3c4,_0x227eb7:0x73,_0x294690:0x409,_0x1cd9fe:0x399,_0x1bb499:0x151,_0xb259a:0x191,_0x192dc6:0x40b,_0x2a3562:0x4a9,_0x175c61:0x4a2,_0x22a910:0x1fd,_0xb937f8:0x278,_0x12d0f2:0x251,_0x2c8758:0x3f2,_0x347868:0x46f,_0x2f9c7f:0x19b,_0x5e7c81:0x233,_0x47e385:0x273,_0x41bfac:0x288,_0x158f66:0x2a2,_0x22ab6f:0x213,_0x1ed5b1:0x21c,_0xab533d:0x182,_0x4345fe:0x22a,_0x3d031a:0x23b,_0x271134:0x537,_0x33f828:0x50f,_0x487b00:0x2ab,_0x32c787:0x239},_0x227ad6={_0x3555ae:0x1ca},_0xdfa5ef={_0x1ec608:0x1bf,_0x58839a:0x321},_0x2a920e={'dGyHP':function(_0x89c619,_0x4d26c2){return _0x89c619(_0x4d26c2);},'PXNEo':function(_0x463a89,_0x183c2a){return _0x463a89!==_0x183c2a;},'inZWm':function(_0x15fcfc,_0x1004a3){return _0x15fcfc===_0x1004a3;},'fiNXV':function(_0x1bcd44,_0x172dd3){return _0x1bcd44!==_0x172dd3;},'XuBAS':_0x209f7f(0x516,_0x335063._0x1a8167,_0x335063._0x20635f,0x503),'rJYWT':function(_0x1cafd3,_0xd211e7,_0x327260){return _0x1cafd3(_0xd211e7,_0x327260);}};function _0x140431(_0x4e29fe,_0x316824,_0x4f4f65,_0xceae2){return _0x49e430(_0x316824,_0x316824-0x1a3,_0x4f4f65-_0xdfa5ef._0x1ec608,_0x4e29fe- -_0xdfa5ef._0x58839a);}if(!_0x75d22a||_0x2a920e['PXNEo'](typeof _0x75d22a,'object'))return null;const _0x5bd5ec=_0x2a920e[_0x140431(0x151,0x128,0x116,_0x335063._0x11d72b)](_0x75d22a[_0x140431(_0x335063._0x33edb9,0x229,0x254,0x299)],ACCOUNT_TYPE_API_KEY)?ACCOUNT_TYPE_API_KEY:ACCOUNT_TYPE_OAUTH,_0x3fad84={..._0x75d22a,'type':_0x5bd5ec,'is_default':!!_0x75d22a[_0x140431(_0x335063._0x5cd390,_0x335063._0x52ab89,_0x335063._0x83891,0x1da)],'created_at':_0x75d22a[_0x209f7f(_0x335063._0x1884c7,0x43d,0x4f5,0x3a1)]||_0x75d22a[_0x140431(0x115,0x1d2,0x165,_0x335063._0x227eb7)]||new Date()[_0x209f7f(_0x335063._0x294690,0x423,_0x335063._0x1cd9fe,0x45e)+'g']()};function _0x209f7f(_0x5ab44b,_0x541952,_0x360a1b,_0x21b096){return _0x35408d(_0x5ab44b-0x9e,_0x541952-0x1c1,_0x21b096,_0x21b096-_0x227ad6._0x3555ae);}return _0x2a920e[_0x140431(_0x335063._0x1bb499,0x204,0x1ee,_0x335063._0xb259a)](_0x5bd5ec,ACCOUNT_TYPE_API_KEY)&&(_0x2a920e[_0x209f7f(_0x335063._0x192dc6,_0x335063._0x2a3562,_0x335063._0x175c61,0x440)](_0x2a920e['XuBAS'],_0x140431(_0x335063._0x22a910,_0x335063._0xb937f8,0x197,_0x335063._0x12d0f2))?(_0x3fad84[_0x209f7f(0x35c,_0x335063._0x2c8758,0x440,_0x335063._0x347868)]=null,_0x3fad84[_0x140431(0x200,0x1f2,_0x335063._0x2f9c7f,_0x335063._0x5e7c81)]=_0x2a920e[_0x140431(_0x335063._0x47e385,_0x335063._0x41bfac,_0x335063._0x158f66,_0x335063._0x22ab6f)](trimToNull,_0x75d22a[_0x209f7f(0x3c9,0x47d,0x4d5,0x43b)]||_0x75d22a[_0x140431(_0x335063._0x1ed5b1,0x268,0x255,_0x335063._0xab533d)]),_0x3fad84[_0x140431(_0x335063._0x4345fe,0x276,_0x335063._0x3d031a,0x1b8)]=_0x2a920e[_0x209f7f(_0x335063._0x271134,0x4b8,_0x335063._0x33f828,0x522)](normalizeApiKeyEndpoint,_0x51a678,_0x75d22a[_0x140431(0x22a,0x2e0,0x26c,0x180)])):_0x2a920e[_0x140431(0x273,_0x335063._0x487b00,0x1d6,_0x335063._0x32c787)](_0x3ab1f5,_0x5a7bc5)),_0x3fad84;}function normalizeAccountsData(_0x4f28fc){const _0x4fac4a={_0xec65d8:0xde,_0x2ade9f:0x36b,_0x2a5fba:0x340,_0x31c6f3:0x38a},_0x4142af={_0x2bfde1:0x29,_0x31ff5b:0x3e5,_0x209422:0x74},_0x53cdaf={_0x477a1f:0x174,_0x2fe33a:0x46};function _0x2317c5(_0x24506d,_0x2f779a,_0x1dfbb8,_0x303d7a){return _0x35408d(_0x24506d-0x16d,_0x303d7a-_0x53cdaf._0x477a1f,_0x2f779a,_0x303d7a-_0x53cdaf._0x2fe33a);}function _0x10df1f(_0x1c6789,_0x273d18,_0x1931f0,_0x7ce989){return _0x35408d(_0x1c6789-_0x4142af._0x2bfde1,_0x7ce989- -_0x4142af._0x31ff5b,_0x273d18,_0x7ce989-_0x4142af._0x209422);}const _0x32ced1={};for(const _0xa76ca6 of SUPPORTED_PROVIDERS){const _0x25fd51=Array[_0x10df1f(-0x73,-0x17f,-0x12e,-_0x4fac4a._0xec65d8)](_0x4f28fc?.[_0xa76ca6])?_0x4f28fc[_0xa76ca6]:[];_0x32ced1[_0xa76ca6]=_0x25fd51[_0x2317c5(0x380,0x2a8,_0x4fac4a._0x2ade9f,0x344)](_0x1ef876=>normalizeAccount(_0xa76ca6,_0x1ef876))[_0x2317c5(0x30a,_0x4fac4a._0x2a5fba,_0x4fac4a._0x31c6f3,0x338)](Boolean);}return _0x32ced1;}function toProviderStorageShape(_0x51d3db){const _0x2a23d7={_0x4f2925:0x5b9,_0x243cbe:0x5c8},_0x5c8f96={_0x32383f:0x15b},_0x4de35d={'TwKiJ':function(_0x104d79,_0x24d100){return _0x104d79(_0x24d100);}};function _0x510b77(_0x5a45b7,_0x50f638,_0x1bdae5,_0x166fb3){return _0x49e430(_0x50f638,_0x50f638-_0x5c8f96._0x32383f,_0x1bdae5-0x178,_0x166fb3-0x7a);}return _0x4de35d[_0x510b77(0x5b8,_0x2a23d7._0x4f2925,0x5c1,_0x2a23d7._0x243cbe)](normalizeAccountsData,_0x51d3db);}function getAccountCreatedTimestamp(_0x2eb5b1){const _0x1a64f8={_0x1b4c9a:0x16e,_0x8ef17b:0x1c1,_0x256543:0x1f6,_0xfc5bc8:0x1b6,_0x5dd8ef:0x1ef,_0x1188fa:0x220,_0x2a2bb8:0x224,_0x1e4132:0x208,_0x216c62:0xdc,_0x4e14e6:0x97,_0x588598:0x6e,_0x54acfe:0x3bc,_0x5be3e8:0x35b,_0x29f6c0:0xf8,_0x452ce8:0x164},_0x5ecf5b={_0x414714:0x172,_0x1b4114:0x143,_0xf96c39:0x275},_0x58be67={_0x75d6de:0x236,_0x4c3db9:0x152};function _0x5e08aa(_0x5ce0f0,_0x5afd3b,_0x3a0fbb,_0x4e052d){return _0x35408d(_0x5ce0f0-0xbe,_0x5ce0f0- -_0x58be67._0x75d6de,_0x4e052d,_0x4e052d-_0x58be67._0x4c3db9);}function _0x1aee1a(_0x1a4be0,_0x5d6393,_0x5bb1af,_0x17ff21){return _0x49e430(_0x5d6393,_0x5d6393-_0x5ecf5b._0x414714,_0x5bb1af-_0x5ecf5b._0x1b4114,_0x5bb1af- -_0x5ecf5b._0xf96c39);}const _0x995412=_0x2eb5b1?.[_0x1aee1a(0x165,_0x1a64f8._0x1b4c9a,_0x1a64f8._0x8ef17b,0x140)]||_0x2eb5b1?.[_0x1aee1a(_0x1a64f8._0x256543,0x2f6,0x26c,_0x1a64f8._0xfc5bc8)],_0x5a3bb0=_0x995412?new Date(_0x995412)[_0x1aee1a(_0x1a64f8._0x5dd8ef,_0x1a64f8._0x1188fa,_0x1a64f8._0x2a2bb8,_0x1a64f8._0x1e4132)]():NaN;return Number[_0x5e08aa(_0x1a64f8._0x216c62,_0x1a64f8._0x4e14e6,_0x1a64f8._0x588598,0xd3)](_0x5a3bb0)?_0x5a3bb0:Number[_0x1aee1a(0x28c,_0x1a64f8._0x54acfe,0x313,_0x1a64f8._0x5be3e8)+_0x5e08aa(0xae,_0x1a64f8._0x29f6c0,0x1c,_0x1a64f8._0x452ce8)];}function maskApiKey(_0x26a81a){const _0x542763={_0x2047e4:0x1bd,_0xd60316:0x207,_0x437915:0x1ff,_0x4e28d6:0x1b5,_0x436d09:0x21a,_0x5d5b07:0x268,_0x47289b:0x292,_0x5a4830:0x321,_0x4d7b5c:0x14a,_0x273954:0x1f4,_0x2e8bce:0x1da,_0x549154:0xf2,_0x17f583:0x1a0,_0x3aab8a:0x272,_0x741a50:0x2df,_0x5102a2:0x269,_0x8f9856:0x2be,_0x54201b:0x334,_0xd22115:0x19b,_0x59d4a2:0x202,_0x541d60:0x249,_0x5cdc93:0x2c3,_0x3a2465:0x1ab,_0x3fde2f:0x1ea,_0x334e7c:0x29b,_0x370b11:0x2ed,_0x3569c7:0x2ae,_0x139eac:0x1d5,_0x1af890:0x1b6,_0x4917c4:0x251},_0x5d1115={_0x5f4d54:0x22},_0x4bc126={_0x22795f:0xeb,_0x4444f2:0x48},_0x58686f={'pfQZb':function(_0x32626d){return _0x32626d();},'mlczU':function(_0x24a8f3,_0x4b4163){return _0x24a8f3!==_0x4b4163;},'onTAA':_0x4cc5c0(_0x542763._0x2047e4,0x1f3,0xf9,0x1aa),'WbhBL':_0x4cc5c0(0x17e,_0x542763._0xd60316,_0x542763._0x437915,_0x542763._0x4e28d6),'tfQqh':function(_0x29a29c,_0x30e0b9){return _0x29a29c<=_0x30e0b9;},'skIcu':function(_0x58e7f8,_0x18d358){return _0x58e7f8===_0x18d358;},'WiPxT':_0x4cc5c0(0x277,0x25f,_0x542763._0x436d09,_0x542763._0x5d5b07),'aWfRv':_0x5d3e23(0x2a5,_0x542763._0x47289b,_0x542763._0x5a4830,0x30b)};function _0x4cc5c0(_0xee4578,_0x3bfc9e,_0x4f2953,_0x528f03){return _0x35408d(_0xee4578-_0x4bc126._0x22795f,_0x528f03- -_0x4bc126._0x4444f2,_0x4f2953,_0x528f03-0x64);}function _0x5d3e23(_0x21370a,_0x254837,_0x11f17f,_0x187ace){return _0x35408d(_0x21370a-_0x5d1115._0x5f4d54,_0x254837-0xf,_0x21370a,_0x187ace-0x85);}if(!_0x26a81a){if(_0x58686f[_0x4cc5c0(_0x542763._0x4d7b5c,0x276,0x1f4,_0x542763._0x273954)](_0x58686f[_0x4cc5c0(0x241,0x14c,_0x542763._0x2e8bce,0x18f)],_0x58686f[_0x4cc5c0(_0x542763._0x549154,0xfb,0x1e2,_0x542763._0x17f583)]))return null;else{const _0x3163c5=_0x58686f[_0x5d3e23(0x28f,_0x542763._0x3aab8a,0x329,0x215)](_0x272659),_0x20fd94=_0x3163c5[_0x309d17]||[],_0x4c3fe7=_0xc807eb[_0x4cc5c0(0x1f9,0x1c2,_0x542763._0x741a50,_0x542763._0x5102a2)];if(!_0x4c3fe7)return _0x20fd94;return _0x20fd94['filter'](_0xddf597=>_0xddf597[_0x4cc5c0(0x220,0x251,0x2fb,0x269)]===_0x4c3fe7);}}if(_0x58686f[_0x5d3e23(0x274,_0x542763._0x8f9856,0x217,_0x542763._0x54201b)](_0x26a81a['length'],-0x3*0x61f+0x1*0x493+-0x1d*-0x7a))return _0x58686f[_0x4cc5c0(0x296,0x2bc,_0x542763._0xd22115,_0x542763._0x59d4a2)](_0x58686f['WiPxT'],_0x58686f[_0x5d3e23(0x277,_0x542763._0x541d60,_0x542763._0x5cdc93,0x2ea)])?_0x57559f:_0x26a81a[_0x4cc5c0(_0x542763._0x3a2465,0x22d,0x152,_0x542763._0x3fde2f)](-0x92*-0x2a+-0x1cbe+-0x4ca*-0x1,0x520+0x12*0xd0+-0x13be)+_0x5d3e23(_0x542763._0x334e7c,_0x542763._0x370b11,0x2df,_0x542763._0x3569c7);return _0x26a81a[_0x4cc5c0(_0x542763._0x139eac,_0x542763._0x1af890,_0x542763._0x4917c4,0x1ea)](0xa72+0x119f+-0xf*0x1df,-0xe60+-0x270c*-0x1+-0x18a8)+'••••'+_0x26a81a['slice'](-(-0x1c20+-0x167b+0x1*0x329f));}export function readProviderAccounts(){const _0x521858={_0x31f237:0x237,_0x3c6846:0x26c,_0x358dd2:0x462,_0x4db8b5:0x32d,_0x28a0b0:0x3e4,_0x4de3a1:0x496,_0x23127f:0x589,_0x2a0a30:0x50d,_0x163849:0x4a7,_0x421023:0x509,_0x29f81c:0x465,_0x2b21ae:0x2e4,_0x5c715e:0x321,_0xfdad8e:0x27f,_0x585b96:0x3fd,_0x18f430:0x511,_0xb99880:0x475,_0x39d870:0x4a4,_0x440efb:0x27d,_0x2db5af:0x24e,_0x1499bc:0x29c,_0x711180:0x3b8,_0x3e073f:0x48d,_0x14c60b:0x493,_0x8273e2:0x457,_0x4eeb8a:0x3ec,_0x3d3408:0x487,_0x17953a:0x3a9,_0xefa2e3:0x409,_0x893e7f:0x459,_0x3b0e31:0x279,_0x491ac2:0x2c1,_0x81958b:0x25b,_0x560947:0x4b2,_0x56bbff:0x4ec,_0x584121:0x270,_0x552fba:0x2f3,_0x33d533:0x269,_0x3e98cc:0x480,_0x211b7d:0x3a4,_0x1ccf2b:0x449,_0x1ef4a1:0x447,_0x1587c8:0x3c2,_0x396cab:0x3ac,_0x4f0f11:0x291,_0x39b777:0x241},_0x250ff5={_0x2e072c:0xab,_0x3f00cc:0xb5},_0x558e4f={_0x2bad76:0x1f2,_0x5bd766:0x139,_0x307b88:0x7d};function _0x3454f3(_0x47234c,_0x8b0c01,_0x20ed3b,_0x191839){return _0x49e430(_0x47234c,_0x8b0c01-_0x558e4f._0x2bad76,_0x20ed3b-_0x558e4f._0x5bd766,_0x20ed3b- -_0x558e4f._0x307b88);}const _0x437e0c={'wnxga':_0x6ee184(0x1d0,0x286,_0x521858._0x31f237,_0x521858._0x3c6846)+_0x3454f3(_0x521858._0x358dd2,_0x521858._0x4db8b5,_0x521858._0x28a0b0,_0x521858._0x4de3a1)+'o\x20sync','ujLJp':function(_0x39e5e5,_0x1b10a0){return _0x39e5e5(_0x1b10a0);},'JNwcM':_0x3454f3(_0x521858._0x23127f,0x4bf,_0x521858._0x2a0a30,0x540),'VaNVM':_0x3454f3(0x5bd,_0x521858._0x163849,_0x521858._0x421023,_0x521858._0x29f81c)+_0x6ee184(0x20d,_0x521858._0x2b21ae,_0x521858._0x5c715e,_0x521858._0xfdad8e)+_0x3454f3(_0x521858._0x585b96,_0x521858._0x18f430,_0x521858._0xb99880,_0x521858._0x39d870)+'s'};function _0x6ee184(_0x29550f,_0x422ec4,_0x302481,_0x4a7c8c){return _0x35408d(_0x29550f-_0x250ff5._0x2e072c,_0x4a7c8c-0x18,_0x422ec4,_0x4a7c8c-_0x250ff5._0x3f00cc);}try{if(_0x437e0c[_0x6ee184(0x26f,_0x521858._0x440efb,_0x521858._0x2db5af,_0x521858._0x1499bc)]!==_0x437e0c[_0x3454f3(0x4a6,_0x521858._0x711180,0x46c,0x515)]){const _0x55c0c={};_0x55c0c['provider']=_0x151d3d,_0x91d881[_0x6ee184(0x223,0x2a4,0x1bb,0x23d)](_0x437e0c[_0x3454f3(0x404,_0x521858._0x3e073f,_0x521858._0x14c60b,_0x521858._0x8273e2)],_0x55c0c),_0x437e0c['ujLJp'](_0x301861,_0x38fb00);return;}else{if(_0x55c7cb[_0x3454f3(0x33b,0x380,_0x521858._0x4eeb8a,_0x521858._0x3d3408)](ACCOUNTS_FILE)){const _0x1c97a1=JSON[_0x3454f3(0x429,_0x521858._0x17953a,_0x521858._0xefa2e3,_0x521858._0x893e7f)](_0x55c7cb[_0x6ee184(_0x521858._0x3b0e31,0x21e,_0x521858._0x491ac2,_0x521858._0x81958b)+'nc'](ACCOUNTS_FILE,_0x3454f3(_0x521858._0x560947,0x4ce,_0x521858._0x56bbff,0x546)));return _0x437e0c[_0x3454f3(0x3b5,0x33c,0x3bd,0x45e)](normalizeAccountsData,_0x1c97a1);}}}catch(_0x4b7e62){const _0x18019e={};_0x18019e[_0x6ee184(_0x521858._0x584121,0x298,0x2be,_0x521858._0x552fba)]=_0x4b7e62['message'],logger[_0x6ee184(0x2ea,0x2c0,_0x521858._0x33d533,_0x521858._0x552fba)](_0x437e0c[_0x3454f3(_0x521858._0x3e98cc,0x3a5,0x41e,_0x521858._0x211b7d)],_0x18019e);}const _0x3904c7={};return _0x3904c7['claude']=[],_0x3904c7[_0x3454f3(_0x521858._0x1ccf2b,_0x521858._0x1ef4a1,_0x521858._0x1587c8,_0x521858._0x396cab)]=[],_0x3904c7[_0x6ee184(0x243,0x282,_0x521858._0x4f0f11,_0x521858._0x39b777)]=[],_0x3904c7;}export function writeProviderAccounts(_0x5714b2){const _0x1d279d={_0x4e0f62:0x2e1,_0x14081d:0x393,_0x2ba357:0x2b3,_0x4af9c3:0x300,_0x46ac4e:0x370,_0x254a7b:0x336,_0x24c7d1:0x302,_0x3edc70:0x3dd,_0x2a2589:0x355,_0x21136d:0x3f1,_0x519625:0x3d8,_0x1ac1e1:0x475,_0x3fb9f9:0x344,_0x1b1fba:0x43a,_0x10f7ac:0x114,_0x16e83b:0x2c1,_0x3c339c:0x362,_0x5e0d7d:0x35c,_0x40d1f6:0x2a5,_0x290b06:0x371,_0x364838:0x2f8,_0x39126b:0x4c,_0x5eba7c:0x9b,_0x5b7b06:0xd,_0xd0d3ec:0x4b,_0x4930ae:0xca,_0x44a0e1:0xc4,_0x30ec8c:0x3e6,_0x29ca85:0x3b7,_0x37cea9:0x19,_0x47b62d:0x7c,_0x3047d4:0x36e,_0x486363:0x41d,_0x2136fc:0x3d5,_0x429b5c:0x41e,_0x2d0c:0x310,_0x3f5504:0x397,_0x525ab2:0x32e,_0x52a2ea:0x3c0,_0x2007f8:0x263,_0x377de5:0x342,_0x529737:0x301},_0x4c6168={_0x4b9576:0x13c,_0x2f0ca3:0x177},_0x3e406b={_0x2febed:0x1ef,_0x237ffd:0x2d6,_0x42bf6c:0x1c4};function _0x23de62(_0x5772d8,_0x2edb3a,_0x16af87,_0x480b19){return _0x35408d(_0x5772d8-_0x3e406b._0x2febed,_0x16af87- -_0x3e406b._0x237ffd,_0x480b19,_0x480b19-_0x3e406b._0x42bf6c);}const _0x507846={'nUHzC':function(_0x1b97ae,_0x5ad90f){return _0x1b97ae(_0x5ad90f);},'qcqxD':function(_0x3a6a60,_0x541c93){return _0x3a6a60!==_0x541c93;},'yMNIu':_0x188142(0x338,0x3ef,_0x1d279d._0x4e0f62,_0x1d279d._0x14081d),'Ytdwb':_0x188142(0x2a2,_0x1d279d._0x2ba357,0x359,0x2f8),'JWsVa':_0x188142(_0x1d279d._0x4af9c3,0x336,_0x1d279d._0x46ac4e,_0x1d279d._0x254a7b)+_0x188142(_0x1d279d._0x24c7d1,_0x1d279d._0x3edc70,0x2c6,_0x1d279d._0x2a2589)+_0x188142(0x391,_0x1d279d._0x21136d,_0x1d279d._0x519625,0x37b)+'s'};function _0x188142(_0x252ef7,_0x5704bb,_0x3e0dcd,_0x556e3b){return _0x49e430(_0x3e0dcd,_0x5704bb-_0x4c6168._0x4b9576,_0x3e0dcd-0x132,_0x556e3b- -_0x4c6168._0x2f0ca3);}try{if(_0x507846[_0x188142(_0x1d279d._0x1ac1e1,_0x1d279d._0x3fb9f9,_0x1d279d._0x1b1fba,0x3fa)]('MTTty',_0x507846[_0x23de62(-_0x1d279d._0x10f7ac,-0x69,-0x98,-0xdf)])){const _0x39d2bf=_0x143828[_0x188142(_0x1d279d._0x16e83b,_0x1d279d._0x3c339c,0x2af,_0x1d279d._0x5e0d7d)](ACCOUNTS_FILE);if(!_0x55c7cb['existsSync'](_0x39d2bf)){if(_0x188142(_0x1d279d._0x40d1f6,_0x1d279d._0x290b06,0x2af,_0x1d279d._0x364838)!==_0x507846['Ytdwb'])return;else{const _0x640714={};_0x640714[_0x23de62(0x10,0x20,-0x16,-_0x1d279d._0x39126b)]=!![],_0x640714[_0x23de62(_0x1d279d._0x5eba7c,-0xb7,-_0x1d279d._0x5b7b06,0x88)]=0x1c0,_0x55c7cb[_0x23de62(-_0x1d279d._0xd0d3ec,-_0x1d279d._0x4930ae,-0xc8,-_0x1d279d._0x44a0e1)](_0x39d2bf,_0x640714);}}const _0x3eeef3={};_0x3eeef3[_0x188142(_0x1d279d._0x30ec8c,0x38c,0x40b,_0x1d279d._0x29ca85)]=0x180,_0x55c7cb[_0x23de62(-0x79,-0x5e,-0x5,_0x1d279d._0x37cea9)+_0x23de62(_0x1d279d._0x47b62d,0xb5,0x61,-0x2b)](ACCOUNTS_FILE,JSON['stringify'](_0x507846[_0x188142(0x355,0x370,0x40c,_0x1d279d._0x3047d4)](toProviderStorageShape,_0x5714b2),null,-0x9e6+-0x15*-0x1c6+-0x1b56),_0x3eeef3);}else _0x507846[_0x188142(_0x1d279d._0x486363,_0x1d279d._0x2136fc,0x3c5,0x36e)](_0x2bba7d,_0x2c85ab);}catch(_0x26529d){const _0x224f89={};_0x224f89[_0x188142(0x30f,0x35e,_0x1d279d._0x429b5c,0x3c9)]=_0x26529d[_0x188142(_0x1d279d._0x2d0c,_0x1d279d._0x3f5504,0x292,_0x1d279d._0x525ab2)],logger[_0x188142(0x414,0x45a,_0x1d279d._0x52a2ea,0x3c9)](_0x507846[_0x188142(_0x1d279d._0x2007f8,_0x1d279d._0x377de5,0x38c,_0x1d279d._0x529737)],_0x224f89);throw _0x26529d;}}function _0x5eab(){const _0x213e61=['B1nTDhC','CgfYC2u','Ahr0CdO','C1DKsvu','y01ZsuO','zgvIDwC','CMvTB3zLienmsq','DNbdr24','tvHhA2C','z2vTAw5P','ANnVBG','Axn0Aw5NihbYBW','y2HHCKf0','twLNCMf0Aw5Nia','ssbJCMvKzw50Aq','ywX4tK8','Ahr0Chm6lY93DW','zw1HAwW','C2XPy2u','vwj6qK8','z2v0vgLTzq','uMvTB3zLzcbdta','vMfovK0','C3rYAw5NAwz5','yxrMB3jTigH0Da','zxD0zKG','yvDMuNy','lMDLBwLUAs9Vyq','BwXJELu','vxbKyxrLzcbWCG','Eu1osxu','sKL2AMK','BwvZC2fNzq','u2rZtK4','r3fot1m','CMvHzezPBgvtEq','lMnSyxvKzs8UyW','vMHqqMi','ihrVienmssbMAq','CMvWBgfJzq','rxjYB3iGD3jPDa','nZiXmdHczNHjuKO','C2Tjy3u','ihjLBw92Aw5Nia','rej2r0G','BgnzrKi','C3LUyYbKzwzHDq','DfjOzLO','zu9dwhu','mtyWCejxwuLj','DgnPy1m','AxnezwzHDwX0','tM8GzgvMyxvSDa','CNfRwwO','u0rIr2q','y2XHDwrLqwLpyq','u2TPChbPBMCGqW','mtzbrfjzww0','r29eCfy','DM5rC2q','qvb2CMq','rMrMALO','AwrLCIbHy2nVDq','CNvOtMG','u3LLzxu','zfDrz2e','Dg9ju09tDhjPBG','CgzrwMi','veXMt3K','wKTiqva','zKTwvvC','Aw5NihbYB3zPza','BNqGDg8Gq0Xjia','BxrPBwu','oeDYvfn6Cq','BMCGDg9Rzw5ZoW','DxbKyxrLzef0','ChvZAa','zgLYBMfTzq','z2PPtKS','D2fZrgvMyxvSDa','zMLUza','zMf1BhqGywnJBW','D1PQAeG','ihjLCxvPCMvK','tg5UvLe','wxL2sfq','wKf4B2C','DxrOx2nYzwrZlG','wundtwe','zxHPC3rPBMCGqW','u1ztA2m','y3jLyxrLzf9HDa','uevtzNq','zxHWAxjLC19HDa','BhrPlwfJy291BG','BLviEKm','AwrFDg9Rzw4','vMffCfm','DvP0Cxe','sK53y00','AvDxwxq','A2vmA2m','CvfUuhO','CJPZzxnZAw9UCW','ywXZ','Dg9Rzw5Z','CMXiqLu','DhjPBq','zxiGywnJB3vUDa','q0vvtLC','zuTQtfi','AfnmBxC','Cgf0Aa','y2nVDw50CY5QCW','BhqGywnJB3vUDa','u2jMugO','D3nMDKS','DefsAgy','qunZrei','tfzKse8','qxDPsfC','vwndEuy','ELjoBwu','zfL6sKW','B3zPzgvYiefqsq','yLDqyK4','u2v0igrLzMf1Ba','uMLTy1G','sMDnDhy','DuTjDxi','iefqssblzxKGka','twvcqMK','weDjrM0','yxvSDcbHy2nVDq','Bw9UDgG','DgvtDhjPBMC','Ac9JBg91zc1WBa','Dg9mB2nHBgveyq','D254z2e','v0XerK8','B013rLK','Dwn4EKy','DgzrCwG','t1PhtNu','DhLWzq','C0XiswG','zNPJvwy','DNvbB3q','vhD3Ewq','C2vYoNbYB2zPBa','vvn1t1q','nJjNsLblsM4','CvbhwxO','Cufkq3G','zgvMyxvSDa','yxbPx2TLEq','Ehjkzvm','yxbRCeK','CMPyCxC','CMvJDxjZAxzL','ywWGzMLSzq','z2fvvei','q1LUs3i','thPRELu','sNP6sva','y2nLC3m','q3HKtve','CMvKzw50AwfSCW','Bw9Kzq','vK1Vt2C','mtm5mtu1DuHMvwXM','Ahv4CKS','EKTewK4','Ac5QC29U','sgzOCw8','zM9YrwfJAa','D3jPDgvgAwXLuW','C2nVCgvZ','De9OzK8','y29TCgXLDgu','EMXrAvi','lMPZB24','mZa0nZm1AefHzfbl','yxbPs2v5','zxHWAxjLC0f0','yxrlrxq','zxjYB3i','y2XHDwrL','ig9MzMXPBMvFyq','4OcI4OcI4OcI4OcI','rMfPBgvKihrVia','BMv3rgvMyxvSDa','yMfZzv91CMW','EufIDuK','ANPpu1C','tKzjtKLuwq','DgTot3i','zw5KCg9PBNq','qxfdBNa','zMLowfy','vhDlAuO','qwrKzwqGChjVDG','D1bsDe0','A2vU','yLDgEhG','BcbMAwXL','y3jLyxrLzf9IEq','zvP3qwS','tgHTBeu','zKDguhm','wMrbB0W','tg9euNi','u0TTvMe','zxjLBMnLihvZzq','CKPzv1q','BNvhDeq','C2HVCNq','vg5irKe','zxKGywnJB3vUDa','C3rYAw5N','C2nVCgu','rfvuu1C','vK1kwgm','BvDPsNK','Aw5MBW','sMjpBM0','zw4Tvvm','DxrMoa','rfzWyvy','nZHWq2Ltt3u','AxnbCNjHEq','ignYzwrLBNrPyq','CMvTB3zHBa','u1ryve4','B3zPzgvYigfJyW','CwnXEeq','twLNCMf0zwqGqW','rgvMyxvSDcbpqq','zMLSzq','u2v0ig5LDYbKzq','A2LTzva','AxngAw5PDgu','Aw5MBY5WCM9MAq','DMLKzxiGywnJBW','C3bSAxq','t2XMt3K','zxLxrwO','BwLNCMf0zsbdta','rhPAr1O','DNfSDwS','B3jNoMnYzwf0zq','zvjIsvC','Dw50igfMDgvYia','u3LUy2vKigrLzG','wLnry3O','wwPItuS','rxjYB3iGCMvHza','D2fYBG','ue9tsvrjvKvFsq','A0j5yKC','CLLuz2O','ywnJzxnZx3rVAW','uMvTB3zLzcbWCG','zMLUzeLUzgv4','EuLnAgu','zw50CMLLCW','BgvUz3rO','ugPLDwS','ANrnDKW','B0f3rfa','zeD5sfa','sw1WB3j0zwq','q0XjignYzwrLBG','qvbjigTLEsbPCW','AwfSihn5BMmGzG','B3iGqvbjigTLEq','vhDluNu','igfJy291BNq','Ew5J','C2H6ufq','EevxCNq','EMfKq1a','DxrOigfJy291BG','Dg9Rzw5FDhLWzq','zMLSzsbLBwfPBa','zMLSDgvY','igTLEsbHy2nVDq','CMvMCMvZAfrVAW','B2DXEhq','lY93D3CUz29VzW','BKrSt2y','C2vYAw5MBY5LBq','whnnq3q','teKGy3jLzgvUDa','Affrwxa','uw9qwMC','B2f1DgG','BwfW','y3jLyxrLzef0','wgnXC3K','Bgvdzfy','DKjLD1K','DwPmsNa','AxmUy29Tl2f1Da','B25uque','AM9PBG','DxbKyxrLzf9HDa','y29KzxG','y3rusgG','DvPqu1i','ChjVDg9JB2W','Dw5SAw5Ru3LUyW','s2f4A0O','rKfzEvu','zuXpA1G','EvD5zNK','BNvTzxjPyW','EuzkC0m','CMfUzg9Tvvvjra','zfPdrw8','B3vUDcbSywjLBa','v2jOqKW','nJKZn2XcDePctG','oMnSyxvKzv9JBW','EK1lue8','CLfSEfC','mtmWmtyZu1nWteni','zgf5','yxbPx3zLCNnPBW','DcbWCM92AwrLCG','B3bLBMLKihbYBW','z2z0yMK','sMPqEeW','qMvHCMvY','rxHtrKi','AxH2ruK','y2zVyMy','ntG5oxfOAMX4Dq','BgvHCgLZlMnVBq','Dg9vChbLCKnHCW','wxDsA2i','igfJy291BNqGDa','zuXpuxK','y3vZDg9T','AxnFzgvMyxvSDa','ywnJzxnZvg9Rzq','ndK1nta0ww51EhP6','s3rPDfG','ywnJB3vUDeLK','zxHPC3rZu3LUyW','uNDZvee','A1zYtKS','B3vUDcbLBwfPBa','C29YDa','uM51uvm','sKXoqvK','CMvMCMvZAf90BW','AvvKrvC','Aw5Av20','BwTKAxjtEw5J','uLrRv0G','C3bSAwnL','zsb1C2vYoMLUzG','AhDRwKK','sLDZvMe','D1DcuMO','ChjVDMLKzxi','AwrLCIbbueKGAW','ywLSigH0DhbZoG','EMngCxa','vvbXCfi','wK9OvhC','BgfIzwW','Ag9TzwrPCG','ChjVDMLKzxiTyq','D3Lhtvu','DxrO'];_0x5eab=function(){return _0x213e61;};return _0x5eab();}export function getAccountsByProvider(_0x5910c4,_0x26f809={}){const _0x2e1b5f={_0x151799:0x23e,_0x242d87:0x22f,_0x27a7cf:0xf3,_0x223f0e:0x138,_0x20b753:0xea,_0x3cfdf8:0x17c},_0x4d9e56={_0x413606:0x48,_0x360f6e:0xa6},_0x5c53bd={_0x4620f9:0x139},_0x1edadc={'ZAxog':function(_0x5a5783){return _0x5a5783();}};function _0x7c7e83(_0x1e1fe4,_0x101829,_0x18334e,_0x3efaa5){return _0x35408d(_0x1e1fe4-_0x5c53bd._0x4620f9,_0x101829- -0xbf,_0x3efaa5,_0x3efaa5-0x106);}const _0x5b4948=_0x1edadc[_0x43b2c3(_0x2e1b5f._0x151799,0x1ec,0x20a,_0x2e1b5f._0x242d87)](readProviderAccounts),_0x1557f1=_0x5b4948[_0x5910c4]||[];function _0x43b2c3(_0x82426f,_0x432d3d,_0x39c43f,_0x4930a6){return _0x35408d(_0x82426f-0xac,_0x4930a6- -_0x4d9e56._0x413606,_0x39c43f,_0x4930a6-_0x4d9e56._0x360f6e);}const _0x30a4c9=_0x26f809['type'];if(!_0x30a4c9)return _0x1557f1;return _0x1557f1[_0x43b2c3(_0x2e1b5f._0x27a7cf,_0x2e1b5f._0x223f0e,_0x2e1b5f._0x20b753,_0x2e1b5f._0x3cfdf8)](_0xc2616c=>_0xc2616c[_0x43b2c3(0x2ab,0x2a1,0x2d4,0x269)]===_0x30a4c9);}export function getDefaultAccount(_0x4c0e3f){const _0xcab10c={_0x1f91ca:0x137},_0x4f2c2={_0x2f4eaa:0x3c3};function _0x203489(_0x24abb2,_0x38a77b,_0x2fd758,_0x1cbd2a){return _0x49e430(_0x24abb2,_0x38a77b-0x1cc,_0x2fd758-0x69,_0x1cbd2a- -_0x4f2c2._0x2f4eaa);}const _0x8b9f94=getAccountsByProvider(_0x4c0e3f);return _0x8b9f94[_0x203489(0x19b,0x88,_0xcab10c._0x1f91ca,0x113)](_0x1dd0d4=>_0x1dd0d4['is_default'])||_0x8b9f94[-0x729+0x1097+-0x47*0x22]||null;}export function getActiveOAuthAccount(_0x36cae3){const _0x498daa={_0x555345:0x387,_0x34d5e5:0x324,_0x543886:0x291,_0x1c1d64:0x379,_0x392bba:0x3c3},_0x4cf39e={_0x364218:0x7c,_0x51bc23:0x1e6,_0x58edbc:0x16b},_0x363dba={_0x2f842:0x1ca},_0x16b85a={'dWQga':function(_0x51084a,_0x434505){return _0x51084a(_0x434505);}},_0x1cf2f2=_0x16b85a[_0x20b37c(0x2d4,0x220,_0x498daa._0x555345,0x2b0)](getDefaultAccount,_0x36cae3);function _0x20b37c(_0x5f06f3,_0x473819,_0x1880da,_0x5aa4b1){return _0x35408d(_0x5f06f3-_0x363dba._0x2f842,_0x5f06f3-0x73,_0x473819,_0x5aa4b1-0x10e);}if(!_0x1cf2f2||_0x1cf2f2[_0x20b37c(_0x498daa._0x34d5e5,_0x498daa._0x543886,_0x498daa._0x1c1d64,_0x498daa._0x392bba)]!==ACCOUNT_TYPE_OAUTH)return null;function _0x5b2ea5(_0x50bbad,_0x39765e,_0x4d56fa,_0x2d0538){return _0x35408d(_0x50bbad-_0x4cf39e._0x364218,_0x39765e-_0x4cf39e._0x51bc23,_0x50bbad,_0x2d0538-_0x4cf39e._0x58edbc);}return _0x1cf2f2;}export function getActiveApiKeyAccount(_0x4801f6){const _0xf62d8c={_0x4d38b5:0x1ac,_0x3ecf03:0x2c3,_0x122851:0x16f,_0x11e2e4:0x211,_0x318b70:0x358,_0x3663d0:0x2fa},_0x198c79={_0x3bdef6:0xb},_0x3a89f2={_0x51e51d:0x101,_0x41db83:0x158},_0x745002={'leCdV':function(_0x1fa1ff,_0x560dc7){return _0x1fa1ff(_0x560dc7);},'cfobf':function(_0x24d6a6,_0x45b99f){return _0x24d6a6!==_0x45b99f;}},_0x1556d9=_0x745002[_0x294697(_0xf62d8c._0x4d38b5,_0xf62d8c._0x3ecf03,_0xf62d8c._0x122851,_0xf62d8c._0x11e2e4)](getDefaultAccount,_0x4801f6);function _0x4ad35f(_0xa79610,_0x10f3b0,_0x39ff28,_0x449051){return _0x49e430(_0xa79610,_0x10f3b0-_0x3a89f2._0x51e51d,_0x39ff28-_0x3a89f2._0x41db83,_0x449051- -0x6e);}if(!_0x1556d9||_0x745002[_0x4ad35f(_0xf62d8c._0x318b70,0x334,0x363,0x3ee)](_0x1556d9['type'],ACCOUNT_TYPE_API_KEY)||!_0x1556d9[_0x294697(0x38e,0x27d,0x370,_0xf62d8c._0x3663d0)])return null;function _0x294697(_0x359ad0,_0x5de419,_0x4aacc3,_0x21de20){return _0x49e430(_0x4aacc3,_0x5de419-0xd7,_0x4aacc3-_0x198c79._0x3bdef6,_0x21de20- -0x227);}return _0x1556d9;}export function getAnyApiKeyAccount(_0x367ce2){const _0x2aa42a={_0x3aba9c:0x7b,_0x4e5137:0x2b6,_0x2f28a5:0x293,_0x543724:0x1c2,_0x4ec4f6:0x30f,_0x175adb:0x221,_0x51d28a:0x329,_0xeca9ee:0xf,_0x25a14e:0x70,_0x19c76d:0xc0,_0x375511:0x2c9,_0xb9f974:0x37b,_0x348cb8:0x88,_0x2bb231:0x9d,_0x1e6749:0x70,_0x572367:0x7d,_0x2a1aa8:0x28c,_0x406730:0x38f,_0x8ecd7b:0x371,_0x1d00a1:0x362,_0x268ab3:0x39b,_0xea9b73:0x7f,_0x268ea1:0x9b,_0x377f47:0x357,_0x34d1aa:0x2ae,_0x45509d:0x4a,_0x5416b4:0xf,_0x25ae98:0x12,_0x500df3:0x325,_0x4478cd:0x30d,_0x111d20:0xdb,_0x18ab93:0xf,_0x3b1833:0x20,_0x2644a4:0x8e,_0xeaa67f:0x91,_0x5aada7:0xc2,_0x2fe772:0x3c2,_0x2136c2:0x408,_0x46c0c7:0x67,_0x42bbfd:0x0,_0x308150:0x3b,_0xd752e8:0x286},_0x8bc126={_0x3e19b8:0x110,_0x1d4474:0x4a6};function _0x30d217(_0x4e6bfc,_0x129252,_0x339dfb,_0x31feff){return _0x35408d(_0x4e6bfc-0x6,_0x339dfb-0x64,_0x129252,_0x31feff-0xb5);}const _0x273dfb={};_0x273dfb['ZdAoL']=_0x695fae(0x7c,_0x2aa42a._0x3aba9c,0x3c,0xb8),_0x273dfb[_0x30d217(_0x2aa42a._0x4e5137,0x1e4,_0x2aa42a._0x2f28a5,0x22f)]=_0x30d217(0x1bb,_0x2aa42a._0x543724,0x247,0x1b3),_0x273dfb['oAwDP']=function(_0xa45412,_0x3cf1c3){return _0xa45412+_0x3cf1c3;},_0x273dfb[_0x30d217(0x24f,_0x2aa42a._0x4ec4f6,0x28c,_0x2aa42a._0x175adb)]=function(_0x8a5f36,_0x20e2d6){return _0x8a5f36===_0x20e2d6;},_0x273dfb[_0x30d217(0x3c2,_0x2aa42a._0x51d28a,0x362,0x415)]=function(_0x38984c,_0x46b9e7){return _0x38984c!==_0x46b9e7;},_0x273dfb[_0x695fae(-0xd4,-0x83,-0xf0,-0x76)]=_0x695fae(_0x2aa42a._0xeca9ee,-_0x2aa42a._0x25a14e,-_0x2aa42a._0x19c76d,-0x5b),_0x273dfb[_0x30d217(0x295,0x21f,_0x2aa42a._0x375511,_0x2aa42a._0xb9f974)]='DZHJd';const _0x1d0c1b=_0x273dfb;function _0x695fae(_0x468ce5,_0x56ca9f,_0x446e76,_0x1fce83){return _0x49e430(_0x468ce5,_0x56ca9f-_0x8bc126._0x3e19b8,_0x446e76-0xb9,_0x1fce83- -_0x8bc126._0x1d4474);}const _0x360440={};_0x360440[_0x695fae(0xb8,_0x2aa42a._0x348cb8,_0x2aa42a._0x2bb231,_0x2aa42a._0x1e6749)]=ACCOUNT_TYPE_API_KEY;const _0x115c36=getAccountsByProvider(_0x367ce2,_0x360440)[_0x695fae(-0x8c,-0xce,-0x5d,-_0x2aa42a._0x572367)](_0x1780c2=>!!_0x1780c2[_0x30d217(0x319,0x31e,0x320,0x3b6)]);if(_0x1d0c1b[_0x30d217(0x27c,0x31e,_0x2aa42a._0x2a1aa8,0x2bb)](_0x115c36[_0x30d217(_0x2aa42a._0xb9f974,0x3b6,_0x2aa42a._0x406730,0x38f)],0x215d+-0x2435+0x2d8)){if(_0x1d0c1b[_0x30d217(0x302,_0x2aa42a._0x8ecd7b,_0x2aa42a._0x1d00a1,_0x2aa42a._0x268ab3)](_0x1d0c1b['XsMCt'],_0x1d0c1b[_0x695fae(0x1f,_0x2aa42a._0xea9b73,_0x2aa42a._0x268ea1,0x24)]))return null;else{const _0x20d537=new _0x7303a4(),_0xa0c308={};_0xa0c308['month']=_0x1d0c1b[_0x30d217(0x366,0x2db,_0x2aa42a._0x377f47,_0x2aa42a._0x34d1aa)],_0xa0c308['day']=_0x1d0c1b[_0x695fae(_0x2aa42a._0x45509d,-0x59,-_0x2aa42a._0x5416b4,-_0x2aa42a._0x25ae98)];const _0x231ee7=_0x20d537[_0x30d217(0x2db,_0x2aa42a._0x500df3,0x30e,_0x2aa42a._0x4478cd)+_0x695fae(_0x2aa42a._0x111d20,-_0x2aa42a._0x18ab93,-_0x2aa42a._0x3b1833,0x67)](_0x695fae(_0x2aa42a._0x2644a4,_0x2aa42a._0xeaa67f,0x83,_0x2aa42a._0x5aada7),_0xa0c308);_0x5529a1=_0x1d0c1b[_0x30d217(0x303,_0x2aa42a._0x2fe772,0x392,_0x2aa42a._0x2136c2)](_0x4b1177['charAt'](-0x25*0x89+-0x1e82+0x324f)[_0x695fae(-_0x2aa42a._0x46c0c7,-0x37,-0x24,-0x47)+'e'](),_0x4882c5[_0x695fae(_0x2aa42a._0x42bbfd,_0x2aa42a._0x308150,-0x2a,-0xf)](0x22c1+0x3*-0x503+0x67*-0x31))+'\x20('+_0x231ee7+')';}}return _0x115c36[_0x30d217(0x24a,0x23f,0x26c,_0x2aa42a._0xd752e8)]((_0xfae464,_0x2b6c12)=>getAccountCreatedTimestamp(_0xfae464)-getAccountCreatedTimestamp(_0x2b6c12))[-0x24f7+-0x1936+-0x3e2d*-0x1]||null;}export function getAccountById(_0xff9a0c,_0x4730b2){const _0x46dc38={_0x58642c:0x450,_0x2b114f:0x3ac,_0x30b6f8:0x4c8},_0x3dc82d={_0x3d87b8:0x28,_0x465806:0xa5},_0x1f7461={_0x385123:0xfe,_0x58a260:0x250},_0x3ecaf1={'CEUNW':function(_0x32fdd9,_0x559aab){return _0x32fdd9(_0x559aab);}};function _0x51764f(_0x2808ea,_0x1c5175,_0x5716c4,_0x2a5c5e){return _0x35408d(_0x2808ea-_0x1f7461._0x385123,_0x1c5175- -_0x1f7461._0x58a260,_0x2808ea,_0x2a5c5e-0x17c);}function _0xbb4c3c(_0x490c4a,_0x2ffe7e,_0x2995ae,_0x59a534){return _0x49e430(_0x490c4a,_0x2ffe7e-0xe2,_0x2995ae-_0x3dc82d._0x3d87b8,_0x2ffe7e- -_0x3dc82d._0x465806);}const _0x4853ab=_0x3ecaf1[_0xbb4c3c(0x3d8,0x44e,0x468,0x4cd)](getAccountsByProvider,_0xff9a0c);return _0x4853ab[_0xbb4c3c(_0x46dc38._0x58642c,0x431,_0x46dc38._0x2b114f,_0x46dc38._0x30b6f8)](_0x3724fe=>_0x3724fe['id']===_0x4730b2)||null;}export function addAccount(_0x12d51f,_0x51a29f,_0x14ebb9,_0x365e11,_0x325065){const _0x1eea96={_0x502903:0x72,_0x1290cb:0x10,_0x56cb3f:0x4b2,_0x573f1a:0x491,_0x113210:0x132,_0x943654:0x1a,_0x25a946:0x194,_0x51f033:0x19d,_0x18ca54:0x45a,_0xf7308:0x467,_0x2588d4:0x485,_0xa399a3:0x409,_0x26ee79:0x484,_0x2173ef:0x0,_0x9e9cde:0x67,_0x5948de:0x11,_0x3ac4b3:0x174,_0xcefa01:0xf9,_0x1101b9:0x8a,_0x2eeed0:0xd6,_0x20dc5b:0x112,_0xac0571:0x113,_0x5d7705:0x61,_0x569ce:0x38e,_0x16ddee:0x392,_0x49bcf4:0x172,_0x5ae286:0x148,_0x5b0ffa:0x1d7,_0x34256a:0x189,_0x39aa8d:0x3e1,_0x37a6a7:0x408,_0x4af4a3:0x3b7,_0x250f45:0xb2,_0x3a56a0:0x18d,_0x6193d8:0x113,_0x4b6275:0x48e,_0xceaf59:0x4fd,_0x87933d:0x4b6,_0x3a213b:0x19f,_0x2ad50e:0x188,_0x5b94e6:0x1e1,_0x5b6722:0x12f,_0x1994ab:0x204,_0xac7035:0x1a7,_0x197125:0xd4,_0x3b784c:0x43,_0x12372c:0x164,_0x4badf7:0xe4,_0x4ea289:0x355,_0xca7e09:0x3a9,_0x26884a:0x1b,_0x5c302e:0x11a,_0x151e24:0x82,_0x4c903c:0x25,_0x2f80b0:0x49f,_0x2ea3fd:0x450,_0x2abbf2:0x419,_0x3fd256:0x138,_0x22d80d:0x1ef,_0x432cee:0x13a,_0x4c87b7:0x48a,_0x451212:0x425,_0x49c8c7:0x40a,_0x29399b:0x51c,_0x265528:0x3e6,_0x1fc57a:0x3cf,_0x3fb8a5:0x3a9,_0x230ee8:0x3cb,_0x4e0783:0x4f,_0x3180d1:0x162,_0x2cc927:0x403,_0x1be903:0x321,_0x30197d:0x351,_0x1ce297:0x340,_0x1b32ee:0x2e9,_0xff6f0e:0x45f,_0x92f11f:0x3d0,_0x380254:0x34c,_0x5b3084:0x114,_0x3518e7:0x96,_0x1e2009:0x87,_0x248881:0x189,_0x3cf48e:0x396,_0x41ece0:0x378,_0x246227:0x3c2,_0x55ca0a:0x71,_0x1b70f7:0x148,_0x65050e:0x126,_0x39600c:0x451,_0xb19886:0x441,_0x4a328e:0x398},_0x32b15e={_0x1f9c0f:0x178,_0x4ad85e:0x153},_0x23dfde={_0x5d236c:0x48},_0xed6dec={'ZSQcz':'short','STXTN':_0xb420f8(0xa3,0x89,_0x1eea96._0x502903,0x6b),'HUnvq':function(_0x1cc6c5,_0x41a3c6){return _0x1cc6c5+_0x41a3c6;},'bWFxx':function(_0x5887c6,_0x1a45bb){return _0x5887c6(_0x1a45bb);},'AiyNp':function(_0x198f46,_0x4f5296){return _0x198f46(_0x4f5296);},'WHgwd':'Updated\x20ex'+_0xb420f8(_0x1eea96._0x1290cb,0x8,0x14c,0xb3)+_0x1908aa(0x4b6,_0x1eea96._0x56cb3f,_0x1eea96._0x573f1a,0x49d)+'unt\x20tokens','kimeP':function(_0x22ab91,_0xc5d03b){return _0x22ab91(_0xc5d03b);},'JzcXI':function(_0x7b398c,_0x77ebcf){return _0x7b398c===_0x77ebcf;},'xEWrt':_0xb420f8(0xbe,_0x1eea96._0x113210,-_0x1eea96._0x943654,0x83),'VMoOg':'zlCsU','tOhfO':_0xb420f8(_0x1eea96._0x25a946,_0x1eea96._0x51f033,0x184,0x126),'JmIZe':_0xb420f8(0x222,0xda,0x17f,0x18b),'IEQru':function(_0x23986e,_0x1d5d29){return _0x23986e+_0x1d5d29;},'JFugV':function(_0x8e26f,_0x5a779c){return _0x8e26f===_0x5a779c;},'xeDTa':_0x1908aa(0x44d,_0x1eea96._0x18ca54,_0x1eea96._0xf7308,_0x1eea96._0x2588d4)+_0x1908aa(0x446,_0x1eea96._0xa399a3,0x3db,_0x1eea96._0x26ee79)+'nt','fKVUW':function(_0x3f0c8a,_0x15cf1a){return _0x3f0c8a===_0x15cf1a;},'shzPT':_0xb420f8(_0x1eea96._0x2173ef,_0x1eea96._0x9e9cde,-_0x1eea96._0x5948de,0x68),'LzkzU':function(_0x4a2736,_0x3e83b0){return _0x4a2736(_0x3e83b0);}},_0x31b148=readProviderAccounts(),_0x348ff7=_0x31b148[_0x12d51f]||[],_0x54de01=_0x14ebb9?_0x348ff7[_0xb420f8(0xb2,_0x1eea96._0x3ac4b3,0x9c,_0x1eea96._0xcefa01)](_0x223461=>_0x223461[_0xb420f8(0xac,0x123,0xfd,0x139)]===ACCOUNT_TYPE_OAUTH&&_0x223461[_0xb420f8(0x4e,0x27,0xfd,0xb9)]===_0x14ebb9):null;if(_0x54de01){_0x54de01['type']=ACCOUNT_TYPE_OAUTH,_0x54de01[_0xb420f8(0x1b0,_0x1eea96._0x1101b9,_0x1eea96._0x2eeed0,_0x1eea96._0x20dc5b)]=_0x51a29f,_0x54de01[_0xb420f8(_0x1eea96._0xac0571,0x23,0xe8,_0x1eea96._0x5d7705)]=new Date()['toISOStrin'+'g']();_0x365e11&&(_0x54de01['label']=_0x365e11);const _0x4fa646={};_0x4fa646[_0x1908aa(0x3d0,_0x1eea96._0x569ce,_0x1eea96._0x16ddee,0x333)]=_0x12d51f,_0x4fa646[_0xb420f8(0x45,0x22,_0x1eea96._0x49bcf4,0xb9)]=_0x14ebb9,_0x4fa646['accountId']=_0x54de01['id'],logger[_0xb420f8(_0x1eea96._0x5ae286,_0x1eea96._0x5b0ffa,0x1af,_0x1eea96._0x34256a)](_0xed6dec['WHgwd'],_0x4fa646),writeProviderAccounts(_0x31b148);if(_0x54de01['is_default']){if(_0x1908aa(_0x1eea96._0x39aa8d,0x44b,_0x1eea96._0x37a6a7,_0x1eea96._0x4af4a3)===_0xb420f8(_0x1eea96._0x250f45,_0x1eea96._0x3a56a0,0xb3,_0x1eea96._0x6193d8))_0xed6dec[_0x1908aa(0x428,0x412,_0x1eea96._0x4b6275,0x411)](syncDefaultToCliFile,_0x12d51f);else return null;}const _0x4db7c6={..._0x54de01};return _0x4db7c6['_isUpdate']=!![],_0x4db7c6;}let _0x38d3fe=_0x365e11;if(!_0x38d3fe){if(_0xed6dec['JzcXI'](_0xed6dec[_0x1908aa(_0x1eea96._0xceaf59,0x485,_0x1eea96._0x87933d,0x541)],_0xed6dec[_0xb420f8(0x173,0x1fc,_0x1eea96._0x3a213b,0x152)])){if(_0x4a489f)_0x48353c=_0x26f594;else{const _0x5a7422=new _0x19f442(),_0x3ab46e={};_0x3ab46e[_0xb420f8(_0x1eea96._0x2ad50e,0x1af,_0x1eea96._0x5b94e6,_0x1eea96._0x5b6722)]=_0xed6dec[_0xb420f8(_0x1eea96._0x1994ab,0x1a1,0x1c9,_0x1eea96._0xac7035)],_0x3ab46e[_0xb420f8(_0x1eea96._0x197125,-_0x1eea96._0x3b784c,0x55,0x76)]=_0xed6dec[_0xb420f8(_0x1eea96._0x12372c,_0x1eea96._0x4badf7,0x170,0x192)];const _0x426d46=_0x5a7422[_0x1908aa(0x391,0x4c1,0x427,0x4c0)+'teString']('en-US',_0x3ab46e);_0x25b94d=_0xed6dec['HUnvq'](_0x1e1adb[_0x1908aa(0x45a,_0x1eea96._0x4ea289,_0x1eea96._0xca7e09,0x36e)](0x10d*0x4+0x1685*0x1+-0x1ab9*0x1)[_0xb420f8(-_0x1eea96._0x26884a,-0x2d,_0x1eea96._0x5c302e,_0x1eea96._0x151e24)+'e'](),_0x277335[_0xb420f8(0x85,_0x1eea96._0x4c903c,0xaa,0xba)](-0xd*0x241+0x51e*-0x3+0x2ca8))+'\x20('+_0x426d46+')';}}else{if(_0x14ebb9)_0xed6dec[_0x1908aa(_0x1eea96._0x2f80b0,0x4b8,_0x1eea96._0x2ea3fd,_0x1eea96._0x2abbf2)]!==_0xb420f8(_0x1eea96._0x3fd256,0xa0,_0x1eea96._0x22d80d,_0x1eea96._0x432cee)?_0x38d3fe=_0x14ebb9:_0xed6dec[_0x1908aa(0x40f,0x515,0x46a,0x490)](_0x7c3341,_0x304048);else{const _0x2c4694=new Date(),_0x5e54c8=_0x2c4694['toLocaleDa'+_0x1908aa(0x499,_0x1eea96._0x4c87b7,_0x1eea96._0x451212,_0x1eea96._0x49c8c7)](_0xed6dec['JmIZe'],{'month':_0xed6dec[_0x1908aa(0x52e,0x3fa,0x49c,_0x1eea96._0x29399b)],'day':_0xed6dec[_0x1908aa(0x3df,_0x1eea96._0x265528,0x487,0x3f1)]});_0x38d3fe=_0xed6dec['IEQru'](_0x12d51f[_0x1908aa(0x3e5,_0x1eea96._0x1fc57a,_0x1eea96._0x3fb8a5,_0x1eea96._0x230ee8)](0xdfd+-0x1a6a+0xc6d)['toUpperCas'+'e'](),_0x12d51f[_0xb420f8(0x9f,_0x1eea96._0x4e0783,_0x1eea96._0x3180d1,0xba)](-0x1d1b+-0x117+0x1e33))+'\x20('+_0x5e54c8+')';}}}const _0x42ca2a={'id':_0x1e93fe[_0x1908aa(_0x1eea96._0x2cc927,0x3dc,0x362,_0x1eea96._0x1be903)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x38d3fe,'email':_0x14ebb9||null,'is_default':_0xed6dec['JFugV'](_0x348ff7['length'],0x18cd*0x1+-0x1819+-0xb4),'created_at':new Date()[_0x1908aa(0x3b6,_0x1eea96._0x30197d,0x3df,_0x1eea96._0x1ce297)+'g'](),'created_by':_0x325065,'tokens':_0x51a29f};_0x348ff7['push'](_0x42ca2a);function _0x1908aa(_0x225608,_0x1de6a0,_0x17c6b9,_0x3b6d32){return _0x49e430(_0x225608,_0x1de6a0-_0x23dfde._0x5d236c,_0x17c6b9-0xea,_0x17c6b9- -0xe8);}_0x31b148[_0x12d51f]=_0x348ff7,writeProviderAccounts(_0x31b148);const _0x3b1d1a={};_0x3b1d1a[_0x1908aa(0x33f,_0x1eea96._0x1b32ee,_0x1eea96._0x16ddee,0x390)]=_0x12d51f,_0x3b1d1a['accountId']=_0x42ca2a['id'],_0x3b1d1a[_0x1908aa(0x43d,_0x1eea96._0xff6f0e,0x3ae,0x33c)]=_0x14ebb9,_0x3b1d1a[_0x1908aa(0x39f,0x332,0x398,0x337)]=_0x365e11,_0x3b1d1a[_0x1908aa(0x402,_0x1eea96._0x4c87b7,_0x1eea96._0x92f11f,_0x1eea96._0x380254)]=_0x42ca2a[_0xb420f8(0x1d,_0x1eea96._0x5b3084,_0x1eea96._0x3518e7,_0x1eea96._0x1e2009)];function _0xb420f8(_0x4176ed,_0xa6c9a9,_0x4f28d3,_0x25a3c4){return _0x35408d(_0x4176ed-0x1b0,_0x25a3c4- -_0x32b15e._0x1f9c0f,_0x4176ed,_0x25a3c4-_0x32b15e._0x4ad85e);}return logger[_0xb420f8(0xe9,0x129,0xe3,_0x1eea96._0x248881)](_0xed6dec['xeDTa'],_0x3b1d1a),_0x42ca2a[_0x1908aa(_0x1eea96._0x3cf48e,_0x1eea96._0x41ece0,0x37c,_0x1eea96._0x246227)]&&(_0xed6dec[_0xb420f8(_0x1eea96._0x55ca0a,_0x1eea96._0x1b70f7,0xef,0xee)](_0xed6dec[_0x1908aa(0x47d,0x4b9,0x4b5,0x44a)],_0xb420f8(0x18f,0x11c,_0x1eea96._0x65050e,0x1b1))?_0xed6dec['AiyNp'](_0x1faf82,_0x3850fc):_0xed6dec[_0x1908aa(0x44a,_0x1eea96._0x39600c,_0x1eea96._0xb19886,_0x1eea96._0x4a328e)](syncDefaultToCliFile,_0x12d51f)),_0x42ca2a;}export function addApiKeyAccount(_0x4daa78,{apiKey:_0x411218,label:_0x4e7702,endpoint:_0x4b2ebc}={},_0x4b872e){const _0x5dd4b0={_0x5bd412:0x22c,_0x38aa9a:0x21d,_0x4007e9:0x262,_0x50ac76:0x39e,_0x4c4816:0x332,_0x5152ae:0xd9,_0x433b3a:0x1a6,_0x7d9f11:0x2e5,_0x110597:0x3e5,_0x19178e:0x3e1,_0x378b06:0x337,_0x26fbaa:0x18a,_0x5ce587:0xc4,_0x102005:0x222,_0x30f06a:0x357,_0x28aa7d:0x1e1,_0x4765bc:0x9a,_0x559cb1:0x286,_0x266693:0x317,_0x9b412d:0x2c6,_0xbda214:0x25c,_0xc92bb4:0x2e9,_0x4aa0b8:0x342,_0x16062b:0x227,_0x239e22:0x195,_0x11d27f:0x299,_0x53d563:0x238,_0x3dcf57:0x135,_0x25bcb1:0x22e,_0x405900:0x3b5,_0x34243d:0x354,_0x14c122:0x25e,_0x34f5cb:0x2b5,_0x45aeb4:0xe5,_0x51f29f:0x168,_0xd15566:0x1fb,_0x1e89e0:0x1f9,_0x2a93ce:0x1e2,_0x23ad0b:0x12d,_0x1740c0:0x115,_0x2a8abf:0x274,_0x559c9d:0x104,_0x3ac5e6:0x13c,_0x1e8358:0xda,_0x270410:0x205,_0x269296:0x27f,_0xeb4309:0x22a,_0x288798:0x16d,_0x3bcfa4:0x1ed,_0x342ebf:0xbf,_0x24080d:0x136,_0x55e932:0x14a,_0x47b288:0x27c,_0x509d64:0x2e4,_0x224555:0x2b2,_0x1cd6c5:0x262,_0x327659:0x1e2,_0xa3c7ed:0x1c4,_0x1b9749:0x10b,_0x4696ad:0x291,_0x16cb60:0x328,_0x3b64ea:0x2cc,_0x2b9a63:0x258,_0x5a2a4c:0x221,_0xbe854e:0x234,_0x5db998:0x1b0,_0x25135f:0x17c,_0xe87112:0x166,_0x82e653:0xac,_0x3b2434:0x2ce,_0xacd2ab:0x22c,_0x627408:0x222,_0x4f6cb3:0x1ae,_0x5212ca:0xc3,_0x4f384d:0x194,_0x3e6a2b:0x19c,_0x2b89f9:0x30e,_0x5c2391:0x256,_0x11ab72:0x1e8,_0x28f6bf:0x2ba,_0x23cdc0:0x26e,_0x5a71be:0x319,_0x581658:0x202,_0x2f4dc6:0xad,_0x59bcf7:0x19f,_0x24f4b2:0x24c},_0x55a8f={_0x2ea0c5:0x1c1},_0x269c23={_0x2b9327:0x1ce},_0x3582e9={'JgMtv':'Imported','ePKxE':'migration','GoDpV':_0x35fb6a(_0x5dd4b0._0x5bd412,_0x5dd4b0._0x38aa9a,0x25e,0x1f6)+_0x39767f(_0x5dd4b0._0x4007e9,0x29c,0x21f,0x203)+'ials','GqNOS':_0x39767f(_0x5dd4b0._0x50ac76,0x2cc,_0x5dd4b0._0x4c4816,0x289)+_0x35fb6a(_0x5dd4b0._0x5152ae,_0x5dd4b0._0x433b3a,0x177,0x212)+'\x20credentia'+_0x39767f(_0x5dd4b0._0x7d9f11,0x2d6,0x341,_0x5dd4b0._0x110597),'wZjhH':function(_0x3615be,_0x16df4a){return _0x3615be(_0x16df4a);},'JIvji':function(_0x3b0162,_0x5a4b7f){return _0x3b0162===_0x5a4b7f;},'rjXqw':_0x39767f(_0x5dd4b0._0x19178e,0x2ec,0x38d,_0x5dd4b0._0x378b06),'ZEtge':_0x35fb6a(_0x5dd4b0._0x26fbaa,_0x5dd4b0._0x5ce587,0x171,0x22e),'UaqDY':'API\x20key\x20is'+_0x35fb6a(0x110,_0x5dd4b0._0x102005,0x1c5,0x13e),'wyGMU':function(_0x189afe){return _0x189afe();},'eOCXu':function(_0x3a4db4,_0x1fda72){return _0x3a4db4(_0x1fda72);},'uZPSR':_0x39767f(_0x5dd4b0._0x30f06a,_0x5dd4b0._0x4c4816,0x356,0x381),'iWWYt':'short','zMKPO':_0x35fb6a(0x142,_0x5dd4b0._0x28aa7d,0x134,_0x5dd4b0._0x4765bc),'InMpg':function(_0x14ea67,_0x260823,_0x557639){return _0x14ea67(_0x260823,_0x557639);},'veyuc':function(_0xe36b1a,_0x3b2b19){return _0xe36b1a||_0x3b2b19;},'RTkWH':'system','zlQiR':function(_0x55b8e8,_0x3ca7e){return _0x55b8e8!==_0x3ca7e;},'jzOSW':_0x39767f(0x33d,0x2ac,_0x5dd4b0._0x559cb1,0x31e),'cMsIJ':function(_0x418daa,_0x4fea64){return _0x418daa(_0x4fea64);}},_0xb370a8=_0x3582e9[_0x39767f(0x221,_0x5dd4b0._0x266693,_0x5dd4b0._0x9b412d,_0x5dd4b0._0xbda214)](trimToNull,_0x411218);if(!_0xb370a8){if(_0x3582e9[_0x39767f(_0x5dd4b0._0xc92bb4,_0x5dd4b0._0x4aa0b8,0x292,0x290)](_0x3582e9[_0x35fb6a(0x28d,_0x5dd4b0._0x16062b,0x210,_0x5dd4b0._0x239e22)],_0x3582e9['ZEtge'])){const _0x52ad23=_0xcea5f3['statSync'](_0x5b0ac3),_0x11f969={'id':_0x14fb44[_0x39767f(0x2d8,_0x5dd4b0._0x11d27f,_0x5dd4b0._0x53d563,0x28d)](),'type':_0x5cbd60,'label':_0x3582e9[_0x35fb6a(0x253,_0x5dd4b0._0x3dcf57,0x1f2,_0x5dd4b0._0x25bcb1)],'email':null,'is_default':!![],'created_at':_0x52ad23['mtime']['toISOStrin'+'g'](),'created_by':_0x3582e9['ePKxE'],'tokens':_0x1d32b1};_0x3d2f66[_0x4b89a1]['push'](_0x11f969),_0x51cb72=!![];const _0x5aafdb={};_0x5aafdb['provider']=_0x202d0f,_0x5aafdb['accountId']=_0x11f969['id'],_0x509fee[_0x39767f(0x31a,_0x5dd4b0._0x405900,_0x5dd4b0._0x34243d,0x2bf)](_0x3582e9[_0x39767f(_0x5dd4b0._0x4c4816,0x27e,0x2ad,0x22f)],_0x5aafdb);}else throw new Error(_0x3582e9['UaqDY']);}const _0x5c24c7=_0x3582e9[_0x39767f(0x2df,0x2e0,0x271,0x228)](readProviderAccounts),_0xb6575e=_0x5c24c7[_0x4daa78]||[],_0x5d62f1=new Date()[_0x39767f(_0x5dd4b0._0x14c122,0x2a7,_0x5dd4b0._0x34f5cb,0x295)+'g']();let _0x363b2a=_0x3582e9[_0x35fb6a(0x16a,_0x5dd4b0._0x45aeb4,0x1a1,0x18a)](trimToNull,_0x4e7702);if(!_0x363b2a){const _0x3e0f5a=new Date(),_0x223ebd=_0x3e0f5a[_0x35fb6a(0x1a1,_0x5dd4b0._0x51f29f,_0x5dd4b0._0xd15566,0x24c)+_0x35fb6a(0x18b,0x251,_0x5dd4b0._0x1e89e0,0x213)](_0x3582e9[_0x35fb6a(_0x5dd4b0._0x2a93ce,0xf3,_0x5dd4b0._0x23ad0b,_0x5dd4b0._0x1740c0)],{'month':_0x3582e9[_0x39767f(0x2c7,0x2aa,0x2d8,_0x5dd4b0._0x2a8abf)],'day':_0x3582e9[_0x35fb6a(_0x5dd4b0._0x559c9d,0xc2,_0x5dd4b0._0x3ac5e6,_0x5dd4b0._0x1e8358)]});_0x363b2a=_0x4daa78[_0x39767f(0x306,_0x5dd4b0._0x270410,_0x5dd4b0._0x269296,0x310)](0x109e+-0x1480+0x1*0x3e2)['toUpperCas'+'e']()+_0x4daa78[_0x39767f(0x332,0x334,0x285,0x262)](0x1de+-0xe1f*0x1+0xc42)+_0x35fb6a(_0x5dd4b0._0xeb4309,_0x5dd4b0._0x288798,0x1f4,_0x5dd4b0._0x3bcfa4)+_0x223ebd+')';}const _0xafeeb6={'id':_0x1e93fe[_0x35fb6a(_0x5dd4b0._0x342ebf,0xbf,_0x5dd4b0._0x24080d,_0x5dd4b0._0x55e932)](),'type':ACCOUNT_TYPE_API_KEY,'label':_0x363b2a,'email':null,'api_key':_0xb370a8,'endpoint':_0x3582e9['InMpg'](normalizeApiKeyEndpoint,_0x4daa78,_0x4b2ebc),'is_default':_0xb6575e[_0x35fb6a(0x2eb,0x291,_0x5dd4b0._0x47b288,_0x5dd4b0._0x509d64)]===0xfe6+0xd91+0x1d77*-0x1,'created_at':_0x5d62f1,'createdAt':_0x5d62f1,'created_by':_0x3582e9['veyuc'](_0x4b872e,_0x3582e9[_0x39767f(0x1bb,_0x5dd4b0._0x224555,_0x5dd4b0._0x1cd6c5,0x1b3)])};_0xb6575e['push'](_0xafeeb6),_0x5c24c7[_0x4daa78]=_0xb6575e,_0x3582e9[_0x35fb6a(0x19c,_0x5dd4b0._0x327659,_0x5dd4b0._0xa3c7ed,_0x5dd4b0._0x1b9749)](writeProviderAccounts,_0x5c24c7);if(_0xafeeb6['is_default']){if(_0x3582e9[_0x39767f(0x337,_0x5dd4b0._0x4696ad,_0x5dd4b0._0x16cb60,_0x5dd4b0._0x3b64ea)](_0x3582e9[_0x35fb6a(_0x5dd4b0._0x2b9a63,_0x5dd4b0._0x5a2a4c,_0x5dd4b0._0xbe854e,0x22a)],_0x3582e9[_0x39767f(0x357,_0x5dd4b0._0xc92bb4,0x336,0x382)])){const _0x3dbfbe={};_0x3dbfbe[_0x35fb6a(_0x5dd4b0._0x5db998,_0x5dd4b0._0x25135f,_0x5dd4b0._0xe87112,_0x5dd4b0._0x82e653)]=_0x471a86,_0x3dbfbe[_0x35fb6a(0x198,_0x5dd4b0._0x3b2434,_0x5dd4b0._0xacd2ab,0x27b)]=_0x26f481[_0x35fb6a(0x23c,0xe1,0x191,_0x5dd4b0._0x627408)],_0x1d50d4['error'](_0x3582e9[_0x39767f(0x2ca,0x311,0x295,0x295)],_0x3dbfbe);}else _0x3582e9[_0x35fb6a(_0x5dd4b0._0x4f6cb3,0x192,0x175,0xe6)](syncDefaultToCliFile,_0x4daa78);}const _0x3fa724={};_0x3fa724[_0x35fb6a(_0x5dd4b0._0x5212ca,_0x5dd4b0._0x4f384d,0x166,_0x5dd4b0._0x3e6a2b)]=_0x4daa78,_0x3fa724[_0x39767f(_0x5dd4b0._0x2b89f9,0x2ed,_0x5dd4b0._0x5c2391,_0x5dd4b0._0x11ab72)]=_0xafeeb6['id'];function _0x35fb6a(_0x9903ea,_0x263a2b,_0x5c5f6a,_0x17febc){return _0x35408d(_0x9903ea-_0x269c23._0x2b9327,_0x5c5f6a- -0xaf,_0x17febc,_0x17febc-0x76);}_0x3fa724['label']=_0xafeeb6[_0x39767f(_0x5dd4b0._0x28f6bf,0x30d,_0x5dd4b0._0x23cdc0,0x2c3)],_0x3fa724[_0x39767f(0x2cc,0x31b,0x2a6,0x206)]=_0xafeeb6['is_default'];function _0x39767f(_0x34e4b3,_0x15f383,_0x43b154,_0x58d946){return _0x49e430(_0x15f383,_0x15f383-0x147,_0x43b154-_0x55a8f._0x2ea0c5,_0x43b154- -0x212);}return logger[_0x39767f(_0x5dd4b0._0x5a71be,0x344,_0x5dd4b0._0x34243d,0x2b6)]('Added\x20prov'+_0x35fb6a(_0x5dd4b0._0x581658,_0x5dd4b0._0x2f4dc6,0x167,_0x5dd4b0._0x59bcf7)+_0x35fb6a(0x309,0x2e5,_0x5dd4b0._0x24f4b2,0x29d),_0x3fa724),_0xafeeb6;}export function updateApiKeyAccount(_0x68e136,_0x26b2f9,{label:_0x3d3738,apiKey:_0x3b5a21,endpoint:_0xf3f2ef}={}){const _0xacfacc={_0x131212:0x6a4,_0xac6901:0x628,_0x332273:0x54c,_0x17c682:0x576,_0x30ffca:0x4ff,_0x5a1a88:0x5ef,_0x3b018b:0x572,_0x583b55:0x382,_0x1f4346:0x432,_0x10e1e6:0x41c,_0xfe47a5:0x5af,_0x54e4bd:0x533,_0x1418ba:0x3cc,_0x1d9514:0x45c,_0x25d415:0x3c9,_0x361655:0x3fc,_0x2a568a:0x4ff,_0x5b681e:0x5a6,_0x107842:0x418,_0x23baa8:0x6b2,_0xec33c0:0x631,_0x1bd946:0x67e,_0x50b7f8:0x566,_0x575b59:0x569,_0x57c02c:0x6e2,_0x348075:0x6b4,_0x5b5382:0x5fe,_0x3e7cc1:0x641,_0x9c3b9e:0x58f,_0x41ecbe:0x407,_0x31933b:0x4c0,_0x51d1f6:0x550,_0x33f22c:0x664,_0x38a3e9:0x5fa,_0x124bca:0x49e,_0x5344f9:0x4b8,_0x55e78c:0x3df,_0x31c53a:0x554,_0x135179:0x5d2,_0x128b41:0x55c,_0x2a2e10:0x404,_0x527f88:0x4ff,_0x23ec97:0x416,_0x117ce5:0x427,_0x40541f:0x535,_0x98cbe4:0x590,_0x385789:0x5fa,_0x39e75d:0x5a3,_0x57caba:0x601,_0x26494f:0x690,_0x45d97f:0x454,_0x49e178:0x4b2,_0x3b2efe:0x587,_0x1c1142:0x366,_0xe3e874:0x505,_0x30e0ac:0x5de,_0x1ba4a9:0x6c5},_0xa78076={_0x323c21:0x3f},_0x4d3f8b={_0x485e4b:0x156,_0x3afa51:0x61},_0x220be4={'Hfhqo':function(_0x5b6a86,_0x528e1f){return _0x5b6a86(_0x528e1f);},'VMJXc':_0x19f7b7(0x6e1,0x667,_0xacfacc._0x131212,_0xacfacc._0xac6901)+'\x20required','JqWlk':_0x19f7b7(0x5a5,0x604,_0xacfacc._0x332273,0x49f),'Syeeu':function(_0x40f67d,_0x515920){return _0x40f67d===_0x515920;},'fzcUf':_0x19f7b7(_0xacfacc._0x17c682,_0xacfacc._0x30ffca,0x59b,0x4e6),'USuOT':function(_0x277ca8){return _0x277ca8();},'TwKRu':_0x19f7b7(0x53d,0x652,_0xacfacc._0x5a1a88,_0xacfacc._0x3b018b),'yAbuI':function(_0x4ff9c5,_0x40a22b){return _0x4ff9c5!==_0x40a22b;},'ctTHh':function(_0x7e6288,_0xa771e0,_0x44bddb){return _0x7e6288(_0xa771e0,_0x44bddb);},'apkpI':function(_0x79bd83,_0x189985){return _0x79bd83(_0x189985);},'gAqnK':function(_0x34af80,_0x127b93){return _0x34af80===_0x127b93;},'LYdSf':_0x39643f(_0xacfacc._0x583b55,_0xacfacc._0x1f4346,0x498,_0xacfacc._0x10e1e6),'ucxzF':function(_0x1c0b1f,_0x1a843a){return _0x1c0b1f(_0x1a843a);},'JzzIP':_0x19f7b7(0x572,0x605,_0xacfacc._0xfe47a5,0x4f9)+_0x39643f(0x4fd,0x43f,_0xacfacc._0x54e4bd,0x4a1)+_0x39643f(0x37c,_0xacfacc._0x1418ba,_0xacfacc._0x1d9514,_0xacfacc._0x25d415)+'nt'},_0xaf18af=_0x220be4[_0x39643f(0x527,0x49f,0x44a,0x4bb)](readProviderAccounts),_0x4164f9=_0xaf18af[_0x68e136]||[];function _0x39643f(_0x5d4bef,_0x23eb4b,_0x1a33e6,_0x29357d){return _0x49e430(_0x23eb4b,_0x23eb4b-0x20,_0x1a33e6-_0x4d3f8b._0x485e4b,_0x29357d- -_0x4d3f8b._0x3afa51);}const _0x3e299e=_0x4164f9[_0x39643f(_0xacfacc._0x361655,0x438,_0xacfacc._0x2a568a,0x475)](_0x26fd2c=>_0x26fd2c['id']===_0x26b2f9&&_0x26fd2c['type']===ACCOUNT_TYPE_API_KEY);if(!_0x3e299e){if(_0x220be4[_0x39643f(0x5cf,_0xacfacc._0x5b681e,0x5a9,0x539)]==='ZQsaM'){const _0x3b378a=_0x220be4[_0x39643f(_0xacfacc._0x107842,0x4bf,0x49a,0x4d3)](_0xa6daa6,_0x255a26);if(!_0x3b378a)throw new _0x5cd7bb(_0x220be4[_0x19f7b7(_0xacfacc._0x23baa8,_0xacfacc._0xec33c0,0x671,_0xacfacc._0x1bd946)]);_0x4280b5[_0x39643f(_0xacfacc._0x50b7f8,_0xacfacc._0x575b59,0x447,0x4c0)]=_0x3b378a;}else return null;}const _0x26ab91=_0x220be4[_0x19f7b7(_0xacfacc._0x57c02c,_0xacfacc._0x348075,0x641,0x65b)](trimToNull,_0x3d3738);_0x26ab91&&(_0x3e299e[_0x19f7b7(0x627,0x5cc,0x58d,0x556)]=_0x26ab91);function _0x19f7b7(_0x132eae,_0x1fa85a,_0x5c24e3,_0x5be7c4){return _0x49e430(_0x5be7c4,_0x1fa85a-0x10,_0x5c24e3-_0xa78076._0x323c21,_0x5c24e3-0x10d);}if(_0x3b5a21!==undefined){const _0x11c11d=_0x220be4[_0x19f7b7(0x6c7,_0xacfacc._0x5b5382,_0xacfacc._0x3e7cc1,_0xacfacc._0x9c3b9e)](trimToNull,_0x3b5a21);if(!_0x11c11d)throw new Error(_0x39643f(0x51a,0x530,0x49f,0x536)+_0x19f7b7(0x654,0x53c,0x5e6,0x534));_0x3e299e[_0x39643f(0x56c,_0xacfacc._0x41ecbe,0x4fa,_0xacfacc._0x31933b)]=_0x11c11d;}if(_0x220be4[_0x39643f(0x495,_0xacfacc._0x51d1f6,0x47c,0x4e6)](_0xf3f2ef,undefined)){if('fGFPs'===_0x19f7b7(0x5fe,0x5bc,_0xacfacc._0x33f22c,_0xacfacc._0x38a3e9))_0x3e299e[_0x39643f(_0xacfacc._0x124bca,_0xacfacc._0x5344f9,0x598,0x4ea)]=_0x220be4[_0x39643f(0x354,_0xacfacc._0x107842,0x390,_0xacfacc._0x55e78c)](normalizeApiKeyEndpoint,_0x68e136,_0xf3f2ef);else return _0x5ea664===_0x220be4['JqWlk']||_0x220be4[_0x19f7b7(0x562,_0xacfacc._0x31c53a,_0xacfacc._0x135179,_0xacfacc._0x128b41)](_0x5b8bc,_0x220be4[_0x39643f(_0xacfacc._0x2a2e10,_0xacfacc._0x527f88,0x4a4,0x4b7)]);}const _0x25ce10=new Date()[_0x39643f(_0xacfacc._0x23ec97,_0xacfacc._0x117ce5,0x3b4,0x466)+'g']();_0x3e299e[_0x19f7b7(_0xacfacc._0x40541f,_0xacfacc._0x98cbe4,0x54b,0x4d1)]=_0x25ce10,_0x3e299e[_0x19f7b7(_0xacfacc._0x385789,0x601,0x5de,0x667)]=_0x25ce10,_0x220be4[_0x19f7b7(_0xacfacc._0x39e75d,_0xacfacc._0x57caba,0x630,_0xacfacc._0x26494f)](writeProviderAccounts,_0xaf18af);if(_0x3e299e['is_default']){if(_0x220be4['gAqnK'](_0x39643f(0x456,0x4af,0x4cd,0x4c6),_0x220be4['LYdSf']))return _0x5c0c36;else _0x220be4[_0x39643f(0x4df,_0xacfacc._0x45d97f,0x4d0,_0xacfacc._0x49e178)](syncDefaultToCliFile,_0x68e136);}const _0x1ff3f3={};return _0x1ff3f3[_0x19f7b7(0x541,0x62a,_0xacfacc._0x3b2efe,0x5a6)]=_0x68e136,_0x1ff3f3[_0x39643f(_0xacfacc._0x1c1142,0x3bc,0x400,0x407)]=_0x26b2f9,logger[_0x39643f(0x57e,0x496,0x450,_0xacfacc._0xe3e874)](_0x220be4[_0x19f7b7(0x6cc,_0xacfacc._0x30e0ac,0x637,_0xacfacc._0x1ba4a9)],_0x1ff3f3),_0x3e299e;}export function removeAccount(_0x4bd357,_0x27e38f){const _0x4cf705={_0x2e2585:0xe8,_0x4060a5:0xef,_0x28c837:0x49,_0x1bdb42:0x7e,_0x293d54:0x11e,_0x2a8979:0x62,_0x56d025:0x13,_0x4505a5:0x59,_0x4ac66a:0xbb,_0x4a4b0e:0x34,_0x116c11:0x58,_0x32e01a:0x5d,_0x2af880:0x91,_0x40edbf:0xce,_0x4f24af:0x5b,_0x3a7c72:0xf,_0x2fa919:0x2,_0x262013:0x1f,_0xd84a11:0x19,_0x426984:0x9f,_0x253487:0xad,_0x379d18:0x1c,_0x1ec4f0:0x89,_0x4d0da8:0x8d,_0x488fc3:0x6c,_0x196c14:0xcb,_0x1861af:0x20,_0x268230:0x9d,_0x18061a:0xa9,_0x5dd9f9:0x93,_0x3e9399:0x70,_0x123661:0x91,_0x5efe7e:0x92,_0x5814ff:0x3e,_0x2af755:0x6b,_0x21a902:0x16,_0x30be3a:0x11,_0xb990d5:0x20,_0xa37454:0x4b,_0x2cd491:0x37,_0x74d390:0x5a,_0x417752:0xf8,_0x4e677d:0x14,_0x122095:0xe0,_0x3e885b:0x10,_0xbf39fc:0x29,_0x2f8f5c:0xa,_0x3509b0:0x75,_0xb2dfdf:0xb8,_0x3a3d4f:0xe,_0x533dce:0x13,_0xd24a8c:0xdc,_0x5807ea:0x61,_0x45930a:0x9,_0x4e5610:0x75,_0x1fc557:0x1a,_0x2bf7ba:0xe2,_0x28d118:0x70,_0x1bdfa3:0x6e,_0x2ec044:0x79,_0x4c3ab0:0x10f,_0x429d6d:0x23,_0x1417df:0xee,_0x262100:0x85,_0x29489e:0xf3},_0xbb96d6={_0x3809dc:0x52f},_0x14814c={_0x324b72:0x19,_0x2d38fa:0x85},_0x20169f={'vuAot':function(_0x4b5529,_0x49ecd7,_0x38eaac){return _0x4b5529(_0x49ecd7,_0x38eaac);},'eRbIW':function(_0x2b0d98,_0x40df75){return _0x2b0d98(_0x40df75);},'WLDFO':function(_0x58ee40,_0x12563e){return _0x58ee40!==_0x12563e;},'YyvHT':function(_0x1e3754){return _0x1e3754();},'uKIur':_0x12ecf4(_0x4cf705._0x2e2585,0x5,0x5b,-0x62),'rqkYj':function(_0x16ab86,_0x1566bb){return _0x16ab86>_0x1566bb;},'cwPZR':function(_0x2e9304,_0x5ee8c9){return _0x2e9304!==_0x5ee8c9;},'DAHUL':'rZFTt','kucBc':_0x12ecf4(-0x28,0xde,0x55,-0x26)+_0x12ecf4(0x54,-_0x4cf705._0x4060a5,-_0x4cf705._0x28c837,-_0x4cf705._0x1bdb42)+_0x12ecf4(_0x4cf705._0x293d54,0x66,_0x4cf705._0x2a8979,_0x4cf705._0x56d025)+_0x12ecf4(0x22,-_0x4cf705._0x4505a5,0x4e,_0x4cf705._0x4ac66a),'YjbMK':function(_0x5da575,_0x35acdc){return _0x5da575(_0x35acdc);},'hQQYp':function(_0xc51428,_0x15de9b){return _0xc51428(_0x15de9b);},'TmpnV':_0x26b1b4(_0x4cf705._0x4a4b0e,-_0x4cf705._0x116c11,_0x4cf705._0x32e01a,_0x4cf705._0x2af880)+'ovider\x20acc'+'ount'},_0x2a25fd=_0x20169f[_0x26b1b4(-0x3b,-0xf3,-0x54,-0x15)](readProviderAccounts),_0x2632ea=_0x2a25fd[_0x4bd357]||[],_0x4edfc7=_0x2632ea[_0x12ecf4(0xff,_0x4cf705._0x40edbf,0x6d,0xdf)](_0xc88c8e=>_0xc88c8e['id']===_0x27e38f);if(_0x4edfc7===-(0x1785+-0x5*0x68f+0x5f*0x19)){if(_0x20169f[_0x12ecf4(-_0x4cf705._0x4f24af,0x3,-_0x4cf705._0x3a7c72,_0x4cf705._0x2fa919)](_0x20169f['uKIur'],_0x20169f[_0x12ecf4(0x35,-_0x4cf705._0x262013,-_0x4cf705._0xd84a11,_0x4cf705._0x426984)]))_0x503eb3[_0x26b1b4(_0x4cf705._0x253487,0xc7,_0x4cf705._0x379d18,-_0x4cf705._0x1ec4f0)]=_0x20169f[_0x12ecf4(0x85,-_0x4cf705._0x4d0da8,-0x7,-0x6c)](_0x302b7e,_0xfd6d94,_0x4983b8);else return![];}const _0x5a0151=_0x2632ea[_0x4edfc7][_0x26b1b4(-_0x4cf705._0x488fc3,-0xf3,-_0x4cf705._0x196c14,-_0x4cf705._0x1861af)];_0x2632ea[_0x26b1b4(-_0x4cf705._0x268230,-0x81,-0xba,-_0x4cf705._0x18061a)](_0x4edfc7,-0x1*0x595+-0x26*0x8b+0x1a38),_0x2a25fd[_0x4bd357]=_0x2632ea;if(_0x5a0151&&_0x20169f[_0x12ecf4(-_0x4cf705._0x5dd9f9,0x4,-0x66,-0x22)](_0x2632ea[_0x12ecf4(-_0x4cf705._0x28c837,-0x1e,_0x4cf705._0x3e9399,-0xd)],-0x4d*0x79+0xfb9+-0xbd*-0x1c)){if(_0x20169f['cwPZR']('Kixcu',_0x20169f['DAHUL'])){_0x2632ea[-0x2533+0x25a+0x22d9]['is_default']=!![];const _0x5e4149={};_0x5e4149[_0x26b1b4(-_0x4cf705._0x123661,-_0x4cf705._0x5efe7e,-0xb5,-_0x4cf705._0x5814ff)]=_0x4bd357,_0x5e4149[_0x26b1b4(_0x4cf705._0x2af755,-_0x4cf705._0x3e9399,_0x4cf705._0x21a902,-_0x4cf705._0x30be3a)+'Id']=_0x2632ea[0xc6b+-0x8*0x233+-0x1*-0x52d]['id'],logger[_0x26b1b4(_0x4cf705._0xb990d5,_0x4cf705._0xa37454,_0x4cf705._0x2cd491,_0x4cf705._0x74d390)](_0x20169f['kucBc'],_0x5e4149);}else{const _0x5ad94d=_0x20169f[_0x26b1b4(_0x4cf705._0x417752,-_0x4cf705._0x4e677d,0x52,_0x4cf705._0x122095)](_0x380f26,_0x1d81d2);if(!_0x5ad94d||_0x20169f['WLDFO'](_0x5ad94d[_0x12ecf4(-_0x4cf705._0x3e885b,_0x4cf705._0xbf39fc,-_0x4cf705._0x2f8f5c,-0x6c)],_0x54d7a3)||!_0x5ad94d[_0x26b1b4(-_0x4cf705._0x3509b0,-_0x4cf705._0xb2dfdf,-_0x4cf705._0x3a3d4f,0x16)])return null;return _0x5ad94d;}}_0x20169f[_0x12ecf4(-_0x4cf705._0x533dce,_0x4cf705._0xd24a8c,_0x4cf705._0x5807ea,0x89)](writeProviderAccounts,_0x2a25fd);function _0x12ecf4(_0x12d959,_0x38c2b3,_0x412e9d,_0xad9520){return _0x49e430(_0x38c2b3,_0x38c2b3-_0x14814c._0x324b72,_0x412e9d-_0x14814c._0x2d38fa,_0x412e9d- -0x520);}_0x5a0151&&(_0x20169f[_0x26b1b4(-0xec,_0x4cf705._0x45930a,-_0x4cf705._0x4e5610,-_0x4cf705._0x1fc557)](_0x2632ea[_0x12ecf4(0x59,_0x4cf705._0x2bf7ba,_0x4cf705._0x28d118,-0x33)],-0x2340+0xc31*0x1+-0x1*-0x170f)?_0x20169f[_0x12ecf4(0x3b,0x10a,0x65,0x38)](syncDefaultToCliFile,_0x4bd357):_0x20169f[_0x12ecf4(-_0x4cf705._0x1bdfa3,-_0x4cf705._0x2ec044,-0xee,-0xc4)](removeCliFile,_0x4bd357));const _0x4a1d00={};_0x4a1d00[_0x12ecf4(-_0x4cf705._0x4c3ab0,-_0x4cf705._0x429d6d,-0xa6,0xb)]=_0x4bd357,_0x4a1d00[_0x12ecf4(-_0x4cf705._0x1417df,-0x4f,-_0x4cf705._0xb2dfdf,-_0x4cf705._0x262100)]=_0x27e38f,_0x4a1d00[_0x12ecf4(0x6d,-0xdb,-_0x4cf705._0xa37454,-_0x4cf705._0x29489e)]=_0x5a0151,logger['info'](_0x20169f['TmpnV'],_0x4a1d00);function _0x26b1b4(_0x155543,_0x582c96,_0x304cd9,_0xafe76a){return _0x49e430(_0xafe76a,_0x582c96-0x51,_0x304cd9-0x1c3,_0x304cd9- -_0xbb96d6._0x3809dc);}return!![];}export function setDefaultAccount(_0x1bf9ff,_0x38fadf){const _0x26f9ab={_0x309957:0x1,_0x1d6631:0x56,_0x32464c:0xa,_0x48a0b1:0x67,_0x12c53b:0x38,_0x5e7245:0xc1,_0x39cd11:0x2c,_0x376eaf:0x70,_0x30a3ed:0x6b,_0x301c91:0x4b,_0x3b9212:0x420,_0x1a4c99:0x47e,_0x49ef88:0x3f,_0x4a1280:0x40b,_0x22c19e:0x2d3,_0x28f306:0x36d,_0x3f44b5:0xab,_0x71ac52:0xc5},_0x5dd85c={_0x235f6f:0x1b3},_0x159799={_0x4aecac:0x1b8},_0x37eceb={_0x363483:0x248,_0x2c6ef3:0x344,_0x3bbaaf:0x2ed},_0x2efb2d={'APvrd':function(_0x5c0419,_0x450b4b){return _0x5c0419===_0x450b4b;},'CxdMQ':function(_0x38a1f0){return _0x38a1f0();},'IdUsH':function(_0x56969e,_0x5d8020){return _0x56969e(_0x5d8020);}},_0x430b1a=_0x2efb2d[_0x4257d1(_0x26f9ab._0x309957,_0x26f9ab._0x1d6631,-_0x26f9ab._0x32464c,_0x26f9ab._0x48a0b1)](readProviderAccounts),_0x4a92f0=_0x430b1a[_0x1bf9ff]||[],_0x3d898d=_0x4a92f0[_0x4257d1(-_0x26f9ab._0x12c53b,_0x26f9ab._0x5e7245,0xa9,0x11)](_0x2a2926=>_0x2a2926['id']===_0x38fadf);if(!_0x3d898d)return![];_0x4a92f0[_0x4257d1(0x61,-_0x26f9ab._0x39cd11,0x2a,_0x26f9ab._0x376eaf)](_0x4c66f8=>{const _0x3bbfda={_0x27799a:0x15c,_0x4c7024:0x95},_0x20ef0f={_0x392033:0x1ab,_0x57dd85:0x75};function _0x1ef0fb(_0x15d714,_0x446da3,_0x58b828,_0xb797fe){return _0x46d63c(_0x446da3,_0x446da3-_0x20ef0f._0x392033,_0x58b828-0x1a6,_0xb797fe- -_0x20ef0f._0x57dd85);}function _0x2ea4ba(_0x5cbb9b,_0xec7635,_0x2155fa,_0x207df2){return _0x46d63c(_0x207df2,_0xec7635-_0x3bbfda._0x27799a,_0x2155fa-0x44,_0xec7635- -_0x3bbfda._0x4c7024);}_0x4c66f8[_0x2ea4ba(0x256,0x2e7,_0x37eceb._0x363483,0x28f)]=_0x2efb2d[_0x2ea4ba(0x360,_0x37eceb._0x2c6ef3,_0x37eceb._0x3bbaaf,0x36d)](_0x4c66f8['id'],_0x38fadf);}),writeProviderAccounts(_0x430b1a);function _0x46d63c(_0x3308f0,_0x3b8ed6,_0x13bbef,_0x311839){return _0x49e430(_0x3308f0,_0x3b8ed6-0x1e1,_0x13bbef-_0x159799._0x4aecac,_0x311839- -0xe8);}function _0x4257d1(_0x4734f3,_0x311c90,_0x50b51d,_0x58df17){return _0x49e430(_0x4734f3,_0x311c90-0xbc,_0x50b51d-_0x5dd85c._0x235f6f,_0x58df17- -0x4c5);}_0x2efb2d['IdUsH'](syncDefaultToCliFile,_0x1bf9ff);const _0x2c8fa3={};return _0x2c8fa3[_0x4257d1(-0xf9,-0x65,-_0x26f9ab._0x30a3ed,-_0x26f9ab._0x301c91)]=_0x1bf9ff,_0x2c8fa3['accountId']=_0x38fadf,logger[_0x46d63c(0x400,0x4c5,_0x26f9ab._0x3b9212,_0x26f9ab._0x1a4c99)](_0x4257d1(0x8f,0xd8,0xc8,_0x26f9ab._0x49ef88)+_0x46d63c(_0x26f9ab._0x4a1280,_0x26f9ab._0x22c19e,0x383,_0x26f9ab._0x28f306)+_0x4257d1(_0x26f9ab._0x3f44b5,0x100,_0x26f9ab._0x71ac52,0xd6),_0x2c8fa3),!![];}function _0x49e430(_0x86d0c5,_0x250dec,_0x1054ab,_0x5480e1){const _0x431175={_0x45acb4:0x26a};return _0x4713(_0x5480e1-_0x431175._0x45acb4,_0x86d0c5);}export function updateAccountLabel(_0x19ab8a,_0x273ae0,_0x31303c){const _0x4dc8fa={_0x26f26:0xa,_0x4068b3:0xc7,_0x39497e:0x1b3,_0x93a49d:0xfe,_0x1ddbf1:0x28,_0x5ee7cf:0x93,_0x25c6d1:0xb4,_0x2df56a:0x184,_0x21e2c6:0x214,_0x4fa003:0x100,_0x5c1b5c:0x172,_0x55262b:0x14d,_0x18262e:0x141,_0x5b924f:0x216,_0x4a7c56:0x32,_0x316ab5:0x9a},_0xf6c4e5={_0x4ff633:0x2b,_0x11a4fe:0x2f6},_0x2abe4a={_0x310255:0xd1};function _0x47584f(_0xf2d0c5,_0x5027e5,_0x36861f,_0x941df8){return _0x49e430(_0xf2d0c5,_0x5027e5-_0x2abe4a._0x310255,_0x36861f-0xb,_0x36861f- -0x4d1);}const _0x5dcc66={'TLfOy':function(_0x5773db,_0x1697a5){return _0x5773db(_0x1697a5);},'Xcqsy':'Updated\x20pr'+_0x47584f(-_0x4dc8fa._0x26f26,_0x4dc8fa._0x4068b3,0x9f,0x149)+_0x14f2fb(0x137,0x1a5,0x156,_0x4dc8fa._0x39497e)},_0x294bc2=readProviderAccounts(),_0x22dc70=_0x294bc2[_0x19ab8a]||[],_0x86fb74=_0x22dc70['find'](_0x38aadf=>_0x38aadf['id']===_0x273ae0);if(!_0x86fb74)return![];_0x86fb74[_0x14f2fb(_0x4dc8fa._0x93a49d,0x192,0x18a,0xd6)]=_0x31303c,_0x86fb74[_0x47584f(-0x3d,_0x4dc8fa._0x1ddbf1,-_0x4dc8fa._0x5ee7cf,-0x92)]=new Date()['toISOStrin'+'g'](),_0x5dcc66[_0x47584f(_0x4dc8fa._0x25c6d1,-0x42,-0x8,0x97)](writeProviderAccounts,_0x294bc2);const _0x4a2cdc={};_0x4a2cdc[_0x14f2fb(0xfc,0x118,_0x4dc8fa._0x2df56a,_0x4dc8fa._0x21e2c6)]=_0x19ab8a,_0x4a2cdc[_0x14f2fb(0x190,_0x4dc8fa._0x4fa003,_0x4dc8fa._0x5c1b5c,_0x4dc8fa._0x55262b)]=_0x273ae0;function _0x14f2fb(_0x350a69,_0x5b4fc0,_0x4996fc,_0x24d139){return _0x49e430(_0x24d139,_0x5b4fc0-0x133,_0x4996fc-_0xf6c4e5._0x4ff633,_0x4996fc- -_0xf6c4e5._0x11a4fe);}return _0x4a2cdc[_0x14f2fb(_0x4dc8fa._0x18262e,_0x4dc8fa._0x5b924f,0x18a,0x1d5)]=_0x31303c,logger['info'](_0x5dcc66[_0x47584f(-0x1d,-_0x4dc8fa._0x4a7c56,-_0x4dc8fa._0x316ab5,-0xd9)],_0x4a2cdc),!![];}export function updateAccountEmail(_0x6a5b7f,_0xbea509,_0x2b71fb){const _0x27c7e0={_0x5c7a29:0x11,_0x4e3e7f:0x7c,_0x5a7ce4:0x15c,_0x1072ac:0x8a,_0x4c8b1b:0x78,_0xf8e799:0x6c,_0x575661:0x129,_0x499d40:0x11b,_0x16407d:0x68,_0x1489f7:0x178,_0x154eea:0x1ab,_0x375e61:0xfa,_0x5af6f9:0x4b,_0xdc04a9:0x19b,_0x2b4eeb:0x24e,_0x1238f6:0x62,_0x3ee386:0x191,_0x25a612:0x121,_0x411b2e:0xde,_0x4c38f7:0xd9,_0x596d16:0x48,_0x1ad07d:0xf9,_0x351323:0x37,_0xb188bb:0x28,_0x46f046:0x3a,_0x609482:0x134,_0x583051:0x193,_0x2f7034:0x1b7},_0x4c0fcb={_0xe0d2c5:0xc6,_0x2a0fae:0x4dc},_0xe36f48={'RimcX':function(_0x35d6b5,_0x202031){return _0x35d6b5(_0x202031);},'LoDRr':'Updated\x20pr'+'ovider\x20acc'+'ount\x20token'+'s','SbfPj':function(_0x570b8b,_0x468196){return _0x570b8b===_0x468196;},'IiSsu':_0x2fc214(_0x27c7e0._0x5c7a29,-0x105,-_0x27c7e0._0x4e3e7f,-0x6e),'zwyBz':function(_0x47319c,_0x464ce7){return _0x47319c(_0x464ce7);}},_0x3d91fa=readProviderAccounts(),_0x5ced70=_0x3d91fa[_0x6a5b7f]||[],_0x39d1b8=_0x5ced70[_0x5833be(-0x129,-_0x27c7e0._0x5a7ce4,-0xf2,-0x1bb)](_0x37c987=>_0x37c987['id']===_0xbea509&&_0x37c987[_0x2fc214(0x8a,0x3b,0xb1,0x3a)]===ACCOUNT_TYPE_OAUTH);if(!_0x39d1b8){if(_0xe36f48[_0x5833be(-0x106,-_0x27c7e0._0x1072ac,-_0x27c7e0._0x4c8b1b,-_0x27c7e0._0xf8e799)](_0xe36f48['IiSsu'],_0x5833be(-0x191,-0xe9,-0xe9,-0x1b2)))return![];else{const _0x305e9c=_0x4d8718(),_0xcf5efb=_0x305e9c[_0x5a071a]||[],_0x3e3e71=_0xcf5efb[_0x5833be(-_0x27c7e0._0x575661,-0x15d,-_0x27c7e0._0x499d40,-0x1ae)](_0x435638=>_0x435638['id']===_0x4dbba4&&_0x435638[_0x5833be(-0xe9,-0x181,-0x70,-0x5a)]===_0x7bfcbc);if(!_0x3e3e71)return![];_0x3e3e71[_0x2fc214(-0x11,0x6e,-_0x27c7e0._0x16407d,0x13)]=_0x248457,_0x3e3e71['updated_at']=new _0x3d95af()[_0x5833be(-0x138,-_0x27c7e0._0x1489f7,-_0x27c7e0._0x154eea,-0x1c5)+'g'](),_0xe36f48[_0x5833be(-_0x27c7e0._0x375e61,-0x183,-_0x27c7e0._0x5af6f9,-0x153)](_0x34ada9,_0x305e9c);_0x3e3e71[_0x5833be(-_0x27c7e0._0xdc04a9,-_0x27c7e0._0x154eea,-_0x27c7e0._0x2b4eeb,-0x1e1)]&&_0xe36f48['RimcX'](_0x1b69ad,_0x13d5bc);const _0x3dbd41={};return _0x3dbd41[_0x2fc214(-0x7c,-0x27,0x5,-_0x27c7e0._0x1238f6)]=_0x5a4297,_0x3dbd41[_0x5833be(-0x197,-_0x27c7e0._0x3ee386,-0xf3,-_0x27c7e0._0x25a612)]=_0x36f73d,_0x49c147['debug'](_0xe36f48[_0x5833be(-0xa6,-_0x27c7e0._0x411b2e,-0x12b,-_0x27c7e0._0x4c38f7)],_0x3dbd41),!![];}}_0x39d1b8[_0x2fc214(-_0x27c7e0._0x596d16,-_0x27c7e0._0x1ad07d,-0xe4,-0x46)]=_0x2b71fb;function _0x2fc214(_0x18adcf,_0x23e02c,_0xc0db4c,_0xcc5a71){return _0x49e430(_0x23e02c,_0x23e02c-0x1db,_0xc0db4c-_0x4c0fcb._0xe0d2c5,_0xcc5a71- -_0x4c0fcb._0x2a0fae);}_0x39d1b8['updated_at']=new Date()[_0x2fc214(-0x4,-0x77,-_0x27c7e0._0x351323,-0x15)+'g'](),_0xe36f48['zwyBz'](writeProviderAccounts,_0x3d91fa);const _0x5ae7f8={};_0x5ae7f8['provider']=_0x6a5b7f,_0x5ae7f8['accountId']=_0xbea509,_0x5ae7f8['email']=_0x2b71fb;function _0x5833be(_0x41ade3,_0x90a967,_0x7b3d1d,_0x359d52){return _0x49e430(_0x90a967,_0x90a967-0x7b,_0x7b3d1d-0xf0,_0x41ade3- -0x5ff);}return logger[_0x2fc214(0xc2,0x137,0xab,0x8a)](_0x2fc214(0x0,-_0x27c7e0._0xb188bb,0x3d,-_0x27c7e0._0x46f046)+_0x2fc214(0x81,_0x27c7e0._0x609482,0xba,0x94)+_0x5833be(-_0x27c7e0._0x583051,-_0x27c7e0._0x2f7034,-0x100,-0x1b0),_0x5ae7f8),!![];}export function updateAccountTokens(_0x4ddf5f,_0x5e075c,_0x47fa51){const _0x388ff6={_0x317d8f:0x140,_0x23736f:0x24a,_0x1bf8e8:0x20c,_0x4bbf40:0x1b6,_0x2053b5:0x197,_0x30acdc:0x218,_0x376d59:0x10f,_0xd150a3:0xc3,_0x432165:0x128,_0x4e8639:0xf7,_0x2510c1:0x6e,_0x1da360:0xec,_0x52b931:0xf2,_0x28d76a:0x8f,_0x236d8a:0x82,_0x10bf91:0xaa,_0x2ce7c3:0x120,_0x2353f3:0xc0,_0x2cd5bc:0x5a},_0x54328f={_0x1ac938:0x155},_0x371f21={_0x189988:0x14d,_0xa03d9e:0x11d},_0x389a3f={'eZwAk':function(_0x1edb4c){return _0x1edb4c();},'SdsNN':function(_0x591db8,_0x15e1ae){return _0x591db8(_0x15e1ae);},'keLkc':'Updated\x20pr'+_0x5bedf9(_0x388ff6._0x317d8f,_0x388ff6._0x23736f,_0x388ff6._0x1bf8e8,_0x388ff6._0x4bbf40)+'ount\x20token'+'s'},_0x4fbd49=_0x389a3f[_0x5bedf9(_0x388ff6._0x2053b5,0x14d,_0x388ff6._0x30acdc,0x19b)](readProviderAccounts),_0x19e97b=_0x4fbd49[_0x4ddf5f]||[],_0x1e2bf5=_0x19e97b[_0x1b2f40(0x11d,_0x388ff6._0x376d59,0x111,0x169)](_0x3f7e0d=>_0x3f7e0d['id']===_0x5e075c&&_0x3f7e0d['type']===ACCOUNT_TYPE_OAUTH);if(!_0x1e2bf5)return![];_0x1e2bf5[_0x1b2f40(_0x388ff6._0xd150a3,_0x388ff6._0x432165,0x17a,0xd8)]=_0x47fa51;function _0x1b2f40(_0x5688f0,_0x300910,_0x4b3754,_0x32d84a){return _0x49e430(_0x32d84a,_0x300910-_0x371f21._0x189988,_0x4b3754-_0x371f21._0xa03d9e,_0x300910- -0x3c7);}_0x1e2bf5['updated_at']=new Date()['toISOStrin'+'g'](),_0x389a3f[_0x5bedf9(_0x388ff6._0x4e8639,0x1a0,_0x388ff6._0x2510c1,_0x388ff6._0x1da360)](writeProviderAccounts,_0x4fbd49);_0x1e2bf5[_0x5bedf9(_0x388ff6._0x52b931,_0x388ff6._0x28d76a,_0x388ff6._0x236d8a,_0x388ff6._0x10bf91)]&&_0x389a3f['SdsNN'](syncDefaultToCliFile,_0x4ddf5f);const _0x5073e6={};_0x5073e6[_0x5bedf9(0x110,_0x388ff6._0x2ce7c3,0x176,_0x388ff6._0x2353f3)]=_0x4ddf5f;function _0x5bedf9(_0x24220d,_0x372ee1,_0x59cc05,_0x4e5a2d){return _0x35408d(_0x24220d-0x18d,_0x4e5a2d- -_0x54328f._0x1ac938,_0x372ee1,_0x4e5a2d-0xfd);}return _0x5073e6[_0x1b2f40(0x4f,0xa1,-0xd,_0x388ff6._0x2cd5bc)]=_0x5e075c,logger['debug'](_0x389a3f[_0x1b2f40(0xa7,0x124,0x75,0x121)],_0x5073e6),!![];}export function syncDefaultToCliFile(_0x2aa477){const _0x37f761={_0x351c3c:0x47,_0x121ed4:0xf,_0x2dd4b2:0x61e,_0x4980ff:0x67d,_0x395e2c:0x601,_0x4fcbe8:0x6c,_0x35892b:0x46,_0x57de3e:0x72,_0x28f531:0x21,_0x2db993:0x18b,_0x1a50fd:0x1d3,_0x235a6b:0x146,_0x516eeb:0x1b8,_0x2c13f4:0x101,_0x527b71:0x1ef,_0x1911ec:0x149,_0x447aa0:0x16a,_0x3153f9:0x121,_0x3f0a54:0xa7,_0x2316e7:0x88,_0x1429c0:0xc3,_0x2ecff7:0x7e,_0x4c85bf:0x582,_0x37ba79:0x5c1,_0x12d350:0x5e2,_0x35db63:0x6f2,_0x459441:0x65d,_0x48aa72:0x543,_0x44a22b:0x5b6,_0x4dda6f:0x571,_0x5b8aac:0x5c3,_0xf3ceb3:0x58b,_0x144e55:0x6b3,_0x54ce08:0xd6,_0x4a7a77:0xbb,_0x45f2e9:0xb9,_0x435763:0x5df,_0x51003f:0x69a,_0x28ef2c:0xd5,_0x355d06:0xb3,_0x97670:0xf2,_0x40dc1b:0x5dd,_0x1d2cd1:0x6b8,_0x3e2bf3:0x1c,_0x581452:0x36,_0x5ce224:0x162,_0xc44de:0x97,_0x42115d:0x40,_0x40d1b5:0xc4,_0x12a6a1:0xfe,_0x5371b6:0x68,_0x209ecc:0x13b,_0x6d8306:0x62b,_0x425140:0x714,_0x33ea8e:0x6f4,_0x14082e:0x6e6,_0x35c694:0x9a,_0x1a7c18:0x567,_0x19a51d:0x5b9,_0x25f8a6:0x59a,_0x11a6c3:0x5a8,_0x43b212:0x5c3,_0xa00d20:0x61f,_0x2a7f4c:0x5bc,_0x35e4dd:0x5ba,_0x3e8773:0x621,_0x5bebf2:0x5c9,_0x4e90b6:0x50,_0x56191f:0x4e9,_0x442412:0x58a,_0x18ddda:0x10,_0x1ca7db:0xb4,_0x41a831:0x28,_0x5f0232:0x95,_0x18cae7:0xd,_0x2c0edc:0x25,_0x429ed5:0x16,_0x22c6a7:0x630,_0x56e127:0x701,_0x5bb2f6:0x637,_0xc2165c:0x583,_0x58986f:0x5f8,_0x49a591:0x3,_0x3bec26:0x15,_0x54117b:0x41,_0x2d220b:0x2f,_0x4afa3e:0x5f8,_0x333270:0x172,_0x26faf1:0x6,_0x3cec3b:0x4b,_0x532033:0x5b1,_0x148f7f:0x9,_0x3c4ca5:0x69,_0x137e6f:0x609,_0x43b5e5:0x68e,_0x2c9b94:0x606,_0x55514d:0x627,_0x48c2a6:0x4ed,_0x8f00db:0x142,_0x1a054c:0x139,_0x4b63ff:0xb0,_0x1a76c5:0x94,_0x2e4fcf:0x27,_0x2de3b5:0xcf,_0x33dabd:0x95,_0xa5992d:0x66b,_0x9f8de9:0x615,_0x466e36:0x5d2,_0x18eb9a:0x5c9,_0x2b8d58:0x639,_0x538437:0x119,_0x5831a8:0xd8,_0x4806a8:0xef,_0x5a931c:0x5b8,_0x596961:0x6aa,_0x3bafc0:0x6ac,_0xb1747e:0x653,_0x342ac3:0x5e4,_0x24f068:0x584,_0x5b47e5:0x9,_0x5de332:0x777,_0x4bf838:0x759,_0x392d28:0xa8,_0x4eb01d:0x2,_0x4313d1:0x63f,_0x2987a7:0x683,_0x371770:0xc2,_0xb61522:0x7d,_0x58ea74:0x91,_0x29e254:0x19,_0x2d26be:0x642,_0x2032ff:0x64a,_0x5b4ecd:0x628,_0x5069d8:0x139,_0x2be488:0x5a2,_0x19cdc1:0x638,_0x2b6cf2:0x15e,_0x447ea4:0xc5,_0x1a26d7:0x6d1,_0x189fab:0x615,_0x32c392:0x1c4,_0x394078:0x194,_0x5c85d9:0x110,_0x87ee7a:0x6b7,_0x5b9f23:0x694,_0x4b5fd1:0x690,_0x16a63b:0x5fe,_0x33e5ac:0x5c0,_0x2fdb84:0x3d,_0x15bc1e:0xc8,_0x440364:0x13e,_0x4c2721:0xe4,_0x476b37:0x6f5,_0x23574e:0x638,_0xcf4047:0x6ce,_0x3a3dfe:0x5d0,_0x1cb4a1:0x66c,_0x3878e3:0x5ce,_0x3e4fc1:0x78,_0x5529b5:0xa4,_0x304993:0x5f5,_0xb6e9f4:0x5bc,_0x49c6c6:0x2a,_0x18423d:0x62,_0x1000d6:0x553,_0x429953:0x652,_0x4c6c86:0x62a,_0x44e9af:0x55e},_0x55f452={_0x3f0d8c:0x1c7,_0x13a9cc:0x397},_0x2037f0={_0x1c005f:0xfb},_0x31b83a={'Twwyd':'No\x20default'+_0x2b6469(_0x37f761._0x351c3c,0x34,0x5e,_0x37f761._0x121ed4)+'o\x20sync','sWdIU':function(_0x402fb0,_0x1fc9c0){return _0x402fb0(_0x1fc9c0);},'lcYFB':function(_0x555b60,_0x44f461){return _0x555b60===_0x44f461;},'LnnVQ':function(_0x5c0dbb,_0x8b782e){return _0x5c0dbb!==_0x8b782e;},'LhmlE':_0x2f5ffc(0x5ed,0x66f,_0x37f761._0x2dd4b2,0x686),'JbOnm':_0x2f5ffc(_0x37f761._0x4980ff,0x5a2,0x5ef,_0x37f761._0x395e2c)+_0x2b6469(-_0x37f761._0x4fcbe8,_0x37f761._0x35892b,-_0x37f761._0x57de3e,-_0x37f761._0x28f531)+_0x2b6469(0x127,_0x37f761._0x2db993,_0x37f761._0x1a50fd,_0x37f761._0x235a6b)+_0x2b6469(_0x37f761._0x516eeb,0x1ca,0x126,0x147)+_0x2b6469(_0x37f761._0x2c13f4,0x122,_0x37f761._0x527b71,_0x37f761._0x1911ec),'MeBBi':'hiKun','wZPwk':_0x2b6469(0x1c5,0x1ca,_0x37f761._0x447aa0,_0x37f761._0x3153f9)+_0x2b6469(-_0x37f761._0x3f0a54,-0x2d,-_0x37f761._0x2316e7,-0x2c)+'t\x20is\x20missi'+_0x2b6469(-0x11,_0x37f761._0x1429c0,0xc5,_0x37f761._0x2ecff7)+_0x2f5ffc(_0x37f761._0x4c85bf,_0x37f761._0x37ba79,_0x37f761._0x12d350,0x62e)+_0x2b6469(0xfd,0xa0,0x8f,0x144)+'tial\x20file','rQlxW':function(_0x1a59dc,_0x5c3de1){return _0x1a59dc(_0x5c3de1);},'SDbGd':function(_0x162f32,_0x596260){return _0x162f32===_0x596260;},'SKmVa':_0x2f5ffc(_0x37f761._0x35db63,_0x37f761._0x459441,0x673,0x6ee),'yFJsC':_0x2f5ffc(_0x37f761._0x48aa72,_0x37f761._0x44a22b,_0x37f761._0x4dda6f,0x563),'myVAA':'gemini','YCCMa':_0x2f5ffc(_0x37f761._0x5b8aac,0x562,_0x37f761._0xf3ceb3,0x56b),'DBvGH':_0x2f5ffc(0x743,0x751,0x6b5,_0x37f761._0x144e55)+_0x2b6469(_0x37f761._0x54ce08,0x3e,_0x37f761._0x4a7a77,_0x37f761._0x45f2e9)+_0x2f5ffc(_0x37f761._0x435763,_0x37f761._0x51003f,0x5ff,0x55a)+_0x2b6469(0x192,0x157,_0x37f761._0x28ef2c,0x122),'ogqxt':_0x2b6469(0x140,0x7b,_0x37f761._0x355d06,_0x37f761._0x97670)+_0x2f5ffc(0x559,0x5be,0x5e5,0x65b)+_0x2f5ffc(_0x37f761._0x40dc1b,0x597,0x62a,_0x37f761._0x1d2cd1)+_0x2b6469(0x42,-0x3c,-0x5c,0x59)+'le'};function _0x2b6469(_0x31c723,_0x2a6659,_0x47bfc6,_0x36d933){return _0x35408d(_0x31c723-_0x2037f0._0x1c005f,_0x36d933- -0x1ed,_0x31c723,_0x36d933-0xe);}if(!CLI_CREDENTIAL_FILES[_0x2aa477])return;const _0x1ed293=getDefaultAccount(_0x2aa477);if(!_0x1ed293){const _0x4a35a5={};_0x4a35a5['provider']=_0x2aa477,logger[_0x2b6469(0x69,0xb2,0xd2,0x38)](_0x31b83a[_0x2b6469(_0x37f761._0x3e2bf3,0x141,0x183,0xc8)],_0x4a35a5),_0x31b83a[_0x2b6469(-0x40,-0x2e,-0x85,_0x37f761._0x581452)](removeCliFile,_0x2aa477);return;}if(_0x31b83a['lcYFB'](_0x1ed293[_0x2b6469(_0x37f761._0x5ce224,_0x37f761._0xc44de,_0x37f761._0x42115d,_0x37f761._0x40d1b5)],ACCOUNT_TYPE_API_KEY)){if(_0x31b83a[_0x2b6469(_0x37f761._0x12a6a1,_0x37f761._0x5371b6,_0x37f761._0x209ecc,0x88)](_0x31b83a[_0x2f5ffc(_0x37f761._0x6d8306,_0x37f761._0x425140,0x688,0x6cf)],_0x31b83a[_0x2f5ffc(_0x37f761._0x33ea8e,0x6d8,0x688,_0x37f761._0x14082e)]))return null;else{const _0x50b5cd={};_0x50b5cd[_0x2b6469(-_0x37f761._0x28f531,0x72,_0x37f761._0x35c694,0x28)]=_0x2aa477,_0x50b5cd[_0x2f5ffc(_0x37f761._0x1a7c18,_0x37f761._0x19a51d,_0x37f761._0x25f8a6,_0x37f761._0x11a6c3)]=_0x1ed293['id'],logger[_0x2f5ffc(_0x37f761._0x43b212,_0x37f761._0xa00d20,_0x37f761._0x2a7f4c,0x634)](_0x31b83a[_0x2f5ffc(0x610,0x66e,0x699,0x72d)],_0x50b5cd),_0x31b83a[_0x2f5ffc(0x583,0x64a,_0x37f761._0x35e4dd,0x4ff)](removeCliFile,_0x2aa477);return;}}if(!_0x1ed293[_0x2f5ffc(0x68f,0x5b9,_0x37f761._0x3e8773,_0x37f761._0x5bebf2)]){if(_0x31b83a[_0x2b6469(0x145,_0x37f761._0x4e90b6,0x8c,0xb7)]===_0x2f5ffc(0x56b,_0x37f761._0x56191f,_0x37f761._0x442412,0x561))return null;else{const _0x73da87={};_0x73da87[_0x2b6469(0xdf,-_0x37f761._0x18ddda,_0x37f761._0x1ca7db,_0x37f761._0x41a831)]=_0x2aa477,_0x73da87[_0x2b6469(_0x37f761._0x5f0232,_0x37f761._0x18cae7,-_0x37f761._0x2c0edc,_0x37f761._0x429ed5)]=_0x1ed293['id'],logger[_0x2f5ffc(_0x37f761._0x22c6a7,0x731,0x6b9,_0x37f761._0x56e127)](_0x31b83a['wZPwk'],_0x73da87),_0x31b83a[_0x2f5ffc(0x591,_0x37f761._0x5bb2f6,_0x37f761._0xc2165c,_0x37f761._0x58986f)](removeCliFile,_0x2aa477);return;}}const _0x306835=_0x143828[_0x2b6469(-0x88,-0xb0,_0x37f761._0x49a591,-_0x37f761._0x3bec26)](_0x2452a2[_0x2b6469(0x17,0xdc,-_0x37f761._0x54117b,_0x37f761._0x2d220b)](),CLI_CREDENTIAL_FILES[_0x2aa477]);function _0x2f5ffc(_0x3647cb,_0x45a9de,_0x3e678e,_0x3bedb5){return _0x35408d(_0x3647cb-_0x55f452._0x3f0d8c,_0x3e678e-_0x55f452._0x13a9cc,_0x3647cb,_0x3bedb5-0x15c);}const _0x4cdec5=_0x143828['dirname'](_0x306835);try{if(!_0x55c7cb[_0x2f5ffc(0x5cd,0x55a,0x59b,_0x37f761._0x4afa3e)](_0x4cdec5)){const _0x589698={};_0x589698[_0x2b6469(_0x37f761._0x333270,0xd6,0x146,0xd3)]=!![],_0x589698['mode']=0x1c0,_0x55c7cb[_0x2b6469(-_0x37f761._0x26faf1,_0x37f761._0x3cec3b,0x78,0x21)](_0x4cdec5,_0x589698);}let _0x19d27b;const _0x50486c=_0x1ed293[_0x2f5ffc(0x564,0x6af,0x621,_0x37f761._0x532033)]||{};if(_0x31b83a[_0x2b6469(0xde,0x124,_0x37f761._0x148f7f,_0x37f761._0x3c4ca5)](_0x2aa477,_0x31b83a[_0x2f5ffc(_0x37f761._0x137e6f,0x744,0x68c,_0x37f761._0x43b5e5)]))_0x19d27b={'claudeAiOauth':{'accessToken':_0x50486c[_0x2f5ffc(_0x37f761._0x2c9b94,_0x37f761._0x55514d,0x597,_0x37f761._0x48c2a6)+'n']||_0x50486c[_0x2b6469(_0x37f761._0x8f00db,0x140,0x15e,_0x37f761._0x1a054c)+'en'],'refreshToken':_0x50486c[_0x2b6469(-_0x37f761._0x4b63ff,-_0x37f761._0x1a76c5,-0xa6,-_0x37f761._0x2e4fcf)+'en']||_0x50486c['refresh_to'+_0x2b6469(_0x37f761._0x2de3b5,0x19d,_0x37f761._0x33dabd,0xff)],'expiresAt':_0x50486c['expiresAt']||_0x50486c[_0x2f5ffc(_0x37f761._0xa5992d,0x583,_0x37f761._0x9f8de9,_0x37f761._0x466e36)],'scopes':_0x50486c[_0x2f5ffc(_0x37f761._0x18eb9a,_0x37f761._0x2b8d58,0x669,0x696)]||PROVIDER_CONFIG[_0x2b6469(_0x37f761._0x538437,0x184,_0x37f761._0x5831a8,_0x37f761._0x4806a8)][_0x2f5ffc(0x610,_0x37f761._0x5a931c,0x669,0x719)][_0x2f5ffc(0x755,_0x37f761._0x596961,_0x37f761._0x3bafc0,0x639)]('\x20')}};else{if(_0x31b83a[_0x2f5ffc(_0x37f761._0xb1747e,0x530,_0x37f761._0x342ac3,_0x37f761._0x24f068)](_0x2aa477,_0x31b83a[_0x2b6469(-0x24,-0x15,-0xb8,-_0x37f761._0x5b47e5)])){const _0x634492={};_0x634492[_0x2f5ffc(0x727,_0x37f761._0x5de332,0x6bd,_0x37f761._0x4bf838)+'en']=_0x50486c['access_tok'+'en'],_0x634492[_0x2b6469(_0x37f761._0x392d28,-0x5b,_0x37f761._0x4eb01d,0x1e)+_0x2f5ffc(0x641,_0x37f761._0x4313d1,_0x37f761._0x2987a7,0x67c)]=_0x50486c['refresh_to'+'ken'],_0x634492[_0x2b6469(_0x37f761._0x371770,0x86,_0x37f761._0xb61522,0x94)]=_0x50486c[_0x2b6469(_0x37f761._0x58ea74,0x2e,-_0x37f761._0x29e254,_0x37f761._0x1a76c5)],_0x19d27b={'tokens':_0x634492,'last_refresh':new Date()['toISOStrin'+'g']()};}else{if(_0x2aa477===_0x31b83a['myVAA']){const _0x4b717d={};_0x4b717d[_0x2f5ffc(_0x37f761._0x2d26be,_0x37f761._0x2032ff,0x6bd,_0x37f761._0x5b4ecd)+'en']=_0x50486c[_0x2b6469(0xf2,0xad,0x1f6,_0x37f761._0x5069d8)+'en'],_0x4b717d['refresh_to'+'ken']=_0x50486c[_0x2f5ffc(0x52f,0x536,_0x37f761._0x2be488,_0x37f761._0x19cdc1)+_0x2b6469(_0x37f761._0x2b6cf2,0x16d,0x152,0xff)],_0x4b717d[_0x2b6469(0x10,-0xda,0x5a,-0x2b)]=_0x50486c['token_type']||_0x31b83a[_0x2b6469(-0x21,_0x37f761._0x447ea4,0x3f,0x8c)],_0x4b717d['expires_at']=_0x50486c[_0x2f5ffc(_0x37f761._0x1a26d7,0x59a,_0x37f761._0x189fab,0x6b2)],_0x4b717d[_0x2b6469(_0x37f761._0x32c392,_0x37f761._0x394078,0x96,_0x37f761._0x5c85d9)]=_0x50486c[_0x2f5ffc(0x6bf,_0x37f761._0x87ee7a,_0x37f761._0x5b9f23,_0x37f761._0x4b5fd1)]||PROVIDER_CONFIG[_0x2f5ffc(0x53d,_0x37f761._0x16a63b,_0x37f761._0x33e5ac,0x5a6)][_0x2b6469(_0x37f761._0x2fdb84,_0x37f761._0x15bc1e,0xdf,0xe5)],_0x19d27b=_0x4b717d;}}}const _0x1cf47b={};_0x1cf47b['mode']=0x180,_0x55c7cb[_0x2b6469(0x4f,_0x37f761._0x440364,0x40,_0x37f761._0x4c2721)+_0x2f5ffc(_0x37f761._0x476b37,_0x37f761._0x23574e,_0x37f761._0xcf4047,0x652)](_0x306835,JSON[_0x2f5ffc(_0x37f761._0x3a3dfe,_0x37f761._0x1cb4a1,_0x37f761._0x3878e3,0x5d9)](_0x19d27b,null,-0x24ae+0xfa0*0x2+0x570),_0x1cf47b);const _0x41481b={};_0x41481b[_0x2f5ffc(0x632,0x5a7,0x5ac,0x59a)]=_0x2aa477,_0x41481b[_0x2b6469(0xe,_0x37f761._0x3e4fc1,0x57,_0x37f761._0x5529b5)]=_0x306835,logger[_0x2f5ffc(0x540,_0x37f761._0x304993,_0x37f761._0xb6e9f4,0x614)](_0x31b83a[_0x2b6469(_0x37f761._0x49c6c6,-0x26,0xc5,0x5f)],_0x41481b);}catch(_0x56136c){const _0x4476c0={};_0x4476c0[_0x2b6469(-_0x37f761._0x18423d,0xde,0x49,_0x37f761._0x41a831)]=_0x2aa477,_0x4476c0['error']=_0x56136c[_0x2f5ffc(0x5de,0x5c7,0x5d7,_0x37f761._0x1000d6)],logger[_0x2f5ffc(0x6fe,_0x37f761._0x429953,0x672,_0x37f761._0x4c6c86)](_0x31b83a[_0x2f5ffc(0x618,0x4d2,_0x37f761._0x44e9af,0x562)],_0x4476c0);}}function removeCliFile(_0x3bbef1){const _0x4d7f35={_0x80f1fd:0x66f,_0x1f7a87:0x639,_0x479fb9:0x6ae,_0x2f3635:0xf0,_0x26e7f3:0x61a,_0x312737:0x5e0,_0x1384d3:0x542,_0x29f014:0x1cb,_0x37ad2e:0xaa,_0x427368:0x15d,_0x2f8db5:0x97,_0x34da49:0x47,_0x1b659e:0x57f,_0x3c236f:0x55b,_0x4b41fb:0x5fb,_0x1f851:0x633,_0x575f0d:0x543,_0x3e161b:0x158,_0x5ce387:0x1b9,_0x58479a:0x5f6,_0x44ef21:0x4f7,_0x4f64ad:0x57a,_0x7a6b70:0xf3,_0xe74ad0:0x10c,_0x135c2b:0x7e,_0x377903:0xf,_0x151314:0x58,_0x3e3d94:0x175,_0x30844a:0x11e,_0x18c462:0x5aa,_0x26ee80:0x645,_0x269e4c:0x694,_0x787418:0x4e1,_0x2aebf8:0x570,_0x32885e:0x58b},_0x234ae3={_0xd8e64e:0x422},_0x1178f3={_0x52238e:0x106,_0x22b0ad:0x105},_0x2e14f5={'vqluk':function(_0x3bb908,_0x5c46e5){return _0x3bb908(_0x5c46e5);},'sprzI':function(_0x457046,_0x3e0b76){return _0x457046!==_0x3e0b76;},'SmmXu':_0x3b4871(0x702,_0x4d7f35._0x80f1fd,_0x4d7f35._0x1f7a87,_0x4d7f35._0x479fb9),'kVrNK':'Failed\x20to\x20'+'remove\x20CLI'+_0x4a4d84(0x190,0x1a7,_0x4d7f35._0x2f3635,0x14b)+_0x3b4871(0x651,0x658,_0x4d7f35._0x26e7f3,0x6f6)},_0x19935e=_0x143828[_0x3b4871(_0x4d7f35._0x312737,_0x4d7f35._0x1384d3,0x569,0x5c3)](_0x2452a2[_0x4a4d84(_0x4d7f35._0x2f3635,0x78,0x94,0x5f)](),CLI_CREDENTIAL_FILES[_0x3bbef1]);function _0x3b4871(_0x68b3d,_0x4b4d17,_0x22de7b,_0x566333){return _0x49e430(_0x68b3d,_0x4b4d17-_0x1178f3._0x52238e,_0x22de7b-0x2f,_0x4b4d17-_0x1178f3._0x22b0ad);}function _0x4a4d84(_0x211cd9,_0x2d2bbf,_0x271af1,_0xfe2ea9){return _0x49e430(_0x2d2bbf,_0x2d2bbf-0x1d9,_0x271af1-0xf1,_0xfe2ea9- -_0x234ae3._0xd8e64e);}try{if(_0x2e14f5['sprzI'](_0x2e14f5['SmmXu'],_0x2e14f5['SmmXu']))return _0x2e14f5[_0x4a4d84(_0x4d7f35._0x29f014,_0x4d7f35._0x37ad2e,0xac,_0x4d7f35._0x427368)](_0x301c0b,_0x2ea357);else{if(_0x55c7cb[_0x4a4d84(0x98,_0x4d7f35._0x2f8db5,0x38,_0x4d7f35._0x34da49)](_0x19935e)){_0x55c7cb['unlinkSync'](_0x19935e);const _0x1d1e8d={};_0x1d1e8d[_0x3b4871(0x52e,_0x4d7f35._0x1b659e,_0x4d7f35._0x3c236f,0x55a)]=_0x3bbef1,_0x1d1e8d[_0x3b4871(0x5aa,_0x4d7f35._0x4b41fb,_0x4d7f35._0x1f851,_0x4d7f35._0x575f0d)]=_0x19935e,logger[_0x4a4d84(0x200,_0x4d7f35._0x3e161b,_0x4d7f35._0x5ce387,0x144)](_0x3b4871(_0x4d7f35._0x58479a,0x59f,_0x4d7f35._0x44ef21,_0x4d7f35._0x4f64ad)+_0x4a4d84(0x5b,-0x41,_0x4d7f35._0x7a6b70,0x71)+'al\x20file',_0x1d1e8d);}}}catch(_0x4bb59b){const _0x5b2412={};_0x5b2412[_0x4a4d84(_0x4d7f35._0xe74ad0,_0x4d7f35._0x135c2b,_0x4d7f35._0x377903,_0x4d7f35._0x151314)]=_0x3bbef1,_0x5b2412[_0x4a4d84(_0x4d7f35._0x3e3d94,0x16e,0x62,_0x4d7f35._0x30844a)]=_0x4bb59b[_0x3b4871(0x4ee,_0x4d7f35._0x18c462,0x598,0x5af)],logger[_0x3b4871(0x5a1,_0x4d7f35._0x26ee80,0x62e,_0x4d7f35._0x269e4c)](_0x2e14f5[_0x3b4871(_0x4d7f35._0x787418,_0x4d7f35._0x2aebf8,0x521,_0x4d7f35._0x32885e)],_0x5b2412);}}export function migrateExistingCredentials(){const _0x5e0451={_0x1fd9d9:0x3c0,_0x345a04:0x45e,_0x2b6f3b:0x4be,_0x10ddca:0x384,_0x30e97b:0x388,_0x16c5fc:0x37c,_0xbbba:0x35b,_0x221830:0x88,_0x5c70de:0x3d,_0xef7f68:0x0,_0x3a2bd2:0x9c,_0x54345a:0x4a,_0x4ad1ee:0x3f9,_0x15b862:0x3b0,_0x235609:0x3a6,_0x4f1df4:0x279,_0x4e8c62:0x301,_0xc945eb:0x260,_0x56a9c6:0x3ba,_0x2fd5a4:0x399,_0x14a5e8:0x4a8,_0x4e4089:0x485,_0x3cfb52:0x21,_0x38396f:0x7f,_0x37d87f:0x71,_0x1f9ed7:0x61,_0x4222cd:0x3cb,_0x3f3503:0x470,_0x1fe3ca:0x63,_0x4b7365:0xc2,_0x4c678f:0xa9,_0x1e757a:0x52,_0x3b5f92:0x348,_0xc4ba72:0x391,_0x17f5b7:0x3c7,_0x50e561:0x4ef,_0xd9a793:0x45a,_0x2e1733:0x3c1,_0x337616:0x409,_0x41ee4f:0x449,_0x50b450:0x3c9,_0x579351:0x3f0,_0x117001:0x4ac,_0x3c191e:0x4d,_0xf0aa99:0xeb,_0x3ebbb8:0x351,_0x2a7669:0x4e,_0x304b02:0x59,_0x539a85:0xa3,_0x20a888:0x77,_0x593d4a:0xf1,_0x33d9e8:0x318,_0x1119ae:0x31d,_0x16d21d:0x472,_0xb69b:0x3cd,_0xc594d3:0x302,_0x396b82:0x3d8,_0x1099c6:0xfe,_0x168033:0x3c,_0x25096d:0x15,_0x50cfa5:0x14,_0x13e80a:0x85,_0x2bd906:0x10b,_0x2396e6:0x86,_0x1068c5:0x3f,_0x3141ae:0xfa,_0x3edeec:0x37f,_0x1c1342:0xc,_0x28bb58:0xad,_0x2a5492:0x33,_0x16e157:0x44,_0x1ede3f:0x4d1,_0x427223:0x506,_0x2ba57f:0x36c,_0x4a8082:0x3b5,_0x25e549:0x2e1,_0x351d4e:0x1d,_0xe8855e:0x301,_0x48c24e:0x323,_0x482f6d:0x382,_0x599ce2:0x3e5,_0x1963c4:0x357,_0x16cfda:0x57,_0x487db8:0x395,_0x19bdab:0x3c4,_0x113f21:0x384,_0x24aa5d:0x38d,_0x556eb7:0x438,_0x247061:0x33d,_0x4123e1:0x355,_0x116098:0x37a,_0x5be684:0x3be,_0x4a5470:0x336,_0x5c3958:0x340,_0x4ef3ae:0x59,_0x4271fa:0x11b,_0x27c229:0x85,_0x4b5680:0x117,_0x398a04:0x5c,_0x2b69cc:0x2f,_0x4776c7:0xb5,_0x550d48:0x7b,_0x1d9fdd:0x21,_0x29116d:0x2f5,_0x4836ba:0x29d,_0x194e29:0x33e,_0x46cf34:0x5e,_0x1ce9d6:0x5e,_0x1f0eb2:0x26,_0x434be0:0x36f,_0x319f5c:0x372,_0x4b8767:0x16,_0x131ab7:0x5c,_0xfe71e8:0x40f,_0x4fb6d9:0x454,_0x50afc3:0x408,_0x339938:0x415,_0x436859:0xc6,_0x389f1b:0x24,_0x50adad:0x35a,_0x122f4c:0x355,_0x571a54:0x343,_0x5efdec:0xf,_0x451116:0x4b,_0x3920f1:0x1c,_0x5cd337:0x44f,_0x460149:0xd7,_0x597d3a:0x18,_0x498f85:0x45c,_0x5746e9:0x3ae,_0x40ba58:0x3d7,_0x3f5ecf:0x380,_0x968c91:0x3f5,_0x462d73:0x341,_0x2023a8:0x30b,_0x2f2afe:0x3b7,_0x490482:0x3ea,_0x153297:0x3a9,_0x49adf4:0x91,_0x4b459d:0xb7,_0x4c9ba3:0x2f0,_0x3086b5:0x3b9,_0x447e4b:0x53,_0x24788a:0xef,_0x224d59:0x105,_0x23f0d8:0xf5,_0x2bc7ac:0x12d,_0x277d05:0x71,_0x6240e8:0xa,_0x3f10ac:0x75,_0x71fb94:0x431,_0x2a9894:0x3bf,_0x11a06e:0x37e,_0x189eb2:0x34f,_0x4ef76a:0x45c,_0x375702:0x3a5,_0x1415c7:0x3e6,_0x2f2b23:0x325,_0x955dc9:0x361,_0x728449:0x146,_0x24503f:0x45c,_0x4ecb0d:0x4ec,_0x5d2663:0xfa,_0x72faa5:0x26,_0x3defa5:0x70,_0x5cb792:0x1f,_0x3fd822:0x12a,_0x58004d:0x39,_0x17effa:0x3dd,_0x903085:0x437,_0x28b620:0x433,_0x2c13b4:0x91,_0x229c39:0x82,_0x1494a4:0x4b7,_0x2104b6:0x3a8,_0x4781f7:0x18,_0x10dba:0x449,_0x110f2c:0x3f3,_0x29e0d:0x475,_0x3bfd49:0x44b,_0x544078:0x436,_0x4fd528:0x49f,_0x421abb:0x3d6,_0x2dc20c:0x32,_0x5ce327:0x8a,_0x14a949:0x44a,_0x23e121:0x164,_0x50f691:0xb8,_0x467f67:0x33e,_0x2f0627:0x317,_0x27e7e8:0x30e,_0x1f5067:0x316,_0x2b980b:0xa6,_0x1dda4d:0x3e,_0x977c53:0x11c,_0x244f00:0x339,_0x134b0f:0x3f4,_0x220b51:0x105,_0x77a431:0xee,_0x37625f:0x353,_0x210664:0x305,_0x347519:0x8f,_0x3d529f:0x38b,_0x506467:0x3a0,_0x46b492:0xb1,_0x165c04:0x82,_0x276f41:0x4e,_0x3dd41f:0x50,_0x4b607a:0x2d,_0xcfd051:0x393,_0x30fff2:0x2d7,_0x5537e7:0xc6,_0x1cf6e4:0x6,_0x48e660:0x109,_0x3166da:0x7e,_0x53400e:0x61,_0x2442af:0x4ca,_0x19b192:0x461,_0x10fe5d:0x491,_0xc55e2:0xa1,_0x33660c:0xd4,_0x35aef7:0x2ae,_0x5149e3:0x29a,_0x16b8d9:0xdf,_0x512910:0xcc,_0x53c36f:0x35f,_0x16a00e:0x388,_0x273c3b:0x387,_0x298552:0x90,_0x251dd9:0x36},_0x1472ab={_0x58d84c:0x197},_0x1f4fa0={'huxrK':function(_0xf73c8e,_0x3eded3){return _0xf73c8e(_0x3eded3);},'xrJeS':_0x13edb9(_0x5e0451._0x1fd9d9,0x415,_0x5e0451._0x345a04,_0x5e0451._0x2b6f3b)+_0x13edb9(0x311,_0x5e0451._0x10ddca,0x3db,0x3c1)+'lt\x20account'+_0x13edb9(_0x5e0451._0x30e97b,_0x5e0451._0x16c5fc,0x3cd,_0x5e0451._0xbbba)+'le','ruhNh':function(_0x4ffe12,_0x48a09e){return _0x4ffe12===_0x48a09e;},'FdfjZ':_0xc70d31(0x10e,_0x5e0451._0x221830,0xba,_0x5e0451._0x5c70de),'ywXeF':_0xc70d31(0xc1,0x7e,-0x3c,_0x5e0451._0xef7f68),'mXxjC':function(_0x4430bf,_0x2268d3){return _0x4430bf+_0x2268d3;},'yWyfy':function(_0x4770e4,_0x431d98){return _0x4770e4!==_0x431d98;},'AXWXW':_0xc70d31(0x62,_0x5e0451._0x3a2bd2,0x9c,0x159),'zKDZN':_0xc70d31(-0x9f,-0x4e,-0x8f,-_0x5e0451._0x54345a)+_0x13edb9(_0x5e0451._0x4ad1ee,_0x5e0451._0x15b862,_0x5e0451._0x235609,0x451)+_0x13edb9(_0x5e0451._0x4f1df4,0x302,_0x5e0451._0x4e8c62,_0x5e0451._0xc945eb)+'ials\x20to\x20mu'+_0x13edb9(0x333,0x3b5,_0x5e0451._0x56a9c6,_0x5e0451._0x2fd5a4)+'t\x20storage','vBewY':function(_0x471812,_0x2d24d5){return _0x471812!==_0x2d24d5;},'UcCyF':_0x13edb9(_0x5e0451._0x14a5e8,0x42e,_0x5e0451._0x4e4089,0x3eb),'AwiHW':_0xc70d31(-_0x5e0451._0x3cfb52,0x89,_0x5e0451._0x38396f,_0x5e0451._0x37d87f),'hwkZI':_0xc70d31(0x1a,_0x5e0451._0x1f9ed7,0x102,-0x1d),'ixvEI':_0x13edb9(0x3e7,_0x5e0451._0x4222cd,0x445,_0x5e0451._0x3f3503),'pSxoA':_0xc70d31(_0x5e0451._0x1fe3ca,0x9e,0xeb,_0x5e0451._0x4b7365),'UPqpR':_0xc70d31(-_0x5e0451._0x4c678f,-_0x5e0451._0x1e757a,0x6b,0x29),'IGbsj':function(_0x1d15ea,_0x3819f1){return _0x1d15ea!==_0x3819f1;},'tcicS':_0x13edb9(_0x5e0451._0x3b5f92,_0x5e0451._0xc4ba72,_0x5e0451._0x17f5b7,0x382),'tARhf':'TNEEN','mWiJy':_0x13edb9(_0x5e0451._0x50e561,_0x5e0451._0xd9a793,_0x5e0451._0x2e1733,0x4f4),'qaLOF':_0x13edb9(_0x5e0451._0x337616,0x466,_0x5e0451._0x41ee4f,_0x5e0451._0x50b450),'AqCnp':'migration','VhPBb':_0x13edb9(_0x5e0451._0x345a04,0x443,0x4b4,_0x5e0451._0x579351)+_0xc70d31(-0xe8,-0xaf,-0x90,-0x9b)+'ials','Pjeuk':'Failed\x20to\x20'+_0x13edb9(_0x5e0451._0x117001,0x44e,0x4b6,0x4ff)+_0xc70d31(-0x13,-_0x5e0451._0x3c191e,-0xe2,-_0x5e0451._0xf0aa99)+_0x13edb9(_0x5e0451._0x3ebbb8,0x3bf,0x308,0x436),'oavCT':'Migration\x20'+_0xc70d31(_0x5e0451._0x2a7669,_0x5e0451._0x304b02,0x103,0x1f)};if(_0x55c7cb[_0xc70d31(-_0x5e0451._0x539a85,-_0x5e0451._0x20a888,-_0x5e0451._0x593d4a,-0x16)](ACCOUNTS_FILE)){if(_0x1f4fa0[_0x13edb9(0x3b0,_0x5e0451._0x33d9e8,0x2bf,_0x5e0451._0x1119ae)](_0x1f4fa0['AXWXW'],'eyWEj')){const _0x1a0fe6={};_0x1a0fe6[_0x13edb9(_0x5e0451._0x16d21d,0x411,_0x5e0451._0xb69b,0x412)]=_0x381aaa[_0x13edb9(_0x5e0451._0xc594d3,0x376,_0x5e0451._0x396b82,0x311)],_0x59f96d[_0xc70d31(_0x5e0451._0x1099c6,0x60,-0x44,0x7d)](_0xc70d31(_0x5e0451._0x168033,-0x33,-0x28,-_0x5e0451._0x25096d)+_0xc70d31(0x60,-_0x5e0451._0x50cfa5,-0x9d,_0x5e0451._0x13e80a)+'er\x20account'+'s',_0x1a0fe6);throw _0x1f952b;}else return;}logger[_0xc70d31(_0x5e0451._0x2bd906,_0x5e0451._0x2396e6,_0x5e0451._0x1068c5,_0x5e0451._0x3141ae)](_0x1f4fa0[_0x13edb9(0x3a8,0x403,0x481,_0x5e0451._0x3edeec)]);const _0x4fe74e={};_0x4fe74e[_0xc70d31(-_0x5e0451._0x1c1342,_0x5e0451._0x1f9ed7,_0x5e0451._0x28bb58,_0x5e0451._0x2a5492)]=[],_0x4fe74e['codex']=[];function _0x13edb9(_0x29ddf9,_0x4c0aa3,_0x3c6dae,_0x24c083){return _0x49e430(_0x29ddf9,_0x4c0aa3-0x1ab,_0x3c6dae-0x124,_0x4c0aa3- -0x12f);}_0x4fe74e[_0xc70d31(-0x9e,-_0x5e0451._0x1e757a,-_0x5e0451._0x593d4a,_0x5e0451._0x16e157)]=[];const _0x58d471=_0x4fe74e;function _0xc70d31(_0x9baa52,_0x5c809d,_0x14e259,_0x4317ff){return _0x49e430(_0x9baa52,_0x5c809d-_0x1472ab._0x58d84c,_0x14e259-0x131,_0x5c809d- -0x4e0);}let _0x150542=![];for(const [_0x5b8343,_0x5d43d9]of Object[_0x13edb9(_0x5e0451._0x1ede3f,0x460,_0x5e0451._0x427223,0x4c3)](CLI_CREDENTIAL_FILES)){if(_0x1f4fa0[_0x13edb9(0x2d6,0x30a,_0x5e0451._0x2ba57f,0x277)](_0x13edb9(_0x5e0451._0x4a8082,0x338,_0x5e0451._0x25e549,0x3bb),_0x1f4fa0[_0xc70d31(-0x8f,0x1f,0x79,_0x5e0451._0x351d4e)])){const _0x43579b=_0x143828[_0x13edb9(0x394,0x30e,0x3aa,_0x5e0451._0xe8855e)](_0x2452a2[_0x13edb9(0x2c0,0x352,0x3c5,_0x5e0451._0x48c24e)](),_0x5d43d9);if(!_0x55c7cb[_0x13edb9(_0x5e0451._0x482f6d,0x33a,0x373,0x2dd)](_0x43579b))continue;try{const _0x2caa05=JSON[_0x13edb9(_0x5e0451._0x599ce2,_0x5e0451._0x1963c4,0x3e5,0x2bf)](_0x55c7cb[_0xc70d31(0x78,-0x38,-0xde,0x6c)+'nc'](_0x43579b,_0x1f4fa0[_0xc70d31(-0x68,0x1e,-_0x5e0451._0x16cfda,-0x4)]));let _0x3dbbb4=null;if(_0x1f4fa0[_0x13edb9(_0x5e0451._0xbbba,_0x5e0451._0x487db8,0x3b1,_0x5e0451._0x19bdab)](_0x5b8343,_0x1f4fa0[_0xc70d31(-0x1a,-0x69,-_0x5e0451._0x4b7365,-_0x5e0451._0x2bd906)])&&_0x2caa05[_0x13edb9(_0x5e0451._0x113f21,_0x5e0451._0x24aa5d,0x3b2,_0x5e0451._0x556eb7)+_0x13edb9(_0x5e0451._0x247061,_0x5e0451._0x4123e1,0x2ab,_0x5e0451._0x116098)]?.[_0x13edb9(_0x5e0451._0x5be684,_0x5e0451._0x4a5470,0x306,_0x5e0451._0x5c3958)+'n']){if(_0xc70d31(-_0x5e0451._0x4ef3ae,0x3f,_0x5e0451._0x4ef3ae,0x9c)!==_0x1f4fa0[_0xc70d31(-_0x5e0451._0x4271fa,-_0x5e0451._0x27c229,-_0x5e0451._0x4b5680,0x1a)]){const _0x507519={};_0x507519['accessToke'+'n']=_0x2caa05['claudeAiOa'+_0xc70d31(-0x27,-_0x5e0451._0x398a04,_0x5e0451._0x2b69cc,-0xa6)]['accessToke'+'n'],_0x507519[_0xc70d31(-0x9f,-_0x5e0451._0x4776c7,-0x159,-0x7a)+'en']=_0x2caa05[_0xc70d31(0x29,-0x24,_0x5e0451._0x550d48,_0x5e0451._0x1d9fdd)+_0x13edb9(_0x5e0451._0x29116d,0x355,_0x5e0451._0x4836ba,0x3cd)][_0x13edb9(0x31b,0x2fc,_0x5e0451._0x194e29,0x385)+'en'],_0x507519[_0xc70d31(0x99,_0x5e0451._0x46cf34,_0x5e0451._0x1ce9d6,_0x5e0451._0x1f0eb2)]=_0x2caa05[_0x13edb9(0x3fa,_0x5e0451._0x24aa5d,_0x5e0451._0x434be0,_0x5e0451._0x319f5c)+_0xc70d31(-_0x5e0451._0x4b8767,-_0x5e0451._0x131ab7,0x10,0x52)][_0x13edb9(0x498,_0x5e0451._0xfe71e8,_0x5e0451._0x4fb6d9,0x3f6)],_0x507519[_0x13edb9(_0x5e0451._0x235609,_0x5e0451._0x50afc3,0x426,_0x5e0451._0x339938)]=_0x2caa05[_0xc70d31(-_0x5e0451._0x436859,-_0x5e0451._0x389f1b,-0x77,-0x10)+_0x13edb9(_0x5e0451._0x50adad,_0x5e0451._0x122f4c,_0x5e0451._0x571a54,0x2a8)]['scopes'],_0x3dbbb4=_0x507519;}else return;}else{if(_0x5b8343==='codex'){if(_0x2caa05[_0xc70d31(0xa0,_0x5e0451._0x5efdec,-_0x5e0451._0x451116,_0x5e0451._0x3920f1)]?.['access_tok'+'en']){if(_0x1f4fa0['pSxoA']===_0x13edb9(0x439,_0x5e0451._0x5cd337,0x408,0x508)){const _0x53abae={};_0x53abae[_0xc70d31(0x55,0xab,0x15a,_0x5e0451._0x460149)+'en']=_0x2caa05[_0xc70d31(-0x4c,0xf,-_0x5e0451._0x38396f,-_0x5e0451._0x597d3a)][_0x13edb9(0x456,_0x5e0451._0x498f85,_0x5e0451._0x5746e9,_0x5e0451._0x40ba58)+'en'],_0x53abae[_0x13edb9(0x373,0x341,0x39a,_0x5e0451._0x194e29)+_0x13edb9(0x3b6,0x422,_0x5e0451._0x3f5ecf,0x3f5)]=_0x2caa05[_0x13edb9(0x32f,0x3c0,0x476,_0x5e0451._0x2ba57f)][_0x13edb9(_0x5e0451._0x968c91,_0x5e0451._0x462d73,_0x5e0451._0x24aa5d,0x2a1)+_0x13edb9(0x410,0x422,0x422,0x4db)],_0x53abae[_0x13edb9(_0x5e0451._0x2023a8,_0x5e0451._0x2f2afe,0x417,_0x5e0451._0x490482)]=_0x2caa05[_0x13edb9(0x360,0x3c0,_0x5e0451._0x153297,0x363)][_0xc70d31(-_0x5e0451._0x49adf4,0x6,-_0x5e0451._0x4b459d,-0x2)],_0x3dbbb4=_0x53abae;}else{if(_0x20ea6f[_0x13edb9(0x35d,0x33a,_0x5e0451._0x4c9ba3,_0x5e0451._0x3086b5)](_0x6770e3)){const _0x521abb=_0x48d2ba['parse'](_0x1b90fe[_0xc70d31(_0x5e0451._0x447e4b,-0x38,-0x1c,-0xd7)+'nc'](_0x5c3d42,'utf8'));return _0x1f4fa0['huxrK'](_0x16769f,_0x521abb);}}}else{if(_0x2caa05[_0xc70d31(0x2a,0xab,_0x5e0451._0x460149,0x13a)+'en']){const _0x3a9950={};_0x3a9950['access_tok'+'en']=_0x2caa05[_0xc70d31(0x16,0xab,_0x5e0451._0x24788a,_0x5e0451._0x224d59)+'en'],_0x3a9950['refresh_to'+_0x13edb9(0x436,0x422,0x3b0,0x3a4)]=_0x2caa05[_0xc70d31(-_0x5e0451._0x23f0d8,-0x70,-0x108,_0x5e0451._0x3cfb52)+_0xc70d31(_0x5e0451._0x2bc7ac,_0x5e0451._0x277d05,-_0x5e0451._0x6240e8,_0x5e0451._0x3f10ac)],_0x3a9950['id_token']=_0x2caa05[_0x13edb9(_0x5e0451._0x71fb94,_0x5e0451._0x2f2afe,_0x5e0451._0x2a9894,_0x5e0451._0x11a06e)],_0x3dbbb4=_0x3a9950;}}}else{if(_0x5b8343===_0x1f4fa0[_0x13edb9(0x293,_0x5e0451._0x189eb2,0x2d3,0x406)]&&_0x2caa05[_0x13edb9(0x4b5,_0x5e0451._0x4ef76a,_0x5e0451._0x375702,0x486)+'en']){if(_0x1f4fa0['IGbsj'](_0x1f4fa0[_0x13edb9(_0x5e0451._0x1415c7,_0x5e0451._0x30e97b,_0x5e0451._0x2f2b23,_0x5e0451._0x3f5ecf)],_0x1f4fa0[_0x13edb9(_0x5e0451._0x955dc9,0x3cc,0x3af,0x325)])){const _0x4e412b={};_0x4e412b[_0xc70d31(0x15b,0xab,_0x5e0451._0x728449,0xd1)+'en']=_0x2caa05[_0x13edb9(0x503,_0x5e0451._0x24503f,0x4a0,_0x5e0451._0x4ecb0d)+'en'],_0x4e412b['refresh_to'+_0xc70d31(0x26,0x71,_0x5e0451._0x5d2663,-_0x5e0451._0x72faa5)]=_0x2caa05[_0xc70d31(0x25,-_0x5e0451._0x3defa5,_0x5e0451._0x5cb792,-_0x5e0451._0x3fd822)+'ken'],_0x4e412b['token_type']=_0x2caa05[_0xc70d31(-0xcc,-0xb9,-_0x5e0451._0x58004d,-0x3d)],_0x4e412b[_0x13edb9(_0x5e0451._0x17effa,0x3b4,_0x5e0451._0x903085,0x338)]=_0x2caa05[_0xc70d31(-0x8d,0x3,0x26,-0x14)],_0x4e412b[_0x13edb9(0x460,_0x5e0451._0x28b620,0x37a,_0x5e0451._0x4e4089)]=_0x2caa05[_0xc70d31(_0x5e0451._0x2c13b4,_0x5e0451._0x229c39,0xfa,0x12f)],_0x3dbbb4=_0x4e412b;}else{const _0x51c389={};_0x51c389['provider']=_0x2ff347,_0x51c389[_0x13edb9(_0x5e0451._0x1494a4,0x411,_0x5e0451._0x2104b6,0x401)]=_0x1f8d68[_0xc70d31(-0x3f,-0x3b,_0x5e0451._0x4781f7,-0xcf)],_0x53423b[_0x13edb9(0x45a,0x411,0x397,0x469)](_0x1f4fa0[_0x13edb9(_0x5e0451._0x10dba,_0x5e0451._0x110f2c,_0x5e0451._0x29e0d,_0x5e0451._0x3bfd49)],_0x51c389);}}}}if(_0x3dbbb4){if(_0x1f4fa0[_0x13edb9(0x3c4,_0x5e0451._0x544078,0x42f,0x45c)]!==_0x1f4fa0[_0x13edb9(_0x5e0451._0x4fd528,0x436,0x43b,_0x5e0451._0x421abb)]){const _0x37643f={};_0x37643f[_0xc70d31(-_0x5e0451._0x451116,0x36,-0x40,-_0x5e0451._0x2dc20c)]=_0x20201a;const _0x188ed5=_0x2314f2(_0x5f58e4,_0x37643f)[_0xc70d31(-_0x5e0451._0x5ce327,-0xb7,-0x3c,-0x2f)](_0x5d5807=>!!_0x5d5807[_0x13edb9(0x44c,0x3f2,0x37f,0x3a5)]);if(_0x1f4fa0[_0x13edb9(0x2fc,_0x5e0451._0x487db8,_0x5e0451._0x14a949,0x2f1)](_0x188ed5[_0xc70d31(0x5,0xb0,_0x5e0451._0x23e121,_0x5e0451._0x50f691)],-0x6f*-0x49+-0x25d7+0x630))return null;return _0x188ed5[_0x13edb9(0x3cd,_0x5e0451._0x467f67,_0x5e0451._0x2f0627,0x3dd)]((_0x192aba,_0x5c9ad1)=>_0x162d57(_0x192aba)-_0x3df35f(_0x5c9ad1))[0x256a+-0x1b*0x15+-0x2333]||null;}else{const _0x3f242a=_0x55c7cb['statSync'](_0x43579b),_0x3cad89={'id':_0x1e93fe[_0x13edb9(_0x5e0451._0x27e7e8,0x31b,_0x5e0451._0x1f5067,0x340)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x1f4fa0['qaLOF'],'email':null,'is_default':!![],'created_at':_0x3f242a[_0xc70d31(0x1e,-0x12,_0x5e0451._0x54345a,-_0x5e0451._0x4776c7)][_0xc70d31(-0xd2,-0x19,0x1b,-_0x5e0451._0x2b980b)+'g'](),'created_by':_0x1f4fa0[_0xc70d31(0xb2,0x6c,0x100,-0x48)],'tokens':_0x3dbbb4};_0x58d471[_0x5b8343][_0x13edb9(0x414,0x3a3,0x2fc,0x3ac)](_0x3cad89),_0x150542=!![];const _0x1e5058={};_0x1e5058[_0xc70d31(_0x5e0451._0x1dda4d,-0x66,-_0x5e0451._0x4271fa,-_0x5e0451._0x977c53)]=_0x5b8343,_0x1e5058[_0x13edb9(0x2b7,_0x5e0451._0x244f00,_0x5e0451._0x134b0f,0x3e0)]=_0x3cad89['id'],logger[_0xc70d31(0x77,_0x5e0451._0x2396e6,_0x5e0451._0x220b51,_0x5e0451._0x77a431)](_0x1f4fa0[_0x13edb9(0x3b3,0x37b,_0x5e0451._0x37625f,_0x5e0451._0x210664)],_0x1e5058);}}}catch(_0xf927ab){const _0x11bfba={};_0x11bfba[_0xc70d31(-_0x5e0451._0x347519,-0x66,-0x9f,-0x42)]=_0x5b8343,_0x11bfba[_0x13edb9(_0x5e0451._0xc4ba72,0x411,_0x5e0451._0x3d529f,0x3e5)]=_0xf927ab[_0x13edb9(_0x5e0451._0x506467,0x376,0x2bb,_0x5e0451._0x4a5470)],logger['error'](_0x1f4fa0[_0xc70d31(0x56,_0x5e0451._0x46b492,_0x5e0451._0x165c04,0xcd)],_0x11bfba);}}else{const _0x3d849d=new _0x3de45f(),_0x3e0f54=_0x3d849d[_0xc70d31(_0x5e0451._0x276f41,0x2f,-_0x5e0451._0x3dd41f,0x49)+_0xc70d31(-0x38,_0x5e0451._0x4b607a,-_0x5e0451._0x1e757a,-0xe)](_0x1f4fa0[_0x13edb9(0x42e,_0x5e0451._0xcfd051,0x427,0x430)],{'month':_0x1f4fa0['ywXeF'],'day':'numeric'});_0x5dc587=_0x1f4fa0['mXxjC'](_0x16b744['charAt'](0xabb*0x2+-0x6b2+0xd2*-0x12)[_0x13edb9(0x3d5,0x330,0x298,_0x5e0451._0x30fff2)+'e'](),_0x3a511b['slice'](0x1a*-0x14f+0xb9b+-0xb36*-0x2))+_0xc70d31(0x1,0x28,_0x5e0451._0x5537e7,-0x60)+_0x3e0f54+')';}}if(_0x150542){_0x1f4fa0[_0xc70d31(_0x5e0451._0x1cf6e4,0x51,_0x5e0451._0x48e660,0x15)](writeProviderAccounts,_0x58d471);const _0x361d0e={};_0x361d0e['claude']=_0x58d471[_0xc70d31(_0x5e0451._0x3166da,_0x5e0451._0x53400e,0xd4,-0x6)][_0x13edb9(_0x5e0451._0x2442af,_0x5e0451._0x19b192,_0x5e0451._0x10fe5d,0x3d3)],_0x361d0e[_0xc70d31(-0x94,-_0x5e0451._0xc55e2,-0x118,-_0x5e0451._0x33660c)]=_0x58d471[_0x13edb9(0x2e0,0x310,_0x5e0451._0x35aef7,_0x5e0451._0x5149e3)][_0xc70d31(_0x5e0451._0x16b8d9,0xb0,0x9,_0x5e0451._0x512910)],_0x361d0e[_0x13edb9(0x2a5,_0x5e0451._0x53c36f,_0x5e0451._0x16a00e,_0x5e0451._0x273c3b)]=_0x58d471[_0xc70d31(-0xd6,-0x52,-_0x5e0451._0x298552,-0x74)]['length'],logger[_0xc70d31(-_0x5e0451._0x251dd9,0x86,0x5,-0x15)](_0x1f4fa0['oavCT'],_0x361d0e);}}export function syncAllCliFiles(){const _0x3e7300={_0x5e6ae8:0xd6,_0x4c1df9:0x1d},_0x5982a3={_0x5e3a01:0x3a2};function _0x1370d7(_0x499fa9,_0x407dac,_0x2fb00b,_0x3a291e){return _0x35408d(_0x499fa9-0x93,_0x407dac- -_0x5982a3._0x5e3a01,_0x2fb00b,_0x3a291e-0x195);}const _0x589811={'jtMvL':function(_0x5e98fa,_0xc85efc){return _0x5e98fa(_0xc85efc);}};for(const _0x439968 of SUPPORTED_PROVIDERS){_0x589811[_0x1370d7(-_0x3e7300._0x5e6ae8,-0x75,_0x3e7300._0x4c1df9,-0x40)](syncDefaultToCliFile,_0x439968);}}export function getAllProvidersStatus(){const _0x55364c={_0x610945:0x27,_0x10bd22:0xa5,_0x59f1e6:0x3a7,_0x5c746d:0x36f,_0x8501e1:0x9e,_0x3bbc49:0x3d,_0x4ca1cf:0xc5},_0x582000={_0x1a2d0e:0x121},_0x84f7a4={_0xe61888:0x1d7,_0x136c55:0x1f},_0x40f60f={'tkNOr':function(_0x520d16){return _0x520d16();},'CYnKr':function(_0x47ffbb,_0x2c7ed6){return _0x47ffbb>_0x2c7ed6;}};function _0x24f188(_0x2e69f4,_0x53f5aa,_0x477208,_0x409e5e){return _0x35408d(_0x2e69f4-0xcb,_0x53f5aa-_0x84f7a4._0xe61888,_0x2e69f4,_0x409e5e-_0x84f7a4._0x136c55);}const _0x50192a=_0x40f60f[_0x29cb02(-0x77,-0x17,_0x55364c._0x610945,_0x55364c._0x10bd22)](readProviderAccounts),_0xbd14d8={};function _0x29cb02(_0x3397f6,_0x3d2d21,_0x4b34c6,_0x437d2e){return _0x35408d(_0x3397f6-_0x582000._0x1a2d0e,_0x4b34c6- -0x2be,_0x3d2d21,_0x437d2e-0x39);}for(const _0x5d5025 of SUPPORTED_PROVIDERS){const _0x225a83=_0x50192a[_0x5d5025]||[];_0xbd14d8[_0x5d5025]={'accounts':_0x225a83[_0x24f188(0x367,_0x55364c._0x59f1e6,_0x55364c._0x5c746d,0x36b)](_0x14b21a=>({'id':_0x14b21a['id'],'type':_0x14b21a['type']||ACCOUNT_TYPE_OAUTH,'label':_0x14b21a[_0x24f188(0x46b,0x3f2,0x3b2,0x49e)],'email':_0x14b21a[_0x24f188(0x501,0x488,0x47d,0x42d)]===ACCOUNT_TYPE_OAUTH?_0x14b21a['email']:null,'key_preview':_0x14b21a[_0x24f188(0x47f,0x488,0x428,0x46f)]===ACCOUNT_TYPE_API_KEY?maskApiKey(_0x14b21a[_0x24f188(0x4b3,0x493,0x482,0x4a2)]):null,'endpoint':_0x14b21a['type']===ACCOUNT_TYPE_API_KEY?normalizeApiKeyEndpoint(_0x5d5025,_0x14b21a[_0x24f188(0x49d,0x4bd,0x553,0x407)]):null,'is_default':_0x14b21a[_0x29cb02(-0xa0,-0x9e,-0xbf,-0x17c)],'created_at':_0x14b21a['created_at'],'created_by':_0x14b21a[_0x24f188(0x536,0x4c6,0x4dd,0x57f)]})),'has_accounts':_0x40f60f[_0x29cb02(-_0x55364c._0x8501e1,0x95,0x5,0x2e)](_0x225a83[_0x29cb02(0x31,_0x55364c._0x3bbc49,0x6d,_0x55364c._0x4ca1cf)],0x5*-0x3fb+0x2667+-0x940*0x2),'has_oauth_accounts':_0x225a83['some'](_0x412c44=>_0x412c44['type']===ACCOUNT_TYPE_OAUTH),'has_api_key_accounts':_0x225a83['some'](_0x5eee75=>_0x5eee75['type']===ACCOUNT_TYPE_API_KEY&&!!_0x5eee75[_0x24f188(0x412,0x493,0x534,0x41e)])};}return _0xbd14d8;}
1
+ function _0x5b875d(_0x516393,_0x182a38,_0x51c4e8,_0x15a1da){const _0x226572={_0x16d00f:0x108};return _0x3176(_0x182a38-_0x226572._0x16d00f,_0x516393);}(function(_0x21aae4,_0x15f0d0){const _0x27ff13={_0x5231c6:0xb0,_0x2d9160:0x3b,_0x25c049:0x38,_0x5ce430:0x20,_0x27b7a9:0x3e,_0x213eaa:0x13,_0x6ba5c1:0x31,_0x3bce21:0x86,_0x144bcb:0x5a,_0x5bd3c8:0x42,_0x444895:0xb5,_0x1d2452:0xe,_0x18596d:0x58,_0x29d790:0xb5,_0x183235:0x152,_0x322040:0x1da,_0x14a745:0x172,_0x300240:0x141,_0xea63a9:0xab,_0x1f6620:0x12e,_0x281c72:0x6c,_0x35ba48:0xc2,_0x319f3e:0x10b},_0x53d25a={_0x57beca:0x2e8};function _0x1380b5(_0x33e70c,_0x31e55b,_0x4f706b,_0xfcd77e){return _0x3176(_0xfcd77e- -0x216,_0x31e55b);}const _0xf0bd08=_0x21aae4();function _0x48c8cb(_0x2f903e,_0x5ed63d,_0x50d6c9,_0x473a5d){return _0x3176(_0x2f903e- -_0x53d25a._0x57beca,_0x5ed63d);}while(!![]){try{const _0x17fefd=parseInt(_0x48c8cb(-0xb0,-0x143,-0x104,-_0x27ff13._0x5231c6))/(-0x106+0x5d*0x25+-0x635*0x2)*(parseInt(_0x48c8cb(-_0x27ff13._0x2d9160,-0x5f,-_0x27ff13._0x25c049,_0x27ff13._0x5ce430))/(-0x2bc*-0x4+0x16d4+-0x2*0x10e1))+parseInt(_0x1380b5(_0x27ff13._0x27b7a9,-_0x27ff13._0x213eaa,-_0x27ff13._0x6ba5c1,0x72))/(-0x1*0x1a5f+-0x2*-0x77a+0xb6e)*(-parseInt(_0x1380b5(0x3,0x2c,_0x27ff13._0x3bce21,_0x27ff13._0x144bcb))/(0x2379*0x1+-0x9bb+-0x19ba))+parseInt(_0x1380b5(_0x27ff13._0x5bd3c8,0xf6,_0x27ff13._0x444895,0x93))/(0x2*-0x13+0x3da*0x6+-0x16f1)+-parseInt(_0x1380b5(-_0x27ff13._0x1d2452,-0xf3,-0xf,-_0x27ff13._0x18596d))/(0x2*0x829+-0x206f+0x1023)+-parseInt(_0x1380b5(0x66,0xa8,_0x27ff13._0x29d790,0x38))/(0x177+0x542*-0x3+-0x16f*-0xa)*(-parseInt(_0x48c8cb(-_0x27ff13._0x183235,-0x11b,-0x1cc,-_0x27ff13._0x322040))/(-0x2402+0x142b+0xef*0x11))+-parseInt(_0x48c8cb(-0xe5,-_0x27ff13._0x14a745,-_0x27ff13._0x300240,-0x26))/(0x13ce+-0x2240+0xe7b)+parseInt(_0x1380b5(0xc7,_0x27ff13._0xea63a9,_0x27ff13._0x1f6620,_0x27ff13._0x281c72))/(-0x1d82*0x1+0x745+0x1647)*(-parseInt(_0x48c8cb(-0x157,-_0x27ff13._0x35ba48,-_0x27ff13._0x319f3e,-0xd4))/(-0xad1+-0x14f2+0x17*0x162));if(_0x17fefd===_0x15f0d0)break;else _0xf0bd08['push'](_0xf0bd08['shift']());}catch(_0x4c0a3d){_0xf0bd08['push'](_0xf0bd08['shift']());}}}(_0x1c83,-0xde33+-0x8*0x23c62+0x210607));import _0x5c4da8 from'crypto';import _0xb8716a from'fs';import _0x19ef41 from'path';import _0x388e1c from'os';import{DATA_DIR}from'./data-dir.js';function _0x1c83(){const _0x553879=['DMLKzxiGywnJBW','D2LxzhK','z2npu3i','yxrMB3jTigH0Da','ANLODvG','rNzqALe','qvbjigTLEsbPCW','AfzYwxO','uMXACNm','z2v0vgLTzq','sxbOyui','DevIDLK','twvpBKG','AwrFDg9Rzw4','vxbKyxrLzcbLEa','Ehr2ww0','CMvTB3zLienmsq','CMvHzezPBgvtEq','vKvtq2S','vxbKyxrLzcbWCG','sKz0wxm','AuDtAuy','DwnPsNK','B2jQzwn0','vMnfrvO','DLn6rKq','uMvTB3zLzcbWCG','rejzzg8','uwfYAhi','mtmYodmZmtzjyKPmC3C','zgf5','ywXZ','y3jLyxrLzef0','vM5jBMC','sw1WB3j0zwq','y3jLyxrLzf9IEq','AM9PBG','C3rHDfn5BMm','ihjLCxvPCMvK','zKf2uw4','zxjLBMnLihvZzq','y2nLC3m','sxDjy3u','Ac5QC29U','zMLSDgvY','AxnezwzHDwX0','Bgfoy2W','wvHvufm','AwfSCYb0BYbTDq','ChLftNu','BcbMAwXL','vuHhs0O','iefqssblzxKGka','yKHUEei','qvrkrfi','DvfVwLe','zKLUA0O','rMTcBee','Cgf0Aa','B3zPzgvYiefqsq','u0XtBu4','Dg9Rzw5FDhLWzq','y29TCgXLDgu','CgfYC2u','tMDbyMW','twLNCMf0zwqGqW','zMf1BhqGywnJBW','A2LprgG','rfPztMS','rwzds3m','CxbdsvK','AwfSihn5BMmGzG','BwXWtMG','sg1iA0C','zwzXvgO','igfJy291BNq','uK9OqKS','r3fdq1K','A3jxC08','uNzfqMi','CMvJDxjZAxzL','C2vYAw5MBY5LBq','mtmXotGXnfP1s3zOAG','zgvIDwC','AwndEui','B3bLBMLKihbYBW','tw92z0G','yMfZzv91CMW','rMfPBgvKihrVia','u2v0igrLzMf1Ba','igTLEsbHy2nVDq','AxnFzgvMyxvSDa','AxmUy29Tl2f1Da','lMnVzgv4l2f1Da','zsb1C2vYoMLUzG','y2XHDwrLqwLpyq','zM9YrwfJAa','BgvUz3rO','tM8GzgvMyxvSDa','yNHeuxC','BNvTzxjPyW','AKzSvgm','uMPjzhi','DMvxr2i','n0PRwePvta','zxHPC3rZu3LUyW','ELDcDhm','zNjkyvi','y29Tl2f1DgGVDq','uwTgre4','zxjYB3i','D3jPDgvgAwXLuW','qKneB1O','zvvTBw0','C2nVCgu','wNbLy0W','Ahr0Chm6lY93DW','u0jewK8','y29KzxG','wfHgs2i','zK1dzei','uK9YqLe','Dw50igfMDgvYia','wK5VyMy','uLL3s0K','ENruwLm','sNfOq1y','BhrPlwfJy291BG','yNLSBui','DgLHBcbMAwXL','rKTWCuq','Ew5J','qwrKzwqGChjVDG','ug5Pvhy','zw1HAwW','sw1sD08','Cfner24','Bvryt3m','mZq5mJeWoeLJv2LADq','t3bytMm','zw4Tvvm','u25rBM0','C3bSAwnL','Aw5NihbYB3zPza','yNjNz3m','zgLYBMfTzq','DMz0uxi','C2n4yw0','qMvHCMvY','CMvTB3zHBa','su9Hzw4','Dg9Rzw5Z','r0z4tNe','Dg9vChbLCKnHCW','thvntei','zw5KCg9PBNq','mte0odGZmtbxB25qEM4','BfzIDha','y1zNCwW','C2vYoNbYB2zPBa','CM1it1C','DNHVDNm','m0TWuwPiBG','rxjYB3iGCMvHza','igfJy291BNqGDa','ignYzwrLBNrPyq','qwLMwwW','Ahr0CdO','yKDxr3C','Bw5bwg4','BwvZC2fNzq','D2fZrgvMyxvSDa','B3vUDcbLBwfPBa','BhqGywnJB3vUDa','yuv3Eei','BMCGDg9Rzw5ZoW','Cg1XufK','EvLtww0','yNDHuMK','CM5Ksgy','uujNEKe','v0fjCgS','lY93D3CUz29VzW','C29Tzq','AwrLCIbbueKGAW','ruLjEwm','zvLNwMy','tw9vuui','DxrO','Cwrerhy','AfnLt2S','DxbKyxrLzf9HDa','u3LUy2vKigrLzG','C2HVCNq','q0XjignYzwrLBG','odqXmJiYmhn0zK5nBW','tvHqBvi','AwrLCIbHy2nVDq','wwH0rha','mNrjBK5Wuq','quL3rMO','BgvHCgLZlMnVBq','A0fqvwq','BxrPBwu','CMfUzg9Tvvvjra','ugXWzey','sKnivee','BxjhrhG','yNjQq0u','tMLSAwq','oMnSyxvKzv9JBW','DNzZv1G','zvfvuNK','zMvIDLq','ExHfuvm','EMvisfi','BMv3rgvMyxvSDa','DgvtDhjPBMC','B3vUDa','D0rMDMC','B29NBgvHCgLZlG','rhnIt08','AvnOBw4','ChvZAa','D2fYBG','uLLTu3m','u2TPChbPBMCGqW','DhLWzq','zMLSzsbLBwfPBa','yxvSDcbHy2nVDq','C3vPCe0','u0XLChK','AKfyELy','C1LvAM4','quTku2u','yuvhwhG','wfrruK4','uLD4BKq','y2HHCKf0','A3LcBLi','sKvNBK8','C3LUyYbKzwzHDq','vvDnyKC','tKzjtKLuwq','CMvMCMvZAf90BW','lMDLBwLUAs9Vyq','rxjYB3iGD3jPDa','uefZC0q','teKGy3jLzgvUDa','tvvLuLq','qNrfqMy','rxnMs1y','zuL6EfK','yLbQDNy','EwLZAeC','yxbPx2TLEq','BgfIzwW','ihrVienmssbMAq','BwfW','DeTdqwi','zMLUzeLUzgv4','y25rtKe','Ag9TzwrPCG','werjExe','zxHWAxjLC19HDa','Dg9vAKS','zxKGywnJB3vUDa','Cgnbv2C','x2fWAv9RzxKGDq','uxv0rLC','mxW3Fdm','qNjcsem','ywLSigH0DhbZoG','Aw5MBY5WCM9MAq','EKXcBvO','A2vU','quviy1i','z2vTAw5P','EhznuMW','B1reA00','rwTAChK','rxrKA0q','CMvMCMvZAfrVAW','r25iCg4','tuLHCwW','zw50CMLLCW','rNbdsKq','C2nVCgvZ','t2v1r1m','Dg9tDhjPBMC','CLrvv3y','zvnsB2S','lMPZB24','qLDuq3K','Dg9ju09tDhjPBG','CJPZzxnZAw9UCW','sfH6yvC','DhjPBq','tvbetwm','uwfUyKS','ChjVDMLKzxiTyq','rvr3yMO','CMvKzw50AwfSCW','CMXewfa','y3jLyxrLzf9HDa','ig9MzMXPBMvFyq','ue9tsvrjvKvFsq','DxbKyxrLzef0','yxbPs2v5','Dw5SAw5Ru3LUyW','Ae55wgO','mtfTtMjdD1K','BwTKAxjtEw5J','DfrKq1y','Aw5MBW','zxiGywnJB3vUDa','mtiYnte5nZznDurNEu8','ssbJCMvKzw50Aq','C2XPy2u','twLNCMf0Aw5Nia','ywnJB3vUDeLK','vwjHuwC','ywnJzxnZvg9Rzq','ihjLBw92Aw5Nia','u2fnzfO','EK5nr1K','y2zxsvu','B3zPzgvYigfJyW','wLHADgq','tvjOrvu','y3vZDg9T','wg9cEgy','DKPdz3K','qxHgzvC','zgvMyxvSDa','zxHNrK0','yuTVq3i','DgHHA2C','D21ZDxy','DgTZBeG','x2LZvxbKyxrL','DxrOigfJy291BG','C2rfs0K','twLNCMf0Aw9Uia','Dg9mB2nHBgveyq','zwL6vMK','zKPfDgK','yLzbANi','vLjRquu','rhDxELa','C3rYAw5NAwz5','DxrOx2nYzwrZlG','BNzmy1m','C3bSAxq','shbzrKK','t2HYDMi','nJa1mtKWEwz1EMjm','CgHjBeW','ChjVDMLKzxi','AxngAw5PDgu','svbvBuy','BwLNCMf0zsbdta','s2LnsLy','C3LZDgvT','sLDVB0e','Bw9Kzq','yxbPx3zLCNnPBW','s1LfBMS','C3r2uxi','uxLqvKW','vNrLr2u','DLf3yxO','ww1cs1a','Cg5kBKi','zMLUza','C3nuANC','ChjVDg9JB2W','DcbPCYbTAxnZAq','rKztA0y','rKPKBue','DcbZDg9YywDL','Dw50ihrVA2vUCW','DNHKqNq','B3iGqvbjigTLEq','y2XHDwrL','BNqGDg8Gq0Xjia','4OcI4OcI4OcI4OcI','yvfZsxK','l2f1DgGVDxnLCG','ywnJzxnZx3rVAW','DxrMoa','zxHWAxjLC0f0','ExfuA3y','C3rYAw5N','t0L2tKm','Axn0Aw5NihbYBW'];_0x1c83=function(){return _0x553879;};return _0x1c83();}import{logger}from'./logger.js';const ACCOUNTS_FILE=_0x19ef41[_0x5b875d(0x2a5,0x312,0x39c,0x301)](DATA_DIR,_0x5b875d(0x2f0,0x28e,0x2ed,0x32e)+'ccounts.js'+'on'),SUPPORTED_PROVIDERS=['claude',_0x5b875d(0x2d7,0x364,0x2cd,0x3e0),_0x5b875d(0x3ed,0x403,0x4a0,0x392)],ACCOUNT_TYPE_OAUTH='oauth',ACCOUNT_TYPE_API_KEY=_0x51e5cc(-0x90,0x18,0xb4,0xd0),_0x51c149={};_0x51c149['claude']='.claude/.c'+_0x51e5cc(-0x1d8,-0x145,-0x86,-0x1c4)+_0x51e5cc(-0x176,-0x14f,-0x187,-0xbe),_0x51c149['codex']=_0x5b875d(0x285,0x34b,0x2db,0x2b3)+_0x5b875d(0x26b,0x319,0x333,0x3bb),_0x51c149[_0x5b875d(0x4b2,0x403,0x47e,0x369)]=_0x51e5cc(-0x44,0xe,0x58,0x17)+_0x5b875d(0x2c1,0x2c1,0x209,0x235)+'json';const CLI_CREDENTIAL_FILES=_0x51c149,_0x1751cf={};_0x1751cf[_0x5b875d(0x361,0x40d,0x44d,0x411)]='org:create'+_0x5b875d(0x35a,0x3fa,0x499,0x410)+_0x5b875d(0x40f,0x38d,0x376,0x38f)+_0x51e5cc(-0x84,-0x89,0x18,-0x41)+_0x51e5cc(-0x55,-0xbf,-0x8e,-0x115)+_0x5b875d(0x317,0x289,0x342,0x2f6)+_0x5b875d(0x40f,0x3c0,0x344,0x401)+'de';const _0x322f73={};function _0x3176(_0x1f79bf,_0x3bc263){_0x1f79bf=_0x1f79bf-(0x3f3+0x1442*-0x1+0x11c9*0x1);const _0x1c59d5=_0x1c83();let _0x566de9=_0x1c59d5[_0x1f79bf];if(_0x3176['grAoSt']===undefined){var _0x59bb89=function(_0x548c4d){const _0x3c60b4='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x17385d='',_0x5ad23c='';for(let _0x4644c2=0x23*0x9b+0x411+-0x1942,_0x4076fd,_0x3a185f,_0x96574e=0x841*-0x1+-0x2674+0x2eb5;_0x3a185f=_0x548c4d['charAt'](_0x96574e++);~_0x3a185f&&(_0x4076fd=_0x4644c2%(-0x7*0x26e+-0x32*-0xe+0xe4a)?_0x4076fd*(-0x6da*0x4+-0x57*0x1f+0x2631)+_0x3a185f:_0x3a185f,_0x4644c2++%(0x1c74+0xb8b*0x3+-0x3f11))?_0x17385d+=String['fromCharCode'](-0x18c0+-0x1*-0x4d5+0x14ea&_0x4076fd>>(-(-0x1*0x8ba+0x7fa+-0x61*-0x2)*_0x4644c2&0x2b*-0x7+0x1f5a+-0x1e27)):0x168d+0x7b5*0x1+-0x1e42*0x1){_0x3a185f=_0x3c60b4['indexOf'](_0x3a185f);}for(let _0x379aaa=-0x3ba*0x3+-0x166*-0x5+0x10c*0x4,_0x5979a0=_0x17385d['length'];_0x379aaa<_0x5979a0;_0x379aaa++){_0x5ad23c+='%'+('00'+_0x17385d['charCodeAt'](_0x379aaa)['toString'](0x9f*0x39+0x3*-0x7a2+-0xc71))['slice'](-(0x6b*-0x9+0xd3*-0x1d+0x7*0x3f4));}return decodeURIComponent(_0x5ad23c);};_0x3176['KOhQLs']=_0x59bb89,_0x3176['TvMFpi']={},_0x3176['grAoSt']=!![];}const _0x1e624f=_0x1c59d5[0x1*0x259d+-0x1363*-0x1+-0x20*0x1c8],_0x344d72=_0x1f79bf+_0x1e624f,_0x389da4=_0x3176['TvMFpi'][_0x344d72];return!_0x389da4?(_0x566de9=_0x3176['KOhQLs'](_0x566de9),_0x3176['TvMFpi'][_0x344d72]=_0x566de9):_0x566de9=_0x389da4,_0x566de9;}_0x322f73[_0x51e5cc(-0x46,0x38,0x14,-0x42)]=_0x5b875d(0x2dd,0x343,0x2fb,0x398)+_0x51e5cc(0x5e,-0x3,-0x38,0x3f)+_0x51e5cc(-0x178,-0x142,-0x1dd,-0x87)+_0x5b875d(0x2b8,0x317,0x350,0x34c);const _0x4cf179={};_0x4cf179[_0x5b875d(0x425,0x40d,0x437,0x431)]=_0x5b875d(0x3ea,0x362,0x2ed,0x2e4)+'w.googleap'+_0x51e5cc(-0x1d,-0x8b,-0x128,-0x3a)+'h/cloud-pl'+_0x51e5cc(-0x79,-0xe4,-0x130,-0x133)+'ps://www.g'+_0x51e5cc(0x3d,-0xb,-0x19,0x28)+_0x5b875d(0x30a,0x35a,0x308,0x3b8)+_0x51e5cc(-0xf,-0x96,-0xab,-0x9f)+_0x5b875d(0x47a,0x3fe,0x465,0x3eb)+_0x5b875d(0x435,0x3a4,0x404,0x40a)+_0x51e5cc(-0x95,-0x1e,-0x4b,-0x45)+_0x5b875d(0x371,0x2e6,0x339,0x294)+_0x51e5cc(0xb4,0x2a,0x12,0x61)+'le';const _0x4b3ff3={};_0x4b3ff3['claude']=_0x1751cf,_0x4b3ff3[_0x5b875d(0x3ff,0x364,0x2da,0x388)]=_0x322f73,_0x4b3ff3[_0x51e5cc(-0x79,0x2e,-0x5c,0x25)]=_0x4cf179;const PROVIDER_CONFIG=_0x4b3ff3;function trimToNull(_0x580911){const _0x342e2b={_0x10d818:0x198,_0x4f4cbd:0x18e,_0x5bb901:0x2e7,_0x5cd7e8:0x430,_0x4d32e6:0x36f,_0x11c55f:0x264,_0x583f98:0x1ad,_0x172538:0x4a6,_0x21d247:0x524,_0x1d5985:0x474},_0x326fe6={_0x24890f:0x10f};function _0x1f1da4(_0x120431,_0x13a708,_0x1d7543,_0x3552e9){return _0x51e5cc(_0x120431-0x18f,_0x3552e9-0x297,_0x1d7543-0x92,_0x120431);}const _0x3726f0={};_0x3726f0[_0x1f1da4(_0x342e2b._0x10d818,0x193,0x109,_0x342e2b._0x4f4cbd)]=function(_0x3078a4,_0x49c8cc){return _0x3078a4!==_0x49c8cc;};function _0x2f31ea(_0x4ff1c7,_0x5ef6ac,_0x53f3c6,_0x452aa8){return _0x5b875d(_0x53f3c6,_0x452aa8-_0x326fe6._0x24890f,_0x53f3c6-0x11a,_0x452aa8-0x15b);}_0x3726f0[_0x1f1da4(0x170,0x1cb,_0x342e2b._0x5bb901,0x227)]=function(_0x5e9a9e,_0x3a6b85){return _0x5e9a9e||_0x3a6b85;};const _0x372db9=_0x3726f0;if(_0x372db9[_0x2f31ea(_0x342e2b._0x5cd7e8,0x45a,_0x342e2b._0x4d32e6,0x3db)](typeof _0x580911,_0x1f1da4(0x1b6,0x200,_0x342e2b._0x11c55f,_0x342e2b._0x583f98)))return null;const _0x1f205d=_0x580911['trim']();return _0x372db9[_0x2f31ea(_0x342e2b._0x172538,0x511,_0x342e2b._0x21d247,_0x342e2b._0x1d5985)](_0x1f205d,null);}function normalizeBaseUrl(_0xe79d27){const _0x2443fb={_0x5698f2:0x4cc,_0x200d5d:0x4f4,_0x1df539:0x54a,_0x3cab83:0x27b,_0x4b2575:0x36a,_0x3b32ff:0x416,_0x4c8492:0x461,_0x59e27d:0x4f9,_0x110217:0x4c6,_0xe8e02:0x516,_0x2d092d:0x1a7,_0x5cc796:0x140,_0x35e8d6:0x276,_0x1f7d90:0x2c6,_0x11fc5e:0x2f8,_0x3aec4e:0x503,_0x379e88:0x47e,_0x522703:0x557,_0x218c92:0x5bf,_0x4ee8c7:0x25e,_0x13d7dd:0x36c,_0x25c151:0x45d,_0x5aef01:0x3f2,_0x39d6fd:0x378,_0x43fc75:0x35c,_0x25d92d:0x399,_0x77385c:0x2d7,_0x3dd9c0:0x56a,_0x3115d8:0x588,_0x4a53f7:0x2d5,_0xcd42de:0x425,_0x572156:0x494,_0x1b9781:0x210,_0xb2646b:0x259,_0x46f67c:0x1cd,_0x332f96:0x47a,_0x1a1465:0x23a,_0x19ffde:0x30d,_0x9ee343:0x268,_0x4f9d3e:0x4c4,_0x41299e:0x426,_0x4fc6cf:0x4c7,_0xc7fcbc:0x5a2,_0x39181c:0x282,_0x2aac09:0x4b2,_0x1410a8:0x452,_0x287334:0x3c3,_0x14208c:0x57e,_0x41c33e:0x467,_0x13b801:0x47d,_0x2de380:0x4c7,_0x2ee360:0x4d3,_0x318978:0x149,_0x142533:0x143,_0x140d6f:0x4aa,_0xbdc04a:0x430,_0x5a4801:0x33c,_0x471884:0x2e1,_0x87ec6e:0x59f,_0x373284:0x46e,_0x3a6fc3:0x28b,_0x464492:0x28c,_0x167e20:0x548,_0x1cfc09:0x591,_0x5393b3:0x200,_0x2f49d3:0x19d,_0x37eb84:0x1b3,_0x587786:0x5f0,_0x989c4a:0x13f,_0xbe1689:0x202,_0x472b60:0x43a,_0x318bee:0x478,_0x1bd68a:0x279},_0x573dd0={_0x198dc0:0xe4,_0x5090ec:0x305},_0x2294a6={_0x307e28:0x117,_0x15b785:0x53d},_0x340950={};_0x340950['iShmn']=function(_0x5b842f,_0x8039b){return _0x5b842f===_0x8039b;},_0x340950[_0x1524bf(0x322,0x24e,0x1ac,0x25e)]=_0x5312bc(_0x2443fb._0x5698f2,_0x2443fb._0x200d5d,_0x2443fb._0x1df539,0x524),_0x340950['bVAjr']=function(_0x5cf188,_0x3b4ac3){return _0x5cf188===_0x3b4ac3;},_0x340950[_0x1524bf(_0x2443fb._0x3cab83,0x1f9,0x1c0,0x223)]=_0x1524bf(_0x2443fb._0x4b2575,0x348,0x29e,0x333);function _0x5312bc(_0x19481a,_0x5cd543,_0x3834a0,_0x3a64ed){return _0x51e5cc(_0x19481a-_0x2294a6._0x307e28,_0x19481a-_0x2294a6._0x15b785,_0x3834a0-0x83,_0x5cd543);}_0x340950[_0x5312bc(0x42d,0x47f,_0x2443fb._0x3b32ff,_0x2443fb._0x4c8492)]=_0x5312bc(_0x2443fb._0x59e27d,0x55b,_0x2443fb._0x110217,_0x2443fb._0xe8e02)+'ing\x20provid'+_0x1524bf(_0x2443fb._0x2d092d,_0x2443fb._0x5cc796,0x174,0x1cd)+'s',_0x340950['brjCE']=_0x1524bf(0x31e,0x1b0,0x282,_0x2443fb._0x35e8d6)+_0x1524bf(_0x2443fb._0x1f7d90,0x38a,_0x2443fb._0x11fc5e,0x30f)+_0x5312bc(_0x2443fb._0x3aec4e,_0x2443fb._0x379e88,0x4f0,0x46d)+_0x5312bc(_0x2443fb._0x522703,0x4bf,_0x2443fb._0x218c92,0x4f4)+'le',_0x340950['hVrYz']='cUrOf',_0x340950['eUmmm']=function(_0x4dbc33,_0x333300){return _0x4dbc33!==_0x333300;},_0x340950[_0x1524bf(0x1f7,_0x2443fb._0x4ee8c7,0x210,0x206)]='https:',_0x340950[_0x1524bf(_0x2443fb._0x13d7dd,0x3d0,0x287,0x335)]=function(_0x24a3fc,_0x5cbcf6){return _0x24a3fc!==_0x5cbcf6;},_0x340950[_0x1524bf(0x165,0x1cc,0x213,0x202)]='FoDhl';function _0x1524bf(_0x10b375,_0x3e2051,_0x22a196,_0x42ae0c){return _0x51e5cc(_0x10b375-_0x573dd0._0x198dc0,_0x42ae0c-_0x573dd0._0x5090ec,_0x22a196-0x1dc,_0x10b375);}const _0x1981b2=_0x340950,_0x3a2cdd=trimToNull(_0xe79d27);if(!_0x3a2cdd)return _0x1981b2[_0x5312bc(_0x2443fb._0x25c151,0x4ae,0x4f5,_0x2443fb._0x5aef01)]!==_0x1524bf(_0x2443fb._0x39d6fd,_0x2443fb._0x43fc75,_0x2443fb._0x25d92d,_0x2443fb._0x77385c)?null:_0x1981b2[_0x5312bc(0x534,_0x2443fb._0x3dd9c0,0x577,_0x2443fb._0x3115d8)](_0x234d02,_0x1981b2[_0x1524bf(_0x2443fb._0x4a53f7,0x21d,0x26e,0x25e)])||_0x1981b2[_0x5312bc(_0x2443fb._0xcd42de,0x3d2,0x3a9,_0x2443fb._0x572156)](_0x564df4,_0x1981b2[_0x1524bf(_0x2443fb._0x1b9781,_0x2443fb._0xb2646b,_0x2443fb._0x46f67c,0x223)]);try{if(_0x1981b2['iShmn'](_0x5312bc(0x484,0x43f,_0x2443fb._0x332f96,0x3c8),_0x1524bf(_0x2443fb._0x1a1465,0x236,_0x2443fb._0x19ffde,_0x2443fb._0x9ee343))){const _0x16b57b={};_0x16b57b[_0x5312bc(_0x2443fb._0x4f9d3e,0x412,_0x2443fb._0x41299e,0x4e8)]=_0x4d3f14[_0x5312bc(0x500,_0x2443fb._0x200d5d,_0x2443fb._0x4fc6cf,_0x2443fb._0xc7fcbc)],_0x54099e['error'](_0x1981b2[_0x1524bf(0x1a1,0x1a5,_0x2443fb._0x39181c,0x1f5)],_0x16b57b);}else{const _0x2b8d0b=new URL(_0x3a2cdd);if(_0x1981b2['eUmmm'](_0x2b8d0b[_0x5312bc(0x442,_0x2443fb._0x2aac09,_0x2443fb._0x1410a8,_0x2443fb._0x287334)],_0x5312bc(0x4fd,_0x2443fb._0x14208c,_0x2443fb._0x41c33e,_0x2443fb._0x13b801))&&_0x1981b2[_0x5312bc(_0x2443fb._0x2de380,0x4b9,_0x2443fb._0x2ee360,0x516)](_0x2b8d0b[_0x1524bf(0x217,0x251,0x24d,0x20a)],_0x1981b2[_0x1524bf(_0x2443fb._0x318978,0x17e,_0x2443fb._0x142533,0x206)])){if('gZIhM'!==_0x5312bc(0x4f7,_0x2443fb._0x140d6f,0x5b8,0x43e))return null;else{const _0x3bf686={};_0x3bf686[_0x5312bc(_0x2443fb._0xbdc04a,0x4da,0x460,0x45e)]=_0x27ab84,_0x3bf686[_0x1524bf(_0x2443fb._0x5a4801,0x23a,_0x2443fb._0x471884,0x28c)]=_0x42e87c[_0x5312bc(0x500,_0x2443fb._0x87ec6e,0x46e,_0x2443fb._0x373284)],_0x41c0d9[_0x1524bf(_0x2443fb._0x3a6fc3,0x340,0x2c7,_0x2443fb._0x464492)](_0x1981b2[_0x5312bc(0x526,0x5d6,_0x2443fb._0x167e20,_0x2443fb._0x1cfc09)],_0x3bf686);}}return _0x2b8d0b[_0x1524bf(0x25a,_0x2443fb._0x5393b3,_0x2443fb._0x2f49d3,_0x2443fb._0x37eb84)]()['replace'](/\/+$/,'');}}catch{if(_0x1981b2[_0x5312bc(0x56d,_0x2443fb._0x587786,0x5de,0x545)](_0x1981b2[_0x1524bf(0x293,0x28e,_0x2443fb._0x989c4a,_0x2443fb._0xbe1689)],_0x1981b2[_0x5312bc(_0x2443fb._0x472b60,0x3da,0x4cc,_0x2443fb._0x318bee)]))_0x3c3148[_0x1524bf(0x209,0x2a8,0x1f3,_0x2443fb._0x1bd68a)]=_0x58e687['id']===_0x15271c;else return null;}}function endpointSupportsApiVersion(_0x12fe17){const _0x2b02a8={_0x258001:0x57d,_0x447e57:0x126,_0x1cb936:0x15a,_0x2cee0e:0x17f,_0x148f7f:0xf4,_0x92d20d:0x174,_0x26997f:0x170,_0x264b44:0x5b3,_0x2eae7b:0x600,_0x51a677:0x58e,_0x32902d:0x5d4,_0x13fc9a:0x613,_0x40f6c0:0x5fe,_0x50e50e:0x6c4,_0x2c7a5a:0x5ce},_0x4fa842={_0x5b00f2:0x1cf,_0x2016a9:0x6b3},_0x358bcb={_0x30d2c0:0x201,_0x3af026:0x37,_0x512697:0x140},_0x8f2f38={};_0x8f2f38[_0x4066e5(0x5d4,_0x2b02a8._0x258001,0x5a7,0x5b8)]=function(_0x55beac,_0x503eb6){return _0x55beac===_0x503eb6;},_0x8f2f38[_0x47bf53(_0x2b02a8._0x447e57,0xd4,_0x2b02a8._0x1cb936,0x7b)]='codex';function _0x47bf53(_0x28c4f7,_0x5ef98c,_0xa53069,_0x1a5753){return _0x5b875d(_0x1a5753,_0x5ef98c- -_0x358bcb._0x30d2c0,_0xa53069-_0x358bcb._0x3af026,_0x1a5753-_0x358bcb._0x512697);}function _0x4066e5(_0x2118b8,_0x4b6406,_0x16e12d,_0x52736f){return _0x51e5cc(_0x2118b8-_0x4fa842._0x5b00f2,_0x2118b8-_0x4fa842._0x2016a9,_0x16e12d-0x61,_0x16e12d);}_0x8f2f38[_0x47bf53(0xf3,_0x2b02a8._0x2cee0e,0x1c5,_0x2b02a8._0x148f7f)]='gemini';const _0x2e8f33=_0x8f2f38;return _0x2e8f33[_0x47bf53(_0x2b02a8._0x92d20d,0xf5,_0x2b02a8._0x26997f,0x165)](_0x12fe17,_0x2e8f33[_0x4066e5(_0x2b02a8._0x264b44,_0x2b02a8._0x2eae7b,_0x2b02a8._0x51a677,0x5e0)])||_0x2e8f33[_0x4066e5(_0x2b02a8._0x32902d,0x5ad,_0x2b02a8._0x13fc9a,_0x2b02a8._0x40f6c0)](_0x12fe17,_0x2e8f33[_0x4066e5(0x65e,0x5db,_0x2b02a8._0x50e50e,_0x2b02a8._0x2c7a5a)]);}function getDefaultEndpointConfig(_0x11c254){const _0x16fecc={_0x3adc0a:0x20,_0x37fb06:0x67,_0x42b31b:0xaf,_0x34cccd:0x34a,_0x53b20d:0x465,_0x441c02:0x49b,_0x5a8865:0x1a3,_0x5a738a:0x16d,_0xf0f78f:0xc7},_0x575984={_0x5b82e2:0x44d},_0x405ec4={_0x143a72:0x129,_0x93fe04:0x18c};function _0x579bed(_0x5b6b92,_0x1fa98b,_0xbf25b9,_0x160da8){return _0x51e5cc(_0x5b6b92-_0x405ec4._0x143a72,_0xbf25b9-_0x405ec4._0x93fe04,_0xbf25b9-0x185,_0x160da8);}const _0x5d4906={'QutFW':_0x579bed(_0x16fecc._0x3adc0a,0x18,_0x16fecc._0x37fb06,_0x16fecc._0x42b31b),'AIwFj':function(_0x3a2a41,_0x847b8b){return _0x3a2a41(_0x847b8b);}};function _0x2b5a62(_0x33c1c6,_0xbfc099,_0x1a5d25,_0x34c0e5){return _0x51e5cc(_0x33c1c6-0xa3,_0xbfc099-_0x575984._0x5b82e2,_0x1a5d25-0x48,_0x33c1c6);}const _0x1d6519={};return _0x1d6519[_0x2b5a62(0x3ab,0x348,_0x16fecc._0x34cccd,0x2ad)+'n']=null,{'mode':_0x5d4906[_0x2b5a62(0x539,0x473,_0x16fecc._0x53b20d,_0x16fecc._0x441c02)],'base_url':null,..._0x5d4906[_0x579bed(_0x16fecc._0x5a8865,0x138,_0x16fecc._0x5a738a,_0x16fecc._0xf0f78f)](endpointSupportsApiVersion,_0x11c254)?_0x1d6519:{}};}function normalizeApiKeyEndpoint(_0x5d47af,_0x5600b0){const _0x519026={_0x3832d0:0x16f,_0xf4453c:0x244,_0x41113c:0x16e,_0x705e19:0x2df,_0x32796e:0x15e,_0x2467ee:0x283,_0x35100a:0x2cb,_0x43c77b:0x50a,_0x13be5f:0x602,_0x1531c4:0x57b,_0x5b016e:0x59f,_0x372566:0x52f,_0x155d19:0x4ca,_0x358b04:0x2e2,_0x515633:0x28a,_0x42734c:0x239,_0x4ece5b:0x4cf,_0x5f0da2:0x590,_0x38cc87:0x559,_0xae129c:0x532,_0x4c7227:0x635,_0x2a990d:0x5ba,_0x16dd7c:0x153,_0x2f5c1f:0x2ce,_0x1ba9b7:0x154,_0x54670c:0x4b9,_0x5f42aa:0x4de,_0xafa79e:0x509,_0x11a476:0x562,_0x104705:0x21e,_0x29ad6a:0x343,_0x233f24:0x2a6,_0x2a3ed6:0x21a,_0x4187a8:0x3f9,_0x59e9de:0x4a1},_0x50c4aa={_0x3e3da3:0xf7},_0x1be91f={'UHGKJ':function(_0x42fd17,_0x40b7c3){return _0x42fd17(_0x40b7c3);},'XoBxf':function(_0x25b8d9,_0x3ff89c){return _0x25b8d9(_0x3ff89c);},'scxam':function(_0x5e67b3,_0x47c4d6){return _0x5e67b3===_0x47c4d6;},'krWsO':_0x61397e(_0x519026._0x3832d0,_0x519026._0xf4453c,0x199,0x216),'PAssD':_0x61397e(_0x519026._0x41113c,_0x519026._0x705e19,_0x519026._0x32796e,0x21a),'iMqmO':function(_0x41da55,_0x2df8fd){return _0x41da55!==_0x2df8fd;},'bgSBc':_0x61397e(0x218,_0x519026._0x2467ee,0x20d,_0x519026._0x35100a),'cfWIU':_0x5dc201(_0x519026._0x43c77b,_0x519026._0x13be5f,0x534,_0x519026._0x1531c4),'rTUWv':function(_0x48722f,_0x2b5655){return _0x48722f(_0x2b5655);}},_0x1647f1=_0x1be91f['XoBxf'](getDefaultEndpointConfig,_0x5d47af),_0x12075e=_0x1be91f[_0x5dc201(0x57e,_0x519026._0x5b016e,0x640,0x59e)](_0x1be91f[_0x5dc201(0x4bb,0x4b2,_0x519026._0x372566,_0x519026._0x155d19)](trimToNull,_0x5600b0?.[_0x61397e(0x21e,_0x519026._0x358b04,_0x519026._0x515633,_0x519026._0x42734c)]),_0x1be91f[_0x5dc201(_0x519026._0x4ece5b,_0x519026._0x5f0da2,0x5a2,_0x519026._0x38cc87)])?_0x1be91f[_0x5dc201(0x4f8,0x5cc,_0x519026._0xae129c,0x559)]:_0x1be91f[_0x5dc201(0x5c7,_0x519026._0x4c7227,_0x519026._0x2a990d,_0x519026._0x13be5f)];function _0x61397e(_0x4263d6,_0x1b973f,_0x1bc4d8,_0x13658a){return _0x51e5cc(_0x4263d6-0x45,_0x13658a-0x33f,_0x1bc4d8-0x147,_0x1b973f);}if(_0x1be91f['iMqmO'](_0x12075e,_0x1be91f['krWsO'])){if(_0x1be91f['bgSBc']===_0x1be91f[_0x61397e(_0x519026._0x16dd7c,_0x519026._0x2f5c1f,_0x519026._0x1ba9b7,0x212)]){const _0x7881bc=_0x1be91f[_0x5dc201(0x51e,0x56d,0x4fc,0x53e)](_0x517e5f,_0x1c39fd);return _0x7881bc['find'](_0x47eb3a=>_0x47eb3a['id']===_0x43713f)||null;}else return _0x1647f1;}function _0x5dc201(_0x3b4afc,_0x24cb11,_0x161d84,_0x5f3b29){return _0x51e5cc(_0x3b4afc-0x12c,_0x5f3b29-0x5f2,_0x161d84-_0x50c4aa._0x3e3da3,_0x161d84);}const _0x1948e3=normalizeBaseUrl(_0x5600b0?.[_0x5dc201(_0x519026._0x54670c,_0x519026._0x5f42aa,_0x519026._0xafa79e,_0x519026._0x11a476)]);if(!_0x1948e3)return _0x1647f1;return{'mode':_0x1be91f[_0x61397e(0x233,_0x519026._0x104705,_0x519026._0x29ad6a,_0x519026._0x233f24)],'base_url':_0x1948e3,..._0x1be91f[_0x61397e(_0x519026._0x2a3ed6,0x1aa,0x1c7,0x1ee)](endpointSupportsApiVersion,_0x5d47af)?{'api_version':_0x1be91f[_0x5dc201(_0x519026._0x4187a8,0x4c5,0x529,_0x519026._0x59e9de)](trimToNull,_0x5600b0?.['api_versio'+'n'])}:{}};}function normalizeAccount(_0x5f5086,_0x42d0b5){const _0x112f07={_0x1dc049:0x5c,_0xeae466:0x3bd,_0x55b75b:0x3de,_0x2207fe:0x376,_0x4aee64:0x155,_0x4d8b5d:0x154,_0x3583f4:0x47d,_0x235d00:0x387,_0x1583eb:0x45e,_0x1681c7:0x81,_0x727098:0xfb,_0x4e11d7:0x523,_0x57a248:0x4bc,_0xa959c9:0x4d5,_0x706464:0x523,_0x51a1cf:0x48a,_0x11f938:0x4bc,_0xec934b:0x57,_0x5ca697:0x42f,_0x2205dd:0x474,_0x2cb29b:0x497,_0xa73d74:0x3fd,_0xc46f94:0x3b0,_0x45fe95:0x369,_0x4788a1:0x391,_0x569102:0x33f,_0x3ede16:0x417,_0x13a4f8:0x568,_0x4b4115:0x41f,_0x5089d8:0x4bb,_0x184766:0x41d,_0x564d25:0x324,_0x25c0a3:0x506,_0x2adfb7:0x43,_0x5e0127:0x56,_0x4cbb3b:0x69,_0x419a34:0x79,_0xf88f9f:0x2f,_0x2e4e24:0x1d,_0x567a08:0x29,_0x15dce6:0x4cc,_0xd6af0a:0x43e,_0x419bba:0x500,_0x25319a:0x414,_0x1cc556:0x1c0,_0x4151f9:0x106,_0xdff8ce:0x7e,_0x385bb8:0x143,_0x4c2b10:0xe3,_0x2074d2:0x532,_0x5abd55:0x420,_0x123e0c:0x4a9,_0x40a64d:0x129,_0x34f01d:0x6,_0x598863:0xa4,_0x407057:0xe4,_0x502a21:0x562,_0x2f5279:0x4be,_0x1a508d:0x544,_0x498945:0x509,_0x162e60:0x417,_0x2cb25c:0x323,_0x25ae57:0x4f9},_0x24e517={_0x40f918:0x135,_0x21b73c:0x41},_0x3a82db={_0x2c64d6:0x14c,_0x8de69f:0x130,_0x13c0d1:0xc6},_0x4e243b={'kiODh':function(_0x4069d2){return _0x4069d2();},'VESCk':function(_0x335085,_0x228906){return _0x335085(_0x228906);},'GFxNq':_0x5afbe3(0x55,0xcc,_0x112f07._0x1dc049,0x62)+_0x14072a(_0x112f07._0xeae466,0x428,_0x112f07._0x55b75b,_0x112f07._0x2207fe)+_0x5afbe3(_0x112f07._0x4aee64,0x14e,0xf5,_0x112f07._0x4d8b5d),'suipM':function(_0x396ae0,_0x1a03e){return _0x396ae0!==_0x1a03e;},'zNMGY':_0x14072a(_0x112f07._0x3583f4,0x4a9,0x420,0x421),'PlpdF':function(_0x167697,_0x105e5f){return _0x167697||_0x105e5f;},'bwaRi':'JhcCZ','SaMdZ':function(_0x3e4a87,_0x2f11da){return _0x3e4a87===_0x2f11da;},'DBYdo':function(_0x551533,_0x476391){return _0x551533===_0x476391;},'pmqPY':function(_0x48572a,_0x40d8bc){return _0x48572a===_0x40d8bc;},'BtEBf':'kUXuI','cnQNA':function(_0x296c33,_0x27b2f5){return _0x296c33(_0x27b2f5);}};if(!_0x42d0b5||typeof _0x42d0b5!==_0x14072a(0x4e7,_0x112f07._0x235d00,0x43a,_0x112f07._0x1583eb)){if(_0x4e243b[_0x5afbe3(0xaa,_0x112f07._0x1681c7,_0x112f07._0x727098,0x146)]===_0x4e243b[_0x14072a(_0x112f07._0x4e11d7,_0x112f07._0x57a248,_0x112f07._0xa959c9,_0x112f07._0x706464)])return null;else{const _0x5551f5=_0x4e243b[_0x14072a(_0x112f07._0x51a1cf,0x3dd,0x466,_0x112f07._0x11f938)](_0x4a2eeb),_0x16f9b4=_0x5551f5[_0x420391]||[],_0xb072c2=_0x16f9b4['find'](_0xdfb1f4=>_0xdfb1f4['id']===_0x4b7897&&_0xdfb1f4[_0x5afbe3(0x140,0x14b,0x12c,0x124)]===_0x4702d0);if(!_0xb072c2)return![];_0xb072c2['email']=_0x4f9b40,_0xb072c2['updated_at']=new _0x1e6d90()[_0x5afbe3(-0x3f,0x34,-0x1d,-_0x112f07._0xec934b)+'g'](),_0x4e243b[_0x14072a(0x471,0x3fd,0x435,_0x112f07._0x5ca697)](_0x428cde,_0x5551f5);const _0x389116={};return _0x389116[_0x14072a(_0x112f07._0x2205dd,_0x112f07._0x2cb29b,_0x112f07._0xa73d74,0x4be)]=_0x347e1c,_0x389116[_0x14072a(_0x112f07._0xc46f94,_0x112f07._0x45fe95,0x3d7,_0x112f07._0x4788a1)]=_0x461427,_0x389116['email']=_0x119189,_0x30e754[_0x14072a(_0x112f07._0x569102,0x394,0x3d1,_0x112f07._0x3ede16)](_0x4e243b[_0x14072a(_0x112f07._0x13a4f8,_0x112f07._0x4b4115,_0x112f07._0x5089d8,0x4de)],_0x389116),!![];}}function _0x5afbe3(_0x1f133d,_0x714b89,_0x11a84e,_0x4994c4){return _0x51e5cc(_0x1f133d-_0x3a82db._0x2c64d6,_0x11a84e-_0x3a82db._0x8de69f,_0x11a84e-_0x3a82db._0x13c0d1,_0x1f133d);}const _0x51255d=_0x4e243b[_0x14072a(_0x112f07._0x184766,_0x112f07._0x564d25,0x3db,0x429)](_0x42d0b5[_0x14072a(0x465,0x4c7,_0x112f07._0x25c0a3,0x529)],ACCOUNT_TYPE_API_KEY)?ACCOUNT_TYPE_API_KEY:ACCOUNT_TYPE_OAUTH,_0x3d932b={..._0x42d0b5,'type':_0x51255d,'is_default':!!_0x42d0b5[_0x5afbe3(0x39,_0x112f07._0x2adfb7,0xa4,0x11c)],'created_at':_0x42d0b5['created_at']||_0x42d0b5[_0x5afbe3(_0x112f07._0x5e0127,0x6,_0x112f07._0x4cbb3b,_0x112f07._0x419a34)]||new Date()[_0x5afbe3(_0x112f07._0xf88f9f,-0x27,-_0x112f07._0x2e4e24,-_0x112f07._0x567a08)+'g']()};function _0x14072a(_0x4f39c2,_0x3aa50a,_0x40dd56,_0x5eb4aa){return _0x5b875d(_0x3aa50a,_0x40dd56-_0x24e517._0x40f918,_0x40dd56-_0x24e517._0x21b73c,_0x5eb4aa-0x161);}if(_0x4e243b[_0x14072a(_0x112f07._0x15dce6,0x3e6,_0x112f07._0xd6af0a,_0x112f07._0x419bba)](_0x51255d,ACCOUNT_TYPE_API_KEY)){if(_0x4e243b[_0x14072a(0x559,0x571,0x4d3,_0x112f07._0x25319a)](_0x4e243b[_0x5afbe3(_0x112f07._0x1cc556,0x1b8,0x143,0xb5)],_0x4e243b[_0x5afbe3(_0x112f07._0x4151f9,_0x112f07._0xdff8ce,_0x112f07._0x385bb8,_0x112f07._0x4c2b10)]))_0x3d932b[_0x14072a(_0x112f07._0x2074d2,_0x112f07._0x5abd55,_0x112f07._0x123e0c,0x4b3)]=null,_0x3d932b[_0x14072a(0x515,0x4a3,0x522,0x5c5)]=_0x4e243b[_0x5afbe3(0x213,0x1a3,0x14e,_0x112f07._0x40a64d)](trimToNull,_0x42d0b5['api_key']||_0x42d0b5[_0x5afbe3(-_0x112f07._0x34f01d,_0x112f07._0x598863,-0xf,-0x8e)]),_0x3d932b[_0x5afbe3(0xcd,0xb3,_0x112f07._0x407057,0x62)]=normalizeApiKeyEndpoint(_0x5f5086,_0x42d0b5[_0x14072a(_0x112f07._0x502a21,0x4e8,_0x112f07._0x2f5279,0x50e)]);else{if(_0x4e243b[_0x14072a(_0x112f07._0x1a508d,0x4ee,_0x112f07._0x498945,0x477)](typeof _0x29c7e0,_0x4e243b[_0x14072a(0x40c,0x499,0x3dc,_0x112f07._0x162e60)]))return null;const _0x2d475e=_0x259cfd[_0x14072a(_0x112f07._0x2cb25c,0x371,0x3c0,0x3c4)]();return _0x4e243b[_0x14072a(0x4d7,0x56c,0x4f0,_0x112f07._0x25ae57)](_0x2d475e,null);}}return _0x3d932b;}function normalizeAccountsData(_0x1741dd){const _0x48e581={_0x4a3568:0x4a8,_0x4cf610:0x562,_0x28aff3:0x5a1},_0x7df2a5={_0x3878b2:0x248};function _0x3bc221(_0x3f6262,_0x1190b0,_0x3f9b16,_0x318ad4){return _0x5b875d(_0x3f6262,_0x3f9b16-_0x7df2a5._0x3878b2,_0x3f9b16-0x1b7,_0x318ad4-0x115);}const _0x2fb7e8={};function _0x1c63c1(_0x16151c,_0x44d238,_0x443176,_0x39e7ff){return _0x51e5cc(_0x16151c-0xe8,_0x44d238-0x5bc,_0x443176-0x1e9,_0x443176);}for(const _0x4e944f of SUPPORTED_PROVIDERS){const _0x3aa440=Array['isArray'](_0x1741dd?.[_0x4e944f])?_0x1741dd[_0x4e944f]:[];_0x2fb7e8[_0x4e944f]=_0x3aa440[_0x3bc221(0x5b0,0x58f,0x638,0x600)](_0x472b51=>normalizeAccount(_0x4e944f,_0x472b51))[_0x3bc221(_0x48e581._0x4a3568,0x5cb,_0x48e581._0x4cf610,_0x48e581._0x28aff3)](Boolean);}return _0x2fb7e8;}function toProviderStorageShape(_0x3a9cb1){return normalizeAccountsData(_0x3a9cb1);}function getAccountCreatedTimestamp(_0x2c451b){const _0x3e6081={_0x8dcd03:0x520,_0x40a424:0x451,_0x1f5352:0x4ac,_0x1ad719:0x489,_0x4101c8:0x592,_0x6a02a2:0x4b6,_0xcfeaea:0x4a6,_0x3c5465:0x55f,_0x1f60fd:0x662},_0x2f891d={_0x57680b:0x1d1,_0x11486a:0x677},_0x1ba95d={_0x587f76:0xf5};function _0x2a323a(_0x4c454d,_0x379cd5,_0x4d9ec7,_0x17775e){return _0x5b875d(_0x379cd5,_0x4d9ec7-0x212,_0x4d9ec7-_0x1ba95d._0x587f76,_0x17775e-0x3b);}const _0x3c14dd=_0x2c451b?.[_0x2a323a(0x513,0x54a,_0x3e6081._0x8dcd03,0x4f7)]||_0x2c451b?.[_0x2a323a(0x4e7,0x4a3,0x4a4,_0x3e6081._0x40a424)],_0x4be04c=_0x3c14dd?new Date(_0x3c14dd)[_0x2a323a(_0x3e6081._0x1f5352,_0x3e6081._0x1ad719,0x509,0x578)]():NaN;function _0x48b7f1(_0x5cd074,_0x34473b,_0x32d21d,_0x65cce3){return _0x51e5cc(_0x5cd074-_0x2f891d._0x57680b,_0x5cd074-_0x2f891d._0x11486a,_0x32d21d-0x5a,_0x32d21d);}return Number[_0x48b7f1(0x56b,0x57c,_0x3e6081._0x4101c8,0x5be)](_0x4be04c)?_0x4be04c:Number[_0x2a323a(0x4e5,_0x3e6081._0x6a02a2,_0x3e6081._0xcfeaea,_0x3e6081._0x3c5465)+_0x2a323a(_0x3e6081._0x1f60fd,0x6aa,0x5f3,0x6b7)];}function maskApiKey(_0x411c45){const _0x366639={_0x53aeaf:0xb8,_0x460be7:0xd6,_0x38e2ca:0x121,_0x16812d:0x161,_0x335a6c:0x67,_0x207a02:0xb0,_0x36f354:0x19c,_0x161077:0x1bc,_0x21435f:0x18d,_0x4f3dd4:0x99,_0x4483eb:0x1c4,_0x43c87e:0x1d8},_0x221fa4={_0x5a56aa:0x3a},_0x519d5f={_0x2296c2:0x3,_0x3a887f:0x12b};function _0x5a746e(_0x1d050d,_0x453825,_0x1a3af5,_0x2bc246){return _0x51e5cc(_0x1d050d-_0x519d5f._0x2296c2,_0x1a3af5- -0xda,_0x1a3af5-_0x519d5f._0x3a887f,_0x453825);}function _0x46e17f(_0x534763,_0x4d6c76,_0x562c0f,_0x44af4b){return _0x5b875d(_0x534763,_0x44af4b- -0x42d,_0x562c0f-0x2d,_0x44af4b-_0x221fa4._0x5a56aa);}const _0x2e0844={};_0x2e0844[_0x5a746e(-_0x366639._0x53aeaf,-0x19a,-_0x366639._0x460be7,-_0x366639._0x38e2ca)]=function(_0x13a18c,_0x115bfd){return _0x13a18c<=_0x115bfd;};const _0x1c42e5=_0x2e0844;if(!_0x411c45)return null;if(_0x1c42e5[_0x5a746e(-0x195,-_0x366639._0x16812d,-_0x366639._0x460be7,-_0x366639._0x335a6c)](_0x411c45[_0x5a746e(-_0x366639._0x207a02,-_0x366639._0x36f354,-0x160,-0xb6)],-0x22bd+-0x4d2+0x2797))return _0x411c45[_0x46e17f(-0xe5,-_0x366639._0x161077,-0x24f,-_0x366639._0x21435f)](-0x73d*0x1+-0x569*-0x1+-0x4e*-0x6,0x2e*0x17+0xe99+-0x12b9)+_0x46e17f(-0x1c2,-0x16c,-0x1a7,-0x149);return _0x411c45[_0x46e17f(-0xd4,-0xeb,-0xd4,-0x18d)](0x3a*0x97+0x20ca*-0x1+-0x16c,-0x3d2+0x1c4b+-0x1*0x1875)+_0x46e17f(-_0x366639._0x4f3dd4,-0x1ae,-0x16c,-0x149)+_0x411c45[_0x5a746e(-_0x366639._0x4483eb,-0x1a6,-0x20f,-_0x366639._0x43c87e)](-(0x1530+-0x33f+-0x1*0x11ed));}export function readProviderAccounts(){const _0x5f18aa={_0x254586:0x568,_0x2d18ea:0x576,_0x101bcc:0x3ce,_0x257237:0x46e,_0x3a0856:0x47b,_0x1ea3d8:0x3db,_0x2bf092:0x510,_0x3ab73c:0x524,_0x4a6581:0x4de,_0x3fac1e:0x5b9,_0x4e8173:0x510,_0x37ad05:0x4f2,_0x33d830:0x219,_0x345788:0x1fb,_0xdfd9e6:0x272,_0x44e02b:0x274,_0x3d81e1:0x2c9,_0x3bb590:0x333,_0x8632b8:0x318,_0x4c561b:0x452,_0x72037:0x3b0,_0xbbddc7:0x4d1,_0xb2e9d6:0x47c,_0x455132:0x518,_0x5d1704:0x53f,_0x5968d5:0x32e,_0x1b193a:0x2e3,_0x10ef39:0x338,_0x3f4e0a:0x283,_0x3aa9fc:0x24c,_0x40dc68:0x340,_0x43c4dc:0x3e5,_0x4627a2:0x3af,_0x13322b:0x5ef,_0xaa3621:0x594,_0x98b3bc:0x5d7,_0x56cbe1:0x259,_0x2c69c0:0x265,_0x6d0df7:0x259,_0x5d6d8b:0x2ec,_0x12edda:0x427,_0x2f1cdb:0x3f4,_0x104fca:0x47a,_0xabb367:0x49b,_0x19ac0b:0x245,_0x2fb29e:0x2db,_0x2dede7:0x545,_0x8432b3:0x575,_0x18131c:0x598,_0x433df5:0x35f,_0x182fac:0x410,_0x3602de:0x2bd,_0x250c23:0x197,_0x339d4c:0x4aa,_0x52e884:0x41e,_0x5c00c3:0x495,_0x24ca98:0x492,_0x27f1e:0x4d7,_0x5e58c6:0x5c9,_0x5ab5d9:0x56f,_0x280245:0x30a,_0x571ca9:0x262,_0x16e39e:0x356,_0x3e4698:0x2b2,_0x194ee6:0x2f6,_0x56cacc:0x349,_0x173cba:0x2fc,_0x3046e5:0x211,_0xe8e37b:0x231,_0x3c1b2c:0x60c,_0x2c1f0f:0x4ff,_0x8146b9:0x596},_0xe14f53={_0x442286:0x333},_0x52370b={_0x640aa8:0x568,_0x5d5b5d:0x43},_0xe48d9d={'OpXNc':function(_0x116c7c,_0x23c3d9){return _0x116c7c!==_0x23c3d9;},'DwWzP':_0x2feb0a(0x4cb,0x4ce,_0x5f18aa._0x254586,_0x5f18aa._0x2d18ea),'JCHTA':_0x2feb0a(_0x5f18aa._0x101bcc,_0x5f18aa._0x257237,_0x5f18aa._0x3a0856,_0x5f18aa._0x1ea3d8),'hSeOk':function(_0x289e40,_0x4bd059){return _0x289e40(_0x4bd059);},'MeOnH':_0x2feb0a(0x47e,_0x5f18aa._0x2bf092,_0x5f18aa._0x3ab73c,0x4e3)+_0x2feb0a(_0x5f18aa._0x4a6581,_0x5f18aa._0x3fac1e,_0x5f18aa._0x4e8173,_0x5f18aa._0x37ad05)+_0x5b162b(_0x5f18aa._0x33d830,_0x5f18aa._0x345788,_0x5f18aa._0xdfd9e6,_0x5f18aa._0x44e02b)+'s'};try{if(_0xe48d9d[_0x5b162b(0x2d9,0x2d7,0x2ab,0x222)](_0x5b162b(_0x5f18aa._0x3d81e1,_0x5f18aa._0x3bb590,0x3e6,_0x5f18aa._0x8632b8),_0xe48d9d[_0x2feb0a(0x390,0x3ea,_0x5f18aa._0x4c561b,_0x5f18aa._0x72037)])){if(_0x10bdbb[_0x2feb0a(_0x5f18aa._0xbbddc7,_0x5f18aa._0xb2e9d6,_0x5f18aa._0x455132,_0x5f18aa._0x5d1704)]?.['access_tok'+'en']){const _0xfa6d31={};_0xfa6d31['access_tok'+'en']=_0x51d8c9[_0x5b162b(_0x5f18aa._0x5968d5,_0x5f18aa._0x1b193a,0x35e,_0x5f18aa._0x10ef39)]['access_tok'+'en'],_0xfa6d31[_0x5b162b(0x2ca,0x340,0x2ea,0x333)+_0x2feb0a(0x62d,0x62b,0x594,0x59a)]=_0x536b7e[_0x5b162b(0x23b,0x2e3,_0x5f18aa._0x3f4e0a,_0x5f18aa._0x3aa9fc)][_0x5b162b(0x2a8,_0x5f18aa._0x40dc68,_0x5f18aa._0x43c4dc,_0x5f18aa._0x4627a2)+_0x2feb0a(0x55a,_0x5f18aa._0x13322b,_0x5f18aa._0xaa3621,_0x5f18aa._0x98b3bc)],_0xfa6d31[_0x5b162b(0x1b7,_0x5f18aa._0x56cbe1,0x1d3,_0x5f18aa._0x2c69c0)]=_0x4c6b60['tokens'][_0x5b162b(0x303,_0x5f18aa._0x6d0df7,0x302,_0x5f18aa._0x5d6d8b)],_0x9e9ab1=_0xfa6d31;}else{if(_0x58b1cc[_0x2feb0a(_0x5f18aa._0x12edda,_0x5f18aa._0x2f1cdb,_0x5f18aa._0x104fca,_0x5f18aa._0xabb367)+'en']){const _0x5c9d98={};_0x5c9d98[_0x5b162b(0x2f1,_0x5f18aa._0x19ac0b,0x28a,_0x5f18aa._0x2fb29e)+'en']=_0x40fac5['access_tok'+'en'],_0x5c9d98[_0x2feb0a(_0x5f18aa._0x2dede7,0x591,_0x5f18aa._0x8432b3,0x552)+_0x2feb0a(0x5c3,_0x5f18aa._0x18131c,0x594,0x59b)]=_0x479995['refresh_to'+_0x5b162b(0x3e7,_0x5f18aa._0x433df5,_0x5f18aa._0x182fac,_0x5f18aa._0x3602de)],_0x5c9d98[_0x5b162b(_0x5f18aa._0x250c23,_0x5f18aa._0x6d0df7,0x239,0x2b2)]=_0x3263d7['id_token'],_0x400397=_0x5c9d98;}}}else{if(_0xb8716a[_0x2feb0a(0x42a,0x49e,0x4ea,0x4d7)](ACCOUNTS_FILE)){const _0x401097=JSON[_0x2feb0a(_0x5f18aa._0x339d4c,0x574,0x4c0,_0x5f18aa._0x52e884)](_0xb8716a[_0x2feb0a(_0x5f18aa._0x5c00c3,0x467,_0x5f18aa._0x24ca98,_0x5f18aa._0x27f1e)+'nc'](ACCOUNTS_FILE,_0xe48d9d[_0x2feb0a(0x490,_0x5f18aa._0x5e58c6,0x54f,_0x5f18aa._0x5ab5d9)]));return _0xe48d9d[_0x5b162b(_0x5f18aa._0x280245,_0x5f18aa._0x280245,_0x5f18aa._0x571ca9,_0x5f18aa._0x16e39e)](normalizeAccountsData,_0x401097);}}}catch(_0x34dba5){const _0x4987c6={};_0x4987c6['error']=_0x34dba5[_0x5b162b(_0x5f18aa._0x3e4698,_0x5f18aa._0x194ee6,_0x5f18aa._0x56cacc,0x2d2)],logger[_0x5b162b(_0x5f18aa._0x173cba,0x2ba,_0x5f18aa._0x3046e5,0x2c7)](_0xe48d9d[_0x5b162b(0x30d,0x258,_0x5f18aa._0xe8e37b,0x1bf)],_0x4987c6);}const _0x3a0def={};_0x3a0def['claude']=[],_0x3a0def['codex']=[],_0x3a0def[_0x2feb0a(_0x5f18aa._0x3c1b2c,_0x5f18aa._0x2c1f0f,_0x5f18aa._0x8146b9,0x590)]=[];function _0x2feb0a(_0x65ba4d,_0x4b4890,_0x4008e9,_0x334d56){return _0x51e5cc(_0x65ba4d-0xc4,_0x4008e9-_0x52370b._0x640aa8,_0x4008e9-_0x52370b._0x5d5b5d,_0x65ba4d);}function _0x5b162b(_0xcb52c9,_0x125811,_0x2f3a2b,_0x521829){return _0x51e5cc(_0xcb52c9-0xa6,_0x125811-_0xe14f53._0x442286,_0x2f3a2b-0x1d1,_0x2f3a2b);}return _0x3a0def;}export function writeProviderAccounts(_0x5b9542){const _0x41935f={_0x3ad806:0x185,_0x21c0b6:0x139,_0x4c4c94:0xb9,_0x145c04:0x85,_0x485b5d:0x5f,_0x17b4af:0x66,_0x4ffc5a:0x6d,_0x4a9e9a:0x3,_0x3dfe9f:0xad,_0x2461cf:0x219,_0x48663d:0x28b,_0x1200ee:0x1ca,_0x29e96b:0x298,_0x506ffc:0x1d7,_0x20227e:0x47,_0x2142c6:0xbe,_0x51fccd:0x38,_0x15c9ff:0x2f,_0x133d07:0x1dd,_0x1d5b13:0x1d2,_0x708272:0x186,_0x2b00ce:0x163,_0x53c425:0x84,_0x4c4e76:0x113,_0x2b8c32:0x124,_0x4af4ec:0x1a3,_0x5abc27:0x17e,_0x3b3f0e:0xf7,_0x27fe4e:0x137,_0x578336:0xb0,_0x58d943:0x122,_0x19a039:0x13d,_0x385c9c:0xe6,_0x411453:0x11a,_0x28b02b:0x18,_0x3b6254:0x1c,_0x1371b4:0x40,_0x588dba:0x122,_0x1b3a11:0xa2,_0x45006c:0x133,_0x450431:0x9c,_0x103338:0x53,_0x3b19de:0x1c,_0x2b185d:0x4b,_0x47da64:0xf,_0x3c3688:0x90,_0x4195e7:0xb8,_0x16c2b7:0xb4,_0x1d2ec2:0x16e,_0x2549ff:0x26f,_0x39bdce:0x1d3,_0x5025e2:0x79,_0x13c1c1:0xdc,_0x5284d2:0x10b,_0xdd3039:0x45,_0x4036d5:0xdb,_0x296f0c:0x112,_0x3d411e:0x1cb,_0xcbb58b:0x7b,_0x4e1544:0x12f,_0x172295:0x180,_0x4fb7c2:0xd0,_0x443f69:0x5e,_0xda0813:0x18e,_0x45b60e:0x1fb,_0x25dd16:0x122,_0x1d7ec1:0x9f,_0x5423e2:0x6a,_0x4bc7b8:0x5a,_0x32cb89:0xd7,_0x434594:0x12e,_0x157b2d:0x13e},_0x1b7ab8={_0xc7a007:0x5,_0x51d638:0xf},_0x332522={_0x184cac:0xaf};function _0x262a89(_0x1ad3bc,_0x51fc75,_0x5c7467,_0x1992de){return _0x51e5cc(_0x1ad3bc-0x63,_0x5c7467- -0xe7,_0x5c7467-_0x332522._0x184cac,_0x51fc75);}function _0x1faec0(_0x111c38,_0xcabbcd,_0xc29faa,_0x3d0ce8){return _0x51e5cc(_0x111c38-_0x1b7ab8._0xc7a007,_0x111c38-_0x1b7ab8._0x51d638,_0xc29faa-0x1b6,_0x3d0ce8);}const _0x1495a9={'aQsIy':function(_0x592ed6,_0x4e11ac){return _0x592ed6(_0x4e11ac);},'frJaR':function(_0x3c1afb,_0x1d972b){return _0x3c1afb===_0x1d972b;},'MZjYa':_0x1faec0(-0x12b,-0x1c1,-_0x41935f._0x3ad806,-0x7b),'yxAXC':_0x1faec0(-_0x41935f._0x21c0b6,-0x1f1,-_0x41935f._0x4c4c94,-_0x41935f._0x145c04),'hNyXj':_0x262a89(-_0x41935f._0x485b5d,-_0x41935f._0x17b4af,-0xd8,-0x8e)+'ing\x20provid'+'er\x20account'+'s'};try{if(_0x1495a9[_0x1faec0(-_0x41935f._0x4ffc5a,0x9,_0x41935f._0x4a9e9a,-_0x41935f._0x3dfe9f)](_0x1495a9['MZjYa'],_0x1495a9['yxAXC']))_0x33fc1e['length']>-0x1f9d+-0x7*-0x3dd+0x492?_0x1495a9[_0x262a89(-_0x41935f._0x2461cf,-_0x41935f._0x48663d,-0x1d7,-_0x41935f._0x1200ee)](_0x48ffb6,_0x57bf2f):_0x1495a9[_0x262a89(-_0x41935f._0x29e96b,-0x12a,-_0x41935f._0x506ffc,-0x25b)](_0x561a6b,_0x54dacf);else{const _0x5ebc98=_0x19ef41[_0x1faec0(-_0x41935f._0x20227e,-_0x41935f._0x2142c6,-_0x41935f._0x51fccd,_0x41935f._0x15c9ff)](ACCOUNTS_FILE);if(!_0xb8716a[_0x262a89(-0xfd,-_0x41935f._0x133d07,-0x165,-_0x41935f._0x1d5b13)](_0x5ebc98)){if(_0x1495a9[_0x262a89(-_0x41935f._0x708272,-0x1a3,-_0x41935f._0x2b00ce,-0xf4)]('MoUQB',_0x262a89(-0x13b,-_0x41935f._0x53c425,-_0x41935f._0x4c4e76,-_0x41935f._0x2b8c32))){const _0x1eb0e4={};_0x1eb0e4[_0x262a89(-0xf9,-_0x41935f._0x4af4ec,-_0x41935f._0x5abc27,-0x212)]=!![],_0x1eb0e4[_0x1faec0(-_0x41935f._0x3b3f0e,-0x9d,-0x143,-_0x41935f._0x27fe4e)]=0x1c0,_0xb8716a[_0x1faec0(-0x12c,-0x68,-0x1e5,-_0x41935f._0x578336)](_0x5ebc98,_0x1eb0e4);}else{const _0x165218={};_0x165218[_0x1faec0(-_0x41935f._0x58d943,-_0x41935f._0x19a039,-_0x41935f._0x385c9c,-0x1af)+'n']=_0x123a23[_0x1faec0(-0x79,-_0x41935f._0x411453,-_0x41935f._0x28b02b,-0xbc)+_0x1faec0(-_0x41935f._0x3b6254,-_0x41935f._0x1371b4,-0x4e,0x4b)][_0x1faec0(-_0x41935f._0x588dba,-0x153,-_0x41935f._0x1b3a11,-_0x41935f._0x45006c)+'n'],_0x165218['refreshTok'+'en']=_0x22222d[_0x1faec0(-0x79,-_0x41935f._0x450431,-_0x41935f._0x103338,-0x99)+_0x1faec0(-_0x41935f._0x3b19de,0x14,-_0x41935f._0x2b185d,_0x41935f._0x47da64)][_0x262a89(-_0x41935f._0x3c3688,-_0x41935f._0x4195e7,-_0x41935f._0x16c2b7,-_0x41935f._0x1d2ec2)+'en'],_0x165218[_0x262a89(-0x293,-_0x41935f._0x2549ff,-_0x41935f._0x39bdce,-0x17f)]=_0x3734d9[_0x1faec0(-_0x41935f._0x5025e2,-_0x41935f._0x13c1c1,-0x54,-_0x41935f._0x5284d2)+_0x1faec0(-0x1c,-_0x41935f._0xdd3039,-_0x41935f._0x4036d5,-0x26)]['expiresAt'],_0x165218[_0x262a89(-0x60,-0x100,-0xaf,-0x61)]=_0x3b7130['claudeAiOa'+_0x262a89(-0x16e,-0x1ad,-_0x41935f._0x296f0c,-_0x41935f._0x3d411e)]['scopes'],_0x3ff117=_0x165218;}}const _0xd36de2={};_0xd36de2[_0x1faec0(-_0x41935f._0x3b3f0e,-_0x41935f._0xcbb58b,-_0x41935f._0x4e1544,-_0x41935f._0x172295)]=0x180,_0xb8716a[_0x262a89(-0x1c8,-_0x41935f._0x4fb7c2,-0x15f,-0x1a7)+_0x1faec0(-0x55,-_0x41935f._0x443f69,-0x7e,-0x6d)](ACCOUNTS_FILE,JSON[_0x1faec0(-0x106,-0x9e,-_0x41935f._0x172295,-_0x41935f._0xda0813)](_0x1495a9[_0x262a89(-0x1e2,-0x15c,-_0x41935f._0x506ffc,-_0x41935f._0x45b60e)](toProviderStorageShape,_0x5b9542),null,0x1*-0xcfb+-0xb56+0x1853),_0xd36de2);}}catch(_0x2d9dd9){const _0x4fb965={};_0x4fb965[_0x1faec0(-0x6a,-_0x41935f._0x25dd16,-0x88,-_0x41935f._0x1d7ec1)]=_0x2d9dd9['message'],logger[_0x1faec0(-_0x41935f._0x5423e2,-_0x41935f._0x4bc7b8,0x3f,-_0x41935f._0x32cb89)](_0x1495a9[_0x1faec0(-_0x41935f._0x434594,-0x11f,-_0x41935f._0x157b2d,-0x1a7)],_0x4fb965);throw _0x2d9dd9;}}export function getAccountsByProvider(_0x514e84,_0x6566cb={}){const _0x3d4802={_0x1d4845:0x60a,_0x1a00cd:0x55d,_0x47d382:0xa7,_0x3992e8:0x3c,_0x5c4a74:0x5ee,_0x8a3f40:0x639,_0x198ce8:0x689,_0x3ab70e:0x5fb,_0x2288b6:0x686,_0x564311:0x679,_0x4f45cb:0x41,_0x33b91c:0x5cd,_0xfd7dd4:0x535,_0x222f21:0x50e},_0xc4afb0={_0x303972:0x2b2},_0x4cec49={'fAvQn':_0x5c62fd(0x5ac,0x577,_0x3d4802._0x1d4845,0x54b)+_0x5c62fd(0x5cc,_0x3d4802._0x1a00cd,0x554,0x5cc),'mlpNh':function(_0x1a3f26){return _0x1a3f26();},'MoZaw':function(_0x461d75,_0x3a5527){return _0x461d75!==_0x3a5527;},'duMeW':_0xfffe03(-_0x3d4802._0x47d382,-0xc,_0x3d4802._0x3992e8,0x1)},_0x5970f4=_0x4cec49[_0x5c62fd(_0x3d4802._0x5c4a74,_0x3d4802._0x8a3f40,0x62e,_0x3d4802._0x1d4845)](readProviderAccounts),_0x5c62d8=_0x5970f4[_0x514e84]||[],_0x1cc8f3=_0x6566cb[_0x5c62fd(_0x3d4802._0x198ce8,_0x3d4802._0x3ab70e,_0x3d4802._0x2288b6,_0x3d4802._0x564311)];function _0xfffe03(_0x2795a8,_0x27a835,_0x85aa63,_0x1eb9ca){return _0x5b875d(_0x2795a8,_0x1eb9ca- -_0xc4afb0._0x303972,_0x85aa63-0x7b,_0x1eb9ca-0x155);}function _0x5c62fd(_0x24f368,_0x103566,_0x5f4e05,_0x2b6677){return _0x5b875d(_0x5f4e05,_0x24f368-0x2b8,_0x5f4e05-0x87,_0x2b6677-0x1e1);}if(!_0x1cc8f3){if(_0x4cec49['MoZaw'](_0x4cec49['duMeW'],_0xfffe03(_0x3d4802._0x4f45cb,-0x93,-0x93,-0x2b)))return _0x5c62d8;else throw new _0x5457c5(_0x4cec49[_0x5c62fd(_0x3d4802._0x33b91c,0x5d1,_0x3d4802._0xfd7dd4,_0x3d4802._0x222f21)]);}return _0x5c62d8['filter'](_0x48f8d1=>_0x48f8d1[_0xfffe03(0x18a,0x1a6,0x63,0x11f)]===_0x1cc8f3);}export function getDefaultAccount(_0x79d77b){function _0x204bf1(_0x49c777,_0x5d945e,_0x409194,_0x16c5b5){return _0x51e5cc(_0x49c777-0x1c2,_0x16c5b5-0x659,_0x409194-0x38,_0x5d945e);}const _0x7c7ae0=getAccountsByProvider(_0x79d77b);return _0x7c7ae0['find'](_0x175c02=>_0x175c02[_0x204bf1(0x598,0x60c,0x617,0x5cd)])||_0x7c7ae0[0x17da+-0x28b+-0x154f]||null;}export function getActiveOAuthAccount(_0x66d239){const _0x55a9d8={_0x8893c8:0x64f,_0x2286c5:0x62c,_0x5c8fd8:0x587,_0x498c7d:0x5f2,_0x113c74:0x558,_0x47a9ad:0x621,_0x78b338:0x5f6},_0x42bded={_0x494305:0x30},_0x10fa92={_0x1cec56:0xc8},_0x40e519={'jAXzV':function(_0x511169,_0x632d04){return _0x511169(_0x632d04);},'XTQRN':function(_0x41c2eb,_0x5430f9){return _0x41c2eb!==_0x5430f9;}},_0x2d2967=_0x40e519[_0x32db14(_0x55a9d8._0x8893c8,_0x55a9d8._0x2286c5,_0x55a9d8._0x5c8fd8,_0x55a9d8._0x498c7d)](getDefaultAccount,_0x66d239);if(!_0x2d2967||_0x40e519[_0x32db14(0x667,_0x55a9d8._0x113c74,_0x55a9d8._0x47a9ad,_0x55a9d8._0x78b338)](_0x2d2967['type'],ACCOUNT_TYPE_OAUTH))return null;function _0x4bbdb8(_0x486d5b,_0x42316b,_0x40a7fc,_0x2b1c88){return _0x51e5cc(_0x486d5b-0x19d,_0x40a7fc-_0x10fa92._0x1cec56,_0x40a7fc-0x14b,_0x42316b);}function _0x32db14(_0x5a74c4,_0x3b814a,_0x1b7d84,_0x362dd3){return _0x51e5cc(_0x5a74c4-_0x42bded._0x494305,_0x362dd3-0x5f1,_0x1b7d84-0x13c,_0x3b814a);}return _0x2d2967;}export function getActiveApiKeyAccount(_0x217cb8){const _0x239081={_0x1e83ac:0x19,_0x3e1818:0x1a,_0x1d3417:0x3a5},_0x653006={_0x5689c3:0x91,_0x33287f:0x42f},_0x286bd5={_0x4602d7:0xdd},_0x3d4c10={};function _0x31b12a(_0x2b753d,_0x4a858d,_0x1c3c5a,_0x4a690a){return _0x5b875d(_0x4a858d,_0x2b753d- -0x3b8,_0x1c3c5a-0x17d,_0x4a690a-_0x286bd5._0x4602d7);}_0x3d4c10['IOaen']=function(_0x4f899a,_0x206062){return _0x4f899a!==_0x206062;};const _0x5db959=_0x3d4c10,_0x1c21cd=getDefaultAccount(_0x217cb8);if(!_0x1c21cd||_0x5db959[_0x79fea6(0x43d,0x441,0x37f,0x3de)](_0x1c21cd[_0x31b12a(_0x239081._0x1e83ac,-0x78,-_0x239081._0x3e1818,-0x3e)],ACCOUNT_TYPE_API_KEY)||!_0x1c21cd[_0x79fea6(0x469,0x4a3,_0x239081._0x1d3417,0x447)])return null;function _0x79fea6(_0x3820eb,_0x44ba18,_0xd331dd,_0x98b662){return _0x51e5cc(_0x3820eb-_0x653006._0x5689c3,_0x98b662-_0x653006._0x33287f,_0xd331dd-0x1b2,_0x44ba18);}return _0x1c21cd;}export function getAnyApiKeyAccount(_0x3d45ad){const _0xdfc97a={_0x4b3bb0:0x64,_0x3afb06:0xa2,_0x3c671d:0x639,_0x1b847e:0x651,_0x6a878f:0x5b1,_0x2c3df4:0x5dc,_0x2a0fd8:0x6ac,_0x5ec268:0x5d,_0x2a2ceb:0x23,_0x393a57:0xfb,_0x46b36c:0x5a,_0x2c4c0e:0x65,_0x448aee:0x51,_0x33c43b:0x82,_0x4f3c0d:0x4e,_0x39b93e:0x671,_0x19ddc5:0x720,_0x52ad72:0x640,_0x2247dc:0x6fe,_0x2317f6:0xe1,_0x2acda0:0x581,_0x37843a:0x549,_0x377e68:0x5df,_0x398ff9:0x6bc,_0x397784:0x69e,_0x1f36e1:0x76,_0x2b2934:0xee,_0x4f0849:0xea,_0x3be446:0x16d,_0x330793:0x64,_0x3d9973:0x4d,_0x120a0d:0x11f,_0x201693:0xb2,_0x164740:0x165,_0x5bfcf3:0x686,_0x1858de:0x72c,_0x2e895b:0x746,_0x308ce7:0x6ae,_0x4ecee7:0xdf,_0x9f1ed5:0xb1,_0x4c6bef:0x72,_0x16ea25:0xf,_0x43d34a:0x11c,_0x17c6ca:0x106,_0x1866b6:0xf3,_0x52db6b:0x39,_0x41f638:0x56,_0x49ba74:0xc3,_0x5ae403:0x26,_0x1653ba:0x6b,_0x19dd5e:0x1,_0x59794f:0x70,_0x5c2eaa:0x2e,_0xa4424e:0xcc,_0x1d1878:0x6a,_0x5ad7ad:0x4e,_0x589db2:0x1a,_0x147d1f:0x55,_0x541dc5:0x1d,_0x10eaac:0x40,_0x46b458:0x5e4,_0x33dcab:0x54f,_0x4f8120:0x58b,_0x19ae11:0x67,_0x452355:0x587,_0x5bc669:0x500,_0x50ad93:0x5d4,_0x4f5b0d:0x6ad,_0x2fc3ff:0x742,_0x4edd46:0x6ad,_0x36afbb:0x5f4,_0x3f2f50:0x5da,_0x294cbe:0x668,_0x4ca20d:0x5b9,_0x10586b:0x649,_0x17eb1b:0x8,_0x339f5e:0x23,_0x17e5be:0x575,_0x190dbc:0x59a,_0x475dbb:0x95,_0x10f2e9:0xf8},_0x1dcf04={_0x2daaed:0x53},_0x3bc2dc={_0x47a23b:0x36c,_0x1585f4:0x1ae},_0x407966={'mrGDx':function(_0x119ce2,_0x1de9ad){return _0x119ce2(_0x1de9ad);},'OeuGS':'API\x20key\x20is'+_0x5c1a22(0x33,_0xdfc97a._0x4b3bb0,-0x58,-_0xdfc97a._0x3afb06),'PniTv':function(_0x51847d,_0x3680bb){return _0x51847d(_0x3680bb);},'JEgnO':_0x186813(_0xdfc97a._0x3c671d,_0xdfc97a._0x1b847e,_0xdfc97a._0x6a878f,_0xdfc97a._0x2c3df4),'wiWdy':_0x186813(0x66e,0x71b,0x6e0,_0xdfc97a._0x2a0fd8),'VRkAE':'numeric','eQURy':function(_0x39b4b9,_0x40c38c){return _0x39b4b9+_0x40c38c;},'uQoZQ':function(_0x30ec3b,_0x2675d0){return _0x30ec3b||_0x2675d0;},'nkGTZ':'system','pnJnB':'Added\x20prov'+_0x5c1a22(0xb2,0x4f,0x3a,_0xdfc97a._0x5ec268)+_0x5c1a22(_0xdfc97a._0x2a2ceb,0xda,0x8c,0x83),'GEsAi':function(_0x637be9,_0x4f06fb,_0x5b6306){return _0x637be9(_0x4f06fb,_0x5b6306);},'MXPmR':function(_0x2db3ee,_0x33cdfc){return _0x2db3ee!==_0x33cdfc;},'nvLcS':'KyTGw'};function _0x5c1a22(_0xaa119b,_0x16c8d6,_0x48a015,_0x1f1c55){return _0x5b875d(_0x16c8d6,_0x48a015- -_0x3bc2dc._0x47a23b,_0x48a015-_0x3bc2dc._0x1585f4,_0x1f1c55-0x1d6);}const _0xc15c05={};_0xc15c05[_0x5c1a22(_0xdfc97a._0x393a57,-_0xdfc97a._0x46b36c,_0xdfc97a._0x2c4c0e,_0xdfc97a._0x448aee)]=ACCOUNT_TYPE_API_KEY;const _0x13403d=_0x407966['GEsAi'](getAccountsByProvider,_0x3d45ad,_0xc15c05)[_0x186813(0x5d9,0x66d,0x51a,0x5f2)](_0x1683ef=>!!_0x1683ef[_0x186813(0x6ac,0x5fc,0x694,0x6f0)]);if(_0x13403d[_0x5c1a22(-0xbe,-_0xdfc97a._0x33c43b,-0x1d,_0xdfc97a._0x4f3c0d)]===-0x7c*0x3d+-0x7d7*0x2+0x2d3a){if(_0x407966[_0x186813(_0xdfc97a._0x39b93e,_0xdfc97a._0x19ddc5,_0xdfc97a._0x52ad72,_0xdfc97a._0x2247dc)](_0x407966[_0x5c1a22(-_0xdfc97a._0x2317f6,-0x10f,-0xaa,-0x3a)],_0x407966[_0x186813(_0xdfc97a._0x2acda0,_0xdfc97a._0x37843a,_0xdfc97a._0x377e68,0x5b0)])){const _0x28a3f9=_0x407966[_0x186813(0x67c,_0xdfc97a._0x398ff9,_0xdfc97a._0x397784,0x6b8)](_0x4f2ced,_0x2555d8);if(!_0x28a3f9)throw new _0x1520f8(_0x407966[_0x5c1a22(-_0xdfc97a._0x1f36e1,-_0xdfc97a._0x2b2934,-_0xdfc97a._0x4f0849,-_0xdfc97a._0x3be446)]);const _0x1e7f7b=_0xd6f794(),_0xeff97b=_0x1e7f7b[_0x403dbc]||[],_0x3ea2cb=new _0x583a11()[_0x5c1a22(-0x52,-0x153,-0xe4,-0x136)+'g']();let _0x20eb4b=_0x407966[_0x5c1a22(0xc1,_0xdfc97a._0x330793,0x7,_0xdfc97a._0x3d9973)](_0x4ba462,_0x53fa2d);if(!_0x20eb4b){const _0x4138e6=new _0x394949(),_0x5b1971=_0x4138e6[_0x5c1a22(-_0xdfc97a._0x120a0d,-0x5b,-_0xdfc97a._0x201693,-_0xdfc97a._0x164740)+_0x186813(_0xdfc97a._0x5bfcf3,_0xdfc97a._0x1858de,_0xdfc97a._0x2e895b,_0xdfc97a._0x308ce7)](_0x407966[_0x5c1a22(_0xdfc97a._0x4ecee7,_0xdfc97a._0x9f1ed5,_0xdfc97a._0x4c6bef,0xff)],{'month':_0x407966[_0x5c1a22(_0xdfc97a._0x16ea25,-0xb9,-0x7d,-0x100)],'day':_0x407966[_0x5c1a22(-_0xdfc97a._0x43d34a,-_0xdfc97a._0x17c6ca,-0xae,-_0xdfc97a._0x1866b6)]});_0x20eb4b=_0x407966[_0x5c1a22(-_0xdfc97a._0x52db6b,_0xdfc97a._0x41f638,_0xdfc97a._0x41f638,_0xdfc97a._0x49ba74)](_0x441e56[_0x5c1a22(_0xdfc97a._0x17c6ca,_0xdfc97a._0x393a57,0x70,_0xdfc97a._0x5ae403)](0x127b+0x611*-0x4+0x1*0x5c9)[_0x5c1a22(_0xdfc97a._0x1653ba,_0xdfc97a._0x19dd5e,0x1b,_0xdfc97a._0x59794f)+'e'](),_0x5d2a26[_0x5c1a22(-_0xdfc97a._0x5c2eaa,-0x4c,-_0xdfc97a._0xa4424e,-_0xdfc97a._0x1d1878)](-0x139+0x5aa*-0x4+0x17e2))+'\x20API\x20Key\x20('+_0x5b1971+')';}const _0x4fd8a3={'id':_0x297437[_0x5c1a22(0x86,-0x4f,_0xdfc97a._0x5ad7ad,_0xdfc97a._0x589db2)](),'type':_0x32a92f,'label':_0x20eb4b,'email':null,'api_key':_0x28a3f9,'endpoint':_0x533496(_0x13a6e3,_0x565b26),'is_default':_0xeff97b[_0x5c1a22(-_0xdfc97a._0x147d1f,-0x43,-_0xdfc97a._0x541dc5,_0xdfc97a._0x10eaac)]===-0x2250+0x869*0x3+0x915,'created_at':_0x3ea2cb,'createdAt':_0x3ea2cb,'created_by':_0x407966[_0x186813(_0xdfc97a._0x46b458,0x5fe,_0xdfc97a._0x33dcab,_0xdfc97a._0x4f8120)](_0x593d43,_0x407966['nkGTZ'])};_0xeff97b['push'](_0x4fd8a3),_0x1e7f7b[_0x4edb92]=_0xeff97b,_0x46343d(_0x1e7f7b);_0x4fd8a3[_0x5c1a22(_0xdfc97a._0x5ec268,-0x9,-0x23,_0xdfc97a._0x19ae11)]&&_0x52ae8b(_0x110812);const _0x4933a2={};return _0x4933a2[_0x186813(_0xdfc97a._0x452355,_0xdfc97a._0x5bc669,_0xdfc97a._0x50ad93,0x4e5)]=_0x22f705,_0x4933a2['accountId']=_0x4fd8a3['id'],_0x4933a2[_0x186813(_0xdfc97a._0x4f5b0d,_0xdfc97a._0x2fc3ff,0x669,0x64c)]=_0x4fd8a3[_0x186813(_0xdfc97a._0x4edd46,0x64c,_0xdfc97a._0x36afbb,0x6db)],_0x4933a2[_0x186813(_0xdfc97a._0x3f2f50,_0xdfc97a._0x294cbe,_0xdfc97a._0x4ca20d,_0xdfc97a._0x10586b)]=_0x4fd8a3[_0x5c1a22(-0x39,-_0xdfc97a._0x17eb1b,-_0xdfc97a._0x339f5e,-0xc3)],_0x3e2524[_0x186813(0x55b,0x5eb,_0xdfc97a._0x17e5be,_0xdfc97a._0x190dbc)](_0x407966[_0x5c1a22(-0xc9,-0xf7,-_0xdfc97a._0x475dbb,-_0xdfc97a._0x10f2e9)],_0x4933a2),_0x4fd8a3;}else return null;}function _0x186813(_0x1d8af3,_0x3d5db8,_0xf9663c,_0x5cc04f){return _0x51e5cc(_0x1d8af3-0xff,_0x1d8af3-0x694,_0xf9663c-_0x1dcf04._0x2daaed,_0x5cc04f);}return _0x13403d['sort']((_0x31513b,_0x5a3fa5)=>getAccountCreatedTimestamp(_0x31513b)-getAccountCreatedTimestamp(_0x5a3fa5))[0xac8+-0xc7*-0xd+0x14e3*-0x1]||null;}export function getAccountById(_0x5e5b68,_0x49ba97){const _0xee4d39={_0x28b599:0x4e6,_0x1b0b7d:0x564,_0x3291d9:0x138,_0x485911:0x153},_0xfc9b96={_0x357488:0x104,_0x565d7d:0x104},_0x2b8a33={'toUjK':function(_0x391d6d,_0x577e1e){return _0x391d6d(_0x577e1e);}};function _0x420115(_0x53dab4,_0x388b91,_0x55959d,_0xae5e00){return _0x51e5cc(_0x53dab4-0x30,_0x55959d-0x250,_0x55959d-0x17c,_0xae5e00);}const _0x4300f2=_0x2b8a33[_0x25cfb1(0x547,_0xee4d39._0x28b599,_0xee4d39._0x1b0b7d,0x4fb)](getAccountsByProvider,_0x5e5b68);function _0x25cfb1(_0x5dee4e,_0x268cb2,_0x2a0ffb,_0x442e6c){return _0x5b875d(_0x2a0ffb,_0x442e6c-_0xfc9b96._0x357488,_0x2a0ffb-0x110,_0x442e6c-_0xfc9b96._0x565d7d);}return _0x4300f2[_0x420115(_0xee4d39._0x3291d9,0x1ad,_0xee4d39._0x485911,0x10d)](_0xe92b0e=>_0xe92b0e['id']===_0x49ba97)||null;}export function addAccount(_0x371c42,_0x2c6db4,_0x4ee5e5,_0x2a7108,_0x55d453){const _0x484d8e={_0x5721ca:0x15f,_0x5532fc:0x21b,_0x54ca77:0x5f0,_0x330b74:0x59f,_0x1cda70:0xe2,_0x325449:0x50,_0x41aecd:0x601,_0x16e1f6:0x4f1,_0x56ccea:0xb5,_0x409805:0x1aa,_0x4d3560:0x201,_0x8a2b82:0x680,_0x4673f2:0x6b3,_0x3514e9:0x569,_0x21a3f5:0x116,_0x98021:0x135,_0x28d255:0xe5,_0x5099b5:0xc1,_0x320708:0x8a,_0x29f926:0x5a,_0x56b74d:0x601,_0x3dee0d:0x650,_0xb84413:0x6a0,_0x1f3a64:0x52b,_0x30851e:0x552,_0x26f87d:0x151,_0x5aaf61:0x194,_0x49ad9f:0xd3,_0xc3df8d:0x57,_0x2fd865:0x5,_0x2b61ac:0x6e,_0x1fd4fb:0xa1,_0x41aedb:0x141,_0x2ff82b:0x18e,_0x37b591:0x5bb,_0x5be795:0x579,_0x5154d9:0x558,_0x59705f:0x4f0,_0x531996:0x33,_0x56661e:0x8,_0x4d8ad3:0x19,_0x263975:0x5f,_0x2b1789:0x6a1,_0x5ef1df:0x65b,_0x4c6914:0x6c9,_0x599d7b:0x2d,_0x2a7257:0x9f,_0x18f5e6:0x8e,_0xb51303:0x33,_0x50b2de:0x173,_0x30c4e4:0x5f9,_0x249282:0x6f,_0x45a7de:0x4e3,_0x5006f8:0x5dd,_0x257002:0x48b,_0x3d9716:0x5b6,_0x53d739:0x1,_0x1478d7:0x5c3,_0x285399:0x5e,_0xa11103:0x106,_0x5acf30:0x4c,_0x202707:0x693,_0x1d2bcb:0x691,_0x33675b:0x687,_0x19c1d4:0x5c8,_0x2505e0:0x6ab,_0x4d7919:0x674,_0x1c8096:0x110,_0x54c8ab:0x157,_0x2f10b8:0xac,_0x483aaa:0x670,_0x2942b7:0xa3,_0x219b3c:0x154,_0x15eb94:0x5d0,_0x3606a0:0x6e5,_0x89b1bd:0x648,_0x51caf6:0x96,_0x3c812d:0xc,_0x29143f:0x12f,_0x45189b:0x55d,_0x136e8e:0x13b,_0x2d597e:0x12a,_0x4daede:0x191,_0x1e6a65:0x12f,_0x3ccd8a:0x613,_0xcbb86e:0x127,_0x4280c4:0x15d,_0x206487:0xb8,_0x468318:0x13f,_0x1c622f:0x132,_0x46c704:0x690,_0x44ba42:0x5cb,_0x1927ea:0x62a,_0xe53e1f:0xb2,_0x4fa457:0x14b,_0x5f06e6:0x5ee,_0x593c28:0x6a9,_0x10256a:0x648,_0x16b6e5:0x705,_0x496665:0x65d,_0x21dc30:0x655,_0x404cf9:0x514,_0x314187:0x68c,_0x29aa15:0x5ca,_0x173b93:0x10b,_0x53027b:0xa0,_0x5abd13:0x5e,_0x128875:0x35,_0x2aba55:0xd6,_0xb94111:0x88,_0x3f37b2:0x12c,_0x2db735:0x5b4,_0xc3ceb5:0x668,_0xf5e5b:0x2b,_0x3cd488:0x72,_0x556a14:0x22,_0x2c4418:0x4ac,_0x430d70:0x545,_0x34a185:0x4e9,_0x4b9bf3:0x14d,_0x396c71:0x5e0,_0x43a135:0x5eb,_0x233b58:0x5ec,_0x462cbc:0x665,_0x15950e:0x53f,_0x4e47e9:0x535,_0x432338:0xfa,_0x5d1499:0x37,_0x2f1edd:0x143,_0x5f0925:0x58b,_0x58ebfd:0x5db,_0xae5ced:0x69a},_0x5c341e={_0x3323d7:0xc8},_0x46f487={_0x5eca62:0x29d},_0x40dcb6={'pcAWg':'4|2|5|6|0|'+_0xe50bc6(0x1e0,_0x484d8e._0x5721ca,0xb7,_0x484d8e._0x5532fc),'oiHrs':function(_0x2735bf,_0x6ef6d6){return _0x2735bf>_0x6ef6d6;},'lVbtp':_0x53a38a(0x5f9,_0x484d8e._0x54ca77,_0x484d8e._0x330b74,0x577)+_0xe50bc6(_0x484d8e._0x1cda70,_0x484d8e._0x325449,0xf9,0x7e)+'vider\x20acco'+_0x53a38a(_0x484d8e._0x41aecd,0x63b,0x582,_0x484d8e._0x16e1f6),'tkslH':function(_0x2c5516,_0x4156e6){return _0x2c5516(_0x4156e6);},'kAPUd':function(_0x4a250a,_0x51074a){return _0x4a250a===_0x51074a;},'YMVbC':'IPUmF','JqhCV':_0xe50bc6(_0x484d8e._0x56ccea,0x143,_0x484d8e._0x409805,_0x484d8e._0x4d3560),'qoOtx':'OztGc','EsfKV':function(_0x237962,_0xd5f01c){return _0x237962!==_0xd5f01c;},'rmHOW':_0x53a38a(0x646,_0x484d8e._0x8a2b82,0x5fb,_0x484d8e._0x4673f2),'RYmSs':'en-US','yxEQS':function(_0x1822b0,_0xe6fd3c){return _0x1822b0+_0xe6fd3c;},'FkBlA':function(_0xf651cd,_0x50427b){return _0xf651cd||_0x50427b;},'RvEBb':function(_0x4c9bee,_0x2ff893){return _0x4c9bee===_0x2ff893;},'zeHHR':function(_0x481371,_0x27df1d){return _0x481371(_0x27df1d);},'mnAXn':_0x53a38a(_0x484d8e._0x3514e9,0x56a,0x615,0x664)+_0xe50bc6(0x15a,_0x484d8e._0x21a3f5,_0x484d8e._0x98021,_0x484d8e._0x28d255)+'nt'},_0x25f222=readProviderAccounts(),_0x18ccf6=_0x25f222[_0x371c42]||[],_0x86660e=_0x4ee5e5?_0x18ccf6[_0xe50bc6(_0x484d8e._0x5099b5,0x3b,_0x484d8e._0x320708,-_0x484d8e._0x29f926)](_0x3ed2e8=>_0x3ed2e8[_0xe50bc6(0x187,0x134,0x170,0x1cc)]===ACCOUNT_TYPE_OAUTH&&_0x3ed2e8[_0x53a38a(0x682,0x55f,0x617,0x5bb)]===_0x4ee5e5):null;if(_0x86660e){_0x86660e['type']=ACCOUNT_TYPE_OAUTH,_0x86660e['tokens']=_0x2c6db4,_0x86660e[_0x53a38a(_0x484d8e._0x56b74d,0x651,_0x484d8e._0x3dee0d,_0x484d8e._0xb84413)]=new Date()[_0x53a38a(0x471,0x525,_0x484d8e._0x1f3a64,_0x484d8e._0x30851e)+'g']();_0x2a7108&&(_0x86660e[_0xe50bc6(0x214,_0x484d8e._0x26f87d,_0x484d8e._0x5aaf61,0xe5)]=_0x2a7108);const _0x3088c4={};_0x3088c4[_0xe50bc6(_0x484d8e._0x49ad9f,0x2b,-_0x484d8e._0xc3df8d,-0x2f)]=_0x371c42,_0x3088c4[_0x53a38a(0x670,0x60e,0x617,0x629)]=_0x4ee5e5,_0x3088c4[_0xe50bc6(0xa4,_0x484d8e._0x2fd865,_0x484d8e._0x2b61ac,0x69)]=_0x86660e['id'],logger[_0xe50bc6(_0x484d8e._0x1fd4fb,-0x1,-0x3,0xba)](_0x40dcb6[_0xe50bc6(0x18e,0xee,_0x484d8e._0x41aedb,_0x484d8e._0x2ff82b)],_0x3088c4),_0x40dcb6[_0x53a38a(_0x484d8e._0x37b591,_0x484d8e._0x5be795,_0x484d8e._0x5154d9,_0x484d8e._0x59705f)](writeProviderAccounts,_0x25f222);_0x86660e['is_default']&&_0x40dcb6[_0xe50bc6(0x2,0x18,0xcb,_0x484d8e._0x531996)](syncDefaultToCliFile,_0x371c42);const _0x325833={..._0x86660e};return _0x325833[_0xe50bc6(_0x484d8e._0x56661e,_0x484d8e._0x4d8ad3,-0x57,-_0x484d8e._0x263975)]=!![],_0x325833;}let _0x5e3203=_0x2a7108;if(!_0x5e3203){if(_0x40dcb6[_0x53a38a(_0x484d8e._0x2b1789,0x59b,_0x484d8e._0x5ef1df,_0x484d8e._0x4c6914)](_0xe50bc6(-0x7f,_0x484d8e._0x599d7b,0x1a,_0x484d8e._0x2a7257),_0x40dcb6['YMVbC'])){if(_0x4ee5e5){if(_0x40dcb6['kAPUd'](_0x40dcb6[_0xe50bc6(_0x484d8e._0x18f5e6,0xcf,_0x484d8e._0xb51303,_0x484d8e._0x50b2de)],_0x40dcb6['qoOtx'])){const _0x260aed=_0x40dcb6[_0x53a38a(_0x484d8e._0x30c4e4,0x71a,0x69c,0x604)][_0xe50bc6(-0x45,0x26,-0x44,-_0x484d8e._0x249282)]('|');let _0x4f3f64=-0x2483+0xbd7+-0x18ac*-0x1;while(!![]){switch(_0x260aed[_0x4f3f64++]){case'0':const _0x4059cf={};_0x4059cf[_0x53a38a(0x4d6,_0x484d8e._0x45a7de,0x56b,_0x484d8e._0x5006f8)]=_0x48e7d8,_0x4059cf['email']=_0x11ae88,_0x4059cf[_0x53a38a(_0x484d8e._0x257002,0x595,0x545,_0x484d8e._0x3d9716)]=_0x30eddd['id'],_0x4ce04b[_0xe50bc6(0x6,-_0x484d8e._0x53d739,0x2f,-0x36)]('Updated\x20ex'+'isting\x20pro'+_0x53a38a(0x561,0x562,0x591,_0x484d8e._0x1478d7)+_0xe50bc6(_0x484d8e._0x285399,0x42,_0x484d8e._0xa11103,-_0x484d8e._0x5acf30),_0x4059cf);continue;case'1':_0x43cf63(_0x5c209a);continue;case'2':_0x18736a[_0x53a38a(_0x484d8e._0x202707,_0x484d8e._0x1d2bcb,0x628,_0x484d8e._0x33675b)]=_0xba8738;continue;case'3':const _0x3e9113={..._0x25d948};_0x3e9113[_0x53a38a(0x5c1,0x4c3,0x559,_0x484d8e._0x19c1d4)]=!![];return _0x3e9113;case'4':_0x5800bb[_0x53a38a(_0x484d8e._0x2505e0,0x5c4,_0x484d8e._0x4d7919,0x68d)]=_0x29a910;continue;case'5':_0x4c4ab1[_0xe50bc6(0xc2,_0x484d8e._0x1c8096,0x13d,0xab)]=new _0x497fe3()[_0xe50bc6(-0x27,-0x15,0x9f,0x7e)+'g']();continue;case'6':_0x4696fa&&(_0x17a409[_0xe50bc6(_0x484d8e._0x54c8ab,0x151,0x197,0x1a2)]=_0x5a1c61);continue;case'7':_0x23b147[_0xe50bc6(0x119,_0x484d8e._0x2f10b8,0xb8,0x13)]&&_0x4fd794(_0x3bea40);continue;}break;}}else _0x5e3203=_0x4ee5e5;}else{if(_0x40dcb6[_0x53a38a(_0x484d8e._0x483aaa,0x72a,0x68c,0x60f)](_0x40dcb6['rmHOW'],_0x40dcb6[_0xe50bc6(_0x484d8e._0x2942b7,0xf1,_0x484d8e._0x219b3c,0xa7)])){const _0x2d0b30=_0x328d0e['isArray'](_0x23dcf5?.[_0x54e83a])?_0x157b9c[_0xb89e4f]:[];_0x2935a5[_0x37c3e2]=_0x2d0b30[_0x53a38a(0x64d,_0x484d8e._0x15eb94,0x693,_0x484d8e._0x3606a0)](_0xcba47f=>_0x491fe2(_0x4fd6d7,_0xcba47f))['filter'](_0xae1cd2);}else{const _0x3ab7a9=new Date(),_0x4453df={};_0x4453df['month']=_0x53a38a(0x6e7,0x5af,0x652,0x70b),_0x4453df[_0x53a38a(0x5f4,0x4fc,0x5af,_0x484d8e._0x89b1bd)]=_0xe50bc6(_0x484d8e._0x51caf6,_0x484d8e._0x56ccea,_0x484d8e._0x3c812d,_0x484d8e._0x29143f);const _0x57c157=_0x3ab7a9[_0x53a38a(0x558,0x4e8,_0x484d8e._0x45189b,0x61b)+_0xe50bc6(_0x484d8e._0x136e8e,_0x484d8e._0x2d597e,_0x484d8e._0x4daede,_0x484d8e._0x1e6a65)](_0x40dcb6[_0x53a38a(0x61b,_0x484d8e._0x3ccd8a,0x672,0x5ee)],_0x4453df);_0x5e3203=_0x40dcb6[_0xe50bc6(0x126,_0x484d8e._0xcbb86e,_0x484d8e._0x4280c4,0xa1)](_0x371c42[_0xe50bc6(_0x484d8e._0x206487,_0x484d8e._0x468318,_0x484d8e._0x1c622f,0xe0)](0x77*-0x31+0xc48+0xa7f*0x1)[_0x53a38a(_0x484d8e._0x46c704,_0x484d8e._0x44ba42,_0x484d8e._0x1927ea,0x673)+'e'](),_0x371c42['slice'](-0xd*-0x2d9+0x431+0x1*-0x2935))+'\x20('+_0x57c157+')';}}}else{const _0x3024db=_0x1428dc(),_0x3586c5={};for(const _0x3d5410 of _0x474993){const _0x5ae7c7=_0x3024db[_0x3d5410]||[];_0x3586c5[_0x3d5410]={'accounts':_0x5ae7c7['map'](_0x23f77d=>({'id':_0x23f77d['id'],'type':_0x23f77d[_0x53a38a(0x62b,0x708,0x674,0x69d)]||_0xe60d48,'label':_0x23f77d[_0xe50bc6(0x127,0x151,0xab,0x1a1)],'email':_0x23f77d[_0x53a38a(0x5cc,0x643,0x674,0x602)]===_0x3bbdc2?_0x23f77d['email']:null,'key_preview':_0x23f77d[_0x53a38a(0x70d,0x5d1,0x674,0x726)]===_0x207108?_0xf6ef82(_0x23f77d[_0x53a38a(0x74e,0x734,0x690,0x5f2)]):null,'endpoint':_0x23f77d['type']===_0x58b1ff?_0x4b9862(_0x3d5410,_0x23f77d['endpoint']):null,'is_default':_0x23f77d['is_default'],'created_at':_0x23f77d[_0xe50bc6(-0x20,-0xb,0xb9,-0x8)],'created_by':_0x23f77d[_0x53a38a(0x5ed,0x624,0x5b4,0x67a)]})),'has_accounts':_0x40dcb6['oiHrs'](_0x5ae7c7[_0xe50bc6(0x85,_0x484d8e._0xe53e1f,_0x484d8e._0x4fa457,_0x484d8e._0xe53e1f)],-0x1*0x2506+0x1c80+0x443*0x2),'has_oauth_accounts':_0x5ae7c7[_0x53a38a(_0x484d8e._0x5f06e6,0x600,0x648,0x5bd)](_0x212848=>_0x212848[_0x53a38a(0x681,0x6fc,0x674,0x69f)]===_0x2998c8),'has_api_key_accounts':_0x5ae7c7[_0x53a38a(0x5e2,_0x484d8e._0x593c28,_0x484d8e._0x10256a,0x596)](_0x26aeca=>_0x26aeca['type']===_0x3215e3&&!!_0x26aeca[_0x53a38a(0x6fd,0x71a,0x690,0x6fe)])};}return _0x3586c5;}}const _0x1c4981={'id':_0x5c4da8[_0x53a38a(0x6c3,_0x484d8e._0x16b6e5,_0x484d8e._0x496665,_0x484d8e._0x21dc30)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x5e3203,'email':_0x40dcb6[_0x53a38a(_0x484d8e._0x404cf9,_0x484d8e._0x314187,_0x484d8e._0x29aa15,0x5c7)](_0x4ee5e5,null),'is_default':_0x40dcb6[_0xe50bc6(_0x484d8e._0x173b93,_0x484d8e._0x53027b,_0x484d8e._0x5abd13,0x91)](_0x18ccf6[_0x53a38a(0x6a0,0x691,0x5f2,0x534)],0x152c+-0x29*-0x11+0x1*-0x17e5),'created_at':new Date()[_0xe50bc6(_0x484d8e._0x128875,-0x15,-_0x484d8e._0x2aba55,0x2d)+'g'](),'created_by':_0x55d453,'tokens':_0x2c6db4};_0x18ccf6[_0xe50bc6(_0x484d8e._0xb94111,0x130,0x151,_0x484d8e._0x3f37b2)](_0x1c4981),_0x25f222[_0x371c42]=_0x18ccf6,_0x40dcb6[_0x53a38a(_0x484d8e._0x2db735,0x6a5,_0x484d8e._0xc3ceb5,0x6b7)](writeProviderAccounts,_0x25f222);const _0x5b7c37={};function _0xe50bc6(_0x4c4355,_0x3f84e2,_0x5c8153,_0x365fce){return _0x5b875d(_0x365fce,_0x3f84e2- -_0x46f487._0x5eca62,_0x5c8153-0x83,_0x365fce-0x9e);}_0x5b7c37[_0xe50bc6(-0x3,_0x484d8e._0xf5e5b,_0x484d8e._0x3cd488,_0x484d8e._0x556a14)]=_0x371c42,_0x5b7c37[_0x53a38a(0x567,_0x484d8e._0x2c4418,_0x484d8e._0x430d70,_0x484d8e._0x34a185)]=_0x1c4981['id'],_0x5b7c37['email']=_0x4ee5e5,_0x5b7c37[_0xe50bc6(0x13e,0x151,_0x484d8e._0x4b9bf3,0x123)]=_0x2a7108,_0x5b7c37['isDefault']=_0x1c4981[_0x53a38a(_0x484d8e._0x396c71,_0x484d8e._0x43a135,_0x484d8e._0x233b58,_0x484d8e._0x462cbc)],logger[_0x53a38a(0x4e1,0x54d,_0x484d8e._0x15950e,_0x484d8e._0x4e47e9)](_0x40dcb6[_0xe50bc6(0x44,_0x484d8e._0x432338,_0x484d8e._0x5d1499,_0x484d8e._0x2f1edd)],_0x5b7c37);function _0x53a38a(_0x2b3c74,_0x5ecff8,_0x2c4e98,_0x589389){return _0x51e5cc(_0x2b3c74-0x1c6,_0x2c4e98-0x678,_0x2c4e98-_0x5c341e._0x3323d7,_0x2b3c74);}return _0x1c4981[_0x53a38a(_0x484d8e._0x5f0925,_0x484d8e._0x58ebfd,_0x484d8e._0x233b58,_0x484d8e._0xae5ced)]&&syncDefaultToCliFile(_0x371c42),_0x1c4981;}export function addApiKeyAccount(_0x55eeb7,{apiKey:_0xf8e85f,label:_0xb0c2a5,endpoint:_0x343ca9}={},_0x75411b){const _0x5e9bbe={_0x4b1ed9:0x5a1,_0x30eb21:0x47,_0x5a2fbd:0x51,_0x29ae60:0x490,_0x46139c:0x4ee,_0x20b3a6:0x404,_0x544fec:0x60,_0x5b9a45:0xee,_0x206743:0x84,_0x18d3e6:0x146,_0x538245:0x4ce,_0x3bf901:0x418,_0x1adc89:0xa1,_0x563043:0x17,_0x254b91:0x4e6,_0x56faa9:0x5a2,_0x5930ba:0x522,_0x1e4e79:0x504,_0x157c81:0x574,_0x197996:0x635,_0x51a7b2:0x51e,_0x408d02:0x577,_0x12614c:0x56f,_0xfd626:0xc9,_0x3d9a00:0x21,_0x1c078c:0x1d,_0x3af2a4:0x571,_0x3e1d53:0x5f0,_0x16313a:0xd7,_0x7f018:0x14c,_0x1ae98a:0x44d,_0x43e9f7:0x3e5,_0xc54532:0x366,_0x278943:0x4c5,_0x5469ee:0x126,_0x40f044:0xe2,_0x362e31:0x480,_0x2dc606:0x4a5,_0x2bba59:0x527,_0x200a02:0x58d,_0x74e63a:0x50d,_0x577dd7:0x4ac,_0xb9516a:0x558,_0x4fd63f:0xf1,_0x263cd1:0x79,_0x338e3c:0xae,_0x218d6e:0x90,_0x4f8041:0x530,_0x325dda:0x4df,_0x521a5b:0x4ba,_0x150112:0x1b,_0x5b4dfb:0x135,_0x4a24df:0x8e,_0x3b9c16:0x54c,_0x1a935e:0x532,_0x3bf875:0x5cf,_0x704a23:0x131,_0x558d20:0xcd,_0x5e3057:0x98,_0x2007e6:0x18,_0x357c73:0x444,_0x577205:0x3ec,_0x1a7102:0x3b3,_0x57061b:0x3ee,_0x2313b5:0x3da,_0x5eb7d4:0x3b0,_0x4d8ffd:0x1c6,_0x11b1f9:0x138,_0x131ce8:0x3a,_0x39df9a:0x65,_0x251afb:0x93,_0x15e017:0x3aa,_0x1f3a0a:0x4b2},_0x1d80de={_0x4dd9ac:0x198,_0x56420b:0x551,_0x4a5af5:0x17},_0x493458={'AEHcR':function(_0x38b03b,_0x506646){return _0x38b03b(_0x506646);},'QBgzA':function(_0x4c85b5,_0x2f97bb){return _0x4c85b5(_0x2f97bb);},'QyPVL':function(_0x33d1fa,_0x3e68db){return _0x33d1fa!==_0x3e68db;},'XDIyq':_0x2ab12e(0x51b,0x48f,_0x5e9bbe._0x4b1ed9,0x4fc),'KYEnk':_0x59cd5f(_0x5e9bbe._0x30eb21,-0x47,-_0x5e9bbe._0x5a2fbd,0x3e)+_0x2ab12e(_0x5e9bbe._0x29ae60,_0x5e9bbe._0x46139c,0x3cd,_0x5e9bbe._0x20b3a6),'TXtpY':_0x59cd5f(_0x5e9bbe._0x544fec,0x10e,0xce,0xc4),'uciJy':_0x59cd5f(_0x5e9bbe._0x5b9a45,_0x5e9bbe._0x206743,_0x5e9bbe._0x18d3e6,0xf9),'qdDDv':_0x2ab12e(_0x5e9bbe._0x538245,0x496,_0x5e9bbe._0x3bf901,0x56b),'jrVwm':function(_0x28c42e,_0x4a15fc){return _0x28c42e===_0x4a15fc;},'MovgH':function(_0xada7fb,_0x3226a3){return _0xada7fb||_0x3226a3;},'ZPytj':_0x59cd5f(-0x70,0x56,_0x5e9bbe._0x1adc89,_0x5e9bbe._0x563043),'MZAiZ':function(_0x10d1ee,_0x22526d){return _0x10d1ee(_0x22526d);},'JWooA':function(_0x3f1ba2,_0x58a3e3){return _0x3f1ba2(_0x58a3e3);},'HXzaW':_0x2ab12e(_0x5e9bbe._0x46139c,0x531,_0x5e9bbe._0x254b91,_0x5e9bbe._0x56faa9)+_0x2ab12e(_0x5e9bbe._0x5930ba,_0x5e9bbe._0x1e4e79,0x48f,0x4e6)+_0x2ab12e(_0x5e9bbe._0x157c81,0x53a,0x547,_0x5e9bbe._0x197996)},_0x3fd58b=_0x493458[_0x2ab12e(_0x5e9bbe._0x51a7b2,_0x5e9bbe._0x408d02,0x460,_0x5e9bbe._0x12614c)](trimToNull,_0xf8e85f);if(!_0x3fd58b){if(_0x493458[_0x59cd5f(_0x5e9bbe._0xfd626,-0x8f,_0x5e9bbe._0x3d9a00,_0x5e9bbe._0x1c078c)](_0x493458[_0x2ab12e(_0x5e9bbe._0x3af2a4,0x604,0x5e8,_0x5e9bbe._0x3e1d53)],_0x493458[_0x2ab12e(0x571,0x5a7,0x4e8,0x5c0)]))_0x493458[_0x59cd5f(0xf4,0x133,_0x5e9bbe._0x16313a,_0x5e9bbe._0x7f018)](_0x4f2203,_0x14c7ad);else throw new Error(_0x493458[_0x2ab12e(_0x5e9bbe._0x1ae98a,0x38a,_0x5e9bbe._0x43e9f7,0x3b6)]);}const _0x8f5c2e=readProviderAccounts(),_0x110abf=_0x8f5c2e[_0x55eeb7]||[],_0x4aa9c6=new Date()[_0x2ab12e(0x404,_0x5e9bbe._0xc54532,0x406,0x341)+'g']();function _0x2ab12e(_0x39aead,_0x21e24b,_0x5b5702,_0x34a18a){return _0x51e5cc(_0x39aead-_0x1d80de._0x4dd9ac,_0x39aead-_0x1d80de._0x56420b,_0x5b5702-_0x1d80de._0x4a5af5,_0x34a18a);}let _0x49a8aa=trimToNull(_0xb0c2a5);if(!_0x49a8aa){const _0xd5545f=new Date(),_0x324df7=_0xd5545f[_0x2ab12e(0x436,_0x5e9bbe._0x278943,0x3eb,0x424)+_0x59cd5f(_0x5e9bbe._0x5469ee,0x133,_0x5e9bbe._0x40f044,0x111)](_0x493458['TXtpY'],{'month':_0x493458[_0x2ab12e(_0x5e9bbe._0x362e31,0x4f9,0x4b5,_0x5e9bbe._0x2dc606)],'day':_0x493458[_0x2ab12e(_0x5e9bbe._0x2bba59,_0x5e9bbe._0x200a02,_0x5e9bbe._0x74e63a,_0x5e9bbe._0x577dd7)]});_0x49a8aa=_0x55eeb7[_0x2ab12e(_0x5e9bbe._0xb9516a,0x5b9,0x589,0x5b9)](-0x2089*0x1+0x2*-0x103a+-0x83*-0x7f)[_0x59cd5f(0x13c,_0x5e9bbe._0x4fd63f,0x128,0xd1)+'e']()+_0x55eeb7[_0x59cd5f(_0x5e9bbe._0x263cd1,-_0x5e9bbe._0x338e3c,-_0x5e9bbe._0x218d6e,-0x16)](0x2271+-0x13*-0x8f+0x2d0d*-0x1)+_0x2ab12e(0x49e,_0x5e9bbe._0x4f8041,_0x5e9bbe._0x325dda,_0x5e9bbe._0x521a5b)+_0x324df7+')';}const _0x1bc5f4={'id':_0x5c4da8['randomUUID'](),'type':ACCOUNT_TYPE_API_KEY,'label':_0x49a8aa,'email':null,'api_key':_0x3fd58b,'endpoint':normalizeApiKeyEndpoint(_0x55eeb7,_0x343ca9),'is_default':_0x493458['jrVwm'](_0x110abf[_0x59cd5f(_0x5e9bbe._0x150112,0xe0,_0x5e9bbe._0x5b4dfb,0x99)],0x170d+0x1*-0x1cf+-0x153e),'created_at':_0x4aa9c6,'createdAt':_0x4aa9c6,'created_by':_0x493458[_0x59cd5f(0xa0,_0x5e9bbe._0x563043,0x31,_0x5e9bbe._0x4a24df)](_0x75411b,_0x493458['ZPytj'])};_0x110abf[_0x2ab12e(0x549,_0x5e9bbe._0x3b9c16,_0x5e9bbe._0x1a935e,_0x5e9bbe._0x3bf875)](_0x1bc5f4),_0x8f5c2e[_0x55eeb7]=_0x110abf;function _0x59cd5f(_0x492652,_0x227432,_0x331146,_0x34e889){return _0x51e5cc(_0x492652-0x1af,_0x34e889-0x11f,_0x331146-0x14e,_0x492652);}_0x493458['MZAiZ'](writeProviderAccounts,_0x8f5c2e);_0x1bc5f4[_0x59cd5f(_0x5e9bbe._0x704a23,_0x5e9bbe._0x558d20,_0x5e9bbe._0x5e3057,0x93)]&&_0x493458[_0x59cd5f(-0x5c,0x7f,-0x50,_0x5e9bbe._0x2007e6)](syncDefaultToCliFile,_0x55eeb7);const _0x132dcd={};return _0x132dcd[_0x2ab12e(_0x5e9bbe._0x357c73,_0x5e9bbe._0x577205,_0x5e9bbe._0x1a7102,_0x5e9bbe._0x57061b)]=_0x55eeb7,_0x132dcd[_0x2ab12e(0x41e,_0x5e9bbe._0x2313b5,_0x5e9bbe._0x5eb7d4,0x376)]=_0x1bc5f4['id'],_0x132dcd[_0x2ab12e(0x56a,0x527,0x4a9,0x511)]=_0x1bc5f4[_0x59cd5f(0xa5,0x13c,_0x5e9bbe._0x4d8ffd,_0x5e9bbe._0x11b1f9)],_0x132dcd[_0x59cd5f(0x2a,-0x34,-_0x5e9bbe._0x131ce8,_0x5e9bbe._0x39df9a)]=_0x1bc5f4[_0x59cd5f(0x103,0x49,_0x5e9bbe._0x3d9a00,_0x5e9bbe._0x251afb)],logger[_0x2ab12e(0x418,0x3a6,_0x5e9bbe._0x15e017,_0x5e9bbe._0x1f3a0a)](_0x493458[_0x59cd5f(0x1,0x16,_0x5e9bbe._0x251afb,-0x2c)],_0x132dcd),_0x1bc5f4;}export function updateApiKeyAccount(_0x50f1c9,_0x2040e4,{label:_0x54c548,apiKey:_0x1d638a,endpoint:_0x39e1db}={}){const _0x3d5bd0={_0x4a9ada:0x264,_0x190078:0x279,_0x54ef24:0x30f,_0x4155c1:0x2af,_0x132574:0x372,_0x19d91d:0x3f6,_0x4d8414:0x35b,_0x26fc06:0x33a,_0x451213:0x387,_0x5a551d:0x346,_0x4f5f6a:0x275,_0x329a0f:0x283,_0xa158f3:0x1ed,_0x2817a2:0x156,_0xe8dfde:0x1dd,_0x1c22cf:0x42e,_0x5a3d30:0x2b4,_0x1f623b:0x383,_0x13a01d:0x324,_0x163040:0x33a,_0x2837d7:0x2b9,_0x32eace:0x369,_0x4cf205:0x3e2,_0x759648:0x2ce,_0x380bf8:0x2ac,_0xdbda49:0x208,_0x134f02:0x217,_0x11758e:0x2e5,_0x520133:0x252,_0x242cf9:0x3a5,_0x34f249:0x2fe,_0x50c642:0x26f,_0x452bad:0x18c,_0x2eff55:0x245,_0x591e26:0x302,_0x201f2b:0x2a7,_0xd36749:0x2c7,_0x443846:0x30a,_0x2ad3a8:0x310,_0x3caa72:0x392,_0x287966:0x232,_0x637bf6:0x1d3,_0x4f0f23:0x13c,_0x208500:0x1eb,_0xf6d112:0x1f9,_0x5680aa:0x25d,_0x4cfa60:0x323,_0x433c88:0x390,_0x3d5671:0x1cf,_0x197a8d:0x266,_0x5e6d3b:0x1b8,_0x35f93d:0x1da,_0x3cf0f5:0x317},_0x2be870={_0x1fcf3e:0x50},_0x5bca10={_0x14f8d1:0x9a,_0x3baaa9:0x149},_0x5b7aaa={'rndHf':function(_0x3b1937,_0x5e7fb4){return _0x3b1937(_0x5e7fb4);},'boPar':function(_0x27bdb0,_0x185012){return _0x27bdb0===_0x185012;},'pSDGn':_0x16ee1a(0x220,0x16f,_0x3d5bd0._0x4a9ada,0x1ed),'zLhbi':function(_0x24903f,_0x271e37){return _0x24903f!==_0x271e37;},'SLSmN':function(_0x5cfd0e,_0xaf45bb){return _0x5cfd0e!==_0xaf45bb;},'ssTjw':_0x28a78e(0x368,_0x3d5bd0._0x190078,0x2b4,_0x3d5bd0._0x54ef24),'vSzFD':'API\x20key\x20is'+_0x28a78e(0x2c9,0x324,_0x3d5bd0._0x4155c1,_0x3d5bd0._0x132574),'aKoCr':function(_0xe68106,_0x7b06e7,_0x5a3d4d){return _0xe68106(_0x7b06e7,_0x5a3d4d);},'eizVi':function(_0x53c302,_0x4ac075){return _0x53c302(_0x4ac075);},'pyENu':function(_0x3dd5a7,_0x12f009){return _0x3dd5a7===_0x12f009;},'xgjnE':'gnDaR','DZYNk':function(_0x3d30e9,_0x2c3769){return _0x3d30e9(_0x2c3769);},'bHnxB':'Updated\x20pr'+_0x28a78e(_0x3d5bd0._0x19d91d,_0x3d5bd0._0x4d8414,_0x3d5bd0._0x26fc06,_0x3d5bd0._0x451213)+_0x16ee1a(0x212,_0x3d5bd0._0x5a551d,0x32f,0x286)+'nt'},_0x311fef=readProviderAccounts(),_0x2b8f48=_0x311fef[_0x50f1c9]||[],_0x418eb1=_0x2b8f48[_0x16ee1a(0x254,0x29c,0x234,0x216)](_0x5c94d9=>_0x5c94d9['id']===_0x2040e4&&_0x5c94d9[_0x28a78e(0x3d4,0x3d8,0x427,0x42f)]===ACCOUNT_TYPE_API_KEY);if(!_0x418eb1){if(_0x5b7aaa['boPar'](_0x16ee1a(0x2ab,_0x3d5bd0._0x4f5f6a,_0x3d5bd0._0x329a0f,_0x3d5bd0._0xa158f3),_0x5b7aaa[_0x16ee1a(0x2f5,0x2f5,0x28e,0x2b4)]))return null;else{const _0x7bb7d1={};_0x7bb7d1['provider']=_0x48fc65,_0x7bb7d1[_0x16ee1a(_0x3d5bd0._0x2817a2,_0x3d5bd0._0xe8dfde,0x2a3,0x1e0)]=_0x232563['id'],_0x3216e9['debug'](_0x28a78e(0x3c6,0x4ab,0x47f,_0x3d5bd0._0x1c22cf)+_0x16ee1a(_0x3d5bd0._0x5a3d30,0x322,_0x3d5bd0._0x1f623b,_0x3d5bd0._0x13a01d)+'ial\x20sync\x20f'+_0x28a78e(_0x3d5bd0._0x163040,_0x3d5bd0._0x2837d7,_0x3d5bd0._0x32eace,0x33f)+_0x16ee1a(_0x3d5bd0._0xe8dfde,0x1ff,0x31c,0x277),_0x7bb7d1),_0x5b7aaa[_0x28a78e(0x374,0x46d,_0x3d5bd0._0x4cf205,0x3ff)](_0x3f9e9d,_0x569db0);return;}}const _0x5f16d5=_0x5b7aaa['rndHf'](trimToNull,_0x54c548);_0x5f16d5&&(_0x418eb1['label']=_0x5f16d5);if(_0x5b7aaa['zLhbi'](_0x1d638a,undefined)){if(_0x5b7aaa[_0x16ee1a(_0x3d5bd0._0x759648,0x2e5,_0x3d5bd0._0x380bf8,0x268)](_0x5b7aaa[_0x16ee1a(_0x3d5bd0._0xdbda49,0x1bc,0x1f1,_0x3d5bd0._0x134f02)],_0x5b7aaa[_0x16ee1a(0x156,0x2c8,0x2b0,0x217)]))return _0x275116[_0x28a78e(_0x3d5bd0._0x11758e,_0x3d5bd0._0x520133,_0x3d5bd0._0x242cf9,_0x3d5bd0._0x34f249)](0x3*0x221+-0x11*-0x3f+-0xa92,0x2*0xfb7+0x11e9+0x49*-0xad)+'••••';else{const _0x38dcac=_0x5b7aaa[_0x16ee1a(0x32d,0x2a7,_0x3d5bd0._0x50c642,0x2df)](trimToNull,_0x1d638a);if(!_0x38dcac)throw new Error(_0x5b7aaa[_0x16ee1a(0x23f,0x304,_0x3d5bd0._0x452bad,_0x3d5bd0._0x2eff55)]);_0x418eb1['api_key']=_0x38dcac;}}_0x39e1db!==undefined&&(_0x418eb1[_0x16ee1a(0x26f,_0x3d5bd0._0x591e26,_0x3d5bd0._0x201f2b,_0x3d5bd0._0xd36749)]=_0x5b7aaa[_0x28a78e(0x336,_0x3d5bd0._0x443846,0x32a,_0x3d5bd0._0x2ad3a8)](normalizeApiKeyEndpoint,_0x50f1c9,_0x39e1db));const _0x5e8f6b=new Date()['toISOStrin'+'g']();_0x418eb1[_0x16ee1a(_0x3d5bd0._0x3caa72,0x366,0x2d7,0x2eb)]=_0x5e8f6b,_0x418eb1[_0x16ee1a(0x184,_0x3d5bd0._0x287966,0x1cd,_0x3d5bd0._0x637bf6)]=_0x5e8f6b;function _0x16ee1a(_0xa73855,_0x2ac24b,_0x2f0409,_0x2d2998){return _0x51e5cc(_0xa73855-_0x5bca10._0x14f8d1,_0x2d2998-0x313,_0x2f0409-_0x5bca10._0x3baaa9,_0x2ac24b);}_0x5b7aaa[_0x16ee1a(_0x3d5bd0._0x4f0f23,0x262,_0x3d5bd0._0x208500,_0x3d5bd0._0xf6d112)](writeProviderAccounts,_0x311fef);if(_0x418eb1['is_default']){if(_0x5b7aaa[_0x16ee1a(0x2a1,0x23b,0x1e4,_0x3d5bd0._0x5680aa)](_0x5b7aaa['xgjnE'],_0x5b7aaa['xgjnE']))_0x5b7aaa[_0x28a78e(0x3e8,0x2eb,_0x3d5bd0._0x4cfa60,_0x3d5bd0._0x433c88)](syncDefaultToCliFile,_0x50f1c9);else return null;}const _0x34baa5={};function _0x28a78e(_0x30742e,_0x4e521e,_0x1bd26e,_0x4c64d5){return _0x5b875d(_0x4e521e,_0x4c64d5-0x5e,_0x1bd26e-_0x2be870._0x1fcf3e,_0x4c64d5-0x1a1);}return _0x34baa5[_0x16ee1a(_0x3d5bd0._0x3d5671,0x25c,_0x3d5bd0._0x197a8d,0x206)]=_0x50f1c9,_0x34baa5['accountId']=_0x2040e4,logger[_0x16ee1a(0x244,_0x3d5bd0._0x5e6d3b,0x19d,_0x3d5bd0._0x35f93d)](_0x5b7aaa[_0x16ee1a(0x2d5,0x2fb,_0x3d5bd0._0x3cf0f5,0x261)],_0x34baa5),_0x418eb1;}export function removeAccount(_0x570ee4,_0x4749d6){const _0x4e8aa5={_0x3c5b01:0x534,_0x317519:0x457,_0x13e512:0x61e,_0x207bc0:0x60d,_0x3e10ed:0x5d6,_0x5ed2e6:0x65c,_0x47a4c5:0x545,_0x4159ae:0x5a2,_0x47294f:0x5b8,_0x131b93:0x687,_0x3e3506:0x5ca,_0x1461d2:0x572,_0x472410:0x674,_0x3f99e7:0x611,_0xac303:0x4d4,_0x594ec7:0x4b8,_0x18f3de:0x521,_0x3314d2:0x568,_0x40da7d:0x63e,_0x1b56d6:0x53a,_0x400e53:0x58e,_0x4217ba:0x59b,_0x367ad7:0x570,_0x2cba76:0x5c3,_0x421b2f:0x60b,_0x3331ed:0x68f,_0x4ad2e7:0x5db,_0x4b1955:0x5f0,_0x1e908f:0x5d1,_0x711a25:0x611,_0x9a9b37:0x5e5,_0x178f83:0x475,_0x19d745:0x514,_0xdfb67d:0x5ea,_0x209761:0x67e,_0x483b32:0x52e,_0x80f754:0x56e,_0x302fe9:0x5a1,_0x394518:0x6e7,_0x246c77:0x582,_0x3e27ab:0x64f,_0x46b27b:0x68e,_0x36927d:0x607,_0x22bc53:0x5de,_0x1f179e:0x5bc,_0x394774:0x567,_0x19cfea:0x590,_0x26f59a:0x626,_0x4640cd:0x5e4,_0x21b1d0:0x4dc,_0x3e4b5b:0x581,_0x35de5b:0x557,_0x8b7101:0x57c,_0x3a3bf0:0x58a,_0x5e1b58:0x5ac,_0x79d543:0x4fd,_0xab8dd3:0x556,_0x46c316:0x500,_0x577849:0x5cf,_0x3a9989:0x69b,_0x28726a:0x52c,_0x1457f1:0x49a,_0x4d0cb4:0x560,_0x1fe4fa:0x4c5,_0x551065:0x620,_0x46ccba:0x610,_0x3ce20a:0x649},_0x53cfd1={_0x42fe5a:0x1eb},_0x347c2b={_0x2fd0f2:0x28},_0x1f406e={'JFtYs':function(_0x2c0764,_0x2844a6){return _0x2c0764===_0x2844a6;},'bylmB':function(_0x5c8f84,_0x3e34e6){return _0x5c8f84(_0x3e34e6);},'ATJDR':_0x2ee6aa(0x4c8,0x470,0x541,_0x4e8aa5._0x3c5b01),'yJXXE':_0x7569f4(_0x4e8aa5._0x317519,0x4d7,0x463,0x4cf),'phIlL':function(_0x52f579,_0x667905){return _0x52f579!==_0x667905;},'brggs':function(_0xa7fb22,_0x72b163){return _0xa7fb22(_0x72b163);},'UvLSs':function(_0x591f63,_0x20caaf){return _0x591f63(_0x20caaf);},'jFlTc':function(_0x312b80){return _0x312b80();},'yishG':function(_0x457095,_0xf93f26){return _0x457095>_0xf93f26;},'MPDMc':'Set\x20new\x20de'+_0x2ee6aa(0x5aa,_0x4e8aa5._0x13e512,_0x4e8aa5._0x207bc0,0x5b8)+_0x2ee6aa(0x52a,0x56e,_0x4e8aa5._0x3e10ed,0x5f0)+_0x7569f4(0x5dc,_0x4e8aa5._0x5ed2e6,_0x4e8aa5._0x47a4c5,_0x4e8aa5._0x4159ae),'FpCJD':function(_0x26e95c,_0x59ea7d){return _0x26e95c(_0x59ea7d);},'aEwxB':function(_0x575d28,_0x53d029){return _0x575d28(_0x53d029);},'mJYqm':function(_0x50283a,_0x120a18){return _0x50283a===_0x120a18;},'EkZpy':'NdmYx','qpCIY':function(_0x3e158d,_0x28e4be){return _0x3e158d(_0x28e4be);},'vvsWX':_0x7569f4(0x49b,0x4bb,_0x4e8aa5._0x47294f,0x527)+_0x2ee6aa(0x47e,0x473,0x4e0,0x531)+_0x7569f4(0x65e,_0x4e8aa5._0x131b93,0x576,0x5e7)};function _0x7569f4(_0x1fe55e,_0x512c2a,_0x25f5e6,_0x5d761b){return _0x5b875d(_0x512c2a,_0x5d761b-0x21f,_0x25f5e6-_0x347c2b._0x2fd0f2,_0x5d761b-0x15f);}const _0x37cab9=_0x1f406e[_0x7569f4(_0x4e8aa5._0x3e3506,0x4f2,0x5f9,_0x4e8aa5._0x1461d2)](readProviderAccounts),_0x41bfde=_0x37cab9[_0x570ee4]||[],_0x3bc891=_0x41bfde[_0x7569f4(0x69b,0x5d3,_0x4e8aa5._0x472410,_0x4e8aa5._0x3f99e7)](_0x12a775=>_0x12a775['id']===_0x4749d6);if(_0x1f406e[_0x7569f4(_0x4e8aa5._0xac303,_0x4e8aa5._0x594ec7,0x4ef,_0x4e8aa5._0x18f3de)](_0x3bc891,-(-0x4*-0x5bf+-0x1d98+-0x1*-0x69d)))return![];const _0x41ae6c=_0x41bfde[_0x3bc891][_0x7569f4(0x4f2,0x587,0x57d,_0x4e8aa5._0x3314d2)];_0x41bfde[_0x7569f4(_0x4e8aa5._0x40da7d,_0x4e8aa5._0x1b56d6,_0x4e8aa5._0x400e53,_0x4e8aa5._0x4217ba)](_0x3bc891,-0x53*-0x59+-0x1007+-0x31*0x43),_0x37cab9[_0x570ee4]=_0x41bfde;if(_0x41ae6c&&_0x1f406e[_0x7569f4(0x68a,_0x4e8aa5._0x367ad7,_0x4e8aa5._0x2cba76,_0x4e8aa5._0x421b2f)](_0x41bfde[_0x2ee6aa(0x648,0x566,_0x4e8aa5._0x3331ed,0x5d7)],0x1*0x14e7+0x3*-0x621+0x4*-0xa1)){_0x41bfde[0x1513+-0x26cf+-0x14*-0xe3][_0x2ee6aa(_0x4e8aa5._0x4ad2e7,_0x4e8aa5._0x4b1955,0x50d,_0x4e8aa5._0x1e908f)]=!![];const _0x1badc0={};_0x1badc0['provider']=_0x570ee4,_0x1badc0[_0x7569f4(0x5e1,_0x4e8aa5._0x711a25,0x5df,_0x4e8aa5._0x9a9b37)+'Id']=_0x41bfde[-0x2416+0xf61*0x2+0x554]['id'],logger['info'](_0x1f406e[_0x2ee6aa(0x504,0x5a8,_0x4e8aa5._0x178f83,_0x4e8aa5._0x19d745)],_0x1badc0);}_0x1f406e[_0x7569f4(_0x4e8aa5._0xdfb67d,0x603,_0x4e8aa5._0x209761,0x62b)](writeProviderAccounts,_0x37cab9);function _0x2ee6aa(_0x31bc18,_0x5db6d4,_0x87c2a,_0x36b3d6){return _0x5b875d(_0x87c2a,_0x36b3d6-0x288,_0x87c2a-_0x53cfd1._0x42fe5a,_0x36b3d6-0x14e);}if(_0x41ae6c){if(_0x41bfde[_0x7569f4(0x60f,_0x4e8aa5._0x483b32,0x567,_0x4e8aa5._0x80f754)]>-0x207+0x2154+-0x1*0x1f4d)_0x1f406e[_0x2ee6aa(_0x4e8aa5._0x302fe9,_0x4e8aa5._0x394518,_0x4e8aa5._0x246c77,0x624)](syncDefaultToCliFile,_0x570ee4);else{if(_0x1f406e['mJYqm'](_0x1f406e[_0x2ee6aa(_0x4e8aa5._0x3e27ab,0x60d,0x725,_0x4e8aa5._0x46b27b)],_0x1f406e[_0x2ee6aa(0x5d6,_0x4e8aa5._0x36927d,0x6e1,0x68e)]))_0x1f406e[_0x2ee6aa(_0x4e8aa5._0x22bc53,0x667,0x56b,_0x4e8aa5._0x1f179e)](removeCliFile,_0x570ee4);else{const _0xe0086e=_0x1c8617(_0x117a91),_0x54059d=_0x1f406e[_0x7569f4(_0x4e8aa5._0x394774,_0x4e8aa5._0x19cfea,0x565,0x521)](_0x1f406e[_0x7569f4(0x622,_0x4e8aa5._0x26f59a,_0x4e8aa5._0x4640cd,0x58d)](_0x359692,_0x2a96bd?.[_0x2ee6aa(_0x4e8aa5._0x21b1d0,_0x4e8aa5._0x3e4b5b,0x5c9,_0x4e8aa5._0x35de5b)]),_0x1f406e[_0x2ee6aa(_0x4e8aa5._0x8b7101,0x60f,_0x4e8aa5._0x3a3bf0,_0x4e8aa5._0x5e1b58)])?_0x1f406e[_0x7569f4(_0x4e8aa5._0x79d543,0x554,0x590,0x543)]:_0x1f406e['yJXXE'];if(_0x1f406e[_0x2ee6aa(0x52d,0x5c0,0x575,0x54f)](_0x54059d,'custom'))return _0xe0086e;const _0x209d0c=_0x5da0c3(_0x1d0b6e?.[_0x7569f4(0x603,_0x4e8aa5._0x13e512,0x5ec,0x564)]);if(!_0x209d0c)return _0xe0086e;return{'mode':_0x7569f4(_0x4e8aa5._0xab8dd3,0x49e,_0x4e8aa5._0x46c316,0x4cb),'base_url':_0x209d0c,..._0x1f406e[_0x2ee6aa(_0x4e8aa5._0x577849,_0x4e8aa5._0x3a9989,0x625,0x606)](_0x12af6d,_0x250930)?{'api_version':_0x1f406e['UvLSs'](_0x396c48,_0x576571?.[_0x7569f4(_0x4e8aa5._0x28726a,_0x4e8aa5._0x1457f1,_0x4e8aa5._0x4d0cb4,0x4ef)+'n'])}:{}};}}}const _0x4deb33={};return _0x4deb33[_0x7569f4(0x542,_0x4e8aa5._0x8b7101,_0x4e8aa5._0x1fe4fa,0x4e7)]=_0x570ee4,_0x4deb33['accountId']=_0x4749d6,_0x4deb33[_0x2ee6aa(_0x4e8aa5._0x551065,0x6b7,0x60d,0x621)]=_0x41ae6c,logger['info'](_0x1f406e[_0x2ee6aa(0x5ee,0x5de,_0x4e8aa5._0x46ccba,_0x4e8aa5._0x3ce20a)],_0x4deb33),!![];}export function setDefaultAccount(_0x2d0bfb,_0x5e4087){const _0x25db4c={_0x4ddd86:0x78,_0x1ecdd8:0x72,_0x116c64:0x29f,_0x1cdaac:0x2e4,_0x41f19d:0x9,_0x299d72:0xe,_0x3a630b:0x64,_0x19236f:0x270,_0xd77fd3:0x2bc,_0x4f91e3:0xb7,_0x47cfc9:0xa5,_0x442b54:0x1e,_0x506e08:0xb1,_0x23cd10:0x109,_0x6b4bd1:0xd,_0x32729d:0x5f,_0x13a9bc:0x96},_0x2301e0={_0x38722d:0x474,_0x3a7914:0x3e5,_0x4469e4:0x383,_0x45fb82:0x3f7},_0x159f0d={_0x347301:0x122},_0x4cecb9={_0x507f39:0x37f,_0x3c3a73:0x16c,_0xc0a4f8:0x176},_0x191534={_0x281cac:0x30,_0x48e3d3:0x6a},_0x4c4a43={'yqTkv':function(_0x2b4dfc,_0x469822){return _0x2b4dfc===_0x469822;},'OIvNC':function(_0x6537bd,_0x920934){return _0x6537bd(_0x920934);},'SDLZW':function(_0x1e09d9,_0x2e8f56){return _0x1e09d9(_0x2e8f56);},'cVgql':_0x5a0dfd(0x2c,-0x38,_0x25db4c._0x4ddd86,-_0x25db4c._0x1ecdd8)+'t\x20provider'+_0x3a0835(_0x25db4c._0x116c64,0x33b,0x309,_0x25db4c._0x1cdaac)},_0x56be76=readProviderAccounts();function _0x3a0835(_0xac4a61,_0x594b4b,_0x2b2628,_0x50276c){return _0x5b875d(_0x50276c,_0x2b2628- -_0x191534._0x281cac,_0x2b2628-0x153,_0x50276c-_0x191534._0x48e3d3);}const _0x2dc1c5=_0x56be76[_0x2d0bfb]||[],_0x127f10=_0x2dc1c5['find'](_0x121fef=>_0x121fef['id']===_0x5e4087);if(!_0x127f10)return![];function _0x5a0dfd(_0x594ba9,_0x5b4c3e,_0x404f9b,_0x1a1f94){return _0x5b875d(_0x404f9b,_0x5b4c3e- -_0x4cecb9._0x507f39,_0x404f9b-_0x4cecb9._0x3c3a73,_0x1a1f94-_0x4cecb9._0xc0a4f8);}_0x2dc1c5[_0x5a0dfd(-_0x25db4c._0x41f19d,-0x31,_0x25db4c._0x299d72,-_0x25db4c._0x3a630b)](_0x1674b0=>{const _0x5788fb={_0x1eec91:0x88,_0x257cdb:0xcd,_0x283e46:0x87};function _0x524d23(_0x45d2a6,_0x302498,_0x57579b,_0x3f770b){return _0x5a0dfd(_0x45d2a6-_0x5788fb._0x1eec91,_0x3f770b-_0x5788fb._0x257cdb,_0x57579b,_0x3f770b-_0x5788fb._0x283e46);}function _0x3e5a8d(_0x5d6f6d,_0x32d109,_0x3e24e7,_0x496676){return _0x5a0dfd(_0x5d6f6d-_0x159f0d._0x347301,_0x496676-0x48c,_0x32d109,_0x496676-0x88);}_0x1674b0[_0x3e5a8d(_0x2301e0._0x38722d,_0x2301e0._0x3a7914,0x3ad,0x456)]=_0x4c4a43[_0x3e5a8d(0x3bb,0x3d2,_0x2301e0._0x4469e4,_0x2301e0._0x45fb82)](_0x1674b0['id'],_0x5e4087);}),_0x4c4a43[_0x3a0835(_0x25db4c._0x19236f,0x264,_0x25db4c._0xd77fd3,0x312)](writeProviderAccounts,_0x56be76),_0x4c4a43['SDLZW'](syncDefaultToCliFile,_0x2d0bfb);const _0x1d9a2c={};return _0x1d9a2c[_0x5a0dfd(-0x135,-_0x25db4c._0x4f91e3,-_0x25db4c._0x47cfc9,-0x135)]=_0x2d0bfb,_0x1d9a2c[_0x5a0dfd(-0x76,-0xdd,-0x66,-_0x25db4c._0x442b54)]=_0x5e4087,logger[_0x5a0dfd(-0x23,-0xe3,-_0x25db4c._0x506e08,-_0x25db4c._0x23cd10)](_0x4c4a43[_0x5a0dfd(-0x19,_0x25db4c._0x6b4bd1,_0x25db4c._0x32729d,-_0x25db4c._0x13a9bc)],_0x1d9a2c),!![];}export function updateAccountLabel(_0x46f099,_0x1e62b6,_0x5067dd){const _0x441bfa={_0x4c5f33:0x414,_0x15b330:0x3d4,_0xe5cf66:0x3a3,_0x1b3a9e:0x30d,_0x34e4b1:0x324,_0x2b203b:0x338,_0x39ffc6:0x45b,_0x4d32d7:0x41b,_0x561eb5:0x3b7,_0x1ec66b:0x3c2,_0x35dce8:0x491,_0x55f1c8:0x471,_0x2b68cc:0x3f2,_0x5d70b6:0x4c6,_0x587c5a:0x3d2,_0x19fd6b:0x460,_0xd6f363:0x401,_0x10bd30:0x35b,_0xc5689b:0x376,_0x24e39f:0x3dd,_0x4d2976:0x4c1,_0x38be9d:0x432,_0x283060:0x3af,_0x1a110c:0x2b2,_0x4dc8bb:0x2f5},_0x197c93={_0x1e5ecb:0x4a8,_0x4a22ed:0x58},_0x2ecb00={_0x2e7473:0x176,_0x427fa9:0x464,_0x3a2e6f:0x1a1},_0x5a9023={'SBDZO':function(_0xb407ea,_0x58a65e){return _0xb407ea!==_0x58a65e;},'LuMLB':function(_0x298a36){return _0x298a36();},'EfCKs':_0x30d222(0x4d7,0x4f3,0x45f,_0x441bfa._0x4c5f33),'ETwbj':_0x30d222(_0x441bfa._0x15b330,0x363,_0x441bfa._0xe5cf66,0x3fb)+_0x8e5656(0x3b5,_0x441bfa._0x1b3a9e,_0x441bfa._0x34e4b1,_0x441bfa._0x2b203b)+'ount\x20label'},_0x3777a7=_0x5a9023[_0x30d222(_0x441bfa._0x39ffc6,_0x441bfa._0x4d32d7,0x3ef,0x503)](readProviderAccounts),_0x49e2e7=_0x3777a7[_0x46f099]||[],_0x321b66=_0x49e2e7['find'](_0x585dd3=>_0x585dd3['id']===_0x1e62b6);function _0x8e5656(_0x5d770c,_0x4133f9,_0x45278e,_0x3bfe5b){return _0x51e5cc(_0x5d770c-_0x2ecb00._0x2e7473,_0x3bfe5b-_0x2ecb00._0x427fa9,_0x45278e-_0x2ecb00._0x3a2e6f,_0x4133f9);}if(!_0x321b66){if(_0x5a9023[_0x8e5656(0x492,0x495,0x3cc,0x3f2)](_0x5a9023[_0x8e5656(_0x441bfa._0x561eb5,0x392,0x486,_0x441bfa._0x1ec66b)],'zkzXi'))return![];else{const _0x1620e5=_0x357c35(_0x7070e8);if(!_0x1620e5||_0x5a9023[_0x8e5656(_0x441bfa._0x35dce8,0x3db,_0x441bfa._0x55f1c8,_0x441bfa._0x2b68cc)](_0x1620e5[_0x8e5656(_0x441bfa._0x5d70b6,0x4dc,_0x441bfa._0x587c5a,_0x441bfa._0x19fd6b)],_0x96a6b6))return null;return _0x1620e5;}}_0x321b66[_0x8e5656(0x3fa,0x542,0x4d9,0x47d)]=_0x5067dd,_0x321b66[_0x8e5656(0x418,0x452,_0x441bfa._0xd6f363,0x43c)]=new Date()[_0x30d222(_0x441bfa._0x10bd30,_0x441bfa._0xc5689b,0x3fc,0x296)+'g'](),writeProviderAccounts(_0x3777a7);const _0x25104b={};_0x25104b['provider']=_0x46f099;function _0x30d222(_0x2a8402,_0x200035,_0x2d7bb0,_0x5458d5){return _0x51e5cc(_0x2a8402-0x137,_0x2a8402-_0x197c93._0x1e5ecb,_0x2d7bb0-_0x197c93._0x4a22ed,_0x2d7bb0);}return _0x25104b[_0x8e5656(_0x441bfa._0x24e39f,0x3bf,_0x441bfa._0x587c5a,0x331)]=_0x1e62b6,_0x25104b[_0x30d222(_0x441bfa._0x4d2976,_0x441bfa._0x38be9d,0x535,0x45f)]=_0x5067dd,logger[_0x30d222(0x36f,_0x441bfa._0x283060,0x3f3,0x34e)](_0x5a9023[_0x30d222(0x362,0x3a6,_0x441bfa._0x1a110c,_0x441bfa._0x4dc8bb)],_0x25104b),!![];}export function updateAccountEmail(_0x5d9b15,_0x3eb396,_0x377169){const _0x167177={_0x218346:0x3dc,_0x2d2fe6:0x3a2,_0x3be7cb:0x3a6,_0x11a70e:0x1e,_0xf786a8:0x136,_0x22b1c3:0x188,_0x9e5bf3:0xef,_0x1ce98e:0x144,_0x2abdd1:0x3c,_0x2fa2ba:0x505,_0x43477f:0x47e,_0x469163:0x49a,_0x59af93:0xc0,_0xf3d6bf:0x9e,_0x28b149:0x4df,_0xd8bdb:0x387,_0x2f2692:0x3a8,_0x158877:0x5a,_0x5e819c:0x8a,_0x1b2aaf:0xf1,_0x2c1025:0x149,_0x18f09d:0x13,_0x10c152:0x24,_0xcb4e26:0x15,_0x4bc0c2:0x21,_0x5d47cb:0x110,_0x3ac61f:0x18a,_0x3f5ad8:0xd0,_0x15df2b:0x4e,_0x31810a:0x124,_0x141edd:0x6c},_0xe059d2={_0x1e3adf:0x1be},_0x42d5d9={_0x331ade:0x1ea,_0x41f959:0x18},_0x535ed2={'XEEjr':function(_0x4c509a){return _0x4c509a();},'ZNobf':function(_0x5095e9,_0x1f5f8a){return _0x5095e9===_0x1f5f8a;},'Vkebd':_0x1fd672(0x40f,_0x167177._0x218346,_0x167177._0x2d2fe6,_0x167177._0x3be7cb),'GVPII':_0xc53241(_0x167177._0x11a70e,-0x97,-_0x167177._0xf786a8,0x14)+_0xc53241(-_0x167177._0x22b1c3,-_0x167177._0x9e5bf3,-_0x167177._0x1ce98e,-_0x167177._0x2abdd1)+_0x1fd672(_0x167177._0x2fa2ba,_0x167177._0x43477f,_0x167177._0x469163,0x46f)},_0x46218b=_0x535ed2['XEEjr'](readProviderAccounts);function _0x1fd672(_0x32ba79,_0x3dac44,_0x2d333d,_0x55b5d0){return _0x5b875d(_0x55b5d0,_0x3dac44-0xe4,_0x2d333d-_0x42d5d9._0x331ade,_0x55b5d0-_0x42d5d9._0x41f959);}const _0x1fdd27=_0x46218b[_0x5d9b15]||[];function _0xc53241(_0x3942f3,_0x37394f,_0x53af3b,_0xb56a3c){return _0x5b875d(_0xb56a3c,_0x37394f- -0x398,_0x53af3b-0x55,_0xb56a3c-_0xe059d2._0x1e3adf);}const _0x422523=_0x1fdd27[_0xc53241(-0xc9,-_0x167177._0x59af93,0x5,-_0x167177._0xf3d6bf)](_0xcb7496=>_0xcb7496['id']===_0x3eb396&&_0xcb7496[_0xc53241(-0x37,0x39,-0x52,0x1b)]===ACCOUNT_TYPE_OAUTH);if(!_0x422523){if(_0x535ed2[_0x1fd672(_0x167177._0x28b149,0x44d,0x3a1,0x512)](_0x535ed2['Vkebd'],_0x1fd672(0x34d,_0x167177._0xd8bdb,_0x167177._0x2f2692,0x3e7))){const _0x78e50f={};_0x78e50f[_0xc53241(-0x6c,-_0x167177._0x158877,-_0x167177._0x5e819c,-_0x167177._0x2abdd1)]=!![],_0x78e50f[_0xc53241(-_0x167177._0x1b2aaf,-0xc9,-_0x167177._0x2c1025,-0x3d)]=0x1c0,_0x568eb2['mkdirSync'](_0x11e4d7,_0x78e50f);}else return![];}_0x422523[_0xc53241(_0x167177._0x18f09d,-_0x167177._0x10c152,-0x53,0x6f)]=_0x377169,_0x422523[_0xc53241(-0x2f,_0x167177._0xcb4e26,_0x167177._0x4bc0c2,0x5f)]=new Date()[_0xc53241(-0xde,-_0x167177._0x5d47cb,-_0x167177._0x3ac61f,-0x82)+'g'](),writeProviderAccounts(_0x46218b);const _0x5db86c={};return _0x5db86c[_0xc53241(-0x112,-_0x167177._0x3f5ad8,-0x9d,-_0x167177._0x15df2b)]=_0x5d9b15,_0x5db86c['accountId']=_0x3eb396,_0x5db86c['email']=_0x377169,logger[_0xc53241(-_0x167177._0x31810a,-0xfc,-_0x167177._0x141edd,-0xe1)](_0x535ed2['GVPII'],_0x5db86c),!![];}export function updateAccountTokens(_0x19afd2,_0x3cc0a8,_0x3b440){const _0x346bad={_0x35a3e3:0x3ba,_0xeeb287:0x3c8,_0x25aa8c:0x1a1,_0x489ba6:0x1d2,_0x266a09:0x125,_0x5c5976:0x1d8,_0x19b429:0x449,_0x90ce8c:0x4b2,_0x5df019:0x4fb,_0x198aee:0x3f3,_0x3e3839:0x560,_0x3a0ea2:0x149,_0x456969:0xce,_0x4d6a77:0x192,_0x2196ae:0x1f3,_0x160a33:0x223,_0x442977:0x20a,_0x2d8b2a:0x1f1,_0x16f7ff:0xdb,_0xf355d9:0x4c1,_0x2f9354:0x47d,_0xbb8008:0x4a3,_0x2d6fb9:0x3d4,_0x212115:0x3a5,_0x509d22:0x43d,_0x364812:0x3cf,_0x35feb8:0x3f0,_0x164436:0x4a8,_0xe03cf6:0x4c8},_0x576558={_0x478b61:0x75},_0x305fe6={_0x732340:0x47b},_0x75f13c={'VcEEZ':function(_0x614fbb,_0x125eed){return _0x614fbb===_0x125eed;},'AifYl':_0x34dff9(0x3f1,_0x346bad._0x35a3e3,0x4b1,_0x346bad._0xeeb287),'sdEKI':function(_0x14e227,_0x2f5b74){return _0x14e227(_0x2f5b74);},'SnQnm':_0x4d471b(-0x111,-0x17a,-0x1d2,-_0x346bad._0x25aa8c)+_0x4d471b(-0x193,-_0x346bad._0x489ba6,-_0x346bad._0x266a09,-_0x346bad._0x5c5976)+'ount\x20token'+'s'},_0x274351=readProviderAccounts();function _0x4d471b(_0x2a141d,_0x5c350d,_0x25b51a,_0x18d465){return _0x5b875d(_0x25b51a,_0x5c350d- -_0x305fe6._0x732340,_0x25b51a-0x1b8,_0x18d465-0x17d);}const _0x504742=_0x274351[_0x19afd2]||[],_0x5bc3cf=_0x504742[_0x34dff9(0x405,0x358,_0x346bad._0x19b429,0x3e2)](_0x4206bc=>_0x4206bc['id']===_0x3cc0a8&&_0x4206bc[_0x34dff9(0x4fe,0x59b,0x503,0x481)]===ACCOUNT_TYPE_OAUTH);if(!_0x5bc3cf)return![];_0x5bc3cf[_0x34dff9(_0x346bad._0x90ce8c,_0x346bad._0x5df019,_0x346bad._0x198aee,_0x346bad._0x3e3839)]=_0x3b440,_0x5bc3cf[_0x4d471b(-_0x346bad._0x3a0ea2,-_0x346bad._0x456969,-0x13e,-0x33)]=new Date()[_0x4d471b(-_0x346bad._0x4d6a77,-_0x346bad._0x2196ae,-0x167,-_0x346bad._0x160a33)+'g'](),writeProviderAccounts(_0x274351);if(_0x5bc3cf['is_default']){if(_0x75f13c[_0x4d471b(-_0x346bad._0x442977,-0x175,-_0x346bad._0x2d8b2a,-_0x346bad._0x16f7ff)](_0x75f13c[_0x34dff9(_0x346bad._0xf355d9,_0x346bad._0x2f9354,0x51c,_0x346bad._0xbb8008)],_0x75f13c[_0x34dff9(_0x346bad._0xf355d9,0x41c,0x401,0x482)]))_0x75f13c[_0x34dff9(0x3e5,0x38a,_0x346bad._0x2d6fb9,0x479)](syncDefaultToCliFile,_0x19afd2);else return![];}const _0x25d00a={};_0x25d00a[_0x34dff9(0x3f5,0x441,_0x346bad._0x212115,_0x346bad._0x509d22)]=_0x19afd2;function _0x34dff9(_0xfdc3c1,_0x58073b,_0x3dda32,_0x2132f2){return _0x51e5cc(_0xfdc3c1-_0x576558._0x478b61,_0xfdc3c1-0x502,_0x3dda32-0xfa,_0x2132f2);}return _0x25d00a[_0x34dff9(_0x346bad._0x364812,0x493,0x3a6,_0x346bad._0x35feb8)]=_0x3cc0a8,logger['debug'](_0x75f13c[_0x34dff9(_0x346bad._0x164436,_0x346bad._0xe03cf6,0x4e2,0x559)],_0x25d00a),!![];}export function syncDefaultToCliFile(_0x33ee36){const _0x497742={_0x1f5675:0x108,_0x2a0886:0x4b,_0x6bf67a:0x6a,_0x2ca091:0x39b,_0x3028b6:0x361,_0x57d962:0x98,_0x482e25:0x4c,_0x54c569:0x3f,_0x1a0bd9:0x48a,_0x4830bd:0x46e,_0x1af0fb:0x4a5,_0x1b91e2:0x53a,_0x3dd29b:0x49b,_0x39ea93:0x10f,_0x56bebf:0xa,_0x179115:0x4c3,_0x1b6b01:0x420,_0x19e831:0x23,_0x14f82e:0xc9,_0x11ac45:0x98,_0x2b69e3:0x49a,_0x4958ae:0x4c9,_0x39404d:0x404,_0x128cee:0x449,_0x56f6a7:0x4f0,_0x31da44:0x4b2,_0x406073:0x4c2,_0x542e71:0x479,_0x241c92:0x43,_0x1239cf:0x5f,_0x228aa3:0x52,_0x3e10ac:0x48c,_0x4f364d:0x94,_0x5714c1:0x122,_0x426588:0x115,_0x30cb34:0x419,_0x11b2b2:0x36a,_0x1bcdb0:0x3ce,_0x1b1d0e:0x3d2,_0x2c4c33:0x393,_0x35b3db:0x3be,_0x26d432:0x2a,_0x78f60:0x7e,_0x1ea278:0x11d,_0x1c1b27:0x60,_0x282714:0xaa,_0x5ecedb:0x54,_0x4c4fdc:0x48d,_0x285184:0x469,_0x175894:0x3a1,_0x417101:0x36d,_0x46b605:0x3bf,_0x5b5eb9:0x3ff,_0x19909f:0x486,_0x23becd:0x457,_0x5ee845:0x4cb,_0xcba972:0x4db,_0x30f4f6:0x56a,_0x57e5cc:0x452,_0x811722:0x4b4,_0x318713:0x1,_0x3bd20d:0x8,_0x3b18c2:0xc0,_0x311e50:0x10e,_0x1465c1:0x3f8,_0x2b5e3b:0x401,_0x3da447:0x33b,_0x3c9830:0x37f,_0x33c6fc:0x4b9,_0x1e42dd:0x56c,_0x3e5e77:0x4c8,_0x4d25b7:0x1c4,_0xb4445d:0x368,_0x4cf6c1:0x378,_0x416ae4:0x3e,_0x39948b:0x4fe,_0x3a24f8:0x468,_0x3690d7:0x47f,_0x294d20:0x32a,_0x7e95c4:0x416,_0x362b64:0x430,_0x32d701:0x3,_0x302e5d:0x42e,_0x4c59c6:0x3b3,_0x16f88a:0x48e,_0x240c14:0x439,_0x2eb26:0x461,_0xfc0f89:0x11b,_0xc286c:0xca,_0x264e8c:0x48,_0x252e16:0x86,_0x410cfe:0x4a2,_0x22f647:0x4cd,_0xab9c42:0x498,_0x4ce7fb:0x45b,_0x1e9ad0:0x53,_0xca03bc:0xfd,_0x8e7cbc:0x9f,_0x586148:0x30,_0x155a24:0x37,_0x4bcba4:0x65,_0x189930:0x19,_0x22aa0c:0x35,_0x42fcd7:0xb7,_0x51e851:0x66,_0x5c0546:0x129,_0xac4b53:0x17,_0x2b371a:0x80,_0x52db4c:0x45a,_0x2b972c:0x4a1,_0x413cc1:0x39d,_0x5df355:0x3df,_0x3f16fc:0xbf,_0x3e644b:0x3fe,_0x1bd045:0x47d,_0x7b2303:0x4d9,_0x483c74:0x477,_0x439886:0x412,_0x576118:0x372,_0x505fc1:0x14,_0x52d7e8:0x347,_0x235d90:0x380,_0x4bef4a:0xa1,_0x1d1c85:0x43e,_0x14b06a:0x58,_0x378d08:0x5a,_0x53471c:0x1b,_0x4c9bac:0x40,_0x769c23:0xe0,_0x3c288e:0x12c,_0x31674f:0x22,_0x97a64f:0x4b,_0x353dc6:0x1ae,_0x586afd:0x14e,_0x1e8fe0:0x427,_0x197e27:0x482,_0x3a618c:0x3da,_0x37af25:0x7c,_0x5e4acc:0x8e,_0xba8dc4:0x10b,_0xe97fa6:0xfd,_0x15455a:0x144,_0x11a322:0xd7,_0x9eeb17:0xde,_0x1ec69e:0x10a,_0x16d0dc:0xfd,_0x58f866:0x476,_0x599477:0x40d,_0x48692b:0x338,_0x5a80d0:0xd4,_0x1dc5f4:0xc3,_0x575ab0:0x2a,_0x2298c9:0x44f,_0x39ea99:0x4df,_0x122ae2:0x43f,_0x4a6477:0x3c3,_0x4074a5:0x427,_0x254681:0x501,_0x1a5808:0x501,_0x171814:0x510,_0x17266c:0x4be,_0x260edc:0x556,_0x8c96d:0x4dd,_0x1f7be0:0x46a,_0x601449:0x3d9,_0x4aaebc:0x407,_0x58c24a:0x27,_0x540e81:0x2e,_0x1b461e:0x54b,_0x1db875:0x16f,_0x1797d4:0x194,_0x27cc20:0xa6,_0x1be9d5:0x1b2,_0x1d1530:0xff,_0x3b22b8:0x141,_0x17dfb3:0x41,_0x3d2823:0x4e5,_0x482a71:0x4e9,_0x3d01e2:0x3ab,_0x109ab8:0x42a,_0xe2f796:0xbd,_0x9dcdee:0x6d,_0x10fd2a:0x44,_0x56f4e4:0x45f,_0x4685ae:0x3a4,_0x8670ef:0x386,_0x234f17:0x413,_0x1d92c3:0x41d,_0x8bd8c4:0x33c,_0x542009:0x402,_0x28b62d:0x2de,_0x51190b:0x3f6,_0x5cf2ee:0x36,_0x102158:0x7d,_0x2a74da:0x3a},_0x248dac={_0x39a81c:0xd1},_0x3d8dab={_0x24866f:0xdc,_0x5bb123:0xce,_0x354369:0x18a},_0x912012={'RjIdr':function(_0x257077,_0x50370b){return _0x257077(_0x50370b);},'FJdmA':_0x415057(-_0x497742._0x1f5675,-_0x497742._0x2a0886,-0x89,_0x497742._0x6bf67a)+'complete','RYwKI':function(_0x189201,_0x12706e){return _0x189201(_0x12706e);},'ZXZtd':function(_0x3a9778,_0x1a2059,_0x48d919){return _0x3a9778(_0x1a2059,_0x48d919);},'AKJSe':function(_0x4967fc,_0x53f8c7){return _0x4967fc===_0x53f8c7;},'bxDQw':_0x5e58b0(0x319,_0x497742._0x2ca091,0x40d,_0x497742._0x3028b6),'icCyB':_0x415057(_0x497742._0x57d962,_0x497742._0x482e25,_0x497742._0x54c569,-0x37)+_0x5e58b0(0x40a,0x42a,_0x497742._0x1a0bd9,_0x497742._0x4830bd)+'o\x20sync','WAIpk':function(_0x3ba6f3,_0x3a89ee){return _0x3ba6f3===_0x3a89ee;},'iGSiF':function(_0x40dcd6,_0x2ac945){return _0x40dcd6===_0x2ac945;},'fJEti':_0x5e58b0(_0x497742._0x1af0fb,0x41e,_0x497742._0x1b91e2,_0x497742._0x3dd29b),'ltEle':_0x415057(_0x497742._0x39ea93,0xcc,_0x497742._0x56bebf,0xfe)+'LI\x20credent'+_0x5e58b0(_0x497742._0x179115,_0x497742._0x1b6b01,0x429,0x411)+_0x415057(-0x93,-_0x497742._0x19e831,-_0x497742._0x14f82e,-_0x497742._0x11ac45)+_0x5e58b0(_0x497742._0x2b69e3,0x467,_0x497742._0x4958ae,0x415),'GnHpn':'Default\x20OA'+_0x5e58b0(_0x497742._0x39404d,0x423,0x37d,0x393)+_0x5e58b0(_0x497742._0x128cee,0x470,0x32c,0x3b7)+_0x5e58b0(_0x497742._0x56f6a7,_0x497742._0x31da44,_0x497742._0x406073,_0x497742._0x542e71)+_0x415057(-_0x497742._0x241c92,-_0x497742._0x1239cf,-0x3a,-_0x497742._0x228aa3)+_0x5e58b0(0x400,0x4ad,0x472,_0x497742._0x3e10ac)+_0x415057(_0x497742._0x4f364d,0x6b,_0x497742._0x5714c1,_0x497742._0x426588),'Qarhr':function(_0x2450a3,_0x5c26d0){return _0x2450a3!==_0x5c26d0;},'VteGe':_0x5e58b0(_0x497742._0x30cb34,0x3af,_0x497742._0x11b2b2,_0x497742._0x1bcdb0),'iFZbT':_0x5e58b0(_0x497742._0x1b1d0e,0x40c,_0x497742._0x2c4c33,_0x497742._0x35b3db),'febvT':function(_0xe850ed,_0x273bc5){return _0xe850ed===_0x273bc5;},'EtdkD':_0x415057(0xdb,0x19,0x30,-0xa2),'CwIbc':'GftxK','xLNpM':function(_0x4621b4,_0xc686be){return _0x4621b4===_0xc686be;},'DsbOO':_0x415057(-_0x497742._0x26d432,_0x497742._0x78f60,_0x497742._0x1ea278,0x138),'fInkJ':_0x415057(_0x497742._0x1c1b27,_0x497742._0x282714,0xae,_0x497742._0x5ecedb)+_0x5e58b0(_0x497742._0x4c4fdc,_0x497742._0x285184,0x41d,0x4af)+_0x5e58b0(0x459,_0x497742._0x175894,_0x497742._0x417101,_0x497742._0x46b605)+'file','ROhBK':_0x415057(-_0x497742._0x26d432,0x42,-0x24,0xe9)+_0x5e58b0(_0x497742._0x5b5eb9,0x42a,0x477,0x4bb)+'lt\x20account'+_0x5e58b0(_0x497742._0x19909f,_0x497742._0x23becd,0x4f6,_0x497742._0x5ee845)+'le'};if(!CLI_CREDENTIAL_FILES[_0x33ee36]){if(_0x912012[_0x5e58b0(_0x497742._0xcba972,_0x497742._0x30f4f6,_0x497742._0x57e5cc,_0x497742._0x811722)](_0x912012[_0x415057(_0x497742._0x318713,0x4d,0x67,-_0x497742._0x3bd20d)],_0x912012['bxDQw']))return;else{_0x912012[_0x415057(_0x497742._0x3b18c2,0x50,0x116,_0x497742._0x311e50)](_0x7c84a1,_0x3f19c1);const _0x269016={};_0x269016[_0x5e58b0(_0x497742._0x1465c1,0x347,0x382,0x3be)]=_0x33c26f[_0x5e58b0(_0x497742._0x2b5e3b,0x30a,_0x497742._0x3da447,0x3be)]['length'],_0x269016[_0x5e58b0(_0x497742._0x3c9830,0x44c,_0x497742._0x33c6fc,0x440)]=_0x5b666e['codex']['length'],_0x269016[_0x5e58b0(0x483,_0x497742._0x1e42dd,_0x497742._0x3e5e77,0x4df)]=_0x39063f[_0x415057(0xba,0xff,0x97,_0x497742._0x4d25b7)]['length'],_0x4c9791[_0x5e58b0(0x302,_0x497742._0xb4445d,0x39d,_0x497742._0x4cf6c1)](_0x912012[_0x415057(-0x92,-0x27,0x68,-0x72)],_0x269016);}}const _0x41bbb9=getDefaultAccount(_0x33ee36);if(!_0x41bbb9){const _0x1e6e82={};_0x1e6e82['provider']=_0x33ee36,logger['debug'](_0x912012[_0x415057(0xff,_0x497742._0x416ae4,0x18,0x101)],_0x1e6e82),removeCliFile(_0x33ee36);return;}if(_0x912012[_0x5e58b0(0x50c,_0x497742._0x39948b,_0x497742._0x3a24f8,_0x497742._0x3690d7)](_0x41bbb9['type'],ACCOUNT_TYPE_API_KEY)){if(_0x912012[_0x5e58b0(_0x497742._0x294d20,_0x497742._0x7e95c4,0x42a,0x3df)](_0x912012[_0x5e58b0(0x3ad,0x315,0x448,0x398)],_0x5e58b0(_0x497742._0x362b64,0x407,0x541,_0x497742._0x3dd29b))){const _0xfcb4f9={};_0xfcb4f9['provider']=_0x33ee36,_0xfcb4f9[_0x415057(-0x4b,-0x62,-_0x497742._0x5714c1,-_0x497742._0x32d701)]=_0x41bbb9['id'],logger[_0x5e58b0(_0x497742._0x7e95c4,_0x497742._0x302e5d,_0x497742._0x4c59c6,0x41d)](_0x912012['ltEle'],_0xfcb4f9),_0x912012[_0x5e58b0(0x447,0x489,_0x497742._0x16f88a,0x446)](removeCliFile,_0x33ee36);return;}else _0x912012['RYwKI'](_0x5d957f,_0x5d6505);}if(!_0x41bbb9[_0x5e58b0(_0x497742._0x240c14,0x496,0x3c7,_0x497742._0x2eb26)]){const _0x3a3c94={};_0x3a3c94['provider']=_0x33ee36,_0x3a3c94['accountId']=_0x41bbb9['id'],logger[_0x415057(_0x497742._0xfc0f89,_0x497742._0xc286c,_0x497742._0x264e8c,_0x497742._0x252e16)](_0x912012[_0x5e58b0(_0x497742._0x410cfe,_0x497742._0x22f647,_0x497742._0xab9c42,0x4e5)],_0x3a3c94),removeCliFile(_0x33ee36);return;}const _0x2572b3=_0x19ef41['join'](_0x388e1c[_0x5e58b0(0x572,0x531,0x56e,0x4d0)](),CLI_CREDENTIAL_FILES[_0x33ee36]);function _0x5e58b0(_0x57c765,_0x797af7,_0x5dcd12,_0x5bd262){return _0x5b875d(_0x5dcd12,_0x5bd262-_0x3d8dab._0x24866f,_0x5dcd12-_0x3d8dab._0x5bb123,_0x5bd262-_0x3d8dab._0x354369);}function _0x415057(_0x449133,_0x13f830,_0x43d6a4,_0x336550){return _0x51e5cc(_0x449133-0x4,_0x13f830-_0x248dac._0x39a81c,_0x43d6a4-0x1a6,_0x336550);}const _0x354dfa=_0x19ef41[_0x5e58b0(0x4cf,0x508,0x4f3,_0x497742._0x4ce7fb)](_0x2572b3);try{if(!_0xb8716a[_0x415057(0xb6,_0x497742._0x1e9ad0,0xb6,_0x497742._0xca03bc)](_0x354dfa)){if(_0x912012[_0x415057(_0x497742._0x8e7cbc,0x6,0x18,0xb0)](_0x912012[_0x415057(0x71,-_0x497742._0x586148,0x29,-0x2)],_0x415057(-0x61,_0x497742._0x155a24,-_0x497742._0x4bcba4,0xc2))){const _0xfd144a={};_0xfd144a['recursive']=!![],_0xfd144a[_0x415057(-_0x497742._0x189930,-_0x497742._0x22aa0c,-_0x497742._0x42fcd7,-0x3)]=0x1c0,_0xb8716a['mkdirSync'](_0x354dfa,_0xfd144a);}else{const _0x4d28eb=_0x912012[_0x415057(0xc9,_0x497742._0x51e851,_0x497742._0x5c0546,_0x497742._0xac4b53)](_0x4f47f8,_0x4cd4cb);return _0x4d28eb[_0x415057(-0x14,-0x2c,-0x1e,_0x497742._0x2b371a)](_0x332c0=>_0x332c0[_0x5e58b0(0x394,0x4a8,0x4bf,0x425)])||_0x4d28eb[0x2af*-0x5+0x1715+-0x4d5*0x2]||null;}}let _0x9eae97;const _0x3482f5=_0x41bbb9[_0x5e58b0(0x3dd,0x49c,_0x497742._0x52db4c,_0x497742._0x2eb26)]||{};if(_0x912012[_0x5e58b0(_0x497742._0x2b972c,_0x497742._0x413cc1,0x33b,_0x497742._0x5df355)](_0x33ee36,_0x912012['iFZbT']))_0x912012[_0x415057(0x125,_0x497742._0x3f16fc,0x146,0x4)](_0x912012[_0x415057(0x1bc,0x103,0xb6,0x13d)],_0x912012['CwIbc'])?(_0x4644c2[_0x5e58b0(0x46b,_0x497742._0x3e644b,_0x497742._0x1bd045,0x450)]=null,_0x4076fd[_0x5e58b0(0x4b0,_0x497742._0x7b2303,0x46f,0x4c9)]=_0x912012[_0x5e58b0(_0x497742._0x483c74,0x475,0x3d6,0x430)](_0x3a185f,_0x96574e['api_key']||_0x379aaa[_0x5e58b0(0x2d2,_0x497742._0x439886,0x3d3,_0x497742._0x576118)]),_0x5979a0['endpoint']=_0x912012[_0x415057(-0x2c,-0x5a,-0x16,_0x497742._0x505fc1)](_0x1cdce8,_0x30a2b2,_0x4cdf42['endpoint'])):_0x9eae97={'claudeAiOauth':{'accessToken':_0x3482f5[_0x5e58b0(_0x497742._0x52d7e8,0x406,0x43f,_0x497742._0x235d90)+'n']||_0x3482f5['access_tok'+'en'],'refreshToken':_0x3482f5[_0x415057(0xdc,0x104,0x17a,_0x497742._0x4bef4a)+'en']||_0x3482f5[_0x5e58b0(0x43c,_0x497742._0xab9c42,_0x497742._0x1d1c85,0x4be)+_0x415057(0xf8,0xfd,_0x497742._0x14b06a,_0x497742._0x378d08)],'expiresAt':_0x3482f5[_0x415057(_0x497742._0x228aa3,-_0x497742._0x53471c,-_0x497742._0x4c9bac,-_0x497742._0x769c23)]||_0x3482f5[_0x415057(_0x497742._0x3c288e,0xf2,0x162,0x11c)],'scopes':_0x3482f5['scopes']||PROVIDER_CONFIG[_0x415057(-0xc0,-_0x497742._0x31674f,0x43,_0x497742._0x97a64f)][_0x415057(0x159,0x109,_0x497742._0x353dc6,_0x497742._0x586afd)][_0x5e58b0(0x3cb,_0x497742._0x1e8fe0,0x3a0,0x39f)]('\x20')}};else{if(_0x912012['xLNpM'](_0x33ee36,'codex')){const _0x155434={};_0x155434[_0x5e58b0(_0x497742._0x197e27,_0x497742._0x3a618c,0x428,0x3c3)+'en']=_0x3482f5[_0x415057(-0x52,-0x1d,-_0x497742._0x37af25,0x95)+'en'],_0x155434[_0x415057(_0x497742._0x5e4acc,0xde,0xfb,_0x497742._0xba8dc4)+_0x415057(_0x497742._0x3f16fc,_0x497742._0xe97fa6,0x71,_0x497742._0x15455a)]=_0x3482f5[_0x415057(_0x497742._0x11a322,_0x497742._0x9eeb17,0x28,_0x497742._0x1ec69e)+_0x415057(_0x497742._0x14b06a,_0x497742._0x16d0dc,0x47,0x1b5)],_0x155434['id_token']=_0x3482f5[_0x5e58b0(_0x497742._0x58f866,_0x497742._0x599477,0x414,0x3d7)],_0x9eae97={'tokens':_0x155434,'last_refresh':new Date()[_0x5e58b0(0x3dc,_0x497742._0x48692b,0x2d0,0x364)+'g']()};}else{if(_0x912012[_0x415057(0x11,_0x497742._0x5a80d0,_0x497742._0x1dc5f4,_0x497742._0x575ab0)](_0x33ee36,_0x5e58b0(_0x497742._0x2298c9,0x56a,0x51d,_0x497742._0x39ea99))){const _0x28e491={};_0x28e491[_0x5e58b0(0x3be,0x3d7,_0x497742._0x122ae2,_0x497742._0x4a6477)+'en']=_0x3482f5['access_tok'+'en'],_0x28e491[_0x5e58b0(_0x497742._0x4074a5,_0x497742._0x254681,_0x497742._0x1a5808,0x4be)+'ken']=_0x3482f5[_0x5e58b0(_0x497742._0x56f6a7,0x41e,_0x497742._0x171814,_0x497742._0x17266c)+_0x5e58b0(0x495,0x580,_0x497742._0x260edc,_0x497742._0x8c96d)],_0x28e491[_0x5e58b0(_0x497742._0x1f7be0,_0x497742._0x601449,0x404,_0x497742._0x4aaebc)]=_0x3482f5[_0x415057(0x8c,_0x497742._0x58c24a,0x3f,-_0x497742._0x540e81)]||_0x912012[_0x5e58b0(0x487,_0x497742._0x1b461e,0x4ae,0x4a7)],_0x28e491[_0x415057(_0x497742._0x1db875,0xf2,_0x497742._0x1797d4,_0x497742._0x27cc20)]=_0x3482f5['expires_at'],_0x28e491['scope']=_0x3482f5[_0x415057(0xc4,0x5c,-0x2,-0x37)]||PROVIDER_CONFIG[_0x415057(_0x497742._0x1be9d5,_0x497742._0x1d1530,_0x497742._0x3b22b8,_0x497742._0x17dfb3)][_0x5e58b0(0x4f5,0x464,_0x497742._0x3d2823,_0x497742._0x482a71)],_0x9eae97=_0x28e491;}}}const _0x19811b={};_0x19811b[_0x5e58b0(0x3c2,_0x497742._0x1b6b01,0x3df,_0x497742._0x3d01e2)]=0x180,_0xb8716a[_0x5e58b0(0x4ca,_0x497742._0x109ab8,0x425,0x439)+_0x415057(_0x497742._0xe2f796,_0x497742._0x9dcdee,0x46,0x48)](_0x2572b3,JSON[_0x415057(0x6,-_0x497742._0x10fd2a,-0x8,-0x3d)](_0x9eae97,null,-0x2235+0x1bf+0x2078),_0x19811b);const _0x1050b8={};_0x1050b8[_0x5e58b0(0x3c2,_0x497742._0x56f4e4,0x437,_0x497742._0x4685ae)]=_0x33ee36,_0x1050b8[_0x5e58b0(0x4b3,0x356,0x385,0x404)]=_0x2572b3,logger[_0x5e58b0(_0x497742._0x8670ef,_0x497742._0x234f17,0x3e4,_0x497742._0x1d92c3)](_0x912012[_0x5e58b0(0x478,_0x497742._0x8bd8c4,_0x497742._0x4c4fdc,_0x497742._0x542009)],_0x1050b8);}catch(_0x2e7587){const _0x5b7e5f={};_0x5b7e5f[_0x5e58b0(0x3ce,0x323,_0x497742._0x28b62d,0x3a4)]=_0x33ee36,_0x5b7e5f[_0x5e58b0(0x4dc,_0x497742._0x51190b,0x3d8,0x438)]=_0x2e7587['message'],logger['error'](_0x912012[_0x415057(0x81,_0x497742._0x5cf2ee,_0x497742._0x102158,_0x497742._0x2a74da)],_0x5b7e5f);}}function removeCliFile(_0x5e8c69){const _0x26f34a={_0x174af6:0x436,_0x2e9938:0x3e2,_0xc46905:0x27a,_0x1749ad:0x325,_0x5a5ec6:0x482,_0xf4a37:0x1b,_0x56851d:0x105,_0x38f70c:0x100,_0x5bce14:0x15b,_0x420d8b:0xdf,_0x780f6a:0x5,_0x1d3504:0x6f,_0x19fd83:0x398,_0x5a2060:0x258,_0xe6dcec:0x31d,_0x4d8b55:0x3f9,_0x2303bf:0x28b,_0x345a13:0x3b1,_0x5eac19:0x271,_0x2b3814:0x322,_0x593717:0xd7,_0x57e7f0:0xb8,_0xdc3161:0x14e,_0xc004c:0x43c,_0x19e4d6:0x3e9,_0x534d19:0x3e2},_0x554aa2={_0x403d9e:0x30,_0x2fba14:0x73},_0x165649={_0x139eeb:0x142,_0x3e1c9c:0x114},_0x6983eb={};_0x6983eb[_0x4a44b1(0x4d7,_0x26f34a._0x174af6,_0x26f34a._0x2e9938,0x42e)]='Removed\x20CL'+_0x4a44b1(0x2cd,_0x26f34a._0xc46905,0x383,_0x26f34a._0x1749ad)+'al\x20file',_0x6983eb['WEfqe']=_0x4a44b1(_0x26f34a._0x5a5ec6,0x477,0x3d8,0x3cc)+_0xa7871c(0x6b,_0x26f34a._0xf4a37,_0x26f34a._0x56851d,0x58)+_0xa7871c(_0x26f34a._0x38f70c,0xf2,0xd7,_0x26f34a._0x5bce14)+_0xa7871c(0x8d,_0x26f34a._0x420d8b,_0x26f34a._0x780f6a,_0x26f34a._0x1d3504);const _0x22421e=_0x6983eb,_0x3439e5=_0x19ef41[_0x4a44b1(0x437,0x30c,0x2e9,_0x26f34a._0x19fd83)](_0x388e1c['homedir'](),CLI_CREDENTIAL_FILES[_0x5e8c69]);function _0xa7871c(_0x10c261,_0x2d3791,_0x512909,_0x44da1d){return _0x51e5cc(_0x10c261-0x6a,_0x10c261-_0x165649._0x139eeb,_0x512909-_0x165649._0x3e1c9c,_0x2d3791);}function _0x4a44b1(_0x11aa59,_0x427d26,_0x45b28f,_0x313ce6){return _0x5b875d(_0x427d26,_0x313ce6-0x86,_0x45b28f-_0x554aa2._0x403d9e,_0x313ce6-_0x554aa2._0x2fba14);}try{if(_0xb8716a['existsSync'](_0x3439e5)){_0xb8716a[_0x4a44b1(_0x26f34a._0x5a2060,0x347,0x315,_0x26f34a._0xe6dcec)](_0x3439e5);const _0xa16387={};_0xa16387[_0x4a44b1(_0x26f34a._0x4d8b55,0x3ec,_0x26f34a._0x2303bf,0x34e)]=_0x5e8c69,_0xa16387['path']=_0x3439e5,logger[_0x4a44b1(_0x26f34a._0x345a13,_0x26f34a._0x5eac19,0x3bb,_0x26f34a._0x2b3814)](_0x22421e[_0xa7871c(0x115,0x19c,0xee,0x139)],_0xa16387);}}catch(_0x383057){const _0x5631d9={};_0x5631d9['provider']=_0x5e8c69,_0x5631d9[_0xa7871c(0xc9,_0x26f34a._0x593717,_0x26f34a._0x57e7f0,_0x26f34a._0xdc3161)]=_0x383057[_0xa7871c(_0x26f34a._0x56851d,0x76,0x7f,0x166)],logger[_0x4a44b1(_0x26f34a._0xc004c,0x4a6,_0x26f34a._0x19e4d6,_0x26f34a._0x534d19)](_0x22421e['WEfqe'],_0x5631d9);}}function _0x51e5cc(_0x533aff,_0x93acf3,_0x36cb8d,_0x553fcf){return _0x3176(_0x93acf3- -0x2cd,_0x553fcf);}export function migrateExistingCredentials(){const _0x195fcb={_0x4931e9:0x37f,_0x4c99be:0x461,_0x41e298:0x566,_0x5f1ea0:0x362,_0x71ec6a:0x3ed,_0x558193:0x587,_0x26c3c4:0x433,_0x29e106:0x412,_0xbafa97:0x4a9,_0x2f1d60:0x57d,_0x34dac2:0x4de,_0x2dfa39:0x42a,_0xbea88b:0x438,_0xa723af:0x502,_0x462fd6:0x492,_0x563c0e:0x557,_0x4b16cb:0x3fd,_0x549f13:0x4a2,_0x43bc04:0x511,_0xb6c6b6:0x45d,_0x42c991:0x396,_0x11ee9c:0x428,_0x25d2f7:0x3ce,_0x1aa96e:0x3bb,_0x1127ef:0x39a,_0x593b64:0x54e,_0x379eef:0x569,_0x5856ea:0x421,_0x5b66b4:0x550,_0x5394f6:0x556,_0x4266cf:0x4c5,_0x5c6c6d:0x4af,_0x599461:0x3db,_0x4dbca7:0x4ae,_0x4c46da:0x5d5,_0x106cf2:0x3f9,_0x2fb47c:0x48b,_0x1eae85:0x408,_0x285ab8:0x3d2,_0x10d532:0x4b4,_0x483fce:0x3c1,_0x3c0afc:0x417,_0x3bf078:0x51b,_0xa0f039:0x459,_0x23e513:0x42c,_0x259697:0x476,_0xc2a4cf:0x34b,_0x5bb03e:0x430,_0x1e3cb8:0x547,_0x48b885:0x4c0,_0x11c8ce:0x43c,_0x30fa6c:0x3b5,_0x43e414:0x437,_0x163650:0x3bb,_0x4d3bd8:0x4f6,_0x42a0fd:0x5fe,_0xb16f5a:0x4d2,_0x20eb29:0x4ba,_0x453c06:0x436,_0x3c3957:0x33d,_0x57eef1:0x45f,_0x579330:0x3d8,_0x1bb5b8:0x419,_0x33f100:0x4ee,_0x386137:0x4dc,_0x572351:0x483,_0x45e3d6:0x486,_0x1d418a:0x4ca,_0x30b5ca:0x4e4,_0x76b675:0x47b,_0x4840c5:0x533,_0x249327:0x4a3,_0x2058cc:0x429,_0x17ba92:0x3f1,_0x3d6753:0x51a,_0x17103d:0x3d4,_0x2e0a86:0x3b9,_0x306811:0x4e3,_0x2616cb:0x449,_0x1b03d5:0x4df,_0x5b7c9e:0x44e,_0x14f1a2:0x57f,_0x3b7612:0x4a1,_0x67abbf:0x51d,_0x5bcbb4:0x391,_0x460081:0x3e8,_0x5e7f9a:0x4f3,_0x2b9cb6:0x563,_0x43ad4b:0x446,_0x3ce809:0x4c3,_0x3ae993:0x56a,_0x473bcd:0x466,_0x5a0af1:0x3cf,_0x8871c5:0x52a,_0x2738e4:0x500,_0x8046a:0x4a1,_0x4aedab:0x390,_0x2304e7:0x375,_0x44c1b1:0x3dd,_0x520cc3:0x555,_0x54cf43:0x535,_0x519f78:0x403,_0x1dee8e:0x499,_0x4916bf:0x3b8,_0x25d850:0x416,_0x3ed240:0x37d,_0x3b2314:0x434,_0x43db67:0x3ee,_0x41ba0:0x45b,_0x843e61:0x337,_0x3fcc0f:0x475,_0x4f5d89:0x2df,_0x4e956e:0x41f,_0x3a31b7:0x3ff,_0x5dd856:0x426,_0x213980:0x4f0,_0x4dff08:0x405,_0x3d5c30:0x3c4,_0x53ac78:0x38e,_0x1b27df:0x33c,_0x526c07:0x4e1,_0x27bdfb:0x46c,_0x51f784:0x479,_0x51a2ce:0x426,_0x5bc83d:0x421,_0x7b862f:0x4d4,_0xe11827:0x4b1,_0x55abc0:0x444,_0x35c8ae:0x3f6,_0x5e662e:0x3c2,_0x344505:0x471,_0x3a3f56:0x441,_0x4d4121:0x435,_0x1f035e:0x424,_0x2e11b0:0x37a,_0x3e8657:0x426,_0x5639b2:0x42e,_0x4d963a:0x54d,_0x2c0ac7:0x557,_0x4b54f0:0x445,_0x10de9d:0x5c0,_0x1200a8:0x49a,_0x32217e:0x3a9,_0x320ab2:0x3e5,_0x36340e:0x45e,_0x51ed83:0x4c0,_0x51c1d5:0x499,_0x3297ed:0x4bb,_0x24347:0x515,_0x5a0137:0x5af,_0x45c58c:0x4b3,_0xf72fcf:0x4da,_0x46401a:0x4e6,_0x3a4745:0x464,_0x2d5250:0x438,_0x3fa3c1:0x4f0,_0x21120b:0x398,_0x56114d:0x3c0,_0x4a7b06:0x383,_0x229cbc:0x580,_0x4e26f2:0x52e,_0x2f31c6:0x520,_0x319960:0x49c,_0x41e226:0x54d,_0x41ab19:0x57b,_0x43e277:0x53c,_0x43d7cb:0x490,_0x32541b:0x3d4,_0x289a1d:0x45c,_0x29fad6:0x447,_0x47ee27:0x38a,_0x355ff2:0x4e9,_0x2eae70:0x47e,_0x75d7a2:0x363,_0x4a8868:0x5d6,_0x4c8dde:0x456,_0x246054:0x53c,_0x39f256:0x46a,_0x4ba3b2:0x4ac,_0x31721c:0x567,_0x205e23:0x326,_0x47f431:0x493,_0x2e298d:0x505,_0x476c07:0x453,_0x36b11d:0x49b,_0x3798b2:0x356,_0x4ac31f:0x4b5,_0x24b285:0x581,_0x3022eb:0x505,_0x274bf8:0x38f,_0x4c800f:0x5f4,_0x4a09cf:0x308,_0xa1b863:0x37b,_0x5906db:0x4a7,_0x1076a6:0x3e8,_0x389f00:0x3c5,_0x2a7fd3:0x478,_0x1200f6:0x368,_0x2820e1:0x410,_0x53da13:0x3e1,_0x160243:0x452,_0x4f0446:0x598,_0x1fcff8:0x4b7,_0x36e36e:0x599,_0x3e29bb:0x5e8,_0x298190:0x5d2,_0x5474a5:0x556,_0x444a29:0x5a7,_0xd84d:0x39d,_0xe668bb:0x3ff,_0x2a2837:0x472,_0x3b0bc5:0x3bb,_0x1d6371:0x3af,_0x5150ae:0x3a5,_0x45d6ea:0x43d,_0x377a80:0x386,_0x3b182b:0x4ed,_0x5e6a6c:0x463,_0x339f23:0x430,_0x5608e1:0x4b0,_0x586c5b:0x428},_0x41b2ee={_0x169e7a:0xd9,_0x41ae8a:0x1f2},_0x3d4324={'MIaql':function(_0xde978d,_0x246933){return _0xde978d(_0x246933);},'rlDXP':function(_0x195553,_0x58f6d1){return _0x195553===_0x58f6d1;},'MUeRT':function(_0x546898,_0x1910e0){return _0x546898===_0x1910e0;},'FFSkF':_0x43416b(0x368,_0x195fcb._0x4931e9,0x410,0x3b9),'fMCdB':_0x1c19cb(_0x195fcb._0x4c99be,0x5a6,_0x195fcb._0x41e298,0x523),'vJCgy':_0x1c19cb(0x48d,0x39c,_0x195fcb._0x5f1ea0,_0x195fcb._0x71ec6a)+'existing\x20C'+_0x1c19cb(0x5bd,_0x195fcb._0x558193,0x510,0x532)+_0x1c19cb(_0x195fcb._0x26c3c4,_0x195fcb._0x29e106,_0x195fcb._0xbafa97,0x46a)+_0x1c19cb(_0x195fcb._0x2f1d60,_0x195fcb._0x34dac2,0x4d5,0x4b9)+_0x1c19cb(0x387,0x44f,0x3b8,_0x195fcb._0x2dfa39),'IwIcu':_0x1c19cb(0x3db,0x394,_0x195fcb._0xbea88b,0x42c),'xtvYm':function(_0x240d17,_0x57c27d){return _0x240d17!==_0x57c27d;},'XBupk':_0x1c19cb(_0x195fcb._0xa723af,_0x195fcb._0x462fd6,_0x195fcb._0x563c0e,0x4bc),'eIzxY':_0x43416b(0x539,_0x195fcb._0x4b16cb,_0x195fcb._0x549f13,_0x195fcb._0x43bc04),'YhtDp':_0x43416b(_0x195fcb._0xb6c6b6,_0x195fcb._0x42c991,0x3c1,0x3e9),'RWxnD':_0x43416b(_0x195fcb._0x11ee9c,_0x195fcb._0x25d2f7,_0x195fcb._0x1aa96e,_0x195fcb._0x1127ef),'VnIng':'Ahnfw','kyBnR':function(_0x44809c,_0x98e203){return _0x44809c===_0x98e203;},'prfhW':_0x1c19cb(_0x195fcb._0x593b64,_0x195fcb._0x379eef,0x41c,0x4b0),'BrBHC':_0x43416b(_0x195fcb._0x5856ea,0x417,0x38d,0x2ef),'iVhGm':_0x43416b(_0x195fcb._0x5b66b4,_0x195fcb._0x5394f6,0x4dc,0x52a),'zLBmZ':'migration','mTXOs':_0x1c19cb(_0x195fcb._0x4266cf,_0x195fcb._0x5c6c6d,_0x195fcb._0x599461,0x47b)+_0x1c19cb(_0x195fcb._0x4dbca7,_0x195fcb._0x4c46da,0x511,0x532)+'ials','ZCwyE':_0x1c19cb(0x464,0x4f6,_0x195fcb._0x106cf2,0x4a1),'xWbcQ':_0x43416b(_0x195fcb._0x2fb47c,_0x195fcb._0x1eae85,_0x195fcb._0x285ab8,0x334),'ROrBQ':'Failed\x20to\x20'+_0x1c19cb(_0x195fcb._0x10d532,_0x195fcb._0x483fce,0x40d,_0x195fcb._0x3c0afc)+'I\x20credenti'+_0x1c19cb(_0x195fcb._0x3bf078,0x498,0x3c3,_0x195fcb._0xa0f039),'MRhEU':'HOTTr','QkFDN':function(_0x5c5075,_0x2504fd){return _0x5c5075(_0x2504fd);},'KGvsR':_0x43416b(0x2cf,_0x195fcb._0x23e513,0x392,0x2ec)+_0x43416b(_0x195fcb._0x259697,0x419,0x405,_0x195fcb._0xc2a4cf)};if(_0xb8716a[_0x43416b(0x3d4,0x3aa,_0x195fcb._0x5bb03e,0x45e)](ACCOUNTS_FILE)){if(_0x3d4324[_0x43416b(0x484,_0x195fcb._0x1e3cb8,_0x195fcb._0x48b885,0x451)](_0x3d4324[_0x43416b(0x38c,_0x195fcb._0x11c8ce,_0x195fcb._0x30fa6c,_0x195fcb._0x43e414)],_0x3d4324[_0x43416b(0x3c3,_0x195fcb._0x163650,0x43f,_0x195fcb._0x4d3bd8)]))_0x3d4324[_0x1c19cb(0x603,_0x195fcb._0x42a0fd,_0x195fcb._0xb16f5a,0x556)](_0x5adbc0,_0x53273c);else return;}logger['info'](_0x3d4324[_0x1c19cb(_0x195fcb._0x20eb29,_0x195fcb._0x453c06,_0x195fcb._0x3c3957,0x3fa)]);function _0x43416b(_0x21a500,_0x3ca32f,_0x509d67,_0x28fd1b){return _0x5b875d(_0x28fd1b,_0x509d67-_0x41b2ee._0x169e7a,_0x509d67-0xe7,_0x28fd1b-_0x41b2ee._0x41ae8a);}const _0x3a8aab={};_0x3a8aab[_0x1c19cb(0x4ba,_0x195fcb._0x57eef1,_0x195fcb._0x579330,0x42e)]=[],_0x3a8aab['codex']=[];function _0x1c19cb(_0x4d1ec6,_0x36c552,_0x545829,_0x478972){return _0x5b875d(_0x36c552,_0x478972-0x14c,_0x545829-0x11b,_0x478972-0x150);}_0x3a8aab[_0x43416b(_0x195fcb._0x1bb5b8,_0x195fcb._0x33f100,_0x195fcb._0x386137,_0x195fcb._0x572351)]=[];const _0x3819aa=_0x3a8aab;let _0x5625ca=![];for(const [_0x3638ed,_0x54b8ec]of Object[_0x43416b(_0x195fcb._0x45e3d6,_0x195fcb._0x1d418a,_0x195fcb._0x30b5ca,0x4ce)](CLI_CREDENTIAL_FILES)){if(_0x3d4324[_0x1c19cb(0x5bf,0x4d3,_0x195fcb._0x76b675,_0x195fcb._0x4840c5)](_0x3d4324[_0x43416b(0x415,_0x195fcb._0x249327,0x3f1,0x3dc)],_0x3d4324[_0x43416b(_0x195fcb._0x2058cc,0x441,_0x195fcb._0x17ba92,0x44a)])){const _0x51e22d=_0x19ef41['join'](_0x388e1c[_0x43416b(_0x195fcb._0x3d6753,0x432,0x4cd,0x4f8)](),_0x54b8ec);if(!_0xb8716a[_0x43416b(0x4a2,0x4d8,0x430,0x485)](_0x51e22d)){if(_0x3d4324[_0x1c19cb(_0x195fcb._0x17103d,_0x195fcb._0x2e0a86,_0x195fcb._0x306811,_0x195fcb._0x2616cb)](_0x3d4324['XBupk'],_0x43416b(_0x195fcb._0x1b03d5,0x473,_0x195fcb._0x5b7c9e,_0x195fcb._0x5b7c9e)))continue;else{const _0x2060fa={};_0x2060fa[_0x1c19cb(0x468,_0x195fcb._0x14f1a2,_0x195fcb._0x3b7612,_0x195fcb._0x67abbf)]=_0x100d02;const _0x14de0d=_0x1c19af(_0x579d3c,_0x2060fa)['filter'](_0x1938ee=>!!_0x1938ee['api_key']);if(_0x3d4324[_0x43416b(0x30c,0x388,0x36a,0x33f)](_0x14de0d[_0x43416b(_0x195fcb._0x5bcbb4,0x498,0x428,_0x195fcb._0x460081)],0x1*-0x4a9+-0x2586+0x2a2f))return null;return _0x14de0d['sort']((_0x570f61,_0x33130e)=>_0x51fcb8(_0x570f61)-_0x2b7c2a(_0x33130e))[0x1*0x47f+0x1637+-0x1ab6]||null;}}try{if(_0x1c19cb(_0x195fcb._0x5e7f9a,_0x195fcb._0x2b9cb6,0x52d,0x515)===_0x3d4324[_0x43416b(0x506,_0x195fcb._0x43ad4b,_0x195fcb._0x3ce809,_0x195fcb._0x3ae993)]){const _0x5ba139=JSON['parse'](_0xb8716a[_0x43416b(_0x195fcb._0x473bcd,0x3b1,0x3d8,_0x195fcb._0x5a0af1)+'nc'](_0x51e22d,_0x3d4324[_0x1c19cb(_0x195fcb._0x8871c5,0x563,0x443,_0x195fcb._0x2738e4)]));let _0x26fa1a=null;if(_0x3d4324[_0x1c19cb(_0x195fcb._0x8046a,_0x195fcb._0x4aedab,_0x195fcb._0x2304e7,_0x195fcb._0x44c1b1)](_0x3638ed,_0x3d4324[_0x1c19cb(0x56e,0x4d8,0x567,0x527)])&&_0x5ba139[_0x1c19cb(_0x195fcb._0x520cc3,_0x195fcb._0x54cf43,_0x195fcb._0x519f78,_0x195fcb._0x1dee8e)+'uth']?.[_0x43416b(_0x195fcb._0x4916bf,_0x195fcb._0x25d850,_0x195fcb._0x3ed240,0x3d0)+'n']){if(_0x3d4324[_0x43416b(_0x195fcb._0x3b2314,0x4f0,0x4c0,0x4d9)](_0x3d4324[_0x1c19cb(_0x195fcb._0x43db67,0x4bd,0x436,_0x195fcb._0x41ba0)],_0x3d4324[_0x43416b(_0x195fcb._0x843e61,_0x195fcb._0x3fcc0f,0x3e8,0x33d)])){const _0x25d7a8={};_0x25d7a8[_0x43416b(_0x195fcb._0x4f5d89,0x398,_0x195fcb._0x3ed240,_0x195fcb._0x4e956e)+'n']=_0x5ba139[_0x43416b(_0x195fcb._0x3a31b7,0x46d,_0x195fcb._0x5dd856,0x463)+_0x43416b(_0x195fcb._0x213980,_0x195fcb._0x4dff08,_0x195fcb._0x572351,_0x195fcb._0x3d5c30)][_0x1c19cb(0x466,_0x195fcb._0x53ac78,_0x195fcb._0x1b27df,0x3f0)+'n'],_0x25d7a8[_0x43416b(0x466,0x4ea,_0x195fcb._0x526c07,0x583)+'en']=_0x5ba139[_0x43416b(_0x195fcb._0x27bdfb,_0x195fcb._0x51f784,_0x195fcb._0x51a2ce,_0x195fcb._0x5bc83d)+_0x43416b(0x40c,_0x195fcb._0x7b862f,0x483,_0x195fcb._0xe11827)][_0x43416b(_0x195fcb._0x55abc0,0x536,0x4e1,0x4d9)+'en'],_0x25d7a8[_0x43416b(0x3e9,_0x195fcb._0x35c8ae,_0x195fcb._0x5e662e,0x400)]=_0x5ba139[_0x1c19cb(0x54e,0x42c,0x4c7,_0x195fcb._0x1dee8e)+_0x1c19cb(0x559,0x459,0x45d,0x4f6)][_0x1c19cb(_0x195fcb._0x344505,_0x195fcb._0x3a3f56,0x377,_0x195fcb._0x4d4121)],_0x25d7a8[_0x43416b(0x43b,_0x195fcb._0x1f035e,0x4e6,0x4b8)]=_0x5ba139[_0x43416b(_0x195fcb._0x2e11b0,0x409,_0x195fcb._0x3e8657,_0x195fcb._0x5639b2)+'uth'][_0x43416b(_0x195fcb._0x4d963a,_0x195fcb._0x2c0ac7,0x4e6,_0x195fcb._0x4b54f0)],_0x26fa1a=_0x25d7a8;}else return![];}else{if(_0x3d4324[_0x1c19cb(0x4e3,0x465,_0x195fcb._0x10de9d,0x529)](_0x3638ed,_0x3d4324['prfhW'])){if(_0x5ba139[_0x1c19cb(0x505,0x472,_0x195fcb._0x1200a8,0x4d1)]?.[_0x43416b(0x37a,_0x195fcb._0x32217e,0x3c0,0x356)+'en']){const _0x5da95f={};_0x5da95f[_0x43416b(0x393,_0x195fcb._0x320ab2,0x3c0,0x3d4)+'en']=_0x5ba139[_0x43416b(0x3ac,0x46e,_0x195fcb._0x36340e,_0x195fcb._0x51ed83)]['access_tok'+'en'],_0x5da95f[_0x43416b(0x54d,_0x195fcb._0x51c1d5,_0x195fcb._0x3297ed,_0x195fcb._0x24347)+_0x1c19cb(0x551,0x556,_0x195fcb._0x5a0137,0x54d)]=_0x5ba139['tokens']['refresh_to'+_0x43416b(_0x195fcb._0x45c58c,0x538,_0x195fcb._0xf72fcf,_0x195fcb._0x46401a)],_0x5da95f['id_token']=_0x5ba139[_0x43416b(0x4cd,_0x195fcb._0x44c1b1,_0x195fcb._0x36340e,_0x195fcb._0x3a4745)][_0x43416b(0x377,0x3e4,0x3d4,_0x195fcb._0x2d5250)],_0x26fa1a=_0x5da95f;}else{if(_0x5ba139['access_tok'+'en']){if(_0x3d4324[_0x43416b(_0x195fcb._0x3fa3c1,0x4ad,0x4d6,0x421)]===_0x3d4324[_0x1c19cb(0x485,0x4f7,0x5a9,0x549)]){const _0x383d53={};_0x383d53[_0x43416b(_0x195fcb._0x21120b,0x43f,_0x195fcb._0x56114d,_0x195fcb._0x4a7b06)+'en']=_0x5ba139['access_tok'+'en'],_0x383d53[_0x1c19cb(_0x195fcb._0x229cbc,0x5c9,0x538,_0x195fcb._0x4e26f2)+_0x1c19cb(_0x195fcb._0x2f31c6,0x58c,_0x195fcb._0x319960,_0x195fcb._0x41e226)]=_0x5ba139[_0x1c19cb(0x5cc,0x4d0,_0x195fcb._0x41ab19,_0x195fcb._0x4e26f2)+_0x1c19cb(0x57f,0x5a2,_0x195fcb._0x43e277,0x54d)],_0x383d53[_0x43416b(_0x195fcb._0x43d7cb,0x373,_0x195fcb._0x32541b,0x36f)]=_0x5ba139[_0x1c19cb(_0x195fcb._0x289a1d,0x3b5,0x3bc,_0x195fcb._0x29fad6)],_0x26fa1a=_0x383d53;}else return null;}}}else{if(_0x3d4324[_0x43416b(0x49a,0x428,0x4b6,0x462)](_0x3638ed,_0x3d4324['iVhGm'])&&_0x5ba139[_0x1c19cb(0x381,_0x195fcb._0x47ee27,_0x195fcb._0x355ff2,0x433)+'en']){const _0x33ccb6={};_0x33ccb6[_0x1c19cb(0x466,_0x195fcb._0x2eae70,0x3ae,0x433)+'en']=_0x5ba139[_0x1c19cb(0x4e7,0x4dd,0x446,_0x195fcb._0x26c3c4)+'en'],_0x33ccb6['refresh_to'+'ken']=_0x5ba139['refresh_to'+'ken'],_0x33ccb6['token_type']=_0x5ba139[_0x43416b(_0x195fcb._0x75d7a2,_0x195fcb._0x519f78,0x404,0x456)],_0x33ccb6[_0x1c19cb(_0x195fcb._0x4a8868,0x574,0x4b2,0x542)]=_0x5ba139[_0x43416b(_0x195fcb._0x4c8dde,0x49a,0x4cf,_0x195fcb._0x246054)],_0x33ccb6[_0x1c19cb(_0x195fcb._0x39f256,0x485,_0x195fcb._0x27bdfb,_0x195fcb._0x4ba3b2)]=_0x5ba139[_0x1c19cb(0x538,_0x195fcb._0x31721c,0x540,0x4ac)],_0x26fa1a=_0x33ccb6;}}}if(_0x26fa1a){const _0x5cb66c=_0xb8716a[_0x43416b(_0x195fcb._0x205e23,0x41b,0x3ec,0x33c)](_0x51e22d),_0x2d079e={'id':_0x5c4da8[_0x43416b(_0x195fcb._0xa0f039,0x4ce,_0x195fcb._0x47f431,_0x195fcb._0x2e298d)](),'type':ACCOUNT_TYPE_OAUTH,'label':_0x43416b(_0x195fcb._0x476c07,_0x195fcb._0x36b11d,0x3e9,_0x195fcb._0x3798b2),'email':null,'is_default':!![],'created_at':_0x5cb66c[_0x1c19cb(0x559,_0x195fcb._0x4ac31f,_0x195fcb._0x24b285,_0x195fcb._0x3022eb)][_0x1c19cb(0x31c,_0x195fcb._0x274bf8,0x41d,_0x195fcb._0x17103d)+'g'](),'created_by':_0x3d4324[_0x1c19cb(0x501,0x5b0,_0x195fcb._0x4c800f,0x54c)],'tokens':_0x26fa1a};_0x3819aa[_0x3638ed]['push'](_0x2d079e),_0x5625ca=!![];const _0x343cf7={};_0x343cf7['provider']=_0x3638ed,_0x343cf7[_0x43416b(0x401,_0x195fcb._0x4a09cf,_0x195fcb._0xa1b863,0x390)]=_0x2d079e['id'],logger[_0x1c19cb(0x476,_0x195fcb._0x5906db,0x383,_0x195fcb._0x1076a6)](_0x3d4324[_0x43416b(0x4a5,_0x195fcb._0x389f00,0x450,_0x195fcb._0x2a7fd3)],_0x343cf7);}}else _0x3d4324['MIaql'](_0x50c0d7,_0x4fafcf);}catch(_0x2f5afc){if(_0x3d4324[_0x43416b(0x31d,_0x195fcb._0x1200f6,0x3d6,_0x195fcb._0x2820e1)](_0x3d4324['ZCwyE'],_0x3d4324['xWbcQ'])){const _0x119de2={};_0x119de2['provider']=_0x3638ed,_0x119de2[_0x43416b(_0x195fcb._0x53da13,0x42c,0x435,_0x195fcb._0x160243)]=_0x2f5afc[_0x1c19cb(_0x195fcb._0x4f0446,_0x195fcb._0x11c8ce,0x494,0x4e4)],logger['error'](_0x3d4324[_0x1c19cb(_0x195fcb._0x1fcff8,_0x195fcb._0x3bf078,0x456,0x4b3)],_0x119de2);}else{const _0x4ad8eb=_0x3d4324[_0x1c19cb(_0x195fcb._0x36e36e,_0x195fcb._0x3e29bb,_0x195fcb._0x298190,_0x195fcb._0x5474a5)](_0x45d897,_0x1a65d6);if(!_0x4ad8eb)throw new _0x174ef4('API\x20key\x20is'+'\x20required');_0x4ae367[_0x1c19cb(0x4b2,_0x195fcb._0x444a29,0x497,0x539)]=_0x4ad8eb;}}}else return _0x2e40fb;}if(_0x5625ca){if('jVrsD'===_0x3d4324[_0x1c19cb(_0x195fcb._0xd84d,_0x195fcb._0xe668bb,_0x195fcb._0x2a2837,0x3f7)])return![];else{_0x3d4324[_0x43416b(0x475,0x414,0x434,0x44e)](writeProviderAccounts,_0x3819aa);const _0x38c56d={};_0x38c56d['claude']=_0x3819aa[_0x43416b(0x470,0x42d,_0x195fcb._0x3b0bc5,0x30a)][_0x43416b(_0x195fcb._0x1d6371,_0x195fcb._0x5150ae,0x428,0x4db)],_0x38c56d[_0x43416b(0x3aa,0x4ed,_0x195fcb._0x45d6ea,_0x195fcb._0x377a80)]=_0x3819aa[_0x1c19cb(_0x195fcb._0x3b182b,_0x195fcb._0x5e6a6c,_0x195fcb._0x339f23,_0x195fcb._0x5608e1)][_0x43416b(0x4d2,0x387,_0x195fcb._0x586c5b,_0x195fcb._0x5906db)],_0x38c56d['gemini']=_0x3819aa[_0x1c19cb(0x4d6,0x5a1,0x568,0x54f)]['length'],logger['info'](_0x3d4324['KGvsR'],_0x38c56d);}}}export function syncAllCliFiles(){const _0x597be1={_0x52c002:0x133,_0x24548c:0xa8,_0x919dc3:0xff,_0x112a83:0x15c,_0x4423c4:0x107,_0x146dd4:0x185,_0x478622:0x21b,_0x4bd152:0x103},_0x30eec4={_0x5d184d:0x176};function _0x510ffb(_0x11bfaa,_0x1a3d4b,_0x5766f7,_0x53ac75){return _0x5b875d(_0x53ac75,_0x11bfaa- -0x2ee,_0x5766f7-0x30,_0x53ac75-0xf0);}function _0x3739cd(_0xa4075d,_0x5c1616,_0x15a1a3,_0xf31869){return _0x5b875d(_0xa4075d,_0x5c1616- -0x475,_0x15a1a3-_0x30eec4._0x5d184d,_0xf31869-0x2c);}const _0xc446ed={'qyIPg':function(_0x518f95,_0x4ee078){return _0x518f95(_0x4ee078);},'bGWGw':function(_0x22a67b,_0x506617){return _0x22a67b===_0x506617;},'tKCAb':_0x3739cd(-_0x597be1._0x52c002,-0x185,-0xe0,-0xd5)};for(const _0x122829 of SUPPORTED_PROVIDERS){_0xc446ed[_0x510ffb(_0x597be1._0x24548c,_0x597be1._0x919dc3,0x15b,_0x597be1._0x112a83)](_0x3739cd(-_0x597be1._0x4423c4,-_0x597be1._0x146dd4,-0x205,-_0x597be1._0x478622),_0xc446ed[_0x510ffb(_0x597be1._0x4bd152,0x198,0x160,0x155)])?syncDefaultToCliFile(_0x122829):_0xc446ed['qyIPg'](_0x5e35b6,_0x28988f);}}export function getAllProvidersStatus(){const _0x2742ed={_0x4fc4ac:0x1b,_0xf34c60:0x51,_0x244384:0x55,_0x402754:0xa1,_0x3746e3:0xa6},_0x35e401={_0x2b26e2:0x24b,_0x3d4aa5:0xd2,_0x455277:0xcd},_0x3a9c92={_0x2ed6dd:0x65};function _0x116fa1(_0x5777f2,_0x166ba4,_0x2bd8d4,_0x39233b){return _0x51e5cc(_0x5777f2-0x166,_0x5777f2-0x31,_0x2bd8d4-_0x3a9c92._0x2ed6dd,_0x166ba4);}const _0x4b692b={'ztTZS':function(_0x524e64){return _0x524e64();},'bPjvv':function(_0x102b71,_0x16f36a){return _0x102b71>_0x16f36a;}},_0x43f871=_0x4b692b[_0x116fa1(-0x39,-0xa2,0x67,-0x2f)](readProviderAccounts),_0x3bb808={};function _0x422390(_0x56bbbc,_0x2ff019,_0x519e06,_0x2e9469){return _0x5b875d(_0x56bbbc,_0x2e9469- -_0x35e401._0x2b26e2,_0x519e06-_0x35e401._0x3d4aa5,_0x2e9469-_0x35e401._0x455277);}for(const _0xbc98d of SUPPORTED_PROVIDERS){const _0x2ed290=_0x43f871[_0xbc98d]||[];_0x3bb808[_0xbc98d]={'accounts':_0x2ed290[_0x116fa1(0x4c,_0x2742ed._0x4fc4ac,-_0x2742ed._0xf34c60,0x100)](_0x25665f=>({'id':_0x25665f['id'],'type':_0x25665f[_0x422390(0x21a,0x222,0x244,0x186)]||ACCOUNT_TYPE_OAUTH,'label':_0x25665f[_0x116fa1(0x4a,0x33,-0x18,-0xd)],'email':_0x25665f[_0x422390(0x16c,0x1bc,0x1a3,0x186)]===ACCOUNT_TYPE_OAUTH?_0x25665f[_0x116fa1(-0x30,-0x29,-0x85,-0xae)]:null,'key_preview':_0x25665f[_0x422390(0x130,0x220,0x1a0,0x186)]===ACCOUNT_TYPE_API_KEY?maskApiKey(_0x25665f[_0x422390(0x151,0x1c6,0x186,0x1a2)]):null,'endpoint':_0x25665f[_0x116fa1(0x2d,0x50,0xb9,-0x58)]===ACCOUNT_TYPE_API_KEY?normalizeApiKeyEndpoint(_0xbc98d,_0x25665f[_0x116fa1(-0x1b,-0x2b,-0x8f,0x3)]):null,'is_default':_0x25665f[_0x422390(0xfd,0x129,0x16b,0xfe)],'created_at':_0x25665f[_0x116fa1(-0x112,-0x167,-0xfd,-0x182)],'created_by':_0x25665f[_0x116fa1(-0x93,-0xe9,-0xbf,-0xed)]})),'has_accounts':_0x4b692b[_0x422390(0xdf,0xe2,0x263,0x1a0)](_0x2ed290[_0x116fa1(-_0x2742ed._0x244384,-0xea,-0x48,-_0x2742ed._0x402754)],-0x12d3+-0x19a4+0x2c77),'has_oauth_accounts':_0x2ed290['some'](_0xb1112f=>_0xb1112f['type']===ACCOUNT_TYPE_OAUTH),'has_api_key_accounts':_0x2ed290[_0x116fa1(0x1,-0x14,-_0x2742ed._0x3746e3,0x8a)](_0x1a3100=>_0x1a3100[_0x116fa1(0x2d,-0x1a,0x72,0xcb)]===ACCOUNT_TYPE_API_KEY&&!!_0x1a3100[_0x422390(0x168,0x169,0x10e,0x1a2)])};}return _0x3bb808;}