@mintlify/validation 0.1.530 → 0.1.532

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 (46) hide show
  1. package/dist/chat-config/index.d.ts +67 -67
  2. package/dist/mint-config/schemas/v1/apiReference.d.ts +4 -4
  3. package/dist/mint-config/schemas/v1/config.d.ts +81 -81
  4. package/dist/mint-config/schemas/v1/font.d.ts +20 -20
  5. package/dist/mint-config/schemas/v1/footer.d.ts +5 -5
  6. package/dist/mint-config/schemas/v1/navigation.d.ts +2 -2
  7. package/dist/mint-config/schemas/v1/tabs.d.ts +2 -2
  8. package/dist/mint-config/schemas/v2/index.d.ts +2978 -4567
  9. package/dist/mint-config/schemas/v2/properties/api.d.ts +28 -28
  10. package/dist/mint-config/schemas/v2/properties/appearance.d.ts +2 -2
  11. package/dist/mint-config/schemas/v2/properties/background.d.ts +5 -5
  12. package/dist/mint-config/schemas/v2/properties/contextual.d.ts +16 -64
  13. package/dist/mint-config/schemas/v2/properties/errors.d.ts +2 -2
  14. package/dist/mint-config/schemas/v2/properties/feedback.d.ts +2 -2
  15. package/dist/mint-config/schemas/v2/properties/fonts/index.d.ts +24 -24
  16. package/dist/mint-config/schemas/v2/properties/footer.d.ts +2 -2
  17. package/dist/mint-config/schemas/v2/properties/integrations.d.ts +22 -22
  18. package/dist/mint-config/schemas/v2/properties/navbar.d.ts +9 -9
  19. package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +4 -3
  20. package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +4 -3
  21. package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +186 -204
  22. package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +157 -170
  23. package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +4 -3
  24. package/dist/mint-config/schemas/v2/properties/navigation/menu.d.ts +4 -3
  25. package/dist/mint-config/schemas/v2/properties/navigation/products.d.ts +4 -3
  26. package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +4 -3
  27. package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +3 -2
  28. package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +26 -26
  29. package/dist/mint-config/schemas/v2/properties/styling.d.ts +10 -10
  30. package/dist/mint-config/schemas/v2/properties/thumbnails.d.ts +2 -2
  31. package/dist/mint-config/schemas/v2/themes/almond.d.ts +421 -648
  32. package/dist/mint-config/schemas/v2/themes/aspen.d.ts +421 -648
  33. package/dist/mint-config/schemas/v2/themes/linden.d.ts +421 -648
  34. package/dist/mint-config/schemas/v2/themes/maple.d.ts +421 -648
  35. package/dist/mint-config/schemas/v2/themes/mint.d.ts +421 -648
  36. package/dist/mint-config/schemas/v2/themes/palm.d.ts +421 -648
  37. package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +181 -230
  38. package/dist/mint-config/schemas/v2/themes/willow.d.ts +421 -648
  39. package/dist/mint-config/validateConfig.d.ts +1753 -2997
  40. package/dist/tsconfig.build.tsbuildinfo +1 -1
  41. package/dist/types/deployment/deploymentEntitlements.d.ts +1 -1
  42. package/dist/types/deployment/deploymentEntitlements.js +1 -0
  43. package/dist/types/deployment/index.d.ts +2 -1
  44. package/dist/types/deployment/trieve.d.ts +4 -4
  45. package/dist/types/deployment/trieve.js +1 -0
  46. package/package.json +3 -3
@@ -7,63 +7,72 @@ import { DecoratedMenuItemConfig, MenuItemConfig } from './menu.js';
7
7
  import { DecoratedProductConfig, ProductConfig } from './products.js';
8
8
  import { DecoratedTabConfig, TabConfig } from './tabs.js';
9
9
  import { DecoratedVersionConfig, VersionConfig } from './version.js';
10
- export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
10
+ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
11
11
  global: z.ZodOptional<z.ZodType<import("./divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./divisionNav.js").GlobalNavigation>>;
