@mintlify/validation 0.1.254 → 0.1.255

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.
Files changed (33) hide show
  1. package/dist/mint-config/schemas/v2/index.d.ts +3922 -7432
  2. package/dist/mint-config/schemas/v2/properties/index.d.ts +1 -0
  3. package/dist/mint-config/schemas/v2/properties/index.js +1 -0
  4. package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +12 -455
  5. package/dist/mint-config/schemas/v2/properties/navigation/anchors.js +28 -11
  6. package/dist/mint-config/schemas/v2/properties/navigation/divisionNav.d.ts +56 -0
  7. package/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js +5 -0
  8. package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +13 -330
  9. package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +28 -11
  10. package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +22 -646
  11. package/dist/mint-config/schemas/v2/properties/navigation/groups.js +15 -13
  12. package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +258 -1495
  13. package/dist/mint-config/schemas/v2/properties/navigation/index.js +23 -13
  14. package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +11 -202
  15. package/dist/mint-config/schemas/v2/properties/navigation/languages.js +33 -11
  16. package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +2 -3
  17. package/dist/mint-config/schemas/v2/properties/navigation/pages.js +2 -2
  18. package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +11 -328
  19. package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +28 -11
  20. package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +12 -203
  21. package/dist/mint-config/schemas/v2/properties/navigation/version.js +28 -11
  22. package/dist/mint-config/schemas/v2/themes/linden.d.ts +253 -955
  23. package/dist/mint-config/schemas/v2/themes/maple.d.ts +253 -955
  24. package/dist/mint-config/schemas/v2/themes/mint.d.ts +253 -955
  25. package/dist/mint-config/schemas/v2/themes/palm.d.ts +253 -955
  26. package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +143 -737
  27. package/dist/mint-config/schemas/v2/themes/willow.d.ts +253 -955
  28. package/dist/mint-config/upgrades/updateNavigationToDocsConfig.js +14 -8
  29. package/dist/mint-config/validateConfig.d.ts +420 -960
  30. package/dist/tsconfig.build.tsbuildinfo +1 -1
  31. package/package.json +2 -2
  32. package/dist/mint-config/schemas/v2/properties/navigation/divisionSchemas.d.ts +0 -7
  33. package/dist/mint-config/schemas/v2/properties/navigation/divisionSchemas.js +0 -26
@@ -12,94 +12,7 @@ export declare const groupSchema: z.ZodIntersection<z.ZodObject<{
12
12
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13
13
  }>]>>;
14
14
  hidden: z.ZodOptional<z.ZodBoolean>;
