aq-fe-framework 0.1.237 → 0.1.239

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.
@@ -4,8 +4,8 @@ interface IBaseEntity {
4
4
  name?: string;
5
5
  concurrencyStamp?: string;
6
6
  isEnabled?: boolean;
7
- modifiedWhen?: Date;
8
- modifiedBy?: number;
7
+ modifiedWhen?: string;
8
+ modifiedFullName?: string;
9
9
  }
10
10
 
11
11
  interface IAQModule extends IBaseEntity {
@@ -1,4 +1,5 @@
1
1
  import {
2
+ __spreadProps,
2
3
  __spreadValues
3
4
  } from "./chunk-FWCSY2DS.mjs";
4
5
 
@@ -9,7 +10,9 @@ function createBaseApi(baseUrl, axiosInstance) {
9
10
  return axiosInstance.get(`${baseUrl}/GetAll` + params);
10
11
  },
11
12
  create: (data) => {
12
- return axiosInstance.post(`${baseUrl}/create`, data);
13
+ return axiosInstance.post(`${baseUrl}/create`, __spreadProps(__spreadValues({}, data), {
14
+ id: 0
15
+ }));
13
16
  },
14
17
  update: (data) => {
15
18
  return axiosInstance.post(`${baseUrl}/update`, data);
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  baseAxios_default,
3
3
  useQ_AQ_GetAQModule
4
- } from "./chunk-Q34UGTZ2.mjs";
4
+ } from "./chunk-C2RVNNX2.mjs";
5
5
  import {
6
6
  createGenericStore
7
7
  } from "./chunk-Y3YGC5IH.mjs";
@@ -66,8 +66,8 @@ import {
66
66
  useS_BasicAppShell,
67
67
  useS_ButtonImport,
68
68
  utils_layout_getItemsWithoutLinks
69
- } from "../chunk-WXBOD5JC.mjs";
70
- import "../chunk-Q34UGTZ2.mjs";
69
+ } from "../chunk-UD3C7BND.mjs";
70
+ import "../chunk-C2RVNNX2.mjs";
71
71
  import "../chunk-Y3YGC5IH.mjs";
72
72
  import "../chunk-5U2JSHSJ.mjs";
73
73
  import "../chunk-7ZCOFATU.mjs";
@@ -1,6 +1,6 @@
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
+ import { I as IBaseEntity, a as IAQModule } from '../IAQModule-CIu1JdT0.mjs';
4
4
  import * as _tanstack_react_query from '@tanstack/react-query';
5
5
  import { UseMutationOptions, QueryKey, UseQueryOptions } from '@tanstack/react-query';
6
6
 
@@ -4,7 +4,7 @@ import {
4
4
  useMyReactMutation,
5
5
  useMyReactQuery,
6
6
  useQ_AQ_GetAQModule
7
- } from "../chunk-Q34UGTZ2.mjs";
7
+ } from "../chunk-C2RVNNX2.mjs";
8
8
  import "../chunk-7ZCOFATU.mjs";
9
9
  import "../chunk-FWCSY2DS.mjs";
10
10
  export {
@@ -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 { I as IBaseEntity, a as IAQModule } from '../IAQModule-Cn6xUy-6.mjs';
4
+ import { I as IBaseEntity, a as IAQModule } from '../IAQModule-CIu1JdT0.mjs';
5
5
  import { ReactNode } from 'react';
6
6
 
7
7
  declare function F_core12196({ FormTypeId }: {
@@ -25,12 +25,12 @@ import {
25
25
  useS_BasicAppShell,
26
26
  useS_authenticate,
27
27
  utils_layout_getItemsWithoutLinks
28
- } from "../chunk-WXBOD5JC.mjs";
28
+ } from "../chunk-UD3C7BND.mjs";
29
29
  import {
30
30
  baseAxios_default,
31
31
  useQ_AQ_GetAQModule,
32
32
  useQ_SkillCenter_GetAll
33
- } from "../chunk-Q34UGTZ2.mjs";
33
+ } from "../chunk-C2RVNNX2.mjs";
34
34
  import {
35
35
  createGenericStore
36
36
  } from "../chunk-Y3YGC5IH.mjs";
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "types": "./dist/hooks/index.d.mts"
23
23
  }
24
24
  },
25
- "version": "0.1.237",
25
+ "version": "0.1.239",
26
26
  "private": false,
27
27
  "files": [
28
28
  "dist"