@profoundlogic/coderflow-server 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/dist/base-image/coder-git-credential-helper +16 -0
  2. package/dist/base-image/sync-repos.sh +30 -1
  3. package/dist/coder-server.js +1 -1
  4. package/dist/config.js +1 -1
  5. package/dist/lib/agent-keepalive.js +1 -1
  6. package/dist/lib/agent-models.js +1 -1
  7. package/dist/lib/api-keys.js +1 -1
  8. package/dist/lib/apiKeys.js +1 -1
  9. package/dist/lib/app-server-ports.js +1 -1
  10. package/dist/lib/auto-judge.js +1 -1
  11. package/dist/lib/automation-service.js +1 -1
  12. package/dist/lib/basic-auth.js +1 -1
  13. package/dist/lib/bindings.js +1 -1
  14. package/dist/lib/build-history.js +1 -1
  15. package/dist/lib/build-output-service.js +1 -1
  16. package/dist/lib/build-scheduler.js +1 -1
  17. package/dist/lib/build-service.js +1 -1
  18. package/dist/lib/ca-certificates.js +1 -1
  19. package/dist/lib/claude-oauth-refresh.js +1 -1
  20. package/dist/lib/cli/build.js +1 -1
  21. package/dist/lib/cli/cleanup-users.js +1 -1
  22. package/dist/lib/cli/config-command.js +1 -1
  23. package/dist/lib/cli/config.js +1 -1
  24. package/dist/lib/cli/create-user.js +1 -1
  25. package/dist/lib/cli/grant-admin.js +1 -1
  26. package/dist/lib/cli/init.js +1 -1
  27. package/dist/lib/cli/jira.js +1 -1
  28. package/dist/lib/cli/license.js +1 -1
  29. package/dist/lib/cli/list-roles.js +1 -1
  30. package/dist/lib/cli/list-users.js +1 -1
  31. package/dist/lib/cli/server-manager.js +1 -1
  32. package/dist/lib/cli/set-password.js +1 -1
  33. package/dist/lib/compression-filter.js +1 -1
  34. package/dist/lib/config-migration.js +1 -1
  35. package/dist/lib/container-credential-sync.js +1 -1
  36. package/dist/lib/container-tokens.js +1 -1
  37. package/dist/lib/data-dir.js +1 -1
  38. package/dist/lib/deployment-history.js +1 -1
  39. package/dist/lib/deployment-service.js +1 -1
  40. package/dist/lib/docker-utils.js +1 -1
  41. package/dist/lib/email.js +1 -1
  42. package/dist/lib/emailTemplates.js +1 -1
  43. package/dist/lib/entitlement.js +1 -1
  44. package/dist/lib/external-connections.js +1 -1
  45. package/dist/lib/fetch-utils.js +1 -1
  46. package/dist/lib/git-commit-details-route.js +1 -1
  47. package/dist/lib/git-history-diff-guardrails.js +1 -1
  48. package/dist/lib/git-provider-service.js +1 -1
  49. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  50. package/dist/lib/git-provider-setup/index.js +1 -1
  51. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  52. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  53. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  54. package/dist/lib/git-providers/github-app-provider.js +1 -1
  55. package/dist/lib/git-providers/index.js +1 -1
  56. package/dist/lib/git-providers/provider-factory.js +1 -1
  57. package/dist/lib/git-providers/provider-interface.js +1 -1
  58. package/dist/lib/github-urls.js +1 -1
  59. package/dist/lib/group-objective-linking.js +1 -1
  60. package/dist/lib/ibmi-sync.js +1 -1
  61. package/dist/lib/jira-client.js +1 -1
  62. package/dist/lib/judge-blinding.js +1 -1
  63. package/dist/lib/logger.js +1 -1
  64. package/dist/lib/memory-utils.js +1 -1
  65. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  66. package/dist/lib/model-fetcher.js +1 -1
  67. package/dist/lib/notifications.js +1 -1
  68. package/dist/lib/objective-context.js +1 -1
  69. package/dist/lib/oidc-auth.js +1 -1
  70. package/dist/lib/oidc-device-flow.js +1 -1
  71. package/dist/lib/passwordTokens.js +1 -1
  72. package/dist/lib/permission-resolver.js +1 -1
  73. package/dist/lib/pin-cascade.js +1 -1
  74. package/dist/lib/provider-accounts.js +1 -1
  75. package/dist/lib/provider-oauth.js +1 -1
  76. package/dist/lib/provider-profile.js +1 -1
  77. package/dist/lib/provider-token-refresh.js +1 -1
  78. package/dist/lib/rbac-user-state.js +1 -1
  79. package/dist/lib/request-url.js +1 -1
  80. package/dist/lib/rewind.js +1 -1
  81. package/dist/lib/role-definitions.js +1 -1
  82. package/dist/lib/roles.js +1 -1
  83. package/dist/lib/secrets.js +1 -1
  84. package/dist/lib/setup-repo-git-auth.js +1 -1
  85. package/dist/lib/state-capture.js +1 -1
  86. package/dist/lib/static-files.js +1 -1
  87. package/dist/lib/task-aliases.js +1 -1
  88. package/dist/lib/task-container-init.js +1 -1
  89. package/dist/lib/task-context-usage.js +1 -1
  90. package/dist/lib/task-name-format.js +1 -1
  91. package/dist/lib/task-name-generator.js +1 -1
  92. package/dist/lib/task-source-metadata.js +1 -1
  93. package/dist/lib/teams.js +1 -1
  94. package/dist/lib/user-git-oauth.js +1 -1
  95. package/dist/lib/user-git-tokens.js +1 -1
  96. package/dist/lib/users.js +1 -1
  97. package/dist/middleware/requireAuth.js +1 -1
  98. package/dist/middleware/requireInit.js +1 -1
  99. package/dist/middleware/requirePermission.js +1 -1
  100. package/dist/package.json +1 -1
  101. package/dist/playwright.config.js +1 -1
  102. package/dist/playwright.task-terminal.config.js +1 -1
  103. package/dist/routes/apiKeys.js +1 -1
  104. package/dist/routes/auth-oidc.js +1 -1
  105. package/dist/routes/auth.js +1 -1
  106. package/dist/routes/automations.js +1 -1
  107. package/dist/routes/bindings.js +1 -1
  108. package/dist/routes/build.js +1 -1
  109. package/dist/routes/containers.js +1 -1
  110. package/dist/routes/deploy-task.js +1 -1
  111. package/dist/routes/environment-management.js +1 -1
  112. package/dist/routes/environments.js +1 -1
  113. package/dist/routes/external-skills.js +1 -1
  114. package/dist/routes/git-credentials.js +1 -1
  115. package/dist/routes/git-oauth.js +1 -1
  116. package/dist/routes/git-provider-setup.js +1 -1
  117. package/dist/routes/health.js +1 -1
  118. package/dist/routes/jira.js +1 -1
  119. package/dist/routes/logs.js +1 -1
  120. package/dist/routes/objective-management.js +1 -1
  121. package/dist/routes/password.js +1 -1
  122. package/dist/routes/prompt.js +1 -1
  123. package/dist/routes/provider-auth.js +1 -1
  124. package/dist/routes/qa.js +1 -1
  125. package/dist/routes/roles.js +1 -1
  126. package/dist/routes/settings.js +1 -1
  127. package/dist/routes/skill-management.js +1 -1
  128. package/dist/routes/skills.js +1 -1
  129. package/dist/routes/stats.js +1 -1
  130. package/dist/routes/tasks.js +1 -1
  131. package/dist/routes/teams.js +1 -1
  132. package/dist/routes/templates.js +1 -1
  133. package/dist/routes/test-task.js +1 -1
  134. package/dist/routes/test.js +1 -1
  135. package/dist/routes/users.js +1 -1
  136. package/dist/routes/visualizations.js +1 -1
  137. package/dist/scripts/create-user.js +1 -1
  138. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  139. package/dist/start.js +1 -1
  140. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  141. package/dist/web-ui/public/activity-feed.js +1 -1
  142. package/dist/web-ui/public/activity-formatters.js +1 -1
  143. package/dist/web-ui/public/admin.css +95 -1
  144. package/dist/web-ui/public/admin.html +29 -1
  145. package/dist/web-ui/public/admin.js +1 -1
  146. package/dist/web-ui/public/agent-event-parser.js +1 -1
  147. package/dist/web-ui/public/app.js +1 -1
  148. package/dist/web-ui/public/approve-dialog.js +1 -1
  149. package/dist/web-ui/public/automation-links.js +1 -1
  150. package/dist/web-ui/public/automation-schedule.js +1 -1
  151. package/dist/web-ui/public/comments-widget.js +1 -1
  152. package/dist/web-ui/public/diff-utils.js +1 -1
  153. package/dist/web-ui/public/environments.js +1 -1
  154. package/dist/web-ui/public/feedback-widget.css +45 -0
  155. package/dist/web-ui/public/feedback-widget.js +1 -1
  156. package/dist/web-ui/public/file-selection-tree.js +1 -1
  157. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  158. package/dist/web-ui/public/git-history.js +1 -1
  159. package/dist/web-ui/public/git-status.js +1 -1
  160. package/dist/web-ui/public/ibmi-file-filter.js +1 -1
  161. package/dist/web-ui/public/index.js +1 -1
  162. package/dist/web-ui/public/login.js +1 -1
  163. package/dist/web-ui/public/markdown-editor.js +1 -1
  164. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  165. package/dist/web-ui/public/modal-maximize.js +1 -1
  166. package/dist/web-ui/public/notifications.js +1 -1
  167. package/dist/web-ui/public/permissions.js +1 -1
  168. package/dist/web-ui/public/pr-dialog.js +1 -1
  169. package/dist/web-ui/public/roles.js +1 -1
  170. package/dist/web-ui/public/settings.js +1 -1
  171. package/dist/web-ui/public/setup-password.js +1 -1
  172. package/dist/web-ui/public/skills.js +1 -1
  173. package/dist/web-ui/public/sse-client.js +1 -1
  174. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  175. package/dist/web-ui/public/styles.css +45 -0
  176. package/dist/web-ui/public/task-judging-helpers.js +1 -1
  177. package/dist/web-ui/public/task.html +25 -2
  178. package/dist/web-ui/public/task.js +1 -1
  179. package/dist/web-ui/public/teams.js +1 -1
  180. package/dist/web-ui/public/terminal.js +1 -1
  181. package/dist/web-ui/public/theme.js +1 -1
  182. package/dist/web-ui/public/users.js +1 -1
  183. package/dist/web-ui/public/variant-grouping.js +1 -1
  184. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(_0xd34ff5,_0xfe035c){const _0x297157={_0x5a8824:0x127,_0x241eb2:0xf6,_0xfc6d38:0xe7,_0xa5f193:0x2da,_0x5a84d4:0x2cc,_0x388962:0x231,_0x16f719:0x1fb,_0x48747c:0x1c7,_0x140f31:0x266,_0x28cb4c:0x1ae,_0x32c2f7:0x1e8,_0x3779f4:0x12e,_0x43fb90:0x17b,_0x2eb9db:0x1ed,_0x3fdcde:0x1ff,_0x197f6e:0x140,_0x20b03b:0x135,_0x1afd02:0xb5,_0x47aa01:0x2cf,_0x2d51ff:0x10d,_0x550338:0x140,_0x21fbb9:0x105},_0x26db43={_0x10847f:0xc},_0x564ddd={_0x4d8fab:0x3e5};function _0x18a52f(_0x39f339,_0x1d24d5,_0x1959f9,_0x585981){return _0x25dd(_0x39f339- -_0x564ddd._0x4d8fab,_0x1d24d5);}function _0x44e835(_0x2eb826,_0x214f34,_0x52c8e2,_0x37e8c4){return _0x25dd(_0x2eb826-_0x26db43._0x10847f,_0x52c8e2);}const _0x30c2ae=_0xd34ff5();while(!![]){try{const _0x2ba008=parseInt(_0x44e835(0x16d,_0x297157._0x5a8824,_0x297157._0x241eb2,_0x297157._0xfc6d38))/(0x1825+-0x1*-0x2413+-0xc0b*0x5)*(-parseInt(_0x18a52f(-_0x297157._0xa5f193,-0x2dd,-_0x297157._0x5a84d4,-0x308))/(-0x22*0x1d+0x9*-0x140+0xf1c))+-parseInt(_0x18a52f(-_0x297157._0x388962,-_0x297157._0x16f719,-_0x297157._0x48747c,-_0x297157._0x140f31))/(0x8f5*0x1+-0xd8+0x2*-0x40d)+-parseInt(_0x44e835(_0x297157._0x28cb4c,_0x297157._0x32c2f7,_0x297157._0x3779f4,0x11d))/(0x1*0xc21+0x10fb+-0x1d18)*(parseInt(_0x44e835(_0x297157._0x43fb90,0x13e,_0x297157._0x2eb9db,0x116))/(0x238f*-0x1+0x1*0x365+0x202f))+parseInt(_0x44e835(0x1b5,_0x297157._0x3fdcde,_0x297157._0x197f6e,0x1da))/(-0x1d25+-0x20d+0xc*0x29a)+-parseInt(_0x44e835(_0x297157._0x20b03b,0xb3,0x1a2,_0x297157._0x1afd02))/(0x61*-0x43+-0x33*-0x4f+-0x1*-0x9ad)+parseInt(_0x18a52f(-0x298,-_0x297157._0x47aa01,-0x20f,-0x230))/(0x5*0x2e+0x23*-0xbc+-0x16*-0x121)+parseInt(_0x44e835(0xfc,_0x297157._0x2d51ff,_0x297157._0x550338,_0x297157._0x21fbb9))/(0x19bd+-0x2033*-0x1+-0xb7*0x51);if(_0x2ba008===_0xfe035c)break;else _0x30c2ae['push'](_0x30c2ae['shift']());}catch(_0x3b1664){_0x30c2ae['push'](_0x30c2ae['shift']());}}}(_0xde23,-0xc2af4*0x1+-0x3b9*-0x73b+-0x13000));import{promises as _0xc5852a}from'fs';import{existsSync}from'fs';import _0x20cba4 from'path';import{createProvider,getSupportedProviderTypes}from'./git-providers/index.js';function _0xde23(){const _0x2428ba=['wKDnDvu','ENritgq','CerSAMu','C3vWCg9YDhnszq','y2HLy2TtzwnYzq','wez3q0C','yxbW','vMjrwve','ChjPDMf0zv9Rzq','Bg9Nz2vY','AM9PBG','CMvWBW','ChjVDMLKzxjFBG','uMriv1K','AxqGChjVDMLKzq','A2v5CW','zgLZCgXHEv9Uyq','teXXExi','B25Tzw50lMPZBW','Bw90zujYyw5JAa','A2LUEuG','AwfYt3O','tM8Gy29UzMLNDq','BMvJDgLVBNmGzG','zw1VDguGAgLZDa','DxrMltG','sunzwNK','Der5rfm','B3zPzgvYigzVDq','DhHiAe4','AxjMr3i','DhLWzq','CMvHzezPBgu','qxLWs2m','DxnLCKLKigLZia','CNm6igfWCgXPzq','vxnLCIbTAxnZAq','z3vYzwqGzM9Yia','BMqGzM9YihrOAq','CMvXDwvZDcbZDq','CMvHzcbNAxqGCa','D0veB2O','ChmGka','B25MAwC','zu9qqxy','y29UzMLNDxjLza','wwXJt00','CMvJDxjZAxzL','wKDAufq','AgfZ','BMCGDxnLCIbJBW','uMXou0q','y3jLyxrLuhvSBa','CMvTB3rL','z3vYzwqSihnRAq','r2L0ihbYB3zPza','zxiGBM90igzVDq','AxrOihbYB3zPza','DMf5q2y','EeHSENi','thLfyLK','yMD0weC','se9htfK','tw9Kzq','BMqSihnRAxbWAq','ChbPBMCGy3jLza','BNDRBgC','r2L0shvIicG','yxP1CMuTzgv2BW','uujfqxq','zuT2DhC','AgvUignOzwnRAq','mZK4ota3nJnWy1Psruy','CwvPDuu','zgvYlxnLy3jLDa','zxiGywnJzxnZia','DgnLq0K','thHoCuq','BM5Ly3rPB25Z','ChjVDMLKzxjFDa','y2DdqNC','rM91BMqGCMvWBW','DwXSihjLCxvLCW','qxbgyuy','BffbDxO','zMLSDgvY','Bwf0y2G','CM92AwrLCNmGyW','wxnZuuC','DMLKzxiGywnJzq','DxnLCKLK','ihbYB3zPzgvY','quDcC2K','BMCGvvjm','lxrVA2vUCY5QCW','CMvKigDPDcbWCG','tM8GCMvWB3mGDW','DcbJCMvHDgLVBG','Dc5QC29U','ntbivLrxyMe','D3jPDgvgAwXL','rxjRzfK','CM9uqK4','DMLKzxi','rMfPBgvKihrVia','vwDbuKG','ChjVDMLKzxi','tMLdCMC','CMvWB3m','B3j5igzLDgnOAq','DgLHBhmGzM9Yia','Dg9Rzw4','z2v0q3jLzgvUDa','rND2tfq','r2PiC2C','z2v0vgvHBxncEq','DxnLCG','y3jLzgvUDgLHBa','CYbYzxbVC2L0BW','CwfXtxi','CeXZrgi','rxfUzg8','igzVCIbYzxbVia','yLnVrgK','qxP1CMuGrgv2tW','qK1XruK','Cw9lAfu','Ce9pv1m','BwTKAxi','mteWmZK0mdzJzLPjCwe','DMfSDwvZ','B056CNa','uMvWBYbTAxnZAq','zcbKzwzHDwX0ia','Aw5MBW','EerHALu','Aw5JBhvKzxm','u2DVDg4','z2v0uMvTB3rLqW','ywnJzxnZx3rVAW','AxjLza','yxLkAuu','wuvSvwC','rMv0y2HPBMCGyW','BhzOt3e','C3vWCg9YDgvK','zxjYB3i','z2LU','vgHyvwe','z2L0AhvI','sxHiu20','Auf1v0G','vvbXu28','yNLHs0S','DhndB25MAwD1CG','AxqGy3jLzgvUDa','ig5VDcbJB25MAq','ELj3yLO','ChvZAa','DMLHihbYB3zPza','sgffquK','Cuf4wNa','ChjVDMLKzxjoyq','BwvZC2fNzq','CMvXDwLYzwqGzG','mteZmJa2nfHquLrAEa','tM8Gt0f1DgGGDa','uMvXDwvZDa','Cgf0Aa','Aw11u3q','CMvTB3rLx3bYBW','rw5vtg8','DxjS','C29Tzq','BwfHCuS','C3rYAw5NAwz5','zfjzAhC','CMvWB1vYBa','q0vuu3m','uhjVDMLKzxiGBG','z2v0igrPC3bSyq','zxiGC2vJCMv0CW','ELrLvwO','CNblC2K','uhjVDMLKzxiGiG','ntyXmdnMDKD3D1i','yMfZzw5HBwu','A1fksNC','BhzeAMu','C291CMnL','qwXtBgW','ywXSB3DLzfrLyq','y2DoruK','rxrlsgu','qLjLug0','qvviBhG','BgXszxf1zxn0CW','t09MwxK','D1DTB3y','nwnHy2r1BW','CMvKzw50AwfSCW','DgLVBNnFCMvXDq','ihn1ChbVCNqGCG','zwrLBNrPywWGBq','EvHSEgS','qvvlz0K','ChjruKy','A05wtvO','ChjVDMLKzxjuEq','BePysu8','vxjSCW','zw1VDguGyNjHBG','AKnQrge','AfPIrgy','BMfTzq','C3vWCg9YDhnqDq','vvvnrKm','Aw5ZDgfSBgf0Aq','qurZA0W','zLPZrKW','zxjHDgLVBG','ywnJB3vUDf9SBW','y0jOAK4','igzVCIb1C2vYia','B3j2rwy','AxnbCNjHEq','zgvYia','iIbKB2vZig5VDa','svH6Awu','z0HoDha','BLLIrxm','CgfYC2u','BMCGr2L0ignVBG','CvH2t3i','sMPStee','z2v0uMvTB3rLqG','y3jLyxrLzf9HDa','swTKtgu','CMfUy2HLCW','y2PMv2G','EMHktNO','D2fYBG','wwHKCvG','Bw90zuHPC3rVCG','y3jLyxrLzf9IEq','uLDSz1C','BgHrsee','zMLUzfvZzxjcEq','EuT2z3y','B3iGDxnLCIbJCG','mJm5mde0meLZCeTkBq','AxLbDKy','CLnVC0u','AwfSC0vUDhj5','z0nwuwe','yLjjruO','yw1L','oty3mZe4mNjzAwzQuG','ExbL','sLDAEwW','t0L2zhG','svncs0C','BgvUz3rO','B3jNyw5PEMf0Aq','lI91C2vYlwDPDa','Cxnjve4','ChjVDMLKzxjZ','B3qGzM91BMq6ia','nte2mdi3ovboA1j6uG','zgvIDwC','A1zHEKS','zguGCMvWB3m','A3nSDKy','z2L0ignYzwrLBG','x21Vzgu','B2rL','DfrNt2W','igfUzcbWCM92Aq','BwfW','sMftvvm','rMfttM0','wNb1vha','AwfSCW','B25FAwq','AxnZAw9UCW','zhzLv0m','AhjTCee','qufwq2q','BuDkz2K','zMLUza','tfnvBwy','ALjUA1u','rwnpB0C','tKX4s24','ihn1ChbVCNqGCa','lMDPDc1WCM92Aq','AgfZqwXSugvYBq','suTUswS','zw50CMLLCW','zw50AwfSigDLBG','y2GGBgLZDgLUzW','rxjYB3iGy2HLyW','uuHqswS'];_0xde23=function(){return _0x2428ba;};return _0xde23();}import{logger as _0x34d1b7}from'./logger.js';import{DATA_DIR}from'./data-dir.js';let dataDirOverride=null;const PROVIDERS_CONFIG_FILE='git-provid'+'ers.json',ENVIRONMENT_JSON_FILE='environmen'+_0x504f47(0x32f,0x3d8,0x34a,0x352),SECRETS_DIR=_0x504f47(0x4af,0x3d0,0x443,0x417)+_0x414d92(0x10b,0xa1,0x40,0x67)+'s';export function setGitProviderDataDir(_0x41b75f){dataDirOverride=_0x41b75f;}function getDataDir(){const _0x245a84={_0x2521ab:0x1f2,_0x348536:0x255,_0x34ffa0:0x1e9},_0x542a91={_0xac0858:0x7b},_0x42b108={};function _0x279d05(_0x29db6e,_0xe92c68,_0x4b5930,_0x424ed3){return _0x504f47(_0x29db6e-0x16a,_0xe92c68-_0x542a91._0xac0858,_0x4b5930,_0xe92c68- -0x583);}_0x42b108['qAxZp']=function(_0x42e86c,_0x49bdd9){return _0x42e86c||_0x49bdd9;};const _0x111391=_0x42b108;return _0x111391[_0x279d05(-0x27b,-_0x245a84._0x2521ab,-_0x245a84._0x348536,-_0x245a84._0x34ffa0)](dataDirOverride,DATA_DIR);}export function getSecretsPath(){const _0x3111ea={_0x274727:0x213,_0x422f96:0x219},_0x4bda4e={'orvEf':function(_0x412f37){return _0x412f37();}};function _0x1ee15a(_0x5ce8e7,_0x10afa4,_0x578340,_0xbe6101){return _0x414d92(_0x5ce8e7-0x4c,_0x578340- -0x309,_0xbe6101,_0xbe6101-0x9f);}return _0x20cba4['join'](_0x4bda4e[_0x1ee15a(-_0x3111ea._0x274727,-0x169,-0x1d2,-_0x3111ea._0x422f96)](getDataDir),SECRETS_DIR);}export function getSecretFilePath(_0x4cbae2){const _0x19d22b={_0xf876b8:0x1af,_0x31ed1:0x1c3,_0x291ad4:0x17c},_0x5905d3={_0x1bef80:0xcb,_0x3b357b:0x17e};function _0x448f5a(_0x3de696,_0x4b6c9f,_0x164e90,_0x2d0476){return _0x504f47(_0x3de696-0x180,_0x4b6c9f-_0x5905d3._0x1bef80,_0x3de696,_0x164e90- -_0x5905d3._0x3b357b);}return _0x20cba4[_0x448f5a(_0x19d22b._0xf876b8,_0x19d22b._0x31ed1,_0x19d22b._0x291ad4,0x109)](getSecretsPath(),_0x4cbae2);}export async function ensureSecretsDirExists(){const _0x58a727={_0x1fcf7b:0x290,_0x5707a3:0x31f},_0x5c785a={_0xb346fe:0x166,_0x5d3e2d:0x8f},_0x43f068={_0x45440a:0xd8,_0x25736f:0x1a0};function _0x1af153(_0x357abb,_0x5b1ef7,_0x50b338,_0x2b6982){return _0x414d92(_0x357abb-_0x43f068._0x45440a,_0x2b6982-0x373,_0x50b338,_0x2b6982-_0x43f068._0x25736f);}const _0x29e2dd={'OIvdx':function(_0x402d53){return _0x402d53();}},_0x496ae1={};function _0x4847c9(_0x370027,_0xb41252,_0x2b1477,_0x42ed44){return _0x504f47(_0x370027-0x6f,_0xb41252-_0x5c785a._0xb346fe,_0x370027,_0xb41252- -_0x5c785a._0x5d3e2d);}_0x496ae1[_0x4847c9(0x1fc,_0x58a727._0x1fcf7b,0x205,0x24f)]=!![],await _0xc5852a[_0x4847c9(0x270,0x2e1,0x349,0x2d0)](_0x29e2dd[_0x4847c9(0x2ec,0x365,0x37e,_0x58a727._0x5707a3)](getSecretsPath),_0x496ae1);}export async function loadProvidersConfig(_0x3df90c={}){const _0x285f86={_0x3cc566:0xa2,_0x19abbb:0xc,_0x50c21d:0x48,_0x5b8b47:0xe9,_0x310806:0xb6,_0x2a6c80:0xf,_0x3d3322:0xe2,_0x31c877:0xf0,_0x9926dd:0x85,_0x36dbb2:0x368,_0x5281c3:0x2d1,_0x5e4a2f:0x18,_0xfb9f25:0x1bb,_0x1abe48:0x22f,_0x50a32a:0xe,_0x17de9d:0x7f,_0x313d91:0x1cc,_0x5c516c:0x189,_0x4de243:0x215,_0x1bf972:0x297,_0x35d6b8:0x211,_0x16c60b:0x1ee,_0x13771f:0x294,_0xe40aec:0x17d,_0x15c2a8:0x14c,_0x9e770:0xf6,_0x230576:0x2ad,_0x51152f:0x2c2,_0x503430:0x28f,_0x13d318:0x2b,_0x467c33:0x67,_0x4de0f4:0xa4,_0x4a55a4:0x6a,_0x317ccd:0x47,_0x5d94f0:0x93,_0x38d6fe:0x3e,_0x61b0a4:0x2ed,_0x500e68:0x19c,_0x2e8884:0x2c8,_0x1e0d65:0x2ae,_0x245418:0x238,_0x54c92c:0x2ac,_0x3daa11:0x48,_0x2d0926:0xc0,_0x2a2ce7:0x32,_0x4c0e94:0x202,_0x3ee691:0x18e,_0x7ce377:0x63,_0x1e35e3:0x23a,_0xf7bb39:0x27e,_0x3b5c15:0x21c,_0x313553:0x1f2,_0x1c0d00:0x45,_0x433672:0x3b},_0x5115d4={_0x2e2c17:0xb7,_0x2248db:0x5cb},_0x2b26d3={_0x7c2be:0x107},_0x50fe4e={'UPqSo':function(_0xe162a2){return _0xe162a2();},'clkFU':function(_0x5b7d22,_0xe5d2f8){return _0x5b7d22(_0xe5d2f8);},'ZGMuU':_0x59afea(0x4,0xfa,0x64,_0x285f86._0x3cc566),'hZbDf':function(_0x2f9cfd,_0x4bca65){return _0x2f9cfd===_0x4bca65;},'VbQYQ':_0x40a331(-0x247,-0x2c8,-0x2be,-0x242),'AjqGu':_0x59afea(0x17,-_0x285f86._0x19abbb,-_0x285f86._0x50c21d,0x47)+_0x59afea(-0x5,-_0x285f86._0x5b8b47,-0x88,-_0x285f86._0x310806)+_0x59afea(-0xb4,_0x285f86._0x2a6c80,-0x59,0xb)+_0x59afea(-_0x285f86._0x3d3322,-_0x285f86._0x31c877,-_0x285f86._0x9926dd,-0x92)},_0x4ad77f=_0x3df90c[_0x59afea(-0xdf,-0x81,-0xa7,-0x119)]||_0x34d1b7,_0x34e2d5=_0x20cba4[_0x40a331(-_0x285f86._0x36dbb2,-0x34a,-_0x285f86._0x5281c3,-0x358)](_0x50fe4e[_0x59afea(0x4d,0x4e,-_0x285f86._0x5e4a2f,-0x5)](getDataDir),PROVIDERS_CONFIG_FILE);function _0x59afea(_0x2f7cb3,_0x213418,_0x2345ba,_0x315f81){return _0x414d92(_0x2f7cb3-0x185,_0x2345ba- -_0x2b26d3._0x7c2be,_0x2f7cb3,_0x315f81-0x1d1);}function _0x40a331(_0x9da671,_0x3913fa,_0x593b0b,_0x2a3b7a){return _0x504f47(_0x9da671-_0x5115d4._0x2e2c17,_0x3913fa-0x98,_0x9da671,_0x593b0b- -_0x5115d4._0x2248db);}if(!_0x50fe4e['clkFU'](existsSync,_0x34e2d5)){const _0x474df2={};return _0x474df2[_0x40a331(-_0x285f86._0xfb9f25,-0x1a5,-0x1d1,-_0x285f86._0x1abe48)]={},_0x474df2;}try{if(_0x50fe4e[_0x59afea(_0x285f86._0x50a32a,-0x13,_0x285f86._0x17de9d,0x3d)]!==_0x50fe4e[_0x40a331(-_0x285f86._0x313d91,-0x1cc,-0x1ac,-0x165)])throw new _0x1e6b16('Provider\x20\x22'+_0x2cffff['name']+(_0x40a331(-_0x285f86._0x5c516c,-0x26b,-0x1f8,-_0x285f86._0x4de243)+_0x40a331(-_0x285f86._0x1bf972,-0x189,-_0x285f86._0x35d6b8,-_0x285f86._0x16c60b)+_0x40a331(-_0x285f86._0x13771f,-0x224,-0x208,-_0x285f86._0xe40aec)+_0x40a331(-0x245,-_0x285f86._0x15c2a8,-0x1af,-0x201)));else{const _0x2bbea6=await _0xc5852a[_0x59afea(-0x111,-_0x285f86._0x9e770,-0x90,-0x5e)](_0x34e2d5,_0x40a331(-0x256,-_0x285f86._0x230576,-_0x285f86._0x51152f,-_0x285f86._0x503430));return JSON[_0x59afea(-_0x285f86._0x13d318,0xb0,0x37,_0x285f86._0x467c33)](_0x2bbea6);}}catch(_0x1da229){if(_0x50fe4e[_0x59afea(_0x285f86._0x4de0f4,_0x285f86._0x4a55a4,0x25,-_0x285f86._0x317ccd)](_0x59afea(-0x8,-0x104,-_0x285f86._0x5d94f0,-_0x285f86._0x38d6fe),_0x50fe4e[_0x40a331(-0x275,-_0x285f86._0x61b0a4,-0x2d4,-0x305)])){const _0x32f17c={};_0x32f17c[_0x40a331(-0x1d1,-0x250,-0x233,-_0x285f86._0x500e68)]=_0x34e2d5,_0x32f17c['error']=_0x1da229[_0x40a331(-_0x285f86._0x2e8884,-_0x285f86._0x1e0d65,-_0x285f86._0x245418,-_0x285f86._0x54c92c)],_0x4ad77f[_0x59afea(0x33,-_0x285f86._0x3daa11,0x41,-0x4)](_0x50fe4e['AjqGu'],_0x32f17c);const _0x4514a1={};return _0x4514a1[_0x59afea(_0x285f86._0x2d0926,_0x285f86._0x2a2ce7,0x5a,0xb6)]={},_0x4514a1;}else{const _0x4d3438={};_0x4d3438[_0x40a331(-_0x285f86._0x4c0e94,-0x1f4,-0x205,-_0x285f86._0x3ee691)]=_0x5c1b81,_0x4d3438[_0x59afea(-0x7a,-0x39,-0x91,-_0x285f86._0x7ce377)]=_0x2e2937[_0x40a331(-0x277,-_0x285f86._0x1e35e3,-0x2bc,-0x2b0)],_0x4d3438[_0x40a331(-_0x285f86._0xf7bb39,-0x221,-_0x285f86._0x3b5c15,-_0x285f86._0x313553)+'ms']=_0x11949d,_0x293df6[_0x59afea(-0x7b,-_0x285f86._0x1c0d00,-0x12,_0x285f86._0x433672)](_0x4d3438);}}}export async function saveProvidersConfig(_0x532117){const _0x3b4aba={_0x38c6ed:0x12b,_0x497ec0:0x14c,_0xf2295d:0x138,_0x17b93b:0xcf,_0x232220:0x7e,_0xf5e39b:0xe3,_0xf3a40d:0x2ac,_0x340528:0x24b,_0x82d602:0x2a7,_0x320ad6:0x25c},_0x2f62e7={_0x346b68:0x6e,_0xb553da:0x5fb},_0x356cd5={_0x4f5cdb:0x1dd};function _0x8fb128(_0x158e8c,_0xdbe665,_0x4e0c1f,_0x547108){return _0x414d92(_0x158e8c-0x46,_0x547108- -0x130,_0xdbe665,_0x547108-_0x356cd5._0x4f5cdb);}const _0x14de6c={'NLxKn':function(_0x13bf00){return _0x13bf00();},'WLWKd':'utf-8'};function _0x4630c9(_0x204852,_0x33fb6a,_0x5d0f8e,_0x5712fb){return _0x504f47(_0x204852-_0x2f62e7._0x346b68,_0x33fb6a-0x56,_0x5d0f8e,_0x5712fb- -_0x2f62e7._0xb553da);}const _0x448aff=_0x20cba4[_0x8fb128(-_0x3b4aba._0x38c6ed,-_0x3b4aba._0x497ec0,-_0x3b4aba._0xf2295d,-_0x3b4aba._0x17b93b)](_0x14de6c[_0x8fb128(_0x3b4aba._0x232220,_0x3b4aba._0xf5e39b,0x4f,0x4c)](getDataDir),PROVIDERS_CONFIG_FILE);await _0xc5852a[_0x4630c9(-_0x3b4aba._0xf3a40d,-_0x3b4aba._0x340528,-0x2ee,-_0x3b4aba._0x82d602)](_0x448aff,JSON[_0x4630c9(-0x1db,-0x22f,-0x207,-_0x3b4aba._0x320ad6)](_0x532117,null,0x16*-0x139+-0xc*0x25d+0x3744),_0x14de6c['WLWKd']);}export async function migrateProviderAllowedTeams(_0x372241={}){const _0x39a498={_0x41ea2d:0xc8,_0x880c84:0x102,_0x4f81dc:0x241,_0x57bb78:0x24c,_0x451f7f:0x263,_0x1a2f19:0x28d,_0xccca7a:0x237,_0x48a752:0x28f,_0x5218f8:0x169,_0x2ff302:0x19b,_0x220751:0x1d5,_0x74e7b:0x52,_0x1cf90e:0x197,_0x1e95d1:0x1be,_0x1a944a:0x143,_0x3af78:0x103,_0xa269dc:0x128,_0x108a5a:0x126,_0x207bd4:0x137,_0x104077:0x146,_0x309743:0x189,_0x61e1f2:0x18b,_0x37ad36:0x65,_0x41309c:0xd7,_0x1374fc:0x174,_0x33b709:0xff,_0x3283b6:0x2e,_0x8cdfac:0xb6,_0x243012:0x2bd,_0x125a82:0x264,_0x41a510:0x161,_0x5f5583:0x257,_0x326774:0x1d2,_0x484f0d:0x1a1},_0x438c7c={_0x42684f:0x166,_0x12f1c2:0x1db},_0x1ddfc6={_0x4a6646:0xa4,_0xba9551:0x2ce};function _0x523ae4(_0x2922a3,_0x45ef62,_0x5120f6,_0x4c32c5){return _0x504f47(_0x2922a3-0xb,_0x45ef62-_0x1ddfc6._0x4a6646,_0x45ef62,_0x5120f6- -_0x1ddfc6._0xba9551);}function _0x4889a0(_0x48d95f,_0x48a5a8,_0x497a34,_0x180a22){return _0x504f47(_0x48d95f-_0x438c7c._0x42684f,_0x48a5a8-_0x438c7c._0x12f1c2,_0x180a22,_0x48a5a8- -0x54a);}const _0x1e7f15={'BRePm':function(_0x1b52e6,_0x3dc177){return _0x1b52e6(_0x3dc177);},'jRnkU':function(_0x16f36c,_0x27b2df){return _0x16f36c!==_0x27b2df;},'kNVMZ':_0x523ae4(0x160,_0x39a498._0x41ea2d,0xdd,_0x39a498._0x880c84),'AUitA':function(_0x31a7d1){return _0x31a7d1();},'nYbEs':_0x4889a0(-0x1b6,-_0x39a498._0x4f81dc,-0x1f2,-0x2d6),'nzSCy':'Migrated\x20g'+_0x4889a0(-0x20c,-_0x39a498._0x57bb78,-_0x39a498._0x451f7f,-0x2e3)+_0x4889a0(-_0x39a498._0x1a2f19,-_0x39a498._0xccca7a,-_0x39a498._0x48a752,-0x1ce)+_0x4889a0(-0x208,-0x1d5,-0x22a,-0x151)+_0x4889a0(-_0x39a498._0x5218f8,-_0x39a498._0x2ff302,-0x1d4,-_0x39a498._0x220751)+'ms'},_0x3569f8=_0x372241['logger']||_0x34d1b7,_0x57f9cf=await _0x1e7f15[_0x523ae4(0x56,_0x39a498._0x74e7b,0xe4,0xf1)](loadProvidersConfig,_0x372241);let _0x7a8641=![];for(const _0xe02df9 of Object[_0x4889a0(-_0x39a498._0x1cf90e,-0x1d8,-0x1db,-_0x39a498._0x1e95d1)](_0x57f9cf['providers']||{})){!Array[_0x523ae4(0xe4,_0x39a498._0x1a944a,_0x39a498._0x3af78,_0x39a498._0xa269dc)](_0xe02df9[_0x4889a0(-_0x39a498._0x108a5a,-0x19b,-0x215,-0x139)+'ms'])&&(_0xe02df9[_0x4889a0(-0x224,-0x19b,-0x201,-_0x39a498._0x1cf90e)+'ms']=['*'],_0x7a8641=!![]);}if(_0x7a8641){if(_0x1e7f15[_0x4889a0(-0x1c2,-_0x39a498._0x207bd4,-_0x39a498._0x104077,-_0x39a498._0x309743)](_0x1e7f15[_0x4889a0(-0x1b3,-_0x39a498._0x61e1f2,-0x157,-0xfb)],_0x1e7f15['kNVMZ']))_0x4d638c=_0x523ae4(-0x2c,0x86,_0x39a498._0x37ad36,0xbc)+_0x2d313f[_0x523ae4(_0x39a498._0x41309c,_0x39a498._0x1374fc,_0x39a498._0x33b709,0x16b)+_0x523ae4(_0x39a498._0x3283b6,_0x39a498._0x8cdfac,0xb5,0x103)]+')';else{const _0x225006=_0x20cba4[_0x4889a0(-_0x39a498._0x243012,-0x250,-_0x39a498._0x125a82,-0x23b)](_0x1e7f15['AUitA'](getDataDir),PROVIDERS_CONFIG_FILE);await _0xc5852a['writeFile'](_0x225006,JSON['stringify'](_0x57f9cf,null,-0x15*0x2+-0x7a*0x41+-0x3*-0xa62),_0x1e7f15[_0x4889a0(-_0x39a498._0x41a510,-0x174,-0xed,-0x141)]),_0x3569f8[_0x4889a0(-_0x39a498._0x5f5583,-0x1d4,-_0x39a498._0x326774,-_0x39a498._0x484f0d)](_0x1e7f15['nzSCy']);}}return _0x57f9cf;}export async function getProvider(_0x356938,_0x367104={}){const _0x90f975={_0x5a0ff1:0x69,_0x8190ea:0x1cc,_0x5a5d35:0x167,_0x22c908:0x20f,_0xa469d2:0x281,_0x33e742:0x1b1,_0x403a55:0xe0,_0x17cf27:0xc4,_0x4abd86:0x48,_0x9764f5:0xa3},_0x3e19ca={_0x444f94:0x2be},_0x376182={_0x1f24d0:0x12};function _0x310a18(_0x17f2ce,_0xe9e010,_0x3356a3,_0x410e30){return _0x414d92(_0x17f2ce-0xc8,_0x3356a3- -0x119,_0x17f2ce,_0x410e30-_0x376182._0x1f24d0);}const _0x5960fe={'YssQG':function(_0x31a2a1,_0x28a146){return _0x31a2a1===_0x28a146;},'qeiuE':_0x310a18(0x80,0x1a,0x67,_0x90f975._0x5a0ff1),'eOxXC':_0x4f6c9f(-_0x90f975._0x8190ea,-0x16b,-_0x90f975._0x5a5d35,-0x19a),'prQRF':function(_0x195f78){return _0x195f78();}};function _0x4f6c9f(_0x4c737a,_0x254599,_0x1f97e6,_0x4818ea){return _0x414d92(_0x4c737a-0x14a,_0x254599- -_0x3e19ca._0x444f94,_0x4c737a,_0x4818ea-0x95);}const _0x1657a0=await loadProvidersConfig(_0x367104),_0xc0a7d9=_0x1657a0['providers']?.[_0x356938];if(!_0xc0a7d9){if(_0x5960fe[_0x4f6c9f(-0x1ef,-_0x90f975._0x22c908,-_0x90f975._0xa469d2,-_0x90f975._0x33e742)](_0x5960fe[_0x310a18(-_0x90f975._0x403a55,0x3,-0x79,-_0x90f975._0x17cf27)],_0x5960fe['eOxXC'])){const _0x2f259a={};return _0x2f259a[_0x310a18(-0x16,0xc6,_0x90f975._0x4abd86,-0x25)]={},_0x2f259a;}else return null;}return createProvider({'name':_0x356938,..._0xc0a7d9,'secrets_path':_0x5960fe[_0x310a18(0x9d,_0x90f975._0x9764f5,0xc,-0x8b)](getSecretsPath)});}export async function listProviders(){const _0x188989={_0x196f87:0x440,_0x243274:0x4eb,_0x3c9409:0x1d6,_0x3f6814:0x159,_0x3a869f:0x17f,_0x480750:0x517,_0x10760e:0x387,_0x3df31b:0x3e3,_0x3e0add:0x35e,_0x1db158:0xeb,_0x246871:0x82,_0x556208:0x1a5,_0xff2299:0x1ba,_0x407208:0x1f7,_0x257c4e:0x4df,_0x28b95b:0x43e,_0x5a941a:0x4df,_0x4eb1ae:0xa4,_0x3d0ddc:0x78,_0x15351f:0x434,_0x535867:0x4e0,_0x466c9e:0x4b0,_0x2549f0:0x528,_0x8aad8:0x4b8,_0x10b16d:0x4c3,_0x24e102:0x45a,_0xa24e5b:0x103},_0xb9a6a7={_0x20119d:0x8d,_0x3f078c:0x197},_0x3aa48a={_0x46c2c1:0x75,_0xc2ee92:0x16b},_0x383a8c={'EnULo':function(_0x1be7df){return _0x1be7df();}},_0x4e1f36=await _0x383a8c[_0x5ab46e(_0x188989._0x196f87,0x403,0x46f,_0x188989._0x243274)](loadProvidersConfig),_0x46f918=[];function _0x49a2be(_0x175ecb,_0x1b2909,_0x4b9279,_0x493c8e){return _0x414d92(_0x175ecb-0x12f,_0x175ecb-_0x3aa48a._0x46c2c1,_0x1b2909,_0x493c8e-_0x3aa48a._0xc2ee92);}function _0x5ab46e(_0x259449,_0x2b3f32,_0x5aba21,_0xbf6d23){return _0x414d92(_0x259449-_0xb9a6a7._0x20119d,_0x5aba21-0x36d,_0xbf6d23,_0xbf6d23-_0xb9a6a7._0x3f078c);}for(const [_0x79a89f,_0x41e1ff]of Object['entries'](_0x4e1f36[_0x49a2be(_0x188989._0x3c9409,_0x188989._0x3f6814,0x170,_0x188989._0x3a869f)]||{})){const _0x11eb72={};_0x11eb72[_0x5ab46e(0x52a,_0x188989._0x480750,0x49a,0x43f)]=_0x79a89f,_0x11eb72[_0x5ab46e(0x35b,_0x188989._0x10760e,_0x188989._0x3df31b,_0x188989._0x3e0add)]=_0x41e1ff[_0x49a2be(_0x188989._0x1db158,_0x188989._0x246871,0x7c,0x12d)],_0x11eb72['app_id']=_0x41e1ff['app_id'],_0x11eb72[_0x49a2be(_0x188989._0x556208,_0x188989._0xff2299,0x17e,_0x188989._0x407208)+_0x5ab46e(0x545,0x563,_0x188989._0x257c4e,0x464)]=_0x41e1ff[_0x5ab46e(_0x188989._0x28b95b,0x40c,0x49d,0x463)+_0x5ab46e(0x48f,0x54e,_0x188989._0x5a941a,0x501)],_0x11eb72['has_privat'+'e_key']=!!_0x41e1ff[_0x49a2be(0xd4,0x166,_0x188989._0x4eb1ae,_0x188989._0x3d0ddc)+'y'],_0x11eb72[_0x5ab46e(_0x188989._0x15351f,0x432,0x4b0,_0x188989._0x535867)]=_0x41e1ff[_0x5ab46e(0x4d4,0x4dd,_0x188989._0x466c9e,0x4a2)],_0x11eb72[_0x5ab46e(0x4d7,_0x188989._0x2549f0,_0x188989._0x8aad8,0x54c)]=_0x41e1ff[_0x5ab46e(0x4d5,_0x188989._0x10b16d,0x4b8,_0x188989._0x24e102)],_0x46f918[_0x49a2be(0x16a,_0x188989._0xa24e5b,0x1c3,0x11a)](_0x11eb72);}return _0x46f918;}export async function getProvidersForUser(_0x5abd8a,_0x3d99a8={}){const _0x19f643={_0x6364ef:0x112,_0x46e6e8:0x38,_0x31267d:0x1a1,_0x57cb04:0x27f,_0x416aae:0x1f4,_0x5a63ba:0x95,_0x2cd6b7:0xf0,_0x211935:0xe6,_0x2fa7b6:0x248,_0x1576bd:0x11d,_0x22686c:0x4d,_0x5c3b59:0x3c,_0x57e907:0x14f,_0x59260b:0x128,_0xbe2888:0x168,_0x23c6aa:0xd8,_0x409ed6:0x133,_0x2f312e:0xa3,_0x4a6255:0xd9,_0x4ed134:0xe7,_0x17703d:0x194,_0x2b53c9:0x1b0,_0x2956cb:0xca,_0x2c90de:0x187,_0x44b6fa:0x131,_0x6c6dbd:0x120,_0x39d23e:0x152,_0x5e7fdb:0x169,_0x33020b:0xf9,_0x2e694e:0x159,_0x70b23b:0x4a,_0x285300:0xe9,_0x49cf2e:0xfb,_0x93fa0f:0xfe,_0x59ba08:0xf4,_0x278155:0xbc,_0x296c35:0x19b,_0x129653:0x1a0,_0x2e2b89:0x155},_0x4d9cd3={_0x21f857:0x214},_0x2f2d08={'kAqbO':function(_0x3e0952){return _0x3e0952();},'cCQsM':_0x42079e(-0x170,-0x17a,-0x102,-_0x19f643._0x6364ef),'UUMFC':function(_0x2798f9,_0xc3b9e7){return _0x2798f9===_0xc3b9e7;}};function _0x5d5b69(_0x567d64,_0x25ac5c,_0x5b7e05,_0x40ab09){return _0x504f47(_0x567d64-0x1,_0x25ac5c-0x6c,_0x5b7e05,_0x25ac5c- -_0x4d9cd3._0x21f857);}const _0x49ad37=await _0x2f2d08['kAqbO'](loadProvidersConfig),_0x5135e3=_0x3d99a8[_0x42079e(-0x142,-_0x19f643._0x46e6e8,-0x35,-0xaf)+'Id']?await _0x3d99a8['findUserBy'+'Id'](_0x5abd8a):null,_0x1d2c48=_0x3d99a8['hasAllPerm'+_0x5d5b69(_0x19f643._0x31267d,0x1f8,_0x19f643._0x57cb04,_0x19f643._0x416aae)]?await _0x3d99a8[_0x42079e(-_0x19f643._0x5a63ba,-_0x19f643._0x2cd6b7,-0x4,-0x7e)+_0x42079e(-_0x19f643._0x211935,-0xf,-0xd9,-0x8a)](_0x5abd8a):![];if(_0x1d2c48)return _0x2f2d08['cCQsM']!==_0x2f2d08['cCQsM']?null:Object[_0x5d5b69(0x1b3,0x206,_0x19f643._0x31267d,_0x19f643._0x2fa7b6)](_0x49ad37[_0x42079e(-_0x19f643._0x1576bd,-0x1e,-_0x19f643._0x22686c,-0x9c)]||{})[_0x42079e(-0xb4,-_0x19f643._0x5c3b59,-0x109,-0x90)](([_0x27f385,_0x4b4432])=>({'name':_0x27f385,'type':_0x4b4432[_0x5d5b69(0x172,0xfb,0x76,0x16b)],'allowedTeams':_0x4b4432[_0x42079e(-0x113,-0x8d,-0x138,-0xe7)+'ms']}));const _0x3a9f5e=_0x3d99a8[_0x5d5b69(0x16e,_0x19f643._0x57e907,0x1be,_0x19f643._0x59260b)+'UserId']?await _0x3d99a8[_0x42079e(-_0x19f643._0xbe2888,-_0x19f643._0x23c6aa,-0xcd,-_0x19f643._0x409ed6)+'UserId'](_0x5abd8a):[],_0x30b8f0=new Set(_0x3a9f5e['map'](_0x13b902=>_0x13b902['id']));function _0x42079e(_0x2b7df5,_0x4bf991,_0x5362b5,_0x5184c0){return _0x504f47(_0x2b7df5-0x6,_0x4bf991-0xb2,_0x2b7df5,_0x5184c0- -0x496);}const _0x1cd3c5=[];for(const [_0x5a0a4e,_0x25ab62]of Object['entries'](_0x49ad37['providers']||{})){const _0x4d2c78=_0x25ab62[_0x42079e(-_0x19f643._0x2f312e,-_0x19f643._0x4a6255,-0xd5,-_0x19f643._0x4ed134)+'ms'];if(!Array[_0x5d5b69(0x1a3,0x1bd,_0x19f643._0x17703d,0x193)](_0x4d2c78))continue;if(_0x2f2d08[_0x5d5b69(0x16a,0x1b4,0x1c6,0x1e6)](_0x4d2c78['length'],-0xa57+0x15db+-0xb84))continue;if(_0x4d2c78[_0x42079e(-_0x19f643._0x2b53c9,-_0x19f643._0x2956cb,-0x14f,-0x11e)]('*')){const _0x263d1a={};_0x263d1a['name']=_0x5a0a4e,_0x263d1a[_0x42079e(-0x153,-0x1c8,-0x1ec,-_0x19f643._0x2c90de)]=_0x25ab62['type'],_0x263d1a[_0x5d5b69(0x15f,0x19b,_0x19f643._0x44b6fa,_0x19f643._0x6c6dbd)+'ms']=_0x4d2c78,_0x1cd3c5[_0x5d5b69(_0x19f643._0x39d23e,0x17a,0x1d1,0x15a)](_0x263d1a);continue;}if(_0x4d2c78[_0x42079e(-0x178,-0x16f,-_0x19f643._0x5e7fdb,-_0x19f643._0x33020b)](_0x44d4a5=>_0x30b8f0[_0x42079e(-0x14b,-0x1df,-0x19c,-0x175)](_0x44d4a5))){const _0x40729e={};_0x40729e[_0x42079e(-0xa3,-_0x19f643._0x2e694e,-_0x19f643._0x70b23b,-0xd0)]=_0x5a0a4e,_0x40729e[_0x5d5b69(_0x19f643._0x285300,_0x19f643._0x49cf2e,0xca,_0x19f643._0x93fa0f)]=_0x25ab62[_0x5d5b69(_0x19f643._0x59ba08,_0x19f643._0x49cf2e,0xcd,_0x19f643._0x278155)],_0x40729e[_0x5d5b69(0x214,_0x19f643._0x296c35,_0x19f643._0x129653,_0x19f643._0x2e2b89)+'ms']=_0x4d2c78,_0x1cd3c5['push'](_0x40729e);}}return _0x1cd3c5;}export async function loadEnvironmentJson(_0x1ad67a,_0x15d443={}){const _0x393edd={_0x28bd73:0xec,_0x294a4e:0x139,_0x20f960:0x202,_0x46767e:0x22b,_0x5d80b1:0x21b,_0x4300b1:0x2ea,_0x2be83e:0x33a,_0x1a1b25:0x26e,_0x39d153:0x2e5,_0x26d893:0x36f,_0x3cb8b2:0x199,_0x4ab367:0x1bd,_0x14e4b3:0x16c,_0x4ef09d:0x161,_0x3158f1:0x317,_0x5a939c:0x273,_0x2380fc:0x157,_0x59685f:0x1dd,_0x3c22ff:0x11e,_0x5e2cf6:0x1d4,_0x59022f:0xf3,_0xddfc6:0x10d,_0x3372f5:0xf5,_0xd3a2be:0x17e,_0x3ad74b:0x16a},_0x54ae49={_0x3f4066:0x20d},_0x5cb826={_0x2d5985:0x1ca};function _0x52bb1a(_0x1fa67c,_0x243cbc,_0x129fc2,_0x46acd0){return _0x414d92(_0x1fa67c-0xd0,_0x129fc2-_0x5cb826._0x2d5985,_0x46acd0,_0x46acd0-0x16f);}const _0x30321a={'ZpuTp':function(_0x87bf81,_0xf51be3){return _0x87bf81(_0xf51be3);},'LxNqD':'utf-8','zTeUj':function(_0x4a14ba,_0x55a90d){return _0x4a14ba!==_0x55a90d;}},_0x4cff35=_0x15d443[_0x3eac64(_0x393edd._0x28bd73,_0x393edd._0x294a4e,0x83,0x14e)]||_0x34d1b7;function _0x3eac64(_0x1ba282,_0x58c402,_0x186bb6,_0xf14b3d){return _0x504f47(_0x1ba282-0x18,_0x58c402-0x188,_0xf14b3d,_0x1ba282- -_0x54ae49._0x3f4066);}const _0x51adf0=_0x20cba4[_0x52bb1a(_0x393edd._0x20f960,0x299,_0x393edd._0x46767e,_0x393edd._0x5d80b1)](_0x1ad67a,ENVIRONMENT_JSON_FILE);if(!_0x30321a[_0x52bb1a(0x350,_0x393edd._0x4300b1,_0x393edd._0x2be83e,0x3bf)](existsSync,_0x51adf0))return{};try{const _0x5536f1=await _0xc5852a['readFile'](_0x51adf0,_0x30321a[_0x52bb1a(0x22f,0x2b1,_0x393edd._0x1a1b25,_0x393edd._0x39d153)]);return JSON[_0x52bb1a(0x2b1,_0x393edd._0x26d893,0x308,0x2c0)](_0x5536f1);}catch(_0x273722){if(_0x30321a[_0x3eac64(_0x393edd._0x3cb8b2,_0x393edd._0x4ab367,0x198,0x1b7)](_0x3eac64(_0x393edd._0x14e4b3,0xfe,0x1d1,_0x393edd._0x4ef09d),'Bqaxd')){const _0x36a523={};return _0x36a523[_0x52bb1a(0x30d,_0x393edd._0x3158f1,0x2c9,_0x393edd._0x5a939c)]=_0x51adf0,_0x36a523[_0x3eac64(0x175,_0x393edd._0x2380fc,_0x393edd._0x59685f,_0x393edd._0x3c22ff)]=_0x273722['message'],_0x4cff35[_0x3eac64(0x1d4,0x149,0x154,_0x393edd._0x5e2cf6)](_0x3eac64(0x14b,_0x393edd._0x59022f,0x161,_0x393edd._0xddfc6)+'read\x20envir'+_0x3eac64(_0x393edd._0x3372f5,_0x393edd._0xd3a2be,_0x393edd._0x3ad74b,0x13e)+'n',_0x36a523),{};}else return null;}}function extractRepoName(_0xc1c623){const _0x1b8b32={_0xe76e49:0x2be,_0x42bb7f:0x298,_0x128c1b:0x2e7,_0x3954aa:0x33b,_0x3b2d6b:0x29d,_0x3923c9:0x322,_0x51f337:0x306,_0x4a75f5:0x30b,_0x4a2f03:0x28e,_0x974fa:0x2b5,_0x36c578:0x65,_0x2e45e7:0xab},_0x10b936={_0x4f00c9:0x1c3,_0x50250a:0xe3},_0x42b411={_0x4ef5b6:0x138,_0x354add:0x28},_0x4d958c={};function _0x2d0be6(_0x3ea7e3,_0x3c8ccc,_0x4bac55,_0x5dc5d0){return _0x414d92(_0x3ea7e3-_0x42b411._0x4ef5b6,_0x3ea7e3- -0x384,_0x3c8ccc,_0x5dc5d0-_0x42b411._0x354add);}_0x4d958c[_0x2d0be6(-0x248,-_0x1b8b32._0xe76e49,-0x29b,-_0x1b8b32._0x42bb7f)]=_0x2d0be6(-_0x1b8b32._0x128c1b,-_0x1b8b32._0x3954aa,-_0x1b8b32._0x3b2d6b,-_0x1b8b32._0x3923c9);const _0x42a4bc=_0x4d958c;if(!_0xc1c623)return null;const _0x56f843=_0xc1c623[_0x2d0be6(-0x2d7,-_0x1b8b32._0x51f337,-0x31d,-_0x1b8b32._0x4a75f5)](/https?:\/\/[^/]+\/(.+?)(?:\.git)?$/);if(_0x56f843)return _0x42a4bc[_0x2d0be6(-0x248,-_0x1b8b32._0x4a2f03,-0x1fa,-_0x1b8b32._0x974fa)]==='eKvtw'?_0x56f843[-0xe05+0x1973+0x3*-0x3cf]:''+_0x1013af[-0x75f+0x1ebb+-0x3*0x7c9]+_0xd42da4[-0x24ba+0x2513+0x3*-0x1d];function _0x2af54a(_0x1e555c,_0x58a0c0,_0x3ccd92,_0x171457){return _0x414d92(_0x1e555c-_0x10b936._0x4f00c9,_0x171457- -0x158,_0x1e555c,_0x171457-_0x10b936._0x50250a);}const _0x2de9ae=_0xc1c623[_0x2af54a(-0x103,-_0x1b8b32._0x36c578,-0x12c,-_0x1b8b32._0x2e45e7)](/git@[^:]+:(.+?)(?:\.git)?$/);if(_0x2de9ae)return _0x2de9ae[-0x1de*0x6+0xeb+-0x36e*-0x3];return null;}function _0x414d92(_0x36d58d,_0x5cc4d6,_0x4ecdb3,_0x5bb0d8){return _0x25dd(_0x5cc4d6- -0x51,_0x4ecdb3);}function _0x504f47(_0x52d534,_0x10b8d9,_0x594510,_0x351dd6){return _0x25dd(_0x351dd6-0x248,_0x594510);}export function normalizeGitUrl(_0x2b4a5e){const _0x51a5cf={_0x58c960:0x6b,_0x433541:0x2c,_0x5924a8:0x29},_0xae0c20={_0x17a921:0x11b};if(!_0x2b4a5e)return _0x2b4a5e;const _0x4e9dad=_0x2b4a5e[_0x29c62b(_0x51a5cf._0x58c960,_0x51a5cf._0x433541,0x96,_0x51a5cf._0x5924a8)](/^(https?:\/\/)[^@/]+@(.+)$/i);if(_0x4e9dad)return''+_0x4e9dad[-0x1e15+-0x206+0x201c]+_0x4e9dad[0x516+-0x2486+0xa*0x325];function _0x29c62b(_0x14353d,_0x4f7eb1,_0x3f6ba0,_0x48af5d){return _0x504f47(_0x14353d-0x16c,_0x4f7eb1-_0xae0c20._0x17a921,_0x14353d,_0x48af5d- -0x31d);}return _0x2b4a5e;}export async function generateGitCredentials(_0xe337f0,_0x332bae={}){const _0x12b852={_0x1fd5bf:0x2b9,_0xc415e8:0x221,_0x5376ab:0x248,_0x1ac325:0x278,_0x16a537:0x1fc,_0x4881f0:0x245,_0x128a38:0x2b7,_0x3d1445:0x1f0,_0x4b2261:0x22e,_0x592198:0x2ee,_0x4d68df:0x29e,_0x303fcb:0x1e2,_0x4b47d3:0x268,_0x5a7bc9:0x1fc,_0x333265:0x194,_0x16cbaa:0x153,_0x489cff:0x1cc,_0x4a4470:0x231,_0x25aa08:0x341,_0x25eaa0:0x24c,_0xb7fb2e:0x2bc,_0x1d1ab8:0x2b1,_0x4c8492:0x31a,_0x1f5c31:0x2b2,_0x37a252:0x1f0,_0x445a87:0x281,_0x16e0f1:0x22d,_0xf4dc42:0x297,_0x507f41:0x2b3,_0x56bd85:0x1e1,_0x353cda:0x264,_0x2b0d86:0x246,_0x43dd7a:0x17a,_0x3376fa:0x1ca,_0x25ab1d:0x228,_0x16a2f7:0x1ab,_0x372db6:0x222,_0x55cc45:0x22f,_0xcd796a:0x213,_0x27f4f0:0x20a,_0x2c9495:0x22e,_0x52aee5:0x13a,_0x4091ad:0x199,_0x308bc7:0x27f,_0x363c46:0x257,_0x103bbb:0x1d4,_0x1a8120:0x1b2,_0x1b7e1a:0x215,_0x3f1328:0x2ba,_0x12d12e:0x2fa,_0x4fb00b:0x282,_0x4a5946:0x1b8,_0x1fb305:0x1b8,_0x1afa5a:0x23d,_0x45a65a:0x130,_0x59e82b:0x1fa,_0x5cf095:0x216,_0x4b1a38:0x24e,_0x10a3df:0x207,_0xd180ae:0x1fc,_0x145db9:0x31c,_0x22fd62:0x23b,_0x5cf10d:0x1c7,_0x3fed4c:0x1c1,_0x7bfca1:0x1ef,_0x417749:0x1d2,_0x282ccf:0x117,_0x4402ed:0x17b,_0x4f2af1:0x225,_0x3ab26e:0x296,_0x3357c2:0x2d4,_0x28b6d3:0x298,_0xf24cf2:0x22b,_0x45cf9c:0x203,_0x349b7c:0x1da,_0x2cbb40:0x14f,_0x2f4594:0x1e6,_0x112c5c:0x259,_0x306246:0x22c,_0x5ce575:0x223,_0x5bf65d:0x14d,_0x4dd3c6:0x222,_0x711a8f:0x273,_0x4e6b2a:0x1b6,_0x45be23:0x272,_0x4f176d:0x20b,_0x43bd8d:0x24f,_0x332940:0x18c,_0x214016:0x28d,_0x44c849:0x218,_0x1d016b:0x21d,_0x92e3fe:0x21e,_0x5495da:0x197,_0x29fb86:0x202,_0x37e086:0x1f3,_0x11af28:0x213,_0xcc84e4:0x17f,_0x27211d:0x2b7,_0x29f9c4:0x1d5,_0x1571a8:0x272,_0x4b85f0:0x24a,_0x5d9df0:0x1ec,_0x2b71b5:0x189,_0x27865e:0x155,_0x30a66f:0x27c,_0x4f6450:0x24e,_0x141450:0x1ea,_0x5195ba:0x1cb,_0x355784:0x23b,_0x15a059:0x248,_0x38630e:0x233,_0x196308:0x1df,_0x317c72:0x146,_0x46eb72:0x1d8,_0x2fe68e:0x2f1,_0x351234:0x25f,_0x572402:0x27b,_0x346c0d:0x1e7,_0x83fbc4:0x261,_0x28acdb:0x1bf,_0x3a54b0:0x278,_0x10d2bf:0x19f,_0x27437a:0x285,_0x55da56:0x253,_0x38b22b:0x246,_0x522278:0x224,_0x4aa271:0x222,_0x689015:0x1c0,_0x1b2bc1:0x29b,_0x794220:0x26f},_0x26086c={_0x27a252:0x1c,_0x5a4fd1:0x52},_0x4f7e05={_0xbfb749:0xa9,_0x30e615:0x2fc},_0x3ec41b={'AUKgI':function(_0x594418,_0x436850,_0x2faf94){return _0x594418(_0x436850,_0x2faf94);},'RjmZZ':_0x24f46b(-_0x12b852._0x1fd5bf,-0x299,-_0x12b852._0xc415e8,-0x20c)+_0x24f46b(-0x1c3,-0x1e4,-_0x12b852._0x5376ab,-0x2d8),'IXzie':function(_0x524dd5,_0xc85df8){return _0x524dd5===_0xc85df8;},'ApFaF':_0x24f46b(-_0x12b852._0x1ac325,-_0x12b852._0x16a537,-_0x12b852._0x4881f0,-_0x12b852._0x128a38)+_0x24f46b(-_0x12b852._0x3d1445,-0x225,-0x26c,-_0x12b852._0x4b2261)+_0x36ae36(-0x2a8,-0x248,-_0x12b852._0x592198,-_0x12b852._0x4d68df)+_0x24f46b(-0x1e9,-0x253,-_0x12b852._0x1ac325,-_0x12b852._0x303fcb),'AAVCd':_0x36ae36(-0x1ce,-_0x12b852._0x4b47d3,-0x20b,-_0x12b852._0x5a7bc9),'JWZyl':function(_0x261c85,_0x158fc5){return _0x261c85!==_0x158fc5;},'tceCI':_0x36ae36(-0x25f,-_0x12b852._0x333265,-_0x12b852._0x16cbaa,-_0x12b852._0x489cff),'gCVQa':_0x24f46b(-0x2e3,-_0x12b852._0x4a4470,-0x26e,-0x2a2)+_0x36ae36(-_0x12b852._0x25aa08,-_0x12b852._0x25eaa0,-_0x12b852._0xb7fb2e,-_0x12b852._0x1d1ab8)+'nd','yXlxk':_0x36ae36(-0x24a,-_0x12b852._0x4c8492,-0x25b,-_0x12b852._0x1f5c31)+_0x24f46b(-_0x12b852._0x1ac325,-0x1bd,-_0x12b852._0x37a252,-_0x12b852._0x445a87)+'\x20not\x20confi'+_0x36ae36(-_0x12b852._0x16e0f1,-0x2b6,-_0x12b852._0xf4dc42,-_0x12b852._0x507f41)+_0x24f46b(-_0x12b852._0x56bd85,-0x266,-_0x12b852._0x353cda,-_0x12b852._0x2b0d86)+_0x24f46b(-0x1f6,-0xf0,-_0x12b852._0x43dd7a,-0x1ae)+_0x24f46b(-_0x12b852._0x3376fa,-_0x12b852._0x25ab1d,-0x1c9,-_0x12b852._0x16a2f7),'bRIEJ':_0x24f46b(-0x2ab,-0x25f,-_0x12b852._0x372db6,-_0x12b852._0x55cc45),'IxHSm':'Failed\x20to\x20'+'generate\x20g'+_0x24f46b(-_0x12b852._0xcd796a,-0x296,-_0x12b852._0x27f4f0,-0x258)+_0x36ae36(-_0x12b852._0x2c9495,-_0x12b852._0x52aee5,-_0x12b852._0x4091ad,-0x1cf)},_0x7cff7=_0x332bae[_0x24f46b(-_0x12b852._0x308bc7,-_0x12b852._0x363c46,-0x29c,-0x23e)]||_0x34d1b7,_0x533fbd=await _0x3ec41b[_0x24f46b(-_0x12b852._0x103bbb,-0x1a5,-0x1d8,-0x20c)](loadEnvironmentJson,_0xe337f0,_0x332bae);function _0x24f46b(_0x30aad4,_0x1f482c,_0x42ca75,_0x2f6a98){return _0x414d92(_0x30aad4-_0x4f7e05._0xbfb749,_0x42ca75- -_0x4f7e05._0x30e615,_0x2f6a98,_0x2f6a98-0x124);}const _0x5cd99d=_0x533fbd['repos']||[],_0x26ae35={};for(const _0x33bf07 of _0x5cd99d){if(!_0x33bf07[_0x36ae36(-0x2d5,-_0x12b852._0x1a8120,-_0x12b852._0x1b7e1a,-0x23f)+_0x36ae36(-_0x12b852._0x3f1328,-0x2bf,-_0x12b852._0x12d12e,-_0x12b852._0x4fb00b)])continue;const {provider:_0x24afcc}=_0x33bf07['remote_pro'+'vider'];if(!_0x24afcc)continue;if(!_0x33bf07[_0x36ae36(-0x1b0,-_0x12b852._0x4a5946,-_0x12b852._0x1fb305,-_0x12b852._0x1afa5a)]){_0x7cff7[_0x24f46b(-_0x12b852._0x45a65a,-_0x12b852._0x59e82b,-0x1b4,-0x230)](_0x3ec41b['RjmZZ'],{'environment':_0x20cba4[_0x36ae36(-0x1ed,-0x1d8,-_0x12b852._0x5cf095,-0x22f)](_0xe337f0)});continue;}!_0x26ae35[_0x24afcc]&&(_0x26ae35[_0x24afcc]=[]),_0x26ae35[_0x24afcc][_0x24f46b(-0x1db,-_0x12b852._0x4b1a38,-_0x12b852._0x10a3df,-_0x12b852._0xd180ae)](_0x33bf07['url']);}const _0x337853=Object[_0x24f46b(-_0x12b852._0x145db9,-0x21f,-0x296,-_0x12b852._0x22fd62)](_0x26ae35);if(_0x3ec41b[_0x24f46b(-0x21c,-_0x12b852._0x5cf10d,-_0x12b852._0x3fed4c,-_0x12b852._0x7bfca1)](_0x337853[_0x24f46b(-_0x12b852._0x52aee5,-0x13b,-0x19f,-_0x12b852._0x417749)],-0x1416+-0x24ca+0x1a0*0x23))return _0x7cff7[_0x24f46b(-_0x12b852._0x3376fa,-_0x12b852._0x282ccf,-0x198,-_0x12b852._0x4402ed)](_0x3ec41b[_0x36ae36(-0x20c,-0x2db,-_0x12b852._0x4f2af1,-_0x12b852._0x3ab26e)],{'environment':_0x20cba4['basename'](_0xe337f0)}),null;const _0x514adb=[];function _0x36ae36(_0x490fa5,_0x49a451,_0x8a5f25,_0x334c15){return _0x414d92(_0x490fa5-_0x26086c._0x27a252,_0x334c15- -0x340,_0x490fa5,_0x334c15-_0x26086c._0x5a4fd1);}for(const _0x197b6f of _0x337853){if(_0x3ec41b[_0x36ae36(-0x240,-0x159,-0x23e,-_0x12b852._0x3376fa)]==='NFDtg')throw new _0x3f3f5d('userId\x20is\x20'+_0x36ae36(-_0x12b852._0x56bd85,-_0x12b852._0x3357c2,-_0x12b852._0x28b6d3,-_0x12b852._0x4881f0)+_0x24f46b(-_0x12b852._0xf24cf2,-_0x12b852._0x45cf9c,-0x1ac,-0x1f6)+_0x24f46b(-0x1bb,-0x1e2,-_0x12b852._0x349b7c,-0x165)+'ode');else{const _0x3305b6=_0x26ae35[_0x197b6f],_0x42ca4a=await _0x3ec41b[_0x24f46b(-0x24c,-0x1b0,-0x1d8,-_0x12b852._0x2cbb40)](getProvider,_0x197b6f,_0x332bae);if(!_0x42ca4a){if(_0x3ec41b[_0x36ae36(-0x1d3,-0x1bc,-0x26e,-_0x12b852._0x2f4594)](_0x3ec41b['tceCI'],_0x3ec41b[_0x24f46b(-0x1fa,-0x2b1,-_0x12b852._0x112c5c,-_0x12b852._0x306246)]))_0x210454['push'](_0x27bc4d);else{_0x7cff7['warn'](_0x3ec41b[_0x24f46b(-_0x12b852._0x5ce575,-0x229,-0x1a7,-_0x12b852._0x5bf65d)],{'provider':_0x197b6f,'environment':_0x20cba4[_0x36ae36(-_0x12b852._0x4dd3c6,-_0x12b852._0x711a8f,-0x2b3,-0x22f)](_0xe337f0)});continue;}}const _0x548d6d=await _0x42ca4a[_0x36ae36(-0x1c5,-0x13b,-0x235,-_0x12b852._0x4e6b2a)+_0x24f46b(-_0x12b852._0x45be23,-0x25d,-_0x12b852._0x4f176d,-_0x12b852._0x43bd8d)+'ed']();if(!_0x548d6d['configured']){_0x7cff7[_0x36ae36(-0x27e,-0x191,-_0x12b852._0x332940,-0x1f8)](_0x3ec41b[_0x36ae36(-_0x12b852._0x214016,-0x28f,-_0x12b852._0x44c849,-_0x12b852._0x1d016b)],{'provider':_0x197b6f,'environment':_0x20cba4[_0x36ae36(-0x287,-0x202,-0x1a9,-0x22f)](_0xe337f0),'reason':_0x548d6d[_0x24f46b(-_0x12b852._0x92e3fe,-_0x12b852._0x5495da,-_0x12b852._0x29fb86,-_0x12b852._0x37e086)]});continue;}try{const _0x27b858={};_0x27b858['repository'+_0x24f46b(-_0x12b852._0x11af28,-_0x12b852._0xcc84e4,-0x1d3,-0x145)]=_0x3305b6,_0x27b858['logger']=_0x7cff7;const _0x5f2821=await _0x42ca4a[_0x24f46b(-_0x12b852._0x16a2f7,-_0x12b852._0x27211d,-0x235,-_0x12b852._0x29f9c4)+_0x36ae36(-0x1bd,-_0x12b852._0x1571a8,-_0x12b852._0x4b85f0,-_0x12b852._0x5d9df0)](_0x27b858);_0x5f2821&&(_0x3ec41b['IXzie'](_0x3ec41b[_0x36ae36(-_0x12b852._0x2b71b5,-0x216,-_0x12b852._0x27865e,-0x1ea)],_0x3ec41b[_0x36ae36(-_0x12b852._0x30a66f,-_0x12b852._0x4f6450,-_0x12b852._0x303fcb,-_0x12b852._0x141450)])?_0x514adb[_0x24f46b(-_0x12b852._0x16a537,-0x1a8,-_0x12b852._0x10a3df,-0x217)](_0x5f2821):(!_0x369488[_0x239d6f[_0x24f46b(-_0x12b852._0x5195ba,-0x2c8,-_0x12b852._0x355784,-0x299)]]&&(_0xcfd389[_0x148a48[_0x24f46b(-0x283,-0x2c7,-_0x12b852._0x22fd62,-_0x12b852._0x15a059)]]=[]),_0x4539ac[_0x3a9da1['provider']]['push'](_0xa31f4c[_0x36ae36(-0x2c7,-0x280,-_0x12b852._0x38630e,-_0x12b852._0x1afa5a)]))),_0x7cff7[_0x36ae36(-0x21f,-0x259,-0x163,-0x1dc)]('Generated\x20'+_0x36ae36(-_0x12b852._0x196308,-0x217,-_0x12b852._0x317c72,-_0x12b852._0x46eb72)+_0x36ae36(-_0x12b852._0x2fe68e,-0x310,-_0x12b852._0x351234,-_0x12b852._0x572402)+_0x24f46b(-_0x12b852._0x346c0d,-_0x12b852._0x83fbc4,-_0x12b852._0x22fd62,-_0x12b852._0x28acdb),{'environment':_0x20cba4[_0x24f46b(-0x184,-_0x12b852._0x3a54b0,-0x1eb,-0x20a)](_0xe337f0),'provider':_0x197b6f,'repositoryCount':_0x3305b6[_0x24f46b(-0x1ab,-0x1d9,-_0x12b852._0x10d2bf,-0x143)]});}catch(_0x11e4ee){_0x7cff7['error'](_0x3ec41b[_0x36ae36(-_0x12b852._0x27437a,-0x2bb,-0x235,-_0x12b852._0x55da56)],{'environment':_0x20cba4['basename'](_0xe337f0),'provider':_0x197b6f,'error':_0x11e4ee[_0x36ae36(-0x281,-0x2bc,-_0x12b852._0x1f5c31,-_0x12b852._0x38b22b)]});}}}if(_0x514adb[_0x24f46b(-_0x12b852._0x522278,-_0x12b852._0x4aa271,-0x19f,-_0x12b852._0x689015)]===0x649*0x6+-0xaff*-0x1+-0x30b5)return null;return _0x514adb[_0x24f46b(-0x30b,-0x292,-_0x12b852._0x1b2bc1,-_0x12b852._0x794220)]('\x0a');}function _0x25dd(_0x4efb88,_0x110241){_0x4efb88=_0x4efb88-(-0x12c4+0x745+0xc2d);const _0x3fb94a=_0xde23();let _0x2a97e0=_0x3fb94a[_0x4efb88];if(_0x25dd['QPynoc']===undefined){var _0x2a5264=function(_0x57e9e0){const _0x3f09cf='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x1e982d='',_0x4e14f2='';for(let _0x33ba4e=-0x2339+0x7*0x4b3+0x254,_0xd370e9,_0xd3d6a6,_0x3eba5d=-0x1*-0x2177+-0xb*-0x388+-0x484f;_0xd3d6a6=_0x57e9e0['charAt'](_0x3eba5d++);~_0xd3d6a6&&(_0xd370e9=_0x33ba4e%(-0x1*0x77+0x2021*0x1+-0x1fa6)?_0xd370e9*(-0x14a+0x7*0x9a+-0x2ac)+_0xd3d6a6:_0xd3d6a6,_0x33ba4e++%(0x3bb*0x5+0x15b4+-0x1c1*0x17))?_0x1e982d+=String['fromCharCode'](-0x3*0x75d+0x20da+-0x1*0x9c4&_0xd370e9>>(-(-0x1*0x2620+-0x895+0x2eb7)*_0x33ba4e&0x1e88+0x269b+-0xd*0x551)):0x22ae+0x1bcb+0x1*-0x3e79){_0xd3d6a6=_0x3f09cf['indexOf'](_0xd3d6a6);}for(let _0x42175a=0x9d1+-0x1263+0x892,_0x5289c9=_0x1e982d['length'];_0x42175a<_0x5289c9;_0x42175a++){_0x4e14f2+='%'+('00'+_0x1e982d['charCodeAt'](_0x42175a)['toString'](0x13e4+0x3*0x5fb+-0x1*0x25c5))['slice'](-(-0x1*0x165a+-0x548+-0x1d*-0xf4));}return decodeURIComponent(_0x4e14f2);};_0x25dd['ZPMqZw']=_0x2a5264,_0x25dd['ZFUJiG']={},_0x25dd['QPynoc']=!![];}const _0x1bec35=_0x3fb94a[0x994*-0x3+-0x1aff+-0x511*-0xb],_0x3c6cf5=_0x4efb88+_0x1bec35,_0xb9fc95=_0x25dd['ZFUJiG'][_0x3c6cf5];return!_0xb9fc95?(_0x2a97e0=_0x25dd['ZPMqZw'](_0x2a97e0),_0x25dd['ZFUJiG'][_0x3c6cf5]=_0x2a97e0):_0x2a97e0=_0xb9fc95,_0x2a97e0;}export async function hasGitAccess(_0xfe4370){const _0x4e98c3={_0x1b237f:0xc2,_0xbed96:0x147,_0x4c40ed:0x13e,_0x28b4b2:0x1aa,_0x432c25:0x160,_0x496fe7:0x166,_0x1b7241:0x159,_0x282c32:0x1e0,_0x1acbe8:0x1de,_0x530a9b:0x1ef,_0x457ccf:0x247,_0x2d7455:0x1cf,_0x3c2c5f:0x220,_0x5ef10f:0x23c},_0x5a5c5={_0x52ad3d:0xeb,_0x6321aa:0xd9,_0x58acd8:0x48a},_0x4c4411={_0xd9ea1a:0xc2},_0x22a78b={'qXvOr':function(_0x583ce1){return _0x583ce1();},'uKhAZ':function(_0x380a0d,_0x1afeb7){return _0x380a0d(_0x1afeb7);},'iyAvF':_0x5e284a(_0x4e98c3._0x1b237f,_0x4e98c3._0xbed96,_0x4e98c3._0x4c40ed,_0x4e98c3._0x28b4b2),'QHPIk':_0x57816b(-_0x4e98c3._0x432c25,-0x175,-0xd8,-0x167)},_0x3be0aa=await _0x22a78b['uKhAZ'](loadEnvironmentJson,_0xfe4370);function _0x5e284a(_0x5c4bf9,_0x1c7eb8,_0xf2f7d3,_0x35e53c){return _0x414d92(_0x5c4bf9-0x1b2,_0x1c7eb8-_0x4c4411._0xd9ea1a,_0x35e53c,_0x35e53c-0xec);}const _0x5e0036=_0x3be0aa[_0x57816b(-0xe7,-_0x4e98c3._0x496fe7,-0x98,-0x12e)]||[];for(const _0x23ed64 of _0x5e0036){if(_0x23ed64['remote_pro'+_0x5e284a(0x1d6,0x180,_0x4e98c3._0x1b7241,0x1f2)]?.['provider'])return _0x22a78b[_0x5e284a(_0x4e98c3._0x282c32,0x214,0x181,_0x4e98c3._0x1acbe8)]===_0x22a78b[_0x5e284a(_0x4e98c3._0x530a9b,_0x4e98c3._0x457ccf,0x1f2,_0x4e98c3._0x2d7455)]?_0x40b8e0['join'](_0x22a78b[_0x5e284a(_0x4e98c3._0x3c2c5f,0x202,0x18d,_0x4e98c3._0x5ef10f)](_0x352a72),_0x3b061c):!![];}function _0x57816b(_0x279658,_0xfd60a9,_0x39f54e,_0x16d92b){return _0x504f47(_0x279658-_0x5a5c5._0x52ad3d,_0xfd60a9-_0x5a5c5._0x6321aa,_0x279658,_0x16d92b- -_0x5a5c5._0x58acd8);}return![];}export async function getCredentialsForRepo(_0x5296c7,_0xcf552e,_0x3b609c={}){const _0x59ded5={_0x59ae08:0x7d,_0x33607b:0xc3,_0x218092:0x2b3,_0x22ef3f:0x1fb,_0x48617a:0x278,_0x5d9b4a:0x295,_0x520d67:0x7c,_0xb6b921:0xcf,_0x4a8f10:0x3d,_0x23edd3:0x108,_0x5bb1fc:0x19b,_0x3b045d:0xff,_0x41c5b0:0xe7,_0x5ce46a:0xb2,_0x1bc1ef:0x190,_0x477f5f:0x20b,_0x4e4454:0x283,_0x49b088:0x9,_0x4c3b94:0x10b,_0x5bdbc4:0x13,_0x1237a8:0x12b,_0x14765b:0xc4,_0x45bd78:0xc4,_0x292048:0x234,_0x2825e1:0x29e,_0x211d92:0x25c,_0x134013:0x282,_0x39a05e:0x313,_0x199b30:0x251},_0x67abbc={_0x3d3c2f:0x158},_0x33cc46={'jCjDa':'app','UEwJH':function(_0x123ca2,_0xa3cd0c,_0x51704b){return _0x123ca2(_0xa3cd0c,_0x51704b);},'lvhOq':_0x27d065(0x97,_0x59ded5._0x59ae08,_0x59ded5._0x33607b,0x133)+_0x16f290(-_0x59ded5._0x218092,-_0x59ded5._0x22ef3f,-0x230,-_0x59ded5._0x48617a)+_0x16f290(-0x311,-_0x59ded5._0x5d9b4a,-0x27e,-0x223)+_0x27d065(0x13b,_0x59ded5._0x520d67,0xd3,_0x59ded5._0xb6b921)+'er'},_0x31b703=_0x3b609c[_0x27d065(-0x56,0x4e,_0x59ded5._0x4a8f10,0x3)]||_0x34d1b7,{credentialMode:credentialMode=_0x33cc46[_0x27d065(0x170,0x179,_0x59ded5._0x23edd3,_0x59ded5._0x5bb1fc)],userId:_0x3cd93a}=_0x3b609c,_0x4cc9cf=await _0x33cc46['UEwJH'](getProvider,_0x5296c7,_0x3b609c);if(!_0x4cc9cf)throw new Error(_0x27d065(_0x59ded5._0x3b045d,0x65,_0x59ded5._0x41c5b0,_0x59ded5._0x5ce46a)+_0x27d065(0x1cb,_0x59ded5._0x1bc1ef,0x13f,0xf1)+_0x5296c7);const _0x3a3934={};_0x3a3934['provider']=_0x5296c7,_0x3a3934['repoUrl']=_0xcf552e,_0x3a3934[_0x16f290(-_0x59ded5._0x477f5f,-0x216,-_0x59ded5._0x4e4454,-0x24a)+_0x27d065(_0x59ded5._0x49b088,_0x59ded5._0x4c3b94,0x73,-_0x59ded5._0x5bdbc4)]=credentialMode,_0x31b703['debug'](_0x33cc46[_0x27d065(_0x59ded5._0x1237a8,0x31,_0x59ded5._0x14765b,_0x59ded5._0x45bd78)],_0x3a3934);function _0x16f290(_0x53e796,_0x3d840f,_0x121249,_0x36a96d){return _0x504f47(_0x53e796-0x10f,_0x3d840f-0x43,_0x36a96d,_0x121249- -0x5e8);}const _0x86dd20={};_0x86dd20['logger']=_0x31b703;function _0x27d065(_0x2439d0,_0x279592,_0x2a8ee1,_0x40a034){return _0x414d92(_0x2439d0-0x93,_0x2a8ee1- -0x23,_0x40a034,_0x40a034-_0x67abbc._0x3d3c2f);}return _0x86dd20['credential'+'Mode']=credentialMode,_0x86dd20[_0x16f290(-0x2a3,-_0x59ded5._0x292048,-_0x59ded5._0x2825e1,-_0x59ded5._0x211d92)]=_0x3cd93a,_0x86dd20[_0x27d065(0x139,0x13b,0xd6,0x128)+'me']=_0x5296c7,_0x4cc9cf[_0x16f290(-_0x59ded5._0x134013,-_0x59ded5._0x39a05e,-0x288,-_0x59ded5._0x199b30)+'ialsForRep'+'o'](_0xcf552e,_0x86dd20);}export async function getReposWithProviderAccess(_0x2dd81b,_0x4a3273={}){const _0x11e6d5={_0x569f74:0x1d1,_0x359e7f:0x1c5,_0x1e09df:0xae,_0x546609:0x192,_0x1a4db0:0x120,_0xe9ceb4:0x8c,_0x4e950d:0x2a,_0x17e535:0x206,_0x4cd1ca:0x18d,_0x1c48f0:0x1af,_0x416e8:0x1b9,_0x2514f4:0x89,_0x2d4d02:0xdf,_0x302474:0x132,_0x4b5fc4:0x105,_0x596eed:0xd5,_0x316e43:0x87,_0x520c2d:0xe1,_0x1acc93:0xfc,_0x1482dc:0x109,_0x2fbcc1:0x13e,_0x5c768e:0x16b,_0x571b8e:0x1da,_0x3b738c:0xab,_0x5d55b9:0x68,_0x6f25cf:0x31,_0x413b89:0x4d,_0x40e3e8:0xc8,_0x2943fd:0x129,_0x429a3b:0x1d2,_0x27c2ab:0x166,_0x2d8e99:0x10a,_0x47d7b6:0x167,_0x2feb7e:0x10f,_0x130853:0xa7,_0x464f3c:0x147,_0x22aef9:0x1a1,_0x47e33a:0x157,_0x346307:0x18f,_0x402398:0x1b5,_0x117775:0x1d8,_0x5ce064:0x1a5,_0x32265e:0xae,_0x3e778d:0xa4,_0x5b06ef:0x125,_0x7cfc20:0xb1,_0x2b9f71:0x198,_0x3bde5a:0x238,_0x3e6ce2:0x1a7,_0x2f2cff:0x15b,_0x416f36:0x8f,_0x407de9:0x176,_0x379d94:0x6b,_0x4acb10:0x107,_0x59dd96:0x62,_0x32c914:0xd4,_0x463500:0x1b,_0x4964a0:0x74,_0x3cfc3d:0xd8,_0x27ebb7:0x64,_0x421842:0x193,_0x55aa50:0x18b,_0x5e5665:0x21d,_0x55c027:0xeb,_0x4d4cdf:0x123,_0xe6e055:0x15c,_0x5609cf:0x1e2,_0x3012b7:0x170,_0x59eda8:0x225,_0x5173b5:0x19a,_0x8108f6:0x1f3,_0x145e52:0x9c,_0x3c74ab:0x1b8,_0x4a2f0a:0x1c5,_0x3f6c66:0x1c1,_0x18a908:0x142,_0x29f01d:0x121,_0x20c228:0x15c,_0x2a80e8:0x13f,_0x4f426f:0x1aa,_0x2f3332:0x10e,_0x2e422e:0xb1,_0x2c166d:0xc5,_0x31b4b1:0x259,_0x5671b6:0x189,_0x58981f:0x1ec,_0x7fa562:0x50,_0x2acdbe:0x81,_0x346364:0x2b8,_0x2cd083:0x22c,_0x4f2f59:0x1ce,_0x1629cf:0x201,_0x405529:0x1c0,_0x4bc125:0x1dd,_0x43d28d:0x175,_0x554636:0x1bc,_0x28a1a0:0x77,_0x4cd91b:0x82,_0x4f940d:0xbf,_0x10956f:0xc5,_0x451603:0x102,_0x33e4f8:0x1ef,_0x50d6d0:0xdb,_0x518c0b:0x1de,_0x4cb630:0xe7,_0x23332c:0x13b,_0x3e520f:0xbc,_0x45d1e8:0x84,_0x4a3b00:0x1da,_0x26b4f7:0x168,_0x21c230:0x188,_0x4ac6cd:0x151,_0x2c29df:0x15e,_0x11fd50:0x1e3,_0x3665ac:0x256,_0x570538:0x1cf,_0x411a27:0x208,_0x20bce6:0x81,_0x34c204:0x89,_0x185ea9:0xf2,_0x368c2e:0x22b,_0x50f5b7:0x1be},_0x5b59ca={_0x58fbd3:0x165},_0x462dd4={_0x1e69f8:0xd8,_0x435fe0:0xa4},_0x3dfe06={'FwvLT':'Git\x20provid'+_0x28d0f7(_0x11e6d5._0x569f74,_0x11e6d5._0x359e7f,0x169,0x1b0)+_0x28d0f7(0x1af,0x200,0x1ba,0x197)+_0x28d0f7(_0x11e6d5._0x1e09df,_0x11e6d5._0x546609,0x8c,_0x11e6d5._0x1a4db0)+_0x2f7b5d(0x52,0xb4,_0x11e6d5._0xe9ceb4,-_0x11e6d5._0x4e950d),'tDyDS':_0x28d0f7(_0x11e6d5._0x17e535,_0x11e6d5._0x4cd1ca,0x166,0x1a4),'pTUPS':'cWnKM','yKvgv':_0x28d0f7(_0x11e6d5._0x1c48f0,0x1b6,_0x11e6d5._0x416e8,0x138),'roTBN':function(_0x375ea9,_0x23cbb6,_0x59ee67){return _0x375ea9(_0x23cbb6,_0x59ee67);},'zRwbZ':_0x28d0f7(_0x11e6d5._0x2514f4,0x77,0xa9,0x10c),'pDlje':_0x28d0f7(_0x11e6d5._0x2d4d02,0xeb,0x149,_0x11e6d5._0x302474)+_0x2f7b5d(0x7f,_0x11e6d5._0x4b5fc4,_0x11e6d5._0x596eed,0x4c)+_0x2f7b5d(_0x11e6d5._0x316e43,0x3,0xa5,_0x11e6d5._0x520c2d)+'ng\x20repos','EtKHe':'Git\x20provid'+_0x2f7b5d(_0x11e6d5._0x1acc93,_0x11e6d5._0x1482dc,_0x11e6d5._0x2fbcc1,_0x11e6d5._0x5c768e)+_0x28d0f7(0x12e,_0x11e6d5._0x571b8e,0x22b,0x197)+_0x28d0f7(0x197,_0x11e6d5._0x3b738c,0xe7,0x131)+'pping\x20repo'+'s','ZGZPT':function(_0x48cc65,_0x53fd9f){return _0x48cc65!==_0x53fd9f;},'xHlzr':_0x28d0f7(0xe3,0x1b8,0xf9,0x14f),'ADskL':_0x2f7b5d(_0x11e6d5._0x5d55b9,_0x11e6d5._0x6f25cf,_0x11e6d5._0x413b89,_0x11e6d5._0x40e3e8),'vayCf':_0x28d0f7(0x1b8,_0x11e6d5._0x2943fd,0x1ca,0x14c)+'s\x20with\x20pro'+_0x28d0f7(0xf2,_0x11e6d5._0x429a3b,_0x11e6d5._0x27c2ab,0x154)+'ss'};function _0x28d0f7(_0x5600c8,_0x2fb2d2,_0x3bbd71,_0x302b15){return _0x414d92(_0x5600c8-_0x462dd4._0x1e69f8,_0x302b15-_0x462dd4._0x435fe0,_0x5600c8,_0x302b15-0x120);}const _0x4df394=_0x4a3273['logger']||_0x34d1b7,_0x3ae78d=await loadEnvironmentJson(_0x2dd81b,_0x4a3273),_0x52cb7b=_0x3ae78d[_0x28d0f7(_0x11e6d5._0x2d8e99,0xdf,0x145,_0x11e6d5._0x47d7b6)]||[],_0x38c7e3={};for(const _0x3eec44 of _0x52cb7b){if(_0x2f7b5d(0x107,_0x11e6d5._0x2feb7e,_0x11e6d5._0x130853,0x154)!==_0x28d0f7(_0x11e6d5._0x464f3c,0x106,_0x11e6d5._0x22aef9,_0x11e6d5._0x47e33a)){if(_0x3eec44[_0x28d0f7(_0x11e6d5._0x346307,_0x11e6d5._0x402398,_0x11e6d5._0x117775,_0x11e6d5._0x5ce064)+_0x2f7b5d(_0x11e6d5._0x32265e,_0x11e6d5._0x3e778d,_0x11e6d5._0x5b06ef,0x55)]?.[_0x2f7b5d(_0x11e6d5._0x7cfc20,0x10e,0xd8,0x12a)]&&_0x3eec44[_0x28d0f7(_0x11e6d5._0x2b9f71,0x1be,_0x11e6d5._0x3bde5a,_0x11e6d5._0x3e6ce2)]){const _0x30a539=_0x3eec44[_0x2f7b5d(0xf1,0xf0,_0x11e6d5._0x2f2cff,_0x11e6d5._0x416f36)+_0x28d0f7(0x1a5,_0x11e6d5._0x407de9,0x162,0x162)][_0x2f7b5d(0xb1,_0x11e6d5._0x379d94,_0x11e6d5._0x4acb10,0x47)];if(!_0x38c7e3[_0x30a539]){if(_0x3dfe06[_0x2f7b5d(_0x11e6d5._0x59dd96,_0x11e6d5._0x32c914,-_0x11e6d5._0x463500,_0x11e6d5._0x4964a0)]===_0x2f7b5d(0xd4,0x6a,0x62,0xc2)){if(!_0x4efb88)return null;const _0x3d8fe4=_0x110241[_0x28d0f7(0x17b,_0x11e6d5._0x3cfc3d,0x1dc,0x151)](/https?:\/\/[^/]+\/(.+?)(?:\.git)?$/);if(_0x3d8fe4)return _0x3d8fe4[0x589+0x17d5+-0x1d5d];const _0x5b2d26=_0x3fb94a[_0x2f7b5d(0x9d,_0x11e6d5._0x596eed,0x7c,_0x11e6d5._0x27ebb7)](/git@[^:]+:(.+?)(?:\.git)?$/);if(_0x5b2d26)return _0x5b2d26[0x54b+0x92f*-0x1+0x3e5];return null;}else _0x38c7e3[_0x30a539]=[];}const _0xee849f={};_0xee849f['url']=_0x3eec44['url'],_0xee849f['credential'+_0x28d0f7(_0x11e6d5._0x421842,0x23b,_0x11e6d5._0x55aa50,0x20d)]=_0x3eec44[_0x28d0f7(0x14f,_0x11e6d5._0x5e5665,0x146,_0x11e6d5._0x5ce064)+_0x28d0f7(_0x11e6d5._0x55c027,_0x11e6d5._0x1acc93,_0x11e6d5._0x4d4cdf,0x162)]?.[_0x28d0f7(_0x11e6d5._0xe6e055,0x153,_0x11e6d5._0x5609cf,_0x11e6d5._0x3012b7)+'_mode'],_0x38c7e3[_0x30a539]['push'](_0xee849f);}}else return{};}function _0x2f7b5d(_0x22e231,_0xf44bab,_0x1751f3,_0x3c9512){return _0x504f47(_0x22e231-_0x5b59ca._0x58fbd3,_0xf44bab-0x1a0,_0xf44bab,_0x22e231- -0x2a9);}const _0x10d582=[];for(const [_0x18bb2d,_0x51cac6]of Object[_0x28d0f7(0x1e2,0x18e,0x1ed,_0x11e6d5._0x59eda8)](_0x38c7e3)){if(_0x3dfe06['pTUPS']===_0x3dfe06[_0x28d0f7(0x177,0x1af,_0x11e6d5._0x5173b5,_0x11e6d5._0x8108f6)])throw new _0x99aa96('Provider\x20\x22'+_0x3e34d2['name']+(_0x2f7b5d(0x12a,_0x11e6d5._0x145e52,_0x11e6d5._0x3c74ab,0x9c)+_0x28d0f7(0x29d,0x1f9,_0x11e6d5._0x4a2f0a,0x221)+'ull\x20reques'+_0x28d0f7(_0x11e6d5._0x3f6c66,_0x11e6d5._0x18a908,_0x11e6d5._0x29f01d,_0x11e6d5._0x20c228)));else{const _0x24e94e=await _0x3dfe06[_0x28d0f7(_0x11e6d5._0x2a80e8,0x1f8,_0x11e6d5._0x4f426f,0x161)](getProvider,_0x18bb2d,_0x4a3273);if(!_0x24e94e){if(_0x3dfe06[_0x28d0f7(0x1b0,0x1f9,0x192,_0x11e6d5._0x2b9f71)]!==_0x3dfe06[_0x28d0f7(0x223,_0x11e6d5._0x2f3332,0x1cc,_0x11e6d5._0x2b9f71)]){const _0x1ea399={};return _0x1ea399[_0x2f7b5d(_0x11e6d5._0x2e422e,0xf6,_0x11e6d5._0x2c166d,0xbe)]=_0x2d8a1c,_0x1ea399['repoUrl']=_0x2b091a,_0x1ea399['reason']=_0x1dc538['message'],_0x51afad[_0x28d0f7(_0x11e6d5._0x31b4b1,0x193,_0x11e6d5._0x5671b6,_0x11e6d5._0x58981f)](_0x3dfe06[_0x2f7b5d(0xb8,0xb4,_0x11e6d5._0x7fa562,_0x11e6d5._0x2acdbe)],_0x1ea399),null;}else{_0x4df394['warn'](_0x3dfe06[_0x28d0f7(_0x11e6d5._0x346364,0x284,0x26a,_0x11e6d5._0x2cd083)],{'provider':_0x18bb2d,'environment':_0x20cba4['basename'](_0x2dd81b),'repoCount':_0x51cac6[_0x28d0f7(0x251,0x249,_0x11e6d5._0x4f2f59,_0x11e6d5._0x1629cf)]});continue;}}const _0x5cbdb2=await _0x24e94e[_0x2f7b5d(0x17a,0x1e6,0x198,_0x11e6d5._0x405529)+'tsConfigur'+'ed']();if(!_0x5cbdb2[_0x2f7b5d(_0x11e6d5._0x4964a0,0x3d,0xa,0xce)]){_0x4df394[_0x28d0f7(0x235,0x219,_0x11e6d5._0x4bc125,0x1ec)](_0x3dfe06[_0x28d0f7(0x234,_0x11e6d5._0x43d28d,0x18e,_0x11e6d5._0x554636)],{'provider':_0x18bb2d,'environment':_0x20cba4['basename'](_0x2dd81b),'reason':_0x5cbdb2['message'],'repoCount':_0x51cac6['length']});continue;}for(const _0x5dc2cc of _0x51cac6){if(_0x3dfe06[_0x2f7b5d(_0x11e6d5._0x28a1a0,0xdd,-0x1c,0xc)](_0x3dfe06[_0x2f7b5d(_0x11e6d5._0x4cd91b,0x24,_0x11e6d5._0x4f940d,0xea)],_0x3dfe06[_0x2f7b5d(0x121,0xce,0x1a1,_0x11e6d5._0x10956f)])){const _0x3ab9c3={};_0x3ab9c3[_0x2f7b5d(0xf3,0x9b,0x95,0xe0)]=_0x5dc2cc[_0x2f7b5d(0xf3,0x17b,_0x11e6d5._0x4cd91b,_0x11e6d5._0x451603)],_0x3ab9c3[_0x28d0f7(0xf9,_0x11e6d5._0x33e4f8,_0x11e6d5._0x50d6d0,0x165)]=_0x18bb2d,_0x3ab9c3[_0x28d0f7(_0x11e6d5._0x518c0b,_0x11e6d5._0x3f6c66,_0x11e6d5._0x4cb630,0x170)+_0x2f7b5d(0x159,0xe7,0x169,_0x11e6d5._0x23332c)]=_0x5dc2cc[_0x2f7b5d(_0x11e6d5._0x3e520f,0xae,0x8f,_0x11e6d5._0x45d1e8)+_0x28d0f7(0x1fa,_0x11e6d5._0x4a3b00,_0x11e6d5._0x58981f,0x20d)]||_0x2f7b5d(_0x11e6d5._0x413b89,-0x26,0x7e,-0x21),_0x10d582[_0x2f7b5d(0xe5,_0x11e6d5._0x26b4f7,0x12d,0x4d)](_0x3ab9c3);}else return _0x47f6d9[_0x2f7b5d(0x171,0x1dd,_0x11e6d5._0x402398,_0x11e6d5._0x21c230)](_0x4595cb[_0x2f7b5d(_0x11e6d5._0x4ac6cd,0xd7,_0x11e6d5._0x429a3b,_0x11e6d5._0x2c29df)]||{})['map'](([_0x4604dc,_0x2d7097])=>({'name':_0x4604dc,'type':_0x2d7097[_0x2f7b5d(0x66,0x4b,0x2e,0x9e)],'allowedTeams':_0x2d7097[_0x2f7b5d(0x106,0x96,0x153,0x16c)+'ms']}));}}}return _0x4df394[_0x28d0f7(_0x11e6d5._0x11fd50,_0x11e6d5._0x3665ac,_0x11e6d5._0x570538,_0x11e6d5._0x411a27)](_0x3dfe06[_0x2f7b5d(_0x11e6d5._0x20bce6,0xc2,_0x11e6d5._0x34c204,_0x11e6d5._0x185ea9)],{'environment':_0x20cba4[_0x28d0f7(0x12a,_0x11e6d5._0x368c2e,0x138,0x1b5)](_0x2dd81b),'count':_0x10d582[_0x28d0f7(0x218,_0x11e6d5._0x50f5b7,0x1f2,_0x11e6d5._0x1629cf)]}),_0x10d582;}export async function getProviderForRepo(_0x4e8e10,_0x5956d5,_0x2b868b={}){const _0x25c0e9={_0x3b4ac1:0x457,_0x32abe9:0x481,_0x2a2633:0x416,_0x7a9639:0x41f,_0x13f316:0x449,_0x4365b7:0x48e,_0x3e7bb0:0x47b,_0x3fd30c:0x494,_0x43b49c:0x440,_0x8a2e43:0x3b9,_0x75cd9b:0x35d,_0xaefa67:0x39f,_0x2aa689:0x322,_0x2a396c:0x47e,_0x553dd7:0x476,_0x32db0c:0x4f5,_0x220828:0x4b5,_0x2746b8:0x454,_0x353377:0x489,_0x163c16:0x521,_0x2150c5:0x4e8,_0x2f7fd9:0x446,_0x5aa606:0x43e,_0x2c02c6:0x43c,_0x2b5c9f:0x398,_0xd356d8:0x3b6,_0x3a451d:0x369,_0x4e41ff:0x435,_0x47dae5:0x40b,_0x36175e:0x4e2,_0x1d6a7b:0x44c,_0x130197:0x44c,_0x53589d:0x49e,_0x18732d:0x506,_0x1c0290:0x4e5,_0x3d1011:0x466,_0x2e7b48:0x49c,_0x1128dc:0x3f0,_0x2c70e7:0x3f2,_0x24b05b:0x3fe,_0x3e3d56:0x4b1,_0x555a8b:0x531,_0x4c0f74:0x4c7,_0x55b9f4:0x427,_0x28a41e:0x479,_0x1480da:0x4b1,_0x3327be:0x490,_0x4beb73:0x409,_0x5516a3:0x4c6,_0x45bdf2:0x54e,_0x1ea902:0x527},_0x4075c1={_0x448192:0x37},_0x36db09={'iAuWH':function(_0x27efe4,_0x224b0c,_0x14662b){return _0x27efe4(_0x224b0c,_0x14662b);},'opjsS':function(_0x5ab57a,_0x365b47){return _0x5ab57a!==_0x365b47;},'iarOz':_0x4b9dbb(0x45e,_0x25c0e9._0x3b4ac1,0x3ea,_0x25c0e9._0x32abe9),'qaqMr':'KocRn','EcOoG':_0x4b9dbb(0x421,_0x25c0e9._0x2a2633,0x3e0,_0x25c0e9._0x7a9639)+_0x11dd97(0x455,0x46a,0x419,_0x25c0e9._0x13f316)+_0x4b9dbb(_0x25c0e9._0x4365b7,_0x25c0e9._0x3e7bb0,_0x25c0e9._0x3fd30c,_0x25c0e9._0x43b49c)+_0x11dd97(_0x25c0e9._0x43b49c,0x448,0x427,_0x25c0e9._0x8a2e43)+_0x11dd97(_0x25c0e9._0x75cd9b,0x42e,0x414,_0x25c0e9._0xaefa67)},_0x3d8644=_0x2b868b[_0x11dd97(_0x25c0e9._0x2aa689,0x406,0x416,0x39d)]||_0x34d1b7,_0x249536=await _0x36db09[_0x4b9dbb(_0x25c0e9._0x2a396c,_0x25c0e9._0x553dd7,_0x25c0e9._0x4365b7,_0x25c0e9._0x32db0c)](loadEnvironmentJson,_0x4e8e10,_0x2b868b),_0x4bd8b2=_0x249536['repos']||[],_0x333b31=_0x4bd8b2[_0x11dd97(0x4a7,0x4c5,0x4c8,_0x25c0e9._0x220828)](_0x5ded64=>_0x5ded64[_0x11dd97(0x414,0x4b9,0x49d,0x440)]===_0x5956d5);if(!_0x333b31||!_0x333b31[_0x4b9dbb(_0x25c0e9._0x2746b8,_0x25c0e9._0x353377,_0x25c0e9._0x163c16,_0x25c0e9._0x2150c5)+_0x4b9dbb(0x48b,_0x25c0e9._0x2f7fd9,0x3ff,0x441)]?.[_0x4b9dbb(0x41e,_0x25c0e9._0x13f316,_0x25c0e9._0x5aa606,_0x25c0e9._0x2c02c6)]){if(_0x36db09['opjsS'](_0x36db09[_0x4b9dbb(_0x25c0e9._0x2b5c9f,0x3f4,_0x25c0e9._0xd356d8,_0x25c0e9._0x3a451d)],_0x36db09[_0x11dd97(0x3bf,0x46a,_0x25c0e9._0x4e41ff,_0x25c0e9._0x47dae5)]))return null;else!_0x510347[_0x4b9dbb(_0x25c0e9._0x36175e,0x4c0,_0x25c0e9._0x1d6a7b,_0x25c0e9._0x130197)](_0x2c6c6c[_0x4b9dbb(0x4c2,_0x25c0e9._0x53589d,_0x25c0e9._0x18732d,_0x25c0e9._0x1c0290)+'ms'])&&(_0x2f21a6['allowedTea'+'ms']=['*'],_0x1286f3=!![]);}function _0x11dd97(_0x484d0c,_0x75abd0,_0x4a0e3e,_0xeac17f){return _0x504f47(_0x484d0c-0x6e,_0x75abd0-0xb4,_0x4a0e3e,_0xeac17f-0xa4);}const _0x4624c1=_0x333b31[_0x11dd97(0x486,_0x25c0e9._0x3d1011,0x428,0x43e)+_0x4b9dbb(_0x25c0e9._0x2e7b48,0x446,0x4a3,0x487)][_0x11dd97(0x3a0,_0x25c0e9._0x1128dc,_0x25c0e9._0x2c70e7,_0x25c0e9._0x24b05b)],_0xd4db8=await getProvider(_0x4624c1,_0x2b868b);if(!_0xd4db8){const _0x5a156f={};return _0x5a156f['provider']=_0x4624c1,_0x5a156f['repoUrl']=_0x5956d5,_0x3d8644[_0x11dd97(0x457,0x42a,0x4b5,0x485)]('Git\x20provid'+'er\x20not\x20fou'+'nd\x20for\x20rep'+'o',_0x5a156f),null;}function _0x4b9dbb(_0x47456a,_0x595186,_0x14b0e3,_0x306d75){return _0x504f47(_0x47456a-0x13,_0x595186-_0x4075c1._0x448192,_0x47456a,_0x595186-0xef);}const _0x20e69e=await _0xd4db8[_0x11dd97(_0x25c0e9._0x3e3d56,0x51a,_0x25c0e9._0x555a8b,_0x25c0e9._0x4c0f74)+_0x4b9dbb(_0x25c0e9._0x55b9f4,_0x25c0e9._0x28a41e,0x4c3,0x4a5)+'ed']();if(!_0x20e69e['configured']){const _0x335ee4={};return _0x335ee4['provider']=_0x4624c1,_0x335ee4[_0x4b9dbb(_0x25c0e9._0x1480da,_0x25c0e9._0x3327be,_0x25c0e9._0x4beb73,0x4d2)]=_0x5956d5,_0x335ee4['reason']=_0x20e69e['message'],_0x3d8644[_0x4b9dbb(0x45d,0x4d0,_0x25c0e9._0x5516a3,_0x25c0e9._0x45bdf2)](_0x36db09[_0x4b9dbb(0x50f,0x503,0x528,_0x25c0e9._0x1ea902)],_0x335ee4),null;}const _0x4f5a86={};return _0x4f5a86[_0x11dd97(0x424,0x441,0x47a,_0x25c0e9._0x24b05b)]=_0xd4db8,_0x4f5a86['repoUrl']=_0x5956d5,_0x4f5a86;}export async function getRemoteCommitHistory(_0x1b3ac2,_0x2a6934,_0x1ada86={}){const _0x784dae={_0x25786e:0x282,_0x23c194:0x24c,_0x39ce64:0x30a,_0x138964:0x343,_0x2c92d9:0x1d3,_0x3f4fea:0x1ba,_0x400299:0x248,_0xc3de94:0x275,_0x5d8e12:0x250,_0x5810fd:0x1ff,_0x1c7eaf:0x271,_0xf327ce:0x24c,_0x190d85:0x91,_0x427a8e:0x54,_0x471a0c:0x1e7,_0x14206d:0x247,_0x54416e:0x1b9,_0x113c81:0x204,_0x1f0b55:0x1ad,_0x738a34:0x211,_0x9c57cb:0x242,_0x1e659b:0x7b,_0x2e50e8:0x108,_0x1f39d6:0x20d,_0x16d1f7:0x24b,_0x213743:0x149,_0x12e69d:0xe8,_0x130ad:0x139,_0x462825:0x18b,_0x572cf9:0x244,_0x17ede3:0x283},_0xc0b199={_0x22c20c:0x5e,_0x5172f9:0x173},_0x2ef94c={_0x3de75b:0x63},_0x57be1f={'ErkdY':function(_0x41e754,_0x28c7bb,_0x28c421,_0x3c0f11){return _0x41e754(_0x28c7bb,_0x28c421,_0x3c0f11);},'YElUg':_0x3c56d9(-0x2c4,-0x32e,-_0x784dae._0x25786e,-0x279)+'red\x20git\x20pr'+_0x3c56d9(-0x2be,-_0x784dae._0x23c194,-0x2a4,-0x25a)+_0x3c56d9(-0x2b4,-_0x784dae._0x39ce64,-0x301,-0x301)+'s\x20reposito'+'ry','mEDzU':'remote'};function _0x34f22b(_0x2a03fc,_0x5ddf3f,_0x5280f1,_0x10a3b8){return _0x504f47(_0x2a03fc-0x1a2,_0x5ddf3f-_0x2ef94c._0x3de75b,_0x2a03fc,_0x5280f1- -0x4b3);}const _0x166351=_0x1ada86[_0x3c56d9(-0x2d1,-0x2f7,-_0x784dae._0x138964,-0x353)]||_0x34d1b7,_0x403b47={};_0x403b47[_0x34f22b(-_0x784dae._0x2c92d9,-0x1e8,-_0x784dae._0x3f4fea,-_0x784dae._0x400299)]=_0x166351;const _0x28e28c=await _0x57be1f[_0x3c56d9(-_0x784dae._0xc3de94,-_0x784dae._0x5d8e12,-_0x784dae._0x5810fd,-_0x784dae._0x1c7eaf)](getProviderForRepo,_0x1b3ac2,_0x2a6934,_0x403b47);if(!_0x28e28c)throw new Error(_0x57be1f[_0x3c56d9(-_0x784dae._0xf327ce,-0x2c0,-0x2c6,-0x242)]);const {provider:_0x8ee2ac}=_0x28e28c;function _0x3c56d9(_0x4d0bc0,_0x3c23e1,_0x44a420,_0x221f90){return _0x504f47(_0x4d0bc0-_0xc0b199._0x22c20c,_0x3c23e1-_0xc0b199._0x5172f9,_0x221f90,_0x4d0bc0- -0x5ca);}if(!_0x8ee2ac[_0x34f22b(-0x10d,-0x31,-_0x784dae._0x190d85,-_0x784dae._0x427a8e)+_0x3c56d9(-_0x784dae._0x471a0c,-0x1bc,-0x263,-0x27a)+'y']||!_0x8ee2ac['supportsRe'+_0x34f22b(-0x9c,-0xc6,-0xd0,-0xab)+'y']())throw new Error(_0x3c56d9(-0x222,-0x255,-_0x784dae._0x14206d,-_0x784dae._0x54416e)+_0x8ee2ac[_0x3c56d9(-_0x784dae._0x113c81,-_0x784dae._0x1f0b55,-0x177,-_0x784dae._0x738a34)]+(_0x3c56d9(-0x1f7,-0x203,-_0x784dae._0x9c57cb,-0x227)+_0x34f22b(-_0x784dae._0x1e659b,-0x104,-0xf9,-_0x784dae._0x2e50e8)+'emote\x20hist'+_0x3c56d9(-0x26d,-0x25a,-_0x784dae._0x1f39d6,-_0x784dae._0x16d1f7)+'ng'));const _0x4becf2={..._0x1ada86};_0x4becf2[_0x3c56d9(-0x2d1,-0x253,-0x241,-0x2cc)]=_0x166351;const _0x118664=await _0x8ee2ac[_0x34f22b(-_0x784dae._0x213743,-_0x784dae._0x12e69d,-_0x784dae._0x130ad,-_0x784dae._0x462825)+'ommitHisto'+'ry'](_0x2a6934,_0x4becf2),_0x2e8bb7={..._0x118664};return _0x2e8bb7[_0x3c56d9(-0x21d,-_0x784dae._0x572cf9,-0x228,-_0x784dae._0x17ede3)]=_0x57be1f['mEDzU'],_0x2e8bb7;}export async function getRemoteCommitDetails(_0x1f34a5,_0x2716cb,_0x172b54,_0x5ef086={}){const _0x39ed87={_0x24f980:0xce,_0x5abe83:0xff,_0x43f580:0x15a,_0x11979a:0x86,_0x5e77a8:0x48c,_0x365b77:0x456,_0x52b31f:0x439,_0x4996fb:0x442,_0x565c6c:0x547,_0x249b76:0x446,_0x1fa40d:0xa4,_0x433a2d:0xaa,_0x9f76b0:0xdd,_0x6f1928:0x13e,_0x490350:0x47b,_0x4bc374:0x10,_0x2894f0:0x81,_0x315761:0x5d4,_0x4e85c4:0x5a1,_0x26c261:0x523,_0x528922:0x4b,_0x387329:0x43,_0x3febdd:0x50d,_0x168c9d:0x53c,_0x90595f:0x54c,_0x3d82fb:0x513,_0x36d5c9:0x39,_0x37066c:0x2e,_0x42b45f:0x53,_0x57a215:0x153,_0x13e10e:0x96,_0x25032d:0x2b,_0x1ce78d:0x3f4,_0x493228:0x3da,_0x325dc4:0x536,_0x4b4866:0x51b,_0x566e2d:0x4ba,_0x2f3ea1:0x574,_0x5dcf9e:0x526,_0x39f618:0x4ed,_0x3c0b16:0x520,_0x4deab2:0x51a},_0x52eac6={_0x448248:0xa},_0x4254f0={_0x4a4203:0x1ba,_0x37b985:0x3f3},_0xad2716={'byaKK':function(_0x1702af,_0x113cad,_0x6d9280,_0x5af4e1){return _0x1702af(_0x113cad,_0x6d9280,_0x5af4e1);},'JjlLA':_0x723e85(-_0x39ed87._0x24f980,-0x85,-_0x39ed87._0x5abe83,-_0x39ed87._0x43f580)},_0x242277=_0x5ef086[_0x723e85(-0xfa,-0xdd,-_0x39ed87._0x11979a,-0xd0)]||_0x34d1b7,_0x1a3e53={};_0x1a3e53[_0x4b751c(0x3e0,_0x39ed87._0x5e77a8,_0x39ed87._0x365b77,_0x39ed87._0x52b31f)]=_0x242277;const _0x4e4452=await _0xad2716[_0x4b751c(_0x39ed87._0x4996fb,_0x39ed87._0x565c6c,0x4ca,0x4c9)](getProviderForRepo,_0x1f34a5,_0x2716cb,_0x1a3e53);if(!_0x4e4452)throw new Error(_0x4b751c(0x44d,0x44a,0x3b0,_0x39ed87._0x249b76)+_0x723e85(-_0x39ed87._0x1fa40d,-0x97,-_0x39ed87._0x433a2d,-0x10e)+'ovider\x20fou'+_0x723e85(-_0x39ed87._0x9f76b0,-0xdd,-0x109,-_0x39ed87._0x6f1928)+_0x4b751c(_0x39ed87._0x490350,0x448,0x4f1,0x4a6)+'ry');const {provider:_0x10bf5e}=_0x4e4452;if(!_0x10bf5e['supportsRe'+_0x723e85(-_0x39ed87._0x4bc374,-0x46,-_0x39ed87._0x2894f0,0x72)+'y']||!_0x10bf5e[_0x4b751c(_0x39ed87._0x315761,0x554,_0x39ed87._0x4e85c4,0x562)+_0x4b751c(0x55e,0x4e4,0x55a,_0x39ed87._0x26c261)+'y']())throw new Error(_0x723e85(-_0x39ed87._0x528922,-0x32,_0x39ed87._0x387329,0x3a)+_0x10bf5e[_0x4b751c(_0x39ed87._0x3febdd,_0x39ed87._0x168c9d,0x4c1,0x506)]+(_0x4b751c(0x4f0,_0x39ed87._0x90595f,0x524,_0x39ed87._0x3d82fb)+_0x723e85(-_0x39ed87._0x36d5c9,_0x39ed87._0x37066c,0x3a,_0x39ed87._0x42b45f)+_0x723e85(-0xeb,-0x149,-0x80,-_0x39ed87._0x57a215)+_0x723e85(-_0x39ed87._0x13e10e,-_0x39ed87._0x25032d,-0x9c,-0x110)+'ng'));function _0x723e85(_0x59f696,_0x3b91c5,_0x2a1692,_0x5045cc){return _0x504f47(_0x59f696-_0x4254f0._0x4a4203,_0x3b91c5-0x1aa,_0x5045cc,_0x59f696- -_0x4254f0._0x37b985);}const _0x32977d={..._0x5ef086};_0x32977d[_0x4b751c(_0x39ed87._0x1ce78d,0x42d,_0x39ed87._0x493228,0x439)]=_0x242277;const _0x1954b3=await _0x10bf5e[_0x4b751c(_0x39ed87._0x325dc4,_0x39ed87._0x4b4866,0x4a4,_0x39ed87._0x566e2d)+'ommitDetai'+'ls'](_0x2716cb,_0x172b54,_0x32977d),_0x4d72bc={..._0x1954b3};function _0x4b751c(_0x3be62d,_0x3c48be,_0x3add34,_0x37d342){return _0x414d92(_0x3be62d-_0x52eac6._0x448248,_0x37d342-0x3d9,_0x3add34,_0x37d342-0xe5);}return _0x4d72bc[_0x4b751c(_0x39ed87._0x2f3ea1,0x567,_0x39ed87._0x5dcf9e,_0x39ed87._0x39f618)]=_0xad2716[_0x4b751c(0x54d,0x4a2,_0x39ed87._0x3c0b16,_0x39ed87._0x4deab2)],_0x4d72bc;}export async function getRemoteBranches(_0x30a063,_0xa9e391,_0x19de1d={}){const _0x21ce42={_0x3a31e2:0x3a3,_0x5df3a0:0x3dc,_0x29a7c0:0x364,_0x4d45d2:0x396,_0x1b1ecb:0x364,_0x370aa7:0x310,_0x65ded8:0x46e,_0x205898:0x423,_0x4f6b47:0x1a0,_0x38c69e:0xa8,_0x3e48dd:0x139,_0x52e011:0x14c,_0x2f0eff:0x160,_0x5aab98:0x12f,_0x3e84d1:0x158,_0x3d55f6:0xe0,_0x5da6a0:0x466,_0x259e50:0x476,_0x3f0423:0x2d8,_0x34c8b2:0x36e,_0x551184:0x3dd,_0x2e7868:0x500,_0x28e4ec:0x506,_0x3a4160:0x190,_0x131247:0xf7,_0x5ae574:0x142,_0x44ad91:0x188,_0x91b4ec:0xf3,_0x485ef0:0x129,_0x596ef6:0x14f,_0x52e706:0xd8,_0x340170:0xf6,_0x5f020b:0x7f,_0x465bb3:0x83,_0x54e47e:0x496,_0xe5b0e8:0x43e,_0xeebb06:0x3ba,_0x537175:0xf6,_0x46b9e9:0x8b,_0x436e36:0x42e,_0x1a74f3:0x407,_0x22e02c:0x453,_0x1bcfc9:0x14b,_0x3b8fad:0x350,_0x59c76b:0xba,_0x302bd4:0x1e3,_0x1cef27:0x45c,_0x1a9ee8:0x446,_0x8a71f1:0x448,_0x27cbbf:0x3f8,_0x1bedd3:0x67,_0x1f9b7c:0xdf,_0xdd77fa:0xd,_0xc5aa3a:0x98},_0x9fab96={_0x409687:0x1d6,_0x2b3ddb:0x145,_0x29c25a:0x6b},_0x4a1a4f={_0x219515:0x149,_0x41fe42:0x1ac};function _0x395589(_0x21dca1,_0xc3c58a,_0x5a12c9,_0x4d62e6){return _0x414d92(_0x21dca1-_0x4a1a4f._0x219515,_0x5a12c9- -_0x4a1a4f._0x41fe42,_0x4d62e6,_0x4d62e6-0x1ea);}const _0x243c7c={'irfGr':function(_0x2af71b){return _0x2af71b();},'lJXIO':function(_0x318043,_0x46ee25,_0x543ec0,_0x1dd696){return _0x318043(_0x46ee25,_0x543ec0,_0x1dd696);},'eOPAv':function(_0x2e7cf5,_0xf38f4b){return _0x2e7cf5!==_0xf38f4b;},'BMqEI':_0x395589(-0x29,-0xa4,-0xa7,-0x120),'zhzQd':_0x147475(_0x21ce42._0x3a31e2,0x390,0x300,_0x21ce42._0x5df3a0)};function _0x147475(_0x330f54,_0x5c012c,_0x465b90,_0x1ebb8d){return _0x504f47(_0x330f54-_0x9fab96._0x409687,_0x5c012c-_0x9fab96._0x2b3ddb,_0x465b90,_0x5c012c-_0x9fab96._0x29c25a);}const _0x2b7d45=_0x19de1d[_0x147475(0x31c,_0x21ce42._0x29a7c0,_0x21ce42._0x4d45d2,0x3c1)]||_0x34d1b7,_0x4fa07c={};_0x4fa07c[_0x147475(0x3cb,_0x21ce42._0x1b1ecb,_0x21ce42._0x370aa7,0x3a7)]=_0x2b7d45;const _0x13a434=await _0x243c7c[_0x147475(0x3e9,0x42c,_0x21ce42._0x65ded8,_0x21ce42._0x205898)](getProviderForRepo,_0x30a063,_0xa9e391,_0x4fa07c);if(!_0x13a434)throw new Error(_0x395589(-0xa8,-0x158,-0x13f,-0x148)+'red\x20git\x20pr'+_0x395589(-_0x21ce42._0x4f6b47,-_0x21ce42._0x38c69e,-_0x21ce42._0x3e48dd,-_0x21ce42._0x52e011)+_0x395589(-_0x21ce42._0x2f0eff,-0x176,-_0x21ce42._0x5aab98,-0xee)+_0x395589(-0x176,-_0x21ce42._0x3e84d1,-0xdf,-_0x21ce42._0x3d55f6)+'ry');const {provider:_0x1890bc}=_0x13a434;if(!_0x1890bc[_0x147475(_0x21ce42._0x5da6a0,0x48d,0x49c,_0x21ce42._0x259e50)+_0x147475(_0x21ce42._0x3f0423,_0x21ce42._0x34c8b2,0x403,_0x21ce42._0x551184)+'es']||!_0x1890bc[_0x147475(_0x21ce42._0x2e7868,0x48d,_0x21ce42._0x28e4ec,0x4ab)+_0x395589(-_0x21ce42._0x3a4160,-_0x21ce42._0x131247,-_0x21ce42._0x5ae574,-_0x21ce42._0x44ad91)+'es']()){if(_0x243c7c[_0x395589(-0x1a2,-_0x21ce42._0x91b4ec,-_0x21ce42._0x485ef0,-_0x21ce42._0x596ef6)](_0x243c7c[_0x395589(-0x5f,-0xed,-_0x21ce42._0x52e706,-0x123)],_0x147475(0x4d5,0x464,0x4d9,0x40a)))throw new Error('Provider\x20\x22'+_0x1890bc[_0x395589(-_0x21ce42._0x340170,-0x44,-_0x21ce42._0x5f020b,-_0x21ce42._0x465bb3)]+(_0x147475(_0x21ce42._0x54e47e,_0x21ce42._0xe5b0e8,0x3fc,_0x21ce42._0xeebb06)+_0x395589(-_0x21ce42._0x537175,-0xe3,-_0x21ce42._0x46b9e9,-0x3c)+_0x147475(0x3d0,_0x21ce42._0x436e36,_0x21ce42._0x1a74f3,_0x21ce42._0x22e02c)+'ch\x20listing'));else return _0x23e9a9[_0x395589(-0x177,-0x16b,-_0x21ce42._0x1bcfc9,-0x15a)](_0x243c7c[_0x147475(0x327,0x379,_0x21ce42._0x3b8fad,0x376)](_0x3dceee),_0x5f0a6a);}const _0x224c3e={};_0x224c3e[_0x395589(-_0x21ce42._0x52e011,-_0x21ce42._0x59c76b,-0x14c,-_0x21ce42._0x302bd4)]=_0x2b7d45;const _0x10cd56=await _0x1890bc[_0x147475(_0x21ce42._0x1cef27,_0x21ce42._0x1a9ee8,_0x21ce42._0x8a71f1,_0x21ce42._0x27cbbf)+_0x395589(-0x58,-0x1f,-_0x21ce42._0x1bedd3,-0x97)](_0xa9e391,_0x224c3e),_0x10bfbb={..._0x10cd56};return _0x10bfbb[_0x395589(-_0x21ce42._0x1f9b7c,-_0x21ce42._0xdd77fa,-_0x21ce42._0xc5aa3a,-0xf4)]=_0x243c7c['zhzQd'],_0x10bfbb;}export async function createPullRequest(_0x2eec8d,_0x1e1aa1,_0xdb23dd={}){const _0x374a19={_0x31195b:0x1f,_0x2bb4f5:0xe7,_0x1d1421:0x116,_0x21981f:0x17c,_0x3bedba:0x1a0,_0x62529d:0x208,_0x5356eb:0x211,_0x223925:0x15d,_0x485f1d:0x71,_0x463a7d:0x89,_0x19df93:0x8,_0x3dab50:0x188,_0x239107:0x100,_0x49ee00:0x111,_0x333973:0xe9,_0x3232a5:0xf4,_0x3acb1c:0x65,_0x455664:0x176,_0x44c12e:0x1b1,_0x49c6f3:0x1d8,_0x497c8c:0xa8,_0x2cde3d:0xaf,_0x93bc39:0x168,_0x53be76:0x1e0,_0x2999ba:0x1bd,_0x4a76d6:0x248,_0x5b68bd:0x165,_0x2cbd06:0x1ac,_0xb5ae7a:0x6d,_0x281044:0xd4,_0x2e3577:0x102,_0x4d1b56:0x159,_0x29d82f:0xef,_0x49440b:0xf0,_0x5e7fc7:0x95,_0x2c1e03:0x106,_0x76ad41:0x10e,_0x2c19b7:0x13f,_0xe262fd:0x99,_0xeba8b4:0x136,_0x4f81df:0x125,_0x457ab4:0x179,_0x14ea3c:0x1b2,_0x2c663d:0x164,_0x1fc112:0xfc,_0x3dfa9b:0x1ee,_0x46f7f5:0x1f7,_0x388428:0x1a4,_0x120eba:0x1db,_0x58f602:0xea,_0x6b99d:0xf1,_0x41f2f7:0xff,_0x316d17:0x16e,_0x246207:0xa9,_0x3911b5:0xb4,_0x4a00ab:0x1dc,_0x50bdd2:0x191,_0x1aa9fa:0x18c,_0x2f7002:0x1e7,_0x152306:0x1ac,_0x17262b:0x22b,_0x2a7d27:0x109,_0x2925a9:0x16b,_0x17026a:0xeb,_0x3aa555:0x139,_0x15609b:0xf6,_0x3f8c2d:0x1d5,_0x776170:0xb1,_0x3807d7:0xe4,_0x29367a:0x28,_0xb06eae:0x56,_0x1e8eaf:0xf5,_0x280534:0x1c5,_0x376f0f:0x18f,_0x3c9a9b:0x12f,_0x407851:0xe3,_0x1c1388:0x8f,_0x5b2a31:0x123,_0x4126dd:0xce,_0x3c7aae:0x94,_0x4ee6e7:0xda,_0x16d8d9:0x11b,_0x4c191a:0xe4,_0x374193:0xdc,_0x31127d:0xa9,_0x5513ee:0x1aa,_0x24bfc7:0x10f,_0x649eed:0x1a3},_0x1a83fe={_0x3d3d8c:0x21d},_0x40830e={_0x451715:0x27b},_0x54f2e0={'ICYZy':function(_0x18d09c,_0x324342,_0x447986,_0x4439a9){return _0x18d09c(_0x324342,_0x447986,_0x4439a9);},'YhdqX':_0x1ed1ba(_0x374a19._0x31195b,0x8b,0x112,_0x374a19._0x2bb4f5)+_0x3bf1da(-_0x374a19._0x1d1421,-0x167,-0x1ed,-_0x374a19._0x21981f)+'ovider\x20fou'+_0x3bf1da(-0x17f,-_0x374a19._0x3bedba,-_0x374a19._0x62529d,-_0x374a19._0x5356eb)+_0x1ed1ba(0xeb,0xeb,0x144,_0x374a19._0x223925)+'ry','dkqQG':function(_0x4dc0c3,_0x170f82){return _0x4dc0c3===_0x170f82;},'oZSwb':_0x1ed1ba(_0x374a19._0x485f1d,_0x374a19._0x463a7d,-_0x374a19._0x19df93,0x97),'PBILZ':_0x3bf1da(-0x151,-_0x374a19._0x3dab50,-0x175,-_0x374a19._0x239107),'kslvF':_0x1ed1ba(_0x374a19._0x49ee00,_0x374a19._0x333973,_0x374a19._0x3232a5,_0x374a19._0x3acb1c),'gSmyb':function(_0xf7a9a8,_0x398ad5){return _0xf7a9a8!==_0x398ad5;},'ztHLd':_0x3bf1da(-0x192,-_0x374a19._0x455664,-_0x374a19._0x44c12e,-_0x374a19._0x49c6f3),'qoKhU':_0x3bf1da(-_0x374a19._0x497c8c,-_0x374a19._0x2cde3d,-0xc6,-0x11d)},{credentialMode:credentialMode=_0x3bf1da(-_0x374a19._0x93bc39,-0x1c0,-0x252,-_0x374a19._0x53be76),userId:_0x5d2b73,logger:logger=_0x34d1b7}=_0xdb23dd,_0xdf3469={};_0xdf3469[_0x3bf1da(-0x22a,-_0x374a19._0x2999ba,-_0x374a19._0x4a76d6,-_0x374a19._0x5b68bd)]=logger;const _0x22f226=await _0x54f2e0[_0x3bf1da(-0x1a1,-_0x374a19._0x2cbd06,-0x129,-0x122)](getProviderForRepo,_0x2eec8d,_0x1e1aa1,_0xdf3469);if(!_0x22f226)throw new Error(_0x54f2e0[_0x3bf1da(-_0x374a19._0xb5ae7a,-_0x374a19._0x281044,-0x168,-0x145)]);const {provider:_0x48160f}=_0x22f226;function _0x1ed1ba(_0x573c11,_0x4107ed,_0x32d511,_0x4a6ca3){return _0x504f47(_0x573c11-0x189,_0x4107ed-0x19e,_0x4a6ca3,_0x4107ed- -_0x40830e._0x451715);}if(!_0x48160f['supportsPu'+_0x3bf1da(-0xfc,-_0x374a19._0x2e3577,-_0x374a19._0x4d1b56,-0xdb)]||!_0x48160f[_0x3bf1da(-0xb6,-_0x374a19._0x29d82f,-0x136,-_0x374a19._0x49440b)+_0x3bf1da(-0xc2,-0x102,-_0x374a19._0x5e7fc7,-_0x374a19._0x2c1e03)]()){if(_0x54f2e0['dkqQG'](_0x54f2e0['oZSwb'],_0x54f2e0['PBILZ']))_0x5cb1a2[_0x321b16]=[];else throw new Error(_0x3bf1da(-0xd5,-_0x374a19._0x76ad41,-_0x374a19._0x2c19b7,-0x109)+_0x48160f[_0x3bf1da(-0x10f,-0xf0,-0x90,-_0x374a19._0xe262fd)]+('\x22\x20does\x20not'+_0x3bf1da(-0xb4,-0xa0,-_0x374a19._0xeba8b4,-0xd2)+_0x3bf1da(-0x110,-0x174,-_0x374a19._0x4f81df,-_0x374a19._0x457ab4)+_0x3bf1da(-_0x374a19._0x14ea3c,-0x165,-_0x374a19._0x1d1421,-_0x374a19._0x2c663d)));}let _0x227cd6=null;if(credentialMode===_0x54f2e0[_0x1ed1ba(0xfd,0x185,_0x374a19._0x1fc112,_0x374a19._0x3dfa9b)]){if(!_0x5d2b73)throw new Error(_0x3bf1da(-_0x374a19._0x46f7f5,-_0x374a19._0x388428,-0x18f,-_0x374a19._0x120eba)+_0x3bf1da(-_0x374a19._0x58f602,-0x122,-_0x374a19._0x6b99d,-0x12e)+_0x1ed1ba(_0x374a19._0x41f2f7,_0x374a19._0x316d17,0x1b8,0x18b)+_0x3bf1da(-0x13e,-0xfb,-_0x374a19._0x246207,-_0x374a19._0x3911b5)+_0x1ed1ba(0x15b,0x188,0x121,_0x374a19._0x4a00ab));const {ensureFreshToken:_0x2148c6}=await import(_0x1ed1ba(0xff,0x17d,_0x374a19._0x50bdd2,0x165)+'-oauth.js'),_0x38c5de={};_0x38c5de[_0x3bf1da(-_0x374a19._0x1aa9fa,-0x1bd,-_0x374a19._0x2f7002,-0x185)]=logger;const _0x1c5aee=await _0x54f2e0[_0x3bf1da(-0x128,-_0x374a19._0x152306,-_0x374a19._0x17262b,-0x11d)](_0x2148c6,_0x5d2b73,_0x48160f[_0x3bf1da(-_0x374a19._0x2a7d27,-0xf0,-0xff,-0x90)],_0x38c5de);if(!_0x1c5aee){if(_0x54f2e0['gSmyb'](_0x54f2e0[_0x3bf1da(-0x7,-0x96,-0x2e,-0xa8)],_0x54f2e0[_0x1ed1ba(0x14f,0xf3,_0x374a19._0x2925a9,0x14b)]))throw new Error(_0x1ed1ba(_0x374a19._0x17026a,0x11b,0x133,_0x374a19._0x3aa555)+'oken\x20found'+_0x1ed1ba(0x155,0x154,_0x374a19._0x15609b,_0x374a19._0x3f8c2d)+_0x5d2b73+(_0x3bf1da(-0x3f,-_0x374a19._0x776170,-_0x374a19._0x3807d7,-_0x374a19._0x29367a)+_0x3bf1da(-0xf3,-0xe4,-_0x374a19._0xb06eae,-_0x374a19._0x1e8eaf))+_0x48160f['name']);else _0x55ab5c[_0x1ed1ba(0x121,0x107,0x8c,0x89)]('Failed\x20to\x20'+'generate\x20g'+'it\x20credent'+_0x1ed1ba(_0x374a19._0x280534,_0x374a19._0x376f0f,0x21d,0x186),{'environment':_0x148a10[_0x1ed1ba(0xcf,_0x374a19._0x3c9a9b,0x17b,_0x374a19._0x407851)](_0x2dc329),'provider':_0x24d58d,'error':_0x372fba[_0x3bf1da(-_0x374a19._0x1c1388,-_0x374a19._0x5b2a31,-0x1a9,-_0x374a19._0x4126dd)]});}_0x227cd6=_0x1c5aee[_0x1ed1ba(_0x374a19._0x3c7aae,0x100,0x198,_0x374a19._0x4ee6e7)+'en'];}function _0x3bf1da(_0x2ec8df,_0x532861,_0x5d218c,_0x3445e4){return _0x414d92(_0x2ec8df-0xe,_0x532861- -_0x1a83fe._0x3d3d8c,_0x3445e4,_0x3445e4-0x145);}const _0x53805a={..._0xdb23dd};return _0x53805a[_0x1ed1ba(_0x374a19._0x16d8d9,_0x374a19._0x4c191a,_0x374a19._0x374193,0xd4)]=_0x227cd6,_0x53805a['logger']=logger,await _0x48160f[_0x1ed1ba(_0x374a19._0x5e7fc7,_0x374a19._0x31127d,0x123,0x120)+_0x1ed1ba(_0x374a19._0x5513ee,0x11c,_0x374a19._0x24bfc7,_0x374a19._0x649eed)](_0x1e1aa1,_0x53805a);}export async function checkPullRequestSupport(_0x379dd1,_0x34c35d,_0x1120f3={}){const _0x17100c={_0x1a746c:0x188,_0x4c5a90:0x12b,_0x779a91:0x165,_0x4af668:0x530,_0x44b048:0x457,_0x30b0e1:0x47d,_0x33a100:0x461,_0x14761d:0x40e,_0x4718a9:0x4b1,_0x1df308:0x268,_0x15f777:0x20e,_0x9dfaa5:0x1e4,_0x91531e:0x1cd,_0x4dedfa:0x175,_0x41112a:0x5db,_0x6aefff:0x199,_0x35f431:0x10f,_0x59d005:0x201,_0x9b0f22:0x4bb,_0x595f7d:0x460,_0x1f496e:0x24d,_0x1e9623:0x25e,_0x5a3bdb:0x2da,_0x216445:0x4f9,_0x12397f:0x502,_0x1b77ba:0x51f,_0x2bf890:0x552,_0x237e61:0x2a6,_0x793eaa:0x334,_0x26571c:0x332,_0x5f4af7:0x2db,_0x16948d:0x444,_0x30bd15:0x3af,_0x43d2e8:0x2c7,_0x2f6f96:0x21e,_0x200b7a:0x290,_0x5468d2:0x225,_0x43be7c:0x47d,_0x31f685:0x511,_0x549977:0x4e7,_0x57f3f6:0x4c3,_0x31772e:0x59d,_0x1c0ebf:0x23c,_0xbae761:0x2c6,_0x424035:0x2c9,_0x5e4b7f:0x446,_0x27bcc8:0x501,_0x4a217d:0x203,_0x5eece6:0x24f,_0x1f8dc9:0x19c,_0x40c170:0x4dd,_0x451464:0x50b,_0x5ab12f:0x517,_0x54d1e6:0x53f,_0x1bb794:0x526,_0x54793e:0x512,_0x5f2a4e:0x52a,_0x4eb927:0x512,_0x37a948:0x4da,_0x5c4d7d:0x236,_0x44c23d:0x25b,_0x4b061c:0x1d6,_0x30d3cd:0x1b6,_0x583f4e:0x1ba,_0x33db23:0x545,_0x15fac8:0x469,_0x4d9a0e:0x238,_0x131744:0x1c9,_0x408a45:0x1df,_0x2c37f0:0x45a,_0x5ae898:0x487,_0x3b44ff:0x142,_0x5d8e7f:0x166,_0x360091:0x448,_0x1f005c:0x491,_0xc7a836:0x12d,_0x52b3fa:0x4cd,_0x164ac8:0x561,_0x1358f3:0x1d1,_0x4f79c9:0x288,_0x2c0050:0x262,_0x50919d:0x2ea,_0x348d0b:0x27b,_0x30b7b:0x509,_0x50a631:0x4ad,_0x1c6bc9:0x214,_0x5a551a:0x2a2,_0x2bbc97:0x242},_0x24e17a={_0x25bd01:0x18c,_0x406133:0x14b};function _0x3691d5(_0x8a858f,_0x58434e,_0x3b5c0d,_0x56cd75){return _0x414d92(_0x8a858f-0x8a,_0x8a858f-0x11b,_0x3b5c0d,_0x56cd75-0x13b);}const _0xba0df1={'ljDCN':_0x3691d5(_0x17100c._0x1a746c,_0x17100c._0x4c5a90,_0x17100c._0x779a91,0x212)+_0x3fb161(0x49a,_0x17100c._0x4af668,0x463,0x44a)+_0x3fb161(_0x17100c._0x44b048,_0x17100c._0x30b0e1,0x424,0x484)+_0x3fb161(_0x17100c._0x33a100,0x467,0x3ea,_0x17100c._0x14761d)+_0x3fb161(_0x17100c._0x4718a9,0x4b9,0x446,0x41c)+'ry','fZsFL':function(_0x563908,_0x5e8dca){return _0x563908!==_0x5e8dca;},'XFwCG':'AlSll','LyEbY':function(_0x5f7059,_0xf9f4ee,_0x34dc7c,_0x394ffe){return _0x5f7059(_0xf9f4ee,_0x34dc7c,_0x394ffe);},'mGJgi':function(_0x4ac644,_0x8962e6){return _0x4ac644===_0x8962e6;},'hrmpA':'jlYnE','nwklg':_0x3691d5(_0x17100c._0x1df308,0x1f1,_0x17100c._0x15f777,0x2fc),'RdHWY':_0x3691d5(_0x17100c._0x9dfaa5,_0x17100c._0x91531e,_0x17100c._0x4dedfa,0x15e),'zhJNz':_0x3fb161(0x568,_0x17100c._0x41112a,0x571,0x5c5)+'king\x20pull\x20'+_0x3691d5(_0x17100c._0x6aefff,_0x17100c._0x35f431,0x1bc,_0x17100c._0x59d005)+'pport'};function _0x3fb161(_0x327101,_0x12a733,_0x10ab4d,_0x1212ea){return _0x504f47(_0x327101-0x1ed,_0x12a733-_0x24e17a._0x25bd01,_0x1212ea,_0x327101-_0x24e17a._0x406133);}const _0x1eaf49=_0x1120f3[_0x3fb161(0x444,0x4cc,_0x17100c._0x9b0f22,_0x17100c._0x595f7d)]||_0x34d1b7;try{if(_0xba0df1[_0x3691d5(_0x17100c._0x1f496e,0x280,_0x17100c._0x1e9623,_0x17100c._0x5a3bdb)](_0x3fb161(_0x17100c._0x216445,_0x17100c._0x12397f,_0x17100c._0x1b77ba,_0x17100c._0x2bf890),_0xba0df1[_0x3691d5(_0x17100c._0x237e61,_0x17100c._0x793eaa,_0x17100c._0x26571c,_0x17100c._0x5f4af7)]))throw new _0x12bbb5(_0xba0df1['ljDCN']);else{const _0x5c4bff={};_0x5c4bff[_0x3fb161(_0x17100c._0x16948d,0x4c0,_0x17100c._0x30bd15,0x428)]=_0x1eaf49;const _0x336305=await _0xba0df1[_0x3fb161(0x477,0x3f7,0x454,0x50e)](getProviderForRepo,_0x379dd1,_0x34c35d,_0x5c4bff);if(!_0x336305){if(_0xba0df1[_0x3691d5(0x292,_0x17100c._0x43d2e8,_0x17100c._0x2f6f96,0x279)](_0xba0df1[_0x3691d5(_0x17100c._0x200b7a,_0x17100c._0x5468d2,0x2f5,0x2ff)],_0xba0df1[_0x3fb161(_0x17100c._0x43be7c,0x4bb,_0x17100c._0x43be7c,0x46b)]))throw new _0x535f02('Provider\x20\x22'+_0x3b2725[_0x3fb161(_0x17100c._0x31f685,_0x17100c._0x549977,_0x17100c._0x57f3f6,0x546)]+(_0x3fb161(0x51e,0x4d3,0x4a4,_0x17100c._0x31772e)+_0x3691d5(_0x17100c._0x1c0ebf,_0x17100c._0xbae761,0x287,_0x17100c._0x424035)+_0x3fb161(0x453,0x4c5,0x3df,0x3bf)+_0x3fb161(0x4a8,_0x17100c._0x5e4b7f,0x46a,_0x17100c._0x27bcc8)+'ng'));else{const _0x90a39e={};return _0x90a39e[_0x3691d5(_0x17100c._0x4a217d,_0x17100c._0x5eece6,0x183,_0x17100c._0x1f8dc9)]=![],_0x90a39e[_0x3fb161(_0x17100c._0x40c170,0x4ce,0x4e7,0x4a8)+'me']=null,_0x90a39e[_0x3fb161(_0x17100c._0x451464,_0x17100c._0x5ab12f,_0x17100c._0x54d1e6,_0x17100c._0x1bb794)+'pe']=null,_0x90a39e;}}const {provider:_0xd75eb1}=_0x336305,_0x2e2d0e=_0xd75eb1[_0x3fb161(_0x17100c._0x54793e,_0x17100c._0x5f2a4e,0x56c,0x4a5)+'llRequests']&&_0xd75eb1[_0x3fb161(_0x17100c._0x4eb927,0x4de,0x572,_0x17100c._0x37a948)+_0x3691d5(_0x17100c._0x5c4d7d,_0x17100c._0x44c23d,0x1a3,_0x17100c._0x4b061c)](),_0x1de9e6={};return _0x1de9e6[_0x3691d5(0x203,0x23a,_0x17100c._0x30d3cd,_0x17100c._0x583f4e)]=_0x2e2d0e,_0x1de9e6[_0x3fb161(0x4dd,0x4d2,_0x17100c._0x33db23,_0x17100c._0x15fac8)+'me']=_0xd75eb1[_0x3691d5(0x248,_0x17100c._0x4d9a0e,_0x17100c._0x131744,_0x17100c._0x408a45)],_0x1de9e6['providerTy'+'pe']=_0xd75eb1[_0x3fb161(_0x17100c._0x2c37f0,_0x17100c._0x5ae898,0x3f1,0x4c9)],_0x1de9e6;}}catch(_0xd8d20e){if(_0xba0df1['fZsFL'](_0xba0df1[_0x3691d5(0x17f,0x1cd,_0x17100c._0x3b44ff,_0x17100c._0x5d8e7f)],_0xba0df1[_0x3fb161(_0x17100c._0x360091,_0x17100c._0x44b048,0x496,_0x17100c._0x1f005c)]))_0xb560fc='Azure\x20DevO'+_0x3691d5(_0x17100c._0x1f8dc9,0x107,_0x17100c._0xc7a836,0x132)+_0x232e85[_0x3691d5(0x279,0x21b,0x2e8,0x258)+'on']+')';else{const _0x400731={};_0x400731[_0x3fb161(_0x17100c._0x52b3fa,0x4cb,_0x17100c._0x164ac8,0x439)]=_0xd8d20e['message'],_0x400731['repoUrl']=_0x34c35d,_0x1eaf49[_0x3691d5(0x263,_0x17100c._0x1358f3,_0x17100c._0x4f79c9,0x229)](_0xba0df1[_0x3691d5(_0x17100c._0x2c0050,_0x17100c._0x50919d,0x2eb,_0x17100c._0x348d0b)],_0x400731);const _0x48c492={};return _0x48c492[_0x3fb161(0x4cc,_0x17100c._0x30b7b,0x534,_0x17100c._0x50a631)]=![],_0x48c492[_0x3691d5(_0x17100c._0x1c6bc9,0x258,0x241,_0x17100c._0x5a551a)+'me']=null,_0x48c492[_0x3691d5(_0x17100c._0x2bbc97,0x241,0x2a8,0x22d)+'pe']=null,_0x48c492;}}}export async function checkUserModeConnections(_0x16b0f0,_0x3f72a5,_0x1eb50a={}){const _0x53fa9a={_0x4f582c:0x19,_0x335f43:0x36,_0x24f1ce:0x90,_0x29bc66:0x187,_0x20c49d:0x206,_0x2d254e:0x1c0,_0x14122a:0xb0,_0x4819b8:0x18a,_0x1b65bd:0xeb,_0x230426:0xbf,_0x5e665c:0x7b,_0x583524:0xff,_0xd569f7:0x1a9,_0x158f79:0x21b,_0x262eed:0x1a1,_0x12b373:0x1a6,_0x408f6e:0x174,_0xb30155:0x182,_0x148cab:0x171,_0xce9ae7:0x8a,_0x376171:0xe3,_0x26f797:0x114,_0x4b9c4f:0x231,_0x47d5ef:0x1c1,_0x1b488e:0xfd,_0x485075:0x10c,_0x25c1cf:0x127,_0x46c400:0x1,_0x26fe39:0xd,_0xa015c9:0x11c,_0x5cee85:0x16d,_0x2ec3c7:0xb5,_0x5d6995:0x3a,_0x1adf98:0x87,_0x1c2338:0x18c,_0x3deab8:0x1c6,_0x538683:0x5e,_0x17f682:0x99,_0xe14104:0xe9,_0x459eb6:0x8b,_0x435212:0x74,_0x45ee4f:0x3b,_0x284163:0x22,_0x3970ce:0x4f,_0x18e4c4:0x38,_0x156a37:0x12e,_0x2a265a:0x132,_0x473197:0xbc,_0x3bcf02:0xab,_0x4d6407:0xd4,_0x223c22:0x147,_0x49ecba:0x135,_0x30a602:0x17a,_0x1644b4:0x1ed,_0x41ef98:0x108,_0x20f6d3:0x71,_0x52e157:0x107,_0x1401dc:0xa9,_0x15d778:0x119,_0x470173:0xcb,_0x5c6685:0x44,_0x5e697f:0x142,_0x50b5d0:0xcf,_0x5602d0:0x122,_0x2ca315:0xb8,_0x42b6e8:0x85,_0x5846da:0x8d,_0x4db028:0x180,_0x7c95af:0xad,_0x3f6e63:0xf9,_0x9fb83c:0x120,_0x1a1cbc:0x2c,_0x444af9:0xe1,_0x333c46:0x8c,_0x48dfc8:0x100,_0x347734:0x1da,_0x79b4b7:0x20b,_0x369c1d:0x1a8,_0x5852e8:0xb7,_0x797aa5:0x42,_0x2d1c9d:0x15b,_0x595598:0xc9,_0x32979:0x1b9,_0x25fce8:0x1bd,_0x40d574:0x58,_0x555d13:0xd8,_0x4b90ad:0x49,_0x3d4a1f:0x105,_0x553d56:0xa0,_0x136eb3:0x161,_0x14fe69:0x1cb,_0x40fd19:0xe4,_0x578938:0x15c,_0x551f6f:0x16a,_0x1ddeeb:0x106,_0x30ba32:0x7f,_0x29cdb5:0x26,_0x17e473:0x2f,_0x174453:0x1a2,_0x4d06f6:0x12f,_0x10e79f:0x231,_0x5300c2:0xe7,_0x379662:0x13,_0x985155:0x20,_0x19b8b0:0x130,_0x3d3e7f:0x11f,_0x4f0f6f:0xc8,_0x313cb8:0x33,_0x222342:0x22f,_0x41ea11:0x1cf,_0x3e7c22:0x184,_0x5d86ff:0x186,_0x5eef36:0x1e2,_0x2884c8:0x1a1,_0x506c0f:0x1c9,_0x14cc4e:0x1d6,_0x19b10a:0xf3,_0x40eb82:0xc8,_0x47fccb:0x60,_0x462685:0x13c,_0x278c0e:0xde,_0x2c9412:0x21,_0x4a4a80:0xe3,_0x15fc6e:0xac,_0x129b88:0x132,_0x169634:0x31,_0xa5ed9b:0x145,_0x5aaf02:0x13c,_0x3fabb2:0xe5,_0x5b2f98:0xef,_0x4d27ab:0xca,_0x264a06:0x3c,_0x5e344c:0x133,_0x494bdb:0x13b,_0x202412:0x184,_0x452857:0x49,_0x255096:0xbd,_0x551473:0x6,_0x278f46:0xc4,_0x1e538e:0x115,_0x491cb3:0xd0,_0x3f1eb8:0x1da,_0x439be4:0x17e,_0x422440:0x1b0,_0x43cd23:0xf6,_0x572862:0x2d,_0x4c7fd3:0x62,_0x4b5dcd:0x94,_0x2aa1d0:0x2e,_0x27f46e:0xd9,_0x255ea2:0x102,_0x282bc1:0xcf,_0x194631:0x13a,_0x46ab37:0x12c,_0x2cf3fc:0xc9,_0x35c3bb:0x128,_0x232e3c:0x9d,_0xbb4b6f:0x94,_0x4feba1:0x86,_0x28fcfb:0x131,_0x356ae7:0xa0,_0x50bad8:0x113,_0x566bed:0xf7,_0x5cbc9d:0x10d,_0x56db3d:0x1c5,_0x4b8cb3:0x51,_0x268465:0x5f,_0x15ba3c:0x2a,_0x3a0b7f:0x34,_0x294ad1:0x34},_0x5d83b8={_0x3c0130:0xab,_0x52b837:0x127,_0x45cb5d:0x42e},_0x271a40={'RWlgW':_0x4b04d3(-0x243,-0x1df,-0x18b,-0x243),'CETSs':function(_0x118aa0,_0x28b631){return _0x118aa0===_0x28b631;},'cjfWh':_0x5c59fb(-0x59,-_0x53fa9a._0x4f582c,-_0x53fa9a._0x335f43,-_0x53fa9a._0x24f1ce)+_0x4b04d3(-0x1b9,-_0x53fa9a._0x29bc66,-_0x53fa9a._0x20c49d,-_0x53fa9a._0x2d254e),'rpKsi':function(_0xefb15b,_0x13c9a2,_0x2e3c03){return _0xefb15b(_0x13c9a2,_0x2e3c03);},'NiCrg':function(_0x4897d4,_0xbb003c){return _0x4897d4!==_0xbb003c;},'cBhjN':_0x4b04d3(-0x1aa,-0x11f,-_0x53fa9a._0x14122a,-_0x53fa9a._0x4819b8),'ErczE':_0x5c59fb(-_0x53fa9a._0x1b65bd,-_0x53fa9a._0x230426,-_0x53fa9a._0x5e665c,-0x4f),'LSUmf':function(_0x4fd634,_0x59bce0){return _0x4fd634===_0x59bce0;},'QBEAt':_0x4b04d3(-_0x53fa9a._0x583524,-0x150,-0x110,-_0x53fa9a._0xd569f7),'xDajU':_0x4b04d3(-_0x53fa9a._0x158f79,-_0x53fa9a._0x262eed,-0x236,-_0x53fa9a._0x12b373)+'ps','JMayk':_0x4b04d3(-_0x53fa9a._0x408f6e,-0x17c,-0x139,-_0x53fa9a._0xb30155),'pOOWS':function(_0x2b1f5c,_0x2aa9ff,_0x21d5cc){return _0x2b1f5c(_0x2aa9ff,_0x21d5cc);},'FaSNm':'ERHMu','lvDje':function(_0x73b211,_0x183f8d){return _0x73b211!==_0x183f8d;},'dRYhw':_0x4b04d3(-0xad,-0xd7,-0x4b,-0x14f),'HaEAI':'Could\x20not\x20'+_0x4b04d3(-_0x53fa9a._0x148cab,-0x131,-0x15a,-0xc0)+'y\x20name\x20for'+_0x5c59fb(-_0x53fa9a._0xce9ae7,-0x119,-_0x53fa9a._0x376171,-0x95),'OOfYy':function(_0x55cb73,_0x5a9de){return _0x55cb73===_0x5a9de;},'wEDoj':_0x5c59fb(-_0x53fa9a._0x26f797,-0x12c,-0xc3,-0x15a),'Eqndo':_0x4b04d3(-_0x53fa9a._0x4b9c4f,-_0x53fa9a._0x47d5ef,-0x22a,-0x231)+_0x4b04d3(-0x16e,-_0x53fa9a._0x1b488e,-0xba,-0xb2)+_0x5c59fb(-0x1bd,-_0x53fa9a._0x485075,-_0x53fa9a._0x25c1cf,-0x17c)+'or\x20user-mo'+_0x5c59fb(_0x53fa9a._0x46c400,_0x53fa9a._0x26fe39,-0x2f,0x15),'ISBKG':'git_connec'+_0x4b04d3(-0xdb,-_0x53fa9a._0xa015c9,-_0x53fa9a._0x5cee85,-_0x53fa9a._0x2ec3c7)+_0x5c59fb(-0x12a,-_0x53fa9a._0x5d6995,-0xb2,-_0x53fa9a._0x1adf98)},_0x116d0c=_0x1eb50a[_0x4b04d3(-0x233,-0x1dc,-_0x53fa9a._0x1c2338,-_0x53fa9a._0x3deab8)]||_0x34d1b7,_0x46499d=_0x16b0f0[_0x5c59fb(-_0x53fa9a._0x538683,-_0x53fa9a._0x17f682,-_0x53fa9a._0xe14104,-_0x53fa9a._0x459eb6)](_0x336812=>_0x336812[_0x5c59fb(-0x53,-0xaf,-0xc9,-0x148)+'_mode']===_0x4b04d3(-0x14e,-0x171,-0x1d4,-0x200));if(_0x271a40[_0x5c59fb(-0xa3,-0xae,-0x8c,-_0x53fa9a._0x435212)](_0x46499d[_0x5c59fb(-_0x53fa9a._0x45ee4f,0x7,-0x38,-_0x53fa9a._0x284163)],-0x1*-0xffd+-0xf37*-0x1+-0x1f34*0x1))return null;const {getUserGitTokens:_0x459bb4}=await import(_0x271a40[_0x5c59fb(-0x91,-0x66,-_0x53fa9a._0x3970ce,-_0x53fa9a._0x18e4c4)]);function _0x5c59fb(_0x15106f,_0x30f44e,_0x28ea1f,_0x8630f5){return _0x504f47(_0x15106f-_0x5d83b8._0x3c0130,_0x30f44e-_0x5d83b8._0x52b837,_0x30f44e,_0x28ea1f- -_0x5d83b8._0x45cb5d);}const _0x1fffd0=await _0x271a40[_0x4b04d3(-0x1a1,-_0x53fa9a._0x156a37,-0x1a8,-0x132)](_0x459bb4,_0x3f72a5,_0x1eb50a),_0x4c8308={};for(const _0x521a50 of _0x46499d){!_0x4c8308[_0x521a50[_0x5c59fb(-_0x53fa9a._0x2a265a,-0x88,-0xd4,-0x12a)]]&&(_0x4c8308[_0x521a50[_0x5c59fb(-0x15c,-_0x53fa9a._0x473197,-0xd4,-0x129)]]=[]),_0x4c8308[_0x521a50[_0x5c59fb(-0xac,-_0x53fa9a._0x3bcf02,-_0x53fa9a._0x4d6407,-0x90)]][_0x4b04d3(-0x189,-_0x53fa9a._0x223c22,-0x161,-_0x53fa9a._0xa015c9)](_0x521a50['url']);}function _0x4b04d3(_0x456d22,_0x4772c7,_0x380ea6,_0x5eeb24){return _0x414d92(_0x456d22-0x120,_0x4772c7- -0x23c,_0x456d22,_0x5eeb24-0x1e);}const _0x3f8c22=[];for(const [_0x33ba10,_0x1a3c44]of Object[_0x4b04d3(-0x134,-0xbb,-0x60,-_0x53fa9a._0x49ecba)](_0x4c8308)){if(_0x271a40[_0x4b04d3(-0x17b,-_0x53fa9a._0x30a602,-_0x53fa9a._0x1644b4,-_0x53fa9a._0x41ef98)](_0x271a40[_0x4b04d3(-_0x53fa9a._0x20f6d3,-_0x53fa9a._0x52e157,-0x16f,-_0x53fa9a._0x1401dc)],_0x271a40['ErczE'])){if(_0x1fffd0[_0x33ba10])continue;const _0x5248c6=await loadProvidersConfig(_0x1eb50a),_0x21a3c3=_0x5248c6[_0x4b04d3(-_0x53fa9a._0x15d778,-0xdb,-_0x53fa9a._0x470173,-_0x53fa9a._0x5c6685)]?.[_0x33ba10];if(!_0x21a3c3){const _0x892e28={};_0x892e28[_0x5c59fb(-0x1c,-0xcc,-0x9c,-0x42)+'me']=_0x33ba10,_0x116d0c[_0x4b04d3(-0x173,-0xf4,-_0x53fa9a._0x5e697f,-0xf3)](_0x4b04d3(-_0x53fa9a._0x50b5d0,-_0x53fa9a._0x2a265a,-0xc3,-0xb7)+'ot\x20found\x20w'+_0x5c59fb(-0x8e,-0xa0,-0xf7,-0xd1)+_0x4b04d3(-0x132,-0x1b3,-_0x53fa9a._0x5602d0,-0x14f)+_0x5c59fb(-0x81,-_0x53fa9a._0x2ca315,-0xf0,-_0x53fa9a._0x42b6e8),_0x892e28);continue;}let _0x5c3e18=_0x33ba10;const _0x4b7a61=_0x271a40[_0x4b04d3(-0x128,-0xc3,-0x101,-_0x53fa9a._0x5846da)](_0x21a3c3[_0x4b04d3(-0x146,-0x1c6,-0x1f0,-_0x53fa9a._0x4db028)],_0x271a40[_0x5c59fb(-0xce,-_0x53fa9a._0x7c95af,-_0x53fa9a._0x3f6e63,-_0x53fa9a._0x9fb83c)])||_0x271a40[_0x5c59fb(-_0x53fa9a._0x1a1cbc,-_0x53fa9a._0x444af9,-_0x53fa9a._0x333c46,-_0x53fa9a._0x48dfc8)](_0x21a3c3[_0x4b04d3(-_0x53fa9a._0x347734,-0x1c6,-_0x53fa9a._0x79b4b7,-_0x53fa9a._0x369c1d)],_0x271a40[_0x5c59fb(-0xa2,-0xa8,-_0x53fa9a._0x5852e8,-_0x53fa9a._0x797aa5)]);try{if(_0x271a40['JMayk']!==_0x271a40['JMayk']){const _0x1fc68a={};_0x1fc68a['url']=_0x4dcdf7['url'],_0x1fc68a['provider']=_0x1f0832,_0x1fc68a[_0x5c59fb(-0x5b,-_0x53fa9a._0x2d1c9d,-_0x53fa9a._0x595598,-0xe3)+'_mode']=_0x9573f6[_0x4b04d3(-_0x53fa9a._0x583524,-0x170,-_0x53fa9a._0x32979,-_0x53fa9a._0x25fce8)+_0x5c59fb(-0x3b,_0x53fa9a._0x40d574,-0x2c,-0x94)]||_0x271a40[_0x5c59fb(-_0x53fa9a._0x555d13,-0xcb,-_0x53fa9a._0x4b90ad,-_0x53fa9a._0x42b6e8)],_0x3862fd[_0x5c59fb(-_0x53fa9a._0x3d4a1f,-0x26,-_0x53fa9a._0x553d56,-_0x53fa9a._0x1401dc)](_0x1fc68a);}else{const _0x1f15ef=await _0x271a40[_0x4b04d3(-_0x53fa9a._0x136eb3,-0x166,-_0x53fa9a._0x14fe69,-_0x53fa9a._0x40fd19)](getProvider,_0x33ba10,_0x1eb50a);if(_0x1f15ef&&_0x21a3c3['type']===_0x271a40['QBEAt']){const _0x1a63dd=await _0x1f15ef['getInstall'+'ationInfo']();if(_0x1a63dd?.[_0x4b04d3(-_0x53fa9a._0x578938,-0x108,-_0x53fa9a._0x551f6f,-_0x53fa9a._0x1ddeeb)+'gin']){if(_0x271a40['NiCrg'](_0x271a40[_0x5c59fb(-_0x53fa9a._0x30ba32,-0x96,-_0x53fa9a._0x29cdb5,-_0x53fa9a._0x17e473)],_0x271a40['FaSNm']))return null;else _0x5c3e18=_0x4b04d3(-0x194,-_0x53fa9a._0x174453,-_0x53fa9a._0x4d06f6,-_0x53fa9a._0x10e79f)+_0x1a63dd[_0x5c59fb(-_0x53fa9a._0x3970ce,-_0x53fa9a._0x5300c2,-0x61,-0x5d)+_0x5c59fb(-_0x53fa9a._0x379662,-_0x53fa9a._0x985155,-0xab,-0x7a)]+')';}}else{if(_0x271a40['LSUmf'](_0x21a3c3[_0x5c59fb(-_0x53fa9a._0x19b8b0,-0x13b,-_0x53fa9a._0x3d3e7f,-0x142)],_0x271a40[_0x5c59fb(-0x102,-0x81,-0xb7,-0x13c)])&&_0x21a3c3['organizati'+'on']){if(_0x271a40[_0x5c59fb(-_0x53fa9a._0x4f0f6f,-0xd6,-0x82,-0x91)](_0x271a40[_0x5c59fb(-0xa2,0x5,-0x8e,-_0x53fa9a._0x313cb8)],_0x271a40[_0x4b04d3(-_0x53fa9a._0x2a265a,-0x135,-0xd1,-0x185)]))throw new _0x5145e9(_0x4b04d3(-_0x53fa9a._0x222342,-_0x53fa9a._0x41ea11,-_0x53fa9a._0x3e7c22,-0x1d0)+_0x4b04d3(-0x182,-_0x53fa9a._0x5d86ff,-0x14a,-_0x53fa9a._0x5eef36)+_0x4b04d3(-_0x53fa9a._0x2884c8,-_0x53fa9a._0x506c0f,-_0x53fa9a._0x14cc4e,-0x20c)+'nd\x20for\x20thi'+_0x5c59fb(-0x119,-_0x53fa9a._0x19b10a,-_0x53fa9a._0x40eb82,-0x69)+'ry');else _0x5c3e18=_0x5c59fb(-_0x53fa9a._0x47fccb,-0x5f,-0xc2,-0x97)+_0x5c59fb(-0x9c,-0xa8,-_0x53fa9a._0x26f797,-0x122)+_0x21a3c3[_0x4b04d3(-_0x53fa9a._0x462685,-_0x53fa9a._0x278c0e,-0x8b,-0xa7)+'on']+')';}}}}catch(_0x250fec){const _0x33a2b3={};_0x33a2b3['providerNa'+'me']=_0x33ba10,_0x33a2b3[_0x5c59fb(-_0x53fa9a._0x2c9412,-_0x53fa9a._0x4a4a80,-_0x53fa9a._0x15fc6e,-_0x53fa9a._0x129b88)]=_0x250fec['message'],_0x116d0c[_0x5c59fb(-_0x53fa9a._0x797aa5,_0x53fa9a._0x5d6995,-_0x53fa9a._0x169634,-0xbd)](_0x271a40[_0x4b04d3(-0x1c6,-_0x53fa9a._0xa5ed9b,-0x1d4,-0x19c)],_0x33a2b3);}const _0x2a7d3e={};_0x2a7d3e['provider_n'+_0x4b04d3(-_0x53fa9a._0x5aaf02,-_0x53fa9a._0x3fabb2,-0xa8,-0x9a)]=_0x33ba10,_0x2a7d3e[_0x5c59fb(-_0x53fa9a._0x2ca315,-0xda,-_0x53fa9a._0x5b2f98,-_0x53fa9a._0x4d27ab)+_0x5c59fb(-0x53,-_0x53fa9a._0x1adf98,-_0x53fa9a._0x264a06,-0x26)]=_0x21a3c3['type'],_0x2a7d3e[_0x5c59fb(-_0x53fa9a._0x5e344c,-0x152,-0x12e,-0x133)+'me']=_0x5c3e18,_0x2a7d3e['user_mode_'+_0x4b04d3(-0x1ac,-0x154,-_0x53fa9a._0x494bdb,-_0x53fa9a._0x202412)]=_0x4b7a61,_0x2a7d3e[_0x5c59fb(-_0x53fa9a._0x452857,-_0x53fa9a._0x30ba32,-0xd2,-0x8b)]=_0x1a3c44,_0x3f8c22['push'](_0x2a7d3e);}else _0x20d6fa[_0x9d8f10['provider']]=[];}if(_0x271a40['LSUmf'](_0x3f8c22[_0x5c59fb(0x29,-_0x53fa9a._0x15fc6e,-0x38,0x15)],-0x3*-0x83f+0x1c5b+0x4*-0xd46)){if(_0x271a40[_0x5c59fb(-_0x53fa9a._0x255096,-0x3c,-0x79,_0x53fa9a._0x551473)](_0x271a40[_0x5c59fb(-0x17b,-_0x53fa9a._0x278f46,-_0x53fa9a._0x1e538e,-_0x53fa9a._0x491cb3)],_0x271a40['wEDoj']))return null;else{if(_0x4013b2['remote_pro'+_0x4b04d3(-_0x53fa9a._0x3f1eb8,-_0x53fa9a._0x439be4,-0x1f3,-0x170)]?.[_0x4b04d3(-0x190,-0x17b,-_0x53fa9a._0x422440,-_0x53fa9a._0x43cd23)]&&_0x22e121[_0x5c59fb(-0xa9,-0x1b,-0x92,0x5)]){const _0x3d3bd0=_0x267659[_0x5c59fb(-_0x53fa9a._0x572862,-_0x53fa9a._0x4c7fd3,-_0x53fa9a._0x4b5dcd,-_0x53fa9a._0x2aa1d0)+_0x5c59fb(-0x102,-_0x53fa9a._0x27f46e,-0xd7,-0xe1)][_0x5c59fb(-_0x53fa9a._0x255ea2,-0x65,-_0x53fa9a._0x4d6407,-0xa0)];!_0x5099e0[_0x3d3bd0]&&(_0xbf952b[_0x3d3bd0]=[]);const _0x7ead14={};_0x7ead14[_0x4b04d3(-_0x53fa9a._0x282bc1,-0x139,-0xaa,-0x161)]=_0xe3982d[_0x4b04d3(-0xf9,-0x139,-_0x53fa9a._0x194631,-0xab)],_0x7ead14[_0x5c59fb(-_0x53fa9a._0x46ab37,-0xab,-_0x53fa9a._0x2cf3fc,-0xee)+'_mode']=_0x17147d[_0x5c59fb(-_0x53fa9a._0x35c3bb,-_0x53fa9a._0x232e3c,-_0x53fa9a._0xbb4b6f,-0x12a)+_0x5c59fb(-0x151,-0xd5,-0xd7,-_0x53fa9a._0x4feba1)]?.[_0x5c59fb(-_0x53fa9a._0x28fcfb,-0xa0,-0xc9,-_0x53fa9a._0x5c6685)+_0x5c59fb(0x2f,0xf,-0x2c,0x26)],_0x1dd4ad[_0x3d3bd0][_0x5c59fb(-0x35,-0x2b,-_0x53fa9a._0x356ae7,-0x20)](_0x7ead14);}}}_0x116d0c[_0x5c59fb(-_0x53fa9a._0x50bad8,-_0x53fa9a._0x566bed,-0xb8,-_0x53fa9a._0x5cbc9d)](_0x271a40[_0x4b04d3(-_0x53fa9a._0x56db3d,-0x16c,-0x177,-0xf4)],{'userId':_0x3f72a5,'missingProviders':_0x3f8c22[_0x5c59fb(-0x76,0x54,-0x28,-0x25)](_0x35ba65=>_0x35ba65[_0x5c59fb(-0xe0,-0x164,-0x132,-0x125)+'ame'])});const _0x295ec9={};return _0x295ec9[_0x5c59fb(-0x3c,-_0x53fa9a._0x4b8cb3,-_0x53fa9a._0x15fc6e,-_0x53fa9a._0x17e473)]=_0x271a40[_0x4b04d3(-0x169,-0xe0,-0x8f,-_0x53fa9a._0x268465)],_0x295ec9[_0x5c59fb(-_0x53fa9a._0x15ba3c,_0x53fa9a._0x3a0b7f,-_0x53fa9a._0x294ad1,-0xc3)]=_0x3f8c22,_0x295ec9;}
1
+ (function(_0x407755,_0x2627b2){const _0x458895={_0x5bcf64:0x44,_0x281d8e:0x16e,_0x3a5c00:0x68,_0x5c06f7:0x6a,_0x24882e:0xbc,_0x31088d:0x89,_0x35d31d:0x147,_0x4336c7:0x11e,_0x2a01d8:0x184,_0x4224c0:0x111,_0x5ecad4:0x95,_0x1eb30b:0xe5},_0x55fa5a={_0x230358:0x22a};function _0xd73198(_0x517686,_0x5563fb,_0x2be614,_0x2c7959){return _0x3896(_0x517686- -0x31d,_0x2be614);}function _0x5ef9b9(_0x3c6323,_0x3794ff,_0x39f514,_0x4bbb90){return _0x3896(_0x39f514- -_0x55fa5a._0x230358,_0x3c6323);}const _0x327fd4=_0x407755();while(!![]){try{const _0x1b9be6=parseInt(_0x5ef9b9(-0x51,-_0x458895._0x5bcf64,-0x50,-0x33))/(-0x3*-0x3e2+0x971*-0x2+0x73d)*(-parseInt(_0xd73198(-0x1da,-0x264,-0x26b,-_0x458895._0x281d8e))/(-0x1ff*0x7+0x986+-0x1*-0x475))+parseInt(_0x5ef9b9(-0x97,-0x57,-_0x458895._0x3a5c00,-0xc0))/(0xa7*0x2f+0x1423*-0x1+-0xa83)+parseInt(_0x5ef9b9(-0x5f,-0xff,-_0x458895._0x5c06f7,-0xa))/(0x5df*-0x1+-0x15cb*0x1+-0x3*-0x93a)+-parseInt(_0xd73198(-_0x458895._0x24882e,-0x14d,-_0x458895._0x31088d,-_0x458895._0x35d31d))/(0x2501+0xd9+-0x25d5)+-parseInt(_0xd73198(-_0x458895._0x4336c7,-0xa8,-0x160,-_0x458895._0x2a01d8))/(-0x5*0x6c4+-0x956+0x1598*0x2)+parseInt(_0x5ef9b9(-0xe9,-_0x458895._0x4224c0,-_0x458895._0x5ecad4,-0x12f))/(0x7*0x4d+0x17d0+-0x19e4)+-parseInt(_0xd73198(-0xd4,-_0x458895._0x1eb30b,-0xfc,-0x136))/(-0x7*0x28d+-0x8*0x239+0x23ab)*(-parseInt(_0x5ef9b9(-0x40,-0xa4,-0x76,-0xe0))/(-0x18f5+-0x1*-0x13c3+0xd*0x67));if(_0x1b9be6===_0x2627b2)break;else _0x327fd4['push'](_0x327fd4['shift']());}catch(_0xeeb69b){_0x327fd4['push'](_0x327fd4['shift']());}}}(_0x4956,0x2f4ec+0x1*0x9484+0x1bf95));import{promises as _0x53fdd3}from'fs';import{existsSync}from'fs';import _0x5d0f3e from'path';import{createProvider,getSupportedProviderTypes}from'./git-providers/index.js';import{logger as _0x5b262c}from'./logger.js';import{DATA_DIR}from'./data-dir.js';let dataDirOverride=null;const PROVIDERS_CONFIG_FILE=_0x48493d(-0xfe,-0x15f,-0x167,-0xfa)+_0x48493d(-0x157,-0x1cc,-0x152,-0x1c9),ENVIRONMENT_JSON_FILE='environmen'+_0x48493d(-0xd3,-0xda,-0x104,-0x80),SECRETS_DIR=_0x26bff3(0x4b7,0x53d,0x475,0x51a)+_0x48493d(-0x1f3,-0x21b,-0x188,-0x13b)+'s';export function setGitProviderDataDir(_0x35bc7c){dataDirOverride=_0x35bc7c;}function getDataDir(){const _0x16d6e2={_0x7c3266:0x2c7,_0x2c3d33:0x2c5,_0x46ea79:0x2ba,_0x38200a:0x32f,_0x34ca57:0x326,_0x2bd28d:0x316},_0xfe0984={_0x33187c:0x6a},_0x299f3e={_0x1ad6b5:0xe5},_0x420331={};function _0x5951b5(_0x49310a,_0x2b7a4a,_0x77ff0b,_0x414df8){return _0x48493d(_0x49310a-_0x299f3e._0x1ad6b5,_0x414df8,_0x2b7a4a- -0x13,_0x414df8-0x1b5);}function _0x15b7dd(_0x5ab820,_0x6dac61,_0x2ff27c,_0x17379a){return _0x26bff3(_0x6dac61- -0x21f,_0x17379a,_0x2ff27c-_0xfe0984._0x33187c,_0x17379a-0x114);}_0x420331[_0x15b7dd(_0x16d6e2._0x7c3266,0x32f,0x3a6,_0x16d6e2._0x2c3d33)]=function(_0x41562c,_0x1ea86d){return _0x41562c||_0x1ea86d;};const _0x6e943d=_0x420331;return _0x6e943d[_0x15b7dd(_0x16d6e2._0x46ea79,_0x16d6e2._0x38200a,_0x16d6e2._0x34ca57,_0x16d6e2._0x2bd28d)](dataDirOverride,DATA_DIR);}function _0x48493d(_0x402bb4,_0x99d04b,_0x323776,_0x267131){return _0x3896(_0x323776- -0x2ca,_0x99d04b);}export function getSecretsPath(){const _0x13e47e={_0x4bf3e0:0x43,_0x178641:0x6f,_0xdd6d83:0x84},_0x592938={_0x5c2943:0x3af,_0x315be5:0x15a};function _0xa5aef9(_0x5e3f21,_0x3843dd,_0x2a3903,_0x50a9df){return _0x26bff3(_0x3843dd- -_0x592938._0x5c2943,_0x5e3f21,_0x2a3903-_0x592938._0x315be5,_0x50a9df-0x1b0);}return _0x5d0f3e[_0xa5aef9(_0x13e47e._0x4bf3e0,0xa6,_0x13e47e._0x178641,_0x13e47e._0xdd6d83)](getDataDir(),SECRETS_DIR);}function _0x4956(){const _0x1aabd8=['A0vtAMq','DMLHihbYB3zPza','zuzlC1O','yKvSrgq','C3vWCg9YDhnszq','CMvTB3rLx3bYBW','AxnbCNjHEq','zMLUzfvZzxjcEq','zg9wvMq','y3jLyxrLzf9HDa','ywnJB3vUDf9SBW','v2fYBu8','zw50CMLLCW','CMvHzezPBgu','DvrlAxC','zgXdtKK','vxjSCW','CMvWB1vYBa','vuztu2O','AwfSC0vUDhj5','z2v0q3jLzgvUDa','yw1L','AKPrsNO','Bg95sMO','C3rYAw5NAwz5','zMLUza','ChjVDMLKzxjZ','runxwvq','BgXszxf1zxn0CW','A2Hkv1u','A2Hmvxa','Cu1LDgq','z2v0uMvTB3rLqW','BxzJA2S','z3PIAMO','wuz6BNu','DxnLCG','zgvIDwC','z2v0vgvHBxncEq','CIbPBMzV','uhjVDMLKzxiGiG','uffhquK','qLjjrhy','DxnLCKLKigLZia','z2L0x2nVBM5LyW','wfzXre0','uhjVDMLKzxiGBG','y2fqyLK','BMCGCMvWB3m','CMvWB3m','AxqGChjVDMLKzq','mtuYAuzOrgjw','igzVCIb1C2vYia','yxrPB25jBMzV','y3LXqxC','BwfW','AKHJugq','BMqGzM9YihjLCa','wgHpChu','B3jNyw5PEMf0Aq','r1D3why','EwXcBge','D1D1z0K','q1DxwgG','rM91BMqGCMvWBW','ChjVDMLKzxi','tM8GCMvWB3mGDW','Chvfwgy','B2TLBIbMB3vUza','y3jLzgvUDgLHBa','z3DotuW','rwX1ugS','CMvWBW','ChvZAa','ze1fC0y','mJyXnJq5nvLkrwDywG','sefStuS','rffKvwC','zNv4CuS','BMfTzq','lxrVA2vUCY5QCW','D1L6y1m','ExbL','DcbJCMvHDgLVBG','x21Vzgu','vxnLCKLK','ChjVDMLKzxjFBG','zuPnyNG','q2PcwxC','CNbJtNC','CNm6igfWCgXPzq','AM9PBG','zMLSDgvY','ANzmyMq','EMzKyKe','zgvYlxnLy3jLDa','mtu1ohz6sfPiva','CMvXDwLYzwqGzG','AgfZqwXSugvYBq','iIbKB2vZig5VDa','Aw5ZDgfSBgf0Aq','vwjSvKK','t0X5EwS','BMCGChjVDMLKzq','r2vUzxjHDgvKia','rxjYB3iGy2HLyW','q2HRCfi','BMqGzM9YihrOAq','B21TAxrezxrHAq','tuL1wuW','D3jPDgvgAwXL','C3vWCg9YDhnqDq','DxrMltG','AwfSCW','CMfUy2HLCW','ig5VDcbJB25MAq','v0jvB1a','z3vYzwqSihnRAq','zxjHDgLVBG','uuvvAeS','AxqGy3jLzgvUDa','BMCGvvjm','ChjPDMf0zv9Rzq','Bw90zujYyw5JAa','zw1VDguGAgLZDa','CMvTB3rL','z3LewNq','yMfZzw5HBwu','z2L0lxbYB3zPza','uvLYBvi','A2LUzYbWDwXSia','q1nUwMW','C2H1Cei','zKrkuw0','DgzHuve','D3vhqu0','zxiGC2vJCMv0CW','B25Tzw50lMPZBW','ihn1ChbVCNqGCG','D2fYBG','Bg1Rs3K','q291BgqGBM90ia','tMzgBha','DuTeDg4','BgvUz3rO','DMLKzxiGywnJzq','rMDMtvC','C3vWCg9YDgvK','uwriwMi','zxjZlMPZB24','zcbKzwzHDwX0ia','EsbUyw1LigzVCG','DhLWzq','DgLVBNnFCMvXDq','B3qGzM91BMqGDW','CLjsu24','zxiGywnJzxnZia','ywXSB3DLzfrLyq','AePTywC','Bhjewgm','uvvht1O','CMvKzw50AwfSCW','EKrcsxe','CMvXDwvZDcbZDq','zgvYia','B21TAxriAxn0BW','zhjYsu4','tLjIsey','zwrLBNrPywWGBq','BwvZC2fNzq','wu9RCxe','CMvJDxjZAxzL','Bw90zuHPC3rVCG','zNrvBwe','AxnZAw9UCW','B2rL','B3iGDxnLCIbJCG','zxiGBM90igzVDq','mtuXmdy4nhzmrhDMAW','tfPKD1e','y2HLy2TtzwnYzq','C29Tzq','Du9bz2C','qvP5thG','CxP4t0y','Bg9Nz2vY','CfvKBMu','lI91C2vYlwDPDa','uMvXDwvZDa','lMDPDc1WCM92Aq','DwXSihjLCxvLCW','CgfYC2u','A3voC0C','CMvHzcbNAxqGCa','DMfSDwvZ','r2L0ihbYB3zPza','zw1VDguGyNjHBG','D1HhrMO','zK10D0K','y3jLyxrLuhvSBa','y29UzMLNDxjLza','yvPYtMS','CMLyBMS','BwTKAxi','AxrOihbYB3zPza','tw9Kzq','sNH5ugK','CuHlDKW','zwXRzNa','nJeYotK5DgDJteHX','AwnWu1i','zw50AwfSigDLBG','rwnVBvq','rMfPBgvKihrVia','Buv6BMG','sw1ptxK','A2v5CW','BffOs3q','Cgf0Aa','zLb6Cvu','ywTWrhe','ntyWodq0vhf6rwPJ','tMLQAMu','nta2nZK5DvjuBwHd','wgTXuhG','r2rPwKG','ChbVCNq','Dc5QC29U','teHOCum','CYbYzxbVC2L0BW','CYb3AxrOihbYBW','A0XyC0C','EuvjDgO','B2XYtuy','Aw5MBW','zMHOwg0','yxbWx2LK','yLjNENa','vgLez1u','tM8Gt0f1DgGGDa','Bwf0y2G','y1ffDKK','BKf4wLq','y3jLyxrLzf9IEq','s1f5yxq','B3iGDxnLCI1TBW','ChjVDMLKzxjuEq','odaYzMLAqKjd','lw9HDxrOlMPZ','z2LU','ihn1ChbVCNqGCa','uM5Zzxq','ugPhs20','vg9hrNu','BMvJDgLVBNmGzG','B3j5igzLDgnOAq','swL2shK','CMvHzcbLBNzPCG','vxnLCIbTAxnZAq','ywXwzhy','B25FAwq','z2L0AhvI','weTWugy','zLjktKi','BMCGr2L0ignVBG','ALLvDwu','Dg9Rzw4','vfbKANi','DNfJqNu','y2HTuvG','ywnJzxnZx3rVAW','s0vIr3K','DhndB25MAwD1CG','yxP1CMuTzgv2BW','CMvWB3nPDg9YEq','r09szw8','DMLKzxi','BefyzeG','zxjYB3i','zguGCMvWB3m','rKLXB2e','BLjTq3y','AgfZx3bYAxzHDa','CMvHC29U','mtK0nZGXmevwsKPUwa','wfrzs00','B1Ddvwu','z3vYzwqGzM9Yia','ChjVDMLKzxjoyq','BMqSihnRAxbWAq','DxnLCL9TB2rLxW','uvDrs0e','C291CMnL','sePIDe8','CMvKigDPDcbWCG','EePfz0G','r2L0shvIicG','shrxCeq','DxjS','B3qGzM91BMq6ia','rMv0y2HPBMCGyW','twLNCMf0zwqGzW','wgPhyuW','tM8Gy29UzMLNDq','B3zPzgvYigzVDq','igfUzcbWCM92Aq','qxP1CMuGrgv2tW'];_0x4956=function(){return _0x1aabd8;};return _0x4956();}export function getSecretFilePath(_0x3311fb){const _0x54aebd={_0x4fe82b:0x251,_0x307665:0x29b,_0x1797b6:0x24e},_0x352642={_0x30b852:0x37};function _0x47bce0(_0x8e0ca1,_0x23374a,_0x1c043f,_0x19b02e){return _0x26bff3(_0x1c043f- -0x1ba,_0x23374a,_0x1c043f-_0x352642._0x30b852,_0x19b02e-0x1bb);}return _0x5d0f3e[_0x47bce0(_0x54aebd._0x4fe82b,0x25f,_0x54aebd._0x307665,_0x54aebd._0x1797b6)](getSecretsPath(),_0x3311fb);}export async function ensureSecretsDirExists(){const _0x163662={_0x34ce18:0x58,_0x45173e:0x5f,_0x3dda1a:0x27,_0x38bed7:0xe7},_0x356c35={_0xdbf518:0x193,_0x48b471:0x69a,_0x8fffd5:0x18a},_0xdfad1={_0x290e92:0x466};function _0x52d3d7(_0x4b2094,_0x121ae4,_0x3cf8ac,_0x28df2b){return _0x26bff3(_0x3cf8ac- -_0xdfad1._0x290e92,_0x4b2094,_0x3cf8ac-0x1e9,_0x28df2b-0x19d);}const _0x3d86cf={'qHKvL':function(_0x49ac4d){return _0x49ac4d();}};function _0x4e0adc(_0x18b1cc,_0x365e1c,_0xe3d689,_0x5f1d23){return _0x48493d(_0x18b1cc-_0x356c35._0xdbf518,_0x5f1d23,_0x18b1cc-_0x356c35._0x48b471,_0x5f1d23-_0x356c35._0x8fffd5);}const _0x1c4855={};_0x1c4855[_0x52d3d7(_0x163662._0x34ce18,0xc1,0x3f,-0x18)]=!![],await _0x53fdd3[_0x52d3d7(0x1c,0xa,_0x163662._0x45173e,-_0x163662._0x3dda1a)](_0x3d86cf[_0x52d3d7(-0x12,_0x163662._0x38bed7,0x63,0xc8)](getSecretsPath),_0x1c4855);}export async function loadProvidersConfig(_0x1a7264={}){const _0x34d824={_0x3a67b0:0x194,_0x3137f5:0x1e0,_0x3de508:0x34,_0x1baa3e:0x33,_0x583b7c:0xd,_0xb1d8fb:0x4f,_0x7b9159:0x29,_0x48f736:0x9,_0x46253a:0x35,_0x57fc23:0x48,_0x56b28b:0xa0,_0x4d123a:0x5f,_0x16c3b6:0x1eb,_0x9d92d9:0x1e9,_0x504e27:0x17a,_0x2e9036:0x7,_0x4019c4:0x51,_0xba46c6:0x18,_0x4a131a:0xa9,_0x2a0ab0:0x48,_0x3be07f:0x9c,_0x44c34b:0xb,_0x3cb792:0x1b,_0x3c6835:0x72,_0x2d179f:0x93,_0x4796af:0x245,_0x359a9a:0x1c1,_0x2a7099:0x13a},_0x41e629={_0x269ce9:0x64,_0xba8c0a:0x31d},_0x400f1f={_0x322dc4:0x49e,_0x200efd:0x1d1,_0x2d8fe6:0x10e},_0x4474d7={'rpcNw':function(_0x34cea7){return _0x34cea7();},'LZdwQ':_0x14b7e3(0x1c6,_0x34d824._0x3a67b0,0x1af,_0x34d824._0x3137f5),'uAIJT':_0x3d9b54(-_0x34d824._0x3de508,-_0x34d824._0x1baa3e,-_0x34d824._0x583b7c,_0x34d824._0xb1d8fb),'lAXdH':'Failed\x20to\x20'+_0x3d9b54(0x1d,_0x34d824._0x7b9159,0x56,_0x34d824._0x48f736)+'roviders\x20c'+'onfig'},_0x58edca=_0x1a7264[_0x3d9b54(0x15,_0x34d824._0x46253a,_0x34d824._0x57fc23,0x84)]||_0x5b262c,_0x269a4d=_0x5d0f3e[_0x3d9b54(-0x49,-0x48,0x2e,-_0x34d824._0x56b28b)](_0x4474d7[_0x3d9b54(-0x4b,-_0x34d824._0x4d123a,-0x78,-0xd7)](getDataDir),PROVIDERS_CONFIG_FILE);function _0x3d9b54(_0x121282,_0x1d548c,_0x1434e2,_0x57c77f){return _0x26bff3(_0x121282- -_0x400f1f._0x322dc4,_0x1434e2,_0x1434e2-_0x400f1f._0x200efd,_0x57c77f-_0x400f1f._0x2d8fe6);}function _0x14b7e3(_0x12baa3,_0x1197a2,_0x5bf346,_0x5a7b28){return _0x48493d(_0x12baa3-_0x41e629._0x269ce9,_0x12baa3,_0x1197a2-_0x41e629._0xba8c0a,_0x5a7b28-0x1a7);}if(!existsSync(_0x269a4d)){if('LkjyF'===_0x4474d7[_0x14b7e3(_0x34d824._0x16c3b6,_0x34d824._0x9d92d9,_0x34d824._0x504e27,0x282)])_0x25e28f[_0x3d9b54(-_0x34d824._0x2e9036,-_0x34d824._0x4019c4,-0x37,_0x34d824._0xba46c6)+'ms']=['*'],_0x13921b=!![];else{const _0x9c80c6={};return _0x9c80c6[_0x3d9b54(_0x34d824._0x4a131a,0x75,0x33,_0x34d824._0x2a0ab0)]={},_0x9c80c6;}}try{const _0x326962=await _0x53fdd3[_0x3d9b54(_0x34d824._0x3be07f,_0x34d824._0x44c34b,0x116,0xe3)](_0x269a4d,_0x4474d7['uAIJT']);return JSON[_0x3d9b54(_0x34d824._0x3cb792,-_0x34d824._0x3c6835,0xc,_0x34d824._0x2d179f)](_0x326962);}catch(_0x263ece){const _0x48c2ed={};_0x48c2ed['path']=_0x269a4d,_0x48c2ed['error']=_0x263ece[_0x14b7e3(0x169,0x1df,0x252,_0x34d824._0x4796af)],_0x58edca[_0x14b7e3(0x21a,_0x34d824._0x359a9a,0x1d3,_0x34d824._0x2a7099)](_0x4474d7[_0x3d9b54(0x71,-0x20,-0x28,0x65)],_0x48c2ed);const _0x26fc15={};return _0x26fc15['providers']={},_0x26fc15;}}function _0x26bff3(_0x23ce00,_0x29abbe,_0x46e02b,_0x4a9cd5){return _0x3896(_0x23ce00-0x317,_0x29abbe);}export async function saveProvidersConfig(_0x1232bd){const _0x24d694={_0x44de63:0xdf,_0x3caaa4:0x146,_0x1e2bcd:0xee,_0x12c9fb:0x19b},_0x1c2612={_0x2c71c7:0x8b},_0x2e6cc3={};_0x2e6cc3['qzhpc']=_0x45193d(_0x24d694._0x44de63,0xc3,0x177,_0x24d694._0x3caaa4);const _0x1f8825=_0x2e6cc3,_0xf20db4=_0x5d0f3e['join'](getDataDir(),PROVIDERS_CONFIG_FILE);function _0x24cdb2(_0x5d1253,_0x509194,_0x3c965b,_0x300186){return _0x26bff3(_0x3c965b-0xa5,_0x300186,_0x3c965b-0xb,_0x300186-0xd5);}function _0x45193d(_0x3100f8,_0x21cdf5,_0x289730,_0x3222cf){return _0x26bff3(_0x3222cf- -0x324,_0x289730,_0x289730-0x1be,_0x3222cf-_0x1c2612._0x2c71c7);}await _0x53fdd3[_0x45193d(_0x24d694._0x1e2bcd,0x15e,_0x24d694._0x12c9fb,0x144)](_0xf20db4,JSON[_0x24cdb2(0x679,0x67f,0x5ea,0x570)](_0x1232bd,null,-0x1f15+-0x2237+0x414e),_0x1f8825['qzhpc']);}export async function migrateProviderAllowedTeams(_0x14c52a={}){const _0x18fbe6={_0x58603e:0x448,_0x2cf081:0x4ce,_0x47fa06:0x22,_0x470f19:0xa8,_0x50498e:0xbd,_0x2d8894:0x51,_0x3e2806:0xa1,_0x204e05:0x52e,_0x435657:0x4f0,_0x11b964:0x40,_0x4ca626:0x159,_0x5c33a7:0xb2,_0x4923aa:0xac,_0x4f5b99:0x4b1,_0x1f4f62:0x50d,_0x12d9ac:0x76,_0x424943:0x68,_0x4699d6:0x531,_0xbc0acc:0x574,_0x4d2fdf:0x4fb,_0x3331c5:0x65,_0x2e25ac:0x26,_0x2bb732:0x4d0,_0x5d93a7:0x4e3,_0x2fada2:0x48d,_0x2d53bd:0x47f,_0x105554:0x461,_0x1a829f:0x46,_0x552485:0x16,_0x32bf05:0xb,_0x461dac:0x3fd,_0x4beaee:0x4b2,_0x442460:0x420,_0xc824c5:0x4b4,_0x107e08:0x458},_0x30e72d={_0x27f17b:0x519,_0x140ef1:0x41,_0x33743a:0x17},_0x5d58d9={_0x1999d0:0x115},_0x58a043={'LHhqC':function(_0x10d4e0,_0x4c353f){return _0x10d4e0(_0x4c353f);},'KEbGy':function(_0x2ea149){return _0x2ea149();},'wYzcS':'utf-8'},_0x53d105=_0x14c52a[_0x180dce(0x482,_0x18fbe6._0x58603e,_0x18fbe6._0x2cf081,0x45c)]||_0x5b262c;function _0x180dce(_0x331c5a,_0x39f4f2,_0x594ffd,_0x1c7b21){return _0x26bff3(_0x1c7b21- -0x57,_0x331c5a,_0x594ffd-0x55,_0x1c7b21-_0x5d58d9._0x1999d0);}const _0x1e116a=await _0x58a043[_0x705776(_0x18fbe6._0x47fa06,-0x3b,-_0x18fbe6._0x470f19,-0x57)](loadProvidersConfig,_0x14c52a);let _0x19e304=![];function _0x705776(_0x17da4a,_0x11018a,_0x52619d,_0x288eba){return _0x26bff3(_0x11018a- -_0x30e72d._0x27f17b,_0x17da4a,_0x52619d-_0x30e72d._0x140ef1,_0x288eba-_0x30e72d._0x33743a);}for(const _0x4769cc of Object[_0x705776(-_0x18fbe6._0x50498e,-0x5d,-_0x18fbe6._0x2d8894,-_0x18fbe6._0x3e2806)](_0x1e116a[_0x180dce(_0x18fbe6._0x204e05,0x489,0x537,_0x18fbe6._0x435657)]||{})){!Array['isArray'](_0x4769cc['allowedTea'+'ms'])&&(_0x4769cc[_0x705776(-_0x18fbe6._0x11b964,-0x82,-0x72,0x17)+'ms']=['*'],_0x19e304=!![]);}if(_0x19e304){const _0x49ca97=_0x5d0f3e[_0x705776(-_0x18fbe6._0x4ca626,-0xc4,-_0x18fbe6._0x5c33a7,-_0x18fbe6._0x4923aa)](_0x58a043[_0x180dce(_0x18fbe6._0x4f5b99,_0x18fbe6._0x1f4f62,0x4ba,0x4b2)](getDataDir),PROVIDERS_CONFIG_FILE);await _0x53fdd3[_0x705776(-_0x18fbe6._0x12d9ac,-0xb1,-_0x18fbe6._0x424943,-0x30)](_0x49ca97,JSON[_0x180dce(_0x18fbe6._0x4699d6,_0x18fbe6._0xbc0acc,_0x18fbe6._0x4d2fdf,0x4ee)](_0x1e116a,null,0x10b*-0xa+0x67*-0x25+-0x3*-0x871),_0x58a043[_0x705776(0x9c,_0x18fbe6._0x3331c5,-_0x18fbe6._0x2e25ac,0x68)]),_0x53d105[_0x180dce(_0x18fbe6._0x2bb732,_0x18fbe6._0x5d93a7,0x4b3,_0x18fbe6._0x2fada2)](_0x180dce(_0x18fbe6._0x2d53bd,_0x18fbe6._0x105554,0x504,0x4d0)+_0x705776(-0x38,_0x18fbe6._0x1a829f,-_0x18fbe6._0x552485,_0x18fbe6._0x32bf05)+_0x180dce(0x48e,0x3b7,0x42d,_0x18fbe6._0x461dac)+_0x180dce(_0x18fbe6._0x4beaee,0x46c,_0x18fbe6._0x442460,0x439)+_0x180dce(_0x18fbe6._0xc824c5,_0x18fbe6._0x107e08,0x40f,0x440)+'ms');}return _0x1e116a;}export async function getProvider(_0x123266,_0x72ee={}){const _0x2444a6={_0x4845c7:0x503,_0x28e19d:0x4ba,_0x4a81f4:0x429,_0x5c9729:0x4bc,_0x4f8dfc:0x46a,_0xcd1ddd:0x476,_0x526fcf:0x4b2},_0x1d5542={_0x51183e:0x1a5,_0x1394f8:0x8},_0x5ca787={_0x4e6130:0x5f3},_0xa74841={'dlCNI':function(_0x5d67f5,_0x1633f1){return _0x5d67f5(_0x1633f1);},'ChkpR':function(_0x2b4ec9){return _0x2b4ec9();}},_0x1d4809=await _0xa74841[_0x486fde(_0x2444a6._0x4845c7,0x524,0x54e,_0x2444a6._0x28e19d)](loadProvidersConfig,_0x72ee);function _0x486fde(_0x4baab7,_0x3a55f8,_0x43201f,_0x40c9c6){return _0x48493d(_0x4baab7-0x13f,_0x40c9c6,_0x43201f-_0x5ca787._0x4e6130,_0x40c9c6-0x13f);}const _0x1d9c67=_0x1d4809[_0x203983(_0x2444a6._0x4a81f4,0x32c,0x393,0x3a2)]?.[_0x123266];function _0x203983(_0x5eae63,_0x2c7aae,_0x2eda80,_0x1ad8f1){return _0x26bff3(_0x1ad8f1- -_0x1d5542._0x51183e,_0x2c7aae,_0x2eda80-_0x1d5542._0x1394f8,_0x1ad8f1-0x128);}if(!_0x1d9c67)return null;return _0xa74841[_0x486fde(_0x2444a6._0x5c9729,0x4ed,0x54e,0x516)](createProvider,{'name':_0x123266,..._0x1d9c67,'secrets_path':_0xa74841[_0x486fde(0x4d7,_0x2444a6._0x4f8dfc,_0x2444a6._0xcd1ddd,_0x2444a6._0x526fcf)](getSecretsPath)});}export async function listProviders(){const _0x5e613a={_0x4293bf:0x1ed,_0x199272:0x266,_0x432da6:0x5e7,_0x1ab30d:0x581,_0x57c978:0x482,_0x5ddf8a:0x547,_0x2581ab:0x4f9,_0xfe2493:0x596,_0x586d75:0x5a6,_0x452148:0x65b,_0x333700:0x1fa,_0x59f90e:0x2cf,_0x3e1404:0x215,_0x3cb523:0x273,_0x1e345d:0x22d,_0x58ace5:0x35a,_0x4c7fd5:0x36f,_0x59a3c3:0x56d,_0x42b7d4:0x50e,_0x1fff03:0x510,_0x5b5e04:0x4de,_0x4e6b57:0x564,_0x29acc4:0x216,_0x112d28:0x1a8,_0x49aa46:0x251,_0x3b9868:0x2fe,_0x229f22:0x261,_0x3d0663:0x510,_0x15ff33:0x54f,_0x5cf5fa:0x478,_0x3b7cc2:0x518,_0x3e6549:0x4f2,_0x357eff:0x5d8,_0x5ae605:0x562,_0x4148a9:0x590,_0x29c619:0x5b4,_0x48dc2b:0x624,_0x4c9050:0x5da,_0x3e95cb:0x200,_0x597b6e:0x2fb,_0x47e774:0x26b,_0x23f1dc:0x27d},_0x54f267={_0x207121:0x12b,_0x5f548d:0x184},_0x3e6845={};function _0x4a0751(_0x42d408,_0x5af3df,_0x32aca3,_0x530de5){return _0x48493d(_0x42d408-_0x54f267._0x207121,_0x42d408,_0x530de5-0x371,_0x530de5-_0x54f267._0x5f548d);}_0x3e6845[_0x4a0751(_0x5e613a._0x4293bf,0x1f0,0x1ed,_0x5e613a._0x199272)]=_0x5ddcad(0x541,_0x5e613a._0x432da6,0x4ee,_0x5e613a._0x1ab30d),_0x3e6845[_0x5ddcad(_0x5e613a._0x57c978,_0x5e613a._0x5ddf8a,0x4a4,_0x5e613a._0x2581ab)]='rzgmj';const _0x4402d9=_0x3e6845;function _0x5ddcad(_0x3f3849,_0xe680f,_0x32465c,_0x1b06b7){return _0x26bff3(_0x1b06b7-0x7e,_0x32465c,_0x32465c-0xfb,_0x1b06b7-0xa5);}const _0x3266a0=await loadProvidersConfig(),_0x5eb5f6=[];for(const [_0x4d93ab,_0x4eabc5]of Object['entries'](_0x3266a0[_0x5ddcad(_0x5e613a._0xfe2493,_0x5e613a._0x586d75,_0x5e613a._0x452148,0x5c5)]||{})){if(_0x4402d9[_0x4a0751(_0x5e613a._0x333700,_0x5e613a._0x59f90e,_0x5e613a._0x3e1404,0x266)]!==_0x4402d9[_0x4a0751(_0x5e613a._0x3cb523,_0x5e613a._0x1e345d,0x20d,0x20b)]){const _0x2c1d09={};_0x2c1d09[_0x4a0751(_0x5e613a._0x58ace5,0x2ce,_0x5e613a._0x4c7fd5,0x30c)]=_0x4d93ab,_0x2c1d09['type']=_0x4eabc5[_0x5ddcad(_0x5e613a._0x59a3c3,_0x5e613a._0x42b7d4,0x57f,_0x5e613a._0x1fff03)],_0x2c1d09[_0x5ddcad(0x523,_0x5e613a._0x5b5e04,0x509,_0x5e613a._0x4e6b57)]=_0x4eabc5['app_id'],_0x2c1d09[_0x4a0751(_0x5e613a._0x29acc4,_0x5e613a._0x112d28,0x1c3,0x1ee)+'on_id']=_0x4eabc5['installati'+_0x4a0751(_0x5e613a._0x49aa46,_0x5e613a._0x3b9868,_0x5e613a._0x229f22,0x28e)],_0x2c1d09[_0x5ddcad(_0x5e613a._0x3d0663,_0x5e613a._0x15ff33,0x60e,0x592)+'e_key']=!!_0x4eabc5[_0x5ddcad(0x506,_0x5e613a._0x5cf5fa,_0x5e613a._0x3b7cc2,_0x5e613a._0x3e6549)+'y'],_0x2c1d09[_0x5ddcad(_0x5e613a._0x357eff,_0x5e613a._0x5ae605,_0x5e613a._0x4148a9,_0x5e613a._0x29c619)]=_0x4eabc5[_0x5ddcad(_0x5e613a._0x48dc2b,0x63c,_0x5e613a._0x4c9050,0x5b4)],_0x2c1d09[_0x4a0751(_0x5e613a._0x3e95cb,_0x5e613a._0x597b6e,0x2d9,0x27d)]=_0x4eabc5[_0x4a0751(0x224,0x2f8,_0x5e613a._0x47e774,_0x5e613a._0x23f1dc)],_0x5eb5f6['push'](_0x2c1d09);}else _0x1741c9[_0x4d2308]=[];}return _0x5eb5f6;}export async function getProvidersForUser(_0x41d52c,_0x364738={}){const _0x514bfb={_0x3e2eaf:0x22a,_0x2ab53c:0x1d6,_0x1c2faf:0x3a5,_0x3af297:0x3d0,_0x10e99c:0x27f,_0x10d47b:0x293,_0x26cdae:0x236,_0x2e1d54:0x2b8,_0x27bdb4:0x2b6,_0x2ccaa6:0x3c1,_0x5c6295:0x11b,_0x51a0ab:0x49c,_0x437731:0x203,_0x4f7421:0x1d9,_0x59c278:0x419,_0x133c9a:0x4ce,_0x37a21f:0x441,_0x158702:0x3d9,_0x1b3a34:0x360,_0x35bd34:0x339,_0x5be92c:0x33d,_0x48621e:0x3bf,_0x28ab13:0x433,_0x37e6ce:0x2ab,_0x4e458f:0x33d,_0x2a761c:0x371,_0x4e8faa:0x223,_0x5a317d:0x266,_0x273941:0x411,_0x1e5f68:0x47b,_0x29f0b2:0x435,_0x38e97e:0x3cd,_0x4ca839:0x3d6,_0x4de8a2:0x487,_0x270d06:0x416,_0x410d4e:0x372,_0x2359d6:0x378,_0x52bbdf:0x3d8,_0x4f28be:0x374,_0x58db33:0x3fe,_0x493c0c:0x478,_0x434031:0x380,_0x27a645:0x464,_0x5d599f:0x48e,_0x3c1db7:0x1b8,_0x557306:0x1b1,_0x1c11b0:0x221,_0x3f133d:0x1ba,_0x3f7a79:0x212,_0x392c83:0x1d9,_0x5b96bd:0x46a,_0x20ee93:0x388,_0x2100fa:0x377,_0x5590dd:0x398,_0x26112d:0x3e7,_0x4d20af:0x3da,_0x58f976:0x4e9},_0x2ed344={_0x2f5cdf:0x17d,_0x3e75b5:0x171},_0x44acdd={};_0x44acdd[_0x38d2e6(0x26b,0x262,0x1f4,_0x514bfb._0x3e2eaf)]=function(_0x535d1e,_0x2a51c0){return _0x535d1e===_0x2a51c0;},_0x44acdd[_0x38d2e6(0x273,0x1ff,_0x514bfb._0x2ab53c,0x24d)]=function(_0x39cb89,_0x2871e2){return _0x39cb89===_0x2871e2;};function _0x38d2e6(_0x2ad00b,_0x10f610,_0x5370b8,_0x41a360){return _0x48493d(_0x2ad00b-0x1bf,_0x2ad00b,_0x41a360-0x2e3,_0x41a360-0x12);}_0x44acdd[_0x2839cf(_0x514bfb._0x1c2faf,0x3ea,_0x514bfb._0x3af297,0x3c9)]=function(_0x1fcd3f,_0xd31775){return _0x1fcd3f!==_0xd31775;},_0x44acdd[_0x38d2e6(_0x514bfb._0x10e99c,0x1b3,0x245,0x23a)]='PjGKm';const _0x3c5884=_0x44acdd,_0x4fc475=await loadProvidersConfig(),_0x4d3357=_0x364738[_0x38d2e6(_0x514bfb._0x10d47b,0x230,0x20e,_0x514bfb._0x26cdae)+'Id']?await _0x364738[_0x38d2e6(0x2a4,0x24f,0x24c,0x236)+'Id'](_0x41d52c):null,_0x49dc9a=_0x364738[_0x2839cf(_0x514bfb._0x2e1d54,_0x514bfb._0x27bdb4,0x34a,_0x514bfb._0x2ccaa6)+'issions']?await _0x364738['hasAllPerm'+_0x38d2e6(_0x514bfb._0x5c6295,0x181,0x229,0x1aa)](_0x41d52c):![];if(_0x49dc9a)return Object[_0x2839cf(0x405,0x3c7,0x427,_0x514bfb._0x51a0ab)](_0x4fc475[_0x38d2e6(_0x514bfb._0x437731,_0x514bfb._0x4f7421,0x296,0x249)]||{})[_0x38d2e6(0x263,0x263,0x2dc,0x266)](([_0x53279a,_0x5545ed])=>({'name':_0x53279a,'type':_0x5545ed[_0x38d2e6(0x20b,0x108,0x119,0x194)],'allowedTeams':_0x5545ed['allowedTea'+'ms']}));function _0x2839cf(_0x393854,_0x3d1245,_0x1d22f4,_0x3da576){return _0x26bff3(_0x1d22f4- -0x112,_0x3d1245,_0x1d22f4-_0x2ed344._0x2f5cdf,_0x3da576-_0x2ed344._0x3e75b5);}const _0x43e1e5=_0x364738[_0x2839cf(_0x514bfb._0x59c278,_0x514bfb._0x133c9a,_0x514bfb._0x37a21f,_0x514bfb._0x158702)+_0x2839cf(_0x514bfb._0x1b3a34,_0x514bfb._0x35bd34,_0x514bfb._0x5be92c,_0x514bfb._0x48621e)]?await _0x364738[_0x2839cf(_0x514bfb._0x28ab13,0x3f8,0x441,0x44b)+_0x2839cf(0x2a9,_0x514bfb._0x37e6ce,_0x514bfb._0x4e458f,_0x514bfb._0x2a761c)](_0x41d52c):[],_0x28f3aa=new Set(_0x43e1e5[_0x38d2e6(0x213,0x23b,_0x514bfb._0x4e8faa,_0x514bfb._0x5a317d)](_0x5287f5=>_0x5287f5['id'])),_0x7fdd3e=[];for(const [_0x4ed813,_0x4628ac]of Object[_0x2839cf(0x3ad,0x490,0x427,0x3ff)](_0x4fc475[_0x2839cf(_0x514bfb._0x273941,_0x514bfb._0x1e5f68,_0x514bfb._0x29f0b2,0x46e)]||{})){const _0x5bc97c=_0x4628ac[_0x38d2e6(0x126,0x22a,0x106,0x199)+'ms'];if(!Array[_0x2839cf(0x424,0x3cf,0x421,_0x514bfb._0x38e97e)](_0x5bc97c))continue;if(_0x3c5884[_0x2839cf(_0x514bfb._0x4ca839,_0x514bfb._0x4de8a2,_0x514bfb._0x270d06,0x3a6)](_0x5bc97c[_0x2839cf(_0x514bfb._0x410d4e,0x30e,_0x514bfb._0x2359d6,0x3d6)],0x1933*-0x1+-0xd02+0x1*0x2635))continue;if(_0x5bc97c['includes']('*')){if(_0x3c5884['khLUp'](_0x2839cf(0x310,_0x514bfb._0x52bbdf,0x374,0x37d),_0x2839cf(0x31a,0x3f6,_0x514bfb._0x4f28be,0x34b))){const _0x29cb4a={};_0x29cb4a[_0x2839cf(0x4ed,_0x514bfb._0x58db33,0x46a,_0x514bfb._0x493c0c)]=_0x4ed813,_0x29cb4a[_0x2839cf(0x32d,_0x514bfb._0x4ca839,_0x514bfb._0x434031,0x396)]=_0x4628ac['type'],_0x29cb4a['allowedTea'+'ms']=_0x5bc97c,_0x7fdd3e[_0x2839cf(0x466,0x442,_0x514bfb._0x27a645,_0x514bfb._0x5d599f)](_0x29cb4a);continue;}else return null;}if(_0x5bc97c[_0x38d2e6(0x204,0x1c2,_0x514bfb._0x3c1db7,_0x514bfb._0x557306)](_0x3f6af8=>_0x28f3aa['has'](_0x3f6af8))){if(_0x3c5884[_0x38d2e6(_0x514bfb._0x1c11b0,0x235,_0x514bfb._0x3f133d,0x1e4)](_0x38d2e6(_0x514bfb._0x3f7a79,0x23a,_0x514bfb._0x392c83,0x1f8),_0x3c5884[_0x38d2e6(0x1bf,_0x514bfb._0x3e2eaf,0x2bc,0x23a)]))_0x41401d[_0x1f9801]=[];else{const _0x2f7afb={};_0x2f7afb[_0x2839cf(0x3de,0x42a,_0x514bfb._0x5b96bd,0x466)]=_0x4ed813,_0x2f7afb[_0x2839cf(_0x514bfb._0x20ee93,0x327,_0x514bfb._0x434031,0x307)]=_0x4628ac[_0x2839cf(_0x514bfb._0x2100fa,_0x514bfb._0x5590dd,0x380,_0x514bfb._0x26112d)],_0x2f7afb['allowedTea'+'ms']=_0x5bc97c,_0x7fdd3e[_0x2839cf(0x42f,_0x514bfb._0x4d20af,0x464,_0x514bfb._0x58f976)](_0x2f7afb);}}}return _0x7fdd3e;}export async function loadEnvironmentJson(_0x2fe58c,_0x3e2b7c={}){const _0xa06706={_0x3d7d82:0x53e,_0x4e7a18:0x5da,_0x2af969:0x57f,_0x20aa41:0x126,_0x2b6fda:0x87,_0x487d3b:0xff,_0x52c89a:0x19d,_0x3b08a7:0x232,_0x32340e:0x1ac,_0x5a64ef:0x149,_0x2421ed:0x57c,_0xd0bcdc:0x48f,_0x5d31ba:0x4de,_0x165763:0x1a2,_0x31ee3f:0x13c,_0x253238:0x110,_0xfd86fa:0x9f,_0x5a5690:0x76,_0x2a30be:0x12c,_0x15a7f1:0x183,_0x1640a1:0x64a,_0x1e412d:0x615,_0x3d85c9:0x57d,_0x5dcc15:0xf4,_0x3c9c98:0x67,_0x598e1b:0xe9,_0x156732:0x156,_0xfc892c:0x106,_0x379f77:0x37,_0x4050d6:0x13f,_0x1f2a74:0x4c,_0x486506:0x62d,_0x43058e:0x56f,_0x11e6d4:0x560,_0x34e629:0x56b,_0x1c5d6e:0x5eb,_0x2502d6:0x4fe,_0x2390f3:0x65b,_0xae159:0x607,_0x1b6961:0x623,_0x1600ae:0x5f5,_0x2ad0e6:0x8b,_0xdd5e6d:0x107,_0x10040f:0x58,_0x135210:0x1de,_0x106e27:0x523,_0x151e59:0x4cd,_0x39f86a:0x191,_0xc5b8ce:0x5c4,_0x455d49:0x5ab,_0x32c3cc:0xf0},_0x521f85={_0x55bfee:0x60,_0x5a73c9:0x26},_0x47788a={'JxyPi':function(_0xf448ee,_0x4bb83c){return _0xf448ee(_0x4bb83c);},'ToGFu':function(_0x244803,_0x9f775e){return _0x244803===_0x9f775e;},'GdiZH':_0x2d7c87(_0xa06706._0x3d7d82,0x5b2,_0xa06706._0x4e7a18,_0xa06706._0x2af969),'wNoXx':_0x4a2bcf(-0x100,-_0xa06706._0x20aa41,-_0xa06706._0x2b6fda,-_0xa06706._0x487d3b),'cyqAw':function(_0x5f52b7,_0x2371f0){return _0x5f52b7===_0x2371f0;},'nRmCv':'gWnnm','fhhXm':_0x4a2bcf(-_0xa06706._0x52c89a,-_0xa06706._0x3b08a7,-_0xa06706._0x32340e,-_0xa06706._0x5a64ef),'amBcG':'Failed\x20to\x20'+_0x2d7c87(0x58d,0x5ad,0x596,_0xa06706._0x2421ed)+'onment.jso'+'n'};function _0x2d7c87(_0x26ff55,_0x131d2a,_0x156d9e,_0xc7ae2b){return _0x48493d(_0x26ff55-0x1ab,_0xc7ae2b,_0x131d2a-0x693,_0xc7ae2b-0x13a);}const _0x9b2a70=_0x3e2b7c['logger']||_0x5b262c,_0x17ae35=_0x5d0f3e[_0x2d7c87(_0xa06706._0xd0bcdc,0x507,_0xa06706._0x5d31ba,0x4bc)](_0x2fe58c,ENVIRONMENT_JSON_FILE);function _0x4a2bcf(_0x1266d2,_0x15c3ab,_0x491125,_0x13c1ec){return _0x48493d(_0x1266d2-_0x521f85._0x55bfee,_0x491125,_0x1266d2- -_0x521f85._0x5a73c9,_0x13c1ec-0xe4);}if(!_0x47788a[_0x4a2bcf(-0x13f,-_0xa06706._0x165763,-_0xa06706._0x31ee3f,-0x188)](existsSync,_0x17ae35)){if(_0x47788a[_0x4a2bcf(-_0xa06706._0x253238,-_0xa06706._0xfd86fa,-0xcc,-_0xa06706._0x5a5690)](_0x47788a[_0x4a2bcf(-_0xa06706._0x2a30be,-0x187,-_0xa06706._0x15a7f1,-0xfd)],_0x47788a['wNoXx'])){if(!_0x8ac224)return _0x3ce334;const _0x5dfb50=_0x56b4b9['match'](/^(https?:\/\/)[^@/]+@(.+)$/i);if(_0x5dfb50)return''+_0x5dfb50[-0x1936+0x35b*-0x1+0x1c92]+_0x5dfb50[0x22c3+0xb*-0x22d+-0xad2];return _0x58d3b3;}else return{};}try{if(_0x47788a[_0x2d7c87(_0xa06706._0x1640a1,_0xa06706._0x1e412d,_0xa06706._0x3d85c9,0x5c0)](_0x47788a[_0x4a2bcf(-_0xa06706._0x5dcc15,-_0xa06706._0x3c9c98,-_0xa06706._0x598e1b,-0x104)],_0x47788a[_0x4a2bcf(-0xf4,-_0xa06706._0x156732,-_0xa06706._0xfc892c,-0x16a)])){const _0x156b7e=await _0x53fdd3[_0x4a2bcf(-0xcd,-_0xa06706._0x379f77,-_0xa06706._0x4050d6,-_0xa06706._0x1f2a74)](_0x17ae35,_0x47788a[_0x2d7c87(_0xa06706._0x486506,0x597,0x601,_0xa06706._0x43058e)]);return JSON[_0x2d7c87(_0xa06706._0x11e6d4,_0xa06706._0x34e629,_0xa06706._0x1c5d6e,_0xa06706._0x2502d6)](_0x156b7e);}else throw new _0x1434f4(_0x2d7c87(_0xa06706._0x2390f3,_0xa06706._0xae159,_0xa06706._0x1b6961,_0xa06706._0x1600ae)+_0x4c060f[_0x4a2bcf(-_0xa06706._0x2ad0e6,-_0xa06706._0xdd5e6d,-_0xa06706._0x10040f,-0x41)]+(_0x4a2bcf(-0x1aa,-0x1dd,-0x141,-_0xa06706._0x135210)+_0x2d7c87(0x563,0x536,_0xa06706._0x106e27,_0xa06706._0x151e59)+_0x4a2bcf(-_0xa06706._0x39f86a,-0x1cf,-0x19c,-0x1d9)+_0x2d7c87(_0xa06706._0xc5b8ce,_0xa06706._0x455d49,0x578,0x5bc)+'ng'));}catch(_0x5bbf2e){const _0x3fcaa1={};return _0x3fcaa1[_0x2d7c87(0x563,0x586,0x5e4,0x61c)]=_0x17ae35,_0x3fcaa1[_0x4a2bcf(-0xf7,-_0xa06706._0x32c3cc,-0x64,-0x162)]=_0x5bbf2e['message'],_0x9b2a70[_0x4a2bcf(-0x182,-0xed,-_0xa06706._0x5a64ef,-0x1be)](_0x47788a['amBcG'],_0x3fcaa1),{};}}function extractRepoName(_0x1be89c){const _0x3419d9={_0x2f92a8:0x68,_0x5b6e73:0xad,_0x47039f:0x1b,_0x1045c3:0x1a,_0x2b16ed:0x4d,_0x521f0d:0x53,_0xd3adaa:0x24c,_0x308253:0x1a1,_0x21b564:0x1d9,_0x5a0869:0x7,_0x23ba6e:0xb,_0x31303c:0xc,_0x4d6ecc:0x8f,_0x52727e:0xa9,_0x2b248b:0xe2,_0x264c39:0x178,_0x588c7e:0x21,_0x1ad223:0x80,_0x1dead8:0x6e},_0x308d20={_0x34c11b:0x8},_0x4eb102={};_0x4eb102[_0x193a88(-_0x3419d9._0x2f92a8,-_0x3419d9._0x5b6e73,_0x3419d9._0x47039f,_0x3419d9._0x1045c3)]=function(_0x126eb7,_0x3ecbb3){return _0x126eb7===_0x3ecbb3;},_0x4eb102[_0x193a88(-0x59,-_0x3419d9._0x2b16ed,-0x52,-_0x3419d9._0x521f0d)]=_0x3260a1(0x14d,0x1cf,_0x3419d9._0xd3adaa,0x13d);function _0x193a88(_0x3fb97c,_0x36d0b5,_0x2d651d,_0x31f294){return _0x48493d(_0x3fb97c-_0x308d20._0x34c11b,_0x31f294,_0x3fb97c-0xe4,_0x31f294-0x13a);}_0x4eb102[_0x3260a1(0x14b,_0x3419d9._0x308253,_0x3419d9._0x21b564,0x155)]=_0x193a88(-0x65,-_0x3419d9._0x5a0869,-0x77,_0x3419d9._0x23ba6e);const _0x340cfc=_0x4eb102;if(!_0x1be89c)return null;const _0x297f9d=_0x1be89c['match'](/https?:\/\/[^/]+\/(.+?)(?:\.git)?$/);if(_0x297f9d)return _0x297f9d[-0x1a*0x165+-0x5*-0xb6+-0x1*-0x20b5];const _0x47dc59=_0x1be89c['match'](/git@[^:]+:(.+?)(?:\.git)?$/);if(_0x47dc59){if(_0x340cfc[_0x193a88(-_0x3419d9._0x2f92a8,-0xa8,-0x7f,-0xab)](_0x340cfc[_0x193a88(-0x59,-_0x3419d9._0x31303c,-_0x3419d9._0x4d6ecc,-0xb9)],_0x340cfc['qMetd'])){const _0x4c7521={};return _0x4c7521[_0x3260a1(_0x3419d9._0x52727e,_0x3419d9._0x2b248b,0x82,_0x3419d9._0x264c39)]=![],_0x4c7521[_0x193a88(0x1d,-0x22,_0x3419d9._0x588c7e,0x92)+'me']=null,_0x4c7521[_0x193a88(-0xd,-0x4c,-_0x3419d9._0x1ad223,-_0x3419d9._0x1dead8)+'pe']=null,_0x4c7521;}else return _0x47dc59[0x1d44+0x1b2c+0x386f*-0x1];}function _0x3260a1(_0x545975,_0x5337b7,_0x14a341,_0x3bc483){return _0x26bff3(_0x5337b7- -0x3ab,_0x3bc483,_0x14a341-0xbd,_0x3bc483-0xe2);}return null;}export function normalizeGitUrl(_0x467116){const _0x166e93={_0x383b81:0xcd,_0x56b55f:0x18f},_0x31f434={_0x2eb1b0:0x131};if(!_0x467116)return _0x467116;function _0x28a444(_0x456b38,_0x4e68fa,_0x42c7ea,_0x739b3b){return _0x26bff3(_0x42c7ea- -0x383,_0x4e68fa,_0x42c7ea-_0x31f434._0x2eb1b0,_0x739b3b-0x69);}const _0x4aba49=_0x467116[_0x28a444(0xed,_0x166e93._0x383b81,0x167,_0x166e93._0x56b55f)](/^(https?:\/\/)[^@/]+@(.+)$/i);if(_0x4aba49)return''+_0x4aba49[-0x1d8e+0x104+0x1c8b]+_0x4aba49[0x808*0x2+0x193+-0x11a1*0x1];return _0x467116;}export async function generateGitCredentials(_0x4ca643,_0x4aea75={}){const _0xf97d98={_0x39fbc7:0x77,_0x5d19f6:0xef,_0x4da27b:0x76,_0x59798e:0x140,_0x373237:0x3e,_0x3750f5:0x200,_0x59482b:0x1d,_0x4c96af:0x126,_0x5b4f79:0xd8,_0x3b0b24:0x57,_0x52a103:0x11c,_0xc311b7:0xc5,_0x4f84c8:0x34,_0x8a610c:0x46,_0x1ff506:0x5d,_0x50d7d4:0x5a,_0x9c087d:0xb1,_0x3b0f4e:0x4a,_0x2880a6:0x17,_0x4b2c37:0x12a,_0x2a06b6:0x18e,_0x10440e:0x12,_0xb634cf:0x3,_0x3600b7:0x7d,_0x5c9edc:0x15,_0x370b17:0x33,_0x324805:0x78,_0x5a5d08:0x26,_0xb1d9bd:0x1e,_0x36dd83:0x107,_0x3a8364:0x87,_0x41b8bd:0xd6,_0x4bee80:0x25,_0x2b6a0b:0x36,_0x847d0b:0x3f,_0x18c7d1:0x73,_0x14e378:0x1db,_0x35d3d7:0x2b,_0x3f0145:0x167,_0x26ede6:0x1c7,_0x54232e:0xac,_0x144f5d:0xb2,_0x16d2c2:0x8a,_0x541a06:0x17b,_0x2a3b4d:0x1df,_0x13bd36:0x119,_0x1a84af:0x68,_0x46a83b:0x7c,_0x1c5792:0x13,_0x3f8b60:0x21,_0x2a125c:0x23,_0x38f4ee:0x80,_0x58ebb6:0xd1,_0x434113:0x28,_0x256989:0x40,_0x14a734:0x2f,_0x264a9b:0xce,_0x18828a:0x66,_0x2e666:0x195,_0x5e36dd:0x9b,_0x54d566:0x4,_0x55a95d:0x62,_0x4ea46a:0x30,_0x4ba22a:0x198,_0x479e4d:0x166,_0x130b42:0xd4,_0x4668a8:0x7e,_0x331905:0x54,_0x34ed49:0x2b,_0x51a3f9:0x5,_0x1cb14c:0x99,_0x44e26c:0x34,_0x2d424d:0x1db,_0xbd3c94:0x1f5,_0x256f2b:0x182,_0x23c11a:0x14c,_0x8ecbfe:0x1f3,_0x4443a5:0x87,_0x41a348:0x81,_0x173d89:0x9c,_0x4d432e:0x9c,_0x551551:0x68,_0x5b65db:0xb9,_0x5884d3:0x27,_0x51dbed:0x106,_0x2db8a0:0x1d4,_0x378a17:0x18a,_0x5117d3:0x107,_0x206fda:0x159,_0x426058:0x75,_0x47bea7:0x40,_0x12df12:0xd5,_0x1c8251:0xd4,_0x1cadb5:0xec,_0x3abbae:0xc,_0x30b089:0x41,_0x5f2429:0x1de,_0x36b54b:0x1ed,_0x269698:0x183,_0x358db8:0x1ce,_0x1f9894:0x15b,_0x2a7247:0x25a,_0x4b57d4:0x1c2,_0x56f664:0x198,_0x5111c7:0x114,_0x1c7715:0x12e,_0xe15bdd:0x13d,_0xeb0e7d:0xcb,_0x7ea875:0x98,_0x3d3255:0x105,_0x599312:0x10b,_0xd6dbec:0xe3,_0x1da286:0x175,_0x10a179:0x63,_0x3dcc83:0x8b,_0x133c39:0x1c9,_0x1a7555:0x147,_0x3e4969:0x180,_0x564887:0x15a,_0x4bb503:0x19,_0x3d132e:0xdb,_0x4977e2:0x6f,_0x1fbd6e:0x8f,_0x35d86e:0x104,_0x1aab38:0xc9,_0x4df483:0xc6,_0x213310:0x125,_0x2bee60:0x10e,_0x5d8579:0x1a2,_0x2733c2:0x1aa,_0x3fabaf:0x112,_0x312ec1:0x120,_0xb77178:0x10d,_0x25a43f:0x1f,_0x46ead3:0x99,_0x3e9152:0x1ad,_0x458f35:0x200,_0x109153:0x21b,_0x213aca:0x1e3,_0xfcf206:0x189,_0x26f62a:0xaa,_0x252f49:0x6d,_0x497c8f:0xff,_0xf8e4ad:0x164,_0x13c829:0x8b,_0x5b2206:0x3a,_0x1aaf90:0xa3,_0x3616a2:0x16,_0x5d7c65:0x25,_0xc3c237:0xee,_0x38cf6e:0x87,_0x3fc938:0x8b,_0xaefea5:0x187,_0x5eaeca:0xf2,_0x44d66b:0x131,_0x4f1bd5:0x1bf,_0x104536:0x43,_0x3bd945:0x78,_0x2c9fd:0x72,_0x4eaa57:0x15d,_0x232e3:0x1cd,_0x50950b:0x1af,_0x56c17e:0x1e2,_0x508be1:0x127,_0xe087c6:0x1a5,_0x1b3f86:0x11b},_0x2b65a4={_0x5b92ae:0x2c,_0x181e36:0x24e,_0x560681:0xd2},_0x24a158={_0x1a5061:0x45,_0x492a2b:0x139,_0x5ac783:0x69},_0x21994e={'loyJj':_0x31f80f(-_0xf97d98._0x39fbc7,-0x53,0x15,-0x42)+_0x23472f(_0xf97d98._0x5d19f6,_0xf97d98._0x4da27b,_0xf97d98._0x59798e,0x10e)+_0x31f80f(-0xb7,-0xd1,-0x3b,_0xf97d98._0x373237)+'gured\x20for\x20'+_0x23472f(0x1e2,_0xf97d98._0x3750f5,0x206,0x248),'WBUoP':_0x31f80f(0xf,_0xf97d98._0x59482b,0x27,0xaa)+'generate\x20g'+_0x23472f(0xdf,_0xf97d98._0x4c96af,0xbd,0x139)+_0x23472f(_0xf97d98._0x5b4f79,0x11b,0xdb,0x14b),'kLXsG':_0x23472f(0xd0,0x107,_0xf97d98._0x3b0b24,0x115)+'king\x20pull\x20'+_0x23472f(0x10a,_0xf97d98._0x52a103,0x12d,0xe4)+_0x31f80f(_0xf97d98._0xc311b7,0x3b,_0xf97d98._0x4f84c8,0x93),'IivHy':function(_0xed1163,_0x118533,_0x10dbfd){return _0xed1163(_0x118533,_0x10dbfd);},'XVqDM':_0x31f80f(-_0xf97d98._0x8a610c,_0xf97d98._0x1ff506,-0xe,-_0xf97d98._0x50d7d4),'eJMbx':'Repo\x20missi'+_0x31f80f(-0x1d,-_0xf97d98._0x9c087d,-0x35,0x17),'kuNsG':function(_0x359ab4,_0x27d525){return _0x359ab4===_0x27d525;},'uOAgg':'gyDZt','QWQKA':_0x31f80f(-_0xf97d98._0x3b0f4e,0x99,_0xf97d98._0x2880a6,0x64),'XTYKM':_0x23472f(_0xf97d98._0x4b2c37,0x138,0xd1,_0xf97d98._0x2a06b6)+_0x31f80f(-_0xf97d98._0x10440e,0x39,_0xf97d98._0xb634cf,-0x49)+'nd','iGXqZ':function(_0x18235a,_0x229c9b){return _0x18235a!==_0x229c9b;},'XkqPx':'caPbY','NRbHF':_0x31f80f(_0xf97d98._0x3600b7,-0x4e,_0xf97d98._0x5c9edc,_0xf97d98._0x370b17)+_0x31f80f(-_0xf97d98._0x324805,-0x5b,-_0xf97d98._0x5a5d08,-_0xf97d98._0xb1d9bd)+_0x23472f(0xda,0x79,_0xf97d98._0x36dd83,_0xf97d98._0x3a8364)+_0x23472f(0xdc,_0xf97d98._0x41b8bd,0x4f,0xbd)+'pping\x20cred'+_0x31f80f(-0x2b,-0x34,_0xf97d98._0x4bee80,0x5b)+_0x31f80f(-0xbb,-_0xf97d98._0x2b6a0b,-0x38,_0xf97d98._0x847d0b),'CMyrP':_0x31f80f(-_0xf97d98._0x18c7d1,-0x29,-0x46,-0x51)+'git\x20creden'+'tials\x20for\x20'+_0x23472f(_0xf97d98._0x14e378,0x1e3,0x184,0x1ed)},_0x46e5c4=_0x4aea75[_0x31f80f(-0x9,-_0xf97d98._0x35d3d7,0xb,0x70)]||_0x5b262c,_0x44559e=await _0x21994e[_0x23472f(_0xf97d98._0x3f0145,0x148,0xdb,0xe4)](loadEnvironmentJson,_0x4ca643,_0x4aea75),_0x552aaf=_0x44559e['repos']||[],_0x1ca94f={};for(const _0x66487b of _0x552aaf){if(_0x21994e[_0x23472f(_0xf97d98._0x26ede6,0x1a6,0x1b5,0x188)]!==_0x21994e[_0x31f80f(0x8b,_0xf97d98._0x54232e,_0xf97d98._0x144f5d,0xf1)])return!![];else{if(!_0x66487b[_0x31f80f(0x7f,0x1,_0xf97d98._0x16d2c2,0x10d)+_0x23472f(_0xf97d98._0x541a06,0x20f,0x203,_0xf97d98._0x2a3b4d)])continue;const {provider:_0x52737c}=_0x66487b[_0x23472f(0x19f,0x1b5,_0xf97d98._0x13bd36,0x18b)+_0x31f80f(0x8a,0xdd,0x66,_0xf97d98._0x1a84af)];if(!_0x52737c)continue;if(!_0x66487b[_0x31f80f(0x6a,0xaa,_0xf97d98._0x46a83b,0x43)]){_0x46e5c4[_0x31f80f(-_0xf97d98._0x1c5792,_0xf97d98._0x3f8b60,-_0xf97d98._0x2a125c,-_0xf97d98._0x38f4ee)](_0x21994e[_0x23472f(0xbe,_0xf97d98._0x58ebb6,_0xf97d98._0x434113,0x11f)],{'environment':_0x5d0f3e[_0x31f80f(-_0xf97d98._0x256989,-0x84,-_0xf97d98._0x14a734,-0x58)](_0x4ca643)});continue;}!_0x1ca94f[_0x52737c]&&(_0x1ca94f[_0x52737c]=[]),_0x1ca94f[_0x52737c][_0x31f80f(0x70,0x81,_0xf97d98._0x264a9b,0x14f)](_0x66487b[_0x31f80f(0x4c,_0xf97d98._0x18828a,0x7c,0x10f)]);}}function _0x31f80f(_0x2b6457,_0x24d22f,_0x16a00d,_0x431b35){return _0x48493d(_0x2b6457-_0x24a158._0x1a5061,_0x24d22f,_0x16a00d-_0x24a158._0x492a2b,_0x431b35-_0x24a158._0x5ac783);}function _0x23472f(_0x2e3542,_0x162332,_0x30a3cc,_0x6c1020){return _0x48493d(_0x2e3542-_0x2b65a4._0x5b92ae,_0x162332,_0x2e3542-_0x2b65a4._0x181e36,_0x6c1020-_0x2b65a4._0x560681);}const _0x570e2e=Object[_0x23472f(0x13f,0x13c,0x143,_0xf97d98._0x2e666)](_0x1ca94f);if(_0x21994e[_0x31f80f(_0xf97d98._0x5e36dd,0x38,_0xf97d98._0x10440e,-_0xf97d98._0x54d566)](_0x570e2e[_0x31f80f(-0x13,0x48,-0x1e,-_0xf97d98._0x55a95d)],0x533+-0xadd+-0x19*-0x3a)){if(_0x31f80f(-_0xf97d98._0x18c7d1,-0x67,-_0xf97d98._0x4ea46a,0x66)===_0x21994e[_0x23472f(0x11d,0x189,_0xf97d98._0x4ba22a,_0xf97d98._0x479e4d)])return _0x46e5c4['debug']('No\x20repos\x20w'+_0x31f80f(-0x7,_0xf97d98._0x5c9edc,_0xf97d98._0xb1d9bd,-0x25)+_0x23472f(0x103,_0xf97d98._0x130b42,0x166,0x180)+_0x31f80f(-_0xf97d98._0x4668a8,-_0xf97d98._0x331905,0x1a,_0xf97d98._0x34ed49),{'environment':_0x5d0f3e[_0x31f80f(_0xf97d98._0x51a3f9,-_0xf97d98._0x1cb14c,-_0xf97d98._0x14a734,-_0xf97d98._0x44e26c)](_0x4ca643)}),null;else{const _0x55b6b4={};return _0x55b6b4[_0x23472f(_0xf97d98._0x2d424d,_0xf97d98._0xbd3c94,0x1a0,0x1af)]=_0x43e14d,_0x55b6b4['repoUrl']=_0x10ec07,_0x55b6b4[_0x23472f(_0xf97d98._0x256f2b,_0xf97d98._0x23c11a,_0xf97d98._0x8ecbfe,0x1cd)]=_0x5063a0['message'],_0x12bbad[_0x23472f(0xf2,_0xf97d98._0x4443a5,0x92,_0xf97d98._0x41a348)](_0x21994e[_0x31f80f(0xe6,_0xf97d98._0x173d89,_0xf97d98._0x4d432e,0x5f)],_0x55b6b4),null;}}const _0x14f0f4=[];for(const _0x5461b1 of _0x570e2e){if(_0x21994e[_0x31f80f(-_0xf97d98._0x46a83b,0xaa,0x12,_0xf97d98._0x551551)](_0x23472f(0xee,_0xf97d98._0x5b65db,0x91,0x16c),_0x31f80f(0x5,-0x5d,-_0xf97d98._0x5884d3,-0x1e))){const _0x2cd745=_0x1ca94f[_0x5461b1],_0x3a0eba=await _0x21994e[_0x23472f(_0xf97d98._0x3f0145,0x1da,_0xf97d98._0x51dbed,_0xf97d98._0x2db8a0)](getProvider,_0x5461b1,_0x4aea75);if(!_0x3a0eba){if(_0x21994e[_0x23472f(_0xf97d98._0x378a17,_0xf97d98._0x5117d3,0x1e1,_0xf97d98._0x206fda)]===_0x21994e[_0x31f80f(_0xf97d98._0x59482b,0x7,_0xf97d98._0x426058,0x35)]){_0x46e5c4[_0x31f80f(-0xb,0x3e,-0x23,-_0xf97d98._0x47bea7)](_0x21994e[_0x31f80f(_0xf97d98._0x18828a,0x52,0x6f,_0xf97d98._0x12df12)],{'provider':_0x5461b1,'environment':_0x5d0f3e[_0x23472f(0xe6,_0xf97d98._0x1c8251,_0xf97d98._0x1cadb5,0x7e)](_0x4ca643)});continue;}else throw new _0x5dcf30(_0x31f80f(_0xf97d98._0x3abbae,0x27,_0xf97d98._0x30b089,-0x11)+_0x23472f(_0xf97d98._0x5f2429,_0xf97d98._0x36b54b,0x145,_0xf97d98._0x269698)+_0x23472f(_0xf97d98._0x358db8,_0xf97d98._0x1f9894,_0xf97d98._0x2a7247,_0xf97d98._0x4b57d4)+_0x2477e1+(_0x23472f(_0xf97d98._0x56f664,0x1b5,_0xf97d98._0x5111c7,_0xf97d98._0x1c7715)+_0x23472f(0x10b,_0xf97d98._0xe15bdd,_0xf97d98._0xeb0e7d,_0xf97d98._0x7ea875))+_0x39bb6d[_0x31f80f(_0xf97d98._0x3d3255,0xfb,_0xf97d98._0x130b42,0xfa)]);}const _0x2c9bc9=await _0x3a0eba['checkSecre'+_0x23472f(0x177,_0xf97d98._0x599312,_0xf97d98._0xd6dbec,_0xf97d98._0x1da286)+'ed']();if(!_0x2c9bc9[_0x31f80f(-_0xf97d98._0x10a179,-0x6b,0x1a,_0xf97d98._0x3dcc83)]){if(_0x21994e['iGXqZ'](_0x23472f(_0xf97d98._0x133c39,0x150,0x133,0x131),_0x21994e[_0x23472f(_0xf97d98._0x1a7555,_0xf97d98._0x3e4969,_0xf97d98._0x564887,0xd0)]))_0x4775dc[_0x31f80f(0x86,0x33,0x68,-_0xf97d98._0x4bb503)](_0x21994e[_0x23472f(_0xf97d98._0x3d132e,0x149,0x81,0x16d)],{'environment':_0x15183b[_0x23472f(0xe6,_0xf97d98._0x4977e2,_0xf97d98._0x1fbd6e,_0xf97d98._0x35d86e)](_0x38c4a7),'provider':_0x52d0b6,'error':_0x29c14c[_0x23472f(0x110,_0xf97d98._0x1aab38,0x107,0x9d)]});else{_0x46e5c4[_0x23472f(0xf2,0x60,_0xf97d98._0x4df483,_0xf97d98._0x213310)](_0x21994e[_0x23472f(_0xf97d98._0x2bee60,0xe6,0x8d,0xfd)],{'provider':_0x5461b1,'environment':_0x5d0f3e['basename'](_0x4ca643),'reason':_0x2c9bc9['message']});continue;}}try{const _0x33d584={};_0x33d584[_0x23472f(0x179,0xfd,_0xf97d98._0x5d8579,0x110)+_0x23472f(_0xf97d98._0x2733c2,_0xf97d98._0x3fabaf,0x22f,0x189)]=_0x2cd745,_0x33d584[_0x23472f(_0xf97d98._0x312ec1,_0xf97d98._0xb77178,0x13d,0xe0)]=_0x46e5c4;const _0x452d8e=await _0x3a0eba[_0x31f80f(0x12a,_0xf97d98._0x25a43f,_0xf97d98._0x46ead3,0xd1)+_0x23472f(_0xf97d98._0x3e9152,_0xf97d98._0x458f35,0x126,_0xf97d98._0x109153)](_0x33d584);_0x452d8e&&_0x14f0f4[_0x23472f(_0xf97d98._0x213aca,0x24d,0x1a2,_0xf97d98._0xfcf206)](_0x452d8e),_0x46e5c4[_0x31f80f(0xbc,0xb5,_0xf97d98._0x26f62a,0x139)](_0x21994e['CMyrP'],{'environment':_0x5d0f3e['basename'](_0x4ca643),'provider':_0x5461b1,'repositoryCount':_0x2cd745[_0x23472f(0xf7,_0xf97d98._0x252f49,_0xf97d98._0x497c8f,_0xf97d98._0xf8e4ad)]});}catch(_0x23c291){_0x46e5c4[_0x31f80f(0x60,_0xf97d98._0x13c829,0x68,0x78)](_0x21994e[_0x31f80f(-0x19,-0x7f,-_0xf97d98._0x5b2206,-_0xf97d98._0x1aaf90)],{'environment':_0x5d0f3e[_0x31f80f(-0x5e,-_0xf97d98._0x3616a2,-0x2f,_0xf97d98._0x5d7c65)](_0x4ca643),'provider':_0x5461b1,'error':_0x23c291[_0x23472f(0x110,0xc6,_0xf97d98._0xc3c237,_0xf97d98._0x1cadb5)]});}}else{const _0x22e727={};_0x22e727[_0x31f80f(_0xf97d98._0x38cf6e,_0xf97d98._0x3fc938,_0xf97d98._0x1a84af,0x5b)]=_0x24d3b8[_0x23472f(0x110,_0xf97d98._0xaefea5,0x13b,0xca)],_0x22e727['repoUrl']=_0xe4adaf,_0x4a01ed[_0x23472f(_0xf97d98._0x5eaeca,_0xf97d98._0x5111c7,0x178,_0xf97d98._0x44d66b)](_0x21994e[_0x23472f(0x14e,0x1da,0x1c9,_0xf97d98._0x4f1bd5)],_0x22e727);const _0x46303d={};return _0x46303d[_0x31f80f(_0xf97d98._0x104536,-0x1a,-0x1b,-_0xf97d98._0x3abbae)]=![],_0x46303d[_0x31f80f(_0xf97d98._0x3bd945,_0xf97d98._0x50d7d4,_0xf97d98._0x2c9fd,0x103)+'me']=null,_0x46303d[_0x23472f(_0xf97d98._0x4eaa57,_0xf97d98._0x232e3,_0xf97d98._0x50950b,_0xf97d98._0x56c17e)+'pe']=null,_0x46303d;}}if(_0x21994e[_0x23472f(_0xf97d98._0x508be1,_0xf97d98._0xe087c6,_0xf97d98._0x1b3f86,_0xf97d98._0x269698)](_0x14f0f4['length'],-0x1*0x1255+-0x5a8*-0x6+-0xf9b))return null;return _0x14f0f4['join']('\x0a');}export async function hasGitAccess(_0xb04f12){const _0x33c96e={_0x3bb4a1:0x63,_0x4b66f5:0x102,_0x18aec0:0xc1,_0x1b4cf7:0x222,_0x277d0e:0x213,_0x54ba81:0x163,_0x3282f9:0x16b,_0x2c7833:0x95,_0x5d522d:0x6f,_0x4a68bd:0x45,_0x4d6a1a:0x8b,_0x447e17:0x1e9,_0x4f7ce3:0x27a,_0x2984de:0x2d7,_0x15637a:0x29b,_0x1b0613:0x31d,_0x9405ca:0x2e7,_0x33075a:0x244,_0xfa5110:0x28f,_0x31aa26:0x2af},_0x100aae={_0x1fd921:0x3f,_0x41d0d8:0x1ee};function _0x194bf5(_0x1e6f4c,_0x431988,_0x5d78ac,_0xab85ff){return _0x26bff3(_0x1e6f4c- -0x25b,_0xab85ff,_0x5d78ac-0x1e1,_0xab85ff-0x146);}const _0x43eb0f={'CSnZl':function(_0x4e3220,_0x44398f){return _0x4e3220(_0x44398f);},'shupB':function(_0x395c66,_0x5990b3){return _0x395c66===_0x5990b3;},'zDBIq':_0x57585f(_0x33c96e._0x3bb4a1,_0x33c96e._0x4b66f5,_0x33c96e._0x18aec0,0x8c)};function _0x57585f(_0x2228f9,_0x36edf9,_0x3b55eb,_0x353e95){return _0x48493d(_0x2228f9-_0x100aae._0x1fd921,_0x2228f9,_0x353e95-_0x100aae._0x41d0d8,_0x353e95-0x4a);}const _0x1d84ee=await _0x43eb0f[_0x194bf5(_0x33c96e._0x1b4cf7,_0x33c96e._0x277d0e,0x1d3,0x249)](loadEnvironmentJson,_0xb04f12),_0xe1a773=_0x1d84ee[_0x57585f(0xf1,_0x33c96e._0x54ba81,0xf5,_0x33c96e._0x3282f9)]||[];for(const _0x2c84a4 of _0xe1a773){if(_0x43eb0f[_0x57585f(_0x33c96e._0x2c7833,_0x33c96e._0x5d522d,_0x33c96e._0x4a68bd,_0x33c96e._0x4d6a1a)](_0x43eb0f[_0x194bf5(0x241,_0x33c96e._0x447e17,_0x33c96e._0x4f7ce3,0x28c)],_0x43eb0f['zDBIq'])){if(_0x2c84a4[_0x194bf5(_0x33c96e._0x2984de,_0x33c96e._0x15637a,0x2c9,_0x33c96e._0x1b0613)+_0x194bf5(0x2b3,_0x33c96e._0x9405ca,0x2dd,_0x33c96e._0x33075a)]?.['provider'])return!![];}else{if(!_0x422d32)return null;const _0x2dc3d6=_0x222518[_0x194bf5(_0x33c96e._0xfa5110,0x301,_0x33c96e._0x31aa26,0x22c)](/https?:\/\/[^/]+\/(.+?)(?:\.git)?$/);if(_0x2dc3d6)return _0x2dc3d6[-0x3c0+0x62b*-0x5+-0x29*-0xd8];const _0x4ba4ae=_0x16f065['match'](/git@[^:]+:(.+?)(?:\.git)?$/);if(_0x4ba4ae)return _0x4ba4ae[0x46f+0x45*0x7a+0x12a8*-0x2];return null;}}return![];}export async function getCredentialsForRepo(_0x5489b6,_0x516562,_0x4a7bcd={}){const _0x55ea86={_0x5b42da:0x2f0,_0x4a671d:0x306,_0x422d43:0x373,_0x3df487:0x2f6,_0x141316:0x349,_0x4e0852:0x3d7,_0x176b09:0x38f,_0x83701:0x351,_0xbd0551:0x362,_0x2d6025:0x304,_0x511efc:0x309,_0x203f6f:0x3e6,_0x45caca:0x3ea,_0x4ed3fc:0x364,_0x5e4acc:0x3af,_0x281ff2:0x324,_0x2600fe:0x304,_0x417bf9:0x2be,_0x1e8cd6:0x282,_0x34df4a:0x2de,_0x1a2bff:0x3db,_0x32a93f:0x36f,_0x3bd36c:0x24b,_0xeed3a4:0x2e4,_0x1311dc:0x357,_0x35fa01:0x34a,_0x2d3200:0x3d3,_0x1895e2:0x325,_0x580b8d:0x310,_0x36584b:0x3c4,_0x193624:0x34b,_0x474905:0x38a},_0x3f97d9={_0x5695c7:0x9b},_0xaf1b88={_0x2e92c7:0x42a,_0x5d5a83:0x12b},_0x191438={'icpSR':function(_0x2676a3,_0x15f280,_0xdf7679){return _0x2676a3(_0x15f280,_0xdf7679);}},_0x22edb2=_0x4a7bcd[_0xf64b0e(_0x55ea86._0x5b42da,0x331,_0x55ea86._0x4a671d,_0x55ea86._0x422d43)]||_0x5b262c,{credentialMode:credentialMode='app',userId:_0x18a69d}=_0x4a7bcd,_0x5ea879=await _0x191438[_0x45d81b(_0x55ea86._0x3df487,0x30e,_0x55ea86._0x141316,0x315)](getProvider,_0x5489b6,_0x4a7bcd);if(!_0x5ea879)throw new Error(_0xf64b0e(0x398,_0x55ea86._0x4e0852,_0x55ea86._0x176b09,_0x55ea86._0x83701)+_0xf64b0e(_0x55ea86._0xbd0551,_0x55ea86._0x2d6025,_0x55ea86._0x511efc,0x33f)+_0x5489b6);const _0x427f16={};_0x427f16['provider']=_0x5489b6,_0x427f16[_0xf64b0e(0x37b,_0x55ea86._0x203f6f,_0x55ea86._0x45caca,_0x55ea86._0x4ed3fc)]=_0x516562,_0x427f16[_0x45d81b(0x36b,_0x55ea86._0x5e4acc,_0x55ea86._0x281ff2,0x3bb)+_0xf64b0e(_0x55ea86._0x2600fe,_0x55ea86._0x417bf9,_0x55ea86._0x1e8cd6,_0x55ea86._0x34df4a)]=credentialMode,_0x22edb2['debug'](_0x45d81b(_0x55ea86._0x1a2bff,0x346,0x3a6,_0x55ea86._0x32a93f)+_0x45d81b(0x2c3,0x2f5,_0x55ea86._0x3bd36c,_0x55ea86._0xeed3a4)+'\x20for\x20repo\x20'+_0xf64b0e(0x36b,0x383,0x2e5,0x2f4)+'er',_0x427f16);function _0x45d81b(_0x487ba6,_0x450294,_0x1cbd16,_0x1fd699){return _0x48493d(_0x487ba6-0x53,_0x450294,_0x1fd699-_0xaf1b88._0x2e92c7,_0x1fd699-_0xaf1b88._0x5d5a83);}const _0x2f9dbf={};_0x2f9dbf[_0xf64b0e(_0x55ea86._0x5b42da,0x286,_0x55ea86._0x1311dc,0x2db)]=_0x22edb2,_0x2f9dbf[_0xf64b0e(0x3af,_0x55ea86._0x35fa01,_0x55ea86._0x2d3200,0x33a)+_0x45d81b(0x2ec,0x323,_0x55ea86._0x1895e2,_0x55ea86._0x580b8d)]=credentialMode,_0x2f9dbf['userId']=_0x18a69d,_0x2f9dbf[_0xf64b0e(0x357,_0x55ea86._0x36584b,0x3b5,_0x55ea86._0x193624)+'me']=_0x5489b6;function _0xf64b0e(_0x4d7a1f,_0x33bed6,_0x1d553b,_0x479b64){return _0x26bff3(_0x4d7a1f- -0x1c3,_0x479b64,_0x1d553b-0x104,_0x479b64-_0x3f97d9._0x5695c7);}return _0x5ea879[_0x45d81b(0x3b2,0x330,0x3c7,_0x55ea86._0x474905)+'ialsForRep'+'o'](_0x516562,_0x2f9dbf);}export async function getReposWithProviderAccess(_0x1957e4,_0x30bcf7={}){const _0x10ac19={_0x5f564f:0x4f,_0x327c76:0xcd,_0x2baa32:0x75,_0x3b4a78:0x139,_0x113c22:0x12d,_0x3302f1:0xa1,_0x57244c:0x4c,_0x16bda0:0x29,_0x1a0774:0xeb,_0x524a65:0xfe,_0x1398f6:0x235,_0xd2127d:0x1a7,_0x31b26e:0x79,_0x5a260c:0x24f,_0x142bce:0x1ee,_0x56d429:0x1c4,_0x38a845:0x245,_0x2f12b8:0x1f5,_0x1902fa:0x182,_0xfcbed7:0x21c,_0x1fd6bf:0x237,_0x9a0b33:0x217,_0xb8c54c:0x41,_0x27c837:0x3f,_0x925f9a:0x335,_0x2b1b77:0x359,_0x124ae6:0x2c3,_0x1e1f4c:0x2d7,_0x237ea0:0xc0,_0x5b04d2:0x104,_0x5cd61b:0x25,_0x15bb7b:0x1f7,_0x15218e:0x296,_0xfa130f:0x103,_0x491b4d:0x2ca,_0x58e637:0x26a,_0x2507f0:0x2b8,_0x5a26dc:0x328,_0x1bdf85:0x1b2,_0x38e34f:0x1,_0x42d290:0xe9,_0x2dad52:0x2b9,_0x3ad70d:0x34e,_0x160046:0x1eb,_0xc4cf8b:0x260,_0x26d1fd:0x22c,_0x33ff0c:0x25c,_0x1d1bd6:0x1d7,_0x2dca6b:0xad,_0x4f7c5a:0x59,_0x51241c:0x13,_0x1cc6fe:0x77,_0x5c6004:0xa9,_0x9244da:0xd3,_0x58cfa1:0x29b,_0x5da47d:0x2ab,_0x431631:0x2b5,_0x1090a6:0xb9,_0x24a14d:0x93,_0x472876:0x9c,_0x202a18:0x115,_0x33d547:0x20f,_0x82a1e:0x231,_0x45ca97:0x143,_0x58d4f5:0xda,_0x233698:0x180,_0x1e2a91:0x114,_0x39c214:0x9c,_0x2f1cf3:0x123,_0x2536a8:0x4c,_0x367ab9:0x70,_0x5a6f51:0x2a3,_0x3a4ef1:0x23d,_0x1622a8:0x21d,_0x2970ab:0x23d,_0x2b3ccc:0xa8,_0x153de0:0x26c,_0x24d70b:0x25a,_0x1d85c7:0x320,_0xb00e8c:0x2ba,_0x58edfa:0x308,_0x47707b:0x249,_0x13e519:0x258,_0x491ecb:0x2b5,_0x48ec61:0x62,_0x301b22:0x45,_0x427c60:0x7a,_0x440351:0xb9,_0x7f58bd:0x95,_0x14bb2f:0x91,_0x1ecc93:0x74,_0x134ce8:0x270,_0x5709bd:0x265,_0x37f523:0x15b,_0x3b2d67:0x11c,_0x14471d:0x95,_0x219975:0x65,_0x4c625d:0xb8,_0x32f1b7:0x201,_0x3266d6:0x1f7,_0x14750b:0x17f,_0x326858:0x204,_0x2c74b3:0x1b1,_0x53fc68:0xac,_0x29b190:0x16,_0x22683f:0x30,_0x1c186a:0x3,_0x50fd3a:0x8,_0x57094b:0x68,_0x1d14db:0x138,_0x56bac4:0x1e1,_0x16c810:0x280,_0x347d37:0x47,_0x4c14a6:0x2b,_0x392a4a:0x286,_0x207178:0x21f,_0x8f2506:0x6a,_0x49aa81:0x29,_0xc3a70a:0x28,_0x5421e2:0xaa,_0x3e794e:0x41,_0x1874ae:0x69,_0x4ae4ca:0x4b,_0x597437:0xda,_0xf4295b:0xc,_0x79a1ef:0x238,_0x4d8d26:0x144,_0x4ce5c6:0x18b,_0xfaf56e:0x74,_0x1fa860:0xc4,_0xd7e498:0xca,_0x47ffdc:0x260,_0x1046a7:0x325,_0x2b38c7:0x4a,_0x328299:0x2a6,_0x10e097:0x2be,_0x30a6f5:0x24f,_0x24560d:0x253,_0x342e25:0x8a,_0x361f90:0x71},_0x5f351b={_0x4d43b0:0xaa},_0x35a4b9={_0x4c4425:0x1c},_0x26d50f={'EcomT':_0x57244d(_0x10ac19._0x5f564f,_0x10ac19._0x327c76,0x3c,_0x10ac19._0x2baa32)+_0x57244d(_0x10ac19._0x3b4a78,_0x10ac19._0x113c22,0x10d,_0x10ac19._0x3302f1)+_0x57244d(-0x23,0x44,_0x10ac19._0x57244c,_0x10ac19._0x16bda0)+'n','AZyLx':_0x57244d(0xd7,0xc1,_0x10ac19._0x1a0774,_0x10ac19._0x524a65)+_0x5788c5(0x1a9,_0x10ac19._0x1398f6,_0x10ac19._0xd2127d,0x236)+_0x57244d(0x4b,0x45,_0x10ac19._0x31b26e,0x50)+_0x5788c5(_0x10ac19._0x5a260c,0x214,_0x10ac19._0x142bce,_0x10ac19._0x56d429)+_0x5788c5(_0x10ac19._0x38a845,0x1c4,_0x10ac19._0x2f12b8,_0x10ac19._0x1902fa),'QEUhK':function(_0x3aa02e,_0x43bed6,_0x3e59b3){return _0x3aa02e(_0x43bed6,_0x3e59b3);},'VfNEc':function(_0x25eb78,_0x467289){return _0x25eb78===_0x467289;},'jJQJz':_0x5788c5(_0x10ac19._0xfcbed7,0x262,_0x10ac19._0x1fd6bf,_0x10ac19._0x9a0b33),'elkfp':_0x57244d(-0x1d,_0x10ac19._0xb8c54c,-_0x10ac19._0x27c837,0xd),'ImOMy':_0x5788c5(_0x10ac19._0x925f9a,_0x10ac19._0x2b1b77,_0x10ac19._0x124ae6,_0x10ac19._0x1e1f4c),'GWwXv':_0x57244d(0xcf,_0x10ac19._0x237ea0,_0x10ac19._0x5b04d2,0xee),'FIqoa':function(_0x13d06b,_0x1f1a09){return _0x13d06b!==_0x1f1a09;},'NfFlp':'CrNQV','kNxwI':_0x57244d(-_0x10ac19._0x5cd61b,0xd3,0x43,0x63)+_0x5788c5(0x174,0x207,_0x10ac19._0x15bb7b,0x1ba)+_0x5788c5(0x23a,_0x10ac19._0x15218e,0x267,0x22f)+_0x57244d(0x160,0x7d,0xa0,_0x10ac19._0xfa130f),'jvLbd':function(_0x22d5bd,_0x1e11ca){return _0x22d5bd!==_0x1e11ca;},'PQGAI':_0x5788c5(_0x10ac19._0x491b4d,_0x10ac19._0x58e637,_0x10ac19._0x2507f0,_0x10ac19._0x5a26dc),'PfyGl':_0x5788c5(0x256,_0x10ac19._0x1bdf85,0x1fe,0x22a),'QdHZb':_0x57244d(-_0x10ac19._0x38e34f,0x102,_0x10ac19._0x42d290,0x92),'XhOpu':'app','BRIDv':_0x5788c5(0x268,0x25b,_0x10ac19._0x2dad52,_0x10ac19._0x3ad70d)+_0x5788c5(_0x10ac19._0x160046,_0x10ac19._0xc4cf8b,_0x10ac19._0x26d1fd,_0x10ac19._0x33ff0c)+_0x5788c5(0x1a3,0x15d,_0x10ac19._0x1d1bd6,0x15f)+'ss'};function _0x57244d(_0x4e8682,_0xe32216,_0x129da3,_0x55844d){return _0x26bff3(_0x55844d- -0x45a,_0x129da3,_0x129da3-_0x35a4b9._0x4c4425,_0x55844d-0x9e);}function _0x5788c5(_0x5326c1,_0x3e1dc0,_0x18a0ab,_0x50c68a){return _0x48493d(_0x5326c1-0x76,_0x5326c1,_0x18a0ab-0x32d,_0x50c68a-_0x5f351b._0x4d43b0);}const _0x254360=_0x30bcf7[_0x57244d(_0x10ac19._0x2dca6b,0x15,-0x2a,_0x10ac19._0x4f7c5a)]||_0x5b262c,_0x57533d=await _0x26d50f[_0x57244d(-0x40,-_0x10ac19._0x51241c,-0x69,0x17)](loadEnvironmentJson,_0x1957e4,_0x30bcf7),_0x44021a=_0x57533d[_0x57244d(_0x10ac19._0x1cc6fe,_0x10ac19._0x5c6004,_0x10ac19._0x9244da,_0x10ac19._0x5b04d2)]||[],_0x596db9={};for(const _0x43743f of _0x44021a){if(_0x26d50f['VfNEc'](_0x5788c5(0x26d,0x309,_0x10ac19._0x58cfa1,0x30d),_0x26d50f[_0x5788c5(0x2cd,_0x10ac19._0x5da47d,0x28f,_0x10ac19._0x431631)]))return _0x5ca6e0[_0x57244d(_0x10ac19._0x1090a6,_0x10ac19._0x24a14d,0xe5,0xf8)](_0x57244d(0xdd,_0x10ac19._0x472876,0x14a,_0x10ac19._0x202a18)+_0x5788c5(_0x10ac19._0x33d547,0x250,0x212,_0x10ac19._0x82a1e)+'er\x20access\x20'+'configured',{'environment':_0x5c1201['basename'](_0x9574fe)}),null;else{if(_0x43743f[_0x57244d(0x10b,_0x10ac19._0x45ca97,0x122,0xd8)+_0x57244d(0xd8,0xd9,0x12b,0xb4)]?.[_0x57244d(_0x10ac19._0x58d4f5,0x155,_0x10ac19._0x233698,_0x10ac19._0x1e2a91)]&&_0x43743f[_0x57244d(0x6c,_0x10ac19._0x39c214,_0x10ac19._0x2f1cf3,0xca)]){if(_0x26d50f[_0x57244d(0xf0,_0x10ac19._0x2536a8,0x21,_0x10ac19._0x367ab9)]!==_0x26d50f[_0x5788c5(_0x10ac19._0x5a6f51,_0x10ac19._0x3a4ef1,_0x10ac19._0x1622a8,_0x10ac19._0x2970ab)]){const _0x253cfb=_0x43743f[_0x57244d(0x9c,_0x10ac19._0x2baa32,_0x10ac19._0x2b3ccc,0xd8)+_0x5788c5(_0x10ac19._0x153de0,0x2bc,_0x10ac19._0x24d70b,0x285)][_0x5788c5(0x23e,_0x10ac19._0x1d85c7,_0x10ac19._0xb00e8c,0x30d)];if(!_0x596db9[_0x253cfb]){if(_0x5788c5(_0x10ac19._0x58edfa,_0x10ac19._0x47707b,0x27b,0x2f8)!==_0x26d50f[_0x5788c5(_0x10ac19._0x13e519,0x2bb,_0x10ac19._0x491ecb,0x2fb)])_0x596db9[_0x253cfb]=[];else{const _0x33b557={};return _0x33b557[_0x57244d(0x3b,_0x10ac19._0x48ec61,_0x10ac19._0x301b22,_0x10ac19._0x427c60)]=_0x4a6063,_0x33b557['error']=_0x83606c['message'],_0x5e9f43['warn'](_0x26d50f[_0x57244d(_0x10ac19._0x440351,_0x10ac19._0x7f58bd,_0x10ac19._0x14bb2f,_0x10ac19._0x1ecc93)],_0x33b557),{};}}const _0x2cf1a3={};_0x2cf1a3['url']=_0x43743f[_0x5788c5(0x2c3,0x24b,_0x10ac19._0x134ce8,0x2e0)],_0x2cf1a3[_0x5788c5(0x352,_0x10ac19._0x5709bd,0x2be,0x2ac)+_0x57244d(-0x62,-0xd,0x6b,-0xc)]=_0x43743f['remote_pro'+'vider']?.['credential'+'_mode'],_0x596db9[_0x253cfb][_0x57244d(_0x10ac19._0x37f523,0x174,_0x10ac19._0x1bdf85,_0x10ac19._0x3b2d67)](_0x2cf1a3);}else throw new _0x420648(_0x26d50f[_0x5788c5(0x1e3,0x208,0x1fd,0x288)]);}}}const _0x2ed1c7=[];for(const [_0x5abbdd,_0x3b6614]of Object['entries'](_0x596db9)){if(_0x26d50f[_0x57244d(_0x10ac19._0x14471d,0x3c,_0x10ac19._0x219975,_0x10ac19._0x4c625d)](_0x26d50f[_0x5788c5(_0x10ac19._0x32f1b7,0x18c,0x1d4,0x268)],_0x26d50f['NfFlp']))return _0x5e06c3[_0x5788c5(0x191,0x154,0x1a1,_0x10ac19._0x3266d6)](_0x4b2baf(),_0x1cab73);else{const _0xc68061=await getProvider(_0x5abbdd,_0x30bcf7);if(!_0xc68061){_0x254360[_0x5788c5(_0x10ac19._0x14750b,_0x10ac19._0x326858,0x1d1,_0x10ac19._0x2c74b3)](_0x26d50f['kNxwI'],{'provider':_0x5abbdd,'environment':_0x5d0f3e['basename'](_0x1957e4),'repoCount':_0x3b6614[_0x57244d(_0x10ac19._0x53fc68,-_0x10ac19._0x29b190,0xca,_0x10ac19._0x22683f)]});continue;}const _0x30ed04=await _0xc68061[_0x57244d(_0x10ac19._0x1c186a,_0x10ac19._0x50fd3a,_0x10ac19._0x51241c,0x54)+_0x57244d(0xa1,0xf8,0x125,0xb0)+'ed']();if(!_0x30ed04[_0x57244d(0x23,0x61,-_0x10ac19._0x5cd61b,_0x10ac19._0x57094b)]){if(_0x26d50f[_0x5788c5(_0x10ac19._0x1d14db,_0x10ac19._0x56bac4,0x1a3,0x1c1)](_0x26d50f[_0x5788c5(0x24e,_0x10ac19._0x16c810,0x2a2,0x2ff)],_0x26d50f['PfyGl'])){_0x254360[_0x57244d(0x23,-0x3f,-_0x10ac19._0x347d37,_0x10ac19._0x4c14a6)](_0x5788c5(_0x10ac19._0x392a4a,_0x10ac19._0x207178,0x209,0x29c)+_0x57244d(0x8a,_0x10ac19._0x8f2506,_0x10ac19._0x49aa81,_0x10ac19._0xc3a70a)+_0x57244d(_0x10ac19._0x5421e2,-_0x10ac19._0x3e794e,_0x10ac19._0x1874ae,0x13)+'gured,\x20ski'+'pping\x20repo'+'s',{'provider':_0x5abbdd,'environment':_0x5d0f3e[_0x57244d(_0x10ac19._0x4ae4ca,0xb0,-0x56,0x1f)](_0x1957e4),'reason':_0x30ed04[_0x57244d(_0x10ac19._0x597437,_0x10ac19._0x53fc68,-_0x10ac19._0x38e34f,0x49)],'repoCount':_0x3b6614['length']});continue;}else return _0x559c21[_0x57244d(-0x41,0xc,-_0x10ac19._0xf4295b,-0x5)](_0x24c2ec(),_0xe10d8b);}for(const _0x109a6a of _0x3b6614){if(_0x5788c5(0x20b,0x288,_0x10ac19._0x79a1ef,0x1f2)!==_0x26d50f[_0x5788c5(_0x10ac19._0x4d8d26,_0x10ac19._0x1398f6,0x1da,_0x10ac19._0x4ce5c6)])return''+_0x168504[-0x55b*-0x1+0x1ccc+-0x2*0x1113]+_0x3e9095[0x1*0x1e2e+-0xff5+-0xe37];else{const _0x9bec61={};_0x9bec61[_0x57244d(_0x10ac19._0x5421e2,_0x10ac19._0xfaf56e,_0x10ac19._0x1fa860,_0x10ac19._0xd7e498)]=_0x109a6a['url'],_0x9bec61['provider']=_0x5abbdd,_0x9bec61[_0x5788c5(_0x10ac19._0x47ffdc,0x24f,0x2be,_0x10ac19._0x1046a7)+_0x57244d(_0x10ac19._0x2b38c7,0x78,0xa,-0xc)]=_0x109a6a[_0x5788c5(_0x10ac19._0x328299,0x29a,_0x10ac19._0x10e097,0x317)+_0x5788c5(0x178,0x1aa,0x19a,0x210)]||_0x26d50f[_0x5788c5(0x2fd,_0x10ac19._0x30a6f5,0x2b3,_0x10ac19._0x24560d)],_0x2ed1c7[_0x57244d(0xcb,_0x10ac19._0x342e25,0x97,_0x10ac19._0x3b2d67)](_0x9bec61);}}}}return _0x254360['debug'](_0x26d50f[_0x57244d(0x15e,0x172,0x106,0xfd)],{'environment':_0x5d0f3e[_0x57244d(0x1,0x24,-0x22,0x1f)](_0x1957e4),'count':_0x2ed1c7[_0x57244d(-0x27,_0x10ac19._0x361f90,0x6d,_0x10ac19._0x22683f)]}),_0x2ed1c7;}export async function getProviderForRepo(_0x22d9b1,_0x11001b,_0x1b37d8={}){const _0x8bb579={_0x1e54da:0xe7,_0x485141:0x3e,_0x4442ae:0x21,_0x21a02b:0xb4,_0x3e0e5a:0x10d,_0xd069d9:0xcb,_0x459bdd:0x3f6,_0x319a7a:0x3e7,_0xbe7c75:0x20,_0x37f69b:0x4,_0x4c9f1a:0x59,_0x5795de:0x43,_0x48065b:0x6f,_0x5603b6:0x432,_0x280600:0x1f8,_0xdb1a41:0x16c,_0x98e6ff:0x3a7,_0x10b230:0x41a,_0x307a7e:0x46e,_0x193f6c:0x413,_0x1aac87:0xe4,_0x5d262e:0x16f,_0x43e975:0x15c,_0x34952c:0x155,_0x3e6dfc:0x145,_0x679577:0x13d,_0x77ea12:0xbd,_0x22fe69:0x136,_0x2b1f5c:0x129,_0x2b39fa:0x4e0,_0x59a3e6:0x49e,_0x3f2f9c:0x352,_0x4710d5:0x35c,_0x367270:0x415,_0xab8d69:0x3cb,_0x8957d9:0x471,_0x313089:0x508,_0x4d4df8:0xc6,_0xfd829b:0xf7,_0x4b0f5d:0xfc,_0x2f9d73:0x46a,_0x4870dd:0x141,_0x1e738a:0xcc,_0x15c86f:0x101,_0x28dd55:0x126,_0x4bbc0c:0x416,_0x2adc65:0x464,_0x707eb1:0x47c,_0x309a24:0x3ea,_0x4964de:0x402,_0x1735b8:0x40a,_0x146a9f:0x37d,_0x542c7f:0x3cf,_0x3f47a5:0x3ec,_0x475deb:0x442,_0x23466b:0x4b8,_0x3cdea8:0x17c,_0x10a344:0x1af,_0x11c26c:0x135},_0x1319db={_0x4b7a56:0x174,_0x2ece5d:0x1d8,_0x1112ed:0x1ba},_0x42f2f5={'oWCUe':function(_0x3c5ee7,_0x52f1f8,_0x452936){return _0x3c5ee7(_0x52f1f8,_0x452936);},'fdMjM':_0x32fda3(_0x8bb579._0x1e54da,_0x8bb579._0x485141,_0x8bb579._0x4442ae,_0x8bb579._0x21a02b)+_0x32fda3(0x6d,_0x8bb579._0x3e0e5a,_0x8bb579._0xd069d9,0xa2)+_0x32fda3(0x14c,0x1ab,0x1e8,0x15d)+'o','TPdjr':function(_0x3b674c,_0x3b8783){return _0x3b674c!==_0x3b8783;},'ftUma':'fPzqU','wWugI':_0x53da9b(0x483,_0x8bb579._0x459bdd,0x424,_0x8bb579._0x319a7a)+_0x32fda3(0x42,-_0x8bb579._0xbe7c75,-_0x8bb579._0x37f69b,0x79)+_0x32fda3(_0x8bb579._0x4c9f1a,_0x8bb579._0x5795de,_0x8bb579._0x48065b,0x64)+_0x53da9b(0x4dc,0x480,0x480,_0x8bb579._0x5603b6)+_0x32fda3(0x136,0x1f3,_0x8bb579._0x280600,_0x8bb579._0xdb1a41)},_0x3e1169=_0x1b37d8[_0x53da9b(0x462,_0x8bb579._0x98e6ff,_0x8bb579._0x10b230,0x40d)]||_0x5b262c,_0x26abf6=await _0x42f2f5[_0x53da9b(_0x8bb579._0x307a7e,_0x8bb579._0x193f6c,0x47f,0x4f0)](loadEnvironmentJson,_0x22d9b1,_0x1b37d8),_0x455897=_0x26abf6[_0x32fda3(_0x8bb579._0x1aac87,_0x8bb579._0x5d262e,_0x8bb579._0x43e975,_0x8bb579._0x34952c)]||[];function _0x32fda3(_0x3dab92,_0x1c1eca,_0x4586fe,_0x725d19){return _0x48493d(_0x3dab92-_0x1319db._0x4b7a56,_0x1c1eca,_0x725d19-_0x1319db._0x2ece5d,_0x725d19-_0x1319db._0x1112ed);}const _0x2e228c=_0x455897[_0x32fda3(0x1bd,_0x8bb579._0x3e6dfc,0xf2,_0x8bb579._0x679577)](_0x2dd4e5=>_0x2dd4e5[_0x53da9b(0x516,0x4f5,0x48b,0x47b)]===_0x11001b);if(!_0x2e228c||!_0x2e228c[_0x32fda3(_0x8bb579._0x77ea12,_0x8bb579._0x22fe69,0xcd,_0x8bb579._0x2b1f5c)+_0x53da9b(0x3e8,0x508,0x475,0x407)]?.[_0x53da9b(0x4cb,0x4df,0x4d5,0x461)])return null;const _0x54ff03=_0x2e228c['remote_pro'+_0x53da9b(0x496,0x4d7,0x475,0x43d)][_0x53da9b(_0x8bb579._0x2b39fa,0x50b,0x4d5,0x472)],_0x5dc01e=await getProvider(_0x54ff03,_0x1b37d8);if(!_0x5dc01e){const _0xc92f32={};return _0xc92f32[_0x53da9b(0x4eb,0x52b,0x4d5,_0x8bb579._0x59a3e6)]=_0x54ff03,_0xc92f32['repoUrl']=_0x11001b,_0x3e1169[_0x53da9b(_0x8bb579._0x3f2f9c,0x452,0x3ec,_0x8bb579._0x4710d5)](_0x42f2f5['fdMjM'],_0xc92f32),null;}const _0x30bef6=await _0x5dc01e[_0x53da9b(0x449,0x3f6,_0x8bb579._0x367270,_0x8bb579._0xab8d69)+_0x53da9b(0x3ec,0x50a,_0x8bb579._0x8957d9,_0x8bb579._0x313089)+'ed']();if(!_0x30bef6[_0x32fda3(0x120,0x12b,0x56,0xb9)]){if(_0x42f2f5[_0x32fda3(_0x8bb579._0x4d4df8,_0x8bb579._0xfd829b,0x143,_0x8bb579._0x4b0f5d)](_0x42f2f5[_0x53da9b(_0x8bb579._0x2f9d73,0x41c,0x40e,0x44b)],_0x32fda3(_0x8bb579._0x4870dd,0xc2,0x87,_0x8bb579._0x1e738a)))return _0x189ef6[-0x26de+0x1*-0x1cf4+0x43d3];else{const _0x2886d7={};return _0x2886d7[_0x32fda3(_0x8bb579._0x15c86f,0xd4,_0x8bb579._0x28dd55,0x165)]=_0x54ff03,_0x2886d7['repoUrl']=_0x11001b,_0x2886d7[_0x53da9b(_0x8bb579._0x4bbc0c,_0x8bb579._0x2adc65,_0x8bb579._0x707eb1,_0x8bb579._0x309a24)]=_0x30bef6[_0x53da9b(0x498,_0x8bb579._0x4964de,_0x8bb579._0x1735b8,0x46a)],_0x3e1169[_0x53da9b(_0x8bb579._0x146a9f,_0x8bb579._0x542c7f,_0x8bb579._0x3f47a5,0x472)](_0x42f2f5[_0x53da9b(_0x8bb579._0x475deb,0x53e,0x4d2,_0x8bb579._0x23466b)],_0x2886d7),null;}}function _0x53da9b(_0x2f3a75,_0x45bfd9,_0x2fe401,_0x52b893){return _0x48493d(_0x2f3a75-0xcd,_0x45bfd9,_0x2fe401-0x548,_0x52b893-0x63);}const _0xc9b25f={};return _0xc9b25f[_0x53da9b(0x546,0x455,0x4d5,0x4c0)]=_0x5dc01e,_0xc9b25f[_0x32fda3(_0x8bb579._0x3cdea8,0x13f,_0x8bb579._0x10a344,_0x8bb579._0x11c26c)]=_0x11001b,_0xc9b25f;}export async function getRemoteCommitHistory(_0x3d0c14,_0x7789f5,_0x15a13d={}){const _0x50a974={_0x1aa9cb:0xb5,_0x507d59:0x1e,_0x4b3f13:0xe0,_0x29b96d:0x9c,_0x310d86:0xd9,_0x3da110:0x20,_0x1a1365:0x1a,_0x96972a:0x3,_0x42311f:0xb6,_0x351756:0x72,_0x524b27:0x155,_0x536728:0x10b,_0x188b9b:0xce,_0x55c9fd:0x4e,_0x2206ac:0x116,_0x3db8a5:0x41,_0x119960:0x6e,_0x31f150:0x24,_0x6291da:0x18f,_0x18a8f6:0x66,_0x7299d7:0x69,_0x7495c1:0x9b,_0x11f955:0x6a,_0x3216f0:0x2e,_0x3c0c0b:0x37,_0x19fd39:0x10f,_0x51ae33:0xda,_0x83bc88:0x18a,_0x5287f:0x13a,_0x4d3035:0x15c,_0x2a8def:0x27,_0xbac99a:0x2c,_0x48e311:0x19,_0x7f834:0x31,_0x5abdde:0xef,_0x30861f:0x8c,_0x2995ad:0x21,_0x1a1882:0x71,_0x33e1af:0xe,_0x34af96:0xe5,_0x3d6db8:0xb8,_0x5db064:0x62,_0x1598be:0x158,_0x270d2a:0xfe,_0x529c16:0xa8},_0x1cd62d={_0x2d9386:0x124},_0x23d57f={_0x26b7f4:0xbc},_0x289554={};_0x289554[_0x5a3fc3(-_0x50a974._0x1aa9cb,-0x42,-_0x50a974._0x507d59,-0x5b)]=function(_0x9f911b,_0x206208){return _0x9f911b!==_0x206208;},_0x289554[_0x5a3fc3(-_0x50a974._0x4b3f13,-_0x50a974._0x29b96d,-_0x50a974._0x310d86,-0x11f)]=_0x5a3fc3(-_0x50a974._0x3da110,_0x50a974._0x1a1365,-0x4f,-_0x50a974._0x96972a),_0x289554['fMtwI']=_0x5a3fc3(-0xaf,-0xae,-0x49,-_0x50a974._0x42311f);const _0x57a33e=_0x289554;function _0x5a3fc3(_0x16c14e,_0x3a7a71,_0x2887a4,_0x3bbe7a){return _0x48493d(_0x16c14e-0x60,_0x2887a4,_0x3a7a71-_0x23d57f._0x26b7f4,_0x3bbe7a-0x14a);}const _0xde2f64=_0x15a13d[_0x5a3fc3(-0xa5,-_0x50a974._0x351756,-0xd9,-0xbe)]||_0x5b262c,_0x17f66a={};function _0x3258ab(_0x104331,_0x2e7d06,_0x30f85f,_0x1f4971){return _0x26bff3(_0x2e7d06- -0x5be,_0x104331,_0x30f85f-0x31,_0x1f4971-_0x1cd62d._0x2d9386);}_0x17f66a[_0x3258ab(-_0x50a974._0x524b27,-_0x50a974._0x536728,-0x18d,-_0x50a974._0x188b9b)]=_0xde2f64;const _0xe9b9db=await getProviderForRepo(_0x3d0c14,_0x7789f5,_0x17f66a);if(!_0xe9b9db)throw new Error('No\x20configu'+_0x5a3fc3(0x71,-0x5,_0x50a974._0x55c9fd,0x5b)+'ovider\x20fou'+_0x5a3fc3(-_0x50a974._0x2206ac,-0xc0,-0x11f,-0x140)+'s\x20reposito'+'ry');const {provider:_0x46505b}=_0xe9b9db;if(!_0x46505b[_0x3258ab(-_0x50a974._0x3db8a5,-0x8d,-_0x50a974._0x119960,-_0x50a974._0x31f150)+'moteHistor'+'y']||!_0x46505b['supportsRe'+'moteHistor'+'y']()){if(_0x57a33e['olrMF']('HQldp',_0x57a33e[_0x3258ab(-_0x50a974._0x6291da,-0x135,-0x185,-0x124)]))throw new Error(_0x3258ab(-_0x50a974._0x18a8f6,-_0x50a974._0x7299d7,-_0x50a974._0x7495c1,-_0x50a974._0x11f955)+_0x46505b[_0x3258ab(0x55,-0x42,-_0x50a974._0x3216f0,0x3b)]+(_0x5a3fc3(-_0x50a974._0x3c0c0b,-0xc8,-_0x50a974._0x19fd39,-_0x50a974._0x51ae33)+_0x3258ab(-_0x50a974._0x83bc88,-_0x50a974._0x5287f,-_0x50a974._0x4d3035,-0xf2)+'emote\x20hist'+_0x5a3fc3(_0x50a974._0x2a8def,-_0x50a974._0xbac99a,_0x50a974._0x48e311,-_0x50a974._0x7f834)+'ng'));else return{};}const _0x41b661={..._0x15a13d};_0x41b661[_0x5a3fc3(-_0x50a974._0x5abdde,-0x72,-_0x50a974._0x30861f,-0x12)]=_0xde2f64;const _0x24ead0=await _0x46505b[_0x3258ab(-_0x50a974._0x2995ad,-_0x50a974._0x1a1882,-0x58,-_0x50a974._0x33e1af)+_0x5a3fc3(-0x20,-0x86,-_0x50a974._0x34af96,-_0x50a974._0x3d6db8)+'ry'](_0x7789f5,_0x41b661),_0x3a57ea={..._0x24ead0};return _0x3a57ea[_0x5a3fc3(0x54,-0x7,0x2f,-_0x50a974._0x5db064)]=_0x57a33e[_0x3258ab(-_0x50a974._0x1598be,-_0x50a974._0x270d2a,-0x156,-_0x50a974._0x529c16)],_0x3a57ea;}export async function getRemoteCommitDetails(_0x50091b,_0x4a8770,_0x58924c,_0x39a40b={}){const _0x1d4dab={_0x410000:0x30e,_0x2d3db9:0x25f,_0x310882:0x354,_0x1d0b85:0x260,_0x54a144:0xef,_0x3f5c36:0x296,_0x2ebb70:0x2e6,_0x1d63f6:0x2f5,_0x4b44fd:0x7b,_0x2fed4b:0xd9,_0x59d083:0xa4,_0x37f3dc:0x26b,_0x2515be:0x1e1,_0x392e17:0x2e8,_0x26dfbf:0x2bc,_0x248194:0xed,_0x3f13fd:0x30c,_0x24ae97:0x27e,_0x55fe12:0x2c3,_0x4257d8:0x333,_0x4f52a7:0x3ca,_0x981e28:0x214,_0x2097a6:0x277,_0x4a6ea7:0xd5,_0x805178:0x22d,_0x27e619:0x21b,_0x22e16f:0x2b0,_0x2f8167:0x2bb,_0xa07abf:0x2e4,_0x569e07:0x26a,_0x19248a:0x21a,_0x37a53a:0x304,_0x4a768a:0x287,_0x70c3d8:0x2dc,_0x44b2e:0x21d,_0x16f457:0x2ad,_0x1cae21:0x23f,_0x2e0b62:0x122,_0x3639ce:0x175,_0x2a1286:0x157,_0x322166:0x16e,_0x36060e:0xb1},_0x5c638f={_0x122342:0x3fc},_0x6692c={_0x36cf2e:0x249,_0x427c59:0x97,_0x410ed6:0x18e},_0x1ce572={'pUdne':function(_0x28d464,_0x2587d9,_0x327b4d,_0x3a5a9f){return _0x28d464(_0x2587d9,_0x327b4d,_0x3a5a9f);},'OvbEz':_0x44775e(0x2e0,_0x1d4dab._0x410000,_0x1d4dab._0x2d3db9,_0x1d4dab._0x310882)+_0xf02f45(0x124,0xb2,0x1aa,0xd5)+_0x44775e(0x2e1,_0x1d4dab._0x1d0b85,0x2bd,0x276)+_0xf02f45(0x69,0x3f,_0x1d4dab._0x54a144,0x9)+_0x44775e(_0x1d4dab._0x3f5c36,0x2d8,_0x1d4dab._0x2ebb70,_0x1d4dab._0x1d63f6)+'ry','fRJNB':_0xf02f45(_0x1d4dab._0x4b44fd,0xef,-0x1c,0x15)},_0x2cbc30=_0x39a40b[_0x44775e(0x26a,0x20b,0x21c,0x2d8)]||_0x5b262c;function _0x44775e(_0xc2f5ba,_0x504d9c,_0x3c0842,_0x4a08a1){return _0x26bff3(_0xc2f5ba- -_0x6692c._0x36cf2e,_0x4a08a1,_0x3c0842-_0x6692c._0x427c59,_0x4a08a1-_0x6692c._0x410ed6);}const _0x100f0d={};_0x100f0d[_0xf02f45(0xb7,0x56,_0x1d4dab._0x2fed4b,_0x1d4dab._0x59d083)]=_0x2cbc30;const _0x17e889=await _0x1ce572[_0x44775e(_0x1d4dab._0x37f3dc,0x2d7,0x231,_0x1d4dab._0x2515be)](getProviderForRepo,_0x50091b,_0x4a8770,_0x100f0d);if(!_0x17e889)throw new Error(_0x1ce572['OvbEz']);const {provider:_0x5efe52}=_0x17e889;if(!_0x5efe52['supportsRe'+'moteHistor'+'y']||!_0x5efe52[_0x44775e(_0x1d4dab._0x392e17,0x282,0x35b,_0x1d4dab._0x26dfbf)+_0xf02f45(0xaa,_0x1d4dab._0x248194,0x60,0x91)+'y']())throw new Error(_0x44775e(_0x1d4dab._0x3f13fd,_0x1d4dab._0x24ae97,_0x1d4dab._0x55fe12,0x348)+_0x5efe52[_0x44775e(_0x1d4dab._0x4257d8,0x33d,_0x1d4dab._0x4f52a7,0x36c)]+(_0x44775e(_0x1d4dab._0x981e28,_0x1d4dab._0x2097a6,0x1d9,0x212)+_0xf02f45(0x88,0xcf,_0x1d4dab._0x4a6ea7,0x8)+_0x44775e(_0x1d4dab._0x805178,0x23c,0x2a3,_0x1d4dab._0x27e619)+_0x44775e(_0x1d4dab._0x22e16f,_0x1d4dab._0x2f8167,_0x1d4dab._0xa07abf,0x27a)+'ng'));const _0xd7ab0e={..._0x39a40b};_0xd7ab0e[_0x44775e(_0x1d4dab._0x569e07,_0x1d4dab._0x19248a,0x2d8,0x2ad)]=_0x2cbc30;const _0x48b44f=await _0x5efe52[_0x44775e(_0x1d4dab._0x37a53a,_0x1d4dab._0x4a768a,0x2ef,_0x1d4dab._0x70c3d8)+_0x44775e(_0x1d4dab._0x44b2e,_0x1d4dab._0x16f457,0x206,_0x1d4dab._0x1cae21)+'ls'](_0x4a8770,_0x58924c,_0xd7ab0e),_0x5d6f60={..._0x48b44f};_0x5d6f60[_0xf02f45(_0x1d4dab._0x2e0b62,0x126,_0x1d4dab._0x3639ce,_0x1d4dab._0x2a1286)]=_0x1ce572[_0xf02f45(0x105,_0x1d4dab._0x322166,0xee,_0x1d4dab._0x36060e)];function _0xf02f45(_0x303aac,_0x282372,_0x3f1755,_0x4a43f2){return _0x26bff3(_0x303aac- -_0x5c638f._0x122342,_0x3f1755,_0x3f1755-0x1a9,_0x4a43f2-0x36);}return _0x5d6f60;}export async function getRemoteBranches(_0xce3816,_0x17ef38,_0x557a02={}){const _0x559fb0={_0x176b2f:0x61c,_0x37264e:0x5f8,_0x54353c:0x15e,_0x1f9ae6:0x19a,_0x3c89a1:0x77,_0xb295ce:0x6f,_0x5fb39e:0xfc,_0x4f8728:0x13,_0x4ebefb:0x5c8,_0x5119e9:0x58d,_0x28fd9b:0x16d,_0x4b4370:0x16b,_0x47ad67:0x64e,_0x510bb8:0x5bc,_0x1e74c1:0xa6,_0x4c24f1:0xbd,_0x46db4e:0x2d,_0x1df53e:0x5d6,_0x182017:0x58a,_0x411e58:0x3,_0x260b46:0x7f,_0x4b47df:0x13b,_0x1ce392:0x148,_0x36a8e7:0x4e0,_0x538a8d:0x543,_0x23454f:0x5ef,_0x59e39a:0x676,_0x3475c2:0x591,_0x2de7c1:0x19c,_0x161eb1:0x14d,_0x3446ec:0x6b0,_0x44d84f:0x636,_0x47b19d:0x52d,_0x13f1df:0x5f8,_0x5a6f44:0x527,_0x6a0a22:0x4f6,_0x3495e8:0x515,_0x327f64:0x4a7,_0x268a78:0x547,_0x204e8b:0x16d,_0x3a7c99:0x133,_0x44b738:0x81,_0x5f20a2:0xbc,_0xa5fc06:0x7},_0x1cd008={_0x5f27cf:0x3f6,_0x5db542:0xdd},_0x33d527={_0x4d4558:0xa9,_0x144979:0x1e8},_0x2c074f={};_0x2c074f[_0xf5d939(_0x559fb0._0x176b2f,0x5c2,0x697,_0x559fb0._0x37264e)]='No\x20configu'+'red\x20git\x20pr'+_0x2dcb7f(0x101,0x134,_0x559fb0._0x54353c,_0x559fb0._0x1f9ae6)+_0x2dcb7f(_0x559fb0._0x3c89a1,_0x559fb0._0xb295ce,_0x559fb0._0x5fb39e,-_0x559fb0._0x4f8728)+_0xf5d939(0x588,0x511,_0x559fb0._0x4ebefb,_0x559fb0._0x5119e9)+'ry';function _0xf5d939(_0x5e6cf1,_0x3821e6,_0x2f445d,_0x3a8162){return _0x26bff3(_0x5e6cf1-_0x33d527._0x4d4558,_0x3821e6,_0x2f445d-_0x33d527._0x144979,_0x3a8162-0x98);}_0x2c074f[_0x2dcb7f(_0x559fb0._0x28fd9b,0xe2,0x64,_0x559fb0._0x4b4370)]=function(_0x5506be,_0x3b0753){return _0x5506be!==_0x3b0753;},_0x2c074f[_0xf5d939(0x5e4,_0x559fb0._0x47ad67,0x670,0x65c)]='wcJRp';const _0x3b066e=_0x2c074f,_0xeedfa2=_0x557a02[_0xf5d939(0x55c,0x578,0x5d6,_0x559fb0._0x510bb8)]||_0x5b262c,_0x5bbe37={};_0x5bbe37[_0x2dcb7f(_0x559fb0._0x1e74c1,_0x559fb0._0x4c24f1,_0x559fb0._0x46db4e,0xbd)]=_0xeedfa2;const _0xe159a=await getProviderForRepo(_0xce3816,_0x17ef38,_0x5bbe37);if(!_0xe159a)throw new Error(_0x3b066e['gwNML']);const {provider:_0x581507}=_0xe159a;if(!_0x581507[_0xf5d939(0x5da,0x5fc,_0x559fb0._0x1df53e,_0x559fb0._0x182017)+_0x2dcb7f(_0x559fb0._0x411e58,_0x559fb0._0x260b46,-0xa,0xe0)+'es']||!_0x581507[_0x2dcb7f(0x1c2,_0x559fb0._0x4b47df,_0x559fb0._0x1ce392,0x188)+_0xf5d939(0x51e,_0x559fb0._0x36a8e7,_0x559fb0._0x538a8d,0x4e9)+'es']()){if(_0x3b066e['Nijje'](_0x3b066e[_0xf5d939(0x5e4,_0x559fb0._0x23454f,_0x559fb0._0x59e39a,_0x559fb0._0x3475c2)],_0x3b066e['uTKiw']))_0x51307e[_0x338b4c['provider']]=[];else throw new Error(_0x2dcb7f(0x1a3,0x15f,_0x559fb0._0x2de7c1,_0x559fb0._0x161eb1)+_0x581507[_0xf5d939(0x625,_0x559fb0._0x3446ec,_0x559fb0._0x44d84f,0x5b5)]+('\x22\x20does\x20not'+_0xf5d939(_0x559fb0._0x47b19d,0x4d1,0x558,0x58d)+_0xf5d939(0x567,0x504,_0x559fb0._0x13f1df,_0x559fb0._0x5a6f44)+'ch\x20listing'));}const _0x27a03b={};_0x27a03b[_0xf5d939(0x55c,_0x559fb0._0x6a0a22,_0x559fb0._0x23454f,0x5a7)]=_0xeedfa2;function _0x2dcb7f(_0x2abe03,_0x5c69f2,_0x532464,_0x4eaeb5){return _0x26bff3(_0x5c69f2- -_0x1cd008._0x5f27cf,_0x2abe03,_0x532464-0x17b,_0x4eaeb5-_0x1cd008._0x5db542);}const _0x3c50cc=await _0x581507['getRemoteB'+_0xf5d939(_0x559fb0._0x3495e8,0x529,_0x559fb0._0x327f64,_0x559fb0._0x268a78)](_0x17ef38,_0x27a03b),_0xefa0e0={..._0x3c50cc};return _0xefa0e0[_0x2dcb7f(_0x559fb0._0x204e8b,0x128,0x123,_0x559fb0._0x3a7c99)]=_0x2dcb7f(0x6a,_0x559fb0._0x44b738,_0x559fb0._0x5f20a2,_0x559fb0._0xa5fc06),_0xefa0e0;}export async function createPullRequest(_0x54e89b,_0x147f42,_0x5806a2={}){const _0x57e9a6={_0x51df69:0x77,_0x5daab7:0xb7,_0x2ea2a2:0xff,_0x14d942:0x139,_0x38d79f:0xa5,_0x3743bd:0x92,_0xa39357:0x400,_0x3169c8:0x4a8,_0x5da388:0x160,_0xc4dae6:0x3cb,_0xab1708:0x412,_0x45a1e0:0x13,_0x45e72e:0x74,_0x12b92f:0x53,_0xf75020:0x3c6,_0x49de98:0x41a,_0x97302c:0xd6,_0xc82d52:0x3e5,_0x520b16:0x3a5,_0x4cfec2:0x348,_0x12bbf5:0x31c,_0x5d21f6:0x3a5,_0x2e1dca:0xd3,_0x3ee999:0xe1,_0x41627c:0x103,_0x50bc66:0x36b,_0x4cc95b:0x3a0,_0x409ab0:0x42b,_0x242865:0x3d4,_0x4dfddd:0x38e,_0x253df9:0x3e5,_0x44fd83:0x355,_0x352212:0x359,_0x4320ff:0x496,_0x4edf8d:0x3a6,_0x57a3a3:0x3d3,_0x4b430c:0x431,_0x39e6b2:0x32,_0x14be76:0xd,_0x24c701:0x2a,_0x1cdef6:0x45c,_0x467c8f:0x434,_0x4edc94:0x40c,_0x2aac90:0x12f,_0xe3a221:0x87,_0x13482d:0x128,_0xdb00ef:0xe6,_0xdf69e4:0xde,_0x4d1a8e:0x9e,_0x530982:0x1b,_0x9df74:0x70,_0x4201cb:0x25,_0x61aa89:0xf2,_0x48ef24:0x308,_0x608ec0:0x349,_0x42bd04:0x3e0,_0x57d610:0x3cb,_0x2c9d0f:0x1d0,_0x3e4b84:0x1a9,_0x23bdd8:0x1be,_0x235ac4:0x4b3,_0x11068e:0x467,_0x1b5eb4:0x3ee,_0x1bf6da:0x41c,_0x45d4cd:0x48f,_0xb399c9:0x3ca,_0x4a712b:0x3f2,_0x22c198:0x3b8,_0x2cd201:0x9,_0x36e190:0x49,_0x4993dd:0x7e,_0x2c57f4:0x159,_0x375b92:0xdc,_0x75a594:0x54,_0x41fe53:0x3d,_0x395053:0xaa,_0x2f8ffb:0x127,_0x482fd7:0x113,_0x4b2ead:0x8e,_0x452779:0x367,_0xe02217:0x47d,_0xf9af57:0x3f4,_0x216d18:0x457,_0x43231d:0x404,_0x5d7e63:0x46d,_0xdb803c:0x425,_0x12fd84:0x3bf,_0x436f9f:0x7e,_0x3496e5:0x450,_0x4ea428:0x474,_0x468e86:0x3f0,_0x47b313:0x104,_0x4d1988:0xa7,_0x5aedb3:0xf4},_0x4d6fca={_0x313270:0x1c3,_0x44bc8c:0x96},_0x11eb7d={_0x206bd0:0x114},_0x49e894={'QJwYb':'app','TiDgU':_0xb3d8f6(-_0x57e9a6._0x51df69,-0x9c,-_0x57e9a6._0x5daab7,-_0x57e9a6._0x2ea2a2)+_0xb3d8f6(-_0x57e9a6._0x14d942,-_0x57e9a6._0x38d79f,-_0x57e9a6._0x3743bd,-0x4f)+_0x212cc3(_0x57e9a6._0xa39357,0x3eb,0x416,_0x57e9a6._0x3169c8)+_0xb3d8f6(-0xec,-_0x57e9a6._0x5da388,-0x124,-0x14d)+_0x212cc3(0x332,0x430,_0x57e9a6._0xc4dae6,_0x57e9a6._0xab1708)+'ry','bRgzp':function(_0x17a9f9,_0x48f365){return _0x17a9f9!==_0x48f365;},'vsbcq':function(_0x2b831c,_0x31cc76){return _0x2b831c===_0x31cc76;},'WIWZG':_0xb3d8f6(-_0x57e9a6._0x45a1e0,-_0x57e9a6._0x45e72e,-0xee,-_0x57e9a6._0x12b92f),'fuxqK':'YInxh','GmzxG':_0x212cc3(0x4d4,_0x57e9a6._0xf75020,0x444,_0x57e9a6._0x49de98)+'required\x20f'+'or\x20user\x20cr'+_0xb3d8f6(-0x198,-0x123,-_0x57e9a6._0x97302c,-0x183)+_0x212cc3(0x355,_0x57e9a6._0xc82d52,0x395,_0x57e9a6._0x520b16),'bElDd':_0x212cc3(_0x57e9a6._0x4cfec2,_0x57e9a6._0x12bbf5,0x3a1,_0x57e9a6._0x5d21f6)+_0xb3d8f6(-0x79,-_0x57e9a6._0x2e1dca,-_0x57e9a6._0x3ee999,-_0x57e9a6._0x41627c),'vqcBu':function(_0x2fe11c,_0x4ed603,_0x3d0389,_0x14d244){return _0x2fe11c(_0x4ed603,_0x3d0389,_0x14d244);}},{credentialMode:credentialMode=_0x49e894['QJwYb'],userId:_0x326a31,logger:logger=_0x5b262c}=_0x5806a2,_0x35f194={};_0x35f194[_0x212cc3(_0x57e9a6._0x50bc66,0x386,0x39f,_0x57e9a6._0x4cc95b)]=logger;const _0x103baa=await getProviderForRepo(_0x54e89b,_0x147f42,_0x35f194);if(!_0x103baa)throw new Error(_0x49e894[_0x212cc3(_0x57e9a6._0x409ab0,0x43b,_0x57e9a6._0x242865,_0x57e9a6._0x4dfddd)]);const {provider:_0x5a7cc4}=_0x103baa;if(!_0x5a7cc4[_0x212cc3(_0x57e9a6._0x253df9,0x370,_0x57e9a6._0x44fd83,_0x57e9a6._0x352212)+'llRequests']||!_0x5a7cc4['supportsPu'+_0x212cc3(0x3f4,_0x57e9a6._0x4320ff,0x435,_0x57e9a6._0x4edf8d)]()){if(_0x49e894[_0x212cc3(0x3e3,0x409,_0x57e9a6._0x57a3a3,_0x57e9a6._0x4b430c)](_0xb3d8f6(-_0x57e9a6._0x39e6b2,-0x5b,-_0x57e9a6._0x14be76,_0x57e9a6._0x24c701),'ylBla'))throw new _0xa349a3('No\x20configu'+_0x212cc3(_0x57e9a6._0x1cdef6,_0x57e9a6._0x467c8f,_0x57e9a6._0x4edc94,0x391)+_0xb3d8f6(-_0x57e9a6._0x2aac90,-0x9b,-_0x57e9a6._0xe3a221,-0x12d)+_0x212cc3(0x3af,0x3c2,0x351,0x3d2)+_0xb3d8f6(-_0x57e9a6._0x13482d,-_0x57e9a6._0xdb00ef,-_0x57e9a6._0xdf69e4,-_0x57e9a6._0x4d1a8e)+'ry');else throw new Error(_0xb3d8f6(_0x57e9a6._0x530982,-_0x57e9a6._0x9df74,_0x57e9a6._0x4201cb,-_0x57e9a6._0x61aa89)+_0x5a7cc4['name']+(_0x212cc3(_0x57e9a6._0x48ef24,0x3d8,_0x57e9a6._0x608ec0,0x34c)+_0x212cc3(_0x57e9a6._0x1cdef6,0x353,_0x57e9a6._0x42bd04,0x379)+_0x212cc3(0x3c4,0x399,0x3a4,_0x57e9a6._0x57d610)+_0xb3d8f6(-_0x57e9a6._0x2c9d0f,-0x178,-_0x57e9a6._0x3e4b84,-_0x57e9a6._0x23bdd8)));}let _0x594f13=null;function _0x212cc3(_0x3b07eb,_0x4e3d39,_0x4a2b79,_0x1f844a){return _0x26bff3(_0x4a2b79- -_0x11eb7d._0x206bd0,_0x3b07eb,_0x4a2b79-0x125,_0x1f844a-0x1b);}if(_0x49e894['vsbcq'](credentialMode,_0x49e894['WIWZG'])){if(_0x49e894['vsbcq']('YInxh',_0x49e894[_0x212cc3(0x43e,_0x57e9a6._0x235ac4,_0x57e9a6._0x11068e,0x40f)])){if(!_0x326a31)throw new Error(_0x49e894['GmzxG']);const {ensureFreshToken:_0xc72bff}=await import(_0x49e894[_0x212cc3(0x431,_0x57e9a6._0x1b5eb4,_0x57e9a6._0x1bf6da,_0x57e9a6._0x45d4cd)]),_0x5ca8a5={};_0x5ca8a5['logger']=logger;const _0x34d7a3=await _0x49e894[_0x212cc3(_0x57e9a6._0xb399c9,0x421,_0x57e9a6._0x4a712b,_0x57e9a6._0x22c198)](_0xc72bff,_0x326a31,_0x5a7cc4[_0xb3d8f6(_0x57e9a6._0x2cd201,-_0x57e9a6._0x36e190,-_0x57e9a6._0x4993dd,-0x64)],_0x5ca8a5);if(!_0x34d7a3)throw new Error(_0xb3d8f6(-_0x57e9a6._0x2c57f4,-_0x57e9a6._0x375b92,-0x10c,-0xdd)+_0xb3d8f6(-0x3b,-_0x57e9a6._0x75a594,-0x34,_0x57e9a6._0x41fe53)+_0xb3d8f6(-_0x57e9a6._0x395053,-0x64,-0x35,-0x8e)+_0x326a31+('\x20and\x20provi'+_0xb3d8f6(-0x120,-_0x57e9a6._0x2f8ffb,-_0x57e9a6._0x482fd7,-0x1be))+_0x5a7cc4[_0xb3d8f6(0x20,-_0x57e9a6._0x36e190,-_0x57e9a6._0x4b2ead,-0x44)]);_0x594f13=_0x34d7a3[_0x212cc3(_0x57e9a6._0x452779,_0x57e9a6._0xe02217,_0x57e9a6._0xf9af57,_0x57e9a6._0x216d18)+'en'];}else return _0x252878[_0x212cc3(_0x57e9a6._0x43231d,_0x57e9a6._0x5d7e63,_0x57e9a6._0xdb803c,_0x57e9a6._0x12fd84)](_0x5ce23e[_0xb3d8f6(-0x14,-_0x57e9a6._0x436f9f,-0xa1,-0xa6)]||{})[_0x212cc3(0x4af,0x43d,_0x57e9a6._0x3496e5,_0x57e9a6._0x1b5eb4)](([_0x51c211,_0x586611])=>({'name':_0x51c211,'type':_0x586611['type'],'allowedTeams':_0x586611[_0x212cc3(0x3c0,0x335,0x383,0x3ed)+'ms']}));}function _0xb3d8f6(_0x8886b7,_0x15fa39,_0xd25d6,_0x38d47f){return _0x26bff3(_0x15fa39- -0x5c5,_0xd25d6,_0xd25d6-_0x4d6fca._0x313270,_0x38d47f-_0x4d6fca._0x44bc8c);}const _0x4b6fcc={..._0x5806a2};return _0x4b6fcc[_0x212cc3(0x362,_0x57e9a6._0x4ea428,_0x57e9a6._0x468e86,0x37d)]=_0x594f13,_0x4b6fcc['logger']=logger,await _0x5a7cc4[_0xb3d8f6(-0xd6,-_0x57e9a6._0x47b313,-_0x57e9a6._0x4d1988,-_0x57e9a6._0x5aedb3)+_0xb3d8f6(-0xb5,-0x10f,-0x89,-0x11e)](_0x147f42,_0x4b6fcc);}export async function checkPullRequestSupport(_0x19652d,_0x15d2b4,_0xe89a77={}){const _0x5086fb={_0xa760cc:0x31a,_0x345911:0x286,_0x29d74b:0x314,_0x59270a:0x71,_0x43e734:0x4c,_0xf0a42c:0x16,_0x471312:0x2f6,_0x13fe79:0x28b,_0x2ccd88:0x2f8,_0x4c4c8f:0x295,_0x296719:0x5d,_0x9aa0c:0x80,_0x46a77e:0x21,_0x3f9f01:0x14,_0x20a612:0x92,_0x39b1bd:0x4d,_0x440f06:0xcc,_0x194782:0x12,_0x54095:0x3ad,_0x1860de:0x432,_0x8edfed:0x394,_0x4c8b36:0x388,_0xced144:0x15,_0x5a0dda:0xd,_0x2bfb63:0x3a,_0x226cf1:0x61,_0x584107:0xf9,_0x59d7ab:0x2d9,_0x1642e9:0x244,_0x3c7592:0x3cd,_0x462eb6:0x3a,_0x589878:0xf7,_0xc3f340:0x9d,_0x2efe75:0x83,_0x5b9e6f:0x9a,_0x351878:0xf4,_0x385cb3:0xf9,_0x33d716:0xcd,_0x15a3eb:0x48,_0x420eb8:0x7b,_0x308700:0x86,_0x391b50:0xeb,_0x5bf8c0:0x81,_0x53dae0:0x7d,_0x46855a:0x0,_0x1865a8:0x3ec,_0x5d0011:0x3b7,_0x133411:0x418,_0x4c7976:0x451,_0x2b2f71:0x307,_0x1bb6a9:0x323,_0x2a8e96:0x3d5,_0x40a1f6:0x1c,_0x479983:0xe,_0x2b3714:0x2e3,_0x55caf1:0x2b0,_0x1e72ac:0x327,_0x2dfe44:0x75,_0x52ac9e:0x55,_0x53607b:0x67,_0x1c6213:0x280,_0x580953:0x2f9,_0x476530:0xf6,_0x14ad19:0xcf,_0x47a22d:0x37,_0x3d5c5b:0xb5,_0x37d854:0x3f6,_0x478b5b:0x466,_0x16887c:0x35,_0x13ab12:0x42,_0x306668:0x3b,_0x18f4bc:0x3b8,_0x52584d:0x33e,_0x15440e:0x1d,_0x3c5f8f:0x3ea,_0x432e83:0x437,_0x4c4b17:0x47,_0x382bec:0xb,_0x42c942:0x82,_0xa204d6:0x421,_0x2e0d74:0x37b,_0x1e1fce:0x2da},_0x35a6a9={_0x2d01c6:0x1b1},_0x195651={_0x3d6274:0x1ea,_0x325fcf:0x10d,_0x58afdf:0xd9},_0xbb3387={'doVVd':function(_0x9efd9b,_0x3d4a68){return _0x9efd9b!==_0x3d4a68;},'xJEgH':'owxfF','tfaQQ':function(_0x49ed69,_0x37a6a7,_0x2a35bf,_0x3da6d9){return _0x49ed69(_0x37a6a7,_0x2a35bf,_0x3da6d9);},'UblVI':_0x38682a(_0x5086fb._0xa760cc,0x3af,_0x5086fb._0x345911,_0x5086fb._0x29d74b),'puEXf':_0x2a6f47(-_0x5086fb._0x59270a,-_0x5086fb._0x43e734,-0xd3,-_0x5086fb._0xf0a42c)+_0x38682a(_0x5086fb._0x471312,0x2eb,0x333,_0x5086fb._0x13fe79)+_0x38682a(0x317,_0x5086fb._0x2ccd88,_0x5086fb._0x4c4c8f,0x2ed)+_0x2a6f47(0x8,-_0x5086fb._0x296719,-0x70,_0x5086fb._0x9aa0c)},_0x57fd3f=_0xe89a77[_0x2a6f47(-_0x5086fb._0x46a77e,_0x5086fb._0x3f9f01,-_0x5086fb._0x20a612,0x11)]||_0x5b262c;function _0x2a6f47(_0x32cc99,_0x26633f,_0x3cd613,_0x775d06){return _0x48493d(_0x32cc99-_0x195651._0x3d6274,_0x26633f,_0x32cc99-_0x195651._0x325fcf,_0x775d06-_0x195651._0x58afdf);}function _0x38682a(_0x7bb075,_0x3dbc66,_0x1d1db3,_0x152e91){return _0x26bff3(_0x7bb075- -0x186,_0x3dbc66,_0x1d1db3-_0x35a6a9._0x2d01c6,_0x152e91-0x122);}try{if(_0xbb3387['doVVd'](_0xbb3387[_0x2a6f47(_0x5086fb._0x39b1bd,_0x5086fb._0x440f06,-0x24,-_0x5086fb._0x194782)],_0xbb3387['xJEgH']))!_0xf7095d[_0x38682a(_0x5086fb._0x54095,0x43b,_0x5086fb._0x1860de,0x33f)](_0x4a554f['allowedTea'+'ms'])&&(_0x4bbd19[_0x38682a(0x311,0x2cd,_0x5086fb._0x8edfed,_0x5086fb._0x4c8b36)+'ms']=['*'],_0x22951e=!![]);else{const _0x53fa6a={};_0x53fa6a[_0x2a6f47(-0x21,_0x5086fb._0xced144,_0x5086fb._0x5a0dda,-_0x5086fb._0x2bfb63)]=_0x57fd3f;const _0x57dbd9=await _0xbb3387[_0x38682a(0x2fa,0x393,0x2e7,0x286)](getProviderForRepo,_0x19652d,_0x15d2b4,_0x53fa6a);if(!_0x57dbd9){if(_0xbb3387[_0x2a6f47(_0x5086fb._0x226cf1,_0x5086fb._0x584107,0xdf,0xc0)](_0xbb3387[_0x38682a(_0x5086fb._0x59d7ab,0x344,_0x5086fb._0x1642e9,0x2e0)],'drrIN')){if(_0x2344fc[_0x38682a(0x3ac,0x41f,_0x5086fb._0x3c7592,0x321)+_0x2a6f47(_0x5086fb._0x462eb6,-0x47,0x12,-0x44)]?.['provider']&&_0x46c8e4[_0x2a6f47(0x50,-0x11,-0x16,0x0)]){const _0x218fde=_0x1f26d5[_0x2a6f47(0x5e,0x6c,_0x5086fb._0x589878,0xe4)+_0x2a6f47(_0x5086fb._0x462eb6,_0x5086fb._0xc3f340,0x8f,_0x5086fb._0x2efe75)][_0x2a6f47(_0x5086fb._0x5b9e6f,_0x5086fb._0x351878,0x77,_0x5086fb._0x385cb3)];!_0x58857c[_0x218fde]&&(_0x13ce44[_0x218fde]=[]);const _0x2cd8bb={};_0x2cd8bb['url']=_0x4cb580['url'],_0x2cd8bb[_0x2a6f47(0x9e,_0x5086fb._0x33d716,_0x5086fb._0x15a3eb,_0x5086fb._0x420eb8)+_0x2a6f47(-_0x5086fb._0x308700,-0x6e,-0x62,-_0x5086fb._0x391b50)]=_0x383294[_0x2a6f47(0x5e,_0x5086fb._0x5bf8c0,_0x5086fb._0x53dae0,_0x5086fb._0x46855a)+'vider']?.[_0x38682a(_0x5086fb._0x1865a8,_0x5086fb._0x5d0011,_0x5086fb._0x133411,0x477)+'_mode'],_0x4ac380[_0x218fde][_0x38682a(0x3f0,0x3ed,_0x5086fb._0x4c7976,0x487)](_0x2cd8bb);}}else{const _0xeee406={};return _0xeee406[_0x38682a(_0x5086fb._0x2b2f71,0x2b2,0x317,_0x5086fb._0x1bb6a9)]=![],_0xeee406[_0x38682a(_0x5086fb._0x8edfed,_0x5086fb._0x2a8e96,0x32a,0x39f)+'me']=null,_0xeee406[_0x2a6f47(_0x5086fb._0x40a1f6,-_0x5086fb._0x479983,-0x6,-0x4b)+'pe']=null,_0xeee406;}}const {provider:_0x4793df}=_0x57dbd9,_0xc99554=_0x4793df[_0x38682a(_0x5086fb._0x2b3714,_0x5086fb._0x55caf1,0x27a,_0x5086fb._0x1e72ac)+_0x2a6f47(_0x5086fb._0x2dfe44,0xaa,_0x5086fb._0x52ac9e,_0x5086fb._0x53607b)]&&_0x4793df[_0x38682a(_0x5086fb._0x2b3714,_0x5086fb._0x1c6213,_0x5086fb._0x580953,0x328)+_0x2a6f47(_0x5086fb._0x2dfe44,_0x5086fb._0x476530,_0x5086fb._0x14ad19,0x57)](),_0x28914a={};return _0x28914a[_0x2a6f47(-0x47,-0x82,-0x9d,_0x5086fb._0x47a22d)]=_0xc99554,_0x28914a[_0x2a6f47(0x46,-0x30,0x87,_0x5086fb._0x3d5c5b)+'me']=_0x4793df[_0x38682a(_0x5086fb._0x37d854,0x474,_0x5086fb._0x478b5b,0x421)],_0x28914a[_0x2a6f47(0x1c,_0x5086fb._0x16887c,-0x72,0x76)+'pe']=_0x4793df[_0x2a6f47(-_0x5086fb._0x13ab12,-0xd9,-0x1,-0x5e)],_0x28914a;}}catch(_0x458286){const _0x37bd03={};_0x37bd03[_0x2a6f47(0x3c,0xc1,0x47,0x6e)]=_0x458286[_0x2a6f47(-0x31,-0x44,_0x5086fb._0x306668,0x24)],_0x37bd03[_0x38682a(_0x5086fb._0x18f4bc,0x368,0x43d,_0x5086fb._0x52584d)]=_0x15d2b4,_0x57fd3f[_0x2a6f47(-0x4f,-0xb9,_0x5086fb._0x15440e,-0x87)](_0xbb3387[_0x38682a(_0x5086fb._0x3c5f8f,0x37a,0x482,_0x5086fb._0x432e83)],_0x37bd03);const _0x4bfc2b={};return _0x4bfc2b[_0x2a6f47(-_0x5086fb._0x4c4b17,-_0x5086fb._0x382bec,-0xa8,-_0x5086fb._0x42c942)]=![],_0x4bfc2b[_0x38682a(0x394,0x3fb,0x316,_0x5086fb._0xa204d6)+'me']=null,_0x4bfc2b[_0x38682a(0x36a,_0x5086fb._0x2e0d74,_0x5086fb._0x1e1fce,0x380)+'pe']=null,_0x4bfc2b;}}export async function buildProviderInfo(_0x527894,_0x39a4e1,_0x2f931f={}){const _0x2826b8={_0x3916d5:0x96,_0x35769e:0x11f,_0x55a997:0x122,_0x522284:0x13b,_0x43eaf4:0xba,_0x4eeb32:0xc6,_0x4eca4f:0x16b,_0x3d2528:0x34e,_0x5c71f8:0x139,_0x582ce4:0xc7,_0x3f2e56:0x138,_0x4e777a:0x16c,_0x163039:0x193,_0x2c9b47:0x194,_0x44b193:0x11c,_0x47a9ae:0x409,_0x2f52d9:0x429,_0x46ae38:0x42e,_0x3de451:0x3aa,_0x39f9c7:0x110,_0x513724:0xc2,_0xee4eff:0x3a8,_0x611c60:0x38f,_0x1325e7:0x3c7,_0x305647:0xc6,_0x531a3d:0x127,_0x3c1762:0x455,_0x13579b:0x3e4,_0x1b7fd7:0x43,_0x4f84d6:0x307,_0x3136dd:0x2dc,_0x368499:0x2be,_0x2dfbd7:0xf,_0x4baef1:0x109,_0x286527:0x88,_0x3a753c:0x15c,_0x4b5604:0xd5,_0xc3865c:0x346,_0x570a44:0x320,_0x5d797e:0x32f,_0x519461:0x3a4,_0xb5ee67:0x3b9,_0x231f53:0x3fc,_0x18783a:0x3da,_0x26cb13:0x416,_0x5c65b6:0x388,_0x2e4d85:0x331,_0x196a2d:0x3b,_0xfae096:0xd2,_0x5bbd90:0xfd,_0x5e2a0b:0xfb,_0x5a9358:0xb3,_0x5a409e:0x100,_0x358e2b:0xe5,_0x4cc04f:0xad,_0x2ddf1e:0x303,_0xf8e6db:0x3ac,_0xf3cdde:0x3e7,_0x16f6a5:0x3c3,_0x572ed7:0x341,_0x2952f8:0x43a,_0x4a92cc:0x5f,_0x54710b:0x22,_0x2cc212:0xd1,_0x1d7c03:0xce,_0x3c9738:0x347,_0x357e11:0x2be,_0x58cd1b:0x338,_0x16dce2:0x396,_0x41f5de:0x420,_0x41cd92:0x3c9,_0x4205fa:0x45b,_0x3e1fef:0x6b,_0x5208f3:0xb8,_0x5f172a:0xac,_0x2bdfe7:0x67,_0x273ace:0x96,_0x5eb632:0x3bb,_0x942d74:0x3f3,_0x6707be:0x3d8,_0x16881f:0x410,_0x407615:0x34a,_0x19129b:0x37b,_0xcf78b5:0x4b0,_0x6aedca:0x33f,_0xbe0b94:0xd8,_0x2d360b:0x131,_0xd96cf7:0xaa,_0x40c42e:0x3af,_0x2464ba:0x3ed,_0x2edcf5:0x407,_0x575297:0x65,_0x4b2b43:0xa2,_0x22dd48:0x10,_0x47ac17:0xbf,_0x558e72:0xa6,_0x41155d:0x3c2,_0x28579f:0x43f,_0x2a74f2:0x345,_0x51e74f:0x117,_0x3aaa6c:0x145,_0x1de280:0xec,_0x20f3e8:0x3c5,_0x29c798:0x37a,_0x3e7295:0x45e,_0x38dfdf:0x305,_0x14ccab:0x37b,_0x3a958c:0x37f,_0x4d43d6:0x66,_0x28ee74:0x1c,_0x35f4db:0xe4,_0x322830:0x102,_0x22d5c4:0x140,_0x433680:0x10e,_0x20a31c:0x6f,_0x4cbe16:0x4b,_0x11a1c3:0xda,_0x468afe:0x85},_0x5b4b17={_0xf42561:0x1cc,_0x124a0f:0x14,_0x491dc5:0x154},_0x39f879={_0x3f0557:0x496,_0x2b37e4:0x91},_0x281f31={};_0x281f31['kESjd']=_0x818e69(-0x110,-_0x2826b8._0x3916d5,-0x18b,-_0x2826b8._0x35769e)+_0x818e69(-_0x2826b8._0x55a997,-0x18c,-_0x2826b8._0x522284,-_0x2826b8._0x43eaf4)+'nd\x20for\x20rep'+'o',_0x281f31['lQhKt']=function(_0x2e160e,_0x2bc8ca){return _0x2e160e!==_0x2bc8ca;},_0x281f31[_0x818e69(-0xfd,-0x139,-0x194,-_0x2826b8._0x4eeb32)]=_0x818e69(-0x16d,-_0x2826b8._0x4eca4f,-0x193,-0xf2);function _0x3698ee(_0x3d9c70,_0x2e2862,_0x962ef2,_0x48fcbb){return _0x48493d(_0x3d9c70-0x11f,_0x2e2862,_0x3d9c70-_0x39f879._0x3f0557,_0x48fcbb-_0x39f879._0x2b37e4);}_0x281f31[_0x3698ee(_0x2826b8._0x3d2528,0x369,0x340,0x388)]='Provider\x20n'+_0x818e69(-_0x2826b8._0x5c71f8,-_0x2826b8._0x582ce4,-_0x2826b8._0x3f2e56,-0x1cd)+'hen\x20buildi'+_0x818e69(-_0x2826b8._0x4e777a,-_0x2826b8._0x163039,-_0x2826b8._0x2c9b47,-_0x2826b8._0x44b193)+_0x3698ee(_0x2826b8._0x47a9ae,0x3bb,0x491,0x390),_0x281f31[_0x3698ee(0x405,0x455,0x478,0x3d8)]=function(_0x4d0580,_0x48d157){return _0x4d0580===_0x48d157;},_0x281f31[_0x3698ee(_0x2826b8._0x2f52d9,0x3fd,0x3e4,0x4ac)]='OvLTz',_0x281f31[_0x3698ee(_0x2826b8._0x46ae38,0x456,0x3e0,_0x2826b8._0x3de451)]=_0x818e69(-0xce,-_0x2826b8._0x43eaf4,-_0x2826b8._0x39f9c7,-0xc4),_0x281f31['HtWpD']=function(_0x3a4620,_0x2c16d9){return _0x3a4620===_0x2c16d9;};function _0x818e69(_0x203934,_0xe28077,_0x410b76,_0x5a7bb1){return _0x48493d(_0x203934-_0x5b4b17._0xf42561,_0xe28077,_0x203934-_0x5b4b17._0x124a0f,_0x5a7bb1-_0x5b4b17._0x491dc5);}_0x281f31['KQyat']=_0x818e69(-_0x2826b8._0x513724,-0xac,-0x5d,-0xde)+'ps',_0x281f31[_0x3698ee(_0x2826b8._0x3de451,_0x2826b8._0xee4eff,_0x2826b8._0x611c60,_0x2826b8._0x1325e7)]=_0x818e69(-0x10a,-0x11c,-_0x2826b8._0x305647,-_0x2826b8._0x531a3d),_0x281f31[_0x3698ee(0x3c2,0x43b,_0x2826b8._0x3c1762,_0x2826b8._0x13579b)]=_0x818e69(-0xd0,-_0x2826b8._0x1b7fd7,-0x108,-0x150),_0x281f31[_0x3698ee(_0x2826b8._0x4f84d6,_0x2826b8._0x3136dd,0x2b6,_0x2826b8._0x368499)]=_0x818e69(-0x83,_0x2826b8._0x2dfbd7,-0xa4,-0x106),_0x281f31[_0x818e69(-_0x2826b8._0x4baef1,-0x130,-0x102,-_0x2826b8._0x286527)]=_0x818e69(-0x146,-_0x2826b8._0x3a753c,-_0x2826b8._0x4b5604,-0x18a)+'get\x20displa'+_0x3698ee(_0x2826b8._0xc3865c,_0x2826b8._0x570a44,_0x2826b8._0x5d797e,0x3c5)+'\x20provider';const _0x3fa68a=_0x281f31,_0x4545e8=_0x2f931f[_0x3698ee(0x368,_0x2826b8._0x519461,0x3a7,_0x2826b8._0xb5ee67)]||_0x5b262c,_0x151afe=await loadProvidersConfig(_0x2f931f),_0x430e18=_0x151afe[_0x3698ee(_0x2826b8._0x231f53,_0x2826b8._0x18783a,0x404,_0x2826b8._0x26cb13)]?.[_0x527894];if(!_0x430e18){if(_0x3fa68a[_0x3698ee(_0x2826b8._0x5c65b6,_0x2826b8._0x2e4d85,0x387,0x40a)](_0x818e69(-0x68,-_0x2826b8._0x196a2d,-0xb7,-_0x2826b8._0xfae096),_0x3fa68a[_0x818e69(-_0x2826b8._0x5bbd90,-0xae,-0x111,-_0x2826b8._0x5e2a0b)])){const _0x135e4f={};return _0x135e4f[_0x818e69(-_0x2826b8._0x5a9358,-_0x2826b8._0x5a409e,-_0x2826b8._0x358e2b,-_0x2826b8._0x4cc04f)+'me']=_0x527894,_0x4545e8[_0x3698ee(0x33a,_0x2826b8._0x2ddf1e,0x33d,_0x2826b8._0xf8e6db)](_0x3fa68a['lrDXc'],_0x135e4f),null;}else{if(_0x2910a2[_0x3698ee(_0x2826b8._0xf3cdde,0x47d,0x3c4,0x40f)+_0x3698ee(_0x2826b8._0x16f6a5,_0x2826b8._0x572ed7,0x39f,_0x2826b8._0x2952f8)]?.[_0x818e69(-_0x2826b8._0x4a92cc,-0xef,-_0x2826b8._0x54710b,-0x24)])return!![];}}let _0x2f9d2a=_0x527894;const _0x5683fc=_0x430e18[_0x818e69(-0x13b,-_0x2826b8._0x2cc212,-0x15f,-0x1a8)]===_0x818e69(-_0x2826b8._0x1d7c03,-0x130,-0x51,-0x7f)||_0x3fa68a['YFznu'](_0x430e18[_0x3698ee(_0x2826b8._0x3c9738,0x312,_0x2826b8._0x357e11,_0x2826b8._0x58cd1b)],'azure-devo'+'ps');try{if('OvLTz'!==_0x3fa68a[_0x3698ee(0x429,_0x2826b8._0x16dce2,0x4b4,0x4b9)])throw new _0x529b60('Provider\x20n'+_0x818e69(-0xa8,-0xe7,-_0x2826b8._0x582ce4,-0x23)+_0x58abd2);else{const _0x4960ac=await getProvider(_0x527894,_0x2f931f);if(_0x4960ac&&_0x430e18['type']===_0x3fa68a[_0x3698ee(_0x2826b8._0x46ae38,_0x2826b8._0x41f5de,_0x2826b8._0x41cd92,_0x2826b8._0x4205fa)]){const _0x586f29=await _0x4960ac['getInstall'+_0x818e69(-_0x2826b8._0x3e1fef,-0x3d,-_0x2826b8._0x5208f3,-_0x2826b8._0x5f172a)]();_0x586f29?.[_0x818e69(-0x96,-0xfa,-0x11f,-0x2b)+_0x818e69(-0xda,-0x10f,-0x7d,-0xcc)]&&(_0x2f9d2a=_0x818e69(-0xab,-_0x2826b8._0x2bdfe7,-0xf0,-0x56)+_0x586f29[_0x818e69(-0x96,-_0x2826b8._0x273ace,-0x12e,-0xec)+_0x3698ee(_0x2826b8._0xee4eff,_0x2826b8._0x5eb632,0x339,_0x2826b8._0x942d74)]+')');}else{if(_0x3fa68a[_0x3698ee(_0x2826b8._0x6707be,0x353,_0x2826b8._0x16881f,_0x2826b8._0x407615)](_0x430e18['type'],_0x3fa68a[_0x3698ee(0x3a3,0x359,0x416,_0x2826b8._0x19129b)])&&_0x430e18[_0x3698ee(0x41d,0x41c,_0x2826b8._0xcf78b5,0x3e2)+'on']){if(_0x3fa68a[_0x3698ee(_0x2826b8._0x6707be,0x3c0,_0x2826b8._0x6aedca,0x3aa)](_0x3fa68a['Rnset'],_0x3fa68a[_0x818e69(-_0x2826b8._0xbe0b94,-_0x2826b8._0x2d360b,-_0x2826b8._0x4a92cc,-_0x2826b8._0xd96cf7)]))_0x2f9d2a=_0x3698ee(0x3e1,_0x2826b8._0x40c42e,_0x2826b8._0x2464ba,_0x2826b8._0x2edcf5)+'ps\x20('+_0x430e18[_0x818e69(-_0x2826b8._0x575297,-_0x2826b8._0x4b2b43,-_0x2826b8._0x22dd48,-0x9e)+'on']+')';else{const _0x20902a={};return _0x20902a[_0x818e69(-_0x2826b8._0x4a92cc,-_0x2826b8._0x582ce4,0x17,-0xf0)]=_0x197473,_0x20902a[_0x818e69(-0x8f,-0x3d,-0x83,-0xca)]=_0x24ab65,_0x214f6d['warn'](_0x3fa68a[_0x818e69(-0xa0,-_0x2826b8._0x47ac17,-0x57,-_0x2826b8._0x558e72)],_0x20902a),null;}}}}}catch(_0x2bb5cf){if(_0x3fa68a[_0x3698ee(_0x2826b8._0x41155d,_0x2826b8._0x28579f,0x38b,_0x2826b8._0x2a74f2)]!==_0x3fa68a[_0x818e69(-0x17b,-_0x2826b8._0x51e74f,-0x1c2,-0x1c7)]){const _0x2d82f6={};_0x2d82f6[_0x818e69(-_0x2826b8._0x5a9358,-_0x2826b8._0x3aaa6c,-0x61,-_0x2826b8._0x1de280)+'me']=_0x527894,_0x2d82f6[_0x3698ee(_0x2826b8._0x20f3e8,0x3c9,_0x2826b8._0x29c798,0x376)]=_0x2bb5cf['message'],_0x4545e8[_0x3698ee(_0x2826b8._0x2edcf5,0x469,_0x2826b8._0x3e7295,0x376)](_0x3fa68a[_0x818e69(-0x109,-0xfa,-0xc5,-_0x2826b8._0x305647)],_0x2d82f6);}else _0x566802=_0x5526ec;}const _0x5ccb8c={};return _0x5ccb8c[_0x3698ee(_0x2826b8._0x38dfdf,_0x2826b8._0x14ccab,_0x2826b8._0x3a958c,0x2cc)+'ame']=_0x527894,_0x5ccb8c['provider_t'+_0x818e69(-0x4e,-_0x2826b8._0x4d43d6,_0x2826b8._0x28ee74,-0x2b)]=_0x430e18[_0x818e69(-0x13b,-0x103,-_0x2826b8._0x2cc212,-0xd6)],_0x5ccb8c['display_na'+'me']=_0x2f9d2a,_0x5ccb8c[_0x818e69(-0xb1,-_0x2826b8._0x35f4db,-0x7f,-_0x2826b8._0x322830)+_0x818e69(-_0x2826b8._0x22d5c4,-0x130,-0x1af,-_0x2826b8._0x433680)]=_0x5683fc,_0x5ccb8c[_0x818e69(-_0x2826b8._0x20a31c,-_0x2826b8._0x4cbe16,-_0x2826b8._0x11a1c3,-_0x2826b8._0x468afe)]=_0x39a4e1,_0x5ccb8c;}function _0x3896(_0x563e4d,_0x108922){_0x563e4d=_0x563e4d-(0x4*0x5b9+0x38*0x7f+0x2*-0x18bb);const _0x42c8ee=_0x4956();let _0x5d744b=_0x42c8ee[_0x563e4d];if(_0x3896['kcauLt']===undefined){var _0x3be27d=function(_0x25bb78){const _0x5a2bc6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x8ac224='',_0x3ce334='';for(let _0x56b4b9=0x5c+0x931*-0x2+-0x2*-0x903,_0x58d3b3,_0x3c0f78,_0x2cbe53=-0x17*0x1f+-0x1b0a*0x1+-0x3*-0x9f1;_0x3c0f78=_0x25bb78['charAt'](_0x2cbe53++);~_0x3c0f78&&(_0x58d3b3=_0x56b4b9%(-0x1b8c+0x1382+0x407*0x2)?_0x58d3b3*(-0xf95+0x7b*0x11+0x7aa)+_0x3c0f78:_0x3c0f78,_0x56b4b9++%(0x1fee*-0x1+0x1f0d+0xe5))?_0x8ac224+=String['fromCharCode'](0x15d5+-0x17*0xde+-0xe4&_0x58d3b3>>(-(0x1495+-0x2*0x404+-0xc8b)*_0x56b4b9&-0x9*0x31+0x2190+-0x1fd1)):-0x1352+0x5ce*0x1+0xd84){_0x3c0f78=_0x5a2bc6['indexOf'](_0x3c0f78);}for(let _0x215604=-0x3*-0xb07+0x1*-0x1721+-0x9f4,_0x168504=_0x8ac224['length'];_0x215604<_0x168504;_0x215604++){_0x3ce334+='%'+('00'+_0x8ac224['charCodeAt'](_0x215604)['toString'](-0x22d+0x1d62+0x1b25*-0x1))['slice'](-(0x1588+-0x1*-0x14e7+0x2a6d*-0x1));}return decodeURIComponent(_0x3ce334);};_0x3896['RTUJMc']=_0x3be27d,_0x3896['glNzqs']={},_0x3896['kcauLt']=!![];}const _0x189ef6=_0x42c8ee[-0x14*0x19e+-0x7*0x3df+0x3b71],_0x39b46f=_0x563e4d+_0x189ef6,_0xd9c4d6=_0x3896['glNzqs'][_0x39b46f];return!_0xd9c4d6?(_0x5d744b=_0x3896['RTUJMc'](_0x5d744b),_0x3896['glNzqs'][_0x39b46f]=_0x5d744b):_0x5d744b=_0xd9c4d6,_0x5d744b;}export async function checkUserModeConnections(_0x15f26f,_0x235b6a,_0x2456a4={}){const _0x43f9af={_0x252472:0x3b0,_0x5457d8:0x3c8,_0x1fc7dd:0x307,_0x3d7ad6:0x308,_0x54720d:0x397,_0x43636b:0x289,_0xe22eba:0x4b1,_0x58f782:0x581,_0x29282a:0x34b,_0x5a9b2e:0x2b0,_0x90ce47:0x574,_0x558bc0:0x54a,_0x413c31:0x423,_0x407777:0x25b,_0x207292:0x1de,_0x335b24:0x2c7,_0x1968de:0x20f,_0x12394b:0x26b,_0x33cb48:0x373,_0x485e82:0x368,_0x3921ad:0x4f3,_0x50eb9a:0x51d,_0x3070d6:0x385,_0x5dc9ee:0x54e,_0x2144c3:0x291,_0x3ea387:0x2b1,_0x57ccdd:0x225,_0xe80db2:0x533,_0x2cd397:0x55d,_0x3cae7a:0x587,_0xc8a513:0x509,_0xffcbb6:0x514,_0x2206a0:0x552,_0x4541f4:0x5c6,_0x1d550f:0x34c,_0x561451:0x3b3,_0x1157d4:0x31c},_0x15a0d={_0xbdd2c4:0x4d},_0x496c71={_0x28db59:0x7,_0x253158:0x16e},_0xdac29={'FgfMW':function(_0x57b8f0,_0x24cf7b){return _0x57b8f0===_0x24cf7b;},'whFCr':'./user-git'+_0x2f4fa8(0x382,0x340,_0x43f9af._0x252472,_0x43f9af._0x5457d8),'JyEKE':function(_0x2723f3,_0x370b74,_0x48e8f9){return _0x2723f3(_0x370b74,_0x48e8f9);},'HJbtO':_0x2f4fa8(0x301,0x333,0x281,0x383)+_0x2f4fa8(_0x43f9af._0x1fc7dd,_0x43f9af._0x3d7ad6,_0x43f9af._0x54720d,_0x43f9af._0x43636b)+_0x57b2ea(_0x43f9af._0xe22eba,0x4f1,0x4aa,_0x43f9af._0x58f782)+_0x2f4fa8(0x2f4,_0x43f9af._0x29282a,0x2ce,_0x43f9af._0x5a9b2e)+_0x57b2ea(_0x43f9af._0x90ce47,0x50a,_0x43f9af._0x558bc0,0x4d3)},_0x5ab91c=_0x2456a4[_0x57b2ea(0x51a,0x4ac,_0x43f9af._0x413c31,0x50b)]||_0x5b262c;function _0x57b2ea(_0x3fcd6f,_0x1e69e9,_0x855129,_0x28d729){return _0x26bff3(_0x1e69e9- -0x7,_0x28d729,_0x855129-_0x496c71._0x28db59,_0x28d729-_0x496c71._0x253158);}const _0x3f95b7=_0x15f26f[_0x2f4fa8(_0x43f9af._0x407777,_0x43f9af._0x207292,_0x43f9af._0x335b24,_0x43f9af._0x1968de)](_0x3ae878=>_0x3ae878[_0x57b2ea(0x5e6,0x56b,0x5d2,0x4d2)+'_mode']===_0x2f4fa8(0x356,0x3e1,0x3de,0x344));if(_0xdac29['FgfMW'](_0x3f95b7[_0x2f4fa8(0x28f,_0x43f9af._0x3d7ad6,_0x43f9af._0x12394b,0x23f)],0x7*-0x1d2+0x469*-0x6+0x2*0x139a))return null;function _0x2f4fa8(_0x1ee392,_0x4ac250,_0x48164c,_0x4012f9){return _0x48493d(_0x1ee392-0x47,_0x4012f9,_0x1ee392-0x3e6,_0x4012f9-_0x15a0d._0xbdd2c4);}const {getUserGitTokens:_0x4ee5c5}=await import(_0xdac29['whFCr']),_0x29834d=await _0xdac29['JyEKE'](_0x4ee5c5,_0x235b6a,_0x2456a4),_0x435732={};for(const _0x145fcb of _0x3f95b7){!_0x435732[_0x145fcb['provider']]&&(_0x435732[_0x145fcb[_0x2f4fa8(_0x43f9af._0x33cb48,0x2f2,0x2fa,_0x43f9af._0x485e82)]]=[]),_0x435732[_0x145fcb['provider']]['push'](_0x145fcb[_0x57b2ea(_0x43f9af._0x3921ad,_0x43f9af._0x50eb9a,0x5aa,0x4d7)]);}const _0x28048a=[];for(const [_0x2b906b,_0x4871d4]of Object[_0x2f4fa8(0x33e,0x38d,0x302,_0x43f9af._0x3070d6)](_0x435732)){if(_0x29834d[_0x2b906b])continue;const _0x200418=await buildProviderInfo(_0x2b906b,_0x4871d4,_0x2456a4);_0x200418&&_0x28048a[_0x57b2ea(0x539,0x56f,0x541,_0x43f9af._0x5dc9ee)](_0x200418);}if(_0xdac29[_0x2f4fa8(_0x43f9af._0x2144c3,0x2f5,_0x43f9af._0x3ea387,0x247)](_0x28048a[_0x2f4fa8(0x28f,0x2cd,0x324,_0x43f9af._0x57ccdd)],-0x2*-0x2b+-0x45*-0x3a+-0xff8))return null;_0x5ab91c['info'](_0xdac29[_0x57b2ea(0x506,0x518,_0x43f9af._0xe80db2,0x5a1)],{'userId':_0x235b6a,'missingProviders':_0x28048a[_0x57b2ea(0x5b4,_0x43f9af._0x2cd397,0x5b9,_0x43f9af._0x3cae7a)](_0x51ebd1=>_0x51ebd1[_0x57b2ea(0x4ae,0x449,0x47d,0x4ce)+_0x57b2ea(0x4d5,0x53b,0x4e3,0x55e)])});const _0xcd06de={};return _0xcd06de[_0x57b2ea(0x550,_0x43f9af._0xc8a513,_0x43f9af._0xffcbb6,0x59d)]=_0x57b2ea(0x4df,_0x43f9af._0x2206a0,0x59f,_0x43f9af._0x4541f4)+_0x2f4fa8(0x298,0x29b,0x23b,0x2d1)+'ired',_0xcd06de[_0x2f4fa8(_0x43f9af._0x1d550f,_0x43f9af._0x561451,_0x43f9af._0x1157d4,0x332)]=_0x28048a,_0xcd06de;}