@fctc/interface-logic 3.4.5 → 3.4.6

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
@@ -3873,7 +3873,6 @@ function useFormService() {
3873
3873
  return env.requests.post(
3874
3874
  "/mail/attachment/upload" /* UPLOAD_IMAGE */,
3875
3875
  formData,
3876
- formData,
3877
3876
  {
3878
3877
  headers: {
3879
3878
  "Content-Type": "application/json",
package/dist/hooks.mjs CHANGED
@@ -3738,7 +3738,6 @@ function useFormService() {
3738
3738
  return env.requests.post(
3739
3739
  "/mail/attachment/upload" /* UPLOAD_IMAGE */,
3740
3740
  formData,
3741
- formData,
3742
3741
  {
3743
3742
  headers: {
3744
3743
  "Content-Type": "application/json",
package/dist/provider.js CHANGED
@@ -3867,7 +3867,6 @@ function useFormService() {
3867
3867
  return env.requests.post(
3868
3868
  "/mail/attachment/upload" /* UPLOAD_IMAGE */,
3869
3869
  formData,
3870
- formData,
3871
3870
  {
3872
3871
  headers: {
3873
3872
  "Content-Type": "application/json",
package/dist/provider.mjs CHANGED
@@ -3824,7 +3824,6 @@ function useFormService() {
3824
3824
  return env.requests.post(
3825
3825
  "/mail/attachment/upload" /* UPLOAD_IMAGE */,
3826
3826
  formData,
3827
- formData,
3828
3827
  {
3829
3828
  headers: {
3830
3829
  "Content-Type": "application/json",
package/dist/services.js CHANGED
@@ -4053,7 +4053,6 @@ function useFormService() {
4053
4053
  return env.requests.post(
4054
4054
  "/mail/attachment/upload" /* UPLOAD_IMAGE */,
4055
4055
  formData,
4056
- formData,
4057
4056
  {
4058
4057
  headers: {
4059
4058
  "Content-Type": "application/json",
package/dist/services.mjs CHANGED
@@ -4009,7 +4009,6 @@ function useFormService() {
4009
4009
  return env.requests.post(
4010
4010
  "/mail/attachment/upload" /* UPLOAD_IMAGE */,
4011
4011
  formData,
4012
- formData,
4013
4012
  {
4014
4013
  headers: {
4015
4014
  "Content-Type": "application/json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "3.4.5",
3
+ "version": "3.4.6",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",