@mintlify/validation 0.1.542 → 0.1.544
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 +0 -24
- package/dist/mint-config/schemas/v2/properties/index.d.ts +0 -1
- package/dist/mint-config/schemas/v2/properties/index.js +0 -1
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +0 -3
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +0 -3
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +0 -3
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +0 -3
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +0 -3
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +0 -3
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +0 -1
- package/dist/mint-config/schemas/v2/themes/reusable/index.js +0 -2
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +0 -3
- package/dist/mint-config/validateConfig.d.ts +0 -14
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/dist/mint-config/schemas/v2/properties/snippets.d.ts +0 -3
- package/dist/mint-config/schemas/v2/properties/snippets.js +0 -4
|
@@ -1449,7 +1449,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1449
1449
|
}, {
|
|
1450
1450
|
timestamp?: boolean | undefined;
|
|
1451
1451
|
}>>>;
|
|
1452
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1453
1452
|
theme: z.ZodLiteral<"mint">;
|
|
1454
1453
|
}, "strip", z.ZodTypeAny, {
|
|
1455
1454
|
name: string;
|
|
@@ -1774,7 +1773,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1774
1773
|
interaction?: {
|
|
1775
1774
|
drilldown?: boolean | undefined;
|
|
1776
1775
|
} | undefined;
|
|
1777
|
-
snippets?: string[] | undefined;
|
|
1778
1776
|
}, {
|
|
1779
1777
|
name: string;
|
|
1780
1778
|
theme: "mint";
|
|
@@ -2098,7 +2096,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2098
2096
|
interaction?: {
|
|
2099
2097
|
drilldown?: boolean | undefined;
|
|
2100
2098
|
} | undefined;
|
|
2101
|
-
snippets?: string[] | undefined;
|
|
2102
2099
|
}>, z.ZodObject<{
|
|
2103
2100
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
2104
2101
|
name: z.ZodString;
|
|
@@ -3546,7 +3543,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3546
3543
|
}, {
|
|
3547
3544
|
timestamp?: boolean | undefined;
|
|
3548
3545
|
}>>>;
|
|
3549
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
3550
3546
|
theme: z.ZodLiteral<"maple">;
|
|
3551
3547
|
}, "strip", z.ZodTypeAny, {
|
|
3552
3548
|
name: string;
|
|
@@ -3871,7 +3867,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3871
3867
|
interaction?: {
|
|
3872
3868
|
drilldown?: boolean | undefined;
|
|
3873
3869
|
} | undefined;
|
|
3874
|
-
snippets?: string[] | undefined;
|
|
3875
3870
|
}, {
|
|
3876
3871
|
name: string;
|
|
3877
3872
|
theme: "maple";
|
|
@@ -4195,7 +4190,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4195
4190
|
interaction?: {
|
|
4196
4191
|
drilldown?: boolean | undefined;
|
|
4197
4192
|
} | undefined;
|
|
4198
|
-
snippets?: string[] | undefined;
|
|
4199
4193
|
}>, z.ZodObject<{
|
|
4200
4194
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
4201
4195
|
name: z.ZodString;
|
|
@@ -5643,7 +5637,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5643
5637
|
}, {
|
|
5644
5638
|
timestamp?: boolean | undefined;
|
|
5645
5639
|
}>>>;
|
|
5646
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
5647
5640
|
theme: z.ZodLiteral<"palm">;
|
|
5648
5641
|
}, "strip", z.ZodTypeAny, {
|
|
5649
5642
|
name: string;
|
|
@@ -5968,7 +5961,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5968
5961
|
interaction?: {
|
|
5969
5962
|
drilldown?: boolean | undefined;
|
|
5970
5963
|
} | undefined;
|
|
5971
|
-
snippets?: string[] | undefined;
|
|
5972
5964
|
}, {
|
|
5973
5965
|
name: string;
|
|
5974
5966
|
theme: "palm";
|
|
@@ -6292,7 +6284,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6292
6284
|
interaction?: {
|
|
6293
6285
|
drilldown?: boolean | undefined;
|
|
6294
6286
|
} | undefined;
|
|
6295
|
-
snippets?: string[] | undefined;
|
|
6296
6287
|
}>, z.ZodObject<{
|
|
6297
6288
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
6298
6289
|
name: z.ZodString;
|
|
@@ -7740,7 +7731,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7740
7731
|
}, {
|
|
7741
7732
|
timestamp?: boolean | undefined;
|
|
7742
7733
|
}>>>;
|
|
7743
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
7744
7734
|
theme: z.ZodLiteral<"willow">;
|
|
7745
7735
|
}, "strip", z.ZodTypeAny, {
|
|
7746
7736
|
name: string;
|
|
@@ -8065,7 +8055,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8065
8055
|
interaction?: {
|
|
8066
8056
|
drilldown?: boolean | undefined;
|
|
8067
8057
|
} | undefined;
|
|
8068
|
-
snippets?: string[] | undefined;
|
|
8069
8058
|
}, {
|
|
8070
8059
|
name: string;
|
|
8071
8060
|
theme: "willow";
|
|
@@ -8389,7 +8378,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8389
8378
|
interaction?: {
|
|
8390
8379
|
drilldown?: boolean | undefined;
|
|
8391
8380
|
} | undefined;
|
|
8392
|
-
snippets?: string[] | undefined;
|
|
8393
8381
|
}>, z.ZodObject<{
|
|
8394
8382
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
8395
8383
|
name: z.ZodString;
|
|
@@ -9837,7 +9825,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9837
9825
|
}, {
|
|
9838
9826
|
timestamp?: boolean | undefined;
|
|
9839
9827
|
}>>>;
|
|
9840
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
9841
9828
|
theme: z.ZodLiteral<"linden">;
|
|
9842
9829
|
}, "strip", z.ZodTypeAny, {
|
|
9843
9830
|
name: string;
|
|
@@ -10162,7 +10149,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10162
10149
|
interaction?: {
|
|
10163
10150
|
drilldown?: boolean | undefined;
|
|
10164
10151
|
} | undefined;
|
|
10165
|
-
snippets?: string[] | undefined;
|
|
10166
10152
|
}, {
|
|
10167
10153
|
name: string;
|
|
10168
10154
|
theme: "linden";
|
|
@@ -10486,7 +10472,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
10486
10472
|
interaction?: {
|
|
10487
10473
|
drilldown?: boolean | undefined;
|
|
10488
10474
|
} | undefined;
|
|
10489
|
-
snippets?: string[] | undefined;
|
|
10490
10475
|
}>, z.ZodObject<{
|
|
10491
10476
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
10492
10477
|
name: z.ZodString;
|
|
@@ -11934,7 +11919,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11934
11919
|
}, {
|
|
11935
11920
|
timestamp?: boolean | undefined;
|
|
11936
11921
|
}>>>;
|
|
11937
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
11938
11922
|
theme: z.ZodLiteral<"almond">;
|
|
11939
11923
|
}, "strip", z.ZodTypeAny, {
|
|
11940
11924
|
name: string;
|
|
@@ -12259,7 +12243,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12259
12243
|
interaction?: {
|
|
12260
12244
|
drilldown?: boolean | undefined;
|
|
12261
12245
|
} | undefined;
|
|
12262
|
-
snippets?: string[] | undefined;
|
|
12263
12246
|
}, {
|
|
12264
12247
|
name: string;
|
|
12265
12248
|
theme: "almond";
|
|
@@ -12583,7 +12566,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12583
12566
|
interaction?: {
|
|
12584
12567
|
drilldown?: boolean | undefined;
|
|
12585
12568
|
} | undefined;
|
|
12586
|
-
snippets?: string[] | undefined;
|
|
12587
12569
|
}>, z.ZodObject<{
|
|
12588
12570
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
12589
12571
|
name: z.ZodString;
|
|
@@ -14031,7 +14013,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14031
14013
|
}, {
|
|
14032
14014
|
timestamp?: boolean | undefined;
|
|
14033
14015
|
}>>>;
|
|
14034
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
14035
14016
|
theme: z.ZodLiteral<"aspen">;
|
|
14036
14017
|
}, "strip", z.ZodTypeAny, {
|
|
14037
14018
|
name: string;
|
|
@@ -14356,7 +14337,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14356
14337
|
interaction?: {
|
|
14357
14338
|
drilldown?: boolean | undefined;
|
|
14358
14339
|
} | undefined;
|
|
14359
|
-
snippets?: string[] | undefined;
|
|
14360
14340
|
}, {
|
|
14361
14341
|
name: string;
|
|
14362
14342
|
theme: "aspen";
|
|
@@ -14680,7 +14660,6 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
14680
14660
|
interaction?: {
|
|
14681
14661
|
drilldown?: boolean | undefined;
|
|
14682
14662
|
} | undefined;
|
|
14683
|
-
snippets?: string[] | undefined;
|
|
14684
14663
|
}>]>;
|
|
14685
14664
|
export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
14686
14665
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -16129,7 +16108,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16129
16108
|
}, {
|
|
16130
16109
|
timestamp?: boolean | undefined;
|
|
16131
16110
|
}>>>;
|
|
16132
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
16133
16111
|
theme: z.ZodEnum<["mint", "maple", "palm", "willow", "linden", "almond", "aspen"]>;
|
|
16134
16112
|
}, "strip", z.ZodTypeAny, {
|
|
16135
16113
|
name: string;
|
|
@@ -16454,7 +16432,6 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16454
16432
|
interaction?: {
|
|
16455
16433
|
drilldown?: boolean | undefined;
|
|
16456
16434
|
} | undefined;
|
|
16457
|
-
snippets?: string[] | undefined;
|
|
16458
16435
|
}, {
|
|
16459
16436
|
name: string;
|
|
16460
16437
|
theme: "mint" | "maple" | "palm" | "willow" | "linden" | "almond" | "aspen";
|
|
@@ -16778,5 +16755,4 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
|
|
|
16778
16755
|
interaction?: {
|
|
16779
16756
|
drilldown?: boolean | undefined;
|
|
16780
16757
|
} | undefined;
|
|
16781
|
-
snippets?: string[] | undefined;
|
|
16782
16758
|
}>;
|
|
@@ -1446,7 +1446,6 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1446
1446
|
}, {
|
|
1447
1447
|
timestamp?: boolean | undefined;
|
|
1448
1448
|
}>>>;
|
|
1449
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1450
1449
|
theme: z.ZodLiteral<"almond">;
|
|
1451
1450
|
}, "strip", z.ZodTypeAny, {
|
|
1452
1451
|
name: string;
|
|
@@ -1771,7 +1770,6 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1771
1770
|
interaction?: {
|
|
1772
1771
|
drilldown?: boolean | undefined;
|
|
1773
1772
|
} | undefined;
|
|
1774
|
-
snippets?: string[] | undefined;
|
|
1775
1773
|
}, {
|
|
1776
1774
|
name: string;
|
|
1777
1775
|
theme: "almond";
|
|
@@ -2095,5 +2093,4 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
2095
2093
|
interaction?: {
|
|
2096
2094
|
drilldown?: boolean | undefined;
|
|
2097
2095
|
} | undefined;
|
|
2098
|
-
snippets?: string[] | undefined;
|
|
2099
2096
|
}>;
|
|
@@ -1446,7 +1446,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1446
1446
|
}, {
|
|
1447
1447
|
timestamp?: boolean | undefined;
|
|
1448
1448
|
}>>>;
|
|
1449
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1450
1449
|
theme: z.ZodLiteral<"aspen">;
|
|
1451
1450
|
}, "strip", z.ZodTypeAny, {
|
|
1452
1451
|
name: string;
|
|
@@ -1771,7 +1770,6 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1771
1770
|
interaction?: {
|
|
1772
1771
|
drilldown?: boolean | undefined;
|
|
1773
1772
|
} | undefined;
|
|
1774
|
-
snippets?: string[] | undefined;
|
|
1775
1773
|
}, {
|
|
1776
1774
|
name: string;
|
|
1777
1775
|
theme: "aspen";
|
|
@@ -2095,5 +2093,4 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
2095
2093
|
interaction?: {
|
|
2096
2094
|
drilldown?: boolean | undefined;
|
|
2097
2095
|
} | undefined;
|
|
2098
|
-
snippets?: string[] | undefined;
|
|
2099
2096
|
}>;
|
|
@@ -1446,7 +1446,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1446
1446
|
}, {
|
|
1447
1447
|
timestamp?: boolean | undefined;
|
|
1448
1448
|
}>>>;
|
|
1449
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1450
1449
|
theme: z.ZodLiteral<"linden">;
|
|
1451
1450
|
}, "strip", z.ZodTypeAny, {
|
|
1452
1451
|
name: string;
|
|
@@ -1771,7 +1770,6 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1771
1770
|
interaction?: {
|
|
1772
1771
|
drilldown?: boolean | undefined;
|
|
1773
1772
|
} | undefined;
|
|
1774
|
-
snippets?: string[] | undefined;
|
|
1775
1773
|
}, {
|
|
1776
1774
|
name: string;
|
|
1777
1775
|
theme: "linden";
|
|
@@ -2095,5 +2093,4 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
2095
2093
|
interaction?: {
|
|
2096
2094
|
drilldown?: boolean | undefined;
|
|
2097
2095
|
} | undefined;
|
|
2098
|
-
snippets?: string[] | undefined;
|
|
2099
2096
|
}>;
|
|
@@ -1446,7 +1446,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1446
1446
|
}, {
|
|
1447
1447
|
timestamp?: boolean | undefined;
|
|
1448
1448
|
}>>>;
|
|
1449
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1450
1449
|
theme: z.ZodLiteral<"maple">;
|
|
1451
1450
|
}, "strip", z.ZodTypeAny, {
|
|
1452
1451
|
name: string;
|
|
@@ -1771,7 +1770,6 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
1771
1770
|
interaction?: {
|
|
1772
1771
|
drilldown?: boolean | undefined;
|
|
1773
1772
|
} | undefined;
|
|
1774
|
-
snippets?: string[] | undefined;
|
|
1775
1773
|
}, {
|
|
1776
1774
|
name: string;
|
|
1777
1775
|
theme: "maple";
|
|
@@ -2095,5 +2093,4 @@ export declare const mapleConfigSchema: z.ZodObject<{
|
|
|
2095
2093
|
interaction?: {
|
|
2096
2094
|
drilldown?: boolean | undefined;
|
|
2097
2095
|
} | undefined;
|
|
2098
|
-
snippets?: string[] | undefined;
|
|
2099
2096
|
}>;
|
|
@@ -1446,7 +1446,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1446
1446
|
}, {
|
|
1447
1447
|
timestamp?: boolean | undefined;
|
|
1448
1448
|
}>>>;
|
|
1449
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1450
1449
|
theme: z.ZodLiteral<"mint">;
|
|
1451
1450
|
}, "strip", z.ZodTypeAny, {
|
|
1452
1451
|
name: string;
|
|
@@ -1771,7 +1770,6 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
1771
1770
|
interaction?: {
|
|
1772
1771
|
drilldown?: boolean | undefined;
|
|
1773
1772
|
} | undefined;
|
|
1774
|
-
snippets?: string[] | undefined;
|
|
1775
1773
|
}, {
|
|
1776
1774
|
name: string;
|
|
1777
1775
|
theme: "mint";
|
|
@@ -2095,5 +2093,4 @@ export declare const mintConfigSchema: z.ZodObject<{
|
|
|
2095
2093
|
interaction?: {
|
|
2096
2094
|
drilldown?: boolean | undefined;
|
|
2097
2095
|
} | undefined;
|
|
2098
|
-
snippets?: string[] | undefined;
|
|
2099
2096
|
}>;
|
|
@@ -1446,7 +1446,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1446
1446
|
}, {
|
|
1447
1447
|
timestamp?: boolean | undefined;
|
|
1448
1448
|
}>>>;
|
|
1449
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1450
1449
|
theme: z.ZodLiteral<"palm">;
|
|
1451
1450
|
}, "strip", z.ZodTypeAny, {
|
|
1452
1451
|
name: string;
|
|
@@ -1771,7 +1770,6 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1771
1770
|
interaction?: {
|
|
1772
1771
|
drilldown?: boolean | undefined;
|
|
1773
1772
|
} | undefined;
|
|
1774
|
-
snippets?: string[] | undefined;
|
|
1775
1773
|
}, {
|
|
1776
1774
|
name: string;
|
|
1777
1775
|
theme: "palm";
|
|
@@ -2095,5 +2093,4 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
2095
2093
|
interaction?: {
|
|
2096
2094
|
drilldown?: boolean | undefined;
|
|
2097
2095
|
} | undefined;
|
|
2098
|
-
snippets?: string[] | undefined;
|
|
2099
2096
|
}>;
|
|
@@ -21,7 +21,6 @@ import { navbarSchema } from '../../properties/navbar.js';
|
|
|
21
21
|
import { navigationSchema } from '../../properties/navigation/index.js';
|
|
22
22
|
import { searchSchema } from '../../properties/search.js';
|
|
23
23
|
import { seoSchema } from '../../properties/seo.js';
|
|
24
|
-
import { snippetsSchema } from '../../properties/snippets.js';
|
|
25
24
|
import { stylingSchema } from '../../properties/styling.js';
|
|
26
25
|
import { thumbnailsSchema } from '../../properties/thumbnails.js';
|
|
27
26
|
export const standardConfigSchema = {
|
|
@@ -50,5 +49,4 @@ export const standardConfigSchema = {
|
|
|
50
49
|
thumbnails: thumbnailsSchema.optional(),
|
|
51
50
|
interaction: interactionSchema.optional(),
|
|
52
51
|
metadata: metadataSchema.optional(),
|
|
53
|
-
snippets: snippetsSchema.optional(),
|
|
54
52
|
};
|
|
@@ -1446,7 +1446,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1446
1446
|
}, {
|
|
1447
1447
|
timestamp?: boolean | undefined;
|
|
1448
1448
|
}>>>;
|
|
1449
|
-
snippets: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1450
1449
|
theme: z.ZodLiteral<"willow">;
|
|
1451
1450
|
}, "strip", z.ZodTypeAny, {
|
|
1452
1451
|
name: string;
|
|
@@ -1771,7 +1770,6 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1771
1770
|
interaction?: {
|
|
1772
1771
|
drilldown?: boolean | undefined;
|
|
1773
1772
|
} | undefined;
|
|
1774
|
-
snippets?: string[] | undefined;
|
|
1775
1773
|
}, {
|
|
1776
1774
|
name: string;
|
|
1777
1775
|
theme: "willow";
|
|
@@ -2095,5 +2093,4 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
2095
2093
|
interaction?: {
|
|
2096
2094
|
drilldown?: boolean | undefined;
|
|
2097
2095
|
} | undefined;
|
|
2098
|
-
snippets?: string[] | undefined;
|
|
2099
2096
|
}>;
|
|
@@ -816,7 +816,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
816
816
|
interaction?: {
|
|
817
817
|
drilldown?: boolean | undefined;
|
|
818
818
|
} | undefined;
|
|
819
|
-
snippets?: string[] | undefined;
|
|
820
819
|
} | {
|
|
821
820
|
name: string;
|
|
822
821
|
theme: "aspen";
|
|
@@ -1140,7 +1139,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1140
1139
|
interaction?: {
|
|
1141
1140
|
drilldown?: boolean | undefined;
|
|
1142
1141
|
} | undefined;
|
|
1143
|
-
snippets?: string[] | undefined;
|
|
1144
1142
|
} | {
|
|
1145
1143
|
name: string;
|
|
1146
1144
|
theme: "linden";
|
|
@@ -1464,7 +1462,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1464
1462
|
interaction?: {
|
|
1465
1463
|
drilldown?: boolean | undefined;
|
|
1466
1464
|
} | undefined;
|
|
1467
|
-
snippets?: string[] | undefined;
|
|
1468
1465
|
} | {
|
|
1469
1466
|
name: string;
|
|
1470
1467
|
theme: "maple";
|
|
@@ -1788,7 +1785,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1788
1785
|
interaction?: {
|
|
1789
1786
|
drilldown?: boolean | undefined;
|
|
1790
1787
|
} | undefined;
|
|
1791
|
-
snippets?: string[] | undefined;
|
|
1792
1788
|
} | {
|
|
1793
1789
|
name: string;
|
|
1794
1790
|
theme: "mint";
|
|
@@ -2112,7 +2108,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2112
2108
|
interaction?: {
|
|
2113
2109
|
drilldown?: boolean | undefined;
|
|
2114
2110
|
} | undefined;
|
|
2115
|
-
snippets?: string[] | undefined;
|
|
2116
2111
|
} | {
|
|
2117
2112
|
name: string;
|
|
2118
2113
|
theme: "palm";
|
|
@@ -2436,7 +2431,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2436
2431
|
interaction?: {
|
|
2437
2432
|
drilldown?: boolean | undefined;
|
|
2438
2433
|
} | undefined;
|
|
2439
|
-
snippets?: string[] | undefined;
|
|
2440
2434
|
} | {
|
|
2441
2435
|
name: string;
|
|
2442
2436
|
theme: "willow";
|
|
@@ -2760,7 +2754,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2760
2754
|
interaction?: {
|
|
2761
2755
|
drilldown?: boolean | undefined;
|
|
2762
2756
|
} | undefined;
|
|
2763
|
-
snippets?: string[] | undefined;
|
|
2764
2757
|
}> | {
|
|
2765
2758
|
warnings: z.ZodIssue[];
|
|
2766
2759
|
success: true;
|
|
@@ -3087,7 +3080,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3087
3080
|
interaction?: {
|
|
3088
3081
|
drilldown?: boolean | undefined;
|
|
3089
3082
|
} | undefined;
|
|
3090
|
-
snippets?: string[] | undefined;
|
|
3091
3083
|
} | {
|
|
3092
3084
|
name: string;
|
|
3093
3085
|
$schema: string;
|
|
@@ -3411,7 +3403,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3411
3403
|
interaction?: {
|
|
3412
3404
|
drilldown?: boolean | undefined;
|
|
3413
3405
|
} | undefined;
|
|
3414
|
-
snippets?: string[] | undefined;
|
|
3415
3406
|
} | {
|
|
3416
3407
|
name: string;
|
|
3417
3408
|
$schema: string;
|
|
@@ -3735,7 +3726,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3735
3726
|
interaction?: {
|
|
3736
3727
|
drilldown?: boolean | undefined;
|
|
3737
3728
|
} | undefined;
|
|
3738
|
-
snippets?: string[] | undefined;
|
|
3739
3729
|
} | {
|
|
3740
3730
|
name: string;
|
|
3741
3731
|
$schema: string;
|
|
@@ -4059,7 +4049,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4059
4049
|
interaction?: {
|
|
4060
4050
|
drilldown?: boolean | undefined;
|
|
4061
4051
|
} | undefined;
|
|
4062
|
-
snippets?: string[] | undefined;
|
|
4063
4052
|
} | {
|
|
4064
4053
|
name: string;
|
|
4065
4054
|
$schema: string;
|
|
@@ -4383,7 +4372,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4383
4372
|
interaction?: {
|
|
4384
4373
|
drilldown?: boolean | undefined;
|
|
4385
4374
|
} | undefined;
|
|
4386
|
-
snippets?: string[] | undefined;
|
|
4387
4375
|
} | {
|
|
4388
4376
|
name: string;
|
|
4389
4377
|
$schema: string;
|
|
@@ -4707,7 +4695,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4707
4695
|
interaction?: {
|
|
4708
4696
|
drilldown?: boolean | undefined;
|
|
4709
4697
|
} | undefined;
|
|
4710
|
-
snippets?: string[] | undefined;
|
|
4711
4698
|
} | {
|
|
4712
4699
|
name: string;
|
|
4713
4700
|
$schema: string;
|
|
@@ -5031,7 +5018,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5031
5018
|
interaction?: {
|
|
5032
5019
|
drilldown?: boolean | undefined;
|
|
5033
5020
|
} | undefined;
|
|
5034
|
-
snippets?: string[] | undefined;
|
|
5035
5021
|
};
|
|
5036
5022
|
error?: never;
|
|
5037
5023
|
};
|