@e-llm-studio/citation 0.0.232 → 0.0.233
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/dist/cjs/features/CognitiveCompare/CitationAnchor.js +1 -1
- package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js +1 -1
- package/dist/cjs/features/CognitiveCompare/Guidelines/utils/helper.js +1 -1
- package/dist/cjs/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.js +1 -1
- package/dist/cjs/features/CognitiveCompare/components/SectionAccordion.js +1 -1
- package/dist/cjs/features/CognitiveCompare/components/SvgConnectors.js +1 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useCompareData.js +1 -1
- package/dist/cjs/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
- package/dist/cjs/features/CognitiveCompare/utils/buildComparisonRows.js +2 -0
- package/dist/cjs/features/CognitiveCompare/utils/buildComparisonRows.js.map +1 -0
- package/dist/features/CognitiveCompare/CitationAnchor.js +1 -1
- package/dist/features/CognitiveCompare/CognitiveCompare.js +1 -1
- package/dist/features/CognitiveCompare/Guidelines/utils/helper.js +1 -1
- package/dist/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.js +1 -1
- package/dist/features/CognitiveCompare/components/SectionAccordion.js +1 -1
- package/dist/features/CognitiveCompare/components/SvgConnectors.js +1 -1
- package/dist/features/CognitiveCompare/hooks/useCompareData.js +1 -1
- package/dist/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
- package/dist/features/CognitiveCompare/utils/buildComparisonRows.js +2 -0
- package/dist/features/CognitiveCompare/utils/buildComparisonRows.js.map +1 -0
- package/dist/types/src/CognitiveCompareTest.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CitationAnchor.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts +13 -0
- package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/Guidelines/constants/guidelines.mockData.d.ts +1421 -898
- package/dist/types/src/features/CognitiveCompare/Guidelines/constants/guidelines.mockData.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/Guidelines/utils/helper.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/components/SectionAccordion.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/components/SvgConnectors.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts +2 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts.map +1 -1
- package/dist/types/src/features/CognitiveCompare/utils/buildComparisonRows.d.ts +11 -0
- package/dist/types/src/features/CognitiveCompare/utils/buildComparisonRows.d.ts.map +1 -0
- package/package.json +2 -2
package/dist/types/src/features/CognitiveCompare/Guidelines/constants/guidelines.mockData.d.ts
CHANGED
|
@@ -1,587 +1,1121 @@
|
|
|
1
1
|
export declare const DEFAULT_TREE_DATA: {
|
|
2
|
-
base_root_id: string;
|
|
3
|
-
comparison_id: string;
|
|
4
|
-
input_index_map: {
|
|
5
|
-
"0": string;
|
|
6
|
-
"1": string;
|
|
7
|
-
};
|
|
8
|
-
documents: {
|
|
9
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
10
|
-
artifact_id: string;
|
|
11
|
-
role: string;
|
|
12
|
-
title: string;
|
|
13
|
-
base_title: string;
|
|
14
|
-
source_uri: string;
|
|
15
|
-
signed_url: string;
|
|
16
|
-
mime_type: string;
|
|
17
|
-
metadata: {
|
|
18
|
-
file_name: string;
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
"019f1e83-0ff7-7802-a6a6-39efd2cbf619": {
|
|
22
|
-
artifact_id: string;
|
|
23
|
-
role: string;
|
|
24
|
-
title: string;
|
|
25
|
-
base_title: string;
|
|
26
|
-
source_uri: string;
|
|
27
|
-
signed_url: string;
|
|
28
|
-
mime_type: string;
|
|
29
|
-
metadata: {
|
|
30
|
-
file_name: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
cognitive_compare_summary_categories: {
|
|
35
|
-
"af3cb737-6bc8-474a-b59e-47938aa57ca5": {
|
|
36
|
-
category_label: string;
|
|
37
|
-
category_range: string;
|
|
38
|
-
category_color: string;
|
|
39
|
-
category_display_index: number;
|
|
40
|
-
};
|
|
41
|
-
"7f0d3198-8098-4f1a-b09a-a198523495e1": {
|
|
42
|
-
category_label: string;
|
|
43
|
-
category_range: string;
|
|
44
|
-
category_color: string;
|
|
45
|
-
category_display_index: number;
|
|
46
|
-
};
|
|
47
|
-
"48d6effb-8ae9-489a-901f-53f9da50b571": {
|
|
48
|
-
category_label: string;
|
|
49
|
-
category_range: string;
|
|
50
|
-
category_color: string;
|
|
51
|
-
category_display_index: number;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
evaluation_criteria: {
|
|
55
|
-
"161be7dd-2778-475f-8650-7431a7434d09": {
|
|
56
|
-
criteria_set_id: string;
|
|
57
|
-
criterion: {
|
|
58
|
-
name: string;
|
|
59
|
-
measuring_unit: string;
|
|
60
|
-
data_type: string;
|
|
61
|
-
criteria_properties: ({
|
|
62
|
-
output_percentage: string;
|
|
63
|
-
output_label: string;
|
|
64
|
-
output_template: string;
|
|
65
|
-
description: string;
|
|
66
|
-
metadata: {
|
|
67
|
-
label_color: string;
|
|
68
|
-
};
|
|
69
|
-
} | {
|
|
70
|
-
output_label: string;
|
|
71
|
-
output_template: string;
|
|
72
|
-
description: string;
|
|
73
|
-
metadata: {
|
|
74
|
-
label_color: string;
|
|
75
|
-
};
|
|
76
|
-
output_percentage?: undefined;
|
|
77
|
-
})[];
|
|
78
|
-
};
|
|
79
|
-
};
|
|
80
|
-
"5fddc34d-aae8-4f58-a674-dc6f594ad133": {
|
|
81
|
-
criteria_set_id: string;
|
|
82
|
-
criterion: {
|
|
83
|
-
name: string;
|
|
84
|
-
measuring_unit: string;
|
|
85
|
-
data_type: string;
|
|
86
|
-
criteria_properties: ({
|
|
87
|
-
output_percentage: string;
|
|
88
|
-
output_label: string;
|
|
89
|
-
output_template: string;
|
|
90
|
-
description: string;
|
|
91
|
-
metadata: {
|
|
92
|
-
label_color: string;
|
|
93
|
-
compare_category_id: string;
|
|
94
|
-
};
|
|
95
|
-
} | {
|
|
96
|
-
output_label: string;
|
|
97
|
-
output_template: string;
|
|
98
|
-
description: string;
|
|
99
|
-
metadata: {
|
|
100
|
-
label_color: string;
|
|
101
|
-
compare_category_id?: undefined;
|
|
102
|
-
};
|
|
103
|
-
output_percentage?: undefined;
|
|
104
|
-
})[];
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
"92160be6-aa52-4a0d-8dac-804acace02f5": {
|
|
108
|
-
criteria_set_id: string;
|
|
109
|
-
criterion: {
|
|
110
|
-
name: string;
|
|
111
|
-
measuring_unit: string;
|
|
112
|
-
data_type: string;
|
|
113
|
-
criteria_properties: {
|
|
114
|
-
output_percentage: string;
|
|
115
|
-
output_label: string;
|
|
116
|
-
output_template: string;
|
|
117
|
-
description: string;
|
|
118
|
-
metadata: {
|
|
119
|
-
label_color: string;
|
|
120
|
-
};
|
|
121
|
-
}[];
|
|
122
|
-
};
|
|
123
|
-
};
|
|
124
|
-
};
|
|
125
2
|
nodes: {
|
|
126
|
-
"
|
|
127
|
-
|
|
128
|
-
"
|
|
3
|
+
"0b9e69b3-6660-478c-94e5-9082e6dad8f0": {
|
|
4
|
+
next: {
|
|
5
|
+
"0": string;
|
|
129
6
|
};
|
|
130
|
-
display_node: boolean;
|
|
131
7
|
skip_node: boolean;
|
|
8
|
+
display_node: boolean;
|
|
132
9
|
comparison_config: {
|
|
133
|
-
type: string;
|
|
134
10
|
mode: string;
|
|
135
|
-
|
|
11
|
+
type: string;
|
|
136
12
|
execution_mode: string;
|
|
13
|
+
criterion_set_id: string;
|
|
137
14
|
};
|
|
138
|
-
next: null;
|
|
139
|
-
};
|
|
140
|
-
"6b2d3d0a-46eb-47ef-8d0c-a0f85a999bbe": {
|
|
141
15
|
comparison_inputs: {
|
|
142
|
-
"
|
|
16
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
143
17
|
};
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
18
|
+
evaluation_result: {
|
|
19
|
+
"0": {
|
|
20
|
+
deviation_title: string;
|
|
21
|
+
deviation_impact: string;
|
|
22
|
+
deviation_summary: string;
|
|
23
|
+
evaluation_outputs: {
|
|
24
|
+
name: string;
|
|
25
|
+
metadata: {
|
|
26
|
+
label_color: string;
|
|
27
|
+
};
|
|
28
|
+
output_value: string;
|
|
29
|
+
affected_party: string;
|
|
30
|
+
};
|
|
31
|
+
cognitive_decisioning: {
|
|
32
|
+
citations: {
|
|
33
|
+
"1": {
|
|
34
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
35
|
+
custom_metadata: {
|
|
36
|
+
pdf_end_page_number: string;
|
|
37
|
+
pdf_start_page_number: string;
|
|
38
|
+
};
|
|
39
|
+
highlighted_text: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
"2": {
|
|
43
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
44
|
+
custom_metadata: {
|
|
45
|
+
pdf_end_page_number: string;
|
|
46
|
+
pdf_start_page_number: string;
|
|
47
|
+
};
|
|
48
|
+
highlighted_text: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
"3": {
|
|
52
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
53
|
+
custom_metadata: {
|
|
54
|
+
pdf_end_page_number: string;
|
|
55
|
+
pdf_start_page_number: string;
|
|
56
|
+
};
|
|
57
|
+
highlighted_text: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
gaps_in_decision: string[];
|
|
62
|
+
decision_strength: number;
|
|
63
|
+
decisioning_factors: string[];
|
|
64
|
+
};
|
|
65
|
+
deviation_explanation: string[];
|
|
66
|
+
};
|
|
151
67
|
};
|
|
68
|
+
};
|
|
69
|
+
"23f5b747-600a-4645-8ba0-06d3d9c71e86": {
|
|
152
70
|
next: {
|
|
153
71
|
"0": string;
|
|
154
72
|
};
|
|
155
|
-
};
|
|
156
|
-
"68fcc41a-df8f-412f-8c81-9d0ef0b6bc52": {
|
|
157
|
-
comparison_inputs: {
|
|
158
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": string;
|
|
159
|
-
};
|
|
160
|
-
display_node: boolean;
|
|
161
73
|
skip_node: boolean;
|
|
74
|
+
display_node: boolean;
|
|
162
75
|
comparison_config: {
|
|
163
|
-
type: string;
|
|
164
76
|
mode: string;
|
|
165
|
-
|
|
77
|
+
type: string;
|
|
166
78
|
execution_mode: string;
|
|
79
|
+
criterion_set_id: string;
|
|
167
80
|
};
|
|
168
|
-
next: null;
|
|
169
|
-
};
|
|
170
|
-
"90bf0016-ca2e-4eb2-b31a-6f39d42a46f5": {
|
|
171
81
|
comparison_inputs: {
|
|
172
|
-
"
|
|
82
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
173
83
|
};
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
84
|
+
evaluation_result: {
|
|
85
|
+
"0": {
|
|
86
|
+
deviation_title: string;
|
|
87
|
+
deviation_impact: string;
|
|
88
|
+
deviation_summary: string;
|
|
89
|
+
evaluation_outputs: {
|
|
90
|
+
name: string;
|
|
91
|
+
metadata: {
|
|
92
|
+
label_color: string;
|
|
93
|
+
};
|
|
94
|
+
output_value: string;
|
|
95
|
+
affected_party: string;
|
|
96
|
+
};
|
|
97
|
+
cognitive_decisioning: {
|
|
98
|
+
citations: {
|
|
99
|
+
"1": {
|
|
100
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
101
|
+
custom_metadata: {
|
|
102
|
+
pdf_end_page_number: string;
|
|
103
|
+
pdf_start_page_number: string;
|
|
104
|
+
};
|
|
105
|
+
highlighted_text: string;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
108
|
+
"2": {
|
|
109
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
110
|
+
custom_metadata: {
|
|
111
|
+
pdf_end_page_number: string;
|
|
112
|
+
pdf_start_page_number: string;
|
|
113
|
+
};
|
|
114
|
+
highlighted_text: string;
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
"3": {
|
|
118
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
119
|
+
custom_metadata: {
|
|
120
|
+
pdf_end_page_number: string;
|
|
121
|
+
pdf_start_page_number: string;
|
|
122
|
+
};
|
|
123
|
+
highlighted_text: string;
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
gaps_in_decision: string[];
|
|
128
|
+
decision_strength: number;
|
|
129
|
+
decisioning_factors: string[];
|
|
130
|
+
};
|
|
131
|
+
deviation_explanation: string[];
|
|
132
|
+
};
|
|
181
133
|
};
|
|
134
|
+
};
|
|
135
|
+
"28e0f7f0-c2af-446a-a24f-4beac7cb59d7": {
|
|
182
136
|
next: {
|
|
183
137
|
"0": string;
|
|
138
|
+
"1": string;
|
|
184
139
|
};
|
|
185
|
-
};
|
|
186
|
-
"6fa7f517-d630-4622-a2cf-d51d354ed5fb": {
|
|
187
|
-
comparison_inputs: {
|
|
188
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": string;
|
|
189
|
-
};
|
|
190
|
-
display_node: boolean;
|
|
191
140
|
skip_node: boolean;
|
|
141
|
+
display_node: boolean;
|
|
192
142
|
comparison_config: {
|
|
193
|
-
type: string;
|
|
194
143
|
mode: string;
|
|
195
|
-
|
|
144
|
+
type: string;
|
|
196
145
|
execution_mode: string;
|
|
146
|
+
criterion_set_id: string;
|
|
197
147
|
};
|
|
198
|
-
next: null;
|
|
199
|
-
};
|
|
200
|
-
"cff1b372-759b-4232-9118-83f0fcf33bdf": {
|
|
201
148
|
comparison_inputs: {
|
|
202
|
-
"
|
|
149
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
203
150
|
};
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
151
|
+
evaluation_result: {
|
|
152
|
+
"0": {
|
|
153
|
+
deviation_title: string;
|
|
154
|
+
deviation_impact: string;
|
|
155
|
+
deviation_summary: string;
|
|
156
|
+
evaluation_outputs: {
|
|
157
|
+
name: string;
|
|
158
|
+
metadata: {
|
|
159
|
+
label_color: string;
|
|
160
|
+
};
|
|
161
|
+
output_value: string;
|
|
162
|
+
affected_party: string;
|
|
163
|
+
};
|
|
164
|
+
cognitive_decisioning: {
|
|
165
|
+
citations: {
|
|
166
|
+
"1": {
|
|
167
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
168
|
+
custom_metadata: {
|
|
169
|
+
pdf_end_page_number: string;
|
|
170
|
+
pdf_start_page_number: string;
|
|
171
|
+
};
|
|
172
|
+
highlighted_text: string;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
175
|
+
"2": {
|
|
176
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
177
|
+
custom_metadata: {
|
|
178
|
+
pdf_end_page_number: string;
|
|
179
|
+
pdf_start_page_number: string;
|
|
180
|
+
};
|
|
181
|
+
highlighted_text: string;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
gaps_in_decision: string[];
|
|
186
|
+
decision_strength: number;
|
|
187
|
+
decisioning_factors: string[];
|
|
188
|
+
};
|
|
189
|
+
deviation_explanation: string[];
|
|
190
|
+
};
|
|
211
191
|
};
|
|
212
|
-
next: null;
|
|
213
192
|
};
|
|
214
|
-
"
|
|
215
|
-
|
|
216
|
-
"
|
|
193
|
+
"2d51019e-8f24-4ef9-baeb-c4c0a964c05c": {
|
|
194
|
+
next: {
|
|
195
|
+
"0": string;
|
|
217
196
|
};
|
|
218
|
-
display_node: boolean;
|
|
219
197
|
skip_node: boolean;
|
|
198
|
+
display_node: boolean;
|
|
220
199
|
comparison_config: {
|
|
221
|
-
type: string;
|
|
222
200
|
mode: string;
|
|
223
|
-
|
|
201
|
+
type: string;
|
|
224
202
|
execution_mode: string;
|
|
203
|
+
criterion_set_id: string;
|
|
225
204
|
};
|
|
226
|
-
next: null;
|
|
227
|
-
};
|
|
228
|
-
"c7169e75-9881-4ed9-ab85-2ba3ab18f460": {
|
|
229
205
|
comparison_inputs: {
|
|
230
|
-
"
|
|
206
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
231
207
|
};
|
|
232
|
-
|
|
208
|
+
evaluation_result: {
|
|
209
|
+
"0": {
|
|
210
|
+
deviation_title: string;
|
|
211
|
+
deviation_impact: string;
|
|
212
|
+
deviation_summary: string;
|
|
213
|
+
evaluation_outputs: {
|
|
214
|
+
name: string;
|
|
215
|
+
metadata: {
|
|
216
|
+
label_color: string;
|
|
217
|
+
};
|
|
218
|
+
output_value: string;
|
|
219
|
+
affected_party: string;
|
|
220
|
+
};
|
|
221
|
+
cognitive_decisioning: {
|
|
222
|
+
citations: {
|
|
223
|
+
"1": {
|
|
224
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
225
|
+
custom_metadata: {
|
|
226
|
+
pdf_end_page_number: string;
|
|
227
|
+
pdf_start_page_number: string;
|
|
228
|
+
};
|
|
229
|
+
highlighted_text: string;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
"2": {
|
|
233
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
234
|
+
custom_metadata: {
|
|
235
|
+
pdf_end_page_number: string;
|
|
236
|
+
pdf_start_page_number: string;
|
|
237
|
+
};
|
|
238
|
+
highlighted_text: string;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
};
|
|
242
|
+
gaps_in_decision: string[];
|
|
243
|
+
decision_strength: number;
|
|
244
|
+
decisioning_factors: string[];
|
|
245
|
+
};
|
|
246
|
+
deviation_explanation: string[];
|
|
247
|
+
};
|
|
248
|
+
};
|
|
249
|
+
};
|
|
250
|
+
"32122f80-6754-459b-8bd8-f8db5bc4758d": {
|
|
251
|
+
next: null;
|
|
233
252
|
skip_node: boolean;
|
|
253
|
+
display_node: boolean;
|
|
234
254
|
comparison_config: {
|
|
235
|
-
type: string;
|
|
236
255
|
mode: string;
|
|
237
|
-
|
|
256
|
+
type: string;
|
|
238
257
|
execution_mode: string;
|
|
258
|
+
criterion_set_id: string;
|
|
239
259
|
};
|
|
240
|
-
next: null;
|
|
241
|
-
};
|
|
242
|
-
"6b5760fc-3721-4d4e-8739-8d01523eebeb": {
|
|
243
260
|
comparison_inputs: {
|
|
244
|
-
"
|
|
261
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
245
262
|
};
|
|
246
|
-
|
|
263
|
+
evaluation_result: {
|
|
264
|
+
"0": {
|
|
265
|
+
deviation_title: string;
|
|
266
|
+
deviation_impact: string;
|
|
267
|
+
deviation_summary: string;
|
|
268
|
+
evaluation_outputs: {
|
|
269
|
+
name: string;
|
|
270
|
+
metadata: {
|
|
271
|
+
label_color: string;
|
|
272
|
+
compare_category_id: string;
|
|
273
|
+
};
|
|
274
|
+
output_value: string;
|
|
275
|
+
affected_party: string;
|
|
276
|
+
guideline_flag: {
|
|
277
|
+
rulebook_used: boolean;
|
|
278
|
+
};
|
|
279
|
+
};
|
|
280
|
+
deviation_highlights: {
|
|
281
|
+
rulebook_guidelines: string[];
|
|
282
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
283
|
+
};
|
|
284
|
+
cognitive_decisioning: {
|
|
285
|
+
citations: {
|
|
286
|
+
"1": {
|
|
287
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
288
|
+
custom_metadata: {
|
|
289
|
+
pdf_end_page_number: string;
|
|
290
|
+
pdf_start_page_number: string;
|
|
291
|
+
};
|
|
292
|
+
highlighted_text: string;
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
};
|
|
296
|
+
gaps_in_decision: string[];
|
|
297
|
+
decision_strength: number;
|
|
298
|
+
decisioning_factors: string[];
|
|
299
|
+
};
|
|
300
|
+
deviation_explanation: string[];
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
"4649354d-0d89-42dc-8050-85e7696ea12c": {
|
|
305
|
+
next: null;
|
|
247
306
|
skip_node: boolean;
|
|
307
|
+
display_node: boolean;
|
|
248
308
|
comparison_config: {
|
|
249
|
-
type: string;
|
|
250
309
|
mode: string;
|
|
251
|
-
|
|
310
|
+
type: string;
|
|
252
311
|
execution_mode: string;
|
|
312
|
+
criterion_set_id: string;
|
|
253
313
|
};
|
|
314
|
+
comparison_inputs: {
|
|
315
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
316
|
+
};
|
|
317
|
+
evaluation_result: {
|
|
318
|
+
"0": {
|
|
319
|
+
deviation_title: string;
|
|
320
|
+
deviation_impact: string;
|
|
321
|
+
deviation_summary: string;
|
|
322
|
+
evaluation_outputs: {
|
|
323
|
+
name: string;
|
|
324
|
+
metadata: {
|
|
325
|
+
label_color: string;
|
|
326
|
+
compare_category_id: string;
|
|
327
|
+
};
|
|
328
|
+
output_value: string;
|
|
329
|
+
affected_party: string;
|
|
330
|
+
guideline_flag: {
|
|
331
|
+
rulebook_used: boolean;
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
deviation_highlights: {
|
|
335
|
+
rulebook_guidelines: string[];
|
|
336
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
337
|
+
};
|
|
338
|
+
cognitive_decisioning: {
|
|
339
|
+
citations: {
|
|
340
|
+
"1": {
|
|
341
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
342
|
+
custom_metadata: {
|
|
343
|
+
pdf_end_page_number: string;
|
|
344
|
+
pdf_start_page_number: string;
|
|
345
|
+
};
|
|
346
|
+
highlighted_text: string;
|
|
347
|
+
};
|
|
348
|
+
};
|
|
349
|
+
"2": {
|
|
350
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
351
|
+
custom_metadata: {
|
|
352
|
+
pdf_end_page_number: string;
|
|
353
|
+
pdf_start_page_number: string;
|
|
354
|
+
};
|
|
355
|
+
highlighted_text: string;
|
|
356
|
+
};
|
|
357
|
+
};
|
|
358
|
+
"3": {
|
|
359
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
360
|
+
custom_metadata: {
|
|
361
|
+
pdf_end_page_number: string;
|
|
362
|
+
pdf_start_page_number: string;
|
|
363
|
+
};
|
|
364
|
+
highlighted_text: string;
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
};
|
|
368
|
+
gaps_in_decision: string[];
|
|
369
|
+
decision_strength: number;
|
|
370
|
+
decisioning_factors: string[];
|
|
371
|
+
};
|
|
372
|
+
deviation_explanation: string[];
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
"5723cd3a-7745-4689-a52e-3ef06417f1f4": {
|
|
254
377
|
next: {
|
|
255
378
|
"0": string;
|
|
256
379
|
"1": string;
|
|
257
380
|
"2": string;
|
|
258
381
|
"3": string;
|
|
382
|
+
"4": string;
|
|
259
383
|
};
|
|
260
|
-
};
|
|
261
|
-
"13d1e2e8-213b-42d9-b794-479cf6d534e2": {
|
|
262
|
-
comparison_inputs: {
|
|
263
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": string;
|
|
264
|
-
};
|
|
265
|
-
display_node: boolean;
|
|
266
384
|
skip_node: boolean;
|
|
267
|
-
comparison_config: {
|
|
268
|
-
type: string;
|
|
269
|
-
mode: string;
|
|
270
|
-
criterion_set_id: string;
|
|
271
|
-
execution_mode: string;
|
|
272
|
-
};
|
|
273
|
-
next: null;
|
|
274
|
-
};
|
|
275
|
-
"18f669bd-5e00-4e77-b837-c688f096a33c": {
|
|
276
|
-
comparison_inputs: {
|
|
277
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": string;
|
|
278
|
-
};
|
|
279
385
|
display_node: boolean;
|
|
280
|
-
skip_node: boolean;
|
|
281
386
|
comparison_config: {
|
|
282
|
-
type: string;
|
|
283
387
|
mode: string;
|
|
284
|
-
|
|
388
|
+
type: string;
|
|
285
389
|
execution_mode: string;
|
|
390
|
+
criterion_set_id: string;
|
|
286
391
|
};
|
|
287
|
-
next: {
|
|
288
|
-
"0": string;
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
"214364de-5ae7-44a9-8fd4-bb30e712459e": {
|
|
292
392
|
comparison_inputs: {
|
|
293
|
-
"
|
|
393
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
394
|
+
title: string;
|
|
395
|
+
additional_attributes: null;
|
|
396
|
+
};
|
|
294
397
|
};
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
398
|
+
evaluation_result: {
|
|
399
|
+
"0": {
|
|
400
|
+
deviation_title: string;
|
|
401
|
+
deviation_impact: string;
|
|
402
|
+
deviation_summary: string;
|
|
403
|
+
evaluation_outputs: {
|
|
404
|
+
name: string;
|
|
405
|
+
metadata: {
|
|
406
|
+
label_color: string;
|
|
407
|
+
};
|
|
408
|
+
output_value: string;
|
|
409
|
+
affected_party: string;
|
|
410
|
+
};
|
|
411
|
+
cognitive_decisioning: {
|
|
412
|
+
citations: {
|
|
413
|
+
"2": {
|
|
414
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
415
|
+
custom_metadata: {
|
|
416
|
+
pdf_end_page_number: string;
|
|
417
|
+
pdf_start_page_number: string;
|
|
418
|
+
};
|
|
419
|
+
highlighted_text: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
"3": {
|
|
423
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
424
|
+
custom_metadata: {
|
|
425
|
+
pdf_end_page_number: string;
|
|
426
|
+
pdf_start_page_number: string;
|
|
427
|
+
};
|
|
428
|
+
highlighted_text: string;
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
};
|
|
432
|
+
gaps_in_decision: string[];
|
|
433
|
+
decision_strength: number;
|
|
434
|
+
decisioning_factors: string[];
|
|
435
|
+
};
|
|
436
|
+
deviation_explanation: string[];
|
|
437
|
+
};
|
|
302
438
|
};
|
|
303
|
-
|
|
439
|
+
decision_scope_title: string;
|
|
440
|
+
decision_scope_description: string;
|
|
304
441
|
};
|
|
305
|
-
"
|
|
306
|
-
|
|
307
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": string;
|
|
308
|
-
};
|
|
309
|
-
display_node: boolean;
|
|
442
|
+
"59d848a5-d2f0-4f61-bd05-314971db3904": {
|
|
443
|
+
next: null;
|
|
310
444
|
skip_node: boolean;
|
|
445
|
+
display_node: boolean;
|
|
311
446
|
comparison_config: {
|
|
312
|
-
type: string;
|
|
313
447
|
mode: string;
|
|
314
|
-
|
|
448
|
+
type: string;
|
|
315
449
|
execution_mode: string;
|
|
450
|
+
criterion_set_id: string;
|
|
316
451
|
};
|
|
317
|
-
next: null;
|
|
318
|
-
};
|
|
319
|
-
"202f5650-3a1d-4f95-a86e-3144a98d2acd": {
|
|
320
452
|
comparison_inputs: {
|
|
321
|
-
"
|
|
453
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
322
454
|
};
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
455
|
+
evaluation_result: {
|
|
456
|
+
"0": {
|
|
457
|
+
deviation_title: string;
|
|
458
|
+
deviation_impact: string;
|
|
459
|
+
deviation_summary: string;
|
|
460
|
+
evaluation_outputs: {
|
|
461
|
+
name: string;
|
|
462
|
+
metadata: {
|
|
463
|
+
label_color: string;
|
|
464
|
+
compare_category_id: string;
|
|
465
|
+
};
|
|
466
|
+
output_value: string;
|
|
467
|
+
affected_party: string;
|
|
468
|
+
guideline_flag: {
|
|
469
|
+
rulebook_used: boolean;
|
|
470
|
+
};
|
|
471
|
+
};
|
|
472
|
+
deviation_highlights: {
|
|
473
|
+
rulebook_guidelines: string[];
|
|
474
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
475
|
+
};
|
|
476
|
+
cognitive_decisioning: {
|
|
477
|
+
citations: {
|
|
478
|
+
"1": {
|
|
479
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
480
|
+
custom_metadata: {
|
|
481
|
+
pdf_end_page_number: string;
|
|
482
|
+
pdf_start_page_number: string;
|
|
483
|
+
};
|
|
484
|
+
highlighted_text: string;
|
|
485
|
+
};
|
|
486
|
+
};
|
|
487
|
+
"2": {
|
|
488
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
489
|
+
custom_metadata: {
|
|
490
|
+
pdf_end_page_number: string;
|
|
491
|
+
pdf_start_page_number: string;
|
|
492
|
+
};
|
|
493
|
+
highlighted_text: string;
|
|
494
|
+
};
|
|
495
|
+
};
|
|
496
|
+
};
|
|
497
|
+
gaps_in_decision: string[];
|
|
498
|
+
decision_strength: number;
|
|
499
|
+
decisioning_factors: string[];
|
|
500
|
+
};
|
|
501
|
+
deviation_explanation: string[];
|
|
502
|
+
};
|
|
330
503
|
};
|
|
331
|
-
next: null;
|
|
332
504
|
};
|
|
333
|
-
"
|
|
334
|
-
|
|
335
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": string;
|
|
336
|
-
};
|
|
337
|
-
display_node: boolean;
|
|
505
|
+
"65c90875-4503-4772-897f-bb4228d3b8dd": {
|
|
506
|
+
next: null;
|
|
338
507
|
skip_node: boolean;
|
|
508
|
+
display_node: boolean;
|
|
339
509
|
comparison_config: {
|
|
340
|
-
type: string;
|
|
341
510
|
mode: string;
|
|
342
|
-
|
|
511
|
+
type: string;
|
|
343
512
|
execution_mode: string;
|
|
513
|
+
criterion_set_id: string;
|
|
344
514
|
};
|
|
345
|
-
next: {
|
|
346
|
-
"0": string;
|
|
347
|
-
"1": string;
|
|
348
|
-
"2": string;
|
|
349
|
-
};
|
|
350
|
-
};
|
|
351
|
-
"65226f4e-d00d-4c7f-a2e8-d35b14093e0b": {
|
|
352
515
|
comparison_inputs: {
|
|
353
|
-
"
|
|
516
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
354
517
|
};
|
|
355
|
-
|
|
518
|
+
evaluation_result: {
|
|
519
|
+
"0": {
|
|
520
|
+
deviation_title: string;
|
|
521
|
+
deviation_impact: string;
|
|
522
|
+
deviation_summary: string;
|
|
523
|
+
evaluation_outputs: {
|
|
524
|
+
name: string;
|
|
525
|
+
metadata: {
|
|
526
|
+
label_color: string;
|
|
527
|
+
compare_category_id: string;
|
|
528
|
+
};
|
|
529
|
+
output_value: string;
|
|
530
|
+
affected_party: string;
|
|
531
|
+
guideline_flag: {
|
|
532
|
+
rulebook_used: boolean;
|
|
533
|
+
};
|
|
534
|
+
};
|
|
535
|
+
deviation_highlights: {
|
|
536
|
+
rulebook_guidelines: string[];
|
|
537
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
538
|
+
};
|
|
539
|
+
cognitive_decisioning: {
|
|
540
|
+
citations: {
|
|
541
|
+
"1": {
|
|
542
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
543
|
+
custom_metadata: {
|
|
544
|
+
pdf_end_page_number: string;
|
|
545
|
+
pdf_start_page_number: string;
|
|
546
|
+
};
|
|
547
|
+
highlighted_text: string;
|
|
548
|
+
};
|
|
549
|
+
};
|
|
550
|
+
"2": {
|
|
551
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
552
|
+
custom_metadata: {
|
|
553
|
+
pdf_end_page_number: string;
|
|
554
|
+
pdf_start_page_number: string;
|
|
555
|
+
};
|
|
556
|
+
highlighted_text: string;
|
|
557
|
+
};
|
|
558
|
+
};
|
|
559
|
+
};
|
|
560
|
+
gaps_in_decision: string[];
|
|
561
|
+
decision_strength: number;
|
|
562
|
+
decisioning_factors: string[];
|
|
563
|
+
};
|
|
564
|
+
deviation_explanation: string[];
|
|
565
|
+
};
|
|
566
|
+
};
|
|
567
|
+
};
|
|
568
|
+
"86937ff2-1563-47b6-8ae8-db78e1cbed03": {
|
|
569
|
+
next: null;
|
|
356
570
|
skip_node: boolean;
|
|
571
|
+
display_node: boolean;
|
|
357
572
|
comparison_config: {
|
|
358
|
-
type: string;
|
|
359
573
|
mode: string;
|
|
360
|
-
|
|
574
|
+
type: string;
|
|
361
575
|
execution_mode: string;
|
|
576
|
+
criterion_set_id: string;
|
|
362
577
|
};
|
|
363
|
-
next: null;
|
|
364
|
-
};
|
|
365
|
-
"7a8bfab8-b953-443b-b6f1-0d43e8137eb6": {
|
|
366
578
|
comparison_inputs: {
|
|
367
|
-
"
|
|
579
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
368
580
|
};
|
|
369
|
-
|
|
581
|
+
evaluation_result: {
|
|
582
|
+
"0": {
|
|
583
|
+
deviation_title: string;
|
|
584
|
+
deviation_impact: string;
|
|
585
|
+
deviation_summary: string;
|
|
586
|
+
evaluation_outputs: {
|
|
587
|
+
name: string;
|
|
588
|
+
metadata: {
|
|
589
|
+
label_color: string;
|
|
590
|
+
};
|
|
591
|
+
output_value: string;
|
|
592
|
+
affected_party: string;
|
|
593
|
+
guideline_flag: {
|
|
594
|
+
rulebook_used: boolean;
|
|
595
|
+
};
|
|
596
|
+
};
|
|
597
|
+
deviation_highlights: {
|
|
598
|
+
rulebook_guidelines: string[];
|
|
599
|
+
"86937ff2-1563-47b6-8ae8-db78e1cbed03": string[];
|
|
600
|
+
};
|
|
601
|
+
cognitive_decisioning: {
|
|
602
|
+
citations: {
|
|
603
|
+
"1": {
|
|
604
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
605
|
+
custom_metadata: {
|
|
606
|
+
pdf_end_page_number: string;
|
|
607
|
+
pdf_start_page_number: string;
|
|
608
|
+
};
|
|
609
|
+
highlighted_text: string;
|
|
610
|
+
};
|
|
611
|
+
};
|
|
612
|
+
};
|
|
613
|
+
gaps_in_decision: string[];
|
|
614
|
+
decision_strength: number;
|
|
615
|
+
decisioning_factors: string[];
|
|
616
|
+
};
|
|
617
|
+
deviation_explanation: string[];
|
|
618
|
+
};
|
|
619
|
+
};
|
|
620
|
+
};
|
|
621
|
+
"bea1ceaa-ced2-400a-9b8f-adbe7794199a": {
|
|
622
|
+
next: null;
|
|
370
623
|
skip_node: boolean;
|
|
624
|
+
display_node: boolean;
|
|
371
625
|
comparison_config: {
|
|
372
|
-
type: string;
|
|
373
626
|
mode: string;
|
|
374
|
-
|
|
627
|
+
type: string;
|
|
375
628
|
execution_mode: string;
|
|
629
|
+
criterion_set_id: string;
|
|
376
630
|
};
|
|
377
|
-
next: null;
|
|
378
|
-
};
|
|
379
|
-
"5b956189-3e10-4c4f-82fa-0105a9bdc76a": {
|
|
380
631
|
comparison_inputs: {
|
|
381
|
-
"
|
|
632
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
382
633
|
};
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
634
|
+
evaluation_result: {
|
|
635
|
+
"0": {
|
|
636
|
+
deviation_title: string;
|
|
637
|
+
deviation_impact: string;
|
|
638
|
+
deviation_summary: string;
|
|
639
|
+
evaluation_outputs: {
|
|
640
|
+
name: string;
|
|
641
|
+
metadata: {
|
|
642
|
+
label_color: string;
|
|
643
|
+
};
|
|
644
|
+
output_value: string;
|
|
645
|
+
affected_party: string;
|
|
646
|
+
guideline_flag: {
|
|
647
|
+
rulebook_used: boolean;
|
|
648
|
+
};
|
|
649
|
+
};
|
|
650
|
+
deviation_highlights: {
|
|
651
|
+
rulebook_guidelines: string[];
|
|
652
|
+
"bea1ceaa-ced2-400a-9b8f-adbe7794199a": string[];
|
|
653
|
+
};
|
|
654
|
+
cognitive_decisioning: {
|
|
655
|
+
citations: {
|
|
656
|
+
"1": {
|
|
657
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
658
|
+
custom_metadata: {
|
|
659
|
+
pdf_end_page_number: string;
|
|
660
|
+
pdf_start_page_number: string;
|
|
661
|
+
};
|
|
662
|
+
highlighted_text: string;
|
|
663
|
+
};
|
|
664
|
+
};
|
|
665
|
+
"2": {
|
|
666
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
667
|
+
custom_metadata: {
|
|
668
|
+
pdf_end_page_number: string;
|
|
669
|
+
pdf_start_page_number: string;
|
|
670
|
+
};
|
|
671
|
+
highlighted_text: string;
|
|
672
|
+
};
|
|
673
|
+
};
|
|
674
|
+
};
|
|
675
|
+
gaps_in_decision: string[];
|
|
676
|
+
decision_strength: number;
|
|
677
|
+
decisioning_factors: string[];
|
|
678
|
+
};
|
|
679
|
+
deviation_explanation: string[];
|
|
680
|
+
};
|
|
390
681
|
};
|
|
682
|
+
};
|
|
683
|
+
"befe4c54-c3a0-4163-aa86-80de2226a34c": {
|
|
391
684
|
next: {
|
|
392
685
|
"0": string;
|
|
393
686
|
"1": string;
|
|
687
|
+
"2": string;
|
|
688
|
+
"3": string;
|
|
394
689
|
};
|
|
395
|
-
};
|
|
396
|
-
"67a81304-0208-4f86-8b4d-9e744c899b76": {
|
|
397
|
-
comparison_inputs: {
|
|
398
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": string;
|
|
399
|
-
};
|
|
400
|
-
display_node: boolean;
|
|
401
690
|
skip_node: boolean;
|
|
691
|
+
display_node: boolean;
|
|
402
692
|
comparison_config: {
|
|
403
|
-
type: string;
|
|
404
693
|
mode: string;
|
|
405
|
-
|
|
694
|
+
type: string;
|
|
406
695
|
execution_mode: string;
|
|
696
|
+
criterion_set_id: string;
|
|
407
697
|
};
|
|
408
|
-
next: null;
|
|
409
|
-
};
|
|
410
|
-
"2a50cc9c-420a-43fe-a5f4-c855c5617f6b": {
|
|
411
698
|
comparison_inputs: {
|
|
412
|
-
"
|
|
699
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
413
700
|
};
|
|
414
|
-
|
|
701
|
+
evaluation_result: {
|
|
702
|
+
"0": {
|
|
703
|
+
deviation_title: string;
|
|
704
|
+
deviation_impact: string;
|
|
705
|
+
deviation_summary: string;
|
|
706
|
+
evaluation_outputs: {
|
|
707
|
+
name: string;
|
|
708
|
+
metadata: {
|
|
709
|
+
label_color: string;
|
|
710
|
+
};
|
|
711
|
+
output_value: string;
|
|
712
|
+
affected_party: string;
|
|
713
|
+
};
|
|
714
|
+
cognitive_decisioning: {
|
|
715
|
+
citations: {
|
|
716
|
+
"1": {
|
|
717
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
718
|
+
custom_metadata: {
|
|
719
|
+
pdf_end_page_number: string;
|
|
720
|
+
pdf_start_page_number: string;
|
|
721
|
+
};
|
|
722
|
+
highlighted_text: string;
|
|
723
|
+
};
|
|
724
|
+
};
|
|
725
|
+
"2": {
|
|
726
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
727
|
+
custom_metadata: {
|
|
728
|
+
pdf_end_page_number: string;
|
|
729
|
+
pdf_start_page_number: string;
|
|
730
|
+
};
|
|
731
|
+
highlighted_text: string;
|
|
732
|
+
};
|
|
733
|
+
};
|
|
734
|
+
};
|
|
735
|
+
gaps_in_decision: string[];
|
|
736
|
+
decision_strength: number;
|
|
737
|
+
decisioning_factors: string[];
|
|
738
|
+
};
|
|
739
|
+
deviation_explanation: string[];
|
|
740
|
+
};
|
|
741
|
+
};
|
|
742
|
+
};
|
|
743
|
+
"d70107fc-c9eb-4215-960f-dc0d21c3900d": {
|
|
744
|
+
next: null;
|
|
415
745
|
skip_node: boolean;
|
|
746
|
+
display_node: boolean;
|
|
416
747
|
comparison_config: {
|
|
417
|
-
type: string;
|
|
418
748
|
mode: string;
|
|
419
|
-
|
|
749
|
+
type: string;
|
|
420
750
|
execution_mode: string;
|
|
751
|
+
criterion_set_id: string;
|
|
421
752
|
};
|
|
422
|
-
next: null;
|
|
423
|
-
};
|
|
424
|
-
"a7471a83-fe85-47fe-9d46-b3f43d55f611": {
|
|
425
753
|
comparison_inputs: {
|
|
426
|
-
"
|
|
754
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
427
755
|
};
|
|
428
|
-
|
|
756
|
+
evaluation_result: {
|
|
757
|
+
"0": {
|
|
758
|
+
deviation_title: string;
|
|
759
|
+
deviation_impact: string;
|
|
760
|
+
deviation_summary: string;
|
|
761
|
+
evaluation_outputs: {
|
|
762
|
+
name: string;
|
|
763
|
+
metadata: {
|
|
764
|
+
label_color: string;
|
|
765
|
+
compare_category_id: string;
|
|
766
|
+
};
|
|
767
|
+
output_value: string;
|
|
768
|
+
affected_party: string;
|
|
769
|
+
guideline_flag: {
|
|
770
|
+
rulebook_used: boolean;
|
|
771
|
+
};
|
|
772
|
+
};
|
|
773
|
+
deviation_highlights: {
|
|
774
|
+
rulebook_guidelines: string[];
|
|
775
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
776
|
+
};
|
|
777
|
+
cognitive_decisioning: {
|
|
778
|
+
citations: {
|
|
779
|
+
"1": {
|
|
780
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
781
|
+
custom_metadata: {
|
|
782
|
+
pdf_end_page_number: string;
|
|
783
|
+
pdf_start_page_number: string;
|
|
784
|
+
};
|
|
785
|
+
highlighted_text: string;
|
|
786
|
+
};
|
|
787
|
+
};
|
|
788
|
+
"2": {
|
|
789
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
790
|
+
custom_metadata: {
|
|
791
|
+
pdf_end_page_number: string;
|
|
792
|
+
pdf_start_page_number: string;
|
|
793
|
+
};
|
|
794
|
+
highlighted_text: string;
|
|
795
|
+
};
|
|
796
|
+
};
|
|
797
|
+
};
|
|
798
|
+
gaps_in_decision: string[];
|
|
799
|
+
decision_strength: number;
|
|
800
|
+
decisioning_factors: string[];
|
|
801
|
+
};
|
|
802
|
+
deviation_explanation: string[];
|
|
803
|
+
};
|
|
804
|
+
};
|
|
805
|
+
};
|
|
806
|
+
"e3b149c1-4aef-4648-b566-642f16524afb": {
|
|
807
|
+
next: null;
|
|
429
808
|
skip_node: boolean;
|
|
809
|
+
display_node: boolean;
|
|
430
810
|
comparison_config: {
|
|
431
|
-
type: string;
|
|
432
811
|
mode: string;
|
|
433
|
-
|
|
812
|
+
type: string;
|
|
434
813
|
execution_mode: string;
|
|
814
|
+
criterion_set_id: string;
|
|
435
815
|
};
|
|
436
|
-
next: {
|
|
437
|
-
"0": string;
|
|
438
|
-
"1": string;
|
|
439
|
-
};
|
|
440
|
-
};
|
|
441
|
-
"e9b6e14f-d302-4db9-8ad7-54b86952068d": {
|
|
442
|
-
decision_scope_title: string;
|
|
443
|
-
decision_scope_description: string;
|
|
444
816
|
comparison_inputs: {
|
|
445
|
-
"
|
|
446
|
-
|
|
447
|
-
|
|
817
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
818
|
+
};
|
|
819
|
+
evaluation_result: {
|
|
820
|
+
"0": {
|
|
821
|
+
deviation_title: string;
|
|
822
|
+
deviation_impact: string;
|
|
823
|
+
deviation_summary: string;
|
|
824
|
+
web_search_answer: {
|
|
825
|
+
extraMetaData: {
|
|
826
|
+
"1": {
|
|
827
|
+
Gap: string;
|
|
828
|
+
Reasoning: string;
|
|
829
|
+
Confidence_score: string;
|
|
830
|
+
aiReasoningCitation: {
|
|
831
|
+
gpt_citation: {
|
|
832
|
+
customMetaData: {
|
|
833
|
+
type: string;
|
|
834
|
+
value: {
|
|
835
|
+
text: string;
|
|
836
|
+
type: string;
|
|
837
|
+
label: string;
|
|
838
|
+
source: string;
|
|
839
|
+
reference: string;
|
|
840
|
+
paraphrase: string;
|
|
841
|
+
citationUrl: string;
|
|
842
|
+
citation_id: string;
|
|
843
|
+
citationType: string;
|
|
844
|
+
citation_uuid: string;
|
|
845
|
+
};
|
|
846
|
+
citation_number: number;
|
|
847
|
+
};
|
|
848
|
+
citation_number: number;
|
|
849
|
+
}[];
|
|
850
|
+
};
|
|
851
|
+
};
|
|
852
|
+
"2": {
|
|
853
|
+
Gap: string;
|
|
854
|
+
Reasoning: string;
|
|
855
|
+
Confidence_score: string;
|
|
856
|
+
aiReasoningCitation: {
|
|
857
|
+
gpt_citation: {
|
|
858
|
+
customMetaData: {
|
|
859
|
+
type: string;
|
|
860
|
+
value: {
|
|
861
|
+
text: string;
|
|
862
|
+
type: string;
|
|
863
|
+
label: string;
|
|
864
|
+
source: string;
|
|
865
|
+
reference: string;
|
|
866
|
+
paraphrase: string;
|
|
867
|
+
citationUrl: string;
|
|
868
|
+
citation_id: string;
|
|
869
|
+
citationType: string;
|
|
870
|
+
citation_uuid: string;
|
|
871
|
+
};
|
|
872
|
+
citation_number: number;
|
|
873
|
+
};
|
|
874
|
+
citation_number: number;
|
|
875
|
+
}[];
|
|
876
|
+
};
|
|
877
|
+
};
|
|
878
|
+
};
|
|
879
|
+
affected_party: string;
|
|
880
|
+
deviation_title: string;
|
|
881
|
+
deviation_impact: string;
|
|
882
|
+
enhanced_content: string;
|
|
883
|
+
deviation_summary: string;
|
|
884
|
+
cd_confidence_score: number;
|
|
885
|
+
deviation_highlight: string;
|
|
886
|
+
deviation_percentage: string;
|
|
887
|
+
deviation_explanation: string[];
|
|
888
|
+
};
|
|
889
|
+
evaluation_outputs: {
|
|
890
|
+
name: string;
|
|
891
|
+
metadata: {
|
|
892
|
+
label_color: string;
|
|
893
|
+
compare_category_id: string;
|
|
894
|
+
};
|
|
895
|
+
output_value: string;
|
|
896
|
+
affected_party: string;
|
|
897
|
+
guideline_flag: {
|
|
898
|
+
rulebook_used: boolean;
|
|
899
|
+
};
|
|
900
|
+
};
|
|
901
|
+
deviation_highlights: {
|
|
902
|
+
rulebook_guidelines: never[];
|
|
903
|
+
"e3b149c1-4aef-4648-b566-642f16524afb": string[];
|
|
904
|
+
};
|
|
905
|
+
cognitive_decisioning: {
|
|
906
|
+
citations: {
|
|
907
|
+
"1": {
|
|
908
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
909
|
+
custom_metadata: {
|
|
910
|
+
pdf_end_page_number: string;
|
|
911
|
+
pdf_start_page_number: string;
|
|
912
|
+
};
|
|
913
|
+
highlighted_text: string;
|
|
914
|
+
};
|
|
915
|
+
};
|
|
916
|
+
"2": {
|
|
917
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
918
|
+
custom_metadata: {
|
|
919
|
+
pdf_end_page_number: string;
|
|
920
|
+
pdf_start_page_number: string;
|
|
921
|
+
};
|
|
922
|
+
highlighted_text: string;
|
|
923
|
+
};
|
|
924
|
+
};
|
|
925
|
+
};
|
|
926
|
+
gaps_in_decision: string[];
|
|
927
|
+
decision_strength: number;
|
|
928
|
+
decisioning_factors: string[];
|
|
929
|
+
};
|
|
930
|
+
deviation_explanation: string[];
|
|
448
931
|
};
|
|
449
932
|
};
|
|
450
|
-
|
|
933
|
+
};
|
|
934
|
+
"fb91cb73-7d4e-48ce-b2b5-81877a1c435e": {
|
|
935
|
+
next: null;
|
|
451
936
|
skip_node: boolean;
|
|
937
|
+
display_node: boolean;
|
|
452
938
|
comparison_config: {
|
|
453
|
-
type: string;
|
|
454
939
|
mode: string;
|
|
455
|
-
|
|
940
|
+
type: string;
|
|
456
941
|
execution_mode: string;
|
|
942
|
+
criterion_set_id: string;
|
|
457
943
|
};
|
|
458
|
-
|
|
459
|
-
"
|
|
460
|
-
"1": string;
|
|
461
|
-
"2": string;
|
|
462
|
-
"3": string;
|
|
463
|
-
"4": string;
|
|
464
|
-
"5": string;
|
|
465
|
-
"6": string;
|
|
466
|
-
};
|
|
467
|
-
};
|
|
468
|
-
};
|
|
469
|
-
content_mapping: {
|
|
470
|
-
"701cc7a7-1553-4f0d-a422-51d7ec8c9733": {
|
|
471
|
-
title: string;
|
|
472
|
-
content: string;
|
|
473
|
-
change_history: string;
|
|
474
|
-
additional_attributes: {
|
|
475
|
-
display_index: number;
|
|
476
|
-
display_title: boolean;
|
|
477
|
-
display_content: boolean;
|
|
478
|
-
pdf_start_page_number: string;
|
|
479
|
-
pdf_end_page_number: string;
|
|
480
|
-
};
|
|
481
|
-
};
|
|
482
|
-
"17a6a0e8-a760-4ca0-ab6d-0b1118bb3928": {
|
|
483
|
-
title: string;
|
|
484
|
-
content: string;
|
|
485
|
-
change_history: string;
|
|
486
|
-
additional_attributes: {
|
|
487
|
-
display_index: number;
|
|
488
|
-
display_title: boolean;
|
|
489
|
-
display_content: boolean;
|
|
490
|
-
pdf_start_page_number: string;
|
|
491
|
-
pdf_end_page_number: string;
|
|
492
|
-
entity_id: string;
|
|
944
|
+
comparison_inputs: {
|
|
945
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string;
|
|
493
946
|
};
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
947
|
+
evaluation_result: {
|
|
948
|
+
"0": {
|
|
949
|
+
deviation_title: string;
|
|
950
|
+
deviation_impact: string;
|
|
951
|
+
deviation_summary: string;
|
|
952
|
+
web_search_answer: {
|
|
953
|
+
extraMetaData: {
|
|
954
|
+
"1": {
|
|
955
|
+
Gap: string;
|
|
956
|
+
Reasoning: string;
|
|
957
|
+
Confidence_score: string;
|
|
958
|
+
aiReasoningCitation: {
|
|
959
|
+
gpt_citation: {
|
|
960
|
+
customMetaData: {
|
|
961
|
+
type: string;
|
|
962
|
+
value: {
|
|
963
|
+
text: string;
|
|
964
|
+
type: string;
|
|
965
|
+
label: string;
|
|
966
|
+
source: string;
|
|
967
|
+
reference: string;
|
|
968
|
+
paraphrase: string;
|
|
969
|
+
citationUrl: string;
|
|
970
|
+
citation_id: string;
|
|
971
|
+
citationType: string;
|
|
972
|
+
citation_uuid: string;
|
|
973
|
+
};
|
|
974
|
+
citation_number: number;
|
|
975
|
+
};
|
|
976
|
+
citation_number: number;
|
|
977
|
+
}[];
|
|
978
|
+
};
|
|
979
|
+
};
|
|
980
|
+
"2": {
|
|
981
|
+
Gap: string;
|
|
982
|
+
Reasoning: string;
|
|
983
|
+
Confidence_score: string;
|
|
984
|
+
aiReasoningCitation: {
|
|
985
|
+
gpt_citation: {
|
|
986
|
+
customMetaData: {
|
|
987
|
+
type: string;
|
|
988
|
+
value: {
|
|
989
|
+
text: string;
|
|
990
|
+
type: string;
|
|
991
|
+
label: string;
|
|
992
|
+
source: string;
|
|
993
|
+
reference: string;
|
|
994
|
+
paraphrase: string;
|
|
995
|
+
citationUrl: string;
|
|
996
|
+
citation_id: string;
|
|
997
|
+
citationType: string;
|
|
998
|
+
citation_uuid: string;
|
|
999
|
+
};
|
|
1000
|
+
citation_number: number;
|
|
1001
|
+
};
|
|
1002
|
+
citation_number: number;
|
|
1003
|
+
}[];
|
|
1004
|
+
};
|
|
1005
|
+
};
|
|
1006
|
+
};
|
|
1007
|
+
affected_party: string;
|
|
1008
|
+
deviation_title: string;
|
|
1009
|
+
deviation_impact: string;
|
|
1010
|
+
enhanced_content: string;
|
|
1011
|
+
deviation_summary: string;
|
|
1012
|
+
cd_confidence_score: number;
|
|
1013
|
+
deviation_highlight: string;
|
|
1014
|
+
deviation_percentage: string;
|
|
1015
|
+
deviation_explanation: string[];
|
|
1016
|
+
};
|
|
1017
|
+
evaluation_outputs: {
|
|
1018
|
+
name: string;
|
|
1019
|
+
metadata: {
|
|
1020
|
+
label_color: string;
|
|
1021
|
+
compare_category_id: string;
|
|
1022
|
+
};
|
|
1023
|
+
output_value: string;
|
|
1024
|
+
affected_party: string;
|
|
1025
|
+
guideline_flag: {
|
|
1026
|
+
rulebook_used: boolean;
|
|
1027
|
+
};
|
|
1028
|
+
};
|
|
1029
|
+
deviation_highlights: {
|
|
1030
|
+
rulebook_guidelines: never[];
|
|
1031
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
1032
|
+
};
|
|
1033
|
+
cognitive_decisioning: {
|
|
1034
|
+
citations: {
|
|
1035
|
+
"1": {
|
|
1036
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1037
|
+
custom_metadata: {
|
|
1038
|
+
pdf_end_page_number: string;
|
|
1039
|
+
pdf_start_page_number: string;
|
|
1040
|
+
};
|
|
1041
|
+
highlighted_text: string;
|
|
1042
|
+
};
|
|
1043
|
+
};
|
|
1044
|
+
"2": {
|
|
1045
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1046
|
+
custom_metadata: {
|
|
1047
|
+
pdf_end_page_number: string;
|
|
1048
|
+
pdf_start_page_number: string;
|
|
1049
|
+
};
|
|
1050
|
+
highlighted_text: string;
|
|
1051
|
+
};
|
|
1052
|
+
};
|
|
1053
|
+
};
|
|
1054
|
+
gaps_in_decision: string[];
|
|
1055
|
+
decision_strength: number;
|
|
1056
|
+
decisioning_factors: string[];
|
|
1057
|
+
};
|
|
1058
|
+
deviation_explanation: string[];
|
|
1059
|
+
};
|
|
505
1060
|
};
|
|
506
1061
|
};
|
|
507
|
-
|
|
1062
|
+
};
|
|
1063
|
+
documents: {
|
|
1064
|
+
"019fa333-bd61-7da8-ba6d-e45a475ba244": {
|
|
1065
|
+
role: string;
|
|
508
1066
|
title: string;
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
additional_attributes: {
|
|
512
|
-
display_index: number;
|
|
513
|
-
display_title: boolean;
|
|
514
|
-
display_content: boolean;
|
|
515
|
-
pdf_start_page_number: string;
|
|
516
|
-
pdf_end_page_number: string;
|
|
517
|
-
entity_id: string;
|
|
1067
|
+
metadata: {
|
|
1068
|
+
file_name: string;
|
|
518
1069
|
};
|
|
1070
|
+
mime_type: string;
|
|
1071
|
+
base_title: string;
|
|
1072
|
+
signed_url: string;
|
|
1073
|
+
source_uri: string;
|
|
1074
|
+
artifact_id: string;
|
|
519
1075
|
};
|
|
520
|
-
"
|
|
1076
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1077
|
+
role: string;
|
|
521
1078
|
title: string;
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
additional_attributes: {
|
|
525
|
-
display_index: number;
|
|
526
|
-
display_title: boolean;
|
|
527
|
-
display_content: boolean;
|
|
528
|
-
pdf_start_page_number: string;
|
|
529
|
-
pdf_end_page_number: string;
|
|
1079
|
+
metadata: {
|
|
1080
|
+
file_name: string;
|
|
530
1081
|
};
|
|
1082
|
+
mime_type: string;
|
|
1083
|
+
base_title: string;
|
|
1084
|
+
signed_url: string;
|
|
1085
|
+
source_uri: string;
|
|
1086
|
+
artifact_id: string;
|
|
531
1087
|
};
|
|
532
|
-
|
|
1088
|
+
};
|
|
1089
|
+
base_root_id: string;
|
|
1090
|
+
comparison_id: string;
|
|
1091
|
+
content_mapping: {
|
|
1092
|
+
"00a424ae-2682-43f2-896d-ec1013534e88": {
|
|
533
1093
|
title: string;
|
|
534
1094
|
content: string;
|
|
535
1095
|
change_history: string;
|
|
536
1096
|
additional_attributes: {
|
|
537
|
-
display_index: number;
|
|
538
|
-
display_title: boolean;
|
|
539
|
-
display_content: boolean;
|
|
540
|
-
pdf_start_page_number: string;
|
|
541
|
-
pdf_end_page_number: string;
|
|
542
1097
|
entity_id: string;
|
|
543
|
-
};
|
|
544
|
-
};
|
|
545
|
-
"cb73730f-db38-4288-ae25-f1e1989c567b": {
|
|
546
|
-
title: string;
|
|
547
|
-
content: string;
|
|
548
|
-
change_history: string;
|
|
549
|
-
additional_attributes: {
|
|
550
1098
|
display_index: number;
|
|
551
1099
|
display_title: boolean;
|
|
552
1100
|
display_content: boolean;
|
|
553
|
-
pdf_start_page_number: string;
|
|
554
1101
|
pdf_end_page_number: string;
|
|
555
|
-
entity_id: string;
|
|
556
|
-
};
|
|
557
|
-
};
|
|
558
|
-
"2a2ab4df-a699-4223-b2ae-c658c50ab33f": {
|
|
559
|
-
title: string;
|
|
560
|
-
content: string;
|
|
561
|
-
change_history: string;
|
|
562
|
-
additional_attributes: {
|
|
563
|
-
display_index: number;
|
|
564
|
-
display_title: boolean;
|
|
565
|
-
display_content: boolean;
|
|
566
1102
|
pdf_start_page_number: string;
|
|
567
|
-
pdf_end_page_number: string;
|
|
568
|
-
entity_id: string;
|
|
569
1103
|
};
|
|
570
1104
|
};
|
|
571
|
-
"
|
|
1105
|
+
"0520d607-34f1-4612-86e1-c69155d4c8e2": {
|
|
572
1106
|
title: string;
|
|
573
1107
|
content: string;
|
|
574
1108
|
change_history: string;
|
|
575
1109
|
additional_attributes: {
|
|
1110
|
+
entity_id: string;
|
|
576
1111
|
display_index: number;
|
|
577
1112
|
display_title: boolean;
|
|
578
1113
|
display_content: boolean;
|
|
579
|
-
pdf_start_page_number: string;
|
|
580
1114
|
pdf_end_page_number: string;
|
|
581
|
-
|
|
1115
|
+
pdf_start_page_number: string;
|
|
582
1116
|
};
|
|
583
1117
|
};
|
|
584
|
-
"
|
|
1118
|
+
"0d28f0a2-01d8-43c0-97ce-d7f5466baadd": {
|
|
585
1119
|
title: string;
|
|
586
1120
|
content: string;
|
|
587
1121
|
change_history: string;
|
|
@@ -589,24 +1123,24 @@ export declare const DEFAULT_TREE_DATA: {
|
|
|
589
1123
|
display_index: number;
|
|
590
1124
|
display_title: boolean;
|
|
591
1125
|
display_content: boolean;
|
|
592
|
-
pdf_start_page_number: string;
|
|
593
1126
|
pdf_end_page_number: string;
|
|
1127
|
+
pdf_start_page_number: string;
|
|
594
1128
|
};
|
|
595
1129
|
};
|
|
596
|
-
"
|
|
1130
|
+
"11d88ce2-20bb-4bed-99a0-635427f525a8": {
|
|
597
1131
|
title: string;
|
|
598
1132
|
content: string;
|
|
599
1133
|
change_history: string;
|
|
600
1134
|
additional_attributes: {
|
|
1135
|
+
entity_id: string;
|
|
601
1136
|
display_index: number;
|
|
602
1137
|
display_title: boolean;
|
|
603
1138
|
display_content: boolean;
|
|
604
|
-
pdf_start_page_number: string;
|
|
605
1139
|
pdf_end_page_number: string;
|
|
606
|
-
|
|
1140
|
+
pdf_start_page_number: string;
|
|
607
1141
|
};
|
|
608
1142
|
};
|
|
609
|
-
"
|
|
1143
|
+
"2dfd7a5b-d5e7-4b3f-b990-687b6fe9be84": {
|
|
610
1144
|
title: string;
|
|
611
1145
|
content: string;
|
|
612
1146
|
change_history: string;
|
|
@@ -614,37 +1148,37 @@ export declare const DEFAULT_TREE_DATA: {
|
|
|
614
1148
|
display_index: number;
|
|
615
1149
|
display_title: boolean;
|
|
616
1150
|
display_content: boolean;
|
|
617
|
-
pdf_start_page_number: string;
|
|
618
1151
|
pdf_end_page_number: string;
|
|
1152
|
+
pdf_start_page_number: string;
|
|
619
1153
|
};
|
|
620
1154
|
};
|
|
621
|
-
"
|
|
1155
|
+
"56038f6b-7ff5-4717-ab81-53fcbbd971cb": {
|
|
622
1156
|
title: string;
|
|
623
1157
|
content: string;
|
|
624
1158
|
change_history: string;
|
|
625
1159
|
additional_attributes: {
|
|
1160
|
+
entity_id: string;
|
|
626
1161
|
display_index: number;
|
|
627
1162
|
display_title: boolean;
|
|
628
1163
|
display_content: boolean;
|
|
629
|
-
pdf_start_page_number: string;
|
|
630
1164
|
pdf_end_page_number: string;
|
|
631
|
-
|
|
1165
|
+
pdf_start_page_number: string;
|
|
632
1166
|
};
|
|
633
1167
|
};
|
|
634
|
-
"
|
|
1168
|
+
"66efd16a-6d41-48fe-a026-8cc112d7db03": {
|
|
635
1169
|
title: string;
|
|
636
1170
|
content: string;
|
|
637
1171
|
change_history: string;
|
|
638
1172
|
additional_attributes: {
|
|
1173
|
+
entity_id: string;
|
|
639
1174
|
display_index: number;
|
|
640
1175
|
display_title: boolean;
|
|
641
1176
|
display_content: boolean;
|
|
642
|
-
pdf_start_page_number: string;
|
|
643
1177
|
pdf_end_page_number: string;
|
|
644
|
-
|
|
1178
|
+
pdf_start_page_number: string;
|
|
645
1179
|
};
|
|
646
1180
|
};
|
|
647
|
-
"
|
|
1181
|
+
"671153d3-3535-4ded-903f-0dda4581972e": {
|
|
648
1182
|
title: string;
|
|
649
1183
|
content: string;
|
|
650
1184
|
change_history: string;
|
|
@@ -652,24 +1186,24 @@ export declare const DEFAULT_TREE_DATA: {
|
|
|
652
1186
|
display_index: number;
|
|
653
1187
|
display_title: boolean;
|
|
654
1188
|
display_content: boolean;
|
|
655
|
-
pdf_start_page_number: string;
|
|
656
1189
|
pdf_end_page_number: string;
|
|
657
|
-
|
|
1190
|
+
pdf_start_page_number: string;
|
|
658
1191
|
};
|
|
659
1192
|
};
|
|
660
|
-
"
|
|
1193
|
+
"8ff3bcb9-a089-4835-b099-a4529d0dd3d5": {
|
|
661
1194
|
title: string;
|
|
662
1195
|
content: string;
|
|
663
1196
|
change_history: string;
|
|
664
1197
|
additional_attributes: {
|
|
1198
|
+
entity_id: string;
|
|
665
1199
|
display_index: number;
|
|
666
1200
|
display_title: boolean;
|
|
667
1201
|
display_content: boolean;
|
|
668
|
-
pdf_start_page_number: string;
|
|
669
1202
|
pdf_end_page_number: string;
|
|
1203
|
+
pdf_start_page_number: string;
|
|
670
1204
|
};
|
|
671
1205
|
};
|
|
672
|
-
"
|
|
1206
|
+
"90807a9e-6057-4dae-b17e-4dcfe1003bf1": {
|
|
673
1207
|
title: string;
|
|
674
1208
|
content: string;
|
|
675
1209
|
change_history: string;
|
|
@@ -677,37 +1211,37 @@ export declare const DEFAULT_TREE_DATA: {
|
|
|
677
1211
|
display_index: number;
|
|
678
1212
|
display_title: boolean;
|
|
679
1213
|
display_content: boolean;
|
|
680
|
-
pdf_start_page_number: string;
|
|
681
1214
|
pdf_end_page_number: string;
|
|
682
|
-
|
|
1215
|
+
pdf_start_page_number: string;
|
|
683
1216
|
};
|
|
684
1217
|
};
|
|
685
|
-
"
|
|
1218
|
+
"a0952cb1-f678-40c2-8300-a673b9e3d5ee": {
|
|
686
1219
|
title: string;
|
|
687
1220
|
content: string;
|
|
688
1221
|
change_history: string;
|
|
689
1222
|
additional_attributes: {
|
|
1223
|
+
entity_id: string;
|
|
690
1224
|
display_index: number;
|
|
691
1225
|
display_title: boolean;
|
|
692
1226
|
display_content: boolean;
|
|
693
|
-
pdf_start_page_number: string;
|
|
694
1227
|
pdf_end_page_number: string;
|
|
695
|
-
|
|
1228
|
+
pdf_start_page_number: string;
|
|
696
1229
|
};
|
|
697
1230
|
};
|
|
698
|
-
"
|
|
1231
|
+
"a84a22fc-9e0d-4550-9df9-469e700fcbba": {
|
|
699
1232
|
title: string;
|
|
700
1233
|
content: string;
|
|
701
1234
|
change_history: string;
|
|
702
1235
|
additional_attributes: {
|
|
1236
|
+
entity_id: string;
|
|
703
1237
|
display_index: number;
|
|
704
1238
|
display_title: boolean;
|
|
705
1239
|
display_content: boolean;
|
|
706
|
-
pdf_start_page_number: string;
|
|
707
1240
|
pdf_end_page_number: string;
|
|
1241
|
+
pdf_start_page_number: string;
|
|
708
1242
|
};
|
|
709
1243
|
};
|
|
710
|
-
"
|
|
1244
|
+
"ec869dee-1a87-4097-b358-85989b05e574": {
|
|
711
1245
|
title: string;
|
|
712
1246
|
content: string;
|
|
713
1247
|
change_history: string;
|
|
@@ -715,183 +1249,126 @@ export declare const DEFAULT_TREE_DATA: {
|
|
|
715
1249
|
display_index: number;
|
|
716
1250
|
display_title: boolean;
|
|
717
1251
|
display_content: boolean;
|
|
718
|
-
pdf_start_page_number: string;
|
|
719
1252
|
pdf_end_page_number: string;
|
|
720
|
-
|
|
1253
|
+
pdf_start_page_number: string;
|
|
721
1254
|
};
|
|
722
1255
|
};
|
|
723
|
-
"
|
|
1256
|
+
"fd2b0e80-c09c-4b9e-9cda-f155ae4b3290": {
|
|
724
1257
|
title: string;
|
|
725
1258
|
content: string;
|
|
726
1259
|
change_history: string;
|
|
727
1260
|
additional_attributes: {
|
|
1261
|
+
entity_id: string;
|
|
728
1262
|
display_index: number;
|
|
729
1263
|
display_title: boolean;
|
|
730
1264
|
display_content: boolean;
|
|
731
|
-
pdf_start_page_number: string;
|
|
732
1265
|
pdf_end_page_number: string;
|
|
733
|
-
|
|
1266
|
+
pdf_start_page_number: string;
|
|
734
1267
|
};
|
|
735
1268
|
};
|
|
736
1269
|
};
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
deviation_summary: string;
|
|
749
|
-
deviation_explanation: string[];
|
|
750
|
-
evaluation_outputs: {
|
|
751
|
-
name: string;
|
|
752
|
-
output_value: string;
|
|
753
|
-
affected_party: string;
|
|
754
|
-
guideline_flag: {
|
|
755
|
-
rulebook_used: boolean;
|
|
756
|
-
};
|
|
1270
|
+
input_index_map: {
|
|
1271
|
+
"0": string;
|
|
1272
|
+
"1": string;
|
|
1273
|
+
};
|
|
1274
|
+
evaluation_criteria: {
|
|
1275
|
+
"586c12f0-853a-4bb1-92d3-9955c9bf8453": {
|
|
1276
|
+
criterion: {
|
|
1277
|
+
name: string;
|
|
1278
|
+
data_type: string;
|
|
1279
|
+
measuring_unit: string;
|
|
1280
|
+
criteria_properties: ({
|
|
757
1281
|
metadata: {
|
|
758
1282
|
label_color: string;
|
|
759
1283
|
compare_category_id: string;
|
|
760
1284
|
};
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
highlighted_text: string;
|
|
770
|
-
custom_metadata: {
|
|
771
|
-
pdf_start_page_number: string;
|
|
772
|
-
pdf_end_page_number: string;
|
|
773
|
-
};
|
|
774
|
-
};
|
|
775
|
-
};
|
|
776
|
-
"2": {
|
|
777
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
778
|
-
highlighted_text: string;
|
|
779
|
-
custom_metadata: {
|
|
780
|
-
pdf_start_page_number: string;
|
|
781
|
-
pdf_end_page_number: string;
|
|
782
|
-
};
|
|
783
|
-
};
|
|
784
|
-
};
|
|
1285
|
+
description: string;
|
|
1286
|
+
output_label: string;
|
|
1287
|
+
output_template: string;
|
|
1288
|
+
output_percentage: string;
|
|
1289
|
+
} | {
|
|
1290
|
+
metadata: {
|
|
1291
|
+
label_color: string;
|
|
1292
|
+
compare_category_id?: undefined;
|
|
785
1293
|
};
|
|
786
|
-
|
|
1294
|
+
description: string;
|
|
1295
|
+
output_label: string;
|
|
1296
|
+
output_template: string;
|
|
1297
|
+
output_percentage?: undefined;
|
|
1298
|
+
})[];
|
|
787
1299
|
};
|
|
1300
|
+
criteria_set_id: string;
|
|
788
1301
|
};
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
rulebook_guidelines: never[];
|
|
796
|
-
};
|
|
797
|
-
deviation_title: string;
|
|
798
|
-
deviation_impact: string;
|
|
799
|
-
deviation_summary: string;
|
|
800
|
-
deviation_explanation: string[];
|
|
801
|
-
evaluation_outputs: {
|
|
802
|
-
name: string;
|
|
803
|
-
output_value: string;
|
|
804
|
-
affected_party: string;
|
|
805
|
-
guideline_flag: {
|
|
806
|
-
rulebook_used: boolean;
|
|
807
|
-
};
|
|
1302
|
+
"c496f149-3838-49ba-bdd0-0bf5080cb458": {
|
|
1303
|
+
criterion: {
|
|
1304
|
+
name: string;
|
|
1305
|
+
data_type: string;
|
|
1306
|
+
measuring_unit: string;
|
|
1307
|
+
criteria_properties: {
|
|
808
1308
|
metadata: {
|
|
809
1309
|
label_color: string;
|
|
810
1310
|
};
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
citations: {
|
|
817
|
-
"1": {
|
|
818
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
819
|
-
highlighted_text: string;
|
|
820
|
-
custom_metadata: {
|
|
821
|
-
pdf_start_page_number: string;
|
|
822
|
-
pdf_end_page_number: string;
|
|
823
|
-
};
|
|
824
|
-
};
|
|
825
|
-
};
|
|
826
|
-
"2": {
|
|
827
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
828
|
-
highlighted_text: string;
|
|
829
|
-
custom_metadata: {
|
|
830
|
-
pdf_start_page_number: string;
|
|
831
|
-
pdf_end_page_number: string;
|
|
832
|
-
};
|
|
833
|
-
};
|
|
834
|
-
};
|
|
835
|
-
};
|
|
836
|
-
};
|
|
1311
|
+
description: string;
|
|
1312
|
+
output_label: string;
|
|
1313
|
+
output_template: string;
|
|
1314
|
+
output_percentage: string;
|
|
1315
|
+
}[];
|
|
837
1316
|
};
|
|
1317
|
+
criteria_set_id: string;
|
|
838
1318
|
};
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
deviation_title: string;
|
|
848
|
-
deviation_impact: string;
|
|
849
|
-
deviation_summary: string;
|
|
850
|
-
deviation_explanation: string[];
|
|
851
|
-
evaluation_outputs: {
|
|
852
|
-
name: string;
|
|
853
|
-
output_value: string;
|
|
854
|
-
affected_party: string;
|
|
855
|
-
guideline_flag: {
|
|
856
|
-
rulebook_used: boolean;
|
|
1319
|
+
"fd9e4571-f11d-482f-ae4f-49e5586fdcd6": {
|
|
1320
|
+
criterion: {
|
|
1321
|
+
name: string;
|
|
1322
|
+
data_type: string;
|
|
1323
|
+
measuring_unit: string;
|
|
1324
|
+
criteria_properties: ({
|
|
1325
|
+
metadata: {
|
|
1326
|
+
label_color: string;
|
|
857
1327
|
};
|
|
1328
|
+
description: string;
|
|
1329
|
+
output_label: string;
|
|
1330
|
+
output_template: string;
|
|
1331
|
+
output_percentage: string;
|
|
1332
|
+
} | {
|
|
858
1333
|
metadata: {
|
|
859
1334
|
label_color: string;
|
|
860
1335
|
};
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
citations: {
|
|
867
|
-
"1": {
|
|
868
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
869
|
-
highlighted_text: string;
|
|
870
|
-
custom_metadata: {
|
|
871
|
-
pdf_start_page_number: string;
|
|
872
|
-
pdf_end_page_number: string;
|
|
873
|
-
};
|
|
874
|
-
};
|
|
875
|
-
};
|
|
876
|
-
"2": {
|
|
877
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
878
|
-
highlighted_text: string;
|
|
879
|
-
custom_metadata: {
|
|
880
|
-
pdf_start_page_number: string;
|
|
881
|
-
pdf_end_page_number: string;
|
|
882
|
-
};
|
|
883
|
-
};
|
|
884
|
-
};
|
|
885
|
-
};
|
|
886
|
-
};
|
|
1336
|
+
description: string;
|
|
1337
|
+
output_label: string;
|
|
1338
|
+
output_template: string;
|
|
1339
|
+
output_percentage?: undefined;
|
|
1340
|
+
})[];
|
|
887
1341
|
};
|
|
1342
|
+
criteria_set_id: string;
|
|
888
1343
|
};
|
|
889
1344
|
};
|
|
890
|
-
|
|
1345
|
+
cognitive_compare_summary_categories: {
|
|
1346
|
+
"6a6b1e92-47ef-427e-be68-1f425afe5daa": {
|
|
1347
|
+
category_color: string;
|
|
1348
|
+
category_label: string;
|
|
1349
|
+
category_range: string;
|
|
1350
|
+
category_display_index: number;
|
|
1351
|
+
};
|
|
1352
|
+
"a85293f3-f0b6-4d16-88b6-4f4df679061e": {
|
|
1353
|
+
category_color: string;
|
|
1354
|
+
category_label: string;
|
|
1355
|
+
category_range: string;
|
|
1356
|
+
category_display_index: number;
|
|
1357
|
+
};
|
|
1358
|
+
"cab2ad33-2a26-4841-a45c-afe0c3122c6b": {
|
|
1359
|
+
category_color: string;
|
|
1360
|
+
category_label: string;
|
|
1361
|
+
category_range: string;
|
|
1362
|
+
category_display_index: number;
|
|
1363
|
+
};
|
|
1364
|
+
};
|
|
1365
|
+
};
|
|
1366
|
+
export declare const DEVIATION_DATA: {
|
|
1367
|
+
"32122f80-6754-459b-8bd8-f8db5bc4758d": {
|
|
891
1368
|
evaluation_result: {
|
|
892
1369
|
"0": {
|
|
893
1370
|
deviation_highlights: {
|
|
894
|
-
"
|
|
1371
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
895
1372
|
rulebook_guidelines: string[];
|
|
896
1373
|
};
|
|
897
1374
|
deviation_title: string;
|
|
@@ -916,16 +1393,7 @@ export declare const DEVIATION_DATA: {
|
|
|
916
1393
|
decision_strength: number;
|
|
917
1394
|
citations: {
|
|
918
1395
|
"1": {
|
|
919
|
-
"
|
|
920
|
-
highlighted_text: string;
|
|
921
|
-
custom_metadata: {
|
|
922
|
-
pdf_start_page_number: string;
|
|
923
|
-
pdf_end_page_number: string;
|
|
924
|
-
};
|
|
925
|
-
};
|
|
926
|
-
};
|
|
927
|
-
"2": {
|
|
928
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
1396
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
929
1397
|
highlighted_text: string;
|
|
930
1398
|
custom_metadata: {
|
|
931
1399
|
pdf_start_page_number: string;
|
|
@@ -938,11 +1406,11 @@ export declare const DEVIATION_DATA: {
|
|
|
938
1406
|
};
|
|
939
1407
|
};
|
|
940
1408
|
};
|
|
941
|
-
"
|
|
1409
|
+
"86937ff2-1563-47b6-8ae8-db78e1cbed03": {
|
|
942
1410
|
evaluation_result: {
|
|
943
1411
|
"0": {
|
|
944
1412
|
deviation_highlights: {
|
|
945
|
-
"
|
|
1413
|
+
"86937ff2-1563-47b6-8ae8-db78e1cbed03": string[];
|
|
946
1414
|
rulebook_guidelines: string[];
|
|
947
1415
|
};
|
|
948
1416
|
deviation_title: string;
|
|
@@ -958,7 +1426,6 @@ export declare const DEVIATION_DATA: {
|
|
|
958
1426
|
};
|
|
959
1427
|
metadata: {
|
|
960
1428
|
label_color: string;
|
|
961
|
-
compare_category_id: string;
|
|
962
1429
|
};
|
|
963
1430
|
};
|
|
964
1431
|
cognitive_decisioning: {
|
|
@@ -967,16 +1434,7 @@ export declare const DEVIATION_DATA: {
|
|
|
967
1434
|
decision_strength: number;
|
|
968
1435
|
citations: {
|
|
969
1436
|
"1": {
|
|
970
|
-
"
|
|
971
|
-
highlighted_text: string;
|
|
972
|
-
custom_metadata: {
|
|
973
|
-
pdf_start_page_number: string;
|
|
974
|
-
pdf_end_page_number: string;
|
|
975
|
-
};
|
|
976
|
-
};
|
|
977
|
-
};
|
|
978
|
-
"2": {
|
|
979
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
1437
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
980
1438
|
highlighted_text: string;
|
|
981
1439
|
custom_metadata: {
|
|
982
1440
|
pdf_start_page_number: string;
|
|
@@ -989,11 +1447,11 @@ export declare const DEVIATION_DATA: {
|
|
|
989
1447
|
};
|
|
990
1448
|
};
|
|
991
1449
|
};
|
|
992
|
-
"
|
|
1450
|
+
"bea1ceaa-ced2-400a-9b8f-adbe7794199a": {
|
|
993
1451
|
evaluation_result: {
|
|
994
1452
|
"0": {
|
|
995
1453
|
deviation_highlights: {
|
|
996
|
-
"
|
|
1454
|
+
"bea1ceaa-ced2-400a-9b8f-adbe7794199a": string[];
|
|
997
1455
|
rulebook_guidelines: string[];
|
|
998
1456
|
};
|
|
999
1457
|
deviation_title: string;
|
|
@@ -1009,7 +1467,6 @@ export declare const DEVIATION_DATA: {
|
|
|
1009
1467
|
};
|
|
1010
1468
|
metadata: {
|
|
1011
1469
|
label_color: string;
|
|
1012
|
-
compare_category_id: string;
|
|
1013
1470
|
};
|
|
1014
1471
|
};
|
|
1015
1472
|
cognitive_decisioning: {
|
|
@@ -1018,7 +1475,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1018
1475
|
decision_strength: number;
|
|
1019
1476
|
citations: {
|
|
1020
1477
|
"1": {
|
|
1021
|
-
"
|
|
1478
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1022
1479
|
highlighted_text: string;
|
|
1023
1480
|
custom_metadata: {
|
|
1024
1481
|
pdf_start_page_number: string;
|
|
@@ -1027,7 +1484,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1027
1484
|
};
|
|
1028
1485
|
};
|
|
1029
1486
|
"2": {
|
|
1030
|
-
"
|
|
1487
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1031
1488
|
highlighted_text: string;
|
|
1032
1489
|
custom_metadata: {
|
|
1033
1490
|
pdf_start_page_number: string;
|
|
@@ -1040,11 +1497,11 @@ export declare const DEVIATION_DATA: {
|
|
|
1040
1497
|
};
|
|
1041
1498
|
};
|
|
1042
1499
|
};
|
|
1043
|
-
"
|
|
1500
|
+
"d70107fc-c9eb-4215-960f-dc0d21c3900d": {
|
|
1044
1501
|
evaluation_result: {
|
|
1045
1502
|
"0": {
|
|
1046
1503
|
deviation_highlights: {
|
|
1047
|
-
"
|
|
1504
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
1048
1505
|
rulebook_guidelines: string[];
|
|
1049
1506
|
};
|
|
1050
1507
|
deviation_title: string;
|
|
@@ -1069,7 +1526,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1069
1526
|
decision_strength: number;
|
|
1070
1527
|
citations: {
|
|
1071
1528
|
"1": {
|
|
1072
|
-
"
|
|
1529
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1073
1530
|
highlighted_text: string;
|
|
1074
1531
|
custom_metadata: {
|
|
1075
1532
|
pdf_start_page_number: string;
|
|
@@ -1078,7 +1535,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1078
1535
|
};
|
|
1079
1536
|
};
|
|
1080
1537
|
"2": {
|
|
1081
|
-
"
|
|
1538
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1082
1539
|
highlighted_text: string;
|
|
1083
1540
|
custom_metadata: {
|
|
1084
1541
|
pdf_start_page_number: string;
|
|
@@ -1091,11 +1548,11 @@ export declare const DEVIATION_DATA: {
|
|
|
1091
1548
|
};
|
|
1092
1549
|
};
|
|
1093
1550
|
};
|
|
1094
|
-
"
|
|
1551
|
+
"4649354d-0d89-42dc-8050-85e7696ea12c": {
|
|
1095
1552
|
evaluation_result: {
|
|
1096
1553
|
"0": {
|
|
1097
1554
|
deviation_highlights: {
|
|
1098
|
-
"
|
|
1555
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
1099
1556
|
rulebook_guidelines: string[];
|
|
1100
1557
|
};
|
|
1101
1558
|
deviation_title: string;
|
|
@@ -1120,7 +1577,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1120
1577
|
decision_strength: number;
|
|
1121
1578
|
citations: {
|
|
1122
1579
|
"1": {
|
|
1123
|
-
"
|
|
1580
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1124
1581
|
highlighted_text: string;
|
|
1125
1582
|
custom_metadata: {
|
|
1126
1583
|
pdf_start_page_number: string;
|
|
@@ -1129,49 +1586,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1129
1586
|
};
|
|
1130
1587
|
};
|
|
1131
1588
|
"2": {
|
|
1132
|
-
"
|
|
1133
|
-
highlighted_text: string;
|
|
1134
|
-
custom_metadata: {
|
|
1135
|
-
pdf_start_page_number: string;
|
|
1136
|
-
pdf_end_page_number: string;
|
|
1137
|
-
};
|
|
1138
|
-
};
|
|
1139
|
-
};
|
|
1140
|
-
};
|
|
1141
|
-
};
|
|
1142
|
-
};
|
|
1143
|
-
};
|
|
1144
|
-
};
|
|
1145
|
-
"65226f4e-d00d-4c7f-a2e8-d35b14093e0b": {
|
|
1146
|
-
evaluation_result: {
|
|
1147
|
-
"0": {
|
|
1148
|
-
deviation_highlights: {
|
|
1149
|
-
"55960325-038a-4e16-9ca1-f04756915965": string[];
|
|
1150
|
-
rulebook_guidelines: string[];
|
|
1151
|
-
};
|
|
1152
|
-
deviation_title: string;
|
|
1153
|
-
deviation_impact: string;
|
|
1154
|
-
deviation_summary: string;
|
|
1155
|
-
deviation_explanation: string[];
|
|
1156
|
-
evaluation_outputs: {
|
|
1157
|
-
name: string;
|
|
1158
|
-
output_value: string;
|
|
1159
|
-
affected_party: string;
|
|
1160
|
-
guideline_flag: {
|
|
1161
|
-
rulebook_used: boolean;
|
|
1162
|
-
};
|
|
1163
|
-
metadata: {
|
|
1164
|
-
label_color: string;
|
|
1165
|
-
compare_category_id: string;
|
|
1166
|
-
};
|
|
1167
|
-
};
|
|
1168
|
-
cognitive_decisioning: {
|
|
1169
|
-
decisioning_factors: string[];
|
|
1170
|
-
gaps_in_decision: string[];
|
|
1171
|
-
decision_strength: number;
|
|
1172
|
-
citations: {
|
|
1173
|
-
"1": {
|
|
1174
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
1589
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1175
1590
|
highlighted_text: string;
|
|
1176
1591
|
custom_metadata: {
|
|
1177
1592
|
pdf_start_page_number: string;
|
|
@@ -1179,8 +1594,8 @@ export declare const DEVIATION_DATA: {
|
|
|
1179
1594
|
};
|
|
1180
1595
|
};
|
|
1181
1596
|
};
|
|
1182
|
-
"
|
|
1183
|
-
"
|
|
1597
|
+
"3": {
|
|
1598
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1184
1599
|
highlighted_text: string;
|
|
1185
1600
|
custom_metadata: {
|
|
1186
1601
|
pdf_start_page_number: string;
|
|
@@ -1193,11 +1608,11 @@ export declare const DEVIATION_DATA: {
|
|
|
1193
1608
|
};
|
|
1194
1609
|
};
|
|
1195
1610
|
};
|
|
1196
|
-
"
|
|
1611
|
+
"59d848a5-d2f0-4f61-bd05-314971db3904": {
|
|
1197
1612
|
evaluation_result: {
|
|
1198
1613
|
"0": {
|
|
1199
1614
|
deviation_highlights: {
|
|
1200
|
-
"
|
|
1615
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
1201
1616
|
rulebook_guidelines: string[];
|
|
1202
1617
|
};
|
|
1203
1618
|
deviation_title: string;
|
|
@@ -1222,7 +1637,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1222
1637
|
decision_strength: number;
|
|
1223
1638
|
citations: {
|
|
1224
1639
|
"1": {
|
|
1225
|
-
"
|
|
1640
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1226
1641
|
highlighted_text: string;
|
|
1227
1642
|
custom_metadata: {
|
|
1228
1643
|
pdf_start_page_number: string;
|
|
@@ -1231,7 +1646,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1231
1646
|
};
|
|
1232
1647
|
};
|
|
1233
1648
|
"2": {
|
|
1234
|
-
"
|
|
1649
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1235
1650
|
highlighted_text: string;
|
|
1236
1651
|
custom_metadata: {
|
|
1237
1652
|
pdf_start_page_number: string;
|
|
@@ -1244,11 +1659,11 @@ export declare const DEVIATION_DATA: {
|
|
|
1244
1659
|
};
|
|
1245
1660
|
};
|
|
1246
1661
|
};
|
|
1247
|
-
"
|
|
1662
|
+
"65c90875-4503-4772-897f-bb4228d3b8dd": {
|
|
1248
1663
|
evaluation_result: {
|
|
1249
1664
|
"0": {
|
|
1250
1665
|
deviation_highlights: {
|
|
1251
|
-
"
|
|
1666
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
1252
1667
|
rulebook_guidelines: string[];
|
|
1253
1668
|
};
|
|
1254
1669
|
deviation_title: string;
|
|
@@ -1273,7 +1688,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1273
1688
|
decision_strength: number;
|
|
1274
1689
|
citations: {
|
|
1275
1690
|
"1": {
|
|
1276
|
-
"
|
|
1691
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1277
1692
|
highlighted_text: string;
|
|
1278
1693
|
custom_metadata: {
|
|
1279
1694
|
pdf_start_page_number: string;
|
|
@@ -1282,7 +1697,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1282
1697
|
};
|
|
1283
1698
|
};
|
|
1284
1699
|
"2": {
|
|
1285
|
-
"
|
|
1700
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1286
1701
|
highlighted_text: string;
|
|
1287
1702
|
custom_metadata: {
|
|
1288
1703
|
pdf_start_page_number: string;
|
|
@@ -1295,11 +1710,11 @@ export declare const DEVIATION_DATA: {
|
|
|
1295
1710
|
};
|
|
1296
1711
|
};
|
|
1297
1712
|
};
|
|
1298
|
-
"
|
|
1713
|
+
"e3b149c1-4aef-4648-b566-642f16524afb": {
|
|
1299
1714
|
evaluation_result: {
|
|
1300
1715
|
"0": {
|
|
1301
1716
|
deviation_highlights: {
|
|
1302
|
-
"
|
|
1717
|
+
"e3b149c1-4aef-4648-b566-642f16524afb": string[];
|
|
1303
1718
|
rulebook_guidelines: never[];
|
|
1304
1719
|
};
|
|
1305
1720
|
deviation_title: string;
|
|
@@ -1324,7 +1739,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1324
1739
|
decision_strength: number;
|
|
1325
1740
|
citations: {
|
|
1326
1741
|
"1": {
|
|
1327
|
-
"
|
|
1742
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1328
1743
|
highlighted_text: string;
|
|
1329
1744
|
custom_metadata: {
|
|
1330
1745
|
pdf_start_page_number: string;
|
|
@@ -1333,7 +1748,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1333
1748
|
};
|
|
1334
1749
|
};
|
|
1335
1750
|
"2": {
|
|
1336
|
-
"
|
|
1751
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1337
1752
|
highlighted_text: string;
|
|
1338
1753
|
custom_metadata: {
|
|
1339
1754
|
pdf_start_page_number: string;
|
|
@@ -1411,62 +1826,11 @@ export declare const DEVIATION_DATA: {
|
|
|
1411
1826
|
};
|
|
1412
1827
|
};
|
|
1413
1828
|
};
|
|
1414
|
-
"
|
|
1415
|
-
evaluation_result: {
|
|
1416
|
-
"0": {
|
|
1417
|
-
deviation_highlights: {
|
|
1418
|
-
"c3c3c3c3-1111-2222-3333-444444444444": string[];
|
|
1419
|
-
rulebook_guidelines: string[];
|
|
1420
|
-
};
|
|
1421
|
-
deviation_title: string;
|
|
1422
|
-
deviation_impact: string;
|
|
1423
|
-
deviation_summary: string;
|
|
1424
|
-
deviation_explanation: string[];
|
|
1425
|
-
evaluation_outputs: {
|
|
1426
|
-
name: string;
|
|
1427
|
-
output_value: string;
|
|
1428
|
-
affected_party: string;
|
|
1429
|
-
guideline_flag: {
|
|
1430
|
-
rulebook_used: boolean;
|
|
1431
|
-
};
|
|
1432
|
-
metadata: {
|
|
1433
|
-
label_color: string;
|
|
1434
|
-
compare_category_id: string;
|
|
1435
|
-
};
|
|
1436
|
-
};
|
|
1437
|
-
cognitive_decisioning: {
|
|
1438
|
-
decisioning_factors: string[];
|
|
1439
|
-
gaps_in_decision: string[];
|
|
1440
|
-
decision_strength: number;
|
|
1441
|
-
citations: {
|
|
1442
|
-
"1": {
|
|
1443
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
1444
|
-
highlighted_text: string;
|
|
1445
|
-
custom_metadata: {
|
|
1446
|
-
pdf_start_page_number: string;
|
|
1447
|
-
pdf_end_page_number: string;
|
|
1448
|
-
};
|
|
1449
|
-
};
|
|
1450
|
-
};
|
|
1451
|
-
"2": {
|
|
1452
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
1453
|
-
highlighted_text: string;
|
|
1454
|
-
custom_metadata: {
|
|
1455
|
-
pdf_start_page_number: string;
|
|
1456
|
-
pdf_end_page_number: string;
|
|
1457
|
-
};
|
|
1458
|
-
};
|
|
1459
|
-
};
|
|
1460
|
-
};
|
|
1461
|
-
};
|
|
1462
|
-
};
|
|
1463
|
-
};
|
|
1464
|
-
};
|
|
1465
|
-
"214364de-5ae7-44a9-8fd4-bb30e712459e": {
|
|
1829
|
+
"fb91cb73-7d4e-48ce-b2b5-81877a1c435e": {
|
|
1466
1830
|
evaluation_result: {
|
|
1467
1831
|
"0": {
|
|
1468
1832
|
deviation_highlights: {
|
|
1469
|
-
"
|
|
1833
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": string[];
|
|
1470
1834
|
rulebook_guidelines: never[];
|
|
1471
1835
|
};
|
|
1472
1836
|
deviation_title: string;
|
|
@@ -1491,7 +1855,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1491
1855
|
decision_strength: number;
|
|
1492
1856
|
citations: {
|
|
1493
1857
|
"1": {
|
|
1494
|
-
"
|
|
1858
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1495
1859
|
highlighted_text: string;
|
|
1496
1860
|
custom_metadata: {
|
|
1497
1861
|
pdf_start_page_number: string;
|
|
@@ -1500,7 +1864,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1500
1864
|
};
|
|
1501
1865
|
};
|
|
1502
1866
|
"2": {
|
|
1503
|
-
"
|
|
1867
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1504
1868
|
highlighted_text: string;
|
|
1505
1869
|
custom_metadata: {
|
|
1506
1870
|
pdf_start_page_number: string;
|
|
@@ -1578,7 +1942,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1578
1942
|
};
|
|
1579
1943
|
};
|
|
1580
1944
|
};
|
|
1581
|
-
"
|
|
1945
|
+
"23f5b747-600a-4645-8ba0-06d3d9c71e86": {
|
|
1582
1946
|
evaluation_result: {
|
|
1583
1947
|
"0": {
|
|
1584
1948
|
deviation_title: string;
|
|
@@ -1589,7 +1953,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1589
1953
|
decision_strength: number;
|
|
1590
1954
|
citations: {
|
|
1591
1955
|
"1": {
|
|
1592
|
-
"
|
|
1956
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1593
1957
|
highlighted_text: string;
|
|
1594
1958
|
custom_metadata: {
|
|
1595
1959
|
pdf_start_page_number: string;
|
|
@@ -1598,41 +1962,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1598
1962
|
};
|
|
1599
1963
|
};
|
|
1600
1964
|
"2": {
|
|
1601
|
-
"
|
|
1602
|
-
highlighted_text: string;
|
|
1603
|
-
custom_metadata: {
|
|
1604
|
-
pdf_start_page_number: string;
|
|
1605
|
-
pdf_end_page_number: string;
|
|
1606
|
-
};
|
|
1607
|
-
};
|
|
1608
|
-
};
|
|
1609
|
-
};
|
|
1610
|
-
};
|
|
1611
|
-
deviation_explanation: string[];
|
|
1612
|
-
deviation_impact: string;
|
|
1613
|
-
evaluation_outputs: {
|
|
1614
|
-
name: string;
|
|
1615
|
-
output_value: string;
|
|
1616
|
-
affected_party: string;
|
|
1617
|
-
metadata: {
|
|
1618
|
-
label_color: string;
|
|
1619
|
-
};
|
|
1620
|
-
};
|
|
1621
|
-
};
|
|
1622
|
-
};
|
|
1623
|
-
};
|
|
1624
|
-
"90bf0016-ca2e-4eb2-b31a-6f39d42a46f5": {
|
|
1625
|
-
evaluation_result: {
|
|
1626
|
-
"0": {
|
|
1627
|
-
deviation_title: string;
|
|
1628
|
-
deviation_summary: string;
|
|
1629
|
-
cognitive_decisioning: {
|
|
1630
|
-
decisioning_factors: string[];
|
|
1631
|
-
gaps_in_decision: string[];
|
|
1632
|
-
decision_strength: number;
|
|
1633
|
-
citations: {
|
|
1634
|
-
"1": {
|
|
1635
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
1965
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1636
1966
|
highlighted_text: string;
|
|
1637
1967
|
custom_metadata: {
|
|
1638
1968
|
pdf_start_page_number: string;
|
|
@@ -1640,8 +1970,8 @@ export declare const DEVIATION_DATA: {
|
|
|
1640
1970
|
};
|
|
1641
1971
|
};
|
|
1642
1972
|
};
|
|
1643
|
-
"
|
|
1644
|
-
"
|
|
1973
|
+
"3": {
|
|
1974
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1645
1975
|
highlighted_text: string;
|
|
1646
1976
|
custom_metadata: {
|
|
1647
1977
|
pdf_start_page_number: string;
|
|
@@ -1664,7 +1994,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1664
1994
|
};
|
|
1665
1995
|
};
|
|
1666
1996
|
};
|
|
1667
|
-
"
|
|
1997
|
+
"2d51019e-8f24-4ef9-baeb-c4c0a964c05c": {
|
|
1668
1998
|
evaluation_result: {
|
|
1669
1999
|
"0": {
|
|
1670
2000
|
deviation_title: string;
|
|
@@ -1675,7 +2005,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1675
2005
|
decision_strength: number;
|
|
1676
2006
|
citations: {
|
|
1677
2007
|
"1": {
|
|
1678
|
-
"
|
|
2008
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1679
2009
|
highlighted_text: string;
|
|
1680
2010
|
custom_metadata: {
|
|
1681
2011
|
pdf_start_page_number: string;
|
|
@@ -1684,25 +2014,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1684
2014
|
};
|
|
1685
2015
|
};
|
|
1686
2016
|
"2": {
|
|
1687
|
-
"
|
|
1688
|
-
highlighted_text: string;
|
|
1689
|
-
custom_metadata: {
|
|
1690
|
-
pdf_start_page_number: string;
|
|
1691
|
-
pdf_end_page_number: string;
|
|
1692
|
-
};
|
|
1693
|
-
};
|
|
1694
|
-
};
|
|
1695
|
-
"3": {
|
|
1696
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
1697
|
-
highlighted_text: string;
|
|
1698
|
-
custom_metadata: {
|
|
1699
|
-
pdf_start_page_number: string;
|
|
1700
|
-
pdf_end_page_number: string;
|
|
1701
|
-
};
|
|
1702
|
-
};
|
|
1703
|
-
};
|
|
1704
|
-
"4": {
|
|
1705
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
2017
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1706
2018
|
highlighted_text: string;
|
|
1707
2019
|
custom_metadata: {
|
|
1708
2020
|
pdf_start_page_number: string;
|
|
@@ -1725,7 +2037,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1725
2037
|
};
|
|
1726
2038
|
};
|
|
1727
2039
|
};
|
|
1728
|
-
"
|
|
2040
|
+
"befe4c54-c3a0-4163-aa86-80de2226a34c": {
|
|
1729
2041
|
evaluation_result: {
|
|
1730
2042
|
"0": {
|
|
1731
2043
|
deviation_title: string;
|
|
@@ -1736,7 +2048,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1736
2048
|
decision_strength: number;
|
|
1737
2049
|
citations: {
|
|
1738
2050
|
"1": {
|
|
1739
|
-
"
|
|
2051
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1740
2052
|
highlighted_text: string;
|
|
1741
2053
|
custom_metadata: {
|
|
1742
2054
|
pdf_start_page_number: string;
|
|
@@ -1745,7 +2057,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1745
2057
|
};
|
|
1746
2058
|
};
|
|
1747
2059
|
"2": {
|
|
1748
|
-
"
|
|
2060
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1749
2061
|
highlighted_text: string;
|
|
1750
2062
|
custom_metadata: {
|
|
1751
2063
|
pdf_start_page_number: string;
|
|
@@ -1768,7 +2080,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1768
2080
|
};
|
|
1769
2081
|
};
|
|
1770
2082
|
};
|
|
1771
|
-
"
|
|
2083
|
+
"0b9e69b3-6660-478c-94e5-9082e6dad8f0": {
|
|
1772
2084
|
evaluation_result: {
|
|
1773
2085
|
"0": {
|
|
1774
2086
|
deviation_title: string;
|
|
@@ -1779,7 +2091,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1779
2091
|
decision_strength: number;
|
|
1780
2092
|
citations: {
|
|
1781
2093
|
"1": {
|
|
1782
|
-
"
|
|
2094
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1783
2095
|
highlighted_text: string;
|
|
1784
2096
|
custom_metadata: {
|
|
1785
2097
|
pdf_start_page_number: string;
|
|
@@ -1788,41 +2100,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1788
2100
|
};
|
|
1789
2101
|
};
|
|
1790
2102
|
"2": {
|
|
1791
|
-
"
|
|
1792
|
-
highlighted_text: string;
|
|
1793
|
-
custom_metadata: {
|
|
1794
|
-
pdf_start_page_number: string;
|
|
1795
|
-
pdf_end_page_number: string;
|
|
1796
|
-
};
|
|
1797
|
-
};
|
|
1798
|
-
};
|
|
1799
|
-
};
|
|
1800
|
-
};
|
|
1801
|
-
deviation_explanation: string[];
|
|
1802
|
-
deviation_impact: string;
|
|
1803
|
-
evaluation_outputs: {
|
|
1804
|
-
name: string;
|
|
1805
|
-
output_value: string;
|
|
1806
|
-
affected_party: string;
|
|
1807
|
-
metadata: {
|
|
1808
|
-
label_color: string;
|
|
1809
|
-
};
|
|
1810
|
-
};
|
|
1811
|
-
};
|
|
1812
|
-
};
|
|
1813
|
-
};
|
|
1814
|
-
"5b956189-3e10-4c4f-82fa-0105a9bdc76a": {
|
|
1815
|
-
evaluation_result: {
|
|
1816
|
-
"0": {
|
|
1817
|
-
deviation_title: string;
|
|
1818
|
-
deviation_summary: string;
|
|
1819
|
-
cognitive_decisioning: {
|
|
1820
|
-
decisioning_factors: string[];
|
|
1821
|
-
gaps_in_decision: string[];
|
|
1822
|
-
decision_strength: number;
|
|
1823
|
-
citations: {
|
|
1824
|
-
"1": {
|
|
1825
|
-
"2518956f-e97d-4125-81b1-1af5b549eb05": {
|
|
2103
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1826
2104
|
highlighted_text: string;
|
|
1827
2105
|
custom_metadata: {
|
|
1828
2106
|
pdf_start_page_number: string;
|
|
@@ -1830,8 +2108,8 @@ export declare const DEVIATION_DATA: {
|
|
|
1830
2108
|
};
|
|
1831
2109
|
};
|
|
1832
2110
|
};
|
|
1833
|
-
"
|
|
1834
|
-
"
|
|
2111
|
+
"3": {
|
|
2112
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1835
2113
|
highlighted_text: string;
|
|
1836
2114
|
custom_metadata: {
|
|
1837
2115
|
pdf_start_page_number: string;
|
|
@@ -1854,7 +2132,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1854
2132
|
};
|
|
1855
2133
|
};
|
|
1856
2134
|
};
|
|
1857
|
-
"
|
|
2135
|
+
"28e0f7f0-c2af-446a-a24f-4beac7cb59d7": {
|
|
1858
2136
|
evaluation_result: {
|
|
1859
2137
|
"0": {
|
|
1860
2138
|
deviation_title: string;
|
|
@@ -1865,7 +2143,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1865
2143
|
decision_strength: number;
|
|
1866
2144
|
citations: {
|
|
1867
2145
|
"1": {
|
|
1868
|
-
"
|
|
2146
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1869
2147
|
highlighted_text: string;
|
|
1870
2148
|
custom_metadata: {
|
|
1871
2149
|
pdf_start_page_number: string;
|
|
@@ -1874,7 +2152,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1874
2152
|
};
|
|
1875
2153
|
};
|
|
1876
2154
|
"2": {
|
|
1877
|
-
"
|
|
2155
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1878
2156
|
highlighted_text: string;
|
|
1879
2157
|
custom_metadata: {
|
|
1880
2158
|
pdf_start_page_number: string;
|
|
@@ -1897,7 +2175,7 @@ export declare const DEVIATION_DATA: {
|
|
|
1897
2175
|
};
|
|
1898
2176
|
};
|
|
1899
2177
|
};
|
|
1900
|
-
"
|
|
2178
|
+
"5723cd3a-7745-4689-a52e-3ef06417f1f4": {
|
|
1901
2179
|
evaluation_result: {
|
|
1902
2180
|
"0": {
|
|
1903
2181
|
deviation_title: string;
|
|
@@ -1907,8 +2185,8 @@ export declare const DEVIATION_DATA: {
|
|
|
1907
2185
|
gaps_in_decision: string[];
|
|
1908
2186
|
decision_strength: number;
|
|
1909
2187
|
citations: {
|
|
1910
|
-
"
|
|
1911
|
-
"
|
|
2188
|
+
"2": {
|
|
2189
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1912
2190
|
highlighted_text: string;
|
|
1913
2191
|
custom_metadata: {
|
|
1914
2192
|
pdf_start_page_number: string;
|
|
@@ -1916,8 +2194,8 @@ export declare const DEVIATION_DATA: {
|
|
|
1916
2194
|
};
|
|
1917
2195
|
};
|
|
1918
2196
|
};
|
|
1919
|
-
"
|
|
1920
|
-
"
|
|
2197
|
+
"3": {
|
|
2198
|
+
"e4ed0f3d-48e7-467a-a9bc-abc246851051": {
|
|
1921
2199
|
highlighted_text: string;
|
|
1922
2200
|
custom_metadata: {
|
|
1923
2201
|
pdf_start_page_number: string;
|
|
@@ -1942,60 +2220,305 @@ export declare const DEVIATION_DATA: {
|
|
|
1942
2220
|
};
|
|
1943
2221
|
};
|
|
1944
2222
|
export declare const GUIDLINES_DATA: {
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
2223
|
+
request_id: string;
|
|
2224
|
+
learnings_data: {
|
|
2225
|
+
L1: {
|
|
2226
|
+
variant_id: string;
|
|
2227
|
+
question_id: string;
|
|
2228
|
+
title: string;
|
|
2229
|
+
tier_id: string;
|
|
2230
|
+
description: string;
|
|
2231
|
+
instruction_prompt: string;
|
|
2232
|
+
when_to_apply: string;
|
|
2233
|
+
when_not_to_apply: string;
|
|
2234
|
+
variant_type: string;
|
|
2235
|
+
similarity_score: number;
|
|
2236
|
+
keyword_rank: number;
|
|
2237
|
+
variant_keyword_score: number;
|
|
2238
|
+
wta_keyword_score: number;
|
|
2239
|
+
wnta_keyword_score: number;
|
|
2240
|
+
document_count_score: number;
|
|
2241
|
+
wta_similarity_score: number;
|
|
2242
|
+
wnta_similarity_score: number;
|
|
2243
|
+
variant_similarity_score: number;
|
|
2244
|
+
context_score: number;
|
|
2245
|
+
is_user_accepted_risk: boolean;
|
|
2246
|
+
user_accepted_risk_at: string;
|
|
2247
|
+
has_accepted_risk: string;
|
|
2248
|
+
variant_priority_order: null;
|
|
2249
|
+
question_priority_order: number;
|
|
2250
|
+
learning_id: string;
|
|
2251
|
+
};
|
|
2252
|
+
L3: {
|
|
2253
|
+
variant_id: string;
|
|
2254
|
+
question_id: string;
|
|
2255
|
+
title: string;
|
|
2256
|
+
tier_id: string;
|
|
2257
|
+
description: string;
|
|
2258
|
+
instruction_prompt: string;
|
|
2259
|
+
when_to_apply: string;
|
|
2260
|
+
when_not_to_apply: string;
|
|
2261
|
+
variant_type: string;
|
|
2262
|
+
similarity_score: number;
|
|
2263
|
+
keyword_rank: number;
|
|
2264
|
+
variant_keyword_score: number;
|
|
2265
|
+
wta_keyword_score: number;
|
|
2266
|
+
wnta_keyword_score: number;
|
|
2267
|
+
document_count_score: number;
|
|
2268
|
+
wta_similarity_score: number;
|
|
2269
|
+
wnta_similarity_score: number;
|
|
2270
|
+
variant_similarity_score: number;
|
|
2271
|
+
context_score: number;
|
|
2272
|
+
is_user_accepted_risk: boolean;
|
|
2273
|
+
user_accepted_risk_at: string;
|
|
2274
|
+
has_accepted_risk: string;
|
|
2275
|
+
variant_priority_order: null;
|
|
2276
|
+
question_priority_order: number;
|
|
2277
|
+
learning_id: string;
|
|
2278
|
+
};
|
|
2279
|
+
L2: {
|
|
2280
|
+
variant_id: string;
|
|
2281
|
+
question_id: string;
|
|
2282
|
+
title: string;
|
|
2283
|
+
tier_id: string;
|
|
2284
|
+
description: string;
|
|
2285
|
+
instruction_prompt: string;
|
|
2286
|
+
when_to_apply: string;
|
|
2287
|
+
when_not_to_apply: string;
|
|
2288
|
+
variant_type: string;
|
|
2289
|
+
similarity_score: number;
|
|
2290
|
+
keyword_rank: number;
|
|
2291
|
+
variant_keyword_score: number;
|
|
2292
|
+
wta_keyword_score: number;
|
|
2293
|
+
wnta_keyword_score: number;
|
|
2294
|
+
document_count_score: number;
|
|
2295
|
+
wta_similarity_score: number;
|
|
2296
|
+
wnta_similarity_score: number;
|
|
2297
|
+
variant_similarity_score: number;
|
|
2298
|
+
context_score: number;
|
|
2299
|
+
is_user_accepted_risk: boolean;
|
|
2300
|
+
user_accepted_risk_at: string;
|
|
2301
|
+
has_accepted_risk: string;
|
|
2302
|
+
variant_priority_order: null;
|
|
2303
|
+
question_priority_order: number;
|
|
2304
|
+
learning_id: string;
|
|
2305
|
+
};
|
|
2306
|
+
L4: {
|
|
2307
|
+
variant_id: string;
|
|
2308
|
+
question_id: string;
|
|
2309
|
+
title: string;
|
|
2310
|
+
tier_id: string;
|
|
2311
|
+
description: string;
|
|
2312
|
+
instruction_prompt: string;
|
|
2313
|
+
when_to_apply: string;
|
|
2314
|
+
when_not_to_apply: string;
|
|
2315
|
+
variant_type: string;
|
|
2316
|
+
similarity_score: number;
|
|
2317
|
+
keyword_rank: number;
|
|
2318
|
+
variant_keyword_score: number;
|
|
2319
|
+
wta_keyword_score: number;
|
|
2320
|
+
wnta_keyword_score: number;
|
|
2321
|
+
document_count_score: number;
|
|
2322
|
+
wta_similarity_score: number;
|
|
2323
|
+
wnta_similarity_score: number;
|
|
2324
|
+
variant_similarity_score: number;
|
|
2325
|
+
context_score: number;
|
|
2326
|
+
is_user_accepted_risk: boolean;
|
|
2327
|
+
user_accepted_risk_at: string;
|
|
2328
|
+
has_accepted_risk: string;
|
|
2329
|
+
variant_priority_order: null;
|
|
2330
|
+
question_priority_order: number;
|
|
2331
|
+
learning_id: string;
|
|
2332
|
+
};
|
|
2333
|
+
L5: {
|
|
2334
|
+
variant_id: string;
|
|
2335
|
+
question_id: string;
|
|
2336
|
+
title: string;
|
|
2337
|
+
tier_id: string;
|
|
2338
|
+
description: string;
|
|
2339
|
+
instruction_prompt: string;
|
|
2340
|
+
when_to_apply: string;
|
|
2341
|
+
when_not_to_apply: string;
|
|
2342
|
+
variant_type: string;
|
|
2343
|
+
similarity_score: number;
|
|
2344
|
+
keyword_rank: number;
|
|
2345
|
+
variant_keyword_score: number;
|
|
2346
|
+
wta_keyword_score: number;
|
|
2347
|
+
wnta_keyword_score: number;
|
|
2348
|
+
document_count_score: number;
|
|
2349
|
+
wta_similarity_score: number;
|
|
2350
|
+
wnta_similarity_score: number;
|
|
2351
|
+
variant_similarity_score: number;
|
|
2352
|
+
context_score: number;
|
|
2353
|
+
is_user_accepted_risk: boolean;
|
|
2354
|
+
user_accepted_risk_at: string;
|
|
2355
|
+
has_accepted_risk: string;
|
|
2356
|
+
variant_priority_order: null;
|
|
2357
|
+
question_priority_order: number;
|
|
2358
|
+
learning_id: string;
|
|
2359
|
+
};
|
|
2360
|
+
L6: {
|
|
2361
|
+
variant_id: string;
|
|
2362
|
+
question_id: string;
|
|
2363
|
+
title: string;
|
|
2364
|
+
tier_id: string;
|
|
2365
|
+
description: string;
|
|
2366
|
+
instruction_prompt: string;
|
|
2367
|
+
when_to_apply: string;
|
|
2368
|
+
when_not_to_apply: string;
|
|
2369
|
+
variant_type: string;
|
|
2370
|
+
similarity_score: number;
|
|
2371
|
+
keyword_rank: number;
|
|
2372
|
+
variant_keyword_score: number;
|
|
2373
|
+
wta_keyword_score: number;
|
|
2374
|
+
wnta_keyword_score: number;
|
|
2375
|
+
document_count_score: number;
|
|
2376
|
+
wta_similarity_score: number;
|
|
2377
|
+
wnta_similarity_score: number;
|
|
2378
|
+
variant_similarity_score: number;
|
|
2379
|
+
context_score: number;
|
|
2380
|
+
is_user_accepted_risk: boolean;
|
|
2381
|
+
user_accepted_risk_at: string;
|
|
2382
|
+
has_accepted_risk: string;
|
|
2383
|
+
variant_priority_order: null;
|
|
2384
|
+
question_priority_order: number;
|
|
2385
|
+
learning_id: string;
|
|
2386
|
+
};
|
|
2387
|
+
L7: {
|
|
2388
|
+
variant_id: string;
|
|
2389
|
+
question_id: string;
|
|
2390
|
+
title: string;
|
|
2391
|
+
tier_id: string;
|
|
2392
|
+
description: string;
|
|
2393
|
+
instruction_prompt: string;
|
|
2394
|
+
when_to_apply: string;
|
|
2395
|
+
when_not_to_apply: string;
|
|
2396
|
+
variant_type: string;
|
|
2397
|
+
similarity_score: number;
|
|
2398
|
+
keyword_rank: number;
|
|
2399
|
+
variant_keyword_score: number;
|
|
2400
|
+
wta_keyword_score: number;
|
|
2401
|
+
wnta_keyword_score: number;
|
|
2402
|
+
document_count_score: number;
|
|
2403
|
+
wta_similarity_score: number;
|
|
2404
|
+
wnta_similarity_score: number;
|
|
2405
|
+
variant_similarity_score: number;
|
|
2406
|
+
context_score: number;
|
|
2407
|
+
is_user_accepted_risk: boolean;
|
|
2408
|
+
user_accepted_risk_at: string;
|
|
2409
|
+
has_accepted_risk: string;
|
|
2410
|
+
variant_priority_order: null;
|
|
2411
|
+
question_priority_order: number;
|
|
2412
|
+
learning_id: string;
|
|
2413
|
+
};
|
|
2414
|
+
L8: {
|
|
2415
|
+
variant_id: string;
|
|
2416
|
+
question_id: string;
|
|
2417
|
+
title: string;
|
|
2418
|
+
tier_id: string;
|
|
2419
|
+
description: string;
|
|
2420
|
+
instruction_prompt: string;
|
|
2421
|
+
when_to_apply: string;
|
|
2422
|
+
when_not_to_apply: string;
|
|
2423
|
+
variant_type: string;
|
|
2424
|
+
similarity_score: number;
|
|
2425
|
+
keyword_rank: number;
|
|
2426
|
+
variant_keyword_score: number;
|
|
2427
|
+
wta_keyword_score: number;
|
|
2428
|
+
wnta_keyword_score: number;
|
|
2429
|
+
document_count_score: number;
|
|
2430
|
+
wta_similarity_score: number;
|
|
2431
|
+
wnta_similarity_score: number;
|
|
2432
|
+
variant_similarity_score: number;
|
|
2433
|
+
context_score: number;
|
|
2434
|
+
is_user_accepted_risk: boolean;
|
|
2435
|
+
user_accepted_risk_at: string;
|
|
2436
|
+
has_accepted_risk: string;
|
|
2437
|
+
variant_priority_order: null;
|
|
2438
|
+
question_priority_order: number;
|
|
2439
|
+
learning_id: string;
|
|
2440
|
+
};
|
|
2441
|
+
L9: {
|
|
2442
|
+
variant_id: string;
|
|
2443
|
+
question_id: string;
|
|
2444
|
+
title: string;
|
|
2445
|
+
tier_id: string;
|
|
2446
|
+
description: string;
|
|
2447
|
+
instruction_prompt: string;
|
|
2448
|
+
when_to_apply: string;
|
|
2449
|
+
when_not_to_apply: string;
|
|
2450
|
+
variant_type: string;
|
|
2451
|
+
similarity_score: number;
|
|
2452
|
+
keyword_rank: number;
|
|
2453
|
+
variant_keyword_score: number;
|
|
2454
|
+
wta_keyword_score: number;
|
|
2455
|
+
wnta_keyword_score: number;
|
|
2456
|
+
document_count_score: number;
|
|
2457
|
+
wta_similarity_score: number;
|
|
2458
|
+
wnta_similarity_score: number;
|
|
2459
|
+
variant_similarity_score: number;
|
|
2460
|
+
context_score: number;
|
|
2461
|
+
is_user_accepted_risk: boolean;
|
|
2462
|
+
user_accepted_risk_at: string;
|
|
2463
|
+
has_accepted_risk: string;
|
|
2464
|
+
variant_priority_order: null;
|
|
2465
|
+
question_priority_order: number;
|
|
2466
|
+
learning_id: string;
|
|
2467
|
+
};
|
|
2468
|
+
L10: {
|
|
2469
|
+
variant_id: string;
|
|
2470
|
+
question_id: string;
|
|
2471
|
+
title: string;
|
|
2472
|
+
tier_id: string;
|
|
2473
|
+
description: string;
|
|
2474
|
+
instruction_prompt: string;
|
|
2475
|
+
when_to_apply: string;
|
|
2476
|
+
when_not_to_apply: string;
|
|
2477
|
+
variant_type: string;
|
|
2478
|
+
similarity_score: number;
|
|
2479
|
+
keyword_rank: number;
|
|
2480
|
+
variant_keyword_score: number;
|
|
2481
|
+
wta_keyword_score: number;
|
|
2482
|
+
wnta_keyword_score: number;
|
|
2483
|
+
document_count_score: number;
|
|
2484
|
+
wta_similarity_score: number;
|
|
2485
|
+
wnta_similarity_score: number;
|
|
2486
|
+
variant_similarity_score: number;
|
|
2487
|
+
context_score: number;
|
|
2488
|
+
is_user_accepted_risk: boolean;
|
|
2489
|
+
user_accepted_risk_at: string;
|
|
2490
|
+
has_accepted_risk: string;
|
|
2491
|
+
variant_priority_order: null;
|
|
2492
|
+
question_priority_order: number;
|
|
2493
|
+
learning_id: string;
|
|
2494
|
+
};
|
|
2495
|
+
L11: {
|
|
2496
|
+
variant_id: string;
|
|
2497
|
+
question_id: string;
|
|
2498
|
+
title: string;
|
|
2499
|
+
tier_id: string;
|
|
2500
|
+
description: string;
|
|
2501
|
+
instruction_prompt: string;
|
|
2502
|
+
when_to_apply: string;
|
|
2503
|
+
when_not_to_apply: string;
|
|
2504
|
+
variant_type: string;
|
|
2505
|
+
similarity_score: number;
|
|
2506
|
+
keyword_rank: number;
|
|
2507
|
+
variant_keyword_score: number;
|
|
2508
|
+
wta_keyword_score: number;
|
|
2509
|
+
wnta_keyword_score: number;
|
|
2510
|
+
document_count_score: number;
|
|
2511
|
+
wta_similarity_score: number;
|
|
2512
|
+
wnta_similarity_score: number;
|
|
2513
|
+
variant_similarity_score: number;
|
|
2514
|
+
context_score: number;
|
|
2515
|
+
is_user_accepted_risk: boolean;
|
|
2516
|
+
user_accepted_risk_at: string;
|
|
2517
|
+
has_accepted_risk: string;
|
|
2518
|
+
variant_priority_order: null;
|
|
2519
|
+
question_priority_order: number;
|
|
2520
|
+
learning_id: string;
|
|
1983
2521
|
};
|
|
1984
|
-
dataSources_files: {};
|
|
1985
|
-
modeName: string;
|
|
1986
|
-
modeId: null;
|
|
1987
|
-
artifactSubTitle: string;
|
|
1988
|
-
isLoading: boolean;
|
|
1989
|
-
widgetName: string;
|
|
1990
|
-
userEmail: string;
|
|
1991
|
-
optionalData: {};
|
|
1992
|
-
created_at: string;
|
|
1993
|
-
updated_at: string;
|
|
1994
|
-
};
|
|
1995
|
-
counter: {
|
|
1996
|
-
ai_reasoning_id_counter: number;
|
|
1997
|
-
pdf_citation_id_counter: number;
|
|
1998
|
-
section_number: number;
|
|
1999
2522
|
};
|
|
2000
2523
|
};
|
|
2001
2524
|
//# sourceMappingURL=guidelines.mockData.d.ts.map
|