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.
Files changed (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a80_0x2f8c24=a80_0x541a;(function(_0x3ca80e,_0x510b45){const _0x27f6ea=a80_0x541a,_0xbf4836=_0x3ca80e();while(!![]){try{const _0x354f60=-parseInt(_0x27f6ea(0x9a))/0x1*(parseInt(_0x27f6ea(0xab))/0x2)+parseInt(_0x27f6ea(0xa1))/0x3+-parseInt(_0x27f6ea(0xaa))/0x4*(parseInt(_0x27f6ea(0xa5))/0x5)+-parseInt(_0x27f6ea(0xac))/0x6*(-parseInt(_0x27f6ea(0x97))/0x7)+-parseInt(_0x27f6ea(0x9f))/0x8*(-parseInt(_0x27f6ea(0xad))/0x9)+parseInt(_0x27f6ea(0xa8))/0xa*(parseInt(_0x27f6ea(0x98))/0xb)+-parseInt(_0x27f6ea(0x9e))/0xc*(parseInt(_0x27f6ea(0xa2))/0xd);if(_0x354f60===_0x510b45)break;else _0xbf4836['push'](_0xbf4836['shift']());}catch(_0x14efc9){_0xbf4836['push'](_0xbf4836['shift']());}}}(a80_0x2170,0x9a68a));function a80_0x2170(){const _0x212974=['3613212ZzbRKF','1918adMRRA','4103RJrDMJ','log','1230097gfrYBb','join','FUQpE','type','12qTCqDC','16KZVanI','data','2722575YdPvGR','15370316dsVUml','configure','layout','1098290wcEMEa','./logReportingAPI','level','30440qlqPSE','levelStr','4wlsXfN','2wwtEsG','9168tYiroF'];a80_0x2170=function(){return _0x212974;};return a80_0x2170();}const logReportingAPI=require(a80_0x2f8c24(0xa6)),BSTestOpsLogger=new logReportingAPI({});function a80_0x541a(_0x5677ca,_0x5be04){const _0x217058=a80_0x2170();return a80_0x541a=function(_0x541aa8,_0x352abf){_0x541aa8=_0x541aa8-0x97;let _0x39ac52=_0x217058[_0x541aa8];return _0x39ac52;},a80_0x541a(_0x5677ca,_0x5be04);}function BSTestOpsLog4JSAppender(_0x5e9184,_0x2f8c1a){return _0x368d7b=>{const _0x42c130=a80_0x541a;BSTestOpsLogger[_0x42c130(0x99)]({'level':_0x368d7b[_0x42c130(0xa7)]?_0x368d7b[_0x42c130(0xa7)][_0x42c130(0xa9)]:null,'message':_0x368d7b[_0x42c130(0xa0)]?_0x368d7b[_0x42c130(0xa0)][_0x42c130(0x9b)]('\x20'):null});};}exports[a80_0x2f8c24(0xa3)]=(_0x36e6d5,_0x4827ab)=>{const _0x346f9d=a80_0x2f8c24,_0x1de84b={'FUQpE':function(_0x247940,_0x5a805b,_0x496d7c){return _0x247940(_0x5a805b,_0x496d7c);}};let _0x397933=_0x4827ab['colouredLayout'];return _0x36e6d5['layout']&&(_0x397933=_0x4827ab[_0x346f9d(0xa4)](_0x36e6d5[_0x346f9d(0xa4)][_0x346f9d(0x9d)],_0x36e6d5[_0x346f9d(0xa4)])),_0x1de84b[_0x346f9d(0x9c)](BSTestOpsLog4JSAppender,_0x397933,_0x36e6d5['timezoneOffset']);};
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 a81_0x243483=a81_0x5b88;(function(_0x44ac5c,_0x1185cd){const _0x397bd5=a81_0x5b88,_0x26f87f=_0x44ac5c();while(!![]){try{const _0x53783d=parseInt(_0x397bd5(0xae))/0x1*(-parseInt(_0x397bd5(0xa9))/0x2)+parseInt(_0x397bd5(0xb5))/0x3*(parseInt(_0x397bd5(0xa2))/0x4)+-parseInt(_0x397bd5(0x9a))/0x5*(-parseInt(_0x397bd5(0xaf))/0x6)+parseInt(_0x397bd5(0xac))/0x7+parseInt(_0x397bd5(0xb4))/0x8+parseInt(_0x397bd5(0x9c))/0x9+-parseInt(_0x397bd5(0xaa))/0xa;if(_0x53783d===_0x1185cd)break;else _0x26f87f['push'](_0x26f87f['shift']());}catch(_0x25ece9){_0x26f87f['push'](_0x26f87f['shift']());}}}(a81_0x3df3,0x3d80f));const Transport=require('winston-transport'),{consoleHolder}=require(a81_0x243483(0x99)),a81_0x30ab13={};function a81_0x3df3(){const _0x3edf6f=['TEST_LOG','toLowerCase','warn','TRACE','1008460FlYMoU','error','join','exports','toUpperCase','WARN','bs:addLog:','615946kahEGc','3993930vJFPgA','emit','3475990zeTuhQ','pid','1DArszR','90cOeTvu','ERROR','debug','mhgti','logToTestOps','172800CPBlPQ','3nwacUf','DEBUG','INFO','../../helpers/test-observability/constants','13655PRXqsx','trace','1332315bbqTdU','toISOString'];a81_0x3df3=function(){return _0x3edf6f;};return a81_0x3df3();}a81_0x30ab13[a81_0x243483(0x98)]=a81_0x243483(0x98),a81_0x30ab13[a81_0x243483(0xb0)]=a81_0x243483(0xb0),a81_0x30ab13[a81_0x243483(0x97)]=a81_0x243483(0x97),a81_0x30ab13[a81_0x243483(0xa1)]=a81_0x243483(0xa1),a81_0x30ab13['WARN']='WARN';function a81_0x5b88(_0x42a417,_0x45b2aa){const _0x3df3bc=a81_0x3df3();return a81_0x5b88=function(_0x5b887f,_0x142a49){_0x5b887f=_0x5b887f-0x97;let _0x3205cb=_0x3df3bc[_0x5b887f];return _0x3205cb;},a81_0x5b88(_0x42a417,_0x45b2aa);}const LOG_LEVELS=a81_0x30ab13;class logPatcher extends Transport{constructor(_0x14e504){super(_0x14e504);}[a81_0x243483(0xb3)]=(_0x49a3be=LOG_LEVELS[a81_0x243483(0x98)],_0x5b1140=[''])=>{const _0x1758c7=a81_0x243483,_0x4400bb={};_0x4400bb[_0x1758c7(0xb2)]=_0x1758c7(0x9e);const _0x38e8c4=_0x4400bb;consoleHolder[_0x49a3be[_0x1758c7(0x9f)]()](..._0x5b1140),process[_0x1758c7(0xab)](_0x1758c7(0xa8)+process[_0x1758c7(0xad)],{'timestamp':new Date()[_0x1758c7(0x9d)](),'level':_0x49a3be[_0x1758c7(0xa6)](),'message':'\x22'+_0x5b1140[_0x1758c7(0xa4)](',\x20')+'\x22','kind':_0x38e8c4['mhgti'],'http_response':{}});};[a81_0x243483(0x9b)]=(..._0x15e501)=>{const _0x16d5ee=a81_0x243483;this['logToTestOps'](LOG_LEVELS[_0x16d5ee(0xa1)],_0x15e501);};[a81_0x243483(0xb1)]=(..._0x5ca644)=>{const _0x2f5377=a81_0x243483;this['logToTestOps'](LOG_LEVELS[_0x2f5377(0x97)],_0x5ca644);};['info']=(..._0x17c872)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0x17c872);};[a81_0x243483(0xa0)]=(..._0x1d2d91)=>{const _0x4eaf50=a81_0x243483;this[_0x4eaf50(0xb3)](LOG_LEVELS[_0x4eaf50(0xa7)],_0x1d2d91);};[a81_0x243483(0xa3)]=(..._0x1f8eba)=>{const _0x19a313=a81_0x243483;this[_0x19a313(0xb3)](LOG_LEVELS[_0x19a313(0xb0)],_0x1f8eba);};['log']=(..._0x56a612)=>{const _0x380852=a81_0x243483;this[_0x380852(0xb3)](LOG_LEVELS[_0x380852(0x98)],_0x56a612);};};module[a81_0x243483(0xa5)]=logPatcher;
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 a82_0xa91f45=a82_0xfdea;(function(_0x4878bb,_0x2c79b8){const _0x1e3712=a82_0xfdea,_0x2d7f41=_0x4878bb();while(!![]){try{const _0x38959f=-parseInt(_0x1e3712(0x14b))/0x1+parseInt(_0x1e3712(0x13e))/0x2*(parseInt(_0x1e3712(0x145))/0x3)+-parseInt(_0x1e3712(0x150))/0x4+-parseInt(_0x1e3712(0x147))/0x5*(parseInt(_0x1e3712(0x131))/0x6)+-parseInt(_0x1e3712(0x148))/0x7*(parseInt(_0x1e3712(0x151))/0x8)+parseInt(_0x1e3712(0x152))/0x9*(-parseInt(_0x1e3712(0x136))/0xa)+-parseInt(_0x1e3712(0x141))/0xb*(-parseInt(_0x1e3712(0x139))/0xc);if(_0x38959f===_0x2c79b8)break;else _0x2d7f41['push'](_0x2d7f41['shift']());}catch(_0x2da2c6){_0x2d7f41['push'](_0x2d7f41['shift']());}}}(a82_0x1d66,0xc200e));function a82_0xfdea(_0x5f5330,_0x4028fa){const _0x1d6682=a82_0x1d66();return a82_0xfdea=function(_0xfdea6a,_0x4a5f47){_0xfdea6a=_0xfdea6a-0x12e;let _0x298c4d=_0x1d6682[_0xfdea6a];return _0x298c4d;},a82_0xfdea(_0x5f5330,_0x4028fa);}const Transport=require(a82_0xa91f45(0x137)),{consoleHolder}=require(a82_0xa91f45(0x12f)),a82_0x4146ac={};a82_0x4146ac[a82_0xa91f45(0x13b)]=a82_0xa91f45(0x13b),a82_0x4146ac[a82_0xa91f45(0x135)]=a82_0xa91f45(0x135),a82_0x4146ac[a82_0xa91f45(0x146)]=a82_0xa91f45(0x146),a82_0x4146ac[a82_0xa91f45(0x14e)]=a82_0xa91f45(0x14e),a82_0x4146ac[a82_0xa91f45(0x143)]=a82_0xa91f45(0x143);function a82_0x1d66(){const _0x236bde=['object','WARN','warn','6afEQqQ','DEBUG','190xMUYGz','63KMnZEg','error','toUpperCase','14278UcIEbH','uzQTT','debug','TRACE','logToTestOps','3927988JmApqj','1285808CkiyQG','144fzPKrV','message','bs:addLog:','../../helpers/test-observability/constants','info','2946KnXceP','level','toISOString','JVmOZ','ERROR','892100vJWRTz','winston-transport','trace','132pdFjSl','exports','INFO','emit','BUNmd','992756XkNycw','jMODX','ZKsPV','3690709CmgtQl'];a82_0x1d66=function(){return _0x236bde;};return a82_0x1d66();}const LOG_LEVELS=a82_0x4146ac;class logReportingAPI extends Transport{constructor(_0x30e76b){super(_0x30e76b);}['log'](_0x1e4945,_0xf0d20f){const _0x1c8cc0=a82_0xa91f45,_0x506713={'jMODX':'logged','CElLm':function(_0x8935c5,_0x37ffcf){return _0x8935c5(_0x37ffcf);},'BUNmd':function(_0x9885a7,_0x402625){return _0x9885a7===_0x402625;},'ZKsPV':_0x1c8cc0(0x142),'uzQTT':function(_0x9d0d9e){return _0x9d0d9e();}};_0x506713['CElLm'](setImmediate,()=>{const _0x4d2a8=_0x1c8cc0;this['emit'](_0x506713[_0x4d2a8(0x13f)],_0x1e4945);}),_0x506713[_0x1c8cc0(0x13d)](typeof _0x1e4945,_0x506713[_0x1c8cc0(0x140)])?this['logToTestOps'](_0x1e4945[_0x1c8cc0(0x132)]||LOG_LEVELS['INFO'],_0x1e4945[_0x1c8cc0(0x153)],![]):this[_0x1c8cc0(0x14f)](LOG_LEVELS['INFO'],_0x1e4945),_0xf0d20f&&_0x506713[_0x1c8cc0(0x14c)](_0xf0d20f);}[a82_0xa91f45(0x14f)]=(_0xe8cc96=LOG_LEVELS[a82_0xa91f45(0x13b)],_0x5e2c64='',_0x3cc268=!![])=>{const _0x2b504b=a82_0xa91f45,_0x202625={};_0x202625['JVmOZ']='TEST_LOG';const _0x258176=_0x202625;_0x3cc268&&consoleHolder[_0xe8cc96['toLowerCase']()](_0x5e2c64),process[_0x2b504b(0x13c)](_0x2b504b(0x12e)+process['pid'],{'timestamp':new Date()[_0x2b504b(0x133)](),'level':_0xe8cc96[_0x2b504b(0x14a)](),'message':_0x5e2c64,'kind':_0x258176[_0x2b504b(0x134)],'http_response':{}});};[a82_0xa91f45(0x138)]=(_0x461e2c,_0x452ebf)=>{const _0x2155c2=a82_0xa91f45;this[_0x2155c2(0x14f)](LOG_LEVELS[_0x2155c2(0x14e)],_0x461e2c);};[a82_0xa91f45(0x14d)]=(_0x5dc48b,_0x2905e8)=>{const _0x318528=a82_0xa91f45;this[_0x318528(0x14f)](LOG_LEVELS[_0x318528(0x146)],_0x5dc48b);};[a82_0xa91f45(0x130)]=(_0x48add0,_0x3453ee)=>{const _0x2fb13e=a82_0xa91f45;this['logToTestOps'](LOG_LEVELS[_0x2fb13e(0x13b)],_0x48add0);};[a82_0xa91f45(0x144)]=(_0x10dd57,_0x588176)=>{const _0x2621b6=a82_0xa91f45;this[_0x2621b6(0x14f)](LOG_LEVELS[_0x2621b6(0x143)],_0x10dd57);};[a82_0xa91f45(0x149)]=(_0x3441ea,_0x139cff)=>{const _0xba8052=a82_0xa91f45;this['logToTestOps'](LOG_LEVELS[_0xba8052(0x135)],_0x3441ea);};};module[a82_0xa91f45(0x13a)]=logReportingAPI;
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;