@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.es6.js +85 -80
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +88 -79
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/index.node.js +88 -79
- package/dist/index.node.js.map +1 -1
- package/dist/index.node.min.js +1 -1
- package/dist/index.node.min.js.map +1 -1
- package/lib-es6/__package__.js +2 -2
- package/lib-es6/ecl/logicalFile.js +5 -0
- package/lib-es6/ecl/logicalFile.js.map +1 -1
- package/lib-es6/services/wsDFU.js +6 -2
- package/lib-es6/services/wsDFU.js.map +1 -1
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js +80 -77
- package/lib-es6/services/wsdl/WsDfu/v1.63/WsDfu.js.map +1 -1
- package/package.json +2 -2
- package/src/__package__.ts +2 -2
- package/src/ecl/logicalFile.ts +4 -3
- package/src/services/wsDFU.ts +9 -10
- package/src/services/wsdl/WsDfu/v1.63/WsDfu.ts +1219 -1217
- package/types/__package__.d.ts +2 -2
- package/types/ecl/logicalFile.d.ts +4 -3
- package/types/ecl/logicalFile.d.ts.map +1 -1
- package/types/services/wsDFU.d.ts +7 -2
- package/types/services/wsDFU.d.ts.map +1 -1
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +49 -48
- package/types/services/wsdl/WsDfu/v1.63/WsDfu.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
- package/types-3.4/ecl/logicalFile.d.ts +4 -3
- package/types-3.4/services/wsDFU.d.ts +7 -2
- package/types-3.4/services/wsdl/WsDfu/v1.63/WsDfu.d.ts +49 -48
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.
|
|
615
|
-
var BUILD_VERSION = "2.103.
|
|
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.
|
|
1581
|
-
(function (
|
|
1582
|
-
DFUArrayActions
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
DFUChangeRestriction
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
DFUDefFileFormat
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
FileAccessRole
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
SecAccessType
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
DFUFileType
|
|
1625
|
-
|
|
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;
|