@hpcc-js/comms 2.81.1 → 2.82.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/index.es6.js +11 -3
  2. package/dist/index.es6.js.map +1 -1
  3. package/dist/index.js +11 -3
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist/index.node.js +11 -3
  8. package/dist/index.node.js.map +1 -1
  9. package/dist/index.node.min.js +1 -1
  10. package/dist/index.node.min.js.map +1 -1
  11. package/lib-es6/__package__.js +2 -2
  12. package/lib-es6/ecl/logicalFile.js +5 -0
  13. package/lib-es6/ecl/logicalFile.js.map +1 -1
  14. package/lib-es6/services/wsDFU.js +1 -1
  15. package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js +145 -0
  16. package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js.map +1 -0
  17. package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js +3 -0
  18. package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js.map +1 -1
  19. package/package.json +2 -2
  20. package/src/__package__.ts +2 -2
  21. package/src/ecl/logicalFile.ts +1 -0
  22. package/src/services/wsDFU.ts +1 -1
  23. package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +1513 -0
  24. package/src/services/wsdl/WsWorkunits/v1.95/WsWorkunits.ts +106 -60
  25. package/types/__package__.d.ts +2 -2
  26. package/types/ecl/logicalFile.d.ts +1 -0
  27. package/types/ecl/logicalFile.d.ts.map +1 -1
  28. package/types/services/wsDFU.d.ts +1 -1
  29. package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +1280 -0
  30. package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts.map +1 -0
  31. package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +92 -54
  32. package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts.map +1 -1
  33. package/types-3.4/__package__.d.ts +2 -2
  34. package/types-3.4/ecl/logicalFile.d.ts +1 -0
  35. package/types-3.4/services/wsDFU.d.ts +1 -1
  36. package/types-3.4/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +1280 -0
  37. package/types-3.4/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +92 -54
package/dist/index.js CHANGED
@@ -611,8 +611,8 @@
611
611
  }
612
612
 
613
613
  var PKG_NAME = "@hpcc-js/comms";
614
- var PKG_VERSION = "2.81.1";
615
- var BUILD_VERSION = "2.104.14";
614
+ var PKG_VERSION = "2.82.1";
615
+ var BUILD_VERSION = "2.104.18";
616
616
 
617
617
  /******************************************************************************
618
618
  Copyright (c) Microsoft Corporation.
@@ -1626,7 +1626,7 @@
1626
1626
  var DfuServiceBase = /** @class */ (function (_super) {
1627
1627
  __extends(DfuServiceBase, _super);
1628
1628
  function DfuServiceBase(optsConnection) {
1629
- return _super.call(this, optsConnection, "WsDfu", "1.63") || this;
1629
+ return _super.call(this, optsConnection, "WsDfu", "1.65") || this;
1630
1630
  }
1631
1631
  DfuServiceBase.prototype.Add = function (request) {
1632
1632
  return this._connection.send("Add", request, "json", false, undefined, "AddResponse");
@@ -2663,6 +2663,9 @@
2663
2663
  WorkunitsServiceBase.prototype.WUAddLocalFileToWorkunit = function (request) {
2664
2664
  return this._connection.send("WUAddLocalFileToWorkunit", request, "json", false, undefined, "WUAddLocalFileToWorkunitResponse");
2665
2665
  };
2666
+ WorkunitsServiceBase.prototype.WUAnalyseHotspot = function (request) {
2667
+ return this._connection.send("WUAnalyseHotspot", request, "json", false, undefined, "WUAnalyseHotspotResponse");
2668
+ };
2666
2669
  WorkunitsServiceBase.prototype.WUCDebug = function (request) {
2667
2670
  return this._connection.send("WUCDebug", request, "json", false, undefined, "WUDebugResponse");
2668
2671
  };
@@ -6996,6 +6999,11 @@
6996
6999
  enumerable: false,
6997
7000
  configurable: true
6998
7001
  });
7002
+ Object.defineProperty(LogicalFile.prototype, "ExtendedIndexInfo", {
7003
+ get: function () { return this.get("ExtendedIndexInfo"); },
7004
+ enumerable: false,
7005
+ configurable: true
7006
+ });
6999
7007
  Object.defineProperty(LogicalFile.prototype, "properties", {
7000
7008
  get: function () { return this.get(); },
7001
7009
  enumerable: false,