UNPKG

@hpcc-js/comms

Version:
45 lines 2.38 kB
import { __extends } from "tslib"; import { Service } from "../espConnection"; var DFUXRefService = /** @class */ (function (_super) { __extends(DFUXRefService, _super); function DFUXRefService(optsConnection) { return _super.call(this, optsConnection, "WsDFUXRef", "1.01") || this; } DFUXRefService.prototype.DFUXRefArrayAction = function (request) { return this._connection.send("DFUXRefArrayAction", request); }; DFUXRefService.prototype.DFUXRefBuild = function (request) { return this._connection.send("DFUXRefBuild", request); }; DFUXRefService.prototype.DFUXRefBuildCancel = function (request) { return this._connection.send("DFUXRefBuildCancel", request); }; DFUXRefService.prototype.DFUXRefCleanDirectories = function (request) { return this._connection.send("DFUXRefCleanDirectories", request); }; DFUXRefService.prototype.DFUXRefDirectories = function (request) { return this._connection.send("DFUXRefDirectories", request, undefined, undefined, undefined, "DFUXRefDirectoriesQueryResponse"); }; DFUXRefService.prototype.DFUXRefFoundFiles = function (request) { return this._connection.send("DFUXRefFoundFiles", request, undefined, undefined, undefined, "DFUXRefFoundFilesQueryResponse"); }; DFUXRefService.prototype.DFUXRefList = function (request) { if (request === void 0) { request = {}; } return this._connection.send("DFUXRefList", request); }; DFUXRefService.prototype.DFUXRefLostFiles = function (request) { return this._connection.send("DFUXRefLostFiles", request, undefined, undefined, undefined, "DFUXRefLostFilesQueryResponse"); }; DFUXRefService.prototype.DFUXRefMessages = function (request) { return this._connection.send("DFUXRefMessages", request, undefined, undefined, undefined, "DFUXRefMessagesQueryResponse"); }; DFUXRefService.prototype.DFUXRefOrphanFiles = function (request) { return this._connection.send("DFUXRefOrphanFiles", request, undefined, undefined, undefined, "DFUXRefOrphanFilesQueryResponse"); }; DFUXRefService.prototype.DFUXRefUnusedFiles = function (request) { return this._connection.send("DFUXRefUnusedFiles", request); }; return DFUXRefService; }(Service)); export { DFUXRefService }; //# sourceMappingURL=wsDFUXRef.js.map