@viswa-test/test-citation 0.0.152 → 0.0.153

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.
@@ -2,1290 +2,4 @@ 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
- intent_output: {
7
- nodes: {
8
- title: {
9
- next: {
10
- "0": string;
11
- };
12
- skip_node: boolean;
13
- display_node: boolean;
14
- comparison_config: {
15
- mode: string;
16
- type: string;
17
- execution_mode: string;
18
- criterion_set_id: string;
19
- };
20
- comparison_inputs: {
21
- existing_variant: {
22
- title: string;
23
- content: string;
24
- additional_attributes: null;
25
- };
26
- new_variant: {
27
- title: string;
28
- content: string;
29
- additional_attributes: null;
30
- };
31
- };
32
- mapping_rationale: null;
33
- evaluation_result: {
34
- deviation_title: string;
35
- deviation_explanation: string[];
36
- evaluation_outputs: {
37
- name: string;
38
- output_value: string;
39
- metadata: {
40
- label_color: string;
41
- };
42
- };
43
- cognitive_decisioning: {
44
- decisioning_factors: string[];
45
- gaps_in_decision: string[];
46
- decision_strength: number;
47
- citations: null;
48
- };
49
- deviations: {};
50
- };
51
- };
52
- title_2: {
53
- next: null;
54
- skip_node: boolean;
55
- display_node: boolean;
56
- comparison_config: {
57
- mode: string;
58
- type: string;
59
- execution_mode: string;
60
- criterion_set_id: string;
61
- };
62
- comparison_inputs: {
63
- existing_variant: {
64
- title: string;
65
- content: string;
66
- additional_attributes: null;
67
- };
68
- new_variant: {
69
- title: string;
70
- content: string;
71
- additional_attributes: null;
72
- };
73
- };
74
- mapping_rationale: null;
75
- evaluation_result: {
76
- deviation_title: string;
77
- deviation_explanation: string[];
78
- evaluation_outputs: {
79
- name: string;
80
- output_value: string;
81
- metadata: {
82
- label_color: string;
83
- };
84
- };
85
- cognitive_decisioning: {
86
- decisioning_factors: string[];
87
- gaps_in_decision: string[];
88
- decision_strength: number;
89
- citations: null;
90
- };
91
- deviations: {};
92
- };
93
- };
94
- learning_description_intent: {
95
- next: null;
96
- skip_node: boolean;
97
- display_node: boolean;
98
- comparison_config: {
99
- mode: string;
100
- type: string;
101
- execution_mode: string;
102
- criterion_set_id: string;
103
- };
104
- comparison_inputs: {
105
- existing_variant: {
106
- title: string;
107
- content: string;
108
- additional_attributes: null;
109
- };
110
- new_variant: {
111
- title: string;
112
- content: string;
113
- additional_attributes: null;
114
- };
115
- };
116
- mapping_rationale: null;
117
- evaluation_result: {
118
- deviation_title: string;
119
- deviation_explanation: string[];
120
- evaluation_outputs: {
121
- name: string;
122
- output_value: string;
123
- metadata: {
124
- label_color: string;
125
- };
126
- };
127
- cognitive_decisioning: {
128
- decisioning_factors: string[];
129
- gaps_in_decision: string[];
130
- decision_strength: number;
131
- citations: null;
132
- };
133
- deviations: {};
134
- };
135
- };
136
- overall_comparison: {
137
- next: {
138
- "0": string;
139
- "1": string;
140
- };
141
- skip_node: boolean;
142
- display_node: boolean;
143
- comparison_config: {
144
- mode: string;
145
- type: string;
146
- execution_mode: string;
147
- criterion_set_id: string;
148
- };
149
- comparison_inputs: {
150
- existing_variant: {
151
- title: string;
152
- content: null;
153
- additional_attributes: null;
154
- };
155
- new_variant: {
156
- title: string;
157
- content: null;
158
- additional_attributes: null;
159
- };
160
- };
161
- mapping_rationale: null;
162
- decision_scope_title: string;
163
- decision_scope_description: string;
164
- evaluation_result: {
165
- deviation_title: string;
166
- deviation_explanation: string[];
167
- evaluation_outputs: {
168
- name: string;
169
- output_value: string;
170
- metadata: {
171
- label_color: string;
172
- };
173
- };
174
- cognitive_decisioning: {
175
- decisioning_factors: string[];
176
- gaps_in_decision: string[];
177
- decision_strength: number;
178
- citations: null;
179
- };
180
- };
181
- };
182
- };
183
- documents: {
184
- existing_variant: {
185
- role: string;
186
- title: string;
187
- metadata: {
188
- file_name: null;
189
- };
190
- mime_type: null;
191
- source_uri: null;
192
- };
193
- new_variant: {
194
- role: string;
195
- title: string;
196
- metadata: {
197
- file_name: null;
198
- };
199
- mime_type: null;
200
- source_uri: null;
201
- };
202
- };
203
- base_root_id: string;
204
- input_index_map: {
205
- "0": string;
206
- "1": string;
207
- };
208
- evaluation_criteria: {
209
- "criteria-uuid1": {
210
- criterion: {
211
- name: string;
212
- data_type: string;
213
- measuring_unit: string;
214
- criteria_properties: {
215
- metadata: {
216
- label_color: string;
217
- };
218
- description: string;
219
- output_label: string;
220
- output_template: string;
221
- output_percentage: string;
222
- }[];
223
- };
224
- criteria_set_id: string;
225
- };
226
- "criteria-uuid2": {
227
- criterion: {
228
- name: string;
229
- data_type: string;
230
- measuring_unit: string;
231
- criteria_properties: {
232
- metadata: {
233
- label_color: string;
234
- };
235
- description: string;
236
- output_label: string;
237
- output_template: string;
238
- output_percentage: string;
239
- }[];
240
- };
241
- criteria_set_id: string;
242
- };
243
- "criteria-uuid3": {
244
- criterion: {
245
- name: string;
246
- data_type: string;
247
- measuring_unit: string;
248
- criteria_properties: {
249
- metadata: {
250
- label_color: string;
251
- };
252
- description: string;
253
- output_label: string;
254
- output_template: string;
255
- output_percentage: string;
256
- }[];
257
- };
258
- criteria_set_id: string;
259
- };
260
- "criteria-uuid4": {
261
- criterion: {
262
- name: string;
263
- data_type: string;
264
- measuring_unit: string;
265
- criteria_properties: {
266
- metadata: {
267
- label_color: string;
268
- };
269
- description: string;
270
- output_label: string;
271
- output_template: string;
272
- output_percentage: string;
273
- }[];
274
- };
275
- criteria_set_id: string;
276
- };
277
- };
278
- };
279
- behaviour_output?: undefined;
280
- } | {
281
- behaviour_output: {
282
- nodes: {
283
- learning_description_behavior: {
284
- next: null;
285
- skip_node: boolean;
286
- display_node: boolean;
287
- comparison_config: {
288
- mode: string;
289
- type: string;
290
- execution_mode: string;
291
- criterion_set_id: string;
292
- };
293
- comparison_inputs: {
294
- existing_variant: {
295
- title: string;
296
- content: string;
297
- additional_attributes: null;
298
- };
299
- new_variant: {
300
- title: string;
301
- content: string;
302
- additional_attributes: null;
303
- };
304
- };
305
- mapping_rationale: null;
306
- evaluation_result: {
307
- deviation_title: string;
308
- deviation_explanation: string[];
309
- evaluation_outputs: {
310
- name: string;
311
- output_value: string;
312
- metadata: {
313
- label_color: string;
314
- };
315
- };
316
- cognitive_decisioning: {
317
- decisioning_factors: string[];
318
- gaps_in_decision: string[];
319
- decision_strength: number;
320
- citations: null;
321
- };
322
- deviations: {};
323
- };
324
- };
325
- "conditions-uuid12": {
326
- next: {
327
- "0": string;
328
- "1": string;
329
- };
330
- skip_node: boolean;
331
- display_node: boolean;
332
- comparison_config: {
333
- mode: string;
334
- type: string;
335
- execution_mode: string;
336
- criterion_set_id: string;
337
- };
338
- comparison_inputs: {
339
- existing_variant: {
340
- title: string;
341
- content: null;
342
- additional_attributes: null;
343
- };
344
- new_variant: {
345
- title: string;
346
- content: null;
347
- additional_attributes: null;
348
- };
349
- };
350
- mapping_rationale: null;
351
- evaluation_result: {
352
- deviation_title: string;
353
- deviation_explanation: string[];
354
- evaluation_outputs: {
355
- name: string;
356
- output_value: string;
357
- metadata: {
358
- label_color: string;
359
- };
360
- };
361
- cognitive_decisioning: {
362
- decisioning_factors: string[];
363
- gaps_in_decision: string[];
364
- decision_strength: number;
365
- citations: null;
366
- };
367
- };
368
- };
369
- overall_comparison: {
370
- next: {
371
- "0": string;
372
- "1": string;
373
- };
374
- skip_node: boolean;
375
- display_node: boolean;
376
- comparison_config: {
377
- mode: string;
378
- type: string;
379
- execution_mode: string;
380
- criterion_set_id: string;
381
- };
382
- comparison_inputs: {
383
- existing_variant: {
384
- title: string;
385
- content: null;
386
- additional_attributes: null;
387
- };
388
- new_variant: {
389
- title: string;
390
- content: null;
391
- additional_attributes: null;
392
- };
393
- };
394
- mapping_rationale: null;
395
- decision_scope_title: string;
396
- decision_scope_description: string;
397
- evaluation_result: {
398
- deviation_title: string;
399
- deviation_explanation: string[];
400
- evaluation_outputs: {
401
- name: string;
402
- output_value: string;
403
- metadata: {
404
- label_color: string;
405
- };
406
- };
407
- cognitive_decisioning: {
408
- decisioning_factors: string[];
409
- gaps_in_decision: string[];
410
- decision_strength: number;
411
- citations: null;
412
- };
413
- };
414
- };
415
- when_to_apply: {
416
- next: {
417
- "0": string;
418
- };
419
- skip_node: boolean;
420
- display_node: boolean;
421
- comparison_config: {
422
- mode: string;
423
- type: string;
424
- execution_mode: string;
425
- criterion_set_id: string;
426
- };
427
- comparison_inputs: {
428
- existing_variant: {
429
- title: string;
430
- content: string;
431
- additional_attributes: null;
432
- };
433
- new_variant: {
434
- title: string;
435
- content: string;
436
- additional_attributes: null;
437
- };
438
- };
439
- mapping_rationale: null;
440
- evaluation_result: {
441
- deviation_title: string;
442
- deviation_explanation: string[];
443
- evaluation_outputs: {
444
- name: string;
445
- output_value: string;
446
- metadata: {
447
- label_color: string;
448
- };
449
- };
450
- cognitive_decisioning: {
451
- decisioning_factors: string[];
452
- gaps_in_decision: string[];
453
- decision_strength: number;
454
- citations: null;
455
- };
456
- deviations: {
457
- "0": {
458
- existing_variant: string;
459
- new_variant: string;
460
- deviation_summary: string;
461
- };
462
- };
463
- };
464
- };
465
- when_to_apply_2: {
466
- next: null;
467
- skip_node: boolean;
468
- display_node: boolean;
469
- comparison_config: {
470
- mode: string;
471
- type: string;
472
- execution_mode: string;
473
- criterion_set_id: string;
474
- };
475
- comparison_inputs: {
476
- existing_variant: {
477
- title: string;
478
- content: string;
479
- additional_attributes: null;
480
- };
481
- new_variant: {
482
- title: string;
483
- content: string;
484
- additional_attributes: null;
485
- };
486
- };
487
- mapping_rationale: null;
488
- evaluation_result: {
489
- deviation_title: string;
490
- deviation_explanation: string[];
491
- evaluation_outputs: {
492
- name: string;
493
- output_value: string;
494
- metadata: {
495
- label_color: string;
496
- };
497
- };
498
- cognitive_decisioning: {
499
- decisioning_factors: string[];
500
- gaps_in_decision: string[];
501
- decision_strength: number;
502
- citations: null;
503
- };
504
- deviations: {
505
- "0": {
506
- existing_variant: string;
507
- new_variant: string;
508
- deviation_summary: string;
509
- };
510
- };
511
- };
512
- };
513
- when_not_to_apply: {
514
- next: null;
515
- skip_node: boolean;
516
- display_node: boolean;
517
- comparison_config: {
518
- mode: string;
519
- type: string;
520
- execution_mode: string;
521
- criterion_set_id: string;
522
- };
523
- comparison_inputs: {
524
- existing_variant: {
525
- title: string;
526
- content: string;
527
- additional_attributes: null;
528
- };
529
- new_variant: {
530
- title: string;
531
- content: string;
532
- additional_attributes: null;
533
- };
534
- };
535
- mapping_rationale: null;
536
- evaluation_result: {
537
- deviation_title: string;
538
- deviation_explanation: string[];
539
- evaluation_outputs: {
540
- name: string;
541
- output_value: string;
542
- metadata: {
543
- label_color: string;
544
- };
545
- };
546
- cognitive_decisioning: {
547
- decisioning_factors: string[];
548
- gaps_in_decision: string[];
549
- decision_strength: number;
550
- citations: null;
551
- };
552
- deviations: {
553
- "0": {
554
- existing_variant: string;
555
- new_variant: string;
556
- deviation_summary: string;
557
- };
558
- };
559
- };
560
- };
561
- };
562
- documents: {
563
- existing_variant: {
564
- role: string;
565
- title: string;
566
- metadata: {
567
- file_name: null;
568
- };
569
- mime_type: null;
570
- source_uri: null;
571
- };
572
- new_variant: {
573
- role: string;
574
- title: string;
575
- metadata: {
576
- file_name: null;
577
- };
578
- mime_type: null;
579
- source_uri: null;
580
- };
581
- };
582
- base_root_id: string;
583
- input_index_map: {
584
- "0": string;
585
- "1": string;
586
- };
587
- evaluation_criteria: {
588
- "criteria-uuid1": {
589
- criterion: {
590
- name: string;
591
- data_type: string;
592
- measuring_unit: string;
593
- criteria_properties: {
594
- metadata: {
595
- label_color: string;
596
- };
597
- description: string;
598
- output_label: string;
599
- output_template: string;
600
- output_percentage: string;
601
- }[];
602
- };
603
- criteria_set_id: string;
604
- };
605
- "criteria-uuid2": {
606
- criterion: {
607
- name: string;
608
- data_type: string;
609
- measuring_unit: string;
610
- criteria_properties: {
611
- metadata: {
612
- label_color: string;
613
- };
614
- description: string;
615
- output_label: string;
616
- output_template: string;
617
- output_percentage: string;
618
- }[];
619
- };
620
- criteria_set_id: string;
621
- };
622
- "criteria-uuid3": {
623
- criterion: {
624
- name: string;
625
- data_type: string;
626
- measuring_unit: string;
627
- criteria_properties: {
628
- metadata: {
629
- label_color: string;
630
- };
631
- description: string;
632
- output_label: string;
633
- output_template: string;
634
- output_percentage: string;
635
- }[];
636
- };
637
- criteria_set_id: string;
638
- };
639
- "criteria-uuid4": {
640
- criterion: {
641
- name: string;
642
- data_type: string;
643
- measuring_unit: string;
644
- criteria_properties: {
645
- metadata: {
646
- label_color: string;
647
- };
648
- description: string;
649
- output_label: string;
650
- output_template: string;
651
- output_percentage: string;
652
- }[];
653
- };
654
- criteria_set_id: string;
655
- };
656
- };
657
- final_score: string;
658
- rule_id: string;
659
- };
660
- intent_output?: undefined;
661
- })[] | ({
662
- intent_output: {
663
- nodes: {
664
- title: {
665
- next: null;
666
- skip_node: boolean;
667
- display_node: boolean;
668
- comparison_config: {
669
- mode: string;
670
- type: string;
671
- execution_mode: string;
672
- criterion_set_id: string;
673
- };
674
- comparison_inputs: {
675
- existing_variant: {
676
- title: string;
677
- content: string;
678
- additional_attributes: null;
679
- };
680
- new_variant: {
681
- title: string;
682
- content: string;
683
- additional_attributes: null;
684
- };
685
- };
686
- mapping_rationale: null;
687
- evaluation_result: {
688
- deviation_title: string;
689
- deviation_explanation: string[];
690
- evaluation_outputs: {
691
- name: string;
692
- output_value: string;
693
- metadata: {
694
- label_color: string;
695
- };
696
- };
697
- cognitive_decisioning: {
698
- decisioning_factors: string[];
699
- gaps_in_decision: string[];
700
- decision_strength: number;
701
- citations: null;
702
- };
703
- deviations: {};
704
- };
705
- };
706
- learning_description_intent: {
707
- next: {
708
- "0": string;
709
- };
710
- skip_node: boolean;
711
- display_node: boolean;
712
- comparison_config: {
713
- mode: string;
714
- type: string;
715
- execution_mode: string;
716
- criterion_set_id: string;
717
- };
718
- comparison_inputs: {
719
- existing_variant: {
720
- title: string;
721
- content: string;
722
- additional_attributes: null;
723
- };
724
- new_variant: {
725
- title: string;
726
- content: string;
727
- additional_attributes: null;
728
- };
729
- };
730
- mapping_rationale: null;
731
- evaluation_result: {
732
- deviation_title: string;
733
- deviation_explanation: string[];
734
- evaluation_outputs: {
735
- name: string;
736
- output_value: string;
737
- metadata: {
738
- label_color: string;
739
- };
740
- };
741
- cognitive_decisioning: {
742
- decisioning_factors: string[];
743
- gaps_in_decision: string[];
744
- decision_strength: number;
745
- citations: null;
746
- };
747
- deviations: {
748
- "0": {
749
- existing_variant: string;
750
- new_variant: string;
751
- deviation_summary: string;
752
- };
753
- };
754
- };
755
- };
756
- learning_description_intent_2: {
757
- next: null;
758
- skip_node: boolean;
759
- display_node: boolean;
760
- comparison_config: {
761
- mode: string;
762
- type: string;
763
- execution_mode: string;
764
- criterion_set_id: string;
765
- };
766
- comparison_inputs: {
767
- existing_variant: {
768
- title: string;
769
- content: string;
770
- additional_attributes: null;
771
- };
772
- new_variant: {
773
- title: string;
774
- content: string;
775
- additional_attributes: null;
776
- };
777
- };
778
- mapping_rationale: null;
779
- evaluation_result: {
780
- deviation_title: string;
781
- deviation_explanation: string[];
782
- evaluation_outputs: {
783
- name: string;
784
- output_value: string;
785
- metadata: {
786
- label_color: string;
787
- };
788
- };
789
- cognitive_decisioning: {
790
- decisioning_factors: string[];
791
- gaps_in_decision: string[];
792
- decision_strength: number;
793
- citations: null;
794
- };
795
- deviations: {
796
- "0": {
797
- existing_variant: string;
798
- new_variant: string;
799
- deviation_summary: string;
800
- };
801
- };
802
- };
803
- };
804
- overall_comparison: {
805
- next: {
806
- "0": string;
807
- "1": string;
808
- };
809
- skip_node: boolean;
810
- display_node: boolean;
811
- comparison_config: {
812
- mode: string;
813
- type: string;
814
- execution_mode: string;
815
- criterion_set_id: string;
816
- };
817
- comparison_inputs: {
818
- existing_variant: {
819
- title: string;
820
- content: null;
821
- additional_attributes: null;
822
- };
823
- new_variant: {
824
- title: string;
825
- content: null;
826
- additional_attributes: null;
827
- };
828
- };
829
- mapping_rationale: null;
830
- decision_scope_title: string;
831
- decision_scope_description: string;
832
- evaluation_result: {
833
- deviation_title: string;
834
- deviation_explanation: string[];
835
- evaluation_outputs: {
836
- name: string;
837
- output_value: string;
838
- metadata: {
839
- label_color: string;
840
- };
841
- };
842
- cognitive_decisioning: {
843
- decisioning_factors: string[];
844
- gaps_in_decision: string[];
845
- decision_strength: number;
846
- citations: null;
847
- };
848
- };
849
- };
850
- };
851
- documents: {
852
- existing_variant: {
853
- role: string;
854
- title: string;
855
- metadata: {
856
- file_name: null;
857
- };
858
- mime_type: null;
859
- source_uri: null;
860
- };
861
- new_variant: {
862
- role: string;
863
- title: string;
864
- metadata: {
865
- file_name: null;
866
- };
867
- mime_type: null;
868
- source_uri: null;
869
- };
870
- };
871
- base_root_id: string;
872
- input_index_map: {
873
- "0": string;
874
- "1": string;
875
- };
876
- evaluation_criteria: {
877
- "criteria-uuid1": {
878
- criterion: {
879
- name: string;
880
- data_type: string;
881
- measuring_unit: string;
882
- criteria_properties: {
883
- metadata: {
884
- label_color: string;
885
- };
886
- description: string;
887
- output_label: string;
888
- output_template: string;
889
- output_percentage: string;
890
- }[];
891
- };
892
- criteria_set_id: string;
893
- };
894
- "criteria-uuid2": {
895
- criterion: {
896
- name: string;
897
- data_type: string;
898
- measuring_unit: string;
899
- criteria_properties: {
900
- metadata: {
901
- label_color: string;
902
- };
903
- description: string;
904
- output_label: string;
905
- output_template: string;
906
- output_percentage: string;
907
- }[];
908
- };
909
- criteria_set_id: string;
910
- };
911
- "criteria-uuid3": {
912
- criterion: {
913
- name: string;
914
- data_type: string;
915
- measuring_unit: string;
916
- criteria_properties: {
917
- metadata: {
918
- label_color: string;
919
- };
920
- description: string;
921
- output_label: string;
922
- output_template: string;
923
- output_percentage: string;
924
- }[];
925
- };
926
- criteria_set_id: string;
927
- };
928
- "criteria-uuid4": {
929
- criterion: {
930
- name: string;
931
- data_type: string;
932
- measuring_unit: string;
933
- criteria_properties: {
934
- metadata: {
935
- label_color: string;
936
- };
937
- description: string;
938
- output_label: string;
939
- output_template: string;
940
- output_percentage: string;
941
- }[];
942
- };
943
- criteria_set_id: string;
944
- };
945
- };
946
- };
947
- behaviour_output?: undefined;
948
- } | {
949
- behaviour_output: {
950
- nodes: {
951
- learning_description_behavior: {
952
- next: {
953
- "0": string;
954
- "1": string;
955
- "2": string;
956
- "3": string;
957
- };
958
- skip_node: boolean;
959
- display_node: boolean;
960
- comparison_config: {
961
- mode: string;
962
- type: string;
963
- execution_mode: string;
964
- criterion_set_id: string;
965
- };
966
- comparison_inputs: {
967
- existing_variant: {
968
- title: string;
969
- content: string;
970
- additional_attributes: null;
971
- };
972
- new_variant: {
973
- title: string;
974
- content: string;
975
- additional_attributes: null;
976
- };
977
- };
978
- mapping_rationale: null;
979
- evaluation_result: {
980
- deviation_title: string;
981
- deviation_explanation: string[];
982
- evaluation_outputs: {
983
- name: string;
984
- output_value: string;
985
- metadata: {
986
- label_color: string;
987
- };
988
- };
989
- cognitive_decisioning: {
990
- decisioning_factors: string[];
991
- gaps_in_decision: string[];
992
- decision_strength: number;
993
- citations: null;
994
- };
995
- deviations: {
996
- "0": {
997
- existing_variant: string;
998
- new_variant: string;
999
- deviation_summary: string;
1000
- };
1001
- };
1002
- };
1003
- };
1004
- "conditions-uuid12": {
1005
- next: {
1006
- "0": string;
1007
- "1": string;
1008
- };
1009
- skip_node: boolean;
1010
- display_node: boolean;
1011
- comparison_config: {
1012
- mode: string;
1013
- type: string;
1014
- execution_mode: string;
1015
- criterion_set_id: string;
1016
- };
1017
- comparison_inputs: {
1018
- existing_variant: {
1019
- title: string;
1020
- content: string;
1021
- additional_attributes: null;
1022
- };
1023
- new_variant: {
1024
- title: string;
1025
- content: string;
1026
- additional_attributes: null;
1027
- };
1028
- };
1029
- mapping_rationale: null;
1030
- evaluation_result: {
1031
- deviation_title: string;
1032
- deviation_explanation: string[];
1033
- evaluation_outputs: {
1034
- name: string;
1035
- output_value: string;
1036
- metadata: {
1037
- label_color: string;
1038
- };
1039
- };
1040
- cognitive_decisioning: {
1041
- decisioning_factors: string[];
1042
- gaps_in_decision: string[];
1043
- decision_strength: number;
1044
- citations: null;
1045
- };
1046
- };
1047
- };
1048
- overall_comparison: {
1049
- next: {
1050
- "0": string;
1051
- "1": string;
1052
- };
1053
- skip_node: boolean;
1054
- display_node: boolean;
1055
- comparison_config: {
1056
- mode: string;
1057
- type: string;
1058
- execution_mode: string;
1059
- criterion_set_id: string;
1060
- };
1061
- comparison_inputs: {
1062
- existing_variant: {
1063
- title: string;
1064
- content: null;
1065
- additional_attributes: null;
1066
- };
1067
- new_variant: {
1068
- title: string;
1069
- content: null;
1070
- additional_attributes: null;
1071
- };
1072
- };
1073
- mapping_rationale: null;
1074
- decision_scope_title: string;
1075
- decision_scope_description: string;
1076
- evaluation_result: {
1077
- deviation_title: string;
1078
- deviation_explanation: string[];
1079
- evaluation_outputs: {
1080
- name: string;
1081
- output_value: string;
1082
- metadata: {
1083
- label_color: string;
1084
- };
1085
- };
1086
- cognitive_decisioning: {
1087
- decisioning_factors: string[];
1088
- gaps_in_decision: string[];
1089
- decision_strength: number;
1090
- citations: null;
1091
- };
1092
- };
1093
- };
1094
- when_to_apply: {
1095
- next: null;
1096
- skip_node: boolean;
1097
- display_node: boolean;
1098
- comparison_config: {
1099
- mode: string;
1100
- type: string;
1101
- execution_mode: string;
1102
- criterion_set_id: string;
1103
- };
1104
- comparison_inputs: {
1105
- existing_variant: {
1106
- title: string;
1107
- content: string;
1108
- additional_attributes: null;
1109
- };
1110
- new_variant: {
1111
- title: string;
1112
- content: string;
1113
- additional_attributes: null;
1114
- };
1115
- };
1116
- mapping_rationale: null;
1117
- evaluation_result: {
1118
- deviation_title: string;
1119
- deviation_explanation: string[];
1120
- evaluation_outputs: {
1121
- name: string;
1122
- output_value: string;
1123
- metadata: {
1124
- label_color: string;
1125
- };
1126
- };
1127
- cognitive_decisioning: {
1128
- decisioning_factors: string[];
1129
- gaps_in_decision: string[];
1130
- decision_strength: number;
1131
- citations: null;
1132
- };
1133
- deviations: {
1134
- "0": {
1135
- existing_variant: string;
1136
- new_variant: string;
1137
- deviation_summary: string;
1138
- };
1139
- };
1140
- };
1141
- };
1142
- when_not_to_apply: {
1143
- next: null;
1144
- skip_node: boolean;
1145
- display_node: boolean;
1146
- comparison_config: {
1147
- mode: string;
1148
- type: string;
1149
- execution_mode: string;
1150
- criterion_set_id: string;
1151
- };
1152
- comparison_inputs: {
1153
- existing_variant: {
1154
- title: string;
1155
- content: string;
1156
- additional_attributes: null;
1157
- };
1158
- new_variant: {
1159
- title: string;
1160
- content: string;
1161
- additional_attributes: null;
1162
- };
1163
- };
1164
- mapping_rationale: null;
1165
- evaluation_result: {
1166
- deviation_title: string;
1167
- deviation_explanation: string[];
1168
- evaluation_outputs: {
1169
- name: string;
1170
- output_value: string;
1171
- metadata: {
1172
- label_color: string;
1173
- };
1174
- };
1175
- cognitive_decisioning: {
1176
- decisioning_factors: string[];
1177
- gaps_in_decision: string[];
1178
- decision_strength: number;
1179
- citations: null;
1180
- };
1181
- deviations: {
1182
- "0": {
1183
- existing_variant: string;
1184
- new_variant: string;
1185
- deviation_summary: string;
1186
- };
1187
- };
1188
- };
1189
- };
1190
- };
1191
- documents: {
1192
- existing_variant: {
1193
- role: string;
1194
- title: string;
1195
- metadata: {
1196
- file_name: null;
1197
- };
1198
- mime_type: null;
1199
- source_uri: null;
1200
- };
1201
- new_variant: {
1202
- role: string;
1203
- title: string;
1204
- metadata: {
1205
- file_name: null;
1206
- };
1207
- mime_type: null;
1208
- source_uri: null;
1209
- };
1210
- };
1211
- base_root_id: string;
1212
- input_index_map: {
1213
- "0": string;
1214
- "1": string;
1215
- };
1216
- evaluation_criteria: {
1217
- "criteria-uuid1": {
1218
- criterion: {
1219
- name: string;
1220
- data_type: string;
1221
- measuring_unit: string;
1222
- criteria_properties: {
1223
- metadata: {
1224
- label_color: string;
1225
- };
1226
- description: string;
1227
- output_label: string;
1228
- output_template: string;
1229
- output_percentage: string;
1230
- }[];
1231
- };
1232
- criteria_set_id: string;
1233
- };
1234
- "criteria-uuid2": {
1235
- criterion: {
1236
- name: string;
1237
- data_type: string;
1238
- measuring_unit: string;
1239
- criteria_properties: {
1240
- metadata: {
1241
- label_color: string;
1242
- };
1243
- description: string;
1244
- output_label: string;
1245
- output_template: string;
1246
- output_percentage: string;
1247
- }[];
1248
- };
1249
- criteria_set_id: string;
1250
- };
1251
- "criteria-uuid3": {
1252
- criterion: {
1253
- name: string;
1254
- data_type: string;
1255
- measuring_unit: string;
1256
- criteria_properties: {
1257
- metadata: {
1258
- label_color: string;
1259
- };
1260
- description: string;
1261
- output_label: string;
1262
- output_template: string;
1263
- output_percentage: string;
1264
- }[];
1265
- };
1266
- criteria_set_id: string;
1267
- };
1268
- "criteria-uuid4": {
1269
- criterion: {
1270
- name: string;
1271
- data_type: string;
1272
- measuring_unit: string;
1273
- criteria_properties: {
1274
- metadata: {
1275
- label_color: string;
1276
- };
1277
- description: string;
1278
- output_label: string;
1279
- output_template: string;
1280
- output_percentage: string;
1281
- }[];
1282
- };
1283
- criteria_set_id: string;
1284
- };
1285
- };
1286
- final_score: string;
1287
- rule_id: string;
1288
- };
1289
- intent_output?: undefined;
1290
- })[])[];
1291
5
  //# sourceMappingURL=CommonConstants.d.ts.map