@hpcc-js/comms 2.81.0 → 2.82.0
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 +9 -4
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +9 -4
- 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 +9 -4
- 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 +1 -1
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js +145 -0
- package/lib-es6/services/wsdl/WsDfu/v1.65/WsDfu.js.map +1 -0
- package/package.json +6 -6
- package/src/__package__.ts +2 -2
- package/src/ecl/logicalFile.ts +1 -0
- package/src/services/wsDFU.ts +1 -1
- package/src/services/wsdl/WsDfu/v1.65/WsDfu.ts +1513 -0
- package/types/__package__.d.ts +2 -2
- package/types/ecl/logicalFile.d.ts +1 -0
- package/types/ecl/logicalFile.d.ts.map +1 -1
- package/types/services/wsDFU.d.ts +1 -1
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +1280 -0
- package/types/services/wsdl/WsDfu/v1.65/WsDfu.d.ts.map +1 -0
- package/types-3.4/__package__.d.ts +2 -2
- package/types-3.4/ecl/logicalFile.d.ts +1 -0
- package/types-3.4/services/wsDFU.d.ts +1 -1
- package/types-3.4/services/wsdl/WsDfu/v1.65/WsDfu.d.ts +1280 -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.
|
|
615
|
-
var BUILD_VERSION = "2.104.
|
|
614
|
+
var PKG_VERSION = "2.82.0";
|
|
615
|
+
var BUILD_VERSION = "2.104.16";
|
|
616
616
|
|
|
617
617
|
/******************************************************************************
|
|
618
618
|
Copyright (c) Microsoft Corporation.
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
673
673
|
function step(op) {
|
|
674
674
|
if (f) throw new TypeError("Generator is already executing.");
|
|
675
|
-
while (_) try {
|
|
675
|
+
while (g && (g = 0, op[0] && (_ = 0)), _) try {
|
|
676
676
|
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
677
677
|
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
678
678
|
switch (op[0]) {
|
|
@@ -1626,7 +1626,7 @@
|
|
|
1626
1626
|
var DfuServiceBase = /** @class */ (function (_super) {
|
|
1627
1627
|
__extends(DfuServiceBase, _super);
|
|
1628
1628
|
function DfuServiceBase(optsConnection) {
|
|
1629
|
-
return _super.call(this, optsConnection, "WsDfu", "1.
|
|
1629
|
+
return _super.call(this, optsConnection, "WsDfu", "1.65") || this;
|
|
1630
1630
|
}
|
|
1631
1631
|
DfuServiceBase.prototype.Add = function (request) {
|
|
1632
1632
|
return this._connection.send("Add", request, "json", false, undefined, "AddResponse");
|
|
@@ -6996,6 +6996,11 @@
|
|
|
6996
6996
|
enumerable: false,
|
|
6997
6997
|
configurable: true
|
|
6998
6998
|
});
|
|
6999
|
+
Object.defineProperty(LogicalFile.prototype, "ExtendedIndexInfo", {
|
|
7000
|
+
get: function () { return this.get("ExtendedIndexInfo"); },
|
|
7001
|
+
enumerable: false,
|
|
7002
|
+
configurable: true
|
|
7003
|
+
});
|
|
6999
7004
|
Object.defineProperty(LogicalFile.prototype, "properties", {
|
|
7000
7005
|
get: function () { return this.get(); },
|
|
7001
7006
|
enumerable: false,
|