@profoundlogic/coderflow-server 0.4.9 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) hide show
  1. package/README.md +16 -158
  2. package/dist/README.md +16 -158
  3. package/dist/base-image/agent-wrapper.sh +1 -1
  4. package/dist/capture-screenshot.mjs +34 -0
  5. package/dist/coder-server.js +1 -1
  6. package/dist/config/cli-models.json +4 -3
  7. package/dist/config.js +1 -1
  8. package/dist/lib/agent-keepalive.js +1 -1
  9. package/dist/lib/agent-models.js +1 -1
  10. package/dist/lib/api-keys.js +1 -1
  11. package/dist/lib/apiKeys.js +1 -1
  12. package/dist/lib/app-server-ports.js +1 -1
  13. package/dist/lib/auto-judge.js +1 -1
  14. package/dist/lib/automation-service.js +1 -1
  15. package/dist/lib/basic-auth.js +1 -1
  16. package/dist/lib/bindings.js +1 -1
  17. package/dist/lib/build-history.js +1 -1
  18. package/dist/lib/build-output-service.js +1 -1
  19. package/dist/lib/build-scheduler.js +1 -1
  20. package/dist/lib/build-service.js +1 -1
  21. package/dist/lib/ca-certificates.js +1 -1
  22. package/dist/lib/claude-oauth-refresh.js +1 -1
  23. package/dist/lib/cli/build.js +1 -1
  24. package/dist/lib/cli/cleanup-users.js +1 -0
  25. package/dist/lib/cli/config-command.js +1 -1
  26. package/dist/lib/cli/config.js +1 -1
  27. package/dist/lib/cli/create-user.js +1 -1
  28. package/dist/lib/cli/grant-admin.js +1 -0
  29. package/dist/lib/cli/init.js +1 -1
  30. package/dist/lib/cli/jira.js +1 -1
  31. package/dist/lib/cli/license.js +1 -1
  32. package/dist/lib/cli/list-roles.js +1 -0
  33. package/dist/lib/cli/list-users.js +1 -0
  34. package/dist/lib/cli/server-manager.js +1 -1
  35. package/dist/lib/cli/set-password.js +1 -0
  36. package/dist/lib/config-migration.js +1 -1
  37. package/dist/lib/container-credential-sync.js +1 -1
  38. package/dist/lib/container-tokens.js +1 -1
  39. package/dist/lib/data-dir.js +1 -1
  40. package/dist/lib/deployment-history.js +1 -1
  41. package/dist/lib/deployment-service.js +1 -1
  42. package/dist/lib/docker-utils.js +1 -1
  43. package/dist/lib/email.js +1 -1
  44. package/dist/lib/emailTemplates.js +1 -1
  45. package/dist/lib/entitlement.js +1 -1
  46. package/dist/lib/external-connections.js +1 -1
  47. package/dist/lib/fetch-utils.js +1 -1
  48. package/dist/lib/git-commit-details-route.js +1 -1
  49. package/dist/lib/git-history-diff-guardrails.js +1 -1
  50. package/dist/lib/git-provider-service.js +1 -1
  51. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  52. package/dist/lib/git-provider-setup/index.js +1 -1
  53. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  54. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  55. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  56. package/dist/lib/git-providers/github-app-provider.js +1 -1
  57. package/dist/lib/git-providers/index.js +1 -1
  58. package/dist/lib/git-providers/provider-factory.js +1 -1
  59. package/dist/lib/git-providers/provider-interface.js +1 -1
  60. package/dist/lib/github-urls.js +1 -1
  61. package/dist/lib/group-objective-linking.js +1 -1
  62. package/dist/lib/ibmi-sync.js +1 -0
  63. package/dist/lib/jira-client.js +1 -1
  64. package/dist/lib/judge-blinding.js +1 -1
  65. package/dist/lib/logger.js +1 -1
  66. package/dist/lib/migration-to-scoped-rbac.js +1 -1
  67. package/dist/lib/model-fetcher.js +1 -1
  68. package/dist/lib/notifications.js +1 -1
  69. package/dist/lib/objective-context.js +1 -1
  70. package/dist/lib/oidc-auth.js +1 -1
  71. package/dist/lib/oidc-device-flow.js +1 -1
  72. package/dist/lib/passwordTokens.js +1 -1
  73. package/dist/lib/permission-resolver.js +1 -1
  74. package/dist/lib/pin-cascade.js +1 -1
  75. package/dist/lib/provider-accounts.js +1 -1
  76. package/dist/lib/provider-oauth.js +1 -1
  77. package/dist/lib/provider-profile.js +1 -1
  78. package/dist/lib/provider-token-refresh.js +1 -1
  79. package/dist/lib/rbac-user-state.js +1 -1
  80. package/dist/lib/request-url.js +1 -1
  81. package/dist/lib/rewind.js +1 -1
  82. package/dist/lib/role-definitions.js +1 -1
  83. package/dist/lib/roles.js +1 -1
  84. package/dist/lib/secrets.js +1 -1
  85. package/dist/lib/setup-repo-git-auth.js +1 -1
  86. package/dist/lib/state-capture.js +1 -1
  87. package/dist/lib/static-files.js +1 -1
  88. package/dist/lib/task-name-format.js +1 -1
  89. package/dist/lib/task-name-generator.js +1 -1
  90. package/dist/lib/task-source-metadata.js +1 -1
  91. package/dist/lib/teams.js +1 -1
  92. package/dist/lib/user-git-oauth.js +1 -1
  93. package/dist/lib/user-git-tokens.js +1 -1
  94. package/dist/lib/users.js +1 -1
  95. package/dist/middleware/requireAuth.js +1 -1
  96. package/dist/middleware/requireInit.js +1 -1
  97. package/dist/middleware/requirePermission.js +1 -1
  98. package/dist/package.json +1 -1
  99. package/dist/playwright.config.js +1 -1
  100. package/dist/routes/apiKeys.js +1 -1
  101. package/dist/routes/auth-oidc.js +1 -1
  102. package/dist/routes/auth.js +1 -1
  103. package/dist/routes/automations.js +1 -1
  104. package/dist/routes/bindings.js +1 -1
  105. package/dist/routes/build.js +1 -1
  106. package/dist/routes/containers.js +1 -1
  107. package/dist/routes/deploy-task.js +1 -1
  108. package/dist/routes/environment-management.js +1 -1
  109. package/dist/routes/environments.js +1 -1
  110. package/dist/routes/external-skills.js +1 -1
  111. package/dist/routes/git-credentials.js +1 -1
  112. package/dist/routes/git-oauth.js +1 -1
  113. package/dist/routes/git-provider-setup.js +1 -1
  114. package/dist/routes/health.js +1 -1
  115. package/dist/routes/jira.js +1 -1
  116. package/dist/routes/objective-management.js +1 -1
  117. package/dist/routes/password.js +1 -1
  118. package/dist/routes/prompt.js +1 -1
  119. package/dist/routes/provider-auth.js +1 -1
  120. package/dist/routes/qa.js +1 -1
  121. package/dist/routes/roles.js +1 -1
  122. package/dist/routes/settings.js +1 -1
  123. package/dist/routes/skill-management.js +1 -1
  124. package/dist/routes/skills.js +1 -1
  125. package/dist/routes/tasks.js +1 -1
  126. package/dist/routes/teams.js +1 -1
  127. package/dist/routes/templates.js +1 -1
  128. package/dist/routes/test-task.js +1 -1
  129. package/dist/routes/test.js +1 -1
  130. package/dist/routes/users.js +1 -1
  131. package/dist/routes/visualizations.js +1 -1
  132. package/dist/scripts/create-user.js +1 -1
  133. package/dist/scripts/migrate-config-to-data-dir.js +1 -1
  134. package/dist/scripts/sync_to_ibmi.sh +204 -0
  135. package/dist/start.js +1 -1
  136. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  137. package/dist/web-ui/public/activity-feed.js +1 -1
  138. package/dist/web-ui/public/activity-formatters.js +1 -1
  139. package/dist/web-ui/public/agent-event-parser.js +1 -1
  140. package/dist/web-ui/public/app.js +1 -1
  141. package/dist/web-ui/public/approve-dialog.js +1 -1
  142. package/dist/web-ui/public/automation-links.js +1 -1
  143. package/dist/web-ui/public/automation-schedule.js +1 -1
  144. package/dist/web-ui/public/comments-widget.js +1 -1
  145. package/dist/web-ui/public/diff-utils.js +1 -1
  146. package/dist/web-ui/public/docs/admin/environments.md +1 -0
  147. package/dist/web-ui/public/docs/tasks/approval-and-deployment.md +36 -0
  148. package/dist/web-ui/public/environments.html +1 -1
  149. package/dist/web-ui/public/environments.js +1 -1
  150. package/dist/web-ui/public/feedback-widget.js +1 -1
  151. package/dist/web-ui/public/git-history-lazy-utils.js +1 -1
  152. package/dist/web-ui/public/git-history.js +1 -1
  153. package/dist/web-ui/public/git-status.js +1 -1
  154. package/dist/web-ui/public/index.html +2 -2
  155. package/dist/web-ui/public/index.js +1 -1
  156. package/dist/web-ui/public/login.js +1 -1
  157. package/dist/web-ui/public/markdown-editor.js +1 -1
  158. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  159. package/dist/web-ui/public/modal-maximize.js +1 -1
  160. package/dist/web-ui/public/notifications.js +1 -1
  161. package/dist/web-ui/public/pr-dialog.js +1 -1
  162. package/dist/web-ui/public/roles.html +3 -2
  163. package/dist/web-ui/public/roles.js +1 -1
  164. package/dist/web-ui/public/server-health.js +1 -1
  165. package/dist/web-ui/public/settings.css +3 -2
  166. package/dist/web-ui/public/settings.html +0 -1
  167. package/dist/web-ui/public/settings.js +1 -1
  168. package/dist/web-ui/public/setup-password.js +1 -1
  169. package/dist/web-ui/public/skills.js +1 -1
  170. package/dist/web-ui/public/sse-client.js +1 -1
  171. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  172. package/dist/web-ui/public/styles.css +110 -12
  173. package/dist/web-ui/public/task.html +80 -1
  174. package/dist/web-ui/public/task.js +1 -1
  175. package/dist/web-ui/public/teams.html +76 -81
  176. package/dist/web-ui/public/teams.js +1 -1
  177. package/dist/web-ui/public/terminal.js +1 -1
  178. package/dist/web-ui/public/theme.js +1 -1
  179. package/dist/web-ui/public/users.html +12 -11
  180. package/dist/web-ui/public/users.js +1 -1
  181. package/dist/web-ui/public/variant-grouping.js +1 -1
  182. package/package.json +1 -1
  183. package/dist/lib/cli/migrate-rbac.js +0 -1
  184. package/dist/lib/scoped-rbac-migration-runner.js +0 -1
  185. package/dist/scripts/migrate-to-scoped-rbac.js +0 -2
@@ -1 +1 @@
1
- (function(_0x3d4c63,_0x4cf7cb){const _0x49f9c4={_0x42d41d:0x30,_0x29005e:0x6a,_0x374abe:0x323,_0x2697f6:0x370,_0x5994fa:0x34f,_0x2cefb:0x33b,_0xf1e449:0x8d,_0x38c8ed:0xc9,_0x5410e9:0xd8,_0x1693a5:0x9e,_0x149efb:0xb5,_0x5972e8:0x66,_0x13eb4e:0x2c6,_0x356c82:0x38e,_0x120ea3:0x36d,_0x4b7830:0x353,_0x4dc60f:0x370,_0x3c4861:0x35b,_0x20bdf6:0xb};function _0x176d30(_0x366028,_0x23a7c6,_0x53519d,_0x281499){return _0x59e7(_0x23a7c6-0x14d,_0x53519d);}const _0x339692=_0x3d4c63();function _0x5b770c(_0x120941,_0x4dc630,_0x27d6f0,_0x5b1d5f){return _0x59e7(_0x120941- -0x174,_0x4dc630);}while(!![]){try{const _0x257309=parseInt(_0x5b770c(_0x49f9c4._0x42d41d,-0x13,_0x49f9c4._0x29005e,-0x18))/(-0x343*0x1+0xa*-0x384+-0x99b*-0x4)+-parseInt(_0x176d30(_0x49f9c4._0x374abe,0x32c,0x357,_0x49f9c4._0x2697f6))/(0x1*-0x976+0x5b*-0x4a+0x23c6)+-parseInt(_0x176d30(0x37b,_0x49f9c4._0x5994fa,0x35c,_0x49f9c4._0x2cefb))/(-0x29*0x4+0xc*0x145+-0xe95)*(parseInt(_0x5b770c(_0x49f9c4._0xf1e449,_0x49f9c4._0x38c8ed,_0x49f9c4._0x5410e9,_0x49f9c4._0x1693a5))/(-0x16ca+-0x67*-0x13+0xf29))+-parseInt(_0x5b770c(0x80,_0x49f9c4._0x149efb,_0x49f9c4._0x5972e8,0xd2))/(0x85b+0x22f6*-0x1+-0x3*-0x8e0)+-parseInt(_0x176d30(0x2ed,0x31c,0x321,_0x49f9c4._0x13eb4e))/(-0x1*0x1947+0x8*0x472+-0xa43)*(-parseInt(_0x176d30(_0x49f9c4._0x356c82,_0x49f9c4._0x120ea3,0x385,0x39f))/(0x51*0x7+-0x50+0xa0*-0x3))+parseInt(_0x5b770c(0x3a,0x3,0x80,0x1c))/(0xe09+0x162d*-0x1+0x82c)*(parseInt(_0x176d30(0x3a0,_0x49f9c4._0x4b7830,_0x49f9c4._0x4dc60f,_0x49f9c4._0x3c4861))/(0x849+0x28*-0xad+-0x4b2*-0x4))+parseInt(_0x5b770c(0x1f,-0x12,-_0x49f9c4._0x20bdf6,0x30))/(0x224e+0x2537*-0x1+0x97*0x5);if(_0x257309===_0x4cf7cb)break;else _0x339692['push'](_0x339692['shift']());}catch(_0xb6a100){_0x339692['push'](_0x339692['shift']());}}}(_0x4796,-0xdc6ee+-0x1*0x1b82f+-0x3*-0x87556));import{promises as _0x21a19d}from'fs';import _0x22fa72 from'path';function _0x59e7(_0x4c77e1,_0x2e3585){_0x4c77e1=_0x4c77e1-(0xe5e*0x2+-0xe*-0x17+0x71d*-0x4);const _0x590f16=_0x4796();let _0x45c909=_0x590f16[_0x4c77e1];if(_0x59e7['XtLzZv']===undefined){var _0x126c8b=function(_0x5eb146){const _0x1c27d2='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x4cbd85='',_0x2dd078='';for(let _0x22e123=0xd89+-0x56a+-0x4d*0x1b,_0x2353a2,_0x11bf4b,_0x4c7b1a=0x1438+-0x51*-0xb+-0x17b3;_0x11bf4b=_0x5eb146['charAt'](_0x4c7b1a++);~_0x11bf4b&&(_0x2353a2=_0x22e123%(-0x1de4+-0x229a+-0x2e*-0x167)?_0x2353a2*(-0xc1*0x3+0x3b0*0x1+-0x2b*0x7)+_0x11bf4b:_0x11bf4b,_0x22e123++%(-0x4e1+-0xc93+-0x56*-0x34))?_0x4cbd85+=String['fromCharCode'](0x1149+-0xe89+-0x1c1*0x1&_0x2353a2>>(-(0x3cf+-0x35*0x8e+-0x1*-0x1999)*_0x22e123&0xf*0x14e+-0x2*0x823+0x1a3*-0x2)):0x2dc+-0x1c84+0x2*0xcd4){_0x11bf4b=_0x1c27d2['indexOf'](_0x11bf4b);}for(let _0x1535d4=0x7*0x24b+-0x1ed4*0x1+0xec7*0x1,_0x26c4f5=_0x4cbd85['length'];_0x1535d4<_0x26c4f5;_0x1535d4++){_0x2dd078+='%'+('00'+_0x4cbd85['charCodeAt'](_0x1535d4)['toString'](0x7*0x529+0x1b94+-0x3fa3))['slice'](-(-0x1ff8+-0x2d*0x43+0x2bc1));}return decodeURIComponent(_0x2dd078);};_0x59e7['dZGJbD']=_0x126c8b,_0x59e7['HIuzZd']={},_0x59e7['XtLzZv']=!![];}const _0x9b4019=_0x590f16[-0x5*-0x371+0x26*-0x13+0x1*-0xe63],_0x5c1baf=_0x4c77e1+_0x9b4019,_0x3d145f=_0x59e7['HIuzZd'][_0x5c1baf];return!_0x3d145f?(_0x45c909=_0x59e7['dZGJbD'](_0x45c909),_0x59e7['HIuzZd'][_0x5c1baf]=_0x45c909):_0x45c909=_0x3d145f,_0x45c909;}function _0x30caf5(_0x4c4583,_0x11d485,_0x5207e3,_0x388802){const _0x26f1bb={_0x5db287:0x1ab};return _0x59e7(_0x4c4583- -_0x26f1bb._0x5db287,_0x388802);}function _0x25d626(_0x24b764,_0x1f3d86,_0x1b5240,_0x151b1e){return _0x59e7(_0x1b5240- -0x2cb,_0x24b764);}import{logger}from'./logger.js';import{getReposWithProviderAccess}from'./git-provider-service.js';const KNOWN_CONTEXTS=[_0x25d626(-0x89,-0xe6,-0x9c,-0xd1),_0x25d626(-0xff,-0xd2,-0xfe,-0x14d)];export async function loadSecretsForContext(_0x5c33e9,_0xc30883){const _0x4310aa={_0x8cf9f8:0x293,_0x1487da:0x26e,_0xe1399:0x239,_0x22cf0e:0x276,_0xffcbbe:0x260,_0x10308c:0x214,_0x48215c:0x266,_0x4caef4:0x251,_0xa6b61e:0x1b7,_0x11b2c3:0x207,_0x3f19f5:0x1e2,_0x331a70:0x1bd,_0x1383aa:0x209,_0x44d7fc:0x263,_0x21d152:0x275,_0x39a239:0x265,_0x52a27c:0x24a,_0x2f23aa:0x249,_0x1b2f55:0x1cb,_0x3eabeb:0x20a,_0x1f1212:0x24f,_0x53baa5:0x286,_0x2a358a:0x1ee,_0x5937d5:0x21c,_0x53de0f:0x20a,_0x148477:0x1fd,_0x3d5904:0x1e3,_0x4f9b9f:0x242,_0x424f03:0x213,_0x4e6607:0x1d5,_0x2db7e4:0x207,_0x1dadf3:0x291,_0x207cb8:0x240,_0x48c8a8:0x27e,_0x6f6eb6:0x2bb,_0x27ca36:0x2d0,_0x5a0bcb:0x28f,_0x35b5b9:0x254,_0xca85f7:0x1f2,_0x5ada24:0x1d8,_0x1fdce3:0x287,_0x28db80:0x2ad,_0x334009:0x2e2,_0x2a14ce:0x25b,_0x101c48:0x2ac,_0x29d9b0:0x231,_0x52e26e:0x236,_0x557dee:0x21e,_0x3278d9:0x224,_0x594c7f:0x1e9,_0x55eac8:0x26a,_0x5cb22e:0x277,_0x361f0d:0x22a,_0x1dd8cf:0x1fa,_0x3f3082:0x226,_0xd40aa7:0x24e,_0x507dfd:0x22e,_0x3ffb73:0x253,_0x2ccf79:0x23e,_0x16b4bf:0x28c,_0x3a058d:0x26c,_0x51419a:0x1ec,_0x1a36eb:0x1fa,_0x59b34c:0x1e3,_0x36cd3e:0x239,_0x3d93a5:0x246,_0x2ac9d7:0x22a,_0x541d9c:0x274,_0x5147b4:0x211,_0x396578:0x1fb,_0x20b4dd:0x206,_0x1e3eaa:0x1a3,_0x212d65:0x1ec,_0x178cd9:0x269,_0x504045:0x2b0,_0x5367a9:0x299,_0x421379:0x23a,_0x374577:0x2ae,_0x365c17:0x218,_0x3c5b8a:0x237,_0xc11d1:0x28e,_0x3ef17f:0x2b6,_0x38f178:0x281,_0x502779:0x27c,_0x4dd597:0x216,_0x4140bb:0x2a4,_0x40bbd3:0x264,_0x403f0e:0x1b7,_0x76c1ed:0x1bf,_0x2baefa:0x253,_0x22b85d:0x21a,_0x1f1553:0x1d2,_0x18b55e:0x21b,_0xe55d44:0x226,_0x56eba7:0x1fc,_0x282685:0x1e9,_0x1fe3ab:0x24b,_0x384a86:0x213,_0x540a61:0x1ed,_0xae68ca:0x20d,_0x2f258d:0x20c,_0x5b9d3a:0x24c,_0x133c2f:0x234,_0x26c3e8:0x27f,_0x3d2ad3:0x2c1,_0x555e01:0x283,_0x351c11:0x1d3,_0xdcf169:0x20b,_0x56a68a:0x1c1,_0x1536b0:0x1ac,_0x4b1666:0x1a2,_0x122ce0:0x266,_0x42a4ff:0x1f6,_0x5987d4:0x1c1,_0x358899:0x21e,_0x26eff5:0x1e1,_0x505e0c:0x1db,_0xb54b43:0x1c9,_0x5c1155:0x1b6,_0x577fbc:0x241,_0x2e3508:0x259,_0x497fbd:0x2a2,_0x10c662:0x2ab,_0x38478d:0x25c,_0x296bfe:0x256,_0x37cf18:0x1fa,_0x5b6673:0x215,_0x44e892:0x1f0,_0x203907:0x207,_0x3956e5:0x1c4,_0x2765ea:0x208,_0x3a4d9a:0x212,_0x540b87:0x20f,_0x143214:0x21c,_0x50df6d:0x1cc,_0x458172:0x255,_0x3e3c20:0x27b,_0x424dab:0x2be,_0x3b979d:0x2a6,_0x1720a7:0x279,_0x1bcab7:0x2aa,_0x57843c:0x24d,_0x437545:0x252,_0xeb8ba4:0x2c8,_0x557b70:0x279,_0x21c088:0x26d,_0x5d9b68:0x202,_0x3aa083:0x1f8,_0x8011a7:0x240,_0x4c6933:0x2e0,_0x26f811:0x254,_0x27fa07:0x222,_0x18aef1:0x219,_0xa183bb:0x22f,_0x5b5792:0x1cb,_0x4421c4:0x1d7,_0x28e18f:0x205,_0xb282c7:0x2a3,_0xbcb5de:0x289,_0x45fc3a:0x1ae,_0x174566:0x212,_0x592b0e:0x242,_0x5b0629:0x235,_0x4ae604:0x2ba,_0x1f1144:0x1af,_0x4c4693:0x189,_0x408ceb:0x1c8,_0x321ebe:0x1b8,_0x3913bd:0x20e,_0x272bce:0x1ea,_0x359664:0x1e5,_0x31e72f:0x1ae,_0x3cb8a0:0x233,_0xf39855:0x29c,_0x27828b:0x269,_0x4a58e7:0x1fa,_0x247251:0x273,_0xcf429e:0x26f,_0x177b64:0x23e,_0x4aa592:0x274,_0x4b05cf:0x25d,_0x407be8:0x257,_0x3e0cc0:0x227,_0x53cbe9:0x200,_0xfd4fa1:0x1ba,_0x540225:0x1ea,_0x124e7f:0x1d3,_0xf57324:0x27c,_0x584866:0x234,_0x4e5bce:0x2df,_0x213d64:0x252,_0x499237:0x1dc,_0x561190:0x19a,_0x2cb5cf:0x227,_0x41d9ae:0x22c,_0x5f1bf7:0x209,_0x299dcc:0x1e7,_0x4a12fe:0x216,_0x473ce4:0x245,_0x3d60f1:0x28c,_0x48cafc:0x2a2,_0x47a527:0x1d2,_0xe4df62:0x1f3,_0x5c3301:0x23c,_0x53f3d5:0x181,_0x257bcf:0x1bf,_0x137c3f:0x26c,_0x3e8bfa:0x297,_0x2801a3:0x2b5,_0x33895b:0x213,_0x2b0dde:0x235,_0x592b5e:0x216,_0x370328:0x1c7,_0x374b88:0x195,_0x417b0d:0x19b,_0x177004:0x1be,_0x53997f:0x1b2,_0x1c2252:0x207,_0x311d5a:0x281,_0x5983fd:0x2c8,_0x48d700:0x273,_0x2c485d:0x23b,_0x216a06:0x2ab,_0x26f315:0x24d,_0x3cf524:0x1c9,_0x177a55:0x21e,_0xd600ae:0x1f5,_0x18d878:0x233,_0x40828a:0x21e,_0x21480e:0x19d,_0x5cdddd:0x1e3,_0x85c9c:0x1f1,_0x3e7a24:0x1da,_0x2bb7ab:0x282,_0x390408:0x23f,_0x228011:0x235,_0x1bd680:0x1c2,_0x294258:0x1a4,_0x4c509c:0x1f2,_0x46ad25:0x2ac,_0x578b7e:0x2fb,_0x2f35d5:0x2a6,_0x20dbdb:0x179,_0x5bab9c:0x1b6,_0x221bce:0x1b0,_0x206b9f:0x1f9,_0x1d7904:0x26d,_0x2ba09a:0x27b,_0x46f77a:0x177,_0x4f9c51:0x1c3,_0x112b5c:0x29d,_0x32bf4b:0x1a1,_0xf69bfc:0x16f,_0x8fc445:0x1aa,_0x4604be:0x238,_0x5a0079:0x1de,_0x25ec6c:0x2de,_0x2b5229:0x17f,_0x282c94:0x18d,_0x14c2d9:0x17c,_0x188ecc:0x1ad,_0x5e0837:0x271,_0x1606a0:0x27e,_0x221bcd:0x2c7,_0x5e099f:0x2ce,_0xbff8e5:0x1e7,_0x4916e8:0x1dd,_0x3e9d2f:0x1bc,_0x2c4d22:0x1be,_0x5cabd7:0x1cd,_0x542329:0x243,_0x584093:0x259,_0x2345b7:0x2d0,_0x67a3a4:0x229,_0x3accd6:0x286,_0x50e7e5:0x20a,_0x471c51:0x261},_0x21b1ba={_0x458f5d:0x12d,_0x138e73:0x137},_0x2c3caf={_0x8599a3:0x111,_0x263a4c:0x45},_0x3575a1={'SWQwS':_0x40623b(_0x4310aa._0x8cf9f8,0x287,0x26e,_0x4310aa._0x1487da)+_0x40623b(_0x4310aa._0xe1399,_0x4310aa._0x22cf0e,0x26b,_0x4310aa._0xffcbbe)+_0x2d268a(-_0x4310aa._0x10308c,-0x239,-_0x4310aa._0x48215c,-_0x4310aa._0x4caef4)+_0x2d268a(-_0x4310aa._0xa6b61e,-_0x4310aa._0x11b2c3,-_0x4310aa._0x3f19f5,-0x1bc)+'r','CAiqy':_0x2d268a(-0x222,-0x1e5,-_0x4310aa._0x331a70,-0x1cf)+_0x2d268a(-0x1c9,-0x1f9,-_0x4310aa._0x1383aa,-0x1f3)+_0x40623b(_0x4310aa._0x44d7fc,0x267,0x227,0x2ab)+_0x40623b(0x27a,0x22d,_0x4310aa._0x21d152,_0x4310aa._0x39a239)+_0x2d268a(-_0x4310aa._0x52a27c,-0x203,-0x243,-_0x4310aa._0x2f23aa),'KgLXQ':_0x2d268a(-_0x4310aa._0x1b2f55,-0x1cb,-0x1e7,-0x213)+_0x40623b(_0x4310aa._0x3eabeb,_0x4310aa._0x1f1212,_0x4310aa._0x53baa5,0x29c)+_0x2d268a(-_0x4310aa._0x2a358a,-_0x4310aa._0x3eabeb,-0x1ca,-_0x4310aa._0x5937d5)+_0x2d268a(-_0x4310aa._0x53de0f,-_0x4310aa._0x148477,-_0x4310aa._0x3d5904,-0x1e4)+'credential'+'s','LNYfV':_0x2d268a(-0x1d2,-0x205,-_0x4310aa._0x4f9b9f,-_0x4310aa._0x424f03)+'read\x20.secr'+_0x2d268a(-0x1db,-0x203,-_0x4310aa._0x4e6607,-0x1c0)+_0x2d268a(-_0x4310aa._0x2db7e4,-0x1f7,-0x1b6,-0x1ba)+_0x40623b(_0x4310aa._0x1dadf3,_0x4310aa._0x207cb8,0x266,_0x4310aa._0x48c8a8),'QtfqN':_0x40623b(_0x4310aa._0x6f6eb6,0x298,_0x4310aa._0x27ca36,0x2b6),'PRSDu':_0x40623b(_0x4310aa._0x5a0bcb,_0x4310aa._0x35b5b9,0x248,0x242)+'sForContex'+_0x2d268a(-_0x4310aa._0xca85f7,-0x20e,-_0x4310aa._0x5ada24,-0x205)+_0x40623b(_0x4310aa._0x1fdce3,_0x4310aa._0x28db80,0x2be,_0x4310aa._0x334009)+_0x40623b(0x275,_0x4310aa._0x2a14ce,0x275,_0x4310aa._0x101c48),'WjpJL':'.secrets.j'+_0x2d268a(-_0x4310aa._0x29d9b0,-_0x4310aa._0x52e26e,-0x22f,-0x23c),'hdOJB':_0x40623b(_0x4310aa._0x557dee,_0x4310aa._0x3278d9,_0x4310aa._0x594c7f,_0x4310aa._0x55eac8),'LWVif':function(_0x5319db,_0x442e8f){return _0x5319db!==_0x442e8f;},'dBlQQ':_0x40623b(_0x4310aa._0x2f23aa,0x229,_0x4310aa._0x5cb22e,0x214),'UBzpG':_0x2d268a(-0x1d9,-_0x4310aa._0x361f0d,-0x1af,-0x201),'TDvtH':'.secrets.j'+_0x2d268a(-_0x4310aa._0x1dd8cf,-0x24e,-0x231,-_0x4310aa._0x3f3082)+_0x2d268a(-_0x4310aa._0xd40aa7,-_0x4310aa._0x507dfd,-_0x4310aa._0x3ffb73,-_0x4310aa._0x2ccf79)+_0x2d268a(-_0x4310aa._0x16b4bf,-_0x4310aa._0x3a058d,-0x214,-0x252)+_0x2d268a(-_0x4310aa._0x51419a,-_0x4310aa._0x1a36eb,-0x17e,-0x1b7),'rIUis':_0x40623b(0x1d8,0x203,0x236,0x209),'WPfsO':function(_0x4dcf26,_0x5cf1a7){return _0x4dcf26===_0x5cf1a7;},'IvxRG':'wDvJr','gBqxJ':'aKeXY','gmIhX':_0x2d268a(-0x21d,-_0x4310aa._0x59b34c,-_0x4310aa._0x36cd3e,-0x236),'XFzvv':_0x40623b(_0x4310aa._0x3d93a5,0x232,_0x4310aa._0x2ac9d7,_0x4310aa._0x541d9c)+_0x40623b(_0x4310aa._0x5147b4,_0x4310aa._0x424f03,_0x4310aa._0x396578,0x1ec)+_0x2d268a(-_0x4310aa._0x3f19f5,-_0x4310aa._0x20b4dd,-_0x4310aa._0x1e3eaa,-_0x4310aa._0x212d65)+_0x40623b(0x244,_0x4310aa._0x178cd9,_0x4310aa._0x504045,_0x4310aa._0x22cf0e)+'on','TxNQW':function(_0x4f19bf,_0x2fbe0f){return _0x4f19bf||_0x2fbe0f;},'nbkuh':_0x40623b(_0x4310aa._0x5367a9,0x268,_0x4310aa._0x421379,_0x4310aa._0x374577)+_0x2d268a(-_0x4310aa._0x3a058d,-0x22d,-_0x4310aa._0x365c17,-_0x4310aa._0x3c5b8a)+'e_as\x20or\x20ta'+_0x40623b(0x2d2,0x290,0x296,_0x4310aa._0xc11d1)+_0x40623b(_0x4310aa._0x3ef17f,_0x4310aa._0x38f178,_0x4310aa._0x502779,0x2b4),'DYuAn':function(_0x5118b4,_0x4044e4){return _0x5118b4===_0x4044e4;},'SUdth':_0x40623b(0x1fe,0x20a,_0x4310aa._0x4dd597,0x1d9),'wytzN':function(_0x5d1d52,_0x172857){return _0x5d1d52!==_0x172857;},'BjtqZ':function(_0x22a654,_0x2073b9){return _0x22a654(_0x2073b9);},'oWdTE':_0x40623b(0x2f0,_0x4310aa._0x4140bb,_0x4310aa._0x40bbd3,0x2c6),'gfdUZ':_0x2d268a(-_0x4310aa._0x403f0e,-0x18b,-0x1a1,-_0x4310aa._0x76c1ed),'HvuCz':function(_0x720f64,_0x5176ca){return _0x720f64>_0x5176ca;},'lDEFI':'Loaded\x20sec'+_0x40623b(0x246,_0x4310aa._0x2baefa,0x264,_0x4310aa._0x22b85d)+_0x2d268a(-_0x4310aa._0x1f1553,-0x1d8,-0x229,-_0x4310aa._0x18b55e),'OtHJi':function(_0x2775b2,_0x231227){return _0x2775b2!==_0x231227;},'bKsXy':'PUtoa','xFdbo':_0x40623b(0x1de,_0x4310aa._0xe55d44,_0x4310aa._0x56eba7,_0x4310aa._0x282685),'pKvPr':function(_0x78a43f,_0x1ee2f8){return _0x78a43f!==_0x1ee2f8;},'AZRHt':'ENOENT','YuaJD':function(_0x2ac26a,_0x305296){return _0x2ac26a!==_0x305296;},'jhFQC':'WClpB','PEwOq':_0x2d268a(-0x22e,-0x210,-_0x4310aa._0x1fe3ab,-_0x4310aa._0x384a86)+_0x2d268a(-0x207,-_0x4310aa._0x540a61,-_0x4310aa._0xae68ca,-0x1cb)+'ets.json\x20f'+_0x2d268a(-_0x4310aa._0x56eba7,-0x1eb,-_0x4310aa._0x3c5b8a,-_0x4310aa._0x2f258d)},_0x133236={};function _0x2d268a(_0x1c29cf,_0x4066f4,_0x39bfcc,_0x5cbd4f){return _0x30caf5(_0x5cbd4f- -0x232,_0x4066f4-_0x2c3caf._0x8599a3,_0x39bfcc-_0x2c3caf._0x263a4c,_0x39bfcc);}function _0x40623b(_0x4d1fc6,_0x285d20,_0x297fbd,_0x93bd15){return _0x25d626(_0x297fbd,_0x285d20-_0x21b1ba._0x458f5d,_0x285d20-0x344,_0x93bd15-_0x21b1ba._0x138e73);}const _0x41d195=[];if(!_0x5c33e9){const _0x11b431={};return _0x11b431[_0x40623b(0x274,0x289,_0x4310aa._0x5b9d3a,0x280)]=_0x133236,_0x11b431['fileMounts']=_0x41d195,_0x11b431;}if(!_0xc30883||!KNOWN_CONTEXTS[_0x40623b(0x21a,_0x4310aa._0x133c2f,_0x4310aa._0x26c3e8,0x261)](_0xc30883)){if(_0x3575a1[_0x40623b(_0x4310aa._0x3d2ad3,_0x4310aa._0x555e01,0x298,0x2a5)]===_0x3575a1[_0x2d268a(-0x20e,-0x204,-0x1d1,-_0x4310aa._0x351c11)]){const _0x27e8ec={};_0x27e8ec[_0x2d268a(-0x238,-_0x4310aa._0xdcf169,-0x233,-0x240)]=_0xc30883,logger[_0x2d268a(-0x1e8,-0x1f8,-_0x4310aa._0x56a68a,-_0x4310aa._0x1536b0)](_0x3575a1[_0x2d268a(-_0x4310aa._0xca85f7,-0x1d0,-_0x4310aa._0x4b1666,-0x1e5)],_0x27e8ec);const _0x35a323={};return _0x35a323[_0x40623b(0x260,0x289,0x2db,_0x4310aa._0x122ce0)]=_0x133236,_0x35a323['fileMounts']=_0x41d195,_0x35a323;}else{const _0x27fc5f=_0x2596dc[_0x2d268a(-0x20a,-_0x4310aa._0x42a4ff,-_0x4310aa._0x5987d4,-0x1f5)](/\/+$/,'');_0x28281d=_0x51fe26['join'](_0x27fc5f,_0x3f2ab1);}}const _0xa99859=_0x22fa72[_0x40623b(0x20f,_0x4310aa._0x358899,_0x4310aa._0x26eff5,_0x4310aa._0x505e0c)](_0x5c33e9,_0x3575a1[_0x2d268a(-0x198,-_0x4310aa._0xb54b43,-_0x4310aa._0x5c1155,-_0x4310aa._0x56a68a)]);try{if(_0x3575a1[_0x40623b(_0x4310aa._0x577fbc,_0x4310aa._0x2e3508,_0x4310aa._0x497fbd,_0x4310aa._0x10c662)]===_0x40623b(_0x4310aa._0x38478d,0x279,_0x4310aa._0x296bfe,0x2aa)){const _0x43ec00={};_0x43ec00[_0x2d268a(-_0x4310aa._0x37cf18,-0x27e,-0x22a,-0x235)]=_0x37ae6b,_0x43ec00[_0x2d268a(-0x233,-_0x4310aa._0x507dfd,-0x20a,-_0x4310aa._0x207cb8)]=_0x4e5357,_0x4483dd[_0x2d268a(-_0x4310aa._0x5b6673,-_0x4310aa._0x44e892,-_0x4310aa._0x203907,-_0x4310aa._0x3956e5)](_0x3575a1[_0x40623b(_0x4310aa._0x2765ea,_0x4310aa._0x3a4d9a,_0x4310aa._0x540b87,0x1bd)],_0x43ec00);}else{const _0x4dea2e=await _0x21a19d[_0x2d268a(-_0x4310aa._0x143214,-_0x4310aa._0x22b85d,-0x1ce,-_0x4310aa._0x50df6d)](_0xa99859);if(_0x4dea2e['isDirector'+'y']()){if(_0x3575a1[_0x40623b(_0x4310aa._0x458172,0x25d,0x260,0x24a)](_0x3575a1['dBlQQ'],_0x3575a1[_0x2d268a(-0x1f9,-0x1ea,-_0x4310aa._0x3e3c20,-0x225)])){const _0x234e9d={};_0x234e9d[_0x40623b(_0x4310aa._0x424dab,_0x4310aa._0x3b979d,_0x4310aa._0x1720a7,0x272)]=_0xa99859,logger[_0x40623b(_0x4310aa._0x1bcab7,0x292,0x2c3,0x2d8)](_0x3575a1[_0x40623b(_0x4310aa._0x57843c,_0x4310aa._0x437545,0x282,0x251)],_0x234e9d);const _0x16ea69={};return _0x16ea69[_0x40623b(_0x4310aa._0xeb8ba4,0x289,_0x4310aa._0x557b70,_0x4310aa._0x21c088)]=_0x133236,_0x16ea69[_0x40623b(0x1ff,0x222,_0x4310aa._0x5d9b68,0x273)]=_0x41d195,_0x16ea69;}else{const _0x487aed={};_0x487aed[_0x2d268a(-0x271,-_0x4310aa._0x3aa083,-0x28b,-_0x4310aa._0x8011a7)]=_0xe76b9,_0x12f79a[_0x40623b(0x2b7,_0x4310aa._0x1bcab7,0x2ce,_0x4310aa._0x4c6933)](_0x40623b(0x25b,_0x4310aa._0x26f811,0x25a,_0x4310aa._0x38f178)+_0x40623b(_0x4310aa._0x27fa07,_0x4310aa._0x18aef1,_0x4310aa._0xa183bb,0x1cb)+_0x2d268a(-_0x4310aa._0x5b5792,-_0x4310aa._0x4421c4,-0x24b,-_0x4310aa._0x28e18f)+'ith\x20invali'+'d\x20context',_0x487aed);const _0x383e11={};return _0x383e11[_0x40623b(_0x4310aa._0xb282c7,_0x4310aa._0xbcb5de,_0x4310aa._0x3ef17f,0x239)]=_0xb35079,_0x383e11['fileMounts']=_0x574fe7,_0x383e11;}}const _0x24d540=await _0x21a19d['readFile'](_0xa99859,_0x3575a1[_0x2d268a(-0x203,-0x164,-_0x4310aa._0x45fc3a,-0x1b1)]),_0x3ab156=JSON[_0x2d268a(-0x207,-0x1d0,-0x214,-_0x4310aa._0x174566)](_0x24d540),_0x3ef855=_0x3ab156[_0x2d268a(-_0x4310aa._0x26f811,-_0x4310aa._0x592b0e,-0x1ef,-0x228)]||{};for(const [_0x19892b,_0x2f5866]of Object[_0x40623b(0x210,0x238,0x234,0x233)](_0x3ef855)){if(_0x3575a1[_0x40623b(0x24c,0x285,_0x4310aa._0x5b0629,_0x4310aa._0x4ae604)](_0x3575a1[_0x2d268a(-0x182,-_0x4310aa._0x1f1144,-0x1ed,-0x1b4)],_0x2d268a(-_0x4310aa._0x4c4693,-_0x4310aa._0x408ceb,-0x1f9,-_0x4310aa._0x321ebe))){const _0x4a0539={};_0x4a0539[_0x40623b(0x274,0x221,0x259,0x1e9)]=_0x19f5c4,_0x4a0539[_0x2d268a(-0x22e,-_0x4310aa._0x3913bd,-_0x4310aa._0x272bce,-_0x4310aa._0x207cb8)]=_0x3077e4,_0x16d563[_0x2d268a(-_0x4310aa._0x359664,-0x18a,-_0x4310aa._0x31e72f,-_0x4310aa._0x3956e5)](_0x3575a1[_0x40623b(_0x4310aa._0x3cb8a0,0x264,_0x4310aa._0xf39855,0x212)],_0x4a0539);}else{const _0x3d46fb=_0x2f5866['available_'+_0x40623b(0x1c9,0x21b,0x264,_0x4310aa._0x27828b)]||[];if(!_0x3d46fb[_0x40623b(0x20b,0x234,_0x4310aa._0x4a58e7,0x1e9)](_0xc30883)){if(_0x3575a1[_0x40623b(_0x4310aa._0x247251,0x285,0x254,_0x4310aa._0xcf429e)](_0x3575a1[_0x40623b(0x218,_0x4310aa._0x177b64,_0x4310aa._0x4aa592,_0x4310aa._0x4b05cf)],_0x3575a1[_0x2d268a(-_0x4310aa._0x407be8,-_0x4310aa._0x27fa07,-_0x4310aa._0x143214,-_0x4310aa._0x3e0cc0)])){const _0x2c517c={};_0x2c517c['path']=_0x5ef8b6,_0x2c517c['error']=_0x51533a[_0x2d268a(-_0x4310aa._0x53cbe9,-_0x4310aa._0x5b6673,-0x200,-_0x4310aa._0x5ada24)],_0x17ab8c['warn'](_0x3575a1['KgLXQ'],_0x2c517c);}else continue;}if(_0x2f5866[_0x2d268a(-_0x4310aa._0xfd4fa1,-_0x4310aa._0x540225,-_0x4310aa._0x124e7f,-0x1af)]){const _0x122b88={};_0x122b88[_0x2d268a(-0x285,-0x1df,-_0x4310aa._0xf57324,-0x235)]=_0x19892b,_0x122b88[_0x40623b(_0x4310aa._0x584866,0x216,_0x4310aa._0x396578,_0x4310aa._0xb54b43)]=_0xc30883,_0x122b88[_0x40623b(_0x4310aa._0x4e5bce,0x2a7,_0x4310aa._0x38478d,_0x4310aa._0x213d64)]=_0x2f5866[_0x2d268a(-_0x4310aa._0x499237,-_0x4310aa._0x561190,-0x166,-0x1af)],logger[_0x2d268a(-_0x4310aa._0x53cbe9,-0x251,-_0x4310aa._0x2cb5cf,-_0x4310aa._0x41d9ae)](_0x3575a1[_0x2d268a(-_0x4310aa._0x2cb5cf,-0x20c,-_0x4310aa._0x4caef4,-_0x4310aa._0x5f1bf7)],_0x122b88);continue;}const _0x2d4ce5=_0x2f5866['expose_as'],_0x25ccdb=_0x2f5866[_0x2d268a(-_0x4310aa._0x396578,-0x1a8,-0x225,-_0x4310aa._0x299dcc)];if(_0x3575a1['TxNQW'](!_0x2d4ce5,!_0x25ccdb)){const _0x281f38={};_0x281f38['name']=_0x19892b,_0x281f38[_0x40623b(0x21b,_0x4310aa._0x4a12fe,0x1e0,0x232)]=_0xc30883,logger['debug'](_0x3575a1[_0x40623b(_0x4310aa._0x473ce4,_0x4310aa._0x3d60f1,0x27c,_0x4310aa._0x48cafc)],_0x281f38);continue;}if(_0x3575a1['DYuAn'](_0x2d4ce5,_0x3575a1['SUdth'])){if(_0x3575a1[_0x40623b(0x2c2,0x285,_0x4310aa._0x5367a9,0x253)](_0x2f5866['type'],_0x2d268a(-_0x4310aa._0x47a527,-_0x4310aa._0xe4df62,-0x19f,-0x1bf))&&_0x3575a1[_0x2d268a(-0x223,-0x1f4,-_0x4310aa._0x5c3301,-0x219)](_0x2f5866[_0x2d268a(-0x198,-_0x4310aa._0x53f3d5,-0x17c,-_0x4310aa._0x257bcf)],undefined))_0x133236[_0x25ccdb]=_0x3575a1[_0x40623b(0x25c,0x25c,_0x4310aa._0x137c3f,0x20e)](String,_0x2f5866[_0x40623b(0x2e8,_0x4310aa._0x3e8bfa,0x25b,0x25a)]);else{if(_0x2f5866['type']===_0x3575a1[_0x40623b(0x221,_0x4310aa._0x1487da,_0x4310aa._0x4ae604,_0x4310aa._0x2801a3)]){const _0x21d56f={};_0x21d56f[_0x2d268a(-0x271,-_0x4310aa._0x33895b,-0x285,-_0x4310aa._0x2b0dde)]=_0x19892b,_0x21d56f[_0x40623b(0x1d2,_0x4310aa._0x592b5e,0x1f1,_0x4310aa._0x370328)]=_0xc30883,logger[_0x2d268a(-0x1f4,-0x219,-0x1a6,-0x1c4)](_0x3575a1[_0x2d268a(-_0x4310aa._0x174566,-0x1ef,-0x234,-0x244)],_0x21d56f);}}}else{if(_0x2d4ce5===_0x2d268a(-_0x4310aa._0x374b88,-_0x4310aa._0x417b0d,-_0x4310aa._0x177004,-_0x4310aa._0x53997f)){if(_0x3575a1[_0x40623b(_0x4310aa._0x2765ea,_0x4310aa._0x1c2252,_0x4310aa._0x1f1212,0x1c7)](_0x2f5866['type'],'file')&&_0x2f5866[_0x40623b(0x21e,0x273,_0x4310aa._0x311d5a,_0x4310aa._0x5983fd)]){let _0x421cc0=_0x2f5866[_0x40623b(0x2ba,_0x4310aa._0x48d700,_0x4310aa._0x2c485d,_0x4310aa._0x216a06)];if(!_0x22fa72[_0x2d268a(-_0x4310aa._0x26f315,-_0x4310aa._0x1487da,-_0x4310aa._0x3cf524,-0x21f)](_0x421cc0)){const _0x4a95d3=_0x5c33e9[_0x2d268a(-_0x4310aa._0x577fbc,-_0x4310aa._0x177a55,-0x1a2,-_0x4310aa._0xd600ae)](/\/+$/,'');_0x421cc0=_0x22fa72[_0x40623b(_0x4310aa._0x18d878,_0x4310aa._0x40828a,0x1e2,0x253)](_0x4a95d3,_0x421cc0);}const _0x131367={};_0x131367[_0x2d268a(-0x225,-_0x4310aa._0x21480e,-0x22b,-_0x4310aa._0x5cdddd)]=_0x421cc0,_0x131367['target']=_0x25ccdb,_0x41d195[_0x2d268a(-0x1b5,-_0x4310aa._0x5b6673,-_0x4310aa._0x85c9c,-_0x4310aa._0x3e7a24)](_0x131367);}else{if(_0x2f5866[_0x40623b(0x2cb,_0x4310aa._0x2bb7ab,_0x4310aa._0xffcbbe,0x23a)]===_0x3575a1[_0x2d268a(-0x256,-_0x4310aa._0x3ffb73,-0x207,-_0x4310aa._0x390408)]){const _0x40db06={};_0x40db06['name']=_0x19892b,_0x40db06[_0x2d268a(-_0x4310aa._0x228011,-0x227,-0x260,-0x240)]=_0xc30883,logger[_0x2d268a(-_0x4310aa._0x1bd680,-_0x4310aa._0x294258,-0x1f2,-_0x4310aa._0x3956e5)](_0x3575a1[_0x2d268a(-_0x4310aa._0x507dfd,-0x227,-0x19f,-_0x4310aa._0x4c509c)],_0x40db06);}}}}}}(Object['keys'](_0x133236)[_0x40623b(0x25d,_0x4310aa._0x46ad25,_0x4310aa._0x578b7e,_0x4310aa._0x2f35d5)]>-0x1c4d+0xd*-0x287+-0x338*-0x13||_0x3575a1[_0x2d268a(-_0x4310aa._0x20dbdb,-_0x4310aa._0x5bab9c,-0x1f3,-0x1c2)](_0x41d195[_0x2d268a(-0x1a6,-_0x4310aa._0x221bce,-_0x4310aa._0x206b9f,-0x1aa)],-0x7*-0x89+-0xb3c+0x47*0x1b))&&logger[_0x2d268a(-_0x4310aa._0x499237,-0x255,-0x1d7,-0x22c)](_0x3575a1[_0x2d268a(-_0x4310aa._0x1d7904,-_0x4310aa._0x2ba09a,-0x249,-0x248)],{'path':_0xa99859,'context':_0xc30883,'envVarCount':Object[_0x2d268a(-0x17f,-_0x4310aa._0x46f77a,-_0x4310aa._0x4f9c51,-0x1c7)](_0x133236)[_0x40623b(_0x4310aa._0x578b7e,_0x4310aa._0x46ad25,_0x4310aa._0x112b5c,0x295)],'envVarKeys':Object[_0x2d268a(-0x1d4,-_0x4310aa._0x32bf4b,-0x1e3,-_0x4310aa._0x370328)](_0x133236),'fileMountCount':_0x41d195[_0x2d268a(-0x1cd,-_0x4310aa._0xf69bfc,-0x174,-_0x4310aa._0x8fc445)]});const _0x5415df={};return _0x5415df['envVars']=_0x133236,_0x5415df[_0x2d268a(-_0x4310aa._0x4604be,-_0x4310aa._0x1f1212,-_0x4310aa._0x21d152,-0x234)]=_0x41d195,_0x5415df;}}catch(_0x53bc69){if(_0x3575a1['OtHJi'](_0x3575a1['bKsXy'],_0x3575a1[_0x2d268a(-_0x4310aa._0x3f19f5,-_0x4310aa._0x1fe3ab,-0x1f7,-0x22a)])){if(_0x3575a1[_0x2d268a(-0x194,-_0x4310aa._0x5a0079,-_0x4310aa._0x5f1bf7,-0x1de)](_0x53bc69[_0x40623b(0x256,0x291,0x282,_0x4310aa._0x25ec6c)],_0x3575a1[_0x2d268a(-0x1fa,-0x23b,-0x1f8,-0x241)])){if(_0x3575a1[_0x2d268a(-_0x4310aa._0x2f258d,-_0x4310aa._0x2b5229,-0x1f6,-0x1bb)](_0x3575a1[_0x2d268a(-_0x4310aa._0x282c94,-_0x4310aa._0x14c2d9,-0x18c,-_0x4310aa._0x188ecc)],_0x3575a1['jhFQC'])){const _0x5265e5={};_0x5265e5[_0x40623b(_0x4310aa._0xc11d1,_0x4310aa._0x3b979d,0x2c2,0x2c6)]=_0xbd0ad5,_0x5265e5[_0x40623b(0x28a,0x2aa,0x2c4,_0x4310aa._0x5e0837)]=_0x2eec76[_0x40623b(0x288,_0x4310aa._0x1606a0,0x29f,_0x4310aa._0x221bcd)],_0x3a573b['warn'](_0x3575a1['LNYfV'],_0x5265e5);}else{const _0x27a7e9={};_0x27a7e9[_0x40623b(0x2ce,_0x4310aa._0x3b979d,_0x4310aa._0x5cb22e,_0x4310aa._0x5e099f)]=_0xa99859,_0x27a7e9['error']=_0x53bc69[_0x2d268a(-0x1a6,-_0x4310aa._0xbff8e5,-_0x4310aa._0x4916e8,-_0x4310aa._0x5ada24)],logger['warn'](_0x3575a1[_0x2d268a(-_0x4310aa._0x3e9d2f,-_0x4310aa._0x3d93a5,-0x1f2,-0x1fc)],_0x27a7e9);}}const _0x40445e={};return _0x40445e[_0x2d268a(-0x1d6,-_0x4310aa._0x2c4d22,-_0x4310aa._0x365c17,-_0x4310aa._0x5cabd7)]=_0x133236,_0x40445e[_0x2d268a(-_0x4310aa._0x542329,-0x278,-_0x4310aa._0x2cb5cf,-_0x4310aa._0x584866)]=_0x41d195,_0x40445e;}else{if(!_0x5edb78)return'';try{const _0xcc0845=new _0x441be5(_0x2a65d8);return _0xcc0845['protocol']+'//'+_0xcc0845[_0x40623b(_0x4310aa._0x584093,0x2a3,_0x4310aa._0x2345b7,_0x4310aa._0x4c6933)][_0x40623b(_0x4310aa._0x67a3a4,0x265,_0x4310aa._0x3accd6,0x210)+'e']()+_0xcc0845[_0x40623b(0x224,0x260,0x23a,_0x4310aa._0x50e7e5)][_0x40623b(0x29e,_0x4310aa._0x471c51,_0x4310aa._0x44d7fc,0x295)](/\.git$/,'');}catch{return _0x3d98cd[_0x40623b(0x273,_0x4310aa._0x39a239,0x2ae,0x2ad)+'e']()['replace'](/\.git$/,'');}}}}function normalizeUrl(_0x4e180a){const _0x1cbd83={_0x5739f9:0x14a,_0x1f8964:0x171,_0x456ee9:0x130,_0xaeb40d:0x583,_0x3a7903:0x5e4,_0x2e7536:0x5f2,_0x394a51:0x1b3,_0x25b4fa:0x1e7,_0x23f50c:0x5e2,_0x2102f6:0x5f9,_0x94fa52:0x170,_0x726eeb:0x130,_0x1bea5b:0x5d4,_0x1bf23c:0x175,_0x7e4268:0x18b,_0x53bce7:0x173,_0x32ff7b:0x171,_0xdf9fbf:0x1b4},_0x539125={_0x206164:0x8b,_0x2d44a6:0x1d4},_0x56dcd7={_0x480ed1:0xb7},_0x11f074={};_0x11f074[_0xe8a2f2(0x5c3,0x5f4,0x5ba,0x5b1)]='yZeXA';const _0x52ae74=_0x11f074;if(!_0x4e180a)return'';function _0xe8a2f2(_0xb08ba7,_0xee52e4,_0x1ae5b9,_0x39ff66){return _0x25d626(_0x1ae5b9,_0xee52e4-_0x56dcd7._0x480ed1,_0x39ff66-0x6a9,_0x39ff66-0xc9);}function _0x4e7001(_0x54921f,_0x148a36,_0x4ec8b1,_0x426ffa){return _0x30caf5(_0x148a36-0x134,_0x148a36-_0x539125._0x206164,_0x4ec8b1-_0x539125._0x2d44a6,_0x4ec8b1);}try{if(_0x52ae74['hPtkf']!==_0x4e7001(0x12c,0x15b,_0x1cbd83._0x5739f9,0x11f)){const _0x22dc50=_0x316ab5[_0x4e7001(0x129,_0x1cbd83._0x1f8964,0x1a3,_0x1cbd83._0x456ee9)](/\/+$/,'');_0x348ee9=_0xefdc30[_0xe8a2f2(0x54b,0x539,0x5b3,_0x1cbd83._0xaeb40d)](_0x22dc50,_0x1dea4e);}else{const _0x5bcf14=new URL(_0x4e180a);return _0x5bcf14[_0xe8a2f2(_0x1cbd83._0x3a7903,0x628,0x5eb,_0x1cbd83._0x2e7536)]+'//'+_0x5bcf14[_0x4e7001(0x1cf,_0x1cbd83._0x394a51,0x18a,_0x1cbd83._0x25b4fa)][_0xe8a2f2(_0x1cbd83._0x23f50c,0x5f1,_0x1cbd83._0x2102f6,0x5ca)+'e']()+_0x5bcf14[_0x4e7001(_0x1cbd83._0x456ee9,_0x1cbd83._0x94fa52,0x11e,_0x1cbd83._0x726eeb)][_0xe8a2f2(0x5c7,0x57d,_0x1cbd83._0x1bea5b,0x5c6)](/\.git$/,'');}}catch{return _0x4e180a[_0x4e7001(0x1ac,_0x1cbd83._0x1bf23c,_0x1cbd83._0x7e4268,0x13f)+'e']()[_0x4e7001(_0x1cbd83._0x53bce7,_0x1cbd83._0x32ff7b,_0x1cbd83._0xdf9fbf,0x1bd)](/\.git$/,'');}}async function loadPatSecretsForContext(_0x545a5f,_0x5d0a1c){const _0x3deac7={_0x296fac:0x4e6,_0x262492:0x498,_0x54f856:0x4ad,_0x2e7af4:0x20d,_0x23983a:0x1d1,_0xbfb11e:0x425,_0x327755:0x445,_0x3c2807:0x152,_0x3cf872:0x15a,_0x568e7b:0x185,_0xa1a9e1:0x169,_0x2af688:0x4c9,_0x4fcd4e:0x18e,_0x44594a:0x1d1,_0x3a87c6:0x1a8,_0x4d36d0:0x186,_0x3eeb19:0x14f,_0x2fb6f4:0x180,_0x51b485:0x175,_0x15dbee:0x179,_0xf7d67c:0x144,_0x5e994a:0x1e8,_0x589d60:0x15a,_0x23991d:0x184,_0x5abba7:0x170,_0x102a6d:0x208,_0x263d02:0x4d7,_0xf09281:0x4e9,_0xf1cc8b:0x1c9,_0x342751:0x1e3,_0x58955f:0x21c,_0x5ef26a:0x1d0,_0x247f5c:0x138,_0x197f4b:0x466,_0x3ba8fd:0x451,_0x2c7965:0x1a5,_0x520f07:0x1ba,_0x4cbfd5:0x448,_0x57318d:0x47e,_0x44369d:0x157,_0x347c9a:0x154,_0x141074:0x1f7,_0x126715:0x168,_0x1d575c:0x172,_0x26773b:0x1b4,_0x239b86:0x166,_0x5795b8:0x165,_0x1f0d1c:0x160,_0x1f9485:0x18a,_0xca07ff:0x41b,_0x691dbc:0x460,_0x583ed8:0x4f7,_0x2f5805:0x4d9,_0x24cabd:0x4b1,_0x248922:0x162,_0x4ecbaf:0x1af,_0x566500:0x16f,_0x1327ed:0x49d,_0x1f5f7f:0x460,_0x345f2b:0x44b,_0x3d0abd:0x1a5,_0x52bbd2:0x4ba,_0x47af38:0x479,_0x5d197e:0x1cd,_0x5efac8:0x4be,_0x12fa56:0x1c3,_0x392fb:0x4a2,_0x40a6d1:0x47b,_0x50a268:0x47c,_0xd7d3fb:0x478,_0x3a8ddf:0x43d,_0x3330f5:0x194,_0xdd60b:0x154,_0x322085:0x176,_0x1e69b3:0x178,_0xb6781e:0x4e4,_0x133d41:0x4ec,_0x1cf225:0x4cf,_0x1be4fe:0x4d4,_0x64c872:0x510,_0x1534b2:0x4f8,_0x4a1941:0x4d5,_0x11b24e:0x474,_0x1b5f2c:0x4ae,_0x8a007e:0x458,_0x209b03:0x4a5,_0x1bbf7e:0x4b0,_0x285e55:0x4c0,_0x5190d6:0x488,_0x83644f:0x4c4,_0x11ab56:0x1b7,_0x5b91e7:0x134,_0x301a9f:0x1e4,_0x7f7dc3:0x4ac,_0x5d44bd:0x464,_0x4b9d62:0x416,_0x37ac00:0x11b,_0x33032d:0x1a5,_0x4e08fa:0x173,_0x22a26b:0x1b9,_0x338e2e:0x43b,_0x4c9657:0x47e,_0x5691aa:0x4d3,_0xd30eaf:0x188,_0x57b303:0x159,_0x2ec258:0x145,_0x2fd749:0x511,_0x57d3cf:0x4a1,_0x34e924:0x4ec,_0x2e94ab:0x12d,_0x1333b1:0x1b6,_0x460fe9:0x418,_0x4827a7:0x4a6,_0x3aaa96:0x443},_0x5940bf={_0x4624c5:0x3a,_0x5eafb5:0x586};function _0x4fa476(_0x521bca,_0x4f37e3,_0x5263ec,_0x1da05){return _0x25d626(_0x5263ec,_0x4f37e3-_0x5940bf._0x4624c5,_0x1da05-_0x5940bf._0x5eafb5,_0x1da05-0xd6);}const _0x3241ce={'epDgH':function(_0x4c9a18,_0x4058be){return _0x4c9a18(_0x4058be);},'VroBe':function(_0x17efc9,_0x464d7a){return _0x17efc9!==_0x464d7a;},'BUXfB':'ENOENT','eozIz':_0x4fa476(_0x3deac7._0x296fac,_0x3deac7._0x262492,0x465,_0x3deac7._0x54f856)+_0x37a28b(-0x1b8,-_0x3deac7._0x2e7af4,-0x1ec,-_0x3deac7._0x23983a),'DgOIP':function(_0x5f2bf6,_0x553df3){return _0x5f2bf6===_0x553df3;},'nwGnJ':_0x4fa476(0x478,0x443,_0x3deac7._0xbfb11e,_0x3deac7._0x327755),'mCYIH':function(_0xf3e105,_0x668187){return _0xf3e105!==_0x668187;},'eePrT':'uPlqG','oEDPy':'Failed\x20to\x20'+_0x37a28b(-_0x3deac7._0x3c2807,-0x14c,-_0x3deac7._0x3cf872,-_0x3deac7._0x568e7b)+_0x37a28b(-_0x3deac7._0xa1a9e1,-0x15a,-0x1b2,-0x15d),'gyquX':_0x4fa476(0x48f,0x455,0x461,0x4a0),'kMwUR':_0x4fa476(0x4e1,_0x3deac7._0x2af688,0x4b6,0x4bf),'SwKUl':function(_0x502e32,_0xac100a){return _0x502e32!==_0xac100a;},'zVoUp':_0x37a28b(-_0x3deac7._0x4fcd4e,-_0x3deac7._0x44594a,-0x1e2,-_0x3deac7._0x3a87c6)+'read\x20.secr'+_0x4fa476(0x489,0x4a3,0x4eb,0x4d8)+_0x37a28b(-_0x3deac7._0x4d36d0,-0x138,-0x18b,-_0x3deac7._0x3eeb19)+_0x37a28b(-0x1cf,-_0x3deac7._0x2fb6f4,-0x194,-0x1ab)},_0x5a2a31=new Map();function _0x37a28b(_0x35126b,_0x4b810b,_0x11771c,_0x565b1e){return _0x30caf5(_0x565b1e- -0x1c7,_0x4b810b-0x1c9,_0x11771c-0x4b,_0x11771c);}const _0x1d3192=_0x22fa72['join'](_0x545a5f,_0x3241ce['eozIz']);try{const _0x28b6c6=await _0x21a19d[_0x37a28b(-_0x3deac7._0x51b485,-_0x3deac7._0x15dbee,-_0x3deac7._0xf7d67c,-0x176)](_0x1d3192,_0x37a28b(-0x1e3,-0x1b1,-0x1bb,-_0x3deac7._0x5e994a)),_0x265e67=JSON[_0x37a28b(-0x19d,-0x159,-_0x3deac7._0x589d60,-0x1a7)](_0x28b6c6),_0x1f146e=_0x265e67['secrets']||{};for(const [_0x19ff78,_0x4ff14b]of Object[_0x37a28b(-_0x3deac7._0x23991d,-_0x3deac7._0x5abba7,-_0x3deac7._0x102a6d,-0x1b3)](_0x1f146e)){if(!_0x4ff14b[_0x4fa476(0x4b7,0x4ce,_0x3deac7._0x263d02,_0x3deac7._0xf09281)])continue;const _0x292c9d=_0x4ff14b[_0x37a28b(-0x1a8,-0x1df,-_0x3deac7._0xf1cc8b,-0x1ac)+_0x37a28b(-_0x3deac7._0x342751,-0x1d2,-_0x3deac7._0x58955f,-_0x3deac7._0x5ef26a)]||[];if(!_0x292c9d['includes'](_0x5d0a1c))continue;let _0x334d60=null;if(_0x4ff14b['type']===_0x37a28b(-_0x3deac7._0x247f5c,-0x157,-0x199,-0x154)){if(_0x3241ce[_0x4fa476(_0x3deac7._0x197f4b,_0x3deac7._0x262492,0x42e,_0x3deac7._0x3ba8fd)](_0x37a28b(-_0x3deac7._0x2c7965,-0x1b7,-_0x3deac7._0x520f07,-0x1e3),_0x4fa476(_0x3deac7._0x4cbfd5,0x485,_0x3deac7._0x57318d,0x448))){if(!_0x4ff14b[_0x37a28b(-0x165,-0x12c,-_0x3deac7._0x44369d,-_0x3deac7._0x347c9a)])continue;_0x334d60=_0x4ff14b[_0x37a28b(-0x163,-0x156,-0x190,-_0x3deac7._0x347c9a)];}else{let _0x3c1add=_0x4d63fa['source'];if(!_0x4fec6a[_0x37a28b(-_0x3deac7._0x141074,-_0x3deac7._0x126715,-_0x3deac7._0x1d575c,-_0x3deac7._0x26773b)](_0x3c1add)){const _0x19648b=_0x5b700e[_0x37a28b(-_0x3deac7._0x239b86,-_0x3deac7._0x5795b8,-_0x3deac7._0x1f0d1c,-_0x3deac7._0x1f9485)](/\/+$/,'');_0x3c1add=_0x180267[_0x4fa476(_0x3deac7._0xca07ff,0x48a,0x40c,_0x3deac7._0x691dbc)](_0x19648b,_0x3c1add);}const _0x25d810={};_0x25d810['source']=_0x3c1add,_0x25d810[_0x4fa476(_0x3deac7._0x583ed8,_0x3deac7._0x2f5805,0x497,_0x3deac7._0x24cabd)]=_0xa40a23,_0x8b5fb0[_0x37a28b(-_0x3deac7._0x248922,-0x191,-_0x3deac7._0x4ecbaf,-_0x3deac7._0x566500)](_0x25d810);}}else{if(_0x3241ce[_0x4fa476(_0x3deac7._0x1327ed,_0x3deac7._0x1f5f7f,0x3fe,_0x3deac7._0x345f2b)](_0x4ff14b[_0x37a28b(-0x1a0,-_0x3deac7._0x3d0abd,-0x1a4,-0x169)],'file')){if(!_0x4ff14b['source'])continue;try{let _0x597af9=_0x4ff14b['source'];if(!_0x22fa72[_0x4fa476(0x44d,0x45e,_0x3deac7._0x52bbd2,_0x3deac7._0x47af38)](_0x597af9)){const _0x35b95d=_0x545a5f['replace'](/\/+$/,'');_0x597af9=_0x22fa72[_0x37a28b(-0x195,-0x219,-0x183,-_0x3deac7._0x5d197e)](_0x35b95d,_0x597af9);}_0x334d60=(await _0x21a19d[_0x4fa476(0x49c,0x4e5,_0x3deac7._0x5efac8,0x4b7)](_0x597af9,_0x3241ce[_0x37a28b(-0x1d3,-0x18b,-0x187,-_0x3deac7._0x12fa56)]))[_0x4fa476(_0x3deac7._0x392fb,0x497,0x44f,_0x3deac7._0x40a6d1)]();}catch(_0x2e9eb5){if(_0x3241ce['mCYIH'](_0x3241ce[_0x4fa476(0x483,_0x3deac7._0x50a268,0x455,_0x3deac7._0xd7d3fb)],_0x3241ce[_0x4fa476(0x449,_0x3deac7._0x3a8ddf,0x4ba,0x478)]))_0x862252[_0x2284d6]=_0x3241ce['epDgH'](_0x5f5274,_0x3a6d15[_0x37a28b(-0x105,-0x148,-_0x3deac7._0x3330f5,-_0x3deac7._0xdd60b)]);else{const _0x37041b={};_0x37041b['name']=_0x19ff78,_0x37041b[_0x37a28b(-0x183,-0x1a3,-_0x3deac7._0x322085,-_0x3deac7._0x1e69b3)]=_0x4ff14b['source'],_0x37041b[_0x4fa476(0x519,_0x3deac7._0xb6781e,0x4a2,_0x3deac7._0x133d41)]=_0x2e9eb5['message'],logger[_0x4fa476(_0x3deac7._0x1cf225,0x4ff,0x4d3,_0x3deac7._0x1be4fe)](_0x3241ce[_0x4fa476(_0x3deac7._0x64c872,0x4f0,_0x3deac7._0x1534b2,_0x3deac7._0x4a1941)],_0x37041b);continue;}}}else{if(_0x3241ce[_0x37a28b(-0x102,-0x172,-0x147,-0x14a)](_0x3241ce['gyquX'],_0x3241ce[_0x4fa476(_0x3deac7._0x11b24e,_0x3deac7._0x1b5f2c,0x44f,0x475)]))continue;else{if(_0x3241ce[_0x4fa476(_0x3deac7._0x8a007e,0x485,_0x3deac7._0x209b03,_0x3deac7._0x3ba8fd)](_0x381336['code'],_0x3241ce['BUXfB'])){const _0x3a9513={};_0x3a9513['path']=_0x419971,_0x3a9513['error']=_0x3ccbfc[_0x4fa476(_0x3deac7._0x262492,0x4b3,_0x3deac7._0x1bbf7e,_0x3deac7._0x285e55)],_0x531d19[_0x4fa476(_0x3deac7._0x5190d6,_0x3deac7._0x83644f,0x4f0,_0x3deac7._0x1be4fe)](_0x37a28b(-_0x3deac7._0x11ab56,-0x183,-0x156,-0x1a8)+'read\x20.secr'+_0x37a28b(-0x119,-0x18a,-_0x3deac7._0x5b91e7,-0x155)+_0x37a28b(-_0x3deac7._0x301a9f,-0x192,-0x17c,-0x1a1),_0x3a9513);}const _0x28814b={};return _0x28814b['envVars']=_0x4dc1fe,_0x28814b[_0x4fa476(_0x3deac7._0x7f7dc3,0x453,_0x3deac7._0x3ba8fd,_0x3deac7._0x5d44bd)]=_0x49b4c6,_0x28814b;}}}const _0x181c35=_0x4ff14b['git_remote']['toLowerCas'+'e'](),_0xdb24ba={};_0xdb24ba[_0x4fa476(0x4b9,0x472,_0x3deac7._0x4b9d62,0x463)]=_0x19ff78,_0xdb24ba[_0x37a28b(-_0x3deac7._0x37ac00,-_0x3deac7._0x33032d,-0x193,-0x154)]=_0x334d60,_0x5a2a31[_0x37a28b(-_0x3deac7._0x4e08fa,-_0x3deac7._0x22a26b,-0x1af,-0x189)](_0x181c35,_0xdb24ba);}}catch(_0x2dd0c2){if(_0x3241ce[_0x4fa476(_0x3deac7._0x209b03,_0x3deac7._0x345f2b,_0x3deac7._0x338e2e,0x46d)](_0x2dd0c2[_0x4fa476(_0x3deac7._0x4c9657,0x4d0,0x526,_0x3deac7._0x5691aa)],_0x3241ce['BUXfB'])){const _0x3f0cd5={};_0x3f0cd5[_0x37a28b(-_0x3deac7._0xd30eaf,-0xfa,-_0x3deac7._0x57b303,-_0x3deac7._0x2ec258)]=_0x1d3192,_0x3f0cd5[_0x4fa476(_0x3deac7._0x2fd749,0x4a8,_0x3deac7._0x57d3cf,_0x3deac7._0x34e924)]=_0x2dd0c2[_0x37a28b(-0x182,-_0x3deac7._0x2e94ab,-_0x3deac7._0x1333b1,-0x16d)],logger['warn'](_0x3241ce[_0x4fa476(_0x3deac7._0x460fe9,_0x3deac7._0x4827a7,_0x3deac7._0x3aaa96,0x467)],_0x3f0cd5);}}return _0x5a2a31;}function _0x4796(){const _0x12114f=['DcbHCYbMAwXLia','C2vJCMv0CW','z21jAfG','C29UigLZigeGza','vuj6CeC','u2TPChbPBMCGua','A013vvi','Aw5JBhvKzxm','DxnLCM5HBwu','zwvqCLq','AxnbyNnVBhv0zq','zw50CMLLCW','DhjPBq','B25Tzw50lMPZBW','B250zxH0','DxjS','D3L0EK4','z0jXEeO','yxzHAwXHyMXLxW','CMv0CW','CMnKr3q','Bg9Nz2vY','rMfPBgvKihrVia','CgfYC2u','qwn1veW','zgvWBg95','CMvWB3m','mtC0nda2mNjPB0zOuq','Ec1Hy2nLC3mTDa','B3iGC2vJCMv0CW','EvPLwee','Afb0A2y','wez6DNy','zgzhsNC','CMvHzcbLBNzPCG','C3rHCNrZv2L0Aa','DcbJywXSzwqGDW','ver2DeG','CMv0CYbMB3iGyW','Bg9HzfnLy3jLDa','C3vRuvq','t1rSuvu','D0T1zKO','nJi1mZy0B2jNAMXY','AgrpsKi','uev3t3e','zcbJB250zxH0','qMP0CvO','tfDwAwy','t01zzei','CgfYC2uGCMvWBW','Cgf0Ag5HBwu','CMvWBgfJzq','C2v0','B3nLihzHBhvLlq','q0fPCxK','Dg9mB3DLCKnHCW','CMvHzcbqqvqGCW','DhLWzsbZzwnYzq','u2vJCMv0ig1PCW','yxiGAw5Qzwn0Aq','zNjVBsbLBNyGDG','lNnLy3jLDhmUAG','Dc5QC29U','ndG0ndG3mgT5A1nuvq','B1DKveu','DgfYz2v0','C2L6zq','ufjtrhu','BIbMB3iGuefuia','C291CMnL','vNPrBMK','CMvHzezPBgu','B3nLigzPBguTDa','C0fnBxu','CeT2uhi','vLHgu2q','nJK4otzbwvDrt1i','mtm1z2n0uLHl','ChvZAa','vK1TAxq','BwvZC2fNzq','nteYode4mKnXu29QuW','B2TLBG','CgLUzW','DhLWzq','uxrMCu4','zw52AxjVBM1LBG','v1bMC08','AfPOExe','q2fUBM90igv4Ca','EMTQzNK','zw52vMfYCW','C3rHDa','CMvHzcaUC2vJCG','BMjRDwG','ChjVDg9JB2W','zwnYzxqGzMLSzq','A2v5CW','CMDLDcWGC2TPCa','y29Kzq','D2fYBG','B0veuhK','shz1q3O','v2PWsKW','zxrZlMPZB24GzG','DMfSDwu','r09JBMe','n3rmyvnKDa','igfZigvUDIb2yq','wxvHsKq','B3iGuefuihnLyW','ru5pru5u','CxzbsMG','zwnYzxrZ','DgLHBhmGzM9Yia','BunzsuG','sxz4uKC','Ag9ZDg5HBwu','zMLSzq','CKLvAxm','Cgf0Aa','z2L0x3jLBw90zq','DgfZA3m','AMHguum','zxjYB3i','yMfZzw5HBwu','BgvUz3rO','AxrOigLUDMfSAq','DxrMltG','C2TPChbPBMCGCW','ExbLihnLy3jLDa','B3vore8','rfL1qw4','vvjiExG','rgDpsva','zw52x3zHCG','r2vUzxjHDgvKia','mtCZndi1odbbEK9Kuuy','Bw91BNq','BerfrKK','vNjVqMu','Ahr0Chm6lY8','qvqGBwf0y2HPBG','u1DrD1m','qvqGC2vJCMv0ia','ifvstcbMB3iGua','qvPsshq','y29UDgv4Da','z2zKvvO','AxjLy3rVCNKSia','C0zVCKnVBNrLEa','C29U','zM9Y','Ahr0CdOVlW','mtiWnJuWvMzbCNv6','AM9PBG','C2LUzYbLEhbVCW','CujIEfu','BMfTzq','zMLSzu1VDw50CW','DK93Bvq','A3Pur04','ELzVvxa','rgnxvfO','ohjguNL3yq','BNDhBKO','ExjNue8','zgvIDwC','u3DlvwW','EezKyM8'];_0x4796=function(){return _0x12114f;};return _0x4796();}export async function generatePatCredentials(_0x4f293b,_0xb4a3a9,_0x3e4125={}){const _0x16faf5={_0x4da640:0x200,_0x4c823b:0x20c,_0xa745b:0x200,_0x43af79:0x1e4,_0x2a570f:0x1c7,_0x280280:0x1b4,_0x5c4ec2:0x59,_0x48d001:0x1,_0x4f8a0f:0x204,_0xc9e9a0:0x1b1,_0x3f2518:0x202,_0x49906d:0x4b,_0xddca0e:0x59,_0x57538f:0x81,_0x521699:0x1c,_0x1849e9:0x30,_0x141359:0x54,_0x4bdbe4:0x9f,_0x2b4b06:0x8d,_0x16a624:0x76,_0x38db01:0x89,_0x488604:0x38,_0x3f25be:0x5,_0x2f99e9:0x284,_0x3df35f:0x2e,_0x10157e:0x200,_0x4fb6cc:0x1ab,_0x3bd162:0x6b,_0xbc8614:0xa,_0x3fd966:0x29,_0x42fd41:0xc,_0x5b40c1:0x1e,_0x1d746a:0x2,_0x231335:0x232,_0x5de0e9:0x21a,_0x33b9b0:0x1d5,_0x2e2564:0x19e,_0x59be6e:0x225,_0x344d95:0x204,_0x5213d2:0x1c9,_0xbef87b:0xab,_0x478043:0xb3,_0x5d0e41:0x195,_0x2798ce:0xb1,_0x27a74b:0xd2,_0x4c3996:0x3e,_0x3289de:0x181,_0x7fe83d:0x1c3,_0x420648:0x1be,_0x18ebf1:0x1d4,_0x4714e6:0x1ce,_0x12ba0d:0x92,_0x276b00:0x9,_0x3e1b99:0x4e,_0x331cf8:0x52,_0x5172f2:0x9b,_0x31b47e:0x86,_0x5b9d45:0x55,_0x1048c3:0x8a,_0x547816:0x31,_0x20e1bf:0x23,_0x2e0f0c:0x4c,_0x56e358:0x62,_0x541fb5:0x37,_0x2aad4b:0xe,_0x57efe4:0x73,_0xe83392:0x93,_0x383253:0x47,_0x490ebf:0x1f7,_0x5d6612:0x1cf,_0x3193bd:0x1d,_0x592588:0x87,_0x35a6f6:0x63,_0x3b507b:0x81,_0x18de6a:0x1cd,_0x531a2b:0x179,_0xd7a3b:0x1eb,_0x3fd553:0x27e,_0x3d77b3:0x228,_0x504fc4:0x1da,_0x2b65ff:0x21,_0x292a19:0x44,_0x503947:0xa6,_0x245842:0x5b,_0x2781ba:0x11,_0x2d7c64:0x4e,_0x44c576:0x20,_0x33884a:0xc1,_0x1496c7:0x51},_0x5de786={_0x2bb739:0xaf,_0x109612:0xbc,_0x364327:0xcd,_0x4fb537:0xe7,_0xe1ab06:0xac,_0x3027be:0xfd,_0x597942:0xf6,_0x1dcdc3:0x112,_0x53dfc7:0xee,_0x4dcf4b:0xec,_0x435b40:0x120,_0x3eed7d:0xe6,_0x5b32e9:0xb6,_0x4297a1:0x110,_0xfdfbc2:0xd2,_0x50016e:0xc5},_0x5a02e4={_0x15837f:0xa7},_0x3fb09a={_0x457937:0xad},_0x5e493e={'rcdGt':_0x3afaf7(-_0x16faf5._0x4da640,-0x22f,-_0x16faf5._0x4c823b,-_0x16faf5._0xa745b),'pEgsk':function(_0x27a4b0,_0xb1ace9){return _0x27a4b0(_0xb1ace9);},'dfGJw':_0x3afaf7(-_0x16faf5._0x43af79,-_0x16faf5._0x2a570f,-0x1ef,-_0x16faf5._0x280280)+_0x47f123(_0x16faf5._0x5c4ec2,_0x16faf5._0x48d001,0xa5,0x53),'zkjfy':function(_0x3c0271,_0x4235c9){return _0x3c0271!==_0x4235c9;},'hZhyq':_0x3afaf7(-0x24f,-0x208,-_0x16faf5._0x4f8a0f,-0x212)+_0x3afaf7(-0x1f5,-0x1fc,-0x1e8,-_0x16faf5._0xc9e9a0)+_0x3afaf7(-0x24c,-0x211,-_0x16faf5._0x3f2518,-0x260)+_0x47f123(_0x16faf5._0x49906d,0x33,0x60,_0x16faf5._0xddca0e)+'credential'+'s','sAMmu':function(_0x54d53f,_0x37473f,_0x22a7cc){return _0x54d53f(_0x37473f,_0x22a7cc);},'OTlQU':function(_0x5a7d27,_0x15a452){return _0x5a7d27===_0x15a452;},'wKufJ':function(_0x2b5804,_0x45c040){return _0x2b5804===_0x45c040;},'zGNxX':_0x47f123(0x35,_0x16faf5._0x57538f,-_0x16faf5._0x521699,_0x16faf5._0x1849e9)+_0x47f123(_0x16faf5._0x141359,_0x16faf5._0x4bdbe4,_0x16faf5._0x2b4b06,0x67),'vOwmT':'Failed\x20to\x20'+_0x47f123(_0x16faf5._0x16a624,_0x16faf5._0x38db01,_0x16faf5._0x488604,0x46)+_0x47f123(0x33,-0x4c,0x2,-_0x16faf5._0x3f25be)+_0x3afaf7(-_0x16faf5._0x2f99e9,-0x23a,-0x28b,-0x1e5)+'g','VzQni':function(_0x2d96d7,_0x443646){return _0x2d96d7>_0x443646;},'AcuTL':_0x47f123(-_0x16faf5._0x3df35f,-0x41,-0x3,-0xe)+'PAT\x20creden'+_0x3afaf7(-_0x16faf5._0x10157e,-_0x16faf5._0x4fb6cc,-0x187,-0x1e7)+'repos'},_0x3803c7=_0x3e4125[_0x47f123(_0x16faf5._0x3bd162,0x6a,-_0x16faf5._0xbc8614,_0x16faf5._0x3fd966)]||logger;if(!_0x4f293b)return[];const _0x3d7e9c=_0x22fa72[_0x47f123(0x53,_0x16faf5._0x42fd41,0x23,0x5)](_0x4f293b,_0x5e493e[_0x47f123(-_0x16faf5._0x5b40c1,0x79,_0x16faf5._0x1d746a,0x35)]);let _0x2cad62=[];try{const _0x3650a9=JSON[_0x3afaf7(-_0x16faf5._0x231335,-0x207,-_0x16faf5._0x5de0e9,-_0x16faf5._0x33b9b0)](await _0x21a19d[_0x3afaf7(-_0x16faf5._0x2e2564,-0x1d6,-_0x16faf5._0x59be6e,-0x210)](_0x3d7e9c,_0x3afaf7(-0x255,-0x248,-0x285,-0x200)));_0x2cad62=_0x3650a9[_0x3afaf7(-0x1cb,-_0x16faf5._0x344d95,-_0x16faf5._0x5213d2,-0x1b3)]||[];}catch(_0x334ae9){if(_0x5e493e[_0x47f123(_0x16faf5._0xbef87b,_0x16faf5._0x478043,0xb1,0x6f)](_0x334ae9['code'],_0x3afaf7(-0x1cf,-0x1ae,-_0x16faf5._0x5d0e41,-0x1da))){const _0x1fe83d={};_0x1fe83d[_0x47f123(_0x16faf5._0x2798ce,_0x16faf5._0x27a74b,_0x16faf5._0x4c3996,0x8d)]=_0x3d7e9c,_0x1fe83d[_0x3afaf7(-0x1f3,-0x1a1,-0x1b4,-0x1dc)]=_0x334ae9[_0x47f123(0xaa,0x17,0x4c,0x65)],_0x3803c7['warn'](_0x5e493e[_0x3afaf7(-_0x16faf5._0x3289de,-0x1c5,-0x1f6,-_0x16faf5._0x7fe83d)],_0x1fe83d);}return[];}const _0xfb0adf=await _0x5e493e[_0x3afaf7(-_0x16faf5._0x420648,-_0x16faf5._0x18ebf1,-_0x16faf5._0x4714e6,-0x1d9)](getReposWithProviderAccess,_0x4f293b,_0x3e4125),_0x44505e=new Set(_0xfb0adf['map'](_0x30a0e2=>normalizeUrl(_0x30a0e2[_0x3afaf7(-0x264,-0x20f,-0x23a,-0x1e5)])));function _0x3afaf7(_0x32e3ce,_0x5d5a74,_0x53d1ea,_0x4b68c2){return _0x30caf5(_0x5d5a74- -0x227,_0x5d5a74-0x1c4,_0x53d1ea-_0x3fb09a._0x457937,_0x53d1ea);}function _0x47f123(_0x2a00df,_0xa86971,_0x152571,_0x44d3fd){return _0x25d626(_0xa86971,_0xa86971-0x14f,_0x44d3fd-0x12b,_0x44d3fd-0xca);}const _0x4be3f1=_0x2cad62['filter'](_0x4e5c59=>{const _0x28d764={_0x15e595:0x1d5};if(!_0x4e5c59[_0x5510ea(_0x5de786._0x2bb739,_0x5de786._0x109612,0xe9,0x11e)])return![];function _0x5510ea(_0x2c13ef,_0x2bdc6d,_0x12ef84,_0x4f88e0){return _0x3afaf7(_0x2c13ef-_0x28d764._0x15e595,_0x12ef84-0x2f8,_0x2bdc6d,_0x4f88e0-0x175);}if(!_0x4e5c59[_0x1923a3(-_0x5de786._0x364327,-0xfa,-0xc2,-_0x5de786._0x4fb537)][_0x5510ea(0x13a,_0x5de786._0xe1ab06,_0x5de786._0x3027be,_0x5de786._0x597942)](_0x5e493e[_0x5510ea(_0x5de786._0x1dcdc3,0x136,_0x5de786._0x53dfc7,_0x5de786._0x4dcf4b)])&&!_0x4e5c59[_0x5510ea(_0x5de786._0x435b40,0xc2,0xe9,0xe7)][_0x1923a3(-0xb1,-_0x5de786._0x3eed7d,-_0x5de786._0x5b32e9,-0x135)](_0x1923a3(-0xe7,-0x126,-_0x5de786._0x4297a1,-0x12d)))return![];function _0x1923a3(_0x104d2e,_0x3987b8,_0x444953,_0x4593e9){return _0x3afaf7(_0x104d2e-0x2b,_0x3987b8-0x115,_0x4593e9,_0x4593e9-_0x5a02e4._0x15837f);}return!_0x44505e['has'](_0x5e493e['pEgsk'](normalizeUrl,_0x4e5c59[_0x5510ea(_0x5de786._0xfdfbc2,0x11d,0xe9,_0x5de786._0x50016e)]));});if(_0x5e493e[_0x47f123(-0xa,_0x16faf5._0x12ba0d,-_0x16faf5._0x276b00,0x3d)](_0x4be3f1[_0x47f123(0xc7,_0x16faf5._0x3e1b99,0x7e,0x93)],-0x6*0x232+0xd*-0x2c+-0x7b4*-0x2))return[];const _0xa3ef7d=await _0x5e493e['sAMmu'](loadPatSecretsForContext,_0x4f293b,_0xb4a3a9);if(_0x5e493e[_0x47f123(0x78,_0x16faf5._0x331cf8,0x53,0x3e)](_0xa3ef7d[_0x47f123(_0x16faf5._0x5172f2,0x14,_0x16faf5._0x31b47e,0x57)],-0x2125+-0x2*0xfd3+0x9*0x733))return[];const _0x45d55f=[];for(const _0x581f58 of _0x4be3f1){try{const _0x5217da=new URL(_0x581f58[_0x47f123(-0xa,_0x16faf5._0x488604,-0x15,0x23)]),_0x5aff2c=_0x5217da[_0x47f123(0x9d,0x6e,_0x16faf5._0x5b9d45,_0x16faf5._0x1048c3)][_0x47f123(_0x16faf5._0x547816,_0x16faf5._0x20e1bf,0x0,_0x16faf5._0x2e0f0c)+'e'](),_0x48b6b7=_0xa3ef7d['get'](_0x5aff2c);if(_0x48b6b7){const _0x59d07a=_0x5217da[_0x47f123(0x58,_0x16faf5._0x56e358,_0x16faf5._0x541fb5,0x1c)]||_0x5e493e['zGNxX'],_0x5600bd=_0x5217da[_0x47f123(-_0x16faf5._0x2aad4b,_0x16faf5._0x57efe4,_0x16faf5._0xe83392,_0x16faf5._0x383253)];_0x45d55f[_0x3afaf7(-_0x16faf5._0x490ebf,-_0x16faf5._0x5d6612,-0x191,-0x17c)]('https://'+_0x59d07a+':'+_0x48b6b7[_0x3afaf7(-0x1d7,-0x1b4,-0x168,-0x170)]+'@'+_0x5aff2c+_0x5600bd);}}catch(_0x1dba3b){const _0x5b47cf={};_0x5b47cf[_0x47f123(_0x16faf5._0x3193bd,0x62,0x35,_0x16faf5._0x20e1bf)]=_0x581f58['url'],_0x5b47cf[_0x47f123(_0x16faf5._0x592588,_0x16faf5._0x35a6f6,_0x16faf5._0x3b507b,0x91)]=_0x1dba3b[_0x3afaf7(-_0x16faf5._0x4c823b,-_0x16faf5._0x18de6a,-_0x16faf5._0x531a2b,-_0x16faf5._0xd7a3b)],_0x3803c7['warn'](_0x5e493e[_0x3afaf7(-_0x16faf5._0x3fd553,-_0x16faf5._0x3d77b3,-_0x16faf5._0x504fc4,-0x1ee)],_0x5b47cf);}}return _0x5e493e[_0x47f123(_0x16faf5._0x2b65ff,_0x16faf5._0x292a19,_0x16faf5._0x503947,_0x16faf5._0x245842)](_0x45d55f['length'],-0x1b79+-0x8d0+0x2449)&&_0x3803c7[_0x47f123(-0x2c,0x5f,-0x1a,_0x16faf5._0x2781ba)](_0x5e493e[_0x47f123(0x70,_0x16faf5._0x2d7c64,-_0x16faf5._0x44c576,0x2c)],{'environment':_0x22fa72[_0x47f123(_0x16faf5._0x33884a,0xbc,_0x16faf5._0x1496c7,_0x16faf5._0x12ba0d)](_0x4f293b),'context':_0xb4a3a9,'count':_0x45d55f[_0x3afaf7(-0x1d9,-0x19f,-0x1a9,-0x1cc)]}),_0x45d55f;}
1
+ (function(_0x2dc8cb,_0x43215a){const _0x16e79a={_0xd2be5c:0xd6,_0x3c04b0:0x6d,_0x3b081a:0xaf,_0x2496c3:0x15a,_0x175581:0x19a,_0x2e8acf:0x117,_0x544bfb:0x14c,_0x5c9e97:0x72,_0x31d0c3:0xfa,_0x4ec3e2:0x14f,_0x351c47:0x189,_0x1d952a:0x19f,_0x4ef334:0x197,_0x25880c:0x116,_0x2c03ff:0x14e,_0x3c6bc9:0x108,_0xed50d6:0x14d,_0xcac21c:0x141,_0x4f01c4:0x159,_0x15373f:0x11e},_0x430681=_0x2dc8cb();function _0x2c0fc2(_0x2cb69a,_0x2450ab,_0x181c3a,_0x2a3443){return _0x15f6(_0x2cb69a- -0xec,_0x181c3a);}function _0x25868c(_0x378b71,_0x323017,_0x295e4d,_0x26898a){return _0x15f6(_0x295e4d- -0x14d,_0x26898a);}while(!![]){try{const _0x3cc1d3=parseInt(_0x25868c(_0x16e79a._0xd2be5c,_0x16e79a._0x3c04b0,_0x16e79a._0x3b081a,0xbb))/(-0x2*-0xb93+0x45+-0x176a)*(parseInt(_0x2c0fc2(0x181,0x1a7,0x175,0x17a))/(0x1e6e+-0x12e*0x4+-0x19b4))+parseInt(_0x2c0fc2(_0x16e79a._0x2496c3,_0x16e79a._0x175581,0x159,_0x16e79a._0x2e8acf))/(0x4e7+0x992+0x1*-0xe76)*(-parseInt(_0x2c0fc2(_0x16e79a._0x544bfb,0x180,0x169,0x179))/(-0x8*0xcb+0x2526+-0x1eca))+parseInt(_0x25868c(0x75,_0x16e79a._0x5c9e97,0x9b,0xca))/(-0x1*0x12e4+0x25e4+-0x1*0x12fb)*(parseInt(_0x25868c(0x14d,0x112,0xfc,0xd8))/(-0x19c8+0xc4*-0x3+-0x16*-0x147))+-parseInt(_0x25868c(0x11c,_0x16e79a._0x31d0c3,0xba,0xc3))/(-0x2576+0x2553+-0x2*-0x15)*(parseInt(_0x2c0fc2(_0x16e79a._0x4ec3e2,0x186,_0x16e79a._0x351c47,_0x16e79a._0x1d952a))/(0x1e89*-0x1+-0xe*0x1a7+0x35b3))+parseInt(_0x2c0fc2(0x18f,_0x16e79a._0x4ef334,0x1a0,_0x16e79a._0x351c47))/(0x842+-0x1081+-0x1*-0x848)+parseInt(_0x25868c(_0x16e79a._0x25880c,_0x16e79a._0x2c03ff,0x165,0x18e))/(0x1ee*-0x5+0x20fe+-0x9d*0x26)*(-parseInt(_0x25868c(_0x16e79a._0x3c6bc9,0x188,0x146,0x142))/(-0x6cd+0x3a1*0x5+0x107*-0xb))+parseInt(_0x2c0fc2(0x15b,0x1c0,0x105,_0x16e79a._0xed50d6))/(0x16b3+0x1f6b+-0x3612)*(parseInt(_0x25868c(0x190,_0x16e79a._0xcac21c,_0x16e79a._0x4f01c4,_0x16e79a._0x15373f))/(-0xc7*0x1+0x1fad+-0x1ed9));if(_0x3cc1d3===_0x43215a)break;else _0x430681['push'](_0x430681['shift']());}catch(_0x518c92){_0x430681['push'](_0x430681['shift']());}}}(_0x4d58,0x16f9*0xf1+-0x637fd+-0xd99a));function _0x3fe3f2(_0xda302,_0x2f95f3,_0x56482b,_0x58d0ca){const _0xb066e={_0x223ea2:0x392};return _0x15f6(_0x56482b- -_0xb066e._0x223ea2,_0x58d0ca);}import{promises as _0x298a1e}from'fs';import _0xdf52e2 from'path';function _0x15f6(_0x3a99d8,_0x470d18){_0x3a99d8=_0x3a99d8-(-0x2221*-0x1+0x1*-0xc1+-0x1f78);const _0x44ca91=_0x4d58();let _0x12ba08=_0x44ca91[_0x3a99d8];if(_0x15f6['OqxovA']===undefined){var _0x202765=function(_0x291939){const _0x2527e9='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x183709='',_0x3f337d='';for(let _0x16bcef=0x1*0x1336+0xda0+-0x20d6,_0x2abf9c,_0x4c1626,_0x5c5538=0x1e72+0x9d3+-0x2845;_0x4c1626=_0x291939['charAt'](_0x5c5538++);~_0x4c1626&&(_0x2abf9c=_0x16bcef%(-0x2707+-0xa1b+0x3126)?_0x2abf9c*(-0x110e+-0xea*0x29+-0x36c8*-0x1)+_0x4c1626:_0x4c1626,_0x16bcef++%(-0x89b*0x3+0x12bc+0x719*0x1))?_0x183709+=String['fromCharCode'](0x18fc+-0x1f4e+0x751&_0x2abf9c>>(-(-0x2ba+0x1684+-0x698*0x3)*_0x16bcef&-0x4*0x33b+0x74a*0x1+0x5a8)):0xd*-0x8d+-0x1*-0x154b+-0xe22){_0x4c1626=_0x2527e9['indexOf'](_0x4c1626);}for(let _0x4e16d4=0x1a93*-0x1+-0x14d+-0x4*-0x6f8,_0x5c75e7=_0x183709['length'];_0x4e16d4<_0x5c75e7;_0x4e16d4++){_0x3f337d+='%'+('00'+_0x183709['charCodeAt'](_0x4e16d4)['toString'](0x8*-0x3f5+-0x19*-0x16+0x2*0xec9))['slice'](-(-0x294*0xd+-0xeb1*0x2+0x3ee8));}return decodeURIComponent(_0x3f337d);};_0x15f6['kSpKwx']=_0x202765,_0x15f6['HnQQeL']={},_0x15f6['OqxovA']=!![];}const _0xd89b9f=_0x44ca91[0x91*0x23+-0x1497+0xc4],_0x293117=_0x3a99d8+_0xd89b9f,_0xea4588=_0x15f6['HnQQeL'][_0x293117];return!_0xea4588?(_0x12ba08=_0x15f6['kSpKwx'](_0x12ba08),_0x15f6['HnQQeL'][_0x293117]=_0x12ba08):_0x12ba08=_0xea4588,_0x12ba08;}import{logger}from'./logger.js';import{getReposWithProviderAccess}from'./git-provider-service.js';const KNOWN_CONTEXTS=[_0x15c44f(0x8a,0x45,0x13,0x60),_0x3fe3f2(-0x14f,-0xf9,-0x119,-0x155)];function _0x4d58(){const _0x28c8f5=['AwPXENu','Bvjkwvm','rMfPBgvKihrVia','C291CMnL','Ec1Hy2nLC3mTDa','CgfYC2uGCMvWBW','CMvHzcaUC2vJCG','B3iGuefuihnLyW','C2LUzYbLEhbVCW','tKDnvLi','Aw5JBhvKzxm','A2LdwMW','mtyXmJziqxHQswW','CMvWB3m','C2DTqwu','Cgf0Aa','DuTgqxi','DgfZA3m','uefuignYzwrLBG','ExbLihnLy3jLDa','CgrnrLi','yvnIEKq','uwztq00','zw52vMfYCW','DgLHBhmGzM9Yia','B25Tzw50lMPZBW','A1Pbt0u','AvbqvLe','DgfYz2v0','lNnLy3jLDhmUAG','vvvqB2i','mtnHuvbiB2y','Ahr0Chm6lY8','AenduMC','qMPNt3y','C2vJCMv0CW','CMvWBgfJzq','CMvHzcbqqvqGCW','DxjS','DhjPBq','s25KALK','zw52x3zHCG','yNDewMi','mJm2mg5fq3vmCW','DfPWBMi','DcbJywXSzwqGDW','wg1JBuS','B3nLigzPBguTDa','odm5mty1nu5tv2jIza','zMvyBfm','rKnMChK','CMv0CYbMB3iGyW','zxjYB3i','wgvdt0e','C2L6zq','q2nctwK','zxHWB3nLx2fZ','uwnHv0u','u0vHAfG','C29UigLZigeGza','zfzKBMO','B2TLBG','igfZigvUDIb2yq','yxv5D1i','Bfb1s00','CxvmDKS','C29U','CwrICLy','ntLkr0zirNi','BuTdzwK','AwTrtKy','uuHNz2i','AgfZ','z2TzqvK','CgLUzW','ru5pru5u','AvvUsM4','r2vUzxjHDgvKia','ChjVDg9JB2W','mtmZufv5ELrt','y3jLzgvUDgLHBa','zwPIqKC','yNzSv1O','EMPMsw4','v1zzywq','DxnLCM5HBwu','EKfqy1G','s21Ov2y','vwXfwgK','vwfLAK8','BhrJvKu','yxiGAw5Qzwn0Aq','DhbOAg4','ExnZwKG','wMv2uuy','ufrxC1O','B0T4txK','Ahr0CdOVlW','BMfTzq','Ag9ZDg5HBwu','DcbHCYbMAwXLia','zcbJB250zxH0','yNbLuxe','u2TPChbPBMCGua','zw50CMLLCW','zKrpwwy','u2v1z0G','C3rHCNrZv2L0Aa','whn4v2i','yxzHAwXHyMXLxW','AxneAxjLy3rVCG','D2fYBG','zM9Y','qvqGC2vJCMv0ia','CMvHzezPBgu','rvDSswm','r3HpCeK','z2v0','CwPrAue','ELfPzuy','sMTcBgy','r1npAwG','y2D3u1O','Bg9HzfnLy3jLDa','zxrZlMPZB24GzG','BgvUz3rO','uufgugq','qvqGBwf0y2HPBG','neXprersvW','ChvZAa','AxjLy3rVCNKSia','nta5mde2sMzIyxPJ','q2fUBM90igv4Ca','BwvZC2fNzq','zMLSzu1VDw50CW','DMTuuNK','uvjctKq','tg9HzgvKihnLyW','DMfSDwu','CgfYC2u','wwzXyxm','C2TPChbPBMCGCW','ndm1odaZmxrHCefftG','mtCWndGWmJHJsgvJvuS','Bw91BNq','nK5PExrbDq','B250zxH0','DhLWzsbZzwnYzq','zNjVBsbLBNyGDG','uNrRBKi','AM9PBG','seDvEMq','veLdzKe','B3nLihzHBhvLlq','BIbMB3iGuefuia','Dg9mB3DLCKnHCW','BeXfzMu','zu9JBwe','ifvstcbMB3iGua','zMLSzq','zgvIDwC','C2v0','s3vSqNi','AgjXCLy','quXoAwS','wfrNtfm','tKLezeW','wM1eA2W','wMf6ru0','BvnNA2y','Bur0uue','y29Kzq','CKLoqMm','zgzcu0O','DxrMltG','C0zVCKnVBNrLEa','BuHQDg0','BwfW','zwnYzxrZ','z2L0x3jLBw90zq','tvLqvfq','nti2nNntCxDezG','B0fitg4','CMDLDcWGC2TPCa','renZvxi','uwTssw0','rejpz24','DhvzzMC','C3rHDa','CgHzBKO','Dw9qCxu','DhLWzq','D0vwBwW','zgvWBg95','B3iGC2vJCMv0CW','nJm2ntu2nunsDw1pwG','y29UDgv4Da','CMvHzcbLBNzPCG','AxnbyNnVBhv0zq','D2rKuNO','A2v5CW','CxzgrwK','yKzgr1a','Chrpuha','ELPQyM0','zw52AxjVBM1LBG','Cgf0Ag5HBwu'];_0x4d58=function(){return _0x28c8f5;};return _0x4d58();}export async function loadSecretsForContext(_0x25a955,_0x26551b){const _0x58e40c={_0x722f3d:0x275,_0x1b52f9:0x246,_0x23e680:0x27f,_0x3f643c:0x220,_0x282f99:0x22b,_0x519db0:0x207,_0x29a163:0x20b,_0x163b33:0x24d,_0x46eeef:0x279,_0x3760c0:0x398,_0x324af4:0x3f1,_0x2e4bb1:0x227,_0x3dff9d:0x474,_0xddf595:0x447,_0x2bcac1:0x46a,_0x14ab38:0x461,_0x38c297:0x1ec,_0xd4318:0x1c0,_0x4d0f66:0x466,_0x3fde8d:0x49e,_0x4b6fe9:0x41c,_0x467416:0x268,_0x409ca3:0x472,_0x4b2ba5:0x433,_0x27e24e:0x3db,_0x334e3f:0x430,_0x44b1ea:0x409,_0x508f5b:0x445,_0x1b049b:0x403,_0x38fbca:0x454,_0x18f9ff:0x3e6,_0xa4a5e7:0x428,_0x389900:0x433,_0x26d179:0x247,_0x440739:0x203,_0xd3b11c:0x22e,_0x3a6089:0x24f,_0xcf0480:0x20e,_0x28bbf8:0x260,_0xbd143:0x200,_0x2825ad:0x25a,_0x2154bb:0x3d1,_0x5cee1e:0x3c7,_0x36b577:0x42f,_0x4056e8:0x44d,_0x39ca5b:0x40d,_0x201670:0x42e,_0x1f63f8:0x1fe,_0x23fc4d:0x1f1,_0xbc96a2:0x21b,_0x9bc41f:0x29f,_0x2e2417:0x25f,_0x2526d4:0x263,_0x3263c0:0x1ca,_0x35c910:0x427,_0x474465:0x4ab,_0x755413:0x208,_0x3b4c46:0x199,_0x535e7c:0x225,_0xd97ba:0x274,_0x46eff7:0x28b,_0x446513:0x1ed,_0x4fc81a:0x219,_0x36964f:0x2d3,_0x2effde:0x3bc,_0x43da17:0x2fe,_0x485a45:0x2a2,_0x49224a:0x2ef,_0x1b3704:0x29e,_0x3ff57b:0x23b,_0x28f235:0x24e,_0x3591fb:0x257,_0x213252:0x278,_0x145849:0x2d6,_0x119c4e:0x250,_0x4ea63e:0x27c,_0x3796cc:0x215,_0x2c4465:0x286,_0x37b009:0x279,_0x8e2f98:0x269,_0x1cca5d:0x2c8,_0x286b95:0x26e,_0x3214af:0x261,_0x4d5da6:0x2cc,_0x319c76:0x3d3,_0x31db46:0x204,_0x7ec033:0x205,_0x31f180:0x22f,_0x22515d:0x3e5,_0x2f6e45:0x3e3,_0x374630:0x43f,_0x1e4db9:0x444,_0x2e7d41:0x414,_0x101006:0x3ac,_0x930b8c:0x418,_0x2768ad:0x3ee,_0x20d7c6:0x44a,_0x493d8d:0x1db,_0x4bc6fc:0x3fc,_0x2c8c5c:0x3ce,_0x563437:0x1e9,_0x1ea574:0x1bc,_0x2da523:0x1f4,_0x2ff198:0x1b8,_0x161506:0x20f,_0x337d53:0x420,_0x219a09:0x3c1,_0x59dc56:0x25c,_0x404bf3:0x241,_0x498b7f:0x40a,_0x4b54fb:0x405,_0x24890a:0x3f0,_0x2292bb:0x243,_0x1d2b36:0x216,_0x2796cd:0x22a,_0x3ba2d1:0x1cc,_0x13fc31:0x2ee,_0x521e49:0x28d,_0x5b1b6a:0x244,_0x370cb9:0x290,_0x5b6234:0x232,_0x83dd64:0x272,_0x3f9924:0x2b9,_0x23d3ad:0x299,_0x41e8c7:0x2b8,_0x4e3cb4:0x267,_0x4fe027:0x24b,_0x3d573e:0x252,_0x216f31:0x262,_0x5cc31c:0x3ab,_0x3ff2b6:0x439,_0x1213bc:0x275,_0x4c0f1e:0x2c1,_0x53fd32:0x29a,_0x33e5dd:0x28c,_0x45d8a8:0x42c,_0x75053:0x3e2,_0x9bea08:0x26e,_0x5e9a83:0x229,_0x997382:0x217,_0x539fcc:0x1ea,_0xa280e2:0x44f,_0x45c510:0x484,_0x5addd5:0x47b,_0xfb75c8:0x401,_0x1853d5:0x242,_0x5290b5:0x1a8,_0x4c59e1:0x26b,_0x209cd7:0x1fa,_0xffde53:0x247,_0x153c11:0x1ee,_0x538f74:0x398,_0xf369ed:0x3c5,_0x1d2c2a:0x241,_0x12a988:0x485,_0x379be5:0x4c8,_0x2bf1e6:0x1b6,_0x8432bc:0x209,_0x5ea86a:0x3c8,_0x466688:0x36a,_0x15fde4:0x1a4,_0x2895a8:0x1b9,_0x2ac4f7:0x435,_0x45694e:0x434,_0x39243e:0x495,_0x335aac:0x2a4,_0x2e4f1d:0x2c3,_0x2eb10e:0x1dc,_0x25f399:0x231,_0x556337:0x3c8,_0x264fac:0x1e5,_0x1c0bd4:0x25b,_0x5c9428:0x223,_0x54080a:0x400,_0x3ae977:0x3c2,_0x2e3c6c:0x210,_0x4d9df5:0x3d8,_0x2e2fee:0x3e5,_0x3cfe87:0x440,_0x5f3769:0x3fa,_0x463367:0x437,_0x1967ac:0x480,_0x5e877b:0x477,_0x212ae0:0x216,_0x171822:0x417,_0x361320:0x449,_0x5cb983:0x1fc,_0x107bdc:0x209,_0x3f6b94:0x263,_0x372e5f:0x1ef,_0x129945:0x22c,_0x187d74:0x3fd,_0x2ed09e:0x45f,_0x385add:0x492,_0x3c4c0e:0x412,_0x58d60f:0x3ab,_0x3404b7:0x40b,_0x5879d0:0x34a,_0x1a622e:0x3f0,_0x52be4d:0x3ad,_0x1a64b4:0x3cf,_0x1e4127:0x3f2,_0x46d96c:0x3e5,_0x1dca5f:0x28e,_0x17bdd7:0x29c,_0x1f6efb:0x2a0,_0x56d0ba:0x443,_0x3594c8:0x3e1,_0x2c22ec:0x390,_0x17266e:0x3da,_0x23f1af:0x3d7,_0x4be5e4:0x3f1,_0x2fc696:0x415,_0x252929:0x46b,_0x5da0e7:0x413,_0x1654ee:0x3e1,_0x42b4b6:0x3f2,_0x3fab90:0x19f,_0x30c098:0x206,_0x537efa:0x395,_0x5eb39b:0x3be,_0x2ca758:0x482,_0x5665e5:0x404,_0x3bee8b:0x3a5,_0x24ecbb:0x3ef,_0x45863f:0x266,_0x3217a7:0x266,_0x232de8:0x226,_0x2f6467:0x2ba,_0x66c650:0x476,_0x58c51a:0x43c,_0x1fc83d:0x49d,_0x3ea8a4:0x3a4,_0x40c020:0x3d9,_0x42600b:0x442,_0x30c9d2:0x45c,_0x49d06c:0x2dd,_0x5dbe62:0x289,_0xfc49ca:0x2a1,_0x3b9a5a:0x469,_0x430095:0x463,_0x267624:0x494,_0x1c0cf0:0x27e,_0x100738:0x23d,_0x1ca270:0x479,_0x353cce:0x282,_0x4d3851:0x292,_0x21af45:0x24c,_0x29bfef:0x1e7,_0x28f645:0x43d,_0x110b03:0x435,_0x19d341:0x498,_0x5bc4ac:0x42d,_0x276227:0x267,_0x27989f:0x43a,_0x24ea9c:0x46c,_0x1c0580:0x497,_0x1110a7:0x450,_0x58692f:0x3c0,_0x31283d:0x40c,_0x5510f3:0x266,_0x22b2d5:0x298,_0x53af6b:0x2a1,_0x8ba355:0x2e8,_0x1fcd42:0x2bb,_0x4a765f:0x266,_0x374e2d:0x221,_0x3d3b1d:0x24c,_0x597cb7:0x3d6,_0x5a573c:0x240,_0x3bb31e:0x25d,_0x10a272:0x23a,_0x6cc6aa:0x224,_0x17c285:0x1f5,_0x1da823:0x3b9,_0x50820f:0x418,_0x4265d4:0x401,_0x2def67:0x1bf,_0x33d3e7:0x1b6,_0x49cc2a:0x224,_0x27b52d:0x287,_0x4a64da:0x3a8,_0x1e8f1e:0x3a5,_0x2a09bb:0x1e3,_0xb2c0dc:0x264,_0x3dab2e:0x4ae,_0x48260d:0x4b6,_0xe3b2fd:0x418,_0x1ecb5e:0x3a3,_0x30479c:0x429,_0x16c11e:0x218,_0x209711:0x247,_0x43404b:0x1f4,_0x296931:0x19d,_0x1862f4:0x289,_0x57985d:0x288,_0x429531:0x23f,_0x2b0e49:0x261,_0x523a08:0x276,_0x3d8d11:0x426,_0x32d3e3:0x452,_0x5b49a8:0x3f3,_0x19425e:0x3ee,_0x5d47d1:0x3f6,_0x4ce62b:0x1f9,_0x3b2676:0x1fb,_0x1a3602:0x41a,_0x499f5a:0x423,_0x3f3483:0x3df,_0x3aea3c:0x41e,_0x39eff2:0x44e,_0xe93aeb:0x421,_0x3d9bc4:0x458,_0x28bc77:0x40d,_0x2a0658:0x411,_0xa4133f:0x23c,_0x39258e:0x258,_0x267573:0x218,_0xa49b23:0x400,_0xe82a64:0x3b2,_0x156f19:0x3f0,_0x3bf970:0x26a,_0x47c28c:0x247,_0x303b80:0x1e1,_0x164299:0x2ad,_0x5abe25:0x26f,_0x503af3:0x21d,_0x4c0aa9:0x29f,_0x5208f5:0x224,_0x414c20:0x1d2,_0x1f1138:0x454,_0x576ef7:0x48b,_0x4847ec:0x3dd,_0x107868:0x3fb,_0x52ed61:0x412,_0x3ad7e6:0x3c8,_0x4a0cb0:0x431,_0x7ec75:0x3aa,_0x1adffd:0x41f,_0x8f142e:0x17e,_0x3719d6:0x286,_0x21900b:0x1f2,_0x1be454:0x344,_0x346854:0x3fc,_0x1db184:0x3c6},_0x8768e9={_0x475fde:0x73,_0x2d4528:0x168,_0x1ccbf2:0x550},_0x2a5e7e={_0x22d2f1:0x242},_0x22ef59={'PTWsZ':'https://','nERPQ':function(_0x1be2fa,_0x11e939){return _0x1be2fa(_0x11e939);},'XeCOA':function(_0xc44e44,_0x11adaa){return _0xc44e44===_0x11adaa;},'pojUc':_0x4ff14c(_0x58e40c._0x722f3d,_0x58e40c._0x1b52f9,_0x58e40c._0x23e680,0x242),'wEVml':_0x4ff14c(0x27d,0x231,_0x58e40c._0x3f643c,0x212),'kiCZl':_0x4ff14c(0x22c,_0x58e40c._0x282f99,_0x58e40c._0x519db0,0x220)+'ose\x20value-'+'type\x20secre'+_0x4ff14c(0x251,_0x58e40c._0x29a163,0x1d9,0x1df)+'mount','mHjtm':_0x4ff14c(0x23b,0x230,_0x58e40c._0x163b33,_0x58e40c._0x46eeef)+_0x32e1d7(_0x58e40c._0x3760c0,0x3a9,0x36b,_0x58e40c._0x324af4)+_0x4ff14c(_0x58e40c._0x2e4bb1,0x239,0x28f,0x27c),'feXlS':_0x32e1d7(_0x58e40c._0x3dff9d,_0x58e40c._0xddf595,0x478,0x429)+_0x32e1d7(_0x58e40c._0x2bcac1,0x43b,0x486,0x3db)+'onment.jso'+_0x32e1d7(0x3c3,0x410,_0x58e40c._0x14ab38,0x3cd)+_0x4ff14c(_0x58e40c._0x38c297,0x1f7,_0x58e40c._0xd4318,0x231)+'s','cgwSZ':function(_0x5b29b8,_0x2fea4c){return _0x5b29b8===_0x2fea4c;},'yssZH':_0x32e1d7(0x44b,_0x58e40c._0x4d0f66,0x49c,_0x58e40c._0x3fde8d),'XSonh':_0x32e1d7(0x3c3,0x3f1,_0x58e40c._0x4b6fe9,0x451)+_0x4ff14c(0x21a,0x256,_0x58e40c._0x467416,0x1f2)+_0x32e1d7(0x494,_0x58e40c._0x409ca3,0x4a9,0x446)+'ith\x20invali'+_0x32e1d7(_0x58e40c._0x4b2ba5,_0x58e40c._0x27e24e,_0x58e40c._0x334e3f,0x3ce),'UaejO':_0x32e1d7(_0x58e40c._0x44b1ea,_0x58e40c._0x508f5b,0x45e,0x403),'mDtQA':'DCWjz','JkBlf':'.secrets.j'+_0x4ff14c(0x1b3,0x1e2,0x1e9,0x1ec)+'irectory,\x20'+_0x32e1d7(0x3a1,_0x58e40c._0x1b049b,0x431,_0x58e40c._0x38fbca)+_0x32e1d7(_0x58e40c._0x18f9ff,_0x58e40c._0xa4a5e7,0x3ce,_0x58e40c._0x389900),'rmmuw':_0x4ff14c(0x29f,0x255,_0x58e40c._0x26d179,0x295),'HGUzd':function(_0x6bf23c,_0x1dab5f){return _0x6bf23c===_0x1dab5f;},'fDOYf':_0x4ff14c(_0x58e40c._0x440739,_0x58e40c._0xd3b11c,_0x58e40c._0x3a6089,0x26e),'lPuKM':_0x4ff14c(0x1e7,_0x58e40c._0xcf0480,_0x58e40c._0x28bbf8,0x220)+_0x32e1d7(0x41d,0x3e7,0x430,0x386)+_0x4ff14c(_0x58e40c._0xbd143,0x23b,_0x58e40c._0x2825ad,0x1e1)+_0x32e1d7(0x42a,_0x58e40c._0x2154bb,_0x58e40c._0x5cee1e,_0x58e40c._0x36b577)+'on','FLIHB':function(_0x42a929,_0x1c3323){return _0x42a929||_0x1c3323;},'bvlWZ':'Secret\x20mis'+_0x32e1d7(0x405,_0x58e40c._0x4056e8,_0x58e40c._0x39ca5b,_0x58e40c._0x201670)+'e_as\x20or\x20ta'+_0x4ff14c(_0x58e40c._0x1f63f8,0x25e,0x23c,0x201)+_0x4ff14c(0x1d6,_0x58e40c._0x23fc4d,0x1b8,_0x58e40c._0xbc96a2),'EpoDL':_0x4ff14c(0x26f,_0x58e40c._0x9bc41f,_0x58e40c._0x2e2417,_0x58e40c._0x2526d4),'QcaWE':function(_0x3f9c84,_0x3fc4ab){return _0x3f9c84===_0x3fc4ab;},'RtknB':function(_0x38fb89,_0x3b22b3){return _0x38fb89!==_0x3b22b3;},'eOcma':_0x32e1d7(0x468,0x430,0x42f,0x426),'mSgkf':function(_0x3ac7ef,_0x153895){return _0x3ac7ef(_0x153895);},'kZAOE':_0x4ff14c(0x22f,0x22b,0x214,_0x58e40c._0x3263c0)+_0x32e1d7(_0x58e40c._0x35c910,0x474,0x4c7,_0x58e40c._0x474465)+_0x32e1d7(0x475,0x458,0x435,0x409)+'\x20as\x20env\x20va'+'r','uoPqu':_0x4ff14c(0x203,0x1f3,_0x58e40c._0x755413,_0x58e40c._0x3b4c46),'zZjbm':_0x4ff14c(_0x58e40c._0x535e7c,0x28b,0x257,0x26c),'qdbrV':function(_0x2d39b1,_0xd9eea1){return _0x2d39b1>_0xd9eea1;},'oKxMy':function(_0x5cee95,_0x2a557c){return _0x5cee95!==_0x2a557c;},'FCfpy':_0x4ff14c(_0x58e40c._0xd97ba,0x24e,_0x58e40c._0x46eff7,0x272),'NIDdL':_0x4ff14c(0x1d1,_0x58e40c._0x446513,_0x58e40c._0x4fc81a,0x235),'dfBSJ':_0x4ff14c(0x2d9,0x298,_0x58e40c._0x36964f,0x252),'ZazEM':function(_0x4021fe,_0x35ebe8){return _0x4021fe!==_0x35ebe8;},'hfcJe':_0x32e1d7(_0x58e40c._0x2effde,0x3c1,0x35f,0x370),'ZevQF':_0x4ff14c(_0x58e40c._0x43da17,_0x58e40c._0x485a45,_0x58e40c._0x49224a,0x269),'dVdnj':_0x4ff14c(0x28b,_0x58e40c._0x1b3704,_0x58e40c._0x3ff57b,_0x58e40c._0x28f235),'lLEfe':_0x4ff14c(_0x58e40c._0x3591fb,_0x58e40c._0x213252,_0x58e40c._0x145849,_0x58e40c._0x119c4e)+_0x4ff14c(0x26b,_0x58e40c._0x4ea63e,_0x58e40c._0x3796cc,0x2b9)+_0x4ff14c(0x1f8,0x223,_0x58e40c._0x2c4465,0x23c)+_0x4ff14c(_0x58e40c._0x37b009,_0x58e40c._0x8e2f98,_0x58e40c._0x1cca5d,_0x58e40c._0x286b95)},_0x536d45={};function _0x4ff14c(_0x43f205,_0x307e79,_0x51a7c7,_0x1eaf57){return _0x15c44f(_0x43f205,_0x307e79-_0x2a5e7e._0x22d2f1,_0x51a7c7-0x1a0,_0x1eaf57-0xf);}const _0x3a4101=[];if(!_0x25a955){const _0x4bbe34={};return _0x4bbe34['envVars']=_0x536d45,_0x4bbe34[_0x4ff14c(_0x58e40c._0x3214af,0x22d,0x243,0x278)]=_0x3a4101,_0x4bbe34;}if(!_0x26551b||!KNOWN_CONTEXTS[_0x4ff14c(0x26d,0x280,_0x58e40c._0x4d5da6,0x25b)](_0x26551b)){if(_0x22ef59['cgwSZ']('ikFBK',_0x22ef59[_0x32e1d7(0x40c,_0x58e40c._0x319c76,0x36d,0x388)])){const _0x346628={};_0x346628['url']=_0x234c5a['url'],_0x346628[_0x4ff14c(_0x58e40c._0x31db46,0x1db,_0x58e40c._0x7ec033,_0x58e40c._0x3263c0)]=_0x3d1977[_0x4ff14c(0x1f8,0x22c,0x253,_0x58e40c._0x31f180)],_0x45ec58[_0x32e1d7(0x3fa,_0x58e40c._0x22515d,0x3d6,0x428)]('Failed\x20to\x20'+_0x32e1d7(_0x58e40c._0x2f6e45,0x44a,_0x58e40c._0x374630,_0x58e40c._0x1e4db9)+_0x32e1d7(0x452,_0x58e40c._0x2e7d41,0x41f,_0x58e40c._0x101006)+'AT\x20matchin'+'g',_0x346628);}else{const _0x3e6052={};_0x3e6052[_0x32e1d7(_0x58e40c._0x930b8c,0x43a,_0x58e40c._0x2768ad,_0x58e40c._0x20d7c6)]=_0x26551b,logger[_0x4ff14c(0x1c4,_0x58e40c._0x493d8d,0x173,0x19f)](_0x22ef59['XSonh'],_0x3e6052);const _0x495a12={};return _0x495a12['envVars']=_0x536d45,_0x495a12[_0x32e1d7(0x43e,_0x58e40c._0x4bc6fc,0x3cf,_0x58e40c._0x2c8c5c)]=_0x3a4101,_0x495a12;}}function _0x32e1d7(_0x137053,_0x19e5d9,_0x413197,_0x42e09f){return _0x3fe3f2(_0x137053-_0x8768e9._0x475fde,_0x19e5d9-_0x8768e9._0x2d4528,_0x19e5d9-_0x8768e9._0x1ccbf2,_0x137053);}const _0x242e74=_0xdf52e2[_0x4ff14c(0x296,0x23d,0x1ff,0x25f)](_0x25a955,'.secrets.j'+_0x4ff14c(_0x58e40c._0x1f63f8,_0x58e40c._0x563437,0x1b7,_0x58e40c._0x1ea574));try{if(_0x22ef59[_0x4ff14c(_0x58e40c._0x2da523,_0x58e40c._0xbd143,_0x58e40c._0x2ff198,_0x58e40c._0x161506)]!==_0x22ef59[_0x32e1d7(0x46c,_0x58e40c._0x337d53,0x463,_0x58e40c._0x219a09)]){const _0x4b13a0=await _0x298a1e[_0x4ff14c(_0x58e40c._0x59dc56,0x263,_0x58e40c._0x8e2f98,_0x58e40c._0x404bf3)](_0x242e74);if(_0x4b13a0[_0x32e1d7(_0x58e40c._0x498b7f,0x3e4,_0x58e40c._0x4b54fb,_0x58e40c._0x24890a)+'y']()){const _0x4f0253={};_0x4f0253['path']=_0x242e74,logger[_0x4ff14c(_0x58e40c._0x2292bb,_0x58e40c._0x1d2b36,0x1c7,_0x58e40c._0x519db0)](_0x22ef59[_0x4ff14c(_0x58e40c._0x2796cd,0x21f,0x20a,_0x58e40c._0x3ba2d1)],_0x4f0253);const _0x30a2db={};return _0x30a2db[_0x4ff14c(_0x58e40c._0x13fc31,_0x58e40c._0x521e49,_0x58e40c._0x4d5da6,0x28e)]=_0x536d45,_0x30a2db['fileMounts']=_0x3a4101,_0x30a2db;}const _0x39e4e6=await _0x298a1e[_0x4ff14c(0x1d1,_0x58e40c._0x4fc81a,_0x58e40c._0x5b1b6a,0x242)](_0x242e74,_0x22ef59['rmmuw']),_0x57bfd7=JSON[_0x4ff14c(_0x58e40c._0x370cb9,_0x58e40c._0x5b6234,_0x58e40c._0x83dd64,0x286)](_0x39e4e6),_0x4a2b17=_0x57bfd7[_0x4ff14c(_0x58e40c._0x3f9924,_0x58e40c._0x23d3ad,_0x58e40c._0x41e8c7,_0x58e40c._0x4e3cb4)]||{};for(const [_0x33edad,_0x19b1ef]of Object['entries'](_0x4a2b17)){if(_0x22ef59[_0x4ff14c(0x262,0x23e,_0x58e40c._0x4fe027,_0x58e40c._0x3d573e)](_0x4ff14c(0x2b8,_0x58e40c._0x216f31,0x273,0x255),_0x22ef59[_0x4ff14c(0x26d,0x210,0x215,0x1c9)])){if(!_0x55cbf0)return'';try{const _0x1790fd=new _0x2714aa(_0x5719bc);return _0x1790fd[_0x4ff14c(0x1ff,0x1f5,0x23b,0x198)]+'//'+_0x1790fd[_0x4ff14c(_0x58e40c._0x1f63f8,0x20a,0x227,0x237)][_0x32e1d7(_0x58e40c._0x5cc31c,0x411,_0x58e40c._0x3ff2b6,_0x58e40c._0x5cc31c)+'e']()+_0x1790fd[_0x4ff14c(0x23c,_0x58e40c._0x1213bc,0x24e,0x226)][_0x4ff14c(_0x58e40c._0x4c0f1e,_0x58e40c._0x53fd32,0x237,_0x58e40c._0x33e5dd)](/\.git$/,'');}catch{return _0xd875fe[_0x32e1d7(0x451,0x411,_0x58e40c._0x45d8a8,_0x58e40c._0x75053)+'e']()[_0x4ff14c(0x2ef,0x29a,0x27b,_0x58e40c._0x9bea08)](/\.git$/,'');}}else{const _0x329c8c=_0x19b1ef[_0x4ff14c(_0x58e40c._0x31f180,0x214,_0x58e40c._0x5e9a83,0x1b7)+_0x4ff14c(0x1d8,_0x58e40c._0x997382,0x20c,_0x58e40c._0x539fcc)]||[];if(!_0x329c8c[_0x32e1d7(0x48c,_0x58e40c._0xa280e2,0x4a5,_0x58e40c._0x45c510)](_0x26551b))continue;if(_0x19b1ef[_0x32e1d7(_0x58e40c._0x5addd5,0x429,_0x58e40c._0xfb75c8,_0x58e40c._0x2e7d41)]){const _0x3e343f={};_0x3e343f[_0x4ff14c(0x1e4,0x209,_0x58e40c._0x1853d5,_0x58e40c._0x5290b5)]=_0x33edad,_0x3e343f[_0x4ff14c(0x23f,_0x58e40c._0x4c59e1,0x2d2,0x253)]=_0x26551b,_0x3e343f[_0x32e1d7(0x44b,0x429,0x44c,0x42f)]=_0x19b1ef[_0x4ff14c(0x2b0,0x25a,0x2b6,_0x58e40c._0x282f99)],logger[_0x4ff14c(_0x58e40c._0x209cd7,_0x58e40c._0xffde53,_0x58e40c._0x153c11,0x21c)](_0x22ef59[_0x32e1d7(0x403,0x3b6,_0x58e40c._0x538f74,_0x58e40c._0xf369ed)],_0x3e343f);continue;}const _0xd22c50=_0x19b1ef[_0x4ff14c(_0x58e40c._0x1d2c2a,0x1df,_0x58e40c._0xd3b11c,0x1c9)],_0x332039=_0x19b1ef[_0x32e1d7(0x45d,0x461,_0x58e40c._0x12a988,_0x58e40c._0x379be5)];if(_0x22ef59['FLIHB'](!_0xd22c50,!_0x332039)){const _0x337e68={};_0x337e68[_0x4ff14c(_0x58e40c._0x2bf1e6,_0x58e40c._0x8432bc,0x251,_0x58e40c._0x2292bb)]=_0x33edad,_0x337e68[_0x4ff14c(0x2b5,0x26b,0x213,_0x58e40c._0xcf0480)]=_0x26551b,logger['debug'](_0x22ef59[_0x32e1d7(0x3a3,_0x58e40c._0x5ea86a,_0x58e40c._0x466688,0x3cf)],_0x337e68);continue;}if(_0xd22c50===_0x22ef59['EpoDL']){if(_0x22ef59[_0x4ff14c(_0x58e40c._0x15fde4,0x1e0,0x1a1,_0x58e40c._0x2895a8)](_0x19b1ef[_0x32e1d7(0x46f,_0x58e40c._0x2ac4f7,_0x58e40c._0x45694e,_0x58e40c._0x39243e)],_0x22ef59[_0x4ff14c(_0x58e40c._0x335aac,0x267,_0x58e40c._0x2e4f1d,0x283)])&&_0x19b1ef[_0x4ff14c(_0x58e40c._0x2eb10e,_0x58e40c._0x25f399,0x1fd,0x251)]!==undefined){if(_0x22ef59[_0x32e1d7(0x3bf,0x40b,0x417,0x3c7)](_0x32e1d7(0x3ed,0x3d2,0x405,_0x58e40c._0x556337),_0x22ef59[_0x4ff14c(_0x58e40c._0x264fac,0x244,0x269,_0x58e40c._0x1c0bd4)]))_0x536d45[_0x332039]=_0x22ef59[_0x4ff14c(_0x58e40c._0x59dc56,0x250,_0x58e40c._0x5c9428,_0x58e40c._0x404bf3)](String,_0x19b1ef[_0x32e1d7(0x42e,_0x58e40c._0x54080a,_0x58e40c._0x201670,_0x58e40c._0x3ae977)]);else{const _0x280060={};_0x280060[_0x4ff14c(0x1b3,_0x58e40c._0x8432bc,_0x58e40c._0x2e3c6c,0x1b4)]=_0x50a397,_0x280060['context']=_0x42c73f,_0x324ff7[_0x32e1d7(_0x58e40c._0x4d9df5,_0x58e40c._0x2e2fee,0x3c7,_0x58e40c._0x3cfe87)](_0x32e1d7(0x3a2,_0x58e40c._0x5f3769,_0x58e40c._0x463367,_0x58e40c._0x2154bb)+_0x32e1d7(0x45a,_0x58e40c._0x3dff9d,0x4cf,0x4c6)+_0x32e1d7(_0x58e40c._0x1967ac,0x458,_0x58e40c._0x5e877b,0x429)+_0x4ff14c(_0x58e40c._0x212ae0,0x1e5,0x220,0x1f8)+'r',_0x280060);}}else{if(_0x19b1ef[_0x32e1d7(_0x58e40c._0x171822,0x435,0x45a,_0x58e40c._0x361320)]===_0x22ef59['pojUc']){const _0x1b2259={};_0x1b2259[_0x4ff14c(_0x58e40c._0x5cb983,_0x58e40c._0x107bdc,_0x58e40c._0x3f6b94,_0x58e40c._0x372e5f)]=_0x33edad,_0x1b2259['context']=_0x26551b,logger[_0x4ff14c(0x1b4,0x216,_0x58e40c._0x129945,0x1f9)](_0x22ef59[_0x32e1d7(_0x58e40c._0x187d74,_0x58e40c._0x2ed09e,0x48d,_0x58e40c._0x385add)],_0x1b2259);}}}else{if(_0x22ef59[_0x32e1d7(_0x58e40c._0x3c4c0e,_0x58e40c._0x58d60f,_0x58e40c._0x3404b7,_0x58e40c._0x5879d0)](_0xd22c50,_0x22ef59['pojUc'])){if(_0x22ef59[_0x32e1d7(0x42d,_0x58e40c._0x1a622e,_0x58e40c._0x52be4d,_0x58e40c._0x1a64b4)](_0x22ef59[_0x4ff14c(0x2bd,0x265,0x2a3,0x211)],_0x32e1d7(0x447,0x419,_0x58e40c._0x1e4127,_0x58e40c._0x46d96c))){if(!_0x10043e[_0x4ff14c(_0x58e40c._0x1dca5f,_0x58e40c._0x17bdd7,0x2f8,0x2a5)])return![];if(!_0x189d9e[_0x4ff14c(_0x58e40c._0x1f6efb,0x29c,_0x58e40c._0x5b1b6a,0x25d)][_0x32e1d7(_0x58e40c._0x56d0ba,_0x58e40c._0x3594c8,0x41c,_0x58e40c._0x2c22ec)](_0x32e1d7(_0x58e40c._0x17266e,_0x58e40c._0x23f1af,_0x58e40c._0x4be5e4,0x3fc))&&!_0x156a25[_0x32e1d7(_0x58e40c._0x2fc696,_0x58e40c._0x252929,0x46f,0x46f)][_0x32e1d7(_0x58e40c._0x5da0e7,_0x58e40c._0x1654ee,0x42c,_0x58e40c._0x42b4b6)](_0x22ef59[_0x4ff14c(_0x58e40c._0x3fab90,_0x58e40c._0x30c098,0x1e3,0x258)]))return![];return!_0x3f2528[_0x32e1d7(_0x58e40c._0x537efa,_0x58e40c._0x5eb39b,0x3bb,0x36f)](_0x22ef59['nERPQ'](_0x536b30,_0x166611[_0x32e1d7(_0x58e40c._0x2ca758,0x46b,0x41c,_0x58e40c._0x5665e5)]));}else{if(_0x22ef59[_0x32e1d7(_0x58e40c._0x3bee8b,_0x58e40c._0x24890a,_0x58e40c._0x24ecbb,0x400)](_0x19b1ef[_0x4ff14c(0x203,_0x58e40c._0x45863f,_0x58e40c._0x3217a7,0x22c)],_0x22ef59['pojUc'])&&_0x19b1ef[_0x4ff14c(_0x58e40c._0x232de8,0x279,0x271,0x280)]){let _0x2f2101=_0x19b1ef[_0x4ff14c(0x299,0x279,_0x58e40c._0x163b33,_0x58e40c._0x2f6467)];if(!_0xdf52e2[_0x32e1d7(_0x58e40c._0x66c650,_0x58e40c._0x58c51a,_0x58e40c._0x1fc83d,0x473)](_0x2f2101)){if(_0x22ef59[_0x32e1d7(_0x58e40c._0x334e3f,0x40b,_0x58e40c._0x3ea8a4,_0x58e40c._0x40c020)](_0x22ef59[_0x32e1d7(0x417,_0x58e40c._0x42600b,_0x58e40c._0x30c9d2,0x456)],_0x4ff14c(0x29c,_0x58e40c._0x46eff7,_0x58e40c._0x49d06c,_0x58e40c._0x5dbe62))){if(_0x22ef59['XeCOA'](_0x168ef8['type'],_0x22ef59['pojUc'])&&_0x475887['source']){let _0xaa3d09=_0xea4588[_0x4ff14c(_0x58e40c._0xfc49ca,0x279,0x2dd,0x25f)];if(!_0x291939['isAbsolute'](_0xaa3d09)){const _0x517c2e=_0x2abf9c[_0x32e1d7(0x4a3,_0x58e40c._0x3b9a5a,_0x58e40c._0x430095,_0x58e40c._0x267624)](/\/+$/,'');_0xaa3d09=_0x4c1626[_0x4ff14c(_0x58e40c._0x1c0cf0,_0x58e40c._0x100738,0x261,_0x58e40c._0x53fd32)](_0x517c2e,_0xaa3d09);}const _0x452211={};_0x452211[_0x32e1d7(0x494,0x448,0x423,_0x58e40c._0x1ca270)]=_0xaa3d09,_0x452211[_0x4ff14c(_0x58e40c._0x353cce,_0x58e40c._0x4d3851,0x287,0x2fa)]=_0x16bcef,_0x3f337d[_0x4ff14c(_0x58e40c._0x21af45,0x228,0x27a,_0x58e40c._0x29bfef)](_0x452211);}else{if(_0x22ef59['XeCOA'](_0x12ba08[_0x32e1d7(_0x58e40c._0x28f645,_0x58e40c._0x110b03,_0x58e40c._0x19d341,_0x58e40c._0x5bc4ac)],_0x22ef59[_0x4ff14c(0x282,_0x58e40c._0x276227,_0x58e40c._0x2e3c6c,0x27f)])){const _0x153550={};_0x153550['name']=_0x4e16d4,_0x153550[_0x32e1d7(0x497,_0x58e40c._0x27989f,_0x58e40c._0x24ea9c,_0x58e40c._0x1c0580)]=_0x5c75e7,_0x5c5538['warn'](_0x22ef59[_0x32e1d7(0x490,_0x58e40c._0x1110a7,0x42d,0x40c)],_0x153550);}}}else{const _0x2fee12=_0x25a955['replace'](/\/+$/,'');_0x2f2101=_0xdf52e2[_0x32e1d7(_0x58e40c._0x58692f,_0x58e40c._0x31283d,0x3c9,0x439)](_0x2fee12,_0x2f2101);}}const _0x1d784e={};_0x1d784e[_0x4ff14c(0x227,_0x58e40c._0x46eeef,0x281,_0x58e40c._0x5510f3)]=_0x2f2101,_0x1d784e[_0x4ff14c(_0x58e40c._0x22b2d5,_0x58e40c._0x4d3851,_0x58e40c._0x53af6b,_0x58e40c._0x8ba355)]=_0x332039,_0x3a4101[_0x4ff14c(0x28b,0x228,0x214,0x262)](_0x1d784e);}else{if(_0x19b1ef[_0x4ff14c(_0x58e40c._0x1fcd42,_0x58e40c._0x4a765f,0x2b7,0x207)]==='value'){const _0x1b8c4f={};_0x1b8c4f['name']=_0x33edad,_0x1b8c4f[_0x4ff14c(_0x58e40c._0x374e2d,_0x58e40c._0x4c59e1,_0x58e40c._0x3d3b1d,0x216)]=_0x26551b,logger[_0x32e1d7(0x410,_0x58e40c._0x2e2fee,_0x58e40c._0x597cb7,_0x58e40c._0x39ca5b)](_0x32e1d7(0x435,0x3fa,0x437,0x3e7)+_0x4ff14c(_0x58e40c._0x3a6089,_0x58e40c._0x5a573c,0x292,_0x58e40c._0x3bb31e)+_0x4ff14c(_0x58e40c._0x485a45,_0x58e40c._0x10a272,0x207,_0x58e40c._0x6cc6aa)+_0x4ff14c(0x241,0x20b,0x224,_0x58e40c._0x3591fb)+_0x4ff14c(_0x58e40c._0x17c285,0x237,0x28f,_0x58e40c._0x153c11),_0x1b8c4f);}}}}}}}if(_0x22ef59[_0x32e1d7(_0x58e40c._0x31283d,_0x58e40c._0x1da823,_0x58e40c._0xf369ed,_0x58e40c._0x50820f)](Object[_0x4ff14c(0x2c4,0x26f,0x24f,_0x58e40c._0x485a45)](_0x536d45)[_0x32e1d7(_0x58e40c._0x4265d4,0x3f3,0x42c,0x445)],0x239d+0xe1d*0x1+0xbe*-0x43)||_0x22ef59[_0x4ff14c(_0x58e40c._0x2def67,0x1ea,0x1c5,_0x58e40c._0x33d3e7)](_0x3a4101[_0x4ff14c(_0x58e40c._0x3796cc,_0x58e40c._0x49cc2a,_0x58e40c._0x353cce,_0x58e40c._0x27b52d)],0x1d82+-0xb20+-0x16a*0xd)){if(_0x22ef59[_0x4ff14c(_0x58e40c._0x6cc6aa,0x207,0x1eb,0x1fc)](_0x22ef59[_0x32e1d7(0x402,_0x58e40c._0x4a64da,0x3bb,_0x58e40c._0x1e8f1e)],_0x22ef59['FCfpy'])){const _0x37288a=_0x5ae2ed[_0x4ff14c(0x2a4,_0x58e40c._0x53fd32,0x24a,0x2f0)](/\/+$/,'');_0x53dd81=_0x5a9f0a[_0x4ff14c(0x26c,0x23d,_0x58e40c._0x2a09bb,0x261)](_0x37288a,_0x266a5c);}else logger[_0x4ff14c(0x24b,0x247,0x246,0x26c)](_0x22ef59['mHjtm'],{'path':_0x242e74,'context':_0x26551b,'envVarCount':Object[_0x32e1d7(0x4a0,0x43e,0x416,0x40e)](_0x536d45)['length'],'envVarKeys':Object[_0x4ff14c(_0x58e40c._0x1853d5,0x26f,0x258,_0x58e40c._0xb2c0dc)](_0x536d45),'fileMountCount':_0x3a4101['length']});}const _0x230a59={};return _0x230a59[_0x32e1d7(_0x58e40c._0x3dab2e,0x45c,_0x58e40c._0x48260d,0x3f6)]=_0x536d45,_0x230a59[_0x32e1d7(_0x58e40c._0xe3b2fd,0x3fc,_0x58e40c._0x1ecb5e,_0x58e40c._0x30479c)]=_0x3a4101,_0x230a59;}else _0x5766f3[_0x4ff14c(_0x58e40c._0x16c11e,_0x58e40c._0x209711,0x1fa,0x215)](_0x4ff14c(0x220,_0x58e40c._0x43404b,_0x58e40c._0x296931,0x1a3)+_0x4ff14c(_0x58e40c._0x1862f4,_0x58e40c._0x57985d,_0x58e40c._0x429531,0x240)+_0x4ff14c(0x2a1,_0x58e40c._0x1dca5f,_0x58e40c._0x2b0e49,_0x58e40c._0x523a08)+_0x32e1d7(_0x58e40c._0x3d8d11,_0x58e40c._0x32d3e3,0x40e,0x48c),{'environment':_0x3594e3['basename'](_0x318c2b),'context':_0x5c80a7,'count':_0x4a4cb9[_0x32e1d7(_0x58e40c._0x324af4,_0x58e40c._0x5b49a8,_0x58e40c._0x19425e,_0x58e40c._0x5d47d1)]});}catch(_0x55fa69){if(_0x22ef59[_0x4ff14c(_0x58e40c._0x4ce62b,0x23c,_0x58e40c._0x3b2676,0x283)](_0x22ef59[_0x32e1d7(0x3ea,0x41c,0x483,0x3fe)],_0x22ef59[_0x32e1d7(_0x58e40c._0x1a3602,_0x58e40c._0x499f5a,0x47f,_0x58e40c._0x3f3483)])){if(_0x22ef59[_0x32e1d7(0x3b8,_0x58e40c._0x3aea3c,0x428,0x459)](_0x55fa69[_0x32e1d7(_0x58e40c._0x39eff2,_0x58e40c._0xe93aeb,_0x58e40c._0x252929,_0x58e40c._0x3d9bc4)],_0x22ef59['hfcJe'])){if(_0x22ef59[_0x32e1d7(0x434,_0x58e40c._0x28bc77,_0x58e40c._0x2a0658,_0x58e40c._0x24ecbb)](_0x22ef59[_0x4ff14c(_0x58e40c._0xa4133f,0x205,_0x58e40c._0x39258e,_0x58e40c._0x267573)],_0x22ef59[_0x32e1d7(_0x58e40c._0xa49b23,_0x58e40c._0xe82a64,0x3c7,_0x58e40c._0x156f19)]))_0x1cc43e[_0x4ff14c(_0x58e40c._0x3bf970,_0x58e40c._0x47c28c,_0x58e40c._0x303b80,_0x58e40c._0x164299)](_0x22ef59[_0x4ff14c(0x24a,0x257,0x231,_0x58e40c._0x3217a7)],{'path':_0x44d29c,'context':_0x1d80ed,'envVarCount':_0x482008[_0x4ff14c(0x252,_0x58e40c._0x5abe25,_0x58e40c._0x503af3,_0x58e40c._0x4c0aa9)](_0x3ff872)['length'],'envVarKeys':_0x2c6f03['keys'](_0xe51ddf),'fileMountCount':_0x3bb79b[_0x4ff14c(_0x58e40c._0x1b52f9,_0x58e40c._0x5208f5,0x1df,_0x58e40c._0x414c20)]});else{const _0x5aceab={};_0x5aceab[_0x32e1d7(0x43b,_0x58e40c._0x1f1138,_0x58e40c._0x576ef7,0x41c)]=_0x242e74,_0x5aceab['error']=_0x55fa69[_0x32e1d7(0x3ed,0x3fb,_0x58e40c._0x4847ec,0x418)],logger[_0x32e1d7(0x44c,_0x58e40c._0x46d96c,0x445,_0x58e40c._0x107868)](_0x22ef59[_0x32e1d7(0x43b,_0x58e40c._0x52ed61,_0x58e40c._0x3ad7e6,_0x58e40c._0x4a0cb0)],_0x5aceab);}}const _0x357f58={};return _0x357f58['envVars']=_0x536d45,_0x357f58[_0x32e1d7(_0x58e40c._0x7ec75,0x3fc,0x423,_0x58e40c._0x1adffd)]=_0x3a4101,_0x357f58;}else{const _0x1b5c99={};_0x1b5c99[_0x32e1d7(0x48c,0x454,_0x58e40c._0x1fc83d,0x49d)]=_0x593157,_0x1b5c99[_0x4ff14c(_0x58e40c._0x8f142e,0x1db,0x203,0x219)]=_0x46ae14[_0x4ff14c(0x23c,_0x58e40c._0x129945,_0x58e40c._0x3719d6,_0x58e40c._0x21900b)],_0x13e432['warn'](_0x22ef59[_0x32e1d7(_0x58e40c._0x1be454,0x3a7,_0x58e40c._0x346854,_0x58e40c._0x1db184)],_0x1b5c99);}}}function _0x15c44f(_0xbded01,_0x75e5fb,_0x124e4b,_0x3cbac0){const _0x4a0dd0={_0x36126f:0x253};return _0x15f6(_0x75e5fb- -_0x4a0dd0._0x36126f,_0xbded01);}function normalizeUrl(_0x251b73){const _0x5378c7={_0x7c5050:0xe3,_0xac0312:0xf6,_0x444479:0x143,_0x238b1a:0x130,_0x5b3c9b:0x153,_0x71e5f:0x1f7,_0x25ce44:0x19b,_0x50fea0:0x10c,_0x3ea812:0xb4,_0x114bc3:0xdd,_0x334fee:0xfc,_0x6599ce:0x146},_0x170498={_0x2be48b:0xee,_0x304a37:0x14e,_0x59d31f:0x1e3};function _0x21dde8(_0x595f25,_0x36372e,_0x4c1170,_0x523c02){return _0x3fe3f2(_0x595f25-_0x170498._0x2be48b,_0x36372e-_0x170498._0x304a37,_0x595f25-_0x170498._0x59d31f,_0x4c1170);}if(!_0x251b73)return'';function _0x8192fd(_0x1fc32a,_0x5c93b6,_0x24be53,_0x11a06d){return _0x15c44f(_0x24be53,_0x11a06d-0x168,_0x24be53-0x7b,_0x11a06d-0x185);}try{const _0x247333=new URL(_0x251b73);return _0x247333[_0x8192fd(0x183,_0x5378c7._0x7c5050,_0x5378c7._0xac0312,0x11b)]+'//'+_0x247333[_0x8192fd(_0x5378c7._0x444479,0x124,0xe2,_0x5378c7._0x238b1a)]['toLowerCas'+'e']()+_0x247333[_0x8192fd(_0x5378c7._0x5b3c9b,_0x5378c7._0x71e5f,0x15a,_0x5378c7._0x25ce44)][_0x21dde8(0xfc,_0x5378c7._0x50fea0,_0x5378c7._0x3ea812,_0x5378c7._0x114bc3)](/\.git$/,'');}catch{return _0x251b73['toLowerCas'+'e']()[_0x21dde8(_0x5378c7._0x334fee,0x141,_0x5378c7._0x6599ce,0x134)](/\.git$/,'');}}async function loadPatSecretsForContext(_0xc0cc6b,_0x4b630c){const _0x1a2af3={_0x22460f:0x1bc,_0x566a7f:0x8d,_0x53b25c:0x42,_0x10ca11:0x9b,_0x385671:0x5c,_0x4b3b36:0x16,_0x906ca4:0x3,_0x5d82d5:0x1f,_0x1631f:0x1c0,_0x44e06f:0x220,_0x12072f:0x2,_0x999544:0x1b,_0xb6fc89:0x33,_0x561a89:0x26,_0x5eae93:0x82,_0x566351:0x23c,_0x3b3cd6:0x27d,_0x45933d:0x72,_0x32f6d8:0x71,_0x24a9d0:0x7,_0x56cc1d:0x74,_0x1dd63d:0x76,_0x535616:0xf,_0x360817:0x38,_0x1d4fe0:0x44,_0x3a71ba:0x3b,_0x496737:0x40,_0x27a5e5:0x9a,_0x16c369:0x1fd,_0x4ac6b0:0x1c8,_0x460afa:0x12,_0x41ba32:0x2e,_0x522e91:0x59,_0x44f749:0xa,_0x4c702d:0xd3,_0x1a8cbf:0x1db,_0x2832c0:0x68,_0x21f5bd:0x6e,_0x317c6a:0xa3,_0x228cd4:0x3f,_0x53fe74:0x1d8,_0xb4b008:0x15e,_0x21fca6:0x1b9,_0x14cd31:0x1f6,_0x167a49:0x194,_0x3e40d0:0x1ef,_0x58509a:0x145,_0x35db1f:0x1c6,_0x45c8b0:0x173,_0x386479:0x1dc,_0x1e51c6:0x20f,_0x30d102:0x215,_0x7fd18b:0x1c3,_0x22fbbb:0x211,_0x356c8c:0x213,_0x212e70:0x8a,_0x58b1d9:0x94,_0x278bf7:0x15b,_0x482c28:0x1ba,_0x1393c8:0x92,_0x43ee49:0xd7,_0x5e0399:0x78,_0x114549:0x198,_0x493614:0x1c9,_0x3b2947:0x1fb,_0x39e244:0x18d,_0x370cc4:0x7a,_0x43c61e:0x85,_0x38c9ef:0xcd,_0x5a50dc:0x1e9,_0x1c88a7:0x232,_0x3cf510:0x224,_0x3cdee4:0x16e,_0x50cab6:0x1c4,_0x260607:0x1e0,_0x5a5727:0x1ea,_0x3cc9ad:0x1b3,_0x53642e:0x186,_0x57807a:0x1ab,_0x325aca:0xf0,_0x5e8a30:0x83,_0x50f71e:0x2a,_0xd04d9c:0x1f4,_0xf70520:0x10,_0x486097:0x2d,_0x5551a6:0x66,_0x33dcd4:0x208,_0x1015e6:0x210,_0x4ff2b8:0x1f3,_0x2de6a6:0x223,_0x3d4741:0x26f,_0x2964de:0x22,_0x41d334:0x1cf,_0x2eb94d:0x259,_0x266f1b:0x262,_0x14d060:0x6c,_0x799be6:0x80,_0x35ff2b:0x26,_0x61d6f4:0x66,_0x148736:0x4e,_0x4d8870:0x1dd,_0x4aecb6:0x9a,_0x3f0eef:0xa,_0x12d203:0x2f,_0x2b9bc5:0x45,_0x5eb4b9:0x15,_0x4e2d93:0x8a,_0x556a64:0x3d,_0x2823f2:0x86,_0x582d71:0x78,_0x2e4594:0xd8,_0x5f17e6:0x35,_0x480116:0x2c,_0x1c8594:0x212,_0x30ae9f:0xa2,_0x4803fa:0xee,_0x1ba6c8:0xd1,_0x373734:0x191,_0x23ec07:0x230,_0x1f4bac:0x19,_0x40ed0b:0x241,_0x26ef02:0x234,_0xc55750:0x1d0,_0x5294aa:0x1d2,_0x35c32f:0x16d,_0x370ceb:0x54,_0x583c0b:0x51,_0x3723bc:0x164,_0x4ee8ef:0x1e6,_0x28fffc:0x1b6,_0x288cfa:0xf,_0x4cdc0c:0x4a,_0x55bb42:0x31,_0x306c35:0x7d,_0x21718b:0x84,_0x31ac7a:0x11,_0x828a67:0x4e,_0x471c57:0x81,_0x2c6483:0x8f,_0x3c49a5:0x5e,_0x46ecd0:0x1b5,_0x2ad934:0x1ad,_0x5779ca:0x1b6,_0x1cc9bf:0x209,_0x1a3543:0x1eb,_0x4e886e:0x225,_0x3ea2f9:0x199,_0x5f45f8:0x191,_0x4f957d:0x21c,_0x523ae7:0x1d9,_0x3b2d7a:0x140,_0x17424a:0x1e,_0x4da76f:0x35,_0x12744e:0x14c,_0x4efbc4:0x95,_0x37546c:0x41,_0x316ec3:0x99,_0x1cc796:0x1c5,_0x49754e:0x21c,_0x4f1b91:0x22,_0x1df008:0x18,_0x2d046b:0x53,_0x307057:0x1e,_0x109a12:0x29,_0x336f34:0xd,_0x303a34:0x1a,_0x22f4a3:0x205,_0x3acfc8:0x20f,_0x57a68e:0x1c8,_0x5ee89f:0x21c,_0xf9f4bd:0x1fc,_0xc4d6f1:0x90,_0x268805:0x1e,_0xba4ea6:0x216,_0x581b3b:0x1c0,_0x29ce82:0x1d,_0x919bbd:0xd,_0xbad8f6:0x25c,_0x523e9b:0x27a,_0x2623f3:0x1e6,_0x4321b9:0x35,_0x492b42:0x21,_0x12aea3:0x5a,_0x42658a:0x5b,_0x3266de:0x218,_0x32c2be:0x1ea,_0x2fafc4:0x12d,_0x417b97:0x160,_0x57e50b:0x172,_0x5e4175:0x34,_0x1d624f:0xc,_0x35a900:0x9,_0x2b64ea:0xb0,_0x4496ba:0x24,_0x1ebee4:0xce,_0x2fa53f:0x196,_0x5895cf:0x39,_0x5c85e7:0x1d,_0x46aef1:0x22,_0xd62b2c:0x20e,_0x38447d:0x1cb,_0x3ee46b:0x41,_0xe3f151:0x5b,_0xaf4485:0x73,_0x1e98a6:0xac,_0x383113:0x1b0,_0x350693:0x1f8,_0x2a7be1:0x16f},_0x5f1675={_0x213037:0x4c},_0x5d68d6={_0x40a8d5:0x152,_0x2bf73e:0x106},_0xaf135a={'LcSZH':function(_0x264a8f,_0x5c42ea){return _0x264a8f(_0x5c42ea);},'zjfIn':_0x1b778c(0x1e6,_0x1a2af3._0x22460f,0x189,0x1b1),'WVYad':'Failed\x20to\x20'+_0x211706(0x84,_0x1a2af3._0x566a7f,_0x1a2af3._0x53b25c,0x4f)+'ets.json\x20f'+'or\x20secrets','uKFAr':_0x211706(_0x1a2af3._0x10ca11,_0x1a2af3._0x385671,0xbe,0xdb)+_0x211706(-_0x1a2af3._0x4b3b36,_0x1a2af3._0x906ca4,_0x1a2af3._0x5d82d5,-0x1d)+_0x1b778c(0x1ef,0x18c,_0x1a2af3._0x1631f,_0x1a2af3._0x44e06f)+'skipping\x20s'+_0x211706(0x61,0x17,_0x1a2af3._0x12072f,_0x1a2af3._0x999544),'CcBMi':function(_0x471dfc,_0x17610e){return _0x471dfc===_0x17610e;},'ejbBG':_0x211706(_0x1a2af3._0xb6fc89,-_0x1a2af3._0x561a89,_0x1a2af3._0x5eae93,0x22)+_0x1b778c(0x26f,0x2a0,_0x1a2af3._0x566351,_0x1a2af3._0x3b3cd6)+'ype\x20secret'+_0x211706(-0x13,-_0x1a2af3._0x45933d,-_0x1a2af3._0x32f6d8,-_0x1a2af3._0x24a9d0)+'r','QfSCM':_0x211706(_0x1a2af3._0x10ca11,0xee,_0x1a2af3._0x56cc1d,_0x1a2af3._0x1dd63d)+_0x211706(-_0x1a2af3._0x535616,_0x1a2af3._0x360817,_0x1a2af3._0x1d4fe0,-_0x1a2af3._0x3a71ba),'pdMFR':_0x211706(0x5d,_0x1a2af3._0x496737,_0x1a2af3._0x27a5e5,0x66),'Yfqas':function(_0x283712,_0x5ac4bd){return _0x283712===_0x5ac4bd;},'quLvK':_0x1b778c(_0x1a2af3._0x16c369,0x1d5,_0x1a2af3._0x4ac6b0,0x1a7),'bFFGP':_0x211706(-_0x1a2af3._0x460afa,-0x5a,-0x23,-_0x1a2af3._0x41ba32),'QRBND':_0x211706(0x4e,_0x1a2af3._0x522e91,0x9e,0x62),'EWlIc':_0x211706(-_0x1a2af3._0x44f749,-0x67,-0x14,-0x66),'qvFEi':_0x211706(0x9c,0x73,_0x1a2af3._0x4c702d,0xcc),'PKYjP':_0x1b778c(0x170,_0x1a2af3._0x1a8cbf,0x1a8,0x176),'XTgLS':_0x211706(0x47,_0x1a2af3._0x2832c0,0xc,_0x1a2af3._0x21f5bd),'sgmAe':'Failed\x20to\x20'+_0x211706(_0x1a2af3._0x317c6a,0x43,_0x1a2af3._0x228cd4,0x99)+'ecret\x20file','wddRz':_0x1b778c(_0x1a2af3._0x53fe74,_0x1a2af3._0xb4b008,0x1b4,_0x1a2af3._0x21fca6),'NGMVR':_0x1b778c(0x1dc,0x1d4,_0x1a2af3._0x14cd31,_0x1a2af3._0x167a49),'BwLWD':function(_0xd4f96f,_0x29a490){return _0xd4f96f!==_0x29a490;},'KmhWf':function(_0x38f26f,_0x3cd17a){return _0x38f26f!==_0x3cd17a;},'zQieF':_0x1b778c(_0x1a2af3._0x3e40d0,_0x1a2af3._0x58509a,0x198,0x193),'rINBc':_0x1b778c(_0x1a2af3._0x35db1f,0x216,0x1b7,_0x1a2af3._0x45c8b0),'gkYAY':_0x1b778c(0x24b,_0x1a2af3._0x386479,_0x1a2af3._0x1e51c6,_0x1a2af3._0x30d102)+_0x1b778c(_0x1a2af3._0x7fd18b,_0x1a2af3._0x22fbbb,_0x1a2af3._0x356c8c,0x26f)+'ets.json\x20f'+_0x1b778c(0x279,0x26a,0x214,0x230)+'rets'};function _0x1b778c(_0x89a19b,_0x4a7cc6,_0x10b85d,_0x292dba){return _0x3fe3f2(_0x89a19b-_0x5d68d6._0x40a8d5,_0x4a7cc6-_0x5d68d6._0x2bf73e,_0x10b85d-0x318,_0x292dba);}function _0x211706(_0x1b0e98,_0xffffc7,_0x32047f,_0x8f2b54){return _0x3fe3f2(_0x1b0e98-0xb5,_0xffffc7-_0x5f1675._0x213037,_0x1b0e98-0x189,_0x8f2b54);}const _0x227de3=new Map(),_0x2ef8cf=_0xdf52e2[_0x211706(0x45,_0x1a2af3._0x212e70,0x45,-0x18)](_0xc0cc6b,_0xaf135a[_0x211706(_0x1a2af3._0x58b1d9,0x55,0x2d,0xf1)]);try{const _0x5a87a0=await _0x298a1e[_0x1b778c(_0x1a2af3._0x278bf7,0x16d,0x1b0,_0x1a2af3._0x482c28)](_0x2ef8cf,_0xaf135a[_0x211706(_0x1a2af3._0x1393c8,_0x1a2af3._0x43ee49,_0x1a2af3._0x5e0399,0xa2)]),_0xeac3ea=JSON[_0x1b778c(_0x1a2af3._0x114549,0x17f,_0x1a2af3._0x493614,0x1ea)](_0x5a87a0),_0x247174=_0xeac3ea['secrets']||{};for(const [_0x3cc25c,_0xbdf9f2]of Object[_0x1b778c(_0x1a2af3._0x3b2947,0x149,0x1a6,_0x1a2af3._0x39e244)](_0x247174)){if(_0xaf135a['Yfqas'](_0x211706(_0x1a2af3._0x370cc4,_0x1a2af3._0x43c61e,_0x1a2af3._0x38c9ef,0x5b),_0x1b778c(_0x1a2af3._0x5a50dc,0x192,0x1f2,0x1bc))){const _0x36af23={};return _0x36af23[_0x1b778c(0x1c5,_0x1a2af3._0x1c88a7,_0x1a2af3._0x3cf510,0x213)]=_0x2f6ba8,_0x36af23[_0x1b778c(_0x1a2af3._0x3cdee4,0x22b,_0x1a2af3._0x50cab6,_0x1a2af3._0x260607)]=_0x54d8fd,_0x36af23;}else{if(!_0xbdf9f2[_0x1b778c(_0x1a2af3._0x5a5727,0x237,0x1f1,_0x1a2af3._0x3cc9ad)])continue;const _0x3b1fa0=_0xbdf9f2[_0x1b778c(0x207,_0x1a2af3._0x53642e,_0x1a2af3._0x57807a,0x1fb)+'for']||[];if(!_0x3b1fa0[_0x211706(0x88,_0x1a2af3._0x325aca,_0x1a2af3._0x5e8a30,_0x1a2af3._0x50f71e)](_0x4b630c))continue;let _0x22205f=null;if(_0xaf135a['CcBMi'](_0xbdf9f2[_0x1b778c(_0x1a2af3._0xd04d9c,0x206,_0x1a2af3._0x16c369,0x1bf)],_0xaf135a[_0x211706(-_0x1a2af3._0xf70520,_0x1a2af3._0x486097,-0x37,-_0x1a2af3._0x5551a6)])){if(_0xaf135a[_0x1b778c(0x1c8,0x21a,_0x1a2af3._0x33dcd4,0x1e5)]!==_0x211706(-0x12,-_0x1a2af3._0x21f5bd,0x23,-0x3b)){let _0x235086=_0x6b771f[_0x1b778c(0x223,0x24d,_0x1a2af3._0x1015e6,_0x1a2af3._0x4ff2b8)];if(!_0x76b070['isAbsolute'](_0x235086)){const _0x2dd6bb=_0x194930[_0x1b778c(_0x1a2af3._0x2de6a6,0x20f,0x231,_0x1a2af3._0x3d4741)](/\/+$/,'');_0x235086=_0x5a35e5[_0x211706(0x45,_0x1a2af3._0x385671,0x6,_0x1a2af3._0x2964de)](_0x2dd6bb,_0x235086);}const _0x5546df={};_0x5546df[_0x1b778c(_0x1a2af3._0x41d334,0x23c,0x210,_0x1a2af3._0x260607)]=_0x235086,_0x5546df[_0x1b778c(0x1c5,_0x1a2af3._0x2eb94d,0x229,_0x1a2af3._0x266f1b)]=_0x30438e,_0x2e7070[_0x211706(0x30,_0x1a2af3._0x14d060,_0x1a2af3._0x799be6,0xc)](_0x5546df);}else{if(!_0xbdf9f2[_0x211706(0x39,-_0x1a2af3._0x35ff2b,_0x1a2af3._0x61d6f4,_0x1a2af3._0x148736)])continue;_0x22205f=_0xbdf9f2['value'];}}else{if(_0xaf135a[_0x211706(-0x1a,-_0x1a2af3._0x148736,-0x5e,0x1a)](_0xbdf9f2['type'],_0xaf135a[_0x1b778c(_0x1a2af3._0x4d8870,0x20f,0x1c6,_0x1a2af3._0x30d102)])){if(_0xaf135a[_0x211706(0x3b,_0x1a2af3._0x4aecb6,0x87,_0x1a2af3._0x496737)](_0x211706(-_0x1a2af3._0x3f0eef,_0x1a2af3._0x12d203,_0x1a2af3._0x2b9bc5,0x26),_0xaf135a[_0x211706(_0x1a2af3._0x2964de,_0x1a2af3._0x5eb4b9,_0x1a2af3._0x4e2d93,-_0x1a2af3._0x556a64)])){if(!_0xbdf9f2[_0x211706(0x81,0xae,0xda,_0x1a2af3._0x2823f2)])continue;try{if(_0xaf135a[_0x211706(_0x1a2af3._0x582d71,_0x1a2af3._0x2e4594,_0x1a2af3._0x5f17e6,_0x1a2af3._0x480116)]!==_0xaf135a['PKYjP']){let _0x1da07c=_0xbdf9f2['source'];if(!_0xdf52e2[_0x1b778c(_0x1a2af3._0x1c8594,0x24a,0x204,0x1ad)](_0x1da07c)){const _0x4ff81c=_0xc0cc6b[_0x211706(_0x1a2af3._0x30ae9f,_0x1a2af3._0x4803fa,0x89,_0x1a2af3._0x1ba6c8)](/\/+$/,'');_0x1da07c=_0xdf52e2[_0x1b778c(_0x1a2af3._0x373734,0x22d,0x1d4,_0x1a2af3._0x23ec07)](_0x4ff81c,_0x1da07c);}_0x22205f=(await _0x298a1e[_0x211706(0x21,-_0x1a2af3._0x1f4bac,0x55,0x33)](_0x1da07c,_0xaf135a['pdMFR']))[_0x1b778c(0x281,_0x1a2af3._0x40ed0b,_0x1a2af3._0x26ef02,0x27f)]();}else _0x2e19c5[_0x3ea15f]=_0xaf135a['LcSZH'](_0x550e3d,_0x881dca[_0x1b778c(_0x1a2af3._0xc55750,_0x1a2af3._0x5294aa,0x1c8,_0x1a2af3._0x35c32f)]);}catch(_0x569b54){if(_0xaf135a[_0x211706(_0x1a2af3._0x370ceb,0xb9,_0x1a2af3._0x583c0b,0x68)]===_0x1b778c(_0x1a2af3._0x3723bc,_0x1a2af3._0x4ee8ef,0x1bc,_0x1a2af3._0x28fffc)){const _0x1676e5=new _0x4081bb(_0x32b756);return _0x1676e5[_0x211706(-0x3,_0x1a2af3._0x228cd4,0x4f,-_0x1a2af3._0x288cfa)]+'//'+_0x1676e5['hostname'][_0x211706(_0x1a2af3._0x4cdc0c,0x7e,0xa5,_0x1a2af3._0x55bb42)+'e']()+_0x1676e5[_0x211706(_0x1a2af3._0x306c35,0x3e,0x5d,_0x1a2af3._0x21718b)][_0x1b778c(0x259,_0x1a2af3._0x2de6a6,0x231,0x236)](/\.git$/,'');}else{const _0x246dc9={};_0x246dc9[_0x211706(_0x1a2af3._0x31ac7a,_0x1a2af3._0x828a67,0x31,-0x1c)]=_0x3cc25c,_0x246dc9[_0x211706(_0x1a2af3._0x471c57,0x1f,0x49,0x6a)]=_0xbdf9f2[_0x211706(_0x1a2af3._0x471c57,0xa8,_0x1a2af3._0x2c6483,_0x1a2af3._0x3c49a5)],_0x246dc9[_0x211706(-0x1d,0x2c,-0x1c,0x2)]=_0x569b54['message'],logger[_0x1b778c(_0x1a2af3._0x46ecd0,0x1cb,_0x1a2af3._0x2ad934,_0x1a2af3._0x5779ca)](_0xaf135a[_0x1b778c(_0x1a2af3._0x1cc9bf,0x26c,0x21b,_0x1a2af3._0x1a3543)],_0x246dc9);continue;}}}else{if(_0x27b6f1[_0x1b778c(_0x1a2af3._0x2de6a6,_0x1a2af3._0x4e886e,0x1e9,0x1dc)]!==_0xaf135a[_0x1b778c(_0x1a2af3._0x3ea2f9,0x1c9,_0x1a2af3._0x5f45f8,0x1a9)]){const _0x579a34={};_0x579a34[_0x1b778c(0x1c1,0x20f,_0x1a2af3._0x4f957d,_0x1a2af3._0x523ae7)]=_0x584920,_0x579a34[_0x1b778c(0x146,_0x1a2af3._0x3b2d7a,0x172,0x14c)]=_0x39dcd5['message'],_0x2de604[_0x211706(_0x1a2af3._0x17424a,-0x29,_0x1a2af3._0x4da76f,-0x24)](_0xaf135a[_0x1b778c(0x19e,_0x1a2af3._0x12744e,0x192,0x1f2)],_0x579a34);}const _0x31d530={};return _0x31d530[_0x211706(_0x1a2af3._0x4efbc4,_0x1a2af3._0x37546c,_0x1a2af3._0x316ec3,0xcc)]=_0x163020,_0x31d530['fileMounts']=_0x136b02,_0x31d530;}}else{if(_0xaf135a['wddRz']!==_0xaf135a[_0x1b778c(_0x1a2af3._0x493614,0x1da,0x205,_0x1a2af3._0x1cc796)]){const _0x4d64ba={};_0x4d64ba[_0x1b778c(0x21e,0x218,_0x1a2af3._0x49754e,0x1d8)]=_0x5da1a1,_0x4d64ba['error']=_0x21095c[_0x211706(0x34,_0x1a2af3._0x4f1b91,_0x1a2af3._0x1df008,_0x1a2af3._0x2d046b)],_0x3e9a09[_0x211706(_0x1a2af3._0x307057,-_0x1a2af3._0x109a12,0x37,-_0x1a2af3._0x486097)](_0xaf135a['WVYad'],_0x4d64ba);}else continue;}}const _0x5ea6da=_0xbdf9f2[_0x211706(0x62,0x2b,_0x1a2af3._0x336f34,_0x1a2af3._0x303a34)][_0x1b778c(_0x1a2af3._0x22f4a3,0x1dd,0x1d9,_0x1a2af3._0x3acfc8)+'e'](),_0x54a29f={};_0x54a29f[_0x1b778c(0x1b1,_0x1a2af3._0x57a68e,0x1a0,0x1c0)]=_0x3cc25c,_0x54a29f[_0x1b778c(_0x1a2af3._0x5ee89f,0x1fd,0x1c8,_0x1a2af3._0xf9f4bd)]=_0x22205f,_0x227de3[_0x211706(0x50,_0x1a2af3._0xc4d6f1,0x4c,_0x1a2af3._0x268805)](_0x5ea6da,_0x54a29f);}}}catch(_0x5165e9){if(_0xaf135a[_0x1b778c(0x221,0x226,_0x1a2af3._0xba4ea6,0x1bf)]!==_0xaf135a[_0x1b778c(0x260,0x243,0x216,0x262)]){const _0x424e02={};_0x424e02[_0x1b778c(_0x1a2af3._0x581b3b,0x1d1,_0x1a2af3._0x49754e,0x1c8)]=_0x12b57a,_0x38e74c[_0x211706(_0x1a2af3._0x307057,-_0x1a2af3._0x37546c,-_0x1a2af3._0x29ce82,-_0x1a2af3._0x919bbd)](_0xaf135a[_0x211706(0x8e,_0x1a2af3._0x56cc1d,0x7c,0xdc)],_0x424e02);const _0x3e18ce={};return _0x3e18ce[_0x1b778c(_0x1a2af3._0xbad8f6,_0x1a2af3._0x523e9b,0x224,_0x1a2af3._0x2623f3)]=_0x3830a0,_0x3e18ce[_0x211706(_0x1a2af3._0x4321b9,-_0x1a2af3._0x492b42,0x30,0x8d)]=_0x30e65,_0x3e18ce;}else{if(_0xaf135a['BwLWD'](_0x5165e9[_0x211706(_0x1a2af3._0x12aea3,0x95,0x3b,0x6)],_0xaf135a[_0x1b778c(_0x1a2af3._0x53fe74,0x19b,0x191,0x160)])){if(_0xaf135a[_0x211706(0x6,0x29,0x14,_0x1a2af3._0x42658a)](_0xaf135a[_0x1b778c(0x1d6,0x152,0x1b5,_0x1a2af3._0x3cc9ad)],_0xaf135a[_0x1b778c(0x1e0,_0x1a2af3._0x3266de,_0x1a2af3._0x32c2be,_0x1a2af3._0x5f45f8)])){const _0xdcb6ee={};_0xdcb6ee[_0x1b778c(0x1f6,0x250,0x21c,0x1fe)]=_0x2ef8cf,_0xdcb6ee[_0x1b778c(_0x1a2af3._0x2fafc4,_0x1a2af3._0x417b97,_0x1a2af3._0x57e50b,0x15b)]=_0x5165e9[_0x211706(_0x1a2af3._0x5e4175,0xf,0x70,0x77)],logger[_0x1b778c(0x1e1,0x165,0x1ad,0x1ce)](_0xaf135a[_0x211706(-0x8,_0x1a2af3._0x1d624f,-_0x1a2af3._0x828a67,_0x1a2af3._0x35a900)],_0xdcb6ee);}else{if(_0xaf135a['CcBMi'](_0xd3150e[_0x211706(_0x1a2af3._0x21f5bd,_0x1a2af3._0x2b64ea,_0x1a2af3._0x4496ba,_0x1a2af3._0x1ebee4)],_0x1b778c(0x175,0x1f2,_0x1a2af3._0x4ac6b0,_0x1a2af3._0x2fa53f))&&_0x2c5bd5[_0x211706(_0x1a2af3._0x5895cf,0x81,_0x1a2af3._0x5c85e7,_0x1a2af3._0x46aef1)]!==_0x4b2b28)_0x3fddc0[_0x5dfebb]=_0x1f6f9d(_0x26f35f['value']);else{if(_0xaf135a['CcBMi'](_0x1feb09['type'],_0x1b778c(_0x1a2af3._0xd62b2c,_0x1a2af3._0x38447d,_0x1a2af3._0x4d8870,0x1f8))){const _0x53471={};_0x53471[_0x211706(0x11,-_0x1a2af3._0x3ee46b,0x67,_0x1a2af3._0xe3f151)]=_0x3cc5fc,_0x53471[_0x211706(_0x1a2af3._0xaf4485,0x2a,0x27,_0x1a2af3._0x1e98a6)]=_0x3bb88f,_0x49ad9d[_0x1b778c(0x1f8,_0x1a2af3._0x383113,0x1ad,_0x1a2af3._0x350693)](_0xaf135a[_0x1b778c(0x15b,0x139,0x18f,_0x1a2af3._0x2a7be1)],_0x53471);}}}}}}return _0x227de3;}export async function generatePatCredentials(_0x55e339,_0x5c6e7f,_0x4d3e90={}){const _0x5d94af={_0x63492c:0x264,_0x393e6f:0x29f,_0x4db149:0x220,_0x3e8d15:0x1d6,_0x2e4e81:0x209,_0xee09b4:0x75,_0x554207:0x243,_0x2d5512:0x26e,_0x4149a4:0x1e2,_0x5cba49:0x25f,_0x24f750:0x203,_0x4e2813:0xbe,_0x5ba794:0xcc,_0x1bc651:0x22c,_0x2edfac:0x272,_0xd61b85:0x262,_0x2101cc:0x1c9,_0x4fef51:0x202,_0x3d60c4:0x26f,_0x23b981:0x151,_0x4aa35e:0x12d,_0x56a567:0x124,_0x148847:0x22b,_0x4f26e1:0x281,_0x158c3:0x235,_0x1ace15:0x1e9,_0x556461:0x200,_0x49e046:0x2fa,_0x229993:0x277,_0x3f9326:0x2a0,_0x4f8ef5:0x297,_0xc0d199:0x2e9,_0x4b2499:0x9d,_0x26151c:0xf3,_0x3412c9:0x3d,_0x21cd6e:0xc7,_0x4c737b:0xc0,_0x29187b:0xea,_0x18ab6d:0x124,_0x5a2488:0xdb,_0x4d9131:0xd8,_0x308ec2:0x86,_0x4aaf71:0x94,_0x5827d2:0x126,_0x4c25a2:0x2c4,_0x25c501:0x2b4,_0x56faeb:0x2a9,_0xab0202:0x1e4,_0x372a1e:0xd5,_0x17683b:0xa2,_0x4d89df:0x28f,_0x13c46b:0x24b,_0x5ceef2:0x103,_0x5e8e33:0x148,_0x48c36a:0x12f,_0x5431ef:0xa1,_0x34f057:0xcd,_0x52caf9:0x72,_0x2af2e2:0x73,_0x129c2b:0xe5,_0x13690a:0x14e,_0x355ba7:0x10c,_0x275a39:0x14f,_0x1425b6:0xf2,_0x3dcc20:0x287,_0x37006a:0x238,_0x28bf20:0x26d,_0x2a171b:0x286,_0x4697fa:0xbb,_0x426d87:0x100,_0x3a02be:0x1e3,_0x15e8a5:0x25a,_0x4e9c14:0x21f,_0x39dd52:0x229,_0x188bf4:0x2fc,_0x1b2601:0x267,_0x4e589b:0x2a5,_0x53306f:0x200,_0x311a2a:0x9a,_0x51b244:0x100,_0x3034de:0xd7,_0xd9ca6b:0x23f,_0x5276e8:0x262,_0x535531:0x200,_0x3ec3ec:0x219,_0x3139ef:0x205,_0x7e9064:0x10f,_0x188560:0xa7,_0x25e4b3:0x22,_0x4bc7f9:0x9e,_0x2445bc:0x79,_0x4517e9:0x85,_0x4de884:0x7a,_0xb3711a:0x259,_0x4aca9b:0x2a4,_0x764f7:0x29f,_0x327dd8:0x242,_0x49be39:0x156,_0x46f397:0x146,_0xeb04df:0x10e,_0xf94e45:0x131,_0x429f2f:0x253,_0x2c839f:0xd0,_0x2a55cf:0xab,_0x4aa7c7:0x1d1,_0x2d627b:0x22d,_0x1dc36d:0x2ba,_0x3c9674:0x1ed,_0xd03c1f:0x173,_0x528565:0x114,_0x3d6ea6:0x88,_0x234705:0xfe,_0xec4429:0x296,_0x7a2cd6:0xc3},_0x330dde={_0x339be9:0x216},_0x482fbc={_0x3fe58a:0x1b9},_0x4ff338={_0x2e85f3:0x183,_0x5bdee7:0x1aa,_0x2408b2:0x3dc,_0x77c461:0x411,_0x3bd542:0x3af,_0x4584c3:0x3c5,_0x58a40f:0x3e7,_0x1b4e75:0x446,_0x12501c:0x439,_0x10dc32:0x15f,_0x2d60f5:0xd6,_0x4010dc:0x18b,_0x557026:0x192,_0x18e245:0x18d,_0x132205:0x165,_0x52be2c:0x16d},_0x35ef6f={_0x5322c6:0xe8,_0x1d1e0a:0x25,_0x1152bc:0x308},_0x420f88={'XsxWb':_0x44f5c3(0x271,0x26e,_0x5d94af._0x63492c,_0x5d94af._0x393e6f),'XmcmK':function(_0x26ebf6,_0x3aaae8){return _0x26ebf6(_0x3aaae8);},'SEahX':_0x44f5c3(_0x5d94af._0x4db149,_0x5d94af._0x3e8d15,_0x5d94af._0x2e4e81,0x234)+_0x50ddab(_0x5d94af._0xee09b4,0x85,0x118,0xd5)+_0x44f5c3(_0x5d94af._0x554207,_0x5d94af._0x2d5512,_0x5d94af._0x4149a4,0x243)+_0x44f5c3(_0x5d94af._0x5cba49,0x1c4,_0x5d94af._0x24f750,0x214)+_0x50ddab(_0x5d94af._0x4e2813,0x6a,0x11d,_0x5d94af._0x5ba794),'zAPcX':_0x44f5c3(_0x5d94af._0x1bc651,_0x5d94af._0x2edfac,_0x5d94af._0xd61b85,0x27d)+'t.json','UlEXi':'ENOENT','iPPVQ':function(_0x2996ec,_0x1bb118){return _0x2996ec===_0x1bb118;},'bwDZb':_0x44f5c3(_0x5d94af._0x2101cc,_0x5d94af._0x4fef51,_0x5d94af._0x3d60c4,0x224),'bpeQq':_0x50ddab(_0x5d94af._0x23b981,0x11d,0xc8,0x10d)+'read\x20envir'+_0x50ddab(0xd9,_0x5d94af._0x4aa35e,0xec,_0x5d94af._0x56a567)+_0x50ddab(0xb8,0x6e,0x9d,0xd6)+_0x44f5c3(0x22c,_0x5d94af._0x148847,0x1f7,0x200)+'s','mRJYS':function(_0x3d5bcb,_0x9befcd,_0x15af93){return _0x3d5bcb(_0x9befcd,_0x15af93);},'oAHLn':function(_0x3d0c23,_0x1751a6){return _0x3d0c23===_0x1751a6;},'ALNik':'BoySE','MiEZz':_0x44f5c3(0x286,0x254,0x232,_0x5d94af._0x4f26e1)+_0x44f5c3(0x252,0x253,0x232,0x284)+'\x20URL\x20for\x20P'+_0x44f5c3(_0x5d94af._0x158c3,0x1ec,0x28b,0x22f)+'g','KulBr':'KcWBH','QkRIm':_0x44f5c3(0x241,_0x5d94af._0x1ace15,_0x5d94af._0x556461,0x1fd)+'PAT\x20creden'+_0x44f5c3(_0x5d94af._0x49e046,_0x5d94af._0x229993,_0x5d94af._0x3f9326,_0x5d94af._0x4f8ef5)+_0x44f5c3(0x27c,_0x5d94af._0xc0d199,0x2cb,0x28c)},_0x18e556=_0x4d3e90['logger']||logger;if(!_0x55e339)return[];const _0x1299d3=_0xdf52e2['join'](_0x55e339,_0x420f88[_0x50ddab(_0x5d94af._0x4b2499,_0x5d94af._0x26151c,_0x5d94af._0x3412c9,0x92)]);let _0x172540=[];try{const _0x17bb9d=JSON[_0x50ddab(0xbb,0x12e,0x12d,_0x5d94af._0x21cd6e)](await _0x298a1e['readFile'](_0x1299d3,_0x50ddab(0x129,0xf7,_0x5d94af._0x4c737b,_0x5d94af._0x29187b)));_0x172540=_0x17bb9d[_0x50ddab(0x11e,_0x5d94af._0x18ab6d,_0x5d94af._0x5a2488,0x118)]||[];}catch(_0x12c44a){if(_0x12c44a['code']!==_0x420f88[_0x50ddab(0xeb,_0x5d94af._0x4d9131,_0x5d94af._0x308ec2,_0x5d94af._0x4aaf71)]){if(_0x420f88[_0x50ddab(0x10c,0xe7,0xf7,_0x5d94af._0x5827d2)](_0x420f88['bwDZb'],_0x420f88[_0x44f5c3(0x2a1,_0x5d94af._0x4c25a2,_0x5d94af._0x25c501,_0x5d94af._0x56faeb)])){const _0x4adbde={};_0x4adbde['path']=_0x1299d3,_0x4adbde[_0x44f5c3(0x228,_0x5d94af._0xab0202,0x205,0x1e4)]=_0x12c44a['message'],_0x18e556['warn'](_0x420f88[_0x50ddab(0x42,_0x5d94af._0x372a1e,0x3d,_0x5d94af._0x17683b)],_0x4adbde);}else return _0xa4a9fe[_0x44f5c3(_0x5d94af._0x4d89df,0x20c,0x23d,_0x5d94af._0x13c46b)+'e']()[_0x50ddab(_0x5d94af._0x5ceef2,0xea,_0x5d94af._0x5e8e33,_0x5d94af._0x48c36a)](/\.git$/,'');}return[];}const _0x347e54=await getReposWithProviderAccess(_0x55e339,_0x4d3e90),_0x53bf0e=new Set(_0x347e54[_0x50ddab(_0x5d94af._0x5431ef,0xad,_0x5d94af._0x34f057,0xed)](_0x3f1af5=>normalizeUrl(_0x3f1af5[_0x44f5c3(0x29f,0x2b4,0x297,0x2a5)]))),_0x2c4c16=_0x172540['filter'](_0x407b7d=>{const _0x43ca65={_0x308414:0x89,_0x172032:0x52};if(!_0x407b7d[_0x405c2a(0x183,0x129,0x154,0x1c3)])return![];function _0x4b889e(_0x1fd3d2,_0x2ffb53,_0x5673bb,_0x29c319){return _0x50ddab(_0x1fd3d2-_0x35ef6f._0x5322c6,_0x2ffb53,_0x5673bb-_0x35ef6f._0x1d1e0a,_0x29c319-_0x35ef6f._0x1152bc);}function _0x405c2a(_0x315bb3,_0x5925fd,_0xc9999a,_0x4a4609){return _0x50ddab(_0x315bb3-_0x43ca65._0x308414,_0xc9999a,_0xc9999a-0x122,_0x315bb3-_0x43ca65._0x172032);}if(!_0x407b7d[_0x405c2a(_0x4ff338._0x2e85f3,0x14a,_0x4ff338._0x5bdee7,0x1df)][_0x4b889e(_0x4ff338._0x2408b2,_0x4ff338._0x77c461,0x355,_0x4ff338._0x3bd542)](_0x4b889e(_0x4ff338._0x4584c3,_0x4ff338._0x58a40f,0x342,0x3a5))&&!_0x407b7d[_0x4b889e(0x42f,0x4a0,_0x4ff338._0x1b4e75,_0x4ff338._0x12501c)]['startsWith'](_0x420f88[_0x405c2a(0xfa,_0x4ff338._0x10dc32,0xed,0xea)]))return![];return!_0x53bf0e[_0x405c2a(_0x4ff338._0x2d60f5,0xc7,0x72,0xdf)](_0x420f88[_0x405c2a(_0x4ff338._0x4010dc,_0x4ff338._0x557026,_0x4ff338._0x18e245,_0x4ff338._0x132205)](normalizeUrl,_0x407b7d[_0x405c2a(0x183,0x160,_0x4ff338._0x52be2c,0x1ce)]));});if(_0x420f88['iPPVQ'](_0x2c4c16[_0x50ddab(_0x5d94af._0x52caf9,_0x5d94af._0x2af2e2,_0x5d94af._0x129c2b,0xb9)],0x1fd5+0x1ed5*-0x1+-0x100))return[];const _0x461e08=await _0x420f88[_0x50ddab(0x148,0xe9,_0x5d94af._0x13690a,_0x5d94af._0x355ba7)](loadPatSecretsForContext,_0x55e339,_0x5c6e7f);if(_0x420f88['oAHLn'](_0x461e08[_0x44f5c3(0x23b,0x209,0x24b,0x1e6)],0x817+-0x1*0x6ad+-0x16a))return[];const _0x4b0ca7=[];for(const _0xaa5958 of _0x2c4c16){if(_0x420f88[_0x50ddab(0xcb,0xae,_0x5d94af._0x275a39,_0x5d94af._0x1425b6)](_0x44f5c3(0x286,_0x5d94af._0x3dcc20,_0x5d94af._0x37006a,_0x5d94af._0x28bf20),_0x420f88[_0x44f5c3(_0x5d94af._0x2a171b,0x266,0x28a,0x254)])){const _0x3fb595={};_0x3fb595['name']=_0xfa03fc,_0x3fb595[_0x50ddab(_0x5d94af._0x4697fa,0xb4,0x136,_0x5d94af._0x426d87)]=_0x442d20,_0x41ed70[_0x44f5c3(_0x5d94af._0x3a02be,_0x5d94af._0x15e8a5,0x233,_0x5d94af._0x4e9c14)](_0x420f88[_0x44f5c3(0x20c,_0x5d94af._0x39dd52,0x1ed,0x1ea)],_0x3fb595);}else try{const _0x1346af=new URL(_0xaa5958[_0x44f5c3(_0x5d94af._0x188bf4,0x275,_0x5d94af._0x1b2601,_0x5d94af._0x4e589b)]),_0x4286a3=_0x1346af[_0x44f5c3(0x1ce,0x1b2,_0x5d94af._0x53306f,0x213)][_0x50ddab(_0x5d94af._0x311a2a,0x10d,_0x5d94af._0x51b244,_0x5d94af._0x3034de)+'e'](),_0xc9212c=_0x461e08[_0x44f5c3(_0x5d94af._0xd9ca6b,_0x5d94af._0x5276e8,0x1db,0x225)](_0x4286a3);if(_0xc9212c){const _0x3e59d6=_0x1346af[_0x44f5c3(0x1df,_0x5d94af._0x535531,_0x5d94af._0x3ec3ec,_0x5d94af._0x3139ef)]||_0x50ddab(0xd4,0x127,0xca,_0x5d94af._0x7e9064)+_0x50ddab(_0x5d94af._0x188560,_0x5d94af._0x25e4b3,_0x5d94af._0x4bc7f9,_0x5d94af._0x2445bc),_0x2c0167=_0x1346af['pathname'];_0x4b0ca7[_0x50ddab(_0x5d94af._0x4517e9,_0x5d94af._0x4de884,0x74,0xbd)](_0x44f5c3(_0x5d94af._0xb3711a,0x24b,_0x5d94af._0x4aca9b,_0x5d94af._0x764f7)+_0x3e59d6+':'+_0xc9212c['value']+'@'+_0x4286a3+_0x2c0167);}}catch(_0x19d232){const _0x28c80c={};_0x28c80c[_0x44f5c3(0x2ee,0x297,_0x5d94af._0x327dd8,0x2a5)]=_0xaa5958[_0x50ddab(_0x5d94af._0x49be39,_0x5d94af._0x46f397,_0x5d94af._0xeb04df,_0x5d94af._0xf94e45)],_0x28c80c['error']=_0x19d232[_0x44f5c3(_0x5d94af._0x39dd52,_0x5d94af._0x429f2f,0x293,0x235)],_0x18e556[_0x50ddab(_0x5d94af._0x2c839f,0xf1,0xd8,_0x5d94af._0x2a55cf)](_0x420f88['MiEZz'],_0x28c80c);}}function _0x44f5c3(_0x355fb1,_0x1cc8f9,_0x1c8a18,_0x3c7ecd){return _0x3fe3f2(_0x355fb1-_0x482fbc._0x3fe58a,_0x1cc8f9-0x113,_0x3c7ecd-0x38a,_0x1cc8f9);}if(_0x4b0ca7[_0x44f5c3(_0x5d94af._0x4aa7c7,0x1c6,0x1f5,_0x5d94af._0x2d627b)]>-0x2680+-0xaf5+0x3175){if(_0x420f88[_0x44f5c3(0x300,_0x5d94af._0x1dc36d,0x243,0x29a)](_0x44f5c3(_0x5d94af._0x3c9674,0x1dd,0x21f,0x1f5),_0x420f88[_0x44f5c3(0x295,0x1f7,0x23f,0x252)])){const _0x5974ca=_0x7fc483[_0x50ddab(0x18b,_0x5d94af._0xd03c1f,_0x5d94af._0x528565,0x12f)](/\/+$/,'');_0x2ed9c5=_0x75b9a6[_0x50ddab(_0x5d94af._0x3d6ea6,_0x5d94af._0x5431ef,_0x5d94af._0x234705,0xd2)](_0x5974ca,_0x17055d);}else _0x18e556[_0x44f5c3(_0x5d94af._0xb3711a,_0x5d94af._0xec4429,_0x5d94af._0x1bc651,0x250)](_0x420f88[_0x50ddab(_0x5d94af._0x7a2cd6,_0x5d94af._0x5a2488,0xe6,0xf5)],{'environment':_0xdf52e2['basename'](_0x55e339),'context':_0x5c6e7f,'count':_0x4b0ca7[_0x50ddab(0xb5,0xbf,0x97,0xb9)]});}function _0x50ddab(_0x9cd76f,_0x41bcbd,_0x97ef9b,_0x2f30c9){return _0x3fe3f2(_0x9cd76f-0x116,_0x41bcbd-0x54,_0x2f30c9-_0x330dde._0x339be9,_0x41bcbd);}return _0x4b0ca7;}
@@ -1 +1 @@
1
- (function(_0x3e67de,_0x1f3831){const _0x35e0d2={_0x57ae77:0x57a,_0x50f54b:0x57d,_0x5d6e09:0x564,_0x33e20d:0x598,_0x3ef215:0x5a6,_0x4f5338:0x244,_0x4b46b9:0x24e,_0x408ad3:0x22d,_0x1adad2:0x273,_0x296f5d:0x291,_0x59fc55:0x2c4,_0x15aa23:0x5c8,_0x55b0bf:0x573,_0x42743b:0x578,_0x28365c:0x570,_0xa53c49:0x21d,_0x2dbd07:0x23d,_0x1f32ae:0x5dd,_0xa02da0:0x5a5},_0xb20549={_0x2a4cc5:0x7b},_0x5c356c=_0x3e67de();function _0x185c9d(_0x333cf4,_0x44e814,_0x5497b1,_0xb8d303){return _0x3357(_0xb8d303-0x3ad,_0x5497b1);}function _0x378222(_0x5cfeb7,_0x2c870f,_0x14db35,_0xc9bff8){return _0x3357(_0x14db35-_0xb20549._0x2a4cc5,_0xc9bff8);}while(!![]){try{const _0x5b5055=parseInt(_0x185c9d(0x5bf,_0x35e0d2._0x57ae77,_0x35e0d2._0x50f54b,0x5a9))/(0x21a8+-0x56*-0x59+-0x3f8d)+parseInt(_0x185c9d(0x5b2,_0x35e0d2._0x5d6e09,0x55f,_0x35e0d2._0x33e20d))/(-0x8e5+0x26bf+-0x1dd8)*(parseInt(_0x185c9d(0x596,_0x35e0d2._0x3ef215,0x578,0x5bf))/(-0x287*0x1+-0x1*0x202+0x48c))+parseInt(_0x378222(0x27f,_0x35e0d2._0x4f5338,_0x35e0d2._0x4b46b9,_0x35e0d2._0x408ad3))/(-0x36d*0x5+0x1*-0x22b9+0x33de)+parseInt(_0x378222(0x29c,_0x35e0d2._0x1adad2,0x2ae,_0x35e0d2._0x296f5d))/(-0x19db+0x1*-0xf43+0x2923)+parseInt(_0x378222(0x244,_0x35e0d2._0x59fc55,0x285,0x2b4))/(0x6b*-0x29+0x788+0x91*0x11)+parseInt(_0x185c9d(_0x35e0d2._0x15aa23,_0x35e0d2._0x55b0bf,0x5f9,0x5b9))/(0x2339+0x1b4b+0x3ad*-0x11)*(-parseInt(_0x185c9d(0x58d,0x528,_0x35e0d2._0x42743b,_0x35e0d2._0x28365c))/(-0x13*-0x9e+-0x2346+0x1794))+parseInt(_0x378222(_0x35e0d2._0xa53c49,_0x35e0d2._0x2dbd07,0x231,0x25f))/(-0x2e1*0x9+-0x1*0x543+0x1f35)*(parseInt(_0x185c9d(0x569,0x59f,_0x35e0d2._0x1f32ae,_0x35e0d2._0xa02da0))/(-0x417*0x2+0x7f*0x1c+0x4*-0x16b));if(_0x5b5055===_0x1f3831)break;else _0x5c356c['push'](_0x5c356c['shift']());}catch(_0x217213){_0x5c356c['push'](_0x5c356c['shift']());}}}(_0x42d0,0x19*0xfc4+0x3*0x166c9+0xbfff*-0x4));import _0x243ab1 from'path';import{fileURLToPath}from'url';import{execFile}from'child_process';import{promisify}from'util';function _0x42d0(){const _0x5cefd6=['CMvK','q0HIuwW','Cg9ZAxrVCNK','u1DVrhu','oe1rvgrNEq','zgLYBMfTzq','yxrO','B2jQzwn0','C2v0DxbszxbVua','CLnRrKu','vKrqAeu','r0nnx0Lovevsqq','sLPQtgC','DhjPBq','r0Lux1rfuK1jtG','B2TLBG','B3zTExy','mJbcv1fjvvq','yxjNCW','uxj6Bhu','B3jPz2LUvxjS','ntiZmtz0sNfZzha','z2v0q3jLzgvUDa','ueftu1DpuKq','x2f1DgG','r0Lux0fts1bbuW','y29UzMLN','CMvXDwLYzwqGzG','yxbW','BMzPz3vYzwq','r2DkCuq','kIOQ','z2L0','DhvWihjLCg9ZAq','zxr1CcbYzxbVCW','nZyWotaYBNvRvM1l','zgvIDwC','mJmYmdi3nNPWC2HXsa','vvjnz3y','zNjLzxPL','DgLHBhm','EfrhvKS','z2v0u2v0Dxbszq','nteYndnLt3fbywu','vuz3sge','Ec1Hy2nLC3mTDa','s0nVq3e','teHmDwS','CY5ZAa','B25MAwD1CMvK','y3jLzgvUDgLHBa','thfIueW','DxnLCKLKigLZia','vvjjvKe','B0fpEg8','AvLwq3C','AwrLCIbPCYbYzq','zxjYB3jZ','C3rYAw5N','tw9Kzq','yxrOigLZihjLCq','BIbTB2rLigLZia','y29TBwfUzfbYzq','B2rL','x2f1DgGUChjVDG','C2L0B3j5igf1Da','zhvdA0e','ChjVDMLKzxjZ','y29UDgv4Da','AcbPCYbYzxf1Aq','AM53zwe','CMvTB3rLlM9YAq','uKjWDwO','yxjNCYbTDxn0ia','BM9YBwfSAxPLza','t216vxa','mJmYndq1DvjWy0nS','r3DIqvG','zxHLy0DPDenVBq','AwfSC0zVCLjLCa','CIbZzxr1CcbYzq','sgz6wMW','z2L0ignYzwrLBG','DxnLCM5HBwu','AgH6C04','u2v0DxaGCMvWBW','q09ervjFr0LuxW','A3LIv2G','Bg9Nz2vY','tMv2zxi','zJ1ZC2G6lY9NAq','ChvZAa','vfvIDNK','vwfrsg8','Dg9YEsbWCM92Aq','AxnbCNjHEq','BxDvuMy','u1DPzNG','ntyWodCXvefIrKjr','zwrLBNrPywWGBq','iIbPCYbUB3qGyW','BwvZC2fNzq','Bwf4qNvMzMvY','tM8GB3jPz2LUia','Bw9Kzq','zJ1NAxra','sePrAMi','C2L0B3j5ihbHDa','qMDlv2S','BxfUwei','C2v0DxbFCMvWBW','ogfNq09osa','zML4','ChjVDMLKzxi','BgvUz3rO','q1f0sxi','rhrNB3i','B250zxH0lcbMyq','quXFufjptvbu','ENnly00','DwLYzwq','s2rSwLq','q1rjvKu','B3iGDxnLCIbJCG','DMfSAwq','rMfPBgvKihrVia','Bg9JywW','mZCWota4Bwfuy1Pv','zw52','CgfZC3DVCMq','y3DK','DxjSlMH0DhbZoG','sgz5EK0','igLZig5VDcbJBW','Cg9pCMLNAw5vCG','zMLNDxjLzcbMBW','wKHyzum','vM1ct2m','BwfUza','Bwf0y2G','vvnfuK5btuu','DxnLCG','zhDtAw0','lY5PBNn0zwfKtW','AuXdvw8','rwzyvve','yMuGysbUB24Tzq'];_0x42d0=function(){return _0x5cefd6;};return _0x42d0();}import{getCredentialsForRepo,loadProvidersConfig}from'./git-provider-service.js';function _0x3357(_0x25bb6f,_0x4d73d3){_0x25bb6f=_0x25bb6f-(0x1*-0x4d5+0x130a+0x2*-0x646);const _0x4f7dad=_0x42d0();let _0x18c0e0=_0x4f7dad[_0x25bb6f];if(_0x3357['xITuMe']===undefined){var _0x1e4a6a=function(_0xb05bf1){const _0x646136='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x449405='',_0x336476='';for(let _0x70bc2a=-0x1*0x1ae9+-0xad*0x25+-0x1e*-0x1bb,_0x120359,_0xe8c2a5,_0xfae848=0x2498+-0x749*0x2+0x2*-0xb03;_0xe8c2a5=_0xb05bf1['charAt'](_0xfae848++);~_0xe8c2a5&&(_0x120359=_0x70bc2a%(0x8cb+0x16bf+-0x1f86)?_0x120359*(-0xb25*0x2+0x1*-0x1d5f+0x33e9)+_0xe8c2a5:_0xe8c2a5,_0x70bc2a++%(0x1*-0x1f37+-0x239*0x8+-0x3103*-0x1))?_0x449405+=String['fromCharCode'](-0xb*-0x13+0x1dff+-0x1dd1&_0x120359>>(-(0x197*-0x11+0xbfe+0xf0b)*_0x70bc2a&0x1f1f+0x1e8b+-0x3da4)):-0x1564+-0x1b65*0x1+0x30c9){_0xe8c2a5=_0x646136['indexOf'](_0xe8c2a5);}for(let _0xefca69=0x1*-0x97+0x2130+-0x2099,_0x2d65d4=_0x449405['length'];_0xefca69<_0x2d65d4;_0xefca69++){_0x336476+='%'+('00'+_0x449405['charCodeAt'](_0xefca69)['toString'](0x762+-0x76e*0x4+0x2f*0x7a))['slice'](-(-0x3*0x60d+-0x6*-0x65+-0x1*-0xfcb));}return decodeURIComponent(_0x336476);};_0x3357['WiniAg']=_0x1e4a6a,_0x3357['jDisXL']={},_0x3357['xITuMe']=!![];}const _0x4cec44=_0x4f7dad[0xf*-0x24b+0x6c5+-0x374*-0x8],_0x2c6640=_0x25bb6f+_0x4cec44,_0x17d02a=_0x3357['jDisXL'][_0x2c6640];return!_0x17d02a?(_0x18c0e0=_0x3357['WiniAg'](_0x18c0e0),_0x3357['jDisXL'][_0x2c6640]=_0x18c0e0):_0x18c0e0=_0x17d02a,_0x18c0e0;}import{logger as _0x5300fd}from'./logger.js';const execFileAsync=promisify(execFile),__filename=fileURLToPath(import.meta.url),__dirname=_0x243ab1[_0x387a41(0x1f1,0x1e0,0x1bc,0x1cc)](__filename),_0x29bf49={};function _0x387a41(_0x1e5ecd,_0x53db65,_0x7ff996,_0x331ac8){return _0x3357(_0x1e5ecd-0x5,_0x53db65);}function _0xf77126(_0x433c55,_0x2220ed,_0x50f7db,_0x274275){const _0x3b4f97={_0x248c67:0x1e0};return _0x3357(_0x2220ed-_0x3b4f97._0x248c67,_0x433c55);}_0x29bf49[_0xf77126(0x3b8,0x39c,0x37a,0x366)]=_0x387a41(0x1d7,0x200,0x19c,0x18e),_0x29bf49[_0x387a41(0x1ca,0x1da,0x19b,0x1f1)]=null;const DEFAULT_SETUP_REPO_AUTH=Object[_0xf77126(0x3ae,0x3ee,0x426,0x3b9)](_0x29bf49),ASKPASS_SCRIPT_PATH=_0x243ab1['join'](__dirname,'git-askpas'+_0x387a41(0x21c,0x229,0x233,0x262));export function normalizeSetupRepoAuthConfig(_0x59693a={}){const _0x9c9b04={_0x2683c2:0x2e7,_0x289ff7:0x321,_0x1c22bc:0x322,_0x3875b8:0x2c3,_0x494321:0x304,_0x4d0e2b:0x358,_0x35c83c:0x386,_0x4a2b4b:0x36b,_0x2c42e7:0x387,_0x33dd16:0x33f,_0x473475:0x2fc,_0x145900:0x2f8,_0x46dea4:0x321,_0x2077fa:0x312,_0xa7eec4:0x36a,_0x40a4d6:0x369,_0x4fc8e2:0x39c,_0x4a3929:0x2ec,_0x53892a:0x31d,_0x553708:0x358,_0xdb165c:0x31b,_0x222283:0x2f0,_0xf7496b:0x334,_0x214607:0x381,_0x3a7c7c:0x2af,_0x27a8ee:0x2f6,_0x51df82:0x365,_0x4f2195:0x33b,_0x48ac23:0x2f8,_0x3ed196:0x36e,_0x21c483:0x317,_0x1e1054:0x366,_0x4c6cd2:0x31f,_0x4ae635:0x2fb,_0x91e293:0x2c9,_0x311c69:0x2e4,_0xb876cd:0x2f6},_0x4245f3={_0x4a7bcc:0x6a,_0x455335:0x16d},_0x11136b={_0x1331aa:0xdb},_0x4869e2={};_0x4869e2[_0xd2fcf1(_0x9c9b04._0x2683c2,0x351,_0x9c9b04._0x289ff7,_0x9c9b04._0x1c22bc)]=_0xd2fcf1(_0x9c9b04._0x3875b8,0x304,_0x9c9b04._0x494321,0x2f6),_0x4869e2[_0xe027da(_0x9c9b04._0x4d0e2b,0x34e,0x32f,_0x9c9b04._0x35c83c)]=function(_0x59d327,_0x2362cb){return _0x59d327===_0x2362cb;},_0x4869e2[_0xe027da(0x360,_0x9c9b04._0x4a2b4b,_0x9c9b04._0x2c42e7,_0x9c9b04._0x33dd16)]=_0xd2fcf1(_0x9c9b04._0x473475,_0x9c9b04._0x145900,_0x9c9b04._0x46dea4,_0x9c9b04._0x2077fa),_0x4869e2[_0xe027da(0x3aa,0x3e3,_0x9c9b04._0x35c83c,_0x9c9b04._0xa7eec4)]=_0xd2fcf1(_0x9c9b04._0x40a4d6,0x31e,_0x9c9b04._0x4fc8e2,0x352);const _0x301e64=_0x4869e2;function _0xd2fcf1(_0x33cc2e,_0x3c2c85,_0x1e11ad,_0x28f718){return _0x387a41(_0x28f718-0x12c,_0x33cc2e,_0x1e11ad-_0x11136b._0x1331aa,_0x28f718-0x1c9);}const _0x220e84=_0x59693a?.[_0xd2fcf1(0x325,_0x9c9b04._0x4a3929,0x2c5,0x2ed)],_0x2cb347=_0x220e84===_0x301e64[_0xe027da(0x367,_0x9c9b04._0x53892a,_0x9c9b04._0x35c83c,0x381)]||_0x301e64[_0xe027da(_0x9c9b04._0x553708,0x354,0x332,0x339)](_0x220e84,_0x301e64[_0xd2fcf1(0x349,0x2d1,0x345,_0x9c9b04._0xdb165c)])?_0x220e84:_0xd2fcf1(0x32c,_0x9c9b04._0x222283,0x2de,0x303),_0x187743=_0x301e64[_0xe027da(0x358,_0x9c9b04._0xf7496b,_0x9c9b04._0x214607,0x311)](typeof _0x59693a?.[_0xd2fcf1(0x32b,_0x9c9b04._0x3a7c7c,0x2eb,_0x9c9b04._0x27a8ee)],_0x301e64[_0xd2fcf1(0x347,0x320,0x3a5,_0x9c9b04._0x51df82)])&&_0x59693a[_0xe027da(_0x9c9b04._0x4f2195,_0x9c9b04._0x48ac23,0x379,0x2fe)][_0xe027da(0x36a,0x370,0x336,0x382)]()?_0x59693a[_0xe027da(_0x9c9b04._0x4f2195,_0x9c9b04._0x3ed196,_0x9c9b04._0x21c483,_0x9c9b04._0x1e1054)][_0xd2fcf1(0x338,_0x9c9b04._0x4c6cd2,_0x9c9b04._0x4ae635,0x325)]():null,_0x47f0d4={};_0x47f0d4[_0xd2fcf1(0x32b,_0x9c9b04._0x91e293,0x31b,0x2ed)]=_0x2cb347,_0x47f0d4[_0xd2fcf1(_0x9c9b04._0x311c69,0x331,0x2d3,_0x9c9b04._0xb876cd)]=_0x187743;function _0xe027da(_0x243f92,_0x4d762c,_0x5f5c2e,_0xd262d9){return _0xf77126(_0x4d762c,_0x243f92- -_0x4245f3._0x4a7bcc,_0x5f5c2e-_0x4245f3._0x455335,_0xd262d9-0x1ea);}return _0x47f0d4;}export function validateSetupRepoAuthConfig(_0x3ffd4b={},_0x455553={}){const _0x52ac9b={_0x22e3f4:0x287,_0x102968:0x2bf,_0x8a8857:0x261,_0x302f44:0x244,_0x3fd0f3:0x29b,_0x3053a4:0x288,_0x30e4df:0x260,_0x157f34:0x22b,_0x4c83de:0x272,_0x55f1a5:0x294,_0xf9c9c2:0x28b,_0x38528a:0x284,_0x397e68:0x217,_0x329b43:0x247,_0x167490:0x22e,_0x104da4:0x276,_0x264250:0x255,_0x2585cd:0x245,_0x196c49:0x23f,_0xa4ff5a:0x264,_0x1503ff:0x23d,_0x3f2ffc:0x24e,_0x3539b2:0x26d,_0x42118c:0x261,_0x2d4886:0x21a,_0x214d6a:0x234,_0x39b042:0x282,_0x14bba0:0x25b,_0x6ba9c0:0x257,_0x56c270:0x26e,_0x57378b:0x223,_0x2d83c3:0x26b,_0x1f647f:0x24e,_0x31180c:0x290,_0x180676:0x24e,_0x498e75:0x24c,_0x302ad6:0x216,_0x248fd7:0x210,_0x36ec4c:0x2cb,_0xb34546:0x26f,_0x2b79af:0x2a9,_0x4f2685:0x256,_0x257d5c:0x265,_0x45ef93:0x27e,_0x256ba4:0x26c,_0x554bfc:0x28f},_0x506406={_0xaeac46:0x9a},_0x6ce8ae={_0x24e95f:0x59,_0x24af85:0x16f},_0x5d3c01={};_0x5d3c01['KdlZT']=function(_0x1ffd35,_0x504dfe){return _0x1ffd35===_0x504dfe;};function _0xcd36f6(_0x5a6594,_0x37e0fd,_0x5ade3e,_0x5dcef0){return _0x387a41(_0x5ade3e-_0x6ce8ae._0x24e95f,_0x5dcef0,_0x5ade3e-0x1ba,_0x5dcef0-_0x6ce8ae._0x24af85);}_0x5d3c01[_0x40fd4f(_0x52ac9b._0x22e3f4,_0x52ac9b._0x102968,_0x52ac9b._0x8a8857,_0x52ac9b._0x302f44)]='provider';const _0x48d4d3=_0x5d3c01,_0x40f401=normalizeSetupRepoAuthConfig(_0x3ffd4b),_0x1c1338=[];function _0x40fd4f(_0x27ea03,_0x4db641,_0x416aee,_0xe75b42){return _0x387a41(_0x27ea03-_0x506406._0xaeac46,_0x416aee,_0x416aee-0x187,_0xe75b42-0x1f0);}const _0x3ed394=_0x455553[_0xcd36f6(0x274,_0x52ac9b._0x3fd0f3,_0x52ac9b._0x3053a4,0x29b)]||{};if(_0x48d4d3[_0xcd36f6(0x239,_0x52ac9b._0x30e4df,_0x52ac9b._0x157f34,0x21b)](_0x40f401[_0x40fd4f(0x25b,_0x52ac9b._0x4c83de,_0x52ac9b._0x55f1a5,0x262)],_0x48d4d3[_0x40fd4f(0x287,0x290,_0x52ac9b._0xf9c9c2,_0x52ac9b._0x38528a)])||_0x48d4d3[_0xcd36f6(0x225,_0x52ac9b._0x397e68,_0x52ac9b._0x157f34,_0x52ac9b._0x329b43)](_0x40f401[_0x40fd4f(0x25b,0x29d,_0x52ac9b._0x167490,_0x52ac9b._0x104da4)],_0xcd36f6(_0x52ac9b._0x264250,_0x52ac9b._0x2585cd,_0x52ac9b._0x196c49,0x238))){if(!_0x40f401[_0x40fd4f(_0x52ac9b._0xa4ff5a,0x28c,0x268,_0x52ac9b._0x1503ff)])_0x1c1338[_0x40fd4f(_0x52ac9b._0x3f2ffc,0x204,_0x52ac9b._0x3539b2,0x24f)](_0x40fd4f(_0x52ac9b._0x42118c,0x29b,0x26c,_0x52ac9b._0x2d4886)+'_auth.prov'+_0xcd36f6(0x2a5,_0x52ac9b._0x214d6a,0x27d,0x285)+'quired\x20whe'+_0xcd36f6(_0x52ac9b._0x196c49,0x2a4,_0x52ac9b._0x39b042,0x28f)+'\x22'+_0x40f401[_0x40fd4f(_0x52ac9b._0x14bba0,_0x52ac9b._0x6ba9c0,0x28d,_0x52ac9b._0x56c270)]+'\x22');else!_0x3ed394[_0x40f401[_0xcd36f6(0x1e7,0x250,_0x52ac9b._0x57378b,_0x52ac9b._0x2d83c3)]]&&_0x1c1338[_0x40fd4f(_0x52ac9b._0x1f647f,0x25a,_0x52ac9b._0x3f2ffc,0x215)](_0x40fd4f(0x261,0x282,0x230,_0x52ac9b._0x31180c)+_0xcd36f6(0x26c,_0x52ac9b._0x180676,0x285,0x2c4)+'ider\x20\x22'+_0x40f401[_0xcd36f6(0x25b,0x23c,_0x52ac9b._0x57378b,0x263)]+(_0xcd36f6(_0x52ac9b._0x498e75,0x200,_0x52ac9b._0x302ad6,_0x52ac9b._0x248fd7)+_0x40fd4f(0x2b7,0x2d4,_0x52ac9b._0x36ec4c,0x2bf)));}const _0x2288e0={};return _0x2288e0[_0x40fd4f(_0x52ac9b._0xb34546,_0x52ac9b._0x2b79af,_0x52ac9b._0x157f34,_0x52ac9b._0x4f2685)]=_0x1c1338[_0x40fd4f(_0x52ac9b._0x257d5c,0x29f,0x253,0x24e)]===-0x1767+-0x110a+0x2871,_0x2288e0[_0xcd36f6(0x2a0,0x27d,_0x52ac9b._0x45ef93,_0x52ac9b._0x256ba4)]=_0x1c1338,_0x2288e0[_0xcd36f6(0x299,0x28c,_0x52ac9b._0x554bfc,0x278)]=_0x40f401,_0x2288e0;}export async function getSetupRepoAuthConfig(_0x5ef574={}){const _0x46ab7e={_0x1a876f:0x17d,_0x504b4f:0x1b9,_0x46f785:0x1dc,_0x1f2e25:0x1b4,_0x570044:0x22f,_0x46a260:0x1e5,_0x2d02fa:0x1d9,_0x22844b:0x1a5,_0x5ca5ec:0x1ae},_0x25fe31={_0x5d1163:0x587,_0x3d6750:0x30},_0x2c7f2f={_0x5d301b:0x117,_0x16ec86:0x1a6},_0x3c7599={'zsKcM':function(_0x5bfa2b,_0x4ad950){return _0x5bfa2b(_0x4ad950);},'PHPGx':_0x1c3d83(-_0x46ab7e._0x1a876f,-0x1de,-_0x46ab7e._0x504b4f,-0x200)},_0x2cb531=await _0x3c7599[_0x1c3d83(-0x1c2,-0x1eb,-_0x46ab7e._0x46f785,-_0x46ab7e._0x1f2e25)](loadProvidersConfig,_0x5ef574);if(!_0x2cb531||typeof _0x2cb531!==_0x3c7599['PHPGx']){const _0x4edf31={...DEFAULT_SETUP_REPO_AUTH};return _0x4edf31;}function _0x434457(_0x1913de,_0x5edfb4,_0x206e70,_0x79e5ae){return _0x387a41(_0x5edfb4- -0x2c0,_0x79e5ae,_0x206e70-_0x2c7f2f._0x5d301b,_0x79e5ae-_0x2c7f2f._0x16ec86);}function _0x1c3d83(_0x13a084,_0xdb7586,_0x4f3c22,_0x2edc6f){return _0xf77126(_0x2edc6f,_0x4f3c22- -_0x25fe31._0x5d1163,_0x4f3c22-0x91,_0x2edc6f-_0x25fe31._0x3d6750);}return normalizeSetupRepoAuthConfig(_0x2cb531[_0x1c3d83(-0x1ba,-_0x46ab7e._0x570044,-_0x46ab7e._0x46a260,-_0x46ab7e._0x2d02fa)+_0x1c3d83(-0x186,-_0x46ab7e._0x22844b,-0x1a8,-_0x46ab7e._0x5ca5ec)]||{});}export async function getSetupRepoOriginUrl(_0x947047){const _0x22e41a={_0x5f408e:0x1b8,_0x15bb58:0x1ad,_0x546148:0x1c2,_0x3a525a:0x1bd,_0x301d01:0x1ce,_0x4d1a4a:0x251,_0x459da5:0x22f,_0x19f94f:0x1fd,_0x71d090:0x25d,_0x469ad2:0x231,_0x578e3f:0x543,_0x3dc334:0x575,_0x3c14ac:0x563,_0x7fe90e:0x5e5,_0xd5d8e9:0x5e6,_0x5182f1:0x571,_0x1579f2:0x52d,_0xba6870:0x187,_0x35cabc:0x1ab,_0x2d5eb3:0x193,_0x4d56d6:0x58d,_0x418d66:0x547,_0x425ba0:0x50d,_0x71cba4:0x203,_0x320ca6:0x241,_0x3b3042:0x1c0,_0x4e5efa:0x1bb,_0x23a68b:0x1e8,_0x2ef167:0x1ef,_0x65126f:0x1b9,_0x4f4b43:0x577,_0x436bb2:0x57a,_0x4430c9:0x226,_0x3a8e1f:0x230,_0x432180:0x1fa,_0x25e477:0x1fc},_0x49743a={_0xa3ac1f:0x1a8},_0x514a4f={_0x1176eb:0x1de,_0x48e9fd:0x40};function _0x1eb37a(_0x562723,_0x59b76b,_0xc3bad3,_0x3d2008){return _0xf77126(_0x3d2008,_0x59b76b- -_0x514a4f._0x1176eb,_0xc3bad3-0x14e,_0x3d2008-_0x514a4f._0x48e9fd);}const _0x370e26={};_0x370e26[_0x1eb37a(_0x22e41a._0x5f408e,_0x22e41a._0x15bb58,_0x22e41a._0x546148,_0x22e41a._0x3a525a)]=_0x1eb37a(0x1fd,0x209,0x214,_0x22e41a._0x301d01),_0x370e26[_0x1eb37a(_0x22e41a._0x4d1a4a,_0x22e41a._0x459da5,0x224,_0x22e41a._0x19f94f)]=_0x1eb37a(0x1d3,0x203,0x1d5,0x1c0);function _0x3010fa(_0x2afe28,_0x51de71,_0x5620e9,_0x5b9930){return _0xf77126(_0x5b9930,_0x51de71-_0x49743a._0xa3ac1f,_0x5620e9-0x112,_0x5b9930-0x1e1);}_0x370e26[_0x1eb37a(_0x22e41a._0x71d090,_0x22e41a._0x469ad2,0x216,0x266)]='--get',_0x370e26[_0x3010fa(0x541,0x549,0x54f,0x58d)]=_0x3010fa(0x57a,_0x22e41a._0x578e3f,0x560,0x504)+'remote\x20con'+_0x3010fa(_0x22e41a._0x3dc334,_0x22e41a._0x3c14ac,0x529,0x599)+_0x3010fa(_0x22e41a._0x7fe90e,0x5bf,_0x22e41a._0xd5d8e9,0x5c4)+_0x3010fa(0x590,_0x22e41a._0x5182f1,_0x22e41a._0x1579f2,0x587);const _0x473864=_0x370e26;if(!_0x947047)throw new Error(_0x1eb37a(_0x22e41a._0xba6870,_0x22e41a._0x35cabc,_0x22e41a._0x2d5eb3,0x179)+_0x3010fa(_0x22e41a._0x4d56d6,_0x22e41a._0x418d66,0x54c,_0x22e41a._0x425ba0)+_0x1eb37a(_0x22e41a._0x71cba4,0x22e,0x25a,_0x22e41a._0x320ca6)+_0x1eb37a(_0x22e41a._0x3b3042,0x1e9,_0x22e41a._0x4e5efa,_0x22e41a._0x23a68b));const _0x32c15e={};_0x32c15e['cwd']=_0x947047;const {stdout:_0x30cb1d}=await execFileAsync(_0x473864[_0x1eb37a(0x176,_0x22e41a._0x15bb58,_0x22e41a._0x2ef167,_0x22e41a._0x65126f)],[_0x473864[_0x3010fa(_0x22e41a._0x4f4b43,0x5b5,_0x22e41a._0x436bb2,0x5d2)],_0x473864['RBpuj'],_0x1eb37a(_0x22e41a._0x4430c9,_0x22e41a._0x3a8e1f,0x1f9,0x258)+'gin.url'],_0x32c15e),_0x3364d6=_0x30cb1d[_0x3010fa(0x536,0x57c,0x5ad,0x569)]();if(!_0x3364d6)throw new Error(_0x473864[_0x1eb37a(_0x22e41a._0x432180,0x1c3,_0x22e41a._0x25e477,0x19f)]);return _0x3364d6;}export function maskGitUrl(_0x46f3ca){const _0x27118e={_0x984c4e:0x18b,_0x4497f3:0x1b0,_0x87eb4b:0x1c4,_0xef7b39:0x3f2,_0x5939a3:0x3ad,_0x535699:0x48c,_0x1502ff:0x41e,_0x484ecc:0x415,_0x9785dc:0x435,_0xbc58c3:0x430,_0x49ee64:0x406,_0x34dc35:0x437,_0x3fb203:0x3fe,_0x4b393a:0x14a,_0x345c3a:0x13e,_0x947bff:0x1a8,_0x5d1481:0x488,_0x515d8c:0x4b6,_0x4421fa:0x1ee,_0x15bd99:0x1df,_0x54e4df:0x1f3,_0x2777ff:0x41c},_0x4a34bb={_0x2818a0:0x60,_0x331524:0x144},_0x3125ad={_0x47e27b:0x61,_0x48e5d6:0x12a},_0x2a90b3={'HJQjb':function(_0x546b7b,_0x1f3693,_0x590c1d,_0x283b39){return _0x546b7b(_0x1f3693,_0x590c1d,_0x283b39);},'QhbXn':_0x596a5f(_0x27118e._0x984c4e,0x1ab,_0x27118e._0x4497f3,_0x27118e._0x87eb4b),'gYWvw':function(_0x40bed9,_0x354902){return _0x40bed9===_0x354902;},'ZHXeC':_0x5d4e11(0x401,_0x27118e._0xef7b39,0x3f5,_0x27118e._0x5939a3),'rSkFE':_0x5d4e11(_0x27118e._0x535699,0x42a,0x455,0x47a),'hhzsN':'***'};function _0x596a5f(_0x873613,_0x10c097,_0x480570,_0x3c03f4){return _0x387a41(_0x10c097- -_0x3125ad._0x47e27b,_0x873613,_0x480570-_0x3125ad._0x48e5d6,_0x3c03f4-0x16d);}function _0x5d4e11(_0x4ec229,_0x412ba5,_0x204211,_0x12b836){return _0xf77126(_0x12b836,_0x204211-_0x4a34bb._0x2818a0,_0x204211-_0x4a34bb._0x331524,_0x12b836-0x16b);}if(!_0x46f3ca)return'';try{if(_0x2a90b3['gYWvw'](_0x2a90b3[_0x5d4e11(0x3de,_0x27118e._0x1502ff,0x41c,0x3db)],_0x2a90b3[_0x5d4e11(_0x27118e._0x484ecc,_0x27118e._0x9785dc,_0x27118e._0xbc58c3,_0x27118e._0x49ee64)])){const _0x1cf004={};return _0x1cf004['cwd']=_0xfae848,_0x1cf004['maxBuffer']=_0xefca69,_0x2a90b3[_0x5d4e11(_0x27118e._0x34dc35,0x3e5,_0x27118e._0x3fb203,0x3c3)](_0x120359,_0x2a90b3['QhbXn'],_0xe8c2a5,_0x1cf004);}else{const _0xf03816=new URL(_0x46f3ca);return(_0xf03816['username']||_0xf03816[_0x596a5f(_0x27118e._0x4b393a,0x179,_0x27118e._0x345c3a,_0x27118e._0x947bff)])&&(_0xf03816[_0x5d4e11(_0x27118e._0x5d1481,_0x27118e._0x515d8c,0x47a,0x478)]=_0x2a90b3[_0x596a5f(_0x27118e._0x4421fa,_0x27118e._0x15bd99,_0x27118e._0x54e4df,0x1a1)],_0xf03816[_0x5d4e11(0x42b,0x422,_0x27118e._0x484ecc,_0x27118e._0x2777ff)]=''),_0xf03816['toString']();}}catch{return _0x46f3ca;}}function getUrlRewriteConfigs(_0x14a3b2){const _0x4a7061={_0xbb5bdf:0x500,_0x1907c5:0x535,_0x39e8ac:0x517,_0x553536:0x520,_0x4a6df8:0x520,_0x36c031:0x4d6,_0x5d2128:0x530,_0x44bc08:0x53d,_0x187373:0x548,_0x5c9d99:0x581,_0x42e54f:0x559,_0x113211:0x5c2,_0x3d910d:0x573,_0xf42c7f:0x51a,_0x4c47f3:0x53b,_0x387dad:0x558,_0x4c30bd:0x555,_0x53cd1c:0x4fa,_0x103a8d:0x534,_0x4b3723:0x549,_0x50db26:0x53b,_0x28c8a2:0x50e,_0x120422:0x579,_0x5a8310:0x52f,_0x464c98:0x50a,_0x8b70fa:0x551,_0x4c474f:0x528,_0x582c1b:0x56b,_0x1e1c65:0x525},_0x397f22={_0x47bfb5:0x369},_0x2359c6={_0x47596b:0x353,_0x331f26:0x142},_0x260a0c={};_0x260a0c[_0x324827(_0x4a7061._0xbb5bdf,_0x4a7061._0x1907c5,_0x4a7061._0x39e8ac,0x500)]=function(_0x53d11d,_0x471b17){return _0x53d11d===_0x471b17;},_0x260a0c[_0x324827(_0x4a7061._0x553536,_0x4a7061._0x4a6df8,0x559,_0x4a7061._0x36c031)]=_0x324827(_0x4a7061._0x5d2128,_0x4a7061._0x44bc08,0x542,0x522),_0x260a0c['iYVCw']=_0x20adc6(_0x4a7061._0x187373,_0x4a7061._0x5c9d99,_0x4a7061._0x42e54f,_0x4a7061._0x113211);const _0x3feac5=_0x260a0c;if(!_0x14a3b2)return[];const _0x381708=_0x14a3b2[_0x20adc6(_0x4a7061._0x3d910d,0x54d,0x537,0x55e)](/^git@([^:]+):/);if(_0x381708){if(_0x3feac5['VmBOc'](_0x3feac5[_0x20adc6(0x564,0x536,0x546,0x56c)],_0x3feac5[_0x20adc6(0x59b,0x58c,0x57f,0x58b)])){const _0x124443=_0x17d02a[0x1259+-0x28d*0x9+0x49d];return[_0x20adc6(0x54f,0x545,0x57d,_0x4a7061._0xf42c7f)+'//'+_0x124443+(_0x324827(0x562,_0x4a7061._0x4c47f3,0x54f,_0x4a7061._0x387dad)+_0x20adc6(_0x4a7061._0x4c30bd,0x51c,_0x4a7061._0x53cd1c,_0x4a7061._0x103a8d)+'t@')+_0x124443+'/'];}else{const _0x563614=_0x381708[-0x2041+0x8bd*-0x1+0x28ff];return['url.https:'+'//'+_0x563614+(_0x324827(_0x4a7061._0x4b3723,_0x4a7061._0x50db26,0x537,0x56b)+_0x324827(0x4fb,0x515,0x52c,_0x4a7061._0x28c8a2))+_0x563614+':'];}}function _0x324827(_0x51fd8b,_0x1c8bb4,_0x5d1449,_0x3f8b6a){return _0x387a41(_0x1c8bb4-_0x2359c6._0x47596b,_0x51fd8b,_0x5d1449-_0x2359c6._0x331f26,_0x3f8b6a-0x34);}const _0x49bdf6=_0x14a3b2[_0x324827(0x539,0x537,0x568,_0x4a7061._0x120422)](/^ssh:\/\/git@([^/]+)\//);function _0x20adc6(_0x535ff7,_0xb72a59,_0x5ad9d5,_0x25dc57){return _0x387a41(_0xb72a59-_0x397f22._0x47bfb5,_0x535ff7,_0x5ad9d5-0x11b,_0x25dc57-0x106);}if(_0x49bdf6){const _0x247c80=_0x49bdf6[-0x153c+-0x1c2f+-0x1*-0x316c];return[_0x324827(0x540,_0x4a7061._0x5a8310,_0x4a7061._0x464c98,0x56a)+'//'+_0x247c80+(_0x20adc6(0x533,_0x4a7061._0x8b70fa,_0x4a7061._0x4c474f,_0x4a7061._0x582c1b)+_0x20adc6(0x517,0x51c,0x533,_0x4a7061._0x1e1c65)+'t@')+_0x247c80+'/'];}return[];}async function runLocalGitCommand({setupRepoPath:_0x53f2e9,args:_0xa20d73,maxBuffer:_0x3164d7,execGitCommand:execGitCommand=execFileAsync}){const _0x4aaeb0={_0x5c52b0:0x184,_0x59b656:0x110,_0x27c3ab:0x137,_0x56408e:0xec},_0x5300ba={_0x36030e:0xcb,_0x2db07b:0x1ba},_0x2a54bc={'miXlM':function(_0x489d5e,_0x4cd7c8,_0x356cbd,_0x20e746){return _0x489d5e(_0x4cd7c8,_0x356cbd,_0x20e746);},'BgKWk':_0x1d470e(0x141,_0x4aaeb0._0x5c52b0,0x139,0xff)},_0x5ea073={};_0x5ea073[_0x1d470e(_0x4aaeb0._0x59b656,0xe2,_0x4aaeb0._0x27c3ab,0xdc)]=_0x53f2e9;function _0x1d470e(_0x17683a,_0x76d16d,_0x141106,_0x1b3cfa){return _0x387a41(_0x17683a- -_0x5300ba._0x36030e,_0x76d16d,_0x141106-0x35,_0x1b3cfa-_0x5300ba._0x2db07b);}_0x5ea073['maxBuffer']=_0x3164d7;function _0x10128e(_0x430e56,_0x4705bf,_0x336f3a,_0x440f9a){return _0x387a41(_0x430e56- -0x22e,_0x440f9a,_0x336f3a-0x42,_0x440f9a-0x6f);}return _0x2a54bc['miXlM'](execGitCommand,_0x2a54bc[_0x1d470e(0xfa,_0x4aaeb0._0x56408e,0xd1,0x142)],_0xa20d73,_0x5ea073);}async function buildProviderGitContext({setupRepoPath:_0x15a17b,providerName:_0x2b1c20,credentialMode:credentialMode=_0xf77126(0x3a1,0x3e3,0x406,0x3eb),userId:_0x3bbaa9,logger:logger=_0x5300fd,dependencies:dependencies={}}){const _0x44973e={_0xc59186:0x2b9,_0x2901eb:0x263,_0x4b3d52:0x24d,_0x1f9766:0x285,_0x3f2766:0x32e,_0x261e94:0x2ec,_0x1f71e3:0x1f,_0xab1f14:0x5,_0x11e8ae:0x4d,_0x2de09f:0x32,_0x559051:0x54,_0x3769c5:0x20,_0xc0be53:0x3d,_0x36284f:0x60,_0x44bf0a:0xe,_0x107dcd:0x26a,_0x392dc0:0x2e5,_0x539100:0x2d6,_0x286e31:0x1d,_0x147444:0x5f,_0x18d273:0x2e6,_0x189841:0x331,_0x34629d:0x30c,_0x66372c:0x30e,_0x4ff417:0x2f8,_0x274d13:0x24a,_0x4d4dee:0x23b,_0x646ee1:0x284,_0x5881e9:0x2f1,_0xfd681f:0x2ea,_0x555b1e:0x2f1,_0x4f8766:0x2d5,_0x2cb13d:0x309,_0x4d0dd5:0x312,_0x6c4ebd:0x28,_0x4cbc47:0x31,_0x4065de:0x26,_0x5caf30:0x1,_0x344bef:0x1e,_0x59d000:0xe,_0x3fccfe:0x16,_0x4e861c:0x21,_0x3b0994:0x29,_0x308bec:0x36,_0x1115d9:0x2,_0x489efe:0x2f4,_0x35600a:0x4b,_0x3cedeb:0x57,_0x107210:0x2d,_0x38cb65:0x6b,_0x981c18:0x18,_0x2f30ab:0x39,_0x21db1f:0x1b,_0x2bb678:0x240,_0x18fd6f:0x282,_0x3705b2:0x27,_0x5eb506:0x10,_0x529352:0x20,_0x54bf4d:0xf,_0x57b09d:0x26c,_0x4a6bef:0x2dd,_0xd622d1:0x2ad,_0x56522e:0x34,_0x57d583:0x5d,_0x31693b:0x38,_0x458bae:0xc,_0x129cb9:0x24,_0x269070:0x26,_0x14ae01:0x7f,_0x63a429:0x269,_0x2bbdbf:0x293},_0x26ac6a={_0x134be5:0x13},_0x23b4f6={_0xb19d6b:0x108},_0x245146={'LqbPL':function(_0x283685,_0x10bc89){return _0x283685(_0x10bc89);},'rZCXf':function(_0x447cf5,_0x4f1ca8,_0x728129,_0x5a86dc){return _0x447cf5(_0x4f1ca8,_0x728129,_0x5a86dc);},'Qrzlu':_0x5e82b7(_0x44973e._0xc59186,_0x44973e._0x2901eb,_0x44973e._0x4b3d52,_0x44973e._0x1f9766),'tnlpL':_0x5e82b7(0x31c,_0x44973e._0x3f2766,0x333,_0x44973e._0x261e94)+_0x2cd20c(_0x44973e._0x1f71e3,_0x44973e._0xab1f14,-0x21,_0x44973e._0x11e8ae),'mkZTU':'Prepared\x20s'+_0x2cd20c(_0x44973e._0x2de09f,0x5e,0xc,-0x12)+'itory\x20prov'+'ider\x20auth\x20'+_0x2cd20c(_0x44973e._0x559051,_0x44973e._0x3769c5,_0x44973e._0xc0be53,_0x44973e._0x36284f),'bUhfj':function(_0x45f9e9,_0x219c17){return _0x45f9e9(_0x219c17);}},_0x23c6d8=dependencies[_0x2cd20c(0x3a,0x41,0x1,_0x44973e._0x44bf0a)+_0x5e82b7(_0x44973e._0x107dcd,_0x44973e._0x392dc0,_0x44973e._0x539100,0x2b2)+'l']||getSetupRepoOriginUrl,_0x2497f3=dependencies[_0x2cd20c(0x26,-_0x44973e._0x286e31,_0x44973e._0x147444,_0x44973e._0x3769c5)+_0x5e82b7(_0x44973e._0x18d273,_0x44973e._0x189841,_0x44973e._0x34629d,_0x44973e._0x66372c)+'o']||getCredentialsForRepo;function _0x5e82b7(_0x11d7c2,_0x136572,_0x4e0d54,_0x2438db){return _0xf77126(_0x11d7c2,_0x2438db- -_0x23b4f6._0xb19d6b,_0x4e0d54-0x18a,_0x2438db-0x150);}const _0x411629=await _0x245146[_0x5e82b7(_0x44973e._0x4ff417,0x307,0x31f,0x2f2)](_0x23c6d8,_0x15a17b),_0x19debf={};_0x19debf[_0x5e82b7(0x246,_0x44973e._0x274d13,_0x44973e._0x4d4dee,_0x44973e._0x646ee1)]=logger,_0x19debf[_0x5e82b7(_0x44973e._0x5881e9,_0x44973e._0xfd681f,0x310,_0x44973e._0x555b1e)+_0x5e82b7(_0x44973e._0x4f8766,_0x44973e._0x2cb13d,_0x44973e._0x4d0dd5,0x2fa)]=credentialMode,_0x19debf['userId']=_0x3bbaa9;const _0x3b7195=await _0x245146['rZCXf'](_0x2497f3,_0x2b1c20,_0x411629,_0x19debf),_0x2ccb6c=ASKPASS_SCRIPT_PATH,_0x298d37=getUrlRewriteConfigs(_0x411629),_0x306689=[];for(const _0x56c548 of _0x298d37){_0x306689[_0x2cd20c(-_0x44973e._0x6c4ebd,-0x13,0xf,-0x2a)]('-c',_0x56c548);}const _0x55cb27={...process[_0x2cd20c(-0x3,-_0x44973e._0x4cbc47,_0x44973e._0x4065de,-_0x44973e._0x5caf30)]};_0x55cb27[_0x2cd20c(_0x44973e._0x344bef,0x65,_0x44973e._0x59d000,0x49)+_0x2cd20c(-0xd,-_0x44973e._0x3fccfe,-0x49,-_0x44973e._0x4e861c)]='0',_0x55cb27[_0x2cd20c(_0x44973e._0x3b0994,_0x44973e._0x308bec,0x68,-_0x44973e._0x1115d9)+'S']=_0x2ccb6c,_0x55cb27[_0x5e82b7(0x2d9,_0x44973e._0x489efe,0x28f,0x2ca)+_0x2cd20c(-0x9,-0x49,-0x6,0xb)]=_0x245146[_0x2cd20c(0x23,_0x44973e._0x35600a,_0x44973e._0x3cedeb,0x2f)],_0x55cb27[_0x2cd20c(-_0x44973e._0x107210,-_0x44973e._0x38cb65,-_0x44973e._0x981c18,-_0x44973e._0x2f30ab)+_0x2cd20c(0x9,0x4c,-0xa,-_0x44973e._0x21db1f)]=_0x3b7195[_0x2cd20c(0x63,0x3a,0x7c,_0x44973e._0xc0be53)]||_0x245146['tnlpL'],_0x55cb27[_0x5e82b7(0x2ae,_0x44973e._0x2bb678,0x259,_0x44973e._0x18fd6f)+_0x2cd20c(_0x44973e._0x3705b2,-_0x44973e._0x5eb506,_0x44973e._0x529352,_0x44973e._0x54bf4d)]=_0x3b7195[_0x5e82b7(0x2d6,_0x44973e._0x57b09d,_0x44973e._0x4a6bef,_0x44973e._0xd622d1)]||'';const _0x1c67de=_0x55cb27;logger[_0x2cd20c(_0x44973e._0x56522e,_0x44973e._0x57d583,0x5f,_0x44973e._0x31693b)](_0x245146['mkZTU'],{'provider':_0x2b1c20,'origin':_0x245146['bUhfj'](maskGitUrl,_0x411629),'rewrites':_0x298d37[_0x2cd20c(-0x11,-0x1e,-0x26,-_0x44973e._0x458bae)]});const _0x4db370={};function _0x2cd20c(_0x168ba1,_0x326b2a,_0x4edb7e,_0x1c9117){return _0x387a41(_0x168ba1- -0x1dc,_0x1c9117,_0x4edb7e-0x1c1,_0x1c9117-_0x26ac6a._0x134be5);}return _0x4db370[_0x2cd20c(_0x44973e._0x129cb9,-0x13,_0x44973e._0x269070,0x43)]=_0x411629,_0x4db370[_0x2cd20c(0x4e,0x5c,0x6,_0x44973e._0x14ae01)+_0x5e82b7(0x298,_0x44973e._0x63a429,_0x44973e._0x2bbdbf,0x29c)]=_0x306689,_0x4db370['env']=_0x1c67de,_0x4db370;}export async function runSetupRepoGitCommand(_0xe62067){const _0x546e07={_0xe533d5:0x1fb,_0xcf010c:0x1f7,_0x3b8ea8:0x1ca,_0x5cff9e:0x3,_0x13f793:0x42,_0x48fff5:0xa,_0x37beed:0x1fe,_0x52f854:0x23a,_0x567dc1:0x26c,_0x2bb314:0x9f,_0x17f05a:0x78,_0x34289f:0x2b,_0x3ee8df:0x29f,_0x43f438:0x2be,_0x25425d:0x27b,_0xbf7a09:0x287,_0x5c96b4:0x55,_0x5c20a6:0x2,_0x2c51c3:0x71,_0x4a669a:0x1a,_0x254a8a:0x3e,_0x595681:0x28,_0x4eb80c:0x5c,_0x3ebc37:0x21a,_0x34db80:0x47,_0x4a2df3:0xa5,_0xc3d885:0x64,_0x31b92f:0x4d,_0x597217:0x3f,_0xc960d3:0x62,_0xda9352:0x36,_0x21654e:0x1b,_0x233b62:0x31,_0x573447:0x23a,_0x19190b:0x24b,_0x4fb80e:0xc,_0x1f74e6:0x216,_0x5e535a:0x253,_0x7b51da:0x270,_0x3235ef:0x1fd,_0x4edc1a:0x1f4,_0x6390a0:0x21c,_0x166c82:0x214,_0xbe45cd:0x74,_0x272f04:0x6e,_0x2119d1:0x276,_0x54b6b3:0x219,_0x36cff1:0x238,_0x5f4fd1:0x1fa,_0x10f430:0x1fe,_0x5d6842:0x2,_0x4c8fa1:0x8e,_0x3c8cfd:0x8f,_0x2b4268:0x229,_0x1bf98d:0x1ef,_0x1cd971:0x248,_0x43c650:0x231,_0x5c39cd:0x1ec,_0x2a1bde:0x224,_0x5f2d89:0x207,_0x1b9164:0x20a,_0x2f4fba:0x282,_0x1696c8:0x250,_0x45e019:0x223,_0x22d966:0x202,_0x1f2f2a:0x234,_0x58ae86:0x273,_0x186014:0x299,_0x47b9c6:0x3c,_0x53951e:0x40,_0x3ca244:0x22c,_0x4a7ce7:0x222,_0x33707c:0x23a,_0x4da51e:0x27d,_0x318db8:0x290,_0x14b48a:0x6e,_0x3d8a9f:0x70,_0x35022f:0x4c,_0x133acc:0x1e,_0x882f4e:0x232,_0x38c3e5:0x210,_0x52f67e:0x5d,_0x3db295:0x6b,_0x2e0dbd:0x204,_0x3d1631:0x251,_0x3e176f:0x23d,_0x44a2f2:0x1f1,_0x3e56ad:0x73,_0xd1cfd8:0x5e,_0x5908a0:0x17,_0x3cd8b8:0x8,_0x52a96e:0x1a,_0x452870:0x1f,_0x34f2ba:0x14,_0x33deec:0x33,_0x32d91d:0x21e,_0x309f7e:0x99,_0x13c5a8:0x70,_0x3dddc4:0x7e,_0x37f3fb:0x1c1,_0xd90fdd:0x1df,_0x5da83c:0x3d,_0x4781ec:0x9b,_0x4088a0:0x219,_0x38419f:0x282,_0x1e548e:0x1f2,_0x1bdb67:0x2,_0x570f36:0x56,_0x717237:0x22f,_0x56902f:0x76,_0x551e56:0x4a,_0x5a5473:0x1e9,_0x48cdfd:0x1f6,_0x44a46e:0x1fc,_0x4990a7:0x1,_0x4714c9:0x3,_0x29d8f5:0xd,_0x1d26c7:0x21e,_0x65e686:0x1bd,_0x62cbe2:0x204,_0x2e1e1c:0x29,_0x3f89a3:0x72,_0x5379ae:0x21b,_0x3fd199:0x244,_0x3f74c7:0x1c9,_0x3fd7f1:0x1dc,_0x490a5a:0x221,_0x47942f:0x71,_0x817a7c:0x23b,_0x21789c:0x10,_0x2d0552:0x18,_0x362c19:0x2b,_0x4e9455:0x48,_0x37bede:0x30,_0x45b4ed:0x257,_0x54d965:0x216,_0x15d94f:0x244,_0x36782e:0x245,_0x1fe0d0:0x221,_0x222256:0x4b},_0x5d28f6={_0x3df532:0x3a4,_0x19be95:0x1a4},_0x4f2874={_0x5469d5:0x46},_0x2f653e={'CQtIr':function(_0x27c864,_0x7d0450){return _0x27c864===_0x7d0450;},'HfzZl':_0x2728c7(_0x546e07._0xe533d5,_0x546e07._0xcf010c,0x210,_0x546e07._0x3b8ea8),'URIVA':'user','HfyzM':_0x4d8471(0xe,-0x3b,-_0x546e07._0x5cff9e,-0x18),'jNCOf':_0x4d8471(_0x546e07._0x13f793,0x3c,0x85,_0x546e07._0x48fff5),'mwURf':function(_0x32e692,_0x54f39d){return _0x32e692*_0x54f39d;},'duCkA':_0x2728c7(0x265,_0x546e07._0x37beed,_0x546e07._0x52f854,_0x546e07._0x567dc1)+_0x4d8471(0x5f,_0x546e07._0x2bb314,_0x546e07._0x17f05a,0x31)+_0x4d8471(0x8,-0x20,-0x1d,-_0x546e07._0x34289f),'OhDTh':_0x2728c7(_0x546e07._0x3ee8df,_0x546e07._0x43f438,_0x546e07._0x25425d,_0x546e07._0xbf7a09)+_0x4d8471(0x22,0x24,_0x546e07._0x5c96b4,-_0x546e07._0x5c20a6)+'mpty\x20array','oAOxo':function(_0x2438ea,_0x1acf3e){return _0x2438ea(_0x1acf3e);},'LHLuk':function(_0x4170b2,_0x2bc147){return _0x4170b2===_0x2bc147;},'OmzUp':'yVBJp','xTGVK':_0x4d8471(0x57,_0x546e07._0x2c51c3,0x12,_0x546e07._0x4a669a)+_0x4d8471(_0x546e07._0x254a8a,0x4f,_0x546e07._0x595681,_0x546e07._0x4eb80c)+_0x2728c7(0x25a,0x223,_0x546e07._0x3ebc37,0x248)+_0x4d8471(-0xd,-0x32,-0x27,-_0x546e07._0x34db80)+_0x4d8471(0x62,_0x546e07._0x4a2df3,_0x546e07._0xc3d885,_0x546e07._0x31b92f),'GgJqD':_0x4d8471(_0x546e07._0x597217,_0x546e07._0xc960d3,_0x546e07._0xda9352,_0x546e07._0x21654e),'ONbdV':function(_0x472190,_0x24d05a){return _0x472190!==_0x24d05a;},'ovmyv':_0x4d8471(-0x14,-0x23,_0x546e07._0x233b62,0x15),'iLCUo':_0x2728c7(_0x546e07._0x573447,0x27c,0x258,_0x546e07._0x19190b),'UaQHo':_0x4d8471(0xd,-0x1f,_0x546e07._0x4fb80e,0x9)+'prepare\x20se'+_0x2728c7(_0x546e07._0x1f74e6,0x28f,_0x546e07._0x5e535a,_0x546e07._0x7b51da)+_0x2728c7(0x1ed,0x225,_0x546e07._0x3235ef,_0x546e07._0x4edc1a)+'der\x20auth\x20c'+_0x2728c7(_0x546e07._0x6390a0,0x24a,_0x546e07._0x166c82,0x20f)+'lling\x20back'+'\x20to\x20local\x20'+_0x4d8471(0x75,_0x546e07._0xbe45cd,0x4a,0x9a)+_0x4d8471(0x4b,_0x546e07._0x272f04,0x40,0x66),'dCUGK':function(_0x5b2ad,_0x5e4068,_0xf01291,_0x5a9987){return _0x5b2ad(_0x5e4068,_0xf01291,_0x5a9987);},'JZjLg':_0x2728c7(0x289,0x21e,0x252,_0x546e07._0x2119d1),'CWBUT':function(_0x114163,_0x1f02bb){return _0x114163(_0x1f02bb);}};function _0x2728c7(_0x2d6c09,_0xa9c1c2,_0x3a7a6c,_0x50a8a8){return _0x387a41(_0x3a7a6c-_0x4f2874._0x5469d5,_0x50a8a8,_0x3a7a6c-0x1d,_0x50a8a8-0x19e);}const {setupRepoPath:_0x4f056e,args:_0x4280a3,authConfig:_0x37769c,userId:_0x348cb9,logger:logger=_0x5300fd,maxBuffer:maxBuffer=_0x2f653e[_0x2728c7(_0x546e07._0x54b6b3,_0x546e07._0x36cff1,0x1ff,0x1f1)](_0x2f653e['mwURf'](0x1bf*0xe+-0x256c+0xd18,0x3c8+0xd*0xce+0x6*-0x1b5),-0x19f6+-0x2238+0x402e),dependencies:dependencies={},allowLocalFallback:allowLocalFallback=!![]}=_0xe62067;if(!_0x4f056e)throw new Error(_0x2f653e[_0x4d8471(0x65,0x5b,0xab,0x79)]);if(!Array[_0x2728c7(_0x546e07._0x5f4fd1,0x244,_0x546e07._0x10f430,0x244)](_0x4280a3)||_0x2f653e[_0x4d8471(0x3,-0x29,-0x34,-0x1f)](_0x4280a3[_0x4d8471(_0x546e07._0x5d6842,0x8,-_0x546e07._0x5d6842,0x2b)],-0x1ea2+-0x139*-0x17+0x283*0x1))throw new Error(_0x2f653e['OhDTh']);const _0x1c94fd=_0x2f653e[_0x4d8471(0x59,_0x546e07._0x4c8fa1,0x71,_0x546e07._0x3c8cfd)](normalizeSetupRepoAuthConfig,_0x37769c||{}),_0x2ce559=dependencies['execGitCom'+_0x2728c7(_0x546e07._0x3ebc37,0x266,_0x546e07._0x2b4268,_0x546e07._0x1bf98d)]||execFileAsync;if(_0x2f653e[_0x2728c7(_0x546e07._0x1cd971,_0x546e07._0x43c650,0x261,0x26b)](_0x1c94fd[_0x2728c7(_0x546e07._0x5c39cd,_0x546e07._0x2a1bde,_0x546e07._0x5f2d89,_0x546e07._0x1b9164)],_0x2f653e[_0x2728c7(0x249,_0x546e07._0x2f4fba,0x283,0x268)])||_0x1c94fd['mode']===_0x2728c7(_0x546e07._0x1696c8,0x274,0x22c,0x1e2)){if(!_0x1c94fd['provider'])throw new Error(_0x2728c7(_0x546e07._0x45e019,_0x546e07._0x2a1bde,0x1f4,_0x546e07._0x22d966)+_0x2728c7(_0x546e07._0x1f2f2a,0x23f,_0x546e07._0x58ae86,_0x546e07._0x186014)+'h\x20provider'+_0x4d8471(0x15,0x48,_0x546e07._0x47b9c6,-0x25)+_0x4d8471(_0x546e07._0x53951e,0x40,0x88,0x4d));if(_0x1c94fd[_0x2728c7(0x1d9,0x232,0x207,0x24f)]===_0x2728c7(_0x546e07._0x3ca244,0x216,0x22c,_0x546e07._0x4a7ce7)&&!_0x348cb9){if(_0x2f653e[_0x2728c7(_0x546e07._0x1696c8,_0x546e07._0x33707c,_0x546e07._0x4da51e,_0x546e07._0x318db8)]===_0x2f653e[_0x4d8471(_0x546e07._0x14b48a,0x61,_0x546e07._0x3d8a9f,0x68)])throw new Error(_0x2f653e[_0x4d8471(_0x546e07._0x35022f,_0x546e07._0x133acc,_0x546e07._0xbe45cd,0x1c)]);else{const _0xd96180=_0x18d820?.['mode'],_0x46798d=_0x2f653e[_0x2728c7(0x1f5,0x1ec,0x212,0x243)](_0xd96180,_0x2f653e['HfzZl'])||_0x2f653e['CQtIr'](_0xd96180,_0x2f653e['URIVA'])?_0xd96180:_0x2f653e[_0x2728c7(0x257,_0x546e07._0x3235ef,_0x546e07._0x45e019,_0x546e07._0x3235ef)],_0x23e5a1=typeof _0x5c5997?.[_0x2728c7(_0x546e07._0x882f4e,0x1e8,_0x546e07._0x38c3e5,0x1dc)]===_0x4d8471(_0x546e07._0x52f67e,_0x546e07._0x3db295,0x41,0x2f)&&_0x1de72a[_0x2728c7(_0x546e07._0x2e0dbd,_0x546e07._0x3d1631,0x210,_0x546e07._0x3e176f)]['trim']()?_0x2ddf76[_0x2728c7(_0x546e07._0x44a2f2,0x24b,0x210,0x1cf)][_0x4d8471(0x30,_0x546e07._0x3e56ad,_0x546e07._0xd1cfd8,_0x546e07._0x5908a0)]():null,_0x395fcb={};return _0x395fcb[_0x4d8471(-_0x546e07._0x3cd8b8,_0x546e07._0x52a96e,_0x546e07._0x452870,-_0x546e07._0x34f2ba)]=_0x46798d,_0x395fcb[_0x4d8471(0x1,0x12,0x3,-_0x546e07._0x33deec)]=_0x23e5a1,_0x395fcb;}}let _0x1e6fb6;try{_0x1e6fb6=await buildProviderGitContext({'setupRepoPath':_0x4f056e,'providerName':_0x1c94fd[_0x2728c7(_0x546e07._0x32d91d,0x223,0x210,0x254)],'credentialMode':_0x2f653e[_0x4d8471(0x52,_0x546e07._0x309f7e,_0x546e07._0x13c5a8,_0x546e07._0x3dddc4)](_0x1c94fd[_0x2728c7(_0x546e07._0x37f3fb,0x223,0x207,_0x546e07._0xd90fdd)],_0x2f653e['URIVA'])?_0x2f653e[_0x4d8471(0x58,_0x546e07._0x5da83c,0x6e,_0x546e07._0x4781ec)]:_0x2f653e[_0x2728c7(_0x546e07._0x4088a0,0x239,0x250,_0x546e07._0x38419f)],'userId':_0x1c94fd[_0x4d8471(-_0x546e07._0x3cd8b8,0x2a,-0x34,-0x30)]===_0x2728c7(0x213,0x24d,0x22c,_0x546e07._0x1e548e)?_0x348cb9:undefined,'logger':logger,'dependencies':dependencies});}catch(_0x290277){if(!allowLocalFallback){if(_0x2f653e['ONbdV'](_0x2f653e[_0x4d8471(0x33,_0x546e07._0x1bdb67,_0x546e07._0x570f36,0x3d)],_0x2f653e[_0x2728c7(0x238,0x1fd,_0x546e07._0x717237,0x236)]))throw _0x290277;else{const _0x422249=new _0x3efea8(_0x198829);return(_0x422249[_0x4d8471(_0x546e07._0x56902f,0x33,_0x546e07._0x551e56,0xaa)]||_0x422249['password'])&&(_0x422249['username']=_0x2f653e['jNCOf'],_0x422249['password']=''),_0x422249['toString']();}}logger['warn'](_0x2f653e[_0x2728c7(_0x546e07._0x5a5473,_0x546e07._0x48cdfd,_0x546e07._0x44a46e,0x209)],{'provider':_0x1c94fd[_0x4d8471(_0x546e07._0x4990a7,0x31,-_0x546e07._0x4714c9,-_0x546e07._0x29d8f5)],'credentialMode':_0x1c94fd[_0x2728c7(_0x546e07._0x1d26c7,0x249,0x207,0x20a)],'command':_0x4280a3['join']('\x20'),'error':_0x290277[_0x2728c7(_0x546e07._0x65e686,0x1ef,_0x546e07._0x62cbe2,0x201)]});const _0x2c8470={};return _0x2c8470['setupRepoP'+_0x4d8471(_0x546e07._0x2e1e1c,0x36,_0x546e07._0x3f89a3,0x6e)]=_0x4f056e,_0x2c8470[_0x2728c7(_0x546e07._0x5379ae,_0x546e07._0x1f2f2a,_0x546e07._0x3fd199,0x21a)]=_0x4280a3,_0x2c8470[_0x2728c7(_0x546e07._0x3f74c7,_0x546e07._0x3fd7f1,0x205,_0x546e07._0x490a5a)]=maxBuffer,_0x2c8470[_0x4d8471(_0x546e07._0x47942f,0x2c,0x65,0x35)+'mand']=_0x2ce559,runLocalGitCommand(_0x2c8470);}return _0x2f653e['dCUGK'](_0x2ce559,_0x2f653e[_0x2728c7(_0x546e07._0x817a7c,0x1fc,0x23e,_0x546e07._0x7b51da)],[..._0x1e6fb6['commandPre'+'fix'],..._0x4280a3],{'cwd':_0x4f056e,'env':_0x1e6fb6[_0x4d8471(_0x546e07._0x21789c,-0x1e,_0x546e07._0x2d0552,0x47)],'maxBuffer':maxBuffer});}const _0x1427c4={};_0x1427c4[_0x4d8471(_0x546e07._0x362c19,0x66,_0x546e07._0x4e9455,_0x546e07._0x37bede)+'ath']=_0x4f056e;function _0x4d8471(_0x2e888f,_0x36ac77,_0x3dfd6c,_0x5cb278){return _0xf77126(_0x3dfd6c,_0x2e888f- -_0x5d28f6._0x3df532,_0x3dfd6c-_0x5d28f6._0x19be95,_0x5cb278-0x1bb);}return _0x1427c4[_0x2728c7(_0x546e07._0x45b4ed,_0x546e07._0x54d965,_0x546e07._0x15d94f,_0x546e07._0x36782e)]=_0x4280a3,_0x1427c4[_0x2728c7(0x1eb,0x1cf,0x205,_0x546e07._0x1fe0d0)]=maxBuffer,_0x1427c4['execGitCom'+_0x4d8471(0x1a,0x23,-0x2c,_0x546e07._0x222256)]=_0x2ce559,_0x2f653e['CWBUT'](runLocalGitCommand,_0x1427c4);}
1
+ function _0x3de22d(_0x1d687a,_0x5c7fe2,_0x4ed43f,_0x27c23a){return _0x2200(_0x1d687a-0x24,_0x27c23a);}(function(_0x353c70,_0x1665c6){const _0x3b7a9c={_0x272106:0x16c,_0x4253a9:0x196,_0x4f9a65:0x141,_0x24cb1a:0x1ee,_0x40df3e:0x1bd,_0x1789e9:0x6e,_0x4d491b:0xa4,_0x4bbfa9:0x1f7,_0x5a0b9d:0x2,_0x37c45b:0x1bf,_0x44c4a4:0x38,_0x4de60e:0x1,_0x504492:0x68,_0x56e1e2:0x13,_0x3a485d:0x159,_0x49f2ed:0x14d,_0x4c458a:0x18},_0x3361f1={_0xf3c4dd:0x85},_0x21ff2e={_0x2e98bb:0x1dd};function _0x176ac7(_0x53a292,_0x16031e,_0x35cb5b,_0x53faa9){return _0x2200(_0x53a292- -_0x21ff2e._0x2e98bb,_0x16031e);}const _0x335a34=_0x353c70();function _0x209ff4(_0x45c386,_0x4be82c,_0x262e7a,_0x465d97){return _0x2200(_0x45c386- -_0x3361f1._0xf3c4dd,_0x4be82c);}while(!![]){try{const _0x4aa770=-parseInt(_0x209ff4(_0x3b7a9c._0x272106,_0x3b7a9c._0x4253a9,0x1b8,_0x3b7a9c._0x4f9a65))/(-0x7*-0x26f+0x128a+0x2392*-0x1)+-parseInt(_0x209ff4(_0x3b7a9c._0x24cb1a,0x1e3,_0x3b7a9c._0x40df3e,0x20b))/(0x1854+-0x6*0x1bb+-0xdf0)*(parseInt(_0x176ac7(0x88,_0x3b7a9c._0x1789e9,_0x3b7a9c._0x4d491b,0x45))/(0x805*-0x4+0x795+0x1882))+-parseInt(_0x209ff4(_0x3b7a9c._0x4bbfa9,0x237,0x1c8,0x241))/(-0x7*-0x3d9+-0x597+0x3c*-0x5b)*(-parseInt(_0x176ac7(0x3f,-_0x3b7a9c._0x5a0b9d,0x5b,-0x5))/(0x17f*0x13+-0x18a2*0x1+0x8a*-0x7))+parseInt(_0x209ff4(_0x3b7a9c._0x37c45b,0x1b9,0x1e4,0x1a6))/(-0x1dab+-0x2047+0x3df8)+-parseInt(_0x176ac7(0x22,0x34,_0x3b7a9c._0x44c4a4,-_0x3b7a9c._0x4de60e))/(-0x1aa2+-0x8*-0x376+-0x107)+-parseInt(_0x176ac7(0x47,_0x3b7a9c._0x504492,0x7e,_0x3b7a9c._0x56e1e2))/(-0x1371+0x12a0+0xd9)*(parseInt(_0x209ff4(0x185,0x13e,_0x3b7a9c._0x3a485d,_0x3b7a9c._0x49f2ed))/(0x123f+0x1*0x1123+-0x2359))+parseInt(_0x176ac7(0x18,_0x3b7a9c._0x44c4a4,_0x3b7a9c._0x4c458a,0x2))/(-0x2cc*0x5+0x3*0x43f+0x1*0x149);if(_0x4aa770===_0x1665c6)break;else _0x335a34['push'](_0x335a34['shift']());}catch(_0x3091c8){_0x335a34['push'](_0x335a34['shift']());}}}(_0x53f0,-0x6a70b+-0x2342*-0x2f+0x6c3e6));import _0x29aad3 from'path';import{fileURLToPath}from'url';import{execFile}from'child_process';import{promisify}from'util';import{getCredentialsForRepo,loadProvidersConfig}from'./git-provider-service.js';function _0x53f0(){const _0x40ddd3=['zxr1CcbYzxbVCW','CgfZC3DVCMq','uhjLCgfYzwqGCW','seniAxa','B2jQzwn0','rMfPBgvKihrVia','CIbZzxr1CcbYzq','mteWnZu1mLDYsvncAG','tMv2zxi','uNjNz1q','Bwjbse0','zgvIDwC','wwnAqxe','Bg9Nz2vY','yxjNCYbTDxn0ia','C2v0DxbszxbVua','CeL1t0q','z2L0lwfZA3bHCW','DxjSlMH0DhbZoG','v1fSBxq','B2TLBG','sujKAxm','rK93zfm','Awfsvxi','vvnfuK5btuu','EhnIDuu','AwrLCIbHDxrOia','x2f1DgGUChjVDG','DwjAsuK','CMvTB3rLignVBG','B250zxH0lcbMyq','z2v0q3jLzgvUDa','wwrHCMq','C2L0B3j5igf1Da','sgvsr0y','yxrOigLZihjLCq','BwvZC2fNzq','Ec1Hy2nLC3mTDa','DhvWihjLCg9ZAq','BgTIwuO','mteXme5gtwPVDq','CMvK','zgLYBMfTzq','AwrLCIaI','AcbPCYbYzxf1Aq','r0Lux0fts1bbuW','y1btuxG','ze90A3m','x2f1DgG','uhDoyKS','AxrVCNKGChjVDG','yKj4s1y','uLzWvfK','ihrVigXVy2fSia','mJyYnLfjANPuza','yujKu2G','C2v0DxbFCMvWBW','yMuGysbUB24Tzq','C01Yvgm','AwrLCIbPCYbYzq','u2v0DxaGCMvWBW','ugnfq1m','B25MAwD1CMvK','ngPqsxjlCq','BuPMuva','Ew5Xquu','yuLQDKW','D3D2B2S','Bxb0EsbHCNjHEq','y3DK','vgjXtgq','yxrO','wLDVEM4','y29UzMLN','z2v0u2v0Dxbszq','zJ1ZC2G6lY9NAq','iIbPCYbUB3qGyW','ndGWnJG5zefgruTL','ls1Nzxq','r0Lux1rfuK1jtG','r1D2Cfu','nZKYmte0mefbvMXiuW','y29TBwfUzfbYzq','ueftu1DpuKq','D2fYBG','zwrLBNrPywWGBq','swjHEMq','C3v4yMC','AxnbCNjHEq','EhbAA1m','DwLYzwq','mJaWnteZnLvJuLLbsa','y29UDgv4Da','BwfUza','DxnLCM5HBwu','s21Ru3m','lY5PBNn0zwfKtW','ChvZAa','DhjPBq','AM9PBG','quXFufjptvbu','BMzPz3vYzwq','mJa3oxb0B0jJyG','q09ervjFr0LuxW','zw52','zxHLy0DPDenVBq','z2L0ignYzwrLBG','ChjVDMLKzxi','zML4','wwPzuwW','igLZig5VDcbJBW','Dg9tDhjPBMC','CxvPCMvKihDOzq','tvDAsMG','C3rYAw5N','vuXSsxq','y2Xjrhu','Bw9Kzq','BgvUz3rO','Bwf0y2G','nde3mZm0nwXYEKLTqG','z2L0','DxnLCG','DMroyuC','Bg9JywW','vhnkzuW','AwfSC0zVCLjLCa','B3jPz2LUvxjS','ndm5mNjRsLv5rG','qwDWwLa','BIbTB2rLigLZia','kIOQ','EgnUAMq','zJ1NAxra','Dg9YEsbWCM92Aq','yxjNCW','zMLNDxjLzcbMBW','CMvTB3rLlM9YAq','zhvPEeW','Cg9ZAxrVCNK','tw9Kzq','ChjLCgfYzsbZzq','sNv1vui','BgXPBMCGyMfJAW','yxbW','DxnLCKLK','B3iGDxnLCIbJCG','tM8GB3jPz2LUia','EfbyEu4','y3jLzgvUDgLHBa','y1bJvgK','Bwf4qNvMzMvY','DgLHBhm'];_0x53f0=function(){return _0x40ddd3;};return _0x53f0();}import{logger as _0x3fea0c}from'./logger.js';const execFileAsync=promisify(execFile),__filename=fileURLToPath(import.meta.url),__dirname=_0x29aad3[_0x1522fa(-0x74,-0xa1,-0x6d,-0x8c)](__filename),_0x5c06e6={};function _0x2200(_0x38acc5,_0x5b4312){_0x38acc5=_0x38acc5-(-0x11*0x61+0x46a*-0x7+0x2740);const _0x2325c8=_0x53f0();let _0x129c60=_0x2325c8[_0x38acc5];if(_0x2200['bDnxnN']===undefined){var _0x3e5fd1=function(_0x2e1504){const _0x5dcbf8='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x484a45='',_0x40e486='';for(let _0x36ab3a=-0xaec+0x510*-0x7+0x2e5c,_0x347ef0,_0x5ab6cd,_0x1b3a21=-0x23af+-0x176e+0x3b1d*0x1;_0x5ab6cd=_0x2e1504['charAt'](_0x1b3a21++);~_0x5ab6cd&&(_0x347ef0=_0x36ab3a%(-0x792*0x5+-0x176b+0x3d49)?_0x347ef0*(0x2b*-0x89+0x151f*0x1+0x224)+_0x5ab6cd:_0x5ab6cd,_0x36ab3a++%(0x6a2*0x2+0x1f24+-0x2c64))?_0x484a45+=String['fromCharCode'](-0x12a*0x4+-0xd5*-0x1e+-0x134f&_0x347ef0>>(-(0x1439*-0x1+0x12dd+0x19*0xe)*_0x36ab3a&-0x1*-0xbdb+-0x2a5+-0x930)):-0x20*-0xf7+0x1*-0xd79+-0x9*0x1ef){_0x5ab6cd=_0x5dcbf8['indexOf'](_0x5ab6cd);}for(let _0xd7fda2=0x1df8+-0x3*0xcb5+-0x827*-0x1,_0x32754b=_0x484a45['length'];_0xd7fda2<_0x32754b;_0xd7fda2++){_0x40e486+='%'+('00'+_0x484a45['charCodeAt'](_0xd7fda2)['toString'](-0x18ac+-0x3f5*0x1+0x1cb1))['slice'](-(0xd*-0x2bc+-0x1a62+0x3df0));}return decodeURIComponent(_0x40e486);};_0x2200['IoeTeM']=_0x3e5fd1,_0x2200['uzmQaK']={},_0x2200['bDnxnN']=!![];}const _0x14004f=_0x2325c8[0x1fab+0x3*-0xa21+-0x148],_0x451d40=_0x38acc5+_0x14004f,_0x1cc4af=_0x2200['uzmQaK'][_0x451d40];return!_0x1cc4af?(_0x129c60=_0x2200['IoeTeM'](_0x129c60),_0x2200['uzmQaK'][_0x451d40]=_0x129c60):_0x129c60=_0x1cc4af,_0x129c60;}_0x5c06e6['mode']='local',_0x5c06e6[_0x1522fa(-0xd2,-0xdf,-0xc5,-0xa4)]=null;const DEFAULT_SETUP_REPO_AUTH=Object['freeze'](_0x5c06e6),ASKPASS_SCRIPT_PATH=_0x29aad3[_0x3de22d(0x22b,0x249,0x270,0x239)](__dirname,_0x3de22d(0x272,0x22e,0x262,0x297)+'s.sh');export function normalizeSetupRepoAuthConfig(_0x4f4a43={}){const _0xfec72b={_0x2e7f4b:0x502,_0x2a55e1:0x2f6,_0x57eecf:0x2a8,_0x210b63:0x4be,_0x52d144:0x4d5,_0x402d6c:0x4e8,_0x35d209:0x51c,_0x5d4904:0x525,_0x27b9c5:0x4e7,_0x297b28:0x508,_0x11b08a:0x4b3,_0x856150:0x4ee,_0x3cf0c4:0x509,_0x3c6318:0x51d,_0x4ed901:0x4dc,_0x375511:0x284,_0x1251ec:0x4c6,_0x27134e:0x4af,_0x56b837:0x4f9,_0xaf5676:0x4bb,_0x510768:0x528,_0x5102d3:0x4f5,_0x1d43f3:0x25e,_0x158d9f:0x23f,_0x20c157:0x28a,_0x5f38ce:0x50a,_0x457706:0x54f,_0x417fc0:0x4ca,_0x4d3ddb:0x4f0,_0x4efc95:0x4d6,_0x4dfc67:0x269,_0x3f2f26:0x25f,_0x4d693e:0x4b9,_0x12b4e5:0x4ea,_0x4037c2:0x4f3},_0x483b22={_0xf94e82:0x2a3,_0x187b52:0x11c,_0x3e5ac8:0xfc},_0x15eae3={_0x31dfef:0x46,_0xb221eb:0x14c,_0x188f2c:0x11f},_0x2cb324={};_0x2cb324['GWvpU']=function(_0x30ff65,_0x493708){return _0x30ff65===_0x493708;},_0x2cb324[_0x5c0f22(0x2bc,0x2b7,0x2bd,0x29d)]=_0x1a1397(0x48f,0x48f,_0xfec72b._0x2e7f4b,0x4d6),_0x2cb324[_0x5c0f22(0x2e9,0x2bd,_0xfec72b._0x2a55e1,_0xfec72b._0x57eecf)]=_0x1a1397(_0xfec72b._0x210b63,0x52b,_0xfec72b._0x52d144,0x4e5),_0x2cb324['ITvCh']=_0x1a1397(_0xfec72b._0x402d6c,_0xfec72b._0x35d209,_0xfec72b._0x5d4904,_0xfec72b._0x27b9c5);function _0x5c0f22(_0x2919d5,_0x5c9fa7,_0x2b8404,_0x1d6c63){return _0x3de22d(_0x2919d5-_0x15eae3._0x31dfef,_0x5c9fa7-_0x15eae3._0xb221eb,_0x2b8404-_0x15eae3._0x188f2c,_0x1d6c63);}_0x2cb324[_0x1a1397(_0xfec72b._0x297b28,0x4d3,_0xfec72b._0x11b08a,0x4ca)]=function(_0x39e2a7,_0x1a5b34){return _0x39e2a7===_0x1a5b34;},_0x2cb324[_0x1a1397(_0xfec72b._0x856150,_0xfec72b._0x3cf0c4,_0xfec72b._0x3c6318,_0xfec72b._0x4ed901)]=_0x5c0f22(0x280,0x2a7,0x273,_0xfec72b._0x375511);const _0x55522b=_0x2cb324,_0x14f875=_0x4f4a43?.[_0x1a1397(0x4d5,_0xfec72b._0x1251ec,_0xfec72b._0x27134e,0x4e0)],_0x4484f6=_0x55522b[_0x1a1397(0x4cd,0x4fa,_0xfec72b._0x56b837,_0xfec72b._0xaf5676)](_0x14f875,_0x55522b[_0x1a1397(_0xfec72b._0x510768,0x4e8,_0xfec72b._0x5102d3,0x519)])||_0x55522b[_0x5c0f22(_0xfec72b._0x1d43f3,_0xfec72b._0x158d9f,0x233,_0xfec72b._0x20c157)](_0x14f875,_0x55522b[_0x1a1397(0x50e,_0xfec72b._0x5f38ce,_0xfec72b._0x457706,0x546)])?_0x14f875:_0x55522b['ITvCh'],_0x29a135=_0x55522b[_0x1a1397(0x4fd,0x509,0x515,0x4ca)](typeof _0x4f4a43?.[_0x1a1397(_0xfec72b._0x417fc0,_0xfec72b._0x4d3ddb,0x50c,_0xfec72b._0x4efc95)],_0x55522b['MWZJh'])&&_0x4f4a43['provider'][_0x5c0f22(0x270,_0xfec72b._0x4dfc67,_0xfec72b._0x3f2f26,_0xfec72b._0x57eecf)]()?_0x4f4a43['provider'][_0x1a1397(_0xfec72b._0x4d693e,_0xfec72b._0x12b4e5,_0xfec72b._0x4037c2,0x4cd)]():null;function _0x1a1397(_0x36dd3b,_0x1fce93,_0x452b23,_0x5b285a){return _0x3de22d(_0x5b285a-_0x483b22._0xf94e82,_0x1fce93-_0x483b22._0x187b52,_0x452b23-_0x483b22._0x3e5ac8,_0x1fce93);}const _0x5b55f1={};return _0x5b55f1['mode']=_0x4484f6,_0x5b55f1[_0x5c0f22(0x279,0x2c5,0x244,0x275)]=_0x29a135,_0x5b55f1;}export function validateSetupRepoAuthConfig(_0x2ae891={},_0x253431={}){const _0x30e91a={_0x3dd702:0x574,_0x12a142:0x5af,_0x4988a6:0x478,_0x4349a7:0x5dc,_0x5ccaa6:0x5e8,_0x23f86e:0x58d,_0xc9575:0x586,_0x5c612b:0x5b8,_0x233b0f:0x4ca,_0x1fb2fc:0x4c1,_0x57d530:0x499,_0x1c3027:0x4a9,_0xb46787:0x50b,_0x15a88d:0x4ce,_0x441a2d:0x4b1,_0x132ab6:0x4bc,_0x5d8bd0:0x5c6,_0x112f3f:0x5c8,_0x81d02f:0x4bb,_0x3f031a:0x4a7,_0x1f91cc:0x636,_0x1bf825:0x5ff,_0x32ce8a:0x506,_0x17b2d7:0x557,_0x3c36b5:0x50a,_0x5b9325:0x4b1,_0x3880f1:0x4a4,_0xa82020:0x5a8,_0xf82a92:0x5a4,_0x5afba3:0x573,_0xdd97ef:0x5a5,_0x23afec:0x574,_0x2a8a5b:0x52f,_0x51a874:0x517,_0x4261da:0x5b3,_0x55d0e6:0x5f8,_0x3e0d36:0x5b8,_0x230777:0x5f5,_0x217133:0x618,_0x4f7077:0x486,_0x40d561:0x4b6,_0x2fe98d:0x48d,_0x5a022b:0x488,_0x1ad36b:0x631,_0x2f2910:0x5fe,_0x358365:0x65e,_0xb8501c:0x5cc,_0x2ae8d8:0x5e6,_0x67ccc5:0x4ff,_0x1f42ac:0x4d9,_0x110e71:0x4dc,_0x3d46bf:0x5cc,_0x46bf59:0x5bd,_0x436373:0x5c4,_0x156a39:0x598,_0x568073:0x5cf,_0x3cb1b0:0x5b9,_0x31bd50:0x4fa,_0x2a863e:0x61d,_0x383176:0x624,_0x2efabb:0x495,_0x2c4677:0x51d,_0x2e0fef:0x4e7,_0x29b624:0x647,_0x3d680d:0x61e,_0x3a2047:0x637},_0x7d236d={_0x3ee951:0x15c},_0x29776b={_0x3d38f3:0x37c,_0x5c4228:0xd2};function _0x283079(_0x12f442,_0x1930f8,_0x48fffe,_0x1e2e90){return _0x3de22d(_0x48fffe-_0x29776b._0x3d38f3,_0x1930f8-0x87,_0x48fffe-_0x29776b._0x5c4228,_0x12f442);}const _0x17f5fa={'nuCpQ':function(_0x544a93,_0x4e14fb){return _0x544a93(_0x4e14fb);},'clIDu':function(_0x3c33d5,_0x2952b1){return _0x3c33d5===_0x2952b1;},'eqgFM':_0x283079(_0x30e91a._0x3dd702,0x576,_0x30e91a._0x12a142,0x581),'lkbYJ':function(_0x504cdb,_0x269f35){return _0x504cdb!==_0x269f35;},'xcnjd':_0x53316a(_0x30e91a._0x4988a6,0x491,0x4b9,0x4cd),'QJVPN':function(_0x250a87,_0x1408ea){return _0x250a87!==_0x1408ea;},'sMrTc':'jpOlC','wwvok':function(_0x13fef0,_0x3d66f8){return _0x13fef0===_0x3d66f8;}},_0x365ca3=_0x17f5fa['nuCpQ'](normalizeSetupRepoAuthConfig,_0x2ae891),_0x120f24=[];function _0x53316a(_0x10b0bc,_0x14ff79,_0x3b73eb,_0x43f482){return _0x1522fa(_0x10b0bc,_0x14ff79-_0x7d236d._0x3ee951,_0x3b73eb-0x576,_0x43f482-0x123);}const _0x464180=_0x253431['providers']||{};if(_0x17f5fa['clIDu'](_0x365ca3[_0x283079(0x575,_0x30e91a._0x4349a7,0x5b9,_0x30e91a._0x5ccaa6)],_0x17f5fa['eqgFM'])||_0x17f5fa[_0x283079(_0x30e91a._0x23f86e,_0x30e91a._0xc9575,_0x30e91a._0x5c612b,0x59f)](_0x365ca3[_0x53316a(_0x30e91a._0x233b0f,_0x30e91a._0x1fb2fc,0x4bb,_0x30e91a._0x57d530)],_0x53316a(0x48d,_0x30e91a._0x1c3027,0x4c0,_0x30e91a._0xb46787))){if(!_0x365ca3[_0x53316a(_0x30e91a._0x15a88d,0x4d5,_0x30e91a._0x441a2d,0x483)])_0x17f5fa[_0x53316a(_0x30e91a._0x132ab6,0x51d,0x506,0x4e0)](_0x17f5fa[_0x53316a(0x4ee,0x4ae,0x4ca,0x4ec)],_0x17f5fa[_0x283079(_0x30e91a._0x5d8bd0,0x5b8,_0x30e91a._0x112f3f,0x5a5)])?_0x42d2e4[_0x53316a(_0x30e91a._0x81d02f,0x46a,_0x30e91a._0x3f031a,0x4ed)](_0x283079(0x641,_0x30e91a._0x1f91cc,0x615,_0x30e91a._0x1bf825)+_0x283079(0x5ba,0x63e,0x5f8,0x5dd)+_0x53316a(_0x30e91a._0x32ce8a,_0x30e91a._0x17b2d7,_0x30e91a._0x3c36b5,0x4db)+_0x23c67b[_0x53316a(0x4da,0x4e6,_0x30e91a._0x5b9325,_0x30e91a._0x3880f1)]+(_0x283079(_0x30e91a._0xa82020,0x570,0x590,0x554)+_0x53316a(0x504,0x54b,0x51d,0x54a))):_0x120f24[_0x283079(_0x30e91a._0xf82a92,_0x30e91a._0x5afba3,_0x30e91a._0xdd97ef,_0x30e91a._0x23afec)](_0x53316a(0x52f,_0x30e91a._0x2a8a5b,_0x30e91a._0x51a874,0x53f)+_0x283079(_0x30e91a._0x4261da,0x60d,_0x30e91a._0x55d0e6,_0x30e91a._0x3e0d36)+_0x283079(0x5e4,_0x30e91a._0x230777,_0x30e91a._0x217133,0x615)+_0x53316a(0x4ab,_0x30e91a._0x4f7077,_0x30e91a._0x40d561,_0x30e91a._0x2fe98d)+_0x53316a(_0x30e91a._0x5a022b,0x4c5,0x4c8,0x506)+'\x22'+_0x365ca3['mode']+'\x22');else{if(!_0x464180[_0x365ca3['provider']]){if(_0x17f5fa['QJVPN'](_0x17f5fa[_0x283079(_0x30e91a._0x1ad36b,0x64b,0x617,_0x30e91a._0x2f2910)],_0x17f5fa[_0x283079(_0x30e91a._0x358365,_0x30e91a._0xb8501c,0x617,_0x30e91a._0x2ae8d8)]))throw new _0x1f0bad(_0x53316a(0x4a0,_0x30e91a._0x67ccc5,_0x30e91a._0x1f42ac,0x4f4)+_0x53316a(_0x30e91a._0x110e71,0x529,0x4fc,0x4d9)+_0x283079(0x583,0x5eb,_0x30e91a._0x3d46bf,_0x30e91a._0x46bf59)+_0x53316a(0x4bb,0x4ec,0x4e5,0x51e)+_0x283079(_0x30e91a._0x436373,_0x30e91a._0x156a39,_0x30e91a._0x568073,_0x30e91a._0x217133));else _0x120f24[_0x283079(_0x30e91a._0x3cb1b0,0x5d7,0x5a5,0x5eb)]('setup_repo'+_0x53316a(0x51c,_0x30e91a._0x132ab6,_0x30e91a._0x31bd50,0x4f6)+_0x283079(_0x30e91a._0x2a863e,_0x30e91a._0x383176,0x608,0x64a)+_0x365ca3[_0x53316a(0x4d8,0x48d,_0x30e91a._0x5b9325,_0x30e91a._0x2efabb)]+('\x22\x20is\x20not\x20c'+_0x53316a(0x56a,0x4e2,_0x30e91a._0x2c4677,_0x30e91a._0x2e0fef)));}}}return{'valid':_0x17f5fa[_0x283079(_0x30e91a._0x29b624,_0x30e91a._0x3d680d,0x620,_0x30e91a._0x3a2047)](_0x120f24['length'],0x128e+0x252e*-0x1+0x254*0x8),'errors':_0x120f24,'normalized':_0x365ca3};}export async function getSetupRepoAuthConfig(_0x1a4665={}){const _0x4e16d9={_0x2f7fc0:0x6f,_0x131d6f:0x59,_0xb91ea6:0x39d,_0xfbef97:0x3b1,_0x116c38:0x81,_0x468be1:0x96,_0x5ee8d4:0x3bf,_0x1dda07:0x3d5,_0x7186b1:0x3ab,_0x405e8b:0x39e,_0x903c72:0x3af,_0x18a21c:0x3e4,_0x35673e:0x3a7,_0x2c1dc2:0x30,_0x1f7651:0x1b,_0x567d46:0xe,_0x4e48a5:0x7,_0x67d05a:0x1d,_0x4b80a5:0x2ea,_0x373f43:0x30b,_0x13ab98:0x3df,_0x368e19:0x3b8,_0x590979:0xa4,_0x5aabaf:0xc1,_0x2b32e8:0x9b,_0x377942:0x8a},_0x180ef9={_0xe80685:0x74},_0x218157={_0x3802e7:0xee};function _0x84ae62(_0x6087ec,_0x4532df,_0x1cf018,_0x5791ac){return _0x3de22d(_0x4532df- -0x1f6,_0x4532df-_0x218157._0x3802e7,_0x1cf018-0x1ea,_0x6087ec);}const _0x4ea44b={'FOwdS':function(_0x368761,_0x2ed784){return _0x368761(_0x2ed784);},'gWnTN':_0x84ae62(0xaf,_0x4e16d9._0x2f7fc0,_0x4e16d9._0x131d6f,0x6d),'bBxKV':function(_0x902351,_0x67d290){return _0x902351!==_0x67d290;},'dOtks':_0xeda2a6(_0x4e16d9._0xb91ea6,_0x4e16d9._0xfbef97,0x374,0x394),'ZWozn':'miHep','mJfQP':function(_0x598398,_0x3d8b4d){return _0x598398(_0x3d8b4d);}},_0x59565d=await _0x4ea44b[_0x84ae62(0x94,_0x4e16d9._0x116c38,_0x4e16d9._0x468be1,0x5e)](loadProvidersConfig,_0x1a4665);function _0xeda2a6(_0x35de9f,_0x14e0f9,_0x2ea56b,_0x2b61a6){return _0x1522fa(_0x2ea56b,_0x14e0f9-0x16d,_0x2b61a6-0x40f,_0x2b61a6-_0x180ef9._0xe80685);}if(!_0x59565d||typeof _0x59565d!==_0x4ea44b['gWnTN']){if(_0x4ea44b[_0xeda2a6(0x3bd,_0x4e16d9._0x5ee8d4,_0x4e16d9._0x1dda07,_0x4e16d9._0x7186b1)](_0x4ea44b[_0xeda2a6(_0x4e16d9._0x405e8b,_0x4e16d9._0x903c72,_0x4e16d9._0x18a21c,_0x4e16d9._0x35673e)],_0x4ea44b[_0x84ae62(_0x4e16d9._0x2c1dc2,0x1a,-_0x4e16d9._0x1f7651,-0xc)])){const _0x3bb189={...DEFAULT_SETUP_REPO_AUTH};return _0x3bb189;}else{const _0x42e3f6=_0x5dcbf8[-0x171b+-0xa85+0x21a1];return['url.https:'+'//'+_0x42e3f6+(_0x84ae62(_0x4e16d9._0x567d46,0x32,_0x4e16d9._0x4e48a5,_0x4e16d9._0x67d05a)+_0xeda2a6(0x374,_0x4e16d9._0x4b80a5,_0x4e16d9._0x373f43,0x32a)+'t@')+_0x42e3f6+'/'];}}return _0x4ea44b[_0xeda2a6(0x39e,_0x4e16d9._0x13ab98,0x3a6,_0x4e16d9._0x368e19)](normalizeSetupRepoAuthConfig,_0x59565d[_0x84ae62(_0x4e16d9._0x590979,0xa3,0x6b,_0x4e16d9._0x5aabaf)+_0x84ae62(0x8a,_0x4e16d9._0x2b32e8,0x99,_0x4e16d9._0x377942)]||{});}export async function getSetupRepoOriginUrl(_0x1d2b85){const _0x5c60de={_0x25606b:0xd1,_0x1199b3:0x2f,_0x4d9c45:0x60,_0xb17ab6:0x63,_0x40cf32:0x314,_0x596269:0x35e,_0x371900:0x2ca,_0x397442:0x95,_0x592f43:0xf1,_0x4c2cf3:0xec,_0x5a0c21:0xa1,_0xe6e9a0:0x292,_0x4aad35:0x29d,_0x3246b4:0x8c,_0x2de29c:0x6f,_0x483492:0xa7,_0x4adfee:0x7c,_0x53ea14:0xa3,_0x24ef8e:0xa8,_0x4172f7:0x7b,_0x5572cf:0x71,_0xf14298:0x2ea,_0xb10295:0x2c2,_0x2141fd:0x2ab,_0x4b5299:0x80,_0x1749be:0xa1,_0x82ef9:0xef,_0x334987:0x135,_0x34a97d:0xab,_0x968e99:0x2bc,_0xb67164:0x298,_0x30151f:0x277,_0x19131c:0xea,_0xc0a8a4:0xd3,_0x314068:0x11f,_0xfa32c0:0x2fc,_0x3e5e83:0x330,_0x35d9cd:0x2d0,_0x1aa9ab:0x28d,_0x37c98a:0xd7,_0x5a6822:0xdf,_0x4e41ae:0x77,_0x3306da:0x9b,_0x51945e:0x71,_0x8bb62:0xd7,_0x2649df:0xe6,_0x3bda99:0x92,_0xee5d97:0x8e,_0x119ca7:0x2dc,_0x3b0736:0x2ee,_0x381425:0xa5,_0x2d52eb:0xc6,_0x548f35:0xae},_0x4fbb9e={_0x46cf30:0x5},_0x18e235={_0x4e1897:0x1a8};function _0x45055f(_0x21bb31,_0x27c6eb,_0x376280,_0x119ca6){return _0x1522fa(_0x119ca6,_0x27c6eb-_0x18e235._0x4e1897,_0x27c6eb-0x37f,_0x119ca6-0x17c);}function _0x2fe268(_0xcac983,_0x402f3d,_0x499e28,_0x35bcdc){return _0x1522fa(_0x35bcdc,_0x402f3d-0xf9,_0x402f3d- -_0x4fbb9e._0x46cf30,_0x35bcdc-0xf2);}const _0x55364c={'mbAHM':_0x2fe268(-0x88,-0xb2,-_0x5c60de._0x25606b,-0xf1),'xPXyN':_0x2fe268(-_0x5c60de._0x1199b3,-_0x5c60de._0x4d9c45,-_0x5c60de._0xb17ab6,-0x68)+'sitory\x20pat'+_0x45055f(0x33d,_0x5c60de._0x40cf32,_0x5c60de._0x596269,_0x5c60de._0x371900)+_0x2fe268(-_0x5c60de._0x397442,-0x73,-0x80,-0x5b),'XhhkV':function(_0x4633a7,_0x401a2b,_0x489369,_0xd51aeb){return _0x4633a7(_0x401a2b,_0x489369,_0xd51aeb);},'TbqLd':'git','UJyru':_0x2fe268(-_0x5c60de._0x592f43,-_0x5c60de._0x4c2cf3,-0x107,-_0x5c60de._0x5a0c21),'YjYQl':_0x45055f(_0x5c60de._0xe6e9a0,_0x5c60de._0x4aad35,0x27b,0x282),'zcQWe':_0x2fe268(-_0x5c60de._0x3246b4,-0xac,-0xf6,-_0x5c60de._0x2de29c)+'gin.url','QAvsE':function(_0x36d46f,_0x34025f){return _0x36d46f===_0x34025f;},'cPcTi':'TLVMF','AgpZP':_0x2fe268(-0x85,-0xa2,-_0x5c60de._0x483492,-_0x5c60de._0x4adfee)+'remote\x20con'+_0x2fe268(-_0x5c60de._0x53ea14,-0xad,-0x91,-_0x5c60de._0x24ef8e)+_0x2fe268(-_0x5c60de._0x4172f7,-0x96,-0xae,-_0x5c60de._0x5572cf)+_0x45055f(_0x5c60de._0xf14298,0x2da,_0x5c60de._0xb10295,_0x5c60de._0x2141fd)};if(!_0x1d2b85)throw new Error(_0x55364c[_0x2fe268(-_0x5c60de._0x4b5299,-_0x5c60de._0x1749be,-0xd3,-0x8d)]);const _0x38995d={};_0x38995d['cwd']=_0x1d2b85;const {stdout:_0x5cbffb}=await _0x55364c['XhhkV'](execFileAsync,_0x55364c[_0x2fe268(-0x12e,-_0x5c60de._0x82ef9,-_0x5c60de._0x334987,-_0x5c60de._0x34a97d)],[_0x55364c['UJyru'],_0x55364c[_0x45055f(0x2d7,_0x5c60de._0x968e99,_0x5c60de._0xb67164,_0x5c60de._0x30151f)],_0x55364c['zcQWe']],_0x38995d),_0x2e1a82=_0x5cbffb[_0x2fe268(-_0x5c60de._0x19131c,-_0x5c60de._0xc0a8a4,-0x10c,-_0x5c60de._0x314068)]();if(!_0x2e1a82){if(_0x55364c['QAvsE'](_0x55364c['cPcTi'],_0x55364c[_0x45055f(0x30f,0x2e5,_0x5c60de._0xfa32c0,_0x5c60de._0x3e5e83)]))throw new Error(_0x55364c[_0x45055f(0x2ee,_0x5c60de._0x35d9cd,_0x5c60de._0x1aa9ab,0x290)]);else{if(!_0x544402)return'';try{const _0x3dba77=new _0x215368(_0x4d1acc);return(_0x3dba77[_0x2fe268(-0xab,-_0x5c60de._0x37c98a,-_0x5c60de._0x5a6822,-0xc7)]||_0x3dba77[_0x2fe268(-_0x5c60de._0x4e41ae,-_0x5c60de._0x3306da,-0x51,-_0x5c60de._0x51945e)])&&(_0x3dba77[_0x2fe268(-0xd6,-_0x5c60de._0x8bb62,-_0x5c60de._0x2649df,-0xf6)]=_0x55364c[_0x2fe268(-0x6a,-_0x5c60de._0x3bda99,-0xd1,-_0x5c60de._0xee5d97)],_0x3dba77[_0x45055f(_0x5c60de._0x119ca7,0x2e9,0x330,_0x5c60de._0x3b0736)]=''),_0x3dba77[_0x2fe268(-_0x5c60de._0x381425,-_0x5c60de._0x2d52eb,-_0x5c60de._0x548f35,-0x86)]();}catch{return _0x1193d0;}}}return _0x2e1a82;}export function maskGitUrl(_0x35948d){const _0x407c03={_0x279aad:0x402,_0x3706fe:0x462,_0x31db0a:0x3fd,_0x4f9e46:0x422,_0x1b8c96:0x3d7},_0x1e155e={_0x45d18c:0xc5,_0x20a2d0:0x4e3,_0x5d1263:0x125},_0x546423={_0x1b91d6:0x1e0};function _0x2b37db(_0x379efa,_0x3bd32e,_0x45b5ba,_0x59ca14){return _0x3de22d(_0x59ca14-_0x546423._0x1b91d6,_0x3bd32e-0x39,_0x45b5ba-0x17,_0x3bd32e);}if(!_0x35948d)return'';function _0x240e5a(_0x495995,_0xc4de5c,_0x4eef57,_0x2e9889){return _0x1522fa(_0x495995,_0xc4de5c-_0x1e155e._0x45d18c,_0xc4de5c-_0x1e155e._0x20a2d0,_0x2e9889-_0x1e155e._0x5d1263);}try{const _0x375461=new URL(_0x35948d);return(_0x375461[_0x2b37db(_0x407c03._0x279aad,0x42d,0x3ec,0x406)]||_0x375461[_0x240e5a(0x407,0x44d,0x460,_0x407c03._0x3706fe)])&&(_0x375461['username']='***',_0x375461['password']=''),_0x375461[_0x240e5a(_0x407c03._0x31db0a,_0x407c03._0x4f9e46,_0x407c03._0x1b8c96,0x43c)]();}catch{return _0x35948d;}}function getUrlRewriteConfigs(_0x2fef70){const _0x19e89f={_0x343238:0xc0,_0xddb693:0xd7,_0x261681:0x4a,_0x1eafc0:0x62,_0x5c9a66:0x95,_0x307814:0x57,_0x5e344a:0x8b,_0x223754:0x117,_0xb18994:0x162,_0x1d78a8:0x61,_0x2fd604:0x5b,_0x1e09d8:0x1b,_0x5d2077:0x0,_0x580363:0x103,_0x4c42f7:0xbc,_0x3d832e:0xe4,_0x51643b:0xc1,_0x199ba0:0x11a,_0x1afc1c:0x137,_0x5da5b0:0x157,_0x187c07:0xf5,_0xe756b2:0x108,_0x50b37c:0x3d,_0x5bed2d:0x79,_0x4d4d75:0x14,_0x212791:0x30,_0x48167d:0xc7,_0x1587f8:0x105,_0x359c35:0x99,_0x26a55c:0x1a,_0x25b0ab:0x23,_0x84c80f:0xa,_0x3c0626:0xde,_0x2f4ee9:0xde,_0x1c36b7:0xa3,_0x3b4344:0x5b,_0x3a1b67:0x20,_0x2bad04:0x2e,_0x15b794:0x13e,_0x2fce00:0xe3,_0x592905:0x149},_0x33496f={_0x43116c:0x96},_0x172fd4={};function _0x294afe(_0x2fdf4c,_0x562aeb,_0x4f3647,_0x595d1f){return _0x3de22d(_0x2fdf4c- -0x161,_0x562aeb-0xbb,_0x4f3647-_0x33496f._0x43116c,_0x595d1f);}_0x172fd4[_0x294afe(_0x19e89f._0x343238,0xe9,_0x19e89f._0xddb693,0xc5)]=_0x39a02a(0x4e,_0x19e89f._0x261681,0x5,0x2c)+_0x39a02a(_0x19e89f._0x1eafc0,0xa,_0x19e89f._0x5c9a66,_0x19e89f._0x307814)+_0x39a02a(0x3a,0xa8,_0x19e89f._0x5e344a,0x62),_0x172fd4[_0x294afe(_0x19e89f._0x223754,_0x19e89f._0xb18994,0x15f,0xe4)]=function(_0x4bb253,_0xe659d6){return _0x4bb253!==_0xe659d6;},_0x172fd4['aBdSh']='VsLnJ',_0x172fd4[_0x39a02a(0x45,0x71,_0x19e89f._0x1d78a8,_0x19e89f._0x2fd604)]=function(_0xf6877,_0x3339e7){return _0xf6877===_0x3339e7;},_0x172fd4['pIuOD']=_0x39a02a(-_0x19e89f._0x1e09d8,-0x6,-0x25,_0x19e89f._0x5d2077),_0x172fd4[_0x294afe(_0x19e89f._0x580363,0xe6,_0x19e89f._0x4c42f7,0x107)]=_0x294afe(_0x19e89f._0x3d832e,_0x19e89f._0x51643b,_0x19e89f._0x199ba0,0xf1);const _0xd5d956=_0x172fd4;if(!_0x2fef70)return[];const _0x52042c=_0x2fef70['match'](/^git@([^:]+):/);if(_0x52042c){if(_0xd5d956['iaRUr']('VsLnJ',_0xd5d956[_0x294afe(_0x19e89f._0x1afc1c,_0x19e89f._0x5da5b0,_0x19e89f._0x187c07,_0x19e89f._0xe756b2)]))return _0x565674;else{const _0xd4663e=_0x52042c[0xf6d+0x14*0x1eb+-0x35c8];return[_0x39a02a(_0x19e89f._0x50b37c,_0x19e89f._0x5bed2d,-_0x19e89f._0x4d4d75,_0x19e89f._0x212791)+'//'+_0xd4663e+(_0x294afe(_0x19e89f._0x48167d,_0x19e89f._0x1587f8,0xf6,_0x19e89f._0x359c35)+_0x39a02a(0x11,_0x19e89f._0x26a55c,-_0x19e89f._0x25b0ab,_0x19e89f._0x84c80f))+_0xd4663e+':'];}}const _0x5c277e=_0x2fef70[_0x294afe(_0x19e89f._0x3c0626,0x101,0xa3,_0x19e89f._0x2f4ee9)](/^ssh:\/\/git@([^/]+)\//);function _0x39a02a(_0x3f59f4,_0xdd1169,_0x457571,_0x14cfa5){return _0x3de22d(_0x14cfa5- -0x243,_0xdd1169-0xe2,_0x457571-0x16e,_0x457571);}if(_0x5c277e){if(_0xd5d956[_0x39a02a(0x1c,0x53,_0x19e89f._0x1c36b7,_0x19e89f._0x3b4344)](_0xd5d956[_0x39a02a(0x1c,0x58,_0x19e89f._0x3a1b67,_0x19e89f._0x2bad04)],_0xd5d956[_0x294afe(0x103,_0x19e89f._0x15b794,_0x19e89f._0x2fce00,_0x19e89f._0x592905)]))throw new _0x2e7c27(_0xd5d956[_0x39a02a(-0x6a,0xc,-0x54,-0x22)]);else{const _0x210da4=_0x5c277e[0x652+-0xb*0xb2+0x155];return['url.https:'+'//'+_0x210da4+('/.insteadO'+'f=ssh://gi'+'t@')+_0x210da4+'/'];}}return[];}async function runLocalGitCommand({setupRepoPath:_0x352c11,args:_0x113d9e,maxBuffer:_0x499d6d,execGitCommand:execGitCommand=execFileAsync}){const _0x157259={_0x34dd32:0x4bc,_0xa2ab37:0x50d,_0xb652da:0x522,_0x201501:0x4cd},_0x4a9a81={_0x38b355:0xd5,_0xd9d097:0x59c},_0x114164={_0x1f83f4:0x18d,_0x45561f:0xb};function _0x14b62b(_0xe2e03c,_0x93ef81,_0x2dcccc,_0x5b122c){return _0x1522fa(_0x5b122c,_0x93ef81-_0x114164._0x1f83f4,_0x93ef81-0x5ce,_0x5b122c-_0x114164._0x45561f);}const _0x24de3a={};_0x24de3a['FLGHP']=_0x32d205(_0x157259._0x34dd32,0x524,0x4e5,0x4f0);function _0x32d205(_0x16be01,_0x1c6dc2,_0x4c1a68,_0x278511){return _0x1522fa(_0x16be01,_0x1c6dc2-_0x4a9a81._0x38b355,_0x4c1a68-_0x4a9a81._0xd9d097,_0x278511-0x85);}const _0x3f1b64=_0x24de3a,_0x372894={};return _0x372894[_0x14b62b(_0x157259._0xa2ab37,0x4e3,0x4b6,0x508)]=_0x352c11,_0x372894[_0x32d205(_0x157259._0xb652da,_0x157259._0x201501,0x503,0x500)]=_0x499d6d,execGitCommand(_0x3f1b64['FLGHP'],_0x113d9e,_0x372894);}async function buildProviderGitContext({setupRepoPath:_0x1d4f1a,providerName:_0x155352,credentialMode:credentialMode=_0x1522fa(-0xa1,-0x92,-0xa0,-0x85),userId:_0x4d5387,logger:logger=_0x3fea0c,dependencies:dependencies={}}){const _0x482660={_0x41b40d:0x4e9,_0x319259:0x4fd,_0x130b39:0x4b0,_0x391e3a:0x4b8,_0x43759c:0x48d,_0x223e37:0x4bd,_0x115a57:0x497,_0x37f174:0x4cc,_0x54d7d8:0x486,_0xfc21be:0x462,_0x40037e:0x486,_0x5b144c:0x45f,_0x4938a3:0x449,_0x88d820:0x454,_0x5bd8e:0x4a8,_0x56d1b8:0x435,_0x5a4ba2:0x482,_0x9e77e4:0x4af,_0x3dcee1:0x499,_0x2b581c:0x481,_0x207d76:0x443,_0x4c882f:0x448,_0x26b2e6:0x4a9,_0x13babb:0x43d,_0x44e61e:0x493,_0x300966:0x491,_0x3e069c:0x488,_0x33cd45:0x472,_0x391e31:0x473,_0x3b47e0:0x473,_0x6c7057:0x464,_0x1396dd:0x451,_0x245ed7:0x475,_0xbb117a:0x43a,_0x4f43f5:0x433,_0x51b8e9:0x452,_0x4e6fa1:0x467,_0x4ad10c:0x498,_0x59bc12:0x467,_0x53a664:0x495,_0x42326c:0x4c9,_0x2a40f6:0x4e1,_0x4c4112:0x4a4,_0x49719c:0x4bb,_0x2dafda:0x4da,_0x4d182f:0x46a,_0x3cf480:0x44e,_0x123786:0x43a,_0x205d29:0x4ec,_0x4cd0ec:0x4dd,_0x4196c6:0x4d2,_0x4eef2f:0x446,_0x48a8db:0x456,_0xed4001:0x46e,_0x431362:0x428,_0xf35583:0x4be,_0x3716c1:0x485,_0x900a6b:0x4cd,_0x35ba21:0x4a2,_0xde80a4:0x4a1,_0x1fa14e:0x48f,_0x33dcb4:0x460,_0x474f2e:0x447,_0x189b81:0x46b,_0x433f17:0x42b},_0x40cb26={_0x3ab2bf:0x23b},_0x553cfc={_0x8d8cd1:0x219},_0xa81b27={'WQlmt':function(_0x47d6c1,_0x1ec4f4){return _0x47d6c1(_0x1ec4f4);},'ynqAE':_0x289eb2(0x4c1,0x4d9,_0x482660._0x41b40d,_0x482660._0x319259)+_0x289eb2(_0x482660._0x130b39,_0x482660._0x391e3a,_0x482660._0x43759c,0x4b2),'PwNbK':_0x20457d(0x49a,0x462,_0x482660._0x223e37,0x47c)+_0x289eb2(0x49c,_0x482660._0x115a57,_0x482660._0x37f174,0x452)+_0x20457d(0x472,0x48f,_0x482660._0x54d7d8,0x4ac)+_0x20457d(_0x482660._0xfc21be,_0x482660._0x40037e,0x482,0x494)+_0x289eb2(_0x482660._0x5b144c,_0x482660._0x4938a3,_0x482660._0x88d820,_0x482660._0x5bd8e)},_0x494162=dependencies[_0x20457d(0x416,0x3f7,_0x482660._0x56d1b8,0x42b)+'poOriginUr'+'l']||getSetupRepoOriginUrl,_0xa04dfb=dependencies[_0x20457d(_0x482660._0x5a4ba2,_0x482660._0x9e77e4,0x47a,_0x482660._0x3dcee1)+_0x289eb2(_0x482660._0x2b581c,0x438,0x4bb,0x46d)+'o']||getCredentialsForRepo,_0x1161a0=await _0xa81b27[_0x20457d(0x48d,_0x482660._0x207d76,_0x482660._0x4c882f,0x48d)](_0x494162,_0x1d4f1a),_0x4a32f6={};_0x4a32f6[_0x289eb2(_0x482660._0x26b2e6,0x48c,0x4df,0x481)]=logger,_0x4a32f6[_0x20457d(0x438,0x499,_0x482660._0x13babb,0x476)+_0x20457d(_0x482660._0x44e61e,0x424,0x456,0x46d)]=credentialMode,_0x4a32f6[_0x20457d(_0x482660._0x300966,0x436,_0x482660._0x3e069c,_0x482660._0x33cd45)]=_0x4d5387;const _0x4a0034=await _0xa04dfb(_0x155352,_0x1161a0,_0x4a32f6),_0x32ae61=ASKPASS_SCRIPT_PATH,_0x5b4095=_0xa81b27[_0x289eb2(_0x482660._0x9e77e4,_0x482660._0x391e31,0x47b,_0x482660._0x3b47e0)](getUrlRewriteConfigs,_0x1161a0),_0x57f6ac=[];for(const _0x3c5d83 of _0x5b4095){_0x57f6ac[_0x289eb2(_0x482660._0x6c7057,_0x482660._0x1396dd,_0x482660._0x245ed7,0x471)]('-c',_0x3c5d83);}const _0x2104ff={...process[_0x20457d(_0x482660._0xbb117a,0x476,_0x482660._0x4f43f5,0x449)]};_0x2104ff[_0x289eb2(_0x482660._0x51b8e9,_0x482660._0x4e6fa1,0x43f,_0x482660._0x4ad10c)+_0x289eb2(_0x482660._0x59bc12,_0x482660._0x53a664,0x421,0x45e)]='0';function _0x20457d(_0x1135fe,_0x569f01,_0x5aa471,_0x5301d8){return _0x3de22d(_0x5301d8-_0x553cfc._0x8d8cd1,_0x569f01-0xd2,_0x5aa471-0xf,_0x5aa471);}_0x2104ff[_0x289eb2(_0x482660._0x42326c,_0x482660._0x2a40f6,0x4f0,0x4d9)+'S']=_0x32ae61,_0x2104ff['GCM_INTERA'+'CTIVE']=_0x289eb2(_0x482660._0x4c4112,0x4bf,_0x482660._0x49719c,_0x482660._0x2dafda),_0x2104ff[_0x289eb2(_0x482660._0x4d182f,_0x482660._0x3cf480,0x425,_0x482660._0x123786)+_0x289eb2(0x4b4,0x46f,_0x482660._0x205d29,0x4f3)]=_0x4a0034['username']||_0xa81b27[_0x289eb2(_0x482660._0x4cd0ec,0x4c8,0x501,_0x482660._0x4196c6)],_0x2104ff[_0x289eb2(0x46a,0x463,_0x482660._0x4eef2f,0x48b)+_0x289eb2(_0x482660._0x48a8db,_0x482660._0xed4001,0x472,_0x482660._0x431362)]=_0x4a0034['password']||'';const _0x149c5e=_0x2104ff;logger[_0x20457d(_0x482660._0xf35583,0x49e,0x4b0,_0x482660._0x3716c1)](_0xa81b27[_0x289eb2(_0x482660._0x900a6b,_0x482660._0x35ba21,_0x482660._0x44e61e,_0x482660._0xde80a4)],{'provider':_0x155352,'origin':maskGitUrl(_0x1161a0),'rewrites':_0x5b4095[_0x20457d(0x465,_0x482660._0x1fa14e,0x463,0x457)]});const _0x1cc9cd={};_0x1cc9cd[_0x20457d(0x417,0x479,0x44b,_0x482660._0x33dcb4)]=_0x1161a0,_0x1cc9cd[_0x20457d(_0x482660._0x474f2e,0x472,0x475,0x433)+'fix']=_0x57f6ac;function _0x289eb2(_0x46be10,_0x2e2581,_0x2605d0,_0x1b28d2){return _0x3de22d(_0x46be10-_0x40cb26._0x3ab2bf,_0x2e2581-0x7,_0x2605d0-0x43,_0x1b28d2);}return _0x1cc9cd[_0x289eb2(_0x482660._0x189b81,_0x482660._0x433f17,0x423,0x479)]=_0x149c5e,_0x1cc9cd;}function _0x1522fa(_0x1ccf83,_0x34cd83,_0x4b7077,_0x5cf813){const _0xaf982c={_0x34f71f:0x2d4};return _0x2200(_0x4b7077- -_0xaf982c._0x34f71f,_0x1ccf83);}export async function runSetupRepoGitCommand(_0x5baab7){const _0x2eef63={_0x2fced9:0x2d4,_0x429672:0x307,_0x325246:0x28e,_0x1494e8:0x2f2,_0x2da96c:0x3fd,_0x34a724:0x3c6,_0x5b17b2:0x3ea,_0x4f4206:0x31d,_0x55a23f:0x304,_0x29886d:0x313,_0x10e8eb:0x303,_0xdbf3e9:0x385,_0x267a7b:0x38e,_0x2fb334:0x3be,_0x5a9944:0x384,_0x1a25b5:0x3ac,_0x38be7e:0x2dd,_0x3218e7:0x3a1,_0x16430a:0x374,_0x3d3280:0x3d0,_0x2aa87a:0x35a,_0x242d7a:0x346,_0x14b80d:0x3b9,_0x4e9abe:0x349,_0x34c4f9:0x2a3,_0x3322bf:0x2be,_0x57818b:0x3c9,_0x5b5ca7:0x395,_0x199bb7:0x3d6,_0x715d4f:0x2fd,_0x2febad:0x293,_0x8bfd9c:0x2e7,_0x2177bc:0x2c5,_0x29110f:0x2a8,_0x7b6c2c:0x25d,_0x41152e:0x266,_0x470c1d:0x289,_0x148b5d:0x32e,_0x34667b:0x312,_0x59e209:0x37d,_0x2d58e9:0x339,_0x496051:0x2ee,_0x6e373e:0x3a9,_0x1a6c2e:0x3c4,_0xa6721c:0x3cb,_0x3875b3:0x327,_0x4bed45:0x2f3,_0x1bf7ef:0x425,_0x5314ce:0x393,_0x2ce1f9:0x3da,_0x26bd29:0x3fa,_0x2047a0:0x2d9,_0x32ed4b:0x323,_0x5bf1ba:0x350,_0x285098:0x38a,_0x31c456:0x3d6,_0xedbeb0:0x301,_0x3ae4f2:0x2f0,_0x488ee8:0x36d,_0x289378:0x399,_0x4739ba:0x2c0,_0x1ade2a:0x2d1,_0x15b05e:0x289,_0x545bb2:0x2c2,_0x565b8:0x258,_0x4733fa:0x393,_0x592551:0x36c,_0x3563da:0x2cb,_0x5e9565:0x30f,_0x1ea92c:0x366,_0x191da2:0x3b4,_0x2bb23a:0x3a2,_0x3f004c:0x314,_0x192fe8:0x2da,_0x2d9fe2:0x310,_0x146acd:0x319,_0x1413fe:0x340,_0x2c7af8:0x279,_0x4d84ff:0x2b5,_0x5b28b8:0x2d9,_0x319912:0x3ca,_0xe10d3c:0x400,_0x45b8a2:0x298,_0x2d812c:0x2bd,_0x1340cd:0x2c3,_0x1b4be0:0x2b4,_0x25ca2d:0x2ae,_0x3b9b24:0x3a8,_0x321c32:0x39e,_0x2a8a3e:0x3dc,_0x208a0d:0x24a,_0x2e7315:0x344,_0x3faa1e:0x388,_0x41cfc9:0x336,_0x368144:0x366,_0x2d9a7a:0x3d8,_0x485d94:0x369,_0x38a41c:0x376,_0x30acce:0x38b,_0x29b42d:0x3f7,_0x107e70:0x3fc,_0x36c2b0:0x3c7,_0x6b7ef9:0x3b0,_0x131557:0x3b3,_0x4d6c72:0x273,_0x218576:0x26d,_0x579cf5:0x37c,_0x2c7eb9:0x330,_0x504b4c:0x2f7},_0x49b477={_0x177161:0x18a,_0x5e49bc:0xdb},_0x3b5264={_0x5c3c21:0xdd},_0x898e2b={'suxbg':function(_0x46a7fb,_0xc707d1){return _0x46a7fb*_0xc707d1;},'nYphP':function(_0x36fba8,_0x69994f){return _0x36fba8*_0x69994f;},'Ydard':'setupRepoP'+_0x4fb90e(_0x2eef63._0x2fced9,_0x2eef63._0x429672,0x316,0x2d4)+_0x4fb90e(_0x2eef63._0x325246,0x2a5,_0x2eef63._0x1494e8,0x2e7),'xsbuE':_0x306ffe(_0x2eef63._0x2da96c,0x38f,_0x2eef63._0x34a724,_0x2eef63._0x5b17b2)+_0x4fb90e(0x317,_0x2eef63._0x4f4206,0x358,_0x2eef63._0x55a23f)+'mpty\x20array','RVpTY':function(_0x18e638,_0x2da861){return _0x18e638(_0x2da861);},'vcJEs':function(_0xd56fb5,_0x55844c){return _0xd56fb5===_0x55844c;},'Ibazd':_0x4fb90e(0x29f,0x2b6,0x2fc,0x2e3),'caIoz':function(_0x44a461,_0x10bddd){return _0x44a461===_0x10bddd;},'cPSQx':'user','RrggT':_0x4fb90e(0x361,0x320,0x358,_0x2eef63._0x29886d)+_0x4fb90e(0x33d,0x305,_0x2eef63._0x10e8eb,0x2ed)+'h\x20provider'+_0x306ffe(_0x2eef63._0xdbf3e9,_0x2eef63._0x267a7b,0x38d,0x351)+_0x306ffe(_0x2eef63._0x2fb334,0x351,_0x2eef63._0x5a9944,_0x2eef63._0x1a25b5),'YcZAq':function(_0x1b6c3f,_0x3a504d){return _0x1b6c3f===_0x3a504d;},'HeRGF':'userId\x20is\x20'+'required\x20f'+_0x4fb90e(0x2ce,_0x2eef63._0x38be7e,0x31b,0x2bf)+_0x306ffe(0x3b7,_0x2eef63._0x3218e7,_0x2eef63._0x16430a,0x382)+'ode','JuuUB':function(_0x9018cd,_0xf38bea){return _0x9018cd(_0xf38bea);},'HLphY':function(_0x13d70f,_0x1470c3,_0xec04e9,_0x2fd0a9){return _0x13d70f(_0x1470c3,_0xec04e9,_0x2fd0a9);},'duixL':_0x306ffe(_0x2eef63._0x1a25b5,_0x2eef63._0x3d3280,0x398,0x388)},{setupRepoPath:_0x5c0951,args:_0x1dd689,authConfig:_0xab244e,userId:_0x1a7621,logger:logger=_0x3fea0c,maxBuffer:maxBuffer=_0x898e2b[_0x306ffe(_0x2eef63._0x2aa87a,_0x2eef63._0x242d7a,0x376,_0x2eef63._0x14b80d)](_0x898e2b['nYphP'](0x23d3+0xf1*-0x29+0x4a*0xa,-0x17b*-0x9+-0x1b06+-0xc5*-0x17),0x1*-0x112+0x752*0x3+-0x2e*0x5e),dependencies:dependencies={},allowLocalFallback:allowLocalFallback=!![]}=_0x5baab7;if(!_0x5c0951)throw new Error(_0x898e2b[_0x4fb90e(0x2dc,0x304,0x2b8,_0x2eef63._0x4e9abe)]);function _0x306ffe(_0x54c417,_0x411546,_0x16edbe,_0x1b8c4c){return _0x1522fa(_0x54c417,_0x411546-_0x3b5264._0x5c3c21,_0x16edbe-0x44f,_0x1b8c4c-0xa7);}if(!Array[_0x4fb90e(0x271,_0x2eef63._0x34c4f9,0x2ed,_0x2eef63._0x3322bf)](_0x1dd689)||_0x1dd689[_0x306ffe(0x3dc,_0x2eef63._0x57818b,_0x2eef63._0x5b5ca7,_0x2eef63._0x199bb7)]===-0x1*0x12df+-0x2c+0x41*0x4b)throw new Error(_0x898e2b[_0x4fb90e(0x337,_0x2eef63._0x715d4f,0x33b,0x2cd)]);const _0x5742ea=_0x898e2b['RVpTY'](normalizeSetupRepoAuthConfig,_0xab244e||{}),_0x2bb15a=dependencies[_0x4fb90e(0x26b,0x2b4,_0x2eef63._0x2febad,_0x2eef63._0x8bfd9c)+_0x4fb90e(_0x2eef63._0x2177bc,_0x2eef63._0x29110f,_0x2eef63._0x7b6c2c,_0x2eef63._0x41152e)]||execFileAsync;if(_0x898e2b['vcJEs'](_0x5742ea[_0x4fb90e(0x276,0x2c0,0x2dc,0x2db)],_0x898e2b[_0x4fb90e(0x2ed,0x2a1,_0x2eef63._0x470c1d,0x2d3)])||_0x898e2b['caIoz'](_0x5742ea['mode'],_0x898e2b[_0x4fb90e(_0x2eef63._0x148b5d,_0x2eef63._0x34667b,0x2dc,0x341)])){if(!_0x5742ea[_0x306ffe(_0x2eef63._0x59e209,0x39d,0x38a,0x3bf)])throw new Error(_0x898e2b[_0x4fb90e(_0x2eef63._0x2d58e9,0x2ed,_0x2eef63._0x496051,0x2e4)]);if(_0x898e2b[_0x306ffe(0x3e7,_0x2eef63._0x6e373e,_0x2eef63._0x1a6c2e,_0x2eef63._0xa6721c)](_0x5742ea['mode'],_0x898e2b[_0x4fb90e(_0x2eef63._0x3875b3,0x312,0x2fc,_0x2eef63._0x4bed45)])&&!_0x1a7621)throw new Error(_0x898e2b[_0x306ffe(_0x2eef63._0x1bf7ef,_0x2eef63._0x5314ce,_0x2eef63._0x2ce1f9,_0x2eef63._0x26bd29)]);let _0x29b0fd;try{_0x29b0fd=await _0x898e2b[_0x4fb90e(0x2f3,_0x2eef63._0x2047a0,0x30d,_0x2eef63._0x32ed4b)](buildProviderGitContext,{'setupRepoPath':_0x5c0951,'providerName':_0x5742ea[_0x306ffe(0x368,_0x2eef63._0x5bf1ba,_0x2eef63._0x285098,_0x2eef63._0x31c456)],'credentialMode':_0x898e2b[_0x4fb90e(_0x2eef63._0xedbeb0,_0x2eef63._0x3ae4f2,0x317,0x2b5)](_0x5742ea['mode'],_0x898e2b[_0x4fb90e(0x309,0x312,0x352,0x2d5)])?_0x306ffe(0x3c7,_0x2eef63._0x488ee8,_0x2eef63._0x289378,0x3c4):'app','userId':_0x5742ea[_0x4fb90e(0x2bd,_0x2eef63._0x4739ba,_0x2eef63._0x1ade2a,_0x2eef63._0x15b05e)]===_0x898e2b[_0x4fb90e(0x2ef,_0x2eef63._0x34667b,0x2f9,0x345)]?_0x1a7621:undefined,'logger':logger,'dependencies':dependencies});}catch(_0x3d8b15){if(!allowLocalFallback)throw _0x3d8b15;logger[_0x4fb90e(_0x2eef63._0x545bb2,0x29f,0x29e,_0x2eef63._0x565b8)](_0x306ffe(0x376,0x3e1,0x3bd,_0x2eef63._0x4733fa)+_0x306ffe(0x372,0x368,_0x2eef63._0x1a25b5,_0x2eef63._0x592551)+_0x4fb90e(0x330,0x30a,_0x2eef63._0x3563da,_0x2eef63._0x5e9565)+_0x306ffe(0x372,0x3b0,0x3a5,_0x2eef63._0x1ea92c)+'der\x20auth\x20c'+_0x306ffe(0x3a7,_0x2eef63._0x191da2,0x3d6,_0x2eef63._0x2bb23a)+_0x4fb90e(_0x2eef63._0x3f004c,_0x2eef63._0x192fe8,_0x2eef63._0x2d9fe2,0x2ae)+_0x4fb90e(0x35e,_0x2eef63._0x146acd,0x32c,_0x2eef63._0x1413fe)+_0x4fb90e(_0x2eef63._0x2c7af8,_0x2eef63._0x4d84ff,0x28b,_0x2eef63._0x5b28b8)+_0x306ffe(_0x2eef63._0x319912,_0x2eef63._0x57818b,0x3b7,_0x2eef63._0xe10d3c),{'provider':_0x5742ea[_0x4fb90e(_0x2eef63._0x45b8a2,0x2b6,0x2f9,0x2ae)],'credentialMode':_0x5742ea[_0x4fb90e(_0x2eef63._0x2d812c,0x2c0,_0x2eef63._0x1340cd,_0x2eef63._0x1b4be0)],'command':_0x1dd689[_0x4fb90e(0x2c0,_0x2eef63._0x25ca2d,0x27a,0x2fb)]('\x20'),'error':_0x3d8b15[_0x306ffe(_0x2eef63._0x3b9b24,_0x2eef63._0x321c32,_0x2eef63._0x2a8a3e,0x423)]});const _0x343812={};return _0x343812[_0x306ffe(_0x2eef63._0x3d3280,0x409,0x3c7,0x3ff)+_0x4fb90e(0x2cb,0x292,_0x2eef63._0x208a0d,_0x2eef63._0x208a0d)]=_0x5c0951,_0x343812['args']=_0x1dd689,_0x343812[_0x306ffe(0x397,0x383,0x3b6,0x373)]=maxBuffer,_0x343812[_0x306ffe(0x391,_0x2eef63._0x2e7315,_0x2eef63._0x3faa1e,0x3d2)+_0x306ffe(_0x2eef63._0x41cfc9,0x347,0x37c,_0x2eef63._0x368144)]=_0x2bb15a,runLocalGitCommand(_0x343812);}return _0x898e2b['HLphY'](_0x2bb15a,_0x898e2b[_0x306ffe(_0x2eef63._0x2d9a7a,0x3c7,0x3a9,_0x2eef63._0x485d94)],[..._0x29b0fd['commandPre'+_0x306ffe(0x34a,_0x2eef63._0x38a41c,_0x2eef63._0x30acce,0x365)],..._0x1dd689],{'cwd':_0x5c0951,'env':_0x29b0fd['env'],'maxBuffer':maxBuffer});}const _0x16d18f={};function _0x4fb90e(_0x3156a6,_0x19e771,_0x40750a,_0x284106){return _0x1522fa(_0x284106,_0x19e771-_0x49b477._0x177161,_0x19e771-0x37b,_0x284106-_0x49b477._0x5e49bc);}return _0x16d18f[_0x306ffe(_0x2eef63._0x29b42d,_0x2eef63._0x107e70,_0x2eef63._0x36c2b0,_0x2eef63._0x6b7ef9)+_0x306ffe(_0x2eef63._0x131557,0x330,_0x2eef63._0x368144,0x3a7)]=_0x5c0951,_0x16d18f[_0x306ffe(0x3bb,0x3f2,0x3a6,_0x2eef63._0x59e209)]=_0x1dd689,_0x16d18f['maxBuffer']=maxBuffer,_0x16d18f[_0x4fb90e(_0x2eef63._0x4d6c72,0x2b4,0x2b8,_0x2eef63._0x218576)+_0x306ffe(0x38e,_0x2eef63._0x579cf5,_0x2eef63._0x579cf5,_0x2eef63._0x2c7eb9)]=_0x2bb15a,_0x898e2b[_0x4fb90e(0x305,0x318,0x2fc,_0x2eef63._0x504b4c)](runLocalGitCommand,_0x16d18f);}