12
+ }, {
12
13
  products: z.ZodArray<z.ZodType<import("./divisionNav.js").ProductNavigation<"default">, z.ZodTypeDef, import("./divisionNav.js").ProductNavigation<"default">>, "many">;
13
- }, "strip", z.ZodTypeAny, {
14
+ }>, "strip", z.ZodTypeAny, {
14
15
  products: import("./divisionNav.js").ProductNavigation<"default">[];
15
16
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
16
17
  }, {
17
18
  products: import("./divisionNav.js").ProductNavigation<"default">[];
18
19
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
19
- }>, z.ZodObject<{
20
+ }>, z.ZodObject<z.objectUtil.extendShape<{
20
21
  global: z.ZodOptional<z.ZodType<import("./divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./divisionNav.js").GlobalNavigation>>;
22
+ }, {
21
23
  languages: z.ZodArray<z.ZodType<import("./divisionNav.js").LanguageNavigation<"default">, z.ZodTypeDef, import("./divisionNav.js").LanguageNavigation<"default">>, "many">;
22
- }, "strip", z.ZodTypeAny, {
24
+ }>, "strip", z.ZodTypeAny, {
23
25
  languages: import("./divisionNav.js").LanguageNavigation<"default">[];
24
26
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
25
27
  }, {
26
28
  languages: import("./divisionNav.js").LanguageNavigation<"default">[];
27
29
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
28
- }>, z.ZodObject<{
30
+ }>, z.ZodObject<z.objectUtil.extendShape<{
29
31
  global: z.ZodOptional<z.ZodType<import("./divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./divisionNav.js").GlobalNavigation>>;
32
+ }, {
30
33
  versions: z.ZodArray<z.ZodType<import("./divisionNav.js").VersionNavigation<"default">, z.ZodTypeDef, import("./divisionNav.js").VersionNavigation<"default">>, "many">;
31
- }, "strip", z.ZodTypeAny, {
34
+ }>, "strip", z.ZodTypeAny, {
32
35
  versions: import("./divisionNav.js").VersionNavigation<"default">[];
33
36
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
34
37
  }, {
35
38
  versions: import("./divisionNav.js").VersionNavigation<"default">[];
36
39
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
37
- }>, z.ZodObject<{
40
+ }>, z.ZodObject<z.objectUtil.extendShape<{
38
41
  global: z.ZodOptional<z.ZodType<import("./divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./divisionNav.js").GlobalNavigation>>;
42
+ }, {
39
43
  tabs: z.ZodArray<z.ZodType<import("./divisionNav.js").TabNavigation<"default">, z.ZodTypeDef, import("./divisionNav.js").TabNavigation<"default">>, "many">;
40
- }, "strip", z.ZodTypeAny, {
44
+ }>, "strip", z.ZodTypeAny, {
41
45
  tabs: import("./divisionNav.js").TabNavigation<"default">[];
42
46
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
43
47
  }, {
44
48
  tabs: import("./divisionNav.js").TabNavigation<"default">[];
45
49
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
46
- }>, z.ZodObject<{
50
+ }>, z.ZodObject<z.objectUtil.extendShape<{
47
51
  global: z.ZodOptional<z.ZodType<import("./divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./divisionNav.js").GlobalNavigation>>;
52
+ }, {
48
53
  dropdowns: z.ZodArray<z.ZodType<import("./divisionNav.js").DropdownNavigation<"default">, z.ZodTypeDef, import("./divisionNav.js").DropdownNavigation<"default">>, "many">;
49
- }, "strip", z.ZodTypeAny, {
54
+ }>, "strip", z.ZodTypeAny, {
50
55
  dropdowns: import("./divisionNav.js").DropdownNavigation<"default">[];
51
56
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
52
57
  }, {
53
58
  dropdowns: import("./divisionNav.js").DropdownNavigation<"default">[];
54
59
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
55
- }>, z.ZodObject<{
60
+ }>, z.ZodObject<z.objectUtil.extendShape<{
56
61
  global: z.ZodOptional<z.ZodType<import("./divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./divisionNav.js").GlobalNavigation>>;
62
+ }, {
57
63
  anchors: z.ZodArray<z.ZodType<import("./divisionNav.js").AnchorNavigation<"default">, z.ZodTypeDef, import("./divisionNav.js").AnchorNavigation<"default">>, "many">;
58
- }, "strip", z.ZodTypeAny, {
64
+ }>, "strip", z.ZodTypeAny, {
59
65
  anchors: import("./divisionNav.js").AnchorNavigation<"default">[];
60
66
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
61
67
  }, {
62
68
  anchors: import("./divisionNav.js").AnchorNavigation<"default">[];
63
69
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
64
- }>, z.ZodObject<{
70
+ }>, z.ZodObject<z.objectUtil.extendShape<{
65
71
  global: z.ZodOptional<z.ZodType<import("./divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./divisionNav.js").GlobalNavigation>>;
66
- groups: z.ZodArray<z.ZodUnion<[z.ZodObject<{
72
+ }, {
73
+ groups: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
74
+ group: z.ZodString;
75
+ public: z.ZodOptional<z.ZodBoolean>;
67
76
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
68
77
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
69
78
  name: z.ZodEffects<z.ZodString, string, string>;
@@ -77,12 +86,11 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
77
86
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
78
87
  library?: "fontawesome" | "lucide" | undefined;
79
88
  }>]>>;
80
- expanded: z.ZodOptional<z.ZodBoolean>;
81
- group: z.ZodString;
82
- public: z.ZodOptional<z.ZodBoolean>;
83
- tag: z.ZodOptional<z.ZodString>;
84
89
  hidden: z.ZodOptional<z.ZodBoolean>;
85
90
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
91
+ tag: z.ZodOptional<z.ZodString>;
92
+ expanded: z.ZodOptional<z.ZodBoolean>;
93
+ }, {
86
94
  openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
87
95
  source: z.ZodEffects<z.ZodString, string, string>;
88
96
  directory: z.ZodOptional<z.ZodString>;
@@ -94,14 +102,11 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
94
102
  directory?: string | undefined;
95
103
  }>]>;
