@mintlify/validation 0.1.572 → 0.1.573
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.
- package/dist/mint-config/schemas/v2/index.d.ts +56 -56
- package/dist/mint-config/schemas/v2/properties/api.d.ts +5 -5
- package/dist/mint-config/schemas/v2/properties/api.js +2 -2
- package/dist/mint-config/schemas/v2/themes/almond.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/aspen.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +7 -7
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +5 -5
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +7 -7
- package/dist/mint-config/validateConfig.d.ts +14 -14
- package/dist/openapi/types/endpoint.d.ts +1 -1
- package/dist/openapi/types/endpoint.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -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[] | {
|
|
@@ -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[] | {
|
|
@@ -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[] | {
|
|
@@ -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[] | {
|
|
@@ -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[] | {
|
|
@@ -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[] | {
|
|
@@ -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[] | {
|
|
@@ -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[] | {
|
|
@@ -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()
|
|
@@ -69,13 +69,13 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
69
69
|
expanded?: "all" | "closed" | undefined;
|
|
70
70
|
}>>;
|
|
71
71
|
playground: z.ZodOptional<z.ZodObject<{
|
|
72
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
72
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
73
73
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
75
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
76
76
|
proxy?: boolean | undefined;
|
|
77
77
|
}, {
|
|
78
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
78
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
79
79
|
proxy?: boolean | undefined;
|
|
80
80
|
}>>;
|
|
81
81
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -128,7 +128,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
128
128
|
directory?: string | undefined;
|
|
129
129
|
} | undefined;
|
|
130
130
|
playground?: {
|
|
131
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
131
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
132
132
|
proxy?: boolean | undefined;
|
|
133
133
|
} | undefined;
|
|
134
134
|
asyncapi?: string | string[] | {
|
|
@@ -157,7 +157,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
157
157
|
directory?: string | undefined;
|
|
158
158
|
} | undefined;
|
|
159
159
|
playground?: {
|
|
160
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
160
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
161
161
|
proxy?: boolean | undefined;
|
|
162
162
|
} | undefined;
|
|
163
163
|
asyncapi?: string | string[] | {
|
|
@@ -1564,7 +1564,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1564
1564
|
directory?: string | undefined;
|
|
1565
1565
|
} | undefined;
|
|
1566
1566
|
playground?: {
|
|
1567
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1567
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1568
1568
|
proxy?: boolean | undefined;
|
|
1569
1569
|
} | undefined;
|
|
1570
1570
|
asyncapi?: string | string[] | {
|
|
@@ -1889,7 +1889,7 @@ export declare const almondConfigSchema: z.ZodObject<{
|
|
|
1889
1889
|
directory?: string | undefined;
|
|
1890
1890
|
} | undefined;
|
|
1891
1891
|
playground?: {
|
|
1892
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1892
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1893
1893
|
proxy?: boolean | undefined;
|
|
1894
1894
|
} | undefined;
|
|
1895
1895
|
asyncapi?: string | string[] | {
|
|
@@ -69,13 +69,13 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
69
69
|
expanded?: "all" | "closed" | undefined;
|
|
70
70
|
}>>;
|
|
71
71
|
playground: z.ZodOptional<z.ZodObject<{
|
|
72
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
72
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
73
73
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
75
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
76
76
|
proxy?: boolean | undefined;
|
|
77
77
|
}, {
|
|
78
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
78
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
79
79
|
proxy?: boolean | undefined;
|
|
80
80
|
}>>;
|
|
81
81
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -128,7 +128,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
128
128
|
directory?: string | undefined;
|
|
129
129
|
} | undefined;
|
|
130
130
|
playground?: {
|
|
131
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
131
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
132
132
|
proxy?: boolean | undefined;
|
|
133
133
|
} | undefined;
|
|
134
134
|
asyncapi?: string | string[] | {
|
|
@@ -157,7 +157,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
157
157
|
directory?: string | undefined;
|
|
158
158
|
} | undefined;
|
|
159
159
|
playground?: {
|
|
160
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
160
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
161
161
|
proxy?: boolean | undefined;
|
|
162
162
|
} | undefined;
|
|
163
163
|
asyncapi?: string | string[] | {
|
|
@@ -1564,7 +1564,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1564
1564
|
directory?: string | undefined;
|
|
1565
1565
|
} | undefined;
|
|
1566
1566
|
playground?: {
|
|
1567
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1567
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1568
1568
|
proxy?: boolean | undefined;
|
|
1569
1569
|
} | undefined;
|
|
1570
1570
|
asyncapi?: string | string[] | {
|
|
@@ -1889,7 +1889,7 @@ export declare const aspenConfigSchema: z.ZodObject<{
|
|
|
1889
1889
|
directory?: string | undefined;
|
|
1890
1890
|
} | undefined;
|
|
1891
1891
|
playground?: {
|
|
1892
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1892
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1893
1893
|
proxy?: boolean | undefined;
|
|
1894
1894
|
} | undefined;
|
|
1895
1895
|
asyncapi?: string | string[] | {
|
|
@@ -69,13 +69,13 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
69
69
|
expanded?: "all" | "closed" | undefined;
|
|
70
70
|
}>>;
|
|
71
71
|
playground: z.ZodOptional<z.ZodObject<{
|
|
72
|
-
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>;
|
|
72
|
+
display: z.ZodOptional<z.ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
73
73
|
proxy: z.ZodOptional<z.ZodBoolean>;
|
|
74
74
|
}, "strip", z.ZodTypeAny, {
|
|
75
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
75
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
76
76
|
proxy?: boolean | undefined;
|
|
77
77
|
}, {
|
|
78
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
78
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
79
79
|
proxy?: boolean | undefined;
|
|
80
80
|
}>>;
|
|
81
81
|
examples: z.ZodOptional<z.ZodObject<{
|
|
@@ -128,7 +128,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
128
128
|
directory?: string | undefined;
|
|
129
129
|
} | undefined;
|
|
130
130
|
playground?: {
|
|
131
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
131
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
132
132
|
proxy?: boolean | undefined;
|
|
133
133
|
} | undefined;
|
|
134
134
|
asyncapi?: string | string[] | {
|
|
@@ -157,7 +157,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
157
157
|
directory?: string | undefined;
|
|
158
158
|
} | undefined;
|
|
159
159
|
playground?: {
|
|
160
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
160
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
161
161
|
proxy?: boolean | undefined;
|
|
162
162
|
} | undefined;
|
|
163
163
|
asyncapi?: string | string[] | {
|
|
@@ -1564,7 +1564,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1564
1564
|
directory?: string | undefined;
|
|
1565
1565
|
} | undefined;
|
|
1566
1566
|
playground?: {
|
|
1567
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1567
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1568
1568
|
proxy?: boolean | undefined;
|
|
1569
1569
|
} | undefined;
|
|
1570
1570
|
asyncapi?: string | string[] | {
|
|
@@ -1889,7 +1889,7 @@ export declare const lindenConfigSchema: z.ZodObject<{
|
|
|
1889
1889
|
directory?: string | undefined;
|
|
1890
1890
|
} | undefined;
|
|
1891
1891
|
playground?: {
|
|
1892
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1892
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1893
1893
|
proxy?: boolean | undefined;
|
|
1894
1894
|
} | undefined;
|
|
1895
1895
|
asyncapi?: string | string[] | {
|