browserstack-node-sdk 1.66.0 → 1.66.1

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_0xbb081c=a80_0x4945;(function(_0x53a906,_0x324de5){const _0x2ee3f6=a80_0x4945,_0x456ec2=_0x53a906();while(!![]){try{const _0x448c32=-parseInt(_0x2ee3f6(0x198))/0x1+parseInt(_0x2ee3f6(0x1a5))/0x2+parseInt(_0x2ee3f6(0x19e))/0x3*(-parseInt(_0x2ee3f6(0x197))/0x4)+parseInt(_0x2ee3f6(0x199))/0x5+parseInt(_0x2ee3f6(0x19b))/0x6*(-parseInt(_0x2ee3f6(0x1a2))/0x7)+-parseInt(_0x2ee3f6(0x195))/0x8*(parseInt(_0x2ee3f6(0x194))/0x9)+parseInt(_0x2ee3f6(0x19c))/0xa*(parseInt(_0x2ee3f6(0x1a4))/0xb);if(_0x448c32===_0x324de5)break;else _0x456ec2['push'](_0x456ec2['shift']());}catch(_0x1887ce){_0x456ec2['push'](_0x456ec2['shift']());}}}(a80_0x5bf2,0x9ae44));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function a80_0x5bf2(){const _0x5be823=['10LQcATp','fBbot','60irmbcR','log','data','type','574PzeUVq','level','36015551jUPlKY','109168JwJQET','configure','144ORblOh','503328XtFskK','layout','199804JwQUho','1265743mIFCuP','3610530TkbwjH','levelStr','10608pnuQLJ'];a80_0x5bf2=function(){return _0x5be823;};return a80_0x5bf2();}function a80_0x4945(_0x230aa5,_0x432a05){const _0x5bf2b5=a80_0x5bf2();return a80_0x4945=function(_0x494583,_0xd84ed2){_0x494583=_0x494583-0x194;let _0x23c58=_0x5bf2b5[_0x494583];return _0x23c58;},a80_0x4945(_0x230aa5,_0x432a05);}function BSTestOpsLog4JSAppender(_0x332fd2,_0x158917){return _0x261091=>{const _0xf3938f=a80_0x4945;BSTestOpsLogger[_0xf3938f(0x19f)]({'level':_0x261091[_0xf3938f(0x1a3)]?_0x261091[_0xf3938f(0x1a3)][_0xf3938f(0x19a)]:null,'message':_0x261091[_0xf3938f(0x1a0)]?_0x261091[_0xf3938f(0x1a0)]['join']('\x20'):null});};}exports[a80_0xbb081c(0x1a6)]=(_0x27deff,_0x14af72)=>{const _0x1accbd=a80_0xbb081c,_0x1c5f6b={'fBbot':function(_0x5a7913,_0x247908,_0x447193){return _0x5a7913(_0x247908,_0x447193);}};let _0x5994e9=_0x14af72['colouredLayout'];return _0x27deff[_0x1accbd(0x196)]&&(_0x5994e9=_0x14af72[_0x1accbd(0x196)](_0x27deff[_0x1accbd(0x196)][_0x1accbd(0x1a1)],_0x27deff[_0x1accbd(0x196)])),_0x1c5f6b[_0x1accbd(0x19d)](BSTestOpsLog4JSAppender,_0x5994e9,_0x27deff['timezoneOffset']);};
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 +1 @@
1
- const a81_0x1bb482=a81_0x3882;(function(_0x3dc45d,_0xc82adb){const _0x1ff66a=a81_0x3882,_0x4ece0f=_0x3dc45d();while(!![]){try{const _0x294410=parseInt(_0x1ff66a(0x1f4))/0x1*(-parseInt(_0x1ff66a(0x1f3))/0x2)+-parseInt(_0x1ff66a(0x200))/0x3+parseInt(_0x1ff66a(0x203))/0x4+-parseInt(_0x1ff66a(0x204))/0x5*(parseInt(_0x1ff66a(0x1f6))/0x6)+-parseInt(_0x1ff66a(0x205))/0x7+parseInt(_0x1ff66a(0x201))/0x8+parseInt(_0x1ff66a(0x1f9))/0x9;if(_0x294410===_0xc82adb)break;else _0x4ece0f['push'](_0x4ece0f['shift']());}catch(_0x8eeafe){_0x4ece0f['push'](_0x4ece0f['shift']());}}}(a81_0x2459,0xb0179));function a81_0x3882(_0x1fec07,_0x22c581){const _0x2459cb=a81_0x2459();return a81_0x3882=function(_0x3882da,_0x1ad105){_0x3882da=_0x3882da-0x1f0;let _0x56d81c=_0x2459cb[_0x3882da];return _0x56d81c;},a81_0x3882(_0x1fec07,_0x22c581);}const Transport=require('winston-transport'),{consoleHolder}=require(a81_0x1bb482(0x1f5)),a81_0x51a8d6={};a81_0x51a8d6['INFO']=a81_0x1bb482(0x1fa),a81_0x51a8d6['ERROR']=a81_0x1bb482(0x1fe),a81_0x51a8d6[a81_0x1bb482(0x1f8)]='DEBUG',a81_0x51a8d6[a81_0x1bb482(0x1f0)]=a81_0x1bb482(0x1f0),a81_0x51a8d6[a81_0x1bb482(0x1fc)]=a81_0x1bb482(0x1fc);const LOG_LEVELS=a81_0x51a8d6;class logPatcher extends Transport{constructor(_0x437643){super(_0x437643);}[a81_0x1bb482(0x1f1)]=(_0x12297b=LOG_LEVELS['INFO'],_0x52889d=[''])=>{const _0x59248c=a81_0x1bb482,_0x5ac6a2={};_0x5ac6a2['mPxKK']='TEST_LOG';const _0xdb21c3=_0x5ac6a2;consoleHolder[_0x12297b['toLowerCase']()](..._0x52889d),process[_0x59248c(0x1f7)](_0x59248c(0x1fd)+process[_0x59248c(0x1f2)],{'timestamp':new Date()['toISOString'](),'level':_0x12297b[_0x59248c(0x207)](),'message':'\x22'+_0x52889d[_0x59248c(0x208)](',\x20')+'\x22','kind':_0xdb21c3[_0x59248c(0x1fb)],'http_response':{}});};['trace']=(..._0x5a1f71)=>{const _0x5b8949=a81_0x1bb482;this[_0x5b8949(0x1f1)](LOG_LEVELS['TRACE'],_0x5a1f71);};['debug']=(..._0x3c02ac)=>{const _0x552ecb=a81_0x1bb482;this[_0x552ecb(0x1f1)](LOG_LEVELS[_0x552ecb(0x1f8)],_0x3c02ac);};['info']=(..._0x1f146)=>{const _0x21e475=a81_0x1bb482;this[_0x21e475(0x1f1)](LOG_LEVELS['INFO'],_0x1f146);};[a81_0x1bb482(0x1ff)]=(..._0x83df8c)=>{this['logToTestOps'](LOG_LEVELS['WARN'],_0x83df8c);};['error']=(..._0x587efc)=>{const _0x27c3b9=a81_0x1bb482;this[_0x27c3b9(0x1f1)](LOG_LEVELS[_0x27c3b9(0x1fe)],_0x587efc);};[a81_0x1bb482(0x206)]=(..._0x15cd43)=>{const _0x39d838=a81_0x1bb482;this[_0x39d838(0x1f1)](LOG_LEVELS['INFO'],_0x15cd43);};};function a81_0x2459(){const _0x4e426f=['pid','242898TYEwac','7TgXZFP','../../helpers/test-observability/constants','12JgypBl','emit','DEBUG','27542430cCQguT','INFO','mPxKK','WARN','bs:addLog:','ERROR','warn','2106810rsXfYg','357784FdeYXX','exports','1798780kMpKIp','840110kMOEYl','6614706zssCVV','log','toUpperCase','join','TRACE','logToTestOps'];a81_0x2459=function(){return _0x4e426f;};return a81_0x2459();}module[a81_0x1bb482(0x202)]=logPatcher;
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 +1 @@
1
- const a82_0x4676d7=a82_0xa05e;(function(_0x228778,_0xdc47e5){const _0x4b6c06=a82_0xa05e,_0x59c08a=_0x228778();while(!![]){try{const _0x594768=-parseInt(_0x4b6c06(0x114))/0x1+parseInt(_0x4b6c06(0x10f))/0x2*(-parseInt(_0x4b6c06(0x116))/0x3)+parseInt(_0x4b6c06(0x126))/0x4*(-parseInt(_0x4b6c06(0x11a))/0x5)+-parseInt(_0x4b6c06(0x113))/0x6*(-parseInt(_0x4b6c06(0x125))/0x7)+-parseInt(_0x4b6c06(0x106))/0x8*(-parseInt(_0x4b6c06(0x115))/0x9)+-parseInt(_0x4b6c06(0x117))/0xa*(parseInt(_0x4b6c06(0x109))/0xb)+parseInt(_0x4b6c06(0x118))/0xc;if(_0x594768===_0xdc47e5)break;else _0x59c08a['push'](_0x59c08a['shift']());}catch(_0x306c4a){_0x59c08a['push'](_0x59c08a['shift']());}}}(a82_0x1535,0x90c17));const Transport=require(a82_0x4676d7(0x127)),{consoleHolder}=require(a82_0x4676d7(0x119)),a82_0x274ac9={};a82_0x274ac9['INFO']='INFO',a82_0x274ac9[a82_0x4676d7(0x110)]=a82_0x4676d7(0x110),a82_0x274ac9[a82_0x4676d7(0x122)]='DEBUG',a82_0x274ac9[a82_0x4676d7(0x10d)]=a82_0x4676d7(0x10d),a82_0x274ac9[a82_0x4676d7(0x112)]='WARN';const LOG_LEVELS=a82_0x274ac9;function a82_0xa05e(_0x58d730,_0x6b5167){const _0x153592=a82_0x1535();return a82_0xa05e=function(_0xa05e63,_0x238561){_0xa05e63=_0xa05e63-0x104;let _0x333afb=_0x153592[_0xa05e63];return _0x333afb;},a82_0xa05e(_0x58d730,_0x6b5167);}function a82_0x1535(){const _0x19c23b=['level','DmPoM','DEBUG','toUpperCase','cPRWI','21TkplTj','539636FoqIUU','winston-transport','lBXok','object','Lbjpv','logToTestOps','exports','aMtqN','1016urvYAF','TEST_LOG','warn','216821ScmqwA','message','info','INFO','TRACE','error','1155670FZiswd','ERROR','emit','WARN','1410192eWqsbP','1165971UskwAi','25497THyIVz','3pSBuCg','250sxXYXj','27650988iBkphC','../../helpers/test-observability/constants','20zkJZWz','toISOString','pid','logged','log','debug'];a82_0x1535=function(){return _0x19c23b;};return a82_0x1535();}class logReportingAPI extends Transport{constructor(_0x5160b9){super(_0x5160b9);}[a82_0x4676d7(0x11e)](_0x4f4252,_0x1d231d){const _0x444c94=a82_0x4676d7,_0x489e67={'cPRWI':_0x444c94(0x11d),'lBXok':function(_0x72c9e9,_0x2ff00e){return _0x72c9e9(_0x2ff00e);},'DmPoM':function(_0x2020de,_0x2019b3){return _0x2020de===_0x2019b3;},'aMtqN':_0x444c94(0x129),'slNUV':function(_0x34504d){return _0x34504d();}};_0x489e67[_0x444c94(0x128)](setImmediate,()=>{const _0x1e269f=_0x444c94;this['emit'](_0x489e67[_0x1e269f(0x124)],_0x4f4252);}),_0x489e67[_0x444c94(0x121)](typeof _0x4f4252,_0x489e67[_0x444c94(0x105)])?this[_0x444c94(0x12b)](_0x4f4252[_0x444c94(0x120)]||LOG_LEVELS[_0x444c94(0x10c)],_0x4f4252[_0x444c94(0x10a)],![]):this['logToTestOps'](LOG_LEVELS['INFO'],_0x4f4252),_0x1d231d&&_0x489e67['slNUV'](_0x1d231d);}['logToTestOps']=(_0x375d9f=LOG_LEVELS['INFO'],_0x2dc3c3='',_0x3c341c=!![])=>{const _0x587149=a82_0x4676d7,_0x398a68={};_0x398a68['Lbjpv']=_0x587149(0x107);const _0x580005=_0x398a68;_0x3c341c&&consoleHolder[_0x375d9f['toLowerCase']()](_0x2dc3c3),process[_0x587149(0x111)]('bs:addLog:'+process[_0x587149(0x11c)],{'timestamp':new Date()[_0x587149(0x11b)](),'level':_0x375d9f[_0x587149(0x123)](),'message':_0x2dc3c3,'kind':_0x580005[_0x587149(0x12a)],'http_response':{}});};['trace']=(_0x35ce3d,_0x4dd451)=>{const _0x20a889=a82_0x4676d7;this[_0x20a889(0x12b)](LOG_LEVELS[_0x20a889(0x10d)],_0x35ce3d);};[a82_0x4676d7(0x11f)]=(_0x20341a,_0x3b3acf)=>{this['logToTestOps'](LOG_LEVELS['DEBUG'],_0x20341a);};[a82_0x4676d7(0x10b)]=(_0x353acf,_0x1d6e1d)=>{const _0x5bc7af=a82_0x4676d7;this[_0x5bc7af(0x12b)](LOG_LEVELS[_0x5bc7af(0x10c)],_0x353acf);};[a82_0x4676d7(0x108)]=(_0x4024e0,_0x4520e1)=>{const _0x211979=a82_0x4676d7;this[_0x211979(0x12b)](LOG_LEVELS[_0x211979(0x112)],_0x4024e0);};[a82_0x4676d7(0x10e)]=(_0x1900a3,_0x3a07c1)=>{const _0x384c14=a82_0x4676d7;this[_0x384c14(0x12b)](LOG_LEVELS[_0x384c14(0x110)],_0x1900a3);};};module[a82_0x4676d7(0x104)]=logReportingAPI;
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;