@mintlify/validation 0.1.252 → 0.1.254
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 +55 -0
- package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +20 -0
- package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +14 -0
- package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +3 -0
- package/dist/mint-config/schemas/v2/properties/reusable/page.js +1 -0
- package/dist/mint-config/schemas/v2/themes/linden.d.ts +11 -0
- package/dist/mint-config/schemas/v2/themes/maple.d.ts +11 -0
- package/dist/mint-config/schemas/v2/themes/mint.d.ts +11 -0
- package/dist/mint-config/schemas/v2/themes/palm.d.ts +11 -0
- package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +7 -0
- package/dist/mint-config/schemas/v2/themes/willow.d.ts +11 -0
- package/dist/mint-config/validateConfig.d.ts +20 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +3 -3
|
@@ -1046,6 +1046,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1046
1046
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
1047
1047
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
1048
1048
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
1049
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
1049
1050
|
}, "strip", z.ZodTypeAny, {
|
|
1050
1051
|
href: string;
|
|
1051
1052
|
title: string;
|
|
@@ -1072,6 +1073,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1072
1073
|
hideApiMarker?: boolean | undefined;
|
|
1073
1074
|
noindex?: boolean | undefined;
|
|
1074
1075
|
isPublic?: boolean | undefined;
|
|
1076
|
+
public?: boolean | undefined;
|
|
1075
1077
|
}, {
|
|
1076
1078
|
href: string;
|
|
1077
1079
|
title: string;
|
|
@@ -1098,6 +1100,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1098
1100
|
hideApiMarker?: boolean | undefined;
|
|
1099
1101
|
noindex?: boolean | undefined;
|
|
1100
1102
|
isPublic?: boolean | undefined;
|
|
1103
|
+
public?: boolean | undefined;
|
|
1101
1104
|
}>>;
|
|
1102
1105
|
}, "strip", z.ZodTypeAny, {
|
|
1103
1106
|
group: string;
|
|
@@ -1132,6 +1135,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1132
1135
|
hideApiMarker?: boolean | undefined;
|
|
1133
1136
|
noindex?: boolean | undefined;
|
|
1134
1137
|
isPublic?: boolean | undefined;
|
|
1138
|
+
public?: boolean | undefined;
|
|
1135
1139
|
} | undefined;
|
|
1136
1140
|
}, {
|
|
1137
1141
|
group: string;
|
|
@@ -1166,6 +1170,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1166
1170
|
hideApiMarker?: boolean | undefined;
|
|
1167
1171
|
noindex?: boolean | undefined;
|
|
1168
1172
|
isPublic?: boolean | undefined;
|
|
1173
|
+
public?: boolean | undefined;
|
|
1169
1174
|
} | undefined;
|
|
1170
1175
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
1171
1176
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -1235,6 +1240,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1235
1240
|
hideApiMarker?: boolean | undefined;
|
|
1236
1241
|
noindex?: boolean | undefined;
|
|
1237
1242
|
isPublic?: boolean | undefined;
|
|
1243
|
+
public?: boolean | undefined;
|
|
1238
1244
|
} | undefined;
|
|
1239
1245
|
} & ({
|
|
1240
1246
|
openapi: (string | string[] | {
|
|
@@ -1281,6 +1287,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1281
1287
|
hideApiMarker?: boolean | undefined;
|
|
1282
1288
|
noindex?: boolean | undefined;
|
|
1283
1289
|
isPublic?: boolean | undefined;
|
|
1290
|
+
public?: boolean | undefined;
|
|
1284
1291
|
} | undefined;
|
|
1285
1292
|
} & ({
|
|
1286
1293
|
openapi: (string | string[] | {
|
|
@@ -1852,6 +1859,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1852
1859
|
hideApiMarker?: boolean | undefined;
|
|
1853
1860
|
noindex?: boolean | undefined;
|
|
1854
1861
|
isPublic?: boolean | undefined;
|
|
1862
|
+
public?: boolean | undefined;
|
|
1855
1863
|
} | undefined;
|
|
1856
1864
|
} & ({
|
|
1857
1865
|
openapi: (string | string[] | {
|
|
@@ -1959,6 +1967,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
1959
1967
|
hideApiMarker?: boolean | undefined;
|
|
1960
1968
|
noindex?: boolean | undefined;
|
|
1961
1969
|
isPublic?: boolean | undefined;
|
|
1970
|
+
public?: boolean | undefined;
|
|
1962
1971
|
} | undefined;
|
|
1963
1972
|
} & ({
|
|
1964
1973
|
openapi: (string | string[] | {
|
|
@@ -2236,6 +2245,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2236
2245
|
hideApiMarker?: boolean | undefined;
|
|
2237
2246
|
noindex?: boolean | undefined;
|
|
2238
2247
|
isPublic?: boolean | undefined;
|
|
2248
|
+
public?: boolean | undefined;
|
|
2239
2249
|
} | undefined;
|
|
2240
2250
|
} & ({
|
|
2241
2251
|
openapi: (string | string[] | {
|
|
@@ -2343,6 +2353,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
2343
2353
|
hideApiMarker?: boolean | undefined;
|
|
2344
2354
|
noindex?: boolean | undefined;
|
|
2345
2355
|
isPublic?: boolean | undefined;
|
|
2356
|
+
public?: boolean | undefined;
|
|
2346
2357
|
} | undefined;
|
|
2347
2358
|
} & ({
|
|
2348
2359
|
openapi: (string | string[] | {
|
|
@@ -3566,6 +3577,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3566
3577
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
3567
3578
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
3568
3579
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
3580
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
3569
3581
|
}, "strip", z.ZodTypeAny, {
|
|
3570
3582
|
href: string;
|
|
3571
3583
|
title: string;
|
|
@@ -3592,6 +3604,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3592
3604
|
hideApiMarker?: boolean | undefined;
|
|
3593
3605
|
noindex?: boolean | undefined;
|
|
3594
3606
|
isPublic?: boolean | undefined;
|
|
3607
|
+
public?: boolean | undefined;
|
|
3595
3608
|
}, {
|
|
3596
3609
|
href: string;
|
|
3597
3610
|
title: string;
|
|
@@ -3618,6 +3631,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3618
3631
|
hideApiMarker?: boolean | undefined;
|
|
3619
3632
|
noindex?: boolean | undefined;
|
|
3620
3633
|
isPublic?: boolean | undefined;
|
|
3634
|
+
public?: boolean | undefined;
|
|
3621
3635
|
}>>;
|
|
3622
3636
|
}, "strip", z.ZodTypeAny, {
|
|
3623
3637
|
group: string;
|
|
@@ -3652,6 +3666,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3652
3666
|
hideApiMarker?: boolean | undefined;
|
|
3653
3667
|
noindex?: boolean | undefined;
|
|
3654
3668
|
isPublic?: boolean | undefined;
|
|
3669
|
+
public?: boolean | undefined;
|
|
3655
3670
|
} | undefined;
|
|
3656
3671
|
}, {
|
|
3657
3672
|
group: string;
|
|
@@ -3686,6 +3701,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3686
3701
|
hideApiMarker?: boolean | undefined;
|
|
3687
3702
|
noindex?: boolean | undefined;
|
|
3688
3703
|
isPublic?: boolean | undefined;
|
|
3704
|
+
public?: boolean | undefined;
|
|
3689
3705
|
} | undefined;
|
|
3690
3706
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
3691
3707
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -3755,6 +3771,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3755
3771
|
hideApiMarker?: boolean | undefined;
|
|
3756
3772
|
noindex?: boolean | undefined;
|
|
3757
3773
|
isPublic?: boolean | undefined;
|
|
3774
|
+
public?: boolean | undefined;
|
|
3758
3775
|
} | undefined;
|
|
3759
3776
|
} & ({
|
|
3760
3777
|
openapi: (string | string[] | {
|
|
@@ -3801,6 +3818,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
3801
3818
|
hideApiMarker?: boolean | undefined;
|
|
3802
3819
|
noindex?: boolean | undefined;
|
|
3803
3820
|
isPublic?: boolean | undefined;
|
|
3821
|
+
public?: boolean | undefined;
|
|
3804
3822
|
} | undefined;
|
|
3805
3823
|
} & ({
|
|
3806
3824
|
openapi: (string | string[] | {
|
|
@@ -4372,6 +4390,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4372
4390
|
hideApiMarker?: boolean | undefined;
|
|
4373
4391
|
noindex?: boolean | undefined;
|
|
4374
4392
|
isPublic?: boolean | undefined;
|
|
4393
|
+
public?: boolean | undefined;
|
|
4375
4394
|
} | undefined;
|
|
4376
4395
|
} & ({
|
|
4377
4396
|
openapi: (string | string[] | {
|
|
@@ -4479,6 +4498,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4479
4498
|
hideApiMarker?: boolean | undefined;
|
|
4480
4499
|
noindex?: boolean | undefined;
|
|
4481
4500
|
isPublic?: boolean | undefined;
|
|
4501
|
+
public?: boolean | undefined;
|
|
4482
4502
|
} | undefined;
|
|
4483
4503
|
} & ({
|
|
4484
4504
|
openapi: (string | string[] | {
|
|
@@ -4756,6 +4776,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4756
4776
|
hideApiMarker?: boolean | undefined;
|
|
4757
4777
|
noindex?: boolean | undefined;
|
|
4758
4778
|
isPublic?: boolean | undefined;
|
|
4779
|
+
public?: boolean | undefined;
|
|
4759
4780
|
} | undefined;
|
|
4760
4781
|
} & ({
|
|
4761
4782
|
openapi: (string | string[] | {
|
|
@@ -4863,6 +4884,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
4863
4884
|
hideApiMarker?: boolean | undefined;
|
|
4864
4885
|
noindex?: boolean | undefined;
|
|
4865
4886
|
isPublic?: boolean | undefined;
|
|
4887
|
+
public?: boolean | undefined;
|
|
4866
4888
|
} | undefined;
|
|
4867
4889
|
} & ({
|
|
4868
4890
|
openapi: (string | string[] | {
|
|
@@ -6086,6 +6108,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6086
6108
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
6087
6109
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
6088
6110
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
6111
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
6089
6112
|
}, "strip", z.ZodTypeAny, {
|
|
6090
6113
|
href: string;
|
|
6091
6114
|
title: string;
|
|
@@ -6112,6 +6135,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6112
6135
|
hideApiMarker?: boolean | undefined;
|
|
6113
6136
|
noindex?: boolean | undefined;
|
|
6114
6137
|
isPublic?: boolean | undefined;
|
|
6138
|
+
public?: boolean | undefined;
|
|
6115
6139
|
}, {
|
|
6116
6140
|
href: string;
|
|
6117
6141
|
title: string;
|
|
@@ -6138,6 +6162,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6138
6162
|
hideApiMarker?: boolean | undefined;
|
|
6139
6163
|
noindex?: boolean | undefined;
|
|
6140
6164
|
isPublic?: boolean | undefined;
|
|
6165
|
+
public?: boolean | undefined;
|
|
6141
6166
|
}>>;
|
|
6142
6167
|
}, "strip", z.ZodTypeAny, {
|
|
6143
6168
|
group: string;
|
|
@@ -6172,6 +6197,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6172
6197
|
hideApiMarker?: boolean | undefined;
|
|
6173
6198
|
noindex?: boolean | undefined;
|
|
6174
6199
|
isPublic?: boolean | undefined;
|
|
6200
|
+
public?: boolean | undefined;
|
|
6175
6201
|
} | undefined;
|
|
6176
6202
|
}, {
|
|
6177
6203
|
group: string;
|
|
@@ -6206,6 +6232,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6206
6232
|
hideApiMarker?: boolean | undefined;
|
|
6207
6233
|
noindex?: boolean | undefined;
|
|
6208
6234
|
isPublic?: boolean | undefined;
|
|
6235
|
+
public?: boolean | undefined;
|
|
6209
6236
|
} | undefined;
|
|
6210
6237
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
6211
6238
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -6275,6 +6302,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6275
6302
|
hideApiMarker?: boolean | undefined;
|
|
6276
6303
|
noindex?: boolean | undefined;
|
|
6277
6304
|
isPublic?: boolean | undefined;
|
|
6305
|
+
public?: boolean | undefined;
|
|
6278
6306
|
} | undefined;
|
|
6279
6307
|
} & ({
|
|
6280
6308
|
openapi: (string | string[] | {
|
|
@@ -6321,6 +6349,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6321
6349
|
hideApiMarker?: boolean | undefined;
|
|
6322
6350
|
noindex?: boolean | undefined;
|
|
6323
6351
|
isPublic?: boolean | undefined;
|
|
6352
|
+
public?: boolean | undefined;
|
|
6324
6353
|
} | undefined;
|
|
6325
6354
|
} & ({
|
|
6326
6355
|
openapi: (string | string[] | {
|
|
@@ -6892,6 +6921,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6892
6921
|
hideApiMarker?: boolean | undefined;
|
|
6893
6922
|
noindex?: boolean | undefined;
|
|
6894
6923
|
isPublic?: boolean | undefined;
|
|
6924
|
+
public?: boolean | undefined;
|
|
6895
6925
|
} | undefined;
|
|
6896
6926
|
} & ({
|
|
6897
6927
|
openapi: (string | string[] | {
|
|
@@ -6999,6 +7029,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
6999
7029
|
hideApiMarker?: boolean | undefined;
|
|
7000
7030
|
noindex?: boolean | undefined;
|
|
7001
7031
|
isPublic?: boolean | undefined;
|
|
7032
|
+
public?: boolean | undefined;
|
|
7002
7033
|
} | undefined;
|
|
7003
7034
|
} & ({
|
|
7004
7035
|
openapi: (string | string[] | {
|
|
@@ -7276,6 +7307,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7276
7307
|
hideApiMarker?: boolean | undefined;
|
|
7277
7308
|
noindex?: boolean | undefined;
|
|
7278
7309
|
isPublic?: boolean | undefined;
|
|
7310
|
+
public?: boolean | undefined;
|
|
7279
7311
|
} | undefined;
|
|
7280
7312
|
} & ({
|
|
7281
7313
|
openapi: (string | string[] | {
|
|
@@ -7383,6 +7415,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
7383
7415
|
hideApiMarker?: boolean | undefined;
|
|
7384
7416
|
noindex?: boolean | undefined;
|
|
7385
7417
|
isPublic?: boolean | undefined;
|
|
7418
|
+
public?: boolean | undefined;
|
|
7386
7419
|
} | undefined;
|
|
7387
7420
|
} & ({
|
|
7388
7421
|
openapi: (string | string[] | {
|
|
@@ -8606,6 +8639,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8606
8639
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
8607
8640
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
8608
8641
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
8642
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
8609
8643
|
}, "strip", z.ZodTypeAny, {
|
|
8610
8644
|
href: string;
|
|
8611
8645
|
title: string;
|
|
@@ -8632,6 +8666,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8632
8666
|
hideApiMarker?: boolean | undefined;
|
|
8633
8667
|
noindex?: boolean | undefined;
|
|
8634
8668
|
isPublic?: boolean | undefined;
|
|
8669
|
+
public?: boolean | undefined;
|
|
8635
8670
|
}, {
|
|
8636
8671
|
href: string;
|
|
8637
8672
|
title: string;
|
|
@@ -8658,6 +8693,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8658
8693
|
hideApiMarker?: boolean | undefined;
|
|
8659
8694
|
noindex?: boolean | undefined;
|
|
8660
8695
|
isPublic?: boolean | undefined;
|
|
8696
|
+
public?: boolean | undefined;
|
|
8661
8697
|
}>>;
|
|
8662
8698
|
}, "strip", z.ZodTypeAny, {
|
|
8663
8699
|
group: string;
|
|
@@ -8692,6 +8728,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8692
8728
|
hideApiMarker?: boolean | undefined;
|
|
8693
8729
|
noindex?: boolean | undefined;
|
|
8694
8730
|
isPublic?: boolean | undefined;
|
|
8731
|
+
public?: boolean | undefined;
|
|
8695
8732
|
} | undefined;
|
|
8696
8733
|
}, {
|
|
8697
8734
|
group: string;
|
|
@@ -8726,6 +8763,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8726
8763
|
hideApiMarker?: boolean | undefined;
|
|
8727
8764
|
noindex?: boolean | undefined;
|
|
8728
8765
|
isPublic?: boolean | undefined;
|
|
8766
|
+
public?: boolean | undefined;
|
|
8729
8767
|
} | undefined;
|
|
8730
8768
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
8731
8769
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -8795,6 +8833,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8795
8833
|
hideApiMarker?: boolean | undefined;
|
|
8796
8834
|
noindex?: boolean | undefined;
|
|
8797
8835
|
isPublic?: boolean | undefined;
|
|
8836
|
+
public?: boolean | undefined;
|
|
8798
8837
|
} | undefined;
|
|
8799
8838
|
} & ({
|
|
8800
8839
|
openapi: (string | string[] | {
|
|
@@ -8841,6 +8880,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
8841
8880
|
hideApiMarker?: boolean | undefined;
|
|
8842
8881
|
noindex?: boolean | undefined;
|
|
8843
8882
|
isPublic?: boolean | undefined;
|
|
8883
|
+
public?: boolean | undefined;
|
|
8844
8884
|
} | undefined;
|
|
8845
8885
|
} & ({
|
|
8846
8886
|
openapi: (string | string[] | {
|
|
@@ -9412,6 +9452,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9412
9452
|
hideApiMarker?: boolean | undefined;
|
|
9413
9453
|
noindex?: boolean | undefined;
|
|
9414
9454
|
isPublic?: boolean | undefined;
|
|
9455
|
+
public?: boolean | undefined;
|
|
9415
9456
|
} | undefined;
|
|
9416
9457
|
} & ({
|
|
9417
9458
|
openapi: (string | string[] | {
|
|
@@ -9519,6 +9560,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9519
9560
|
hideApiMarker?: boolean | undefined;
|
|
9520
9561
|
noindex?: boolean | undefined;
|
|
9521
9562
|
isPublic?: boolean | undefined;
|
|
9563
|
+
public?: boolean | undefined;
|
|
9522
9564
|
} | undefined;
|
|
9523
9565
|
} & ({
|
|
9524
9566
|
openapi: (string | string[] | {
|
|
@@ -9796,6 +9838,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9796
9838
|
hideApiMarker?: boolean | undefined;
|
|
9797
9839
|
noindex?: boolean | undefined;
|
|
9798
9840
|
isPublic?: boolean | undefined;
|
|
9841
|
+
public?: boolean | undefined;
|
|
9799
9842
|
} | undefined;
|
|
9800
9843
|
} & ({
|
|
9801
9844
|
openapi: (string | string[] | {
|
|
@@ -9903,6 +9946,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
9903
9946
|
hideApiMarker?: boolean | undefined;
|
|
9904
9947
|
noindex?: boolean | undefined;
|
|
9905
9948
|
isPublic?: boolean | undefined;
|
|
9949
|
+
public?: boolean | undefined;
|
|
9906
9950
|
} | undefined;
|
|
9907
9951
|
} & ({
|
|
9908
9952
|
openapi: (string | string[] | {
|
|
@@ -11126,6 +11170,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11126
11170
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
11127
11171
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
11128
11172
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
11173
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
11129
11174
|
}, "strip", z.ZodTypeAny, {
|
|
11130
11175
|
href: string;
|
|
11131
11176
|
title: string;
|
|
@@ -11152,6 +11197,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11152
11197
|
hideApiMarker?: boolean | undefined;
|
|
11153
11198
|
noindex?: boolean | undefined;
|
|
11154
11199
|
isPublic?: boolean | undefined;
|
|
11200
|
+
public?: boolean | undefined;
|
|
11155
11201
|
}, {
|
|
11156
11202
|
href: string;
|
|
11157
11203
|
title: string;
|
|
@@ -11178,6 +11224,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11178
11224
|
hideApiMarker?: boolean | undefined;
|
|
11179
11225
|
noindex?: boolean | undefined;
|
|
11180
11226
|
isPublic?: boolean | undefined;
|
|
11227
|
+
public?: boolean | undefined;
|
|
11181
11228
|
}>>;
|
|
11182
11229
|
}, "strip", z.ZodTypeAny, {
|
|
11183
11230
|
group: string;
|
|
@@ -11212,6 +11259,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11212
11259
|
hideApiMarker?: boolean | undefined;
|
|
11213
11260
|
noindex?: boolean | undefined;
|
|
11214
11261
|
isPublic?: boolean | undefined;
|
|
11262
|
+
public?: boolean | undefined;
|
|
11215
11263
|
} | undefined;
|
|
11216
11264
|
}, {
|
|
11217
11265
|
group: string;
|
|
@@ -11246,6 +11294,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11246
11294
|
hideApiMarker?: boolean | undefined;
|
|
11247
11295
|
noindex?: boolean | undefined;
|
|
11248
11296
|
isPublic?: boolean | undefined;
|
|
11297
|
+
public?: boolean | undefined;
|
|
11249
11298
|
} | undefined;
|
|
11250
11299
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
11251
11300
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -11315,6 +11364,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11315
11364
|
hideApiMarker?: boolean | undefined;
|
|
11316
11365
|
noindex?: boolean | undefined;
|
|
11317
11366
|
isPublic?: boolean | undefined;
|
|
11367
|
+
public?: boolean | undefined;
|
|
11318
11368
|
} | undefined;
|
|
11319
11369
|
} & ({
|
|
11320
11370
|
openapi: (string | string[] | {
|
|
@@ -11361,6 +11411,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11361
11411
|
hideApiMarker?: boolean | undefined;
|
|
11362
11412
|
noindex?: boolean | undefined;
|
|
11363
11413
|
isPublic?: boolean | undefined;
|
|
11414
|
+
public?: boolean | undefined;
|
|
11364
11415
|
} | undefined;
|
|
11365
11416
|
} & ({
|
|
11366
11417
|
openapi: (string | string[] | {
|
|
@@ -11932,6 +11983,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
11932
11983
|
hideApiMarker?: boolean | undefined;
|
|
11933
11984
|
noindex?: boolean | undefined;
|
|
11934
11985
|
isPublic?: boolean | undefined;
|
|
11986
|
+
public?: boolean | undefined;
|
|
11935
11987
|
} | undefined;
|
|
11936
11988
|
} & ({
|
|
11937
11989
|
openapi: (string | string[] | {
|
|
@@ -12039,6 +12091,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12039
12091
|
hideApiMarker?: boolean | undefined;
|
|
12040
12092
|
noindex?: boolean | undefined;
|
|
12041
12093
|
isPublic?: boolean | undefined;
|
|
12094
|
+
public?: boolean | undefined;
|
|
12042
12095
|
} | undefined;
|
|
12043
12096
|
} & ({
|
|
12044
12097
|
openapi: (string | string[] | {
|
|
@@ -12316,6 +12369,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12316
12369
|
hideApiMarker?: boolean | undefined;
|
|
12317
12370
|
noindex?: boolean | undefined;
|
|
12318
12371
|
isPublic?: boolean | undefined;
|
|
12372
|
+
public?: boolean | undefined;
|
|
12319
12373
|
} | undefined;
|
|
12320
12374
|
} & ({
|
|
12321
12375
|
openapi: (string | string[] | {
|
|
@@ -12423,6 +12477,7 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
|
|
|
12423
12477
|
hideApiMarker?: boolean | undefined;
|
|
12424
12478
|
noindex?: boolean | undefined;
|
|
12425
12479
|
isPublic?: boolean | undefined;
|
|
12480
|
+
public?: boolean | undefined;
|
|
12426
12481
|
} | undefined;
|
|
12427
12482
|
} & ({
|
|
12428
12483
|
openapi: (string | string[] | {
|
|
@@ -44,6 +44,7 @@ export declare const groupSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
44
44
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
45
45
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
46
46
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
47
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
47
48
|
}, "strip", z.ZodTypeAny, {
|
|
48
49
|
href: string;
|
|
49
50
|
title: string;
|
|
@@ -70,6 +71,7 @@ export declare const groupSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
70
71
|
hideApiMarker?: boolean | undefined;
|
|
71
72
|
noindex?: boolean | undefined;
|
|
72
73
|
isPublic?: boolean | undefined;
|
|
74
|
+
public?: boolean | undefined;
|
|
73
75
|
}, {
|
|
74
76
|
href: string;
|
|
75
77
|
title: string;
|
|
@@ -96,6 +98,7 @@ export declare const groupSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
96
98
|
hideApiMarker?: boolean | undefined;
|
|
97
99
|
noindex?: boolean | undefined;
|
|
98
100
|
isPublic?: boolean | undefined;
|
|
101
|
+
public?: boolean | undefined;
|
|
99
102
|
}>>;
|
|
100
103
|
}, "strip", z.ZodTypeAny, {
|
|
101
104
|
group: string;
|
|
@@ -130,6 +133,7 @@ export declare const groupSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
130
133
|
hideApiMarker?: boolean | undefined;
|
|
131
134
|
noindex?: boolean | undefined;
|
|
132
135
|
isPublic?: boolean | undefined;
|
|
136
|
+
public?: boolean | undefined;
|
|
133
137
|
} | undefined;
|
|
134
138
|
}, {
|
|
135
139
|
group: string;
|
|
@@ -164,6 +168,7 @@ export declare const groupSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
164
168
|
hideApiMarker?: boolean | undefined;
|
|
165
169
|
noindex?: boolean | undefined;
|
|
166
170
|
isPublic?: boolean | undefined;
|
|
171
|
+
public?: boolean | undefined;
|
|
167
172
|
} | undefined;
|
|
168
173
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
169
174
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -244,6 +249,7 @@ export declare const decoratedGroupSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
244
249
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
245
250
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
246
251
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
252
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
247
253
|
}, "strip", z.ZodTypeAny, {
|
|
248
254
|
href: string;
|
|
249
255
|
title: string;
|
|
@@ -270,6 +276,7 @@ export declare const decoratedGroupSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
270
276
|
hideApiMarker?: boolean | undefined;
|
|
271
277
|
noindex?: boolean | undefined;
|
|
272
278
|
isPublic?: boolean | undefined;
|
|
279
|
+
public?: boolean | undefined;
|
|
273
280
|
}, {
|
|
274
281
|
href: string;
|
|
275
282
|
title: string;
|
|
@@ -296,6 +303,7 @@ export declare const decoratedGroupSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
296
303
|
hideApiMarker?: boolean | undefined;
|
|
297
304
|
noindex?: boolean | undefined;
|
|
298
305
|
isPublic?: boolean | undefined;
|
|
306
|
+
public?: boolean | undefined;
|
|
299
307
|
}>>;
|
|
300
308
|
}, "strip", z.ZodTypeAny, {
|
|
301
309
|
group: string;
|
|
@@ -330,6 +338,7 @@ export declare const decoratedGroupSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
330
338
|
hideApiMarker?: boolean | undefined;
|
|
331
339
|
noindex?: boolean | undefined;
|
|
332
340
|
isPublic?: boolean | undefined;
|
|
341
|
+
public?: boolean | undefined;
|
|
333
342
|
} | undefined;
|
|
334
343
|
}, {
|
|
335
344
|
group: string;
|
|
@@ -364,6 +373,7 @@ export declare const decoratedGroupSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
364
373
|
hideApiMarker?: boolean | undefined;
|
|
365
374
|
noindex?: boolean | undefined;
|
|
366
375
|
isPublic?: boolean | undefined;
|
|
376
|
+
public?: boolean | undefined;
|
|
367
377
|
} | undefined;
|
|
368
378
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
369
379
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -444,6 +454,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
|
444
454
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
445
455
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
446
456
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
457
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
447
458
|
}, "strip", z.ZodTypeAny, {
|
|
448
459
|
href: string;
|
|
449
460
|
title: string;
|
|
@@ -470,6 +481,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
|
470
481
|
hideApiMarker?: boolean | undefined;
|
|
471
482
|
noindex?: boolean | undefined;
|
|
472
483
|
isPublic?: boolean | undefined;
|
|
484
|
+
public?: boolean | undefined;
|
|
473
485
|
}, {
|
|
474
486
|
href: string;
|
|
475
487
|
title: string;
|
|
@@ -496,6 +508,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
|
496
508
|
hideApiMarker?: boolean | undefined;
|
|
497
509
|
noindex?: boolean | undefined;
|
|
498
510
|
isPublic?: boolean | undefined;
|
|
511
|
+
public?: boolean | undefined;
|
|
499
512
|
}>>;
|
|
500
513
|
}, "strip", z.ZodTypeAny, {
|
|
501
514
|
group: string;
|
|
@@ -530,6 +543,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
|
530
543
|
hideApiMarker?: boolean | undefined;
|
|
531
544
|
noindex?: boolean | undefined;
|
|
532
545
|
isPublic?: boolean | undefined;
|
|
546
|
+
public?: boolean | undefined;
|
|
533
547
|
} | undefined;
|
|
534
548
|
}, {
|
|
535
549
|
group: string;
|
|
@@ -564,6 +578,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
|
|
|
564
578
|
hideApiMarker?: boolean | undefined;
|
|
565
579
|
noindex?: boolean | undefined;
|
|
566
580
|
isPublic?: boolean | undefined;
|
|
581
|
+
public?: boolean | undefined;
|
|
567
582
|
} | undefined;
|
|
568
583
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
569
584
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -644,6 +659,7 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodIntersection<z.ZodOb
|
|
|
644
659
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
645
660
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
646
661
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
662
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
647
663
|
}, "strip", z.ZodTypeAny, {
|
|
648
664
|
href: string;
|
|
649
665
|
title: string;
|
|
@@ -670,6 +686,7 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodIntersection<z.ZodOb
|
|
|
670
686
|
hideApiMarker?: boolean | undefined;
|
|
671
687
|
noindex?: boolean | undefined;
|
|
672
688
|
isPublic?: boolean | undefined;
|
|
689
|
+
public?: boolean | undefined;
|
|
673
690
|
}, {
|
|
674
691
|
href: string;
|
|
675
692
|
title: string;
|
|
@@ -696,6 +713,7 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodIntersection<z.ZodOb
|
|
|
696
713
|
hideApiMarker?: boolean | undefined;
|
|
697
714
|
noindex?: boolean | undefined;
|
|
698
715
|
isPublic?: boolean | undefined;
|
|
716
|
+
public?: boolean | undefined;
|
|
699
717
|
}>>;
|
|
700
718
|
}, "strip", z.ZodTypeAny, {
|
|
701
719
|
group: string;
|
|
@@ -730,6 +748,7 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodIntersection<z.ZodOb
|
|
|
730
748
|
hideApiMarker?: boolean | undefined;
|
|
731
749
|
noindex?: boolean | undefined;
|
|
732
750
|
isPublic?: boolean | undefined;
|
|
751
|
+
public?: boolean | undefined;
|
|
733
752
|
} | undefined;
|
|
734
753
|
}, {
|
|
735
754
|
group: string;
|
|
@@ -764,6 +783,7 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodIntersection<z.ZodOb
|
|
|
764
783
|
hideApiMarker?: boolean | undefined;
|
|
765
784
|
noindex?: boolean | undefined;
|
|
766
785
|
isPublic?: boolean | undefined;
|
|
786
|
+
public?: boolean | undefined;
|
|
767
787
|
} | undefined;
|
|
768
788
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
769
789
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -822,6 +822,7 @@ export declare const navigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
822
822
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
823
823
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
824
824
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
825
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
825
826
|
}, "strip", z.ZodTypeAny, {
|
|
826
827
|
href: string;
|
|
827
828
|
title: string;
|
|
@@ -848,6 +849,7 @@ export declare const navigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
848
849
|
hideApiMarker?: boolean | undefined;
|
|
849
850
|
noindex?: boolean | undefined;
|
|
850
851
|
isPublic?: boolean | undefined;
|
|
852
|
+
public?: boolean | undefined;
|
|
851
853
|
}, {
|
|
852
854
|
href: string;
|
|
853
855
|
title: string;
|
|
@@ -874,6 +876,7 @@ export declare const navigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
874
876
|
hideApiMarker?: boolean | undefined;
|
|
875
877
|
noindex?: boolean | undefined;
|
|
876
878
|
isPublic?: boolean | undefined;
|
|
879
|
+
public?: boolean | undefined;
|
|
877
880
|
}>>;
|
|
878
881
|
}, "strip", z.ZodTypeAny, {
|
|
879
882
|
group: string;
|
|
@@ -908,6 +911,7 @@ export declare const navigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
908
911
|
hideApiMarker?: boolean | undefined;
|
|
909
912
|
noindex?: boolean | undefined;
|
|
910
913
|
isPublic?: boolean | undefined;
|
|
914
|
+
public?: boolean | undefined;
|
|
911
915
|
} | undefined;
|
|
912
916
|
}, {
|
|
913
917
|
group: string;
|
|
@@ -942,6 +946,7 @@ export declare const navigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
942
946
|
hideApiMarker?: boolean | undefined;
|
|
943
947
|
noindex?: boolean | undefined;
|
|
944
948
|
isPublic?: boolean | undefined;
|
|
949
|
+
public?: boolean | undefined;
|
|
945
950
|
} | undefined;
|
|
946
951
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
947
952
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -1011,6 +1016,7 @@ export declare const navigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
1011
1016
|
hideApiMarker?: boolean | undefined;
|
|
1012
1017
|
noindex?: boolean | undefined;
|
|
1013
1018
|
isPublic?: boolean | undefined;
|
|
1019
|
+
public?: boolean | undefined;
|
|
1014
1020
|
} | undefined;
|
|
1015
1021
|
} & ({
|
|
1016
1022
|
openapi: (string | string[] | {
|
|
@@ -1057,6 +1063,7 @@ export declare const navigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
1057
1063
|
hideApiMarker?: boolean | undefined;
|
|
1058
1064
|
noindex?: boolean | undefined;
|
|
1059
1065
|
isPublic?: boolean | undefined;
|
|
1066
|
+
public?: boolean | undefined;
|
|
1060
1067
|
} | undefined;
|
|
1061
1068
|
} & ({
|
|
1062
1069
|
openapi: (string | string[] | {
|
|
@@ -1898,6 +1905,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
1898
1905
|
hideApiMarker: z.ZodOptional<z.ZodBoolean>;
|
|
1899
1906
|
noindex: z.ZodOptional<z.ZodBoolean>;
|
|
1900
1907
|
isPublic: z.ZodOptional<z.ZodBoolean>;
|
|
1908
|
+
public: z.ZodOptional<z.ZodBoolean>;
|
|
1901
1909
|
}, "strip", z.ZodTypeAny, {
|
|
1902
1910
|
href: string;
|
|
1903
1911
|
title: string;
|
|
@@ -1924,6 +1932,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
1924
1932
|
hideApiMarker?: boolean | undefined;
|
|
1925
1933
|
noindex?: boolean | undefined;
|
|
1926
1934
|
isPublic?: boolean | undefined;
|
|
1935
|
+
public?: boolean | undefined;
|
|
1927
1936
|
}, {
|
|
1928
1937
|
href: string;
|
|
1929
1938
|
title: string;
|
|
@@ -1950,6 +1959,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
1950
1959
|
hideApiMarker?: boolean | undefined;
|
|
1951
1960
|
noindex?: boolean | undefined;
|
|
1952
1961
|
isPublic?: boolean | undefined;
|
|
1962
|
+
public?: boolean | undefined;
|
|
1953
1963
|
}>>;
|
|
1954
1964
|
}, "strip", z.ZodTypeAny, {
|
|
1955
1965
|
group: string;
|
|
@@ -1984,6 +1994,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
1984
1994
|
hideApiMarker?: boolean | undefined;
|
|
1985
1995
|
noindex?: boolean | undefined;
|
|
1986
1996
|
isPublic?: boolean | undefined;
|
|
1997
|
+
public?: boolean | undefined;
|
|
1987
1998
|
} | undefined;
|
|
1988
1999
|
}, {
|
|
1989
2000
|
group: string;
|
|
@@ -2018,6 +2029,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
2018
2029
|
hideApiMarker?: boolean | undefined;
|
|
2019
2030
|
noindex?: boolean | undefined;
|
|
2020
2031
|
isPublic?: boolean | undefined;
|
|
2032
|
+
public?: boolean | undefined;
|
|
2021
2033
|
} | undefined;
|
|
2022
2034
|
}>, z.ZodUnion<[z.ZodObject<{
|
|
2023
2035
|
openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
|
|
@@ -2087,6 +2099,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
2087
2099
|
hideApiMarker?: boolean | undefined;
|
|
2088
2100
|
noindex?: boolean | undefined;
|
|
2089
2101
|
isPublic?: boolean | undefined;
|
|
2102
|
+
public?: boolean | undefined;
|
|
2090
2103
|
} | undefined;
|
|
2091
2104
|
} & ({
|
|
2092
2105
|
openapi: (string | string[] | {
|
|
@@ -2133,6 +2146,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodObject<{
|
|
|
2133
2146
|
hideApiMarker?: boolean | undefined;
|
|
2134
2147
|
noindex?: boolean | undefined;
|
|
2135
2148
|
isPublic?: boolean | undefined;
|
|
2149
|
+
public?: boolean | undefined;
|
|
2136
2150
|
} | undefined;
|
|
2137
2151
|
} & ({
|
|
2138
2152
|
openapi: (string | string[] | {
|