96
104
  pages: z.ZodDefault<z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>>;
97
- }, "strip", z.ZodTypeAny, {
98
- openapi: (string | string[] | {
105
+ }>, "strip", z.ZodTypeAny, {
106
+ openapi: string | string[] | {
99
107
  source: string;
100
108
  directory?: string | undefined;
101
- }) & (string | string[] | {
102
- source: string;
103
- directory?: string | undefined;
104
- } | undefined);
109
+ };
105
110
  group: string;
106
111
  pages: any[];
107
112
  icon?: string | {
@@ -115,13 +120,10 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
115
120
  hidden?: boolean | undefined;
116
121
  root?: string | undefined;
117
122
  }, {
118
- openapi: (string | string[] | {
119
- source: string;
120
- directory?: string | undefined;
121
- }) & (string | string[] | {
123
+ openapi: string | string[] | {
122
124
  source: string;
123
125
  directory?: string | undefined;
124
- } | undefined);
126
+ };
125
127
  group: string;
126
128
  icon?: string | {
127
129
  name: string;
@@ -130,11 +132,13 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
130
132
  } | undefined;
131
133
  expanded?: boolean | undefined;
132
134
  public?: boolean | undefined;
135
+ pages?: any[] | undefined;
133
136
  tag?: string | undefined;
134
137
  hidden?: boolean | undefined;
135
138
  root?: string | undefined;
136
- pages?: any[] | undefined;
137
- }>, z.ZodObject<{
139
+ }>, z.ZodObject<z.objectUtil.extendShape<{
140
+ group: z.ZodString;
141
+ public: z.ZodOptional<z.ZodBoolean>;
138
142
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
139
143
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
140
144
  name: z.ZodEffects<z.ZodString, string, string>;
@@ -148,12 +152,11 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
148
152
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
149
153
  library?: "fontawesome" | "lucide" | undefined;
150
154
  }>]>>;
