@hpcc-js/comms 2.84.2 → 2.84.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.
@@ -1,4 +1,4 @@
1
1
  export var PKG_NAME = "@hpcc-js/comms";
2
- export var PKG_VERSION = "2.84.2";
3
- export var BUILD_VERSION = "2.104.28";
2
+ export var PKG_VERSION = "2.84.3";
3
+ export var BUILD_VERSION = "2.104.29";
4
4
  //# sourceMappingURL=__package__.js.map
@@ -1,5 +1,5 @@
1
1
  import { __extends } from "tslib";
2
- import { TopologyServiceBase, WsTopology } from "./wsdl/WsTopology/v1.31/WsTopology";
2
+ import { TopologyServiceBase, WsTopology } from "./wsdl/WsTopology/v1.32/WsTopology";
3
3
  export { WsTopology };
4
4
  var TopologyService = /** @class */ (function (_super) {
5
5
  __extends(TopologyService, _super);
@@ -0,0 +1,83 @@
1
+ import { __extends } from "tslib";
2
+ import { Service } from "../../../../espConnection";
3
+ export var WsTopology;
4
+ (function (WsTopology) {
5
+ var RoxieQueueFilter;
6
+ (function (RoxieQueueFilter) {
7
+ RoxieQueueFilter["All"] = "All";
8
+ RoxieQueueFilter["QueriesOnly"] = "QueriesOnly";
9
+ RoxieQueueFilter["WorkunitsOnly"] = "WorkunitsOnly";
10
+ })(RoxieQueueFilter = WsTopology.RoxieQueueFilter || (WsTopology.RoxieQueueFilter = {}));
11
+ })(WsTopology || (WsTopology = {}));
12
+ var TopologyServiceBase = /** @class */ (function (_super) {
13
+ __extends(TopologyServiceBase, _super);
14
+ function TopologyServiceBase(optsConnection) {
15
+ return _super.call(this, optsConnection, "WsTopology", "1.32") || this;
16
+ }
17
+ TopologyServiceBase.prototype.Ping = function (request) {
18
+ return this._connection.send("Ping", request, "json", false, undefined, "WsTopologyPingResponse");
19
+ };
20
+ TopologyServiceBase.prototype.SystemLog = function (request) {
21
+ return this._connection.send("SystemLog", request, "json", false, undefined, "SystemLogResponse");
22
+ };
23
+ TopologyServiceBase.prototype.TpClusterInfo = function (request) {
24
+ return this._connection.send("TpClusterInfo", request, "json", false, undefined, "TpClusterInfoResponse");
25
+ };
26
+ TopologyServiceBase.prototype.TpClusterQuery = function (request) {
27
+ return this._connection.send("TpClusterQuery", request, "json", false, undefined, "TpClusterQueryResponse");
28
+ };
29
+ TopologyServiceBase.prototype.TpDropZoneQuery = function (request) {
30
+ return this._connection.send("TpDropZoneQuery", request, "json", false, undefined, "TpDropZoneQueryResponse");
31
+ };
32
+ TopologyServiceBase.prototype.TpGetComponentFile = function (request) {
33
+ return this._connection.send("TpGetComponentFile", request, "json", false, undefined, "TpGetComponentFileResponse");
34
+ };
35
+ TopologyServiceBase.prototype.TpGetServicePlugins = function (request) {
36
+ return this._connection.send("TpGetServicePlugins", request, "json", false, undefined, "TpGetServicePluginsResponse");
37
+ };
38
+ TopologyServiceBase.prototype.TpGroupQuery = function (request) {
39
+ return this._connection.send("TpGroupQuery", request, "json", false, undefined, "TpGroupQueryResponse");
40
+ };
41
+ TopologyServiceBase.prototype.TpListLogFiles = function (request) {
42
+ return this._connection.send("TpListLogFiles", request, "json", false, undefined, "TpListLogFilesResponse");
43
+ };
44
+ TopologyServiceBase.prototype.TpListTargetClusters = function (request) {
45
+ return this._connection.send("TpListTargetClusters", request, "json", false, undefined, "TpListTargetClustersResponse");
46
+ };
47
+ TopologyServiceBase.prototype.TpLogFile = function (request) {
48
+ return this._connection.send("TpLogFile", request, "json", false, undefined, "TpLogFileResponse");
49
+ };
50
+ TopologyServiceBase.prototype.TpLogFileDisplay = function (request) {
51
+ return this._connection.send("TpLogFileDisplay", request, "json", false, undefined, "TpLogFileResponse");
52
+ };
53
+ TopologyServiceBase.prototype.TpLogicalClusterQuery = function (request) {
54
+ return this._connection.send("TpLogicalClusterQuery", request, "json", false, undefined, "TpLogicalClusterQueryResponse");
55
+ };
56
+ TopologyServiceBase.prototype.TpMachineInfo = function (request) {
57
+ return this._connection.send("TpMachineInfo", request, "json", false, undefined, "TpMachineInfoResponse");
58
+ };
59
+ TopologyServiceBase.prototype.TpMachineQuery = function (request) {
60
+ return this._connection.send("TpMachineQuery", request, "json", false, undefined, "TpMachineQueryResponse");
61
+ };
62
+ TopologyServiceBase.prototype.TpServiceQuery = function (request) {
63
+ return this._connection.send("TpServiceQuery", request, "json", false, undefined, "TpServiceQueryResponse");
64
+ };
65
+ TopologyServiceBase.prototype.TpSetMachineStatus = function (request) {
66
+ return this._connection.send("TpSetMachineStatus", request, "json", false, undefined, "TpSetMachineStatusResponse");
67
+ };
68
+ TopologyServiceBase.prototype.TpSwapNode = function (request) {
69
+ return this._connection.send("TpSwapNode", request, "json", false, undefined, "TpSwapNodeResponse");
70
+ };
71
+ TopologyServiceBase.prototype.TpTargetClusterQuery = function (request) {
72
+ return this._connection.send("TpTargetClusterQuery", request, "json", false, undefined, "TpTargetClusterQueryResponse");
73
+ };
74
+ TopologyServiceBase.prototype.TpThorStatus = function (request) {
75
+ return this._connection.send("TpThorStatus", request, "json", false, undefined, "TpThorStatusResponse");
76
+ };
77
+ TopologyServiceBase.prototype.TpXMLFile = function (request) {
78
+ return this._connection.send("TpXMLFile", request, "json", false, undefined, "TpXMLFileResponse");
79
+ };
80
+ return TopologyServiceBase;
81
+ }(Service));
82
+ export { TopologyServiceBase };
83
+ //# sourceMappingURL=WsTopology.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WsTopology.js","sourceRoot":"","sources":["../../../../../src/services/wsdl/WsTopology/v1.32/WsTopology.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/comms",
3
- "version": "2.84.2",
3
+ "version": "2.84.3",
4
4
  "description": "hpcc-js - Communications",
5
5
  "main": "dist/index.node.js",
6
6
  "module": "dist/index.es6",
@@ -93,5 +93,5 @@
93
93
  "url": "https://github.com/hpcc-systems/Visualization/issues"
94
94
  },
95
95
  "homepage": "https://github.com/hpcc-systems/Visualization",
96
- "gitHead": "69e26ec0934dcedd4a35f4639b248851d53d4bb5"
96
+ "gitHead": "87c22ec75e0ca73fd77e5bece5ad89a0db92f999"
97
97
  }
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/comms";
2
- export const PKG_VERSION = "2.84.2";
3
- export const BUILD_VERSION = "2.104.28";
2
+ export const PKG_VERSION = "2.84.3";
3
+ export const BUILD_VERSION = "2.104.29";
@@ -1,5 +1,5 @@
1
1
  import { IOptions } from "../connection";
2
- import { TopologyServiceBase, WsTopology } from "./wsdl/WsTopology/v1.31/WsTopology";
2
+ import { TopologyServiceBase, WsTopology } from "./wsdl/WsTopology/v1.32/WsTopology";
3
3
 
4
4
  export {
5
5
  WsTopology