@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.command + "/command_executions/" + id + "/output")];
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];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgeiq/edgeiq-api-js",
3
- "version": "1.3.58",
3
+ "version": "1.3.59",
4
4
  "author": "EdgeIQ",
5
5
  "license": "ISC",
6
6
  "description": "This project presents EdgeIQ API SDK.",