@mintlify/validation 0.1.572 → 0.1.574

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.
@@ -72,13 +72,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
72
72
  expanded?: "all" | "closed" | undefined;
73
73
  }>>;
74
74
  playground: z.ZodOptional<z.ZodObject<{
75
- display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
75
+ display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
76
76
  proxy: z.ZodOptional<z.ZodBoolean>;
77
77
  }, "strip", z.ZodTypeAny, {
78
- display?: "simple" | "none" | "interactive" | undefined;
78
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
79
79
  proxy?: boolean | undefined;
80
80
  }, {
81
- display?: "simple" | "none" | "interactive" | undefined;
81
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
82
82
  proxy?: boolean | undefined;
83
83
  }>>;
84
84
  examples: z.ZodOptional<z.ZodObject<{
@@ -131,7 +131,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
131
131
  directory?: string | undefined;
132
132
  } | undefined;
133
133
  playground?: {
134
- display?: "simple" | "none" | "interactive" | undefined;
134
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
135
135
  proxy?: boolean | undefined;
136
136
  } | undefined;
137
137
  asyncapi?: string | string[] | {
@@ -160,7 +160,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
160
160
  directory?: string | undefined;
161
161
  } | undefined;
162
162
  playground?: {
163
- display?: "simple" | "none" | "interactive" | undefined;
163
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
164
164
  proxy?: boolean | undefined;
165
165
  } | undefined;
166
166
  asyncapi?: string | string[] | {
@@ -683,12 +683,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
683
683
  global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
684
684
  }>]>;
