@e-llm-studio/citation 0.0.229 → 0.0.230

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.
Files changed (87) hide show
  1. package/dist/cjs/features/CognitiveCompare/CitationAnchor.js +1 -1
  2. package/dist/cjs/features/CognitiveCompare/CitationRenderer.js +1 -1
  3. package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js +1 -1
  4. package/dist/cjs/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
  5. package/dist/cjs/features/CognitiveCompare/CognitivePopup.js +1 -1
  6. package/dist/cjs/features/CognitiveCompare/Guidelines/components/GuidelinePanel.js +2 -0
  7. package/dist/cjs/features/CognitiveCompare/Guidelines/components/GuidelinePanel.js.map +1 -0
  8. package/dist/cjs/features/CognitiveCompare/Guidelines/components/WebGptPanel.js +2 -0
  9. package/dist/cjs/features/CognitiveCompare/Guidelines/components/WebGptPanel.js.map +1 -0
  10. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/helper.js +2 -0
  11. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/helper.js.map +1 -0
  12. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.js +2 -0
  13. package/dist/cjs/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.js.map +1 -0
  14. package/dist/cjs/features/CognitiveCompare/MoreFunctionsPopup.js +1 -1
  15. package/dist/cjs/features/CognitiveCompare/components/RHSSectionRow.js +1 -1
  16. package/dist/cjs/features/CognitiveCompare/components/SectionAccordion.js +1 -1
  17. package/dist/cjs/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
  18. package/dist/cjs/features/CognitiveCompare/components/SvgConnectors.js +1 -1
  19. package/dist/cjs/features/CognitiveCompare/components/connectedLines.js +1 -1
  20. package/dist/cjs/features/CognitiveCompare/hooks/useCompareData.js +1 -1
  21. package/dist/cjs/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
  22. package/dist/cjs/features/CognitiveCompare/hooks/useSideBySide.js +1 -1
  23. package/dist/cjs/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js +1 -1
  24. package/dist/features/CognitiveCompare/CitationAnchor.js +1 -1
  25. package/dist/features/CognitiveCompare/CitationRenderer.js +1 -1
  26. package/dist/features/CognitiveCompare/CognitiveCompare.js +1 -1
  27. package/dist/features/CognitiveCompare/CognitiveComparehelpers.js +1 -1
  28. package/dist/features/CognitiveCompare/CognitivePopup.js +1 -1
  29. package/dist/features/CognitiveCompare/Guidelines/components/GuidelinePanel.js +2 -0
  30. package/dist/features/CognitiveCompare/Guidelines/components/GuidelinePanel.js.map +1 -0
  31. package/dist/features/CognitiveCompare/Guidelines/components/WebGptPanel.js +2 -0
  32. package/dist/features/CognitiveCompare/Guidelines/components/WebGptPanel.js.map +1 -0
  33. package/dist/features/CognitiveCompare/Guidelines/utils/helper.js +2 -0
  34. package/dist/features/CognitiveCompare/Guidelines/utils/helper.js.map +1 -0
  35. package/dist/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.js +2 -0
  36. package/dist/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.js.map +1 -0
  37. package/dist/features/CognitiveCompare/MoreFunctionsPopup.js +1 -1
  38. package/dist/features/CognitiveCompare/components/RHSSectionRow.js +1 -1
  39. package/dist/features/CognitiveCompare/components/SectionAccordion.js +1 -1
  40. package/dist/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
  41. package/dist/features/CognitiveCompare/components/SvgConnectors.js +1 -1
  42. package/dist/features/CognitiveCompare/components/connectedLines.js +1 -1
  43. package/dist/features/CognitiveCompare/hooks/useCompareData.js +1 -1
  44. package/dist/features/CognitiveCompare/hooks/useLinesCalculator.js +1 -1
  45. package/dist/features/CognitiveCompare/hooks/useSideBySide.js +1 -1
  46. package/dist/features/CognitiveInternalgptReasoning/CognitiveNonWebSearchReasoning.module.css.js +1 -1
  47. package/dist/types/src/CognitiveCompareTest.d.ts.map +1 -1
  48. package/dist/types/src/features/CognitiveCompare/CitationAnchor.d.ts +3 -0
  49. package/dist/types/src/features/CognitiveCompare/CitationAnchor.d.ts.map +1 -1
  50. package/dist/types/src/features/CognitiveCompare/CitationRenderer.d.ts +3 -1
  51. package/dist/types/src/features/CognitiveCompare/CitationRenderer.d.ts.map +1 -1
  52. package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts +1 -1
  53. package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts.map +1 -1
  54. package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts +19 -0
  55. package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts.map +1 -1
  56. package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts +21 -3
  57. package/dist/types/src/features/CognitiveCompare/CognitiveComparehelpers.d.ts.map +1 -1
  58. package/dist/types/src/features/CognitiveCompare/CognitivePopup.d.ts.map +1 -1
  59. package/dist/types/src/features/CognitiveCompare/CompareContext.d.ts +5 -1
  60. package/dist/types/src/features/CognitiveCompare/CompareContext.d.ts.map +1 -1
  61. package/dist/types/src/features/CognitiveCompare/Guidelines/components/GuidelinePanel.d.ts +3 -0
  62. package/dist/types/src/features/CognitiveCompare/Guidelines/components/GuidelinePanel.d.ts.map +1 -0
  63. package/dist/types/src/features/CognitiveCompare/Guidelines/components/WebGptPanel.d.ts +8 -0
  64. package/dist/types/src/features/CognitiveCompare/Guidelines/components/WebGptPanel.d.ts.map +1 -0
  65. package/dist/types/src/features/CognitiveCompare/Guidelines/constants/guidelines.mockData.d.ts +2001 -0
  66. package/dist/types/src/features/CognitiveCompare/Guidelines/constants/guidelines.mockData.d.ts.map +1 -0
  67. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/helper.d.ts +11 -0
  68. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/helper.d.ts.map +1 -0
  69. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.d.ts +6 -0
  70. package/dist/types/src/features/CognitiveCompare/Guidelines/utils/processGuidelinesMarkdown.d.ts.map +1 -0
  71. package/dist/types/src/features/CognitiveCompare/MoreFunctionsPopup.d.ts +2 -0
  72. package/dist/types/src/features/CognitiveCompare/MoreFunctionsPopup.d.ts.map +1 -1
  73. package/dist/types/src/features/CognitiveCompare/components/RHSSectionRow.d.ts.map +1 -1
  74. package/dist/types/src/features/CognitiveCompare/components/SectionAccordion.d.ts.map +1 -1
  75. package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts +1 -0
  76. package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts.map +1 -1
  77. package/dist/types/src/features/CognitiveCompare/components/SvgConnectors.d.ts +2 -1
  78. package/dist/types/src/features/CognitiveCompare/components/SvgConnectors.d.ts.map +1 -1
  79. package/dist/types/src/features/CognitiveCompare/components/connectedLines.d.ts +1 -0
  80. package/dist/types/src/features/CognitiveCompare/components/connectedLines.d.ts.map +1 -1
  81. package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts +2 -1
  82. package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts.map +1 -1
  83. package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts +1 -1
  84. package/dist/types/src/features/CognitiveCompare/hooks/useLinesCalculator.d.ts.map +1 -1
  85. package/dist/types/src/features/CognitiveCompare/hooks/useSideBySide.d.ts +1 -1
  86. package/dist/types/src/features/CognitiveCompare/hooks/useSideBySide.d.ts.map +1 -1
  87. package/package.json +2 -2
