@tagsamurai/gsts-api-services 1.1.0-alpha.20 → 1.1.0-alpha.21

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.
@@ -328,7 +328,7 @@ const C = { BASE_URL: "/", DEV: !1, MODE: "production", PROD: !0, SSR: !1, VITE_
328
328
  getActiveCustomField: () => c.get("/custom-fields/active"),
329
329
  getAvailableCustomField: (t) => {
330
330
  const e = { name: t };
331
- return c.get("/custom-fields", { params: e });
331
+ return c.get("/custom-fields/available", { params: e });
332
332
  }
333
333
  };
334
334
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/gsts-api-services",
3
- "version": "1.1.0-alpha.20",
3
+ "version": "1.1.0-alpha.21",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Global Settings Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",