@mintlify/validation 0.1.254 → 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 (33) hide show
  1. package/dist/mint-config/schemas/v2/index.d.ts +3922 -7432
  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 -646
  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 -1495
  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/themes/linden.d.ts +253 -955
  23. package/dist/mint-config/schemas/v2/themes/maple.d.ts +253 -955
  24. package/dist/mint-config/schemas/v2/themes/mint.d.ts +253 -955
  25. package/dist/mint-config/schemas/v2/themes/palm.d.ts +253 -955
  26. package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +143 -737
  27. package/dist/mint-config/schemas/v2/themes/willow.d.ts +253 -955
  28. package/dist/mint-config/upgrades/updateNavigationToDocsConfig.js +14 -8
  29. package/dist/mint-config/validateConfig.d.ts +420 -960
  30. package/dist/tsconfig.build.tsbuildinfo +1 -1
  31. package/package.json +2 -2
  32. package/dist/mint-config/schemas/v2/properties/navigation/divisionSchemas.d.ts +0 -7
  33. package/dist/mint-config/schemas/v2/properties/navigation/divisionSchemas.js +0 -26
@@ -222,7 +222,148 @@ export declare const standardConfigSchema: {
222
222
  href: string;
223
223
  } | undefined;
224
224
  }>>;
225
- navigation: import("zod").ZodIntersection<import("zod").ZodObject<{
225
+ navigation: import("zod").ZodIntersection<import("zod").ZodUnion<[import("zod").ZodObject<{
226
+ languages: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">>, "many">;
227
+ }, "strip", import("zod").ZodTypeAny, {
228
+ languages: import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
229
+ }, {
230
+ languages: import("../../properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
231
+ }>, import("zod").ZodObject<{
232
+ versions: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">>, "many">;
233
+ }, "strip", import("zod").ZodTypeAny, {
234
+ versions: import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
235
+ }, {
236
+ versions: import("../../properties/navigation/divisionNav.js").VersionNavigation<"default">[];
237
+ }>, import("zod").ZodObject<{
238
+ tabs: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").TabNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").TabNavigation<"default">>, "many">;
239
+ }, "strip", import("zod").ZodTypeAny, {
240
+ tabs: import("../../properties/navigation/divisionNav.js").TabNavigation<"default">[];
241
+ }, {
242
+ tabs: import("../../properties/navigation/divisionNav.js").TabNavigation<"default">[];
243
+ }>, import("zod").ZodObject<{
244
+ dropdowns: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">>, "many">;
245
+ }, "strip", import("zod").ZodTypeAny, {
246
+ dropdowns: import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
247
+ }, {
248
+ dropdowns: import("../../properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
249
+ }>, import("zod").ZodObject<{
250
+ anchors: import("zod").ZodArray<import("zod").ZodType<import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">, import("zod").ZodTypeDef, import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">>, "many">;
251
+ }, "strip", import("zod").ZodTypeAny, {
252
+ anchors: import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
253
+ }, {
254
+ anchors: import("../../properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
255
+ }>, import("zod").ZodObject<{
256
+ groups: import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
257
+ group: import("zod").ZodString;
258
+ icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
259
+ style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
260
+ name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
261
+ }, "strip", import("zod").ZodTypeAny, {
262
+ name: string;
263
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
264
+ }, {
265
+ name: string;
266
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
267
+ }>]>>;
268
+ hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
269
+ root: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>>;
270
+ }, "strip", import("zod").ZodTypeAny, {
271
+ group: string;
272
+ icon?: string | {
273
+ name: string;
274
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
275
+ } | undefined;
276
+ hidden?: boolean | undefined;
277
+ root?: string | undefined;
278
+ }, {
279
+ group: string;
280
+ icon?: string | {
281
+ name: string;
282
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
283
+ } | undefined;
284
+ hidden?: boolean | undefined;
285
+ root?: string | undefined;
286
+ }>, import("zod").ZodUnion<[import("zod").ZodObject<{
287
+ openapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
288
+ source: import("zod").ZodEffects<import("zod").ZodString, string, string>;
289
+ directory: import("zod").ZodOptional<import("zod").ZodString>;
290
+ }, "strict", import("zod").ZodTypeAny, {
291
+ source: string;
292
+ directory?: string | undefined;
293
+ }, {
294
+ source: string;
295
+ directory?: string | undefined;
296
+ }>]>;
297
+ }, "strip", import("zod").ZodTypeAny, {
298
+ openapi: (string | string[] | {
299
+ source: string;
300
+ directory?: string | undefined;
301
+ }) & (string | string[] | {
302
+ source: string;
303
+ directory?: string | undefined;
304
+ } | undefined);
305
+ }, {
306
+ openapi: (string | string[] | {
307
+ source: string;
308
+ directory?: string | undefined;
309
+ }) & (string | string[] | {
310
+ source: string;
311
+ directory?: string | undefined;
312
+ } | undefined);
313
+ }>, import("zod").ZodLazy<import("zod").ZodObject<{
314
+ pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
315
+ }, "strip", import("zod").ZodTypeAny, {
316
+ pages: any[];
317
+ }, {
318
+ pages: any[];
319
+ }>>]>>, "many">;
320
+ }, "strip", import("zod").ZodTypeAny, {
321
+ groups: ({
322
+ group: string;
323
+ icon?: string | {
324
+ name: string;
325
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
326
+ } | undefined;
327
+ hidden?: boolean | undefined;
328
+ root?: string | undefined;
329
+ } & ({
330
+ openapi: (string | string[] | {
331
+ source: string;
332
+ directory?: string | undefined;
333
+ }) & (string | string[] | {
334
+ source: string;
335
+ directory?: string | undefined;
336
+ } | undefined);
337
+ } | {
338
+ pages: any[];
339
+ }))[];
340
+ }, {
341
+ groups: ({
342
+ group: string;
343
+ icon?: string | {
344
+ name: string;
345
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
346
+ } | undefined;
347
+ hidden?: boolean | undefined;
348
+ root?: string | undefined;
349
+ } & ({
350
+ openapi: (string | string[] | {
351
+ source: string;
352
+ directory?: string | undefined;
353
+ }) & (string | string[] | {
354
+ source: string;
355
+ directory?: string | undefined;
356
+ } | undefined);
357
+ } | {
358
+ pages: any[];
359
+ }))[];
360
+ }>, import("zod").ZodObject<{
361
+ pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
362
+ }, "strip", import("zod").ZodTypeAny, {
363
+ pages: any[];
364
+ }, {
365
+ pages: any[];
366
+ }>]>, import("zod").ZodObject<{
226
367
  global: import("zod").ZodOptional<import("zod").ZodObject<{
227
368
  languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
228
369
  language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
@@ -569,742 +710,7 @@ export declare const standardConfigSchema: {
569
710
  href: string;
570
711
  })[] | undefined;
571
712
  } | undefined;
