slnodejs 6.1.361 → 6.1.372

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 (50) hide show
  1. package/README.md +0 -23
  2. package/browser-agent/dist/browser-agent-all.js +376 -280
  3. package/browser-agent/dist/browser-agent-all.min.js +3 -3
  4. package/browser-agent/package.json +1 -1
  5. package/package.json +1 -1
  6. package/tsOutputs/cli-parse/cli.js +10 -9
  7. package/tsOutputs/cli-parse/cli.js.map +1 -1
  8. package/tsOutputs/cli-parse/executors/base-executor.js +2 -2
  9. package/tsOutputs/cli-parse/executors/base-executor.js.map +1 -1
  10. package/tsOutputs/cli-parse/executors/build-end-executor.js +2 -2
  11. package/tsOutputs/cli-parse/executors/build-end-executor.js.map +1 -1
  12. package/tsOutputs/cli-parse/executors/build-executor.js +6 -6
  13. package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
  14. package/tsOutputs/cli-parse/executors/config-executor.js +5 -4
  15. package/tsOutputs/cli-parse/executors/config-executor.js.map +1 -1
  16. package/tsOutputs/cli-parse/executors/integration-build-components-executor.js +4 -4
  17. package/tsOutputs/cli-parse/executors/integration-build-components-executor.js.map +1 -1
  18. package/tsOutputs/cli-parse/executors/start-execution-executor.js +1 -0
  19. package/tsOutputs/cli-parse/executors/start-execution-executor.js.map +1 -1
  20. package/tsOutputs/cli-parse/executors/test-listener-executor.js +1 -1
  21. package/tsOutputs/cli-parse/executors/test-listener-executor.js.map +1 -1
  22. package/tsOutputs/cli-parse/executors/upload-report-executor.js +1 -1
  23. package/tsOutputs/cli-parse/executors/upload-report-executor.js.map +1 -1
  24. package/tsOutputs/common/agent-events/agent-events-conracts.d.ts +1 -0
  25. package/tsOutputs/common/agent-events/agent-events-conracts.js +1 -0
  26. package/tsOutputs/common/agent-events/agent-events-conracts.js.map +1 -1
  27. package/tsOutputs/common/config-process/config.d.ts +2 -0
  28. package/tsOutputs/common/config-process/config.js +2 -0
  29. package/tsOutputs/common/config-process/config.js.map +1 -1
  30. package/tsOutputs/common/contracts.d.ts +1 -0
  31. package/tsOutputs/common/http/backend-proxy.d.ts +1 -1
  32. package/tsOutputs/common/http/backend-proxy.js +2 -2
  33. package/tsOutputs/common/http/backend-proxy.js.map +1 -1
  34. package/tsOutputs/common/http/contracts.d.ts +2 -0
  35. package/tsOutputs/common/http/contracts.js.map +1 -1
  36. package/tsOutputs/common/http/sl-routes.d.ts +1 -1
  37. package/tsOutputs/common/http/sl-routes.js +5 -3
  38. package/tsOutputs/common/http/sl-routes.js.map +1 -1
  39. package/tsOutputs/common/state-tracker.js +3 -0
  40. package/tsOutputs/common/state-tracker.js.map +1 -1
  41. package/tsOutputs/test-listener/contracts.d.ts +7 -0
  42. package/tsOutputs/test-listener/execution-process/execution-service-proxy.js +3 -0
  43. package/tsOutputs/test-listener/execution-process/execution-service-proxy.js.map +1 -1
  44. package/tsOutputs/test-listener/factory.js +3 -1
  45. package/tsOutputs/test-listener/factory.js.map +1 -1
  46. package/tsOutputs/test-listener/nyc-report-executor.js +2 -2
  47. package/tsOutputs/test-listener/nyc-report-executor.js.map +1 -1
  48. package/tsOutputs/test-listener/test-recommendation-handler.d.ts +3 -1
  49. package/tsOutputs/test-listener/test-recommendation-handler.js +14 -10
  50. package/tsOutputs/test-listener/test-recommendation-handler.js.map +1 -1
@@ -33850,7 +33850,7 @@ module.exports={
33850
33850
  "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
33851
33851
  "_shasum": "da37cebd31e79a1367e941b592ed1fbebd58abbb",
33852
33852
  "_spec": "elliptic@^6.5.3",
33853
- "_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main@4/browser-agent/node_modules/browserify-sign",
33853
+ "_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
33854
33854
  "author": {
33855
33855
  "name": "Fedor Indutny",
33856
33856
  "email": "fedor@indutny.com"
@@ -53062,7 +53062,7 @@ function extend() {
53062
53062
  }
53063
53063
  });
53064
53064
 
