@mintlify/validation 0.1.428 → 0.1.430

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.
@@ -1,6 +1,7 @@
1
1
  import { z } from 'zod';
2
2
  export declare const baseGroupSchema: z.ZodObject<{
3
3
  group: z.ZodString;
4
+ public: z.ZodOptional<z.ZodBoolean>;
4
5
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
5
6
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
6
7
  name: z.ZodEffects<z.ZodString, string, string>;
@@ -19,6 +20,7 @@ export declare const baseGroupSchema: z.ZodObject<{
19
20
  tag: z.ZodOptional<z.ZodString>;
20
21
  }, "strip", z.ZodTypeAny, {
21
22
  group: string;
23
+ public?: boolean | undefined;
22
24
  icon?: string | {
23
25
  name: string;
24
26
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -29,6 +31,7 @@ export declare const baseGroupSchema: z.ZodObject<{
29
31
  tag?: string | undefined;
30
32
  }, {
31
33
  group: string;
34
+ public?: boolean | undefined;
32
35
  icon?: string | {
33
36
  name: string;
34
37
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -54,6 +57,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
54
57
  }>]>>;
55
58
  group: z.ZodString;
56
59
  tag: z.ZodOptional<z.ZodString>;
60
+ public: z.ZodOptional<z.ZodBoolean>;
57
61
  hidden: z.ZodOptional<z.ZodBoolean>;
58
62
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
59
63
  openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
@@ -81,6 +85,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
81
85
  library?: "fontawesome" | "lucide" | undefined;
82
86
  } | undefined;
83
87
  tag?: string | undefined;
88
+ public?: boolean | undefined;
84
89
  hidden?: boolean | undefined;
85
90
  root?: string | undefined;
86
91
  }, {
@@ -98,6 +103,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
98
103
  library?: "fontawesome" | "lucide" | undefined;
99
104
  } | undefined;
100
105
  tag?: string | undefined;
106
+ public?: boolean | undefined;
101
107
  hidden?: boolean | undefined;
102
108
  root?: string | undefined;
103
109
  }>, z.ZodObject<{
@@ -116,6 +122,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
116
122
  }>]>>;
117
123
  group: z.ZodString;
118
124
  tag: z.ZodOptional<z.ZodString>;
125
+ public: z.ZodOptional<z.ZodBoolean>;
119
126
  hidden: z.ZodOptional<z.ZodBoolean>;
120
127
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
121
128
  asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
@@ -143,6 +150,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
143
150
  library?: "fontawesome" | "lucide" | undefined;
144
151
  } | undefined;
145
152
  tag?: string | undefined;
153
+ public?: boolean | undefined;
146
154
  hidden?: boolean | undefined;
147
155
  root?: string | undefined;
148
156
  }, {
@@ -160,6 +168,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
160
168
  library?: "fontawesome" | "lucide" | undefined;
161
169
  } | undefined;
162
170
  tag?: string | undefined;
171
+ public?: boolean | undefined;
163
172
  hidden?: boolean | undefined;
164
173
  root?: string | undefined;
165
174
  }>, z.ZodObject<{
@@ -178,6 +187,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
178
187
  }>]>>;
179
188
  group: z.ZodString;
180
189
  tag: z.ZodOptional<z.ZodString>;
190
+ public: z.ZodOptional<z.ZodBoolean>;
181
191
  hidden: z.ZodOptional<z.ZodBoolean>;
182
192
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
183
193
  pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
@@ -190,6 +200,7 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
190
200
  library?: "fontawesome" | "lucide" | undefined;
191
201
  } | undefined;
192
202
  tag?: string | undefined;
203
+ public?: boolean | undefined;
193
204
  hidden?: boolean | undefined;
194
205
  root?: string | undefined;
195
206
  }, {
@@ -201,11 +212,13 @@ export declare const groupSchema: z.ZodUnion<[z.ZodObject<{
201
212
  library?: "fontawesome" | "lucide" | undefined;
202
213
  } | undefined;
203
214
  tag?: string | undefined;
215
+ public?: boolean | undefined;
204
216
  hidden?: boolean | undefined;
205
217
  root?: string | undefined;
206
218
  }>]>;
