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