151
- expanded: z.ZodOptional<z.ZodBoolean>;
152
- group: z.ZodString;
153
- public: z.ZodOptional<z.ZodBoolean>;
154
- tag: z.ZodOptional<z.ZodString>;
155
155
  hidden: z.ZodOptional<z.ZodBoolean>;
156
156
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
157
+ tag: z.ZodOptional<z.ZodString>;
158
+ expanded: z.ZodOptional<z.ZodBoolean>;
159
+ }, {
157
160
  asyncapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">, z.ZodObject<{
158
161
  source: z.ZodEffects<z.ZodString, string, string>;
159
162
  directory: z.ZodOptional<z.ZodString>;
@@ -165,16 +168,13 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
165
168
  directory?: string | undefined;
166
169
  }>]>;
167
170
  pages: z.ZodDefault<z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>>;
168
- }, "strip", z.ZodTypeAny, {
171
+ }>, "strip", z.ZodTypeAny, {
169
172
  group: string;
170
173
  pages: any[];
171
- asyncapi: (string | string[] | {
172
- source: string;
173
- directory?: string | undefined;
174
- }) & (string | string[] | {
174
+ asyncapi: string | string[] | {
175
175
  source: string;
176
176
  directory?: string | undefined;
177
- } | undefined);
177
+ };
178
178
  icon?: string | {
179
179
  name: string;
180
180
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -187,13 +187,10 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
187
187
  root?: string | undefined;
188
188
  }, {
189
189
  group: string;
190
- asyncapi: (string | string[] | {
191
- source: string;
192
- directory?: string | undefined;
193
- }) & (string | string[] | {
190
+ asyncapi: string | string[] | {
194
191
  source: string;
195
192
  directory?: string | undefined;
196
- } | undefined);
193
+ };
197
194
  icon?: string | {
198
195
  name: string;
199
196
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -201,11 +198,13 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
201
198
  } | undefined;
202
199
  expanded?: boolean | undefined;
203
200
  public?: boolean | undefined;
201
+ pages?: any[] | undefined;
204
202
  tag?: string | undefined;
205
203
  hidden?: boolean | undefined;
206
204
  root?: string | undefined;
207
- pages?: any[] | undefined;
208
- }>, z.ZodObject<{
205
+ }>, z.ZodObject<z.objectUtil.extendShape<{
206
+ group: z.ZodString;
207
+ public: z.ZodOptional<z.ZodBoolean>;
209
208
  icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
210
209
  style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
211
210
  name: z.ZodEffects<z.ZodString, string, string>;
@@ -219,14 +218,13 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
219
218
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
220
219
  library?: "fontawesome" | "lucide" | undefined;
221
220
  }>]>>;
222
- expanded: z.ZodOptional<z.ZodBoolean>;
223
- group: z.ZodString;
224
- public: z.ZodOptional<z.ZodBoolean>;
225
- tag: z.ZodOptional<z.ZodString>;
226
221
  hidden: z.ZodOptional<z.ZodBoolean>;
227
222
  root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
223
+ tag: z.ZodOptional<z.ZodString>;
224
+ expanded: z.ZodOptional<z.ZodBoolean>;
225
+ }, {
228
226
  pages: z.ZodDefault<z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>>;
229
- }, "strip", z.ZodTypeAny, {
227
+ }>, "strip", z.ZodTypeAny, {
230
228
  group: string;
231
229
  pages: any[];
232
230
  icon?: string | {
@@ -248,20 +246,17 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
248
246
  } | undefined;
249
247
  expanded?: boolean | undefined;
250
248
  public?: boolean | undefined;
249
+ pages?: any[] | undefined;
251
250
  tag?: string | undefined;
252
251
  hidden?: boolean | undefined;
253
252
  root?: string | undefined;
254
- pages?: any[] | undefined;
255
253
  }>]>, "many">;
