@fctc/interface-logic 2.6.1 → 2.6.3
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 -1
- package/dist/hooks.d.ts +1 -1
- package/dist/services.d.mts +1 -1
- package/dist/services.d.ts +1 -1
- package/package.json +1 -1
package/dist/hooks.d.mts
CHANGED
|
@@ -416,7 +416,7 @@ declare const useCreateSession: () => _tanstack_react_query.UseMutationResult<un
|
|
|
416
416
|
declare const useGetPos: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
|
|
417
417
|
model: string;
|
|
418
418
|
args: [];
|
|
419
|
-
domain:
|
|
419
|
+
domain: any;
|
|
420
420
|
service: string;
|
|
421
421
|
xNode: string;
|
|
422
422
|
}, unknown>;
|
package/dist/hooks.d.ts
CHANGED
|
@@ -416,7 +416,7 @@ declare const useCreateSession: () => _tanstack_react_query.UseMutationResult<un
|
|
|
416
416
|
declare const useGetPos: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
|
|
417
417
|
model: string;
|
|
418
418
|
args: [];
|
|
419
|
-
domain:
|
|
419
|
+
domain: any;
|
|
420
420
|
service: string;
|
|
421
421
|
xNode: string;
|
|
422
422
|
}, unknown>;
|
package/dist/services.d.mts
CHANGED
package/dist/services.d.ts
CHANGED