@mxmweb/rtext 1.1.51 → 1.1.53
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/adopters/Markdownit.d.ts +2 -0
- package/assets/style.css +1 -1
- package/core/UnifiedRichText.d.ts +2 -0
- package/core/converters/deserializers.d.ts +1 -0
- package/core/types.d.ts +9 -1
- package/index.js +8485 -8287
- package/mockserverdata.d.ts +20 -20
- package/package.json +1 -1
- package/stats.html +1 -1
package/mockserverdata.d.ts
CHANGED
|
@@ -27,7 +27,6 @@ export declare const mockServerData: {
|
|
|
27
27
|
type: string;
|
|
28
28
|
reference: string;
|
|
29
29
|
webReference: string;
|
|
30
|
-
graphReference: string;
|
|
31
30
|
queryId: string;
|
|
32
31
|
feedbackResult: null;
|
|
33
32
|
feedbackId: null;
|
|
@@ -37,6 +36,7 @@ export declare const mockServerData: {
|
|
|
37
36
|
resultType: number;
|
|
38
37
|
respTime: number;
|
|
39
38
|
tokens: number;
|
|
39
|
+
graphReference?: undefined;
|
|
40
40
|
databaseReference?: undefined;
|
|
41
41
|
};
|
|
42
42
|
} | {
|
|
@@ -57,39 +57,37 @@ export declare const mockServerData: {
|
|
|
57
57
|
type: string;
|
|
58
58
|
reference: string;
|
|
59
59
|
webReference: string;
|
|
60
|
+
graphReference: string;
|
|
60
61
|
queryId: string;
|
|
61
62
|
feedbackResult: null;
|
|
62
63
|
feedbackId: null;
|
|
63
64
|
parsedFilePaths: null;
|
|
64
|
-
recommendQuestion:
|
|
65
|
+
recommendQuestion: string;
|
|
65
66
|
llmType: number;
|
|
66
67
|
resultType: number;
|
|
67
68
|
respTime: number;
|
|
68
69
|
tokens: number;
|
|
69
|
-
graphReference?: undefined;
|
|
70
70
|
databaseReference?: undefined;
|
|
71
71
|
};
|
|
72
72
|
} | {
|
|
73
73
|
query: {
|
|
74
|
-
|
|
74
|
+
id: number;
|
|
75
|
+
gmtCreate: string;
|
|
75
76
|
content: string;
|
|
76
77
|
type: string;
|
|
78
|
+
queryId: string;
|
|
77
79
|
audioUrl: string;
|
|
78
80
|
filePaths: null;
|
|
79
81
|
currentFiles: null;
|
|
80
|
-
gmtCreate: string;
|
|
81
|
-
id: number;
|
|
82
82
|
};
|
|
83
83
|
reply: {
|
|
84
|
-
|
|
84
|
+
id: number;
|
|
85
|
+
gmtCreate: string;
|
|
85
86
|
content: string;
|
|
86
87
|
type: string;
|
|
87
88
|
reference: string;
|
|
88
89
|
webReference: string;
|
|
89
|
-
|
|
90
|
-
graphReference: string;
|
|
91
|
-
gmtCreate: string;
|
|
92
|
-
id: number;
|
|
90
|
+
queryId: string;
|
|
93
91
|
feedbackResult: null;
|
|
94
92
|
feedbackId: null;
|
|
95
93
|
parsedFilePaths: null;
|
|
@@ -98,36 +96,38 @@ export declare const mockServerData: {
|
|
|
98
96
|
resultType: number;
|
|
99
97
|
respTime: number;
|
|
100
98
|
tokens: number;
|
|
99
|
+
graphReference?: undefined;
|
|
100
|
+
databaseReference?: undefined;
|
|
101
101
|
};
|
|
102
102
|
} | {
|
|
103
103
|
query: {
|
|
104
|
-
|
|
105
|
-
gmtCreate: string;
|
|
104
|
+
queryId: string;
|
|
106
105
|
content: string;
|
|
107
106
|
type: string;
|
|
108
|
-
queryId: string;
|
|
109
107
|
audioUrl: string;
|
|
110
108
|
filePaths: null;
|
|
111
109
|
currentFiles: null;
|
|
110
|
+
gmtCreate: string;
|
|
111
|
+
id: number;
|
|
112
112
|
};
|
|
113
113
|
reply: {
|
|
114
|
-
|
|
115
|
-
gmtCreate: string;
|
|
114
|
+
queryId: string;
|
|
116
115
|
content: string;
|
|
117
116
|
type: string;
|
|
118
117
|
reference: string;
|
|
119
118
|
webReference: string;
|
|
120
|
-
|
|
119
|
+
databaseReference: string;
|
|
120
|
+
graphReference: string;
|
|
121
|
+
gmtCreate: string;
|
|
122
|
+
id: number;
|
|
121
123
|
feedbackResult: null;
|
|
122
124
|
feedbackId: null;
|
|
123
125
|
parsedFilePaths: null;
|
|
124
|
-
recommendQuestion:
|
|
126
|
+
recommendQuestion: null;
|
|
125
127
|
llmType: number;
|
|
126
128
|
resultType: number;
|
|
127
129
|
respTime: number;
|
|
128
130
|
tokens: number;
|
|
129
|
-
graphReference?: undefined;
|
|
130
|
-
databaseReference?: undefined;
|
|
131
131
|
};
|
|
132
132
|
} | {
|
|
133
133
|
query: {
|