@tagsamurai/gsts-api-services 2.0.1-alpha.34 → 2.0.1-alpha.35

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,9 +127,9 @@ const L = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1, VITE_
127
127
  getHardwareOptions: (t) => c.post("/hardware-change-log/options", t),
128
128
  getTaggingList: (t) => {
129
129
  const e = i(t);
130
- return c.post("/hardware-change-log/list", e);
130
+ return c.post("/reader-tagging-log/list", e);
131
131
  },
132
- getTaggingOptions: (t) => c.post("/hardware-change-log/options", t),
132
+ getTaggingOptions: (t) => c.post("/reader-tagging-log/options", t),
133
133
  getUserTagList: (t) => {
134
134
  const e = i(t);
135
135
  return c.post("/reader-user-tag-log/list", e);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/gsts-api-services",
3
- "version": "2.0.1-alpha.34",
3
+ "version": "2.0.1-alpha.35",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Global Settings Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",