@hpcc-js/comms 2.78.1 → 2.78.2

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
@@ -611,8 +611,8 @@
611
611
  }
612
612
 
613
613
  var PKG_NAME = "@hpcc-js/comms";
614
- var PKG_VERSION = "2.78.1";
615
- var BUILD_VERSION = "2.103.5";
614
+ var PKG_VERSION = "2.78.2";
615
+ var BUILD_VERSION = "2.103.6";
616
616
 
617
617
  /*! *****************************************************************************
618
618
  Copyright (c) Microsoft Corporation.
@@ -1577,145 +1577,145 @@
1577
1577
  return DaliService;
1578
1578
  }(DaliServiceBase));
1579
1579
 
1580
- exports.DFUArrayActions = void 0;
1581
- (function (DFUArrayActions) {
1582
- DFUArrayActions["Delete"] = "Delete";
1583
- DFUArrayActions["AddToSuperfile"] = "AddToSuperfile";
1584
- DFUArrayActions["ChangeProtection"] = "ChangeProtection";
1585
- DFUArrayActions["ChangeRestriction"] = "ChangeRestriction";
1586
- })(exports.DFUArrayActions || (exports.DFUArrayActions = {}));
1587
- exports.DFUChangeProtection = void 0;
1588
- (function (DFUChangeProtection) {
1589
- DFUChangeProtection[DFUChangeProtection["NoChange"] = 0] = "NoChange";
1590
- DFUChangeProtection[DFUChangeProtection["Protect"] = 1] = "Protect";
1591
- DFUChangeProtection[DFUChangeProtection["Unprotect"] = 2] = "Unprotect";
1592
- DFUChangeProtection[DFUChangeProtection["UnprotectAll"] = 3] = "UnprotectAll";
1593
- })(exports.DFUChangeProtection || (exports.DFUChangeProtection = {}));
1594
- exports.DFUChangeRestriction = void 0;
1595
- (function (DFUChangeRestriction) {
1596
- DFUChangeRestriction[DFUChangeRestriction["NoChange"] = 0] = "NoChange";
1597
- DFUChangeRestriction[DFUChangeRestriction["Restrict"] = 1] = "Restrict";
1598
- DFUChangeRestriction[DFUChangeRestriction["Unrestricted"] = 2] = "Unrestricted";
1599
- })(exports.DFUChangeRestriction || (exports.DFUChangeRestriction = {}));
1600
- exports.DFUDefFileFormat = void 0;
1601
- (function (DFUDefFileFormat) {
1602
- DFUDefFileFormat["Xml"] = "Xml";
1603
- DFUDefFileFormat["Def"] = "Def";
1604
- })(exports.DFUDefFileFormat || (exports.DFUDefFileFormat = {}));
1605
- exports.FileAccessRole = void 0;
1606
- (function (FileAccessRole) {
1607
- FileAccessRole["Token"] = "Token";
1608
- FileAccessRole["Engine"] = "Engine";
1609
- FileAccessRole["External"] = "External";
1610
- })(exports.FileAccessRole || (exports.FileAccessRole = {}));
1611
- exports.SecAccessType = void 0;
1612
- (function (SecAccessType) {
1613
- SecAccessType["None"] = "None";
1614
- SecAccessType["Access"] = "Access";
1615
- SecAccessType["Read"] = "Read";
1616
- SecAccessType["Write"] = "Write";
1617
- SecAccessType["Full"] = "Full";
1618
- })(exports.SecAccessType || (exports.SecAccessType = {}));
1619
- exports.DFUFileType = void 0;
1620
- (function (DFUFileType) {
1621
- DFUFileType["Flat"] = "Flat";
1622
- DFUFileType["Index"] = "Index";
1623
- DFUFileType["Xml"] = "Xml";
1624
- DFUFileType["Csv"] = "Csv";
1625
- DFUFileType["Json"] = "Json";
1626
- DFUFileType["IndexLocal"] = "IndexLocal";
1627
- DFUFileType["IndexPartitioned"] = "IndexPartitioned";
1628
- DFUFileType["Unset"] = "Unset";
1629
- })(exports.DFUFileType || (exports.DFUFileType = {}));
1580
+ exports.WsDfu = void 0;
1581
+ (function (WsDfu) {
1582
+ (function (DFUArrayActions) {
1583
+ DFUArrayActions["Delete"] = "Delete";
1584
+ DFUArrayActions["AddToSuperfile"] = "AddToSuperfile";
1585
+ DFUArrayActions["ChangeProtection"] = "ChangeProtection";
1586
+ DFUArrayActions["ChangeRestriction"] = "ChangeRestriction";
1587
+ })(WsDfu.DFUArrayActions || (WsDfu.DFUArrayActions = {}));
1588
+ (function (DFUChangeProtection) {
1589
+ DFUChangeProtection[DFUChangeProtection["NoChange"] = 0] = "NoChange";
1590
+ DFUChangeProtection[DFUChangeProtection["Protect"] = 1] = "Protect";
1591
+ DFUChangeProtection[DFUChangeProtection["Unprotect"] = 2] = "Unprotect";
1592
+ DFUChangeProtection[DFUChangeProtection["UnprotectAll"] = 3] = "UnprotectAll";
1593
+ })(WsDfu.DFUChangeProtection || (WsDfu.DFUChangeProtection = {}));
1594
+ (function (DFUChangeRestriction) {
1595
+ DFUChangeRestriction[DFUChangeRestriction["NoChange"] = 0] = "NoChange";
1596
+ DFUChangeRestriction[DFUChangeRestriction["Restrict"] = 1] = "Restrict";
1597
+ DFUChangeRestriction[DFUChangeRestriction["Unrestricted"] = 2] = "Unrestricted";
1598
+ })(WsDfu.DFUChangeRestriction || (WsDfu.DFUChangeRestriction = {}));
1599
+ (function (DFUDefFileFormat) {
1600
+ DFUDefFileFormat["xml"] = "xml";
1601
+ DFUDefFileFormat["def"] = "def";
1602
+ })(WsDfu.DFUDefFileFormat || (WsDfu.DFUDefFileFormat = {}));
1603
+ (function (FileAccessRole) {
1604
+ FileAccessRole["Token"] = "Token";
1605
+ FileAccessRole["Engine"] = "Engine";
1606
+ FileAccessRole["External"] = "External";
1607
+ })(WsDfu.FileAccessRole || (WsDfu.FileAccessRole = {}));
1608
+ (function (SecAccessType) {
1609
+ SecAccessType["None"] = "None";
1610
+ SecAccessType["Access"] = "Access";
1611
+ SecAccessType["Read"] = "Read";
1612
+ SecAccessType["Write"] = "Write";
1613
+ SecAccessType["Full"] = "Full";
1614
+ })(WsDfu.SecAccessType || (WsDfu.SecAccessType = {}));
1615
+ (function (DFUFileType) {
1616
+ DFUFileType["Flat"] = "Flat";
1617
+ DFUFileType["Index"] = "Index";
1618
+ DFUFileType["Xml"] = "Xml";
1619
+ DFUFileType["Csv"] = "Csv";
1620
+ DFUFileType["Json"] = "Json";
1621
+ DFUFileType["IndexLocal"] = "IndexLocal";
1622
+ DFUFileType["IndexPartitioned"] = "IndexPartitioned";
1623
+ DFUFileType["Unset"] = "Unset";
1624
+ })(WsDfu.DFUFileType || (WsDfu.DFUFileType = {}));
1625
+ })(exports.WsDfu || (exports.WsDfu = {}));
1630
1626
  var DfuServiceBase = /** @class */ (function (_super) {
1631
1627
  __extends(DfuServiceBase, _super);
1632
1628
  function DfuServiceBase(optsConnection) {
1633
1629
  return _super.call(this, optsConnection, "WsDfu", "1.63") || this;
1634
1630
  }
1635
1631
  DfuServiceBase.prototype.Add = function (request) {
1636
- return this._connection.send("Add", request);
1632
+ return this._connection.send("Add", request, "json", false, undefined, "AddResponse");
1637
1633
  };
1638
1634
  DfuServiceBase.prototype.AddRemote = function (request) {
1639
- return this._connection.send("AddRemote", request);
1635
+ return this._connection.send("AddRemote", request, "json", false, undefined, "AddRemoteResponse");
1640
1636
  };
1641
1637
  DfuServiceBase.prototype.AddtoSuperfile = function (request) {
1642
- return this._connection.send("AddtoSuperfile", request);
1638
+ return this._connection.send("AddtoSuperfile", request, "json", false, undefined, "AddtoSuperfileResponse");
1643
1639
  };
1644
1640
  DfuServiceBase.prototype.DFUArrayAction = function (request) {
1645
- return this._connection.send("DFUArrayAction", request);
1641
+ return this._connection.send("DFUArrayAction", request, "json", false, undefined, "DFUArrayActionResponse");
1646
1642
  };
1647
1643
  DfuServiceBase.prototype.DFUBrowseData = function (request) {
1648
- return this._connection.send("DFUBrowseData", request);
1644
+ return this._connection.send("DFUBrowseData", request, "json", false, undefined, "DFUBrowseDataResponse");
1649
1645
  };
1650
1646
  DfuServiceBase.prototype.DFUDefFile = function (request) {
1651
- return this._connection.send("DFUDefFile", request);
1647
+ return this._connection.send("DFUDefFile", request, "json", false, undefined, "DFUDefFileResponse");
1652
1648
  };
1653
1649
  DfuServiceBase.prototype.DFUFileAccess = function (request) {
1654
- return this._connection.send("DFUFileAccess", request);
1650
+ return this._connection.send("DFUFileAccess", request, "json", false, undefined, "DFUFileAccessResponse");
1655
1651
  };
1656
1652
  DfuServiceBase.prototype.DFUFileAccessV2 = function (request) {
1657
- return this._connection.send("DFUFileAccessV2", request);
1653
+ return this._connection.send("DFUFileAccessV2", request, "json", false, undefined, "DFUFileAccessResponse");
1658
1654
  };
1659
1655
  DfuServiceBase.prototype.DFUFileCreate = function (request) {
1660
- return this._connection.send("DFUFileCreate", request);
1656
+ return this._connection.send("DFUFileCreate", request, "json", false, undefined, "DFUFileCreateResponse");
1661
1657
  };
1662
1658
  DfuServiceBase.prototype.DFUFileCreateV2 = function (request) {
1663
- return this._connection.send("DFUFileCreateV2", request);
1659
+ return this._connection.send("DFUFileCreateV2", request, "json", false, undefined, "DFUFileCreateResponse");
1664
1660
  };
1665
1661
  DfuServiceBase.prototype.DFUFilePublish = function (request) {
1666
- return this._connection.send("DFUFilePublish", request);
1662
+ return this._connection.send("DFUFilePublish", request, "json", false, undefined, "DFUFilePublishResponse");
1667
1663
  };
1668
1664
  DfuServiceBase.prototype.DFUFileView = function (request) {
1669
- return this._connection.send("DFUFileView", request);
1665
+ return this._connection.send("DFUFileView", request, "json", false, undefined, "DFUFileViewResponse");
1670
1666
  };
1671
1667
  DfuServiceBase.prototype.DFUGetDataColumns = function (request) {
1672
- return this._connection.send("DFUGetDataColumns", request);
1668
+ return this._connection.send("DFUGetDataColumns", request, "json", false, undefined, "DFUGetDataColumnsResponse");
1673
1669
  };
1674
1670
  DfuServiceBase.prototype.DFUGetFileMetaData = function (request) {
1675
- return this._connection.send("DFUGetFileMetaData", request);
1671
+ return this._connection.send("DFUGetFileMetaData", request, "json", false, undefined, "DFUGetFileMetaDataResponse");
1676
1672
  };
1677
1673
  DfuServiceBase.prototype.DFUInfo = function (request) {
1678
- return this._connection.send("DFUInfo", request);
1674
+ return this._connection.send("DFUInfo", request, "json", false, undefined, "DFUInfoResponse");
1679
1675
  };
1680
1676
  DfuServiceBase.prototype.DFUQuery = function (request) {
1681
- return this._connection.send("DFUQuery", request);
1677
+ return this._connection.send("DFUQuery", request, "json", false, undefined, "DFUQueryResponse");
1682
1678
  };
1683
1679
  DfuServiceBase.prototype.DFURecordTypeInfo = function (request) {
1684
- return this._connection.send("DFURecordTypeInfo", request);
1680
+ return this._connection.send("DFURecordTypeInfo", request, "json", false, undefined, "DFURecordTypeInfoResponse");
1685
1681
  };
1686
1682
  DfuServiceBase.prototype.DFUSearch = function (request) {
1687
- return this._connection.send("DFUSearch", request);
1683
+ return this._connection.send("DFUSearch", request, "json", false, undefined, "DFUSearchResponse");
1688
1684
  };
1689
1685
  DfuServiceBase.prototype.DFUSearchData = function (request) {
1690
- return this._connection.send("DFUSearchData", request);
1686
+ return this._connection.send("DFUSearchData", request, "json", false, undefined, "DFUSearchDataResponse");
1691
1687
  };
1692
1688
  DfuServiceBase.prototype.DFUSpace = function (request) {
1693
- return this._connection.send("DFUSpace", request);
1689
+ return this._connection.send("DFUSpace", request, "json", false, undefined, "DFUSpaceResponse");
1694
1690
  };
1695
1691
  DfuServiceBase.prototype.EclRecordTypeInfo = function (request) {
1696
- return this._connection.send("EclRecordTypeInfo", request);
1692
+ return this._connection.send("EclRecordTypeInfo", request, "json", false, undefined, "EclRecordTypeInfoResponse");
1697
1693
  };
1698
1694
  DfuServiceBase.prototype.EraseHistory = function (request) {
1699
- return this._connection.send("EraseHistory", request);
1695
+ return this._connection.send("EraseHistory", request, "json", false, undefined, "EraseHistoryResponse");
1700
1696
  };
1701
1697
  DfuServiceBase.prototype.ListHistory = function (request) {
1702
- return this._connection.send("ListHistory", request);
1698
+ return this._connection.send("ListHistory", request, "json", false, undefined, "ListHistoryResponse");
1703
1699
  };
1704
1700
  DfuServiceBase.prototype.Ping = function (request) {
1705
- return this._connection.send("Ping", request);
1701
+ return this._connection.send("Ping", request, "json", false, undefined, "WsDfuPingResponse");
1706
1702
  };
1707
1703
  DfuServiceBase.prototype.Savexml = function (request) {
1708
- return this._connection.send("Savexml", request);
1704
+ return this._connection.send("Savexml", request, "json", false, undefined, "SavexmlResponse");
1709
1705
  };
1710
1706
  DfuServiceBase.prototype.SuperfileAction = function (request) {
1711
- return this._connection.send("SuperfileAction", request);
1707
+ return this._connection.send("SuperfileAction", request, "json", false, undefined, "SuperfileActionResponse");
1712
1708
  };
1713
1709
  DfuServiceBase.prototype.SuperfileList = function (request) {
1714
- return this._connection.send("SuperfileList", request);
1710
+ return this._connection.send("SuperfileList", request, "json", false, undefined, "SuperfileListResponse");
1715
1711
  };
1716
1712
  return DfuServiceBase;
1717
1713
  }(Service));
