@tagsamurai/fats-api-services 1.0.0-alpha.256 → 1.0.0-alpha.258

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.
@@ -2217,10 +2217,10 @@ const TransactionSettingServices = {
2217
2217
  }
2218
2218
  };
2219
2219
  const API$2 = createAxiosInstance({
2220
- prefix: "/settings-attribute-go/v2/asset-name"
2220
+ prefix: "/settings-attribute/v2/asset-name"
2221
2221
  });
2222
2222
  const SettingAssetNameServiceGo = {
2223
- getAssetNameList: (params) => API$2.get("/", { params }),
2223
+ getAssetNameList: (params) => API$2.get("", { params }),
2224
2224
  //https://dev-api.supply.tagsamurai.com/settings-attribute-go/v2/asset-name/options
2225
2225
  getAssetNameListOptions: (params) => {
2226
2226
  return API$2.get("/options", { params });
@@ -2259,7 +2259,7 @@ const SettingAssetNameServiceGo = {
2259
2259
  },
2260
2260
  //https://dev-api.supply.tagsamurai.com/settings-attribute-go/v2/asset-name
2261
2261
  createAssetName: (body) => {
2262
- return API$2.post("/", body);
2262
+ return API$2.post("", body);
2263
2263
  },
2264
2264
  //https://dev-api.supply.tagsamurai.com/settings-attribute-go/v2/asset-name/depreciation-setting
2265
2265
  updateDepreciationSetting: (body) => {
@@ -2275,13 +2275,13 @@ const SettingAssetNameServiceGo = {
2275
2275
  },
2276
2276
  //https://dev-api.supply.tagsamurai.com/settings-attribute-go/v2/asset-name
2277
2277
  deleteAssetName: (body) => {
2278
- return API$2.delete("/", {
2278
+ return API$2.delete("", {
2279
2279
  data: body
2280
2280
  });
2281
2281
  }
2282
2282
  };
2283
2283
  const API$1 = createAxiosInstance({
2284
- prefix: "settings-attribute-go/v2/brands"
2284
+ prefix: "settings-attribute/v2/brands"
2285
2285
  });
2286
2286
  const SettingBrandServiceGo = {
2287
2287
  getBrandList: (params) => {
@@ -2335,7 +2335,7 @@ const SettingBrandServiceGo = {
2335
2335
  }
2336
2336
  };
2337
2337
  const API = createAxiosInstance({
2338
- prefix: "/settings-attribute-go/v2/measurement"
2338
+ prefix: "/settings-attribute/v2/measurement"
2339
2339
  });
2340
2340
  const SettingMeasurementServiceGo = {
2341
2341
  getMeasurementList: (params) => {
@@ -2224,10 +2224,10 @@ System.register(["axios"], function(exports, module) {
2224
2224
  }
2225
2225
  });
2226
2226
  const API$2 = createAxiosInstance({
2227
- prefix: "/settings-attribute-go/v2/asset-name"
2227
+ prefix: "/settings-attribute/v2/asset-name"
2228
2228
  });
2229
2229
  const SettingAssetNameServiceGo = exports("SettingAssetNameService", {
2230
- getAssetNameList: (params) => API$2.get("/", { params }),
2230
+ getAssetNameList: (params) => API$2.get("", { params }),
2231
2231
  //https://dev-api.supply.tagsamurai.com/settings-attribute-go/v2/asset-name/options
2232
2232
  getAssetNameListOptions: (params) => {
2233
2233
  return API$2.get("/options", { params });
@@ -2266,7 +2266,7 @@ System.register(["axios"], function(exports, module) {
2266
2266
  },
2267
2267
  //https://dev-api.supply.tagsamurai.com/settings-attribute-go/v2/asset-name
2268
2268
  createAssetName: (body) => {
2269
- return API$2.post("/", body);
2269
+ return API$2.post("", body);
2270
2270
  },
2271
2271
  //https://dev-api.supply.tagsamurai.com/settings-attribute-go/v2/asset-name/depreciation-setting
2272
2272
  updateDepreciationSetting: (body) => {
@@ -2282,13 +2282,13 @@ System.register(["axios"], function(exports, module) {
2282
2282
  },
2283
2283
  //https://dev-api.supply.tagsamurai.com/settings-attribute-go/v2/asset-name
2284
2284
  deleteAssetName: (body) => {
2285
- return API$2.delete("/", {
2285
+ return API$2.delete("", {
2286
2286
  data: body
2287
2287
  });
2288
2288
  }
2289
2289
  });
2290
2290
  const API$1 = createAxiosInstance({
2291
- prefix: "settings-attribute-go/v2/brands"
2291
+ prefix: "settings-attribute/v2/brands"
2292
2292
  });
2293
2293
  const SettingBrandServiceGo = exports("SettingBrandService", {
2294
2294
  getBrandList: (params) => {
@@ -2342,7 +2342,7 @@ System.register(["axios"], function(exports, module) {
2342
2342
  }
2343
2343
  });
2344
2344
  const API = createAxiosInstance({
2345
- prefix: "/settings-attribute-go/v2/measurement"
2345
+ prefix: "/settings-attribute/v2/measurement"
2346
2346
  });
2347
2347
  const SettingMeasurementServiceGo = exports("SettingMeasurementService", {
2348
2348
  getMeasurementList: (params) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagsamurai/fats-api-services",
3
- "version": "1.0.0-alpha.256",
3
+ "version": "1.0.0-alpha.258",
4
4
  "author": "developer.tagsamurai",
5
5
  "description": "Fixed Asset Tag Samurai Services Library",
6
6
  "module": "./api-services.es.js",