@hpcc-js/comms 2.95.0 → 2.96.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
@@ -648,8 +648,8 @@
648
648
  }
649
649
 
650
650
  var PKG_NAME = "@hpcc-js/comms";
651
- var PKG_VERSION = "2.95.0";
652
- var BUILD_VERSION = "2.106.3";
651
+ var PKG_VERSION = "2.96.0";
652
+ var BUILD_VERSION = "2.106.9";
653
653
 
654
654
  /******************************************************************************
655
655
  Copyright (c) Microsoft Corporation.
@@ -1596,11 +1596,14 @@
1596
1596
  var DaliServiceBase = /** @class */ (function (_super) {
1597
1597
  __extends(DaliServiceBase, _super);
1598
1598
  function DaliServiceBase(optsConnection) {
1599
- return _super.call(this, optsConnection, "WSDali", "1.04") || this;
1599
+ return _super.call(this, optsConnection, "WSDali", "1.07") || this;
1600
1600
  }
1601
1601
  DaliServiceBase.prototype.Add = function (request) {
1602
1602
  return this._connection.send("Add", request, "json", false, undefined, "ResultResponse");
1603
1603
  };
1604
+ DaliServiceBase.prototype.ClearTraceTransactions = function (request) {
1605
+ return this._connection.send("ClearTraceTransactions", request, "json", false, undefined, "ResultResponse");
1606
+ };
1604
1607
  DaliServiceBase.prototype.Count = function (request) {
1605
1608
  return this._connection.send("Count", request, "json", false, undefined, "CountResponse");
1606
1609
  };
@@ -1616,6 +1619,15 @@
1616
1619
  DaliServiceBase.prototype.Delete = function (request) {
1617
1620
  return this._connection.send("Delete", request, "json", false, undefined, "ResultResponse");
1618
1621
  };
1622
+ DaliServiceBase.prototype.DisconnectClientConnection = function (request) {
1623
+ return this._connection.send("DisconnectClientConnection", request, "json", false, undefined, "ResultResponse");
1624
+ };
1625
+ DaliServiceBase.prototype.GetClients = function (request) {
1626
+ return this._connection.send("GetClients", request, "json", false, undefined, "ResultResponse");
1627
+ };
1628
+ DaliServiceBase.prototype.GetConnections = function (request) {
1629
+ return this._connection.send("GetConnections", request, "json", false, undefined, "ResultResponse");
1630
+ };
1619
1631
  DaliServiceBase.prototype.GetDFSCSV = function (request) {
1620
1632
  return this._connection.send("GetDFSCSV", request, "json", false, undefined, "ResultResponse");
1621
1633
  };
@@ -1634,27 +1646,48 @@
1634
1646
  DaliServiceBase.prototype.GetProtectedList = function (request) {
1635
1647
  return this._connection.send("GetProtectedList", request, "json", false, undefined, "ResultResponse");
1636
1648
  };
1649
+ DaliServiceBase.prototype.GetSDSStats = function (request) {
1650
+ return this._connection.send("GetSDSStats", request, "json", false, undefined, "ResultResponse");
1651
+ };
1652
+ DaliServiceBase.prototype.GetSDSSubscribers = function (request) {
1653
+ return this._connection.send("GetSDSSubscribers", request, "json", false, undefined, "ResultResponse");
1654
+ };
1637
1655
  DaliServiceBase.prototype.GetValue = function (request) {
1638
1656
  return this._connection.send("GetValue", request, "json", false, undefined, "ResultResponse");
1639
1657
  };
1640
1658
  DaliServiceBase.prototype.Import = function (request) {
1641
1659
  return this._connection.send("Import", request, "json", false, undefined, "ResultResponse");
1642
1660
  };
1661
+ DaliServiceBase.prototype.ListSDSLocks = function (request) {
1662
+ return this._connection.send("ListSDSLocks", request, "json", false, undefined, "ResultResponse");
1663
+ };
1643
1664
  DaliServiceBase.prototype.Ping = function (request) {
1644
1665
  return this._connection.send("Ping", request, "json", false, undefined, "WSDaliPingResponse");
1645
1666
  };
1667
+ DaliServiceBase.prototype.SaveSDSStore = function (request) {
1668
+ return this._connection.send("SaveSDSStore", request, "json", false, undefined, "ResultResponse");
1669
+ };
1646
1670
  DaliServiceBase.prototype.SetLogicalFilePartAttr = function (request) {
1647
1671
  return this._connection.send("SetLogicalFilePartAttr", request, "json", false, undefined, "ResultResponse");
1648
1672
  };
1649
1673
  DaliServiceBase.prototype.SetProtected = function (request) {
1650
1674
  return this._connection.send("SetProtected", request, "json", false, undefined, "ResultResponse");
1651
1675
  };
1676
+ DaliServiceBase.prototype.SetTraceSlowTransactions = function (request) {
1677
+ return this._connection.send("SetTraceSlowTransactions", request, "json", false, undefined, "ResultResponse");
1678
+ };
1679
+ DaliServiceBase.prototype.SetTraceTransactions = function (request) {
1680
+ return this._connection.send("SetTraceTransactions", request, "json", false, undefined, "ResultResponse");
1681
+ };
1652
1682
  DaliServiceBase.prototype.SetUnprotected = function (request) {
1653
1683
  return this._connection.send("SetUnprotected", request, "json", false, undefined, "ResultResponse");
1654
1684
  };
1655
1685
  DaliServiceBase.prototype.SetValue = function (request) {
1656
1686
  return this._connection.send("SetValue", request, "json", false, undefined, "ResultResponse");
1657
1687
  };
1688
+ DaliServiceBase.prototype.UnlockSDSLock = function (request) {
1689
+ return this._connection.send("UnlockSDSLock", request, "json", false, undefined, "ResultResponse");
1690
+ };
1658
1691
  return DaliServiceBase;
1659
1692
  }(Service));
1660
1693
 
@@ -3308,9 +3341,9 @@
3308
3341
  return { result: false, error: e };
3309
3342
  });
3310
3343
  };
3311
- WorkunitsService.prototype.WUQuery = function (request) {
3344
+ WorkunitsService.prototype.WUQuery = function (request, abortSignal) {
3312
3345
  if (request === void 0) { request = {}; }
3313
- return _super.prototype.WUQuery.call(this, request).then(function (response) {
3346
+ return this._connection.send("WUQuery", request, "json", false, abortSignal).then(function (response) {
3314
3347
  return util.deepMixin({ Workunits: { ECLWorkunit: [] } }, response);
3315
3348
  });
3316
3349
  };