@mxmweb/rtext 1.3.9 → 1.3.10

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.
@@ -12,7 +12,72 @@ export declare const mockServerData: {
12
12
  filePath: string;
13
13
  configId: number;
14
14
  kbId: null;
15
- queryReplyPairList: {
15
+ queryReplyPairList: ({
16
+ label: string;
17
+ sessionId: string;
18
+ gmtCreate: string;
19
+ gmtModified: string;
20
+ createBy: string;
21
+ updateBy: string;
22
+ filePath: string;
23
+ configId: string;
24
+ kbId: null;
25
+ queryReplyPairList: {
26
+ query: {
27
+ id: string;
28
+ gmtCreate: number;
29
+ content: string;
30
+ type: string;
31
+ queryId: string;
32
+ audioUrl: string;
33
+ filePaths: null;
34
+ currentFiles: null;
35
+ };
36
+ reply: {
37
+ id: string;
38
+ gmtCreate: number;
39
+ content: string;
40
+ type: string;
41
+ chain: {
42
+ businessType: string;
43
+ nodeStatus: number;
44
+ content: string;
45
+ type: string;
46
+ }[];
47
+ reference: string;
48
+ webReference: string;
49
+ queryId: string;
50
+ feedbackResult: null;
51
+ feedbackId: null;
52
+ parsedFilePaths: null;
53
+ recommendQuestion: string;
54
+ llmType: number;
55
+ resultType: number;
56
+ respTime: number;
57
+ databaseReference: null;
58
+ tokens: number;
59
+ };
60
+ }[];
61
+ searchConfigDTO: {
62
+ id: string;
63
+ status: number;
64
+ isDefault: number;
65
+ configJson: string;
66
+ name: string;
67
+ des: null;
68
+ createBy: string;
69
+ gmtCreate: string;
70
+ permission: null;
71
+ sensitiveWordIds: string;
72
+ defaultAnswer: string;
73
+ model: boolean;
74
+ enabledFaq: number;
75
+ dependOnKb: number;
76
+ isDel: number;
77
+ };
78
+ query?: undefined;
79
+ reply?: undefined;
80
+ } | {
16
81
  query: {
17
82
  id: number;
18
83
  gmtCreate: string;
@@ -41,7 +106,18 @@ export declare const mockServerData: {
41
106
  databaseReference: null;
42
107
  tokens: number;
43
108
  };
44
- }[];
109
+ label?: undefined;
110
+ sessionId?: undefined;
111
+ gmtCreate?: undefined;
112
+ gmtModified?: undefined;
113
+ createBy?: undefined;
114
+ updateBy?: undefined;
115
+ filePath?: undefined;
116
+ configId?: undefined;
117
+ kbId?: undefined;
118
+ queryReplyPairList?: undefined;
119
+ searchConfigDTO?: undefined;
120
+ })[];
45
121
  searchConfigDTO: {
46
122
  id: number;
47
123
  status: number;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "style": "assets/style.css",
6
6
  "types": "lib_enter.d.ts",
7
7
  "private": false,
8
- "version": "1.3.9",
8
+ "version": "1.3.10",
9
9
  "author": "hanfeng_Zhang",
10
10
  "type": "module",
11
11
  "scripts": {