@mintlify/validation 0.1.625 → 0.1.626
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 +50 -0
- package/dist/mint-config/schemas/v2/properties/api.d.ts +3 -0
- package/dist/mint-config/schemas/v2/properties/api.js +4 -0
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/luma.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +3 -0
- package/dist/mint-config/schemas/v2/themes/sequoia.d.ts +5 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +5 -0
- package/dist/mint-config/validateConfig.d.ts +18 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -94,6 +94,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
94
94
|
prefill?: boolean | undefined;
|
|
95
95
|
autogenerate?: boolean | undefined;
|
|
96
96
|
}>>;
|
|
97
|
+
url: z.ZodOptional<z.ZodEnum<["full"]>>;
|
|
97
98
|
mdx: z.ZodOptional<z.ZodObject<{
|
|
98
99
|
auth: z.ZodOptional<z.ZodObject<{
|
|
99
100
|
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -123,6 +124,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
123
124
|
params?: {
|
|
124
125
|
expanded?: "all" | "closed" | undefined;
|
|
125
126
|
} | undefined;
|
|
127
|
+
url?: "full" | undefined;
|
|
126
128
|
openapi?: string | string[] | {
|
|
127
129
|
source: string;
|
|
128
130
|
directory?: string | undefined;
|
|
@@ -152,6 +154,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
152
154
|
params?: {
|
|
153
155
|
expanded?: "all" | "closed" | undefined;
|
|
154
156
|
} | undefined;
|
|
157
|
+
url?: "full" | undefined;
|
|
155
158
|
openapi?: string | string[] | {
|
|
156
159
|
source: string;
|
|
157
160
|
directory?: string | undefined;
|
|
@@ -1616,6 +1619,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1616
1619
|
params?: {
|
|
1617
1620
|
expanded?: "all" | "closed" | undefined;
|
|
1618
1621
|
} | undefined;
|
|
1622
|
+
url?: "full" | undefined;
|
|
1619
1623
|
openapi?: string | string[] | {
|
|
1620
1624
|
source: string;
|
|
1621
1625
|
directory?: string | undefined;
|
|
@@ -1967,6 +1971,7 @@ export declare const palmConfigSchema: z.ZodObject<{
|
|
|
1967
1971
|
params?: {
|
|
1968
1972
|
expanded?: "all" | "closed" | undefined;
|
|
1969
1973
|
} | undefined;
|
|
1974
|
+
url?: "full" | undefined;
|
|
1970
1975
|
openapi?: string | string[] | {
|
|
1971
1976
|
source: string;
|
|
1972
1977
|
directory?: string | undefined;
|
|
@@ -93,6 +93,7 @@ export declare const standardConfigSchema: {
|
|
|
93
93
|
prefill?: boolean | undefined;
|
|
94
94
|
autogenerate?: boolean | undefined;
|
|
95
95
|
}>>;
|
|
96
|
+
url: import("zod").ZodOptional<import("zod").ZodEnum<["full"]>>;
|
|
96
97
|
mdx: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
97
98
|
auth: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
98
99
|
method: import("zod").ZodOptional<import("zod").ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -122,6 +123,7 @@ export declare const standardConfigSchema: {
|
|
|
122
123
|
params?: {
|
|
123
124
|
expanded?: "all" | "closed" | undefined;
|
|
124
125
|
} | undefined;
|
|
126
|
+
url?: "full" | undefined;
|
|
125
127
|
openapi?: string | string[] | {
|
|
126
128
|
source: string;
|
|
127
129
|
directory?: string | undefined;
|
|
@@ -151,6 +153,7 @@ export declare const standardConfigSchema: {
|
|
|
151
153
|
params?: {
|
|
152
154
|
expanded?: "all" | "closed" | undefined;
|
|
153
155
|
} | undefined;
|
|
156
|
+
url?: "full" | undefined;
|
|
154
157
|
openapi?: string | string[] | {
|
|
155
158
|
source: string;
|
|
156
159
|
directory?: string | undefined;
|
|
@@ -94,6 +94,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
94
94
|
prefill?: boolean | undefined;
|
|
95
95
|
autogenerate?: boolean | undefined;
|
|
96
96
|
}>>;
|
|
97
|
+
url: z.ZodOptional<z.ZodEnum<["full"]>>;
|
|
97
98
|
mdx: z.ZodOptional<z.ZodObject<{
|
|
98
99
|
auth: z.ZodOptional<z.ZodObject<{
|
|
99
100
|
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -123,6 +124,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
123
124
|
params?: {
|
|
124
125
|
expanded?: "all" | "closed" | undefined;
|
|
125
126
|
} | undefined;
|
|
127
|
+
url?: "full" | undefined;
|
|
126
128
|
openapi?: string | string[] | {
|
|
127
129
|
source: string;
|
|
128
130
|
directory?: string | undefined;
|
|
@@ -152,6 +154,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
152
154
|
params?: {
|
|
153
155
|
expanded?: "all" | "closed" | undefined;
|
|
154
156
|
} | undefined;
|
|
157
|
+
url?: "full" | undefined;
|
|
155
158
|
openapi?: string | string[] | {
|
|
156
159
|
source: string;
|
|
157
160
|
directory?: string | undefined;
|
|
@@ -1616,6 +1619,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1616
1619
|
params?: {
|
|
1617
1620
|
expanded?: "all" | "closed" | undefined;
|
|
1618
1621
|
} | undefined;
|
|
1622
|
+
url?: "full" | undefined;
|
|
1619
1623
|
openapi?: string | string[] | {
|
|
1620
1624
|
source: string;
|
|
1621
1625
|
directory?: string | undefined;
|
|
@@ -1967,6 +1971,7 @@ export declare const sequoiaConfigSchema: z.ZodObject<{
|
|
|
1967
1971
|
params?: {
|
|
1968
1972
|
expanded?: "all" | "closed" | undefined;
|
|
1969
1973
|
} | undefined;
|
|
1974
|
+
url?: "full" | undefined;
|
|
1970
1975
|
openapi?: string | string[] | {
|
|
1971
1976
|
source: string;
|
|
1972
1977
|
directory?: string | undefined;
|
|
@@ -94,6 +94,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
94
94
|
prefill?: boolean | undefined;
|
|
95
95
|
autogenerate?: boolean | undefined;
|
|
96
96
|
}>>;
|
|
97
|
+
url: z.ZodOptional<z.ZodEnum<["full"]>>;
|
|
97
98
|
mdx: z.ZodOptional<z.ZodObject<{
|
|
98
99
|
auth: z.ZodOptional<z.ZodObject<{
|
|
99
100
|
method: z.ZodOptional<z.ZodEnum<["bearer", "basic", "key", "cobo"]>>;
|
|
@@ -123,6 +124,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
123
124
|
params?: {
|
|
124
125
|
expanded?: "all" | "closed" | undefined;
|
|
125
126
|
} | undefined;
|
|
127
|
+
url?: "full" | undefined;
|
|
126
128
|
openapi?: string | string[] | {
|
|
127
129
|
source: string;
|
|
128
130
|
directory?: string | undefined;
|
|
@@ -152,6 +154,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
152
154
|
params?: {
|
|
153
155
|
expanded?: "all" | "closed" | undefined;
|
|
154
156
|
} | undefined;
|
|
157
|
+
url?: "full" | undefined;
|
|
155
158
|
openapi?: string | string[] | {
|
|
156
159
|
source: string;
|
|
157
160
|
directory?: string | undefined;
|
|
@@ -1616,6 +1619,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1616
1619
|
params?: {
|
|
1617
1620
|
expanded?: "all" | "closed" | undefined;
|
|
1618
1621
|
} | undefined;
|
|
1622
|
+
url?: "full" | undefined;
|
|
1619
1623
|
openapi?: string | string[] | {
|
|
1620
1624
|
source: string;
|
|
1621
1625
|
directory?: string | undefined;
|
|
@@ -1967,6 +1971,7 @@ export declare const willowConfigSchema: z.ZodObject<{
|
|
|
1967
1971
|
params?: {
|
|
1968
1972
|
expanded?: "all" | "closed" | undefined;
|
|
1969
1973
|
} | undefined;
|
|
1974
|
+
url?: "full" | undefined;
|
|
1970
1975
|
openapi?: string | string[] | {
|
|
1971
1976
|
source: string;
|
|
1972
1977
|
directory?: string | undefined;
|
|
@@ -602,6 +602,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
602
602
|
params?: {
|
|
603
603
|
expanded?: "all" | "closed" | undefined;
|
|
604
604
|
} | undefined;
|
|
605
|
+
url?: "full" | undefined;
|
|
605
606
|
openapi?: string | string[] | {
|
|
606
607
|
source: string;
|
|
607
608
|
directory?: string | undefined;
|
|
@@ -953,6 +954,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
953
954
|
params?: {
|
|
954
955
|
expanded?: "all" | "closed" | undefined;
|
|
955
956
|
} | undefined;
|
|
957
|
+
url?: "full" | undefined;
|
|
956
958
|
openapi?: string | string[] | {
|
|
957
959
|
source: string;
|
|
958
960
|
directory?: string | undefined;
|
|
@@ -1304,6 +1306,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1304
1306
|
params?: {
|
|
1305
1307
|
expanded?: "all" | "closed" | undefined;
|
|
1306
1308
|
} | undefined;
|
|
1309
|
+
url?: "full" | undefined;
|
|
1307
1310
|
openapi?: string | string[] | {
|
|
1308
1311
|
source: string;
|
|
1309
1312
|
directory?: string | undefined;
|
|
@@ -1655,6 +1658,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1655
1658
|
params?: {
|
|
1656
1659
|
expanded?: "all" | "closed" | undefined;
|
|
1657
1660
|
} | undefined;
|
|
1661
|
+
url?: "full" | undefined;
|
|
1658
1662
|
openapi?: string | string[] | {
|
|
1659
1663
|
source: string;
|
|
1660
1664
|
directory?: string | undefined;
|
|
@@ -2006,6 +2010,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2006
2010
|
params?: {
|
|
2007
2011
|
expanded?: "all" | "closed" | undefined;
|
|
2008
2012
|
} | undefined;
|
|
2013
|
+
url?: "full" | undefined;
|
|
2009
2014
|
openapi?: string | string[] | {
|
|
2010
2015
|
source: string;
|
|
2011
2016
|
directory?: string | undefined;
|
|
@@ -2357,6 +2362,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2357
2362
|
params?: {
|
|
2358
2363
|
expanded?: "all" | "closed" | undefined;
|
|
2359
2364
|
} | undefined;
|
|
2365
|
+
url?: "full" | undefined;
|
|
2360
2366
|
openapi?: string | string[] | {
|
|
2361
2367
|
source: string;
|
|
2362
2368
|
directory?: string | undefined;
|
|
@@ -2708,6 +2714,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2708
2714
|
params?: {
|
|
2709
2715
|
expanded?: "all" | "closed" | undefined;
|
|
2710
2716
|
} | undefined;
|
|
2717
|
+
url?: "full" | undefined;
|
|
2711
2718
|
openapi?: string | string[] | {
|
|
2712
2719
|
source: string;
|
|
2713
2720
|
directory?: string | undefined;
|
|
@@ -3059,6 +3066,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3059
3066
|
params?: {
|
|
3060
3067
|
expanded?: "all" | "closed" | undefined;
|
|
3061
3068
|
} | undefined;
|
|
3069
|
+
url?: "full" | undefined;
|
|
3062
3070
|
openapi?: string | string[] | {
|
|
3063
3071
|
source: string;
|
|
3064
3072
|
directory?: string | undefined;
|
|
@@ -3410,6 +3418,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3410
3418
|
params?: {
|
|
3411
3419
|
expanded?: "all" | "closed" | undefined;
|
|
3412
3420
|
} | undefined;
|
|
3421
|
+
url?: "full" | undefined;
|
|
3413
3422
|
openapi?: string | string[] | {
|
|
3414
3423
|
source: string;
|
|
3415
3424
|
directory?: string | undefined;
|
|
@@ -3764,6 +3773,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3764
3773
|
params?: {
|
|
3765
3774
|
expanded?: "all" | "closed" | undefined;
|
|
3766
3775
|
} | undefined;
|
|
3776
|
+
url?: "full" | undefined;
|
|
3767
3777
|
openapi?: string | string[] | {
|
|
3768
3778
|
source: string;
|
|
3769
3779
|
directory?: string | undefined;
|
|
@@ -4115,6 +4125,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4115
4125
|
params?: {
|
|
4116
4126
|
expanded?: "all" | "closed" | undefined;
|
|
4117
4127
|
} | undefined;
|
|
4128
|
+
url?: "full" | undefined;
|
|
4118
4129
|
openapi?: string | string[] | {
|
|
4119
4130
|
source: string;
|
|
4120
4131
|
directory?: string | undefined;
|
|
@@ -4466,6 +4477,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4466
4477
|
params?: {
|
|
4467
4478
|
expanded?: "all" | "closed" | undefined;
|
|
4468
4479
|
} | undefined;
|
|
4480
|
+
url?: "full" | undefined;
|
|
4469
4481
|
openapi?: string | string[] | {
|
|
4470
4482
|
source: string;
|
|
4471
4483
|
directory?: string | undefined;
|
|
@@ -4817,6 +4829,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4817
4829
|
params?: {
|
|
4818
4830
|
expanded?: "all" | "closed" | undefined;
|
|
4819
4831
|
} | undefined;
|
|
4832
|
+
url?: "full" | undefined;
|
|
4820
4833
|
openapi?: string | string[] | {
|
|
4821
4834
|
source: string;
|
|
4822
4835
|
directory?: string | undefined;
|
|
@@ -5168,6 +5181,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5168
5181
|
params?: {
|
|
5169
5182
|
expanded?: "all" | "closed" | undefined;
|
|
5170
5183
|
} | undefined;
|
|
5184
|
+
url?: "full" | undefined;
|
|
5171
5185
|
openapi?: string | string[] | {
|
|
5172
5186
|
source: string;
|
|
5173
5187
|
directory?: string | undefined;
|
|
@@ -5519,6 +5533,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5519
5533
|
params?: {
|
|
5520
5534
|
expanded?: "all" | "closed" | undefined;
|
|
5521
5535
|
} | undefined;
|
|
5536
|
+
url?: "full" | undefined;
|
|
5522
5537
|
openapi?: string | string[] | {
|
|
5523
5538
|
source: string;
|
|
5524
5539
|
directory?: string | undefined;
|
|
@@ -5870,6 +5885,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
5870
5885
|
params?: {
|
|
5871
5886
|
expanded?: "all" | "closed" | undefined;
|
|
5872
5887
|
} | undefined;
|
|
5888
|
+
url?: "full" | undefined;
|
|
5873
5889
|
openapi?: string | string[] | {
|
|
5874
5890
|
source: string;
|
|
5875
5891
|
directory?: string | undefined;
|
|
@@ -6221,6 +6237,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6221
6237
|
params?: {
|
|
6222
6238
|
expanded?: "all" | "closed" | undefined;
|
|
6223
6239
|
} | undefined;
|
|
6240
|
+
url?: "full" | undefined;
|
|
6224
6241
|
openapi?: string | string[] | {
|
|
6225
6242
|
source: string;
|
|
6226
6243
|
directory?: string | undefined;
|
|
@@ -6572,6 +6589,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
6572
6589
|
params?: {
|
|
6573
6590
|
expanded?: "all" | "closed" | undefined;
|
|
6574
6591
|
} | undefined;
|
|
6592
|
+
url?: "full" | undefined;
|
|
6575
6593
|
openapi?: string | string[] | {
|
|
6576
6594
|
source: string;
|
|
6577
6595
|
directory?: string | undefined;
|