@hpcc-js/comms 2.78.0 → 2.78.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 (33) hide show
  1. package/dist/index.es6.js +51 -51
  2. package/dist/index.es6.js.map +1 -1
  3. package/dist/index.js +50 -50
  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 +50 -50
  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/services/wsLogaccess.js +7 -7
  13. package/lib-es6/services/wsLogaccess.js.map +1 -1
  14. package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js +19 -19
  15. package/lib-es6/services/wsdl/WsDali/v1.04/WsDali.js.map +1 -1
  16. package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js +27 -24
  17. package/lib-es6/services/wsdl/ws_logaccess/v1.02/ws_logaccess.js.map +1 -1
  18. package/package.json +3 -3
  19. package/src/__package__.ts +2 -2
  20. package/src/services/wsLogaccess.ts +7 -7
  21. package/src/services/wsdl/WsDali/v1.04/WsDali.ts +156 -156
  22. package/src/services/wsdl/ws_logaccess/v1.02/ws_logaccess.ts +26 -26
  23. package/types/__package__.d.ts +2 -2
  24. package/types/services/wsLogaccess.d.ts +2 -2
  25. package/types/services/wsLogaccess.d.ts.map +1 -1
  26. package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts +27 -27
  27. package/types/services/wsdl/WsDali/v1.04/WsDali.d.ts.map +1 -1
  28. package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +39 -39
  29. package/types/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts.map +1 -1
  30. package/types-3.4/__package__.d.ts +2 -2
  31. package/types-3.4/services/wsLogaccess.d.ts +2 -2
  32. package/types-3.4/services/wsdl/WsDali/v1.04/WsDali.d.ts +27 -27
  33. package/types-3.4/services/wsdl/ws_logaccess/v1.02/ws_logaccess.d.ts +39 -39
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.78.0";
615
- var BUILD_VERSION = "2.103.4";
614
+ var PKG_VERSION = "2.78.1";
615
+ var BUILD_VERSION = "2.103.5";
616
616
 
