slnodejs 6.1.206 → 6.1.219

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.
@@ -46750,9 +46750,9 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46750
46750
  CockpitNotifier.verifyControllerInitialized();
46751
46751
  CockpitNotifier.controller.submitErrorsBatch(messages);
46752
46752
  };
46753
- CockpitNotifier.sendEvent = function (code) {
46753
+ CockpitNotifier.sendEvent = function (code, data) {
46754
46754
  CockpitNotifier.verifyControllerInitialized();
46755
- CockpitNotifier.controller.submitEvent(code);
46755
+ CockpitNotifier.controller.submitEvent(code, data);
46756
46756
  };
46757
46757
  CockpitNotifier.sendEventOnce = function (code) {
46758
46758
  CockpitNotifier.verifyControllerInitialized();