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