browserstack-node-sdk 1.34.33 → 1.34.34
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.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a30_0x41a589=a30_0x409b;(function(_0x29d225,_0x3f1a94){const _0x538c17=a30_0x409b,_0x1ac777=_0x29d225();while(!![]){try{const _0x50ef6e=-parseInt(_0x538c17(0x1ee))/0x1+-parseInt(_0x538c17(0x248))/0x2*(-parseInt(_0x538c17(0x220))/0x3)+-parseInt(_0x538c17(0x20a))/0x4*(-parseInt(_0x538c17(0x1c2))/0x5)+parseInt(_0x538c17(0x253))/0x6*(-parseInt(_0x538c17(0x235))/0x7)+parseInt(_0x538c17(0x240))/0x8*(-parseInt(_0x538c17(0x1c7))/0x9)+-parseInt(_0x538c17(0x1ab))/0xa*(-parseInt(_0x538c17(0x225))/0xb)+parseInt(_0x538c17(0x212))/0xc*(parseInt(_0x538c17(0x1cd))/0xd);if(_0x50ef6e===_0x3f1a94)break;else _0x1ac777['push'](_0x1ac777['shift']());}catch(_0x5f39b6){_0x1ac777['push'](_0x1ac777['shift']());}}}(a30_0x1b95,0x726c7));const cp=require('child_process'),os=require('os'),path=require(a30_0x41a589(0x255)),got=require('got'),{AG_API_URL,global_registry,REDACTED,CLI_ARGS_REGEX,RAW_ARGS_REGEX}=require(a30_0x41a589(0x1b4)),logger=require(a30_0x41a589(0x1d6))[a30_0x41a589(0x25b)];function a30_0x409b(_0x34830f,_0x29a388){const _0x1b95af=a30_0x1b95();return a30_0x409b=function(_0x409b31,_0x4d138b){_0x409b31=_0x409b31-0x19b;let _0x32982b=_0x1b95af[_0x409b31];return _0x32982b;},a30_0x409b(_0x34830f,_0x29a388);}function a30_0x1b95(){const _0x29ac8d=['ci_environment','hst_cli_stats','[sendInstrumentationEvent]\x20response\x20-\x20','YNdIL','veEak','aCJQa','FXfdc','data','pOXoV','string','MSvwA','XsCTo','rcLBU','stdio','uUkrK','\x20to\x20','368MwctTT','Raavo','Basic\x20','lgyTo','AydoG','uwSSz','RQCNd','PhUNq','247152koQbEk','wNluu','KyrST','gRavm','dYsTN','CircleCI','HsatC','bstackUsername','akKVM','Sending\x20','bstack_config','BUILDKITE','Jenkins','xwrUk','51933GhwzJa','Bydbt','ESvri','statusCode','bDvua','3319558FnunRS','cXWhQ','sRule','knXzy','CoNdV','zBsGu','NLlSZ','[sendInstrumentationEvent]\x20Non\x20200\x20statusCode\x20-\x20','TsRWu','YJPeb','https://','_os','ZmhSq','ZBOpc','PvCVP','gViCY','6308708qmhwsO','JaFQd','GitLab','Codeship','oGayz','DpgZd','WevzX','GGAYO','GVOKS','HxiJn','CIRCLECI','4592frsmZH','toString','FuRAl','Semaphore','npBQc','mEVCZ','UFgRi','kQvhr','66fuKWia','whsaC','Travis\x20CI','wafAd','trim','version','platform','WvcYt','PJdTU','IRVTY','LbICv','6AtfzIO','pXhOG','path','NlpBC','oUNat','stringify','DISABLE_USAGE_REPORTING','VEjXc','fileLogger','true','\x20:\x20','NGeMF','error_code','headers','NyQHC','nNFaC','FhqBg','hBjXu','AYjaT','OkzyM','MUZQr','FVAnV','QCmUI','UZcBO','info','toLocaleString','message_type','zzbbd','raw_args','DJCBa','node_modules','npm','join','RiKcz','npm\x20root\x20-g','CI_NAME','20illcdd','base64','BEXco','from','error','jxsYj','NVSNa','codeship','application/json','../config/constants','env','SEMAPHORE','hYmtZ','dmlCU','replace','KdNEg','True','elhmC','yQRBJ','FnPVy','npm_version','PIKPZ','JgOaz','35405zAngnD','Bitbucket','yHdBx','TF_BUILD','aftmE','2061dePzlQ','JENKINS_URL','TrYRX','body','\x20--version','cUtTQ','338csloXS','IBkcs','AkecS','os_version','jcBWK','Visual\x20Studio\x20Team\x20Services','zPzNn','PJaDf','release','../config/logger','uKedK','browserstack-node-sdk','Authorization','Buildkite','DqXHt','\x20and\x20','execSync','length','bFkEQ','CRpOs','cli_args','GidUE','[sendInstrumentationEvent]\x20Error\x20in\x20sending\x20instrumentation\x20event\x20to\x20galactus\x20-\x20','mKwZZ','FbdLZ','kLKJx','BITBUCKET_BRANCH','bstackAccesskey','BsEaJ','JENKINS_HOME','YedHv','cSzCW','CUDmM','860398PvjJVr','pipe','kMimr','PzOMZ','CnNtU','ejmTH','cli_version_and_path','DRONE','TRAVIS','message','Drone','AVtnJ'];a30_0x1b95=function(){return _0x29ac8d;};return a30_0x1b95();}function get_version(_0x463466){const _0x91ba9e=a30_0x41a589,_0x31e767={};_0x31e767[_0x91ba9e(0x1cc)]=function(_0x5478e5,_0x51d0a1){return _0x5478e5!==_0x51d0a1;},_0x31e767['rCXfu']='IsqyS',_0x31e767[_0x91ba9e(0x1db)]=_0x91ba9e(0x228),_0x31e767[_0x91ba9e(0x222)]=_0x91ba9e(0x1ef),_0x31e767['oGayz']=function(_0x192b38,_0x4cc3c4){return _0x192b38===_0x4cc3c4;},_0x31e767['wafAd']='sAyEm',_0x31e767[_0x91ba9e(0x1a2)]='WLddf';const _0x3aeb8f=_0x31e767;try{if(_0x3aeb8f['cUtTQ'](_0x3aeb8f['rCXfu'],_0x3aeb8f[_0x91ba9e(0x1db)])){const _0x54d3da={};_0x54d3da[_0x91ba9e(0x207)]=_0x3aeb8f[_0x91ba9e(0x222)];const _0x1a2ffc=_0x54d3da;return cp[_0x91ba9e(0x1dd)](_0x463466+_0x91ba9e(0x1cb),_0x1a2ffc)[_0x91ba9e(0x241)]()['trim']();}else return _0x1eaf22[_0x91ba9e(0x24e)]();}catch(_0x2b924a){if(_0x3aeb8f[_0x91ba9e(0x239)](_0x3aeb8f[_0x91ba9e(0x24b)],_0x3aeb8f[_0x91ba9e(0x1a2)])){const _0x584ad6={};return _0x584ad6['version']=null,_0x584ad6[_0x91ba9e(0x255)]=null,_0x584ad6;}else return null;}}exports[a30_0x41a589(0x1bf)]=()=>{const _0x5a2462=a30_0x41a589,_0x3295d4={'FbdLZ':function(_0xd99a77,_0x5122d9){return _0xd99a77(_0x5122d9);},'XMTLg':_0x5a2462(0x1a6)};return _0x3295d4[_0x5a2462(0x1e5)](get_version,_0x3295d4['XMTLg']);},exports['_os']=()=>{const _0x4b12e4=a30_0x41a589;return os[_0x4b12e4(0x24e)]();},exports[a30_0x41a589(0x1d0)]=()=>{const _0x353543=a30_0x41a589;return os[_0x353543(0x1d5)]();};function npm_global_path(){const _0x584acd=a30_0x41a589,_0x175184={};_0x175184['AydoG']=_0x584acd(0x1a9),_0x175184[_0x584acd(0x1c4)]=_0x584acd(0x1ef);const _0x3f7f6c=_0x175184;return cp[_0x584acd(0x1dd)](_0x3f7f6c[_0x584acd(0x20e)],{'stdio':_0x3f7f6c[_0x584acd(0x1c4)]})[_0x584acd(0x241)]()['trim']();}exports[a30_0x41a589(0x1f4)]=()=>{const _0x790111=a30_0x41a589,_0xcb4b36={'cVlwP':_0x790111(0x1ef),'OkzyM':function(_0x1f56f0,_0x487107){return _0x1f56f0(_0x487107);},'jcBWK':_0x790111(0x1a6),'bFkEQ':'node_modules','aftmE':_0x790111(0x1d8),'NLlSZ':function(_0x9dedfe,_0x35d2c9){return _0x9dedfe!==_0x35d2c9;},'CRpOs':_0x790111(0x206),'npBQc':_0x790111(0x234),'lgyTo':function(_0x18c5a8,_0x2eacdb){return _0x18c5a8===_0x2eacdb;},'WevzX':'HwzbR','CUDmM':'uoKQf','EUIXu':function(_0x3acf31){return _0x3acf31();}},_0x392f8a=path[_0x790111(0x1a7)](__dirname,'..','..',_0xcb4b36[_0x790111(0x1df)],_0xcb4b36['aftmE']);let _0x51e331=_0xcb4b36[_0x790111(0x266)](get_version,_0x392f8a);if(!_0x51e331){if(_0xcb4b36[_0x790111(0x22b)](_0xcb4b36[_0x790111(0x1e0)],_0xcb4b36[_0x790111(0x244)])){_0x51e331=_0xcb4b36[_0x790111(0x266)](get_version,_0xcb4b36[_0x790111(0x1c6)]);if(!_0x51e331){if(_0xcb4b36[_0x790111(0x20d)](_0xcb4b36[_0x790111(0x23b)],_0xcb4b36[_0x790111(0x1ed)]))try{const _0x3bafd2={};_0x3bafd2[_0x790111(0x207)]=_0xcb4b36['cVlwP'];const _0x49760d=_0x3bafd2;return _0x3472ec[_0x790111(0x1dd)](_0x1293e4+_0x790111(0x1cb),_0x49760d)[_0x790111(0x241)]()['trim']();}catch(_0x41a6){return null;}else{const _0x588a7a={};return _0x588a7a[_0x790111(0x24d)]=null,_0x588a7a[_0x790111(0x255)]=null,_0x588a7a;}}return{'version':_0x51e331,'path':_0xcb4b36['EUIXu'](npm_global_path)};}else return _0xcb4b36[_0x790111(0x266)](_0x3bbf30,_0xcb4b36[_0x790111(0x1d1)]);}},exports[a30_0x41a589(0x1fa)]=()=>{const _0xbe4966=a30_0x41a589,_0xd8a657={};_0xd8a657['ZmhSq']=_0xbe4966(0x237),_0xd8a657[_0xbe4966(0x200)]=_0xbe4966(0x1a9),_0xd8a657[_0xbe4966(0x204)]=_0xbe4966(0x1ef),_0xd8a657[_0xbe4966(0x1f1)]=_0xbe4966(0x1c3),_0xd8a657[_0xbe4966(0x245)]=_0xbe4966(0x243),_0xd8a657['nNFaC']=_0xbe4966(0x1d2),_0xd8a657['WvcYt']=_0xbe4966(0x21e),_0xd8a657[_0xbe4966(0x250)]=_0xbe4966(0x24a),_0xd8a657[_0xbe4966(0x214)]=function(_0x47a39a,_0x3d136c){return _0x47a39a===_0x3d136c;},_0xd8a657[_0xbe4966(0x257)]=_0xbe4966(0x203),_0xd8a657[_0xbe4966(0x1b8)]=function(_0x31257d,_0x8becf7){return _0x31257d>_0x8becf7;},_0xd8a657[_0xbe4966(0x1ff)]=function(_0xb4d77a,_0x433ee2){return _0xb4d77a===_0x433ee2;},_0xd8a657[_0xbe4966(0x213)]=function(_0xfc80cd,_0x102c15){return _0xfc80cd!==_0x102c15;},_0xd8a657[_0xbe4966(0x1b1)]=_0xbe4966(0x1f0),_0xd8a657['KdNEg']=_0xbe4966(0x25c),_0xd8a657[_0xbe4966(0x1c9)]=function(_0xc42f7e,_0x7b257a){return _0xc42f7e!==_0x7b257a;},_0xd8a657[_0xbe4966(0x1bd)]=_0xbe4966(0x1be),_0xd8a657['zgYaK']=_0xbe4966(0x217),_0xd8a657[_0xbe4966(0x23a)]=function(_0x5e26cd,_0x3faba0){return _0x5e26cd===_0x3faba0;},_0xd8a657[_0xbe4966(0x25a)]=_0xbe4966(0x227),_0xd8a657[_0xbe4966(0x20f)]=_0xbe4966(0x1a8),_0xd8a657[_0xbe4966(0x233)]=function(_0xff7f07,_0x5d607e){return _0xff7f07===_0x5d607e;},_0xd8a657[_0xbe4966(0x1e9)]=_0xbe4966(0x1b2),_0xd8a657[_0xbe4966(0x21a)]=function(_0x1972fd,_0x4f18a1){return _0x1972fd===_0x4f18a1;},_0xd8a657[_0xbe4966(0x246)]=_0xbe4966(0x261),_0xd8a657[_0xbe4966(0x226)]=_0xbe4966(0x238),_0xd8a657[_0xbe4966(0x1e6)]='ljpJk',_0xd8a657['mKwZZ']='DlDje',_0xd8a657[_0xbe4966(0x1cf)]=function(_0x5854eb,_0x3b28f3){return _0x5854eb===_0x3b28f3;},_0xd8a657[_0xbe4966(0x264)]=_0xbe4966(0x1fd),_0xd8a657[_0xbe4966(0x1ce)]=_0xbe4966(0x1d3),_0xd8a657['IRVTY']=_0xbe4966(0x1f8),_0xd8a657[_0xbe4966(0x208)]=function(_0x31d6f3,_0xdf9b7e){return _0x31d6f3===_0xdf9b7e;},_0xd8a657[_0xbe4966(0x1c0)]=function(_0x3d166f,_0x316ebb){return _0x3d166f===_0x316ebb;},_0xd8a657['qeerh']=function(_0x2fd7cf,_0x1d188e){return _0x2fd7cf!==_0x1d188e;},_0xd8a657['uKedK']=_0xbe4966(0x232),_0xd8a657[_0xbe4966(0x1e2)]=function(_0x1b2b11,_0x33e4d2){return _0x1b2b11===_0x33e4d2;},_0xd8a657[_0xbe4966(0x19d)]=function(_0x44f0b1,_0x5a08c9){return _0x44f0b1===_0x5a08c9;},_0xd8a657['dYsTN']=function(_0x4582a8,_0x282b36){return _0x4582a8!==_0x282b36;},_0xd8a657[_0xbe4966(0x1f9)]=_0xbe4966(0x1fe),_0xd8a657[_0xbe4966(0x19e)]=function(_0x531657,_0x1f6b5e){return _0x531657===_0x1f6b5e;},_0xd8a657[_0xbe4966(0x22e)]=function(_0x56de50,_0x15e133){return _0x56de50!==_0x15e133;},_0xd8a657['MUZQr']='zsKtZ',_0xd8a657[_0xbe4966(0x20b)]=_0xbe4966(0x1da),_0xd8a657[_0xbe4966(0x254)]=_0xbe4966(0x1bb),_0xd8a657['GVOKS']=_0xbe4966(0x218);const _0x34ee1a=_0xd8a657;var _0x1ce95a=process[_0xbe4966(0x1b5)];if(_0x34ee1a[_0xbe4966(0x214)](typeof _0x1ce95a[_0xbe4966(0x1c8)],_0x34ee1a[_0xbe4966(0x257)])&&_0x34ee1a[_0xbe4966(0x1b8)](_0x1ce95a[_0xbe4966(0x1c8)][_0xbe4966(0x1de)],0x0)||_0x34ee1a[_0xbe4966(0x1ff)](typeof _0x1ce95a[_0xbe4966(0x1ea)],_0x34ee1a[_0xbe4966(0x257)])&&_0x34ee1a['dmlCU'](_0x1ce95a[_0xbe4966(0x1ea)][_0xbe4966(0x1de)],0x0))return _0x34ee1a['wNluu'](_0x34ee1a[_0xbe4966(0x1b1)],_0x34ee1a['NVSNa'])?_0x34ee1a[_0xbe4966(0x231)]:_0x34ee1a[_0xbe4966(0x24f)];if(_0x34ee1a[_0xbe4966(0x1ff)](_0x1ce95a['CI'],_0x34ee1a[_0xbe4966(0x1ba)])&&_0x34ee1a['aCJQa'](_0x1ce95a[_0xbe4966(0x23f)],_0x34ee1a[_0xbe4966(0x1ba)]))return _0x34ee1a[_0xbe4966(0x1c9)](_0x34ee1a[_0xbe4966(0x1bd)],_0x34ee1a[_0xbe4966(0x1bd)])?_0x39eec0[_0xbe4966(0x1dd)](_0x34ee1a[_0xbe4966(0x200)],{'stdio':_0x34ee1a[_0xbe4966(0x204)]})[_0xbe4966(0x241)]()[_0xbe4966(0x24c)]():_0x34ee1a['zgYaK'];if(_0x34ee1a[_0xbe4966(0x214)](_0x1ce95a['CI'],_0x34ee1a['KdNEg'])&&_0x34ee1a[_0xbe4966(0x214)](_0x1ce95a[_0xbe4966(0x1f6)],_0x34ee1a['KdNEg']))return _0x34ee1a['DpgZd'](_0x34ee1a[_0xbe4966(0x25a)],_0x34ee1a[_0xbe4966(0x20f)])?_0x34ee1a[_0xbe4966(0x1f1)]:_0x34ee1a[_0xbe4966(0x250)];if(_0x34ee1a[_0xbe4966(0x233)](_0x1ce95a['CI'],_0x34ee1a[_0xbe4966(0x1ba)])&&_0x34ee1a[_0xbe4966(0x23a)](_0x1ce95a[_0xbe4966(0x1aa)],_0x34ee1a[_0xbe4966(0x1e9)]))return _0x34ee1a[_0xbe4966(0x21a)](_0x34ee1a[_0xbe4966(0x246)],_0x34ee1a[_0xbe4966(0x246)])?_0x34ee1a['cXWhQ']:_0x34ee1a[_0xbe4966(0x245)];if(_0x1ce95a[_0xbe4966(0x1e7)]&&_0x1ce95a['BITBUCKET_COMMIT'])return _0x34ee1a['wNluu'](_0x34ee1a[_0xbe4966(0x1e6)],_0x34ee1a[_0xbe4966(0x1e4)])?_0x34ee1a['PzOMZ']:null;if(_0x34ee1a[_0xbe4966(0x214)](_0x1ce95a['CI'],_0x34ee1a[_0xbe4966(0x1ba)])&&_0x34ee1a[_0xbe4966(0x1cf)](_0x1ce95a[_0xbe4966(0x1f5)],_0x34ee1a[_0xbe4966(0x1ba)]))return _0x34ee1a['TrYRX'](_0x34ee1a[_0xbe4966(0x264)],_0x34ee1a[_0xbe4966(0x1ce)])?_0x34ee1a[_0xbe4966(0x251)]:_0x34ee1a[_0xbe4966(0x262)];if(_0x34ee1a[_0xbe4966(0x208)](_0x1ce95a['CI'],_0x34ee1a[_0xbe4966(0x1ba)])&&_0x34ee1a[_0xbe4966(0x1c0)](_0x1ce95a[_0xbe4966(0x1b6)],_0x34ee1a[_0xbe4966(0x1ba)]))return _0x34ee1a['qeerh'](_0x34ee1a[_0xbe4966(0x1d7)],_0x34ee1a[_0xbe4966(0x1d7)])?_0x34ee1a[_0xbe4966(0x24f)]:_0x34ee1a['mEVCZ'];if(_0x34ee1a[_0xbe4966(0x1e2)](_0x1ce95a['CI'],_0x34ee1a[_0xbe4966(0x1ba)])&&_0x34ee1a[_0xbe4966(0x19d)](_0x1ce95a['GITLAB_CI'],_0x34ee1a[_0xbe4966(0x1ba)]))return _0x34ee1a[_0xbe4966(0x216)](_0x34ee1a['AVtnJ'],_0x34ee1a[_0xbe4966(0x1f9)])?_0x34ee1a[_0xbe4966(0x250)]:_0x34ee1a['ZmhSq'];if(_0x34ee1a['UZcBO'](_0x1ce95a['CI'],_0x34ee1a[_0xbe4966(0x1ba)])&&_0x34ee1a[_0xbe4966(0x208)](_0x1ce95a[_0xbe4966(0x21d)],_0x34ee1a[_0xbe4966(0x1ba)])){if(_0x34ee1a[_0xbe4966(0x22e)](_0x34ee1a[_0xbe4966(0x19b)],_0x34ee1a[_0xbe4966(0x19b)]))return;else return _0x34ee1a['Raavo'];}if(_0x34ee1a[_0xbe4966(0x21a)](_0x1ce95a[_0xbe4966(0x1c5)],_0x34ee1a['pXhOG'])){if(_0x34ee1a[_0xbe4966(0x1c9)](_0x34ee1a[_0xbe4966(0x23d)],_0x34ee1a[_0xbe4966(0x23d)]))_0x49a377['error'](_0xbe4966(0x22c)+_0x2823db[_0xbe4966(0x223)]+_0xbe4966(0x25d)+_0x137857[_0xbe4966(0x258)](_0x48b469[_0xbe4966(0x1ca)])+'\x20');else return _0x34ee1a[_0xbe4966(0x262)];}return null;};function isUsageReportingEnabled(){const _0x2b3de9=a30_0x41a589;return process[_0x2b3de9(0x1b5)][_0x2b3de9(0x259)];}function redactKeys(_0x486a5d,_0x1a5db4,_0x5090b9){const _0x2bc975=a30_0x41a589;return _0x486a5d[_0x2bc975(0x1b9)](_0x1a5db4,_0x5090b9);}async function send(_0xe40474){const _0x448a17=a30_0x41a589,_0x59522b={'YedHv':_0x448a17(0x1da),'RQCNd':_0x448a17(0x1a5),'NGeMF':_0x448a17(0x1d8),'bDvua':function(_0x32433d,_0x4faea0){return _0x32433d(_0x4faea0);},'XsCTo':function(_0x1e0ec5,_0x46561a){return _0x1e0ec5(_0x46561a);},'CnNtU':function(_0xfdb5ca){return _0xfdb5ca();},'elhmC':'Drone','FFLVt':function(_0x268eb5,_0x410d35){return _0x268eb5===_0x410d35;},'DLRdg':function(_0x5e63ef){return _0x5e63ef();},'QbmJH':_0x448a17(0x25c),'CoNdV':function(_0x3c9c72,_0x53bdfb){return _0x3c9c72!==_0x53bdfb;},'PJaDf':_0x448a17(0x23c),'jxsYj':function(_0x568424,_0x362857){return _0x568424===_0x362857;},'PhUNq':function(_0x2cc937,_0x4eb314,_0x4e248c,_0x4df26c){return _0x2cc937(_0x4eb314,_0x4e248c,_0x4df26c);},'whsaC':function(_0x21b72e,_0x321c44,_0xd7e6b4,_0x4da11e){return _0x21b72e(_0x321c44,_0xd7e6b4,_0x4da11e);},'AYjaT':_0x448a17(0x1fb),'gVUmA':_0x448a17(0x1b3),'FhqBg':'POST','klaMw':function(_0x5133f9,_0x1adfe3){return _0x5133f9!==_0x1adfe3;},'cSzCW':'NlUgF','pOXoV':_0x448a17(0x19c),'NlpBC':_0x448a17(0x1d9),'qwBVk':function(_0x7fb4e8,_0x54dbeb){return _0x7fb4e8+_0x54dbeb;},'ejmTH':_0x448a17(0x20c),'xRlUn':_0x448a17(0x1ac),'Bydbt':_0x448a17(0x252),'TsRWu':_0x448a17(0x22a),'HxiJn':function(_0x43b21b,_0x1ef854,_0x1c7d09){return _0x43b21b(_0x1ef854,_0x1c7d09);},'DJCBa':function(_0x4e16b6,_0x4f37b0){return _0x4e16b6===_0x4f37b0;},'gRavm':_0x448a17(0x1c1),'kQvhr':_0x448a17(0x1ad),'tcyNv':function(_0x434e42,_0x41e484){return _0x434e42!==_0x41e484;},'FuRAl':_0x448a17(0x21f),'xLbIt':function(_0x230169,_0xcdc9c4){return _0x230169===_0xcdc9c4;},'JaFQd':_0x448a17(0x1b7)};if(_0x59522b['FFLVt'](_0x59522b['DLRdg'](isUsageReportingEnabled),_0x59522b['QbmJH'])){if(_0x59522b[_0x448a17(0x229)](_0x59522b[_0x448a17(0x1d4)],_0x59522b[_0x448a17(0x1d4)]))return _0x59522b[_0x448a17(0x1eb)];else return;}const _0x1c36b1=_0x448a17(0x22f)+AG_API_URL+'/packages/cli/sendToEDS',_0xa04a3f=exports[_0x448a17(0x1f4)](),_0x5697a4=_0x59522b[_0x448a17(0x1b0)](_0xe40474['data'],undefined)?{}:_0xe40474[_0x448a17(0x201)];_0xe40474[_0x448a17(0x1e1)]=_0xe40474[_0x448a17(0x1e1)]&&_0x59522b[_0x448a17(0x211)](redactKeys,JSON['stringify'](_0xe40474[_0x448a17(0x1e1)]),CLI_ARGS_REGEX,REDACTED),_0xe40474[_0x448a17(0x1a3)]=_0xe40474[_0x448a17(0x1a3)]&&_0x59522b[_0x448a17(0x249)](redactKeys,JSON['stringify'](_0xe40474[_0x448a17(0x1a3)]),RAW_ARGS_REGEX,REDACTED),delete _0xe40474[_0x448a17(0x21c)];const _0x8a72a5={'event_type':_0x59522b[_0x448a17(0x265)],'data':{'request_id':global_registry['requestId'],'os':exports[_0x448a17(0x230)](),'os_version':exports[_0x448a17(0x1d0)](),'cli_version':_0xa04a3f[_0x448a17(0x24d)],'cli_path':_0xa04a3f[_0x448a17(0x255)],'npm_version':exports[_0x448a17(0x1bf)](),'ci_environment':exports['ci_environment'](),'event_timestamp':new Date()[_0x448a17(0x1a0)](),'data':JSON[_0x448a17(0x258)](_0x5697a4),'raw_args':JSON[_0x448a17(0x258)](_0xe40474[_0x448a17(0x1a3)]),..._0xe40474}},_0x3c1ae0={'headers':{'Content-Type':_0x59522b['gVUmA'],'User-Agent':exports[_0x448a17(0x230)]()+'/'+exports[_0x448a17(0x1d0)]()},'method':_0x59522b[_0x448a17(0x263)],'json':_0x8a72a5,'throwHttpErrors':![]};if(global_registry[_0x448a17(0x219)]&&global_registry[_0x448a17(0x1e8)]){if(_0x59522b['klaMw'](_0x59522b[_0x448a17(0x1ec)],_0x59522b[_0x448a17(0x202)]))_0x3c1ae0[_0x448a17(0x260)][_0x59522b[_0x448a17(0x256)]]=_0x59522b['qwBVk'](_0x59522b[_0x448a17(0x1f3)],Buffer[_0x448a17(0x1ae)](global_registry['bstackUsername']+':'+global_registry['bstackAccesskey'])[_0x448a17(0x241)](_0x59522b['xRlUn']));else{const _0x50f3f1=_0x57bf31[_0x448a17(0x1a7)](_0x47ac66,'..','..',_0x59522b[_0x448a17(0x210)],_0x59522b[_0x448a17(0x25e)]);let _0x3706ba=_0x59522b[_0x448a17(0x224)](_0x5c4333,_0x50f3f1);if(!_0x3706ba){_0x3706ba=_0x59522b[_0x448a17(0x205)](_0x1e3b0c,_0x59522b['NGeMF']);if(!_0x3706ba){const _0x263d09={};return _0x263d09['version']=null,_0x263d09[_0x448a17(0x255)]=null,_0x263d09;}return{'version':_0x3706ba,'path':_0x59522b[_0x448a17(0x1f2)](_0x3ec713)};}}}logger[_0x448a17(0x19f)](_0x448a17(0x21b)+JSON[_0x448a17(0x258)](_0x8a72a5)+_0x448a17(0x1dc)+JSON[_0x448a17(0x258)](_0x3c1ae0)+_0x448a17(0x209)+_0x1c36b1);try{if(_0x59522b[_0x448a17(0x1b0)](_0x59522b[_0x448a17(0x221)],_0x59522b[_0x448a17(0x22d)]))return _0x574723[_0x448a17(0x1b9)](_0x4829a2,_0x237912);else{const _0x47d334=await _0x59522b[_0x448a17(0x23e)](got,_0x1c36b1,_0x3c1ae0);if(_0x59522b[_0x448a17(0x229)](_0x47d334,null)&&_0x59522b['klaMw'](_0x47d334,undefined)&&_0x59522b['DJCBa'](_0x47d334[_0x448a17(0x223)],0xc8)){if(_0x59522b[_0x448a17(0x1a4)](_0x59522b[_0x448a17(0x215)],_0x59522b[_0x448a17(0x247)]))return _0x2e9a88[_0x448a17(0x1d5)]();else logger[_0x448a17(0x19f)](_0x448a17(0x1fc)+JSON[_0x448a17(0x258)](_0x47d334['body']));}else{if(_0x59522b['tcyNv'](_0x59522b[_0x448a17(0x242)],_0x59522b[_0x448a17(0x242)]))return _0x59522b[_0x448a17(0x1bc)];else logger[_0x448a17(0x1af)]('[sendInstrumentationEvent]\x20Non\x20200\x20statusCode\x20-\x20'+_0x47d334['statusCode']+_0x448a17(0x25d)+JSON[_0x448a17(0x258)](_0x47d334[_0x448a17(0x1ca)])+'\x20');}}}catch(_0x486829){_0x59522b['xLbIt'](_0x59522b[_0x448a17(0x236)],_0x59522b[_0x448a17(0x236)])?logger['error'](_0x448a17(0x1e3)+JSON['stringify'](_0x486829)):_0x586a18['error'](_0x448a17(0x1e3)+_0x50aa0e[_0x448a17(0x258)](_0x2440a6));}}exports['sendInstrumentationEvent']=async(_0x3b64f4,_0x540b36,_0x55bd60,_0x1b6af1,_0x5b20a8,_0x5c9746)=>{const _0x2a10b3=a30_0x41a589,_0x1b9318={'DqhcA':function(_0x20e4d3,_0x31b822){return _0x20e4d3(_0x31b822);}},_0x593d57={};_0x593d57[_0x2a10b3(0x1e1)]=_0x3b64f4,_0x593d57[_0x2a10b3(0x1f7)]=_0x540b36,_0x593d57[_0x2a10b3(0x1a1)]=_0x55bd60,_0x593d57[_0x2a10b3(0x25f)]=_0x1b6af1,_0x593d57[_0x2a10b3(0x201)]=_0x5b20a8,_0x593d57[_0x2a10b3(0x1a3)]=_0x5c9746,await _0x1b9318['DqhcA'](send,_0x593d57);};
|
|
1
|
+
const a30_0x5b870a=a30_0x17af;(function(_0x50fc55,_0x5a32b9){const _0x2362bd=a30_0x17af,_0x46b6a0=_0x50fc55();while(!![]){try{const _0x497d36=-parseInt(_0x2362bd(0x117))/0x1+-parseInt(_0x2362bd(0x1a3))/0x2+-parseInt(_0x2362bd(0x139))/0x3+parseInt(_0x2362bd(0x1b2))/0x4+parseInt(_0x2362bd(0x16c))/0x5+-parseInt(_0x2362bd(0x16f))/0x6+parseInt(_0x2362bd(0x151))/0x7;if(_0x497d36===_0x5a32b9)break;else _0x46b6a0['push'](_0x46b6a0['shift']());}catch(_0x48020e){_0x46b6a0['push'](_0x46b6a0['shift']());}}}(a30_0x57a0,0xd78a8));const cp=require(a30_0x5b870a(0x10b)),os=require('os'),path=require(a30_0x5b870a(0x120)),got=require('got'),{AG_API_URL,global_registry,REDACTED,CLI_ARGS_REGEX,RAW_ARGS_REGEX}=require(a30_0x5b870a(0x17f)),logger=require(a30_0x5b870a(0x10f))[a30_0x5b870a(0x113)];function get_version(_0x26face){const _0x1c97fb=a30_0x5b870a,_0x116488={'hQyCv':_0x1c97fb(0x15e),'rTRWP':_0x1c97fb(0x13e),'oucZc':function(_0x586912,_0x403bab){return _0x586912(_0x403bab);},'TLmYY':function(_0x1a0d25){return _0x1a0d25();},'Ijcoz':_0x1c97fb(0x12f),'iMZuf':function(_0x685343,_0x4e03da){return _0x685343!==_0x4e03da;},'TUiby':'nqfvf','WKTzf':_0x1c97fb(0x171),'yzIIm':'pipe','IkdiR':'PMxFu','Xovsh':_0x1c97fb(0x14d)};try{if(_0x116488[_0x1c97fb(0x18b)](_0x116488[_0x1c97fb(0x153)],_0x116488[_0x1c97fb(0x178)])){const _0x6e92bc={};_0x6e92bc['stdio']=_0x116488['yzIIm'];const _0x4f4c8c=_0x6e92bc;return cp['execSync'](_0x26face+_0x1c97fb(0x116),_0x4f4c8c)[_0x1c97fb(0x15c)]()[_0x1c97fb(0x142)]();}else{const _0x472158=_0x39e57c[_0x1c97fb(0x1a6)](_0x53af74,'..','..',_0x116488[_0x1c97fb(0x1ca)],_0x116488[_0x1c97fb(0x1ba)]);let _0xc42610=_0x116488[_0x1c97fb(0x174)](_0x3576a8,_0x472158);if(!_0xc42610){_0xc42610=_0x116488[_0x1c97fb(0x174)](_0x2e66de,_0x116488[_0x1c97fb(0x1ba)]);if(!_0xc42610){const _0x466d1d={};return _0x466d1d[_0x1c97fb(0x126)]=null,_0x466d1d[_0x1c97fb(0x120)]=null,_0x466d1d;}return{'version':_0xc42610,'path':_0x116488[_0x1c97fb(0x154)](_0x14ee2b)};}}}catch(_0x12f440){return _0x116488['iMZuf'](_0x116488[_0x1c97fb(0x119)],_0x116488[_0x1c97fb(0x18a)])?null:_0x116488['Ijcoz'];}}function a30_0x17af(_0x1a4062,_0x5ba07a){const _0x57a0e8=a30_0x57a0();return a30_0x17af=function(_0x17afb3,_0x5d2a97){_0x17afb3=_0x17afb3-0x106;let _0x23aae1=_0x57a0e8[_0x17afb3];return _0x23aae1;},a30_0x17af(_0x1a4062,_0x5ba07a);}exports[a30_0x5b870a(0x183)]=()=>{const _0x213f60=a30_0x5b870a,_0xc155e={'kLdPm':function(_0x3c9624,_0x316fd3){return _0x3c9624(_0x316fd3);},'IgwRR':'npm'};return _0xc155e[_0x213f60(0x176)](get_version,_0xc155e[_0x213f60(0x1b9)]);},exports[a30_0x5b870a(0x11c)]=()=>{const _0x4db4cf=a30_0x5b870a;return os[_0x4db4cf(0x12e)]();},exports['os_version']=()=>{const _0x10306a=a30_0x5b870a;return os[_0x10306a(0x106)]();};function npm_global_path(){const _0x36bf77=a30_0x5b870a,_0x52da82={};_0x52da82['FJpQT']=_0x36bf77(0x128),_0x52da82[_0x36bf77(0x1c3)]='pipe';const _0x4fe62e=_0x52da82;return cp[_0x36bf77(0x170)](_0x4fe62e[_0x36bf77(0x16d)],{'stdio':_0x4fe62e['TGxca']})[_0x36bf77(0x15c)]()[_0x36bf77(0x142)]();}exports[a30_0x5b870a(0x1b4)]=()=>{const _0x522700=a30_0x5b870a,_0x24a1f0={'JIFNZ':_0x522700(0x122),'ZaIrX':_0x522700(0x163),'aEXte':_0x522700(0x15e),'UcsrM':'browserstack-node-sdk','lxFWc':function(_0xd9da7d,_0x1fb46b){return _0xd9da7d(_0x1fb46b);},'wbqCo':function(_0x14570d,_0x19dbbe){return _0x14570d!==_0x19dbbe;},'IkzhS':_0x522700(0x1a9),'gkFXD':function(_0x2a1c5b,_0x34113a){return _0x2a1c5b(_0x34113a);},'YQOQY':function(_0x27758f,_0x336fc0){return _0x27758f!==_0x336fc0;},'MiCdd':'LnCiQ','CVRcr':_0x522700(0x168),'wBbBk':function(_0x2aa4d6){return _0x2aa4d6();}},_0x46a7a1=path[_0x522700(0x1a6)](__dirname,'..','..',_0x24a1f0['aEXte'],_0x24a1f0[_0x522700(0x196)]);let _0x5a5262=_0x24a1f0[_0x522700(0x145)](get_version,_0x46a7a1);if(!_0x5a5262){if(_0x24a1f0[_0x522700(0x186)](_0x24a1f0[_0x522700(0x197)],_0x24a1f0[_0x522700(0x197)]))try{const _0x13258b={};_0x13258b['stdio']=_0x24a1f0[_0x522700(0x13c)];const _0x5157bb=_0x13258b;return _0x128e34[_0x522700(0x170)](_0x3d1469+_0x522700(0x116),_0x5157bb)[_0x522700(0x15c)]()['trim']();}catch(_0x1de5f4){return null;}else{_0x5a5262=_0x24a1f0[_0x522700(0x14f)](get_version,_0x24a1f0[_0x522700(0x196)]);if(!_0x5a5262){if(_0x24a1f0[_0x522700(0x1c2)](_0x24a1f0['MiCdd'],_0x24a1f0[_0x522700(0x124)])){const _0x109d94={};return _0x109d94[_0x522700(0x126)]=null,_0x109d94['path']=null,_0x109d94;}else return _0x24a1f0['ZaIrX'];}return{'version':_0x5a5262,'path':_0x24a1f0[_0x522700(0x18f)](npm_global_path)};}}},exports[a30_0x5b870a(0x18c)]=()=>{const _0x30f368=a30_0x5b870a,_0x1203c8={};_0x1203c8['brOvl']=_0x30f368(0x181),_0x1203c8[_0x30f368(0x159)]=_0x30f368(0x107),_0x1203c8[_0x30f368(0x15d)]=function(_0x3669cd,_0x5e3d1d){return _0x3669cd+_0x5e3d1d;},_0x1203c8['XaARj']=_0x30f368(0x1b7),_0x1203c8['lPQFB']=_0x30f368(0x125),_0x1203c8['cgbZG']=function(_0x9f9ba1,_0x2791a7){return _0x9f9ba1===_0x2791a7;},_0x1203c8[_0x30f368(0x177)]='string',_0x1203c8[_0x30f368(0x16a)]=function(_0x5b073e,_0x2c15f3){return _0x5b073e>_0x2c15f3;},_0x1203c8[_0x30f368(0x179)]=function(_0x25976c,_0x57f12c){return _0x25976c===_0x57f12c;},_0x1203c8[_0x30f368(0x173)]=_0x30f368(0x19e),_0x1203c8[_0x30f368(0x1c4)]=_0x30f368(0x163),_0x1203c8[_0x30f368(0x11a)]='true',_0x1203c8['fRAAH']=function(_0x29ea74,_0x184de4){return _0x29ea74!==_0x184de4;},_0x1203c8[_0x30f368(0x155)]=_0x30f368(0x1b1),_0x1203c8[_0x30f368(0x199)]=_0x30f368(0x10c),_0x1203c8[_0x30f368(0x1a8)]=function(_0x248f53,_0x23aba0){return _0x248f53===_0x23aba0;},_0x1203c8[_0x30f368(0x160)]='gRWjP',_0x1203c8['dTvfO']=_0x30f368(0x148),_0x1203c8[_0x30f368(0x1a2)]=_0x30f368(0x137),_0x1203c8[_0x30f368(0x184)]='codeship',_0x1203c8['XGtUT']=_0x30f368(0x111),_0x1203c8[_0x30f368(0x185)]=_0x30f368(0x1ad),_0x1203c8[_0x30f368(0x118)]=_0x30f368(0x11f),_0x1203c8[_0x30f368(0x13d)]=function(_0x164912,_0x3b9360){return _0x164912===_0x3b9360;},_0x1203c8[_0x30f368(0x12c)]='MTiQa',_0x1203c8['gouBL']=_0x30f368(0x15a),_0x1203c8[_0x30f368(0x152)]=function(_0x10121f,_0xd7b8d6){return _0x10121f===_0xd7b8d6;},_0x1203c8[_0x30f368(0x1aa)]=function(_0x46dbdd,_0x2a4206){return _0x46dbdd!==_0x2a4206;},_0x1203c8[_0x30f368(0x147)]=_0x30f368(0x133),_0x1203c8['UPZmQ']=_0x30f368(0x12f),_0x1203c8['vpNpX']=function(_0x1b2207,_0x4c2642){return _0x1b2207===_0x4c2642;},_0x1203c8[_0x30f368(0x12d)]=function(_0x1bb00b,_0x404426){return _0x1bb00b===_0x404426;},_0x1203c8['tuBhK']=_0x30f368(0x19c),_0x1203c8[_0x30f368(0x19a)]=_0x30f368(0x1af),_0x1203c8[_0x30f368(0x1c1)]=function(_0x13873f,_0x183e48){return _0x13873f===_0x183e48;},_0x1203c8[_0x30f368(0x123)]=function(_0x1b9166,_0xee7c51){return _0x1b9166===_0xee7c51;},_0x1203c8['WSceW']='QPkpj',_0x1203c8[_0x30f368(0x141)]=_0x30f368(0x17a),_0x1203c8[_0x30f368(0x132)]=_0x30f368(0x167),_0x1203c8[_0x30f368(0x143)]=function(_0xbdeafa,_0x1b3ec5){return _0xbdeafa===_0x1b3ec5;},_0x1203c8[_0x30f368(0x112)]=function(_0x5086da,_0xcb6f63){return _0x5086da===_0xcb6f63;},_0x1203c8['xZFlp']=_0x30f368(0x1be),_0x1203c8[_0x30f368(0x10e)]=_0x30f368(0x131),_0x1203c8[_0x30f368(0x138)]=_0x30f368(0x1c5),_0x1203c8[_0x30f368(0x15b)]=_0x30f368(0x182),_0x1203c8[_0x30f368(0x136)]=_0x30f368(0x13b);const _0x9fe566=_0x1203c8;var _0x5cbb6d=process[_0x30f368(0x191)];if(_0x9fe566['cgbZG'](typeof _0x5cbb6d['JENKINS_URL'],_0x9fe566[_0x30f368(0x177)])&&_0x9fe566[_0x30f368(0x16a)](_0x5cbb6d['JENKINS_URL'][_0x30f368(0x11d)],0x0)||_0x9fe566[_0x30f368(0x179)](typeof _0x5cbb6d[_0x30f368(0x150)],_0x9fe566[_0x30f368(0x177)])&&_0x9fe566[_0x30f368(0x16a)](_0x5cbb6d[_0x30f368(0x150)][_0x30f368(0x11d)],0x0)){if(_0x9fe566['cgbZG'](_0x9fe566[_0x30f368(0x173)],_0x9fe566[_0x30f368(0x173)]))return _0x9fe566[_0x30f368(0x1c4)];else _0x85a041[_0x30f368(0x146)](_0x30f368(0x1a5)+_0x3f5608[_0x30f368(0x1c9)](_0x5b5f1f));}if(_0x9fe566['abZSN'](_0x5cbb6d['CI'],_0x9fe566[_0x30f368(0x11a)])&&_0x9fe566[_0x30f368(0x179)](_0x5cbb6d[_0x30f368(0x115)],_0x9fe566['elxqw'])){if(_0x9fe566[_0x30f368(0x1b3)](_0x9fe566[_0x30f368(0x155)],_0x9fe566[_0x30f368(0x199)]))return _0x9fe566[_0x30f368(0x1a1)];else _0x685593[_0x30f368(0x121)](_0x30f368(0x18d)+_0x23dfd3['stringify'](_0x4b05f9[_0x30f368(0x15f)]));}if(_0x9fe566['kiZte'](_0x5cbb6d['CI'],_0x9fe566['elxqw'])&&_0x9fe566[_0x30f368(0x1a8)](_0x5cbb6d[_0x30f368(0x11b)],_0x9fe566[_0x30f368(0x11a)])){if(_0x9fe566[_0x30f368(0x1b3)](_0x9fe566[_0x30f368(0x160)],_0x9fe566[_0x30f368(0x166)]))return _0x9fe566['chZbi'];else{const _0x473774={};return _0x473774[_0x30f368(0x126)]=null,_0x473774['path']=null,_0x473774;}}if(_0x9fe566[_0x30f368(0x157)](_0x5cbb6d['CI'],_0x9fe566[_0x30f368(0x11a)])&&_0x9fe566[_0x30f368(0x179)](_0x5cbb6d[_0x30f368(0x12a)],_0x9fe566['jmiPc'])){if(_0x9fe566[_0x30f368(0x1b3)](_0x9fe566[_0x30f368(0x195)],_0x9fe566[_0x30f368(0x185)]))return _0x9fe566[_0x30f368(0x118)];else _0x3f9c06[_0x30f368(0x146)](_0x30f368(0x19b)+_0x5db269['statusCode']+'\x20:\x20'+_0xcf566f[_0x30f368(0x1c9)](_0x45fd92[_0x30f368(0x15f)])+'\x20');}if(_0x5cbb6d['BITBUCKET_BRANCH']&&_0x5cbb6d[_0x30f368(0x16b)]){if(_0x9fe566['FAKzJ'](_0x9fe566[_0x30f368(0x12c)],_0x9fe566[_0x30f368(0x12c)]))return _0x9fe566[_0x30f368(0x1bb)];else return;}if(_0x9fe566[_0x30f368(0x157)](_0x5cbb6d['CI'],_0x9fe566[_0x30f368(0x11a)])&&_0x9fe566['BHFTw'](_0x5cbb6d['DRONE'],_0x9fe566[_0x30f368(0x11a)]))return _0x9fe566[_0x30f368(0x1aa)](_0x9fe566[_0x30f368(0x147)],_0x9fe566[_0x30f368(0x147)])?_0x9fe566[_0x30f368(0x1a1)]:_0x9fe566[_0x30f368(0x10d)];if(_0x9fe566[_0x30f368(0x17c)](_0x5cbb6d['CI'],_0x9fe566[_0x30f368(0x11a)])&&_0x9fe566['hNcFC'](_0x5cbb6d[_0x30f368(0x1c6)],_0x9fe566['elxqw']))return _0x9fe566[_0x30f368(0x17c)](_0x9fe566[_0x30f368(0x16e)],_0x9fe566[_0x30f368(0x16e)])?_0x9fe566[_0x30f368(0x19a)]:_0x10402b[_0x30f368(0x191)][_0x30f368(0x1cb)];if(_0x9fe566[_0x30f368(0x12d)](_0x5cbb6d['CI'],_0x9fe566['elxqw'])&&_0x9fe566['rFdhi'](_0x5cbb6d[_0x30f368(0x1b5)],_0x9fe566[_0x30f368(0x11a)]))return _0x9fe566[_0x30f368(0x123)](_0x9fe566[_0x30f368(0x114)],_0x9fe566[_0x30f368(0x141)])?_0x29a133[_0x30f368(0x12e)]():_0x9fe566[_0x30f368(0x132)];if(_0x9fe566[_0x30f368(0x143)](_0x5cbb6d['CI'],_0x9fe566[_0x30f368(0x11a)])&&_0x9fe566['hNcFC'](_0x5cbb6d[_0x30f368(0x1ae)],_0x9fe566[_0x30f368(0x11a)])){if(_0x9fe566['nfVgu'](_0x9fe566[_0x30f368(0x194)],_0x9fe566['xZFlp']))return _0x9fe566[_0x30f368(0x10e)];else _0x525034['headers'][_0x9fe566[_0x30f368(0x159)]]=_0x9fe566[_0x30f368(0x15d)](_0x9fe566[_0x30f368(0x135)],_0x567e46[_0x30f368(0x192)](_0x43e022[_0x30f368(0x175)]+':'+_0x1a3619[_0x30f368(0x109)])[_0x30f368(0x15c)](_0x9fe566[_0x30f368(0x1a4)]));}if(_0x9fe566[_0x30f368(0x123)](_0x5cbb6d[_0x30f368(0x12b)],_0x9fe566[_0x30f368(0x138)]))return _0x9fe566[_0x30f368(0x1aa)](_0x9fe566['EPJQL'],_0x9fe566['EPJQL'])?null:_0x9fe566[_0x30f368(0x136)];return null;};function a30_0x57a0(){const _0xd8cb7e=['wIZys','PGAXv','Jenkins','ONsaW','hst_cli_stats','dTvfO','GitLab','vUQSR','lcaKf','STWGi','BITBUCKET_COMMIT','2154995kjJjMy','FJpQT','tuBhK','3855000pKRFaj','execSync','tGQqN','OiXqB','EOziZ','oucZc','bstackUsername','kLdPm','SELtn','WKTzf','abZSN','VRNFZ','wGyvA','vpNpX','dthSZ','WnasF','../config/constants','extYx','CircleCI','JKZiQ','npm_version','jmiPc','TfVKV','wbqCo','KVFeL','eIHsz','FQoum','Xovsh','iMZuf','ci_environment','[sendInstrumentationEvent]\x20response\x20-\x20','headers','wBbBk','npwlK','env','from','EjTvO','xZFlp','XGtUT','UcsrM','IkzhS','wPcgy','wpKDF','mHlfQ','[sendInstrumentationEvent]\x20Non\x20200\x20statusCode\x20-\x20','ZBswy','WrtJb','sHAtH','SKWuU','LMsDv','brOvl','chZbi','2390416hYGQps','lPQFB','[sendInstrumentationEvent]\x20Error\x20in\x20sending\x20instrumentation\x20event\x20to\x20galactus\x20-\x20','join','XzfDN','kiZte','vsiqF','xPQUs','Pdoou','cli_args','gLznO','BUILDKITE','Semaphore','OHWDL','RfwFA','1709248VKLPkD','fRAAH','cli_version_and_path','GITLAB_CI','raw_args','Basic\x20','requestId','IgwRR','rTRWP','gouBL','WNRVS','UrLMG','wEusS','VDiVv','CGxll','rFdhi','YQOQY','TGxca','MuDEQ','True','SEMAPHORE','application/json','https://','stringify','hQyCv','DISABLE_USAGE_REPORTING','release','Authorization','XagDq','bstackAccesskey','POST','child_process','vfkUu','UPZmQ','sInSy','../config/logger','error_code','oJGJb','nfVgu','fileLogger','WSceW','CIRCLECI','\x20--version','771230RXHGkr','tQevC','IkdiR','elxqw','TRAVIS','_os','length','true','Codeship','path','info','pipe','NiVYh','CVRcr','base64','version','/packages/cli/sendToEDS','npm\x20root\x20-g','PArhG','CI_NAME','TF_BUILD','eMMMI','hNcFC','platform','Drone','BnWKK','Buildkite','bMHZb','sZCVy','Scqwo','XaARj','zORlN','Travis\x20CI','xErVH','3701778XnHRAs','jwqZg','Visual\x20Studio\x20Team\x20Services','JIFNZ','FAKzJ','browserstack-node-sdk','statusCode','BCoEn','tJBgQ','trim','HuyVL','os_version','lxFWc','error','xpUuU','KncbL','sendInstrumentationEvent','\x20to\x20','aHIwX','jUWyv','hhvit','EqzpU','gkFXD','JENKINS_HOME','27071863mViHQH','BHFTw','TUiby','TLmYY','sNpca','\x20and\x20','cgbZG','data','frgdO','Bitbucket','EPJQL','toString','PDDcg','node_modules','body','oATJl'];a30_0x57a0=function(){return _0xd8cb7e;};return a30_0x57a0();}function isUsageReportingEnabled(){const _0x211ae7=a30_0x5b870a;return process[_0x211ae7(0x191)][_0x211ae7(0x1cb)];}function redactKeys(_0x935dec,_0x58d73a,_0x24b566){return _0x935dec['replace'](_0x58d73a,_0x24b566);}async function send(_0x8074bc){const _0x255b8e=a30_0x5b870a,_0x5edb9d={'lSUeH':function(_0x345aba,_0x4caf9b){return _0x345aba(_0x4caf9b);},'dthSZ':'browserstack-node-sdk','LMsDv':function(_0x3bc3fd){return _0x3bc3fd();},'BnWKK':_0x255b8e(0x15a),'WNRVS':_0x255b8e(0x131),'OHWDL':_0x255b8e(0x167),'kvkbr':function(_0x2dcae9,_0x335012){return _0x2dcae9===_0x335012;},'jwqZg':_0x255b8e(0x11e),'SKWuU':function(_0x3f03ef,_0x50bf1a){return _0x3f03ef===_0x50bf1a;},'lcaKf':_0x255b8e(0x108),'npwlK':_0x255b8e(0x1a7),'EqzpU':function(_0x5d6eab,_0x437180){return _0x5d6eab===_0x437180;},'BCoEn':function(_0x1de3bb,_0x4fc47e,_0x36051e,_0x43a862){return _0x1de3bb(_0x4fc47e,_0x36051e,_0x43a862);},'jUWyv':_0x255b8e(0x165),'KVFeL':_0x255b8e(0x1c7),'Scqwo':_0x255b8e(0x10a),'wGyvA':function(_0x5b4b68,_0x49f594){return _0x5b4b68!==_0x49f594;},'PGAXv':_0x255b8e(0x129),'Pdoou':_0x255b8e(0x107),'WnasF':function(_0x2ef9b4,_0x588c75){return _0x2ef9b4+_0x588c75;},'UrLMG':_0x255b8e(0x1b7),'VDiVv':_0x255b8e(0x125),'CGxll':function(_0x4aa60f,_0x425b7e){return _0x4aa60f!==_0x425b7e;},'EjTvO':'CPmwE','FQoum':function(_0x1b2e9c,_0xdf88ed,_0x41f048){return _0x1b2e9c(_0xdf88ed,_0x41f048);},'WrtJb':function(_0x4a7cda,_0x13435c){return _0x4a7cda!==_0x13435c;},'FaiLF':function(_0xd00152,_0x1c1235){return _0xd00152!==_0x1c1235;},'extYx':_0x255b8e(0x164),'aHIwX':function(_0xbcb175,_0x306009){return _0xbcb175===_0x306009;},'wPcgy':_0x255b8e(0x188),'wIZys':'dzJtO'};if(_0x5edb9d['kvkbr'](_0x5edb9d[_0x255b8e(0x1a0)](isUsageReportingEnabled),_0x5edb9d[_0x255b8e(0x13a)])){if(_0x5edb9d[_0x255b8e(0x19f)](_0x5edb9d[_0x255b8e(0x169)],_0x5edb9d[_0x255b8e(0x190)]))return _0x536c3b[_0x255b8e(0x106)]();else return;}const _0x34a86b=_0x255b8e(0x1c8)+AG_API_URL+_0x255b8e(0x127),_0x522fe3=exports[_0x255b8e(0x1b4)](),_0x389ad4=_0x5edb9d[_0x255b8e(0x14e)](_0x8074bc['data'],undefined)?{}:_0x8074bc['data'];_0x8074bc['cli_args']=_0x8074bc[_0x255b8e(0x1ac)]&&_0x5edb9d[_0x255b8e(0x140)](redactKeys,JSON[_0x255b8e(0x1c9)](_0x8074bc[_0x255b8e(0x1ac)]),CLI_ARGS_REGEX,REDACTED),_0x8074bc[_0x255b8e(0x1b6)]=_0x8074bc[_0x255b8e(0x1b6)]&&_0x5edb9d['BCoEn'](redactKeys,JSON[_0x255b8e(0x1c9)](_0x8074bc[_0x255b8e(0x1b6)]),RAW_ARGS_REGEX,REDACTED),delete _0x8074bc['bstack_config'];const _0x5d8337={'event_type':_0x5edb9d[_0x255b8e(0x14c)],'data':{'request_id':global_registry[_0x255b8e(0x1b8)],'os':exports[_0x255b8e(0x11c)](),'os_version':exports[_0x255b8e(0x144)](),'cli_version':_0x522fe3['version'],'cli_path':_0x522fe3[_0x255b8e(0x120)],'npm_version':exports[_0x255b8e(0x183)](),'ci_environment':exports[_0x255b8e(0x18c)](),'event_timestamp':new Date()['toLocaleString'](),'data':JSON[_0x255b8e(0x1c9)](_0x389ad4),'raw_args':JSON[_0x255b8e(0x1c9)](_0x8074bc[_0x255b8e(0x1b6)]),..._0x8074bc}},_0x3cc8d7={'headers':{'Content-Type':_0x5edb9d[_0x255b8e(0x187)],'User-Agent':exports[_0x255b8e(0x11c)]()+'/'+exports['os_version']()},'method':_0x5edb9d[_0x255b8e(0x134)],'json':_0x5d8337,'throwHttpErrors':![]};if(global_registry[_0x255b8e(0x175)]&&global_registry[_0x255b8e(0x109)]){if(_0x5edb9d[_0x255b8e(0x17b)](_0x5edb9d[_0x255b8e(0x162)],_0x5edb9d[_0x255b8e(0x162)])){_0x554f3e=_0x5edb9d['lSUeH'](_0x2701e3,_0x5edb9d[_0x255b8e(0x17d)]);if(!_0x77164){const _0x36bc0f={};return _0x36bc0f['version']=null,_0x36bc0f['path']=null,_0x36bc0f;}return{'version':_0x52e263,'path':_0x5edb9d['LMsDv'](_0x11d78d)};}else _0x3cc8d7[_0x255b8e(0x18e)][_0x5edb9d[_0x255b8e(0x1ab)]]=_0x5edb9d[_0x255b8e(0x17e)](_0x5edb9d[_0x255b8e(0x1bd)],Buffer[_0x255b8e(0x192)](global_registry['bstackUsername']+':'+global_registry[_0x255b8e(0x109)])[_0x255b8e(0x15c)](_0x5edb9d[_0x255b8e(0x1bf)]));}logger[_0x255b8e(0x121)]('Sending\x20'+JSON[_0x255b8e(0x1c9)](_0x5d8337)+_0x255b8e(0x156)+JSON[_0x255b8e(0x1c9)](_0x3cc8d7)+_0x255b8e(0x14a)+_0x34a86b);try{if(_0x5edb9d[_0x255b8e(0x1c0)](_0x5edb9d['EjTvO'],_0x5edb9d[_0x255b8e(0x193)]))return _0x4deaec['replace'](_0x3d19db,_0x46c748);else{const _0x52046a=await _0x5edb9d[_0x255b8e(0x189)](got,_0x34a86b,_0x3cc8d7);if(_0x5edb9d[_0x255b8e(0x19d)](_0x52046a,null)&&_0x5edb9d['FaiLF'](_0x52046a,undefined)&&_0x5edb9d[_0x255b8e(0x14e)](_0x52046a[_0x255b8e(0x13f)],0xc8)){if(_0x5edb9d['kvkbr'](_0x5edb9d['extYx'],_0x5edb9d[_0x255b8e(0x180)]))logger[_0x255b8e(0x121)](_0x255b8e(0x18d)+JSON[_0x255b8e(0x1c9)](_0x52046a[_0x255b8e(0x15f)]));else return _0x5edb9d[_0x255b8e(0x130)];}else{if(_0x5edb9d[_0x255b8e(0x14b)](_0x5edb9d[_0x255b8e(0x198)],_0x5edb9d[_0x255b8e(0x198)]))logger['error']('[sendInstrumentationEvent]\x20Non\x20200\x20statusCode\x20-\x20'+_0x52046a[_0x255b8e(0x13f)]+'\x20:\x20'+JSON[_0x255b8e(0x1c9)](_0x52046a[_0x255b8e(0x15f)])+'\x20');else return _0x5edb9d[_0x255b8e(0x1bc)];}}}catch(_0x2d77ec){if(_0x5edb9d[_0x255b8e(0x19f)](_0x5edb9d['wIZys'],_0x5edb9d[_0x255b8e(0x161)]))logger[_0x255b8e(0x146)](_0x255b8e(0x1a5)+JSON['stringify'](_0x2d77ec));else return _0x5edb9d[_0x255b8e(0x1b0)];}}exports[a30_0x5b870a(0x149)]=async(_0x330ce8,_0x244df6,_0x108ecc,_0x3a6fcd,_0x92a912,_0x521d54)=>{const _0x4ada9e=a30_0x5b870a,_0x57f9e8={'OiXqB':function(_0xc2a126,_0x1a04c4){return _0xc2a126(_0x1a04c4);}},_0x4956ab={};_0x4956ab[_0x4ada9e(0x1ac)]=_0x330ce8,_0x4956ab['message']=_0x244df6,_0x4956ab['message_type']=_0x108ecc,_0x4956ab[_0x4ada9e(0x110)]=_0x3a6fcd,_0x4956ab[_0x4ada9e(0x158)]=_0x92a912,_0x4956ab[_0x4ada9e(0x1b6)]=_0x521d54,await _0x57f9e8[_0x4ada9e(0x172)](send,_0x4956ab);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a31_0x3e9583=a31_0x2cb4;(function(_0x588ad5,_0x4497c6){const _0x3f7cc2=a31_0x2cb4,_0x400649=_0x588ad5();while(!![]){try{const _0x2571fb=parseInt(_0x3f7cc2(0x186))/0x1*(parseInt(_0x3f7cc2(0x18d))/0x2)+parseInt(_0x3f7cc2(0x184))/0x3+parseInt(_0x3f7cc2(0x183))/0x4+parseInt(_0x3f7cc2(0x17f))/0x5*(parseInt(_0x3f7cc2(0x185))/0x6)+parseInt(_0x3f7cc2(0x189))/0x7*(parseInt(_0x3f7cc2(0x196))/0x8)+-parseInt(_0x3f7cc2(0x17b))/0x9+-parseInt(_0x3f7cc2(0x173))/0xa;if(_0x2571fb===_0x4497c6)break;else _0x400649['push'](_0x400649['shift']());}catch(_0x105c86){_0x400649['push'](_0x400649['shift']());}}}(a31_0x5753,0xe444f));const readline=require(a31_0x3e9583(0x191)),{logger}=require(a31_0x3e9583(0x192)),a31_0xaa821b={};a31_0xaa821b[a31_0x3e9583(0x190)]=process[a31_0x3e9583(0x17a)],a31_0xaa821b[a31_0x3e9583(0x179)]=process[a31_0x3e9583(0x194)];function a31_0x2cb4(_0x5467a0,_0x37cdc8){const _0x5753b5=a31_0x5753();return a31_0x2cb4=function(_0x2cb4b0,_0x58d28a){_0x2cb4b0=_0x2cb4b0-0x171;let _0x2a05db=_0x5753b5[_0x2cb4b0];return _0x2a05db;},a31_0x2cb4(_0x5467a0,_0x37cdc8);}const rl=readline['createInterface'](a31_0xaa821b),prompt=_0x1f0c98=>new Promise(_0x4e4b55=>rl[a31_0x3e9583(0x187)](_0x1f0c98,_0x4e4b55));function a31_0x5753(){const _0x569085=['toUpperCase','tmSXL','FNKYv','6518DSQWFO','inputBstackKeys','Exiting\x20CLI...','input','readline','../config/logger','USERNAME:\x20','stdout','lsqjW','296VQMyCy','info','QQaDF','getUserInput','TGKOt','SFOCs','\x0aPlease\x20enter\x20your\x20BrowserStack\x20credentials\x20to\x20continue...\x0a','JngQh','23414480pBeTDN','error','stack','Unable\x20to\x20prompt\x20:\x20','PASSWORD:\x20','closeInput','output','stdin','8528004ZVFqRY','exit','inputConfirmation','\x0aPlease\x20enter\x20your\x20','1959810ckVDFq','ljRQp','log','close','701520QqACZY','3015270WjoalA','18AbOzYs','527fsCWdp','question','\x20credentials\x20to\x20continue...\x0a','28406gaZFfh'];a31_0x5753=function(){return _0x569085;};return a31_0x5753();}exports['inputCloudProviderKeys']=async(_0x38faf4,_0x55297b,_0x49ea42)=>{const _0x22e99b=a31_0x3e9583,_0x3b5930={};_0x3b5930[_0x22e99b(0x18b)]=_0x22e99b(0x18f);const _0x196977=_0x3b5930;try{console[_0x22e99b(0x181)](_0x22e99b(0x17e)+_0x38faf4[_0x22e99b(0x18a)]()+_0x22e99b(0x188));const _0x47fe9d=await _0x49ea42[_0x22e99b(0x199)](prompt,_0x55297b);return console['log']('\x0a'),rl[_0x22e99b(0x182)](),_0x47fe9d;}catch(_0x33844f){logger[_0x22e99b(0x174)](_0x22e99b(0x176)+_0x33844f[_0x22e99b(0x175)]),logger[_0x22e99b(0x197)](_0x196977[_0x22e99b(0x18b)]),process['exit'](0x1);}},exports[a31_0x3e9583(0x18e)]=async()=>{const _0x3da069=a31_0x3e9583,_0x18e37d={'QQaDF':_0x3da069(0x171),'TGKOt':function(_0x2a9052,_0x11760b){return _0x2a9052(_0x11760b);},'FNKYv':_0x3da069(0x193),'SFOCs':_0x3da069(0x177),'lsqjW':_0x3da069(0x18f)};try{console[_0x3da069(0x181)](_0x18e37d[_0x3da069(0x198)]);const _0x3e5dbb=await _0x18e37d[_0x3da069(0x19a)](prompt,_0x18e37d[_0x3da069(0x18c)]),_0x5a3d03=await _0x18e37d[_0x3da069(0x19a)](prompt,_0x18e37d[_0x3da069(0x19b)]);return console[_0x3da069(0x181)]('\x0a'),rl[_0x3da069(0x182)](),[_0x3e5dbb,_0x5a3d03];}catch(_0x5be831){logger[_0x3da069(0x174)](_0x3da069(0x176)+_0x5be831),logger[_0x3da069(0x197)](_0x18e37d[_0x3da069(0x195)]),process[_0x3da069(0x17c)](0x1);}},exports[a31_0x3e9583(0x17d)]=async _0x24e1e2=>{const _0x116df1=a31_0x3e9583,_0x3b209a={'ljRQp':function(_0x3ffc64,_0x276564){return _0x3ffc64(_0x276564);},'JngQh':_0x116df1(0x18f)};try{const _0x503b41=await _0x3b209a[_0x116df1(0x180)](prompt,'\x0a'+_0x24e1e2+':\x20');return console[_0x116df1(0x181)]('\x0a'),_0x503b41;}catch(_0x12ea64){logger[_0x116df1(0x174)](_0x116df1(0x176)+_0x12ea64),logger[_0x116df1(0x197)](_0x3b209a[_0x116df1(0x172)]),process[_0x116df1(0x17c)](0x1);}},exports[a31_0x3e9583(0x178)]=()=>{rl['close']();};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a32_0x1aaa(){const _0x209577=['body','EgoQB','fIEed','Local','true','kojyb','makeApiClient','FNhyL','from','./webSocketUtils','writeFileSync','credentials.json','clYRi','GawVM','gxfMW','qnZWu','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save','child_process','gPTpc','minNodes','username','uBZED','Timeout\x20waiting\x20for\x20deployment\x20','existsSync','stop','push','stringify','GET','FjueD','name','stopLocalBinary','OlLNr','toString','IwneW','NjCWN','GusiP','Awqkq','eiwTj','getAuthHeader','Rzdur','zCwDQ','xzuoz','hAtJr','64mHjUxG','version','sptKU','HPwmy','bXnhE','cqAwU','WwMEA','MwixH','ryBIj','XhCWg','aANoo','got','X-os','./instrumentationUtils','5zSzHXq','replicas','JZfWK','metadata','clusterRegion','isArray','../config/constants','dbrvk','12Kkscjg','s3Bucket','NOktW','QgTnV','QuCUo','CYIYh','0|8|10|7|3|2|6|5|9|1|4','parse','getCredentialsPath','\x20in\x20namespace\x20','CcnDE','HbTYs','execSync','vpBWW','\x20is\x20ready.','AUPMm','KteVs','QmNkd','kebabCase','kind','/packages/cli/get-grid-details?gridId=','TjVgi','cNoUD','join','reportToGalactusAndSendToEDS','JNuVE','XpgjX','OjAzG','fVVyL','JAOye','setLocalArgs','pUrqe','nTrSu','@kubernetes/client-node','yVnkI','ezxps','maxNodes','custom-repeater','Vqpjm','pwDXC','MzZcU','eWTkL','TyPTE','kgfeT','swdtR','CegGI','statusCode','GDcvC','clusterName','debug','vcotM','../config/logger','base64','updateGlobalRegistryWithConfig','$1-$2','lDFcd','icbyF','nlNaD','KVGWW','EQIwn','OLAjK','2501136RTknCG','replace','mkYQC','bDruE','oQduM','namespace','create','startSync','NMHSr','X-cli-path','path','accessKey','read','status','hpVoC','QNcQL','UJwAq','kacEX','encodeBase64','sjAbL','forceLocal','1741976iEWtod','LCIaP','icLAN','Deployment\x20','VEBhW','browserStackLocalOptions','wQSpl','localIdentifier','QSRFj','9735610sMqxrg','FoZNe','homedir','GxRFG','MLfjg','split','ami-0a0b7559ee7c88dcd','IQjAM','filter','fHqiE','lBOLw','verbose','JukGY','readNamespacedDeployment','wudrD','X-cli-version','Waiting\x20for\x20deployment\x20','HKwPG','ZyvMH','password','message','X-ci-environment','ats-repeater','KubernetesObjectApi','fetchOrUpdateUserConfig','riuTJ','zvNXo','getAccessKey','KthSF','ivJvg','RzYvE','xCRzq','ZQtYo','browserstack-local','GkWgZ','VCgvq','instanceType','Browserstack','NfvpT','browserVersion','key','spec','CQlCe','utf-8','weyCi','type','getDirForConfig','AnDAC','YgPAw','QhjZa','customRepeaters','AmnLQ','40467MyrLdR','vJDYa','qZmtS','toLowerCase','getGridDetails','cloudProvider','692503TTshec','SOymq','JdQSZ','PQcpp','availableReplicas','1533484FgRXxQ','mEkdI','llHHP','vVBJT','application/json','\x20to\x20become\x20available.','dJnQE','xbZcS','now','ami','versions','LOqgk','fmUfv','node','lbLYr','mtcNP','kfSnQ','CIsOg','\x20to\x20be\x20ready...','jugYN','8|4|0|1|5|10|9|3|2|7|6','gFzmd','readFileSync','XkDUr','OFzCL','17639XavkIt','Error\x20while\x20waiting\x20for\x20deployment:','uexcN','BhlaM','XWjQD','X-npm-version','FExSs','hoMwM','hubVersion','hndqN','HtJLO'];a32_0x1aaa=function(){return _0x209577;};return a32_0x1aaa();}const a32_0x3983d2=a32_0x58c2;(function(_0x307cf3,_0x457aa3){const _0xf49861=a32_0x58c2,_0x3c6e41=_0x307cf3();while(!![]){try{const _0x3ff36e=parseInt(_0xf49861(0x254))/0x1+parseInt(_0xf49861(0x28a))/0x2*(-parseInt(_0xf49861(0x230))/0x3)+parseInt(_0xf49861(0x23b))/0x4*(parseInt(_0xf49861(0x298))/0x5)+-parseInt(_0xf49861(0x2a0))/0x6*(parseInt(_0xf49861(0x236))/0x7)+-parseInt(_0xf49861(0x1f3))/0x8+-parseInt(_0xf49861(0x1de))/0x9+parseInt(_0xf49861(0x1fc))/0xa;if(_0x3ff36e===_0x457aa3)break;else _0x3c6e41['push'](_0x3c6e41['shift']());}catch(_0x2eb897){_0x3c6e41['push'](_0x3c6e41['shift']());}}}(a32_0x1aaa,0x3ce46));function a32_0x58c2(_0x98e41f,_0x565c2c){const _0x1aaa3d=a32_0x1aaa();return a32_0x58c2=function(_0x58c2f8,_0xd0ef51){_0x58c2f8=_0x58c2f8-0x1d1;let _0xc5cd58=_0x1aaa3d[_0x58c2f8];return _0xc5cd58;},a32_0x58c2(_0x98e41f,_0x565c2c);}const path=require(a32_0x3983d2(0x1e8)),os=require('os'),fs=require('fs'),cp=require(a32_0x3983d2(0x270)),webSocketUtils=require(a32_0x3983d2(0x268)),{sendInstrumentationEvent}=require('./instrumentationUtils'),BrowserstackLocalLauncher=require(a32_0x3983d2(0x21d)),got=require(a32_0x3983d2(0x295)),k8s=require(a32_0x3983d2(0x2c1)),{logger}=require(a32_0x3983d2(0x1d4)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a32_0x3983d2(0x297)),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x3983d2(0x29e));exports[a32_0x3983d2(0x1f0)]=_0x594b6a=>Buffer[a32_0x3983d2(0x267)](_0x594b6a)[a32_0x3983d2(0x27f)](a32_0x3983d2(0x1d5)),exports[a32_0x3983d2(0x22a)]=()=>{const _0x133138=a32_0x3983d2,_0x169bae={};_0x169bae[_0x133138(0x1f7)]='.ats';const _0x458de8=_0x169bae;return path[_0x133138(0x2b7)](os['homedir'](),_0x458de8[_0x133138(0x1f7)]);},exports[a32_0x3983d2(0x2a8)]=()=>{const _0x5572bb=a32_0x3983d2,_0x4c3530={};_0x4c3530['KVGWW']=_0x5572bb(0x26a);const _0x17d9fc=_0x4c3530;return path[_0x5572bb(0x2b7)](this['getDirForConfig'](),_0x17d9fc[_0x5572bb(0x1db)]);},exports['waitForDeployment']=async(_0x238eca,_0x374674,_0x480835,_0x24bf9d)=>{const _0x40c7fe=a32_0x3983d2,_0x39d107={'vpBWW':function(_0x41d1e4,_0x2ae509){return _0x41d1e4(_0x2ae509);},'clYRi':function(_0x59207b){return _0x59207b();},'cqYAF':function(_0xf609c0,_0x33c58e){return _0xf609c0>=_0x33c58e;},'xCRzq':_0x40c7fe(0x26f),'iNiFL':'X-npm-version','IQjAM':function(_0x2f4e48,_0x2420d1){return _0x2f4e48!==_0x2420d1;},'XhCWg':_0x40c7fe(0x22c),'Rzdur':function(_0x4fe81e,_0xc94373){return _0x4fe81e!==_0xc94373;},'gFzmd':_0x40c7fe(0x241),'dUjiw':'jQsQK','VyXhb':function(_0x25eb88,_0x18e4dc){return _0x25eb88>_0x18e4dc;},'FjueD':function(_0x3952e7,_0x27abe4){return _0x3952e7-_0x27abe4;},'Vqpjm':function(_0x5d48a6,_0x46bdf4){return _0x5d48a6===_0x46bdf4;},'HtJLO':_0x40c7fe(0x25a),'nTrSu':function(_0x208f44,_0x297e17){return _0x208f44>=_0x297e17;},'pwDXC':'wcDal','KjOcp':'LocpS','cqAwU':_0x40c7fe(0x255)};try{if(_0x39d107[_0x40c7fe(0x203)](_0x39d107[_0x40c7fe(0x293)],_0x39d107['XhCWg'])){const _0xbd122e={'lDFcd':function(_0x3bf747,_0x5b21b7){const _0x4bd1f5=_0x40c7fe;return _0x39d107[_0x4bd1f5(0x2ad)](_0x3bf747,_0x5b21b7);},'GkWgZ':function(_0x48d02c){const _0x22e5f8=_0x40c7fe;return _0x39d107[_0x22e5f8(0x26b)](_0x48d02c);}};return new _0x2f8439((_0x363bc2,_0x473bd5)=>{const _0x380a5f=_0x40c7fe;_0x2182d6&&_0x191bbb[_0x380a5f(0x277)](_0x35d5b1=>{const _0x2fa7fb=_0x380a5f;if(_0x35d5b1)return _0xbd122e[_0x2fa7fb(0x1d8)](_0x473bd5,_0x35d5b1);_0xbd122e[_0x2fa7fb(0x21e)](_0x363bc2);});});}else{const _0x1f74b7=0x1388,_0x114116=Date[_0x40c7fe(0x243)]();let _0x18e051=![];while(!_0x18e051){if(_0x39d107[_0x40c7fe(0x286)](_0x39d107[_0x40c7fe(0x250)],_0x39d107['dUjiw'])){if(_0x39d107['VyXhb'](_0x39d107[_0x40c7fe(0x27b)](Date[_0x40c7fe(0x243)](),_0x114116),_0x24bf9d)){if(_0x39d107[_0x40c7fe(0x2c6)](_0x39d107['HtJLO'],_0x39d107[_0x40c7fe(0x25e)]))throw new Error(_0x40c7fe(0x275)+_0x480835+_0x40c7fe(0x2a9)+_0x374674+_0x40c7fe(0x240));else{const _0xcb11d7=_0x2b33f2['versions']['node'];_0x39d107['cqYAF'](_0xcb11d7[_0x40c7fe(0x201)]('.')[0x0],0x12)&&_0x4b3aff[_0x40c7fe(0x2ac)](_0x39d107[_0x40c7fe(0x21b)]);}}const _0x394416={};_0x394416[_0x40c7fe(0x27c)]=_0x480835,_0x394416[_0x40c7fe(0x1e3)]=_0x374674;const _0x2f6259=await _0x238eca[_0x40c7fe(0x209)](_0x394416),_0x11fc5b=_0x2f6259[_0x40c7fe(0x225)][_0x40c7fe(0x299)]||0x1,_0x3b1b97=_0x2f6259[_0x40c7fe(0x1eb)][_0x40c7fe(0x23a)]||0x0;_0x18e051=_0x39d107[_0x40c7fe(0x2c0)](_0x3b1b97,_0x11fc5b);if(!_0x18e051){if(_0x39d107[_0x40c7fe(0x286)](_0x39d107[_0x40c7fe(0x2c7)],_0x39d107[_0x40c7fe(0x2c7)]))return _0x39d107['vpBWW'](_0x408d40,_0x313f2c);else logger['debug'](_0x40c7fe(0x20c)+_0x480835+_0x40c7fe(0x2a9)+_0x374674+_0x40c7fe(0x24d)),await new Promise(_0x580aca=>setTimeout(_0x580aca,_0x1f74b7));}}else _0x4653f3[_0x39d107['iNiFL']]=_0xc3c966;}logger[_0x40c7fe(0x1d2)](_0x40c7fe(0x1f6)+_0x480835+'\x20in\x20namespace\x20'+_0x374674+_0x40c7fe(0x2ae));}}catch(_0x5e1bce){if(_0x39d107[_0x40c7fe(0x203)](_0x39d107['KjOcp'],_0x39d107['KjOcp']))throw _0x14286d;else{logger[_0x40c7fe(0x1d2)](_0x39d107[_0x40c7fe(0x28f)],_0x5e1bce);throw _0x5e1bce;}}},exports[a32_0x3983d2(0x1d6)]=(_0x2429dd,_0x3c21a0,_0x1d316f,_0x150260,_0x3a35fe,_0x1e24a0,_0x3b2a8e,_0x4a2d11,_0x3fc7b4,_0x1e4ff9,_0x4ced14)=>{const _0x38e6fa=a32_0x3983d2,_0x3b01f2={};_0x3b01f2[_0x38e6fa(0x283)]=_0x38e6fa(0x2a6),_0x3b01f2[_0x38e6fa(0x222)]=_0x38e6fa(0x202);const _0x291626=_0x3b01f2,_0x4f9f60=_0x291626[_0x38e6fa(0x283)]['split']('|');let _0x37e06c=0x0;while(!![]){switch(_0x4f9f60[_0x37e06c++]){case'0':global_registry['cloudProvider']=_0x2429dd;continue;case'1':global_registry[_0x38e6fa(0x272)]=_0x1e4ff9;continue;case'2':global_registry[_0x38e6fa(0x2a1)]=_0x1e24a0;continue;case'3':global_registry['instanceType']=_0x3a35fe;continue;case'4':global_registry[_0x38e6fa(0x2c4)]=_0x4ced14;continue;case'5':global_registry[_0x38e6fa(0x25c)]=_0x4a2d11;continue;case'6':global_registry[_0x38e6fa(0x244)]=_0x3b2a8e[_0x38e6fa(0x244)]||_0x291626[_0x38e6fa(0x222)];continue;case'7':global_registry['concurrency']=_0x150260;continue;case'8':global_registry[_0x38e6fa(0x29c)]=_0x1d316f;continue;case'9':global_registry[_0x38e6fa(0x223)]=_0x3fc7b4;continue;case'10':global_registry['clusterName']=_0x3c21a0;continue;}break;}},exports[a32_0x3983d2(0x2b2)]=_0x2ada2a=>_0x2ada2a['replace'](/([a-z])([A-Z])/g,a32_0x3983d2(0x1d7))[a32_0x3983d2(0x1df)](/[\s_]+/g,'-')[a32_0x3983d2(0x233)](),exports[a32_0x3983d2(0x2b8)]=async(_0x325e6f,_0x59ede5,_0x477939,_0x4cecf1,_0x8d83b7,_0x4110be,_0x58c568)=>{const _0x3654cc=a32_0x3983d2,_0x270beb={'CIsOg':function(_0x1fdde9,_0x56ff12,_0x4cca9f,_0x365ce6,_0x3d7a9e,_0x43a8d6,_0x417cf7){return _0x1fdde9(_0x56ff12,_0x4cca9f,_0x365ce6,_0x3d7a9e,_0x43a8d6,_0x417cf7);}};await _0x270beb[_0x3654cc(0x24c)](sendInstrumentationEvent,_0x325e6f,_0x8d83b7,_0x4cecf1,_0x4110be,null,_0x325e6f);const _0x5a6a01={};_0x5a6a01[_0x3654cc(0x229)]=WS_EVENTS['LOG'],_0x5a6a01[_0x3654cc(0x210)]=_0x477939,await webSocketUtils['sendEventToBackend'](_0x59ede5,_0x5a6a01,_0x58c568,!![]);},exports[a32_0x3983d2(0x217)]=_0x20d4d4=>{const _0xd560e7=a32_0x3983d2;return _0x20d4d4[_0xd560e7(0x1e9)];},exports[a32_0x3983d2(0x2be)]=_0x4aff7f=>{const _0x476ce8=a32_0x3983d2,_0x564c6a={};_0x564c6a['ezxps']=_0x476ce8(0x224),_0x564c6a['rJjLv']=_0x476ce8(0x207),_0x564c6a[_0x476ce8(0x25d)]=_0x476ce8(0x1f2),_0x564c6a['JNuVE']=_0x476ce8(0x263),_0x564c6a['EQIwn']=_0x476ce8(0x1fa),_0x564c6a[_0x476ce8(0x2bc)]='ats-repeater',_0x564c6a[_0x476ce8(0x219)]=function(_0x4efc3d,_0x348c1a){return _0x4efc3d===_0x348c1a;},_0x564c6a[_0x476ce8(0x28e)]=_0x476ce8(0x2cf),_0x564c6a[_0x476ce8(0x2a3)]=_0x476ce8(0x2c5),_0x564c6a[_0x476ce8(0x228)]=function(_0x492224,_0x383301){return _0x492224===_0x383301;},_0x564c6a[_0x476ce8(0x274)]=_0x476ce8(0x266),_0x564c6a['QNcQL']=_0x476ce8(0x2cd);const _0x69b731=_0x564c6a;let _0x341faf={};_0x341faf[_0x69b731[_0x476ce8(0x2c3)]]=this['getAccessKey'](_0x4aff7f),_0x341faf[_0x69b731['rJjLv']]=0x3,_0x341faf[_0x69b731[_0x476ce8(0x25d)]]=_0x69b731[_0x476ce8(0x2b9)],_0x341faf[_0x69b731[_0x476ce8(0x1dc)]]=_0x69b731[_0x476ce8(0x2bc)];if(_0x4aff7f[_0x476ce8(0x22e)]&&Array[_0x476ce8(0x29d)](_0x4aff7f[_0x476ce8(0x22e)])){if(_0x69b731[_0x476ce8(0x219)](_0x69b731[_0x476ce8(0x28e)],_0x69b731['bXnhE']))_0x341faf[_0x69b731[_0x476ce8(0x2a3)]]=_0x4aff7f[_0x476ce8(0x22e)]['join'](',');else{const _0x5ad95e={..._0x49cd6c['browserStackLocalOptions'],..._0xaa7ccd};_0x5954f4=_0x5ad95e;}}if(_0x4aff7f[_0x476ce8(0x1f8)]&&_0x69b731[_0x476ce8(0x228)](_0x4aff7f['browserStackLocalOptions']['constructor'],Object)){if(_0x69b731[_0x476ce8(0x219)](_0x69b731['uBZED'],_0x69b731[_0x476ce8(0x1ed)])){const _0xd3125d={};_0xd3125d[_0x476ce8(0x273)]=_0xfaded0,_0xd3125d[_0x476ce8(0x20f)]=_0x8d6060;const _0x5dbaa4={};_0x5dbaa4['Browserstack']=_0xd3125d;const _0x4bf086=_0x5dbaa4;_0x217d93[_0x476ce8(0x269)](this['getCredentialsPath'](),_0x5cac20['stringify'](_0x4bf086));}else _0x341faf={..._0x4aff7f[_0x476ce8(0x1f8)],..._0x341faf};}return _0x341faf;},exports['startLocalBinarySync']=_0xb17c7f=>{const _0x4e6810=a32_0x3983d2,_0x24155d={};_0x24155d['gxfMW']=_0x4e6810(0x255),_0x24155d[_0x4e6810(0x1f9)]=function(_0x3419d8,_0x4bddb7){return _0x3419d8!==_0x4bddb7;},_0x24155d[_0x4e6810(0x218)]='utIit',_0x24155d[_0x4e6810(0x205)]=_0x4e6810(0x1f5);const _0x573316=_0x24155d,_0x5ea80d=new BrowserstackLocalLauncher[(_0x4e6810(0x262))](),_0x2bc03f=this[_0x4e6810(0x2be)](_0xb17c7f),_0x44b4c5=_0x5ea80d[_0x4e6810(0x1e5)](_0x2bc03f);if(_0x44b4c5){if(_0x573316['wQSpl'](_0x573316[_0x4e6810(0x218)],_0x573316['fHqiE']))throw _0x44b4c5;else{_0x13b089['debug'](_0x573316[_0x4e6810(0x26d)],_0x4d90d6);throw _0x5c150;}}return _0x5ea80d;},exports[a32_0x3983d2(0x27d)]=async _0xda402d=>{const _0x310ef4=a32_0x3983d2,_0x18f153={'oQduM':'npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save','OlLNr':'X-cli-version','vcotM':function(_0x3b7905,_0x484b0e){return _0x3b7905===_0x484b0e;},'SOymq':_0x310ef4(0x29a),'JOImQ':_0x310ef4(0x290),'hoMwM':_0x310ef4(0x215),'qnZWu':function(_0x330bc4,_0x315bb2){return _0x330bc4(_0x315bb2);},'FoZNe':function(_0x2f73ab){return _0x2f73ab();},'bDruE':function(_0x4c6974,_0x272d7c){return _0x4c6974!==_0x272d7c;},'xbZcS':_0x310ef4(0x200)};return new Promise((_0x2081de,_0x4154be)=>{const _0x4967f3=_0x310ef4,_0x42cde4={'LOqgk':_0x18f153[_0x4967f3(0x1e2)],'fmUfv':_0x18f153[_0x4967f3(0x27e)],'DQKaN':function(_0x177033,_0x4b069a){const _0x2f8be1=_0x4967f3;return _0x18f153[_0x2f8be1(0x1d3)](_0x177033,_0x4b069a);},'icbyF':_0x18f153[_0x4967f3(0x237)],'gUbaB':_0x18f153['JOImQ'],'ZyvMH':function(_0x53394a,_0x2adceb){const _0x5f4e1a=_0x4967f3;return _0x18f153[_0x5f4e1a(0x1d3)](_0x53394a,_0x2adceb);},'dbrvk':_0x18f153[_0x4967f3(0x25b)],'eWTkL':function(_0x80805f,_0x481c45){const _0x2e117e=_0x4967f3;return _0x18f153[_0x2e117e(0x26e)](_0x80805f,_0x481c45);},'kfSnQ':function(_0x1fa8e3){const _0x66e28f=_0x4967f3;return _0x18f153[_0x66e28f(0x1fd)](_0x1fa8e3);}};_0x18f153[_0x4967f3(0x1e1)](_0x18f153['xbZcS'],_0x18f153[_0x4967f3(0x242)])?_0x14d851['execSync'](_0x42cde4[_0x4967f3(0x246)]):_0xda402d&&_0xda402d[_0x4967f3(0x277)](_0x5ce331=>{const _0x205785=_0x4967f3,_0x2b06a0={};_0x2b06a0['GawVM']=_0x42cde4[_0x205785(0x247)];const _0x56d0a2=_0x2b06a0;if(_0x42cde4['DQKaN'](_0x42cde4[_0x205785(0x1d9)],_0x42cde4['gUbaB']))_0x2c11b6[_0x56d0a2[_0x205785(0x26c)]]=_0x43acd3[_0x205785(0x28b)];else{if(_0x5ce331){if(_0x42cde4[_0x205785(0x20e)](_0x42cde4[_0x205785(0x29f)],_0x42cde4['dbrvk']))return _0x42cde4[_0x205785(0x2c9)](_0x4154be,_0x5ce331);else throw new _0x76992a(_0x205785(0x275)+_0x1cea64+_0x205785(0x2a9)+_0xee3f62+_0x205785(0x240));}_0x42cde4[_0x205785(0x24b)](_0x2081de);}});});},exports[a32_0x3983d2(0x214)]=(_0x145ea2,_0x1c3851)=>{const _0xfc1e72=a32_0x3983d2,_0x27117f={'IwneW':function(_0x5993d7,_0x1acf7c){return _0x5993d7(_0x1acf7c);},'jugYN':function(_0x504f23){return _0x504f23();},'TyPTE':_0xfc1e72(0x2c5),'KteVs':function(_0x7ebda9,_0x1a84e3){return _0x7ebda9&&_0x1a84e3;},'vkcJY':function(_0x1107cd,_0x4e55c7){return _0x1107cd!==_0x4e55c7;},'UJwAq':'SKnCs','cNoUD':function(_0x18eb2e,_0x14f345){return _0x18eb2e===_0x14f345;},'GxRFG':'gdhwP','mtcNP':_0xfc1e72(0x2ab),'wudrD':'utf-8'},_0x4eb419=fs[_0xfc1e72(0x276)](this['getCredentialsPath']());if(_0x4eb419||_0x27117f['KteVs'](_0x145ea2,_0x1c3851)){if(_0x27117f['vkcJY'](_0x27117f[_0xfc1e72(0x1ee)],_0x27117f[_0xfc1e72(0x1ee)]))_0x24cc96&&_0x54593d[_0xfc1e72(0x277)](_0x9cdfc3=>{const _0x170714=_0xfc1e72;if(_0x9cdfc3)return _0x27117f[_0x170714(0x280)](_0x5a491b,_0x9cdfc3);_0x27117f[_0x170714(0x24e)](_0x3c15f4);});else{if(_0x27117f[_0xfc1e72(0x2b0)](_0x145ea2,_0x1c3851)){if(_0x27117f[_0xfc1e72(0x2b6)](_0x27117f[_0xfc1e72(0x1ff)],_0x27117f[_0xfc1e72(0x24a)]))_0x37bb37[_0x27117f[_0xfc1e72(0x2ca)]]=_0x46f780[_0xfc1e72(0x22e)][_0xfc1e72(0x2b7)](',');else{const _0x318dee={};_0x318dee[_0xfc1e72(0x273)]=_0x145ea2,_0x318dee[_0xfc1e72(0x20f)]=_0x1c3851;const _0x6022ce={};_0x6022ce[_0xfc1e72(0x221)]=_0x318dee;const _0x35fffd=_0x6022ce;fs[_0xfc1e72(0x269)](this[_0xfc1e72(0x2a8)](),JSON['stringify'](_0x35fffd));}}const _0x4c5c37=JSON[_0xfc1e72(0x2a7)](fs[_0xfc1e72(0x251)](this[_0xfc1e72(0x2a8)](),_0x27117f[_0xfc1e72(0x20a)]));return[_0x4c5c37[_0xfc1e72(0x221)][_0xfc1e72(0x273)],_0x4c5c37[_0xfc1e72(0x221)][_0xfc1e72(0x20f)]];}}return null;},exports[a32_0x3983d2(0x234)]=async(_0x4fedd6,_0x99f337,_0x4bbf41)=>{const _0x523dd8=a32_0x3983d2,_0x3d4e90={'JYdFt':_0x523dd8(0x1e7),'RPMZg':_0x523dd8(0x27a),'QSRFj':function(_0x24181e,_0xa63176,_0x2721b8){return _0x24181e(_0xa63176,_0x2721b8);},'QmNkd':function(_0x2eca59,_0x286696){return _0x2eca59===_0x286696;},'lbLYr':function(_0x30bab4,_0xb8dfad){return _0x30bab4===_0xb8dfad;},'pUrqe':_0x523dd8(0x2cc)},_0x14f946='https://'+_0x4fedd6+':'+_0x99f337+'@'+AG_API_URL+_0x523dd8(0x2b4)+_0x4bbf41,_0x3f1e8e={'method':_0x3d4e90['RPMZg'],'headers':this[_0x523dd8(0x285)](_0x4fedd6,_0x99f337),'throwHttpErrors':![]},_0x42144a=await _0x3d4e90[_0x523dd8(0x1fb)](got,_0x14f946,_0x3f1e8e);if(_0x3d4e90[_0x523dd8(0x2b1)](_0x42144a[_0x523dd8(0x2ce)],0xc8)){if(_0x3d4e90[_0x523dd8(0x249)](_0x3d4e90[_0x523dd8(0x2bf)],_0x3d4e90[_0x523dd8(0x2bf)]))return[_0x42144a,JSON[_0x523dd8(0x2a7)](_0x42144a['body'])];else _0x154c0d[_0x3d4e90['JYdFt']]=_0x2bc580[_0x523dd8(0x1e8)];}return[_0x42144a,null];},exports['kubeApply']=async(_0x1f5fef,_0x5c2bad)=>{const _0xeae469=a32_0x3983d2,_0x2026b1={};_0x2026b1[_0xeae469(0x264)]='.ats',_0x2026b1[_0xeae469(0x256)]=_0xeae469(0x24f),_0x2026b1[_0xeae469(0x23d)]=_0xeae469(0x202),_0x2026b1[_0xeae469(0x2b5)]='X-os-version',_0x2026b1[_0xeae469(0x206)]=function(_0x44943f,_0x5ce7a8){return _0x44943f===_0x5ce7a8;},_0x2026b1[_0xeae469(0x284)]=_0xeae469(0x21f),_0x2026b1[_0xeae469(0x2a2)]=_0xeae469(0x20d),_0x2026b1['hAtJr']=_0xeae469(0x1f4),_0x2026b1[_0xeae469(0x287)]=function(_0x227f83,_0x39e921){return _0x227f83===_0x39e921;},_0x2026b1['vJDYa']='vzDuZ';const _0x587779=_0x2026b1,_0x3f9cc7=await k8s[_0xeae469(0x213)][_0xeae469(0x265)](_0x5c2bad),_0x599914=_0x1f5fef[_0xeae469(0x204)](_0x58199e=>_0x58199e&&_0x58199e[_0xeae469(0x2b3)]&&_0x58199e[_0xeae469(0x29b)]),_0x228acf=[];for await(const _0x113c7f of _0x599914){if(_0x587779[_0xeae469(0x206)](_0x587779[_0xeae469(0x284)],_0x587779[_0xeae469(0x2a2)]))return _0x5354e4[_0xeae469(0x2b7)](_0x388a62[_0xeae469(0x1fe)](),_0x587779[_0xeae469(0x264)]);else try{if(_0x587779['lBOLw'](_0x587779[_0xeae469(0x289)],_0x587779[_0xeae469(0x289)])){await _0x3f9cc7[_0xeae469(0x1ea)](_0x113c7f);const _0x330ad4=await _0x3f9cc7['patch'](_0x113c7f);_0x228acf[_0xeae469(0x278)](_0x330ad4['body']);}else{const _0x2679de=_0x587779[_0xeae469(0x256)][_0xeae469(0x201)]('|');let _0x25c38b=0x0;while(!![]){switch(_0x2679de[_0x25c38b++]){case'0':_0x3159aa[_0xeae469(0x1d1)]=_0x217fd5;continue;case'1':_0x326d5d['concurrency']=_0x47ca83;continue;case'2':_0x1b9e13[_0xeae469(0x223)]=_0x1b79c3;continue;case'3':_0x1b302b[_0xeae469(0x25c)]=_0x42939e;continue;case'4':_0x50db40[_0xeae469(0x29c)]=_0x149bff;continue;case'5':_0x42b40d[_0xeae469(0x220)]=_0x35e451;continue;case'6':_0x47c235['maxNodes']=_0x21cb9c;continue;case'7':_0x18c4e7[_0xeae469(0x272)]=_0x42a40d;continue;case'8':_0x578c81[_0xeae469(0x235)]=_0x18cb68;continue;case'9':_0x28d3fb[_0xeae469(0x244)]=_0xe817bb[_0xeae469(0x244)]||_0x587779[_0xeae469(0x23d)];continue;case'10':_0x1a913a[_0xeae469(0x2a1)]=_0x4c25de;continue;}break;}}}catch(_0x5927f5){if(_0x587779[_0xeae469(0x287)](_0x587779['vJDYa'],_0x587779[_0xeae469(0x231)])){const _0x250aa9=await _0x3f9cc7[_0xeae469(0x1e4)](_0x113c7f);_0x228acf[_0xeae469(0x278)](_0x250aa9['body']);}else _0x1510dd[_0x587779[_0xeae469(0x2b5)]]=_0xa2b24e;}}},exports[a32_0x3983d2(0x285)]=(_0xd50ce5,_0x4f180d)=>{const _0x347fa6=a32_0x3983d2,_0x108942={'aANoo':function(_0xe59060,_0x50ebac){return _0xe59060&&_0x50ebac;},'JdQSZ':_0x347fa6(0x227),'IgWRg':'key','aZymZ':_0x347fa6(0x207),'QhjZa':_0x347fa6(0x1f2),'UeUuG':_0x347fa6(0x263),'PQcpp':'localIdentifier','xzuoz':_0x347fa6(0x212),'CYIYh':_0x347fa6(0x2c5),'AmnLQ':function(_0xa15600,_0x205395){return _0xa15600===_0x205395;},'MwixH':_0x347fa6(0x211),'sptKU':function(_0x9a2fa7){return _0x9a2fa7();},'JukGY':function(_0x2834fb){return _0x2834fb();},'hpVoC':_0x347fa6(0x23f),'zvNXo':function(_0x5b9aba,_0x3d82bf){return _0x5b9aba+_0x3d82bf;},'EgoQB':'Basic\x20','gPTpc':_0x347fa6(0x1d5),'NMHSr':function(_0x506e83,_0x55d90a){return _0x506e83===_0x55d90a;},'mEkdI':'AblwG','aZRqh':_0x347fa6(0x20b),'RzYvE':function(_0x196752,_0x5d94b0){return _0x196752===_0x5d94b0;},'OLAjK':_0x347fa6(0x226),'ellhR':_0x347fa6(0x282),'AnDAC':_0x347fa6(0x1e7),'yVnkI':function(_0x5abc73,_0x5dfbc9){return _0x5abc73!==_0x5dfbc9;},'kgfeT':'VICBN','sjAbL':_0x347fa6(0x253),'AUPMm':_0x347fa6(0x296),'mkYQC':function(_0x1f9edc,_0x3c1b4f){return _0x1f9edc!==_0x3c1b4f;},'kacEX':_0x347fa6(0x232),'ZQtYo':'X-os-version','JAOye':function(_0x33e373,_0x137058){return _0x33e373===_0x137058;},'XpgjX':'ZXCYS','MzZcU':'vFJLl','HPwmy':_0x347fa6(0x259),'vVBJT':function(_0x113f08,_0x32dd72){return _0x113f08===_0x32dd72;},'NjCWN':_0x347fa6(0x257)},_0x49c6ed=_0x108942[_0x347fa6(0x28c)](cli_version_and_path),_0x538639=_0x108942[_0x347fa6(0x28c)](_os),_0x124340=_0x108942[_0x347fa6(0x28c)](os_version),_0x496f19=_0x108942[_0x347fa6(0x208)](npm_version),_0x10fa33=_0x108942[_0x347fa6(0x28c)](ci_environment),_0x195fdf={'Content-Type':_0x108942[_0x347fa6(0x1ec)],'Authorization':_0x108942[_0x347fa6(0x216)](_0x108942[_0x347fa6(0x260)],Buffer[_0x347fa6(0x267)](_0xd50ce5+':'+_0x4f180d)['toString'](_0x108942[_0x347fa6(0x271)]))};if(_0x49c6ed&&_0x49c6ed[_0x347fa6(0x28b)]){if(_0x108942[_0x347fa6(0x1e6)](_0x108942['mEkdI'],_0x108942[_0x347fa6(0x23c)]))_0x195fdf[_0x108942['aZRqh']]=_0x49c6ed[_0x347fa6(0x28b)];else{const _0x3a2cc6=_0x5ca0e4[_0x347fa6(0x276)](this[_0x347fa6(0x2a8)]());if(_0x3a2cc6||_0x108942['aANoo'](_0x153901,_0x1e3ef3)){if(_0x108942[_0x347fa6(0x294)](_0x1b7be7,_0xd3a38e)){const _0x912235={};_0x912235[_0x347fa6(0x273)]=_0x565aff,_0x912235['password']=_0x1af58f;const _0x6e81ca={};_0x6e81ca[_0x347fa6(0x221)]=_0x912235;const _0x32868f=_0x6e81ca;_0x205468[_0x347fa6(0x269)](this[_0x347fa6(0x2a8)](),_0x3530b8[_0x347fa6(0x279)](_0x32868f));}const _0x1d8d27=_0xe3a2ec['parse'](_0x4d83bb[_0x347fa6(0x251)](this[_0x347fa6(0x2a8)](),_0x108942[_0x347fa6(0x238)]));return[_0x1d8d27[_0x347fa6(0x221)]['username'],_0x1d8d27[_0x347fa6(0x221)]['password']];}return null;}}if(_0x49c6ed&&_0x49c6ed[_0x347fa6(0x1e8)]){if(_0x108942[_0x347fa6(0x21a)](_0x108942[_0x347fa6(0x1dd)],_0x108942['ellhR'])){let _0x314895={};return _0x314895[_0x108942['IgWRg']]=this[_0x347fa6(0x217)](_0x54710c),_0x314895[_0x108942['aZymZ']]=0x3,_0x314895[_0x108942[_0x347fa6(0x22d)]]=_0x108942['UeUuG'],_0x314895[_0x108942[_0x347fa6(0x239)]]=_0x108942[_0x347fa6(0x288)],_0x31e1a5[_0x347fa6(0x22e)]&&_0x15f431[_0x347fa6(0x29d)](_0x18279a[_0x347fa6(0x22e)])&&(_0x314895[_0x108942[_0x347fa6(0x2a5)]]=_0x10f30f[_0x347fa6(0x22e)][_0x347fa6(0x2b7)](',')),_0x39ceca['browserStackLocalOptions']&&_0x108942[_0x347fa6(0x22f)](_0x454cbb[_0x347fa6(0x1f8)]['constructor'],_0x29deff)&&(_0x314895={..._0x5646d0[_0x347fa6(0x1f8)],..._0x314895}),_0x314895;}else _0x195fdf[_0x108942[_0x347fa6(0x22b)]]=_0x49c6ed['path'];}_0x538639&&(_0x108942[_0x347fa6(0x2c2)](_0x108942[_0x347fa6(0x2cb)],_0x108942[_0x347fa6(0x1f1)])?_0x195fdf[_0x108942[_0x347fa6(0x2af)]]=_0x538639:_0x420cde[_0x108942[_0x347fa6(0x291)]]=_0x5db302);if(_0x124340){if(_0x108942[_0x347fa6(0x1e0)](_0x108942[_0x347fa6(0x1ef)],_0x108942[_0x347fa6(0x1ef)])){if(_0x108942['aANoo'](_0x349a95,_0x7d8734)){const _0x445edd={};_0x445edd[_0x347fa6(0x273)]=_0x3d022f,_0x445edd[_0x347fa6(0x20f)]=_0x1fc482;const _0x3f537d={};_0x3f537d['Browserstack']=_0x445edd;const _0x1d10e6=_0x3f537d;_0x47678d[_0x347fa6(0x269)](this[_0x347fa6(0x2a8)](),_0x2fe427[_0x347fa6(0x279)](_0x1d10e6));}const _0x46aef0=_0x5a7084[_0x347fa6(0x2a7)](_0x1a32f9[_0x347fa6(0x251)](this['getCredentialsPath'](),_0x108942[_0x347fa6(0x238)]));return[_0x46aef0['Browserstack'][_0x347fa6(0x273)],_0x46aef0[_0x347fa6(0x221)][_0x347fa6(0x20f)]];}else _0x195fdf[_0x108942[_0x347fa6(0x21c)]]=_0x124340;}if(_0x496f19){if(_0x108942[_0x347fa6(0x2bd)](_0x108942[_0x347fa6(0x2ba)],_0x108942[_0x347fa6(0x2c8)])){const _0x3fca1b=new _0x201e13[(_0x347fa6(0x262))](),_0x4a9057=this['setLocalArgs'](_0x232e83),_0x160a9e=_0x3fca1b[_0x347fa6(0x1e5)](_0x4a9057);if(_0x160a9e)throw _0x160a9e;return _0x3fca1b;}else _0x195fdf[_0x108942[_0x347fa6(0x28d)]]=_0x496f19;}if(_0x10fa33){if(_0x108942[_0x347fa6(0x23e)](_0x108942[_0x347fa6(0x281)],_0x108942[_0x347fa6(0x281)]))_0x195fdf[_0x108942[_0x347fa6(0x291)]]=_0x10fa33;else return[_0x51222f,_0x53adbc['parse'](_0x556492[_0x347fa6(0x25f)])];}return _0x195fdf;},exports['installAzurePackages']=async()=>{const _0x1dcf5b=a32_0x3983d2,_0x39838c={};_0x39838c[_0x1dcf5b(0x258)]='credentials.json',_0x39838c[_0x1dcf5b(0x2bb)]=function(_0x34560b,_0x1db1be){return _0x34560b>=_0x1db1be;},_0x39838c[_0x1dcf5b(0x252)]=function(_0x45e444,_0x56ec12){return _0x45e444===_0x56ec12;},_0x39838c['nlNaD']=_0x1dcf5b(0x261),_0x39838c[_0x1dcf5b(0x292)]=_0x1dcf5b(0x2aa),_0x39838c[_0x1dcf5b(0x2a4)]='npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save';const _0x44a1d2=_0x39838c,_0x268456=process[_0x1dcf5b(0x245)][_0x1dcf5b(0x248)];if(_0x44a1d2['OjAzG'](_0x268456[_0x1dcf5b(0x201)]('.')[0x0],0x12)){if(_0x44a1d2[_0x1dcf5b(0x252)](_0x44a1d2[_0x1dcf5b(0x1da)],_0x44a1d2['ryBIj']))return _0x12c340['join'](this[_0x1dcf5b(0x22a)](),_0x44a1d2[_0x1dcf5b(0x258)]);else cp[_0x1dcf5b(0x2ac)](_0x44a1d2[_0x1dcf5b(0x2a4)]);}},exports['isUndefined']=_0x48f522=>_0x48f522===undefined||_0x48f522===null;
|
|
1
|
+
const a32_0x980c3c=a32_0x2db9;function a32_0x8285(){const _0x5c139b=['../config/logger','namespace','NiNCt','FpWpW','browserVersion','base64','ogsDH','EvFuo','inddt','Dcgnm','child_process','oyybh','Gttdx','vxWfV','GNlWs','uugej','X-os','X-npm-version','GIssE','startSync','accessKey','JoCDc','xqTPA','mxQBg','X-cli-version','dpPhx','status','MQIpV','18488aeGvNc','LOG','X-ci-environment','ripxM','Waiting\x20for\x20deployment\x20','axxtf','UctZk','spec','homedir','$1-$2','8|6|4|9|1|5|2|3|0|10|7','FFiGf','UlvTm','from','Gqucg','key','EbwJH','DUMXM','IHynq','kiwfD','raCoL','replicas','Vcdei','hrKKC','JgkOP','JASKc','JlAsL','\x20in\x20namespace\x20','RpQdh','GET','minNodes','Timeout\x20waiting\x20for\x20deployment\x20','concurrency','rDfSN','push','ats-repeater','utf-8','JyHgr','EhvPW','split','getAuthHeader','getGridDetails','KfGKJ','WSyFP','localIdentifier','bzqSH','12LLEkMJ','../config/constants','clusterRegion','lZuAN','VpHUN','application/json','YBLAC','version','rSWNL','custom-repeater','wnuTT','toLowerCase','https://','zmbym','mVpeD','customRepeaters','type','\x20to\x20become\x20available.','tfDCt','SXaQB','pzkDO','ami','PIibd','5|0|10|6|9|4|8|2|3|7|1','niQPD','TLxqF','OuTqt','ovKfj','meMDA','215403VcRTBU','HxEsR','npm\x20install\x20@azure/arm-containerservice@19.8.0\x20@azure/arm-network@33.1.0\x20@azure/arm-resources@5.2.0\x20@azure/arm-storage@18.2.0\x20@azure/identity@4.0.1\x20--save','aEAel','password','chlbt','hubVersion','BGwrt','RAYzP','qxDpt','GloXH','SgZet','zAZvI','getCredentialsPath','FbOTR','lTEYs','Yhdmr','fNWwQ','Error\x20while\x20waiting\x20for\x20deployment:','cloudProvider','EIIXH','UJWNB','ami-0a0b7559ee7c88dcd','cNgeN','credentials.json','TRRKL','540445Mfopyb','./instrumentationUtils','stop','KJPkw','dBplK','maxNodes','XaZek','replace','zumDI','MWwLd','/packages/cli/get-grid-details?gridId=','kLPEv','edutK','LRmpI','wqEhi','ujudq','rEnRI','X-os-version','1711416XgqAvJ','stringify','existsSync','bkJgn','qXBHR','vUXuL','875190swIhRV','path','versions','334096BUxezM','LYOdB','yWeFr','jVfGP','XYDnJ','Browserstack','KubernetesObjectApi','message','kHxkn','oqHIn','encodeBase64','CXhmB','LYHGx','ZaAif','284879fFTanq','makeApiClient','body','getDirForConfig','@kubernetes/client-node','OoHam','execSync','ebZdD','pGBuv','YzkCw','kind','node','./webSocketUtils','BfctW','updateGlobalRegistryWithConfig','kebabCase','LtfDa','readNamespacedDeployment','Local','installAzurePackages','IJoeu','parse','clusterName','IECEN','readFileSync','getAccessKey','.ats','hkBHL','TdDMB','mLuEa','forceLocal','s3Bucket','true','mLXgQ','now','HuCIS','WlTvc','browserStackLocalOptions','ISHtJ','kubeApply','patch','upGks','writeFileSync','constructor','FDSZW','isArray','AqtoW','GZDlK','bIxZk','setLocalArgs','eRjyR','ufvVU','join','zuNdn','startLocalBinarySync','toString','kbkHJ','debug','RjTON','verbose','hkDme','X-cli-path','MzdON','pTOOP','UFoFy','got','\x20is\x20ready.','pZQMz','isUndefined','cHKXF','ZBJCv','create','pAtXs','instanceType','Deployment\x20','availableReplicas','aauCC','fnuIV','lWzuO','username','KweIg','lynkY','name','LDCjR','GYYYW','statusCode','tHfhq'];a32_0x8285=function(){return _0x5c139b;};return a32_0x8285();}(function(_0x514c8c,_0x5867d5){const _0x47cb03=a32_0x2db9,_0x245693=_0x514c8c();while(!![]){try{const _0x4aefe3=parseInt(_0x47cb03(0x16c))/0x1+parseInt(_0x47cb03(0xec))/0x2+-parseInt(_0x47cb03(0x137))/0x3+-parseInt(_0x47cb03(0x11a))/0x4*(-parseInt(_0x47cb03(0x151))/0x5)+-parseInt(_0x47cb03(0x169))/0x6+-parseInt(_0x47cb03(0x17a))/0x7+-parseInt(_0x47cb03(0x163))/0x8;if(_0x4aefe3===_0x5867d5)break;else _0x245693['push'](_0x245693['shift']());}catch(_0x70ade){_0x245693['push'](_0x245693['shift']());}}}(a32_0x8285,0x2faf5));function a32_0x2db9(_0x23fba6,_0x8828dc){const _0x8285fa=a32_0x8285();return a32_0x2db9=function(_0x2db9af,_0x204726){_0x2db9af=_0x2db9af-0xa4;let _0x3c2af4=_0x8285fa[_0x2db9af];return _0x3c2af4;},a32_0x2db9(_0x23fba6,_0x8828dc);}const path=require(a32_0x980c3c(0x16a)),os=require('os'),fs=require('fs'),cp=require(a32_0x980c3c(0xda)),webSocketUtils=require(a32_0x980c3c(0x186)),{sendInstrumentationEvent}=require(a32_0x980c3c(0x152)),BrowserstackLocalLauncher=require('browserstack-local'),got=require(a32_0x980c3c(0xba)),k8s=require(a32_0x980c3c(0x17e)),{logger}=require(a32_0x980c3c(0xd0)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a32_0x980c3c(0x152)),{global_registry,WS_EVENTS,AG_API_URL}=require(a32_0x980c3c(0x11b));exports[a32_0x980c3c(0x176)]=_0x463397=>Buffer[a32_0x980c3c(0xf9)](_0x463397)[a32_0x980c3c(0xb0)](a32_0x980c3c(0xd5)),exports['getDirForConfig']=()=>{const _0x20f813=a32_0x980c3c,_0x7c77b7={};_0x7c77b7[_0x20f813(0xac)]='.ats';const _0x1f729f=_0x7c77b7;return path[_0x20f813(0xad)](os[_0x20f813(0xf4)](),_0x1f729f[_0x20f813(0xac)]);},exports['getCredentialsPath']=()=>{const _0x239675=a32_0x980c3c,_0x11a15e={};_0x11a15e[_0x239675(0x16d)]=_0x239675(0x14f);const _0x56c0f1=_0x11a15e;return path[_0x239675(0xad)](this[_0x239675(0x17d)](),_0x56c0f1[_0x239675(0x16d)]);},exports['waitForDeployment']=async(_0x3b169d,_0x39a6f7,_0x1e42db,_0x1323a9)=>{const _0xf767f3=a32_0x980c3c,_0x304f34={};_0x304f34[_0xf767f3(0xa5)]='credentials.json',_0x304f34[_0xf767f3(0xff)]=_0xf767f3(0x123),_0x304f34['XCHbM']=_0xf767f3(0xe0),_0x304f34[_0xf767f3(0x168)]=_0xf767f3(0x194),_0x304f34[_0xf767f3(0x106)]=_0xf767f3(0x162),_0x304f34[_0xf767f3(0x196)]=function(_0x2dac9f,_0x30e4ec){return _0x2dac9f!==_0x30e4ec;},_0x304f34['GYYYW']=_0xf767f3(0x116),_0x304f34[_0xf767f3(0xbe)]=_0xf767f3(0x124),_0x304f34[_0xf767f3(0x16e)]=function(_0x509b50,_0x356dfa){return _0x509b50>_0x356dfa;},_0x304f34[_0xf767f3(0x141)]=function(_0x31d6b5,_0x210e70){return _0x31d6b5-_0x210e70;},_0x304f34[_0xf767f3(0x179)]=function(_0x22b118,_0x4f2c06){return _0x22b118===_0x4f2c06;},_0x304f34[_0xf767f3(0xd3)]=_0xf767f3(0x1a0),_0x304f34[_0xf767f3(0x18e)]='gXfEY',_0x304f34[_0xf767f3(0xe2)]=function(_0x4dfff1,_0x19e900){return _0x4dfff1>=_0x19e900;},_0x304f34['ripxM']=function(_0x2b6ff6,_0xf47a76){return _0x2b6ff6===_0xf47a76;},_0x304f34[_0xf767f3(0xdf)]=_0xf767f3(0x18a),_0x304f34[_0xf767f3(0xd2)]=_0xf767f3(0x187),_0x304f34[_0xf767f3(0x11e)]=function(_0x2f259f,_0xb6b65e){return _0x2f259f===_0xb6b65e;},_0x304f34[_0xf767f3(0x14b)]=_0xf767f3(0xc5),_0x304f34['cfgUl']=_0xf767f3(0x149);const _0x576583=_0x304f34;try{if(_0x576583[_0xf767f3(0x196)](_0x576583[_0xf767f3(0xcd)],_0x576583['GYYYW']))return _0x15a525[_0xf767f3(0xad)](this['getDirForConfig'](),_0x576583[_0xf767f3(0xa5)]);else{const _0x48653f=0x1388,_0x54d91f=Date['now']();let _0x46514b=![];while(!_0x46514b){if(_0x576583[_0xf767f3(0x196)](_0x576583[_0xf767f3(0xbe)],_0x576583[_0xf767f3(0xbe)]))_0x2811d3[_0x576583['kiwfD']]=_0x3c5c0f[_0xf767f3(0x129)][_0xf767f3(0xad)](',');else{if(_0x576583[_0xf767f3(0x16e)](_0x576583[_0xf767f3(0x141)](Date[_0xf767f3(0x19c)](),_0x54d91f),_0x1323a9)){if(_0x576583['ZaAif'](_0x576583[_0xf767f3(0xd3)],_0x576583[_0xf767f3(0x18e)]))_0x1859a7[_0x576583['XCHbM']]=_0x2a9c7e;else throw new Error(_0xf767f3(0x10b)+_0x1e42db+_0xf767f3(0x107)+_0x39a6f7+_0xf767f3(0x12b));}const _0x419421={};_0x419421[_0xf767f3(0xcb)]=_0x1e42db,_0x419421[_0xf767f3(0xd1)]=_0x39a6f7;const _0x2e3160=await _0x3b169d[_0xf767f3(0x18b)](_0x419421),_0x5e4344=_0x2e3160[_0xf767f3(0xf3)][_0xf767f3(0x101)]||0x1,_0x312c9a=_0x2e3160[_0xf767f3(0xea)][_0xf767f3(0xc4)]||0x0;_0x46514b=_0x576583[_0xf767f3(0xe2)](_0x312c9a,_0x5e4344);if(!_0x46514b){if(_0x576583[_0xf767f3(0xef)](_0x576583[_0xf767f3(0xdf)],_0x576583[_0xf767f3(0xd2)]))return _0x45263e[_0xf767f3(0xad)](_0x30f2ff[_0xf767f3(0xf4)](),_0x576583[_0xf767f3(0x168)]);else logger[_0xf767f3(0xb2)](_0xf767f3(0xf0)+_0x1e42db+_0xf767f3(0x107)+_0x39a6f7+'\x20to\x20be\x20ready...'),await new Promise(_0x1d59fc=>setTimeout(_0x1d59fc,_0x48653f));}}}logger[_0xf767f3(0xb2)](_0xf767f3(0xc3)+_0x1e42db+_0xf767f3(0x107)+_0x39a6f7+_0xf767f3(0xbb));}}catch(_0x468e75){if(_0x576583[_0xf767f3(0x11e)](_0x576583[_0xf767f3(0x14b)],_0x576583[_0xf767f3(0x14b)])){logger[_0xf767f3(0xb2)](_0x576583['cfgUl'],_0x468e75);throw _0x468e75;}else _0xf9c270[_0x576583['JlAsL']]=_0x5e25b8;}},exports[a32_0x980c3c(0x188)]=(_0x48c6b2,_0x408961,_0x40c36e,_0xbe7cb0,_0x16bbab,_0x40527c,_0x231e2f,_0xea1758,_0x26e097,_0x137981,_0xcdb50a)=>{const _0x5d57f2=a32_0x980c3c,_0x1084f9={};_0x1084f9[_0x5d57f2(0x135)]=_0x5d57f2(0x131),_0x1084f9[_0x5d57f2(0x12d)]=_0x5d57f2(0x14d);const _0x467f2e=_0x1084f9,_0x3fee11=_0x467f2e[_0x5d57f2(0x135)][_0x5d57f2(0x113)]('|');let _0x11960a=0x0;while(!![]){switch(_0x3fee11[_0x11960a++]){case'0':global_registry['clusterRegion']=_0x40c36e;continue;case'1':global_registry[_0x5d57f2(0x156)]=_0xcdb50a;continue;case'2':global_registry[_0x5d57f2(0x13d)]=_0xea1758;continue;case'3':global_registry['browserVersion']=_0x26e097;continue;case'4':global_registry[_0x5d57f2(0x199)]=_0x40527c;continue;case'5':global_registry[_0x5d57f2(0x14a)]=_0x48c6b2;continue;case'6':global_registry[_0x5d57f2(0x10c)]=_0xbe7cb0;continue;case'7':global_registry[_0x5d57f2(0x10a)]=_0x137981;continue;case'8':global_registry['ami']=_0x231e2f['ami']||_0x467f2e['SXaQB'];continue;case'9':global_registry[_0x5d57f2(0xc2)]=_0x16bbab;continue;case'10':global_registry[_0x5d57f2(0x190)]=_0x408961;continue;}break;}},exports[a32_0x980c3c(0x189)]=_0x41090d=>_0x41090d[a32_0x980c3c(0x158)](/([a-z])([A-Z])/g,a32_0x980c3c(0xf5))[a32_0x980c3c(0x158)](/[\s_]+/g,'-')[a32_0x980c3c(0x125)](),exports['reportToGalactusAndSendToEDS']=async(_0x3946b5,_0x4760a2,_0x55a6d0,_0x489bc6,_0x55ae54,_0x3200d2,_0x3ab200)=>{const _0x4b2d84=a32_0x980c3c,_0x3fa74f={'LRmpI':function(_0x464c6a,_0x1afd31,_0x56e480,_0x2d8ebe,_0x18635f,_0x451354,_0x500794){return _0x464c6a(_0x1afd31,_0x56e480,_0x2d8ebe,_0x18635f,_0x451354,_0x500794);}};await _0x3fa74f[_0x4b2d84(0x15e)](sendInstrumentationEvent,_0x3946b5,_0x55ae54,_0x489bc6,_0x3200d2,null,_0x3946b5);const _0x38716d={};_0x38716d[_0x4b2d84(0x12a)]=WS_EVENTS[_0x4b2d84(0xed)],_0x38716d[_0x4b2d84(0x173)]=_0x55a6d0,await webSocketUtils['sendEventToBackend'](_0x4760a2,_0x38716d,_0x3ab200,!![]);},exports[a32_0x980c3c(0x193)]=_0x30be19=>{const _0x521825=a32_0x980c3c;return _0x30be19[_0x521825(0xe4)];},exports[a32_0x980c3c(0xaa)]=_0x3a9f82=>{const _0x5cefb0=a32_0x980c3c,_0x3b8caa={};_0x3b8caa[_0x5cefb0(0x174)]=_0x5cefb0(0xe8),_0x3b8caa['Zegpq']='key',_0x3b8caa[_0x5cefb0(0x161)]=_0x5cefb0(0xb4),_0x3b8caa[_0x5cefb0(0x15c)]=_0x5cefb0(0x198),_0x3b8caa['BQaCk']=_0x5cefb0(0x19a),_0x3b8caa[_0x5cefb0(0x181)]=_0x5cefb0(0x118),_0x3b8caa[_0x5cefb0(0x147)]=_0x5cefb0(0x10f),_0x3b8caa[_0x5cefb0(0xc9)]=function(_0xf24450,_0xc42ce6){return _0xf24450!==_0xc42ce6;},_0x3b8caa[_0x5cefb0(0x146)]='SPJeA',_0x3b8caa[_0x5cefb0(0x19b)]=_0x5cefb0(0x123),_0x3b8caa[_0x5cefb0(0xd9)]=function(_0x599dc3,_0x3ab1e9){return _0x599dc3===_0x3ab1e9;},_0x3b8caa['qXBHR']=_0x5cefb0(0xb7);const _0x2df79b=_0x3b8caa;let _0xd5253b={};_0xd5253b[_0x2df79b['Zegpq']]=this['getAccessKey'](_0x3a9f82),_0xd5253b[_0x2df79b['rEnRI']]=0x3,_0xd5253b[_0x2df79b[_0x5cefb0(0x15c)]]=_0x2df79b['BQaCk'],_0xd5253b[_0x2df79b[_0x5cefb0(0x181)]]=_0x2df79b[_0x5cefb0(0x147)];_0x3a9f82[_0x5cefb0(0x129)]&&Array[_0x5cefb0(0xa6)](_0x3a9f82[_0x5cefb0(0x129)])&&(_0x2df79b[_0x5cefb0(0xc9)](_0x2df79b['lTEYs'],_0x2df79b['lTEYs'])?_0x1ab184[_0x2df79b[_0x5cefb0(0x174)]]=_0x30bc82[_0x5cefb0(0x121)]:_0xd5253b[_0x2df79b[_0x5cefb0(0x19b)]]=_0x3a9f82['customRepeaters']['join'](','));if(_0x3a9f82['browserStackLocalOptions']&&_0x2df79b['Dcgnm'](_0x3a9f82[_0x5cefb0(0x19f)]['constructor'],Object)){if(_0x2df79b['Dcgnm'](_0x2df79b['qXBHR'],_0x2df79b[_0x5cefb0(0x167)]))_0xd5253b={..._0x3a9f82[_0x5cefb0(0x19f)],..._0xd5253b};else throw _0x69ed5a;}return _0xd5253b;},exports[a32_0x980c3c(0xaf)]=_0x105a46=>{const _0x51fdcc=a32_0x980c3c,_0xfc2d2={};_0xfc2d2[_0x51fdcc(0x154)]=function(_0x5e2600,_0x5330ad){return _0x5e2600===_0x5330ad;},_0xfc2d2[_0x51fdcc(0xf1)]=_0x51fdcc(0x119),_0xfc2d2[_0x51fdcc(0xa8)]=_0x51fdcc(0x197);const _0xefd032=_0xfc2d2,_0x999eb2=new BrowserstackLocalLauncher[(_0x51fdcc(0x18c))](),_0x1ddfe3=this[_0x51fdcc(0xaa)](_0x105a46),_0x54e921=_0x999eb2[_0x51fdcc(0xe3)](_0x1ddfe3);if(_0x54e921){if(_0xefd032[_0x51fdcc(0x154)](_0xefd032[_0x51fdcc(0xf1)],_0xefd032[_0x51fdcc(0xa8)]))throw new _0x22c89a(_0x51fdcc(0x10b)+_0x7bff3f+_0x51fdcc(0x107)+_0x2d5315+'\x20to\x20become\x20available.');else throw _0x54e921;}return _0x999eb2;},exports['stopLocalBinary']=async _0x260c5f=>{const _0x11824a=a32_0x980c3c,_0x4902f7={'hGOrb':function(_0xf6a6b7,_0x1d2586){return _0xf6a6b7(_0x1d2586);},'PIibd':function(_0x35dd7a){return _0x35dd7a();},'HuCIS':function(_0x4878f4,_0x516a75){return _0x4878f4&&_0x516a75;},'chlbt':_0x11824a(0x110),'pAtXs':function(_0x4e5e0a,_0x5a84ff){return _0x4e5e0a!==_0x5a84ff;},'MWwLd':_0x11824a(0x136),'oqHIn':'IInKO','XYDnJ':function(_0xa607ed,_0x114bbc){return _0xa607ed===_0x114bbc;},'raCoL':_0x11824a(0xfe),'EhvPW':function(_0x23866c,_0x487dc0){return _0x23866c===_0x487dc0;},'UJWNB':'ECAKp','SgZet':_0x11824a(0x16f)};return new Promise((_0x46b30b,_0x1c3fe7)=>{const _0x1bcb8d=_0x11824a,_0x4ab132={'eRjyR':function(_0x6a319b,_0x1f1876){return _0x4902f7['hGOrb'](_0x6a319b,_0x1f1876);},'mxQBg':function(_0x444c02){const _0x529847=a32_0x2db9;return _0x4902f7[_0x529847(0x130)](_0x444c02);},'LDCjR':function(_0x40e364,_0x235dad){const _0x13c8b0=a32_0x2db9;return _0x4902f7[_0x13c8b0(0x19d)](_0x40e364,_0x235dad);},'RqIWA':_0x4902f7[_0x1bcb8d(0x13c)],'lWzuO':function(_0x2905da,_0x5e6506){const _0x19872f=_0x1bcb8d;return _0x4902f7[_0x19872f(0xc1)](_0x2905da,_0x5e6506);},'iqxeM':_0x4902f7[_0x1bcb8d(0x15a)],'pzkDO':_0x4902f7[_0x1bcb8d(0x175)],'jebaR':function(_0x49a65c,_0x5ef03d){const _0x4332d1=_0x1bcb8d;return _0x4902f7[_0x4332d1(0x170)](_0x49a65c,_0x5ef03d);},'JoCDc':_0x4902f7[_0x1bcb8d(0x100)],'pZQMz':function(_0x367577){const _0x7fa04b=_0x1bcb8d;return _0x4902f7[_0x7fa04b(0x130)](_0x367577);}};if(_0x4902f7[_0x1bcb8d(0x112)](_0x4902f7[_0x1bcb8d(0x14c)],_0x4902f7[_0x1bcb8d(0x142)]))return new _0x2e242e((_0x1dd5c4,_0x4c252e)=>{const _0x577e57=_0x1bcb8d,_0x1fb1aa={'wqEhi':function(_0x4904f5,_0x38afa2){const _0x292a12=a32_0x2db9;return _0x4ab132[_0x292a12(0xab)](_0x4904f5,_0x38afa2);},'XFAuf':function(_0xa931b3){const _0x367c2a=a32_0x2db9;return _0x4ab132[_0x367c2a(0xe7)](_0xa931b3);}};_0xef1d86&&_0x26abe4[_0x577e57(0x153)](_0x16e4e3=>{const _0x25069c=_0x577e57;if(_0x16e4e3)return _0x1fb1aa[_0x25069c(0x15f)](_0x4c252e,_0x16e4e3);_0x1fb1aa['XFAuf'](_0x1dd5c4);});});else _0x260c5f&&_0x260c5f[_0x1bcb8d(0x153)](_0x2af9fb=>{const _0x45fe54=_0x1bcb8d,_0x4e2df6={'hrKKC':function(_0x47ce46,_0x42f9b6){const _0x541cb6=a32_0x2db9;return _0x4ab132[_0x541cb6(0xcc)](_0x47ce46,_0x42f9b6);},'UlvTm':_0x4ab132['RqIWA']};if(_0x4ab132[_0x45fe54(0xc7)](_0x4ab132['iqxeM'],_0x4ab132[_0x45fe54(0x12e)])){if(_0x2af9fb){if(_0x4ab132['jebaR'](_0x4ab132[_0x45fe54(0xe5)],_0x4ab132[_0x45fe54(0xe5)]))return _0x4ab132['eRjyR'](_0x1c3fe7,_0x2af9fb);else{if(_0x4e2df6[_0x45fe54(0x103)](_0x103d72,_0x12f5eb)){const _0x2ef18d={};_0x2ef18d['username']=_0x19994e,_0x2ef18d[_0x45fe54(0x13b)]=_0x24881c;const _0x3b4e07={};_0x3b4e07[_0x45fe54(0x171)]=_0x2ef18d;const _0x97130a=_0x3b4e07;_0x4c071b[_0x45fe54(0x1a4)](this[_0x45fe54(0x144)](),_0x40fd99[_0x45fe54(0x164)](_0x97130a));}const _0x179a4=_0x3cd3ea[_0x45fe54(0x18f)](_0x54a93d[_0x45fe54(0x192)](this[_0x45fe54(0x144)](),_0x4e2df6[_0x45fe54(0xf8)]));return[_0x179a4['Browserstack'][_0x45fe54(0xc8)],_0x179a4[_0x45fe54(0x171)][_0x45fe54(0x13b)]];}}_0x4ab132[_0x45fe54(0xbc)](_0x46b30b);}else return _0x4ab132[_0x45fe54(0xab)](_0x3063ef,_0x514650);});});},exports['fetchOrUpdateUserConfig']=(_0x1864f3,_0x331e82)=>{const _0x326467=a32_0x980c3c,_0x18f23d={};_0x18f23d['DUMXM']=function(_0x3f4855,_0x2fa445){return _0x3f4855&&_0x2fa445;},_0x18f23d[_0x326467(0x157)]=function(_0x5cd75b,_0x251422){return _0x5cd75b===_0x251422;},_0x18f23d[_0x326467(0xa7)]='qhBTP',_0x18f23d['tHfhq']='iwBry',_0x18f23d['JyHgr']='OhqlY',_0x18f23d[_0x326467(0x148)]=_0x326467(0x110);const _0xa470e=_0x18f23d,_0x5c4021=fs[_0x326467(0x165)](this[_0x326467(0x144)]());if(_0x5c4021||_0xa470e[_0x326467(0xfd)](_0x1864f3,_0x331e82)){if(_0xa470e['XaZek'](_0xa470e[_0x326467(0xa7)],_0xa470e[_0x326467(0xcf)])){const _0x4f1f84={};_0x4f1f84[_0x326467(0xc8)]=_0x490e0c,_0x4f1f84[_0x326467(0x13b)]=_0x20f6d4;const _0x4f9801={};_0x4f9801[_0x326467(0x171)]=_0x4f1f84;const _0xc5fc1e=_0x4f9801;_0x2d7d08[_0x326467(0x1a4)](this[_0x326467(0x144)](),_0x1e8067[_0x326467(0x164)](_0xc5fc1e));}else{if(_0xa470e[_0x326467(0xfd)](_0x1864f3,_0x331e82)){if(_0xa470e[_0x326467(0x157)](_0xa470e[_0x326467(0x111)],_0xa470e[_0x326467(0x111)])){const _0x3c5af8={};_0x3c5af8[_0x326467(0xc8)]=_0x1864f3,_0x3c5af8[_0x326467(0x13b)]=_0x331e82;const _0x2a22df={};_0x2a22df['Browserstack']=_0x3c5af8;const _0x51603b=_0x2a22df;fs['writeFileSync'](this[_0x326467(0x144)](),JSON[_0x326467(0x164)](_0x51603b));}else return _0x48109b[_0x326467(0xe4)];}const _0x268f21=JSON['parse'](fs[_0x326467(0x192)](this[_0x326467(0x144)](),_0xa470e[_0x326467(0x148)]));return[_0x268f21[_0x326467(0x171)][_0x326467(0xc8)],_0x268f21['Browserstack'][_0x326467(0x13b)]];}}return null;},exports[a32_0x980c3c(0x115)]=async(_0x498f72,_0x7e401d,_0x368622)=>{const _0x5158d9=a32_0x980c3c,_0x30aece={'inddt':_0x5158d9(0xfb),'qxDpt':_0x5158d9(0xb4),'FFiGf':_0x5158d9(0x198),'hkBHL':_0x5158d9(0x19a),'bIxZk':_0x5158d9(0x118),'GNlWs':_0x5158d9(0x10f),'BGPrb':_0x5158d9(0x123),'dpPhx':function(_0xe77505,_0x2260d3){return _0xe77505===_0x2260d3;},'TRRKL':_0x5158d9(0x109),'TLxqF':function(_0xf0aa33,_0x295f72,_0x41d19f){return _0xf0aa33(_0x295f72,_0x41d19f);},'lZuAN':function(_0xb7dca8,_0x2603bf){return _0xb7dca8===_0x2603bf;},'tfDCt':'MMKcs'},_0x4a0db0=_0x5158d9(0x126)+_0x498f72+':'+_0x7e401d+'@'+AG_API_URL+_0x5158d9(0x15b)+_0x368622,_0x1ce51c={'method':_0x30aece[_0x5158d9(0x150)],'headers':this[_0x5158d9(0x114)](_0x498f72,_0x7e401d),'throwHttpErrors':![]},_0xf1ed18=await _0x30aece[_0x5158d9(0x133)](got,_0x4a0db0,_0x1ce51c);if(_0x30aece[_0x5158d9(0x11d)](_0xf1ed18[_0x5158d9(0xce)],0xc8)){if(_0x30aece[_0x5158d9(0x11d)](_0x30aece['tfDCt'],_0x30aece[_0x5158d9(0x12c)]))return[_0xf1ed18,JSON[_0x5158d9(0x18f)](_0xf1ed18[_0x5158d9(0x17c)])];else{let _0x3a6664={};return _0x3a6664[_0x30aece[_0x5158d9(0xd8)]]=this[_0x5158d9(0x193)](_0xe3c134),_0x3a6664[_0x30aece[_0x5158d9(0x140)]]=0x3,_0x3a6664[_0x30aece[_0x5158d9(0xf7)]]=_0x30aece[_0x5158d9(0x195)],_0x3a6664[_0x30aece[_0x5158d9(0xa9)]]=_0x30aece[_0x5158d9(0xde)],_0x54efd2[_0x5158d9(0x129)]&&_0x558a68[_0x5158d9(0xa6)](_0x45104b[_0x5158d9(0x129)])&&(_0x3a6664[_0x30aece['BGPrb']]=_0x5f4be2[_0x5158d9(0x129)][_0x5158d9(0xad)](',')),_0x3d8903[_0x5158d9(0x19f)]&&_0x30aece[_0x5158d9(0xe9)](_0x243eeb[_0x5158d9(0x19f)][_0x5158d9(0xa4)],_0x5b0b61)&&(_0x3a6664={..._0x584454[_0x5158d9(0x19f)],..._0x3a6664}),_0x3a6664;}}return[_0xf1ed18,null];},exports[a32_0x980c3c(0x1a1)]=async(_0x42fcc7,_0x3fb7bb)=>{const _0x463614=a32_0x980c3c,_0x479ed5={};_0x479ed5['OoHam']=_0x463614(0xe1),_0x479ed5['zmbym']='Error\x20while\x20waiting\x20for\x20deployment:',_0x479ed5[_0x463614(0x120)]=_0x463614(0x139),_0x479ed5[_0x463614(0xe6)]=function(_0x21898b,_0x8785cc){return _0x21898b===_0x8785cc;},_0x479ed5[_0x463614(0x138)]=_0x463614(0x159),_0x479ed5['pTOOP']=_0x463614(0x191),_0x479ed5['rDfSN']=_0x463614(0x134),_0x479ed5[_0x463614(0xb3)]=_0x463614(0xdd),_0x479ed5['mVpeD']=function(_0x176679,_0x296894){return _0x176679!==_0x296894;},_0x479ed5[_0x463614(0x19e)]=_0x463614(0x132),_0x479ed5[_0x463614(0x117)]=_0x463614(0x13f);const _0x53908f=_0x479ed5,_0xe24b0a=await k8s[_0x463614(0x172)][_0x463614(0x17b)](_0x3fb7bb),_0x320b42=_0x42fcc7['filter'](_0x54d4d5=>_0x54d4d5&&_0x54d4d5[_0x463614(0x184)]&&_0x54d4d5['metadata']),_0x167752=[];for await(const _0x346b5b of _0x320b42){if(_0x53908f[_0x463614(0xe6)](_0x53908f[_0x463614(0x138)],_0x53908f[_0x463614(0xb8)]))_0xeefa5b[_0x53908f[_0x463614(0x17f)]]=_0x5c5d09;else try{if(_0x53908f[_0x463614(0xe6)](_0x53908f[_0x463614(0x10d)],_0x53908f['RjTON'])){_0x9a5498['debug'](_0x53908f[_0x463614(0x127)],_0x2572de);throw _0x59f856;}else{await _0xe24b0a['read'](_0x346b5b);const _0x4167e8=await _0xe24b0a[_0x463614(0x1a2)](_0x346b5b);_0x167752[_0x463614(0x10e)](_0x4167e8[_0x463614(0x17c)]);}}catch(_0x2d97b9){if(_0x53908f[_0x463614(0x128)](_0x53908f['WlTvc'],_0x53908f[_0x463614(0x117)])){const _0x84a0d5=await _0xe24b0a[_0x463614(0xc0)](_0x346b5b);_0x167752[_0x463614(0x10e)](_0x84a0d5[_0x463614(0x17c)]);}else _0x3ba105['execSync'](_0x53908f[_0x463614(0x120)]);}}},exports['getAuthHeader']=(_0x5171e3,_0x4d7b01)=>{const _0x97c4a2=a32_0x980c3c,_0x17e195={'Gqucg':function(_0x1cefa9,_0x3381b0){return _0x1cefa9&&_0x3381b0;},'FbOTR':'utf-8','zAZvI':_0x97c4a2(0xf6),'edutK':_0x97c4a2(0x14d),'dBplK':function(_0x160b46,_0x32fa0c){return _0x160b46(_0x32fa0c);},'HiWpf':function(_0xee0cf2){return _0xee0cf2();},'ujudq':_0x97c4a2(0xee),'fnuIV':function(_0x5b1ee1){return _0x5b1ee1();},'RpQdh':function(_0x255820){return _0x255820();},'upGks':function(_0xca6b9f){return _0xca6b9f();},'cNgeN':function(_0x17e926){return _0x17e926();},'XGlXW':_0x97c4a2(0x11f),'uPpgM':function(_0x1966d1,_0x5b145a){return _0x1966d1+_0x5b145a;},'CXhmB':'Basic\x20','JASKc':_0x97c4a2(0xd5),'oyybh':function(_0x515c3f,_0x5c630e){return _0x515c3f===_0x5c630e;},'zuNdn':_0x97c4a2(0xf2),'BGwrt':_0x97c4a2(0xe8),'ZBJCv':function(_0x4e3ea8,_0xdfb68e){return _0x4e3ea8!==_0xdfb68e;},'pGBuv':'fDHvt','ogsDH':_0x97c4a2(0xb6),'Wriea':function(_0x5ec2ec,_0x1e68e1){return _0x5ec2ec===_0x1e68e1;},'kbkHJ':_0x97c4a2(0xd7),'LYHGx':_0x97c4a2(0xe0),'JgkOP':'WxNmA','lynkY':_0x97c4a2(0x13a),'PgZDv':_0x97c4a2(0x162),'YzkCw':function(_0x1f3ec7,_0x38696b){return _0x1f3ec7===_0x38696b;},'hkDme':'edzVe','iExDi':_0x97c4a2(0xe1),'bkJgn':_0x97c4a2(0xb9)},_0x16f55d=_0x17e195[_0x97c4a2(0xc6)](cli_version_and_path),_0xb51009=_0x17e195[_0x97c4a2(0x108)](_os),_0x45e7fc=_0x17e195[_0x97c4a2(0x1a3)](os_version),_0x21fe82=_0x17e195[_0x97c4a2(0x14e)](npm_version),_0x5f91f2=_0x17e195[_0x97c4a2(0x108)](ci_environment),_0x627a82={'Content-Type':_0x17e195['XGlXW'],'Authorization':_0x17e195['uPpgM'](_0x17e195[_0x97c4a2(0x177)],Buffer[_0x97c4a2(0xf9)](_0x5171e3+':'+_0x4d7b01)[_0x97c4a2(0xb0)](_0x17e195[_0x97c4a2(0x105)]))};if(_0x16f55d&&_0x16f55d[_0x97c4a2(0x121)]){if(_0x17e195[_0x97c4a2(0xdb)](_0x17e195[_0x97c4a2(0xae)],_0x17e195[_0x97c4a2(0xae)]))_0x627a82[_0x17e195[_0x97c4a2(0x13e)]]=_0x16f55d['version'];else return[_0x480456,_0x35bd5f[_0x97c4a2(0x18f)](_0x232b71[_0x97c4a2(0x17c)])];}if(_0x16f55d&&_0x16f55d['path']){if(_0x17e195[_0x97c4a2(0xbf)](_0x17e195[_0x97c4a2(0x182)],_0x17e195[_0x97c4a2(0x182)])){const _0x4873c0=_0x56398c[_0x97c4a2(0x165)](this[_0x97c4a2(0x144)]());if(_0x4873c0||_0x17e195['Gqucg'](_0x3ab9f0,_0x51c245)){if(_0x17e195[_0x97c4a2(0xfa)](_0xff48e3,_0x4c1853)){const _0x1f7512={};_0x1f7512[_0x97c4a2(0xc8)]=_0x4480ad,_0x1f7512[_0x97c4a2(0x13b)]=_0x13c0e0;const _0x32636a={};_0x32636a[_0x97c4a2(0x171)]=_0x1f7512;const _0x41f8fd=_0x32636a;_0xb8302e[_0x97c4a2(0x1a4)](this['getCredentialsPath'](),_0x52eeee[_0x97c4a2(0x164)](_0x41f8fd));}const _0x141a3f=_0x359310['parse'](_0x45dccb[_0x97c4a2(0x192)](this[_0x97c4a2(0x144)](),_0x17e195[_0x97c4a2(0x145)]));return[_0x141a3f['Browserstack']['username'],_0x141a3f[_0x97c4a2(0x171)]['password']];}return null;}else _0x627a82[_0x17e195[_0x97c4a2(0xd6)]]=_0x16f55d[_0x97c4a2(0x16a)];}if(_0xb51009){if(_0x17e195['Wriea'](_0x17e195[_0x97c4a2(0xb1)],_0x17e195[_0x97c4a2(0xb1)]))_0x627a82[_0x17e195[_0x97c4a2(0x178)]]=_0xb51009;else{const _0xf72629=_0x17e195[_0x97c4a2(0x143)][_0x97c4a2(0x113)]('|');let _0x22c66d=0x0;while(!![]){switch(_0xf72629[_0x22c66d++]){case'0':_0x410715[_0x97c4a2(0xd4)]=_0x220427;continue;case'1':_0x3f1714['instanceType']=_0x2b9a5d;continue;case'2':_0x1eb6ab[_0x97c4a2(0x12f)]=_0x339d36['ami']||_0x17e195[_0x97c4a2(0x15d)];continue;case'3':_0x1da847[_0x97c4a2(0x13d)]=_0x1d0384;continue;case'4':_0x39c233['clusterName']=_0x4c4d00;continue;case'5':_0x4bc5fd[_0x97c4a2(0x199)]=_0x1c8f80;continue;case'6':_0x46f840[_0x97c4a2(0x11c)]=_0x20c630;continue;case'7':_0x38d974[_0x97c4a2(0x156)]=_0xb803e;continue;case'8':_0x44694b[_0x97c4a2(0x14a)]=_0x30e2a1;continue;case'9':_0x13f880[_0x97c4a2(0x10c)]=_0x17050f;continue;case'10':_0x2c88ad[_0x97c4a2(0x10a)]=_0x4226e8;continue;}break;}}}if(_0x45e7fc){if(_0x17e195[_0x97c4a2(0xbf)](_0x17e195[_0x97c4a2(0x104)],_0x17e195[_0x97c4a2(0xca)]))_0x627a82[_0x17e195['PgZDv']]=_0x45e7fc;else{const _0x466b26=new _0x3cae71[(_0x97c4a2(0x18c))](),_0x1d15ba=this[_0x97c4a2(0xaa)](_0xec0ee6),_0x46bac0=_0x466b26[_0x97c4a2(0xe3)](_0x1d15ba);if(_0x46bac0)throw _0x46bac0;return _0x466b26;}}if(_0x21fe82){if(_0x17e195[_0x97c4a2(0x183)](_0x17e195[_0x97c4a2(0xb5)],_0x17e195['hkDme']))_0x627a82[_0x17e195['iExDi']]=_0x21fe82;else{if(_0x519d9c)return _0x17e195[_0x97c4a2(0x155)](_0x1b3eed,_0x5140fd);_0x17e195['HiWpf'](_0x366067);}}return _0x5f91f2&&(_0x17e195['ZBJCv'](_0x17e195[_0x97c4a2(0x166)],_0x17e195[_0x97c4a2(0x166)])?_0x30de56[_0x17e195[_0x97c4a2(0x160)]]=_0x949551:_0x627a82[_0x17e195[_0x97c4a2(0x160)]]=_0x5f91f2),_0x627a82;},exports[a32_0x980c3c(0x18d)]=async()=>{const _0x17cd0d=a32_0x980c3c,_0x40c284={};_0x40c284[_0x17cd0d(0xeb)]=_0x17cd0d(0xb6),_0x40c284['Vcdei']=function(_0x3a818b,_0x145a54){return _0x3a818b>=_0x145a54;},_0x40c284[_0x17cd0d(0xfc)]=function(_0x5ceb62,_0x158941){return _0x5ceb62===_0x158941;},_0x40c284[_0x17cd0d(0xdc)]='IoYVg',_0x40c284[_0x17cd0d(0x122)]=_0x17cd0d(0x139);const _0x30ad6a=_0x40c284,_0x17b112=process[_0x17cd0d(0x16b)][_0x17cd0d(0x185)];_0x30ad6a[_0x17cd0d(0x102)](_0x17b112[_0x17cd0d(0x113)]('.')[0x0],0x12)&&(_0x30ad6a[_0x17cd0d(0xfc)](_0x30ad6a[_0x17cd0d(0xdc)],_0x30ad6a['Gttdx'])?cp[_0x17cd0d(0x180)](_0x30ad6a[_0x17cd0d(0x122)]):_0x1fb376[_0x30ad6a[_0x17cd0d(0xeb)]]=_0x578d98[_0x17cd0d(0x16a)]);},exports[a32_0x980c3c(0xbd)]=_0x4c454c=>_0x4c454c===undefined||_0x4c454c===null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a33_0x3abc1e=a33_0x3f5d;(function(_0x2898da,_0x323ad0){const _0x169b9e=a33_0x3f5d,_0x55e393=_0x2898da();while(!![]){try{const _0x1ddaaf=parseInt(_0x169b9e(0x135))/0x1*(-parseInt(_0x169b9e(0x138))/0x2)+parseInt(_0x169b9e(0x12b))/0x3+parseInt(_0x169b9e(0x178))/0x4+-parseInt(_0x169b9e(0x174))/0x5+parseInt(_0x169b9e(0x14c))/0x6*(parseInt(_0x169b9e(0x185))/0x7)+parseInt(_0x169b9e(0x131))/0x8*(-parseInt(_0x169b9e(0x172))/0x9)+-parseInt(_0x169b9e(0x137))/0xa*(-parseInt(_0x169b9e(0x18c))/0xb);if(_0x1ddaaf===_0x323ad0)break;else _0x55e393['push'](_0x55e393['shift']());}catch(_0x19b2a9){_0x55e393['push'](_0x55e393['shift']());}}}(a33_0x2fbc,0x552cc));const {global_registry,WS_EVENTS}=require(a33_0x3abc1e(0x13f)),{logger}=require(a33_0x3abc1e(0x187)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require(a33_0x3abc1e(0x177));exports[a33_0x3abc1e(0x136)]=_0x3c7a97=>{const _0x3a5eb6=a33_0x3abc1e,_0x3d8c83={'AVkIe':function(_0x5dcf5d){return _0x5dcf5d();},'QoZrP':function(_0x1992ee){return _0x1992ee();},'PhYYo':function(_0x214046,_0x208a88){return _0x214046!==_0x208a88;},'BvWvk':'gRTmq','SSGKM':function(_0x324c27,_0x47cc09){return _0x324c27===_0x47cc09;},'oijGX':_0x3a5eb6(0x153),'SHfKq':function(_0x166bf0,_0x30556e){return _0x166bf0!==_0x30556e;},'jKBLj':'YTSLh','rzRyT':_0x3a5eb6(0x15c),'aEvAg':_0x3a5eb6(0x158),'ikzai':function(_0x18c071,_0x354b3c){return _0x18c071!==_0x354b3c;},'sqOzE':'ouJng','ttnuO':_0x3a5eb6(0x134),'nVVXd':'Socket\x20open','YbarF':_0x3a5eb6(0x180),'xfMus':function(_0x48eee9,_0x444a2e){return _0x48eee9===_0x444a2e;},'giTDU':_0x3a5eb6(0x13a),'IPfNU':function(_0x229295,_0x1cabb4){return _0x229295===_0x1cabb4;},'adcVy':_0x3a5eb6(0x170),'FSAqN':function(_0x3d0f2c,_0x169e23){return _0x3d0f2c!==_0x169e23;},'JrEzl':_0x3a5eb6(0x179),'NWSjg':_0x3a5eb6(0x129),'FhvPh':_0x3a5eb6(0x140),'QRysL':function(_0xec50ef,_0x111daf){return _0xec50ef!==_0x111daf;},'ogFdv':_0x3a5eb6(0x15d),'IYYBa':'fMnup','LWksA':function(_0x534a1c,_0x13bd93){return _0x534a1c===_0x13bd93;},'mFxYd':_0x3a5eb6(0x173),'dNlwj':_0x3a5eb6(0x192),'wYRAX':_0x3a5eb6(0x14f),'Eeogt':'message','GadoQ':'error','leBLG':_0x3a5eb6(0x141)};_0x3c7a97[_0x3a5eb6(0x145)](_0x3d8c83['wYRAX'],()=>{const _0x3836e1=_0x3a5eb6,_0x3d4748={'bekOd':function(_0x1b0271){const _0x531528=a33_0x3f5d;return _0x3d8c83[_0x531528(0x15e)](_0x1b0271);},'izTTQ':function(_0x4af5e7){const _0x54825c=a33_0x3f5d;return _0x3d8c83[_0x54825c(0x149)](_0x4af5e7);},'QpcNE':function(_0x1ffb83){const _0x53505e=a33_0x3f5d;return _0x3d8c83[_0x53505e(0x15e)](_0x1ffb83);}};if(_0x3d8c83[_0x3836e1(0x194)](_0x3d8c83[_0x3836e1(0x183)],_0x3d8c83[_0x3836e1(0x183)]))_0x17c016['debug'](_0x3836e1(0x17c)+_0xc995b8);else{if(_0x3d8c83['SSGKM'](process[_0x3836e1(0x184)][_0x3836e1(0x130)],_0x3d8c83[_0x3836e1(0x13e)]))_0x3d8c83[_0x3836e1(0x191)](_0x3d8c83[_0x3836e1(0x147)],_0x3d8c83[_0x3836e1(0x18d)])?logger[_0x3836e1(0x163)](_0x3d8c83[_0x3836e1(0x15b)]):_0x85c085[_0x3836e1(0x13d)]=_0xde9294['gridProfile'];else{if(_0x3d8c83[_0x3836e1(0x16e)](_0x3d8c83[_0x3836e1(0x156)],_0x3d8c83['ttnuO']))logger[_0x3836e1(0x163)](_0x3d8c83[_0x3836e1(0x171)]),process[_0x3836e1(0x184)][_0x3836e1(0x169)]=!![];else{const _0x452950=_0x3d4748[_0x3836e1(0x12f)](_0x501f0b),_0x4f41f7={'requestId':_0x57fdf2['requestId'],'username':_0x2236b0[_0x3836e1(0x161)],'cli_version':_0x452950[_0x3836e1(0x182)],'cli_path':_0x452950[_0x3836e1(0x159)],'os':_0x3d4748['izTTQ'](_0x164f58),'os_version':_0x3d4748[_0x3836e1(0x195)](_0x5d159e),'npm_version':_0x3d4748[_0x3836e1(0x12f)](_0x258f5e),'ci_environment':_0x3d4748[_0x3836e1(0x155)](_0x5af7a1)};return _0x1e4f79[_0x3836e1(0x157)]&&(_0x4f41f7[_0x3836e1(0x157)]=_0x127879[_0x3836e1(0x157)]),_0x7cd03a[_0x3836e1(0x13d)]&&(_0x4f41f7[_0x3836e1(0x13d)]=_0x2a843f[_0x3836e1(0x13d)]),_0x51a217[_0x3836e1(0x17d)]&&(_0x4f41f7[_0x3836e1(0x17d)]=_0x475df5[_0x3836e1(0x17d)]),_0x4f41f7;}}}}),_0x3c7a97[_0x3a5eb6(0x145)](_0x3d8c83[_0x3a5eb6(0x144)],async function(_0x1fec40){const _0x2e9fdf=_0x3a5eb6,_0x1dc890={};_0x1dc890[_0x2e9fdf(0x14e)]=_0x3d8c83[_0x2e9fdf(0x13e)];const _0x4dfbeb=_0x1dc890;if(_0x3d8c83[_0x2e9fdf(0x12c)](_0x3d8c83['giTDU'],_0x3d8c83[_0x2e9fdf(0x12d)])){logger[_0x2e9fdf(0x163)](_0x2e9fdf(0x14d)+_0x1fec40[_0x2e9fdf(0x198)]);let _0x2109b3,_0x133d2d;try{_0x3d8c83[_0x2e9fdf(0x190)](_0x3d8c83['adcVy'],_0x3d8c83[_0x2e9fdf(0x150)])?(_0x133d2d=JSON[_0x2e9fdf(0x18f)](_0x1fec40['data']),_0x2109b3=_0x133d2d[_0x2e9fdf(0x148)]):(_0x49f567['debug'](_0x3d8c83[_0x2e9fdf(0x171)]),_0x7b7fb9[_0x2e9fdf(0x184)][_0x2e9fdf(0x169)]=!![]);}catch(_0x51a33a){_0x3d8c83['FSAqN'](_0x3d8c83['JrEzl'],_0x3d8c83[_0x2e9fdf(0x14a)])?_0x91021a[_0x2e9fdf(0x184)][_0x2e9fdf(0x130)]=_0x4dfbeb[_0x2e9fdf(0x14e)]:logger[_0x2e9fdf(0x164)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x1fec40[_0x2e9fdf(0x198)]);}}else _0x3d8c83[_0x2e9fdf(0x18a)](_0x53d6a8['env'][_0x2e9fdf(0x169)],_0x3d8c83['oijGX'])&&(_0x2b5b0b[_0x2e9fdf(0x184)]['WS_CLOSED_BEFORE']=_0x3d8c83[_0x2e9fdf(0x13e)]),_0x5ae361[_0x2e9fdf(0x163)](_0x3d8c83[_0x2e9fdf(0x176)]);}),_0x3c7a97[_0x3a5eb6(0x145)](_0x3d8c83[_0x3a5eb6(0x166)],function(_0x1de439){const _0x40f7e3=_0x3a5eb6;_0x3d8c83[_0x40f7e3(0x190)](_0x3d8c83['NWSjg'],_0x3d8c83[_0x40f7e3(0x13b)])?_0x2503eb[_0x40f7e3(0x17d)]=_0x38f14d['gridName']:logger['debug']('Socket\x20error:\x20'+_0x1de439);}),_0x3c7a97['addEventListener'](_0x3d8c83[_0x3a5eb6(0x14b)],function(){const _0x128cc5=_0x3a5eb6;_0x3d8c83[_0x128cc5(0x15f)](_0x3d8c83[_0x128cc5(0x175)],_0x3d8c83['IYYBa'])?(_0x3d8c83[_0x128cc5(0x15a)](process['env'][_0x128cc5(0x169)],_0x3d8c83[_0x128cc5(0x13e)])&&(_0x3d8c83[_0x128cc5(0x18a)](_0x3d8c83['mFxYd'],_0x3d8c83[_0x128cc5(0x197)])?_0x40e289='['+new _0x3ac647()['toUTCString']()+_0x128cc5(0x17b)+_0x1bc17b['message']:process['env']['WS_CLOSED_BEFORE']=_0x3d8c83[_0x128cc5(0x13e)]),logger[_0x128cc5(0x163)](_0x3d8c83[_0x128cc5(0x176)])):_0x478c2c[_0x128cc5(0x157)]=_0x41f1b4[_0x128cc5(0x157)];});};const getLogMetaData=()=>{const _0x38f45d=a33_0x3abc1e,_0x42864c={'QAKnz':function(_0x19b67b,_0x3f0412){return _0x19b67b===_0x3f0412;},'ZPPMv':'true','ujBMy':_0x38f45d(0x158),'HyeYT':_0x38f45d(0x13c),'oIpHc':function(_0x51a759){return _0x51a759();},'ksimj':function(_0x278faa){return _0x278faa();},'iaPaF':_0x38f45d(0x167),'psJca':_0x38f45d(0x189),'dPXWz':_0x38f45d(0x132),'CVRhr':function(_0x315454,_0x1d6c75){return _0x315454===_0x1d6c75;},'vLpDt':_0x38f45d(0x168),'EuPqF':_0x38f45d(0x16d)},_0x3370c8=_0x42864c[_0x38f45d(0x152)](cli_version_and_path),_0x2ee05a={'requestId':global_registry[_0x38f45d(0x16f)],'username':global_registry['bstackUsername'],'cli_version':_0x3370c8[_0x38f45d(0x182)],'cli_path':_0x3370c8[_0x38f45d(0x159)],'os':_0x42864c['oIpHc'](_os),'os_version':_0x42864c['ksimj'](os_version),'npm_version':_0x42864c['ksimj'](npm_version),'ci_environment':_0x42864c[_0x38f45d(0x12a)](ci_environment)};return global_registry['gridProfileId']&&(_0x42864c[_0x38f45d(0x17e)](_0x42864c[_0x38f45d(0x193)],_0x42864c['psJca'])?_0x42864c[_0x38f45d(0x17e)](_0x33db2e[_0x38f45d(0x184)][_0x38f45d(0x130)],_0x42864c[_0x38f45d(0x165)])?_0x1212f2[_0x38f45d(0x163)](_0x42864c[_0x38f45d(0x186)]):(_0x495c2a['debug'](_0x42864c['HyeYT']),_0x5f811a[_0x38f45d(0x184)][_0x38f45d(0x169)]=!![]):_0x2ee05a['gridProfileId']=global_registry[_0x38f45d(0x157)]),global_registry['gridProfile']&&(_0x42864c[_0x38f45d(0x17e)](_0x42864c[_0x38f45d(0x154)],_0x42864c[_0x38f45d(0x154)])?_0x2ee05a[_0x38f45d(0x13d)]=global_registry[_0x38f45d(0x13d)]:_0xdcf9e6['error']('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x24533c[_0x38f45d(0x198)])),global_registry[_0x38f45d(0x17d)]&&(_0x42864c[_0x38f45d(0x160)](_0x42864c[_0x38f45d(0x17f)],_0x42864c[_0x38f45d(0x12e)])?(_0x263788=_0x47c98['parse'](_0xfd41a7['data']),_0x39cf54=_0x29109d[_0x38f45d(0x148)]):_0x2ee05a[_0x38f45d(0x17d)]=global_registry[_0x38f45d(0x17d)]),_0x2ee05a;};function a33_0x2fbc(){const _0x34e9=['../config/logger','oHlev','ZVdDK','SSGKM','UEhmA','11ZywpNA','rzRyT','info','parse','IPfNU','SHfKq','LFxwD','iaPaF','PhYYo','QpcNE','toUTCString','dNlwj','data','IlsSo','HlrbV','BJXUp','ksimj','1863426zGWAPG','xfMus','giTDU','EuPqF','bekOd','WS_CLOSED_BEFORE','4261864dHyxLl','VlBDl','message','MGayk','1hJStZO','addListeners','6520140QDJBrB','1269482TaPNnr','AkGCP','tBmkA','FhvPh','Socket\x20open','gridProfile','oijGX','../config/constants','JSBbm','close','bANdT','delay','Eeogt','addEventListener','CNDNb','jKBLj','type','QoZrP','JrEzl','leBLG','162uYGUkt','Message\x20received\x20from\x20server!\x20=>\x20','BlaFK','open','adcVy','JigHI','oIpHc','true','dPXWz','izTTQ','sqOzE','gridProfileId','Socket\x20reconnected','path','LWksA','aEvAg','FYaRN','Oeyrz','AVkIe','QRysL','CVRhr','bstackUsername','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','debug','error','ZPPMv','GadoQ','BbJny','zDGwV','WS_OPENED_BEFORE','logType','XiAiK','LOG','aZYGg','ikzai','requestId','HAXTq','nVVXd','9jJWdkq','xgrMA','2629815QcZkxq','ogFdv','YbarF','./instrumentationUtils','477608hsJQbm','wRZwm','xCwzv',']:\x20','Socket\x20error:\x20','gridName','QAKnz','vLpDt','Socket\x20closed','send','version','BvWvk','env','168455KyvEJU','ujBMy'];a33_0x2fbc=function(){return _0x34e9;};return a33_0x2fbc();}function a33_0x3f5d(_0x1c0341,_0x5cdf04){const _0x2fbcd8=a33_0x2fbc();return a33_0x3f5d=function(_0x3f5d06,_0x4a8ec3){_0x3f5d06=_0x3f5d06-0x129;let _0x511960=_0x2fbcd8[_0x3f5d06];return _0x511960;},a33_0x3f5d(_0x1c0341,_0x5cdf04);}exports[a33_0x3abc1e(0x143)]=_0x243d4f=>new Promise((_0x3ff17a,_0x30dda9)=>setTimeout(_0x3ff17a,_0x243d4f)),exports['sendEventToBackend']=async(_0x267d31,_0x53f182,_0x4af6cb=a33_0x3abc1e(0x18e),_0xb7075=![])=>{const _0x541879=a33_0x3abc1e,_0x52e137={'AkGCP':_0x541879(0x158),'CNDNb':function(_0x144578,_0x28fab9){return _0x144578===_0x28fab9;},'JigHI':function(_0x2aa40e,_0x25bdc4){return _0x2aa40e!==_0x25bdc4;},'HlrbV':_0x541879(0x142),'IlsSo':_0x541879(0x16b),'xCwzv':function(_0x400d91){return _0x400d91();},'UEhmA':_0x541879(0x188),'BoDCa':'ohluw'};let _0x300b45=_0x53f182[_0x541879(0x133)];_0x52e137['CNDNb'](_0x53f182[_0x541879(0x148)],WS_EVENTS[_0x541879(0x16c)])&&(_0x52e137[_0x541879(0x151)](_0x52e137[_0x541879(0x19a)],_0x52e137[_0x541879(0x199)])?_0x300b45='['+new Date()[_0x541879(0x196)]()+_0x541879(0x17b)+_0x53f182[_0x541879(0x133)]:_0x5e2533[_0x541879(0x163)](_0x52e137[_0x541879(0x139)]));const _0x33c987={};_0x33c987['message']=_0x300b45,_0x33c987[_0x541879(0x16a)]=_0x4af6cb;const _0x1ceaaf={'type':_0x53f182[_0x541879(0x148)],..._0x52e137[_0x541879(0x17a)](getLogMetaData),'data':_0x33c987};_0x267d31[_0x541879(0x181)](JSON['stringify'](_0x1ceaaf));if(_0xb7075){if(_0x52e137[_0x541879(0x146)](_0x52e137[_0x541879(0x18b)],_0x52e137['BoDCa'])){_0x2e3f2f[_0x541879(0x163)](_0x541879(0x14d)+_0x4c5a8b['data']);let _0x52ab91,_0x176f2a;try{_0x176f2a=_0x34176c[_0x541879(0x18f)](_0x33f9f7[_0x541879(0x198)]),_0x52ab91=_0x176f2a[_0x541879(0x148)];}catch(_0x18ae57){_0x548f0e[_0x541879(0x164)](_0x541879(0x162)+_0x4b93f0[_0x541879(0x198)]);}}else await this[_0x541879(0x143)](0x1f4);}};
|
|
1
|
+
function a33_0x593a(){const _0x392fdb=['stringify','Qcpla','CTfPH','open','CTyzN','info','3231580DNYcyZ','WS_CLOSED_BEFORE','UGBRJ','SmfmL','message','tnDgA','ckgoE','SPYet','bjXLx','DBiqE','debug','version','xRpmO','8JSwRlG','gridName','bCNTp','VCUfX','1067799NZhVsS','3490355DqgxeQ','kXLOL','../config/constants','nCEte','iZnxz','gridProfile','jSOvg','parse','ljtlf','PRwza','IrdZi','WogrC','aMtmm','close','LOG','sendEventToBackend','46bDgIaf','czxWg','DcRVe','error','addEventListener','YgNSP','gOIjV','zRzZS','../config/logger','jDrYD','data','addListeners','dgbQv','SorHq','delay','Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20','gkiVH','kWTMB','Socket\x20error:\x20','logType','Puhea','LyAbO','bstackUsername','uaUjf','Socket\x20reconnected','Message\x20received\x20from\x20server!\x20=>\x20','peonD','KUAmQ','35SGXnvD','requestId','YDVMQ','29706FSxZsi','1015368OtGZXl','ctTSM','Socket\x20closed','9838260IsOTCS','env','type','Aqbug','6424722JNtyDW','XkoLN','xWqeP','mvrbS','NZqvv','FiSsD','toUTCString','xCFKR','path','kOyer','EWtIe','gridProfileId','GibMg',']:\x20','emuaf','RrSsQ','WS_OPENED_BEFORE','GYaRz','TBYMH','MiQVQ'];a33_0x593a=function(){return _0x392fdb;};return a33_0x593a();}const a33_0x2b9e9c=a33_0x5b7b;(function(_0x1a8f6c,_0x50038f){const _0xfa9943=a33_0x5b7b,_0x3881d4=_0x1a8f6c();while(!![]){try{const _0x358467=parseInt(_0xfa9943(0x129))/0x1+parseInt(_0xfa9943(0xd7))/0x2*(parseInt(_0xfa9943(0xf6))/0x3)+parseInt(_0xfa9943(0x118))/0x4+-parseInt(_0xfa9943(0x12a))/0x5+-parseInt(_0xfa9943(0xf7))/0x6*(-parseInt(_0xfa9943(0xf3))/0x7)+-parseInt(_0xfa9943(0x125))/0x8*(parseInt(_0xfa9943(0xfe))/0x9)+-parseInt(_0xfa9943(0xfa))/0xa;if(_0x358467===_0x50038f)break;else _0x3881d4['push'](_0x3881d4['shift']());}catch(_0x3934ec){_0x3881d4['push'](_0x3881d4['shift']());}}}(a33_0x593a,0x87361));function a33_0x5b7b(_0x43c395,_0x462933){const _0x593a60=a33_0x593a();return a33_0x5b7b=function(_0x5b7b12,_0x473f1d){_0x5b7b12=_0x5b7b12-0xd1;let _0x47a00c=_0x593a60[_0x5b7b12];return _0x47a00c;},a33_0x5b7b(_0x43c395,_0x462933);}const {global_registry,WS_EVENTS}=require(a33_0x2b9e9c(0x12c)),{logger}=require(a33_0x2b9e9c(0xdf)),{npm_version,_os,os_version,cli_version_and_path,ci_environment}=require('./instrumentationUtils');exports[a33_0x2b9e9c(0xe2)]=_0x5599fe=>{const _0x1adb48=a33_0x2b9e9c,_0x14b81e={'WhcSt':function(_0x169ec5,_0x29b1f9){return _0x169ec5===_0x29b1f9;},'VCUfX':'true','FiSsD':_0x1adb48(0xf9),'KACuq':function(_0x193d0b){return _0x193d0b();},'CTyzN':function(_0x1a6f51){return _0x1a6f51();},'gkiVH':function(_0xf0b6d2,_0x1507fd){return _0xf0b6d2!==_0x1507fd;},'ckgoE':_0x1adb48(0x111),'mdyQf':'eofyq','nCEte':function(_0x39bf34,_0x4c2535){return _0x39bf34===_0x4c2535;},'kOyer':_0x1adb48(0xf8),'QQSHZ':'Jncza','SPYet':_0x1adb48(0xef),'jDrYD':_0x1adb48(0x10c),'GibMg':'Socket\x20open','zsRnB':function(_0x4de3e5,_0x2c1423){return _0x4de3e5===_0x2c1423;},'mvrbS':function(_0x17dd3b,_0x1e673f){return _0x17dd3b!==_0x1e673f;},'TBYMH':_0x1adb48(0xf1),'GYaRz':function(_0x26076f,_0x468555){return _0x26076f!==_0x468555;},'Puhea':_0x1adb48(0x12b),'wqDwY':_0x1adb48(0xee),'aMtmm':_0x1adb48(0x105),'mUyly':_0x1adb48(0xdc),'bqmIB':function(_0x4bd1db,_0x34806b){return _0x4bd1db===_0x34806b;},'ljtlf':_0x1adb48(0xd9),'bCNTp':'VUrvt','Nyhqw':function(_0x3279e0,_0x4688fa){return _0x3279e0===_0x4688fa;},'WogrC':'fWqem','SmfmL':_0x1adb48(0x115),'UGBRJ':_0x1adb48(0x11c),'LyAbO':_0x1adb48(0xda),'czxWg':_0x1adb48(0xd4)};_0x5599fe[_0x1adb48(0xdb)](_0x14b81e[_0x1adb48(0x11b)],()=>{const _0x3b2413=_0x1adb48,_0x4140bf={'tnDgA':function(_0x3e159d){return _0x14b81e['KACuq'](_0x3e159d);},'KUAmQ':function(_0x1a0fff){return _0x14b81e['CTyzN'](_0x1a0fff);},'xRpmO':function(_0xbca5b2){const _0x3337a4=a33_0x5b7b;return _0x14b81e[_0x3337a4(0x116)](_0xbca5b2);}};if(_0x14b81e[_0x3b2413(0xe7)](_0x14b81e[_0x3b2413(0x11e)],_0x14b81e['mdyQf']))_0x14b81e[_0x3b2413(0x12d)](process['env']['WS_CLOSED_BEFORE'],_0x14b81e[_0x3b2413(0x128)])?_0x14b81e['nCEte'](_0x14b81e[_0x3b2413(0x107)],_0x14b81e['QQSHZ'])?(_0x14b81e['WhcSt'](_0x1ac351[_0x3b2413(0xfb)][_0x3b2413(0x10e)],_0x14b81e[_0x3b2413(0x128)])&&(_0xe2e160[_0x3b2413(0xfb)][_0x3b2413(0x119)]=_0x14b81e[_0x3b2413(0x128)]),_0x4df7d4[_0x3b2413(0x122)](_0x14b81e[_0x3b2413(0x103)])):logger[_0x3b2413(0x122)](_0x14b81e[_0x3b2413(0x11f)]):_0x14b81e['gkiVH'](_0x14b81e[_0x3b2413(0xe0)],_0x14b81e[_0x3b2413(0xe0)])?(_0x503de7=_0x27999c['parse'](_0x7e78af[_0x3b2413(0xe1)]),_0x37c591=_0x3fe9be[_0x3b2413(0xfc)]):(logger[_0x3b2413(0x122)](_0x14b81e[_0x3b2413(0x10a)]),process[_0x3b2413(0xfb)][_0x3b2413(0x10e)]=!![]);else{const _0x387499=_0x4140bf['tnDgA'](_0x5bad18),_0x27e758={'requestId':_0x3263fb[_0x3b2413(0xf4)],'username':_0x23aed2[_0x3b2413(0xed)],'cli_version':_0x387499[_0x3b2413(0x123)],'cli_path':_0x387499['path'],'os':_0x4140bf['tnDgA'](_0x931ea7),'os_version':_0x4140bf[_0x3b2413(0x11d)](_0x34e397),'npm_version':_0x4140bf[_0x3b2413(0xf2)](_0x37f1fa),'ci_environment':_0x4140bf[_0x3b2413(0x124)](_0x54ae5d)};return _0x5eb1c2[_0x3b2413(0x109)]&&(_0x27e758['gridProfileId']=_0x47d3ed[_0x3b2413(0x109)]),_0x33e496[_0x3b2413(0x12f)]&&(_0x27e758['gridProfile']=_0x2c1d7e[_0x3b2413(0x12f)]),_0x4bacf1[_0x3b2413(0x126)]&&(_0x27e758[_0x3b2413(0x126)]=_0x303892['gridName']),_0x27e758;}}),_0x5599fe[_0x1adb48(0xdb)](_0x14b81e[_0x1adb48(0x11a)],async function(_0x139b1a){const _0x40f98c=_0x1adb48,_0x4b8628={'UWKTg':function(_0x51e8b0,_0x46a025){return _0x14b81e['zsRnB'](_0x51e8b0,_0x46a025);},'XkoLN':_0x14b81e['VCUfX'],'sfIqr':_0x14b81e[_0x40f98c(0x11f)],'IrdZi':_0x14b81e['GibMg']};if(_0x14b81e[_0x40f98c(0x101)](_0x14b81e[_0x40f98c(0x110)],_0x14b81e[_0x40f98c(0x110)]))_0x2dd640[_0x40f98c(0x109)]=_0x3654b0[_0x40f98c(0x109)];else{logger[_0x40f98c(0x122)](_0x40f98c(0xf0)+_0x139b1a['data']);let _0x22d971,_0x587e17;try{_0x14b81e[_0x40f98c(0x10f)](_0x14b81e[_0x40f98c(0xeb)],_0x14b81e['wqDwY'])?(_0x587e17=JSON['parse'](_0x139b1a[_0x40f98c(0xe1)]),_0x22d971=_0x587e17['type']):_0x4b8628['UWKTg'](_0x2006af[_0x40f98c(0xfb)][_0x40f98c(0x119)],_0x4b8628['XkoLN'])?_0x15215a[_0x40f98c(0x122)](_0x4b8628['sfIqr']):(_0x21eda8['debug'](_0x4b8628[_0x40f98c(0xd1)]),_0x51de3f[_0x40f98c(0xfb)]['WS_OPENED_BEFORE']=!![]);}catch(_0x169fd1){_0x14b81e[_0x40f98c(0x10f)](_0x14b81e[_0x40f98c(0xd3)],_0x14b81e['mUyly'])?logger['error'](_0x40f98c(0xe6)+_0x139b1a['data']):_0x55fcb6[_0x40f98c(0xfb)][_0x40f98c(0x119)]=_0x4b8628[_0x40f98c(0xff)];}}}),_0x5599fe[_0x1adb48(0xdb)](_0x14b81e[_0x1adb48(0xec)],function(_0x242a6d){const _0x586b40=_0x1adb48;_0x14b81e['bqmIB'](_0x14b81e[_0x586b40(0x132)],_0x14b81e[_0x586b40(0x132)])?logger['debug'](_0x586b40(0xe9)+_0x242a6d):(_0xd02753['debug'](_0x14b81e['GibMg']),_0x5e69a1['env'][_0x586b40(0x10e)]=!![]);}),_0x5599fe[_0x1adb48(0xdb)](_0x14b81e[_0x1adb48(0xd8)],function(){const _0x15d380=_0x1adb48;_0x14b81e[_0x15d380(0x101)](_0x14b81e[_0x15d380(0x127)],_0x14b81e[_0x15d380(0x127)])?_0x2fb246['gridProfile']=_0x20c583[_0x15d380(0x12f)]:(_0x14b81e['WhcSt'](process[_0x15d380(0xfb)][_0x15d380(0x10e)],_0x14b81e[_0x15d380(0x128)])&&(_0x14b81e['Nyhqw'](_0x14b81e['WogrC'],_0x14b81e[_0x15d380(0xd2)])?process[_0x15d380(0xfb)]['WS_CLOSED_BEFORE']=_0x14b81e[_0x15d380(0x128)]:_0x69cca7[_0x15d380(0x122)](_0x15d380(0xe9)+_0x3e1b50)),logger['debug'](_0x14b81e[_0x15d380(0x103)]));});};const getLogMetaData=()=>{const _0x3b6e8c=a33_0x2b9e9c,_0x1f6b2d={'iZnxz':_0x3b6e8c(0xef),'kWTMB':function(_0x27ace0){return _0x27ace0();},'RrSsQ':function(_0x158d8d){return _0x158d8d();},'hrARJ':function(_0x353b7a){return _0x353b7a();},'DBiqE':function(_0x116a37,_0x2e6b81){return _0x116a37===_0x2e6b81;},'Aqbug':_0x3b6e8c(0x114),'VSHEa':function(_0x5d44e2,_0x111628){return _0x5d44e2!==_0x111628;},'YDVMQ':_0x3b6e8c(0x130),'NZqvv':_0x3b6e8c(0x133),'dgbQv':function(_0x283a51,_0x9b0d0a){return _0x283a51!==_0x9b0d0a;},'gOIjV':'Xxsua'},_0x3f5208=_0x1f6b2d[_0x3b6e8c(0xe8)](cli_version_and_path),_0x23e9ba={'requestId':global_registry[_0x3b6e8c(0xf4)],'username':global_registry[_0x3b6e8c(0xed)],'cli_version':_0x3f5208[_0x3b6e8c(0x123)],'cli_path':_0x3f5208[_0x3b6e8c(0x106)],'os':_0x1f6b2d[_0x3b6e8c(0x10d)](_os),'os_version':_0x1f6b2d[_0x3b6e8c(0x10d)](os_version),'npm_version':_0x1f6b2d[_0x3b6e8c(0xe8)](npm_version),'ci_environment':_0x1f6b2d['hrARJ'](ci_environment)};if(global_registry['gridProfileId']){if(_0x1f6b2d[_0x3b6e8c(0x121)](_0x1f6b2d['Aqbug'],_0x1f6b2d[_0x3b6e8c(0xfd)]))_0x23e9ba['gridProfileId']=global_registry['gridProfileId'];else{_0x5b3421['debug'](_0x3b6e8c(0xf0)+_0x2deed1[_0x3b6e8c(0xe1)]);let _0x5bdbd9,_0x53609d;try{_0x53609d=_0x44765f[_0x3b6e8c(0x131)](_0x1e3af5[_0x3b6e8c(0xe1)]),_0x5bdbd9=_0x53609d[_0x3b6e8c(0xfc)];}catch(_0x280a5f){_0x275fff[_0x3b6e8c(0xda)]('Not\x20a\x20valid\x20json\x20event;\x20data\x20=>\x20'+_0x5306bd[_0x3b6e8c(0xe1)]);}}}return global_registry['gridProfile']&&(_0x1f6b2d['VSHEa'](_0x1f6b2d[_0x3b6e8c(0xf5)],_0x1f6b2d[_0x3b6e8c(0x102)])?_0x23e9ba['gridProfile']=global_registry['gridProfile']:_0x127759[_0x3b6e8c(0x122)](_0x1f6b2d[_0x3b6e8c(0x12e)])),global_registry['gridName']&&(_0x1f6b2d[_0x3b6e8c(0xe3)](_0x1f6b2d[_0x3b6e8c(0xdd)],_0x1f6b2d[_0x3b6e8c(0xdd)])?_0x53ed94['gridName']=_0x4f1aea[_0x3b6e8c(0x126)]:_0x23e9ba['gridName']=global_registry[_0x3b6e8c(0x126)]),_0x23e9ba;};exports[a33_0x2b9e9c(0xe5)]=_0x2c13ea=>new Promise((_0x412f18,_0x11d07c)=>setTimeout(_0x412f18,_0x2c13ea)),exports[a33_0x2b9e9c(0xd6)]=async(_0x2157f0,_0x4b40aa,_0x1a0ea2=a33_0x2b9e9c(0x117),_0xd33a69=![])=>{const _0x4bbac7=a33_0x2b9e9c,_0x40307a={'EWtIe':function(_0x23224d,_0x50297c){return _0x23224d===_0x50297c;},'dSWqc':'nYYzl','xWqeP':_0x4bbac7(0x113),'zRzZS':function(_0x52ea40){return _0x52ea40();},'SorHq':'ktUkA','bjXLx':'iMXko'};let _0x7eaa14=_0x4b40aa[_0x4bbac7(0x11c)];_0x40307a[_0x4bbac7(0x108)](_0x4b40aa[_0x4bbac7(0xfc)],WS_EVENTS[_0x4bbac7(0xd5)])&&(_0x40307a[_0x4bbac7(0x108)](_0x40307a['dSWqc'],_0x40307a[_0x4bbac7(0x100)])?_0x5a4f64['error'](_0x4bbac7(0xe6)+_0x14aa1d[_0x4bbac7(0xe1)]):_0x7eaa14='['+new Date()[_0x4bbac7(0x104)]()+_0x4bbac7(0x10b)+_0x4b40aa['message']);const _0x136d53={};_0x136d53[_0x4bbac7(0x11c)]=_0x7eaa14,_0x136d53[_0x4bbac7(0xea)]=_0x1a0ea2;const _0x2f4ea5={'type':_0x4b40aa[_0x4bbac7(0xfc)],..._0x40307a[_0x4bbac7(0xde)](getLogMetaData),'data':_0x136d53};_0x2157f0['send'](JSON[_0x4bbac7(0x112)](_0x2f4ea5)),_0xd33a69&&(_0x40307a[_0x4bbac7(0x108)](_0x40307a[_0x4bbac7(0xe4)],_0x40307a[_0x4bbac7(0x120)])?_0x48591a='['+new _0x234fe2()[_0x4bbac7(0x104)]()+_0x4bbac7(0x10b)+_0xcfc3d4[_0x4bbac7(0x11c)]:await this['delay'](0x1f4));};
|