@edgeiq/edgeiq-api-js 1.6.21 → 1.6.22

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.
@@ -252,7 +252,7 @@ exports.Configurations = (function (_super) {
252
252
  _a.trys.push([0, 2, , 3]);
253
253
  this.logAction("Removing a relation between configuration with id: " + id + " and command with id " + commandId);
254
254
  axios = core_1.EdgeIQAPI.getAxios();
255
- return [4, axios.delete(constants_1.Endpoints.configuration + "/" + id + "/commands/" + commandId)];
255
+ return [4, axios.delete(constants_1.Endpoints.command + "/" + commandId + "/configurations/" + id)];
256
256
  case 1:
257
257
  _a.sent();
258
258
  return [2, (0, constants_1.getAttachMessage)('Command', 'detach', 'configuration')];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edgeiq/edgeiq-api-js",
3
- "version": "1.6.21",
3
+ "version": "1.6.22",
4
4
  "author": "EdgeIQ",
5
5
  "license": "ISC",
6
6
  "description": "This project presents EdgeIQ API SDK.",