aq-fe-framework 0.1.235 → 0.1.236

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.
@@ -28,4 +28,4 @@ interface IAQModule extends IBaseEntity {
28
28
  };
29
29
  }
30
30
 
31
- export type { IAQModule as I, IBaseEntity as a };
31
+ export type { IBaseEntity as I, IAQModule as a };
@@ -1,8 +1,8 @@
1
1
  import * as axios from 'axios';
2
2
  import { AxiosInstance, AxiosResponse } from 'axios';
3
+ import { I as IBaseEntity, a as IAQModule } from '../IAQModule-Cn6xUy-6.mjs';
3
4
  import * as _tanstack_react_query from '@tanstack/react-query';
4
5
  import { UseMutationOptions, QueryKey, UseQueryOptions } from '@tanstack/react-query';
5
- import { I as IAQModule } from '../IAQModule-XZYlbivW.mjs';
6
6
 
7
7
  interface MyApiResponse<IRes> {
8
8
  isSuccess: 1 | 0;
@@ -17,10 +17,7 @@ declare function createBaseApi<T>(baseUrl: string, axiosInstance: AxiosInstance)
17
17
  update: (data: Partial<T>) => Promise<axios.AxiosResponse<MyApiResponse<T>, any>>;
18
18
  createOrUpdate: (data: Partial<T[]>) => Promise<axios.AxiosResponse<MyApiResponse<T[]>, any>>;
19
19
  delete: (id: number) => Promise<axios.AxiosResponse<any, any>>;
20
- deleteList: (values: {
21
- id: number;
22
- isEnabled: boolean;
23
- }[]) => Promise<axios.AxiosResponse<any, any>>;
20
+ deleteList: (values: IBaseEntity[]) => Promise<axios.AxiosResponse<any, any>>;
24
21
  };
25
22
 
26
23
  declare const useLoadAxiosConfig: ({ axiosInstance }: {
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { SelectProps } from '@mantine/core';
3
3
  import { I as I_BasicAppShell_LinkItem } from '../BasicAppShell-CGKvZ5wV.mjs';
4
- import { a as IBaseEntity, I as IAQModule } from '../IAQModule-XZYlbivW.mjs';
4
+ import { I as IBaseEntity, a as IAQModule } from '../IAQModule-Cn6xUy-6.mjs';
5
5
  import { ReactNode } from 'react';
6
6
 
7
7
  declare function F_core12196({ FormTypeId }: {
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.235",
25
+ "version": "0.1.236",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"