@hpcc-js/comms 2.91.2 → 2.91.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.
package/dist/index.js CHANGED
@@ -648,8 +648,8 @@
648
648
  }
649
649
 
650
650
  var PKG_NAME = "@hpcc-js/comms";
651
- var PKG_VERSION = "2.91.2";
652
- var BUILD_VERSION = "2.105.4";
651
+ var PKG_VERSION = "2.91.3";
652
+ var BUILD_VERSION = "2.105.5";
653
653
 
654
654
  /******************************************************************************
655
655
  Copyright (c) Microsoft Corporation.
@@ -2080,9 +2080,9 @@
2080
2080
  return _super.prototype.GetLogs.call(this, request);
2081
2081
  };
2082
2082
  LogaccessService.prototype.GetLogsEx = function (request) {
2083
- var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
2084
2083
  return __awaiter(this, void 0, void 0, function () {
2085
2084
  var logInfo, columnMap, convertLogLine, getLogsRequest, filters, _loop_1, key, binaryLogFilter_1;
2085
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
2086
2086
  return __generator(this, function (_l) {
2087
2087
  switch (_l.label) {
2088
2088
  case 0: return [4 /*yield*/, this.GetLogAccessInfo()];
@@ -6550,9 +6550,9 @@
6550
6550
  });
6551
6551
  });
6552
6552
  };
6553
- Workunit.prototype.refresh = function (full, request) {
6554
- if (full === void 0) { full = false; }
6555
- return __awaiter(this, void 0, void 0, function () {
6553
+ Workunit.prototype.refresh = function () {
6554
+ return __awaiter(this, arguments, void 0, function (full, request) {
6555
+ if (full === void 0) { full = false; }
6556
6556
  return __generator(this, function (_a) {
6557
6557
  switch (_a.label) {
6558
6558
  case 0:
@@ -9214,9 +9214,9 @@
9214
9214
  });
9215
9215
  };
9216
9216
  Query.prototype.fetchRequestSchema = function () {
9217
- var _a;
9218
9217
  return __awaiter(this, void 0, void 0, function () {
9219
- var wsEclService, _b, e_1;
9218
+ var wsEclService, _a, e_1;
9219
+ var _b;
9220
9220
  return __generator(this, function (_c) {
9221
9221
  switch (_c.label) {
9222
9222
  case 0: return [4 /*yield*/, this.wsEclService()];
@@ -9225,10 +9225,10 @@
9225
9225
  _c.label = 2;
9226
9226
  case 2:
9227
9227
  _c.trys.push([2, 4, , 5]);
9228
- _b = this;
9228
+ _a = this;
9229
9229
  return [4 /*yield*/, (wsEclService === null || wsEclService === void 0 ? void 0 : wsEclService.requestJson(this.QuerySet, this.QueryId))];
9230
9230
  case 3:
9231
- _b._requestSchema = (_a = _c.sent()) !== null && _a !== void 0 ? _a : [];
9231
+ _a._requestSchema = (_b = _c.sent()) !== null && _b !== void 0 ? _b : [];
9232
9232
  return [3 /*break*/, 5];
9233
9233
  case 4:
9234
9234
  e_1 = _c.sent();
@@ -9242,9 +9242,9 @@
9242
9242
  });
9243
9243
  };
9244
9244
  Query.prototype.fetchResponseSchema = function () {
9245
- var _a;
9246
9245
  return __awaiter(this, void 0, void 0, function () {
9247
- var wsEclService, _b, e_2;
9246
+ var wsEclService, _a, e_2;
9247
+ var _b;
9248
9248
  return __generator(this, function (_c) {
9249
9249
  switch (_c.label) {
9250
9250
  case 0: return [4 /*yield*/, this.wsEclService()];
@@ -9253,10 +9253,10 @@
9253
9253
  _c.label = 2;
9254
9254
  case 2:
9255
9255
  _c.trys.push([2, 4, , 5]);
9256
- _b = this;
9256
+ _a = this;
9257
9257
  return [4 /*yield*/, (wsEclService === null || wsEclService === void 0 ? void 0 : wsEclService.responseJson(this.QuerySet, this.QueryId))];
9258
9258
  case 3:
9259
- _b._responseSchema = (_a = _c.sent()) !== null && _a !== void 0 ? _a : {};
9259
+ _a._responseSchema = (_b = _c.sent()) !== null && _b !== void 0 ? _b : {};
9260
9260
  return [3 /*break*/, 5];
9261
9261
  case 4:
9262
9262
  e_2 = _c.sent();
@@ -9345,9 +9345,9 @@
9345
9345
  return Promise.resolve({ meta: undefined, columns: undefined, data: undefined });
9346
9346
  };
9347
9347
  Query.prototype.submit = function (request) {
9348
- var _a;
9349
9348
  return __awaiter(this, void 0, void 0, function () {
9350
9349
  var wsEclService;
9350
+ var _a;
9351
9351
  return __generator(this, function (_b) {
9352
9352
  switch (_b.label) {
9353
9353
  case 0: return [4 /*yield*/, this.wsEclService()];
@@ -9998,8 +9998,8 @@
9998
9998
  DFUWorkunit.prototype.delete = function () {
9999
9999
  return this.DFUWUAction(exports.FileSpray.DFUWUActions.Delete);
10000
10000
  };
10001
- DFUWorkunit.prototype.refresh = function (full) {
10002
- return __awaiter(this, void 0, void 0, function () {
10001
+ DFUWorkunit.prototype.refresh = function () {
10002
+ return __awaiter(this, arguments, void 0, function (full) {
10003
10003
  return __generator(this, function (_a) {
10004
10004
  switch (_a.label) {
10005
10005
  case 0: return [4 /*yield*/, this.GetDFUWorkunit()];