@edgeiq/edgeiq-api-js 1.6.1 → 1.6.2

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.
@@ -254,7 +254,7 @@ exports.WorkflowActions = (function (_super) {
254
254
  _a.trys.push([0, 2, , 3]);
255
255
  this.logAction("Getting workflow actions for definition with id: " + id);
256
256
  axios = __1.EdgeIQAPI.getAxios();
257
- return [4, axios.get(constants_1.Endpoints.workflowDefinition + "/" + id + "/action_tree_list")];
257
+ return [4, axios.get(constants_1.Endpoints.workflowDefinition + "/" + id + "/action_tree")];
258
258
  case 1:
259
259
  result = _a.sent();
260
260
  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.6.1",
3
+ "version": "1.6.2",
4
4
  "author": "EdgeIQ",
5
5
  "license": "ISC",
6
6
  "description": "This project presents EdgeIQ API SDK.",