browserstack-node-sdk 1.40.0 → 1.40.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +2 -2
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test_before.setup.js +1 -1
  67. package/src/bin/launcher/launcher.js +1 -1
  68. package/src/bin/load/index.js +1 -1
  69. package/src/bin/load/load/index.js +46 -27
  70. package/src/bin/load/load/loadUtils.js +37 -31
  71. package/src/bin/load/loadUtils.js +1 -1
  72. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  73. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  74. package/src/bin/mocha/command.js +1 -1
  75. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  76. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  77. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  78. package/src/bin/mocha/test.setup.js +1 -1
  79. package/src/bin/nightwatch/command.js +1 -1
  80. package/src/bin/playwright/accessibility-helper.js +1 -1
  81. package/src/bin/playwright/command.js +1 -1
  82. package/src/bin/playwright/globalSetup.js +1 -1
  83. package/src/bin/playwright/mock-process.js +1 -1
  84. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  85. package/src/bin/playwright/patches.js +1 -1
  86. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  87. package/src/bin/playwright/reporter/reporter.js +1 -1
  88. package/src/bin/playwright/reporter/test-details.js +1 -1
  89. package/src/bin/playwright/sessionDetails.js +1 -1
  90. package/src/bin/runner.js +1 -1
  91. package/src/bin/setup.js +1 -1
  92. package/src/bin/test-runner/index.js +1 -1
  93. package/src/bin/test-runner/runTest.js +1 -1
  94. package/src/bin/test-runner/testWorker.js +1 -1
  95. package/src/bin/utils/constants.js +1 -1
  96. package/src/bin/utils/log4jsAppender.js +1 -1
  97. package/src/bin/utils/logPatcher.js +1 -1
  98. package/src/bin/utils/logReportingAPI.js +1 -1
  99. package/src/bin/v2/TestInfo.js +1 -1
  100. package/src/bin/v2/browserstackCLI.js +1 -1
  101. package/src/bin/v2/cliUtils.js +1 -1
  102. package/src/bin/v2/customTagManager.js +1 -1
  103. package/src/bin/v2/eventDispatcher.js +1 -1
  104. package/src/bin/v2/framework/automationFramework.js +1 -1
  105. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  106. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  107. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  108. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  109. package/src/bin/v2/framework/testFramework.js +1 -1
  110. package/src/bin/v2/grpcClient.js +1 -1
  111. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  112. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  113. package/src/bin/v2/instances/trackedContext.js +1 -1
  114. package/src/bin/v2/instances/trackedInstance.js +1 -1
  115. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  116. package/src/bin/v2/modules/baseModule.js +1 -1
  117. package/src/bin/v2/modules/observabilityModule.js +1 -1
  118. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  119. package/src/bin/v2/modules/testhubModule.js +1 -1
  120. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  121. package/src/bin/v2/state/hookState.js +1 -1
  122. package/src/bin/v2/state/testFrameworkState.js +1 -1
  123. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  124. package/src/bin/vanilla-js/command.js +1 -1
  125. package/src/browserStackSdk.js +1 -1
  126. package/src/helpers/BrowserStackSetup.js +1 -1
  127. package/src/helpers/accessibility-automation/constants.js +1 -1
  128. package/src/helpers/accessibility-automation/helper.js +1 -1
  129. package/src/helpers/accessibility-automation/scripts.js +1 -1
  130. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  131. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  132. package/src/helpers/ats/constants.js +1 -1
  133. package/src/helpers/ats/helper.js +1 -1
  134. package/src/helpers/capsMapping.js +1 -1
  135. package/src/helpers/central-scanner/constants.js +1 -1
  136. package/src/helpers/central-scanner/helpers.js +1 -1
  137. package/src/helpers/classLogger.js +1 -1
  138. package/src/helpers/globals.js +1 -1
  139. package/src/helpers/helper.js +1 -1
  140. package/src/helpers/logger.js +1 -1
  141. package/src/helpers/metadata.js +1 -1
  142. package/src/helpers/patchHelper.js +1 -1
  143. package/src/helpers/patchHelpers.js +1 -1
  144. package/src/helpers/percy/Percy.js +1 -1
  145. package/src/helpers/percy/PercyBinary.js +1 -1
  146. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  147. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  148. package/src/helpers/percy/PercySDK.js +1 -1
  149. package/src/helpers/percy/index.js +1 -1
  150. package/src/helpers/percy/utils.js +1 -1
  151. package/src/helpers/performance/constants.js +1 -1
  152. package/src/helpers/performance/performance-tester.js +1 -1
  153. package/src/helpers/processHelper.js +1 -1
  154. package/src/helpers/request-spy.js +1 -1
  155. package/src/helpers/setKeepAlive.js +1 -1
  156. package/src/helpers/test-observability/constants.js +1 -1
  157. package/src/helpers/test-observability/error-handler.js +1 -1
  158. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  159. package/src/helpers/test-observability/sessionHandler.js +1 -1
  160. package/src/helpers/test-observability/utils.js +1 -1
  161. package/src/helpers/test-orchestration/constants.js +1 -1
  162. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  163. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  164. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  165. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  166. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  167. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  168. package/src/helpers/testhub/constants.js +1 -1
  169. package/src/helpers/testhub/testhubHandler.js +1 -1
  170. package/src/helpers/testhub/utils.js +1 -1
  171. package/src/helpers/timeoutPromise.js +1 -1
  172. package/src/helpers/utilities.js +1 -1
  173. package/src/helpers/w3cMapping.js +1 -1
  174. package/src/hubAllocationMethods.js +1 -1
  175. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a33_0x582c95=a33_0x414f;function a33_0x414f(_0x13cc8d,_0x1a6b79){const _0x48c054=a33_0x48c0();return a33_0x414f=function(_0x414fad,_0x2ffefc){_0x414fad=_0x414fad-0x196;let _0x1f77d9=_0x48c054[_0x414fad];return _0x1f77d9;},a33_0x414f(_0x13cc8d,_0x1a6b79);}(function(_0x365631,_0x4f9b61){const _0x3040a3=a33_0x414f,_0x55efc3=_0x365631();while(!![]){try{const _0x3f1a17=parseInt(_0x3040a3(0x26d))/0x1+parseInt(_0x3040a3(0x204))/0x2+-parseInt(_0x3040a3(0x249))/0x3*(-parseInt(_0x3040a3(0x33b))/0x4)+-parseInt(_0x3040a3(0x2c4))/0x5+-parseInt(_0x3040a3(0x26b))/0x6*(parseInt(_0x3040a3(0x20f))/0x7)+parseInt(_0x3040a3(0x21d))/0x8*(-parseInt(_0x3040a3(0x1fd))/0x9)+parseInt(_0x3040a3(0x31f))/0xa*(parseInt(_0x3040a3(0x2ce))/0xb);if(_0x3f1a17===_0x4f9b61)break;else _0x55efc3['push'](_0x55efc3['shift']());}catch(_0x5f33c5){_0x55efc3['push'](_0x55efc3['shift']());}}}(a33_0x48c0,0xf1fc8));const fs=require('fs'),yaml=require('js-yaml'),path=require(a33_0x582c95(0x1ad)),{v4:uuidv4}=require(a33_0x582c95(0x30a)),{logger}=require(a33_0x582c95(0x274)),{AG_API_URL,global_registry,CLUSTER_DEP_STACK_NAME,CLUSTER_AUTOSCALER_STACK_NAME,CLUSTER_HUB_HA_STACK_NAME,AZURE,GCP,TURBOSCALE_DEPLOYMENT}=require(a33_0x582c95(0x26c)),{deleteClusterStack}=require(a33_0x582c95(0x221)),{kubeApply,waitForDeployment,encodeBase64}=require('./utilityMethods'),{delay}=require(a33_0x582c95(0x27c)),{describeClusterStack}=require(a33_0x582c95(0x1f5)),{deleteEFSMountTarget}=require('./deleteEFSMountTargets'),applyTemplate=async(_0xa057c4,_0x5a7881,_0x42990a={})=>{const _0x48e6ec=a33_0x582c95,_0x55321f={};_0x55321f[_0x48e6ec(0x2da)]=function(_0x2f5138,_0x3f997b){return _0x2f5138===_0x3f997b;},_0x55321f[_0x48e6ec(0x216)]=_0x48e6ec(0x27e),_0x55321f[_0x48e6ec(0x219)]='/podReady',_0x55321f[_0x48e6ec(0x2e1)]=_0x48e6ec(0x30b),_0x55321f[_0x48e6ec(0x1f6)]=_0x48e6ec(0x1ef),_0x55321f[_0x48e6ec(0x2b6)]=_0x48e6ec(0x30d),_0x55321f[_0x48e6ec(0x308)]=_0x48e6ec(0x2ec),_0x55321f[_0x48e6ec(0x209)]=function(_0x4c1d17,_0x3c960a){return _0x4c1d17!=_0x3c960a;},_0x55321f['ByHbE']=function(_0x70b9d0,_0x338a96){return _0x70b9d0!==_0x338a96;},_0x55321f[_0x48e6ec(0x1ec)]=_0x48e6ec(0x2db),_0x55321f[_0x48e6ec(0x323)]=_0x48e6ec(0x277),_0x55321f[_0x48e6ec(0x225)]=_0x48e6ec(0x322),_0x55321f[_0x48e6ec(0x29b)]=_0x48e6ec(0x284),_0x55321f[_0x48e6ec(0x2b7)]=function(_0x175ee1,_0x38b3ec){return _0x175ee1!=_0x38b3ec;},_0x55321f[_0x48e6ec(0x259)]=function(_0x334d6e,_0x52b47e){return _0x334d6e!==_0x52b47e;},_0x55321f['brVAL']=_0x48e6ec(0x232),_0x55321f[_0x48e6ec(0x2ef)]=function(_0xba3038,_0x338224){return _0xba3038===_0x338224;},_0x55321f['QWUnj']=_0x48e6ec(0x339),_0x55321f[_0x48e6ec(0x2de)]=function(_0x3b7181,_0x4a5677){return _0x3b7181===_0x4a5677;},_0x55321f[_0x48e6ec(0x1b1)]=_0x48e6ec(0x25f),_0x55321f[_0x48e6ec(0x239)]=function(_0x5b6623,_0x53ab99){return _0x5b6623!==_0x53ab99;},_0x55321f[_0x48e6ec(0x262)]=_0x48e6ec(0x1a1),_0x55321f[_0x48e6ec(0x32c)]=_0x48e6ec(0x282),_0x55321f['pynBk']=function(_0x4e56c2,_0x489d42){return _0x4e56c2===_0x489d42;},_0x55321f[_0x48e6ec(0x201)]=function(_0x4ffdb7,_0x26425a){return _0x4ffdb7===_0x26425a;},_0x55321f[_0x48e6ec(0x247)]='hub-deployment.yaml',_0x55321f[_0x48e6ec(0x309)]=_0x48e6ec(0x252);const _0x4dc64c=_0x55321f;let _0x7916a1=await fs[_0x48e6ec(0x2f5)](path['join'](__dirname,'..',_0x4dc64c[_0x48e6ec(0x1f6)],_0xa057c4),_0x4dc64c[_0x48e6ec(0x2b6)]);_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<GridNamespace>/g,_0x5a7881),_0x7916a1=_0x7916a1['replace'](/<BstackURL>/g,AG_API_URL),_0x7916a1=_0x7916a1['replace'](/<ClusterName>/g,global_registry[_0x48e6ec(0x2d5)]),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<BstackUsername>/g,global_registry['bstackUsername']),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<BstackAccessKey>/g,global_registry[_0x48e6ec(0x2a1)]),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<GridName>/g,global_registry['gridName']),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<Region>/g,global_registry['clusterRegion']),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<CloudProvider>/g,global_registry['cloudProvider']),_0x7916a1=_0x7916a1['replace'](/<HubImageVersion>/g,global_registry[_0x48e6ec(0x1d5)]),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<BrowserImageVersion>/g,global_registry[_0x48e6ec(0x267)]),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<PrivateGrid>/g,global_registry[_0x48e6ec(0x1ca)]?_0x4dc64c['OmFOT']:_0x4dc64c[_0x48e6ec(0x308)]);if(_0x4dc64c[_0x48e6ec(0x209)](global_registry[_0x48e6ec(0x29a)],null)&&_0x4dc64c[_0x48e6ec(0x2d3)](global_registry[_0x48e6ec(0x29a)],undefined)&&global_registry[_0x48e6ec(0x29a)]){if(_0x4dc64c[_0x48e6ec(0x2d3)](_0x4dc64c[_0x48e6ec(0x1ec)],_0x4dc64c[_0x48e6ec(0x323)]))_0x7916a1=_0x7916a1['replace'](/<ReadinessProbePath>/g,_0x4dc64c[_0x48e6ec(0x219)]),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<EnableHubHa>/g,_0x4dc64c[_0x48e6ec(0x2e1)]),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<HubHaNameSpace>/g,global_registry[_0x48e6ec(0x2d6)]);else{const _0x497a9b={};_0x497a9b['azure.workload.identity/client-id']=''+_0x180815[_0x48e6ec(0x25f)];const _0x52804a={'annotations':_0x497a9b,..._0x2ffbe0['metadata']};_0x43e23a[_0x48e6ec(0x299)]=_0x52804a;}}else{if(_0x4dc64c[_0x48e6ec(0x2d3)](_0x4dc64c[_0x48e6ec(0x225)],_0x4dc64c[_0x48e6ec(0x225)]))return!![];else _0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<ReadinessProbePath>/g,_0x4dc64c['xCawf']),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<EnableHubHa>/g,_0x4dc64c[_0x48e6ec(0x308)]),_0x7916a1=_0x7916a1[_0x48e6ec(0x2f3)](/<HubHaNameSpace>/g,'');}if(_0x4dc64c[_0x48e6ec(0x2b7)](global_registry[_0x48e6ec(0x2ee)],null)&&_0x4dc64c[_0x48e6ec(0x2d3)](global_registry[_0x48e6ec(0x2ee)],undefined)){if(_0x4dc64c[_0x48e6ec(0x259)](_0x4dc64c[_0x48e6ec(0x332)],_0x4dc64c[_0x48e6ec(0x332)])){if(_0x4dc64c[_0x48e6ec(0x2da)](_0x460f50[_0x48e6ec(0x2e8)],0x199)||_0x4dc64c[_0x48e6ec(0x2da)](_0x4c1334[_0x48e6ec(0x32a)],0x199))_0x3772b4['debug'](_0xaf3263[_0x48e6ec(0x287)]);else throw _0x1061ca;}else _0x7916a1=_0x7916a1['replace'](/<GridProfileID>/g,global_registry[_0x48e6ec(0x2ee)]);}else _0x4dc64c[_0x48e6ec(0x2ef)](_0x4dc64c['QWUnj'],_0x4dc64c[_0x48e6ec(0x1e1)])?_0x7916a1=_0x7916a1['replace'](/<GridProfileID>/g,''):_0x38e875=_0x4dc64c[_0x48e6ec(0x216)];const _0x3962a5=yaml[_0x48e6ec(0x25a)](_0x7916a1);if(_0x4dc64c['FrMkw'](global_registry[_0x48e6ec(0x2cc)],AZURE)&&_0x4dc64c[_0x48e6ec(0x2d3)](_0x42990a[_0x4dc64c[_0x48e6ec(0x1b1)]],undefined)){if(_0x4dc64c['IgzMz'](_0x4dc64c['ksrTK'],_0x4dc64c[_0x48e6ec(0x32c)])){const _0x49faec={};_0x49faec[_0x48e6ec(0x231)]=''+_0x42990a[_0x48e6ec(0x25f)],_0x3962a5['metadata']={'annotations':_0x49faec,..._0x3962a5[_0x48e6ec(0x299)]};}else _0x63984b=_0x38e939['replace'](/<ReadinessProbePath>/g,_0x4dc64c[_0x48e6ec(0x219)]),_0x908d3c=_0x20a865[_0x48e6ec(0x2f3)](/<EnableHubHa>/g,_0x4dc64c[_0x48e6ec(0x2e1)]),_0x656e34=_0x5944f5[_0x48e6ec(0x2f3)](/<HubHaNameSpace>/g,_0x3c75a4[_0x48e6ec(0x2d6)]);}return _0x4dc64c[_0x48e6ec(0x246)](global_registry[_0x48e6ec(0x2cc)],AZURE)&&_0x4dc64c[_0x48e6ec(0x201)](_0xa057c4,_0x4dc64c[_0x48e6ec(0x247)])&&(_0x4dc64c[_0x48e6ec(0x239)](_0x4dc64c[_0x48e6ec(0x309)],_0x4dc64c['NpbcA'])?_0x1430f0=_0x8fba26[_0x48e6ec(0x2f3)](/<GridProfileID>/g,_0x256d25[_0x48e6ec(0x2ee)]):_0x3962a5['spec'][_0x48e6ec(0x1bf)][_0x48e6ec(0x299)]['labels']={'azure.workload.identity/use':_0x4dc64c['OmFOT'],..._0x3962a5['spec']['template'][_0x48e6ec(0x299)]['labels']}),_0x3962a5;};function a33_0x48c0(){const _0x38cacd=['deleteNamespace','browser-node-cluster-role-binding.yaml','TDzQV','bccvY','Added\x20Ingress','Added\x20VPC\x20CNI\x20ConfigMaps','lhXqH','BjwUb','UMkEK','Added\x20Cert\x20Manager\x20CRDs','Kyxuy','load','browserstack-secret.yaml','KTWzO','qwswo','gCvoW','clientId','cUYqj','naKiK','ksrTK','GnTMC','replaceNamespacedServiceAccount','managedBy','deleteAgent','browserVersion','vLZJL','FGZAO','Removed\x20grid\x20components','18MfSdOm','../config/constants','829729OhkEmA','qdKmP','addAutoScalerComponents','ehiul','StackName','eslSh','JmUwT','../config/logger','QOoeR','ymFPy','yvmIF','fvzCZ','Kbvll','turboscale-agent.yaml','xCcHH','../utils/webSocketUtils','VnMix','service.beta.kubernetes.io/azure-load-balancer-internal:\x20\x22true\x22','Adding\x20browserstack\x20secret\x20deployment','UAJBJ','service-account.yaml','WALYA','Qkiyw','/readyz','Stacks','cgXaL','message','AkPnN','BHSeV','IJxbB','rcGuK','createNamespace','TCeEc','4|2|5|0|3|6|1|7','BGonU','eHdQq','hyOpR','wfQcm','laLfH','IKbnD','VMAMd','<ClusterName>','bPozj','pods-and-services.yaml','metadata','enableHubHa','xCawf','YdHnx','LztId','deploymentExists','vqeAb','replaceNamespacedDeployment','bstackAccesskey','Added\x20Autoscaler\x20Components','DHYsW','info','MzGft','items','rzzzw','Scaling\x20down\x20deployment','join','XEBcg','Adding\x20Ingress','hiHnO','PQDyB','FjnZo','xFxnk','xRADP','TKppS','sEWWc','nFNUt','Adding\x20Autoscaler\x20Components','VkVLY','lspLb','sfSzC','zDPeE','cert-manager.yaml','VLwjn','annotations','debug','Added\x20hubdeployment','Adding\x20MetricsServer\x20clusterRole','wuOdL','service.beta.kubernetes.io/aws-load-balancer-internal:\x20\x22true\x22','cckYk','PWfbi','ZQawA','7504770LmWDZS','dubrf','browser-node-service-account.yaml','map','uid','ExIct','readNamespace','RUOXe','cloudProvider','qylcM','19591wAaKiZ','hAUTW','ClWXV','error','MydRp','ByHbE','-cf','clusterName','hubHaNameSpace','ZlxGK','createdBy','4|2|5|0|7|6|1|9|8|3','lKgdN','qvSPE','metrics-server','Added\x20clusterrolebinding','FrMkw','Error\x20deleting\x20stack\x20','jclvv','OmFOT','Adding\x20MetricsServer\x20Deployment','PDdFL','ztKmB','YKxZL','find','removeGridComponents','statusCode','crds.yaml','VEHlX','deleteClusterRoleBinding','false','TKhrz','gridProfileId','LEHTJ','clusterrole.yaml','qlZop','PWVxO','replace','aXVWh','readFileAsync','jFaMJ','createClusterRole','browserstack-turboscale-agent','gCQmU','Adding\x20MetricsServer\x20clusterRole\x20for\x20aggregated\x20reader','cert-manager','nginx','Added\x20Nginx\x20Pods\x20and\x20deployments','cluster-role-binding.yaml','TKtTB','YzlOM','Deleting\x20','stfSW','Scaled\x20up\x20deployment','FKLkj','UmgPM','readNamespacedDeployment','JYkgQ','HRBVN','NpbcA','uuid','true','qkuHW','utf-8','autoscaler','4|3|0|1|2','createAPIService','kTnPy','Namespace\x20Created:\x20','helper.yaml','Deleted\x20Turboscale\x20Agent','nsTmG','clusterissuer.yaml','default-service-account.yaml','Adding\x20browser-node-role-binding\x20role\x20binding','private-pods-and-services.yaml','DSTfr','Browserstack','rJJny','Adding\x20browser-node\x20service\x20account','qXfWC','6170EWlpPq','TNPHW','qogbb','OtVCi','cbfbi','Adding\x20Autoscaler\x20clusterRole','KOMJX','deployment.yaml','Adding\x20hubservice','Adding\x20MetricsServer\x20Components','deployer-srvacct-binding-','code','yqbvB','DQoDc','SsTUc','createNamespacedRoleBinding','tTfJx','qbsXL','mzoty','brVAL','\x20cloudformation\x20stack\x20from\x20region\x20','Wkhdk','allKO','ylHrv','Added\x20browser-node\x20service\x20account','Adding\x20Nginx\x20Roles\x20and\x20Service\x20Accounts','ijvJu','tEUja','2631192zESWQx','VYEeI','nYROM','length','Adding\x20Turboscale\x20Agent','Hjbgg','Adding\x20MetricsServer\x20clusterRoleBinding','DcILU','Added\x20browser-node-role\x20cluster\x20role','addMetricServerComponents','kYzBk','PLshQ','getNamespaceUID','apNkv','rSsPn','Scaled\x20down\x20deployment','CHARY','cLIpn','pmceJ','Added\x20Turboscale\x20Agent','TlJNY','nlsSa','Adding\x20default\x20service\x20account','MtFUi','QicvI','path','ZIRDg','Adding\x20Cert\x20Issuer','plGsL','uomJW','ElAOz','Deleted\x20cluster\x20and\x20linked\x20resources\x20successfully','dWayV','createNamespacedRole','RtsPw','cluster-role.yaml','KZKeF','loBOZ','ycpBi','cluster-role-aggregated-reader.yaml','browser-node-cluster-role.yaml','qlNTl','EZVKu','template','UeKNf','kHeds','ifQMe','123456','Waiting\x20for\x20Cert\x20Manager\x20Deployments','cJIKL','DRqJT','UYvgW','KyCSx','ujAzF','isPrivateGrid','labels','isNewAWSCluster','kube-system','Adding\x20hubdeployment','name','jvICf','WIXcd','createNamespacedService','rorUm','sa.yaml','hubVersion','hub-service.yaml','api-service.yaml','tePuO','LBlRU','Hnwxm','bpBmc','split','ZtVDS','3|5|2|4|1|0|6','VKbsu','idwve','QWUnj','pkQFw','HsOIr','bstackUsername','RvnAE','Adding\x20Nginx\x20Private\x20Pods\x20and\x20Services','CegNz','aNYtW','uSaue','wQYNs','loadAll','rNXkY','tfIIj','createNamespacedServiceAccount','templates','Imgdi','CTYce','MHtwZ','KoQsq','service.yaml','./describeStack','IAxVP','QlPoY','DXydI','DLLrI','Adding\x20MetricsServer\x20Service','Adding\x20MetricsServer\x20Service\x20Account','Added\x20Cert\x20Issuer','14751eHqAVH','listNamespacedService','ZIMfZ','Removing\x20grid\x20components','xnwcc','addGridComponents','role-binding.yaml','1953454gfvXbb','ZJzNQ','zpFYW','EYxio','createClusterRoleBinding','dPNql','UNCSH','uWxBu','Adding\x20VPC\x20CNI\x20CM','createNamespacedDeployment','AUmjo','1015161PyItkG','private-ingress-nginx-controller','Adding\x20Cert\x20Manager','xREOZ','Hywwz','xUiRS','ingress.yaml','BExbn','CVkGm','bOjrL','MYptm','replicas','Scaling\x20up\x20deployment','namespaceExists','3104OzCxyj','uYkyx','eNBPb','ingress-nginx','./deleteStack','Added\x20Nginx\x20Private\x20Pods\x20and\x20deployments','HHQWw','ylPYr','gApVd','TKliX','OVgLf','eDvrx','hsAhS','deleteRoutingDeps','Deleting\x20Turboscale\x20Agent','AdBSm','qsbRg','cert-manager-cainjector','KjckH','Adding\x20browser-node-role\x20cluster\x20role','azure.workload.identity/client-id','CkaAD','zYmUa','Added\x20hubservice','Adding\x20Autoscaler\x20namespacedRole','LAXzv','networking.gke.io/load-balancer-type:\x20\x22Internal\x22','scaleUpHubDeployment','IgzMz','Adding\x20Nginx\x20Pods\x20and\x20deployments','cluster-role-binding-auth-delegator.yaml','default','lWdWG','body','spec','ingress-nginx-controller','namespace','NoKAg','QLuYV','zlgCN','RtRzK','pynBk','YevYr','Nzgcr','3Mxsyoz','gMKgy','Adding\x20MetricsServer\x20namespacedRoleBinding','zIWaR','cmLGr','hgeUE'];a33_0x48c0=function(){return _0x38cacd;};return a33_0x48c0();}exports[a33_0x582c95(0x26f)]=async(_0x52a5ec,_0x3536e1,_0x36327b,_0x503445,_0x15d061,_0xbc9385,_0x590c05)=>{const _0x59277f=a33_0x582c95,_0x1149ce={};_0x1149ce[_0x59277f(0x25c)]='Adding\x20Autoscaler\x20Service\x20Account',_0x1149ce[_0x59277f(0x1a8)]=_0x59277f(0x1ef),_0x1149ce['FjnZo']=_0x59277f(0x30e),_0x1149ce[_0x59277f(0x25d)]=_0x59277f(0x1d4),_0x1149ce[_0x59277f(0x255)]='utf-8',_0x1149ce['KyCSx']='eks.amazonaws.com/role-arn',_0x1149ce[_0x59277f(0x1c6)]=_0x59277f(0x1cd),_0x1149ce['TCeEc']=_0x59277f(0x324),_0x1149ce[_0x59277f(0x21f)]=_0x59277f(0x2f0),_0x1149ce['CVkGm']=_0x59277f(0x235),_0x1149ce[_0x59277f(0x206)]='role.yaml',_0x1149ce[_0x59277f(0x1f1)]='Adding\x20Autoscaler\x20clusterRoleBinding',_0x1149ce[_0x59277f(0x1a5)]='cluster-role-binding.yaml',_0x1149ce['QOoeR']='Adding\x20Autoscaler\x20namespacedRoleBinding',_0x1149ce[_0x59277f(0x311)]=_0x59277f(0x203),_0x1149ce[_0x59277f(0x223)]='Adding\x20Autoscaler\x20Deployment',_0x1149ce[_0x59277f(0x212)]=_0x59277f(0x326),_0x1149ce[_0x59277f(0x2ad)]=_0x59277f(0x296);const _0xe723db=_0x1149ce;let _0x283f65=null,_0x507f0b=null;logger[_0x59277f(0x2a4)](_0xe723db[_0x59277f(0x25c)]),_0x507f0b=await fs[_0x59277f(0x2f5)](path['join'](__dirname,'..',_0xe723db[_0x59277f(0x1a8)],_0xe723db['FjnZo'],_0xe723db['qwswo']),_0xe723db[_0x59277f(0x255)]),_0x283f65=yaml[_0x59277f(0x25a)](_0x507f0b),_0x283f65['metadata'][_0x59277f(0x2bb)][_0xe723db[_0x59277f(0x1c8)]]=_0x590c05;const _0x415cc3={};_0x415cc3[_0x59277f(0x241)]=_0xe723db[_0x59277f(0x1c6)],_0x415cc3[_0x59277f(0x23e)]=_0x283f65,await _0x52a5ec[_0x59277f(0x1ee)](_0x415cc3),logger['info'](_0xe723db[_0x59277f(0x28d)]),_0x507f0b=await fs[_0x59277f(0x2f5)](path[_0x59277f(0x2a9)](__dirname,'..',_0xe723db['TlJNY'],_0xe723db['FjnZo'],_0xe723db[_0x59277f(0x21f)]),_0xe723db[_0x59277f(0x255)]),_0x283f65=yaml[_0x59277f(0x25a)](_0x507f0b);const _0x3577a7={};_0x3577a7[_0x59277f(0x23e)]=_0x283f65,await _0x503445['createClusterRole'](_0x3577a7),logger[_0x59277f(0x2a4)](_0xe723db[_0x59277f(0x217)]),_0x507f0b=await fs[_0x59277f(0x2f5)](path[_0x59277f(0x2a9)](__dirname,'..',_0xe723db[_0x59277f(0x1a8)],_0xe723db[_0x59277f(0x2ae)],_0xe723db[_0x59277f(0x206)]),_0xe723db['lhXqH']),_0x283f65=yaml[_0x59277f(0x25a)](_0x507f0b);const _0x312325={};_0x312325[_0x59277f(0x241)]=_0xe723db['DRqJT'],_0x312325[_0x59277f(0x23e)]=_0x283f65,await _0x503445[_0x59277f(0x1b5)](_0x312325),logger[_0x59277f(0x2a4)](_0xe723db['CTYce']),_0x507f0b=await fs['readFileAsync'](path[_0x59277f(0x2a9)](__dirname,'..',_0xe723db[_0x59277f(0x1a8)],_0xe723db[_0x59277f(0x2ae)],_0xe723db[_0x59277f(0x1a5)]),_0xe723db[_0x59277f(0x255)]),_0x283f65=yaml[_0x59277f(0x25a)](_0x507f0b);const _0x322761={};_0x322761[_0x59277f(0x23e)]=_0x283f65,await _0x503445[_0x59277f(0x208)](_0x322761),logger[_0x59277f(0x2a4)](_0xe723db[_0x59277f(0x275)]),_0x507f0b=await fs['readFileAsync'](path[_0x59277f(0x2a9)](__dirname,'..',_0xe723db[_0x59277f(0x1a8)],_0xe723db['FjnZo'],_0xe723db[_0x59277f(0x311)]),_0xe723db[_0x59277f(0x255)]),_0x283f65=yaml['load'](_0x507f0b);const _0x49580b={};_0x49580b[_0x59277f(0x241)]=_0xe723db[_0x59277f(0x1c6)],_0x49580b[_0x59277f(0x23e)]=_0x283f65,await _0x503445[_0x59277f(0x32e)](_0x49580b),logger[_0x59277f(0x2a4)](_0xe723db[_0x59277f(0x223)]),_0x507f0b=await fs[_0x59277f(0x2f5)](path['join'](__dirname,'..',_0xe723db['TlJNY'],_0xe723db[_0x59277f(0x2ae)],_0xe723db[_0x59277f(0x212)]),_0xe723db[_0x59277f(0x255)]),_0x507f0b=_0x507f0b[_0x59277f(0x2f3)](_0xe723db[_0x59277f(0x2ad)],_0xbc9385),_0x283f65=yaml[_0x59277f(0x25a)](_0x507f0b);const _0x403514={};_0x403514[_0x59277f(0x241)]=_0xe723db['DRqJT'],_0x403514[_0x59277f(0x23e)]=_0x283f65,await _0x3536e1[_0x59277f(0x20d)](_0x403514);},exports[a33_0x582c95(0x19d)]=async(_0x4b90f9,_0x3195ce,_0x266c45,_0x5c96d7)=>{const _0x52bf07=a33_0x582c95,_0x9a2c62={};_0x9a2c62[_0x52bf07(0x2f6)]=_0x52bf07(0x1fb),_0x9a2c62['FGZAO']=_0x52bf07(0x1ef),_0x9a2c62[_0x52bf07(0x2bf)]='metrics-server',_0x9a2c62[_0x52bf07(0x22c)]=_0x52bf07(0x281),_0x9a2c62[_0x52bf07(0x1ac)]=_0x52bf07(0x30d),_0x9a2c62[_0x52bf07(0x33a)]=_0x52bf07(0x1cd),_0x9a2c62['bpBmc']=_0x52bf07(0x2fa),_0x9a2c62[_0x52bf07(0x260)]=_0x52bf07(0x1bb),_0x9a2c62[_0x52bf07(0x263)]=_0x52bf07(0x2be),_0x9a2c62[_0x52bf07(0x2af)]=_0x52bf07(0x1b7),_0x9a2c62[_0x52bf07(0x291)]=_0x52bf07(0x24b),_0x9a2c62['GqHie']='role-binding.yaml',_0x9a2c62[_0x52bf07(0x257)]=_0x52bf07(0x19a),_0x9a2c62['DyUIS']=_0x52bf07(0x23b),_0x9a2c62['ZtVDS']='cluster-role-binding.yaml',_0x9a2c62[_0x52bf07(0x2a7)]=_0x52bf07(0x1fa),_0x9a2c62[_0x52bf07(0x19e)]=_0x52bf07(0x1f4),_0x9a2c62[_0x52bf07(0x19b)]=_0x52bf07(0x2e2),_0x9a2c62[_0x52bf07(0x1b8)]=_0x52bf07(0x326),_0x9a2c62[_0x52bf07(0x2d2)]='Adding\x20MetricsServer\x20API\x20Service',_0x9a2c62[_0x52bf07(0x1e7)]=_0x52bf07(0x1d7);const _0x5acc16=_0x9a2c62;logger['info'](_0x5acc16[_0x52bf07(0x2f6)]);let _0x51eb32=await fs['readFileAsync'](path[_0x52bf07(0x2a9)](__dirname,'..',_0x5acc16[_0x52bf07(0x269)],_0x5acc16[_0x52bf07(0x2bf)],_0x5acc16[_0x52bf07(0x22c)]),_0x5acc16[_0x52bf07(0x1ac)]),_0x555755=yaml[_0x52bf07(0x25a)](_0x51eb32);const _0x5a909c={};_0x5a909c[_0x52bf07(0x241)]=_0x5acc16[_0x52bf07(0x33a)],_0x5a909c['body']=_0x555755,await _0x4b90f9[_0x52bf07(0x1ee)](_0x5a909c),logger[_0x52bf07(0x2a4)](_0x5acc16[_0x52bf07(0x1db)]),_0x51eb32=await fs['readFileAsync'](path[_0x52bf07(0x2a9)](__dirname,'..',_0x5acc16[_0x52bf07(0x269)],_0x5acc16[_0x52bf07(0x2bf)],_0x5acc16[_0x52bf07(0x260)]),_0x5acc16[_0x52bf07(0x1ac)]),_0x555755=yaml[_0x52bf07(0x25a)](_0x51eb32);const _0x4ad7cd={};_0x4ad7cd[_0x52bf07(0x23e)]=_0x555755,await _0x266c45['createClusterRole'](_0x4ad7cd),logger[_0x52bf07(0x2a4)](_0x5acc16[_0x52bf07(0x263)]),_0x51eb32=await fs[_0x52bf07(0x2f5)](path[_0x52bf07(0x2a9)](__dirname,'..',_0x5acc16[_0x52bf07(0x269)],_0x5acc16[_0x52bf07(0x2bf)],_0x5acc16[_0x52bf07(0x2af)]),_0x5acc16[_0x52bf07(0x1ac)]),_0x555755=yaml[_0x52bf07(0x25a)](_0x51eb32);const _0xacfc8={};_0xacfc8[_0x52bf07(0x23e)]=_0x555755,await _0x266c45[_0x52bf07(0x2f7)](_0xacfc8),logger[_0x52bf07(0x2a4)](_0x5acc16[_0x52bf07(0x291)]),_0x51eb32=await fs[_0x52bf07(0x2f5)](path[_0x52bf07(0x2a9)](__dirname,'..',_0x5acc16['FGZAO'],_0x5acc16[_0x52bf07(0x2bf)],_0x5acc16['GqHie']),_0x5acc16['QicvI']),_0x555755=yaml[_0x52bf07(0x25a)](_0x51eb32);const _0x40b918={};_0x40b918[_0x52bf07(0x241)]=_0x5acc16[_0x52bf07(0x33a)],_0x40b918[_0x52bf07(0x23e)]=_0x555755,await _0x266c45[_0x52bf07(0x32e)](_0x40b918),logger[_0x52bf07(0x2a4)](_0x5acc16['UMkEK']),_0x51eb32=await fs[_0x52bf07(0x2f5)](path[_0x52bf07(0x2a9)](__dirname,'..',_0x5acc16[_0x52bf07(0x269)],_0x5acc16[_0x52bf07(0x2bf)],_0x5acc16['DyUIS']),_0x5acc16[_0x52bf07(0x1ac)]),_0x555755=yaml[_0x52bf07(0x25a)](_0x51eb32);const _0x13caf4={};_0x13caf4[_0x52bf07(0x23e)]=_0x555755,await _0x266c45[_0x52bf07(0x208)](_0x13caf4),logger[_0x52bf07(0x2a4)](_0x5acc16[_0x52bf07(0x257)]),_0x51eb32=await fs[_0x52bf07(0x2f5)](path[_0x52bf07(0x2a9)](__dirname,'..',_0x5acc16[_0x52bf07(0x269)],_0x5acc16[_0x52bf07(0x2bf)],_0x5acc16[_0x52bf07(0x1dd)]),_0x5acc16[_0x52bf07(0x1ac)]),_0x555755=yaml['load'](_0x51eb32);const _0x4e84c3={};_0x4e84c3[_0x52bf07(0x23e)]=_0x555755,await _0x266c45['createClusterRoleBinding'](_0x4e84c3),logger[_0x52bf07(0x2a4)](_0x5acc16[_0x52bf07(0x2a7)]),_0x51eb32=await fs[_0x52bf07(0x2f5)](path[_0x52bf07(0x2a9)](__dirname,'..',_0x5acc16['FGZAO'],_0x5acc16[_0x52bf07(0x2bf)],_0x5acc16[_0x52bf07(0x19e)]),_0x5acc16[_0x52bf07(0x1ac)]),_0x555755=yaml[_0x52bf07(0x25a)](_0x51eb32);const _0x4cb5f0={};_0x4cb5f0['namespace']=_0x5acc16[_0x52bf07(0x33a)],_0x4cb5f0[_0x52bf07(0x23e)]=_0x555755,await _0x4b90f9[_0x52bf07(0x1d2)](_0x4cb5f0),logger[_0x52bf07(0x2a4)](_0x5acc16[_0x52bf07(0x19b)]),_0x51eb32=await fs[_0x52bf07(0x2f5)](path['join'](__dirname,'..',_0x5acc16[_0x52bf07(0x269)],_0x5acc16[_0x52bf07(0x2bf)],_0x5acc16[_0x52bf07(0x1b8)]),_0x5acc16[_0x52bf07(0x1ac)]),_0x555755=yaml[_0x52bf07(0x25a)](_0x51eb32);const _0x23a327={};_0x23a327[_0x52bf07(0x241)]=_0x5acc16[_0x52bf07(0x33a)],_0x23a327[_0x52bf07(0x23e)]=_0x555755,await _0x3195ce[_0x52bf07(0x20d)](_0x23a327),logger[_0x52bf07(0x2a4)](_0x5acc16[_0x52bf07(0x2d2)]),_0x51eb32=await fs[_0x52bf07(0x2f5)](path['join'](__dirname,'..',_0x5acc16[_0x52bf07(0x269)],_0x5acc16[_0x52bf07(0x2bf)],_0x5acc16[_0x52bf07(0x1e7)]),_0x5acc16['QicvI']),_0x555755=yaml[_0x52bf07(0x25a)](_0x51eb32);const _0x39a4e1={};_0x39a4e1[_0x52bf07(0x23e)]=_0x555755,await _0x5c96d7[_0x52bf07(0x310)](_0x39a4e1);},exports['metricsServerServiceExists']=async _0xef586=>{const _0x5bd650=a33_0x582c95,_0x4093d2={};_0x4093d2[_0x5bd650(0x32f)]=_0x5bd650(0x1cd),_0x4093d2[_0x5bd650(0x293)]=function(_0x2d1a35,_0x5a804c){return _0x2d1a35<_0x5a804c;},_0x4093d2[_0x5bd650(0x2a3)]=function(_0x2c53fb,_0x2512e9){return _0x2c53fb===_0x2512e9;},_0x4093d2[_0x5bd650(0x21e)]=_0x5bd650(0x229),_0x4093d2['PDdFL']=_0x5bd650(0x2dc),_0x4093d2[_0x5bd650(0x270)]=function(_0x438eef,_0x130acf){return _0x438eef===_0x130acf;},_0x4093d2[_0x5bd650(0x1e8)]=_0x5bd650(0x28a),_0x4093d2[_0x5bd650(0x1c7)]=_0x5bd650(0x28f);const _0x178e49=_0x4093d2,_0x334c05={};_0x334c05[_0x5bd650(0x241)]=_0x178e49['tTfJx'];const _0x20c9b3=await _0xef586[_0x5bd650(0x1fe)](_0x334c05),_0x5bdffb=_0x20c9b3?.[_0x5bd650(0x2a6)];for(let _0x4e515b=0x0;_0x178e49[_0x5bd650(0x293)](_0x4e515b,_0x5bdffb[_0x5bd650(0x197)]);_0x4e515b++){if(_0x178e49[_0x5bd650(0x2a3)](_0x178e49[_0x5bd650(0x21e)],_0x178e49[_0x5bd650(0x21e)])){if(_0x178e49[_0x5bd650(0x2a3)](_0x5bdffb[_0x4e515b]['metadata'][_0x5bd650(0x1cf)],_0x178e49[_0x5bd650(0x2e3)])){if(_0x178e49[_0x5bd650(0x270)](_0x178e49[_0x5bd650(0x1e8)],_0x178e49[_0x5bd650(0x1c7)]))_0xd26793=_0x5a74ba['replace'](/<KafkaClientPassword>/g,''),_0x1df6b6=_0x11f78c[_0x5bd650(0x2f3)](/<RedisClientPassword>/g,'');else return!![];}}else _0x5c1780[_0x5bd650(0x2bc)](_0x4dbdc6['message']);}return![];},exports[a33_0x582c95(0x21c)]=async(_0x116fd1,_0x5cece1)=>{const _0x22db9f=a33_0x582c95,_0x4439fb={};_0x4439fb[_0x22db9f(0x224)]='service.beta.kubernetes.io/aws-load-balancer-internal:\x20\x22true\x22',_0x4439fb[_0x22db9f(0x23d)]=function(_0x2fa89b,_0x5156a8){return _0x2fa89b!==_0x5156a8;},_0x4439fb['Ronyj']=_0x22db9f(0x26e),_0x4439fb[_0x22db9f(0x2ea)]=_0x22db9f(0x280),_0x4439fb[_0x22db9f(0x1c9)]=_0x22db9f(0x273),_0x4439fb['ZlxGK']=_0x22db9f(0x207);const _0x3144ed=_0x4439fb;try{if(_0x3144ed[_0x22db9f(0x23d)](_0x3144ed['Ronyj'],_0x3144ed[_0x22db9f(0x2ea)])){const _0x8b19f4={};_0x8b19f4[_0x22db9f(0x1cf)]=_0x5cece1;const _0x25bd2b=await _0x116fd1[_0x22db9f(0x2ca)](_0x8b19f4);return!![];}else _0x552823=_0x3144ed[_0x22db9f(0x224)];}catch(_0xe3c290){if(_0x3144ed['lWdWG'](_0x3144ed[_0x22db9f(0x1c9)],_0x3144ed[_0x22db9f(0x2d7)]))return![];else _0x1d936e[_0x22db9f(0x2d1)](_0x22db9f(0x2df)+_0x4af843+':',_0xe812d8[_0x22db9f(0x287)]);}},exports['deploymentExists']=async(_0x492834,_0x534a87,_0x2eb6e7)=>{const _0x216bd3=a33_0x582c95,_0x440840={};_0x440840['RtsPw']=function(_0x4f10c0,_0x2a75c0){return _0x4f10c0===_0x2a75c0;},_0x440840['fbqOL']='metrics-server',_0x440840['kHeds']=function(_0x4687d5,_0x428989){return _0x4687d5===_0x428989;},_0x440840[_0x216bd3(0x276)]=_0x216bd3(0x243),_0x440840[_0x216bd3(0x336)]=_0x216bd3(0x1ba),_0x440840['hiHnO']=function(_0x2efd23,_0x28db45){return _0x2efd23!==_0x28db45;},_0x440840[_0x216bd3(0x1b4)]=_0x216bd3(0x330);const _0x1b41b9=_0x440840;try{if(_0x1b41b9[_0x216bd3(0x1c1)](_0x1b41b9[_0x216bd3(0x276)],_0x1b41b9[_0x216bd3(0x336)]))return![];else{const _0x256252=await _0x492834['listNamespacedDeployment'](_0x534a87),_0x29103b=_0x256252['body'][_0x216bd3(0x2a6)][_0x216bd3(0x2e6)](_0x3fdaef=>_0x3fdaef[_0x216bd3(0x299)][_0x216bd3(0x1cf)]===_0x2eb6e7);return _0x29103b?!![]:![];}}catch(_0xaebeba){if(_0x1b41b9[_0x216bd3(0x2ac)](_0x1b41b9['dWayV'],_0x1b41b9[_0x216bd3(0x1b4)])){if(_0x1b41b9[_0x216bd3(0x1b6)](_0x41bb81[_0x44fb27][_0x216bd3(0x299)][_0x216bd3(0x1cf)],_0x1b41b9['fbqOL']))return!![];}else return![];}},exports[a33_0x582c95(0x28c)]=async(_0x1a987e,_0x4567a3)=>{const _0x458bd9=a33_0x582c95,_0x35441f={};_0x35441f['TBLdw']=_0x458bd9(0x30b),_0x35441f[_0x458bd9(0x335)]=function(_0x2beeb3,_0x26aa63){return _0x2beeb3!==_0x26aa63;},_0x35441f[_0x458bd9(0x1da)]=_0x458bd9(0x23c),_0x35441f[_0x458bd9(0x251)]=function(_0x2eb236,_0x182cc8){return _0x2eb236===_0x182cc8;},_0x35441f['tfIIj']=_0x458bd9(0x1d9),_0x35441f['rSsPn']=_0x458bd9(0x31b);const _0x1d5126=_0x35441f;if(_0x1d5126['allKO'](_0x4567a3,_0x1d5126['Hnwxm'])){if(_0x1d5126[_0x458bd9(0x251)](_0x1d5126[_0x458bd9(0x1ed)],_0x1d5126[_0x458bd9(0x1ed)])){const _0x16c79f={};_0x16c79f[_0x458bd9(0x2d8)]=_0x1d5126[_0x458bd9(0x1a2)],_0x16c79f[_0x458bd9(0x265)]=_0x1d5126[_0x458bd9(0x1a2)];const _0x14ee31={};_0x14ee31[_0x458bd9(0x1cf)]=_0x4567a3,_0x14ee31[_0x458bd9(0x2bb)]=_0x16c79f;const _0x59667a={};_0x59667a[_0x458bd9(0x299)]=_0x14ee31;const _0x8ddf8b=_0x59667a,_0x103143={};_0x103143['body']=_0x8ddf8b,await _0x1a987e[_0x458bd9(0x28c)](_0x103143),logger['info'](_0x458bd9(0x312)+_0x4567a3);}else{const _0x26cf03={'azure.workload.identity/use':_0x1d5126['TBLdw'],..._0x1e3d09['spec'][_0x458bd9(0x1bf)][_0x458bd9(0x299)][_0x458bd9(0x1cb)]};_0xfb9f8d[_0x458bd9(0x23f)]['template'][_0x458bd9(0x299)]['labels']=_0x26cf03;}}},exports[a33_0x582c95(0x1a0)]=async(_0xd6f203,_0x174f97)=>{const _0x569555=a33_0x582c95,_0x1627c6={'BjwUb':_0x569555(0x237),'ExIct':function(_0x37af91,_0x3d726e){return _0x37af91(_0x3d726e);},'tePuO':function(_0x14ba21,_0x82df12){return _0x14ba21===_0x82df12;},'eDvrx':_0x569555(0x2cb),'VIlph':function(_0x519119,_0x4b5877){return _0x519119!==_0x4b5877;},'Qkiyw':_0x569555(0x1a9),'PLshQ':'aJvTI','idwve':_0x569555(0x1c3)};try{if(_0x1627c6[_0x569555(0x1d8)](_0x1627c6[_0x569555(0x228)],_0x1627c6['eDvrx'])){const _0x591220={};_0x591220[_0x569555(0x1cf)]=_0x174f97;const _0x45c7e4=await _0xd6f203[_0x569555(0x2ca)](_0x591220),_0x2df43c=_0x45c7e4?.['metadata']?.[_0x569555(0x2c8)];return _0x2df43c;}else _0x575b23=_0x1627c6[_0x569555(0x256)];}catch(_0x40b2dc){if(_0x1627c6['VIlph'](_0x1627c6[_0x569555(0x283)],_0x1627c6[_0x569555(0x19f)]))return _0x1627c6[_0x569555(0x1e0)];else _0x307343=_0x7704b9[_0x569555(0x2f3)](/<RedisClientPassword>/g,_0x1627c6[_0x569555(0x2c9)](_0x129971,_0xfe9a57['redisPassword'])),_0x5866f9=_0x594815[_0x569555(0x2f3)](/<KafkaClientPassword>/g,_0x1627c6[_0x569555(0x2c9)](_0x4f04ef,_0x1ff0a9['kafkaPassword']));}},exports[a33_0x582c95(0x202)]=async(_0x61dffe,_0x5d0313,_0x3c2fc5,_0xce5c07,_0x211f04,_0x218ee7,_0x448002,_0x543e68,_0x3d5e35,_0x204aa6={},_0x23ecf0)=>{const _0x4ccb9f=a33_0x582c95,_0x14fd7e={'VnMix':_0x4ccb9f(0x284),'TKtTB':_0x4ccb9f(0x2ec),'MHtwZ':_0x4ccb9f(0x1c3),'LAXzv':'Adding\x20clusterrolebinding','fvzCZ':function(_0x42142c,_0x272e62,_0x4f4364){return _0x42142c(_0x272e62,_0x4f4364);},'UNCSH':_0x4ccb9f(0x2fe),'UmgPM':_0x4ccb9f(0x2dd),'uSaue':function(_0x1eb294,_0x2ad7a1){return _0x1eb294!=_0x2ad7a1;},'stfSW':function(_0x2b152f,_0x29aed3){return _0x2b152f!==_0x29aed3;},'EZVKu':'UKKkL','fwCKH':_0x4ccb9f(0x2b4),'QpsrA':_0x4ccb9f(0x2a2),'qogbb':function(_0xa018cd,_0x2fcc26){return _0xa018cd===_0x2fcc26;},'xUiRS':_0x4ccb9f(0x28b),'edYWI':_0x4ccb9f(0x328),'xCcHH':'Added\x20MetricsServer\x20Components','loBOZ':_0x4ccb9f(0x33c),'uWxBu':_0x4ccb9f(0x31d),'wfQcm':function(_0x16df9a,_0x37febe,_0x12e7c0,_0xdcaff9){return _0x16df9a(_0x37febe,_0x12e7c0,_0xdcaff9);},'HuhjD':_0x4ccb9f(0x2c6),'qkuHW':_0x4ccb9f(0x337),'VdLqU':function(_0x20a10a,_0x44cfb2){return _0x20a10a===_0x44cfb2;},'KOMJX':'RVejl','XbfCD':_0x4ccb9f(0x1aa),'UeKNf':_0x4ccb9f(0x317),'ClWXV':_0x4ccb9f(0x23c),'gRyEz':'Added\x20default\x20service\x20account','plGsL':_0x4ccb9f(0x230),'cgXaL':function(_0x15ce47,_0x8d4adc,_0x495c90){return _0x15ce47(_0x8d4adc,_0x495c90);},'CZdAG':_0x4ccb9f(0x1bc),'PWfbi':_0x4ccb9f(0x19c),'MtFUi':_0x4ccb9f(0x318),'LztId':_0x4ccb9f(0x250),'AUmjo':'Added\x20browser-node-role-binding\x20role\x20binding','zDPeE':function(_0x127083,_0x1a5c7a){return _0x127083===_0x1a5c7a;},'OVgLf':function(_0x59cf4f,_0x12840f){return _0x59cf4f===_0x12840f;},'AdIWc':_0x4ccb9f(0x233),'AkPnN':_0x4ccb9f(0x2aa),'qsbRg':_0x4ccb9f(0x220),'Nzgcr':_0x4ccb9f(0x2d9),'wQYNs':'templates','bPozj':_0x4ccb9f(0x2fc),'ZQawA':_0x4ccb9f(0x298),'Hjbgg':_0x4ccb9f(0x30d),'Hywwz':_0x4ccb9f(0x313),'MzGft':_0x4ccb9f(0x2fd),'mzoty':_0x4ccb9f(0x338),'VLwjn':_0x4ccb9f(0x23a),'cmLGr':'Added\x20Nginx\x20Roles\x20and\x20Service\x20Accounts','qylcM':_0x4ccb9f(0x1e6),'xRADP':'service.beta.kubernetes.io/azure-load-balancer-internal:\x20\x22true\x22','nQjrp':_0x4ccb9f(0x237),'HsOIr':_0x4ccb9f(0x2c0),'ZnoFc':_0x4ccb9f(0x319),'sEWWc':_0x4ccb9f(0x222),'RtRzK':_0x4ccb9f(0x30f),'ZfTLb':_0x4ccb9f(0x254),'VKbsu':'vpc-cni-cm.yaml','qlZop':_0x4ccb9f(0x20c),'VMAMd':_0x4ccb9f(0x2fb),'Imgdi':'17|11|2|0|6|4|9|16|10|12|1|5|3|8|18|15|13|14|7','nYROM':function(_0x130a94,_0x2afb12,_0x1a099c){return _0x130a94(_0x2afb12,_0x1a099c);},'IKbnD':_0x4ccb9f(0x1c4),'gMKgy':function(_0x20c12e,_0x243e91,_0x27aac4,_0x1cab5c,_0x402d6b){return _0x20c12e(_0x243e91,_0x27aac4,_0x1cab5c,_0x402d6b);},'TKppS':'cert-manager-webhook','nsTmG':_0x4ccb9f(0x211),'brbEx':function(_0x4b3f64,_0x20217e,_0x4b15a4,_0x15cffa,_0x574a12){return _0x4b3f64(_0x20217e,_0x4b15a4,_0x15cffa,_0x574a12);},'SsTUc':_0x4ccb9f(0x22e),'zIWaR':_0x4ccb9f(0x258),'jvICf':_0x4ccb9f(0x1fc),'Wkhdk':function(_0x14ca42,_0x410b4b,_0x882e20,_0x552b67,_0x52dace){return _0x14ca42(_0x410b4b,_0x882e20,_0x552b67,_0x52dace);},'wzpkq':_0x4ccb9f(0x2b9),'WIXcd':function(_0x5695b3,_0x5cd05e,_0x54f554){return _0x5695b3(_0x5cd05e,_0x54f554);},'DLLrI':_0x4ccb9f(0x2e9),'DSTfr':'Added\x20Cert\x20Manager','Kbvll':_0x4ccb9f(0x316),'ifQMe':'Adding\x20Cert\x20Manager\x20CRDs','KjckH':_0x4ccb9f(0x1af),'aXVWh':'browserstack','cckYk':_0x4ccb9f(0x2f8),'JYkgQ':_0x4ccb9f(0x28e),'gCvoW':_0x4ccb9f(0x27a),'BHSeV':_0x4ccb9f(0x198),'eHdQq':_0x4ccb9f(0x1a7),'CeyXC':_0x4ccb9f(0x327),'RvnAE':function(_0x36b9fa,_0x7bd1dc,_0x39b06d){return _0x36b9fa(_0x7bd1dc,_0x39b06d);},'PAYIL':_0x4ccb9f(0x1d6),'naKiK':_0x4ccb9f(0x234),'ZIRDg':_0x4ccb9f(0x27f),'vqeAb':_0x4ccb9f(0x25b),'zlgCN':function(_0x59bbbb,_0x22e926){return _0x59bbbb(_0x22e926);},'eslSh':function(_0x12146d,_0xe219de){return _0x12146d(_0xe219de);},'bOjrL':function(_0x41064a,_0x1a2e57){return _0x41064a(_0x1a2e57);},'rorUm':function(_0xa9f98b,_0xaaa1f9,_0x1afb79){return _0xa9f98b(_0xaaa1f9,_0x1afb79);},'dubrf':'Added\x20browserstack\x20secret\x20deployment','KoQsq':_0x4ccb9f(0x1ce),'nFNUt':'hub-deployment.yaml','YzlOM':_0x4ccb9f(0x2bd),'ACkba':_0x4ccb9f(0x2ab),'VkVLY':function(_0x4ed78f,_0x3a47e1,_0x5c15bd,_0x418460,_0x6bcec4){return _0x4ed78f(_0x3a47e1,_0x5c15bd,_0x418460,_0x6bcec4);},'TKhrz':_0x4ccb9f(0x240),'UHDzX':function(_0x4dd3db,_0x3ef2c4,_0x5055bc,_0x44775f,_0x4c9d18){return _0x4dd3db(_0x3ef2c4,_0x5055bc,_0x44775f,_0x4c9d18);},'woDfQ':_0x4ccb9f(0x210),'gCQmU':_0x4ccb9f(0x215),'qXfWC':'nginx-private','eFwjK':_0x4ccb9f(0x253)};let _0x282bdf=null,_0x32f4a0=null;logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x236)]),_0x282bdf=await _0x14fd7e[_0x4ccb9f(0x278)](applyTemplate,_0x14fd7e[_0x4ccb9f(0x20a)],_0x211f04);const _0x38fc39={};_0x38fc39['body']=_0x282bdf,await _0xce5c07[_0x4ccb9f(0x208)](_0x38fc39),logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x305)]);_0x14fd7e[_0x4ccb9f(0x1e9)](_0x448002,null)&&_0x14fd7e[_0x4ccb9f(0x302)](_0x448002,undefined)&&(_0x14fd7e[_0x4ccb9f(0x302)](_0x14fd7e[_0x4ccb9f(0x1be)],_0x14fd7e[_0x4ccb9f(0x1be)])?(_0x5ca9f3=_0x51d0c6['replace'](/<ReadinessProbePath>/g,_0x14fd7e[_0x4ccb9f(0x27d)]),_0x85eea=_0x26214f['replace'](/<EnableHubHa>/g,_0x14fd7e[_0x4ccb9f(0x2ff)]),_0xed0437=_0x43ac50[_0x4ccb9f(0x2f3)](/<HubHaNameSpace>/g,'')):(logger[_0x4ccb9f(0x2a4)](_0x14fd7e['fwCKH']),await this[_0x4ccb9f(0x26f)](_0x61dffe,_0x5d0313,_0x3c2fc5,_0xce5c07,_0x211f04,_0x218ee7,_0x448002),logger[_0x4ccb9f(0x2a4)](_0x14fd7e['QpsrA'])));const _0x485c6f=await this['metricsServerServiceExists'](_0x61dffe);if(!_0x485c6f){if(_0x14fd7e[_0x4ccb9f(0x321)](_0x14fd7e[_0x4ccb9f(0x214)],_0x14fd7e[_0x4ccb9f(0x214)]))logger[_0x4ccb9f(0x2a4)](_0x14fd7e['edYWI']),await this[_0x4ccb9f(0x19d)](_0x61dffe,_0x5d0313,_0xce5c07,_0x543e68),logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x27b)]);else return![];}try{if(_0x14fd7e[_0x4ccb9f(0x321)](_0x14fd7e[_0x4ccb9f(0x1b9)],_0x14fd7e[_0x4ccb9f(0x1b9)])){logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x20b)]),_0x282bdf=await _0x14fd7e[_0x4ccb9f(0x292)](applyTemplate,_0x14fd7e['HuhjD'],_0x211f04,_0x204aa6);const _0x592e5b={};_0x592e5b[_0x4ccb9f(0x241)]=_0x211f04,_0x592e5b[_0x4ccb9f(0x23e)]=_0x282bdf,await _0x61dffe[_0x4ccb9f(0x1ee)](_0x592e5b),logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x30c)]);if(_0x14fd7e[_0x4ccb9f(0x321)](global_registry[_0x4ccb9f(0x2cc)],AZURE)){if(_0x14fd7e['VdLqU'](_0x14fd7e[_0x4ccb9f(0x325)],_0x14fd7e[_0x4ccb9f(0x325)])){logger['info'](_0x14fd7e['XbfCD']),_0x282bdf=await _0x14fd7e['wfQcm'](applyTemplate,_0x14fd7e[_0x4ccb9f(0x1c0)],_0x211f04,_0x204aa6);const _0x14d2dd={};_0x14d2dd[_0x4ccb9f(0x1cf)]=_0x14fd7e[_0x4ccb9f(0x2d0)],_0x14d2dd[_0x4ccb9f(0x241)]=_0x211f04,_0x14d2dd[_0x4ccb9f(0x23e)]=_0x282bdf,await _0x61dffe[_0x4ccb9f(0x264)](_0x14d2dd),logger[_0x4ccb9f(0x2a4)](_0x14fd7e['gRyEz']);}else throw _0x4ac406;}logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x1b0)]),_0x282bdf=await _0x14fd7e[_0x4ccb9f(0x286)](applyTemplate,_0x14fd7e['CZdAG'],_0x211f04);const _0x4e282c={};_0x4e282c['body']=_0x282bdf,await _0xce5c07[_0x4ccb9f(0x2f7)](_0x4e282c),logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x2c2)]),logger['info'](_0x14fd7e[_0x4ccb9f(0x1ab)]),_0x282bdf=await _0x14fd7e[_0x4ccb9f(0x278)](applyTemplate,_0x14fd7e[_0x4ccb9f(0x29d)],_0x211f04);const _0x156a1e={};_0x156a1e[_0x4ccb9f(0x23e)]=_0x282bdf,await _0xce5c07['createClusterRoleBinding'](_0x156a1e),logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x20e)]);}else _0x4b627f=_0x3f0340[_0x4ccb9f(0x2f3)](/<GridProfileID>/g,'');}catch(_0x3bf53a){if(_0x14fd7e[_0x4ccb9f(0x2b8)](_0x3bf53a['statusCode'],0x199)||_0x14fd7e[_0x4ccb9f(0x227)](_0x3bf53a[_0x4ccb9f(0x32a)],0x199)){if(_0x14fd7e['qogbb'](_0x14fd7e['AdIWc'],_0x14fd7e[_0x4ccb9f(0x288)]))return _0x14fd7e[_0x4ccb9f(0x1f2)];else logger['debug'](_0x3bf53a[_0x4ccb9f(0x287)]);}else throw _0x3bf53a;}const _0x2efc0d=await this['namespaceExists'](_0x61dffe,_0x14fd7e['qsbRg']);if(!_0x2efc0d){const _0x2343db=_0x14fd7e[_0x4ccb9f(0x248)][_0x4ccb9f(0x1dc)]('|');let _0x4d3b30=0x0;while(!![]){switch(_0x2343db[_0x4d3b30++]){case'0':await _0x14fd7e['cgXaL'](kubeApply,_0x282bdf,_0x3d5e35);continue;case'1':_0x32f4a0=await fs[_0x4ccb9f(0x2f5)](path['join'](__dirname,'..',_0x14fd7e[_0x4ccb9f(0x1ea)],_0x14fd7e['bPozj'],_0x14fd7e[_0x4ccb9f(0x2c3)]),_0x14fd7e[_0x4ccb9f(0x199)]);continue;case'2':_0x32f4a0=await fs['readFileAsync'](path[_0x4ccb9f(0x2a9)](__dirname,'..',_0x14fd7e[_0x4ccb9f(0x1ea)],_0x14fd7e['bPozj'],_0x14fd7e[_0x4ccb9f(0x213)]),_0x14fd7e[_0x4ccb9f(0x199)]);continue;case'3':logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x2a5)]);continue;case'4':logger['info'](_0x14fd7e[_0x4ccb9f(0x331)]);continue;case'5':_0x282bdf=yaml[_0x4ccb9f(0x1eb)](_0x32f4a0);continue;case'6':logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x2ba)]);continue;case'7':logger['info'](_0x14fd7e[_0x4ccb9f(0x24d)]);continue;case'8':await _0x14fd7e[_0x4ccb9f(0x278)](kubeApply,_0x282bdf,_0x3d5e35);continue;case'9':_0x282bdf=yaml[_0x4ccb9f(0x1eb)](_0x32f4a0);continue;}break;}}if(global_registry[_0x4ccb9f(0x1ca)]){logger['info'](_0x14fd7e[_0x4ccb9f(0x2cd)]);let _0x1a7d7a;if(_0x14fd7e['zDPeE'](global_registry['cloudProvider'],AZURE))_0x1a7d7a=_0x14fd7e[_0x4ccb9f(0x2b0)];else _0x14fd7e[_0x4ccb9f(0x321)](global_registry[_0x4ccb9f(0x2cc)],GCP)?_0x1a7d7a=_0x14fd7e['nQjrp']:_0x1a7d7a=_0x14fd7e[_0x4ccb9f(0x1e3)];_0x32f4a0=await fs['readFileAsync'](path['join'](__dirname,'..',_0x14fd7e['wQYNs'],_0x14fd7e[_0x4ccb9f(0x297)],_0x14fd7e['ZnoFc']),_0x14fd7e[_0x4ccb9f(0x199)]),_0x32f4a0=_0x32f4a0[_0x4ccb9f(0x2f3)](/<InternalLoadBalancerAnnotations>/g,_0x1a7d7a),_0x282bdf=yaml[_0x4ccb9f(0x1eb)](_0x32f4a0),await _0x14fd7e['fvzCZ'](kubeApply,_0x282bdf,_0x3d5e35),logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x2b2)]);}if(global_registry[_0x4ccb9f(0x1cc)]){const _0x3ebb88=_0x14fd7e[_0x4ccb9f(0x245)][_0x4ccb9f(0x1dc)]('|');let _0x1672a5=0x0;while(!![]){switch(_0x3ebb88[_0x1672a5++]){case'0':_0x282bdf=yaml[_0x4ccb9f(0x1eb)](_0x32f4a0);continue;case'1':await _0x14fd7e[_0x4ccb9f(0x278)](kubeApply,_0x282bdf,_0x3d5e35);continue;case'2':logger[_0x4ccb9f(0x2a4)](_0x14fd7e['ZfTLb']);continue;case'3':_0x32f4a0=await fs['readFileAsync'](path[_0x4ccb9f(0x2a9)](__dirname,'..',_0x14fd7e[_0x4ccb9f(0x1ea)],_0x14fd7e[_0x4ccb9f(0x1df)]),_0x14fd7e['Hjbgg']);continue;case'4':logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x2f1)]);continue;}break;}}const _0x17bc0b=await this[_0x4ccb9f(0x21c)](_0x61dffe,_0x14fd7e[_0x4ccb9f(0x295)]);if(!_0x17bc0b){const _0x562806=_0x14fd7e[_0x4ccb9f(0x1f0)][_0x4ccb9f(0x1dc)]('|');let _0x4c64a8=0x0;while(!![]){switch(_0x562806[_0x4c64a8++]){case'0':await _0x14fd7e[_0x4ccb9f(0x196)](kubeApply,_0x282bdf,_0x3d5e35);continue;case'1':logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x294)]);continue;case'2':_0x282bdf=yaml['loadAll'](_0x32f4a0);continue;case'3':await _0x14fd7e[_0x4ccb9f(0x24a)](waitForDeployment,_0x5d0313,_0x14fd7e['VMAMd'],_0x14fd7e[_0x4ccb9f(0x2b1)],0x7530);continue;case'4':logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x315)]);continue;case'5':await _0x14fd7e['brbEx'](waitForDeployment,_0x5d0313,_0x14fd7e[_0x4ccb9f(0x295)],_0x14fd7e[_0x4ccb9f(0x32d)],0x7530);continue;case'6':logger['info'](_0x14fd7e[_0x4ccb9f(0x24c)]);continue;case'7':logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x1d0)]);continue;case'8':await _0x14fd7e[_0x4ccb9f(0x334)](waitForDeployment,_0x5d0313,_0x14fd7e[_0x4ccb9f(0x295)],_0x14fd7e[_0x4ccb9f(0x295)],0x7530);continue;case'9':_0x32f4a0=await fs[_0x4ccb9f(0x2f5)](path[_0x4ccb9f(0x2a9)](__dirname,'..',_0x14fd7e[_0x4ccb9f(0x1ea)],_0x14fd7e[_0x4ccb9f(0x295)],_0x14fd7e['wzpkq']),_0x14fd7e[_0x4ccb9f(0x199)]);continue;case'10':await _0x14fd7e[_0x4ccb9f(0x1d1)](kubeApply,_0x282bdf,_0x3d5e35);continue;case'11':_0x32f4a0=await fs[_0x4ccb9f(0x2f5)](path[_0x4ccb9f(0x2a9)](__dirname,'..',_0x14fd7e[_0x4ccb9f(0x1ea)],_0x14fd7e['VMAMd'],_0x14fd7e[_0x4ccb9f(0x1f9)]),_0x14fd7e[_0x4ccb9f(0x199)]);continue;case'12':logger['info'](_0x14fd7e[_0x4ccb9f(0x31a)]);continue;case'13':_0x282bdf=yaml[_0x4ccb9f(0x1eb)](_0x32f4a0);continue;case'14':await _0x14fd7e[_0x4ccb9f(0x1d1)](kubeApply,_0x282bdf,_0x3d5e35);continue;case'15':_0x32f4a0=await fs[_0x4ccb9f(0x2f5)](path[_0x4ccb9f(0x2a9)](__dirname,'..',_0x14fd7e[_0x4ccb9f(0x1ea)],_0x14fd7e[_0x4ccb9f(0x295)],_0x14fd7e[_0x4ccb9f(0x279)]),_0x14fd7e['Hjbgg']);continue;case'16':_0x282bdf=yaml['loadAll'](_0x32f4a0);continue;case'17':logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x1c2)]);continue;case'18':logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x22f)]);continue;}break;}}const _0xc1b8ce=await this['namespaceExists'](_0x61dffe,_0x14fd7e[_0x4ccb9f(0x2f4)]);!_0xc1b8ce&&await this[_0x4ccb9f(0x28c)](_0x61dffe,_0x14fd7e[_0x4ccb9f(0x2f4)]);const _0x5a0f44=await this[_0x4ccb9f(0x29e)](_0x61dffe,_0x14fd7e[_0x4ccb9f(0x2f4)],_0x14fd7e[_0x4ccb9f(0x2c1)]);if(!_0x5a0f44){const _0x526010=_0x14fd7e[_0x4ccb9f(0x307)][_0x4ccb9f(0x1dc)]('|');let _0x5f43aa=0x0;while(!![]){switch(_0x526010[_0x5f43aa++]){case'0':_0x32f4a0=_0x32f4a0[_0x4ccb9f(0x2f3)](/<BstackAccessKey>/g,global_registry[_0x4ccb9f(0x2a1)]);continue;case'1':await _0x14fd7e[_0x4ccb9f(0x286)](kubeApply,_0x282bdf,_0x3d5e35);continue;case'2':_0x32f4a0=await fs[_0x4ccb9f(0x2f5)](path[_0x4ccb9f(0x2a9)](__dirname,'..',_0x14fd7e['wQYNs'],_0x14fd7e[_0x4ccb9f(0x25e)]),_0x14fd7e[_0x4ccb9f(0x199)]);continue;case'3':_0x32f4a0=_0x32f4a0[_0x4ccb9f(0x2f3)](/<BstackURL>/g,AG_API_URL);continue;case'4':logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x289)]);continue;case'5':_0x32f4a0=_0x32f4a0[_0x4ccb9f(0x2f3)](/<BstackUsername>/g,global_registry['bstackUsername']);continue;case'6':_0x282bdf=yaml[_0x4ccb9f(0x1eb)](_0x32f4a0);continue;case'7':logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x290)]);continue;}break;}}logger['info'](_0x14fd7e['CeyXC']),_0x282bdf=await _0x14fd7e[_0x4ccb9f(0x1e5)](applyTemplate,_0x14fd7e['PAYIL'],_0x211f04);const _0x30f2b9={};_0x30f2b9[_0x4ccb9f(0x241)]=_0x211f04,_0x30f2b9[_0x4ccb9f(0x23e)]=_0x282bdf,await _0x61dffe['createNamespacedService'](_0x30f2b9),logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x261)]),logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x1ae)]);let _0x4a464c=await fs['readFileAsync'](path[_0x4ccb9f(0x2a9)](__dirname,'..',_0x14fd7e['wQYNs'],_0x14fd7e[_0x4ccb9f(0x29f)]),_0x14fd7e[_0x4ccb9f(0x199)]);_0x4a464c=_0x4a464c[_0x4ccb9f(0x2f3)](/<GridNamespace>/g,_0x211f04),_0x4a464c=_0x4a464c['replace'](/<BstackUsername>/g,_0x14fd7e[_0x4ccb9f(0x244)](encodeBase64,global_registry[_0x4ccb9f(0x1e4)])),_0x4a464c=_0x4a464c[_0x4ccb9f(0x2f3)](/<BstackAccessKey>/g,_0x14fd7e[_0x4ccb9f(0x272)](encodeBase64,global_registry[_0x4ccb9f(0x2a1)]));global_registry[_0x4ccb9f(0x29a)]?(_0x4a464c=_0x4a464c['replace'](/<RedisClientPassword>/g,_0x14fd7e['eslSh'](encodeBase64,global_registry['redisPassword'])),_0x4a464c=_0x4a464c[_0x4ccb9f(0x2f3)](/<KafkaClientPassword>/g,_0x14fd7e[_0x4ccb9f(0x218)](encodeBase64,global_registry['kafkaPassword']))):(_0x4a464c=_0x4a464c[_0x4ccb9f(0x2f3)](/<KafkaClientPassword>/g,''),_0x4a464c=_0x4a464c['replace'](/<RedisClientPassword>/g,''));const _0xaca0c0=yaml[_0x4ccb9f(0x1eb)](_0x4a464c);await _0x14fd7e[_0x4ccb9f(0x1d3)](kubeApply,_0xaca0c0,_0x3d5e35),logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x2c5)]),logger[_0x4ccb9f(0x2a4)](_0x14fd7e[_0x4ccb9f(0x1f3)]),_0x282bdf=await _0x14fd7e[_0x4ccb9f(0x196)](applyTemplate,_0x14fd7e[_0x4ccb9f(0x2b3)],_0x211f04);const _0x4298e7={};_0x4298e7[_0x4ccb9f(0x241)]=_0x211f04,_0x4298e7[_0x4ccb9f(0x23e)]=_0x282bdf,await _0x5d0313['createNamespacedDeployment'](_0x4298e7),logger['info'](_0x14fd7e[_0x4ccb9f(0x300)]),logger['info'](_0x14fd7e['ACkba']),await _0x14fd7e[_0x4ccb9f(0x2b5)](waitForDeployment,_0x5d0313,_0x14fd7e[_0x4ccb9f(0x22d)],_0x14fd7e[_0x4ccb9f(0x2ed)],0xea60);global_registry[_0x4ccb9f(0x1ca)]&&await _0x14fd7e['UHDzX'](waitForDeployment,_0x5d0313,_0x14fd7e[_0x4ccb9f(0x22d)],_0x14fd7e['woDfQ'],0xea60);_0x32f4a0=await fs[_0x4ccb9f(0x2f5)](path[_0x4ccb9f(0x2a9)](__dirname,'..',_0x14fd7e[_0x4ccb9f(0x1ea)],_0x14fd7e[_0x4ccb9f(0x2f9)]),_0x14fd7e[_0x4ccb9f(0x199)]);const _0x5dd315=global_registry['isPrivateGrid']?_0x14fd7e[_0x4ccb9f(0x31e)]:_0x14fd7e['bPozj'];_0x32f4a0=_0x32f4a0[_0x4ccb9f(0x2f3)](/<GridNamespace>/g,_0x211f04),_0x32f4a0=_0x32f4a0['replace'](/<NginxIngressClass>/g,_0x5dd315),_0x282bdf=yaml['loadAll'](_0x32f4a0),await _0x14fd7e[_0x4ccb9f(0x286)](kubeApply,_0x282bdf,_0x3d5e35),logger['info'](_0x14fd7e['eFwjK']),await _0x14fd7e[_0x4ccb9f(0x244)](delay,0x1388);},exports[a33_0x582c95(0x2e7)]=async(_0x4892f1,_0x8f7ee3,_0x198c11,_0xe0e837,_0x145f52)=>{const _0x504e9d=a33_0x582c95,_0x19e552={'cJIKL':_0x504e9d(0x1de),'flOYN':'Deleting\x20clusterrolebinding','PWVxO':_0x504e9d(0x26a),'jclvv':_0x504e9d(0x200),'hgeUE':function(_0x5e12b6,_0x5f1ef9){return _0x5e12b6(_0x5f1ef9);},'FKLkj':'Deleted\x20clusterrolebinding'},_0x47abaa=_0x19e552[_0x504e9d(0x1c5)][_0x504e9d(0x1dc)]('|');let _0x400863=0x0;while(!![]){switch(_0x47abaa[_0x400863++]){case'0':const _0x2d0a2b={};_0x2d0a2b[_0x504e9d(0x1cf)]=_0x504e9d(0x329)+_0x145f52,await _0xe0e837[_0x504e9d(0x2eb)](_0x2d0a2b);continue;case'1':logger['info'](_0x19e552['flOYN']);continue;case'2':logger[_0x504e9d(0x2a4)](_0x19e552[_0x504e9d(0x2f2)]);continue;case'3':logger[_0x504e9d(0x2a4)](_0x19e552[_0x504e9d(0x2e0)]);continue;case'4':await _0x19e552[_0x504e9d(0x24e)](delay,0x2710);continue;case'5':const _0x486ca4={};_0x486ca4[_0x504e9d(0x1cf)]=_0x145f52,await _0x4892f1[_0x504e9d(0x24f)](_0x486ca4);continue;case'6':logger[_0x504e9d(0x2a4)](_0x19e552[_0x504e9d(0x304)]);continue;}break;}},exports[a33_0x582c95(0x266)]=async _0x3681ec=>{const _0x4e8d5f=a33_0x582c95,_0xc3524c={};_0xc3524c[_0x4e8d5f(0x1f8)]='browserstack',_0xc3524c[_0x4e8d5f(0x32b)]=_0x4e8d5f(0x22b),_0xc3524c[_0x4e8d5f(0x1bd)]=_0x4e8d5f(0x314);const _0x2f8039=_0xc3524c,_0x5c2f12=await this['namespaceExists'](_0x3681ec,_0x2f8039[_0x4e8d5f(0x1f8)]);if(_0x5c2f12){logger[_0x4e8d5f(0x2a4)](_0x2f8039[_0x4e8d5f(0x32b)]);const _0x4e2f51={};_0x4e2f51[_0x4e8d5f(0x1cf)]=_0x2f8039[_0x4e8d5f(0x1f8)],await _0x3681ec['deleteNamespace'](_0x4e2f51),logger['info'](_0x2f8039[_0x4e8d5f(0x1bd)]);}},exports[a33_0x582c95(0x22a)]=async _0x1eb95a=>{const _0x40fe84=a33_0x582c95,_0x132459={'NoKAg':_0x40fe84(0x220),'TNPHW':'Deleting\x20ingress-nginx','ZIMfZ':'Deleted\x20ingress-nginx','ZJzNQ':function(_0x76952e,_0x2049c3){return _0x76952e(_0x2049c3);},'CHARY':_0x40fe84(0x2fb),'JNGvJ':'Deleting\x20cert-manager','YKxZL':'Deleted\x20cert-manager','rJJny':function(_0x39a8eb,_0x160ad3){return _0x39a8eb(_0x160ad3);}},_0x19d3c6=await this['namespaceExists'](_0x1eb95a,_0x132459[_0x40fe84(0x242)]);if(_0x19d3c6){logger[_0x40fe84(0x2a4)](_0x132459[_0x40fe84(0x320)]);const _0x4b582d={};_0x4b582d[_0x40fe84(0x1cf)]=_0x132459[_0x40fe84(0x242)],await _0x1eb95a[_0x40fe84(0x24f)](_0x4b582d),logger['info'](_0x132459[_0x40fe84(0x1ff)]);}await _0x132459[_0x40fe84(0x205)](delay,0x124f8);const _0x56fc38=await this[_0x40fe84(0x21c)](_0x1eb95a,_0x132459['CHARY']);if(_0x56fc38){logger['info'](_0x132459['JNGvJ']);const _0x3cd360={};_0x3cd360[_0x40fe84(0x1cf)]=_0x132459[_0x40fe84(0x1a4)],await _0x1eb95a['deleteNamespace'](_0x3cd360),logger[_0x40fe84(0x2a4)](_0x132459[_0x40fe84(0x2e5)]);}await _0x132459[_0x40fe84(0x31c)](delay,0xafc8);},exports['deleteClusterAndDependencies']=async(_0x538c46,_0x35ab8d)=>{const _0x2185d4=a33_0x582c95,_0x2b87bb={'YdHnx':function(_0x1d04bf,_0x1b52b9){return _0x1d04bf(_0x1b52b9);},'Sudek':function(_0x747366,_0x561f81){return _0x747366>_0x561f81;},'pkQFw':function(_0x4a9999,_0x428e99){return _0x4a9999===_0x428e99;},'TKliX':function(_0x1bc63e,_0x6637ff){return _0x1bc63e(_0x6637ff);},'ztKmB':function(_0x451b63,_0x1cf905){return _0x451b63(_0x1cf905);},'QlPoY':function(_0x2a64c5,_0x5e9b81){return _0x2a64c5(_0x5e9b81);},'vLZJL':_0x2185d4(0x1b3)},_0x47f3b5=[CLUSTER_DEP_STACK_NAME+'-'+_0x35ab8d,CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x35ab8d,CLUSTER_HUB_HA_STACK_NAME+'-'+_0x35ab8d+_0x2185d4(0x2d4)],_0x30fd80=_0x47f3b5[_0x2185d4(0x2c7)](async _0x3341a7=>{const _0x577158=_0x2185d4;try{const _0x571c04=await _0x2b87bb[_0x577158(0x29c)](describeClusterStack,_0x3341a7);_0x571c04[_0x577158(0x285)]&&_0x2b87bb['Sudek'](_0x571c04[_0x577158(0x285)][_0x577158(0x197)],0x0)&&_0x2b87bb['pkQFw'](_0x571c04[_0x577158(0x285)][0x0][_0x577158(0x271)],_0x3341a7)&&(logger['info'](_0x577158(0x301)+_0x3341a7+_0x577158(0x333)+_0x538c46),_0x2b87bb[_0x577158(0x1e2)](_0x571c04['Stacks'][0x0]['StackName'],CLUSTER_HUB_HA_STACK_NAME+'-'+_0x35ab8d+_0x577158(0x2d4))&&(await _0x2b87bb[_0x577158(0x226)](deleteEFSMountTarget,_0x571c04[_0x577158(0x285)][0x0]['Outputs']),await _0x2b87bb[_0x577158(0x2e4)](delay,0x1d4c0)),await _0x2b87bb[_0x577158(0x1f7)](deleteClusterStack,_0x3341a7));}catch(_0x3f84d8){logger[_0x577158(0x2d1)]('Error\x20deleting\x20stack\x20'+_0x3341a7+':',_0x3f84d8[_0x577158(0x287)]);}});await Promise['all'](_0x30fd80),logger[_0x2185d4(0x2a4)](_0x2b87bb[_0x2185d4(0x268)]);},exports[a33_0x582c95(0x238)]=async(_0x531b5e,_0x3fafe4)=>{const _0x3f495e=a33_0x582c95,_0x31af6b={};_0x31af6b[_0x3f495e(0x1b2)]=_0x3f495e(0x21b),_0x31af6b[_0x3f495e(0x2cf)]=_0x3f495e(0x303);const _0x432757=_0x31af6b;logger['info'](_0x432757[_0x3f495e(0x1b2)]);const _0x1c7825={};_0x1c7825[_0x3f495e(0x1cf)]=TURBOSCALE_DEPLOYMENT,_0x1c7825[_0x3f495e(0x241)]=_0x3fafe4;const _0x3be7b3=await _0x531b5e[_0x3f495e(0x306)](_0x1c7825);_0x3be7b3[_0x3f495e(0x23f)]['replicas']=0x1;const _0x3718d4={};_0x3718d4['name']=TURBOSCALE_DEPLOYMENT,_0x3718d4[_0x3f495e(0x241)]=_0x3fafe4,_0x3718d4[_0x3f495e(0x23e)]=_0x3be7b3,await _0x531b5e['replaceNamespacedDeployment'](_0x3718d4),logger['info'](_0x432757[_0x3f495e(0x2cf)]);},exports['scaleDownHubDeployment']=async(_0x1f5377,_0x34b93a)=>{const _0x35b917=a33_0x582c95,_0x398ffe={};_0x398ffe['dgzws']=_0x35b917(0x2a8),_0x398ffe[_0x35b917(0x1a6)]=_0x35b917(0x1a3);const _0x8e2963=_0x398ffe;logger['info'](_0x8e2963['dgzws']);const _0x511d46={};_0x511d46[_0x35b917(0x1cf)]=TURBOSCALE_DEPLOYMENT,_0x511d46[_0x35b917(0x241)]=_0x34b93a;const _0x3c5e01=await _0x1f5377['readNamespacedDeployment'](_0x511d46);_0x3c5e01[_0x35b917(0x23f)][_0x35b917(0x21a)]=0x0;const _0x52431a={};_0x52431a[_0x35b917(0x1cf)]=TURBOSCALE_DEPLOYMENT,_0x52431a[_0x35b917(0x241)]=_0x34b93a,_0x52431a[_0x35b917(0x23e)]=_0x3c5e01,await _0x1f5377[_0x35b917(0x2a0)](_0x52431a),logger[_0x35b917(0x2a4)](_0x8e2963[_0x35b917(0x1a6)]);};
