@profoundlogic/coderflow-server 0.2.3 → 0.2.4

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 (139) hide show
  1. package/dist/base-image/agent-wrapper.sh +4 -2
  2. package/dist/coder-server.js +1 -1
  3. package/dist/config.js +1 -1
  4. package/dist/lib/agent-keepalive.js +1 -1
  5. package/dist/lib/api-keys.js +1 -1
  6. package/dist/lib/apiKeys.js +1 -1
  7. package/dist/lib/app-server-ports.js +1 -1
  8. package/dist/lib/auto-judge.js +1 -1
  9. package/dist/lib/basic-auth.js +1 -1
  10. package/dist/lib/build-history.js +1 -1
  11. package/dist/lib/build-output-service.js +1 -1
  12. package/dist/lib/build-scheduler.js +1 -1
  13. package/dist/lib/build-service.js +1 -1
  14. package/dist/lib/ca-certificates.js +1 -1
  15. package/dist/lib/claude-oauth-refresh.js +1 -1
  16. package/dist/lib/cli/build.js +1 -1
  17. package/dist/lib/cli/config-command.js +1 -1
  18. package/dist/lib/cli/config.js +1 -1
  19. package/dist/lib/cli/create-user.js +1 -1
  20. package/dist/lib/cli/init.js +1 -1
  21. package/dist/lib/cli/jira.js +1 -1
  22. package/dist/lib/cli/license.js +1 -1
  23. package/dist/lib/cli/server-manager.js +1 -1
  24. package/dist/lib/container-tokens.js +1 -1
  25. package/dist/lib/data-dir.js +1 -1
  26. package/dist/lib/deployment-history.js +1 -1
  27. package/dist/lib/deployment-service.js +1 -1
  28. package/dist/lib/docker-utils.js +1 -1
  29. package/dist/lib/email.js +1 -1
  30. package/dist/lib/emailTemplates.js +1 -1
  31. package/dist/lib/entitlement.js +1 -1
  32. package/dist/lib/fetch-utils.js +1 -1
  33. package/dist/lib/git-provider-service.js +1 -1
  34. package/dist/lib/git-provider-setup/github-setup-handler.js +1 -1
  35. package/dist/lib/git-provider-setup/index.js +1 -1
  36. package/dist/lib/git-provider-setup/setup-factory.js +1 -1
  37. package/dist/lib/git-provider-setup/setup-interface.js +1 -1
  38. package/dist/lib/git-providers/azure-devops-provider.js +1 -1
  39. package/dist/lib/git-providers/github-app-provider.js +1 -1
  40. package/dist/lib/git-providers/index.js +1 -1
  41. package/dist/lib/git-providers/provider-factory.js +1 -1
  42. package/dist/lib/git-providers/provider-interface.js +1 -1
  43. package/dist/lib/github-urls.js +1 -1
  44. package/dist/lib/jira-client.js +1 -1
  45. package/dist/lib/logger.js +1 -1
  46. package/dist/lib/model-fetcher.js +1 -1
  47. package/dist/lib/notifications.js +1 -1
  48. package/dist/lib/oidc-auth.js +1 -1
  49. package/dist/lib/oidc-device-flow.js +1 -1
  50. package/dist/lib/passwordTokens.js +1 -1
  51. package/dist/lib/pin-cascade.js +1 -1
  52. package/dist/lib/provider-accounts.js +1 -1
  53. package/dist/lib/provider-oauth.js +1 -1
  54. package/dist/lib/provider-profile.js +1 -1
  55. package/dist/lib/provider-token-refresh.js +1 -1
  56. package/dist/lib/request-url.js +1 -1
  57. package/dist/lib/rewind.js +1 -1
  58. package/dist/lib/roles.js +1 -1
  59. package/dist/lib/secrets.js +1 -1
  60. package/dist/lib/setup-repo-git-auth.js +1 -0
  61. package/dist/lib/state-capture.js +1 -1
  62. package/dist/lib/static-files.js +1 -1
  63. package/dist/lib/task-name-generator.js +1 -1
  64. package/dist/lib/user-git-oauth.js +1 -1
  65. package/dist/lib/user-git-tokens.js +1 -1
  66. package/dist/lib/users.js +1 -1
  67. package/dist/middleware/requireAuth.js +1 -1
  68. package/dist/middleware/requireInit.js +1 -1
  69. package/dist/middleware/requirePermission.js +1 -1
  70. package/dist/package.json +1 -1
  71. package/dist/routes/apiKeys.js +1 -1
  72. package/dist/routes/auth-oidc.js +1 -1
  73. package/dist/routes/auth.js +1 -1
  74. package/dist/routes/build.js +1 -1
  75. package/dist/routes/containers.js +1 -1
  76. package/dist/routes/deploy-task.js +1 -1
  77. package/dist/routes/environment-management.js +1 -1
  78. package/dist/routes/environments.js +1 -1
  79. package/dist/routes/external-skills.js +1 -1
  80. package/dist/routes/git-credentials.js +1 -1
  81. package/dist/routes/git-oauth.js +1 -1
  82. package/dist/routes/git-provider-setup.js +1 -1
  83. package/dist/routes/health.js +1 -1
  84. package/dist/routes/jira.js +1 -1
  85. package/dist/routes/objective-management.js +1 -1
  86. package/dist/routes/password.js +1 -1
  87. package/dist/routes/prompt.js +1 -1
  88. package/dist/routes/provider-auth.js +1 -1
  89. package/dist/routes/qa.js +1 -1
  90. package/dist/routes/settings.js +1 -1
  91. package/dist/routes/skill-management.js +1 -1
  92. package/dist/routes/skills.js +1 -1
  93. package/dist/routes/tasks.js +1 -1
  94. package/dist/routes/templates.js +1 -1
  95. package/dist/routes/test-task.js +1 -1
  96. package/dist/routes/test.js +1 -1
  97. package/dist/routes/users.js +1 -1
  98. package/dist/routes/visualizations.js +1 -1
  99. package/dist/scripts/create-user.js +1 -1
  100. package/dist/start.js +1 -1
  101. package/dist/web-ui/public/activity-detail-modal.js +1 -1
  102. package/dist/web-ui/public/activity-feed.js +1 -1
  103. package/dist/web-ui/public/activity-formatters.js +1 -1
  104. package/dist/web-ui/public/agent-event-parser.js +1 -1
  105. package/dist/web-ui/public/app.js +1 -1
  106. package/dist/web-ui/public/approve-dialog.js +1 -1
  107. package/dist/web-ui/public/comments-widget.js +1 -1
  108. package/dist/web-ui/public/diff-utils.js +1 -1
  109. package/dist/web-ui/public/environments.css +23 -0
  110. package/dist/web-ui/public/environments.html +3 -2
  111. package/dist/web-ui/public/environments.js +1 -1
  112. package/dist/web-ui/public/feedback-widget.js +1 -1
  113. package/dist/web-ui/public/git-history.html +1 -1
  114. package/dist/web-ui/public/git-history.js +1 -1
  115. package/dist/web-ui/public/git-status.js +1 -1
  116. package/dist/web-ui/public/index.html +38 -2
  117. package/dist/web-ui/public/index.js +1 -1
  118. package/dist/web-ui/public/login.js +1 -1
  119. package/dist/web-ui/public/markdown-editor.js +1 -1
  120. package/dist/web-ui/public/markdown-file-editor.js +1 -1
  121. package/dist/web-ui/public/modal-maximize.js +1 -1
  122. package/dist/web-ui/public/notifications.js +1 -1
  123. package/dist/web-ui/public/server-health.js +1 -1
  124. package/dist/web-ui/public/settings.css +92 -0
  125. package/dist/web-ui/public/settings.html +31 -2
  126. package/dist/web-ui/public/settings.js +1 -1
  127. package/dist/web-ui/public/setup-password.js +1 -1
  128. package/dist/web-ui/public/skills.css +23 -0
  129. package/dist/web-ui/public/skills.html +3 -2
  130. package/dist/web-ui/public/skills.js +1 -1
  131. package/dist/web-ui/public/sse-client.js +1 -1
  132. package/dist/web-ui/public/sse-shared-worker.js +1 -1
  133. package/dist/web-ui/public/styles.css +373 -7
  134. package/dist/web-ui/public/task.js +1 -1
  135. package/dist/web-ui/public/terminal.js +1 -1
  136. package/dist/web-ui/public/theme.js +1 -1
  137. package/dist/web-ui/public/users.js +1 -1
  138. package/dist/web-ui/public/variant-grouping.js +1 -1
  139. package/package.json +1 -1
package/dist/lib/roles.js CHANGED
@@ -1 +1 @@
1
- (function(_0x4892b3,_0x4b2772){const _0x18e10e={_0x5db57b:0xfb,_0x53d67f:0xd4,_0x3e5521:0x11d,_0x1e1055:0xb1,_0x5606a4:0x319,_0x4166c6:0x330,_0x391c8a:0x30e,_0x1aa444:0x14a,_0x4c30cd:0x147,_0x154902:0x168,_0x46d935:0x14b,_0x2dfb23:0x13b,_0x26746c:0x167,_0x5dbd32:0x39f,_0x522b7b:0x329,_0x3cd30c:0x389,_0x528497:0x349,_0x386db6:0x131,_0x32a446:0x100,_0x18a3c2:0xe6,_0x111fd8:0x357,_0x5d9316:0x38d,_0xbab0f1:0x37c,_0x263a81:0x35d,_0xad619a:0x33a},_0x3690a9={_0x19c1ba:0x162},_0x58b6d3=_0x4892b3();function _0x9c1b4c(_0xec2589,_0x835171,_0x269ac7,_0x4c52c8){return _0x2eba(_0xec2589- -0xc8,_0x4c52c8);}function _0x37d4bd(_0xf01c4c,_0x1e372c,_0x3d0550,_0x20ad58){return _0x2eba(_0x20ad58-_0x3690a9._0x19c1ba,_0x1e372c);}while(!![]){try{const _0x1e3270=-parseInt(_0x9c1b4c(_0x18e10e._0x5db57b,_0x18e10e._0x53d67f,_0x18e10e._0x3e5521,_0x18e10e._0x1e1055))/(-0x8be*-0x3+0x2b*-0x2b+-0x2*0x980)*(parseInt(_0x37d4bd(_0x18e10e._0x5606a4,_0x18e10e._0x4166c6,0x355,0x362))/(-0x1336+0xb*-0x1cd+0x2707))+parseInt(_0x37d4bd(_0x18e10e._0x391c8a,0x3a0,0x36e,0x353))/(-0x25d*-0x1+0x1720+-0x197a*0x1)+-parseInt(_0x9c1b4c(_0x18e10e._0x1aa444,0x188,_0x18e10e._0x4c30cd,_0x18e10e._0x154902))/(-0x251*0xe+-0x1b2f*-0x1+0x543*0x1)+-parseInt(_0x9c1b4c(_0x18e10e._0x46d935,_0x18e10e._0x2dfb23,_0x18e10e._0x26746c,0x198))/(0x929+0x1760+-0x2084)*(-parseInt(_0x37d4bd(_0x18e10e._0x5dbd32,_0x18e10e._0x522b7b,_0x18e10e._0x3cd30c,_0x18e10e._0x528497))/(-0x957*0x1+-0x1*-0x1d75+0x283*-0x8))+parseInt(_0x9c1b4c(0x12c,_0x18e10e._0x386db6,0x16a,0x167))/(0x4b*-0x10+0x1*0x117f+-0xcc8)*(-parseInt(_0x9c1b4c(0xcf,_0x18e10e._0x32a446,0x7f,_0x18e10e._0x18a3c2))/(-0x62+0x2*-0x815+0x1094))+-parseInt(_0x37d4bd(_0x18e10e._0x111fd8,0x3c5,0x36b,_0x18e10e._0x5d9316))/(-0x447+-0x1e17+-0x1*-0x2267)+parseInt(_0x37d4bd(0x385,_0x18e10e._0xbab0f1,_0x18e10e._0x263a81,_0x18e10e._0xad619a))/(0x1008+0x1*-0x101+-0xefd);if(_0x1e3270===_0x4b2772)break;else _0x58b6d3['push'](_0x58b6d3['shift']());}catch(_0xc76384){_0x58b6d3['push'](_0x58b6d3['shift']());}}}(_0x35d5,-0x113011+0x17*-0xa5bc+0x29afac));const _0x3fe3c4={};_0x3fe3c4[_0x5eed6b(0x4a,0x68,0x96,0x5c)+'te']=_0x4c12c4(0x479,0x499,0x475,0x4a1)+_0x5eed6b(0x1f,-0x14,0x69,0x5e),_0x3fe3c4[_0x4c12c4(0x4e2,0x4d0,0x4e4,0x501)+_0x4c12c4(0x523,0x515,0x4e2,0x4ee)]=_0x4c12c4(0x4dc,0x471,0x442,0x495)+_0x4c12c4(0x4b2,0x442,0x497,0x490),_0x3fe3c4[_0x5eed6b(-0x2e,-0x1a,-0x19,0x1d)+_0x5eed6b(0xf,-0x7,0x4,-0x1)]=_0x4c12c4(0x4fd,0x4f6,0x555,0x518)+_0x5eed6b(0x60,0xac,0xa8,0x42),_0x3fe3c4[_0x4c12c4(0x435,0x4c7,0x485,0x487)+'_all']=_0x5eed6b(0x35,0x4a,0x8b,0x73)+'sers\x27\x20task'+'s',_0x3fe3c4[_0x4c12c4(0x53b,0x569,0x509,0x526)+_0x5eed6b(-0x17,0x2f,0x15,-0x6)]='Delete\x20own'+'\x20tasks',_0x3fe3c4['tasks:dele'+_0x4c12c4(0x4b1,0x524,0x516,0x4d6)]=_0x4c12c4(0x4c8,0x47d,0x4fc,0x4cf)+_0x5eed6b(0x65,0x32,0x61,0xbc)+'sks';function _0x4c12c4(_0x42061f,_0x27bf88,_0x4f6a60,_0x385ca1){const _0x25e57c={_0x46f11d:0x2f8};return _0x2eba(_0x385ca1-_0x25e57c._0x46f11d,_0x27bf88);}_0x3fe3c4[_0x4c12c4(0x504,0x4e6,0x4e5,0x519)+'e']=_0x4c12c4(0x46c,0x4f4,0x4fd,0x4b3)+_0x5eed6b(-0x11,0xe,-0x6,-0x38)+_0x4c12c4(0x4ac,0x4d9,0x4a1,0x4d4),_0x3fe3c4[_0x5eed6b(-0x27,-0x50,-0x75,0x0)+'gn']=_0x5eed6b(-0xb,-0x52,-0x3f,-0x26)+'ks\x20to\x20othe'+_0x4c12c4(0x4e8,0x50c,0x4fa,0x4da),_0x3fe3c4[_0x4c12c4(0x4aa,0x492,0x4fd,0x4ac)+_0x4c12c4(0x495,0x4e0,0x4fd,0x4de)]='View\x20envir'+'onments\x20li'+'st',_0x3fe3c4[_0x4c12c4(0x48e,0x4e4,0x47d,0x4ac)+_0x4c12c4(0x509,0x4d2,0x476,0x4bc)+_0x4c12c4(0x541,0x511,0x4c0,0x512)]=_0x5eed6b(0x32,0x1,0x63,0x68)+_0x5eed6b(0x4e,0x7d,0x89,0x19)+'ails',_0x3fe3c4['environmen'+_0x5eed6b(-0x3,-0x53,0x1c,-0x17)]=_0x5eed6b(0x8,0x35,-0x14,0x46)+'t/delete\x20e'+_0x4c12c4(0x4ca,0x4e6,0x50f,0x506)+'s',_0x3fe3c4[_0x5eed6b(-0x9,-0x12,-0x18,-0x35)+_0x5eed6b(0x3f,0x25,-0x2,0x69)]='Trigger\x20en'+_0x5eed6b(0x3e,0x1c,0x36,-0x11)+_0x4c12c4(0x464,0x4db,0x4d6,0x49f),_0x3fe3c4['environmen'+_0x5eed6b(-0x1,0x9,0x41,0x28)]=_0x5eed6b(0x18,0x1f,0x57,0xf)+_0x4c12c4(0x525,0x51d,0x4ad,0x4f0)+_0x4c12c4(0x500,0x4db,0x4da,0x4fa)+'erfile,\x20se'+_0x5eed6b(0x2d,0x4a,0x6e,-0x15)+'c.)',_0x3fe3c4['environmen'+'ts:git']=_0x5eed6b(0x22,-0x11,0x35,0x70)+'t\x20operatio'+_0x4c12c4(0x4c1,0x512,0x4ca,0x509)+_0x4c12c4(0x51a,0x524,0x567,0x52a),_0x3fe3c4[_0x5eed6b(-0x9,-0x4a,0x1e,-0x1f)+'ts:secrets']=_0x5eed6b(0x18,-0x28,-0x3b,0x18)+_0x5eed6b(0x61,0x72,0x83,0x15)+'ecrets',_0x3fe3c4['environmen'+_0x5eed6b(0x5a,0x5e,0x34,0x45)+_0x5eed6b(0x67,0x66,0x2b,0x1f)]=_0x4c12c4(0x489,0x4af,0x4bf,0x4a3)+_0x5eed6b(-0x21,-0x1b,-0x4,-0xe)+'nstruction'+_0x4c12c4(0x4ef,0x503,0x4c0,0x50c)+_0x5eed6b(0x40,0x45,0x95,0x28)+_0x4c12c4(0x517,0x4fa,0x54e,0x515),_0x3fe3c4[_0x5eed6b(-0x9,0x1e,-0x35,-0x28)+_0x4c12c4(0x462,0x4e6,0x499,0x4a5)+'es']=_0x5eed6b(-0x12,-0x5a,-0x36,-0x2a)+_0x5eed6b(0x19,0x59,0x5b,-0x24)+_0x5eed6b(0x2b,0x23,0x64,-0x5)+_0x4c12c4(0x50e,0x579,0x56e,0x52e),_0x3fe3c4[_0x4c12c4(0x4a2,0x48e,0x4e2,0x498)+':manage']=_0x4c12c4(0x4b0,0x517,0x4c0,0x4cb)+_0x4c12c4(0x4cf,0x509,0x523,0x4cc)+_0x5eed6b(0x14,0x62,0x69,0xe)+_0x5eed6b(0x41,-0xf,0x35,0x5e),_0x3fe3c4[_0x4c12c4(0x509,0x4d5,0x51a,0x4e6)]=_0x4c12c4(0x4d5,0x4aa,0x473,0x4bf)+'list',_0x3fe3c4[_0x4c12c4(0x517,0x4ba,0x4f2,0x4dd)+'te']=_0x5eed6b(-0x14,-0x20,0x3d,-0x8)+_0x5eed6b(-0x22,-0x3f,0xb,-0x23),_0x3fe3c4['users:edit']=_0x4c12c4(0x4da,0x501,0x50f,0x4b8)+'details',_0x3fe3c4[_0x5eed6b(0x59,0x4e,0x2f,0x47)+'te']=_0x4c12c4(0x4f8,0x477,0x49e,0x4a8)+'rs',_0x3fe3c4['users:assi'+_0x5eed6b(0x7c,0xc5,0x68,0x91)]=_0x5eed6b(0x76,0x91,0x8e,0x47)+_0x5eed6b(0x3c,-0x9,0x3b,0x18)+'s',_0x3fe3c4[_0x5eed6b(-0x19,-0x18,-0x19,0x30)+_0x5eed6b(0x38,0x4a,0x88,-0x1d)+_0x4c12c4(0x4dc,0x4dd,0x4fa,0x4f2)]='Assign\x20cus'+_0x5eed6b(-0x1a,-0x3e,-0xe,-0x41)+'sions\x20to\x20u'+_0x5eed6b(-0x1e,-0x61,-0x43,0x1c),_0x3fe3c4['settings:v'+'iew']=_0x4c12c4(0x496,0x443,0x436,0x488)+_0x4c12c4(0x4da,0x4c7,0x4f8,0x4ca),_0x3fe3c4[_0x4c12c4(0x526,0x50d,0x51f,0x500)+'anage']='Modify\x20sys'+_0x5eed6b(0x10,0x11,-0x16,-0x33)+'gs',_0x3fe3c4[_0x4c12c4(0x508,0x554,0x4cc,0x511)+_0x4c12c4(0x51a,0x4c1,0x492,0x4d3)]=_0x4c12c4(0x4b9,0x552,0x4d4,0x4fb)+_0x4c12c4(0x4d7,0x4db,0x509,0x4c6)+_0x4c12c4(0x4cb,0x534,0x552,0x521),_0x3fe3c4[_0x4c12c4(0x4e4,0x4cd,0x4b7,0x4b0)+'rovider-au'+'th']=_0x4c12c4(0x4e8,0x468,0x475,0x4a9)+'vider\x20OAut'+_0x4c12c4(0x4a8,0x4c0,0x47b,0x4a6)+'cation',_0x3fe3c4['settings:g'+_0x5eed6b(0x42,0x97,0x45,0x28)+'rs']='Manage\x20git'+'\x20provider\x20'+_0x4c12c4(0x4ca,0x472,0x49f,0x48a)+'ion',_0x3fe3c4[_0x5eed6b(0x4,0x6,0x2c,-0x5)+'lth']=_0x4c12c4(0x464,0x4e9,0x4a4,0x4af)+_0x5eed6b(0x20,0x62,-0x2a,0x16)+_0x5eed6b(0xc,-0x3d,0x2d,0x13),_0x3fe3c4['server:log'+'s']=_0x5eed6b(-0x6,-0x3,-0x44,-0x7)+'r\x20logs',_0x3fe3c4['deployment'+_0x4c12c4(0x4a0,0x4e9,0x495,0x4e3)]='View\x20deplo'+'yment\x20hist'+_0x5eed6b(0x44,0x2e,0x8e,0x58)+'atus',_0x3fe3c4[_0x4c12c4(0x4c4,0x534,0x4e1,0x514)+_0x5eed6b(-0x1b,0x9,-0x44,-0x11)]=_0x5eed6b(-0x1c,-0x6b,-0x63,-0xd)+_0x4c12c4(0x4c9,0x551,0x500,0x510)+_0x5eed6b(0xe,-0x17,-0x33,0x4e),_0x3fe3c4[_0x5eed6b(0x7b,0x35,0x87,0xa0)+_0x4c12c4(0x4de,0x4cc,0x47f,0x4ad)]='Manage\x20own'+_0x4c12c4(0x460,0x43d,0x48d,0x48d),_0x3fe3c4[_0x4c12c4(0x49f,0x50b,0x493,0x4d2)+'w']=_0x5eed6b(0x73,0x77,0x3d,0xca)+_0x4c12c4(0x51a,0x498,0x541,0x4eb),_0x3fe3c4[_0x4c12c4(0x48e,0x4cc,0x4a0,0x4c7)+_0x4c12c4(0x4f4,0x4db,0x4cc,0x4e5)]=_0x5eed6b(-0x14,-0x18,-0x38,-0x65)+'\x20skills',_0x3fe3c4['skills:edi'+'t']=_0x4c12c4(0x47c,0x4eb,0x4cb,0x4ae)+'ing\x20skills',_0x3fe3c4[_0x5eed6b(0xb,0x1c,0x2,-0x1a)+_0x5eed6b(0x77,0x3d,0xc0,0xc4)]='Delete\x20ski'+_0x4c12c4(0x485,0x4ab,0x491,0x4b1),_0x3fe3c4[_0x4c12c4(0x559,0x53c,0x4e9,0x502)+_0x5eed6b(0x1c,0x73,0x6b,0x70)]=_0x5eed6b(0x9,0x1d,-0x22,0x60)+'s\x20manageme'+_0x4c12c4(0x4e7,0x4e9,0x52d,0x505)+_0x4c12c4(0x541,0x4f6,0x499,0x4ef)+_0x4c12c4(0x499,0x4ba,0x48f,0x4a2),_0x3fe3c4[_0x5eed6b(0x2,-0x4d,-0x2c,0xb)+_0x4c12c4(0x4e8,0x50e,0x533,0x520)]='Edit\x20envir'+_0x5eed6b(-0x15,0x23,-0x3a,-0x4f)+_0x5eed6b(0x13,0x5,0x62,0x49)+_0x5eed6b(0x5,0x33,0x2,-0x8)+_0x4c12c4(0x4d6,0x4cb,0x53b,0x522);export const PERMISSIONS=_0x3fe3c4;const _0x4f7f61={};_0x4f7f61[_0x5eed6b(-0x30,-0xb,0x1b,0x0)]=_0x4c12c4(0x517,0x52e,0x528,0x4e8)+_0x5eed6b(0xd,0x1,0x31,0x43),_0x4f7f61[_0x4c12c4(0x552,0x51b,0x579,0x525)+'n']=_0x4c12c4(0x53d,0x51f,0x4cb,0x508)+'m\x20access\x20w'+_0x5eed6b(-0x1f,0x26,-0x53,-0x5d)+'rmissions',_0x4f7f61['level']=0x64;const _0x265e63={};function _0x2eba(_0x257844,_0x4721d2){_0x257844=_0x257844-(-0x1*-0x18a7+0x3*0xd6+-0x199c);const _0x1a286c=_0x35d5();let _0x4c17f1=_0x1a286c[_0x257844];if(_0x2eba['noCjIU']===undefined){var _0x123ea2=function(_0x55b7f){const _0x27dae5='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x188b67='',_0x15b7f2='';for(let _0x5082e9=-0x5c*0x26+-0x1e0c+-0x15da*-0x2,_0x2f3747,_0x1f860a,_0x1eebab=-0x10f9+-0x2073*-0x1+-0xf7a;_0x1f860a=_0x55b7f['charAt'](_0x1eebab++);~_0x1f860a&&(_0x2f3747=_0x5082e9%(0x2124+0x17*-0x116+0x12a*-0x7)?_0x2f3747*(0xb45+-0x217*-0xd+-0x2630)+_0x1f860a:_0x1f860a,_0x5082e9++%(-0x1f*0x56+0x71*-0x1d+0x139*0x13))?_0x188b67+=String['fromCharCode'](-0x5f5*-0x1+0x1710+0xe03*-0x2&_0x2f3747>>(-(-0x1*-0xbbf+0x2*0xe5d+-0x3*0xd7d)*_0x5082e9&-0xecc+0x545*-0x6+0x1738*0x2)):-0x1*-0x78d+0xb*-0x7+-0x740){_0x1f860a=_0x27dae5['indexOf'](_0x1f860a);}for(let _0x1677be=0x2429+-0x1d*0xca+-0xd47*0x1,_0x121090=_0x188b67['length'];_0x1677be<_0x121090;_0x1677be++){_0x15b7f2+='%'+('00'+_0x188b67['charCodeAt'](_0x1677be)['toString'](-0x1fd*-0x10+0x53f+0x549*-0x7))['slice'](-(-0x1d*-0x97+-0x1226+0x10d));}return decodeURIComponent(_0x15b7f2);};_0x2eba['XGdtuo']=_0x123ea2,_0x2eba['SuQCQq']={},_0x2eba['noCjIU']=!![];}const _0x324bb3=_0x1a286c[0x2*-0x12d3+0xe70+0x1*0x1736],_0x1d8a68=_0x257844+_0x324bb3,_0x25fc9b=_0x2eba['SuQCQq'][_0x1d8a68];return!_0x25fc9b?(_0x4c17f1=_0x2eba['XGdtuo'](_0x4c17f1),_0x2eba['SuQCQq'][_0x1d8a68]=_0x4c17f1):_0x4c17f1=_0x25fc9b,_0x4c17f1;}_0x265e63[_0x4c12c4(0x4d4,0x42f,0x48e,0x485)]=_0x4c12c4(0x4b5,0x437,0x493,0x48b),_0x265e63['descriptio'+'n']=_0x5eed6b(0x27,0x63,-0x27,-0x1a)+_0x4c12c4(0x4c6,0x480,0x4bb,0x489)+_0x4c12c4(0x51c,0x518,0x4cb,0x504)+'ight\x20capab'+_0x5eed6b(0x78,0x65,0x4b,0x83),_0x265e63[_0x5eed6b(0x52,0x6b,0x64,0xa6)]=0x4b;const _0x5b5668={};_0x5b5668['name']='Developer',_0x5b5668['descriptio'+'n']=_0x4c12c4(0x4e0,0x527,0x50c,0x4d9)+'\x20execute\x20t'+'asks,\x20view'+'\x20environme'+'nts',_0x5b5668[_0x4c12c4(0x503,0x556,0x4f8,0x507)]=0x32;const _0x5dce8a={};_0x5dce8a[_0x4c12c4(0x465,0x45d,0x4a4,0x485)]=_0x4c12c4(0x4e5,0x4f0,0x546,0x4fe),_0x5dce8a[_0x5eed6b(0x70,0x99,0x79,0x52)+'n']='Read-only\x20'+'access\x20to\x20'+'own\x20tasks\x20'+_0x5eed6b(0x7d,0xb7,0xb1,0x51)+_0x5eed6b(-0x29,-0x52,-0x19,-0x5a),_0x5dce8a['level']=0x19;const _0x4abfbf={};_0x4abfbf[_0x5eed6b(-0x18,0xe,0x2c,-0x47)]=_0x4f7f61,_0x4abfbf[_0x4c12c4(0x4b0,0x51f,0x4c4,0x4e1)]=_0x265e63,_0x4abfbf['developer']=_0x5b5668,_0x4abfbf['viewer']=_0x5dce8a;export const ROLES=_0x4abfbf;export const VALID_ROLES=Object['keys'](ROLES);export const DEFAULT_ROLE=_0x4c12c4(0x48c,0x47c,0x43f,0x491);const _0x4c6298={};_0x4c6298[_0x5eed6b(-0x18,-0x4b,-0x2b,-0x26)]=['*'],_0x4c6298['manager']=[_0x5eed6b(0x4a,0x8f,0x46,0x17)+'te',_0x4c12c4(0x4c7,0x4c4,0x543,0x501)+_0x5eed6b(0x39,0x2c,0x42,-0xb),_0x4c12c4(0x492,0x4c8,0x430,0x487)+'_own',_0x5eed6b(-0x2e,-0x20,-0x82,0x13)+_0x4c12c4(0x56d,0x51f,0x529,0x517),_0x5eed6b(0x71,0x65,0x1a,0x42)+_0x5eed6b(-0x17,0x2c,-0x2a,-0x3c),_0x4c12c4(0x563,0x55f,0x4d6,0x526)+_0x5eed6b(0x21,-0x1b,0x58,0x59),_0x4c12c4(0x559,0x570,0x539,0x519)+'e','tasks:assi'+'gn','environmen'+_0x5eed6b(0x29,0x1e,0x2e,0x31),'environmen'+_0x5eed6b(0x7,0x2c,-0x1a,0x5c)+_0x5eed6b(0x5d,0x76,0x66,0x9d),_0x5eed6b(0x31,0x3d,0x2a,0x60),_0x4c12c4(0x4c2,0x4f2,0x4c7,0x4dd)+'te','users:edit',_0x5eed6b(0x4,0x29,0x1f,0x31)+'lth',_0x4c12c4(0x54c,0x500,0x563,0x514)+'s:view',_0x4c12c4(0x509,0x538,0x4c6,0x514)+_0x4c12c4(0x4e7,0x458,0x4c8,0x49a),_0x5eed6b(0x1d,0x8,0x13,0x1e)+'w',_0x4c12c4(0x57b,0x54d,0x570,0x530)+_0x5eed6b(-0x8,0x4f,-0xb,-0xc)],_0x4c6298[_0x4c12c4(0x479,0x4a1,0x495,0x491)]=[_0x5eed6b(0x4a,-0xc,0x13,0x58)+'te',_0x5eed6b(0x4c,0x92,0x76,0x14)+'ute',_0x4c12c4(0x47b,0x469,0x499,0x487)+_0x5eed6b(0xf,0x4e,-0x2e,0x49),_0x4c12c4(0x50d,0x50e,0x517,0x526)+_0x4c12c4(0x4f0,0x4d6,0x4a1,0x49e),_0x5eed6b(-0x9,-0x53,-0xb,0x41)+_0x5eed6b(0x29,0xb,0x5a,0x11),'environmen'+'ts:view_de'+_0x5eed6b(0x5d,0x7f,0x7,0x4e),_0x5eed6b(0x5f,0x33,0x1d,0x4e)+'s:view',_0x5eed6b(0x5f,0x56,0x27,0xab)+_0x5eed6b(-0x1b,-0x68,-0x37,-0x4),'skills:vie'+'w',_0x4c12c4(0x526,0x4f4,0x50d,0x530)+_0x4c12c4(0x49c,0x473,0x482,0x4ad)],_0x4c6298[_0x5eed6b(0x47,0x6b,0x3c,0x36)]=['tasks:view'+'_own','environmen'+_0x5eed6b(0x29,0x71,0x7b,-0x13),_0x5eed6b(-0x9,0x34,0x1,0x31)+_0x5eed6b(0x7,-0x46,0x30,-0x33)+'tails',_0x4c12c4(0x559,0x4f8,0x4ee,0x514)+'s:view',_0x5eed6b(0x1d,0x72,-0xc,0x19)+'w',_0x5eed6b(0x7b,0x30,0xb8,0x2c)+_0x5eed6b(-0x8,-0x39,0x47,0x23)];export const ROLE_PERMISSIONS=_0x4c6298;export function getRolePermissions(_0x5e2175){return ROLE_PERMISSIONS[_0x5e2175]||[];}export function getUserPermissions(_0x5c73ca){const _0x34fa12={_0x34fcad:0x184,_0x270095:0x621,_0x1ba2ea:0x5f4},_0x4e022f={_0x3a987b:0x109},_0x17478c={_0x5cf30c:0x120,_0x4fb924:0x19c},_0x29f74f={'IgxFL':function(_0xe8ef24,_0x1ceec0){return _0xe8ef24(_0x1ceec0);}};if(!_0x5c73ca)return[];const _0x536386=_0x29f74f[_0x226e05(0x14a,0x14f,0x15e,_0x34fa12._0x34fcad)](getRolePermissions,_0x5c73ca['role']);function _0x226e05(_0x4110de,_0x20974e,_0x393fa8,_0xa73c31){return _0x5eed6b(_0x20974e-_0x17478c._0x5cf30c,_0xa73c31,_0x393fa8-_0x17478c._0x4fb924,_0xa73c31-0x125);}function _0x1b6a1d(_0x53e347,_0xa643d1,_0x432f62,_0x329e74){return _0x5eed6b(_0xa643d1-0x58b,_0x432f62,_0x432f62-0x1a9,_0x329e74-_0x4e022f._0x3a987b);}const _0x581e4f=_0x5c73ca[_0x1b6a1d(_0x34fa12._0x270095,_0x34fa12._0x1ba2ea,0x62b,0x60c)+'s']||[];return[...new Set([..._0x536386,..._0x581e4f])];}export function hasPermissionInSet(_0x15d050,_0x368033){const _0x3afbc2={_0x549640:0xa9,_0x8efde3:0x116,_0x474c4e:0x8b,_0x4750c0:0x72,_0x48b44c:0xae,_0x37d64a:0xf5,_0x88e4a9:0xf6},_0x25e460={_0x512b19:0x28e,_0x1b7191:0x97},_0x3984c1={_0x15c31f:0xa2},_0x4b7826={};_0x4b7826[_0x1df99e(-0x9e,-_0x3afbc2._0x549640,-0xc0,-_0x3afbc2._0x8efde3)]=function(_0x37baf8,_0x1547a7){return _0x37baf8||_0x1547a7;};function _0x1df99e(_0x5b73df,_0x26350b,_0xce2e2,_0x4e0486){return _0x5eed6b(_0xce2e2- -0x118,_0x4e0486,_0xce2e2-0xec,_0x4e0486-_0x3984c1._0x15c31f);}const _0x427c48=_0x4b7826;if(_0x427c48['tAGXH'](!_0x15d050,!_0x368033))return![];function _0x15ed72(_0x225bd9,_0x37d3bb,_0x5c2ac3,_0x3c3091){return _0x5eed6b(_0x3c3091-_0x25e460._0x512b19,_0x37d3bb,_0x5c2ac3-0xbe,_0x3c3091-_0x25e460._0x1b7191);}if(_0x15d050[_0x1df99e(-_0x3afbc2._0x474c4e,-_0x3afbc2._0x4750c0,-_0x3afbc2._0x48b44c,-0xed)]('*'))return!![];if(_0x15d050[_0x15ed72(0x2fa,0x2bc,0x2d6,0x2f8)](_0x368033))return!![];const [_0x5e92cd]=_0x368033[_0x1df99e(-_0x3afbc2._0x37d64a,-_0x3afbc2._0x88e4a9,-0xa6,-0xe1)](':');if(_0x15d050['includes'](_0x5e92cd+':*'))return!![];return![];}export function userHasPermission(_0x359214,_0x402584){const _0x2ee82a={'MqaAQ':function(_0x31658b,_0x540457){return _0x31658b(_0x540457);},'PgzgN':function(_0x5151fc,_0x178220,_0x5d215f){return _0x5151fc(_0x178220,_0x5d215f);}},_0x216c5a=_0x2ee82a['MqaAQ'](getUserPermissions,_0x359214);return _0x2ee82a['PgzgN'](hasPermissionInSet,_0x216c5a,_0x402584);}export function userHasAllPermissions(_0x5f571e,_0x5b5a10){const _0x32c9f1={_0x1c19ac:0x106,_0xdbef60:0x149},_0x1a08f5={_0x1a825a:0x30,_0x1e6bb0:0x417};function _0x218cc0(_0x375409,_0x4d587b,_0x4330d5,_0x3d66d2){return _0x4c12c4(_0x375409-_0x1a08f5._0x1a825a,_0x3d66d2,_0x4330d5-0x150,_0x4d587b- -_0x1a08f5._0x1e6bb0);}return _0x5b5a10[_0x218cc0(0xc6,_0x32c9f1._0x1c19ac,_0x32c9f1._0xdbef60,0x121)](_0x27f7e0=>userHasPermission(_0x5f571e,_0x27f7e0));}export function userHasAnyPermission(_0xf9262,_0x5a3974){const _0xbd463={_0x505dc7:0x354,_0xa591db:0x31a},_0xa256b1={_0x5b0fe0:0x328,_0x55d6f6:0xd,_0x5545be:0xf9};function _0x32e800(_0xc987b4,_0x5bc882,_0x48d0db,_0x5c7fdc){return _0x5eed6b(_0x48d0db-_0xa256b1._0x5b0fe0,_0x5bc882,_0x48d0db-_0xa256b1._0x55d6f6,_0x5c7fdc-_0xa256b1._0x5545be);}return _0x5a3974[_0x32e800(_0xbd463._0x505dc7,0x2e7,_0xbd463._0xa591db,0x332)](_0x11c676=>userHasPermission(_0xf9262,_0x11c676));}export function isValidRole(_0x1e5acd){return VALID_ROLES['includes'](_0x1e5acd);}export function isValidPermission(_0x5ee031){const _0x1ec4bd={_0x485a22:0x288,_0x8dd061:0x2de,_0x154f2a:0x28d,_0xb9986a:0x27c,_0x5afaf8:0x25e,_0x4a63f8:0x1e4,_0x429d42:0x204,_0x4870e9:0x1cc},_0x3abb07={_0x237707:0x227},_0x1eedfc={_0x5990dc:0x1a3},_0x59860a={};function _0x2cb1e0(_0xbe4254,_0x38c56f,_0x3b19ea,_0x5bdfec){return _0x5eed6b(_0x3b19ea-0x30b,_0x38c56f,_0x3b19ea-0x166,_0x5bdfec-_0x1eedfc._0x5990dc);}_0x59860a[_0x6749b9(0x28d,_0x1ec4bd._0x485a22,0x298,_0x1ec4bd._0x8dd061)]=function(_0x14d5a7,_0x4b43cc){return _0x14d5a7===_0x4b43cc;};const _0x3a42f9=_0x59860a;function _0x6749b9(_0x220422,_0x4d9f76,_0x2857ac,_0x4303ba){return _0x5eed6b(_0x220422-_0x3abb07._0x237707,_0x4303ba,_0x2857ac-0x15d,_0x4303ba-0x103);}if(_0x3a42f9[_0x6749b9(_0x1ec4bd._0x154f2a,0x236,0x253,0x2b6)](_0x5ee031,'*'))return!![];if(_0x5ee031[_0x6749b9(0x285,_0x1ec4bd._0xb9986a,0x2d5,_0x1ec4bd._0x5afaf8)](':*')){const _0x29cee6=_0x5ee031[_0x6749b9(0x1f8,0x20b,0x23e,_0x1ec4bd._0x4a63f8)](':*','');return Object[_0x6749b9(_0x1ec4bd._0x429d42,0x1b0,_0x1ec4bd._0x4870e9,0x22c)](PERMISSIONS)['some'](_0x2ecb8e=>_0x2ecb8e[_0x6749b9(0x24d,0x22c,0x23d,0x26c)](_0x29cee6+':'));}return _0x5ee031 in PERMISSIONS;}function _0x35d5(){const _0x4c9816=['AxjVBM1LBNqGzG','zxmGDg8GDxnLCG','Aw9UCW','DMLYB25Tzw50ia','Dhm6yNvPBgq','BwqPigzYB20GDa','DgfZA3m','AxqTChjVDMLKzq','mKjwquvRDG','B3j5igfUzcbZDa','AwXLCYaOrg9JAW','twfUywDLiefqsq','DMLLD2vY','CM9Szq','vMLLD2vY','DgfZA3m6y3jLyq','C2v0DgLUz3m6Bq','DgfZA3m6zxHLyW','C2TPBgXZoM1HBG','B25Tzw50igrLDa','DgfZAYbVDMvYCW','BNqGkgnYzwf0zq','BNzPCM9UBwvUDa','Bgv2zwW','rNvSBcbZExn0zq','BNmGB24Gzw52Aq','ndy0odq5mM1hv0TOrG','mJi1nJvevMz5rfm','CYaOquDftLrtlG','DefhweG','DxnLCNm6zgvSzq','Dhm6Aw5ZDhj1yW','CgXVEw1LBNqGCa','C2v0DgLUz3m6yq','DgfPBhm','zw5KC1DPDgG','zgvWBg95BwvUDa','yxnRCW','AxjVBM1LBNqGCW','x2fSBa','vMLLDYbVD24GDa','DgfZA3m6ANvKzW','ihvZzxiNCYb0yq','sxHfD3m','DgLVBNm','zxzLCNK','CgvYBwLZC2LVBG','Aw5JBhvKzxm','AY1LzgL0','AwD1CMf0Aw9U','DgHPBIb0yxnRCW','ode0otm1nNLwsKTMEG','BgvUz3rO','zgvZy3jPChrPBW','DgfZA3m6zgvSzq','C3bSAxq','vMLLDYbZA2LSBa','vw5RBM93BG','CM9UBwvUDhm','qxnZAwDUihjVBa','zxrL','AwXPDgLLCW','CM9TihrHC2TZ','q0nwsLi','yxbPA2v5CZPTyq','z25FCM9Szxm','yw5KigvUDMLYBW','BMfTzq','CMvWBgfJzq','DgfZA3m6DMLLDW','vMLLDYbZExn0zq','zw1LBNqGyw5Kia','y29UzMLNDxjHDa','twfUywDLCG','BM1LBNrZ','iefqssbRzxLZ','DgfZA3m6yxnZAq','otyZnZG1nMvZvxjHrG','BIb0yxnRCW','zgv2zwXVCgvY','A2v5CW','ihvZzxjZ','AxjVBM1LBNqGAq','rxHLy3v0zs9YDq','AxrOigfSBcbWzq','C2vYCW','B2jQzwn0AxzLCW','rxHLy3v0zsbKzq','CZPLEgvJDxrL','Dg9TihbLCM1PCW','DxnLCNm6yxnZAq','ywrTAw4','DgvFB3DU','yNvPBgrZ','B25Tzw50lwfZCW','q3jLyxrLig5LDW','Bgv0zsK','vxbKyxrLigvUDG','B3zLl3jLAMvJDa','Dhm6DgvTCgXHDa','AcbHDxrOzw50Aq','C29Tzq','rgvSzxrLihvZzq','twfUywDLihbYBW','qxnZAwDUihrHCW','tNHNDve','zw52AxjVBM1LBG','BMfNzv9VD24','rwrPDcbLEgLZDa','vMLLDYbZzxj2zq','C2v0DgLUz3m6Ca','BgXZ','Dhm6BwfUywDL','sNvKz2uVyxbWCG','Dhm6zMLSzxm','q0Hls2W','wuXIuue','C2TPBgXZoNrHCW','rwrPDcb1C2vYia','C2vYDMvYoMHLyq','BhmGzNjVBsb3Aq','mZqXmti5sfzmCxDg','Dhm6DMLLD19Kzq','q3jLyxrLl2vKAq','rNvSBcbZA2LSBa','vMLLDYb1C2vYia','C2TPBgXZoMrLBa','BMqGC3rHDhvZ','Dg9Y','CM9MAwXLCW','x293BG','DgvTihnLDhrPBG','igTLExmGy29UzG','C2TPBgXZoMnYzq','AwDUzwqGC2TPBa','B20GD2L0AgLUia','BsbZzxr0Aw5NCW','twfUywDLig9IAG','zwn0AxzLCYbMCG','twfUywDLigvUDG','AxjVBM1LBNqGDa','rgvSzxrLigfUEq','mZGZmdq3nJbrt3L2z0u','ywDL','C2TPBgXZoNzPzq','CgLRzxLZ','ihrHC2TZ','CIbOzwfSDgGGyq','DgvFyw55','ugvYzM9YBsbNAq','zMLSDgvY','q3jLyxrLigfUza','CIb1C2vYCW','C3rHCNrZv2L0Aa','vxnLCIbTyw5HzW','DxnLCNm6y3jLyq','Dhm6DMLLDW','mJGYD1zoB0zW','zw1WBgf0zxmGzG','BwfUywDLCG','DhvWlNnOlcbLDa','CZP2Awv3','swD4rKW','yxrL','DxnLCNm6DMLLDW','vMLLDYbLBNzPCG','qwrTAw5PC3rYyq','nJaXnZa0s3vMCvrl','vMLLDYbHBgWGDq','CYbJyxrHBg9N','n2nLshf2uG','z25FCgvYBwLZCW','DxrL','lcbLzgL0lcbKzq'];_0x35d5=function(){return _0x4c9816;};return _0x35d5();}export function getAssignablePermissions(_0x34526c){const _0x1c5ca6={_0x1e3741:0x4f,_0x544746:0xee,_0x23b202:0xa,_0x977e4b:0x25,_0x418495:0x9,_0x281ff8:0x56,_0x4dfeda:0xa3,_0x3fb4bb:0x60,_0x5dca5c:0xa3,_0x54b787:0xd},_0x16aeaa={_0x3fa9c5:0x56},_0xdbf409={};function _0x2c134c(_0x19e81c,_0x15f6c6,_0x5469c8,_0x5d465d){return _0x5eed6b(_0x15f6c6- -0x80,_0x19e81c,_0x5469c8-0xb8,_0x5d465d-0x1ef);}function _0x59d048(_0x2ceffa,_0x3e04bb,_0x557328,_0x3f6900){return _0x5eed6b(_0x557328- -_0x16aeaa._0x3fa9c5,_0x2ceffa,_0x557328-0x156,_0x3f6900-0x23);}_0xdbf409[_0x2c134c(-0x3e,-0x6,-0x37,-0xa)]=function(_0x150ee0,_0x5dd22c){return _0x150ee0===_0x5dd22c;},_0xdbf409['CHKKl']=_0x2c134c(-_0x1c5ca6._0x1e3741,-0x98,-_0x1c5ca6._0x544746,-0x4d);const _0x8ef9cf=_0xdbf409;if(_0x8ef9cf[_0x59d048(0x79,_0x1c5ca6._0x23b202,0x24,-_0x1c5ca6._0x977e4b)](_0x34526c,_0x8ef9cf[_0x59d048(-_0x1c5ca6._0x418495,-0x1a,-_0x1c5ca6._0x281ff8,-0x41)]))return Object[_0x2c134c(-0xd6,-_0x1c5ca6._0x4dfeda,-_0x1c5ca6._0x3fb4bb,-0xf9)](PERMISSIONS);const _0x2c9f6e=getRolePermissions(_0x34526c);return Object[_0x2c134c(-0xea,-_0x1c5ca6._0x5dca5c,-0xa9,-0x94)](PERMISSIONS)[_0x59d048(-_0x1c5ca6._0x54b787,0x1d,-0x33,-0x1b)](_0x4ef09f=>hasPermissionInSet(_0x2c9f6e,_0x4ef09f));}function _0x5eed6b(_0x84992d,_0xe65648,_0xe77143,_0x5519ea){const _0x272278={_0x4f3041:0x1bd};return _0x2eba(_0x84992d- -_0x272278._0x4f3041,_0xe65648);}export function getAssignableRoles(_0x357a7c){const _0x3e7ff9={_0x1c5649:0x29c,_0x2f7e30:0x2ba,_0x48c4d2:0x188,_0xde3282:0x1d5,_0x5ed671:0x185},_0x2b3414={_0x298273:0x350},_0x5aa350={_0x58c9e1:0x26,_0x911c39:0x1c3};function _0xa53392(_0x4c44f4,_0x1bf10b,_0x34ff3e,_0x5a7939){return _0x5eed6b(_0x4c44f4-0x24a,_0x5a7939,_0x34ff3e-_0x5aa350._0x58c9e1,_0x5a7939-_0x5aa350._0x911c39);}const _0x11ba9d=ROLES[_0x357a7c]?.[_0xa53392(_0x3e7ff9._0x1c5649,0x29d,0x279,_0x3e7ff9._0x2f7e30)]||0x238+0x23c6+-0x25fe;function _0x1a27d2(_0x5e02ee,_0x3bbaa4,_0x512c14,_0x30dd28){return _0x4c12c4(_0x5e02ee-0xf9,_0x30dd28,_0x512c14-0x6,_0x5e02ee- -_0x2b3414._0x298273);}return VALID_ROLES[_0x1a27d2(_0x3e7ff9._0x48c4d2,_0x3e7ff9._0xde3282,0x168,_0x3e7ff9._0x5ed671)](_0x21bba6=>ROLES[_0x21bba6][_0x1a27d2(0x1b7,0x1eb,0x161,0x1c1)]<=_0x11ba9d);}export function compareRoles(_0x356363,_0x2b2c78){const _0x5b88fd={_0x2d0519:0x15d,_0x430197:0x16c,_0x2f43ad:0x148,_0x101fd0:0x16f},_0x152660=ROLES[_0x356363]?.[_0x1eedef(_0x5b88fd._0x2d0519,_0x5b88fd._0x430197,_0x5b88fd._0x2f43ad,_0x5b88fd._0x101fd0)]||0x2466+-0x19d6*0x1+-0xa90,_0x7adbd9=ROLES[_0x2b2c78]?.['level']||0x2b*-0xca+-0xbf5+0x2de3;function _0x1eedef(_0xeec550,_0x2d9829,_0x4900f2,_0x25a5e3){return _0x4c12c4(_0xeec550-0x58,_0x4900f2,_0x4900f2-0x1ac,_0x25a5e3- -0x398);}return _0x152660-_0x7adbd9;}export function roleAtLeast(_0xea06f1,_0x9bbea9){const _0x4bacc5={_0x5f310a:0x119,_0x1ae4ca:0x10e,_0x4c4ab4:0xda,_0x2d60fd:0x18c,_0x39d950:0x151},_0x52be20={_0x194d39:0x10d},_0x2939e1={_0x1b1f58:0x1bd,_0x3f2c6c:0x351},_0x5788e6={};_0x5788e6[_0x19d440(_0x4bacc5._0x5f310a,_0x4bacc5._0x1ae4ca,0x144,_0x4bacc5._0x4c4ab4)]=function(_0x20fe0a,_0x193646){return _0x20fe0a>=_0x193646;};function _0x2e21c3(_0x3d06ae,_0x37e9d5,_0x4e2fe1,_0x5273f8){return _0x4c12c4(_0x3d06ae-0x144,_0x37e9d5,_0x4e2fe1-_0x2939e1._0x1b1f58,_0x4e2fe1- -_0x2939e1._0x3f2c6c);}const _0x5b24d6=_0x5788e6;function _0x19d440(_0x133836,_0x1d97b9,_0x247a1e,_0x3a2f77){return _0x5eed6b(_0x1d97b9-_0x52be20._0x194d39,_0x3a2f77,_0x247a1e-0x36,_0x3a2f77-0x64);}return _0x5b24d6[_0x2e21c3(0x1a2,_0x4bacc5._0x2d60fd,0x165,_0x4bacc5._0x39d950)](compareRoles(_0xea06f1,_0x9bbea9),0x1d42+-0x1*-0x959+0x269b*-0x1);}export function getUserAccessSummary(_0x1ee8e1){const _0x1df4cb={_0x20ad86:0xf1,_0x1a6d6d:0x142,_0xe84e19:0x160,_0x108a2d:0x18a,_0x45dcca:0x16b,_0x549181:0x172,_0x44f039:0x131,_0x3c3bf3:0x137,_0x1fdc9f:0x1df,_0x15fa5f:0x13b,_0x4f21b8:0x183,_0x24d816:0xfb,_0x3c3d7b:0x116,_0x510836:0x12b,_0x146c53:0x123,_0x59aaef:0xbc,_0x2c57c2:0x95,_0x591422:0xea,_0x3d8be7:0xeb,_0x395d50:0xb9,_0x20261b:0x14b,_0x2c3d9e:0x13d},_0x4173ab={_0x7d8b01:0xce,_0x9c0b7f:0x18b},_0x3f631a={_0x761570:0x15a,_0x572c71:0x1b7,_0x1f8881:0x1ad},_0x394c8e={'NxguQ':_0xf6b94e(_0x1df4cb._0x20ad86,0x119,0x170,_0x1df4cb._0x1a6d6d),'MnSgb':function(_0x2c6bcb,_0x2a3aca){return _0x2c6bcb(_0x2a3aca);}};function _0x219210(_0x447710,_0xd860e3,_0x56b13c,_0x532686){return _0x5eed6b(_0x56b13c- -_0x3f631a._0x761570,_0x447710,_0x56b13c-_0x3f631a._0x572c71,_0x532686-_0x3f631a._0x1f8881);}if(!_0x1ee8e1)return null;const _0x1e56a6={};function _0xf6b94e(_0x6115d5,_0x193f44,_0x3f1e74,_0x538639){return _0x5eed6b(_0x538639-_0x4173ab._0x7d8b01,_0x6115d5,_0x3f1e74-_0x4173ab._0x9c0b7f,_0x538639-0xf6);}_0x1e56a6[_0x219210(-0x1a5,-_0x1df4cb._0xe84e19,-_0x1df4cb._0x108a2d,-0x156)]=_0x394c8e[_0x219210(-0x1a0,-0x191,-0x164,-0x1b5)],_0x1e56a6[_0xf6b94e(_0x1df4cb._0x45dcca,0x17a,_0x1df4cb._0x549181,0x13e)+'n']='';const _0x5e809f=ROLES[_0x1ee8e1['role']]||_0x1e56a6,_0x31673b=_0x394c8e['MnSgb'](getUserPermissions,_0x1ee8e1),_0x1a0d08=(_0x1ee8e1[_0xf6b94e(0x123,0x13f,_0x1df4cb._0x44f039,_0x1df4cb._0x3c3bf3)+'s']||[])['length'];return{'role':_0x1ee8e1[_0xf6b94e(0x151,0x115,0x102,0x116)],'roleName':_0x5e809f[_0x219210(-_0x1df4cb._0x1fdc9f,-_0x1df4cb._0x15fa5f,-0x18a,-_0x1df4cb._0x4f21b8)],'roleDescription':_0x5e809f[_0xf6b94e(_0x1df4cb._0x24d816,0x178,_0x1df4cb._0x3c3d7b,0x13e)+'n'],'totalPermissions':_0x31673b[_0x219210(-_0x1df4cb._0x510836,-_0x1df4cb._0x146c53,-0xf0,-0xfb)]('*')?Object[_0xf6b94e(_0x1df4cb._0x59aaef,_0x1df4cb._0x2c57c2,_0x1df4cb._0x591422,0xab)](PERMISSIONS)[_0x219210(-0xc8,-0xc8,-_0x1df4cb._0x3d8be7,-_0x1df4cb._0x395d50)]:_0x31673b[_0xf6b94e(0x14a,0x14c,_0x1df4cb._0x20261b,_0x1df4cb._0x2c3d9e)],'customPermissions':_0x1a0d08,'hasFullAccess':_0x31673b['includes']('*')};}
1
+ (function(_0x4c13a6,_0x272ace){const _0x374d78={_0x2781e1:0x365,_0x4ec113:0x1ae,_0x4d78b1:0x175,_0x58491f:0x164,_0x48e953:0x141,_0x6f8a3d:0x19a,_0x144934:0x170,_0x6c0e7b:0x185,_0x18415c:0x137,_0x4abd1f:0x37a,_0x1b004a:0x370,_0x3e7d2c:0x179,_0x46be4e:0x161},_0x55f9ad={_0x103ad3:0x15d};function _0x58c4f9(_0x3819f6,_0x4f959a,_0x50ae21,_0x2ed376){return _0x5af2(_0x3819f6-_0x55f9ad._0x103ad3,_0x50ae21);}function _0x32484f(_0x101243,_0x4407d0,_0x3be330,_0x3b0d04){return _0x5af2(_0x4407d0- -0xa9,_0x3b0d04);}const _0x59c25d=_0x4c13a6();while(!![]){try{const _0x760d9f=parseInt(_0x58c4f9(_0x374d78._0x2781e1,0x39f,0x385,0x349))/(-0x76d*-0x4+-0xd81+-0x1032)+-parseInt(_0x32484f(_0x374d78._0x4ec113,_0x374d78._0x4d78b1,0x19b,0x11c))/(-0xc88+-0x1efe*-0x1+0x93a*-0x2)+parseInt(_0x32484f(0x181,_0x374d78._0x58491f,_0x374d78._0x48e953,0x174))/(-0x1150*0x1+-0x18d7+0x2a2a)+parseInt(_0x32484f(0x19c,0x154,_0x374d78._0x6f8a3d,0x121))/(0x26bb+-0x3e5+-0x22d2)+parseInt(_0x32484f(0x1b3,0x18e,0x1b2,0x13c))/(0x5b*-0x5+-0x3*0x4dd+0x1063)+parseInt(_0x32484f(_0x374d78._0x144934,_0x374d78._0x6c0e7b,0x1c7,_0x374d78._0x18415c))/(0xbc4+0x516*0x1+-0xc*0x167)+parseInt(_0x58c4f9(0x3be,_0x374d78._0x4abd1f,_0x374d78._0x1b004a,0x37e))/(-0x21b3+-0x16c8+-0x1*-0x3882)*(-parseInt(_0x32484f(_0x374d78._0x3e7d2c,_0x374d78._0x46be4e,0x135,0x14f))/(0x128c+0x3*0x36d+-0x1ccb));if(_0x760d9f===_0x272ace)break;else _0x59c25d['push'](_0x59c25d['shift']());}catch(_0xc4d063){_0x59c25d['push'](_0x59c25d['shift']());}}}(_0x478a,-0x12b7b+-0xd03b8+-0x17769*-0x10));const _0xcd0e3d={};_0xcd0e3d[_0x5a1cff(0x61,0x7f,0xf,0x95)+'te']=_0x3835bb(-0x14c,-0x13c,-0x128,-0x138)+_0x5a1cff(0xa5,0x50,0xc7,0xb9),_0xcd0e3d[_0x3835bb(-0xeb,-0xfe,-0xa6,-0xa2)+'ute']=_0x3835bb(-0x138,-0x149,-0x160,-0x14f)+_0x5a1cff(0x58,0x77,0xaa,0x45),_0xcd0e3d[_0x3835bb(-0xdd,-0x94,-0xd0,-0x102)+_0x5a1cff(0x82,0x64,0xa0,0x3a)]=_0x5a1cff(0x39,0x64,0x61,0x46)+_0x5a1cff(0x59,0xaf,0x20,0x21),_0xcd0e3d[_0x3835bb(-0xdd,-0x11b,-0xbd,-0xc6)+_0x5a1cff(0xb8,0xd4,0x117,0xbf)]=_0x5a1cff(0x4b,0x19,0x6e,0x63)+_0x3835bb(-0xea,-0xe8,-0x12a,-0x10f)+'s',_0xcd0e3d[_0x5a1cff(0x8d,0x92,0xb4,0xa9)+_0x3835bb(-0x12f,-0x113,-0xf1,-0x13f)]='Delete\x20own'+_0x3835bb(-0xd4,-0x130,-0xfa,-0x75),_0xcd0e3d[_0x3835bb(-0xec,-0xa4,-0x94,-0x13f)+_0x3835bb(-0xc9,-0x109,-0x85,-0x127)]=_0x5a1cff(0x6c,0x29,0x8a,0x34)+_0x5a1cff(0x2f,-0x24,0x0,0x21)+_0x5a1cff(0x7c,0xaa,0xac,0x5c),_0xcd0e3d[_0x3835bb(-0xb4,-0x84,-0xd7,-0xee)+'e']=_0x5a1cff(0x47,0x8f,0x79,0x7b)+'ove/reject'+_0x5a1cff(0xa5,0x8f,0xba,0x71),_0xcd0e3d[_0x3835bb(-0xd0,-0x98,-0xec,-0x98)+'gn']=_0x5a1cff(0xb1,0xfd,0x94,0xa5)+_0x3835bb(-0xf6,-0x101,-0x10c,-0xc8)+'r\x20users',_0xcd0e3d['environmen'+_0x5a1cff(0xae,0x63,0x66,0x5d)]=_0x3835bb(-0x122,-0x132,-0x13e,-0xdd)+_0x3835bb(-0x129,-0xe7,-0xdd,-0x17a)+'st',_0xcd0e3d['environmen'+'ts:view_de'+_0x5a1cff(0xca,0x11c,0x95,0xe3)]=_0x5a1cff(0x57,0x41,0x4f,0x87)+_0x3835bb(-0x128,-0x10f,-0x158,-0xdf)+_0x3835bb(-0xc3,-0x10c,-0x85,-0x75),_0xcd0e3d[_0x3835bb(-0x142,-0x11f,-0xea,-0x19a)+'ts:manage']=_0x5a1cff(0xb2,0x55,0xf9,0x10e)+_0x3835bb(-0xaa,-0xde,-0x57,-0x92)+_0x3835bb(-0x116,-0xf4,-0x144,-0x105)+'s',_0xcd0e3d[_0x5a1cff(0x37,0x1,0x8b,0x4a)+'ts:build']=_0x3835bb(-0x12b,-0x149,-0x12f,-0x13a)+_0x5a1cff(0x4d,0x63,0x2d,0x10)+_0x5a1cff(0x89,0x8d,0x71,0xd4),_0xcd0e3d['environmen'+_0x3835bb(-0x106,-0x101,-0x13e,-0x145)]=_0x5a1cff(0x9d,0xeb,0x6e,0xaa)+_0x5a1cff(0x24,0x2b,0x68,0xc)+_0x3835bb(-0xa1,-0x77,-0x4d,-0xc0)+_0x3835bb(-0xce,-0xa1,-0xed,-0x98)+'tup.sh,\x20et'+_0x3835bb(-0xe0,-0xd0,-0x11c,-0x91),_0xcd0e3d['environmen'+_0x5a1cff(0x27,0x38,0x44,-0x1)]=_0x5a1cff(0x34,-0xd,0x39,0x30)+_0x5a1cff(0x3d,0x3c,0x53,0x4b)+'ns\x20on\x20envi'+_0x3835bb(-0xa2,-0x97,-0xaf,-0xad),_0xcd0e3d['environmen'+_0x3835bb(-0x158,-0x124,-0x1a9,-0x18d)]=_0x3835bb(-0xdc,-0xb7,-0xd9,-0xb4)+'ironment\x20s'+_0x5a1cff(0x98,0x44,0xb2,0x9c),_0xcd0e3d[_0x3835bb(-0x142,-0x11e,-0x11e,-0x161)+_0x3835bb(-0xc6,-0xcc,-0xac,-0xdf)+_0x5a1cff(0x29,0x6a,0x6f,0x77)]='Update\x20env'+'ironment\x20i'+_0x3835bb(-0xbc,-0xb5,-0x110,-0xc1)+_0x5a1cff(0xaf,0xfd,0xd8,0xca)+'md)\x20from\x20t'+_0x3835bb(-0x120,-0x141,-0xd4,-0xec),_0xcd0e3d[_0x3835bb(-0x142,-0x159,-0x188,-0xee)+_0x3835bb(-0xd2,-0xc9,-0xf8,-0x7f)+'es']=_0x3835bb(-0x131,-0x17b,-0x10d,-0x10f)+_0x5a1cff(0x84,0x44,0xa2,0x73)+'emplates\x20f'+'rom\x20tasks',_0xcd0e3d[_0x5a1cff(0x74,0xab,0x3d,0xb3)+_0x3835bb(-0x119,-0x15d,-0xfa,-0x13e)]='Manage\x20obj'+_0x5a1cff(0xd1,0xc1,0xd8,0xe3)+_0x3835bb(-0x12d,-0x12e,-0x13c,-0x150)+_0x3835bb(-0x135,-0x10c,-0x181,-0x174),_0xcd0e3d[_0x5a1cff(0x5e,0x5d,0x37,0xb6)]=_0x3835bb(-0xe9,-0x124,-0x112,-0xa9)+'list',_0xcd0e3d[_0x3835bb(-0x148,-0x12a,-0x152,-0x140)+'te']=_0x5a1cff(0x2d,0xd,-0x24,0x58)+_0x5a1cff(0xc9,0xcf,0x10e,0xca),_0xcd0e3d[_0x3835bb(-0xd3,-0xdf,-0x77,-0x109)]=_0x3835bb(-0xe4,-0xcf,-0xb5,-0xa2)+_0x3835bb(-0xe2,-0x11e,-0x134,-0xb8),_0xcd0e3d[_0x5a1cff(0x5c,0x4c,0x7d,0x3d)+'te']=_0x5a1cff(0x81,0xa8,0x85,0x56)+'rs',_0xcd0e3d[_0x5a1cff(0xad,0xc4,0xaf,0x10c)+_0x5a1cff(0x53,0x3f,0x91,0x83)]=_0x3835bb(-0x13a,-0x18c,-0xdb,-0x134)+_0x5a1cff(0xd5,0xa4,0xb1,0xe4)+'s',_0xcd0e3d[_0x3835bb(-0xcc,-0xfc,-0x93,-0x83)+_0x3835bb(-0xe5,-0xd6,-0x13d,-0xad)+'ions']=_0x5a1cff(0x54,0x98,0x9c,0xa6)+_0x3835bb(-0xb2,-0xef,-0x108,-0xde)+_0x3835bb(-0x134,-0x102,-0x157,-0x180)+_0x3835bb(-0x14b,-0xf7,-0x197,-0xf6),_0xcd0e3d[_0x5a1cff(0x5d,0x97,0x8b,0x43)+'iew']=_0x3835bb(-0x11f,-0x129,-0x11b,-0x16f)+'m\x20settings',_0xcd0e3d[_0x5a1cff(0xbf,0x104,0xe5,0xa3)+'anage']=_0x5a1cff(0x49,0x1b,0x26,0x66)+'tem\x20settin'+'gs',_0xcd0e3d[_0x3835bb(-0xf4,-0xe8,-0x139,-0xdc)+_0x5a1cff(0xcc,0xc9,0xf3,0xf3)]=_0x3835bb(-0xef,-0x147,-0xba,-0x116)+'\x20keys\x20conf'+_0x5a1cff(0x3b,0x45,0x43,0x10),_0xcd0e3d[_0x5a1cff(0xba,0x11a,0xdc,0xec)+_0x3835bb(-0x10e,-0x117,-0xdb,-0xe6)+'th']=_0x3835bb(-0x11e,-0x162,-0x101,-0x162)+_0x3835bb(-0xdf,-0xe0,-0xc2,-0x9b)+_0x5a1cff(0x5f,0xbf,0x0,0x6b)+_0x5a1cff(0x20,0x76,0x9,0x47),_0xcd0e3d[_0x3835bb(-0x146,-0x12f,-0x10f,-0x116)+_0x3835bb(-0x147,-0x151,-0x107,-0x17a)+'rs']='Manage\x20git'+'\x20provider\x20'+_0x5a1cff(0x65,0x1c,0x27,0x5e)+_0x5a1cff(0x3c,0x68,0x97,0x95),_0xcd0e3d['server:hea'+_0x5a1cff(0x69,0xb8,0xb3,0xc6)]=_0x5a1cff(0xb7,0x7c,0x8c,0xb4)+_0x3835bb(-0xd1,-0xa4,-0x114,-0xb7)+_0x5a1cff(0xb4,0x9b,0x64,0xa2),_0xcd0e3d[_0x3835bb(-0x144,-0xee,-0x10b,-0xec)+'s']=_0x3835bb(-0xc2,-0xfa,-0xbb,-0xde)+_0x3835bb(-0x143,-0x193,-0x16b,-0x11d),_0xcd0e3d['deployment'+_0x3835bb(-0x149,-0xf8,-0x107,-0x170)]=_0x3835bb(-0xcf,-0x10d,-0x8c,-0x81)+_0x5a1cff(0x26,0xb,-0x1d,0x36)+_0x5a1cff(0x9e,0x6a,0x6f,0xcb)+_0x5a1cff(0x23,0x37,0x40,-0x26),_0xcd0e3d['deployment'+'s:execute']=_0x3835bb(-0x157,-0x14c,-0x14c,-0x150)+_0x3835bb(-0xf2,-0x117,-0x148,-0x14c)+_0x3835bb(-0xfb,-0x133,-0x9f,-0xfd),_0xcd0e3d[_0x5a1cff(0x38,0x37,0xd,0x23)+_0x5a1cff(0x96,0xa1,0x86,0xb2)]=_0x5a1cff(0xc0,0x62,0x11f,0xcf)+_0x5a1cff(0x92,0xa2,0xd2,0xf0),_0xcd0e3d[_0x3835bb(-0x107,-0x114,-0xa9,-0x127)+'w']='View\x20skill'+_0x3835bb(-0x112,-0x122,-0x150,-0xed),_0xcd0e3d[_0x3835bb(-0xb8,-0x90,-0x9c,-0xbe)+_0x5a1cff(0x79,0x22,0xd2,0xab)]=_0x3835bb(-0x14c,-0x17d,-0x105,-0x173)+_0x5a1cff(0xc3,0xc9,0xd2,0x9e),_0xcd0e3d['skills:edi'+'t']=_0x5a1cff(0xa2,0x86,0xd4,0xda)+'ing\x20skills',_0xcd0e3d[_0x5a1cff(0x3e,-0x8,0x70,-0x1b)+_0x5a1cff(0x64,0x1d,0x79,0x2e)]=_0x3835bb(-0xda,-0xdd,-0x116,-0x92)+'lls',_0xcd0e3d[_0x5a1cff(0xd3,0x132,0x107,0x126)+'age']=_0x3835bb(-0xfa,-0x101,-0xbf,-0xb7)+'s\x20manageme'+_0x5a1cff(0x86,0x79,0xe3,0x80)+_0x3835bb(-0x15b,-0x170,-0x1b4,-0x12b)+'lete)',_0xcd0e3d[_0x5a1cff(0xd9,0xe2,0x9a,0x111)+'k-edit']=_0x5a1cff(0xd6,0xe2,0x10c,0x7e)+_0x3835bb(-0xbb,-0x119,-0x82,-0x7f)+'igned\x20skil'+_0x5a1cff(0xa0,0x4b,0xbf,0x63)+'thin\x20tasks';export const PERMISSIONS=_0xcd0e3d;const _0xa1d8f9={};_0xa1d8f9[_0x3835bb(-0x133,-0x132,-0x17e,-0x127)]=_0x5a1cff(0x2c,0x57,0x3e,-0x1d)+_0x3835bb(-0xa7,-0xe4,-0x9c,-0x63),_0xa1d8f9['descriptio'+'n']=_0x5a1cff(0xdc,0x133,0xff,0xb5)+_0x5a1cff(0xb9,0xf3,0xd2,0xbb)+_0x3835bb(-0xf1,-0x10c,-0xa8,-0x91)+_0x5a1cff(0x2a,0x54,0x38,0x84),_0xa1d8f9['level']=0x64;const _0x2375ae={};_0x2375ae['name']=_0x3835bb(-0x137,-0xe5,-0x123,-0x151);function _0x5a1cff(_0x47c4dd,_0x58bccc,_0x53fa66,_0x12a4ef){return _0x5af2(_0x47c4dd- -0x193,_0x58bccc);}_0x2375ae[_0x3835bb(-0x111,-0x155,-0x100,-0x100)+'n']='User\x20manag'+_0x3835bb(-0xd6,-0xa3,-0x99,-0x109)+_0x5a1cff(0xda,0xbc,0x130,0x102)+_0x3835bb(-0x13f,-0x107,-0x183,-0x126)+_0x5a1cff(0x71,0xbd,0x6f,0x62),_0x2375ae[_0x5a1cff(0xd4,0x94,0x130,0x89)]=0x4b;const _0x502ffa={};_0x502ffa[_0x3835bb(-0x133,-0x191,-0x177,-0xfd)]=_0x3835bb(-0xb1,-0xce,-0x9a,-0xe8),_0x502ffa[_0x3835bb(-0x111,-0xee,-0x15d,-0xe2)+'n']=_0x3835bb(-0xbd,-0x101,-0xd3,-0xe7)+_0x5a1cff(0x4f,-0xc,0xaa,0x45)+'asks,\x20view'+_0x5a1cff(0x91,0x3d,0x57,0x9d)+_0x5a1cff(0xdb,0xd0,0xc1,0x88),_0x502ffa[_0x5a1cff(0xd4,0x92,0xd9,0x115)]=0x32;const _0x506c44={};_0x506c44[_0x3835bb(-0x133,-0x147,-0x10b,-0x12c)]='Viewer',_0x506c44[_0x3835bb(-0x111,-0x116,-0x111,-0x12d)+'n']='Read-only\x20'+_0x5a1cff(0x93,0xe3,0xcf,0xd6)+'own\x20tasks\x20'+_0x3835bb(-0xfe,-0xe0,-0x12e,-0xa6)+_0x3835bb(-0x127,-0x187,-0x113,-0xca),_0x506c44[_0x3835bb(-0xa5,-0x102,-0xc5,-0xb2)]=0x19;const _0x520714={};_0x520714[_0x5a1cff(0x1f,0x4a,0x4d,0x1f)]=_0xa1d8f9,_0x520714['manager']=_0x2375ae,_0x520714['developer']=_0x502ffa,_0x520714[_0x5a1cff(0x8c,0xc4,0xa2,0x98)]=_0x506c44;export const ROLES=_0x520714;export const VALID_ROLES=Object[_0x5a1cff(0xa1,0xa7,0x41,0x58)](ROLES);export const DEFAULT_ROLE=_0x3835bb(-0x10a,-0xcf,-0x162,-0x125);function _0x478a(){const _0x23cfbf=['Dg9Y','C2TPBgXZoM1HBG','Bgv2zwW','zxmGDg8GDxnLCG','rwrPDcbLBNzPCG','CM9UBwvUDhm','AwXLCYaOrg9JAW','C2TPBgXZoNrHCW','DgfZAYbVDMvYCW','BNrZ','rNvSBcbZExn0zq','lcbLzgL0lcbKzq','ywrTAw4','y2f0Aw9U','Dhm6C2vJCMv0CW','rxHLy3v0zsbKzq','yxr1CW','AxjVBM1LBNqGzG','vw5RBM93BG','Ew1LBNqGAgLZDa','Dhm6z2L0','Dhm6DMLLD19Kzq','DgLVBNm','CM1PC3nPB25Z','C2vYDMvYoMHLyq','qwrTAw5PC3rYyq','q3jLyxrLig5LDW','C2vYCW','ihvZzxiNCYb0yq','CZP2Awv3','DxnLCNm6y3jLyq','AxqTChjVDMLKzq','C2v0DgLUz3m6zW','ugvYzM9YBsbNAq','C2vYDMvYoMXVzW','CIbSB2DZ','zw52AxjVBM1LBG','yxbPA2v5CZPTyq','vMLLDYbVD24GDa','AwDODcbJyxbHyG','AwD1CMf0Aw9U','Aw9U','DcbVCgvYyxrPBW','C2TPBgXZoMrLBa','qxnZAwDUihjVBa','Aw5JBhvKzxm','rxHLy3v0zs9YDq','twfUywDLCG','CgvYBwLZC2LVBG','DgfZA3m','C2LVBNmGDg8GDq','BMfTzq','sNvKz2uVyxbWCG','vxbKyxrLigvUDG','tw9KAwz5ihn5CW','DgvFB3DU','vMLLDYbHBgWGDq','B20GD2L0AgLUia','DMLYB25Tzw50ia','vhjPz2DLCIbLBG','igv4zwn1DguGDa','B25Tzw50CYbSAq','B25Tzw50igrLDa','BM1LBNrZ','z25FCM9Szxm','qxnZAwDUign1CW','BwfUywDLCG','CMvWBgfJzq','vMLLDYbLBNzPCG','BIb0yxnRCW','yxnRCW','vMLLDYbZExn0zq','twfUywDLihbYBW','DxnLCNm6zgvSzq','C2v0DgLUz3m6DG','DxnLCNm6DMLLDW','AcbHDxrOzw50Aq','oM1HBMfNzq','DgfZA3m6y3jLyq','uhP0y08','BNzPCM9UBwvUDa','zxrL','y29UzMLNDxjHDa','ExPxruO','CYbJyxrHBg9N','zgvZy3jPChrPBW','BhrO','mJm4ndy2ng5WEuvQua','CM92AwrLCI1HDq','rgvSzxrLigfUEq','vgnRvgG','CxvQtLO','zgv2zwXVCgvY','C3rHCNrZv2L0Aa','AwXPDgLLCW','C2TPBgXZoNzPzq','Dhm6zMLSzxm','B2jQzwn0AxzLCW','mJq0ntyXz1rcBKj6','DMvXzM8','mtq0nZq0uKfLCuLm','BgvUz3rO','yxrL','nJG0ndCXBfLLzgzh','yw5KigvUDMLYBW','C2TZ','BLv5zfG','CM9MAwXLCW','rNvSBcbZA2LSBa','zxzLCNK','rgvSzxrLihvZzq','x293BG','A3mGDg8GB3rOzq','AxjVBM1LBNqGDa','C2v0DgLUz3m6yq','BNqGkgnYzwf0zq','CgXVEw1LBNqGCa','AxrOigfSBcbWzq','yNvPBgrZ','twfUywDLiefqsq','mtu5nZaXmNnWCM1evq','DMLLD2vY','DgfZA3m6zgvSzq','DgfZA3m6zxHLyW','C2vYCYCGDgfZAW','vMLLDYb1C2vYia','igvUDMLYB25Tzq','iefqssbRzxLZ','ywnJzxnZihrVia','z25FCgvYBwLZCW','rwrPDcb1C2vYia','BMfNzv9VD24','zgv0ywLSCW','zwnYzxrZ','yY4P','DMLKzxiGt0f1Da','ntKYmtm0me1XsNPftW','DgfZA3m6DMLLDW','twfUywDLigvUDG','B3j5igfUzcbZDa','rgvSzxrLihnRAq','BhmGzNjVBsb3Aq','A2v5CW','rwrPDcbLEgLZDa','zw1LBNqGyw5Kia','nJa3mJaYmgDcv1nNCa','ihrHC2TZ','DxnLCNm6zwrPDa','Dhm6DgvTCgXHDa','CIbOzwfSDgGGyq','DgfZA3m6yxnZAq','vMLLDYbKzxbSBW','zxjMAwXLlcbZzq','C3bSAxq','DxnLCNm6yxnZAq','Dhm6DMLLDW','CYaOquDftLrtlG','DgvFyw55','qxnZAwDUihrHCW','q3jLyxrLl2vKAq','Dhm6Aw5ZDhj1yW','BMqGC3rHDhvZ','CM9Szq','ywLSCW','vMLLDYbZzxj2zq','x2fSBa','BsbHy2nLC3mGDW','C2v0DgLUz3m6Ca','CZPLEgvJDxrL','q3jLyxrLigfUza','BNn0CNvJDgLVBG','B25Tzw50lwfZCW','C2v0DgLUz3m6Bq','twfUywDLig93BG','C2TPBgXZoMnYzq','zMLSDgvY','ihnRAwXSCW','C29Tzq','DgfZA3m6ANvKzW','CerSz2O','Dg9TihbLCM1PCW','rgv2zwXVCgvY','ihvZzxjZ','DgfPBhm','zgvWBg95BwvUDa','CgLRzxLZ','zw5KC1DPDgG','nZiXCvr3Exjf','Dc9KzwXLDguGzq','DxrL','zwn0AxzLCYbMCG'];_0x478a=function(){return _0x23cfbf;};return _0x478a();}function _0x5af2(_0x574cd3,_0x3bcbd9){_0x574cd3=_0x574cd3-(0x392+-0x17*-0x18d+0x216*-0x12);const _0x548840=_0x478a();let _0x16631f=_0x548840[_0x574cd3];if(_0x5af2['OOSzmK']===undefined){var _0x2042d4=function(_0x190c49){const _0x3231b6='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x7b7118='',_0x331518='';for(let _0x356bbc=-0x23*-0x6b+0x92*0x1+-0x1*0xf33,_0x42b9dc,_0x1a1f2a,_0x2a2f4=0x121b+0x40*0x45+0x235b*-0x1;_0x1a1f2a=_0x190c49['charAt'](_0x2a2f4++);~_0x1a1f2a&&(_0x42b9dc=_0x356bbc%(-0x29*0xc5+0x3*-0xa45+0x3e60)?_0x42b9dc*(-0x971+-0xbd8+-0x1589*-0x1)+_0x1a1f2a:_0x1a1f2a,_0x356bbc++%(0x12a6+0x13c*0xa+0xf7d*-0x2))?_0x7b7118+=String['fromCharCode'](0x43*0x45+0x1988+-0x2a98&_0x42b9dc>>(-(0xda3*-0x1+0x19d0+0x26f*-0x5)*_0x356bbc&-0x7c2+0x11*-0x30+0x1*0xaf8)):-0xfd0+-0x109b+0x2b*0xc1){_0x1a1f2a=_0x3231b6['indexOf'](_0x1a1f2a);}for(let _0x5b277f=0x1*0x829+-0x4*0x22c+0x87,_0x4d4132=_0x7b7118['length'];_0x5b277f<_0x4d4132;_0x5b277f++){_0x331518+='%'+('00'+_0x7b7118['charCodeAt'](_0x5b277f)['toString'](-0x221*0x9+-0x232f*-0x1+-0xff6))['slice'](-(0x37*-0xb3+-0x1a6a+0x40e1*0x1));}return decodeURIComponent(_0x331518);};_0x5af2['ekTONi']=_0x2042d4,_0x5af2['Hyoiev']={},_0x5af2['OOSzmK']=!![];}const _0x143dfb=_0x548840[0x666+-0x4*0x8fb+-0x1*-0x1d86],_0x5bfe66=_0x574cd3+_0x143dfb,_0x119224=_0x5af2['Hyoiev'][_0x5bfe66];return!_0x119224?(_0x16631f=_0x5af2['ekTONi'](_0x16631f),_0x5af2['Hyoiev'][_0x5bfe66]=_0x16631f):_0x16631f=_0x119224,_0x16631f;}const _0x2461a1={};_0x2461a1[_0x3835bb(-0x15a,-0x1a1,-0xfd,-0x19c)]=['*'],_0x2461a1[_0x5a1cff(0x55,0x6e,0x2e,0x2a)]=[_0x3835bb(-0x118,-0xf4,-0xd0,-0x11f)+'te',_0x3835bb(-0xeb,-0xb8,-0xaa,-0x132)+'ute',_0x5a1cff(0x9c,0xf6,0x81,0x95)+_0x3835bb(-0xf7,-0x125,-0x10b,-0x138),_0x3835bb(-0xdd,-0xae,-0x99,-0xc0)+'_all','tasks:dele'+_0x5a1cff(0x4a,0x7a,0x69,0x30),_0x5a1cff(0x8d,0xbc,0x53,0x3d)+_0x3835bb(-0xc9,-0x113,-0x8a,-0x100),_0x5a1cff(0xc5,0xa4,0x6b,0xbb)+'e','tasks:assi'+'gn',_0x3835bb(-0x142,-0x101,-0x12a,-0x15b)+_0x5a1cff(0xae,0xea,0x93,0x53),_0x5a1cff(0x37,0x27,0x3f,0x7)+_0x5a1cff(0x28,-0x7,-0x1,-0x15)+_0x5a1cff(0xca,0x112,0xe7,0x10c),'users:view','users:crea'+'te',_0x3835bb(-0xd3,-0xcf,-0xcd,-0xe0),_0x5a1cff(0x2b,0x5e,0x1b,0x46)+_0x3835bb(-0x110,-0xd3,-0x165,-0xc5),_0x5a1cff(0xcb,0x96,0x9a,0xe7)+_0x5a1cff(0x30,-0x1d,0x44,-0x1c),_0x3835bb(-0xae,-0xad,-0xdf,-0x99)+'s:execute',_0x5a1cff(0x72,0x57,0x78,0x15)+'w',_0x3835bb(-0x141,-0x142,-0x1a1,-0xf2)+_0x5a1cff(0x96,0x85,0x56,0x68)],_0x2461a1[_0x5a1cff(0x6f,0xb2,0x89,0xbc)]=['tasks:crea'+'te',_0x3835bb(-0xeb,-0x110,-0xda,-0x10b)+_0x3835bb(-0xa9,-0x90,-0x8a,-0xcf),_0x3835bb(-0xdd,-0x128,-0x94,-0xb8)+'_own',_0x5a1cff(0x8d,0xc6,0xa7,0xbb)+'te_own',_0x3835bb(-0x142,-0xfa,-0xe2,-0x164)+_0x3835bb(-0xcb,-0xc6,-0xc2,-0xee),'environmen'+_0x3835bb(-0x151,-0x12a,-0x17a,-0x104)+'tails',_0x5a1cff(0xcb,0xf9,0xf7,0xa5)+'s:view',_0x5a1cff(0xcb,0xeb,0xef,0x7f)+_0x3835bb(-0xbe,-0x10b,-0xf1,-0x11d),_0x5a1cff(0x72,0x13,0x92,0x71)+'w',_0x5a1cff(0x38,0x50,-0x1f,-0x11)+_0x3835bb(-0xe3,-0x9f,-0xe7,-0xfc)],_0x2461a1[_0x3835bb(-0xed,-0xc5,-0x134,-0x11a)]=[_0x5a1cff(0x9c,0xd0,0x90,0xa6)+_0x3835bb(-0xf7,-0xda,-0xfd,-0xe8),_0x5a1cff(0x37,0x3f,0xa,0x94)+_0x5a1cff(0xae,0x92,0x9e,0x57),_0x5a1cff(0x37,0x5a,0x28,-0x24)+_0x5a1cff(0x28,0x16,-0x2e,0x2f)+_0x5a1cff(0xca,0x71,0x84,0xc1),_0x5a1cff(0xcb,0x117,0xe4,0xdd)+_0x3835bb(-0x149,-0x12b,-0xf7,-0x129),_0x3835bb(-0x107,-0x15c,-0x12b,-0xac)+'w',_0x3835bb(-0x141,-0x133,-0xf1,-0x10a)+_0x3835bb(-0xe3,-0xf8,-0x86,-0x12e)];export const ROLE_PERMISSIONS=_0x2461a1;export function getRolePermissions(_0x219e9a){return ROLE_PERMISSIONS[_0x219e9a]||[];}export function getUserPermissions(_0x2782b7){const _0x5ec8fc={_0x412e13:0x19c,_0x10cd52:0x194,_0x14f15f:0x428,_0x1bd4d4:0x467,_0x74d7e7:0x45b},_0x1cf4a1={_0x4bba7d:0x1aa,_0x12dae7:0xb7},_0x5673af={_0x47e2c3:0x440};function _0x546316(_0x1f8f80,_0x2ed1e2,_0x1c880a,_0x29bc1f){return _0x5a1cff(_0x1c880a-_0x5673af._0x47e2c3,_0x29bc1f,_0x1c880a-0x1c3,_0x29bc1f-0x10c);}const _0xcc0f5b={'TckTh':function(_0x5bdf39,_0x3d906f){return _0x5bdf39(_0x3d906f);}};if(!_0x2782b7)return[];const _0x46feb3=_0xcc0f5b[_0x27504a(-_0x5ec8fc._0x412e13,-0x163,-0x11b,-_0x5ec8fc._0x10cd52)](getRolePermissions,_0x2782b7['role']),_0x84ee06=_0x2782b7[_0x546316(_0x5ec8fc._0x14f15f,_0x5ec8fc._0x1bd4d4,0x483,_0x5ec8fc._0x74d7e7)+'s']||[];function _0x27504a(_0x3d4f22,_0x8d49be,_0x1a2ddf,_0x6e18d4){return _0x5a1cff(_0x8d49be- -0x1d0,_0x6e18d4,_0x1a2ddf-_0x1cf4a1._0x4bba7d,_0x6e18d4-_0x1cf4a1._0x12dae7);}return[...new Set([..._0x46feb3,..._0x84ee06])];}export function hasPermissionInSet(_0x16eed8,_0x53d703){const _0x551173={_0x2c346e:0x225,_0x3772a9:0x1fc,_0x58d95a:0x209,_0x5b9455:0x1a2,_0x551e94:0x1ca,_0xcffca3:0x1ad,_0x2cf9ca:0x40c,_0x45ffe8:0x3d1,_0x284b86:0x410},_0x913b65={_0x335249:0x3cc,_0x3647c5:0x4b},_0x2ed81a={_0x3147b2:0xc3,_0xd49f39:0x1ba,_0x15bc6b:0x1d9};if(!_0x16eed8||!_0x53d703)return![];if(_0x16eed8[_0x11fc7a(-_0x551173._0x2c346e,-_0x551173._0x3772a9,-_0x551173._0x58d95a,-_0x551173._0x5b9455)]('*'))return!![];function _0x11fc7a(_0x2c9590,_0x3426be,_0x2c1008,_0x4b365f){return _0x3835bb(_0x3426be- -_0x2ed81a._0x3147b2,_0x3426be-_0x2ed81a._0xd49f39,_0x2c1008,_0x4b365f-_0x2ed81a._0x15bc6b);}if(_0x16eed8[_0x11fc7a(-_0x551173._0x551e94,-0x1fc,-0x1d8,-0x1ee)](_0x53d703))return!![];const [_0x3182de]=_0x53d703[_0x11fc7a(-0x1c3,-0x190,-_0x551173._0xcffca3,-0x18a)](':');function _0x526ab4(_0x2e1ea8,_0x20e2d8,_0xf58b67,_0x1d0bc3){return _0x5a1cff(_0x2e1ea8-_0x913b65._0x335249,_0xf58b67,_0xf58b67-_0x913b65._0x3647c5,_0x1d0bc3-0x1b5);}if(_0x16eed8[_0x526ab4(_0x551173._0x2cf9ca,_0x551173._0x45ffe8,_0x551173._0x284b86,0x41a)](_0x3182de+':*'))return!![];return![];}export function userHasPermission(_0x353e7b,_0x31f39c){const _0x31e7c8={_0x2c0617:0x106,_0x35a384:0xbe,_0x1e9192:0x165,_0x1c51bf:0x11a},_0x95e08b={_0x4c4f95:0x134,_0x2767d5:0x35,_0x2fad14:0x10},_0x5dd642={_0x6829a7:0xf1},_0x224a89={'PztcO':function(_0x1be9c4,_0x1033ad){return _0x1be9c4(_0x1033ad);},'veqfo':function(_0x10869e,_0x425405,_0x540d7c){return _0x10869e(_0x425405,_0x540d7c);}};function _0x3cc7d0(_0x5cb3b7,_0x10affe,_0x23ab1c,_0x1b4e56){return _0x3835bb(_0x5cb3b7-0x21d,_0x10affe-0x12f,_0x23ab1c,_0x1b4e56-_0x5dd642._0x6829a7);}function _0x2061f2(_0x42a7fe,_0x503be9,_0x566ff4,_0x27cbe3){return _0x3835bb(_0x27cbe3-_0x95e08b._0x4c4f95,_0x503be9-_0x95e08b._0x2767d5,_0x503be9,_0x27cbe3-_0x95e08b._0x2fad14);}const _0x2da8b8=_0x224a89[_0x3cc7d0(_0x31e7c8._0x2c0617,_0x31e7c8._0x35a384,_0x31e7c8._0x1e9192,0x15c)](getUserPermissions,_0x353e7b);return _0x224a89[_0x3cc7d0(_0x31e7c8._0x1c51bf,0x104,0xba,0xcb)](hasPermissionInSet,_0x2da8b8,_0x31f39c);}export function userHasAllPermissions(_0x48c84f,_0x41abc5){const _0x1f9f06={_0xed3078:0x52c,_0x18b937:0x564},_0x2f5ece={_0x216fa6:0x4e4,_0x1d8731:0x132,_0x2c8c52:0x161};function _0x870735(_0x16e8f6,_0x381d32,_0x120b9e,_0x1bff3f){return _0x5a1cff(_0x120b9e-_0x2f5ece._0x216fa6,_0x1bff3f,_0x120b9e-_0x2f5ece._0x1d8731,_0x1bff3f-_0x2f5ece._0x2c8c52);}return _0x41abc5[_0x870735(0x5aa,_0x1f9f06._0xed3078,_0x1f9f06._0x18b937,0x51b)](_0x5723c8=>userHasPermission(_0x48c84f,_0x5723c8));}export function userHasAnyPermission(_0x397656,_0x2d2848){const _0x2d89d9={_0x35131d:0x484,_0x342fae:0x463},_0x422ee8={_0x66e165:0x55c,_0x2ccf62:0x115};function _0x2a0b05(_0x2c32c3,_0x421055,_0x16c99e,_0xeeaee7){return _0x3835bb(_0x2c32c3-_0x422ee8._0x66e165,_0x421055-_0x422ee8._0x2ccf62,_0x421055,_0xeeaee7-0x16b);}return _0x2d2848[_0x2a0b05(0x4a7,_0x2d89d9._0x35131d,0x4c4,_0x2d89d9._0x342fae)](_0x45003e=>userHasPermission(_0x397656,_0x45003e));}export function isValidRole(_0x383615){const _0x59516b={_0x2db9f4:0x29,_0x172097:0x16,_0x328eab:0x9},_0x4c9e0a={_0x35a478:0x47,_0x40d182:0x1f0};function _0x4a29f4(_0x2a928c,_0x4a5042,_0x45f57d,_0x2f6e9e){return _0x5a1cff(_0x2f6e9e- -_0x4c9e0a._0x35a478,_0x45f57d,_0x45f57d-0x5a,_0x2f6e9e-_0x4c9e0a._0x40d182);}return VALID_ROLES[_0x4a29f4(-_0x59516b._0x2db9f4,-_0x59516b._0x172097,-_0x59516b._0x328eab,-0x7)](_0x383615);}export function isValidPermission(_0x53c572){const _0x236302={_0x518d82:0x124,_0x242637:0x154,_0x3aa491:0x10e,_0x5e1536:0x13b,_0x2c36ad:0x442,_0x221185:0x41d,_0x58bb5e:0x489,_0x32e35b:0x3c0,_0x4d4127:0x18f,_0x359d20:0x1c1,_0x1d65ac:0x206,_0x7a0fcd:0x16e,_0x5d0534:0x1e7},_0x581989={_0x5eaeba:0x135},_0x309562={_0x56f70d:0xee},_0x4ac31c={};_0x4ac31c[_0x32bec4(_0x236302._0x518d82,_0x236302._0x242637,_0x236302._0x3aa491,_0x236302._0x5e1536)]=function(_0x2a68c1,_0x2152db){return _0x2a68c1===_0x2152db;};const _0xf72c30=_0x4ac31c;function _0x32bec4(_0x31c750,_0x62d442,_0x59ede2,_0x49e8c7){return _0x5a1cff(_0x62d442-_0x309562._0x56f70d,_0x31c750,_0x59ede2-0x1b9,_0x49e8c7-0xea);}function _0x2943ed(_0x319df5,_0x3833d3,_0x5a85da,_0x1534a9){return _0x5a1cff(_0x319df5-0x375,_0x3833d3,_0x5a85da-0x1c4,_0x1534a9-_0x581989._0x5eaeba);}if(_0xf72c30['yzWEJ'](_0x53c572,'*'))return!![];if(_0x53c572[_0x2943ed(_0x236302._0x2c36ad,_0x236302._0x221185,_0x236302._0x58bb5e,0x452)](':*')){const _0x3b8359=_0x53c572[_0x2943ed(0x3cb,_0x236302._0x32e35b,0x3f7,0x3d9)](':*','');return Object[_0x32bec4(0x180,_0x236302._0x4d4127,_0x236302._0x359d20,0x1b6)](PERMISSIONS)[_0x32bec4(_0x236302._0x1d65ac,0x1b2,_0x236302._0x7a0fcd,_0x236302._0x5d0534)](_0x3a3788=>_0x3a3788[_0x32bec4(0x185,0x15e,0x156,0x109)](_0x3b8359+':'));}return _0x53c572 in PERMISSIONS;}export function getAssignablePermissions(_0x42e09b){const _0x1cceac={_0x381899:0x1dc,_0x345500:0x1dd,_0x4e56a1:0x1d5,_0x2527ec:0x24d,_0x45718b:0x26c,_0x34550a:0x2b1,_0x39a7dd:0x328,_0x583d48:0x2df,_0x39ccef:0x299,_0x11bfd2:0x2d2},_0x138782={_0x5c3496:0x1a8,_0xc7af7f:0x15e},_0x2d3a70={_0x109902:0x326,_0x5c5fd4:0x142};function _0x15b0cc(_0x216d38,_0x305975,_0x53ef1d,_0x4c6067){return _0x3835bb(_0x53ef1d-_0x2d3a70._0x109902,_0x305975-_0x2d3a70._0x5c5fd4,_0x4c6067,_0x4c6067-0x194);}const _0x3e8d93={'qujNZ':_0x3ad8f6(_0x1cceac._0x381899,_0x1cceac._0x345500,_0x1cceac._0x4e56a1,0x22f),'PHaev':function(_0x428c34,_0x3c314b){return _0x428c34(_0x3c314b);}};function _0x3ad8f6(_0x103974,_0x19ed42,_0x2a95a4,_0x563a7b){return _0x5a1cff(_0x563a7b-0x210,_0x19ed42,_0x2a95a4-_0x138782._0x5c3496,_0x563a7b-_0x138782._0xc7af7f);}if(_0x42e09b===_0x3e8d93[_0x3ad8f6(0x2b5,0x2af,_0x1cceac._0x2527ec,0x27e)])return Object[_0x3ad8f6(_0x1cceac._0x45718b,0x308,0x269,_0x1cceac._0x34550a)](PERMISSIONS);const _0x40bf1b=_0x3e8d93['PHaev'](getRolePermissions,_0x42e09b);return Object['keys'](PERMISSIONS)[_0x3ad8f6(_0x1cceac._0x39a7dd,_0x1cceac._0x583d48,_0x1cceac._0x39ccef,_0x1cceac._0x11bfd2)](_0x385815=>hasPermissionInSet(_0x40bf1b,_0x385815));}export function getAssignableRoles(_0xa86c){const _0xe0e32a={_0x41772f:0x21c,_0x3a574f:0x26c,_0xc1536e:0x294,_0x53e00d:0x25f},_0x3b8f6e={_0x51dbed:0x90,_0x3c4bd8:0x198},_0x49c189={_0x35e113:0x198};function _0x278748(_0x14bb29,_0x23e75c,_0x41ec3e,_0x3812cd){return _0x5a1cff(_0x3812cd-_0x49c189._0x35e113,_0x23e75c,_0x41ec3e-0x17,_0x3812cd-0x192);}function _0x5123c3(_0x53311a,_0x166946,_0x4b33ae,_0x552789){return _0x5a1cff(_0x53311a-_0x3b8f6e._0x51dbed,_0x166946,_0x4b33ae-0xc4,_0x552789-_0x3b8f6e._0x3c4bd8);}const _0xe92b=ROLES[_0xa86c]?.[_0x278748(_0xe0e32a._0x41772f,0x229,0x248,_0xe0e32a._0x3a574f)]||-0x63*0x25+0xea6+-0x1d*0x3;return VALID_ROLES[_0x278748(_0xe0e32a._0xc1536e,0x29a,_0xe0e32a._0x53e00d,0x25a)](_0x18c969=>ROLES[_0x18c969][_0x278748(0x2a0,0x276,0x245,0x26c)]<=_0xe92b);}export function compareRoles(_0x468d7a,_0x481d99){const _0x1cb1e7={_0x1f76ff:0x144,_0x5ae776:0x1bd,_0x2e91a3:0x11b,_0x4a74ea:0x15f,_0x1b090f:0x179},_0x4bfccf={_0x53fa54:0x235},_0x585a04={_0x6e574:0x24d},_0x228fce=ROLES[_0x468d7a]?.[_0x25911e(-_0x1cb1e7._0x1f76ff,-0x179,-_0x1cb1e7._0x5ae776,-_0x1cb1e7._0x2e91a3)]||-0x1*0x1aee+-0xed*-0xd+0xee5;function _0x25911e(_0x1b2fa6,_0x5a96b7,_0x30c8f6,_0xb93c85){return _0x5a1cff(_0x5a96b7- -_0x585a04._0x6e574,_0x1b2fa6,_0x30c8f6-0x193,_0xb93c85-0x19f);}const _0x14488a=ROLES[_0x481d99]?.[_0x25911e(-_0x1cb1e7._0x4a74ea,-_0x1cb1e7._0x1b090f,-0x12a,-0x13f)]||-0x1*0x3b8+0x2c5+0xf3;function _0x4c7c13(_0x2332f4,_0x295348,_0xc629f0,_0x4ee368){return _0x5a1cff(_0x4ee368-_0x4bfccf._0x53fa54,_0xc629f0,_0xc629f0-0x1c5,_0x4ee368-0x12);}return _0x228fce-_0x14488a;}export function roleAtLeast(_0xc49eb3,_0x3db09b){const _0x2d1739={_0x84dc27:0xb9,_0x5b1888:0x7e},_0x5966c6={_0x2008b1:0x6,_0x3f0d5a:0x4},_0x391945={_0x3fc856:0x196};function _0x110adf(_0x25c0d2,_0x483bf4,_0x48c77d,_0x164e0b){return _0x5a1cff(_0x48c77d- -0x1b8,_0x483bf4,_0x48c77d-_0x391945._0x3fc856,_0x164e0b-0xd6);}const _0x5a8258={};_0x5a8258[_0x224431(-0x73,-_0x2d1739._0x84dc27,-0xb9,-_0x2d1739._0x5b1888)]=function(_0x39ab15,_0x3de689){return _0x39ab15>=_0x3de689;};function _0x224431(_0x554e13,_0x241289,_0x295ebb,_0x58da90){return _0x3835bb(_0x241289- -_0x5966c6._0x2008b1,_0x241289-0x1bd,_0x295ebb,_0x58da90-_0x5966c6._0x3f0d5a);}const _0x44a2d8=_0x5a8258;return _0x44a2d8[_0x224431(-0xb0,-_0x2d1739._0x84dc27,-0x113,-0x9f)](compareRoles(_0xc49eb3,_0x3db09b),-0x3c*-0x6b+0x26b+0x1b7f*-0x1);}function _0x3835bb(_0x275a5d,_0x427bd9,_0x15f7a8,_0x35c855){const _0x1da340={_0x6d6b74:0x30c};return _0x5af2(_0x275a5d- -_0x1da340._0x6d6b74,_0x15f7a8);}export function getUserAccessSummary(_0x163776){const _0x902b6f={_0x16c7b4:0x49c,_0x4d70e9:0x207,_0x2aa860:0x1ba,_0x795319:0x1c8,_0x373c4a:0x408,_0x56109e:0x462,_0x3333a2:0x41c,_0x19fc74:0x4c7,_0x40a3f2:0x4a8,_0xb35330:0x4a4,_0x389996:0x145,_0x5b6c07:0x179,_0x2e207f:0x1cf,_0xef35c9:0x1b7,_0x2db37d:0x1ae,_0x5a13cf:0x17c,_0x29f639:0x165,_0x5c5d2a:0x19e,_0x4ab4d5:0x163,_0x3cc606:0x176,_0x17b7e0:0x17f,_0x1319d6:0x18a,_0x3c6f16:0x1d7,_0x26df77:0x1e8,_0x419bff:0x1d4,_0x4f609a:0x1f5,_0x364952:0x421,_0x2ac2ea:0x1b3,_0x52abd8:0x176,_0x56cd10:0x14a,_0x3c4264:0x1b6},_0x5c2dd6={_0x497c21:0x2af},_0x18e5cc={_0x21205b:0x2d};function _0x4d42a7(_0x9118ae,_0x4d7f73,_0x39c290,_0x45a0e2){return _0x5a1cff(_0x45a0e2-0x3ef,_0x9118ae,_0x39c290-_0x18e5cc._0x21205b,_0x45a0e2-0x169);}const _0x5b3a41={};_0x5b3a41[_0x4d42a7(0x47d,_0x902b6f._0x16c7b4,0x422,0x46c)]=_0x11a000(0x1b4,0x15b,0x1b4,0x172);const _0x24c655=_0x5b3a41;if(!_0x163776)return null;const _0x301b65={};_0x301b65['name']=_0x24c655[_0x11a000(_0x902b6f._0x4d70e9,0x1b3,_0x902b6f._0x2aa860,_0x902b6f._0x795319)],_0x301b65[_0x4d42a7(_0x902b6f._0x373c4a,_0x902b6f._0x56109e,_0x902b6f._0x3333a2,0x457)+'n']='';const _0x5d2090=ROLES[_0x163776[_0x4d42a7(_0x902b6f._0x19fc74,_0x902b6f._0x40a3f2,0x4af,_0x902b6f._0xb35330)]]||_0x301b65,_0x5f2c28=getUserPermissions(_0x163776);function _0x11a000(_0x28d571,_0x43ab46,_0x178443,_0x4c1d55){return _0x3835bb(_0x43ab46-_0x5c2dd6._0x497c21,_0x43ab46-0x0,_0x178443,_0x4c1d55-0xff);}const _0x278422=(_0x163776[_0x11a000(_0x902b6f._0x389996,_0x902b6f._0x5b6c07,0x17e,_0x902b6f._0x2e207f)+'s']||[])[_0x11a000(_0x902b6f._0xef35c9,_0x902b6f._0x2db37d,0x1eb,0x156)];return{'role':_0x163776['role'],'roleName':_0x5d2090[_0x11a000(0x196,_0x902b6f._0x5a13cf,0x19e,0x147)],'roleDescription':_0x5d2090[_0x11a000(_0x902b6f._0x29f639,_0x902b6f._0x5c5d2a,_0x902b6f._0x4ab4d5,0x145)+'n'],'totalPermissions':_0x5f2c28[_0x11a000(0x17d,_0x902b6f._0x3cc606,_0x902b6f._0x17b7e0,0x1cf)]('*')?Object[_0x11a000(_0x902b6f._0x1319d6,_0x902b6f._0x3c6f16,0x1e6,_0x902b6f._0x26df77)](PERMISSIONS)[_0x11a000(_0x902b6f._0x419bff,0x1ae,0x161,_0x902b6f._0x4f609a)]:_0x5f2c28[_0x4d42a7(0x440,0x48e,_0x902b6f._0x364952,0x467)],'customPermissions':_0x278422,'hasFullAccess':_0x5f2c28[_0x11a000(_0x902b6f._0x2ac2ea,_0x902b6f._0x52abd8,_0x902b6f._0x56cd10,_0x902b6f._0x3c4264)]('*')};}
@@ -1 +1 @@
1
- (function(_0x10c542,_0x420b58){const _0x1a76b6={_0x8d8405:0x3a,_0x5ca756:0x3f,_0xc4c775:0x1f,_0x31782c:0x3f3,_0x59edf5:0x3a5,_0x49304e:0xb2,_0x22244e:0xce,_0x40704f:0x3a8,_0x3bdd89:0x376,_0x508fcb:0x67,_0x5e82d1:0x82,_0x34927d:0x79,_0x533221:0xa1,_0x130898:0x86,_0x9303aa:0xc1,_0x50021:0x430,_0x875480:0x3f8,_0x5e781b:0x444,_0x11ed1e:0x4e,_0x214e0a:0x4},_0x538358={_0x25f27e:0xfd};function _0x271ff6(_0x3c482b,_0x20ae47,_0x5e37ed,_0x25026b){return _0x53ed(_0x3c482b-0x24d,_0x5e37ed);}function _0x49c0a1(_0x13e227,_0x1739ae,_0x3f9cce,_0x1b8548){return _0x53ed(_0x1739ae- -_0x538358._0x25f27e,_0x1b8548);}const _0x5d8b32=_0x10c542();while(!![]){try{const _0x2ffd6d=parseInt(_0x49c0a1(_0x1a76b6._0x8d8405,0x16,-_0x1a76b6._0x5ca756,-_0x1a76b6._0xc4c775))/(-0x77e*0x2+0x2cb*-0x2+0x1493)+parseInt(_0x271ff6(0x3e8,0x3fe,_0x1a76b6._0x31782c,_0x1a76b6._0x59edf5))/(0x8e*-0x3d+-0x2*-0xd7+0x202a)+parseInt(_0x49c0a1(_0x1a76b6._0x49304e,_0x1a76b6._0x22244e,0xd0,_0x1a76b6._0x49304e))/(-0x897*-0x1+-0x28*-0x6d+-0x199c)+-parseInt(_0x271ff6(_0x1a76b6._0x40704f,0x381,_0x1a76b6._0x3bdd89,0x371))/(-0x1ad*-0x13+0x2*0x278+-0x24c3)+parseInt(_0x49c0a1(0xa,_0x1a76b6._0x508fcb,0x1b,_0x1a76b6._0x5e82d1))/(0x1c88+0x1acd+-0x3750)*(parseInt(_0x49c0a1(_0x1a76b6._0x34927d,_0x1a76b6._0x533221,_0x1a76b6._0x130898,_0x1a76b6._0x9303aa))/(-0x4f*-0xd+0x1a*0x93+-0x12eb))+parseInt(_0x271ff6(0x3fc,_0x1a76b6._0x50021,_0x1a76b6._0x875480,_0x1a76b6._0x5e781b))/(0x115*-0x21+-0x25*0xf4+0x4700)+-parseInt(_0x49c0a1(0x1c,0x5a,_0x1a76b6._0x11ed1e,_0x1a76b6._0x214e0a))/(-0x1e21+0x10c*0xa+0x13b1*0x1);if(_0x2ffd6d===_0x420b58)break;else _0x5d8b32['push'](_0x5d8b32['shift']());}catch(_0x2363ad){_0x5d8b32['push'](_0x5d8b32['shift']());}}}(_0x3d1e,0xad744+0x4*-0x29a53+0x1223*0x6c));import{promises as _0xba0369}from'fs';function _0x2a4029(_0x134372,_0x23e02f,_0x5382c4,_0x401bb3){const _0xd9c43b={_0x4d108d:0x60};return _0x53ed(_0x5382c4- -_0xd9c43b._0x4d108d,_0x23e02f);}import _0x474e70 from'path';import{logger}from'./logger.js';import{getReposWithProviderAccess}from'./git-provider-service.js';const KNOWN_CONTEXTS=[_0x40c0af(0x39a,0x37a,0x3c1,0x3a0),_0x2a4029(0x129,0x123,0x136,0x18e)];export async function loadSecretsForContext(_0x2b3db8,_0x3c8768){const _0x182d8a={_0x45aed3:0xbe,_0x3b5f10:0xeb,_0x4ee6cd:0x162,_0x127ba0:0x185,_0x8b90f4:0x199,_0x45187c:0x1e6,_0x1095c0:0x1d2,_0x3320da:0x18f,_0x1bc9af:0x128,_0x3158fc:0x103,_0x3b8ba6:0xcf,_0x4d6b95:0xbd,_0x2fbf35:0xbb,_0x201498:0x44,_0x5a4e60:0xbc,_0x42d494:0x75,_0x117f3e:0x12c,_0x47d7fd:0x111,_0x2279b0:0x16d,_0x51563a:0xf5,_0x336061:0x15f,_0x1f22dd:0x14c,_0x2eb2ff:0x42,_0x3fc71b:0x139,_0x501dd7:0x179,_0x3ffa30:0x1dd,_0x4e6629:0x19b,_0x497035:0x11b,_0x5dd870:0x196,_0x8dba80:0x195,_0x238e13:0x165,_0x5895d2:0x6,_0xb8ed42:0x13a,_0x49af00:0x134,_0x387b48:0xe6,_0x247832:0xbc,_0x3e61fe:0x9c,_0x26332a:0x17b,_0x31feda:0x14a,_0x4788f8:0x148,_0x48e064:0xe4,_0x115f7f:0x9f,_0x426062:0x13b,_0x5099d7:0xef,_0x734595:0xfb,_0x46404a:0xa9,_0x11ee9d:0xe7,_0x274804:0x18d,_0x5959df:0x182,_0x324169:0xa0,_0x503357:0xc7,_0x3dd1c3:0x5a,_0x5a665f:0x11e,_0x52bf79:0x148,_0x5295b6:0x14e,_0x347fa7:0x1ac,_0x4ff6db:0x15b,_0x3a5ed8:0x1b0,_0x3b1359:0x70,_0x4cef7d:0xd8,_0x4e1c90:0x10f,_0xcf3308:0x7d,_0x12a8ca:0x10c,_0x437d1b:0xea,_0x428328:0x116,_0xb3e708:0xcc,_0x2f5fca:0x153,_0x175610:0xd1,_0x30f74c:0x16c,_0x8d6892:0xf7,_0x3e24ae:0x6a,_0x5708d9:0xa9,_0x279b44:0xde,_0x4cf5a3:0x121,_0x7beb69:0x82,_0x4cf802:0x90,_0x23ba55:0x63,_0x455cf8:0x66,_0x26896b:0x14f,_0x1923c0:0x130,_0xc75cba:0xb1,_0x3943f0:0xfe,_0x310e2c:0xf2,_0x2da712:0xd9,_0x596a2f:0xdf,_0x2ce789:0xf8,_0x53092b:0x159,_0x17dfb1:0x16a,_0xabaa56:0x10d,_0x1a82f7:0x10a,_0x19025a:0xe1,_0x1af0b1:0x71,_0x4bf58f:0xf6,_0x4ebc35:0x142,_0x2c7850:0xb5,_0x2b0316:0xb6,_0x3b2194:0xab,_0x3d2561:0xe0,_0x2d70a8:0xf8,_0x3fe2a0:0xb8,_0x489594:0xf4,_0x169256:0xff,_0x3b50b7:0xe2,_0x1199f4:0x155,_0x2f56bb:0x137,_0x3aa0ad:0xd1,_0x4664fa:0xe3,_0x11fc71:0x52,_0x513591:0xc3,_0x5392be:0xe9,_0x5f28c3:0x140,_0x4c3a11:0x145,_0x40f54d:0x131,_0x50adeb:0x178,_0x148d15:0x152,_0x3569e1:0x151,_0x7d233e:0x190,_0x4bf302:0x1db,_0x579813:0x15b,_0x170a3e:0x18d,_0x1b7734:0x159,_0x22c4b1:0x79,_0x19d798:0x6d,_0x32f0fc:0xf5,_0x53a84d:0x127,_0x2d4e3d:0xfc,_0x19d625:0x164,_0xe12110:0x197,_0x2cba10:0x15d,_0x1edd5d:0x8e,_0x26818b:0x7f,_0x103838:0x7e,_0x2e0422:0x3a,_0x2f48a0:0x4b,_0x4c9ec0:0xd5,_0x4c3b29:0x177,_0x425c48:0x135,_0x39a2d5:0x182,_0x152f9f:0x17e,_0x3a7cc3:0x191,_0x136f71:0x1a3,_0x55d9dc:0x72,_0x238882:0x90,_0x54aede:0x107,_0x564b86:0x9c,_0x11bc61:0xa7,_0x344771:0xf,_0xd905f1:0xa8,_0x2a6afe:0xdb,_0x1945a1:0x1a4,_0x4def09:0x157,_0x465a00:0x62,_0x570132:0xfa,_0x2e7bdf:0xc3,_0x18ae55:0x104,_0x5f3247:0x91,_0x23a353:0x13c,_0x53338b:0x1c1,_0x1e75d2:0x76,_0x4aa60b:0x62,_0x1af460:0x4f,_0x17fdd2:0x1c,_0x153950:0xc8,_0x573d7c:0x16b,_0x473e75:0xc9,_0xe90bb3:0x112,_0x1b02b5:0x146,_0xd29189:0x183,_0x178b40:0x132,_0x229a18:0xac,_0x32f64d:0xba,_0x5c52b0:0x8d,_0x4182f8:0x6a,_0xcd53fe:0xe6,_0xda5ea0:0x7e,_0x2664d1:0x35,_0x3724ae:0x144,_0x1c4845:0x19c,_0xe36fcb:0x16f,_0x7d4bd4:0x1a7,_0xdba3e2:0x10b,_0x4d9f97:0x136,_0x13c07e:0x107,_0xd6dcee:0x13c,_0x166205:0x10e,_0x4fc98f:0x102,_0x5cf775:0x113,_0x1c9beb:0x12b,_0x132031:0x106,_0x4b0f4f:0xa1,_0x2df90c:0x124,_0x4e268:0x19f,_0x21a9b5:0x17a,_0x3a0a6f:0x102,_0x207ec8:0xa6,_0x41a8f2:0x4b,_0x183c38:0xca,_0x5ee69b:0x51,_0x4c6238:0x7d,_0xccbe82:0x29,_0x147dbb:0xf7,_0x583fe6:0x2c,_0x53652c:0x8f,_0x30bd4f:0x18a,_0x121f41:0x12a,_0x11276b:0x10e,_0x5eda9e:0xae,_0x29995e:0xe6,_0x2a08a0:0x9d,_0x22a7b0:0x105,_0x1b0b37:0x94,_0x31408a:0x8b,_0xaec832:0xda,_0x1dc5e2:0xe3,_0x520122:0x11a,_0x1d355f:0x7b,_0x791d13:0x14d,_0x1666a4:0xdc,_0x306464:0x1e1,_0x1ab09c:0x166,_0x918fe0:0x192,_0x186a0e:0x195,_0x21861e:0x64,_0x392a91:0x2e,_0x10a1e8:0x40,_0x4710d1:0x1b,_0x1e760c:0x2,_0x5eb31b:0x10e,_0x3fe61f:0x19c,_0x5bc99f:0x168,_0x5c3229:0x14c,_0x46c36a:0x195,_0x5c08a0:0x19d,_0x608ef7:0x16c,_0x342477:0x4c,_0x386a2b:0x2d,_0x47fd46:0x9a,_0x3164a4:0x56,_0x3f7637:0x68,_0x2097b4:0x41,_0x439d45:0x9e,_0x291747:0x5f,_0x16a449:0x3a,_0x5a0025:0x174,_0x15d529:0x1d0,_0x5e9a12:0x83,_0x5efb0c:0x2,_0x1b6085:0x17a,_0x407cc1:0x9d,_0x72a24d:0x77,_0x187821:0xa4,_0x14e4d5:0x13c,_0x21ba15:0x171,_0x59f1a0:0xf1,_0x26f48e:0x10b,_0x3bbaa5:0x10f,_0xa76446:0x14a,_0x48516b:0x13a,_0x4ded12:0x14b,_0x45a85c:0x9c,_0x262808:0xe8,_0x4af727:0x47,_0x32dbdd:0x6c,_0x26d495:0x181,_0x59a51e:0x187,_0x20b2da:0xbd,_0x45a7ca:0xbf,_0x537b11:0xc5,_0x512e73:0x1b8,_0x8a83fc:0xe5,_0x4748b:0x119,_0xc7c6c2:0xa1,_0x474a63:0x141,_0x8f0fd9:0x186,_0x43e5ea:0xa3,_0x5016dd:0xcc,_0x193e89:0x1a1,_0x2d5e7c:0x186,_0x52456a:0x168,_0x3d603b:0xda,_0x1c512e:0x125,_0x137cdd:0x125,_0x1cc8d7:0x176,_0x8ee17c:0xe1,_0x19a809:0xbb,_0x3964f1:0x109,_0x23b63f:0x117,_0x3f2e7b:0x11d,_0x541b33:0x149,_0x4d1914:0xcb,_0x44f41d:0x97,_0x368907:0x110,_0x3a4d3f:0x172,_0x5d6e5a:0x114,_0x197452:0x5c,_0x1b1a9a:0x0,_0x349aeb:0x4b,_0x1e2f65:0x88,_0x5f9131:0xad,_0x14ec98:0xf0,_0x2b76bd:0x113,_0x729562:0x6c,_0xee1f0c:0x39,_0x1f639a:0x20,_0x14395b:0x6f,_0x210d1b:0x98,_0x2ac2ce:0xc2,_0x285e44:0x1ec,_0x368f21:0x1b8},_0x352410={_0x5a7a0b:0x1be},_0xdbfa46={_0x6c46ef:0x6,_0x547b19:0x81};function _0x21719a(_0x59ef84,_0x409fed,_0x4769ca,_0x382475){return _0x2a4029(_0x59ef84-_0xdbfa46._0x6c46ef,_0x409fed,_0x4769ca-0x2b,_0x382475-_0xdbfa46._0x547b19);}const _0x284239={'vNcBR':function(_0x4273bc,_0x4af654){return _0x4273bc!==_0x4af654;},'xSaoN':_0x21719a(0x117,_0x182d8a._0x45aed3,_0x182d8a._0x3b5f10,0xe4),'BhJoG':'Failed\x20to\x20'+_0x21719a(_0x182d8a._0x4ee6cd,_0x182d8a._0x127ba0,_0x182d8a._0x8b90f4,_0x182d8a._0x45187c)+'ets.json\x20f'+_0x21719a(0x1ca,_0x182d8a._0x1095c0,_0x182d8a._0x3320da,0x1df)+_0x21719a(0x160,_0x182d8a._0x1bc9af,0x164,0x16c),'SviDw':'value','KdKtF':function(_0x33d00b,_0x50528e){return _0x33d00b!==_0x50528e;},'vRWFw':function(_0x36bf65,_0x3a9711){return _0x36bf65(_0x3a9711);},'ppoCI':function(_0x2951c9,_0x393def){return _0x2951c9===_0x393def;},'IUsqm':_0x1ab821(0xdf,_0x182d8a._0x3158fc,0x12c,_0x182d8a._0x3b8ba6),'LlTYM':_0x1ab821(0x64,_0x182d8a._0x4d6b95,_0x182d8a._0x2fbf35,0x9e)+_0x1ab821(0x5f,_0x182d8a._0x201498,0x5a,_0x182d8a._0x5a4e60)+_0x1ab821(0x65,_0x182d8a._0x42d494,0x8e,0x2e)+'\x20as\x20env\x20va'+'r','LKGta':_0x21719a(0xe1,0x16e,_0x182d8a._0x117f3e,_0x182d8a._0x47d7fd)+_0x21719a(_0x182d8a._0x2279b0,_0x182d8a._0x51563a,0x140,0x17e)+_0x21719a(_0x182d8a._0x336061,0x113,_0x182d8a._0x1f22dd,0x119)+_0x1ab821(0x7a,0x54,0x71,_0x182d8a._0x2eb2ff)+'g','OhEUQ':'Cannot\x20exp'+_0x21719a(0x10a,_0x182d8a._0x3fc71b,0x16a,_0x182d8a._0x501dd7)+_0x21719a(0x16b,_0x182d8a._0x3ffa30,_0x182d8a._0x4e6629,0x18a)+'t\x20as\x20file\x20'+_0x1ab821(0xc7,0xf6,_0x182d8a._0x497035,0xe7),'TLQaB':'Generated\x20'+_0x21719a(0x152,_0x182d8a._0x5dd870,_0x182d8a._0x8dba80,_0x182d8a._0x238e13)+'tials\x20for\x20'+_0x1ab821(0x53,_0x182d8a._0x5895d2,0x71,0x97),'FQyRI':'RoAJI','Vmaqx':function(_0x1f99b4,_0x44cf47){return _0x1f99b4!==_0x44cf47;},'ChJIj':_0x1ab821(0xe1,0x90,_0x182d8a._0xb8ed42,0xa0),'wtPTS':_0x21719a(_0x182d8a._0x1f22dd,0x167,_0x182d8a._0x49af00,0x145)+_0x1ab821(_0x182d8a._0x387b48,0x113,_0x182d8a._0x247832,_0x182d8a._0x3e61fe)+_0x21719a(0x1a4,_0x182d8a._0x26332a,_0x182d8a._0x31feda,0x16d)+_0x21719a(0x134,0x148,0x124,_0x182d8a._0x4788f8)+_0x1ab821(_0x182d8a._0x48e064,_0x182d8a._0x387b48,_0x182d8a._0x115f7f,0x123),'EbszQ':'.secrets.j'+_0x21719a(0x106,0x10b,_0x182d8a._0x426062,0x15c),'cXmDc':_0x1ab821(_0x182d8a._0x5099d7,0xb2,0x10e,0x110),'tnVte':'utf-8','AbcnR':'bZuLS','okssB':function(_0x1f223b,_0x2db32e){return _0x1f223b||_0x2db32e;},'KndrW':'Secret\x20mis'+_0x1ab821(_0x182d8a._0x734595,0x101,_0x182d8a._0x46404a,_0x182d8a._0x11ee9d)+'e_as\x20or\x20ta'+_0x21719a(_0x182d8a._0x274804,0x1bf,0x19d,_0x182d8a._0x5959df)+'ping','bnexv':function(_0xed821,_0x363be8){return _0xed821===_0x363be8;},'KuLRd':_0x1ab821(_0x182d8a._0x324169,_0x182d8a._0x503357,_0x182d8a._0x3dd1c3,0x6c),'AlFAF':function(_0x2c2d36,_0x3d3887){return _0x2c2d36===_0x3d3887;},'DSPdC':_0x21719a(0xc5,0xc7,_0x182d8a._0x5a665f,0xea),'PbTSw':_0x21719a(0x15f,_0x182d8a._0x52bf79,_0x182d8a._0x5295b6,_0x182d8a._0x347fa7),'qOoZe':function(_0x20c03c,_0x138176){return _0x20c03c!==_0x138176;},'MJXCS':_0x21719a(0x1d1,_0x182d8a._0x4ff6db,0x179,_0x182d8a._0x3a5ed8),'PwDWr':function(_0x13bec9,_0xa0cd4d){return _0x13bec9(_0xa0cd4d);},'BuYAM':_0x1ab821(0x93,0x8c,_0x182d8a._0x3b1359,_0x182d8a._0x4cef7d),'ztomh':'FWzUF','xmsxv':function(_0x1d3305,_0x1e40e5){return _0x1d3305===_0x1e40e5;},'IArJi':function(_0x359dfc,_0x4129a9){return _0x359dfc===_0x4129a9;},'bGYCl':_0x1ab821(0xbe,_0x182d8a._0x4e1c90,_0x182d8a._0xcf3308,0x79),'Wzsas':function(_0x16a237,_0x299a6f){return _0x16a237>_0x299a6f;},'SMZtj':function(_0x290443,_0x574354){return _0x290443>_0x574354;},'nBmFW':_0x21719a(0xbb,_0x182d8a._0x12a8ca,_0x182d8a._0x437d1b,_0x182d8a._0x428328),'kJAoH':function(_0x27179b,_0x46a393){return _0x27179b!==_0x46a393;},'HICGG':_0x21719a(_0x182d8a._0xb3e708,0xcf,_0x182d8a._0x117f3e,0x10c)+'read\x20.secr'+_0x21719a(0x118,_0x182d8a._0x2f5fca,0xfc,_0x182d8a._0x175610)+_0x1ab821(0xd0,0x87,0x112,0xe8)},_0x4da720={},_0x5be2b5=[];if(!_0x2b3db8){if(_0x284239['FQyRI']==='ptRRD'){let _0x27d9d4=_0x37eeea[_0x21719a(_0x182d8a._0x30f74c,_0x182d8a._0x8d6892,0x13a,0x16e)];if(!_0x1fff71[_0x1ab821(_0x182d8a._0x3e24ae,_0x182d8a._0x5708d9,0x7a,0xb2)](_0x27d9d4)){const _0x3ac4ff=_0x38da3d[_0x21719a(_0x182d8a._0x279b44,0xc6,_0x182d8a._0x4cf5a3,0xfc)](/\/+$/,'');_0x27d9d4=_0xd56627[_0x1ab821(_0x182d8a._0x7beb69,_0x182d8a._0x4cf802,_0x182d8a._0x23ba55,_0x182d8a._0x455cf8)](_0x3ac4ff,_0x27d9d4);}const _0x3a6c9b={};_0x3a6c9b['source']=_0x27d9d4,_0x3a6c9b[_0x1ab821(0x8b,0xd7,0x9d,0x57)]=_0x5a9c16,_0x17e760[_0x21719a(_0x182d8a._0x26896b,0x176,_0x182d8a._0x1923c0,0x116)](_0x3a6c9b);}else{const _0x9f22d0={};return _0x9f22d0['envVars']=_0x4da720,_0x9f22d0[_0x1ab821(0x10a,_0x182d8a._0xc75cba,_0x182d8a._0x3943f0,0x108)]=_0x5be2b5,_0x9f22d0;}}function _0x1ab821(_0x4b413c,_0x5679b2,_0x3ee44b,_0x53936f){return _0x2a4029(_0x4b413c-0x23,_0x53936f,_0x4b413c- -0x62,_0x53936f-_0x352410._0x5a7a0b);}if(!_0x3c8768||!KNOWN_CONTEXTS[_0x1ab821(0xda,_0x182d8a._0x310e2c,0xcf,_0x182d8a._0x2da712)](_0x3c8768)){if(_0x284239[_0x21719a(_0x182d8a._0x596a2f,_0x182d8a._0x2ce789,0x123,0x155)](_0x21719a(_0x182d8a._0x53092b,0xbc,0x119,_0x182d8a._0x17dfb1),_0x284239[_0x1ab821(_0x182d8a._0xabaa56,_0x182d8a._0x1a82f7,_0x182d8a._0x19025a,0x12c)])){const _0x4d0e32={};_0x4d0e32['context']=_0x3c8768,logger[_0x1ab821(0x88,0xb7,_0x182d8a._0x2da712,0x51)](_0x284239['wtPTS'],_0x4d0e32);const _0x34c331={};return _0x34c331[_0x1ab821(0xc9,_0x182d8a._0x1af0b1,_0x182d8a._0x4bf58f,0x106)]=_0x4da720,_0x34c331['fileMounts']=_0x5be2b5,_0x34c331;}else{if(_0x284239[_0x21719a(_0x182d8a._0x596a2f,_0x182d8a._0x4ebc35,0xfe,_0x182d8a._0x2c7850)](_0x35d612['code'],_0x284239[_0x1ab821(_0x182d8a._0x2b0316,0x81,0x68,_0x182d8a._0x3b2194)])){const _0x56017c={};_0x56017c['path']=_0x1a897c,_0x56017c['error']=_0x576187[_0x1ab821(0xfc,_0x182d8a._0x3d2561,_0x182d8a._0x2d70a8,0x104)],_0x4f5aad[_0x1ab821(_0x182d8a._0x3fe2a0,0xbd,0xfe,_0x182d8a._0x489594)](_0x284239[_0x1ab821(_0x182d8a._0x169256,0xfc,0xf5,_0x182d8a._0x3b50b7)],_0x56017c);}}}const _0x1e8355=_0x474e70[_0x1ab821(0x82,0x70,_0x182d8a._0x4cef7d,0x24)](_0x2b3db8,_0x284239[_0x21719a(0xb6,_0x182d8a._0x1199f4,0x110,_0x182d8a._0x2f56bb)]);try{const _0x4d0981=await _0xba0369[_0x21719a(_0x182d8a._0x11ee9d,_0x182d8a._0x1199f4,0x104,0x103)](_0x1e8355);if(_0x4d0981[_0x21719a(_0x182d8a._0x3aa0ad,0xd1,_0x182d8a._0x4664fa,0x11a)+'y']()){if(_0x284239['KdKtF'](_0x284239['cXmDc'],'SHezO')){const _0x4a04eb=_0x467274[_0x1ab821(0x94,_0x182d8a._0x11fc71,0x89,_0x182d8a._0x48e064)](/\/+$/,'');_0x2ebaf2=_0x230354[_0x21719a(_0x182d8a._0x2f5fca,0x10b,_0x182d8a._0x4e1c90,0x125)](_0x4a04eb,_0x1bb909);}else{const _0x4c6c1b={};_0x4c6c1b[_0x21719a(0xb0,_0x182d8a._0x513591,_0x182d8a._0x5392be,0x94)]=_0x1e8355,logger[_0x21719a(0x1a0,_0x182d8a._0x5f28c3,_0x182d8a._0x4c3a11,0xe9)](_0x21719a(_0x182d8a._0x40f54d,_0x182d8a._0x50adeb,_0x182d8a._0x148d15,0x18e)+_0x21719a(_0x182d8a._0x3569e1,0x17d,_0x182d8a._0x7d233e,_0x182d8a._0x4bf302)+_0x21719a(_0x182d8a._0x579813,0x1b4,_0x182d8a._0x170a3e,_0x182d8a._0x1b7734)+_0x1ab821(0xb7,0x114,_0x182d8a._0x22c4b1,_0x182d8a._0x19d798)+'ecrets',_0x4c6c1b);const _0x5e44a6={};return _0x5e44a6[_0x21719a(_0x182d8a._0x32f0fc,_0x182d8a._0x53a84d,0x156,_0x182d8a._0x2d4e3d)]=_0x4da720,_0x5e44a6[_0x21719a(_0x182d8a._0x19d625,0x1af,_0x182d8a._0xe12110,_0x182d8a._0x2cba10)]=_0x5be2b5,_0x5e44a6;}}const _0x3e84a9=await _0xba0369[_0x1ab821(_0x182d8a._0x1edd5d,0xbf,_0x182d8a._0x26818b,0xee)](_0x1e8355,_0x284239[_0x1ab821(0xcd,_0x182d8a._0x3b1359,0x8e,_0x182d8a._0x103838)]),_0x9b37ba=JSON[_0x1ab821(0x6b,_0x182d8a._0x2e0422,_0x182d8a._0x2f48a0,0x24)](_0x3e84a9),_0x11b9d0=_0x9b37ba[_0x1ab821(0xc8,_0x182d8a._0x4c9ec0,0x104,0xd8)]||{};for(const [_0xcfd607,_0x2f4578]of Object[_0x21719a(0x19c,0x18a,_0x182d8a._0x4c3b29,_0x182d8a._0x425c48)](_0x11b9d0)){const _0x1721be=_0x2f4578[_0x21719a(_0x182d8a._0x39a2d5,0x158,0x14d,0x11d)+_0x21719a(_0x182d8a._0x152f9f,0x14a,_0x182d8a._0x3a7cc3,_0x182d8a._0x136f71)]||[];if(!_0x1721be['includes'](_0x3c8768)){if(_0x284239[_0x1ab821(0xcf,_0x182d8a._0x55d9dc,_0x182d8a._0x238882,0xfe)]!==_0x1ab821(0xd6,0x12b,0x8b,_0x182d8a._0x54aede)){if(_0x27f1f2[_0x1ab821(0x62,0x65,0xb,0x54)]===_0x284239['SviDw']&&_0x284239['KdKtF'](_0x15562c[_0x1ab821(0x57,_0x182d8a._0x564b86,_0x182d8a._0x11bc61,_0x182d8a._0x344771)],_0x4c062f))_0x329fe5[_0x46192c]=_0x284239[_0x21719a(_0x182d8a._0xd905f1,_0x182d8a._0x2a6afe,_0x182d8a._0x4bf58f,0xb0)](_0x248c42,_0x46335e['value']);else{if(_0x284239[_0x21719a(_0x182d8a._0x1945a1,0x12b,_0x182d8a._0x4def09,_0x182d8a._0x4ebc35)](_0x30458d[_0x1ab821(_0x182d8a._0x465a00,0xc,0x60,0xad)],_0x284239['IUsqm'])){const _0x400f2d={};_0x400f2d[_0x1ab821(_0x182d8a._0x570132,0x149,0xed,_0x182d8a._0x2e7bdf)]=_0x47c3c1,_0x400f2d['context']=_0x39038a,_0x5c2a81[_0x21719a(0x100,_0x182d8a._0x18ae55,_0x182d8a._0x4c3a11,_0x182d8a._0x5f28c3)](_0x284239['LlTYM'],_0x400f2d);}}}else continue;}if(_0x2f4578[_0x1ab821(0xde,0x98,_0x182d8a._0x5f3247,0x120)]){const _0x4ed278={};_0x4ed278[_0x21719a(_0x182d8a._0x23a353,0x1a3,0x187,_0x182d8a._0x53338b)]=_0xcfd607,_0x4ed278[_0x1ab821(_0x182d8a._0x1e75d2,_0x182d8a._0x4aa60b,_0x182d8a._0x1af460,_0x182d8a._0x17fdd2)]=_0x3c8768,_0x4ed278[_0x1ab821(_0x182d8a._0x279b44,_0x182d8a._0x153950,0x80,0x10e)]=_0x2f4578[_0x21719a(_0x182d8a._0x1b7734,0x195,_0x182d8a._0x573d7c,0x1ac)],logger['debug'](_0x1ab821(0xe8,0xe2,_0x182d8a._0x497035,_0x182d8a._0x473e75)+_0x21719a(_0x182d8a._0xe90bb3,0x180,0x162,_0x182d8a._0x4788f8)+_0x21719a(0x170,_0x182d8a._0x1b02b5,_0x182d8a._0xd29189,_0x182d8a._0x178b40)+'ar\x20injecti'+'on',_0x4ed278);continue;}const _0x520302=_0x2f4578[_0x1ab821(_0x182d8a._0x3d2561,_0x182d8a._0x229a18,_0x182d8a._0x32f64d,_0x182d8a._0x5c52b0)],_0x25f50e=_0x2f4578['target'];if(_0x284239[_0x1ab821(0x8d,_0x182d8a._0x238882,_0x182d8a._0x4182f8,_0x182d8a._0xcd53fe)](!_0x520302,!_0x25f50e)){const _0x1612bc={};_0x1612bc[_0x1ab821(0xfa,0xa5,0xf3,_0x182d8a._0x247832)]=_0xcfd607,_0x1612bc[_0x1ab821(0x76,_0x182d8a._0xda5ea0,_0x182d8a._0x4d6b95,_0x182d8a._0x2664d1)]=_0x3c8768,logger['debug'](_0x284239[_0x21719a(_0x182d8a._0x3724ae,0x17d,_0x182d8a._0x1c4845,_0x182d8a._0xe36fcb)],_0x1612bc);continue;}if(_0x284239['bnexv'](_0x520302,_0x284239[_0x1ab821(0x73,0xc0,0x5b,0xb6)])){if(_0x284239['AlFAF'](_0x284239[_0x21719a(0x1a3,_0x182d8a._0x7d4bd4,0x160,_0x182d8a._0x4c3b29)],_0x284239[_0x1ab821(0xd2,0xa2,_0x182d8a._0xdba3e2,0xf3)])){const _0x3e11ad={};_0x3e11ad[_0x21719a(0x10a,_0x182d8a._0x4d9f97,0x15e,_0x182d8a._0x13c07e)]=_0x3ccbb0['url'],_0x3e11ad[_0x1ab821(0x88,0xb8,0xc1,0xb9)]=_0x40bbca[_0x1ab821(_0x182d8a._0x2d4e3d,_0x182d8a._0x115f7f,0xbf,0x144)],_0x2e287d[_0x21719a(_0x182d8a._0x3724ae,0x169,_0x182d8a._0x4c3a11,_0x182d8a._0xd6dcee)](_0x284239[_0x21719a(_0x182d8a._0xdba3e2,_0x182d8a._0x166205,_0x182d8a._0x4fc98f,_0x182d8a._0x23a353)],_0x3e11ad);}else{if(_0x2f4578[_0x21719a(_0x182d8a._0x5cf775,0xbb,0xef,_0x182d8a._0x1c9beb)]===_0x284239[_0x1ab821(_0x182d8a._0x132031,0xbc,_0x182d8a._0x425c48,0x101)]&&_0x284239['KdKtF'](_0x2f4578['value'],undefined)){if(_0x284239[_0x1ab821(0xf0,_0x182d8a._0x4b0f4f,_0x182d8a._0x2df90c,0xd1)](_0x21719a(0x118,_0x182d8a._0x4e268,0x16f,_0x182d8a._0x21a9b5),_0x284239['MJXCS']))_0x4da720[_0x25f50e]=_0x284239['PwDWr'](String,_0x2f4578[_0x21719a(_0x182d8a._0x3a0a6f,_0x182d8a._0x207ec8,0xe4,0x83)]);else return _0x4b5d88['toLowerCas'+'e']()[_0x1ab821(0x94,_0x182d8a._0x41a8f2,_0x182d8a._0x183c38,_0x182d8a._0x5ee69b)](/\.git$/,'');}else{if(_0x284239[_0x1ab821(_0x182d8a._0x4c6238,0xbd,0x53,_0x182d8a._0xccbe82)](_0x2f4578['type'],_0x1ab821(0xdf,0xe7,0x89,_0x182d8a._0x147dbb))){if(_0x284239[_0x1ab821(0x6d,0xad,0x8c,_0x182d8a._0x583fe6)]===_0x284239[_0x1ab821(0x9d,0x50,0xf2,_0x182d8a._0x53652c)]){if(_0x284239[_0x21719a(_0x182d8a._0x30bd4f,_0x182d8a._0x121f41,_0x182d8a._0x4def09,_0x182d8a._0x11276b)](_0x594716[_0x21719a(_0x182d8a._0x5eda9e,0xcc,0xef,0xa5)],_0x1ab821(0xdf,_0x182d8a._0x29995e,_0x182d8a._0x2a08a0,0x9b))&&_0x3ca753[_0x21719a(0x124,_0x182d8a._0x22a7b0,0x13a,0x121)]){let _0x1a2087=_0x4927d3[_0x21719a(0x12d,0x13f,0x13a,0x106)];if(!_0x9d1875['isAbsolute'](_0x1a2087)){const _0x939b9a=_0xa08e10[_0x1ab821(_0x182d8a._0x1b0b37,0x54,0x9b,_0x182d8a._0x19d798)](/\/+$/,'');_0x1a2087=_0x36bd16['join'](_0x939b9a,_0x1a2087);}const _0x55f6b9={};_0x55f6b9[_0x21719a(0x192,0x108,_0x182d8a._0xb8ed42,0x186)]=_0x1a2087,_0x55f6b9[_0x1ab821(_0x182d8a._0x31408a,0x51,_0x182d8a._0xaec832,0x8f)]=_0x3743be,_0x510354['push'](_0x55f6b9);}else{if(_0x2c481b[_0x21719a(0xa1,0x134,0xef,0xb1)]===_0x284239[_0x1ab821(0x106,_0x182d8a._0x1dc5e2,_0x182d8a._0x520122,0xdf)]){const _0x57a51f={};_0x57a51f[_0x1ab821(0xfa,0xd1,0x10b,0xf1)]=_0x437b15,_0x57a51f[_0x1ab821(_0x182d8a._0x1e75d2,_0x182d8a._0x201498,0xaa,_0x182d8a._0x1d355f)]=_0x4d8c87,_0x349956['warn'](_0x284239[_0x1ab821(0xf4,_0x182d8a._0x4c9ec0,_0x182d8a._0x791d13,_0x182d8a._0x1666a4)],_0x57a51f);}}}else{const _0x4e9840={};_0x4e9840[_0x21719a(_0x182d8a._0x306464,0x1b3,0x187,_0x182d8a._0x1ab09c)]=_0xcfd607,_0x4e9840[_0x21719a(0x111,0xc3,0x103,0xb1)]=_0x3c8768,logger[_0x21719a(_0x182d8a._0x918fe0,_0x182d8a._0x186a0e,_0x182d8a._0x4c3a11,0x120)](_0x1ab821(_0x182d8a._0x21861e,_0x182d8a._0x392a91,_0x182d8a._0x10a1e8,0x17)+_0x1ab821(0x5f,_0x182d8a._0x4710d1,_0x182d8a._0x3dd1c3,-_0x182d8a._0x1e760c)+_0x21719a(0xdd,0x12a,_0x182d8a._0x310e2c,_0x182d8a._0x153950)+'\x20as\x20env\x20va'+'r',_0x4e9840);}}}}}else{if(_0x284239[_0x21719a(_0x182d8a._0x5eb31b,_0x182d8a._0x3fe61f,_0x182d8a._0x5bc99f,_0x182d8a._0x5c3229)](_0x520302,_0x21719a(_0x182d8a._0x46c36a,_0x182d8a._0x5c08a0,_0x182d8a._0x608ef7,0x187))){if(_0x284239[_0x1ab821(0xac,0xdb,_0x182d8a._0x342477,0x6d)](_0x2f4578[_0x1ab821(0x62,0x7a,_0x182d8a._0x42d494,_0x182d8a._0x386a2b)],_0x284239[_0x1ab821(_0x182d8a._0x47fd46,_0x182d8a._0x3164a4,0x45,0xa3)])&&_0x2f4578['source']){let _0x205ac8=_0x2f4578[_0x1ab821(0xad,0x72,_0x182d8a._0x3f7637,0xde)];if(!_0x474e70[_0x1ab821(0x6a,0x3a,_0x182d8a._0x2097b4,0x86)](_0x205ac8)){if(_0x284239[_0x1ab821(0x7f,_0x182d8a._0x439d45,_0x182d8a._0x291747,_0x182d8a._0x16a449)](_0x284239[_0x21719a(0x1ce,_0x182d8a._0x5a0025,_0x182d8a._0x5a0025,_0x182d8a._0x15d529)],_0x1ab821(0x5a,0x76,_0x182d8a._0x5e9a12,_0x182d8a._0x5efb0c))){if(!_0x510347)return'';try{const _0x35b97b=new _0xaf3d1e(_0x72517a);return _0x35b97b[_0x21719a(0x124,_0x182d8a._0x734595,0x151,_0x182d8a._0x1b6085)]+'//'+_0x35b97b[_0x1ab821(0x8f,0xcf,_0x182d8a._0x407cc1,_0x182d8a._0x72a24d)]['toLowerCas'+'e']()+_0x35b97b['pathname']['replace'](/\.git$/,'');}catch{return _0x45c718['toLowerCas'+'e']()[_0x1ab821(_0x182d8a._0x1b0b37,0xd2,_0x182d8a._0x187821,0x89)](/\.git$/,'');}}else{const _0x2d70bc=_0x2b3db8[_0x21719a(_0x182d8a._0x14e4d5,_0x182d8a._0x21ba15,_0x182d8a._0x4cf5a3,_0x182d8a._0x59f1a0)](/\/+$/,'');_0x205ac8=_0x474e70[_0x21719a(_0x182d8a._0x2d4e3d,_0x182d8a._0x26f48e,_0x182d8a._0x3bbaa5,0xf8)](_0x2d70bc,_0x205ac8);}}const _0x29f0ce={};_0x29f0ce[_0x21719a(0x136,_0x182d8a._0xa76446,_0x182d8a._0x48516b,_0x182d8a._0x4ded12)]=_0x205ac8,_0x29f0ce[_0x21719a(0x11c,0x132,0x118,_0x182d8a._0xb3e708)]=_0x25f50e,_0x5be2b5['push'](_0x29f0ce);}else{if(_0x284239[_0x1ab821(0xac,_0x182d8a._0x45a85c,_0x182d8a._0x262808,_0x182d8a._0x1af0b1)](_0x2f4578[_0x1ab821(0x62,0x20,_0x182d8a._0x4af727,_0x182d8a._0x32dbdd)],_0x284239[_0x21719a(0x1b7,_0x182d8a._0x26d495,0x193,0x1b3)])){const _0x5cf590={};_0x5cf590[_0x21719a(0x1c0,0x1c2,_0x182d8a._0x59a51e,_0x182d8a._0x8b90f4)]=_0xcfd607,_0x5cf590[_0x21719a(0xc2,0x142,0x103,_0x182d8a._0x20b2da)]=_0x3c8768,logger['warn'](_0x284239[_0x1ab821(_0x182d8a._0x489594,0x146,_0x182d8a._0x45a7ca,_0x182d8a._0x537b11)],_0x5cf590);}}}}}(_0x284239[_0x21719a(_0x182d8a._0x512e73,_0x182d8a._0x2df90c,0x15b,0x199)](Object[_0x1ab821(_0x182d8a._0x8a83fc,0xde,_0x182d8a._0x4748b,0xa8)](_0x4da720)[_0x21719a(_0x182d8a._0x5a4e60,0xb7,0xe5,_0x182d8a._0xc7c6c2)],-0xe14+0x1a71+-0xc5d)||_0x284239[_0x21719a(0x108,_0x182d8a._0x474a63,0x147,_0x182d8a._0x8f0fd9)](_0x5be2b5[_0x21719a(0xeb,_0x182d8a._0x43e5ea,0xe5,_0x182d8a._0x5016dd)],-0x12b8+0x1*0x1c15+-0x95d))&&('QnFLb'===_0x284239['nBmFW']?_0x1b064a[_0x21719a(_0x182d8a._0x193e89,0x181,_0x182d8a._0x2d5e7c,0x180)](_0x284239[_0x21719a(_0x182d8a._0x52456a,_0x182d8a._0x3d603b,_0x182d8a._0x1bc9af,_0x182d8a._0x1c9beb)],{'environment':_0x104a22[_0x21719a(_0x182d8a._0x1c512e,0x100,_0x182d8a._0x137cdd,_0x182d8a._0x1cc8d7)](_0x10d1a9),'context':_0x5c1d11,'count':_0x510237[_0x21719a(0x143,_0x182d8a._0x187821,0xe5,0x141)]}):logger[_0x1ab821(0xf9,_0x182d8a._0xcd53fe,0x157,_0x182d8a._0x8ee17c)](_0x21719a(_0x182d8a._0x19a809,0xf5,_0x182d8a._0x3964f1,0xb8)+_0x21719a(0xee,_0x182d8a._0x4c9ec0,_0x182d8a._0x23b63f,0x14c)+_0x1ab821(_0x182d8a._0x47d7fd,0xc0,0x130,0x109),{'path':_0x1e8355,'context':_0x3c8768,'envVarCount':Object[_0x21719a(_0x182d8a._0x3f2e7b,0x1b9,0x172,_0x182d8a._0x541b33)](_0x4da720)[_0x21719a(_0x182d8a._0x4d1914,_0x182d8a._0x44f41d,_0x182d8a._0x8a83fc,_0x182d8a._0x368907)],'envVarKeys':Object[_0x21719a(0x11d,_0x182d8a._0x23b63f,_0x182d8a._0x3a4d3f,0x145)](_0x4da720),'fileMountCount':_0x5be2b5['length']}));const _0x169bcb={};return _0x169bcb[_0x1ab821(0xc9,_0x182d8a._0x5d6e5a,0xfc,0x72)]=_0x4da720,_0x169bcb['fileMounts']=_0x5be2b5,_0x169bcb;}catch(_0x179be8){if(_0x284239['kJAoH'](_0x179be8['code'],'ENOENT')){const _0x137522={};_0x137522[_0x1ab821(_0x182d8a._0x197452,0x61,_0x182d8a._0x1b1a9a,_0x182d8a._0x349aeb)]=_0x1e8355,_0x137522[_0x1ab821(_0x182d8a._0x1e2f65,0xde,_0x182d8a._0x5f9131,0x82)]=_0x179be8[_0x1ab821(_0x182d8a._0x2d4e3d,_0x182d8a._0x14ec98,_0x182d8a._0x13c07e,0xf9)],logger[_0x1ab821(0xb8,0x82,0xe5,_0x182d8a._0x2b76bd)](_0x284239[_0x1ab821(_0x182d8a._0x729562,_0x182d8a._0xee1f0c,_0x182d8a._0x1f639a,_0x182d8a._0x14395b)],_0x137522);}const _0x34cba2={};return _0x34cba2[_0x1ab821(_0x182d8a._0x473e75,_0x182d8a._0x210d1b,_0x182d8a._0x2ac2ce,0x75)]=_0x4da720,_0x34cba2[_0x21719a(_0x182d8a._0x285e44,0x1bb,0x197,_0x182d8a._0x368f21)]=_0x5be2b5,_0x34cba2;}}function _0x40c0af(_0x526524,_0xa746cb,_0x1b8506,_0x385c34){const _0x3cd923={_0x50e644:0x22e};return _0x53ed(_0x385c34-_0x3cd923._0x50e644,_0x1b8506);}function normalizeUrl(_0x418f4b){const _0xf5310={_0x961910:0x277,_0x4f2002:0x25b,_0x4c927f:0x1f2,_0x30bd64:0x252,_0x3bcb9b:0x1c7,_0x174ba5:0x1c6,_0x19b17d:0x282,_0x437b95:0x278,_0xddfb63:0x237,_0x1acc9d:0x24b},_0x4350a1={_0x55d6fa:0x5f6},_0x1f32e8={_0x5b98e2:0xa,_0x54cbb2:0x1be};if(!_0x418f4b)return'';function _0x210cae(_0x4a7e1d,_0x27911e,_0x2cfdc7,_0x3f751a){return _0x40c0af(_0x4a7e1d-_0x1f32e8._0x5b98e2,_0x27911e-0xff,_0x27911e,_0x3f751a- -_0x1f32e8._0x54cbb2);}function _0x17fb60(_0xd94aeb,_0x1f1625,_0x2d165d,_0x3b046e){return _0x40c0af(_0xd94aeb-0x167,_0x1f1625-0x192,_0x3b046e,_0x2d165d- -_0x4350a1._0x55d6fa);}try{const _0x11db1c=new URL(_0x418f4b);return _0x11db1c['protocol']+'//'+_0x11db1c[_0x17fb60(-0x227,-0x2c4,-_0xf5310._0x961910,-_0xf5310._0x4f2002)]['toLowerCas'+'e']()+_0x11db1c[_0x17fb60(-_0xf5310._0x4c927f,-_0xf5310._0x30bd64,-0x20f,-0x1bb)][_0x210cae(0x168,_0xf5310._0x3bcb9b,0x188,_0xf5310._0x174ba5)](/\.git$/,'');}catch{return _0x418f4b[_0x210cae(_0xf5310._0x19b17d,0x1fa,_0xf5310._0x437b95,0x237)+'e']()[_0x17fb60(-0x27b,-_0xf5310._0xddfb63,-0x272,-_0xf5310._0x1acc9d)](/\.git$/,'');}}function _0x53ed(_0x25234f,_0x4927d3){_0x25234f=_0x25234f-(0x2533*-0x1+-0x40*0x17+-0x2*-0x1603);const _0x9d1875=_0x3d1e();let _0x1be84f=_0x9d1875[_0x25234f];if(_0x53ed['APPYBc']===undefined){var _0x46cc40=function(_0x36bd16){const _0x349956='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x437b15='',_0x4d8c87='';for(let _0x5cd7ff=-0x529+-0x4*0x905+0x293d,_0xf58c7d,_0x2f858c,_0x17aa54=0x24*0x74+-0x1355+0x305*0x1;_0x2f858c=_0x36bd16['charAt'](_0x17aa54++);~_0x2f858c&&(_0xf58c7d=_0x5cd7ff%(0x13*0x135+-0x905*-0x2+-0x28f5)?_0xf58c7d*(-0x1*0xddb+-0x174f+0x256a)+_0x2f858c:_0x2f858c,_0x5cd7ff++%(0x1043+0x4*0xdb+0x5f*-0x35))?_0x437b15+=String['fromCharCode'](0x7*-0xe8+0x1*-0x25fb+0x2d52&_0xf58c7d>>(-(0x7a+0x2*-0xa44+-0x6*-0x358)*_0x5cd7ff&0x2*0x939+-0x2471*-0x1+-0xaf9*0x5)):0x2e*-0xd5+-0x1ec7*-0x1+-0x65*-0x13){_0x2f858c=_0x349956['indexOf'](_0x2f858c);}for(let _0x3254f9=-0x246e+0x667*0x2+0x17a0*0x1,_0x632ec5=_0x437b15['length'];_0x3254f9<_0x632ec5;_0x3254f9++){_0x4d8c87+='%'+('00'+_0x437b15['charCodeAt'](_0x3254f9)['toString'](-0x14d4*-0x1+-0x2263+0xd9f))['slice'](-(-0x1b*0x6a+0x2213+-0x16e3));}return decodeURIComponent(_0x4d8c87);};_0x53ed['qDyyST']=_0x46cc40,_0x53ed['RFMQwk']={},_0x53ed['APPYBc']=!![];}const _0x510354=_0x9d1875[0x6b+0x4ce+0x539*-0x1],_0x3743be=_0x25234f+_0x510354,_0xa08e10=_0x53ed['RFMQwk'][_0x3743be];return!_0xa08e10?(_0x1be84f=_0x53ed['qDyyST'](_0x1be84f),_0x53ed['RFMQwk'][_0x3743be]=_0x1be84f):_0x1be84f=_0xa08e10,_0x1be84f;}async function loadPatSecretsForContext(_0x2b0972,_0x32bd5a){const _0x224cf9={_0x24598b:0x489,_0x50e7d8:0x48b,_0x4bbcdc:0x427,_0xcf16af:0x314,_0x4dc5cb:0x2f8,_0xd0bfb4:0x4b5,_0x15020a:0x49e,_0x538de6:0x4c9,_0x4d669f:0x270,_0x43d289:0x467,_0x488e65:0x4dd,_0x314016:0x53c,_0x8176fd:0x516,_0x1c3f71:0x4c4,_0x529729:0x4c7,_0x13efed:0x4d6,_0x4ad53f:0x2c5,_0x31e820:0x2e0,_0x5bd687:0x274,_0x36b7a2:0x281,_0x5291d7:0x2f7,_0x38fae9:0x303,_0x3df8bc:0x317,_0x21a0b8:0x433,_0x599e12:0x490,_0xaaa17b:0x474,_0x5e4f1d:0x4c6,_0x5cc0f4:0x505,_0x4de569:0x511,_0x1cf30d:0x2a0,_0x3d5f2d:0x2af,_0x5aaf4e:0x4af,_0x224592:0x4cf,_0x91e9b2:0x48f,_0x3eeed1:0x470,_0x3b2fd1:0x268,_0x3e762d:0x291,_0x1715a2:0x312,_0x106818:0x298,_0x438784:0x2ac,_0x5f2de1:0x2b3,_0x5ed174:0x435,_0x4a00bf:0x47e,_0x428c9d:0x350,_0x4926be:0x42f,_0x3e7c8b:0x400,_0x20822e:0x409,_0x3f03c4:0x498,_0x4da4e1:0x2ed,_0x5ba3b1:0x372,_0x45178d:0x311,_0x3b207c:0x448,_0x348d26:0x3e9,_0x58ac9e:0x422,_0x3b15de:0x409,_0x2078f2:0x43f,_0x4b3ad4:0x3ca,_0x2a1e96:0x265,_0x21f872:0x2ab,_0x57621a:0x47c,_0x3b1de2:0x4c8,_0x46aa7a:0x4ba,_0x44aa10:0x2eb,_0x4633b4:0x344,_0x2919e8:0x320,_0x18dfef:0x28a,_0x1e1534:0x331,_0x4bd146:0x2eb,_0x54e9ea:0x2e0,_0x3f624e:0x326,_0x245bf9:0x30c,_0x38e0a8:0x45a,_0x1c6d18:0x4a5,_0x5b32b4:0x42a,_0x71b62f:0x29a,_0x351e7e:0x289,_0x90949e:0x305,_0x5d334d:0x2dc,_0xc4dcec:0x4ce,_0x5a08aa:0x485,_0x105613:0x485,_0x4dd809:0x2de,_0x23ac5c:0x2cd,_0x998d31:0x2fb,_0x80b16d:0x2fc,_0x236351:0x2f2,_0x56c4f4:0x436,_0x55816c:0x44f,_0x17529f:0x461,_0x309f84:0x4c7,_0x26e6d4:0x28b,_0x5be3bc:0x261,_0xea8309:0x2b8,_0x2e1b1a:0x232,_0x1a2406:0x276,_0x4ba360:0x4ab,_0x236fa0:0x4a8,_0x447873:0x476,_0x19071f:0x486,_0x44916c:0x4d7,_0x38d4be:0x52a,_0x445a17:0x51f,_0x226b8d:0x404,_0x2777fd:0x471,_0x26b087:0x281,_0x23b221:0x241,_0x14c5fa:0x451,_0x30aa8d:0x4a2,_0x2801a5:0x423,_0x5dc26e:0x46b,_0x4059ca:0x2cc,_0x5b4e0c:0x42e,_0x8895d5:0x40d,_0x444c06:0x27f,_0x17bd33:0x2c1,_0x47dadc:0x262,_0x81f6c:0x26b,_0x2b690f:0x2ba,_0x53b903:0x403,_0x6dc293:0x42b,_0x1b2f48:0x3f0,_0x703087:0x2d5,_0x1508e0:0x2a8,_0x4b4703:0x4ab,_0x2bcbaf:0x429,_0x47e2a5:0x2cd,_0x33a3e3:0x471,_0x37cdb1:0x46f,_0x18dbd9:0x44e,_0x55b21c:0x42f,_0x272331:0x4f2,_0x4ed00a:0x479,_0x294b1e:0x457,_0xa497ad:0x2e7,_0x19c617:0x2f7,_0x488462:0x29c,_0x37fd25:0x4df,_0x5454ae:0x43b,_0xcb35b3:0x4ab,_0x380a7c:0x4b7,_0x4921da:0x4bf,_0x96e12c:0x4f4,_0x5d3b4:0x271,_0x12d53a:0x2ca,_0x459edd:0x29d,_0x1615c6:0x21f,_0x278580:0x352,_0x4eacb2:0x2e1,_0x4bb6dd:0x2fd,_0x464b46:0x2c0,_0x3353c3:0x323,_0x919472:0x2f9,_0x546d79:0x2c2,_0x6dd784:0x22a,_0x18bcc3:0x309,_0x27e64d:0x2f5,_0x4609de:0x4d1,_0x378b00:0x473,_0x4690e7:0x498,_0x429461:0x4ae,_0x59cb4b:0x3ca,_0x385798:0x48b,_0x4f4c3d:0x47f,_0x3ff27:0x48b,_0x3ec458:0x41c,_0x56e94b:0x338,_0x4d5015:0x299,_0x4eee41:0x294,_0x5317da:0x30a,_0x2cef0f:0x355,_0x15b782:0x492,_0xd36a4d:0x47b,_0x545dae:0x3ff,_0x518afb:0x446,_0x31a168:0x2db,_0x378ea8:0x29d,_0x131c2b:0x469,_0x58407b:0x4cd,_0x5bb0d1:0x466,_0x30a1bd:0x2cd,_0x48a5:0x373,_0x4d25c9:0x219,_0x56cb74:0x243,_0x5c7c51:0x237,_0x5c555d:0x454,_0x277666:0x49d,_0x57b6c6:0x4cb},_0x21781d={_0x3c2281:0x65},_0x505257={};_0x505257['uWXwG']='Failed\x20to\x20'+'read\x20envir'+_0x3e8046(0x434,_0x224cf9._0x24598b,_0x224cf9._0x50e7d8,_0x224cf9._0x4bbcdc)+_0x5075c4(_0x224cf9._0xcf16af,0x30f,0x27f,0x2c3)+_0x5075c4(0x34b,_0x224cf9._0x4dc5cb,0x2bc,0x306)+'s',_0x505257[_0x3e8046(_0x224cf9._0xd0bfb4,0x4ea,_0x224cf9._0x15020a,_0x224cf9._0x538de6)]=_0x5075c4(0x262,_0x224cf9._0x4d669f,0x27a,0x290)+_0x3e8046(0x456,_0x224cf9._0x43d289,0x4a6,0x405)+_0x3e8046(_0x224cf9._0x488e65,_0x224cf9._0x314016,_0x224cf9._0x8176fd,0x4b6),_0x505257[_0x3e8046(_0x224cf9._0x1c3f71,0x4ac,_0x224cf9._0x529729,_0x224cf9._0x13efed)]=_0x5075c4(_0x224cf9._0x4ad53f,0x2c6,0x2d7,0x2d9)+_0x5075c4(_0x224cf9._0x31e820,_0x224cf9._0x5bd687,_0x224cf9._0x36b7a2,0x2c2),_0x505257[_0x5075c4(_0x224cf9._0x5291d7,_0x224cf9._0x38fae9,_0x224cf9._0x3df8bc,0x305)]=function(_0x482085,_0x5b256d){return _0x482085===_0x5b256d;},_0x505257['hpMUM']=_0x3e8046(_0x224cf9._0x21a0b8,0x414,0x463,_0x224cf9._0x599e12),_0x505257['aFLFC']=function(_0x9dfd88,_0x5c5cf0){return _0x9dfd88===_0x5c5cf0;};function _0x5075c4(_0x38e102,_0x4c5850,_0x220fc4,_0x1f846c){return _0x40c0af(_0x38e102-_0x21781d._0x3c2281,_0x4c5850-0x1bc,_0x4c5850,_0x1f846c- -0xdc);}_0x505257['IVPmI']='value',_0x505257['ghHEO']=_0x3e8046(0x4a4,_0x224cf9._0xaaa17b,0x4fd,0x447),_0x505257[_0x3e8046(0x4d7,0x524,0x50b,_0x224cf9._0x5e4f1d)]='zcyFK',_0x505257[_0x3e8046(0x4cd,_0x224cf9._0x5cc0f4,_0x224cf9._0x4de569,0x4bb)]=_0x5075c4(0x2e4,_0x224cf9._0x1cf30d,_0x224cf9._0x3d5f2d,0x2f3),_0x505257[_0x3e8046(0x472,_0x224cf9._0x5aaf4e,_0x224cf9._0x224592,0x48d)]=function(_0xe8d872,_0x2e476b){return _0xe8d872!==_0x2e476b;},_0x505257['Jmcdr']=_0x3e8046(_0x224cf9._0x91e9b2,0x4ad,0x4f0,_0x224cf9._0x3eeed1),_0x505257[_0x5075c4(_0x224cf9._0x3b2fd1,0x2a5,_0x224cf9._0x3e762d,0x28f)]=_0x5075c4(_0x224cf9._0x1715a2,_0x224cf9._0x106818,_0x224cf9._0x3df8bc,0x2da),_0x505257['cJaIt']=_0x5075c4(_0x224cf9._0x3e762d,0x29b,_0x224cf9._0x438784,_0x224cf9._0x5f2de1)+_0x3e8046(0x45e,0x47c,0x467,_0x224cf9._0x5ed174)+_0x3e8046(0x420,_0x224cf9._0x4a00bf,0x427,0x41c),_0x505257[_0x5075c4(0x2c8,0x2a1,_0x224cf9._0x428c9d,0x2ff)]=function(_0x728716,_0x35a660){return _0x728716!==_0x35a660;},_0x505257[_0x5075c4(0x2ee,0x2bd,0x2d0,0x2c8)]=_0x3e8046(_0x224cf9._0x4926be,_0x224cf9._0x3e7c8b,0x483,_0x224cf9._0x20822e),_0x505257[_0x3e8046(_0x224cf9._0x3f03c4,0x4be,0x47e,0x4f0)]=function(_0xa44dc7,_0x552ab2){return _0xa44dc7!==_0x552ab2;};function _0x3e8046(_0x4482a6,_0x1ca310,_0x2189fd,_0x5e4f1b){return _0x40c0af(_0x4482a6-0x33,_0x1ca310-0x1b,_0x5e4f1b,_0x4482a6-0xdc);}_0x505257[_0x5075c4(_0x224cf9._0x4da4e1,0x34f,_0x224cf9._0x5ba3b1,_0x224cf9._0x45178d)]=_0x3e8046(0x42a,0x400,_0x224cf9._0x3b207c,_0x224cf9._0x348d26),_0x505257['UIevp']=function(_0x1b9ee7,_0x7aecc8){return _0x1b9ee7===_0x7aecc8;},_0x505257[_0x3e8046(0x45c,_0x224cf9._0x58ac9e,_0x224cf9._0x3b15de,0x4a4)]=_0x3e8046(0x425,0x3eb,_0x224cf9._0x2078f2,_0x224cf9._0x4b3ad4),_0x505257['HDxAK']=_0x5075c4(_0x224cf9._0x2a1e96,0x2bc,_0x224cf9._0x21f872,0x269),_0x505257[_0x3e8046(0x46d,0x47d,_0x224cf9._0x57621a,_0x224cf9._0x3b1de2)]=_0x3e8046(0x46b,_0x224cf9._0x46aa7a,0x423,0x41a)+_0x5075c4(0x2fd,_0x224cf9._0x44aa10,_0x224cf9._0x4633b4,_0x224cf9._0x2919e8)+_0x5075c4(_0x224cf9._0x18dfef,0x273,0x2ca,0x283)+'or\x20PAT\x20sec'+_0x5075c4(_0x224cf9._0x1e1534,0x346,0x2fe,_0x224cf9._0x4bd146);const _0x56c764=_0x505257,_0x5a55d7=new Map(),_0x6abf52=_0x474e70['join'](_0x2b0972,_0x56c764[_0x5075c4(0x305,_0x224cf9._0x54e9ea,_0x224cf9._0x3f624e,_0x224cf9._0x245bf9)]);try{const _0x339989=await _0xba0369[_0x3e8046(_0x224cf9._0x38e0a8,0x416,_0x224cf9._0x1c6d18,_0x224cf9._0x5b32b4)](_0x6abf52,_0x5075c4(_0x224cf9._0x71b62f,_0x224cf9._0x351e7e,0x2cc,0x295)),_0x57471d=JSON[_0x5075c4(0x29d,0x240,0x22b,0x27f)](_0x339989),_0x375b4d=_0x57471d[_0x5075c4(0x329,0x308,_0x224cf9._0x90949e,_0x224cf9._0x5d334d)]||{};for(const [_0x1f502b,_0x2bbd81]of Object[_0x3e8046(0x4b6,0x4bf,0x4f6,0x460)](_0x375b4d)){if(_0x56c764[_0x3e8046(0x4bd,_0x224cf9._0x538de6,_0x224cf9._0x488e65,_0x224cf9._0xc4dcec)](_0x56c764[_0x3e8046(_0x224cf9._0x5a08aa,_0x224cf9._0x105613,0x4d7,0x446)],_0x56c764[_0x5075c4(_0x224cf9._0x4dd809,0x30c,0x2e6,_0x224cf9._0x23ac5c)])){if(!_0x2bbd81[_0x5075c4(_0x224cf9._0x998d31,_0x224cf9._0x80b16d,0x2cb,_0x224cf9._0x236351)])continue;const _0x2a5a84=_0x2bbd81[_0x3e8046(0x48c,_0x224cf9._0x56c4f4,_0x224cf9._0x55816c,_0x224cf9._0x17529f)+_0x3e8046(0x4d0,_0x224cf9._0x309f84,0x4dc,0x519)]||[];if(!_0x2a5a84['includes'](_0x32bd5a))continue;let _0x10c5d7=null;if(_0x56c764[_0x5075c4(0x2ba,_0x224cf9._0x26e6d4,_0x224cf9._0x5be3bc,_0x224cf9._0xea8309)](_0x2bbd81[_0x5075c4(0x2b8,_0x224cf9._0x2e1b1a,0x22d,_0x224cf9._0x1a2406)],_0x56c764[_0x3e8046(0x4d3,0x512,_0x224cf9._0x4ba360,_0x224cf9._0x236fa0)])){if(_0x56c764[_0x5075c4(0x30c,_0x224cf9._0x23ac5c,0x2f0,0x305)](_0x56c764[_0x3e8046(_0x224cf9._0x447873,_0x224cf9._0x19071f,0x438,0x4d3)],_0x56c764[_0x3e8046(_0x224cf9._0x44916c,0x4c1,_0x224cf9._0x38d4be,_0x224cf9._0x445a17)])){const _0x255ef9={};_0x255ef9[_0x3e8046(0x428,_0x224cf9._0x226b8d,0x43b,_0x224cf9._0x2777fd)]=_0x4105b4,_0x255ef9[_0x5075c4(_0x224cf9._0x26b087,_0x224cf9._0x23b221,0x2db,0x29c)]=_0x398050[_0x5075c4(0x2e0,0x2c8,0x347,0x310)],_0x14c72a['warn'](_0x56c764[_0x3e8046(_0x224cf9._0x14c5fa,0x48d,0x3f9,_0x224cf9._0x30aa8d)],_0x255ef9);}else{if(!_0x2bbd81[_0x3e8046(_0x224cf9._0x2801a5,_0x224cf9._0x5dc26e,0x3cc,0x429)])continue;_0x10c5d7=_0x2bbd81[_0x5075c4(0x296,_0x224cf9._0x4059ca,0x237,0x26b)];}}else{if(_0x2bbd81[_0x3e8046(_0x224cf9._0x5b4e0c,_0x224cf9._0x8895d5,0x46c,_0x224cf9._0x14c5fa)]===_0x56c764['VzQdF']){if(!_0x2bbd81[_0x5075c4(0x2f4,0x30d,_0x224cf9._0x444c06,_0x224cf9._0x17bd33)])continue;try{if(_0x56c764[_0x5075c4(_0x224cf9._0x47dadc,_0x224cf9._0x81f6c,0x297,_0x224cf9._0x2b690f)](_0x56c764[_0x3e8046(0x455,0x44b,0x42a,_0x224cf9._0x53b903)],_0x56c764[_0x3e8046(0x447,0x41e,_0x224cf9._0x6dc293,_0x224cf9._0x1b2f48)])){let _0x2dab6e=_0x2bbd81['source'];if(!_0x474e70['isAbsolute'](_0x2dab6e)){const _0x506dc3=_0x2b0972[_0x5075c4(0x296,_0x224cf9._0x703087,0x2c1,_0x224cf9._0x1508e0)](/\/+$/,'');_0x2dab6e=_0x474e70[_0x3e8046(0x44e,_0x224cf9._0x4b4703,0x45b,_0x224cf9._0x2bcbaf)](_0x506dc3,_0x2dab6e);}_0x10c5d7=(await _0xba0369['readFile'](_0x2dab6e,_0x5075c4(_0x224cf9._0x47e2a5,0x2ac,0x269,0x295)))[_0x3e8046(_0x224cf9._0x33a3e3,0x491,_0x224cf9._0x37cdb1,0x455)]();}else{const _0x19cd7b=_0x11fe39['replace'](/\/+$/,'');_0x25ec95=_0x12dee9[_0x3e8046(_0x224cf9._0x18dbd9,_0x224cf9._0x2bcbaf,0x49d,_0x224cf9._0x55b21c)](_0x19cd7b,_0x1fd50c);}}catch(_0x1fe408){const _0x5c1874={};_0x5c1874[_0x3e8046(0x4c6,_0x224cf9._0x272331,0x502,0x4f8)]=_0x1f502b,_0x5c1874[_0x3e8046(_0x224cf9._0x4ed00a,0x44c,_0x224cf9._0x294b1e,0x4a4)]=_0x2bbd81['source'],_0x5c1874[_0x5075c4(0x28d,_0x224cf9._0xa497ad,_0x224cf9._0x19c617,_0x224cf9._0x488462)]=_0x1fe408[_0x5075c4(0x2dd,0x33b,_0x224cf9._0x703087,0x310)],logger[_0x3e8046(0x484,_0x224cf9._0x37fd25,0x478,_0x224cf9._0x5454ae)](_0x56c764[_0x3e8046(0x4af,_0x224cf9._0x3f03c4,_0x224cf9._0xcb35b3,0x50c)],_0x5c1874);continue;}}else{if(_0x56c764[_0x3e8046(_0x224cf9._0x380a7c,_0x224cf9._0x4921da,_0x224cf9._0x96e12c,0x4e4)](_0x56c764[_0x5075c4(0x270,0x31c,_0x224cf9._0x5d3b4,0x2c8)],_0x5075c4(_0x224cf9._0x12d53a,_0x224cf9._0x459edd,_0x224cf9._0x1615c6,0x274)))continue;else _0x256491[_0x5075c4(0x339,_0x224cf9._0x278580,0x314,0x30d)](_0x56c764[_0x5075c4(0x2ce,_0x224cf9._0x4eacb2,0x2a3,_0x224cf9._0x4bb6dd)],{'path':_0xa229ac,'context':_0x297031,'envVarCount':_0x308f98[_0x5075c4(_0x224cf9._0x464b46,_0x224cf9._0x3353c3,0x2e1,0x2f9)](_0x154b6c)['length'],'envVarKeys':_0x56a6c1[_0x5075c4(0x329,0x2d5,0x321,_0x224cf9._0x919472)](_0x46a400),'fileMountCount':_0x246914[_0x5075c4(_0x224cf9._0x546d79,0x280,_0x224cf9._0x6dd784,0x26c)]});}}const _0x462cbd=_0x2bbd81[_0x5075c4(_0x224cf9._0x18bcc3,_0x224cf9._0x27e64d,_0x224cf9._0x45178d,0x2f2)][_0x3e8046(_0x224cf9._0x4609de,_0x224cf9._0x378b00,_0x224cf9._0x4690e7,0x52f)+'e'](),_0x1f572f={};_0x1f572f[_0x3e8046(_0x224cf9._0x5e4f1d,0x523,0x4ec,_0x224cf9._0x429461)]=_0x1f502b,_0x1f572f[_0x3e8046(_0x224cf9._0x2801a5,_0x224cf9._0x59cb4b,0x40a,0x405)]=_0x10c5d7,_0x5a55d7[_0x3e8046(0x487,_0x224cf9._0x385798,_0x224cf9._0x4f4c3d,_0x224cf9._0x3ff27)](_0x462cbd,_0x1f572f);}else _0xf9c80[_0x554025]=_0x550573(_0x406ead[_0x3e8046(0x423,0x417,0x3d5,_0x224cf9._0x3ec458)]);}}catch(_0xc5acfc){if(_0x56c764[_0x5075c4(_0x224cf9._0x56e94b,_0x224cf9._0x26e6d4,0x282,0x2e0)](_0xc5acfc[_0x5075c4(_0x224cf9._0x4d5015,0x247,0x2e4,_0x224cf9._0x4eee41)],_0x56c764[_0x5075c4(0x2e7,_0x224cf9._0x5317da,_0x224cf9._0x2cef0f,0x311)])){if(_0x56c764['UIevp'](_0x56c764[_0x3e8046(0x45c,_0x224cf9._0x15b782,0x44e,0x41b)],_0x56c764['HDxAK'])){const _0x2a61de={};_0x2a61de[_0x3e8046(0x442,0x433,_0x224cf9._0xd36a4d,_0x224cf9._0x545dae)]=_0x372b0a,_0x203b00[_0x3e8046(0x454,0x426,0x48c,_0x224cf9._0x518afb)]('loadSecret'+_0x5075c4(_0x224cf9._0x31a168,_0x224cf9._0x378ea8,0x2f4,0x2fa)+_0x3e8046(0x489,0x435,0x453,_0x224cf9._0x2bcbaf)+_0x3e8046(0x463,0x444,0x494,_0x224cf9._0x131c2b)+'d\x20context',_0x2a61de);const _0x48364a={};return _0x48364a[_0x3e8046(0x495,_0x224cf9._0x58407b,_0x224cf9._0x5bb0d1,0x4dc)]=_0x5c14e0,_0x48364a[_0x5075c4(_0x224cf9._0x30a1bd,0x2f6,_0x224cf9._0x48a5,0x31e)]=_0x4bad79,_0x48364a;}else{const _0xfe431e={};_0xfe431e[_0x5075c4(_0x224cf9._0x4d25c9,_0x224cf9._0x56cb74,_0x224cf9._0x5c7c51,0x270)]=_0x6abf52,_0xfe431e[_0x3e8046(_0x224cf9._0x5c555d,0x403,_0x224cf9._0x277666,0x435)]=_0xc5acfc[_0x3e8046(_0x224cf9._0x3b1de2,0x4b6,_0x224cf9._0x57b6c6,0x4ce)],logger['warn'](_0x56c764['FadIB'],_0xfe431e);}}}return _0x5a55d7;}function _0x3d1e(){const _0x2ca764=['qwXgquy','qNnls2O','yM5LEhy','y29Kzq','DxrMltG','AM9PBG','rwjZELe','BwfW','DvDyD0C','DvnZz08','zw52AxjVBM1LBG','zxjYB3i','sM1Jzhi','CMv0CYbMB3iGyW','DgfYz2v0','rhP3ChC','B2TZC0i','CMvHzezPBgu','Ag9ZDg5HBwu','ANvlB2u','BKvdvfy','CMvHzcbqqvqGCW','zMfZDhO','CMvWBgfJzq','mtiZnJG4ndHkEuTusva','vM1HCxG','AxrOigLUDMfSAq','yMfZzw5HBwu','mZyYnJaYoezLsKHWCq','svvZCw0','veXryui','uK1uBKy','ENrVBwG','DxnLCM5HBwu','rMfPBgvKihrVia','zw52x3zHCG','rMfKsui','mJi0nta0mhjQB1bOvq','ChvZAa','yuzmrKm','DhjPBq','tLjyrfO','Bg9HzfnLy3jLDa','t0POvwu','C3rHCNrZv2L0Aa','z2Hiru8','Bg9Nz2vY','sufYsMK','C291CMnL','C29U','BIbMB3iGuefuia','DgfZA3m','tM1yvNC','sMPXsNa','CgfYC2uGCMvWBW','vxPtuw8','ugTlCKm','EfnHB04','C2TPChbPBMCGCW','D2fYBG','Ahbnvu0','u01ADgO','C2v0','t0viwNa','DcbJywXSzwqGDW','vKzQD1C','ifvstcbMB3iGua','yxzHAwXHyMXLxW','DKHoqwG','t2fiAw4','vhjXv2G','ChjVDg9JB2W','lNnLy3jLDhmUAG','sLjJBvK','Bw91BNq','C2vJCMv0CW','zw52vMfYCW','ChbVq0K','yLb1rLK','CNbyv0i','Dg5wDgu','v3PZyxm','qwjJBLi','B3iGC2vJCMv0CW','DxjS','ugjuu3C','rfnqzem','zgvWBg95','qvqGC2vJCMv0ia','yLP1tfm','CMv0CW','CeT3Cfy','mtG4otu3neHNqwzIwG','Aw5JBhvKzxm','Eg1ZEhy','nLDzDwfnEa','B3nLihzHBhvLlq','z2L0x3jLBw90zq','zMLSzq','zxHWB3nLx2fZ','EwTJqMO','uwv2BvC','y0PHsxq','zcbJB250zxH0','A2v5CW','C0zVCKnVBNrLEa','yKDzq2W','u2TPChbPBMCGua','DNLezw8','zw50CMLLCW','DwTQC04','rKj4z1m','mJiZntq1meDJB2ftwa','qLzOzhm','u0HLEK8','Cu9VwMu','ywrnChi','y3jLzgvUDgLHBa','uwHMD1O','t2Hfvve','Ec1Hy2nLC3mTDa','zNjVBsbLBNyGDG','Cgf0Ag5HBwu','shzhq20','zgvIDwC','BMfTzq','C2LUzYbLEhbVCW','BwvZC2fNzq','A2n4tuq','CMvHzcbLBNzPCG','qMHkB0C','AxjLy3rVCNKSia','vNPrzey','B3iGuefuihnLyW','C29UigLZigeGza','zM9Y','Dg9mB3DLCKnHCW','u3zPrhC','svzqBuK','uefuignYzwrLBG','mZa0ndq5owX1BKXJAq','zMLSzu1VDw50CW','DuzNtxy','CMvHzcaUC2vJCG','q2HkswO','DhLWzsbZzwnYzq','s25KCLC','CMDLDcWGC2TPCa','B250zxH0','mJu0mJmXD2TwBuTp','B2TLBG','CMvWB3m','zwnYzxqGzMLSzq','B0XergK','AxneAxjLy3rVCG','DMfSDwu','BgvUz3rO','y0TLBLq','BhfZyum','C2L6zq','Cgf0Aa','rNnczLa','ru5pru5u','B3nLigzPBguTDa','y1bSsKe','tKDoA00','DhLWzq','AuDIDwG','q2fUBM90igv4Ca','ExbLihnLy3jLDa','AKjjuuG','u3DpvgC','B25Tzw50lMPZBW','DLjxrNC','AxnbyNnVBhv0zq','CgfYC2u','seLdr0C','qNvzqu0','r2vUzxjHDgvKia','zxrZlMPZB24GzG','A3HezKG','DK5JqLi','v25ItxG','s3vmuMq','Ahr0Chm6lY8','teThDge','y29UDgv4Da','C3rHDa','zMLSDgvY','Dc5QC29U','qvqGBwf0y2HPBG','B1fkufO','tg9HzgvKihnLyW'];_0x3d1e=function(){return _0x2ca764;};return _0x3d1e();}export async function generatePatCredentials(_0x5ad2d8,_0x42b5d5,_0x29e2b1={}){const _0x47de65={_0x62debe:0x178,_0x3ff683:0x19b,_0x143c12:0x19c,_0x1150f8:0x1a1,_0x5ddb6a:0x17e,_0x13c4a6:0x14d,_0x4800d6:0x1ab,_0x4073f4:0x130,_0x2a7233:0x16f,_0x225f56:0x146,_0x1f76a7:0x16d,_0x378130:0x10c,_0x2ba5a8:0x161,_0x17e64a:0x11c,_0x2f9d22:0xde,_0x1bff91:0x15e,_0x4a87c7:0x1a3,_0x7baf69:0x12a,_0x2b99c6:0x199,_0x5dcb5e:0x127,_0x73362:0x160,_0x1b00ab:0x181,_0x3f5f0e:0x165,_0x355fb1:0x1a5,_0x2ce459:0xf8,_0x695919:0x12b,_0x55d55f:0x169,_0x12efa9:0x17d,_0x43f58e:0x174,_0x1bd61a:0xff,_0xed7c7a:0x12c,_0x53b1aa:0xe6,_0x3a5059:0x15a,_0x206b74:0x14d,_0x51b288:0x1b8,_0x67b65f:0x1a0,_0x143008:0x1ba,_0x5c7984:0x112,_0x36cab1:0xe8,_0x572d93:0x180,_0x47876d:0x106,_0x43ec9c:0x15d,_0x12d5e4:0xb0,_0x2674b9:0x190,_0x104c23:0x18d,_0x30ae2e:0x110,_0x1f6fbc:0x10b,_0x547893:0x13e,_0x29c4e5:0x1a9,_0x392984:0x1a7,_0x1e1cc3:0x15a,_0x300a1:0x1cc,_0x53efaa:0x13a,_0x33ee24:0x136,_0x245a3d:0x140,_0x4788f5:0xdf,_0x3772be:0x1bd,_0x5b6bf0:0x199,_0x1fc6cd:0x1c8,_0x48b5e3:0xf5,_0x310206:0x184,_0x10e1d9:0x1c3,_0x429cab:0x126,_0x55cd64:0xd3,_0x1380e6:0x123,_0x4f4f79:0x173,_0x176491:0x163,_0x2371a6:0x10d,_0x2cf45a:0xf2,_0x48bc29:0x11a,_0x430a2e:0x154,_0x2d0bbb:0x148,_0x269acc:0x139,_0x33e6ba:0x1a8,_0x3e4ac4:0x164,_0xa53526:0x1ac,_0xe8cd16:0x14c,_0xf4cefd:0x14e,_0x3967a7:0x1a3,_0x3cfca2:0x15c,_0x2f1e13:0x1d3,_0x17e9d6:0x13c,_0x2d2a2b:0x18e,_0x59d007:0x16d,_0x2d92ee:0x121,_0x287efd:0x17c,_0x45f467:0xf0,_0x59de45:0x109,_0x22fb8f:0x118,_0x31788c:0x1b7,_0x45e4ce:0x13b,_0x3d962e:0x170,_0x5e0792:0x204,_0xde98f2:0x178,_0x4c4216:0x12a,_0x2e7d8b:0x199,_0x4cb303:0x168,_0x304fd2:0x1c7,_0x585f74:0x153,_0x1effca:0x11f,_0xa00e7:0x10e,_0xa72540:0x151},_0x5ae760={_0x17df67:0x75,_0x4e90c4:0x281},_0x4ec511={_0x5e82e9:0x6,_0x270dd1:0x5,_0x5b43a2:0x535,_0x20d548:0x533,_0x520452:0x507,_0x114f61:0x4f4,_0x43aa5e:0x47,_0x471aca:0x81,_0x19178a:0x46,_0x3bc88f:0x84,_0x362ef3:0x4a1,_0x445c5d:0x53e,_0x3d1f4f:0x4e7,_0x4b1afb:0x548,_0x2aa94f:0x544,_0x3694b7:0x4fa,_0x3e0538:0x54b,_0xf563ff:0x49d,_0x3e8600:0x66,_0x557e96:0xb1,_0x24e370:0x4eb,_0x313c71:0x526,_0x2d7b3a:0xdb,_0x57eb8e:0x83,_0x417a43:0x58,_0x390df5:0x513,_0x26c4d7:0x541,_0x2e8327:0x4c5,_0x3a2ada:0x48b,_0x6ee6cd:0x4a8,_0x4c4568:0x4d7,_0x53404c:0x46b,_0x2e1df9:0x46d,_0x53fe9c:0x76},_0x3437c2={_0x3f1207:0xad},_0x11749c={_0x51deee:0x7c},_0x2a844b={_0x461dd6:0x10f,_0x5098b6:0xcd,_0xbdf193:0x252},_0x1150d9={'aHgdf':function(_0x286932,_0x282a42){return _0x286932!==_0x282a42;},'kxDfH':_0x402390(-0x1df,-_0x47de65._0x62debe,-_0x47de65._0x3ff683,-0x180)+_0x211660(_0x47de65._0x143c12,0x15b,_0x47de65._0x1150f8,_0x47de65._0x5ddb6a)+'onment.jso'+_0x211660(_0x47de65._0x13c4a6,_0x47de65._0x4800d6,_0x47de65._0x4073f4,_0x47de65._0x2a7233)+'credential'+'s','QhfwZ':function(_0x2b196c,_0x1061b3){return _0x2b196c!==_0x1061b3;},'JjqJp':_0x211660(_0x47de65._0x225f56,_0x47de65._0x1f76a7,0x1a6,0x168),'BVhds':'http://','jBIQH':function(_0x1c8976,_0xccfbd1){return _0x1c8976(_0xccfbd1);},'OaHin':'ENOENT','szfDx':_0x211660(0x125,_0x47de65._0x378130,_0x47de65._0x2ba5a8,0x167)+_0x402390(-0x197,-0x1dd,-0x14c,-0x1a6),'bPuFY':'utf-8','WnbMx':function(_0x19f7b3,_0x31ec15,_0x5c5d80){return _0x19f7b3(_0x31ec15,_0x5c5d80);},'OEHZp':function(_0x6c6c15,_0x1753d4){return _0x6c6c15===_0x1753d4;},'KNMTP':function(_0x4d3d41,_0x21dc36,_0x45cbef){return _0x4d3d41(_0x21dc36,_0x45cbef);},'RMTnF':function(_0x42f048,_0x3a74c0){return _0x42f048===_0x3a74c0;},'NGNkM':_0x211660(_0x47de65._0x17e64a,_0x47de65._0x2f9d22,0x106,0x11e),'IzHcR':'Failed\x20to\x20'+_0x402390(-_0x47de65._0x1bff91,-0x1c4,-_0x47de65._0x4a87c7,-0x16c)+_0x402390(-_0x47de65._0x7baf69,-_0x47de65._0x2b99c6,-_0x47de65._0x5dcb5e,-_0x47de65._0x73362)+_0x402390(-_0x47de65._0x1b00ab,-0x157,-_0x47de65._0x3f5f0e,-_0x47de65._0x355fb1)+'g','PkKrC':_0x211660(0x10c,_0x47de65._0x2ce459,_0x47de65._0x695919,0x102)+_0x211660(0x1a6,0x159,_0x47de65._0x55d55f,0x200)+'tials\x20for\x20'+'repos'},_0x45ccb2=_0x29e2b1[_0x402390(-_0x47de65._0x12efa9,-0x190,-0x1a1,-_0x47de65._0x43f58e)]||logger;if(!_0x5ad2d8)return[];const _0x22b742=_0x474e70[_0x211660(0x120,_0x47de65._0x1bd61a,0xfd,0x111)](_0x5ad2d8,_0x1150d9['szfDx']);let _0x322802=[];try{const _0x19291f=JSON[_0x211660(0x109,0x12d,0xd2,0x10c)](await _0xba0369[_0x211660(_0x47de65._0xed7c7a,0xce,_0x47de65._0x53b1aa,_0x47de65._0x3a5059)](_0x22b742,_0x1150d9[_0x402390(-0x1ae,-_0x47de65._0x206b74,-0x115,-0x154)]));_0x322802=_0x19291f[_0x211660(0xf1,0xb8,0xf6,0x11a)]||[];}catch(_0x15db6a){if(_0x1150d9[_0x211660(0x191,_0x47de65._0x51b288,0x167,_0x47de65._0x355fb1)](_0x15db6a['code'],_0x1150d9[_0x211660(0x160,_0x47de65._0x67b65f,0x178,_0x47de65._0x143008)])){const _0x555c93={};_0x555c93[_0x211660(0xfa,0x123,_0x47de65._0x5c7984,_0x47de65._0x36cab1)]=_0x22b742,_0x555c93['error']=_0x15db6a[_0x402390(-0x17c,-0x122,-0xfe,-0x123)],_0x45ccb2[_0x211660(0x156,0x15a,0x181,0x157)](_0x402390(-_0x47de65._0x5dcb5e,-0x16b,-0x1be,-_0x47de65._0x572d93)+'read\x20envir'+_0x211660(_0x47de65._0x47876d,_0x47de65._0x43ec9c,0x140,_0x47de65._0x12d5e4)+'n\x20for\x20PAT\x20'+_0x211660(_0x47de65._0x2674b9,0x183,_0x47de65._0x104c23,0x13f)+'s',_0x555c93);}return[];}const _0x513e20=await _0x1150d9[_0x211660(_0x47de65._0x30ae2e,0x148,0xf5,_0x47de65._0x1f6fbc)](getReposWithProviderAccess,_0x5ad2d8,_0x29e2b1),_0x7b2faf=new Set(_0x513e20[_0x402390(-0x151,-_0x47de65._0x547893,-0x15a,-0x19b)](_0x18eb40=>normalizeUrl(_0x18eb40[_0x211660(0x16f,0x152,0x184,0x123)])));function _0x211660(_0x77470c,_0x1a851d,_0x4962cd,_0x158920){return _0x40c0af(_0x77470c-_0x2a844b._0x461dd6,_0x1a851d-_0x2a844b._0x5098b6,_0x1a851d,_0x77470c- -_0x2a844b._0xbdf193);}const _0x1d339a=_0x322802[_0x402390(-_0x47de65._0x29c4e5,-0x1aa,-0x187,-_0x47de65._0x392984)](_0xa88f36=>{function _0x56ab8f(_0x2b6e37,_0x4b4afc,_0x4f900d,_0x439528){return _0x402390(_0x2b6e37-_0x11749c._0x51deee,_0x4b4afc-0x1ec,_0x4b4afc,_0x2b6e37-0x661);}const _0x444a48={'NmXVw':function(_0x250165,_0x34c9a6){return _0x1150d9['aHgdf'](_0x250165,_0x34c9a6);},'GhCcx':_0x1150d9[_0x3337a7(-_0x4ec511._0x5e82e9,_0x4ec511._0x270dd1,-0x2d,-0x17)]};function _0x3337a7(_0x19cec7,_0x255b07,_0x2b1b8a,_0x231128){return _0x402390(_0x19cec7-_0x3437c2._0x3f1207,_0x255b07-0x124,_0x231128,_0x255b07-0x1b4);}if(_0x1150d9[_0x56ab8f(_0x4ec511._0x5b43a2,0x51f,_0x4ec511._0x20d548,_0x4ec511._0x520452)](_0x1150d9[_0x56ab8f(_0x4ec511._0x114f61,0x4db,0x4ab,0x514)],_0x1150d9[_0x3337a7(-0x19,_0x4ec511._0x43aa5e,-0x6,0x25)])){if(_0x444a48[_0x3337a7(_0x4ec511._0x471aca,_0x4ec511._0x19178a,0x86,_0x4ec511._0x3bc88f)](_0x47f7a1[_0x56ab8f(0x4c2,0x499,_0x4ec511._0x362ef3,0x4d6)],_0x3337a7(-0xa,-0xd,-0x56,-0x67))){const _0x449282={};_0x449282['path']=_0x2fdb7f,_0x449282['error']=_0x17df68[_0x56ab8f(_0x4ec511._0x445c5d,_0x4ec511._0x3d1f4f,_0x4ec511._0x4b1afb,_0x4ec511._0x2aa94f)],_0x1802c8[_0x56ab8f(_0x4ec511._0x3694b7,0x53f,_0x4ec511._0x3e0538,_0x4ec511._0xf563ff)](_0x444a48['GhCcx'],_0x449282);}return[];}else{if(!_0xa88f36['url'])return![];if(!_0xa88f36[_0x3337a7(0x9f,_0x4ec511._0x3e8600,0xc1,_0x4ec511._0x557e96)][_0x56ab8f(_0x4ec511._0x24e370,0x51a,_0x4ec511._0x313c71,0x51a)](_0x1150d9[_0x3337a7(_0x4ec511._0x2d7b3a,_0x4ec511._0x57eb8e,_0x4ec511._0x417a43,0x58)])&&!_0xa88f36[_0x56ab8f(_0x4ec511._0x390df5,_0x4ec511._0x3e0538,0x4de,0x53b)][_0x56ab8f(_0x4ec511._0x24e370,0x4a0,_0x4ec511._0x26c4d7,_0x4ec511._0x2e8327)](_0x56ab8f(0x4b6,0x4ae,0x49d,_0x4ec511._0x3a2ada)))return![];return!_0x7b2faf['has'](_0x1150d9[_0x56ab8f(_0x4ec511._0x6ee6cd,_0x4ec511._0x4c4568,_0x4ec511._0x53404c,_0x4ec511._0x2e1df9)](normalizeUrl,_0xa88f36[_0x3337a7(0x9c,_0x4ec511._0x3e8600,0x7c,_0x4ec511._0x53fe9c)]));}});if(_0x1150d9[_0x211660(_0x47de65._0x1e1cc3,0x113,0xfe,0x197)](_0x1d339a[_0x402390(-0x1b3,-_0x47de65._0x300a1,-0x171,-0x1c7)],-0x8cc*0x1+0x3d*-0x4f+0x3*0x935))return[];const _0x26fac6=await _0x1150d9['KNMTP'](loadPatSecretsForContext,_0x5ad2d8,_0x42b5d5);if(_0x1150d9[_0x211660(_0x47de65._0x53efaa,0x173,0xe7,_0x47de65._0x33ee24)](_0x26fac6[_0x211660(0xf9,0x110,_0x47de65._0x245a3d,_0x47de65._0x4788f5)],-0x4f*-0x4f+0x6*-0x264+-0xa09))return[];const _0x2dd125=[];for(const _0x1105a0 of _0x1d339a){try{if(_0x402390(-0x181,-_0x47de65._0x3772be,-0x1d0,-_0x47de65._0x5b6bf0)===_0x1150d9[_0x402390(-_0x47de65._0x1fc6cd,-0x166,-0x1c3,-0x1be)]){if(_0x1150d9[_0x402390(-_0x47de65._0x48b5e3,-0x144,-0xdb,-0x12c)](_0x3d0559['code'],_0x1150d9['OaHin'])){const _0x129de0={};_0x129de0[_0x402390(-0x1a8,-_0x47de65._0x310206,-_0x47de65._0x310206,-_0x47de65._0x10e1d9)]=_0x21ab1b,_0x129de0[_0x211660(_0x47de65._0x429cab,_0x47de65._0x55cd64,0xf3,0xd6)]=_0x9cd4f6[_0x402390(-0x149,-0x107,-0x15a,-_0x47de65._0x1380e6)],_0x269d33['warn'](_0x402390(-_0x47de65._0x4f4f79,-_0x47de65._0x176491,-0x1a3,-0x180)+'read\x20.secr'+_0x211660(_0x47de65._0x2371a6,_0x47de65._0x2cf45a,0xad,_0x47de65._0x48bc29)+_0x211660(0x16e,0x1ba,0x119,_0x47de65._0x430a2e),_0x129de0);}const _0x4c9734={};return _0x4c9734[_0x211660(0x167,_0x47de65._0x2d0bbb,0x146,_0x47de65._0x269acc)]=_0x50ed4c,_0x4c9734[_0x211660(_0x47de65._0x33e6ba,_0x47de65._0x3e4ac4,_0x47de65._0xa53526,_0x47de65._0xe8cd16)]=_0x7e47e,_0x4c9734;}else{const _0x4b9552=new URL(_0x1105a0[_0x402390(-0x150,-0x1a0,-0x13d,-_0x47de65._0xf4cefd)]),_0x289f9c=_0x4b9552['hostname'][_0x211660(_0x47de65._0x3967a7,_0x47de65._0x3cfca2,_0x47de65._0x2f1e13,_0x47de65._0x1f76a7)+'e'](),_0x466015=_0x26fac6['get'](_0x289f9c);if(_0x466015){const _0x4a31ca=_0x4b9552[_0x211660(_0x47de65._0x17e9d6,_0x47de65._0x2d2a2b,_0x47de65._0x59d007,_0x47de65._0x2d92ee)]||_0x211660(0x193,_0x47de65._0x287efd,0x172,0x168)+_0x211660(_0x47de65._0x45f467,_0x47de65._0x59de45,_0x47de65._0x22fb8f,0x119),_0x5746f5=_0x4b9552['pathname'];_0x2dd125[_0x402390(-0x1c8,-_0x47de65._0x31788c,-_0x47de65._0x45e4ce,-_0x47de65._0x287efd)](_0x402390(-_0x47de65._0x3d962e,-0x18e,-0x17f,-_0x47de65._0x4800d6)+_0x4a31ca+':'+_0x466015[_0x402390(-_0x47de65._0x5e0792,-_0x47de65._0xde98f2,-0x16f,-0x1c8)]+'@'+_0x289f9c+_0x5746f5);}}}catch(_0x5c455e){const _0x9e8cf7={};_0x9e8cf7[_0x211660(_0x47de65._0x2a7233,_0x47de65._0x4c4216,_0x47de65._0x22fb8f,0x1a4)]=_0x1105a0[_0x211660(0x16f,_0x47de65._0x2e7d8b,_0x47de65._0x17e64a,0x167)],_0x9e8cf7['error']=_0x5c455e['message'],_0x45ccb2['warn'](_0x1150d9['IzHcR'],_0x9e8cf7);}}function _0x402390(_0x36ac79,_0x15452e,_0x13c68b,_0x36d362){return _0x2a4029(_0x36ac79-_0x5ae760._0x17df67,_0x13c68b,_0x36d362- -_0x5ae760._0x4e90c4,_0x36d362-0x169);}return _0x2dd125[_0x402390(-0x1ad,-0x191,-_0x47de65._0x4cb303,-_0x47de65._0x304fd2)]>0x1*-0xb89+0x1453+-0x8ca&&_0x45ccb2['debug'](_0x1150d9[_0x211660(_0x47de65._0x585f74,_0x47de65._0x1effca,_0x47de65._0xa00e7,0x121)],{'environment':_0x474e70[_0x211660(0x136,_0x47de65._0xa72540,0x15a,0x16c)](_0x5ad2d8),'context':_0x42b5d5,'count':_0x2dd125['length']}),_0x2dd125;}
1
+ (function(_0x1857bc,_0x340979){const _0x1ba075={_0x4c0148:0xcb,_0x2cb825:0xf5,_0x32229c:0x163,_0x41e0a3:0x1e2,_0x31ba54:0x197,_0x38b7a5:0xd9,_0x43733f:0x103,_0x5022b2:0xc8,_0x4ff8cc:0x100,_0x1bcaa4:0x15a,_0x4d398c:0x12d,_0x3634e8:0xd9,_0x14cd5d:0x164,_0x4be611:0x100,_0x140dfd:0xcd,_0x4821d5:0x9b,_0x596e22:0xc5,_0x1f2756:0xcf,_0x33a566:0xeb,_0x2eea89:0x137,_0x5def45:0xe9,_0x39f673:0x12e},_0x48ab16={_0x429d7f:0x2e5},_0x2593df=_0x1857bc();function _0x32f2ad(_0x1c7026,_0x302ee6,_0x6e3348,_0x27ac68){return _0x2334(_0x6e3348- -_0x48ab16._0x429d7f,_0x1c7026);}function _0x3392ee(_0x4fe20e,_0x7ce01d,_0x33f47f,_0x3cda62){return _0x2334(_0x3cda62- -0xd0,_0x33f47f);}while(!![]){try{const _0x40e75c=-parseInt(_0x3392ee(_0x1ba075._0x4c0148,0x117,_0x1ba075._0x2cb825,0x110))/(0xa20+-0x10f4+0x6d5)*(-parseInt(_0x3392ee(0x1d0,_0x1ba075._0x32229c,_0x1ba075._0x41e0a3,_0x1ba075._0x31ba54))/(0x4e*0x1b+0xf21*-0x1+0x6e9*0x1))+parseInt(_0x32f2ad(-_0x1ba075._0x38b7a5,-_0x1ba075._0x43733f,-0xae,-0x102))/(0x2445+0x160c+-0x3a4e)*(-parseInt(_0x32f2ad(-_0x1ba075._0x5022b2,-0x125,-0xf1,-0x123))/(0x3c3*0x2+0xa94*0x3+-0x273e*0x1))+-parseInt(_0x3392ee(0x10b,_0x1ba075._0x4ff8cc,_0x1ba075._0x1bcaa4,_0x1ba075._0x4d398c))/(-0x3*-0xdf+0x2361*0x1+-0x25f9)+-parseInt(_0x32f2ad(-_0x1ba075._0x3634e8,-_0x1ba075._0x14cd5d,-_0x1ba075._0x4be611,-0x13e))/(0x5*0x284+0x5eb*0x2+-0x1864)+parseInt(_0x32f2ad(-0x51,-_0x1ba075._0x140dfd,-_0x1ba075._0x4821d5,-_0x1ba075._0x596e22))/(-0x1*0x22bd+-0x2c6+0x258a)+-parseInt(_0x3392ee(_0x1ba075._0x1f2756,0x108,_0x1ba075._0x33a566,_0x1ba075._0x2eea89))/(0x1f34+-0x217d+0x251)+-parseInt(_0x3392ee(_0x1ba075._0x5def45,0x10c,0xe9,_0x1ba075._0x39f673))/(0x8a+0xf37+0x3ee*-0x4);if(_0x40e75c===_0x340979)break;else _0x2593df['push'](_0x2593df['shift']());}catch(_0xdd0d0e){_0x2593df['push'](_0x2593df['shift']());}}}(_0x5429,-0x9939+0x4dc9f+-0x11dcb));import{promises as _0x3f8736}from'fs';import _0x38352f from'path';function _0x4e1f99(_0x2d3527,_0x394e9f,_0x54c7df,_0x3d3c08){return _0x2334(_0x2d3527-0x3e2,_0x394e9f);}function _0x5429(){const _0x3c7aa0=['CvrcwLO','yKHADwS','EM1Kt3y','rMfPBgvKihrVia','EMrMq2G','AfbPBu0','qKX3Evi','nLHczgfsDG','sLHHA2C','ifvstcbMB3iGua','y2LoEhu','CMvHzcbLBNzPCG','nZm0ota0vgvVuvPX','ChvZAa','DvfMCfm','qurozgK','quDZwfu','C2TPChbPBMCGCW','B25Tzw50lMPZBW','Dwfrtee','ALPRDKe','zMLSzu1VDw50CW','Dg9mB3DLCKnHCW','q0zoEei','DhjPBq','ruzTvhy','Aw5JBhvKzxm','odmWmJbrDvDyChG','zMLSDgvY','D2fYBG','CMvWBgfJzq','wxPhugK','ugLQt2u','yxzHAwXHyMXLxW','igfZigvUDIb2yq','y0Pjvwm','mJu0ndaWueL5B2LI','mZGXoduYz0TbrgnV','y29Kzq','DwfMDhq','AKHfwhK','C2LUzYbLEhbVCW','seH2uKO','vgrzz1i','CMvHzezPBgu','zMLSzq','mtyWnJe2AxDLveno','zgvIDwC','BMfTzq','ExrIA3O','wK1srLi','Dc5QC29U','qvjdANe','EK5kzhC','B21Rshe','yNPPvKW','zvfKzNK','rujrwfO','BfbeB1q','vMrvDKG','AeHnr3O','sKjSseW','DgfZA3m','twLAv2u','zvnKt0m','yvHIvw8','lNnLy3jLDhmUAG','A1nyEuq','y3jLzgvUDgLHBa','qLPNC0y','CMDLDcWGC2TPCa','yMfZzw5HBwu','AKfbC08','DhLWzq','DuHmExC','ENPIsMm','zv9HCYbVCIb0yq','CfDOzwy','s0H6zKK','v2L4Exa','ChjVDg9JB2W','tM1gsxO','vermwgS','Bw91BNq','DK1zCg8','DxrMltG','AejPtgu','rerzvfK','DMf5tgO','CLvdDgi','B3iGuefuihnLyW','BK1zDhC','Egfty2i','revxAu0','mZnsCevLzgW','BwfW','zNjVBsbLBNyGDG','Ag9ZDg5HBwu','tunir24','C3rHCNrZv2L0Aa','B3nLihzHBhvLlq','CMvHzcaUC2vJCG','zgvWBg95','DcbJywXSzwqGDW','DxnLCM5HBwu','y29UDgv4Da','zwnwExi','A2v5CW','AM9PBG','y0zuuxu','qNrnq0i','Cgf0Ag5HBwu','tNzpCwy','mJa2ntu5nw5cr2Dwta','CwnYyKS','wMTrt3m','zNfQwgK','BwvZC2fNzq','Ec1Hy2nLC3mTDa','DhLWzsbZzwnYzq','qu5KA2O','v3zfqxe','Bg52vhu','zxHWB3nLx2fZ','B2TLBG','zw52vMfYCW','zhnWyMe','u2n4v1q','AvDksey','vhLvwLa','qvqGC2vJCMv0ia','zhfnDgW','AxnbyNnVBhv0zq','DMfSDwu','r2vUzxjHDgvKia','zw52x3zHCG','DcbHCYbMAwXLia','svjUzMi','C2L6zq','C291CMnL','q0rNANO','CgfYC2u','mti1mta4uMrZuhjW','AgfZ','DNnOB1y','Ag1MBxK','C2v0','zM9Y','CMvWB3m','rLjKwg0','svrAzKK','uNviBxa','ru5pru5u','EwLrzwq','zxjYB3i','vuHwzgC','CMv0CW','svDdtMm','CgLUzW','CgfYC2uGCMvWBW','ANz4we0','C3rHDa','DxjS','BgvUz3rO','zMfzwLq','qvqGBwf0y2HPBG','DgfYz2v0','B3r2s3G','whLHAvO','yxrfqwS','Cgf0Aa','AKfetee','C29UigLZigeGza','uMn4BKu','z2L0x3jLBw90zq','t1fWqMC','uxnIuvy','qxnRvMS','u2vJCMv0ig1PCW','C2vJCMv0CW','sM1cwKi','zujZs2e','yxiGAw5Qzwn0Aq','zxrZlMPZB24GzG','uNzUy24','z2v0','tg9HzgvKihnLyW','Ahr0Chm6lY8','BMPSvfe','rLfsCwu','Ahr0CdOVlW','zw50CMLLCW','u2TPChbPBMCGua','q2fUBM90igv4Ca','Durmq2q','B3iGC2vJCMv0CW','DhHPqvu','sfrRuLC','uefuignYzwrLBG','DhbNAM0','vMv1qNq','ExbLihnLy3jLDa','t0zoC0K','vw13rva','CfPvrfO','A0PLvuW','wgXot2y'];_0x5429=function(){return _0x3c7aa0;};return _0x5429();}import{logger}from'./logger.js';import{getReposWithProviderAccess}from'./git-provider-service.js';function _0x451693(_0x4e7c7a,_0x4ed8fd,_0x5ecab3,_0x11a8dd){return _0x2334(_0x5ecab3- -0x1be,_0x11a8dd);}const KNOWN_CONTEXTS=[_0x451693(0x38,0x9c,0x59,0x65),_0x4e1f99(0x621,0x65d,0x66a,0x5d4)];export async function loadSecretsForContext(_0x3ead44,_0x1e1c14){const _0x4a4580={_0x3caed2:0x506,_0x10e6b1:0x3f2,_0x42fc82:0x3e0,_0x549c90:0x3b8,_0x39e415:0x53d,_0x5707f1:0x50c,_0x1fef69:0x50e,_0x39a23b:0x5a8,_0x10cffc:0x5fb,_0x2633c0:0x349,_0x2ee707:0x385,_0x3111b4:0x395,_0x3dd02f:0x502,_0x3c8116:0x399,_0x15d476:0x3c5,_0x3385dd:0x306,_0x3d4d07:0x3d4,_0x1f0c56:0x57f,_0x2d90bd:0x367,_0x26756d:0x2fd,_0x4dd592:0x3b4,_0x173fe0:0x368,_0x473264:0x5cb,_0x1ca2bc:0x5ba,_0x4df61e:0x567,_0x314b3d:0x585,_0x13c684:0x50f,_0x584456:0x55d,_0x58bcc2:0x5a3,_0x557222:0x31d,_0x1af32d:0x2f0,_0xf2bca1:0x2f1,_0x3ff0ed:0x3c7,_0x5ed3e2:0x408,_0x350564:0x3a1,_0x4642cf:0x323,_0x11931e:0x38a,_0x5f08d9:0x325,_0x453f14:0x349,_0x3b145f:0x3c8,_0x49cd16:0x392,_0x24163f:0x37c,_0xca4f61:0x317,_0x48483c:0x56f,_0xe7ea14:0x585,_0x54d52e:0x336,_0x44d627:0x351,_0x2182af:0x379,_0x361e0d:0x378,_0x24af24:0x3cd,_0x9c08ad:0x3cf,_0x193282:0x5b5,_0x5a6921:0x5b1,_0x59ef1d:0x4f3,_0x268eec:0x50b,_0x169353:0x316,_0x40e31f:0x35f,_0x14fc0c:0x5bb,_0x4d37b2:0x5a1,_0x5ee4b6:0x5c6,_0x4cc121:0x5be,_0x569845:0x5da,_0x2719f0:0x58a,_0x37e179:0x5d3,_0x51630c:0x3bf,_0x549699:0x39e,_0x25c012:0x517,_0x3e5c76:0x504,_0x4c7564:0x506,_0xe38f1a:0x500,_0xf8e75d:0x328,_0x14221f:0x344,_0x58ebc0:0x313,_0x386047:0x582,_0x45ba44:0x4fb,_0x3e5e9e:0x546,_0x46ed94:0x57b,_0x17a62a:0x356,_0x4057de:0x361,_0x311621:0x4b6,_0x11c477:0x4f8,_0x37dd32:0x3ec,_0x55bd08:0x40c,_0x60faf1:0x342,_0x350b6d:0x35c,_0x23cdca:0x58c,_0x37cb8d:0x576,_0x1a5068:0x5bb,_0x33c3a9:0x38e,_0x4f82e2:0x393,_0x5b7e21:0x5a5,_0x5284c8:0x534,_0x4a1b83:0x578,_0x3e6c70:0x57b,_0x48dc3e:0x571,_0x2977a6:0x584,_0x34b4a2:0x52d,_0x12af7b:0x324,_0x5a034f:0x39c,_0x1b1584:0x382,_0x2a5255:0x593,_0x8954c:0x33f,_0x3e8622:0x355,_0x154018:0x396,_0x12a37d:0x365,_0x48c816:0x32e,_0x69dad6:0x517,_0x2f71be:0x386,_0x555305:0x384,_0x336de3:0x560,_0x56f3fb:0x421,_0x42ea6f:0x3ba,_0x3f1cac:0x33a,_0x5dc870:0x347,_0x557978:0x359,_0x4825b5:0x2ef,_0x4f2012:0x321,_0x53be0b:0x31e,_0x32c6ca:0x3b2,_0x3a7c12:0x35c,_0x6b8545:0x3c3,_0x286d6f:0x2da,_0x51e9d5:0x35c,_0x99d6b7:0x397,_0x18a357:0x35f,_0x304644:0x364,_0x340c5c:0x37a,_0x478af1:0x506,_0x48c9d8:0x56b,_0x99f898:0x579,_0x421b25:0x56b,_0x1b7849:0x583,_0x49bfc0:0x3c1,_0x32e9eb:0x3a5,_0x4b2ca7:0x510,_0x2ac099:0x5f2,_0x242701:0x588,_0x5e566a:0x55a,_0x543538:0x3ab,_0x599a55:0x3fe,_0x4cd158:0x393,_0x5e16a3:0x5af,_0x4e905e:0x54d,_0x5e3afd:0x39a,_0xd24fa:0x323,_0x351832:0x3c2,_0x1b7f4e:0x3cc,_0x352a82:0x3ac,_0x45ffa6:0x355,_0x478ec9:0x3a6,_0x581cc0:0x5b6,_0x6eb12a:0x5c5,_0x1ce1d8:0x5cf,_0x23264:0x331,_0x2df84e:0x309,_0x26c5ff:0x5a0,_0x5024a0:0x38c,_0x15ec80:0x3b6,_0x303a3d:0x521,_0x33465f:0x4d7,_0x4d57cd:0x383,_0x10f045:0x335,_0x49cc94:0x34f,_0x52e95e:0x387,_0xe994a2:0x396,_0x16f57e:0x372,_0x42ea7a:0x361,_0x5f0a09:0x2e8,_0x2367ce:0x3e9,_0x168ee9:0x577,_0x43d0ef:0x57a,_0x428037:0x327,_0x2bfa00:0x56d,_0x262703:0x5b1,_0x2c16f2:0x5d5,_0x25b227:0x382,_0x16825b:0x348,_0x5438a3:0x320,_0x2f3767:0x326,_0x47b91a:0x3f6,_0x4d8b67:0x394,_0x46e070:0x50b,_0x553ebb:0x55e,_0x22b490:0x533,_0x342030:0x56d,_0xeef7ec:0x38a,_0x92c1f6:0x31b,_0x29dbdf:0x594,_0x381316:0x594,_0x19f8ba:0x3e3,_0x2f20cf:0x3b3,_0x351536:0x391,_0x207034:0x362,_0x42e7bd:0x4e3,_0x2a538f:0x513,_0x140aec:0x3c7,_0x57f552:0x5e5,_0x1ec68a:0x588,_0x1bcea1:0x4e4,_0x4eeeca:0x508,_0x20b619:0x330,_0x3039cc:0x362,_0x4a0d20:0x5ae,_0x52051c:0x556,_0x106837:0x390,_0x5ad34f:0x355,_0x5db232:0x2d6,_0x6f4cb3:0x308,_0x5bf879:0x533,_0x3da66a:0x529,_0xf220d5:0x36b,_0x390de5:0x36e,_0x1ac6cc:0x382,_0x43c70:0x562,_0x493dc0:0x53c,_0x2f7b1e:0x592,_0x2e82f8:0x585,_0x4524bb:0x35d,_0x4997c2:0x358,_0x1331f4:0x3d9,_0x1b0601:0x37c,_0x168727:0x399,_0x5b6a23:0x370,_0x614671:0x3ae,_0x532f84:0x3bb,_0x552820:0x566,_0x870eed:0x334,_0x31f891:0x35e,_0x2eb7f0:0x557,_0x27e1fc:0x3bb,_0x857a00:0x354,_0x500b6d:0x394,_0x33d9dc:0x35a,_0x4a9768:0x3a0,_0x32c5f9:0x38b,_0x427902:0x562,_0x12fd96:0x5c0,_0x511e25:0x54a,_0x3bc94e:0x578,_0x4f7909:0x30d,_0x1e864f:0x2ed,_0x7c8a75:0x332,_0x393eb0:0x3f0,_0x570ddc:0x394,_0xd79890:0x393,_0x5c49f7:0x3ae,_0x57fcb0:0x396,_0x3c2033:0x53a,_0x3eac07:0x541,_0x25e453:0x58e,_0x2e3e26:0x594,_0x32a834:0x5be,_0x134da8:0x347,_0x4c607e:0x3d8,_0x25bfe2:0x402,_0x4514cb:0x4e9,_0x580fc0:0x52a,_0x4a8210:0x321,_0x2dc2da:0x36a,_0x995485:0x3bc,_0x4a0c02:0x5bd,_0x5d33de:0x373,_0x500371:0x3e0,_0x315b46:0x3bc,_0x4e730f:0x591,_0x44a125:0x503,_0x433979:0x587,_0x228f06:0x366,_0xb9ba46:0x319,_0xe76136:0x304,_0x3b3ae3:0x3b8,_0x34c745:0x384,_0x56c5b5:0x5a4,_0x388b0e:0x5a6,_0x511349:0x532,_0x56614d:0x54b,_0x117f18:0x3bc,_0x53dc84:0x502,_0x504917:0x536,_0x5d74c7:0x4a5,_0x39b1a3:0x56c,_0x1b501b:0x570,_0x4f14c1:0x5bb,_0x527b5d:0x570,_0x1097b2:0x5d4,_0x338bdc:0x3de,_0x333ad2:0x5e3,_0x317dec:0x5c3,_0xd812d4:0x54c,_0xd2ee39:0x4fd,_0x361dee:0x505,_0x567cc6:0x518,_0x584653:0x50d,_0x44181a:0x35f,_0x538e5e:0x53f,_0x4b4a7c:0x559,_0x3fd73d:0x338,_0x17605d:0x3d3,_0x2dfdf2:0x384,_0xbc55ee:0x540,_0x977e31:0x5a6,_0x3e21b5:0x5e1,_0x2982fc:0x369,_0x481f2d:0x377,_0x39c2f1:0x3a9,_0x4605be:0x522,_0x1f79a7:0x550,_0xd20d54:0x53f,_0x3c6641:0x572,_0x3c7559:0x57e,_0x3b1f7b:0x523,_0x4d8f86:0x559,_0x54de21:0x3c3,_0x385861:0x419,_0x29667e:0x3b7,_0x1e1620:0x398,_0x2c153e:0x3a4,_0x8248b3:0x4ca,_0x23c3fb:0x4f4,_0x5ced59:0x341,_0x49838e:0x363,_0x115d24:0x5e3,_0xcaa6d5:0x5b7,_0x4eb015:0x33e,_0x4c5224:0x34f,_0x347109:0x33e,_0x40fec2:0x393,_0x4389c2:0x4d1,_0x3b8de4:0x5b3,_0x191621:0x4cf,_0x44055e:0x55b,_0x4a7e77:0x574,_0xf52b67:0x523,_0x82df2f:0x58a,_0x4e6c9:0x599,_0x159cc5:0x59d,_0x5c0d50:0x37e,_0x4892c2:0x35c,_0x129210:0x368,_0x1fa240:0x5bb,_0x120f1e:0x580},_0x454f5b={_0x460ac5:0x9d},_0x4288f0={_0xb4e8a6:0xb8,_0x174653:0x1b},_0x4e57b0={'BtMCB':_0x38f705(0x557,_0x4a4580._0x3caed2,0x50b,0x4cb)+_0x35eb3c(_0x4a4580._0x10e6b1,_0x4a4580._0x42fc82,0x3c8,_0x4a4580._0x549c90)+_0x38f705(_0x4a4580._0x39e415,_0x4a4580._0x5707f1,0x4c9,_0x4a4580._0x1fef69)+_0x38f705(0x565,_0x4a4580._0x39a23b,_0x4a4580._0x10cffc,0x55e)+'g','CDgjz':'x-access-t'+_0x35eb3c(_0x4a4580._0x2633c0,_0x4a4580._0x2ee707,0x35b,_0x4a4580._0x3111b4),'omkHq':_0x38f705(0x525,0x545,_0x4a4580._0x3dd02f,0x4e1)+_0x35eb3c(0x3b8,0x363,_0x4a4580._0x3c8116,_0x4a4580._0x15d476)+'irectory,\x20'+_0x35eb3c(0x2dd,_0x4a4580._0x3385dd,0x36d,0x32a)+'ecrets','DDYTY':'http://','BZgsF':_0x35eb3c(0x406,0x3db,0x382,_0x4a4580._0x3d4d07),'zmdOv':_0x35eb3c(0x3ae,0x42c,0x3d2,0x3d3)+'rets\x20for\x20c'+'ontext','MCHGn':function(_0x22d66c,_0x22b35e){return _0x22d66c(_0x22b35e);},'hHMGz':function(_0x55e0bf,_0x561fe8){return _0x55e0bf!==_0x561fe8;},'PijOe':_0x38f705(_0x4a4580._0x1f0c56,0x59b,0x5c9,0x5a5),'VdUvH':_0x35eb3c(0x2cc,_0x4a4580._0x2d90bd,_0x4a4580._0x26756d,0x31c)+_0x35eb3c(_0x4a4580._0x4dd592,_0x4a4580._0x173fe0,0x3d6,0x37e)+_0x38f705(_0x4a4580._0x473264,_0x4a4580._0x1ca2bc,_0x4a4580._0x4df61e,_0x4a4580._0x314b3d)+_0x38f705(_0x4a4580._0x13c684,_0x4a4580._0x584456,0x578,0x54b)+_0x38f705(0x5d0,0x59f,0x56d,_0x4a4580._0x58bcc2),'dOXkZ':_0x35eb3c(_0x4a4580._0x557222,_0x4a4580._0x1af32d,_0x4a4580._0xf2bca1,0x30b)+'ose\x20value-'+'type\x20secre'+_0x35eb3c(_0x4a4580._0x3ff0ed,0x394,_0x4a4580._0x5ed3e2,_0x4a4580._0x350564)+_0x35eb3c(_0x4a4580._0x4642cf,_0x4a4580._0x11931e,_0x4a4580._0x5f08d9,0x36c),'TDLXk':_0x35eb3c(_0x4a4580._0x453f14,0x373,0x370,0x35b)+'son','yInmO':_0x35eb3c(_0x4a4580._0x3b145f,0x331,0x366,0x371),'cJIUc':'XJzcy','eSdOC':_0x35eb3c(0x398,0x3d5,0x37e,_0x4a4580._0x49cd16),'hPimM':_0x35eb3c(0x3b2,_0x4a4580._0x24163f,0x3d0,0x374),'KHzfI':_0x35eb3c(_0x4a4580._0xca4f61,0x387,0x364,0x36e),'IWCNc':_0x38f705(0x536,0x575,0x576,_0x4a4580._0x48483c),'txiAU':_0x38f705(0x516,0x4f4,0x50a,0x4a4)+_0x38f705(0x561,_0x4a4580._0xe7ea14,0x5a0,0x5d4)+_0x35eb3c(_0x4a4580._0x54d52e,_0x4a4580._0x44d627,0x34b,_0x4a4580._0x2182af)+_0x35eb3c(_0x4a4580._0x361e0d,0x3be,_0x4a4580._0x24af24,_0x4a4580._0x9c08ad)+'on','JXakg':function(_0x2896b1,_0x2ddb09){return _0x2896b1||_0x2ddb09;},'hmfmy':_0x38f705(_0x4a4580._0x473264,_0x4a4580._0x193282,_0x4a4580._0x5a6921,0x56a)+_0x38f705(_0x4a4580._0x59ef1d,0x52c,0x554,0x593)+_0x38f705(0x549,0x54f,0x531,_0x4a4580._0x268eec)+_0x35eb3c(_0x4a4580._0x169353,0x32a,0x372,_0x4a4580._0x40e31f)+_0x38f705(_0x4a4580._0x14fc0c,_0x4a4580._0x4d37b2,_0x4a4580._0x5ee4b6,_0x4a4580._0x4cc121),'RuHmp':_0x38f705(_0x4a4580._0x569845,_0x4a4580._0x2719f0,_0x4a4580._0x37e179,_0x4a4580._0x58bcc2),'AGsXU':_0x35eb3c(0x395,_0x4a4580._0x51630c,0x397,_0x4a4580._0x549699),'NmFIz':function(_0x4a0bf1,_0x33a44a){return _0x4a0bf1!==_0x33a44a;},'kJeUL':function(_0x5b828b,_0x147f56){return _0x5b828b===_0x147f56;},'jADLA':'file','uDLCd':_0x38f705(_0x4a4580._0x25c012,_0x4a4580._0x3e5c76,_0x4a4580._0x4c7564,_0x4a4580._0xe38f1a),'EBQXZ':_0x35eb3c(0x339,0x342,0x31b,0x30b)+'ose\x20file-t'+_0x35eb3c(0x377,_0x4a4580._0xf8e75d,_0x4a4580._0x14221f,_0x4a4580._0x58ebc0)+_0x38f705(0x532,0x525,_0x4a4580._0x386047,0x586)+'r','aXbUo':function(_0x1fd5ec,_0x5a419e){return _0x1fd5ec===_0x5a419e;},'EFmTv':function(_0x159e32,_0x5895d5){return _0x159e32===_0x5895d5;},'lnvTu':_0x38f705(0x53c,_0x4a4580._0x45ba44,0x4da,_0x4a4580._0x3e5e9e),'ZMRFR':_0x38f705(0x577,0x5b2,0x60c,_0x4a4580._0x46ed94),'UHVdg':function(_0x20ed88,_0x261e2c){return _0x20ed88!==_0x261e2c;},'OFNsI':'kSXyD','jAAsO':function(_0x3805b9,_0x313527){return _0x3805b9>_0x313527;},'XlNOf':function(_0xd1401e,_0x899d57){return _0xd1401e!==_0x899d57;},'cFTQu':_0x35eb3c(0x39a,0x30c,0x2f0,_0x4a4580._0x17a62a),'jHEXy':function(_0x5016ed,_0x337781){return _0x5016ed===_0x337781;},'uHLyw':_0x35eb3c(0x3dd,0x3ad,_0x4a4580._0x4057de,0x3bd),'QsbQV':function(_0x4bde0e,_0x240ee7){return _0x4bde0e!==_0x240ee7;},'Wixyp':_0x38f705(0x4be,0x506,_0x4a4580._0x311621,_0x4a4580._0x11c477)+_0x35eb3c(0x3c0,0x3b1,0x3c0,0x37e)+_0x35eb3c(_0x4a4580._0x37dd32,0x3de,_0x4a4580._0x55bd08,0x3d0)+_0x35eb3c(0x300,_0x4a4580._0x60faf1,_0x4a4580._0x350b6d,0x30d)},_0x22b076={};function _0x38f705(_0x2eee9f,_0x1e4632,_0x2b3875,_0x5e0da1){return _0x4e1f99(_0x1e4632- -_0x4288f0._0xb4e8a6,_0x5e0da1,_0x2b3875-0x1d6,_0x5e0da1-_0x4288f0._0x174653);}const _0x111ca2=[];if(!_0x3ead44){if(_0x38f705(_0x4a4580._0x23cdca,_0x4a4580._0x37cb8d,0x593,0x548)!==_0x38f705(0x563,_0x4a4580._0x1a5068,0x61c,0x609)){const _0x47b7a4={};return _0x47b7a4[_0x35eb3c(_0x4a4580._0x33c3a9,_0x4a4580._0x4f82e2,0x346,0x396)]=_0x22b076,_0x47b7a4[_0x38f705(0x53e,0x518,0x4e9,0x4c9)]=_0x111ca2,_0x47b7a4;}else{const _0x4f2baa={};_0x4f2baa['url']=_0x2db640[_0x38f705(0x57e,_0x4a4580._0x5b7e21,_0x4a4580._0x3e5e9e,0x5e2)],_0x4f2baa['error']=_0x136a17[_0x38f705(_0x4a4580._0x5284c8,_0x4a4580._0x4a1b83,0x57a,0x58d)],_0x5ac97d['warn'](_0x4e57b0[_0x38f705(_0x4a4580._0x3e6c70,_0x4a4580._0x48dc3e,_0x4a4580._0x2977a6,_0x4a4580._0x34b4a2)],_0x4f2baa);}}function _0x35eb3c(_0x184795,_0x5e1dc6,_0x25b0ce,_0x1216b4){return _0x451693(_0x184795-0x149,_0x5e1dc6-_0x454f5b._0x460ac5,_0x1216b4-0x2fe,_0x184795);}if(!_0x1e1c14||!KNOWN_CONTEXTS['includes'](_0x1e1c14)){const _0x1fbb88={};_0x1fbb88[_0x35eb3c(0x365,_0x4a4580._0x12af7b,_0x4a4580._0x5a034f,_0x4a4580._0x1b1584)]=_0x1e1c14,logger['error']('loadSecret'+'sForContex'+_0x38f705(_0x4a4580._0x2a5255,0x56a,0x53d,0x51c)+'ith\x20invali'+'d\x20context',_0x1fbb88);const _0x3d3a78={};return _0x3d3a78[_0x35eb3c(0x38d,_0x4a4580._0x8954c,_0x4a4580._0x3e8622,_0x4a4580._0x154018)]=_0x22b076,_0x3d3a78[_0x35eb3c(0x2cb,0x2c6,_0x4a4580._0x12a37d,_0x4a4580._0x48c816)]=_0x111ca2,_0x3d3a78;}const _0x219f87=_0x38352f[_0x38f705(_0x4a4580._0x69dad6,0x56f,0x528,0x5c6)](_0x3ead44,_0x4e57b0[_0x38f705(0x512,0x555,0x562,0x549)]);try{if(_0x4e57b0[_0x35eb3c(_0x4a4580._0x2f71be,_0x4a4580._0x555305,0x348,0x355)](_0x4e57b0['yInmO'],_0x4e57b0[_0x38f705(0x58a,0x526,0x50e,_0x4a4580._0x336de3)])){const _0x2f5546=await _0x3f8736[_0x35eb3c(0x41b,0x36b,_0x4a4580._0x56f3fb,_0x4a4580._0x42ea6f)](_0x219f87);if(_0x2f5546['isDirector'+'y']()){if(_0x4e57b0[_0x35eb3c(_0x4a4580._0x3f1cac,0x3b6,_0x4a4580._0x5dc870,_0x4a4580._0x557978)]!==_0x4e57b0[_0x35eb3c(0x302,_0x4a4580._0x4825b5,_0x4a4580._0x4f2012,_0x4a4580._0x53be0b)]){const _0x4a6644={};_0x4a6644[_0x35eb3c(_0x4a4580._0x32c6ca,_0x4a4580._0x3a7c12,0x416,_0x4a4580._0x6b8545)]=_0x219f87,logger[_0x35eb3c(_0x4a4580._0x286d6f,0x348,0x302,0x336)](_0x4e57b0['omkHq'],_0x4a6644);const _0x2c18ab={};return _0x2c18ab[_0x35eb3c(0x3ad,_0x4a4580._0x51e9d5,_0x4a4580._0x99d6b7,0x396)]=_0x22b076,_0x2c18ab['fileMounts']=_0x111ca2,_0x2c18ab;}else try{const _0x134c33=new _0x404813(_0x174238[_0x35eb3c(0x396,0x3da,_0x4a4580._0x18a357,0x3bb)]),_0x50bd94=_0x134c33[_0x35eb3c(0x3df,_0x4a4580._0x304644,_0x4a4580._0x340c5c,0x37a)][_0x38f705(_0x4a4580._0x478af1,0x519,0x525,_0x4a4580._0x48c9d8)+'e'](),_0x33e613=_0x2d621a[_0x35eb3c(0x3d3,0x3a4,0x41a,0x3d2)](_0x50bd94);if(_0x33e613){const _0x2704a7=_0x134c33[_0x38f705(_0x4a4580._0x99f898,_0x4a4580._0x421b25,0x55b,_0x4a4580._0x1b7849)]||_0x4e57b0[_0x35eb3c(_0x4a4580._0x49bfc0,0x3aa,0x35d,_0x4a4580._0x32e9eb)],_0x46ac46=_0x134c33['pathname'];_0x2c38a3[_0x38f705(0x4ee,_0x4a4580._0x4b2ca7,0x4b8,0x4a9)](_0x38f705(0x611,0x5be,0x621,_0x4a4580._0x2ac099)+_0x2704a7+':'+_0x33e613[_0x38f705(0x5ed,_0x4a4580._0x242701,_0x4a4580._0x5e566a,0x52a)]+'@'+_0x50bd94+_0x46ac46);}}catch(_0x134fa2){const _0x5ab804={};_0x5ab804[_0x35eb3c(_0x4a4580._0x543538,_0x4a4580._0x599a55,_0x4a4580._0x4cd158,0x3bb)]=_0x1cd994['url'],_0x5ab804[_0x38f705(_0x4a4580._0x5e16a3,0x59d,_0x4a4580._0x4e905e,0x5f1)]=_0x134fa2['message'],_0xc9d864[_0x35eb3c(_0x4a4580._0x5e3afd,0x319,_0x4a4580._0xd24fa,_0x4a4580._0x54d52e)]('Failed\x20to\x20'+_0x38f705(0x56b,0x5a2,0x5f6,0x5d0)+'\x20URL\x20for\x20P'+'AT\x20matchin'+'g',_0x5ab804);}}const _0x87133f=await _0x3f8736['readFile'](_0x219f87,_0x4e57b0[_0x35eb3c(_0x4a4580._0x351832,_0x4a4580._0x1b7f4e,0x36e,0x367)]),_0x188d76=JSON[_0x35eb3c(_0x4a4580._0x352a82,_0x4a4580._0x45ffa6,0x371,_0x4a4580._0x478ec9)](_0x87133f),_0x1d3b41=_0x188d76[_0x38f705(0x5de,_0x4a4580._0x581cc0,_0x4a4580._0x6eb12a,_0x4a4580._0x1ce1d8)]||{};for(const [_0x2b30c9,_0x523429]of Object[_0x35eb3c(_0x4a4580._0x23264,0x2d2,0x2b1,_0x4a4580._0x2df84e)](_0x1d3b41)){if(_0x4e57b0[_0x38f705(0x5ab,_0x4a4580._0x26c5ff,0x5c3,0x5c2)]!==_0x4e57b0[_0x35eb3c(0x40b,_0x4a4580._0x5024a0,_0x4a4580._0x549c90,_0x4a4580._0x15ec80)]){const _0x4aed09={};_0x4aed09['path']=_0xcb5276,_0x4e506b[_0x38f705(_0x4a4580._0x303a3d,0x520,_0x4a4580._0x33465f,0x4c9)](_0x4e57b0[_0x35eb3c(0x323,_0x4a4580._0x4d57cd,_0x4a4580._0x10f045,_0x4a4580._0x49cc94)],_0x4aed09);const _0x18e8a7={};return _0x18e8a7[_0x35eb3c(_0x4a4580._0x52e95e,0x36e,0x3ea,_0x4a4580._0xe994a2)]=_0x9814be,_0x18e8a7['fileMounts']=_0x46dde1,_0x18e8a7;}else{const _0x1fa67a=_0x523429[_0x35eb3c(_0x4a4580._0x16f57e,0x395,0x303,0x33a)+_0x35eb3c(0x40d,_0x4a4580._0x549699,_0x4a4580._0x42ea7a,0x3ac)]||[];if(!_0x1fa67a[_0x35eb3c(_0x4a4580._0x5f0a09,0x36a,0x32e,0x333)](_0x1e1c14))continue;if(_0x523429[_0x35eb3c(_0x4a4580._0x2367ce,0x376,0x38f,_0x4a4580._0x3ff0ed)]){const _0x292f0d={};_0x292f0d[_0x38f705(0x567,0x533,_0x4a4580._0x168ee9,_0x4a4580._0x43d0ef)]=_0x2b30c9,_0x292f0d[_0x35eb3c(_0x4a4580._0x428037,0x34d,_0x4a4580._0x14221f,_0x4a4580._0x1b1584)]=_0x1e1c14,_0x292f0d['git_remote']=_0x523429[_0x38f705(_0x4a4580._0x2bfa00,_0x4a4580._0x262703,_0x4a4580._0x2c16f2,0x550)],logger[_0x35eb3c(0x373,_0x4a4580._0x25b227,0x2ed,_0x4a4580._0x16825b)](_0x4e57b0[_0x35eb3c(_0x4a4580._0x5438a3,0x356,_0x4a4580._0x2f3767,0x30e)],_0x292f0d);continue;}const _0x3cee02=_0x523429[_0x35eb3c(_0x4a4580._0x47b91a,0x3d9,0x363,_0x4a4580._0x4d8b67)],_0x5b7279=_0x523429['target'];if(_0x4e57b0[_0x38f705(0x4dd,_0x4a4580._0x46e070,0x540,0x55d)](!_0x3cee02,!_0x5b7279)){const _0x34f27e={};_0x34f27e[_0x38f705(_0x4a4580._0x553ebb,_0x4a4580._0x22b490,0x598,_0x4a4580._0x342030)]=_0x2b30c9,_0x34f27e[_0x35eb3c(0x396,_0x4a4580._0xeef7ec,_0x4a4580._0x92c1f6,_0x4a4580._0x1b1584)]=_0x1e1c14,logger['debug'](_0x4e57b0[_0x38f705(0x5d5,_0x4a4580._0x29dbdf,0x5ac,_0x4a4580._0x381316)],_0x34f27e);continue;}if(_0x3cee02===_0x4e57b0[_0x35eb3c(_0x4a4580._0x19f8ba,0x3d9,0x384,0x3b0)]){if(_0x523429[_0x35eb3c(_0x4a4580._0x2f20cf,0x312,_0x4a4580._0x351536,_0x4a4580._0x207034)]===_0x4e57b0[_0x38f705(_0x4a4580._0x42e7bd,_0x4a4580._0x2a538f,0x539,0x56a)]&&_0x4e57b0[_0x35eb3c(0x315,_0x4a4580._0x140aec,0x3b1,0x36a)](_0x523429['value'],undefined))_0x22b076[_0x5b7279]=_0x4e57b0['MCHGn'](String,_0x523429[_0x38f705(_0x4a4580._0x57f552,_0x4a4580._0x1ec68a,0x574,0x561)]);else{if(_0x4e57b0[_0x38f705(0x512,0x501,_0x4a4580._0x1bcea1,_0x4a4580._0x4eeeca)](_0x523429[_0x35eb3c(_0x4a4580._0x3c8116,0x341,_0x4a4580._0x20b619,_0x4a4580._0x3039cc)],_0x4e57b0[_0x38f705(0x59f,_0x4a4580._0x4a0d20,_0x4a4580._0x52051c,0x5e1)])){if(_0x4e57b0[_0x35eb3c(0x39b,_0x4a4580._0x106837,0x36b,_0x4a4580._0x5ad34f)](_0x4e57b0[_0x35eb3c(0x349,_0x4a4580._0x5db232,0x31a,0x30c)],_0x35eb3c(0x383,_0x4a4580._0x6f4cb3,0x346,0x340))){const _0x146d69={};_0x146d69[_0x38f705(_0x4a4580._0x4e905e,_0x4a4580._0x5bf879,_0x4a4580._0x3da66a,_0x4a4580._0x5707f1)]=_0x2b30c9,_0x146d69[_0x35eb3c(_0x4a4580._0xf220d5,_0x4a4580._0x390de5,0x343,_0x4a4580._0x1ac6cc)]=_0x1e1c14,logger[_0x35eb3c(0x33b,0x399,0x389,0x336)](_0x4e57b0[_0x38f705(_0x4a4580._0x43c70,_0x4a4580._0x493dc0,0x594,_0x4a4580._0x2f7b1e)],_0x146d69);}else{if(!_0x548e9f['url'])return![];if(!_0x43ad0a[_0x38f705(0x577,_0x4a4580._0x5b7e21,_0x4a4580._0x2e82f8,0x566)][_0x35eb3c(_0x4a4580._0x4524bb,_0x4a4580._0x4997c2,_0x4a4580._0x1331f4,_0x4a4580._0x1b0601)](_0x4e57b0[_0x35eb3c(_0x4a4580._0x168727,_0x4a4580._0x4dd592,0x337,_0x4a4580._0x5b6a23)])&&!_0x34c059[_0x35eb3c(0x370,0x3e7,_0x4a4580._0x614671,_0x4a4580._0x532f84)][_0x38f705(0x57c,_0x4a4580._0x552820,0x548,0x55d)](_0x4e57b0[_0x35eb3c(0x3b9,0x38a,_0x4a4580._0x870eed,_0x4a4580._0x31f891)]))return![];return!_0x392015[_0x38f705(_0x4a4580._0x2eb7f0,_0x4a4580._0x2f7b1e,_0x4a4580._0x52051c,0x593)](_0x2b675c(_0x3ca955['url']));}}}}else{if(_0x4e57b0[_0x35eb3c(_0x4a4580._0x27e1fc,_0x4a4580._0x857a00,_0x4a4580._0x500b6d,_0x4a4580._0x33d9dc)](_0x3cee02,_0x4e57b0[_0x35eb3c(0x372,_0x4a4580._0x4a9768,_0x4a4580._0x32c5f9,0x3c4)])){if(_0x523429['type']===_0x4e57b0[_0x38f705(0x5d4,0x5ae,0x5b2,0x5a9)]&&_0x523429[_0x38f705(_0x4a4580._0x427902,0x58e,_0x4a4580._0x12fd96,_0x4a4580._0x3da66a)]){let _0x233013=_0x523429[_0x38f705(0x5eb,0x58e,_0x4a4580._0x511e25,_0x4a4580._0x3bc94e)];if(!_0x38352f[_0x35eb3c(0x352,0x33f,0x3db,0x39d)](_0x233013)){if(_0x4e57b0[_0x35eb3c(_0x4a4580._0x4f7909,_0x4a4580._0x1e864f,_0x4a4580._0x16f57e,_0x4a4580._0x7c8a75)](_0x4e57b0[_0x35eb3c(0x3ee,_0x4a4580._0x393eb0,_0x4a4580._0x570ddc,_0x4a4580._0xd79890)],_0x4e57b0[_0x38f705(0x514,0x535,0x57d,0x565)])){const _0x273955={};return _0x273955[_0x35eb3c(0x38f,0x375,_0x4a4580._0x5c49f7,_0x4a4580._0x57fcb0)]=_0x3c89a7,_0x273955[_0x38f705(0x53f,0x518,_0x4a4580._0x3c2033,_0x4a4580._0x3eac07)]=_0x622fa8,_0x273955;}else{const _0x4dc818=_0x3ead44[_0x35eb3c(0x365,_0x4a4580._0x2f71be,0x39b,0x337)](/\/+$/,'');_0x233013=_0x38352f['join'](_0x4dc818,_0x233013);}}const _0x12fced={};_0x12fced[_0x38f705(0x55b,_0x4a4580._0x25e453,_0x4a4580._0x2e3e26,_0x4a4580._0x32a834)]=_0x233013,_0x12fced[_0x35eb3c(0x417,0x3fb,0x3a5,0x3bf)]=_0x5b7279,_0x111ca2['push'](_0x12fced);}else{if(_0x4e57b0['EFmTv'](_0x523429[_0x35eb3c(0x329,0x371,_0x4a4580._0x134da8,_0x4a4580._0x3039cc)],_0x4e57b0['AGsXU'])){if(_0x4e57b0[_0x35eb3c(0x3a5,_0x4a4580._0x4c607e,_0x4a4580._0x25bfe2,0x3b4)](_0x4e57b0[_0x35eb3c(0x362,0x2df,0x337,0x314)],_0x38f705(_0x4a4580._0x4514cb,0x546,_0x4a4580._0x580fc0,0x54d)))_0x5e8604[_0x38f705(0x54f,0x532,0x512,0x555)](_0x4e57b0[_0x38f705(0x4fe,0x505,0x565,0x4ba)],{'path':_0x5b09b9,'context':_0x1f79c2,'envVarCount':_0x301af5[_0x35eb3c(_0x4a4580._0x3111b4,_0x4a4580._0x4a8210,_0x4a4580._0x2dc2da,0x384)](_0x150ac5)[_0x35eb3c(0x381,0x3a7,0x36a,_0x4a4580._0x995485)],'envVarKeys':_0x21bd20[_0x38f705(0x545,0x56e,_0x4a4580._0x4a0c02,_0x4a4580._0xe7ea14)](_0x36b3fb),'fileMountCount':_0x30dba1[_0x35eb3c(_0x4a4580._0x614671,_0x4a4580._0x5d33de,_0x4a4580._0x500371,_0x4a4580._0x315b46)]});else{const _0xc4bf55={};_0xc4bf55[_0x38f705(0x564,0x533,_0x4a4580._0x4e730f,_0x4a4580._0x44a125)]=_0x2b30c9,_0xc4bf55[_0x38f705(0x568,0x56c,_0x4a4580._0xe7ea14,_0x4a4580._0x433979)]=_0x1e1c14,logger[_0x35eb3c(0x33f,0x375,_0x4a4580._0x228f06,0x336)](_0x4e57b0['dOXkZ'],_0xc4bf55);}}}}}}}(_0x4e57b0[_0x35eb3c(0x33e,_0x4a4580._0xb9ba46,_0x4a4580._0xe76136,_0x4a4580._0x4057de)](Object[_0x35eb3c(0x3d5,_0x4a4580._0x3b3ae3,0x370,_0x4a4580._0x34c745)](_0x22b076)[_0x38f705(_0x4a4580._0x56c5b5,_0x4a4580._0x388b0e,0x609,0x608)],-0x3*0x42e+-0x87a+0x1504)||_0x4e57b0[_0x38f705(_0x4a4580._0x511349,_0x4a4580._0x56614d,0x571,0x581)](_0x111ca2[_0x35eb3c(0x3b7,0x3b1,_0x4a4580._0x32c5f9,_0x4a4580._0x117f18)],0x2486+0x1d26+-0x41ac))&&(_0x4e57b0[_0x38f705(0x4bc,_0x4a4580._0x53dc84,_0x4a4580._0x504917,_0x4a4580._0x5d74c7)](_0x4e57b0[_0x38f705(_0x4a4580._0x39b1a3,_0x4a4580._0x1b501b,_0x4a4580._0x4f14c1,0x55c)],_0x4e57b0[_0x38f705(0x589,_0x4a4580._0x527b5d,_0x4a4580._0x1097b2,0x5d7)])?_0x1d0dd7[_0xc52488]=_0x4e57b0[_0x35eb3c(0x3b6,_0x4a4580._0x338bdc,0x315,0x37b)](_0x517ab6,_0x402c8c[_0x38f705(0x5c7,0x588,_0x4a4580._0x333ad2,_0x4a4580._0x317dec)]):logger[_0x38f705(_0x4a4580._0xd812d4,0x532,0x583,0x532)](_0x4e57b0[_0x38f705(_0x4a4580._0xd2ee39,_0x4a4580._0x361dee,_0x4a4580._0x567cc6,_0x4a4580._0x584653)],{'path':_0x219f87,'context':_0x1e1c14,'envVarCount':Object[_0x35eb3c(_0x4a4580._0x44d627,0x35b,_0x4a4580._0x44181a,_0x4a4580._0x34c745)](_0x22b076)[_0x38f705(_0x4a4580._0x538e5e,0x5a6,_0x4a4580._0x4b4a7c,0x5a3)],'envVarKeys':Object[_0x35eb3c(_0x4a4580._0x3fd73d,_0x4a4580._0x17605d,0x39e,_0x4a4580._0x2dfdf2)](_0x22b076),'fileMountCount':_0x111ca2[_0x38f705(_0x4a4580._0xbc55ee,_0x4a4580._0x977e31,_0x4a4580._0x3e21b5,0x547)]}));const _0x4a02f0={};return _0x4a02f0[_0x35eb3c(_0x4a4580._0x2982fc,_0x4a4580._0x481f2d,_0x4a4580._0x39c2f1,0x396)]=_0x22b076,_0x4a02f0[_0x38f705(_0x4a4580._0x4605be,0x518,0x525,_0x4a4580._0x1f79a7)]=_0x111ca2,_0x4a02f0;}else{if(_0x4e57b0[_0x38f705(0x4ec,_0x4a4580._0xd20d54,_0x4a4580._0x3c6641,_0x4a4580._0x3c7559)](_0x9a27['code'],_0x4e57b0[_0x38f705(0x50a,_0x4a4580._0x3b1f7b,_0x4a4580._0x4d8f86,0x4f1)])){const _0xcba430={};_0xcba430[_0x35eb3c(0x3ac,0x38f,0x3dc,_0x4a4580._0x54de21)]=_0x3bb73f,_0xcba430[_0x35eb3c(_0x4a4580._0x385861,_0x4a4580._0x29667e,_0x4a4580._0x1e1620,0x3b3)]=_0x1ab916[_0x35eb3c(_0x4a4580._0x49cc94,_0x4a4580._0x2c153e,0x3e8,0x38e)],_0x5d7e4f[_0x38f705(_0x4a4580._0x8248b3,0x520,0x50a,0x53e)](_0x4e57b0[_0x38f705(_0x4a4580._0x23c3fb,0x53e,0x4e1,0x541)],_0xcba430);}}}catch(_0x149680){if(_0x4e57b0[_0x35eb3c(0x2db,0x2dc,0x2e5,_0x4a4580._0x5ced59)](_0x4e57b0[_0x35eb3c(0x39d,0x35b,_0x4a4580._0x870eed,_0x4a4580._0x49838e)],_0x38f705(_0x4a4580._0x115d24,_0x4a4580._0xcaa6d5,0x578,0x58b))){const _0x122fe2={};_0x122fe2[_0x35eb3c(0x35d,_0x4a4580._0x4eb015,_0x4a4580._0x4c5224,0x349)]=_0x2ea30a,_0x122fe2[_0x35eb3c(0x360,_0x4a4580._0x347109,_0x4a4580._0x40fec2,0x382)]=_0x5a5382,_0x52958b[_0x38f705(0x539,0x520,0x541,_0x4a4580._0x4389c2)](_0x4e57b0['dOXkZ'],_0x122fe2);}else{if(_0x4e57b0[_0x38f705(0x5d5,_0x4a4580._0x3b8de4,0x54e,0x57c)](_0x149680[_0x38f705(_0x4a4580._0x191621,0x529,_0x4a4580._0x44055e,0x53f)],_0x4e57b0[_0x38f705(_0x4a4580._0x4a7e77,_0x4a4580._0xf52b67,_0x4a4580._0x82df2f,_0x4a4580._0x511e25)])){const _0x4ddad0={};_0x4ddad0[_0x35eb3c(0x3b4,0x421,0x3df,0x3c3)]=_0x219f87,_0x4ddad0[_0x38f705(_0x4a4580._0x4e6c9,_0x4a4580._0x159cc5,0x558,0x5b8)]=_0x149680['message'],logger['warn'](_0x4e57b0[_0x35eb3c(_0x4a4580._0x5c0d50,0x380,_0x4a4580._0x4892c2,_0x4a4580._0x129210)],_0x4ddad0);}const _0x22aeae={};return _0x22aeae[_0x38f705(_0x4a4580._0x1fa240,_0x4a4580._0x120f1e,0x57f,0x554)]=_0x22b076,_0x22aeae['fileMounts']=_0x111ca2,_0x22aeae;}}}function _0x2334(_0x18cb74,_0x4c910a){_0x18cb74=_0x18cb74-(-0x2f*-0xce+-0x2496+0x8c);const _0x4a3f37=_0x5429();let _0x2e1247=_0x4a3f37[_0x18cb74];if(_0x2334['brTPUD']===undefined){var _0x521de7=function(_0x440fbf){const _0x492698='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x12b805='',_0x321148='';for(let _0x437f34=-0x8*-0x41b+0x2b*0x31+-0xdb1*0x3,_0x164251,_0x52656e,_0x28d4ff=-0x17*0x1e+-0x115*-0x19+0x5*-0x4df;_0x52656e=_0x440fbf['charAt'](_0x28d4ff++);~_0x52656e&&(_0x164251=_0x437f34%(-0x11*-0x22+-0x3d*0x5+-0x10d)?_0x164251*(-0x1a*-0xbb+-0x8*0x445+-0x2*-0x7b5)+_0x52656e:_0x52656e,_0x437f34++%(-0x1225+-0x2*0x35+-0x1293*-0x1))?_0x12b805+=String['fromCharCode'](-0x5cb+-0xdc9+0x1493&_0x164251>>(-(0x1b85+0xdb0+-0x2933*0x1)*_0x437f34&-0x1262+-0xb99*-0x3+-0x1063)):-0x13e9+0x126b+0x2*0xbf){_0x52656e=_0x492698['indexOf'](_0x52656e);}for(let _0x10e566=0x406+-0x4*0x5bc+0x12ea,_0x170665=_0x12b805['length'];_0x10e566<_0x170665;_0x10e566++){_0x321148+='%'+('00'+_0x12b805['charCodeAt'](_0x10e566)['toString'](-0xdf4+0xab*-0x27+0x315*0xd))['slice'](-(0x152+0xe89+0x1*-0xfd9));}return decodeURIComponent(_0x321148);};_0x2334['vhPguR']=_0x521de7,_0x2334['ZSLSaW']={},_0x2334['brTPUD']=!![];}const _0x5909a8=_0x4a3f37[0x218*0xd+0xe22+-0x295a],_0x3a1002=_0x18cb74+_0x5909a8,_0x425c6b=_0x2334['ZSLSaW'][_0x3a1002];return!_0x425c6b?(_0x2e1247=_0x2334['vhPguR'](_0x2e1247),_0x2334['ZSLSaW'][_0x3a1002]=_0x2e1247):_0x2e1247=_0x425c6b,_0x2e1247;}function normalizeUrl(_0x4e2a85){const _0x4c2ae4={_0x96880a:0x151,_0x20ed12:0x1df,_0x2f60e3:0x120,_0x3770d3:0x175,_0x1957d1:0x36e,_0x431f98:0x379,_0x28cc68:0x390,_0x2de6a5:0x3b1,_0x5a02b2:0x35b,_0x2e8d3c:0x314,_0xf65236:0x3bc,_0x17a756:0x3f2,_0x46f050:0x218,_0x25431f:0x1e7,_0x1010a1:0x36c,_0x490a78:0x385,_0x2391cd:0x3fd,_0x338f15:0x11a,_0x1cbb1b:0x133,_0x3c90bb:0x163,_0x285295:0x173,_0xf54e5:0x3bd,_0x9eb8c2:0x37b,_0x450f46:0x354,_0x82eba3:0x1fe,_0x1a49db:0x24c,_0x2a3c8d:0x1f8,_0xc641e5:0x1ae,_0x3c86d6:0x1bd,_0x14473c:0x1ac,_0x19eeaa:0x242,_0x535427:0x3b7,_0x5bdde5:0x38b,_0x4be134:0x36c,_0x5765e7:0x366,_0x25b30b:0x387,_0x5742bd:0x316,_0x1c540a:0x343},_0x451f08={_0x35c39f:0x273},_0x3be707={};_0x3be707['fqjXi']=function(_0x4ec93a,_0xedfd55){return _0x4ec93a!==_0xedfd55;};function _0xec90a4(_0x717271,_0x1a57f3,_0x237101,_0x59a305){return _0x4e1f99(_0x717271- -_0x451f08._0x35c39f,_0x59a305,_0x237101-0xf2,_0x59a305-0x77);}_0x3be707[_0x175cf6(-_0x4c2ae4._0x96880a,-0x1d4,-0x18d,-_0x4c2ae4._0x20ed12)]=_0x175cf6(-_0x4c2ae4._0x2f60e3,-0x1a1,-_0x4c2ae4._0x3770d3,-0x13c),_0x3be707['ADNdi']='Failed\x20to\x20'+'read\x20.secr'+'ets.json\x20f'+_0x175cf6(-0x210,-0x1da,-0x219,-0x1cb),_0x3be707[_0xec90a4(0x348,_0x4c2ae4._0x1957d1,_0x4c2ae4._0x431f98,_0x4c2ae4._0x28cc68)]=function(_0x1e1c15,_0x4bd93){return _0x1e1c15!==_0x4bd93;};function _0x175cf6(_0x11e5bd,_0xe36190,_0x1ab334,_0x17c973){return _0x4e1f99(_0x1ab334- -0x7c8,_0xe36190,_0x1ab334-0xb2,_0x17c973-0x1e3);}const _0x53cac8=_0x3be707;if(!_0x4e2a85)return'';try{if(_0x53cac8['qTBZZ'](_0xec90a4(0x35b,0x346,0x339,_0x4c2ae4._0x2de6a5),_0xec90a4(_0x4c2ae4._0x5a02b2,0x330,_0x4c2ae4._0x2e8d3c,0x37a))){if(_0x53cac8[_0xec90a4(_0x4c2ae4._0xf65236,0x3e3,_0x4c2ae4._0x17a756,0x392)](_0x1047c2[_0x175cf6(-0x231,-_0x4c2ae4._0x46f050,-_0x4c2ae4._0x25431f,-0x205)],_0x53cac8[_0xec90a4(0x3c8,_0x4c2ae4._0x1010a1,_0x4c2ae4._0x490a78,_0x4c2ae4._0x2391cd)])){const _0x4a4d61={};_0x4a4d61[_0x175cf6(-_0x4c2ae4._0x338f15,-_0x4c2ae4._0x1cbb1b,-_0x4c2ae4._0x3c90bb,-0x14e)]=_0x453629,_0x4a4d61[_0x175cf6(-0x196,-0x146,-_0x4c2ae4._0x285295,-0x10c)]=_0x3717ba[_0xec90a4(_0x4c2ae4._0xf54e5,0x41d,0x3c8,_0x4c2ae4._0x9eb8c2)],_0x13a069[_0xec90a4(0x365,0x37e,0x340,_0x4c2ae4._0x450f46)](_0x53cac8[_0x175cf6(-0x246,-0x226,-_0x4c2ae4._0x82eba3,-0x211)],_0x4a4d61);}const _0x2753f5={};return _0x2753f5['envVars']=_0x7436df,_0x2753f5[_0x175cf6(-_0x4c2ae4._0x1a49db,-0x221,-_0x4c2ae4._0x2a3c8d,-_0x4c2ae4._0xc641e5)]=_0x37f9c7,_0x2753f5;}else{const _0x201b17=new URL(_0x4e2a85);return _0x201b17[_0x175cf6(-0x1c1,-0x159,-_0x4c2ae4._0x3c86d6,-0x1ec)]+'//'+_0x201b17[_0x175cf6(-0x17b,-0x15b,-_0x4c2ae4._0x14473c,-0x177)][_0x175cf6(-0x21e,-0x234,-0x1f7,-_0x4c2ae4._0x19eeaa)+'e']()+_0x201b17[_0xec90a4(_0x4c2ae4._0x535427,_0x4c2ae4._0x5bdde5,0x35c,_0x4c2ae4._0x4be134)][_0xec90a4(_0x4c2ae4._0x5765e7,_0x4c2ae4._0x25b30b,_0x4c2ae4._0x5bdde5,0x3cb)](/\.git$/,'');}}catch{return _0x4e2a85['toLowerCas'+'e']()[_0xec90a4(_0x4c2ae4._0x5765e7,0x344,_0x4c2ae4._0x5742bd,_0x4c2ae4._0x1c540a)](/\.git$/,'');}}async function loadPatSecretsForContext(_0x56e8f7,_0x427f50){const _0x237f2b={_0x278714:0x9,_0x4de0e3:0x17,_0x4c284d:0x4c,_0x3f94e9:0x65,_0x22a6db:0x105,_0x45100f:0x62,_0x171626:0xd6,_0x3e2a8b:0x73,_0x491e4c:0x178,_0x267f80:0x119,_0x38efd8:0xd4,_0x5981ee:0x95,_0x34cd2c:0xc4,_0xcd132e:0xcb,_0x51ee67:0x4f,_0x27a337:0x9e,_0x239d2b:0xa4,_0x4990e3:0xe2,_0x2a5339:0x1e,_0x196188:0x2a,_0x1b63e8:0x44,_0x5a8f5a:0x4f,_0x3211de:0x64,_0x1bcfac:0x2f,_0x8606f9:0x115,_0x3000dd:0xab,_0x486ce3:0x7e,_0x521920:0x153,_0x323e1e:0x33,_0x269700:0xe,_0x4f1515:0xc2,_0xb5263b:0x9f,_0x1af667:0x24,_0x2d0d39:0x45,_0x40617e:0xd8,_0x13343f:0xbf,_0x33895b:0xa5,_0xf0e50:0xfb,_0x115600:0x11f,_0x3b25dd:0xf7,_0x42fe03:0xc0,_0x1f9657:0x3b,_0x4151d2:0x2d,_0x3d7b6d:0x44,_0x107346:0x2b,_0x29d389:0xb3,_0x2c6312:0xbe,_0x4bed2c:0xe7,_0x25e047:0x110,_0x4e8cf1:0xed,_0x45c209:0x21,_0x260814:0xc0,_0x4a26ae:0x13,_0x4d4c60:0x67,_0x25f7f3:0xd3,_0x194702:0xde,_0x10183d:0x11b,_0x5c09e2:0xf8,_0x2aa163:0x4d,_0x49b6fb:0x63,_0x2d5037:0x28,_0x30cf34:0x22,_0x5e969a:0x70,_0x1e8489:0x38,_0x28cdd8:0x94,_0x385f5e:0x6c,_0x2d3c75:0x8e,_0x3ffd81:0x5d,_0x1f4dd0:0x99,_0x1bc1b4:0x16,_0x2d3ba0:0x31,_0x92e791:0xf,_0xc5bdf2:0x11b,_0x5af777:0xc3,_0x1390dc:0xa9,_0x476b96:0x7f,_0x527400:0x2f,_0x4af9ac:0x7,_0x11165c:0x25,_0x198788:0xf5,_0x454451:0x159,_0x5da737:0xd3,_0x49e67d:0xc6,_0x1232e5:0x62,_0x5bf133:0x154,_0x58f3e5:0x122,_0x3a9603:0x1c,_0xeabb5:0x15,_0x4da05f:0x5a,_0x1c11bd:0xc1,_0x1fe42b:0x11a,_0x2adab3:0x121,_0x193613:0xab,_0x3a535b:0x4f,_0x106185:0xf8,_0x20b026:0x105,_0x404670:0x173,_0x39009f:0x118,_0x4e9258:0x131,_0xc62605:0x17e,_0x428ded:0xce,_0x40461f:0x42,_0x4c81f3:0x70,_0xf2c186:0x100,_0x2cb838:0x12c,_0x3857d:0xcd,_0x478efe:0x147,_0x515599:0x5b,_0x2fc00b:0x4e,_0xd8d342:0x27,_0xe68555:0x18,_0x3dec5b:0x8,_0x187772:0x80,_0x5b5b20:0x4b,_0x13c35e:0x9a,_0x500743:0x74,_0x3a08a6:0x43,_0x5abe6c:0x134,_0x2544d3:0x10a,_0x36cd6e:0x13d,_0x3ecdbb:0x6a,_0x13a50d:0xc1,_0xe3a516:0xe6,_0x5c0d7e:0xb2,_0x21c11d:0x34,_0x3753bc:0x51,_0x24f0a7:0x173,_0x2189f0:0x12f,_0x19edfc:0x112,_0x71961e:0x152,_0x1211fb:0x149,_0x4765f8:0x162,_0x1c9d46:0x68,_0x4c4d57:0xb4,_0x37b24b:0x15b,_0x4088ed:0x18b,_0x150bb1:0xf4,_0x3169d4:0xaf,_0x415b71:0xcf,_0x2d9f9c:0x110,_0x33beef:0xdc,_0x4a266f:0xb1,_0x1b2f3c:0x2c,_0x29235c:0xe1,_0x46e55d:0xac,_0x28b329:0x84,_0x4d95d2:0x40,_0x54b153:0xa0,_0x1ac8b6:0x85,_0x4ce2d0:0xe4,_0x2140bb:0x10f,_0x2d7841:0xf3,_0x57c945:0xbc,_0x1a2268:0x5e,_0x3eba42:0xce,_0x1af9f9:0x12c,_0x21748d:0x86,_0x5a1b76:0xda,_0x49236b:0xea,_0x2d2c31:0xfc,_0x5cc51d:0x96,_0x31a7fc:0xaa,_0x4d3a26:0x3e},_0x487453={_0xda63cc:0x707},_0x272745={_0x582eb7:0x19a},_0x19f0f8={};_0x19f0f8[_0x9f4f3f(_0x237f2b._0x278714,0x36,0x10,_0x237f2b._0x4de0e3)]=_0x9f4f3f(_0x237f2b._0x4c284d,0x90,_0x237f2b._0x3f94e9,0x92)+_0x36ac75(-0x165,-0x155,-0x12b,-_0x237f2b._0x22a6db)+'tials\x20for\x20'+_0x9f4f3f(_0x237f2b._0x45100f,_0x237f2b._0x171626,_0x237f2b._0x3e2a8b,0xa5),_0x19f0f8[_0x36ac75(-_0x237f2b._0x491e4c,-0x142,-_0x237f2b._0x267f80,-0x150)]='Failed\x20to\x20'+_0x9f4f3f(0x5b,0x2b,0x44,0x37)+_0x36ac75(-_0x237f2b._0x38efd8,-_0x237f2b._0x5981ee,-0x54,-_0x237f2b._0x34cd2c)+'or\x20PAT\x20sec'+_0x36ac75(-_0x237f2b._0xcd132e,-0xb0,-_0x237f2b._0x51ee67,-_0x237f2b._0x27a337);function _0x9f4f3f(_0x46f590,_0x3d1010,_0x4968ea,_0x185492){return _0x451693(_0x46f590-0x4b,_0x3d1010-_0x272745._0x582eb7,_0x4968ea- -0x3c,_0x3d1010);}_0x19f0f8[_0x36ac75(-_0x237f2b._0x239d2b,-_0x237f2b._0x4990e3,-0x9c,-0xd9)]=_0x9f4f3f(0x26,0x25,-_0x237f2b._0x2a5339,-_0x237f2b._0x196188)+_0x9f4f3f(0x76,0xa,_0x237f2b._0x1b63e8,_0x237f2b._0x5a8f5a)+'ets.json\x20f'+_0x9f4f3f(-_0x237f2b._0x3211de,-0x2f,-0x2d,-_0x237f2b._0x1bcfac),_0x19f0f8[_0x36ac75(-0x11a,-0xef,-0x10b,-_0x237f2b._0x8606f9)]=_0x36ac75(-_0x237f2b._0x171626,-0xd6,-_0x237f2b._0x3000dd,-_0x237f2b._0x486ce3)+'oken',_0x19f0f8[_0x36ac75(-0x15b,-_0x237f2b._0x521920,-0xf3,-0xf9)]=_0x9f4f3f(0x69,-_0x237f2b._0x323e1e,0x21,_0x237f2b._0x269700)+'son',_0x19f0f8[_0x9f4f3f(_0x237f2b._0x4f1515,_0x237f2b._0xb5263b,0x74,0x54)]='utf-8',_0x19f0f8[_0x36ac75(-0x13e,-0x115,-0x11d,-0x13e)]=function(_0x2b0ccb,_0x183c29){return _0x2b0ccb!==_0x183c29;},_0x19f0f8['ONagj']=_0x9f4f3f(-_0x237f2b._0x1af667,-_0x237f2b._0x2d0d39,-0x25,-0x7e),_0x19f0f8['HHvRJ']=function(_0x588bce,_0x2b4343){return _0x588bce===_0x2b4343;},_0x19f0f8['atEAk']=_0x36ac75(-_0x237f2b._0x40617e,-0xc7,-_0x237f2b._0x13343f,-0x79),_0x19f0f8[_0x36ac75(-0x101,-_0x237f2b._0x33895b,-0xf1,-_0x237f2b._0xf0e50)]=_0x36ac75(-0xc3,-_0x237f2b._0x115600,-_0x237f2b._0x3b25dd,-_0x237f2b._0x42fe03),_0x19f0f8[_0x36ac75(-0x121,-0xd4,-0xe6,-0xc1)]=function(_0x444fa7,_0x2ac238){return _0x444fa7!==_0x2ac238;},_0x19f0f8[_0x9f4f3f(0x12,_0x237f2b._0x1f9657,0x6f,_0x237f2b._0x4151d2)]=_0x9f4f3f(-_0x237f2b._0x3d7b6d,-0x64,-_0x237f2b._0x107346,-0x8),_0x19f0f8[_0x36ac75(-0xbe,-_0x237f2b._0x29d389,-0xa3,-0xdc)]=_0x9f4f3f(_0x237f2b._0x2c6312,_0x237f2b._0x4bed2c,0x9c,0xad),_0x19f0f8[_0x36ac75(-_0x237f2b._0x25e047,-0xdc,-_0x237f2b._0x4e8cf1,-_0x237f2b._0x33895b)]=function(_0x2d90d6,_0xf79bb2){return _0x2d90d6===_0xf79bb2;},_0x19f0f8[_0x9f4f3f(0x1e,-0x1e,-0x13,_0x237f2b._0x45c209)]=_0x9f4f3f(0xa4,0x101,0x9b,_0x237f2b._0x260814),_0x19f0f8[_0x9f4f3f(_0x237f2b._0x45100f,-0xf,_0x237f2b._0x4a26ae,_0x237f2b._0x4d4c60)]=_0x36ac75(-0xfc,-0x135,-_0x237f2b._0x25f7f3,-_0x237f2b._0x194702),_0x19f0f8[_0x36ac75(-_0x237f2b._0x10183d,-0xf6,-0x15e,-0x13e)]=function(_0x13ea83,_0x43af39){return _0x13ea83!==_0x43af39;},_0x19f0f8[_0x36ac75(-0xa1,-_0x237f2b._0x5c09e2,-0x12b,-0xa5)]='rUCtb';function _0x36ac75(_0x1b62da,_0x3242c4,_0x3247db,_0x2414e9){return _0x4e1f99(_0x3242c4- -_0x487453._0xda63cc,_0x1b62da,_0x3247db-0x86,_0x2414e9-0x12d);}const _0x5c9569=_0x19f0f8,_0x19caab=new Map(),_0x3f033a=_0x38352f[_0x36ac75(-0x119,-0xe0,-0xf2,-0x133)](_0x56e8f7,_0x5c9569[_0x9f4f3f(-_0x237f2b._0x2aa163,-_0x237f2b._0x49b6fb,-_0x237f2b._0x2d5037,_0x237f2b._0x30cf34)]);try{const _0x4ae837=await _0x3f8736[_0x9f4f3f(0x58,_0x237f2b._0x5e969a,0xb,_0x237f2b._0x1e8489)](_0x3f033a,_0x5c9569['FRdXm']),_0x1eeac5=JSON[_0x9f4f3f(_0x237f2b._0x28cdd8,0x12,_0x237f2b._0x385f5e,_0x237f2b._0x2d3c75)](_0x4ae837),_0x40a5b0=_0x1eeac5[_0x36ac75(-_0x237f2b._0x3ffd81,-_0x237f2b._0x1f4dd0,-0x8b,-0x42)]||{};for(const [_0x37e8dc,_0x3c5a60]of Object[_0x9f4f3f(_0x237f2b._0x1bc1b4,-0x32,-_0x237f2b._0x2d3ba0,-0x16)](_0x40a5b0)){if(_0x5c9569['bziVL'](_0x5c9569['ONagj'],'UmwEP'))_0x5a936b[_0x9f4f3f(-0x4e,-0x43,0xe,-_0x237f2b._0x92e791)](_0x5c9569[_0x36ac75(-0x150,-_0x237f2b._0xc5bdf2,-0xc1,-0x181)],{'environment':_0x361594['basename'](_0x175188),'context':_0x54b406,'count':_0x1d83e1[_0x36ac75(-_0x237f2b._0x5af777,-_0x237f2b._0x1390dc,-0x89,-_0x237f2b._0x38efd8)]});else{if(!_0x3c5a60[_0x36ac75(-0xdf,-_0x237f2b._0x27a337,-_0x237f2b._0x1f9657,-_0x237f2b._0x476b96)])continue;const _0x6c85a8=_0x3c5a60['available_'+'for']||[];if(!_0x6c85a8[_0x9f4f3f(_0x237f2b._0x527400,0x41,-_0x237f2b._0x4af9ac,_0x237f2b._0x11165c)](_0x427f50))continue;let _0xda2b01=null;if(_0x5c9569[_0x36ac75(-_0x237f2b._0x198788,-0x122,-_0x237f2b._0x454451,-0xea)](_0x3c5a60['type'],_0x5c9569[_0x9f4f3f(0x4c,_0x237f2b._0x5da737,0x88,_0x237f2b._0x49e67d)])){if(!_0x3c5a60['value'])continue;_0xda2b01=_0x3c5a60[_0x36ac75(-0xf7,-0xc7,-0x93,-_0x237f2b._0x1232e5)];}else{if(_0x5c9569[_0x36ac75(-_0x237f2b._0x5bf133,-_0x237f2b._0x58f3e5,-0x127,-0xf9)](_0x3c5a60[_0x9f4f3f(0x36,0x77,0x28,_0x237f2b._0x3a9603)],_0x5c9569[_0x36ac75(-0xf7,-0xa5,-_0x237f2b._0x34cd2c,-0x9c)])){if(_0x5c9569['ANdkj'](_0x5c9569[_0x9f4f3f(0xc5,_0x237f2b._0xeabb5,0x6f,0x7e)],_0x5c9569['yiQed'])){if(!_0x3c5a60[_0x36ac75(-_0x237f2b._0x4da05f,-_0x237f2b._0x1c11bd,-0xa5,-0x11d)])continue;try{let _0x2dc5e0=_0x3c5a60[_0x36ac75(-_0x237f2b._0x1fe42b,-0xc1,-_0x237f2b._0x2adab3,-0xb8)];if(!_0x38352f[_0x36ac75(-0xb8,-0xc8,-_0x237f2b._0x193613,-0xaa)](_0x2dc5e0)){if(_0x5c9569[_0x9f4f3f(0xa4,_0x237f2b._0x2a5339,_0x237f2b._0x3a535b,0x7d)](_0x5c9569[_0x36ac75(-0x120,-0x13e,-_0x237f2b._0x106185,-_0x237f2b._0x20b026)],_0x5c9569[_0x36ac75(-_0x237f2b._0x404670,-_0x237f2b._0x39009f,-_0x237f2b._0x4e9258,-_0x237f2b._0xc62605)])){const _0x6fc4ad={};_0x6fc4ad['path']=_0x443823,_0x6fc4ad[_0x9f4f3f(_0x237f2b._0x428ded,_0x237f2b._0x40461f,0x79,_0x237f2b._0x4c81f3)]=_0x104e48[_0x36ac75(-_0x237f2b._0xf2c186,-0xd7,-0x132,-0xe4)],_0x148879[_0x36ac75(-_0x237f2b._0x2cb838,-0x12f,-_0x237f2b._0x3857d,-_0x237f2b._0x478efe)](_0x5c9569[_0x9f4f3f(-_0x237f2b._0x515599,0xb,-0x17,-_0x237f2b._0x2fc00b)],_0x6fc4ad);}else{const _0x75c547=_0x56e8f7[_0x9f4f3f(0x28,_0x237f2b._0xd8d342,-0x3,-_0x237f2b._0xe68555)](/\/+$/,'');_0x2dc5e0=_0x38352f[_0x9f4f3f(_0x237f2b._0x3dec5b,_0x237f2b._0x187772,_0x237f2b._0x5b5b20,-_0x237f2b._0x269700)](_0x75c547,_0x2dc5e0);}}_0xda2b01=(await _0x3f8736['readFile'](_0x2dc5e0,_0x5c9569[_0x9f4f3f(_0x237f2b._0x13c35e,0x9f,_0x237f2b._0x500743,_0x237f2b._0x3a08a6)]))[_0x36ac75(-0x14e,-_0x237f2b._0x5abe6c,-_0x237f2b._0x2544d3,-_0x237f2b._0x36cd6e)]();}catch(_0x264e26){const _0x17ea9c={};_0x17ea9c[_0x9f4f3f(-0x1d,0x4f,_0x237f2b._0x92e791,0xc)]=_0x37e8dc,_0x17ea9c[_0x9f4f3f(0x7f,0x2c,_0x237f2b._0x3ecdbb,0x7)]=_0x3c5a60[_0x36ac75(-0x128,-_0x237f2b._0x13a50d,-_0x237f2b._0xe3a516,-_0x237f2b._0x20b026)],_0x17ea9c[_0x36ac75(-0x60,-_0x237f2b._0x5c0d7e,-0x9a,-0x77)]=_0x264e26[_0x9f4f3f(_0x237f2b._0x21c11d,-_0x237f2b._0x92e791,0x54,_0x237f2b._0x3753bc)],logger[_0x36ac75(-_0x237f2b._0x24f0a7,-_0x237f2b._0x2189f0,-_0x237f2b._0x19edfc,-_0x237f2b._0x71961e)](_0x36ac75(-0x197,-_0x237f2b._0x1211fb,-0x13e,-_0x237f2b._0x4765f8)+'read\x20PAT\x20s'+'ecret\x20file',_0x17ea9c);continue;}}else{const _0x1355da={};_0x1355da[_0x36ac75(-_0x237f2b._0x1c9d46,-0xa2,-_0x237f2b._0x5c0d7e,-_0x237f2b._0x4c4d57)]=_0x479827,_0x1355da['error']=_0x3d3a2a[_0x36ac75(-0x75,-0xd7,-0xfc,-0x9a)],_0x51b5ee[_0x36ac75(-_0x237f2b._0x37b24b,-_0x237f2b._0x2189f0,-_0x237f2b._0x4088ed,-0x105)](_0x5c9569[_0x36ac75(-_0x237f2b._0x150bb1,-0xe2,-0xe5,-_0x237f2b._0x3169d4)],_0x1355da);}}else continue;}const _0x49444a=_0x3c5a60['git_remote']['toLowerCas'+'e'](),_0x530cb6={};_0x530cb6[_0x36ac75(-_0x237f2b._0x415b71,-0x11c,-_0x237f2b._0x2d9f9c,-_0x237f2b._0x33beef)]=_0x37e8dc,_0x530cb6['value']=_0xda2b01,_0x19caab[_0x9f4f3f(0x6e,0x6c,0x71,_0x237f2b._0x4a266f)](_0x49444a,_0x530cb6);}}}catch(_0x2a9b9c){if(_0x5c9569[_0x9f4f3f(0x7f,0x2,0x35,-_0x237f2b._0x1b2f3c)](_0x36ac75(-0xdc,-0xf3,-0xf8,-_0x237f2b._0x29235c),_0x5c9569['vMYpo'])){const _0x3571ae=new _0x549521(_0x47e2b7[_0x36ac75(-_0x237f2b._0x46e55d,-0xaa,-0xb3,-_0x237f2b._0x28b329)]),_0x4265bf=_0x3571ae[_0x9f4f3f(_0x237f2b._0x4c81f3,-_0x237f2b._0x2a5339,_0x237f2b._0x4d95d2,_0x237f2b._0x54b153)]['toLowerCas'+'e'](),_0x1467c1=_0x5c6ee8['get'](_0x4265bf);if(_0x1467c1){const _0x54d748=_0x3571ae[_0x36ac75(-_0x237f2b._0x1ac8b6,-_0x237f2b._0x4ce2d0,-_0x237f2b._0x2140bb,-0xdb)]||_0x5c9569[_0x9f4f3f(_0x237f2b._0x2d0d39,-0x11,0x3c,0xa0)],_0x16c03e=_0x3571ae['pathname'];_0x1b19e6['push']('https://'+_0x54d748+':'+_0x1467c1['value']+'@'+_0x4265bf+_0x16c03e);}}else{if(_0x5c9569[_0x36ac75(-_0x237f2b._0x2d7841,-_0x237f2b._0x38efd8,-0x13a,-0x81)](_0x2a9b9c[_0x36ac75(-_0x237f2b._0x49e67d,-0x126,-0x130,-0x152)],'ENOENT')){if(_0x9f4f3f(0x2d,_0x237f2b._0x57c945,_0x237f2b._0x1a2268,0x56)!==_0x36ac75(-_0x237f2b._0x8606f9,-_0x237f2b._0x3eba42,-0xf4,-_0x237f2b._0x1af9f9)){const _0x35c327={};_0x35c327[_0x36ac75(-_0x237f2b._0x21748d,-0xa2,-_0x237f2b._0x5a1b76,-_0x237f2b._0x49236b)]=_0x3f033a,_0x35c327[_0x36ac75(-0xe8,-0xb2,-0x76,-0x65)]=_0x2a9b9c['message'],logger[_0x36ac75(-0x11d,-0x12f,-0x189,-_0x237f2b._0x2d2c31)](_0x9f4f3f(-0x3e,0xd,-0x1e,-0x38)+'read\x20.secr'+_0x9f4f3f(0x6b,_0x237f2b._0x5af777,_0x237f2b._0x5cc51d,0x8f)+_0x36ac75(-0xd5,-0xf2,-0xd8,-_0x237f2b._0x31a7fc)+_0x9f4f3f(0x7e,_0x237f2b._0x500743,0x7b,_0x237f2b._0x2d3c75),_0x35c327);}else{const _0x394d41=_0x724699['replace'](/\/+$/,'');_0x1d9b70=_0x4ce09c[_0x9f4f3f(0x3a,0x62,0x4b,_0x237f2b._0x4d3a26)](_0x394d41,_0xf52357);}}}}return _0x19caab;}export async function generatePatCredentials(_0x1a590f,_0x396205,_0x590ea1={}){const _0xec51c8={_0x453b31:0x14d,_0x59accf:0xf9,_0x500180:0x114,_0xafcd90:0x68,_0x4dad57:0x30,_0x55f3ce:0x71,_0x28ed1e:0x63,_0x484538:0x12b,_0x3cf4f3:0x40,_0x3bb935:0x58,_0x10339d:0x9f,_0x3632a9:0x7e,_0xa8ebdf:0xd,_0x11d37b:0x60,_0x442baf:0x95,_0xb0164a:0xad,_0x208c3b:0xb5,_0x436b7e:0x78,_0xa6ac5f:0x76,_0x5d4ffd:0x3e,_0x55a610:0xb1,_0x375cda:0xdd,_0x28e98b:0xd6,_0xc8cb5b:0x61,_0x1b8431:0x52,_0x2fba03:0x55,_0x43bfc3:0x77,_0xd2ca4b:0x21,_0x509e48:0x11b,_0x2b5ef2:0xb7,_0x3a1a1b:0xce,_0x2476bc:0x75,_0x330906:0x107,_0x38a755:0x70,_0x5168bc:0x7c,_0x386d8e:0xd7,_0x500da9:0x8b,_0x2b5d2b:0x24,_0x1c66dc:0x50,_0x1361f3:0x139,_0x106f72:0xe5,_0x3fbc11:0x98,_0x4a109d:0x104,_0x3540e5:0x9,_0x38c6e2:0x6,_0x43652e:0x52,_0x399999:0x2a,_0x3cf442:0x3a,_0x19b299:0x89,_0x5e9002:0x8e,_0x2a5cc0:0x57,_0x480a63:0x67,_0x335a22:0x9a,_0x489d3d:0xde,_0x2b990f:0x12,_0x35c018:0x5,_0x5521a6:0x72,_0x26ef23:0x11,_0x3e862a:0xbf,_0xa3244c:0xb6,_0x56607d:0xc3,_0x19d321:0x97,_0x4e3c23:0x12b,_0x5c464c:0x103,_0x3981e0:0x5a,_0x457899:0x73,_0x5a4ec2:0x47,_0x30f700:0x48,_0x59ab46:0xd8,_0x4eff99:0x75,_0x4603d3:0xdb,_0xc8507b:0xca,_0x5d3b2b:0xac,_0x1a06b9:0xe4,_0x45f1e0:0x9c,_0x20e68c:0x55,_0x467e31:0x93,_0x3a50f1:0x19,_0x111445:0x51,_0x472687:0x79,_0x387181:0xae,_0x3727b5:0x9e,_0x2473e4:0x92,_0x183aa3:0xa1,_0x47edc6:0xdb,_0x18cf71:0xff,_0x4de25d:0xd2,_0x37e735:0x114,_0x1f731b:0x86,_0x42098b:0xd0,_0xd596dc:0x12f,_0x53ce66:0xdd,_0x54d9a5:0x27,_0x555298:0xba,_0x5ec7c3:0x6d,_0x10a7c7:0xcf,_0x1257eb:0xe5,_0x44b20d:0xdd,_0x272b5e:0x7b,_0x4cc9a5:0xbe,_0x1385de:0xe8,_0x32726d:0xda,_0x495cde:0x82,_0x14ef22:0x51,_0x369ed5:0x106,_0x393f92:0xa9,_0x45411a:0xac,_0x5d426c:0x20,_0x8ee92f:0xb8,_0x3fe4f0:0x76,_0x26219c:0x43,_0x35c7f5:0x5d,_0x33bb20:0x56,_0x6cfaba:0x5d,_0x14c1a2:0x7e,_0x2bc2db:0x3d,_0x358891:0xa2,_0x4a5a6e:0xd4,_0x4d2966:0x83,_0x50934d:0xa7,_0x58bfdd:0x100,_0x5dd8b5:0x23,_0x288270:0x0,_0x5cbcb4:0xbd,_0x24a59b:0x2c,_0x544a07:0x5f,_0x260520:0x1c,_0x337132:0x80,_0x34bc1f:0x6b,_0x2540d3:0xf6,_0x2c2c87:0xa4,_0xdc66f2:0x9d,_0x5e83a7:0x12,_0x14335c:0x87,_0x13b7c2:0x2e,_0x528805:0x7c,_0x25c2dc:0x45,_0xe95d54:0x6e,_0x4e7877:0x4e,_0xed0a18:0x10,_0x59263e:0xa6},_0x3e5156={_0x581fc1:0x580},_0x580719={_0x3f7be2:0x5bf,_0x31314b:0x5e8,_0x66633d:0x649,_0x1808d2:0x638,_0x55eeea:0x6a,_0x4fab78:0xb9,_0xeb3958:0xda,_0x109910:0x13c,_0x4b6294:0xb2,_0x411acd:0x645,_0x134f29:0x5f4,_0x3ea41a:0x660,_0x2ecbdb:0x5d7,_0x4de77c:0x44,_0x2729f7:0x77,_0x3c7aa4:0x5b7,_0x73e747:0x57e,_0x213c80:0x5c9},_0x4c091a={_0xc12aae:0x124,_0x3091e4:0x12c},_0x3e325e={_0x17b48f:0x1a},_0x265f9b={'MiZWe':function(_0x395720,_0x1c382d){return _0x395720===_0x1c382d;},'zzbJc':'jUwgL','eBsKa':_0x5b3cca(-0x97,-_0xec51c8._0x453b31,-_0xec51c8._0x59accf,-_0xec51c8._0x500180),'brrRe':'https://','YzGPi':function(_0x1ba271,_0x5169f9){return _0x1ba271(_0x5169f9);},'xaScb':_0x110d06(0x55,0x82,0x8d,_0xec51c8._0xafcd90),'RcxnE':_0x5b3cca(-_0xec51c8._0x4dad57,-_0xec51c8._0x55f3ce,-_0xec51c8._0x28ed1e,-0x72),'BLwyR':_0x5b3cca(-0x12c,-0xd3,-0xf6,-_0xec51c8._0x484538)+_0x110d06(0xe4,_0xec51c8._0x3cf4f3,_0xec51c8._0x3bb935,_0xec51c8._0x10339d)+_0x110d06(0x50,0xef,_0xec51c8._0x3632a9,0xb2)+_0x5b3cca(-_0xec51c8._0xa8ebdf,-0xc5,-_0xec51c8._0x11d37b,-0x35)+_0x5b3cca(-0xb7,-0x45,-_0xec51c8._0x442baf,-_0xec51c8._0xb0164a),'qgnFV':'environmen'+_0x5b3cca(-0x62,-0x5f,-_0xec51c8._0x208c3b,-_0xec51c8._0x436b7e),'yWqTS':'utf-8','dqMtl':_0x110d06(_0xec51c8._0xa6ac5f,0x4f,0x1c,_0xec51c8._0x5d4ffd)+_0x5b3cca(-0x102,-_0xec51c8._0x55a610,-_0xec51c8._0x375cda,-0x9c)+_0x5b3cca(-0x106,-0x115,-_0xec51c8._0x28e98b,-0xb0)+'n\x20for\x20PAT\x20'+_0x110d06(_0xec51c8._0xc8cb5b,_0xec51c8._0x1b8431,0x1a,0x7f)+'s','ITZfI':function(_0xd16c3d,_0x18ce4e,_0x5d2146){return _0xd16c3d(_0x18ce4e,_0x5d2146);},'TyUZP':function(_0x1e98ca,_0x5d5388){return _0x1e98ca===_0x5d5388;},'XCqrP':function(_0x5db184,_0x983ff1,_0x4216df){return _0x5db184(_0x983ff1,_0x4216df);},'tObHU':'zdfCh','eQdfy':function(_0x2f19e0,_0x116b26){return _0x2f19e0!==_0x116b26;},'shdVP':_0x5b3cca(-_0xec51c8._0x2fba03,-0xa7,-0x5f,-0x73),'jZkvA':_0x5b3cca(-_0xec51c8._0x43bfc3,_0xec51c8._0xd2ca4b,-0x40,-0x8c),'pZUDZ':'x-access-t'+_0x110d06(0x7b,0x116,_0xec51c8._0x509e48,_0xec51c8._0x2b5ef2),'pWhef':_0x5b3cca(-0xa9,-_0xec51c8._0x3a1a1b,-0xb3,-_0xec51c8._0x2476bc),'lPDoT':_0x110d06(_0xec51c8._0x330906,_0xec51c8._0x38a755,0x85,0xc1)+'PAT\x20creden'+'tials\x20for\x20'+'repos'};function _0x5b3cca(_0x15e50e,_0x368d1c,_0x1b585f,_0x46b229){return _0x4e1f99(_0x1b585f- -0x6a3,_0x46b229,_0x1b585f-0x63,_0x46b229-_0x3e325e._0x17b48f);}const _0x65a22e=_0x590ea1['logger']||logger;if(!_0x1a590f)return[];const _0x4668cb=_0x38352f[_0x5b3cca(-0x4e,-0x61,-_0xec51c8._0x5168bc,-_0xec51c8._0x386d8e)](_0x1a590f,_0x265f9b['qgnFV']);let _0x404af8=[];try{const _0x3ef5bc=JSON[_0x5b3cca(-0x3,-0x59,-0x5b,-_0xec51c8._0x2476bc)](await _0x3f8736[_0x110d06(0x30,0x7b,0xa1,0x67)](_0x4668cb,_0x265f9b['yWqTS']));_0x404af8=_0x3ef5bc[_0x5b3cca(-0xa4,-0x77,-0x54,-0xba)]||[];}catch(_0x354523){if(_0x354523[_0x110d06(0x99,0xba,_0xec51c8._0x500da9,0x61)]!==_0x5b3cca(-_0xec51c8._0x2b5d2b,-_0xec51c8._0x1c66dc,-_0xec51c8._0x1c66dc,-_0xec51c8._0x43bfc3)){const _0x59569c={};_0x59569c[_0x110d06(0xbd,_0xec51c8._0x1361f3,0xf2,_0xec51c8._0x106f72)]=_0x4668cb,_0x59569c[_0x110d06(_0xec51c8._0x3fbc11,_0xec51c8._0x4a109d,0xcb,0xd5)]=_0x354523['message'],_0x65a22e['warn'](_0x265f9b[_0x110d06(0x63,0x72,0x125,0xbe)],_0x59569c);}return[];}const _0x8f8fad=await _0x265f9b[_0x5b3cca(-_0xec51c8._0x3540e5,-_0xec51c8._0x38c6e2,-_0xec51c8._0x43652e,-_0xec51c8._0xc8cb5b)](getReposWithProviderAccess,_0x1a590f,_0x590ea1),_0x36bbe0=new Set(_0x8f8fad[_0x5b3cca(-_0xec51c8._0x399999,-_0xec51c8._0x3cf442,-_0xec51c8._0x19b299,-0xbe)](_0x380f22=>normalizeUrl(_0x380f22[_0x5b3cca(-0x8f,-0x2c,-0x46,-0x3e)]))),_0x78584e=_0x404af8[_0x110d06(_0xec51c8._0x5e9002,-0x8,0x7e,_0xec51c8._0x2a5cc0)](_0x12117f=>{function _0x5e483f(_0x25cc2a,_0x3c4b38,_0xcaf0a,_0x5a3208){return _0x110d06(_0x25cc2a-_0x4c091a._0xc12aae,_0x3c4b38-_0x4c091a._0x3091e4,_0x5a3208,_0x3c4b38-0x56e);}function _0x352f37(_0x460a02,_0x2d4291,_0x399e4d,_0x24af79){return _0x5b3cca(_0x460a02-0xc,_0x2d4291-0x10a,_0x2d4291-0x10d,_0x399e4d);}if(_0x265f9b[_0x5e483f(_0x580719._0x3f7be2,_0x580719._0x31314b,_0x580719._0x66633d,_0x580719._0x1808d2)]('jUwgL',_0x265f9b[_0x5e483f(0x5c2,0x5f4,0x5aa,0x657)])){if(!_0x12117f['url'])return![];if(!_0x12117f['url'][_0x352f37(0xd7,0x88,_0x580719._0x55eeea,0xac)](_0x265f9b[_0x352f37(_0x580719._0x4fab78,_0x580719._0xeb3958,_0x580719._0x109910,_0x580719._0x4b6294)])&&!_0x12117f[_0x5e483f(0x663,0x64b,_0x580719._0x411acd,_0x580719._0x134f29)]['startsWith'](_0x265f9b['brrRe']))return![];return!_0x36bbe0[_0x5e483f(_0x580719._0x3ea41a,_0x580719._0x1808d2,0x68e,_0x580719._0x2ecbdb)](_0x265f9b[_0x352f37(0x22,_0x580719._0x4de77c,0xa5,0x82)](normalizeUrl,_0x12117f['url']));}else{if(!_0x2f4a74)return'';try{const _0x2c2c4f=new _0x51218c(_0x3aaa77);return _0x2c2c4f['protocol']+'//'+_0x2c2c4f[_0x352f37(0x30,0x86,0x5c,_0x580719._0x2729f7)]['toLowerCas'+'e']()+_0x2c2c4f[_0x5e483f(0x5ba,0x618,_0x580719._0x3c7aa4,0x632)][_0x5e483f(_0x580719._0x73e747,0x5c7,_0x580719._0x213c80,0x61e)](/\.git$/,'');}catch{return _0x1d7496['toLowerCas'+'e']()['replace'](/\.git$/,'');}}});if(_0x265f9b[_0x5b3cca(-0xa3,-0xbf,-_0xec51c8._0x480a63,-_0xec51c8._0x335a22)](_0x78584e[_0x110d06(0x138,0xcc,0xa5,_0xec51c8._0x489d3d)],0x89+0x1*-0x106a+-0xfe1*-0x1))return[];const _0xfb410b=await _0x265f9b['XCqrP'](loadPatSecretsForContext,_0x1a590f,_0x396205);if(_0x265f9b['TyUZP'](_0xfb410b[_0x5b3cca(-0x5,-0x17,-0x5e,-0xc1)],0xcbd*0x1+0x2e*-0x19+-0x83f*0x1))return[];const _0x362e4e=[];for(const _0x9591b7 of _0x78584e){if(_0x110d06(-0x10,-_0xec51c8._0x2b990f,_0xec51c8._0x35c018,0x3f)===_0x265f9b['tObHU'])try{if(_0x265f9b[_0x110d06(_0xec51c8._0x5521a6,0x7c,0x85,0x73)](_0x265f9b['shdVP'],_0x5b3cca(-0x5d,-_0xec51c8._0x26ef23,-0x37,-0x36))){const _0x2e84b5=new URL(_0x9591b7[_0x110d06(0x108,_0xec51c8._0x3e862a,_0xec51c8._0xa3244c,_0xec51c8._0x375cda)]),_0x8cc4ac=_0x2e84b5[_0x5b3cca(-_0xec51c8._0x56607d,-_0xec51c8._0x19d321,-0x87,-0x98)][_0x5b3cca(-0xf3,-_0xec51c8._0x4e3c23,-0xd2,-_0xec51c8._0x5c464c)+'e'](),_0x2685b4=_0xfb410b['get'](_0x8cc4ac);if(_0x2685b4){if(_0x265f9b[_0x110d06(0x35,_0xec51c8._0x3981e0,0xaf,_0xec51c8._0x457899)](_0x265f9b[_0x110d06(_0xec51c8._0x5a4ec2,0x66,0x94,0x4f)],_0x5b3cca(-0x87,-0xad,-_0xec51c8._0x30f700,-0x99))){const _0x3e09c0=_0x2e84b5['username']||_0x265f9b[_0x5b3cca(-_0xec51c8._0x59ab46,-0xfc,-0xeb,-0x148)],_0x1426ca=_0x2e84b5['pathname'];_0x362e4e[_0x5b3cca(-0x7e,-_0xec51c8._0x4eff99,-_0xec51c8._0x4603d3,-_0xec51c8._0xc8507b)](_0x5b3cca(-0x1c,-0x31,-0x2d,-_0xec51c8._0x1b8431)+_0x3e09c0+':'+_0x2685b4[_0x5b3cca(-_0xec51c8._0x5d3b2b,-0x20,-_0xec51c8._0x28ed1e,-0x69)]+'@'+_0x8cc4ac+_0x1426ca);}else{const _0x47ec10=new _0x5449f9(_0x309fc2);return _0x47ec10[_0x5b3cca(-0x6f,-0xa5,-_0xec51c8._0x3fbc11,-_0xec51c8._0x1a06b9)]+'//'+_0x47ec10[_0x5b3cca(-_0xec51c8._0x45f1e0,-_0xec51c8._0x20e68c,-0x87,-_0xec51c8._0x467e31)][_0x110d06(0x51,0xa1,_0xec51c8._0x3a50f1,_0xec51c8._0x111445)+'e']()+_0x47ec10[_0x5b3cca(-0x7f,-0xd7,-_0xec51c8._0x472687,-0x24)][_0x5b3cca(-0xf2,-_0xec51c8._0x500da9,-_0xec51c8._0xc8507b,-_0xec51c8._0x387181)](/\.git$/,'');}}}else{let _0x307c71=_0xb1dbf7['source'];if(!_0x476509[_0x5b3cca(-_0xec51c8._0x26ef23,-_0xec51c8._0x26ef23,-0x64,-0x9)](_0x307c71)){const _0x21254f=_0x20d0a9[_0x110d06(0x5c,0x7a,0x54,0x59)](/\/+$/,'');_0x307c71=_0x29b5f1[_0x5b3cca(-0xb3,-_0xec51c8._0x3727b5,-0x7c,-_0xec51c8._0x2473e4)](_0x21254f,_0x307c71);}const _0x38f2bf={};_0x38f2bf['source']=_0x307c71,_0x38f2bf['target']=_0x47d892,_0xce8d9b[_0x5b3cca(-_0xec51c8._0x183aa3,-0xd1,-_0xec51c8._0x47edc6,-_0xec51c8._0x18cf71)](_0x38f2bf);}}catch(_0x4487f3){if(_0x265f9b['eQdfy'](_0x5b3cca(-0x114,-_0xec51c8._0x4de25d,-0xbd,-_0xec51c8._0x37e735),_0x265f9b[_0x5b3cca(-_0xec51c8._0x1f731b,-_0xec51c8._0x42098b,-0x9b,-0x93)])){const _0x5df521={};_0x5df521[_0x110d06(0xf5,_0xec51c8._0xd596dc,0xe8,_0xec51c8._0x53ce66)]=_0x9591b7[_0x5b3cca(-0x44,-_0xec51c8._0x54d9a5,-0x46,0xd)],_0x5df521['error']=_0x4487f3[_0x5b3cca(-_0xec51c8._0x555298,-_0xec51c8._0x111445,-0x73,-0xa4)],_0x65a22e[_0x5b3cca(-_0xec51c8._0xafcd90,-_0xec51c8._0x5ec7c3,-0xcb,-0xaf)](_0x5b3cca(-0xd1,-_0xec51c8._0x10a7c7,-_0xec51c8._0x1257eb,-_0xec51c8._0x44b20d)+_0x110d06(_0xec51c8._0x272b5e,_0xec51c8._0x4cc9a5,_0xec51c8._0x1385de,_0xec51c8._0x32726d)+_0x110d06(_0xec51c8._0x495cde,_0xec51c8._0x14ef22,0x8c,0x44)+_0x5b3cca(-_0xec51c8._0x1b8431,0x14,-0x43,-0x5d)+'g',_0x5df521);}else{if(_0x265f9b[_0x5b3cca(-0x105,-_0xec51c8._0x369ed5,-_0xec51c8._0x393f92,-_0xec51c8._0x45411a)](_0x447c81[_0x110d06(0x6c,_0xec51c8._0x5d426c,0x2d,0x84)],_0x265f9b[_0x110d06(0xf2,0x77,_0xec51c8._0x8ee92f,_0xec51c8._0x19d321)])&&_0x50e849[_0x5b3cca(-_0xec51c8._0x3fe4f0,-_0xec51c8._0x26219c,-_0xec51c8._0x35c7f5,-_0xec51c8._0x33bb20)]){let _0x4a5658=_0x5909a8[_0x5b3cca(-0x7c,-0x32,-_0xec51c8._0x6cfaba,-0xa2)];if(!_0x3a1002[_0x5b3cca(-0x93,-0x8e,-0x64,-_0xec51c8._0x14c1a2)](_0x4a5658)){const _0x2e4cec=_0x321148[_0x110d06(0x65,-0xa,_0xec51c8._0x2bc2db,0x59)](/\/+$/,'');_0x4a5658=_0x437f34[_0x110d06(_0xec51c8._0x358891,_0xec51c8._0x4a5a6e,_0xec51c8._0x4d2966,_0xec51c8._0x50934d)](_0x2e4cec,_0x4a5658);}const _0x5991c3={};_0x5991c3[_0x110d06(0xf2,0x11c,_0xec51c8._0x58bfdd,0xc6)]=_0x4a5658,_0x5991c3[_0x5b3cca(-_0xec51c8._0x5dd8b5,_0xec51c8._0x288270,-0x42,-_0xec51c8._0x1f731b)]=_0x12b805,_0x492698[_0x5b3cca(-_0xec51c8._0x5cbcb4,-0x74,-0xdb,-0x8b)](_0x5991c3);}else{if(_0x265f9b[_0x5b3cca(-0xd7,-_0xec51c8._0x18cf71,-0xa9,-0x54)](_0x4c910a['type'],_0x265f9b[_0x5b3cca(-_0xec51c8._0x24a59b,-_0xec51c8._0x544a07,-0x3b,_0xec51c8._0x260520)])){const _0x167ea1={};_0x167ea1[_0x110d06(0xb1,_0xec51c8._0x337132,0xd0,_0xec51c8._0x34bc1f)]=_0x52656e,_0x167ea1[_0x110d06(_0xec51c8._0x2540d3,_0xec51c8._0x3bb935,0xc2,_0xec51c8._0x2c2c87)]=_0x28d4ff,_0x164251[_0x110d06(_0xec51c8._0xdc66f2,_0xec51c8._0x5e83a7,_0xec51c8._0x14335c,0x58)](_0x265f9b[_0x110d06(0x26,0x12,_0xec51c8._0x13b7c2,0x41)],_0x167ea1);}}}}else return _0x13abde[_0x5b3cca(-0xf2,-0x10a,-0xd2,-_0xec51c8._0x3727b5)+'e']()[_0x110d06(_0xec51c8._0x528805,0x3b,0x4b,0x59)](/\.git$/,'');}function _0x110d06(_0x418096,_0x1d521c,_0x50dd3f,_0x4014f2){return _0x4e1f99(_0x4014f2- -_0x3e5156._0x581fc1,_0x50dd3f,_0x50dd3f-0xd0,_0x4014f2-0x98);}return _0x362e4e[_0x5b3cca(-0x40,-0x61,-_0xec51c8._0x25c2dc,-_0xec51c8._0xe95d54)]>-0xb70+0x137f+0x80f*-0x1&&_0x65a22e['debug'](_0x265f9b[_0x5b3cca(-0x108,-0x86,-_0xec51c8._0x387181,-_0xec51c8._0x4e7877)],{'environment':_0x38352f[_0x110d06(_0xec51c8._0xa3244c,_0xec51c8._0x5521a6,0x36,0x82)](_0x1a590f),'context':_0x396205,'count':_0x362e4e[_0x5b3cca(_0xec51c8._0xed0a18,-0x63,-_0xec51c8._0x25c2dc,-_0xec51c8._0x59263e)]}),_0x362e4e;}
@@ -0,0 +1 @@
1
+ (function(_0x137028,_0x22a324){const _0x5d9750={_0x53e7e5:0x63,_0x498f96:0xa1,_0x14c4ba:0x13d,_0x54746f:0xef,_0x25bcfe:0xc1,_0x2561a9:0xe5,_0x4a3deb:0xae,_0x54ffb8:0xaf,_0x3ff0e8:0xd8,_0x1d8eb7:0x9b,_0x349d88:0xde,_0x20fc6f:0xcc,_0x3ef3e:0xdb,_0x41a624:0x2c,_0x184433:0x59,_0x12908e:0x70,_0x4f78f8:0x15f,_0x1fe9c0:0x118,_0x54a8c1:0xd9},_0x219a0b={_0x3319a5:0x29};function _0x7e079(_0x2d550c,_0x10229e,_0x187d76,_0x187831){return _0x4951(_0x10229e- -0x208,_0x187831);}function _0x118c83(_0x5bc9c5,_0x2efe4c,_0x33cf8f,_0x44a77a){return _0x4951(_0x44a77a- -_0x219a0b._0x3319a5,_0x2efe4c);}const _0x26d24c=_0x137028();while(!![]){try{const _0x535ebe=parseInt(_0x7e079(-0xaf,-0x79,-_0x5d9750._0x53e7e5,-_0x5d9750._0x498f96))/(-0x1333+0x14db+-0x1a7)+parseInt(_0x7e079(-_0x5d9750._0x14c4ba,-_0x5d9750._0x54746f,-_0x5d9750._0x25bcfe,-0x128))/(-0x39*-0x8f+-0x92*-0x6+0x169*-0x19)+-parseInt(_0x7e079(-_0x5d9750._0x2561a9,-_0x5d9750._0x4a3deb,-_0x5d9750._0x54ffb8,-0x62))/(-0x1c4a+-0x2*0x1c9+0x1fdf)+parseInt(_0x118c83(_0x5d9750._0x3ff0e8,0xfc,_0x5d9750._0x1d8eb7,_0x5d9750._0x3ff0e8))/(0xe08+0x24*-0xc2+0xd44*0x1)*(-parseInt(_0x7e079(-_0x5d9750._0x349d88,-0x93,-_0x5d9750._0x20fc6f,-0x45))/(0x1902+0x13ec+-0x2ce9*0x1))+parseInt(_0x118c83(0xfa,0xfb,0xd3,_0x5d9750._0x3ef3e))/(0x2*-0x637+0x12c7*-0x1+0xa69*0x3)*(-parseInt(_0x7e079(-_0x5d9750._0x41a624,-_0x5d9750._0x184433,-_0x5d9750._0x12908e,-0x6f))/(-0xb2f+-0x1e0d+0x2943))+-parseInt(_0x118c83(0x119,_0x5d9750._0x4f78f8,0x168,0x11f))/(0x232*0x1+-0x1ee9+-0x29d*-0xb)+parseInt(_0x118c83(0x131,0x127,_0x5d9750._0x1fe9c0,_0x5d9750._0x54a8c1))/(0x5b0+0x3*-0x2a6+0x24b*0x1);if(_0x535ebe===_0x22a324)break;else _0x26d24c['push'](_0x26d24c['shift']());}catch(_0xd54c0b){_0x26d24c['push'](_0x26d24c['shift']());}}}(_0x44e4,-0xd*-0x1d5fa+-0x14918a*0x1+0x8b85a));import{promises as _0x4a93f4}from'fs';function _0x44c06d(_0xc79e3d,_0x444134,_0x37f2e9,_0x217af3){const _0x5c8fb4={_0x1fb29f:0x15e};return _0x4951(_0xc79e3d- -_0x5c8fb4._0x1fb29f,_0x37f2e9);}import _0x3c9626 from'os';import _0x1bea03 from'path';function _0x367fe2(_0x2c147e,_0x3bf05f,_0x463bbd,_0x5d4a67){return _0x4951(_0x3bf05f- -0x102,_0x2c147e);}import{execFile}from'child_process';import{promisify}from'util';import{getCredentialsForRepo,loadProvidersConfig}from'./git-provider-service.js';import{logger as _0x298b6c}from'./logger.js';const execFileAsync=promisify(execFile),_0x4e73be={};_0x4e73be[_0x44c06d(0x56,0x90,0x1d,0x6d)]='local',_0x4e73be[_0x367fe2(0x68,0x27,0x4f,0xe)]=null;const DEFAULT_SETUP_REPO_AUTH=Object[_0x367fe2(0xb4,0xa2,0xdc,0xfb)](_0x4e73be);let askPassScriptPathPromise=null;export function normalizeSetupRepoAuthConfig(_0x435e0b={}){const _0x2a211a={_0x35962f:0x21c,_0x20ca4f:0x217,_0x32fca6:0x1d5,_0x118888:0x1d7,_0x52f3e3:0x1c6,_0x5210a3:0x1dc,_0x51a4cd:0x1f6,_0x15fdfd:0x1ef,_0x5cd75f:0x1f9,_0x3db9b0:0x21a,_0x10ea6a:0x162,_0xf45936:0x1b1,_0x595196:0x1a1,_0x3a86f4:0x1d0,_0x5f39bc:0x1db,_0x18ae32:0x1b6,_0xd7e228:0x238,_0x39e16e:0x1c5,_0x151e1b:0x1c6,_0x361657:0x194,_0x13aeb6:0x1a7,_0x4ba784:0x24a,_0x233814:0x20d,_0x80c83:0x251,_0x79a9dd:0x2a3,_0x3f9f0f:0x295,_0x5b4e28:0x1bb,_0x1f6bd4:0x1ee,_0x414d9e:0x18d},_0x51887d={_0x5950d1:0x11},_0x162f5d={_0x36919b:0x1a5,_0x4133a4:0x15f},_0x284181={};_0x284181[_0x559547(_0x2a211a._0x35962f,_0x2a211a._0x20ca4f,0x237,0x208)]=function(_0x43d2f5,_0x4c7c87){return _0x43d2f5===_0x4c7c87;},_0x284181[_0x469257(-0x1df,-0x1db,-_0x2a211a._0x32fca6,-_0x2a211a._0x118888)]=_0x559547(_0x2a211a._0x52f3e3,0x1f3,0x204,0x1f1),_0x284181[_0x559547(0x1f9,_0x2a211a._0x5210a3,0x1ff,_0x2a211a._0x51a4cd)]='local',_0x284181[_0x559547(0x21a,0x258,0x1fd,0x1d4)]=function(_0x196e8a,_0x3581f5){return _0x196e8a===_0x3581f5;},_0x284181[_0x559547(_0x2a211a._0x15fdfd,_0x2a211a._0x5cd75f,_0x2a211a._0x3db9b0,0x232)]=_0x469257(-0x10c,-_0x2a211a._0x10ea6a,-_0x2a211a._0xf45936,-0x13b);function _0x469257(_0x20facd,_0x59b8c4,_0x173d2b,_0x418b00){return _0x44c06d(_0x59b8c4- -_0x162f5d._0x36919b,_0x59b8c4-0x171,_0x173d2b,_0x418b00-_0x162f5d._0x4133a4);}const _0x1ae43c=_0x284181,_0x25b624=_0x1ae43c[_0x469257(-0x167,-0x184,-0x14b,-0x14f)](_0x435e0b?.['mode'],_0x1ae43c['szTGU'])?_0x1ae43c[_0x469257(-_0x2a211a._0x595196,-0x1db,-0x1e1,-0x1b7)]:_0x1ae43c[_0x559547(0x1f9,_0x2a211a._0x3a86f4,_0x2a211a._0x5f39bc,_0x2a211a._0x18ae32)],_0x4e50ff=_0x1ae43c[_0x559547(_0x2a211a._0x3db9b0,_0x2a211a._0xd7e228,0x1d3,_0x2a211a._0x39e16e)](typeof _0x435e0b?.[_0x559547(_0x2a211a._0x151e1b,0x17d,0x1e8,0x1dd)],_0x1ae43c[_0x469257(-0x1a1,-0x1b1,-_0x2a211a._0x361657,-0x1b7)])&&_0x435e0b['provider'][_0x469257(-_0x2a211a._0x13aeb6,-_0x2a211a._0x51a4cd,-0x22f,-0x1ce)]()?_0x435e0b['provider'][_0x469257(-_0x2a211a._0x4ba784,-0x1f6,-0x1a2,-_0x2a211a._0x233814)]():null,_0x67b616={};function _0x559547(_0x140d3e,_0x28f6d4,_0x1e2ee2,_0x16248d){return _0x367fe2(_0x1e2ee2,_0x140d3e-0x19f,_0x1e2ee2-0x36,_0x16248d-_0x51887d._0x5950d1);}return _0x67b616[_0x559547(_0x2a211a._0x80c83,_0x2a211a._0x79a9dd,0x272,_0x2a211a._0x3f9f0f)]=_0x25b624,_0x67b616[_0x469257(-_0x2a211a._0x5b4e28,-0x1da,-_0x2a211a._0x1f6bd4,-_0x2a211a._0x414d9e)]=_0x4e50ff,_0x67b616;}export function validateSetupRepoAuthConfig(_0x3a475f={},_0x3de689={}){const _0xa096b0={_0x19d5d9:0x39,_0x3f4dc0:0x2,_0x1a0413:0x8,_0x526327:0x2a,_0x41b082:0x30,_0x37d103:0x45,_0x4f8fe1:0x300,_0x7dc4a6:0x2fd,_0x37de39:0x2b0,_0x746087:0x2a5,_0x1f551a:0x26d,_0x34cfac:0x55,_0x331c7c:0x44,_0x2f9485:0x52,_0x37bd7b:0x3,_0x44a288:0x93,_0x5435af:0x83,_0x435a0f:0x2c9,_0x1aef04:0x72,_0x3fd489:0x27,_0x2c6bbf:0x2c,_0x2bda84:0x2e7,_0x3fd194:0x89,_0x42673b:0x2e6,_0x1b4891:0x340,_0x1a122f:0x42,_0x336cc0:0x2a0,_0x4facc1:0x2c2,_0x5daabb:0x2b9,_0x42bea7:0x2c6,_0x3de48b:0x2d7,_0x3545a0:0x84,_0x17c326:0x42,_0x2964d1:0x37,_0x11d306:0x2f5,_0x39f47c:0x1f,_0x311975:0x2c7,_0x451b6f:0x2f9,_0x50a8f9:0x1a,_0x68b6e5:0x85,_0x65cfb2:0xe,_0x455e4d:0x33,_0x1b9e37:0x14,_0x3158f1:0x2a9,_0x56ded7:0x323,_0x455612:0x310,_0x4693b3:0x7b,_0xa04d69:0x23,_0x2a3eb6:0x2ca,_0xf5e232:0x2ca,_0x5f02b4:0x2e5,_0x2a234e:0x327,_0x4a6086:0x324,_0x4f8482:0x32b},_0x12c64e={_0x19834c:0x2},_0x3bf828={_0x381f98:0x177,_0x2d40ca:0xd5};function _0x458d09(_0x3143f3,_0x140d58,_0x147407,_0x5ce27c){return _0x44c06d(_0x140d58-0x2c3,_0x140d58-_0x3bf828._0x381f98,_0x3143f3,_0x5ce27c-_0x3bf828._0x2d40ca);}const _0x4d1b4c={'OZNIY':_0x30b341(0x5e,_0xa096b0._0x19d5d9,_0xa096b0._0x3f4dc0,-0x2c)+_0x30b341(_0xa096b0._0x1a0413,_0xa096b0._0x526327,_0xa096b0._0x41b082,_0xa096b0._0x37d103)+_0x458d09(_0xa096b0._0x4f8fe1,_0xa096b0._0x7dc4a6,_0xa096b0._0x37de39,0x305)+'r\x20setup\x20re'+_0x458d09(0x2a8,0x2a2,0x2c1,_0xa096b0._0x746087),'MgTrW':function(_0x28a901,_0x46a6d5){return _0x28a901(_0x46a6d5);},'WUsHG':'provider','BTuMp':_0x458d09(0x28e,0x296,0x23d,_0xa096b0._0x1f551a)+_0x30b341(_0xa096b0._0x34cfac,_0xa096b0._0x331c7c,_0xa096b0._0x2f9485,0x72)+'ider\x20is\x20re'+'quired\x20whe'+'n\x20mode\x20is\x20'+_0x30b341(-_0xa096b0._0x37bd7b,_0xa096b0._0x44a288,0x48,_0xa096b0._0x5435af),'lUEPx':function(_0x1db9c1,_0x1201d7){return _0x1db9c1===_0x1201d7;},'yhLER':_0x458d09(0x2b4,0x27f,0x2d3,_0xa096b0._0x435a0f),'cxTAt':function(_0x42ee6c,_0x5b25d1){return _0x42ee6c===_0x5b25d1;}};function _0x30b341(_0x22b6e9,_0x3d485e,_0x249f5d,_0x27af78){return _0x44c06d(_0x249f5d- -_0x12c64e._0x19834c,_0x3d485e-0x9c,_0x22b6e9,_0x27af78-0xd4);}const _0x453678=_0x4d1b4c[_0x30b341(-0x11,-_0xa096b0._0x1aef04,-_0xa096b0._0x3fd489,-_0xa096b0._0x2c6bbf)](normalizeSetupRepoAuthConfig,_0x3a475f),_0x5eceae=[],_0xc4dca2=_0x3de689[_0x458d09(0x29b,0x29a,_0xa096b0._0x2bda84,0x28d)]||{};if(_0x453678[_0x30b341(0x73,0x9d,0x54,_0xa096b0._0x3fd194)]===_0x4d1b4c[_0x458d09(0x2cc,_0xa096b0._0x42673b,_0xa096b0._0x1b4891,0x2ee)]){if(!_0x453678['provider']){if('EMNwX'===_0x30b341(-0x1,-0x2,0x1a,_0xa096b0._0x1a122f))throw new _0x21437b(_0x4d1b4c[_0x458d09(0x298,0x2f2,0x2b2,0x348)]);else _0x5eceae[_0x458d09(_0xa096b0._0x336cc0,0x2ae,0x2c1,_0xa096b0._0x4facc1)](_0x4d1b4c[_0x458d09(_0xa096b0._0x5daabb,0x2cf,_0xa096b0._0x42bea7,_0xa096b0._0x3de48b)]);}else{if(!_0xc4dca2[_0x453678[_0x30b341(-_0xa096b0._0x3545a0,-_0xa096b0._0x17c326,-_0xa096b0._0x2964d1,-0x42)]]){if(_0x4d1b4c[_0x458d09(_0xa096b0._0x11d306,0x316,0x31d,0x2e1)](_0x4d1b4c[_0x30b341(0x1c,-_0xa096b0._0x39f47c,0x9,-0x52)],_0x4d1b4c['yhLER']))_0x5eceae[_0x458d09(0x2ba,0x2ae,_0xa096b0._0x311975,_0xa096b0._0x451b6f)]('setup_repo'+_0x30b341(_0xa096b0._0x50a8f9,0x7e,_0xa096b0._0x2f9485,_0xa096b0._0x68b6e5)+'ider\x20\x22'+_0x453678['provider']+(_0x458d09(0x265,0x264,0x258,0x268)+_0x30b341(0x22,_0xa096b0._0x65cfb2,_0xa096b0._0x455e4d,_0xa096b0._0x1b9e37)));else{if(!_0x2e44c7)return'';try{const _0x34aae7=new _0xb4ed4(_0x12af81);return(_0x34aae7[_0x458d09(_0xa096b0._0x3158f1,0x2e8,_0xa096b0._0x56ded7,0x32b)]||_0x34aae7[_0x458d09(0x2bc,0x2de,0x2cd,_0xa096b0._0x455612)])&&(_0x34aae7[_0x30b341(_0xa096b0._0x4693b3,_0xa096b0._0x2f9485,_0xa096b0._0xa04d69,0x3e)]=_0x458d09(0x2f7,0x2f7,0x32c,_0xa096b0._0x2a3eb6),_0x34aae7['password']=''),_0x34aae7['toString']();}catch{return _0x58a8ca;}}}}}return{'valid':_0x4d1b4c[_0x458d09(_0xa096b0._0xf5e232,_0xa096b0._0x5f02b4,0x32c,_0xa096b0._0x2a234e)](_0x5eceae[_0x458d09(_0xa096b0._0x4a6086,0x303,_0xa096b0._0x4f8482,0x306)],-0x2035+-0x37*0x6b+0x933*0x6),'errors':_0x5eceae,'normalized':_0x453678};}export async function getSetupRepoAuthConfig(_0x61fadd={}){const _0x41d281={_0x14e29e:0x1fb,_0x159799:0x240,_0x1c2d93:0x1ef,_0x292477:0x219,_0x3852da:0x1c3,_0x44a7c2:0x251},_0x2495bf={_0xfe2b5e:0x1d3,_0x8652c4:0x68,_0x259100:0x173},_0x5a5869={'MJLpB':function(_0x34446f,_0x40fc41){return _0x34446f(_0x40fc41);},'tiXis':function(_0x4a0cee,_0x35b3d2){return _0x4a0cee!==_0x35b3d2;},'ccxot':function(_0x294f4c,_0x16caa9){return _0x294f4c(_0x16caa9);}},_0x324203=await _0x5a5869[_0x2ff9f8(-_0x41d281._0x14e29e,-_0x41d281._0x159799,-_0x41d281._0x1c2d93,-0x1b7)](loadProvidersConfig,_0x61fadd);function _0x49553c(_0x25bb98,_0x739c07,_0x56ee19,_0x43825a){return _0x44c06d(_0x739c07-0x4fd,_0x739c07-0xcd,_0x25bb98,_0x43825a-0x24);}if(!_0x324203||_0x5a5869[_0x2ff9f8(-0x1d5,-0x1ce,-_0x41d281._0x292477,-_0x41d281._0x3852da)](typeof _0x324203,'object')){const _0x28e49={...DEFAULT_SETUP_REPO_AUTH};return _0x28e49;}function _0x2ff9f8(_0x330f35,_0x319767,_0x37f489,_0x2d6f0f){return _0x44c06d(_0x37f489- -_0x2495bf._0xfe2b5e,_0x319767-_0x2495bf._0x8652c4,_0x319767,_0x2d6f0f-_0x2495bf._0x259100);}return _0x5a5869['ccxot'](normalizeSetupRepoAuthConfig,_0x324203[_0x2ff9f8(-_0x41d281._0x44a7c2,-0x1ce,-0x200,-0x25c)+'_auth']||{});}export async function getSetupRepoOriginUrl(_0x3fdd65){const _0x188aca={_0x5267de:0x2bf,_0x3eb0cf:0x29b,_0x3fb526:0x289,_0x10f401:0x277,_0x271a16:0x225,_0x15a4cc:0x1f6,_0x5d2dd0:0x237,_0x3d4b09:0x27a,_0x16dd08:0x466,_0x26ebeb:0x4d1,_0x26e2a0:0x52a,_0x553c01:0x291,_0x3f5477:0x2be,_0x52a2ea:0x4ab,_0x11563d:0x4cd,_0x2b69cd:0x544,_0x4f66b6:0x55d,_0x4088ee:0x525,_0x4e9dd3:0x21f,_0x369eed:0x271,_0x5f2551:0x2c0,_0x3b1a44:0x2b8,_0x3bd610:0x21a,_0x5a38b7:0x52d,_0x1326e6:0x489,_0x11026e:0x4d3,_0x3a20cd:0x4e4,_0x171b52:0x550,_0x5e0408:0x513,_0x5e334c:0x4b8,_0x1e39f1:0x50a,_0x5eae51:0x4f2,_0x4e0d02:0x518,_0x1b8ee7:0x2e0,_0xb68150:0x2ba,_0x397b59:0x2f2,_0x3d43ca:0x2da,_0x3829ab:0x23e,_0x2ab05d:0x24f,_0x376421:0x286,_0x3cf236:0x24d,_0x368584:0x259,_0x831c3f:0x4b7,_0x5d792e:0x4ba,_0xc78f5f:0x4dd,_0x535d91:0x4e4,_0xab85f:0x4ed,_0xde49b9:0x297,_0x4e965c:0x2a7,_0x48c620:0x216,_0x2ed806:0x227,_0x4e4875:0x21c,_0x2694ad:0x2c9,_0x5c0d56:0x28d,_0x595659:0x324,_0x174f1a:0x235,_0x3f3e93:0x1f2,_0x5a4f1c:0x28c},_0x39d6c8={_0x2896c6:0x16b},_0x3854fe={_0x1d03b9:0x147},_0x1a76e8={'racpH':'args\x20must\x20'+'be\x20a\x20non-e'+_0x362f8a(-_0x188aca._0x5267de,-_0x188aca._0x3eb0cf,-0x27c,-0x275),'sPeiK':function(_0x45f3f4,_0x578e14){return _0x45f3f4===_0x578e14;},'MYlrp':'WJkSl','oVEve':_0x362f8a(-0x2be,-0x282,-_0x188aca._0x3fb526,-_0x188aca._0x10f401)+_0x362f8a(-_0x188aca._0x271a16,-_0x188aca._0x15a4cc,-0x1ff,-0x23c)+_0x362f8a(-0x283,-_0x188aca._0x5d2dd0,-0x2c0,-_0x188aca._0x3d4b09)+_0x3ec654(0x4b5,_0x188aca._0x16dd08,0x4a4,0x4ca),'iBUEa':function(_0x5160c9,_0x232a0f,_0x1b0648,_0x269b9e){return _0x5160c9(_0x232a0f,_0x1b0648,_0x269b9e);},'APSBj':'git','aBfMM':_0x3ec654(0x47b,0x512,0x4bf,0x469)+_0x3ec654(_0x188aca._0x26ebeb,0x4d3,0x4ef,_0x188aca._0x26e2a0),'gliey':'DRHkg','nqyVz':_0x362f8a(-_0x188aca._0x553c01,-0x2eb,-0x298,-_0x188aca._0x3f5477),'OJLIn':_0x3ec654(_0x188aca._0x52a2ea,_0x188aca._0x11563d,0x506,_0x188aca._0x2b69cd)+_0x3ec654(_0x188aca._0x4f66b6,_0x188aca._0x4088ee,0x534,0x53c)+_0x362f8a(-0x230,-_0x188aca._0x4e9dd3,-_0x188aca._0x369eed,-0x281)+_0x362f8a(-0x257,-0x245,-0x230,-0x22d)+'pository'};function _0x362f8a(_0x309451,_0x4ecec3,_0x3b8747,_0x1b29d8){return _0x44c06d(_0x309451- -0x26a,_0x4ecec3-_0x3854fe._0x1d03b9,_0x4ecec3,_0x1b29d8-0x7a);}if(!_0x3fdd65){if(_0x1a76e8[_0x362f8a(-_0x188aca._0x5f2551,-0x310,-0x299,-_0x188aca._0x3b1a44)](_0x362f8a(-_0x188aca._0x3bd610,-0x1eb,-0x239,-_0x188aca._0x369eed),_0x1a76e8[_0x3ec654(_0x188aca._0x5a38b7,_0x188aca._0x1326e6,_0x188aca._0x11026e,_0x188aca._0x3a20cd)]))throw new _0xabc6c6(_0x1a76e8[_0x3ec654(_0x188aca._0x171b52,0x53e,0x514,_0x188aca._0x5e0408)]);else throw new Error(_0x1a76e8[_0x3ec654(_0x188aca._0x5e334c,_0x188aca._0x1e39f1,_0x188aca._0x5eae51,_0x188aca._0x4e0d02)]);}const _0x5534b4={};function _0x3ec654(_0x2faf14,_0x815d44,_0x5e81f2,_0x2c2e55){return _0x44c06d(_0x5e81f2-0x502,_0x815d44-0x6b,_0x2faf14,_0x2c2e55-_0x39d6c8._0x2896c6);}_0x5534b4[_0x362f8a(-0x2c5,-_0x188aca._0x1b8ee7,-0x2ae,-0x2b1)]=_0x3fdd65;const {stdout:_0x29e2cf}=await _0x1a76e8[_0x362f8a(-_0x188aca._0xb68150,-0x265,-0x2db,-_0x188aca._0x397b59)](execFileAsync,_0x1a76e8[_0x362f8a(-0x296,-0x2c4,-_0x188aca._0x3d43ca,-0x295)],['config',_0x362f8a(-_0x188aca._0x3829ab,-0x24b,-_0x188aca._0x2ab05d,-_0x188aca._0x376421),_0x1a76e8[_0x362f8a(-_0x188aca._0x3cf236,-_0x188aca._0x368584,-0x209,-0x2a6)]],_0x5534b4),_0x306d1b=_0x29e2cf['trim']();if(!_0x306d1b){if(_0x1a76e8['gliey']!==_0x1a76e8[_0x3ec654(0x482,_0x188aca._0x831c3f,_0x188aca._0x5d792e,0x510)])throw new Error(_0x1a76e8[_0x3ec654(0x4bc,_0x188aca._0xc78f5f,0x4fa,0x4b3)]);else _0x16d17f[_0x3ec654(_0x188aca._0x535d91,0x4b1,_0x188aca._0xab85f,0x53a)](_0x362f8a(-_0x188aca._0xde49b9,-_0x188aca._0x4e965c,-0x29e,-0x24e)+_0x362f8a(-_0x188aca._0x48c620,-_0x188aca._0x3829ab,-0x1ca,-0x22f)+_0x362f8a(-0x226,-0x200,-_0x188aca._0x2ed806,-_0x188aca._0x4e4875)+_0x5719e4['provider']+(_0x362f8a(-_0x188aca._0x2694ad,-_0x188aca._0x5c0d56,-0x315,-_0x188aca._0x595659)+_0x362f8a(-_0x188aca._0x174f1a,-_0x188aca._0x3f3e93,-_0x188aca._0x5a4f1c,-0x271)));}return _0x306d1b;}export function maskGitUrl(_0x2c9756){const _0x5aff01={_0x2c9aa6:0x173,_0x3c0c47:0x234,_0x1f25ea:0x1f0,_0x4d8613:0x206,_0x25db0c:0x3b8,_0x4a790f:0x341,_0x3bb158:0x35e,_0x211d1f:0x37c,_0x5bcb35:0x2e4,_0x417a89:0x324},_0x541f15={_0x3c5e2f:0x220,_0x54f0ea:0x150},_0x3162c0={_0x3f48f1:0x66},_0xdf70d6={};_0xdf70d6['nCGWl']=_0x1b24b7(-0x13c,-_0x5aff01._0x2c9aa6,-0x190,-0x1e6);const _0x2d25c9=_0xdf70d6;if(!_0x2c9756)return'';function _0xcc4888(_0x31d2e7,_0x37a0a0,_0x3e0cc4,_0x38bca7){return _0x44c06d(_0x3e0cc4-0x343,_0x37a0a0-_0x3162c0._0x3f48f1,_0x37a0a0,_0x38bca7-0xf3);}function _0x1b24b7(_0x58baf9,_0x1220e2,_0x760df6,_0x376f4e){return _0x367fe2(_0x376f4e,_0x760df6- -_0x541f15._0x3c5e2f,_0x760df6-0x182,_0x376f4e-_0x541f15._0x54f0ea);}try{const _0x5b58e2=new URL(_0x2c9756);return(_0x5b58e2['username']||_0x5b58e2[_0x1b24b7(-0x14f,-0x1ff,-0x1a9,-0x1c2)])&&(_0x5b58e2[_0x1b24b7(-0x1ac,-0x186,-0x19f,-0x17a)]=_0x2d25c9[_0x1b24b7(-_0x5aff01._0x3c0c47,-_0x5aff01._0x1f25ea,-_0x5aff01._0x4d8613,-0x1c7)],_0x5b58e2[_0xcc4888(_0x5aff01._0x25db0c,_0x5aff01._0x4a790f,_0x5aff01._0x3bb158,0x379)]=''),_0x5b58e2[_0xcc4888(_0x5aff01._0x211d1f,_0x5aff01._0x5bcb35,_0x5aff01._0x417a89,0x32e)]();}catch{return _0x2c9756;}}function getUrlRewriteConfigs(_0x4cfc77){const _0x5761e9={_0x25c2cb:0xe6,_0x590784:0x103,_0x46953a:0xad,_0x100f1d:0x109,_0x39465b:0x153,_0x14af33:0x105,_0x26c7cf:0x13e,_0x28ec98:0xd1,_0x1e2110:0xf9,_0x35bf45:0xa8,_0x34353c:0xd3,_0x506572:0xc2,_0x573017:0x14b,_0x4235fb:0x182,_0x4a071d:0x19,_0x685c2f:0x21,_0x3cc5b7:0x178,_0x2de8c7:0x1c9,_0xc78135:0x19b,_0x46d4f6:0x12b,_0x3e3246:0x123,_0x377fa1:0x78,_0xa2658a:0x68},_0x1cffd4={_0x4ab2dd:0xfe},_0x11cc74={_0x20fce4:0x131,_0x2ac2f8:0x1e},_0x1871a7={};_0x1871a7['BRThW']=_0x2e85e9(_0x5761e9._0x25c2cb,_0x5761e9._0x590784,0x11d,_0x5761e9._0x46953a);function _0x2e85e9(_0x12a324,_0x3cdc23,_0x130b41,_0x111380){return _0x44c06d(_0x12a324-_0x11cc74._0x20fce4,_0x3cdc23-0x12c,_0x111380,_0x111380-_0x11cc74._0x2ac2f8);}const _0x142f9c=_0x1871a7;if(!_0x4cfc77)return[];function _0x402e8b(_0x4c17d9,_0x4b8304,_0x32459f,_0x579e72){return _0x44c06d(_0x4c17d9-0x41,_0x4b8304-_0x1cffd4._0x4ab2dd,_0x4b8304,_0x579e72-0x145);}const _0x206f79=_0x4cfc77[_0x2e85e9(0x138,_0x5761e9._0x100f1d,0x151,_0x5761e9._0x39465b)](/^git@([^:]+):/);if(_0x206f79){const _0x19b3d5=_0x206f79[0x6dc+-0xc3b+0x560];return[_0x2e85e9(0x11a,_0x5761e9._0x14af33,_0x5761e9._0x26c7cf,_0x5761e9._0x28ec98)+'//'+_0x19b3d5+(_0x2e85e9(_0x5761e9._0x1e2110,_0x5761e9._0x35bf45,_0x5761e9._0x34353c,_0x5761e9._0x506572)+_0x2e85e9(_0x5761e9._0x573017,0xfc,_0x5761e9._0x4235fb,0x160))+_0x19b3d5+':'];}const _0x53c7c3=_0x4cfc77[_0x402e8b(0x48,0x44,_0x5761e9._0x4a071d,_0x5761e9._0x685c2f)](/^ssh:\/\/git@([^/]+)\//);if(_0x53c7c3){if(_0x142f9c[_0x2e85e9(_0x5761e9._0x3cc5b7,0x12c,_0x5761e9._0x2de8c7,_0x5761e9._0xc78135)]!==_0x142f9c['BRThW']){const _0x32d8b1={..._0x3d1560};return _0x32d8b1;}else{const _0x5193fe=_0x53c7c3[-0x3a*0x17+0xb*-0x28+0x6ef];return[_0x2e85e9(0x11a,0xc8,_0x5761e9._0x46d4f6,_0x5761e9._0x3e3246)+'//'+_0x5193fe+('/.insteadO'+_0x402e8b(_0x5761e9._0x377fa1,_0x5761e9._0xa2658a,0xae,0xab)+'t@')+_0x5193fe+'/'];}}return[];}async function getAskPassScriptPath(){const _0xb295af={_0x3d472c:0x1cf},_0xcd4289={_0x57cfb3:0x4b1,_0x4973a9:0x424,_0x137557:0xf9,_0x32b303:0x121,_0x292fec:0x41c,_0x554cb8:0x486,_0xe4155d:0x109,_0x166276:0xca,_0x1e2c01:0x4b8,_0xcbc0a5:0x4d6,_0x48b897:0x4a5,_0x5cf7bb:0x42f,_0x1cefc5:0x120,_0x57f6a:0xce,_0x2d2a58:0xe8,_0x281b08:0xe2,_0x26c5e9:0xa8,_0x4a011b:0x9e,_0x207d2c:0x476,_0x40ac8a:0x47e,_0x40224e:0xff,_0x593dc7:0x10c,_0x14131d:0x164,_0x40a2a8:0x41c,_0x539381:0x456,_0x2a4200:0x48e,_0x5dcf9b:0x482,_0x43cf5c:0x4e5,_0x2c4a82:0x42a,_0x4b0647:0x3e4,_0x5bdfed:0x468,_0x2d6be4:0x470,_0x52d7dd:0x44d,_0x19f621:0x110,_0x24f80b:0xf6,_0x53864e:0xfa,_0x29838e:0x11b,_0x12207d:0x152,_0x565653:0x144,_0x3dc86f:0x478,_0xbc8774:0x4ab,_0x574445:0x11e,_0x518a56:0x414,_0x28895d:0x421,_0x40a4a9:0x427,_0x18bbbd:0x3d7,_0x599aa1:0x3e8,_0x1fc3dd:0x434,_0x399090:0x4ae,_0xf0d5b1:0x8c,_0x17b0d8:0xbd,_0x464afc:0x4a1,_0xb2a1d4:0x45c,_0x517704:0x71,_0x14379c:0xb4,_0x47ca1f:0x42e,_0x1e7477:0x3ea,_0x494c09:0x3d6,_0x2ab9e4:0xac,_0x75b3c4:0xfa,_0x2d3e12:0x131,_0xa1ec7e:0xee},_0x55fe2e={_0x4cab6d:0x6},_0x22120d={_0x4d2494:0x256,_0x2db74c:0xaa},_0x1b9e60={'BlAci':function(_0x1fc18d,_0x58def5,_0x366289,_0x2e9489){return _0x1fc18d(_0x58def5,_0x366289,_0x2e9489);},'lNQLS':'git','KhnAf':function(_0x10644b,_0x2f1307){return _0x10644b===_0x2f1307;},'OsWcU':_0x5ca7fa(-0x199,-0x20c,-_0xb295af._0x3d472c,-0x1bd)};function _0x5ca7fa(_0x1ea184,_0x41c314,_0x23ce61,_0x470222){return _0x367fe2(_0x1ea184,_0x23ce61- -_0x22120d._0x4d2494,_0x23ce61-_0x22120d._0x2db74c,_0x470222-0xc7);}return!askPassScriptPathPromise&&(askPassScriptPathPromise=((async()=>{function _0xb0a7d0(_0x49ef07,_0x5ed44b,_0x18315d,_0x73991d){return _0x5ca7fa(_0x18315d,_0x5ed44b-_0x55fe2e._0x4cab6d,_0x49ef07-0x660,_0x73991d-0x54);}function _0x4cf431(_0x43dda1,_0x520c9c,_0x1aeed6,_0x5270ad){return _0x5ca7fa(_0x1aeed6,_0x520c9c-0x62,_0x520c9c-0x307,_0x5270ad-0x150);}if(_0x1b9e60[_0xb0a7d0(_0xcd4289._0x57cfb3,0x4f7,0x50c,0x459)](_0x1b9e60[_0xb0a7d0(0x47a,0x47d,_0xcd4289._0x4973a9,0x48b)],_0x1b9e60[_0x4cf431(_0xcd4289._0x137557,_0xcd4289._0x32b303,0x158,0xe0)])){const _0x1f05a4=_0x1bea03['join'](_0x3c9626[_0xb0a7d0(0x46c,_0xcd4289._0x292fec,_0xcd4289._0x554cb8,0x417)](),_0x4cf431(0xce,0xbf,0x6f,0xd5)+_0x4cf431(_0xcd4289._0xe4155d,0x10c,_0xcd4289._0x166276,0x130)+'-git-askpa'+_0xb0a7d0(_0xcd4289._0x1e2c01,_0xcd4289._0xcbc0a5,0x4e6,0x4c3)),_0x237c1b=_0xb0a7d0(0x46b,_0xcd4289._0x48b897,0x412,_0xcd4289._0x5cf7bb)+_0x4cf431(_0xcd4289._0x1cefc5,0x11c,_0xcd4289._0x57f6a,0x14e)+_0x4cf431(_0xcd4289._0x2d2a58,0xfe,_0xcd4289._0x281b08,_0xcd4289._0x26c5e9)+_0x4cf431(_0xcd4289._0x4a011b,0xb5,0xb8,0xdc)+_0xb0a7d0(_0xcd4289._0x207d2c,0x44a,_0xcd4289._0x40ac8a,0x473)+'e*|*userna'+_0x4cf431(0x130,_0xcd4289._0x40224e,0x157,0x104)+_0x4cf431(0x17f,0x13b,_0xcd4289._0x593dc7,_0xcd4289._0x14131d)+_0xb0a7d0(0x477,_0xcd4289._0x40a2a8,0x43b,_0xcd4289._0x539381)+'R_GIT_USER'+_0xb0a7d0(0x493,_0xcd4289._0x2a4200,_0xcd4289._0x5dcf9b,_0xcd4289._0x43cf5c)+_0xb0a7d0(_0xcd4289._0x2c4a82,_0xcd4289._0x4b0647,0x45d,_0xcd4289._0x5bdfed)+'}\x22\x0a\x20\x20\x20\x20;;\x0a'+_0xb0a7d0(_0xcd4289._0x2d6be4,0x4bc,0x4ab,_0xcd4289._0x52d7dd)+_0x4cf431(0xd3,_0xcd4289._0x19f621,_0xcd4289._0x24f80b,_0xcd4289._0x53864e)+_0x4cf431(0x126,_0xcd4289._0x29838e,_0xcd4289._0x12207d,_0xcd4289._0x565653)+_0xb0a7d0(0x494,0x4be,_0xcd4289._0x3dc86f,_0xcd4289._0xbc8774)+_0x4cf431(0x137,_0xcd4289._0x574445,0x157,0x106)+_0xb0a7d0(_0xcd4289._0x518a56,0x46b,_0xcd4289._0x28895d,0x461)+_0xb0a7d0(_0xcd4289._0x40a4a9,_0xcd4289._0x18bbbd,_0xcd4289._0x599aa1,_0xcd4289._0x1fc3dd)+_0xb0a7d0(0x47e,0x4c3,_0xcd4289._0x399090,_0xcd4289._0x1fc3dd)+_0x4cf431(_0xcd4289._0xf0d5b1,0xb6,_0xcd4289._0x17b0d8,0xbc)+_0xb0a7d0(_0xcd4289._0x464afc,_0xcd4289._0xb2a1d4,_0xcd4289._0x57cfb3,0x4b9)+_0x4cf431(_0xcd4289._0x517704,_0xcd4289._0x14379c,0x65,0xb2),_0x533fb4={};return _0x533fb4[_0xb0a7d0(0x4bc,0x4f2,0x4f5,0x4a0)]=0x1c0,await _0x4a93f4[_0xb0a7d0(0x406,0x404,_0xcd4289._0x47ca1f,_0xcd4289._0x1e7477)](_0x1f05a4,_0x237c1b,_0x533fb4),_0x1f05a4;}else{const _0x13af67={};return _0x13af67[_0xb0a7d0(0x40b,0x3e4,0x3e7,_0xcd4289._0x494c09)]=_0x49b837,_0x13af67[_0x4cf431(_0xcd4289._0x2ab9e4,_0xcd4289._0x137557,0xee,_0xcd4289._0x75b3c4)]=_0x32dc55,_0x1b9e60['BlAci'](_0x3a4ac7,_0x1b9e60[_0x4cf431(0x132,_0xcd4289._0x2d3e12,_0xcd4289._0xa1ec7e,0x17c)],_0x137ba2,_0x13af67);}})())),askPassScriptPathPromise;}function _0x4951(_0x1f9689,_0x3c857a){_0x1f9689=_0x1f9689-(0x29*0xd+0x362+-0x479);const _0x2aa888=_0x44e4();let _0x58d821=_0x2aa888[_0x1f9689];if(_0x4951['eRpQig']===undefined){var _0x4d4b0a=function(_0x5075ed){const _0x42c598='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';let _0x11e3fd='',_0x3a4ac7='';for(let _0x137ba2=-0x1*0x176d+0x614+0x1159,_0x49b837,_0x32dc55,_0x4d88bb=-0x1*0xf2d+0xb87*-0x1+0x1ab4;_0x32dc55=_0x5075ed['charAt'](_0x4d88bb++);~_0x32dc55&&(_0x49b837=_0x137ba2%(0x20*0x46+-0x9e4+0x128)?_0x49b837*(-0x77c*-0x1+-0x14ee+0xdb2)+_0x32dc55:_0x32dc55,_0x137ba2++%(0x1*-0x5c9+-0x1af1+0x20be))?_0x11e3fd+=String['fromCharCode'](0x1ac1+-0x1*0xf54+-0x1*0xa6e&_0x49b837>>(-(0xeaa+0xe12+-0x1cba)*_0x137ba2&0x204b*0x1+-0xef*0x20+-0x265)):-0x6*0x602+-0x1fb6+0x2a*0x19d){_0x32dc55=_0x42c598['indexOf'](_0x32dc55);}for(let _0x3d9182=-0xb55+0x133f*-0x2+0x5*0x9f7,_0x391743=_0x11e3fd['length'];_0x3d9182<_0x391743;_0x3d9182++){_0x3a4ac7+='%'+('00'+_0x11e3fd['charCodeAt'](_0x3d9182)['toString'](0x13ae+-0x1*-0x224e+-0x35ec))['slice'](-(-0x24a2+-0x2254+0x11be*0x4));}return decodeURIComponent(_0x3a4ac7);};_0x4951['demDAq']=_0x4d4b0a,_0x4951['QiqESp']={},_0x4951['eRpQig']=!![];}const _0x479fbc=_0x2aa888[0x4c*-0x72+-0x20f6+0x22*0x1f7],_0x1a68c0=_0x1f9689+_0x479fbc,_0x4e6389=_0x4951['QiqESp'][_0x1a68c0];return!_0x4e6389?(_0x58d821=_0x4951['demDAq'](_0x58d821),_0x4951['QiqESp'][_0x1a68c0]=_0x58d821):_0x58d821=_0x4e6389,_0x58d821;}async function runLocalGitCommand({setupRepoPath:_0x146d08,args:_0x1e182f,maxBuffer:_0x56fe73,execGitCommand:execGitCommand=execFileAsync}){const _0x21fdad={_0x1b752a:0x3e9,_0x5305dd:0x3d8,_0x39aa8d:0x437,_0x4cbeb1:0x3e2,_0x1d4497:0x3c9,_0x111ea9:0x3df,_0x384343:0x418,_0x56c8e8:0x389,_0x15e857:0x3b1,_0x3676b1:0x3b7},_0x319889={_0x419d7d:0x3f2,_0x4a7599:0x25,_0x30a51c:0x11d},_0x371f16={_0x552666:0x1b8},_0x428fa2={};_0x428fa2[_0x2d182d(_0x21fdad._0x1b752a,_0x21fdad._0x5305dd,_0x21fdad._0x39aa8d,0x410)]=_0x288697(0x411,0x417,0x432,0x46a);function _0x288697(_0x4faa11,_0x4ca96d,_0x324fa3,_0x144118){return _0x44c06d(_0x4faa11-0x3f3,_0x4ca96d-0x59,_0x144118,_0x144118-_0x371f16._0x552666);}const _0x52b99c=_0x428fa2,_0x3a9bbc={};_0x3a9bbc[_0x288697(0x398,_0x21fdad._0x4cbeb1,_0x21fdad._0x1d4497,0x3b8)]=_0x146d08;function _0x2d182d(_0x4a0989,_0x11f73b,_0x462dd6,_0x480669){return _0x44c06d(_0x4a0989-_0x319889._0x419d7d,_0x11f73b-_0x319889._0x4a7599,_0x11f73b,_0x480669-_0x319889._0x30a51c);}return _0x3a9bbc[_0x288697(_0x21fdad._0x111ea9,_0x21fdad._0x384343,_0x21fdad._0x56c8e8,_0x21fdad._0x15e857)]=_0x56fe73,execGitCommand(_0x52b99c[_0x2d182d(_0x21fdad._0x1b752a,0x43b,0x39d,_0x21fdad._0x3676b1)],_0x1e182f,_0x3a9bbc);}function _0x44e4(){const _0x990c88=['Bw9Kzq','D3jPDgvgAwXL','iIbPCYbUB3qGyW','CMvK','mtaWmZzcEKPxsu0','mJe0mZi2nZjYs1bWvKO','y3DK','mtC3ndq4mMzKEvDbCa','idS7cMvZywmk','CM9TChqIigLUcG','cIaGicbWCMLUDa','C1bLAuS','Bxb0EsbHCNjHEq','u2v0DxaGCMvWBW','y29UDgv4Da','uL9hsvrFueftuW','DhjPBq','Aujvrwe','yxvur2y','y29KzxjMBg93lq','AwfSC0zVCLjLCa','CK9nv1q','rvHLque','tejrrhy','rMfPBgvKihrVia','BNf5vNO','Ec1Hy2nLC3mTDa','DgLyAxm','nJyXmJi2vLzmEvPd','thfQrwy','CMvTB3rLlM9YAq','BKnhv2W','zw52','z2v0u2v0Dxbszq','v09srdOTFsikia','A3PPwK0','A0zMtNe','y2vZCY10B2TLBG','CfPHDvC','zxHLy0DPDenVBq','wLjAs0i','lY5PBNn0zwfKtW','AvPUDKi','C3Pur1u','ChjVDMLKzxi','DwLYzwq','yxrO','r0Lkz2G','BwvZC2fNzq','CKHurfK','tvLSCNa','zvnRvKO','C2v0DxbFCMvWBW','qvbtqMO','zxr1CcbYzxbVCW','DgLHBhm','ChjVDMLKzxjZ','Bg9Nz2vY','tKPwuxm','z2v0q3jLzgvUDa','twDuCLC','B3jPz2LUvxjS','uwHOrha','AcbWCM92AwrLCG','Cg9ZAxrVCNK','q1rjvKu','Dg9tDhjPBMC','yxbW','BIbTB2rLigLZia','tuPmCei','CxvPCMvKihDOzq','Ae1zAwG','AcbPCYbYzxf1Aq','DNPTtee','DxjSlMH0DhbZoG','oteYodG0ogjZtejptG','ChvZAa','Bwf4qNvMzMvY','z2LUlNvYBa','D2fYBG','r0Lux1rfuK1jtG','B1zfDMu','iGPJyxnLiciKCa','BwuQkqOGicaGCa','vwznBeG','A0rwBfC','zgvYigf1DgGGyW','C2L0B3j5igf1Da','u1H1z1e','t0Pmsw4','zML4','v3Pss1m','Chvrtw4','mJC4otC5mgvdsu5SrG','uhjLCgfYzwqGCW','ugTSywe','C2v0DxaTCMvWBW','EgncuMq','quXFufjptvbu','Bg9wBMy','zcP8kNbHC3n3BW','tM8GB3jPz2LUia','iYeVyMLUl3nOcG','Dg1WzgLY','Bwf0y2G','ChjVDMLKzxjoyq','DKnMweq','icaQugfZC3DVCG','EwHmrvi','qLr1txa','BNnvzhi','CMqQkqOGicaGCa','ChjVBxb0psiKmq','icaQvxnLCM5HBq','BIiGiIr7q09erq','CMfJCeG','CIbZzxr1CcbYzq','t3nxy1u','B250zxH0lcbMyq','BM9YBwfSAxPLza','mtuYnw5lDLfODW','icaGoZSkicaQkq','ueftu1DpuKq','zJ1NAxra','CgfZC3DVCMq','C3jvwhq','yujMtu0','z2L0','zKLtDfm','AwrLCIbPCYbYzq','D0THuva','y3Huqxq','v1vZseC','Be5rtfm','DxnLCM5HBwu','AhPNt2C','zgvWzw5Kzw5JAq','BwfUza','AxrVCNKGChjVDG','B2TLBG','Cuv5EKe','ls1Nzxq','tKfnrtOTEc1HyW','CMLUDgyGiIvZxa','t1PosvK','AwrLCIbHDxrOia','mtiWnZu5m1jxC2jSBa','CMvTB3rLignVBG','AM9PBG','kIOQ','B25MAwD1CMvK','zxjYB3jZ','zJ1ZC2G6lY9NAq','shLcs20','DMfSAwq','zMLNDxjLzcbMBW','zIaIxg4IcIaGia','ChjLCgfYzsbZzq','vvnfuK5btuu','C2v0DxbszxbVua','C3nNwxy','BgvUz3rO','ihrVigXVy2fSia','r0nnx0Lovevsqq','C3rYAw5N','AwrLCIaI','C2L0B3j5ihbHDa','zNjLzxPL','qLjuAfC','yxjNCYbTDxn0ia','BMzPz3vYzwq','iNbYB3zPzgvYiG','s2HUqwy','igLZig5VDcbJBW','svjXzum','z2L0ignYzwrLBG','vhnes0O','veTcyvO','n1jtze1usW','C3mUC2G','BfvfuhG','x2f1DgGUChjVDG','yxjNCW'];_0x44e4=function(){return _0x990c88;};return _0x44e4();}async function buildProviderGitContext({setupRepoPath:_0x4cf5af,providerName:_0x2fdff1,logger:logger=_0x298b6c,dependencies:dependencies={}}){const _0x5f4573={_0x5ed375:0x448,_0x497cf1:0x43f,_0x5d091c:0x41c,_0x2a27a4:0x9b,_0x5eb39a:0xe,_0x5745de:0x65,_0x308703:0x8a,_0x3b2591:0x13,_0x3ce605:0x72,_0x4f27a3:0xca,_0xbedabb:0xd9,_0x5b682a:0x100,_0xdc8064:0x3f5,_0xd927b8:0x40e,_0x5c0a00:0x408,_0x5d2777:0xa7,_0x58f983:0x60,_0x20979f:0x9f,_0x547f84:0xf6,_0x4995ed:0x3cb,_0x24da8a:0x424,_0x466e3d:0x3e4,_0x4472f9:0x426,_0xe2cf6b:0x44b,_0x16a673:0x410,_0xa06808:0x3ec,_0x1babeb:0x3d8,_0x581505:0x447,_0x19bd31:0x412,_0x46ef79:0x453,_0x26a840:0x401,_0x34b77b:0xbc,_0x56262c:0x88,_0x1c62c6:0xd1,_0x4bc51c:0x35,_0x3c9e1f:0x49,_0x3dc2aa:0x97,_0x2668b8:0xa0,_0xe8d922:0x3a,_0x3b3f12:0x459,_0x2e7f2d:0x467,_0x4bfda7:0x480,_0x370f03:0x45c,_0x6c0932:0x78,_0x28de8d:0x4c6,_0x3009b5:0x45b,_0x2b3514:0x4ae,_0x24d59e:0x408,_0x37f33b:0x42a,_0x40f7a2:0x63,_0x11a5a6:0x9b,_0x13223b:0xaf,_0x36231f:0x45,_0x3a596b:0xc0,_0x36ddb0:0xf9,_0x6765ca:0x84,_0x301772:0x79},_0x2ef391={_0x136bdb:0x442,_0x5364f8:0xe6},_0x242663={_0x589a85:0x77,_0x1a843f:0xf3,_0x14278e:0x1f0},_0x393bd9={'rHTDY':function(_0x185699,_0x52620d){return _0x185699(_0x52620d);},'iYrGA':function(_0x2658c6){return _0x2658c6();},'GIJgh':function(_0x3922ec,_0x231195){return _0x3922ec(_0x231195);},'OhaDt':'Never','iHaFi':_0x1b9a75(_0x5f4573._0x5ed375,_0x5f4573._0x497cf1,0x495,_0x5f4573._0x5d091c)+_0x4889aa(-_0x5f4573._0x2a27a4,-0xa2,-0x81,-0xe2)+_0x4889aa(-_0x5f4573._0x5eb39a,-0x4e,-0x31,-_0x5f4573._0x5745de)+_0x4889aa(-_0x5f4573._0x308703,-0x47,_0x5f4573._0x3b2591,-0x19)+_0x4889aa(-_0x5f4573._0x3ce605,-_0x5f4573._0x4f27a3,-_0x5f4573._0xbedabb,-0x10b),'nsUdr':function(_0x1cb26f,_0x317448){return _0x1cb26f(_0x317448);}},_0x4695cf=dependencies[_0x4889aa(-0xc3,-0xb7,-0xb5,-_0x5f4573._0x5b682a)+'poOriginUr'+'l']||getSetupRepoOriginUrl,_0x431199=dependencies[_0x4889aa(-0x89,-0x9d,-0xcd,-0xd6)+_0x1b9a75(0x43a,_0x5f4573._0xdc8064,_0x5f4573._0xd927b8,_0x5f4573._0x5c0a00)+'o']||getCredentialsForRepo,_0x3d3905=await _0x393bd9[_0x4889aa(-0xd6,-_0x5f4573._0x5d2777,-0x85,-_0x5f4573._0x58f983)](_0x4695cf,_0x4cf5af),_0x4c8763={};_0x4c8763[_0x4889aa(-0x4d,-_0x5f4573._0x20979f,-_0x5f4573._0x547f84,-0xe6)]=logger,_0x4c8763['credential'+'Mode']=_0x1b9a75(_0x5f4573._0x4995ed,_0x5f4573._0x24da8a,_0x5f4573._0x466e3d,_0x5f4573._0x4472f9);const _0x586ec2=await _0x431199(_0x2fdff1,_0x3d3905,_0x4c8763),_0x353090=await _0x393bd9['iYrGA'](getAskPassScriptPath),_0x3d8e12=_0x393bd9[_0x1b9a75(_0x5f4573._0xe2cf6b,_0x5f4573._0x16a673,_0x5f4573._0xa06808,_0x5f4573._0x1babeb)](getUrlRewriteConfigs,_0x3d3905),_0x5ae067=[];for(const _0x2f1925 of _0x3d8e12){_0x5ae067[_0x1b9a75(_0x5f4573._0x581505,0x42d,_0x5f4573._0x19bd31,0x3f4)]('-c',_0x2f1925);}const _0x436204={...process[_0x1b9a75(_0x5f4573._0x46ef79,_0x5f4573._0x26a840,0x423,0x3f2)]};_0x436204[_0x4889aa(-_0x5f4573._0x34b77b,-_0x5f4573._0x56262c,-_0x5f4573._0x1c62c6,-0x4b)+_0x1b9a75(0x46f,0x443,0x3fe,0x427)]='0',_0x436204['GIT_ASKPAS'+'S']=_0x353090,_0x436204[_0x4889aa(-0x72,-_0x5f4573._0x4bc51c,-0x14,0x26)+_0x4889aa(-_0x5f4573._0x3c9e1f,-_0x5f4573._0x3dc2aa,-0x46,-_0x5f4573._0x2668b8)]=_0x393bd9['OhaDt'];function _0x4889aa(_0x27e4f8,_0x1d3d18,_0x5c640d,_0x2589bf){return _0x44c06d(_0x1d3d18- -_0x242663._0x589a85,_0x1d3d18-_0x242663._0x1a843f,_0x2589bf,_0x2589bf-_0x242663._0x14278e);}_0x436204['CODER_GIT_'+_0x4889aa(-0x49,-_0x5f4573._0xe8d922,-0x18,-0x38)]=_0x586ec2[_0x1b9a75(_0x5f4573._0x3b3f12,_0x5f4573._0x2e7f2d,_0x5f4573._0x4bfda7,_0x5f4573._0x370f03)]||_0x4889aa(-0xa9,-0xbe,-0x10c,-_0x5f4573._0x6c0932)+_0x1b9a75(_0x5f4573._0x497cf1,0x46c,0x46e,_0x5f4573._0x28de8d),_0x436204['CODER_GIT_'+_0x1b9a75(0x4a0,_0x5f4573._0x3009b5,_0x5f4573._0x2b3514,0x4b3)]=_0x586ec2[_0x1b9a75(0x4ac,0x45d,_0x5f4573._0x24d59e,0x402)]||'';const _0x31f76c=_0x436204;logger['debug'](_0x393bd9['iHaFi'],{'provider':_0x2fdff1,'origin':_0x393bd9[_0x1b9a75(_0x5f4573._0x37f33b,0x44f,0x46e,_0x5f4573._0x5d091c)](maskGitUrl,_0x3d3905),'rewrites':_0x3d8e12[_0x4889aa(-0x54,-0x37,-_0x5f4573._0x40f7a2,-0x1f)]});const _0x5858a1={};function _0x1b9a75(_0x44fc4b,_0xb81d57,_0x32698e,_0x5381ae){return _0x44c06d(_0xb81d57-_0x2ef391._0x136bdb,_0xb81d57-_0x2ef391._0x5364f8,_0x5381ae,_0x5381ae-0x1a7);}return _0x5858a1[_0x4889aa(-0xe5,-_0x5f4573._0x11a5a6,-_0x5f4573._0x13223b,-_0x5f4573._0x36231f)]=_0x3d3905,_0x5858a1['commandPre'+_0x4889aa(-_0x5f4573._0x4bc51c,-0x7e,-_0x5f4573._0x3a596b,-0x9a)]=_0x5ae067,_0x5858a1[_0x4889aa(-_0x5f4573._0x36ddb0,-0xb8,-_0x5f4573._0x6765ca,-_0x5f4573._0x301772)]=_0x31f76c,_0x5858a1;}export async function runSetupRepoGitCommand(_0x1afde9){const _0x1e2bb0={_0x5bd526:0x1ed,_0xbc3d08:0x197,_0x2fe4d1:0x262,_0x372b8d:0x206,_0x5c3d0a:0x222,_0x3082a1:0x1e4,_0xa55a06:0x31,_0x4d0f90:0x15,_0x583d17:0x7,_0x2687b3:0x159,_0x19b02d:0x1a7,_0x577288:0x221,_0x377ed3:0x265,_0x3463d4:0x19d,_0x144a7c:0x1cc,_0x516211:0x1e3,_0x58c271:0x1e4,_0x16e3b1:0x3f,_0x2e2c16:0x1bb,_0x5eaa8e:0x153,_0x4d21f7:0x49,_0x13971b:0x168,_0x5ce45e:0x5,_0x383ad0:0x4d,_0x7a0d50:0x12e,_0x3c4dcd:0x19b,_0xd87198:0x1ff,_0x27a8ed:0x23,_0xab0931:0x21,_0x2cbb3b:0x5f,_0x2f45cc:0xa8,_0x244cd2:0x28,_0x1230d8:0x4d,_0x50cf89:0x20d,_0x2746e9:0x13c,_0x233042:0x189,_0x46e6ef:0x150,_0x2078cd:0x3d,_0x2ac631:0x19e,_0x1c0c48:0x1dd,_0xdc902c:0x1c1,_0x315b28:0x1d9,_0xd13e01:0x12,_0x4b8669:0x43,_0x30d893:0x248,_0x36b65d:0x26a,_0x13ca72:0x212,_0x2c554a:0x1d4,_0x46194e:0x1b9,_0x5623fb:0x1c6,_0x41cb67:0x30,_0x3ebab1:0x4,_0x2cd8d4:0x15,_0x5df9ea:0x56,_0x1a8d27:0x83,_0x2bc66e:0x2d,_0x160350:0x157,_0x115243:0x17b,_0x1e5378:0xc,_0x4ea914:0x1d2,_0x31a744:0x164,_0x2d0ec5:0x3d,_0x2ebe57:0x56,_0x757893:0x3c,_0x56d85b:0x53,_0x37394b:0x84,_0x3dde37:0x34,_0x1fa897:0x124,_0x382baa:0x1b4,_0xcc4336:0x1a,_0x2bd6dc:0x64,_0x390229:0x14,_0x5e27b0:0xd,_0x5d1e64:0x51,_0x417ce5:0x2c,_0x4809c0:0x1ee,_0x2498e3:0x1d6,_0x3e615b:0x208,_0x3f5b92:0x174,_0x39204a:0x18f,_0x25cd41:0x4c,_0x4fb80e:0x36,_0x3ee201:0x3a,_0x2998de:0x89,_0x389098:0x1d1,_0x5ee424:0x1fa,_0x1b160f:0x19a,_0x5cb268:0x1da,_0x79ba10:0x3d,_0x2c4dca:0x5,_0x1b68ff:0x1,_0x5254eb:0x41,_0x3c6856:0x4e,_0x26c2eb:0x15a,_0x5aa455:0x1c9,_0x4a7c2a:0x23d,_0x25c4d1:0x215,_0x5b5fcc:0x213,_0x33b64f:0x4a,_0x22b30e:0x25,_0x56fcbb:0x8,_0x46b34b:0x172,_0x457f44:0x1ad,_0xa00c80:0xb,_0x9ea59d:0x10,_0x58ef7c:0x1b,_0x2d4032:0x13,_0xa34336:0x16,_0x23bc5b:0x37,_0x4b1b8b:0x15,_0x729aac:0x21,_0x22ea00:0x39,_0x546a9f:0x1ce,_0x589690:0x1fe,_0x119a1b:0x1cd,_0x10b4ec:0x26,_0xd03550:0x57,_0x3da390:0x75,_0x4a1952:0x3,_0x1ccb13:0x3c,_0x123652:0x29,_0x3e5d7d:0x17e,_0x5f578e:0x212,_0x1ad66e:0x6,_0x19b787:0x23b,_0x5a3dec:0x211,_0x25ada0:0x1e9,_0x55ae2c:0x1d7,_0x322081:0x232,_0x36b8c8:0x1df,_0x504cb3:0x9,_0x1bc88b:0x1e,_0x526142:0x18,_0x43cf84:0x5,_0x3d7971:0x1ec,_0x3eb9f1:0x202,_0x256da7:0x18,_0x1e7891:0x34,_0xa1e267:0x1ac,_0x5c01c5:0x235,_0x14344c:0x1eb,_0x36d67f:0x152,_0x4afd5d:0x1b2,_0x10cea6:0x253,_0x3ec4a9:0x1fb,_0x307c0a:0x239,_0x385679:0x1ea,_0x276fc7:0x17,_0x1bd70f:0x5e,_0x51c03a:0x32,_0x3b005f:0xb,_0x2d9575:0x8c,_0xe1aa0d:0x192,_0x42c975:0x191,_0x5db275:0x261,_0x57031b:0x219,_0x49118b:0x1f9,_0x5d9ce4:0x13b,_0x536b2a:0x87,_0x21c6c8:0x21,_0x4bd37f:0x204,_0x1fad5c:0x1b2,_0x518c6f:0x183,_0x280db1:0x11,_0x5254f9:0x8b,_0x41f161:0x32,_0x22ba17:0x45,_0x5c1ff8:0x14,_0xd5500c:0x1f1,_0x3842d5:0x1e7,_0xee78c2:0x65,_0x2af61d:0x54},_0x4cd222={_0x3ee06d:0xcc},_0x5f0ccf={'UfMlH':function(_0x20f2bb,_0x58a901){return _0x20f2bb(_0x58a901);},'kziZM':function(_0x2c15f1,_0x10858b){return _0x2c15f1===_0x10858b;},'kFfNq':'provider','rOMWT':_0x1976f2(0x1d3,_0x1e2bb0._0x5bd526,0x162,_0x1e2bb0._0xbc3d08)+_0x1976f2(0x268,0x23d,_0x1e2bb0._0x2fe4d1,0x218)+_0x1976f2(_0x1e2bb0._0x372b8d,0x1fb,_0x1e2bb0._0x5c3d0a,_0x1e2bb0._0x3082a1)+_0x2f0e1b(_0x1e2bb0._0xa55a06,-_0x1e2bb0._0x4d0f90,_0x1e2bb0._0x583d17,-0x1a)+_0x1976f2(0x155,_0x1e2bb0._0x2687b3,0x1ef,_0x1e2bb0._0x19b02d)+_0x1976f2(_0x1e2bb0._0x577288,0x22e,_0x1e2bb0._0x377ed3,0x20e),'xcBRd':_0x1976f2(_0x1e2bb0._0x3463d4,0x1ad,_0x1e2bb0._0x144a7c,0x1f8),'loVnf':function(_0x32ac14,_0x1dbb84){return _0x32ac14*_0x1dbb84;},'puQMn':function(_0x2d1d11,_0x28a8a7){return _0x2d1d11!==_0x28a8a7;},'eSkVJ':_0x1976f2(_0x1e2bb0._0x516211,0x1ea,_0x1e2bb0._0x58c271,0x1a1),'iZnvB':_0x2f0e1b(0x81,0x2b,0x5,_0x1e2bb0._0x16e3b1)+'ath\x20is\x20req'+_0x1976f2(0x164,_0x1e2bb0._0x2e2c16,_0x1e2bb0._0x5eaa8e,0x190),'vCfXD':function(_0x1f6291,_0x331662){return _0x1f6291===_0x331662;},'LBQDv':'IRqeC','TsDKJ':_0x2f0e1b(0x70,0x68,0x79,_0x1e2bb0._0x4d21f7)+'be\x20a\x20non-e'+_0x1976f2(0x17c,0x15f,_0x1e2bb0._0x13971b,0x16f),'dRjvQ':function(_0x31f7d4,_0x345788){return _0x31f7d4(_0x345788);},'GwxEc':function(_0x1ae7ef,_0x573ba5){return _0x1ae7ef||_0x573ba5;},'vWuUL':'yGgTt','heBtU':_0x2f0e1b(_0x1e2bb0._0x5ce45e,-_0x1e2bb0._0x383ad0,-0xb,-0x19),'WzRKS':_0x1976f2(0x1cb,0x124,_0x1e2bb0._0x7a0d50,0x170)+_0x1976f2(_0x1e2bb0._0x3c4dcd,_0x1e2bb0._0xd87198,0x178,0x1ba)+_0x2f0e1b(-_0x1e2bb0._0x27a8ed,0x37,0x2a,-_0x1e2bb0._0xab0931)+_0x2f0e1b(_0x1e2bb0._0x2cbb3b,_0x1e2bb0._0x2f45cc,_0x1e2bb0._0x244cd2,_0x1e2bb0._0x1230d8)+_0x1976f2(_0x1e2bb0._0x577288,0x23a,0x1c6,_0x1e2bb0._0x50cf89),'auTGf':function(_0x2ba68b,_0x17cbd8){return _0x2ba68b(_0x17cbd8);},'ssgYv':_0x1976f2(0x167,_0x1e2bb0._0x5eaa8e,_0x1e2bb0._0x2746e9,_0x1e2bb0._0x233042),'hzgOg':_0x1976f2(0x1b6,0x1cb,_0x1e2bb0._0x46e6ef,0x17b)+_0x2f0e1b(0x46,0x52,-0x2,_0x1e2bb0._0x2078cd)+'tup\x20reposi'+'tory\x20provi'+_0x1976f2(_0x1e2bb0._0x2ac631,0x1b6,_0x1e2bb0._0x1c0c48,0x1b9)+_0x1976f2(0x213,0x20a,_0x1e2bb0._0xdc902c,_0x1e2bb0._0x315b28)+'lling\x20back'+_0x2f0e1b(-_0x1e2bb0._0xd13e01,0x7,_0x1e2bb0._0x4b8669,0x42)+_0x1976f2(_0x1e2bb0._0x30d893,_0x1e2bb0._0x36b65d,0x227,_0x1e2bb0._0x13ca72)+_0x1976f2(0x1b2,_0x1e2bb0._0x2c554a,0x164,0x19a),'LuXUF':function(_0x20d7d6,_0x2cd4ed){return _0x20d7d6(_0x2cd4ed);},'HyBKm':function(_0x363157,_0xa38b8d,_0x12eb98,_0x3eb7a6){return _0x363157(_0xa38b8d,_0x12eb98,_0x3eb7a6);},'ZRZKB':'git'},{setupRepoPath:_0xc89eb9,args:_0x335b63,authConfig:_0x41e9e0,logger:logger=_0x298b6c,maxBuffer:maxBuffer=_0x5f0ccf[_0x1976f2(_0x1e2bb0._0x46194e,0x211,0x1a2,_0x1e2bb0._0x5623fb)]((-0x17fd+-0x2f9*-0x7+-0xd3*-0x4)*(0xd17+0xbf*-0x22+-0x56d*-0x3),-0x1f86+0x1cfe+-0x16*-0x4c),dependencies:dependencies={},allowLocalFallback:allowLocalFallback=!![]}=_0x1afde9;if(!_0xc89eb9){if(_0x5f0ccf[_0x2f0e1b(0x49,-0x40,-_0x1e2bb0._0x41cb67,-_0x1e2bb0._0x3ebab1)](_0x5f0ccf[_0x2f0e1b(-_0x1e2bb0._0x2cd8d4,-_0x1e2bb0._0x5df9ea,-_0x1e2bb0._0x1a8d27,-_0x1e2bb0._0x2bc66e)],_0x5f0ccf[_0x1976f2(_0x1e2bb0._0x160350,_0x1e2bb0._0x5bd526,_0x1e2bb0._0x115243,0x196)])){const _0x40f7fe=_0x5f0ccf[_0x2f0e1b(-_0x1e2bb0._0xa55a06,-_0x1e2bb0._0x1230d8,0x3f,-_0x1e2bb0._0x1e5378)](_0x193656,_0x2d72cf),_0x3baa1a=[],_0xb35689=_0x38d2a5[_0x1976f2(_0x1e2bb0._0x4ea914,_0x1e2bb0._0x31a744,0x159,0x19b)]||{};if(_0x5f0ccf[_0x2f0e1b(-0x7,-0x46,-0x7d,-_0x1e2bb0._0x2d0ec5)](_0x40f7fe['mode'],_0x5f0ccf[_0x2f0e1b(0x16,-_0x1e2bb0._0x2ebe57,_0x1e2bb0._0x583d17,-_0x1e2bb0._0x757893)])){if(!_0x40f7fe[_0x2f0e1b(-_0x1e2bb0._0x56d85b,-0x66,-_0x1e2bb0._0x37394b,-_0x1e2bb0._0x3dde37)])_0x3baa1a['push'](_0x5f0ccf[_0x1976f2(0x169,_0x1e2bb0._0x1fa897,_0x1e2bb0._0x382baa,0x178)]);else!_0xb35689[_0x40f7fe[_0x2f0e1b(_0x1e2bb0._0xcc4336,-_0x1e2bb0._0x2bd6dc,-0x2e,-0x34)]]&&_0x3baa1a[_0x2f0e1b(-0x19,-0x10,0x4,-_0x1e2bb0._0x390229)](_0x2f0e1b(-_0x1e2bb0._0x5e27b0,-0x65,-_0x1e2bb0._0x5d1e64,-_0x1e2bb0._0x417ce5)+'_auth.prov'+_0x1976f2(_0x1e2bb0._0x4809c0,0x1f9,_0x1e2bb0._0x2498e3,_0x1e2bb0._0x3e615b)+_0x40f7fe[_0x1976f2(_0x1e2bb0._0x1c0c48,0x1d6,_0x1e2bb0._0x3f5b92,_0x1e2bb0._0x39204a)]+('\x22\x20is\x20not\x20c'+_0x2f0e1b(0x35,_0x1e2bb0._0x417ce5,_0x1e2bb0._0x25cd41,_0x1e2bb0._0x4fb80e)));}const _0xc90769={};return _0xc90769[_0x2f0e1b(0x47,-0xd,_0x1e2bb0._0x2bc66e,_0x1e2bb0._0x3ee201)]=_0x3baa1a[_0x2f0e1b(0x88,_0x1e2bb0._0x2998de,0x47,0x41)]===-0xa5*0x19+-0x20cc+0x30e9*0x1,_0xc90769[_0x1976f2(_0x1e2bb0._0x389098,0x239,0x20c,_0x1e2bb0._0x5ee424)]=_0x3baa1a,_0xc90769[_0x1976f2(0x21f,0x190,_0x1e2bb0._0x1b160f,_0x1e2bb0._0x5cb268)]=_0x40f7fe,_0xc90769;}else throw new Error(_0x5f0ccf[_0x1976f2(0x169,0x143,0x186,0x18d)]);}if(!Array['isArray'](_0x335b63)||_0x5f0ccf[_0x2f0e1b(-0xf,-0x56,-0x57,-_0x1e2bb0._0x79ba10)](_0x335b63[_0x2f0e1b(_0x1e2bb0._0x2c4dca,0x33,_0x1e2bb0._0x1b68ff,_0x1e2bb0._0x5254eb)],-0x21d3+-0x10f7+0x24f*0x16)){if(_0x5f0ccf['vCfXD'](_0x2f0e1b(0x21,0x15,-0x2,_0x1e2bb0._0x3c6856),_0x5f0ccf[_0x1976f2(0x18c,_0x1e2bb0._0x26c2eb,_0x1e2bb0._0x5aa455,0x17a)]))throw new Error(_0x5f0ccf[_0x1976f2(_0x1e2bb0._0x4a7c2a,_0x1e2bb0._0x25c4d1,0x23b,_0x1e2bb0._0x5b5fcc)]);else{if(!_0x7758fb)return[];const _0x1287bb=_0x589b9e[_0x2f0e1b(-0x26,_0x1e2bb0._0x33b64f,-_0x1e2bb0._0x22b30e,_0x1e2bb0._0x56fcbb)](/^git@([^:]+):/);if(_0x1287bb){const _0xdffa9b=_0x1287bb[0x189b+0xa39*-0x3+0x611*0x1];return[_0x1976f2(0x1a8,_0x1e2bb0._0x46b34b,0x17b,_0x1e2bb0._0x457f44)+'//'+_0xdffa9b+(_0x2f0e1b(-_0x1e2bb0._0x2bc66e,-0x87,-0x36,-0x37)+_0x2f0e1b(-_0x1e2bb0._0xa00c80,0x68,_0x1e2bb0._0x9ea59d,_0x1e2bb0._0x58ef7c))+_0xdffa9b+':'];}const _0x16c4cc=_0x45e97f['match'](/^ssh:\/\/git@([^/]+)\//);if(_0x16c4cc){const _0x4883fb=_0x16c4cc[0xd5c+-0x8ed*-0x2+0xa67*-0x3];return[_0x2f0e1b(0x42,-_0x1e2bb0._0x2d4032,0x41,-_0x1e2bb0._0xa34336)+'//'+_0x4883fb+(_0x2f0e1b(-0x74,-0x64,0x2,-_0x1e2bb0._0x23bc5b)+_0x1976f2(0x230,0x252,0x1ce,0x1fb)+'t@')+_0x4883fb+'/'];}return[];}}const _0x553b13=_0x5f0ccf['dRjvQ'](normalizeSetupRepoAuthConfig,_0x5f0ccf['GwxEc'](_0x41e9e0,{})),_0x4b70ad=dependencies[_0x2f0e1b(-0x7e,-_0x1e2bb0._0x4b1b8b,-_0x1e2bb0._0x729aac,-_0x1e2bb0._0x22ea00)+_0x1976f2(0x1fc,_0x1e2bb0._0x546a9f,0x1a6,0x1ec)]||execFileAsync;if(_0x5f0ccf[_0x1976f2(0x1f4,0x20e,_0x1e2bb0._0x589690,_0x1e2bb0._0x119a1b)](_0x553b13[_0x2f0e1b(0x64,_0x1e2bb0._0x10b4ec,0x4d,_0x1e2bb0._0xd03550)],_0x5f0ccf[_0x2f0e1b(-_0x1e2bb0._0x3da390,-0x31,-_0x1e2bb0._0x4a1952,-_0x1e2bb0._0x1ccb13)])){if(!_0x553b13[_0x2f0e1b(-_0x1e2bb0._0xa00c80,0x1a,-_0x1e2bb0._0x123652,-_0x1e2bb0._0x3dde37)]){if(_0x5f0ccf[_0x1976f2(_0x1e2bb0._0x3e5d7d,_0x1e2bb0._0x5f578e,0x18f,_0x1e2bb0._0x119a1b)](_0x5f0ccf['vWuUL'],_0x5f0ccf['heBtU'])){const _0x3ab1ca=new _0x598eae(_0x631b89);return(_0x3ab1ca[_0x2f0e1b(_0x1e2bb0._0x123652,_0x1e2bb0._0x1ad66e,-0x31,0x26)]||_0x3ab1ca['password'])&&(_0x3ab1ca[_0x1976f2(0x209,_0x1e2bb0._0x19b787,_0x1e2bb0._0x5a3dec,_0x1e2bb0._0x25ada0)]=_0x5f0ccf[_0x1976f2(0x1fc,0x1b6,0x1ff,0x1c4)],_0x3ab1ca[_0x1976f2(0x22f,_0x1e2bb0._0x55ae2c,_0x1e2bb0._0x322081,_0x1e2bb0._0x36b8c8)]=''),_0x3ab1ca[_0x2f0e1b(0x1a,-0x5b,-_0x1e2bb0._0x504cb3,-_0x1e2bb0._0x1bc88b)]();}else throw new Error(_0x5f0ccf[_0x2f0e1b(_0x1e2bb0._0x526142,-0x49,-_0x1e2bb0._0x3dde37,-_0x1e2bb0._0x43cf84)]);}let _0x39f33e;try{const _0x320f20={};_0x320f20[_0x1976f2(0x1d8,_0x1e2bb0._0x3d7971,0x24b,_0x1e2bb0._0x3eb9f1)+_0x2f0e1b(0x23,-_0x1e2bb0._0x256da7,-0xe,-0x32)]=_0xc89eb9,_0x320f20[_0x2f0e1b(-0x10,0x58,-0x30,0x9)+'me']=_0x553b13[_0x2f0e1b(-0x47,-_0x1e2bb0._0x5d1e64,-0x50,-_0x1e2bb0._0x1e7891)],_0x320f20['logger']=logger,_0x320f20[_0x1976f2(_0x1e2bb0._0xa1e267,_0x1e2bb0._0x25c4d1,_0x1e2bb0._0x5c01c5,_0x1e2bb0._0x14344c)+'es']=dependencies,_0x39f33e=await _0x5f0ccf[_0x1976f2(_0x1e2bb0._0x36d67f,_0x1e2bb0._0x7a0d50,0x14b,0x175)](buildProviderGitContext,_0x320f20);}catch(_0x35b5ee){if(!allowLocalFallback){if(_0x5f0ccf[_0x1976f2(0x1eb,0x178,0x213,0x1bf)](_0x5f0ccf[_0x1976f2(0x1b9,0x1fb,_0x1e2bb0._0x4afd5d,0x203)],_0x1976f2(0x188,0x207,0x16a,0x1ac)))throw _0x35b5ee;else{const _0x5822dc=_0x479fbc[-0x3*-0x97b+-0x15*0xb5+0x1f1*-0x7];return[_0x1976f2(0x1db,0x1a9,0x19f,_0x1e2bb0._0x457f44)+'//'+_0x5822dc+('/.insteadO'+_0x1976f2(_0x1e2bb0._0x10cea6,0x251,0x1ef,_0x1e2bb0._0x3ec4a9)+'t@')+_0x5822dc+'/'];}}logger[_0x1976f2(0x1a0,0x1ee,0x1fb,0x1b2)](_0x5f0ccf[_0x1976f2(_0x1e2bb0._0x577288,_0x1e2bb0._0x307c0a,_0x1e2bb0._0xa1e267,_0x1e2bb0._0x385679)],{'provider':_0x553b13['provider'],'command':_0x335b63[_0x2f0e1b(_0x1e2bb0._0x276fc7,_0x1e2bb0._0x1bd70f,_0x1e2bb0._0x51c03a,0x34)]('\x20'),'error':_0x35b5ee[_0x2f0e1b(-0x49,-0x2d,-0x2a,-_0x1e2bb0._0x41cb67)]});const _0x5f30cb={};return _0x5f30cb[_0x2f0e1b(-_0x1e2bb0._0x3b005f,0x64,_0x1e2bb0._0x2d9575,_0x1e2bb0._0x16e3b1)+_0x1976f2(0x1a6,_0x1e2bb0._0xe1aa0d,0x180,_0x1e2bb0._0x42c975)]=_0xc89eb9,_0x5f30cb[_0x1976f2(_0x1e2bb0._0x5db275,0x21f,0x20c,_0x1e2bb0._0x57031b)]=_0x335b63,_0x5f30cb[_0x1976f2(_0x1e2bb0._0x315b28,_0x1e2bb0._0x49118b,0x175,0x1b0)]=maxBuffer,_0x5f30cb[_0x1976f2(_0x1e2bb0._0x5d9ce4,0x1d0,0x1c4,0x18a)+'mand']=_0x4b70ad,_0x5f0ccf['LuXUF'](runLocalGitCommand,_0x5f30cb);}return _0x5f0ccf[_0x2f0e1b(0x5d,_0x1e2bb0._0x536b2a,0x82,0x39)](_0x4b70ad,_0x5f0ccf[_0x2f0e1b(-0x6d,-0x57,_0x1e2bb0._0x21c6c8,-0x38)],[..._0x39f33e['commandPre'+_0x1976f2(0x1c5,_0x1e2bb0._0x4bd37f,_0x1e2bb0._0x3e5d7d,0x1bd)],..._0x335b63],{'cwd':_0xc89eb9,'env':_0x39f33e[_0x1976f2(_0x1e2bb0._0x1fad5c,0x1a9,0x167,_0x1e2bb0._0x518c6f)],'maxBuffer':maxBuffer});}const _0x25bfd5={};function _0x2f0e1b(_0x5638c1,_0x1697a4,_0x20bab9,_0x35d503){return _0x367fe2(_0x20bab9,_0x35d503- -0x5b,_0x20bab9-_0x4cd222._0x3ee06d,_0x35d503-0x172);}_0x25bfd5['setupRepoP'+_0x2f0e1b(-_0x1e2bb0._0x280db1,-_0x1e2bb0._0x5254f9,-0x6b,-_0x1e2bb0._0x41f161)]=_0xc89eb9,_0x25bfd5[_0x2f0e1b(_0x1e2bb0._0x22ba17,0x32,_0x1e2bb0._0x5c1ff8,_0x1e2bb0._0x2ebe57)]=_0x335b63,_0x25bfd5[_0x1976f2(_0x1e2bb0._0xd5500c,0x1c8,0x1de,0x1b0)]=maxBuffer;function _0x1976f2(_0x596cb9,_0x49a2a3,_0x30a894,_0x21f155){return _0x44c06d(_0x21f155-0x1c4,_0x49a2a3-0x113,_0x596cb9,_0x21f155-0x1ec);}return _0x25bfd5['execGitCom'+_0x1976f2(0x1ef,_0x1e2bb0._0x5ee424,_0x1e2bb0._0x3842d5,_0x1e2bb0._0x3d7971)]=_0x4b70ad,_0x5f0ccf[_0x2f0e1b(-_0x1e2bb0._0xee78c2,-_0x1e2bb0._0x2af61d,-0x18,-0xc)](runLocalGitCommand,_0x25bfd5);}