@profoundlogic/coderflow-server 0.8.0 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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(_0x2091bb,_0x324d79){const _0x5d129b={_0x2438aa:0x16c,_0x4380ad:0x280,_0x1ed4ef:0x1a8,_0x2ebc29:0x16a,_0x16fb1c:0x20e,_0x599cc0:0x237,_0x37c2e1:0x26f,_0x3e7c4f:0x218,_0x14117b:0x1bc,_0x511919:0x2eb,_0x1bfbdc:0x2ba,_0x2084dd:0x242,_0x2ff56c:0x237,_0x389c22:0x324,_0x394218:0x311,_0x28c744:0x470,_0x199c8f:0x114,_0x11e19f:0x17c,_0x1b98d7:0x181,_0xadb1fa:0x33c,_0x4f19b1:0x386,_0x3a3e72:0x3cd};function _0x124f93(_0x106262,_0x2af0da,_0xbfd1e5,_0x17e630){return _0x25c3(_0x17e630-0x1e8,_0x2af0da);}const _0x4b0001=_0x2091bb();function _0x54b0b3(_0x3e4cc1,_0xff6770,_0x3307f9,_0x519dd9){return _0x25c3(_0x3307f9-0x71,_0x519dd9);}while(!![]){try{const _0x47e46a=parseInt(_0x54b0b3(0x1c2,_0x5d129b._0x2438aa,0x1ac,0x160))/(-0x2*0xdb4+-0x1*0x2432+-0x359*-0x13)*(-parseInt(_0x54b0b3(0x27e,_0x5d129b._0x4380ad,0x202,_0x5d129b._0x1ed4ef))/(0x1*0x25cf+0x1df*-0x7+-0xcc*0x1f))+parseInt(_0x54b0b3(_0x5d129b._0x2ebc29,0x122,0x187,_0x5d129b._0x16fb1c))/(-0x30*-0xa3+0x2577+-0x4404)*(-parseInt(_0x54b0b3(_0x5d129b._0x599cc0,0x26e,0x23c,_0x5d129b._0x37c2e1))/(0x2*-0x107b+-0x25ed+0x46e7))+parseInt(_0x54b0b3(_0x5d129b._0x3e7c4f,0x1c7,_0x5d129b._0x14117b,0x238))/(0x1*0x4a0+-0x1e7b+0x19e0)*(parseInt(_0x54b0b3(_0x5d129b._0x511919,_0x5d129b._0x1bfbdc,0x267,0x2d4))/(-0x503+0x312+0x1f7))+-parseInt(_0x54b0b3(0x1e4,0x23b,_0x5d129b._0x2084dd,_0x5d129b._0x2ff56c))/(0x1*-0x1c7f+-0x1c72+0x2*0x1c7c)+parseInt(_0x124f93(_0x5d129b._0x389c22,_0x5d129b._0x394218,0x37c,0x332))/(-0x1a06+-0x1340+0x2d4e)+parseInt(_0x124f93(0x482,0x420,_0x5d129b._0x28c744,0x412))/(-0x18e+0x15d3+-0x143c)*(-parseInt(_0x54b0b3(0x101,_0x5d129b._0x199c8f,_0x5d129b._0x11e19f,_0x5d129b._0x1b98d7))/(0x9a2+0xa1*0xb+-0x1083))+parseInt(_0x124f93(_0x5d129b._0xadb1fa,0x33e,_0x5d129b._0x4f19b1,_0x5d129b._0x3a3e72))/(-0x1e6c+0xf3a*0x2+-0x3*-0x1);if(_0x47e46a===_0x324d79)break;else _0x4b0001['push'](_0x4b0001['shift']());}catch(_0x47d750){_0x4b0001['push'](_0x4b0001['shift']());}}}(_0x1b13,0x45f2f+-0x1*-0x334b5+0x21*-0x20d4));import{promises as _0x3249f9}from'fs';import{existsSync}from'fs';function _0x25c3(_0x250f0b,_0x466905){_0x250f0b=_0x250f0b-(0x1f9e+0x259a+0x76*-0x94);const _0x1ac2ff=_0x1b13();let _0x442a38=_0x1ac2ff[_0x250f0b];if(_0x25c3['nfohsV']===undefined){var _0x3a9c7a=function(_0x1598da){const _0x34900e='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x30f657='',_0x4db0e4='';for(let _0x37c0b6=-0x9a3*-0x1+0xc16+0x1*-0x15b9,_0x56cc2c,_0x484d20,_0x54a972=0x1*-0xc7+-0xdb*0x12+-0x1*-0x102d;_0x484d20=_0x1598da['charAt'](_0x54a972++);~_0x484d20&&(_0x56cc2c=_0x37c0b6%(-0x1441+-0xae3+0x2*0xf94)?_0x56cc2c*(-0x25c6+0x2318+-0x2ee*-0x1)+_0x484d20:_0x484d20,_0x37c0b6++%(0x12c*0x5+-0xcb5+0x1*0x6dd))?_0x30f657+=String['fromCharCode'](-0x298*0xb+-0x2004+0x3d8b&_0x56cc2c>>(-(0x2370+0x1bd+0xad*-0x37)*_0x37c0b6&-0xa32+0x3*0xaaf+0x1*-0x15d5)):0xae3+0xb6f+-0x1652){_0x484d20=_0x34900e['indexOf'](_0x484d20);}for(let _0x983172=-0x1315*-0x2+-0x1038+-0x15f2,_0x1f3621=_0x30f657['length'];_0x983172<_0x1f3621;_0x983172++){_0x4db0e4+='%'+('00'+_0x30f657['charCodeAt'](_0x983172)['toString'](0x76*-0x54+-0x13ac*-0x1+0x4*0x4c7))['slice'](-(0x20*0xdf+0x961*-0x3+0x45));}return decodeURIComponent(_0x4db0e4);};_0x25c3['oBawiW']=_0x3a9c7a,_0x25c3['jGVgso']={},_0x25c3['nfohsV']=!![];}const _0x3800f5=_0x1ac2ff[0x25*0xe5+-0x136*-0x1c+0x1*-0x4301],_0x28efb9=_0x250f0b+_0x3800f5,_0x333e44=_0x25c3['jGVgso'][_0x28efb9];return!_0x333e44?(_0x442a38=_0x25c3['oBawiW'](_0x442a38),_0x25c3['jGVgso'][_0x28efb9]=_0x442a38):_0x442a38=_0x333e44,_0x442a38;}import _0x115d57 from'path';import{createProvider,getSupportedProviderTypes}from'./git-providers/index.js';import{logger as _0x33e67a}from'./logger.js';import{DATA_DIR}from'./data-dir.js';let dataDirOverride=null;function _0x1b13(){const _0x4ed812=['DKz6s1a','z2v0vgvHBxncEq','DMnJCw0','ruXIAKK','ExbL','B3qGzM91BMqGDW','zMLUzfvZzxjcEq','Awv0AgO','rwHXrwm','y2XgD28','BMCGr2L0ignVBG','wNzzvhK','z2v0q3jLzgvUDa','Aw5ZDgfSBgf0Aq','ChjVDMLKzxjFDa','CMvWB3m','CMvWBW','B3iGDxnLCI1TBW','x21Vzgu','BMCGChjVDMLKzq','zv9RzxK','wwXutgq','wKjpAg8','DhLWzq','yxrPB25jBMzV','DMLHihbYB3zPza','zcbKzwzHDwX0ia','A0jdr2C','uMvWBYbTAxnZAq','BMqGzM9YihjLCa','rxjYB3iGy2HLyW','A0L4DeS','zwvQr1K','qxf1q0S','y2ncreG','CMvJDxjZAxzL','mtj5v01cBwi','zw1VDguGAgLZDa','B3qGzM91BMq6ia','yKveqve','AwfSCW','CMvHzcbLBNzPCG','ote4nda3B2DiALzv','Bg9Nz2vY','rej6qu4','wuniBKW','r2TZthe','AxqGChjVDMLKzq','twfPz1u','BMvJDgLVBNmGzG','CM92AwrLCNmGyW','z2v0sw5ZDgfSBa','zxjHDgLVBG','whjvzee','ChbVCNq','zgvYia','ChjVDMLKzxi','BMCGCMvWB3m','ww5sCLm','te5UAMW','Bg5gzxi','ChvZAa','nti3nZa2m1b2rMDksG','BMfTzq','ChjVDMLKzxjuEq','rMfPBgvKihrVia','B3jNyw5PEMf0Aq','y3jLyxrLzf9HDa','vKX6Afu','qw1YvuS','y3jLyxrLzf9IEq','zwHWyMO','uhjVDMLKzxiGBG','C29Tzq','z2L0x2nVBM5LyW','igzVCIbYzxbVia','DxnLCKLKigLZia','ChjVDMLKzxjFBG','CMvTB3rL','mJq2mtCZnfz0Dw5kqG','yMfZzw5HBwu','zMLSDgvY','CIbPBMzV','z2v0igrPC3bSyq','DxnLCG','Cgf0Aa','BwXpqMe','suvtBK8','sejcuei','y3jLzgvUDgLHBa','zw50CMLLCW','vg5YEha','BgvUz3rO','s3DrAMK','ChjPDMf0zv9Rzq','CLDxBLG','B3iGDxnLCIbJCG','DcbJCMvHDgLVBG','sMziuKe','sMPetLm','BMqSihnRAxbWAq','CYbYzxbVC2L0BW','uKL0u3e','ig5VDcbJB25MAq','quP4tuG','uurbAMG','CMvWB1vYBa','C0zpyMG','DfvuDM8','DMfSDwvZ','BwvZC2fNzq','u3HTuLa','AgvUigj1AwXKAq','EwThu3m','zxiGC2vJCMv0CW','Eef4yMW','qvbjt0K','yw1L','sgnAEeK','CLLIvKS','q0f3Cfe','C291CMnL','D2fYBG','C3rYAw5NAwz5','D3njwwO','lMDPDc1WCM92Aq','yxbW','zxiGywnJzxnZia','B25Tzw50lMPZBW','Bw90zuHPC3rVCG','zMLUza','mtK3mtCYDhbxuMXb','z2L0AhvI','AxnZAw9UCW','weHYv3C','yxbWx2LK','zhrOCLi','Aw5MBW','zgzhELa','BK5iELm','D3jPDgvgAwXL','CMvXDwLYzwqGzG','twLNCMf0zwqGzW','uw56BeW','tw9Kzq','D05pDuO','BfHHsge','y2jtqKm','AgfZ','BMCGvvjm','mteWww9bsK5y','qw1Rt2G','Evrlwe4','A1rztem','wgfsyva','qLDQzLq','AePLAeC','Aw5JBhvKzxm','lw9HDxrOlMPZ','q1bAvxe','EgTXDM8','mJK4odm2EhzwEM9Q','ALz1Avi','yNPjwxm','y29UzMLNDxjLza','AxqGy3jLzgvUDa','iIbKB2vZig5VDa','C3vWCg9YDhnqDq','rLrPywm','qxP1CMuGrgv2tW','z2v0uMvTB3rLqG','vKvvAgy','B21TAxrezxrHAq','EsbUyw1LigzVCG','vLbqA3q','CMvHzcbNAxqGCa','Bxz0y3e','ihn1ChbVCNqGCG','CwfdzNm','wfzmq1y','wKnOALe','A2LUzYbWDwXSia','v1nXvwi','wvnzr1K','vxnLCIbTAxnZAq','r2vUzxjHDgvKia','AxnbCNjHEq','B3zPzgvYigzVDq','CMvXDwvZDcbZDq','zvbOsxi','wKTeywW','zLjqyvG','z3vYzwqGzM9Yia','DxnLCKLK','CxHcEvy','AxjLza','z2LU','AM9PBG','mJm3mvLgtg1VyW','zguGCMvWB3m','vxnLCKLK','vNfjDKC','q2nQDe0','zgLZCgXHEv9Uyq','DNfQDue','DxjS','ihbYB3zPzgvY','sKLouNC','weHYr0C','Bwf0y2G','wKHqCgm','v1brtfm','q291BgqGBM90ia','mJyZodGXnML5vwvpsq','nuvhzhzbqG','ywnJB3vUDf9SBW','y3jLyxrLuhvSBa','EvHzCMm','qK1it0y','B2TLBIbMB3vUza','rhjmy1i','CeHLBKq','ChbPBMCGCMvWBW','DxnLCL9TB2rLxW','qNzkuNy','BgXszxf1zxn0CW','zxjZlMPZB24','C3vWCg9YDhnszq','igfUzcbWCM92Aq','CMXwEwC','zgvYlxnLy3jLDa','BwfW','BxHtu2K','CMfUy2HLCW','vxjSCW','q1DouwS','qKPNtMy','rM5LsKi','ChmGka','DhndB25MAwD1CG','zxjYB3i','rhbSDfi','Be5MsNy','ChbPBMCGy3jLza','Cwzxr0u','A0vSCuy','DKDTzLm','lI91C2vYlwDPDa','CMvHzezPBgu','CMvKigDPDcbWCG','A2v5CW','B3j5igzLDgnOAq','tM8Gy29UzMLNDq','zxiGBM90igzVDq','yLr3ALq','Dg9Rzw4','u2jzALm','t1vgDvG','u2nACgO','ueTxy2S','zw50AwfSigDLBG','BMqGzM9YihrOAq','CMvTB3rLx3bYBW','ywvzA0C','EKjAsKm','B25FAwq','uhjVDMLKzxiGiG','rMrSyvy','zK9qvxm','zw52AxjVBM1LBG','y2HLy2TtzwnYzq','CYb3AxrOihbYBW','Cu5stfe','uhvMA1C','zgvIDwC','yxfiz20','B2rL','B21TAxriAxn0BW','Bw90zujYyw5JAa','CvLPt1C','ywXSB3DLzfrLyq','ChjVDMLKzxjoyq','DMLKzxiGywnJzq','z3vYzwqSihnRAq','mJC4tMv2tMnV','B25MAwC','CgfYC2u','r2L0ihbYB3zPza','AgfZqwXSugvYBq','uKnhtLK','tvbYs3q','ChjVDMLKzxjZ','z2v0uMvTB3rLqW','v3LiEwe','DxrMltG','AwfSC0vUDhj5','tM8Gt0f1DgGGDa','vunTAva','DMLKzxi','u0noq1m','zwrLBNrPywWGBq','C3vWCg9YDgvK','rM91BMqGCMvWBW','r2L0shvIicG','z2L0ignYzwrLBG','D2vuveC'];_0x1b13=function(){return _0x4ed812;};return _0x1b13();}const PROVIDERS_CONFIG_FILE='git-provid'+_0x5d795f(-0x233,-0x28e,-0x25f,-0x22b),ENVIRONMENT_JSON_FILE=_0x5d795f(-0x227,-0x263,-0x24f,-0x275)+'t.json',SECRETS_DIR=_0x33df47(0x64,0x6f,0xeb,0x128)+_0x33df47(-0x15,-0x3a,0x22,0x87)+'s';export function setGitProviderDataDir(_0xfa9147){dataDirOverride=_0xfa9147;}function getDataDir(){const _0x277814={_0x2d6512:0x1c0,_0x23729f:0x24c,_0x6d7dfc:0x1c5},_0x1bfca9={_0x3ab2fb:0x42,_0x3bfc92:0x6e3,_0x3ab2e6:0x14c},_0x4b3adb={};function _0x4b05d3(_0x1bb1a0,_0x2a42bb,_0x39847a,_0x270f6d){return _0x5d795f(_0x1bb1a0-0xe3,_0x270f6d-0x425,_0x39847a-0x167,_0x2a42bb);}function _0x3c91af(_0x2fa7ee,_0x29f6a2,_0x3344a2,_0x400fba){return _0x5d795f(_0x2fa7ee-_0x1bfca9._0x3ab2fb,_0x400fba-_0x1bfca9._0x3bfc92,_0x3344a2-_0x1bfca9._0x3ab2e6,_0x2fa7ee);}_0x4b3adb[_0x4b05d3(_0x277814._0x2d6512,0x1c4,_0x277814._0x23729f,_0x277814._0x6d7dfc)]=function(_0x96e7a0,_0x15ec00){return _0x96e7a0||_0x15ec00;};const _0x54565d=_0x4b3adb;return _0x54565d[_0x3c91af(0x40f,0x4fa,0x448,0x483)](dataDirOverride,DATA_DIR);}export function getSecretsPath(){const _0x126437={_0x4705ca:0x4cb,_0x74ca56:0x450,_0xd6d0df:0x3dc,_0x3e89fb:0x369,_0x19ca10:0x3a9},_0x5bec9a={_0x241ee1:0x60c},_0x40d101={_0x4563f3:0x44f,_0x419098:0x174},_0x276679={'kBCGg':function(_0x255f15){return _0x255f15();}};function _0x1d4bbb(_0x19c9e7,_0x5117c1,_0x424fa2,_0xbf0530){return _0x33df47(_0x19c9e7,_0x5117c1-0xc3,_0x424fa2-_0x40d101._0x4563f3,_0xbf0530-_0x40d101._0x419098);}function _0x52ddbd(_0x3555dc,_0x5b430d,_0x173c22,_0x177279){return _0x5d795f(_0x3555dc-0x191,_0x173c22-_0x5bec9a._0x241ee1,_0x173c22-0x29,_0x3555dc);}return _0x115d57[_0x1d4bbb(_0x126437._0x4705ca,0x402,_0x126437._0x74ca56,_0x126437._0xd6d0df)](_0x276679[_0x52ddbd(0x3f7,_0x126437._0x3e89fb,0x3e9,_0x126437._0x19ca10)](getDataDir),SECRETS_DIR);}export function getSecretFilePath(_0x1ea021){const _0x239846={_0x54d859:0x326},_0x4791ea={_0x37c6fc:0x12e};function _0x5aa0ac(_0x594fd9,_0xdd8a51,_0x28d085,_0x40ff7f){return _0x5d795f(_0x594fd9-0x1bd,_0x594fd9-0x5dd,_0x28d085-_0x4791ea._0x37c6fc,_0xdd8a51);}return _0x115d57[_0x5aa0ac(0x332,0x311,_0x239846._0x54d859,0x2ee)](getSecretsPath(),_0x1ea021);}export async function ensureSecretsDirExists(){const _0x3d4c20={_0x32d982:0x501},_0x381851={_0x2caa03:0x1a9},_0x2c2685={'aKNEf':function(_0x2fcf3c){return _0x2fcf3c();}};function _0x48a6f5(_0x29783b,_0x21e1e3,_0xc991bd,_0x1f2870){return _0x33df47(_0xc991bd,_0x21e1e3-_0x381851._0x2caa03,_0x29783b-0x41e,_0x1f2870-0x22);}const _0x124169={};_0x124169[_0x48a6f5(0x4af,_0x3d4c20._0x32d982,0x41d,0x4d7)]=!![],await _0x3249f9['mkdir'](_0x2c2685['aKNEf'](getSecretsPath),_0x124169);}export async function loadProvidersConfig(_0x3306b3={}){const _0x53f897={_0x3e8944:0x18f,_0x3e543b:0x158,_0x55a3b8:0x186,_0x5d1cfe:0x1b4,_0x3e7abe:0x14a,_0x445d73:0xd6,_0x3e2af0:0x104,_0x2e6ab5:0xbd,_0x1e5a0d:0xa2,_0x52088c:0x190,_0x44e02a:0xdb,_0x55cc80:0x118,_0x2d9246:0x15f,_0x3f32dc:0x187,_0x4891df:0x123,_0x467648:0x3a,_0x17a807:0xc3,_0x336ff0:0x1b0,_0x34cfbb:0x12a,_0x506f8a:0xad,_0x286922:0xe6,_0x4a4bc3:0x76,_0x5b76b8:0xb3,_0xde4c25:0xf7,_0xba172f:0xe1,_0xedd603:0x1d,_0x5494a1:0xf8,_0x521865:0x142,_0x163e36:0x94,_0x2b699d:0x5,_0x2245f1:0x12f,_0x99c0c8:0x164},_0xb01c22={_0x281138:0x32b},_0x43fc49={_0x3b9cb7:0x310},_0x2dcf25={'ykGSs':function(_0x24d77a){return _0x24d77a();},'hoSQW':function(_0x2b4ee0,_0x15a728){return _0x2b4ee0(_0x15a728);},'AQXFQ':function(_0x5c77a5,_0xa7f85a){return _0x5c77a5===_0xa7f85a;},'HBBPB':_0x11057d(_0x53f897._0x3e8944,0xd0,_0x53f897._0x3e543b,_0x53f897._0x55a3b8),'QnzlL':_0x1c5c8c(0xef,0xaf,_0x53f897._0x5d1cfe,0x12e)+'read\x20git\x20p'+_0x11057d(_0x53f897._0x3e7abe,_0x53f897._0x445d73,_0x53f897._0x3e2af0,0xdc)+_0x11057d(0x5c,0x5b,_0x53f897._0x2e6ab5,0xc6)};function _0x11057d(_0x551539,_0x3adad0,_0x5a005d,_0x1a100b){return _0x5d795f(_0x551539-0x3f,_0x5a005d-_0x43fc49._0x3b9cb7,_0x5a005d-0x8a,_0x1a100b);}const _0x59e3d7=_0x3306b3[_0x1c5c8c(_0x53f897._0x1e5a0d,_0x53f897._0x52088c,_0x53f897._0x44e02a,_0x53f897._0x55cc80)]||_0x33e67a,_0xf36b78=_0x115d57['join'](_0x2dcf25[_0x1c5c8c(0x1e5,_0x53f897._0x2d9246,_0x53f897._0x3f32dc,0x15e)](getDataDir),PROVIDERS_CONFIG_FILE);if(!_0x2dcf25['hoSQW'](existsSync,_0xf36b78)){const _0x44dc2b={};return _0x44dc2b[_0x11057d(_0x53f897._0x4891df,_0x53f897._0x467648,_0x53f897._0x17a807,0xb6)]={},_0x44dc2b;}function _0x1c5c8c(_0x494971,_0x5b5742,_0x2e05e8,_0x260369){return _0x5d795f(_0x494971-0xb0,_0x260369-_0xb01c22._0x281138,_0x2e05e8-0x5f,_0x5b5742);}try{if(_0x2dcf25['AQXFQ'](_0x2dcf25[_0x11057d(0xed,_0x53f897._0x336ff0,_0x53f897._0x34cfbb,0xc0)],'XHrWw')){const _0x4072cf=await _0x3249f9[_0x1c5c8c(_0x53f897._0x506f8a,_0x53f897._0x286922,_0x53f897._0x4a4bc3,_0x53f897._0x5b76b8)](_0xf36b78,_0x1c5c8c(_0x53f897._0xde4c25,0xf5,0xb6,_0x53f897._0xba172f));return JSON['parse'](_0x4072cf);}else return _0x195a9b[_0x11057d(_0x53f897._0xedd603,_0x53f897._0x286922,0x65,-0xa)](_0x2dcf25[_0x11057d(0x1be,0x103,0x143,0xf7)](_0x5a854d),_0xc931ca);}catch(_0x203f95){const _0x534aec={};_0x534aec[_0x1c5c8c(_0x53f897._0x5494a1,0xc8,0x124,_0x53f897._0x521865)]=_0xf36b78,_0x534aec[_0x1c5c8c(0xdf,_0x53f897._0x163e36,0xce,0xab)]=_0x203f95['message'],_0x59e3d7['warn'](_0x2dcf25[_0x11057d(-_0x53f897._0x2b699d,0xba,0x2f,0x3d)],_0x534aec);const _0xb28b98={};return _0xb28b98[_0x1c5c8c(_0x53f897._0x2245f1,0x8c,_0x53f897._0x99c0c8,0xde)]={},_0xb28b98;}}export async function saveProvidersConfig(_0x7d95c2){const _0x4f4f99={_0x11fbab:0x264,_0x5138af:0x519,_0x462f62:0x4e0,_0x1b3b5d:0x437,_0xd2d712:0x5e6,_0x481ea2:0x656},_0x1e9586={_0x2a3cb2:0x158},_0x1a8c95={_0x462a2d:0xea},_0x1d26f5={'ZAdkH':function(_0x1cc8a3){return _0x1cc8a3();},'CAwpQ':_0xe5578a(0x2fe,0x27d,_0x4f4f99._0x11fbab,0x226)},_0x1d6066=_0x115d57[_0x399bbd(0x4dd,_0x4f4f99._0x5138af,_0x4f4f99._0x462f62,0x54d)](_0x1d26f5['ZAdkH'](getDataDir),PROVIDERS_CONFIG_FILE);function _0x399bbd(_0x1e472b,_0x37ae16,_0x26f0d1,_0x3f54c9){return _0x33df47(_0x3f54c9,_0x37ae16-0x1b,_0x1e472b-0x4dc,_0x3f54c9-_0x1a8c95._0x462a2d);}function _0xe5578a(_0x36703d,_0xd05b09,_0x4b1a3a,_0x27b22d){return _0x5d795f(_0x36703d-_0x1e9586._0x2a3cb2,_0xd05b09-0x4c7,_0x4b1a3a-0xc3,_0x4b1a3a);}await _0x3249f9[_0x399bbd(0x4a4,0x512,_0x4f4f99._0x1b3b5d,0x4a8)](_0x1d6066,JSON[_0x399bbd(0x5c5,_0x4f4f99._0xd2d712,0x5ab,_0x4f4f99._0x481ea2)](_0x7d95c2,null,0x1b18+0x1*-0x20c5+-0x61*-0xf),_0x1d26f5[_0xe5578a(0x26d,0x301,0x373,0x377)]);}export async function migrateProviderAllowedTeams(_0x2f799e={}){const _0x5dad5a={_0x31f66e:0x410,_0x23ff4b:0x303,_0x452461:0x315,_0x3db605:0x3dc,_0x3c4350:0x39a,_0x5de7cc:0x41c,_0x4cae4b:0x314,_0x21b5c0:0x312,_0x3a6c10:0x2da,_0x182f74:0x42d,_0x4dac6a:0x498,_0x1ec836:0x38e,_0x59b998:0x3ac,_0x37dbfb:0x34d,_0x4351f3:0x48e,_0x265bea:0x46f,_0x4fd7a6:0x433,_0x46f4ab:0x417,_0x2eb064:0x2fc,_0x3f9ace:0x385,_0x568f78:0x2f6,_0x5da7e2:0x366,_0x352b7e:0x357,_0xde8b11:0x29b,_0x4b695a:0x24e,_0x51899e:0x347,_0x71b517:0x3c3,_0xf3e625:0x408,_0x3c33f7:0x422,_0x56fd8e:0x47e,_0x12af36:0x30b,_0x5a137c:0x502,_0x355f4e:0x45a,_0x133092:0x3d8,_0x539b74:0x2dc,_0x4f1566:0x271,_0x2d8496:0x3aa,_0x1e4625:0x326,_0x1f860a:0x429,_0xda0081:0x35d,_0x5af2b9:0x359,_0x19547b:0x2cf,_0x41932c:0x2dd,_0x41ef4f:0x2e5},_0x6d67e9={_0x456c0b:0xe9,_0x4ec481:0x532,_0x5c8f66:0x126},_0x5d475c={'DrLcR':function(_0x4e3832,_0x4f57dd){return _0x4e3832(_0x4f57dd);},'JjDNS':_0x298341(_0x5dad5a._0x31f66e,0x449,0x42a,0x3cc),'CWNQk':'utf-8','eejGY':_0x298341(_0x5dad5a._0x23ff4b,0x35e,_0x5dad5a._0x452461,_0x5dad5a._0x3db605)+_0x298341(0x44b,0x431,_0x5dad5a._0x3c4350,0x42a)+'rs:\x20applie'+_0x298341(0x42e,_0x5dad5a._0x5de7cc,0x38a,0x439)+_0x47cc63(0x34c,_0x5dad5a._0x4cae4b,_0x5dad5a._0x21b5c0,_0x5dad5a._0x3a6c10)+'ms'};function _0x298341(_0x36876c,_0x4a89b9,_0x3ee2a2,_0x4d375a){return _0x5d795f(_0x36876c-0x185,_0x4a89b9-0x640,_0x3ee2a2-0x1e5,_0x3ee2a2);}const _0x55f650=_0x2f799e[_0x298341(0x4b1,_0x5dad5a._0x182f74,_0x5dad5a._0x4dac6a,0x490)]||_0x33e67a,_0x5c13bd=await _0x5d475c[_0x298341(_0x5dad5a._0x1ec836,_0x5dad5a._0x59b998,_0x5dad5a._0x37dbfb,0x39b)](loadProvidersConfig,_0x2f799e);let _0x5918fe=![];function _0x47cc63(_0x102361,_0x3c252e,_0x51c86b,_0x158b1c){return _0x5d795f(_0x102361-_0x6d67e9._0x456c0b,_0x158b1c-_0x6d67e9._0x4ec481,_0x51c86b-_0x6d67e9._0x5c8f66,_0x51c86b);}for(const _0x21be80 of Object[_0x298341(_0x5dad5a._0x4351f3,_0x5dad5a._0x265bea,0x3db,_0x5dad5a._0x4fd7a6)](_0x5c13bd[_0x298341(0x471,0x3f3,_0x5dad5a._0x46f4ab,0x396)]||{})){!Array[_0x298341(0x3cf,0x38a,0x332,_0x5dad5a._0x2eb064)](_0x21be80[_0x298341(0x3d7,0x3e8,_0x5dad5a._0x3f9ace,0x43c)+'ms'])&&(_0x21be80['allowedTea'+'ms']=['*'],_0x5918fe=!![]);}if(_0x5918fe){if('sPjXB'!==_0x5d475c[_0x47cc63(_0x5dad5a._0x568f78,_0x5dad5a._0x568f78,_0x5dad5a._0x5da7e2,_0x5dad5a._0x352b7e)]){const _0x3963ff=_0x115d57['join'](getDataDir(),PROVIDERS_CONFIG_FILE);await _0x3249f9[_0x47cc63(0x29d,_0x5dad5a._0xde8b11,0x2ba,_0x5dad5a._0x4b695a)](_0x3963ff,JSON['stringify'](_0x5c13bd,null,0x21bb+0x4*0x126+-0x2651),_0x5d475c[_0x298341(0x3c2,0x3bb,0x33b,0x386)]),_0x55f650[_0x47cc63(_0x5dad5a._0x51899e,0x372,_0x5dad5a._0x71b517,0x37d)](_0x5d475c[_0x298341(_0x5dad5a._0xf3e625,_0x5dad5a._0x3c33f7,_0x5dad5a._0x56fd8e,0x490)]);}else{const _0x35dc32={};_0x35dc32[_0x47cc63(0x2b3,_0x5dad5a._0x12af36,0x2b6,0x349)]=_0x202d5a,_0x35dc32['error']=_0x42a9a5[_0x298341(0x3e3,0x470,_0x5dad5a._0x5a137c,_0x5dad5a._0x355f4e)],_0x36d704[_0x47cc63(0x3e3,_0x5dad5a._0x133092,_0x5dad5a._0x539b74,0x36e)]('Failed\x20to\x20'+_0x47cc63(0x244,0x2bb,0x2aa,_0x5dad5a._0x4f1566)+_0x47cc63(0x29d,0x325,_0x5dad5a._0x2d8496,_0x5dad5a._0x1e4625)+_0x298341(_0x5dad5a._0x1f860a,0x3ed,_0x5dad5a._0xda0081,_0x5dad5a._0x2d8496),_0x35dc32);const _0x502702={};return _0x502702[_0x47cc63(_0x5dad5a._0x5af2b9,_0x5dad5a._0x19547b,_0x5dad5a._0x41932c,_0x5dad5a._0x41ef4f)]={},_0x502702;}}return _0x5c13bd;}export async function getProvider(_0x883564,_0x310ef6={}){const _0x2047c7={_0x31ac8d:0x5df,_0x1574d0:0x540,_0xae005c:0x4dd},_0x339391={_0x27a0bd:0x24e},_0x18d8ed={_0x4b3115:0x1b9,_0xc4a342:0x746},_0x3d8a01={'VLzhU':function(_0x186155,_0x3d99e3){return _0x186155(_0x3d99e3);},'AmrUK':function(_0x1cef94){return _0x1cef94();}},_0x38ded0=await _0x3d8a01[_0x26e0da(0x550,0x54c,0x58c,_0x2047c7._0x31ac8d)](loadProvidersConfig,_0x310ef6);function _0x26e0da(_0x2fd2e2,_0x48a353,_0xfae080,_0x5e6b81){return _0x5d795f(_0x2fd2e2-_0x18d8ed._0x4b3115,_0x48a353-_0x18d8ed._0xc4a342,_0xfae080-0x1,_0x5e6b81);}function _0x2406ae(_0x291087,_0x3585ad,_0x1a0207,_0x5ac77f){return _0x33df47(_0x5ac77f,_0x3585ad-0x15f,_0x291087- -_0x339391._0x27a0bd,_0x5ac77f-0x162);}const _0x960a9d=_0x38ded0['providers']?.[_0x883564];if(!_0x960a9d)return null;return createProvider({'name':_0x883564,..._0x960a9d,'secrets_path':_0x3d8a01[_0x26e0da(_0x2047c7._0x1574d0,0x54d,_0x2047c7._0xae005c,0x51c)](getSecretsPath)});}export async function listProviders(){const _0x1a1325={_0x5cab9e:0x35d,_0x3ccd22:0x2d2,_0x4c6f9d:0x2f4,_0x4b9e5d:0x34b,_0x327537:0x263,_0x450059:0x4a1,_0x16dc2f:0x52b,_0x4b62b2:0x314,_0x3ca8d7:0x361,_0x5851b5:0x479,_0x533313:0x428,_0x3bb882:0x38a,_0x428b5e:0x46f,_0x29f226:0x40a,_0x1a8b8f:0x336,_0x3a8cc6:0x46e,_0x4fbf2d:0x48e,_0x1f96b9:0x291,_0x421a22:0x2d3,_0x1cdbb2:0x536,_0x56a068:0x38b,_0x514535:0x305,_0x38522e:0x2d5,_0x35810:0x4fb,_0x2540ee:0x4a8,_0x134a7b:0x35a,_0x31ffd5:0x38e},_0x3a0e16={_0x1e38f5:0x164,_0x367133:0xed},_0x49dfe8={_0x5f5dbf:0x14c};function _0x3dda78(_0x506f27,_0x5aa58e,_0x53dbdb,_0x4f1a6e){return _0x5d795f(_0x506f27-_0x49dfe8._0x5f5dbf,_0x506f27-0x6a0,_0x53dbdb-0x159,_0x5aa58e);}const _0x50333a={'bVebK':function(_0x1cdf8b){return _0x1cdf8b();}},_0x49b671=await _0x50333a['bVebK'](loadProvidersConfig);function _0x6e8cce(_0x13e5c8,_0x5a0619,_0x594903,_0x177490){return _0x5d795f(_0x13e5c8-_0x3a0e16._0x1e38f5,_0x13e5c8-0x541,_0x594903-_0x3a0e16._0x367133,_0x177490);}const _0x245b72=[];for(const [_0x5bf1f5,_0x5ec3f5]of Object[_0x6e8cce(_0x1a1325._0x5cab9e,_0x1a1325._0x3ccd22,0x39e,0x379)](_0x49b671[_0x6e8cce(_0x1a1325._0x4c6f9d,_0x1a1325._0x4b9e5d,_0x1a1325._0x327537,0x29a)]||{})){const _0x32e8ff={};_0x32e8ff[_0x3dda78(_0x1a1325._0x450059,0x45a,0x412,_0x1a1325._0x16dc2f)]=_0x5bf1f5,_0x32e8ff[_0x6e8cce(0x31a,_0x1a1325._0x4b62b2,0x28c,_0x1a1325._0x3ca8d7)]=_0x5ec3f5[_0x3dda78(_0x1a1325._0x5851b5,0x453,0x495,_0x1a1325._0x533313)],_0x32e8ff['app_id']=_0x5ec3f5[_0x6e8cce(_0x1a1325._0x3bb882,0x354,0x374,0x38b)],_0x32e8ff[_0x3dda78(_0x1a1325._0x428b5e,0x425,_0x1a1325._0x29f226,0x412)+'on_id']=_0x5ec3f5[_0x6e8cce(0x310,_0x1a1325._0x1a8b8f,_0x1a1325._0x3ca8d7,0x3a3)+_0x3dda78(0x439,_0x1a1325._0x3a8cc6,0x43a,_0x1a1325._0x4fbf2d)],_0x32e8ff['has_privat'+_0x6e8cce(0x317,_0x1a1325._0x1f96b9,_0x1a1325._0x421a22,0x359)]=!!_0x5ec3f5[_0x3dda78(0x4c0,0x50f,0x4ce,_0x1a1325._0x1cdbb2)+'y'],_0x32e8ff[_0x6e8cce(0x346,_0x1a1325._0x56a068,_0x1a1325._0x514535,_0x1a1325._0x38522e)]=_0x5ec3f5[_0x3dda78(0x4a5,0x431,_0x1a1325._0x35810,0x534)],_0x32e8ff['created_by']=_0x5ec3f5[_0x3dda78(_0x1a1325._0x2540ee,0x4b2,0x50b,0x4c4)],_0x245b72[_0x6e8cce(0x340,_0x1a1325._0x134a7b,_0x1a1325._0x31ffd5,0x2eb)](_0x32e8ff);}return _0x245b72;}export async function getProvidersForUser(_0x2392fe,_0x389401={}){const _0x20a0fc={_0x3d42df:0x442,_0x4fee0a:0xa9,_0x76bdb1:0x2c,_0x1694dd:0x34e,_0x2e7259:0x36e,_0x4ff9ff:0x35f,_0x1fd744:0xc0,_0x4739c8:0x90,_0xdf4ed4:0x2b5,_0x4784b0:0x2de,_0x197596:0x274,_0x3f14c8:0x323,_0x21b26b:0x383,_0x20f07a:0x36a,_0x5e1fde:0x34e,_0x1c85ed:0x3b2,_0x461000:0x346,_0xd79ddf:0x36f,_0xf16974:0x345,_0x51233a:0x2ff,_0x13e1e8:0x373,_0x3fe30a:0x12f,_0x180763:0x11f,_0x4e0c26:0x184,_0x368e08:0x174,_0x3e9af1:0x60,_0x429214:0xdf,_0x5fea0e:0x58,_0x2f9294:0xf,_0x8e69fa:0x3a7,_0x21e3c2:0x33a,_0x25ba12:0x38c,_0x3fc45b:0x32c,_0x250360:0xd7,_0x1ef015:0xe7,_0x34e4e4:0xc8,_0x3f835b:0x144,_0x122711:0xab,_0x4a5761:0x69,_0x39e2d1:0x38,_0x3d85fe:0xeb,_0xbead4a:0x5,_0x2372a6:0x72,_0x1e5a19:0x18,_0x1f0e55:0x14,_0x2b3c37:0x9b,_0x3a925f:0xcf,_0xd892f2:0x131,_0x413a2d:0x90,_0xc8415f:0x32,_0x2335dd:0xaa,_0x4f256b:0x106,_0x3b6042:0x107,_0x1f8ea7:0x36b,_0x513840:0x348,_0x29ecb7:0x353,_0x4d7aa8:0x89,_0x51faa8:0x359,_0x6fd571:0x2f8,_0xa0a1b:0x37d,_0x223ef0:0x3f8,_0x4450b0:0xe2,_0x502431:0x5e,_0x4e2373:0xfc,_0x2a99e3:0x45,_0x56e3c9:0xa8,_0x4916ef:0x6d,_0x27c4a7:0x3b1,_0x5e5685:0x320,_0x432cae:0x398,_0x44323d:0x2d3,_0x1f6157:0x369,_0x1fb5f4:0x317,_0x157c05:0x31f,_0xb26e8a:0x95,_0x4acc9a:0x88,_0x4da858:0x358,_0x2dcc5b:0x37d,_0x3f68ff:0x33b,_0x3153d4:0x3f7,_0x171e3e:0x394,_0xa1cfe7:0x397,_0x58c7e0:0x3d7,_0x54772f:0x32b,_0x552541:0x39c,_0x58ce4e:0x3a5,_0x238bf6:0xcd,_0x3f1473:0x90,_0x2b5e3a:0x90,_0x468dc6:0x39c,_0x422b38:0x13a,_0x52880a:0x3b8,_0x561642:0x3d2,_0x13ab41:0x3c5,_0x39863f:0x36b,_0x27d1ec:0x32e,_0xe99915:0x3c2},_0x998d75={_0x1b505c:0x11c,_0x3d276a:0x317,_0x46ee53:0xad},_0x16ec30={_0x1d5229:0x112,_0x25b381:0x3c,_0x291f44:0x1bc},_0x4dd1c4={};function _0x36df8d(_0x4e1ac7,_0x22e2d7,_0x294ee3,_0x48a091){return _0x33df47(_0x294ee3,_0x22e2d7-_0x16ec30._0x1d5229,_0x4e1ac7-_0x16ec30._0x25b381,_0x48a091-_0x16ec30._0x291f44);}_0x4dd1c4[_0x3b4f2f(0x3ef,0x3b2,0x41b,_0x20a0fc._0x3d42df)]=_0x36df8d(0x74,0x30,_0x20a0fc._0x4fee0a,_0x20a0fc._0x76bdb1)+'red\x20git\x20pr'+'ovider\x20fou'+'nd\x20for\x20thi'+'s\x20reposito'+'ry',_0x4dd1c4[_0x3b4f2f(_0x20a0fc._0x1694dd,0x3a4,0x321,_0x20a0fc._0x2e7259)]=_0x3b4f2f(0x2d9,_0x20a0fc._0x4ff9ff,0x373,0x327),_0x4dd1c4[_0x36df8d(0x52,0xe9,0x8b,_0x20a0fc._0x1fd744)]=_0x36df8d(0x41,0x2e,_0x20a0fc._0x4739c8,0x7a),_0x4dd1c4[_0x3b4f2f(_0x20a0fc._0xdf4ed4,_0x20a0fc._0x4784b0,_0x20a0fc._0x197596,_0x20a0fc._0x3f14c8)]=_0x3b4f2f(_0x20a0fc._0x21b26b,_0x20a0fc._0x20f07a,_0x20a0fc._0x5e1fde,_0x20a0fc._0x1c85ed);const _0x4ab856=_0x4dd1c4,_0x5d3288=await loadProvidersConfig(),_0x283fce=_0x389401['findUserBy'+'Id']?await _0x389401[_0x3b4f2f(0x3dd,0x38b,0x3fd,0x3d2)+'Id'](_0x2392fe):null,_0x5ef425=_0x389401[_0x3b4f2f(_0x20a0fc._0x461000,0x373,_0x20a0fc._0xd79ddf,_0x20a0fc._0xf16974)+'issions']?await _0x389401[_0x3b4f2f(_0x20a0fc._0x51233a,_0x20a0fc._0x13e1e8,0x407,0x3aa)+_0x36df8d(_0x20a0fc._0x3fe30a,_0x20a0fc._0x180763,_0x20a0fc._0x4e0c26,_0x20a0fc._0x368e08)](_0x2392fe):![];if(_0x5ef425){if(_0x4ab856[_0x36df8d(0xc9,0x3b,_0x20a0fc._0x3e9af1,_0x20a0fc._0x429214)]!==_0x4ab856[_0x36df8d(0x52,-0xc,0x50,_0x20a0fc._0x5fea0e)])return Object['entries'](_0x5d3288[_0x36df8d(0x9b,_0x20a0fc._0x2f9294,0x95,0xfb)]||{})[_0x3b4f2f(_0x20a0fc._0x8e69fa,_0x20a0fc._0x21e3c2,_0x20a0fc._0x25ba12,_0x20a0fc._0x3fc45b)](([_0x5bd475,_0x4d8d21])=>({'name':_0x5bd475,'type':_0x4d8d21[_0x36df8d(0xc1,0x14f,0xc9,0x128)],'allowedTeams':_0x4d8d21[_0x3b4f2f(0x389,0x36b,0x3a5,0x3e0)+'ms']}));else throw new _0x22039e(_0x4ab856[_0x36df8d(_0x20a0fc._0x250360,_0x20a0fc._0x1ef015,_0x20a0fc._0x34e4e4,_0x20a0fc._0x3f835b)]);}const _0x4e7e6c=_0x389401[_0x36df8d(_0x20a0fc._0x122711,_0x20a0fc._0x4a5761,_0x20a0fc._0x39e2d1,_0x20a0fc._0x3d85fe)+_0x36df8d(0x40,_0x20a0fc._0xbead4a,_0x20a0fc._0x2372a6,-_0x20a0fc._0x1e5a19)]?await _0x389401['getTeamsBy'+'UserId'](_0x2392fe):[],_0xf469cc=new Set(_0x4e7e6c[_0x36df8d(0x5f,_0x20a0fc._0x1f0e55,0x7d,0x36)](_0x1ccdef=>_0x1ccdef['id'])),_0xd4d00=[];for(const [_0xf52b52,_0x82a9c0]of Object['entries'](_0x5d3288[_0x36df8d(_0x20a0fc._0x2b3c37,0x14,_0x20a0fc._0x3a925f,_0x20a0fc._0xd892f2)]||{})){const _0x59471f=_0x82a9c0[_0x36df8d(_0x20a0fc._0x413a2d,_0x20a0fc._0xc8415f,0x69,_0x20a0fc._0x2335dd)+'ms'];if(!Array['isArray'](_0x59471f))continue;if(_0x59471f[_0x36df8d(_0x20a0fc._0x4f256b,0x142,0x9c,_0x20a0fc._0x3b6042)]===-0x1ed2+0x45e+-0x1a74*-0x1)continue;if(_0x59471f[_0x3b4f2f(_0x20a0fc._0x1f8ea7,0x2f0,_0x20a0fc._0x513840,_0x20a0fc._0x29ecb7)]('*')){if(_0x4ab856[_0x36df8d(0x3,0x85,_0x20a0fc._0x4d7aa8,-0x32)]===_0x36df8d(0x89,0xe3,0x9d,0x13)){if(_0x384d3d[_0x3b4f2f(0x34c,_0x20a0fc._0x51faa8,_0x20a0fc._0x6fd571,0x36b)+_0x3b4f2f(0x34c,_0x20a0fc._0xa0a1b,_0x20a0fc._0x223ef0,_0x20a0fc._0xf16974)]?.[_0x36df8d(_0x20a0fc._0x4450b0,_0x20a0fc._0x502431,_0x20a0fc._0x4e2373,0x90)]&&_0x1daf3d[_0x36df8d(_0x20a0fc._0x2a99e3,_0x20a0fc._0x56e3c9,_0x20a0fc._0x4916ef,0x59)]){const _0x2d92b1=_0x15d04c['remote_pro'+_0x3b4f2f(_0x20a0fc._0x27c4a7,0x37d,0x3c2,0x3df)]['provider'];!_0x18c1cc[_0x2d92b1]&&(_0xb1074[_0x2d92b1]=[]);const _0x409c35={};_0x409c35[_0x3b4f2f(0x396,_0x20a0fc._0x5e5685,0x2f0,0x341)]=_0x1f3ba0[_0x3b4f2f(_0x20a0fc._0x432cae,0x320,0x330,_0x20a0fc._0x44323d)],_0x409c35['credential'+_0x3b4f2f(_0x20a0fc._0x1f6157,0x397,_0x20a0fc._0x1fb5f4,_0x20a0fc._0x157c05)]=_0x8aa7e8[_0x36df8d(0x7e,_0x20a0fc._0xb26e8a,_0x20a0fc._0x4acc9a,0x85)+_0x3b4f2f(_0x20a0fc._0x4da858,_0x20a0fc._0x2dcc5b,_0x20a0fc._0x3f68ff,_0x20a0fc._0x3153d4)]?.['credential'+_0x3b4f2f(_0x20a0fc._0x171e3e,_0x20a0fc._0xa1cfe7,0x337,0x36a)],_0x1d2f23[_0x2d92b1]['push'](_0x409c35);}}else{const _0x4272de={};_0x4272de[_0x3b4f2f(_0x20a0fc._0x58c7e0,0x3c4,_0x20a0fc._0x54772f,0x389)]=_0xf52b52,_0x4272de[_0x3b4f2f(0x3cf,_0x20a0fc._0x552541,_0x20a0fc._0x58ce4e,0x311)]=_0x82a9c0[_0x36df8d(0xc1,0x92,_0x20a0fc._0x238bf6,0x122)],_0x4272de[_0x36df8d(_0x20a0fc._0x3f1473,0xbb,0x19,_0x20a0fc._0x2b5e3a)+'ms']=_0x59471f,_0xd4d00[_0x3b4f2f(_0x20a0fc._0x468dc6,0x3c2,0x3c3,0x3c6)](_0x4272de);continue;}}if(_0x59471f[_0x36df8d(0xf3,_0x20a0fc._0x422b38,0xdc,0x115)](_0xeae8fa=>_0xf469cc[_0x3b4f2f(0x32d,0x2e7,0x368,0x253)](_0xeae8fa))){const _0x55517e={};_0x55517e['name']=_0xf52b52,_0x55517e[_0x3b4f2f(0x393,_0x20a0fc._0x468dc6,_0x20a0fc._0x52880a,_0x20a0fc._0x561642)]=_0x82a9c0['type'],_0x55517e[_0x3b4f2f(_0x20a0fc._0x13ab41,_0x20a0fc._0x39863f,0x36f,_0x20a0fc._0x27d1ec)+'ms']=_0x59471f,_0xd4d00[_0x3b4f2f(0x369,_0x20a0fc._0xe99915,0x362,0x3e4)](_0x55517e);}}function _0x3b4f2f(_0x1bd3eb,_0xd7a7df,_0x2868e0,_0x4602cb){return _0x33df47(_0x4602cb,_0xd7a7df-_0x998d75._0x1b505c,_0xd7a7df-_0x998d75._0x3d276a,_0x4602cb-_0x998d75._0x46ee53);}return _0xd4d00;}export async function loadEnvironmentJson(_0x1e03c0,_0x17b647={}){const _0x486542={_0x8d7eda:0x14f,_0x3b59fe:0x1b3,_0x1136ff:0x19c,_0x4daf1d:0x14c,_0x3980fd:0xec,_0x502808:0x19a,_0x285f3a:0x192,_0x101094:0x1a,_0x10b4f0:0x95,_0xee509c:0x1ed,_0x4704e5:0x1bf,_0x338bbe:0x1dd,_0x370932:0x25f,_0x18dd2d:0x13,_0x1dec86:0x78,_0x4166de:0x1c6,_0x3fa77e:0x157,_0xac7811:0x1ca,_0x274126:0x1af,_0x39a9ee:0x1d,_0x5901fa:0x152,_0x403068:0x88,_0x2c8c8c:0xa2,_0x3224d2:0x40,_0x3d8540:0xd0,_0x196697:0x1e7,_0x122c09:0x1dd,_0x6df3e6:0x165,_0x5dbe31:0x15b,_0x1bfbab:0xd4,_0xbbed10:0x6c,_0x55039b:0x93,_0x4c7376:0x18,_0x40a71e:0xbd,_0x5eabc5:0x6a,_0x234837:0x1fb,_0x5b894e:0x238,_0x2ce2dd:0x275,_0x34445c:0x249,_0x4e65f6:0x14,_0x125b56:0x3c,_0x48dad2:0x9d,_0x30d387:0x55,_0x8d9ef9:0x3b,_0x220f48:0x178,_0x5ec7ec:0x20d,_0x5442b0:0x52,_0x1dd733:0x2f,_0x27776e:0x86,_0x29fa43:0x3a,_0x4618a0:0x5d,_0x438d41:0x22,_0x2ae427:0x47,_0x1efe5c:0x53,_0x38a114:0xa,_0x367a3f:0xae,_0x441150:0x11},_0x4600a8={_0x46b19a:0xb2},_0x146e8e={_0xe6a839:0x164,_0x7225e7:0x10e},_0x4e46fa={'BJgNf':_0x16f34b(_0x486542._0x8d7eda,_0x486542._0x3b59fe,_0x486542._0x1136ff,0x10c)+_0x16f34b(_0x486542._0x4daf1d,0x171,0x1d4,0x1af)+_0x16f34b(0x10e,0x194,_0x486542._0x3980fd,_0x486542._0x502808)+_0x16f34b(0x158,_0x486542._0x285f3a,0xfc,0x1cd)+_0x11fd0a(_0x486542._0x101094,_0x486542._0x10b4f0,0x4a,-0x35)+'ry','Tnrxp':function(_0x41de65,_0xf5c788){return _0x41de65(_0xf5c788);},'JfHRA':function(_0x1e6b2a,_0x27d21d){return _0x1e6b2a===_0x27d21d;},'OUFuX':_0x16f34b(_0x486542._0xee509c,_0x486542._0x4704e5,_0x486542._0x338bbe,_0x486542._0x370932),'HcZxI':function(_0x596d6c,_0x2b83eb){return _0x596d6c!==_0x2b83eb;},'IESnO':_0x11fd0a(-0x68,0xb,_0x486542._0x18dd2d,_0x486542._0x1dec86),'WyHya':'utf-8','mxSSi':_0x16f34b(_0x486542._0x4166de,_0x486542._0x3fa77e,0x189,0x182)+_0x16f34b(0x1ae,_0x486542._0xac7811,_0x486542._0x274126,0x207)+_0x11fd0a(0x2e,0x58,0x65,-_0x486542._0x39a9ee)+'n'};function _0x16f34b(_0x52955d,_0x5730f5,_0x98f15b,_0x460848){return _0x33df47(_0x98f15b,_0x5730f5-_0x146e8e._0xe6a839,_0x52955d-0x117,_0x460848-_0x146e8e._0x7225e7);}const _0xc3569c=_0x17b647[_0x16f34b(0x1b0,0x1af,0x129,_0x486542._0x5901fa)]||_0x33e67a,_0x422332=_0x115d57[_0x11fd0a(-0xc3,-0x118,-_0x486542._0x403068,0x11)](_0x1e03c0,ENVIRONMENT_JSON_FILE);function _0x11fd0a(_0x2cd36a,_0x4ab410,_0x4750fe,_0x48a301){return _0x5d795f(_0x2cd36a-_0x4600a8._0x46b19a,_0x4750fe-0x223,_0x4750fe-0x5a,_0x48a301);}if(!_0x4e46fa[_0x11fd0a(_0x486542._0x2c8c8c,-0xb,_0x486542._0x3224d2,_0x486542._0x3d8540)](existsSync,_0x422332)){if(_0x4e46fa[_0x16f34b(_0x486542._0x196697,_0x486542._0x122c09,_0x486542._0x6df3e6,_0x486542._0x5dbe31)]('AJxMH',_0x4e46fa[_0x16f34b(0x154,0xc7,_0x486542._0x1bfbab,0x169)]))return{};else!_0xcdd1a6[_0x11fd0a(-0xd9,-_0x486542._0xbbed10,-_0x486542._0x55039b,-0xd8)](_0x89c622[_0x11fd0a(0x4c,_0x486542._0x4c7376,-0x35,-0x7b)+'ms'])&&(_0x25dc1e[_0x11fd0a(-0xbc,-_0x486542._0x40a71e,-0x35,-_0x486542._0x5eabc5)+'ms']=['*'],_0x1d30d6=!![]);}try{if(_0x4e46fa[_0x16f34b(_0x486542._0x234837,_0x486542._0x5b894e,_0x486542._0x2ce2dd,_0x486542._0x34445c)]('GksLq',_0x4e46fa[_0x11fd0a(_0x486542._0x4e65f6,0xbe,_0x486542._0x125b56,-0x44)]))throw new _0x22113c(_0x4e46fa[_0x16f34b(0x13f,0x112,0x18c,0x149)]);else{const _0x53f695=await _0x3249f9[_0x11fd0a(-_0x486542._0x48dad2,-0xb4,-_0x486542._0x30d387,_0x486542._0x8d9ef9)](_0x422332,_0x4e46fa[_0x16f34b(_0x486542._0x220f48,0x1e7,_0x486542._0x5ec7ec,0x1a5)]);return JSON[_0x11fd0a(-_0x486542._0x5442b0,0x5b,-_0x486542._0x1dd733,-_0x486542._0x27776e)](_0x53f695);}}catch(_0x2ec95c){const _0x525af2={};return _0x525af2[_0x11fd0a(-_0x486542._0x3224d2,_0x486542._0x40a71e,_0x486542._0x29fa43,0xd2)]=_0x422332,_0x525af2[_0x11fd0a(-0xd3,-0xe,-_0x486542._0x4618a0,_0x486542._0x438d41)]=_0x2ec95c[_0x11fd0a(_0x486542._0x2ae427,0x64,_0x486542._0x1efe5c,-_0x486542._0x38a114)],_0xc3569c['warn'](_0x4e46fa[_0x11fd0a(-_0x486542._0x367a3f,-_0x486542._0x441150,-0x65,0x1a)],_0x525af2),{};}}function extractRepoName(_0xd2e9d2){const _0x3f297a={_0x33989c:0x25f,_0x210e72:0x1d3,_0x57ad69:0x241,_0x3fdfbc:0x234,_0x581349:0x25c,_0x5da262:0x29e,_0x16c896:0x1cb,_0x4c253d:0x22a,_0x1e89c8:0x34c,_0x3c9db5:0x297,_0x4e4c33:0x173,_0x17d417:0x1ec,_0x599426:0x15c,_0x14a42c:0x18f,_0x2033b0:0x2c7,_0x8e57b3:0x251,_0x3917df:0x193,_0x50b99c:0x1fa,_0x8b052e:0x2cc,_0x3d209c:0x2b6},_0x269143={_0x15bee2:0x5,_0x3a5afa:0x21a,_0x1547d2:0xe3},_0x3ecc5e={};function _0x16ec70(_0x8bd5ff,_0x247926,_0x1675f7,_0x12e02d){return _0x33df47(_0x247926,_0x247926-_0x269143._0x15bee2,_0x1675f7- -_0x269143._0x3a5afa,_0x12e02d-_0x269143._0x1547d2);}_0x3ecc5e[_0x16ec70(-_0x3f297a._0x33989c,-_0x3f297a._0x210e72,-0x212,-_0x3f297a._0x57ad69)]=_0x689ec4(0x222,0x277,0x293,0x218),_0x3ecc5e[_0x689ec4(0x1de,_0x3f297a._0x3fdfbc,_0x3f297a._0x581349,0x241)]=function(_0x575eab,_0x59090f){return _0x575eab===_0x59090f;},_0x3ecc5e['VEUhf']='lAhQR';const _0x59bf71=_0x3ecc5e;if(!_0xd2e9d2)return null;const _0x550e9a=_0xd2e9d2['match'](/https?:\/\/[^/]+\/(.+?)(?:\.git)?$/);function _0x689ec4(_0x2a5116,_0x28be90,_0xca1c4c,_0x2d0fe1){return _0x33df47(_0x2a5116,_0x28be90-0x1c8,_0xca1c4c-0x222,_0x2d0fe1-0x34);}if(_0x550e9a){if(_0x59bf71[_0x689ec4(_0x3f297a._0x5da262,_0x3f297a._0x16c896,_0x3f297a._0x4c253d,0x27a)]===_0x59bf71['vqjuA'])return _0x550e9a[-0xa0f+-0x283*0xd+0x2ab7];else{const _0x56c884={};return _0x56c884[_0x689ec4(_0x3f297a._0x1e89c8,_0x3f297a._0x3c9db5,0x2c8,0x242)]=_0x5d5e39,_0x56c884['repoUrl']=_0x17022d,_0x535ad4['warn'](_0x16ec70(-_0x3f297a._0x4e4c33,-_0x3f297a._0x17d417,-0x1bf,-0x252)+'er\x20not\x20fou'+_0x16ec70(-0x187,-_0x3f297a._0x599426,-_0x3f297a._0x14a42c,-0x1e7)+'o',_0x56c884),null;}}const _0x22d596=_0xd2e9d2[_0x689ec4(0x1e8,0x217,0x22f,_0x3f297a._0x2033b0)](/git@[^:]+:(.+?)(?:\.git)?$/);if(_0x22d596){if(_0x59bf71['bTwjT'](_0x59bf71[_0x689ec4(0x1f8,_0x3f297a._0x8e57b3,0x209,_0x3f297a._0x3917df)],_0x59bf71[_0x689ec4(0x1d1,0x245,0x209,0x19c)]))return _0x22d596[0x25f1+-0x306+-0x22ea];else throw new _0x504c1d(_0x16ec70(-0x148,-_0x3f297a._0x50b99c,-0x164,-0x17c)+_0x689ec4(_0x3f297a._0x8b052e,0x29e,_0x3f297a._0x3d209c,0x349)+_0x5707bd);}return null;}export function normalizeGitUrl(_0x4a1178){const _0x45c0ef={_0x32c768:0x27a,_0x3d71c6:0x134,_0x2cebf5:0x2d3,_0x1123db:0x128,_0x1b11dd:0xed,_0x6e1f61:0x13c,_0x4ebfce:0xec,_0x29aa77:0x177,_0x54b250:0x2d3,_0x5e5035:0x244},_0x46a9b7={_0x5a88d9:0x113,_0x12cede:0x6e},_0x5ad717={_0x191699:0x1c7,_0x1748a0:0x49d,_0x988672:0x2f},_0x179c36={};_0x179c36[_0x5a1d06(0x20d,0x22f,_0x45c0ef._0x32c768,0x219)]=_0x4c40a7(-0x148,-0x13c,-0xf7,-_0x45c0ef._0x3d71c6),_0x179c36[_0x5a1d06(_0x45c0ef._0x2cebf5,0x36b,0x36b,0x2d8)]=_0x4c40a7(-_0x45c0ef._0x1123db,-0x145,-_0x45c0ef._0x1b11dd,-_0x45c0ef._0x6e1f61);const _0xa1474d=_0x179c36;if(!_0x4a1178)return _0x4a1178;const _0x4beb20=_0x4a1178['match'](/^(https?:\/\/)[^@/]+@(.+)$/i);if(_0x4beb20)return _0xa1474d[_0x4c40a7(-_0x45c0ef._0x4ebfce,-0xf7,-0x6e,-_0x45c0ef._0x29aa77)]===_0xa1474d[_0x5a1d06(_0x45c0ef._0x54b250,0x267,_0x45c0ef._0x5e5035,0x2f8)]?null:''+_0x4beb20[-0x1cd*-0xe+-0x21d0+0x89b*0x1]+_0x4beb20[-0x2611*-0x1+0x470+-0x2a7f];function _0x5a1d06(_0x2f6b7a,_0x5bf1e5,_0x37e769,_0x359c99){return _0x5d795f(_0x2f6b7a-_0x5ad717._0x191699,_0x2f6b7a-_0x5ad717._0x1748a0,_0x37e769-_0x5ad717._0x988672,_0x5bf1e5);}function _0x4c40a7(_0x17a3c2,_0x3f1d83,_0x2182c6,_0x2b03ee){return _0x33df47(_0x2b03ee,_0x3f1d83-0x180,_0x3f1d83- -_0x46a9b7._0x5a88d9,_0x2b03ee-_0x46a9b7._0x12cede);}return _0x4a1178;}function _0x5d795f(_0x4c0463,_0x372a26,_0x5bcfe1,_0x585a91){return _0x25c3(_0x372a26- -0x3e5,_0x585a91);}export async function generateGitCredentials(_0x2390e2,_0x4f55a0={}){const _0x232928={_0x2693f5:0xc9,_0x1eaafa:0xdc,_0x3b7f5f:0x47a,_0x1aec18:0x530,_0x3d777a:0x4c6,_0x1ad94e:0x56f,_0x283b2c:0x1bd,_0x4e1b48:0x5c2,_0x33adef:0x59b,_0x435359:0x5a0,_0x6dbc67:0x493,_0x4e7643:0x44e,_0x3eb7f3:0x5d3,_0x15ca59:0xa5,_0x3bf76d:0x2d,_0x85308:0xd5,_0x4c5ea6:0x123,_0x1e7c77:0xb4,_0x5a918b:0x10c,_0x2b1cc7:0xc1,_0x46692a:0x10a,_0x261d54:0x510,_0x6c2d03:0x525,_0x35ada8:0x58b,_0x35d803:0x507,_0x1d6ab6:0x413,_0x55c053:0x48e,_0x3b10af:0x460,_0x899c25:0x545,_0x363d94:0x4e4,_0x34c5cf:0x4b9,_0x181386:0x53f,_0x484e90:0x54d,_0x4b5857:0x52d,_0x2a5a74:0x4c0,_0xf41299:0x4f5,_0x200f94:0x52f,_0x4ab2a3:0x580,_0x492d3a:0x526,_0x4c1ae0:0x570,_0x585eb9:0x5f1,_0x2378d4:0x59d,_0x21ff7c:0x494,_0x37ddae:0x184,_0x242f8d:0x9f,_0x4209ac:0x4dd,_0x497747:0x4bb,_0x444039:0x489,_0x10eeb9:0x441,_0x71ea91:0xea,_0x58c979:0xd2,_0x13da02:0x137,_0x12d5e3:0xe3,_0x5c49bf:0x120,_0x183047:0x164,_0x1d6447:0x135,_0x31efff:0x12d,_0x514b3b:0x519,_0x1a7e41:0x504,_0x1f8366:0x4db,_0x59a388:0x577,_0x348e17:0x469,_0x3033dd:0x4ff,_0x2c02d1:0xce,_0x35c7ad:0x1e0,_0x12e7d3:0x1c5,_0x3a6bcf:0x419,_0x31416d:0x503,_0x40b351:0x438,_0x45fbc3:0x183,_0x325b12:0x4ca,_0x2160a4:0x492,_0x53184b:0x401,_0x55eee6:0x558,_0x173104:0x45c,_0x3fedd2:0x445,_0x391b90:0x4a2,_0x5a5c27:0xce,_0x45367e:0x52e,_0x10719c:0x4a5,_0x15ab05:0x4a2,_0x1e8694:0x50c,_0x3ac73d:0x16b,_0x4c8993:0x1bf,_0x2b2dfe:0x536,_0x49b2e7:0x18c,_0x56b611:0x10b,_0x45948c:0x552,_0x38fcce:0x1b1,_0x4c200f:0x4cc,_0x199ce1:0x4e2,_0x12b5c3:0xfb,_0x172f93:0x129,_0x1c333e:0xb0,_0x23d505:0x4df,_0x259316:0x567,_0x470e1d:0x572,_0x30f1f9:0x5c1,_0x527847:0x5d7,_0x47ac7d:0x557,_0x1758ab:0xa1,_0x5e53df:0xa8,_0xee0e0f:0x79,_0x3b28fc:0x1a6,_0x2793cd:0x235,_0x1e5288:0x16d,_0x384158:0x19c,_0x39d301:0x163,_0x1320d6:0x1df,_0x295bc0:0x48d,_0x31b359:0x168,_0x46d94d:0x1b5,_0x4a6369:0x1ad,_0x334231:0x238,_0x330042:0x422,_0x565885:0x43d,_0x311539:0x4ae,_0x16b097:0x4e9,_0x999117:0x562,_0x40c5c6:0x4e3,_0x562861:0x498,_0x58bb31:0x11e,_0x5d3237:0xe0,_0x1ed906:0x23,_0x152917:0x58f,_0x207c6e:0x581,_0x59942c:0x4f2,_0x294473:0x513,_0x54df92:0x4f4,_0x3ed5a1:0x5a4,_0x1971ec:0x579,_0x55aa17:0x556,_0x38a341:0x5c6,_0x5edbc9:0x56e,_0x3a7f71:0x518,_0x1ad560:0x47a,_0x5b79b2:0x4fe,_0x1c53ab:0x4f0,_0x46a393:0x493,_0x7d84fc:0x105,_0x60106:0xd2,_0x58d03b:0x549,_0x61980:0x5e3,_0x5d9211:0xeb,_0x397cfb:0xdc,_0x472138:0x167,_0xadcd16:0xe7,_0x205ce9:0x131,_0x1500f1:0x138,_0x2d3c50:0xfd,_0x4fef73:0x102,_0x5b6bbc:0xb9,_0x40d7af:0x9a,_0x1fb9c2:0xb3,_0x160111:0x4a4,_0x2ae509:0x495,_0x5346b4:0x1a2,_0x73988:0xae,_0x56f066:0x162,_0x14537e:0x4ff,_0x54783d:0x57d,_0x2433c5:0x17a,_0x88f923:0x45a,_0x16ce55:0x43f,_0x5a328f:0xce,_0x5c0916:0xff,_0x369f34:0x544,_0x1c8201:0x470,_0xa11c:0x56c,_0x236334:0x1e7,_0x29a01:0x1e9,_0x203599:0x197,_0x5ecc69:0x143,_0x469466:0x514,_0x502c12:0x557,_0x39bf22:0x4ef,_0xfda4fc:0x18f,_0x5ec8f3:0x20a,_0x34b1d3:0x10f,_0x122c04:0x4b3,_0x2568fe:0x4c5,_0x466041:0x110,_0x260096:0x1d0,_0x3193c1:0x1a1,_0x49c84e:0x209,_0x1124f0:0x12e,_0x333998:0x142,_0xf92494:0x45a,_0x3eb55d:0x412},_0x1a36bb={_0x25d74a:0xa,_0x50081f:0x745},_0x18b5bb={_0x1431bf:0x196},_0x20e1b3={'hJehG':_0x3c635(0xfd,_0x232928._0x2693f5,_0x232928._0x1eaafa,0xff)+_0x382eae(0x481,_0x232928._0x3b7f5f,0x4ce,_0x232928._0x1aec18)+'ovider\x20fou'+_0x382eae(_0x232928._0x3d777a,0x4c3,0x4da,_0x232928._0x1ad94e)+_0x3c635(0x198,_0x232928._0x283b2c,0x1c4,0x178)+'ry','QDAjh':function(_0x9cc905,_0x214ade,_0x461ff2){return _0x9cc905(_0x214ade,_0x461ff2);},'kElqF':function(_0x3b505b,_0x2d5053){return _0x3b505b===_0x2d5053;},'ZChjQ':_0x382eae(_0x232928._0x4e1b48,_0x232928._0x33adef,0x58f,0x613),'fRPaX':_0x382eae(_0x232928._0x435359,_0x232928._0x6dbc67,0x523,0x584)+_0x382eae(0x413,_0x232928._0x4e7643,0x46a,0x410),'ePhIr':'iaNAT','vGmfS':_0x3c635(0xb1,0x29,0x10c,0xbf),'sFObh':'No\x20repos\x20w'+'ith\x20provid'+_0x382eae(_0x232928._0x3eb7f3,0x514,0x586,0x5bc)+_0x3c635(_0x232928._0x15ca59,0xe3,_0x232928._0x3bf76d,_0x232928._0x85308),'xkqvo':function(_0x5914c1,_0x2d296d){return _0x5914c1!==_0x2d296d;},'xAxbl':_0x3c635(_0x232928._0x4c5ea6,0x108,_0x232928._0x1e7c77,0x95),'XrUdA':_0x3c635(_0x232928._0x5a918b,0x11e,0x11d,0x14a),'yXYrc':_0x3c635(0x120,_0x232928._0x2b1cc7,_0x232928._0x46692a,0xd1)+_0x3c635(0xfe,0xdb,0x152,0x97)+'nd','JINRw':_0x382eae(0x4fc,0x55b,_0x232928._0x261d54,_0x232928._0x6c2d03),'SxmRP':_0x382eae(_0x232928._0x35ada8,0x55e,_0x232928._0x35d803,0x546),'NtQUj':_0x382eae(0x502,_0x232928._0x1d6ab6,_0x232928._0x55c053,_0x232928._0x3b10af)+_0x382eae(_0x232928._0x899c25,_0x232928._0x363d94,0x505,0x4d7)+'tials\x20for\x20'+_0x382eae(_0x232928._0x34c5cf,0x4ec,_0x232928._0x181386,_0x232928._0x484e90),'XaRaP':_0x382eae(_0x232928._0x4b5857,0x5dc,0x548,0x4c6)+'generate\x20g'+_0x382eae(0x500,0x4b3,0x47a,_0x232928._0x2a5a74)+_0x382eae(0x503,_0x232928._0xf41299,_0x232928._0x200f94,0x5b7)},_0x1f9806=_0x4f55a0['logger']||_0x33e67a,_0x23aaa9=await _0x20e1b3[_0x382eae(_0x232928._0x4ab2a3,_0x232928._0x492d3a,_0x232928._0x4c1ae0,_0x232928._0x585eb9)](loadEnvironmentJson,_0x2390e2,_0x4f55a0);function _0x3c635(_0x4fcd62,_0x38d54e,_0x2965d5,_0x3281c0){return _0x33df47(_0x3281c0,_0x38d54e-0x25,_0x4fcd62-0xc5,_0x3281c0-_0x18b5bb._0x1431bf);}const _0x234ce2=_0x23aaa9[_0x382eae(0x57a,_0x232928._0x2378d4,0x516,_0x232928._0x21ff7c)]||[],_0x58b7e1={};function _0x382eae(_0x434a05,_0x2bf7d6,_0x578760,_0x574b5a){return _0x5d795f(_0x434a05-_0x1a36bb._0x25d74a,_0x578760-_0x1a36bb._0x50081f,_0x578760-0x7b,_0x2bf7d6);}for(const _0x2fe7b8 of _0x234ce2){if(_0x20e1b3[_0x3c635(0xf6,0x16c,_0x232928._0x37ddae,_0x232928._0x242f8d)](_0x20e1b3[_0x382eae(_0x232928._0x4209ac,_0x232928._0x497747,_0x232928._0x444039,_0x232928._0x10eeb9)],_0x20e1b3[_0x3c635(0xb5,_0x232928._0x71ea91,_0x232928._0x4c5ea6,_0x232928._0x58c979)])){if(!_0x2fe7b8[_0x3c635(0x107,_0x232928._0x13da02,_0x232928._0x12d5e3,_0x232928._0x5c49bf)+_0x3c635(0x12b,_0x232928._0x183047,_0x232928._0x1d6447,_0x232928._0x31efff)])continue;const {provider:_0x104a1e}=_0x2fe7b8[_0x382eae(_0x232928._0x514b3b,_0x232928._0x1a7e41,_0x232928._0x1f8366,0x525)+_0x382eae(_0x232928._0x59a388,_0x232928._0x348e17,_0x232928._0x3033dd,0x51c)];if(!_0x104a1e)continue;if(!_0x2fe7b8[_0x3c635(_0x232928._0x2c02d1,0x128,0x70,0xb8)]){_0x1f9806[_0x3c635(0x1ad,_0x232928._0x35c7ad,0x160,_0x232928._0x12e7d3)](_0x20e1b3[_0x382eae(_0x232928._0x3a6bcf,_0x232928._0x31416d,0x494,_0x232928._0x40b351)],{'environment':_0x115d57[_0x3c635(_0x232928._0x45fbc3,_0x232928._0x46692a,0x102,0x157)](_0x2390e2)});continue;}if(!_0x58b7e1[_0x104a1e]){if(_0x20e1b3[_0x382eae(0x42b,_0x232928._0x325b12,_0x232928._0x2160a4,_0x232928._0x53184b)]===_0x20e1b3[_0x382eae(0x43b,_0x232928._0x55eee6,0x4cb,0x469)])throw new _0x3b4d5c(_0x20e1b3[_0x382eae(0x468,_0x232928._0x173104,0x471,_0x232928._0x3fedd2)]);else _0x58b7e1[_0x104a1e]=[];}_0x58b7e1[_0x104a1e][_0x382eae(0x5c8,0x507,0x544,0x5a0)](_0x2fe7b8[_0x382eae(0x4ae,0x527,_0x232928._0x391b90,0x4f0)]);}else{const _0x5209b3={};_0x5209b3[_0x3c635(_0x232928._0x5a5c27,0x157,0x13c,0xbe)]=_0x170d2f[_0x382eae(_0x232928._0x45367e,_0x232928._0x10719c,_0x232928._0x15ab05,_0x232928._0x1e8694)],_0x5209b3[_0x3c635(_0x232928._0x3ac73d,0x150,0xd4,_0x232928._0x4c8993)]=_0x5af65d,_0x5209b3[_0x382eae(_0x232928._0x2b2dfe,0x5cc,0x560,0x5d0)+'_mode']=_0x376a93[_0x3c635(_0x232928._0x49b2e7,_0x232928._0x56b611,0x1a0,0x1b1)+_0x382eae(0x4ea,0x538,0x519,_0x232928._0x45948c)]||_0x3c635(_0x232928._0x38fcce,0x187,0x137,0x1f5),_0x4afd9c[_0x382eae(_0x232928._0x4c200f,_0x232928._0x199ce1,0x544,0x52b)](_0x5209b3);}}const _0x2cbffa=Object[_0x3c635(_0x232928._0x12b5c3,0x10f,_0x232928._0x172f93,_0x232928._0x1c333e)](_0x58b7e1);if(_0x2cbffa[_0x382eae(_0x232928._0x23d505,0x5d5,0x563,_0x232928._0x259316)]===0x4*-0x30b+-0x20dc+0x2c*0x106)return _0x1f9806['debug'](_0x20e1b3[_0x382eae(0x597,0x518,_0x232928._0x470e1d,0x603)],{'environment':_0x115d57[_0x382eae(_0x232928._0x30f1f9,_0x232928._0x527847,_0x232928._0x47ac7d,0x4d6)](_0x2390e2)}),null;const _0x386a85=[];for(const _0x2f8d81 of _0x2cbffa){if(_0x20e1b3[_0x3c635(_0x232928._0x1758ab,0x43,_0x232928._0x5e53df,_0x232928._0xee0e0f)](_0x20e1b3[_0x3c635(_0x232928._0x3b28fc,_0x232928._0x2793cd,_0x232928._0x1e5288,0x1fd)],'GAtTy')){const _0x597e1e=_0x58b7e1[_0x2f8d81],_0x187a52=await _0x20e1b3[_0x3c635(_0x232928._0x384158,0x19a,_0x232928._0x39d301,_0x232928._0x1320d6)](getProvider,_0x2f8d81,_0x4f55a0);if(!_0x187a52){if(_0x20e1b3[_0x382eae(_0x232928._0x295bc0,0x4c1,0x475,0x452)](_0x20e1b3[_0x3c635(_0x232928._0x31b359,0x1b9,_0x232928._0x46d94d,_0x232928._0x384158)],_0x20e1b3['XrUdA']))return null;else{_0x1f9806[_0x3c635(_0x232928._0x4a6369,0x1b8,0x150,_0x232928._0x334231)](_0x20e1b3[_0x382eae(_0x232928._0x330042,_0x232928._0x565885,_0x232928._0x311539,0x469)],{'provider':_0x2f8d81,'environment':_0x115d57[_0x3c635(0x183,0x191,0x1c0,0x1a4)](_0x2390e2)});continue;}}const _0x487c02=await _0x187a52[_0x382eae(_0x232928._0x16b097,_0x232928._0x999117,_0x232928._0x40c5c6,0x548)+_0x382eae(0x507,0x4a1,0x4c4,_0x232928._0x562861)+'ed']();if(!_0x487c02[_0x3c635(0xa5,_0x232928._0x58bb31,_0x232928._0x5d3237,_0x232928._0x1ed906)]){_0x1f9806[_0x382eae(0x585,_0x232928._0x152917,_0x232928._0x207c6e,_0x232928._0x59942c)](_0x382eae(0x4a3,_0x232928._0x294473,_0x232928._0x54df92,0x4f3)+_0x382eae(_0x232928._0x3ed5a1,0x57b,_0x232928._0x1971ec,_0x232928._0x55aa17)+_0x382eae(_0x232928._0x38a341,0x56f,_0x232928._0x5edbc9,_0x232928._0x3a7f71)+_0x382eae(_0x232928._0x1ad560,_0x232928._0x5b79b2,_0x232928._0x1c53ab,0x53b)+_0x382eae(_0x232928._0x46a393,0x513,0x4c8,0x4a2)+_0x3c635(_0x232928._0x7d84fc,0x13a,0x85,_0x232928._0x60106)+_0x382eae(0x5a0,0x54e,0x53b,_0x232928._0x58d03b),{'provider':_0x2f8d81,'environment':_0x115d57[_0x382eae(0x525,_0x232928._0x61980,_0x232928._0x47ac7d,0x5b9)](_0x2390e2),'reason':_0x487c02['message']});continue;}try{const _0x276ab9={};_0x276ab9['repository'+_0x3c635(_0x232928._0x5d9211,_0x232928._0x397cfb,_0x232928._0x472138,_0x232928._0xadcd16)]=_0x597e1e,_0x276ab9[_0x3c635(0x15e,_0x232928._0x205ce9,0x1e4,_0x232928._0x1500f1)]=_0x1f9806;const _0x1988b9=await _0x187a52[_0x3c635(0x13f,0x13d,_0x232928._0x2d3c50,_0x232928._0x4fef73)+_0x3c635(0x128,_0x232928._0x5b6bbc,_0x232928._0x40d7af,_0x232928._0x1fb9c2)](_0x276ab9);if(_0x1988b9){if(_0x20e1b3[_0x382eae(0x4ed,0x419,_0x232928._0x160111,_0x232928._0x2ae509)]===_0x20e1b3[_0x3c635(_0x232928._0x5346b4,0x1df,0x16f,0x190)]){const _0x7c7c92=_0x99d9f9[_0x3c635(0x107,0x7d,_0x232928._0x73988,_0x232928._0x56f066)+_0x382eae(0x537,0x4cd,_0x232928._0x14537e,_0x232928._0x54783d)][_0x3c635(0x16b,_0x232928._0x2433c5,0x168,0x151)];!_0x47f60a[_0x7c7c92]&&(_0x15371b[_0x7c7c92]=[]);const _0x2fe4f8={};_0x2fe4f8[_0x382eae(_0x232928._0x88f923,_0x232928._0x16ce55,_0x232928._0x15ab05,0x41f)]=_0x293ac4[_0x3c635(_0x232928._0x5a328f,0xce,_0x232928._0x5c0916,0x80)],_0x2fe4f8[_0x382eae(_0x232928._0x261d54,0x5c9,0x560,0x590)+_0x382eae(0x577,0x500,0x519,0x481)]=_0x2b2a6a[_0x382eae(0x47e,_0x232928._0x369f34,0x4db,0x4b1)+_0x382eae(_0x232928._0x1c8201,0x4b9,0x4ff,_0x232928._0xa11c)]?.[_0x3c635(0x18c,_0x232928._0x236334,0x1db,_0x232928._0x29a01)+_0x3c635(0x145,0x1bf,_0x232928._0x203599,0x17a)],_0x5e819a[_0x7c7c92][_0x3c635(0x170,0x1c1,_0x232928._0x5ecc69,0xfd)](_0x2fe4f8);}else _0x386a85['push'](_0x1988b9);}_0x1f9806['debug'](_0x20e1b3['NtQUj'],{'environment':_0x115d57[_0x382eae(_0x232928._0x469466,0x59e,_0x232928._0x502c12,_0x232928._0x39bf22)](_0x2390e2),'provider':_0x2f8d81,'repositoryCount':_0x597e1e[_0x3c635(_0x232928._0xfda4fc,_0x232928._0x5ec8f3,_0x232928._0x34b1d3,_0x232928._0x3ac73d)]});}catch(_0x2f7dc5){_0x1f9806[_0x382eae(0x506,_0x232928._0x122c04,_0x232928._0x2568fe,0x46e)](_0x20e1b3[_0x3c635(0x9b,0x76,_0x232928._0x466041,0x89)],{'environment':_0x115d57[_0x3c635(0x183,0x135,_0x232928._0x260096,0x1fe)](_0x2390e2),'provider':_0x2f8d81,'error':_0x2f7dc5[_0x3c635(_0x232928._0x3193c1,0x1a8,0x21b,_0x232928._0x49c84e)]});}}else{const _0xdbf3cd={};return _0xdbf3cd[_0x3c635(_0x232928._0x1124f0,_0x232928._0x333998,0x11f,0x9a)]=![],_0xdbf3cd[_0x382eae(_0x232928._0xf92494,0x536,0x4ee,0x46f)+'me']=null,_0xdbf3cd['providerTy'+'pe']=null,_0xdbf3cd;}}if(_0x386a85['length']===0x17a9+0x29f*-0x5+-0x182*0x7)return null;return _0x386a85[_0x382eae(0x4e4,_0x232928._0x3eb55d,0x49a,0x415)]('\x0a');}export async function hasGitAccess(_0x4386b4){const _0x4a9e62={_0x50c7ea:0x168,_0x212b2b:0x11f,_0x103cd1:0x11b,_0x43043e:0xa3,_0x1d6f82:0x92,_0x5b3382:0x35,_0x2f123c:0xf3,_0x3b2d80:0x102,_0xb3ddc1:0x123,_0x4dc03d:0xf6},_0x1ba2be={_0x4f26e5:0x140,_0x1e5a99:0x1b1},_0x378100={_0x44855e:0x50,_0x254e05:0x3a},_0x5d92a0={'KwQji':function(_0x2df0d4,_0x138586){return _0x2df0d4(_0x138586);}},_0x446911=await _0x5d92a0[_0x2267c5(0x145,_0x4a9e62._0x50c7ea,_0x4a9e62._0x212b2b,_0x4a9e62._0x103cd1)](loadEnvironmentJson,_0x4386b4);function _0x2267c5(_0x568623,_0x4acfe3,_0x295fd0,_0x5d0122){return _0x33df47(_0x4acfe3,_0x4acfe3-0xf9,_0x5d0122-_0x378100._0x44855e,_0x5d0122-_0x378100._0x254e05);}const _0x18c7ca=_0x446911['repos']||[];for(const _0x37b902 of _0x18c7ca){if(_0x37b902[_0x2267c5(0x22,0x4b,_0x4a9e62._0x43043e,_0x4a9e62._0x1d6f82)+_0x2267c5(0x146,_0x4a9e62._0x5b3382,_0x4a9e62._0x2f123c,0xb6)]?.[_0x2267c5(_0x4a9e62._0x3b2d80,0xf9,_0x4a9e62._0xb3ddc1,_0x4a9e62._0x4dc03d)])return!![];}function _0x4d44c(_0x3cb549,_0x4c8a7d,_0x60cd39,_0x3eee7d){return _0x5d795f(_0x3cb549-_0x1ba2be._0x4f26e5,_0x4c8a7d-0x40b,_0x60cd39-_0x1ba2be._0x1e5a99,_0x3cb549);}return![];}export async function getCredentialsForRepo(_0x1081a0,_0x1f93f6,_0x2dc2af={}){const _0x5397f2={_0x163cf0:0x49d,_0xc43e8a:0x4e7,_0x26676c:0x41f,_0x1ae644:0x46a,_0x581675:0x3dd,_0x3b0a5e:0x4dd,_0x1ca005:0x61,_0x48a104:0x498,_0x3aed82:0x40c,_0x296e19:0x95,_0x21487e:0xb,_0xe2fd2a:0x5a,_0x3e18e6:0x32,_0x2c9fb6:0xaa,_0x50a17d:0x71,_0xa2706c:0x54,_0xc4efdc:0x67,_0x2e8590:0x457,_0x3c2379:0x47a,_0x531e31:0x37,_0x265db3:0x10,_0x5b9565:0x34,_0x3f5744:0x478,_0x76cdf5:0x4a6,_0x3f034a:0x3e7,_0x254e32:0x10c,_0x547adf:0x11c,_0x3ba8d9:0x16c,_0xb34c94:0x128,_0xd8adff:0x47e,_0x35cd23:0x405,_0x38ae54:0x452,_0x4cb02f:0x3ff,_0x187bbd:0x43f,_0x2bcbcb:0x6d,_0x34ee35:0x139,_0x2f98c7:0xeb,_0x194b76:0xed,_0x458514:0x49,_0x1f000a:0x93,_0x32307e:0x3a,_0x5d6dc4:0x27},_0x34bb6e={_0x1e27b0:0x135},_0x49ac79={_0x5194af:0x13},_0x142c25={'ZvYTy':_0x38a596(_0x5397f2._0x163cf0,0x4cf,_0x5397f2._0xc43e8a,_0x5397f2._0x26676c),'WPQLS':function(_0x22e518,_0x3d2d8a,_0x1cb954){return _0x22e518(_0x3d2d8a,_0x1cb954);},'rWWnX':'Fetching\x20c'+'redentials'+_0x38a596(_0x5397f2._0x1ae644,0x4ca,_0x5397f2._0x581675,_0x5397f2._0x3b0a5e)+_0x493a64(-0x6c,-0xdf,-_0x5397f2._0x1ca005,-0xf)+'er'},_0x50ff14=_0x2dc2af[_0x38a596(0x44a,0x47f,_0x5397f2._0x48a104,_0x5397f2._0x3aed82)]||_0x33e67a;function _0x38a596(_0x1d4ace,_0x4a7022,_0x5d4fdf,_0x188285){return _0x33df47(_0x5d4fdf,_0x4a7022-_0x49ac79._0x5194af,_0x1d4ace-0x3b1,_0x188285-0xdf);}const {credentialMode:credentialMode=_0x142c25[_0x493a64(-0x8f,-_0x5397f2._0x296e19,-0x6f,-_0x5397f2._0x21487e)],userId:_0xfebdcb}=_0x2dc2af;function _0x493a64(_0x433461,_0x168dfc,_0x47f6c2,_0x438758){return _0x5d795f(_0x433461-_0x34bb6e._0x1e27b0,_0x47f6c2-0x1c4,_0x47f6c2-0x18,_0x438758);}const _0x4d70e5=await _0x142c25[_0x493a64(-_0x5397f2._0xe2fd2a,-0xf0,-0xd9,-0x16b)](getProvider,_0x1081a0,_0x2dc2af);if(!_0x4d70e5)throw new Error(_0x493a64(-0x7c,-0x1,-_0x5397f2._0x3e18e6,0x3e)+_0x493a64(-_0x5397f2._0x2c9fb6,-_0x5397f2._0x50a17d,-_0x5397f2._0xa2706c,-_0x5397f2._0xc4efdc)+_0x1081a0);const _0x1212fc={};_0x1212fc[_0x38a596(_0x5397f2._0x2e8590,0x3f3,0x44b,_0x5397f2._0x3c2379)]=_0x1081a0,_0x1212fc[_0x493a64(-_0x5397f2._0x531e31,0xa,-_0x5397f2._0x265db3,_0x5397f2._0x5b9565)]=_0x1f93f6,_0x1212fc[_0x38a596(_0x5397f2._0x3f5744,0x3ff,_0x5397f2._0x76cdf5,_0x5397f2._0x3f034a)+_0x493a64(-_0x5397f2._0x254e32,-0x129,-_0x5397f2._0x547adf,-_0x5397f2._0x3ba8d9)]=credentialMode,_0x50ff14[_0x493a64(-0xbc,-_0x5397f2._0xb34c94,-0x9a,-0x93)](_0x142c25[_0x38a596(_0x5397f2._0xd8adff,0x509,_0x5397f2._0x35cd23,_0x5397f2._0x38ae54)],_0x1212fc);const _0x57e17c={};return _0x57e17c[_0x38a596(0x44a,_0x5397f2._0x4cb02f,_0x5397f2._0x187bbd,0x429)]=_0x50ff14,_0x57e17c[_0x493a64(-_0x5397f2._0x2bcbcb,0x2f,-0x21,-0x8f)+_0x38a596(0x37d,0x39f,0x358,0x2f1)]=credentialMode,_0x57e17c[_0x493a64(-_0x5397f2._0x547adf,-_0x5397f2._0x34ee35,-_0x5397f2._0x2f98c7,-_0x5397f2._0x194b76)]=_0xfebdcb,_0x57e17c[_0x493a64(-0xb1,-_0x5397f2._0x458514,-_0x5397f2._0x1f000a,-0x15)+'me']=_0x1081a0,_0x4d70e5[_0x493a64(-_0x5397f2._0x32307e,-0xf4,-0x6e,-_0x5397f2._0x5d6dc4)+'ialsForRep'+'o'](_0x1f93f6,_0x57e17c);}export async function getReposWithProviderAccess(_0x195691,_0x2fd986={}){const _0x2d6a43={_0x52aa7f:0x207,_0x1beb36:0x206,_0x14efe5:0x18b,_0x3c8e8e:0xe4,_0x5d35bc:0x1d0,_0x31cd90:0x1a5,_0x58e1f9:0x253,_0x861187:0x25a,_0x585e80:0x18c,_0x8994e6:0x164,_0x28d12b:0x122,_0x4aaa3d:0x152,_0x2f5e84:0x1d1,_0x3cd723:0x1dd,_0x4ce9d1:0x3a,_0x13f851:0xf3,_0x1cddc6:0xf7,_0x46e500:0xcf,_0x3cc08f:0x18,_0x5482df:0x18b,_0x31dedc:0x14f,_0x1d3c34:0x58,_0x21f7c1:0x97,_0x472090:0x9c,_0x395459:0x1f9,_0x97f0b5:0x1bd,_0x564f0d:0x239,_0xdadb21:0x6c,_0x58bc46:0x1f,_0xd0037a:0x41,_0x1230c6:0xdd,_0x660c9e:0xf0,_0x59c4b7:0x96,_0x5ef789:0xfc,_0x40873d:0x2d,_0x5e7ca5:0x33,_0x39dc96:0x217,_0x1bdcbe:0x237,_0x476482:0x25a,_0x1cc823:0x2e2,_0x69172f:0x2d8,_0x30d4e8:0x1b3,_0x160c3f:0x292,_0x3de340:0x139,_0x3e7b1f:0x157,_0x3b06c3:0x182,_0x2d10af:0x18,_0x3866ba:0x21,_0x149e88:0x158,_0xc2c000:0x1c1,_0x35b559:0xd,_0x4ad5e0:0x77,_0x583112:0x6e,_0xfb3c61:0x116,_0x5e046c:0x264,_0x460d95:0x268,_0x1eb4ad:0x245,_0x2c57ca:0x1be,_0x3cf6ac:0x1e6,_0x5b166c:0x1c,_0x4dee30:0x27b,_0x17c279:0x23e,_0x3a9c36:0x303,_0x544db3:0x26f,_0x202847:0x285,_0x356cc0:0x24c,_0x1a8ded:0x25d,_0x528c31:0x22b,_0x1b1f39:0x45,_0x2ef333:0x69,_0x39d71c:0x3e,_0x146fe4:0x1c7,_0x7f10fa:0x17c,_0x418346:0x13b,_0xc3da27:0x153,_0x91b321:0xb3,_0x386aef:0x68,_0x1883e8:0x3b,_0x3b2f7d:0x248,_0x35c44e:0x22e,_0x4013db:0x172,_0x5c7d70:0x10,_0x1c9f0b:0x61,_0x4c8d39:0xe6,_0x501759:0x1de,_0x1d10a0:0x20d,_0x52e2de:0x295},_0x5c9274={_0x38dd30:0xd8,_0x566120:0xb2},_0x595517={_0x5811ac:0x1e0,_0x378058:0x16},_0x53e821={'jVuiR':'Provider\x20n'+_0x2ae60f(_0x2d6a43._0x52aa7f,_0x2d6a43._0x1beb36,0x217,_0x2d6a43._0x14efe5)+_0x139f87(0x72,0xf4,_0x2d6a43._0x3c8e8e,0x106)+_0x2ae60f(0x257,0x214,_0x2d6a43._0x5d35bc,_0x2d6a43._0x31cd90)+_0x2ae60f(0x203,_0x2d6a43._0x58e1f9,0x201,_0x2d6a43._0x861187),'VPPkt':function(_0x56d258,_0x506d8a,_0x47b269){return _0x56d258(_0x506d8a,_0x47b269);},'XMqxq':function(_0x556bd2,_0x276e23){return _0x556bd2!==_0x276e23;},'BJNdY':_0x2ae60f(0x170,0x182,0x127,0x178),'yTKXN':function(_0x465f43,_0x55294c,_0x4f697d){return _0x465f43(_0x55294c,_0x4f697d);},'leiCq':_0x2ae60f(0x252,0x1ee,0x1ed,_0x2d6a43._0x585e80)+_0x139f87(_0x2d6a43._0x8994e6,0xf6,_0x2d6a43._0x28d12b,_0x2d6a43._0x4aaa3d)+_0x2ae60f(0x249,0x268,0x292,_0x2d6a43._0x2f5e84)+_0x2ae60f(0x248,0x1ea,_0x2d6a43._0x3cd723,0x1f0)+_0x139f87(-0x11,0x30,_0x2d6a43._0x4ce9d1,0xa5)+'s','CcjtM':_0x139f87(_0x2d6a43._0x13f851,0x102,0x11a,0x77)},_0x6fb4ff=_0x2fd986[_0x2ae60f(0x200,0x22c,0x1d0,0x2a5)]||_0x33e67a;function _0x139f87(_0x568bfb,_0x1c953c,_0x5b11a6,_0x26a33d){return _0x33df47(_0x568bfb,_0x1c953c-_0x595517._0x5811ac,_0x1c953c-_0x595517._0x378058,_0x26a33d-0x14f);}const _0x4d4ecf=await _0x53e821[_0x2ae60f(0x1fc,0x17d,0x15e,_0x2d6a43._0x1cddc6)](loadEnvironmentJson,_0x195691,_0x2fd986),_0x6022e2=_0x4d4ecf[_0x139f87(0x86,0x93,_0x2d6a43._0x46e500,_0x2d6a43._0x3cc08f)]||[],_0x4a5678={};for(const _0x15d5b5 of _0x6022e2){if(_0x15d5b5[_0x2ae60f(_0x2d6a43._0x5482df,0x1d5,_0x2d6a43._0x58e1f9,0x1f0)+'vider']?.[_0x139f87(_0x2d6a43._0x31dedc,0xbc,0x117,_0x2d6a43._0x1d3c34)]&&_0x15d5b5['url']){const _0x3ddf1c=_0x15d5b5[_0x139f87(0xc4,_0x2d6a43._0x1d3c34,_0x2d6a43._0x21f7c1,_0x2d6a43._0x472090)+_0x2ae60f(0x252,_0x2d6a43._0x395459,_0x2d6a43._0x97f0b5,0x211)][_0x2ae60f(0x2b9,_0x2d6a43._0x564f0d,0x1ca,0x2b5)];!_0x4a5678[_0x3ddf1c]&&(_0x4a5678[_0x3ddf1c]=[]);const _0x558503={};_0x558503['url']=_0x15d5b5[_0x139f87(_0x2d6a43._0xdadb21,_0x2d6a43._0x58bc46,-_0x2d6a43._0xd0037a,0x37)],_0x558503[_0x139f87(0x53,_0x2d6a43._0x1230c6,0xc6,0xeb)+_0x139f87(_0x2d6a43._0x660c9e,_0x2d6a43._0x59c4b7,_0x2d6a43._0x5ef789,0x64)]=_0x15d5b5[_0x139f87(_0x2d6a43._0x40873d,0x58,-_0x2d6a43._0x5e7ca5,0x7b)+_0x2ae60f(0x27d,0x1f9,0x25a,_0x2d6a43._0x39dc96)]?.[_0x2ae60f(_0x2d6a43._0x1bdcbe,_0x2d6a43._0x476482,_0x2d6a43._0x1cc823,_0x2d6a43._0x69172f)+_0x2ae60f(_0x2d6a43._0x30d4e8,0x213,_0x2d6a43._0x160c3f,0x1a2)],_0x4a5678[_0x3ddf1c]['push'](_0x558503);}}function _0x2ae60f(_0x1ea913,_0x295a51,_0x3531be,_0x1752ae){return _0x5d795f(_0x1ea913-_0x5c9274._0x38dd30,_0x295a51-0x43f,_0x3531be-_0x5c9274._0x566120,_0x1ea913);}const _0x280d1a=[];for(const [_0x99b939,_0x415a37]of Object[_0x139f87(0x5b,0xde,0x118,_0x2d6a43._0x3de340)](_0x4a5678)){if(_0x53e821['XMqxq'](_0x53e821['BJNdY'],_0x2ae60f(_0x2d6a43._0x3e7b1f,_0x2d6a43._0x3b06c3,0x1ca,0x186))){const _0x31188d={};return _0x31188d[_0x139f87(-_0x2d6a43._0x2d10af,0x6b,0x35,-_0x2d6a43._0x3866ba)+'me']=_0x5e3451,_0x2e38b8['warn'](_0x53e821[_0x2ae60f(_0x2d6a43._0x149e88,0x171,_0x2d6a43._0xc2c000,0xd8)],_0x31188d),null;}else{const _0x55f743=await _0x53e821[_0x139f87(-_0x2d6a43._0x35b559,-0x16,-_0x2d6a43._0x4ad5e0,0x27)](getProvider,_0x99b939,_0x2fd986);if(!_0x55f743){_0x6fb4ff[_0x139f87(0xd8,0xfe,_0x2d6a43._0x583112,_0x2d6a43._0xfb3c61)]('Git\x20provid'+'er\x20not\x20fou'+_0x2ae60f(0x2d4,0x265,0x2df,0x2a4)+_0x2ae60f(0x20e,0x23a,0x2cd,_0x2d6a43._0x5e046c),{'provider':_0x99b939,'environment':_0x115d57['basename'](_0x195691),'repoCount':_0x415a37[_0x2ae60f(_0x2d6a43._0x460d95,0x25d,0x1d2,0x215)]});continue;}const _0xad4bf1=await _0x55f743['checkSecre'+_0x2ae60f(_0x2d6a43._0x1eb4ad,_0x2d6a43._0x2c57ca,_0x2d6a43._0x3cf6ac,0x161)+'ed']();if(!_0xad4bf1[_0x139f87(-0x44,-0xa,0x5a,_0x2d6a43._0x5b166c)]){_0x6fb4ff[_0x2ae60f(0x2ed,_0x2d6a43._0x4dee30,0x299,_0x2d6a43._0x17c279)](_0x53e821['leiCq'],{'provider':_0x99b939,'environment':_0x115d57['basename'](_0x195691),'reason':_0xad4bf1[_0x2ae60f(_0x2d6a43._0x3a9c36,_0x2d6a43._0x544db3,_0x2d6a43._0x202847,0x304)],'repoCount':_0x415a37[_0x2ae60f(_0x2d6a43._0x356cc0,_0x2d6a43._0x1a8ded,_0x2d6a43._0x528c31,0x2c2)]});continue;}for(const _0x53008c of _0x415a37){const _0x2a79ac={};_0x2a79ac[_0x139f87(-_0x2d6a43._0x1b1f39,_0x2d6a43._0x58bc46,-_0x2d6a43._0x2ef333,-_0x2d6a43._0x39d71c)]=_0x53008c[_0x2ae60f(_0x2d6a43._0x146fe4,0x19c,_0x2d6a43._0x7f10fa,_0x2d6a43._0x418346)],_0x2a79ac['provider']=_0x99b939,_0x2a79ac[_0x139f87(_0x2d6a43._0xc3da27,_0x2d6a43._0x1230c6,0x4c,0x146)+_0x2ae60f(0x203,0x213,0x1c8,0x221)]=_0x53008c['credential'+_0x139f87(_0x2d6a43._0x91b321,0x96,0x59,_0x2d6a43._0x386aef)]||_0x53e821[_0x139f87(0x8,0x1c,_0x2d6a43._0x1883e8,0x74)],_0x280d1a['push'](_0x2a79ac);}}}return _0x6fb4ff[_0x2ae60f(_0x2d6a43._0x3b2f7d,0x1e1,0x164,_0x2d6a43._0x35c44e)](_0x2ae60f(_0x2d6a43._0x4013db,0x1fd,0x1dc,0x18e)+_0x139f87(_0x2d6a43._0x5c7d70,_0x2d6a43._0x1c9f0b,_0x2d6a43._0x4c8d39,0xb0)+_0x2ae60f(_0x2d6a43._0x501759,0x1e9,_0x2d6a43._0x1d10a0,0x27b)+'ss',{'environment':_0x115d57['basename'](_0x195691),'count':_0x280d1a[_0x2ae60f(0x254,0x25d,_0x2d6a43._0x52e2de,0x2ee)]}),_0x280d1a;}export async function getProviderForRepo(_0x555b2d,_0x743326,_0x59bf91={}){const _0x2227a8={_0x5b57b7:0x4bf,_0x574c4f:0x49b,_0x285f70:0x1b6,_0x59dae7:0x1c5,_0x2ca067:0x1c3,_0x2a38b8:0x1ff,_0x456ab4:0x1e7,_0x1186f6:0x21c,_0x2170ed:0x1ad,_0x2bd0ee:0x2c6,_0x5b0f9d:0x26c,_0x39236f:0x283,_0x578eb6:0x25f,_0x5ce02f:0x121,_0x574763:0x44d,_0x5d5751:0x4a4,_0x4cf385:0x26b,_0x30becf:0x123,_0x16625a:0x17a,_0xc8dc46:0x4e2,_0x274040:0x456,_0x499d4f:0x468,_0xd8e654:0x406,_0x42c913:0x500,_0x58189c:0x1a8,_0x5a2058:0x3cb,_0x5d1782:0x411,_0x3baf87:0x18d,_0x348bdf:0x424,_0x3e9a7b:0x4b9,_0x26cc34:0x1ba,_0x305a89:0x232,_0x33df8d:0x2c5,_0x61bf8:0x1ad,_0x2912c0:0x205,_0x122113:0x264,_0x4f8699:0x1e6,_0x37bac7:0x1b7,_0x1b7bcc:0x1f6,_0x27f2b0:0x218,_0x57a78f:0x3d3,_0x5d1da8:0x47d,_0x416fae:0x4cc,_0x3ebc19:0x1f8,_0x8922c3:0x29a,_0x4eaec3:0x136,_0x1795a1:0x1b5},_0x41c279={_0x55a50d:0x14e,_0x20713e:0x12f},_0x3c5e34={'weTTG':function(_0x5e1bcc){return _0x5e1bcc();},'XHrGG':function(_0x12a476,_0x530e46,_0x18cbaf){return _0x12a476(_0x530e46,_0x18cbaf);},'wNOuJ':_0x45379c(_0x2227a8._0x5b57b7,0x43b,0x4b0,_0x2227a8._0x574c4f),'RCGNY':'Git\x20provid'+_0x3f3f28(_0x2227a8._0x285f70,_0x2227a8._0x59dae7,_0x2227a8._0x2ca067,0x167)+'nd\x20for\x20rep'+'o','YSYGY':_0x3f3f28(_0x2227a8._0x2a38b8,_0x2227a8._0x456ab4,_0x2227a8._0x1186f6,_0x2227a8._0x2170ed)+_0x3f3f28(_0x2227a8._0x2bd0ee,_0x2227a8._0x5b0f9d,_0x2227a8._0x39236f,_0x2227a8._0x578eb6)+'\x20not\x20confi'+_0x3f3f28(0x11d,0x188,_0x2227a8._0x5ce02f,0x19c)+_0x45379c(0x4e6,_0x2227a8._0x574763,0x4ee,_0x2227a8._0x5d5751)},_0x3ceb58=_0x59bf91[_0x3f3f28(_0x2227a8._0x4cf385,0x225,0x27d,0x19f)]||_0x33e67a;function _0x45379c(_0x221d2b,_0x4b4f9d,_0x1ad1e4,_0x827c2d){return _0x33df47(_0x1ad1e4,_0x4b4f9d-0x68,_0x827c2d-0x426,_0x827c2d-0x1f);}const _0x3e66de=await _0x3c5e34[_0x3f3f28(_0x2227a8._0x30becf,0x198,_0x2227a8._0x16625a,0x1e5)](loadEnvironmentJson,_0x555b2d,_0x59bf91),_0x3cb241=_0x3e66de['repos']||[],_0x4e2db5=_0x3cb241[_0x3f3f28(0x23b,0x27c,0x258,0x275)](_0x564917=>_0x564917[_0x3f3f28(0x1c9,0x195,0x1d4,0x228)]===_0x743326);if(!_0x4e2db5||!_0x4e2db5[_0x45379c(_0x2227a8._0xc8dc46,0x4ea,_0x2227a8._0x274040,_0x2227a8._0x499d4f)+'vider']?.['provider'])return null;const _0x5cdf41=_0x4e2db5['remote_pro'+_0x45379c(_0x2227a8._0xd8e654,_0x2227a8._0x42c913,0x50c,0x48c)][_0x3f3f28(0x22c,0x232,0x1e8,_0x2227a8._0x58189c)],_0x4a1f41=await getProvider(_0x5cdf41,_0x59bf91);if(!_0x4a1f41){if(_0x3c5e34[_0x45379c(_0x2227a8._0x5a2058,0x3f3,_0x2227a8._0x5d1782,0x3f3)]==='CPKOS')return _0x16f7f6[_0x3f3f28(0x21a,_0x2227a8._0x3baf87,0x14d,0x21c)](_0x3c5e34[_0x45379c(_0x2227a8._0x348bdf,0x431,_0x2227a8._0x3e9a7b,0x493)](_0x2266b2),_0x154810);else{const _0xf7a34d={};return _0xf7a34d[_0x3f3f28(_0x2227a8._0x26cc34,_0x2227a8._0x305a89,_0x2227a8._0x33df8d,_0x2227a8._0x61bf8)]=_0x5cdf41,_0xf7a34d[_0x3f3f28(_0x2227a8._0x2912c0,_0x2227a8._0x122113,0x21c,_0x2227a8._0x4f8699)]=_0x743326,_0x3ceb58['warn'](_0x3c5e34[_0x45379c(0x4e4,0x405,0x465,0x483)],_0xf7a34d),null;}}const _0x44405f=await _0x4a1f41['checkSecre'+_0x3f3f28(0x226,_0x2227a8._0x37bac7,_0x2227a8._0x1b7bcc,_0x2227a8._0x27f2b0)+'ed']();if(!_0x44405f[_0x45379c(0x373,0x3d2,_0x2227a8._0x57a78f,0x406)]){const _0x3827b5={};return _0x3827b5[_0x45379c(_0x2227a8._0x5d1da8,0x50d,0x54d,_0x2227a8._0x416fae)]=_0x5cdf41,_0x3827b5[_0x3f3f28(0x212,_0x2227a8._0x122113,_0x2227a8._0x3ebc19,_0x2227a8._0x8922c3)]=_0x743326,_0x3827b5['reason']=_0x44405f['message'],_0x3ceb58[_0x45379c(0x54d,0x51e,0x515,0x50e)](_0x3c5e34[_0x3f3f28(_0x2227a8._0x4eaec3,0x17f,0x169,0x1a6)],_0x3827b5),null;}function _0x3f3f28(_0x56c3cc,_0x424346,_0x2c3b15,_0x43c489){return _0x5d795f(_0x56c3cc-_0x41c279._0x55a50d,_0x424346-0x438,_0x2c3b15-_0x41c279._0x20713e,_0x43c489);}const _0x3cf414={};return _0x3cf414[_0x3f3f28(_0x2227a8._0x1795a1,0x232,0x2cb,0x26c)]=_0x4a1f41,_0x3cf414['repoUrl']=_0x743326,_0x3cf414;}export async function getRemoteCommitHistory(_0x2d1cde,_0x2be33a,_0x1e2843={}){const _0x21769a={_0x287b05:0x189,_0x50ad4b:0x169,_0x290867:0x1d9,_0x3289c8:0x1ee,_0x2f1938:0x146,_0x480a08:0x63,_0x33f3fb:0x10,_0x1365a8:0x91,_0x33ca85:0xcc,_0x4adbfb:0x64,_0x4b8881:0xf4,_0x24efe2:0x9,_0x16c713:0x94,_0x411b82:0x140,_0x3acc43:0xba,_0x5aee05:0x10d,_0x40ec31:0x113,_0x3010a1:0xfe,_0x21c800:0x194,_0x45815b:0x149,_0x4c28f2:0x2c,_0x4c1ffe:0x42,_0x15bc2c:0x9f},_0x486291={'dQbPb':function(_0x25ab02,_0x4f5b40,_0x29fe28,_0xa5e5f3){return _0x25ab02(_0x4f5b40,_0x29fe28,_0xa5e5f3);},'PKWck':_0x342731(_0x21769a._0x287b05,_0x21769a._0x50ad4b,_0x21769a._0x290867,_0x21769a._0x3289c8)};function _0x4841a3(_0x3b441c,_0x34b4e7,_0x19d7a3,_0x2cc715){return _0x5d795f(_0x3b441c-0xee,_0x19d7a3-0x22b,_0x19d7a3-0x177,_0x2cc715);}const _0xc70a10=_0x1e2843['logger']||_0x33e67a,_0x503f62={};_0x503f62[_0x342731(0xcf,_0x21769a._0x2f1938,0x156,0xc4)]=_0xc70a10;const _0x5b8ce0=await _0x486291['dQbPb'](getProviderForRepo,_0x2d1cde,_0x2be33a,_0x503f62);if(!_0x5b8ce0)throw new Error('No\x20configu'+'red\x20git\x20pr'+'ovider\x20fou'+'nd\x20for\x20thi'+'s\x20reposito'+'ry');const {provider:_0x3a13f1}=_0x5b8ce0;function _0x342731(_0x36cec1,_0x221657,_0x260dfd,_0x578f5d){return _0x5d795f(_0x36cec1-0x1aa,_0x221657-0x359,_0x260dfd-0x141,_0x36cec1);}if(!_0x3a13f1[_0x342731(0x139,0xcc,0x84,_0x21769a._0x480a08)+_0x4841a3(-_0x21769a._0x33f3fb,0x8f,0x6e,_0x21769a._0x1365a8)+'y']||!_0x3a13f1[_0x342731(0x118,_0x21769a._0x33ca85,0x153,0xc4)+'moteHistor'+'y']())throw new Error(_0x342731(_0x21769a._0x4adbfb,0xf3,_0x21769a._0x4b8881,0x88)+_0x3a13f1['name']+('\x22\x20does\x20not'+_0x4841a3(-_0x21769a._0x24efe2,-0xa9,-_0x21769a._0x16c713,-0x129)+_0x342731(0xd7,_0x21769a._0x411b82,0xf4,0xee)+'ory\x20fetchi'+'ng'));const _0x146f5d={..._0x1e2843};_0x146f5d['logger']=_0xc70a10;const _0x4e7257=await _0x3a13f1[_0x342731(_0x21769a._0x3acc43,_0x21769a._0x5aee05,0xc5,_0x21769a._0x40ec31)+_0x342731(0x145,_0x21769a._0x3010a1,0x108,0x13c)+'ry'](_0x2be33a,_0x146f5d),_0x43f578={..._0x4e7257};return _0x43f578[_0x342731(0x1bf,_0x21769a._0x21c800,_0x21769a._0x45815b,0x12a)]=_0x486291[_0x4841a3(_0x21769a._0x4c28f2,-0x96,-_0x21769a._0x4c1ffe,-_0x21769a._0x15bc2c)],_0x43f578;}export async function getRemoteCommitDetails(_0x5d1506,_0x51b061,_0x25c65f,_0x52c864={}){const _0x38da3d={_0x19f1e4:0x476,_0x3792a7:0x400,_0x15be99:0x4bd,_0x352da6:0x42c,_0xb4fa5e:0x3a4,_0x42174c:0x370,_0x1ceedf:0x3eb,_0x54ccec:0x4bf,_0x4bb6ec:0x3f7,_0x4a3f5f:0x484,_0x22927f:0x2dd,_0x1ec871:0x26c,_0x4682a8:0x26b,_0x3d200a:0x2e0,_0x1d0cc0:0x2da,_0x1816a6:0x2bc,_0x93faa5:0x282,_0xe39f63:0x2d0,_0x3f0595:0x27c,_0x53cec1:0x2b7,_0x5cf689:0x34c,_0x317841:0x345,_0x385796:0x330,_0x1ac4ce:0x2c1,_0xbd4342:0x19e,_0x506d08:0x218,_0x5bfa48:0x1ca,_0x45d072:0x219,_0x199fad:0x1b4,_0x51a691:0x479,_0x3a75b8:0x413,_0x5392f6:0x455,_0x1fa424:0x1e1,_0x431925:0x209,_0xe41f05:0x259,_0x2b05b9:0x26b,_0x6686de:0x3df,_0x195a1e:0x2c2,_0x2518d0:0x41a},_0x543a7d={_0x48c659:0x84,_0x3a1b03:0x19d},_0x4ff981={'DBzAN':function(_0x30591e,_0x632917,_0x35c664,_0x28c993){return _0x30591e(_0x632917,_0x35c664,_0x28c993);},'lnFer':_0x31c450(_0x38da3d._0x19f1e4,_0x38da3d._0x3792a7,_0x38da3d._0x15be99,_0x38da3d._0x352da6)+_0x31c450(0x438,_0x38da3d._0xb4fa5e,0x41f,0x429)+_0x31c450(_0x38da3d._0x42174c,0x3fe,0x36e,_0x38da3d._0x1ceedf)+_0x31c450(_0x38da3d._0x54ccec,_0x38da3d._0x4bb6ec,_0x38da3d._0x4a3f5f,0x435)+_0x5e1e5d(_0x38da3d._0x22927f,0x2ab,0x2c2,0x2a5)+'ry','qaCfs':_0x5e1e5d(0x24c,_0x38da3d._0x1ec871,0x2a5,0x28e)},_0xc87177=_0x52c864[_0x5e1e5d(0x2cd,0x2d3,0x209,_0x38da3d._0x4682a8)]||_0x33e67a,_0x42e66f={};function _0x31c450(_0x173863,_0x4629e0,_0x10eb50,_0x361a83){return _0x5d795f(_0x173863-0x155,_0x361a83-0x6a0,_0x10eb50-0xe0,_0x173863);}_0x42e66f['logger']=_0xc87177;const _0x17fbbb=await _0x4ff981[_0x5e1e5d(_0x38da3d._0x3d200a,_0x38da3d._0x1d0cc0,_0x38da3d._0x1816a6,0x26c)](getProviderForRepo,_0x5d1506,_0x51b061,_0x42e66f);if(!_0x17fbbb)throw new Error(_0x4ff981[_0x5e1e5d(_0x38da3d._0x93faa5,0x233,_0x38da3d._0xe39f63,_0x38da3d._0x3f0595)]);const {provider:_0xb2edc7}=_0x17fbbb;if(!_0xb2edc7['supportsRe'+_0x5e1e5d(_0x38da3d._0x53cec1,0x333,_0x38da3d._0x5cf689,0x2c1)+'y']||!_0xb2edc7[_0x31c450(0x422,0x469,0x430,0x413)+_0x5e1e5d(0x33b,_0x38da3d._0x317841,_0x38da3d._0x385796,_0x38da3d._0x1ac4ce)+'y']())throw new Error(_0x5e1e5d(0x1a6,0x200,_0x38da3d._0xbd4342,_0x38da3d._0x506d08)+_0xb2edc7[_0x5e1e5d(0x241,0x298,0x2bc,0x27f)]+(_0x5e1e5d(0x164,_0x38da3d._0x5bfa48,_0x38da3d._0x45d072,_0x38da3d._0x199fad)+_0x31c450(0x3ef,0x3c6,0x46a,0x3e1)+_0x31c450(_0x38da3d._0x51a691,_0x38da3d._0x3a75b8,_0x38da3d._0x5392f6,0x487)+_0x5e1e5d(0x259,0x20a,_0x38da3d._0x1fa424,_0x38da3d._0x431925)+'ng'));const _0x1b740d={..._0x52c864};_0x1b740d[_0x5e1e5d(0x2ec,_0x38da3d._0xe41f05,0x228,_0x38da3d._0x2b05b9)]=_0xc87177;const _0x2a4e4a=await _0xb2edc7['getRemoteC'+_0x31c450(_0x38da3d._0x6686de,0x367,0x390,0x3dc)+'ls'](_0x51b061,_0x25c65f,_0x1b740d),_0x1b36ac={..._0x2a4e4a};_0x1b36ac[_0x5e1e5d(0x30c,_0x38da3d._0x195a1e,0x32b,0x2b9)]=_0x4ff981[_0x31c450(0x381,_0x38da3d._0x2518d0,0x414,0x3e2)];function _0x5e1e5d(_0x550399,_0x1331f5,_0x305b79,_0x1be62e){return _0x33df47(_0x305b79,_0x1331f5-_0x543a7d._0x48c659,_0x1be62e-0x1d2,_0x1be62e-_0x543a7d._0x3a1b03);}return _0x1b36ac;}export async function getRemoteBranches(_0x53385d,_0x20f4d0,_0x900427={}){const _0x164710={_0x4c9e6c:0x303,_0x329f62:0x320,_0x8f1d56:0x29d,_0x2ea2d5:0x284,_0x4e4f42:0x2cf,_0x190b90:0x4f9,_0x547ad9:0x534,_0x57f3d6:0x27f,_0x54ee58:0x201,_0x23ca29:0x326,_0x459c48:0x347,_0x116748:0x31d,_0x33e767:0x36b,_0x11dd2d:0x338,_0x4088d9:0x4d8,_0x3a42f8:0x4cb,_0xa5b6e2:0x445,_0x9078bd:0x3bd,_0x338dc2:0x47d,_0x46b1ce:0x457,_0x4cb75a:0x46c,_0x353c5c:0x441,_0x3cf56f:0x48a,_0x203e24:0x4d3,_0x4defac:0x568,_0x5be85f:0x25d,_0x595b77:0x26f,_0x4c2228:0x26d,_0xa29684:0x27a,_0x1903b7:0x229,_0x44acc2:0x28d,_0x523340:0x327,_0x38e276:0x424,_0x5be40d:0x413,_0x70b070:0x44b,_0x38a0f9:0x485,_0x304ff8:0x3d5,_0x388683:0x418,_0x4dcbcb:0x434},_0x5770c3={_0xbc1b68:0x12d,_0x2b042f:0x539,_0x4eae7a:0x52},_0x5eb934={};_0x5eb934[_0x15126a(0x31b,_0x164710._0x4c9e6c,0x391,_0x164710._0x329f62)]=_0x59a961(0x45e,0x3f4,0x464,0x407)+'red\x20git\x20pr'+_0x15126a(_0x164710._0x8f1d56,_0x164710._0x2ea2d5,0x206,_0x164710._0x4e4f42)+'nd\x20for\x20thi'+_0x59a961(_0x164710._0x190b90,_0x164710._0x547ad9,0x4ba,0x4c1)+'ry';function _0x59a961(_0x26fafd,_0x109f07,_0x3d491a,_0x4deeb8){return _0x5d795f(_0x26fafd-0x188,_0x26fafd-0x6d2,_0x3d491a-0x119,_0x4deeb8);}_0x5eb934[_0x15126a(0x252,_0x164710._0x57f3d6,_0x164710._0x54ee58,0x1f2)]=_0x15126a(0x3d3,0x349,0x37b,0x310);const _0x33d6cf=_0x5eb934,_0x31ed2f=_0x900427[_0x15126a(0x2ec,_0x164710._0x23ca29,_0x164710._0x459c48,0x307)]||_0x33e67a,_0x34f516={};_0x34f516['logger']=_0x31ed2f;const _0x12f4b3=await getProviderForRepo(_0x53385d,_0x20f4d0,_0x34f516);if(!_0x12f4b3)throw new Error(_0x33d6cf[_0x15126a(_0x164710._0x116748,_0x164710._0x4c9e6c,_0x164710._0x33e767,_0x164710._0x11dd2d)]);const {provider:_0x268407}=_0x12f4b3;if(!_0x268407[_0x59a961(0x445,0x43c,_0x164710._0x4088d9,_0x164710._0x3a42f8)+'moteBranch'+'es']||!_0x268407[_0x59a961(_0x164710._0xa5b6e2,0x47c,_0x164710._0x9078bd,_0x164710._0x338dc2)+_0x59a961(0x478,_0x164710._0x46b1ce,0x450,0x461)+'es']())throw new Error(_0x59a961(_0x164710._0x4cb75a,_0x164710._0x353c5c,_0x164710._0x3cf56f,0x4c8)+_0x268407[_0x59a961(_0x164710._0x203e24,0x51b,0x4cb,_0x164710._0x4defac)]+(_0x15126a(_0x164710._0x5be85f,_0x164710._0x595b77,0x1ff,0x20f)+_0x15126a(_0x164710._0x4c2228,_0x164710._0xa29684,0x30a,_0x164710._0x1903b7)+'emote\x20bran'+'ch\x20listing'));const _0x3622a9={};_0x3622a9[_0x15126a(0x343,_0x164710._0x23ca29,_0x164710._0x44acc2,_0x164710._0x523340)]=_0x31ed2f;function _0x15126a(_0x3a1240,_0x9274a9,_0x489594,_0x2d24a4){return _0x5d795f(_0x3a1240-_0x5770c3._0xbc1b68,_0x9274a9-_0x5770c3._0x2b042f,_0x489594-_0x5770c3._0x4eae7a,_0x2d24a4);}const _0x2bbfd1=await _0x268407[_0x59a961(0x40c,0x494,_0x164710._0x38e276,_0x164710._0x5be40d)+_0x59a961(_0x164710._0x70b070,0x3cd,0x41b,_0x164710._0x38a0f9)](_0x20f4d0,_0x3622a9),_0x540a37={..._0x2bbfd1};return _0x540a37[_0x15126a(0x3ee,0x374,_0x164710._0x304ff8,0x2fe)]=_0x33d6cf[_0x59a961(_0x164710._0x388683,0x42c,_0x164710._0x4dcbcb,0x475)],_0x540a37;}export async function createPullRequest(_0x210dfc,_0x418aa2,_0x4c1be1={}){const _0xdf47e5={_0x5e6b58:0x38e,_0x5994ac:0x14a,_0x45134a:0x11b,_0x2c10ea:0x334,_0x50fa70:0x326,_0x36a175:0x307,_0x253810:0x327,_0x37a685:0x351,_0x313155:0x2a6,_0x14f746:0x2e5,_0x5a9cd8:0x28d,_0x12f785:0x2b0,_0x4d68dc:0x2a7,_0x366b46:0x1b3,_0x29efc9:0x168,_0x44a6a9:0x1eb,_0x3fad67:0x269,_0x38550d:0x331,_0x19b11f:0x35d,_0x89e90f:0x228,_0x5be19c:0x1a6,_0x2e4249:0x12d,_0x59a986:0x1a2,_0x54f669:0x187,_0x42ba1f:0x150,_0x290298:0x2c3,_0x5d42fd:0x1de,_0xe5efdd:0x172,_0x561c09:0x39f,_0x1d0a05:0x418,_0x569795:0x363,_0x214e6f:0x1d3,_0x2146ca:0x219,_0x571738:0x1b1,_0x419435:0x153,_0x43b1ce:0x1fb,_0x492f1a:0xe6,_0x27dff9:0x1a6,_0x5ee618:0x16c,_0x13e5ff:0x2af,_0x23b9a5:0x271,_0x44d533:0x2e9,_0xe8f8d4:0x2f8,_0x3147cd:0x2d8,_0x4d93a1:0x379,_0xc32163:0x32c,_0x45978d:0x3a3,_0x42bdac:0x405,_0x1a604c:0x11f,_0x5c689a:0x134,_0x389f93:0xe5,_0x3da68b:0x205,_0x3a9a1f:0x221,_0x25585e:0x276,_0x9b8874:0x216,_0x533850:0x237,_0xc30a56:0x1c8,_0x4f28ef:0x222,_0x297d47:0x1fa,_0x31e7c8:0x254,_0x47bed2:0x131,_0x3c11c2:0x16e,_0x214c14:0x1e7,_0x4bbb61:0x1fc,_0x2e5d28:0x133,_0x3c57fc:0x1bd,_0x4ae0fb:0x12f,_0xe1749b:0x18e,_0x170a6a:0x195,_0x2dc620:0x234,_0x3a4269:0x375,_0x5bbce1:0x404,_0x446c45:0x161,_0x3610f3:0x2e3,_0xba36b2:0x2bb,_0x594f6a:0x2cb,_0x5a0dd0:0x107,_0x1a53be:0x174,_0x3503ee:0x21b,_0x585bae:0x26a,_0x4eccf0:0x33b,_0x35be4a:0x332,_0x4ea6b8:0x2a9,_0x4e7d33:0x31b,_0x5cd4cf:0x374},_0xdb3b34={_0x925196:0xe5},_0x379bbe={'FTiac':'app','LNnjl':function(_0x5d888e,_0x1ce325,_0x1e0a6a,_0x29432a){return _0x5d888e(_0x1ce325,_0x1e0a6a,_0x29432a);},'KQdgT':function(_0x3adfd1,_0x3e3c96){return _0x3adfd1===_0x3e3c96;},'UCmiP':'dXjub','rYbVK':function(_0x55cb86,_0x52cf2a){return _0x55cb86===_0x52cf2a;},'YnRrS':_0x38607b(_0xdf47e5._0x5e6b58,0x31c,0x39f,0x407),'ZHPpc':function(_0x357a50,_0x2e3df7){return _0x357a50!==_0x2e3df7;},'bEDAQ':'dzRtp','pHenD':'eRXYD','SbYjS':'userId\x20is\x20'+_0x59268f(_0xdf47e5._0x5994ac,0x95,_0xdf47e5._0x45134a,0x155)+'or\x20user\x20cr'+_0x38607b(_0xdf47e5._0x2c10ea,0x38c,0x3cb,_0xdf47e5._0x50fa70)+_0x38607b(0x31c,_0xdf47e5._0x36a175,_0xdf47e5._0x253810,_0xdf47e5._0x37a685),'aqHgm':'./user-git'+_0x38607b(_0xdf47e5._0x313155,0x217,_0xdf47e5._0x14f746,_0xdf47e5._0x5a9cd8)},{credentialMode:credentialMode=_0x379bbe[_0x38607b(_0xdf47e5._0x12f785,0x298,_0xdf47e5._0x4d68dc,0x218)],userId:_0x12fbc8,logger:logger=_0x33e67a}=_0x4c1be1,_0xfd4a3d={};_0xfd4a3d[_0x59268f(_0xdf47e5._0x366b46,_0xdf47e5._0x29efc9,_0xdf47e5._0x44a6a9,_0xdf47e5._0x3fad67)]=logger;const _0x252888=await _0x379bbe[_0x59268f(0x1a7,0x172,0x1fb,0x1f2)](getProviderForRepo,_0x210dfc,_0x418aa2,_0xfd4a3d);if(!_0x252888){if(_0x379bbe['KQdgT'](_0x379bbe[_0x38607b(_0xdf47e5._0x38550d,0x3c8,0x311,_0xdf47e5._0x19b11f)],_0x379bbe[_0x59268f(_0xdf47e5._0x89e90f,_0xdf47e5._0x5be19c,0x1b7,_0xdf47e5._0x2e4249)]))throw new Error('No\x20configu'+_0x59268f(_0xdf47e5._0x59a986,0x16e,_0xdf47e5._0x54f669,_0xdf47e5._0x42ba1f)+_0x38607b(_0xdf47e5._0x290298,0x34a,0x29a,0x2bf)+_0x59268f(0x1ab,_0xdf47e5._0x5d42fd,0x193,_0xdf47e5._0xe5efdd)+_0x38607b(_0xdf47e5._0x561c09,_0xdf47e5._0x1d0a05,_0xdf47e5._0x569795,0x3bd)+'ry');else return _0x22f3db['entries'](_0x1bbced[_0x59268f(_0xdf47e5._0x214e6f,_0xdf47e5._0x2146ca,_0xdf47e5._0x571738,_0xdf47e5._0x419435)]||{})[_0x59268f(_0xdf47e5._0x43b1ce,0x1ad,0x175,_0xdf47e5._0x492f1a)](([_0x24a8e8,_0x128f04])=>({'name':_0x24a8e8,'type':_0x128f04[_0x38607b(0x351,0x365,0x3d4,0x2e5)],'allowedTeams':_0x128f04[_0x59268f(0x1f1,0x1f0,0x1a6,0x119)+'ms']}));}const {provider:_0x77837c}=_0x252888;if(!_0x77837c[_0x59268f(_0xdf47e5._0x27dff9,_0xdf47e5._0x5ee618,0x135,0x1bf)+'llRequests']||!_0x77837c[_0x38607b(_0xdf47e5._0x13e5ff,0x29c,0x32a,_0xdf47e5._0x23b9a5)+_0x38607b(_0xdf47e5._0x44d533,0x2b2,_0xdf47e5._0xe8f8d4,_0xdf47e5._0x3147cd)]())throw new Error('Provider\x20\x22'+_0x77837c[_0x38607b(_0xdf47e5._0x4d93a1,_0xdf47e5._0xc32163,_0xdf47e5._0x45978d,_0xdf47e5._0x42bdac)]+(_0x59268f(0xec,_0xdf47e5._0x1a604c,_0xdf47e5._0x5c689a,_0xdf47e5._0x389f93)+'\x20support\x20p'+'ull\x20reques'+_0x59268f(0x1bd,_0xdf47e5._0x3da68b,_0xdf47e5._0x3a9a1f,_0xdf47e5._0x25585e)));let _0x50f5a4=null;if(_0x379bbe[_0x59268f(_0xdf47e5._0x9b8874,0x1a8,_0xdf47e5._0x533850,_0xdf47e5._0xc30a56)](credentialMode,_0x379bbe[_0x59268f(_0xdf47e5._0x4f28ef,0x1d0,_0xdf47e5._0x297d47,_0xdf47e5._0x31e7c8)])){if(_0x379bbe[_0x59268f(0xe7,_0xdf47e5._0x47bed2,0x160,0x11d)](_0x379bbe[_0x59268f(_0xdf47e5._0x3c11c2,0x1fc,_0xdf47e5._0x214c14,0x1fa)],_0x379bbe[_0x59268f(_0xdf47e5._0x4bbb61,0x166,0x16b,_0xdf47e5._0x2e5d28)])){if(!_0x12fbc8)throw new Error(_0x379bbe[_0x59268f(_0xdf47e5._0x3c57fc,_0xdf47e5._0x4ae0fb,_0xdf47e5._0xe1749b,_0xdf47e5._0x170a6a)]);const {ensureFreshToken:_0x381649}=await import(_0x379bbe[_0x59268f(0x20d,0x134,0x1a1,_0xdf47e5._0x2dc620)]),_0x3e0cec={};_0x3e0cec['logger']=logger;const _0x5bca64=await _0x379bbe[_0x38607b(_0xdf47e5._0x3a4269,0x362,0x3c6,_0xdf47e5._0x5bbce1)](_0x381649,_0x12fbc8,_0x77837c['name'],_0x3e0cec);if(!_0x5bca64)throw new Error(_0x59268f(_0xdf47e5._0x446c45,0x159,0x1b6,0x20f)+_0x38607b(_0xdf47e5._0x3610f3,_0xdf47e5._0xba36b2,_0xdf47e5._0x594f6a,0x2c1)+'\x20for\x20user\x20'+_0x12fbc8+(_0x59268f(_0xdf47e5._0x5a0dd0,_0xdf47e5._0x1a53be,_0xdf47e5._0xe5efdd,0x12d)+_0x38607b(0x371,0x306,0x322,_0xdf47e5._0x2c10ea))+_0x77837c[_0x59268f(_0xdf47e5._0x3503ee,_0xdf47e5._0x585bae,0x1ff,0x1c5)]);_0x50f5a4=_0x5bca64['access_tok'+'en'];}else{const _0x689b39={};return _0x689b39[_0x38607b(0x32b,_0xdf47e5._0x4eccf0,0x31e,0x364)]={},_0x689b39;}}function _0x38607b(_0x120b89,_0x39d55d,_0x1a9d31,_0x164688){return _0x33df47(_0x39d55d,_0x39d55d-_0xdb3b34._0x925196,_0x120b89-0x2cc,_0x164688-0xc0);}const _0x467551={..._0x4c1be1};function _0x59268f(_0x4d45b3,_0x6b65aa,_0x20bd58,_0x5a5554){return _0x5d795f(_0x4d45b3-0x1c9,_0x20bd58-0x3fe,_0x20bd58-0xde,_0x6b65aa);}return _0x467551[_0x38607b(_0xdf47e5._0x36a175,_0xdf47e5._0x35be4a,_0xdf47e5._0x4ea6b8,0x2b5)]=_0x50f5a4,_0x467551['logger']=logger,await _0x77837c[_0x38607b(0x2e0,_0xdf47e5._0x4e7d33,_0xdf47e5._0x5cd4cf,0x304)+'Request'](_0x418aa2,_0x467551);}export async function checkPullRequestSupport(_0x5d1775,_0x38036c,_0x319cfb={}){const _0x38af1d={_0x1f46a7:0x46e,_0x538c4d:0x469,_0x56fcbd:0x3d3,_0x5ca60b:0x41c,_0x4636a3:0x3cd,_0xea3903:0x486,_0x36087b:0x2a8,_0xb98538:0x48e,_0x5f412b:0x420,_0x4f862e:0x40e,_0x57038e:0x426,_0x51e9a9:0x278,_0x4240ae:0x257,_0x131117:0x437,_0x1ff8a1:0x3ff,_0x123213:0x511,_0x7a3be4:0x4bf,_0x534fcb:0x387,_0x11aa6c:0x437,_0x27938f:0x3c8,_0x2197ac:0x490,_0xd08a22:0x43b,_0x318d55:0x4a8,_0x4c9753:0x4de,_0x59675b:0x208,_0x2e3173:0x23b,_0xec3e06:0x1fc,_0x59938b:0x24e,_0x3e3d26:0x2db,_0x386485:0x362,_0x4efbb7:0x4ca,_0x4a5971:0x4f1,_0xa8eb52:0x536,_0x30c021:0x40f,_0x323d57:0x3ed,_0x2fb677:0x410,_0x2514cb:0x468,_0x1bcfb6:0x44c,_0x125fa8:0x434,_0x5342fd:0x487,_0x3e74fc:0x437,_0x5afcaf:0x46a,_0x2000a0:0x2bd},_0x3f5af3={_0x51f4f5:0x3e2,_0x3a3584:0x1a2},_0x462a3f={_0x1ef793:0x66,_0x15b572:0x20f},_0x524fec={'rlVyg':function(_0x5c9336,_0x3f4d88){return _0x5c9336!==_0x3f4d88;},'FneJB':'tdqJl','zBZJC':function(_0x3646ef,_0x1636fb,_0x7f740,_0xe01a1b){return _0x3646ef(_0x1636fb,_0x7f740,_0xe01a1b);},'DpltR':_0xa84c9a(_0x38af1d._0x1f46a7,0x3db,0x43d,_0x38af1d._0x538c4d)+_0xa84c9a(_0x38af1d._0x56fcbd,0x3cd,0x451,_0x38af1d._0x5ca60b)+_0xa84c9a(0x3da,_0x38af1d._0x4636a3,0x46c,0x352)+_0xa84c9a(_0x38af1d._0xea3903,0x41a,0x4b0,0x40d)};function _0x56ab66(_0x246c6e,_0x494328,_0x3e90bc,_0x480ff2){return _0x33df47(_0x480ff2,_0x494328-_0x462a3f._0x1ef793,_0x494328-_0x462a3f._0x15b572,_0x480ff2-0x4d);}function _0xa84c9a(_0x2b14f7,_0x30b4f1,_0x3695a7,_0x398cc6){return _0x33df47(_0x398cc6,_0x30b4f1-0xd3,_0x2b14f7-_0x3f5af3._0x51f4f5,_0x398cc6-_0x3f5af3._0x3a3584);}const _0x573f2e=_0x319cfb[_0x56ab66(0x2ad,_0x38af1d._0x36087b,0x244,0x225)]||_0x33e67a;try{if(_0x524fec[_0xa84c9a(0x403,_0x38af1d._0xb98538,0x423,0x382)]('tdqJl',_0x524fec[_0xa84c9a(0x40b,_0x38af1d._0x5f412b,_0x38af1d._0x4f862e,0x439)]))return!![];else{const _0x1226c3={};_0x1226c3['logger']=_0x573f2e;const _0x1d8716=await _0x524fec[_0xa84c9a(_0x38af1d._0x57038e,0x40d,0x48e,0x4b2)](getProviderForRepo,_0x5d1775,_0x38036c,_0x1226c3);if(!_0x1d8716){const _0xc0405d={};return _0xc0405d[_0x56ab66(_0x38af1d._0x36087b,_0x38af1d._0x51e9a9,0x2dd,_0x38af1d._0x4240ae)]=![],_0xc0405d[_0xa84c9a(_0x38af1d._0x131117,0x432,0x446,0x3e0)+'me']=null,_0xc0405d[_0xa84c9a(0x490,_0x38af1d._0x1ff8a1,_0x38af1d._0x123213,_0x38af1d._0x7a3be4)+'pe']=null,_0xc0405d;}const {provider:_0xf6e8fe}=_0x1d8716,_0xfe2440=_0xf6e8fe['supportsPu'+'llRequests']&&_0xf6e8fe[_0xa84c9a(0x3c5,0x455,0x416,_0x38af1d._0x534fcb)+'llRequests'](),_0x2898c6={};return _0x2898c6[_0xa84c9a(0x44b,0x419,0x4d2,0x4c1)]=_0xfe2440,_0x2898c6[_0xa84c9a(_0x38af1d._0x11aa6c,_0x38af1d._0x27938f,0x4b3,0x3a1)+'me']=_0xf6e8fe['name'],_0x2898c6[_0xa84c9a(_0x38af1d._0x2197ac,_0x38af1d._0xd08a22,_0x38af1d._0x318d55,_0x38af1d._0x4c9753)+'pe']=_0xf6e8fe['type'],_0x2898c6;}}catch(_0x3253ba){const _0xdd66e3={};_0xdd66e3[_0x56ab66(_0x38af1d._0x59675b,_0x38af1d._0x2e3173,_0x38af1d._0xec3e06,0x27e)]=_0x3253ba['message'],_0xdd66e3[_0x56ab66(_0x38af1d._0x59938b,0x2e7,_0x38af1d._0x3e3d26,_0x38af1d._0x386485)]=_0x38036c,_0x573f2e[_0xa84c9a(_0x38af1d._0x4efbb7,_0x38af1d._0xb98538,_0x38af1d._0x4a5971,_0x38af1d._0xa8eb52)](_0x524fec[_0xa84c9a(_0x38af1d._0x30c021,_0x38af1d._0x323d57,_0x38af1d._0x2fb677,_0x38af1d._0x2514cb)],_0xdd66e3);const _0x3cf280={};return _0x3cf280[_0xa84c9a(0x44b,_0x38af1d._0x1bcfb6,_0x38af1d._0x125fa8,_0x38af1d._0x5342fd)]=![],_0x3cf280[_0xa84c9a(_0x38af1d._0x3e74fc,0x3fa,0x43b,_0x38af1d._0x5afcaf)+'me']=null,_0x3cf280[_0x56ab66(0x342,_0x38af1d._0x2000a0,0x2dc,0x294)+'pe']=null,_0x3cf280;}}export async function buildProviderInfo(_0xb9483b,_0x7cb409,_0x26353b={}){const _0x3f83f2={_0x3bd1ec:0x479,_0xf05099:0x42c,_0x1ebedd:0x2b9,_0x3f947f:0x335,_0x2ece2b:0x371,_0x21cf2a:0x374,_0x46c825:0x4f8,_0x34ca0a:0x574,_0x5ecaae:0x557,_0x5538e9:0x40a,_0x4b4b8c:0x42e,_0x1018c5:0x3ac,_0xb8ca85:0x254,_0x4c15ed:0x22d,_0x3c4d31:0x2c4,_0x3712dc:0x36e,_0x3c4bbb:0x410,_0x1d7071:0x2cb,_0x38d857:0x34d,_0xbb84b1:0x3fe,_0x3f6ed1:0x43f,_0x20b63e:0x3d9,_0x450d02:0x417,_0x3f5963:0x46d,_0x40d8dd:0x2f0,_0x344832:0x309,_0x278f2e:0x4ee,_0x40c007:0x577,_0x541aaf:0x432,_0x1247aa:0x32c,_0x5da419:0x302,_0x3213ff:0x376,_0x4b270a:0x396,_0x3988ac:0x375,_0x1e061e:0x2e7,_0x3800e0:0x29d,_0xbc7272:0x410,_0x3b6b3b:0x37c,_0xc33b1f:0x387,_0x5a935f:0x2d9,_0xdf524b:0x4c2,_0x391b2f:0x498,_0x1f4d62:0x49e,_0x9dbfa1:0x2c2,_0x363dd6:0x354,_0x53fba2:0x339,_0x536c83:0x48a,_0x59d8e8:0x4f4,_0x5395d3:0x290,_0x505ffb:0x293,_0x556b5a:0x2a7,_0x15f134:0x324,_0x5473fd:0x2ed,_0xeb23c5:0x2cb,_0x4923be:0x48b,_0x89c5d7:0x3fb,_0xf3b7e9:0x4ca,_0x919ecb:0x448,_0x4a1e0a:0x44f,_0x310efd:0x3db,_0x1204a8:0x3e7,_0x1fe5dc:0x352,_0x236371:0x30e,_0xb9ed32:0x315,_0x37dc74:0x4c7,_0x4a639a:0x4d0,_0x2b62cb:0x2bb,_0x452d62:0x24f,_0x14e764:0x406,_0x5c4531:0x39c,_0x24142c:0x2ce,_0x54846e:0x338,_0x147242:0x31f,_0x45d3db:0x233,_0x9e6188:0x2b4,_0x5421f7:0x2c7,_0x47cdd0:0x345,_0x440fce:0x332,_0x3b6a5f:0x4e2,_0xc25b6e:0x4af,_0x2a4e3c:0x364,_0x2e9d6a:0x3eb,_0x3fa1b7:0x3d7,_0xfb996e:0x42b,_0x354f46:0x45c,_0x5a6f27:0x4e2,_0x311f7a:0x531,_0x5e35fd:0x51d,_0x569a12:0x4ca,_0x506068:0x26f,_0x34e11a:0x317,_0x4b44e5:0x2dd,_0x447bf5:0x22d,_0x7bb081:0x2ec,_0x32006d:0x3a1,_0x5a97bd:0x414,_0x2fcc99:0x34a,_0x224c49:0x3bb,_0x2bdba6:0x30a,_0x9cdb0e:0x478,_0x190802:0x434,_0x31dad6:0x249,_0xc69ae:0x352,_0x57ee5f:0x2bb,_0x49161b:0x2f2,_0x282bb0:0x358},_0x1dcb46={'YlTLd':'ZhXLl','AmkOh':_0x100516(0x3e1,0x350,0x38d,0x397),'FNftc':_0x27bbc5(0x3a2,0x301,0x3d7,0x36a)+_0x100516(_0x3f83f2._0x3bd1ec,0x4ae,0x42f,_0x3f83f2._0xf05099)+'hen\x20buildi'+_0x27bbc5(0x2b3,_0x3f83f2._0x1ebedd,0x306,_0x3f83f2._0x3f947f)+_0x27bbc5(0x2e1,_0x3f83f2._0x2ece2b,0x3bf,_0x3f83f2._0x21cf2a),'mlOBa':_0x100516(_0x3f83f2._0x46c825,_0x3f83f2._0x34ca0a,_0x3f83f2._0x5ecaae,0x48d),'qfWGE':function(_0x486969,_0x84b4aa){return _0x486969===_0x84b4aa;},'ZBOho':'azure-devo'+'ps','bzIYs':_0x100516(0x476,0x4dc,0x432,0x42c),'xFggC':function(_0x412e59,_0x1d2817,_0x6353c0){return _0x412e59(_0x1d2817,_0x6353c0);},'SCNCS':function(_0x49a489,_0x319325){return _0x49a489===_0x319325;},'MaigU':_0x27bbc5(_0x3f83f2._0x5538e9,_0x3f83f2._0x4b4b8c,0x386,_0x3f83f2._0x1018c5),'ZKDal':function(_0x258c9f,_0x41ea66){return _0x258c9f===_0x41ea66;},'qxByV':_0x27bbc5(_0x3f83f2._0xb8ca85,_0x3f83f2._0x4c15ed,0x233,_0x3f83f2._0x3c4d31)+'get\x20displa'+_0x100516(0x3ef,0x364,_0x3f83f2._0x3712dc,0x390)+_0x100516(_0x3f83f2._0x3c4bbb,0x401,0x478,0x377)},_0x1bae6b=_0x26353b[_0x27bbc5(_0x3f83f2._0x1d7071,0x301,0x37d,_0x3f83f2._0x38d857)]||_0x33e67a,_0x18ea7d=await loadProvidersConfig(_0x26353b),_0x594fea=_0x18ea7d[_0x100516(0x465,_0x3f83f2._0x3bd1ec,_0x3f83f2._0xbb84b1,_0x3f83f2._0x3f6ed1)]?.[_0xb9483b];if(!_0x594fea){if(_0x1dcb46[_0x100516(0x489,0x451,0x468,0x51e)]!==_0x1dcb46[_0x100516(_0x3f83f2._0x20b63e,_0x3f83f2._0x450d02,_0x3f83f2._0x3f5963,0x385)]){const _0x128969={};return _0x128969[_0x27bbc5(0x27e,0x38f,_0x3f83f2._0x40d8dd,_0x3f83f2._0x344832)+'me']=_0xb9483b,_0x1bae6b[_0x100516(_0x3f83f2._0x278f2e,0x56d,_0x3f83f2._0x40c007,0x4cb)](_0x1dcb46['FNftc'],_0x128969),null;}else{const _0x497bfc={};_0x497bfc['providerNa'+'me']=_0x37190c,_0x497bfc[_0x100516(_0x3f83f2._0x541aaf,0x478,0x46b,0x475)]=_0x14cb62[_0x27bbc5(0x349,0x339,0x397,0x390)],_0x59feef[_0x27bbc5(0x353,_0x3f83f2._0x1247aa,0x304,_0x3f83f2._0x5da419)]('Could\x20not\x20'+_0x27bbc5(0x2ef,_0x3f83f2._0x3213ff,_0x3f83f2._0x4b270a,_0x3f83f2._0x3988ac)+_0x27bbc5(_0x3f83f2._0x1e061e,0x257,0x28f,_0x3f83f2._0x3800e0)+_0x100516(_0x3f83f2._0xbc7272,_0x3f83f2._0x3b6b3b,_0x3f83f2._0x3bd1ec,0x3de),_0x497bfc);}}let _0x1c0384=_0xb9483b;const _0x57e41c=_0x594fea[_0x27bbc5(_0x3f83f2._0x40d8dd,_0x3f83f2._0xc33b1f,_0x3f83f2._0x5a935f,0x339)]===_0x1dcb46[_0x100516(0x4ca,_0x3f83f2._0xdf524b,0x455,_0x3f83f2._0x391b2f)]||_0x1dcb46[_0x100516(0x436,0x3e3,_0x3f83f2._0x1f4d62,0x3d5)](_0x594fea[_0x27bbc5(_0x3f83f2._0x9dbfa1,0x2bf,_0x3f83f2._0x363dd6,_0x3f83f2._0x53fba2)],_0x1dcb46[_0x100516(_0x3f83f2._0x536c83,0x4ee,0x4fe,_0x3f83f2._0x59d8e8)]);try{if(_0x1dcb46[_0x27bbc5(_0x3f83f2._0x5395d3,0x271,0x29f,_0x3f83f2._0x505ffb)]!==_0x27bbc5(0x366,_0x3f83f2._0x556b5a,0x36e,_0x3f83f2._0x15f134))return null;else{const _0x32b74b=await _0x1dcb46['xFggC'](getProvider,_0xb9483b,_0x26353b);if(_0x32b74b&&_0x1dcb46[_0x27bbc5(_0x3f83f2._0x5473fd,0x384,_0x3f83f2._0xeb23c5,0x31b)](_0x594fea[_0x100516(_0x3f83f2._0x4923be,_0x3f83f2._0x89c5d7,0x456,0x423)],_0x1dcb46[_0x100516(_0x3f83f2._0xf3b7e9,_0x3f83f2._0x919ecb,0x4c1,_0x3f83f2._0x4a1e0a)])){if(_0x1dcb46[_0x27bbc5(_0x3f83f2._0x310efd,_0x3f83f2._0x1204a8,0x35b,_0x3f83f2._0x1fe5dc)]!==_0x1dcb46[_0x27bbc5(_0x3f83f2._0x236371,0x35b,_0x3f83f2._0xb9ed32,0x352)])return''+_0x983172[-0x33+0x22d*-0x4+0x8e8]+_0x1f3621[-0x2*-0xd55+-0x8c5*0x1+-0x11e3];else{const _0x382d60=await _0x32b74b[_0x100516(0x4a7,0x479,_0x3f83f2._0x37dc74,_0x3f83f2._0x4a639a)+_0x100516(0x48c,0x4bf,0x44f,0x405)]();_0x382d60?.[_0x27bbc5(0x2cc,_0x3f83f2._0x2b62cb,_0x3f83f2._0x452d62,0x2c7)+_0x100516(_0x3f83f2._0x14e764,_0x3f83f2._0x5c4531,0x471,0x46a)]&&(_0x1c0384=_0x27bbc5(0x3b4,_0x3f83f2._0x24142c,_0x3f83f2._0x54846e,_0x3f83f2._0x147242)+_0x382d60[_0x27bbc5(_0x3f83f2._0x45d3db,_0x3f83f2._0x9e6188,0x257,_0x3f83f2._0x5421f7)+_0x100516(0x406,0x44a,0x440,0x430)]+')');}}else _0x1dcb46[_0x27bbc5(_0x3f83f2._0x47cdd0,_0x3f83f2._0x440fce,0x273,0x2ae)](_0x594fea[_0x100516(_0x3f83f2._0x4923be,0x4e2,_0x3f83f2._0x3b6a5f,_0x3f83f2._0xc25b6e)],_0x1dcb46['ZBOho'])&&_0x594fea[_0x27bbc5(0x34b,0x3bc,0x309,_0x3f83f2._0x2a4e3c)+'on']&&(_0x1c0384=_0x100516(_0x3f83f2._0x2e9d6a,_0x3f83f2._0x3fa1b7,0x38f,_0x3f83f2._0xfb996e)+_0x100516(0x430,0x4c7,0x3e9,0x44f)+_0x594fea['organizati'+'on']+')');}}catch(_0x3f302c){const _0x34c370={};_0x34c370[_0x100516(0x45b,0x495,0x4dd,0x462)+'me']=_0xb9483b,_0x34c370[_0x100516(0x432,_0x3f83f2._0x354f46,0x473,0x496)]=_0x3f302c[_0x100516(_0x3f83f2._0x5a6f27,_0x3f83f2._0x311f7a,_0x3f83f2._0x5e35fd,_0x3f83f2._0x569a12)],_0x1bae6b[_0x27bbc5(_0x3f83f2._0x506068,0x381,_0x3f83f2._0x34e11a,0x302)](_0x1dcb46[_0x27bbc5(_0x3f83f2._0x4b44e5,_0x3f83f2._0x447bf5,_0x3f83f2._0x7bb081,0x2b2)],_0x34c370);}function _0x100516(_0x3b03f6,_0x56ce47,_0x5c2e58,_0x5346ef){return _0x5d795f(_0x3b03f6-0xb0,_0x3b03f6-0x6b2,_0x5c2e58-0x132,_0x5c2e58);}const _0x148e5a={};_0x148e5a[_0x27bbc5(0x3dd,_0x3f83f2._0x32006d,0x2fb,0x36f)+_0x27bbc5(_0x3f83f2._0x5a97bd,0x347,_0x3f83f2._0x2fcc99,0x397)]=_0xb9483b;function _0x27bbc5(_0x1408b8,_0x3be456,_0x2608b9,_0x2ff76b){return _0x5d795f(_0x1408b8-0xac,_0x2ff76b-0x560,_0x2608b9-0xa2,_0x3be456);}return _0x148e5a[_0x27bbc5(_0x3f83f2._0x224c49,0x2f0,_0x3f83f2._0x2bdba6,0x330)+_0x100516(_0x3f83f2._0x9cdb0e,_0x3f83f2._0x190802,0x4f5,0x428)]=_0x594fea['type'],_0x148e5a[_0x27bbc5(0x238,_0x3f83f2._0x31dad6,_0x3f83f2._0xc69ae,_0x3f83f2._0x57ee5f)+'me']=_0x1c0384,_0x148e5a[_0x27bbc5(_0x3f83f2._0x49161b,0x2ba,_0x3f83f2._0x282bb0,0x2cf)+'supported']=_0x57e41c,_0x148e5a['repos']=_0x7cb409,_0x148e5a;}function _0x33df47(_0x4943c0,_0x263650,_0x113664,_0x474076){const _0x4ae766={_0x534259:0x139};return _0x25c3(_0x113664- -_0x4ae766._0x534259,_0x4943c0);}export async function checkUserModeConnections(_0x59b6bf,_0x8b0b3f,_0x10a938={}){const _0x580770={_0x2f1e6f:0x1e9,_0x1f14d5:0x1a3,_0x1b320a:0x23f,_0x4e50c3:0x1e1,_0xc821ee:0x243,_0x4a17de:0x1a8,_0x3e9684:0x1d4,_0x1175c1:0x291,_0x22b09a:0x20b,_0xc8dd46:0x226,_0x351f2f:0x23e,_0x43676a:0x24d,_0x40ad29:0x1fc,_0x1b0803:0x238,_0x2beddc:0x22d,_0x17908f:0x1ba,_0x284716:0x1d0,_0x234f68:0x2d8,_0x169b5c:0x1b6,_0x3a275d:0x19a,_0x1306a8:0x259,_0x1447e7:0x29b,_0x4465d9:0x276,_0x394c57:0x212,_0x171cec:0x267,_0x45b6da:0x2f7,_0x4f2a7d:0x279,_0x3d9b27:0x1d5,_0x530bab:0x263,_0x2e6fd1:0x24c,_0x4f5c8a:0x1c8,_0x432eba:0x271,_0x3967a5:0xfb,_0x33945a:0x219,_0x4c8fb9:0x285,_0xa0df06:0x28b,_0x218463:0x181,_0x3d2a43:0x1dc,_0x44d392:0x210,_0x534fc6:0x28d,_0x50bc38:0x1bb,_0x293def:0x1b2,_0x316d52:0x23d,_0x6854aa:0x1a8,_0x48f0b9:0x186,_0x2a33e1:0x1ab,_0x127225:0x25d,_0x40b5a6:0x249,_0x29667b:0x2f1,_0x363b96:0x1c0,_0x22feb6:0x200,_0x1e0624:0x14b,_0x486813:0x30c,_0xe01223:0x18c,_0x42e353:0x262,_0x16afbf:0x2a7,_0x38058e:0x1df,_0x1e4e10:0x28b,_0x468e8e:0x301,_0x2b3389:0x235,_0x3a3253:0x2ae,_0x594170:0x32f,_0x242087:0x1d1,_0x40cd2e:0x16a,_0x295719:0x233,_0x1329cd:0x303,_0x20a99b:0x2d4,_0x4c5cea:0x2dc},_0x4c1a79={_0x334f37:0x1ae},_0x31a2ed={_0x4c6c60:0xcf},_0xd783cd={'CKwbo':function(_0x100e7a,_0x2d7ff6){return _0x100e7a===_0x2d7ff6;},'tUTvo':function(_0x578641,_0x875b3e){return _0x578641===_0x875b3e;},'ccBDH':_0x5832b4(_0x580770._0x2f1e6f,0x267,0x20b,0x1f1),'VfMet':_0x5832b4(0x1a7,_0x580770._0x1f14d5,_0x580770._0x1b320a,_0x580770._0x4e50c3)+'-tokens.js','lNfJv':function(_0x123d0b,_0x288bc3,_0xdeb6cc){return _0x123d0b(_0x288bc3,_0xdeb6cc);},'AquCK':function(_0x184069,_0x5e5ccf){return _0x184069===_0x5e5ccf;},'gWDGB':'aHxqO','ScZpj':'OMfbv','kTYLC':function(_0x113138,_0x53ac22,_0x21af7d,_0x26dd87){return _0x113138(_0x53ac22,_0x21af7d,_0x26dd87);},'RItSq':function(_0x3417c3,_0x589472){return _0x3417c3===_0x589472;},'cbSBC':_0x5d8b16(0x1ab,_0x580770._0xc821ee,0x188,_0x580770._0x4a17de)+_0x5832b4(_0x580770._0x3e9684,_0x580770._0x1175c1,_0x580770._0x22b09a,_0x580770._0xc8dd46)+_0x5832b4(_0x580770._0x351f2f,0x285,0x1f3,_0x580770._0x43676a)+_0x5832b4(0x2b3,_0x580770._0x40ad29,_0x580770._0x1b0803,_0x580770._0x2beddc)+_0x5d8b16(_0x580770._0x17908f,_0x580770._0x284716,0x1c6,0x20d),'wsIYj':_0x5d8b16(0x26f,_0x580770._0x234f68,0x29e,0x28e)+'tions_requ'+_0x5d8b16(_0x580770._0x169b5c,0x220,_0x580770._0x3a275d,0x136)};function _0x5d8b16(_0x2df947,_0x4cb42c,_0xd5fd55,_0x5c4631){return _0x33df47(_0x4cb42c,_0x4cb42c-_0x31a2ed._0x4c6c60,_0x2df947-0x1b7,_0x5c4631-0x1cd);}const _0x50a3f2=_0x10a938[_0x5d8b16(0x250,0x289,_0x580770._0x1306a8,_0x580770._0x1447e7)]||_0x33e67a,_0x4160b4=_0x59b6bf[_0x5d8b16(_0x580770._0x4465d9,0x2c6,0x27d,0x28e)](_0x31ceb1=>_0x31ceb1[_0x5832b4(0x1f5,0x24b,0x2b1,0x275)+_0x5d8b16(0x237,0x259,0x1a0,0x25d)]===_0x5832b4(0x1ef,0x22c,0x24c,0x270));if(_0xd783cd['CKwbo'](_0x4160b4[_0x5d8b16(0x281,0x2ac,_0x580770._0x394c57,_0x580770._0x171cec)],-0x1*-0xddb+0x5*-0xeb+-0x944)){if(_0xd783cd[_0x5832b4(_0x580770._0x45b6da,0x23e,0x31d,0x288)](_0x5d8b16(0x1fa,_0x580770._0x4f2a7d,_0x580770._0x3d9b27,_0x580770._0x530bab),_0xd783cd[_0x5832b4(0x1b6,_0x580770._0x2e6fd1,_0x580770._0x4f5c8a,0x23e)]))return null;else throw new _0x476031(_0x5d8b16(_0x580770._0x432eba,0x1e0,0x2b5,0x2d3)+_0x5d8b16(0x180,0x118,_0x580770._0x3967a5,_0x580770._0x33945a)+_0x5d8b16(_0x580770._0x4c8fb9,0x211,0x237,0x27a)+_0x5d8b16(0x21f,0x19e,0x1d9,_0x580770._0xa0df06)+'ode');}const {getUserGitTokens:_0x34f303}=await import(_0xd783cd['VfMet']);function _0x5832b4(_0x203946,_0x90f021,_0x3f8761,_0x34097c){return _0x33df47(_0x3f8761,_0x90f021-0x115,_0x34097c-_0x4c1a79._0x334f37,_0x34097c-0xad);}const _0xf74447=await _0xd783cd[_0x5832b4(0x181,_0x580770._0x218463,0x19c,_0x580770._0x3d2a43)](_0x34f303,_0x8b0b3f,_0x10a938),_0x57d806={};for(const _0x11fb69 of _0x4160b4){!_0x57d806[_0x11fb69[_0x5832b4(_0x580770._0x44d392,_0x580770._0x534fc6,0x29d,0x254)]]&&(_0xd783cd[_0x5832b4(_0x580770._0x50bc38,0x246,_0x580770._0x293def,_0x580770._0x316d52)](_0xd783cd['gWDGB'],_0xd783cd[_0x5d8b16(0x1f5,_0x580770._0x6854aa,_0x580770._0x48f0b9,0x1d5)])?(_0x124993[_0x5832b4(0x189,_0x580770._0x2a33e1,0x1d8,0x202)+'ms']=['*'],_0x1b5ff2=!![]):_0x57d806[_0x11fb69[_0x5d8b16(_0x580770._0x127225,_0x580770._0x40b5a6,0x2df,0x1e1)]]=[]),_0x57d806[_0x11fb69['provider']][_0x5d8b16(0x262,_0x580770._0x29667b,0x2b1,0x1ff)](_0x11fb69[_0x5d8b16(_0x580770._0x363b96,0x18d,_0x580770._0x22feb6,_0x580770._0x1e0624)]);}const _0x1187de=[];for(const [_0x45874d,_0x589326]of Object[_0x5d8b16(0x27f,0x2e0,_0x580770._0x486813,0x2ee)](_0x57d806)){if(_0xf74447[_0x45874d])continue;const _0x5225d3=await _0xd783cd[_0x5d8b16(_0x580770._0xe01223,0x125,0x10b,0x1b6)](buildProviderInfo,_0x45874d,_0x589326,_0x10a938);_0x5225d3&&_0x1187de[_0x5d8b16(_0x580770._0x42e353,0x282,_0x580770._0x16afbf,_0x580770._0x38058e)](_0x5225d3);}if(_0xd783cd[_0x5d8b16(_0x580770._0x1e4e10,0x291,_0x580770._0x468e8e,_0x580770._0x2b3389)](_0x1187de['length'],0x4d1+-0xaa+-0x427))return null;_0x50a3f2[_0x5d8b16(_0x580770._0x3a3253,0x22e,_0x580770._0x594170,0x332)](_0xd783cd[_0x5d8b16(0x186,_0x580770._0x4e50c3,0x192,0x1fa)],{'userId':_0x8b0b3f,'missingProviders':_0x1187de[_0x5832b4(0x203,0x220,0x25f,_0x580770._0x242087)](_0x19bafe=>_0x19bafe['provider_n'+_0x5d8b16(0x29a,0x2a4,0x303,0x22f)])});const _0x2e6802={};return _0x2e6802[_0x5d8b16(0x1e3,_0x580770._0x40cd2e,0x1c0,_0x580770._0x295719)]=_0xd783cd[_0x5832b4(_0x580770._0x1329cd,_0x580770._0x20a99b,_0x580770._0x4c5cea,0x298)],_0x2e6802['providers']=_0x1187de,_0x2e6802;}