@mintlify/prebuild 1.0.322 → 1.0.324

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.
@@ -27,7 +27,39 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
27
27
  light?: string | undefined;
28
28
  dark?: string | undefined;
29
29
  };
30
- navigation: ({
30
+ navigation: (({
31
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
32
+ } | {
33
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
34
+ } | {
35
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
36
+ } | {
37
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
38
+ } | {
39
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
40
+ } | {
41
+ groups: ({
42
+ group: string;
43
+ icon?: string | {
44
+ name: string;
45
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
46
+ } | undefined;
47
+ hidden?: boolean | undefined;
48
+ root?: string | undefined;
49
+ } & ({
50
+ openapi: (string | string[] | {
51
+ source: string;
52
+ directory?: string | undefined;
53
+ }) & (string | string[] | {
54
+ source: string;
55
+ directory?: string | undefined;
56
+ } | undefined);
57
+ } | {
58
+ pages: any[];
59
+ }))[];
60
+ } | {
61
+ pages: any[];
62
+ }) & {
31
63
  global?: {
32
64
  languages?: ({
33
65
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -76,16 +108,16 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
76
108
  href: string;
77
109
  })[] | undefined;
78
110
  } | undefined;
79
- } & ({
80
- languages: any[];
111
+ }) & ((({
112
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
81
113
  } | {
82
- versions: any[];
114
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
83
115
  } | {
84
- tabs: any[];
116
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
85
117
  } | {
86
- dropdowns: any[];
118
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
87
119
  } | {
88
- anchors: any[];
120
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
89
121
  } | {
90
122
  groups: ({
91
123
  group: string;
@@ -94,34 +126,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
94
126
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
95
127
  } | undefined;
96
128
  hidden?: boolean | undefined;
97
- root?: string | {
98
- href: string;
99
- title: string;
100
- sidebarTitle?: string | undefined;
101
- description?: string | undefined;
102
- api?: string | undefined;
103
- openapi?: string | undefined;
104
- contentType?: string | undefined;
105
- authMethod?: string | undefined;
106
- auth?: string | undefined;
107
- version?: string | undefined;
108
- mode?: string | undefined;
109
- hideFooterPagination?: boolean | undefined;
110
- authors?: unknown;
111
- lastUpdatedDate?: string | undefined;
112
- createdDate?: string | undefined;
113
- "openapi-schema"?: string | undefined;
114
- icon?: string | {
115
- name: string;
116
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
117
- } | undefined;
118
- tag?: string | undefined;
119
- url?: string | undefined;
120
- hideApiMarker?: boolean | undefined;
121
- noindex?: boolean | undefined;
122
- isPublic?: boolean | undefined;
123
- public?: boolean | undefined;
124
- } | undefined;
129
+ root?: string | undefined;
125
130
  } & ({
126
131
  openapi: (string | string[] | {
127
132
  source: string;
@@ -135,7 +140,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
135
140
  }))[];
136
141
  } | {
137
142
  pages: any[];
138
- })) & (({
143
+ }) & {
139
144
  global?: {
140
145
  languages?: ({
141
146
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -184,66 +189,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
184
189
  href: string;
185
190
  })[] | undefined;
186
191
  } | undefined;
187
- } & ({
188
- languages: any[];
189
- } | {
190
- versions: any[];
191
- } | {
192
- tabs: any[];
193
- } | {
194
- dropdowns: any[];
195
- } | {
196
- anchors: any[];
197
- } | {
198
- groups: ({
199
- group: string;
200
- icon?: string | {
201
- name: string;
202
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
203
- } | undefined;
204
- hidden?: boolean | undefined;
205
- root?: string | {
206
- href: string;
207
- title: string;
208
- sidebarTitle?: string | undefined;
209
- description?: string | undefined;
210
- api?: string | undefined;
211
- openapi?: string | undefined;
212
- contentType?: string | undefined;
213
- authMethod?: string | undefined;
214
- auth?: string | undefined;
215
- version?: string | undefined;
216
- mode?: string | undefined;
217
- hideFooterPagination?: boolean | undefined;
218
- authors?: unknown;
219
- lastUpdatedDate?: string | undefined;
220
- createdDate?: string | undefined;
221
- "openapi-schema"?: string | undefined;
222
- icon?: string | {
223
- name: string;
224
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
225
- } | undefined;
226
- tag?: string | undefined;
227
- url?: string | undefined;
228
- hideApiMarker?: boolean | undefined;
229
- noindex?: boolean | undefined;
230
- isPublic?: boolean | undefined;
231
- public?: boolean | undefined;
232
- } | undefined;
233
- } & ({
234
- openapi: (string | string[] | {
235
- source: string;
236
- directory?: string | undefined;
237
- }) & (string | string[] | {
238
- source: string;
239
- directory?: string | undefined;
240
- } | undefined);
241
- } | {
242
- pages: any[];
243
- }))[];
244
- } | {
245
- pages: any[];
246
- })) | undefined);
192
+ }) | undefined);
247
193
  description?: string | undefined;
248
194
  logo?: string | {
249
195
  light: string;
@@ -414,7 +360,39 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
414
360
  light?: string | undefined;
415
361
  dark?: string | undefined;
416
362
  };
417
- navigation: ({
363
+ navigation: (({
364
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
365
+ } | {
366
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
367
+ } | {
368
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
369
+ } | {
370
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
371
+ } | {
372
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
373
+ } | {
374
+ groups: ({
375
+ group: string;
376
+ icon?: string | {
377
+ name: string;
378
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
379
+ } | undefined;
380
+ hidden?: boolean | undefined;
381
+ root?: string | undefined;
382
+ } & ({
383
+ openapi: (string | string[] | {
384
+ source: string;
385
+ directory?: string | undefined;
386
+ }) & (string | string[] | {
387
+ source: string;
388
+ directory?: string | undefined;
389
+ } | undefined);
390
+ } | {
391
+ pages: any[];
392
+ }))[];
393
+ } | {
394
+ pages: any[];
395
+ }) & {
418
396
  global?: {
419
397
  languages?: ({
420
398
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -463,16 +441,16 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
463
441
  href: string;
464
442
  })[] | undefined;
465
443
  } | undefined;
466
- } & ({
467
- languages: any[];
444
+ }) & ((({
445
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
468
446
  } | {
469
- versions: any[];
447
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
470
448
  } | {
471
- tabs: any[];
449
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
472
450
  } | {
473
- dropdowns: any[];
451
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
474
452
  } | {
475
- anchors: any[];
453
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
476
454
  } | {
477
455
  groups: ({
478
456
  group: string;
@@ -481,34 +459,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
481
459
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
482
460
  } | undefined;
483
461
  hidden?: boolean | undefined;
484
- root?: string | {
485
- href: string;
486
- title: string;
487
- sidebarTitle?: string | undefined;
488
- description?: string | undefined;
489
- api?: string | undefined;
490
- openapi?: string | undefined;
491
- contentType?: string | undefined;
492
- authMethod?: string | undefined;
493
- auth?: string | undefined;
494
- version?: string | undefined;
495
- mode?: string | undefined;
496
- hideFooterPagination?: boolean | undefined;
497
- authors?: unknown;
498
- lastUpdatedDate?: string | undefined;
499
- createdDate?: string | undefined;
500
- "openapi-schema"?: string | undefined;
501
- icon?: string | {
502
- name: string;
503
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
504
- } | undefined;
505
- tag?: string | undefined;
506
- url?: string | undefined;
507
- hideApiMarker?: boolean | undefined;
508
- noindex?: boolean | undefined;
509
- isPublic?: boolean | undefined;
510
- public?: boolean | undefined;
511
- } | undefined;
462
+ root?: string | undefined;
512
463
  } & ({
513
464
  openapi: (string | string[] | {
514
465
  source: string;
@@ -522,7 +473,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
522
473
  }))[];
523
474
  } | {
524
475
  pages: any[];
525
- })) & (({
476
+ }) & {
526
477
  global?: {
527
478
  languages?: ({
528
479
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -571,66 +522,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
571
522
  href: string;
572
523
  })[] | undefined;
573
524
  } | undefined;
574
- } & ({
575
- languages: any[];
576
- } | {
577
- versions: any[];
578
- } | {
579
- tabs: any[];
580
- } | {
581
- dropdowns: any[];
582
- } | {
583
- anchors: any[];
584
- } | {
585
- groups: ({
586
- group: string;
587
- icon?: string | {
588
- name: string;
589
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
590
- } | undefined;
591
- hidden?: boolean | undefined;
592
- root?: string | {
593
- href: string;
594
- title: string;
595
- sidebarTitle?: string | undefined;
596
- description?: string | undefined;
597
- api?: string | undefined;
598
- openapi?: string | undefined;
599
- contentType?: string | undefined;
600
- authMethod?: string | undefined;
601
- auth?: string | undefined;
602
- version?: string | undefined;
603
- mode?: string | undefined;
604
- hideFooterPagination?: boolean | undefined;
605
- authors?: unknown;
606
- lastUpdatedDate?: string | undefined;
607
- createdDate?: string | undefined;
608
- "openapi-schema"?: string | undefined;
609
- icon?: string | {
610
- name: string;
611
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
612
- } | undefined;
613
- tag?: string | undefined;
614
- url?: string | undefined;
615
- hideApiMarker?: boolean | undefined;
616
- noindex?: boolean | undefined;
617
- isPublic?: boolean | undefined;
618
- public?: boolean | undefined;
619
- } | undefined;
620
- } & ({
621
- openapi: (string | string[] | {
622
- source: string;
623
- directory?: string | undefined;
624
- }) & (string | string[] | {
625
- source: string;
626
- directory?: string | undefined;
627
- } | undefined);
628
- } | {
629
- pages: any[];
630
- }))[];
631
- } | {
632
- pages: any[];
633
- })) | undefined);
525
+ }) | undefined);
634
526
  description?: string | undefined;
635
527
  logo?: string | {
636
528
  light: string;
@@ -801,7 +693,39 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
801
693
  light?: string | undefined;
802
694
  dark?: string | undefined;
803
695
  };
804
- navigation: ({
696
+ navigation: (({
697
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
698
+ } | {
699
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
700
+ } | {
701
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
702
+ } | {
703
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
704
+ } | {
705
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
706
+ } | {
707
+ groups: ({
708
+ group: string;
709
+ icon?: string | {
710
+ name: string;
711
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
712
+ } | undefined;
713
+ hidden?: boolean | undefined;
714
+ root?: string | undefined;
715
+ } & ({
716
+ openapi: (string | string[] | {
717
+ source: string;
718
+ directory?: string | undefined;
719
+ }) & (string | string[] | {
720
+ source: string;
721
+ directory?: string | undefined;
722
+ } | undefined);
723
+ } | {
724
+ pages: any[];
725
+ }))[];
726
+ } | {
727
+ pages: any[];
728
+ }) & {
805
729
  global?: {
806
730
  languages?: ({
807
731
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -850,16 +774,16 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
850
774
  href: string;
851
775
  })[] | undefined;
852
776
  } | undefined;
853
- } & ({
854
- languages: any[];
777
+ }) & ((({
778
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
855
779
  } | {
856
- versions: any[];
780
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
857
781
  } | {
858
- tabs: any[];
782
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
859
783
  } | {
860
- dropdowns: any[];
784
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
861
785
  } | {
862
- anchors: any[];
786
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
863
787
  } | {
864
788
  groups: ({
865
789
  group: string;
@@ -868,34 +792,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
868
792
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
869
793
  } | undefined;
870
794
  hidden?: boolean | undefined;
871
- root?: string | {
872
- href: string;
873
- title: string;
874
- sidebarTitle?: string | undefined;
875
- description?: string | undefined;
876
- api?: string | undefined;
877
- openapi?: string | undefined;
878
- contentType?: string | undefined;
879
- authMethod?: string | undefined;
880
- auth?: string | undefined;
881
- version?: string | undefined;
882
- mode?: string | undefined;
883
- hideFooterPagination?: boolean | undefined;
884
- authors?: unknown;
885
- lastUpdatedDate?: string | undefined;
886
- createdDate?: string | undefined;
887
- "openapi-schema"?: string | undefined;
888
- icon?: string | {
889
- name: string;
890
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
891
- } | undefined;
892
- tag?: string | undefined;
893
- url?: string | undefined;
894
- hideApiMarker?: boolean | undefined;
895
- noindex?: boolean | undefined;
896
- isPublic?: boolean | undefined;
897
- public?: boolean | undefined;
898
- } | undefined;
795
+ root?: string | undefined;
899
796
  } & ({
900
797
  openapi: (string | string[] | {
901
798
  source: string;
@@ -909,7 +806,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
909
806
  }))[];
910
807
  } | {
911
808
  pages: any[];
912
- })) & (({
809
+ }) & {
913
810
  global?: {
914
811
  languages?: ({
915
812
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -958,66 +855,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
958
855
  href: string;
959
856
  })[] | undefined;
960
857
  } | undefined;
961
- } & ({
962
- languages: any[];
963
- } | {
964
- versions: any[];
965
- } | {
966
- tabs: any[];
967
- } | {
968
- dropdowns: any[];
969
- } | {
970
- anchors: any[];
971
- } | {
972
- groups: ({
973
- group: string;
974
- icon?: string | {
975
- name: string;
976
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
977
- } | undefined;
978
- hidden?: boolean | undefined;
979
- root?: string | {
980
- href: string;
981
- title: string;
982
- sidebarTitle?: string | undefined;
983
- description?: string | undefined;
984
- api?: string | undefined;
985
- openapi?: string | undefined;
986
- contentType?: string | undefined;
987
- authMethod?: string | undefined;
988
- auth?: string | undefined;
989
- version?: string | undefined;
990
- mode?: string | undefined;
991
- hideFooterPagination?: boolean | undefined;
992
- authors?: unknown;
993
- lastUpdatedDate?: string | undefined;
994
- createdDate?: string | undefined;
995
- "openapi-schema"?: string | undefined;
996
- icon?: string | {
997
- name: string;
998
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
999
- } | undefined;
1000
- tag?: string | undefined;
1001
- url?: string | undefined;
1002
- hideApiMarker?: boolean | undefined;
1003
- noindex?: boolean | undefined;
1004
- isPublic?: boolean | undefined;
1005
- public?: boolean | undefined;
1006
- } | undefined;
1007
- } & ({
1008
- openapi: (string | string[] | {
1009
- source: string;
1010
- directory?: string | undefined;
1011
- }) & (string | string[] | {
1012
- source: string;
1013
- directory?: string | undefined;
1014
- } | undefined);
1015
- } | {
1016
- pages: any[];
1017
- }))[];
1018
- } | {
1019
- pages: any[];
1020
- })) | undefined);
858
+ }) | undefined);
1021
859
  description?: string | undefined;
1022
860
  logo?: string | {
1023
861
  light: string;
@@ -1188,7 +1026,39 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1188
1026
  light?: string | undefined;
1189
1027
  dark?: string | undefined;
1190
1028
  };
1191
- navigation: ({
1029
+ navigation: (({
1030
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1031
+ } | {
1032
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1033
+ } | {
1034
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1035
+ } | {
1036
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1037
+ } | {
1038
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1039
+ } | {
1040
+ groups: ({
1041
+ group: string;
1042
+ icon?: string | {
1043
+ name: string;
1044
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1045
+ } | undefined;
1046
+ hidden?: boolean | undefined;
1047
+ root?: string | undefined;
1048
+ } & ({
1049
+ openapi: (string | string[] | {
1050
+ source: string;
1051
+ directory?: string | undefined;
1052
+ }) & (string | string[] | {
1053
+ source: string;
1054
+ directory?: string | undefined;
1055
+ } | undefined);
1056
+ } | {
1057
+ pages: any[];
1058
+ }))[];
1059
+ } | {
1060
+ pages: any[];
1061
+ }) & {
1192
1062
  global?: {
1193
1063
  languages?: ({
1194
1064
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -1237,16 +1107,16 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1237
1107
  href: string;
1238
1108
  })[] | undefined;
1239
1109
  } | undefined;
1240
- } & ({
1241
- languages: any[];
1110
+ }) & ((({
1111
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1242
1112
  } | {
1243
- versions: any[];
1113
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1244
1114
  } | {
1245
- tabs: any[];
1115
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1246
1116
  } | {
1247
- dropdowns: any[];
1117
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1248
1118
  } | {
1249
- anchors: any[];
1119
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1250
1120
  } | {
1251
1121
  groups: ({
1252
1122
  group: string;
@@ -1255,34 +1125,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1255
1125
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1256
1126
  } | undefined;
1257
1127
  hidden?: boolean | undefined;
1258
- root?: string | {
1259
- href: string;
1260
- title: string;
1261
- sidebarTitle?: string | undefined;
1262
- description?: string | undefined;
1263
- api?: string | undefined;
1264
- openapi?: string | undefined;
1265
- contentType?: string | undefined;
1266
- authMethod?: string | undefined;
1267
- auth?: string | undefined;
1268
- version?: string | undefined;
1269
- mode?: string | undefined;
1270
- hideFooterPagination?: boolean | undefined;
1271
- authors?: unknown;
1272
- lastUpdatedDate?: string | undefined;
1273
- createdDate?: string | undefined;
1274
- "openapi-schema"?: string | undefined;
1275
- icon?: string | {
1276
- name: string;
1277
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1278
- } | undefined;
1279
- tag?: string | undefined;
1280
- url?: string | undefined;
1281
- hideApiMarker?: boolean | undefined;
1282
- noindex?: boolean | undefined;
1283
- isPublic?: boolean | undefined;
1284
- public?: boolean | undefined;
1285
- } | undefined;
1128
+ root?: string | undefined;
1286
1129
  } & ({
1287
1130
  openapi: (string | string[] | {
1288
1131
  source: string;
@@ -1296,7 +1139,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1296
1139
  }))[];
1297
1140
  } | {
1298
1141
  pages: any[];
1299
- })) & (({
1142
+ }) & {
1300
1143
  global?: {
1301
1144
  languages?: ({
1302
1145
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -1345,66 +1188,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1345
1188
  href: string;
1346
1189
  })[] | undefined;
1347
1190
  } | undefined;
1348
- } & ({
1349
- languages: any[];
1350
- } | {
1351
- versions: any[];
1352
- } | {
1353
- tabs: any[];
1354
- } | {
1355
- dropdowns: any[];
1356
- } | {
1357
- anchors: any[];
1358
- } | {
1359
- groups: ({
1360
- group: string;
1361
- icon?: string | {
1362
- name: string;
1363
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1364
- } | undefined;
1365
- hidden?: boolean | undefined;
1366
- root?: string | {
1367
- href: string;
1368
- title: string;
1369
- sidebarTitle?: string | undefined;
1370
- description?: string | undefined;
1371
- api?: string | undefined;
1372
- openapi?: string | undefined;
1373
- contentType?: string | undefined;
1374
- authMethod?: string | undefined;
1375
- auth?: string | undefined;
1376
- version?: string | undefined;
1377
- mode?: string | undefined;
1378
- hideFooterPagination?: boolean | undefined;
1379
- authors?: unknown;
1380
- lastUpdatedDate?: string | undefined;
1381
- createdDate?: string | undefined;
1382
- "openapi-schema"?: string | undefined;
1383
- icon?: string | {
1384
- name: string;
1385
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1386
- } | undefined;
1387
- tag?: string | undefined;
1388
- url?: string | undefined;
1389
- hideApiMarker?: boolean | undefined;
1390
- noindex?: boolean | undefined;
1391
- isPublic?: boolean | undefined;
1392
- public?: boolean | undefined;
1393
- } | undefined;
1394
- } & ({
1395
- openapi: (string | string[] | {
1396
- source: string;
1397
- directory?: string | undefined;
1398
- }) & (string | string[] | {
1399
- source: string;
1400
- directory?: string | undefined;
1401
- } | undefined);
1402
- } | {
1403
- pages: any[];
1404
- }))[];
1405
- } | {
1406
- pages: any[];
1407
- })) | undefined);
1191
+ }) | undefined);
1408
1192
  description?: string | undefined;
1409
1193
  logo?: string | {
1410
1194
  light: string;
@@ -1575,7 +1359,39 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1575
1359
  light?: string | undefined;
1576
1360
  dark?: string | undefined;
1577
1361
  };
1578
- navigation: ({
1362
+ navigation: (({
1363
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1364
+ } | {
1365
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1366
+ } | {
1367
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1368
+ } | {
1369
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1370
+ } | {
1371
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1372
+ } | {
1373
+ groups: ({
1374
+ group: string;
1375
+ icon?: string | {
1376
+ name: string;
1377
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1378
+ } | undefined;
1379
+ hidden?: boolean | undefined;
1380
+ root?: string | undefined;
1381
+ } & ({
1382
+ openapi: (string | string[] | {
1383
+ source: string;
1384
+ directory?: string | undefined;
1385
+ }) & (string | string[] | {
1386
+ source: string;
1387
+ directory?: string | undefined;
1388
+ } | undefined);
1389
+ } | {
1390
+ pages: any[];
1391
+ }))[];
1392
+ } | {
1393
+ pages: any[];
1394
+ }) & {
1579
1395
  global?: {
1580
1396
  languages?: ({
1581
1397
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -1624,16 +1440,16 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1624
1440
  href: string;
1625
1441
  })[] | undefined;
1626
1442
  } | undefined;
1627
- } & ({
1628
- languages: any[];
1443
+ }) & ((({
1444
+ languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1629
1445
  } | {
1630
- versions: any[];
1446
+ versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1631
1447
  } | {
1632
- tabs: any[];
1448
+ tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
1633
1449
  } | {
1634
- dropdowns: any[];
1450
+ dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1635
1451
  } | {
1636
- anchors: any[];
1452
+ anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1637
1453
  } | {
1638
1454
  groups: ({
1639
1455
  group: string;
@@ -1642,34 +1458,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1642
1458
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1643
1459
  } | undefined;
1644
1460
  hidden?: boolean | undefined;
1645
- root?: string | {
1646
- href: string;
1647
- title: string;
1648
- sidebarTitle?: string | undefined;
1649
- description?: string | undefined;
1650
- api?: string | undefined;
1651
- openapi?: string | undefined;
1652
- contentType?: string | undefined;
1653
- authMethod?: string | undefined;
1654
- auth?: string | undefined;
1655
- version?: string | undefined;
1656
- mode?: string | undefined;
1657
- hideFooterPagination?: boolean | undefined;
1658
- authors?: unknown;
1659
- lastUpdatedDate?: string | undefined;
1660
- createdDate?: string | undefined;
1661
- "openapi-schema"?: string | undefined;
1662
- icon?: string | {
1663
- name: string;
1664
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1665
- } | undefined;
1666
- tag?: string | undefined;
1667
- url?: string | undefined;
1668
- hideApiMarker?: boolean | undefined;
1669
- noindex?: boolean | undefined;
1670
- isPublic?: boolean | undefined;
1671
- public?: boolean | undefined;
1672
- } | undefined;
1461
+ root?: string | undefined;
1673
1462
  } & ({
1674
1463
  openapi: (string | string[] | {
1675
1464
  source: string;
@@ -1683,7 +1472,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1683
1472
  }))[];
1684
1473
  } | {
1685
1474
  pages: any[];
1686
- })) & (({
1475
+ }) & {
1687
1476
  global?: {
1688
1477
  languages?: ({
1689
1478
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -1732,66 +1521,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1732
1521
  href: string;
1733
1522
  })[] | undefined;
1734
1523
  } | undefined;
1735
- } & ({
1736
- languages: any[];
1737
- } | {
1738
- versions: any[];
1739
- } | {
1740
- tabs: any[];
1741
- } | {
1742
- dropdowns: any[];
1743
- } | {
1744
- anchors: any[];
1745
- } | {
1746
- groups: ({
1747
- group: string;
1748
- icon?: string | {
1749
- name: string;
1750
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1751
- } | undefined;
1752
- hidden?: boolean | undefined;
1753
- root?: string | {
1754
- href: string;
1755
- title: string;
1756
- sidebarTitle?: string | undefined;
1757
- description?: string | undefined;
1758
- api?: string | undefined;
1759
- openapi?: string | undefined;
1760
- contentType?: string | undefined;
1761
- authMethod?: string | undefined;
1762
- auth?: string | undefined;
1763
- version?: string | undefined;
1764
- mode?: string | undefined;
1765
- hideFooterPagination?: boolean | undefined;
1766
- authors?: unknown;
1767
- lastUpdatedDate?: string | undefined;
1768
- createdDate?: string | undefined;
1769
- "openapi-schema"?: string | undefined;
1770
- icon?: string | {
1771
- name: string;
1772
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1773
- } | undefined;
1774
- tag?: string | undefined;
1775
- url?: string | undefined;
1776
- hideApiMarker?: boolean | undefined;
1777
- noindex?: boolean | undefined;
1778
- isPublic?: boolean | undefined;
1779
- public?: boolean | undefined;
1780
- } | undefined;
1781
- } & ({
1782
- openapi: (string | string[] | {
1783
- source: string;
1784
- directory?: string | undefined;
1785
- }) & (string | string[] | {
1786
- source: string;
1787
- directory?: string | undefined;
1788
- } | undefined);
1789
- } | {
1790
- pages: any[];
1791
- }))[];
1792
- } | {
1793
- pages: any[];
1794
- })) | undefined);
1524
+ }) | undefined);
1795
1525
  description?: string | undefined;
1796
1526
  logo?: string | {
1797
1527
  light: string;