@fctc/interface-logic 5.3.6 → 5.3.8
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 +1 -2
- package/dist/hooks.d.ts +1 -2
- package/dist/services.d.mts +1 -2
- package/dist/services.d.ts +1 -2
- package/package.json +1 -1
package/dist/hooks.d.mts
CHANGED
|
@@ -848,7 +848,7 @@ declare const useCreateOrder: () => _tanstack_react_query.UseMutationResult<[num
|
|
|
848
848
|
amount_total: number;
|
|
849
849
|
amount_paid: number;
|
|
850
850
|
amount_return: number;
|
|
851
|
-
table_id?: number;
|
|
851
|
+
table_id?: number | boolean;
|
|
852
852
|
partner_id: number | boolean;
|
|
853
853
|
}, unknown>;
|
|
854
854
|
|
|
@@ -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
|
@@ -848,7 +848,7 @@ declare const useCreateOrder: () => _tanstack_react_query.UseMutationResult<[num
|
|
|
848
848
|
amount_total: number;
|
|
849
849
|
amount_paid: number;
|
|
850
850
|
amount_return: number;
|
|
851
|
-
table_id?: number;
|
|
851
|
+
table_id?: number | boolean;
|
|
852
852
|
partner_id: number | boolean;
|
|
853
853
|
}, unknown>;
|
|
854
854
|
|
|
@@ -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/services.d.mts
CHANGED
|
@@ -728,7 +728,7 @@ declare const serviceFactories: readonly [(env: any) => {
|
|
|
728
728
|
amount_total: number;
|
|
729
729
|
amount_paid: number;
|
|
730
730
|
amount_return: number;
|
|
731
|
-
table_id?: number;
|
|
731
|
+
table_id?: number | boolean;
|
|
732
732
|
partner_id: number | boolean;
|
|
733
733
|
}) => Promise<[number, string][] | null>;
|
|
734
734
|
}, () => {
|
|
@@ -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/dist/services.d.ts
CHANGED
|
@@ -728,7 +728,7 @@ declare const serviceFactories: readonly [(env: any) => {
|
|
|
728
728
|
amount_total: number;
|
|
729
729
|
amount_paid: number;
|
|
730
730
|
amount_return: number;
|
|
731
|
-
table_id?: number;
|
|
731
|
+
table_id?: number | boolean;
|
|
732
732
|
partner_id: number | boolean;
|
|
733
733
|
}) => Promise<[number, string][] | null>;
|
|
734
734
|
}, () => {
|
|
@@ -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>;
|