617
617
  /*! *****************************************************************************
618
618
  Copyright (c) Microsoft Corporation.
@@ -1510,61 +1510,61 @@
1510
1510
  return _super.call(this, optsConnection, "WSDali", "1.04") || this;
1511
1511
  }
1512
1512
  DaliServiceBase.prototype.Add = function (request) {
1513
- return this._connection.send("Add", request);
1513
+ return this._connection.send("Add", request, "json", false, undefined, "ResultResponse");
1514
1514
  };
1515
1515
  DaliServiceBase.prototype.Count = function (request) {
1516
- return this._connection.send("Count", request);
1516
+ return this._connection.send("Count", request, "json", false, undefined, "CountResponse");
1517
1517
  };
1518
1518
  DaliServiceBase.prototype.DFSCheck = function (request) {
1519
- return this._connection.send("DFSCheck", request);
1519
+ return this._connection.send("DFSCheck", request, "json", false, undefined, "ResultResponse");
1520
1520
  };
1521
1521
  DaliServiceBase.prototype.DFSExists = function (request) {
1522
- return this._connection.send("DFSExists", request);
1522
+ return this._connection.send("DFSExists", request, "json", false, undefined, "BooleanResponse");
1523
1523
  };
1524
1524
  DaliServiceBase.prototype.DFSLS = function (request) {
1525
- return this._connection.send("DFSLS", request);
1525
+ return this._connection.send("DFSLS", request, "json", false, undefined, "ResultResponse");
1526
1526
  };
1527
1527
  DaliServiceBase.prototype.Delete = function (request) {
1528
- return this._connection.send("Delete", request);
1528
+ return this._connection.send("Delete", request, "json", false, undefined, "ResultResponse");
1529
1529
  };
1530
1530
  DaliServiceBase.prototype.GetDFSCSV = function (request) {
1531
- return this._connection.send("GetDFSCSV", request);
1531
+ return this._connection.send("GetDFSCSV", request, "json", false, undefined, "ResultResponse");
1532
1532
  };
1533
1533
  DaliServiceBase.prototype.GetDFSMap = function (request) {
1534
- return this._connection.send("GetDFSMap", request);
1534
+ return this._connection.send("GetDFSMap", request, "json", false, undefined, "ResultResponse");
1535
1535
  };
1536
1536
  DaliServiceBase.prototype.GetDFSParents = function (request) {
1537
- return this._connection.send("GetDFSParents", request);
1537
+ return this._connection.send("GetDFSParents", request, "json", false, undefined, "ResultResponse");
1538
1538
  };
1539
1539
  DaliServiceBase.prototype.GetLogicalFile = function (request) {
1540
- return this._connection.send("GetLogicalFile", request);
1540
+ return this._connection.send("GetLogicalFile", request, "json", false, undefined, "ResultResponse");
1541
1541
  };
1542
1542
  DaliServiceBase.prototype.GetLogicalFilePart = function (request) {
1543
- return this._connection.send("GetLogicalFilePart", request);
1543
+ return this._connection.send("GetLogicalFilePart", request, "json", false, undefined, "ResultResponse");
1544
1544
  };
1545
1545
  DaliServiceBase.prototype.GetProtectedList = function (request) {
1546
- return this._connection.send("GetProtectedList", request);
1546
+ return this._connection.send("GetProtectedList", request, "json", false, undefined, "ResultResponse");
1547
1547
  };
1548
1548
  DaliServiceBase.prototype.GetValue = function (request) {
1549
- return this._connection.send("GetValue", request);
1549
+ return this._connection.send("GetValue", request, "json", false, undefined, "ResultResponse");
1550
1550
  };
1551
1551
  DaliServiceBase.prototype.Import = function (request) {
1552
- return this._connection.send("Import", request);
1552
+ return this._connection.send("Import", request, "json", false, undefined, "ResultResponse");
1553
1553
  };
1554
1554
  DaliServiceBase.prototype.Ping = function (request) {
1555
- return this._connection.send("Ping", request);
1555
+ return this._connection.send("Ping", request, "json", false, undefined, "WSDaliPingResponse");
1556
1556
  };
1557
1557
  DaliServiceBase.prototype.SetLogicalFilePartAttr = function (request) {
1558
- return this._connection.send("SetLogicalFilePartAttr", request);
1558
+ return this._connection.send("SetLogicalFilePartAttr", request, "json", false, undefined, "ResultResponse");
1559
1559
  };
1560
1560
  DaliServiceBase.prototype.SetProtected = function (request) {
1561
- return this._connection.send("SetProtected", request);
1561
+ return this._connection.send("SetProtected", request, "json", false, undefined, "ResultResponse");
1562
1562
  };
1563
1563
  DaliServiceBase.prototype.SetUnprotected = function (request) {
1564
- return this._connection.send("SetUnprotected", request);
1564
+ return this._connection.send("SetUnprotected", request, "json", false, undefined, "ResultResponse");
1565
1565
  };
1566
1566
  DaliServiceBase.prototype.SetValue = function (request) {
1567
- return this._connection.send("SetValue", request);
1567
+ return this._connection.send("SetValue", request, "json", false, undefined, "ResultResponse");
1568
1568
  };
1569
1569
  return DaliServiceBase;
1570
1570
  }(Service));
@@ -1899,30 +1899,30 @@
1899
1899
  return ElkService;
1900
1900
  }(ElkServiceBase));
1901
1901
 
1902
- exports.LogAccessType = void 0;
1903
- (function (LogAccessType) {
1904
- LogAccessType[LogAccessType["All"] = 0] = "All";
1905
- LogAccessType[LogAccessType["ByJobIdID"] = 1] = "ByJobIdID";
1906
- LogAccessType[LogAccessType["ByComponent"] = 2] = "ByComponent";
1907
- LogAccessType[LogAccessType["ByLogType"] = 3] = "ByLogType";
1908
- LogAccessType[LogAccessType["ByTargetAudience"] = 4] = "ByTargetAudience";
1909
- LogAccessType[LogAccessType["BySourceInstance"] = 5] = "BySourceInstance";
1910
- LogAccessType[LogAccessType["BySourceNode"] = 6] = "BySourceNode";
1911
- LogAccessType[LogAccessType["ByFieldName"] = 7] = "ByFieldName";
1912
- })(exports.LogAccessType || (exports.LogAccessType = {}));
1913
- var LogAccessFilterOperator;
1914
- (function (LogAccessFilterOperator) {
1915
- LogAccessFilterOperator[LogAccessFilterOperator["NONE"] = 0] = "NONE";
1916
- LogAccessFilterOperator[LogAccessFilterOperator["AND"] = 1] = "AND";
1917
- LogAccessFilterOperator[LogAccessFilterOperator["OR"] = 2] = "OR";
1918
- })(LogAccessFilterOperator || (LogAccessFilterOperator = {}));
1919
- var LogSelectColumnMode;
1920
- (function (LogSelectColumnMode) {
1921
- LogSelectColumnMode[LogSelectColumnMode["MIN"] = 0] = "MIN";
1922
- LogSelectColumnMode[LogSelectColumnMode["DEFAULT"] = 1] = "DEFAULT";
1923
- LogSelectColumnMode[LogSelectColumnMode["ALL"] = 2] = "ALL";
1924
- LogSelectColumnMode[LogSelectColumnMode["CUSTOM"] = 3] = "CUSTOM";
1925
- })(LogSelectColumnMode || (LogSelectColumnMode = {}));
1902
+ exports.WsLogaccess = void 0;
1903
+ (function (WsLogaccess) {
1904
+ (function (LogAccessType) {
1905
+ LogAccessType[LogAccessType["All"] = 0] = "All";
1906
+ LogAccessType[LogAccessType["ByJobIdID"] = 1] = "ByJobIdID";
1907
+ LogAccessType[LogAccessType["ByComponent"] = 2] = "ByComponent";
1908
+ LogAccessType[LogAccessType["ByLogType"] = 3] = "ByLogType";
1909
+ LogAccessType[LogAccessType["ByTargetAudience"] = 4] = "ByTargetAudience";
1910
+ LogAccessType[LogAccessType["BySourceInstance"] = 5] = "BySourceInstance";
1911
+ LogAccessType[LogAccessType["BySourceNode"] = 6] = "BySourceNode";
1912
+ LogAccessType[LogAccessType["ByFieldName"] = 7] = "ByFieldName";
1913
+ })(WsLogaccess.LogAccessType || (WsLogaccess.LogAccessType = {}));
1914
+ (function (LogAccessFilterOperator) {
1915
+ LogAccessFilterOperator[LogAccessFilterOperator["NONE"] = 0] = "NONE";
1916
+ LogAccessFilterOperator[LogAccessFilterOperator["AND"] = 1] = "AND";
1917
+ LogAccessFilterOperator[LogAccessFilterOperator["OR"] = 2] = "OR";
1918
+ })(WsLogaccess.LogAccessFilterOperator || (WsLogaccess.LogAccessFilterOperator = {}));
1919
+ (function (LogSelectColumnMode) {
1920
+ LogSelectColumnMode[LogSelectColumnMode["MIN"] = 0] = "MIN";
1921
+ LogSelectColumnMode[LogSelectColumnMode["DEFAULT"] = 1] = "DEFAULT";
1922
+ LogSelectColumnMode[LogSelectColumnMode["ALL"] = 2] = "ALL";
1923
+ LogSelectColumnMode[LogSelectColumnMode["CUSTOM"] = 3] = "CUSTOM";
1924
+ })(WsLogaccess.LogSelectColumnMode || (WsLogaccess.LogSelectColumnMode = {}));
1925
+ })(exports.WsLogaccess || (exports.WsLogaccess = {}));
1926
1926
  var LogaccessServiceBase = /** @class */ (function (_super) {
1927
1927
  __extends(LogaccessServiceBase, _super);
1928
1928
  function LogaccessServiceBase(optsConnection) {
@@ -1984,7 +1984,7 @@
1984
1984
  leftBinaryFilter: {
1985
1985
  BinaryLogFilter: [{
1986
1986
  leftFilter: {
1987
- LogCategory: exports.LogAccessType.All,
1987
+ LogCategory: exports.WsLogaccess.LogAccessType.All,
1988
1988
  },
1989
1989
  }]
1990
1990
  }
@@ -1994,14 +1994,14 @@
1994
1994
  },
1995
1995
  LogLineStartFrom: (_a = request.LogLineStartFrom) !== null && _a !== void 0 ? _a : 0,
1996
1996
  LogLineLimit: (_b = request.LogLineLimit) !== null && _b !== void 0 ? _b : 100,
1997
- SelectColumnMode: LogSelectColumnMode.DEFAULT,
1997
+ SelectColumnMode: exports.WsLogaccess.LogSelectColumnMode.DEFAULT,
1998
1998
  Format: "JSON"
1999
1999
  };
2000
2000
  var filters = [];
2001
2001
  for (var key in request) {
2002
2002
  if (key in exports.KnownColumns) {
2003
2003
  filters.push({
2004
- LogCategory: exports.LogAccessType.ByFieldName,
2004
+ LogCategory: exports.WsLogaccess.LogAccessType.ByFieldName,
2005
2005
  SearchField: exports.KnownColumns[key],
2006
2006
  SearchByValue: request[key]
2007
2007
  });
@@ -2013,11 +2013,11 @@
2013
2013
  binaryLogFilter.leftFilter = filter;
2014
2014
  }
2015
2015
  else if (i === filters.length - 1) {
2016
- binaryLogFilter.Operator = LogAccessFilterOperator.AND;
2016
+ binaryLogFilter.Operator = exports.WsLogaccess.LogAccessFilterOperator.AND;
2017
2017
  binaryLogFilter.rightFilter = filter;
2018
2018
  }
2019
2019
  else {
2020
- binaryLogFilter.Operator = LogAccessFilterOperator.AND;
2020
+ binaryLogFilter.Operator = exports.WsLogaccess.LogAccessFilterOperator.AND;
2021
2021
  binaryLogFilter.rightBinaryFilter = {
2022
2022
  BinaryLogFilter: [{
2023
2023
  leftFilter: filter