207
219
  export declare const decoratedGroupSchema: z.ZodObject<{
208
220
  group: z.ZodString;
221
+ public: z.ZodOptional<z.ZodBoolean>;
209
222
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
210
223
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
211
224
  name: z.ZodEffects<z.ZodString, string, string>;
@@ -324,6 +337,7 @@ export declare const decoratedGroupSchema: z.ZodObject<{
324
337
  }, "strip", z.ZodTypeAny, {
325
338
  group: string;
326
339
  pages: any[];
340
+ public?: boolean | undefined;
327
341
  icon?: string | {
328
342
  name: string;
329
343
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -365,6 +379,7 @@ export declare const decoratedGroupSchema: z.ZodObject<{
365
379
  }, {
366
380
  group: string;
367
381
  pages: any[];
382
+ public?: boolean | undefined;
368
383
  icon?: string | {
369
384
  name: string;
370
385
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -420,6 +435,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
420
435
  }>]>>;
421
436
  group: z.ZodString;
422
437
  tag: z.ZodOptional<z.ZodString>;
438
+ public: z.ZodOptional<z.ZodBoolean>;
423
439
  hidden: z.ZodOptional<z.ZodBoolean>;
424
440
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
425
441
  openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
@@ -447,6 +463,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
447
463
  library?: "fontawesome" | "lucide" | undefined;
448
464
  } | undefined;
449
465
  tag?: string | undefined;
466
+ public?: boolean | undefined;
450
467
  hidden?: boolean | undefined;
451
468
  root?: string | undefined;
452
469
  }, {
@@ -464,6 +481,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
464
481
  library?: "fontawesome" | "lucide" | undefined;
465
482
  } | undefined;
466
483
  tag?: string | undefined;
484
+ public?: boolean | undefined;
467
485
  hidden?: boolean | undefined;
468
486
  root?: string | undefined;
469
487
  }>, z.ZodObject<{
@@ -482,6 +500,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
482
500
  }>]>>;
483
501
  group: z.ZodString;
484
502
  tag: z.ZodOptional<z.ZodString>;
503
+ public: z.ZodOptional<z.ZodBoolean>;
485
504
  hidden: z.ZodOptional<z.ZodBoolean>;
486
505
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
487
506
  asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
@@ -509,6 +528,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
509
528
  library?: "fontawesome" | "lucide" | undefined;
510
529
  } | undefined;
511
530
  tag?: string | undefined;
531
+ public?: boolean | undefined;
512
532
  hidden?: boolean | undefined;
513
533
  root?: string | undefined;
514
534
  }, {
@@ -526,6 +546,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
526
546
  library?: "fontawesome" | "lucide" | undefined;
527
547
  } | undefined;
528
548
  tag?: string | undefined;
549
+ public?: boolean | undefined;
529
550
  hidden?: boolean | undefined;
530
551
  root?: string | undefined;
531
552
  }>, z.ZodObject<{
@@ -544,6 +565,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
544
565
  }>]>>;
545
566
  group: z.ZodString;
546
567
  tag: z.ZodOptional<z.ZodString>;
568
+ public: z.ZodOptional<z.ZodBoolean>;
547
569
  hidden: z.ZodOptional<z.ZodBoolean>;
548
570
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
549
571
  pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
@@ -556,6 +578,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
556
578
  library?: "fontawesome" | "lucide" | undefined;
557
579
  } | undefined;
558
580
  tag?: string | undefined;
581
+ public?: boolean | undefined;
559
582
  hidden?: boolean | undefined;
560
583
  root?: string | undefined;
561
584
  }, {
@@ -567,11 +590,13 @@ export declare const groupsSchema: z.ZodArray<z.ZodUnion<[z.ZodObject<{
567
590
  library?: "fontawesome" | "lucide" | undefined;
568
591
  } | undefined;
569
592
  tag?: string | undefined;
593
+ public?: boolean | undefined;
570
594
  hidden?: boolean | undefined;
571
595
  root?: string | undefined;
572
596
  }>]>, "many">;
