@mintlify/validation 0.1.747 → 0.1.749

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.
@@ -879,6 +879,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
879
879
  variables?: Record<string, string> | undefined;
880
880
  markdown?: {
881
881
  schema?: boolean | undefined;
882
+ instructions?: string | string[] | undefined;
882
883
  } | undefined;
883
884
  } | {
884
885
  name: string;
@@ -1260,6 +1261,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1260
1261
  variables?: Record<string, string> | undefined;
1261
1262
  markdown?: {
1262
1263
  schema?: boolean | undefined;
1264
+ instructions?: string | string[] | undefined;
1263
1265
  } | undefined;
1264
1266
  } | {
1265
1267
  name: string;
@@ -1641,6 +1643,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1641
1643
  variables?: Record<string, string> | undefined;
1642
1644
  markdown?: {
1643
1645
  schema?: boolean | undefined;
1646
+ instructions?: string | string[] | undefined;
1644
1647
  } | undefined;
1645
1648
  } | {
1646
1649
  name: string;
@@ -2022,6 +2025,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2022
2025
  variables?: Record<string, string> | undefined;
2023
2026
  markdown?: {
2024
2027
  schema?: boolean | undefined;
2028
+ instructions?: string | string[] | undefined;
2025
2029
  } | undefined;
2026
2030
  } | {
2027
2031
  name: string;
@@ -2403,6 +2407,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2403
2407
  variables?: Record<string, string> | undefined;
2404
2408
  markdown?: {
2405
2409
  schema?: boolean | undefined;
2410
+ instructions?: string | string[] | undefined;
2406
2411
  } | undefined;
2407
2412
  } | {
2408
2413
  name: string;
@@ -2784,6 +2789,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2784
2789
  variables?: Record<string, string> | undefined;
2785
2790
  markdown?: {
2786
2791
  schema?: boolean | undefined;
2792
+ instructions?: string | string[] | undefined;
2787
2793
  } | undefined;
2788
2794
  } | {
2789
2795
  name: string;
@@ -3165,6 +3171,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3165
3171
  variables?: Record<string, string> | undefined;
3166
3172
  markdown?: {
3167
3173
  schema?: boolean | undefined;
3174
+ instructions?: string | string[] | undefined;
3168
3175
  } | undefined;
3169
3176
  } | {
3170
3177
  name: string;
@@ -3546,6 +3553,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3546
3553
  variables?: Record<string, string> | undefined;
3547
3554
  markdown?: {
3548
3555
  schema?: boolean | undefined;
3556
+ instructions?: string | string[] | undefined;
3549
3557
  } | undefined;
3550
3558
  } | {
3551
3559
  name: string;
@@ -3927,6 +3935,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3927
3935
  variables?: Record<string, string> | undefined;
3928
3936
  markdown?: {
3929
3937
  schema?: boolean | undefined;
3938
+ instructions?: string | string[] | undefined;
3930
3939
  } | undefined;
3931
3940
  }> | {
3932
3941
  warnings: z.ZodIssue[];
@@ -4311,6 +4320,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4311
4320
  variables?: Record<string, string> | undefined;
4312
4321
  markdown?: {
4313
4322
  schema?: boolean | undefined;
4323
+ instructions?: string | string[] | undefined;
4314
4324
  } | undefined;
4315
4325
  } | {
4316
4326
  name: string;
@@ -4692,6 +4702,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4692
4702
  variables?: Record<string, string> | undefined;
4693
4703
  markdown?: {
4694
4704
  schema?: boolean | undefined;
4705
+ instructions?: string | string[] | undefined;
4695
4706
  } | undefined;
4696
4707
  } | {
4697
4708
  name: string;
@@ -5073,6 +5084,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5073
5084
  variables?: Record<string, string> | undefined;
5074
5085
  markdown?: {
5075
5086
  schema?: boolean | undefined;
5087
+ instructions?: string | string[] | undefined;
5076
5088
  } | undefined;
5077
5089
  } | {
5078
5090
  name: string;
@@ -5454,6 +5466,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5454
5466
  variables?: Record<string, string> | undefined;
5455
5467
  markdown?: {
5456
5468
  schema?: boolean | undefined;
5469
+ instructions?: string | string[] | undefined;
5457
5470
  } | undefined;
5458
5471
  } | {
5459
5472
  name: string;
@@ -5835,6 +5848,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5835
5848
  variables?: Record<string, string> | undefined;
5836
5849
  markdown?: {
5837
5850
  schema?: boolean | undefined;
5851
+ instructions?: string | string[] | undefined;
5838
5852
  } | undefined;
5839
5853
  } | {
5840
5854
  name: string;
@@ -6216,6 +6230,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6216
6230
  variables?: Record<string, string> | undefined;
6217
6231
  markdown?: {
6218
6232
  schema?: boolean | undefined;
6233
+ instructions?: string | string[] | undefined;
6219
6234
  } | undefined;
6220
6235
  } | {
6221
6236
  name: string;
@@ -6597,6 +6612,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6597
6612
  variables?: Record<string, string> | undefined;
6598
6613
  markdown?: {
6599
6614
  schema?: boolean | undefined;
6615
+ instructions?: string | string[] | undefined;
6600
6616
  } | undefined;
6601
6617
  } | {
6602
6618
  name: string;
@@ -6978,6 +6994,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
6978
6994
  variables?: Record<string, string> | undefined;
6979
6995
  markdown?: {
6980
6996
  schema?: boolean | undefined;
6997
+ instructions?: string | string[] | undefined;
6981
6998
  } | undefined;
6982
6999
  } | {
6983
7000
  name: string;
@@ -7359,6 +7376,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
7359
7376
  variables?: Record<string, string> | undefined;
7360
7377
  markdown?: {
7361
7378
  schema?: boolean | undefined;
7379
+ instructions?: string | string[] | undefined;
7362
7380
  } | undefined;
7363
7381
  };
7364
7382
  error?: never;