@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.
- package/dist/mint-config/schemas/v2/index.d.ts +4163 -7618
- package/dist/mint-config/schemas/v2/properties/index.d.ts +1 -0
- package/dist/mint-config/schemas/v2/properties/index.js +1 -0
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +12 -455
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.js +28 -11
- package/dist/mint-config/schemas/v2/properties/navigation/divisionNav.d.ts +56 -0
- package/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js +5 -0
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +13 -330
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +28 -11
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +22 -626
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +15 -13
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +258 -1481
- package/dist/mint-config/schemas/v2/properties/navigation/index.js +23 -13
- package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +11 -202
- package/dist/mint-config/schemas/v2/properties/navigation/languages.js +33 -11
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +2 -3
- package/dist/mint-config/schemas/v2/properties/navigation/pages.js +2 -2
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +11 -328
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +28 -11
- package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +12 -203
- package/dist/mint-config/schemas/v2/properties/navigation/version.js +28 -11
- package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +3 -0
- package/dist/mint-config/schemas/v2/properties/reusable/page.js +1 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +253 -944
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +253 -944
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +253 -944
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +253 -944
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +143 -730
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +253 -944
- package/dist/mint-config/upgrades/updateNavigationToDocsConfig.js +14 -8
- package/dist/mint-config/validateConfig.d.ts +420 -940
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/mint-config/schemas/v2/properties/navigation/divisionSchemas.d.ts +0 -7
- 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,735 +710,7 @@ export declare const standardConfigSchema: {
|
|
|
569
710
|
href: string;
|
|
570
711
|
})[] | undefined;
|
|
571
712
|
} | undefined;
|
|
572
|
-
}
|
|
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
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1048
|
-
href: string;
|
|
1049
|
-
title: string;
|
|
1050
|
-
sidebarTitle?: string | undefined;
|
|
1051
|
-
description?: string | undefined;
|
|
1052
|
-
api?: string | undefined;
|
|
1053
|
-
openapi?: string | undefined;
|
|
1054
|
-
contentType?: string | undefined;
|
|
1055
|
-
authMethod?: string | undefined;
|
|
1056
|
-
auth?: string | undefined;
|
|
1057
|
-
version?: string | undefined;
|
|
1058
|
-
mode?: string | undefined;
|
|
1059
|
-
hideFooterPagination?: boolean | undefined;
|
|
1060
|
-
authors?: unknown;
|
|
1061
|
-
lastUpdatedDate?: string | undefined;
|
|
1062
|
-
createdDate?: string | undefined;
|
|
1063
|
-
'openapi-schema'?: string | undefined;
|
|
1064
|
-
icon?: string | {
|
|
1065
|
-
name: string;
|
|
1066
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1067
|
-
} | undefined;
|
|
1068
|
-
tag?: string | undefined;
|
|
1069
|
-
url?: string | undefined;
|
|
1070
|
-
hideApiMarker?: boolean | undefined;
|
|
1071
|
-
noindex?: boolean | undefined;
|
|
1072
|
-
isPublic?: boolean | undefined;
|
|
1073
|
-
}, {
|
|
1074
|
-
href: string;
|
|
1075
|
-
title: string;
|
|
1076
|
-
sidebarTitle?: string | undefined;
|
|
1077
|
-
description?: string | undefined;
|
|
1078
|
-
api?: string | undefined;
|
|
1079
|
-
openapi?: string | undefined;
|
|
1080
|
-
contentType?: string | undefined;
|
|
1081
|
-
authMethod?: string | undefined;
|
|
1082
|
-
auth?: string | undefined;
|
|
1083
|
-
version?: string | undefined;
|
|
1084
|
-
mode?: string | undefined;
|
|
1085
|
-
hideFooterPagination?: boolean | undefined;
|
|
1086
|
-
authors?: unknown;
|
|
1087
|
-
lastUpdatedDate?: string | undefined;
|
|
1088
|
-
createdDate?: string | undefined;
|
|
1089
|
-
'openapi-schema'?: string | undefined;
|
|
1090
|
-
icon?: string | {
|
|
1091
|
-
name: string;
|
|
1092
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1093
|
-
} | undefined;
|
|
1094
|
-
tag?: string | undefined;
|
|
1095
|
-
url?: string | undefined;
|
|
1096
|
-
hideApiMarker?: boolean | undefined;
|
|
1097
|
-
noindex?: boolean | undefined;
|
|
1098
|
-
isPublic?: boolean | undefined;
|
|
1099
|
-
}>>;
|
|
1100
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1101
|
-
group: string;
|
|
1102
|
-
icon?: string | {
|
|
1103
|
-
name: string;
|
|
1104
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1105
|
-
} | undefined;
|
|
1106
|
-
hidden?: boolean | undefined;
|
|
1107
|
-
root?: string | {
|
|
1108
|
-
href: string;
|
|
1109
|
-
title: string;
|
|
1110
|
-
sidebarTitle?: string | undefined;
|
|
1111
|
-
description?: string | undefined;
|
|
1112
|
-
api?: string | undefined;
|
|
1113
|
-
openapi?: string | undefined;
|
|
1114
|
-
contentType?: string | undefined;
|
|
1115
|
-
authMethod?: string | undefined;
|
|
1116
|
-
auth?: string | undefined;
|
|
1117
|
-
version?: string | undefined;
|
|
1118
|
-
mode?: string | undefined;
|
|
1119
|
-
hideFooterPagination?: boolean | undefined;
|
|
1120
|
-
authors?: unknown;
|
|
1121
|
-
lastUpdatedDate?: string | undefined;
|
|
1122
|
-
createdDate?: string | undefined;
|
|
1123
|
-
'openapi-schema'?: string | undefined;
|
|
1124
|
-
icon?: string | {
|
|
1125
|
-
name: string;
|
|
1126
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1127
|
-
} | undefined;
|
|
1128
|
-
tag?: string | undefined;
|
|
1129
|
-
url?: string | undefined;
|
|
1130
|
-
hideApiMarker?: boolean | undefined;
|
|
1131
|
-
noindex?: boolean | undefined;
|
|
1132
|
-
isPublic?: boolean | undefined;
|
|
1133
|
-
} | undefined;
|
|
1134
|
-
}, {
|
|
1135
|
-
group: string;
|
|
1136
|
-
icon?: string | {
|
|
1137
|
-
name: string;
|
|
1138
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1139
|
-
} | undefined;
|
|
1140
|
-
hidden?: boolean | undefined;
|
|
1141
|
-
root?: string | {
|
|
1142
|
-
href: string;
|
|
1143
|
-
title: string;
|
|
1144
|
-
sidebarTitle?: string | undefined;
|
|
1145
|
-
description?: string | undefined;
|
|
1146
|
-
api?: string | undefined;
|
|
1147
|
-
openapi?: string | undefined;
|
|
1148
|
-
contentType?: string | undefined;
|
|
1149
|
-
authMethod?: string | undefined;
|
|
1150
|
-
auth?: string | undefined;
|
|
1151
|
-
version?: string | undefined;
|
|
1152
|
-
mode?: string | undefined;
|
|
1153
|
-
hideFooterPagination?: boolean | undefined;
|
|
1154
|
-
authors?: unknown;
|
|
1155
|
-
lastUpdatedDate?: string | undefined;
|
|
1156
|
-
createdDate?: string | undefined;
|
|
1157
|
-
'openapi-schema'?: string | undefined;
|
|
1158
|
-
icon?: string | {
|
|
1159
|
-
name: string;
|
|
1160
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1161
|
-
} | undefined;
|
|
1162
|
-
tag?: string | undefined;
|
|
1163
|
-
url?: string | undefined;
|
|
1164
|
-
hideApiMarker?: boolean | undefined;
|
|
1165
|
-
noindex?: boolean | undefined;
|
|
1166
|
-
isPublic?: boolean | undefined;
|
|
1167
|
-
} | undefined;
|
|
1168
|
-
}>, import("zod").ZodUnion<[import("zod").ZodObject<{
|
|
1169
|
-
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<{
|
|
1170
|
-
source: import("zod").ZodEffects<import("zod").ZodString, string, string>;
|
|
1171
|
-
directory: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1172
|
-
}, "strict", import("zod").ZodTypeAny, {
|
|
1173
|
-
source: string;
|
|
1174
|
-
directory?: string | undefined;
|
|
1175
|
-
}, {
|
|
1176
|
-
source: string;
|
|
1177
|
-
directory?: string | undefined;
|
|
1178
|
-
}>]>;
|
|
1179
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1180
|
-
openapi: (string | string[] | {
|
|
1181
|
-
source: string;
|
|
1182
|
-
directory?: string | undefined;
|
|
1183
|
-
}) & (string | string[] | {
|
|
1184
|
-
source: string;
|
|
1185
|
-
directory?: string | undefined;
|
|
1186
|
-
} | undefined);
|
|
1187
|
-
}, {
|
|
1188
|
-
openapi: (string | string[] | {
|
|
1189
|
-
source: string;
|
|
1190
|
-
directory?: string | undefined;
|
|
1191
|
-
}) & (string | string[] | {
|
|
1192
|
-
source: string;
|
|
1193
|
-
directory?: string | undefined;
|
|
1194
|
-
} | undefined);
|
|
1195
|
-
}>, import("zod").ZodLazy<import("zod").ZodObject<{
|
|
1196
|
-
pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
1197
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1198
|
-
pages: any[];
|
|
1199
|
-
}, {
|
|
1200
|
-
pages: any[];
|
|
1201
|
-
}>>]>>, "many">;
|
|
1202
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1203
|
-
groups: ({
|
|
1204
|
-
group: string;
|
|
1205
|
-
icon?: string | {
|
|
1206
|
-
name: string;
|
|
1207
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1208
|
-
} | undefined;
|
|
1209
|
-
hidden?: boolean | undefined;
|
|
1210
|
-
root?: string | {
|
|
1211
|
-
href: string;
|
|
1212
|
-
title: string;
|
|
1213
|
-
sidebarTitle?: string | undefined;
|
|
1214
|
-
description?: string | undefined;
|
|
1215
|
-
api?: string | undefined;
|
|
1216
|
-
openapi?: string | undefined;
|
|
1217
|
-
contentType?: string | undefined;
|
|
1218
|
-
authMethod?: string | undefined;
|
|
1219
|
-
auth?: string | undefined;
|
|
1220
|
-
version?: string | undefined;
|
|
1221
|
-
mode?: string | undefined;
|
|
1222
|
-
hideFooterPagination?: boolean | undefined;
|
|
1223
|
-
authors?: unknown;
|
|
1224
|
-
lastUpdatedDate?: string | undefined;
|
|
1225
|
-
createdDate?: string | undefined;
|
|
1226
|
-
'openapi-schema'?: string | undefined;
|
|
1227
|
-
icon?: string | {
|
|
1228
|
-
name: string;
|
|
1229
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1230
|
-
} | undefined;
|
|
1231
|
-
tag?: string | undefined;
|
|
1232
|
-
url?: string | undefined;
|
|
1233
|
-
hideApiMarker?: boolean | undefined;
|
|
1234
|
-
noindex?: boolean | undefined;
|
|
1235
|
-
isPublic?: boolean | undefined;
|
|
1236
|
-
} | undefined;
|
|
1237
|
-
} & ({
|
|
1238
|
-
openapi: (string | string[] | {
|
|
1239
|
-
source: string;
|
|
1240
|
-
directory?: string | undefined;
|
|
1241
|
-
}) & (string | string[] | {
|
|
1242
|
-
source: string;
|
|
1243
|
-
directory?: string | undefined;
|
|
1244
|
-
} | undefined);
|
|
1245
|
-
} | {
|
|
1246
|
-
pages: any[];
|
|
1247
|
-
}))[];
|
|
1248
|
-
}, {
|
|
1249
|
-
groups: ({
|
|
1250
|
-
group: string;
|
|
1251
|
-
icon?: string | {
|
|
1252
|
-
name: string;
|
|
1253
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1254
|
-
} | undefined;
|
|
1255
|
-
hidden?: boolean | undefined;
|
|
1256
|
-
root?: string | {
|
|
1257
|
-
href: string;
|
|
1258
|
-
title: string;
|
|
1259
|
-
sidebarTitle?: string | undefined;
|
|
1260
|
-
description?: string | undefined;
|
|
1261
|
-
api?: string | undefined;
|
|
1262
|
-
openapi?: string | undefined;
|
|
1263
|
-
contentType?: string | undefined;
|
|
1264
|
-
authMethod?: string | undefined;
|
|
1265
|
-
auth?: string | undefined;
|
|
1266
|
-
version?: string | undefined;
|
|
1267
|
-
mode?: string | undefined;
|
|
1268
|
-
hideFooterPagination?: boolean | undefined;
|
|
1269
|
-
authors?: unknown;
|
|
1270
|
-
lastUpdatedDate?: string | undefined;
|
|
1271
|
-
createdDate?: string | undefined;
|
|
1272
|
-
'openapi-schema'?: string | undefined;
|
|
1273
|
-
icon?: string | {
|
|
1274
|
-
name: string;
|
|
1275
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1276
|
-
} | undefined;
|
|
1277
|
-
tag?: string | undefined;
|
|
1278
|
-
url?: string | undefined;
|
|
1279
|
-
hideApiMarker?: boolean | undefined;
|
|
1280
|
-
noindex?: boolean | undefined;
|
|
1281
|
-
isPublic?: boolean | undefined;
|
|
1282
|
-
} | undefined;
|
|
1283
|
-
} & ({
|
|
1284
|
-
openapi: (string | string[] | {
|
|
1285
|
-
source: string;
|
|
1286
|
-
directory?: string | undefined;
|
|
1287
|
-
}) & (string | string[] | {
|
|
1288
|
-
source: string;
|
|
1289
|
-
directory?: string | undefined;
|
|
1290
|
-
} | undefined);
|
|
1291
|
-
} | {
|
|
1292
|
-
pages: any[];
|
|
1293
|
-
}))[];
|
|
1294
|
-
}>, import("zod").ZodObject<{
|
|
1295
|
-
pages: import("zod").ZodArray<import("zod").ZodType<any, import("zod").ZodTypeDef, any>, "many">;
|
|
1296
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1297
|
-
pages: any[];
|
|
1298
|
-
}, {
|
|
1299
|
-
pages: any[];
|
|
1300
|
-
}>]>>;
|
|
713
|
+
}>>;
|
|
1301
714
|
footer: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1302
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>>;
|
|
1303
716
|
links: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|