@fctc/interface-logic 3.7.1 → 3.7.2

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
@@ -4780,11 +4780,16 @@ function useViewService() {
4780
4780
  token
4781
4781
  }
4782
4782
  };
4783
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4784
- headers: {
4785
- "Content-Type": "application/json"
4786
- }
4787
- });
4783
+ return env?.requests.post(
4784
+ "/call" /* CALL_PATH */,
4785
+ jsonData,
4786
+ {
4787
+ headers: {
4788
+ "Content-Type": "application/json"
4789
+ }
4790
+ },
4791
+ "id"
4792
+ );
4788
4793
  },
4789
4794
  [env]
4790
4795
  );
package/dist/hooks.mjs CHANGED
@@ -4641,11 +4641,16 @@ function useViewService() {
4641
4641
  token
4642
4642
  }
4643
4643
  };
4644
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4645
- headers: {
4646
- "Content-Type": "application/json"
4647
- }
4648
- });
4644
+ return env?.requests.post(
4645
+ "/call" /* CALL_PATH */,
4646
+ jsonData,
4647
+ {
4648
+ headers: {
4649
+ "Content-Type": "application/json"
4650
+ }
4651
+ },
4652
+ "id"
4653
+ );
4649
4654
  },
4650
4655
  [env]
4651
4656
  );
package/dist/provider.js CHANGED
@@ -4770,11 +4770,16 @@ function useViewService() {
4770
4770
  token
4771
4771
  }
4772
4772
  };
4773
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4774
- headers: {
4775
- "Content-Type": "application/json"
4776
- }
4777
- });
4773
+ return env?.requests.post(
4774
+ "/call" /* CALL_PATH */,
4775
+ jsonData,
4776
+ {
4777
+ headers: {
4778
+ "Content-Type": "application/json"
4779
+ }
4780
+ },
4781
+ "id"
4782
+ );
4778
4783
  },
4779
4784
  [env]
4780
4785
  );
package/dist/provider.mjs CHANGED
@@ -4727,11 +4727,16 @@ function useViewService() {
4727
4727
  token
4728
4728
  }
4729
4729
  };
4730
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4731
- headers: {
4732
- "Content-Type": "application/json"
4733
- }
4734
- });
4730
+ return env?.requests.post(
4731
+ "/call" /* CALL_PATH */,
4732
+ jsonData,
4733
+ {
4734
+ headers: {
4735
+ "Content-Type": "application/json"
4736
+ }
4737
+ },
4738
+ "id"
4739
+ );
4735
4740
  },
4736
4741
  [env]
4737
4742
  );
package/dist/services.js CHANGED
@@ -4969,11 +4969,16 @@ function useViewService() {
4969
4969
  token
4970
4970
  }
4971
4971
  };
4972
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4973
- headers: {
4974
- "Content-Type": "application/json"
4975
- }
4976
- });
4972
+ return env?.requests.post(
4973
+ "/call" /* CALL_PATH */,
4974
+ jsonData,
4975
+ {
4976
+ headers: {
4977
+ "Content-Type": "application/json"
4978
+ }
4979
+ },
4980
+ "id"
4981
+ );
4977
4982
  },
4978
4983
  [env]
4979
4984
  );
package/dist/services.mjs CHANGED
@@ -4924,11 +4924,16 @@ function useViewService() {
4924
4924
  token
4925
4925
  }
4926
4926
  };
4927
- return env?.requests.post("/call" /* CALL_PATH */, jsonData, {
4928
- headers: {
4929
- "Content-Type": "application/json"
4930
- }
4931
- });
4927
+ return env?.requests.post(
4928
+ "/call" /* CALL_PATH */,
4929
+ jsonData,
4930
+ {
4931
+ headers: {
4932
+ "Content-Type": "application/json"
4933
+ }
4934
+ },
4935
+ "id"
4936
+ );
4932
4937
  },
4933
4938
  [env]
4934
4939
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",