@viswa-test/test-citation 0.0.153 → 0.0.155

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 (38) hide show
  1. package/README.md +157 -77
  2. package/dist/assests/svg/PdfViewerIcons.js +1 -1
  3. package/dist/cjs/assests/svg/PdfViewerIcons.js +1 -1
  4. package/dist/cjs/features/ChatDrawer/ChatDrawer.js +1 -1
  5. package/dist/cjs/features/CognitiveCompare/CognitiveCompare.js +1 -1
  6. package/dist/cjs/features/CognitiveCompare/components/SectionAccordion.js +1 -1
  7. package/dist/cjs/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
  8. package/dist/cjs/features/CognitiveCompare/hooks/useAccordionState.js +1 -1
  9. package/dist/cjs/features/CognitiveCompare/hooks/useCompareData.js +1 -1
  10. package/dist/cjs/index.js +1 -1
  11. package/dist/features/ChatDrawer/ChatDrawer.js +1 -1
  12. package/dist/features/CognitiveCompare/CognitiveCompare.js +1 -1
  13. package/dist/features/CognitiveCompare/components/SectionAccordion.js +1 -1
  14. package/dist/features/CognitiveCompare/components/SubSectionAccordion.js +1 -1
  15. package/dist/features/CognitiveCompare/hooks/useAccordionState.js +1 -1
  16. package/dist/features/CognitiveCompare/hooks/useCompareData.js +1 -1
  17. package/dist/index.js +1 -1
  18. package/dist/types/src/ChatDrawerTest.d.ts +0 -15
  19. package/dist/types/src/ChatDrawerTest.d.ts.map +1 -1
  20. package/dist/types/src/CognitiveCompareTest.d.ts.map +1 -1
  21. package/dist/types/src/CommonConstants/CommonConstants.d.ts +911 -0
  22. package/dist/types/src/CommonConstants/CommonConstants.d.ts.map +1 -1
  23. package/dist/types/src/assests/svg/PdfViewerIcons.d.ts +1 -0
  24. package/dist/types/src/assests/svg/PdfViewerIcons.d.ts.map +1 -1
  25. package/dist/types/src/features/ChatDrawer/ChatDrawer.d.ts.map +1 -1
  26. package/dist/types/src/features/ChatDrawer/types/ChatDrawer.types.d.ts +0 -3
  27. package/dist/types/src/features/ChatDrawer/types/ChatDrawer.types.d.ts.map +1 -1
  28. package/dist/types/src/features/CognitiveCompare/CognitiveCompare.d.ts.map +1 -1
  29. package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts +0 -7
  30. package/dist/types/src/features/CognitiveCompare/CognitiveCompareTypes.d.ts.map +1 -1
  31. package/dist/types/src/features/CognitiveCompare/components/SubSectionAccordion.d.ts.map +1 -1
  32. package/dist/types/src/features/CognitiveCompare/hooks/useAccordionState.d.ts +1 -0
  33. package/dist/types/src/features/CognitiveCompare/hooks/useAccordionState.d.ts.map +1 -1
  34. package/dist/types/src/features/CognitiveCompare/hooks/useCompareData.d.ts.map +1 -1
  35. package/dist/types/src/features/CognitiveCompare/hooks/useStyles.d.ts.map +1 -1
  36. package/dist/types/src/index.d.ts +1 -0
  37. package/dist/types/src/index.d.ts.map +1 -1
  38. package/package.json +7 -2
@@ -2,4 +2,915 @@ export type ButtonVariant = "big" | "small";
2
2
  export declare const BIGTEXT: ButtonVariant;
3
3
  export declare const SMALLTEXT: ButtonVariant;
4
4
  export declare const RESOURCE_TABLE_SCENARIO_VALUE = "resourcesOfSelectedDataSetCollection";