1718
1714
 
1715
+ var DFUArrayActions = exports.WsDfu.DFUArrayActions;
1716
+ var DFUDefFileFormat = exports.WsDfu.DFUDefFileFormat;
1717
+ var DFUChangeProtection = exports.WsDfu.DFUChangeProtection;
1718
+ var DFUChangeRestriction = exports.WsDfu.DFUChangeRestriction;
1719
1719
  var DFUService = /** @class */ (function (_super) {
1720
1720
  __extends(DFUService, _super);
1721
1721
  function DFUService() {
@@ -6563,6 +6563,11 @@
6563
6563
  enumerable: false,
6564
6564
  configurable: true
6565
6565
  });
6566
+ Object.defineProperty(LogicalFile.prototype, "ExpirationDate", {
6567
+ get: function () { return this.get("ExpirationDate"); },
6568
+ enumerable: false,
6569
+ configurable: true
6570
+ });
6566
6571
  Object.defineProperty(LogicalFile.prototype, "properties", {
6567
6572
  get: function () { return this.get(); },
6568
6573
  enumerable: false,
@@ -7533,6 +7538,10 @@
7533
7538
  exports.CloudService = CloudService;
7534
7539
  exports.CodesignService = CodesignService;
7535
7540
  exports.Connection = Connection;
7541
+ exports.DFUArrayActions = DFUArrayActions;
7542
+ exports.DFUChangeProtection = DFUChangeProtection;
7543
+ exports.DFUChangeRestriction = DFUChangeRestriction;
7544
+ exports.DFUDefFileFormat = DFUDefFileFormat;
7536
7545
  exports.DFUService = DFUService;
7537
7546
  exports.DFUXRefService = DFUXRefService;
7538
7547
  exports.DaliService = DaliService;