@tagsamurai/fats-api-services 1.0.3-alpha.24 → 1.0.3-alpha.25

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.
@@ -2533,7 +2533,7 @@ const IOTService = {
2533
2533
  },
2534
2534
  //https://dev-api.tagsamurai.com/fam/iot/v2/iot/activity-log
2535
2535
  getActivityLog: (params) => {
2536
- return IOTActivityLogAPI.get("/activity-log", { params });
2536
+ return IOTActivityLogAPI.get("", { params });
2537
2537
  },
2538
2538
  //https://dev-api.tagsamurai.com/fam/iot/v2/iot/reader/set-alias-name
2539
2539
  setIOTAliasName: (body) => {
@@ -2541,7 +2541,7 @@ System.register(["axios"], function(exports, module) {
2541
2541
  },
2542
2542
  //https://dev-api.tagsamurai.com/fam/iot/v2/iot/activity-log
2543
2543
  getActivityLog: (params) => {
2544
- return IOTActivityLogAPI.get("/activity-log", { params });
2544
+ return IOTActivityLogAPI.get("", { params });
2545
2545
  },
2546
2546
  //https://dev-api.tagsamurai.com/fam/iot/v2/iot/reader/set-alias-name
2547
2547
  setIOTAliasName: (body) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/fats-api-services",
3
- "version": "1.0.3-alpha.24",
3
+ "version": "1.0.3-alpha.25",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",