@mintlify/validation 0.1.253 → 0.1.255

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/mint-config/schemas/v2/index.d.ts +4163 -7618
  2. package/dist/mint-config/schemas/v2/properties/index.d.ts +1 -0
  3. package/dist/mint-config/schemas/v2/properties/index.js +1 -0
  4. package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +12 -455
  5. package/dist/mint-config/schemas/v2/properties/navigation/anchors.js +28 -11
  6. package/dist/mint-config/schemas/v2/properties/navigation/divisionNav.d.ts +56 -0
  7. package/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js +5 -0
  8. package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +13 -330
  9. package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +28 -11
  10. package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +22 -626
  11. package/dist/mint-config/schemas/v2/properties/navigation/groups.js +15 -13
  12. package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +258 -1481
  13. package/dist/mint-config/schemas/v2/properties/navigation/index.js +23 -13
  14. package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +11 -202
  15. package/dist/mint-config/schemas/v2/properties/navigation/languages.js +33 -11
  16. package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +2 -3
  17. package/dist/mint-config/schemas/v2/properties/navigation/pages.js +2 -2
  18. package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +11 -328
  19. package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +28 -11
  20. package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +12 -203
  21. package/dist/mint-config/schemas/v2/properties/navigation/version.js +28 -11
  22. package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +3 -0
  23. package/dist/mint-config/schemas/v2/properties/reusable/page.js +1 -0
  24. package/dist/mint-config/schemas/v2/themes/linden.d.ts +253 -944
  25. package/dist/mint-config/schemas/v2/themes/maple.d.ts +253 -944
  26. package/dist/mint-config/schemas/v2/themes/mint.d.ts +253 -944
  27. package/dist/mint-config/schemas/v2/themes/palm.d.ts +253 -944
  28. package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +143 -730
  29. package/dist/mint-config/schemas/v2/themes/willow.d.ts +253 -944
  30. package/dist/mint-config/upgrades/updateNavigationToDocsConfig.js +14 -8
  31. package/dist/mint-config/validateConfig.d.ts +420 -940
  32. package/dist/tsconfig.build.tsbuildinfo +1 -1
  33. package/package.json +3 -3
  34. package/dist/mint-config/schemas/v2/properties/navigation/divisionSchemas.d.ts +0 -7
  35. package/dist/mint-config/schemas/v2/properties/navigation/divisionSchemas.js +0 -26
@@ -223,7 +223,148 @@ export declare const lindenConfigSchema: z.ZodObject<{
223
223
  href: string;
224
224
  } | undefined;
225
225
  }>>;
