@hpcc-js/comms 2.79.1 → 2.79.3

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 (34) hide show
  1. package/dist/index.es6.js +9 -12
  2. package/dist/index.es6.js.map +1 -1
  3. package/dist/index.js +9 -12
  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 +9 -12
  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/workunit.js +1 -1
  13. package/lib-es6/ecl/workunit.js.map +1 -1
  14. package/lib-es6/services/wsWorkunits.js +2 -2
  15. package/lib-es6/services/wsWorkunits.js.map +1 -1
  16. package/lib-es6/services/wsdl/WsWorkunits/v1.94/WsWorkunits.js +4 -4
  17. package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js +351 -0
  18. package/lib-es6/services/wsdl/WsWorkunits/v1.95/WsWorkunits.js.map +1 -0
  19. package/package.json +5 -5
  20. package/src/__package__.ts +2 -2
  21. package/src/ecl/workunit.ts +7 -7
  22. package/src/services/wsWorkunits.ts +6 -4
  23. package/src/services/wsdl/WsWorkunits/v1.94/WsWorkunits.ts +4 -4
  24. package/src/services/wsdl/WsWorkunits/v1.95/WsWorkunits.ts +3027 -0
  25. package/types/__package__.d.ts +2 -2
  26. package/types/services/wsWorkunits.d.ts +5 -3
  27. package/types/services/wsWorkunits.d.ts.map +1 -1
  28. package/types/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +4 -4
  29. package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +2483 -0
  30. package/types/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts.map +1 -0
  31. package/types-3.4/__package__.d.ts +2 -2
  32. package/types-3.4/services/wsWorkunits.d.ts +5 -3
  33. package/types-3.4/services/wsdl/WsWorkunits/v1.94/WsWorkunits.d.ts +4 -4
  34. package/types-3.4/services/wsdl/WsWorkunits/v1.95/WsWorkunits.d.ts +2483 -0
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.79.1";
615
- var BUILD_VERSION = "2.104.2";
614
+ var PKG_VERSION = "2.79.3";
615
+ var BUILD_VERSION = "2.104.5";
616
616
 
617
617
  /******************************************************************************
618
618
  Copyright (c) Microsoft Corporation.
@@ -2637,16 +2637,16 @@
2637
2637
  QuerySetQueryActionTypes["ResetQueryStats"] = "ResetQueryStats";
2638
2638
  })(WsWorkunits.QuerySetQueryActionTypes || (WsWorkunits.QuerySetQueryActionTypes = {}));
2639
2639
  (function (WUQueryActivationMode) {
2640
- WUQueryActivationMode[WUQueryActivationMode["Donotactivatequery"] = 0] = "Donotactivatequery";
2641
- WUQueryActivationMode[WUQueryActivationMode["Activatequery"] = 1] = "Activatequery";
2642
- WUQueryActivationMode[WUQueryActivationMode["Activatequerysuspendprevious"] = 2] = "Activatequerysuspendprevious";
2643
- WUQueryActivationMode[WUQueryActivationMode["Activatequerydeleteprevious"] = 3] = "Activatequerydeleteprevious";
2640
+ WUQueryActivationMode[WUQueryActivationMode["DoNotActivateQuery"] = 0] = "DoNotActivateQuery";
2641
+ WUQueryActivationMode[WUQueryActivationMode["ActivateQuery"] = 1] = "ActivateQuery";
2642
+ WUQueryActivationMode[WUQueryActivationMode["ActivateQuerySuspendPrevious"] = 2] = "ActivateQuerySuspendPrevious";
2643
+ WUQueryActivationMode[WUQueryActivationMode["ActivateQueryDeletePrevious"] = 3] = "ActivateQueryDeletePrevious";
2644
2644
  })(WsWorkunits.WUQueryActivationMode || (WsWorkunits.WUQueryActivationMode = {}));
2645
2645
  })(WsWorkunits || (WsWorkunits = {}));
2646
2646
  var WorkunitsServiceBase = /** @class */ (function (_super) {
2647
2647
  __extends(WorkunitsServiceBase, _super);
2648
2648
  function WorkunitsServiceBase(optsConnection) {
2649
- return _super.call(this, optsConnection, "WsWorkunits", "1.94") || this;
2649
+ return _super.call(this, optsConnection, "WsWorkunits", "1.95") || this;
2650
2650
  }
2651
2651
  WorkunitsServiceBase.prototype.GVCAjaxGraph = function (request) {
2652
2652
  return this._connection.send("GVCAjaxGraph", request, "json", false, undefined, "GVCAjaxGraphResponse");
@@ -2663,9 +2663,6 @@
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
- };
2669
2666
  WorkunitsServiceBase.prototype.WUCDebug = function (request) {
2670
2667
  return this._connection.send("WUCDebug", request, "json", false, undefined, "WUDebugResponse");
2671
2668
  };
@@ -2949,7 +2946,7 @@
2949
2946
  var WorkunitsService = /** @class */ (function (_super) {
2950
2947
  __extends(WorkunitsService, _super);
2951
2948
  function WorkunitsService(optsConnection) {
2952
- return _super.call(this, optsConnection, "WsWorkunits", "1.85") || this;
2949
+ return _super.call(this, optsConnection, "WsWorkunits", "1.95") || this;
2953
2950
  }
2954
2951
  WorkunitsService.prototype.opts = function () {
2955
2952
  return this._connection.opts();
@@ -6033,8 +6030,8 @@
6033
6030
  }
6034
6031
  formattedProps[scopeProperty.Name] = (_a = scopeProperty.Formatted) !== null && _a !== void 0 ? _a : props[scopeProperty.Name];
6035
6032
  }
6036
- data.push(__assign({ id: scope.Id, name: scope.ScopeName, type: scope.ScopeType, __formattedProps: formattedProps }, props));
6037
6033
  }
6034
+ data.push(__assign({ id: scope.Id, name: scope.ScopeName, type: scope.ScopeType, __formattedProps: formattedProps }, props));
6038
6035
  }
6039
6036
  return {
6040
6037
  meta: meta,