browserstack-node-sdk 1.66.1 → 1.66.3
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/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.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/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.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/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/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.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/customSequencer.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.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.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/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/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.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/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.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/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.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/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.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/accessibilityRetryHelper.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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.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/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.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/metadata.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/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.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/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.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/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
|
|
1
|
+
const a80_0x5fbbd=a80_0x315f;(function(_0x59b096,_0x1761aa){const _0x16bb2c=a80_0x315f,_0x58aff2=_0x59b096();while(!![]){try{const _0x496e49=-parseInt(_0x16bb2c(0x1f2))/0x1*(parseInt(_0x16bb2c(0x1eb))/0x2)+-parseInt(_0x16bb2c(0x1dd))/0x3+parseInt(_0x16bb2c(0x1ec))/0x4*(parseInt(_0x16bb2c(0x1e5))/0x5)+parseInt(_0x16bb2c(0x1df))/0x6+parseInt(_0x16bb2c(0x1ea))/0x7*(-parseInt(_0x16bb2c(0x1e1))/0x8)+parseInt(_0x16bb2c(0x1e3))/0x9*(parseInt(_0x16bb2c(0x1e7))/0xa)+parseInt(_0x16bb2c(0x1ef))/0xb*(parseInt(_0x16bb2c(0x1e2))/0xc);if(_0x496e49===_0x1761aa)break;else _0x58aff2['push'](_0x58aff2['shift']());}catch(_0x5aa263){_0x58aff2['push'](_0x58aff2['shift']());}}}(a80_0x1ae9,0x7ee82));function a80_0x1ae9(){const _0x38eed5=['5530038mLnKtv','log','8bXWXHR','2772ovqhwm','1629amvsQR','colouredLayout','5645lpeZmy','type','47470GOQvNN','./logReportingAPI','join','6412665wPYVkx','2eQxkwE','1324DSaYoh','layout','data','15532pVrgQG','levelStr','SxXtX','236177BCIEyP','2426007jYeXCj','level'];a80_0x1ae9=function(){return _0x38eed5;};return a80_0x1ae9();}const logReportingAPI=require(a80_0x5fbbd(0x1e8)),BSTestOpsLogger=new logReportingAPI({});function a80_0x315f(_0x5e900c,_0x2cbb76){const _0x1ae979=a80_0x1ae9();return a80_0x315f=function(_0x315f1f,_0x5b5c51){_0x315f1f=_0x315f1f-0x1dd;let _0x468a6b=_0x1ae979[_0x315f1f];return _0x468a6b;},a80_0x315f(_0x5e900c,_0x2cbb76);}function BSTestOpsLog4JSAppender(_0x71baea,_0x1459b4){return _0x61502a=>{const _0x24beae=a80_0x315f;BSTestOpsLogger[_0x24beae(0x1e0)]({'level':_0x61502a[_0x24beae(0x1de)]?_0x61502a[_0x24beae(0x1de)][_0x24beae(0x1f0)]:null,'message':_0x61502a[_0x24beae(0x1ee)]?_0x61502a[_0x24beae(0x1ee)][_0x24beae(0x1e9)]('\x20'):null});};}exports['configure']=(_0x3ae070,_0x2d724a)=>{const _0x3275b6=a80_0x5fbbd,_0xcdad2d={'SxXtX':function(_0x20fd43,_0xf18807,_0x3263af){return _0x20fd43(_0xf18807,_0x3263af);}};let _0x34ab1c=_0x2d724a[_0x3275b6(0x1e4)];return _0x3ae070[_0x3275b6(0x1ed)]&&(_0x34ab1c=_0x2d724a[_0x3275b6(0x1ed)](_0x3ae070['layout'][_0x3275b6(0x1e6)],_0x3ae070['layout'])),_0xcdad2d[_0x3275b6(0x1f1)](BSTestOpsLog4JSAppender,_0x34ab1c,_0x3ae070['timezoneOffset']);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a81_0x37a038=a81_0x2995;(function(_0x29ac0f,_0x20bbf1){const _0x6f3fb0=a81_0x2995,_0x3fd365=_0x29ac0f();while(!![]){try{const _0x2388a1=-parseInt(_0x6f3fb0(0x1ee))/0x1+-parseInt(_0x6f3fb0(0x1d2))/0x2*(parseInt(_0x6f3fb0(0x1d1))/0x3)+-parseInt(_0x6f3fb0(0x1e8))/0x4*(parseInt(_0x6f3fb0(0x1d3))/0x5)+-parseInt(_0x6f3fb0(0x1ea))/0x6*(parseInt(_0x6f3fb0(0x1e1))/0x7)+-parseInt(_0x6f3fb0(0x1da))/0x8*(parseInt(_0x6f3fb0(0x1dd))/0x9)+-parseInt(_0x6f3fb0(0x1d7))/0xa+-parseInt(_0x6f3fb0(0x1e5))/0xb*(-parseInt(_0x6f3fb0(0x1e3))/0xc);if(_0x2388a1===_0x20bbf1)break;else _0x3fd365['push'](_0x3fd365['shift']());}catch(_0x272e93){_0x3fd365['push'](_0x3fd365['shift']());}}}(a81_0xaf20,0xa248f));const Transport=require(a81_0x37a038(0x1e0)),{consoleHolder}=require(a81_0x37a038(0x1ec)),a81_0x529b15={};function a81_0x2995(_0x26c90c,_0x17ea03){const _0xaf208f=a81_0xaf20();return a81_0x2995=function(_0x29951b,_0x524c57){_0x29951b=_0x29951b-0x1cd;let _0x7ff24=_0xaf208f[_0x29951b];return _0x7ff24;},a81_0x2995(_0x26c90c,_0x17ea03);}a81_0x529b15['INFO']='INFO',a81_0x529b15[a81_0x37a038(0x1d8)]=a81_0x37a038(0x1d8),a81_0x529b15[a81_0x37a038(0x1ce)]='DEBUG',a81_0x529b15['TRACE']=a81_0x37a038(0x1e2),a81_0x529b15[a81_0x37a038(0x1d0)]='WARN';function a81_0xaf20(){const _0x4775a4=['9ZACoJc','INFO','error','winston-transport','1050RAuxoT','TRACE','61176BtVbRZ','trace','10516kDxqFk','debug','TEST_LOG','80816cLXact','toLowerCase','37350QkuHuk','logToTestOps','../../helpers/test-observability/constants','log','1125501KCxpbm','exports','emit','DEBUG','warn','WARN','1983uQXoqz','1108QFLMWj','130oOgQEK','ZbJRb','bs:addLog:','info','7062480dhDSlf','ERROR','toISOString','4415776kFIRSl','pid','join'];a81_0xaf20=function(){return _0x4775a4;};return a81_0xaf20();}const LOG_LEVELS=a81_0x529b15;class logPatcher extends Transport{constructor(_0xe49a49){super(_0xe49a49);}[a81_0x37a038(0x1eb)]=(_0x817eb9=LOG_LEVELS['INFO'],_0x53b7e0=[''])=>{const _0x28814d=a81_0x37a038,_0x2f0bd7={};_0x2f0bd7[_0x28814d(0x1d4)]=_0x28814d(0x1e7);const _0x3657f6=_0x2f0bd7;consoleHolder[_0x817eb9[_0x28814d(0x1e9)]()](..._0x53b7e0),process[_0x28814d(0x1cd)](_0x28814d(0x1d5)+process[_0x28814d(0x1db)],{'timestamp':new Date()[_0x28814d(0x1d9)](),'level':_0x817eb9['toUpperCase'](),'message':'\x22'+_0x53b7e0[_0x28814d(0x1dc)](',\x20')+'\x22','kind':_0x3657f6[_0x28814d(0x1d4)],'http_response':{}});};[a81_0x37a038(0x1e4)]=(..._0x1221a7)=>{const _0x23696b=a81_0x37a038;this[_0x23696b(0x1eb)](LOG_LEVELS[_0x23696b(0x1e2)],_0x1221a7);};[a81_0x37a038(0x1e6)]=(..._0x2f69f8)=>{const _0x19a380=a81_0x37a038;this[_0x19a380(0x1eb)](LOG_LEVELS[_0x19a380(0x1ce)],_0x2f69f8);};[a81_0x37a038(0x1d6)]=(..._0x3fa44e)=>{const _0x43bd42=a81_0x37a038;this[_0x43bd42(0x1eb)](LOG_LEVELS[_0x43bd42(0x1de)],_0x3fa44e);};[a81_0x37a038(0x1cf)]=(..._0x5a1cad)=>{const _0x9636c4=a81_0x37a038;this[_0x9636c4(0x1eb)](LOG_LEVELS['WARN'],_0x5a1cad);};[a81_0x37a038(0x1df)]=(..._0x36c313)=>{const _0x108c61=a81_0x37a038;this[_0x108c61(0x1eb)](LOG_LEVELS[_0x108c61(0x1d8)],_0x36c313);};[a81_0x37a038(0x1ed)]=(..._0x36b217)=>{const _0x21ffe8=a81_0x37a038;this[_0x21ffe8(0x1eb)](LOG_LEVELS['INFO'],_0x36b217);};};module[a81_0x37a038(0x1ef)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a82_0x708c99=a82_0x44ae;function a82_0x3330(){const _0x3de118=['7954040hVQSCc','winston-transport','5222hqVwBk','log','6306uCPzpf','2337393RyuidL','message','logged','11AhDfib','exports','10lSGgMx','object','warn','debug','trace','toISOString','error','INFO','157384AxFyiv','612435IscQCJ','logToTestOps','DEBUG','149524DPluWB','pid','12458724ujraui','WUMVl','4iNSURv','bnlYU','ERROR','level','TRACE','TEST_LOG','360mFkeFf','emit','toLowerCase','IhWID','OtKNf','WARN'];a82_0x3330=function(){return _0x3de118;};return a82_0x3330();}(function(_0x1b9762,_0x41411d){const _0x560e7a=a82_0x44ae,_0x3638d9=_0x1b9762();while(!![]){try{const _0x5887cd=parseInt(_0x560e7a(0x1f6))/0x1*(-parseInt(_0x560e7a(0x202))/0x2)+parseInt(_0x560e7a(0x1f1))/0x3+-parseInt(_0x560e7a(0x1e0))/0x4*(-parseInt(_0x560e7a(0x1ff))/0x5)+-parseInt(_0x560e7a(0x1f0))/0x6*(parseInt(_0x560e7a(0x1ee))/0x7)+-parseInt(_0x560e7a(0x1fe))/0x8*(-parseInt(_0x560e7a(0x1e6))/0x9)+-parseInt(_0x560e7a(0x1ec))/0xa+parseInt(_0x560e7a(0x1f4))/0xb*(parseInt(_0x560e7a(0x1de))/0xc);if(_0x5887cd===_0x41411d)break;else _0x3638d9['push'](_0x3638d9['shift']());}catch(_0x1ef52c){_0x3638d9['push'](_0x3638d9['shift']());}}}(a82_0x3330,0x6194f));const Transport=require(a82_0x708c99(0x1ed)),{consoleHolder}=require('../../helpers/test-observability/constants'),a82_0x15b921={};a82_0x15b921[a82_0x708c99(0x1fd)]=a82_0x708c99(0x1fd),a82_0x15b921['ERROR']=a82_0x708c99(0x1e2),a82_0x15b921[a82_0x708c99(0x201)]=a82_0x708c99(0x201),a82_0x15b921['TRACE']=a82_0x708c99(0x1e4),a82_0x15b921['WARN']=a82_0x708c99(0x1eb);function a82_0x44ae(_0x2d097e,_0xed3a9c){const _0x3330f6=a82_0x3330();return a82_0x44ae=function(_0x44ae41,_0x5ef2d5){_0x44ae41=_0x44ae41-0x1de;let _0x3a682f=_0x3330f6[_0x44ae41];return _0x3a682f;},a82_0x44ae(_0x2d097e,_0xed3a9c);}const LOG_LEVELS=a82_0x15b921;class logReportingAPI extends Transport{constructor(_0x57e428){super(_0x57e428);}[a82_0x708c99(0x1ef)](_0x130d91,_0x5e9db3){const _0x3a7cad=a82_0x708c99,_0x1deba6={'bnlYU':_0x3a7cad(0x1f3),'OtKNf':function(_0x1e76ad,_0x162c0f){return _0x1e76ad(_0x162c0f);},'UaUfy':function(_0x4b512c,_0x5ad655){return _0x4b512c===_0x5ad655;},'WUMVl':_0x3a7cad(0x1f7),'DbPpq':function(_0x167cbf){return _0x167cbf();}};_0x1deba6[_0x3a7cad(0x1ea)](setImmediate,()=>{const _0x57e985=_0x3a7cad;this[_0x57e985(0x1e7)](_0x1deba6[_0x57e985(0x1e1)],_0x130d91);}),_0x1deba6['UaUfy'](typeof _0x130d91,_0x1deba6[_0x3a7cad(0x1df)])?this[_0x3a7cad(0x200)](_0x130d91[_0x3a7cad(0x1e3)]||LOG_LEVELS[_0x3a7cad(0x1fd)],_0x130d91[_0x3a7cad(0x1f2)],![]):this['logToTestOps'](LOG_LEVELS[_0x3a7cad(0x1fd)],_0x130d91),_0x5e9db3&&_0x1deba6['DbPpq'](_0x5e9db3);}[a82_0x708c99(0x200)]=(_0x1ee630=LOG_LEVELS[a82_0x708c99(0x1fd)],_0xb8b253='',_0x20c1e8=!![])=>{const _0x2fba8a=a82_0x708c99,_0xdf5278={};_0xdf5278[_0x2fba8a(0x1e9)]=_0x2fba8a(0x1e5);const _0x33eebc=_0xdf5278;_0x20c1e8&&consoleHolder[_0x1ee630[_0x2fba8a(0x1e8)]()](_0xb8b253),process['emit']('bs:addLog:'+process[_0x2fba8a(0x203)],{'timestamp':new Date()[_0x2fba8a(0x1fb)](),'level':_0x1ee630['toUpperCase'](),'message':_0xb8b253,'kind':_0x33eebc[_0x2fba8a(0x1e9)],'http_response':{}});};[a82_0x708c99(0x1fa)]=(_0x41576e,_0x1e163b)=>{const _0x39f9a7=a82_0x708c99;this[_0x39f9a7(0x200)](LOG_LEVELS[_0x39f9a7(0x1e4)],_0x41576e);};[a82_0x708c99(0x1f9)]=(_0x14f670,_0x147aa5)=>{const _0x29a4d5=a82_0x708c99;this[_0x29a4d5(0x200)](LOG_LEVELS[_0x29a4d5(0x201)],_0x14f670);};['info']=(_0x4e1279,_0xeab06e)=>{const _0x457747=a82_0x708c99;this[_0x457747(0x200)](LOG_LEVELS['INFO'],_0x4e1279);};[a82_0x708c99(0x1f8)]=(_0x21e5a7,_0x2d09f7)=>{const _0x29e71e=a82_0x708c99;this[_0x29e71e(0x200)](LOG_LEVELS[_0x29e71e(0x1eb)],_0x21e5a7);};[a82_0x708c99(0x1fc)]=(_0x2b0580,_0x325d73)=>{const _0x2cbf22=a82_0x708c99;this[_0x2cbf22(0x200)](LOG_LEVELS[_0x2cbf22(0x1e2)],_0x2b0580);};};module[a82_0x708c99(0x1f5)]=logReportingAPI;
|