jamespot-front-business 1.3.76 → 1.3.77

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.
@@ -9,6 +9,9 @@ export declare const teamWorkAiTasksSlice: import('@reduxjs/toolkit').Slice<Team
9
9
  title: string;
10
10
  body: string;
11
11
  sourceUri: string;
12
+ sourceUrl: string;
13
+ sourceType: string;
14
+ sourceId: number;
12
15
  isDone: boolean;
13
16
  idMsgs: number[];
14
17
  }[] | undefined;
@@ -22,6 +25,9 @@ export declare const teamWorkAiTasksSlice: import('@reduxjs/toolkit').Slice<Team
22
25
  title: string;
23
26
  body: string;
24
27
  sourceUri: string;
28
+ sourceUrl: string;
29
+ sourceType: string;
30
+ sourceId: number;
25
31
  isDone: boolean;
26
32
  idMsgs: number[];
27
33
  }[] | undefined;
@@ -35,6 +41,9 @@ export declare const teamWorkAiTasksSlice: import('@reduxjs/toolkit').Slice<Team
35
41
  title: string;
36
42
  body: string;
37
43
  sourceUri: string;
44
+ sourceUrl: string;
45
+ sourceType: string;
46
+ sourceId: number;
38
47
  isDone: boolean;
39
48
  idMsgs: number[];
40
49
  }[] | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jamespot-front-business",
3
- "version": "1.3.76",
3
+ "version": "1.3.77",
4
4
  "description": "typescript utils",
5
5
  "main": "dist/jamespot-front-business.cjs",
6
6
  "module": "dist/jamespot-front-business.js",
@@ -33,7 +33,7 @@
33
33
  "eslint-import-resolver-typescript": "^4.4.4",
34
34
  "eslint-plugin-import": "^2.32.0",
35
35
  "globals": "^16.5.0",
36
- "jamespot-user-api": "^1.3.76",
36
+ "jamespot-user-api": "^1.3.77",
37
37
  "jest": "^30.3.0",
38
38
  "jest-environment-jsdom": "^30.3.0",
39
39
  "knip": "^5.88.1",