685
685
  footer: z.ZodOptional<z.ZodObject<{
686
- socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
686
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>;
687
687
  links: z.ZodOptional<z.ZodArray<z.ZodObject<{
688
688
  header: z.ZodOptional<z.ZodString>;
689
689
  items: z.ZodArray<z.ZodObject<{
690
690
  label: z.ZodString;
691
- href: z.ZodEffects<z.ZodString, string, string>;
691
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
692
692
  }, "strip", z.ZodTypeAny, {
693
693
  href: string;
694
694
  label: string;
@@ -1567,7 +1567,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1567
1567
  directory?: string | undefined;
1568
1568
  } | undefined;
1569
1569
  playground?: {
1570
- display?: "simple" | "none" | "interactive" | undefined;
1570
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
1571
1571
  proxy?: boolean | undefined;
1572
1572
  } | undefined;
1573
1573
  asyncapi?: string | string[] | {
@@ -1892,7 +1892,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1892
1892
  directory?: string | undefined;
1893
1893
  } | undefined;
1894
1894
  playground?: {
1895
- display?: "simple" | "none" | "interactive" | undefined;
1895
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
1896
1896
  proxy?: boolean | undefined;
1897
1897
  } | undefined;
1898
1898
  asyncapi?: string | string[] | {
@@ -2176,13 +2176,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2176
2176
  expanded?: "all" | "closed" | undefined;
2177
2177
  }>>;
2178
2178
  playground: z.ZodOptional<z.ZodObject<{
2179
- display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
2179
+ display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
2180
2180
  proxy: z.ZodOptional<z.ZodBoolean>;
2181
2181
  }, "strip", z.ZodTypeAny, {
2182
- display?: "simple" | "none" | "interactive" | undefined;
2182
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
2183
2183
  proxy?: boolean | undefined;
2184
2184
  }, {
2185
- display?: "simple" | "none" | "interactive" | undefined;
2185
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
2186
2186
  proxy?: boolean | undefined;
2187
2187
  }>>;
2188
2188
  examples: z.ZodOptional<z.ZodObject<{
@@ -2235,7 +2235,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2235
2235
  directory?: string | undefined;
2236
2236
  } | undefined;
2237
2237
  playground?: {
2238
- display?: "simple" | "none" | "interactive" | undefined;
2238
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
2239
2239
  proxy?: boolean | undefined;
2240
2240
  } | undefined;
2241
2241
  asyncapi?: string | string[] | {
@@ -2264,7 +2264,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2264
2264
  directory?: string | undefined;
2265
2265
  } | undefined;
2266
2266
  playground?: {
2267
- display?: "simple" | "none" | "interactive" | undefined;
2267
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
2268
2268
  proxy?: boolean | undefined;
2269
2269
  } | undefined;
2270
2270
  asyncapi?: string | string[] | {
@@ -2787,12 +2787,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2787
2787
  global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
2788
2788
  }>]>;
2789
2789
  footer: z.ZodOptional<z.ZodObject<{
2790
- socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
2790
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>;
2791
2791
  links: z.ZodOptional<z.ZodArray<z.ZodObject<{
2792
2792
  header: z.ZodOptional<z.ZodString>;
2793
2793
  items: z.ZodArray<z.ZodObject<{
2794
2794
  label: z.ZodString;
2795
- href: z.ZodEffects<z.ZodString, string, string>;
2795
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
2796
2796
  }, "strip", z.ZodTypeAny, {
2797
2797
  href: string;
2798
2798
  label: string;
@@ -3671,7 +3671,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3671
3671
  directory?: string | undefined;
3672
3672
  } | undefined;
3673
3673
  playground?: {
3674
- display?: "simple" | "none" | "interactive" | undefined;
3674
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
3675
3675
  proxy?: boolean | undefined;
3676
3676
  } | undefined;
3677
3677
  asyncapi?: string | string[] | {
@@ -3996,7 +3996,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3996
3996
  directory?: string | undefined;
3997
3997
  } | undefined;
3998
3998
  playground?: {
3999
- display?: "simple" | "none" | "interactive" | undefined;
3999
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
4000
4000
  proxy?: boolean | undefined;
4001
4001
  } | undefined;
4002
4002
  asyncapi?: string | string[] | {
@@ -4280,13 +4280,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4280
4280
  expanded?: "all" | "closed" | undefined;
4281
4281
  }>>;
4282
4282
  playground: z.ZodOptional<z.ZodObject<{
4283
- display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
4283
+ display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
4284
4284
  proxy: z.ZodOptional<z.ZodBoolean>;
4285
4285
  }, "strip", z.ZodTypeAny, {
4286
- display?: "simple" | "none" | "interactive" | undefined;
4286
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
4287
4287
  proxy?: boolean | undefined;
4288
4288
  }, {
4289
- display?: "simple" | "none" | "interactive" | undefined;
4289
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
4290
4290
  proxy?: boolean | undefined;
4291
4291
  }>>;
4292
4292
  examples: z.ZodOptional<z.ZodObject<{
@@ -4339,7 +4339,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4339
4339
  directory?: string | undefined;
4340
4340
  } | undefined;
4341
4341
  playground?: {
4342
- display?: "simple" | "none" | "interactive" | undefined;
4342
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
4343
4343
  proxy?: boolean | undefined;
4344
4344
  } | undefined;
4345
4345
  asyncapi?: string | string[] | {
@@ -4368,7 +4368,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4368
4368
  directory?: string | undefined;
4369
4369
  } | undefined;
4370
4370
  playground?: {
4371
- display?: "simple" | "none" | "interactive" | undefined;
4371
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
4372
4372
  proxy?: boolean | undefined;
4373
4373
  } | undefined;
4374
4374
  asyncapi?: string | string[] | {
@@ -4891,12 +4891,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4891
4891
  global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
4892
4892
  }>]>;
4893
4893
  footer: z.ZodOptional<z.ZodObject<{
4894
- socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
4894
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>;
4895
4895
  links: z.ZodOptional<z.ZodArray<z.ZodObject<{
4896
4896
  header: z.ZodOptional<z.ZodString>;
4897
4897
  items: z.ZodArray<z.ZodObject<{
4898
4898
  label: z.ZodString;
4899
- href: z.ZodEffects<z.ZodString, string, string>;
4899
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
4900
4900
  }, "strip", z.ZodTypeAny, {
4901
4901
  href: string;
4902
4902
  label: string;
@@ -5775,7 +5775,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5775
5775
  directory?: string | undefined;
5776
5776
  } | undefined;
5777
5777
  playground?: {
5778
- display?: "simple" | "none" | "interactive" | undefined;
5778
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
5779
5779
  proxy?: boolean | undefined;
5780
5780
  } | undefined;
5781
5781
  asyncapi?: string | string[] | {
@@ -6100,7 +6100,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6100
6100
  directory?: string | undefined;
6101
6101
  } | undefined;
6102
6102
  playground?: {
6103
- display?: "simple" | "none" | "interactive" | undefined;
6103
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
6104
6104
  proxy?: boolean | undefined;
6105
6105
  } | undefined;
6106
6106
  asyncapi?: string | string[] | {
@@ -6384,13 +6384,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6384
6384
  expanded?: "all" | "closed" | undefined;
6385
6385
  }>>;
6386
6386
  playground: z.ZodOptional<z.ZodObject<{
6387
- display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
6387
+ display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
6388
6388
  proxy: z.ZodOptional<z.ZodBoolean>;
6389
6389
  }, "strip", z.ZodTypeAny, {
6390
- display?: "simple" | "none" | "interactive" | undefined;
6390
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
6391
6391
  proxy?: boolean | undefined;
6392
6392
  }, {
6393
- display?: "simple" | "none" | "interactive" | undefined;
6393
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
6394
6394
  proxy?: boolean | undefined;
6395
6395
  }>>;
6396
6396
  examples: z.ZodOptional<z.ZodObject<{
@@ -6443,7 +6443,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6443
6443
  directory?: string | undefined;
6444
6444
  } | undefined;
6445
6445
  playground?: {
6446
- display?: "simple" | "none" | "interactive" | undefined;
6446
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
6447
6447
  proxy?: boolean | undefined;
6448
6448
  } | undefined;
6449
6449
  asyncapi?: string | string[] | {
@@ -6472,7 +6472,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6472
6472
  directory?: string | undefined;
6473
6473
  } | undefined;
6474
6474
  playground?: {
6475
- display?: "simple" | "none" | "interactive" | undefined;
6475
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
6476
6476
  proxy?: boolean | undefined;
6477
6477
  } | undefined;
6478
6478
  asyncapi?: string | string[] | {
@@ -6995,12 +6995,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6995
6995
  global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
6996
6996
  }>]>;
6997
6997
  footer: z.ZodOptional<z.ZodObject<{
6998
- socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
6998
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>;
6999
6999
  links: z.ZodOptional<z.ZodArray<z.ZodObject<{
7000
7000
  header: z.ZodOptional<z.ZodString>;
7001
7001
  items: z.ZodArray<z.ZodObject<{
7002
7002
  label: z.ZodString;
7003
- href: z.ZodEffects<z.ZodString, string, string>;
7003
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
7004
7004
  }, "strip", z.ZodTypeAny, {
7005
7005
  href: string;
7006
7006
  label: string;
@@ -7879,7 +7879,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7879
7879
  directory?: string | undefined;
7880
7880
  } | undefined;
7881
7881
  playground?: {
7882
- display?: "simple" | "none" | "interactive" | undefined;
7882
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
7883
7883
  proxy?: boolean | undefined;
7884
7884
  } | undefined;
7885
7885
  asyncapi?: string | string[] | {
@@ -8204,7 +8204,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8204
8204
  directory?: string | undefined;
8205
8205
  } | undefined;
8206
8206
  playground?: {
8207
- display?: "simple" | "none" | "interactive" | undefined;
8207
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
8208
8208
  proxy?: boolean | undefined;
8209
8209
  } | undefined;
8210
8210
  asyncapi?: string | string[] | {
@@ -8488,13 +8488,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8488
8488
  expanded?: "all" | "closed" | undefined;
8489
8489
  }>>;
8490
8490
  playground: z.ZodOptional<z.ZodObject<{
8491
- display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
8491
+ display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
8492
8492
  proxy: z.ZodOptional<z.ZodBoolean>;
8493
8493
  }, "strip", z.ZodTypeAny, {
8494
- display?: "simple" | "none" | "interactive" | undefined;
8494
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
8495
8495
  proxy?: boolean | undefined;
8496
8496
  }, {
8497
- display?: "simple" | "none" | "interactive" | undefined;
8497
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
8498
8498
  proxy?: boolean | undefined;
8499
8499
  }>>;
8500
8500
  examples: z.ZodOptional<z.ZodObject<{
@@ -8547,7 +8547,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8547
8547
  directory?: string | undefined;
8548
8548
  } | undefined;
8549
8549
  playground?: {
8550
- display?: "simple" | "none" | "interactive" | undefined;
8550
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
8551
8551
  proxy?: boolean | undefined;
8552
8552
  } | undefined;
8553
8553
  asyncapi?: string | string[] | {
@@ -8576,7 +8576,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8576
8576
  directory?: string | undefined;
8577
8577
  } | undefined;
8578
8578
  playground?: {
8579
- display?: "simple" | "none" | "interactive" | undefined;
8579
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
8580
8580
  proxy?: boolean | undefined;
8581
8581
  } | undefined;
8582
8582
  asyncapi?: string | string[] | {
@@ -9099,12 +9099,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9099
9099
  global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
9100
9100
  }>]>;
9101
9101
  footer: z.ZodOptional<z.ZodObject<{
9102
- socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
9102
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>;
9103
9103
  links: z.ZodOptional<z.ZodArray<z.ZodObject<{
9104
9104
  header: z.ZodOptional<z.ZodString>;
9105
9105
  items: z.ZodArray<z.ZodObject<{
9106
9106
  label: z.ZodString;
9107
- href: z.ZodEffects<z.ZodString, string, string>;
9107
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
9108
9108
  }, "strip", z.ZodTypeAny, {
9109
9109
  href: string;
9110
9110
  label: string;
@@ -9983,7 +9983,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9983
9983
  directory?: string | undefined;
9984
9984
  } | undefined;
9985
9985
  playground?: {
9986
- display?: "simple" | "none" | "interactive" | undefined;
9986
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
9987
9987
  proxy?: boolean | undefined;
9988
9988
  } | undefined;
9989
9989
  asyncapi?: string | string[] | {
@@ -10308,7 +10308,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10308
10308
  directory?: string | undefined;
10309
10309
  } | undefined;
10310
10310
  playground?: {
10311
- display?: "simple" | "none" | "interactive" | undefined;
10311
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
10312
10312
  proxy?: boolean | undefined;
10313
10313
  } | undefined;
10314
10314
  asyncapi?: string | string[] | {
@@ -10592,13 +10592,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10592
10592
  expanded?: "all" | "closed" | undefined;
10593
10593
  }>>;
10594
10594
  playground: z.ZodOptional<z.ZodObject<{
10595
- display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
10595
+ display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
10596
10596
  proxy: z.ZodOptional<z.ZodBoolean>;
10597
10597
  }, "strip", z.ZodTypeAny, {
10598
- display?: "simple" | "none" | "interactive" | undefined;
10598
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
10599
10599
  proxy?: boolean | undefined;
10600
10600
  }, {
10601
- display?: "simple" | "none" | "interactive" | undefined;
10601
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
10602
10602
  proxy?: boolean | undefined;
10603
10603
  }>>;
10604
10604
  examples: z.ZodOptional<z.ZodObject<{
@@ -10651,7 +10651,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10651
10651
  directory?: string | undefined;
10652
10652
  } | undefined;
10653
10653
  playground?: {
10654
- display?: "simple" | "none" | "interactive" | undefined;
10654
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
10655
10655
  proxy?: boolean | undefined;
10656
10656
  } | undefined;
10657
10657
  asyncapi?: string | string[] | {
@@ -10680,7 +10680,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10680
10680
  directory?: string | undefined;
10681
10681
  } | undefined;
10682
10682
  playground?: {
10683
- display?: "simple" | "none" | "interactive" | undefined;
10683
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
10684
10684
  proxy?: boolean | undefined;
10685
10685
  } | undefined;
10686
10686
  asyncapi?: string | string[] | {
@@ -11203,12 +11203,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11203
11203
  global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
11204
11204
  }>]>;
11205
11205
  footer: z.ZodOptional<z.ZodObject<{
11206
- socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
11206
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>;
11207
11207
  links: z.ZodOptional<z.ZodArray<z.ZodObject<{
11208
11208
  header: z.ZodOptional<z.ZodString>;
11209
11209
  items: z.ZodArray<z.ZodObject<{
11210
11210
  label: z.ZodString;
11211
- href: z.ZodEffects<z.ZodString, string, string>;
11211
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
11212
11212
  }, "strip", z.ZodTypeAny, {
11213
11213
  href: string;
11214
11214
  label: string;
@@ -12087,7 +12087,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12087
12087
  directory?: string | undefined;
12088
12088
  } | undefined;
12089
12089
  playground?: {
12090
- display?: "simple" | "none" | "interactive" | undefined;
12090
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
12091
12091
  proxy?: boolean | undefined;
12092
12092
  } | undefined;
12093
12093
  asyncapi?: string | string[] | {
@@ -12412,7 +12412,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12412
12412
  directory?: string | undefined;
12413
12413
  } | undefined;
12414
12414
  playground?: {
12415
- display?: "simple" | "none" | "interactive" | undefined;
12415
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
12416
12416
  proxy?: boolean | undefined;
12417
12417
  } | undefined;
12418
12418
  asyncapi?: string | string[] | {
@@ -12696,13 +12696,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12696
12696
  expanded?: "all" | "closed" | undefined;
12697
12697
  }>>;
12698
12698
  playground: z.ZodOptional<z.ZodObject<{
12699
- display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
12699
+ display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
12700
12700
  proxy: z.ZodOptional<z.ZodBoolean>;
12701
12701
  }, "strip", z.ZodTypeAny, {
12702
- display?: "simple" | "none" | "interactive" | undefined;
12702
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
12703
12703
  proxy?: boolean | undefined;
12704
12704
  }, {
12705
- display?: "simple" | "none" | "interactive" | undefined;
12705
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
12706
12706
  proxy?: boolean | undefined;
12707
12707
  }>>;
12708
12708
  examples: z.ZodOptional<z.ZodObject<{
@@ -12755,7 +12755,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12755
12755
  directory?: string | undefined;
12756
12756
  } | undefined;
12757
12757
  playground?: {
12758
- display?: "simple" | "none" | "interactive" | undefined;
12758
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
12759
12759
  proxy?: boolean | undefined;
12760
12760
  } | undefined;
12761
12761
  asyncapi?: string | string[] | {
@@ -12784,7 +12784,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12784
12784
  directory?: string | undefined;
12785
12785
  } | undefined;
12786
12786
  playground?: {
12787
- display?: "simple" | "none" | "interactive" | undefined;
12787
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
12788
12788
  proxy?: boolean | undefined;
12789
12789
  } | undefined;
12790
12790
  asyncapi?: string | string[] | {
@@ -13307,12 +13307,12 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
13307
13307
  global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
13308
13308
  }>]>;
13309
13309
  footer: z.ZodOptional<z.ZodObject<{
13310
- socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
13310
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>;
13311
13311
  links: z.ZodOptional<z.ZodArray<z.ZodObject<{
13312
13312
  header: z.ZodOptional<z.ZodString>;
13313
13313
  items: z.ZodArray<z.ZodObject<{
13314
13314
  label: z.ZodString;
13315
- href: z.ZodEffects<z.ZodString, string, string>;
13315
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
13316
13316
  }, "strip", z.ZodTypeAny, {
13317
13317
  href: string;
13318
13318
  label: string;
@@ -14191,7 +14191,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14191
14191
  directory?: string | undefined;
14192
14192
  } | undefined;
14193
14193
  playground?: {
14194
- display?: "simple" | "none" | "interactive" | undefined;
14194
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
14195
14195
  proxy?: boolean | undefined;
14196
14196
  } | undefined;
14197
14197
  asyncapi?: string | string[] | {
@@ -14516,7 +14516,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
14516
14516
  directory?: string | undefined;
14517
14517
  } | undefined;
14518
14518
  playground?: {
14519
- display?: "simple" | "none" | "interactive" | undefined;
14519
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
14520
14520
  proxy?: boolean | undefined;
14521
14521
  } | undefined;
14522
14522
  asyncapi?: string | string[] | {
@@ -14801,13 +14801,13 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
14801
14801
  expanded?: "all" | "closed" | undefined;
14802
14802
  }>>;
14803
14803
  playground: z.ZodOptional<z.ZodObject<{
14804
- display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
14804
+ display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
14805
14805
  proxy: z.ZodOptional<z.ZodBoolean>;
14806
14806
  }, "strip", z.ZodTypeAny, {
14807
- display?: "simple" | "none" | "interactive" | undefined;
14807
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
14808
14808
  proxy?: boolean | undefined;
14809
14809
  }, {
14810
- display?: "simple" | "none" | "interactive" | undefined;
14810
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
14811
14811
  proxy?: boolean | undefined;
14812
14812
  }>>;
14813
14813
  examples: z.ZodOptional<z.ZodObject<{
@@ -14860,7 +14860,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
14860
14860
  directory?: string | undefined;
14861
14861
  } | undefined;
14862
14862
  playground?: {
14863
- display?: "simple" | "none" | "interactive" | undefined;
14863
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
14864
14864
  proxy?: boolean | undefined;
14865
14865
  } | undefined;
14866
14866
  asyncapi?: string | string[] | {
@@ -14889,7 +14889,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
14889
14889
  directory?: string | undefined;
14890
14890
  } | undefined;
14891
14891
  playground?: {
14892
- display?: "simple" | "none" | "interactive" | undefined;
14892
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
14893
14893
  proxy?: boolean | undefined;
14894
14894
  } | undefined;
14895
14895
  asyncapi?: string | string[] | {
@@ -15412,12 +15412,12 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
15412
15412
  global?: import("./properties/navigation/divisionNav.js").GlobalNavigation | undefined;
15413
15413
  }>]>;
15414
15414
  footer: z.ZodOptional<z.ZodObject<{
15415
- socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
15415
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>;
15416
15416
  links: z.ZodOptional<z.ZodArray<z.ZodObject<{
15417
15417
  header: z.ZodOptional<z.ZodString>;
15418
15418
  items: z.ZodArray<z.ZodObject<{
15419
15419
  label: z.ZodString;
15420
- href: z.ZodEffects<z.ZodString, string, string>;
15420
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
15421
15421
  }, "strip", z.ZodTypeAny, {
15422
15422
  href: string;
15423
15423
  label: string;
@@ -16296,7 +16296,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16296
16296
  directory?: string | undefined;
16297
16297
  } | undefined;
16298
16298
  playground?: {
16299
- display?: "simple" | "none" | "interactive" | undefined;
16299
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
16300
16300
  proxy?: boolean | undefined;
16301
16301
  } | undefined;
16302
16302
  asyncapi?: string | string[] | {
@@ -16621,7 +16621,7 @@ export declare const docsConfigUnifiedSchema: z.ZodObject<{
16621
16621
  directory?: string | undefined;
16622
16622
  } | undefined;
16623
16623
  playground?: {
16624
- display?: "simple" | "none" | "interactive" | undefined;
16624
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
16625
16625
  proxy?: boolean | undefined;
16626
16626
  } | undefined;
16627
16627
  asyncapi?: string | string[] | {
@@ -28,13 +28,13 @@ export declare const apiSchema: z.ZodObject<{
28
28
  expanded?: "all" | "closed" | undefined;
29
29
  }>>;
30
30
  playground: z.ZodOptional<z.ZodObject<{
31
- display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
31
+ display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
32
32
  proxy: z.ZodOptional<z.ZodBoolean>;
33
33
  }, "strip", z.ZodTypeAny, {
34
- display?: "simple" | "none" | "interactive" | undefined;
34
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
35
35
  proxy?: boolean | undefined;
36
36
  }, {
37
- display?: "simple" | "none" | "interactive" | undefined;
37
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
38
38
  proxy?: boolean | undefined;
39
39
  }>>;
40
40
  examples: z.ZodOptional<z.ZodObject<{
@@ -87,7 +87,7 @@ export declare const apiSchema: z.ZodObject<{
87
87
  directory?: string | undefined;
88
88
  } | undefined;
89
89
  playground?: {
90
- display?: "simple" | "none" | "interactive" | undefined;
90
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
91
91
  proxy?: boolean | undefined;
92
92
  } | undefined;
93
93
  asyncapi?: string | string[] | {
@@ -116,7 +116,7 @@ export declare const apiSchema: z.ZodObject<{
116
116
  directory?: string | undefined;
117
117
  } | undefined;
118
118
  playground?: {
119
- display?: "simple" | "none" | "interactive" | undefined;
119
+ display?: "auth" | "simple" | "none" | "interactive" | undefined;
120
120
  proxy?: boolean | undefined;
121
121
  } | undefined;
122
122
  asyncapi?: string | string[] | {
@@ -17,9 +17,9 @@ export const apiSchema = z
17
17
  playground: z
18
18
  .object({
19
19
  display: z
20
- .enum(['interactive', 'simple', 'none'])
20
+ .enum(['interactive', 'simple', 'none', 'auth'])
21
21
  .optional()
22
- .describe('The display mode of the API playground. Defaults to `interactive`.'),
22
+ .describe('The display mode of the API playground. Defaults to `interactive`. Use `auth` to show the playground only to authenticated users.'),
23
23
  proxy: z
24
24
  .boolean()
25
25
  .optional()
@@ -1,7 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  export declare const footerLinkSchema: z.ZodObject<{
3
3
  label: z.ZodString;
4
- href: z.ZodEffects<z.ZodString, string, string>;
4
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
5
5
  }, "strip", z.ZodTypeAny, {
6
6
  href: string;
7
7
  label: string;
@@ -13,7 +13,7 @@ export declare const footerLinksColumnSchema: z.ZodObject<{
13
13
  header: z.ZodOptional<z.ZodString>;
14
14
  items: z.ZodArray<z.ZodObject<{
15
15
  label: z.ZodString;
16
- href: z.ZodEffects<z.ZodString, string, string>;
16
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
17
17
  }, "strip", z.ZodTypeAny, {
18
18
  href: string;
19
19
  label: string;
@@ -34,14 +34,14 @@ export declare const footerLinksColumnSchema: z.ZodObject<{
34
34
  }[];
35
35
  header?: string | undefined;
36
36
  }>;
37
- export declare const footerSocialsSchema: z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>;
37
+ export declare const footerSocialsSchema: z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>;
38
38
  export declare const footerSchema: z.ZodObject<{
39
- socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodString>>;
39
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter", "x-twitter", "earth-americas", "bluesky", "threads", "reddit", "podcast"]>, z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>>>;
40
40
  links: z.ZodOptional<z.ZodArray<z.ZodObject<{
41
41
  header: z.ZodOptional<z.ZodString>;
42
42
  items: z.ZodArray<z.ZodObject<{
43
43
  label: z.ZodString;
44
- href: z.ZodEffects<z.ZodString, string, string>;
44
+ href: z.ZodEffects<z.ZodEffects<z.ZodString, string, string>, string, string>;
45
45
  }, "strip", z.ZodTypeAny, {
46
46
  href: string;
47
47
  label: string;