@tagsamurai/gsts-api-services 1.1.0-alpha.4 → 1.1.0-alpha.5

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.
@@ -311,7 +311,7 @@ const C = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1, VITE_
311
311
  deleteFiles: (t, e) => d.delete("/".concat(t), { params: e }),
312
312
  deletePermanently: (t, e) => d.delete("/".concat(t, "/delete-permanent"), { params: e })
313
313
  }, c = i({
314
- prefix: "/v1/global-settings"
314
+ prefix: "/global-settings"
315
315
  }), et = {
316
316
  getCustomFieldList: (t) => {
317
317
  const e = o(t);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/gsts-api-services",
3
- "version": "1.1.0-alpha.4",
3
+ "version": "1.1.0-alpha.5",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Global Settings Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",