@mintlify/validation 0.1.228 → 0.1.230
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 +288 -288
- package/dist/mint-config/schemas/v2/properties/feedback.d.ts +9 -9
- package/dist/mint-config/schemas/v2/properties/feedback.js +3 -3
- package/dist/mint-config/schemas/v2/properties/legacy.d.ts +6 -6
- package/dist/mint-config/schemas/v2/properties/legacy.js +2 -1
- package/dist/mint-config/schemas/v2/properties/navigation/anchors.js +6 -6
- package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +6 -6
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +10 -10
- package/dist/mint-config/schemas/v2/properties/navigation/groups.js +1 -1
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +31 -31
- package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +17 -17
- package/dist/mint-config/schemas/v2/properties/navigation/languages.js +6 -6
- package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +1 -13
- package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +6 -6
- package/dist/mint-config/schemas/v2/properties/navigation/version.js +6 -6
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +72 -72
- package/dist/mint-config/schemas/v2/themes/prism.d.ts +72 -72
- package/dist/mint-config/schemas/v2/themes/quill.d.ts +72 -72
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +46 -46
- package/dist/mint-config/schemas/v2/themes/venus.d.ts +72 -72
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -211,31 +211,31 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
211
211
|
href: string;
|
|
212
212
|
}, {
|
|
213
213
|
href: string;
|
|
214
|
-
}>, z.ZodObject<{
|
|
214
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
215
215
|
versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
216
216
|
}, "strip", z.ZodTypeAny, {
|
|
217
217
|
versions: any[];
|
|
218
218
|
}, {
|
|
219
219
|
versions: any[];
|
|
220
|
-
}
|
|
220
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
221
221
|
tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
222
222
|
}, "strip", z.ZodTypeAny, {
|
|
223
223
|
tabs: any[];
|
|
224
224
|
}, {
|
|
225
225
|
tabs: any[];
|
|
226
|
-
}
|
|
226
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
227
227
|
dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
228
228
|
}, "strip", z.ZodTypeAny, {
|
|
229
229
|
dropdowns: any[];
|
|
230
230
|
}, {
|
|
231
231
|
dropdowns: any[];
|
|
232
|
-
}
|
|
232
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
233
233
|
anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
234
234
|
}, "strip", z.ZodTypeAny, {
|
|
235
235
|
anchors: any[];
|
|
236
236
|
}, {
|
|
237
237
|
anchors: any[];
|
|
238
|
-
}
|
|
238
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
239
239
|
groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
240
240
|
group: z.ZodString;
|
|
241
241
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -272,13 +272,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
272
272
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
273
273
|
}, {
|
|
274
274
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
275
|
-
}>, z.ZodObject<{
|
|
276
|
-
pages: z.ZodArray<z.ZodType<
|
|
275
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
276
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
277
277
|
}, "strip", z.ZodTypeAny, {
|
|
278
|
-
pages:
|
|
278
|
+
pages: any[];
|
|
279
279
|
}, {
|
|
280
|
-
pages:
|
|
281
|
-
}
|
|
280
|
+
pages: any[];
|
|
281
|
+
}>>]>>, "many">;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
283
|
groups: ({
|
|
284
284
|
group: string;
|
|
@@ -291,7 +291,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
291
291
|
} & ({
|
|
292
292
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
293
293
|
} | {
|
|
294
|
-
pages:
|
|
294
|
+
pages: any[];
|
|
295
295
|
}))[];
|
|
296
296
|
}, {
|
|
297
297
|
groups: ({
|
|
@@ -305,15 +305,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
305
305
|
} & ({
|
|
306
306
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
307
307
|
} | {
|
|
308
|
-
pages:
|
|
308
|
+
pages: any[];
|
|
309
309
|
}))[];
|
|
310
|
-
}
|
|
311
|
-
pages: z.ZodArray<z.ZodType<
|
|
310
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
311
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
312
312
|
}, "strip", z.ZodTypeAny, {
|
|
313
|
-
pages:
|
|
313
|
+
pages: any[];
|
|
314
314
|
}, {
|
|
315
|
-
pages:
|
|
316
|
-
}
|
|
315
|
+
pages: any[];
|
|
316
|
+
}>>]>>, "many">;
|
|
317
317
|
}, "strip", z.ZodTypeAny, {
|
|
318
318
|
languages: ({
|
|
319
319
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -342,10 +342,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
342
342
|
} & ({
|
|
343
343
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
344
344
|
} | {
|
|
345
|
-
pages:
|
|
345
|
+
pages: any[];
|
|
346
346
|
}))[];
|
|
347
347
|
} | {
|
|
348
|
-
pages:
|
|
348
|
+
pages: any[];
|
|
349
349
|
}))[];
|
|
350
350
|
}, {
|
|
351
351
|
languages: ({
|
|
@@ -375,10 +375,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
375
375
|
} & ({
|
|
376
376
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
377
377
|
} | {
|
|
378
|
-
pages:
|
|
378
|
+
pages: any[];
|
|
379
379
|
}))[];
|
|
380
380
|
} | {
|
|
381
|
-
pages:
|
|
381
|
+
pages: any[];
|
|
382
382
|
}))[];
|
|
383
383
|
}>, z.ZodObject<{
|
|
384
384
|
versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
@@ -441,13 +441,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
441
441
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
442
442
|
}, {
|
|
443
443
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
444
|
-
}>, z.ZodObject<{
|
|
445
|
-
pages: z.ZodArray<z.ZodType<
|
|
444
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
445
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
446
446
|
}, "strip", z.ZodTypeAny, {
|
|
447
|
-
pages:
|
|
447
|
+
pages: any[];
|
|
448
448
|
}, {
|
|
449
|
-
pages:
|
|
450
|
-
}
|
|
449
|
+
pages: any[];
|
|
450
|
+
}>>]>>, "many">;
|
|
451
451
|
}, "strip", z.ZodTypeAny, {
|
|
452
452
|
groups: ({
|
|
453
453
|
group: string;
|
|
@@ -460,7 +460,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
460
460
|
} & ({
|
|
461
461
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
462
462
|
} | {
|
|
463
|
-
pages:
|
|
463
|
+
pages: any[];
|
|
464
464
|
}))[];
|
|
465
465
|
}, {
|
|
466
466
|
groups: ({
|
|
@@ -474,14 +474,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
474
474
|
} & ({
|
|
475
475
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
476
476
|
} | {
|
|
477
|
-
pages:
|
|
477
|
+
pages: any[];
|
|
478
478
|
}))[];
|
|
479
479
|
}>, z.ZodObject<{
|
|
480
|
-
pages: z.ZodArray<z.ZodType<
|
|
480
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
481
481
|
}, "strip", z.ZodTypeAny, {
|
|
482
|
-
pages:
|
|
482
|
+
pages: any[];
|
|
483
483
|
}, {
|
|
484
|
-
pages:
|
|
484
|
+
pages: any[];
|
|
485
485
|
}>]>;
|
|
486
486
|
footer: z.ZodOptional<z.ZodObject<{
|
|
487
487
|
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
@@ -530,17 +530,17 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
530
530
|
}[] | undefined;
|
|
531
531
|
}>>;
|
|
532
532
|
feedback: z.ZodOptional<z.ZodObject<{
|
|
533
|
-
thumbs: z.ZodBoolean
|
|
534
|
-
edits: z.ZodBoolean
|
|
535
|
-
issues: z.ZodBoolean
|
|
533
|
+
thumbs: z.ZodOptional<z.ZodBoolean>;
|
|
534
|
+
edits: z.ZodOptional<z.ZodBoolean>;
|
|
535
|
+
issues: z.ZodOptional<z.ZodBoolean>;
|
|
536
536
|
}, "strip", z.ZodTypeAny, {
|
|
537
|
-
thumbs
|
|
538
|
-
edits
|
|
539
|
-
issues
|
|
537
|
+
thumbs?: boolean | undefined;
|
|
538
|
+
edits?: boolean | undefined;
|
|
539
|
+
issues?: boolean | undefined;
|
|
540
540
|
}, {
|
|
541
|
-
thumbs
|
|
542
|
-
edits
|
|
543
|
-
issues
|
|
541
|
+
thumbs?: boolean | undefined;
|
|
542
|
+
edits?: boolean | undefined;
|
|
543
|
+
issues?: boolean | undefined;
|
|
544
544
|
}>>;
|
|
545
545
|
search: z.ZodOptional<z.ZodObject<{
|
|
546
546
|
prompt: z.ZodOptional<z.ZodString>;
|
|
@@ -946,14 +946,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
946
946
|
} | undefined;
|
|
947
947
|
}>>;
|
|
948
948
|
legacy: z.ZodOptional<z.ZodObject<{
|
|
949
|
-
baseurl: z.ZodString
|
|
950
|
-
auth: z.ZodEnum<["basic", "bearer", "cobo", "key"]
|
|
949
|
+
baseurl: z.ZodOptional<z.ZodString>;
|
|
950
|
+
auth: z.ZodOptional<z.ZodEnum<["basic", "bearer", "cobo", "key"]>>;
|
|
951
951
|
}, "strip", z.ZodTypeAny, {
|
|
952
|
-
|
|
953
|
-
|
|
952
|
+
baseurl?: string | undefined;
|
|
953
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
954
954
|
}, {
|
|
955
|
-
|
|
956
|
-
|
|
955
|
+
baseurl?: string | undefined;
|
|
956
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
957
957
|
}>>;
|
|
958
958
|
theme: z.ZodLiteral<"mint">;
|
|
959
959
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -993,10 +993,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
993
993
|
} & ({
|
|
994
994
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
995
995
|
} | {
|
|
996
|
-
pages:
|
|
996
|
+
pages: any[];
|
|
997
997
|
}))[];
|
|
998
998
|
} | {
|
|
999
|
-
pages:
|
|
999
|
+
pages: any[];
|
|
1000
1000
|
}))[];
|
|
1001
1001
|
} | {
|
|
1002
1002
|
versions: any[];
|
|
@@ -1018,10 +1018,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1018
1018
|
} & ({
|
|
1019
1019
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1020
1020
|
} | {
|
|
1021
|
-
pages:
|
|
1021
|
+
pages: any[];
|
|
1022
1022
|
}))[];
|
|
1023
1023
|
} | {
|
|
1024
|
-
pages:
|
|
1024
|
+
pages: any[];
|
|
1025
1025
|
}) & ({
|
|
1026
1026
|
languages: ({
|
|
1027
1027
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -1050,10 +1050,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1050
1050
|
} & ({
|
|
1051
1051
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1052
1052
|
} | {
|
|
1053
|
-
pages:
|
|
1053
|
+
pages: any[];
|
|
1054
1054
|
}))[];
|
|
1055
1055
|
} | {
|
|
1056
|
-
pages:
|
|
1056
|
+
pages: any[];
|
|
1057
1057
|
}))[];
|
|
1058
1058
|
} | {
|
|
1059
1059
|
versions: any[];
|
|
@@ -1075,10 +1075,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1075
1075
|
} & ({
|
|
1076
1076
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1077
1077
|
} | {
|
|
1078
|
-
pages:
|
|
1078
|
+
pages: any[];
|
|
1079
1079
|
}))[];
|
|
1080
1080
|
} | {
|
|
1081
|
-
pages:
|
|
1081
|
+
pages: any[];
|
|
1082
1082
|
} | undefined);
|
|
1083
1083
|
description?: string | undefined;
|
|
1084
1084
|
logo?: string | {
|
|
@@ -1140,9 +1140,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1140
1140
|
}[] | undefined;
|
|
1141
1141
|
} | undefined;
|
|
1142
1142
|
feedback?: {
|
|
1143
|
-
thumbs
|
|
1144
|
-
edits
|
|
1145
|
-
issues
|
|
1143
|
+
thumbs?: boolean | undefined;
|
|
1144
|
+
edits?: boolean | undefined;
|
|
1145
|
+
issues?: boolean | undefined;
|
|
1146
1146
|
} | undefined;
|
|
1147
1147
|
search?: {
|
|
1148
1148
|
prompt?: string | undefined;
|
|
@@ -1240,8 +1240,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1240
1240
|
} | undefined;
|
|
1241
1241
|
} | undefined;
|
|
1242
1242
|
legacy?: {
|
|
1243
|
-
|
|
1244
|
-
|
|
1243
|
+
baseurl?: string | undefined;
|
|
1244
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
1245
1245
|
} | undefined;
|
|
1246
1246
|
}, {
|
|
1247
1247
|
name: string;
|
|
@@ -1279,10 +1279,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1279
1279
|
} & ({
|
|
1280
1280
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1281
1281
|
} | {
|
|
1282
|
-
pages:
|
|
1282
|
+
pages: any[];
|
|
1283
1283
|
}))[];
|
|
1284
1284
|
} | {
|
|
1285
|
-
pages:
|
|
1285
|
+
pages: any[];
|
|
1286
1286
|
}))[];
|
|
1287
1287
|
} | {
|
|
1288
1288
|
versions: any[];
|
|
@@ -1304,10 +1304,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1304
1304
|
} & ({
|
|
1305
1305
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1306
1306
|
} | {
|
|
1307
|
-
pages:
|
|
1307
|
+
pages: any[];
|
|
1308
1308
|
}))[];
|
|
1309
1309
|
} | {
|
|
1310
|
-
pages:
|
|
1310
|
+
pages: any[];
|
|
1311
1311
|
}) & ({
|
|
1312
1312
|
languages: ({
|
|
1313
1313
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -1336,10 +1336,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1336
1336
|
} & ({
|
|
1337
1337
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1338
1338
|
} | {
|
|
1339
|
-
pages:
|
|
1339
|
+
pages: any[];
|
|
1340
1340
|
}))[];
|
|
1341
1341
|
} | {
|
|
1342
|
-
pages:
|
|
1342
|
+
pages: any[];
|
|
1343
1343
|
}))[];
|
|
1344
1344
|
} | {
|
|
1345
1345
|
versions: any[];
|
|
@@ -1361,10 +1361,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1361
1361
|
} & ({
|
|
1362
1362
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1363
1363
|
} | {
|
|
1364
|
-
pages:
|
|
1364
|
+
pages: any[];
|
|
1365
1365
|
}))[];
|
|
1366
1366
|
} | {
|
|
1367
|
-
pages:
|
|
1367
|
+
pages: any[];
|
|
1368
1368
|
} | undefined);
|
|
1369
1369
|
$schema?: string | undefined;
|
|
1370
1370
|
description?: string | undefined;
|
|
@@ -1427,9 +1427,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1427
1427
|
}[] | undefined;
|
|
1428
1428
|
} | undefined;
|
|
1429
1429
|
feedback?: {
|
|
1430
|
-
thumbs
|
|
1431
|
-
edits
|
|
1432
|
-
issues
|
|
1430
|
+
thumbs?: boolean | undefined;
|
|
1431
|
+
edits?: boolean | undefined;
|
|
1432
|
+
issues?: boolean | undefined;
|
|
1433
1433
|
} | undefined;
|
|
1434
1434
|
search?: {
|
|
1435
1435
|
prompt?: string | undefined;
|
|
@@ -1527,8 +1527,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1527
1527
|
} | undefined;
|
|
1528
1528
|
} | undefined;
|
|
1529
1529
|
legacy?: {
|
|
1530
|
-
|
|
1531
|
-
|
|
1530
|
+
baseurl?: string | undefined;
|
|
1531
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
1532
1532
|
} | undefined;
|
|
1533
1533
|
}>, z.ZodObject<{
|
|
1534
1534
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -1741,31 +1741,31 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1741
1741
|
href: string;
|
|
1742
1742
|
}, {
|
|
1743
1743
|
href: string;
|
|
1744
|
-
}>, z.ZodObject<{
|
|
1744
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
1745
1745
|
versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
1746
1746
|
}, "strip", z.ZodTypeAny, {
|
|
1747
1747
|
versions: any[];
|
|
1748
1748
|
}, {
|
|
1749
1749
|
versions: any[];
|
|
1750
|
-
}
|
|
1750
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
1751
1751
|
tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
1752
1752
|
}, "strip", z.ZodTypeAny, {
|
|
1753
1753
|
tabs: any[];
|
|
1754
1754
|
}, {
|
|
1755
1755
|
tabs: any[];
|
|
1756
|
-
}
|
|
1756
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
1757
1757
|
dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
1758
1758
|
}, "strip", z.ZodTypeAny, {
|
|
1759
1759
|
dropdowns: any[];
|
|
1760
1760
|
}, {
|
|
1761
1761
|
dropdowns: any[];
|
|
1762
|
-
}
|
|
1762
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
1763
1763
|
anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
1764
1764
|
}, "strip", z.ZodTypeAny, {
|
|
1765
1765
|
anchors: any[];
|
|
1766
1766
|
}, {
|
|
1767
1767
|
anchors: any[];
|
|
1768
|
-
}
|
|
1768
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
1769
1769
|
groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
1770
1770
|
group: z.ZodString;
|
|
1771
1771
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -1802,13 +1802,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1802
1802
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1803
1803
|
}, {
|
|
1804
1804
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1805
|
-
}>, z.ZodObject<{
|
|
1806
|
-
pages: z.ZodArray<z.ZodType<
|
|
1805
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
1806
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
1807
1807
|
}, "strip", z.ZodTypeAny, {
|
|
1808
|
-
pages:
|
|
1808
|
+
pages: any[];
|
|
1809
1809
|
}, {
|
|
1810
|
-
pages:
|
|
1811
|
-
}
|
|
1810
|
+
pages: any[];
|
|
1811
|
+
}>>]>>, "many">;
|
|
1812
1812
|
}, "strip", z.ZodTypeAny, {
|
|
1813
1813
|
groups: ({
|
|
1814
1814
|
group: string;
|
|
@@ -1821,7 +1821,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1821
1821
|
} & ({
|
|
1822
1822
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1823
1823
|
} | {
|
|
1824
|
-
pages:
|
|
1824
|
+
pages: any[];
|
|
1825
1825
|
}))[];
|
|
1826
1826
|
}, {
|
|
1827
1827
|
groups: ({
|
|
@@ -1835,15 +1835,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1835
1835
|
} & ({
|
|
1836
1836
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1837
1837
|
} | {
|
|
1838
|
-
pages:
|
|
1838
|
+
pages: any[];
|
|
1839
1839
|
}))[];
|
|
1840
|
-
}
|
|
1841
|
-
pages: z.ZodArray<z.ZodType<
|
|
1840
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
1841
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
1842
1842
|
}, "strip", z.ZodTypeAny, {
|
|
1843
|
-
pages:
|
|
1843
|
+
pages: any[];
|
|
1844
1844
|
}, {
|
|
1845
|
-
pages:
|
|
1846
|
-
}
|
|
1845
|
+
pages: any[];
|
|
1846
|
+
}>>]>>, "many">;
|
|
1847
1847
|
}, "strip", z.ZodTypeAny, {
|
|
1848
1848
|
languages: ({
|
|
1849
1849
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -1872,10 +1872,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1872
1872
|
} & ({
|
|
1873
1873
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1874
1874
|
} | {
|
|
1875
|
-
pages:
|
|
1875
|
+
pages: any[];
|
|
1876
1876
|
}))[];
|
|
1877
1877
|
} | {
|
|
1878
|
-
pages:
|
|
1878
|
+
pages: any[];
|
|
1879
1879
|
}))[];
|
|
1880
1880
|
}, {
|
|
1881
1881
|
languages: ({
|
|
@@ -1905,10 +1905,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1905
1905
|
} & ({
|
|
1906
1906
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1907
1907
|
} | {
|
|
1908
|
-
pages:
|
|
1908
|
+
pages: any[];
|
|
1909
1909
|
}))[];
|
|
1910
1910
|
} | {
|
|
1911
|
-
pages:
|
|
1911
|
+
pages: any[];
|
|
1912
1912
|
}))[];
|
|
1913
1913
|
}>, z.ZodObject<{
|
|
1914
1914
|
versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
@@ -1971,13 +1971,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1971
1971
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1972
1972
|
}, {
|
|
1973
1973
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1974
|
-
}>, z.ZodObject<{
|
|
1975
|
-
pages: z.ZodArray<z.ZodType<
|
|
1974
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
1975
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
1976
1976
|
}, "strip", z.ZodTypeAny, {
|
|
1977
|
-
pages:
|
|
1977
|
+
pages: any[];
|
|
1978
1978
|
}, {
|
|
1979
|
-
pages:
|
|
1980
|
-
}
|
|
1979
|
+
pages: any[];
|
|
1980
|
+
}>>]>>, "many">;
|
|
1981
1981
|
}, "strip", z.ZodTypeAny, {
|
|
1982
1982
|
groups: ({
|
|
1983
1983
|
group: string;
|
|
@@ -1990,7 +1990,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1990
1990
|
} & ({
|
|
1991
1991
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
1992
1992
|
} | {
|
|
1993
|
-
pages:
|
|
1993
|
+
pages: any[];
|
|
1994
1994
|
}))[];
|
|
1995
1995
|
}, {
|
|
1996
1996
|
groups: ({
|
|
@@ -2004,14 +2004,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2004
2004
|
} & ({
|
|
2005
2005
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
2006
2006
|
} | {
|
|
2007
|
-
pages:
|
|
2007
|
+
pages: any[];
|
|
2008
2008
|
}))[];
|
|
2009
2009
|
}>, z.ZodObject<{
|
|
2010
|
-
pages: z.ZodArray<z.ZodType<
|
|
2010
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
2011
2011
|
}, "strip", z.ZodTypeAny, {
|
|
2012
|
-
pages:
|
|
2012
|
+
pages: any[];
|
|
2013
2013
|
}, {
|
|
2014
|
-
pages:
|
|
2014
|
+
pages: any[];
|
|
2015
2015
|
}>]>;
|
|
2016
2016
|
footer: z.ZodOptional<z.ZodObject<{
|
|
2017
2017
|
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
@@ -2060,17 +2060,17 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2060
2060
|
}[] | undefined;
|
|
2061
2061
|
}>>;
|
|
2062
2062
|
feedback: z.ZodOptional<z.ZodObject<{
|
|
2063
|
-
thumbs: z.ZodBoolean
|
|
2064
|
-
edits: z.ZodBoolean
|
|
2065
|
-
issues: z.ZodBoolean
|
|
2063
|
+
thumbs: z.ZodOptional<z.ZodBoolean>;
|
|
2064
|
+
edits: z.ZodOptional<z.ZodBoolean>;
|
|
2065
|
+
issues: z.ZodOptional<z.ZodBoolean>;
|
|
2066
2066
|
}, "strip", z.ZodTypeAny, {
|
|
2067
|
-
thumbs
|
|
2068
|
-
edits
|
|
2069
|
-
issues
|
|
2067
|
+
thumbs?: boolean | undefined;
|
|
2068
|
+
edits?: boolean | undefined;
|
|
2069
|
+
issues?: boolean | undefined;
|
|
2070
2070
|
}, {
|
|
2071
|
-
thumbs
|
|
2072
|
-
edits
|
|
2073
|
-
issues
|
|
2071
|
+
thumbs?: boolean | undefined;
|
|
2072
|
+
edits?: boolean | undefined;
|
|
2073
|
+
issues?: boolean | undefined;
|
|
2074
2074
|
}>>;
|
|
2075
2075
|
search: z.ZodOptional<z.ZodObject<{
|
|
2076
2076
|
prompt: z.ZodOptional<z.ZodString>;
|
|
@@ -2476,14 +2476,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2476
2476
|
} | undefined;
|
|
2477
2477
|
}>>;
|
|
2478
2478
|
legacy: z.ZodOptional<z.ZodObject<{
|
|
2479
|
-
baseurl: z.ZodString
|
|
2480
|
-
auth: z.ZodEnum<["basic", "bearer", "cobo", "key"]
|
|
2479
|
+
baseurl: z.ZodOptional<z.ZodString>;
|
|
2480
|
+
auth: z.ZodOptional<z.ZodEnum<["basic", "bearer", "cobo", "key"]>>;
|
|
2481
2481
|
}, "strip", z.ZodTypeAny, {
|
|
2482
|
-
|
|
2483
|
-
|
|
2482
|
+
baseurl?: string | undefined;
|
|
2483
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
2484
2484
|
}, {
|
|
2485
|
-
|
|
2486
|
-
|
|
2485
|
+
baseurl?: string | undefined;
|
|
2486
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
2487
2487
|
}>>;
|
|
2488
2488
|
theme: z.ZodLiteral<"prism">;
|
|
2489
2489
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -2523,10 +2523,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2523
2523
|
} & ({
|
|
2524
2524
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
2525
2525
|
} | {
|
|
2526
|
-
pages:
|
|
2526
|
+
pages: any[];
|
|
2527
2527
|
}))[];
|
|
2528
2528
|
} | {
|
|
2529
|
-
pages:
|
|
2529
|
+
pages: any[];
|
|
2530
2530
|
}))[];
|
|
2531
2531
|
} | {
|
|
2532
2532
|
versions: any[];
|
|
@@ -2548,10 +2548,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2548
2548
|
} & ({
|
|
2549
2549
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
2550
2550
|
} | {
|
|
2551
|
-
pages:
|
|
2551
|
+
pages: any[];
|
|
2552
2552
|
}))[];
|
|
2553
2553
|
} | {
|
|
2554
|
-
pages:
|
|
2554
|
+
pages: any[];
|
|
2555
2555
|
}) & ({
|
|
2556
2556
|
languages: ({
|
|
2557
2557
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -2580,10 +2580,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2580
2580
|
} & ({
|
|
2581
2581
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
2582
2582
|
} | {
|
|
2583
|
-
pages:
|
|
2583
|
+
pages: any[];
|
|
2584
2584
|
}))[];
|
|
2585
2585
|
} | {
|
|
2586
|
-
pages:
|
|
2586
|
+
pages: any[];
|
|
2587
2587
|
}))[];
|
|
2588
2588
|
} | {
|
|
2589
2589
|
versions: any[];
|
|
@@ -2605,10 +2605,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2605
2605
|
} & ({
|
|
2606
2606
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
2607
2607
|
} | {
|
|
2608
|
-
pages:
|
|
2608
|
+
pages: any[];
|
|
2609
2609
|
}))[];
|
|
2610
2610
|
} | {
|
|
2611
|
-
pages:
|
|
2611
|
+
pages: any[];
|
|
2612
2612
|
} | undefined);
|
|
2613
2613
|
description?: string | undefined;
|
|
2614
2614
|
logo?: string | {
|
|
@@ -2670,9 +2670,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2670
2670
|
}[] | undefined;
|
|
2671
2671
|
} | undefined;
|
|
2672
2672
|
feedback?: {
|
|
2673
|
-
thumbs
|
|
2674
|
-
edits
|
|
2675
|
-
issues
|
|
2673
|
+
thumbs?: boolean | undefined;
|
|
2674
|
+
edits?: boolean | undefined;
|
|
2675
|
+
issues?: boolean | undefined;
|
|
2676
2676
|
} | undefined;
|
|
2677
2677
|
search?: {
|
|
2678
2678
|
prompt?: string | undefined;
|
|
@@ -2770,8 +2770,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2770
2770
|
} | undefined;
|
|
2771
2771
|
} | undefined;
|
|
2772
2772
|
legacy?: {
|
|
2773
|
-
|
|
2774
|
-
|
|
2773
|
+
baseurl?: string | undefined;
|
|
2774
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
2775
2775
|
} | undefined;
|
|
2776
2776
|
}, {
|
|
2777
2777
|
name: string;
|
|
@@ -2809,10 +2809,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2809
2809
|
} & ({
|
|
2810
2810
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
2811
2811
|
} | {
|
|
2812
|
-
pages:
|
|
2812
|
+
pages: any[];
|
|
2813
2813
|
}))[];
|
|
2814
2814
|
} | {
|
|
2815
|
-
pages:
|
|
2815
|
+
pages: any[];
|
|
2816
2816
|
}))[];
|
|
2817
2817
|
} | {
|
|
2818
2818
|
versions: any[];
|
|
@@ -2834,10 +2834,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2834
2834
|
} & ({
|
|
2835
2835
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
2836
2836
|
} | {
|
|
2837
|
-
pages:
|
|
2837
|
+
pages: any[];
|
|
2838
2838
|
}))[];
|
|
2839
2839
|
} | {
|
|
2840
|
-
pages:
|
|
2840
|
+
pages: any[];
|
|
2841
2841
|
}) & ({
|
|
2842
2842
|
languages: ({
|
|
2843
2843
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -2866,10 +2866,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2866
2866
|
} & ({
|
|
2867
2867
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
2868
2868
|
} | {
|
|
2869
|
-
pages:
|
|
2869
|
+
pages: any[];
|
|
2870
2870
|
}))[];
|
|
2871
2871
|
} | {
|
|
2872
|
-
pages:
|
|
2872
|
+
pages: any[];
|
|
2873
2873
|
}))[];
|
|
2874
2874
|
} | {
|
|
2875
2875
|
versions: any[];
|
|
@@ -2891,10 +2891,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2891
2891
|
} & ({
|
|
2892
2892
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
2893
2893
|
} | {
|
|
2894
|
-
pages:
|
|
2894
|
+
pages: any[];
|
|
2895
2895
|
}))[];
|
|
2896
2896
|
} | {
|
|
2897
|
-
pages:
|
|
2897
|
+
pages: any[];
|
|
2898
2898
|
} | undefined);
|
|
2899
2899
|
$schema?: string | undefined;
|
|
2900
2900
|
description?: string | undefined;
|
|
@@ -2957,9 +2957,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2957
2957
|
}[] | undefined;
|
|
2958
2958
|
} | undefined;
|
|
2959
2959
|
feedback?: {
|
|
2960
|
-
thumbs
|
|
2961
|
-
edits
|
|
2962
|
-
issues
|
|
2960
|
+
thumbs?: boolean | undefined;
|
|
2961
|
+
edits?: boolean | undefined;
|
|
2962
|
+
issues?: boolean | undefined;
|
|
2963
2963
|
} | undefined;
|
|
2964
2964
|
search?: {
|
|
2965
2965
|
prompt?: string | undefined;
|
|
@@ -3057,8 +3057,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3057
3057
|
} | undefined;
|
|
3058
3058
|
} | undefined;
|
|
3059
3059
|
legacy?: {
|
|
3060
|
-
|
|
3061
|
-
|
|
3060
|
+
baseurl?: string | undefined;
|
|
3061
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
3062
3062
|
} | undefined;
|
|
3063
3063
|
}>, z.ZodObject<{
|
|
3064
3064
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -3271,31 +3271,31 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3271
3271
|
href: string;
|
|
3272
3272
|
}, {
|
|
3273
3273
|
href: string;
|
|
3274
|
-
}>, z.ZodObject<{
|
|
3274
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
3275
3275
|
versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
3276
3276
|
}, "strip", z.ZodTypeAny, {
|
|
3277
3277
|
versions: any[];
|
|
3278
3278
|
}, {
|
|
3279
3279
|
versions: any[];
|
|
3280
|
-
}
|
|
3280
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
3281
3281
|
tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
3282
3282
|
}, "strip", z.ZodTypeAny, {
|
|
3283
3283
|
tabs: any[];
|
|
3284
3284
|
}, {
|
|
3285
3285
|
tabs: any[];
|
|
3286
|
-
}
|
|
3286
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
3287
3287
|
dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
3288
3288
|
}, "strip", z.ZodTypeAny, {
|
|
3289
3289
|
dropdowns: any[];
|
|
3290
3290
|
}, {
|
|
3291
3291
|
dropdowns: any[];
|
|
3292
|
-
}
|
|
3292
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
3293
3293
|
anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
3294
3294
|
}, "strip", z.ZodTypeAny, {
|
|
3295
3295
|
anchors: any[];
|
|
3296
3296
|
}, {
|
|
3297
3297
|
anchors: any[];
|
|
3298
|
-
}
|
|
3298
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
3299
3299
|
groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
3300
3300
|
group: z.ZodString;
|
|
3301
3301
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -3332,13 +3332,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3332
3332
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
3333
3333
|
}, {
|
|
3334
3334
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
3335
|
-
}>, z.ZodObject<{
|
|
3336
|
-
pages: z.ZodArray<z.ZodType<
|
|
3335
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
3336
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
3337
3337
|
}, "strip", z.ZodTypeAny, {
|
|
3338
|
-
pages:
|
|
3338
|
+
pages: any[];
|
|
3339
3339
|
}, {
|
|
3340
|
-
pages:
|
|
3341
|
-
}
|
|
3340
|
+
pages: any[];
|
|
3341
|
+
}>>]>>, "many">;
|
|
3342
3342
|
}, "strip", z.ZodTypeAny, {
|
|
3343
3343
|
groups: ({
|
|
3344
3344
|
group: string;
|
|
@@ -3351,7 +3351,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3351
3351
|
} & ({
|
|
3352
3352
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
3353
3353
|
} | {
|
|
3354
|
-
pages:
|
|
3354
|
+
pages: any[];
|
|
3355
3355
|
}))[];
|
|
3356
3356
|
}, {
|
|
3357
3357
|
groups: ({
|
|
@@ -3365,15 +3365,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3365
3365
|
} & ({
|
|
3366
3366
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
3367
3367
|
} | {
|
|
3368
|
-
pages:
|
|
3368
|
+
pages: any[];
|
|
3369
3369
|
}))[];
|
|
3370
|
-
}
|
|
3371
|
-
pages: z.ZodArray<z.ZodType<
|
|
3370
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
3371
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
3372
3372
|
}, "strip", z.ZodTypeAny, {
|
|
3373
|
-
pages:
|
|
3373
|
+
pages: any[];
|
|
3374
3374
|
}, {
|
|
3375
|
-
pages:
|
|
3376
|
-
}
|
|
3375
|
+
pages: any[];
|
|
3376
|
+
}>>]>>, "many">;
|
|
3377
3377
|
}, "strip", z.ZodTypeAny, {
|
|
3378
3378
|
languages: ({
|
|
3379
3379
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -3402,10 +3402,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3402
3402
|
} & ({
|
|
3403
3403
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
3404
3404
|
} | {
|
|
3405
|
-
pages:
|
|
3405
|
+
pages: any[];
|
|
3406
3406
|
}))[];
|
|
3407
3407
|
} | {
|
|
3408
|
-
pages:
|
|
3408
|
+
pages: any[];
|
|
3409
3409
|
}))[];
|
|
3410
3410
|
}, {
|
|
3411
3411
|
languages: ({
|
|
@@ -3435,10 +3435,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3435
3435
|
} & ({
|
|
3436
3436
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
3437
3437
|
} | {
|
|
3438
|
-
pages:
|
|
3438
|
+
pages: any[];
|
|
3439
3439
|
}))[];
|
|
3440
3440
|
} | {
|
|
3441
|
-
pages:
|
|
3441
|
+
pages: any[];
|
|
3442
3442
|
}))[];
|
|
3443
3443
|
}>, z.ZodObject<{
|
|
3444
3444
|
versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
@@ -3501,13 +3501,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3501
3501
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
3502
3502
|
}, {
|
|
3503
3503
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
3504
|
-
}>, z.ZodObject<{
|
|
3505
|
-
pages: z.ZodArray<z.ZodType<
|
|
3504
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
3505
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
3506
3506
|
}, "strip", z.ZodTypeAny, {
|
|
3507
|
-
pages:
|
|
3507
|
+
pages: any[];
|
|
3508
3508
|
}, {
|
|
3509
|
-
pages:
|
|
3510
|
-
}
|
|
3509
|
+
pages: any[];
|
|
3510
|
+
}>>]>>, "many">;
|
|
3511
3511
|
}, "strip", z.ZodTypeAny, {
|
|
3512
3512
|
groups: ({
|
|
3513
3513
|
group: string;
|
|
@@ -3520,7 +3520,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3520
3520
|
} & ({
|
|
3521
3521
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
3522
3522
|
} | {
|
|
3523
|
-
pages:
|
|
3523
|
+
pages: any[];
|
|
3524
3524
|
}))[];
|
|
3525
3525
|
}, {
|
|
3526
3526
|
groups: ({
|
|
@@ -3534,14 +3534,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3534
3534
|
} & ({
|
|
3535
3535
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
3536
3536
|
} | {
|
|
3537
|
-
pages:
|
|
3537
|
+
pages: any[];
|
|
3538
3538
|
}))[];
|
|
3539
3539
|
}>, z.ZodObject<{
|
|
3540
|
-
pages: z.ZodArray<z.ZodType<
|
|
3540
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
3541
3541
|
}, "strip", z.ZodTypeAny, {
|
|
3542
|
-
pages:
|
|
3542
|
+
pages: any[];
|
|
3543
3543
|
}, {
|
|
3544
|
-
pages:
|
|
3544
|
+
pages: any[];
|
|
3545
3545
|
}>]>;
|
|
3546
3546
|
footer: z.ZodOptional<z.ZodObject<{
|
|
3547
3547
|
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
@@ -3590,17 +3590,17 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3590
3590
|
}[] | undefined;
|
|
3591
3591
|
}>>;
|
|
3592
3592
|
feedback: z.ZodOptional<z.ZodObject<{
|
|
3593
|
-
thumbs: z.ZodBoolean
|
|
3594
|
-
edits: z.ZodBoolean
|
|
3595
|
-
issues: z.ZodBoolean
|
|
3593
|
+
thumbs: z.ZodOptional<z.ZodBoolean>;
|
|
3594
|
+
edits: z.ZodOptional<z.ZodBoolean>;
|
|
3595
|
+
issues: z.ZodOptional<z.ZodBoolean>;
|
|
3596
3596
|
}, "strip", z.ZodTypeAny, {
|
|
3597
|
-
thumbs
|
|
3598
|
-
edits
|
|
3599
|
-
issues
|
|
3597
|
+
thumbs?: boolean | undefined;
|
|
3598
|
+
edits?: boolean | undefined;
|
|
3599
|
+
issues?: boolean | undefined;
|
|
3600
3600
|
}, {
|
|
3601
|
-
thumbs
|
|
3602
|
-
edits
|
|
3603
|
-
issues
|
|
3601
|
+
thumbs?: boolean | undefined;
|
|
3602
|
+
edits?: boolean | undefined;
|
|
3603
|
+
issues?: boolean | undefined;
|
|
3604
3604
|
}>>;
|
|
3605
3605
|
search: z.ZodOptional<z.ZodObject<{
|
|
3606
3606
|
prompt: z.ZodOptional<z.ZodString>;
|
|
@@ -4006,14 +4006,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4006
4006
|
} | undefined;
|
|
4007
4007
|
}>>;
|
|
4008
4008
|
legacy: z.ZodOptional<z.ZodObject<{
|
|
4009
|
-
baseurl: z.ZodString
|
|
4010
|
-
auth: z.ZodEnum<["basic", "bearer", "cobo", "key"]
|
|
4009
|
+
baseurl: z.ZodOptional<z.ZodString>;
|
|
4010
|
+
auth: z.ZodOptional<z.ZodEnum<["basic", "bearer", "cobo", "key"]>>;
|
|
4011
4011
|
}, "strip", z.ZodTypeAny, {
|
|
4012
|
-
|
|
4013
|
-
|
|
4012
|
+
baseurl?: string | undefined;
|
|
4013
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
4014
4014
|
}, {
|
|
4015
|
-
|
|
4016
|
-
|
|
4015
|
+
baseurl?: string | undefined;
|
|
4016
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
4017
4017
|
}>>;
|
|
4018
4018
|
theme: z.ZodLiteral<"quill">;
|
|
4019
4019
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -4053,10 +4053,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4053
4053
|
} & ({
|
|
4054
4054
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4055
4055
|
} | {
|
|
4056
|
-
pages:
|
|
4056
|
+
pages: any[];
|
|
4057
4057
|
}))[];
|
|
4058
4058
|
} | {
|
|
4059
|
-
pages:
|
|
4059
|
+
pages: any[];
|
|
4060
4060
|
}))[];
|
|
4061
4061
|
} | {
|
|
4062
4062
|
versions: any[];
|
|
@@ -4078,10 +4078,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4078
4078
|
} & ({
|
|
4079
4079
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4080
4080
|
} | {
|
|
4081
|
-
pages:
|
|
4081
|
+
pages: any[];
|
|
4082
4082
|
}))[];
|
|
4083
4083
|
} | {
|
|
4084
|
-
pages:
|
|
4084
|
+
pages: any[];
|
|
4085
4085
|
}) & ({
|
|
4086
4086
|
languages: ({
|
|
4087
4087
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -4110,10 +4110,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4110
4110
|
} & ({
|
|
4111
4111
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4112
4112
|
} | {
|
|
4113
|
-
pages:
|
|
4113
|
+
pages: any[];
|
|
4114
4114
|
}))[];
|
|
4115
4115
|
} | {
|
|
4116
|
-
pages:
|
|
4116
|
+
pages: any[];
|
|
4117
4117
|
}))[];
|
|
4118
4118
|
} | {
|
|
4119
4119
|
versions: any[];
|
|
@@ -4135,10 +4135,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4135
4135
|
} & ({
|
|
4136
4136
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4137
4137
|
} | {
|
|
4138
|
-
pages:
|
|
4138
|
+
pages: any[];
|
|
4139
4139
|
}))[];
|
|
4140
4140
|
} | {
|
|
4141
|
-
pages:
|
|
4141
|
+
pages: any[];
|
|
4142
4142
|
} | undefined);
|
|
4143
4143
|
description?: string | undefined;
|
|
4144
4144
|
logo?: string | {
|
|
@@ -4200,9 +4200,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4200
4200
|
}[] | undefined;
|
|
4201
4201
|
} | undefined;
|
|
4202
4202
|
feedback?: {
|
|
4203
|
-
thumbs
|
|
4204
|
-
edits
|
|
4205
|
-
issues
|
|
4203
|
+
thumbs?: boolean | undefined;
|
|
4204
|
+
edits?: boolean | undefined;
|
|
4205
|
+
issues?: boolean | undefined;
|
|
4206
4206
|
} | undefined;
|
|
4207
4207
|
search?: {
|
|
4208
4208
|
prompt?: string | undefined;
|
|
@@ -4300,8 +4300,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4300
4300
|
} | undefined;
|
|
4301
4301
|
} | undefined;
|
|
4302
4302
|
legacy?: {
|
|
4303
|
-
|
|
4304
|
-
|
|
4303
|
+
baseurl?: string | undefined;
|
|
4304
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
4305
4305
|
} | undefined;
|
|
4306
4306
|
}, {
|
|
4307
4307
|
name: string;
|
|
@@ -4339,10 +4339,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4339
4339
|
} & ({
|
|
4340
4340
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4341
4341
|
} | {
|
|
4342
|
-
pages:
|
|
4342
|
+
pages: any[];
|
|
4343
4343
|
}))[];
|
|
4344
4344
|
} | {
|
|
4345
|
-
pages:
|
|
4345
|
+
pages: any[];
|
|
4346
4346
|
}))[];
|
|
4347
4347
|
} | {
|
|
4348
4348
|
versions: any[];
|
|
@@ -4364,10 +4364,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4364
4364
|
} & ({
|
|
4365
4365
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4366
4366
|
} | {
|
|
4367
|
-
pages:
|
|
4367
|
+
pages: any[];
|
|
4368
4368
|
}))[];
|
|
4369
4369
|
} | {
|
|
4370
|
-
pages:
|
|
4370
|
+
pages: any[];
|
|
4371
4371
|
}) & ({
|
|
4372
4372
|
languages: ({
|
|
4373
4373
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -4396,10 +4396,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4396
4396
|
} & ({
|
|
4397
4397
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4398
4398
|
} | {
|
|
4399
|
-
pages:
|
|
4399
|
+
pages: any[];
|
|
4400
4400
|
}))[];
|
|
4401
4401
|
} | {
|
|
4402
|
-
pages:
|
|
4402
|
+
pages: any[];
|
|
4403
4403
|
}))[];
|
|
4404
4404
|
} | {
|
|
4405
4405
|
versions: any[];
|
|
@@ -4421,10 +4421,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4421
4421
|
} & ({
|
|
4422
4422
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4423
4423
|
} | {
|
|
4424
|
-
pages:
|
|
4424
|
+
pages: any[];
|
|
4425
4425
|
}))[];
|
|
4426
4426
|
} | {
|
|
4427
|
-
pages:
|
|
4427
|
+
pages: any[];
|
|
4428
4428
|
} | undefined);
|
|
4429
4429
|
$schema?: string | undefined;
|
|
4430
4430
|
description?: string | undefined;
|
|
@@ -4487,9 +4487,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4487
4487
|
}[] | undefined;
|
|
4488
4488
|
} | undefined;
|
|
4489
4489
|
feedback?: {
|
|
4490
|
-
thumbs
|
|
4491
|
-
edits
|
|
4492
|
-
issues
|
|
4490
|
+
thumbs?: boolean | undefined;
|
|
4491
|
+
edits?: boolean | undefined;
|
|
4492
|
+
issues?: boolean | undefined;
|
|
4493
4493
|
} | undefined;
|
|
4494
4494
|
search?: {
|
|
4495
4495
|
prompt?: string | undefined;
|
|
@@ -4587,8 +4587,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4587
4587
|
} | undefined;
|
|
4588
4588
|
} | undefined;
|
|
4589
4589
|
legacy?: {
|
|
4590
|
-
|
|
4591
|
-
|
|
4590
|
+
baseurl?: string | undefined;
|
|
4591
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
4592
4592
|
} | undefined;
|
|
4593
4593
|
}>, z.ZodObject<{
|
|
4594
4594
|
$schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
@@ -4801,31 +4801,31 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4801
4801
|
href: string;
|
|
4802
4802
|
}, {
|
|
4803
4803
|
href: string;
|
|
4804
|
-
}>, z.ZodObject<{
|
|
4804
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
4805
4805
|
versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
4806
4806
|
}, "strip", z.ZodTypeAny, {
|
|
4807
4807
|
versions: any[];
|
|
4808
4808
|
}, {
|
|
4809
4809
|
versions: any[];
|
|
4810
|
-
}
|
|
4810
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
4811
4811
|
tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
4812
4812
|
}, "strip", z.ZodTypeAny, {
|
|
4813
4813
|
tabs: any[];
|
|
4814
4814
|
}, {
|
|
4815
4815
|
tabs: any[];
|
|
4816
|
-
}
|
|
4816
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
4817
4817
|
dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
4818
4818
|
}, "strip", z.ZodTypeAny, {
|
|
4819
4819
|
dropdowns: any[];
|
|
4820
4820
|
}, {
|
|
4821
4821
|
dropdowns: any[];
|
|
4822
|
-
}
|
|
4822
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
4823
4823
|
anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
4824
4824
|
}, "strip", z.ZodTypeAny, {
|
|
4825
4825
|
anchors: any[];
|
|
4826
4826
|
}, {
|
|
4827
4827
|
anchors: any[];
|
|
4828
|
-
}
|
|
4828
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
4829
4829
|
groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
4830
4830
|
group: z.ZodString;
|
|
4831
4831
|
icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
|
|
@@ -4862,13 +4862,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4862
4862
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4863
4863
|
}, {
|
|
4864
4864
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4865
|
-
}>, z.ZodObject<{
|
|
4866
|
-
pages: z.ZodArray<z.ZodType<
|
|
4865
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
4866
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
4867
4867
|
}, "strip", z.ZodTypeAny, {
|
|
4868
|
-
pages:
|
|
4868
|
+
pages: any[];
|
|
4869
4869
|
}, {
|
|
4870
|
-
pages:
|
|
4871
|
-
}
|
|
4870
|
+
pages: any[];
|
|
4871
|
+
}>>]>>, "many">;
|
|
4872
4872
|
}, "strip", z.ZodTypeAny, {
|
|
4873
4873
|
groups: ({
|
|
4874
4874
|
group: string;
|
|
@@ -4881,7 +4881,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4881
4881
|
} & ({
|
|
4882
4882
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4883
4883
|
} | {
|
|
4884
|
-
pages:
|
|
4884
|
+
pages: any[];
|
|
4885
4885
|
}))[];
|
|
4886
4886
|
}, {
|
|
4887
4887
|
groups: ({
|
|
@@ -4895,15 +4895,15 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4895
4895
|
} & ({
|
|
4896
4896
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4897
4897
|
} | {
|
|
4898
|
-
pages:
|
|
4898
|
+
pages: any[];
|
|
4899
4899
|
}))[];
|
|
4900
|
-
}
|
|
4901
|
-
pages: z.ZodArray<z.ZodType<
|
|
4900
|
+
}>>, z.ZodLazy<z.ZodObject<{
|
|
4901
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
4902
4902
|
}, "strip", z.ZodTypeAny, {
|
|
4903
|
-
pages:
|
|
4903
|
+
pages: any[];
|
|
4904
4904
|
}, {
|
|
4905
|
-
pages:
|
|
4906
|
-
}
|
|
4905
|
+
pages: any[];
|
|
4906
|
+
}>>]>>, "many">;
|
|
4907
4907
|
}, "strip", z.ZodTypeAny, {
|
|
4908
4908
|
languages: ({
|
|
4909
4909
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -4932,10 +4932,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4932
4932
|
} & ({
|
|
4933
4933
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4934
4934
|
} | {
|
|
4935
|
-
pages:
|
|
4935
|
+
pages: any[];
|
|
4936
4936
|
}))[];
|
|
4937
4937
|
} | {
|
|
4938
|
-
pages:
|
|
4938
|
+
pages: any[];
|
|
4939
4939
|
}))[];
|
|
4940
4940
|
}, {
|
|
4941
4941
|
languages: ({
|
|
@@ -4965,10 +4965,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4965
4965
|
} & ({
|
|
4966
4966
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
4967
4967
|
} | {
|
|
4968
|
-
pages:
|
|
4968
|
+
pages: any[];
|
|
4969
4969
|
}))[];
|
|
4970
4970
|
} | {
|
|
4971
|
-
pages:
|
|
4971
|
+
pages: any[];
|
|
4972
4972
|
}))[];
|
|
4973
4973
|
}>, z.ZodObject<{
|
|
4974
4974
|
versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
@@ -5031,13 +5031,13 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5031
5031
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5032
5032
|
}, {
|
|
5033
5033
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5034
|
-
}>, z.ZodObject<{
|
|
5035
|
-
pages: z.ZodArray<z.ZodType<
|
|
5034
|
+
}>, z.ZodLazy<z.ZodObject<{
|
|
5035
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
5036
5036
|
}, "strip", z.ZodTypeAny, {
|
|
5037
|
-
pages:
|
|
5037
|
+
pages: any[];
|
|
5038
5038
|
}, {
|
|
5039
|
-
pages:
|
|
5040
|
-
}
|
|
5039
|
+
pages: any[];
|
|
5040
|
+
}>>]>>, "many">;
|
|
5041
5041
|
}, "strip", z.ZodTypeAny, {
|
|
5042
5042
|
groups: ({
|
|
5043
5043
|
group: string;
|
|
@@ -5050,7 +5050,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5050
5050
|
} & ({
|
|
5051
5051
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5052
5052
|
} | {
|
|
5053
|
-
pages:
|
|
5053
|
+
pages: any[];
|
|
5054
5054
|
}))[];
|
|
5055
5055
|
}, {
|
|
5056
5056
|
groups: ({
|
|
@@ -5064,14 +5064,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5064
5064
|
} & ({
|
|
5065
5065
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5066
5066
|
} | {
|
|
5067
|
-
pages:
|
|
5067
|
+
pages: any[];
|
|
5068
5068
|
}))[];
|
|
5069
5069
|
}>, z.ZodObject<{
|
|
5070
|
-
pages: z.ZodArray<z.ZodType<
|
|
5070
|
+
pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
|
|
5071
5071
|
}, "strip", z.ZodTypeAny, {
|
|
5072
|
-
pages:
|
|
5072
|
+
pages: any[];
|
|
5073
5073
|
}, {
|
|
5074
|
-
pages:
|
|
5074
|
+
pages: any[];
|
|
5075
5075
|
}>]>;
|
|
5076
5076
|
footer: z.ZodOptional<z.ZodObject<{
|
|
5077
5077
|
socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
|
|
@@ -5120,17 +5120,17 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5120
5120
|
}[] | undefined;
|
|
5121
5121
|
}>>;
|
|
5122
5122
|
feedback: z.ZodOptional<z.ZodObject<{
|
|
5123
|
-
thumbs: z.ZodBoolean
|
|
5124
|
-
edits: z.ZodBoolean
|
|
5125
|
-
issues: z.ZodBoolean
|
|
5123
|
+
thumbs: z.ZodOptional<z.ZodBoolean>;
|
|
5124
|
+
edits: z.ZodOptional<z.ZodBoolean>;
|
|
5125
|
+
issues: z.ZodOptional<z.ZodBoolean>;
|
|
5126
5126
|
}, "strip", z.ZodTypeAny, {
|
|
5127
|
-
thumbs
|
|
5128
|
-
edits
|
|
5129
|
-
issues
|
|
5127
|
+
thumbs?: boolean | undefined;
|
|
5128
|
+
edits?: boolean | undefined;
|
|
5129
|
+
issues?: boolean | undefined;
|
|
5130
5130
|
}, {
|
|
5131
|
-
thumbs
|
|
5132
|
-
edits
|
|
5133
|
-
issues
|
|
5131
|
+
thumbs?: boolean | undefined;
|
|
5132
|
+
edits?: boolean | undefined;
|
|
5133
|
+
issues?: boolean | undefined;
|
|
5134
5134
|
}>>;
|
|
5135
5135
|
search: z.ZodOptional<z.ZodObject<{
|
|
5136
5136
|
prompt: z.ZodOptional<z.ZodString>;
|
|
@@ -5536,14 +5536,14 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5536
5536
|
} | undefined;
|
|
5537
5537
|
}>>;
|
|
5538
5538
|
legacy: z.ZodOptional<z.ZodObject<{
|
|
5539
|
-
baseurl: z.ZodString
|
|
5540
|
-
auth: z.ZodEnum<["basic", "bearer", "cobo", "key"]
|
|
5539
|
+
baseurl: z.ZodOptional<z.ZodString>;
|
|
5540
|
+
auth: z.ZodOptional<z.ZodEnum<["basic", "bearer", "cobo", "key"]>>;
|
|
5541
5541
|
}, "strip", z.ZodTypeAny, {
|
|
5542
|
-
|
|
5543
|
-
|
|
5542
|
+
baseurl?: string | undefined;
|
|
5543
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
5544
5544
|
}, {
|
|
5545
|
-
|
|
5546
|
-
|
|
5545
|
+
baseurl?: string | undefined;
|
|
5546
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
5547
5547
|
}>>;
|
|
5548
5548
|
theme: z.ZodLiteral<"venus">;
|
|
5549
5549
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -5583,10 +5583,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5583
5583
|
} & ({
|
|
5584
5584
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5585
5585
|
} | {
|
|
5586
|
-
pages:
|
|
5586
|
+
pages: any[];
|
|
5587
5587
|
}))[];
|
|
5588
5588
|
} | {
|
|
5589
|
-
pages:
|
|
5589
|
+
pages: any[];
|
|
5590
5590
|
}))[];
|
|
5591
5591
|
} | {
|
|
5592
5592
|
versions: any[];
|
|
@@ -5608,10 +5608,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5608
5608
|
} & ({
|
|
5609
5609
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5610
5610
|
} | {
|
|
5611
|
-
pages:
|
|
5611
|
+
pages: any[];
|
|
5612
5612
|
}))[];
|
|
5613
5613
|
} | {
|
|
5614
|
-
pages:
|
|
5614
|
+
pages: any[];
|
|
5615
5615
|
}) & ({
|
|
5616
5616
|
languages: ({
|
|
5617
5617
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -5640,10 +5640,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5640
5640
|
} & ({
|
|
5641
5641
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5642
5642
|
} | {
|
|
5643
|
-
pages:
|
|
5643
|
+
pages: any[];
|
|
5644
5644
|
}))[];
|
|
5645
5645
|
} | {
|
|
5646
|
-
pages:
|
|
5646
|
+
pages: any[];
|
|
5647
5647
|
}))[];
|
|
5648
5648
|
} | {
|
|
5649
5649
|
versions: any[];
|
|
@@ -5665,10 +5665,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5665
5665
|
} & ({
|
|
5666
5666
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5667
5667
|
} | {
|
|
5668
|
-
pages:
|
|
5668
|
+
pages: any[];
|
|
5669
5669
|
}))[];
|
|
5670
5670
|
} | {
|
|
5671
|
-
pages:
|
|
5671
|
+
pages: any[];
|
|
5672
5672
|
} | undefined);
|
|
5673
5673
|
description?: string | undefined;
|
|
5674
5674
|
logo?: string | {
|
|
@@ -5730,9 +5730,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5730
5730
|
}[] | undefined;
|
|
5731
5731
|
} | undefined;
|
|
5732
5732
|
feedback?: {
|
|
5733
|
-
thumbs
|
|
5734
|
-
edits
|
|
5735
|
-
issues
|
|
5733
|
+
thumbs?: boolean | undefined;
|
|
5734
|
+
edits?: boolean | undefined;
|
|
5735
|
+
issues?: boolean | undefined;
|
|
5736
5736
|
} | undefined;
|
|
5737
5737
|
search?: {
|
|
5738
5738
|
prompt?: string | undefined;
|
|
@@ -5830,8 +5830,8 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5830
5830
|
} | undefined;
|
|
5831
5831
|
} | undefined;
|
|
5832
5832
|
legacy?: {
|
|
5833
|
-
|
|
5834
|
-
|
|
5833
|
+
baseurl?: string | undefined;
|
|
5834
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
5835
5835
|
} | undefined;
|
|
5836
5836
|
}, {
|
|
5837
5837
|
name: string;
|
|
@@ -5869,10 +5869,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5869
5869
|
} & ({
|
|
5870
5870
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5871
5871
|
} | {
|
|
5872
|
-
pages:
|
|
5872
|
+
pages: any[];
|
|
5873
5873
|
}))[];
|
|
5874
5874
|
} | {
|
|
5875
|
-
pages:
|
|
5875
|
+
pages: any[];
|
|
5876
5876
|
}))[];
|
|
5877
5877
|
} | {
|
|
5878
5878
|
versions: any[];
|
|
@@ -5894,10 +5894,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5894
5894
|
} & ({
|
|
5895
5895
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5896
5896
|
} | {
|
|
5897
|
-
pages:
|
|
5897
|
+
pages: any[];
|
|
5898
5898
|
}))[];
|
|
5899
5899
|
} | {
|
|
5900
|
-
pages:
|
|
5900
|
+
pages: any[];
|
|
5901
5901
|
}) & ({
|
|
5902
5902
|
languages: ({
|
|
5903
5903
|
language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
|
|
@@ -5926,10 +5926,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5926
5926
|
} & ({
|
|
5927
5927
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5928
5928
|
} | {
|
|
5929
|
-
pages:
|
|
5929
|
+
pages: any[];
|
|
5930
5930
|
}))[];
|
|
5931
5931
|
} | {
|
|
5932
|
-
pages:
|
|
5932
|
+
pages: any[];
|
|
5933
5933
|
}))[];
|
|
5934
5934
|
} | {
|
|
5935
5935
|
versions: any[];
|
|
@@ -5951,10 +5951,10 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
5951
5951
|
} & ({
|
|
5952
5952
|
openapi: (string | string[]) & (string | string[] | undefined);
|
|
5953
5953
|
} | {
|
|
5954
|
-
pages:
|
|
5954
|
+
pages: any[];
|
|
5955
5955
|
}))[];
|
|
5956
5956
|
} | {
|
|
5957
|
-
pages:
|
|
5957
|
+
pages: any[];
|
|
5958
5958
|
} | undefined);
|
|
5959
5959
|
$schema?: string | undefined;
|
|
5960
5960
|
description?: string | undefined;
|
|
@@ -6017,9 +6017,9 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6017
6017
|
}[] | undefined;
|
|
6018
6018
|
} | undefined;
|
|
6019
6019
|
feedback?: {
|
|
6020
|
-
thumbs
|
|
6021
|
-
edits
|
|
6022
|
-
issues
|
|
6020
|
+
thumbs?: boolean | undefined;
|
|
6021
|
+
edits?: boolean | undefined;
|
|
6022
|
+
issues?: boolean | undefined;
|
|
6023
6023
|
} | undefined;
|
|
6024
6024
|
search?: {
|
|
6025
6025
|
prompt?: string | undefined;
|
|
@@ -6117,7 +6117,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6117
6117
|
} | undefined;
|
|
6118
6118
|
} | undefined;
|
|
6119
6119
|
legacy?: {
|
|
6120
|
-
|
|
6121
|
-
|
|
6120
|
+
baseurl?: string | undefined;
|
|
6121
|
+
auth?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
6122
6122
|
} | undefined;
|
|
6123
6123
|
}>]>;
|