15
- root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>> | z.ZodOptional<z.ZodObject<{
16
- href: z.ZodString;
17
- title: z.ZodString;
18
- sidebarTitle: z.ZodOptional<z.ZodString>;
19
- description: z.ZodOptional<z.ZodString>;
20
- api: z.ZodOptional<z.ZodString>;
21
- openapi: z.ZodOptional<z.ZodString>;
22
- contentType: z.ZodOptional<z.ZodString>;
23
- authMethod: z.ZodOptional<z.ZodString>;
24
- auth: z.ZodOptional<z.ZodString>;
25
- version: z.ZodOptional<z.ZodString>;
26
- mode: z.ZodOptional<z.ZodString>;
27
- hideFooterPagination: z.ZodOptional<z.ZodBoolean>;
28
- authors: z.ZodOptional<z.ZodUnknown>;
29
- lastUpdatedDate: z.ZodOptional<z.ZodString>;
30
- createdDate: z.ZodOptional<z.ZodString>;
31
- 'openapi-schema': z.ZodOptional<z.ZodString>;
32
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
33
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
34
- name: z.ZodEffects<z.ZodString, string, string>;
35
- }, "strip", z.ZodTypeAny, {
36
- name: string;
37
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
38
- }, {
39
- name: string;
40
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
41
- }>]>>;
42
- tag: z.ZodOptional<z.ZodString>;
43
- url: z.ZodOptional<z.ZodString>;
44
- hideApiMarker: z.ZodOptional<z.ZodBoolean>;
45
- noindex: z.ZodOptional<z.ZodBoolean>;
46
- isPublic: z.ZodOptional<z.ZodBoolean>;
47
- public: z.ZodOptional<z.ZodBoolean>;
48
- }, "strip", z.ZodTypeAny, {
49
- href: string;
50
- title: string;
51
- sidebarTitle?: string | undefined;
52
- description?: string | undefined;
53
- api?: string | undefined;
54
- openapi?: string | undefined;
55
- contentType?: string | undefined;
56
- authMethod?: string | undefined;
57
- auth?: string | undefined;
58
- version?: string | undefined;
59
- mode?: string | undefined;
60
- hideFooterPagination?: boolean | undefined;
61
- authors?: unknown;
62
- lastUpdatedDate?: string | undefined;
63
- createdDate?: string | undefined;
64
- 'openapi-schema'?: string | undefined;
65
- icon?: string | {
66
- name: string;
67
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
68
- } | undefined;
69
- tag?: string | undefined;
70
- url?: string | undefined;
71
- hideApiMarker?: boolean | undefined;
72
- noindex?: boolean | undefined;
73
- isPublic?: boolean | undefined;
74
- public?: boolean | undefined;
75
- }, {
76
- href: string;
77
- title: string;
78
- sidebarTitle?: string | undefined;
79
- description?: string | undefined;
80
- api?: string | undefined;
81
- openapi?: string | undefined;
82
- contentType?: string | undefined;
83
- authMethod?: string | undefined;
84
- auth?: string | undefined;
85
- version?: string | undefined;
86
- mode?: string | undefined;
87
- hideFooterPagination?: boolean | undefined;
88
- authors?: unknown;
89
- lastUpdatedDate?: string | undefined;
90
- createdDate?: string | undefined;
91
- 'openapi-schema'?: string | undefined;
92
- icon?: string | {
93
- name: string;
94
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
95
- } | undefined;
96
- tag?: string | undefined;
97
- url?: string | undefined;
98
- hideApiMarker?: boolean | undefined;
99
- noindex?: boolean | undefined;
100
- isPublic?: boolean | undefined;
101
- public?: boolean | undefined;
102
- }>>;
15
+ root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
103
16
  }, "strip", z.ZodTypeAny, {
104
17
  group: string;
105
18
  icon?: string | {
@@ -107,34 +20,7 @@ export declare const groupSchema: z.ZodIntersection<z.ZodObject<{
107
20
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
108
21
  } | undefined;
109
22
  hidden?: boolean | undefined;
110
- root?: string | {
111
- href: string;
112
- title: string;
113
- sidebarTitle?: string | undefined;
114
- description?: string | undefined;
115
- api?: string | undefined;
116
- openapi?: string | undefined;
117
- contentType?: string | undefined;
118
- authMethod?: string | undefined;
119
- auth?: string | undefined;
120
- version?: string | undefined;
121
- mode?: string | undefined;
122
- hideFooterPagination?: boolean | undefined;
123
- authors?: unknown;
124
- lastUpdatedDate?: string | undefined;
125
- createdDate?: string | undefined;
126
- 'openapi-schema'?: string | undefined;
127
- icon?: string | {
128
- name: string;
129
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
130
- } | undefined;
131
- tag?: string | undefined;
132
- url?: string | undefined;
133
- hideApiMarker?: boolean | undefined;
134
- noindex?: boolean | undefined;
135
- isPublic?: boolean | undefined;
136
- public?: boolean | undefined;
137
- } | undefined;
23
+ root?: string | undefined;
138
24
  }, {
139
25
  group: string;
140
26
  icon?: string | {
@@ -142,34 +28,7 @@ export declare const groupSchema: z.ZodIntersection<z.ZodObject<{
142
28
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
143
29
  } | undefined;
144
30
  hidden?: boolean | undefined;
145
- root?: string | {
146
- href: string;
147
- title: string;
148
- sidebarTitle?: string | undefined;
149
- description?: string | undefined;
150
- api?: string | undefined;
151
- openapi?: string | undefined;
152
- contentType?: string | undefined;
153
- authMethod?: string | undefined;
154
- auth?: string | undefined;
155
- version?: string | undefined;
156
- mode?: string | undefined;
157
- hideFooterPagination?: boolean | undefined;
158
- authors?: unknown;
159
- lastUpdatedDate?: string | undefined;
160
- createdDate?: string | undefined;
161
- 'openapi-schema'?: string | undefined;
162
- icon?: string | {
163
- name: string;
164
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
165
- } | undefined;
166
- tag?: string | undefined;
167
- url?: string | undefined;
168
- hideApiMarker?: boolean | undefined;
169
- noindex?: boolean | undefined;
170
- isPublic?: boolean | undefined;
171
- public?: boolean | undefined;
172
- } | undefined;
31
+ root?: string | undefined;
173
32
  }>, z.ZodUnion<[z.ZodObject<{
174
33
  openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
175
34
  source: z.ZodEffects<z.ZodString, string, string>;
@@ -204,7 +63,7 @@ export declare const groupSchema: z.ZodIntersection<z.ZodObject<{
204
63
  }, {
205
64
  pages: any[];
206
65
  }>>]>>;
207
- export declare const decoratedGroupSchema: z.ZodIntersection<z.ZodObject<{
66
+ export declare const decoratedGroupSchema: z.ZodObject<{
208
67
  group: z.ZodString;
209
68
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
210
69
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
@@ -217,198 +76,27 @@ export declare const decoratedGroupSchema: z.ZodIntersection<z.ZodObject<{
217
76
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
218
77
  }>]>>;
219
78
  hidden: z.ZodOptional<z.ZodBoolean>;
220
- root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>> | z.ZodOptional<z.ZodObject<{
221
- href: z.ZodString;
222
- title: z.ZodString;
223
- sidebarTitle: z.ZodOptional<z.ZodString>;
224
- description: z.ZodOptional<z.ZodString>;
225
- api: z.ZodOptional<z.ZodString>;
226
- openapi: z.ZodOptional<z.ZodString>;
227
- contentType: z.ZodOptional<z.ZodString>;
228
- authMethod: z.ZodOptional<z.ZodString>;
229
- auth: z.ZodOptional<z.ZodString>;
230
- version: z.ZodOptional<z.ZodString>;
231
- mode: z.ZodOptional<z.ZodString>;
232
- hideFooterPagination: z.ZodOptional<z.ZodBoolean>;
233
- authors: z.ZodOptional<z.ZodUnknown>;
234
- lastUpdatedDate: z.ZodOptional<z.ZodString>;
235
- createdDate: z.ZodOptional<z.ZodString>;
236
- 'openapi-schema': z.ZodOptional<z.ZodString>;
237
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
238
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
239
- name: z.ZodEffects<z.ZodString, string, string>;
240
- }, "strip", z.ZodTypeAny, {
241
- name: string;
242
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
243
- }, {
244
- name: string;
245
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
246
- }>]>>;
247
- tag: z.ZodOptional<z.ZodString>;
248
- url: z.ZodOptional<z.ZodString>;
249
- hideApiMarker: z.ZodOptional<z.ZodBoolean>;
250
- noindex: z.ZodOptional<z.ZodBoolean>;
251
- isPublic: z.ZodOptional<z.ZodBoolean>;
252
- public: z.ZodOptional<z.ZodBoolean>;
253
- }, "strip", z.ZodTypeAny, {
254
- href: string;
255
- title: string;
256
- sidebarTitle?: string | undefined;
257
- description?: string | undefined;
258
- api?: string | undefined;
259
- openapi?: string | undefined;
260
- contentType?: string | undefined;
261
- authMethod?: string | undefined;
262
- auth?: string | undefined;
263
- version?: string | undefined;
264
- mode?: string | undefined;
265
- hideFooterPagination?: boolean | undefined;
266
- authors?: unknown;
267
- lastUpdatedDate?: string | undefined;
268
- createdDate?: string | undefined;
269
- 'openapi-schema'?: string | undefined;
270
- icon?: string | {
271
- name: string;
272
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
273
- } | undefined;
274
- tag?: string | undefined;
275
- url?: string | undefined;
276
- hideApiMarker?: boolean | undefined;
277
- noindex?: boolean | undefined;
278
- isPublic?: boolean | undefined;
279
- public?: boolean | undefined;
280
- }, {
281
- href: string;
282
- title: string;
283
- sidebarTitle?: string | undefined;
284
- description?: string | undefined;
285
- api?: string | undefined;
286
- openapi?: string | undefined;
287
- contentType?: string | undefined;
288
- authMethod?: string | undefined;
289
- auth?: string | undefined;
290
- version?: string | undefined;
291
- mode?: string | undefined;
292
- hideFooterPagination?: boolean | undefined;
293
- authors?: unknown;
294
- lastUpdatedDate?: string | undefined;
295
- createdDate?: string | undefined;
296
- 'openapi-schema'?: string | undefined;
297
- icon?: string | {
298
- name: string;
299
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
300
- } | undefined;
301
- tag?: string | undefined;
302
- url?: string | undefined;
303
- hideApiMarker?: boolean | undefined;
304
- noindex?: boolean | undefined;
305
- isPublic?: boolean | undefined;
306
- public?: boolean | undefined;
307
- }>>;
79
+ root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
80
+ pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
308
81
  }, "strip", z.ZodTypeAny, {
309
82
  group: string;
83
+ pages: any[];
310
84
  icon?: string | {
311
85
  name: string;
312
86
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
313
87
  } | undefined;
314
88
  hidden?: boolean | undefined;
315
- root?: string | {
316
- href: string;
317
- title: string;
318
- sidebarTitle?: string | undefined;
319
- description?: string | undefined;
320
- api?: string | undefined;
321
- openapi?: string | undefined;
322
- contentType?: string | undefined;
323
- authMethod?: string | undefined;
324
- auth?: string | undefined;
325
- version?: string | undefined;
326
- mode?: string | undefined;
327
- hideFooterPagination?: boolean | undefined;
328
- authors?: unknown;
329
- lastUpdatedDate?: string | undefined;
330
- createdDate?: string | undefined;
331
- 'openapi-schema'?: string | undefined;
332
- icon?: string | {
333
- name: string;
334
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
335
- } | undefined;
336
- tag?: string | undefined;
337
- url?: string | undefined;
338
- hideApiMarker?: boolean | undefined;
339
- noindex?: boolean | undefined;
340
- isPublic?: boolean | undefined;
341
- public?: boolean | undefined;
342
- } | undefined;
89
+ root?: string | undefined;
343
90
  }, {
344
91
  group: string;
92
+ pages: any[];
345
93
  icon?: string | {
346
94
  name: string;
347
95
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
348
96
  } | undefined;
349
97
  hidden?: boolean | undefined;
350
- root?: string | {
351
- href: string;
352
- title: string;
353
- sidebarTitle?: string | undefined;
354
- description?: string | undefined;
355
- api?: string | undefined;
356
- openapi?: string | undefined;
357
- contentType?: string | undefined;
358
- authMethod?: string | undefined;
359
- auth?: string | undefined;
360
- version?: string | undefined;
361
- mode?: string | undefined;
362
- hideFooterPagination?: boolean | undefined;
363
- authors?: unknown;
364
- lastUpdatedDate?: string | undefined;
365
- createdDate?: string | undefined;
366
- 'openapi-schema'?: string | undefined;
367
- icon?: string | {
368
- name: string;
369
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
370
- } | undefined;
371
- tag?: string | undefined;
372
- url?: string | undefined;
373
- hideApiMarker?: boolean | undefined;
374
- noindex?: boolean | undefined;
375
- isPublic?: boolean | undefined;
376
- public?: boolean | undefined;
377
- } | undefined;
378
- }>, z.ZodUnion<[z.ZodObject<{
379
- openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
380
- source: z.ZodEffects<z.ZodString, string, string>;
381
- directory: z.ZodOptional<z.ZodString>;
382
- }, "strict", z.ZodTypeAny, {
383
- source: string;
384
- directory?: string | undefined;
385
- }, {
386
- source: string;
387
- directory?: string | undefined;
388
- }>]>;
389
- }, "strip", z.ZodTypeAny, {
390
- openapi: (string | string[] | {
391
- source: string;
392
- directory?: string | undefined;
393
- }) & (string | string[] | {
394
- source: string;
395
- directory?: string | undefined;
396
- } | undefined);
397
- }, {
398
- openapi: (string | string[] | {
399
- source: string;
400
- directory?: string | undefined;
401
- }) & (string | string[] | {
402
- source: string;
403
- directory?: string | undefined;
404
- } | undefined);
405
- }>, z.ZodLazy<z.ZodObject<{
406
- pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
407
- }, "strip", z.ZodTypeAny, {
408
- pages: any[];
409
- }, {
410
- pages: any[];
411
- }>>]>>;
98
+ root?: string | undefined;
99
+ }>;
412
100
  export declare const groupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
