@mintlify/validation 0.1.479 → 0.1.481

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.
@@ -79,12 +79,15 @@ export declare const standardConfigSchema: {
79
79
  examples: import("zod").ZodOptional<import("zod").ZodObject<{
80
80
  defaults: import("zod").ZodOptional<import("zod").ZodEnum<["required", "all"]>>;
81
81
  languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
82
+ prefill: import("zod").ZodOptional<import("zod").ZodBoolean>;
82
83
  }, "strip", import("zod").ZodTypeAny, {
83
84
  defaults?: "all" | "required" | undefined;
84
85
  languages?: string[] | undefined;
86
+ prefill?: boolean | undefined;
85
87
  }, {
86
88
  defaults?: "all" | "required" | undefined;
87
89
  languages?: string[] | undefined;
90
+ prefill?: boolean | undefined;
88
91
  }>>;
89
92
  mdx: import("zod").ZodOptional<import("zod").ZodObject<{
90
93
  auth: import("zod").ZodOptional<import("zod").ZodObject<{
@@ -130,6 +133,7 @@ export declare const standardConfigSchema: {
130
133
  examples?: {
131
134
  defaults?: "all" | "required" | undefined;
132
135
  languages?: string[] | undefined;
136
+ prefill?: boolean | undefined;
133
137
  } | undefined;
134
138
  mdx?: {
135
139
  auth?: {
@@ -157,6 +161,7 @@ export declare const standardConfigSchema: {
157
161
  examples?: {
158
162
  defaults?: "all" | "required" | undefined;
159
163
  languages?: string[] | undefined;
164
+ prefill?: boolean | undefined;
160
165
  } | undefined;
161
166
  mdx?: {
162
167
  auth?: {
@@ -80,12 +80,15 @@ export declare const willowConfigSchema: z.ZodObject<{
80
80
  examples: z.ZodOptional<z.ZodObject<{
81
81
  defaults: z.ZodOptional<z.ZodEnum<["required", "all"]>>;
82
82
  languages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
83
+ prefill: z.ZodOptional<z.ZodBoolean>;
83
84
  }, "strip", z.ZodTypeAny, {
84
85
  defaults?: "all" | "required" | undefined;
85
86
  languages?: string[] | undefined;
87
+ prefill?: boolean | undefined;
86
88
  }, {
87
89
  defaults?: "all" | "required" | undefined;
88
90
  languages?: string[] | undefined;
91
+ prefill?: boolean | undefined;
89
92
  }>>;
90
93
  mdx: z.ZodOptional<z.ZodObject<{
91
94
  auth: z.ZodOptional<z.ZodObject<{
@@ -131,6 +134,7 @@ export declare const willowConfigSchema: z.ZodObject<{
131
134
  examples?: {
132
135
  defaults?: "all" | "required" | undefined;
133
136
  languages?: string[] | undefined;
137
+ prefill?: boolean | undefined;
134
138
  } | undefined;
135
139
  mdx?: {
136
140
  auth?: {
@@ -158,6 +162,7 @@ export declare const willowConfigSchema: z.ZodObject<{
158
162
  examples?: {
159
163
  defaults?: "all" | "required" | undefined;
160
164
  languages?: string[] | undefined;
165
+ prefill?: boolean | undefined;
161
166
  } | undefined;
162
167
  mdx?: {
163
168
  auth?: {
@@ -1641,6 +1646,7 @@ export declare const willowConfigSchema: z.ZodObject<{
1641
1646
  examples?: {
1642
1647
  defaults?: "all" | "required" | undefined;
1643
1648
  languages?: string[] | undefined;
1649
+ prefill?: boolean | undefined;
1644
1650
  } | undefined;
1645
1651
  mdx?: {
1646
1652
  auth?: {
@@ -2042,6 +2048,7 @@ export declare const willowConfigSchema: z.ZodObject<{
2042
2048
  examples?: {
2043
2049
  defaults?: "all" | "required" | undefined;
2044
2050
  languages?: string[] | undefined;
2051
+ prefill?: boolean | undefined;
2045
2052
  } | undefined;
2046
2053
  mdx?: {
2047
2054
  auth?: {
@@ -677,6 +677,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
677
677
  examples?: {
678
678
  defaults?: "all" | "required" | undefined;
679
679
  languages?: string[] | undefined;
680
+ prefill?: boolean | undefined;
680
681
  } | undefined;
681
682
  mdx?: {
682
683
  auth?: {
@@ -1078,6 +1079,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1078
1079
  examples?: {
1079
1080
  defaults?: "all" | "required" | undefined;
1080
1081
  languages?: string[] | undefined;
1082
+ prefill?: boolean | undefined;
1081
1083
  } | undefined;
1082
1084
  mdx?: {
1083
1085
  auth?: {
@@ -1479,6 +1481,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1479
1481
  examples?: {
1480
1482
  defaults?: "all" | "required" | undefined;
1481
1483
  languages?: string[] | undefined;
1484
+ prefill?: boolean | undefined;
1482
1485
  } | undefined;
1483
1486
  mdx?: {
1484
1487
  auth?: {
@@ -1880,6 +1883,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1880
1883
  examples?: {
1881
1884
  defaults?: "all" | "required" | undefined;
1882
1885
  languages?: string[] | undefined;
1886
+ prefill?: boolean | undefined;
1883
1887
  } | undefined;
1884
1888
  mdx?: {
1885
1889
  auth?: {
@@ -2281,6 +2285,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2281
2285
  examples?: {
2282
2286
  defaults?: "all" | "required" | undefined;
2283
2287
  languages?: string[] | undefined;
2288
+ prefill?: boolean | undefined;
2284
2289
  } | undefined;
2285
2290
  mdx?: {
2286
2291
  auth?: {
@@ -2682,6 +2687,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2682
2687
  examples?: {
2683
2688
  defaults?: "all" | "required" | undefined;
2684
2689
  languages?: string[] | undefined;
2690
+ prefill?: boolean | undefined;
2685
2691
  } | undefined;
2686
2692
  mdx?: {
2687
2693
  auth?: {
@@ -3083,6 +3089,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3083
3089
  examples?: {
3084
3090
  defaults?: "all" | "required" | undefined;
3085
3091
  languages?: string[] | undefined;
3092
+ prefill?: boolean | undefined;
3086
3093
  } | undefined;
3087
3094
  mdx?: {
3088
3095
  auth?: {
@@ -3487,6 +3494,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3487
3494
  examples?: {
3488
3495
  defaults?: "all" | "required" | undefined;
3489
3496
  languages?: string[] | undefined;
3497
+ prefill?: boolean | undefined;
3490
3498
  } | undefined;
3491
3499
  mdx?: {
3492
3500
  auth?: {
@@ -3888,6 +3896,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3888
3896
  examples?: {
3889
3897
  defaults?: "all" | "required" | undefined;
3890
3898
  languages?: string[] | undefined;
3899
+ prefill?: boolean | undefined;
3891
3900
  } | undefined;
3892
3901
  mdx?: {
3893
3902
  auth?: {
@@ -4289,6 +4298,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4289
4298
  examples?: {
4290
4299
  defaults?: "all" | "required" | undefined;
4291
4300
  languages?: string[] | undefined;
4301
+ prefill?: boolean | undefined;
4292
4302
  } | undefined;
4293
4303
  mdx?: {
4294
4304
  auth?: {
@@ -4690,6 +4700,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4690
4700
  examples?: {
4691
4701
  defaults?: "all" | "required" | undefined;
4692
4702
  languages?: string[] | undefined;
4703
+ prefill?: boolean | undefined;
4693
4704
  } | undefined;
4694
4705
  mdx?: {
4695
4706
  auth?: {
@@ -5091,6 +5102,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5091
5102
  examples?: {
5092
5103
  defaults?: "all" | "required" | undefined;
5093
5104
  languages?: string[] | undefined;
5105
+ prefill?: boolean | undefined;
5094
5106
  } | undefined;
5095
5107
  mdx?: {
5096
5108
  auth?: {
@@ -5492,6 +5504,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5492
5504
  examples?: {
5493
5505
  defaults?: "all" | "required" | undefined;
5494
5506
  languages?: string[] | undefined;
5507
+ prefill?: boolean | undefined;
5495
5508
  } | undefined;
5496
5509
  mdx?: {
5497
5510
  auth?: {
@@ -5893,6 +5906,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5893
5906
  examples?: {
5894
5907
  defaults?: "all" | "required" | undefined;
5895
5908
  languages?: string[] | undefined;
5909
+ prefill?: boolean | undefined;
5896
5910
  } | undefined;
5897
5911
  mdx?: {
5898
5912
  auth?: {