1
+ function a33_0x4c6b(){const _0x5b9905=['irZmw','yOTor','IwfYv','Scaling\x20up\x20deployment','DiaTF','Tdlav','Rebjo','ApzOd','VXxps','Npkuu','Deleting\x20','default','private-pods-and-services.yaml','Adding\x20Nginx\x20Pods\x20and\x20deployments','fnnqa','Added\x20Turboscale\x20Agent','Removing\x20grid\x20components','xcBjq','giiIY','Waiting\x20for\x20Cert\x20Manager\x20Deployments','UTZut','27090wHaWFz','hVQyh','hnwRD','spec','body','EOUQc','OHLJV','uIBLZ','uXhBO','Klxoa','ENoQU','length','Removed\x20grid\x20components','Error\x20deleting\x20stack\x20','kSKIf','tzGOB','qKGDB','PEsaG','jxfZj','GXxwO','LvqZp','LtBNA','js-yaml','Adding\x20Autoscaler\x20Service\x20Account','Added\x20clusterrolebinding','replace','DPsYg','../config/constants','BQtrt','8PFbXWF','deTTD','addMetricServerComponents','eBYLh','UmjvV','fzuEG','service.beta.kubernetes.io/azure-load-balancer-internal:\x20\x22true\x22','YPuvW','qBXIf','MsDAc','eTfxk','find','cvHEr','DruIV','552027csuYtm','readNamespacedDeployment','cert-manager-cainjector','Adding\x20MetricsServer\x20clusterRole','abehZ','hub-deployment.yaml','FmASl','nsEnh','EqPnp','addAutoScalerComponents','Added\x20VPC\x20CNI\x20ConfigMaps','readFileAsync','./utilityMethods','FXbyd','Adding\x20Cert\x20Manager\x20CRDs','path','hcvoL','deleteRoutingDeps','FqkmK','clientId','false','true','nYvJt','deleteClusterAndDependencies','GGlUZ','Added\x20Nginx\x20Roles\x20and\x20Service\x20Accounts','info','shqBX','nyJXC','Added\x20browser-node-role\x20cluster\x20role','meAjE','createNamespace','browser-node-cluster-role.yaml','HFeSn','EJmyu','Deleting\x20ingress-nginx','JXdAB','cluster-role.yaml','fTaWi','jFtHm','dAWjp','uGyuA','Adding\x20Ingress','Adding\x20Cert\x20Issuer','namespaceExists','replaceNamespacedDeployment','TXIfZ','axPBb','yBbCF','fknuf','xAmMI','debug','zdNNB','MCfzY','CfyiR','GCdhy','uEaNp','ncHJy','Adding\x20MetricsServer\x20Service','private-ingress-nginx-controller','avmSb','<ClusterName>','Adding\x20Autoscaler\x20Deployment','cnzzj','../utils/webSocketUtils','UVqnT','AioKW','hub-service.yaml','Adding\x20browser-node-role-binding\x20role\x20binding','SDJgc','hfWrw','removeGridComponents','znGUW','krQmF','load','GWXNh','AZkPr','NXRzz','aGuvl','createAPIService','hPQGw','GMjDB','networking.gke.io/load-balancer-type:\x20\x22Internal\x22','ytzlp','Vrsfd','TnjIT','Added\x20MetricsServer\x20Components','error','MZmNu','kbmXo','deleteAgent','SCpHF','wHkIa','Scaled\x20up\x20deployment','lJOGW','ypqmK','UTeEY','mLNxb','MYwUC','HFYos','rfgXY','Adding\x20MetricsServer\x20API\x20Service','tqZRs','vPyib','browserstack','XYuYJ','QKUdZ','scaleDownHubDeployment','10ndVlyJ','2536548lryekm','123456','tOzRA','4walwSn','eks.amazonaws.com/role-arn','Adding\x20MetricsServer\x20Service\x20Account','message','pzthu','EbSvw','cluster-role-binding-auth-delegator.yaml','clusterrole.yaml','Deleting\x20clusterrolebinding','Adding\x20VPC\x20CNI\x20CM','items','FXuBU','annotations','Added\x20hubdeployment','createNamespacedDeployment','templates','WDbsK','fGyFK','PpVag','WMvzg','enableHubHa','browserstack-turboscale-agent','ingress-nginx','2658010bANJBU','btFzX','zFZkG','lTvrx','Deleted\x20Turboscale\x20Agent','name','aBbEx','mahRn','XxjsL','redisPassword','TGGtM','ONHgD','bstackAccesskey','replaceNamespacedServiceAccount','FdVra','Adding\x20MetricsServer\x20Components','cluster-role-binding.yaml','LouTv','PdCer','Adding\x20browser-node-role\x20cluster\x20role','DgtKe','listNamespacedDeployment','ZNsmX','1|7|14|8|9|3|12|17|16|2|18|10|15|0|5|6|11|13|4','blYNN','jCDoz','AqJwc','deployment.yaml','createdBy','sa.yaml','service.beta.kubernetes.io/aws-load-balancer-internal:\x20\x22true\x22','IxjLi','EnvCT','./deleteStack','cByWx','fxlvk','Namespace\x20Created:\x20','gridProfileId','browserstack-secret.yaml','Adding\x20Autoscaler\x20Components','HOdQW','BKjWd','createClusterRoleBinding','wsglB','./describeStack','NvHlO','RcOHy','isPrivateGrid','cert-manager','Adding\x20default\x20service\x20account','turboscale-agent.yaml','deleteClusterRoleBinding','Deleted\x20cert-manager','HEmlx','pQzgt','service.yaml','DyItG','Adding\x20MetricsServer\x20clusterRoleBinding','vtygW','zQXyS','Adding\x20clusterrolebinding','Cgprx','deleteNamespace','azure.workload.identity/client-id','QPyDp','labels','createNamespacedService','4938616ynZHhh','code','loadAll','RTcFE','metadata','hubHaNameSpace','oIpfo','replicas','pOUoG','nurPP','-cf','role-binding.yaml','\x20cloudformation\x20stack\x20from\x20region\x20','qiWiT','vpc-cni-cm.yaml','Ujahb','namespace','vzYsD','Added\x20Nginx\x20Private\x20Pods\x20and\x20deployments','Outputs','vUzph','api-service.yaml','AltUr','valXv','service-account.yaml','USdaD','Deleting\x20Turboscale\x20Agent','uid','QEIAk','cert-manager-webhook','FKHar','iBzCZ','metrics-server','npZBl','ingress.yaml','sNtKE','AthHH','UxiiC','mZHzx','ughyA','createNamespacedServiceAccount','browser-node-cluster-role-binding.yaml','KsFqq','managedBy','Adding\x20Nginx\x20Private\x20Pods\x20and\x20Services','asFsZ','DHVFj','WGayP','Adding\x20MetricsServer\x20namespacedRoleBinding','VOcMl','getNamespaceUID','axRwc','EZMDw','/readyz','nkLWd','MiTdB','GEwie','corFx','pHnlk','EGFpY','EUnVF','ROFmm','listNamespacedService','RqjuG','Deleting\x20cert-manager','lGjFj','clusterRegion','pQnkC','XwdBh','hvzDl','bBdov','Adding\x20browser-node\x20service\x20account','createNamespacedRoleBinding','UBCOb','scaleUpHubDeployment','metricsServerServiceExists','crds.yaml','HbhYG','cloudProvider','StackName','LDdBM','dXeeG','../config/logger','oPTcA','FDaTj','vrPUm','yIgYB','kYmTj','Added\x20browserstack\x20secret\x20deployment','kLBHg','CBQMZ','Scaled\x20down\x20deployment','nZuFu','yRZdR','ingress-nginx-controller','all','JtUcM','kafkaPassword','WziXJ','enfDj','lJlMY','split','2|1|3|4|0','bstackUsername','SsSzR','VYsNy','Adding\x20MetricsServer\x20Deployment','autoscaler','vzvtE','utf-8','join','statusCode','5234427XGxYxb','deploymentExists','Added\x20browser-node\x20service\x20account','template','SDkdA','Adding\x20Turboscale\x20Agent','zTihk','Adding\x20Nginx\x20Roles\x20and\x20Service\x20Accounts','FHYLM','MMsMa','lpUrX','zqNce','62185TGtJYU','Stacks','QCQgT','YtXNs','DPcml','Adding\x20browserstack\x20secret\x20deployment','Cdtnl','patiD','CaQza','/podReady','Added\x20hubservice','./deleteEFSMountTargets','5|6|4|3|1|7|2|0','Added\x20default\x20service\x20account','Added\x20Cert\x20Manager\x20CRDs','yUWdH','Adding\x20Cert\x20Manager','browserVersion','tpkba','aNCjG','Adding\x20MetricsServer\x20clusterRole\x20for\x20aggregated\x20reader','helper.yaml','ppBpx','createClusterRole','readNamespace'];a33_0x4c6b=function(){return _0x5b9905;};return a33_0x4c6b();}const a33_0x2f424a=a33_0xac05;(function(_0x320870,_0x568b81){const _0x5c6811=a33_0xac05,_0x4bdfff=_0x320870();while(!![]){try{const _0x5e3390=parseInt(_0x5c6811(0x1e7))/0x1*(parseInt(_0x5c6811(0x232))/0x2)+parseInt(_0x5c6811(0x215))/0x3+parseInt(_0x5c6811(0x2b0))/0x4*(parseInt(_0x5c6811(0x2c7))/0x5)+-parseInt(_0x5c6811(0x2ad))/0x6+-parseInt(_0x5c6811(0x240))/0x7+parseInt(_0x5c6811(0x16b))/0x8+parseInt(_0x5c6811(0x1db))/0x9*(-parseInt(_0x5c6811(0x2ac))/0xa);if(_0x5e3390===_0x568b81)break;else _0x4bdfff['push'](_0x4bdfff['shift']());}catch(_0x719ec5){_0x4bdfff['push'](_0x4bdfff['shift']());}}}(a33_0x4c6b,0x4ef95));function a33_0xac05(_0xaca659,_0x2162f6){const _0x4c6b34=a33_0x4c6b();return a33_0xac05=function(_0xac058e,_0x2ee45b){_0xac058e=_0xac058e-0x15d;let _0x56b7b9=_0x4c6b34[_0xac058e];return _0x56b7b9;},a33_0xac05(_0xaca659,_0x2162f6);}const fs=require('fs'),yaml=require(a33_0x2f424a(0x22b)),path=require(a33_0x2f424a(0x24f)),{v4:uuidv4}=require('uuid'),{logger}=require(a33_0x2f424a(0x1bd)),{AG_API_URL,global_registry,CLUSTER_DEP_STACK_NAME,CLUSTER_AUTOSCALER_STACK_NAME,CLUSTER_HUB_HA_STACK_NAME,AZURE,GCP,TURBOSCALE_DEPLOYMENT}=require(a33_0x2f424a(0x230)),{deleteClusterStack}=require(a33_0x2f424a(0x2e8)),{kubeApply,waitForDeployment,encodeBase64}=require(a33_0x2f424a(0x24c)),{delay}=require(a33_0x2f424a(0x280)),{describeClusterStack}=require(a33_0x2f424a(0x2f3)),{deleteEFSMountTarget}=require(a33_0x2f424a(0x1f2)),applyTemplate=async(_0x657bb9,_0x4cbb74,_0x58fac6={})=>{const _0x55b603=a33_0x2f424a,_0x418330={};_0x418330[_0x55b603(0x2c8)]=function(_0x13b9e1,_0x1c0dbe){return _0x13b9e1===_0x1c0dbe;},_0x418330[_0x55b603(0x20e)]='metrics-server',_0x418330['pzthu']='123456',_0x418330[_0x55b603(0x252)]='service.beta.kubernetes.io/aws-load-balancer-internal:\x20\x22true\x22',_0x418330[_0x55b603(0x2bb)]=_0x55b603(0x255),_0x418330[_0x55b603(0x19c)]='templates',_0x418330[_0x55b603(0x19e)]='utf-8',_0x418330[_0x55b603(0x2aa)]='false',_0x418330[_0x55b603(0x239)]=function(_0x2a151f,_0x59d583){return _0x2a151f!=_0x59d583;},_0x418330[_0x55b603(0x1bf)]=function(_0x34eebf,_0x287072){return _0x34eebf!==_0x287072;},_0x418330[_0x55b603(0x248)]=function(_0x2962f6,_0x5297c1){return _0x2962f6===_0x5297c1;},_0x418330[_0x55b603(0x286)]='RXlrJ',_0x418330[_0x55b603(0x2a9)]=_0x55b603(0x22f),_0x418330['AthHH']=_0x55b603(0x1f0),_0x418330['MZmNu']='knwpa',_0x418330[_0x55b603(0x202)]=_0x55b603(0x289),_0x418330[_0x55b603(0x2db)]=_0x55b603(0x1a0),_0x418330[_0x55b603(0x1c5)]=function(_0x2ae606,_0x20de4f){return _0x2ae606!==_0x20de4f;},_0x418330[_0x55b603(0x1e3)]=_0x55b603(0x236),_0x418330[_0x55b603(0x1c2)]=_0x55b603(0x23b),_0x418330[_0x55b603(0x244)]=_0x55b603(0x1c4),_0x418330['LtBNA']=function(_0x1ad073,_0x3bdf34){return _0x1ad073===_0x3bdf34;},_0x418330[_0x55b603(0x2a0)]=function(_0x5e509b,_0x1e7eb1){return _0x5e509b!==_0x1e7eb1;},_0x418330[_0x55b603(0x26e)]='clientId',_0x418330[_0x55b603(0x1fd)]='hBokm',_0x418330[_0x55b603(0x271)]=function(_0x3f78de,_0x24451e){return _0x3f78de===_0x24451e;},_0x418330[_0x55b603(0x28b)]=_0x55b603(0x245),_0x418330[_0x55b603(0x295)]=function(_0x3f1e8a,_0xba1476){return _0x3f1e8a===_0xba1476;},_0x418330[_0x55b603(0x182)]=_0x55b603(0x231),_0x418330[_0x55b603(0x29e)]=_0x55b603(0x1a3);const _0x2c6494=_0x418330;let _0x5538a3=await fs[_0x55b603(0x24b)](path[_0x55b603(0x1d9)](__dirname,'..',_0x2c6494['VOcMl'],_0x657bb9),_0x2c6494[_0x55b603(0x19e)]);_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<GridNamespace>/g,_0x4cbb74),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<BstackURL>/g,AG_API_URL),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<ClusterName>/g,global_registry['clusterName']),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<BstackUsername>/g,global_registry[_0x55b603(0x1d2)]),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<BstackAccessKey>/g,global_registry[_0x55b603(0x2d3)]),_0x5538a3=_0x5538a3['replace'](/<GridName>/g,global_registry['gridName']),_0x5538a3=_0x5538a3['replace'](/<Region>/g,global_registry[_0x55b603(0x1ad)]),_0x5538a3=_0x5538a3['replace'](/<CloudProvider>/g,global_registry[_0x55b603(0x1b9)]),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<HubImageVersion>/g,global_registry['hubVersion']),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<BrowserImageVersion>/g,global_registry[_0x55b603(0x1f8)]),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<PrivateGrid>/g,global_registry[_0x55b603(0x2f6)]?_0x2c6494[_0x55b603(0x2bb)]:_0x2c6494[_0x55b603(0x2aa)]);if(_0x2c6494[_0x55b603(0x239)](global_registry[_0x55b603(0x2c4)],null)&&_0x2c6494['FDaTj'](global_registry['enableHubHa'],undefined)&&global_registry['enableHubHa']){if(_0x2c6494[_0x55b603(0x248)](_0x2c6494[_0x55b603(0x286)],_0x2c6494['XYuYJ'])){if(_0x2c6494[_0x55b603(0x2c8)](_0x458105[_0x5b1523][_0x55b603(0x16f)][_0x55b603(0x2cc)],_0x2c6494['fnnqa']))return!![];}else _0x5538a3=_0x5538a3['replace'](/<ReadinessProbePath>/g,_0x2c6494[_0x55b603(0x18f)]),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<EnableHubHa>/g,_0x2c6494[_0x55b603(0x2bb)]),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<HubHaNameSpace>/g,global_registry[_0x55b603(0x170)]);}else{if(_0x2c6494['FDaTj'](_0x2c6494[_0x55b603(0x298)],_0x2c6494[_0x55b603(0x202)]))_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<ReadinessProbePath>/g,_0x2c6494[_0x55b603(0x2db)]),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<EnableHubHa>/g,_0x2c6494[_0x55b603(0x2aa)]),_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<HubHaNameSpace>/g,'');else return _0x2c6494[_0x55b603(0x2b4)];}_0x2c6494[_0x55b603(0x239)](global_registry[_0x55b603(0x2ec)],null)&&_0x2c6494[_0x55b603(0x1c5)](global_registry[_0x55b603(0x2ec)],undefined)?_0x2c6494['CBQMZ'](_0x2c6494[_0x55b603(0x1e3)],_0x2c6494['FHYLM'])?_0x4fb281=_0x2c6494[_0x55b603(0x252)]:_0x5538a3=_0x5538a3['replace'](/<GridProfileID>/g,global_registry[_0x55b603(0x2ec)]):_0x2c6494[_0x55b603(0x2c8)](_0x2c6494['kYmTj'],_0x2c6494[_0x55b603(0x244)])?_0x16a7f2['debug'](_0x4cd3bd['message']):_0x5538a3=_0x5538a3[_0x55b603(0x22e)](/<GridProfileID>/g,'');const _0x37025f=yaml[_0x55b603(0x28a)](_0x5538a3);if(_0x2c6494[_0x55b603(0x22a)](global_registry[_0x55b603(0x1b9)],AZURE)&&_0x2c6494[_0x55b603(0x2a0)](_0x58fac6[_0x2c6494['TXIfZ']],undefined)){if(_0x2c6494[_0x55b603(0x22a)](_0x2c6494[_0x55b603(0x1fd)],_0x2c6494[_0x55b603(0x1fd)])){const _0x42473c={};_0x42473c[_0x55b603(0x167)]=''+_0x58fac6[_0x55b603(0x253)],_0x37025f['metadata']={'annotations':_0x42473c,..._0x37025f[_0x55b603(0x16f)]};}else _0x3cbc34['error'](_0x55b603(0x222)+_0x556833+':',_0x1f3e90[_0x55b603(0x2b3)]);}if(_0x2c6494[_0x55b603(0x2c8)](global_registry[_0x55b603(0x1b9)],AZURE)&&_0x2c6494[_0x55b603(0x271)](_0x657bb9,_0x2c6494['GWXNh'])){if(_0x2c6494[_0x55b603(0x295)](_0x2c6494[_0x55b603(0x182)],_0x2c6494[_0x55b603(0x29e)])){const _0x529233={'azure.workload.identity/use':_0x2c6494[_0x55b603(0x2bb)],..._0x2265ad[_0x55b603(0x218)][_0x55b603(0x1de)][_0x55b603(0x16f)][_0x55b603(0x169)]};_0x4dbc99[_0x55b603(0x218)]['template']['metadata']['labels']=_0x529233;}else _0x37025f[_0x55b603(0x218)][_0x55b603(0x1de)][_0x55b603(0x16f)][_0x55b603(0x169)]={'azure.workload.identity/use':_0x2c6494['FXuBU'],..._0x37025f[_0x55b603(0x218)]['template']['metadata'][_0x55b603(0x169)]};}return _0x37025f;};exports[a33_0x2f424a(0x249)]=async(_0x4f4a81,_0x34984c,_0x29ebf6,_0x4a5cad,_0x1963a7,_0x218e6b,_0x1a6ab6)=>{const _0x25ff7d=a33_0x2f424a,_0x1f6fed={};_0x1f6fed[_0x25ff7d(0x1df)]=_0x25ff7d(0x22c),_0x1f6fed[_0x25ff7d(0x1a6)]=_0x25ff7d(0x2bf),_0x1f6fed[_0x25ff7d(0x264)]=_0x25ff7d(0x1d6),_0x1f6fed[_0x25ff7d(0x2d5)]=_0x25ff7d(0x2e4),_0x1f6fed[_0x25ff7d(0x2f4)]=_0x25ff7d(0x1d8),_0x1f6fed[_0x25ff7d(0x1a5)]=_0x25ff7d(0x2b1),_0x1f6fed[_0x25ff7d(0x25e)]='kube-system',_0x1f6fed[_0x25ff7d(0x2c9)]='Adding\x20Autoscaler\x20clusterRole',_0x1f6fed['blYNN']=_0x25ff7d(0x2b7),_0x1f6fed[_0x25ff7d(0x2e0)]='Adding\x20Autoscaler\x20namespacedRole',_0x1f6fed['AZkPr']='role.yaml',_0x1f6fed[_0x25ff7d(0x21a)]='Adding\x20Autoscaler\x20clusterRoleBinding',_0x1f6fed[_0x25ff7d(0x2cf)]=_0x25ff7d(0x2d7),_0x1f6fed[_0x25ff7d(0x2dd)]='Adding\x20Autoscaler\x20namespacedRoleBinding',_0x1f6fed[_0x25ff7d(0x1cd)]=_0x25ff7d(0x176),_0x1f6fed[_0x25ff7d(0x21c)]=_0x25ff7d(0x27e),_0x1f6fed[_0x25ff7d(0x217)]='deployment.yaml',_0x1f6fed[_0x25ff7d(0x190)]=_0x25ff7d(0x27d);const _0x2b989f=_0x1f6fed;let _0x3c1eff=null,_0x1d5e99=null;logger[_0x25ff7d(0x25a)](_0x2b989f[_0x25ff7d(0x1df)]),_0x1d5e99=await fs['readFileAsync'](path['join'](__dirname,'..',_0x2b989f[_0x25ff7d(0x1a6)],_0x2b989f['JXdAB'],_0x2b989f[_0x25ff7d(0x2d5)]),_0x2b989f[_0x25ff7d(0x2f4)]),_0x3c1eff=yaml[_0x25ff7d(0x28a)](_0x1d5e99),_0x3c1eff['metadata']['annotations'][_0x2b989f['pHnlk']]=_0x1a6ab6;const _0x1cf3a4={};_0x1cf3a4['namespace']=_0x2b989f[_0x25ff7d(0x25e)],_0x1cf3a4['body']=_0x3c1eff,await _0x4f4a81[_0x25ff7d(0x193)](_0x1cf3a4),logger[_0x25ff7d(0x25a)](_0x2b989f[_0x25ff7d(0x2c9)]),_0x1d5e99=await fs['readFileAsync'](path[_0x25ff7d(0x1d9)](__dirname,'..',_0x2b989f[_0x25ff7d(0x1a6)],_0x2b989f['JXdAB'],_0x2b989f[_0x25ff7d(0x2df)]),_0x2b989f[_0x25ff7d(0x2f4)]),_0x3c1eff=yaml[_0x25ff7d(0x28a)](_0x1d5e99);const _0x5d167c={};_0x5d167c['body']=_0x3c1eff,await _0x4a5cad[_0x25ff7d(0x1fe)](_0x5d167c),logger[_0x25ff7d(0x25a)](_0x2b989f[_0x25ff7d(0x2e0)]),_0x1d5e99=await fs[_0x25ff7d(0x24b)](path['join'](__dirname,'..',_0x2b989f[_0x25ff7d(0x1a6)],_0x2b989f[_0x25ff7d(0x264)],_0x2b989f[_0x25ff7d(0x28c)]),_0x2b989f['NvHlO']),_0x3c1eff=yaml['load'](_0x1d5e99);const _0x34df08={};_0x34df08[_0x25ff7d(0x17b)]=_0x2b989f[_0x25ff7d(0x25e)],_0x34df08[_0x25ff7d(0x219)]=_0x3c1eff,await _0x4a5cad['createNamespacedRole'](_0x34df08),logger['info'](_0x2b989f[_0x25ff7d(0x21a)]),_0x1d5e99=await fs[_0x25ff7d(0x24b)](path[_0x25ff7d(0x1d9)](__dirname,'..',_0x2b989f[_0x25ff7d(0x1a6)],_0x2b989f[_0x25ff7d(0x264)],_0x2b989f[_0x25ff7d(0x2cf)]),_0x2b989f[_0x25ff7d(0x2f4)]),_0x3c1eff=yaml['load'](_0x1d5e99);const _0x3e4740={};_0x3e4740[_0x25ff7d(0x219)]=_0x3c1eff,await _0x4a5cad[_0x25ff7d(0x2f1)](_0x3e4740),logger[_0x25ff7d(0x25a)](_0x2b989f[_0x25ff7d(0x2dd)]),_0x1d5e99=await fs['readFileAsync'](path['join'](__dirname,'..',_0x2b989f[_0x25ff7d(0x1a6)],_0x2b989f[_0x25ff7d(0x264)],_0x2b989f['WziXJ']),_0x2b989f[_0x25ff7d(0x2f4)]),_0x3c1eff=yaml['load'](_0x1d5e99);const _0x3df7e9={};_0x3df7e9[_0x25ff7d(0x17b)]=_0x2b989f[_0x25ff7d(0x25e)],_0x3df7e9[_0x25ff7d(0x219)]=_0x3c1eff,await _0x4a5cad[_0x25ff7d(0x1b3)](_0x3df7e9),logger[_0x25ff7d(0x25a)](_0x2b989f[_0x25ff7d(0x21c)]),_0x1d5e99=await fs[_0x25ff7d(0x24b)](path['join'](__dirname,'..',_0x2b989f[_0x25ff7d(0x1a6)],_0x2b989f[_0x25ff7d(0x264)],_0x2b989f[_0x25ff7d(0x217)]),_0x2b989f[_0x25ff7d(0x2f4)]),_0x1d5e99=_0x1d5e99[_0x25ff7d(0x22e)](_0x2b989f[_0x25ff7d(0x190)],_0x218e6b),_0x3c1eff=yaml['load'](_0x1d5e99);const _0xc8549a={};_0xc8549a[_0x25ff7d(0x17b)]=_0x2b989f[_0x25ff7d(0x25e)],_0xc8549a[_0x25ff7d(0x219)]=_0x3c1eff,await _0x34984c[_0x25ff7d(0x2be)](_0xc8549a);},exports['addMetricServerComponents']=async(_0x10b014,_0x1f348f,_0x19cd43,_0x2d3206)=>{const _0x28129f=a33_0x2f424a,_0x1a4137={};_0x1a4137[_0x28129f(0x228)]=_0x28129f(0x2b2),_0x1a4137[_0x28129f(0x23c)]=_0x28129f(0x2bf),_0x1a4137[_0x28129f(0x28e)]=_0x28129f(0x18b),_0x1a4137['VYsNy']=_0x28129f(0x183),_0x1a4137[_0x28129f(0x278)]=_0x28129f(0x1d8),_0x1a4137[_0x28129f(0x26f)]='kube-system',_0x1a4137[_0x28129f(0x2f0)]=_0x28129f(0x1fb),_0x1a4137[_0x28129f(0x208)]='cluster-role-aggregated-reader.yaml',_0x1a4137[_0x28129f(0x17c)]=_0x28129f(0x243),_0x1a4137['HFYos']=_0x28129f(0x265),_0x1a4137[_0x28129f(0x282)]=_0x28129f(0x19b),_0x1a4137[_0x28129f(0x1ee)]=_0x28129f(0x176),_0x1a4137['yBTeG']=_0x28129f(0x161),_0x1a4137[_0x28129f(0x201)]=_0x28129f(0x2b6),_0x1a4137[_0x28129f(0x2ef)]=_0x28129f(0x2d7),_0x1a4137[_0x28129f(0x191)]=_0x28129f(0x27a),_0x1a4137[_0x28129f(0x15e)]=_0x28129f(0x15f),_0x1a4137['KsFqq']=_0x28129f(0x1d5),_0x1a4137[_0x28129f(0x2d2)]=_0x28129f(0x2e2),_0x1a4137[_0x28129f(0x198)]=_0x28129f(0x2a5),_0x1a4137['zQXyS']=_0x28129f(0x180);const _0x1fc5a9=_0x1a4137;logger[_0x28129f(0x25a)](_0x1fc5a9['GXxwO']);let _0x47a716=await fs['readFileAsync'](path[_0x28129f(0x1d9)](__dirname,'..',_0x1fc5a9['eTfxk'],_0x1fc5a9[_0x28129f(0x28e)],_0x1fc5a9[_0x28129f(0x1d4)]),_0x1fc5a9[_0x28129f(0x278)]),_0x24a0a7=yaml[_0x28129f(0x28a)](_0x47a716);const _0x274a2f={};_0x274a2f[_0x28129f(0x17b)]=_0x1fc5a9[_0x28129f(0x26f)],_0x274a2f[_0x28129f(0x219)]=_0x24a0a7,await _0x10b014['createNamespacedServiceAccount'](_0x274a2f),logger[_0x28129f(0x25a)](_0x1fc5a9[_0x28129f(0x2f0)]),_0x47a716=await fs[_0x28129f(0x24b)](path[_0x28129f(0x1d9)](__dirname,'..',_0x1fc5a9[_0x28129f(0x23c)],_0x1fc5a9[_0x28129f(0x28e)],_0x1fc5a9[_0x28129f(0x208)]),_0x1fc5a9[_0x28129f(0x278)]),_0x24a0a7=yaml['load'](_0x47a716);const _0x53f51d={};_0x53f51d[_0x28129f(0x219)]=_0x24a0a7,await _0x19cd43['createClusterRole'](_0x53f51d),logger[_0x28129f(0x25a)](_0x1fc5a9[_0x28129f(0x17c)]),_0x47a716=await fs[_0x28129f(0x24b)](path[_0x28129f(0x1d9)](__dirname,'..',_0x1fc5a9[_0x28129f(0x23c)],_0x1fc5a9[_0x28129f(0x28e)],_0x1fc5a9[_0x28129f(0x2a3)]),_0x1fc5a9[_0x28129f(0x278)]),_0x24a0a7=yaml[_0x28129f(0x28a)](_0x47a716);const _0x2586a7={};_0x2586a7['body']=_0x24a0a7,await _0x19cd43[_0x28129f(0x1fe)](_0x2586a7),logger['info'](_0x1fc5a9[_0x28129f(0x282)]),_0x47a716=await fs[_0x28129f(0x24b)](path[_0x28129f(0x1d9)](__dirname,'..',_0x1fc5a9[_0x28129f(0x23c)],_0x1fc5a9[_0x28129f(0x28e)],_0x1fc5a9[_0x28129f(0x1ee)]),_0x1fc5a9[_0x28129f(0x278)]),_0x24a0a7=yaml[_0x28129f(0x28a)](_0x47a716);const _0x3c53df={};_0x3c53df[_0x28129f(0x17b)]=_0x1fc5a9[_0x28129f(0x26f)],_0x3c53df['body']=_0x24a0a7,await _0x19cd43[_0x28129f(0x1b3)](_0x3c53df),logger['info'](_0x1fc5a9['yBTeG']),_0x47a716=await fs[_0x28129f(0x24b)](path[_0x28129f(0x1d9)](__dirname,'..',_0x1fc5a9['eTfxk'],_0x1fc5a9['aGuvl'],_0x1fc5a9['yOTor']),_0x1fc5a9[_0x28129f(0x278)]),_0x24a0a7=yaml[_0x28129f(0x28a)](_0x47a716);const _0x3eff77={};_0x3eff77['body']=_0x24a0a7,await _0x19cd43[_0x28129f(0x2f1)](_0x3eff77),logger['info'](_0x1fc5a9['yBTeG']),_0x47a716=await fs[_0x28129f(0x24b)](path[_0x28129f(0x1d9)](__dirname,'..',_0x1fc5a9[_0x28129f(0x23c)],_0x1fc5a9[_0x28129f(0x28e)],_0x1fc5a9[_0x28129f(0x2ef)]),_0x1fc5a9['uEaNp']),_0x24a0a7=yaml[_0x28129f(0x28a)](_0x47a716);const _0x4d37fa={};_0x4d37fa['body']=_0x24a0a7,await _0x19cd43[_0x28129f(0x2f1)](_0x4d37fa),logger[_0x28129f(0x25a)](_0x1fc5a9[_0x28129f(0x191)]),_0x47a716=await fs[_0x28129f(0x24b)](path[_0x28129f(0x1d9)](__dirname,'..',_0x1fc5a9[_0x28129f(0x23c)],_0x1fc5a9[_0x28129f(0x28e)],_0x1fc5a9['pQzgt']),_0x1fc5a9[_0x28129f(0x278)]),_0x24a0a7=yaml[_0x28129f(0x28a)](_0x47a716);const _0x237014={};_0x237014['namespace']=_0x1fc5a9[_0x28129f(0x26f)],_0x237014[_0x28129f(0x219)]=_0x24a0a7,await _0x10b014[_0x28129f(0x16a)](_0x237014),logger[_0x28129f(0x25a)](_0x1fc5a9[_0x28129f(0x195)]),_0x47a716=await fs[_0x28129f(0x24b)](path['join'](__dirname,'..',_0x1fc5a9['eTfxk'],_0x1fc5a9[_0x28129f(0x28e)],_0x1fc5a9[_0x28129f(0x2d2)]),_0x1fc5a9[_0x28129f(0x278)]),_0x24a0a7=yaml[_0x28129f(0x28a)](_0x47a716);const _0x14e7e5={};_0x14e7e5[_0x28129f(0x17b)]=_0x1fc5a9[_0x28129f(0x26f)],_0x14e7e5[_0x28129f(0x219)]=_0x24a0a7,await _0x1f348f[_0x28129f(0x2be)](_0x14e7e5),logger[_0x28129f(0x25a)](_0x1fc5a9[_0x28129f(0x198)]),_0x47a716=await fs[_0x28129f(0x24b)](path[_0x28129f(0x1d9)](__dirname,'..',_0x1fc5a9[_0x28129f(0x23c)],_0x1fc5a9[_0x28129f(0x28e)],_0x1fc5a9[_0x28129f(0x163)]),_0x1fc5a9[_0x28129f(0x278)]),_0x24a0a7=yaml[_0x28129f(0x28a)](_0x47a716);const _0x1ac678={};_0x1ac678[_0x28129f(0x219)]=_0x24a0a7,await _0x2d3206[_0x28129f(0x28f)](_0x1ac678);},exports[a33_0x2f424a(0x1b6)]=async _0x974249=>{const _0x46c8de=a33_0x2f424a,_0x353ec5={};_0x353ec5[_0x46c8de(0x18e)]='/podReady',_0x353ec5[_0x46c8de(0x160)]=_0x46c8de(0x255),_0x353ec5['EbSvw']=_0x46c8de(0x292),_0x353ec5[_0x46c8de(0x173)]='kube-system',_0x353ec5[_0x46c8de(0x1ae)]=function(_0x2944c9,_0xed1311){return _0x2944c9<_0xed1311;},_0x353ec5[_0x46c8de(0x200)]=function(_0x48f7c3,_0x12451c){return _0x48f7c3!==_0x12451c;},_0x353ec5['WMvzg']='BLcbt',_0x353ec5[_0x46c8de(0x1d3)]='xByGE',_0x353ec5[_0x46c8de(0x2c0)]=function(_0x24d355,_0x677960){return _0x24d355===_0x677960;},_0x353ec5['hlCBC']=_0x46c8de(0x18b),_0x353ec5['EnvCT']='FzLdO';const _0x5e1418=_0x353ec5,_0x4cf7c1={};_0x4cf7c1[_0x46c8de(0x17b)]=_0x5e1418[_0x46c8de(0x173)];const _0x41a84a=await _0x974249[_0x46c8de(0x1a9)](_0x4cf7c1),_0x2fb6c2=_0x41a84a?.[_0x46c8de(0x2ba)];for(let _0x5e35bd=0x0;_0x5e1418[_0x46c8de(0x1ae)](_0x5e35bd,_0x2fb6c2[_0x46c8de(0x220)]);_0x5e35bd++){if(_0x5e1418['irZmw'](_0x5e1418[_0x46c8de(0x2c3)],_0x5e1418[_0x46c8de(0x1d3)])){if(_0x5e1418[_0x46c8de(0x2c0)](_0x2fb6c2[_0x5e35bd][_0x46c8de(0x16f)][_0x46c8de(0x2cc)],_0x5e1418['hlCBC'])){if(_0x5e1418[_0x46c8de(0x2c0)](_0x5e1418[_0x46c8de(0x2e7)],_0x5e1418[_0x46c8de(0x2e7)]))return!![];else _0x17dc39=_0x536661[_0x46c8de(0x22e)](/<ReadinessProbePath>/g,_0x5e1418[_0x46c8de(0x18e)]),_0x5ef66e=_0x33d880[_0x46c8de(0x22e)](/<EnableHubHa>/g,_0x5e1418[_0x46c8de(0x160)]),_0x4a1096=_0x580797['replace'](/<HubHaNameSpace>/g,_0x2b6900[_0x46c8de(0x170)]);}}else _0x4a0732=_0x5e1418[_0x46c8de(0x2b5)];}return![];},exports['namespaceExists']=async(_0x1b4722,_0x533b41)=>{const _0x58483e=a33_0x2f424a,_0x29c561={};_0x29c561[_0x58483e(0x18c)]=function(_0x4f13a3,_0x591c8){return _0x4f13a3===_0x591c8;},_0x29c561[_0x58483e(0x1ed)]=function(_0x35b783,_0x220a16){return _0x35b783!==_0x220a16;},_0x29c561[_0x58483e(0x233)]='xWNOi',_0x29c561[_0x58483e(0x1e5)]=function(_0x1a3340,_0x1cfe31){return _0x1a3340!==_0x1cfe31;},_0x29c561['jFtHm']=_0x58483e(0x250),_0x29c561[_0x58483e(0x1b1)]='BJHZl';const _0x491b59=_0x29c561;try{if(_0x491b59[_0x58483e(0x1ed)](_0x491b59[_0x58483e(0x233)],_0x491b59[_0x58483e(0x233)]))_0x61a2d8=_0xdf3b53[_0x58483e(0x22e)](/<GridProfileID>/g,_0x2e6670[_0x58483e(0x2ec)]);else{const _0x2634e5={};_0x2634e5[_0x58483e(0x2cc)]=_0x533b41;const _0x592d93=await _0x1b4722[_0x58483e(0x1ff)](_0x2634e5);return!![];}}catch(_0x1748a0){if(_0x491b59[_0x58483e(0x1e5)](_0x491b59[_0x58483e(0x267)],_0x491b59['bBdov']))return![];else{if(_0x491b59['npZBl'](_0x1f07f6['statusCode'],0x199)||_0x491b59[_0x58483e(0x18c)](_0x8c3d05[_0x58483e(0x16c)],0x199))_0x326456['debug'](_0x33d1dd[_0x58483e(0x2b3)]);else throw _0x12085d;}}},exports['deploymentExists']=async(_0x1dcfe8,_0x146f56,_0x7aff98)=>{const _0x3c31cc=a33_0x2f424a,_0x1ca29a={};_0x1ca29a[_0x3c31cc(0x2f2)]=function(_0x231dba,_0x5684cc){return _0x231dba!==_0x5684cc;},_0x1ca29a['Btnwn']=_0x3c31cc(0x2a4),_0x1ca29a['TGGtM']=function(_0x45054b,_0x3db8a7){return _0x45054b===_0x3db8a7;},_0x1ca29a[_0x3c31cc(0x2a7)]=_0x3c31cc(0x281),_0x1ca29a['eBYLh']=_0x3c31cc(0x171);const _0x14d34a=_0x1ca29a;try{if(_0x14d34a[_0x3c31cc(0x2f2)](_0x14d34a['Btnwn'],_0x14d34a['Btnwn']))throw _0x38a927;else{const _0x3bddc1=await _0x1dcfe8[_0x3c31cc(0x2dc)](_0x146f56),_0xc43348=_0x3bddc1[_0x3c31cc(0x219)][_0x3c31cc(0x2ba)][_0x3c31cc(0x23d)](_0x53833d=>_0x53833d['metadata'][_0x3c31cc(0x2cc)]===_0x7aff98);return _0xc43348?!![]:![];}}catch(_0x38c129){if(_0x14d34a[_0x3c31cc(0x2d1)](_0x14d34a[_0x3c31cc(0x2a7)],_0x14d34a[_0x3c31cc(0x235)]))_0x300d43=_0x5a94bb[_0x3c31cc(0x22e)](/<GridProfileID>/g,'');else return![];}},exports[a33_0x2f424a(0x25f)]=async(_0x4cdb86,_0x2af26c)=>{const _0x537a0c=a33_0x2f424a,_0x4012ed={'FANeb':function(_0x36276b,_0x4e3609){return _0x36276b(_0x4e3609);},'OOdUz':function(_0x45c6dc,_0x5471e6){return _0x45c6dc(_0x5471e6);},'OkQpD':function(_0x3cc13f,_0x22013c){return _0x3cc13f!==_0x22013c;},'SDJgc':_0x537a0c(0x20b),'fGyFK':function(_0x312e21,_0x2ceb08){return _0x312e21===_0x2ceb08;},'qBXIf':_0x537a0c(0x1e4),'kSKIf':'Browserstack'};if(_0x4012ed['OkQpD'](_0x2af26c,_0x4012ed[_0x537a0c(0x285)])){if(_0x4012ed[_0x537a0c(0x2c1)](_0x4012ed[_0x537a0c(0x23a)],_0x4012ed[_0x537a0c(0x23a)])){const _0x316a5d={};_0x316a5d[_0x537a0c(0x2e3)]=_0x4012ed[_0x537a0c(0x223)],_0x316a5d[_0x537a0c(0x196)]=_0x4012ed['kSKIf'];const _0x3d61d1={};_0x3d61d1[_0x537a0c(0x2cc)]=_0x2af26c,_0x3d61d1[_0x537a0c(0x2bc)]=_0x316a5d;const _0x3a1502={};_0x3a1502[_0x537a0c(0x16f)]=_0x3d61d1;const _0x341a10=_0x3a1502,_0x557169={};_0x557169[_0x537a0c(0x219)]=_0x341a10,await _0x4cdb86[_0x537a0c(0x25f)](_0x557169),logger['info'](_0x537a0c(0x2eb)+_0x2af26c);}else _0x4a7d29=_0x482c9b[_0x537a0c(0x22e)](/<RedisClientPassword>/g,_0x4012ed['FANeb'](_0xd31b41,_0x5a9b0e[_0x537a0c(0x2d0)])),_0x316813=_0x137bf1[_0x537a0c(0x22e)](/<KafkaClientPassword>/g,_0x4012ed['OOdUz'](_0x4f112d,_0x3b1f9c[_0x537a0c(0x1cc)]));}},exports[a33_0x2f424a(0x19d)]=async(_0x4ea576,_0x324e48)=>{const _0x2f1eef=a33_0x2f424a,_0x32df92={};_0x32df92[_0x2f1eef(0x174)]=_0x2f1eef(0x238),_0x32df92[_0x2f1eef(0x2c2)]=function(_0x14724e,_0xb30f3f){return _0x14724e!==_0xb30f3f;},_0x32df92[_0x2f1eef(0x274)]=_0x2f1eef(0x19f),_0x32df92['nsEnh']='AoXOM',_0x32df92[_0x2f1eef(0x162)]=_0x2f1eef(0x2ae);const _0x445eaa=_0x32df92;try{if(_0x445eaa[_0x2f1eef(0x2c2)](_0x445eaa[_0x2f1eef(0x274)],_0x445eaa[_0x2f1eef(0x274)]))_0xe56827=_0x445eaa['nurPP'];else{const _0x592109={};_0x592109[_0x2f1eef(0x2cc)]=_0x324e48;const _0x5778cd=await _0x4ea576[_0x2f1eef(0x1ff)](_0x592109),_0x1cc42b=_0x5778cd?.[_0x2f1eef(0x16f)]?.[_0x2f1eef(0x186)];return _0x1cc42b;}}catch(_0x4bbf07){return _0x445eaa[_0x2f1eef(0x2c2)](_0x445eaa[_0x2f1eef(0x247)],_0x445eaa[_0x2f1eef(0x247)])?![]:_0x445eaa['vtygW'];}},exports['addGridComponents']=async(_0x526273,_0x476519,_0x488047,_0x215d63,_0xb4da54,_0x4ca3be,_0x4e7605,_0x1d164c,_0x44b82b,_0x4f88b3={},_0x140a9d)=>{const _0x43fe5b=a33_0x2f424a,_0x114967={'txSnc':_0x43fe5b(0x1a0),'xjXap':_0x43fe5b(0x254),'XwdBh':_0x43fe5b(0x164),'RcOHy':function(_0x27e900,_0xaa4a5d,_0x117261){return _0x27e900(_0xaa4a5d,_0x117261);},'LouTv':_0x43fe5b(0x2d7),'ncHJy':_0x43fe5b(0x22d),'ytzlp':function(_0x3da6e7,_0x15c782){return _0x3da6e7!=_0x15c782;},'avmSb':function(_0xf8a469,_0x568a3a){return _0xf8a469!==_0x568a3a;},'corFx':function(_0x25f327,_0x5c3dca){return _0x25f327===_0x5c3dca;},'oPTcA':_0x43fe5b(0x294),'hvzDl':_0x43fe5b(0x2ee),'PKRPL':'Added\x20Autoscaler\x20Components','FXbyd':'OUZnl','MYwUC':'qHcqP','DruIV':_0x43fe5b(0x2d6),'EJmyu':_0x43fe5b(0x296),'CaQza':_0x43fe5b(0x2a1),'RqjuG':_0x43fe5b(0x1c8),'AqJwc':_0x43fe5b(0x1b2),'LDdBM':function(_0x244021,_0x5c4f55,_0x1715d0,_0x29ab43){return _0x244021(_0x5c4f55,_0x1715d0,_0x29ab43);},'PdCer':'browser-node-service-account.yaml','guISb':_0x43fe5b(0x1dd),'enfDj':function(_0x217e3b,_0x227652){return _0x217e3b!==_0x227652;},'MiTdB':_0x43fe5b(0x168),'SCpHF':_0x43fe5b(0x2f8),'fTaWi':function(_0x44d5f6,_0x342130,_0x52579b,_0x462950){return _0x44d5f6(_0x342130,_0x52579b,_0x462950);},'znGUW':'default-service-account.yaml','KlehJ':_0x43fe5b(0x20b),'RCyAO':_0x43fe5b(0x1f4),'shqBX':_0x43fe5b(0x2da),'cvHEr':function(_0x493215,_0x4544ae,_0x37a5f5){return _0x493215(_0x4544ae,_0x37a5f5);},'OHLJV':_0x43fe5b(0x260),'yBbCF':_0x43fe5b(0x25d),'aBbEx':_0x43fe5b(0x284),'uFpTb':_0x43fe5b(0x194),'RTcFE':'Added\x20browser-node-role-binding\x20role\x20binding','nZuFu':function(_0x519ca1,_0x5d2597){return _0x519ca1===_0x5d2597;},'EUnVF':_0x43fe5b(0x1c1),'nYvJt':_0x43fe5b(0x2af),'nyJXC':_0x43fe5b(0x2c6),'wHkIa':'6|5|1|9|8|2|4|3|7|0','QEIAk':'Added\x20Nginx\x20Pods\x20and\x20deployments','dIEiQ':_0x43fe5b(0x20d),'Tdlav':_0x43fe5b(0x2bf),'GCdhy':'nginx','psOHG':'pods-and-services.yaml','ROFmm':'utf-8','zTihk':_0x43fe5b(0x1fc),'IxjLi':_0x43fe5b(0x1e2),'yjPGY':_0x43fe5b(0x259),'xAmMI':_0x43fe5b(0x197),'kbmXo':_0x43fe5b(0x238),'PUkxs':'networking.gke.io/load-balancer-type:\x20\x22Internal\x22','vUzph':_0x43fe5b(0x2e5),'pjkFm':_0x43fe5b(0x20c),'zmMhU':function(_0x53f664,_0x5592b8,_0x5525cf){return _0x53f664(_0x5592b8,_0x5525cf);},'pfLgz':_0x43fe5b(0x17d),'uGyuA':_0x43fe5b(0x1d1),'hPQGw':_0x43fe5b(0x24a),'hNbpj':_0x43fe5b(0x179),'gAtEo':_0x43fe5b(0x2b9),'WDBab':function(_0x3e488e,_0x5efd68,_0x3518dd){return _0x3e488e(_0x5efd68,_0x3518dd);},'UBCOb':_0x43fe5b(0x2f7),'WGayP':_0x43fe5b(0x2de),'ughyA':function(_0x26d025,_0x24645a,_0x55c3e7,_0x9842f9,_0x472764){return _0x26d025(_0x24645a,_0x55c3e7,_0x9842f9,_0x472764);},'witQt':_0x43fe5b(0x24e),'qKGDB':'Added\x20Cert\x20Manager','tqZRs':_0x43fe5b(0x1f7),'xcBjq':'Added\x20Cert\x20Issuer','LvqZp':_0x43fe5b(0x26b),'dAWjp':'clusterissuer.yaml','wFCrF':_0x43fe5b(0x1b7),'lTvrx':function(_0x24bc9f,_0x1df083,_0x1c7f63){return _0x24bc9f(_0x1df083,_0x1c7f63);},'vzvtE':_0x43fe5b(0x1f5),'PEsaG':_0x43fe5b(0x242),'JtUcM':'cert-manager.yaml','giiIY':_0x43fe5b(0x188),'FJtpy':function(_0x468c7f,_0x562471,_0x127d7a){return _0x468c7f(_0x562471,_0x127d7a);},'fxlvk':_0x43fe5b(0x213),'cByWx':_0x43fe5b(0x2a8),'mahRn':_0x43fe5b(0x2c5),'Rebjo':_0x43fe5b(0x1f3),'aNCjG':_0x43fe5b(0x20f),'iBzCZ':function(_0x2881e0,_0x4dd946,_0x158b51){return _0x2881e0(_0x4dd946,_0x158b51);},'PVijU':_0x43fe5b(0x1e0),'jxfZj':_0x43fe5b(0x2f9),'CfyiR':'Adding\x20hubservice','bRbGZ':function(_0x58c871,_0x5ad038,_0x58b603){return _0x58c871(_0x5ad038,_0x58b603);},'AltUr':_0x43fe5b(0x283),'CZeci':_0x43fe5b(0x1f1),'ypqmK':_0x43fe5b(0x1ec),'wPryj':_0x43fe5b(0x2ed),'DHVFj':function(_0xed5f35,_0x196aaa){return _0xed5f35(_0x196aaa);},'dXeeG':function(_0x13c52e,_0x372297){return _0x13c52e(_0x372297);},'wwUwd':function(_0x8daa50,_0x3a653f){return _0x8daa50(_0x3a653f);},'USdaD':function(_0x23eb02,_0x3f2727,_0x2d10b9){return _0x23eb02(_0x3f2727,_0x2d10b9);},'Klxoa':_0x43fe5b(0x1c3),'tzGOB':'Adding\x20hubdeployment','DPcml':function(_0x4b6621,_0x1d281c,_0x4f5f0f){return _0x4b6621(_0x1d281c,_0x4f5f0f);},'XqHnP':_0x43fe5b(0x245),'PhNVh':_0x43fe5b(0x2bd),'FKHar':_0x43fe5b(0x26a),'Pxjwq':function(_0x53ad20,_0x43aa44,_0x462022,_0xc427ae,_0x2ceda4){return _0x53ad20(_0x43aa44,_0x462022,_0xc427ae,_0x2ceda4);},'YtXNs':_0x43fe5b(0x1c9),'vrPUm':_0x43fe5b(0x27b),'qiWiT':_0x43fe5b(0x18d),'tpkba':'nginx-private','yUWdH':'Added\x20Ingress','ApzOd':function(_0x846cb9,_0x1bb025){return _0x846cb9(_0x1bb025);}};let _0x3c204e=null,_0x180a06=null;logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x1af)]),_0x3c204e=await _0x114967[_0x43fe5b(0x2f5)](applyTemplate,_0x114967[_0x43fe5b(0x2d8)],_0xb4da54);const _0x117063={};_0x117063[_0x43fe5b(0x219)]=_0x3c204e,await _0x215d63[_0x43fe5b(0x2f1)](_0x117063),logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x279)]);if(_0x114967[_0x43fe5b(0x293)](_0x4e7605,null)&&_0x114967[_0x43fe5b(0x27c)](_0x4e7605,undefined)){if(_0x114967[_0x43fe5b(0x1a4)](_0x114967[_0x43fe5b(0x1be)],_0x114967['oPTcA']))logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x1b0)]),await this[_0x43fe5b(0x249)](_0x526273,_0x476519,_0x488047,_0x215d63,_0xb4da54,_0x4ca3be,_0x4e7605),logger[_0x43fe5b(0x25a)](_0x114967['PKRPL']);else return![];}const _0x4757ab=await this[_0x43fe5b(0x1b6)](_0x526273);!_0x4757ab&&(_0x114967[_0x43fe5b(0x1a4)](_0x114967[_0x43fe5b(0x24d)],_0x114967[_0x43fe5b(0x2a2)])?(_0x28001e=_0x2c5914['replace'](/<KafkaClientPassword>/g,''),_0x2a083f=_0xd95f26['replace'](/<RedisClientPassword>/g,'')):(logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x23f)]),await this[_0x43fe5b(0x234)](_0x526273,_0x476519,_0x215d63,_0x1d164c),logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x262)])));try{if(_0x114967[_0x43fe5b(0x27c)](_0x114967[_0x43fe5b(0x1ef)],_0x114967[_0x43fe5b(0x1aa)])){logger['info'](_0x114967[_0x43fe5b(0x2e1)]),_0x3c204e=await _0x114967[_0x43fe5b(0x1bb)](applyTemplate,_0x114967[_0x43fe5b(0x2d9)],_0xb4da54,_0x4f88b3);const _0x3245fd={};_0x3245fd[_0x43fe5b(0x17b)]=_0xb4da54,_0x3245fd[_0x43fe5b(0x219)]=_0x3c204e,await _0x526273['createNamespacedServiceAccount'](_0x3245fd),logger['info'](_0x114967['guISb']);if(_0x114967[_0x43fe5b(0x1a4)](global_registry[_0x43fe5b(0x1b9)],AZURE)){if(_0x114967[_0x43fe5b(0x1ce)](_0x114967[_0x43fe5b(0x1a2)],_0x114967[_0x43fe5b(0x1a2)]))_0x4b4eb3=_0x454c1b[_0x43fe5b(0x22e)](/<ReadinessProbePath>/g,_0x114967['txSnc']),_0x307afb=_0x4c47e7[_0x43fe5b(0x22e)](/<EnableHubHa>/g,_0x114967['xjXap']),_0x50fd21=_0xf7f54c[_0x43fe5b(0x22e)](/<HubHaNameSpace>/g,'');else{logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x29b)]),_0x3c204e=await _0x114967[_0x43fe5b(0x266)](applyTemplate,_0x114967[_0x43fe5b(0x288)],_0xb4da54,_0x4f88b3);const _0x34c1ed={};_0x34c1ed[_0x43fe5b(0x2cc)]=_0x114967['KlehJ'],_0x34c1ed[_0x43fe5b(0x17b)]=_0xb4da54,_0x34c1ed[_0x43fe5b(0x219)]=_0x3c204e,await _0x526273[_0x43fe5b(0x2d4)](_0x34c1ed),logger[_0x43fe5b(0x25a)](_0x114967['RCyAO']);}}logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x25b)]),_0x3c204e=await _0x114967[_0x43fe5b(0x23e)](applyTemplate,_0x114967[_0x43fe5b(0x21b)],_0xb4da54);const _0x1a42a6={};_0x1a42a6[_0x43fe5b(0x219)]=_0x3c204e,await _0x215d63[_0x43fe5b(0x1fe)](_0x1a42a6),logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x270)]),logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x2cd)]),_0x3c204e=await _0x114967[_0x43fe5b(0x23e)](applyTemplate,_0x114967['uFpTb'],_0xb4da54);const _0x215749={};_0x215749[_0x43fe5b(0x219)]=_0x3c204e,await _0x215d63[_0x43fe5b(0x2f1)](_0x215749),logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x16e)]);}else return!![];}catch(_0xdc8694){if(_0x114967[_0x43fe5b(0x1c7)](_0xdc8694[_0x43fe5b(0x1da)],0x199)||_0x114967[_0x43fe5b(0x1c7)](_0xdc8694[_0x43fe5b(0x16c)],0x199)){if(_0x114967[_0x43fe5b(0x1a4)](_0x114967[_0x43fe5b(0x1a7)],_0x114967[_0x43fe5b(0x256)])){const _0x263b85={};_0x263b85[_0x43fe5b(0x167)]=''+_0x1530ba[_0x43fe5b(0x253)];const _0x2f19b9={'annotations':_0x263b85,..._0x5ba135[_0x43fe5b(0x16f)]};_0x4799f7[_0x43fe5b(0x16f)]=_0x2f19b9;}else logger[_0x43fe5b(0x273)](_0xdc8694[_0x43fe5b(0x2b3)]);}else throw _0xdc8694;}const _0x1a55d1=await this['namespaceExists'](_0x526273,_0x114967['nyJXC']);if(!_0x1a55d1){const _0x3edbdc=_0x114967[_0x43fe5b(0x29c)][_0x43fe5b(0x1d0)]('|');let _0x4c35a1=0x0;while(!![]){switch(_0x3edbdc[_0x4c35a1++]){case'0':logger['info'](_0x114967[_0x43fe5b(0x187)]);continue;case'1':_0x3c204e=yaml[_0x43fe5b(0x16d)](_0x180a06);continue;case'2':logger['info'](_0x114967['dIEiQ']);continue;case'3':_0x3c204e=yaml['loadAll'](_0x180a06);continue;case'4':_0x180a06=await fs['readFileAsync'](path['join'](__dirname,'..',_0x114967['Tdlav'],_0x114967[_0x43fe5b(0x277)],_0x114967['psOHG']),_0x114967[_0x43fe5b(0x1a8)]);continue;case'5':_0x180a06=await fs[_0x43fe5b(0x24b)](path[_0x43fe5b(0x1d9)](__dirname,'..',_0x114967[_0x43fe5b(0x205)],_0x114967['GCdhy'],_0x114967[_0x43fe5b(0x1e1)]),_0x114967[_0x43fe5b(0x1a8)]);continue;case'6':logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x2e6)]);continue;case'7':await _0x114967[_0x43fe5b(0x23e)](kubeApply,_0x3c204e,_0x44b82b);continue;case'8':logger['info'](_0x114967['yjPGY']);continue;case'9':await _0x114967['cvHEr'](kubeApply,_0x3c204e,_0x44b82b);continue;}break;}}if(global_registry[_0x43fe5b(0x2f6)]){logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x272)]);let _0x25561d;if(_0x114967['corFx'](global_registry[_0x43fe5b(0x1b9)],AZURE))_0x25561d=_0x114967[_0x43fe5b(0x299)];else _0x114967['nZuFu'](global_registry[_0x43fe5b(0x1b9)],GCP)?_0x25561d=_0x114967['PUkxs']:_0x25561d=_0x114967[_0x43fe5b(0x17f)];_0x180a06=await fs[_0x43fe5b(0x24b)](path[_0x43fe5b(0x1d9)](__dirname,'..',_0x114967[_0x43fe5b(0x205)],_0x114967[_0x43fe5b(0x277)],_0x114967['pjkFm']),_0x114967[_0x43fe5b(0x1a8)]),_0x180a06=_0x180a06[_0x43fe5b(0x22e)](/<InternalLoadBalancerAnnotations>/g,_0x25561d),_0x3c204e=yaml['loadAll'](_0x180a06),await _0x114967['zmMhU'](kubeApply,_0x3c204e,_0x44b82b),logger[_0x43fe5b(0x25a)](_0x114967['pfLgz']);}if(global_registry['isNewAWSCluster']){const _0x5d026c=_0x114967[_0x43fe5b(0x269)][_0x43fe5b(0x1d0)]('|');let _0x29aa7d=0x0;while(!![]){switch(_0x5d026c[_0x29aa7d++]){case'0':logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x290)]);continue;case'1':_0x180a06=await fs[_0x43fe5b(0x24b)](path[_0x43fe5b(0x1d9)](__dirname,'..',_0x114967[_0x43fe5b(0x205)],_0x114967['hNbpj']),_0x114967[_0x43fe5b(0x1a8)]);continue;case'2':logger[_0x43fe5b(0x25a)](_0x114967['gAtEo']);continue;case'3':_0x3c204e=yaml[_0x43fe5b(0x16d)](_0x180a06);continue;case'4':await _0x114967['WDBab'](kubeApply,_0x3c204e,_0x44b82b);continue;}break;}}const _0xa4e34a=await this[_0x43fe5b(0x26c)](_0x526273,_0x114967['UBCOb']);if(!_0xa4e34a){const _0xf01455=_0x114967[_0x43fe5b(0x19a)][_0x43fe5b(0x1d0)]('|');let _0xeea838=0x0;while(!![]){switch(_0xf01455[_0xeea838++]){case'0':await _0x114967['ughyA'](waitForDeployment,_0x476519,_0x114967[_0x43fe5b(0x1b4)],_0x114967[_0x43fe5b(0x1b4)],0x7530);continue;case'1':logger[_0x43fe5b(0x25a)](_0x114967['witQt']);continue;case'2':logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x225)]);continue;case'3':logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x2a6)]);continue;case'4':logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x211)]);continue;case'5':logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x229)]);continue;case'6':_0x180a06=await fs[_0x43fe5b(0x24b)](path[_0x43fe5b(0x1d9)](__dirname,'..',_0x114967['Tdlav'],_0x114967[_0x43fe5b(0x1b4)],_0x114967[_0x43fe5b(0x268)]),_0x114967[_0x43fe5b(0x1a8)]);continue;case'7':_0x180a06=await fs[_0x43fe5b(0x24b)](path[_0x43fe5b(0x1d9)](__dirname,'..',_0x114967[_0x43fe5b(0x205)],_0x114967[_0x43fe5b(0x1b4)],_0x114967['wFCrF']),_0x114967[_0x43fe5b(0x1a8)]);continue;case'8':await _0x114967['lTvrx'](kubeApply,_0x3c204e,_0x44b82b);continue;case'9':logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x1d7)]);continue;case'10':await _0x114967[_0x43fe5b(0x192)](waitForDeployment,_0x476519,_0x114967[_0x43fe5b(0x1b4)],_0x114967[_0x43fe5b(0x226)],0x7530);continue;case'11':_0x3c204e=yaml[_0x43fe5b(0x16d)](_0x180a06);continue;case'12':_0x180a06=await fs[_0x43fe5b(0x24b)](path['join'](__dirname,'..',_0x114967[_0x43fe5b(0x205)],_0x114967[_0x43fe5b(0x1b4)],_0x114967[_0x43fe5b(0x1cb)]),_0x114967['ROFmm']);continue;case'13':await _0x114967[_0x43fe5b(0x23e)](kubeApply,_0x3c204e,_0x44b82b);continue;case'14':_0x3c204e=yaml[_0x43fe5b(0x16d)](_0x180a06);continue;case'15':await _0x114967[_0x43fe5b(0x192)](waitForDeployment,_0x476519,_0x114967['UBCOb'],_0x114967[_0x43fe5b(0x212)],0x7530);continue;case'16':await _0x114967['FJtpy'](kubeApply,_0x3c204e,_0x44b82b);continue;case'17':_0x3c204e=yaml[_0x43fe5b(0x16d)](_0x180a06);continue;case'18':logger['info'](_0x114967[_0x43fe5b(0x2ea)]);continue;}break;}}const _0x1421f7=await this[_0x43fe5b(0x26c)](_0x526273,_0x114967[_0x43fe5b(0x2e9)]);!_0x1421f7&&await this[_0x43fe5b(0x25f)](_0x526273,_0x114967[_0x43fe5b(0x2e9)]);const _0x559569=await this[_0x43fe5b(0x1dc)](_0x526273,_0x114967['cByWx'],_0x114967[_0x43fe5b(0x2ce)]);if(!_0x559569){const _0x561ad3=_0x114967[_0x43fe5b(0x206)][_0x43fe5b(0x1d0)]('|');let _0x299511=0x0;while(!![]){switch(_0x561ad3[_0x299511++]){case'0':logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x1fa)]);continue;case'1':_0x180a06=_0x180a06[_0x43fe5b(0x22e)](/<BstackURL>/g,AG_API_URL);continue;case'2':await _0x114967[_0x43fe5b(0x18a)](kubeApply,_0x3c204e,_0x44b82b);continue;case'3':_0x180a06=_0x180a06[_0x43fe5b(0x22e)](/<BstackAccessKey>/g,global_registry['bstackAccesskey']);continue;case'4':_0x180a06=_0x180a06[_0x43fe5b(0x22e)](/<BstackUsername>/g,global_registry[_0x43fe5b(0x1d2)]);continue;case'5':logger['info'](_0x114967['PVijU']);continue;case'6':_0x180a06=await fs[_0x43fe5b(0x24b)](path['join'](__dirname,'..',_0x114967[_0x43fe5b(0x205)],_0x114967[_0x43fe5b(0x227)]),_0x114967[_0x43fe5b(0x1a8)]);continue;case'7':_0x3c204e=yaml[_0x43fe5b(0x16d)](_0x180a06);continue;}break;}}logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x276)]),_0x3c204e=await _0x114967['bRbGZ'](applyTemplate,_0x114967[_0x43fe5b(0x181)],_0xb4da54);const _0x348021={};_0x348021[_0x43fe5b(0x17b)]=_0xb4da54,_0x348021[_0x43fe5b(0x219)]=_0x3c204e,await _0x526273[_0x43fe5b(0x16a)](_0x348021),logger[_0x43fe5b(0x25a)](_0x114967['CZeci']),logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x29f)]);let _0x28ac4c=await fs[_0x43fe5b(0x24b)](path[_0x43fe5b(0x1d9)](__dirname,'..',_0x114967['Tdlav'],_0x114967['wPryj']),_0x114967[_0x43fe5b(0x1a8)]);_0x28ac4c=_0x28ac4c[_0x43fe5b(0x22e)](/<GridNamespace>/g,_0xb4da54),_0x28ac4c=_0x28ac4c[_0x43fe5b(0x22e)](/<BstackUsername>/g,_0x114967[_0x43fe5b(0x199)](encodeBase64,global_registry[_0x43fe5b(0x1d2)])),_0x28ac4c=_0x28ac4c[_0x43fe5b(0x22e)](/<BstackAccessKey>/g,_0x114967[_0x43fe5b(0x1bc)](encodeBase64,global_registry[_0x43fe5b(0x2d3)]));global_registry['enableHubHa']?(_0x28ac4c=_0x28ac4c[_0x43fe5b(0x22e)](/<RedisClientPassword>/g,_0x114967[_0x43fe5b(0x199)](encodeBase64,global_registry['redisPassword'])),_0x28ac4c=_0x28ac4c[_0x43fe5b(0x22e)](/<KafkaClientPassword>/g,_0x114967['wwUwd'](encodeBase64,global_registry['kafkaPassword']))):(_0x28ac4c=_0x28ac4c[_0x43fe5b(0x22e)](/<KafkaClientPassword>/g,''),_0x28ac4c=_0x28ac4c[_0x43fe5b(0x22e)](/<RedisClientPassword>/g,''));const _0x13f94e=yaml['loadAll'](_0x28ac4c);await _0x114967[_0x43fe5b(0x184)](kubeApply,_0x13f94e,_0x44b82b),logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x21e)]),logger['info'](_0x114967[_0x43fe5b(0x224)]),_0x3c204e=await _0x114967[_0x43fe5b(0x1eb)](applyTemplate,_0x114967['XqHnP'],_0xb4da54);const _0x1c43ab={};_0x1c43ab[_0x43fe5b(0x17b)]=_0xb4da54,_0x1c43ab[_0x43fe5b(0x219)]=_0x3c204e,await _0x476519['createNamespacedDeployment'](_0x1c43ab),logger[_0x43fe5b(0x25a)](_0x114967['PhNVh']),logger['info'](_0x114967[_0x43fe5b(0x189)]),await _0x114967['Pxjwq'](waitForDeployment,_0x476519,_0x114967[_0x43fe5b(0x25c)],_0x114967[_0x43fe5b(0x1ea)],0xea60);global_registry[_0x43fe5b(0x2f6)]&&await _0x114967['ughyA'](waitForDeployment,_0x476519,_0x114967[_0x43fe5b(0x25c)],_0x114967[_0x43fe5b(0x1c0)],0xea60);_0x180a06=await fs[_0x43fe5b(0x24b)](path[_0x43fe5b(0x1d9)](__dirname,'..',_0x114967['Tdlav'],_0x114967[_0x43fe5b(0x178)]),_0x114967[_0x43fe5b(0x1a8)]);const _0x109445=global_registry[_0x43fe5b(0x2f6)]?_0x114967[_0x43fe5b(0x1f9)]:_0x114967[_0x43fe5b(0x277)];_0x180a06=_0x180a06[_0x43fe5b(0x22e)](/<GridNamespace>/g,_0xb4da54),_0x180a06=_0x180a06['replace'](/<NginxIngressClass>/g,_0x109445),_0x3c204e=yaml['loadAll'](_0x180a06),await _0x114967[_0x43fe5b(0x2ca)](kubeApply,_0x3c204e,_0x44b82b),logger[_0x43fe5b(0x25a)](_0x114967[_0x43fe5b(0x1f6)]),await _0x114967[_0x43fe5b(0x207)](delay,0x1388);},exports[a33_0x2f424a(0x287)]=async(_0x47642b,_0x3fa733,_0x498b6a,_0x4474e4,_0x448fe9)=>{const _0x3f2eeb=a33_0x2f424a,_0x488b8a={'NXRzz':'5|2|4|1|0|6|3','GMjDB':_0x3f2eeb(0x2b8),'Npkuu':function(_0x37c187,_0x575eb7){return _0x37c187(_0x575eb7);},'GGlUZ':'Deleted\x20clusterrolebinding','DiaTF':_0x3f2eeb(0x221),'fzuEG':_0x3f2eeb(0x210)},_0x446bc1=_0x488b8a[_0x3f2eeb(0x28d)][_0x3f2eeb(0x1d0)]('|');let _0x76db4a=0x0;while(!![]){switch(_0x446bc1[_0x76db4a++]){case'0':logger[_0x3f2eeb(0x25a)](_0x488b8a[_0x3f2eeb(0x291)]);continue;case'1':await _0x488b8a[_0x3f2eeb(0x209)](delay,0x2710);continue;case'2':const _0xeeaee7={};_0xeeaee7[_0x3f2eeb(0x2cc)]=_0x448fe9,await _0x47642b[_0x3f2eeb(0x166)](_0xeeaee7);continue;case'3':logger[_0x3f2eeb(0x25a)](_0x488b8a[_0x3f2eeb(0x258)]);continue;case'4':logger['info'](_0x488b8a[_0x3f2eeb(0x204)]);continue;case'5':logger[_0x3f2eeb(0x25a)](_0x488b8a[_0x3f2eeb(0x237)]);continue;case'6':const _0x5410fe={};_0x5410fe[_0x3f2eeb(0x2cc)]='deployer-srvacct-binding-'+_0x448fe9,await _0x4474e4[_0x3f2eeb(0x2fa)](_0x5410fe);continue;}break;}},exports[a33_0x2f424a(0x29a)]=async _0xf77bf0=>{const _0x5c6e52=a33_0x2f424a,_0x53e2cc={};_0x53e2cc['nkLWd']=_0x5c6e52(0x2a8),_0x53e2cc[_0x5c6e52(0x216)]=_0x5c6e52(0x185),_0x53e2cc[_0x5c6e52(0x1e9)]=_0x5c6e52(0x2cb);const _0x3cedfe=_0x53e2cc,_0x3e6e78=await this[_0x5c6e52(0x26c)](_0xf77bf0,_0x3cedfe[_0x5c6e52(0x1a1)]);if(_0x3e6e78){logger[_0x5c6e52(0x25a)](_0x3cedfe[_0x5c6e52(0x216)]);const _0x13ef28={};_0x13ef28[_0x5c6e52(0x2cc)]=_0x3cedfe[_0x5c6e52(0x1a1)],await _0xf77bf0[_0x5c6e52(0x166)](_0x13ef28),logger['info'](_0x3cedfe[_0x5c6e52(0x1e9)]);}},exports[a33_0x2f424a(0x251)]=async _0x26a0f3=>{const _0x533e4f=a33_0x2f424a,_0x247b45={'lGjFj':_0x533e4f(0x2c6),'HEmlx':_0x533e4f(0x263),'TLtoj':'Deleted\x20ingress-nginx','FmASl':function(_0x51bcca,_0x40ecc9){return _0x51bcca(_0x40ecc9);},'MCfzY':_0x533e4f(0x2f7),'Ujahb':_0x533e4f(0x1ab),'UTZut':_0x533e4f(0x2fb)},_0x3bbe3c=await this['namespaceExists'](_0x26a0f3,_0x247b45[_0x533e4f(0x1ac)]);if(_0x3bbe3c){logger[_0x533e4f(0x25a)](_0x247b45[_0x533e4f(0x15d)]);const _0x9098fa={};_0x9098fa['name']=_0x247b45[_0x533e4f(0x1ac)],await _0x26a0f3[_0x533e4f(0x166)](_0x9098fa),logger[_0x533e4f(0x25a)](_0x247b45['TLtoj']);}await _0x247b45[_0x533e4f(0x246)](delay,0x124f8);const _0xc2ebd4=await this[_0x533e4f(0x26c)](_0x26a0f3,_0x247b45[_0x533e4f(0x275)]);if(_0xc2ebd4){logger[_0x533e4f(0x25a)](_0x247b45[_0x533e4f(0x17a)]);const _0x3cdee2={};_0x3cdee2[_0x533e4f(0x2cc)]=_0x247b45[_0x533e4f(0x275)],await _0x26a0f3['deleteNamespace'](_0x3cdee2),logger[_0x533e4f(0x25a)](_0x247b45[_0x533e4f(0x214)]);}await _0x247b45[_0x533e4f(0x246)](delay,0xafc8);},exports[a33_0x2f424a(0x257)]=async(_0x304f9d,_0x299e26)=>{const _0x1ff053=a33_0x2f424a,_0x35bd79={'HFeSn':function(_0x45adbc,_0x24354e){return _0x45adbc(_0x24354e);},'Cgprx':function(_0xeab8e3,_0x258007){return _0xeab8e3>_0x258007;},'ENoQU':function(_0x39d7d,_0x3f2a14){return _0x39d7d===_0x3f2a14;},'OtcgI':function(_0x920f47,_0x1302dd){return _0x920f47(_0x1302dd);},'lJlMY':'Deleted\x20cluster\x20and\x20linked\x20resources\x20successfully'},_0x21ea12=[CLUSTER_DEP_STACK_NAME+'-'+_0x299e26,CLUSTER_AUTOSCALER_STACK_NAME+'-'+_0x299e26,CLUSTER_HUB_HA_STACK_NAME+'-'+_0x299e26+_0x1ff053(0x175)],_0x4a3607=_0x21ea12['map'](async _0x198191=>{const _0x1f091f=_0x1ff053;try{const _0x1d84a3=await _0x35bd79[_0x1f091f(0x261)](describeClusterStack,_0x198191);_0x1d84a3[_0x1f091f(0x1e8)]&&_0x35bd79[_0x1f091f(0x165)](_0x1d84a3[_0x1f091f(0x1e8)][_0x1f091f(0x220)],0x0)&&_0x35bd79[_0x1f091f(0x21f)](_0x1d84a3[_0x1f091f(0x1e8)][0x0][_0x1f091f(0x1ba)],_0x198191)&&(logger[_0x1f091f(0x25a)](_0x1f091f(0x20a)+_0x198191+_0x1f091f(0x177)+_0x304f9d),_0x35bd79[_0x1f091f(0x21f)](_0x1d84a3[_0x1f091f(0x1e8)][0x0][_0x1f091f(0x1ba)],CLUSTER_HUB_HA_STACK_NAME+'-'+_0x299e26+_0x1f091f(0x175))&&(await _0x35bd79[_0x1f091f(0x261)](deleteEFSMountTarget,_0x1d84a3['Stacks'][0x0][_0x1f091f(0x17e)]),await _0x35bd79['OtcgI'](delay,0x1d4c0)),await _0x35bd79[_0x1f091f(0x261)](deleteClusterStack,_0x198191));}catch(_0x293eb5){logger[_0x1f091f(0x297)](_0x1f091f(0x222)+_0x198191+':',_0x293eb5[_0x1f091f(0x2b3)]);}});await Promise[_0x1ff053(0x1ca)](_0x4a3607),logger[_0x1ff053(0x25a)](_0x35bd79[_0x1ff053(0x1cf)]);},exports[a33_0x2f424a(0x1b5)]=async(_0x20f0e9,_0x51f659)=>{const _0x211219=a33_0x2f424a,_0xf763f6={};_0xf763f6[_0x211219(0x27f)]=_0x211219(0x203),_0xf763f6[_0x211219(0x1e6)]=_0x211219(0x29d);const _0x4e610a=_0xf763f6;logger[_0x211219(0x25a)](_0x4e610a[_0x211219(0x27f)]);const _0x5c3887={};_0x5c3887['name']=TURBOSCALE_DEPLOYMENT,_0x5c3887[_0x211219(0x17b)]=_0x51f659;const _0x79ba98=await _0x20f0e9[_0x211219(0x241)](_0x5c3887);_0x79ba98[_0x211219(0x218)]['replicas']=0x1;const _0x337107={};_0x337107['name']=TURBOSCALE_DEPLOYMENT,_0x337107['namespace']=_0x51f659,_0x337107[_0x211219(0x219)]=_0x79ba98,await _0x20f0e9[_0x211219(0x26d)](_0x337107),logger[_0x211219(0x25a)](_0x4e610a[_0x211219(0x1e6)]);},exports[a33_0x2f424a(0x2ab)]=async(_0x1d4a08,_0xb13f2b)=>{const _0x16ff7b=a33_0x2f424a,_0x13b908={};_0x13b908[_0x16ff7b(0x1b8)]='Scaling\x20down\x20deployment',_0x13b908[_0x16ff7b(0x21d)]=_0x16ff7b(0x1c6);const _0x4c1458=_0x13b908;logger['info'](_0x4c1458['HbhYG']);const _0x39cc5b={};_0x39cc5b[_0x16ff7b(0x2cc)]=TURBOSCALE_DEPLOYMENT,_0x39cc5b[_0x16ff7b(0x17b)]=_0xb13f2b;const _0x501ee9=await _0x1d4a08[_0x16ff7b(0x241)](_0x39cc5b);_0x501ee9[_0x16ff7b(0x218)][_0x16ff7b(0x172)]=0x0;const _0x4ae343={};_0x4ae343['name']=TURBOSCALE_DEPLOYMENT,_0x4ae343['namespace']=_0xb13f2b,_0x4ae343[_0x16ff7b(0x219)]=_0x501ee9,await _0x1d4a08['replaceNamespacedDeployment'](_0x4ae343),logger[_0x16ff7b(0x25a)](_0x4c1458['uXhBO']);};
@@ -1 +1 @@
1
- const a34_0x5dd8a0=a34_0xbcb6;function a34_0xbcb6(_0x178af8,_0x57ef51){const _0x51d87d=a34_0x51d8();return a34_0xbcb6=function(_0xbcb6e0,_0x2566ee){_0xbcb6e0=_0xbcb6e0-0xa8;let _0x18c0a8=_0x51d87d[_0xbcb6e0];return _0x18c0a8;},a34_0xbcb6(_0x178af8,_0x57ef51);}(function(_0x44ad35,_0x5545d3){const _0x4990ba=a34_0xbcb6,_0x535b44=_0x44ad35();while(!![]){try{const _0x463e21=parseInt(_0x4990ba(0xd6))/0x1*(parseInt(_0x4990ba(0xeb))/0x2)+-parseInt(_0x4990ba(0xee))/0x3+-parseInt(_0x4990ba(0xe3))/0x4*(-parseInt(_0x4990ba(0xc4))/0x5)+-parseInt(_0x4990ba(0xc0))/0x6+parseInt(_0x4990ba(0xb4))/0x7*(parseInt(_0x4990ba(0xe0))/0x8)+parseInt(_0x4990ba(0xb1))/0x9+parseInt(_0x4990ba(0xd8))/0xa*(-parseInt(_0x4990ba(0xe9))/0xb);if(_0x463e21===_0x5545d3)break;else _0x535b44['push'](_0x535b44['shift']());}catch(_0xc344fb){_0x535b44['push'](_0x535b44['shift']());}}}(a34_0x51d8,0xef2ca));function a34_0x51d8(){const _0x549738=['YNsFX','message','nysOl','lLZSu','1725672ZrPkVM','sendAzureInfoToHST','FlnOo','vpcInfo','3181070dSCExK','bstackUsername','sendEventToBackend','\x20to\x20Browserstack','mydDw','all','Sending\x20Resource\x20info\x20for\x20region\x20','dXBGv','XMPhO','MJAef','verbose','mSlNU','WAlEc','sendAWSInfoToHST','RegionName','bstackAccesskey','zqaZB','fsSTY','12xLtxGS','UAJsn','10NBUqsj','region','accessKey','./AWSUtils','OLIxk','fRxBC','catch','gGAmm','56SnhUMM','rTGOg','bMBRm','4AchmNi','type','CElzv','goGcM','uOKoZ','subnetInfo','21763027BZMJcA','drGOz','138454ExnbBB','gCsRh','RESOURCES','1495092oUFBCV','kfuAu','../config/logger','Xlobt','BlSqE','dVGJX','username','securityGroupInfo','./webSocketUtils','then','15023520bFcNlU','sgcqh','ZEVPi','607873vWfPoE','dtISZ','forEach','BMRIe','peGiL','RQpvl','OzgQF','cloudProvider'];a34_0x51d8=function(){return _0x549738;};return a34_0x51d8();}const {fetchVPCs,fetchSubnets,fetchSecurityGroups,getAWSRegions}=require(a34_0x5dd8a0(0xdb)),webSocketUtils=require(a34_0x5dd8a0(0xaf)),{logger}=require(a34_0x5dd8a0(0xa9)),{WS_EVENTS,AWS,global_registry}=require('../config/constants');exports[a34_0x5dd8a0(0xd1)]=async _0x364a5f=>{const _0x49c1bb=a34_0x5dd8a0,_0x32b2ec={'nysOl':function(_0xcf984f,_0x5d5508){return _0xcf984f===_0x5d5508;},'uOKoZ':_0x49c1bb(0xe5),'rqOkr':function(_0x18db6a,_0x154f52){return _0x18db6a!==_0x154f52;},'FlnOo':_0x49c1bb(0xb5),'fAUMq':_0x49c1bb(0xd5),'rTGOg':_0x49c1bb(0xcf),'sgcqh':'segxa','dVGJX':'nEPsZ','OzgQF':'Cljoj','dXBGv':_0x49c1bb(0xa8),'gCsRh':function(_0x4ec9f3,_0x23369b){return _0x4ec9f3(_0x23369b);},'drGOz':function(_0x345db9,_0x2ea6ce){return _0x345db9(_0x2ea6ce);},'YNsFX':function(_0x1317a6){return _0x1317a6();}},_0x147b64=await _0x32b2ec[_0x49c1bb(0xbc)](getAWSRegions);_0x147b64[_0x49c1bb(0xb6)](_0x4eceba=>{const _0x358d1f=_0x49c1bb,_0x3bf0a={'Xlobt':function(_0x3942c3,_0x110e84){return _0x32b2ec['rqOkr'](_0x3942c3,_0x110e84);},'BMRIe':_0x32b2ec[_0x358d1f(0xb2)],'sEHqr':_0x32b2ec[_0x358d1f(0xac)]};if(_0x32b2ec[_0x358d1f(0xbe)](_0x32b2ec[_0x358d1f(0xba)],_0x32b2ec[_0x358d1f(0xcb)]))_0x568a76['securityGroupInfo']=_0x1eb994;else{const _0x2b57ae={};_0x2b57ae[_0x358d1f(0xd9)]=_0x4eceba['RegionName'],_0x2b57ae[_0x358d1f(0xad)]=global_registry[_0x358d1f(0xc5)],_0x2b57ae['accessKey']=global_registry[_0x358d1f(0xd3)],_0x2b57ae[_0x358d1f(0xbb)]=AWS;const _0x334021=_0x2b57ae,_0x334cbd=_0x32b2ec[_0x358d1f(0xec)](fetchVPCs,_0x4eceba[_0x358d1f(0xd2)])[_0x358d1f(0xb0)](_0x1b5401=>{const _0x574c66=_0x358d1f;_0x32b2ec[_0x574c66(0xbe)](_0x32b2ec[_0x574c66(0xe7)],_0x32b2ec[_0x574c66(0xe7)])?_0x334021['vpcInfo']=_0x1b5401:_0x445b31[_0x574c66(0xe8)]=_0x2091f3;})['catch'](_0x571e5a=>{}),_0x5072f7=_0x32b2ec[_0x358d1f(0xea)](fetchSubnets,_0x4eceba[_0x358d1f(0xd2)])[_0x358d1f(0xb0)](_0x257903=>{const _0x3957c1=_0x358d1f;if(_0x32b2ec['rqOkr'](_0x32b2ec[_0x3957c1(0xc2)],_0x32b2ec[_0x3957c1(0xc2)])){_0x47a481[_0x3957c1(0xce)](_0x3957c1(0xca)+_0x3b47cf[_0x3957c1(0xd2)]+_0x3957c1(0xc7));const _0x2a494b={};_0x2a494b[_0x3957c1(0xe4)]=_0x249001['RESOURCES'],_0x2a494b['message']=_0x2184e8,_0x258c85[_0x3957c1(0xc6)](_0x3b2097,_0x2a494b);}else _0x334021['subnetInfo']=_0x257903;})[_0x358d1f(0xde)](_0x4e7191=>{}),_0x5020fd=_0x32b2ec[_0x358d1f(0xec)](fetchSecurityGroups,_0x4eceba['RegionName'])['then'](_0x33fac8=>{const _0x3e634d=_0x358d1f;if(_0x3bf0a[_0x3e634d(0xaa)](_0x3bf0a[_0x3e634d(0xb7)],_0x3bf0a['sEHqr']))_0x334021['securityGroupInfo']=_0x33fac8;else{_0x55f5cc[_0x3e634d(0xce)](_0x3e634d(0xca)+_0xe1de6b[_0x3e634d(0xd2)]+'\x20to\x20Browserstack');const _0x30d4aa={};_0x30d4aa['type']=_0x27a66f['RESOURCES'],_0x30d4aa['message']=_0x34d2f5,_0x35f61a['sendEventToBackend'](_0x756525,_0x30d4aa);}})[_0x358d1f(0xde)](_0x178c73=>{});Promise[_0x358d1f(0xc9)]([_0x334cbd,_0x5072f7,_0x5020fd])[_0x358d1f(0xb0)](()=>{const _0x271c75=_0x358d1f;if(_0x32b2ec[_0x271c75(0xbe)](_0x32b2ec['fAUMq'],_0x32b2ec[_0x271c75(0xe1)]))_0x5b4ed4[_0x271c75(0xc3)]=_0x49f71d;else{logger[_0x271c75(0xce)]('Sending\x20Resource\x20info\x20for\x20region\x20'+_0x4eceba[_0x271c75(0xd2)]+_0x271c75(0xc7));const _0x78217e={};_0x78217e[_0x271c75(0xe4)]=WS_EVENTS[_0x271c75(0xed)],_0x78217e[_0x271c75(0xbd)]=_0x334021,webSocketUtils[_0x271c75(0xc6)](_0x364a5f,_0x78217e);}});}});},exports[a34_0x5dd8a0(0xc1)]=async _0x353198=>{const _0x30fc8f=a34_0x5dd8a0,_0x34fb8b={'UAJsn':function(_0x5f1661,_0x45d41b){return _0x5f1661!==_0x45d41b;},'MJAef':'stljo','bMBRm':_0x30fc8f(0xdd),'XMPhO':_0x30fc8f(0xb3),'peGiL':function(_0x591b3d,_0xab743f){return _0x591b3d!==_0xab743f;},'RQpvl':_0x30fc8f(0xbf),'gGAmm':_0x30fc8f(0xdc),'lvEdS':function(_0x58819c,_0x50adee){return _0x58819c(_0x50adee);},'goGcM':function(_0x11d16d,_0x36a5e2){return _0x11d16d(_0x36a5e2);},'zqaZB':function(_0x53a749){return _0x53a749();}},_0x282a14=await _0x34fb8b[_0x30fc8f(0xd4)](getAWSRegions);_0x282a14[_0x30fc8f(0xb6)](_0x5c4015=>{const _0x420ae5=_0x30fc8f,_0x4fb8c7={'WAlEc':function(_0x5ca5b2,_0x1acb82){const _0x3f32d7=a34_0xbcb6;return _0x34fb8b[_0x3f32d7(0xb8)](_0x5ca5b2,_0x1acb82);},'mydDw':_0x34fb8b[_0x420ae5(0xb9)],'BlSqE':_0x34fb8b[_0x420ae5(0xdf)]},_0x110860={};_0x110860['region']=_0x5c4015[_0x420ae5(0xd2)],_0x110860[_0x420ae5(0xad)]=global_registry['bstackUsername'],_0x110860[_0x420ae5(0xda)]=global_registry['bstackAccesskey'];const _0x4cb7ae=_0x110860,_0x27250e=_0x34fb8b['lvEdS'](fetchVPCs,_0x5c4015['RegionName'])[_0x420ae5(0xb0)](_0x3274fe=>{const _0x150eb4=_0x420ae5;_0x34fb8b[_0x150eb4(0xd7)](_0x34fb8b[_0x150eb4(0xcd)],_0x34fb8b[_0x150eb4(0xe2)])?_0x4cb7ae[_0x150eb4(0xc3)]=_0x3274fe:_0x1dca1f[_0x150eb4(0xae)]=_0x2e8c4c;})[_0x420ae5(0xde)](_0x23ba95=>{}),_0x170411=_0x34fb8b['goGcM'](fetchSubnets,_0x5c4015[_0x420ae5(0xd2)])[_0x420ae5(0xb0)](_0x2ca956=>{const _0x51e2b5=_0x420ae5;_0x34fb8b[_0x51e2b5(0xd7)](_0x34fb8b[_0x51e2b5(0xcc)],_0x34fb8b[_0x51e2b5(0xcc)])?_0x58148d[_0x51e2b5(0xe8)]=_0x5bef07:_0x4cb7ae[_0x51e2b5(0xe8)]=_0x2ca956;})[_0x420ae5(0xde)](_0x58b046=>{}),_0x3f4404=_0x34fb8b[_0x420ae5(0xe6)](fetchSecurityGroups,_0x5c4015[_0x420ae5(0xd2)])['then'](_0x50a9ec=>{const _0x163c3e=_0x420ae5;_0x4fb8c7[_0x163c3e(0xd0)](_0x4fb8c7[_0x163c3e(0xc8)],_0x4fb8c7[_0x163c3e(0xab)])?_0x4cb7ae[_0x163c3e(0xae)]=_0x50a9ec:_0x13adb8[_0x163c3e(0xc3)]=_0x4d0e6b;})['catch'](_0xb2b53=>{});Promise[_0x420ae5(0xc9)]([_0x27250e,_0x170411,_0x3f4404])[_0x420ae5(0xb0)](()=>{const _0x3ce658=_0x420ae5;logger[_0x3ce658(0xce)](_0x3ce658(0xca)+_0x5c4015[_0x3ce658(0xd2)]+_0x3ce658(0xc7));const _0x449e5a={};_0x449e5a[_0x3ce658(0xe4)]=WS_EVENTS[_0x3ce658(0xed)],_0x449e5a[_0x3ce658(0xbd)]=_0x4cb7ae,webSocketUtils['sendEventToBackend'](_0x353198,_0x449e5a);});});};
1
+ const a34_0x249960=a34_0x4d74;function a34_0x4d74(_0x1084f9,_0xb02294){const _0x34ed9b=a34_0x34ed();return a34_0x4d74=function(_0x4d742b,_0x252b5e){_0x4d742b=_0x4d742b-0x1bf;let _0x381c18=_0x34ed9b[_0x4d742b];return _0x381c18;},a34_0x4d74(_0x1084f9,_0xb02294);}function a34_0x34ed(){const _0x43847c=['Eybon','zdyNQ','XvVtt','77823XiJLBb','bstackAccesskey','then','4034312aJpxtq','AbXaP','Gpyeo','ITJoQ','./AWSUtils','OOlNk','LFqyx','3559605NpyfCb','589775PUffrN','RegionName','username','verbose','10Jyroyf','catch','vpcInfo','19301022jIbkaa','dTCrP','RESOURCES','FtLEr','Qzvfi','4nkjzHE','UbGLJ','VOGWd','FmspS','../config/constants','VBGFv','LAYqB','region','securityGroupInfo','EGYsE','Sending\x20Resource\x20info\x20for\x20region\x20','./webSocketUtils','sendAWSInfoToHST','UUVOU','WcPCX','cloudProvider','JhssO','NuRWz','ANOcW','CSzlR','accessKey','\x20to\x20Browserstack','all','message','354008hcbwZZ','bstackUsername','subnetInfo','sendEventToBackend','NTkAs','hUpGB','xCSvB','aDAKC','type','Jhryo','forEach','2796042tEZgWw','kFZEY','OOErG','10ImNIPQ','tXjTm'];a34_0x34ed=function(){return _0x43847c;};return a34_0x34ed();}(function(_0x349c60,_0x490d96){const _0x3478be=a34_0x4d74,_0x16790f=_0x349c60();while(!![]){try{const _0x5f1ffe=-parseInt(_0x3478be(0x1fa))/0x1+-parseInt(_0x3478be(0x1c6))/0x2*(parseInt(_0x3478be(0x1cb))/0x3)+-parseInt(_0x3478be(0x1e2))/0x4*(-parseInt(_0x3478be(0x1d6))/0x5)+-parseInt(_0x3478be(0x1c3))/0x6+-parseInt(_0x3478be(0x1d5))/0x7+-parseInt(_0x3478be(0x1ce))/0x8+-parseInt(_0x3478be(0x1dd))/0x9*(-parseInt(_0x3478be(0x1da))/0xa);if(_0x5f1ffe===_0x490d96)break;else _0x16790f['push'](_0x16790f['shift']());}catch(_0x686bb5){_0x16790f['push'](_0x16790f['shift']());}}}(a34_0x34ed,0x493d5));const {fetchVPCs,fetchSubnets,fetchSecurityGroups,getAWSRegions}=require(a34_0x249960(0x1d2)),webSocketUtils=require(a34_0x249960(0x1ed)),{logger}=require('../config/logger'),{WS_EVENTS,AWS,global_registry}=require(a34_0x249960(0x1e6));exports[a34_0x249960(0x1ee)]=async _0x2fb3b4=>{const _0x25d919=a34_0x249960,_0x3c2477={'FmspS':function(_0x451306,_0x26d80d){return _0x451306===_0x26d80d;},'dTCrP':_0x25d919(0x1ef),'LFqyx':_0x25d919(0x1ff),'PpeMI':'LccbT','EGYsE':function(_0x3c70a4,_0x532117){return _0x3c70a4!==_0x532117;},'LAYqB':'DRdmX','zdyNQ':_0x25d919(0x1d0),'YRlui':_0x25d919(0x1c5),'lrDuZ':_0x25d919(0x1f4),'AbXaP':_0x25d919(0x1e7),'CSzlR':function(_0x2b1796,_0x1d4824){return _0x2b1796(_0x1d4824);},'Eybon':function(_0x22eabb,_0x295cda){return _0x22eabb(_0x295cda);},'OOlNk':function(_0x29d1b6){return _0x29d1b6();}},_0x55e431=await _0x3c2477[_0x25d919(0x1d3)](getAWSRegions);_0x55e431['forEach'](_0x158ac6=>{const _0x5f58e9=_0x25d919,_0x31a357={'VOGWd':function(_0xa69980,_0x4a9eaa){const _0xcdc5f1=a34_0x4d74;return _0x3c2477[_0xcdc5f1(0x1eb)](_0xa69980,_0x4a9eaa);},'gSdgc':_0x3c2477[_0x5f58e9(0x1e8)],'Jhryo':_0x3c2477[_0x5f58e9(0x1c9)],'WcPCX':_0x3c2477['YRlui']};if(_0x3c2477[_0x5f58e9(0x1eb)](_0x3c2477['lrDuZ'],_0x3c2477[_0x5f58e9(0x1cf)])){const _0x579604={};_0x579604['region']=_0x158ac6[_0x5f58e9(0x1d7)],_0x579604[_0x5f58e9(0x1d8)]=global_registry[_0x5f58e9(0x1fb)],_0x579604['accessKey']=global_registry['bstackAccesskey'],_0x579604[_0x5f58e9(0x1f1)]=AWS;const _0x51ace4=_0x579604,_0x466111=_0x3c2477[_0x5f58e9(0x1f5)](fetchVPCs,_0x158ac6[_0x5f58e9(0x1d7)])[_0x5f58e9(0x1cd)](_0x4639fd=>{const _0x3b8843=_0x5f58e9;_0x3c2477['FmspS'](_0x3c2477[_0x3b8843(0x1de)],_0x3c2477[_0x3b8843(0x1de)])?_0x51ace4[_0x3b8843(0x1dc)]=_0x4639fd:_0x488903[_0x3b8843(0x1fc)]=_0x24796c;})[_0x5f58e9(0x1db)](_0x3985bd=>{}),_0x39c83f=_0x3c2477[_0x5f58e9(0x1f5)](fetchSubnets,_0x158ac6[_0x5f58e9(0x1d7)])[_0x5f58e9(0x1cd)](_0x3a34b0=>{const _0x1a85c8=_0x5f58e9;_0x31a357[_0x1a85c8(0x1e4)](_0x31a357['gSdgc'],_0x31a357[_0x1a85c8(0x1c1)])?_0x51ace4['subnetInfo']=_0x3a34b0:_0x2516de[_0x1a85c8(0x1dc)]=_0x1718a9;})[_0x5f58e9(0x1db)](_0xaf0feb=>{}),_0x6cabea=_0x3c2477[_0x5f58e9(0x1c8)](fetchSecurityGroups,_0x158ac6['RegionName'])[_0x5f58e9(0x1cd)](_0x141dcb=>{const _0x3b969b=_0x5f58e9;if(_0x31a357[_0x3b969b(0x1e4)](_0x31a357[_0x3b969b(0x1f0)],_0x31a357[_0x3b969b(0x1f0)])){_0x421ae8[_0x3b969b(0x1d9)](_0x3b969b(0x1ec)+_0x5a5913[_0x3b969b(0x1d7)]+_0x3b969b(0x1f7));const _0x3a65e7={};_0x3a65e7[_0x3b969b(0x1c0)]=_0x449512[_0x3b969b(0x1df)],_0x3a65e7[_0x3b969b(0x1f9)]=_0x232ab0,_0x11b6eb[_0x3b969b(0x1fd)](_0x3b4180,_0x3a65e7);}else _0x51ace4[_0x3b969b(0x1ea)]=_0x141dcb;})['catch'](_0x5d0089=>{});Promise[_0x5f58e9(0x1f8)]([_0x466111,_0x39c83f,_0x6cabea])['then'](()=>{const _0x114b70=_0x5f58e9;if(_0x3c2477[_0x114b70(0x1e5)](_0x3c2477[_0x114b70(0x1d4)],_0x3c2477['PpeMI']))_0x43ffeb[_0x114b70(0x1dc)]=_0x3376bd;else{logger['verbose'](_0x114b70(0x1ec)+_0x158ac6[_0x114b70(0x1d7)]+_0x114b70(0x1f7));const _0x3efed5={};_0x3efed5[_0x114b70(0x1c0)]=WS_EVENTS[_0x114b70(0x1df)],_0x3efed5[_0x114b70(0x1f9)]=_0x51ace4,webSocketUtils[_0x114b70(0x1fd)](_0x2fb3b4,_0x3efed5);}});}else _0x620e90['securityGroupInfo']=_0x5361c8;});},exports['sendAzureInfoToHST']=async _0x3091c8=>{const _0x2ac568=a34_0x249960,_0xc7557a={'UbGLJ':function(_0x4b35eb,_0x222ad8){return _0x4b35eb===_0x222ad8;},'riFRl':'kZrHe','qCTWU':_0x2ac568(0x200),'DQnaK':_0x2ac568(0x1fe),'tXjTm':_0x2ac568(0x1e0),'JhssO':function(_0x1518df,_0x5ba501){return _0x1518df(_0x5ba501);},'LkFGH':function(_0x1a9d87){return _0x1a9d87();}},_0x3dcfd6=await _0xc7557a['LkFGH'](getAWSRegions);_0x3dcfd6[_0x2ac568(0x1c2)](_0x14643d=>{const _0x503af5=_0x2ac568,_0x5f343f={'NuRWz':function(_0x151758,_0x598d22){const _0x3d0e22=a34_0x4d74;return _0xc7557a[_0x3d0e22(0x1e3)](_0x151758,_0x598d22);},'Qzvfi':_0xc7557a['riFRl'],'aDAKC':_0xc7557a['qCTWU'],'ITJoQ':_0xc7557a['DQnaK'],'XvVtt':function(_0x42223e,_0x250ed7){const _0x1c54d9=a34_0x4d74;return _0xc7557a[_0x1c54d9(0x1e3)](_0x42223e,_0x250ed7);},'kFZEY':_0xc7557a[_0x503af5(0x1c7)]},_0x171c10={};_0x171c10[_0x503af5(0x1e9)]=_0x14643d[_0x503af5(0x1d7)],_0x171c10[_0x503af5(0x1d8)]=global_registry[_0x503af5(0x1fb)],_0x171c10[_0x503af5(0x1f6)]=global_registry[_0x503af5(0x1cc)];const _0xa1856=_0x171c10,_0x44b630=_0xc7557a[_0x503af5(0x1f2)](fetchVPCs,_0x14643d[_0x503af5(0x1d7)])[_0x503af5(0x1cd)](_0x222a4c=>{const _0x44f428=_0x503af5;_0x5f343f[_0x44f428(0x1f3)](_0x5f343f[_0x44f428(0x1e1)],_0x5f343f[_0x44f428(0x1e1)])?_0xa1856[_0x44f428(0x1dc)]=_0x222a4c:_0x1d2263[_0x44f428(0x1ea)]=_0x59b088;})[_0x503af5(0x1db)](_0x5c8a32=>{}),_0x387e6f=_0xc7557a[_0x503af5(0x1f2)](fetchSubnets,_0x14643d[_0x503af5(0x1d7)])[_0x503af5(0x1cd)](_0x13b352=>{const _0x7a3c32=_0x503af5;if(_0x5f343f[_0x7a3c32(0x1f3)](_0x5f343f[_0x7a3c32(0x1bf)],_0x5f343f[_0x7a3c32(0x1d1)])){_0x2f8ead[_0x7a3c32(0x1d9)](_0x7a3c32(0x1ec)+_0x5157d2['RegionName']+'\x20to\x20Browserstack');const _0x420fa9={};_0x420fa9[_0x7a3c32(0x1c0)]=_0xa6de2d[_0x7a3c32(0x1df)],_0x420fa9[_0x7a3c32(0x1f9)]=_0x49eca4,_0x505ea9[_0x7a3c32(0x1fd)](_0x5dd857,_0x420fa9);}else _0xa1856[_0x7a3c32(0x1fc)]=_0x13b352;})['catch'](_0x55e72e=>{}),_0x140161=_0xc7557a[_0x503af5(0x1f2)](fetchSecurityGroups,_0x14643d['RegionName'])[_0x503af5(0x1cd)](_0x16b095=>{const _0x50a372=_0x503af5;_0x5f343f[_0x50a372(0x1ca)](_0x5f343f[_0x50a372(0x1c4)],_0x5f343f[_0x50a372(0x1c4)])?_0xa1856[_0x50a372(0x1ea)]=_0x16b095:_0x4cf120['subnetInfo']=_0x2da87c;})[_0x503af5(0x1db)](_0x595e62=>{});Promise[_0x503af5(0x1f8)]([_0x44b630,_0x387e6f,_0x140161])[_0x503af5(0x1cd)](()=>{const _0xb25708=_0x503af5;logger[_0xb25708(0x1d9)](_0xb25708(0x1ec)+_0x14643d[_0xb25708(0x1d7)]+_0xb25708(0x1f7));const _0x1d01c8={};_0x1d01c8[_0xb25708(0x1c0)]=WS_EVENTS[_0xb25708(0x1df)],_0x1d01c8[_0xb25708(0x1f9)]=_0xa1856,webSocketUtils[_0xb25708(0x1fd)](_0x3091c8,_0x1d01c8);});});};
@@ -1 +1 @@
1
- const a35_0x3b329f=a35_0x345b;(function(_0x6b8c64,_0x3284ce){const _0x470b82=a35_0x345b,_0xe04855=_0x6b8c64();while(!![]){try{const _0x5f4a86=-parseInt(_0x470b82(0x7d))/0x1*(parseInt(_0x470b82(0x125))/0x2)+parseInt(_0x470b82(0x114))/0x3*(-parseInt(_0x470b82(0xf5))/0x4)+-parseInt(_0x470b82(0x105))/0x5+parseInt(_0x470b82(0x103))/0x6*(parseInt(_0x470b82(0xe8))/0x7)+-parseInt(_0x470b82(0xfc))/0x8+parseInt(_0x470b82(0xfb))/0x9+parseInt(_0x470b82(0x91))/0xa;if(_0x5f4a86===_0x3284ce)break;else _0xe04855['push'](_0xe04855['shift']());}catch(_0x3ede58){_0xe04855['push'](_0xe04855['shift']());}}}(a35_0x4e77,0x885e5));const cp=require('child_process'),os=require('os'),path=require('path'),got=require('got'),{AG_API_URL,global_registry,REDACTED,CLI_ARGS_REGEX,RAW_ARGS_REGEX}=require(a35_0x3b329f(0x81)),logger=require('../config/logger')[a35_0x3b329f(0xdf)];function get_version(_0x15547f){const _0x427c7b=a35_0x3b329f,_0x4b21b2={};_0x4b21b2[_0x427c7b(0x90)]=_0x427c7b(0xfd),_0x4b21b2[_0x427c7b(0xdb)]=function(_0x2084b9,_0x41ef48){return _0x2084b9!==_0x41ef48;},_0x4b21b2[_0x427c7b(0xd5)]=_0x427c7b(0xd4),_0x4b21b2[_0x427c7b(0xbe)]='pipe',_0x4b21b2[_0x427c7b(0xbc)]=function(_0x2e4488,_0x41bc11){return _0x2e4488===_0x41bc11;},_0x4b21b2['IbFWX']=_0x427c7b(0x7f);const _0x3780dd=_0x4b21b2;try{if(_0x3780dd[_0x427c7b(0xdb)](_0x3780dd['kjYzM'],_0x3780dd[_0x427c7b(0xd5)]))return null;else{const _0x22190f={};_0x22190f['stdio']=_0x3780dd[_0x427c7b(0xbe)];const _0x3852d7=_0x22190f;return cp[_0x427c7b(0xce)](_0x15547f+_0x427c7b(0x98),_0x3852d7)[_0x427c7b(0xf4)]()['trim']();}}catch(_0x1a57f5){return _0x3780dd[_0x427c7b(0xbc)](_0x3780dd[_0x427c7b(0xdd)],_0x3780dd[_0x427c7b(0xdd)])?null:_0x3780dd[_0x427c7b(0x90)];}}exports[a35_0x3b329f(0xee)]=()=>{const _0x57fe60=a35_0x3b329f,_0x51e4c0={'AiRIT':function(_0x3e0be3,_0x591a3d){return _0x3e0be3(_0x591a3d);},'SFSPQ':_0x57fe60(0xa3)};return _0x51e4c0['AiRIT'](get_version,_0x51e4c0[_0x57fe60(0xe5)]);},exports[a35_0x3b329f(0x113)]=()=>{const _0x357d69=a35_0x3b329f;return os[_0x357d69(0x118)]();},exports[a35_0x3b329f(0xae)]=()=>{const _0x5a9288=a35_0x3b329f;return os[_0x5a9288(0x93)]();};function a35_0x4e77(){const _0x4eacca=['data','../config/constants','jjFYw','ojURF','tXcbW','LtGIz','rGjnp','Travis\x20CI','application/json','length','KHwiy','puXyC','Cydad','xjIyh','[sendInstrumentationEvent]\x20Error\x20in\x20sending\x20instrumentation\x20event\x20to\x20galactus\x20-\x20','kPmNd','fzlVZ','22388230nMqQFu','bCARH','release','OlQvL','UyEWo','OKyGW','join','\x20--version','EwTCj','DUosr','msYkM','BUILDKITE','YYofK','dwrzf','gUDqC','bAnpO','FVoDn','PJJie','npm','DSZxR','stringify','ZTeCc','[sendInstrumentationEvent]\x20Non\x20200\x20statusCode\x20-\x20','/packages/cli/sendToEDS','bstackAccesskey','NMuwe','TWNVV','ZpoNm','hLUZV','os_version','string','Visual\x20Studio\x20Team\x20Services','LCYys','replace','bstack_config','BCDhP','uyfFW','Kqvjk','path','vhnaJ','Buildkite','zDigN','browserstack-node-sdk','FWRMA','GRxxb','AtEDY','CI_NAME','FxFCQ','npm\x20root\x20-g','WxHLg','dWLwa','VfsYg','rPRLY','gUlfs','DiApx','fmQtP','GITLAB_CI','cdPmr','rHUEc','ByKSm','KAcpe','execSync','IbzwV','Bitbucket','dWRPz','YpEJY','aydHU','ciboE','kjYzM','body','from','bstackUsername','toLocaleString','dOlDg','KhfIK','GitLab','IbFWX','tRhog','fileLogger','\x20and\x20','uEIRh','UfOpm','\x20to\x20','cli_version_and_path','SFSPQ','sendInstrumentationEvent','JENKINS_HOME','51079QYkFFK','Yvvsx','env','qmaLD','ZiJCE','hxmQP','npm_version','error','eLJAk','pdBJv','ci_environment','ibnAm','toString','4aSmnLK','mgmXi','JENKINS_URL','requestId','zZiue','JzOOU','9473346hgDRTo','8851136YjoVhO','Codeship','Jenkins','SEMAPHORE','LmOtT','Semaphore','Nffiu','618aywyEh','mEABi','4884420AYfxXs','pXhWx','etbdP','hst_cli_stats','oOWoD','message_type','trim','HcsAP','pipe','Trxxy','dyLzu','dgtzL','zXmXc','raw_args','_os','1443693CqjzAP','error_code','Sqmjj','WqXwI','platform','statusCode','base64','DtGcO','true','codeship','fDwxm','MqGwh','vbgFh','XiTZK','POST','ySysE','oGcTj','2KjtYGR','JZoxs','DISABLE_USAGE_REPORTING','sUNTs','CircleCI','\x20:\x20','lPJgz','info','cli_args','node_modules','XwuiB','version','hqPgL','OErHV','ZffaK','[sendInstrumentationEvent]\x20response\x20-\x20','919936JnXNUK','BITBUCKET_COMMIT','dnvMI'];a35_0x4e77=function(){return _0x4eacca;};return a35_0x4e77();}function a35_0x345b(_0x1f6917,_0x50bc4a){const _0x4e7739=a35_0x4e77();return a35_0x345b=function(_0x345be0,_0x482944){_0x345be0=_0x345be0-0x79;let _0x21b2ae=_0x4e7739[_0x345be0];return _0x21b2ae;},a35_0x345b(_0x1f6917,_0x50bc4a);}function npm_global_path(){const _0x5caab5=a35_0x3b329f,_0x545fde={};_0x545fde[_0x5caab5(0x10c)]='npm\x20root\x20-g',_0x545fde[_0x5caab5(0xb6)]=_0x5caab5(0x10d);const _0x37268a=_0x545fde;return cp['execSync'](_0x37268a[_0x5caab5(0x10c)],{'stdio':_0x37268a[_0x5caab5(0xb6)]})['toString']()[_0x5caab5(0x10b)]();}exports[a35_0x3b329f(0xe4)]=()=>{const _0x4ec30b=a35_0x3b329f,_0x524ff1={'lPJgz':function(_0x32dfdc,_0x125732){return _0x32dfdc(_0x125732);},'FVoDn':_0x4ec30b(0xbb),'sUNTs':function(_0xef9c69){return _0xef9c69();},'hqzou':_0x4ec30b(0x12e),'puXyC':function(_0x299ac3,_0x51159f){return _0x299ac3!==_0x51159f;},'gUDqC':_0x4ec30b(0xec),'KAcpe':_0x4ec30b(0xc8),'bAnpO':_0x4ec30b(0xd2),'oGcTj':function(_0x4f8c85){return _0x4f8c85();}},_0x3cd887=path[_0x4ec30b(0x97)](__dirname,'..','..',_0x524ff1['hqzou'],_0x524ff1[_0x4ec30b(0xa1)]);let _0x543f1c=_0x524ff1[_0x4ec30b(0x12b)](get_version,_0x3cd887);if(!_0x543f1c){if(_0x524ff1['puXyC'](_0x524ff1[_0x4ec30b(0x9f)],_0x524ff1[_0x4ec30b(0x9f)]))return _0x2f03ca[_0x4ec30b(0x118)]();else{_0x543f1c=_0x524ff1[_0x4ec30b(0x12b)](get_version,_0x524ff1[_0x4ec30b(0xa1)]);if(!_0x543f1c){if(_0x524ff1[_0x4ec30b(0x8b)](_0x524ff1[_0x4ec30b(0xcd)],_0x524ff1[_0x4ec30b(0xa0)])){const _0x12feb8={};return _0x12feb8['version']=null,_0x12feb8[_0x4ec30b(0xb7)]=null,_0x12feb8;}else{_0x4891f6=_0x524ff1['lPJgz'](_0x50fea1,_0x524ff1['FVoDn']);if(!_0x57deae){const _0x52db24={};return _0x52db24[_0x4ec30b(0x130)]=null,_0x52db24[_0x4ec30b(0xb7)]=null,_0x52db24;}return{'version':_0x243aea,'path':_0x524ff1[_0x4ec30b(0x128)](_0x3ee332)};}}return{'version':_0x543f1c,'path':_0x524ff1[_0x4ec30b(0x124)](npm_global_path)};}}},exports['ci_environment']=()=>{const _0x3ffcf4=a35_0x3b329f,_0x338417={'vbgFh':_0x3ffcf4(0x129),'bCARH':_0x3ffcf4(0xdc),'DtGcO':_0x3ffcf4(0x87),'XiTZK':_0x3ffcf4(0x12e),'GRxxb':'browserstack-node-sdk','WxHLg':function(_0x4a8e75,_0x46d471){return _0x4a8e75(_0x46d471);},'tXcbW':function(_0x4684b3){return _0x4684b3();},'mgmXi':'Drone','ZVrPC':_0x3ffcf4(0x10d),'eLJAk':function(_0x14417e,_0x59a8dc){return _0x14417e===_0x59a8dc;},'Sqmjj':_0x3ffcf4(0xaf),'OErHV':function(_0x3e2f28,_0x3be201){return _0x3e2f28>_0x3be201;},'LmOtT':function(_0x428c6e,_0x327349){return _0x428c6e===_0x327349;},'cdPmr':_0x3ffcf4(0xf1),'Yvvsx':_0x3ffcf4(0xfe),'Cydad':_0x3ffcf4(0x11c),'Nffiu':function(_0x4f1c4f,_0x3698ea){return _0x4f1c4f===_0x3698ea;},'OlQvL':function(_0x325d56,_0x574845){return _0x325d56!==_0x574845;},'nlzEH':_0x3ffcf4(0xc6),'VWyuG':_0x3ffcf4(0xba),'hLUZV':_0x3ffcf4(0x126),'qmaLD':_0x3ffcf4(0xa4),'TdGGu':_0x3ffcf4(0x11d),'oOWoD':_0x3ffcf4(0x106),'mEABi':_0x3ffcf4(0xfd),'vhnaJ':function(_0x3a8858,_0x146468){return _0x3a8858===_0x146468;},'msYkM':_0x3ffcf4(0xe2),'IbzwV':_0x3ffcf4(0x79),'ojURF':_0x3ffcf4(0xd0),'dyLzu':function(_0x50dd1d,_0x67de94){return _0x50dd1d===_0x67de94;},'NMuwe':function(_0x4854a8,_0x52c9f8){return _0x4854a8!==_0x52c9f8;},'uyfFW':'Lzijt','PJJie':'wSoGP','etbdP':function(_0x5c9f0f,_0x46e199){return _0x5c9f0f!==_0x46e199;},'dWLwa':_0x3ffcf4(0x8f),'DiApx':_0x3ffcf4(0x101),'Trxxy':function(_0x3a4604,_0x5edd8d){return _0x3a4604===_0x5edd8d;},'tRhog':_0x3ffcf4(0xf9),'zXmXc':function(_0x223b13,_0x4fa460){return _0x223b13===_0x4fa460;},'xuCUd':function(_0x3718a0,_0x15d84f){return _0x3718a0!==_0x15d84f;},'ibnAm':_0x3ffcf4(0x7b),'oPgkF':'SNXWB','kpDsv':_0x3ffcf4(0xb9),'usZOE':function(_0x31955c,_0x19edf2){return _0x31955c===_0x19edf2;},'bVwKg':'True','XwuiB':_0x3ffcf4(0x8a),'hxmQP':_0x3ffcf4(0xb0)};var _0x56192c=process[_0x3ffcf4(0xea)];if(_0x338417[_0x3ffcf4(0xf0)](typeof _0x56192c[_0x3ffcf4(0xf7)],_0x338417['Sqmjj'])&&_0x338417[_0x3ffcf4(0x7a)](_0x56192c['JENKINS_URL'][_0x3ffcf4(0x89)],0x0)||_0x338417[_0x3ffcf4(0xf0)](typeof _0x56192c[_0x3ffcf4(0xe7)],_0x338417[_0x3ffcf4(0x116)])&&_0x338417[_0x3ffcf4(0x7a)](_0x56192c['JENKINS_HOME'][_0x3ffcf4(0x89)],0x0))return _0x338417[_0x3ffcf4(0x100)](_0x338417[_0x3ffcf4(0xca)],_0x338417[_0x3ffcf4(0xca)])?_0x338417[_0x3ffcf4(0xe9)]:_0x50bdf3['env']['DISABLE_USAGE_REPORTING'];if(_0x338417['LmOtT'](_0x56192c['CI'],_0x338417[_0x3ffcf4(0x8c)])&&_0x338417[_0x3ffcf4(0x102)](_0x56192c['CIRCLECI'],_0x338417[_0x3ffcf4(0x8c)]))return _0x338417[_0x3ffcf4(0x94)](_0x338417['nlzEH'],_0x338417['VWyuG'])?_0x338417[_0x3ffcf4(0x120)]:_0x338417[_0x3ffcf4(0x120)];if(_0x338417['LmOtT'](_0x56192c['CI'],_0x338417[_0x3ffcf4(0x8c)])&&_0x338417[_0x3ffcf4(0x102)](_0x56192c['TRAVIS'],_0x338417['Cydad'])){if(_0x338417['Nffiu'](_0x338417[_0x3ffcf4(0xad)],_0x338417[_0x3ffcf4(0xeb)]))_0x5f2f5b[_0x3ffcf4(0x12c)]('[sendInstrumentationEvent]\x20response\x20-\x20'+_0x362244['stringify'](_0x4de2ff['body']));else return _0x338417[_0x3ffcf4(0x11b)];}if(_0x338417[_0x3ffcf4(0x100)](_0x56192c['CI'],_0x338417['Cydad'])&&_0x338417[_0x3ffcf4(0x100)](_0x56192c[_0x3ffcf4(0xbf)],_0x338417['TdGGu']))return _0x338417[_0x3ffcf4(0x100)](_0x338417[_0x3ffcf4(0x109)],_0x338417[_0x3ffcf4(0x109)])?_0x338417[_0x3ffcf4(0x104)]:_0x338417[_0x3ffcf4(0x92)];if(_0x56192c['BITBUCKET_BRANCH']&&_0x56192c[_0x3ffcf4(0x7e)])return _0x338417[_0x3ffcf4(0xb8)](_0x338417[_0x3ffcf4(0x9b)],_0x338417[_0x3ffcf4(0xcf)])?_0x338417[_0x3ffcf4(0x11b)]:_0x338417[_0x3ffcf4(0x83)];if(_0x338417['dyLzu'](_0x56192c['CI'],_0x338417[_0x3ffcf4(0x8c)])&&_0x338417['Nffiu'](_0x56192c['DRONE'],_0x338417[_0x3ffcf4(0x8c)])){if(_0x338417[_0x3ffcf4(0xaa)](_0x338417[_0x3ffcf4(0xb5)],_0x338417[_0x3ffcf4(0xa2)]))return _0x338417['mgmXi'];else{const _0x262b7c=_0x4c8af5[_0x3ffcf4(0x97)](_0x3ea7fa,'..','..',_0x338417[_0x3ffcf4(0x121)],_0x338417[_0x3ffcf4(0xbd)]);let _0x52e28a=_0x338417['WxHLg'](_0x35e997,_0x262b7c);if(!_0x52e28a){_0x52e28a=_0x338417[_0x3ffcf4(0xc2)](_0x36e8a0,_0x338417[_0x3ffcf4(0xbd)]);if(!_0x52e28a){const _0x2ee98c={};return _0x2ee98c['version']=null,_0x2ee98c[_0x3ffcf4(0xb7)]=null,_0x2ee98c;}return{'version':_0x52e28a,'path':_0x338417[_0x3ffcf4(0x84)](_0x383c54)};}}}if(_0x338417[_0x3ffcf4(0x100)](_0x56192c['CI'],_0x338417[_0x3ffcf4(0x8c)])&&_0x338417['vhnaJ'](_0x56192c[_0x3ffcf4(0xff)],_0x338417[_0x3ffcf4(0x8c)])){if(_0x338417[_0x3ffcf4(0x107)](_0x338417[_0x3ffcf4(0xc3)],_0x338417[_0x3ffcf4(0xc3)]))return;else return _0x338417[_0x3ffcf4(0xc7)];}if(_0x338417[_0x3ffcf4(0x10e)](_0x56192c['CI'],_0x338417[_0x3ffcf4(0x8c)])&&_0x338417[_0x3ffcf4(0xb8)](_0x56192c[_0x3ffcf4(0xc9)],_0x338417[_0x3ffcf4(0x8c)]))return _0x338417[_0x3ffcf4(0x100)](_0x338417[_0x3ffcf4(0xde)],_0x338417[_0x3ffcf4(0xde)])?_0x338417['bCARH']:_0x338417[_0x3ffcf4(0xf6)];if(_0x338417[_0x3ffcf4(0xb8)](_0x56192c['CI'],_0x338417[_0x3ffcf4(0x8c)])&&_0x338417[_0x3ffcf4(0x111)](_0x56192c[_0x3ffcf4(0x9c)],_0x338417[_0x3ffcf4(0x8c)])){if(_0x338417['xuCUd'](_0x338417[_0x3ffcf4(0xf3)],_0x338417['oPgkF']))return _0x338417['kpDsv'];else{const _0x4f70b7={};_0x4f70b7['stdio']=_0x338417['ZVrPC'];const _0x471fb9=_0x4f70b7;return _0x5611f6['execSync'](_0x21c6a9+_0x3ffcf4(0x98),_0x471fb9)['toString']()[_0x3ffcf4(0x10b)]();}}if(_0x338417['usZOE'](_0x56192c['TF_BUILD'],_0x338417['bVwKg']))return _0x338417[_0x3ffcf4(0x10f)](_0x338417[_0x3ffcf4(0x12f)],_0x338417[_0x3ffcf4(0x12f)])?_0x338417[_0x3ffcf4(0xed)]:_0x29ae56[_0x3ffcf4(0x93)]();return null;};function isUsageReportingEnabled(){const _0x127be9=a35_0x3b329f;return process[_0x127be9(0xea)][_0x127be9(0x127)];}function redactKeys(_0x46deb3,_0x5cbc7d,_0x449c53){const _0x3931f2=a35_0x3b329f;return _0x46deb3[_0x3931f2(0xb2)](_0x5cbc7d,_0x449c53);}async function send(_0x3ffe19){const _0x5cb727=a35_0x3b329f,_0x52a01b={'PQAUA':_0x5cb727(0xc1),'JcMcL':_0x5cb727(0x10d),'LCYys':function(_0x4d1f12,_0x61ef6d){return _0x4d1f12(_0x61ef6d);},'MqGwh':_0x5cb727(0xa3),'DUosr':_0x5cb727(0x101),'HqbHw':_0x5cb727(0xb9),'BmJkK':_0x5cb727(0xfe),'OKyGW':function(_0x79429d,_0x46674c){return _0x79429d===_0x46674c;},'ByKSm':function(_0x51c19c){return _0x51c19c();},'JzOOU':'true','YYofK':function(_0xba3016,_0x459119){return _0xba3016===_0x459119;},'dgtzL':_0x5cb727(0xc5),'TWNVV':_0x5cb727(0x82),'BCDhP':function(_0x4e6953,_0x26567a,_0x203aaa,_0xd08c6c){return _0x4e6953(_0x26567a,_0x203aaa,_0xd08c6c);},'vEVvs':function(_0xdfe0dc,_0x3b1c08,_0x55371a,_0x35f2e7){return _0xdfe0dc(_0x3b1c08,_0x55371a,_0x35f2e7);},'FxFCQ':_0x5cb727(0x108),'rGjnp':_0x5cb727(0x88),'dwrzf':_0x5cb727(0x122),'VfsYg':function(_0x97dff6,_0x1fcbb7){return _0x97dff6!==_0x1fcbb7;},'ZpoNm':_0x5cb727(0x123),'jVQmZ':'Authorization','WLNla':function(_0x53d8fb,_0x273751){return _0x53d8fb+_0x273751;},'KWpDR':'Basic\x20','LtGIz':_0x5cb727(0x11a),'uEIRh':_0x5cb727(0xda),'IqZTw':function(_0x57c9da,_0x195283,_0x3f193a){return _0x57c9da(_0x195283,_0x3f193a);},'aydHU':function(_0x524c22,_0x38c0a1){return _0x524c22===_0x38c0a1;},'xjIyh':'eZoZH','fDwxm':_0x5cb727(0xa6),'dWRPz':_0x5cb727(0x117),'rHUEc':function(_0x310589,_0x566335){return _0x310589===_0x566335;},'UyEWo':'ckJBE'};if(_0x52a01b[_0x5cb727(0x96)](_0x52a01b[_0x5cb727(0xcc)](isUsageReportingEnabled),_0x52a01b[_0x5cb727(0xfa)])){if(_0x52a01b[_0x5cb727(0x9d)](_0x52a01b[_0x5cb727(0x110)],_0x52a01b[_0x5cb727(0xab)]))return _0xe0d8e0['execSync'](_0x52a01b['PQAUA'],{'stdio':_0x52a01b['JcMcL']})['toString']()[_0x5cb727(0x10b)]();else return;}const _0x4c4578='https://'+AG_API_URL+_0x5cb727(0xa8),_0x22fdce=exports[_0x5cb727(0xe4)](),_0x924676=_0x52a01b[_0x5cb727(0x96)](_0x3ffe19['data'],undefined)?{}:_0x3ffe19[_0x5cb727(0x80)];_0x3ffe19['cli_args']=_0x3ffe19['cli_args']&&_0x52a01b[_0x5cb727(0xb4)](redactKeys,JSON[_0x5cb727(0xa5)](_0x3ffe19[_0x5cb727(0x12d)]),CLI_ARGS_REGEX,REDACTED),_0x3ffe19[_0x5cb727(0x112)]=_0x3ffe19['raw_args']&&_0x52a01b['vEVvs'](redactKeys,JSON[_0x5cb727(0xa5)](_0x3ffe19[_0x5cb727(0x112)]),RAW_ARGS_REGEX,REDACTED),delete _0x3ffe19[_0x5cb727(0xb3)];const _0x9012af={'event_type':_0x52a01b[_0x5cb727(0xc0)],'data':{'request_id':global_registry[_0x5cb727(0xf8)],'os':exports[_0x5cb727(0x113)](),'os_version':exports[_0x5cb727(0xae)](),'cli_version':_0x22fdce[_0x5cb727(0x130)],'cli_path':_0x22fdce[_0x5cb727(0xb7)],'npm_version':exports[_0x5cb727(0xee)](),'ci_environment':exports[_0x5cb727(0xf2)](),'event_timestamp':new Date()[_0x5cb727(0xd9)](),'data':JSON[_0x5cb727(0xa5)](_0x924676),'raw_args':JSON[_0x5cb727(0xa5)](_0x3ffe19[_0x5cb727(0x112)]),..._0x3ffe19}},_0x57af2d={'headers':{'Content-Type':_0x52a01b[_0x5cb727(0x86)],'User-Agent':exports['_os']()+'/'+exports[_0x5cb727(0xae)]()},'method':_0x52a01b[_0x5cb727(0x9e)],'json':_0x9012af,'throwHttpErrors':![]};if(global_registry[_0x5cb727(0xd8)]&&global_registry[_0x5cb727(0xa9)]){if(_0x52a01b[_0x5cb727(0xc4)](_0x52a01b[_0x5cb727(0xac)],_0x52a01b['ZpoNm']))return _0x52a01b[_0x5cb727(0xb1)](_0x29c89f,_0x52a01b[_0x5cb727(0x11f)]);else _0x57af2d['headers'][_0x52a01b['jVQmZ']]=_0x52a01b['WLNla'](_0x52a01b['KWpDR'],Buffer[_0x5cb727(0xd7)](global_registry[_0x5cb727(0xd8)]+':'+global_registry['bstackAccesskey'])[_0x5cb727(0xf4)](_0x52a01b[_0x5cb727(0x85)]));}logger[_0x5cb727(0x12c)]('Sending\x20'+JSON[_0x5cb727(0xa5)](_0x9012af)+_0x5cb727(0xe0)+JSON[_0x5cb727(0xa5)](_0x57af2d)+_0x5cb727(0xe3)+_0x4c4578);try{if(_0x52a01b[_0x5cb727(0x96)](_0x52a01b[_0x5cb727(0xe1)],_0x52a01b['uEIRh'])){const _0x1e78e0=await _0x52a01b['IqZTw'](got,_0x4c4578,_0x57af2d);if(_0x52a01b[_0x5cb727(0xc4)](_0x1e78e0,null)&&_0x52a01b[_0x5cb727(0xc4)](_0x1e78e0,undefined)&&_0x52a01b[_0x5cb727(0xd3)](_0x1e78e0[_0x5cb727(0x119)],0xc8)){if(_0x52a01b['YYofK'](_0x52a01b[_0x5cb727(0x8d)],_0x52a01b['xjIyh']))logger[_0x5cb727(0x12c)](_0x5cb727(0x7c)+JSON[_0x5cb727(0xa5)](_0x1e78e0[_0x5cb727(0xd6)]));else return _0x52a01b[_0x5cb727(0x9a)];}else _0x52a01b[_0x5cb727(0xc4)](_0x52a01b[_0x5cb727(0x11e)],_0x52a01b[_0x5cb727(0xd1)])?logger[_0x5cb727(0xef)]('[sendInstrumentationEvent]\x20Non\x20200\x20statusCode\x20-\x20'+_0x1e78e0['statusCode']+_0x5cb727(0x12a)+JSON[_0x5cb727(0xa5)](_0x1e78e0[_0x5cb727(0xd6)])+'\x20'):_0x3fc20b['error'](_0x5cb727(0xa7)+_0x4694d9[_0x5cb727(0x119)]+_0x5cb727(0x12a)+_0x38dc24[_0x5cb727(0xa5)](_0x3f4078[_0x5cb727(0xd6)])+'\x20');}else return _0x52a01b['HqbHw'];}catch(_0x25bd70){if(_0x52a01b[_0x5cb727(0xcb)](_0x52a01b[_0x5cb727(0x95)],_0x52a01b[_0x5cb727(0x95)]))logger['error'](_0x5cb727(0x8e)+_0x25bd70+_0x5cb727(0x12a)+JSON[_0x5cb727(0xa5)](_0x25bd70));else return _0x52a01b['BmJkK'];}}exports[a35_0x3b329f(0xe6)]=async(_0x548891,_0x34b870,_0x5e7755,_0x7dd93d,_0xcbde00,_0xc5d1fc)=>{const _0x18cb36=a35_0x3b329f,_0xca3e3a={'EwTCj':function(_0x156098,_0x2eb979){return _0x156098(_0x2eb979);}},_0x56ec55={};_0x56ec55[_0x18cb36(0x12d)]=_0x548891,_0x56ec55['message']=_0x34b870,_0x56ec55[_0x18cb36(0x10a)]=_0x5e7755,_0x56ec55[_0x18cb36(0x115)]=_0x7dd93d,_0x56ec55['data']=_0xcbde00,_0x56ec55[_0x18cb36(0x112)]=_0xc5d1fc,await _0xca3e3a[_0x18cb36(0x99)](send,_0x56ec55);};
1
+ const a35_0x3d1aa6=a35_0x7a0f;(function(_0x5480d4,_0x45b645){const _0x100dbd=a35_0x7a0f,_0x57ad87=_0x5480d4();while(!![]){try{const _0x429f67=-parseInt(_0x100dbd(0x17a))/0x1+parseInt(_0x100dbd(0x1a0))/0x2+parseInt(_0x100dbd(0x160))/0x3*(parseInt(_0x100dbd(0x16c))/0x4)+-parseInt(_0x100dbd(0x134))/0x5*(-parseInt(_0x100dbd(0x199))/0x6)+-parseInt(_0x100dbd(0x113))/0x7*(-parseInt(_0x100dbd(0x17c))/0x8)+-parseInt(_0x100dbd(0x1a2))/0x9*(parseInt(_0x100dbd(0x188))/0xa)+-parseInt(_0x100dbd(0x17f))/0xb*(-parseInt(_0x100dbd(0x15a))/0xc);if(_0x429f67===_0x45b645)break;else _0x57ad87['push'](_0x57ad87['shift']());}catch(_0x5a7b94){_0x57ad87['push'](_0x57ad87['shift']());}}}(a35_0x372a,0x1deae));const cp=require(a35_0x3d1aa6(0x150)),os=require('os'),path=require('path'),got=require(a35_0x3d1aa6(0x1a5)),{AG_API_URL,global_registry,REDACTED,CLI_ARGS_REGEX,RAW_ARGS_REGEX}=require(a35_0x3d1aa6(0x11d)),logger=require(a35_0x3d1aa6(0x130))['fileLogger'];function get_version(_0x142c4d){const _0xafdb8c=a35_0x3d1aa6,_0x53597b={};_0x53597b[_0xafdb8c(0x189)]='Semaphore',_0x53597b[_0xafdb8c(0x149)]=function(_0x15f1a4,_0x3aaaa7){return _0x15f1a4!==_0x3aaaa7;},_0x53597b[_0xafdb8c(0x142)]=_0xafdb8c(0x186),_0x53597b[_0xafdb8c(0x139)]=_0xafdb8c(0x100),_0x53597b[_0xafdb8c(0x114)]=function(_0x56f1d6,_0x52b3b7){return _0x56f1d6===_0x52b3b7;},_0x53597b[_0xafdb8c(0x167)]=_0xafdb8c(0x104),_0x53597b[_0xafdb8c(0x17e)]='tsrQd';const _0x4ce1a3=_0x53597b;try{if(_0x4ce1a3[_0xafdb8c(0x149)](_0x4ce1a3['WOUzL'],_0x4ce1a3['WOUzL']))_0xab1c55['error'](_0xafdb8c(0x12e)+_0x4f74c2[_0xafdb8c(0x176)]+_0xafdb8c(0x12a)+_0x5126a2[_0xafdb8c(0x14d)](_0x19f017[_0xafdb8c(0x118)])+'\x20');else{const _0x53515a={};_0x53515a[_0xafdb8c(0x193)]=_0x4ce1a3[_0xafdb8c(0x139)];const _0x443c25=_0x53515a;return cp[_0xafdb8c(0x136)](_0x142c4d+_0xafdb8c(0x109),_0x443c25)[_0xafdb8c(0x10c)]()['trim']();}}catch(_0x22fde3){return _0x4ce1a3[_0xafdb8c(0x114)](_0x4ce1a3[_0xafdb8c(0x167)],_0x4ce1a3[_0xafdb8c(0x17e)])?_0x4ce1a3[_0xafdb8c(0x189)]:null;}}exports[a35_0x3d1aa6(0x13e)]=()=>{const _0x48aa27=a35_0x3d1aa6,_0x29096a={'hCOuD':function(_0xd12048,_0x6822c8){return _0xd12048(_0x6822c8);},'mIXbc':_0x48aa27(0x195)};return _0x29096a[_0x48aa27(0xfc)](get_version,_0x29096a[_0x48aa27(0x131)]);},exports[a35_0x3d1aa6(0xfe)]=()=>{const _0xb37c93=a35_0x3d1aa6;return os[_0xb37c93(0x116)]();},exports[a35_0x3d1aa6(0x197)]=()=>{const _0x289b0e=a35_0x3d1aa6;return os[_0x289b0e(0x16a)]();};function npm_global_path(){const _0x5e0152=a35_0x3d1aa6,_0x50b982={};_0x50b982[_0x5e0152(0x181)]='npm\x20root\x20-g',_0x50b982['YRnld']='pipe';const _0x1dab20=_0x50b982;return cp['execSync'](_0x1dab20['rGORj'],{'stdio':_0x1dab20['YRnld']})['toString']()[_0x5e0152(0x110)]();}exports[a35_0x3d1aa6(0x19d)]=()=>{const _0x33c288=a35_0x3d1aa6,_0xa4c316={'SVuqA':_0x33c288(0x106),'ddbXx':_0x33c288(0x11e),'hBdcJ':function(_0x560b44,_0x5e2dcc){return _0x560b44(_0x5e2dcc);},'SSEnv':function(_0xb2165a,_0x227252){return _0xb2165a!==_0x227252;},'QTAmJ':'EKMSP','vyzHq':'GAxdI','ksxHK':function(_0x2f8af0,_0x311313){return _0x2f8af0===_0x311313;},'XqHyx':_0x33c288(0x1a6),'fKuby':function(_0x20330f){return _0x20330f();}},_0x135a6e=path['join'](__dirname,'..','..',_0xa4c316['SVuqA'],_0xa4c316[_0x33c288(0x18b)]);let _0x8a92a1=_0xa4c316[_0x33c288(0x191)](get_version,_0x135a6e);if(!_0x8a92a1){if(_0xa4c316[_0x33c288(0x16f)](_0xa4c316['QTAmJ'],_0xa4c316[_0x33c288(0x112)])){_0x8a92a1=_0xa4c316[_0x33c288(0x191)](get_version,_0xa4c316[_0x33c288(0x18b)]);if(!_0x8a92a1){if(_0xa4c316[_0x33c288(0x11a)](_0xa4c316[_0x33c288(0x143)],_0xa4c316['XqHyx'])){const _0x534b70={};return _0x534b70[_0x33c288(0x126)]=null,_0x534b70[_0x33c288(0x19f)]=null,_0x534b70;}else _0x6ae104[_0x33c288(0x123)]('[sendInstrumentationEvent]\x20response\x20-\x20'+_0x1d92ab[_0x33c288(0x14d)](_0x134141[_0x33c288(0x118)]));}return{'version':_0x8a92a1,'path':_0xa4c316[_0x33c288(0x129)](npm_global_path)};}else return _0x5ce9ed[_0x33c288(0x116)]();}},exports[a35_0x3d1aa6(0x119)]=()=>{const _0x1d091b=a35_0x3d1aa6,_0xd1fc28={'pxApM':_0x1d091b(0x100),'Oyynr':_0x1d091b(0x164),'aDegp':_0x1d091b(0x107),'bpbcm':_0x1d091b(0x146),'gdoMJ':_0x1d091b(0x182),'wpLPO':function(_0x5504ef,_0x4be043){return _0x5504ef(_0x4be043);},'KeFTg':_0x1d091b(0x11e),'CuFim':function(_0x2acc59){return _0x2acc59();},'Gzkjy':_0x1d091b(0x106),'KSyeg':function(_0x168fd5,_0x25c66f){return _0x168fd5(_0x25c66f);},'UNFQF':function(_0x4a8be2){return _0x4a8be2();},'xRoHi':function(_0x3a516c,_0x240811){return _0x3a516c===_0x240811;},'RfmmS':'string','thCFz':function(_0x21092d,_0x4a33a6){return _0x21092d>_0x4a33a6;},'hwNIo':function(_0x11605c,_0x569eb6){return _0x11605c===_0x569eb6;},'ugkjU':function(_0x4b5913,_0xe45f2d){return _0x4b5913>_0xe45f2d;},'eHQBc':_0x1d091b(0x124),'hMKtX':_0x1d091b(0x1b1),'DhdLb':function(_0x57464f,_0x562969){return _0x57464f===_0x562969;},'tCJAY':_0x1d091b(0x162),'jnJxU':_0x1d091b(0x1a3),'WpHQl':_0x1d091b(0x1a7),'UcYcK':function(_0x1b5ed1,_0x45d2c5){return _0x1b5ed1===_0x45d2c5;},'eTreA':function(_0x2e4419,_0x5a8223){return _0x2e4419===_0x5a8223;},'wBigk':function(_0x191cb2,_0x3f5c3e){return _0x191cb2===_0x3f5c3e;},'qJWRs':_0x1d091b(0x137),'rBQag':'uBmdv','hvYTS':function(_0x1bee3d,_0x102c67){return _0x1bee3d===_0x102c67;},'UrOOz':_0x1d091b(0x14e),'rqSOn':function(_0x417e8a,_0x1b8b33){return _0x417e8a!==_0x1b8b33;},'OdEQY':_0x1d091b(0x133),'GGcRz':function(_0x5ac49b,_0xbdd0e0){return _0x5ac49b!==_0xbdd0e0;},'fhnep':_0x1d091b(0x14b),'TZFao':_0x1d091b(0xff),'WFnMZ':function(_0x5cb1d0,_0x1cc5bb){return _0x5cb1d0===_0x1cc5bb;},'RVoBW':_0x1d091b(0x140),'yVWvR':_0x1d091b(0x135),'IOExa':function(_0x5850ef,_0x2f9eb6){return _0x5850ef===_0x2f9eb6;},'gIlsJ':function(_0x4a005d,_0x8d4b11){return _0x4a005d===_0x8d4b11;},'ZoZco':_0x1d091b(0x18c),'RkFLn':'pZJLT','EBONv':_0x1d091b(0x148),'pIahi':_0x1d091b(0x138),'Dogoe':'GitLab','WPpLg':function(_0x4db4d5,_0x1c6e68){return _0x4db4d5===_0x1c6e68;},'hltED':_0x1d091b(0x15b),'VkvVp':_0x1d091b(0x1b6),'XYiul':function(_0x5634f9,_0x4ee512){return _0x5634f9===_0x4ee512;},'EhfQR':'True','EMOit':function(_0x2d16ac,_0x433ba7){return _0x2d16ac===_0x433ba7;},'dTEqe':_0x1d091b(0x172),'rDoaE':'Visual\x20Studio\x20Team\x20Services'};var _0x10872e=process[_0x1d091b(0x17b)];if(_0xd1fc28[_0x1d091b(0x128)](typeof _0x10872e[_0x1d091b(0x18f)],_0xd1fc28[_0x1d091b(0x171)])&&_0xd1fc28[_0x1d091b(0x153)](_0x10872e[_0x1d091b(0x18f)][_0x1d091b(0x144)],0x0)||_0xd1fc28[_0x1d091b(0x1a1)](typeof _0x10872e['JENKINS_HOME'],_0xd1fc28[_0x1d091b(0x171)])&&_0xd1fc28[_0x1d091b(0x1b4)](_0x10872e[_0x1d091b(0x161)][_0x1d091b(0x144)],0x0)){if(_0xd1fc28[_0x1d091b(0x1a1)](_0xd1fc28[_0x1d091b(0x154)],_0xd1fc28['hMKtX'])){const _0x5e0d8c={};_0x5e0d8c[_0x1d091b(0x193)]=_0xd1fc28[_0x1d091b(0x141)];const _0x330d9b=_0x5e0d8c;return _0x41080d[_0x1d091b(0x136)](_0x8c2fc4+_0x1d091b(0x109),_0x330d9b)[_0x1d091b(0x10c)]()[_0x1d091b(0x110)]();}else return _0xd1fc28['gdoMJ'];}if(_0xd1fc28[_0x1d091b(0x14c)](_0x10872e['CI'],_0xd1fc28[_0x1d091b(0x18d)])&&_0xd1fc28[_0x1d091b(0x128)](_0x10872e['CIRCLECI'],_0xd1fc28[_0x1d091b(0x18d)]))return _0xd1fc28['DhdLb'](_0xd1fc28[_0x1d091b(0xf8)],_0xd1fc28[_0x1d091b(0xf8)])?_0xd1fc28['WpHQl']:null;if(_0xd1fc28[_0x1d091b(0x16b)](_0x10872e['CI'],_0xd1fc28[_0x1d091b(0x18d)])&&_0xd1fc28[_0x1d091b(0x19c)](_0x10872e[_0x1d091b(0x184)],_0xd1fc28[_0x1d091b(0x18d)]))return _0xd1fc28['wBigk'](_0xd1fc28['qJWRs'],_0xd1fc28[_0x1d091b(0x16e)])?_0xd1fc28['Oyynr']:_0xd1fc28[_0x1d091b(0xfa)];if(_0xd1fc28['hvYTS'](_0x10872e['CI'],_0xd1fc28[_0x1d091b(0x18d)])&&_0xd1fc28['UcYcK'](_0x10872e[_0x1d091b(0x1ac)],_0xd1fc28[_0x1d091b(0x14f)])){if(_0xd1fc28[_0x1d091b(0x13b)](_0xd1fc28[_0x1d091b(0x13a)],_0xd1fc28['OdEQY'])){const _0x167067={};return _0x167067['version']=null,_0x167067['path']=null,_0x167067;}else return _0xd1fc28[_0x1d091b(0x183)];}if(_0x10872e['BITBUCKET_BRANCH']&&_0x10872e['BITBUCKET_COMMIT'])return _0xd1fc28[_0x1d091b(0x13c)](_0xd1fc28['fhnep'],_0xd1fc28[_0x1d091b(0x10f)])?_0xd1fc28[_0x1d091b(0x10e)]:_0x1d2574[_0x1d091b(0x17b)][_0x1d091b(0x1b2)];if(_0xd1fc28[_0x1d091b(0x128)](_0x10872e['CI'],_0xd1fc28['tCJAY'])&&_0xd1fc28[_0x1d091b(0x15e)](_0x10872e[_0x1d091b(0xfd)],_0xd1fc28[_0x1d091b(0x18d)]))return _0xd1fc28[_0x1d091b(0x16b)](_0xd1fc28['RVoBW'],_0xd1fc28[_0x1d091b(0x1b9)])?_0xd1fc28[_0x1d091b(0x170)]:_0xd1fc28[_0x1d091b(0xfa)];if(_0xd1fc28[_0x1d091b(0x19e)](_0x10872e['CI'],_0xd1fc28[_0x1d091b(0x18d)])&&_0xd1fc28['eTreA'](_0x10872e[_0x1d091b(0x192)],_0xd1fc28[_0x1d091b(0x18d)]))return _0xd1fc28[_0x1d091b(0x151)](_0xd1fc28[_0x1d091b(0x11f)],_0xd1fc28[_0x1d091b(0x117)])?_0xd1fc28[_0x1d091b(0x10e)]:_0xd1fc28[_0x1d091b(0x1af)];if(_0xd1fc28[_0x1d091b(0x1a1)](_0x10872e['CI'],_0xd1fc28[_0x1d091b(0x18d)])&&_0xd1fc28['IOExa'](_0x10872e[_0x1d091b(0x122)],_0xd1fc28['tCJAY']))return _0xd1fc28[_0x1d091b(0x190)](_0xd1fc28[_0x1d091b(0x115)],_0xd1fc28[_0x1d091b(0x115)])?_0xd1fc28[_0x1d091b(0x14a)]:_0xd1fc28['gdoMJ'];if(_0xd1fc28[_0x1d091b(0x151)](_0x10872e['CI'],_0xd1fc28[_0x1d091b(0x18d)])&&_0xd1fc28[_0x1d091b(0x179)](_0x10872e[_0x1d091b(0x102)],_0xd1fc28[_0x1d091b(0x18d)])){if(_0xd1fc28[_0x1d091b(0x19e)](_0xd1fc28[_0x1d091b(0x196)],_0xd1fc28[_0x1d091b(0x196)]))return _0xd1fc28[_0x1d091b(0x103)];else{_0x436b74=_0xd1fc28[_0x1d091b(0x159)](_0x2531ef,_0xd1fc28[_0x1d091b(0xfb)]);if(!_0x396512){const _0x141fd8={};return _0x141fd8[_0x1d091b(0x126)]=null,_0x141fd8[_0x1d091b(0x19f)]=null,_0x141fd8;}return{'version':_0x4f13bf,'path':_0xd1fc28[_0x1d091b(0x145)](_0x339661)};}}if(_0xd1fc28[_0x1d091b(0x194)](_0x10872e[_0x1d091b(0x198)],_0xd1fc28['EhfQR'])){if(_0xd1fc28['EMOit'](_0xd1fc28[_0x1d091b(0x1ae)],_0xd1fc28[_0x1d091b(0x1ae)]))return _0xd1fc28['rDoaE'];else{const _0x1055a4=_0x5162b6[_0x1d091b(0x1b8)](_0x478492,'..','..',_0xd1fc28[_0x1d091b(0x10a)],_0xd1fc28[_0x1d091b(0xfb)]);let _0x35823a=_0xd1fc28['wpLPO'](_0x20cf61,_0x1055a4);if(!_0x35823a){_0x35823a=_0xd1fc28[_0x1d091b(0x13d)](_0x512feb,_0xd1fc28['KeFTg']);if(!_0x35823a){const _0x45433a={};return _0x45433a[_0x1d091b(0x126)]=null,_0x45433a[_0x1d091b(0x19f)]=null,_0x45433a;}return{'version':_0x35823a,'path':_0xd1fc28[_0x1d091b(0x175)](_0x5600c5)};}}}return null;};function isUsageReportingEnabled(){const _0x1b03be=a35_0x3d1aa6;return process[_0x1b03be(0x17b)][_0x1b03be(0x1b2)];}function redactKeys(_0x4e86e7,_0x3db33d,_0x255e73){const _0x5bf150=a35_0x3d1aa6;return _0x4e86e7[_0x5bf150(0xf9)](_0x3db33d,_0x255e73);}async function send(_0x19acbf){const _0x484c80=a35_0x3d1aa6,_0x713811={'oGsDF':'Visual\x20Studio\x20Team\x20Services','fVbnp':function(_0x35c106,_0x4ab6b6){return _0x35c106(_0x4ab6b6);},'jNSBO':'npm','XxIde':_0x484c80(0x135),'NfEfr':_0x484c80(0x1b0),'tKHlT':'pipe','gASfp':function(_0x2c0a72,_0x16afa5){return _0x2c0a72===_0x16afa5;},'xYCny':function(_0x53823d){return _0x53823d();},'BQWnF':_0x484c80(0x162),'sCXKz':function(_0x58ae08,_0x5e1636){return _0x58ae08!==_0x5e1636;},'BVUSb':_0x484c80(0x166),'Isxxd':function(_0xc34ec3,_0x5ab88a,_0x5d3738,_0xf5dc6){return _0xc34ec3(_0x5ab88a,_0x5d3738,_0xf5dc6);},'yTZAK':function(_0x1c83a0,_0x12920d,_0x3c221f,_0x3015b3){return _0x1c83a0(_0x12920d,_0x3c221f,_0x3015b3);},'AEVaz':'hst_cli_stats','aRlih':'application/json','rZbep':_0x484c80(0x16d),'PUqai':_0x484c80(0x152),'ZLMpW':_0x484c80(0x163),'HcLIT':function(_0x2f069a,_0x17ff29){return _0x2f069a+_0x17ff29;},'SfEqQ':_0x484c80(0x10b),'luAEZ':_0x484c80(0x17d),'dQwyj':function(_0x23116f,_0x1825e7){return _0x23116f===_0x1825e7;},'ldLUK':'XYtyR','aJafi':function(_0x54ee4b,_0x5602a9,_0x75ddcb){return _0x54ee4b(_0x5602a9,_0x75ddcb);},'tdiNR':function(_0xc296c9,_0x3c91ca){return _0xc296c9===_0x3c91ca;},'PVtIi':_0x484c80(0x11b),'PlvhY':function(_0x1c6182,_0x463d4c){return _0x1c6182!==_0x463d4c;},'wDJlH':_0x484c80(0x120),'avqtm':_0x484c80(0x180),'hGAYU':_0x484c80(0x156),'yaQoM':_0x484c80(0x165)};if(_0x713811[_0x484c80(0x12b)](_0x713811[_0x484c80(0x185)](isUsageReportingEnabled),_0x713811[_0x484c80(0x12f)])){if(_0x713811[_0x484c80(0x13f)](_0x713811[_0x484c80(0x168)],_0x713811[_0x484c80(0x168)]))return _0x713811[_0x484c80(0x1ab)];else return;}const _0x2b9d6c=_0x484c80(0x1a9)+AG_API_URL+_0x484c80(0x187),_0x43d632=exports[_0x484c80(0x19d)](),_0x1a524d=_0x713811['gASfp'](_0x19acbf[_0x484c80(0x10d)],undefined)?{}:_0x19acbf[_0x484c80(0x10d)];_0x19acbf[_0x484c80(0x1b3)]=_0x19acbf[_0x484c80(0x1b3)]&&_0x713811['Isxxd'](redactKeys,JSON[_0x484c80(0x14d)](_0x19acbf[_0x484c80(0x1b3)]),CLI_ARGS_REGEX,REDACTED),_0x19acbf[_0x484c80(0x12c)]=_0x19acbf[_0x484c80(0x12c)]&&_0x713811[_0x484c80(0x11c)](redactKeys,JSON[_0x484c80(0x14d)](_0x19acbf[_0x484c80(0x12c)]),RAW_ARGS_REGEX,REDACTED),delete _0x19acbf[_0x484c80(0x132)];const _0x587808={'event_type':_0x713811[_0x484c80(0x1b5)],'data':{'request_id':global_registry[_0x484c80(0x105)],'os':exports[_0x484c80(0xfe)](),'os_version':exports[_0x484c80(0x197)](),'cli_version':_0x43d632[_0x484c80(0x126)],'cli_path':_0x43d632[_0x484c80(0x19f)],'npm_version':exports[_0x484c80(0x13e)](),'ci_environment':exports['ci_environment'](),'event_timestamp':new Date()['toLocaleString'](),'data':JSON[_0x484c80(0x14d)](_0x1a524d),'raw_args':JSON[_0x484c80(0x14d)](_0x19acbf[_0x484c80(0x12c)]),..._0x19acbf}},_0x58f9c2={'headers':{'Content-Type':_0x713811[_0x484c80(0x15f)],'User-Agent':exports[_0x484c80(0xfe)]()+'/'+exports[_0x484c80(0x197)]()},'method':_0x713811['rZbep'],'json':_0x587808,'throwHttpErrors':![]};if(global_registry[_0x484c80(0x1a4)]&&global_registry[_0x484c80(0x147)]){if(_0x713811['gASfp'](_0x713811['PUqai'],_0x713811[_0x484c80(0x101)]))_0x58f9c2[_0x484c80(0x1aa)][_0x713811['ZLMpW']]=_0x713811['HcLIT'](_0x713811['SfEqQ'],Buffer['from'](global_registry['bstackUsername']+':'+global_registry[_0x484c80(0x147)])[_0x484c80(0x10c)](_0x713811[_0x484c80(0x111)]));else return _0x713811[_0x484c80(0x15c)](_0x3f474c,_0x713811[_0x484c80(0x127)]);}logger[_0x484c80(0x123)](_0x484c80(0x19a)+JSON[_0x484c80(0x14d)](_0x587808)+_0x484c80(0x178)+JSON[_0x484c80(0x14d)](_0x58f9c2)+_0x484c80(0x1a8)+_0x2b9d6c);try{if(_0x713811['dQwyj'](_0x713811[_0x484c80(0x15d)],_0x713811[_0x484c80(0x15d)])){const _0x4c8c22=await _0x713811[_0x484c80(0x173)](got,_0x2b9d6c,_0x58f9c2);if(_0x713811[_0x484c80(0x13f)](_0x4c8c22,null)&&_0x713811[_0x484c80(0x13f)](_0x4c8c22,undefined)&&_0x713811[_0x484c80(0x12b)](_0x4c8c22[_0x484c80(0x176)],0xc8)){if(_0x713811[_0x484c80(0x158)](_0x713811[_0x484c80(0x108)],_0x713811['PVtIi']))logger[_0x484c80(0x123)](_0x484c80(0x155)+JSON[_0x484c80(0x14d)](_0x4c8c22['body']));else return _0x713811[_0x484c80(0x18e)];}else{if(_0x713811[_0x484c80(0x18a)](_0x713811[_0x484c80(0x177)],_0x713811[_0x484c80(0x1ad)]))logger[_0x484c80(0x174)]('[sendInstrumentationEvent]\x20Non\x20200\x20statusCode\x20-\x20'+_0x4c8c22[_0x484c80(0x176)]+_0x484c80(0x12a)+JSON[_0x484c80(0x14d)](_0x4c8c22[_0x484c80(0x118)])+'\x20');else return _0x586931[_0x484c80(0x136)](_0x713811[_0x484c80(0x157)],{'stdio':_0x713811[_0x484c80(0x169)]})[_0x484c80(0x10c)]()[_0x484c80(0x110)]();}}else return _0x5c0521[_0x484c80(0xf9)](_0x5d8cce,_0x20cace);}catch(_0x306ca8){if(_0x713811['tdiNR'](_0x713811['hGAYU'],_0x713811[_0x484c80(0x12d)]))return _0x56485d[_0x484c80(0x16a)]();else logger[_0x484c80(0x174)]('[sendInstrumentationEvent]\x20Error\x20in\x20sending\x20instrumentation\x20event\x20to\x20galactus\x20-\x20'+_0x306ca8+_0x484c80(0x12a)+JSON[_0x484c80(0x14d)](_0x306ca8));}}function a35_0x7a0f(_0x421d8c,_0x3497ab){const _0x372a1c=a35_0x372a();return a35_0x7a0f=function(_0x7a0fc6,_0x180af4){_0x7a0fc6=_0x7a0fc6-0xf8;let _0x1db74f=_0x372a1c[_0x7a0fc6];return _0x1db74f;},a35_0x7a0f(_0x421d8c,_0x3497ab);}exports[a35_0x3d1aa6(0x125)]=async(_0xc931c,_0x147353,_0x4450c8,_0x3dd1cd,_0x373f1e,_0x4a65f8)=>{const _0x425c8f=a35_0x3d1aa6,_0x219577={'gCPUM':function(_0x15078c,_0x529432){return _0x15078c(_0x529432);}},_0x12c749={};_0x12c749[_0x425c8f(0x1b3)]=_0xc931c,_0x12c749[_0x425c8f(0x1b7)]=_0x147353,_0x12c749['message_type']=_0x4450c8,_0x12c749[_0x425c8f(0x121)]=_0x3dd1cd,_0x12c749[_0x425c8f(0x10d)]=_0x373f1e,_0x12c749[_0x425c8f(0x12c)]=_0x4a65f8,await _0x219577[_0x425c8f(0x19b)](send,_0x12c749);};function a35_0x372a(){const _0x3eae6a=['bpbcm','TZFao','trim','luAEZ','vyzHq','3521OWlDYE','LWUQk','pIahi','platform','RkFLn','body','ci_environment','ksxHK','mxKxC','yTZAK','../config/constants','browserstack-node-sdk','ZoZco','Pxzxq','error_code','GITLAB_CI','info','dmiyB','sendInstrumentationEvent','version','jNSBO','xRoHi','fKuby','\x20:\x20','gASfp','raw_args','yaQoM','[sendInstrumentationEvent]\x20Non\x20200\x20statusCode\x20-\x20','BQWnF','../config/logger','mIXbc','bstack_config','ygCcT','20950nnBuJL','Drone','execSync','PKUlc','mthGi','tcGwv','OdEQY','rqSOn','GGcRz','KSyeg','npm_version','sCXKz','yXvmn','pxApM','WOUzL','XqHyx','length','CuFim','Bitbucket','bstackAccesskey','Semaphore','GkgBv','Dogoe','NZaZn','DhdLb','stringify','codeship','UrOOz','child_process','gIlsJ','qQErF','thCFz','eHQBc','[sendInstrumentationEvent]\x20response\x20-\x20','UbcNj','NfEfr','tdiNR','wpLPO','1356cVLmyc','WnmeB','fVbnp','ldLUK','WFnMZ','aRlih','66FqVJem','JENKINS_HOME','true','Authorization','Codeship','RPuqc','obnoq','UZwsG','BVUSb','tKHlT','release','UcYcK','14388jJeIZU','POST','rBQag','SSEnv','yVWvR','RfmmS','QxoXq','aJafi','error','UNFQF','statusCode','wDJlH','\x20and\x20','WPpLg','237640WneeOS','env','608eogrRm','base64','IjHrp','21340vrwEgH','JxqZN','rGORj','Jenkins','Oyynr','TRAVIS','xYCny','QZXdv','/packages/cli/sendToEDS','10WXDpUA','JxSwl','PlvhY','ddbXx','SkElh','tCJAY','XxIde','JENKINS_URL','wBigk','hBdcJ','SEMAPHORE','stdio','XYiul','npm','hltED','os_version','TF_BUILD','198ojedmy','Sending\x20','gCPUM','eTreA','cli_version_and_path','IOExa','path','233670TSsoRR','hwNIo','2083545Ygosyv','Xrvrw','bstackUsername','got','wDrjl','CircleCI','\x20to\x20','https://','headers','oGsDF','CI_NAME','avqtm','dTEqe','EBONv','npm\x20root\x20-g','dfCLS','DISABLE_USAGE_REPORTING','cli_args','ugkjU','AEVaz','Buildkite','message','join','RVoBW','jnJxU','replace','aDegp','KeFTg','hCOuD','DRONE','_os','vEyML','pipe','PUqai','BUILDKITE','VkvVp','GsuLi','requestId','node_modules','Travis\x20CI','PVtIi','\x20--version','Gzkjy','Basic\x20','toString','data'];a35_0x372a=function(){return _0x3eae6a;};return a35_0x372a();}
@@ -1 +1 @@
1
- const a36_0x34bf72=a36_0x5735;function a36_0xae91(){const _0x592247=['4172014oSbvlL','USERNAME:\x20','stdout','stack','input','exit','\x0aPlease\x20enter\x20your\x20BrowserStack\x20credentials\x20to\x20continue...\x0a','inputConfirmation','readline','10jhcQFN','Unable\x20to\x20prompt\x20:\x20','eibKE','getUserInput','\x0aPlease\x20enter\x20your\x20','310dSAVNY','23172sGqRCG','close','output','4bQVWSR','2779UjmZFU','PASSWORD:\x20','closeInput','774714OfXKGN','221974ByrSpl','info','2181528HlpwMh','inputBstackKeys','169842mPVtsu','error','createInterface','rcqTq','log','Exiting\x20CLI...','oBdvo','lIbqx','3664pfOscZ','\x20credentials\x20to\x20continue...\x0a'];a36_0xae91=function(){return _0x592247;};return a36_0xae91();}(function(_0x55cc9c,_0x2fbdab){const _0x10beca=a36_0x5735,_0x1408ee=_0x55cc9c();while(!![]){try{const _0x3d695d=-parseInt(_0x10beca(0xc2))/0x1+-parseInt(_0x10beca(0xbe))/0x2+-parseInt(_0x10beca(0xbd))/0x3*(parseInt(_0x10beca(0xb9))/0x4)+-parseInt(_0x10beca(0xb5))/0x5*(-parseInt(_0x10beca(0xb6))/0x6)+-parseInt(_0x10beca(0xba))/0x7*(parseInt(_0x10beca(0xca))/0x8)+-parseInt(_0x10beca(0xc0))/0x9*(-parseInt(_0x10beca(0xb0))/0xa)+parseInt(_0x10beca(0xcc))/0xb;if(_0x3d695d===_0x2fbdab)break;else _0x1408ee['push'](_0x1408ee['shift']());}catch(_0x3a14df){_0x1408ee['push'](_0x1408ee['shift']());}}}(a36_0xae91,0x223b9));const readline=require(a36_0x34bf72(0xd4)),{logger}=require('../config/logger'),a36_0x4c992d={};a36_0x4c992d[a36_0x34bf72(0xd0)]=process['stdin'],a36_0x4c992d[a36_0x34bf72(0xb8)]=process[a36_0x34bf72(0xce)];function a36_0x5735(_0xa375a,_0x12879c){const _0xae9130=a36_0xae91();return a36_0x5735=function(_0x57355b,_0x1328ac){_0x57355b=_0x57355b-0xb0;let _0x1bcced=_0xae9130[_0x57355b];return _0x1bcced;},a36_0x5735(_0xa375a,_0x12879c);}const rl=readline[a36_0x34bf72(0xc4)](a36_0x4c992d),prompt=_0x3fe163=>new Promise(_0x5596f6=>rl['question'](_0x3fe163,_0x5596f6));exports['inputCloudProviderKeys']=async(_0x54356e,_0x93d3c9,_0x117a7c)=>{const _0x23c22d=a36_0x34bf72,_0x14ef75={};_0x14ef75[_0x23c22d(0xc9)]=_0x23c22d(0xc7);const _0x10e1b6=_0x14ef75;try{console['log'](_0x23c22d(0xb4)+_0x54356e['toUpperCase']()+_0x23c22d(0xcb));const _0x4f18c5=await _0x117a7c[_0x23c22d(0xb3)](prompt,_0x93d3c9);return console[_0x23c22d(0xc6)]('\x0a'),rl[_0x23c22d(0xb7)](),_0x4f18c5;}catch(_0x3d72e4){logger[_0x23c22d(0xc3)](_0x23c22d(0xb1)+_0x3d72e4[_0x23c22d(0xcf)]),logger[_0x23c22d(0xbf)](_0x10e1b6[_0x23c22d(0xc9)]),process[_0x23c22d(0xd1)](0x1);}},exports[a36_0x34bf72(0xc1)]=async()=>{const _0x405611=a36_0x34bf72,_0x36e621={'mynIq':_0x405611(0xd2),'eibKE':function(_0x30c494,_0x1b9da8){return _0x30c494(_0x1b9da8);},'rcqTq':_0x405611(0xcd),'sQwRk':_0x405611(0xbb),'GAqft':_0x405611(0xc7)};try{console['log'](_0x36e621['mynIq']);const _0x302814=await _0x36e621[_0x405611(0xb2)](prompt,_0x36e621[_0x405611(0xc5)]),_0x33f282=await _0x36e621['eibKE'](prompt,_0x36e621['sQwRk']);return console['log']('\x0a'),rl[_0x405611(0xb7)](),[_0x302814,_0x33f282];}catch(_0x2f954f){logger['error']('Unable\x20to\x20prompt\x20:\x20'+_0x2f954f),logger[_0x405611(0xbf)](_0x36e621['GAqft']),process[_0x405611(0xd1)](0x1);}},exports[a36_0x34bf72(0xd3)]=async _0x4eecfc=>{const _0x478480=a36_0x34bf72,_0x4adc65={'oBdvo':function(_0x4c9462,_0x1fbee4){return _0x4c9462(_0x1fbee4);},'msCyn':_0x478480(0xc7)};try{const _0x1ed00c=await _0x4adc65[_0x478480(0xc8)](prompt,'\x0a'+_0x4eecfc+':\x20');return console[_0x478480(0xc6)]('\x0a'),_0x1ed00c;}catch(_0x54dc25){logger[_0x478480(0xc3)](_0x478480(0xb1)+_0x54dc25),logger[_0x478480(0xbf)](_0x4adc65['msCyn']),process['exit'](0x1);}},exports[a36_0x34bf72(0xbc)]=()=>{const _0x55e390=a36_0x34bf72;rl[_0x55e390(0xb7)]();};
1
+ const a36_0x197f80=a36_0x3f50;function a36_0x31e8(){const _0x7e9be3=['getUserInput','uarwc','ZGGQv','HYaFZ','inputCloudProviderKeys','\x0aPlease\x20enter\x20your\x20','toUpperCase','\x0aPlease\x20enter\x20your\x20BrowserStack\x20credentials\x20to\x20continue...\x0a','log','PASSWORD:\x20','Exiting\x20CLI...','closeInput','Unable\x20to\x20prompt\x20:\x20','input','432933hdcREU','inputConfirmation','qGKQj','createInterface','7EftODo','16CGJkXP','../config/logger','stdout','error','2AuKoKi','578008SYGNac','UeObX','qKnXH','4451689KGfzjJ','10yUciAA','lJLzb','\x20credentials\x20to\x20continue...\x0a','USERNAME:\x20','close','xpoWo','info','114kpdUOS','3872358PbVIxM','37811yZuoBh','stack','inputBstackKeys','20825FtdRPR','exit'];a36_0x31e8=function(){return _0x7e9be3;};return a36_0x31e8();}(function(_0x243700,_0x4ad631){const _0x5afd4f=a36_0x3f50,_0x5418ff=_0x243700();while(!![]){try{const _0x3aba07=parseInt(_0x5afd4f(0x173))/0x1*(-parseInt(_0x5afd4f(0x165))/0x2)+parseInt(_0x5afd4f(0x15c))/0x3+parseInt(_0x5afd4f(0x161))/0x4+-parseInt(_0x5afd4f(0x176))/0x5*(-parseInt(_0x5afd4f(0x171))/0x6)+-parseInt(_0x5afd4f(0x160))/0x7*(-parseInt(_0x5afd4f(0x166))/0x8)+-parseInt(_0x5afd4f(0x172))/0x9+-parseInt(_0x5afd4f(0x16a))/0xa*(-parseInt(_0x5afd4f(0x169))/0xb);if(_0x3aba07===_0x4ad631)break;else _0x5418ff['push'](_0x5418ff['shift']());}catch(_0x252db9){_0x5418ff['push'](_0x5418ff['shift']());}}}(a36_0x31e8,0x38b87));const readline=require('readline'),{logger}=require(a36_0x197f80(0x162)),a36_0x6999c1={};function a36_0x3f50(_0x5c354f,_0x3ad3f2){const _0x31e819=a36_0x31e8();return a36_0x3f50=function(_0x3f5093,_0x57443e){_0x3f5093=_0x3f5093-0x151;let _0x380812=_0x31e819[_0x3f5093];return _0x380812;},a36_0x3f50(_0x5c354f,_0x3ad3f2);}a36_0x6999c1[a36_0x197f80(0x15b)]=process['stdin'],a36_0x6999c1['output']=process[a36_0x197f80(0x163)];const rl=readline[a36_0x197f80(0x15f)](a36_0x6999c1),prompt=_0xd7b5f5=>new Promise(_0x5e03b7=>rl['question'](_0xd7b5f5,_0x5e03b7));exports[a36_0x197f80(0x152)]=async(_0x4a632f,_0x171522,_0x19d500)=>{const _0x552415=a36_0x197f80,_0x383a55={};_0x383a55[_0x552415(0x151)]=_0x552415(0x158);const _0x251068=_0x383a55;try{console[_0x552415(0x156)](_0x552415(0x153)+_0x4a632f[_0x552415(0x154)]()+_0x552415(0x16c));const _0x3011db=await _0x19d500[_0x552415(0x178)](prompt,_0x171522);return console['log']('\x0a'),rl[_0x552415(0x16e)](),_0x3011db;}catch(_0x4e24b0){logger[_0x552415(0x164)]('Unable\x20to\x20prompt\x20:\x20'+_0x4e24b0[_0x552415(0x174)]),logger[_0x552415(0x170)](_0x251068['HYaFZ']),process['exit'](0x1);}},exports[a36_0x197f80(0x175)]=async()=>{const _0x2bacdf=a36_0x197f80,_0x375003={'qKnXH':_0x2bacdf(0x155),'qGKQj':function(_0x130fda,_0x4deac8){return _0x130fda(_0x4deac8);},'UeObX':_0x2bacdf(0x16d),'lJLzb':_0x2bacdf(0x157),'uarwc':_0x2bacdf(0x158)};try{console[_0x2bacdf(0x156)](_0x375003[_0x2bacdf(0x168)]);const _0x5d4288=await _0x375003[_0x2bacdf(0x15e)](prompt,_0x375003[_0x2bacdf(0x167)]),_0x192c39=await _0x375003['qGKQj'](prompt,_0x375003[_0x2bacdf(0x16b)]);return console['log']('\x0a'),rl[_0x2bacdf(0x16e)](),[_0x5d4288,_0x192c39];}catch(_0x4bcfb3){logger[_0x2bacdf(0x164)](_0x2bacdf(0x15a)+_0x4bcfb3),logger[_0x2bacdf(0x170)](_0x375003[_0x2bacdf(0x179)]),process[_0x2bacdf(0x177)](0x1);}},exports[a36_0x197f80(0x15d)]=async _0x5cd107=>{const _0x56aaa4=a36_0x197f80,_0x5c61c6={'xpoWo':function(_0xbf6613,_0x281e19){return _0xbf6613(_0x281e19);},'ZGGQv':_0x56aaa4(0x158)};try{const _0x17bc30=await _0x5c61c6[_0x56aaa4(0x16f)](prompt,'\x0a'+_0x5cd107+':\x20');return console[_0x56aaa4(0x156)]('\x0a'),_0x17bc30;}catch(_0x44b5d1){logger[_0x56aaa4(0x164)](_0x56aaa4(0x15a)+_0x44b5d1),logger['info'](_0x5c61c6[_0x56aaa4(0x17a)]),process[_0x56aaa4(0x177)](0x1);}},exports[a36_0x197f80(0x159)]=()=>{const _0x4af464=a36_0x197f80;rl[_0x4af464(0x16e)]();};