@fctc/interface-logic 2.6.2 → 2.6.4

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
@@ -415,8 +415,8 @@ declare const useCreateSession: () => _tanstack_react_query.UseMutationResult<un
415
415
 
416
416
  declare const useGetPos: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
417
417
  model: string;
418
- args: [];
419
- domain: [];
418
+ args: any;
419
+ domain: any;
420
420
  service: string;
421
421
  xNode: string;
422
422
  }, unknown>;
package/dist/hooks.d.ts CHANGED
@@ -415,8 +415,8 @@ declare const useCreateSession: () => _tanstack_react_query.UseMutationResult<un
415
415
 
416
416
  declare const useGetPos: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
417
417
  model: string;
418
- args: [];
419
- domain: [];
418
+ args: any;
419
+ domain: any;
420
420
  service: string;
421
421
  xNode: string;
422
422
  }, unknown>;
@@ -311,7 +311,7 @@ declare function useViewService(): {
311
311
  }) => any;
312
312
  getPOS: ({ model, args, domain, xNode, service, }: {
313
313
  model: string;
314
- args: [];
314
+ args: any;
315
315
  domain: any;
316
316
  service: string;
317
317
  xNode: string;
@@ -311,7 +311,7 @@ declare function useViewService(): {
311
311
  }) => any;
312
312
  getPOS: ({ model, args, domain, xNode, service, }: {
313
313
  model: string;
314
- args: [];
314
+ args: any;
315
315
  domain: any;
316
316
  service: string;
317
317
  xNode: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "2.6.2",
3
+ "version": "2.6.4",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",