@hpcc-js/comms 2.63.0 → 2.68.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -603,8 +603,8 @@
603
603
  }
604
604
 
605
605
  var PKG_NAME = "@hpcc-js/comms";
606
- var PKG_VERSION = "2.63.0";
607
- var BUILD_VERSION = "2.92.0";
606
+ var PKG_VERSION = "2.68.0";
607
+ var BUILD_VERSION = "2.99.0";
608
608
 
609
609
  /*! *****************************************************************************
610
610
  Copyright (c) Microsoft Corporation.
@@ -5371,6 +5371,13 @@
5371
5371
  if (clusterName === void 0) { clusterName = ""; }
5372
5372
  return this.Running.ActiveWorkunit.filter(function (awu) { return clusterName === "" || awu.ClusterName === clusterName; }).map(function (awu) { return Workunit.attach(_this.connection.connectionOptions(), awu.Wuid, awu); });
5373
5373
  };
5374
+ Activity.prototype.setBanner = function (request) {
5375
+ var _this = this;
5376
+ return this.connection.SetBanner(__assign({}, request)).then(function (response) {
5377
+ _this.set(response);
5378
+ return _this;
5379
+ });
5380
+ };
5374
5381
  Activity.prototype.refresh = function () {
5375
5382
  return __awaiter(this, void 0, void 0, function () {
5376
5383
  return __generator(this, function (_a) {