@redocly/config 0.50.1 → 0.52.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 +120 -120
- package/lib/constants/identity-provider-slug.d.ts +2 -1
- package/lib/constants/shared.d.ts +1 -0
- package/lib/default-theme-config-schema.d.ts +520 -621
- 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 +266 -354
- package/lib/feedback-config-schema.d.ts +9 -29
- package/lib/graphql-config-schema.d.ts +11 -28
- package/lib/index.d.ts +2 -2
- package/lib/index.js +1 -1
- package/lib/product-override-schema.d.ts +4203 -4461
- 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 +22685 -17296
- package/lib/scorecards-config-schema.d.ts +168 -108
- package/lib/types/config-types.d.ts +2 -1
- 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 +120 -120
- package/lib-esm/constants/identity-provider-slug.d.ts +2 -1
- package/lib-esm/constants/shared.d.ts +1 -0
- package/lib-esm/default-theme-config-schema.d.ts +520 -621
- 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 +266 -354
- 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 +2 -2
- package/lib-esm/index.js +1 -1
- package/lib-esm/product-override-schema.d.ts +4203 -4461
- 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 +22685 -17296
- package/lib-esm/scorecards-config-schema.d.ts +168 -108
- package/lib-esm/types/config-types.d.ts +2 -1
- 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,12 +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
|
|
5653
|
+
readonly arazzo1Rules: {
|
|
5800
5654
|
readonly nodeTypeName: undefined;
|
|
5801
5655
|
readonly type: 'object';
|
|
5802
|
-
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';
|
|
5803
5665
|
};
|
|
5804
|
-
readonly
|
|
5666
|
+
readonly arazzo1_1Rules: {
|
|
5805
5667
|
readonly nodeTypeName: undefined;
|
|
5806
5668
|
readonly type: 'object';
|
|
5807
5669
|
readonly additionalProperties: {
|
|
@@ -5814,17 +5676,33 @@ export declare const themeConfigSchema: {
|
|
|
5814
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.';
|
|
5815
5677
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5816
5678
|
};
|
|
5817
|
-
readonly
|
|
5679
|
+
readonly overlay1Rules: {
|
|
5818
5680
|
readonly nodeTypeName: undefined;
|
|
5819
5681
|
readonly type: 'object';
|
|
5820
|
-
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';
|
|
5821
5691
|
};
|
|
5822
|
-
readonly
|
|
5692
|
+
readonly openrpc1Rules: {
|
|
5823
5693
|
readonly nodeTypeName: undefined;
|
|
5824
5694
|
readonly type: 'object';
|
|
5825
|
-
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';
|
|
5826
5704
|
};
|
|
5827
|
-
readonly
|
|
5705
|
+
readonly graphqlRules: {
|
|
5828
5706
|
readonly nodeTypeName: undefined;
|
|
5829
5707
|
readonly type: 'object';
|
|
5830
5708
|
readonly additionalProperties: {
|
|
@@ -5837,76 +5715,52 @@ export declare const themeConfigSchema: {
|
|
|
5837
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.';
|
|
5838
5716
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5839
5717
|
};
|
|
5840
|
-
readonly
|
|
5718
|
+
readonly preprocessors: {
|
|
5841
5719
|
readonly nodeTypeName: undefined;
|
|
5842
5720
|
readonly type: 'object';
|
|
5843
5721
|
readonly additionalProperties: true;
|
|
5844
5722
|
};
|
|
5845
|
-
readonly
|
|
5723
|
+
readonly oas2Preprocessors: {
|
|
5846
5724
|
readonly nodeTypeName: undefined;
|
|
5847
5725
|
readonly type: 'object';
|
|
5848
5726
|
readonly additionalProperties: true;
|
|
5849
5727
|
};
|
|
5850
|
-
readonly
|
|
5728
|
+
readonly oas3_0Preprocessors: {
|
|
5851
5729
|
readonly nodeTypeName: undefined;
|
|
5852
5730
|
readonly type: 'object';
|
|
5853
|
-
readonly additionalProperties:
|
|
5854
|
-
readonly oneOf: readonly [{
|
|
5855
|
-
readonly type: 'string';
|
|
5856
|
-
}, {
|
|
5857
|
-
readonly type: 'object';
|
|
5858
|
-
}];
|
|
5859
|
-
};
|
|
5860
|
-
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.';
|
|
5861
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5731
|
+
readonly additionalProperties: true;
|
|
5862
5732
|
};
|
|
5863
|
-
readonly
|
|
5733
|
+
readonly oas3_1Preprocessors: {
|
|
5864
5734
|
readonly nodeTypeName: undefined;
|
|
5865
5735
|
readonly type: 'object';
|
|
5866
5736
|
readonly additionalProperties: true;
|
|
5867
5737
|
};
|
|
5868
|
-
readonly
|
|
5738
|
+
readonly oas3_2Preprocessors: {
|
|
5869
5739
|
readonly nodeTypeName: undefined;
|
|
5870
5740
|
readonly type: 'object';
|
|
5871
5741
|
readonly additionalProperties: true;
|
|
5872
5742
|
};
|
|
5873
|
-
readonly
|
|
5743
|
+
readonly async2Preprocessors: {
|
|
5874
5744
|
readonly nodeTypeName: undefined;
|
|
5875
5745
|
readonly type: 'object';
|
|
5876
|
-
readonly additionalProperties:
|
|
5877
|
-
readonly oneOf: readonly [{
|
|
5878
|
-
readonly type: 'string';
|
|
5879
|
-
}, {
|
|
5880
|
-
readonly type: 'object';
|
|
5881
|
-
}];
|
|
5882
|
-
};
|
|
5883
|
-
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.';
|
|
5884
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5746
|
+
readonly additionalProperties: true;
|
|
5885
5747
|
};
|
|
5886
|
-
readonly
|
|
5748
|
+
readonly async3Preprocessors: {
|
|
5887
5749
|
readonly nodeTypeName: undefined;
|
|
5888
5750
|
readonly type: 'object';
|
|
5889
5751
|
readonly additionalProperties: true;
|
|
5890
5752
|
};
|
|
5891
|
-
readonly
|
|
5753
|
+
readonly arazzo1Preprocessors: {
|
|
5892
5754
|
readonly nodeTypeName: undefined;
|
|
5893
5755
|
readonly type: 'object';
|
|
5894
5756
|
readonly additionalProperties: true;
|
|
5895
5757
|
};
|
|
5896
|
-
readonly
|
|
5758
|
+
readonly arazzo1_1Preprocessors: {
|
|
5897
5759
|
readonly nodeTypeName: undefined;
|
|
5898
5760
|
readonly type: 'object';
|
|
5899
|
-
readonly additionalProperties:
|
|
5900
|
-
readonly oneOf: readonly [{
|
|
5901
|
-
readonly type: 'string';
|
|
5902
|
-
}, {
|
|
5903
|
-
readonly type: 'object';
|
|
5904
|
-
}];
|
|
5905
|
-
};
|
|
5906
|
-
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.';
|
|
5907
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5761
|
+
readonly additionalProperties: true;
|
|
5908
5762
|
};
|
|
5909
|
-
readonly
|
|
5763
|
+
readonly overlay1Preprocessors: {
|
|
5910
5764
|
readonly nodeTypeName: undefined;
|
|
5911
5765
|
readonly type: 'object';
|
|
5912
5766
|
readonly additionalProperties: true;
|
|
@@ -5916,92 +5770,108 @@ export declare const themeConfigSchema: {
|
|
|
5916
5770
|
readonly type: 'object';
|
|
5917
5771
|
readonly additionalProperties: true;
|
|
5918
5772
|
};
|
|
5919
|
-
readonly
|
|
5773
|
+
readonly decorators: {
|
|
5920
5774
|
readonly nodeTypeName: undefined;
|
|
5921
5775
|
readonly type: 'object';
|
|
5922
|
-
readonly additionalProperties:
|
|
5923
|
-
readonly oneOf: readonly [{
|
|
5924
|
-
readonly type: 'string';
|
|
5925
|
-
}, {
|
|
5926
|
-
readonly type: 'object';
|
|
5927
|
-
}];
|
|
5928
|
-
};
|
|
5929
|
-
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.';
|
|
5930
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5776
|
+
readonly additionalProperties: true;
|
|
5931
5777
|
};
|
|
5932
|
-
readonly
|
|
5778
|
+
readonly oas2Decorators: {
|
|
5933
5779
|
readonly nodeTypeName: undefined;
|
|
5934
5780
|
readonly type: 'object';
|
|
5935
5781
|
readonly additionalProperties: true;
|
|
5936
5782
|
};
|
|
5937
|
-
readonly
|
|
5783
|
+
readonly oas3_0Decorators: {
|
|
5938
5784
|
readonly nodeTypeName: undefined;
|
|
5939
5785
|
readonly type: 'object';
|
|
5940
5786
|
readonly additionalProperties: true;
|
|
5941
5787
|
};
|
|
5942
|
-
readonly
|
|
5788
|
+
readonly oas3_1Decorators: {
|
|
5943
5789
|
readonly nodeTypeName: undefined;
|
|
5944
5790
|
readonly type: 'object';
|
|
5945
|
-
readonly additionalProperties:
|
|
5946
|
-
readonly oneOf: readonly [{
|
|
5947
|
-
readonly type: 'string';
|
|
5948
|
-
}, {
|
|
5949
|
-
readonly type: 'object';
|
|
5950
|
-
}];
|
|
5951
|
-
};
|
|
5952
|
-
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.';
|
|
5953
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5791
|
+
readonly additionalProperties: true;
|
|
5954
5792
|
};
|
|
5955
|
-
readonly
|
|
5793
|
+
readonly oas3_2Decorators: {
|
|
5956
5794
|
readonly nodeTypeName: undefined;
|
|
5957
5795
|
readonly type: 'object';
|
|
5958
5796
|
readonly additionalProperties: true;
|
|
5959
5797
|
};
|
|
5960
|
-
readonly
|
|
5798
|
+
readonly async2Decorators: {
|
|
5961
5799
|
readonly nodeTypeName: undefined;
|
|
5962
5800
|
readonly type: 'object';
|
|
5963
|
-
readonly additionalProperties:
|
|
5964
|
-
readonly oneOf: readonly [{
|
|
5965
|
-
readonly type: 'string';
|
|
5966
|
-
}, {
|
|
5967
|
-
readonly type: 'object';
|
|
5968
|
-
}];
|
|
5969
|
-
};
|
|
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.';
|
|
5971
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
5801
|
+
readonly additionalProperties: true;
|
|
5972
5802
|
};
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5977
|
-
readonly targets: {
|
|
5978
|
-
readonly nodeTypeName: "ScorecardClassicTargetList";
|
|
5979
|
-
readonly description: 'Provide custom `minimumLevel` for specific targets.';
|
|
5980
|
-
readonly type: 'array';
|
|
5981
|
-
readonly items: {
|
|
5982
|
-
readonly nodeTypeName: "ScorecardClassicTarget";
|
|
5983
|
-
readonly type: 'object';
|
|
5984
|
-
readonly required: readonly ['where'];
|
|
5985
|
-
readonly properties: {
|
|
5986
|
-
readonly minimumLevel: {
|
|
5987
|
-
readonly type: 'string';
|
|
5803
|
+
readonly async3Decorators: {
|
|
5804
|
+
readonly nodeTypeName: undefined;
|
|
5805
|
+
readonly type: 'object';
|
|
5806
|
+
readonly additionalProperties: true;
|
|
5988
5807
|
};
|
|
5989
|
-
readonly
|
|
5808
|
+
readonly arazzo1Decorators: {
|
|
5809
|
+
readonly nodeTypeName: undefined;
|
|
5990
5810
|
readonly type: 'object';
|
|
5991
5811
|
readonly additionalProperties: true;
|
|
5992
5812
|
};
|
|
5993
|
-
readonly
|
|
5994
|
-
readonly nodeTypeName:
|
|
5995
|
-
readonly description: 'Specify which API descriptions to apply the `minimumLevel` to based on the metadata.';
|
|
5996
|
-
readonly documentationLink: 'https://redocly.com/docs/realm/config/scorecard-classic#where-object';
|
|
5813
|
+
readonly arazzo1_1Decorators: {
|
|
5814
|
+
readonly nodeTypeName: undefined;
|
|
5997
5815
|
readonly type: 'object';
|
|
5998
|
-
readonly
|
|
5999
|
-
|
|
6000
|
-
|
|
6001
|
-
|
|
6002
|
-
|
|
6003
|
-
|
|
6004
|
-
|
|
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';
|
|
6005
5875
|
};
|
|
6006
5876
|
};
|
|
6007
5877
|
};
|
|
@@ -6033,7 +5903,6 @@ export declare const themeConfigSchema: {
|
|
|
6033
5903
|
readonly properties: {
|
|
6034
5904
|
readonly ignoreNonCompliant: {
|
|
6035
5905
|
readonly type: 'boolean';
|
|
6036
|
-
readonly default: false;
|
|
6037
5906
|
};
|
|
6038
5907
|
readonly teamMetadataProperty: {
|
|
6039
5908
|
readonly nodeTypeName: "ScorecardClassicTeamMetadataProperty";
|
|
@@ -6060,34 +5929,9 @@ export declare const themeConfigSchema: {
|
|
|
6060
5929
|
readonly nodeTypeName: "ScorecardClassicLevel";
|
|
6061
5930
|
readonly documentationLink: 'https://redocly.com/docs/realm/config/scorecard-classic#level-object';
|
|
6062
5931
|
readonly type: 'object';
|
|
6063
|
-
readonly required: readonly [
|
|
5932
|
+
readonly required: readonly ["name"];
|
|
6064
5933
|
readonly properties: {
|
|
6065
|
-
readonly
|
|
6066
|
-
readonly nodeTypeName: undefined;
|
|
6067
|
-
readonly type: 'array';
|
|
6068
|
-
readonly items: {
|
|
6069
|
-
readonly type: 'string';
|
|
6070
|
-
};
|
|
6071
|
-
readonly description: 'Use extends to inherit rules and their configurations from other rulesets.';
|
|
6072
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/extends';
|
|
6073
|
-
};
|
|
6074
|
-
readonly name: {
|
|
6075
|
-
readonly type: 'string';
|
|
6076
|
-
};
|
|
6077
|
-
readonly color: {
|
|
6078
|
-
readonly type: 'string';
|
|
6079
|
-
};
|
|
6080
|
-
readonly arazzo1Decorators: {
|
|
6081
|
-
readonly nodeTypeName: undefined;
|
|
6082
|
-
readonly type: 'object';
|
|
6083
|
-
readonly additionalProperties: true;
|
|
6084
|
-
};
|
|
6085
|
-
readonly arazzo1Preprocessors: {
|
|
6086
|
-
readonly nodeTypeName: undefined;
|
|
6087
|
-
readonly type: 'object';
|
|
6088
|
-
readonly additionalProperties: true;
|
|
6089
|
-
};
|
|
6090
|
-
readonly arazzo1Rules: {
|
|
5934
|
+
readonly rules: {
|
|
6091
5935
|
readonly nodeTypeName: undefined;
|
|
6092
5936
|
readonly type: 'object';
|
|
6093
5937
|
readonly additionalProperties: {
|
|
@@ -6100,17 +5944,33 @@ export declare const themeConfigSchema: {
|
|
|
6100
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.';
|
|
6101
5945
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6102
5946
|
};
|
|
6103
|
-
readonly
|
|
5947
|
+
readonly oas2Rules: {
|
|
6104
5948
|
readonly nodeTypeName: undefined;
|
|
6105
5949
|
readonly type: 'object';
|
|
6106
|
-
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';
|
|
6107
5959
|
};
|
|
6108
|
-
readonly
|
|
5960
|
+
readonly oas3_0Rules: {
|
|
6109
5961
|
readonly nodeTypeName: undefined;
|
|
6110
5962
|
readonly type: 'object';
|
|
6111
|
-
readonly additionalProperties:
|
|
5963
|
+
readonly additionalProperties: {
|
|
5964
|
+
readonly oneOf: readonly [{
|
|
5965
|
+
readonly type: 'string';
|
|
5966
|
+
}, {
|
|
5967
|
+
readonly type: 'object';
|
|
5968
|
+
}];
|
|
5969
|
+
};
|
|
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.';
|
|
5971
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6112
5972
|
};
|
|
6113
|
-
readonly
|
|
5973
|
+
readonly oas3_1Rules: {
|
|
6114
5974
|
readonly nodeTypeName: undefined;
|
|
6115
5975
|
readonly type: 'object';
|
|
6116
5976
|
readonly additionalProperties: {
|
|
@@ -6123,17 +5983,33 @@ export declare const themeConfigSchema: {
|
|
|
6123
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.';
|
|
6124
5984
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6125
5985
|
};
|
|
6126
|
-
readonly
|
|
5986
|
+
readonly oas3_2Rules: {
|
|
6127
5987
|
readonly nodeTypeName: undefined;
|
|
6128
5988
|
readonly type: 'object';
|
|
6129
|
-
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';
|
|
6130
5998
|
};
|
|
6131
|
-
readonly
|
|
5999
|
+
readonly async2Rules: {
|
|
6132
6000
|
readonly nodeTypeName: undefined;
|
|
6133
6001
|
readonly type: 'object';
|
|
6134
|
-
readonly additionalProperties:
|
|
6002
|
+
readonly additionalProperties: {
|
|
6003
|
+
readonly oneOf: readonly [{
|
|
6004
|
+
readonly type: 'string';
|
|
6005
|
+
}, {
|
|
6006
|
+
readonly type: 'object';
|
|
6007
|
+
}];
|
|
6008
|
+
};
|
|
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.';
|
|
6010
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6135
6011
|
};
|
|
6136
|
-
readonly
|
|
6012
|
+
readonly async3Rules: {
|
|
6137
6013
|
readonly nodeTypeName: undefined;
|
|
6138
6014
|
readonly type: 'object';
|
|
6139
6015
|
readonly additionalProperties: {
|
|
@@ -6146,17 +6022,33 @@ export declare const themeConfigSchema: {
|
|
|
6146
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.';
|
|
6147
6023
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6148
6024
|
};
|
|
6149
|
-
readonly
|
|
6025
|
+
readonly arazzo1Rules: {
|
|
6150
6026
|
readonly nodeTypeName: undefined;
|
|
6151
6027
|
readonly type: 'object';
|
|
6152
|
-
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';
|
|
6153
6037
|
};
|
|
6154
|
-
readonly
|
|
6038
|
+
readonly arazzo1_1Rules: {
|
|
6155
6039
|
readonly nodeTypeName: undefined;
|
|
6156
6040
|
readonly type: 'object';
|
|
6157
|
-
readonly additionalProperties:
|
|
6041
|
+
readonly additionalProperties: {
|
|
6042
|
+
readonly oneOf: readonly [{
|
|
6043
|
+
readonly type: 'string';
|
|
6044
|
+
}, {
|
|
6045
|
+
readonly type: 'object';
|
|
6046
|
+
}];
|
|
6047
|
+
};
|
|
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.';
|
|
6049
|
+
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6158
6050
|
};
|
|
6159
|
-
readonly
|
|
6051
|
+
readonly overlay1Rules: {
|
|
6160
6052
|
readonly nodeTypeName: undefined;
|
|
6161
6053
|
readonly type: 'object';
|
|
6162
6054
|
readonly additionalProperties: {
|
|
@@ -6169,10 +6061,18 @@ export declare const themeConfigSchema: {
|
|
|
6169
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.';
|
|
6170
6062
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6171
6063
|
};
|
|
6172
|
-
readonly
|
|
6064
|
+
readonly openrpc1Rules: {
|
|
6173
6065
|
readonly nodeTypeName: undefined;
|
|
6174
6066
|
readonly type: 'object';
|
|
6175
|
-
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';
|
|
6176
6076
|
};
|
|
6177
6077
|
readonly graphqlRules: {
|
|
6178
6078
|
readonly nodeTypeName: undefined;
|
|
@@ -6187,7 +6087,7 @@ export declare const themeConfigSchema: {
|
|
|
6187
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.';
|
|
6188
6088
|
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6189
6089
|
};
|
|
6190
|
-
readonly
|
|
6090
|
+
readonly preprocessors: {
|
|
6191
6091
|
readonly nodeTypeName: undefined;
|
|
6192
6092
|
readonly type: 'object';
|
|
6193
6093
|
readonly additionalProperties: true;
|
|
@@ -6197,151 +6097,120 @@ export declare const themeConfigSchema: {
|
|
|
6197
6097
|
readonly type: 'object';
|
|
6198
6098
|
readonly additionalProperties: true;
|
|
6199
6099
|
};
|
|
6200
|
-
readonly
|
|
6100
|
+
readonly oas3_0Preprocessors: {
|
|
6201
6101
|
readonly nodeTypeName: undefined;
|
|
6202
6102
|
readonly type: 'object';
|
|
6203
|
-
readonly additionalProperties:
|
|
6204
|
-
readonly oneOf: readonly [{
|
|
6205
|
-
readonly type: 'string';
|
|
6206
|
-
}, {
|
|
6207
|
-
readonly type: 'object';
|
|
6208
|
-
}];
|
|
6209
|
-
};
|
|
6210
|
-
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.';
|
|
6211
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6103
|
+
readonly additionalProperties: true;
|
|
6212
6104
|
};
|
|
6213
|
-
readonly
|
|
6105
|
+
readonly oas3_1Preprocessors: {
|
|
6214
6106
|
readonly nodeTypeName: undefined;
|
|
6215
6107
|
readonly type: 'object';
|
|
6216
6108
|
readonly additionalProperties: true;
|
|
6217
6109
|
};
|
|
6218
|
-
readonly
|
|
6110
|
+
readonly oas3_2Preprocessors: {
|
|
6219
6111
|
readonly nodeTypeName: undefined;
|
|
6220
6112
|
readonly type: 'object';
|
|
6221
6113
|
readonly additionalProperties: true;
|
|
6222
6114
|
};
|
|
6223
|
-
readonly
|
|
6115
|
+
readonly async2Preprocessors: {
|
|
6224
6116
|
readonly nodeTypeName: undefined;
|
|
6225
6117
|
readonly type: 'object';
|
|
6226
|
-
readonly additionalProperties:
|
|
6227
|
-
readonly oneOf: readonly [{
|
|
6228
|
-
readonly type: 'string';
|
|
6229
|
-
}, {
|
|
6230
|
-
readonly type: 'object';
|
|
6231
|
-
}];
|
|
6232
|
-
};
|
|
6233
|
-
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.';
|
|
6234
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6118
|
+
readonly additionalProperties: true;
|
|
6235
6119
|
};
|
|
6236
|
-
readonly
|
|
6120
|
+
readonly async3Preprocessors: {
|
|
6237
6121
|
readonly nodeTypeName: undefined;
|
|
6238
6122
|
readonly type: 'object';
|
|
6239
6123
|
readonly additionalProperties: true;
|
|
6240
6124
|
};
|
|
6241
|
-
readonly
|
|
6125
|
+
readonly arazzo1Preprocessors: {
|
|
6242
6126
|
readonly nodeTypeName: undefined;
|
|
6243
6127
|
readonly type: 'object';
|
|
6244
6128
|
readonly additionalProperties: true;
|
|
6245
6129
|
};
|
|
6246
|
-
readonly
|
|
6130
|
+
readonly arazzo1_1Preprocessors: {
|
|
6247
6131
|
readonly nodeTypeName: undefined;
|
|
6248
6132
|
readonly type: 'object';
|
|
6249
|
-
readonly additionalProperties:
|
|
6250
|
-
readonly oneOf: readonly [{
|
|
6251
|
-
readonly type: 'string';
|
|
6252
|
-
}, {
|
|
6253
|
-
readonly type: 'object';
|
|
6254
|
-
}];
|
|
6255
|
-
};
|
|
6256
|
-
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.';
|
|
6257
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6133
|
+
readonly additionalProperties: true;
|
|
6258
6134
|
};
|
|
6259
|
-
readonly
|
|
6135
|
+
readonly overlay1Preprocessors: {
|
|
6260
6136
|
readonly nodeTypeName: undefined;
|
|
6261
6137
|
readonly type: 'object';
|
|
6262
6138
|
readonly additionalProperties: true;
|
|
6263
6139
|
};
|
|
6264
|
-
readonly
|
|
6140
|
+
readonly openrpc1Preprocessors: {
|
|
6265
6141
|
readonly nodeTypeName: undefined;
|
|
6266
6142
|
readonly type: 'object';
|
|
6267
6143
|
readonly additionalProperties: true;
|
|
6268
6144
|
};
|
|
6269
|
-
readonly
|
|
6145
|
+
readonly decorators: {
|
|
6270
6146
|
readonly nodeTypeName: undefined;
|
|
6271
6147
|
readonly type: 'object';
|
|
6272
|
-
readonly additionalProperties:
|
|
6273
|
-
readonly oneOf: readonly [{
|
|
6274
|
-
readonly type: 'string';
|
|
6275
|
-
}, {
|
|
6276
|
-
readonly type: 'object';
|
|
6277
|
-
}];
|
|
6278
|
-
};
|
|
6279
|
-
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.';
|
|
6280
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6148
|
+
readonly additionalProperties: true;
|
|
6281
6149
|
};
|
|
6282
|
-
readonly
|
|
6150
|
+
readonly oas2Decorators: {
|
|
6283
6151
|
readonly nodeTypeName: undefined;
|
|
6284
6152
|
readonly type: 'object';
|
|
6285
6153
|
readonly additionalProperties: true;
|
|
6286
6154
|
};
|
|
6287
|
-
readonly
|
|
6155
|
+
readonly oas3_0Decorators: {
|
|
6288
6156
|
readonly nodeTypeName: undefined;
|
|
6289
6157
|
readonly type: 'object';
|
|
6290
6158
|
readonly additionalProperties: true;
|
|
6291
6159
|
};
|
|
6292
|
-
readonly
|
|
6160
|
+
readonly oas3_1Decorators: {
|
|
6293
6161
|
readonly nodeTypeName: undefined;
|
|
6294
6162
|
readonly type: 'object';
|
|
6295
|
-
readonly additionalProperties:
|
|
6296
|
-
readonly oneOf: readonly [{
|
|
6297
|
-
readonly type: 'string';
|
|
6298
|
-
}, {
|
|
6299
|
-
readonly type: 'object';
|
|
6300
|
-
}];
|
|
6301
|
-
};
|
|
6302
|
-
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.';
|
|
6303
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6163
|
+
readonly additionalProperties: true;
|
|
6304
6164
|
};
|
|
6305
|
-
readonly
|
|
6165
|
+
readonly oas3_2Decorators: {
|
|
6306
6166
|
readonly nodeTypeName: undefined;
|
|
6307
6167
|
readonly type: 'object';
|
|
6308
6168
|
readonly additionalProperties: true;
|
|
6309
6169
|
};
|
|
6310
|
-
readonly
|
|
6170
|
+
readonly async2Decorators: {
|
|
6311
6171
|
readonly nodeTypeName: undefined;
|
|
6312
6172
|
readonly type: 'object';
|
|
6313
6173
|
readonly additionalProperties: true;
|
|
6314
6174
|
};
|
|
6315
|
-
readonly
|
|
6175
|
+
readonly async3Decorators: {
|
|
6316
6176
|
readonly nodeTypeName: undefined;
|
|
6317
6177
|
readonly type: 'object';
|
|
6318
|
-
readonly additionalProperties:
|
|
6319
|
-
readonly oneOf: readonly [{
|
|
6320
|
-
readonly type: 'string';
|
|
6321
|
-
}, {
|
|
6322
|
-
readonly type: 'object';
|
|
6323
|
-
}];
|
|
6324
|
-
};
|
|
6325
|
-
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.';
|
|
6326
|
-
readonly documentationLink: 'https://redocly.com/docs/cli/configuration/reference/rules#rules';
|
|
6178
|
+
readonly additionalProperties: true;
|
|
6327
6179
|
};
|
|
6328
|
-
readonly
|
|
6180
|
+
readonly arazzo1Decorators: {
|
|
6329
6181
|
readonly nodeTypeName: undefined;
|
|
6330
6182
|
readonly type: 'object';
|
|
6331
6183
|
readonly additionalProperties: true;
|
|
6332
6184
|
};
|
|
6333
|
-
readonly
|
|
6185
|
+
readonly arazzo1_1Decorators: {
|
|
6334
6186
|
readonly nodeTypeName: undefined;
|
|
6335
6187
|
readonly type: 'object';
|
|
6336
|
-
readonly additionalProperties:
|
|
6337
|
-
|
|
6338
|
-
|
|
6339
|
-
|
|
6340
|
-
|
|
6341
|
-
|
|
6188
|
+
readonly additionalProperties: true;
|
|
6189
|
+
};
|
|
6190
|
+
readonly overlay1Decorators: {
|
|
6191
|
+
readonly nodeTypeName: undefined;
|
|
6192
|
+
readonly type: 'object';
|
|
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';
|
|
6342
6205
|
};
|
|
6343
|
-
readonly description: '
|
|
6344
|
-
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';
|
|
6345
6214
|
};
|
|
6346
6215
|
};
|
|
6347
6216
|
readonly additionalProperties: false;
|
|
@@ -6354,7 +6223,7 @@ export declare const themeConfigSchema: {
|
|
|
6354
6223
|
readonly items: {
|
|
6355
6224
|
readonly nodeTypeName: "ScorecardClassicTarget";
|
|
6356
6225
|
readonly type: 'object';
|
|
6357
|
-
readonly required: readonly [
|
|
6226
|
+
readonly required: readonly ["where"];
|
|
6358
6227
|
readonly properties: {
|
|
6359
6228
|
readonly minimumLevel: {
|
|
6360
6229
|
readonly type: 'string';
|
|
@@ -6368,7 +6237,7 @@ export declare const themeConfigSchema: {
|
|
|
6368
6237
|
readonly description: 'Specify which API descriptions to apply the `minimumLevel` to based on the metadata.';
|
|
6369
6238
|
readonly documentationLink: 'https://redocly.com/docs/realm/config/scorecard-classic#where-object';
|
|
6370
6239
|
readonly type: 'object';
|
|
6371
|
-
readonly required: readonly [
|
|
6240
|
+
readonly required: readonly ["metadata"];
|
|
6372
6241
|
readonly properties: {
|
|
6373
6242
|
readonly metadata: {
|
|
6374
6243
|
readonly nodeTypeName: "ScorecardClassicTargetWhereMetadata";
|
|
@@ -6422,7 +6291,7 @@ export declare const themeConfigSchema: {
|
|
|
6422
6291
|
};
|
|
6423
6292
|
readonly operator: {
|
|
6424
6293
|
readonly type: 'string';
|
|
6425
|
-
readonly enum: readonly [
|
|
6294
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6426
6295
|
};
|
|
6427
6296
|
readonly value: {
|
|
6428
6297
|
readonly oneOf: readonly [{
|
|
@@ -6435,7 +6304,7 @@ export declare const themeConfigSchema: {
|
|
|
6435
6304
|
};
|
|
6436
6305
|
readonly modifier: {
|
|
6437
6306
|
readonly type: 'string';
|
|
6438
|
-
readonly enum: readonly [
|
|
6307
|
+
readonly enum: readonly ["not"];
|
|
6439
6308
|
};
|
|
6440
6309
|
readonly match: {
|
|
6441
6310
|
readonly type: 'array';
|
|
@@ -6447,7 +6316,7 @@ export declare const themeConfigSchema: {
|
|
|
6447
6316
|
};
|
|
6448
6317
|
readonly operator: {
|
|
6449
6318
|
readonly type: 'string';
|
|
6450
|
-
readonly enum: readonly [
|
|
6319
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6451
6320
|
};
|
|
6452
6321
|
readonly value: {
|
|
6453
6322
|
readonly oneOf: readonly [{
|
|
@@ -6460,7 +6329,7 @@ export declare const themeConfigSchema: {
|
|
|
6460
6329
|
};
|
|
6461
6330
|
readonly modifier: {
|
|
6462
6331
|
readonly type: 'string';
|
|
6463
|
-
readonly enum: readonly [
|
|
6332
|
+
readonly enum: readonly ["not"];
|
|
6464
6333
|
};
|
|
6465
6334
|
};
|
|
6466
6335
|
};
|
|
@@ -6471,7 +6340,7 @@ export declare const themeConfigSchema: {
|
|
|
6471
6340
|
readonly properties: {
|
|
6472
6341
|
readonly operator: {
|
|
6473
6342
|
readonly type: 'string';
|
|
6474
|
-
readonly enum: readonly [
|
|
6343
|
+
readonly enum: readonly ["and", "or"];
|
|
6475
6344
|
};
|
|
6476
6345
|
readonly conditions: {
|
|
6477
6346
|
readonly type: 'array';
|
|
@@ -6484,7 +6353,7 @@ export declare const themeConfigSchema: {
|
|
|
6484
6353
|
};
|
|
6485
6354
|
readonly operator: {
|
|
6486
6355
|
readonly type: 'string';
|
|
6487
|
-
readonly enum: readonly [
|
|
6356
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6488
6357
|
};
|
|
6489
6358
|
readonly value: {
|
|
6490
6359
|
readonly oneOf: readonly [{
|
|
@@ -6497,7 +6366,7 @@ export declare const themeConfigSchema: {
|
|
|
6497
6366
|
};
|
|
6498
6367
|
readonly modifier: {
|
|
6499
6368
|
readonly type: 'string';
|
|
6500
|
-
readonly enum: readonly [
|
|
6369
|
+
readonly enum: readonly ["not"];
|
|
6501
6370
|
};
|
|
6502
6371
|
readonly match: {
|
|
6503
6372
|
readonly type: 'array';
|
|
@@ -6509,7 +6378,7 @@ export declare const themeConfigSchema: {
|
|
|
6509
6378
|
};
|
|
6510
6379
|
readonly operator: {
|
|
6511
6380
|
readonly type: 'string';
|
|
6512
|
-
readonly enum: readonly [
|
|
6381
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6513
6382
|
};
|
|
6514
6383
|
readonly value: {
|
|
6515
6384
|
readonly oneOf: readonly [{
|
|
@@ -6522,7 +6391,7 @@ export declare const themeConfigSchema: {
|
|
|
6522
6391
|
};
|
|
6523
6392
|
readonly modifier: {
|
|
6524
6393
|
readonly type: 'string';
|
|
6525
|
-
readonly enum: readonly [
|
|
6394
|
+
readonly enum: readonly ["not"];
|
|
6526
6395
|
};
|
|
6527
6396
|
};
|
|
6528
6397
|
};
|
|
@@ -6533,7 +6402,7 @@ export declare const themeConfigSchema: {
|
|
|
6533
6402
|
readonly properties: {
|
|
6534
6403
|
readonly operator: {
|
|
6535
6404
|
readonly type: 'string';
|
|
6536
|
-
readonly enum: readonly [
|
|
6405
|
+
readonly enum: readonly ["and", "or"];
|
|
6537
6406
|
};
|
|
6538
6407
|
readonly conditions: {
|
|
6539
6408
|
readonly type: 'array';
|
|
@@ -6545,7 +6414,7 @@ export declare const themeConfigSchema: {
|
|
|
6545
6414
|
};
|
|
6546
6415
|
readonly operator: {
|
|
6547
6416
|
readonly type: 'string';
|
|
6548
|
-
readonly enum: readonly [
|
|
6417
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6549
6418
|
};
|
|
6550
6419
|
readonly value: {
|
|
6551
6420
|
readonly oneOf: readonly [{
|
|
@@ -6558,7 +6427,7 @@ export declare const themeConfigSchema: {
|
|
|
6558
6427
|
};
|
|
6559
6428
|
readonly modifier: {
|
|
6560
6429
|
readonly type: 'string';
|
|
6561
|
-
readonly enum: readonly [
|
|
6430
|
+
readonly enum: readonly ["not"];
|
|
6562
6431
|
};
|
|
6563
6432
|
readonly match: {
|
|
6564
6433
|
readonly type: 'array';
|
|
@@ -6570,7 +6439,7 @@ export declare const themeConfigSchema: {
|
|
|
6570
6439
|
};
|
|
6571
6440
|
readonly operator: {
|
|
6572
6441
|
readonly type: 'string';
|
|
6573
|
-
readonly enum: readonly [
|
|
6442
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6574
6443
|
};
|
|
6575
6444
|
readonly value: {
|
|
6576
6445
|
readonly oneOf: readonly [{
|
|
@@ -6583,7 +6452,7 @@ export declare const themeConfigSchema: {
|
|
|
6583
6452
|
};
|
|
6584
6453
|
readonly modifier: {
|
|
6585
6454
|
readonly type: 'string';
|
|
6586
|
-
readonly enum: readonly [
|
|
6455
|
+
readonly enum: readonly ["not"];
|
|
6587
6456
|
};
|
|
6588
6457
|
};
|
|
6589
6458
|
};
|
|
@@ -6592,13 +6461,13 @@ export declare const themeConfigSchema: {
|
|
|
6592
6461
|
};
|
|
6593
6462
|
};
|
|
6594
6463
|
};
|
|
6595
|
-
readonly required: readonly [
|
|
6464
|
+
readonly required: readonly ["operator", "conditions"];
|
|
6596
6465
|
readonly additionalProperties: false;
|
|
6597
6466
|
}];
|
|
6598
6467
|
};
|
|
6599
6468
|
};
|
|
6600
6469
|
};
|
|
6601
|
-
readonly required: readonly [
|
|
6470
|
+
readonly required: readonly ["operator", "conditions"];
|
|
6602
6471
|
readonly additionalProperties: false;
|
|
6603
6472
|
}];
|
|
6604
6473
|
};
|
|
@@ -6607,7 +6476,7 @@ export declare const themeConfigSchema: {
|
|
|
6607
6476
|
readonly properties: {
|
|
6608
6477
|
readonly operator: {
|
|
6609
6478
|
readonly type: 'string';
|
|
6610
|
-
readonly enum: readonly [
|
|
6479
|
+
readonly enum: readonly ["and", "or"];
|
|
6611
6480
|
};
|
|
6612
6481
|
readonly conditions: {
|
|
6613
6482
|
readonly type: 'array';
|
|
@@ -6620,7 +6489,7 @@ export declare const themeConfigSchema: {
|
|
|
6620
6489
|
};
|
|
6621
6490
|
readonly operator: {
|
|
6622
6491
|
readonly type: 'string';
|
|
6623
|
-
readonly enum: readonly [
|
|
6492
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6624
6493
|
};
|
|
6625
6494
|
readonly value: {
|
|
6626
6495
|
readonly oneOf: readonly [{
|
|
@@ -6633,7 +6502,7 @@ export declare const themeConfigSchema: {
|
|
|
6633
6502
|
};
|
|
6634
6503
|
readonly modifier: {
|
|
6635
6504
|
readonly type: 'string';
|
|
6636
|
-
readonly enum: readonly [
|
|
6505
|
+
readonly enum: readonly ["not"];
|
|
6637
6506
|
};
|
|
6638
6507
|
readonly match: {
|
|
6639
6508
|
readonly type: 'array';
|
|
@@ -6645,7 +6514,7 @@ export declare const themeConfigSchema: {
|
|
|
6645
6514
|
};
|
|
6646
6515
|
readonly operator: {
|
|
6647
6516
|
readonly type: 'string';
|
|
6648
|
-
readonly enum: readonly [
|
|
6517
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6649
6518
|
};
|
|
6650
6519
|
readonly value: {
|
|
6651
6520
|
readonly oneOf: readonly [{
|
|
@@ -6658,7 +6527,7 @@ export declare const themeConfigSchema: {
|
|
|
6658
6527
|
};
|
|
6659
6528
|
readonly modifier: {
|
|
6660
6529
|
readonly type: 'string';
|
|
6661
|
-
readonly enum: readonly [
|
|
6530
|
+
readonly enum: readonly ["not"];
|
|
6662
6531
|
};
|
|
6663
6532
|
};
|
|
6664
6533
|
};
|
|
@@ -6669,7 +6538,7 @@ export declare const themeConfigSchema: {
|
|
|
6669
6538
|
readonly properties: {
|
|
6670
6539
|
readonly operator: {
|
|
6671
6540
|
readonly type: 'string';
|
|
6672
|
-
readonly enum: readonly [
|
|
6541
|
+
readonly enum: readonly ["and", "or"];
|
|
6673
6542
|
};
|
|
6674
6543
|
readonly conditions: {
|
|
6675
6544
|
readonly type: 'array';
|
|
@@ -6682,7 +6551,7 @@ export declare const themeConfigSchema: {
|
|
|
6682
6551
|
};
|
|
6683
6552
|
readonly operator: {
|
|
6684
6553
|
readonly type: 'string';
|
|
6685
|
-
readonly enum: readonly [
|
|
6554
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6686
6555
|
};
|
|
6687
6556
|
readonly value: {
|
|
6688
6557
|
readonly oneOf: readonly [{
|
|
@@ -6695,7 +6564,7 @@ export declare const themeConfigSchema: {
|
|
|
6695
6564
|
};
|
|
6696
6565
|
readonly modifier: {
|
|
6697
6566
|
readonly type: 'string';
|
|
6698
|
-
readonly enum: readonly [
|
|
6567
|
+
readonly enum: readonly ["not"];
|
|
6699
6568
|
};
|
|
6700
6569
|
readonly match: {
|
|
6701
6570
|
readonly type: 'array';
|
|
@@ -6707,7 +6576,7 @@ export declare const themeConfigSchema: {
|
|
|
6707
6576
|
};
|
|
6708
6577
|
readonly operator: {
|
|
6709
6578
|
readonly type: 'string';
|
|
6710
|
-
readonly enum: readonly [
|
|
6579
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6711
6580
|
};
|
|
6712
6581
|
readonly value: {
|
|
6713
6582
|
readonly oneOf: readonly [{
|
|
@@ -6720,7 +6589,7 @@ export declare const themeConfigSchema: {
|
|
|
6720
6589
|
};
|
|
6721
6590
|
readonly modifier: {
|
|
6722
6591
|
readonly type: 'string';
|
|
6723
|
-
readonly enum: readonly [
|
|
6592
|
+
readonly enum: readonly ["not"];
|
|
6724
6593
|
};
|
|
6725
6594
|
};
|
|
6726
6595
|
};
|
|
@@ -6731,7 +6600,7 @@ export declare const themeConfigSchema: {
|
|
|
6731
6600
|
readonly properties: {
|
|
6732
6601
|
readonly operator: {
|
|
6733
6602
|
readonly type: 'string';
|
|
6734
|
-
readonly enum: readonly [
|
|
6603
|
+
readonly enum: readonly ["and", "or"];
|
|
6735
6604
|
};
|
|
6736
6605
|
readonly conditions: {
|
|
6737
6606
|
readonly type: 'array';
|
|
@@ -6743,7 +6612,7 @@ export declare const themeConfigSchema: {
|
|
|
6743
6612
|
};
|
|
6744
6613
|
readonly operator: {
|
|
6745
6614
|
readonly type: 'string';
|
|
6746
|
-
readonly enum: readonly [
|
|
6615
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6747
6616
|
};
|
|
6748
6617
|
readonly value: {
|
|
6749
6618
|
readonly oneOf: readonly [{
|
|
@@ -6756,7 +6625,7 @@ export declare const themeConfigSchema: {
|
|
|
6756
6625
|
};
|
|
6757
6626
|
readonly modifier: {
|
|
6758
6627
|
readonly type: 'string';
|
|
6759
|
-
readonly enum: readonly [
|
|
6628
|
+
readonly enum: readonly ["not"];
|
|
6760
6629
|
};
|
|
6761
6630
|
readonly match: {
|
|
6762
6631
|
readonly type: 'array';
|
|
@@ -6768,7 +6637,7 @@ export declare const themeConfigSchema: {
|
|
|
6768
6637
|
};
|
|
6769
6638
|
readonly operator: {
|
|
6770
6639
|
readonly type: 'string';
|
|
6771
|
-
readonly enum: readonly [
|
|
6640
|
+
readonly enum: readonly ["eq", "in", "gt", "gte", "lt", "lte", "contains", "startsWith", "endsWith", "exists", "isEmpty", "between", "matches", "some", "every", "none"];
|
|
6772
6641
|
};
|
|
6773
6642
|
readonly value: {
|
|
6774
6643
|
readonly oneOf: readonly [{
|
|
@@ -6781,7 +6650,7 @@ export declare const themeConfigSchema: {
|
|
|
6781
6650
|
};
|
|
6782
6651
|
readonly modifier: {
|
|
6783
6652
|
readonly type: 'string';
|
|
6784
|
-
readonly enum: readonly [
|
|
6653
|
+
readonly enum: readonly ["not"];
|
|
6785
6654
|
};
|
|
6786
6655
|
};
|
|
6787
6656
|
};
|
|
@@ -6790,19 +6659,19 @@ export declare const themeConfigSchema: {
|
|
|
6790
6659
|
};
|
|
6791
6660
|
};
|
|
6792
6661
|
};
|
|
6793
|
-
readonly required: readonly [
|
|
6662
|
+
readonly required: readonly ["operator", "conditions"];
|
|
6794
6663
|
readonly additionalProperties: false;
|
|
6795
6664
|
}];
|
|
6796
6665
|
};
|
|
6797
6666
|
};
|
|
6798
6667
|
};
|
|
6799
|
-
readonly required: readonly [
|
|
6668
|
+
readonly required: readonly ["operator", "conditions"];
|
|
6800
6669
|
readonly additionalProperties: false;
|
|
6801
6670
|
}];
|
|
6802
6671
|
};
|
|
6803
6672
|
};
|
|
6804
6673
|
};
|
|
6805
|
-
readonly required: readonly [
|
|
6674
|
+
readonly required: readonly ["operator", "conditions"];
|
|
6806
6675
|
readonly additionalProperties: false;
|
|
6807
6676
|
}];
|
|
6808
6677
|
};
|
|
@@ -6833,11 +6702,10 @@ export declare const themeConfigSchema: {
|
|
|
6833
6702
|
readonly properties: {
|
|
6834
6703
|
readonly severity: {
|
|
6835
6704
|
readonly type: 'string';
|
|
6836
|
-
readonly enum: readonly [
|
|
6705
|
+
readonly enum: readonly ["error", "warn", "off"];
|
|
6837
6706
|
};
|
|
6838
6707
|
readonly weight: {
|
|
6839
6708
|
readonly type: 'number';
|
|
6840
|
-
readonly default: 1;
|
|
6841
6709
|
};
|
|
6842
6710
|
};
|
|
6843
6711
|
readonly additionalProperties: true;
|
|
@@ -6852,18 +6720,18 @@ export declare const themeConfigSchema: {
|
|
|
6852
6720
|
readonly properties: {
|
|
6853
6721
|
readonly type: {
|
|
6854
6722
|
readonly type: 'string';
|
|
6855
|
-
readonly enum: readonly [
|
|
6723
|
+
readonly enum: readonly ["Entity", "EntityMetadata", "EntityRelations", "EntityRelation"];
|
|
6856
6724
|
};
|
|
6857
6725
|
readonly property: {
|
|
6858
6726
|
readonly type: 'string';
|
|
6859
6727
|
};
|
|
6860
6728
|
};
|
|
6861
|
-
readonly required: readonly [
|
|
6729
|
+
readonly required: readonly ["type", "property"];
|
|
6862
6730
|
readonly additionalProperties: false;
|
|
6863
6731
|
};
|
|
6864
6732
|
readonly severity: {
|
|
6865
6733
|
readonly type: 'string';
|
|
6866
|
-
readonly enum: readonly [
|
|
6734
|
+
readonly enum: readonly ["error", "warn", "off"];
|
|
6867
6735
|
};
|
|
6868
6736
|
readonly message: {
|
|
6869
6737
|
readonly type: 'string';
|
|
@@ -6877,7 +6745,15 @@ export declare const themeConfigSchema: {
|
|
|
6877
6745
|
readonly nonEmpty: {
|
|
6878
6746
|
readonly type: 'boolean';
|
|
6879
6747
|
};
|
|
6880
|
-
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
|
+
};
|
|
6881
6757
|
readonly gt: {
|
|
6882
6758
|
readonly type: 'number';
|
|
6883
6759
|
};
|
|
@@ -6890,7 +6766,15 @@ export declare const themeConfigSchema: {
|
|
|
6890
6766
|
readonly lte: {
|
|
6891
6767
|
readonly type: 'number';
|
|
6892
6768
|
};
|
|
6893
|
-
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
|
+
};
|
|
6894
6778
|
};
|
|
6895
6779
|
readonly additionalProperties: false;
|
|
6896
6780
|
};
|
|
@@ -6904,13 +6788,13 @@ export declare const themeConfigSchema: {
|
|
|
6904
6788
|
readonly properties: {
|
|
6905
6789
|
readonly type: {
|
|
6906
6790
|
readonly type: 'string';
|
|
6907
|
-
readonly enum: readonly [
|
|
6791
|
+
readonly enum: readonly ["Entity", "EntityMetadata", "EntityRelations", "EntityRelation"];
|
|
6908
6792
|
};
|
|
6909
6793
|
readonly property: {
|
|
6910
6794
|
readonly type: 'string';
|
|
6911
6795
|
};
|
|
6912
6796
|
};
|
|
6913
|
-
readonly required: readonly [
|
|
6797
|
+
readonly required: readonly ["type", "property"];
|
|
6914
6798
|
readonly additionalProperties: false;
|
|
6915
6799
|
};
|
|
6916
6800
|
readonly assertions: {
|
|
@@ -6922,7 +6806,15 @@ export declare const themeConfigSchema: {
|
|
|
6922
6806
|
readonly nonEmpty: {
|
|
6923
6807
|
readonly type: 'boolean';
|
|
6924
6808
|
};
|
|
6925
|
-
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
|
+
};
|
|
6926
6818
|
readonly gt: {
|
|
6927
6819
|
readonly type: 'number';
|
|
6928
6820
|
};
|
|
@@ -6935,27 +6827,34 @@ export declare const themeConfigSchema: {
|
|
|
6935
6827
|
readonly lte: {
|
|
6936
6828
|
readonly type: 'number';
|
|
6937
6829
|
};
|
|
6938
|
-
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
|
+
};
|
|
6939
6839
|
};
|
|
6940
6840
|
readonly additionalProperties: false;
|
|
6941
6841
|
};
|
|
6942
6842
|
};
|
|
6943
|
-
readonly required: readonly [
|
|
6843
|
+
readonly required: readonly ["subject", "assertions"];
|
|
6944
6844
|
readonly additionalProperties: false;
|
|
6945
6845
|
};
|
|
6946
6846
|
};
|
|
6947
6847
|
readonly weight: {
|
|
6948
6848
|
readonly type: 'number';
|
|
6949
|
-
readonly default: 1;
|
|
6950
6849
|
};
|
|
6951
6850
|
};
|
|
6952
|
-
readonly required: readonly [
|
|
6851
|
+
readonly required: readonly ["subject", "assertions"];
|
|
6953
6852
|
readonly additionalProperties: false;
|
|
6954
6853
|
}];
|
|
6955
6854
|
};
|
|
6956
6855
|
};
|
|
6957
6856
|
};
|
|
6958
|
-
readonly required: readonly [
|
|
6857
|
+
readonly required: readonly ["name"];
|
|
6959
6858
|
readonly additionalProperties: false;
|
|
6960
6859
|
};
|
|
6961
6860
|
readonly minItems: 1;
|
|
@@ -6966,10 +6865,10 @@ export declare const themeConfigSchema: {
|
|
|
6966
6865
|
readonly properties: {
|
|
6967
6866
|
readonly event: {
|
|
6968
6867
|
readonly type: 'string';
|
|
6969
|
-
readonly enum: readonly [
|
|
6868
|
+
readonly enum: readonly ["runtime", "manual"];
|
|
6970
6869
|
};
|
|
6971
6870
|
};
|
|
6972
|
-
readonly required: readonly [
|
|
6871
|
+
readonly required: readonly ["event"];
|
|
6973
6872
|
readonly additionalProperties: false;
|
|
6974
6873
|
}, {
|
|
6975
6874
|
readonly type: 'array';
|
|
@@ -6978,16 +6877,16 @@ export declare const themeConfigSchema: {
|
|
|
6978
6877
|
readonly properties: {
|
|
6979
6878
|
readonly event: {
|
|
6980
6879
|
readonly type: 'string';
|
|
6981
|
-
readonly enum: readonly [
|
|
6880
|
+
readonly enum: readonly ["runtime", "manual"];
|
|
6982
6881
|
};
|
|
6983
6882
|
};
|
|
6984
|
-
readonly required: readonly [
|
|
6883
|
+
readonly required: readonly ["event"];
|
|
6985
6884
|
readonly additionalProperties: false;
|
|
6986
6885
|
};
|
|
6987
6886
|
}];
|
|
6988
6887
|
};
|
|
6989
6888
|
};
|
|
6990
|
-
readonly required: readonly [
|
|
6889
|
+
readonly required: readonly ["name", "key", "entities", "levels"];
|
|
6991
6890
|
readonly additionalProperties: false;
|
|
6992
6891
|
};
|
|
6993
6892
|
};
|