573
597
  export declare const decoratedGroupsSchema: z.ZodArray<z.ZodObject<{
574
598
  group: z.ZodString;
599
+ public: z.ZodOptional<z.ZodBoolean>;
575
600
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
576
601
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
577
602
  name: z.ZodEffects<z.ZodString, string, string>;
@@ -690,6 +715,7 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodObject<{
690
715
  }, "strip", z.ZodTypeAny, {
691
716
  group: string;
692
717
  pages: any[];
718
+ public?: boolean | undefined;
693
719
  icon?: string | {
694
720
  name: string;
695
721
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -731,6 +757,7 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodObject<{
731
757
  }, {
732
758
  group: string;
733
759
  pages: any[];
760
+ public?: boolean | undefined;
734
761
  icon?: string | {
735
762
  name: string;
736
763
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -7,6 +7,7 @@ import { decoratedPageSchema, pageSchema } from '../reusable/page.js';
7
7
  import { decoratedPagesSchema, pagesSchema } from './pages.js';
8
8
  export const baseGroupSchema = z.object({
9
9
  group: z.string().nonempty().describe('The name of the group'),
10
+ public: z.boolean().optional().describe('Whether the group is public'),
10
11
  icon: iconSchema.optional(),
11
12
  hidden: hiddenSchema.optional(),
12
13
  root: pageSchema.optional(),
@@ -22,6 +23,7 @@ export const groupSchema = z
22
23
  export const decoratedGroupSchema = z
23
24
  .object({
24
25
  group: z.string().nonempty().describe('The name of the group'),
26
+ public: z.boolean().optional().describe('Whether the group is public'),
25
27
  icon: iconSchema.optional(),
26
28
  hidden: hiddenSchema.optional(),
27
29
  root: decoratedPageSchema.optional(),
@@ -69,6 +69,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
69
69
  }>]>>;
70
70
  group: z.ZodString;
71
71
  tag: z.ZodOptional<z.ZodString>;
72
+ public: z.ZodOptional<z.ZodBoolean>;
72
73
  hidden: z.ZodOptional<z.ZodBoolean>;
73
74
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
74
75
  openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
@@ -96,6 +97,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
96
97
  library?: "fontawesome" | "lucide" | undefined;
97
98
  } | undefined;
98
99
  tag?: string | undefined;
100
+ public?: boolean | undefined;
99
101
  hidden?: boolean | undefined;
100
102
  root?: string | undefined;
101
103
  }, {
@@ -113,6 +115,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
113
115
  library?: "fontawesome" | "lucide" | undefined;
114
116
  } | undefined;
115
117
  tag?: string | undefined;
118
+ public?: boolean | undefined;
116
119
  hidden?: boolean | undefined;
117
120
  root?: string | undefined;
118
121
  }>, z.ZodObject<{
@@ -131,6 +134,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
131
134
  }>]>>;
132
135
  group: z.ZodString;
133
136
  tag: z.ZodOptional<z.ZodString>;
137
+ public: z.ZodOptional<z.ZodBoolean>;
134
138
  hidden: z.ZodOptional<z.ZodBoolean>;
135
139
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
136
140
  asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
@@ -158,6 +162,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
158
162
  library?: "fontawesome" | "lucide" | undefined;
159
163
  } | undefined;
160
164
  tag?: string | undefined;
165
+ public?: boolean | undefined;
161
166
  hidden?: boolean | undefined;
162
167
  root?: string | undefined;
163
168
  }, {
@@ -175,6 +180,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
175
180
  library?: "fontawesome" | "lucide" | undefined;
176
181
  } | undefined;
177
182
  tag?: string | undefined;
183
+ public?: boolean | undefined;
178
184
  hidden?: boolean | undefined;
179
185
  root?: string | undefined;
180
186
  }>, z.ZodObject<{
@@ -193,6 +199,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
193
199
  }>]>>;
194
200
  group: z.ZodString;
195
201
  tag: z.ZodOptional<z.ZodString>;
202
+ public: z.ZodOptional<z.ZodBoolean>;
196
203
  hidden: z.ZodOptional<z.ZodBoolean>;
197
204
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
198
205
  pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
@@ -205,6 +212,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
205
212
  library?: "fontawesome" | "lucide" | undefined;
206
213
  } | undefined;
207
214
  tag?: string | undefined;
215
+ public?: boolean | undefined;
208
216
  hidden?: boolean | undefined;
209
217
  root?: string | undefined;
210
218
  }, {
@@ -216,6 +224,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
216
224
  library?: "fontawesome" | "lucide" | undefined;
217
225
  } | undefined;
218
226
  tag?: string | undefined;
227
+ public?: boolean | undefined;
219
228
  hidden?: boolean | undefined;
220
229
  root?: string | undefined;
221
230
  }>]>, "many">;
@@ -235,6 +244,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
235
244
  library?: "fontawesome" | "lucide" | undefined;
236
245
  } | undefined;
237
246
  tag?: string | undefined;
247
+ public?: boolean | undefined;
238
248
  hidden?: boolean | undefined;
