@tagsamurai/fats-api-services 1.0.3-alpha.37 → 1.0.3-alpha.38

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.
@@ -127,7 +127,7 @@ const ChangelogServices = {
127
127
  return API$I.get("/change-log", { params });
128
128
  },
129
129
  getChangelogListOptions: (params) => {
130
- return API$I.get("/change-log/options");
130
+ return API$I.get("/change-log/options", { params });
131
131
  },
132
132
  getSessionLogList: (params) => {
133
133
  return API$I.get("/session-log", { params });
@@ -134,7 +134,7 @@ System.register(["axios"], function(exports, module) {
134
134
  return API$I.get("/change-log", { params });
135
135
  },
136
136
  getChangelogListOptions: (params) => {
137
- return API$I.get("/change-log/options");
137
+ return API$I.get("/change-log/options", { params });
138
138
  },
139
139
  getSessionLogList: (params) => {
140
140
  return API$I.get("/session-log", { params });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/fats-api-services",
3
- "version": "1.0.3-alpha.37",
3
+ "version": "1.0.3-alpha.38",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",