256
- }, "strip", z.ZodTypeAny, {
254
+ }>, "strip", z.ZodTypeAny, {
257
255
  groups: ({
258
- openapi: (string | string[] | {
259
- source: string;
260
- directory?: string | undefined;
261
- }) & (string | string[] | {
256
+ openapi: string | string[] | {
262
257
  source: string;
263
258
  directory?: string | undefined;
264
- } | undefined);
259
+ };
265
260
  group: string;
266
261
  pages: any[];
267
262
  icon?: string | {
@@ -277,13 +272,10 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
277
272
  } | {
278
273
  group: string;
279
274
  pages: any[];
280
- asyncapi: (string | string[] | {
275
+ asyncapi: string | string[] | {
281
276
  source: string;
282
277
  directory?: string | undefined;
283
- }) & (string | string[] | {
284
- source: string;
285
- directory?: string | undefined;
286
- } | undefined);
278
+ };
287
279
  icon?: string | {
288
280
  name: string;
289
281
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -311,13 +303,10 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
311
303
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
312
304
  }, {
313
305
  groups: ({
314
- openapi: (string | string[] | {
306
+ openapi: string | string[] | {
315
307
  source: string;
316
308
  directory?: string | undefined;
317
- }) & (string | string[] | {
318
- source: string;
319
- directory?: string | undefined;
320
- } | undefined);
309
+ };
321
310
  group: string;
322
311
  icon?: string | {
323
312
  name: string;
@@ -326,19 +315,16 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
326
315
  } | undefined;
327
316
  expanded?: boolean | undefined;
328
317
  public?: boolean | undefined;
318
+ pages?: any[] | undefined;
329
319
  tag?: string | undefined;
330
320
  hidden?: boolean | undefined;
331
321
  root?: string | undefined;
332
- pages?: any[] | undefined;
333
322
  } | {
334
323
  group: string;
335
- asyncapi: (string | string[] | {
336
- source: string;
337
- directory?: string | undefined;
338
- }) & (string | string[] | {
324
+ asyncapi: string | string[] | {
339
325
  source: string;
340
326
  directory?: string | undefined;
341
- } | undefined);
327
+ };
342
328
  icon?: string | {
343
329
  name: string;
344
330
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
@@ -346,10 +332,10 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
346
332
  } | undefined;
347
333
  expanded?: boolean | undefined;
348
334
  public?: boolean | undefined;
335
+ pages?: any[] | undefined;
349
336
  tag?: string | undefined;
350
337
  hidden?: boolean | undefined;
351
338
  root?: string | undefined;
352
- pages?: any[] | undefined;
353
339
  } | {
354
340
  group: string;
355
341
  icon?: string | {
@@ -359,16 +345,17 @@ export declare const navigationSchema: z.ZodUnion<[z.ZodObject<{
359
345
  } | undefined;
360
346
  expanded?: boolean | undefined;
361
347
  public?: boolean | undefined;
348
+ pages?: any[] | undefined;
362
349
  tag?: string | undefined;
363
350
  hidden?: boolean | undefined;
364
351
  root?: string | undefined;
365
- pages?: any[] | undefined;
366
352
  })[];
367
353
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
368
- }>, z.ZodObject<{
354
+ }>, z.ZodObject<z.objectUtil.extendShape<{
369
355
  global: z.ZodOptional<z.ZodType<import("./divisionNav.js").GlobalNavigation, z.ZodTypeDef, import("./divisionNav.js").GlobalNavigation>>;
356
+ }, {
370
357
  pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
371
- }, "strip", z.ZodTypeAny, {
358
+ }>, "strip", z.ZodTypeAny, {
372
359
  pages: any[];
373
360
  global?: import("./divisionNav.js").GlobalNavigation | undefined;
374
361
  }, {
@@ -470,62 +457,62 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
470
457
  }, "strip", z.ZodTypeAny, {
471
458
  href: string;
472
459
  title: string;
473
- sidebarTitle?: string | undefined;
474
- description?: string | undefined;
475
- api?: string | undefined;
460
+ url?: string | undefined;
461
+ icon?: string | {
462
+ name: string;
463
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
464
+ library?: "fontawesome" | "lucide" | undefined;
465
+ } | undefined;
466
+ version?: string | undefined;
476
467
  openapi?: string | undefined;
468
+ auth?: string | undefined;
469
+ mode?: string | undefined;
470
+ public?: boolean | undefined;
471
+ api?: string | undefined;
477
472
  asyncapi?: string | undefined;
473
+ description?: string | undefined;
474
+ sidebarTitle?: string | undefined;
478
475
  contentType?: string | undefined;
479
476
  authMethod?: string | undefined;
480
- auth?: string | undefined;
481
- version?: string | undefined;
482
- mode?: string | undefined;
483
477
  hideFooterPagination?: boolean | undefined;
484
478
  authors?: unknown;
485
479
  lastUpdatedDate?: string | undefined;
486
480
  createdDate?: string | undefined;
487
481
  'openapi-schema'?: string | undefined;
488
- icon?: string | {
489
- name: string;
490
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
491
- library?: "fontawesome" | "lucide" | undefined;
492
- } | undefined;
493
482
  tag?: string | undefined;
494
- url?: string | undefined;
495
483
  hideApiMarker?: boolean | undefined;
496
484
  noindex?: boolean | undefined;
497
485
  isPublic?: boolean | undefined;
498
- public?: boolean | undefined;
499
486
  deprecated?: boolean | undefined;
500
487
  }, {
501
488
  href: string;
502
489
  title: string;
503
- sidebarTitle?: string | undefined;
504
- description?: string | undefined;
505
- api?: string | undefined;
490
+ url?: string | undefined;
491
+ icon?: string | {
492
+ name: string;
493
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
494
+ library?: "fontawesome" | "lucide" | undefined;
495
+ } | undefined;
496
+ version?: string | undefined;
506
497
  openapi?: string | undefined;
498
+ auth?: string | undefined;
499
+ mode?: string | undefined;
500
+ public?: boolean | undefined;
501
+ api?: string | undefined;
507
502
  asyncapi?: string | undefined;
503
+ description?: string | undefined;
504
+ sidebarTitle?: string | undefined;
508
505
  contentType?: string | undefined;
509
506
  authMethod?: string | undefined;
510
- auth?: string | undefined;
511
- version?: string | undefined;
512
- mode?: string | undefined;
513
507
  hideFooterPagination?: boolean | undefined;
514
508
  authors?: unknown;
515
509
  lastUpdatedDate?: string | undefined;
516
510
  createdDate?: string | undefined;
517
511
  'openapi-schema'?: string | undefined;
518
- icon?: string | {
519
- name: string;
520
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
521
- library?: "fontawesome" | "lucide" | undefined;
522
- } | undefined;
523
512
  tag?: string | undefined;
524
- url?: string | undefined;
525
513
  hideApiMarker?: boolean | undefined;
526
514
  noindex?: boolean | undefined;
527
515
  isPublic?: boolean | undefined;
528
- public?: boolean | undefined;
529
516
  deprecated?: boolean | undefined;
530
517
  }>>;
531
518
  pages: z.ZodLazy<z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">>;
@@ -534,179 +521,179 @@ export declare const decoratedNavigationSchema: z.ZodIntersection<z.ZodUnion<[z.
534
521
  }, "strip", z.ZodTypeAny, {
535
522
  group: string;
536
523
  pages: any[];
537
- public?: boolean | undefined;
538
524
  icon?: string | {
539
525
  name: string;
540
526
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
541
527
  library?: "fontawesome" | "lucide" | undefined;
542
528
  } | undefined;
529
+ expanded?: boolean | undefined;
530
+ public?: boolean | undefined;
531
+ tag?: string | undefined;
543
532
  hidden?: boolean | undefined;
544
533
  root?: {
545
534
  href: string;
546
535
  title: string;
547
- sidebarTitle?: string | undefined;
548
- description?: string | undefined;
549
- api?: string | undefined;
536
+ url?: 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
+ library?: "fontawesome" | "lucide" | undefined;
541
+ } | undefined;
542
+ version?: string | undefined;
550
543
  openapi?: string | undefined;
544
+ auth?: string | undefined;
545
+ mode?: string | undefined;
546
+ public?: boolean | undefined;
547
+ api?: string | undefined;
551
548
  asyncapi?: string | undefined;
549
+ description?: string | undefined;
550
+ sidebarTitle?: string | undefined;
552
551
  contentType?: string | undefined;
553
552
  authMethod?: string | undefined;
554
- auth?: string | undefined;
555
- version?: string | undefined;
556
- mode?: string | undefined;
557
553
  hideFooterPagination?: boolean | undefined;
558
554
  authors?: unknown;
559
555
  lastUpdatedDate?: string | undefined;
560
556
  createdDate?: string | undefined;
561
557
  'openapi-schema'?: string | undefined;
562
- icon?: string | {
563
- name: string;
564
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
565
- library?: "fontawesome" | "lucide" | undefined;
566
- } | undefined;
567
558
  tag?: string | undefined;
568
- url?: string | undefined;
569
559
  hideApiMarker?: boolean | undefined;
570
560
  noindex?: boolean | undefined;
571
561
  isPublic?: boolean | undefined;
572
- public?: boolean | undefined;
573
562
  deprecated?: boolean | undefined;
574
563
  } | undefined;
575
- tag?: string | undefined;
576
- expanded?: boolean | undefined;
577
564
  }, {
578
565
  group: string;
579
566
  pages: any[];
580
- public?: boolean | undefined;
581
567
  icon?: string | {
582
568
  name: string;
583
569
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
584
570
  library?: "fontawesome" | "lucide" | undefined;
585
571
  } | undefined;
572
+ expanded?: boolean | undefined;
573
+ public?: boolean | undefined;
574
+ tag?: string | undefined;
586
575
  hidden?: boolean | undefined;
587
576
  root?: {
588
577
  href: string;
589
578
  title: string;
590
- sidebarTitle?: string | undefined;
591
- description?: string | undefined;
592
- api?: string | undefined;
579
+ url?: string | undefined;
580
+ icon?: string | {
581
+ name: string;
582
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
583
+ library?: "fontawesome" | "lucide" | undefined;
584
+ } | undefined;
585
+ version?: string | undefined;
593
586
  openapi?: string | undefined;
587
+ auth?: string | undefined;
588
+ mode?: string | undefined;
589
+ public?: boolean | undefined;
590
+ api?: string | undefined;
594
591
  asyncapi?: string | undefined;
592
+ description?: string | undefined;
593
+ sidebarTitle?: string | undefined;
595
594
  contentType?: string | undefined;
596
595
  authMethod?: string | undefined;
597
- auth?: string | undefined;
598
- version?: string | undefined;
599
- mode?: string | undefined;
600
596
  hideFooterPagination?: boolean | undefined;
601
597
  authors?: unknown;
602
598
  lastUpdatedDate?: string | undefined;
603
599
  createdDate?: string | undefined;
604
600
  'openapi-schema'?: string | undefined;
605
- icon?: string | {
606
- name: string;
607
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
608
- library?: "fontawesome" | "lucide" | undefined;
609
- } | undefined;
610
601
  tag?: string | undefined;
611
- url?: string | undefined;
612
602
  hideApiMarker?: boolean | undefined;
613
603
  noindex?: boolean | undefined;
614
604
  isPublic?: boolean | undefined;
615
- public?: boolean | undefined;
616
605
  deprecated?: boolean | undefined;
617
606
  } | undefined;
618
- tag?: string | undefined;
619
- expanded?: boolean | undefined;
620
607
  }>, "many">;
621
608
  }, "strip", z.ZodTypeAny, {
622
609
  groups: {
623
610
  group: string;
624
611
  pages: any[];
625
- public?: boolean | undefined;
626
612
  icon?: string | {
627
613
  name: string;
628
614
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
629
615
  library?: "fontawesome" | "lucide" | undefined;
630
616
  } | undefined;
617
+ expanded?: boolean | undefined;
618
+ public?: boolean | undefined;
619
+ tag?: string | undefined;
631
620
  hidden?: boolean | undefined;
632
621
  root?: {
633
622
  href: string;
634
623
  title: string;
635
- sidebarTitle?: string | undefined;
636
- description?: string | undefined;
637
- api?: string | undefined;
624
+ url?: string | undefined;
625
+ icon?: string | {
626
+ name: string;
627
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
628
+ library?: "fontawesome" | "lucide" | undefined;
629
+ } | undefined;
630
+ version?: string | undefined;
638
631
  openapi?: string | undefined;
632
+ auth?: string | undefined;
633
+ mode?: string | undefined;
634
+ public?: boolean | undefined;
635
+ api?: string | undefined;
639
636
  asyncapi?: string | undefined;
637
+ description?: string | undefined;
638
+ sidebarTitle?: string | undefined;
640
639
  contentType?: string | undefined;
641
640
  authMethod?: string | undefined;
642
- auth?: string | undefined;
643
- version?: string | undefined;
644
- mode?: string | undefined;
645
641
  hideFooterPagination?: boolean | undefined;
646
642
  authors?: unknown;
647
643
  lastUpdatedDate?: string | undefined;
648
644
  createdDate?: string | undefined;
649
645
  'openapi-schema'?: string | undefined;
650
- icon?: string | {
651
- name: string;
652
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
653
- library?: "fontawesome" | "lucide" | undefined;
654
- } | undefined;
655
646
  tag?: string | undefined;
656
- url?: string | undefined;
657
647
  hideApiMarker?: boolean | undefined;
658
648
  noindex?: boolean | undefined;
659
649
  isPublic?: boolean | undefined;
660
- public?: boolean | undefined;
661
650
  deprecated?: boolean | undefined;
662
651
  } | undefined;
663
- tag?: string | undefined;
664
- expanded?: boolean | undefined;
665
652
  }[];
666
653
  }, {
667
654
  groups: {
668
655
  group: string;
669
656
  pages: any[];
670
- public?: boolean | undefined;
671
657
  icon?: string | {
672
658
  name: string;
673
659
  style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
674
660
  library?: "fontawesome" | "lucide" | undefined;
675
661
  } | undefined;
662
+ expanded?: boolean | undefined;
663
+ public?: boolean | undefined;
664
+ tag?: string | undefined;
676
665
  hidden?: boolean | undefined;
677
666
  root?: {
678
667
  href: string;
679
668
  title: string;
680
- sidebarTitle?: string | undefined;
681
- description?: string | undefined;
682
- api?: string | undefined;
669
+ url?: string | undefined;
670
+ icon?: string | {
671
+ name: string;
672
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
673
+ library?: "fontawesome" | "lucide" | undefined;
674
+ } | undefined;
675
+ version?: string | undefined;
683
676
  openapi?: string | undefined;
677
+ auth?: string | undefined;
678
+ mode?: string | undefined;
679
+ public?: boolean | undefined;
680
+ api?: string | undefined;
684
681
  asyncapi?: string | undefined;
682
+ description?: string | undefined;
683
+ sidebarTitle?: string | undefined;
685
684
  contentType?: string | undefined;
686
685
  authMethod?: string | undefined;
687
- auth?: string | undefined;
688
- version?: string | undefined;
689
- mode?: string | undefined;
690
686
  hideFooterPagination?: boolean | undefined;
691
687
  authors?: unknown;
692
688
  lastUpdatedDate?: string | undefined;
693
689
  createdDate?: string | undefined;
694
690
  'openapi-schema'?: string | undefined;
695
- icon?: string | {
696
- name: string;
697
- style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
698
- library?: "fontawesome" | "lucide" | undefined;
699
- } | undefined;
700
691
  tag?: string | undefined;
701
- url?: string | undefined;
702
692
  hideApiMarker?: boolean | undefined;
703
693
  noindex?: boolean | undefined;
704
694
  isPublic?: boolean | undefined;
705
- public?: boolean | undefined;
706
695
  deprecated?: boolean | undefined;
707
696
  } | undefined;
708
- tag?: string | undefined;
709
- expanded?: boolean | undefined;
710
697
  }[];
711
698
  }>, z.ZodObject<{
712
699
  pages: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;