239
249
  root?: string | undefined;
240
250
  } | {
@@ -252,6 +262,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
252
262
  library?: "fontawesome" | "lucide" | undefined;
253
263
  } | undefined;
254
264
  tag?: string | undefined;
265
+ public?: boolean | undefined;
255
266
  hidden?: boolean | undefined;
256
267
  root?: string | undefined;
257
268
  } | {
@@ -263,6 +274,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
263
274
  library?: "fontawesome" | "lucide" | undefined;
264
275
  } | undefined;
265
276
  tag?: string | undefined;
277
+ public?: boolean | undefined;
266
278
  hidden?: boolean | undefined;
267
279
  root?: string | undefined;
268
280
  })[];
@@ -283,6 +295,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
283
295
  library?: "fontawesome" | "lucide" | undefined;
284
296
  } | undefined;
285
297
  tag?: string | undefined;
298
+ public?: boolean | undefined;
286
299
  hidden?: boolean | undefined;
287
300
  root?: string | undefined;
288
301
  } | {
@@ -300,6 +313,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
300
313
  library?: "fontawesome" | "lucide" | undefined;
301
314
  } | undefined;
302
315
  tag?: string | undefined;
316
+ public?: boolean | undefined;
303
317
  hidden?: boolean | undefined;
304
318
  root?: string | undefined;
305
319
  } | {
@@ -311,6 +325,7 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
311
325
  library?: "fontawesome" | "lucide" | undefined;
312
326
  } | undefined;
313
327
  tag?: string | undefined;
328
+ public?: boolean | undefined;
314
329
  hidden?: boolean | undefined;
315
330
  root?: string | undefined;
316
331
  })[];
