@redocly/config 0.50.0 → 0.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/asyncapi-config-schema.d.ts +10 -27
- package/lib/common.d.ts +126 -113
- package/lib/constants/shared.d.ts +1 -0
- package/lib/default-theme-config-schema.d.ts +544 -619
- package/lib/entities-catalog-config-schema.d.ts +60 -72
- package/lib/entities-catalog-entity-file-schema.d.ts +74 -67
- package/lib/ex-theme-config-schemas.d.ts +273 -348
- package/lib/feedback-config-schema.d.ts +9 -29
- package/lib/graphql-config-schema.d.ts +11 -28
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/product-override-schema.d.ts +2362 -2607
- package/lib/redoc-config-schema.d.ts +14 -33
- package/lib/reference-docs-config-schema.d.ts +14 -10
- package/lib/reunite-config-schema.d.ts +11 -12
- package/lib/root-config-schema.d.ts +22774 -17198
- package/lib/scorecards-config-schema.d.ts +168 -108
- package/lib/types/index.d.ts +1 -0
- package/lib/types/json-schema-types.d.ts +69 -0
- package/lib/types/portal-shared-types.d.ts +3 -0
- package/lib-esm/asyncapi-config-schema.d.ts +10 -27
- package/lib-esm/common.d.ts +126 -113
- package/lib-esm/constants/shared.d.ts +1 -0
- package/lib-esm/default-theme-config-schema.d.ts +544 -619
- package/lib-esm/entities-catalog-config-schema.d.ts +60 -72
- package/lib-esm/entities-catalog-entity-file-schema.d.ts +74 -67
- package/lib-esm/ex-theme-config-schemas.d.ts +273 -348
- package/lib-esm/feedback-config-schema.d.ts +9 -29
- package/lib-esm/graphql-config-schema.d.ts +11 -28
- package/lib-esm/index.d.ts +1 -1
- package/lib-esm/index.js +1 -1
- package/lib-esm/product-override-schema.d.ts +2362 -2607
- package/lib-esm/redoc-config-schema.d.ts +14 -33
- package/lib-esm/reference-docs-config-schema.d.ts +14 -10
- package/lib-esm/reunite-config-schema.d.ts +11 -12
- package/lib-esm/root-config-schema.d.ts +22774 -17198
- package/lib-esm/scorecards-config-schema.d.ts +168 -108
- package/lib-esm/types/index.d.ts +1 -0
- package/lib-esm/types/json-schema-types.d.ts +69 -0
- package/lib-esm/types/portal-shared-types.d.ts +3 -0
- package/package.json +2 -2
- package/lib/remove-property-recursively.d.ts +0 -5
- package/lib-esm/remove-property-recursively.d.ts +0 -5
|
@@ -50,7 +50,6 @@ export declare const themeConfigSchema: {
|
|
|
50
50
|
};
|
|
51
51
|
readonly disconnect: {
|
|
52
52
|
readonly type: 'boolean';
|
|
53
|
-
readonly default: false;
|
|
54
53
|
};
|
|
55
54
|
readonly group: {
|
|
56
55
|
readonly type: 'string';
|
|
@@ -80,7 +79,7 @@ export declare const themeConfigSchema: {
|
|
|
80
79
|
readonly type: 'string';
|
|
81
80
|
};
|
|
82
81
|
};
|
|
83
|
-
readonly required: readonly [
|
|
82
|
+
readonly required: readonly ["srcSet"];
|
|
84
83
|
}];
|
|
85
84
|
};
|
|
86
85
|
readonly separator: {
|
|
@@ -91,15 +90,14 @@ export declare const themeConfigSchema: {
|
|
|
91
90
|
};
|
|
92
91
|
readonly linePosition: {
|
|
93
92
|
readonly type: 'string';
|
|
94
|
-
readonly enum: readonly [
|
|
95
|
-
readonly default: 'top';
|
|
93
|
+
readonly enum: readonly ["top", "bottom"];
|
|
96
94
|
};
|
|
97
95
|
readonly version: {
|
|
98
96
|
readonly type: 'string';
|
|
99
97
|
};
|
|
100
98
|
readonly menuStyle: {
|
|
101
99
|
readonly type: 'string';
|
|
102
|
-
readonly enum: readonly [
|
|
100
|
+
readonly enum: readonly ["drilldown"];
|
|
103
101
|
};
|
|
104
102
|
readonly expanded: {
|
|
105
103
|
readonly type: 'string';
|
|
@@ -140,7 +138,6 @@ export declare const themeConfigSchema: {
|
|
|
140
138
|
};
|
|
141
139
|
readonly disconnect: {
|
|
142
140
|
readonly type: 'boolean';
|
|
143
|
-
readonly default: false;
|
|
144
141
|
};
|
|
145
142
|
readonly group: {
|
|
146
143
|
readonly type: 'string';
|
|
@@ -170,7 +167,7 @@ export declare const themeConfigSchema: {
|
|
|
170
167
|
readonly type: 'string';
|
|
171
168
|
};
|
|
172
169
|
};
|
|
173
|
-
readonly required: readonly [
|
|
170
|
+
readonly required: readonly ["srcSet"];
|
|
174
171
|
}];
|
|
175
172
|
};
|
|
176
173
|
readonly separator: {
|
|
@@ -181,15 +178,14 @@ export declare const themeConfigSchema: {
|
|
|
181
178
|
};
|
|
182
179
|
readonly linePosition: {
|
|
183
180
|
readonly type: 'string';
|
|
184
|
-
readonly enum: readonly [
|
|
185
|
-
readonly default: 'top';
|
|
181
|
+
readonly enum: readonly ["top", "bottom"];
|
|
186
182
|
};
|
|
187
183
|
readonly version: {
|
|
188
184
|
readonly type: 'string';
|
|
189
185
|
};
|
|
190
186
|
readonly menuStyle: {
|
|
191
187
|
readonly type: 'string';
|
|
192
|
-
readonly enum: readonly [
|
|
188
|
+
readonly enum: readonly ["drilldown"];
|
|
193
189
|
};
|
|
194
190
|
readonly expanded: {
|
|
195
191
|
readonly type: 'string';
|
|
@@ -249,7 +245,7 @@ export declare const themeConfigSchema: {
|
|
|
249
245
|
};
|
|
250
246
|
};
|
|
251
247
|
readonly additionalProperties: false;
|
|
252
|
-
readonly required: readonly [
|
|
248
|
+
readonly required: readonly ["name", "folder"];
|
|
253
249
|
};
|
|
254
250
|
};
|
|
255
251
|
readonly footer: {
|
|
@@ -271,7 +267,6 @@ export declare const themeConfigSchema: {
|
|
|
271
267
|
};
|
|
272
268
|
readonly disconnect: {
|
|
273
269
|
readonly type: 'boolean';
|
|
274
|
-
readonly default: false;
|
|
275
270
|
};
|
|
276
271
|
readonly group: {
|
|
277
272
|
readonly type: 'string';
|
|
@@ -301,7 +296,7 @@ export declare const themeConfigSchema: {
|
|
|
301
296
|
readonly type: 'string';
|
|
302
297
|
};
|
|
303
298
|
};
|
|
304
|
-
readonly required: readonly [
|
|
299
|
+
readonly required: readonly ["srcSet"];
|
|
305
300
|
}];
|
|
306
301
|
};
|
|
307
302
|
readonly separator: {
|
|
@@ -312,15 +307,14 @@ export declare const themeConfigSchema: {
|
|
|
312
307
|
};
|
|
313
308
|
readonly linePosition: {
|
|
314
309
|
readonly type: 'string';
|
|
315
|
-
readonly enum: readonly [
|
|
316
|
-
readonly default: 'top';
|
|
310
|
+
readonly enum: readonly ["top", "bottom"];
|
|
317
311
|
};
|
|
318
312
|
readonly version: {
|
|
319
313
|
readonly type: 'string';
|
|
320
314
|
};
|
|
321
315
|
readonly menuStyle: {
|
|
322
316
|
readonly type: 'string';
|
|
323
|
-
readonly enum: readonly [
|
|
317
|
+
readonly enum: readonly ["drilldown"];
|
|
324
318
|
};
|
|
325
319
|
readonly expanded: {
|
|
326
320
|
readonly type: 'string';
|
|
@@ -361,7 +355,6 @@ export declare const themeConfigSchema: {
|
|
|
361
355
|
};
|
|
362
356
|
readonly disconnect: {
|
|
363
357
|
readonly type: 'boolean';
|
|
364
|
-
readonly default: false;
|
|
365
358
|
};
|
|
366
359
|
readonly group: {
|
|
367
360
|
readonly type: 'string';
|
|
@@ -391,7 +384,7 @@ export declare const themeConfigSchema: {
|
|
|
391
384
|
readonly type: 'string';
|
|
392
385
|
};
|
|
393
386
|
};
|
|
394
|
-
readonly required: readonly [
|
|
387
|
+
readonly required: readonly ["srcSet"];
|
|
395
388
|
}];
|
|
396
389
|
};
|
|
397
390
|
readonly separator: {
|
|
@@ -402,15 +395,14 @@ export declare const themeConfigSchema: {
|
|
|
402
395
|
};
|
|
403
396
|
readonly linePosition: {
|
|
404
397
|
readonly type: 'string';
|
|
405
|
-
readonly enum: readonly [
|
|
406
|
-
readonly default: 'top';
|
|
398
|
+
readonly enum: readonly ["top", "bottom"];
|
|
407
399
|
};
|
|
408
400
|
readonly version: {
|
|
409
401
|
readonly type: 'string';
|
|
410
402
|
};
|
|
411
403
|
readonly menuStyle: {
|
|
412
404
|
readonly type: 'string';
|
|
413
|
-
readonly enum: readonly [
|
|
405
|
+
readonly enum: readonly ["drilldown"];
|
|
414
406
|
};
|
|
415
407
|
readonly expanded: {
|
|
416
408
|
readonly type: 'string';
|
|
@@ -477,8 +469,7 @@ export declare const themeConfigSchema: {
|
|
|
477
469
|
};
|
|
478
470
|
readonly linePosition: {
|
|
479
471
|
readonly type: 'string';
|
|
480
|
-
readonly enum: readonly [
|
|
481
|
-
readonly default: 'bottom';
|
|
472
|
+
readonly enum: readonly ["top", "bottom"];
|
|
482
473
|
};
|
|
483
474
|
};
|
|
484
475
|
readonly additionalProperties: false;
|
|
@@ -525,7 +516,7 @@ export declare const themeConfigSchema: {
|
|
|
525
516
|
readonly type: 'string';
|
|
526
517
|
};
|
|
527
518
|
};
|
|
528
|
-
readonly required: readonly [
|
|
519
|
+
readonly required: readonly ["src"];
|
|
529
520
|
readonly additionalProperties: true;
|
|
530
521
|
};
|
|
531
522
|
};
|
|
@@ -568,7 +559,7 @@ export declare const themeConfigSchema: {
|
|
|
568
559
|
readonly type: 'string';
|
|
569
560
|
};
|
|
570
561
|
};
|
|
571
|
-
readonly required: readonly [
|
|
562
|
+
readonly required: readonly ["src"];
|
|
572
563
|
readonly additionalProperties: true;
|
|
573
564
|
};
|
|
574
565
|
};
|
|
@@ -626,7 +617,7 @@ export declare const themeConfigSchema: {
|
|
|
626
617
|
readonly type: 'string';
|
|
627
618
|
};
|
|
628
619
|
};
|
|
629
|
-
readonly required: readonly [
|
|
620
|
+
readonly required: readonly ["href"];
|
|
630
621
|
readonly additionalProperties: true;
|
|
631
622
|
};
|
|
632
623
|
};
|
|
@@ -635,12 +626,10 @@ export declare const themeConfigSchema: {
|
|
|
635
626
|
readonly properties: {
|
|
636
627
|
readonly hide: {
|
|
637
628
|
readonly type: 'boolean';
|
|
638
|
-
readonly default: false;
|
|
639
629
|
};
|
|
640
630
|
readonly type: {
|
|
641
631
|
readonly type: 'string';
|
|
642
|
-
readonly enum: readonly [
|
|
643
|
-
readonly default: 'sentiment';
|
|
632
|
+
readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
|
|
644
633
|
};
|
|
645
634
|
readonly settings: {
|
|
646
635
|
readonly type: 'object';
|
|
@@ -656,8 +645,7 @@ export declare const themeConfigSchema: {
|
|
|
656
645
|
};
|
|
657
646
|
readonly component: {
|
|
658
647
|
readonly type: 'string';
|
|
659
|
-
readonly enum: readonly [
|
|
660
|
-
readonly default: 'checkbox';
|
|
648
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
661
649
|
};
|
|
662
650
|
readonly items: {
|
|
663
651
|
readonly type: 'array';
|
|
@@ -677,12 +665,10 @@ export declare const themeConfigSchema: {
|
|
|
677
665
|
readonly properties: {
|
|
678
666
|
readonly hide: {
|
|
679
667
|
readonly type: 'boolean';
|
|
680
|
-
readonly default: false;
|
|
681
668
|
};
|
|
682
669
|
readonly component: {
|
|
683
670
|
readonly type: 'string';
|
|
684
|
-
readonly enum: readonly [
|
|
685
|
-
readonly default: 'checkbox';
|
|
671
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
686
672
|
};
|
|
687
673
|
readonly label: {
|
|
688
674
|
readonly type: 'string';
|
|
@@ -698,12 +684,10 @@ export declare const themeConfigSchema: {
|
|
|
698
684
|
readonly properties: {
|
|
699
685
|
readonly hide: {
|
|
700
686
|
readonly type: 'boolean';
|
|
701
|
-
readonly default: false;
|
|
702
687
|
};
|
|
703
688
|
readonly component: {
|
|
704
689
|
readonly type: 'string';
|
|
705
|
-
readonly enum: readonly [
|
|
706
|
-
readonly default: 'checkbox';
|
|
690
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
707
691
|
};
|
|
708
692
|
readonly label: {
|
|
709
693
|
readonly type: 'string';
|
|
@@ -722,12 +706,10 @@ export declare const themeConfigSchema: {
|
|
|
722
706
|
readonly properties: {
|
|
723
707
|
readonly hide: {
|
|
724
708
|
readonly type: 'boolean';
|
|
725
|
-
readonly default: false;
|
|
726
709
|
};
|
|
727
710
|
readonly component: {
|
|
728
711
|
readonly type: 'string';
|
|
729
|
-
readonly enum: readonly [
|
|
730
|
-
readonly default: 'checkbox';
|
|
712
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
731
713
|
};
|
|
732
714
|
readonly label: {
|
|
733
715
|
readonly type: 'string';
|
|
@@ -746,12 +728,10 @@ export declare const themeConfigSchema: {
|
|
|
746
728
|
readonly properties: {
|
|
747
729
|
readonly hide: {
|
|
748
730
|
readonly type: 'boolean';
|
|
749
|
-
readonly default: false;
|
|
750
731
|
};
|
|
751
732
|
readonly component: {
|
|
752
733
|
readonly type: 'string';
|
|
753
|
-
readonly enum: readonly [
|
|
754
|
-
readonly default: 'checkbox';
|
|
734
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
755
735
|
};
|
|
756
736
|
readonly label: {
|
|
757
737
|
readonly type: 'string';
|
|
@@ -770,12 +750,10 @@ export declare const themeConfigSchema: {
|
|
|
770
750
|
readonly properties: {
|
|
771
751
|
readonly hide: {
|
|
772
752
|
readonly type: 'boolean';
|
|
773
|
-
readonly default: false;
|
|
774
753
|
};
|
|
775
754
|
readonly component: {
|
|
776
755
|
readonly type: 'string';
|
|
777
|
-
readonly enum: readonly [
|
|
778
|
-
readonly default: 'checkbox';
|
|
756
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
779
757
|
};
|
|
780
758
|
readonly label: {
|
|
781
759
|
readonly type: 'string';
|
|
@@ -794,12 +772,10 @@ export declare const themeConfigSchema: {
|
|
|
794
772
|
readonly properties: {
|
|
795
773
|
readonly hide: {
|
|
796
774
|
readonly type: 'boolean';
|
|
797
|
-
readonly default: false;
|
|
798
775
|
};
|
|
799
776
|
readonly component: {
|
|
800
777
|
readonly type: 'string';
|
|
801
|
-
readonly enum: readonly [
|
|
802
|
-
readonly default: 'checkbox';
|
|
778
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
803
779
|
};
|
|
804
780
|
readonly label: {
|
|
805
781
|
readonly type: 'string';
|
|
@@ -821,7 +797,6 @@ export declare const themeConfigSchema: {
|
|
|
821
797
|
readonly properties: {
|
|
822
798
|
readonly hide: {
|
|
823
799
|
readonly type: 'boolean';
|
|
824
|
-
readonly default: false;
|
|
825
800
|
};
|
|
826
801
|
readonly label: {
|
|
827
802
|
readonly type: 'string';
|
|
@@ -849,7 +824,6 @@ export declare const themeConfigSchema: {
|
|
|
849
824
|
readonly properties: {
|
|
850
825
|
readonly hide: {
|
|
851
826
|
readonly type: 'boolean';
|
|
852
|
-
readonly default: false;
|
|
853
827
|
};
|
|
854
828
|
readonly label: {
|
|
855
829
|
readonly type: 'string';
|
|
@@ -874,18 +848,15 @@ export declare const themeConfigSchema: {
|
|
|
874
848
|
};
|
|
875
849
|
readonly engine: {
|
|
876
850
|
readonly type: 'string';
|
|
877
|
-
readonly enum: readonly [
|
|
878
|
-
readonly default: 'flexsearch';
|
|
851
|
+
readonly enum: readonly ["flexsearch", "typesense"];
|
|
879
852
|
};
|
|
880
853
|
readonly ai: {
|
|
881
854
|
readonly type: 'object';
|
|
882
855
|
readonly properties: {
|
|
883
856
|
readonly hide: {
|
|
884
857
|
readonly type: 'boolean';
|
|
885
|
-
readonly default: false;
|
|
886
858
|
};
|
|
887
859
|
readonly suggestions: {
|
|
888
|
-
readonly default: readonly [];
|
|
889
860
|
readonly type: 'array';
|
|
890
861
|
readonly items: {
|
|
891
862
|
readonly type: 'string';
|
|
@@ -907,7 +878,7 @@ export declare const themeConfigSchema: {
|
|
|
907
878
|
readonly type: 'array';
|
|
908
879
|
readonly items: {
|
|
909
880
|
readonly type: 'object';
|
|
910
|
-
readonly required: readonly [
|
|
881
|
+
readonly required: readonly ["name", "field", "type"];
|
|
911
882
|
readonly properties: {
|
|
912
883
|
readonly name: {
|
|
913
884
|
readonly type: 'string';
|
|
@@ -917,7 +888,7 @@ export declare const themeConfigSchema: {
|
|
|
917
888
|
};
|
|
918
889
|
readonly type: {
|
|
919
890
|
readonly type: 'string';
|
|
920
|
-
readonly enum: readonly [
|
|
891
|
+
readonly enum: readonly ["multi-select", "select", "tags"];
|
|
921
892
|
};
|
|
922
893
|
};
|
|
923
894
|
readonly additionalProperties: false;
|
|
@@ -928,14 +899,12 @@ export declare const themeConfigSchema: {
|
|
|
928
899
|
};
|
|
929
900
|
readonly placement: {
|
|
930
901
|
readonly type: 'string';
|
|
931
|
-
readonly default: 'navbar';
|
|
932
902
|
};
|
|
933
903
|
readonly shortcuts: {
|
|
934
904
|
readonly type: 'array';
|
|
935
905
|
readonly items: {
|
|
936
906
|
readonly type: 'string';
|
|
937
907
|
};
|
|
938
|
-
readonly default: readonly ['\u2318+K,ctrl+K'];
|
|
939
908
|
};
|
|
940
909
|
readonly suggestedPages: {
|
|
941
910
|
readonly type: 'array';
|
|
@@ -952,7 +921,7 @@ export declare const themeConfigSchema: {
|
|
|
952
921
|
readonly type: 'string';
|
|
953
922
|
};
|
|
954
923
|
};
|
|
955
|
-
readonly required: readonly [
|
|
924
|
+
readonly required: readonly ["page"];
|
|
956
925
|
};
|
|
957
926
|
};
|
|
958
927
|
};
|
|
@@ -965,7 +934,6 @@ export declare const themeConfigSchema: {
|
|
|
965
934
|
readonly type: 'boolean';
|
|
966
935
|
};
|
|
967
936
|
readonly suggestions: {
|
|
968
|
-
readonly default: readonly [];
|
|
969
937
|
readonly type: 'array';
|
|
970
938
|
readonly items: {
|
|
971
939
|
readonly type: 'string';
|
|
@@ -979,17 +947,14 @@ export declare const themeConfigSchema: {
|
|
|
979
947
|
readonly properties: {
|
|
980
948
|
readonly hide: {
|
|
981
949
|
readonly type: 'boolean';
|
|
982
|
-
readonly default: false;
|
|
983
950
|
};
|
|
984
951
|
readonly inputType: {
|
|
985
952
|
readonly type: 'string';
|
|
986
|
-
readonly enum: readonly [
|
|
987
|
-
readonly default: 'button';
|
|
953
|
+
readonly enum: readonly ["button", "icon"];
|
|
988
954
|
};
|
|
989
955
|
readonly inputIcon: {
|
|
990
956
|
readonly type: 'string';
|
|
991
|
-
readonly enum: readonly [
|
|
992
|
-
readonly default: 'sparkles';
|
|
957
|
+
readonly enum: readonly ["chat", "sparkles", "redocly"];
|
|
993
958
|
};
|
|
994
959
|
};
|
|
995
960
|
readonly additionalProperties: false;
|
|
@@ -1011,14 +976,13 @@ export declare const themeConfigSchema: {
|
|
|
1011
976
|
readonly items: {
|
|
1012
977
|
readonly type: 'string';
|
|
1013
978
|
};
|
|
1014
|
-
readonly default: readonly ['light', 'dark'];
|
|
1015
979
|
};
|
|
1016
980
|
};
|
|
1017
981
|
readonly additionalProperties: false;
|
|
1018
982
|
};
|
|
1019
983
|
readonly palette: {
|
|
1020
984
|
readonly type: 'string';
|
|
1021
|
-
readonly enum: readonly [
|
|
985
|
+
readonly enum: readonly ["slate", "pink", "coral", "amber", "jade", "cyan", "ocean", "indigo", "iris"];
|
|
1022
986
|
};
|
|
1023
987
|
readonly navigation: {
|
|
1024
988
|
readonly type: 'object';
|
|
@@ -1034,7 +998,6 @@ export declare const themeConfigSchema: {
|
|
|
1034
998
|
};
|
|
1035
999
|
};
|
|
1036
1000
|
readonly additionalProperties: false;
|
|
1037
|
-
readonly default: {};
|
|
1038
1001
|
};
|
|
1039
1002
|
readonly previousButton: {
|
|
1040
1003
|
readonly type: 'object';
|
|
@@ -1047,7 +1010,6 @@ export declare const themeConfigSchema: {
|
|
|
1047
1010
|
};
|
|
1048
1011
|
};
|
|
1049
1012
|
readonly additionalProperties: false;
|
|
1050
|
-
readonly default: {};
|
|
1051
1013
|
};
|
|
1052
1014
|
readonly actions: {
|
|
1053
1015
|
readonly type: 'object';
|
|
@@ -1059,9 +1021,8 @@ export declare const themeConfigSchema: {
|
|
|
1059
1021
|
readonly type: 'array';
|
|
1060
1022
|
readonly items: {
|
|
1061
1023
|
readonly type: 'string';
|
|
1062
|
-
readonly enum: readonly [
|
|
1024
|
+
readonly enum: readonly ["copy", "view", "chatgpt", "claude", "docs-mcp-cursor", "docs-mcp-vscode"];
|
|
1063
1025
|
};
|
|
1064
|
-
readonly default: readonly ['copy', 'view', 'chatgpt', 'claude', 'docs-mcp-cursor', 'docs-mcp-vscode'];
|
|
1065
1026
|
};
|
|
1066
1027
|
};
|
|
1067
1028
|
readonly additionalProperties: false;
|
|
@@ -1074,7 +1035,6 @@ export declare const themeConfigSchema: {
|
|
|
1074
1035
|
readonly properties: {
|
|
1075
1036
|
readonly elementFormat: {
|
|
1076
1037
|
readonly type: 'string';
|
|
1077
|
-
readonly default: 'icon';
|
|
1078
1038
|
};
|
|
1079
1039
|
readonly copy: {
|
|
1080
1040
|
readonly type: 'object';
|
|
@@ -1084,9 +1044,6 @@ export declare const themeConfigSchema: {
|
|
|
1084
1044
|
};
|
|
1085
1045
|
};
|
|
1086
1046
|
readonly additionalProperties: false;
|
|
1087
|
-
readonly default: {
|
|
1088
|
-
readonly hide: false;
|
|
1089
|
-
};
|
|
1090
1047
|
};
|
|
1091
1048
|
readonly report: {
|
|
1092
1049
|
readonly type: 'object';
|
|
@@ -1105,9 +1062,6 @@ export declare const themeConfigSchema: {
|
|
|
1105
1062
|
};
|
|
1106
1063
|
};
|
|
1107
1064
|
readonly additionalProperties: false;
|
|
1108
|
-
readonly default: {
|
|
1109
|
-
readonly hide: false;
|
|
1110
|
-
};
|
|
1111
1065
|
};
|
|
1112
1066
|
readonly expand: {
|
|
1113
1067
|
readonly type: 'object';
|
|
@@ -1117,9 +1071,6 @@ export declare const themeConfigSchema: {
|
|
|
1117
1071
|
};
|
|
1118
1072
|
};
|
|
1119
1073
|
readonly additionalProperties: false;
|
|
1120
|
-
readonly default: {
|
|
1121
|
-
readonly hide: false;
|
|
1122
|
-
};
|
|
1123
1074
|
};
|
|
1124
1075
|
readonly collapse: {
|
|
1125
1076
|
readonly type: 'object';
|
|
@@ -1129,9 +1080,6 @@ export declare const themeConfigSchema: {
|
|
|
1129
1080
|
};
|
|
1130
1081
|
};
|
|
1131
1082
|
readonly additionalProperties: false;
|
|
1132
|
-
readonly default: {
|
|
1133
|
-
readonly hide: false;
|
|
1134
|
-
};
|
|
1135
1083
|
};
|
|
1136
1084
|
};
|
|
1137
1085
|
readonly additionalProperties: false;
|
|
@@ -1144,14 +1092,12 @@ export declare const themeConfigSchema: {
|
|
|
1144
1092
|
readonly items: {
|
|
1145
1093
|
readonly type: 'string';
|
|
1146
1094
|
};
|
|
1147
|
-
readonly default: readonly ['image', 'links'];
|
|
1148
1095
|
};
|
|
1149
1096
|
readonly partialsFolders: {
|
|
1150
1097
|
readonly type: 'array';
|
|
1151
1098
|
readonly items: {
|
|
1152
1099
|
readonly type: 'string';
|
|
1153
1100
|
};
|
|
1154
|
-
readonly default: readonly ['**/_partials/**'];
|
|
1155
1101
|
};
|
|
1156
1102
|
readonly lastUpdatedBlock: {
|
|
1157
1103
|
readonly type: 'object';
|
|
@@ -1161,15 +1107,13 @@ export declare const themeConfigSchema: {
|
|
|
1161
1107
|
};
|
|
1162
1108
|
readonly format: {
|
|
1163
1109
|
readonly type: 'string';
|
|
1164
|
-
readonly enum: readonly [
|
|
1165
|
-
readonly default: 'timeago';
|
|
1110
|
+
readonly enum: readonly ["timeago", "iso", "long", "short"];
|
|
1166
1111
|
};
|
|
1167
1112
|
readonly locale: {
|
|
1168
1113
|
readonly type: 'string';
|
|
1169
1114
|
};
|
|
1170
1115
|
};
|
|
1171
1116
|
readonly additionalProperties: false;
|
|
1172
|
-
readonly default: {};
|
|
1173
1117
|
};
|
|
1174
1118
|
readonly toc: {
|
|
1175
1119
|
readonly type: 'object';
|
|
@@ -1179,16 +1123,13 @@ export declare const themeConfigSchema: {
|
|
|
1179
1123
|
};
|
|
1180
1124
|
readonly header: {
|
|
1181
1125
|
readonly type: 'string';
|
|
1182
|
-
readonly default: 'On this page';
|
|
1183
1126
|
};
|
|
1184
1127
|
readonly depth: {
|
|
1185
1128
|
readonly type: 'integer';
|
|
1186
|
-
readonly default: 3;
|
|
1187
1129
|
readonly minimum: 1;
|
|
1188
1130
|
};
|
|
1189
1131
|
};
|
|
1190
1132
|
readonly additionalProperties: false;
|
|
1191
|
-
readonly default: {};
|
|
1192
1133
|
};
|
|
1193
1134
|
readonly editPage: {
|
|
1194
1135
|
readonly type: 'object';
|
|
@@ -1201,7 +1142,6 @@ export declare const themeConfigSchema: {
|
|
|
1201
1142
|
};
|
|
1202
1143
|
};
|
|
1203
1144
|
readonly additionalProperties: false;
|
|
1204
|
-
readonly default: {};
|
|
1205
1145
|
};
|
|
1206
1146
|
readonly template: {
|
|
1207
1147
|
readonly type: 'object';
|
|
@@ -1211,7 +1151,6 @@ export declare const themeConfigSchema: {
|
|
|
1211
1151
|
};
|
|
1212
1152
|
};
|
|
1213
1153
|
readonly additionalProperties: false;
|
|
1214
|
-
readonly default: {};
|
|
1215
1154
|
};
|
|
1216
1155
|
readonly openapi: {
|
|
1217
1156
|
readonly type: 'object';
|
|
@@ -1234,12 +1173,10 @@ export declare const themeConfigSchema: {
|
|
|
1234
1173
|
readonly properties: {
|
|
1235
1174
|
readonly hide: {
|
|
1236
1175
|
readonly type: 'boolean';
|
|
1237
|
-
readonly default: false;
|
|
1238
1176
|
};
|
|
1239
1177
|
readonly type: {
|
|
1240
1178
|
readonly type: 'string';
|
|
1241
|
-
readonly enum: readonly [
|
|
1242
|
-
readonly default: 'sentiment';
|
|
1179
|
+
readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
|
|
1243
1180
|
};
|
|
1244
1181
|
readonly settings: {
|
|
1245
1182
|
readonly type: 'object';
|
|
@@ -1255,8 +1192,7 @@ export declare const themeConfigSchema: {
|
|
|
1255
1192
|
};
|
|
1256
1193
|
readonly component: {
|
|
1257
1194
|
readonly type: 'string';
|
|
1258
|
-
readonly enum: readonly [
|
|
1259
|
-
readonly default: 'checkbox';
|
|
1195
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1260
1196
|
};
|
|
1261
1197
|
readonly items: {
|
|
1262
1198
|
readonly type: 'array';
|
|
@@ -1276,12 +1212,10 @@ export declare const themeConfigSchema: {
|
|
|
1276
1212
|
readonly properties: {
|
|
1277
1213
|
readonly hide: {
|
|
1278
1214
|
readonly type: 'boolean';
|
|
1279
|
-
readonly default: false;
|
|
1280
1215
|
};
|
|
1281
1216
|
readonly component: {
|
|
1282
1217
|
readonly type: 'string';
|
|
1283
|
-
readonly enum: readonly [
|
|
1284
|
-
readonly default: 'checkbox';
|
|
1218
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1285
1219
|
};
|
|
1286
1220
|
readonly label: {
|
|
1287
1221
|
readonly type: 'string';
|
|
@@ -1297,12 +1231,10 @@ export declare const themeConfigSchema: {
|
|
|
1297
1231
|
readonly properties: {
|
|
1298
1232
|
readonly hide: {
|
|
1299
1233
|
readonly type: 'boolean';
|
|
1300
|
-
readonly default: false;
|
|
1301
1234
|
};
|
|
1302
1235
|
readonly component: {
|
|
1303
1236
|
readonly type: 'string';
|
|
1304
|
-
readonly enum: readonly [
|
|
1305
|
-
readonly default: 'checkbox';
|
|
1237
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1306
1238
|
};
|
|
1307
1239
|
readonly label: {
|
|
1308
1240
|
readonly type: 'string';
|
|
@@ -1321,12 +1253,10 @@ export declare const themeConfigSchema: {
|
|
|
1321
1253
|
readonly properties: {
|
|
1322
1254
|
readonly hide: {
|
|
1323
1255
|
readonly type: 'boolean';
|
|
1324
|
-
readonly default: false;
|
|
1325
1256
|
};
|
|
1326
1257
|
readonly component: {
|
|
1327
1258
|
readonly type: 'string';
|
|
1328
|
-
readonly enum: readonly [
|
|
1329
|
-
readonly default: 'checkbox';
|
|
1259
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1330
1260
|
};
|
|
1331
1261
|
readonly label: {
|
|
1332
1262
|
readonly type: 'string';
|
|
@@ -1345,12 +1275,10 @@ export declare const themeConfigSchema: {
|
|
|
1345
1275
|
readonly properties: {
|
|
1346
1276
|
readonly hide: {
|
|
1347
1277
|
readonly type: 'boolean';
|
|
1348
|
-
readonly default: false;
|
|
1349
1278
|
};
|
|
1350
1279
|
readonly component: {
|
|
1351
1280
|
readonly type: 'string';
|
|
1352
|
-
readonly enum: readonly [
|
|
1353
|
-
readonly default: 'checkbox';
|
|
1281
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1354
1282
|
};
|
|
1355
1283
|
readonly label: {
|
|
1356
1284
|
readonly type: 'string';
|
|
@@ -1369,12 +1297,10 @@ export declare const themeConfigSchema: {
|
|
|
1369
1297
|
readonly properties: {
|
|
1370
1298
|
readonly hide: {
|
|
1371
1299
|
readonly type: 'boolean';
|
|
1372
|
-
readonly default: false;
|
|
1373
1300
|
};
|
|
1374
1301
|
readonly component: {
|
|
1375
1302
|
readonly type: 'string';
|
|
1376
|
-
readonly enum: readonly [
|
|
1377
|
-
readonly default: 'checkbox';
|
|
1303
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1378
1304
|
};
|
|
1379
1305
|
readonly label: {
|
|
1380
1306
|
readonly type: 'string';
|
|
@@ -1393,12 +1319,10 @@ export declare const themeConfigSchema: {
|
|
|
1393
1319
|
readonly properties: {
|
|
1394
1320
|
readonly hide: {
|
|
1395
1321
|
readonly type: 'boolean';
|
|
1396
|
-
readonly default: false;
|
|
1397
1322
|
};
|
|
1398
1323
|
readonly component: {
|
|
1399
1324
|
readonly type: 'string';
|
|
1400
|
-
readonly enum: readonly [
|
|
1401
|
-
readonly default: 'checkbox';
|
|
1325
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
1402
1326
|
};
|
|
1403
1327
|
readonly label: {
|
|
1404
1328
|
readonly type: 'string';
|
|
@@ -1420,7 +1344,6 @@ export declare const themeConfigSchema: {
|
|
|
1420
1344
|
readonly properties: {
|
|
1421
1345
|
readonly hide: {
|
|
1422
1346
|
readonly type: 'boolean';
|
|
1423
|
-
readonly default: false;
|
|
1424
1347
|
};
|
|
1425
1348
|
readonly label: {
|
|
1426
1349
|
readonly type: 'string';
|
|
@@ -1448,7 +1371,6 @@ export declare const themeConfigSchema: {
|
|
|
1448
1371
|
readonly properties: {
|
|
1449
1372
|
readonly hide: {
|
|
1450
1373
|
readonly type: 'boolean';
|
|
1451
|
-
readonly default: false;
|
|
1452
1374
|
};
|
|
1453
1375
|
readonly label: {
|
|
1454
1376
|
readonly type: 'string';
|
|
@@ -1470,7 +1392,6 @@ export declare const themeConfigSchema: {
|
|
|
1470
1392
|
};
|
|
1471
1393
|
readonly oAuth2RedirectURI: {
|
|
1472
1394
|
readonly type: 'string';
|
|
1473
|
-
readonly nullable: true;
|
|
1474
1395
|
};
|
|
1475
1396
|
readonly corsProxyUrl: {
|
|
1476
1397
|
readonly type: 'string';
|
|
@@ -1496,7 +1417,7 @@ export declare const themeConfigSchema: {
|
|
|
1496
1417
|
readonly type: 'string';
|
|
1497
1418
|
};
|
|
1498
1419
|
};
|
|
1499
|
-
readonly required: readonly [
|
|
1420
|
+
readonly required: readonly ["url"];
|
|
1500
1421
|
readonly additionalProperties: false;
|
|
1501
1422
|
};
|
|
1502
1423
|
};
|
|
@@ -1547,7 +1468,7 @@ export declare const themeConfigSchema: {
|
|
|
1547
1468
|
};
|
|
1548
1469
|
readonly position: {
|
|
1549
1470
|
readonly type: 'string';
|
|
1550
|
-
readonly enum: readonly [
|
|
1471
|
+
readonly enum: readonly ["first", "last", "replace", "off"];
|
|
1551
1472
|
};
|
|
1552
1473
|
readonly description: {
|
|
1553
1474
|
readonly type: 'string';
|
|
@@ -1562,7 +1483,7 @@ export declare const themeConfigSchema: {
|
|
|
1562
1483
|
};
|
|
1563
1484
|
readonly layout: {
|
|
1564
1485
|
readonly type: 'string';
|
|
1565
|
-
readonly enum: readonly [
|
|
1486
|
+
readonly enum: readonly ["stacked", "three-panel"];
|
|
1566
1487
|
};
|
|
1567
1488
|
readonly hideInfoMetadata: {
|
|
1568
1489
|
readonly type: 'boolean';
|
|
@@ -1586,7 +1507,6 @@ export declare const themeConfigSchema: {
|
|
|
1586
1507
|
readonly properties: {
|
|
1587
1508
|
readonly lang: {
|
|
1588
1509
|
readonly type: 'string';
|
|
1589
|
-
readonly examples: readonly ['curl', 'JavaScript', 'Node.js', 'Python', 'Java8+Apache', 'Java', 'C#', 'C#+Newtonsoft', 'PHP', 'Go', 'Ruby', 'R', 'Payload'];
|
|
1590
1510
|
};
|
|
1591
1511
|
readonly label: {
|
|
1592
1512
|
readonly type: 'string';
|
|
@@ -1608,13 +1528,13 @@ export declare const themeConfigSchema: {
|
|
|
1608
1528
|
};
|
|
1609
1529
|
readonly credentials: {
|
|
1610
1530
|
readonly type: 'string';
|
|
1611
|
-
readonly enum: readonly [
|
|
1531
|
+
readonly enum: readonly ["omit", "same-origin", "include"];
|
|
1612
1532
|
};
|
|
1613
1533
|
};
|
|
1614
1534
|
readonly additionalProperties: false;
|
|
1615
1535
|
};
|
|
1616
1536
|
};
|
|
1617
|
-
readonly required: readonly [
|
|
1537
|
+
readonly required: readonly ["lang"];
|
|
1618
1538
|
readonly additionalProperties: false;
|
|
1619
1539
|
};
|
|
1620
1540
|
};
|
|
@@ -2488,7 +2408,7 @@ export declare const themeConfigSchema: {
|
|
|
2488
2408
|
};
|
|
2489
2409
|
readonly wordBreak: {
|
|
2490
2410
|
readonly type: 'string';
|
|
2491
|
-
readonly enum: readonly [
|
|
2411
|
+
readonly enum: readonly ["break-all", "break-word", "keep-all", "normal", "revert", "unset", "inherit", "initial"];
|
|
2492
2412
|
};
|
|
2493
2413
|
readonly wrap: {
|
|
2494
2414
|
readonly type: 'boolean';
|
|
@@ -2658,11 +2578,12 @@ export declare const themeConfigSchema: {
|
|
|
2658
2578
|
};
|
|
2659
2579
|
readonly smoothing: {
|
|
2660
2580
|
readonly type: 'string';
|
|
2661
|
-
readonly enum: readonly [
|
|
2581
|
+
readonly enum: readonly ["auto", "none", "antialiased", "subpixel-antialiased", "grayscale"];
|
|
2662
2582
|
};
|
|
2663
2583
|
};
|
|
2664
2584
|
};
|
|
2665
2585
|
readonly links: {
|
|
2586
|
+
readonly type: 'object';
|
|
2666
2587
|
readonly properties: {
|
|
2667
2588
|
readonly color: {
|
|
2668
2589
|
readonly type: 'string';
|
|
@@ -2670,6 +2591,7 @@ export declare const themeConfigSchema: {
|
|
|
2670
2591
|
};
|
|
2671
2592
|
};
|
|
2672
2593
|
readonly codeSample: {
|
|
2594
|
+
readonly type: 'object';
|
|
2673
2595
|
readonly properties: {
|
|
2674
2596
|
readonly backgroundColor: {
|
|
2675
2597
|
readonly type: 'string';
|
|
@@ -2729,14 +2651,15 @@ export declare const themeConfigSchema: {
|
|
|
2729
2651
|
readonly type: 'string';
|
|
2730
2652
|
};
|
|
2731
2653
|
readonly lang: {
|
|
2732
|
-
readonly
|
|
2654
|
+
readonly type: 'string';
|
|
2655
|
+
readonly enum: readonly ["curl", "C#", "Go", "Java", "Java8+Apache", "JavaScript", "Node.js", "PHP", "Python", "R", "Ruby"];
|
|
2733
2656
|
};
|
|
2734
2657
|
};
|
|
2735
|
-
readonly required: readonly [
|
|
2658
|
+
readonly required: readonly ["lang"];
|
|
2736
2659
|
};
|
|
2737
2660
|
};
|
|
2738
2661
|
};
|
|
2739
|
-
readonly required: readonly [
|
|
2662
|
+
readonly required: readonly ["languages"];
|
|
2740
2663
|
};
|
|
2741
2664
|
readonly generatedPayloadSamplesMaxDepth: {
|
|
2742
2665
|
readonly type: 'number';
|
|
@@ -2848,7 +2771,8 @@ export declare const themeConfigSchema: {
|
|
|
2848
2771
|
readonly type: 'object';
|
|
2849
2772
|
};
|
|
2850
2773
|
readonly pagination: {
|
|
2851
|
-
readonly
|
|
2774
|
+
readonly type: 'string';
|
|
2775
|
+
readonly enum: readonly ["none", "section", "item"];
|
|
2852
2776
|
};
|
|
2853
2777
|
readonly pathInMiddlePanel: {
|
|
2854
2778
|
readonly type: 'boolean';
|
|
@@ -2902,7 +2826,7 @@ export declare const themeConfigSchema: {
|
|
|
2902
2826
|
};
|
|
2903
2827
|
readonly searchMode: {
|
|
2904
2828
|
readonly type: 'string';
|
|
2905
|
-
readonly enum: readonly [
|
|
2829
|
+
readonly enum: readonly ["default", "path-only"];
|
|
2906
2830
|
};
|
|
2907
2831
|
readonly searchOperationTitleBoost: {
|
|
2908
2832
|
readonly type: 'number';
|
|
@@ -2955,7 +2879,7 @@ export declare const themeConfigSchema: {
|
|
|
2955
2879
|
readonly type: 'string';
|
|
2956
2880
|
};
|
|
2957
2881
|
};
|
|
2958
|
-
readonly required: readonly [
|
|
2882
|
+
readonly required: readonly ["label", "link"];
|
|
2959
2883
|
};
|
|
2960
2884
|
};
|
|
2961
2885
|
readonly end: {
|
|
@@ -2973,14 +2897,14 @@ export declare const themeConfigSchema: {
|
|
|
2973
2897
|
readonly type: 'string';
|
|
2974
2898
|
};
|
|
2975
2899
|
};
|
|
2976
|
-
readonly required: readonly [
|
|
2900
|
+
readonly required: readonly ["label", "link"];
|
|
2977
2901
|
};
|
|
2978
2902
|
};
|
|
2979
2903
|
};
|
|
2980
2904
|
};
|
|
2981
2905
|
readonly sideNavStyle: {
|
|
2982
2906
|
readonly type: 'string';
|
|
2983
|
-
readonly enum: readonly [
|
|
2907
|
+
readonly enum: readonly ["summary-only", "path-first", "id-only", "path-only"];
|
|
2984
2908
|
};
|
|
2985
2909
|
readonly simpleOneOfTypeLabel: {
|
|
2986
2910
|
readonly type: 'boolean';
|
|
@@ -3035,7 +2959,7 @@ export declare const themeConfigSchema: {
|
|
|
3035
2959
|
readonly type: 'string';
|
|
3036
2960
|
};
|
|
3037
2961
|
};
|
|
3038
|
-
readonly required: readonly [
|
|
2962
|
+
readonly required: readonly ["url"];
|
|
3039
2963
|
readonly additionalProperties: false;
|
|
3040
2964
|
};
|
|
3041
2965
|
};
|
|
@@ -3082,12 +3006,10 @@ export declare const themeConfigSchema: {
|
|
|
3082
3006
|
readonly properties: {
|
|
3083
3007
|
readonly hide: {
|
|
3084
3008
|
readonly type: 'boolean';
|
|
3085
|
-
readonly default: false;
|
|
3086
3009
|
};
|
|
3087
3010
|
readonly type: {
|
|
3088
3011
|
readonly type: 'string';
|
|
3089
|
-
readonly enum: readonly [
|
|
3090
|
-
readonly default: 'sentiment';
|
|
3012
|
+
readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
|
|
3091
3013
|
};
|
|
3092
3014
|
readonly settings: {
|
|
3093
3015
|
readonly type: 'object';
|
|
@@ -3103,8 +3025,7 @@ export declare const themeConfigSchema: {
|
|
|
3103
3025
|
};
|
|
3104
3026
|
readonly component: {
|
|
3105
3027
|
readonly type: 'string';
|
|
3106
|
-
readonly enum: readonly [
|
|
3107
|
-
readonly default: 'checkbox';
|
|
3028
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3108
3029
|
};
|
|
3109
3030
|
readonly items: {
|
|
3110
3031
|
readonly type: 'array';
|
|
@@ -3124,12 +3045,10 @@ export declare const themeConfigSchema: {
|
|
|
3124
3045
|
readonly properties: {
|
|
3125
3046
|
readonly hide: {
|
|
3126
3047
|
readonly type: 'boolean';
|
|
3127
|
-
readonly default: false;
|
|
3128
3048
|
};
|
|
3129
3049
|
readonly component: {
|
|
3130
3050
|
readonly type: 'string';
|
|
3131
|
-
readonly enum: readonly [
|
|
3132
|
-
readonly default: 'checkbox';
|
|
3051
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3133
3052
|
};
|
|
3134
3053
|
readonly label: {
|
|
3135
3054
|
readonly type: 'string';
|
|
@@ -3145,12 +3064,10 @@ export declare const themeConfigSchema: {
|
|
|
3145
3064
|
readonly properties: {
|
|
3146
3065
|
readonly hide: {
|
|
3147
3066
|
readonly type: 'boolean';
|
|
3148
|
-
readonly default: false;
|
|
3149
3067
|
};
|
|
3150
3068
|
readonly component: {
|
|
3151
3069
|
readonly type: 'string';
|
|
3152
|
-
readonly enum: readonly [
|
|
3153
|
-
readonly default: 'checkbox';
|
|
3070
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3154
3071
|
};
|
|
3155
3072
|
readonly label: {
|
|
3156
3073
|
readonly type: 'string';
|
|
@@ -3169,12 +3086,10 @@ export declare const themeConfigSchema: {
|
|
|
3169
3086
|
readonly properties: {
|
|
3170
3087
|
readonly hide: {
|
|
3171
3088
|
readonly type: 'boolean';
|
|
3172
|
-
readonly default: false;
|
|
3173
3089
|
};
|
|
3174
3090
|
readonly component: {
|
|
3175
3091
|
readonly type: 'string';
|
|
3176
|
-
readonly enum: readonly [
|
|
3177
|
-
readonly default: 'checkbox';
|
|
3092
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3178
3093
|
};
|
|
3179
3094
|
readonly label: {
|
|
3180
3095
|
readonly type: 'string';
|
|
@@ -3193,12 +3108,10 @@ export declare const themeConfigSchema: {
|
|
|
3193
3108
|
readonly properties: {
|
|
3194
3109
|
readonly hide: {
|
|
3195
3110
|
readonly type: 'boolean';
|
|
3196
|
-
readonly default: false;
|
|
3197
3111
|
};
|
|
3198
3112
|
readonly component: {
|
|
3199
3113
|
readonly type: 'string';
|
|
3200
|
-
readonly enum: readonly [
|
|
3201
|
-
readonly default: 'checkbox';
|
|
3114
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3202
3115
|
};
|
|
3203
3116
|
readonly label: {
|
|
3204
3117
|
readonly type: 'string';
|
|
@@ -3217,12 +3130,10 @@ export declare const themeConfigSchema: {
|
|
|
3217
3130
|
readonly properties: {
|
|
3218
3131
|
readonly hide: {
|
|
3219
3132
|
readonly type: 'boolean';
|
|
3220
|
-
readonly default: false;
|
|
3221
3133
|
};
|
|
3222
3134
|
readonly component: {
|
|
3223
3135
|
readonly type: 'string';
|
|
3224
|
-
readonly enum: readonly [
|
|
3225
|
-
readonly default: 'checkbox';
|
|
3136
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3226
3137
|
};
|
|
3227
3138
|
readonly label: {
|
|
3228
3139
|
readonly type: 'string';
|
|
@@ -3241,12 +3152,10 @@ export declare const themeConfigSchema: {
|
|
|
3241
3152
|
readonly properties: {
|
|
3242
3153
|
readonly hide: {
|
|
3243
3154
|
readonly type: 'boolean';
|
|
3244
|
-
readonly default: false;
|
|
3245
3155
|
};
|
|
3246
3156
|
readonly component: {
|
|
3247
3157
|
readonly type: 'string';
|
|
3248
|
-
readonly enum: readonly [
|
|
3249
|
-
readonly default: 'checkbox';
|
|
3158
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3250
3159
|
};
|
|
3251
3160
|
readonly label: {
|
|
3252
3161
|
readonly type: 'string';
|
|
@@ -3268,7 +3177,6 @@ export declare const themeConfigSchema: {
|
|
|
3268
3177
|
readonly properties: {
|
|
3269
3178
|
readonly hide: {
|
|
3270
3179
|
readonly type: 'boolean';
|
|
3271
|
-
readonly default: false;
|
|
3272
3180
|
};
|
|
3273
3181
|
readonly label: {
|
|
3274
3182
|
readonly type: 'string';
|
|
@@ -3296,7 +3204,6 @@ export declare const themeConfigSchema: {
|
|
|
3296
3204
|
readonly properties: {
|
|
3297
3205
|
readonly hide: {
|
|
3298
3206
|
readonly type: 'boolean';
|
|
3299
|
-
readonly default: false;
|
|
3300
3207
|
};
|
|
3301
3208
|
readonly label: {
|
|
3302
3209
|
readonly type: 'string';
|
|
@@ -3315,7 +3222,7 @@ export declare const themeConfigSchema: {
|
|
|
3315
3222
|
};
|
|
3316
3223
|
readonly layout: {
|
|
3317
3224
|
readonly type: 'string';
|
|
3318
|
-
readonly enum: readonly [
|
|
3225
|
+
readonly enum: readonly ["stacked", "three-panel"];
|
|
3319
3226
|
};
|
|
3320
3227
|
};
|
|
3321
3228
|
readonly additionalProperties: false;
|
|
@@ -3446,7 +3353,7 @@ export declare const themeConfigSchema: {
|
|
|
3446
3353
|
readonly additionalProperties: false;
|
|
3447
3354
|
};
|
|
3448
3355
|
};
|
|
3449
|
-
readonly required: readonly [
|
|
3356
|
+
readonly required: readonly ["name"];
|
|
3450
3357
|
readonly additionalProperties: false;
|
|
3451
3358
|
};
|
|
3452
3359
|
};
|
|
@@ -3476,7 +3383,7 @@ export declare const themeConfigSchema: {
|
|
|
3476
3383
|
readonly type: 'string';
|
|
3477
3384
|
};
|
|
3478
3385
|
};
|
|
3479
|
-
readonly required: readonly [
|
|
3386
|
+
readonly required: readonly ["url"];
|
|
3480
3387
|
readonly additionalProperties: false;
|
|
3481
3388
|
};
|
|
3482
3389
|
};
|
|
@@ -3526,12 +3433,10 @@ export declare const themeConfigSchema: {
|
|
|
3526
3433
|
readonly properties: {
|
|
3527
3434
|
readonly hide: {
|
|
3528
3435
|
readonly type: 'boolean';
|
|
3529
|
-
readonly default: false;
|
|
3530
3436
|
};
|
|
3531
3437
|
readonly type: {
|
|
3532
3438
|
readonly type: 'string';
|
|
3533
|
-
readonly enum: readonly [
|
|
3534
|
-
readonly default: 'sentiment';
|
|
3439
|
+
readonly enum: readonly ["rating", "sentiment", "comment", "reasons", "mood", "scale"];
|
|
3535
3440
|
};
|
|
3536
3441
|
readonly settings: {
|
|
3537
3442
|
readonly type: 'object';
|
|
@@ -3547,8 +3452,7 @@ export declare const themeConfigSchema: {
|
|
|
3547
3452
|
};
|
|
3548
3453
|
readonly component: {
|
|
3549
3454
|
readonly type: 'string';
|
|
3550
|
-
readonly enum: readonly [
|
|
3551
|
-
readonly default: 'checkbox';
|
|
3455
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3552
3456
|
};
|
|
3553
3457
|
readonly items: {
|
|
3554
3458
|
readonly type: 'array';
|
|
@@ -3568,12 +3472,10 @@ export declare const themeConfigSchema: {
|
|
|
3568
3472
|
readonly properties: {
|
|
3569
3473
|
readonly hide: {
|
|
3570
3474
|
readonly type: 'boolean';
|
|
3571
|
-
readonly default: false;
|
|
3572
3475
|
};
|
|
3573
3476
|
readonly component: {
|
|
3574
3477
|
readonly type: 'string';
|
|
3575
|
-
readonly enum: readonly [
|
|
3576
|
-
readonly default: 'checkbox';
|
|
3478
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3577
3479
|
};
|
|
3578
3480
|
readonly label: {
|
|
3579
3481
|
readonly type: 'string';
|
|
@@ -3589,12 +3491,10 @@ export declare const themeConfigSchema: {
|
|
|
3589
3491
|
readonly properties: {
|
|
3590
3492
|
readonly hide: {
|
|
3591
3493
|
readonly type: 'boolean';
|
|
3592
|
-
readonly default: false;
|
|
3593
3494
|
};
|
|
3594
3495
|
readonly component: {
|
|
3595
3496
|
readonly type: 'string';
|
|
3596
|
-
readonly enum: readonly [
|
|
3597
|
-
readonly default: 'checkbox';
|
|
3497
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3598
3498
|
};
|
|
3599
3499
|
readonly label: {
|
|
3600
3500
|
readonly type: 'string';
|
|
@@ -3613,12 +3513,10 @@ export declare const themeConfigSchema: {
|
|
|
3613
3513
|
readonly properties: {
|
|
3614
3514
|
readonly hide: {
|
|
3615
3515
|
readonly type: 'boolean';
|
|
3616
|
-
readonly default: false;
|
|
3617
3516
|
};
|
|
3618
3517
|
readonly component: {
|
|
3619
3518
|
readonly type: 'string';
|
|
3620
|
-
readonly enum: readonly [
|
|
3621
|
-
readonly default: 'checkbox';
|
|
3519
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3622
3520
|
};
|
|
3623
3521
|
readonly label: {
|
|
3624
3522
|
readonly type: 'string';
|
|
@@ -3637,12 +3535,10 @@ export declare const themeConfigSchema: {
|
|
|
3637
3535
|
readonly properties: {
|
|
3638
3536
|
readonly hide: {
|
|
3639
3537
|
readonly type: 'boolean';
|
|
3640
|
-
readonly default: false;
|
|
3641
3538
|
};
|
|
3642
3539
|
readonly component: {
|
|
3643
3540
|
readonly type: 'string';
|
|
3644
|
-
readonly enum: readonly [
|
|
3645
|
-
readonly default: 'checkbox';
|
|
3541
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3646
3542
|
};
|
|
3647
3543
|
readonly label: {
|
|
3648
3544
|
readonly type: 'string';
|
|
@@ -3661,12 +3557,10 @@ export declare const themeConfigSchema: {
|
|
|
3661
3557
|
readonly properties: {
|
|
3662
3558
|
readonly hide: {
|
|
3663
3559
|
readonly type: 'boolean';
|
|
3664
|
-
readonly default: false;
|
|
3665
3560
|
};
|
|
3666
3561
|
readonly component: {
|
|
3667
3562
|
readonly type: 'string';
|
|
3668
|
-
readonly enum: readonly [
|
|
3669
|
-
readonly default: 'checkbox';
|
|
3563
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3670
3564
|
};
|
|
3671
3565
|
readonly label: {
|
|
3672
3566
|
readonly type: 'string';
|
|
@@ -3685,12 +3579,10 @@ export declare const themeConfigSchema: {
|
|
|
3685
3579
|
readonly properties: {
|
|
3686
3580
|
readonly hide: {
|
|
3687
3581
|
readonly type: 'boolean';
|
|
3688
|
-
readonly default: false;
|
|
3689
3582
|
};
|
|
3690
3583
|
readonly component: {
|
|
3691
3584
|
readonly type: 'string';
|
|
3692
|
-
readonly enum: readonly [
|
|
3693
|
-
readonly default: 'checkbox';
|
|
3585
|
+
readonly enum: readonly ["radio", "checkbox"];
|
|
3694
3586
|
};
|
|
3695
3587
|
readonly label: {
|
|
3696
3588
|
readonly type: 'string';
|
|
@@ -3712,7 +3604,6 @@ export declare const themeConfigSchema: {
|
|
|
3712
3604
|
readonly properties: {
|
|
3713
3605
|
readonly hide: {
|
|
3714
3606
|
readonly type: 'boolean';
|
|
3715
|
-
readonly default: false;
|
|
3716
3607
|
};
|
|
3717
3608
|
readonly label: {
|
|
3718
3609
|
readonly type: 'string';
|
|
@@ -3740,7 +3631,6 @@ export declare const themeConfigSchema: {
|
|
|
3740
3631
|
readonly properties: {
|
|
3741
3632
|
readonly hide: {
|
|
3742
3633
|
readonly type: 'boolean';
|
|
3743
|
-
readonly default: false;
|
|
3744
3634
|
};
|
|
3745
3635
|
readonly label: {
|
|
3746
3636
|
readonly type: 'string';
|
|
@@ -3759,7 +3649,7 @@ export declare const themeConfigSchema: {
|
|
|
3759
3649
|
};
|
|
3760
3650
|
readonly layout: {
|
|
3761
3651
|
readonly type: 'string';
|
|
3762
|
-
readonly enum: readonly [
|
|
3652
|
+
readonly enum: readonly ["stacked", "three-panel"];
|
|
3763
3653
|
};
|
|
3764
3654
|
readonly showBuiltInScalars: {
|
|
3765
3655
|
readonly type: 'boolean';
|
|
@@ -3839,7 +3729,7 @@ export declare const themeConfigSchema: {
|
|
|
3839
3729
|
};
|
|
3840
3730
|
};
|
|
3841
3731
|
readonly additionalProperties: false;
|
|
3842
|
-
readonly required: readonly [
|
|
3732
|
+
readonly required: readonly ["scriptUrl"];
|
|
3843
3733
|
};
|
|
3844
3734
|
readonly amplitude: {
|
|
3845
3735
|
readonly type: 'object';
|
|
@@ -3874,7 +3764,7 @@ export declare const themeConfigSchema: {
|
|
|
3874
3764
|
};
|
|
3875
3765
|
};
|
|
3876
3766
|
readonly additionalProperties: false;
|
|
3877
|
-
readonly required: readonly [
|
|
3767
|
+
readonly required: readonly ["apiKey"];
|
|
3878
3768
|
};
|
|
3879
3769
|
readonly fullstory: {
|
|
3880
3770
|
readonly type: 'object';
|
|
@@ -3887,7 +3777,7 @@ export declare const themeConfigSchema: {
|
|
|
3887
3777
|
};
|
|
3888
3778
|
};
|
|
3889
3779
|
readonly additionalProperties: false;
|
|
3890
|
-
readonly required: readonly [
|
|
3780
|
+
readonly required: readonly ["orgId"];
|
|
3891
3781
|
};
|
|
3892
3782
|
readonly heap: {
|
|
3893
3783
|
readonly type: 'object';
|
|
@@ -3900,7 +3790,7 @@ export declare const themeConfigSchema: {
|
|
|
3900
3790
|
};
|
|
3901
3791
|
};
|
|
3902
3792
|
readonly additionalProperties: false;
|
|
3903
|
-
readonly required: readonly [
|
|
3793
|
+
readonly required: readonly ["appId"];
|
|
3904
3794
|
};
|
|
3905
3795
|
readonly rudderstack: {
|
|
3906
3796
|
readonly type: 'object';
|
|
@@ -3930,7 +3820,7 @@ export declare const themeConfigSchema: {
|
|
|
3930
3820
|
};
|
|
3931
3821
|
};
|
|
3932
3822
|
readonly additionalProperties: false;
|
|
3933
|
-
readonly required: readonly [
|
|
3823
|
+
readonly required: readonly ["writeKey"];
|
|
3934
3824
|
};
|
|
3935
3825
|
readonly segment: {
|
|
3936
3826
|
readonly type: 'object';
|
|
@@ -3953,7 +3843,7 @@ export declare const themeConfigSchema: {
|
|
|
3953
3843
|
};
|
|
3954
3844
|
};
|
|
3955
3845
|
readonly additionalProperties: false;
|
|
3956
|
-
readonly required: readonly [
|
|
3846
|
+
readonly required: readonly ["writeKey"];
|
|
3957
3847
|
};
|
|
3958
3848
|
readonly gtm: {
|
|
3959
3849
|
readonly type: 'object';
|
|
@@ -3970,7 +3860,10 @@ export declare const themeConfigSchema: {
|
|
|
3970
3860
|
readonly gtmPreview: {
|
|
3971
3861
|
readonly type: 'string';
|
|
3972
3862
|
};
|
|
3973
|
-
readonly defaultDataLayer: {
|
|
3863
|
+
readonly defaultDataLayer: {
|
|
3864
|
+
readonly type: 'object';
|
|
3865
|
+
readonly additionalProperties: true;
|
|
3866
|
+
};
|
|
3974
3867
|
readonly dataLayerName: {
|
|
3975
3868
|
readonly type: 'string';
|
|
3976
3869
|
};
|
|
@@ -3985,7 +3878,7 @@ export declare const themeConfigSchema: {
|
|
|
3985
3878
|
};
|
|
3986
3879
|
};
|
|
3987
3880
|
readonly additionalProperties: false;
|
|
3988
|
-
readonly required: readonly [
|
|
3881
|
+
readonly required: readonly ["trackingId"];
|
|
3989
3882
|
};
|
|
3990
3883
|
readonly ga: {
|
|
3991
3884
|
readonly type: 'object';
|
|
@@ -4051,12 +3944,12 @@ export declare const themeConfigSchema: {
|
|
|
4051
3944
|
};
|
|
4052
3945
|
};
|
|
4053
3946
|
readonly additionalProperties: false;
|
|
4054
|
-
readonly required: readonly [
|
|
3947
|
+
readonly required: readonly ["trackingId"];
|
|
4055
3948
|
};
|
|
4056
3949
|
};
|
|
4057
3950
|
};
|
|
4058
3951
|
readonly additionalProperties: false;
|
|
4059
|
-
readonly required: readonly [
|
|
3952
|
+
readonly required: readonly ["trackingId"];
|
|
4060
3953
|
};
|
|
4061
3954
|
};
|
|
4062
3955
|
};
|
|
@@ -4086,7 +3979,6 @@ export declare const themeConfigSchema: {
|
|
|
4086
3979
|
};
|
|
4087
3980
|
readonly additionalProperties: true;
|
|
4088
3981
|
};
|
|
4089
|
-
readonly default: readonly [];
|
|
4090
3982
|
};
|
|
4091
3983
|
readonly hideLoginButton: {
|
|
4092
3984
|
readonly type: 'boolean';
|
|
@@ -4130,7 +4022,6 @@ export declare const themeConfigSchema: {
|
|
|
4130
4022
|
};
|
|
4131
4023
|
};
|
|
4132
4024
|
readonly additionalProperties: false;
|
|
4133
|
-
readonly default: {};
|
|
4134
4025
|
};
|
|
4135
4026
|
};
|
|
4136
4027
|
};
|
|
@@ -4145,7 +4036,7 @@ export declare const themeConfigSchema: {
|
|
|
4145
4036
|
readonly '.*': {
|
|
4146
4037
|
readonly type: 'object';
|
|
4147
4038
|
readonly additionalProperties: true;
|
|
4148
|
-
readonly required: readonly [
|
|
4039
|
+
readonly required: readonly ["slug", "items"];
|
|
4149
4040
|
readonly properties: {
|
|
4150
4041
|
readonly show: {
|
|
4151
4042
|
readonly type: 'boolean';
|
|
@@ -4158,12 +4049,11 @@ export declare const themeConfigSchema: {
|
|
|
4158
4049
|
readonly items: {
|
|
4159
4050
|
readonly type: 'object';
|
|
4160
4051
|
readonly additionalProperties: false;
|
|
4161
|
-
readonly required: readonly [
|
|
4052
|
+
readonly required: readonly ["title", "property"];
|
|
4162
4053
|
readonly properties: {
|
|
4163
4054
|
readonly type: {
|
|
4164
4055
|
readonly type: 'string';
|
|
4165
|
-
readonly enum: readonly [
|
|
4166
|
-
readonly default: 'checkboxes';
|
|
4056
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
4167
4057
|
};
|
|
4168
4058
|
readonly title: {
|
|
4169
4059
|
readonly type: 'string';
|
|
@@ -4203,7 +4093,7 @@ export declare const themeConfigSchema: {
|
|
|
4203
4093
|
};
|
|
4204
4094
|
readonly filterValuesCasing: {
|
|
4205
4095
|
readonly type: 'string';
|
|
4206
|
-
readonly enum: readonly [
|
|
4096
|
+
readonly enum: readonly ["sentence", "original", "lowercase", "uppercase"];
|
|
4207
4097
|
};
|
|
4208
4098
|
readonly items: {
|
|
4209
4099
|
readonly type: 'array';
|
|
@@ -4218,7 +4108,6 @@ export declare const themeConfigSchema: {
|
|
|
4218
4108
|
};
|
|
4219
4109
|
readonly disconnect: {
|
|
4220
4110
|
readonly type: 'boolean';
|
|
4221
|
-
readonly default: false;
|
|
4222
4111
|
};
|
|
4223
4112
|
readonly group: {
|
|
4224
4113
|
readonly type: 'string';
|
|
@@ -4248,7 +4137,7 @@ export declare const themeConfigSchema: {
|
|
|
4248
4137
|
readonly type: 'string';
|
|
4249
4138
|
};
|
|
4250
4139
|
};
|
|
4251
|
-
readonly required: readonly [
|
|
4140
|
+
readonly required: readonly ["srcSet"];
|
|
4252
4141
|
}];
|
|
4253
4142
|
};
|
|
4254
4143
|
readonly separator: {
|
|
@@ -4259,15 +4148,14 @@ export declare const themeConfigSchema: {
|
|
|
4259
4148
|
};
|
|
4260
4149
|
readonly linePosition: {
|
|
4261
4150
|
readonly type: 'string';
|
|
4262
|
-
readonly enum: readonly [
|
|
4263
|
-
readonly default: 'top';
|
|
4151
|
+
readonly enum: readonly ["top", "bottom"];
|
|
4264
4152
|
};
|
|
4265
4153
|
readonly version: {
|
|
4266
4154
|
readonly type: 'string';
|
|
4267
4155
|
};
|
|
4268
4156
|
readonly menuStyle: {
|
|
4269
4157
|
readonly type: 'string';
|
|
4270
|
-
readonly enum: readonly [
|
|
4158
|
+
readonly enum: readonly ["drilldown"];
|
|
4271
4159
|
};
|
|
4272
4160
|
readonly expanded: {
|
|
4273
4161
|
readonly type: 'string';
|
|
@@ -4308,7 +4196,6 @@ export declare const themeConfigSchema: {
|
|
|
4308
4196
|
};
|
|
4309
4197
|
readonly disconnect: {
|
|
4310
4198
|
readonly type: 'boolean';
|
|
4311
|
-
readonly default: false;
|
|
4312
4199
|
};
|
|
4313
4200
|
readonly group: {
|
|
4314
4201
|
readonly type: 'string';
|
|
@@ -4338,7 +4225,7 @@ export declare const themeConfigSchema: {
|
|
|
4338
4225
|
readonly type: 'string';
|
|
4339
4226
|
};
|
|
4340
4227
|
};
|
|
4341
|
-
readonly required: readonly [
|
|
4228
|
+
readonly required: readonly ["srcSet"];
|
|
4342
4229
|
}];
|
|
4343
4230
|
};
|
|
4344
4231
|
readonly separator: {
|
|
@@ -4349,15 +4236,14 @@ export declare const themeConfigSchema: {
|
|
|
4349
4236
|
};
|
|
4350
4237
|
readonly linePosition: {
|
|
4351
4238
|
readonly type: 'string';
|
|
4352
|
-
readonly enum: readonly [
|
|
4353
|
-
readonly default: 'top';
|
|
4239
|
+
readonly enum: readonly ["top", "bottom"];
|
|
4354
4240
|
};
|
|
4355
4241
|
readonly version: {
|
|
4356
4242
|
readonly type: 'string';
|
|
4357
4243
|
};
|
|
4358
4244
|
readonly menuStyle: {
|
|
4359
4245
|
readonly type: 'string';
|
|
4360
|
-
readonly enum: readonly [
|
|
4246
|
+
readonly enum: readonly ["drilldown"];
|
|
4361
4247
|
};
|
|
4362
4248
|
readonly expanded: {
|
|
4363
4249
|
readonly type: 'string';
|
|
@@ -4425,13 +4311,12 @@ export declare const themeConfigSchema: {
|
|
|
4425
4311
|
readonly properties: {
|
|
4426
4312
|
readonly show: {
|
|
4427
4313
|
readonly type: 'boolean';
|
|
4428
|
-
readonly default: false;
|
|
4429
4314
|
};
|
|
4430
4315
|
readonly entityTypes: {
|
|
4431
4316
|
readonly type: 'object';
|
|
4432
4317
|
readonly additionalProperties: {
|
|
4433
4318
|
readonly type: 'object';
|
|
4434
|
-
readonly required: readonly [
|
|
4319
|
+
readonly required: readonly ["name", "description", "metadataSchema"];
|
|
4435
4320
|
readonly properties: {
|
|
4436
4321
|
readonly name: {
|
|
4437
4322
|
readonly type: 'string';
|
|
@@ -4443,11 +4328,11 @@ export declare const themeConfigSchema: {
|
|
|
4443
4328
|
};
|
|
4444
4329
|
readonly metadataSchema: {
|
|
4445
4330
|
readonly type: 'object';
|
|
4446
|
-
readonly required: readonly [
|
|
4331
|
+
readonly required: readonly ["type", "properties"];
|
|
4447
4332
|
readonly properties: {
|
|
4448
4333
|
readonly type: {
|
|
4449
4334
|
readonly type: 'string';
|
|
4450
|
-
readonly enum: readonly [
|
|
4335
|
+
readonly enum: readonly ["object"];
|
|
4451
4336
|
};
|
|
4452
4337
|
readonly description: {
|
|
4453
4338
|
readonly type: 'string';
|
|
@@ -4459,7 +4344,7 @@ export declare const themeConfigSchema: {
|
|
|
4459
4344
|
readonly properties: {
|
|
4460
4345
|
readonly type: {
|
|
4461
4346
|
readonly type: 'string';
|
|
4462
|
-
readonly enum: readonly [
|
|
4347
|
+
readonly enum: readonly ["string", "number", "boolean", "array", "object"];
|
|
4463
4348
|
};
|
|
4464
4349
|
readonly description: {
|
|
4465
4350
|
readonly type: 'string';
|
|
@@ -4546,7 +4431,7 @@ export declare const themeConfigSchema: {
|
|
|
4546
4431
|
readonly type: 'array';
|
|
4547
4432
|
readonly items: {
|
|
4548
4433
|
readonly type: 'object';
|
|
4549
|
-
readonly required: readonly [
|
|
4434
|
+
readonly required: readonly ["type"];
|
|
4550
4435
|
readonly properties: {
|
|
4551
4436
|
readonly type: {
|
|
4552
4437
|
readonly type: 'string';
|
|
@@ -4559,7 +4444,7 @@ export declare const themeConfigSchema: {
|
|
|
4559
4444
|
readonly type: 'array';
|
|
4560
4445
|
readonly items: {
|
|
4561
4446
|
readonly type: 'object';
|
|
4562
|
-
readonly required: readonly [
|
|
4447
|
+
readonly required: readonly ["key"];
|
|
4563
4448
|
readonly properties: {
|
|
4564
4449
|
readonly key: {
|
|
4565
4450
|
readonly type: 'string';
|
|
@@ -4572,7 +4457,7 @@ export declare const themeConfigSchema: {
|
|
|
4572
4457
|
readonly type: 'array';
|
|
4573
4458
|
readonly items: {
|
|
4574
4459
|
readonly type: 'object';
|
|
4575
|
-
readonly required: readonly [
|
|
4460
|
+
readonly required: readonly ["property", "title"];
|
|
4576
4461
|
readonly properties: {
|
|
4577
4462
|
readonly property: {
|
|
4578
4463
|
readonly type: 'string';
|
|
@@ -4591,8 +4476,7 @@ export declare const themeConfigSchema: {
|
|
|
4591
4476
|
};
|
|
4592
4477
|
readonly type: {
|
|
4593
4478
|
readonly type: 'string';
|
|
4594
|
-
readonly enum: readonly [
|
|
4595
|
-
readonly default: 'checkboxes';
|
|
4479
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
4596
4480
|
};
|
|
4597
4481
|
readonly title: {
|
|
4598
4482
|
readonly type: 'string';
|
|
@@ -4638,7 +4522,7 @@ export declare const themeConfigSchema: {
|
|
|
4638
4522
|
readonly type: 'array';
|
|
4639
4523
|
readonly items: {
|
|
4640
4524
|
readonly type: 'object';
|
|
4641
|
-
readonly required: readonly [
|
|
4525
|
+
readonly required: readonly ["type"];
|
|
4642
4526
|
readonly properties: {
|
|
4643
4527
|
readonly type: {
|
|
4644
4528
|
readonly type: 'string';
|
|
@@ -4651,7 +4535,7 @@ export declare const themeConfigSchema: {
|
|
|
4651
4535
|
readonly type: 'array';
|
|
4652
4536
|
readonly items: {
|
|
4653
4537
|
readonly type: 'object';
|
|
4654
|
-
readonly required: readonly [
|
|
4538
|
+
readonly required: readonly ["key"];
|
|
4655
4539
|
readonly properties: {
|
|
4656
4540
|
readonly key: {
|
|
4657
4541
|
readonly type: 'string';
|
|
@@ -4664,7 +4548,7 @@ export declare const themeConfigSchema: {
|
|
|
4664
4548
|
readonly type: 'array';
|
|
4665
4549
|
readonly items: {
|
|
4666
4550
|
readonly type: 'object';
|
|
4667
|
-
readonly required: readonly [
|
|
4551
|
+
readonly required: readonly ["property", "title"];
|
|
4668
4552
|
readonly properties: {
|
|
4669
4553
|
readonly property: {
|
|
4670
4554
|
readonly type: 'string';
|
|
@@ -4683,8 +4567,7 @@ export declare const themeConfigSchema: {
|
|
|
4683
4567
|
};
|
|
4684
4568
|
readonly type: {
|
|
4685
4569
|
readonly type: 'string';
|
|
4686
|
-
readonly enum: readonly [
|
|
4687
|
-
readonly default: 'checkboxes';
|
|
4570
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
4688
4571
|
};
|
|
4689
4572
|
readonly title: {
|
|
4690
4573
|
readonly type: 'string';
|
|
@@ -4730,7 +4613,7 @@ export declare const themeConfigSchema: {
|
|
|
4730
4613
|
readonly type: 'array';
|
|
4731
4614
|
readonly items: {
|
|
4732
4615
|
readonly type: 'object';
|
|
4733
|
-
readonly required: readonly [
|
|
4616
|
+
readonly required: readonly ["type"];
|
|
4734
4617
|
readonly properties: {
|
|
4735
4618
|
readonly type: {
|
|
4736
4619
|
readonly type: 'string';
|
|
@@ -4743,7 +4626,7 @@ export declare const themeConfigSchema: {
|
|
|
4743
4626
|
readonly type: 'array';
|
|
4744
4627
|
readonly items: {
|
|
4745
4628
|
readonly type: 'object';
|
|
4746
|
-
readonly required: readonly [
|
|
4629
|
+
readonly required: readonly ["key"];
|
|
4747
4630
|
readonly properties: {
|
|
4748
4631
|
readonly key: {
|
|
4749
4632
|
readonly type: 'string';
|
|
@@ -4756,7 +4639,7 @@ export declare const themeConfigSchema: {
|
|
|
4756
4639
|
readonly type: 'array';
|
|
4757
4640
|
readonly items: {
|
|
4758
4641
|
readonly type: 'object';
|
|
4759
|
-
readonly required: readonly [
|
|
4642
|
+
readonly required: readonly ["property", "title"];
|
|
4760
4643
|
readonly properties: {
|
|
4761
4644
|
readonly property: {
|
|
4762
4645
|
readonly type: 'string';
|
|
@@ -4775,8 +4658,7 @@ export declare const themeConfigSchema: {
|
|
|
4775
4658
|
};
|
|
4776
4659
|
readonly type: {
|
|
4777
4660
|
readonly type: 'string';
|
|
4778
|
-
readonly enum: readonly [
|
|
4779
|
-
readonly default: 'checkboxes';
|
|
4661
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
4780
4662
|
};
|
|
4781
4663
|
readonly title: {
|
|
4782
4664
|
readonly type: 'string';
|
|
@@ -4822,7 +4704,7 @@ export declare const themeConfigSchema: {
|
|
|
4822
4704
|
readonly type: 'array';
|
|
4823
4705
|
readonly items: {
|
|
4824
4706
|
readonly type: 'object';
|
|
4825
|
-
readonly required: readonly [
|
|
4707
|
+
readonly required: readonly ["type"];
|
|
4826
4708
|
readonly properties: {
|
|
4827
4709
|
readonly type: {
|
|
4828
4710
|
readonly type: 'string';
|
|
@@ -4835,7 +4717,7 @@ export declare const themeConfigSchema: {
|
|
|
4835
4717
|
readonly type: 'array';
|
|
4836
4718
|
readonly items: {
|
|
4837
4719
|
readonly type: 'object';
|
|
4838
|
-
readonly required: readonly [
|
|
4720
|
+
readonly required: readonly ["key"];
|
|
4839
4721
|
readonly properties: {
|
|
4840
4722
|
readonly key: {
|
|
4841
4723
|
readonly type: 'string';
|
|
@@ -4848,7 +4730,7 @@ export declare const themeConfigSchema: {
|
|
|
4848
4730
|
readonly type: 'array';
|
|
4849
4731
|
readonly items: {
|
|
4850
4732
|
readonly type: 'object';
|
|
4851
|
-
readonly required: readonly [
|
|
4733
|
+
readonly required: readonly ["property", "title"];
|
|
4852
4734
|
readonly properties: {
|
|
4853
4735
|
readonly property: {
|
|
4854
4736
|
readonly type: 'string';
|
|
@@ -4867,8 +4749,7 @@ export declare const themeConfigSchema: {
|
|
|
4867
4749
|
};
|
|
4868
4750
|
readonly type: {
|
|
4869
4751
|
readonly type: 'string';
|
|
4870
|
-
readonly enum: readonly [
|
|
4871
|
-
readonly default: 'checkboxes';
|
|
4752
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
4872
4753
|
};
|
|
4873
4754
|
readonly title: {
|
|
4874
4755
|
readonly type: 'string';
|
|
@@ -4914,7 +4795,7 @@ export declare const themeConfigSchema: {
|
|
|
4914
4795
|
readonly type: 'array';
|
|
4915
4796
|
readonly items: {
|
|
4916
4797
|
readonly type: 'object';
|
|
4917
|
-
readonly required: readonly [
|
|
4798
|
+
readonly required: readonly ["type"];
|
|
4918
4799
|
readonly properties: {
|
|
4919
4800
|
readonly type: {
|
|
4920
4801
|
readonly type: 'string';
|
|
@@ -4927,7 +4808,7 @@ export declare const themeConfigSchema: {
|
|
|
4927
4808
|
readonly type: 'array';
|
|
4928
4809
|
readonly items: {
|
|
4929
4810
|
readonly type: 'object';
|
|
4930
|
-
readonly required: readonly [
|
|
4811
|
+
readonly required: readonly ["key"];
|
|
4931
4812
|
readonly properties: {
|
|
4932
4813
|
readonly key: {
|
|
4933
4814
|
readonly type: 'string';
|
|
@@ -4940,7 +4821,7 @@ export declare const themeConfigSchema: {
|
|
|
4940
4821
|
readonly type: 'array';
|
|
4941
4822
|
readonly items: {
|
|
4942
4823
|
readonly type: 'object';
|
|
4943
|
-
readonly required: readonly [
|
|
4824
|
+
readonly required: readonly ["property", "title"];
|
|
4944
4825
|
readonly properties: {
|
|
4945
4826
|
readonly property: {
|
|
4946
4827
|
readonly type: 'string';
|
|
@@ -4959,8 +4840,7 @@ export declare const themeConfigSchema: {
|
|
|
4959
4840
|
};
|
|
4960
4841
|
readonly type: {
|
|
4961
4842
|
readonly type: 'string';
|
|
4962
|
-
readonly enum: readonly [
|
|
4963
|
-
readonly default: 'checkboxes';
|
|
4843
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
4964
4844
|
};
|
|
4965
4845
|
readonly title: {
|
|
4966
4846
|
readonly type: 'string';
|
|
@@ -5006,7 +4886,7 @@ export declare const themeConfigSchema: {
|
|
|
5006
4886
|
readonly type: 'array';
|
|
5007
4887
|
readonly items: {
|
|
5008
4888
|
readonly type: 'object';
|
|
5009
|
-
readonly required: readonly [
|
|
4889
|
+
readonly required: readonly ["type"];
|
|
5010
4890
|
readonly properties: {
|
|
5011
4891
|
readonly type: {
|
|
5012
4892
|
readonly type: 'string';
|
|
@@ -5019,7 +4899,7 @@ export declare const themeConfigSchema: {
|
|
|
5019
4899
|
readonly type: 'array';
|
|
5020
4900
|
readonly items: {
|
|
5021
4901
|
readonly type: 'object';
|
|
5022
|
-
readonly required: readonly [
|
|
4902
|
+
readonly required: readonly ["key"];
|
|
5023
4903
|
readonly properties: {
|
|
5024
4904
|
readonly key: {
|
|
5025
4905
|
readonly type: 'string';
|
|
@@ -5032,7 +4912,7 @@ export declare const themeConfigSchema: {
|
|
|
5032
4912
|
readonly type: 'array';
|
|
5033
4913
|
readonly items: {
|
|
5034
4914
|
readonly type: 'object';
|
|
5035
|
-
readonly required: readonly [
|
|
4915
|
+
readonly required: readonly ["property", "title"];
|
|
5036
4916
|
readonly properties: {
|
|
5037
4917
|
readonly property: {
|
|
5038
4918
|
readonly type: 'string';
|
|
@@ -5051,8 +4931,7 @@ export declare const themeConfigSchema: {
|
|
|
5051
4931
|
};
|
|
5052
4932
|
readonly type: {
|
|
5053
4933
|
readonly type: 'string';
|
|
5054
|
-
readonly enum: readonly [
|
|
5055
|
-
readonly default: 'checkboxes';
|
|
4934
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
5056
4935
|
};
|
|
5057
4936
|
readonly title: {
|
|
5058
4937
|
readonly type: 'string';
|
|
@@ -5098,7 +4977,7 @@ export declare const themeConfigSchema: {
|
|
|
5098
4977
|
readonly type: 'array';
|
|
5099
4978
|
readonly items: {
|
|
5100
4979
|
readonly type: 'object';
|
|
5101
|
-
readonly required: readonly [
|
|
4980
|
+
readonly required: readonly ["type"];
|
|
5102
4981
|
readonly properties: {
|
|
5103
4982
|
readonly type: {
|
|
5104
4983
|
readonly type: 'string';
|
|
@@ -5111,7 +4990,7 @@ export declare const themeConfigSchema: {
|
|
|
5111
4990
|
readonly type: 'array';
|
|
5112
4991
|
readonly items: {
|
|
5113
4992
|
readonly type: 'object';
|
|
5114
|
-
readonly required: readonly [
|
|
4993
|
+
readonly required: readonly ["key"];
|
|
5115
4994
|
readonly properties: {
|
|
5116
4995
|
readonly key: {
|
|
5117
4996
|
readonly type: 'string';
|
|
@@ -5124,7 +5003,7 @@ export declare const themeConfigSchema: {
|
|
|
5124
5003
|
readonly type: 'array';
|
|
5125
5004
|
readonly items: {
|
|
5126
5005
|
readonly type: 'object';
|
|
5127
|
-
readonly required: readonly [
|
|
5006
|
+
readonly required: readonly ["property", "title"];
|
|
5128
5007
|
readonly properties: {
|
|
5129
5008
|
readonly property: {
|
|
5130
5009
|
readonly type: 'string';
|
|
@@ -5143,8 +5022,7 @@ export declare const themeConfigSchema: {
|
|
|
5143
5022
|
};
|
|
5144
5023
|
readonly type: {
|
|
5145
5024
|
readonly type: 'string';
|
|
5146
|
-
readonly enum: readonly [
|
|
5147
|
-
readonly default: 'checkboxes';
|
|
5025
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
5148
5026
|
};
|
|
5149
5027
|
readonly title: {
|
|
5150
5028
|
readonly type: 'string';
|
|
@@ -5190,7 +5068,7 @@ export declare const themeConfigSchema: {
|
|
|
5190
5068
|
readonly type: 'array';
|
|
5191
5069
|
readonly items: {
|
|
5192
5070
|
readonly type: 'object';
|
|
5193
|
-
readonly required: readonly [
|
|
5071
|
+
readonly required: readonly ["type"];
|
|
5194
5072
|
readonly properties: {
|
|
5195
5073
|
readonly type: {
|
|
5196
5074
|
readonly type: 'string';
|
|
@@ -5203,7 +5081,7 @@ export declare const themeConfigSchema: {
|
|
|
5203
5081
|
readonly type: 'array';
|
|
5204
5082
|
readonly items: {
|
|
5205
5083
|
readonly type: 'object';
|
|
5206
|
-
readonly required: readonly [
|
|
5084
|
+
readonly required: readonly ["key"];
|
|
5207
5085
|
readonly properties: {
|
|
5208
5086
|
readonly key: {
|
|
5209
5087
|
readonly type: 'string';
|
|
@@ -5216,7 +5094,7 @@ export declare const themeConfigSchema: {
|
|
|
5216
5094
|
readonly type: 'array';
|
|
5217
5095
|
readonly items: {
|
|
5218
5096
|
readonly type: 'object';
|
|
5219
|
-
readonly required: readonly [
|
|
5097
|
+
readonly required: readonly ["property", "title"];
|
|
5220
5098
|
readonly properties: {
|
|
5221
5099
|
readonly property: {
|
|
5222
5100
|
readonly type: 'string';
|
|
@@ -5235,8 +5113,7 @@ export declare const themeConfigSchema: {
|
|
|
5235
5113
|
};
|
|
5236
5114
|
readonly type: {
|
|
5237
5115
|
readonly type: 'string';
|
|
5238
|
-
readonly enum: readonly [
|
|
5239
|
-
readonly default: 'checkboxes';
|
|
5116
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
5240
5117
|
};
|
|
5241
5118
|
readonly title: {
|
|
5242
5119
|
readonly type: 'string';
|
|
@@ -5283,7 +5160,7 @@ export declare const themeConfigSchema: {
|
|
|
5283
5160
|
readonly type: 'array';
|
|
5284
5161
|
readonly items: {
|
|
5285
5162
|
readonly type: 'object';
|
|
5286
|
-
readonly required: readonly [
|
|
5163
|
+
readonly required: readonly ["type"];
|
|
5287
5164
|
readonly properties: {
|
|
5288
5165
|
readonly type: {
|
|
5289
5166
|
readonly type: 'string';
|
|
@@ -5296,7 +5173,7 @@ export declare const themeConfigSchema: {
|
|
|
5296
5173
|
readonly type: 'array';
|
|
5297
5174
|
readonly items: {
|
|
5298
5175
|
readonly type: 'object';
|
|
5299
|
-
readonly required: readonly [
|
|
5176
|
+
readonly required: readonly ["key"];
|
|
5300
5177
|
readonly properties: {
|
|
5301
5178
|
readonly key: {
|
|
5302
5179
|
readonly type: 'string';
|
|
@@ -5309,7 +5186,7 @@ export declare const themeConfigSchema: {
|
|
|
5309
5186
|
readonly type: 'array';
|
|
5310
5187
|
readonly items: {
|
|
5311
5188
|
readonly type: 'object';
|
|
5312
|
-
readonly required: readonly [
|
|
5189
|
+
readonly required: readonly ["property", "title"];
|
|
5313
5190
|
readonly properties: {
|
|
5314
5191
|
readonly property: {
|
|
5315
5192
|
readonly type: 'string';
|
|
@@ -5328,8 +5205,7 @@ export declare const themeConfigSchema: {
|
|
|
5328
5205
|
};
|
|
5329
5206
|
readonly type: {
|
|
5330
5207
|
readonly type: 'string';
|
|
5331
|
-
readonly enum: readonly [
|
|
5332
|
-
readonly default: 'checkboxes';
|
|
5208
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
5333
5209
|
};
|
|
5334
5210
|
readonly title: {
|
|
5335
5211
|
readonly type: 'string';
|
|
@@ -5372,7 +5248,7 @@ export declare const themeConfigSchema: {
|
|
|
5372
5248
|
readonly '.*': {
|
|
5373
5249
|
readonly type: 'object';
|
|
5374
5250
|
readonly additionalProperties: true;
|
|
5375
|
-
readonly required: readonly [
|
|
5251
|
+
readonly required: readonly ["slug", "items"];
|
|
5376
5252
|
readonly properties: {
|
|
5377
5253
|
readonly show: {
|
|
5378
5254
|
readonly type: 'boolean';
|
|
@@ -5385,12 +5261,11 @@ export declare const themeConfigSchema: {
|
|
|
5385
5261
|
readonly items: {
|
|
5386
5262
|
readonly type: 'object';
|
|
5387
5263
|
readonly additionalProperties: false;
|
|
5388
|
-
readonly required: readonly [
|
|
5264
|
+
readonly required: readonly ["title", "property"];
|
|
5389
5265
|
readonly properties: {
|
|
5390
5266
|
readonly type: {
|
|
5391
5267
|
readonly type: 'string';
|
|
5392
|
-
readonly enum: readonly [
|
|
5393
|
-
readonly default: 'checkboxes';
|
|
5268
|
+
readonly enum: readonly ["select", "checkboxes", "date-range"];
|
|
5394
5269
|
};
|
|
5395
5270
|
readonly title: {
|
|
5396
5271
|
readonly type: 'string';
|
|
@@ -5430,7 +5305,7 @@ export declare const themeConfigSchema: {
|
|
|
5430
5305
|
};
|
|
5431
5306
|
readonly filterValuesCasing: {
|
|
5432
5307
|
readonly type: 'string';
|
|
5433
|
-
readonly enum: readonly [
|
|
5308
|
+
readonly enum: readonly ["sentence", "original", "lowercase", "uppercase"];
|
|
5434
5309
|
};
|
|
5435
5310
|
readonly items: {
|
|
5436
5311
|
readonly type: 'array';
|
|
@@ -5445,7 +5320,6 @@ export declare const themeConfigSchema: {
|
|
|
5445
5320
|
};
|
|
5446
5321
|
readonly disconnect: {
|
|
5447
5322
|
readonly type: 'boolean';
|
|
5448
|
-
readonly default: false;
|
|
5449
5323
|
};
|
|
5450
5324
|
readonly group: {
|
|
5451
5325
|
readonly type: 'string';
|
|
@@ -5475,7 +5349,7 @@ export declare const themeConfigSchema: {
|
|
|
5475
5349
|
readonly type: 'string';
|
|
5476
5350
|
};
|
|
5477
5351
|
};
|
|
5478
|
-
readonly required: readonly [
|
|
5352
|
+
readonly required: readonly ["srcSet"];
|
|
5479
5353
|
}];
|
|
5480
5354
|
};
|
|
5481
5355
|
readonly separator: {
|
|
@@ -5486,15 +5360,14 @@ export declare const themeConfigSchema: {
|
|
|
5486
5360
|
};
|
|
5487
5361
|
readonly linePosition: {
|
|
5488
5362
|
readonly type: 'string';
|
|
5489
|
-
readonly enum: readonly [
|
|
5490
|
-
readonly default: 'top';
|
|
5363
|
+
readonly enum: readonly ["top", "bottom"];
|
|
5491
5364
|
};
|
|
5492
5365
|
readonly version: {
|
|
5493
5366
|
readonly type: 'string';
|
|
5494
5367
|
};
|
|
5495
5368
|
readonly menuStyle: {
|
|
5496
5369
|
readonly type: 'string';
|
|
5497
|
-
readonly enum: readonly [
|
|
5370
|
+
readonly enum: readonly ["drilldown"];
|
|
5498
5371
|
};
|
|
5499
5372
|
readonly expanded: {
|
|
5500
5373
|
readonly type: 'string';
|
|
@@ -5535,7 +5408,6 @@ export declare const themeConfigSchema: {
|
|
|
5535
5408
|
};
|
|
5536
5409
|
readonly disconnect: {
|
|
5537
5410
|
readonly type: 'boolean';
|
|
5538
|
-
readonly default: false;
|
|
5539
5411
|
};
|
|
5540
5412
|
readonly group: {
|
|
5541
5413
|
readonly type: 'string';
|
|
@@ -5565,7 +5437,7 @@ export declare const themeConfigSchema: {
|
|
|
5565
5437
|
readonly type: 'string';
|
|
5566
5438
|
};
|
|
5567
5439
|
};
|
|
5568
|
-
readonly required: readonly [
|
|
5440
|
+
readonly required: readonly ["srcSet"];
|
|
5569
5441
|
}];
|
|
5570
5442
|
};
|
|
5571
5443
|
readonly separator: {
|
|
@@ -5576,15 +5448,14 @@ export declare const themeConfigSchema: {
|
|
|
5576
5448
|
};
|
|
5577
5449
|
readonly linePosition: {
|
|
5578
5450
|
readonly type: 'string';
|
|
5579
|
-
readonly enum: readonly [
|
|
5580
|
-
readonly default: 'top';
|
|
5451
|
+
readonly enum: readonly ["top", "bottom"];
|
|
5581
5452
|
};
|
|
5582
5453
|
readonly version: {
|
|
5583
5454
|
readonly type: 'string';
|
|
5584
5455
|
};
|
|
5585
5456
|
readonly menuStyle: {
|
|
5586
5457
|
readonly type: 'string';
|
|
5587
|
-
readonly enum: readonly [
|
|
5458
|
+
readonly enum: readonly ["drilldown"];
|
|
5588
5459
|
};
|
|
5589
5460
|
readonly expanded: {
|
|
5590
5461
|
readonly type: 'string';
|
|
@@ -5660,7 +5531,6 @@ export declare const themeConfigSchema: {
|
|
|
5660
5531
|
readonly properties: {
|
|
5661
5532
|
readonly ignoreNonCompliant: {
|
|
5662
5533
|
readonly type: 'boolean';
|
|
5663
|
-
readonly default: false;
|
|
5664
5534
|
};
|
|
5665
5535
|
readonly teamMetadataProperty: {
|
|
5666
5536
|
readonly nodeTypeName: "ScorecardClassicTeamMetadataProperty";
|
|
@@ -5687,34 +5557,9 @@ export declare const themeConfigSchema: {
|
|
|
5687
5557
|
readonly nodeTypeName: "ScorecardClassicLevel";
|
|
5688
5558
|
readonly documentationLink: 'https://redocly.com/docs/realm/config/scorecard-classic#level-object';
|
|
5689
5559
|
readonly type: 'object';
|
|
5690
|
-
readonly required: readonly [
|
|
5560
|
+
readonly required: readonly ["name"];
|
|
5691
5561
|
readonly properties: {
|
|
5692
|
-
readonly
|
|
5693
|
-
readonly nodeTypeName: undefined;
|
|
5694
|
-
readonly type: 'array';
|
|
5695
|
-
readonly items: {
|
|
5696
|
-
readonly type: 'string';
|
|
5697
|
-
};
|
|
5698
|
-
readonly description: 'Use extends to inherit rules and their configurations from other rulesets.';
|
|
5699
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/extends';
|
|
5700
|
-
};
|
|
5701
|
-
readonly name: {
|
|
5702
|
-
readonly type: 'string';
|
|
5703
|
-
};
|
|
5704
|
-
readonly color: {
|
|
5705
|
-
readonly type: 'string';
|
|
5706
|
-
};
|
|
5707
|
-
readonly arazzo1Decorators: {
|
|
5708
|
-
readonly nodeTypeName: undefined;
|
|
5709
|
-
readonly type: 'object';
|
|
5710
|
-
readonly additionalProperties: true;
|
|
5711
|
-
};
|
|
5712
|
-
readonly arazzo1Preprocessors: {
|
|
5713
|
-
readonly nodeTypeName: undefined;
|
|
5714
|
-
readonly type: 'object';
|
|
5715
|
-
readonly additionalProperties: true;
|
|
5716
|
-
};
|
|
5717
|
-
readonly arazzo1Rules: {
|
|
5562
|
+
readonly rules: {
|
|
5718
5563
|
readonly nodeTypeName: undefined;
|
|
5719
5564
|
readonly type: 'object';
|
|
5720
5565
|
readonly additionalProperties: {
|
|
@@ -5727,17 +5572,20 @@ export declare const themeConfigSchema: {
|
|
|
5727
5572
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5728
5573
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5729
5574
|
};
|
|
5730
|
-
readonly
|
|
5731
|
-
readonly nodeTypeName: undefined;
|
|
5732
|
-
readonly type: 'object';
|
|
5733
|
-
readonly additionalProperties: true;
|
|
5734
|
-
};
|
|
5735
|
-
readonly arazzo1_1Preprocessors: {
|
|
5575
|
+
readonly oas2Rules: {
|
|
5736
5576
|
readonly nodeTypeName: undefined;
|
|
5737
5577
|
readonly type: 'object';
|
|
5738
|
-
readonly additionalProperties:
|
|
5578
|
+
readonly additionalProperties: {
|
|
5579
|
+
readonly oneOf: readonly [{
|
|
5580
|
+
readonly type: 'string';
|
|
5581
|
+
}, {
|
|
5582
|
+
readonly type: 'object';
|
|
5583
|
+
}];
|
|
5584
|
+
};
|
|
5585
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5586
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5739
5587
|
};
|
|
5740
|
-
readonly
|
|
5588
|
+
readonly oas3_0Rules: {
|
|
5741
5589
|
readonly nodeTypeName: undefined;
|
|
5742
5590
|
readonly type: 'object';
|
|
5743
5591
|
readonly additionalProperties: {
|
|
@@ -5750,15 +5598,31 @@ export declare const themeConfigSchema: {
|
|
|
5750
5598
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5751
5599
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5752
5600
|
};
|
|
5753
|
-
readonly
|
|
5601
|
+
readonly oas3_1Rules: {
|
|
5754
5602
|
readonly nodeTypeName: undefined;
|
|
5755
5603
|
readonly type: 'object';
|
|
5756
|
-
readonly additionalProperties:
|
|
5604
|
+
readonly additionalProperties: {
|
|
5605
|
+
readonly oneOf: readonly [{
|
|
5606
|
+
readonly type: 'string';
|
|
5607
|
+
}, {
|
|
5608
|
+
readonly type: 'object';
|
|
5609
|
+
}];
|
|
5610
|
+
};
|
|
5611
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5612
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5757
5613
|
};
|
|
5758
|
-
readonly
|
|
5614
|
+
readonly oas3_2Rules: {
|
|
5759
5615
|
readonly nodeTypeName: undefined;
|
|
5760
5616
|
readonly type: 'object';
|
|
5761
|
-
readonly additionalProperties:
|
|
5617
|
+
readonly additionalProperties: {
|
|
5618
|
+
readonly oneOf: readonly [{
|
|
5619
|
+
readonly type: 'string';
|
|
5620
|
+
}, {
|
|
5621
|
+
readonly type: 'object';
|
|
5622
|
+
}];
|
|
5623
|
+
};
|
|
5624
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5625
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5762
5626
|
};
|
|
5763
5627
|
readonly async2Rules: {
|
|
5764
5628
|
readonly nodeTypeName: undefined;
|
|
@@ -5773,16 +5637,6 @@ export declare const themeConfigSchema: {
|
|
|
5773
5637
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5774
5638
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5775
5639
|
};
|
|
5776
|
-
readonly async3Decorators: {
|
|
5777
|
-
readonly nodeTypeName: undefined;
|
|
5778
|
-
readonly type: 'object';
|
|
5779
|
-
readonly additionalProperties: true;
|
|
5780
|
-
};
|
|
5781
|
-
readonly async3Preprocessors: {
|
|
5782
|
-
readonly nodeTypeName: undefined;
|
|
5783
|
-
readonly type: 'object';
|
|
5784
|
-
readonly additionalProperties: true;
|
|
5785
|
-
};
|
|
5786
5640
|
readonly async3Rules: {
|
|
5787
5641
|
readonly nodeTypeName: undefined;
|
|
5788
5642
|
readonly type: 'object';
|
|
@@ -5796,22 +5650,20 @@ export declare const themeConfigSchema: {
|
|
|
5796
5650
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5797
5651
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5798
5652
|
};
|
|
5799
|
-
readonly
|
|
5800
|
-
readonly nodeTypeName: undefined;
|
|
5801
|
-
readonly type: 'object';
|
|
5802
|
-
readonly additionalProperties: true;
|
|
5803
|
-
};
|
|
5804
|
-
readonly oas2Decorators: {
|
|
5805
|
-
readonly nodeTypeName: undefined;
|
|
5806
|
-
readonly type: 'object';
|
|
5807
|
-
readonly additionalProperties: true;
|
|
5808
|
-
};
|
|
5809
|
-
readonly oas2Preprocessors: {
|
|
5653
|
+
readonly arazzo1Rules: {
|
|
5810
5654
|
readonly nodeTypeName: undefined;
|
|
5811
5655
|
readonly type: 'object';
|
|
5812
|
-
readonly additionalProperties:
|
|
5656
|
+
readonly additionalProperties: {
|
|
5657
|
+
readonly oneOf: readonly [{
|
|
5658
|
+
readonly type: 'string';
|
|
5659
|
+
}, {
|
|
5660
|
+
readonly type: 'object';
|
|
5661
|
+
}];
|
|
5662
|
+
};
|
|
5663
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5664
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5813
5665
|
};
|
|
5814
|
-
readonly
|
|
5666
|
+
readonly arazzo1_1Rules: {
|
|
5815
5667
|
readonly nodeTypeName: undefined;
|
|
5816
5668
|
readonly type: 'object';
|
|
5817
5669
|
readonly additionalProperties: {
|
|
@@ -5824,17 +5676,33 @@ export declare const themeConfigSchema: {
|
|
|
5824
5676
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5825
5677
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5826
5678
|
};
|
|
5827
|
-
readonly
|
|
5679
|
+
readonly overlay1Rules: {
|
|
5828
5680
|
readonly nodeTypeName: undefined;
|
|
5829
5681
|
readonly type: 'object';
|
|
5830
|
-
readonly additionalProperties:
|
|
5682
|
+
readonly additionalProperties: {
|
|
5683
|
+
readonly oneOf: readonly [{
|
|
5684
|
+
readonly type: 'string';
|
|
5685
|
+
}, {
|
|
5686
|
+
readonly type: 'object';
|
|
5687
|
+
}];
|
|
5688
|
+
};
|
|
5689
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5690
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5831
5691
|
};
|
|
5832
|
-
readonly
|
|
5692
|
+
readonly openrpc1Rules: {
|
|
5833
5693
|
readonly nodeTypeName: undefined;
|
|
5834
5694
|
readonly type: 'object';
|
|
5835
|
-
readonly additionalProperties:
|
|
5695
|
+
readonly additionalProperties: {
|
|
5696
|
+
readonly oneOf: readonly [{
|
|
5697
|
+
readonly type: 'string';
|
|
5698
|
+
}, {
|
|
5699
|
+
readonly type: 'object';
|
|
5700
|
+
}];
|
|
5701
|
+
};
|
|
5702
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5703
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5836
5704
|
};
|
|
5837
|
-
readonly
|
|
5705
|
+
readonly graphqlRules: {
|
|
5838
5706
|
readonly nodeTypeName: undefined;
|
|
5839
5707
|
readonly type: 'object';
|
|
5840
5708
|
readonly additionalProperties: {
|
|
@@ -5847,30 +5715,22 @@ export declare const themeConfigSchema: {
|
|
|
5847
5715
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5848
5716
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5849
5717
|
};
|
|
5850
|
-
readonly
|
|
5718
|
+
readonly preprocessors: {
|
|
5851
5719
|
readonly nodeTypeName: undefined;
|
|
5852
5720
|
readonly type: 'object';
|
|
5853
5721
|
readonly additionalProperties: true;
|
|
5854
5722
|
};
|
|
5855
|
-
readonly
|
|
5723
|
+
readonly oas2Preprocessors: {
|
|
5856
5724
|
readonly nodeTypeName: undefined;
|
|
5857
5725
|
readonly type: 'object';
|
|
5858
5726
|
readonly additionalProperties: true;
|
|
5859
5727
|
};
|
|
5860
|
-
readonly
|
|
5728
|
+
readonly oas3_0Preprocessors: {
|
|
5861
5729
|
readonly nodeTypeName: undefined;
|
|
5862
5730
|
readonly type: 'object';
|
|
5863
|
-
readonly additionalProperties:
|
|
5864
|
-
readonly oneOf: readonly [{
|
|
5865
|
-
readonly type: 'string';
|
|
5866
|
-
}, {
|
|
5867
|
-
readonly type: 'object';
|
|
5868
|
-
}];
|
|
5869
|
-
};
|
|
5870
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5871
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5731
|
+
readonly additionalProperties: true;
|
|
5872
5732
|
};
|
|
5873
|
-
readonly
|
|
5733
|
+
readonly oas3_1Preprocessors: {
|
|
5874
5734
|
readonly nodeTypeName: undefined;
|
|
5875
5735
|
readonly type: 'object';
|
|
5876
5736
|
readonly additionalProperties: true;
|
|
@@ -5880,122 +5740,145 @@ export declare const themeConfigSchema: {
|
|
|
5880
5740
|
readonly type: 'object';
|
|
5881
5741
|
readonly additionalProperties: true;
|
|
5882
5742
|
};
|
|
5883
|
-
readonly
|
|
5743
|
+
readonly async2Preprocessors: {
|
|
5884
5744
|
readonly nodeTypeName: undefined;
|
|
5885
5745
|
readonly type: 'object';
|
|
5886
|
-
readonly additionalProperties:
|
|
5887
|
-
readonly oneOf: readonly [{
|
|
5888
|
-
readonly type: 'string';
|
|
5889
|
-
}, {
|
|
5890
|
-
readonly type: 'object';
|
|
5891
|
-
}];
|
|
5892
|
-
};
|
|
5893
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5894
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5746
|
+
readonly additionalProperties: true;
|
|
5895
5747
|
};
|
|
5896
|
-
readonly
|
|
5748
|
+
readonly async3Preprocessors: {
|
|
5897
5749
|
readonly nodeTypeName: undefined;
|
|
5898
5750
|
readonly type: 'object';
|
|
5899
5751
|
readonly additionalProperties: true;
|
|
5900
5752
|
};
|
|
5901
|
-
readonly
|
|
5753
|
+
readonly arazzo1Preprocessors: {
|
|
5902
5754
|
readonly nodeTypeName: undefined;
|
|
5903
5755
|
readonly type: 'object';
|
|
5904
5756
|
readonly additionalProperties: true;
|
|
5905
5757
|
};
|
|
5906
|
-
readonly
|
|
5758
|
+
readonly arazzo1_1Preprocessors: {
|
|
5907
5759
|
readonly nodeTypeName: undefined;
|
|
5908
5760
|
readonly type: 'object';
|
|
5909
|
-
readonly additionalProperties:
|
|
5910
|
-
readonly oneOf: readonly [{
|
|
5911
|
-
readonly type: 'string';
|
|
5912
|
-
}, {
|
|
5913
|
-
readonly type: 'object';
|
|
5914
|
-
}];
|
|
5915
|
-
};
|
|
5916
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5917
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5761
|
+
readonly additionalProperties: true;
|
|
5918
5762
|
};
|
|
5919
|
-
readonly
|
|
5763
|
+
readonly overlay1Preprocessors: {
|
|
5920
5764
|
readonly nodeTypeName: undefined;
|
|
5921
5765
|
readonly type: 'object';
|
|
5922
5766
|
readonly additionalProperties: true;
|
|
5923
5767
|
};
|
|
5924
|
-
readonly
|
|
5768
|
+
readonly openrpc1Preprocessors: {
|
|
5925
5769
|
readonly nodeTypeName: undefined;
|
|
5926
5770
|
readonly type: 'object';
|
|
5927
5771
|
readonly additionalProperties: true;
|
|
5928
5772
|
};
|
|
5929
|
-
readonly
|
|
5773
|
+
readonly decorators: {
|
|
5930
5774
|
readonly nodeTypeName: undefined;
|
|
5931
5775
|
readonly type: 'object';
|
|
5932
|
-
readonly additionalProperties:
|
|
5933
|
-
readonly oneOf: readonly [{
|
|
5934
|
-
readonly type: 'string';
|
|
5935
|
-
}, {
|
|
5936
|
-
readonly type: 'object';
|
|
5937
|
-
}];
|
|
5938
|
-
};
|
|
5939
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5940
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5776
|
+
readonly additionalProperties: true;
|
|
5941
5777
|
};
|
|
5942
|
-
readonly
|
|
5778
|
+
readonly oas2Decorators: {
|
|
5943
5779
|
readonly nodeTypeName: undefined;
|
|
5944
5780
|
readonly type: 'object';
|
|
5945
5781
|
readonly additionalProperties: true;
|
|
5946
5782
|
};
|
|
5947
|
-
readonly
|
|
5783
|
+
readonly oas3_0Decorators: {
|
|
5948
5784
|
readonly nodeTypeName: undefined;
|
|
5949
5785
|
readonly type: 'object';
|
|
5950
|
-
readonly additionalProperties:
|
|
5951
|
-
readonly oneOf: readonly [{
|
|
5952
|
-
readonly type: 'string';
|
|
5953
|
-
}, {
|
|
5954
|
-
readonly type: 'object';
|
|
5955
|
-
}];
|
|
5956
|
-
};
|
|
5957
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5958
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5786
|
+
readonly additionalProperties: true;
|
|
5959
5787
|
};
|
|
5960
|
-
|
|
5961
|
-
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
readonly targets: {
|
|
5965
|
-
readonly nodeTypeName: "ScorecardClassicTargetList";
|
|
5966
|
-
readonly description: 'Provide custom `minimumLevel` for specific targets.';
|
|
5967
|
-
readonly type: 'array';
|
|
5968
|
-
readonly items: {
|
|
5969
|
-
readonly nodeTypeName: "ScorecardClassicTarget";
|
|
5970
|
-
readonly type: 'object';
|
|
5971
|
-
readonly required: readonly ['where'];
|
|
5972
|
-
readonly properties: {
|
|
5973
|
-
readonly minimumLevel: {
|
|
5974
|
-
readonly type: 'string';
|
|
5788
|
+
readonly oas3_1Decorators: {
|
|
5789
|
+
readonly nodeTypeName: undefined;
|
|
5790
|
+
readonly type: 'object';
|
|
5791
|
+
readonly additionalProperties: true;
|
|
5975
5792
|
};
|
|
5976
|
-
readonly
|
|
5793
|
+
readonly oas3_2Decorators: {
|
|
5794
|
+
readonly nodeTypeName: undefined;
|
|
5977
5795
|
readonly type: 'object';
|
|
5978
5796
|
readonly additionalProperties: true;
|
|
5979
5797
|
};
|
|
5980
|
-
readonly
|
|
5981
|
-
readonly nodeTypeName:
|
|
5982
|
-
readonly description: 'Specify which API descriptions to apply the `minimumLevel` to based on the metadata.';
|
|
5983
|
-
readonly documentationLink: 'https://redocly.com/docs/realm/config/scorecard-classic#where-object';
|
|
5798
|
+
readonly async2Decorators: {
|
|
5799
|
+
readonly nodeTypeName: undefined;
|
|
5984
5800
|
readonly type: 'object';
|
|
5985
|
-
readonly
|
|
5986
|
-
readonly properties: {
|
|
5987
|
-
readonly metadata: {
|
|
5988
|
-
readonly nodeTypeName: "ScorecardClassicTargetWhereMetadata";
|
|
5989
|
-
readonly type: 'object';
|
|
5990
|
-
readonly additionalProperties: {
|
|
5991
|
-
readonly type: 'string';
|
|
5992
|
-
};
|
|
5993
|
-
};
|
|
5994
|
-
};
|
|
5995
|
-
readonly additionalProperties: false;
|
|
5801
|
+
readonly additionalProperties: true;
|
|
5996
5802
|
};
|
|
5997
|
-
|
|
5998
|
-
|
|
5803
|
+
readonly async3Decorators: {
|
|
5804
|
+
readonly nodeTypeName: undefined;
|
|
5805
|
+
readonly type: 'object';
|
|
5806
|
+
readonly additionalProperties: true;
|
|
5807
|
+
};
|
|
5808
|
+
readonly arazzo1Decorators: {
|
|
5809
|
+
readonly nodeTypeName: undefined;
|
|
5810
|
+
readonly type: 'object';
|
|
5811
|
+
readonly additionalProperties: true;
|
|
5812
|
+
};
|
|
5813
|
+
readonly arazzo1_1Decorators: {
|
|
5814
|
+
readonly nodeTypeName: undefined;
|
|
5815
|
+
readonly type: 'object';
|
|
5816
|
+
readonly additionalProperties: true;
|
|
5817
|
+
};
|
|
5818
|
+
readonly overlay1Decorators: {
|
|
5819
|
+
readonly nodeTypeName: undefined;
|
|
5820
|
+
readonly type: 'object';
|
|
5821
|
+
readonly additionalProperties: true;
|
|
5822
|
+
};
|
|
5823
|
+
readonly openrpc1Decorators: {
|
|
5824
|
+
readonly nodeTypeName: undefined;
|
|
5825
|
+
readonly type: 'object';
|
|
5826
|
+
readonly additionalProperties: true;
|
|
5827
|
+
};
|
|
5828
|
+
readonly extends: {
|
|
5829
|
+
readonly nodeTypeName: undefined;
|
|
5830
|
+
readonly type: 'array';
|
|
5831
|
+
readonly items: {
|
|
5832
|
+
readonly type: 'string';
|
|
5833
|
+
};
|
|
5834
|
+
readonly description: 'Use extends to inherit rules and their configurations from other rulesets.';
|
|
5835
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/extends';
|
|
5836
|
+
};
|
|
5837
|
+
readonly name: {
|
|
5838
|
+
readonly type: 'string';
|
|
5839
|
+
};
|
|
5840
|
+
readonly color: {
|
|
5841
|
+
readonly type: 'string';
|
|
5842
|
+
};
|
|
5843
|
+
};
|
|
5844
|
+
readonly additionalProperties: false;
|
|
5845
|
+
};
|
|
5846
|
+
};
|
|
5847
|
+
readonly targets: {
|
|
5848
|
+
readonly nodeTypeName: "ScorecardClassicTargetList";
|
|
5849
|
+
readonly description: 'Provide custom `minimumLevel` for specific targets.';
|
|
5850
|
+
readonly type: 'array';
|
|
5851
|
+
readonly items: {
|
|
5852
|
+
readonly nodeTypeName: "ScorecardClassicTarget";
|
|
5853
|
+
readonly type: 'object';
|
|
5854
|
+
readonly required: readonly ["where"];
|
|
5855
|
+
readonly properties: {
|
|
5856
|
+
readonly minimumLevel: {
|
|
5857
|
+
readonly type: 'string';
|
|
5858
|
+
};
|
|
5859
|
+
readonly rules: {
|
|
5860
|
+
readonly type: 'object';
|
|
5861
|
+
readonly additionalProperties: true;
|
|
5862
|
+
};
|
|
5863
|
+
readonly where: {
|
|
5864
|
+
readonly nodeTypeName: "ScorecardClassicTargetWhere";
|
|
5865
|
+
readonly description: 'Specify which API descriptions to apply the `minimumLevel` to based on the metadata.';
|
|
5866
|
+
readonly documentationLink: 'https://redocly.com/docs/realm/config/scorecard-classic#where-object';
|
|
5867
|
+
readonly type: 'object';
|
|
5868
|
+
readonly required: readonly ["metadata"];
|
|
5869
|
+
readonly properties: {
|
|
5870
|
+
readonly metadata: {
|
|
5871
|
+
readonly nodeTypeName: "ScorecardClassicTargetWhereMetadata";
|
|
5872
|
+
readonly type: 'object';
|
|
5873
|
+
readonly additionalProperties: {
|
|
5874
|
+
readonly type: 'string';
|
|
5875
|
+
};
|
|
5876
|
+
};
|
|
5877
|
+
};
|
|
5878
|
+
readonly additionalProperties: false;
|
|
5879
|
+
};
|
|
5880
|
+
};
|
|
5881
|
+
readonly additionalProperties: false;
|
|
5999
5882
|
};
|
|
6000
5883
|
};
|
|
6001
5884
|
readonly ignore: {
|
|
@@ -6020,7 +5903,6 @@ export declare const themeConfigSchema: {
|
|
|
6020
5903
|
readonly properties: {
|
|
6021
5904
|
readonly ignoreNonCompliant: {
|
|
6022
5905
|
readonly type: 'boolean';
|
|
6023
|
-
readonly default: false;
|
|
6024
5906
|
};
|
|
6025
5907
|
readonly teamMetadataProperty: {
|
|
6026
5908
|
readonly nodeTypeName: "ScorecardClassicTeamMetadataProperty";
|
|
@@ -6047,34 +5929,35 @@ export declare const themeConfigSchema: {
|
|
|
6047
5929
|
readonly nodeTypeName: "ScorecardClassicLevel";
|
|
6048
5930
|
readonly documentationLink: 'https://redocly.com/docs/realm/config/scorecard-classic#level-object';
|
|
6049
5931
|
readonly type: 'object';
|
|
6050
|
-
readonly required: readonly [
|
|
5932
|
+
readonly required: readonly ["name"];
|
|
6051
5933
|
readonly properties: {
|
|
6052
|
-
readonly
|
|
6053
|
-
readonly nodeTypeName: undefined;
|
|
6054
|
-
readonly type: 'array';
|
|
6055
|
-
readonly items: {
|
|
6056
|
-
readonly type: 'string';
|
|
6057
|
-
};
|
|
6058
|
-
readonly description: 'Use extends to inherit rules and their configurations from other rulesets.';
|
|
6059
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/extends';
|
|
6060
|
-
};
|
|
6061
|
-
readonly name: {
|
|
6062
|
-
readonly type: 'string';
|
|
6063
|
-
};
|
|
6064
|
-
readonly color: {
|
|
6065
|
-
readonly type: 'string';
|
|
6066
|
-
};
|
|
6067
|
-
readonly arazzo1Decorators: {
|
|
5934
|
+
readonly rules: {
|
|
6068
5935
|
readonly nodeTypeName: undefined;
|
|
6069
5936
|
readonly type: 'object';
|
|
6070
|
-
readonly additionalProperties:
|
|
5937
|
+
readonly additionalProperties: {
|
|
5938
|
+
readonly oneOf: readonly [{
|
|
5939
|
+
readonly type: 'string';
|
|
5940
|
+
}, {
|
|
5941
|
+
readonly type: 'object';
|
|
5942
|
+
}];
|
|
5943
|
+
};
|
|
5944
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5945
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6071
5946
|
};
|
|
6072
|
-
readonly
|
|
5947
|
+
readonly oas2Rules: {
|
|
6073
5948
|
readonly nodeTypeName: undefined;
|
|
6074
5949
|
readonly type: 'object';
|
|
6075
|
-
readonly additionalProperties:
|
|
5950
|
+
readonly additionalProperties: {
|
|
5951
|
+
readonly oneOf: readonly [{
|
|
5952
|
+
readonly type: 'string';
|
|
5953
|
+
}, {
|
|
5954
|
+
readonly type: 'object';
|
|
5955
|
+
}];
|
|
5956
|
+
};
|
|
5957
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5958
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6076
5959
|
};
|
|
6077
|
-
readonly
|
|
5960
|
+
readonly oas3_0Rules: {
|
|
6078
5961
|
readonly nodeTypeName: undefined;
|
|
6079
5962
|
readonly type: 'object';
|
|
6080
5963
|
readonly additionalProperties: {
|
|
@@ -6087,17 +5970,33 @@ export declare const themeConfigSchema: {
|
|
|
6087
5970
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6088
5971
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6089
5972
|
};
|
|
6090
|
-
readonly
|
|
5973
|
+
readonly oas3_1Rules: {
|
|
6091
5974
|
readonly nodeTypeName: undefined;
|
|
6092
5975
|
readonly type: 'object';
|
|
6093
|
-
readonly additionalProperties:
|
|
5976
|
+
readonly additionalProperties: {
|
|
5977
|
+
readonly oneOf: readonly [{
|
|
5978
|
+
readonly type: 'string';
|
|
5979
|
+
}, {
|
|
5980
|
+
readonly type: 'object';
|
|
5981
|
+
}];
|
|
5982
|
+
};
|
|
5983
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5984
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6094
5985
|
};
|
|
6095
|
-
readonly
|
|
5986
|
+
readonly oas3_2Rules: {
|
|
6096
5987
|
readonly nodeTypeName: undefined;
|
|
6097
5988
|
readonly type: 'object';
|
|
6098
|
-
readonly additionalProperties:
|
|
5989
|
+
readonly additionalProperties: {
|
|
5990
|
+
readonly oneOf: readonly [{
|
|
5991
|
+
readonly type: 'string';
|
|
5992
|
+
}, {
|
|
5993
|
+
readonly type: 'object';
|
|
5994
|
+
}];
|
|
5995
|
+
};
|
|
5996
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
5997
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6099
5998
|
};
|
|
6100
|
-
readonly
|
|
5999
|
+
readonly async2Rules: {
|
|
6101
6000
|
readonly nodeTypeName: undefined;
|
|
6102
6001
|
readonly type: 'object';
|
|
6103
6002
|
readonly additionalProperties: {
|
|
@@ -6110,17 +6009,33 @@ export declare const themeConfigSchema: {
|
|
|
6110
6009
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6111
6010
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6112
6011
|
};
|
|
6113
|
-
readonly
|
|
6012
|
+
readonly async3Rules: {
|
|
6114
6013
|
readonly nodeTypeName: undefined;
|
|
6115
6014
|
readonly type: 'object';
|
|
6116
|
-
readonly additionalProperties:
|
|
6015
|
+
readonly additionalProperties: {
|
|
6016
|
+
readonly oneOf: readonly [{
|
|
6017
|
+
readonly type: 'string';
|
|
6018
|
+
}, {
|
|
6019
|
+
readonly type: 'object';
|
|
6020
|
+
}];
|
|
6021
|
+
};
|
|
6022
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6023
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6117
6024
|
};
|
|
6118
|
-
readonly
|
|
6025
|
+
readonly arazzo1Rules: {
|
|
6119
6026
|
readonly nodeTypeName: undefined;
|
|
6120
6027
|
readonly type: 'object';
|
|
6121
|
-
readonly additionalProperties:
|
|
6028
|
+
readonly additionalProperties: {
|
|
6029
|
+
readonly oneOf: readonly [{
|
|
6030
|
+
readonly type: 'string';
|
|
6031
|
+
}, {
|
|
6032
|
+
readonly type: 'object';
|
|
6033
|
+
}];
|
|
6034
|
+
};
|
|
6035
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6036
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6122
6037
|
};
|
|
6123
|
-
readonly
|
|
6038
|
+
readonly arazzo1_1Rules: {
|
|
6124
6039
|
readonly nodeTypeName: undefined;
|
|
6125
6040
|
readonly type: 'object';
|
|
6126
6041
|
readonly additionalProperties: {
|
|
@@ -6133,17 +6048,33 @@ export declare const themeConfigSchema: {
|
|
|
6133
6048
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6134
6049
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6135
6050
|
};
|
|
6136
|
-
readonly
|
|
6051
|
+
readonly overlay1Rules: {
|
|
6137
6052
|
readonly nodeTypeName: undefined;
|
|
6138
6053
|
readonly type: 'object';
|
|
6139
|
-
readonly additionalProperties:
|
|
6054
|
+
readonly additionalProperties: {
|
|
6055
|
+
readonly oneOf: readonly [{
|
|
6056
|
+
readonly type: 'string';
|
|
6057
|
+
}, {
|
|
6058
|
+
readonly type: 'object';
|
|
6059
|
+
}];
|
|
6060
|
+
};
|
|
6061
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6062
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6140
6063
|
};
|
|
6141
|
-
readonly
|
|
6064
|
+
readonly openrpc1Rules: {
|
|
6142
6065
|
readonly nodeTypeName: undefined;
|
|
6143
6066
|
readonly type: 'object';
|
|
6144
|
-
readonly additionalProperties:
|
|
6067
|
+
readonly additionalProperties: {
|
|
6068
|
+
readonly oneOf: readonly [{
|
|
6069
|
+
readonly type: 'string';
|
|
6070
|
+
}, {
|
|
6071
|
+
readonly type: 'object';
|
|
6072
|
+
}];
|
|
6073
|
+
};
|
|
6074
|
+
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6075
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6145
6076
|
};
|
|
6146
|
-
readonly
|
|
6077
|
+
readonly graphqlRules: {
|
|
6147
6078
|
readonly nodeTypeName: undefined;
|
|
6148
6079
|
readonly type: 'object';
|
|
6149
6080
|
readonly additionalProperties: {
|
|
@@ -6156,166 +6087,130 @@ export declare const themeConfigSchema: {
|
|
|
6156
6087
|
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6157
6088
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6158
6089
|
};
|
|
6159
|
-
readonly
|
|
6090
|
+
readonly preprocessors: {
|
|
6160
6091
|
readonly nodeTypeName: undefined;
|
|
6161
6092
|
readonly type: 'object';
|
|
6162
6093
|
readonly additionalProperties: true;
|
|
6163
6094
|
};
|
|
6164
|
-
readonly
|
|
6095
|
+
readonly oas2Preprocessors: {
|
|
6165
6096
|
readonly nodeTypeName: undefined;
|
|
6166
6097
|
readonly type: 'object';
|
|
6167
6098
|
readonly additionalProperties: true;
|
|
6168
6099
|
};
|
|
6169
|
-
readonly
|
|
6100
|
+
readonly oas3_0Preprocessors: {
|
|
6170
6101
|
readonly nodeTypeName: undefined;
|
|
6171
6102
|
readonly type: 'object';
|
|
6172
6103
|
readonly additionalProperties: true;
|
|
6173
6104
|
};
|
|
6174
|
-
readonly
|
|
6105
|
+
readonly oas3_1Preprocessors: {
|
|
6175
6106
|
readonly nodeTypeName: undefined;
|
|
6176
6107
|
readonly type: 'object';
|
|
6177
|
-
readonly additionalProperties:
|
|
6178
|
-
readonly oneOf: readonly [{
|
|
6179
|
-
readonly type: 'string';
|
|
6180
|
-
}, {
|
|
6181
|
-
readonly type: 'object';
|
|
6182
|
-
}];
|
|
6183
|
-
};
|
|
6184
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6185
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6108
|
+
readonly additionalProperties: true;
|
|
6186
6109
|
};
|
|
6187
|
-
readonly
|
|
6110
|
+
readonly oas3_2Preprocessors: {
|
|
6188
6111
|
readonly nodeTypeName: undefined;
|
|
6189
6112
|
readonly type: 'object';
|
|
6190
6113
|
readonly additionalProperties: true;
|
|
6191
6114
|
};
|
|
6192
|
-
readonly
|
|
6115
|
+
readonly async2Preprocessors: {
|
|
6193
6116
|
readonly nodeTypeName: undefined;
|
|
6194
6117
|
readonly type: 'object';
|
|
6195
6118
|
readonly additionalProperties: true;
|
|
6196
6119
|
};
|
|
6197
|
-
readonly
|
|
6120
|
+
readonly async3Preprocessors: {
|
|
6198
6121
|
readonly nodeTypeName: undefined;
|
|
6199
6122
|
readonly type: 'object';
|
|
6200
|
-
readonly additionalProperties:
|
|
6201
|
-
readonly oneOf: readonly [{
|
|
6202
|
-
readonly type: 'string';
|
|
6203
|
-
}, {
|
|
6204
|
-
readonly type: 'object';
|
|
6205
|
-
}];
|
|
6206
|
-
};
|
|
6207
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6208
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6123
|
+
readonly additionalProperties: true;
|
|
6209
6124
|
};
|
|
6210
|
-
readonly
|
|
6125
|
+
readonly arazzo1Preprocessors: {
|
|
6211
6126
|
readonly nodeTypeName: undefined;
|
|
6212
6127
|
readonly type: 'object';
|
|
6213
6128
|
readonly additionalProperties: true;
|
|
6214
6129
|
};
|
|
6215
|
-
readonly
|
|
6130
|
+
readonly arazzo1_1Preprocessors: {
|
|
6216
6131
|
readonly nodeTypeName: undefined;
|
|
6217
6132
|
readonly type: 'object';
|
|
6218
6133
|
readonly additionalProperties: true;
|
|
6219
6134
|
};
|
|
6220
|
-
readonly
|
|
6135
|
+
readonly overlay1Preprocessors: {
|
|
6221
6136
|
readonly nodeTypeName: undefined;
|
|
6222
6137
|
readonly type: 'object';
|
|
6223
|
-
readonly additionalProperties:
|
|
6224
|
-
readonly oneOf: readonly [{
|
|
6225
|
-
readonly type: 'string';
|
|
6226
|
-
}, {
|
|
6227
|
-
readonly type: 'object';
|
|
6228
|
-
}];
|
|
6229
|
-
};
|
|
6230
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6231
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6138
|
+
readonly additionalProperties: true;
|
|
6232
6139
|
};
|
|
6233
|
-
readonly
|
|
6140
|
+
readonly openrpc1Preprocessors: {
|
|
6234
6141
|
readonly nodeTypeName: undefined;
|
|
6235
6142
|
readonly type: 'object';
|
|
6236
6143
|
readonly additionalProperties: true;
|
|
6237
6144
|
};
|
|
6238
|
-
readonly
|
|
6145
|
+
readonly decorators: {
|
|
6239
6146
|
readonly nodeTypeName: undefined;
|
|
6240
6147
|
readonly type: 'object';
|
|
6241
6148
|
readonly additionalProperties: true;
|
|
6242
6149
|
};
|
|
6243
|
-
readonly
|
|
6150
|
+
readonly oas2Decorators: {
|
|
6244
6151
|
readonly nodeTypeName: undefined;
|
|
6245
6152
|
readonly type: 'object';
|
|
6246
|
-
readonly additionalProperties:
|
|
6247
|
-
readonly oneOf: readonly [{
|
|
6248
|
-
readonly type: 'string';
|
|
6249
|
-
}, {
|
|
6250
|
-
readonly type: 'object';
|
|
6251
|
-
}];
|
|
6252
|
-
};
|
|
6253
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6254
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6153
|
+
readonly additionalProperties: true;
|
|
6255
6154
|
};
|
|
6256
|
-
readonly
|
|
6155
|
+
readonly oas3_0Decorators: {
|
|
6257
6156
|
readonly nodeTypeName: undefined;
|
|
6258
6157
|
readonly type: 'object';
|
|
6259
6158
|
readonly additionalProperties: true;
|
|
6260
6159
|
};
|
|
6261
|
-
readonly
|
|
6160
|
+
readonly oas3_1Decorators: {
|
|
6262
6161
|
readonly nodeTypeName: undefined;
|
|
6263
6162
|
readonly type: 'object';
|
|
6264
6163
|
readonly additionalProperties: true;
|
|
6265
6164
|
};
|
|
6266
|
-
readonly
|
|
6165
|
+
readonly oas3_2Decorators: {
|
|
6267
6166
|
readonly nodeTypeName: undefined;
|
|
6268
6167
|
readonly type: 'object';
|
|
6269
|
-
readonly additionalProperties:
|
|
6270
|
-
readonly oneOf: readonly [{
|
|
6271
|
-
readonly type: 'string';
|
|
6272
|
-
}, {
|
|
6273
|
-
readonly type: 'object';
|
|
6274
|
-
}];
|
|
6275
|
-
};
|
|
6276
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6277
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6168
|
+
readonly additionalProperties: true;
|
|
6278
6169
|
};
|
|
6279
|
-
readonly
|
|
6170
|
+
readonly async2Decorators: {
|
|
6280
6171
|
readonly nodeTypeName: undefined;
|
|
6281
6172
|
readonly type: 'object';
|
|
6282
6173
|
readonly additionalProperties: true;
|
|
6283
6174
|
};
|
|
6284
|
-
readonly
|
|
6175
|
+
readonly async3Decorators: {
|
|
6285
6176
|
readonly nodeTypeName: undefined;
|
|
6286
6177
|
readonly type: 'object';
|
|
6287
6178
|
readonly additionalProperties: true;
|
|
6288
6179
|
};
|
|
6289
|
-
readonly
|
|
6180
|
+
readonly arazzo1Decorators: {
|
|
6290
6181
|
readonly nodeTypeName: undefined;
|
|
6291
6182
|
readonly type: 'object';
|
|
6292
|
-
readonly additionalProperties:
|
|
6293
|
-
readonly oneOf: readonly [{
|
|
6294
|
-
readonly type: 'string';
|
|
6295
|
-
}, {
|
|
6296
|
-
readonly type: 'object';
|
|
6297
|
-
}];
|
|
6298
|
-
};
|
|
6299
|
-
readonly description: 'The rules configuration blocks set up linting rules and their severity. You can configure built-in rules, add configurable rules, and rules from plugins.';
|
|
6300
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6183
|
+
readonly additionalProperties: true;
|
|
6301
6184
|
};
|
|
6302
|
-
readonly
|
|
6185
|
+
readonly arazzo1_1Decorators: {
|
|
6303
6186
|
readonly nodeTypeName: undefined;
|
|
6304
6187
|
readonly type: 'object';
|
|
6305
6188
|
readonly additionalProperties: true;
|
|
6306
6189
|
};
|
|
6307
|
-
readonly
|
|
6190
|
+
readonly overlay1Decorators: {
|
|
6308
6191
|
readonly nodeTypeName: undefined;
|
|
6309
6192
|
readonly type: 'object';
|
|
6310
|
-
readonly additionalProperties:
|
|
6311
|
-
|
|
6312
|
-
|
|
6313
|
-
|
|
6314
|
-
|
|
6315
|
-
|
|
6193
|
+
readonly additionalProperties: true;
|
|
6194
|
+
};
|
|
6195
|
+
readonly openrpc1Decorators: {
|
|
6196
|
+
readonly nodeTypeName: undefined;
|
|
6197
|
+
readonly type: 'object';
|
|
6198
|
+
readonly additionalProperties: true;
|
|
6199
|
+
};
|
|
6200
|
+
readonly extends: {
|
|
6201
|
+
readonly nodeTypeName: undefined;
|
|
6202
|
+
readonly type: 'array';
|
|
6203
|
+
readonly items: {
|
|
6204
|
+
readonly type: 'string';
|
|
6316
6205
|
};
|
|
6317
|
-
readonly description: '
|
|
6318
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/
|
|
6206
|
+
readonly description: 'Use extends to inherit rules and their configurations from other rulesets.';
|
|
6207
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/extends';
|
|
6208
|
+
};
|
|
6209
|
+
readonly name: {
|
|
6210
|
+
readonly type: 'string';
|
|
6211
|
+
};
|
|
6212
|
+
readonly color: {
|
|
6213
|
+
readonly type: 'string';
|
|
6319
6214
|
};
|
|
6320
6215
|
};
|
|
6321
6216
|
readonly additionalProperties: false;
|
|
@@ -6328,7 +6223,7 @@ export declare const themeConfigSchema: {
|
|
|
6328
6223
|
readonly items: {
|
|
6329
6224
|
readonly nodeTypeName: "ScorecardClassicTarget";
|
|
6330
6225
|
readonly type: 'object';
|
|
6331
|
-
readonly required: readonly [
|
|
6226
|
+
readonly required: readonly ["where"];
|
|
6332
6227
|
readonly properties: {
|
|
6333
6228
|
readonly minimumLevel: {
|
|
6334
6229
|
readonly type: 'string';
|
|
@@ -6342,7 +6237,7 @@ export declare const themeConfigSchema: {
|
|
|
6342
6237
|
readonly description: 'Specify which API descriptions to apply the `minimumLevel` to based on the metadata.';
|
|
6343
6238
|
readonly documentationLink: 'https://redocly.com/docs/realm/config/scorecard-classic#where-object';
|
|
6344
6239
|
readonly type: 'object';
|
|
6345
|
-
readonly required: readonly [
|
|
6240
|
+
readonly required: readonly ["metadata"];
|
|
6346
6241
|
readonly properties: {
|
|
6347
6242
|
readonly metadata: {
|
|
6348
6243
|
readonly nodeTypeName: "ScorecardClassicTargetWhereMetadata";
|
|
@@ -6396,7 +6291,7 @@ export declare const themeConfigSchema: {
|
|
|
6396
6291
|
};
|
|
6397
6292
|
readonly operator: {
|
|
6398
6293
|
readonly type: 'string';
|
|
6399
|
-
readonly enum: readonly [
|
|
6294
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6400
6295
|
};
|
|
6401
6296
|
readonly value: {
|
|
6402
6297
|
readonly oneOf: readonly [{
|
|
@@ -6409,7 +6304,7 @@ export declare const themeConfigSchema: {
|
|
|
6409
6304
|
};
|
|
6410
6305
|
readonly modifier: {
|
|
6411
6306
|
readonly type: 'string';
|
|
6412
|
-
readonly enum: readonly [
|
|
6307
|
+
readonly enum: readonly ["not"];
|
|
6413
6308
|
};
|
|
6414
6309
|
readonly match: {
|
|
6415
6310
|
readonly type: 'array';
|
|
@@ -6421,7 +6316,7 @@ export declare const themeConfigSchema: {
|
|
|
6421
6316
|
};
|
|
6422
6317
|
readonly operator: {
|
|
6423
6318
|
readonly type: 'string';
|
|
6424
|
-
readonly enum: readonly [
|
|
6319
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6425
6320
|
};
|
|
6426
6321
|
readonly value: {
|
|
6427
6322
|
readonly oneOf: readonly [{
|
|
@@ -6434,7 +6329,7 @@ export declare const themeConfigSchema: {
|
|
|
6434
6329
|
};
|
|
6435
6330
|
readonly modifier: {
|
|
6436
6331
|
readonly type: 'string';
|
|
6437
|
-
readonly enum: readonly [
|
|
6332
|
+
readonly enum: readonly ["not"];
|
|
6438
6333
|
};
|
|
6439
6334
|
};
|
|
6440
6335
|
};
|
|
@@ -6445,7 +6340,7 @@ export declare const themeConfigSchema: {
|
|
|
6445
6340
|
readonly properties: {
|
|
6446
6341
|
readonly operator: {
|
|
6447
6342
|
readonly type: 'string';
|
|
6448
|
-
readonly enum: readonly [
|
|
6343
|
+
readonly enum: readonly ["and", "or"];
|
|
6449
6344
|
};
|
|
6450
6345
|
readonly conditions: {
|
|
6451
6346
|
readonly type: 'array';
|
|
@@ -6458,7 +6353,7 @@ export declare const themeConfigSchema: {
|
|
|
6458
6353
|
};
|
|
6459
6354
|
readonly operator: {
|
|
6460
6355
|
readonly type: 'string';
|
|
6461
|
-
readonly enum: readonly [
|
|
6356
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6462
6357
|
};
|
|
6463
6358
|
readonly value: {
|
|
6464
6359
|
readonly oneOf: readonly [{
|
|
@@ -6471,7 +6366,7 @@ export declare const themeConfigSchema: {
|
|
|
6471
6366
|
};
|
|
6472
6367
|
readonly modifier: {
|
|
6473
6368
|
readonly type: 'string';
|
|
6474
|
-
readonly enum: readonly [
|
|
6369
|
+
readonly enum: readonly ["not"];
|
|
6475
6370
|
};
|
|
6476
6371
|
readonly match: {
|
|
6477
6372
|
readonly type: 'array';
|
|
@@ -6483,7 +6378,7 @@ export declare const themeConfigSchema: {
|
|
|
6483
6378
|
};
|
|
6484
6379
|
readonly operator: {
|
|
6485
6380
|
readonly type: 'string';
|
|
6486
|
-
readonly enum: readonly [
|
|
6381
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6487
6382
|
};
|
|
6488
6383
|
readonly value: {
|
|
6489
6384
|
readonly oneOf: readonly [{
|
|
@@ -6496,7 +6391,7 @@ export declare const themeConfigSchema: {
|
|
|
6496
6391
|
};
|
|
6497
6392
|
readonly modifier: {
|
|
6498
6393
|
readonly type: 'string';
|
|
6499
|
-
readonly enum: readonly [
|
|
6394
|
+
readonly enum: readonly ["not"];
|
|
6500
6395
|
};
|
|
6501
6396
|
};
|
|
6502
6397
|
};
|
|
@@ -6507,7 +6402,7 @@ export declare const themeConfigSchema: {
|
|
|
6507
6402
|
readonly properties: {
|
|
6508
6403
|
readonly operator: {
|
|
6509
6404
|
readonly type: 'string';
|
|
6510
|
-
readonly enum: readonly [
|
|
6405
|
+
readonly enum: readonly ["and", "or"];
|
|
6511
6406
|
};
|
|
6512
6407
|
readonly conditions: {
|
|
6513
6408
|
readonly type: 'array';
|
|
@@ -6519,7 +6414,7 @@ export declare const themeConfigSchema: {
|
|
|
6519
6414
|
};
|
|
6520
6415
|
readonly operator: {
|
|
6521
6416
|
readonly type: 'string';
|
|
6522
|
-
readonly enum: readonly [
|
|
6417
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6523
6418
|
};
|
|
6524
6419
|
readonly value: {
|
|
6525
6420
|
readonly oneOf: readonly [{
|
|
@@ -6532,7 +6427,7 @@ export declare const themeConfigSchema: {
|
|
|
6532
6427
|
};
|
|
6533
6428
|
readonly modifier: {
|
|
6534
6429
|
readonly type: 'string';
|
|
6535
|
-
readonly enum: readonly [
|
|
6430
|
+
readonly enum: readonly ["not"];
|
|
6536
6431
|
};
|
|
6537
6432
|
readonly match: {
|
|
6538
6433
|
readonly type: 'array';
|
|
@@ -6544,7 +6439,7 @@ export declare const themeConfigSchema: {
|
|
|
6544
6439
|
};
|
|
6545
6440
|
readonly operator: {
|
|
6546
6441
|
readonly type: 'string';
|
|
6547
|
-
readonly enum: readonly [
|
|
6442
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6548
6443
|
};
|
|
6549
6444
|
readonly value: {
|
|
6550
6445
|
readonly oneOf: readonly [{
|
|
@@ -6557,7 +6452,7 @@ export declare const themeConfigSchema: {
|
|
|
6557
6452
|
};
|
|
6558
6453
|
readonly modifier: {
|
|
6559
6454
|
readonly type: 'string';
|
|
6560
|
-
readonly enum: readonly [
|
|
6455
|
+
readonly enum: readonly ["not"];
|
|
6561
6456
|
};
|
|
6562
6457
|
};
|
|
6563
6458
|
};
|
|
@@ -6566,13 +6461,13 @@ export declare const themeConfigSchema: {
|
|
|
6566
6461
|
};
|
|
6567
6462
|
};
|
|
6568
6463
|
};
|
|
6569
|
-
readonly required: readonly [
|
|
6464
|
+
readonly required: readonly ["operator", "conditions"];
|
|
6570
6465
|
readonly additionalProperties: false;
|
|
6571
6466
|
}];
|
|
6572
6467
|
};
|
|
6573
6468
|
};
|
|
6574
6469
|
};
|
|
6575
|
-
readonly required: readonly [
|
|
6470
|
+
readonly required: readonly ["operator", "conditions"];
|
|
6576
6471
|
readonly additionalProperties: false;
|
|
6577
6472
|
}];
|
|
6578
6473
|
};
|
|
@@ -6581,7 +6476,7 @@ export declare const themeConfigSchema: {
|
|
|
6581
6476
|
readonly properties: {
|
|
6582
6477
|
readonly operator: {
|
|
6583
6478
|
readonly type: 'string';
|
|
6584
|
-
readonly enum: readonly [
|
|
6479
|
+
readonly enum: readonly ["and", "or"];
|
|
6585
6480
|
};
|
|
6586
6481
|
readonly conditions: {
|
|
6587
6482
|
readonly type: 'array';
|
|
@@ -6594,7 +6489,7 @@ export declare const themeConfigSchema: {
|
|
|
6594
6489
|
};
|
|
6595
6490
|
readonly operator: {
|
|
6596
6491
|
readonly type: 'string';
|
|
6597
|
-
readonly enum: readonly [
|
|
6492
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6598
6493
|
};
|
|
6599
6494
|
readonly value: {
|
|
6600
6495
|
readonly oneOf: readonly [{
|
|
@@ -6607,7 +6502,7 @@ export declare const themeConfigSchema: {
|
|
|
6607
6502
|
};
|
|
6608
6503
|
readonly modifier: {
|
|
6609
6504
|
readonly type: 'string';
|
|
6610
|
-
readonly enum: readonly [
|
|
6505
|
+
readonly enum: readonly ["not"];
|
|
6611
6506
|
};
|
|
6612
6507
|
readonly match: {
|
|
6613
6508
|
readonly type: 'array';
|
|
@@ -6619,7 +6514,7 @@ export declare const themeConfigSchema: {
|
|
|
6619
6514
|
};
|
|
6620
6515
|
readonly operator: {
|
|
6621
6516
|
readonly type: 'string';
|
|
6622
|
-
readonly enum: readonly [
|
|
6517
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6623
6518
|
};
|
|
6624
6519
|
readonly value: {
|
|
6625
6520
|
readonly oneOf: readonly [{
|
|
@@ -6632,7 +6527,7 @@ export declare const themeConfigSchema: {
|
|
|
6632
6527
|
};
|
|
6633
6528
|
readonly modifier: {
|
|
6634
6529
|
readonly type: 'string';
|
|
6635
|
-
readonly enum: readonly [
|
|
6530
|
+
readonly enum: readonly ["not"];
|
|
6636
6531
|
};
|
|
6637
6532
|
};
|
|
6638
6533
|
};
|
|
@@ -6643,7 +6538,7 @@ export declare const themeConfigSchema: {
|
|
|
6643
6538
|
readonly properties: {
|
|
6644
6539
|
readonly operator: {
|
|
6645
6540
|
readonly type: 'string';
|
|
6646
|
-
readonly enum: readonly [
|
|
6541
|
+
readonly enum: readonly ["and", "or"];
|
|
6647
6542
|
};
|
|
6648
6543
|
readonly conditions: {
|
|
6649
6544
|
readonly type: 'array';
|
|
@@ -6656,7 +6551,7 @@ export declare const themeConfigSchema: {
|
|
|
6656
6551
|
};
|
|
6657
6552
|
readonly operator: {
|
|
6658
6553
|
readonly type: 'string';
|
|
6659
|
-
readonly enum: readonly [
|
|
6554
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6660
6555
|
};
|
|
6661
6556
|
readonly value: {
|
|
6662
6557
|
readonly oneOf: readonly [{
|
|
@@ -6669,7 +6564,7 @@ export declare const themeConfigSchema: {
|
|
|
6669
6564
|
};
|
|
6670
6565
|
readonly modifier: {
|
|
6671
6566
|
readonly type: 'string';
|
|
6672
|
-
readonly enum: readonly [
|
|
6567
|
+
readonly enum: readonly ["not"];
|
|
6673
6568
|
};
|
|
6674
6569
|
readonly match: {
|
|
6675
6570
|
readonly type: 'array';
|
|
@@ -6681,7 +6576,7 @@ export declare const themeConfigSchema: {
|
|
|
6681
6576
|
};
|
|
6682
6577
|
readonly operator: {
|
|
6683
6578
|
readonly type: 'string';
|
|
6684
|
-
readonly enum: readonly [
|
|
6579
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6685
6580
|
};
|
|
6686
6581
|
readonly value: {
|
|
6687
6582
|
readonly oneOf: readonly [{
|
|
@@ -6694,7 +6589,7 @@ export declare const themeConfigSchema: {
|
|
|
6694
6589
|
};
|
|
6695
6590
|
readonly modifier: {
|
|
6696
6591
|
readonly type: 'string';
|
|
6697
|
-
readonly enum: readonly [
|
|
6592
|
+
readonly enum: readonly ["not"];
|
|
6698
6593
|
};
|
|
6699
6594
|
};
|
|
6700
6595
|
};
|
|
@@ -6705,7 +6600,7 @@ export declare const themeConfigSchema: {
|
|
|
6705
6600
|
readonly properties: {
|
|
6706
6601
|
readonly operator: {
|
|
6707
6602
|
readonly type: 'string';
|
|
6708
|
-
readonly enum: readonly [
|
|
6603
|
+
readonly enum: readonly ["and", "or"];
|
|
6709
6604
|
};
|
|
6710
6605
|
readonly conditions: {
|
|
6711
6606
|
readonly type: 'array';
|
|
@@ -6717,7 +6612,7 @@ export declare const themeConfigSchema: {
|
|
|
6717
6612
|
};
|
|
6718
6613
|
readonly operator: {
|
|
6719
6614
|
readonly type: 'string';
|
|
6720
|
-
readonly enum: readonly [
|
|
6615
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6721
6616
|
};
|
|
6722
6617
|
readonly value: {
|
|
6723
6618
|
readonly oneOf: readonly [{
|
|
@@ -6730,7 +6625,7 @@ export declare const themeConfigSchema: {
|
|
|
6730
6625
|
};
|
|
6731
6626
|
readonly modifier: {
|
|
6732
6627
|
readonly type: 'string';
|
|
6733
|
-
readonly enum: readonly [
|
|
6628
|
+
readonly enum: readonly ["not"];
|
|
6734
6629
|
};
|
|
6735
6630
|
readonly match: {
|
|
6736
6631
|
readonly type: 'array';
|
|
@@ -6742,7 +6637,7 @@ export declare const themeConfigSchema: {
|
|
|
6742
6637
|
};
|
|
6743
6638
|
readonly operator: {
|
|
6744
6639
|
readonly type: 'string';
|
|
6745
|
-
readonly enum: readonly [
|
|
6640
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6746
6641
|
};
|
|
6747
6642
|
readonly value: {
|
|
6748
6643
|
readonly oneOf: readonly [{
|
|
@@ -6755,7 +6650,7 @@ export declare const themeConfigSchema: {
|
|
|
6755
6650
|
};
|
|
6756
6651
|
readonly modifier: {
|
|
6757
6652
|
readonly type: 'string';
|
|
6758
|
-
readonly enum: readonly [
|
|
6653
|
+
readonly enum: readonly ["not"];
|
|
6759
6654
|
};
|
|
6760
6655
|
};
|
|
6761
6656
|
};
|
|
@@ -6764,19 +6659,19 @@ export declare const themeConfigSchema: {
|
|
|
6764
6659
|
};
|
|
6765
6660
|
};
|
|
6766
6661
|
};
|
|
6767
|
-
readonly required: readonly [
|
|
6662
|
+
readonly required: readonly ["operator", "conditions"];
|
|
6768
6663
|
readonly additionalProperties: false;
|
|
6769
6664
|
}];
|
|
6770
6665
|
};
|
|
6771
6666
|
};
|
|
6772
6667
|
};
|
|
6773
|
-
readonly required: readonly [
|
|
6668
|
+
readonly required: readonly ["operator", "conditions"];
|
|
6774
6669
|
readonly additionalProperties: false;
|
|
6775
6670
|
}];
|
|
6776
6671
|
};
|
|
6777
6672
|
};
|
|
6778
6673
|
};
|
|
6779
|
-
readonly required: readonly [
|
|
6674
|
+
readonly required: readonly ["operator", "conditions"];
|
|
6780
6675
|
readonly additionalProperties: false;
|
|
6781
6676
|
}];
|
|
6782
6677
|
};
|
|
@@ -6807,11 +6702,10 @@ export declare const themeConfigSchema: {
|
|
|
6807
6702
|
readonly properties: {
|
|
6808
6703
|
readonly severity: {
|
|
6809
6704
|
readonly type: 'string';
|
|
6810
|
-
readonly enum: readonly [
|
|
6705
|
+
readonly enum: readonly ["error", "warn", "off"];
|
|
6811
6706
|
};
|
|
6812
6707
|
readonly weight: {
|
|
6813
6708
|
readonly type: 'number';
|
|
6814
|
-
readonly default: 1;
|
|
6815
6709
|
};
|
|
6816
6710
|
};
|
|
6817
6711
|
readonly additionalProperties: true;
|
|
@@ -6826,18 +6720,18 @@ export declare const themeConfigSchema: {
|
|
|
6826
6720
|
readonly properties: {
|
|
6827
6721
|
readonly type: {
|
|
6828
6722
|
readonly type: 'string';
|
|
6829
|
-
readonly enum: readonly [
|
|
6723
|
+
readonly enum: readonly ["Entity", "EntityMetadata", "EntityRelations", "EntityRelation"];
|
|
6830
6724
|
};
|
|
6831
6725
|
readonly property: {
|
|
6832
6726
|
readonly type: 'string';
|
|
6833
6727
|
};
|
|
6834
6728
|
};
|
|
6835
|
-
readonly required: readonly [
|
|
6729
|
+
readonly required: readonly ["type", "property"];
|
|
6836
6730
|
readonly additionalProperties: false;
|
|
6837
6731
|
};
|
|
6838
6732
|
readonly severity: {
|
|
6839
6733
|
readonly type: 'string';
|
|
6840
|
-
readonly enum: readonly [
|
|
6734
|
+
readonly enum: readonly ["error", "warn", "off"];
|
|
6841
6735
|
};
|
|
6842
6736
|
readonly message: {
|
|
6843
6737
|
readonly type: 'string';
|
|
@@ -6851,7 +6745,15 @@ export declare const themeConfigSchema: {
|
|
|
6851
6745
|
readonly nonEmpty: {
|
|
6852
6746
|
readonly type: 'boolean';
|
|
6853
6747
|
};
|
|
6854
|
-
readonly eq: {
|
|
6748
|
+
readonly eq: {
|
|
6749
|
+
readonly oneOf: readonly [{
|
|
6750
|
+
readonly type: 'boolean';
|
|
6751
|
+
}, {
|
|
6752
|
+
readonly type: 'string';
|
|
6753
|
+
}, {
|
|
6754
|
+
readonly type: 'number';
|
|
6755
|
+
}];
|
|
6756
|
+
};
|
|
6855
6757
|
readonly gt: {
|
|
6856
6758
|
readonly type: 'number';
|
|
6857
6759
|
};
|
|
@@ -6864,7 +6766,15 @@ export declare const themeConfigSchema: {
|
|
|
6864
6766
|
readonly lte: {
|
|
6865
6767
|
readonly type: 'number';
|
|
6866
6768
|
};
|
|
6867
|
-
readonly const: {
|
|
6769
|
+
readonly const: {
|
|
6770
|
+
readonly oneOf: readonly [{
|
|
6771
|
+
readonly type: 'boolean';
|
|
6772
|
+
}, {
|
|
6773
|
+
readonly type: 'string';
|
|
6774
|
+
}, {
|
|
6775
|
+
readonly type: 'number';
|
|
6776
|
+
}];
|
|
6777
|
+
};
|
|
6868
6778
|
};
|
|
6869
6779
|
readonly additionalProperties: false;
|
|
6870
6780
|
};
|
|
@@ -6878,13 +6788,13 @@ export declare const themeConfigSchema: {
|
|
|
6878
6788
|
readonly properties: {
|
|
6879
6789
|
readonly type: {
|
|
6880
6790
|
readonly type: 'string';
|
|
6881
|
-
readonly enum: readonly [
|
|
6791
|
+
readonly enum: readonly ["Entity", "EntityMetadata", "EntityRelations", "EntityRelation"];
|
|
6882
6792
|
};
|
|
6883
6793
|
readonly property: {
|
|
6884
6794
|
readonly type: 'string';
|
|
6885
6795
|
};
|
|
6886
6796
|
};
|
|
6887
|
-
readonly required: readonly [
|
|
6797
|
+
readonly required: readonly ["type", "property"];
|
|
6888
6798
|
readonly additionalProperties: false;
|
|
6889
6799
|
};
|
|
6890
6800
|
readonly assertions: {
|
|
@@ -6896,7 +6806,15 @@ export declare const themeConfigSchema: {
|
|
|
6896
6806
|
readonly nonEmpty: {
|
|
6897
6807
|
readonly type: 'boolean';
|
|
6898
6808
|
};
|
|
6899
|
-
readonly eq: {
|
|
6809
|
+
readonly eq: {
|
|
6810
|
+
readonly oneOf: readonly [{
|
|
6811
|
+
readonly type: 'boolean';
|
|
6812
|
+
}, {
|
|
6813
|
+
readonly type: 'string';
|
|
6814
|
+
}, {
|
|
6815
|
+
readonly type: 'number';
|
|
6816
|
+
}];
|
|
6817
|
+
};
|
|
6900
6818
|
readonly gt: {
|
|
6901
6819
|
readonly type: 'number';
|
|
6902
6820
|
};
|
|
@@ -6909,27 +6827,34 @@ export declare const themeConfigSchema: {
|
|
|
6909
6827
|
readonly lte: {
|
|
6910
6828
|
readonly type: 'number';
|
|
6911
6829
|
};
|
|
6912
|
-
readonly const: {
|
|
6830
|
+
readonly const: {
|
|
6831
|
+
readonly oneOf: readonly [{
|
|
6832
|
+
readonly type: 'boolean';
|
|
6833
|
+
}, {
|
|
6834
|
+
readonly type: 'string';
|
|
6835
|
+
}, {
|
|
6836
|
+
readonly type: 'number';
|
|
6837
|
+
}];
|
|
6838
|
+
};
|
|
6913
6839
|
};
|
|
6914
6840
|
readonly additionalProperties: false;
|
|
6915
6841
|
};
|
|
6916
6842
|
};
|
|
6917
|
-
readonly required: readonly [
|
|
6843
|
+
readonly required: readonly ["subject", "assertions"];
|
|
6918
6844
|
readonly additionalProperties: false;
|
|
6919
6845
|
};
|
|
6920
6846
|
};
|
|
6921
6847
|
readonly weight: {
|
|
6922
6848
|
readonly type: 'number';
|
|
6923
|
-
readonly default: 1;
|
|
6924
6849
|
};
|
|
6925
6850
|
};
|
|
6926
|
-
readonly required: readonly [
|
|
6851
|
+
readonly required: readonly ["subject", "assertions"];
|
|
6927
6852
|
readonly additionalProperties: false;
|
|
6928
6853
|
}];
|
|
6929
6854
|
};
|
|
6930
6855
|
};
|
|
6931
6856
|
};
|
|
6932
|
-
readonly required: readonly [
|
|
6857
|
+
readonly required: readonly ["name"];
|
|
6933
6858
|
readonly additionalProperties: false;
|
|
6934
6859
|
};
|
|
6935
6860
|
readonly minItems: 1;
|
|
@@ -6940,10 +6865,10 @@ export declare const themeConfigSchema: {
|
|
|
6940
6865
|
readonly properties: {
|
|
6941
6866
|
readonly event: {
|
|
6942
6867
|
readonly type: 'string';
|
|
6943
|
-
readonly enum: readonly [
|
|
6868
|
+
readonly enum: readonly ["runtime", "manual"];
|
|
6944
6869
|
};
|
|
6945
6870
|
};
|
|
6946
|
-
readonly required: readonly [
|
|
6871
|
+
readonly required: readonly ["event"];
|
|
6947
6872
|
readonly additionalProperties: false;
|
|
6948
6873
|
}, {
|
|
6949
6874
|
readonly type: 'array';
|
|
@@ -6952,16 +6877,16 @@ export declare const themeConfigSchema: {
|
|
|
6952
6877
|
readonly properties: {
|
|
6953
6878
|
readonly event: {
|
|
6954
6879
|
readonly type: 'string';
|
|
6955
|
-
readonly enum: readonly [
|
|
6880
|
+
readonly enum: readonly ["runtime", "manual"];
|
|
6956
6881
|
};
|
|
6957
6882
|
};
|
|
6958
|
-
readonly required: readonly [
|
|
6883
|
+
readonly required: readonly ["event"];
|
|
6959
6884
|
readonly additionalProperties: false;
|
|
6960
6885
|
};
|
|
6961
6886
|
}];
|
|
6962
6887
|
};
|
|
6963
6888
|
};
|
|
6964
|
-
readonly required: readonly [
|
|
6889
|
+
readonly required: readonly ["name", "key", "entities", "levels"];
|
|
6965
6890
|
readonly additionalProperties: false;
|
|
6966
6891
|
};
|
|
6967
6892
|
};
|