413
101
  group: z.ZodString;
414
102
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
@@ -422,94 +110,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
422
110
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
423
111
  }>]>>;
424
112
  hidden: z.ZodOptional<z.ZodBoolean>;
425
- root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>> | z.ZodOptional<z.ZodObject<{
426
- href: z.ZodString;
427
- title: z.ZodString;
428
- sidebarTitle: z.ZodOptional<z.ZodString>;
429
- description: z.ZodOptional<z.ZodString>;
430
- api: z.ZodOptional<z.ZodString>;
431
- openapi: z.ZodOptional<z.ZodString>;
432
- contentType: z.ZodOptional<z.ZodString>;
433
- authMethod: z.ZodOptional<z.ZodString>;
434
- auth: z.ZodOptional<z.ZodString>;
435
- version: z.ZodOptional<z.ZodString>;
436
- mode: z.ZodOptional<z.ZodString>;
437
- hideFooterPagination: z.ZodOptional<z.ZodBoolean>;
438
- authors: z.ZodOptional<z.ZodUnknown>;
439
- lastUpdatedDate: z.ZodOptional<z.ZodString>;
440
- createdDate: z.ZodOptional<z.ZodString>;
441
- 'openapi-schema': z.ZodOptional<z.ZodString>;
442
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
443
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
444
- name: z.ZodEffects<z.ZodString, string, string>;
445
- }, "strip", z.ZodTypeAny, {
446
- name: string;
447
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
448
- }, {
449
- name: string;
450
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
451
- }>]>>;
452
- tag: z.ZodOptional<z.ZodString>;
453
- url: z.ZodOptional<z.ZodString>;
454
- hideApiMarker: z.ZodOptional<z.ZodBoolean>;
455
- noindex: z.ZodOptional<z.ZodBoolean>;
456
- isPublic: z.ZodOptional<z.ZodBoolean>;
457
- public: z.ZodOptional<z.ZodBoolean>;
458
- }, "strip", z.ZodTypeAny, {
459
- href: string;
460
- title: string;
461
- sidebarTitle?: string | undefined;
462
- description?: string | undefined;
463
- api?: string | undefined;
464
- openapi?: string | undefined;
465
- contentType?: string | undefined;
466
- authMethod?: string | undefined;
467
- auth?: string | undefined;
468
- version?: string | undefined;
469
- mode?: string | undefined;
470
- hideFooterPagination?: boolean | undefined;
471
- authors?: unknown;
472
- lastUpdatedDate?: string | undefined;
473
- createdDate?: string | undefined;
474
- 'openapi-schema'?: string | undefined;
475
- icon?: string | {
476
- name: string;
477
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
478
- } | undefined;
479
- tag?: string | undefined;
480
- url?: string | undefined;
481
- hideApiMarker?: boolean | undefined;
482
- noindex?: boolean | undefined;
483
- isPublic?: boolean | undefined;
484
- public?: boolean | undefined;
485
- }, {
486
- href: string;
487
- title: string;
488
- sidebarTitle?: string | undefined;
489
- description?: string | undefined;
490
- api?: string | undefined;
491
- openapi?: string | undefined;
492
- contentType?: string | undefined;
493
- authMethod?: string | undefined;
494
- auth?: string | undefined;
495
- version?: string | undefined;
496
- mode?: string | undefined;
497
- hideFooterPagination?: boolean | undefined;
498
- authors?: unknown;
499
- lastUpdatedDate?: string | undefined;
500
- createdDate?: string | undefined;
501
- 'openapi-schema'?: string | undefined;
502
- icon?: string | {
503
- name: string;
504
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
505
- } | undefined;
506
- tag?: string | undefined;
507
- url?: string | undefined;
508
- hideApiMarker?: boolean | undefined;
509
- noindex?: boolean | undefined;
510
- isPublic?: boolean | undefined;
511
- public?: boolean | undefined;
512
- }>>;
113
+ root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
513
114
  }, "strip", z.ZodTypeAny, {
514
115
  group: string;
515
116
  icon?: string | {
@@ -517,34 +118,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
517
118
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
518
119
  } | undefined;
519
120
  hidden?: boolean | undefined;
520
- root?: string | {
521
- href: string;
522
- title: string;
523
- sidebarTitle?: string | undefined;
524
- description?: string | undefined;
525
- api?: string | undefined;
526
- openapi?: string | undefined;
527
- contentType?: string | undefined;
528
- authMethod?: string | undefined;
529
- auth?: string | undefined;
530
- version?: string | undefined;
531
- mode?: string | undefined;
532
- hideFooterPagination?: boolean | undefined;
533
- authors?: unknown;
534
- lastUpdatedDate?: string | undefined;
535
- createdDate?: string | undefined;
536
- 'openapi-schema'?: string | undefined;
537
- icon?: string | {
538
- name: string;
539
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
540
- } | undefined;
541
- tag?: string | undefined;
542
- url?: string | undefined;
543
- hideApiMarker?: boolean | undefined;
544
- noindex?: boolean | undefined;
545
- isPublic?: boolean | undefined;
546
- public?: boolean | undefined;
547
- } | undefined;
121
+ root?: string | undefined;
548
122
  }, {
549
123
  group: string;
550
124
  icon?: string | {
@@ -552,34 +126,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
552
126
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
553
127
  } | undefined;
554
128
  hidden?: boolean | undefined;
555
- root?: string | {
556
- href: string;
557
- title: string;
558
- sidebarTitle?: string | undefined;
559
- description?: string | undefined;
560
- api?: string | undefined;
561
- openapi?: string | undefined;
562
- contentType?: string | undefined;
563
- authMethod?: string | undefined;
564
- auth?: string | undefined;
565
- version?: string | undefined;
566
- mode?: string | undefined;
567
- hideFooterPagination?: boolean | undefined;
568
- authors?: unknown;
569
- lastUpdatedDate?: string | undefined;
570
- createdDate?: string | undefined;
571
- 'openapi-schema'?: string | undefined;
572
- icon?: string | {
573
- name: string;
574
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
575
- } | undefined;
576
- tag?: string | undefined;
577
- url?: string | undefined;
578
- hideApiMarker?: boolean | undefined;
579
- noindex?: boolean | undefined;
580
- isPublic?: boolean | undefined;
581
- public?: boolean | undefined;
582
- } | undefined;
129
+ root?: string | undefined;
583
130
  }>, z.ZodUnion<[z.ZodObject<{
584
131
  openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
585
132
  source: z.ZodEffects<z.ZodString, string, string>;
@@ -614,7 +161,7 @@ export declare const groupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
614
161
  }, {
615
162
  pages: any[];
616
163
  }>>]>>, "many">;
