@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
|
@@ -69,13 +69,13 @@ export declare const mapleConfigSchema: 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 mapleConfigSchema: 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 mapleConfigSchema: 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 mapleConfigSchema: 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 mapleConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 mintConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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 palmConfigSchema: 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[] | {
|
|
@@ -68,13 +68,13 @@ export declare const standardConfigSchema: {
|
|
|
68
68
|
expanded?: "all" | "closed" | undefined;
|
|
69
69
|
}>>;
|
|
70
70
|
playground: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
71
|
-
display: import("zod").ZodOptional<import("zod").ZodEnum<["interactive", "simple", "none"]>>;
|
|
71
|
+
display: import("zod").ZodOptional<import("zod").ZodEnum<["interactive", "simple", "none", "auth"]>>;
|
|
72
72
|
proxy: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
73
73
|
}, "strip", import("zod").ZodTypeAny, {
|
|
74
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
74
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
75
75
|
proxy?: boolean | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
77
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
78
78
|
proxy?: boolean | undefined;
|
|
79
79
|
}>>;
|
|
80
80
|
examples: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -127,7 +127,7 @@ export declare const standardConfigSchema: {
|
|
|
127
127
|
directory?: string | undefined;
|
|
128
128
|
} | undefined;
|
|
129
129
|
playground?: {
|
|
130
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
130
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
131
131
|
proxy?: boolean | undefined;
|
|
132
132
|
} | undefined;
|
|
133
133
|
asyncapi?: string | string[] | {
|
|
@@ -156,7 +156,7 @@ export declare const standardConfigSchema: {
|
|
|
156
156
|
directory?: string | undefined;
|
|
157
157
|
} | undefined;
|
|
158
158
|
playground?: {
|
|
159
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
159
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
160
160
|
proxy?: boolean | undefined;
|
|
161
161
|
} | undefined;
|
|
162
162
|
asyncapi?: string | string[] | {
|
|
@@ -69,13 +69,13 @@ export declare const willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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 willowConfigSchema: 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[] | {
|
|
@@ -604,7 +604,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
604
604
|
directory?: string | undefined;
|
|
605
605
|
} | undefined;
|
|
606
606
|
playground?: {
|
|
607
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
607
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
608
608
|
proxy?: boolean | undefined;
|
|
609
609
|
} | undefined;
|
|
610
610
|
asyncapi?: string | string[] | {
|
|
@@ -929,7 +929,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
929
929
|
directory?: string | undefined;
|
|
930
930
|
} | undefined;
|
|
931
931
|
playground?: {
|
|
932
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
932
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
933
933
|
proxy?: boolean | undefined;
|
|
934
934
|
} | undefined;
|
|
935
935
|
asyncapi?: string | string[] | {
|
|
@@ -1254,7 +1254,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1254
1254
|
directory?: string | undefined;
|
|
1255
1255
|
} | undefined;
|
|
1256
1256
|
playground?: {
|
|
1257
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1257
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1258
1258
|
proxy?: boolean | undefined;
|
|
1259
1259
|
} | undefined;
|
|
1260
1260
|
asyncapi?: string | string[] | {
|
|
@@ -1579,7 +1579,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1579
1579
|
directory?: string | undefined;
|
|
1580
1580
|
} | undefined;
|
|
1581
1581
|
playground?: {
|
|
1582
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1582
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1583
1583
|
proxy?: boolean | undefined;
|
|
1584
1584
|
} | undefined;
|
|
1585
1585
|
asyncapi?: string | string[] | {
|
|
@@ -1904,7 +1904,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
1904
1904
|
directory?: string | undefined;
|
|
1905
1905
|
} | undefined;
|
|
1906
1906
|
playground?: {
|
|
1907
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
1907
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
1908
1908
|
proxy?: boolean | undefined;
|
|
1909
1909
|
} | undefined;
|
|
1910
1910
|
asyncapi?: string | string[] | {
|
|
@@ -2229,7 +2229,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2229
2229
|
directory?: string | undefined;
|
|
2230
2230
|
} | undefined;
|
|
2231
2231
|
playground?: {
|
|
2232
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
2232
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2233
2233
|
proxy?: boolean | undefined;
|
|
2234
2234
|
} | undefined;
|
|
2235
2235
|
asyncapi?: string | string[] | {
|
|
@@ -2554,7 +2554,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2554
2554
|
directory?: string | undefined;
|
|
2555
2555
|
} | undefined;
|
|
2556
2556
|
playground?: {
|
|
2557
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
2557
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2558
2558
|
proxy?: boolean | undefined;
|
|
2559
2559
|
} | undefined;
|
|
2560
2560
|
asyncapi?: string | string[] | {
|
|
@@ -2882,7 +2882,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
2882
2882
|
directory?: string | undefined;
|
|
2883
2883
|
} | undefined;
|
|
2884
2884
|
playground?: {
|
|
2885
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
2885
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
2886
2886
|
proxy?: boolean | undefined;
|
|
2887
2887
|
} | undefined;
|
|
2888
2888
|
asyncapi?: string | string[] | {
|
|
@@ -3207,7 +3207,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3207
3207
|
directory?: string | undefined;
|
|
3208
3208
|
} | undefined;
|
|
3209
3209
|
playground?: {
|
|
3210
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
3210
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
3211
3211
|
proxy?: boolean | undefined;
|
|
3212
3212
|
} | undefined;
|
|
3213
3213
|
asyncapi?: string | string[] | {
|
|
@@ -3532,7 +3532,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3532
3532
|
directory?: string | undefined;
|
|
3533
3533
|
} | undefined;
|
|
3534
3534
|
playground?: {
|
|
3535
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
3535
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
3536
3536
|
proxy?: boolean | undefined;
|
|
3537
3537
|
} | undefined;
|
|
3538
3538
|
asyncapi?: string | string[] | {
|
|
@@ -3857,7 +3857,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
3857
3857
|
directory?: string | undefined;
|
|
3858
3858
|
} | undefined;
|
|
3859
3859
|
playground?: {
|
|
3860
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
3860
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
3861
3861
|
proxy?: boolean | undefined;
|
|
3862
3862
|
} | undefined;
|
|
3863
3863
|
asyncapi?: string | string[] | {
|
|
@@ -4182,7 +4182,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4182
4182
|
directory?: string | undefined;
|
|
4183
4183
|
} | undefined;
|
|
4184
4184
|
playground?: {
|
|
4185
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
4185
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
4186
4186
|
proxy?: boolean | undefined;
|
|
4187
4187
|
} | undefined;
|
|
4188
4188
|
asyncapi?: string | string[] | {
|
|
@@ -4507,7 +4507,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4507
4507
|
directory?: string | undefined;
|
|
4508
4508
|
} | undefined;
|
|
4509
4509
|
playground?: {
|
|
4510
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
4510
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
4511
4511
|
proxy?: boolean | undefined;
|
|
4512
4512
|
} | undefined;
|
|
4513
4513
|
asyncapi?: string | string[] | {
|
|
@@ -4832,7 +4832,7 @@ export declare function validateDocsConfig(value: unknown): z.SafeParseError<{
|
|
|
4832
4832
|
directory?: string | undefined;
|
|
4833
4833
|
} | undefined;
|
|
4834
4834
|
playground?: {
|
|
4835
|
-
display?: "simple" | "none" | "interactive" | undefined;
|
|
4835
|
+
display?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
4836
4836
|
proxy?: boolean | undefined;
|
|
4837
4837
|
} | undefined;
|
|
4838
4838
|
asyncapi?: string | string[] | {
|
|
@@ -239,7 +239,7 @@ export declare const XMintType: import("arktype/internal/variants/object.ts").Ob
|
|
|
239
239
|
noindex?: boolean | undefined;
|
|
240
240
|
isPublic?: boolean | undefined;
|
|
241
241
|
public?: boolean | undefined;
|
|
242
|
-
playground?: "simple" | "none" | "interactive" | undefined;
|
|
242
|
+
playground?: "auth" | "simple" | "none" | "interactive" | undefined;
|
|
243
243
|
keywords?: string[] | undefined;
|
|
244
244
|
} | undefined;
|
|
245
245
|
content?: string | undefined;
|
|
@@ -43,7 +43,7 @@ export const typeList = [
|
|
|
43
43
|
];
|
|
44
44
|
// arktype types for validation
|
|
45
45
|
const IconType = type("'brands' | 'duotone' | 'light' | 'regular' | 'sharp-duotone-solid' | 'sharp-light' | 'sharp-regular' | 'sharp-solid' | 'sharp-thin' | 'solid' | 'thin'");
|
|
46
|
-
const ApiPlaygroundDisplayType = type("'interactive' | 'simple' | 'none'");
|
|
46
|
+
const ApiPlaygroundDisplayType = type("'interactive' | 'simple' | 'none' | 'auth'");
|
|
47
47
|
const PageMetaTagsType = type({
|
|
48
48
|
'+': 'delete',
|
|
49
49
|
'href?': 'string',
|