@mintlify/validation 0.1.642 → 0.1.644
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/editor-navigation/conversion/tree-to-docsjson.js +11 -2
- package/dist/mint-config/schemas/v2/index.d.ts +260 -0
- package/dist/mint-config/schemas/v2/properties/integrations.d.ts +30 -0
- package/dist/mint-config/schemas/v2/properties/integrations.js +19 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +18 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +26 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +26 -0
- package/dist/mint-config/validateConfig.d.ts +72 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/deployment/deploymentEntitlements.d.ts +1 -1
- package/dist/types/deployment/deploymentEntitlements.js +1 -0
- package/package.json +2 -2
|
@@ -713,6 +713,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
713
713
|
value?: string | undefined;
|
|
714
714
|
key?: string | undefined;
|
|
715
715
|
} | undefined;
|
|
716
|
+
customScripts?: {
|
|
717
|
+
src: string;
|
|
718
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
719
|
+
}[] | undefined;
|
|
716
720
|
} | undefined;
|
|
717
721
|
search?: {
|
|
718
722
|
prompt?: string | undefined;
|
|
@@ -1066,6 +1070,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1066
1070
|
value?: string | undefined;
|
|
1067
1071
|
key?: string | undefined;
|
|
1068
1072
|
} | undefined;
|
|
1073
|
+
customScripts?: {
|
|
1074
|
+
src: string;
|
|
1075
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1076
|
+
}[] | undefined;
|
|
1069
1077
|
} | undefined;
|
|
1070
1078
|
search?: {
|
|
1071
1079
|
prompt?: string | undefined;
|
|
@@ -1419,6 +1427,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1419
1427
|
value?: string | undefined;
|
|
1420
1428
|
key?: string | undefined;
|
|
1421
1429
|
} | undefined;
|
|
1430
|
+
customScripts?: {
|
|
1431
|
+
src: string;
|
|
1432
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1433
|
+
}[] | undefined;
|
|
1422
1434
|
} | undefined;
|
|
1423
1435
|
search?: {
|
|
1424
1436
|
prompt?: string | undefined;
|
|
@@ -1772,6 +1784,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1772
1784
|
value?: string | undefined;
|
|
1773
1785
|
key?: string | undefined;
|
|
1774
1786
|
} | undefined;
|
|
1787
|
+
customScripts?: {
|
|
1788
|
+
src: string;
|
|
1789
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
1790
|
+
}[] | undefined;
|
|
1775
1791
|
} | undefined;
|
|
1776
1792
|
search?: {
|
|
1777
1793
|
prompt?: string | undefined;
|
|
@@ -2125,6 +2141,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2125
2141
|
value?: string | undefined;
|
|
2126
2142
|
key?: string | undefined;
|
|
2127
2143
|
} | undefined;
|
|
2144
|
+
customScripts?: {
|
|
2145
|
+
src: string;
|
|
2146
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2147
|
+
}[] | undefined;
|
|
2128
2148
|
} | undefined;
|
|
2129
2149
|
search?: {
|
|
2130
2150
|
prompt?: string | undefined;
|
|
@@ -2478,6 +2498,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2478
2498
|
value?: string | undefined;
|
|
2479
2499
|
key?: string | undefined;
|
|
2480
2500
|
} | undefined;
|
|
2501
|
+
customScripts?: {
|
|
2502
|
+
src: string;
|
|
2503
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2504
|
+
}[] | undefined;
|
|
2481
2505
|
} | undefined;
|
|
2482
2506
|
search?: {
|
|
2483
2507
|
prompt?: string | undefined;
|
|
@@ -2831,6 +2855,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2831
2855
|
value?: string | undefined;
|
|
2832
2856
|
key?: string | undefined;
|
|
2833
2857
|
} | undefined;
|
|
2858
|
+
customScripts?: {
|
|
2859
|
+
src: string;
|
|
2860
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
2861
|
+
}[] | undefined;
|
|
2834
2862
|
} | undefined;
|
|
2835
2863
|
search?: {
|
|
2836
2864
|
prompt?: string | undefined;
|
|
@@ -3184,6 +3212,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3184
3212
|
value?: string | undefined;
|
|
3185
3213
|
key?: string | undefined;
|
|
3186
3214
|
} | undefined;
|
|
3215
|
+
customScripts?: {
|
|
3216
|
+
src: string;
|
|
3217
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
3218
|
+
}[] | undefined;
|
|
3187
3219
|
} | undefined;
|
|
3188
3220
|
search?: {
|
|
3189
3221
|
prompt?: string | undefined;
|
|
@@ -3537,6 +3569,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3537
3569
|
value?: string | undefined;
|
|
3538
3570
|
key?: string | undefined;
|
|
3539
3571
|
} | undefined;
|
|
3572
|
+
customScripts?: {
|
|
3573
|
+
src: string;
|
|
3574
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
3575
|
+
}[] | undefined;
|
|
3540
3576
|
} | undefined;
|
|
3541
3577
|
search?: {
|
|
3542
3578
|
prompt?: string | undefined;
|
|
@@ -3893,6 +3929,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3893
3929
|
value?: string | undefined;
|
|
3894
3930
|
key?: string | undefined;
|
|
3895
3931
|
} | undefined;
|
|
3932
|
+
customScripts?: {
|
|
3933
|
+
src: string;
|
|
3934
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
3935
|
+
}[] | undefined;
|
|
3896
3936
|
} | undefined;
|
|
3897
3937
|
search?: {
|
|
3898
3938
|
prompt?: string | undefined;
|
|
@@ -4246,6 +4286,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4246
4286
|
value?: string | undefined;
|
|
4247
4287
|
key?: string | undefined;
|
|
4248
4288
|
} | undefined;
|
|
4289
|
+
customScripts?: {
|
|
4290
|
+
src: string;
|
|
4291
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
4292
|
+
}[] | undefined;
|
|
4249
4293
|
} | undefined;
|
|
4250
4294
|
search?: {
|
|
4251
4295
|
prompt?: string | undefined;
|
|
@@ -4599,6 +4643,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4599
4643
|
value?: string | undefined;
|
|
4600
4644
|
key?: string | undefined;
|
|
4601
4645
|
} | undefined;
|
|
4646
|
+
customScripts?: {
|
|
4647
|
+
src: string;
|
|
4648
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
4649
|
+
}[] | undefined;
|
|
4602
4650
|
} | undefined;
|
|
4603
4651
|
search?: {
|
|
4604
4652
|
prompt?: string | undefined;
|
|
@@ -4952,6 +5000,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4952
5000
|
value?: string | undefined;
|
|
4953
5001
|
key?: string | undefined;
|
|
4954
5002
|
} | undefined;
|
|
5003
|
+
customScripts?: {
|
|
5004
|
+
src: string;
|
|
5005
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
5006
|
+
}[] | undefined;
|
|
4955
5007
|
} | undefined;
|
|
4956
5008
|
search?: {
|
|
4957
5009
|
prompt?: string | undefined;
|
|
@@ -5305,6 +5357,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5305
5357
|
value?: string | undefined;
|
|
5306
5358
|
key?: string | undefined;
|
|
5307
5359
|
} | undefined;
|
|
5360
|
+
customScripts?: {
|
|
5361
|
+
src: string;
|
|
5362
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
5363
|
+
}[] | undefined;
|
|
5308
5364
|
} | undefined;
|
|
5309
5365
|
search?: {
|
|
5310
5366
|
prompt?: string | undefined;
|
|
@@ -5658,6 +5714,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5658
5714
|
value?: string | undefined;
|
|
5659
5715
|
key?: string | undefined;
|
|
5660
5716
|
} | undefined;
|
|
5717
|
+
customScripts?: {
|
|
5718
|
+
src: string;
|
|
5719
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
5720
|
+
}[] | undefined;
|
|
5661
5721
|
} | undefined;
|
|
5662
5722
|
search?: {
|
|
5663
5723
|
prompt?: string | undefined;
|
|
@@ -6011,6 +6071,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6011
6071
|
value?: string | undefined;
|
|
6012
6072
|
key?: string | undefined;
|
|
6013
6073
|
} | undefined;
|
|
6074
|
+
customScripts?: {
|
|
6075
|
+
src: string;
|
|
6076
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
6077
|
+
}[] | undefined;
|
|
6014
6078
|
} | undefined;
|
|
6015
6079
|
search?: {
|
|
6016
6080
|
prompt?: string | undefined;
|
|
@@ -6364,6 +6428,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6364
6428
|
value?: string | undefined;
|
|
6365
6429
|
key?: string | undefined;
|
|
6366
6430
|
} | undefined;
|
|
6431
|
+
customScripts?: {
|
|
6432
|
+
src: string;
|
|
6433
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
6434
|
+
}[] | undefined;
|
|
6367
6435
|
} | undefined;
|
|
6368
6436
|
search?: {
|
|
6369
6437
|
prompt?: string | undefined;
|
|
@@ -6717,6 +6785,10 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6717
6785
|
value?: string | undefined;
|
|
6718
6786
|
key?: string | undefined;
|
|
6719
6787
|
} | undefined;
|
|
6788
|
+
customScripts?: {
|
|
6789
|
+
src: string;
|
|
6790
|
+
strategy?: "afterInteractive" | "lazyOnload" | undefined;
|
|
6791
|
+
}[] | undefined;
|
|
6720
6792
|
} | undefined;
|
|
6721
6793
|
search?: {
|
|
6722
6794
|
prompt?: string | undefined;
|