@fctc/interface-logic 3.6.0 → 3.6.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
@@ -5725,7 +5725,7 @@ function useViewService() {
5725
5725
  body
5726
5726
  }) => {
5727
5727
  return env?.requests?.post(
5728
- `${"/mail" /* GET_NOTIFICATION */}/${"/call" /* CALL_PATH */}`,
5728
+ `${"/mail" /* GET_NOTIFICATION */}${"/call" /* CALL_PATH */}`,
5729
5729
  body,
5730
5730
  {
5731
5731
  headers: {
package/dist/hooks.mjs CHANGED
@@ -5586,7 +5586,7 @@ function useViewService() {
5586
5586
  body
5587
5587
  }) => {
5588
5588
  return env?.requests?.post(
5589
- `${"/mail" /* GET_NOTIFICATION */}/${"/call" /* CALL_PATH */}`,
5589
+ `${"/mail" /* GET_NOTIFICATION */}${"/call" /* CALL_PATH */}`,
5590
5590
  body,
5591
5591
  {
5592
5592
  headers: {
package/dist/provider.js CHANGED
@@ -5715,7 +5715,7 @@ function useViewService() {
5715
5715
  body
5716
5716
  }) => {
5717
5717
  return env?.requests?.post(
5718
- `${"/mail" /* GET_NOTIFICATION */}/${"/call" /* CALL_PATH */}`,
5718
+ `${"/mail" /* GET_NOTIFICATION */}${"/call" /* CALL_PATH */}`,
5719
5719
  body,
5720
5720
  {
5721
5721
  headers: {
package/dist/provider.mjs CHANGED
@@ -5672,7 +5672,7 @@ function useViewService() {
5672
5672
  body
5673
5673
  }) => {
5674
5674
  return env?.requests?.post(
5675
- `${"/mail" /* GET_NOTIFICATION */}/${"/call" /* CALL_PATH */}`,
5675
+ `${"/mail" /* GET_NOTIFICATION */}${"/call" /* CALL_PATH */}`,
5676
5676
  body,
5677
5677
  {
5678
5678
  headers: {
package/dist/services.js CHANGED
@@ -5914,7 +5914,7 @@ function useViewService() {
5914
5914
  body
5915
5915
  }) => {
5916
5916
  return env?.requests?.post(
5917
- `${"/mail" /* GET_NOTIFICATION */}/${"/call" /* CALL_PATH */}`,
5917
+ `${"/mail" /* GET_NOTIFICATION */}${"/call" /* CALL_PATH */}`,
5918
5918
  body,
5919
5919
  {
5920
5920
  headers: {
package/dist/services.mjs CHANGED
@@ -5869,7 +5869,7 @@ function useViewService() {
5869
5869
  body
5870
5870
  }) => {
5871
5871
  return env?.requests?.post(
5872
- `${"/mail" /* GET_NOTIFICATION */}/${"/call" /* CALL_PATH */}`,
5872
+ `${"/mail" /* GET_NOTIFICATION */}${"/call" /* CALL_PATH */}`,
5873
5873
  body,
5874
5874
  {
5875
5875
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",