@mintlify/validation 0.1.370 → 0.1.371

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.
@@ -60,12 +60,12 @@ export declare const palmConfigSchema: z.ZodObject<{
60
60
  source: string;
61
61
  directory?: string | undefined;
62
62
  }>]>>;
63
- paramFields: z.ZodOptional<z.ZodObject<{
64
- expanded: z.ZodOptional<z.ZodEnum<["all", "none"]>>;
63
+ params: z.ZodOptional<z.ZodObject<{
64
+ expanded: z.ZodOptional<z.ZodEnum<["all", "closed"]>>;
65
65
  }, "strip", z.ZodTypeAny, {
66
- expanded?: "all" | "none" | undefined;
66
+ expanded?: "all" | "closed" | undefined;
67
67
  }, {
68
- expanded?: "all" | "none" | undefined;
68
+ expanded?: "all" | "closed" | undefined;
69
69
  }>>;
70
70
  playground: z.ZodOptional<z.ZodObject<{
71
71
  display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
@@ -121,8 +121,8 @@ export declare const palmConfigSchema: z.ZodObject<{
121
121
  source: string;
122
122
  directory?: string | undefined;
123
123
  } | undefined;
124
- paramFields?: {
125
- expanded?: "all" | "none" | undefined;
124
+ params?: {
125
+ expanded?: "all" | "closed" | undefined;
126
126
  } | undefined;
127
127
  playground?: {
128
128
  display?: "simple" | "none" | "interactive" | undefined;
@@ -148,8 +148,8 @@ export declare const palmConfigSchema: z.ZodObject<{
148
148
  source: string;
149
149
  directory?: string | undefined;
150
150
  } | undefined;
151
- paramFields?: {
152
- expanded?: "all" | "none" | undefined;
151
+ params?: {
152
+ expanded?: "all" | "closed" | undefined;
153
153
  } | undefined;
154
154
  playground?: {
155
155
  display?: "simple" | "none" | "interactive" | undefined;
@@ -1251,8 +1251,8 @@ export declare const palmConfigSchema: z.ZodObject<{
1251
1251
  source: string;
1252
1252
  directory?: string | undefined;
1253
1253
  } | undefined;
1254
- paramFields?: {
1255
- expanded?: "all" | "none" | undefined;
1254
+ params?: {
1255
+ expanded?: "all" | "closed" | undefined;
1256
1256
  } | undefined;
1257
1257
  playground?: {
1258
1258
  display?: "simple" | "none" | "interactive" | undefined;
@@ -1577,8 +1577,8 @@ export declare const palmConfigSchema: z.ZodObject<{
1577
1577
  source: string;
1578
1578
  directory?: string | undefined;
1579
1579
  } | undefined;
1580
- paramFields?: {
1581
- expanded?: "all" | "none" | undefined;
1580
+ params?: {
1581
+ expanded?: "all" | "closed" | undefined;
1582
1582
  } | undefined;
1583
1583
  playground?: {
1584
1584
  display?: "simple" | "none" | "interactive" | undefined;
@@ -59,12 +59,12 @@ export declare const standardConfigSchema: {
59
59
  source: string;
60
60
  directory?: string | undefined;
61
61
  }>]>>;
62
- paramFields: import("zod").ZodOptional<import("zod").ZodObject<{
63
- expanded: import("zod").ZodOptional<import("zod").ZodEnum<["all", "none"]>>;
62
+ params: import("zod").ZodOptional<import("zod").ZodObject<{
63
+ expanded: import("zod").ZodOptional<import("zod").ZodEnum<["all", "closed"]>>;
64
64
  }, "strip", import("zod").ZodTypeAny, {
65
- expanded?: "all" | "none" | undefined;
65
+ expanded?: "all" | "closed" | undefined;
66
66
  }, {
67
- expanded?: "all" | "none" | undefined;
67
+ expanded?: "all" | "closed" | undefined;
68
68
  }>>;
69
69
  playground: import("zod").ZodOptional<import("zod").ZodObject<{
70
70
  display: import("zod").ZodOptional<import("zod").ZodEnum<["interactive", "simple", "none"]>>;
@@ -120,8 +120,8 @@ export declare const standardConfigSchema: {
120
120
  source: string;
121
121
  directory?: string | undefined;
122
122
  } | undefined;
123
- paramFields?: {
124
- expanded?: "all" | "none" | undefined;
123
+ params?: {
124
+ expanded?: "all" | "closed" | undefined;
125
125
  } | undefined;
126
126
  playground?: {
127
127
  display?: "simple" | "none" | "interactive" | undefined;
@@ -147,8 +147,8 @@ export declare const standardConfigSchema: {
147
147
  source: string;
148
148
  directory?: string | undefined;
149
149
  } | undefined;
150
- paramFields?: {
151
- expanded?: "all" | "none" | undefined;
150
+ params?: {
151
+ expanded?: "all" | "closed" | undefined;
152
152
  } | undefined;
153
153
  playground?: {
154
154
  display?: "simple" | "none" | "interactive" | undefined;
@@ -60,12 +60,12 @@ export declare const willowConfigSchema: z.ZodObject<{
60
60
  source: string;
61
61
  directory?: string | undefined;
62
62
  }>]>>;
63
- paramFields: z.ZodOptional<z.ZodObject<{
64
- expanded: z.ZodOptional<z.ZodEnum<["all", "none"]>>;
63
+ params: z.ZodOptional<z.ZodObject<{
64
+ expanded: z.ZodOptional<z.ZodEnum<["all", "closed"]>>;
65
65
  }, "strip", z.ZodTypeAny, {
66
- expanded?: "all" | "none" | undefined;
66
+ expanded?: "all" | "closed" | undefined;
67
67
  }, {
68
- expanded?: "all" | "none" | undefined;
68
+ expanded?: "all" | "closed" | undefined;
69
69
  }>>;
70
70
  playground: z.ZodOptional<z.ZodObject<{
71
71
  display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
@@ -121,8 +121,8 @@ export declare const willowConfigSchema: z.ZodObject<{
121
121
  source: string;
122
122
  directory?: string | undefined;
123
123
  } | undefined;
124
- paramFields?: {
125
- expanded?: "all" | "none" | undefined;
124
+ params?: {
125
+ expanded?: "all" | "closed" | undefined;
126
126
  } | undefined;
127
127
  playground?: {
128
128
  display?: "simple" | "none" | "interactive" | undefined;
@@ -148,8 +148,8 @@ export declare const willowConfigSchema: z.ZodObject<{
148
148
  source: string;
149
149
  directory?: string | undefined;
150
150
  } | undefined;
151
- paramFields?: {
152
- expanded?: "all" | "none" | undefined;
151
+ params?: {
152
+ expanded?: "all" | "closed" | undefined;
153
153
  } | undefined;
154
154
  playground?: {
155
155
  display?: "simple" | "none" | "interactive" | undefined;
@@ -1251,8 +1251,8 @@ export declare const willowConfigSchema: z.ZodObject<{
1251
1251
  source: string;
1252
1252
  directory?: string | undefined;
1253
1253
  } | undefined;
1254
- paramFields?: {
1255
- expanded?: "all" | "none" | undefined;
1254
+ params?: {
1255
+ expanded?: "all" | "closed" | undefined;
1256
1256
  } | undefined;
1257
1257
  playground?: {
1258
1258
  display?: "simple" | "none" | "interactive" | undefined;
@@ -1577,8 +1577,8 @@ export declare const willowConfigSchema: z.ZodObject<{
1577
1577
  source: string;
1578
1578
  directory?: string | undefined;
1579
1579
  } | undefined;
1580
- paramFields?: {
1581
- expanded?: "all" | "none" | undefined;
1580
+ params?: {
1581
+ expanded?: "all" | "closed" | undefined;
1582
1582
  } | undefined;
1583
1583
  playground?: {
1584
1584
  display?: "simple" | "none" | "interactive" | undefined;
@@ -631,8 +631,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
631
631
  source: string;
632
632
  directory?: string | undefined;
633
633
  } | undefined;
634
- paramFields?: {
635
- expanded?: "all" | "none" | undefined;
634
+ params?: {
635
+ expanded?: "all" | "closed" | undefined;
636
636
  } | undefined;
637
637
  playground?: {
638
638
  display?: "simple" | "none" | "interactive" | undefined;
@@ -957,8 +957,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
957
957
  source: string;
958
958
  directory?: string | undefined;
959
959
  } | undefined;
960
- paramFields?: {
961
- expanded?: "all" | "none" | undefined;
960
+ params?: {
961
+ expanded?: "all" | "closed" | undefined;
962
962
  } | undefined;
963
963
  playground?: {
964
964
  display?: "simple" | "none" | "interactive" | undefined;
@@ -1283,8 +1283,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1283
1283
  source: string;
1284
1284
  directory?: string | undefined;
1285
1285
  } | undefined;
1286
- paramFields?: {
1287
- expanded?: "all" | "none" | undefined;
1286
+ params?: {
1287
+ expanded?: "all" | "closed" | undefined;
1288
1288
  } | undefined;
1289
1289
  playground?: {
1290
1290
  display?: "simple" | "none" | "interactive" | undefined;
@@ -1609,8 +1609,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1609
1609
  source: string;
1610
1610
  directory?: string | undefined;
1611
1611
  } | undefined;
1612
- paramFields?: {
1613
- expanded?: "all" | "none" | undefined;
1612
+ params?: {
1613
+ expanded?: "all" | "closed" | undefined;
1614
1614
  } | undefined;
1615
1615
  playground?: {
1616
1616
  display?: "simple" | "none" | "interactive" | undefined;
@@ -1935,8 +1935,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1935
1935
  source: string;
1936
1936
  directory?: string | undefined;
1937
1937
  } | undefined;
1938
- paramFields?: {
1939
- expanded?: "all" | "none" | undefined;
1938
+ params?: {
1939
+ expanded?: "all" | "closed" | undefined;
1940
1940
  } | undefined;
1941
1941
  playground?: {
1942
1942
  display?: "simple" | "none" | "interactive" | undefined;
@@ -2261,8 +2261,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2261
2261
  source: string;
2262
2262
  directory?: string | undefined;
2263
2263
  } | undefined;
2264
- paramFields?: {
2265
- expanded?: "all" | "none" | undefined;
2264
+ params?: {
2265
+ expanded?: "all" | "closed" | undefined;
2266
2266
  } | undefined;
2267
2267
  playground?: {
2268
2268
  display?: "simple" | "none" | "interactive" | undefined;
@@ -2590,8 +2590,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2590
2590
  source: string;
2591
2591
  directory?: string | undefined;
2592
2592
  } | undefined;
2593
- paramFields?: {
2594
- expanded?: "all" | "none" | undefined;
2593
+ params?: {
2594
+ expanded?: "all" | "closed" | undefined;
2595
2595
  } | undefined;
2596
2596
  playground?: {
2597
2597
  display?: "simple" | "none" | "interactive" | undefined;
@@ -2916,8 +2916,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2916
2916
  source: string;
2917
2917
  directory?: string | undefined;
2918
2918
  } | undefined;
2919
- paramFields?: {
2920
- expanded?: "all" | "none" | undefined;
2919
+ params?: {
2920
+ expanded?: "all" | "closed" | undefined;
2921
2921
  } | undefined;
2922
2922
  playground?: {
2923
2923
  display?: "simple" | "none" | "interactive" | undefined;
@@ -3242,8 +3242,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3242
3242
  source: string;
3243
3243
  directory?: string | undefined;
3244
3244
  } | undefined;
3245
- paramFields?: {
3246
- expanded?: "all" | "none" | undefined;
3245
+ params?: {
3246
+ expanded?: "all" | "closed" | undefined;
3247
3247
  } | undefined;
3248
3248
  playground?: {
3249
3249
  display?: "simple" | "none" | "interactive" | undefined;
@@ -3568,8 +3568,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3568
3568
  source: string;
3569
3569
  directory?: string | undefined;
3570
3570
  } | undefined;
3571
- paramFields?: {
3572
- expanded?: "all" | "none" | undefined;
3571
+ params?: {
3572
+ expanded?: "all" | "closed" | undefined;
3573
3573
  } | undefined;
3574
3574
  playground?: {
3575
3575
  display?: "simple" | "none" | "interactive" | undefined;
@@ -3894,8 +3894,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3894
3894
  source: string;
3895
3895
  directory?: string | undefined;
3896
3896
  } | undefined;
3897
- paramFields?: {
3898
- expanded?: "all" | "none" | undefined;
3897
+ params?: {
3898
+ expanded?: "all" | "closed" | undefined;
3899
3899
  } | undefined;
3900
3900
  playground?: {
3901
3901
  display?: "simple" | "none" | "interactive" | undefined;
@@ -4220,8 +4220,8 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4220
4220
  source: string;
4221
4221
  directory?: string | undefined;
4222
4222
  } | undefined;
4223
- paramFields?: {
4224
- expanded?: "all" | "none" | undefined;
4223
+ params?: {
4224
+ expanded?: "all" | "closed" | undefined;
4225
4225
  } | undefined;
4226
4226
  playground?: {
4227
4227
  display?: "simple" | "none" | "interactive" | undefined;