@mintlify/validation 0.1.740 → 0.1.741
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 +330 -0
- package/dist/mint-config/schemas/v2/properties/integrations.d.ts +23 -0
- package/dist/mint-config/schemas/v2/properties/integrations.js +10 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +33 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +33 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +33 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +33 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +33 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +33 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +33 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +23 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +33 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +33 -0
- package/dist/mint-config/validateConfig.d.ts +90 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -723,6 +723,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
723
723
|
frontchat?: {
|
|
724
724
|
snippetId: string;
|
|
725
725
|
} | undefined;
|
|
726
|
+
onetrust?: {
|
|
727
|
+
domainScript: string;
|
|
728
|
+
categoryId?: string | undefined;
|
|
729
|
+
scriptSource?: string | undefined;
|
|
730
|
+
} | undefined;
|
|
726
731
|
telemetry?: {
|
|
727
732
|
enabled?: boolean | undefined;
|
|
728
733
|
} | undefined;
|
|
@@ -1099,6 +1104,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1099
1104
|
frontchat?: {
|
|
1100
1105
|
snippetId: string;
|
|
1101
1106
|
} | undefined;
|
|
1107
|
+
onetrust?: {
|
|
1108
|
+
domainScript: string;
|
|
1109
|
+
categoryId?: string | undefined;
|
|
1110
|
+
scriptSource?: string | undefined;
|
|
1111
|
+
} | undefined;
|
|
1102
1112
|
telemetry?: {
|
|
1103
1113
|
enabled?: boolean | undefined;
|
|
1104
1114
|
} | undefined;
|
|
@@ -1475,6 +1485,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1475
1485
|
frontchat?: {
|
|
1476
1486
|
snippetId: string;
|
|
1477
1487
|
} | undefined;
|
|
1488
|
+
onetrust?: {
|
|
1489
|
+
domainScript: string;
|
|
1490
|
+
categoryId?: string | undefined;
|
|
1491
|
+
scriptSource?: string | undefined;
|
|
1492
|
+
} | undefined;
|
|
1478
1493
|
telemetry?: {
|
|
1479
1494
|
enabled?: boolean | undefined;
|
|
1480
1495
|
} | undefined;
|
|
@@ -1851,6 +1866,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1851
1866
|
frontchat?: {
|
|
1852
1867
|
snippetId: string;
|
|
1853
1868
|
} | undefined;
|
|
1869
|
+
onetrust?: {
|
|
1870
|
+
domainScript: string;
|
|
1871
|
+
categoryId?: string | undefined;
|
|
1872
|
+
scriptSource?: string | undefined;
|
|
1873
|
+
} | undefined;
|
|
1854
1874
|
telemetry?: {
|
|
1855
1875
|
enabled?: boolean | undefined;
|
|
1856
1876
|
} | undefined;
|
|
@@ -2227,6 +2247,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2227
2247
|
frontchat?: {
|
|
2228
2248
|
snippetId: string;
|
|
2229
2249
|
} | undefined;
|
|
2250
|
+
onetrust?: {
|
|
2251
|
+
domainScript: string;
|
|
2252
|
+
categoryId?: string | undefined;
|
|
2253
|
+
scriptSource?: string | undefined;
|
|
2254
|
+
} | undefined;
|
|
2230
2255
|
telemetry?: {
|
|
2231
2256
|
enabled?: boolean | undefined;
|
|
2232
2257
|
} | undefined;
|
|
@@ -2603,6 +2628,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2603
2628
|
frontchat?: {
|
|
2604
2629
|
snippetId: string;
|
|
2605
2630
|
} | undefined;
|
|
2631
|
+
onetrust?: {
|
|
2632
|
+
domainScript: string;
|
|
2633
|
+
categoryId?: string | undefined;
|
|
2634
|
+
scriptSource?: string | undefined;
|
|
2635
|
+
} | undefined;
|
|
2606
2636
|
telemetry?: {
|
|
2607
2637
|
enabled?: boolean | undefined;
|
|
2608
2638
|
} | undefined;
|
|
@@ -2979,6 +3009,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2979
3009
|
frontchat?: {
|
|
2980
3010
|
snippetId: string;
|
|
2981
3011
|
} | undefined;
|
|
3012
|
+
onetrust?: {
|
|
3013
|
+
domainScript: string;
|
|
3014
|
+
categoryId?: string | undefined;
|
|
3015
|
+
scriptSource?: string | undefined;
|
|
3016
|
+
} | undefined;
|
|
2982
3017
|
telemetry?: {
|
|
2983
3018
|
enabled?: boolean | undefined;
|
|
2984
3019
|
} | undefined;
|
|
@@ -3355,6 +3390,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3355
3390
|
frontchat?: {
|
|
3356
3391
|
snippetId: string;
|
|
3357
3392
|
} | undefined;
|
|
3393
|
+
onetrust?: {
|
|
3394
|
+
domainScript: string;
|
|
3395
|
+
categoryId?: string | undefined;
|
|
3396
|
+
scriptSource?: string | undefined;
|
|
3397
|
+
} | undefined;
|
|
3358
3398
|
telemetry?: {
|
|
3359
3399
|
enabled?: boolean | undefined;
|
|
3360
3400
|
} | undefined;
|
|
@@ -3731,6 +3771,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3731
3771
|
frontchat?: {
|
|
3732
3772
|
snippetId: string;
|
|
3733
3773
|
} | undefined;
|
|
3774
|
+
onetrust?: {
|
|
3775
|
+
domainScript: string;
|
|
3776
|
+
categoryId?: string | undefined;
|
|
3777
|
+
scriptSource?: string | undefined;
|
|
3778
|
+
} | undefined;
|
|
3734
3779
|
telemetry?: {
|
|
3735
3780
|
enabled?: boolean | undefined;
|
|
3736
3781
|
} | undefined;
|
|
@@ -4110,6 +4155,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4110
4155
|
frontchat?: {
|
|
4111
4156
|
snippetId: string;
|
|
4112
4157
|
} | undefined;
|
|
4158
|
+
onetrust?: {
|
|
4159
|
+
domainScript: string;
|
|
4160
|
+
categoryId?: string | undefined;
|
|
4161
|
+
scriptSource?: string | undefined;
|
|
4162
|
+
} | undefined;
|
|
4113
4163
|
telemetry?: {
|
|
4114
4164
|
enabled?: boolean | undefined;
|
|
4115
4165
|
} | undefined;
|
|
@@ -4486,6 +4536,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4486
4536
|
frontchat?: {
|
|
4487
4537
|
snippetId: string;
|
|
4488
4538
|
} | undefined;
|
|
4539
|
+
onetrust?: {
|
|
4540
|
+
domainScript: string;
|
|
4541
|
+
categoryId?: string | undefined;
|
|
4542
|
+
scriptSource?: string | undefined;
|
|
4543
|
+
} | undefined;
|
|
4489
4544
|
telemetry?: {
|
|
4490
4545
|
enabled?: boolean | undefined;
|
|
4491
4546
|
} | undefined;
|
|
@@ -4862,6 +4917,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4862
4917
|
frontchat?: {
|
|
4863
4918
|
snippetId: string;
|
|
4864
4919
|
} | undefined;
|
|
4920
|
+
onetrust?: {
|
|
4921
|
+
domainScript: string;
|
|
4922
|
+
categoryId?: string | undefined;
|
|
4923
|
+
scriptSource?: string | undefined;
|
|
4924
|
+
} | undefined;
|
|
4865
4925
|
telemetry?: {
|
|
4866
4926
|
enabled?: boolean | undefined;
|
|
4867
4927
|
} | undefined;
|
|
@@ -5238,6 +5298,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5238
5298
|
frontchat?: {
|
|
5239
5299
|
snippetId: string;
|
|
5240
5300
|
} | undefined;
|
|
5301
|
+
onetrust?: {
|
|
5302
|
+
domainScript: string;
|
|
5303
|
+
categoryId?: string | undefined;
|
|
5304
|
+
scriptSource?: string | undefined;
|
|
5305
|
+
} | undefined;
|
|
5241
5306
|
telemetry?: {
|
|
5242
5307
|
enabled?: boolean | undefined;
|
|
5243
5308
|
} | undefined;
|
|
@@ -5614,6 +5679,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5614
5679
|
frontchat?: {
|
|
5615
5680
|
snippetId: string;
|
|
5616
5681
|
} | undefined;
|
|
5682
|
+
onetrust?: {
|
|
5683
|
+
domainScript: string;
|
|
5684
|
+
categoryId?: string | undefined;
|
|
5685
|
+
scriptSource?: string | undefined;
|
|
5686
|
+
} | undefined;
|
|
5617
5687
|
telemetry?: {
|
|
5618
5688
|
enabled?: boolean | undefined;
|
|
5619
5689
|
} | undefined;
|
|
@@ -5990,6 +6060,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5990
6060
|
frontchat?: {
|
|
5991
6061
|
snippetId: string;
|
|
5992
6062
|
} | undefined;
|
|
6063
|
+
onetrust?: {
|
|
6064
|
+
domainScript: string;
|
|
6065
|
+
categoryId?: string | undefined;
|
|
6066
|
+
scriptSource?: string | undefined;
|
|
6067
|
+
} | undefined;
|
|
5993
6068
|
telemetry?: {
|
|
5994
6069
|
enabled?: boolean | undefined;
|
|
5995
6070
|
} | undefined;
|
|
@@ -6366,6 +6441,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6366
6441
|
frontchat?: {
|
|
6367
6442
|
snippetId: string;
|
|
6368
6443
|
} | undefined;
|
|
6444
|
+
onetrust?: {
|
|
6445
|
+
domainScript: string;
|
|
6446
|
+
categoryId?: string | undefined;
|
|
6447
|
+
scriptSource?: string | undefined;
|
|
6448
|
+
} | undefined;
|
|
6369
6449
|
telemetry?: {
|
|
6370
6450
|
enabled?: boolean | undefined;
|
|
6371
6451
|
} | undefined;
|
|
@@ -6742,6 +6822,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6742
6822
|
frontchat?: {
|
|
6743
6823
|
snippetId: string;
|
|
6744
6824
|
} | undefined;
|
|
6825
|
+
onetrust?: {
|
|
6826
|
+
domainScript: string;
|
|
6827
|
+
categoryId?: string | undefined;
|
|
6828
|
+
scriptSource?: string | undefined;
|
|
6829
|
+
} | undefined;
|
|
6745
6830
|
telemetry?: {
|
|
6746
6831
|
enabled?: boolean | undefined;
|
|
6747
6832
|
} | undefined;
|
|
@@ -7118,6 +7203,11 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
7118
7203
|
frontchat?: {
|
|
7119
7204
|
snippetId: string;
|
|
7120
7205
|
} | undefined;
|
|
7206
|
+
onetrust?: {
|
|
7207
|
+
domainScript: string;
|
|
7208
|
+
categoryId?: string | undefined;
|
|
7209
|
+
scriptSource?: string | undefined;
|
|
7210
|
+
} | undefined;
|
|
7121
7211
|
telemetry?: {
|
|
7122
7212
|
enabled?: boolean | undefined;
|
|
7123
7213
|
} | undefined;
|