@fctc/interface-logic 2.6.4 → 2.6.5
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 +2 -2
- package/dist/hooks.d.ts +2 -2
- package/dist/services.d.mts +2 -2
- package/dist/services.d.ts +2 -2
- package/package.json +1 -1
package/dist/hooks.d.mts
CHANGED
|
@@ -400,8 +400,8 @@ declare const useManageSession: () => _tanstack_react_query.UseMutationResult<un
|
|
|
400
400
|
declare const useHandleClosingSession: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
|
|
401
401
|
model: string;
|
|
402
402
|
method: string;
|
|
403
|
-
ids:
|
|
404
|
-
kwargs:
|
|
403
|
+
ids: any;
|
|
404
|
+
kwargs: any;
|
|
405
405
|
service: string;
|
|
406
406
|
xNode: string;
|
|
407
407
|
}, unknown>;
|
package/dist/hooks.d.ts
CHANGED
|
@@ -400,8 +400,8 @@ declare const useManageSession: () => _tanstack_react_query.UseMutationResult<un
|
|
|
400
400
|
declare const useHandleClosingSession: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
|
|
401
401
|
model: string;
|
|
402
402
|
method: string;
|
|
403
|
-
ids:
|
|
404
|
-
kwargs:
|
|
403
|
+
ids: any;
|
|
404
|
+
kwargs: any;
|
|
405
405
|
service: string;
|
|
406
406
|
xNode: string;
|
|
407
407
|
}, unknown>;
|
package/dist/services.d.mts
CHANGED
|
@@ -298,8 +298,8 @@ declare function useViewService(): {
|
|
|
298
298
|
handleClosingSession: ({ model, method, ids, kwargs, xNode, service, }: {
|
|
299
299
|
model: string;
|
|
300
300
|
method: string;
|
|
301
|
-
ids:
|
|
302
|
-
kwargs:
|
|
301
|
+
ids: any;
|
|
302
|
+
kwargs: any;
|
|
303
303
|
service: string;
|
|
304
304
|
xNode: string;
|
|
305
305
|
}) => any;
|
package/dist/services.d.ts
CHANGED
|
@@ -298,8 +298,8 @@ declare function useViewService(): {
|
|
|
298
298
|
handleClosingSession: ({ model, method, ids, kwargs, xNode, service, }: {
|
|
299
299
|
model: string;
|
|
300
300
|
method: string;
|
|
301
|
-
ids:
|
|
302
|
-
kwargs:
|
|
301
|
+
ids: any;
|
|
302
|
+
kwargs: any;
|
|
303
303
|
service: string;
|
|
304
304
|
xNode: string;
|
|
305
305
|
}) => any;
|