@mintlify/validation 0.1.681 → 0.1.683
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 +130 -0
- package/dist/mint-config/schemas/v2/properties/markdown.d.ts +8 -0
- package/dist/mint-config/schemas/v2/properties/markdown.js +10 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +13 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +13 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +13 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +13 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +13 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +13 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +13 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.js +2 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +13 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +13 -0
- package/dist/mint-config/validateConfig.d.ts +54 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1587,6 +1587,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1587
1587
|
timestamp?: boolean | undefined;
|
|
1588
1588
|
}>>>;
|
|
1589
1589
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1590
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1591
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1592
|
+
}, "strip", z.ZodTypeAny, {
|
|
1593
|
+
schema?: boolean | undefined;
|
|
1594
|
+
}, {
|
|
1595
|
+
schema?: boolean | undefined;
|
|
1596
|
+
}>>>;
|
|
1590
1597
|
theme: z.ZodLiteral<"mint">;
|
|
1591
1598
|
}, "strip", z.ZodTypeAny, {
|
|
1592
1599
|
name: string;
|
|
@@ -1959,6 +1966,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1959
1966
|
drilldown?: boolean | undefined;
|
|
1960
1967
|
} | undefined;
|
|
1961
1968
|
variables?: Record<string, string> | undefined;
|
|
1969
|
+
markdown?: {
|
|
1970
|
+
schema?: boolean | undefined;
|
|
1971
|
+
} | undefined;
|
|
1962
1972
|
}, {
|
|
1963
1973
|
name: string;
|
|
1964
1974
|
theme: "mint";
|
|
@@ -2330,6 +2340,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2330
2340
|
drilldown?: boolean | undefined;
|
|
2331
2341
|
} | undefined;
|
|
2332
2342
|
variables?: Record<string, string> | undefined;
|
|
2343
|
+
markdown?: {
|
|
2344
|
+
schema?: boolean | undefined;
|
|
2345
|
+
} | undefined;
|
|
2333
2346
|
}>, z.ZodObject<{
|
|
2334
2347
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2335
2348
|
name: z.ZodString;
|
|
@@ -3915,6 +3928,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3915
3928
|
timestamp?: boolean | undefined;
|
|
3916
3929
|
}>>>;
|
|
3917
3930
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
3931
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
3932
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
3933
|
+
}, "strip", z.ZodTypeAny, {
|
|
3934
|
+
schema?: boolean | undefined;
|
|
3935
|
+
}, {
|
|
3936
|
+
schema?: boolean | undefined;
|
|
3937
|
+
}>>>;
|
|
3918
3938
|
theme: z.ZodLiteral<"maple">;
|
|
3919
3939
|
}, "strip", z.ZodTypeAny, {
|
|
3920
3940
|
name: string;
|
|
@@ -4287,6 +4307,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4287
4307
|
drilldown?: boolean | undefined;
|
|
4288
4308
|
} | undefined;
|
|
4289
4309
|
variables?: Record<string, string> | undefined;
|
|
4310
|
+
markdown?: {
|
|
4311
|
+
schema?: boolean | undefined;
|
|
4312
|
+
} | undefined;
|
|
4290
4313
|
}, {
|
|
4291
4314
|
name: string;
|
|
4292
4315
|
theme: "maple";
|
|
@@ -4658,6 +4681,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4658
4681
|
drilldown?: boolean | undefined;
|
|
4659
4682
|
} | undefined;
|
|
4660
4683
|
variables?: Record<string, string> | undefined;
|
|
4684
|
+
markdown?: {
|
|
4685
|
+
schema?: boolean | undefined;
|
|
4686
|
+
} | undefined;
|
|
4661
4687
|
}>, z.ZodObject<{
|
|
4662
4688
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4663
4689
|
name: z.ZodString;
|
|
@@ -6243,6 +6269,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6243
6269
|
timestamp?: boolean | undefined;
|
|
6244
6270
|
}>>>;
|
|
6245
6271
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
6272
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
6273
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
6274
|
+
}, "strip", z.ZodTypeAny, {
|
|
6275
|
+
schema?: boolean | undefined;
|
|
6276
|
+
}, {
|
|
6277
|
+
schema?: boolean | undefined;
|
|
6278
|
+
}>>>;
|
|
6246
6279
|
theme: z.ZodLiteral<"palm">;
|
|
6247
6280
|
}, "strip", z.ZodTypeAny, {
|
|
6248
6281
|
name: string;
|
|
@@ -6615,6 +6648,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6615
6648
|
drilldown?: boolean | undefined;
|
|
6616
6649
|
} | undefined;
|
|
6617
6650
|
variables?: Record<string, string> | undefined;
|
|
6651
|
+
markdown?: {
|
|
6652
|
+
schema?: boolean | undefined;
|
|
6653
|
+
} | undefined;
|
|
6618
6654
|
}, {
|
|
6619
6655
|
name: string;
|
|
6620
6656
|
theme: "palm";
|
|
@@ -6986,6 +7022,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6986
7022
|
drilldown?: boolean | undefined;
|
|
6987
7023
|
} | undefined;
|
|
6988
7024
|
variables?: Record<string, string> | undefined;
|
|
7025
|
+
markdown?: {
|
|
7026
|
+
schema?: boolean | undefined;
|
|
7027
|
+
} | undefined;
|
|
6989
7028
|
}>, z.ZodObject<{
|
|
6990
7029
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6991
7030
|
name: z.ZodString;
|
|
@@ -8571,6 +8610,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8571
8610
|
timestamp?: boolean | undefined;
|
|
8572
8611
|
}>>>;
|
|
8573
8612
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
8613
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
8614
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
8615
|
+
}, "strip", z.ZodTypeAny, {
|
|
8616
|
+
schema?: boolean | undefined;
|
|
8617
|
+
}, {
|
|
8618
|
+
schema?: boolean | undefined;
|
|
8619
|
+
}>>>;
|
|
8574
8620
|
theme: z.ZodLiteral<"willow">;
|
|
8575
8621
|
}, "strip", z.ZodTypeAny, {
|
|
8576
8622
|
name: string;
|
|
@@ -8943,6 +8989,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8943
8989
|
drilldown?: boolean | undefined;
|
|
8944
8990
|
} | undefined;
|
|
8945
8991
|
variables?: Record<string, string> | undefined;
|
|
8992
|
+
markdown?: {
|
|
8993
|
+
schema?: boolean | undefined;
|
|
8994
|
+
} | undefined;
|
|
8946
8995
|
}, {
|
|
8947
8996
|
name: string;
|
|
8948
8997
|
theme: "willow";
|
|
@@ -9314,6 +9363,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9314
9363
|
drilldown?: boolean | undefined;
|
|
9315
9364
|
} | undefined;
|
|
9316
9365
|
variables?: Record<string, string> | undefined;
|
|
9366
|
+
markdown?: {
|
|
9367
|
+
schema?: boolean | undefined;
|
|
9368
|
+
} | undefined;
|
|
9317
9369
|
}>, z.ZodObject<{
|
|
9318
9370
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
9319
9371
|
name: z.ZodString;
|
|
@@ -10899,6 +10951,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10899
10951
|
timestamp?: boolean | undefined;
|
|
10900
10952
|
}>>>;
|
|
10901
10953
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
10954
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
10955
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
10956
|
+
}, "strip", z.ZodTypeAny, {
|
|
10957
|
+
schema?: boolean | undefined;
|
|
10958
|
+
}, {
|
|
10959
|
+
schema?: boolean | undefined;
|
|
10960
|
+
}>>>;
|
|
10902
10961
|
theme: z.ZodLiteral<"linden">;
|
|
10903
10962
|
}, "strip", z.ZodTypeAny, {
|
|
10904
10963
|
name: string;
|
|
@@ -11271,6 +11330,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11271
11330
|
drilldown?: boolean | undefined;
|
|
11272
11331
|
} | undefined;
|
|
11273
11332
|
variables?: Record<string, string> | undefined;
|
|
11333
|
+
markdown?: {
|
|
11334
|
+
schema?: boolean | undefined;
|
|
11335
|
+
} | undefined;
|
|
11274
11336
|
}, {
|
|
11275
11337
|
name: string;
|
|
11276
11338
|
theme: "linden";
|
|
@@ -11642,6 +11704,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11642
11704
|
drilldown?: boolean | undefined;
|
|
11643
11705
|
} | undefined;
|
|
11644
11706
|
variables?: Record<string, string> | undefined;
|
|
11707
|
+
markdown?: {
|
|
11708
|
+
schema?: boolean | undefined;
|
|
11709
|
+
} | undefined;
|
|
11645
11710
|
}>, z.ZodObject<{
|
|
11646
11711
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
11647
11712
|
name: z.ZodString;
|
|
@@ -13227,6 +13292,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13227
13292
|
timestamp?: boolean | undefined;
|
|
13228
13293
|
}>>>;
|
|
13229
13294
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
13295
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
13296
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
13297
|
+
}, "strip", z.ZodTypeAny, {
|
|
13298
|
+
schema?: boolean | undefined;
|
|
13299
|
+
}, {
|
|
13300
|
+
schema?: boolean | undefined;
|
|
13301
|
+
}>>>;
|
|
13230
13302
|
theme: z.ZodLiteral<"almond">;
|
|
13231
13303
|
}, "strip", z.ZodTypeAny, {
|
|
13232
13304
|
name: string;
|
|
@@ -13599,6 +13671,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13599
13671
|
drilldown?: boolean | undefined;
|
|
13600
13672
|
} | undefined;
|
|
13601
13673
|
variables?: Record<string, string> | undefined;
|
|
13674
|
+
markdown?: {
|
|
13675
|
+
schema?: boolean | undefined;
|
|
13676
|
+
} | undefined;
|
|
13602
13677
|
}, {
|
|
13603
13678
|
name: string;
|
|
13604
13679
|
theme: "almond";
|
|
@@ -13970,6 +14045,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
13970
14045
|
drilldown?: boolean | undefined;
|
|
13971
14046
|
} | undefined;
|
|
13972
14047
|
variables?: Record<string, string> | undefined;
|
|
14048
|
+
markdown?: {
|
|
14049
|
+
schema?: boolean | undefined;
|
|
14050
|
+
} | undefined;
|
|
13973
14051
|
}>, z.ZodObject<{
|
|
13974
14052
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
13975
14053
|
name: z.ZodString;
|
|
@@ -15555,6 +15633,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15555
15633
|
timestamp?: boolean | undefined;
|
|
15556
15634
|
}>>>;
|
|
15557
15635
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
15636
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
15637
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
15638
|
+
}, "strip", z.ZodTypeAny, {
|
|
15639
|
+
schema?: boolean | undefined;
|
|
15640
|
+
}, {
|
|
15641
|
+
schema?: boolean | undefined;
|
|
15642
|
+
}>>>;
|
|
15558
15643
|
theme: z.ZodLiteral<"aspen">;
|
|
15559
15644
|
}, "strip", z.ZodTypeAny, {
|
|
15560
15645
|
name: string;
|
|
@@ -15927,6 +16012,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
15927
16012
|
drilldown?: boolean | undefined;
|
|
15928
16013
|
} | undefined;
|
|
15929
16014
|
variables?: Record<string, string> | undefined;
|
|
16015
|
+
markdown?: {
|
|
16016
|
+
schema?: boolean | undefined;
|
|
16017
|
+
} | undefined;
|
|
15930
16018
|
}, {
|
|
15931
16019
|
name: string;
|
|
15932
16020
|
theme: "aspen";
|
|
@@ -16298,6 +16386,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
16298
16386
|
drilldown?: boolean | undefined;
|
|
16299
16387
|
} | undefined;
|
|
16300
16388
|
variables?: Record<string, string> | undefined;
|
|
16389
|
+
markdown?: {
|
|
16390
|
+
schema?: boolean | undefined;
|
|
16391
|
+
} | undefined;
|
|
16301
16392
|
}>, z.ZodObject<{
|
|
16302
16393
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
16303
16394
|
name: z.ZodString;
|
|
@@ -17883,6 +17974,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
17883
17974
|
timestamp?: boolean | undefined;
|
|
17884
17975
|
}>>>;
|
|
17885
17976
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
17977
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
17978
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
17979
|
+
}, "strip", z.ZodTypeAny, {
|
|
17980
|
+
schema?: boolean | undefined;
|
|
17981
|
+
}, {
|
|
17982
|
+
schema?: boolean | undefined;
|
|
17983
|
+
}>>>;
|
|
17886
17984
|
theme: z.ZodLiteral<"luma">;
|
|
17887
17985
|
}, "strip", z.ZodTypeAny, {
|
|
17888
17986
|
name: string;
|
|
@@ -18255,6 +18353,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18255
18353
|
drilldown?: boolean | undefined;
|
|
18256
18354
|
} | undefined;
|
|
18257
18355
|
variables?: Record<string, string> | undefined;
|
|
18356
|
+
markdown?: {
|
|
18357
|
+
schema?: boolean | undefined;
|
|
18358
|
+
} | undefined;
|
|
18258
18359
|
}, {
|
|
18259
18360
|
name: string;
|
|
18260
18361
|
theme: "luma";
|
|
@@ -18626,6 +18727,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
18626
18727
|
drilldown?: boolean | undefined;
|
|
18627
18728
|
} | undefined;
|
|
18628
18729
|
variables?: Record<string, string> | undefined;
|
|
18730
|
+
markdown?: {
|
|
18731
|
+
schema?: boolean | undefined;
|
|
18732
|
+
} | undefined;
|
|
18629
18733
|
}>, z.ZodObject<{
|
|
18630
18734
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
18631
18735
|
name: z.ZodString;
|
|
@@ -20211,6 +20315,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20211
20315
|
timestamp?: boolean | undefined;
|
|
20212
20316
|
}>>>;
|
|
20213
20317
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
20318
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
20319
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
20320
|
+
}, "strip", z.ZodTypeAny, {
|
|
20321
|
+
schema?: boolean | undefined;
|
|
20322
|
+
}, {
|
|
20323
|
+
schema?: boolean | undefined;
|
|
20324
|
+
}>>>;
|
|
20214
20325
|
theme: z.ZodLiteral<"sequoia">;
|
|
20215
20326
|
}, "strip", z.ZodTypeAny, {
|
|
20216
20327
|
name: string;
|
|
@@ -20583,6 +20694,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20583
20694
|
drilldown?: boolean | undefined;
|
|
20584
20695
|
} | undefined;
|
|
20585
20696
|
variables?: Record<string, string> | undefined;
|
|
20697
|
+
markdown?: {
|
|
20698
|
+
schema?: boolean | undefined;
|
|
20699
|
+
} | undefined;
|
|
20586
20700
|
}, {
|
|
20587
20701
|
name: string;
|
|
20588
20702
|
theme: "sequoia";
|
|
@@ -20954,6 +21068,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
20954
21068
|
drilldown?: boolean | undefined;
|
|
20955
21069
|
} | undefined;
|
|
20956
21070
|
variables?: Record<string, string> | undefined;
|
|
21071
|
+
markdown?: {
|
|
21072
|
+
schema?: boolean | undefined;
|
|
21073
|
+
} | undefined;
|
|
20957
21074
|
}>]>;
|
|
20958
21075
|
export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
20959
21076
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -22540,6 +22657,13 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22540
22657
|
timestamp?: boolean | undefined;
|
|
22541
22658
|
}>>>;
|
|
22542
22659
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
22660
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
22661
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
22662
|
+
}, "strip", z.ZodTypeAny, {
|
|
22663
|
+
schema?: boolean | undefined;
|
|
22664
|
+
}, {
|
|
22665
|
+
schema?: boolean | undefined;
|
|
22666
|
+
}>>>;
|
|
22543
22667
|
theme: z.ZodEnum<["mint", "maple", "palm", "willow", "linden", "almond", "aspen", "luma", "sequoia"]>;
|
|
22544
22668
|
}, "strip", z.ZodTypeAny, {
|
|
22545
22669
|
name: string;
|
|
@@ -22912,6 +23036,9 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
22912
23036
|
drilldown?: boolean | undefined;
|
|
22913
23037
|
} | undefined;
|
|
22914
23038
|
variables?: Record<string, string> | undefined;
|
|
23039
|
+
markdown?: {
|
|
23040
|
+
schema?: boolean | undefined;
|
|
23041
|
+
} | undefined;
|
|
22915
23042
|
}, {
|
|
22916
23043
|
name: string;
|
|
22917
23044
|
theme: "mint" | "maple" | "palm" | "willow" | "linden" | "almond" | "aspen" | "luma" | "sequoia";
|
|
@@ -23283,4 +23410,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
23283
23410
|
drilldown?: boolean | undefined;
|
|
23284
23411
|
} | undefined;
|
|
23285
23412
|
variables?: Record<string, string> | undefined;
|
|
23413
|
+
markdown?: {
|
|
23414
|
+
schema?: boolean | undefined;
|
|
23415
|
+
} | undefined;
|
|
23286
23416
|
}>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const markdownSchema = z
|
|
3
|
+
.object({
|
|
4
|
+
schema: z
|
|
5
|
+
.boolean()
|
|
6
|
+
.optional()
|
|
7
|
+
.describe('Whether to include the full OpenAPI/AsyncAPI specification in API reference pages served as markdown to AI agents. Defaults to true.'),
|
|
8
|
+
})
|
|
9
|
+
.optional()
|
|
10
|
+
.describe('Configuration for markdown pages served to AI agents');
|
|
@@ -1584,6 +1584,13 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
timestamp?: boolean | undefined;
|
|
1585
1585
|
}>>>;
|
|
1586
1586
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1587
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1588
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1589
|
+
}, "strip", z.ZodTypeAny, {
|
|
1590
|
+
schema?: boolean | undefined;
|
|
1591
|
+
}, {
|
|
1592
|
+
schema?: boolean | undefined;
|
|
1593
|
+
}>>>;
|
|
1587
1594
|
theme: z.ZodLiteral<"almond">;
|
|
1588
1595
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1596
|
name: string;
|
|
@@ -1956,6 +1963,9 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1956
1963
|
drilldown?: boolean | undefined;
|
|
1957
1964
|
} | undefined;
|
|
1958
1965
|
variables?: Record<string, string> | undefined;
|
|
1966
|
+
markdown?: {
|
|
1967
|
+
schema?: boolean | undefined;
|
|
1968
|
+
} | undefined;
|
|
1959
1969
|
}, {
|
|
1960
1970
|
name: string;
|
|
1961
1971
|
theme: "almond";
|
|
@@ -2327,4 +2337,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2327
2337
|
drilldown?: boolean | undefined;
|
|
2328
2338
|
} | undefined;
|
|
2329
2339
|
variables?: Record<string, string> | undefined;
|
|
2340
|
+
markdown?: {
|
|
2341
|
+
schema?: boolean | undefined;
|
|
2342
|
+
} | undefined;
|
|
2330
2343
|
}>;
|
|
@@ -1584,6 +1584,13 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
timestamp?: boolean | undefined;
|
|
1585
1585
|
}>>>;
|
|
1586
1586
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1587
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1588
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1589
|
+
}, "strip", z.ZodTypeAny, {
|
|
1590
|
+
schema?: boolean | undefined;
|
|
1591
|
+
}, {
|
|
1592
|
+
schema?: boolean | undefined;
|
|
1593
|
+
}>>>;
|
|
1587
1594
|
theme: z.ZodLiteral<"aspen">;
|
|
1588
1595
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1596
|
name: string;
|
|
@@ -1956,6 +1963,9 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1956
1963
|
drilldown?: boolean | undefined;
|
|
1957
1964
|
} | undefined;
|
|
1958
1965
|
variables?: Record<string, string> | undefined;
|
|
1966
|
+
markdown?: {
|
|
1967
|
+
schema?: boolean | undefined;
|
|
1968
|
+
} | undefined;
|
|
1959
1969
|
}, {
|
|
1960
1970
|
name: string;
|
|
1961
1971
|
theme: "aspen";
|
|
@@ -2327,4 +2337,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2327
2337
|
drilldown?: boolean | undefined;
|
|
2328
2338
|
} | undefined;
|
|
2329
2339
|
variables?: Record<string, string> | undefined;
|
|
2340
|
+
markdown?: {
|
|
2341
|
+
schema?: boolean | undefined;
|
|
2342
|
+
} | undefined;
|
|
2330
2343
|
}>;
|
|
@@ -1584,6 +1584,13 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
timestamp?: boolean | undefined;
|
|
1585
1585
|
}>>>;
|
|
1586
1586
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1587
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1588
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1589
|
+
}, "strip", z.ZodTypeAny, {
|
|
1590
|
+
schema?: boolean | undefined;
|
|
1591
|
+
}, {
|
|
1592
|
+
schema?: boolean | undefined;
|
|
1593
|
+
}>>>;
|
|
1587
1594
|
theme: z.ZodLiteral<"linden">;
|
|
1588
1595
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1596
|
name: string;
|
|
@@ -1956,6 +1963,9 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1956
1963
|
drilldown?: boolean | undefined;
|
|
1957
1964
|
} | undefined;
|
|
1958
1965
|
variables?: Record<string, string> | undefined;
|
|
1966
|
+
markdown?: {
|
|
1967
|
+
schema?: boolean | undefined;
|
|
1968
|
+
} | undefined;
|
|
1959
1969
|
}, {
|
|
1960
1970
|
name: string;
|
|
1961
1971
|
theme: "linden";
|
|
@@ -2327,4 +2337,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2327
2337
|
drilldown?: boolean | undefined;
|
|
2328
2338
|
} | undefined;
|
|
2329
2339
|
variables?: Record<string, string> | undefined;
|
|
2340
|
+
markdown?: {
|
|
2341
|
+
schema?: boolean | undefined;
|
|
2342
|
+
} | undefined;
|
|
2330
2343
|
}>;
|
|
@@ -1584,6 +1584,13 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
timestamp?: boolean | undefined;
|
|
1585
1585
|
}>>>;
|
|
1586
1586
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1587
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1588
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1589
|
+
}, "strip", z.ZodTypeAny, {
|
|
1590
|
+
schema?: boolean | undefined;
|
|
1591
|
+
}, {
|
|
1592
|
+
schema?: boolean | undefined;
|
|
1593
|
+
}>>>;
|
|
1587
1594
|
theme: z.ZodLiteral<"luma">;
|
|
1588
1595
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1596
|
name: string;
|
|
@@ -1956,6 +1963,9 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
1956
1963
|
drilldown?: boolean | undefined;
|
|
1957
1964
|
} | undefined;
|
|
1958
1965
|
variables?: Record<string, string> | undefined;
|
|
1966
|
+
markdown?: {
|
|
1967
|
+
schema?: boolean | undefined;
|
|
1968
|
+
} | undefined;
|
|
1959
1969
|
}, {
|
|
1960
1970
|
name: string;
|
|
1961
1971
|
theme: "luma";
|
|
@@ -2327,4 +2337,7 @@ export declare const lumaConfigSchema: z.ZodObject<{
|
|
|
2327
2337
|
drilldown?: boolean | undefined;
|
|
2328
2338
|
} | undefined;
|
|
2329
2339
|
variables?: Record<string, string> | undefined;
|
|
2340
|
+
markdown?: {
|
|
2341
|
+
schema?: boolean | undefined;
|
|
2342
|
+
} | undefined;
|
|
2330
2343
|
}>;
|
|
@@ -1584,6 +1584,13 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
timestamp?: boolean | undefined;
|
|
1585
1585
|
}>>>;
|
|
1586
1586
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1587
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1588
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1589
|
+
}, "strip", z.ZodTypeAny, {
|
|
1590
|
+
schema?: boolean | undefined;
|
|
1591
|
+
}, {
|
|
1592
|
+
schema?: boolean | undefined;
|
|
1593
|
+
}>>>;
|
|
1587
1594
|
theme: z.ZodLiteral<"maple">;
|
|
1588
1595
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1596
|
name: string;
|
|
@@ -1956,6 +1963,9 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1956
1963
|
drilldown?: boolean | undefined;
|
|
1957
1964
|
} | undefined;
|
|
1958
1965
|
variables?: Record<string, string> | undefined;
|
|
1966
|
+
markdown?: {
|
|
1967
|
+
schema?: boolean | undefined;
|
|
1968
|
+
} | undefined;
|
|
1959
1969
|
}, {
|
|
1960
1970
|
name: string;
|
|
1961
1971
|
theme: "maple";
|
|
@@ -2327,4 +2337,7 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2327
2337
|
drilldown?: boolean | undefined;
|
|
2328
2338
|
} | undefined;
|
|
2329
2339
|
variables?: Record<string, string> | undefined;
|
|
2340
|
+
markdown?: {
|
|
2341
|
+
schema?: boolean | undefined;
|
|
2342
|
+
} | undefined;
|
|
2330
2343
|
}>;
|
|
@@ -1584,6 +1584,13 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
timestamp?: boolean | undefined;
|
|
1585
1585
|
}>>>;
|
|
1586
1586
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1587
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1588
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1589
|
+
}, "strip", z.ZodTypeAny, {
|
|
1590
|
+
schema?: boolean | undefined;
|
|
1591
|
+
}, {
|
|
1592
|
+
schema?: boolean | undefined;
|
|
1593
|
+
}>>>;
|
|
1587
1594
|
theme: z.ZodLiteral<"mint">;
|
|
1588
1595
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1596
|
name: string;
|
|
@@ -1956,6 +1963,9 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1956
1963
|
drilldown?: boolean | undefined;
|
|
1957
1964
|
} | undefined;
|
|
1958
1965
|
variables?: Record<string, string> | undefined;
|
|
1966
|
+
markdown?: {
|
|
1967
|
+
schema?: boolean | undefined;
|
|
1968
|
+
} | undefined;
|
|
1959
1969
|
}, {
|
|
1960
1970
|
name: string;
|
|
1961
1971
|
theme: "mint";
|
|
@@ -2327,4 +2337,7 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2327
2337
|
drilldown?: boolean | undefined;
|
|
2328
2338
|
} | undefined;
|
|
2329
2339
|
variables?: Record<string, string> | undefined;
|
|
2340
|
+
markdown?: {
|
|
2341
|
+
schema?: boolean | undefined;
|
|
2342
|
+
} | undefined;
|
|
2330
2343
|
}>;
|
|
@@ -1584,6 +1584,13 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
timestamp?: boolean | undefined;
|
|
1585
1585
|
}>>>;
|
|
1586
1586
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1587
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1588
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1589
|
+
}, "strip", z.ZodTypeAny, {
|
|
1590
|
+
schema?: boolean | undefined;
|
|
1591
|
+
}, {
|
|
1592
|
+
schema?: boolean | undefined;
|
|
1593
|
+
}>>>;
|
|
1587
1594
|
theme: z.ZodLiteral<"palm">;
|
|
1588
1595
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1596
|
name: string;
|
|
@@ -1956,6 +1963,9 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1956
1963
|
drilldown?: boolean | undefined;
|
|
1957
1964
|
} | undefined;
|
|
1958
1965
|
variables?: Record<string, string> | undefined;
|
|
1966
|
+
markdown?: {
|
|
1967
|
+
schema?: boolean | undefined;
|
|
1968
|
+
} | undefined;
|
|
1959
1969
|
}, {
|
|
1960
1970
|
name: string;
|
|
1961
1971
|
theme: "palm";
|
|
@@ -2327,4 +2337,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2327
2337
|
drilldown?: boolean | undefined;
|
|
2328
2338
|
} | undefined;
|
|
2329
2339
|
variables?: Record<string, string> | undefined;
|
|
2340
|
+
markdown?: {
|
|
2341
|
+
schema?: boolean | undefined;
|
|
2342
|
+
} | undefined;
|
|
2330
2343
|
}>;
|
|
@@ -1583,4 +1583,11 @@ export declare const standardConfigSchema: {
|
|
|
1583
1583
|
timestamp?: boolean | undefined;
|
|
1584
1584
|
}>>>;
|
|
1585
1585
|
variables: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
1586
|
+
markdown: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1587
|
+
schema: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
1588
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1589
|
+
schema?: boolean | undefined;
|
|
1590
|
+
}, {
|
|
1591
|
+
schema?: boolean | undefined;
|
|
1592
|
+
}>>>;
|
|
1586
1593
|
};
|
|
@@ -15,6 +15,7 @@ import { iconsSchema } from '../../properties/icons.js';
|
|
|
15
15
|
import { integrationsSchema } from '../../properties/integrations.js';
|
|
16
16
|
import { interactionSchema } from '../../properties/interaction.js';
|
|
17
17
|
import { logoSchema } from '../../properties/logo.js';
|
|
18
|
+
import { markdownSchema } from '../../properties/markdown.js';
|
|
18
19
|
import { metadataSchema } from '../../properties/metadata.js';
|
|
19
20
|
import { nameSchema } from '../../properties/name.js';
|
|
20
21
|
import { navbarSchema } from '../../properties/navbar.js';
|
|
@@ -53,4 +54,5 @@ export const standardConfigSchema = {
|
|
|
53
54
|
interaction: interactionSchema.optional(),
|
|
54
55
|
metadata: metadataSchema.optional(),
|
|
55
56
|
variables: variablesSchema.optional(),
|
|
57
|
+
markdown: markdownSchema.optional(),
|
|
56
58
|
};
|
|
@@ -1584,6 +1584,13 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
timestamp?: boolean | undefined;
|
|
1585
1585
|
}>>>;
|
|
1586
1586
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1587
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1588
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1589
|
+
}, "strip", z.ZodTypeAny, {
|
|
1590
|
+
schema?: boolean | undefined;
|
|
1591
|
+
}, {
|
|
1592
|
+
schema?: boolean | undefined;
|
|
1593
|
+
}>>>;
|
|
1587
1594
|
theme: z.ZodLiteral<"sequoia">;
|
|
1588
1595
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1596
|
name: string;
|
|
@@ -1956,6 +1963,9 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1956
1963
|
drilldown?: boolean | undefined;
|
|
1957
1964
|
} | undefined;
|
|
1958
1965
|
variables?: Record<string, string> | undefined;
|
|
1966
|
+
markdown?: {
|
|
1967
|
+
schema?: boolean | undefined;
|
|
1968
|
+
} | undefined;
|
|
1959
1969
|
}, {
|
|
1960
1970
|
name: string;
|
|
1961
1971
|
theme: "sequoia";
|
|
@@ -2327,4 +2337,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
2327
2337
|
drilldown?: boolean | undefined;
|
|
2328
2338
|
} | undefined;
|
|
2329
2339
|
variables?: Record<string, string> | undefined;
|
|
2340
|
+
markdown?: {
|
|
2341
|
+
schema?: boolean | undefined;
|
|
2342
|
+
} | undefined;
|
|
2330
2343
|
}>;
|
|
@@ -1584,6 +1584,13 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1584
1584
|
timestamp?: boolean | undefined;
|
|
1585
1585
|
}>>>;
|
|
1586
1586
|
variables: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
|
|
1587
|
+
markdown: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
1588
|
+
schema: z.ZodOptional<z.ZodBoolean>;
|
|
1589
|
+
}, "strip", z.ZodTypeAny, {
|
|
1590
|
+
schema?: boolean | undefined;
|
|
1591
|
+
}, {
|
|
1592
|
+
schema?: boolean | undefined;
|
|
1593
|
+
}>>>;
|
|
1587
1594
|
theme: z.ZodLiteral<"willow">;
|
|
1588
1595
|
}, "strip", z.ZodTypeAny, {
|
|
1589
1596
|
name: string;
|
|
@@ -1956,6 +1963,9 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1956
1963
|
drilldown?: boolean | undefined;
|
|
1957
1964
|
} | undefined;
|
|
1958
1965
|
variables?: Record<string, string> | undefined;
|
|
1966
|
+
markdown?: {
|
|
1967
|
+
schema?: boolean | undefined;
|
|
1968
|
+
} | undefined;
|
|
1959
1969
|
}, {
|
|
1960
1970
|
name: string;
|
|
1961
1971
|
theme: "willow";
|
|
@@ -2327,4 +2337,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2327
2337
|
drilldown?: boolean | undefined;
|
|
2328
2338
|
} | undefined;
|
|
2329
2339
|
variables?: Record<string, string> | undefined;
|
|
2340
|
+
markdown?: {
|
|
2341
|
+
schema?: boolean | undefined;
|
|
2342
|
+
} | undefined;
|
|
2330
2343
|
}>;
|