@mintlify/validation 0.1.543 → 0.1.545

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.
@@ -83,7 +83,7 @@ export declare function validateMintConfig(value: unknown): z.SafeParseError<{
83
83
  name: string;
84
84
  url?: string | undefined;
85
85
  default?: true | undefined;
86
- locale?: "id" | "en" | "cn" | "zh" | "zh-Hans" | "zh-Hant" | "es" | "fr" | "fr-CA" | "fr-ca" | "ja" | "jp" | "ja-jp" | "pt" | "pt-BR" | "de" | "ko" | "it" | "ru" | "ro" | "cs" | "ar" | "tr" | "hi" | "sv" | "no" | "lv" | "nl" | "uk" | "vi" | undefined;
86
+ locale?: "id" | "en" | "cn" | "zh" | "zh-Hans" | "zh-Hant" | "es" | "fr" | "fr-CA" | "fr-ca" | "ja" | "jp" | "ja-jp" | "pt" | "pt-BR" | "de" | "ko" | "it" | "ru" | "ro" | "cs" | "ar" | "tr" | "hi" | "sv" | "no" | "lv" | "nl" | "uk" | "vi" | "pl" | "uz" | "he" | undefined;
87
87
  })[] | undefined;
88
88
  metadata?: Record<string, string> | undefined;
89
89
  codeBlock?: {
@@ -330,7 +330,7 @@ export declare function validateMintConfig(value: unknown): z.SafeParseError<{
330
330
  name: string;
331
331
  url?: string | undefined;
332
332
  default?: true | undefined;
333
- locale?: "id" | "en" | "cn" | "zh" | "zh-Hans" | "zh-Hant" | "es" | "fr" | "fr-CA" | "fr-ca" | "ja" | "jp" | "ja-jp" | "pt" | "pt-BR" | "de" | "ko" | "it" | "ru" | "ro" | "cs" | "ar" | "tr" | "hi" | "sv" | "no" | "lv" | "nl" | "uk" | "vi" | undefined;
333
+ locale?: "id" | "en" | "cn" | "zh" | "zh-Hans" | "zh-Hant" | "es" | "fr" | "fr-CA" | "fr-ca" | "ja" | "jp" | "ja-jp" | "pt" | "pt-BR" | "de" | "ko" | "it" | "ru" | "ro" | "cs" | "ar" | "tr" | "hi" | "sv" | "no" | "lv" | "nl" | "uk" | "vi" | "pl" | "uz" | "he" | undefined;
334
334
  })[] | undefined;
335
335
  metadata?: Record<string, string> | undefined;
336
336
  codeBlock?: {
@@ -816,7 +816,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
816
816
  interaction?: {
817
817
  drilldown?: boolean | undefined;
818
818
  } | undefined;
819
- snippets?: string[] | undefined;
820
819
  } | {
821
820
  name: string;
822
821
  theme: "aspen";
@@ -1140,7 +1139,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1140
1139
  interaction?: {
1141
1140
  drilldown?: boolean | undefined;
1142
1141
  } | undefined;
1143
- snippets?: string[] | undefined;
1144
1142
  } | {
1145
1143
  name: string;
1146
1144
  theme: "linden";
@@ -1464,7 +1462,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1464
1462
  interaction?: {
1465
1463
  drilldown?: boolean | undefined;
1466
1464
  } | undefined;
1467
- snippets?: string[] | undefined;
1468
1465
  } | {
1469
1466
  name: string;
1470
1467
  theme: "maple";
@@ -1788,7 +1785,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
1788
1785
  interaction?: {
1789
1786
  drilldown?: boolean | undefined;
1790
1787
  } | undefined;
1791
- snippets?: string[] | undefined;
1792
1788
  } | {
1793
1789
  name: string;
1794
1790
  theme: "mint";
@@ -2112,7 +2108,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2112
2108
  interaction?: {
2113
2109
  drilldown?: boolean | undefined;
2114
2110
  } | undefined;
2115
- snippets?: string[] | undefined;
2116
2111
  } | {
2117
2112
  name: string;
2118
2113
  theme: "palm";
@@ -2436,7 +2431,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2436
2431
  interaction?: {
2437
2432
  drilldown?: boolean | undefined;
2438
2433
  } | undefined;
2439
- snippets?: string[] | undefined;
2440
2434
  } | {
2441
2435
  name: string;
2442
2436
  theme: "willow";
@@ -2760,7 +2754,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
2760
2754
  interaction?: {
2761
2755
  drilldown?: boolean | undefined;
2762
2756
  } | undefined;
2763
- snippets?: string[] | undefined;
2764
2757
  }> | {
2765
2758
  warnings: z.ZodIssue[];
2766
2759
  success: true;
@@ -3087,7 +3080,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3087
3080
  interaction?: {
3088
3081
  drilldown?: boolean | undefined;
3089
3082
  } | undefined;
3090
- snippets?: string[] | undefined;
3091
3083
  } | {
3092
3084
  name: string;
3093
3085
  $schema: string;
@@ -3411,7 +3403,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3411
3403
  interaction?: {
3412
3404
  drilldown?: boolean | undefined;
3413
3405
  } | undefined;
3414
- snippets?: string[] | undefined;
3415
3406
  } | {
3416
3407
  name: string;
3417
3408
  $schema: string;
@@ -3735,7 +3726,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
3735
3726
  interaction?: {
3736
3727
  drilldown?: boolean | undefined;
3737
3728
  } | undefined;
3738
- snippets?: string[] | undefined;
3739
3729
  } | {
3740
3730
  name: string;
3741
3731
  $schema: string;
@@ -4059,7 +4049,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4059
4049
  interaction?: {
4060
4050
  drilldown?: boolean | undefined;
4061
4051
  } | undefined;
4062
- snippets?: string[] | undefined;
4063
4052
  } | {
4064
4053
  name: string;
4065
4054
  $schema: string;
@@ -4383,7 +4372,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4383
4372
  interaction?: {
4384
4373
  drilldown?: boolean | undefined;
4385
4374
  } | undefined;
4386
- snippets?: string[] | undefined;
4387
4375
  } | {
4388
4376
  name: string;
4389
4377
  $schema: string;
@@ -4707,7 +4695,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
4707
4695
  interaction?: {
4708
4696
  drilldown?: boolean | undefined;
4709
4697
  } | undefined;
4710
- snippets?: string[] | undefined;
4711
4698
  } | {
4712
4699
  name: string;
4713
4700
  $schema: string;
@@ -5031,7 +5018,6 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
5031
5018
  interaction?: {
5032
5019
  drilldown?: boolean | undefined;
5033
5020
  } | undefined;
5034
- snippets?: string[] | undefined;
5035
5021
  };
5036
5022
  error?: never;
5037
5023
  };