@fctc/interface-logic 3.9.0 → 3.9.1

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.
package/dist/configs.js CHANGED
@@ -2293,6 +2293,7 @@ var axiosClient = {
2293
2293
  if (database) {
2294
2294
  configReq.headers["DATABASE"] = database;
2295
2295
  }
2296
+ configReq.headers["X-master"] = "sme";
2296
2297
  return configReq;
2297
2298
  }, Promise.reject);
2298
2299
  const buildRefreshUrl = () => {
package/dist/configs.mjs CHANGED
@@ -2257,6 +2257,7 @@ var axiosClient = {
2257
2257
  if (database) {
2258
2258
  configReq.headers["DATABASE"] = database;
2259
2259
  }
2260
+ configReq.headers["X-master"] = "sme";
2260
2261
  return configReq;
2261
2262
  }, Promise.reject);
2262
2263
  const buildRefreshUrl = () => {
@@ -2295,6 +2295,7 @@ var axiosClient = {
2295
2295
  if (database) {
2296
2296
  configReq.headers["DATABASE"] = database;
2297
2297
  }
2298
+ configReq.headers["X-master"] = "sme";
2298
2299
  return configReq;
2299
2300
  }, Promise.reject);
2300
2301
  const buildRefreshUrl = () => {
@@ -2257,6 +2257,7 @@ var axiosClient = {
2257
2257
  if (database) {
2258
2258
  configReq.headers["DATABASE"] = database;
2259
2259
  }
2260
+ configReq.headers["X-master"] = "sme";
2260
2261
  return configReq;
2261
2262
  }, Promise.reject);
2262
2263
  const buildRefreshUrl = () => {
package/dist/provider.js CHANGED
@@ -5932,6 +5932,7 @@ var axiosClient = {
5932
5932
  if (database) {
5933
5933
  configReq.headers["DATABASE"] = database;
5934
5934
  }
5935
+ configReq.headers["X-master"] = "sme";
5935
5936
  return configReq;
5936
5937
  }, Promise.reject);
5937
5938
  const buildRefreshUrl = () => {
package/dist/provider.mjs CHANGED
@@ -5889,6 +5889,7 @@ var axiosClient = {
5889
5889
  if (database) {
5890
5890
  configReq.headers["DATABASE"] = database;
5891
5891
  }
5892
+ configReq.headers["X-master"] = "sme";
5892
5893
  return configReq;
5893
5894
  }, Promise.reject);
5894
5895
  const buildRefreshUrl = () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "3.9.0",
3
+ "version": "3.9.1",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",