@@ -358,6 +373,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
358
373
  }>, z.ZodObject<{
359
374
  groups: z.ZodArray<z.ZodObject<{
360
375
  group: z.ZodString;
376
+ public: z.ZodOptional<z.ZodBoolean>;
361
377
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
362
378
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
363
379
  name: z.ZodEffects<z.ZodString, string, string>;
@@ -476,6 +492,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
476
492
  }, "strip", z.ZodTypeAny, {
477
493
  group: string;
478
494
  pages: any[];
495
+ public?: boolean | undefined;
479
496
  icon?: string | {
480
497
  name: string;
481
498
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -517,6 +534,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
517
534
  }, {
518
535
  group: string;
519
536
  pages: any[];
537
+ public?: boolean | undefined;
520
538
  icon?: string | {
521
539
  name: string;
522
540
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -560,6 +578,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
560
578
  groups: {
561
579
  group: string;
562
580
  pages: any[];
581
+ public?: boolean | undefined;
563
582
  icon?: string | {
564
583
  name: string;
565
584
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -603,6 +622,7 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
603
622
  groups: {
604
623
  group: string;
605
624
  pages: any[];
625
+ public?: boolean | undefined;
606
626
  icon?: string | {
607
627
  name: string;
608
628
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -376,6 +376,7 @@ export declare const almondConfigSchema: z.ZodObject<{
376
376
  }>]>>;
377
377
  group: z.ZodString;
378
378
  tag: z.ZodOptional<z.ZodString>;
379
+ public: z.ZodOptional<z.ZodBoolean>;
379
380
  hidden: z.ZodOptional<z.ZodBoolean>;
380
381
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
381
382
  openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
@@ -403,6 +404,7 @@ export declare const almondConfigSchema: z.ZodObject<{
403
404
  library?: "fontawesome" | "lucide" | undefined;
404
405
  } | undefined;
405
406
  tag?: string | undefined;
407
+ public?: boolean | undefined;
406
408
  hidden?: boolean | undefined;
407
409
  root?: string | undefined;
408
410
  }, {
@@ -420,6 +422,7 @@ export declare const almondConfigSchema: z.ZodObject<{
420
422
  library?: "fontawesome" | "lucide" | undefined;
421
423
  } | undefined;
422
424
  tag?: string | undefined;
425
+ public?: boolean | undefined;
423
426
  hidden?: boolean | undefined;
424
427
  root?: string | undefined;
425
428
  }>, z.ZodObject<{
@@ -438,6 +441,7 @@ export declare const almondConfigSchema: z.ZodObject<{
438
441
  }>]>>;
439
442
  group: z.ZodString;
440
443
  tag: z.ZodOptional<z.ZodString>;
444
+ public: z.ZodOptional<z.ZodBoolean>;
441
445
  hidden: z.ZodOptional<z.ZodBoolean>;
442
446
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
443
447
  asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
@@ -465,6 +469,7 @@ export declare const almondConfigSchema: z.ZodObject<{
465
469
  library?: "fontawesome" | "lucide" | undefined;
466
470
  } | undefined;
467
471
  tag?: string | undefined;
472
+ public?: boolean | undefined;
468
473
  hidden?: boolean | undefined;
469
474
  root?: string | undefined;
470
475
  }, {
@@ -482,6 +487,7 @@ export declare const almondConfigSchema: z.ZodObject<{
482
487
  library?: "fontawesome" | "lucide" | undefined;
483
488
  } | undefined;
484
489
  tag?: string | undefined;
490
+ public?: boolean | undefined;
485
491
  hidden?: boolean | undefined;
486
492
  root?: string | undefined;
487
493
  }>, z.ZodObject<{
@@ -500,6 +506,7 @@ export declare const almondConfigSchema: z.ZodObject<{
500
506
  }>]>>;
501
507
  group: z.ZodString;
502
508
  tag: z.ZodOptional<z.ZodString>;
509
+ public: z.ZodOptional<z.ZodBoolean>;
503
510
  hidden: z.ZodOptional<z.ZodBoolean>;
504
511
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
505
512
  pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
@@ -512,6 +519,7 @@ export declare const almondConfigSchema: z.ZodObject<{
512
519
  library?: "fontawesome" | "lucide" | undefined;
513
520
  } | undefined;
514
521
  tag?: string | undefined;
522
+ public?: boolean | undefined;
515
523
  hidden?: boolean | undefined;
516
524
  root?: string | undefined;
517
525
  }, {
@@ -523,6 +531,7 @@ export declare const almondConfigSchema: z.ZodObject<{
523
531
  library?: "fontawesome" | "lucide" | undefined;
524
532
  } | undefined;
525
533
  tag?: string | undefined;
534
+ public?: boolean | undefined;
526
535
  hidden?: boolean | undefined;
527
536
  root?: string | undefined;
528
537
  }>]>, "many">;
@@ -542,6 +551,7 @@ export declare const almondConfigSchema: z.ZodObject<{
542
551
  library?: "fontawesome" | "lucide" | undefined;
543
552
  } | undefined;
544
553
  tag?: string | undefined;
554
+ public?: boolean | undefined;
545
555
  hidden?: boolean | undefined;
546
556
  root?: string | undefined;
547
557
  } | {
@@ -559,6 +569,7 @@ export declare const almondConfigSchema: z.ZodObject<{
559
569
  library?: "fontawesome" | "lucide" | undefined;
560
570
  } | undefined;
561
571
  tag?: string | undefined;
572
+ public?: boolean | undefined;
562
573
  hidden?: boolean | undefined;
563
574
  root?: string | undefined;
564
575
  } | {
@@ -570,6 +581,7 @@ export declare const almondConfigSchema: z.ZodObject<{
570
581
  library?: "fontawesome" | "lucide" | undefined;
571
582
  } | undefined;
572
583
  tag?: string | undefined;
584
+ public?: boolean | undefined;
573
585
  hidden?: boolean | undefined;
574
586
  root?: string | undefined;
575
587
  })[];
@@ -590,6 +602,7 @@ export declare const almondConfigSchema: z.ZodObject<{
590
602
  library?: "fontawesome" | "lucide" | undefined;
591
603
  } | undefined;
592
604
  tag?: string | undefined;
605
+ public?: boolean | undefined;
593
606
  hidden?: boolean | undefined;
594
607
  root?: string | undefined;
595
608
  } | {
@@ -607,6 +620,7 @@ export declare const almondConfigSchema: z.ZodObject<{
607
620
  library?: "fontawesome" | "lucide" | undefined;
608
621
  } | undefined;
609
622
  tag?: string | undefined;
623
+ public?: boolean | undefined;
610
624
  hidden?: boolean | undefined;
611
625
  root?: string | undefined;
612
626
  } | {
@@ -618,6 +632,7 @@ export declare const almondConfigSchema: z.ZodObject<{
618
632
  library?: "fontawesome" | "lucide" | undefined;
619
633
  } | undefined;
620
634
  tag?: string | undefined;
635
+ public?: boolean | undefined;
621
636
  hidden?: boolean | undefined;
622
637
  root?: string | undefined;
623
638
  })[];