5
+ export declare const DEFAULT_TREE_DATA: {
6
+ base_root_id: string;
7
+ comparison_id: string;
8
+ input_index_map: {
9
+ "0": string;
10
+ "1": string;
11
+ };
12
+ documents: {
13
+ "0feea517-544e-40ff-b73f-5257794b7018": {
14
+ role: string;
15
+ title: string;
16
+ base_title: string;
17
+ source_uri: string;
18
+ signed_url: string;
19
+ mime_type: string;
20
+ metadata: {
21
+ file_name: string;
22
+ };
23
+ };
24
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
25
+ role: string;
26
+ title: string;
27
+ base_title: string;
28
+ source_uri: string;
29
+ signed_url: string;
30
+ mime_type: string;
31
+ metadata: {
32
+ file_name: string;
33
+ };
34
+ };
35
+ };
36
+ cognitive_compare_summary_categories: {
37
+ "d07ee21f-bdc4-4d21-bc8c-db80af53bb18": {
38
+ category_label: string;
39
+ category_range: string;
40
+ category_color: string;
41
+ category_display_index: number;
42
+ };
43
+ "65e76770-2c60-4633-825b-34c37eed04f2": {
44
+ category_label: string;
45
+ category_range: string;
46
+ category_color: string;
47
+ category_display_index: number;
48
+ };
49
+ "2d56edaf-a760-4355-8369-3e203821e1af": {
50
+ category_label: string;
51
+ category_range: string;
52
+ category_color: string;
53
+ category_display_index: number;
54
+ };
55
+ };
56
+ evaluation_criteria: {
57
+ "6ede202e-57d8-46d4-ae81-e5c0c4c4eada": {
58
+ criteria_set_id: string;
59
+ criterion: {
60
+ name: string;
61
+ measuring_unit: string;
62
+ data_type: string;
63
+ criteria_properties: ({
64
+ output_percentage: string;
65
+ output_label: string;
66
+ output_template: string;
67
+ description: string;
68
+ metadata: {
69
+ label_color: string;
70
+ };
71
+ } | {
72
+ output_label: string;
73
+ output_template: string;
74
+ description: string;
75
+ metadata: {
76
+ label_color: string;
77
+ };
78
+ output_percentage?: undefined;
79
+ })[];
80
+ };
81
+ };
82
+ "56dfddac-5fc5-4652-8ccc-b49868c873d9": {
83
+ criteria_set_id: string;
84
+ criterion: {
85
+ name: string;
86
+ measuring_unit: string;
87
+ data_type: string;
88
+ criteria_properties: ({
89
+ output_percentage: string;
90
+ output_label: string;
91
+ output_template: string;
92
+ description: string;
93
+ metadata: {
94
+ label_color: string;
95
+ compare_category_id: string;
96
+ };
97
+ } | {
98
+ output_label: string;
99
+ output_template: string;
100
+ description: string;
101
+ metadata: {
102
+ label_color: string;
103
+ compare_category_id?: undefined;
104
+ };
105
+ output_percentage?: undefined;
106
+ })[];
107
+ };
108
+ };
109
+ "bc68c8ab-98ad-4ee5-a8d2-c6a2131a0a9e": {
110
+ criteria_set_id: string;
111
+ criterion: {
112
+ name: string;
113
+ measuring_unit: string;
114
+ data_type: string;
115
+ criteria_properties: {
116
+ output_percentage: string;
117
+ output_label: string;
118
+ output_template: string;
119
+ description: string;
120
+ metadata: {
121
+ label_color: string;
122
+ };
123
+ }[];
124
+ };
125
+ };
126
+ };
127
+ nodes: {
128
+ "cf731b53-0174-4ea8-a070-3a678b5da62e": {
129
+ decision_scope_title: string;
130
+ decision_scope_description: string;
131
+ comparison_inputs: {
132
+ "0feea517-544e-40ff-b73f-5257794b7018": {
133
+ title: string;
134
+ additional_attributes: string;
135
+ };
136
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
137
+ title: string;
138
+ additional_attributes: string;
139
+ };
140
+ };
141
+ mapping_rationale: string;
142
+ display_node: boolean;
143
+ skip_node: boolean;
144
+ comparison_config: {
145
+ type: string;
146
+ mode: string;
147
+ criterion_set_id: string;
148
+ execution_mode: string;
149
+ };
150
+ next: {
151
+ "0": string;
152
+ "1": string;
153
+ "2": string;
154
+ };
155
+ };
156
+ "9544a97a-56d9-4431-b2db-0a1a7dc0888a": {
157
+ comparison_inputs: {
158
+ "0feea517-544e-40ff-b73f-5257794b7018": {
159
+ title: string;
160
+ content: string;
161
+ change_history: string;
162
+ additional_attributes: {
163
+ display_index: number;
164
+ display_title: boolean;
165
+ display_content: boolean;
166
+ pdf_start_page_number: string;
167
+ pdf_end_page_number: string;
168
+ };
169
+ };
170
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
171
+ title: string;
172
+ content: string;
173
+ change_history: string;
174
+ additional_attributes: {
175
+ display_index: number;
176
+ display_title: boolean;
177
+ display_content: boolean;
178
+ pdf_start_page_number: string;
179
+ pdf_end_page_number: string;
180
+ };
181
+ };
182
+ };
183
+ mapping_rationale: {
184
+ decisioning_factors: string[];
185
+ gaps_in_decision: string[];
186
+ decision_strength: number;
187
+ citations: {
188
+ "1": {
189
+ "0feea517-544e-40ff-b73f-5257794b7018": {
190
+ highlighted_text: string;
191
+ custom_metadata: {
192
+ pdf_start_page_number: string;
193
+ pdf_end_page_number: string;
194
+ };
195
+ };
196
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
197
+ highlighted_text: string;
198
+ custom_metadata: {
199
+ pdf_start_page_number: string;
200
+ pdf_end_page_number: string;
201
+ };
202
+ };
203
+ };
204
+ "2": {
205
+ "0feea517-544e-40ff-b73f-5257794b7018": {
206
+ highlighted_text: string;
207
+ custom_metadata: {
208
+ pdf_start_page_number: string;
209
+ pdf_end_page_number: string;
210
+ };
211
+ };
212
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
213
+ highlighted_text: string;
214
+ custom_metadata: {
215
+ pdf_start_page_number: string;
216
+ pdf_end_page_number: string;
217
+ };
218
+ };
219
+ };
220
+ };
221
+ };
222
+ display_node: boolean;
223
+ skip_node: boolean;
224
+ comparison_config: {
225
+ type: string;
226
+ mode: string;
227
+ criterion_set_id: string;
228
+ execution_mode: string;
229
+ };
230
+ next: {
231
+ "0": string;
232
+ };
233
+ };
234
+ "97f893d7-5ba2-476f-b074-252361a5443f": {
235
+ comparison_inputs: {
236
+ "0feea517-544e-40ff-b73f-5257794b7018": {
237
+ title: string;
238
+ content: string;
239
+ change_history: string;
240
+ additional_attributes: {
241
+ display_index: number;
242
+ display_title: boolean;
243
+ display_content: boolean;
244
+ pdf_start_page_number: string;
245
+ pdf_end_page_number: string;
246
+ };
247
+ };
248
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
249
+ title: string;
250
+ content: string;
251
+ change_history: string;
252
+ additional_attributes: {
253
+ display_index: number;
254
+ display_title: boolean;
255
+ display_content: boolean;
256
+ pdf_start_page_number: string;
257
+ pdf_end_page_number: string;
258
+ };
259
+ };
260
+ };
261
+ mapping_rationale: {
262
+ decisioning_factors: string[];
263
+ gaps_in_decision: string[];
264
+ decision_strength: number;
265
+ citations: {
266
+ "1": {
267
+ "0feea517-544e-40ff-b73f-5257794b7018": {
268
+ highlighted_text: string;
269
+ custom_metadata: {
270
+ pdf_start_page_number: string;
271
+ pdf_end_page_number: string;
272
+ };
273
+ };
274
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
275
+ highlighted_text: string;
276
+ custom_metadata: {
277
+ pdf_start_page_number: string;
278
+ pdf_end_page_number: string;
279
+ };
280
+ };
281
+ };
282
+ "2": {
283
+ "0feea517-544e-40ff-b73f-5257794b7018": {
284
+ highlighted_text: string;
285
+ custom_metadata: {
286
+ pdf_start_page_number: string;
287
+ pdf_end_page_number: string;
288
+ };
289
+ };
290
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
291
+ highlighted_text: string;
292
+ custom_metadata: {
293
+ pdf_start_page_number: string;
294
+ pdf_end_page_number: string;
295
+ };
296
+ };
297
+ };
298
+ "3": {
299
+ "0feea517-544e-40ff-b73f-5257794b7018": {
300
+ highlighted_text: string;
301
+ custom_metadata: {
302
+ pdf_start_page_number: string;
303
+ pdf_end_page_number: string;
304
+ };
305
+ };
306
+ };
307
+ };
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: {
318
+ "0": string;
319
+ };
320
+ };
321
+ "64c2edaa-d041-45c6-9c72-254a5b9c1b5c": {
322
+ comparison_inputs: {
323
+ "0feea517-544e-40ff-b73f-5257794b7018": {
324
+ title: string;
325
+ content: string;
326
+ change_history: string;
327
+ additional_attributes: {
328
+ display_index: number;
329
+ display_title: boolean;
330
+ display_content: boolean;
331
+ pdf_start_page_number: string;
332
+ pdf_end_page_number: string;
333
+ };
334
+ };
335
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
336
+ title: string;
337
+ content: string;
338
+ change_history: string;
339
+ additional_attributes: {
340
+ display_index: number;
341
+ display_title: boolean;
342
+ display_content: boolean;
343
+ pdf_start_page_number: string;
344
+ pdf_end_page_number: string;
345
+ };
346
+ };
347
+ };
348
+ mapping_rationale: {
349
+ decisioning_factors: string[];
350
+ gaps_in_decision: string[];
351
+ decision_strength: number;
352
+ citations: {
353
+ "1": {
354
+ "0feea517-544e-40ff-b73f-5257794b7018": {
355
+ highlighted_text: string;
356
+ custom_metadata: {
357
+ pdf_start_page_number: string;
358
+ pdf_end_page_number: string;
359
+ };
360
+ };
361
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
362
+ highlighted_text: string;
363
+ custom_metadata: {
364
+ pdf_start_page_number: string;
365
+ pdf_end_page_number: string;
366
+ };
367
+ };
368
+ };
369
+ "2": {
370
+ "0feea517-544e-40ff-b73f-5257794b7018": {
371
+ highlighted_text: string;
372
+ custom_metadata: {
373
+ pdf_start_page_number: string;
374
+ pdf_end_page_number: string;
375
+ };
376
+ };
377
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
378
+ highlighted_text: string;
379
+ custom_metadata: {
380
+ pdf_start_page_number: string;
381
+ pdf_end_page_number: string;
382
+ };
383
+ };
384
+ };
385
+ "3": {
386
+ "0feea517-544e-40ff-b73f-5257794b7018": {
387
+ highlighted_text: string;
388
+ custom_metadata: {
389
+ pdf_start_page_number: string;
390
+ pdf_end_page_number: string;
391
+ };
392
+ };
393
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
394
+ highlighted_text: string;
395
+ custom_metadata: {
396
+ pdf_start_page_number: string;
397
+ pdf_end_page_number: string;
398
+ };
399
+ };
400
+ };
401
+ };
402
+ };
403
+ display_node: boolean;
404
+ skip_node: boolean;
405
+ comparison_config: {
406
+ type: string;
407
+ mode: string;
408
+ criterion_set_id: string;
409
+ execution_mode: string;
410
+ };
411
+ next: {
412
+ "0": string;
413
+ };
414
+ };
415
+ "60a6686a-8029-4e30-bc0f-a57111f7f918": {
416
+ comparison_inputs: {
417
+ "0feea517-544e-40ff-b73f-5257794b7018": {
418
+ title: string;
419
+ content: string;
420
+ change_history: string;
421
+ additional_attributes: {
422
+ display_index: number;
423
+ display_title: boolean;
424
+ display_content: boolean;
425
+ pdf_start_page_number: string;
426
+ pdf_end_page_number: string;
427
+ };
428
+ };
429
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
430
+ title: string;
431
+ content: string;
432
+ change_history: string;
433
+ additional_attributes: {
434
+ display_index: number;
435
+ display_title: boolean;
436
+ display_content: boolean;
437
+ pdf_start_page_number: string;
438
+ pdf_end_page_number: string;
439
+ };
440
+ };
441
+ };
442
+ mapping_rationale: string;
443
+ display_node: boolean;
444
+ skip_node: boolean;
445
+ comparison_config: {
446
+ type: string;
447
+ mode: string;
448
+ criterion_set_id: string;
449
+ execution_mode: string;
450
+ };
451
+ next: string;
452
+ };
453
+ "fefe816d-28d7-4e71-92e3-ec305016246c": {
454
+ comparison_inputs: {
455
+ "0feea517-544e-40ff-b73f-5257794b7018": {
456
+ title: string;
457
+ content: string;
458
+ change_history: string;
459
+ additional_attributes: {
460
+ display_index: number;
461
+ display_title: boolean;
462
+ display_content: boolean;
463
+ pdf_start_page_number: string;
464
+ pdf_end_page_number: string;
465
+ };
466
+ };
467
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
468
+ title: string;
469
+ content: string;
470
+ change_history: string;
471
+ additional_attributes: {
472
+ display_index: number;
473
+ display_title: boolean;
474
+ display_content: boolean;
475
+ pdf_start_page_number: string;
476
+ pdf_end_page_number: string;
477
+ ref_parent_section_node_id: string;
478
+ };
479
+ };
480
+ };
481
+ mapping_rationale: string;
482
+ display_node: boolean;
483
+ skip_node: boolean;
484
+ comparison_config: {
485
+ type: string;
486
+ mode: string;
487
+ criterion_set_id: string;
488
+ execution_mode: string;
489
+ };
490
+ next: string;
491
+ };
492
+ "36fde4b0-1be7-4a8d-b3b6-0da25b131a1c": {
493
+ comparison_inputs: {
494
+ "0feea517-544e-40ff-b73f-5257794b7018": {
495
+ title: string;
496
+ content: string;
497
+ change_history: string;
498
+ additional_attributes: {
499
+ display_index: number;
500
+ display_title: boolean;
501
+ display_content: boolean;
502
+ pdf_start_page_number: string;
503
+ pdf_end_page_number: string;
504
+ };
505
+ };
506
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
507
+ title: string;
508
+ content: string;
509
+ change_history: string;
510
+ additional_attributes: {
511
+ display_index: number;
512
+ display_title: boolean;
513
+ display_content: boolean;
514
+ pdf_start_page_number: string;
515
+ pdf_end_page_number: string;
516
+ ref_parent_section_node_id: string;
517
+ };
518
+ };
519
+ };
520
+ mapping_rationale: string;
521
+ display_node: boolean;
522
+ skip_node: boolean;
523
+ comparison_config: {
524
+ type: string;
525
+ mode: string;
526
+ criterion_set_id: string;
527
+ execution_mode: string;
528
+ };
529
+ next: string;
530
+ };
531
+ };
532
+ };
533
+ export declare const DEVIATION_DATA: {
534
+ "60a6686a-8029-4e30-bc0f-a57111f7f918": {
535
+ evaluation_result: {
536
+ "0": {
537
+ deviation_highlights: {
538
+ "0feea517-544e-40ff-b73f-5257794b7018": never[];
539
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": never[];
540
+ };
541
+ deviation_title: string;
542
+ deviation_summary: string;
543
+ cognitive_decisioning: {
544
+ decisioning_factors: string[];
545
+ gaps_in_decision: string[];
546
+ decision_strength: number;
547
+ citations: string;
548
+ };
549
+ deviation_explanation: string[];
550
+ deviation_impact: string;
551
+ evaluation_outputs: {
552
+ name: string;
553
+ output_value: string;
554
+ affected_party: string;
555
+ metadata: {
556
+ label_color: string;
557
+ };
558
+ };
559
+ };
560
+ };
561
+ };
562
+ "fefe816d-28d7-4e71-92e3-ec305016246c": {
563
+ evaluation_result: {
564
+ "0": {
565
+ deviation_highlights: {
566
+ "0feea517-544e-40ff-b73f-5257794b7018": never[];
567
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": never[];
568
+ };
569
+ deviation_title: string;
570
+ deviation_summary: string;
571
+ cognitive_decisioning: {
572
+ decisioning_factors: string[];
573
+ gaps_in_decision: string[];
574
+ decision_strength: number;
575
+ citations: string;
576
+ };
577
+ deviation_explanation: string[];
578
+ deviation_impact: string;
579
+ evaluation_outputs: {
580
+ name: string;
581
+ output_value: string;
582
+ affected_party: string;
583
+ metadata: {
584
+ label_color: string;
585
+ };
586
+ };
587
+ };
588
+ };
589
+ };
590
+ "36fde4b0-1be7-4a8d-b3b6-0da25b131a1c": {
591
+ evaluation_result: {
592
+ "0": {
593
+ deviation_highlights: {
594
+ "0feea517-544e-40ff-b73f-5257794b7018": string[];
595
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": string[];
596
+ };
597
+ deviation_title: string;
598
+ deviation_summary: string;
599
+ cognitive_decisioning: {
600
+ decisioning_factors: string[];
601
+ gaps_in_decision: string[];
602
+ decision_strength: number;
603
+ citations: {
604
+ "1": {
605
+ "0feea517-544e-40ff-b73f-5257794b7018": {
606
+ highlighted_text: string;
607
+ custom_metadata: {
608
+ pdf_start_page_number: string;
609
+ pdf_end_page_number: string;
610
+ };
611
+ };
612
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
613
+ highlighted_text: string;
614
+ custom_metadata: {
615
+ pdf_start_page_number: string;
616
+ pdf_end_page_number: string;
617
+ };
618
+ };
619
+ };
620
+ "2": {
621
+ "0feea517-544e-40ff-b73f-5257794b7018": {
622
+ highlighted_text: string;
623
+ custom_metadata: {
624
+ pdf_start_page_number: string;
625
+ pdf_end_page_number: string;
626
+ };
627
+ };
628
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
629
+ highlighted_text: string;
630
+ custom_metadata: {
631
+ pdf_start_page_number: string;
632
+ pdf_end_page_number: string;
633
+ };
634
+ };
635
+ };
636
+ "3": {
637
+ "0feea517-544e-40ff-b73f-5257794b7018": {
638
+ highlighted_text: string;
639
+ custom_metadata: {
640
+ pdf_start_page_number: string;
641
+ pdf_end_page_number: string;
642
+ };
643
+ };
644
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
645
+ highlighted_text: string;
646
+ custom_metadata: {
647
+ pdf_start_page_number: string;
648
+ pdf_end_page_number: string;
649
+ };
650
+ };
651
+ };
652
+ };
653
+ };
654
+ deviation_explanation: string[];
655
+ deviation_impact: string;
656
+ evaluation_outputs: {
657
+ name: string;
658
+ output_value: string;
659
+ affected_party: string;
660
+ metadata: {
661
+ label_color: string;
662
+ compare_category_id: string;
663
+ };
664
+ };
665
+ };
666
+ };
667
+ };
668
+ "9544a97a-56d9-4431-b2db-0a1a7dc0888a": {
669
+ evaluation_result: {
670
+ "0": {
671
+ deviation_title: string;
672
+ deviation_summary: string;
673
+ cognitive_decisioning: {
674
+ decisioning_factors: string[];
675
+ gaps_in_decision: string[];
676
+ decision_strength: number;
677
+ citations: string;
678
+ };
679
+ deviation_explanation: string[];
680
+ deviation_impact: string;
681
+ evaluation_outputs: {
682
+ name: string;
683
+ output_value: string;
684
+ affected_party: string;
685
+ metadata: {
686
+ label_color: string;
687
+ };
688
+ };
689
+ };
690
+ };
691
+ };
692
+ "97f893d7-5ba2-476f-b074-252361a5443f": {
693
+ evaluation_result: {
694
+ "0": {
695
+ deviation_highlights: {
696
+ "0feea517-544e-40ff-b73f-5257794b7018": string[];
697
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": string[];
698
+ };
699
+ deviation_title: string;
700
+ deviation_summary: string;
701
+ cognitive_decisioning: {
702
+ decisioning_factors: string[];
703
+ gaps_in_decision: string[];
704
+ decision_strength: number;
705
+ citations: {
706
+ "1": {
707
+ "0feea517-544e-40ff-b73f-5257794b7018": {
708
+ highlighted_text: string;
709
+ custom_metadata: {
710
+ pdf_start_page_number: string;
711
+ pdf_end_page_number: string;
712
+ };
713
+ };
714
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
715
+ highlighted_text: string;
716
+ custom_metadata: {
717
+ pdf_start_page_number: string;
718
+ pdf_end_page_number: string;
719
+ };
720
+ };
721
+ };
722
+ "2": {
723
+ "0feea517-544e-40ff-b73f-5257794b7018": {
724
+ highlighted_text: string;
725
+ custom_metadata: {
726
+ pdf_start_page_number: string;
727
+ pdf_end_page_number: string;
728
+ };
729
+ };
730
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
731
+ highlighted_text: string;
732
+ custom_metadata: {
733
+ pdf_start_page_number: string;
734
+ pdf_end_page_number: string;
735
+ };
736
+ };
737
+ };
738
+ };
739
+ };
740
+ deviation_explanation: string[];
741
+ deviation_impact: string;
742
+ evaluation_outputs: {
743
+ name: string;
744
+ output_value: string;
745
+ affected_party: string;
746
+ metadata: {
747
+ label_color: string;
748
+ };
749
+ };
750
+ };
751
+ };
752
+ };
753
+ "64c2edaa-d041-45c6-9c72-254a5b9c1b5c": {
754
+ evaluation_result: {
755
+ "0": {
756
+ deviation_title: string;
757
+ deviation_summary: string;
758
+ cognitive_decisioning: {
759
+ decisioning_factors: string[];
760
+ gaps_in_decision: string[];
761
+ decision_strength: number;
762
+ citations: {
763
+ "1": {
764
+ "0feea517-544e-40ff-b73f-5257794b7018": {
765
+ highlighted_text: string;
766
+ custom_metadata: {
767
+ pdf_start_page_number: string;
768
+ pdf_end_page_number: string;
769
+ };
770
+ };
771
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
772
+ highlighted_text: string;
773
+ custom_metadata: {
774
+ pdf_start_page_number: string;
775
+ pdf_end_page_number: string;
776
+ };
777
+ };
778
+ };
779
+ "2": {
780
+ "0feea517-544e-40ff-b73f-5257794b7018": {
781
+ highlighted_text: string;
782
+ custom_metadata: {
783
+ pdf_start_page_number: string;
784
+ pdf_end_page_number: string;
785
+ };
786
+ };
787
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
788
+ highlighted_text: string;
789
+ custom_metadata: {
790
+ pdf_start_page_number: string;
791
+ pdf_end_page_number: string;
792
+ };
793
+ };
794
+ };
795
+ "3": {
796
+ "0feea517-544e-40ff-b73f-5257794b7018": {
797
+ highlighted_text: string;
798
+ custom_metadata: {
799
+ pdf_start_page_number: string;
800
+ pdf_end_page_number: string;
801
+ };
802
+ };
803
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
804
+ highlighted_text: string;
805
+ custom_metadata: {
806
+ pdf_start_page_number: string;
807
+ pdf_end_page_number: string;
808
+ };
809
+ };
810
+ };
811
+ };
812
+ };
813
+ deviation_explanation: string[];
814
+ deviation_impact: string;
815
+ evaluation_outputs: {
816
+ name: string;
817
+ output_value: string;
818
+ affected_party: string;
819
+ metadata: {
820
+ label_color: string;
821
+ };
822
+ };
823
+ };
824
+ };
825
+ };
826
+ "cf731b53-0174-4ea8-a070-3a678b5da62e": {
827
+ evaluation_result: {
828
+ "0": {
829
+ deviation_title: string;
830
+ deviation_summary: string;
831
+ cognitive_decisioning: {
832
+ decisioning_factors: string[];
833
+ gaps_in_decision: string[];
834
+ decision_strength: number;
835
+ citations: {
836
+ "1": {
837
+ "0feea517-544e-40ff-b73f-5257794b7018": {
838
+ highlighted_text: string;
839
+ custom_metadata: {
840
+ pdf_start_page_number: string;
841
+ pdf_end_page_number: string;
842
+ };
843
+ };
844
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
845
+ highlighted_text: string;
846
+ custom_metadata: {
847
+ pdf_start_page_number: string;
848
+ pdf_end_page_number: string;
849
+ };
850
+ };
851
+ };
852
+ "2": {
853
+ "0feea517-544e-40ff-b73f-5257794b7018": {
854
+ highlighted_text: string;
855
+ custom_metadata: {
856
+ pdf_start_page_number: string;
857
+ pdf_end_page_number: string;
858
+ };
859
+ };
860
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
861
+ highlighted_text: string;
862
+ custom_metadata: {
863
+ pdf_start_page_number: string;
864
+ pdf_end_page_number: string;
865
+ };
866
+ };
867
+ };
868
+ "3": {
869
+ "0feea517-544e-40ff-b73f-5257794b7018": {
870
+ highlighted_text: string;
871
+ custom_metadata: {
872
+ pdf_start_page_number: string;
873
+ pdf_end_page_number: string;
874
+ };
875
+ };
876
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
877
+ highlighted_text: string;
878
+ custom_metadata: {
879
+ pdf_start_page_number: string;
880
+ pdf_end_page_number: string;
881
+ };
882
+ };
883
+ };
884
+ "4": {
885
+ "0feea517-544e-40ff-b73f-5257794b7018": {
886
+ highlighted_text: string;
887
+ custom_metadata: {
888
+ pdf_start_page_number: string;
889
+ pdf_end_page_number: string;
890
+ };
891
+ };
892
+ "50cb511f-6a68-438d-96a9-ef1f36cd8086": {
893
+ highlighted_text: string;
894
+ custom_metadata: {
895
+ pdf_start_page_number: string;
896
+ pdf_end_page_number: string;
897
+ };
898
+ };
899
+ };
900
+ };
901
+ };
902
+ deviation_explanation: string[];
903
+ deviation_impact: string;
904
+ evaluation_outputs: {
905
+ name: string;
906
+ output_value: string;
907
+ affected_party: string;
908
+ metadata: {
909
+ label_color: string;
910
+ };
911
+ };
912
+ };
913
+ };
914
+ };
915
+ };
5
916
  //# sourceMappingURL=CommonConstants.d.ts.map