@tagsamurai/fats-api-services 1.0.3-alpha.81 → 1.0.3-alpha.83

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.
@@ -344,10 +344,10 @@ const UserServices = {
344
344
  return API$L.get(`/user-detail/${userId}/assets/assigned`, { params });
345
345
  },
346
346
  getUserDetailUserAssetBorrowedOption: (userId, params) => {
347
- return API$L.get(`/users-detail/${userId}/assets/borrowed/option`, { params });
347
+ return API$L.get(`/user-detail/${userId}/assets/borrowed/option`, { params });
348
348
  },
349
349
  getUserDetailUserAssetAssignedOption: (userId, params) => {
350
- return API$L.get(`/users-detail/${userId}/asset/assigned/option`, { params });
350
+ return API$L.get(`/user-detail/${userId}/assets/assigned/option`, { params });
351
351
  }
352
352
  };
353
353
  const API$K = createAxiosInstance({
@@ -352,10 +352,10 @@ System.register(["axios"], function(exports, module) {
352
352
  return API$L.get(`/user-detail/${userId}/assets/assigned`, { params });
353
353
  },
354
354
  getUserDetailUserAssetBorrowedOption: (userId, params) => {
355
- return API$L.get(`/users-detail/${userId}/assets/borrowed/option`, { params });
355
+ return API$L.get(`/user-detail/${userId}/assets/borrowed/option`, { params });
356
356
  },
357
357
  getUserDetailUserAssetAssignedOption: (userId, params) => {
358
- return API$L.get(`/users-detail/${userId}/asset/assigned/option`, { params });
358
+ return API$L.get(`/user-detail/${userId}/assets/assigned/option`, { params });
359
359
  }
360
360
  });
361
361
  const API$K = createAxiosInstance({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/fats-api-services",
3
- "version": "1.0.3-alpha.81",
3
+ "version": "1.0.3-alpha.83",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",