@edgeiq/edgeiq-api-js 1.3.58 → 1.3.59
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.
|
@@ -201,7 +201,7 @@ exports.CommandExecutions = (function (_super) {
|
|
|
201
201
|
_a.trys.push([0, 2, , 3]);
|
|
202
202
|
this.logAction("Getting command executions output for id " + id);
|
|
203
203
|
axios = core_1.EdgeIQAPI.getAxios();
|
|
204
|
-
return [4, axios.get(constants_1.Endpoints.
|
|
204
|
+
return [4, axios.get(constants_1.Endpoints.commandExecution + "/" + id + "/output")];
|
|
205
205
|
case 1:
|
|
206
206
|
result = _a.sent();
|
|
207
207
|
return [2, result === null || result === void 0 ? void 0 : result.data];
|