572
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
573
- languages: import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
574
- language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
575
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
576
- }, "strip", import("zod").ZodTypeAny, {
577
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
578
- hidden?: boolean | undefined;
579
- }, {
580
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
581
- hidden?: boolean | undefined;
582
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
583
- href: import("zod").ZodString;
584
- }, "strip", import("zod").ZodTypeAny, {
585
- href: string;
586
- }, {
587
- href: string;
588
- }>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, ...import("zod").ZodType<any, import("zod").ZodTypeDef, any>[]]>> | import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
589
- language: import("zod").ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
590
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
591
- }, "strip", import("zod").ZodTypeAny, {
592
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
593
- hidden?: boolean | undefined;
594
- }, {
595
- language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
596
- hidden?: boolean | undefined;
597
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
598
- href: import("zod").ZodString;
599
- }, "strip", import("zod").ZodTypeAny, {
600
- href: string;
601
- }, {
602
- href: string;
603
- }>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, ...import("zod").ZodType<any, import("zod").ZodTypeDef, any>[]]>>, import("zod").ZodObject<{
604
- openapi: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
605
- source: import("zod").ZodEffects<import("zod").ZodString, string, string>;
606
- directory: import("zod").ZodOptional<import("zod").ZodString>;
607
- }, "strict", import("zod").ZodTypeAny, {
608
- source: string;
609
- directory?: string | undefined;
610
- }, {
611
- source: string;
612
- directory?: string | undefined;
613
- }>]>>;
614
- }, "strip", import("zod").ZodTypeAny, {
615
- openapi?: string | string[] | {
616
- source: string;
617
- directory?: string | undefined;
618
- } | undefined;
619
- }, {
620
- openapi?: string | string[] | {
621
- source: string;
622
- directory?: string | undefined;
623
- } | undefined;
624
- }>>, "many">;
625
- }, "strip", import("zod").ZodTypeAny, {
626
- languages: any[];
627
- }, {
628
- languages: any[];
629
- }>, import("zod").ZodObject<{
630
- versions: import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
631
- version: import("zod").ZodString;
632
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
633
- }, "strip", import("zod").ZodTypeAny, {
634
- version: string;
635
- hidden?: boolean | undefined;
636
- }, {
637
- version: string;
638
- hidden?: boolean | undefined;
639
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
640
- href: import("zod").ZodString;
641
- }, "strip", import("zod").ZodTypeAny, {
642
- href: string;
643
- }, {
644
- href: string;
645
- }>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, ...import("zod").ZodType<any, import("zod").ZodTypeDef, any>[]]>> | import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
646
- version: import("zod").ZodString;
647
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
648
- }, "strip", import("zod").ZodTypeAny, {
649
- version: string;
650
- hidden?: boolean | undefined;
651
- }, {
652
- version: string;
653
- hidden?: boolean | undefined;
654
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
655
- href: import("zod").ZodString;
656
- }, "strip", import("zod").ZodTypeAny, {
657
- href: string;
658
- }, {
659
- href: string;
660
- }>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, ...import("zod").ZodType<any, import("zod").ZodTypeDef, any>[]]>>, import("zod").ZodObject<{
661
- openapi: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
662
- source: import("zod").ZodEffects<import("zod").ZodString, string, string>;
663
- directory: import("zod").ZodOptional<import("zod").ZodString>;
664
- }, "strict", import("zod").ZodTypeAny, {
665
- source: string;
666
- directory?: string | undefined;
667
- }, {
668
- source: string;
669
- directory?: string | undefined;
670
- }>]>>;
671
- }, "strip", import("zod").ZodTypeAny, {
672
- openapi?: string | string[] | {
673
- source: string;
674
- directory?: string | undefined;
675
- } | undefined;
676
- }, {
677
- openapi?: string | string[] | {
678
- source: string;
679
- directory?: string | undefined;
680
- } | undefined;
681
- }>>, "many">;
682
- }, "strip", import("zod").ZodTypeAny, {
683
- versions: any[];
684
- }, {
685
- versions: any[];
686
- }>, import("zod").ZodObject<{
687
- tabs: import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
688
- tab: import("zod").ZodString;
689
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
690
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
691
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
692
- }, "strip", import("zod").ZodTypeAny, {
693
- name: string;
694
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
695
- }, {
696
- name: string;
697
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
698
- }>]>>;
699
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
700
- }, "strip", import("zod").ZodTypeAny, {
701
- tab: string;
702
- icon?: string | {
703
- name: string;
704
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
705
- } | undefined;
706
- hidden?: boolean | undefined;
707
- }, {
708
- tab: 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
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
715
- href: import("zod").ZodString;
716
- }, "strip", import("zod").ZodTypeAny, {
717
- href: string;
718
- }, {
719
- href: string;
720
- }>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, ...import("zod").ZodType<any, import("zod").ZodTypeDef, any>[]]>> | import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
721
- tab: import("zod").ZodString;
722
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
723
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
724
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
725
- }, "strip", import("zod").ZodTypeAny, {
726
- name: string;
727
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
728
- }, {
729
- name: string;
730
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
731
- }>]>>;
732
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
733
- }, "strip", import("zod").ZodTypeAny, {
734
- tab: string;
735
- icon?: string | {
736
- name: string;
737
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
738
- } | undefined;
739
- hidden?: boolean | undefined;
740
- }, {
741
- tab: string;
742
- icon?: string | {
743
- name: string;
744
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
745
- } | undefined;
746
- hidden?: boolean | undefined;
747
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
748
- href: import("zod").ZodString;
749
- }, "strip", import("zod").ZodTypeAny, {
750
- href: string;
751
- }, {
752
- href: string;
753
- }>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, ...import("zod").ZodType<any, import("zod").ZodTypeDef, any>[]]>>, import("zod").ZodObject<{
754
- openapi: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
755
- source: import("zod").ZodEffects<import("zod").ZodString, string, string>;
756
- directory: import("zod").ZodOptional<import("zod").ZodString>;
757
- }, "strict", import("zod").ZodTypeAny, {
758
- source: string;
759
- directory?: string | undefined;
760
- }, {
761
- source: string;
762
- directory?: string | undefined;
763
- }>]>>;
764
- }, "strip", import("zod").ZodTypeAny, {
765
- openapi?: string | string[] | {
766
- source: string;
767
- directory?: string | undefined;
768
- } | undefined;
769
- }, {
770
- openapi?: string | string[] | {
771
- source: string;
772
- directory?: string | undefined;
773
- } | undefined;
774
- }>>, "many">;
775
- }, "strip", import("zod").ZodTypeAny, {
776
- tabs: any[];
777
- }, {
778
- tabs: any[];
779
- }>, import("zod").ZodObject<{
780
- dropdowns: import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
781
- dropdown: import("zod").ZodString;
782
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
783
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
784
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
785
- }, "strip", import("zod").ZodTypeAny, {
786
- name: string;
787
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
788
- }, {
789
- name: string;
790
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
791
- }>]>>;
792
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
793
- }, "strip", import("zod").ZodTypeAny, {
794
- dropdown: string;
795
- icon?: string | {
796
- name: string;
797
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
798
- } | undefined;
799
- hidden?: boolean | undefined;
800
- }, {
801
- dropdown: string;
802
- icon?: string | {
803
- name: string;
804
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
805
- } | undefined;
806
- hidden?: boolean | undefined;
807
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
808
- href: import("zod").ZodString;
809
- }, "strip", import("zod").ZodTypeAny, {
810
- href: string;
811
- }, {
812
- href: string;
813
- }>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, ...import("zod").ZodType<any, import("zod").ZodTypeDef, any>[]]>> | import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
814
- dropdown: import("zod").ZodString;
815
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
816
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
817
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
818
- }, "strip", import("zod").ZodTypeAny, {
819
- name: string;
820
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
821
- }, {
822
- name: string;
823
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
824
- }>]>>;
825
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
826
- }, "strip", import("zod").ZodTypeAny, {
827
- dropdown: string;
828
- icon?: string | {
829
- name: string;
830
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
831
- } | undefined;
832
- hidden?: boolean | undefined;
833
- }, {
834
- dropdown: string;
835
- icon?: string | {
836
- name: string;
837
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
838
- } | undefined;
839
- hidden?: boolean | undefined;
840
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
841
- href: import("zod").ZodString;
842
- }, "strip", import("zod").ZodTypeAny, {
843
- href: string;
844
- }, {
845
- href: string;
846
- }>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, ...import("zod").ZodType<any, import("zod").ZodTypeDef, any>[]]>>, import("zod").ZodObject<{
847
- openapi: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
848
- source: import("zod").ZodEffects<import("zod").ZodString, string, string>;
849
- directory: import("zod").ZodOptional<import("zod").ZodString>;
850
- }, "strict", import("zod").ZodTypeAny, {
851
- source: string;
852
- directory?: string | undefined;
853
- }, {
854
- source: string;
855
- directory?: string | undefined;
856
- }>]>>;
857
- }, "strip", import("zod").ZodTypeAny, {
858
- openapi?: string | string[] | {
859
- source: string;
860
- directory?: string | undefined;
861
- } | undefined;
862
- }, {
863
- openapi?: string | string[] | {
864
- source: string;
865
- directory?: string | undefined;
866
- } | undefined;
867
- }>>, "many">;
868
- }, "strip", import("zod").ZodTypeAny, {
869
- dropdowns: any[];
870
- }, {
871
- dropdowns: any[];
872
- }>, import("zod").ZodObject<{
873
- anchors: import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
874
- anchor: import("zod").ZodString;
875
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
876
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
877
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
878
- }, "strip", import("zod").ZodTypeAny, {
879
- name: string;
880
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
881
- }, {
882
- name: string;
883
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
884
- }>]>>;
885
- color: import("zod").ZodOptional<import("zod").ZodObject<{
886
- light: import("zod").ZodOptional<import("zod").ZodString>;
887
- dark: import("zod").ZodOptional<import("zod").ZodString>;
888
- }, "strict", import("zod").ZodTypeAny, {
889
- light?: string | undefined;
890
- dark?: string | undefined;
891
- }, {
892
- light?: string | undefined;
893
- dark?: string | undefined;
894
- }>>;
895
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
896
- }, "strip", import("zod").ZodTypeAny, {
897
- anchor: string;
898
- icon?: string | {
899
- name: string;
900
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
901
- } | undefined;
902
- color?: {
903
- light?: string | undefined;
904
- dark?: string | undefined;
905
- } | undefined;
906
- hidden?: boolean | undefined;
907
- }, {
908
- anchor: string;
909
- icon?: string | {
910
- name: string;
911
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
912
- } | undefined;
913
- color?: {
914
- light?: string | undefined;
915
- dark?: string | undefined;
916
- } | undefined;
917
- hidden?: boolean | undefined;
918
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
919
- href: import("zod").ZodString;
920
- }, "strip", import("zod").ZodTypeAny, {
921
- href: string;
922
- }, {
923
- href: string;
924
- }>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, ...import("zod").ZodType<any, import("zod").ZodTypeDef, any>[]]>> | import("zod").ZodIntersection<import("zod").ZodIntersection<import("zod").ZodObject<{
925
- anchor: import("zod").ZodString;
926
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
927
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
928
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
929
- }, "strip", import("zod").ZodTypeAny, {
930
- name: string;
931
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
932
- }, {
933
- name: string;
934
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
935
- }>]>>;
936
- color: import("zod").ZodOptional<import("zod").ZodObject<{
937
- light: import("zod").ZodOptional<import("zod").ZodString>;
938
- dark: import("zod").ZodOptional<import("zod").ZodString>;
939
- }, "strict", import("zod").ZodTypeAny, {
940
- light?: string | undefined;
941
- dark?: string | undefined;
942
- }, {
943
- light?: string | undefined;
944
- dark?: string | undefined;
945
- }>>;
946
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
947
- }, "strip", import("zod").ZodTypeAny, {
948
- anchor: string;
949
- icon?: string | {
950
- name: string;
951
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
952
- } | undefined;
953
- color?: {
954
- light?: string | undefined;
955
- dark?: string | undefined;
956
- } | undefined;
957
- hidden?: boolean | undefined;
958
- }, {
959
- anchor: string;
960
- icon?: string | {
961
- name: string;
962
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
963
- } | undefined;
964
- color?: {
965
- light?: string | undefined;
966
- dark?: string | undefined;
967
- } | undefined;
968
- hidden?: boolean | undefined;
969
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
970
- href: import("zod").ZodString;
971
- }, "strip", import("zod").ZodTypeAny, {
972
- href: string;
973
- }, {
974
- href: string;
975
- }>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, import("zod").ZodType<any, import("zod").ZodTypeDef, any>, ...import("zod").ZodType<any, import("zod").ZodTypeDef, any>[]]>>, import("zod").ZodObject<{
976
- openapi: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
977
- source: import("zod").ZodEffects<import("zod").ZodString, string, string>;
978
- directory: import("zod").ZodOptional<import("zod").ZodString>;
979
- }, "strict", import("zod").ZodTypeAny, {
980
- source: string;
981
- directory?: string | undefined;
982
- }, {
983
- source: string;
984
- directory?: string | undefined;
985
- }>]>>;
986
- }, "strip", import("zod").ZodTypeAny, {
987
- openapi?: string | string[] | {
988
- source: string;
989
- directory?: string | undefined;
990
- } | undefined;
991
- }, {
992
- openapi?: string | string[] | {
993
- source: string;
994
- directory?: string | undefined;
995
- } | undefined;
996
- }>>, "many">;
997
- }, "strip", import("zod").ZodTypeAny, {
998
- anchors: any[];
999
- }, {
1000
- anchors: any[];
1001
- }>, import("zod").ZodObject<{
1002
- groups: import("zod").ZodArray<import("zod").ZodIntersection<import("zod").ZodObject<{
1003
- group: import("zod").ZodString;
1004
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1005
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1006
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1007
- }, "strip", import("zod").ZodTypeAny, {
1008
- name: string;
1009
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1010
- }, {
1011
- name: string;
1012
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1013
- }>]>>;
1014
- hidden: import("zod").ZodOptional<import("zod").ZodBoolean>;
1015
- root: import("zod").ZodOptional<import("zod").ZodEffects<import("zod").ZodString, string, string>> | import("zod").ZodOptional<import("zod").ZodObject<{
1016
- href: import("zod").ZodString;
1017
- title: import("zod").ZodString;
1018
- sidebarTitle: import("zod").ZodOptional<import("zod").ZodString>;
1019
- description: import("zod").ZodOptional<import("zod").ZodString>;
1020
- api: import("zod").ZodOptional<import("zod").ZodString>;
1021
- openapi: import("zod").ZodOptional<import("zod").ZodString>;
1022
- contentType: import("zod").ZodOptional<import("zod").ZodString>;
1023
- authMethod: import("zod").ZodOptional<import("zod").ZodString>;
1024
- auth: import("zod").ZodOptional<import("zod").ZodString>;
1025
- version: import("zod").ZodOptional<import("zod").ZodString>;
1026
- mode: import("zod").ZodOptional<import("zod").ZodString>;
1027
- hideFooterPagination: import("zod").ZodOptional<import("zod").ZodBoolean>;
1028
- authors: import("zod").ZodOptional<import("zod").ZodUnknown>;
1029
- lastUpdatedDate: import("zod").ZodOptional<import("zod").ZodString>;
1030
- createdDate: import("zod").ZodOptional<import("zod").ZodString>;
1031
- 'openapi-schema': import("zod").ZodOptional<import("zod").ZodString>;
1032
- icon: import("zod").ZodOptional<import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodObject<{
1033
- style: import("zod").ZodOptional<import("zod").ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1034
- name: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1035
- }, "strip", import("zod").ZodTypeAny, {
1036
- name: string;
1037
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1038
- }, {
1039
- name: string;
1040
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1041
- }>]>>;
1042
- tag: import("zod").ZodOptional<import("zod").ZodString>;
1043
- url: import("zod").ZodOptional<import("zod").ZodString>;
1044
- hideApiMarker: import("zod").ZodOptional<import("zod").ZodBoolean>;
1045
- noindex: import("zod").ZodOptional<import("zod").ZodBoolean>;
1046
- isPublic: import("zod").ZodOptional<import("zod").ZodBoolean>;
1047
- public: import("zod").ZodOptional<import("zod").ZodBoolean>;
1048
- }, "strip", import("zod").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
- public?: boolean | undefined;
1075
- }, {
1076
- href: string;
1077
- title: string;
1078
- sidebarTitle?: string | undefined;
1079
- description?: string | undefined;
1080
- api?: string | undefined;
1081
- openapi?: string | undefined;
1082
- contentType?: string | undefined;
1083
- authMethod?: string | undefined;
1084
- auth?: string | undefined;
1085
- version?: string | undefined;
1086
- mode?: string | undefined;
1087
- hideFooterPagination?: boolean | undefined;
1088
- authors?: unknown;
1089
- lastUpdatedDate?: string | undefined;
1090
- createdDate?: string | undefined;
1091
- 'openapi-schema'?: string | undefined;
1092
- icon?: string | {
1093
- name: string;
1094
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1095
- } | undefined;
1096
- tag?: string | undefined;
1097
- url?: string | undefined;
1098
- hideApiMarker?: boolean | undefined;
1099
- noindex?: boolean | undefined;
1100
- isPublic?: boolean | undefined;
1101
- public?: boolean | undefined;
1102
- }>>;
1103
- }, "strip", import("zod").ZodTypeAny, {
1104
- group: string;
1105
- icon?: string | {
1106
- name: string;
1107
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1108
- } | undefined;
1109
- hidden?: boolean | undefined;
1110
- root?: string | {
1111
- href: string;
1112
- title: string;
1113
- sidebarTitle?: string | undefined;
1114
- description?: string | undefined;
1115
- api?: string | undefined;
1116
- openapi?: string | undefined;
1117
- contentType?: string | undefined;
1118
- authMethod?: string | undefined;
1119
- auth?: string | undefined;
1120
- version?: string | undefined;
1121
- mode?: string | undefined;
1122
- hideFooterPagination?: boolean | undefined;
1123
- authors?: unknown;
1124
- lastUpdatedDate?: string | undefined;
1125
- createdDate?: string | undefined;
1126
- 'openapi-schema'?: string | undefined;
1127
- icon?: string | {
1128
- name: string;
1129
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1130
- } | undefined;
1131
- tag?: string | undefined;
1132
- url?: string | undefined;
1133
- hideApiMarker?: boolean | undefined;
1134
- noindex?: boolean | undefined;
1135
- isPublic?: boolean | undefined;
1136
- public?: boolean | undefined;
1137
- } | undefined;
1138
- }, {
1139
- group: string;
1140
- icon?: string | {
1141
- name: string;
1142
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1143
- } | undefined;
1144
- hidden?: boolean | undefined;
1145
- root?: string | {
1146
- href: string;
1147
- title: string;
1148
- sidebarTitle?: string | undefined;
1149
- description?: string | undefined;
1150
- api?: string | undefined;
1151
- openapi?: string | undefined;
1152
- contentType?: string | undefined;
1153
- authMethod?: string | undefined;
1154
- auth?: string | undefined;
1155
- version?: string | undefined;
1156
- mode?: string | undefined;
1157
- hideFooterPagination?: boolean | undefined;
1158
- authors?: unknown;
1159
- lastUpdatedDate?: string | undefined;
1160
- createdDate?: string | undefined;
1161
- 'openapi-schema'?: string | undefined;
1162
- icon?: string | {
1163
- name: string;
1164
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1165
- } | undefined;
1166
- tag?: string | undefined;
1167
- url?: string | undefined;
1168
- hideApiMarker?: boolean | undefined;
1169
- noindex?: boolean | undefined;
1170
- isPublic?: boolean | undefined;
1171
- public?: boolean | undefined;
1172
- } | undefined;
1173
- }>, import("zod").ZodUnion<[import("zod").ZodObject<{
1174
- openapi: import("zod").ZodUnion<[import("zod").ZodEffects<import("zod").ZodString, string, string>, import("zod").ZodArray<import("zod").ZodEffects<import("zod").ZodString, string, string>, "many">, import("zod").ZodObject<{
1175
- source: import("zod").ZodEffects<import("zod").ZodString, string, string>;
1176
- directory: import("zod").ZodOptional<import("zod").ZodString>;
1177
- }, "strict", import("zod").ZodTypeAny, {
1178
- source: string;
1179
- directory?: string | undefined;
1180
- }, {
1181
- source: string;
1182
- directory?: string | undefined;
1183
- }>]>;
1184
- }, "strip", import("zod").ZodTypeAny, {
1185
- openapi: (string | string[] | {
1186
- source: string;
1187
- directory?: string | undefined;
1188
- }) & (string | string[] | {
1189
- source: string;
1190
- directory?: string | undefined;
1191
- } | undefined);
1192
- }, {
1193
- openapi: (string | string[] | {
1194
- source: string;
1195
- directory?: string | undefined;
1196
- }) & (string | string[] | {
1197
- source: string;
1198
- directory?: string | undefined;
1199
- } | undefined);
1200
- }>, import("zod").ZodLazy<import("zod").ZodObject<{
1201
- pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
1202
- }, "strip", import("zod").ZodTypeAny, {
1203
- pages: any[];
1204
- }, {
1205
- pages: any[];
1206
- }>>]>>, "many">;
1207
- }, "strip", import("zod").ZodTypeAny, {
1208
- groups: ({
1209
- group: string;
1210
- icon?: string | {
1211
- name: string;
1212
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1213
- } | undefined;
1214
- hidden?: boolean | undefined;
1215
- root?: string | {
1216
- href: string;
1217
- title: string;
1218
- sidebarTitle?: string | undefined;
1219
- description?: string | undefined;
1220
- api?: string | undefined;
1221
- openapi?: string | undefined;
1222
- contentType?: string | undefined;
1223
- authMethod?: string | undefined;
1224
- auth?: string | undefined;
1225
- version?: string | undefined;
1226
- mode?: string | undefined;
1227
- hideFooterPagination?: boolean | undefined;
1228
- authors?: unknown;
1229
- lastUpdatedDate?: string | undefined;
1230
- createdDate?: string | undefined;
1231
- 'openapi-schema'?: string | undefined;
1232
- icon?: string | {
1233
- name: string;
1234
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1235
- } | undefined;
1236
- tag?: string | undefined;
1237
- url?: string | undefined;
1238
- hideApiMarker?: boolean | undefined;
1239
- noindex?: boolean | undefined;
1240
- isPublic?: boolean | undefined;
1241
- public?: boolean | undefined;
1242
- } | undefined;
1243
- } & ({
1244
- openapi: (string | string[] | {
1245
- source: string;
1246
- directory?: string | undefined;
1247
- }) & (string | string[] | {
1248
- source: string;
1249
- directory?: string | undefined;
1250
- } | undefined);
1251
- } | {
1252
- pages: any[];
1253
- }))[];
1254
- }, {
1255
- groups: ({
1256
- group: string;
1257
- icon?: string | {
1258
- name: string;
1259
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1260
- } | undefined;
1261
- hidden?: boolean | undefined;
1262
- root?: string | {
1263
- href: string;
1264
- title: string;
1265
- sidebarTitle?: string | undefined;
1266
- description?: string | undefined;
1267
- api?: string | undefined;
1268
- openapi?: string | undefined;
1269
- contentType?: string | undefined;
1270
- authMethod?: string | undefined;
1271
- auth?: string | undefined;
1272
- version?: string | undefined;
1273
- mode?: string | undefined;
1274
- hideFooterPagination?: boolean | undefined;
1275
- authors?: unknown;
1276
- lastUpdatedDate?: string | undefined;
1277
- createdDate?: string | undefined;
1278
- 'openapi-schema'?: string | undefined;
1279
- icon?: string | {
1280
- name: string;
1281
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1282
- } | undefined;
1283
- tag?: string | undefined;
1284
- url?: string | undefined;
1285
- hideApiMarker?: boolean | undefined;
1286
- noindex?: boolean | undefined;
1287
- isPublic?: boolean | undefined;
1288
- public?: boolean | undefined;
1289
- } | undefined;
1290
- } & ({
1291
- openapi: (string | string[] | {
1292
- source: string;
1293
- directory?: string | undefined;
1294
- }) & (string | string[] | {
1295
- source: string;
1296
- directory?: string | undefined;
1297
- } | undefined);
1298
- } | {
1299
- pages: any[];
1300
- }))[];
1301
- }>, import("zod").ZodObject<{
1302
- pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
1303
- }, "strip", import("zod").ZodTypeAny, {
1304
- pages: any[];
1305
- }, {
1306
- pages: any[];
1307
- }>]>>;
713
+ }>>;
1308
714
  footer: import("zod").ZodOptional<import("zod").ZodObject<{
1309
715
  socials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, import("zod").ZodString>>;
1310
716
  links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{