226
- navigation: z.ZodIntersection<z.ZodObject<{
226
+ navigation: z.ZodIntersection<z.ZodUnion<[z.ZodObject<{
227
+ languages: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
228
+ }, "strip", z.ZodTypeAny, {
229
+ languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
230
+ }, {
231
+ languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
232
+ }>, z.ZodObject<{
233
+ versions: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
234
+ }, "strip", z.ZodTypeAny, {
235
+ versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
236
+ }, {
237
+ versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
238
+ }>, z.ZodObject<{
239
+ tabs: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
240
+ }, "strip", z.ZodTypeAny, {
241
+ tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
242
+ }, {
243
+ tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
244
+ }>, z.ZodObject<{
245
+ dropdowns: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
246
+ }, "strip", z.ZodTypeAny, {
247
+ dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
248
+ }, {
249
+ dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
250
+ }>, z.ZodObject<{
251
+ anchors: z.ZodArray<z.ZodType<import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
252
+ }, "strip", z.ZodTypeAny, {
253
+ anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
254
+ }, {
255
+ anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
256
+ }>, z.ZodObject<{
257
+ groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
258
+ group: z.ZodString;
259
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
260
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
261
+ name: z.ZodEffects<z.ZodString, string, string>;
262
+ }, "strip", z.ZodTypeAny, {
263
+ name: string;
264
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
265
+ }, {
266
+ name: string;
267
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
268
+ }>]>>;
269
+ hidden: z.ZodOptional<z.ZodBoolean>;
270
+ root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
271
+ }, "strip", z.ZodTypeAny, {
272
+ group: string;
273
+ icon?: string | {
274
+ name: string;
275
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
276
+ } | undefined;
277
+ hidden?: boolean | undefined;
278
+ root?: string | undefined;
279
+ }, {
280
+ group: string;
281
+ icon?: string | {
282
+ name: string;
283
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
284
+ } | undefined;
285
+ hidden?: boolean | undefined;
286
+ root?: string | undefined;
287
+ }>, z.ZodUnion<[z.ZodObject<{
288
+ openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
289
+ source: z.ZodEffects<z.ZodString, string, string>;
290
+ directory: z.ZodOptional<z.ZodString>;
291
+ }, "strict", z.ZodTypeAny, {
292
+ source: string;
293
+ directory?: string | undefined;
294
+ }, {
295
+ source: string;
296
+ directory?: string | undefined;
297
+ }>]>;
298
+ }, "strip", z.ZodTypeAny, {
299
+ openapi: (string | string[] | {
300
+ source: string;
301
+ directory?: string | undefined;
302
+ }) & (string | string[] | {
303
+ source: string;
304
+ directory?: string | undefined;
305
+ } | undefined);
306
+ }, {
307
+ openapi: (string | string[] | {
308
+ source: string;
309
+ directory?: string | undefined;
310
+ }) & (string | string[] | {
311
+ source: string;
312
+ directory?: string | undefined;
313
+ } | undefined);
314
+ }>, z.ZodLazy<z.ZodObject<{
315
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
316
+ }, "strip", z.ZodTypeAny, {
317
+ pages: any[];
318
+ }, {
319
+ pages: any[];
320
+ }>>]>>, "many">;
321
+ }, "strip", z.ZodTypeAny, {
322
+ groups: ({
323
+ group: string;
324
+ icon?: string | {
325
+ name: string;
326
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
327
+ } | undefined;
328
+ hidden?: boolean | undefined;
329
+ root?: string | undefined;
330
+ } & ({
331
+ openapi: (string | string[] | {
332
+ source: string;
333
+ directory?: string | undefined;
334
+ }) & (string | string[] | {
335
+ source: string;
336
+ directory?: string | undefined;
337
+ } | undefined);
338
+ } | {
339
+ pages: any[];
340
+ }))[];
341
+ }, {
342
+ groups: ({
343
+ group: string;
344
+ icon?: string | {
345
+ name: string;
346
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
347
+ } | undefined;
348
+ hidden?: boolean | undefined;
349
+ root?: string | undefined;
350
+ } & ({
351
+ openapi: (string | string[] | {
352
+ source: string;
353
+ directory?: string | undefined;
354
+ }) & (string | string[] | {
355
+ source: string;
356
+ directory?: string | undefined;
357
+ } | undefined);
358
+ } | {
359
+ pages: any[];
360
+ }))[];
361
+ }>, z.ZodObject<{
362
+ pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
363
+ }, "strip", z.ZodTypeAny, {
364
+ pages: any[];
365
+ }, {
366
+ pages: any[];
367
+ }>]>, z.ZodObject<{
227
368
  global: z.ZodOptional<z.ZodObject<{
228
369
  languages: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
229
370
  language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
@@ -528,777 +669,49 @@ export declare const lindenConfigSchema: z.ZodObject<{
528
669
  hidden?: boolean | undefined;
529
670
  } & {
530
671
  href: string;
531
- })[] | undefined;
532
- versions?: ({
533
- version: string;
534
- hidden?: boolean | undefined;
535
- } & {
536
- href: string;
537
- })[] | undefined;
538
- tabs?: ({
539
- tab: string;
540
- icon?: string | {
541
- name: string;
542
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
543
- } | undefined;
544
- hidden?: boolean | undefined;
545
- } & {
546
- href: string;
547
- })[] | undefined;
548
- dropdowns?: ({
549
- dropdown: string;
550
- icon?: string | {
551
- name: string;
552
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
553
- } | undefined;
554
- hidden?: boolean | undefined;
555
- } & {
556
- href: string;
557
- })[] | undefined;
558
- anchors?: ({
559
- anchor: string;
560
- icon?: string | {
561
- name: string;
562
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
563
- } | undefined;
564
- color?: {
565
- light?: string | undefined;
566
- dark?: string | undefined;
567
- } | undefined;
568
- hidden?: boolean | undefined;
569
- } & {
570
- href: string;
571
- })[] | undefined;
572
- } | undefined;
573
- }>, z.ZodUnion<[z.ZodObject<{
574
- languages: z.ZodArray<z.ZodIntersection<z.ZodObject<{
575
- language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
576
- hidden: z.ZodOptional<z.ZodBoolean>;
577
- }, "strip", z.ZodTypeAny, {
578
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
579
- hidden?: boolean | undefined;
580
- }, {
581
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
582
- hidden?: boolean | undefined;
583
- }>, z.ZodUnion<[z.ZodObject<{
584
- href: z.ZodString;
585
- }, "strip", z.ZodTypeAny, {
586
- href: string;
587
- }, {
588
- href: string;
589
- }>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodType<any, z.ZodTypeDef, any>, ...z.ZodType<any, z.ZodTypeDef, any>[]]>> | z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
590
- language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
591
- hidden: z.ZodOptional<z.ZodBoolean>;
592
- }, "strip", z.ZodTypeAny, {
593
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
594
- hidden?: boolean | undefined;
595
- }, {
596
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
597
- hidden?: boolean | undefined;
598
- }>, z.ZodUnion<[z.ZodObject<{
599
- href: z.ZodString;
600
- }, "strip", z.ZodTypeAny, {
601
- href: string;
602
- }, {
603
- href: string;
604
- }>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodType<any, z.ZodTypeDef, any>, ...z.ZodType<any, z.ZodTypeDef, any>[]]>>, z.ZodObject<{
605
- openapi: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
606
- source: z.ZodEffects<z.ZodString, string, string>;
607
- directory: z.ZodOptional<z.ZodString>;
608
- }, "strict", z.ZodTypeAny, {
609
- source: string;
610
- directory?: string | undefined;
611
- }, {
612
- source: string;
613
- directory?: string | undefined;
614
- }>]>>;
615
- }, "strip", z.ZodTypeAny, {
616
- openapi?: string | string[] | {
617
- source: string;
618
- directory?: string | undefined;
619
- } | undefined;
620
- }, {
621
- openapi?: string | string[] | {
622
- source: string;
623
- directory?: string | undefined;
624
- } | undefined;
625
- }>>, "many">;
626
- }, "strip", z.ZodTypeAny, {
627
- languages: any[];
628
- }, {
629
- languages: any[];
630
- }>, z.ZodObject<{
631
- versions: z.ZodArray<z.ZodIntersection<z.ZodObject<{
632
- version: z.ZodString;
633
- hidden: z.ZodOptional<z.ZodBoolean>;
634
- }, "strip", z.ZodTypeAny, {
635
- version: string;
636
- hidden?: boolean | undefined;
637
- }, {
638
- version: string;
639
- hidden?: boolean | undefined;
640
- }>, z.ZodUnion<[z.ZodObject<{
641
- href: z.ZodString;
642
- }, "strip", z.ZodTypeAny, {
643
- href: string;
644
- }, {
645
- href: string;
646
- }>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodType<any, z.ZodTypeDef, any>, ...z.ZodType<any, z.ZodTypeDef, any>[]]>> | z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
647
- version: z.ZodString;
648
- hidden: z.ZodOptional<z.ZodBoolean>;
649
- }, "strip", z.ZodTypeAny, {
650
- version: string;
651
- hidden?: boolean | undefined;
652
- }, {
653
- version: string;
654
- hidden?: boolean | undefined;
655
- }>, z.ZodUnion<[z.ZodObject<{
656
- href: z.ZodString;
657
- }, "strip", z.ZodTypeAny, {
658
- href: string;
659
- }, {
660
- href: string;
661
- }>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodType<any, z.ZodTypeDef, any>, ...z.ZodType<any, z.ZodTypeDef, any>[]]>>, z.ZodObject<{
662
- openapi: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
663
- source: z.ZodEffects<z.ZodString, string, string>;
664
- directory: z.ZodOptional<z.ZodString>;
665
- }, "strict", z.ZodTypeAny, {
666
- source: string;
667
- directory?: string | undefined;
668
- }, {
669
- source: string;
670
- directory?: string | undefined;
671
- }>]>>;
672
- }, "strip", z.ZodTypeAny, {
673
- openapi?: string | string[] | {
674
- source: string;
675
- directory?: string | undefined;
676
- } | undefined;
677
- }, {
678
- openapi?: string | string[] | {
679
- source: string;
680
- directory?: string | undefined;
681
- } | undefined;
682
- }>>, "many">;
683
- }, "strip", z.ZodTypeAny, {
684
- versions: any[];
685
- }, {
686
- versions: any[];
687
- }>, z.ZodObject<{
688
- tabs: z.ZodArray<z.ZodIntersection<z.ZodObject<{
689
- tab: z.ZodString;
690
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
691
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
692
- name: z.ZodEffects<z.ZodString, string, string>;
693
- }, "strip", z.ZodTypeAny, {
694
- name: string;
695
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
696
- }, {
697
- name: string;
698
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
699
- }>]>>;
700
- hidden: z.ZodOptional<z.ZodBoolean>;
701
- }, "strip", z.ZodTypeAny, {
702
- tab: string;
703
- icon?: string | {
704
- name: string;
705
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
706
- } | undefined;
707
- hidden?: boolean | undefined;
708
- }, {
709
- tab: string;
710
- icon?: string | {
711
- name: string;
712
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
713
- } | undefined;
714
- hidden?: boolean | undefined;
715
- }>, z.ZodUnion<[z.ZodObject<{
716
- href: z.ZodString;
717
- }, "strip", z.ZodTypeAny, {
718
- href: string;
719
- }, {
720
- href: string;
721
- }>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodType<any, z.ZodTypeDef, any>, ...z.ZodType<any, z.ZodTypeDef, any>[]]>> | z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
722
- tab: z.ZodString;
723
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
724
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
725
- name: z.ZodEffects<z.ZodString, string, string>;
726
- }, "strip", z.ZodTypeAny, {
727
- name: string;
728
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
729
- }, {
730
- name: string;
731
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
732
- }>]>>;
733
- hidden: z.ZodOptional<z.ZodBoolean>;
734
- }, "strip", z.ZodTypeAny, {
735
- tab: string;
736
- icon?: string | {
737
- name: string;
738
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
739
- } | undefined;
740
- hidden?: boolean | undefined;
741
- }, {
742
- tab: string;
743
- icon?: string | {
744
- name: string;
745
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
746
- } | undefined;
747
- hidden?: boolean | undefined;
748
- }>, z.ZodUnion<[z.ZodObject<{
749
- href: z.ZodString;
750
- }, "strip", z.ZodTypeAny, {
751
- href: string;
752
- }, {
753
- href: string;
754
- }>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodType<any, z.ZodTypeDef, any>, ...z.ZodType<any, z.ZodTypeDef, any>[]]>>, z.ZodObject<{
755
- openapi: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
756
- source: z.ZodEffects<z.ZodString, string, string>;
757
- directory: z.ZodOptional<z.ZodString>;
758
- }, "strict", z.ZodTypeAny, {
759
- source: string;
760
- directory?: string | undefined;
761
- }, {
762
- source: string;
763
- directory?: string | undefined;
764
- }>]>>;
765
- }, "strip", z.ZodTypeAny, {
766
- openapi?: string | string[] | {
767
- source: string;
768
- directory?: string | undefined;
769
- } | undefined;
770
- }, {
771
- openapi?: string | string[] | {
772
- source: string;
773
- directory?: string | undefined;
774
- } | undefined;
775
- }>>, "many">;
776
- }, "strip", z.ZodTypeAny, {
777
- tabs: any[];
778
- }, {
779
- tabs: any[];
780
- }>, z.ZodObject<{
781
- dropdowns: z.ZodArray<z.ZodIntersection<z.ZodObject<{
782
- dropdown: z.ZodString;
783
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
784
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
785
- name: z.ZodEffects<z.ZodString, string, string>;
786
- }, "strip", z.ZodTypeAny, {
787
- name: string;
788
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
789
- }, {
790
- name: string;
791
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
792
- }>]>>;
793
- hidden: z.ZodOptional<z.ZodBoolean>;
794
- }, "strip", z.ZodTypeAny, {
795
- dropdown: string;
796
- icon?: string | {
797
- name: string;
798
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
799
- } | undefined;
800
- hidden?: boolean | undefined;
801
- }, {
802
- dropdown: string;
803
- icon?: string | {
804
- name: string;
805
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
806
- } | undefined;
807
- hidden?: boolean | undefined;
808
- }>, z.ZodUnion<[z.ZodObject<{
809
- href: z.ZodString;
810
- }, "strip", z.ZodTypeAny, {
811
- href: string;
812
- }, {
813
- href: string;
814
- }>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodType<any, z.ZodTypeDef, any>, ...z.ZodType<any, z.ZodTypeDef, any>[]]>> | z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
815
- dropdown: z.ZodString;
816
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
817
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
818
- name: z.ZodEffects<z.ZodString, string, string>;
819
- }, "strip", z.ZodTypeAny, {
820
- name: string;
821
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
822
- }, {
823
- name: string;
824
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
825
- }>]>>;
826
- hidden: z.ZodOptional<z.ZodBoolean>;
827
- }, "strip", z.ZodTypeAny, {
828
- dropdown: string;
829
- icon?: string | {
830
- name: string;
831
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
832
- } | undefined;
833
- hidden?: boolean | undefined;
834
- }, {
835
- dropdown: string;
836
- icon?: string | {
837
- name: string;
838
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
839
- } | undefined;
840
- hidden?: boolean | undefined;
841
- }>, z.ZodUnion<[z.ZodObject<{
842
- href: z.ZodString;
843
- }, "strip", z.ZodTypeAny, {
844
- href: string;
845
- }, {
846
- href: string;
847
- }>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodType<any, z.ZodTypeDef, any>, ...z.ZodType<any, z.ZodTypeDef, any>[]]>>, z.ZodObject<{
848
- openapi: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
849
- source: z.ZodEffects<z.ZodString, string, string>;
850
- directory: z.ZodOptional<z.ZodString>;
851
- }, "strict", z.ZodTypeAny, {
852
- source: string;
853
- directory?: string | undefined;
854
- }, {
855
- source: string;
856
- directory?: string | undefined;
857
- }>]>>;
858
- }, "strip", z.ZodTypeAny, {
859
- openapi?: string | string[] | {
860
- source: string;
861
- directory?: string | undefined;
862
- } | undefined;
863
- }, {
864
- openapi?: string | string[] | {
865
- source: string;
866
- directory?: string | undefined;
867
- } | undefined;
868
- }>>, "many">;
869
- }, "strip", z.ZodTypeAny, {
870
- dropdowns: any[];
871
- }, {
872
- dropdowns: any[];
873
- }>, z.ZodObject<{
874
- anchors: z.ZodArray<z.ZodIntersection<z.ZodObject<{
875
- anchor: z.ZodString;
876
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
877
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
878
- name: z.ZodEffects<z.ZodString, string, string>;
879
- }, "strip", z.ZodTypeAny, {
880
- name: string;
881
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
882
- }, {
883
- name: string;
884
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
885
- }>]>>;
886
- color: z.ZodOptional<z.ZodObject<{
887
- light: z.ZodOptional<z.ZodString>;
888
- dark: z.ZodOptional<z.ZodString>;
889
- }, "strict", z.ZodTypeAny, {
890
- light?: string | undefined;
891
- dark?: string | undefined;
892
- }, {
893
- light?: string | undefined;
894
- dark?: string | undefined;
895
- }>>;
896
- hidden: z.ZodOptional<z.ZodBoolean>;
897
- }, "strip", z.ZodTypeAny, {
898
- anchor: string;
899
- icon?: string | {
900
- name: string;
901
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
902
- } | undefined;
903
- color?: {
904
- light?: string | undefined;
905
- dark?: string | undefined;
906
- } | undefined;
907
- hidden?: boolean | undefined;
908
- }, {
909
- anchor: string;
910
- icon?: string | {
911
- name: string;
912
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
913
- } | undefined;
914
- color?: {
915
- light?: string | undefined;
916
- dark?: string | undefined;
917
- } | undefined;
918
- hidden?: boolean | undefined;
919
- }>, z.ZodUnion<[z.ZodObject<{
920
- href: z.ZodString;
921
- }, "strip", z.ZodTypeAny, {
922
- href: string;
923
- }, {
924
- href: string;
925
- }>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodType<any, z.ZodTypeDef, any>, ...z.ZodType<any, z.ZodTypeDef, any>[]]>> | z.ZodIntersection<z.ZodIntersection<z.ZodObject<{
926
- anchor: z.ZodString;
927
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
928
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
929
- name: z.ZodEffects<z.ZodString, string, string>;
930
- }, "strip", z.ZodTypeAny, {
931
- name: string;
932
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
933
- }, {
934
- name: string;
935
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
936
- }>]>>;
937
- color: z.ZodOptional<z.ZodObject<{
938
- light: z.ZodOptional<z.ZodString>;
939
- dark: z.ZodOptional<z.ZodString>;
940
- }, "strict", z.ZodTypeAny, {
941
- light?: string | undefined;
942
- dark?: string | undefined;
943
- }, {
944
- light?: string | undefined;
945
- dark?: string | undefined;
946
- }>>;
947
- hidden: z.ZodOptional<z.ZodBoolean>;
948
- }, "strip", z.ZodTypeAny, {
949
- anchor: string;
950
- icon?: string | {
951
- name: string;
952
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
953
- } | undefined;
954
- color?: {
955
- light?: string | undefined;
956
- dark?: string | undefined;
957
- } | undefined;
958
- hidden?: boolean | undefined;
959
- }, {
960
- anchor: string;
961
- icon?: string | {
962
- name: string;
963
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
964
- } | undefined;
965
- color?: {
966
- light?: string | undefined;
967
- dark?: string | undefined;
968
- } | undefined;
969
- hidden?: boolean | undefined;
970
- }>, z.ZodUnion<[z.ZodObject<{
971
- href: z.ZodString;
972
- }, "strip", z.ZodTypeAny, {
973
- href: string;
974
- }, {
975
- href: string;
976
- }>, z.ZodType<any, z.ZodTypeDef, any>, z.ZodType<any, z.ZodTypeDef, any>, ...z.ZodType<any, z.ZodTypeDef, any>[]]>>, z.ZodObject<{
977
- openapi: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
978
- source: z.ZodEffects<z.ZodString, string, string>;
979
- directory: z.ZodOptional<z.ZodString>;
980
- }, "strict", z.ZodTypeAny, {
981
- source: string;
982
- directory?: string | undefined;
983
- }, {
984
- source: string;
985
- directory?: string | undefined;
986
- }>]>>;
987
- }, "strip", z.ZodTypeAny, {
988
- openapi?: string | string[] | {
989
- source: string;
990
- directory?: string | undefined;
991
- } | undefined;
992
- }, {
993
- openapi?: string | string[] | {
994
- source: string;
995
- directory?: string | undefined;
996
- } | undefined;
997
- }>>, "many">;
998
- }, "strip", z.ZodTypeAny, {
999
- anchors: any[];
1000
- }, {
1001
- anchors: any[];
1002
- }>, z.ZodObject<{
1003
- groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
1004
- group: z.ZodString;
1005
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1006
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1007
- name: z.ZodEffects<z.ZodString, string, string>;
1008
- }, "strip", z.ZodTypeAny, {
1009
- name: string;
1010
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1011
- }, {
1012
- name: string;
1013
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1014
- }>]>>;
1015
- hidden: z.ZodOptional<z.ZodBoolean>;
1016
- root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>> | z.ZodOptional<z.ZodObject<{
1017
- href: z.ZodString;
1018
- title: z.ZodString;
1019
- sidebarTitle: z.ZodOptional<z.ZodString>;
1020
- description: z.ZodOptional<z.ZodString>;
1021
- api: z.ZodOptional<z.ZodString>;
1022
- openapi: z.ZodOptional<z.ZodString>;
1023
- contentType: z.ZodOptional<z.ZodString>;
1024
- authMethod: z.ZodOptional<z.ZodString>;
1025
- auth: z.ZodOptional<z.ZodString>;
1026
- version: z.ZodOptional<z.ZodString>;
1027
- mode: z.ZodOptional<z.ZodString>;
1028
- hideFooterPagination: z.ZodOptional<z.ZodBoolean>;
1029
- authors: z.ZodOptional<z.ZodUnknown>;
1030
- lastUpdatedDate: z.ZodOptional<z.ZodString>;
1031
- createdDate: z.ZodOptional<z.ZodString>;
1032
- 'openapi-schema': z.ZodOptional<z.ZodString>;
1033
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1034
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1035
- name: z.ZodEffects<z.ZodString, string, string>;
1036
- }, "strip", z.ZodTypeAny, {
1037
- name: string;
1038
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1039
- }, {
1040
- name: string;
1041
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1042
- }>]>>;
1043
- tag: z.ZodOptional<z.ZodString>;
1044
- url: z.ZodOptional<z.ZodString>;
1045
- hideApiMarker: z.ZodOptional<z.ZodBoolean>;
1046
- noindex: z.ZodOptional<z.ZodBoolean>;
1047
- isPublic: z.ZodOptional<z.ZodBoolean>;
1048
- }, "strip", z.ZodTypeAny, {
1049
- href: string;
1050
- title: string;
1051
- sidebarTitle?: string | undefined;
1052
- description?: string | undefined;
1053
- api?: string | undefined;
1054
- openapi?: string | undefined;
1055
- contentType?: string | undefined;
1056
- authMethod?: string | undefined;
1057
- auth?: string | undefined;
1058
- version?: string | undefined;
1059
- mode?: string | undefined;
1060
- hideFooterPagination?: boolean | undefined;
1061
- authors?: unknown;
1062
- lastUpdatedDate?: string | undefined;
1063
- createdDate?: string | undefined;
1064
- 'openapi-schema'?: string | undefined;
1065
- icon?: string | {
1066
- name: string;
1067
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1068
- } | undefined;
1069
- tag?: string | undefined;
1070
- url?: string | undefined;
1071
- hideApiMarker?: boolean | undefined;
1072
- noindex?: boolean | undefined;
1073
- isPublic?: boolean | undefined;
1074
- }, {
1075
- href: string;
1076
- title: string;
1077
- sidebarTitle?: string | undefined;
1078
- description?: string | undefined;
1079
- api?: string | undefined;
1080
- openapi?: string | undefined;
1081
- contentType?: string | undefined;
1082
- authMethod?: string | undefined;
1083
- auth?: string | undefined;
1084
- version?: string | undefined;
1085
- mode?: string | undefined;
1086
- hideFooterPagination?: boolean | undefined;
1087
- authors?: unknown;
1088
- lastUpdatedDate?: string | undefined;
1089
- createdDate?: string | undefined;
1090
- 'openapi-schema'?: string | undefined;
1091
- icon?: string | {
1092
- name: string;
1093
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1094
- } | undefined;
1095
- tag?: string | undefined;
1096
- url?: string | undefined;
1097
- hideApiMarker?: boolean | undefined;
1098
- noindex?: boolean | undefined;
1099
- isPublic?: boolean | undefined;
1100
- }>>;
1101
- }, "strip", z.ZodTypeAny, {
1102
- group: string;
1103
- icon?: string | {
1104
- name: string;
1105
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1106
- } | undefined;
1107
- hidden?: boolean | undefined;
1108
- root?: string | {
672
+ })[] | undefined;
673
+ versions?: ({
674
+ version: string;
675
+ hidden?: boolean | undefined;
676
+ } & {
1109
677
  href: string;
1110
- title: string;
1111
- sidebarTitle?: string | undefined;
1112
- description?: string | undefined;
1113
- api?: string | undefined;
1114
- openapi?: string | undefined;
1115
- contentType?: string | undefined;
1116
- authMethod?: string | undefined;
1117
- auth?: string | undefined;
1118
- version?: string | undefined;
1119
- mode?: string | undefined;
1120
- hideFooterPagination?: boolean | undefined;
1121
- authors?: unknown;
1122
- lastUpdatedDate?: string | undefined;
1123
- createdDate?: string | undefined;
1124
- 'openapi-schema'?: string | undefined;
678
+ })[] | undefined;
679
+ tabs?: ({
680
+ tab: string;
1125
681
  icon?: string | {
1126
682
  name: string;
1127
683
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1128
684
  } | undefined;
1129
- tag?: string | undefined;
1130
- url?: string | undefined;
1131
- hideApiMarker?: boolean | undefined;
1132
- noindex?: boolean | undefined;
1133
- isPublic?: boolean | undefined;
1134
- } | undefined;
1135
- }, {
1136
- group: string;
1137
- icon?: string | {
1138
- name: string;
1139
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1140
- } | undefined;
1141
- hidden?: boolean | undefined;
1142
- root?: string | {
685
+ hidden?: boolean | undefined;
686
+ } & {
1143
687
  href: string;
1144
- title: string;
1145
- sidebarTitle?: string | undefined;
1146
- description?: string | undefined;
1147
- api?: string | undefined;
1148
- openapi?: string | undefined;
1149
- contentType?: string | undefined;
1150
- authMethod?: string | undefined;
1151
- auth?: string | undefined;
1152
- version?: string | undefined;
1153
- mode?: string | undefined;
1154
- hideFooterPagination?: boolean | undefined;
1155
- authors?: unknown;
1156
- lastUpdatedDate?: string | undefined;
1157
- createdDate?: string | undefined;
1158
- 'openapi-schema'?: string | undefined;
688
+ })[] | undefined;
689
+ dropdowns?: ({
690
+ dropdown: string;
1159
691
  icon?: string | {
1160
692
  name: string;
1161
693
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1162
694
  } | undefined;
1163
- tag?: string | undefined;
1164
- url?: string | undefined;
1165
- hideApiMarker?: boolean | undefined;
1166
- noindex?: boolean | undefined;
1167
- isPublic?: boolean | undefined;
1168
- } | undefined;
1169
- }>, z.ZodUnion<[z.ZodObject<{
1170
- openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
1171
- source: z.ZodEffects<z.ZodString, string, string>;
1172
- directory: z.ZodOptional<z.ZodString>;
1173
- }, "strict", z.ZodTypeAny, {
1174
- source: string;
1175
- directory?: string | undefined;
1176
- }, {
1177
- source: string;
1178
- directory?: string | undefined;
1179
- }>]>;
1180
- }, "strip", z.ZodTypeAny, {
1181
- openapi: (string | string[] | {
1182
- source: string;
1183
- directory?: string | undefined;
1184
- }) & (string | string[] | {
1185
- source: string;
1186
- directory?: string | undefined;
1187
- } | undefined);
1188
- }, {
1189
- openapi: (string | string[] | {
1190
- source: string;
1191
- directory?: string | undefined;
1192
- }) & (string | string[] | {
1193
- source: string;
1194
- directory?: string | undefined;
1195
- } | undefined);
1196
- }>, z.ZodLazy<z.ZodObject<{
1197
- pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
1198
- }, "strip", z.ZodTypeAny, {
1199
- pages: any[];
1200
- }, {
1201
- pages: any[];
1202
- }>>]>>, "many">;
1203
- }, "strip", z.ZodTypeAny, {
1204
- groups: ({
1205
- group: string;
1206
- icon?: string | {
1207
- name: string;
1208
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1209
- } | undefined;
1210
- hidden?: boolean | undefined;
1211
- root?: string | {
695
+ hidden?: boolean | undefined;
696
+ } & {
1212
697
  href: string;
1213
- title: string;
1214
- sidebarTitle?: string | undefined;
1215
- description?: string | undefined;
1216
- api?: string | undefined;
1217
- openapi?: string | undefined;
1218
- contentType?: string | undefined;
1219
- authMethod?: string | undefined;
1220
- auth?: string | undefined;
1221
- version?: string | undefined;
1222
- mode?: string | undefined;
1223
- hideFooterPagination?: boolean | undefined;
1224
- authors?: unknown;
1225
- lastUpdatedDate?: string | undefined;
1226
- createdDate?: string | undefined;
1227
- 'openapi-schema'?: string | undefined;
698
+ })[] | undefined;
699
+ anchors?: ({
700
+ anchor: string;
1228
701
  icon?: string | {
1229
702
  name: string;
1230
703
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1231
704
  } | undefined;
1232
- tag?: string | undefined;
1233
- url?: string | undefined;
1234
- hideApiMarker?: boolean | undefined;
1235
- noindex?: boolean | undefined;
1236
- isPublic?: boolean | undefined;
1237
- } | undefined;
1238
- } & ({
1239
- openapi: (string | string[] | {
1240
- source: string;
1241
- directory?: string | undefined;
1242
- }) & (string | string[] | {
1243
- source: string;
1244
- directory?: string | undefined;
1245
- } | undefined);
1246
- } | {
1247
- pages: any[];
1248
- }))[];
1249
- }, {
1250
- groups: ({
1251
- group: string;
1252
- icon?: string | {
1253
- name: string;
1254
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1255
- } | undefined;
1256
- hidden?: boolean | undefined;
1257
- root?: string | {
1258
- href: string;
1259
- title: string;
1260
- sidebarTitle?: string | undefined;
1261
- description?: string | undefined;
1262
- api?: string | undefined;
1263
- openapi?: string | undefined;
1264
- contentType?: string | undefined;
1265
- authMethod?: string | undefined;
1266
- auth?: string | undefined;
1267
- version?: string | undefined;
1268
- mode?: string | undefined;
1269
- hideFooterPagination?: boolean | undefined;
1270
- authors?: unknown;
1271
- lastUpdatedDate?: string | undefined;
1272
- createdDate?: string | undefined;
1273
- 'openapi-schema'?: string | undefined;
1274
- icon?: string | {
1275
- name: string;
1276
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
705
+ color?: {
706
+ light?: string | undefined;
707
+ dark?: string | undefined;
1277
708
  } | undefined;
1278
- tag?: string | undefined;
1279
- url?: string | undefined;
1280
- hideApiMarker?: boolean | undefined;
1281
- noindex?: boolean | undefined;
1282
- isPublic?: boolean | undefined;
1283
- } | undefined;
1284
- } & ({
1285
- openapi: (string | string[] | {
1286
- source: string;
1287
- directory?: string | undefined;
1288
- }) & (string | string[] | {
1289
- source: string;
1290
- directory?: string | undefined;
1291
- } | undefined);
1292
- } | {
1293
- pages: any[];
1294
- }))[];
1295
- }>, z.ZodObject<{
1296
- pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
1297
- }, "strip", z.ZodTypeAny, {
1298
- pages: any[];
1299
- }, {
1300
- pages: any[];
1301
- }>]>>;
709
+ hidden?: boolean | undefined;
710
+ } & {
711
+ href: string;
712
+ })[] | undefined;
713
+ } | undefined;
714
+ }>>;
1302
715
  footer: z.ZodOptional<z.ZodObject<{
1303
716
  socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
1304
717
  links: z.ZodOptional<z.ZodArray<z.ZodObject<{
@@ -1758,7 +1171,39 @@ export declare const lindenConfigSchema: z.ZodObject<{
1758
1171
  light?: string | undefined;
1759
1172
  dark?: string | undefined;
1760
1173
  };
1761
- navigation: ({
1174
+ navigation: (({
1175
+ languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1176
+ } | {
1177
+ versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1178
+ } | {
1179
+ tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
1180
+ } | {
1181
+ dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1182
+ } | {
1183
+ anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1184
+ } | {
1185
+ groups: ({
1186
+ group: string;
1187
+ icon?: string | {
1188
+ name: string;
1189
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1190
+ } | undefined;
1191
+ hidden?: boolean | undefined;
1192
+ root?: string | undefined;
1193
+ } & ({
1194
+ openapi: (string | string[] | {
1195
+ source: string;
1196
+ directory?: string | undefined;
1197
+ }) & (string | string[] | {
1198
+ source: string;
1199
+ directory?: string | undefined;
1200
+ } | undefined);
1201
+ } | {
1202
+ pages: any[];
1203
+ }))[];
1204
+ } | {
1205
+ pages: any[];
1206
+ }) & {
1762
1207
  global?: {
1763
1208
  languages?: ({
1764
1209
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -1807,16 +1252,16 @@ export declare const lindenConfigSchema: z.ZodObject<{
1807
1252
  href: string;
1808
1253
  })[] | undefined;
1809
1254
  } | undefined;
1810
- } & ({
1811
- languages: any[];
1255
+ }) & ((({
1256
+ languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1812
1257
  } | {
1813
- versions: any[];
1258
+ versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1814
1259
  } | {
1815
- tabs: any[];
1260
+ tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
1816
1261
  } | {
1817
- dropdowns: any[];
1262
+ dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1818
1263
  } | {
1819
- anchors: any[];
1264
+ anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1820
1265
  } | {
1821
1266
  groups: ({
1822
1267
  group: string;
@@ -1825,33 +1270,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
1825
1270
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1826
1271
  } | undefined;
1827
1272
  hidden?: boolean | undefined;
1828
- root?: string | {
1829
- href: string;
1830
- title: string;
1831
- sidebarTitle?: string | undefined;
1832
- description?: string | undefined;
1833
- api?: string | undefined;
1834
- openapi?: string | undefined;
1835
- contentType?: string | undefined;
1836
- authMethod?: string | undefined;
1837
- auth?: string | undefined;
1838
- version?: string | undefined;
1839
- mode?: string | undefined;
1840
- hideFooterPagination?: boolean | undefined;
1841
- authors?: unknown;
1842
- lastUpdatedDate?: string | undefined;
1843
- createdDate?: string | undefined;
1844
- 'openapi-schema'?: string | undefined;
1845
- icon?: string | {
1846
- name: string;
1847
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1848
- } | undefined;
1849
- tag?: string | undefined;
1850
- url?: string | undefined;
1851
- hideApiMarker?: boolean | undefined;
1852
- noindex?: boolean | undefined;
1853
- isPublic?: boolean | undefined;
1854
- } | undefined;
1273
+ root?: string | undefined;
1855
1274
  } & ({
1856
1275
  openapi: (string | string[] | {
1857
1276
  source: string;
@@ -1865,7 +1284,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
1865
1284
  }))[];
1866
1285
  } | {
1867
1286
  pages: any[];
1868
- })) & (({
1287
+ }) & {
1869
1288
  global?: {
1870
1289
  languages?: ({
1871
1290
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -1914,65 +1333,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
1914
1333
  href: string;
1915
1334
  })[] | undefined;
1916
1335
  } | undefined;
1917
- } & ({
1918
- languages: any[];
1919
- } | {
1920
- versions: any[];
1921
- } | {
1922
- tabs: any[];
1923
- } | {
1924
- dropdowns: any[];
1925
- } | {
1926
- anchors: any[];
1927
- } | {
1928
- groups: ({
1929
- group: string;
1930
- icon?: string | {
1931
- name: string;
1932
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1933
- } | undefined;
1934
- hidden?: boolean | undefined;
1935
- root?: string | {
1936
- href: string;
1937
- title: string;
1938
- sidebarTitle?: string | undefined;
1939
- description?: string | undefined;
1940
- api?: string | undefined;
1941
- openapi?: string | undefined;
1942
- contentType?: string | undefined;
1943
- authMethod?: string | undefined;
1944
- auth?: string | undefined;
1945
- version?: string | undefined;
1946
- mode?: string | undefined;
1947
- hideFooterPagination?: boolean | undefined;
1948
- authors?: unknown;
1949
- lastUpdatedDate?: string | undefined;
1950
- createdDate?: string | undefined;
1951
- 'openapi-schema'?: string | undefined;
1952
- icon?: string | {
1953
- name: string;
1954
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1955
- } | undefined;
1956
- tag?: string | undefined;
1957
- url?: string | undefined;
1958
- hideApiMarker?: boolean | undefined;
1959
- noindex?: boolean | undefined;
1960
- isPublic?: boolean | undefined;
1961
- } | undefined;
1962
- } & ({
1963
- openapi: (string | string[] | {
1964
- source: string;
1965
- directory?: string | undefined;
1966
- }) & (string | string[] | {
1967
- source: string;
1968
- directory?: string | undefined;
1969
- } | undefined);
1970
- } | {
1971
- pages: any[];
1972
- }))[];
1973
- } | {
1974
- pages: any[];
1975
- })) | undefined);
1336
+ }) | undefined);
1976
1337
  description?: string | undefined;
1977
1338
  logo?: string | {
1978
1339
  light: string;
@@ -2142,7 +1503,39 @@ export declare const lindenConfigSchema: z.ZodObject<{
2142
1503
  light?: string | undefined;
2143
1504
  dark?: string | undefined;
2144
1505
  };
2145
- navigation: ({
1506
+ navigation: (({
1507
+ languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
1508
+ } | {
1509
+ versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
1510
+ } | {
1511
+ tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
1512
+ } | {
1513
+ dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
1514
+ } | {
1515
+ anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
1516
+ } | {
1517
+ groups: ({
1518
+ group: string;
1519
+ icon?: string | {
1520
+ name: string;
1521
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1522
+ } | undefined;
1523
+ hidden?: boolean | undefined;
1524
+ root?: string | undefined;
1525
+ } & ({
1526
+ openapi: (string | string[] | {
1527
+ source: string;
1528
+ directory?: string | undefined;
1529
+ }) & (string | string[] | {
1530
+ source: string;
1531
+ directory?: string | undefined;
1532
+ } | undefined);
1533
+ } | {
1534
+ pages: any[];
1535
+ }))[];
1536
+ } | {
1537
+ pages: any[];
1538
+ }) & {
2146
1539
  global?: {
2147
1540
  languages?: ({
2148
1541
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -2191,16 +1584,16 @@ export declare const lindenConfigSchema: z.ZodObject<{
2191
1584
  href: string;
2192
1585
  })[] | undefined;
2193
1586
  } | undefined;
2194
- } & ({
2195
- languages: any[];
1587
+ }) & ((({
1588
+ languages: import("../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
2196
1589
  } | {
2197
- versions: any[];
1590
+ versions: import("../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
2198
1591
  } | {
2199
- tabs: any[];
1592
+ tabs: import("../properties/navigation/divisionNav.js").TabNavigation<"default">[];
2200
1593
  } | {
2201
- dropdowns: any[];
1594
+ dropdowns: import("../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
2202
1595
  } | {
2203
- anchors: any[];
1596
+ anchors: import("../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
2204
1597
  } | {
2205
1598
  groups: ({
2206
1599
  group: string;
@@ -2209,33 +1602,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
2209
1602
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2210
1603
  } | undefined;
2211
1604
  hidden?: boolean | undefined;
2212
- root?: string | {
2213
- href: string;
2214
- title: string;
2215
- sidebarTitle?: string | undefined;
2216
- description?: string | undefined;
2217
- api?: string | undefined;
2218
- openapi?: string | undefined;
2219
- contentType?: string | undefined;
2220
- authMethod?: string | undefined;
2221
- auth?: string | undefined;
2222
- version?: string | undefined;
2223
- mode?: string | undefined;
2224
- hideFooterPagination?: boolean | undefined;
2225
- authors?: unknown;
2226
- lastUpdatedDate?: string | undefined;
2227
- createdDate?: string | undefined;
2228
- 'openapi-schema'?: string | undefined;
2229
- icon?: string | {
2230
- name: string;
2231
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2232
- } | undefined;
2233
- tag?: string | undefined;
2234
- url?: string | undefined;
2235
- hideApiMarker?: boolean | undefined;
2236
- noindex?: boolean | undefined;
2237
- isPublic?: boolean | undefined;
2238
- } | undefined;
1605
+ root?: string | undefined;
2239
1606
  } & ({
2240
1607
  openapi: (string | string[] | {
2241
1608
  source: string;
@@ -2249,7 +1616,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
2249
1616
  }))[];
2250
1617
  } | {
2251
1618
  pages: any[];
2252
- })) & (({
1619
+ }) & {
2253
1620
  global?: {
2254
1621
  languages?: ({
2255
1622
  language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
@@ -2298,65 +1665,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
2298
1665
  href: string;
2299
1666
  })[] | undefined;
2300
1667
  } | undefined;
2301
- } & ({
2302
- languages: any[];
2303
- } | {
2304
- versions: any[];
2305
- } | {
2306
- tabs: any[];
2307
- } | {
2308
- dropdowns: any[];
2309
- } | {
2310
- anchors: any[];
2311
- } | {
2312
- groups: ({
2313
- group: string;
2314
- icon?: string | {
2315
- name: string;
2316
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2317
- } | undefined;
2318
- hidden?: boolean | undefined;
2319
- root?: string | {
2320
- href: string;
2321
- title: string;
2322
- sidebarTitle?: string | undefined;
2323
- description?: string | undefined;
2324
- api?: string | undefined;
2325
- openapi?: string | undefined;
2326
- contentType?: string | undefined;
2327
- authMethod?: string | undefined;
2328
- auth?: string | undefined;
2329
- version?: string | undefined;
2330
- mode?: string | undefined;
2331
- hideFooterPagination?: boolean | undefined;
2332
- authors?: unknown;
2333
- lastUpdatedDate?: string | undefined;
2334
- createdDate?: string | undefined;
2335
- 'openapi-schema'?: string | undefined;
2336
- icon?: string | {
2337
- name: string;
2338
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2339
- } | undefined;
2340
- tag?: string | undefined;
2341
- url?: string | undefined;
2342
- hideApiMarker?: boolean | undefined;
2343
- noindex?: boolean | undefined;
2344
- isPublic?: boolean | undefined;
2345
- } | undefined;
2346
- } & ({
2347
- openapi: (string | string[] | {
2348
- source: string;
2349
- directory?: string | undefined;
2350
- }) & (string | string[] | {
2351
- source: string;
2352
- directory?: string | undefined;
2353
- } | undefined);
2354
- } | {
2355
- pages: any[];
2356
- }))[];
2357
- } | {
2358
- pages: any[];
2359
- })) | undefined);
1668
+ }) | undefined);
2360
1669
  $schema?: string | undefined;
2361
1670
  description?: string | undefined;
2362
1671
  logo?: string | {