@fctc/interface-logic 3.7.0 → 3.7.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/hooks.js CHANGED
@@ -4835,12 +4835,17 @@ function useViewService() {
4835
4835
  },
4836
4836
  with_context
4837
4837
  };
4838
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4839
- headers: {
4840
- "Content-Type": "application/json"
4838
+ return env?.requests.post(
4839
+ "/call" /* CALL_PATH */,
4840
+ jsonData,
4841
+ {
4842
+ headers: {
4843
+ "Content-Type": "application/json"
4844
+ },
4845
+ withCredentials: true
4841
4846
  },
4842
- withCredentials: true
4843
- });
4847
+ "id"
4848
+ );
4844
4849
  },
4845
4850
  [env]
4846
4851
  );
package/dist/hooks.mjs CHANGED
@@ -4696,12 +4696,17 @@ function useViewService() {
4696
4696
  },
4697
4697
  with_context
4698
4698
  };
4699
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4700
- headers: {
4701
- "Content-Type": "application/json"
4699
+ return env?.requests.post(
4700
+ "/call" /* CALL_PATH */,
4701
+ jsonData,
4702
+ {
4703
+ headers: {
4704
+ "Content-Type": "application/json"
4705
+ },
4706
+ withCredentials: true
4702
4707
  },
4703
- withCredentials: true
4704
- });
4708
+ "id"
4709
+ );
4705
4710
  },
4706
4711
  [env]
4707
4712
  );
package/dist/provider.js CHANGED
@@ -4825,12 +4825,17 @@ function useViewService() {
4825
4825
  },
4826
4826
  with_context
4827
4827
  };
4828
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4829
- headers: {
4830
- "Content-Type": "application/json"
4828
+ return env?.requests.post(
4829
+ "/call" /* CALL_PATH */,
4830
+ jsonData,
4831
+ {
4832
+ headers: {
4833
+ "Content-Type": "application/json"
4834
+ },
4835
+ withCredentials: true
4831
4836
  },
4832
- withCredentials: true
4833
- });
4837
+ "id"
4838
+ );
4834
4839
  },
4835
4840
  [env]
4836
4841
  );
package/dist/provider.mjs CHANGED
@@ -4782,12 +4782,17 @@ function useViewService() {
4782
4782
  },
4783
4783
  with_context
4784
4784
  };
4785
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4786
- headers: {
4787
- "Content-Type": "application/json"
4785
+ return env?.requests.post(
4786
+ "/call" /* CALL_PATH */,
4787
+ jsonData,
4788
+ {
4789
+ headers: {
4790
+ "Content-Type": "application/json"
4791
+ },
4792
+ withCredentials: true
4788
4793
  },
4789
- withCredentials: true
4790
- });
4794
+ "id"
4795
+ );
4791
4796
  },
4792
4797
  [env]
4793
4798
  );
package/dist/services.js CHANGED
@@ -5024,12 +5024,17 @@ function useViewService() {
5024
5024
  },
5025
5025
  with_context
5026
5026
  };
5027
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
5028
- headers: {
5029
- "Content-Type": "application/json"
5027
+ return env?.requests.post(
5028
+ "/call" /* CALL_PATH */,
5029
+ jsonData,
5030
+ {
5031
+ headers: {
5032
+ "Content-Type": "application/json"
5033
+ },
5034
+ withCredentials: true
5030
5035
  },
5031
- withCredentials: true
5032
- });
5036
+ "id"
5037
+ );
5033
5038
  },
5034
5039
  [env]
5035
5040
  );
package/dist/services.mjs CHANGED
@@ -4979,12 +4979,17 @@ function useViewService() {
4979
4979
  },
4980
4980
  with_context
4981
4981
  };
4982
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4983
- headers: {
4984
- "Content-Type": "application/json"
4982
+ return env?.requests.post(
4983
+ "/call" /* CALL_PATH */,
4984
+ jsonData,
4985
+ {
4986
+ headers: {
4987
+ "Content-Type": "application/json"
4988
+ },
4989
+ withCredentials: true
4985
4990
  },
4986
- withCredentials: true
4987
- });
4991
+ "id"
4992
+ );
4988
4993
  },
4989
4994
  [env]
4990
4995
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "3.7.0",
3
+ "version": "3.7.1",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",