53065
- },{"./lib/browser-agent":408,"./lib/config":414,"./lib/configuration-override":416,"./lib/feature-detection":430}],404:[function(require,module,exports){
53065
+ },{"./lib/browser-agent":408,"./lib/config":414,"./lib/configuration-override":416,"./lib/feature-detection":431}],404:[function(require,module,exports){
53066
53066
  (function (factory) {
53067
53067
  if (typeof module === "object" && typeof module.exports === "object") {
53068
53068
  var v = factory(require, exports);
@@ -53346,7 +53346,7 @@ function extend() {
53346
53346
  exports.AgentFactory = AgentFactory;
53347
53347
  });
53348
53348
 
53349
- },{"../../common/agent-events/agent-events-conracts":454,"../../common/agent-events/cockpit-notifier":461,"../../common/agent-instance-data":467,"../../common/config-process":471,"../../common/config-process/config-loader":468,"../../common/config-process/no-op-config-process":472,"../../common/footprints-process-v6/collector-footprints-buffer":486,"../../common/footprints-process-v6/collector-footprints-process":487,"../../common/footprints-process-v6/footprints-buffer":488,"../../common/footprints-process-v6/index":491,"../../common/footprints-process-v6/relative-path-resolver":493,"../../common/http/backend-proxy":495,"../../common/no-op-state-tracker":501,"../../common/state-tracker-fpv6":503,"../../common/system-date":505,"./basic-uuid-generator":405,"./browser-agent-instance":407,"./browser-agent-instance-fpv6":406,"./browser-events-process":409,"./browser-hits-collector":410,"./browser-hits-converter":411,"./code-coverage-manager":412,"./color-cookie-handler":413,"./configuration-manager":415,"./delegate":418,"./entities/environment-data":421,"./footprints-queue-sender":431,"./istanbul-to-footprints-convertor":433,"./istanbul-to-footprints-convertor-v3":432,"./logger/log-factory":436,"./queues/footprints-items-queue":438,"./queues/queue":439,"./services/http/http-client":440,"./services/json/json-client":444,"./services/json/json-client-adapter":443,"./services/json/noop-json-client":445,"./services/light-backend-proxy":446,"./sl-mapping-loader":447,"./state-tracker":448,"./test-state-helper":449,"./watchdog":451,"./window-timers-wrapper":452}],405:[function(require,module,exports){
53349
+ },{"../../common/agent-events/agent-events-conracts":455,"../../common/agent-events/cockpit-notifier":462,"../../common/agent-instance-data":468,"../../common/config-process":472,"../../common/config-process/config-loader":469,"../../common/config-process/no-op-config-process":473,"../../common/footprints-process-v6/collector-footprints-buffer":487,"../../common/footprints-process-v6/collector-footprints-process":488,"../../common/footprints-process-v6/footprints-buffer":489,"../../common/footprints-process-v6/index":492,"../../common/footprints-process-v6/relative-path-resolver":494,"../../common/http/backend-proxy":496,"../../common/no-op-state-tracker":502,"../../common/state-tracker-fpv6":504,"../../common/system-date":506,"./basic-uuid-generator":405,"./browser-agent-instance":407,"./browser-agent-instance-fpv6":406,"./browser-events-process":409,"./browser-hits-collector":410,"./browser-hits-converter":411,"./code-coverage-manager":412,"./color-cookie-handler":413,"./configuration-manager":415,"./delegate":418,"./entities/environment-data":421,"./footprints-queue-sender":432,"./istanbul-to-footprints-convertor":434,"./istanbul-to-footprints-convertor-v3":433,"./logger/log-factory":437,"./queues/footprints-items-queue":439,"./queues/queue":440,"./services/http/http-client":441,"./services/json/json-client":445,"./services/json/json-client-adapter":444,"./services/json/noop-json-client":446,"./services/light-backend-proxy":447,"./sl-mapping-loader":448,"./state-tracker":449,"./test-state-helper":450,"./watchdog":452,"./window-timers-wrapper":453}],405:[function(require,module,exports){
53350
53350
  (function (factory) {
53351
53351
  if (typeof module === "object" && typeof module.exports === "object") {
53352
53352
  var v = factory(require, exports);
@@ -53580,7 +53580,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53580
53580
  exports.BrowserAgentInstance = BrowserAgentInstance;
53581
53581
  });
53582
53582
 
53583
- },{"../../common/agent-events/cockpit-notifier":461,"./basic-uuid-generator":405,"./config":414,"./karma-handler":434}],408:[function(require,module,exports){
53583
+ },{"../../common/agent-events/cockpit-notifier":462,"./basic-uuid-generator":405,"./config":414,"./karma-handler":435}],408:[function(require,module,exports){
53584
53584
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
53585
53585
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
53586
53586
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -53596,7 +53596,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53596
53596
  if (v !== undefined) module.exports = v;
53597
53597
  }
53598
53598
  else if (typeof define === "function" && define.amd) {
53599
- define(["require", "exports", "./agent-factory", "./logger/log-factory", "./events-bridge"], factory);
53599
+ define(["require", "exports", "./agent-factory", "./logger/log-factory", "./events-bridge", "./events-bridge/context-message-manager"], factory);
53600
53600
  }
53601
53601
  })(function (require, exports) {
53602
53602
  "use strict";
@@ -53605,6 +53605,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53605
53605
  const agent_factory_1 = require("./agent-factory");
53606
53606
  const log_factory_1 = require("./logger/log-factory");
53607
53607
  const events_bridge_1 = require("./events-bridge");
53608
+ const context_message_manager_1 = require("./events-bridge/context-message-manager");
53608
53609
  class BrowserAgent {
53609
53610
  constructor(window, featureDetection) {
53610
53611
  this.instances = [];
@@ -53663,6 +53664,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53663
53664
  }
53664
53665
  sendAllFootprints() {
53665
53666
  return __awaiter(this, void 0, void 0, function* () {
53667
+ context_message_manager_1.ContextMessageManager.getInstance().sendAllEvents();
53666
53668
  yield Promise.all(this.instances.map(instance => instance.submitFootprintsSync()));
53667
53669
  });
53668
53670
  }
@@ -53670,7 +53672,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53670
53672
  exports.BrowserAgent = BrowserAgent;
53671
53673
  });
53672
53674
 
53673
- },{"./agent-factory":404,"./events-bridge":427,"./logger/log-factory":436}],409:[function(require,module,exports){
53675
+ },{"./agent-factory":404,"./events-bridge":428,"./events-bridge/context-message-manager":424,"./logger/log-factory":437}],409:[function(require,module,exports){
53674
53676
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
53675
53677
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
53676
53678
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -53717,7 +53719,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53717
53719
  exports.BrowserEventsProcess = BrowserEventsProcess;
53718
53720
  });
53719
53721
 
53720
- },{"../../common/events-process":483}],410:[function(require,module,exports){
53722
+ },{"../../common/events-process":484}],410:[function(require,module,exports){
53721
53723
  (function (factory) {
53722
53724
  if (typeof module === "object" && typeof module.exports === "object") {
53723
53725
  var v = factory(require, exports);
@@ -53748,7 +53750,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53748
53750
  exports.BrowserHitsCollector = BrowserHitsCollector;
53749
53751
  });
53750
53752
 
53751
- },{"../../common/footprints-process-v6/hits-collector":489}],411:[function(require,module,exports){
53753
+ },{"../../common/footprints-process-v6/hits-collector":490}],411:[function(require,module,exports){
53752
53754
  (function (factory) {
53753
53755
  if (typeof module === "object" && typeof module.exports === "object") {
53754
53756
  var v = factory(require, exports);
@@ -53774,7 +53776,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53774
53776
  exports.BrowserHitsConverter = BrowserHitsConverter;
53775
53777
  });
53776
53778
 
53777
- },{"../../common/footprints-process-v6/base-browser-hits-converter":484}],412:[function(require,module,exports){
53779
+ },{"../../common/footprints-process-v6/base-browser-hits-converter":485}],412:[function(require,module,exports){
53778
53780
  (function (factory) {
53779
53781
  if (typeof module === "object" && typeof module.exports === "object") {
53780
53782
  var v = factory(require, exports);
@@ -53924,7 +53926,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53924
53926
  exports.ColorCookieHandler = ColorCookieHandler;
53925
53927
  });
53926
53928
 
53927
- },{"./state-tracker":448}],414:[function(require,module,exports){
53929
+ },{"./state-tracker":449}],414:[function(require,module,exports){
53928
53930
  (function (factory) {
53929
53931
  if (typeof module === "object" && typeof module.exports === "object") {
53930
53932
  var v = factory(require, exports);
@@ -53937,7 +53939,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
53937
53939
  "use strict";
53938
53940
  Object.defineProperty(exports, "__esModule", { value: true });
53939
53941
  exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
53940
- exports.SL_AGENT_VERSION = '6.1.361';
53942
+ exports.SL_AGENT_VERSION = '6.1.372';
53941
53943
  exports.SL_AGENT_TYPE = 'browser';
53942
53944
  });
53943
53945
 
@@ -54129,7 +54131,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54129
54131
  exports.ConfigurationOverride = ConfigurationOverride;
54130
54132
  });
54131
54133
 
54132
- },{"./logger/console-logger":435,"events":266}],417:[function(require,module,exports){
54134
+ },{"./logger/console-logger":436,"events":266}],417:[function(require,module,exports){
54133
54135
  (function (factory) {
54134
54136
  if (typeof module === "object" && typeof module.exports === "object") {
54135
54137
  var v = factory(require, exports);
@@ -54324,7 +54326,83 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54324
54326
  if (v !== undefined) module.exports = v;
54325
54327
  }
54326
54328
  else if (typeof define === "function" && define.amd) {
54327
- define(["require", "exports", "./const", "@opentelemetry/api", "../../../common/agent-events/cockpit-notifier"], factory);
54329
+ define(["require", "exports", "../../../common/agent-events/cockpit-notifier", "../../../common/agent-events/agent-events-conracts", "../../../common/system-date"], factory);
54330
+ }
54331
+ })(function (require, exports) {
54332
+ "use strict";
54333
+ Object.defineProperty(exports, "__esModule", { value: true });
54334
+ exports.ContextMessageManager = exports.CONTEXT_EVENTS_KEYS = void 0;
54335
+ const cockpit_notifier_1 = require("../../../common/agent-events/cockpit-notifier");
54336
+ const agent_events_conracts_1 = require("../../../common/agent-events/agent-events-conracts");
54337
+ const system_date_1 = require("../../../common/system-date");
54338
+ var CONTEXT_EVENTS_KEYS;
54339
+ (function (CONTEXT_EVENTS_KEYS) {
54340
+ CONTEXT_EVENTS_KEYS["TOTAL"] = "total";
54341
+ CONTEXT_EVENTS_KEYS["PERSIST"] = "persist";
54342
+ CONTEXT_EVENTS_KEYS["WITH_BAGGAGE"] = "withBaggage";
54343
+ CONTEXT_EVENTS_KEYS["WITHOUT_BAGGAGE"] = "withoutBaggage";
54344
+ CONTEXT_EVENTS_KEYS["LAST_SUBMISSION"] = "lastSubmission";
54345
+ CONTEXT_EVENTS_KEYS["COUNT"] = "count";
54346
+ })(CONTEXT_EVENTS_KEYS = exports.CONTEXT_EVENTS_KEYS || (exports.CONTEXT_EVENTS_KEYS = {}));
54347
+ class ContextMessageManager {
54348
+ constructor() {
54349
+ this.receivedSetContextEvents = {
54350
+ [CONTEXT_EVENTS_KEYS.TOTAL]: 0,
54351
+ [CONTEXT_EVENTS_KEYS.PERSIST]: 0,
54352
+ [CONTEXT_EVENTS_KEYS.WITH_BAGGAGE]: 0,
54353
+ [CONTEXT_EVENTS_KEYS.WITHOUT_BAGGAGE]: 0,
54354
+ [CONTEXT_EVENTS_KEYS.LAST_SUBMISSION]: undefined,
54355
+ };
54356
+ this.receivedDeleteContextEvents = {
54357
+ [CONTEXT_EVENTS_KEYS.COUNT]: 0,
54358
+ [CONTEXT_EVENTS_KEYS.LAST_SUBMISSION]: undefined,
54359
+ };
54360
+ }
54361
+ static getInstance() {
54362
+ return this._instance || (this._instance = new this());
54363
+ }
54364
+ startContextManager() {
54365
+ setInterval(() => {
54366
+ this.sendAllEvents();
54367
+ }, ContextMessageManager.DEFAULT_SEND_INTERVAL);
54368
+ }
54369
+ incrementContextEventValue(eventKey, incrementBy) {
54370
+ if (incrementBy < 0)
54371
+ return;
54372
+ this.receivedSetContextEvents[eventKey] += incrementBy;
54373
+ (this.receivedSetContextEvents[CONTEXT_EVENTS_KEYS.LAST_SUBMISSION]) = (0, system_date_1.getSystemDateValueOf)();
54374
+ }
54375
+ incrementContextDeleteValue(incrementBy) {
54376
+ if (incrementBy < 0)
54377
+ return;
54378
+ this.receivedDeleteContextEvents[CONTEXT_EVENTS_KEYS.COUNT] += incrementBy;
54379
+ (this.receivedDeleteContextEvents[CONTEXT_EVENTS_KEYS.LAST_SUBMISSION]) = (0, system_date_1.getSystemDateValueOf)();
54380
+ }
54381
+ sendAllEvents() {
54382
+ cockpit_notifier_1.CockpitNotifier.sendEvent(agent_events_conracts_1.AgentEventCode.CONTEXT_PROPAGATION_TELEMETRY, {
54383
+ contextSetSummary: this.receivedSetContextEvents,
54384
+ contextDeleteSummary: this.receivedDeleteContextEvents,
54385
+ });
54386
+ }
54387
+ getState() {
54388
+ return {
54389
+ receivedSetContextState: this.receivedSetContextEvents,
54390
+ deleteContextState: this.receivedDeleteContextEvents,
54391
+ };
54392
+ }
54393
+ }
54394
+ exports.ContextMessageManager = ContextMessageManager;
54395
+ ContextMessageManager.DEFAULT_SEND_INTERVAL = 60 * 1000;
54396
+ });
54397
+
54398
+ },{"../../../common/agent-events/agent-events-conracts":455,"../../../common/agent-events/cockpit-notifier":462,"../../../common/system-date":506}],425:[function(require,module,exports){
54399
+ (function (factory) {
54400
+ if (typeof module === "object" && typeof module.exports === "object") {
54401
+ var v = factory(require, exports);
54402
+ if (v !== undefined) module.exports = v;
54403
+ }
54404
+ else if (typeof define === "function" && define.amd) {
54405
+ define(["require", "exports", "./const", "@opentelemetry/api", "../../../common/agent-events/cockpit-notifier", "./context-message-manager"], factory);
54328
54406
  }
54329
54407
  })(function (require, exports) {
54330
54408
  "use strict";
@@ -54333,8 +54411,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54333
54411
  const SlConst = require("./const");
54334
54412
  const api = require("@opentelemetry/api");
54335
54413
  const cockpit_notifier_1 = require("../../../common/agent-events/cockpit-notifier");
54414
+ const context_message_manager_1 = require("./context-message-manager");
54336
54415
  const registerEvents = (logger, withOpenTelemetry) => {
54337
54416
  try {
54417
+ const contextMessageManager = context_message_manager_1.ContextMessageManager.getInstance();
54418
+ contextMessageManager.startContextManager();
54338
54419
  let SlContext;
54339
54420
  window.$Sealights.eventsBridge = {
54340
54421
  loaded: false,
@@ -54352,8 +54433,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54352
54433
  return;
54353
54434
  const sessionId = detail[SlConst.SL_SESSION_ID];
54354
54435
  const testName = detail[SlConst.SL_TEST_NAME];
54355
- if (!(sessionId === null || sessionId === void 0 ? void 0 : sessionId.length) || !(testName === null || testName === void 0 ? void 0 : testName.length))
54436
+ if (!(sessionId === null || sessionId === void 0 ? void 0 : sessionId.length) || !(testName === null || testName === void 0 ? void 0 : testName.length)) {
54437
+ contextMessageManager.incrementContextEventValue(context_message_manager_1.CONTEXT_EVENTS_KEYS.WITHOUT_BAGGAGE, 1);
54356
54438
  return;
54439
+ }
54357
54440
  if (withOpenTelemetry) {
54358
54441
  SlContext = SlContext.setValue(api.createContextKey(SlConst.SL_BAGGAGE_HEADER), {
54359
54442
  [SlConst.SL_SESSION_ID]: sessionId,
@@ -54361,6 +54444,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54361
54444
  });
54362
54445
  }
54363
54446
  (_b = (_a = window.$SealightsAgent) === null || _a === void 0 ? void 0 : _a.setCurrentTestIdentifier) === null || _b === void 0 ? void 0 : _b.call(_a, `${sessionId}/${testName}`);
54447
+ contextMessageManager.incrementContextEventValue(context_message_manager_1.CONTEXT_EVENTS_KEYS.WITH_BAGGAGE, 1);
54364
54448
  dispatchEvent(new CustomEvent(SlConst.EVENTS.ACK_BAGGAGE, {
54365
54449
  detail,
54366
54450
  }));
@@ -54369,8 +54453,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54369
54453
  var _a;
54370
54454
  if (!detail)
54371
54455
  return;
54456
+ contextMessageManager.incrementContextEventValue(context_message_manager_1.CONTEXT_EVENTS_KEYS.TOTAL, 1);
54372
54457
  detail.persist = detail.persist !== false;
54373
54458
  if (detail.persist) {
54459
+ contextMessageManager.incrementContextEventValue(context_message_manager_1.CONTEXT_EVENTS_KEYS.PERSIST, 1);
54374
54460
  sessionStorage.setItem(SlConst.SL_SESSION_CONTEXT, JSON.stringify(detail));
54375
54461
  }
54376
54462
  dispatchEvent(new CustomEvent(SlConst.EVENTS.SET_BAGGAGE, {
@@ -54393,12 +54479,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54393
54479
  var _a, _b;
54394
54480
  SlContext = SlContext.deleteValue(api.createContextKey(SlConst.SL_BAGGAGE_HEADER));
54395
54481
  (_b = (_a = window.$SealightsAgent) === null || _a === void 0 ? void 0 : _a.setCurrentTestIdentifier) === null || _b === void 0 ? void 0 : _b.call(_a, null);
54482
+ contextMessageManager.incrementContextDeleteValue(1);
54396
54483
  });
54397
54484
  addEventListener(SlConst.EVENTS.DELETE_CONTEXT, () => {
54398
54485
  var _a, _b;
54399
54486
  SlContext = SlContext.deleteValue(api.createContextKey(SlConst.SL_BAGGAGE_HEADER));
54400
54487
  SlContext = SlContext.deleteValue(api.createContextKey(SlConst.CONTEXT));
54401
54488
  (_b = (_a = window.$SealightsAgent) === null || _a === void 0 ? void 0 : _a.setCurrentTestIdentifier) === null || _b === void 0 ? void 0 : _b.call(_a, null);
54489
+ contextMessageManager.incrementContextDeleteValue(1);
54402
54490
  });
54403
54491
  window.$Sealights.eventsBridge.loaded = true;
54404
54492
  logger.info(`Events Bridge integration loaded. All events registered successfully. OpenTelemetry status: ${withOpenTelemetry}`);
@@ -54425,7 +54513,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54425
54513
  exports.checkExistingContext = checkExistingContext;
54426
54514
  });
54427
54515
 
54428
- },{"../../../common/agent-events/cockpit-notifier":461,"./const":423,"@opentelemetry/api":18}],425:[function(require,module,exports){
54516
+ },{"../../../common/agent-events/cockpit-notifier":462,"./const":423,"./context-message-manager":424,"@opentelemetry/api":18}],426:[function(require,module,exports){
54429
54517
  (function (factory) {
54430
54518
  if (typeof module === "object" && typeof module.exports === "object") {
54431
54519
  var v = factory(require, exports);
@@ -54481,7 +54569,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54481
54569
  exports.CustomFetchInstrumentation = CustomFetchInstrumentation;
54482
54570
  });
54483
54571
 
54484
- },{"../const":423,"../utils":429,"@opentelemetry/instrumentation-fetch":89}],426:[function(require,module,exports){
54572
+ },{"../const":423,"../utils":430,"@opentelemetry/instrumentation-fetch":89}],427:[function(require,module,exports){
54485
54573
  (function (factory) {
54486
54574
  if (typeof module === "object" && typeof module.exports === "object") {
54487
54575
  var v = factory(require, exports);
@@ -54519,7 +54607,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54519
54607
  exports.CustomXMLHttpRequestInstrumentation = CustomXMLHttpRequestInstrumentation;
54520
54608
  });
54521
54609
 
54522
- },{"../const":423,"../utils":429,"@opentelemetry/instrumentation-xml-http-request":93}],427:[function(require,module,exports){
54610
+ },{"../const":423,"../utils":430,"@opentelemetry/instrumentation-xml-http-request":93}],428:[function(require,module,exports){
54523
54611
  (function (factory) {
54524
54612
  if (typeof module === "object" && typeof module.exports === "object") {
54525
54613
  var v = factory(require, exports);
@@ -54551,7 +54639,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54551
54639
  exports.registerEventsBridge = registerEventsBridge;
54552
54640
  });
54553
54641
 
54554
- },{"./const":423,"./events":424,"./otel":428}],428:[function(require,module,exports){
54642
+ },{"./const":423,"./events":425,"./otel":429}],429:[function(require,module,exports){
54555
54643
  (function (factory) {
54556
54644
  if (typeof module === "object" && typeof module.exports === "object") {
54557
54645
  var v = factory(require, exports);
@@ -54586,7 +54674,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54586
54674
  exports.registerOpenTelemetry = registerOpenTelemetry;
54587
54675
  });
54588
54676
 
54589
- },{"../../../common/agent-events/cockpit-notifier":461,"./implementations/CustomFetchInstrumentation":425,"./implementations/CustomXMLHttpRequestInstrumentation":426,"@opentelemetry/instrumentation":98}],429:[function(require,module,exports){
54677
+ },{"../../../common/agent-events/cockpit-notifier":462,"./implementations/CustomFetchInstrumentation":426,"./implementations/CustomXMLHttpRequestInstrumentation":427,"@opentelemetry/instrumentation":98}],430:[function(require,module,exports){
54590
54678
  (function (factory) {
54591
54679
  if (typeof module === "object" && typeof module.exports === "object") {
54592
54680
  var v = factory(require, exports);
@@ -54641,7 +54729,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54641
54729
  exports.constructContextHeaders = constructContextHeaders;
54642
54730
  });
54643
54731
 
54644
- },{}],430:[function(require,module,exports){
54732
+ },{}],431:[function(require,module,exports){
54645
54733
  (function (factory) {
54646
54734
  if (typeof module === "object" && typeof module.exports === "object") {
54647
54735
  var v = factory(require, exports);
@@ -54679,7 +54767,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54679
54767
  exports.FeatureDetection = FeatureDetection;
54680
54768
  });
54681
54769
 
54682
- },{}],431:[function(require,module,exports){
54770
+ },{}],432:[function(require,module,exports){
54683
54771
  (function (factory) {
54684
54772
  if (typeof module === "object" && typeof module.exports === "object") {
54685
54773
  var v = factory(require, exports);
@@ -54885,7 +54973,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
54885
54973
  exports.FootprintsQueueSender = FootprintsQueueSender;
54886
54974
  });
54887
54975
 
54888
- },{"../../common/system-date":505,"./entities/footprints-item-data":422}],432:[function(require,module,exports){
54976
+ },{"../../common/system-date":506,"./entities/footprints-item-data":422}],433:[function(require,module,exports){
54889
54977
  (function (factory) {
54890
54978
  if (typeof module === "object" && typeof module.exports === "object") {
54891
54979
  var v = factory(require, exports);
@@ -55140,7 +55228,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55140
55228
  exports.IstanbulToFootprintsConvertorV3 = IstanbulToFootprintsConvertorV3;
55141
55229
  });
55142
55230
 
55143
- },{"../../common/footprints-process-v6/location-formatter":492,"../../common/footprints-process/collection-interval":494,"../../common/system-date":505,"./logger/log-factory":436}],433:[function(require,module,exports){
55231
+ },{"../../common/footprints-process-v6/location-formatter":493,"../../common/footprints-process/collection-interval":495,"../../common/system-date":506,"./logger/log-factory":437}],434:[function(require,module,exports){
55144
55232
  (function (factory) {
55145
55233
  if (typeof module === "object" && typeof module.exports === "object") {
55146
55234
  var v = factory(require, exports);
@@ -55246,7 +55334,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55246
55334
  exports.IstanbulToFootprintsConverter = IstanbulToFootprintsConverter;
55247
55335
  });
55248
55336
 
55249
- },{"./utils":450}],434:[function(require,module,exports){
55337
+ },{"./utils":451}],435:[function(require,module,exports){
55250
55338
  (function (factory) {
55251
55339
  if (typeof module === "object" && typeof module.exports === "object") {
55252
55340
  var v = factory(require, exports);
@@ -55321,7 +55409,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55321
55409
  exports.KarmaHandler = KarmaHandler;
55322
55410
  });
55323
55411
 
55324
- },{"../../common/events-process/events-contracts":481,"../../common/events-process/events-creator":482,"../../common/utils/validation-utils":509,"./browser-agent-instance":407}],435:[function(require,module,exports){
55412
+ },{"../../common/events-process/events-contracts":482,"../../common/events-process/events-creator":483,"../../common/utils/validation-utils":510,"./browser-agent-instance":407}],436:[function(require,module,exports){
55325
55413
  (function (factory) {
55326
55414
  if (typeof module === "object" && typeof module.exports === "object") {
55327
55415
  var v = factory(require, exports);
@@ -55512,7 +55600,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55512
55600
  exports.ConsoleLogger = ConsoleLogger;
55513
55601
  });
55514
55602
 
55515
- },{"../../../common/system-date":505,"../configuration-override":416}],436:[function(require,module,exports){
55603
+ },{"../../../common/system-date":506,"../configuration-override":416}],437:[function(require,module,exports){
55516
55604
  (function (factory) {
55517
55605
  if (typeof module === "object" && typeof module.exports === "object") {
55518
55606
  var v = factory(require, exports);
@@ -55542,7 +55630,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55542
55630
  exports.LogFactory = LogFactory;
55543
55631
  });
55544
55632
 
55545
- },{"./console-logger":435,"./null-logger":437}],437:[function(require,module,exports){
55633
+ },{"./console-logger":436,"./null-logger":438}],438:[function(require,module,exports){
55546
55634
  (function (factory) {
55547
55635
  if (typeof module === "object" && typeof module.exports === "object") {
55548
55636
  var v = factory(require, exports);
@@ -55599,7 +55687,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55599
55687
  NullLogger.INSTANCE = new NullLogger();
55600
55688
  });
55601
55689
 
55602
- },{}],438:[function(require,module,exports){
55690
+ },{}],439:[function(require,module,exports){
55603
55691
  (function (factory) {
55604
55692
  if (typeof module === "object" && typeof module.exports === "object") {
55605
55693
  var v = factory(require, exports);
@@ -55680,7 +55768,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55680
55768
  exports.FootprintsItemsQueue = FootprintsItemsQueue;
55681
55769
  });
55682
55770
 
55683
- },{"../../../common/system-date":505,"../delegate":418,"../entities/footprints-item-data":422}],439:[function(require,module,exports){
55771
+ },{"../../../common/system-date":506,"../delegate":418,"../entities/footprints-item-data":422}],440:[function(require,module,exports){
55684
55772
  (function (factory) {
55685
55773
  if (typeof module === "object" && typeof module.exports === "object") {
55686
55774
  var v = factory(require, exports);
@@ -55747,7 +55835,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55747
55835
  Queue.DEFAULT_MAX_ITEMS_IN_QUEUE = 1000;
55748
55836
  });
55749
55837
 
55750
- },{"../../../common/utils/validation-utils":509}],440:[function(require,module,exports){
55838
+ },{"../../../common/utils/validation-utils":510}],441:[function(require,module,exports){
55751
55839
  (function (factory) {
55752
55840
  if (typeof module === "object" && typeof module.exports === "object") {
55753
55841
  var v = factory(require, exports);
@@ -55810,7 +55898,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55810
55898
  exports.HttpClient = HttpClient;
55811
55899
  });
55812
55900
 
55813
- },{"./http-response":442}],441:[function(require,module,exports){
55901
+ },{"./http-response":443}],442:[function(require,module,exports){
55814
55902
  (function (factory) {
55815
55903
  if (typeof module === "object" && typeof module.exports === "object") {
55816
55904
  var v = factory(require, exports);
@@ -55831,7 +55919,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55831
55919
  exports.HttpRequest = HttpRequest;
55832
55920
  });
55833
55921
 
55834
- },{}],442:[function(require,module,exports){
55922
+ },{}],443:[function(require,module,exports){
55835
55923
  (function (factory) {
55836
55924
  if (typeof module === "object" && typeof module.exports === "object") {
55837
55925
  var v = factory(require, exports);
@@ -55849,7 +55937,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55849
55937
  exports.HttpResponse = HttpResponse;
55850
55938
  });
55851
55939
 
55852
- },{}],443:[function(require,module,exports){
55940
+ },{}],444:[function(require,module,exports){
55853
55941
  (function (factory) {
55854
55942
  if (typeof module === "object" && typeof module.exports === "object") {
55855
55943
  var v = factory(require, exports);
@@ -55908,7 +55996,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
55908
55996
  exports.JsonClientAdapter = JsonClientAdapter;
55909
55997
  });
55910
55998
 
55911
- },{"../../../../common/utils/validation-utils":509}],444:[function(require,module,exports){
55999
+ },{"../../../../common/utils/validation-utils":510}],445:[function(require,module,exports){
55912
56000
  (function (factory) {
55913
56001
  if (typeof module === "object" && typeof module.exports === "object") {
55914
56002
  var v = factory(require, exports);
@@ -56019,7 +56107,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56019
56107
  exports.JsonClient = JsonClient;
56020
56108
  });
56021
56109
 
56022
- },{"../../../../common/http/contracts":496,"../http/http-request":441}],445:[function(require,module,exports){
56110
+ },{"../../../../common/http/contracts":497,"../http/http-request":442}],446:[function(require,module,exports){
56023
56111
  (function (factory) {
56024
56112
  if (typeof module === "object" && typeof module.exports === "object") {
56025
56113
  var v = factory(require, exports);
@@ -56047,7 +56135,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56047
56135
  exports.NoopJsonClient = NoopJsonClient;
56048
56136
  });
56049
56137
 
56050
- },{"../../logger/log-factory":436,"./json-client":444}],446:[function(require,module,exports){
56138
+ },{"../../logger/log-factory":437,"./json-client":445}],447:[function(require,module,exports){
56051
56139
  (function (factory) {
56052
56140
  if (typeof module === "object" && typeof module.exports === "object") {
56053
56141
  var v = factory(require, exports);
@@ -56087,7 +56175,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56087
56175
  exports.LightBackendProxy = LightBackendProxy;
56088
56176
  });
56089
56177
 
56090
- },{}],447:[function(require,module,exports){
56178
+ },{}],448:[function(require,module,exports){
56091
56179
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
56092
56180
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
56093
56181
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -56141,7 +56229,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56141
56229
  exports.SlMappingLoader = SlMappingLoader;
56142
56230
  });
56143
56231
 
56144
- },{"../../common/agent-events/cockpit-notifier":461}],448:[function(require,module,exports){
56232
+ },{"../../common/agent-events/cockpit-notifier":462}],449:[function(require,module,exports){
56145
56233
  (function (factory) {
56146
56234
  if (typeof module === "object" && typeof module.exports === "object") {
56147
56235
  var v = factory(require, exports);
@@ -56264,7 +56352,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56264
56352
  StateTracker.ANONYMOUS_FOOTPRINTS_COLOR = '00000000-0000-0000-0000-000000000000/__init';
56265
56353
  });
56266
56354
 
56267
- },{"./contracts":417,"./delegate":418}],449:[function(require,module,exports){
56355
+ },{"./contracts":417,"./delegate":418}],450:[function(require,module,exports){
56268
56356
  (function (factory) {
56269
56357
  if (typeof module === "object" && typeof module.exports === "object") {
56270
56358
  var v = factory(require, exports);
@@ -56298,7 +56386,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56298
56386
  exports.TestStateHelper = TestStateHelper;
56299
56387
  });
56300
56388
 
56301
- },{}],450:[function(require,module,exports){
56389
+ },{}],451:[function(require,module,exports){
56302
56390
  (function (factory) {
56303
56391
  if (typeof module === "object" && typeof module.exports === "object") {
56304
56392
  var v = factory(require, exports);
@@ -56346,7 +56434,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56346
56434
  exports.Utils = Utils;
56347
56435
  });
56348
56436
 
56349
- },{"path":327}],451:[function(require,module,exports){
56437
+ },{"path":327}],452:[function(require,module,exports){
56350
56438
  (function (factory) {
56351
56439
  if (typeof module === "object" && typeof module.exports === "object") {
56352
56440
  var v = factory(require, exports);
@@ -56431,7 +56519,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56431
56519
  exports.Watchdog = Watchdog;
56432
56520
  });
56433
56521
 
56434
- },{"./delegate":418}],452:[function(require,module,exports){
56522
+ },{"./delegate":418}],453:[function(require,module,exports){
56435
56523
  (function (factory) {
56436
56524
  if (typeof module === "object" && typeof module.exports === "object") {
56437
56525
  var v = factory(require, exports);
@@ -56466,7 +56554,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56466
56554
  exports.WindowTimersWrapper = WindowTimersWrapper;
56467
56555
  });
56468
56556
 
56469
- },{}],453:[function(require,module,exports){
56557
+ },{}],454:[function(require,module,exports){
56470
56558
  (function (factory) {
56471
56559
  if (typeof module === "object" && typeof module.exports === "object") {
56472
56560
  var v = factory(require, exports);
@@ -56509,7 +56597,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56509
56597
  })(COMMAND_ARGS = exports.COMMAND_ARGS || (exports.COMMAND_ARGS = {}));
56510
56598
  });
56511
56599
 
56512
- },{}],454:[function(require,module,exports){
56600
+ },{}],455:[function(require,module,exports){
56513
56601
  (function (factory) {
56514
56602
  if (typeof module === "object" && typeof module.exports === "object") {
56515
56603
  var v = factory(require, exports);
@@ -56543,6 +56631,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56543
56631
  AgentEventCode[AgentEventCode["AGENT_MUTED"] = 1008] = "AGENT_MUTED";
56544
56632
  AgentEventCode[AgentEventCode["AGENT_UNMUTED"] = 1009] = "AGENT_UNMUTED";
56545
56633
  AgentEventCode[AgentEventCode["FIRST_TIME_COLLECTED_FP"] = 1010] = "FIRST_TIME_COLLECTED_FP";
56634
+ AgentEventCode[AgentEventCode["CONTEXT_PROPAGATION_TELEMETRY"] = 1019] = "CONTEXT_PROPAGATION_TELEMETRY";
56546
56635
  AgentEventCode[AgentEventCode["GENERIC_MESSAGE"] = 2000] = "GENERIC_MESSAGE";
56547
56636
  AgentEventCode[AgentEventCode["GENERIC_MESSAGE_SUPERUSER"] = 2999] = "GENERIC_MESSAGE_SUPERUSER";
56548
56637
  AgentEventCode[AgentEventCode["WARN"] = 3000] = "WARN";
@@ -56574,7 +56663,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56574
56663
  })(Technology = exports.Technology || (exports.Technology = {}));
56575
56664
  });
56576
56665
 
56577
- },{}],455:[function(require,module,exports){
56666
+ },{}],456:[function(require,module,exports){
56578
56667
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
56579
56668
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
56580
56669
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -56807,7 +56896,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56807
56896
  })(StartRequestStatus || (StartRequestStatus = {}));
56808
56897
  });
56809
56898
 
56810
- },{"../http/backend-proxy":495,"../system-date":505,"../utils/validation-utils":509,"../watchdog":510,"./agent-events-conracts":454,"./agent-instance-info-builder":457,"./agent-start-info-builder":458,"./browser-info-builder":459,"./ci-info-builder":460,"./machine-info-builder":463,"./nodejs-env-info-builder":465}],456:[function(require,module,exports){
56899
+ },{"../http/backend-proxy":496,"../system-date":506,"../utils/validation-utils":510,"../watchdog":511,"./agent-events-conracts":455,"./agent-instance-info-builder":458,"./agent-start-info-builder":459,"./browser-info-builder":460,"./ci-info-builder":461,"./machine-info-builder":464,"./nodejs-env-info-builder":466}],457:[function(require,module,exports){
56811
56900
  (function (factory) {
56812
56901
  if (typeof module === "object" && typeof module.exports === "object") {
56813
56902
  var v = factory(require, exports);
@@ -56840,7 +56929,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
56840
56929
  AgentEventsGuard.EVENT_CODE_TO_LAST_CALL = new Map();
56841
56930
  });
56842
56931
 
56843
- },{"../system-date":505,"./cockpit-notifier":461}],457:[function(require,module,exports){
56932
+ },{"../system-date":506,"./cockpit-notifier":462}],458:[function(require,module,exports){
56844
56933
  (function (process){(function (){
56845
56934
  (function (factory) {
56846
56935
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -57053,7 +57142,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57053
57142
  });
57054
57143
 
57055
57144
  }).call(this)}).call(this,require('_process'))
57056
- },{"./sensitive-data-filter":466,"_process":335}],458:[function(require,module,exports){
57145
+ },{"./sensitive-data-filter":467,"_process":335}],459:[function(require,module,exports){
57057
57146
  (function (factory) {
57058
57147
  if (typeof module === "object" && typeof module.exports === "object") {
57059
57148
  var v = factory(require, exports);
@@ -57091,7 +57180,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57091
57180
  exports.AgentStartInfoBuilder = AgentStartInfoBuilder;
57092
57181
  });
57093
57182
 
57094
- },{}],459:[function(require,module,exports){
57183
+ },{}],460:[function(require,module,exports){
57095
57184
  (function (factory) {
57096
57185
  if (typeof module === "object" && typeof module.exports === "object") {
57097
57186
  var v = factory(require, exports);
@@ -57124,7 +57213,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57124
57213
  exports.BrowserInfoBuilder = BrowserInfoBuilder;
57125
57214
  });
57126
57215
 
57127
- },{"../system-date":505}],460:[function(require,module,exports){
57216
+ },{"../system-date":506}],461:[function(require,module,exports){
57128
57217
  (function (process){(function (){
57129
57218
  (function (factory) {
57130
57219
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -57166,7 +57255,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57166
57255
  });
57167
57256
 
57168
57257
  }).call(this)}).call(this,require('_process'))
57169
- },{"_process":335}],461:[function(require,module,exports){
57258
+ },{"_process":335}],462:[function(require,module,exports){
57170
57259
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
57171
57260
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
57172
57261
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -57252,7 +57341,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57252
57341
  CockpitNotifier.controllerNullLogged = false;
57253
57342
  });
57254
57343
 
57255
- },{"./agent-events-controller":455,"./dry-run-agent-events-controller":462,"./no-op-agent-events-controller":464}],462:[function(require,module,exports){
57344
+ },{"./agent-events-controller":456,"./dry-run-agent-events-controller":463,"./no-op-agent-events-controller":465}],463:[function(require,module,exports){
57256
57345
  (function (factory) {
57257
57346
  if (typeof module === "object" && typeof module.exports === "object") {
57258
57347
  var v = factory(require, exports);
@@ -57280,7 +57369,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57280
57369
  exports.DryRunAgentEventsController = DryRunAgentEventsController;
57281
57370
  });
57282
57371
 
57283
- },{"../agent-instance-data":467,"../config-process/config":470,"./agent-events-conracts":454,"./agent-events-controller":455}],463:[function(require,module,exports){
57372
+ },{"../agent-instance-data":468,"../config-process/config":471,"./agent-events-conracts":455,"./agent-events-controller":456}],464:[function(require,module,exports){
57284
57373
  (function (process){(function (){
57285
57374
  (function (factory) {
57286
57375
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -57332,7 +57421,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57332
57421
  });
57333
57422
 
57334
57423
  }).call(this)}).call(this,require('_process'))
57335
- },{"../footprints-process-v6/buffer-size-helper":485,"../system-date":505,"_process":335,"os":310}],464:[function(require,module,exports){
57424
+ },{"../footprints-process-v6/buffer-size-helper":486,"../system-date":506,"_process":335,"os":310}],465:[function(require,module,exports){
57336
57425
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
57337
57426
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
57338
57427
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -57390,7 +57479,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57390
57479
  exports.NoOpAgentEventsController = NoOpAgentEventsController;
57391
57480
  });
57392
57481
 
57393
- },{"./agent-events-controller":455}],465:[function(require,module,exports){
57482
+ },{"./agent-events-controller":456}],466:[function(require,module,exports){
57394
57483
  (function (process){(function (){
57395
57484
  (function (factory) {
57396
57485
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -57425,7 +57514,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57425
57514
  });
57426
57515
 
57427
57516
  }).call(this)}).call(this,require('_process'))
57428
- },{"_process":335}],466:[function(require,module,exports){
57517
+ },{"_process":335}],467:[function(require,module,exports){
57429
57518
  (function (factory) {
57430
57519
  if (typeof module === "object" && typeof module.exports === "object") {
57431
57520
  var v = factory(require, exports);
@@ -57490,7 +57579,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57490
57579
  exports.isSensitive = isSensitive;
57491
57580
  });
57492
57581
 
57493
- },{}],467:[function(require,module,exports){
57582
+ },{}],468:[function(require,module,exports){
57494
57583
  (function (__dirname){(function (){
57495
57584
  (function (factory) {
57496
57585
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -57549,7 +57638,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57549
57638
  });
57550
57639
 
57551
57640
  }).call(this)}).call(this,"/tsOutputs/common")
57552
- },{"./agent-events/agent-events-conracts":454,"./agent-events/agent-instance-info-builder":457,"./utils/files-utils":507,"fs":225,"uuid":679}],468:[function(require,module,exports){
57641
+ },{"./agent-events/agent-events-conracts":455,"./agent-events/agent-instance-info-builder":458,"./utils/files-utils":508,"fs":225,"uuid":680}],469:[function(require,module,exports){
57553
57642
  (function (process){(function (){
57554
57643
  (function (factory) {
57555
57644
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -57642,7 +57731,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57642
57731
  });
57643
57732
 
57644
57733
  }).call(this)}).call(this,require('_process'))
57645
- },{"../../cli-parse/contracts":453,"../constants/sl-env-vars":474,"./config":470,"./config-system":469,"_process":335,"fs":225,"jwt-decode":613}],469:[function(require,module,exports){
57734
+ },{"../../cli-parse/contracts":454,"../constants/sl-env-vars":475,"./config":471,"./config-system":470,"_process":335,"fs":225,"jwt-decode":614}],470:[function(require,module,exports){
57646
57735
  (function (process){(function (){
57647
57736
  (function (factory) {
57648
57737
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -57922,7 +58011,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57922
58011
  });
57923
58012
 
57924
58013
  }).call(this)}).call(this,require('_process'))
57925
- },{"_process":335,"fs":225}],470:[function(require,module,exports){
58014
+ },{"_process":335,"fs":225}],471:[function(require,module,exports){
57926
58015
  (function (factory) {
57927
58016
  if (typeof module === "object" && typeof module.exports === "object") {
57928
58017
  var v = factory(require, exports);
@@ -57958,6 +58047,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57958
58047
  this.environmentName = new config_system_1.StringConfigKey(false);
57959
58048
  this.useBranchCoverage = new config_system_1.BooleanConfigKey(false, false);
57960
58049
  this.labId = new config_system_1.StringConfigKey(false);
58050
+ this.testGroupId = new config_system_1.StringConfigKey(false);
57961
58051
  this.testStage = new config_system_1.StringConfigKey(false);
57962
58052
  this.httpServerColoring = new config_system_1.BooleanConfigKey(false, false);
57963
58053
  this.httpClientColoring = new config_system_1.BooleanConfigKey(false, false);
@@ -57979,6 +58069,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57979
58069
  this.footprintsCollectIntervalSecs = new config_system_1.NumberConfigKey(false, 10);
57980
58070
  this.shouldCheckForActiveExecutionOnStartUp = new config_system_1.BooleanConfigKey(false, true);
57981
58071
  this.useTsNode = new config_system_1.BooleanConfigKey(false, false);
58072
+ this.testRecommendationSleepSeconds = new config_system_1.NumberConfigKey(false, 1);
57982
58073
  }
57983
58074
  }
57984
58075
  exports.AgentConfig = AgentConfig;
@@ -57991,7 +58082,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57991
58082
  exports.AgentConfigWithRuntimeArgs = AgentConfigWithRuntimeArgs;
57992
58083
  });
57993
58084
 
57994
- },{"./config-system":469}],471:[function(require,module,exports){
58085
+ },{"./config-system":470}],472:[function(require,module,exports){
57995
58086
  (function (factory) {
57996
58087
  if (typeof module === "object" && typeof module.exports === "object") {
57997
58088
  var v = factory(require, exports);
@@ -58108,7 +58199,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
58108
58199
  exports.ConfigProcess = ConfigProcess;
58109
58200
  });
58110
58201
 
58111
- },{"./config-system":469,"events":266,"jwt-decode":613,"object-assign":309}],472:[function(require,module,exports){
58202
+ },{"./config-system":470,"events":266,"jwt-decode":614,"object-assign":309}],473:[function(require,module,exports){
58112
58203
  (function (factory) {
58113
58204
  if (typeof module === "object" && typeof module.exports === "object") {
58114
58205
  var v = factory(require, exports);
@@ -58136,7 +58227,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
58136
58227
  exports.NoopConfigProcess = NoopConfigProcess;
58137
58228
  });
58138
58229
 
58139
- },{"./index":471}],473:[function(require,module,exports){
58230
+ },{"./index":472}],474:[function(require,module,exports){
58140
58231
  (function (factory) {
58141
58232
  if (typeof module === "object" && typeof module.exports === "object") {
58142
58233
  var v = factory(require, exports);
@@ -58171,7 +58262,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
58171
58262
  _a);
58172
58263
  });
58173
58264
 
58174
- },{}],474:[function(require,module,exports){
58265
+ },{}],475:[function(require,module,exports){
58175
58266
  (function (process){(function (){
58176
58267
  (function (factory) {
58177
58268
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -58314,7 +58405,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
58314
58405
  });
58315
58406
 
58316
58407
  }).call(this)}).call(this,require('_process'))
58317
- },{"../footprints-process-v6/buffer-size-helper":485,"../utils/env-var-parsing":506,"_process":335}],475:[function(require,module,exports){
58408
+ },{"../footprints-process-v6/buffer-size-helper":486,"../utils/env-var-parsing":507,"_process":335}],476:[function(require,module,exports){
58318
58409
  (function (factory) {
58319
58410
  if (typeof module === "object" && typeof module.exports === "object") {
58320
58411
  var v = factory(require, exports);
@@ -58334,7 +58425,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
58334
58425
  })(ElementType = exports.ElementType || (exports.ElementType = {}));
58335
58426
  });
58336
58427
 
58337
- },{}],476:[function(require,module,exports){
58428
+ },{}],477:[function(require,module,exports){
58338
58429
  (function (factory) {
58339
58430
  if (typeof module === "object" && typeof module.exports === "object") {
58340
58431
  var v = factory(require, exports);
@@ -58467,7 +58558,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
58467
58558
  exports.FileElement = FileElement;
58468
58559
  });
58469
58560
 
58470
- },{"../utils/validation-utils":509}],477:[function(require,module,exports){
58561
+ },{"../utils/validation-utils":510}],478:[function(require,module,exports){
58471
58562
  (function (factory) {
58472
58563
  if (typeof module === "object" && typeof module.exports === "object") {
58473
58564
  var v = factory(require, exports);
@@ -58537,7 +58628,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
58537
58628
  exports.IstanbulUniqueIdConverter = IstanbulUniqueIdConverter;
58538
58629
  });
58539
58630
 
58540
- },{"./contracts":475,"./unique-id-converter":480}],478:[function(require,module,exports){
58631
+ },{"./contracts":476,"./unique-id-converter":481}],479:[function(require,module,exports){
58541
58632
  (function (factory) {
58542
58633
  if (typeof module === "object" && typeof module.exports === "object") {
58543
58634
  var v = factory(require, exports);
@@ -58594,7 +58685,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
58594
58685
  }
58595
58686
  });
58596
58687
 
58597
- },{"../system-date":505,"../utils/files-utils":507,"./istanbul-unique-id-converter":477,"path":327}],479:[function(require,module,exports){
58688
+ },{"../system-date":506,"../utils/files-utils":508,"./istanbul-unique-id-converter":478,"path":327}],480:[function(require,module,exports){
58598
58689
  (function (factory) {
58599
58690
  if (typeof module === "object" && typeof module.exports === "object") {
58600
58691
  var v = factory(require, exports);
@@ -58778,7 +58869,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
58778
58869
  exports.OriginalModuleLoader = OriginalModuleLoader;
58779
58870
  });
58780
58871
 
58781
- },{"../source-maps-utils":502,"../utils/files-utils":507,"../utils/validation-utils":509}],480:[function(require,module,exports){
58872
+ },{"../source-maps-utils":503,"../utils/files-utils":508,"../utils/validation-utils":510}],481:[function(require,module,exports){
58782
58873
  (function (factory) {
58783
58874
  if (typeof module === "object" && typeof module.exports === "object") {
58784
58875
  var v = factory(require, exports);
@@ -58990,7 +59081,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
58990
59081
  exports.UniqueIdConverter = UniqueIdConverter;
58991
59082
  });
58992
59083
 
58993
- },{"./contracts":475,"./file-element":476}],481:[function(require,module,exports){
59084
+ },{"./contracts":476,"./file-element":477}],482:[function(require,module,exports){
58994
59085
  (function (factory) {
58995
59086
  if (typeof module === "object" && typeof module.exports === "object") {
58996
59087
  var v = factory(require, exports);
@@ -59022,7 +59113,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
59022
59113
  })(TestSelectionStatus = exports.TestSelectionStatus || (exports.TestSelectionStatus = {}));
59023
59114
  });
59024
59115
 
59025
- },{}],482:[function(require,module,exports){
59116
+ },{}],483:[function(require,module,exports){
59026
59117
  (function (factory) {
59027
59118
  if (typeof module === "object" && typeof module.exports === "object") {
59028
59119
  var v = factory(require, exports);
@@ -59062,7 +59153,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
59062
59153
  exports.EventsCreator = EventsCreator;
59063
59154
  });
59064
59155
 
59065
- },{"../system-date":505,"./events-contracts":481}],483:[function(require,module,exports){
59156
+ },{"../system-date":506,"./events-contracts":482}],484:[function(require,module,exports){
59066
59157
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
59067
59158
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
59068
59159
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -59250,7 +59341,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
59250
59341
  EventsProcess.ITEMS_TO_DEQUE = 1000;
59251
59342
  });
59252
59343
 
59253
- },{"../system-date":505,"../utils/validation-utils":509}],484:[function(require,module,exports){
59344
+ },{"../system-date":506,"../utils/validation-utils":510}],485:[function(require,module,exports){
59254
59345
  (function (factory) {
59255
59346
  if (typeof module === "object" && typeof module.exports === "object") {
59256
59347
  var v = factory(require, exports);
@@ -59306,7 +59397,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
59306
59397
  exports.BaseBrowserHitsConverter = BaseBrowserHitsConverter;
59307
59398
  });
59308
59399
 
59309
- },{"../../common/footprints-process-v6/hits-converter":490,"../utils/files-utils":507,"./location-formatter":492}],485:[function(require,module,exports){
59400
+ },{"../../common/footprints-process-v6/hits-converter":491,"../utils/files-utils":508,"./location-formatter":493}],486:[function(require,module,exports){
59310
59401
  (function (factory) {
59311
59402
  if (typeof module === "object" && typeof module.exports === "object") {
59312
59403
  var v = factory(require, exports);
@@ -59352,7 +59443,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
59352
59443
  BufferSizeHelper.BYTES_IN_GB = 1024 * 1024 * 1024;
59353
59444
  });
59354
59445
 
59355
- },{}],486:[function(require,module,exports){
59446
+ },{}],487:[function(require,module,exports){
59356
59447
  (function (factory) {
59357
59448
  if (typeof module === "object" && typeof module.exports === "object") {
59358
59449
  var v = factory(require, exports);
@@ -59385,7 +59476,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
59385
59476
  exports.CollectorFootprintsBuffer = CollectorFootprintsBuffer;
59386
59477
  });
59387
59478
 
59388
- },{"../agent-events/agent-events-conracts":454,"./footprints-buffer":488}],487:[function(require,module,exports){
59479
+ },{"../agent-events/agent-events-conracts":455,"./footprints-buffer":489}],488:[function(require,module,exports){
59389
59480
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
59390
59481
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
59391
59482
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -59455,7 +59546,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
59455
59546
  exports.CollectorFootprintsProcess = CollectorFootprintsProcess;
59456
59547
  });
59457
59548
 
59458
- },{".":491,"../no-op-state-tracker":501}],488:[function(require,module,exports){
59549
+ },{".":492,"../no-op-state-tracker":502}],489:[function(require,module,exports){
59459
59550
  (function (factory) {
59460
59551
  if (typeof module === "object" && typeof module.exports === "object") {
59461
59552
  var v = factory(require, exports);
@@ -59576,7 +59667,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
59576
59667
  FootprintsBuffer.BUFFER_FULL = 'bufferFull';
59577
59668
  });
59578
59669
 
59579
- },{"../agent-events/agent-events-conracts":454,"../agent-events/cockpit-notifier":461,"./buffer-size-helper":485,"events":266}],489:[function(require,module,exports){
59670
+ },{"../agent-events/agent-events-conracts":455,"../agent-events/cockpit-notifier":462,"./buffer-size-helper":486,"events":266}],490:[function(require,module,exports){
59580
59671
  (function (global){(function (){
59581
59672
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
59582
59673
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
@@ -59764,7 +59855,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
59764
59855
  });
59765
59856
 
59766
59857
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
59767
- },{"../agent-events/cockpit-notifier":461,"../constants/sl-env-vars":474,"../coverage-elements/original-module-loader":479}],490:[function(require,module,exports){
59858
+ },{"../agent-events/cockpit-notifier":462,"../constants/sl-env-vars":475,"../coverage-elements/original-module-loader":480}],491:[function(require,module,exports){
59768
59859
  (function (factory) {
59769
59860
  if (typeof module === "object" && typeof module.exports === "object") {
59770
59861
  var v = factory(require, exports);
@@ -59914,7 +60005,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
59914
60005
  HitsConverter.BRANCH_ID_DEL = '|';
59915
60006
  });
59916
60007
 
59917
- },{"../agent-events/cockpit-notifier":461,"../constants/sl-env-vars":474,"../coverage-elements/new-id-resolver":478,"../coverage-elements/original-module-loader":479,"./hits-collector":489}],491:[function(require,module,exports){
60008
+ },{"../agent-events/cockpit-notifier":462,"../constants/sl-env-vars":475,"../coverage-elements/new-id-resolver":479,"../coverage-elements/original-module-loader":480,"./hits-collector":490}],492:[function(require,module,exports){
59918
60009
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
59919
60010
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
59920
60011
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -60205,7 +60296,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
60205
60296
  FootprintsProcess.ALARM_FIRED = 'alarm';
60206
60297
  });
60207
60298
 
60208
- },{"../agent-events/agent-events-conracts":454,"../agent-events/agent-events-guard":456,"../agent-events/cockpit-notifier":461,"../constants/sl-env-vars":474,"../footprints-process/collection-interval":494,"../state-tracker":504,"./footprints-buffer":488}],492:[function(require,module,exports){
60299
+ },{"../agent-events/agent-events-conracts":455,"../agent-events/agent-events-guard":457,"../agent-events/cockpit-notifier":462,"../constants/sl-env-vars":475,"../footprints-process/collection-interval":495,"../state-tracker":505,"./footprints-buffer":489}],493:[function(require,module,exports){
60209
60300
  (function (factory) {
60210
60301
  if (typeof module === "object" && typeof module.exports === "object") {
60211
60302
  var v = factory(require, exports);
@@ -60239,7 +60330,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
60239
60330
  }
60240
60331
  });
60241
60332
 
60242
- },{}],493:[function(require,module,exports){
60333
+ },{}],494:[function(require,module,exports){
60243
60334
  (function (process){(function (){
60244
60335
  (function (factory) {
60245
60336
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -60280,7 +60371,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
60280
60371
  });
60281
60372
 
60282
60373
  }).call(this)}).call(this,require('_process'))
60283
- },{"_process":335}],494:[function(require,module,exports){
60374
+ },{"_process":335}],495:[function(require,module,exports){
60284
60375
  (function (factory) {
60285
60376
  if (typeof module === "object" && typeof module.exports === "object") {
60286
60377
  var v = factory(require, exports);
@@ -60318,7 +60409,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
60318
60409
  exports.CollectionInterval = CollectionInterval;
60319
60410
  });
60320
60411
 
60321
- },{"../system-date":505}],495:[function(require,module,exports){
60412
+ },{"../system-date":506}],496:[function(require,module,exports){
60322
60413
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
60323
60414
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
60324
60415
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -60551,8 +60642,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
60551
60642
  });
60552
60643
  });
60553
60644
  }
60554
- getTestsRecommendation(buildSessionId, stage) {
60555
- const url = sl_routes_1.SLRoutes.testsRecommendations(buildSessionId, stage);
60645
+ getTestsRecommendation(buildSessionId, stage, testGroupId) {
60646
+ const url = sl_routes_1.SLRoutes.testsRecommendations(buildSessionId, stage, testGroupId);
60556
60647
  return this.submitGetRequestWithRetries(url, null, null, [400, 404], false);
60557
60648
  }
60558
60649
  addOrUpdateIntegrationBuildComponents(buildSessionId, components, agentId) {
@@ -60665,7 +60756,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
60665
60756
  BackendProxy.DEFAULT_HTTP_ATTEMPT_INTERVAL = 5 * 1000;
60666
60757
  });
60667
60758
 
60668
- },{"../constants/constants":473,"../constants/sl-env-vars":474,"../utils/timer-utils":508,"../utils/validation-utils":509,"./contracts":496,"./entities-mapper":497,"./http-client":498,"./sl-routes":500}],496:[function(require,module,exports){
60759
+ },{"../constants/constants":474,"../constants/sl-env-vars":475,"../utils/timer-utils":509,"../utils/validation-utils":510,"./contracts":497,"./entities-mapper":498,"./http-client":499,"./sl-routes":501}],497:[function(require,module,exports){
60669
60760
  (function (factory) {
60670
60761
  if (typeof module === "object" && typeof module.exports === "object") {
60671
60762
  var v = factory(require, exports);
@@ -60771,7 +60862,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
60771
60862
  })(SealightsHaderValues = exports.SealightsHaderValues || (exports.SealightsHaderValues = {}));
60772
60863
  });
60773
60864
 
60774
- },{"../system-date":505}],497:[function(require,module,exports){
60865
+ },{"../system-date":506}],498:[function(require,module,exports){
60775
60866
  (function (factory) {
60776
60867
  if (typeof module === "object" && typeof module.exports === "object") {
60777
60868
  var v = factory(require, exports);
@@ -60797,7 +60888,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
60797
60888
  exports.EntitiesMapper = EntitiesMapper;
60798
60889
  });
60799
60890
 
60800
- },{"./contracts":496}],498:[function(require,module,exports){
60891
+ },{"./contracts":497}],499:[function(require,module,exports){
60801
60892
  (function (process,Buffer){(function (){
60802
60893
  (function (factory) {
60803
60894
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -61004,7 +61095,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61004
61095
  });
61005
61096
 
61006
61097
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
61007
- },{"../constants/sl-env-vars":474,"../utils/validation-utils":509,"./contracts":496,"./http-verb":499,"_process":335,"buffer":227,"request":626,"zlib":224}],499:[function(require,module,exports){
61098
+ },{"../constants/sl-env-vars":475,"../utils/validation-utils":510,"./contracts":497,"./http-verb":500,"_process":335,"buffer":227,"request":627,"zlib":224}],500:[function(require,module,exports){
61008
61099
  (function (factory) {
61009
61100
  if (typeof module === "object" && typeof module.exports === "object") {
61010
61101
  var v = factory(require, exports);
@@ -61026,7 +61117,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61026
61117
  })(HttpVerb = exports.HttpVerb || (exports.HttpVerb = {}));
61027
61118
  });
61028
61119
 
61029
- },{}],500:[function(require,module,exports){
61120
+ },{}],501:[function(require,module,exports){
61030
61121
  (function (factory) {
61031
61122
  if (typeof module === "object" && typeof module.exports === "object") {
61032
61123
  var v = factory(require, exports);
@@ -61174,9 +61265,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61174
61265
  static agentEvents() {
61175
61266
  return SLRoutes.agentsV3() + SLRoutes.toUri(SLRoutes.AGENT_EVENTS);
61176
61267
  }
61177
- static testsRecommendations(buildSessionId, stage) {
61178
- return SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.V3) + SLRoutes.toUri(SLRoutes.TEST_EXCLUSIONS) + SLRoutes.toUri(buildSessionId) +
61179
- SLRoutes.toUri(stage);
61268
+ static testsRecommendations(buildSessionId, stage, testGroupId) {
61269
+ if (testGroupId === null || testGroupId === void 0 ? void 0 : testGroupId.length) {
61270
+ return SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.V4) + SLRoutes.toUri(SLRoutes.TEST_EXCLUSIONS) + SLRoutes.toUri(buildSessionId) + SLRoutes.toUri(stage) + SLRoutes.toUri(testGroupId);
61271
+ }
61272
+ return SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.V3) + SLRoutes.toUri(SLRoutes.TEST_EXCLUSIONS) + SLRoutes.toUri(buildSessionId) + SLRoutes.toUri(stage);
61180
61273
  }
61181
61274
  static integrationBuildComponents(buildSessionId) {
61182
61275
  return SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.V1) + SLRoutes.AGENTS + SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.INTEGRATION_BUILDS) +
@@ -61255,7 +61348,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61255
61348
  SLRoutes.ACTIVE = 'active';
61256
61349
  });
61257
61350
 
61258
- },{"../constants/constants":473,"../utils/validation-utils":509}],501:[function(require,module,exports){
61351
+ },{"../constants/constants":474,"../utils/validation-utils":510}],502:[function(require,module,exports){
61259
61352
  (function (factory) {
61260
61353
  if (typeof module === "object" && typeof module.exports === "object") {
61261
61354
  var v = factory(require, exports);
@@ -61287,7 +61380,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61287
61380
  exports.NoopStateTracker = NoopStateTracker;
61288
61381
  });
61289
61382
 
61290
- },{"./state-tracker-fpv6":503}],502:[function(require,module,exports){
61383
+ },{"./state-tracker-fpv6":504}],503:[function(require,module,exports){
61291
61384
  (function (factory) {
61292
61385
  if (typeof module === "object" && typeof module.exports === "object") {
61293
61386
  var v = factory(require, exports);
@@ -61334,7 +61427,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61334
61427
  exports.SourceMapsUtils = SourceMapsUtils;
61335
61428
  });
61336
61429
 
61337
- },{"fs":225,"source-map":385}],503:[function(require,module,exports){
61430
+ },{"fs":225,"source-map":385}],504:[function(require,module,exports){
61338
61431
  (function (factory) {
61339
61432
  if (typeof module === "object" && typeof module.exports === "object") {
61340
61433
  var v = factory(require, exports);
@@ -61367,7 +61460,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61367
61460
  exports.StateTrackerFpv6 = StateTrackerFpv6;
61368
61461
  });
61369
61462
 
61370
- },{"./state-tracker":504}],504:[function(require,module,exports){
61463
+ },{"./state-tracker":505}],505:[function(require,module,exports){
61371
61464
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
61372
61465
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
61373
61466
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -61568,6 +61661,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61568
61661
  testStage: this.cfg.testStage.value,
61569
61662
  executionId: executionId,
61570
61663
  };
61664
+ if (this.cfg.testGroupId.value) {
61665
+ request.testGroupId = this.cfg.testGroupId.value;
61666
+ }
61571
61667
  yield this.backendProxy.startColoredExecution(request);
61572
61668
  this.currentExecution = Object.assign(Object.assign({}, request), { buildSessionId: this.cfg.buildSessionId.value, status: StateTracker.EXECUTION_STATUS_CREATED });
61573
61669
  }
@@ -61623,7 +61719,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61623
61719
  StateTracker.EXECUTION_STATUS_PENDING_DELETE = 'pendingDelete';
61624
61720
  });
61625
61721
 
61626
- },{"./agent-events/agent-events-conracts":454,"./agent-events/cockpit-notifier":461,"./constants/sl-env-vars":474,"./utils/validation-utils":509,"events":266}],505:[function(require,module,exports){
61722
+ },{"./agent-events/agent-events-conracts":455,"./agent-events/cockpit-notifier":462,"./constants/sl-env-vars":475,"./utils/validation-utils":510,"events":266}],506:[function(require,module,exports){
61627
61723
  (function (factory) {
61628
61724
  if (typeof module === "object" && typeof module.exports === "object") {
61629
61725
  var v = factory(require, exports);
@@ -61649,7 +61745,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61649
61745
  exports.getSystemDateValueOf = getSystemDateValueOf;
61650
61746
  });
61651
61747
 
61652
- },{}],506:[function(require,module,exports){
61748
+ },{}],507:[function(require,module,exports){
61653
61749
  (function (process){(function (){
61654
61750
  (function (factory) {
61655
61751
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -61689,7 +61785,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61689
61785
  });
61690
61786
 
61691
61787
  }).call(this)}).call(this,require('_process'))
61692
- },{"_process":335}],507:[function(require,module,exports){
61788
+ },{"_process":335}],508:[function(require,module,exports){
61693
61789
  (function (factory) {
61694
61790
  if (typeof module === "object" && typeof module.exports === "object") {
61695
61791
  var v = factory(require, exports);
@@ -61743,7 +61839,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61743
61839
  exports.FilesUtils = FilesUtils;
61744
61840
  });
61745
61841
 
61746
- },{"fs":225,"path":327}],508:[function(require,module,exports){
61842
+ },{"fs":225,"path":327}],509:[function(require,module,exports){
61747
61843
  (function (factory) {
61748
61844
  if (typeof module === "object" && typeof module.exports === "object") {
61749
61845
  var v = factory(require, exports);
@@ -61764,7 +61860,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61764
61860
  exports.TimerUtils = TimerUtils;
61765
61861
  });
61766
61862
 
61767
- },{}],509:[function(require,module,exports){
61863
+ },{}],510:[function(require,module,exports){
61768
61864
  (function (factory) {
61769
61865
  if (typeof module === "object" && typeof module.exports === "object") {
61770
61866
  var v = factory(require, exports);
@@ -61791,7 +61887,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61791
61887
  exports.ValidationUtils = ValidationUtils;
61792
61888
  });
61793
61889
 
61794
- },{"../constants/constants":473}],510:[function(require,module,exports){
61890
+ },{"../constants/constants":474}],511:[function(require,module,exports){
61795
61891
  (function (factory) {
61796
61892
  if (typeof module === "object" && typeof module.exports === "object") {
61797
61893
  var v = factory(require, exports);
@@ -61898,7 +61994,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61898
61994
  exports.Watchdog = Watchdog;
61899
61995
  });
61900
61996
 
61901
- },{"events":266}],511:[function(require,module,exports){
61997
+ },{"events":266}],512:[function(require,module,exports){
61902
61998
  'use strict';
61903
61999
 
61904
62000
  var compileSchema = require('./compile')
@@ -62406,7 +62502,7 @@ function setLogger(self) {
62406
62502
 
62407
62503
  function noop() {}
62408
62504
 
62409
- },{"./cache":512,"./compile":516,"./compile/async":513,"./compile/error_classes":514,"./compile/formats":515,"./compile/resolve":517,"./compile/rules":518,"./compile/schema_obj":519,"./compile/util":521,"./data":522,"./keyword":550,"./refs/data.json":551,"./refs/json-schema-draft-07.json":553,"fast-json-stable-stringify":575}],512:[function(require,module,exports){
62505
+ },{"./cache":513,"./compile":517,"./compile/async":514,"./compile/error_classes":515,"./compile/formats":516,"./compile/resolve":518,"./compile/rules":519,"./compile/schema_obj":520,"./compile/util":522,"./data":523,"./keyword":551,"./refs/data.json":552,"./refs/json-schema-draft-07.json":554,"fast-json-stable-stringify":576}],513:[function(require,module,exports){
62410
62506
  'use strict';
62411
62507
 
62412
62508
 
@@ -62434,7 +62530,7 @@ Cache.prototype.clear = function Cache_clear() {
62434
62530
  this._cache = {};
62435
62531
  };
62436
62532
 
62437
- },{}],513:[function(require,module,exports){
62533
+ },{}],514:[function(require,module,exports){
62438
62534
  'use strict';
62439
62535
 
62440
62536
  var MissingRefError = require('./error_classes').MissingRef;
@@ -62526,7 +62622,7 @@ function compileAsync(schema, meta, callback) {
62526
62622
  }
62527
62623
  }
62528
62624
 
62529
- },{"./error_classes":514}],514:[function(require,module,exports){
62625
+ },{"./error_classes":515}],515:[function(require,module,exports){
62530
62626
  'use strict';
62531
62627
 
62532
62628
  var resolve = require('./resolve');
@@ -62562,7 +62658,7 @@ function errorSubclass(Subclass) {
62562
62658
  return Subclass;
62563
62659
  }
62564
62660
 
62565
- },{"./resolve":517}],515:[function(require,module,exports){
62661
+ },{"./resolve":518}],516:[function(require,module,exports){
62566
62662
  'use strict';
62567
62663
 
62568
62664
  var util = require('./util');
@@ -62706,7 +62802,7 @@ function regex(str) {
62706
62802
  }
62707
62803
  }
62708
62804
 
62709
- },{"./util":521}],516:[function(require,module,exports){
62805
+ },{"./util":522}],517:[function(require,module,exports){
62710
62806
  'use strict';
62711
62807
 
62712
62808
  var resolve = require('./resolve')
@@ -63095,7 +63191,7 @@ function vars(arr, statement) {
63095
63191
  return code;
63096
63192
  }
63097
63193
 
63098
- },{"../dotjs/validate":549,"./error_classes":514,"./resolve":517,"./util":521,"fast-deep-equal":574,"fast-json-stable-stringify":575}],517:[function(require,module,exports){
63194
+ },{"../dotjs/validate":550,"./error_classes":515,"./resolve":518,"./util":522,"fast-deep-equal":575,"fast-json-stable-stringify":576}],518:[function(require,module,exports){
63099
63195
  'use strict';
63100
63196
 
63101
63197
  var URI = require('uri-js')
@@ -63367,7 +63463,7 @@ function resolveIds(schema) {
63367
63463
  return localRefs;
63368
63464
  }
63369
63465
 
63370
- },{"./schema_obj":519,"./util":521,"fast-deep-equal":574,"json-schema-traverse":607,"uri-js":678}],518:[function(require,module,exports){
63466
+ },{"./schema_obj":520,"./util":522,"fast-deep-equal":575,"json-schema-traverse":608,"uri-js":679}],519:[function(require,module,exports){
63371
63467
  'use strict';
63372
63468
 
63373
63469
  var ruleModules = require('../dotjs')
@@ -63435,7 +63531,7 @@ module.exports = function rules() {
63435
63531
  return RULES;
63436
63532
  };
63437
63533
 
63438
- },{"../dotjs":538,"./util":521}],519:[function(require,module,exports){
63534
+ },{"../dotjs":539,"./util":522}],520:[function(require,module,exports){
63439
63535
  'use strict';
63440
63536
 
63441
63537
  var util = require('./util');
@@ -63446,7 +63542,7 @@ function SchemaObject(obj) {
63446
63542
  util.copy(obj, this);
63447
63543
  }
63448
63544
 
63449
- },{"./util":521}],520:[function(require,module,exports){
63545
+ },{"./util":522}],521:[function(require,module,exports){
63450
63546
  'use strict';
63451
63547
 
63452
63548
  // https://mathiasbynens.be/notes/javascript-encoding
@@ -63468,7 +63564,7 @@ module.exports = function ucs2length(str) {
63468
63564
  return length;
63469
63565
  };
63470
63566
 
63471
- },{}],521:[function(require,module,exports){
63567
+ },{}],522:[function(require,module,exports){
63472
63568
  'use strict';
63473
63569
 
63474
63570
 
@@ -63709,7 +63805,7 @@ function unescapeJsonPointer(str) {
63709
63805
  return str.replace(/~1/g, '/').replace(/~0/g, '~');
63710
63806
  }
63711
63807
 
63712
- },{"./ucs2length":520,"fast-deep-equal":574}],522:[function(require,module,exports){
63808
+ },{"./ucs2length":521,"fast-deep-equal":575}],523:[function(require,module,exports){
63713
63809
  'use strict';
63714
63810
 
63715
63811
  var KEYWORDS = [
@@ -63760,7 +63856,7 @@ module.exports = function (metaSchema, keywordsJsonPointers) {
63760
63856
  return metaSchema;
63761
63857
  };
63762
63858
 
63763
- },{}],523:[function(require,module,exports){
63859
+ },{}],524:[function(require,module,exports){
63764
63860
  'use strict';
63765
63861
 
63766
63862
  var metaSchema = require('./refs/json-schema-draft-07.json');
@@ -63799,7 +63895,7 @@ module.exports = {
63799
63895
  }
63800
63896
  };
63801
63897
 
63802
- },{"./refs/json-schema-draft-07.json":553}],524:[function(require,module,exports){
63898
+ },{"./refs/json-schema-draft-07.json":554}],525:[function(require,module,exports){
63803
63899
  'use strict';
63804
63900
  module.exports = function generate__limit(it, $keyword, $ruleType) {
63805
63901
  var out = ' ';
@@ -63964,7 +64060,7 @@ module.exports = function generate__limit(it, $keyword, $ruleType) {
63964
64060
  return out;
63965
64061
  }
63966
64062
 
63967
- },{}],525:[function(require,module,exports){
64063
+ },{}],526:[function(require,module,exports){
63968
64064
  'use strict';
63969
64065
  module.exports = function generate__limitItems(it, $keyword, $ruleType) {
63970
64066
  var out = ' ';
@@ -64046,7 +64142,7 @@ module.exports = function generate__limitItems(it, $keyword, $ruleType) {
64046
64142
  return out;
64047
64143
  }
64048
64144
 
64049
- },{}],526:[function(require,module,exports){
64145
+ },{}],527:[function(require,module,exports){
64050
64146
  'use strict';
64051
64147
  module.exports = function generate__limitLength(it, $keyword, $ruleType) {
64052
64148
  var out = ' ';
@@ -64133,7 +64229,7 @@ module.exports = function generate__limitLength(it, $keyword, $ruleType) {
64133
64229
  return out;
64134
64230
  }
64135
64231
 
64136
- },{}],527:[function(require,module,exports){
64232
+ },{}],528:[function(require,module,exports){
64137
64233
  'use strict';
64138
64234
  module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
64139
64235
  var out = ' ';
@@ -64215,7 +64311,7 @@ module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
64215
64311
  return out;
64216
64312
  }
64217
64313
 
64218
- },{}],528:[function(require,module,exports){
64314
+ },{}],529:[function(require,module,exports){
64219
64315
  'use strict';
64220
64316
  module.exports = function generate_allOf(it, $keyword, $ruleType) {
64221
64317
  var out = ' ';
@@ -64259,7 +64355,7 @@ module.exports = function generate_allOf(it, $keyword, $ruleType) {
64259
64355
  return out;
64260
64356
  }
64261
64357
 
64262
- },{}],529:[function(require,module,exports){
64358
+ },{}],530:[function(require,module,exports){
64263
64359
  'use strict';
64264
64360
  module.exports = function generate_anyOf(it, $keyword, $ruleType) {
64265
64361
  var out = ' ';
@@ -64334,7 +64430,7 @@ module.exports = function generate_anyOf(it, $keyword, $ruleType) {
64334
64430
  return out;
64335
64431
  }
64336
64432
 
64337
- },{}],530:[function(require,module,exports){
64433
+ },{}],531:[function(require,module,exports){
64338
64434
  'use strict';
64339
64435
  module.exports = function generate_comment(it, $keyword, $ruleType) {
64340
64436
  var out = ' ';
@@ -64350,7 +64446,7 @@ module.exports = function generate_comment(it, $keyword, $ruleType) {
64350
64446
  return out;
64351
64447
  }
64352
64448
 
64353
- },{}],531:[function(require,module,exports){
64449
+ },{}],532:[function(require,module,exports){
64354
64450
  'use strict';
64355
64451
  module.exports = function generate_const(it, $keyword, $ruleType) {
64356
64452
  var out = ' ';
@@ -64408,7 +64504,7 @@ module.exports = function generate_const(it, $keyword, $ruleType) {
64408
64504
  return out;
64409
64505
  }
64410
64506
 
64411
- },{}],532:[function(require,module,exports){
64507
+ },{}],533:[function(require,module,exports){
64412
64508
  'use strict';
64413
64509
  module.exports = function generate_contains(it, $keyword, $ruleType) {
64414
64510
  var out = ' ';
@@ -64491,7 +64587,7 @@ module.exports = function generate_contains(it, $keyword, $ruleType) {
64491
64587
  return out;
64492
64588
  }
64493
64589
 
64494
- },{}],533:[function(require,module,exports){
64590
+ },{}],534:[function(require,module,exports){
64495
64591
  'use strict';
64496
64592
  module.exports = function generate_custom(it, $keyword, $ruleType) {
64497
64593
  var out = ' ';
@@ -64721,7 +64817,7 @@ module.exports = function generate_custom(it, $keyword, $ruleType) {
64721
64817
  return out;
64722
64818
  }
64723
64819
 
64724
- },{}],534:[function(require,module,exports){
64820
+ },{}],535:[function(require,module,exports){
64725
64821
  'use strict';
64726
64822
  module.exports = function generate_dependencies(it, $keyword, $ruleType) {
64727
64823
  var out = ' ';
@@ -64891,7 +64987,7 @@ module.exports = function generate_dependencies(it, $keyword, $ruleType) {
64891
64987
  return out;
64892
64988
  }
64893
64989
 
64894
- },{}],535:[function(require,module,exports){
64990
+ },{}],536:[function(require,module,exports){
64895
64991
  'use strict';
64896
64992
  module.exports = function generate_enum(it, $keyword, $ruleType) {
64897
64993
  var out = ' ';
@@ -64959,7 +65055,7 @@ module.exports = function generate_enum(it, $keyword, $ruleType) {
64959
65055
  return out;
64960
65056
  }
64961
65057
 
64962
- },{}],536:[function(require,module,exports){
65058
+ },{}],537:[function(require,module,exports){
64963
65059
  'use strict';
64964
65060
  module.exports = function generate_format(it, $keyword, $ruleType) {
64965
65061
  var out = ' ';
@@ -65111,7 +65207,7 @@ module.exports = function generate_format(it, $keyword, $ruleType) {
65111
65207
  return out;
65112
65208
  }
65113
65209
 
65114
- },{}],537:[function(require,module,exports){
65210
+ },{}],538:[function(require,module,exports){
65115
65211
  'use strict';
65116
65212
  module.exports = function generate_if(it, $keyword, $ruleType) {
65117
65213
  var out = ' ';
@@ -65216,7 +65312,7 @@ module.exports = function generate_if(it, $keyword, $ruleType) {
65216
65312
  return out;
65217
65313
  }
65218
65314
 
65219
- },{}],538:[function(require,module,exports){
65315
+ },{}],539:[function(require,module,exports){
65220
65316
  'use strict';
65221
65317
 
65222
65318
  //all requires must be explicit because browserify won't work with dynamic requires
@@ -65251,7 +65347,7 @@ module.exports = {
65251
65347
  validate: require('./validate')
65252
65348
  };
65253
65349
 
65254
- },{"./_limit":524,"./_limitItems":525,"./_limitLength":526,"./_limitProperties":527,"./allOf":528,"./anyOf":529,"./comment":530,"./const":531,"./contains":532,"./dependencies":534,"./enum":535,"./format":536,"./if":537,"./items":539,"./multipleOf":540,"./not":541,"./oneOf":542,"./pattern":543,"./properties":544,"./propertyNames":545,"./ref":546,"./required":547,"./uniqueItems":548,"./validate":549}],539:[function(require,module,exports){
65350
+ },{"./_limit":525,"./_limitItems":526,"./_limitLength":527,"./_limitProperties":528,"./allOf":529,"./anyOf":530,"./comment":531,"./const":532,"./contains":533,"./dependencies":535,"./enum":536,"./format":537,"./if":538,"./items":540,"./multipleOf":541,"./not":542,"./oneOf":543,"./pattern":544,"./properties":545,"./propertyNames":546,"./ref":547,"./required":548,"./uniqueItems":549,"./validate":550}],540:[function(require,module,exports){
65255
65351
  'use strict';
65256
65352
  module.exports = function generate_items(it, $keyword, $ruleType) {
65257
65353
  var out = ' ';
@@ -65393,7 +65489,7 @@ module.exports = function generate_items(it, $keyword, $ruleType) {
65393
65489
  return out;
65394
65490
  }
65395
65491
 
65396
- },{}],540:[function(require,module,exports){
65492
+ },{}],541:[function(require,module,exports){
65397
65493
  'use strict';
65398
65494
  module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
65399
65495
  var out = ' ';
@@ -65475,7 +65571,7 @@ module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
65475
65571
  return out;
65476
65572
  }
65477
65573
 
65478
- },{}],541:[function(require,module,exports){
65574
+ },{}],542:[function(require,module,exports){
65479
65575
  'use strict';
65480
65576
  module.exports = function generate_not(it, $keyword, $ruleType) {
65481
65577
  var out = ' ';
@@ -65561,7 +65657,7 @@ module.exports = function generate_not(it, $keyword, $ruleType) {
65561
65657
  return out;
65562
65658
  }
65563
65659
 
65564
- },{}],542:[function(require,module,exports){
65660
+ },{}],543:[function(require,module,exports){
65565
65661
  'use strict';
65566
65662
  module.exports = function generate_oneOf(it, $keyword, $ruleType) {
65567
65663
  var out = ' ';
@@ -65636,7 +65732,7 @@ module.exports = function generate_oneOf(it, $keyword, $ruleType) {
65636
65732
  return out;
65637
65733
  }
65638
65734
 
65639
- },{}],543:[function(require,module,exports){
65735
+ },{}],544:[function(require,module,exports){
65640
65736
  'use strict';
65641
65737
  module.exports = function generate_pattern(it, $keyword, $ruleType) {
65642
65738
  var out = ' ';
@@ -65713,7 +65809,7 @@ module.exports = function generate_pattern(it, $keyword, $ruleType) {
65713
65809
  return out;
65714
65810
  }
65715
65811
 
65716
- },{}],544:[function(require,module,exports){
65812
+ },{}],545:[function(require,module,exports){
65717
65813
  'use strict';
65718
65814
  module.exports = function generate_properties(it, $keyword, $ruleType) {
65719
65815
  var out = ' ';
@@ -66050,7 +66146,7 @@ module.exports = function generate_properties(it, $keyword, $ruleType) {
66050
66146
  return out;
66051
66147
  }
66052
66148
 
66053
- },{}],545:[function(require,module,exports){
66149
+ },{}],546:[function(require,module,exports){
66054
66150
  'use strict';
66055
66151
  module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
66056
66152
  var out = ' ';
@@ -66133,7 +66229,7 @@ module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
66133
66229
  return out;
66134
66230
  }
66135
66231
 
66136
- },{}],546:[function(require,module,exports){
66232
+ },{}],547:[function(require,module,exports){
66137
66233
  'use strict';
66138
66234
  module.exports = function generate_ref(it, $keyword, $ruleType) {
66139
66235
  var out = ' ';
@@ -66259,7 +66355,7 @@ module.exports = function generate_ref(it, $keyword, $ruleType) {
66259
66355
  return out;
66260
66356
  }
66261
66357
 
66262
- },{}],547:[function(require,module,exports){
66358
+ },{}],548:[function(require,module,exports){
66263
66359
  'use strict';
66264
66360
  module.exports = function generate_required(it, $keyword, $ruleType) {
66265
66361
  var out = ' ';
@@ -66531,7 +66627,7 @@ module.exports = function generate_required(it, $keyword, $ruleType) {
66531
66627
  return out;
66532
66628
  }
66533
66629
 
66534
- },{}],548:[function(require,module,exports){
66630
+ },{}],549:[function(require,module,exports){
66535
66631
  'use strict';
66536
66632
  module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
66537
66633
  var out = ' ';
@@ -66619,7 +66715,7 @@ module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
66619
66715
  return out;
66620
66716
  }
66621
66717
 
66622
- },{}],549:[function(require,module,exports){
66718
+ },{}],550:[function(require,module,exports){
66623
66719
  'use strict';
66624
66720
  module.exports = function generate_validate(it, $keyword, $ruleType) {
66625
66721
  var out = '';
@@ -67103,7 +67199,7 @@ module.exports = function generate_validate(it, $keyword, $ruleType) {
67103
67199
  return out;
67104
67200
  }
67105
67201
 
67106
- },{}],550:[function(require,module,exports){
67202
+ },{}],551:[function(require,module,exports){
67107
67203
  'use strict';
67108
67204
 
67109
67205
  var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i;
@@ -67251,7 +67347,7 @@ function validateKeyword(definition, throwError) {
67251
67347
  return false;
67252
67348
  }
67253
67349
 
67254
- },{"./definition_schema":523,"./dotjs/custom":533}],551:[function(require,module,exports){
67350
+ },{"./definition_schema":524,"./dotjs/custom":534}],552:[function(require,module,exports){
67255
67351
  module.exports={
67256
67352
  "$schema": "http://json-schema.org/draft-07/schema#",
67257
67353
  "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
@@ -67270,7 +67366,7 @@ module.exports={
67270
67366
  "additionalProperties": false
67271
67367
  }
67272
67368
 
67273
- },{}],552:[function(require,module,exports){
67369
+ },{}],553:[function(require,module,exports){
67274
67370
  module.exports={
67275
67371
  "$schema": "http://json-schema.org/draft-06/schema#",
67276
67372
  "$id": "http://json-schema.org/draft-06/schema#",
@@ -67426,7 +67522,7 @@ module.exports={
67426
67522
  "default": {}
67427
67523
  }
67428
67524
 
67429
- },{}],553:[function(require,module,exports){
67525
+ },{}],554:[function(require,module,exports){
67430
67526
  module.exports={
67431
67527
  "$schema": "http://json-schema.org/draft-07/schema#",
67432
67528
  "$id": "http://json-schema.org/draft-07/schema#",
@@ -67596,7 +67692,7 @@ module.exports={
67596
67692
  "default": true
67597
67693
  }
67598
67694
 
67599
- },{}],554:[function(require,module,exports){
67695
+ },{}],555:[function(require,module,exports){
67600
67696
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
67601
67697
 
67602
67698
 
@@ -67611,7 +67707,7 @@ module.exports = {
67611
67707
 
67612
67708
  };
67613
67709
 
67614
- },{}],555:[function(require,module,exports){
67710
+ },{}],556:[function(require,module,exports){
67615
67711
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
67616
67712
 
67617
67713
  var errors = require('./errors');
@@ -67640,7 +67736,7 @@ for (var e in errors) {
67640
67736
  module.exports[e] = errors[e];
67641
67737
  }
67642
67738
 
67643
- },{"./errors":554,"./reader":556,"./types":557,"./writer":558}],556:[function(require,module,exports){
67739
+ },{"./errors":555,"./reader":557,"./types":558,"./writer":559}],557:[function(require,module,exports){
67644
67740
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
67645
67741
 
67646
67742
  var assert = require('assert');
@@ -67904,7 +68000,7 @@ Reader.prototype._readTag = function (tag) {
67904
68000
 
67905
68001
  module.exports = Reader;
67906
68002
 
67907
- },{"./errors":554,"./types":557,"assert":172,"safer-buffer":643}],557:[function(require,module,exports){
68003
+ },{"./errors":555,"./types":558,"assert":172,"safer-buffer":644}],558:[function(require,module,exports){
67908
68004
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
67909
68005
 
67910
68006
 
@@ -67942,7 +68038,7 @@ module.exports = {
67942
68038
  Context: 128
67943
68039
  };
67944
68040
 
67945
- },{}],558:[function(require,module,exports){
68041
+ },{}],559:[function(require,module,exports){
67946
68042
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
67947
68043
 
67948
68044
  var assert = require('assert');
@@ -68261,7 +68357,7 @@ Writer.prototype._ensure = function (len) {
68261
68357
 
68262
68358
  module.exports = Writer;
68263
68359
 
68264
- },{"./errors":554,"./types":557,"assert":172,"safer-buffer":643}],559:[function(require,module,exports){
68360
+ },{"./errors":555,"./types":558,"assert":172,"safer-buffer":644}],560:[function(require,module,exports){
68265
68361
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
68266
68362
 
68267
68363
  // If you have no idea what ASN.1 or BER is, see this:
@@ -68283,7 +68379,7 @@ module.exports = {
68283
68379
 
68284
68380
  };
68285
68381
 
68286
- },{"./ber/index":555}],560:[function(require,module,exports){
68382
+ },{"./ber/index":556}],561:[function(require,module,exports){
68287
68383
  (function (Buffer,process){(function (){
68288
68384
  // Copyright (c) 2012, Mark Cavage. All rights reserved.
68289
68385
  // Copyright 2015 Joyent, Inc.
@@ -68498,7 +68594,7 @@ function _setExports(ndebug) {
68498
68594
  module.exports = _setExports(process.env.NODE_NDEBUG);
68499
68595
 
68500
68596
  }).call(this)}).call(this,{"isBuffer":require("../../browser-agent/node_modules/is-buffer/index.js")},require('_process'))
68501
- },{"../../browser-agent/node_modules/is-buffer/index.js":302,"_process":335,"assert":172,"stream":386,"util":400}],561:[function(require,module,exports){
68597
+ },{"../../browser-agent/node_modules/is-buffer/index.js":302,"_process":335,"assert":172,"stream":386,"util":400}],562:[function(require,module,exports){
68502
68598
 
68503
68599
  /*!
68504
68600
  * Copyright 2010 LearnBoost <dev@learnboost.com>
@@ -68712,7 +68808,7 @@ function canonicalizeResource (resource) {
68712
68808
  }
68713
68809
  module.exports.canonicalizeResource = canonicalizeResource
68714
68810
 
68715
- },{"crypto":237,"url":395}],562:[function(require,module,exports){
68811
+ },{"crypto":237,"url":395}],563:[function(require,module,exports){
68716
68812
  (function (process,Buffer){(function (){
68717
68813
  var aws4 = exports,
68718
68814
  url = require('url'),
@@ -69097,7 +69193,7 @@ aws4.sign = function(request, credentials) {
69097
69193
  }
69098
69194
 
69099
69195
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
69100
- },{"./lru":563,"_process":335,"buffer":227,"crypto":237,"querystring":346,"url":395}],563:[function(require,module,exports){
69196
+ },{"./lru":564,"_process":335,"buffer":227,"crypto":237,"querystring":346,"url":395}],564:[function(require,module,exports){
69101
69197
  module.exports = function(size) {
69102
69198
  return new LruCache(size)
69103
69199
  }
@@ -69195,7 +69291,7 @@ function DoublyLinkedNode(key, val) {
69195
69291
  this.next = null
69196
69292
  }
69197
69293
 
69198
- },{}],564:[function(require,module,exports){
69294
+ },{}],565:[function(require,module,exports){
69199
69295
  'use strict';
69200
69296
 
69201
69297
  var crypto_hash_sha512 = require('tweetnacl').lowlevel.crypto_hash;
@@ -69753,7 +69849,7 @@ module.exports = {
69753
69849
  pbkdf: bcrypt_pbkdf
69754
69850
  };
69755
69851
 
69756
- },{"tweetnacl":677}],565:[function(require,module,exports){
69852
+ },{"tweetnacl":678}],566:[function(require,module,exports){
69757
69853
  function Caseless (dict) {
69758
69854
  this.dict = dict || {}
69759
69855
  }
@@ -69822,7 +69918,7 @@ module.exports.httpify = function (resp, headers) {
69822
69918
  return c
69823
69919
  }
69824
69920
 
69825
- },{}],566:[function(require,module,exports){
69921
+ },{}],567:[function(require,module,exports){
69826
69922
  (function (Buffer){(function (){
69827
69923
  var util = require('util');
69828
69924
  var Stream = require('stream').Stream;
@@ -70034,7 +70130,7 @@ CombinedStream.prototype._emitError = function(err) {
70034
70130
  };
70035
70131
 
70036
70132
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
70037
- },{"../../../browser-agent/node_modules/is-buffer/index.js":302,"delayed-stream":568,"stream":386,"util":400}],567:[function(require,module,exports){
70133
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":302,"delayed-stream":569,"stream":386,"util":400}],568:[function(require,module,exports){
70038
70134
  (function (Buffer){(function (){
70039
70135
  // Copyright Joyent, Inc. and other Node contributors.
70040
70136
  //
@@ -70145,7 +70241,7 @@ function objectToString(o) {
70145
70241
  }
70146
70242
 
70147
70243
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
70148
- },{"../../../browser-agent/node_modules/is-buffer/index.js":302}],568:[function(require,module,exports){
70244
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":302}],569:[function(require,module,exports){
70149
70245
  var Stream = require('stream').Stream;
70150
70246
  var util = require('util');
70151
70247
 
@@ -70254,7 +70350,7 @@ DelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {
70254
70350
  this.emit('error', new Error(message));
70255
70351
  };
70256
70352
 
70257
- },{"stream":386,"util":400}],569:[function(require,module,exports){
70353
+ },{"stream":386,"util":400}],570:[function(require,module,exports){
70258
70354
  var crypto = require("crypto");
70259
70355
  var BigInteger = require("jsbn").BigInteger;
70260
70356
  var ECPointFp = require("./lib/ec.js").ECPointFp;
@@ -70314,7 +70410,7 @@ exports.ECKey = function(curve, key, isPublic)
70314
70410
  }
70315
70411
 
70316
70412
 
70317
- },{"./lib/ec.js":570,"./lib/sec.js":571,"crypto":237,"jsbn":606,"safer-buffer":643}],570:[function(require,module,exports){
70413
+ },{"./lib/ec.js":571,"./lib/sec.js":572,"crypto":237,"jsbn":607,"safer-buffer":644}],571:[function(require,module,exports){
70318
70414
  // Basic Javascript Elliptic Curve implementation
70319
70415
  // Ported loosely from BouncyCastle's Java EC code
70320
70416
  // Only Fp curves implemented for now
@@ -70877,7 +70973,7 @@ var exports = {
70877
70973
 
70878
70974
  module.exports = exports
70879
70975
 
70880
- },{"jsbn":606}],571:[function(require,module,exports){
70976
+ },{"jsbn":607}],572:[function(require,module,exports){
70881
70977
  // Named EC curves
70882
70978
 
70883
70979
  // Requires ec.js, jsbn.js, and jsbn2.js
@@ -71049,7 +71145,7 @@ module.exports = {
71049
71145
  "secp256r1":secp256r1
71050
71146
  }
71051
71147
 
71052
- },{"./ec.js":570,"jsbn":606}],572:[function(require,module,exports){
71148
+ },{"./ec.js":571,"jsbn":607}],573:[function(require,module,exports){
71053
71149
  'use strict';
71054
71150
 
71055
71151
  var hasOwn = Object.prototype.hasOwnProperty;
@@ -71168,7 +71264,7 @@ module.exports = function extend() {
71168
71264
  return target;
71169
71265
  };
71170
71266
 
71171
- },{}],573:[function(require,module,exports){
71267
+ },{}],574:[function(require,module,exports){
71172
71268
  (function (process){(function (){
71173
71269
  /*
71174
71270
  * extsprintf.js: extended POSIX-style sprintf
@@ -71355,7 +71451,7 @@ function dumpException(ex)
71355
71451
  }
71356
71452
 
71357
71453
  }).call(this)}).call(this,require('_process'))
71358
- },{"_process":335,"assert":172,"util":400}],574:[function(require,module,exports){
71454
+ },{"_process":335,"assert":172,"util":400}],575:[function(require,module,exports){
71359
71455
  'use strict';
71360
71456
 
71361
71457
  // do not edit .js files directly - edit src/index.jst
@@ -71403,7 +71499,7 @@ module.exports = function equal(a, b) {
71403
71499
  return a!==a && b!==b;
71404
71500
  };
71405
71501
 
71406
- },{}],575:[function(require,module,exports){
71502
+ },{}],576:[function(require,module,exports){
71407
71503
  'use strict';
71408
71504
 
71409
71505
  module.exports = function (data, opts) {
@@ -71464,7 +71560,7 @@ module.exports = function (data, opts) {
71464
71560
  })(data);
71465
71561
  };
71466
71562
 
71467
- },{}],576:[function(require,module,exports){
71563
+ },{}],577:[function(require,module,exports){
71468
71564
  module.exports = ForeverAgent
71469
71565
  ForeverAgent.SSL = ForeverAgentSSL
71470
71566
 
@@ -71604,11 +71700,11 @@ function createConnectionSSL (port, host, options) {
71604
71700
  return tls.connect(options);
71605
71701
  }
71606
71702
 
71607
- },{"http":387,"https":298,"net":225,"tls":225,"util":400}],577:[function(require,module,exports){
71703
+ },{"http":387,"https":298,"net":225,"tls":225,"util":400}],578:[function(require,module,exports){
71608
71704
  /* eslint-env browser */
71609
71705
  module.exports = typeof self == 'object' ? self.FormData : window.FormData;
71610
71706
 
71611
- },{}],578:[function(require,module,exports){
71707
+ },{}],579:[function(require,module,exports){
71612
71708
  module.exports={
71613
71709
  "$id": "afterRequest.json#",
71614
71710
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71640,7 +71736,7 @@ module.exports={
71640
71736
  }
71641
71737
  }
71642
71738
 
71643
- },{}],579:[function(require,module,exports){
71739
+ },{}],580:[function(require,module,exports){
71644
71740
  module.exports={
71645
71741
  "$id": "beforeRequest.json#",
71646
71742
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71672,7 +71768,7 @@ module.exports={
71672
71768
  }
71673
71769
  }
71674
71770
 
71675
- },{}],580:[function(require,module,exports){
71771
+ },{}],581:[function(require,module,exports){
71676
71772
  module.exports={
71677
71773
  "$id": "browser.json#",
71678
71774
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71694,7 +71790,7 @@ module.exports={
71694
71790
  }
71695
71791
  }
71696
71792
 
71697
- },{}],581:[function(require,module,exports){
71793
+ },{}],582:[function(require,module,exports){
71698
71794
  module.exports={
71699
71795
  "$id": "cache.json#",
71700
71796
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71717,7 +71813,7 @@ module.exports={
71717
71813
  }
71718
71814
  }
71719
71815
 
71720
- },{}],582:[function(require,module,exports){
71816
+ },{}],583:[function(require,module,exports){
71721
71817
  module.exports={
71722
71818
  "$id": "content.json#",
71723
71819
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71748,7 +71844,7 @@ module.exports={
71748
71844
  }
71749
71845
  }
71750
71846
 
71751
- },{}],583:[function(require,module,exports){
71847
+ },{}],584:[function(require,module,exports){
71752
71848
  module.exports={
71753
71849
  "$id": "cookie.json#",
71754
71850
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71786,7 +71882,7 @@ module.exports={
71786
71882
  }
71787
71883
  }
71788
71884
 
71789
- },{}],584:[function(require,module,exports){
71885
+ },{}],585:[function(require,module,exports){
71790
71886
  module.exports={
71791
71887
  "$id": "creator.json#",
71792
71888
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71808,7 +71904,7 @@ module.exports={
71808
71904
  }
71809
71905
  }
71810
71906
 
71811
- },{}],585:[function(require,module,exports){
71907
+ },{}],586:[function(require,module,exports){
71812
71908
  module.exports={
71813
71909
  "$id": "entry.json#",
71814
71910
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71863,7 +71959,7 @@ module.exports={
71863
71959
  }
71864
71960
  }
71865
71961
 
71866
- },{}],586:[function(require,module,exports){
71962
+ },{}],587:[function(require,module,exports){
71867
71963
  module.exports={
71868
71964
  "$id": "har.json#",
71869
71965
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71878,7 +71974,7 @@ module.exports={
71878
71974
  }
71879
71975
  }
71880
71976
 
71881
- },{}],587:[function(require,module,exports){
71977
+ },{}],588:[function(require,module,exports){
71882
71978
  module.exports={
71883
71979
  "$id": "header.json#",
71884
71980
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71900,7 +71996,7 @@ module.exports={
71900
71996
  }
71901
71997
  }
71902
71998
 
71903
- },{}],588:[function(require,module,exports){
71999
+ },{}],589:[function(require,module,exports){
71904
72000
  'use strict'
71905
72001
 
71906
72002
  module.exports = {
@@ -71924,7 +72020,7 @@ module.exports = {
71924
72020
  timings: require('./timings.json')
71925
72021
  }
71926
72022
 
71927
- },{"./afterRequest.json":578,"./beforeRequest.json":579,"./browser.json":580,"./cache.json":581,"./content.json":582,"./cookie.json":583,"./creator.json":584,"./entry.json":585,"./har.json":586,"./header.json":587,"./log.json":589,"./page.json":590,"./pageTimings.json":591,"./postData.json":592,"./query.json":593,"./request.json":594,"./response.json":595,"./timings.json":596}],589:[function(require,module,exports){
72023
+ },{"./afterRequest.json":579,"./beforeRequest.json":580,"./browser.json":581,"./cache.json":582,"./content.json":583,"./cookie.json":584,"./creator.json":585,"./entry.json":586,"./har.json":587,"./header.json":588,"./log.json":590,"./page.json":591,"./pageTimings.json":592,"./postData.json":593,"./query.json":594,"./request.json":595,"./response.json":596,"./timings.json":597}],590:[function(require,module,exports){
71928
72024
  module.exports={
71929
72025
  "$id": "log.json#",
71930
72026
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71962,7 +72058,7 @@ module.exports={
71962
72058
  }
71963
72059
  }
71964
72060
 
71965
- },{}],590:[function(require,module,exports){
72061
+ },{}],591:[function(require,module,exports){
71966
72062
  module.exports={
71967
72063
  "$id": "page.json#",
71968
72064
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -71996,7 +72092,7 @@ module.exports={
71996
72092
  }
71997
72093
  }
71998
72094
 
71999
- },{}],591:[function(require,module,exports){
72095
+ },{}],592:[function(require,module,exports){
72000
72096
  module.exports={
72001
72097
  "$id": "pageTimings.json#",
72002
72098
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -72016,7 +72112,7 @@ module.exports={
72016
72112
  }
72017
72113
  }
72018
72114
 
72019
- },{}],592:[function(require,module,exports){
72115
+ },{}],593:[function(require,module,exports){
72020
72116
  module.exports={
72021
72117
  "$id": "postData.json#",
72022
72118
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -72061,7 +72157,7 @@ module.exports={
72061
72157
  }
72062
72158
  }
72063
72159
 
72064
- },{}],593:[function(require,module,exports){
72160
+ },{}],594:[function(require,module,exports){
72065
72161
  module.exports={
72066
72162
  "$id": "query.json#",
72067
72163
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -72083,7 +72179,7 @@ module.exports={
72083
72179
  }
72084
72180
  }
72085
72181
 
72086
- },{}],594:[function(require,module,exports){
72182
+ },{}],595:[function(require,module,exports){
72087
72183
  module.exports={
72088
72184
  "$id": "request.json#",
72089
72185
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -72142,7 +72238,7 @@ module.exports={
72142
72238
  }
72143
72239
  }
72144
72240
 
72145
- },{}],595:[function(require,module,exports){
72241
+ },{}],596:[function(require,module,exports){
72146
72242
  module.exports={
72147
72243
  "$id": "response.json#",
72148
72244
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -72198,7 +72294,7 @@ module.exports={
72198
72294
  }
72199
72295
  }
72200
72296
 
72201
- },{}],596:[function(require,module,exports){
72297
+ },{}],597:[function(require,module,exports){
72202
72298
  module.exports={
72203
72299
  "$id": "timings.json#",
72204
72300
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -72242,7 +72338,7 @@ module.exports={
72242
72338
  }
72243
72339
  }
72244
72340
 
72245
- },{}],597:[function(require,module,exports){
72341
+ },{}],598:[function(require,module,exports){
72246
72342
  function HARError (errors) {
72247
72343
  var message = 'validation failed'
72248
72344
 
@@ -72261,7 +72357,7 @@ HARError.prototype = Error.prototype
72261
72357
 
72262
72358
  module.exports = HARError
72263
72359
 
72264
- },{}],598:[function(require,module,exports){
72360
+ },{}],599:[function(require,module,exports){
72265
72361
  var Ajv = require('ajv')
72266
72362
  var HARError = require('./error')
72267
72363
  var schemas = require('har-schema')
@@ -72365,7 +72461,7 @@ exports.timings = function (data) {
72365
72461
  return validate('timings', data)
72366
72462
  }
72367
72463
 
72368
- },{"./error":597,"ajv":511,"ajv/lib/refs/json-schema-draft-06.json":552,"har-schema":588}],599:[function(require,module,exports){
72464
+ },{"./error":598,"ajv":512,"ajv/lib/refs/json-schema-draft-06.json":553,"har-schema":589}],600:[function(require,module,exports){
72369
72465
  // Copyright 2015 Joyent, Inc.
72370
72466
 
72371
72467
  var parser = require('./parser');
@@ -72396,7 +72492,7 @@ module.exports = {
72396
72492
  verifyHMAC: verify.verifyHMAC
72397
72493
  };
72398
72494
 
72399
- },{"./parser":600,"./signer":601,"./utils":602,"./verify":603}],600:[function(require,module,exports){
72495
+ },{"./parser":601,"./signer":602,"./utils":603,"./verify":604}],601:[function(require,module,exports){
72400
72496
  // Copyright 2012 Joyent, Inc. All rights reserved.
72401
72497
 
72402
72498
  var assert = require('assert-plus');
@@ -72713,7 +72809,7 @@ module.exports = {
72713
72809
 
72714
72810
  };
72715
72811
 
72716
- },{"./utils":602,"assert-plus":560,"util":400}],601:[function(require,module,exports){
72812
+ },{"./utils":603,"assert-plus":561,"util":400}],602:[function(require,module,exports){
72717
72813
  (function (Buffer){(function (){
72718
72814
  // Copyright 2012 Joyent, Inc. All rights reserved.
72719
72815
 
@@ -73118,7 +73214,7 @@ module.exports = {
73118
73214
  };
73119
73215
 
73120
73216
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
73121
- },{"../../../browser-agent/node_modules/is-buffer/index.js":302,"./utils":602,"assert-plus":560,"crypto":237,"http":387,"jsprim":610,"sshpk":663,"util":400}],602:[function(require,module,exports){
73217
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":302,"./utils":603,"assert-plus":561,"crypto":237,"http":387,"jsprim":611,"sshpk":664,"util":400}],603:[function(require,module,exports){
73122
73218
  // Copyright 2012 Joyent, Inc. All rights reserved.
73123
73219
 
73124
73220
  var assert = require('assert-plus');
@@ -73232,7 +73328,7 @@ module.exports = {
73232
73328
  }
73233
73329
  };
73234
73330
 
73235
- },{"assert-plus":560,"sshpk":663,"util":400}],603:[function(require,module,exports){
73331
+ },{"assert-plus":561,"sshpk":664,"util":400}],604:[function(require,module,exports){
73236
73332
  (function (Buffer){(function (){
73237
73333
  // Copyright 2015 Joyent, Inc.
73238
73334
 
@@ -73324,7 +73420,7 @@ module.exports = {
73324
73420
  };
73325
73421
 
73326
73422
  }).call(this)}).call(this,require("buffer").Buffer)
73327
- },{"./utils":602,"assert-plus":560,"buffer":227,"crypto":237,"sshpk":663}],604:[function(require,module,exports){
73423
+ },{"./utils":603,"assert-plus":561,"buffer":227,"crypto":237,"sshpk":664}],605:[function(require,module,exports){
73328
73424
  module.exports = isTypedArray
73329
73425
  isTypedArray.strict = isStrictTypedArray
73330
73426
  isTypedArray.loose = isLooseTypedArray
@@ -73367,7 +73463,7 @@ function isLooseTypedArray(arr) {
73367
73463
  return names[toString.call(arr)]
73368
73464
  }
73369
73465
 
73370
- },{}],605:[function(require,module,exports){
73466
+ },{}],606:[function(require,module,exports){
73371
73467
  var stream = require('stream')
73372
73468
 
73373
73469
 
@@ -73396,7 +73492,7 @@ module.exports.isReadable = isReadable
73396
73492
  module.exports.isWritable = isWritable
73397
73493
  module.exports.isDuplex = isDuplex
73398
73494
 
73399
- },{"stream":386}],606:[function(require,module,exports){
73495
+ },{"stream":386}],607:[function(require,module,exports){
73400
73496
  (function(){
73401
73497
 
73402
73498
  // Copyright (c) 2005 Tom Wu
@@ -74755,7 +74851,7 @@ module.exports.isDuplex = isDuplex
74755
74851
 
74756
74852
  }).call(this);
74757
74853
 
74758
- },{}],607:[function(require,module,exports){
74854
+ },{}],608:[function(require,module,exports){
74759
74855
  'use strict';
74760
74856
 
74761
74857
  var traverse = module.exports = function (schema, opts, cb) {
@@ -74846,7 +74942,7 @@ function escapeJsonPtr(str) {
74846
74942
  return str.replace(/~/g, '~0').replace(/\//g, '~1');
74847
74943
  }
74848
74944
 
74849
- },{}],608:[function(require,module,exports){
74945
+ },{}],609:[function(require,module,exports){
74850
74946
  /**
74851
74947
  * JSONSchema Validator - Validates JavaScript objects using JSON Schemas
74852
74948
  * (http://www.json.com/json-schema-proposal/)
@@ -75119,7 +75215,7 @@ exports.mustBeValid = function(result){
75119
75215
  return exports;
75120
75216
  }));
75121
75217
 
75122
- },{}],609:[function(require,module,exports){
75218
+ },{}],610:[function(require,module,exports){
75123
75219
  exports = module.exports = stringify
75124
75220
  exports.getSerialize = serializer
75125
75221
 
@@ -75148,7 +75244,7 @@ function serializer(replacer, cycleReplacer) {
75148
75244
  }
75149
75245
  }
75150
75246
 
75151
- },{}],610:[function(require,module,exports){
75247
+ },{}],611:[function(require,module,exports){
75152
75248
  /*
75153
75249
  * lib/jsprim.js: utilities for primitive JavaScript types
75154
75250
  */
@@ -75885,7 +75981,7 @@ function mergeObjects(provided, overrides, defaults)
75885
75981
  return (rv);
75886
75982
  }
75887
75983
 
75888
- },{"assert-plus":560,"extsprintf":573,"json-schema":608,"util":400,"verror":684}],611:[function(require,module,exports){
75984
+ },{"assert-plus":561,"extsprintf":574,"json-schema":609,"util":400,"verror":685}],612:[function(require,module,exports){
75889
75985
  /**
75890
75986
  * The code was extracted from:
75891
75987
  * https://github.com/davidchambers/Base64.js
@@ -75925,7 +76021,7 @@ function polyfill (input) {
75925
76021
 
75926
76022
  module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
75927
76023
 
75928
- },{}],612:[function(require,module,exports){
76024
+ },{}],613:[function(require,module,exports){
75929
76025
  var atob = require('./atob');
75930
76026
 
75931
76027
  function b64DecodeUnicode(str) {
@@ -75960,7 +76056,7 @@ module.exports = function(str) {
75960
76056
  }
75961
76057
  };
75962
76058
 
75963
- },{"./atob":611}],613:[function(require,module,exports){
76059
+ },{"./atob":612}],614:[function(require,module,exports){
75964
76060
  'use strict';
75965
76061
 
75966
76062
  var base64_url_decode = require('./base64_url_decode');
@@ -75988,7 +76084,7 @@ module.exports = function (token,options) {
75988
76084
 
75989
76085
  module.exports.InvalidTokenError = InvalidTokenError;
75990
76086
 
75991
- },{"./base64_url_decode":612}],614:[function(require,module,exports){
76087
+ },{"./base64_url_decode":613}],615:[function(require,module,exports){
75992
76088
  module.exports={
75993
76089
  "application/1d-interleaved-parityfec": {
75994
76090
  "source": "iana"
@@ -84509,7 +84605,7 @@ module.exports={
84509
84605
  }
84510
84606
  }
84511
84607
 
84512
- },{}],615:[function(require,module,exports){
84608
+ },{}],616:[function(require,module,exports){
84513
84609
  /*!
84514
84610
  * mime-db
84515
84611
  * Copyright(c) 2014 Jonathan Ong
@@ -84523,7 +84619,7 @@ module.exports={
84523
84619
 
84524
84620
  module.exports = require('./db.json')
84525
84621
 
84526
- },{"./db.json":614}],616:[function(require,module,exports){
84622
+ },{"./db.json":615}],617:[function(require,module,exports){
84527
84623
  /*!
84528
84624
  * mime-types
84529
84625
  * Copyright(c) 2014 Jonathan Ong
@@ -84713,7 +84809,7 @@ function populateMaps (extensions, types) {
84713
84809
  })
84714
84810
  }
84715
84811
 
84716
- },{"mime-db":615,"path":327}],617:[function(require,module,exports){
84812
+ },{"mime-db":616,"path":327}],618:[function(require,module,exports){
84717
84813
  var crypto = require('crypto')
84718
84814
 
84719
84815
  function sha (key, body, algorithm) {
@@ -84860,7 +84956,7 @@ exports.plaintext = plaintext
84860
84956
  exports.sign = sign
84861
84957
  exports.rfc3986 = rfc3986
84862
84958
  exports.generateBase = generateBase
84863
- },{"crypto":237}],618:[function(require,module,exports){
84959
+ },{"crypto":237}],619:[function(require,module,exports){
84864
84960
  (function (process){(function (){
84865
84961
  // Generated by CoffeeScript 1.12.2
84866
84962
  (function() {
@@ -84900,7 +84996,7 @@ exports.generateBase = generateBase
84900
84996
 
84901
84997
 
84902
84998
  }).call(this)}).call(this,require('_process'))
84903
- },{"_process":335}],619:[function(require,module,exports){
84999
+ },{"_process":335}],620:[function(require,module,exports){
84904
85000
  module.exports=[
84905
85001
  "ac",
84906
85002
  "com.ac",
@@ -94277,7 +94373,7 @@ module.exports=[
94277
94373
  "virtualserver.io",
94278
94374
  "enterprisecloud.nu"
94279
94375
  ]
94280
- },{}],620:[function(require,module,exports){
94376
+ },{}],621:[function(require,module,exports){
94281
94377
  /*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
94282
94378
  'use strict';
94283
94379
 
@@ -94548,7 +94644,7 @@ exports.isValid = function (domain) {
94548
94644
  return Boolean(parsed.domain && parsed.listed);
94549
94645
  };
94550
94646
 
94551
- },{"./data/rules.json":619,"punycode":343}],621:[function(require,module,exports){
94647
+ },{"./data/rules.json":620,"punycode":343}],622:[function(require,module,exports){
94552
94648
  'use strict';
94553
94649
 
94554
94650
  var replace = String.prototype.replace;
@@ -94568,7 +94664,7 @@ module.exports = {
94568
94664
  RFC3986: 'RFC3986'
94569
94665
  };
94570
94666
 
94571
- },{}],622:[function(require,module,exports){
94667
+ },{}],623:[function(require,module,exports){
94572
94668
  'use strict';
94573
94669
 
94574
94670
  var stringify = require('./stringify');
@@ -94581,7 +94677,7 @@ module.exports = {
94581
94677
  stringify: stringify
94582
94678
  };
94583
94679
 
94584
- },{"./formats":621,"./parse":623,"./stringify":624}],623:[function(require,module,exports){
94680
+ },{"./formats":622,"./parse":624,"./stringify":625}],624:[function(require,module,exports){
94585
94681
  'use strict';
94586
94682
 
94587
94683
  var utils = require('./utils');
@@ -94758,7 +94854,7 @@ module.exports = function (str, opts) {
94758
94854
  return utils.compact(obj);
94759
94855
  };
94760
94856
 
94761
- },{"./utils":625}],624:[function(require,module,exports){
94857
+ },{"./utils":626}],625:[function(require,module,exports){
94762
94858
  'use strict';
94763
94859
 
94764
94860
  var utils = require('./utils');
@@ -94977,7 +95073,7 @@ module.exports = function (object, opts) {
94977
95073
  return joined.length > 0 ? prefix + joined : '';
94978
95074
  };
94979
95075
 
94980
- },{"./formats":621,"./utils":625}],625:[function(require,module,exports){
95076
+ },{"./formats":622,"./utils":626}],626:[function(require,module,exports){
94981
95077
  'use strict';
94982
95078
 
94983
95079
  var has = Object.prototype.hasOwnProperty;
@@ -95194,7 +95290,7 @@ module.exports = {
95194
95290
  merge: merge
95195
95291
  };
95196
95292
 
95197
- },{}],626:[function(require,module,exports){
95293
+ },{}],627:[function(require,module,exports){
95198
95294
  // Copyright 2010-2012 Mikeal Rogers
95199
95295
  //
95200
95296
  // Licensed under the Apache License, Version 2.0 (the "License");
@@ -95351,7 +95447,7 @@ Object.defineProperty(request, 'debug', {
95351
95447
  }
95352
95448
  })
95353
95449
 
95354
- },{"./lib/cookies":628,"./lib/helpers":632,"./request":641,"extend":572}],627:[function(require,module,exports){
95450
+ },{"./lib/cookies":629,"./lib/helpers":633,"./request":642,"extend":573}],628:[function(require,module,exports){
95355
95451
  'use strict'
95356
95452
 
95357
95453
  var caseless = require('caseless')
@@ -95520,7 +95616,7 @@ Auth.prototype.onResponse = function (response) {
95520
95616
 
95521
95617
  exports.Auth = Auth
95522
95618
 
95523
- },{"./helpers":632,"caseless":565,"uuid/v4":640}],628:[function(require,module,exports){
95619
+ },{"./helpers":633,"caseless":566,"uuid/v4":641}],629:[function(require,module,exports){
95524
95620
  'use strict'
95525
95621
 
95526
95622
  var tough = require('tough-cookie')
@@ -95560,7 +95656,7 @@ exports.jar = function (store) {
95560
95656
  return new RequestJar(store)
95561
95657
  }
95562
95658
 
95563
- },{"tough-cookie":669}],629:[function(require,module,exports){
95659
+ },{"tough-cookie":670}],630:[function(require,module,exports){
95564
95660
  (function (process){(function (){
95565
95661
  'use strict'
95566
95662
 
@@ -95643,7 +95739,7 @@ function getProxyFromURI (uri) {
95643
95739
  module.exports = getProxyFromURI
95644
95740
 
95645
95741
  }).call(this)}).call(this,require('_process'))
95646
- },{"_process":335}],630:[function(require,module,exports){
95742
+ },{"_process":335}],631:[function(require,module,exports){
95647
95743
  'use strict'
95648
95744
 
95649
95745
  var fs = require('fs')
@@ -95850,7 +95946,7 @@ Har.prototype.options = function (options) {
95850
95946
 
95851
95947
  exports.Har = Har
95852
95948
 
95853
- },{"extend":572,"fs":225,"har-validator":598,"querystring":346}],631:[function(require,module,exports){
95949
+ },{"extend":573,"fs":225,"har-validator":599,"querystring":346}],632:[function(require,module,exports){
95854
95950
  'use strict'
95855
95951
 
95856
95952
  var crypto = require('crypto')
@@ -95941,7 +96037,7 @@ exports.header = function (uri, method, opts) {
95941
96037
  return header
95942
96038
  }
95943
96039
 
95944
- },{"crypto":237}],632:[function(require,module,exports){
96040
+ },{"crypto":237}],633:[function(require,module,exports){
95945
96041
  (function (process,setImmediate){(function (){
95946
96042
  'use strict'
95947
96043
 
@@ -96011,7 +96107,7 @@ exports.version = version
96011
96107
  exports.defer = defer
96012
96108
 
96013
96109
  }).call(this)}).call(this,require('_process'),require("timers").setImmediate)
96014
- },{"_process":335,"crypto":237,"json-stringify-safe":609,"safe-buffer":642,"timers":393}],633:[function(require,module,exports){
96110
+ },{"_process":335,"crypto":237,"json-stringify-safe":610,"safe-buffer":643,"timers":393}],634:[function(require,module,exports){
96015
96111
  'use strict'
96016
96112
 
96017
96113
  var uuid = require('uuid/v4')
@@ -96125,7 +96221,7 @@ Multipart.prototype.onRequest = function (options) {
96125
96221
 
96126
96222
  exports.Multipart = Multipart
96127
96223
 
96128
- },{"combined-stream":566,"isstream":605,"safe-buffer":642,"uuid/v4":640}],634:[function(require,module,exports){
96224
+ },{"combined-stream":567,"isstream":606,"safe-buffer":643,"uuid/v4":641}],635:[function(require,module,exports){
96129
96225
  'use strict'
96130
96226
 
96131
96227
  var url = require('url')
@@ -96275,7 +96371,7 @@ OAuth.prototype.onRequest = function (_oauth) {
96275
96371
 
96276
96372
  exports.OAuth = OAuth
96277
96373
 
96278
- },{"caseless":565,"crypto":237,"oauth-sign":617,"qs":622,"safe-buffer":642,"url":395,"uuid/v4":640}],635:[function(require,module,exports){
96374
+ },{"caseless":566,"crypto":237,"oauth-sign":618,"qs":623,"safe-buffer":643,"url":395,"uuid/v4":641}],636:[function(require,module,exports){
96279
96375
  'use strict'
96280
96376
 
96281
96377
  var qs = require('qs')
@@ -96327,7 +96423,7 @@ Querystring.prototype.unescape = querystring.unescape
96327
96423
 
96328
96424
  exports.Querystring = Querystring
96329
96425
 
96330
- },{"qs":622,"querystring":346}],636:[function(require,module,exports){
96426
+ },{"qs":623,"querystring":346}],637:[function(require,module,exports){
96331
96427
  'use strict'
96332
96428
 
96333
96429
  var url = require('url')
@@ -96483,7 +96579,7 @@ Redirect.prototype.onResponse = function (response) {
96483
96579
 
96484
96580
  exports.Redirect = Redirect
96485
96581
 
96486
- },{"url":395}],637:[function(require,module,exports){
96582
+ },{"url":395}],638:[function(require,module,exports){
96487
96583
  'use strict'
96488
96584
 
96489
96585
  var url = require('url')
@@ -96660,7 +96756,7 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
96660
96756
  Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
96661
96757
  exports.Tunnel = Tunnel
96662
96758
 
96663
- },{"tunnel-agent":676,"url":395}],638:[function(require,module,exports){
96759
+ },{"tunnel-agent":677,"url":395}],639:[function(require,module,exports){
96664
96760
  /**
96665
96761
  * Convert array of 16 byte values to UUID string format of the form:
96666
96762
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -96688,7 +96784,7 @@ function bytesToUuid(buf, offset) {
96688
96784
 
96689
96785
  module.exports = bytesToUuid;
96690
96786
 
96691
- },{}],639:[function(require,module,exports){
96787
+ },{}],640:[function(require,module,exports){
96692
96788
  // Unique ID creation requires a high quality random # generator. In the
96693
96789
  // browser this is a little complicated due to unknown quality of Math.random()
96694
96790
  // and inconsistent support for the `crypto` API. We do the best we can via
@@ -96724,7 +96820,7 @@ if (getRandomValues) {
96724
96820
  };
96725
96821
  }
96726
96822
 
96727
- },{}],640:[function(require,module,exports){
96823
+ },{}],641:[function(require,module,exports){
96728
96824
  var rng = require('./lib/rng');
96729
96825
  var bytesToUuid = require('./lib/bytesToUuid');
96730
96826
 
@@ -96755,7 +96851,7 @@ function v4(options, buf, offset) {
96755
96851
 
96756
96852
  module.exports = v4;
96757
96853
 
96758
- },{"./lib/bytesToUuid":638,"./lib/rng":639}],641:[function(require,module,exports){
96854
+ },{"./lib/bytesToUuid":639,"./lib/rng":640}],642:[function(require,module,exports){
96759
96855
  (function (process){(function (){
96760
96856
  'use strict'
96761
96857
 
@@ -98312,9 +98408,9 @@ Request.prototype.toJSON = requestToJSON
98312
98408
  module.exports = Request
98313
98409
 
98314
98410
  }).call(this)}).call(this,require('_process'))
98315
- },{"./lib/auth":627,"./lib/cookies":628,"./lib/getProxyFromURI":629,"./lib/har":630,"./lib/hawk":631,"./lib/helpers":632,"./lib/multipart":633,"./lib/oauth":634,"./lib/querystring":635,"./lib/redirect":636,"./lib/tunnel":637,"_process":335,"aws-sign2":561,"aws4":562,"caseless":565,"extend":572,"forever-agent":576,"form-data":577,"http":387,"http-signature":599,"https":298,"is-typedarray":604,"isstream":605,"mime-types":616,"performance-now":618,"safe-buffer":642,"stream":386,"url":395,"util":400,"zlib":224}],642:[function(require,module,exports){
98411
+ },{"./lib/auth":628,"./lib/cookies":629,"./lib/getProxyFromURI":630,"./lib/har":631,"./lib/hawk":632,"./lib/helpers":633,"./lib/multipart":634,"./lib/oauth":635,"./lib/querystring":636,"./lib/redirect":637,"./lib/tunnel":638,"_process":335,"aws-sign2":562,"aws4":563,"caseless":566,"extend":573,"forever-agent":577,"form-data":578,"http":387,"http-signature":600,"https":298,"is-typedarray":605,"isstream":606,"mime-types":617,"performance-now":619,"safe-buffer":643,"stream":386,"url":395,"util":400,"zlib":224}],643:[function(require,module,exports){
98316
98412
  arguments[4][358][0].apply(exports,arguments)
98317
- },{"buffer":227,"dup":358}],643:[function(require,module,exports){
98413
+ },{"buffer":227,"dup":358}],644:[function(require,module,exports){
98318
98414
  (function (process){(function (){
98319
98415
  /* eslint-disable node/no-deprecated-api */
98320
98416
 
@@ -98395,7 +98491,7 @@ if (!safer.constants) {
98395
98491
  module.exports = safer
98396
98492
 
98397
98493
  }).call(this)}).call(this,require('_process'))
98398
- },{"_process":335,"buffer":227}],644:[function(require,module,exports){
98494
+ },{"_process":335,"buffer":227}],645:[function(require,module,exports){
98399
98495
  // Copyright 2015 Joyent, Inc.
98400
98496
 
98401
98497
  var Buffer = require('safer-buffer').Buffer;
@@ -98565,7 +98661,7 @@ module.exports = {
98565
98661
  curves: curves
98566
98662
  };
98567
98663
 
98568
- },{"safer-buffer":643}],645:[function(require,module,exports){
98664
+ },{"safer-buffer":644}],646:[function(require,module,exports){
98569
98665
  // Copyright 2016 Joyent, Inc.
98570
98666
 
98571
98667
  module.exports = Certificate;
@@ -98977,7 +99073,7 @@ Certificate._oldVersionDetect = function (obj) {
98977
99073
  return ([1, 0]);
98978
99074
  };
98979
99075
 
98980
- },{"./algs":644,"./errors":648,"./fingerprint":649,"./formats/openssh-cert":652,"./formats/x509":661,"./formats/x509-pem":660,"./identity":662,"./key":664,"./private-key":665,"./signature":666,"./utils":668,"assert-plus":560,"crypto":237,"safer-buffer":643,"util":400}],646:[function(require,module,exports){
99076
+ },{"./algs":645,"./errors":649,"./fingerprint":650,"./formats/openssh-cert":653,"./formats/x509":662,"./formats/x509-pem":661,"./identity":663,"./key":665,"./private-key":666,"./signature":667,"./utils":669,"assert-plus":561,"crypto":237,"safer-buffer":644,"util":400}],647:[function(require,module,exports){
98981
99077
  // Copyright 2017 Joyent, Inc.
98982
99078
 
98983
99079
  module.exports = {
@@ -99376,7 +99472,7 @@ function generateECDSA(curve) {
99376
99472
  }
99377
99473
  }
99378
99474
 
99379
- },{"./algs":644,"./key":664,"./private-key":665,"./utils":668,"assert-plus":560,"crypto":237,"ecc-jsbn":569,"ecc-jsbn/lib/ec":570,"jsbn":606,"safer-buffer":643,"tweetnacl":677}],647:[function(require,module,exports){
99475
+ },{"./algs":645,"./key":665,"./private-key":666,"./utils":669,"assert-plus":561,"crypto":237,"ecc-jsbn":570,"ecc-jsbn/lib/ec":571,"jsbn":607,"safer-buffer":644,"tweetnacl":678}],648:[function(require,module,exports){
99380
99476
  // Copyright 2015 Joyent, Inc.
99381
99477
 
99382
99478
  module.exports = {
@@ -99470,7 +99566,7 @@ Signer.prototype.sign = function () {
99470
99566
  return (sigObj);
99471
99567
  };
99472
99568
 
99473
- },{"./signature":666,"assert-plus":560,"safer-buffer":643,"stream":386,"tweetnacl":677,"util":400}],648:[function(require,module,exports){
99569
+ },{"./signature":667,"assert-plus":561,"safer-buffer":644,"stream":386,"tweetnacl":678,"util":400}],649:[function(require,module,exports){
99474
99570
  // Copyright 2015 Joyent, Inc.
99475
99571
 
99476
99572
  var assert = require('assert-plus');
@@ -99556,7 +99652,7 @@ module.exports = {
99556
99652
  CertificateParseError: CertificateParseError
99557
99653
  };
99558
99654
 
99559
- },{"assert-plus":560,"util":400}],649:[function(require,module,exports){
99655
+ },{"assert-plus":561,"util":400}],650:[function(require,module,exports){
99560
99656
  // Copyright 2018 Joyent, Inc.
99561
99657
 
99562
99658
  module.exports = Fingerprint;
@@ -99778,7 +99874,7 @@ Fingerprint._oldVersionDetect = function (obj) {
99778
99874
  return ([1, 0]);
99779
99875
  };
99780
99876
 
99781
- },{"./algs":644,"./certificate":645,"./errors":648,"./key":664,"./private-key":665,"./utils":668,"assert-plus":560,"crypto":237,"safer-buffer":643}],650:[function(require,module,exports){
99877
+ },{"./algs":645,"./certificate":646,"./errors":649,"./key":665,"./private-key":666,"./utils":669,"assert-plus":561,"crypto":237,"safer-buffer":644}],651:[function(require,module,exports){
99782
99878
  // Copyright 2018 Joyent, Inc.
99783
99879
 
99784
99880
  module.exports = {
@@ -99904,7 +100000,7 @@ function write(key, options) {
99904
100000
  throw (new Error('"auto" format cannot be used for writing'));
99905
100001
  }
99906
100002
 
99907
- },{"../key":664,"../private-key":665,"../utils":668,"./dnssec":651,"./pem":653,"./putty":656,"./rfc4253":657,"./ssh":659,"assert-plus":560,"safer-buffer":643}],651:[function(require,module,exports){
100003
+ },{"../key":665,"../private-key":666,"../utils":669,"./dnssec":652,"./pem":654,"./putty":657,"./rfc4253":658,"./ssh":660,"assert-plus":561,"safer-buffer":644}],652:[function(require,module,exports){
99908
100004
  // Copyright 2017 Joyent, Inc.
99909
100005
 
99910
100006
  module.exports = {
@@ -100193,7 +100289,7 @@ function write(key, options) {
100193
100289
  }
100194
100290
  }
100195
100291
 
100196
- },{"../dhe":646,"../key":664,"../private-key":665,"../ssh-buffer":667,"../utils":668,"assert-plus":560,"safer-buffer":643}],652:[function(require,module,exports){
100292
+ },{"../dhe":647,"../key":665,"../private-key":666,"../ssh-buffer":668,"../utils":669,"assert-plus":561,"safer-buffer":644}],653:[function(require,module,exports){
100197
100293
  // Copyright 2017 Joyent, Inc.
100198
100294
 
100199
100295
  module.exports = {
@@ -100547,7 +100643,7 @@ function getCertType(key) {
100547
100643
  throw (new Error('Unsupported key type ' + key.type));
100548
100644
  }
100549
100645
 
100550
- },{"../algs":644,"../certificate":645,"../identity":662,"../key":664,"../private-key":665,"../signature":666,"../ssh-buffer":667,"../utils":668,"./rfc4253":657,"assert-plus":560,"crypto":237,"safer-buffer":643}],653:[function(require,module,exports){
100646
+ },{"../algs":645,"../certificate":646,"../identity":663,"../key":665,"../private-key":666,"../signature":667,"../ssh-buffer":668,"../utils":669,"./rfc4253":658,"assert-plus":561,"crypto":237,"safer-buffer":644}],654:[function(require,module,exports){
100551
100647
  // Copyright 2018 Joyent, Inc.
100552
100648
 
100553
100649
  module.exports = {
@@ -100839,7 +100935,7 @@ function write(key, options, type) {
100839
100935
  return (buf.slice(0, o));
100840
100936
  }
100841
100937
 
100842
- },{"../algs":644,"../errors":648,"../key":664,"../private-key":665,"../utils":668,"./pkcs1":654,"./pkcs8":655,"./rfc4253":657,"./ssh-private":658,"asn1":559,"assert-plus":560,"crypto":237,"safer-buffer":643}],654:[function(require,module,exports){
100938
+ },{"../algs":645,"../errors":649,"../key":665,"../private-key":666,"../utils":669,"./pkcs1":655,"./pkcs8":656,"./rfc4253":658,"./ssh-private":659,"asn1":560,"assert-plus":561,"crypto":237,"safer-buffer":644}],655:[function(require,module,exports){
100843
100939
  // Copyright 2015 Joyent, Inc.
100844
100940
 
100845
100941
  module.exports = {
@@ -101214,7 +101310,7 @@ function writePkcs1EdDSAPublic(der, key) {
101214
101310
  throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
101215
101311
  }
101216
101312
 
101217
- },{"../algs":644,"../key":664,"../private-key":665,"../utils":668,"./pem":653,"./pkcs8":655,"asn1":559,"assert-plus":560,"safer-buffer":643}],655:[function(require,module,exports){
101313
+ },{"../algs":645,"../key":665,"../private-key":666,"../utils":669,"./pem":654,"./pkcs8":656,"asn1":560,"assert-plus":561,"safer-buffer":644}],656:[function(require,module,exports){
101218
101314
  // Copyright 2018 Joyent, Inc.
101219
101315
 
101220
101316
  module.exports = {
@@ -101847,7 +101943,7 @@ function writePkcs8EdDSAPrivate(key, der) {
101847
101943
  der.endSequence();
101848
101944
  }
101849
101945
 
101850
- },{"../algs":644,"../key":664,"../private-key":665,"../utils":668,"./pem":653,"asn1":559,"assert-plus":560,"safer-buffer":643}],656:[function(require,module,exports){
101946
+ },{"../algs":645,"../key":665,"../private-key":666,"../utils":669,"./pem":654,"asn1":560,"assert-plus":561,"safer-buffer":644}],657:[function(require,module,exports){
101851
101947
  // Copyright 2018 Joyent, Inc.
101852
101948
 
101853
101949
  module.exports = {
@@ -102043,7 +102139,7 @@ function wrap(txt, len) {
102043
102139
  return (lines);
102044
102140
  }
102045
102141
 
102046
- },{"../errors":648,"../key":664,"../private-key":665,"../ssh-buffer":667,"./rfc4253":657,"assert-plus":560,"crypto":237,"safer-buffer":643}],657:[function(require,module,exports){
102142
+ },{"../errors":649,"../key":665,"../private-key":666,"../ssh-buffer":668,"./rfc4253":658,"assert-plus":561,"crypto":237,"safer-buffer":644}],658:[function(require,module,exports){
102047
102143
  // Copyright 2015 Joyent, Inc.
102048
102144
 
102049
102145
  module.exports = {
@@ -102211,7 +102307,7 @@ function write(key, options) {
102211
102307
  return (buf.toBuffer());
102212
102308
  }
102213
102309
 
102214
- },{"../algs":644,"../key":664,"../private-key":665,"../ssh-buffer":667,"../utils":668,"assert-plus":560,"safer-buffer":643}],658:[function(require,module,exports){
102310
+ },{"../algs":645,"../key":665,"../private-key":666,"../ssh-buffer":668,"../utils":669,"assert-plus":561,"safer-buffer":644}],659:[function(require,module,exports){
102215
102311
  // Copyright 2015 Joyent, Inc.
102216
102312
 
102217
102313
  module.exports = {
@@ -102475,7 +102571,7 @@ function write(key, options) {
102475
102571
  return (buf.slice(0, o));
102476
102572
  }
102477
102573
 
102478
- },{"../algs":644,"../errors":648,"../key":664,"../private-key":665,"../ssh-buffer":667,"../utils":668,"./pem":653,"./rfc4253":657,"asn1":559,"assert-plus":560,"bcrypt-pbkdf":564,"crypto":237,"safer-buffer":643}],659:[function(require,module,exports){
102574
+ },{"../algs":645,"../errors":649,"../key":665,"../private-key":666,"../ssh-buffer":668,"../utils":669,"./pem":654,"./rfc4253":658,"asn1":560,"assert-plus":561,"bcrypt-pbkdf":565,"crypto":237,"safer-buffer":644}],660:[function(require,module,exports){
102479
102575
  // Copyright 2015 Joyent, Inc.
102480
102576
 
102481
102577
  module.exports = {
@@ -102592,7 +102688,7 @@ function write(key, options) {
102592
102688
  return (Buffer.from(parts.join(' ')));
102593
102689
  }
102594
102690
 
102595
- },{"../key":664,"../private-key":665,"../utils":668,"./rfc4253":657,"./ssh-private":658,"assert-plus":560,"safer-buffer":643}],660:[function(require,module,exports){
102691
+ },{"../key":665,"../private-key":666,"../utils":669,"./rfc4253":658,"./ssh-private":659,"assert-plus":561,"safer-buffer":644}],661:[function(require,module,exports){
102596
102692
  // Copyright 2016 Joyent, Inc.
102597
102693
 
102598
102694
  var x509 = require('./x509');
@@ -102682,7 +102778,7 @@ function write(cert, options) {
102682
102778
  return (buf.slice(0, o));
102683
102779
  }
102684
102780
 
102685
- },{"../algs":644,"../certificate":645,"../identity":662,"../key":664,"../private-key":665,"../signature":666,"../utils":668,"./pem":653,"./x509":661,"asn1":559,"assert-plus":560,"safer-buffer":643}],661:[function(require,module,exports){
102781
+ },{"../algs":645,"../certificate":646,"../identity":663,"../key":665,"../private-key":666,"../signature":667,"../utils":669,"./pem":654,"./x509":662,"asn1":560,"assert-plus":561,"safer-buffer":644}],662:[function(require,module,exports){
102686
102782
  // Copyright 2017 Joyent, Inc.
102687
102783
 
102688
102784
  module.exports = {
@@ -103436,7 +103532,7 @@ function writeBitField(setBits, bitIndex) {
103436
103532
  return (bits);
103437
103533
  }
103438
103534
 
103439
- },{"../algs":644,"../certificate":645,"../identity":662,"../key":664,"../private-key":665,"../signature":666,"../utils":668,"./pem":653,"./pkcs8":655,"asn1":559,"assert-plus":560,"safer-buffer":643}],662:[function(require,module,exports){
103535
+ },{"../algs":645,"../certificate":646,"../identity":663,"../key":665,"../private-key":666,"../signature":667,"../utils":669,"./pem":654,"./pkcs8":656,"asn1":560,"assert-plus":561,"safer-buffer":644}],663:[function(require,module,exports){
103440
103536
  // Copyright 2017 Joyent, Inc.
103441
103537
 
103442
103538
  module.exports = Identity;
@@ -103811,7 +103907,7 @@ Identity._oldVersionDetect = function (obj) {
103811
103907
  return ([1, 0]);
103812
103908
  };
103813
103909
 
103814
- },{"./algs":644,"./errors":648,"./fingerprint":649,"./signature":666,"./utils":668,"asn1":559,"assert-plus":560,"crypto":237,"safer-buffer":643,"util":400}],663:[function(require,module,exports){
103910
+ },{"./algs":645,"./errors":649,"./fingerprint":650,"./signature":667,"./utils":669,"asn1":560,"assert-plus":561,"crypto":237,"safer-buffer":644,"util":400}],664:[function(require,module,exports){
103815
103911
  // Copyright 2015 Joyent, Inc.
103816
103912
 
103817
103913
  var Key = require('./key');
@@ -103853,7 +103949,7 @@ module.exports = {
103853
103949
  CertificateParseError: errs.CertificateParseError
103854
103950
  };
103855
103951
 
103856
- },{"./certificate":645,"./errors":648,"./fingerprint":649,"./identity":662,"./key":664,"./private-key":665,"./signature":666}],664:[function(require,module,exports){
103952
+ },{"./certificate":646,"./errors":649,"./fingerprint":650,"./identity":663,"./key":665,"./private-key":666,"./signature":667}],665:[function(require,module,exports){
103857
103953
  (function (Buffer){(function (){
103858
103954
  // Copyright 2018 Joyent, Inc.
103859
103955
 
@@ -104151,7 +104247,7 @@ Key._oldVersionDetect = function (obj) {
104151
104247
  };
104152
104248
 
104153
104249
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
104154
- },{"../../../browser-agent/node_modules/is-buffer/index.js":302,"./algs":644,"./dhe":646,"./ed-compat":647,"./errors":648,"./fingerprint":649,"./formats/auto":650,"./formats/dnssec":651,"./formats/pem":653,"./formats/pkcs1":654,"./formats/pkcs8":655,"./formats/putty":656,"./formats/rfc4253":657,"./formats/ssh":659,"./formats/ssh-private":658,"./private-key":665,"./signature":666,"./utils":668,"assert-plus":560,"crypto":237}],665:[function(require,module,exports){
104250
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":302,"./algs":645,"./dhe":647,"./ed-compat":648,"./errors":649,"./fingerprint":650,"./formats/auto":651,"./formats/dnssec":652,"./formats/pem":654,"./formats/pkcs1":655,"./formats/pkcs8":656,"./formats/putty":657,"./formats/rfc4253":658,"./formats/ssh":660,"./formats/ssh-private":659,"./private-key":666,"./signature":667,"./utils":669,"assert-plus":561,"crypto":237}],666:[function(require,module,exports){
104155
104251
  // Copyright 2017 Joyent, Inc.
104156
104252
 
104157
104253
  module.exports = PrivateKey;
@@ -104400,7 +104496,7 @@ PrivateKey._oldVersionDetect = function (obj) {
104400
104496
  return ([1, 0]);
104401
104497
  };
104402
104498
 
104403
- },{"./algs":644,"./dhe":646,"./ed-compat":647,"./errors":648,"./fingerprint":649,"./formats/auto":650,"./formats/dnssec":651,"./formats/pem":653,"./formats/pkcs1":654,"./formats/pkcs8":655,"./formats/putty":656,"./formats/rfc4253":657,"./formats/ssh-private":658,"./key":664,"./signature":666,"./utils":668,"assert-plus":560,"crypto":237,"safer-buffer":643,"tweetnacl":677,"util":400}],666:[function(require,module,exports){
104499
+ },{"./algs":645,"./dhe":647,"./ed-compat":648,"./errors":649,"./fingerprint":650,"./formats/auto":651,"./formats/dnssec":652,"./formats/pem":654,"./formats/pkcs1":655,"./formats/pkcs8":656,"./formats/putty":657,"./formats/rfc4253":658,"./formats/ssh-private":659,"./key":665,"./signature":667,"./utils":669,"assert-plus":561,"crypto":237,"safer-buffer":644,"tweetnacl":678,"util":400}],667:[function(require,module,exports){
104404
104500
  // Copyright 2015 Joyent, Inc.
104405
104501
 
104406
104502
  module.exports = Signature;
@@ -104716,7 +104812,7 @@ Signature._oldVersionDetect = function (obj) {
104716
104812
  return ([1, 0]);
104717
104813
  };
104718
104814
 
104719
- },{"./algs":644,"./errors":648,"./ssh-buffer":667,"./utils":668,"asn1":559,"assert-plus":560,"crypto":237,"safer-buffer":643}],667:[function(require,module,exports){
104815
+ },{"./algs":645,"./errors":649,"./ssh-buffer":668,"./utils":669,"asn1":560,"assert-plus":561,"crypto":237,"safer-buffer":644}],668:[function(require,module,exports){
104720
104816
  // Copyright 2015 Joyent, Inc.
104721
104817
 
104722
104818
  module.exports = SSHBuffer;
@@ -104867,7 +104963,7 @@ SSHBuffer.prototype.write = function (buf) {
104867
104963
  this._offset += buf.length;
104868
104964
  };
104869
104965
 
104870
- },{"assert-plus":560,"safer-buffer":643}],668:[function(require,module,exports){
104966
+ },{"assert-plus":561,"safer-buffer":644}],669:[function(require,module,exports){
104871
104967
  // Copyright 2015 Joyent, Inc.
104872
104968
 
104873
104969
  module.exports = {
@@ -105273,7 +105369,7 @@ function opensshCipherInfo(cipher) {
105273
105369
  return (inf);
105274
105370
  }
105275
105371
 
105276
- },{"./algs":644,"./key":664,"./private-key":665,"asn1":559,"assert-plus":560,"crypto":237,"ecc-jsbn/lib/ec":570,"jsbn":606,"safer-buffer":643,"tweetnacl":677}],669:[function(require,module,exports){
105372
+ },{"./algs":645,"./key":665,"./private-key":666,"asn1":560,"assert-plus":561,"crypto":237,"ecc-jsbn/lib/ec":571,"jsbn":607,"safer-buffer":644,"tweetnacl":678}],670:[function(require,module,exports){
105277
105373
  /*!
105278
105374
  * Copyright (c) 2015, Salesforce.com, Inc.
105279
105375
  * All rights reserved.
@@ -106757,7 +106853,7 @@ exports.permuteDomain = require('./permuteDomain').permuteDomain;
106757
106853
  exports.permutePath = permutePath;
106758
106854
  exports.canonicalDomain = canonicalDomain;
106759
106855
 
106760
- },{"./memstore":670,"./pathMatch":671,"./permuteDomain":672,"./pubsuffix-psl":673,"./store":674,"./version":675,"net":225,"punycode":343,"url":395,"util":400}],670:[function(require,module,exports){
106856
+ },{"./memstore":671,"./pathMatch":672,"./permuteDomain":673,"./pubsuffix-psl":674,"./store":675,"./version":676,"net":225,"punycode":343,"url":395,"util":400}],671:[function(require,module,exports){
106761
106857
  /*!
106762
106858
  * Copyright (c) 2015, Salesforce.com, Inc.
106763
106859
  * All rights reserved.
@@ -106940,7 +107036,7 @@ MemoryCookieStore.prototype.getAllCookies = function(cb) {
106940
107036
  cb(null, cookies);
106941
107037
  };
106942
107038
 
106943
- },{"./pathMatch":671,"./permuteDomain":672,"./store":674,"util":400}],671:[function(require,module,exports){
107039
+ },{"./pathMatch":672,"./permuteDomain":673,"./store":675,"util":400}],672:[function(require,module,exports){
106944
107040
  /*!
106945
107041
  * Copyright (c) 2015, Salesforce.com, Inc.
106946
107042
  * All rights reserved.
@@ -107003,7 +107099,7 @@ function pathMatch (reqPath, cookiePath) {
107003
107099
 
107004
107100
  exports.pathMatch = pathMatch;
107005
107101
 
107006
- },{}],672:[function(require,module,exports){
107102
+ },{}],673:[function(require,module,exports){
107007
107103
  /*!
107008
107104
  * Copyright (c) 2015, Salesforce.com, Inc.
107009
107105
  * All rights reserved.
@@ -107061,7 +107157,7 @@ function permuteDomain (domain) {
107061
107157
 
107062
107158
  exports.permuteDomain = permuteDomain;
107063
107159
 
107064
- },{"./pubsuffix-psl":673}],673:[function(require,module,exports){
107160
+ },{"./pubsuffix-psl":674}],674:[function(require,module,exports){
107065
107161
  /*!
107066
107162
  * Copyright (c) 2018, Salesforce.com, Inc.
107067
107163
  * All rights reserved.
@@ -107101,7 +107197,7 @@ function getPublicSuffix(domain) {
107101
107197
 
107102
107198
  exports.getPublicSuffix = getPublicSuffix;
107103
107199
 
107104
- },{"psl":620}],674:[function(require,module,exports){
107200
+ },{"psl":621}],675:[function(require,module,exports){
107105
107201
  /*!
107106
107202
  * Copyright (c) 2015, Salesforce.com, Inc.
107107
107203
  * All rights reserved.
@@ -107178,11 +107274,11 @@ Store.prototype.getAllCookies = function(cb) {
107178
107274
  throw new Error('getAllCookies is not implemented (therefore jar cannot be serialized)');
107179
107275
  };
107180
107276
 
107181
- },{}],675:[function(require,module,exports){
107277
+ },{}],676:[function(require,module,exports){
107182
107278
  // generated by genversion
107183
107279
  module.exports = '2.5.0'
107184
107280
 
107185
- },{}],676:[function(require,module,exports){
107281
+ },{}],677:[function(require,module,exports){
107186
107282
  (function (process){(function (){
107187
107283
  'use strict'
107188
107284
 
@@ -107430,7 +107526,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
107430
107526
  exports.debug = debug // for test
107431
107527
 
107432
107528
  }).call(this)}).call(this,require('_process'))
107433
- },{"_process":335,"assert":172,"events":266,"http":387,"https":298,"net":225,"safe-buffer":642,"tls":225,"util":400}],677:[function(require,module,exports){
107529
+ },{"_process":335,"assert":172,"events":266,"http":387,"https":298,"net":225,"safe-buffer":643,"tls":225,"util":400}],678:[function(require,module,exports){
107434
107530
  (function(nacl) {
107435
107531
  'use strict';
107436
107532
 
@@ -109820,7 +109916,7 @@ nacl.setPRNG = function(fn) {
109820
109916
 
109821
109917
  })(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {}));
109822
109918
 
109823
- },{"crypto":179}],678:[function(require,module,exports){
109919
+ },{"crypto":179}],679:[function(require,module,exports){
109824
109920
  /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
109825
109921
  (function (global, factory) {
109826
109922
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
@@ -111265,7 +111361,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
111265
111361
  })));
111266
111362
 
111267
111363
 
111268
- },{}],679:[function(require,module,exports){
111364
+ },{}],680:[function(require,module,exports){
111269
111365
  var v1 = require('./v1');
111270
111366
  var v4 = require('./v4');
111271
111367
 
@@ -111275,7 +111371,7 @@ uuid.v4 = v4;
111275
111371
 
111276
111372
  module.exports = uuid;
111277
111373
 
111278
- },{"./v1":682,"./v4":683}],680:[function(require,module,exports){
111374
+ },{"./v1":683,"./v4":684}],681:[function(require,module,exports){
111279
111375
  /**
111280
111376
  * Convert array of 16 byte values to UUID string format of the form:
111281
111377
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -111300,7 +111396,7 @@ function bytesToUuid(buf, offset) {
111300
111396
 
111301
111397
  module.exports = bytesToUuid;
111302
111398
 
111303
- },{}],681:[function(require,module,exports){
111399
+ },{}],682:[function(require,module,exports){
111304
111400
  (function (global){(function (){
111305
111401
  // Unique ID creation requires a high quality random # generator. In the
111306
111402
  // browser this is a little complicated due to unknown quality of Math.random()
@@ -111337,7 +111433,7 @@ if (!rng) {
111337
111433
  module.exports = rng;
111338
111434
 
111339
111435
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
111340
- },{}],682:[function(require,module,exports){
111436
+ },{}],683:[function(require,module,exports){
111341
111437
  var rng = require('./lib/rng');
111342
111438
  var bytesToUuid = require('./lib/bytesToUuid');
111343
111439
 
@@ -111439,7 +111535,7 @@ function v1(options, buf, offset) {
111439
111535
 
111440
111536
  module.exports = v1;
111441
111537
 
111442
- },{"./lib/bytesToUuid":680,"./lib/rng":681}],683:[function(require,module,exports){
111538
+ },{"./lib/bytesToUuid":681,"./lib/rng":682}],684:[function(require,module,exports){
111443
111539
  var rng = require('./lib/rng');
111444
111540
  var bytesToUuid = require('./lib/bytesToUuid');
111445
111541
 
@@ -111470,7 +111566,7 @@ function v4(options, buf, offset) {
111470
111566
 
111471
111567
  module.exports = v4;
111472
111568
 
111473
- },{"./lib/bytesToUuid":680,"./lib/rng":681}],684:[function(require,module,exports){
111569
+ },{"./lib/bytesToUuid":681,"./lib/rng":682}],685:[function(require,module,exports){
111474
111570
  /*
111475
111571
  * verror.js: richer JavaScript errors
111476
111572
  */
@@ -111923,4 +112019,4 @@ WError.prototype.cause = function we_cause(c)
111923
112019
  return (this.jse_cause);
111924
112020
  };
111925
112021
 
111926
- },{"assert-plus":560,"core-util-is":567,"extsprintf":573,"util":400}]},{},[403]);
112022
+ },{"assert-plus":561,"core-util-is":568,"extsprintf":574,"util":400}]},{},[403]);