@@ -1361,6 +1376,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1361
1376
  library?: "fontawesome" | "lucide" | undefined;
1362
1377
  } | undefined;
1363
1378
  tag?: string | undefined;
1379
+ public?: boolean | undefined;
1364
1380
  hidden?: boolean | undefined;
1365
1381
  root?: string | undefined;
1366
1382
  } | {
@@ -1378,6 +1394,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1378
1394
  library?: "fontawesome" | "lucide" | undefined;
1379
1395
  } | undefined;
1380
1396
  tag?: string | undefined;
1397
+ public?: boolean | undefined;
1381
1398
  hidden?: boolean | undefined;
1382
1399
  root?: string | undefined;
1383
1400
  } | {
@@ -1389,6 +1406,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1389
1406
  library?: "fontawesome" | "lucide" | undefined;
1390
1407
  } | undefined;
1391
1408
  tag?: string | undefined;
1409
+ public?: boolean | undefined;
1392
1410
  hidden?: boolean | undefined;
1393
1411
  root?: string | undefined;
1394
1412
  })[];
@@ -1427,6 +1445,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1427
1445
  library?: "fontawesome" | "lucide" | undefined;
1428
1446
  } | undefined;
1429
1447
  tag?: string | undefined;
1448
+ public?: boolean | undefined;
1430
1449
  hidden?: boolean | undefined;
1431
1450
  root?: string | undefined;
1432
1451
  } | {
@@ -1444,6 +1463,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1444
1463
  library?: "fontawesome" | "lucide" | undefined;
1445
1464
  } | undefined;
1446
1465
  tag?: string | undefined;
1466
+ public?: boolean | undefined;
1447
1467
  hidden?: boolean | undefined;
1448
1468
  root?: string | undefined;
1449
1469
  } | {
@@ -1455,6 +1475,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1455
1475
  library?: "fontawesome" | "lucide" | undefined;
1456
1476
  } | undefined;
1457
1477
  tag?: string | undefined;
1478
+ public?: boolean | undefined;
1458
1479
  hidden?: boolean | undefined;
1459
1480
  root?: string | undefined;
1460
1481
  })[];
@@ -1722,6 +1743,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1722
1743
  library?: "fontawesome" | "lucide" | undefined;
1723
1744
  } | undefined;
1724
1745
  tag?: string | undefined;
1746
+ public?: boolean | undefined;
1725
1747
  hidden?: boolean | undefined;
1726
1748
  root?: string | undefined;
1727
1749
  } | {
@@ -1739,6 +1761,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1739
1761
  library?: "fontawesome" | "lucide" | undefined;
1740
1762
  } | undefined;
1741
1763
  tag?: string | undefined;
1764
+ public?: boolean | undefined;
1742
1765
  hidden?: boolean | undefined;
1743
1766
  root?: string | undefined;
1744
1767
  } | {
@@ -1750,6 +1773,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1750
1773
  library?: "fontawesome" | "lucide" | undefined;
1751
1774
  } | undefined;
1752
1775
  tag?: string | undefined;
1776
+ public?: boolean | undefined;
1753
1777
  hidden?: boolean | undefined;
1754
1778
  root?: string | undefined;
1755
1779
  })[];
@@ -1788,6 +1812,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1788
1812
  library?: "fontawesome" | "lucide" | undefined;
1789
1813
  } | undefined;
1790
1814
  tag?: string | undefined;
1815
+ public?: boolean | undefined;
1791
1816
  hidden?: boolean | undefined;
1792
1817
  root?: string | undefined;
1793
1818
  } | {
@@ -1805,6 +1830,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1805
1830
  library?: "fontawesome" | "lucide" | undefined;
1806
1831
  } | undefined;
1807
1832
  tag?: string | undefined;
1833
+ public?: boolean | undefined;
1808
1834
  hidden?: boolean | undefined;
1809
1835
  root?: string | undefined;
1810
1836
  } | {
@@ -1816,6 +1842,7 @@ export declare const almondConfigSchema: z.ZodObject<{
1816
1842
  library?: "fontawesome" | "lucide" | undefined;
1817
1843
  } | undefined;
1818
1844
  tag?: string | undefined;
1845
+ public?: boolean | undefined;
1819
1846
  hidden?: boolean | undefined;
1820
1847
  root?: string | undefined;
1821
1848
  })[];