@viswa-test/test-citation 0.0.168 → 0.0.170
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/README.md +28 -157
- package/dist/assests/svg/PdfViewerIcons.js +1 -1
- package/dist/cjs/assests/svg/PdfViewerIcons.js +1 -1
- package/dist/cjs/features/IngestionStatus/IngestionStatusComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +2 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js.map +1 -0
- package/dist/cjs/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/features/IngestionStatus/IngestionStatusComponent.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.js +1 -1
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js +2 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.js.map +1 -0
- package/dist/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.js +1 -1
- package/dist/index.js +1 -1
- package/dist/types/src/CommonConstants/CommonConstants.d.ts +0 -1296
- package/dist/types/src/CommonConstants/CommonConstants.d.ts.map +1 -1
- package/dist/types/src/assests/svg/PdfViewerIcons.d.ts +0 -1
- package/dist/types/src/assests/svg/PdfViewerIcons.d.ts.map +1 -1
- package/dist/types/src/constants/DefaultTreeData.d.ts +1297 -0
- package/dist/types/src/constants/DefaultTreeData.d.ts.map +1 -0
- package/dist/types/src/constants/deviationData.d.ts +313 -313
- package/dist/types/src/constants/deviationData.d.ts.map +1 -1
- package/dist/types/src/features/IngestionStatus/IngestionStatusComponent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts +2 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/CognitiveComponents/CognitiveComponent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts +15 -6
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/DeviationSummary.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/IterateComponent.d.ts.map +1 -1
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.d.ts +29 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/PopupDefaults.d.ts.map +1 -0
- package/dist/types/src/features/RequirementAI/components/UserStoryCard/Popups/RedlineStatusCard.d.ts.map +1 -1
- package/dist/types/src/index.d.ts +0 -1
- package/dist/types/src/index.d.ts.map +1 -1
- package/package.json +9 -17
|
@@ -1,47 +1,80 @@
|
|
|
1
1
|
export declare const DEVIATION_DATA: {
|
|
2
|
-
"
|
|
2
|
+
"12f1fc36-9cf6-4c71-b21c-fd189a83f835": {
|
|
3
3
|
evaluation_result: {
|
|
4
4
|
"0": {
|
|
5
|
-
deviation_highlights: {
|
|
6
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": never[];
|
|
7
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": never[];
|
|
8
|
-
};
|
|
9
5
|
deviation_title: string;
|
|
10
6
|
deviation_summary: string;
|
|
11
7
|
cognitive_decisioning: {
|
|
12
8
|
decisioning_factors: string[];
|
|
13
9
|
gaps_in_decision: string[];
|
|
14
10
|
decision_strength: number;
|
|
15
|
-
citations:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
11
|
+
citations: {
|
|
12
|
+
"1": {
|
|
13
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
14
|
+
highlighted_text: string;
|
|
15
|
+
custom_metadata: {
|
|
16
|
+
pdf_start_page_number: string;
|
|
17
|
+
pdf_end_page_number: string;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
20
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
21
|
+
highlighted_text: string;
|
|
22
|
+
custom_metadata: {
|
|
23
|
+
pdf_start_page_number: string;
|
|
24
|
+
pdf_end_page_number: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
"2": {
|
|
29
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
30
|
+
highlighted_text: string;
|
|
31
|
+
custom_metadata: {
|
|
32
|
+
pdf_start_page_number: string;
|
|
33
|
+
pdf_end_page_number: string;
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
37
|
+
highlighted_text: string;
|
|
38
|
+
custom_metadata: {
|
|
39
|
+
pdf_start_page_number: string;
|
|
40
|
+
pdf_end_page_number: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
"3": {
|
|
45
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
46
|
+
highlighted_text: string;
|
|
47
|
+
custom_metadata: {
|
|
48
|
+
pdf_start_page_number: string;
|
|
49
|
+
pdf_end_page_number: string;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
53
|
+
highlighted_text: string;
|
|
54
|
+
custom_metadata: {
|
|
55
|
+
pdf_start_page_number: string;
|
|
56
|
+
pdf_end_page_number: string;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
"4": {
|
|
61
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
62
|
+
highlighted_text: string;
|
|
63
|
+
custom_metadata: {
|
|
64
|
+
pdf_start_page_number: string;
|
|
65
|
+
pdf_end_page_number: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
69
|
+
highlighted_text: string;
|
|
70
|
+
custom_metadata: {
|
|
71
|
+
pdf_start_page_number: string;
|
|
72
|
+
pdf_end_page_number: string;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
25
76
|
};
|
|
26
77
|
};
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
"be64763c-5a6b-4526-8dcc-c9347369f277": {
|
|
31
|
-
evaluation_result: {
|
|
32
|
-
"0": {
|
|
33
|
-
deviation_highlights: {
|
|
34
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": never[];
|
|
35
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": never[];
|
|
36
|
-
};
|
|
37
|
-
deviation_title: string;
|
|
38
|
-
deviation_summary: string;
|
|
39
|
-
cognitive_decisioning: {
|
|
40
|
-
decisioning_factors: string[];
|
|
41
|
-
gaps_in_decision: string[];
|
|
42
|
-
decision_strength: number;
|
|
43
|
-
citations: null;
|
|
44
|
-
};
|
|
45
78
|
deviation_explanation: string[];
|
|
46
79
|
deviation_impact: string;
|
|
47
80
|
evaluation_outputs: {
|
|
@@ -55,49 +88,50 @@ export declare const DEVIATION_DATA: {
|
|
|
55
88
|
};
|
|
56
89
|
};
|
|
57
90
|
};
|
|
58
|
-
"
|
|
91
|
+
"c086cda2-2069-461c-b0e4-8f0410bab236": {
|
|
59
92
|
evaluation_result: {
|
|
60
93
|
"0": {
|
|
61
|
-
deviation_highlights: {
|
|
62
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": never[];
|
|
63
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": never[];
|
|
64
|
-
};
|
|
65
94
|
deviation_title: string;
|
|
66
95
|
deviation_summary: string;
|
|
67
96
|
cognitive_decisioning: {
|
|
68
97
|
decisioning_factors: string[];
|
|
69
98
|
gaps_in_decision: string[];
|
|
70
99
|
decision_strength: number;
|
|
71
|
-
citations:
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
100
|
+
citations: {
|
|
101
|
+
"1": {
|
|
102
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
103
|
+
highlighted_text: string;
|
|
104
|
+
custom_metadata: {
|
|
105
|
+
pdf_start_page_number: string;
|
|
106
|
+
pdf_end_page_number: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
110
|
+
highlighted_text: string;
|
|
111
|
+
custom_metadata: {
|
|
112
|
+
pdf_start_page_number: string;
|
|
113
|
+
pdf_end_page_number: string;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
"2": {
|
|
118
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
119
|
+
highlighted_text: string;
|
|
120
|
+
custom_metadata: {
|
|
121
|
+
pdf_start_page_number: string;
|
|
122
|
+
pdf_end_page_number: string;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
126
|
+
highlighted_text: string;
|
|
127
|
+
custom_metadata: {
|
|
128
|
+
pdf_start_page_number: string;
|
|
129
|
+
pdf_end_page_number: string;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
};
|
|
81
133
|
};
|
|
82
134
|
};
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
"e7f2bde6-02b8-4e5b-b19a-f0c6cad41744": {
|
|
87
|
-
evaluation_result: {
|
|
88
|
-
"0": {
|
|
89
|
-
deviation_highlights: {
|
|
90
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": never[];
|
|
91
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": never[];
|
|
92
|
-
};
|
|
93
|
-
deviation_title: string;
|
|
94
|
-
deviation_summary: string;
|
|
95
|
-
cognitive_decisioning: {
|
|
96
|
-
decisioning_factors: string[];
|
|
97
|
-
gaps_in_decision: string[];
|
|
98
|
-
decision_strength: number;
|
|
99
|
-
citations: null;
|
|
100
|
-
};
|
|
101
135
|
deviation_explanation: string[];
|
|
102
136
|
deviation_impact: string;
|
|
103
137
|
evaluation_outputs: {
|
|
@@ -111,37 +145,16 @@ export declare const DEVIATION_DATA: {
|
|
|
111
145
|
};
|
|
112
146
|
};
|
|
113
147
|
};
|
|
114
|
-
"
|
|
148
|
+
"48679407-5caa-4b33-bd7a-8f315377e307": {
|
|
115
149
|
evaluation_result: {
|
|
116
150
|
"0": {
|
|
117
|
-
deviation_highlights: {
|
|
118
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
119
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
120
|
-
};
|
|
121
151
|
deviation_title: string;
|
|
122
152
|
deviation_summary: string;
|
|
123
153
|
cognitive_decisioning: {
|
|
124
154
|
decisioning_factors: string[];
|
|
125
155
|
gaps_in_decision: string[];
|
|
126
156
|
decision_strength: number;
|
|
127
|
-
citations:
|
|
128
|
-
"1": {
|
|
129
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
130
|
-
highlighted_text: string;
|
|
131
|
-
custom_metadata: {
|
|
132
|
-
pdf_start_page_number: string;
|
|
133
|
-
pdf_end_page_number: string;
|
|
134
|
-
};
|
|
135
|
-
};
|
|
136
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
137
|
-
highlighted_text: string;
|
|
138
|
-
custom_metadata: {
|
|
139
|
-
pdf_start_page_number: string;
|
|
140
|
-
pdf_end_page_number: string;
|
|
141
|
-
};
|
|
142
|
-
};
|
|
143
|
-
};
|
|
144
|
-
};
|
|
157
|
+
citations: null;
|
|
145
158
|
};
|
|
146
159
|
deviation_explanation: string[];
|
|
147
160
|
deviation_impact: string;
|
|
@@ -150,20 +163,15 @@ export declare const DEVIATION_DATA: {
|
|
|
150
163
|
output_value: string;
|
|
151
164
|
affected_party: string;
|
|
152
165
|
metadata: {
|
|
153
|
-
compare_category_id: string;
|
|
154
166
|
label_color: string;
|
|
155
167
|
};
|
|
156
168
|
};
|
|
157
169
|
};
|
|
158
170
|
};
|
|
159
171
|
};
|
|
160
|
-
"
|
|
172
|
+
"aa56f97a-7645-4dac-ba19-308e5f3ad014": {
|
|
161
173
|
evaluation_result: {
|
|
162
174
|
"0": {
|
|
163
|
-
deviation_highlights: {
|
|
164
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
165
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
166
|
-
};
|
|
167
175
|
deviation_title: string;
|
|
168
176
|
deviation_summary: string;
|
|
169
177
|
cognitive_decisioning: {
|
|
@@ -203,37 +211,7 @@ export declare const DEVIATION_DATA: {
|
|
|
203
211
|
};
|
|
204
212
|
};
|
|
205
213
|
};
|
|
206
|
-
|
|
207
|
-
};
|
|
208
|
-
deviation_explanation: string[];
|
|
209
|
-
deviation_impact: string;
|
|
210
|
-
evaluation_outputs: {
|
|
211
|
-
name: string;
|
|
212
|
-
output_value: string;
|
|
213
|
-
affected_party: string;
|
|
214
|
-
metadata: {
|
|
215
|
-
compare_category_id: string;
|
|
216
|
-
label_color: string;
|
|
217
|
-
};
|
|
218
|
-
};
|
|
219
|
-
};
|
|
220
|
-
};
|
|
221
|
-
};
|
|
222
|
-
"7bc6c8eb-9ba9-4879-9f10-bbf437e99bdb": {
|
|
223
|
-
evaluation_result: {
|
|
224
|
-
"0": {
|
|
225
|
-
deviation_highlights: {
|
|
226
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
227
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
228
|
-
};
|
|
229
|
-
deviation_title: string;
|
|
230
|
-
deviation_summary: string;
|
|
231
|
-
cognitive_decisioning: {
|
|
232
|
-
decisioning_factors: string[];
|
|
233
|
-
gaps_in_decision: string[];
|
|
234
|
-
decision_strength: number;
|
|
235
|
-
citations: {
|
|
236
|
-
"1": {
|
|
214
|
+
"3": {
|
|
237
215
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
238
216
|
highlighted_text: string;
|
|
239
217
|
custom_metadata: {
|
|
@@ -249,7 +227,7 @@ export declare const DEVIATION_DATA: {
|
|
|
249
227
|
};
|
|
250
228
|
};
|
|
251
229
|
};
|
|
252
|
-
"
|
|
230
|
+
"4": {
|
|
253
231
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
254
232
|
highlighted_text: string;
|
|
255
233
|
custom_metadata: {
|
|
@@ -274,20 +252,15 @@ export declare const DEVIATION_DATA: {
|
|
|
274
252
|
output_value: string;
|
|
275
253
|
affected_party: string;
|
|
276
254
|
metadata: {
|
|
277
|
-
compare_category_id: string;
|
|
278
255
|
label_color: string;
|
|
279
256
|
};
|
|
280
257
|
};
|
|
281
258
|
};
|
|
282
259
|
};
|
|
283
260
|
};
|
|
284
|
-
"
|
|
261
|
+
"f5fe7a45-8238-471e-bf1f-c4bac491d765": {
|
|
285
262
|
evaluation_result: {
|
|
286
263
|
"0": {
|
|
287
|
-
deviation_highlights: {
|
|
288
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
289
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
290
|
-
};
|
|
291
264
|
deviation_title: string;
|
|
292
265
|
deviation_summary: string;
|
|
293
266
|
cognitive_decisioning: {
|
|
@@ -336,20 +309,15 @@ export declare const DEVIATION_DATA: {
|
|
|
336
309
|
output_value: string;
|
|
337
310
|
affected_party: string;
|
|
338
311
|
metadata: {
|
|
339
|
-
compare_category_id: string;
|
|
340
312
|
label_color: string;
|
|
341
313
|
};
|
|
342
314
|
};
|
|
343
315
|
};
|
|
344
316
|
};
|
|
345
317
|
};
|
|
346
|
-
"
|
|
318
|
+
"c166213d-927c-4c84-8f3c-7ef0529c96f8": {
|
|
347
319
|
evaluation_result: {
|
|
348
320
|
"0": {
|
|
349
|
-
deviation_highlights: {
|
|
350
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
351
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
352
|
-
};
|
|
353
321
|
deviation_title: string;
|
|
354
322
|
deviation_summary: string;
|
|
355
323
|
cognitive_decisioning: {
|
|
@@ -414,20 +382,15 @@ export declare const DEVIATION_DATA: {
|
|
|
414
382
|
output_value: string;
|
|
415
383
|
affected_party: string;
|
|
416
384
|
metadata: {
|
|
417
|
-
compare_category_id: string;
|
|
418
385
|
label_color: string;
|
|
419
386
|
};
|
|
420
387
|
};
|
|
421
388
|
};
|
|
422
389
|
};
|
|
423
390
|
};
|
|
424
|
-
"
|
|
391
|
+
"ddd77064-6e49-4bd8-92b9-251eb928c923": {
|
|
425
392
|
evaluation_result: {
|
|
426
393
|
"0": {
|
|
427
|
-
deviation_highlights: {
|
|
428
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
429
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
430
|
-
};
|
|
431
394
|
deviation_title: string;
|
|
432
395
|
deviation_summary: string;
|
|
433
396
|
cognitive_decisioning: {
|
|
@@ -467,22 +430,6 @@ export declare const DEVIATION_DATA: {
|
|
|
467
430
|
};
|
|
468
431
|
};
|
|
469
432
|
};
|
|
470
|
-
"3": {
|
|
471
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
472
|
-
highlighted_text: string;
|
|
473
|
-
custom_metadata: {
|
|
474
|
-
pdf_start_page_number: string;
|
|
475
|
-
pdf_end_page_number: string;
|
|
476
|
-
};
|
|
477
|
-
};
|
|
478
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
479
|
-
highlighted_text: string;
|
|
480
|
-
custom_metadata: {
|
|
481
|
-
pdf_start_page_number: string;
|
|
482
|
-
pdf_end_page_number: string;
|
|
483
|
-
};
|
|
484
|
-
};
|
|
485
|
-
};
|
|
486
433
|
};
|
|
487
434
|
};
|
|
488
435
|
deviation_explanation: string[];
|
|
@@ -492,20 +439,15 @@ export declare const DEVIATION_DATA: {
|
|
|
492
439
|
output_value: string;
|
|
493
440
|
affected_party: string;
|
|
494
441
|
metadata: {
|
|
495
|
-
compare_category_id: string;
|
|
496
442
|
label_color: string;
|
|
497
443
|
};
|
|
498
444
|
};
|
|
499
445
|
};
|
|
500
446
|
};
|
|
501
447
|
};
|
|
502
|
-
"
|
|
448
|
+
"dee25c55-60b4-42c5-a05a-fe73ce56c8de": {
|
|
503
449
|
evaluation_result: {
|
|
504
450
|
"0": {
|
|
505
|
-
deviation_highlights: {
|
|
506
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
507
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
508
|
-
};
|
|
509
451
|
deviation_title: string;
|
|
510
452
|
deviation_summary: string;
|
|
511
453
|
cognitive_decisioning: {
|
|
@@ -529,37 +471,7 @@ export declare const DEVIATION_DATA: {
|
|
|
529
471
|
};
|
|
530
472
|
};
|
|
531
473
|
};
|
|
532
|
-
|
|
533
|
-
};
|
|
534
|
-
deviation_explanation: string[];
|
|
535
|
-
deviation_impact: string;
|
|
536
|
-
evaluation_outputs: {
|
|
537
|
-
name: string;
|
|
538
|
-
output_value: string;
|
|
539
|
-
affected_party: string;
|
|
540
|
-
metadata: {
|
|
541
|
-
compare_category_id: string;
|
|
542
|
-
label_color: string;
|
|
543
|
-
};
|
|
544
|
-
};
|
|
545
|
-
};
|
|
546
|
-
};
|
|
547
|
-
};
|
|
548
|
-
"17edc365-bfac-4089-b613-05f5140da1a7": {
|
|
549
|
-
evaluation_result: {
|
|
550
|
-
"0": {
|
|
551
|
-
deviation_highlights: {
|
|
552
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
553
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
554
|
-
};
|
|
555
|
-
deviation_title: string;
|
|
556
|
-
deviation_summary: string;
|
|
557
|
-
cognitive_decisioning: {
|
|
558
|
-
decisioning_factors: string[];
|
|
559
|
-
gaps_in_decision: string[];
|
|
560
|
-
decision_strength: number;
|
|
561
|
-
citations: {
|
|
562
|
-
"1": {
|
|
474
|
+
"2": {
|
|
563
475
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
564
476
|
highlighted_text: string;
|
|
565
477
|
custom_metadata: {
|
|
@@ -575,7 +487,7 @@ export declare const DEVIATION_DATA: {
|
|
|
575
487
|
};
|
|
576
488
|
};
|
|
577
489
|
};
|
|
578
|
-
"
|
|
490
|
+
"3": {
|
|
579
491
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
580
492
|
highlighted_text: string;
|
|
581
493
|
custom_metadata: {
|
|
@@ -600,12 +512,15 @@ export declare const DEVIATION_DATA: {
|
|
|
600
512
|
output_value: string;
|
|
601
513
|
affected_party: string;
|
|
602
514
|
metadata: {
|
|
603
|
-
compare_category_id: string;
|
|
604
515
|
label_color: string;
|
|
605
516
|
};
|
|
606
517
|
};
|
|
607
518
|
};
|
|
608
|
-
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
"3f0d4f0e-9d7d-45b2-a5ec-4c66ecc6598f": {
|
|
522
|
+
evaluation_result: {
|
|
523
|
+
"0": {
|
|
609
524
|
deviation_highlights: {
|
|
610
525
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
611
526
|
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
@@ -617,7 +532,7 @@ export declare const DEVIATION_DATA: {
|
|
|
617
532
|
gaps_in_decision: string[];
|
|
618
533
|
decision_strength: number;
|
|
619
534
|
citations: {
|
|
620
|
-
"
|
|
535
|
+
"1": {
|
|
621
536
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
622
537
|
highlighted_text: string;
|
|
623
538
|
custom_metadata: {
|
|
@@ -633,7 +548,7 @@ export declare const DEVIATION_DATA: {
|
|
|
633
548
|
};
|
|
634
549
|
};
|
|
635
550
|
};
|
|
636
|
-
"
|
|
551
|
+
"2": {
|
|
637
552
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
638
553
|
highlighted_text: string;
|
|
639
554
|
custom_metadata: {
|
|
@@ -658,14 +573,70 @@ export declare const DEVIATION_DATA: {
|
|
|
658
573
|
output_value: string;
|
|
659
574
|
affected_party: string;
|
|
660
575
|
metadata: {
|
|
661
|
-
compare_category_id: string;
|
|
576
|
+
compare_category_id: string;
|
|
577
|
+
label_color: string;
|
|
578
|
+
};
|
|
579
|
+
};
|
|
580
|
+
};
|
|
581
|
+
};
|
|
582
|
+
};
|
|
583
|
+
"be64763c-5a6b-4526-8dcc-c9347369f277": {
|
|
584
|
+
evaluation_result: {
|
|
585
|
+
"0": {
|
|
586
|
+
deviation_highlights: {
|
|
587
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": never[];
|
|
588
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": never[];
|
|
589
|
+
};
|
|
590
|
+
deviation_title: string;
|
|
591
|
+
deviation_summary: string;
|
|
592
|
+
cognitive_decisioning: {
|
|
593
|
+
decisioning_factors: string[];
|
|
594
|
+
gaps_in_decision: string[];
|
|
595
|
+
decision_strength: number;
|
|
596
|
+
citations: null;
|
|
597
|
+
};
|
|
598
|
+
deviation_explanation: string[];
|
|
599
|
+
deviation_impact: string;
|
|
600
|
+
evaluation_outputs: {
|
|
601
|
+
name: string;
|
|
602
|
+
output_value: string;
|
|
603
|
+
affected_party: string;
|
|
604
|
+
metadata: {
|
|
605
|
+
label_color: string;
|
|
606
|
+
};
|
|
607
|
+
};
|
|
608
|
+
};
|
|
609
|
+
};
|
|
610
|
+
};
|
|
611
|
+
"c05a5fed-39be-4797-a54e-edbdc585baae": {
|
|
612
|
+
evaluation_result: {
|
|
613
|
+
"0": {
|
|
614
|
+
deviation_highlights: {
|
|
615
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": never[];
|
|
616
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": never[];
|
|
617
|
+
};
|
|
618
|
+
deviation_title: string;
|
|
619
|
+
deviation_summary: string;
|
|
620
|
+
cognitive_decisioning: {
|
|
621
|
+
decisioning_factors: string[];
|
|
622
|
+
gaps_in_decision: string[];
|
|
623
|
+
decision_strength: number;
|
|
624
|
+
citations: null;
|
|
625
|
+
};
|
|
626
|
+
deviation_explanation: string[];
|
|
627
|
+
deviation_impact: string;
|
|
628
|
+
evaluation_outputs: {
|
|
629
|
+
name: string;
|
|
630
|
+
output_value: string;
|
|
631
|
+
affected_party: string;
|
|
632
|
+
metadata: {
|
|
662
633
|
label_color: string;
|
|
663
634
|
};
|
|
664
635
|
};
|
|
665
636
|
};
|
|
666
637
|
};
|
|
667
638
|
};
|
|
668
|
-
"
|
|
639
|
+
"c417705e-a04c-4d61-b9cc-a124cc7c2272": {
|
|
669
640
|
evaluation_result: {
|
|
670
641
|
"0": {
|
|
671
642
|
deviation_highlights: {
|
|
@@ -743,7 +714,7 @@ export declare const DEVIATION_DATA: {
|
|
|
743
714
|
};
|
|
744
715
|
};
|
|
745
716
|
};
|
|
746
|
-
"
|
|
717
|
+
"fce6a07e-edcf-490b-8b58-0f88ac6d0cfd": {
|
|
747
718
|
evaluation_result: {
|
|
748
719
|
"0": {
|
|
749
720
|
deviation_highlights: {
|
|
@@ -819,7 +790,11 @@ export declare const DEVIATION_DATA: {
|
|
|
819
790
|
};
|
|
820
791
|
};
|
|
821
792
|
};
|
|
822
|
-
|
|
793
|
+
};
|
|
794
|
+
};
|
|
795
|
+
"7bc6c8eb-9ba9-4879-9f10-bbf437e99bdb": {
|
|
796
|
+
evaluation_result: {
|
|
797
|
+
"0": {
|
|
823
798
|
deviation_highlights: {
|
|
824
799
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
825
800
|
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
@@ -831,23 +806,7 @@ export declare const DEVIATION_DATA: {
|
|
|
831
806
|
gaps_in_decision: string[];
|
|
832
807
|
decision_strength: number;
|
|
833
808
|
citations: {
|
|
834
|
-
"
|
|
835
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
836
|
-
highlighted_text: string;
|
|
837
|
-
custom_metadata: {
|
|
838
|
-
pdf_start_page_number: string;
|
|
839
|
-
pdf_end_page_number: string;
|
|
840
|
-
};
|
|
841
|
-
};
|
|
842
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
843
|
-
highlighted_text: string;
|
|
844
|
-
custom_metadata: {
|
|
845
|
-
pdf_start_page_number: string;
|
|
846
|
-
pdf_end_page_number: string;
|
|
847
|
-
};
|
|
848
|
-
};
|
|
849
|
-
};
|
|
850
|
-
"5": {
|
|
809
|
+
"1": {
|
|
851
810
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
852
811
|
highlighted_text: string;
|
|
853
812
|
custom_metadata: {
|
|
@@ -863,7 +822,7 @@ export declare const DEVIATION_DATA: {
|
|
|
863
822
|
};
|
|
864
823
|
};
|
|
865
824
|
};
|
|
866
|
-
"
|
|
825
|
+
"2": {
|
|
867
826
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
868
827
|
highlighted_text: string;
|
|
869
828
|
custom_metadata: {
|
|
@@ -895,9 +854,13 @@ export declare const DEVIATION_DATA: {
|
|
|
895
854
|
};
|
|
896
855
|
};
|
|
897
856
|
};
|
|
898
|
-
"
|
|
857
|
+
"9140e84a-0532-4872-b581-e1857a6417f4": {
|
|
899
858
|
evaluation_result: {
|
|
900
859
|
"0": {
|
|
860
|
+
deviation_highlights: {
|
|
861
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
862
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
863
|
+
};
|
|
901
864
|
deviation_title: string;
|
|
902
865
|
deviation_summary: string;
|
|
903
866
|
cognitive_decisioning: {
|
|
@@ -921,26 +884,39 @@ export declare const DEVIATION_DATA: {
|
|
|
921
884
|
};
|
|
922
885
|
};
|
|
923
886
|
};
|
|
924
|
-
"2": {
|
|
925
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
926
|
-
highlighted_text: string;
|
|
927
|
-
custom_metadata: {
|
|
928
|
-
pdf_start_page_number: string;
|
|
929
|
-
pdf_end_page_number: string;
|
|
930
|
-
};
|
|
931
|
-
};
|
|
932
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
933
|
-
highlighted_text: string;
|
|
934
|
-
custom_metadata: {
|
|
935
|
-
pdf_start_page_number: string;
|
|
936
|
-
pdf_end_page_number: string;
|
|
937
|
-
};
|
|
938
|
-
};
|
|
939
|
-
};
|
|
940
887
|
};
|
|
941
888
|
};
|
|
942
889
|
deviation_explanation: string[];
|
|
943
890
|
deviation_impact: string;
|
|
891
|
+
evaluation_outputs: {
|
|
892
|
+
name: string;
|
|
893
|
+
output_value: string;
|
|
894
|
+
affected_party: string;
|
|
895
|
+
metadata: {
|
|
896
|
+
compare_category_id: string;
|
|
897
|
+
label_color: string;
|
|
898
|
+
};
|
|
899
|
+
};
|
|
900
|
+
};
|
|
901
|
+
};
|
|
902
|
+
};
|
|
903
|
+
"8260dda5-d504-4e9c-808e-2ee1cf0f15da": {
|
|
904
|
+
evaluation_result: {
|
|
905
|
+
"0": {
|
|
906
|
+
deviation_highlights: {
|
|
907
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": never[];
|
|
908
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": never[];
|
|
909
|
+
};
|
|
910
|
+
deviation_title: string;
|
|
911
|
+
deviation_summary: string;
|
|
912
|
+
cognitive_decisioning: {
|
|
913
|
+
decisioning_factors: string[];
|
|
914
|
+
gaps_in_decision: string[];
|
|
915
|
+
decision_strength: number;
|
|
916
|
+
citations: null;
|
|
917
|
+
};
|
|
918
|
+
deviation_explanation: string[];
|
|
919
|
+
deviation_impact: string;
|
|
944
920
|
evaluation_outputs: {
|
|
945
921
|
name: string;
|
|
946
922
|
output_value: string;
|
|
@@ -952,9 +928,13 @@ export declare const DEVIATION_DATA: {
|
|
|
952
928
|
};
|
|
953
929
|
};
|
|
954
930
|
};
|
|
955
|
-
"
|
|
931
|
+
"e7f2bde6-02b8-4e5b-b19a-f0c6cad41744": {
|
|
956
932
|
evaluation_result: {
|
|
957
933
|
"0": {
|
|
934
|
+
deviation_highlights: {
|
|
935
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": never[];
|
|
936
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": never[];
|
|
937
|
+
};
|
|
958
938
|
deviation_title: string;
|
|
959
939
|
deviation_summary: string;
|
|
960
940
|
cognitive_decisioning: {
|
|
@@ -976,9 +956,13 @@ export declare const DEVIATION_DATA: {
|
|
|
976
956
|
};
|
|
977
957
|
};
|
|
978
958
|
};
|
|
979
|
-
"
|
|
959
|
+
"014f479e-ca27-4845-9a23-fe320950bf23": {
|
|
980
960
|
evaluation_result: {
|
|
981
961
|
"0": {
|
|
962
|
+
deviation_highlights: {
|
|
963
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
964
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
965
|
+
};
|
|
982
966
|
deviation_title: string;
|
|
983
967
|
deviation_summary: string;
|
|
984
968
|
cognitive_decisioning: {
|
|
@@ -1002,23 +986,37 @@ export declare const DEVIATION_DATA: {
|
|
|
1002
986
|
};
|
|
1003
987
|
};
|
|
1004
988
|
};
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
989
|
+
};
|
|
990
|
+
};
|
|
991
|
+
deviation_explanation: string[];
|
|
992
|
+
deviation_impact: string;
|
|
993
|
+
evaluation_outputs: {
|
|
994
|
+
name: string;
|
|
995
|
+
output_value: string;
|
|
996
|
+
affected_party: string;
|
|
997
|
+
metadata: {
|
|
998
|
+
compare_category_id: string;
|
|
999
|
+
label_color: string;
|
|
1000
|
+
};
|
|
1001
|
+
};
|
|
1002
|
+
};
|
|
1003
|
+
};
|
|
1004
|
+
};
|
|
1005
|
+
"377a1d42-f179-4085-872b-5a2fc3af3c4a": {
|
|
1006
|
+
evaluation_result: {
|
|
1007
|
+
"0": {
|
|
1008
|
+
deviation_highlights: {
|
|
1009
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
1010
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
1011
|
+
};
|
|
1012
|
+
deviation_title: string;
|
|
1013
|
+
deviation_summary: string;
|
|
1014
|
+
cognitive_decisioning: {
|
|
1015
|
+
decisioning_factors: string[];
|
|
1016
|
+
gaps_in_decision: string[];
|
|
1017
|
+
decision_strength: number;
|
|
1018
|
+
citations: {
|
|
1019
|
+
"1": {
|
|
1022
1020
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
1023
1021
|
highlighted_text: string;
|
|
1024
1022
|
custom_metadata: {
|
|
@@ -1034,7 +1032,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1034
1032
|
};
|
|
1035
1033
|
};
|
|
1036
1034
|
};
|
|
1037
|
-
"
|
|
1035
|
+
"2": {
|
|
1038
1036
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
1039
1037
|
highlighted_text: string;
|
|
1040
1038
|
custom_metadata: {
|
|
@@ -1059,15 +1057,20 @@ export declare const DEVIATION_DATA: {
|
|
|
1059
1057
|
output_value: string;
|
|
1060
1058
|
affected_party: string;
|
|
1061
1059
|
metadata: {
|
|
1060
|
+
compare_category_id: string;
|
|
1062
1061
|
label_color: string;
|
|
1063
1062
|
};
|
|
1064
1063
|
};
|
|
1065
1064
|
};
|
|
1066
1065
|
};
|
|
1067
1066
|
};
|
|
1068
|
-
"
|
|
1067
|
+
"17edc365-bfac-4089-b613-05f5140da1a7": {
|
|
1069
1068
|
evaluation_result: {
|
|
1070
1069
|
"0": {
|
|
1070
|
+
deviation_highlights: {
|
|
1071
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
1072
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
1073
|
+
};
|
|
1071
1074
|
deviation_title: string;
|
|
1072
1075
|
deviation_summary: string;
|
|
1073
1076
|
cognitive_decisioning: {
|
|
@@ -1116,15 +1119,16 @@ export declare const DEVIATION_DATA: {
|
|
|
1116
1119
|
output_value: string;
|
|
1117
1120
|
affected_party: string;
|
|
1118
1121
|
metadata: {
|
|
1122
|
+
compare_category_id: string;
|
|
1119
1123
|
label_color: string;
|
|
1120
1124
|
};
|
|
1121
1125
|
};
|
|
1122
1126
|
};
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1127
|
+
"1": {
|
|
1128
|
+
deviation_highlights: {
|
|
1129
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
1130
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
1131
|
+
};
|
|
1128
1132
|
deviation_title: string;
|
|
1129
1133
|
deviation_summary: string;
|
|
1130
1134
|
cognitive_decisioning: {
|
|
@@ -1132,23 +1136,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1132
1136
|
gaps_in_decision: string[];
|
|
1133
1137
|
decision_strength: number;
|
|
1134
1138
|
citations: {
|
|
1135
|
-
"
|
|
1136
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
1137
|
-
highlighted_text: string;
|
|
1138
|
-
custom_metadata: {
|
|
1139
|
-
pdf_start_page_number: string;
|
|
1140
|
-
pdf_end_page_number: string;
|
|
1141
|
-
};
|
|
1142
|
-
};
|
|
1143
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
1144
|
-
highlighted_text: string;
|
|
1145
|
-
custom_metadata: {
|
|
1146
|
-
pdf_start_page_number: string;
|
|
1147
|
-
pdf_end_page_number: string;
|
|
1148
|
-
};
|
|
1149
|
-
};
|
|
1150
|
-
};
|
|
1151
|
-
"2": {
|
|
1139
|
+
"3": {
|
|
1152
1140
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
1153
1141
|
highlighted_text: string;
|
|
1154
1142
|
custom_metadata: {
|
|
@@ -1164,7 +1152,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1164
1152
|
};
|
|
1165
1153
|
};
|
|
1166
1154
|
};
|
|
1167
|
-
"
|
|
1155
|
+
"4": {
|
|
1168
1156
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
1169
1157
|
highlighted_text: string;
|
|
1170
1158
|
custom_metadata: {
|
|
@@ -1189,15 +1177,20 @@ export declare const DEVIATION_DATA: {
|
|
|
1189
1177
|
output_value: string;
|
|
1190
1178
|
affected_party: string;
|
|
1191
1179
|
metadata: {
|
|
1180
|
+
compare_category_id: string;
|
|
1192
1181
|
label_color: string;
|
|
1193
1182
|
};
|
|
1194
1183
|
};
|
|
1195
1184
|
};
|
|
1196
1185
|
};
|
|
1197
1186
|
};
|
|
1198
|
-
"
|
|
1187
|
+
"69297141-7ee4-4f98-9c1c-343f596c9207": {
|
|
1199
1188
|
evaluation_result: {
|
|
1200
1189
|
"0": {
|
|
1190
|
+
deviation_highlights: {
|
|
1191
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
1192
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
1193
|
+
};
|
|
1201
1194
|
deviation_title: string;
|
|
1202
1195
|
deviation_summary: string;
|
|
1203
1196
|
cognitive_decisioning: {
|
|
@@ -1237,6 +1230,22 @@ export declare const DEVIATION_DATA: {
|
|
|
1237
1230
|
};
|
|
1238
1231
|
};
|
|
1239
1232
|
};
|
|
1233
|
+
"3": {
|
|
1234
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
1235
|
+
highlighted_text: string;
|
|
1236
|
+
custom_metadata: {
|
|
1237
|
+
pdf_start_page_number: string;
|
|
1238
|
+
pdf_end_page_number: string;
|
|
1239
|
+
};
|
|
1240
|
+
};
|
|
1241
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
1242
|
+
highlighted_text: string;
|
|
1243
|
+
custom_metadata: {
|
|
1244
|
+
pdf_start_page_number: string;
|
|
1245
|
+
pdf_end_page_number: string;
|
|
1246
|
+
};
|
|
1247
|
+
};
|
|
1248
|
+
};
|
|
1240
1249
|
};
|
|
1241
1250
|
};
|
|
1242
1251
|
deviation_explanation: string[];
|
|
@@ -1246,15 +1255,16 @@ export declare const DEVIATION_DATA: {
|
|
|
1246
1255
|
output_value: string;
|
|
1247
1256
|
affected_party: string;
|
|
1248
1257
|
metadata: {
|
|
1258
|
+
compare_category_id: string;
|
|
1249
1259
|
label_color: string;
|
|
1250
1260
|
};
|
|
1251
1261
|
};
|
|
1252
1262
|
};
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1263
|
+
"1": {
|
|
1264
|
+
deviation_highlights: {
|
|
1265
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
1266
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
1267
|
+
};
|
|
1258
1268
|
deviation_title: string;
|
|
1259
1269
|
deviation_summary: string;
|
|
1260
1270
|
cognitive_decisioning: {
|
|
@@ -1262,7 +1272,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1262
1272
|
gaps_in_decision: string[];
|
|
1263
1273
|
decision_strength: number;
|
|
1264
1274
|
citations: {
|
|
1265
|
-
"
|
|
1275
|
+
"4": {
|
|
1266
1276
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
1267
1277
|
highlighted_text: string;
|
|
1268
1278
|
custom_metadata: {
|
|
@@ -1278,7 +1288,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1278
1288
|
};
|
|
1279
1289
|
};
|
|
1280
1290
|
};
|
|
1281
|
-
"
|
|
1291
|
+
"5": {
|
|
1282
1292
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
1283
1293
|
highlighted_text: string;
|
|
1284
1294
|
custom_metadata: {
|
|
@@ -1294,7 +1304,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1294
1304
|
};
|
|
1295
1305
|
};
|
|
1296
1306
|
};
|
|
1297
|
-
"
|
|
1307
|
+
"6": {
|
|
1298
1308
|
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
1299
1309
|
highlighted_text: string;
|
|
1300
1310
|
custom_metadata: {
|
|
@@ -1319,15 +1329,20 @@ export declare const DEVIATION_DATA: {
|
|
|
1319
1329
|
output_value: string;
|
|
1320
1330
|
affected_party: string;
|
|
1321
1331
|
metadata: {
|
|
1332
|
+
compare_category_id: string;
|
|
1322
1333
|
label_color: string;
|
|
1323
1334
|
};
|
|
1324
1335
|
};
|
|
1325
1336
|
};
|
|
1326
1337
|
};
|
|
1327
1338
|
};
|
|
1328
|
-
"
|
|
1339
|
+
"31dc540e-52fd-42e9-bcae-baade9973375": {
|
|
1329
1340
|
evaluation_result: {
|
|
1330
1341
|
"0": {
|
|
1342
|
+
deviation_highlights: {
|
|
1343
|
+
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": string[];
|
|
1344
|
+
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": string[];
|
|
1345
|
+
};
|
|
1331
1346
|
deviation_title: string;
|
|
1332
1347
|
deviation_summary: string;
|
|
1333
1348
|
cognitive_decisioning: {
|
|
@@ -1383,22 +1398,6 @@ export declare const DEVIATION_DATA: {
|
|
|
1383
1398
|
};
|
|
1384
1399
|
};
|
|
1385
1400
|
};
|
|
1386
|
-
"4": {
|
|
1387
|
-
"764e72cd-1efa-4cfa-8d1e-691eb33458a9": {
|
|
1388
|
-
highlighted_text: string;
|
|
1389
|
-
custom_metadata: {
|
|
1390
|
-
pdf_start_page_number: string;
|
|
1391
|
-
pdf_end_page_number: string;
|
|
1392
|
-
};
|
|
1393
|
-
};
|
|
1394
|
-
"6261a5b8-caa7-4da9-8634-3dfc4a670c3f": {
|
|
1395
|
-
highlighted_text: string;
|
|
1396
|
-
custom_metadata: {
|
|
1397
|
-
pdf_start_page_number: string;
|
|
1398
|
-
pdf_end_page_number: string;
|
|
1399
|
-
};
|
|
1400
|
-
};
|
|
1401
|
-
};
|
|
1402
1401
|
};
|
|
1403
1402
|
};
|
|
1404
1403
|
deviation_explanation: string[];
|
|
@@ -1408,6 +1407,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1408
1407
|
output_value: string;
|
|
1409
1408
|
affected_party: string;
|
|
1410
1409
|
metadata: {
|
|
1410
|
+
compare_category_id: string;
|
|
1411
1411
|
label_color: string;
|
|
1412
1412
|
};
|
|
1413
1413
|
};
|
|
@@ -1415,4 +1415,4 @@ export declare const DEVIATION_DATA: {
|
|
|
1415
1415
|
};
|
|
1416
1416
|
};
|
|
1417
1417
|
};
|
|
1418
|
-
//# sourceMappingURL=
|
|
1418
|
+
//# sourceMappingURL=DeviationData.d.ts.map
|