617
- export declare const decoratedGroupsSchema: z.ZodArray<z.ZodIntersection<z.ZodObject<{
164
+ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodObject<{
618
165
  group: z.ZodString;
619
166
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
620
167
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
@@ -627,198 +174,27 @@ export declare const decoratedGroupsSchema: z.ZodArray<z.ZodIntersection<z.ZodOb
627
174
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
628
175
  }>]>>;
629
176
  hidden: z.ZodOptional<z.ZodBoolean>;
630
- root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>> | z.ZodOptional<z.ZodObject<{
631
- href: z.ZodString;
632
- title: z.ZodString;
633
- sidebarTitle: z.ZodOptional<z.ZodString>;
634
- description: z.ZodOptional<z.ZodString>;
635
- api: z.ZodOptional<z.ZodString>;
636
- openapi: z.ZodOptional<z.ZodString>;
637
- contentType: z.ZodOptional<z.ZodString>;
638
- authMethod: z.ZodOptional<z.ZodString>;
639
- auth: z.ZodOptional<z.ZodString>;
640
- version: z.ZodOptional<z.ZodString>;
641
- mode: z.ZodOptional<z.ZodString>;
642
- hideFooterPagination: z.ZodOptional<z.ZodBoolean>;
643
- authors: z.ZodOptional<z.ZodUnknown>;
644
- lastUpdatedDate: z.ZodOptional<z.ZodString>;
645
- createdDate: z.ZodOptional<z.ZodString>;
646
- 'openapi-schema': z.ZodOptional<z.ZodString>;
647
- icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
648
- style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
649
- name: z.ZodEffects<z.ZodString, string, string>;
650
- }, "strip", z.ZodTypeAny, {
651
- name: string;
652
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
653
- }, {
654
- name: string;
655
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
656
- }>]>>;
657
- tag: z.ZodOptional<z.ZodString>;
658
- url: z.ZodOptional<z.ZodString>;
659
- hideApiMarker: z.ZodOptional<z.ZodBoolean>;
660
- noindex: z.ZodOptional<z.ZodBoolean>;
661
- isPublic: z.ZodOptional<z.ZodBoolean>;
662
- public: z.ZodOptional<z.ZodBoolean>;
663
- }, "strip", z.ZodTypeAny, {
664
- href: string;
665
- title: string;
666
- sidebarTitle?: string | undefined;
667
- description?: string | undefined;
668
- api?: string | undefined;
669
- openapi?: string | undefined;
670
- contentType?: string | undefined;
671
- authMethod?: string | undefined;
672
- auth?: string | undefined;
673
- version?: string | undefined;
674
- mode?: string | undefined;
675
- hideFooterPagination?: boolean | undefined;
676
- authors?: unknown;
677
- lastUpdatedDate?: string | undefined;
678
- createdDate?: string | undefined;
679
- 'openapi-schema'?: string | undefined;
680
- icon?: string | {
681
- name: string;
682
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
683
- } | undefined;
684
- tag?: string | undefined;
685
- url?: string | undefined;
686
- hideApiMarker?: boolean | undefined;
687
- noindex?: boolean | undefined;
688
- isPublic?: boolean | undefined;
689
- public?: boolean | undefined;
690
- }, {
691
- href: string;
692
- title: string;
693
- sidebarTitle?: string | undefined;
694
- description?: string | undefined;
695
- api?: string | undefined;
696
- openapi?: string | undefined;
697
- contentType?: string | undefined;
698
- authMethod?: string | undefined;
699
- auth?: string | undefined;
700
- version?: string | undefined;
701
- mode?: string | undefined;
702
- hideFooterPagination?: boolean | undefined;
703
- authors?: unknown;
704
- lastUpdatedDate?: string | undefined;
705
- createdDate?: string | undefined;
706
- 'openapi-schema'?: string | undefined;
707
- icon?: string | {
708
- name: string;
709
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
710
- } | undefined;
711
- tag?: string | undefined;
712
- url?: string | undefined;
713
- hideApiMarker?: boolean | undefined;
714
- noindex?: boolean | undefined;
715
- isPublic?: boolean | undefined;
716
- public?: boolean | undefined;
717
- }>>;
177
+ root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
178
+ pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
718
179
  }, "strip", z.ZodTypeAny, {
719
180
  group: string;
181
+ pages: any[];
720
182
  icon?: string | {
721
183
  name: string;
722
184
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
723
185
  } | undefined;
724
186
  hidden?: boolean | undefined;
725
- root?: string | {
726
- href: string;
727
- title: string;
728
- sidebarTitle?: string | undefined;
729
- description?: string | undefined;
730
- api?: string | undefined;
731
- openapi?: string | undefined;
732
- contentType?: string | undefined;
733
- authMethod?: string | undefined;
734
- auth?: string | undefined;
735
- version?: string | undefined;
736
- mode?: string | undefined;
737
- hideFooterPagination?: boolean | undefined;
738
- authors?: unknown;
739
- lastUpdatedDate?: string | undefined;
740
- createdDate?: string | undefined;
741
- 'openapi-schema'?: string | undefined;
742
- icon?: string | {
743
- name: string;
744
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
745
- } | undefined;
746
- tag?: string | undefined;
747
- url?: string | undefined;
748
- hideApiMarker?: boolean | undefined;
749
- noindex?: boolean | undefined;
750
- isPublic?: boolean | undefined;
751
- public?: boolean | undefined;
752
- } | undefined;
187
+ root?: string | undefined;
753
188
  }, {
754
189
  group: string;
190
+ pages: any[];
755
191
  icon?: string | {
756
192
  name: string;
757
193
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
758
194
  } | undefined;
759
195
  hidden?: boolean | undefined;
760
- root?: string | {
761
- href: string;
762
- title: string;
763
- sidebarTitle?: string | undefined;
764
- description?: string | undefined;
765
- api?: string | undefined;
766
- openapi?: string | undefined;
767
- contentType?: string | undefined;
768
- authMethod?: string | undefined;
769
- auth?: string | undefined;
770
- version?: string | undefined;
771
- mode?: string | undefined;
772
- hideFooterPagination?: boolean | undefined;
773
- authors?: unknown;
774
- lastUpdatedDate?: string | undefined;
775
- createdDate?: string | undefined;
776
- 'openapi-schema'?: string | undefined;
777
- icon?: string | {
778
- name: string;
779
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
780
- } | undefined;
781
- tag?: string | undefined;
782
- url?: string | undefined;
783
- hideApiMarker?: boolean | undefined;
784
- noindex?: boolean | undefined;
785
- isPublic?: boolean | undefined;
786
- public?: boolean | undefined;
787
- } | undefined;
788
- }>, z.ZodUnion<[z.ZodObject<{
789
- openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
790
- source: z.ZodEffects<z.ZodString, string, string>;
791
- directory: z.ZodOptional<z.ZodString>;
792
- }, "strict", z.ZodTypeAny, {
793
- source: string;
794
- directory?: string | undefined;
795
- }, {
796
- source: string;
797
- directory?: string | undefined;
798
- }>]>;
799
- }, "strip", z.ZodTypeAny, {
800
- openapi: (string | string[] | {
801
- source: string;
802
- directory?: string | undefined;
803
- }) & (string | string[] | {
804
- source: string;
805
- directory?: string | undefined;
806
- } | undefined);
807
- }, {
808
- openapi: (string | string[] | {
809
- source: string;
810
- directory?: string | undefined;
811
- }) & (string | string[] | {
812
- source: string;
813
- directory?: string | undefined;
814
- } | undefined);
815
- }>, z.ZodLazy<z.ZodObject<{
816
- pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
817
- }, "strip", z.ZodTypeAny, {
818
- pages: any[];
819
- }, {
820
- pages: any[];
821
- }>>]>>, "many">;
196
+ root?: string | undefined;
197
+ }>, "many">;
822
198
  export type GroupConfig = z.infer<typeof groupSchema>;
823
199
  export type GroupsConfig = z.infer<typeof groupsSchema>;
824
200
  export type DecoratedGroupConfig = z.infer<typeof decoratedGroupSchema>;