@fctc/interface-logic 2.6.9 → 2.7.0

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
@@ -430,7 +430,7 @@ declare const useCreateEntity: () => _tanstack_react_query.UseMutationResult<unk
430
430
 
431
431
  declare const useGetList: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
432
432
  model: string;
433
- domain: [];
433
+ domain: any;
434
434
  service: string;
435
435
  xNode: string;
436
436
  specification: any;
package/dist/hooks.d.ts CHANGED
@@ -430,7 +430,7 @@ declare const useCreateEntity: () => _tanstack_react_query.UseMutationResult<unk
430
430
 
431
431
  declare const useGetList: () => _tanstack_react_query.UseMutationResult<unknown, Error, {
432
432
  model: string;
433
- domain: [];
433
+ domain: any;
434
434
  service: string;
435
435
  xNode: string;
436
436
  specification: any;
@@ -324,7 +324,7 @@ declare function useViewService(): {
324
324
  }) => any;
325
325
  getList: ({ model, domain, xNode, service, specification, offset, limit, }: {
326
326
  model: string;
327
- domain: [];
327
+ domain: any;
328
328
  service: string;
329
329
  xNode: string;
330
330
  specification: any;
@@ -324,7 +324,7 @@ declare function useViewService(): {
324
324
  }) => any;
325
325
  getList: ({ model, domain, xNode, service, specification, offset, limit, }: {
326
326
  model: string;
327
- domain: [];
327
+ domain: any;
328
328
  service: string;
329
329
  xNode: string;
330
330
  specification: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/interface-logic",
3
- "version": "2.6.9",
3
+ "version": "2.7.0",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",