@@ -0,0 +1,2001 @@
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
+ nodes: {
126
+ "798ecea0-6551-4f9c-9045-2affcc020563": {
127
+ comparison_inputs: {
128
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
129
+ };
130
+ display_node: boolean;
131
+ skip_node: boolean;
132
+ comparison_config: {
133
+ type: string;
134
+ mode: string;
135
+ criterion_set_id: string;
136
+ execution_mode: string;
137
+ };
138
+ next: null;
139
+ };
140
+ "6b2d3d0a-46eb-47ef-8d0c-a0f85a999bbe": {
141
+ comparison_inputs: {
142
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
143
+ };
144
+ display_node: boolean;
145
+ skip_node: boolean;
146
+ comparison_config: {
147
+ type: string;
148
+ mode: string;
149
+ criterion_set_id: string;
150
+ execution_mode: string;
151
+ };
152
+ next: {
153
+ "0": string;
154
+ };
155
+ };
156
+ "68fcc41a-df8f-412f-8c81-9d0ef0b6bc52": {
157
+ comparison_inputs: {
158
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
159
+ };
160
+ display_node: boolean;
161
+ skip_node: boolean;
162
+ comparison_config: {
163
+ type: string;
164
+ mode: string;
165
+ criterion_set_id: string;
166
+ execution_mode: string;
167
+ };
168
+ next: null;
169
+ };
170
+ "90bf0016-ca2e-4eb2-b31a-6f39d42a46f5": {
171
+ comparison_inputs: {
172
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
173
+ };
174
+ display_node: boolean;
175
+ skip_node: boolean;
176
+ comparison_config: {
177
+ type: string;
178
+ mode: string;
179
+ criterion_set_id: string;
180
+ execution_mode: string;
181
+ };
182
+ next: {
183
+ "0": string;
184
+ };
185
+ };
186
+ "6fa7f517-d630-4622-a2cf-d51d354ed5fb": {
187
+ comparison_inputs: {
188
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
189
+ };
190
+ display_node: boolean;
191
+ skip_node: boolean;
192
+ comparison_config: {
193
+ type: string;
194
+ mode: string;
195
+ criterion_set_id: string;
196
+ execution_mode: string;
197
+ };
198
+ next: null;
199
+ };
200
+ "cff1b372-759b-4232-9118-83f0fcf33bdf": {
201
+ comparison_inputs: {
202
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
203
+ };
204
+ display_node: boolean;
205
+ skip_node: boolean;
206
+ comparison_config: {
207
+ type: string;
208
+ mode: string;
209
+ criterion_set_id: string;
210
+ execution_mode: string;
211
+ };
212
+ next: null;
213
+ };
214
+ "3f131f06-aaec-4dcd-93c6-e73a5a9d6947": {
215
+ comparison_inputs: {
216
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
217
+ };
218
+ display_node: boolean;
219
+ skip_node: boolean;
220
+ comparison_config: {
221
+ type: string;
222
+ mode: string;
223
+ criterion_set_id: string;
224
+ execution_mode: string;
225
+ };
226
+ next: null;
227
+ };
228
+ "c7169e75-9881-4ed9-ab85-2ba3ab18f460": {
229
+ comparison_inputs: {
230
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
231
+ };
232
+ display_node: boolean;
233
+ skip_node: boolean;
234
+ comparison_config: {
235
+ type: string;
236
+ mode: string;
237
+ criterion_set_id: string;
238
+ execution_mode: string;
239
+ };
240
+ next: null;
241
+ };
242
+ "6b5760fc-3721-4d4e-8739-8d01523eebeb": {
243
+ comparison_inputs: {
244
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
245
+ };
246
+ display_node: boolean;
247
+ skip_node: boolean;
248
+ comparison_config: {
249
+ type: string;
250
+ mode: string;
251
+ criterion_set_id: string;
252
+ execution_mode: string;
253
+ };
254
+ next: {
255
+ "0": string;
256
+ "1": string;
257
+ "2": string;
258
+ "3": string;
259
+ };
260
+ };
261
+ "13d1e2e8-213b-42d9-b794-479cf6d534e2": {
262
+ comparison_inputs: {
263
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
264
+ };
265
+ display_node: boolean;
266
+ 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
+ display_node: boolean;
280
+ skip_node: boolean;
281
+ comparison_config: {
282
+ type: string;
283
+ mode: string;
284
+ criterion_set_id: string;
285
+ execution_mode: string;
286
+ };
287
+ next: {
288
+ "0": string;
289
+ };
290
+ };
291
+ "214364de-5ae7-44a9-8fd4-bb30e712459e": {
292
+ comparison_inputs: {
293
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
294
+ };
295
+ display_node: boolean;
296
+ skip_node: boolean;
297
+ comparison_config: {
298
+ type: string;
299
+ mode: string;
300
+ criterion_set_id: string;
301
+ execution_mode: string;
302
+ };
303
+ next: null;
304
+ };
305
+ "a7890872-13bb-49c7-87a4-34898526a023": {
306
+ comparison_inputs: {
307
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
308
+ };
309
+ display_node: boolean;
310
+ skip_node: boolean;
311
+ comparison_config: {
312
+ type: string;
313
+ mode: string;
314
+ criterion_set_id: string;
315
+ execution_mode: string;
316
+ };
317
+ next: null;
318
+ };
319
+ "202f5650-3a1d-4f95-a86e-3144a98d2acd": {
320
+ comparison_inputs: {
321
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
322
+ };
323
+ display_node: boolean;
324
+ skip_node: boolean;
325
+ comparison_config: {
326
+ type: string;
327
+ mode: string;
328
+ criterion_set_id: string;
329
+ execution_mode: string;
330
+ };
331
+ next: null;
332
+ };
333
+ "d1191a3e-7596-49e3-9c68-be5dae6d93f8": {
334
+ comparison_inputs: {
335
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
336
+ };
337
+ display_node: boolean;
338
+ skip_node: boolean;
339
+ comparison_config: {
340
+ type: string;
341
+ mode: string;
342
+ criterion_set_id: string;
343
+ execution_mode: string;
344
+ };
345
+ next: {
346
+ "0": string;
347
+ "1": string;
348
+ "2": string;
349
+ };
350
+ };
351
+ "65226f4e-d00d-4c7f-a2e8-d35b14093e0b": {
352
+ comparison_inputs: {
353
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
354
+ };
355
+ display_node: boolean;
356
+ skip_node: boolean;
357
+ comparison_config: {
358
+ type: string;
359
+ mode: string;
360
+ criterion_set_id: string;
361
+ execution_mode: string;
362
+ };
363
+ next: null;
364
+ };
365
+ "7a8bfab8-b953-443b-b6f1-0d43e8137eb6": {
366
+ comparison_inputs: {
367
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
368
+ };
369
+ display_node: boolean;
370
+ skip_node: boolean;
371
+ comparison_config: {
372
+ type: string;
373
+ mode: string;
374
+ criterion_set_id: string;
375
+ execution_mode: string;
376
+ };
377
+ next: null;
378
+ };
379
+ "5b956189-3e10-4c4f-82fa-0105a9bdc76a": {
380
+ comparison_inputs: {
381
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
382
+ };
383
+ display_node: boolean;
384
+ skip_node: boolean;
385
+ comparison_config: {
386
+ type: string;
387
+ mode: string;
388
+ criterion_set_id: string;
389
+ execution_mode: string;
390
+ };
391
+ next: {
392
+ "0": string;
393
+ "1": string;
394
+ };
395
+ };
396
+ "67a81304-0208-4f86-8b4d-9e744c899b76": {
397
+ comparison_inputs: {
398
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
399
+ };
400
+ display_node: boolean;
401
+ skip_node: boolean;
402
+ comparison_config: {
403
+ type: string;
404
+ mode: string;
405
+ criterion_set_id: string;
406
+ execution_mode: string;
407
+ };
408
+ next: null;
409
+ };
410
+ "2a50cc9c-420a-43fe-a5f4-c855c5617f6b": {
411
+ comparison_inputs: {
412
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
413
+ };
414
+ display_node: boolean;
415
+ skip_node: boolean;
416
+ comparison_config: {
417
+ type: string;
418
+ mode: string;
419
+ criterion_set_id: string;
420
+ execution_mode: string;
421
+ };
422
+ next: null;
423
+ };
424
+ "a7471a83-fe85-47fe-9d46-b3f43d55f611": {
425
+ comparison_inputs: {
426
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string;
427
+ };
428
+ display_node: boolean;
429
+ skip_node: boolean;
430
+ comparison_config: {
431
+ type: string;
432
+ mode: string;
433
+ criterion_set_id: string;
434
+ execution_mode: string;
435
+ };
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
+ comparison_inputs: {
445
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
446
+ title: string;
447
+ additional_attributes: null;
448
+ };
449
+ };
450
+ display_node: boolean;
451
+ skip_node: boolean;
452
+ comparison_config: {
453
+ type: string;
454
+ mode: string;
455
+ criterion_set_id: string;
456
+ execution_mode: string;
457
+ };
458
+ next: {
459
+ "0": string;
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;
493
+ };
494
+ };
495
+ "c261bc3f-9f13-44e1-963d-b3638eaded84": {
496
+ title: string;
497
+ content: string;
498
+ change_history: string;
499
+ additional_attributes: {
500
+ display_index: number;
501
+ display_title: boolean;
502
+ display_content: boolean;
503
+ pdf_start_page_number: string;
504
+ pdf_end_page_number: string;
505
+ };
506
+ };
507
+ "020deae0-a529-4611-9571-5e66246861d9": {
508
+ title: string;
509
+ content: string;
510
+ change_history: string;
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;
518
+ };
519
+ };
520
+ "b59ea529-14c2-4965-87a8-11a346e9c15c": {
521
+ title: string;
522
+ content: string;
523
+ change_history: string;
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;
530
+ };
531
+ };
532
+ "fad8b630-816a-4902-bc2c-6f95ad4c6e43": {
533
+ title: string;
534
+ content: string;
535
+ change_history: string;
536
+ 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
+ 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
+ display_index: number;
551
+ display_title: boolean;
552
+ display_content: boolean;
553
+ pdf_start_page_number: string;
554
+ 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
+ pdf_start_page_number: string;
567
+ pdf_end_page_number: string;
568
+ entity_id: string;
569
+ };
570
+ };
571
+ "82384ed0-4627-4cf3-85d6-99944f76a8c1": {
572
+ title: string;
573
+ content: string;
574
+ change_history: string;
575
+ additional_attributes: {
576
+ display_index: number;
577
+ display_title: boolean;
578
+ display_content: boolean;
579
+ pdf_start_page_number: string;
580
+ pdf_end_page_number: string;
581
+ entity_id: string;
582
+ };
583
+ };
584
+ "cb792ff6-ce6f-45ae-8ada-1473d61dd6dc": {
585
+ title: string;
586
+ content: string;
587
+ change_history: string;
588
+ additional_attributes: {
589
+ display_index: number;
590
+ display_title: boolean;
591
+ display_content: boolean;
592
+ pdf_start_page_number: string;
593
+ pdf_end_page_number: string;
594
+ };
595
+ };
596
+ "1ce6956c-dae7-451d-8309-85bf09e84001": {
597
+ title: string;
598
+ content: string;
599
+ change_history: string;
600
+ additional_attributes: {
601
+ display_index: number;
602
+ display_title: boolean;
603
+ display_content: boolean;
604
+ pdf_start_page_number: string;
605
+ pdf_end_page_number: string;
606
+ entity_id: string;
607
+ };
608
+ };
609
+ "90904dbf-0afc-4a2d-80f1-813b998205fa": {
610
+ title: string;
611
+ content: string;
612
+ change_history: string;
613
+ additional_attributes: {
614
+ display_index: number;
615
+ display_title: boolean;
616
+ display_content: boolean;
617
+ pdf_start_page_number: string;
618
+ pdf_end_page_number: string;
619
+ };
620
+ };
621
+ "d48e061d-344d-4f4c-89dd-b2ec56f09f60": {
622
+ title: string;
623
+ content: string;
624
+ change_history: string;
625
+ additional_attributes: {
626
+ display_index: number;
627
+ display_title: boolean;
628
+ display_content: boolean;
629
+ pdf_start_page_number: string;
630
+ pdf_end_page_number: string;
631
+ entity_id: string;
632
+ };
633
+ };
634
+ "90333c8c-717d-4e42-ac89-48c29efff9b7": {
635
+ title: string;
636
+ content: string;
637
+ change_history: string;
638
+ additional_attributes: {
639
+ display_index: number;
640
+ display_title: boolean;
641
+ display_content: boolean;
642
+ pdf_start_page_number: string;
643
+ pdf_end_page_number: string;
644
+ entity_id: string;
645
+ };
646
+ };
647
+ "ee887a2f-5a3f-45e2-99c0-cd31aa86e385": {
648
+ title: string;
649
+ content: string;
650
+ change_history: string;
651
+ additional_attributes: {
652
+ display_index: number;
653
+ display_title: boolean;
654
+ display_content: boolean;
655
+ pdf_start_page_number: string;
656
+ pdf_end_page_number: string;
657
+ entity_id: string;
658
+ };
659
+ };
660
+ "fcf08fc7-4db2-4bb5-9638-b20f89973fb5": {
661
+ title: string;
662
+ content: string;
663
+ change_history: string;
664
+ additional_attributes: {
665
+ display_index: number;
666
+ display_title: boolean;
667
+ display_content: boolean;
668
+ pdf_start_page_number: string;
669
+ pdf_end_page_number: string;
670
+ };
671
+ };
672
+ "8e02921b-5d43-4883-9800-dfbaa68f8850": {
673
+ title: string;
674
+ content: string;
675
+ change_history: string;
676
+ additional_attributes: {
677
+ display_index: number;
678
+ display_title: boolean;
679
+ display_content: boolean;
680
+ pdf_start_page_number: string;
681
+ pdf_end_page_number: string;
682
+ entity_id: string;
683
+ };
684
+ };
685
+ "44a6a4c9-3336-4369-bae1-8fbd443ecf9d": {
686
+ title: string;
687
+ content: string;
688
+ change_history: string;
689
+ additional_attributes: {
690
+ display_index: number;
691
+ display_title: boolean;
692
+ display_content: boolean;
693
+ pdf_start_page_number: string;
694
+ pdf_end_page_number: string;
695
+ entity_id: string;
696
+ };
697
+ };
698
+ "04976ad3-63bc-4222-ae89-5312736844b3": {
699
+ title: string;
700
+ content: string;
701
+ change_history: string;
702
+ additional_attributes: {
703
+ display_index: number;
704
+ display_title: boolean;
705
+ display_content: boolean;
706
+ pdf_start_page_number: string;
707
+ pdf_end_page_number: string;
708
+ };
709
+ };
710
+ "9552a9a4-9354-40f4-8765-47f7fe22e51d": {
711
+ title: string;
712
+ content: string;
713
+ change_history: string;
714
+ additional_attributes: {
715
+ display_index: number;
716
+ display_title: boolean;
717
+ display_content: boolean;
718
+ pdf_start_page_number: string;
719
+ pdf_end_page_number: string;
720
+ entity_id: string;
721
+ };
722
+ };
723
+ "e3efc595-1f6d-4698-bed7-614304ad842a": {
724
+ title: string;
725
+ content: string;
726
+ change_history: string;
727
+ additional_attributes: {
728
+ display_index: number;
729
+ display_title: boolean;
730
+ display_content: boolean;
731
+ pdf_start_page_number: string;
732
+ pdf_end_page_number: string;
733
+ entity_id: string;
734
+ };
735
+ };
736
+ };
737
+ };
738
+ export declare const DEVIATION_DATA: {
739
+ "c7169e75-9881-4ed9-ab85-2ba3ab18f460": {
740
+ evaluation_result: {
741
+ "0": {
742
+ deviation_highlights: {
743
+ "2518956f-e97d-4125-81b1-1af5b549eb05": string[];
744
+ rulebook_guidelines: string[];
745
+ };
746
+ deviation_title: string;
747
+ deviation_impact: string;
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
+ };
757
+ metadata: {
758
+ label_color: string;
759
+ compare_category_id: string;
760
+ };
761
+ };
762
+ cognitive_decisioning: {
763
+ decisioning_factors: string[];
764
+ gaps_in_decision: string[];
765
+ decision_strength: number;
766
+ citations: {
767
+ "1": {
768
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
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
+ };
785
+ };
786
+ };
787
+ };
788
+ };
789
+ };
790
+ "13d1e2e8-213b-42d9-b794-479cf6d534e2": {
791
+ evaluation_result: {
792
+ "0": {
793
+ deviation_highlights: {
794
+ "019f1e83-0ff7-7802-a6a6-39efd2cbf619": never[];
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
+ };
808
+ metadata: {
809
+ label_color: string;
810
+ };
811
+ };
812
+ cognitive_decisioning: {
813
+ decisioning_factors: string[];
814
+ gaps_in_decision: string[];
815
+ decision_strength: number;
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
+ };
837
+ };
838
+ };
839
+ };
840
+ "6fa7f517-d630-4622-a2cf-d51d354ed5fb": {
841
+ evaluation_result: {
842
+ "0": {
843
+ deviation_highlights: {
844
+ "c3c3c3c3-1111-2222-3333-444444444444": never[];
845
+ rulebook_guidelines: never[];
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;
857
+ };
858
+ metadata: {
859
+ label_color: string;
860
+ };
861
+ };
862
+ cognitive_decisioning: {
863
+ decisioning_factors: string[];
864
+ gaps_in_decision: string[];
865
+ decision_strength: number;
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
+ };
887
+ };
888
+ };
889
+ };
890
+ "68fcc41a-df8f-412f-8c81-9d0ef0b6bc52": {
891
+ evaluation_result: {
892
+ "0": {
893
+ deviation_highlights: {
894
+ "55960325-038a-4e16-9ca1-f04756915965": string[];
895
+ rulebook_guidelines: string[];
896
+ };
897
+ deviation_title: string;
898
+ deviation_impact: string;
899
+ deviation_summary: string;
900
+ deviation_explanation: string[];
901
+ evaluation_outputs: {
902
+ name: string;
903
+ output_value: string;
904
+ affected_party: string;
905
+ guideline_flag: {
906
+ rulebook_used: boolean;
907
+ };
908
+ metadata: {
909
+ label_color: string;
910
+ compare_category_id: string;
911
+ };
912
+ };
913
+ cognitive_decisioning: {
914
+ decisioning_factors: string[];
915
+ gaps_in_decision: string[];
916
+ decision_strength: number;
917
+ citations: {
918
+ "1": {
919
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
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": {
929
+ highlighted_text: string;
930
+ custom_metadata: {
931
+ pdf_start_page_number: string;
932
+ pdf_end_page_number: string;
933
+ };
934
+ };
935
+ };
936
+ };
937
+ };
938
+ };
939
+ };
940
+ };
941
+ "3f131f06-aaec-4dcd-93c6-e73a5a9d6947": {
942
+ evaluation_result: {
943
+ "0": {
944
+ deviation_highlights: {
945
+ "55960325-038a-4e16-9ca1-f04756915965": string[];
946
+ rulebook_guidelines: string[];
947
+ };
948
+ deviation_title: string;
949
+ deviation_impact: string;
950
+ deviation_summary: string;
951
+ deviation_explanation: string[];
952
+ evaluation_outputs: {
953
+ name: string;
954
+ output_value: string;
955
+ affected_party: string;
956
+ guideline_flag: {
957
+ rulebook_used: boolean;
958
+ };
959
+ metadata: {
960
+ label_color: string;
961
+ compare_category_id: string;
962
+ };
963
+ };
964
+ cognitive_decisioning: {
965
+ decisioning_factors: string[];
966
+ gaps_in_decision: string[];
967
+ decision_strength: number;
968
+ citations: {
969
+ "1": {
970
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
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": {
980
+ highlighted_text: string;
981
+ custom_metadata: {
982
+ pdf_start_page_number: string;
983
+ pdf_end_page_number: string;
984
+ };
985
+ };
986
+ };
987
+ };
988
+ };
989
+ };
990
+ };
991
+ };
992
+ "cff1b372-759b-4232-9118-83f0fcf33bdf": {
993
+ evaluation_result: {
994
+ "0": {
995
+ deviation_highlights: {
996
+ "cff1b372-759b-4232-9118-83f0fcf33bdf": string[];
997
+ rulebook_guidelines: string[];
998
+ };
999
+ deviation_title: string;
1000
+ deviation_impact: string;
1001
+ deviation_summary: string;
1002
+ deviation_explanation: string[];
1003
+ evaluation_outputs: {
1004
+ name: string;
1005
+ output_value: string;
1006
+ affected_party: string;
1007
+ guideline_flag: {
1008
+ rulebook_used: boolean;
1009
+ };
1010
+ metadata: {
1011
+ label_color: string;
1012
+ compare_category_id: string;
1013
+ };
1014
+ };
1015
+ cognitive_decisioning: {
1016
+ decisioning_factors: string[];
1017
+ gaps_in_decision: string[];
1018
+ decision_strength: number;
1019
+ citations: {
1020
+ "1": {
1021
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1022
+ highlighted_text: string;
1023
+ custom_metadata: {
1024
+ pdf_start_page_number: string;
1025
+ pdf_end_page_number: string;
1026
+ };
1027
+ };
1028
+ };
1029
+ "2": {
1030
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1031
+ highlighted_text: string;
1032
+ custom_metadata: {
1033
+ pdf_start_page_number: string;
1034
+ pdf_end_page_number: string;
1035
+ };
1036
+ };
1037
+ };
1038
+ };
1039
+ };
1040
+ };
1041
+ };
1042
+ };
1043
+ "202f5650-3a1d-4f95-a86e-3144a98d2acd": {
1044
+ evaluation_result: {
1045
+ "0": {
1046
+ deviation_highlights: {
1047
+ "c3c3c3c3-1111-2222-3333-444444444444": string[];
1048
+ rulebook_guidelines: string[];
1049
+ };
1050
+ deviation_title: string;
1051
+ deviation_impact: string;
1052
+ deviation_summary: string;
1053
+ deviation_explanation: string[];
1054
+ evaluation_outputs: {
1055
+ name: string;
1056
+ output_value: string;
1057
+ affected_party: string;
1058
+ guideline_flag: {
1059
+ rulebook_used: boolean;
1060
+ };
1061
+ metadata: {
1062
+ label_color: string;
1063
+ compare_category_id: string;
1064
+ };
1065
+ };
1066
+ cognitive_decisioning: {
1067
+ decisioning_factors: string[];
1068
+ gaps_in_decision: string[];
1069
+ decision_strength: number;
1070
+ citations: {
1071
+ "1": {
1072
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1073
+ highlighted_text: string;
1074
+ custom_metadata: {
1075
+ pdf_start_page_number: string;
1076
+ pdf_end_page_number: string;
1077
+ };
1078
+ };
1079
+ };
1080
+ "2": {
1081
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1082
+ highlighted_text: string;
1083
+ custom_metadata: {
1084
+ pdf_start_page_number: string;
1085
+ pdf_end_page_number: string;
1086
+ };
1087
+ };
1088
+ };
1089
+ };
1090
+ };
1091
+ };
1092
+ };
1093
+ };
1094
+ "a7890872-13bb-49c7-87a4-34898526a023": {
1095
+ evaluation_result: {
1096
+ "0": {
1097
+ deviation_highlights: {
1098
+ "55960325-038a-4e16-9ca1-f04756915965": string[];
1099
+ rulebook_guidelines: string[];
1100
+ };
1101
+ deviation_title: string;
1102
+ deviation_impact: string;
1103
+ deviation_summary: string;
1104
+ deviation_explanation: string[];
1105
+ evaluation_outputs: {
1106
+ name: string;
1107
+ output_value: string;
1108
+ affected_party: string;
1109
+ guideline_flag: {
1110
+ rulebook_used: boolean;
1111
+ };
1112
+ metadata: {
1113
+ label_color: string;
1114
+ compare_category_id: string;
1115
+ };
1116
+ };
1117
+ cognitive_decisioning: {
1118
+ decisioning_factors: string[];
1119
+ gaps_in_decision: string[];
1120
+ decision_strength: number;
1121
+ citations: {
1122
+ "1": {
1123
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1124
+ highlighted_text: string;
1125
+ custom_metadata: {
1126
+ pdf_start_page_number: string;
1127
+ pdf_end_page_number: string;
1128
+ };
1129
+ };
1130
+ };
1131
+ "2": {
1132
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
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": {
1175
+ highlighted_text: string;
1176
+ custom_metadata: {
1177
+ pdf_start_page_number: string;
1178
+ pdf_end_page_number: string;
1179
+ };
1180
+ };
1181
+ };
1182
+ "2": {
1183
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1184
+ highlighted_text: string;
1185
+ custom_metadata: {
1186
+ pdf_start_page_number: string;
1187
+ pdf_end_page_number: string;
1188
+ };
1189
+ };
1190
+ };
1191
+ };
1192
+ };
1193
+ };
1194
+ };
1195
+ };
1196
+ "7a8bfab8-b953-443b-b6f1-0d43e8137eb6": {
1197
+ evaluation_result: {
1198
+ "0": {
1199
+ deviation_highlights: {
1200
+ "55960325-038a-4e16-9ca1-f04756915965": string[];
1201
+ rulebook_guidelines: string[];
1202
+ };
1203
+ deviation_title: string;
1204
+ deviation_impact: string;
1205
+ deviation_summary: string;
1206
+ deviation_explanation: string[];
1207
+ evaluation_outputs: {
1208
+ name: string;
1209
+ output_value: string;
1210
+ affected_party: string;
1211
+ guideline_flag: {
1212
+ rulebook_used: boolean;
1213
+ };
1214
+ metadata: {
1215
+ label_color: string;
1216
+ compare_category_id: string;
1217
+ };
1218
+ };
1219
+ cognitive_decisioning: {
1220
+ decisioning_factors: string[];
1221
+ gaps_in_decision: string[];
1222
+ decision_strength: number;
1223
+ citations: {
1224
+ "1": {
1225
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1226
+ highlighted_text: string;
1227
+ custom_metadata: {
1228
+ pdf_start_page_number: string;
1229
+ pdf_end_page_number: string;
1230
+ };
1231
+ };
1232
+ };
1233
+ "2": {
1234
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1235
+ highlighted_text: string;
1236
+ custom_metadata: {
1237
+ pdf_start_page_number: string;
1238
+ pdf_end_page_number: string;
1239
+ };
1240
+ };
1241
+ };
1242
+ };
1243
+ };
1244
+ };
1245
+ };
1246
+ };
1247
+ "67a81304-0208-4f86-8b4d-9e744c899b76": {
1248
+ evaluation_result: {
1249
+ "0": {
1250
+ deviation_highlights: {
1251
+ "55960325-038a-4e16-9ca1-f04756915965": string[];
1252
+ rulebook_guidelines: string[];
1253
+ };
1254
+ deviation_title: string;
1255
+ deviation_impact: string;
1256
+ deviation_summary: string;
1257
+ deviation_explanation: string[];
1258
+ evaluation_outputs: {
1259
+ name: string;
1260
+ output_value: string;
1261
+ affected_party: string;
1262
+ guideline_flag: {
1263
+ rulebook_used: boolean;
1264
+ };
1265
+ metadata: {
1266
+ label_color: string;
1267
+ compare_category_id: string;
1268
+ };
1269
+ };
1270
+ cognitive_decisioning: {
1271
+ decisioning_factors: string[];
1272
+ gaps_in_decision: string[];
1273
+ decision_strength: number;
1274
+ citations: {
1275
+ "1": {
1276
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1277
+ highlighted_text: string;
1278
+ custom_metadata: {
1279
+ pdf_start_page_number: string;
1280
+ pdf_end_page_number: string;
1281
+ };
1282
+ };
1283
+ };
1284
+ "2": {
1285
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1286
+ highlighted_text: string;
1287
+ custom_metadata: {
1288
+ pdf_start_page_number: string;
1289
+ pdf_end_page_number: string;
1290
+ };
1291
+ };
1292
+ };
1293
+ };
1294
+ };
1295
+ };
1296
+ };
1297
+ };
1298
+ "798ecea0-6551-4f9c-9045-2affcc020563": {
1299
+ evaluation_result: {
1300
+ "0": {
1301
+ deviation_highlights: {
1302
+ "55960325-038a-4e16-9ca1-f04756915965": string[];
1303
+ rulebook_guidelines: never[];
1304
+ };
1305
+ deviation_title: string;
1306
+ deviation_impact: string;
1307
+ deviation_summary: string;
1308
+ deviation_explanation: string[];
1309
+ evaluation_outputs: {
1310
+ name: string;
1311
+ output_value: string;
1312
+ affected_party: string;
1313
+ guideline_flag: {
1314
+ rulebook_used: boolean;
1315
+ };
1316
+ metadata: {
1317
+ label_color: string;
1318
+ compare_category_id: string;
1319
+ };
1320
+ };
1321
+ cognitive_decisioning: {
1322
+ decisioning_factors: string[];
1323
+ gaps_in_decision: string[];
1324
+ decision_strength: number;
1325
+ citations: {
1326
+ "1": {
1327
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1328
+ highlighted_text: string;
1329
+ custom_metadata: {
1330
+ pdf_start_page_number: string;
1331
+ pdf_end_page_number: string;
1332
+ };
1333
+ };
1334
+ };
1335
+ "2": {
1336
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1337
+ highlighted_text: string;
1338
+ custom_metadata: {
1339
+ pdf_start_page_number: string;
1340
+ pdf_end_page_number: string;
1341
+ };
1342
+ };
1343
+ };
1344
+ };
1345
+ };
1346
+ web_search_answer: {
1347
+ enhanced_content: string;
1348
+ cd_confidence_score: number;
1349
+ deviation_highlight: string;
1350
+ deviation_title: string;
1351
+ deviation_summary: string;
1352
+ deviation_impact: string;
1353
+ deviation_explanation: string[];
1354
+ affected_party: string;
1355
+ deviation_percentage: string;
1356
+ extraMetaData: {
1357
+ "1": {
1358
+ Confidence_score: string;
1359
+ Reasoning: string;
1360
+ Gap: string;
1361
+ aiReasoningCitation: {
1362
+ gpt_citation: {
1363
+ customMetaData: {
1364
+ type: string;
1365
+ citation_number: number;
1366
+ value: {
1367
+ citation_id: string;
1368
+ citationType: string;
1369
+ citationUrl: string;
1370
+ citation_uuid: string;
1371
+ label: string;
1372
+ type: string;
1373
+ source: string;
1374
+ text: string;
1375
+ reference: string;
1376
+ paraphrase: string;
1377
+ };
1378
+ };
1379
+ citation_number: number;
1380
+ }[];
1381
+ };
1382
+ };
1383
+ "2": {
1384
+ Confidence_score: string;
1385
+ Reasoning: string;
1386
+ Gap: string;
1387
+ aiReasoningCitation: {
1388
+ gpt_citation: {
1389
+ customMetaData: {
1390
+ type: string;
1391
+ citation_number: number;
1392
+ value: {
1393
+ citation_id: string;
1394
+ citationType: string;
1395
+ citationUrl: string;
1396
+ citation_uuid: string;
1397
+ label: string;
1398
+ type: string;
1399
+ source: string;
1400
+ text: string;
1401
+ reference: string;
1402
+ paraphrase: string;
1403
+ };
1404
+ };
1405
+ citation_number: number;
1406
+ }[];
1407
+ };
1408
+ };
1409
+ };
1410
+ };
1411
+ };
1412
+ };
1413
+ };
1414
+ "2a50cc9c-420a-43fe-a5f4-c855c5617f6b": {
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": {
1466
+ evaluation_result: {
1467
+ "0": {
1468
+ deviation_highlights: {
1469
+ "019f1e83-0ff7-7802-a6a6-39efd2cbf619": string[];
1470
+ rulebook_guidelines: never[];
1471
+ };
1472
+ deviation_title: string;
1473
+ deviation_impact: string;
1474
+ deviation_summary: string;
1475
+ deviation_explanation: string[];
1476
+ evaluation_outputs: {
1477
+ name: string;
1478
+ output_value: string;
1479
+ affected_party: string;
1480
+ guideline_flag: {
1481
+ rulebook_used: boolean;
1482
+ };
1483
+ metadata: {
1484
+ label_color: string;
1485
+ compare_category_id: string;
1486
+ };
1487
+ };
1488
+ cognitive_decisioning: {
1489
+ decisioning_factors: string[];
1490
+ gaps_in_decision: string[];
1491
+ decision_strength: number;
1492
+ citations: {
1493
+ "1": {
1494
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1495
+ highlighted_text: string;
1496
+ custom_metadata: {
1497
+ pdf_start_page_number: string;
1498
+ pdf_end_page_number: string;
1499
+ };
1500
+ };
1501
+ };
1502
+ "2": {
1503
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1504
+ highlighted_text: string;
1505
+ custom_metadata: {
1506
+ pdf_start_page_number: string;
1507
+ pdf_end_page_number: string;
1508
+ };
1509
+ };
1510
+ };
1511
+ };
1512
+ };
1513
+ web_search_answer: {
1514
+ enhanced_content: string;
1515
+ cd_confidence_score: number;
1516
+ deviation_highlight: string;
1517
+ deviation_title: string;
1518
+ deviation_summary: string;
1519
+ deviation_impact: string;
1520
+ deviation_explanation: string[];
1521
+ affected_party: string;
1522
+ deviation_percentage: string;
1523
+ extraMetaData: {
1524
+ "1": {
1525
+ Confidence_score: string;
1526
+ Reasoning: string;
1527
+ Gap: string;
1528
+ aiReasoningCitation: {
1529
+ gpt_citation: {
1530
+ customMetaData: {
1531
+ type: string;
1532
+ citation_number: number;
1533
+ value: {
1534
+ citation_id: string;
1535
+ citationType: string;
1536
+ citationUrl: string;
1537
+ citation_uuid: string;
1538
+ label: string;
1539
+ type: string;
1540
+ source: string;
1541
+ text: string;
1542
+ reference: string;
1543
+ paraphrase: string;
1544
+ };
1545
+ };
1546
+ citation_number: number;
1547
+ }[];
1548
+ };
1549
+ };
1550
+ "2": {
1551
+ Confidence_score: string;
1552
+ Reasoning: string;
1553
+ Gap: string;
1554
+ aiReasoningCitation: {
1555
+ gpt_citation: {
1556
+ customMetaData: {
1557
+ type: string;
1558
+ citation_number: number;
1559
+ value: {
1560
+ citation_id: string;
1561
+ citationType: string;
1562
+ citationUrl: string;
1563
+ citation_uuid: string;
1564
+ label: string;
1565
+ type: string;
1566
+ source: string;
1567
+ text: string;
1568
+ reference: string;
1569
+ paraphrase: string;
1570
+ };
1571
+ };
1572
+ citation_number: number;
1573
+ }[];
1574
+ };
1575
+ };
1576
+ };
1577
+ };
1578
+ };
1579
+ };
1580
+ };
1581
+ "6b2d3d0a-46eb-47ef-8d0c-a0f85a999bbe": {
1582
+ evaluation_result: {
1583
+ "0": {
1584
+ deviation_title: string;
1585
+ deviation_summary: string;
1586
+ cognitive_decisioning: {
1587
+ decisioning_factors: string[];
1588
+ gaps_in_decision: string[];
1589
+ decision_strength: number;
1590
+ citations: {
1591
+ "1": {
1592
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1593
+ highlighted_text: string;
1594
+ custom_metadata: {
1595
+ pdf_start_page_number: string;
1596
+ pdf_end_page_number: string;
1597
+ };
1598
+ };
1599
+ };
1600
+ "2": {
1601
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
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": {
1636
+ highlighted_text: string;
1637
+ custom_metadata: {
1638
+ pdf_start_page_number: string;
1639
+ pdf_end_page_number: string;
1640
+ };
1641
+ };
1642
+ };
1643
+ "2": {
1644
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1645
+ highlighted_text: string;
1646
+ custom_metadata: {
1647
+ pdf_start_page_number: string;
1648
+ pdf_end_page_number: string;
1649
+ };
1650
+ };
1651
+ };
1652
+ };
1653
+ };
1654
+ deviation_explanation: string[];
1655
+ deviation_impact: string;
1656
+ evaluation_outputs: {
1657
+ name: string;
1658
+ output_value: string;
1659
+ affected_party: string;
1660
+ metadata: {
1661
+ label_color: string;
1662
+ };
1663
+ };
1664
+ };
1665
+ };
1666
+ };
1667
+ "6b5760fc-3721-4d4e-8739-8d01523eebeb": {
1668
+ evaluation_result: {
1669
+ "0": {
1670
+ deviation_title: string;
1671
+ deviation_summary: string;
1672
+ cognitive_decisioning: {
1673
+ decisioning_factors: string[];
1674
+ gaps_in_decision: string[];
1675
+ decision_strength: number;
1676
+ citations: {
1677
+ "1": {
1678
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1679
+ highlighted_text: string;
1680
+ custom_metadata: {
1681
+ pdf_start_page_number: string;
1682
+ pdf_end_page_number: string;
1683
+ };
1684
+ };
1685
+ };
1686
+ "2": {
1687
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
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": {
1706
+ highlighted_text: string;
1707
+ custom_metadata: {
1708
+ pdf_start_page_number: string;
1709
+ pdf_end_page_number: string;
1710
+ };
1711
+ };
1712
+ };
1713
+ };
1714
+ };
1715
+ deviation_explanation: string[];
1716
+ deviation_impact: string;
1717
+ evaluation_outputs: {
1718
+ name: string;
1719
+ output_value: string;
1720
+ affected_party: string;
1721
+ metadata: {
1722
+ label_color: string;
1723
+ };
1724
+ };
1725
+ };
1726
+ };
1727
+ };
1728
+ "18f669bd-5e00-4e77-b837-c688f096a33c": {
1729
+ evaluation_result: {
1730
+ "0": {
1731
+ deviation_title: string;
1732
+ deviation_summary: string;
1733
+ cognitive_decisioning: {
1734
+ decisioning_factors: string[];
1735
+ gaps_in_decision: string[];
1736
+ decision_strength: number;
1737
+ citations: {
1738
+ "1": {
1739
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1740
+ highlighted_text: string;
1741
+ custom_metadata: {
1742
+ pdf_start_page_number: string;
1743
+ pdf_end_page_number: string;
1744
+ };
1745
+ };
1746
+ };
1747
+ "2": {
1748
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1749
+ highlighted_text: string;
1750
+ custom_metadata: {
1751
+ pdf_start_page_number: string;
1752
+ pdf_end_page_number: string;
1753
+ };
1754
+ };
1755
+ };
1756
+ };
1757
+ };
1758
+ deviation_explanation: string[];
1759
+ deviation_impact: string;
1760
+ evaluation_outputs: {
1761
+ name: string;
1762
+ output_value: string;
1763
+ affected_party: string;
1764
+ metadata: {
1765
+ label_color: string;
1766
+ };
1767
+ };
1768
+ };
1769
+ };
1770
+ };
1771
+ "d1191a3e-7596-49e3-9c68-be5dae6d93f8": {
1772
+ evaluation_result: {
1773
+ "0": {
1774
+ deviation_title: string;
1775
+ deviation_summary: string;
1776
+ cognitive_decisioning: {
1777
+ decisioning_factors: string[];
1778
+ gaps_in_decision: string[];
1779
+ decision_strength: number;
1780
+ citations: {
1781
+ "1": {
1782
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1783
+ highlighted_text: string;
1784
+ custom_metadata: {
1785
+ pdf_start_page_number: string;
1786
+ pdf_end_page_number: string;
1787
+ };
1788
+ };
1789
+ };
1790
+ "2": {
1791
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
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": {
1826
+ highlighted_text: string;
1827
+ custom_metadata: {
1828
+ pdf_start_page_number: string;
1829
+ pdf_end_page_number: string;
1830
+ };
1831
+ };
1832
+ };
1833
+ "2": {
1834
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1835
+ highlighted_text: string;
1836
+ custom_metadata: {
1837
+ pdf_start_page_number: string;
1838
+ pdf_end_page_number: string;
1839
+ };
1840
+ };
1841
+ };
1842
+ };
1843
+ };
1844
+ deviation_explanation: string[];
1845
+ deviation_impact: string;
1846
+ evaluation_outputs: {
1847
+ name: string;
1848
+ output_value: string;
1849
+ affected_party: string;
1850
+ metadata: {
1851
+ label_color: string;
1852
+ };
1853
+ };
1854
+ };
1855
+ };
1856
+ };
1857
+ "a7471a83-fe85-47fe-9d46-b3f43d55f611": {
1858
+ evaluation_result: {
1859
+ "0": {
1860
+ deviation_title: string;
1861
+ deviation_summary: string;
1862
+ cognitive_decisioning: {
1863
+ decisioning_factors: string[];
1864
+ gaps_in_decision: string[];
1865
+ decision_strength: number;
1866
+ citations: {
1867
+ "1": {
1868
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1869
+ highlighted_text: string;
1870
+ custom_metadata: {
1871
+ pdf_start_page_number: string;
1872
+ pdf_end_page_number: string;
1873
+ };
1874
+ };
1875
+ };
1876
+ "2": {
1877
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1878
+ highlighted_text: string;
1879
+ custom_metadata: {
1880
+ pdf_start_page_number: string;
1881
+ pdf_end_page_number: string;
1882
+ };
1883
+ };
1884
+ };
1885
+ };
1886
+ };
1887
+ deviation_explanation: string[];
1888
+ deviation_impact: string;
1889
+ evaluation_outputs: {
1890
+ name: string;
1891
+ output_value: string;
1892
+ affected_party: string;
1893
+ metadata: {
1894
+ label_color: string;
1895
+ };
1896
+ };
1897
+ };
1898
+ };
1899
+ };
1900
+ "e9b6e14f-d302-4db9-8ad7-54b86952068d": {
1901
+ evaluation_result: {
1902
+ "0": {
1903
+ deviation_title: string;
1904
+ deviation_summary: string;
1905
+ cognitive_decisioning: {
1906
+ decisioning_factors: string[];
1907
+ gaps_in_decision: string[];
1908
+ decision_strength: number;
1909
+ citations: {
1910
+ "1": {
1911
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1912
+ highlighted_text: string;
1913
+ custom_metadata: {
1914
+ pdf_start_page_number: string;
1915
+ pdf_end_page_number: string;
1916
+ };
1917
+ };
1918
+ };
1919
+ "2": {
1920
+ "2518956f-e97d-4125-81b1-1af5b549eb05": {
1921
+ highlighted_text: string;
1922
+ custom_metadata: {
1923
+ pdf_start_page_number: string;
1924
+ pdf_end_page_number: string;
1925
+ };
1926
+ };
1927
+ };
1928
+ };
1929
+ };
1930
+ deviation_explanation: string[];
1931
+ deviation_impact: string;
1932
+ evaluation_outputs: {
1933
+ name: string;
1934
+ output_value: string;
1935
+ affected_party: string;
1936
+ metadata: {
1937
+ label_color: string;
1938
+ };
1939
+ };
1940
+ };
1941
+ };
1942
+ };
1943
+ };
1944
+ export declare const GUIDLINES_DATA: {
1945
+ data: {
1946
+ _id: string;
1947
+ artifactId: string;
1948
+ artifactTitle: string;
1949
+ artifactTitleIDs: never[];
1950
+ artifactData: {
1951
+ final_response_gs_url: string;
1952
+ citationsSnapshot: {
1953
+ image_citations: never[];
1954
+ appmod_citations: never[];
1955
+ audio_citations: never[];
1956
+ file_citations: never[];
1957
+ web_citations: never[];
1958
+ pdf_citations: never[];
1959
+ gpt_citations: never[];
1960
+ };
1961
+ projectIdSnapshot: string;
1962
+ userStorySnapshot: {
1963
+ artifactId: string;
1964
+ title: string;
1965
+ value: string;
1966
+ big_enough: number;
1967
+ big_enough_decision_factors: {};
1968
+ sub_features: never[];
1969
+ isDefaultEdit: boolean;
1970
+ isDefaultOpen: boolean;
1971
+ }[];
1972
+ breadCrumbsSnapShot: never[];
1973
+ activePageSnapShot: string;
1974
+ aiReasoningsSnapshot: never[];
1975
+ dataSources_files: {};
1976
+ knowledgeBaseSnapshot: never[];
1977
+ projectAnalyserSummarySnapshot: never[];
1978
+ chatHistorySnapshot: never[];
1979
+ persistedDataFilesSnapshot: {};
1980
+ risk_gap_items_json: {};
1981
+ selectedCodebasesSnapshot: never[];
1982
+ selectedUserStoryTypeSnapshot: string;
1983
+ };
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
+ };
2000
+ };
2001
+ //# sourceMappingURL=guidelines.mockData.d.ts.map