@fctc/interface-logic 5.3.6 → 5.3.7

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.d.mts CHANGED
@@ -1067,7 +1067,6 @@ declare const useGetBankProductChannel: () => _tanstack_react_query.UseMutationR
1067
1067
  cif: string;
1068
1068
  serviceType: string;
1069
1069
  paymentMethod: string;
1070
- domain: [];
1071
1070
  service?: string;
1072
1071
  xNode?: string;
1073
1072
  }, unknown>;
package/dist/hooks.d.ts CHANGED
@@ -1067,7 +1067,6 @@ declare const useGetBankProductChannel: () => _tanstack_react_query.UseMutationR
1067
1067
  cif: string;
1068
1068
  serviceType: string;
1069
1069
  paymentMethod: string;
1070
- domain: [];
1071
1070
  service?: string;
1072
1071
  xNode?: string;
1073
1072
  }, unknown>;
@@ -955,7 +955,6 @@ declare const serviceFactories: readonly [(env: any) => {
955
955
  cif: string;
956
956
  serviceType: string;
957
957
  paymentMethod: string;
958
- domain: [];
959
958
  service?: string;
960
959
  xNode?: string;
961
960
  }) => Promise<any>;
@@ -955,7 +955,6 @@ declare const serviceFactories: readonly [(env: any) => {
955
955
  cif: string;
956
956
  serviceType: string;
957
957
  paymentMethod: string;
958
- domain: [];
959
958
  service?: string;
960
959
  xNode?: string;
961
960
  }) => Promise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "5.3.6",
3
+ "version": "5.3.7",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",