@mintlify/validation 0.1.227 → 0.1.228

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 (129) hide show
  1. package/dist/index.d.ts +8 -0
  2. package/dist/index.js +4 -11
  3. package/dist/mint-config/schemas/{anchors.d.ts → v1/anchors.d.ts} +4 -4
  4. package/dist/mint-config/schemas/{config.d.ts → v1/config.d.ts} +8 -8
  5. package/dist/mint-config/schemas/{navigation.d.ts → v1/navigation.d.ts} +2 -2
  6. package/dist/mint-config/schemas/{navigation.js → v1/navigation.js} +1 -1
  7. package/dist/mint-config/schemas/{openapiString.js → v1/openapiString.js} +1 -1
  8. package/dist/mint-config/schemas/v2/index.d.ts +6123 -0
  9. package/dist/mint-config/schemas/v2/index.js +11 -0
  10. package/dist/mint-config/schemas/v2/properties/$schema.d.ts +2 -0
  11. package/dist/mint-config/schemas/v2/properties/$schema.js +7 -0
  12. package/dist/mint-config/schemas/v2/properties/api.d.ts +36 -0
  13. package/dist/mint-config/schemas/v2/properties/api.js +29 -0
  14. package/dist/mint-config/schemas/v2/properties/appearance.d.ts +11 -0
  15. package/dist/mint-config/schemas/v2/properties/appearance.js +10 -0
  16. package/dist/mint-config/schemas/v2/properties/background.d.ts +44 -0
  17. package/dist/mint-config/schemas/v2/properties/background.js +21 -0
  18. package/dist/mint-config/schemas/v2/properties/colors.d.ts +14 -0
  19. package/dist/mint-config/schemas/v2/properties/colors.js +10 -0
  20. package/dist/mint-config/schemas/v2/properties/description.d.ts +2 -0
  21. package/dist/mint-config/schemas/v2/properties/description.js +5 -0
  22. package/dist/mint-config/schemas/v2/properties/favicon.d.ts +11 -0
  23. package/dist/mint-config/schemas/v2/properties/favicon.js +16 -0
  24. package/dist/mint-config/schemas/v2/properties/feedback.d.ts +14 -0
  25. package/dist/mint-config/schemas/v2/properties/feedback.js +8 -0
  26. package/dist/mint-config/schemas/v2/properties/font.d.ts +132 -0
  27. package/dist/mint-config/schemas/v2/properties/font.js +33 -0
  28. package/dist/mint-config/schemas/v2/properties/footer.d.ts +83 -0
  29. package/dist/mint-config/schemas/v2/properties/footer.js +32 -0
  30. package/dist/mint-config/schemas/v2/properties/icons.d.ts +8 -0
  31. package/dist/mint-config/schemas/v2/properties/icons.js +6 -0
  32. package/dist/mint-config/schemas/v2/properties/integrations.d.ts +241 -0
  33. package/dist/mint-config/schemas/v2/properties/integrations.js +85 -0
  34. package/dist/mint-config/schemas/v2/properties/legacy.d.ts +11 -0
  35. package/dist/mint-config/schemas/v2/properties/legacy.js +9 -0
  36. package/dist/mint-config/schemas/v2/properties/logo.d.ts +14 -0
  37. package/dist/mint-config/schemas/v2/properties/logo.js +21 -0
  38. package/dist/mint-config/schemas/v2/properties/name.d.ts +2 -0
  39. package/dist/mint-config/schemas/v2/properties/name.js +6 -0
  40. package/dist/mint-config/schemas/v2/properties/navigation/anchors.d.ts +2 -0
  41. package/dist/mint-config/schemas/v2/properties/navigation/anchors.js +30 -0
  42. package/dist/mint-config/schemas/v2/properties/navigation/dropdown.d.ts +2 -0
  43. package/dist/mint-config/schemas/v2/properties/navigation/dropdown.js +28 -0
  44. package/dist/mint-config/schemas/v2/properties/navigation/groups.d.ts +87 -0
  45. package/dist/mint-config/schemas/v2/properties/navigation/groups.js +16 -0
  46. package/dist/mint-config/schemas/v2/properties/navigation/index.d.ts +295 -0
  47. package/dist/mint-config/schemas/v2/properties/navigation/index.js +19 -0
  48. package/dist/mint-config/schemas/v2/properties/navigation/languages.d.ts +125 -0
  49. package/dist/mint-config/schemas/v2/properties/navigation/languages.js +32 -0
  50. package/dist/mint-config/schemas/v2/properties/navigation/pages.d.ts +14 -0
  51. package/dist/mint-config/schemas/v2/properties/navigation/pages.js +5 -0
  52. package/dist/mint-config/schemas/v2/properties/navigation/tabs.d.ts +2 -0
  53. package/dist/mint-config/schemas/v2/properties/navigation/tabs.js +28 -0
  54. package/dist/mint-config/schemas/v2/properties/navigation/version.d.ts +2 -0
  55. package/dist/mint-config/schemas/v2/properties/navigation/version.js +26 -0
  56. package/dist/mint-config/schemas/v2/properties/redirects.d.ts +22 -0
  57. package/dist/mint-config/schemas/v2/properties/redirects.js +16 -0
  58. package/dist/mint-config/schemas/v2/properties/reusable/color.d.ts +12 -0
  59. package/dist/mint-config/schemas/v2/properties/reusable/color.js +11 -0
  60. package/dist/mint-config/schemas/v2/properties/reusable/hidden.d.ts +2 -0
  61. package/dist/mint-config/schemas/v2/properties/reusable/hidden.js +2 -0
  62. package/dist/mint-config/schemas/v2/properties/reusable/href.d.ts +2 -0
  63. package/dist/mint-config/schemas/v2/properties/reusable/href.js +5 -0
  64. package/dist/mint-config/schemas/v2/properties/reusable/icon.d.ts +11 -0
  65. package/dist/mint-config/schemas/v2/properties/reusable/icon.js +22 -0
  66. package/dist/mint-config/schemas/v2/properties/reusable/openapi.d.ts +3 -0
  67. package/dist/mint-config/schemas/v2/properties/reusable/openapi.js +35 -0
  68. package/dist/mint-config/schemas/v2/properties/reusable/page.d.ts +2 -0
  69. package/dist/mint-config/schemas/v2/properties/reusable/page.js +7 -0
  70. package/dist/mint-config/schemas/v2/properties/search.d.ts +8 -0
  71. package/dist/mint-config/schemas/v2/properties/search.js +9 -0
  72. package/dist/mint-config/schemas/v2/properties/seo.d.ts +12 -0
  73. package/dist/mint-config/schemas/v2/properties/seo.js +14 -0
  74. package/dist/mint-config/schemas/v2/properties/styling.d.ts +14 -0
  75. package/dist/mint-config/schemas/v2/properties/styling.js +16 -0
  76. package/dist/mint-config/schemas/v2/properties/topbar.d.ts +61 -0
  77. package/dist/mint-config/schemas/v2/properties/topbar.js +22 -0
  78. package/dist/mint-config/schemas/v2/themes/mint.d.ts +1532 -0
  79. package/dist/mint-config/schemas/v2/themes/mint.js +3 -0
  80. package/dist/mint-config/schemas/v2/themes/prism.d.ts +1532 -0
  81. package/dist/mint-config/schemas/v2/themes/prism.js +3 -0
  82. package/dist/mint-config/schemas/v2/themes/quill.d.ts +1532 -0
  83. package/dist/mint-config/schemas/v2/themes/quill.js +3 -0
  84. package/dist/mint-config/schemas/v2/themes/reusable/index.d.ts +956 -0
  85. package/dist/mint-config/schemas/v2/themes/reusable/index.js +46 -0
  86. package/dist/mint-config/schemas/v2/themes/venus.d.ts +1532 -0
  87. package/dist/mint-config/schemas/v2/themes/venus.js +3 -0
  88. package/dist/mint-config/validateMintConfig.d.ts +4 -4
  89. package/dist/mint-config/validateMintConfig.js +1 -1
  90. package/dist/mint-config/warnings/aggregateWarnings.d.ts +1 -1
  91. package/dist/tsconfig.build.tsbuildinfo +1 -1
  92. package/package.json +2 -2
  93. /package/dist/mint-config/schemas/{analytics.d.ts → v1/analytics.d.ts} +0 -0
  94. /package/dist/mint-config/schemas/{analytics.js → v1/analytics.js} +0 -0
  95. /package/dist/mint-config/schemas/{anchorColors.d.ts → v1/anchorColors.d.ts} +0 -0
  96. /package/dist/mint-config/schemas/{anchorColors.js → v1/anchorColors.js} +0 -0
  97. /package/dist/mint-config/schemas/{anchors.js → v1/anchors.js} +0 -0
  98. /package/dist/mint-config/schemas/{apiReference.d.ts → v1/apiReference.d.ts} +0 -0
  99. /package/dist/mint-config/schemas/{apiReference.js → v1/apiReference.js} +0 -0
  100. /package/dist/mint-config/schemas/{background.d.ts → v1/background.d.ts} +0 -0
  101. /package/dist/mint-config/schemas/{background.js → v1/background.js} +0 -0
  102. /package/dist/mint-config/schemas/{basics.d.ts → v1/basics.d.ts} +0 -0
  103. /package/dist/mint-config/schemas/{basics.js → v1/basics.js} +0 -0
  104. /package/dist/mint-config/schemas/{colors.d.ts → v1/colors.d.ts} +0 -0
  105. /package/dist/mint-config/schemas/{colors.js → v1/colors.js} +0 -0
  106. /package/dist/mint-config/schemas/{config.js → v1/config.js} +0 -0
  107. /package/dist/mint-config/schemas/{favicon.d.ts → v1/favicon.d.ts} +0 -0
  108. /package/dist/mint-config/schemas/{favicon.js → v1/favicon.js} +0 -0
  109. /package/dist/mint-config/schemas/{font.d.ts → v1/font.d.ts} +0 -0
  110. /package/dist/mint-config/schemas/{font.js → v1/font.js} +0 -0
  111. /package/dist/mint-config/schemas/{footer.d.ts → v1/footer.d.ts} +0 -0
  112. /package/dist/mint-config/schemas/{footer.js → v1/footer.js} +0 -0
  113. /package/dist/mint-config/schemas/{hexColor.d.ts → v1/hexColor.d.ts} +0 -0
  114. /package/dist/mint-config/schemas/{hexColor.js → v1/hexColor.js} +0 -0
  115. /package/dist/mint-config/schemas/{integrations.d.ts → v1/integrations.d.ts} +0 -0
  116. /package/dist/mint-config/schemas/{integrations.js → v1/integrations.js} +0 -0
  117. /package/dist/mint-config/schemas/{openapiAnchorOrTab.d.ts → v1/openapiAnchorOrTab.d.ts} +0 -0
  118. /package/dist/mint-config/schemas/{openapiAnchorOrTab.js → v1/openapiAnchorOrTab.js} +0 -0
  119. /package/dist/mint-config/schemas/{openapiString.d.ts → v1/openapiString.d.ts} +0 -0
  120. /package/dist/mint-config/schemas/{seo.d.ts → v1/seo.d.ts} +0 -0
  121. /package/dist/mint-config/schemas/{seo.js → v1/seo.js} +0 -0
  122. /package/dist/mint-config/schemas/{sidebar.d.ts → v1/sidebar.d.ts} +0 -0
  123. /package/dist/mint-config/schemas/{sidebar.js → v1/sidebar.js} +0 -0
  124. /package/dist/mint-config/schemas/{tabs.d.ts → v1/tabs.d.ts} +0 -0
  125. /package/dist/mint-config/schemas/{tabs.js → v1/tabs.js} +0 -0
  126. /package/dist/mint-config/schemas/{topbar.d.ts → v1/topbar.d.ts} +0 -0
  127. /package/dist/mint-config/schemas/{topbar.js → v1/topbar.js} +0 -0
  128. /package/dist/mint-config/schemas/{versions.d.ts → v1/versions.d.ts} +0 -0
  129. /package/dist/mint-config/schemas/{versions.js → v1/versions.js} +0 -0
@@ -0,0 +1,1532 @@
1
+ import { z } from 'zod';
2
+ export declare const mintConfigSchema: z.ZodObject<{
3
+ $schema: z.ZodDefault<z.ZodOptional<z.ZodString>>;
4
+ name: z.ZodString;
5
+ description: z.ZodOptional<z.ZodString>;
6
+ colors: z.ZodObject<{
7
+ primary: z.ZodString;
8
+ light: z.ZodOptional<z.ZodString>;
9
+ dark: z.ZodOptional<z.ZodString>;
10
+ }, "strict", z.ZodTypeAny, {
11
+ primary: string;
12
+ light?: string | undefined;
13
+ dark?: string | undefined;
14
+ }, {
15
+ primary: string;
16
+ light?: string | undefined;
17
+ dark?: string | undefined;
18
+ }>;
19
+ logo: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
20
+ light: z.ZodString;
21
+ dark: z.ZodString;
22
+ href: z.ZodOptional<z.ZodString>;
23
+ }, "strip", z.ZodTypeAny, {
24
+ light: string;
25
+ dark: string;
26
+ href?: string | undefined;
27
+ }, {
28
+ light: string;
29
+ dark: string;
30
+ href?: string | undefined;
31
+ }>]>>;
32
+ favicon: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
33
+ light: z.ZodString;
34
+ dark: z.ZodString;
35
+ }, "strip", z.ZodTypeAny, {
36
+ light: string;
37
+ dark: string;
38
+ }, {
39
+ light: string;
40
+ dark: string;
41
+ }>]>>;
42
+ openapi: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">]>>;
43
+ api: z.ZodOptional<z.ZodObject<{
44
+ playground: z.ZodOptional<z.ZodObject<{
45
+ display: z.ZodDefault<z.ZodOptional<z.ZodEnum<["interactive", "simple", "none"]>>>;
46
+ proxy: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
47
+ }, "strip", z.ZodTypeAny, {
48
+ display: "simple" | "none" | "interactive";
49
+ proxy: boolean;
50
+ }, {
51
+ display?: "simple" | "none" | "interactive" | undefined;
52
+ proxy?: boolean | undefined;
53
+ }>>;
54
+ examples: z.ZodOptional<z.ZodObject<{
55
+ languages: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
56
+ }, "strip", z.ZodTypeAny, {
57
+ languages?: string[] | undefined;
58
+ }, {
59
+ languages?: string[] | undefined;
60
+ }>>;
61
+ }, "strip", z.ZodTypeAny, {
62
+ playground?: {
63
+ display: "simple" | "none" | "interactive";
64
+ proxy: boolean;
65
+ } | undefined;
66
+ examples?: {
67
+ languages?: string[] | undefined;
68
+ } | undefined;
69
+ }, {
70
+ playground?: {
71
+ display?: "simple" | "none" | "interactive" | undefined;
72
+ proxy?: boolean | undefined;
73
+ } | undefined;
74
+ examples?: {
75
+ languages?: string[] | undefined;
76
+ } | undefined;
77
+ }>>;
78
+ appearance: z.ZodOptional<z.ZodObject<{
79
+ default: z.ZodDefault<z.ZodEnum<["system", "light", "dark"]>>;
80
+ strict: z.ZodDefault<z.ZodBoolean>;
81
+ }, "strip", z.ZodTypeAny, {
82
+ strict: boolean;
83
+ default: "light" | "dark" | "system";
84
+ }, {
85
+ default?: "light" | "dark" | "system" | undefined;
86
+ strict?: boolean | undefined;
87
+ }>>;
88
+ background: z.ZodOptional<z.ZodObject<{
89
+ image: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodObject<{
90
+ light: z.ZodString;
91
+ dark: z.ZodString;
92
+ }, "strip", z.ZodTypeAny, {
93
+ light: string;
94
+ dark: string;
95
+ }, {
96
+ light: string;
97
+ dark: string;
98
+ }>]>>;
99
+ decoration: z.ZodDefault<z.ZodEnum<["gradient", "grid", "windows", "none"]>>;
100
+ color: z.ZodOptional<z.ZodObject<{
101
+ light: z.ZodString;
102
+ dark: z.ZodString;
103
+ }, "strict", z.ZodTypeAny, {
104
+ light: string;
105
+ dark: string;
106
+ }, {
107
+ light: string;
108
+ dark: string;
109
+ }>>;
110
+ }, "strip", z.ZodTypeAny, {
111
+ decoration: "none" | "gradient" | "grid" | "windows";
112
+ image?: string | {
113
+ light: string;
114
+ dark: string;
115
+ } | undefined;
116
+ color?: {
117
+ light: string;
118
+ dark: string;
119
+ } | undefined;
120
+ }, {
121
+ image?: string | {
122
+ light: string;
123
+ dark: string;
124
+ } | undefined;
125
+ decoration?: "none" | "gradient" | "grid" | "windows" | undefined;
126
+ color?: {
127
+ light: string;
128
+ dark: string;
129
+ } | undefined;
130
+ }>>;
131
+ topbar: z.ZodOptional<z.ZodObject<{
132
+ links: z.ZodOptional<z.ZodArray<z.ZodObject<{
133
+ label: z.ZodString;
134
+ href: z.ZodString;
135
+ }, "strip", z.ZodTypeAny, {
136
+ href: string;
137
+ label: string;
138
+ }, {
139
+ href: string;
140
+ label: string;
141
+ }>, "many">>;
142
+ primary: z.ZodOptional<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
143
+ type: z.ZodLiteral<"button">;
144
+ label: z.ZodString;
145
+ href: z.ZodString;
146
+ }, "strip", z.ZodTypeAny, {
147
+ type: "button";
148
+ href: string;
149
+ label: string;
150
+ }, {
151
+ type: "button";
152
+ href: string;
153
+ label: string;
154
+ }>, z.ZodObject<{
155
+ type: z.ZodLiteral<"github">;
156
+ href: z.ZodString;
157
+ }, "strip", z.ZodTypeAny, {
158
+ type: "github";
159
+ href: string;
160
+ }, {
161
+ type: "github";
162
+ href: string;
163
+ }>]>>;
164
+ }, "strip", z.ZodTypeAny, {
165
+ links?: {
166
+ href: string;
167
+ label: string;
168
+ }[] | undefined;
169
+ primary?: {
170
+ type: "button";
171
+ href: string;
172
+ label: string;
173
+ } | {
174
+ type: "github";
175
+ href: string;
176
+ } | undefined;
177
+ }, {
178
+ links?: {
179
+ href: string;
180
+ label: string;
181
+ }[] | undefined;
182
+ primary?: {
183
+ type: "button";
184
+ href: string;
185
+ label: string;
186
+ } | {
187
+ type: "github";
188
+ href: string;
189
+ } | undefined;
190
+ }>>;
191
+ navigation: z.ZodUnion<[z.ZodObject<{
192
+ languages: z.ZodArray<z.ZodIntersection<z.ZodObject<{
193
+ language: z.ZodEnum<["en", "cn", "es", "fr", "jp", "pt", "pt-BR", "de"]>;
194
+ hidden: z.ZodOptional<z.ZodBoolean>;
195
+ }, "strip", z.ZodTypeAny, {
196
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
197
+ hidden?: boolean | undefined;
198
+ }, {
199
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
200
+ hidden?: boolean | undefined;
201
+ }>, z.ZodUnion<[z.ZodObject<{
202
+ openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">]>;
203
+ }, "strip", z.ZodTypeAny, {
204
+ openapi: (string | string[]) & (string | string[] | undefined);
205
+ }, {
206
+ openapi: (string | string[]) & (string | string[] | undefined);
207
+ }>, z.ZodObject<{
208
+ href: z.ZodString;
209
+ }, "strip", z.ZodTypeAny, {
210
+ href: string;
211
+ }, {
212
+ href: string;
213
+ }>, z.ZodObject<{
214
+ versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
215
+ }, "strip", z.ZodTypeAny, {
216
+ versions: any[];
217
+ }, {
218
+ versions: any[];
219
+ }>, z.ZodObject<{
220
+ tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
221
+ }, "strip", z.ZodTypeAny, {
222
+ tabs: any[];
223
+ }, {
224
+ tabs: any[];
225
+ }>, z.ZodObject<{
226
+ dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
227
+ }, "strip", z.ZodTypeAny, {
228
+ dropdowns: any[];
229
+ }, {
230
+ dropdowns: any[];
231
+ }>, z.ZodObject<{
232
+ anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
233
+ }, "strip", z.ZodTypeAny, {
234
+ anchors: any[];
235
+ }, {
236
+ anchors: any[];
237
+ }>, z.ZodObject<{
238
+ groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
239
+ group: z.ZodString;
240
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
241
+ style: z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>;
242
+ name: z.ZodEffects<z.ZodString, string, string>;
243
+ }, "strip", z.ZodTypeAny, {
244
+ name: string;
245
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
246
+ }, {
247
+ name: string;
248
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
249
+ }>]>>;
250
+ hidden: z.ZodOptional<z.ZodBoolean>;
251
+ root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
252
+ }, "strip", z.ZodTypeAny, {
253
+ group: string;
254
+ icon?: string | {
255
+ name: string;
256
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
257
+ } | undefined;
258
+ hidden?: boolean | undefined;
259
+ root?: string | undefined;
260
+ }, {
261
+ group: string;
262
+ icon?: string | {
263
+ name: string;
264
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
265
+ } | undefined;
266
+ hidden?: boolean | undefined;
267
+ root?: string | undefined;
268
+ }>, z.ZodUnion<[z.ZodObject<{
269
+ openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">]>;
270
+ }, "strip", z.ZodTypeAny, {
271
+ openapi: (string | string[]) & (string | string[] | undefined);
272
+ }, {
273
+ openapi: (string | string[]) & (string | string[] | undefined);
274
+ }>, z.ZodObject<{
275
+ pages: z.ZodArray<z.ZodType<import("../properties/navigation/pages.js").Page, z.ZodTypeDef, import("../properties/navigation/pages.js").Page>, "many">;
276
+ }, "strip", z.ZodTypeAny, {
277
+ pages: import("../properties/navigation/pages.js").Page[];
278
+ }, {
279
+ pages: import("../properties/navigation/pages.js").Page[];
280
+ }>]>>, "many">;
281
+ }, "strip", z.ZodTypeAny, {
282
+ groups: ({
283
+ group: string;
284
+ icon?: string | {
285
+ name: string;
286
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
287
+ } | undefined;
288
+ hidden?: boolean | undefined;
289
+ root?: string | undefined;
290
+ } & ({
291
+ openapi: (string | string[]) & (string | string[] | undefined);
292
+ } | {
293
+ pages: import("../properties/navigation/pages.js").Page[];
294
+ }))[];
295
+ }, {
296
+ groups: ({
297
+ group: string;
298
+ icon?: string | {
299
+ name: string;
300
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
301
+ } | undefined;
302
+ hidden?: boolean | undefined;
303
+ root?: string | undefined;
304
+ } & ({
305
+ openapi: (string | string[]) & (string | string[] | undefined);
306
+ } | {
307
+ pages: import("../properties/navigation/pages.js").Page[];
308
+ }))[];
309
+ }>, z.ZodObject<{
310
+ pages: z.ZodArray<z.ZodType<import("../properties/navigation/pages.js").Page, z.ZodTypeDef, import("../properties/navigation/pages.js").Page>, "many">;
311
+ }, "strip", z.ZodTypeAny, {
312
+ pages: import("../properties/navigation/pages.js").Page[];
313
+ }, {
314
+ pages: import("../properties/navigation/pages.js").Page[];
315
+ }>]>>, "many">;
316
+ }, "strip", z.ZodTypeAny, {
317
+ languages: ({
318
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
319
+ hidden?: boolean | undefined;
320
+ } & ({
321
+ openapi: (string | string[]) & (string | string[] | undefined);
322
+ } | {
323
+ href: string;
324
+ } | {
325
+ versions: any[];
326
+ } | {
327
+ tabs: any[];
328
+ } | {
329
+ dropdowns: any[];
330
+ } | {
331
+ anchors: any[];
332
+ } | {
333
+ groups: ({
334
+ group: string;
335
+ icon?: string | {
336
+ name: string;
337
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
338
+ } | undefined;
339
+ hidden?: boolean | undefined;
340
+ root?: string | undefined;
341
+ } & ({
342
+ openapi: (string | string[]) & (string | string[] | undefined);
343
+ } | {
344
+ pages: import("../properties/navigation/pages.js").Page[];
345
+ }))[];
346
+ } | {
347
+ pages: import("../properties/navigation/pages.js").Page[];
348
+ }))[];
349
+ }, {
350
+ languages: ({
351
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
352
+ hidden?: boolean | undefined;
353
+ } & ({
354
+ openapi: (string | string[]) & (string | string[] | undefined);
355
+ } | {
356
+ href: string;
357
+ } | {
358
+ versions: any[];
359
+ } | {
360
+ tabs: any[];
361
+ } | {
362
+ dropdowns: any[];
363
+ } | {
364
+ anchors: any[];
365
+ } | {
366
+ groups: ({
367
+ group: string;
368
+ icon?: string | {
369
+ name: string;
370
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
371
+ } | undefined;
372
+ hidden?: boolean | undefined;
373
+ root?: string | undefined;
374
+ } & ({
375
+ openapi: (string | string[]) & (string | string[] | undefined);
376
+ } | {
377
+ pages: import("../properties/navigation/pages.js").Page[];
378
+ }))[];
379
+ } | {
380
+ pages: import("../properties/navigation/pages.js").Page[];
381
+ }))[];
382
+ }>, z.ZodObject<{
383
+ versions: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
384
+ }, "strip", z.ZodTypeAny, {
385
+ versions: any[];
386
+ }, {
387
+ versions: any[];
388
+ }>, z.ZodObject<{
389
+ tabs: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
390
+ }, "strip", z.ZodTypeAny, {
391
+ tabs: any[];
392
+ }, {
393
+ tabs: any[];
394
+ }>, z.ZodObject<{
395
+ dropdowns: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
396
+ }, "strip", z.ZodTypeAny, {
397
+ dropdowns: any[];
398
+ }, {
399
+ dropdowns: any[];
400
+ }>, z.ZodObject<{
401
+ anchors: z.ZodArray<z.ZodType<any, z.ZodTypeDef, any>, "many">;
402
+ }, "strip", z.ZodTypeAny, {
403
+ anchors: any[];
404
+ }, {
405
+ anchors: any[];
406
+ }>, z.ZodObject<{
407
+ groups: z.ZodArray<z.ZodIntersection<z.ZodObject<{
408
+ group: z.ZodString;
409
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
410
+ style: z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>;
411
+ name: z.ZodEffects<z.ZodString, string, string>;
412
+ }, "strip", z.ZodTypeAny, {
413
+ name: string;
414
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
415
+ }, {
416
+ name: string;
417
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
418
+ }>]>>;
419
+ hidden: z.ZodOptional<z.ZodBoolean>;
420
+ root: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
421
+ }, "strip", z.ZodTypeAny, {
422
+ group: string;
423
+ icon?: string | {
424
+ name: string;
425
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
426
+ } | undefined;
427
+ hidden?: boolean | undefined;
428
+ root?: string | undefined;
429
+ }, {
430
+ group: string;
431
+ icon?: string | {
432
+ name: string;
433
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
434
+ } | undefined;
435
+ hidden?: boolean | undefined;
436
+ root?: string | undefined;
437
+ }>, z.ZodUnion<[z.ZodObject<{
438
+ openapi: z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodArray<z.ZodEffects<z.ZodString, string, string>, "many">]>;
439
+ }, "strip", z.ZodTypeAny, {
440
+ openapi: (string | string[]) & (string | string[] | undefined);
441
+ }, {
442
+ openapi: (string | string[]) & (string | string[] | undefined);
443
+ }>, z.ZodObject<{
444
+ pages: z.ZodArray<z.ZodType<import("../properties/navigation/pages.js").Page, z.ZodTypeDef, import("../properties/navigation/pages.js").Page>, "many">;
445
+ }, "strip", z.ZodTypeAny, {
446
+ pages: import("../properties/navigation/pages.js").Page[];
447
+ }, {
448
+ pages: import("../properties/navigation/pages.js").Page[];
449
+ }>]>>, "many">;
450
+ }, "strip", z.ZodTypeAny, {
451
+ groups: ({
452
+ group: string;
453
+ icon?: string | {
454
+ name: string;
455
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
456
+ } | undefined;
457
+ hidden?: boolean | undefined;
458
+ root?: string | undefined;
459
+ } & ({
460
+ openapi: (string | string[]) & (string | string[] | undefined);
461
+ } | {
462
+ pages: import("../properties/navigation/pages.js").Page[];
463
+ }))[];
464
+ }, {
465
+ groups: ({
466
+ group: string;
467
+ icon?: string | {
468
+ name: string;
469
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
470
+ } | undefined;
471
+ hidden?: boolean | undefined;
472
+ root?: string | undefined;
473
+ } & ({
474
+ openapi: (string | string[]) & (string | string[] | undefined);
475
+ } | {
476
+ pages: import("../properties/navigation/pages.js").Page[];
477
+ }))[];
478
+ }>, z.ZodObject<{
479
+ pages: z.ZodArray<z.ZodType<import("../properties/navigation/pages.js").Page, z.ZodTypeDef, import("../properties/navigation/pages.js").Page>, "many">;
480
+ }, "strip", z.ZodTypeAny, {
481
+ pages: import("../properties/navigation/pages.js").Page[];
482
+ }, {
483
+ pages: import("../properties/navigation/pages.js").Page[];
484
+ }>]>;
485
+ footer: z.ZodOptional<z.ZodObject<{
486
+ socials: z.ZodOptional<z.ZodRecord<z.ZodEnum<["x", "website", "facebook", "youtube", "discord", "slack", "github", "linkedin", "instagram", "hacker-news", "medium", "telegram", "twitter"]>, z.ZodString>>;
487
+ links: z.ZodOptional<z.ZodArray<z.ZodObject<{
488
+ header: z.ZodOptional<z.ZodString>;
489
+ items: z.ZodArray<z.ZodObject<{
490
+ label: z.ZodString;
491
+ href: z.ZodString;
492
+ }, "strip", z.ZodTypeAny, {
493
+ href: string;
494
+ label: string;
495
+ }, {
496
+ href: string;
497
+ label: string;
498
+ }>, "many">;
499
+ }, "strip", z.ZodTypeAny, {
500
+ items: {
501
+ href: string;
502
+ label: string;
503
+ }[];
504
+ header?: string | undefined;
505
+ }, {
506
+ items: {
507
+ href: string;
508
+ label: string;
509
+ }[];
510
+ header?: string | undefined;
511
+ }>, "many">>;
512
+ }, "strip", z.ZodTypeAny, {
513
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
514
+ links?: {
515
+ items: {
516
+ href: string;
517
+ label: string;
518
+ }[];
519
+ header?: string | undefined;
520
+ }[] | undefined;
521
+ }, {
522
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
523
+ links?: {
524
+ items: {
525
+ href: string;
526
+ label: string;
527
+ }[];
528
+ header?: string | undefined;
529
+ }[] | undefined;
530
+ }>>;
531
+ feedback: z.ZodOptional<z.ZodObject<{
532
+ thumbs: z.ZodBoolean;
533
+ edits: z.ZodBoolean;
534
+ issues: z.ZodBoolean;
535
+ }, "strip", z.ZodTypeAny, {
536
+ thumbs: boolean;
537
+ edits: boolean;
538
+ issues: boolean;
539
+ }, {
540
+ thumbs: boolean;
541
+ edits: boolean;
542
+ issues: boolean;
543
+ }>>;
544
+ search: z.ZodOptional<z.ZodObject<{
545
+ prompt: z.ZodOptional<z.ZodString>;
546
+ }, "strip", z.ZodTypeAny, {
547
+ prompt?: string | undefined;
548
+ }, {
549
+ prompt?: string | undefined;
550
+ }>>;
551
+ seo: z.ZodOptional<z.ZodObject<{
552
+ metatags: z.ZodOptional<z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>>;
553
+ indexing: z.ZodDefault<z.ZodEnum<["navigable", "all"]>>;
554
+ }, "strip", z.ZodTypeAny, {
555
+ indexing: "all" | "navigable";
556
+ metatags?: Record<string, string> | undefined;
557
+ }, {
558
+ metatags?: Record<string, string> | undefined;
559
+ indexing?: "all" | "navigable" | undefined;
560
+ }>>;
561
+ fonts: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodObject<{
562
+ family: z.ZodString;
563
+ weight: z.ZodOptional<z.ZodNumber>;
564
+ source: z.ZodOptional<z.ZodString>;
565
+ format: z.ZodOptional<z.ZodEnum<["woff", "woff2"]>>;
566
+ }, "strip", z.ZodTypeAny, {
567
+ family: string;
568
+ weight?: number | undefined;
569
+ source?: string | undefined;
570
+ format?: "woff" | "woff2" | undefined;
571
+ }, {
572
+ family: string;
573
+ weight?: number | undefined;
574
+ source?: string | undefined;
575
+ format?: "woff" | "woff2" | undefined;
576
+ }>, {
577
+ family: string;
578
+ weight?: number | undefined;
579
+ source?: string | undefined;
580
+ format?: "woff" | "woff2" | undefined;
581
+ }, {
582
+ family: string;
583
+ weight?: number | undefined;
584
+ source?: string | undefined;
585
+ format?: "woff" | "woff2" | undefined;
586
+ }>, z.ZodObject<{
587
+ heading: z.ZodOptional<z.ZodEffects<z.ZodObject<{
588
+ family: z.ZodString;
589
+ weight: z.ZodOptional<z.ZodNumber>;
590
+ source: z.ZodOptional<z.ZodString>;
591
+ format: z.ZodOptional<z.ZodEnum<["woff", "woff2"]>>;
592
+ }, "strip", z.ZodTypeAny, {
593
+ family: string;
594
+ weight?: number | undefined;
595
+ source?: string | undefined;
596
+ format?: "woff" | "woff2" | undefined;
597
+ }, {
598
+ family: string;
599
+ weight?: number | undefined;
600
+ source?: string | undefined;
601
+ format?: "woff" | "woff2" | undefined;
602
+ }>, {
603
+ family: string;
604
+ weight?: number | undefined;
605
+ source?: string | undefined;
606
+ format?: "woff" | "woff2" | undefined;
607
+ }, {
608
+ family: string;
609
+ weight?: number | undefined;
610
+ source?: string | undefined;
611
+ format?: "woff" | "woff2" | undefined;
612
+ }>>;
613
+ body: z.ZodOptional<z.ZodEffects<z.ZodObject<{
614
+ family: z.ZodString;
615
+ weight: z.ZodOptional<z.ZodNumber>;
616
+ source: z.ZodOptional<z.ZodString>;
617
+ format: z.ZodOptional<z.ZodEnum<["woff", "woff2"]>>;
618
+ }, "strip", z.ZodTypeAny, {
619
+ family: string;
620
+ weight?: number | undefined;
621
+ source?: string | undefined;
622
+ format?: "woff" | "woff2" | undefined;
623
+ }, {
624
+ family: string;
625
+ weight?: number | undefined;
626
+ source?: string | undefined;
627
+ format?: "woff" | "woff2" | undefined;
628
+ }>, {
629
+ family: string;
630
+ weight?: number | undefined;
631
+ source?: string | undefined;
632
+ format?: "woff" | "woff2" | undefined;
633
+ }, {
634
+ family: string;
635
+ weight?: number | undefined;
636
+ source?: string | undefined;
637
+ format?: "woff" | "woff2" | undefined;
638
+ }>>;
639
+ }, "strict", z.ZodTypeAny, {
640
+ heading?: {
641
+ family: string;
642
+ weight?: number | undefined;
643
+ source?: string | undefined;
644
+ format?: "woff" | "woff2" | undefined;
645
+ } | undefined;
646
+ body?: {
647
+ family: string;
648
+ weight?: number | undefined;
649
+ source?: string | undefined;
650
+ format?: "woff" | "woff2" | undefined;
651
+ } | undefined;
652
+ }, {
653
+ heading?: {
654
+ family: string;
655
+ weight?: number | undefined;
656
+ source?: string | undefined;
657
+ format?: "woff" | "woff2" | undefined;
658
+ } | undefined;
659
+ body?: {
660
+ family: string;
661
+ weight?: number | undefined;
662
+ source?: string | undefined;
663
+ format?: "woff" | "woff2" | undefined;
664
+ } | undefined;
665
+ }>]>>;
666
+ icons: z.ZodOptional<z.ZodObject<{
667
+ library: z.ZodDefault<z.ZodEnum<["fontawesome"]>>;
668
+ }, "strip", z.ZodTypeAny, {
669
+ library: "fontawesome";
670
+ }, {
671
+ library?: "fontawesome" | undefined;
672
+ }>>;
673
+ styling: z.ZodOptional<z.ZodObject<{
674
+ rounded: z.ZodDefault<z.ZodOptional<z.ZodEnum<["regular", "sharp"]>>>;
675
+ eyebrows: z.ZodDefault<z.ZodOptional<z.ZodEnum<["section", "breadcrumbs"]>>>;
676
+ codeblocks: z.ZodDefault<z.ZodOptional<z.ZodEnum<["auto", "dark"]>>>;
677
+ }, "strip", z.ZodTypeAny, {
678
+ rounded: "regular" | "sharp";
679
+ eyebrows: "section" | "breadcrumbs";
680
+ codeblocks: "dark" | "auto";
681
+ }, {
682
+ rounded?: "regular" | "sharp" | undefined;
683
+ eyebrows?: "section" | "breadcrumbs" | undefined;
684
+ codeblocks?: "dark" | "auto" | undefined;
685
+ }>>;
686
+ redirects: z.ZodOptional<z.ZodEffects<z.ZodArray<z.ZodObject<{
687
+ source: z.ZodString;
688
+ destination: z.ZodString;
689
+ permanent: z.ZodOptional<z.ZodBoolean>;
690
+ }, "strip", z.ZodTypeAny, {
691
+ source: string;
692
+ destination: string;
693
+ permanent?: boolean | undefined;
694
+ }, {
695
+ source: string;
696
+ destination: string;
697
+ permanent?: boolean | undefined;
698
+ }>, "many">, {
699
+ source: string;
700
+ destination: string;
701
+ permanent?: boolean | undefined;
702
+ }[], {
703
+ source: string;
704
+ destination: string;
705
+ permanent?: boolean | undefined;
706
+ }[]>>;
707
+ integrations: z.ZodOptional<z.ZodObject<{
708
+ amplitude: z.ZodOptional<z.ZodObject<{
709
+ apiKey: z.ZodString;
710
+ }, "strip", z.ZodTypeAny, {
711
+ apiKey: string;
712
+ }, {
713
+ apiKey: string;
714
+ }>>;
715
+ clearbit: z.ZodOptional<z.ZodObject<{
716
+ publicApiKey: z.ZodString;
717
+ }, "strip", z.ZodTypeAny, {
718
+ publicApiKey: string;
719
+ }, {
720
+ publicApiKey: string;
721
+ }>>;
722
+ fathom: z.ZodOptional<z.ZodObject<{
723
+ siteId: z.ZodString;
724
+ }, "strip", z.ZodTypeAny, {
725
+ siteId: string;
726
+ }, {
727
+ siteId: string;
728
+ }>>;
729
+ frontchat: z.ZodOptional<z.ZodObject<{
730
+ snippetId: z.ZodString;
731
+ }, "strip", z.ZodTypeAny, {
732
+ snippetId: string;
733
+ }, {
734
+ snippetId: string;
735
+ }>>;
736
+ ga4: z.ZodOptional<z.ZodObject<{
737
+ measurementId: z.ZodString;
738
+ }, "strip", z.ZodTypeAny, {
739
+ measurementId: string;
740
+ }, {
741
+ measurementId: string;
742
+ }>>;
743
+ gtm: z.ZodOptional<z.ZodObject<{
744
+ tagId: z.ZodString;
745
+ }, "strip", z.ZodTypeAny, {
746
+ tagId: string;
747
+ }, {
748
+ tagId: string;
749
+ }>>;
750
+ heap: z.ZodOptional<z.ZodObject<{
751
+ appId: z.ZodString;
752
+ }, "strip", z.ZodTypeAny, {
753
+ appId: string;
754
+ }, {
755
+ appId: string;
756
+ }>>;
757
+ hotjar: z.ZodOptional<z.ZodObject<{
758
+ hjid: z.ZodString;
759
+ hjsv: z.ZodString;
760
+ }, "strip", z.ZodTypeAny, {
761
+ hjid: string;
762
+ hjsv: string;
763
+ }, {
764
+ hjid: string;
765
+ hjsv: string;
766
+ }>>;
767
+ intercom: z.ZodOptional<z.ZodObject<{
768
+ appId: z.ZodString;
769
+ }, "strip", z.ZodTypeAny, {
770
+ appId: string;
771
+ }, {
772
+ appId: string;
773
+ }>>;
774
+ koala: z.ZodOptional<z.ZodObject<{
775
+ publicApiKey: z.ZodString;
776
+ }, "strip", z.ZodTypeAny, {
777
+ publicApiKey: string;
778
+ }, {
779
+ publicApiKey: string;
780
+ }>>;
781
+ logrocket: z.ZodOptional<z.ZodObject<{
782
+ appId: z.ZodString;
783
+ }, "strip", z.ZodTypeAny, {
784
+ appId: string;
785
+ }, {
786
+ appId: string;
787
+ }>>;
788
+ mixpanel: z.ZodOptional<z.ZodObject<{
789
+ projectToken: z.ZodString;
790
+ }, "strip", z.ZodTypeAny, {
791
+ projectToken: string;
792
+ }, {
793
+ projectToken: string;
794
+ }>>;
795
+ osano: z.ZodOptional<z.ZodObject<{
796
+ scriptSource: z.ZodString;
797
+ }, "strip", z.ZodTypeAny, {
798
+ scriptSource: string;
799
+ }, {
800
+ scriptSource: string;
801
+ }>>;
802
+ pirsch: z.ZodOptional<z.ZodObject<{
803
+ id: z.ZodString;
804
+ }, "strip", z.ZodTypeAny, {
805
+ id: string;
806
+ }, {
807
+ id: string;
808
+ }>>;
809
+ posthog: z.ZodOptional<z.ZodObject<{
810
+ apiKey: z.ZodString;
811
+ apiHost: z.ZodOptional<z.ZodString>;
812
+ }, "strip", z.ZodTypeAny, {
813
+ apiKey: string;
814
+ apiHost?: string | undefined;
815
+ }, {
816
+ apiKey: string;
817
+ apiHost?: string | undefined;
818
+ }>>;
819
+ plausible: z.ZodOptional<z.ZodObject<{
820
+ domain: z.ZodEffects<z.ZodString, string, string>;
821
+ server: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
822
+ }, "strip", z.ZodTypeAny, {
823
+ domain: string;
824
+ server?: string | undefined;
825
+ }, {
826
+ domain: string;
827
+ server?: string | undefined;
828
+ }>>;
829
+ segment: z.ZodOptional<z.ZodObject<{
830
+ key: z.ZodString;
831
+ }, "strip", z.ZodTypeAny, {
832
+ key: string;
833
+ }, {
834
+ key: string;
835
+ }>>;
836
+ }, "strict", z.ZodTypeAny, {
837
+ amplitude?: {
838
+ apiKey: string;
839
+ } | undefined;
840
+ clearbit?: {
841
+ publicApiKey: string;
842
+ } | undefined;
843
+ fathom?: {
844
+ siteId: string;
845
+ } | undefined;
846
+ frontchat?: {
847
+ snippetId: string;
848
+ } | undefined;
849
+ ga4?: {
850
+ measurementId: string;
851
+ } | undefined;
852
+ gtm?: {
853
+ tagId: string;
854
+ } | undefined;
855
+ heap?: {
856
+ appId: string;
857
+ } | undefined;
858
+ hotjar?: {
859
+ hjid: string;
860
+ hjsv: string;
861
+ } | undefined;
862
+ intercom?: {
863
+ appId: string;
864
+ } | undefined;
865
+ koala?: {
866
+ publicApiKey: string;
867
+ } | undefined;
868
+ logrocket?: {
869
+ appId: string;
870
+ } | undefined;
871
+ mixpanel?: {
872
+ projectToken: string;
873
+ } | undefined;
874
+ osano?: {
875
+ scriptSource: string;
876
+ } | undefined;
877
+ pirsch?: {
878
+ id: string;
879
+ } | undefined;
880
+ posthog?: {
881
+ apiKey: string;
882
+ apiHost?: string | undefined;
883
+ } | undefined;
884
+ plausible?: {
885
+ domain: string;
886
+ server?: string | undefined;
887
+ } | undefined;
888
+ segment?: {
889
+ key: string;
890
+ } | undefined;
891
+ }, {
892
+ amplitude?: {
893
+ apiKey: string;
894
+ } | undefined;
895
+ clearbit?: {
896
+ publicApiKey: string;
897
+ } | undefined;
898
+ fathom?: {
899
+ siteId: string;
900
+ } | undefined;
901
+ frontchat?: {
902
+ snippetId: string;
903
+ } | undefined;
904
+ ga4?: {
905
+ measurementId: string;
906
+ } | undefined;
907
+ gtm?: {
908
+ tagId: string;
909
+ } | undefined;
910
+ heap?: {
911
+ appId: string;
912
+ } | undefined;
913
+ hotjar?: {
914
+ hjid: string;
915
+ hjsv: string;
916
+ } | undefined;
917
+ intercom?: {
918
+ appId: string;
919
+ } | undefined;
920
+ koala?: {
921
+ publicApiKey: string;
922
+ } | undefined;
923
+ logrocket?: {
924
+ appId: string;
925
+ } | undefined;
926
+ mixpanel?: {
927
+ projectToken: string;
928
+ } | undefined;
929
+ osano?: {
930
+ scriptSource: string;
931
+ } | undefined;
932
+ pirsch?: {
933
+ id: string;
934
+ } | undefined;
935
+ posthog?: {
936
+ apiKey: string;
937
+ apiHost?: string | undefined;
938
+ } | undefined;
939
+ plausible?: {
940
+ domain: string;
941
+ server?: string | undefined;
942
+ } | undefined;
943
+ segment?: {
944
+ key: string;
945
+ } | undefined;
946
+ }>>;
947
+ legacy: z.ZodOptional<z.ZodObject<{
948
+ baseurl: z.ZodString;
949
+ auth: z.ZodEnum<["basic", "bearer", "cobo", "key"]>;
950
+ }, "strip", z.ZodTypeAny, {
951
+ auth: "key" | "bearer" | "basic" | "cobo";
952
+ baseurl: string;
953
+ }, {
954
+ auth: "key" | "bearer" | "basic" | "cobo";
955
+ baseurl: string;
956
+ }>>;
957
+ theme: z.ZodLiteral<"mint">;
958
+ }, "strip", z.ZodTypeAny, {
959
+ name: string;
960
+ $schema: string;
961
+ theme: "mint";
962
+ colors: {
963
+ primary: string;
964
+ light?: string | undefined;
965
+ dark?: string | undefined;
966
+ };
967
+ navigation: ({
968
+ languages: ({
969
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
970
+ hidden?: boolean | undefined;
971
+ } & ({
972
+ openapi: (string | string[]) & (string | string[] | undefined);
973
+ } | {
974
+ href: string;
975
+ } | {
976
+ versions: any[];
977
+ } | {
978
+ tabs: any[];
979
+ } | {
980
+ dropdowns: any[];
981
+ } | {
982
+ anchors: any[];
983
+ } | {
984
+ groups: ({
985
+ group: string;
986
+ icon?: string | {
987
+ name: string;
988
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
989
+ } | undefined;
990
+ hidden?: boolean | undefined;
991
+ root?: string | undefined;
992
+ } & ({
993
+ openapi: (string | string[]) & (string | string[] | undefined);
994
+ } | {
995
+ pages: import("../properties/navigation/pages.js").Page[];
996
+ }))[];
997
+ } | {
998
+ pages: import("../properties/navigation/pages.js").Page[];
999
+ }))[];
1000
+ } | {
1001
+ versions: any[];
1002
+ } | {
1003
+ tabs: any[];
1004
+ } | {
1005
+ dropdowns: any[];
1006
+ } | {
1007
+ anchors: any[];
1008
+ } | {
1009
+ groups: ({
1010
+ group: string;
1011
+ icon?: string | {
1012
+ name: string;
1013
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
1014
+ } | undefined;
1015
+ hidden?: boolean | undefined;
1016
+ root?: string | undefined;
1017
+ } & ({
1018
+ openapi: (string | string[]) & (string | string[] | undefined);
1019
+ } | {
1020
+ pages: import("../properties/navigation/pages.js").Page[];
1021
+ }))[];
1022
+ } | {
1023
+ pages: import("../properties/navigation/pages.js").Page[];
1024
+ }) & ({
1025
+ languages: ({
1026
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1027
+ hidden?: boolean | undefined;
1028
+ } & ({
1029
+ openapi: (string | string[]) & (string | string[] | undefined);
1030
+ } | {
1031
+ href: string;
1032
+ } | {
1033
+ versions: any[];
1034
+ } | {
1035
+ tabs: any[];
1036
+ } | {
1037
+ dropdowns: any[];
1038
+ } | {
1039
+ anchors: any[];
1040
+ } | {
1041
+ groups: ({
1042
+ group: string;
1043
+ icon?: string | {
1044
+ name: string;
1045
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
1046
+ } | undefined;
1047
+ hidden?: boolean | undefined;
1048
+ root?: string | undefined;
1049
+ } & ({
1050
+ openapi: (string | string[]) & (string | string[] | undefined);
1051
+ } | {
1052
+ pages: import("../properties/navigation/pages.js").Page[];
1053
+ }))[];
1054
+ } | {
1055
+ pages: import("../properties/navigation/pages.js").Page[];
1056
+ }))[];
1057
+ } | {
1058
+ versions: any[];
1059
+ } | {
1060
+ tabs: any[];
1061
+ } | {
1062
+ dropdowns: any[];
1063
+ } | {
1064
+ anchors: any[];
1065
+ } | {
1066
+ groups: ({
1067
+ group: string;
1068
+ icon?: string | {
1069
+ name: string;
1070
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
1071
+ } | undefined;
1072
+ hidden?: boolean | undefined;
1073
+ root?: string | undefined;
1074
+ } & ({
1075
+ openapi: (string | string[]) & (string | string[] | undefined);
1076
+ } | {
1077
+ pages: import("../properties/navigation/pages.js").Page[];
1078
+ }))[];
1079
+ } | {
1080
+ pages: import("../properties/navigation/pages.js").Page[];
1081
+ } | undefined);
1082
+ description?: string | undefined;
1083
+ logo?: string | {
1084
+ light: string;
1085
+ dark: string;
1086
+ href?: string | undefined;
1087
+ } | undefined;
1088
+ favicon?: string | {
1089
+ light: string;
1090
+ dark: string;
1091
+ } | undefined;
1092
+ openapi?: string | string[] | undefined;
1093
+ api?: {
1094
+ playground?: {
1095
+ display: "simple" | "none" | "interactive";
1096
+ proxy: boolean;
1097
+ } | undefined;
1098
+ examples?: {
1099
+ languages?: string[] | undefined;
1100
+ } | undefined;
1101
+ } | undefined;
1102
+ appearance?: {
1103
+ strict: boolean;
1104
+ default: "light" | "dark" | "system";
1105
+ } | undefined;
1106
+ background?: {
1107
+ decoration: "none" | "gradient" | "grid" | "windows";
1108
+ image?: string | {
1109
+ light: string;
1110
+ dark: string;
1111
+ } | undefined;
1112
+ color?: {
1113
+ light: string;
1114
+ dark: string;
1115
+ } | undefined;
1116
+ } | undefined;
1117
+ topbar?: {
1118
+ links?: {
1119
+ href: string;
1120
+ label: string;
1121
+ }[] | undefined;
1122
+ primary?: {
1123
+ type: "button";
1124
+ href: string;
1125
+ label: string;
1126
+ } | {
1127
+ type: "github";
1128
+ href: string;
1129
+ } | undefined;
1130
+ } | undefined;
1131
+ footer?: {
1132
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
1133
+ links?: {
1134
+ items: {
1135
+ href: string;
1136
+ label: string;
1137
+ }[];
1138
+ header?: string | undefined;
1139
+ }[] | undefined;
1140
+ } | undefined;
1141
+ feedback?: {
1142
+ thumbs: boolean;
1143
+ edits: boolean;
1144
+ issues: boolean;
1145
+ } | undefined;
1146
+ search?: {
1147
+ prompt?: string | undefined;
1148
+ } | undefined;
1149
+ seo?: {
1150
+ indexing: "all" | "navigable";
1151
+ metatags?: Record<string, string> | undefined;
1152
+ } | undefined;
1153
+ fonts?: {
1154
+ family: string;
1155
+ weight?: number | undefined;
1156
+ source?: string | undefined;
1157
+ format?: "woff" | "woff2" | undefined;
1158
+ } | {
1159
+ heading?: {
1160
+ family: string;
1161
+ weight?: number | undefined;
1162
+ source?: string | undefined;
1163
+ format?: "woff" | "woff2" | undefined;
1164
+ } | undefined;
1165
+ body?: {
1166
+ family: string;
1167
+ weight?: number | undefined;
1168
+ source?: string | undefined;
1169
+ format?: "woff" | "woff2" | undefined;
1170
+ } | undefined;
1171
+ } | undefined;
1172
+ icons?: {
1173
+ library: "fontawesome";
1174
+ } | undefined;
1175
+ styling?: {
1176
+ rounded: "regular" | "sharp";
1177
+ eyebrows: "section" | "breadcrumbs";
1178
+ codeblocks: "dark" | "auto";
1179
+ } | undefined;
1180
+ redirects?: {
1181
+ source: string;
1182
+ destination: string;
1183
+ permanent?: boolean | undefined;
1184
+ }[] | undefined;
1185
+ integrations?: {
1186
+ amplitude?: {
1187
+ apiKey: string;
1188
+ } | undefined;
1189
+ clearbit?: {
1190
+ publicApiKey: string;
1191
+ } | undefined;
1192
+ fathom?: {
1193
+ siteId: string;
1194
+ } | undefined;
1195
+ frontchat?: {
1196
+ snippetId: string;
1197
+ } | undefined;
1198
+ ga4?: {
1199
+ measurementId: string;
1200
+ } | undefined;
1201
+ gtm?: {
1202
+ tagId: string;
1203
+ } | undefined;
1204
+ heap?: {
1205
+ appId: string;
1206
+ } | undefined;
1207
+ hotjar?: {
1208
+ hjid: string;
1209
+ hjsv: string;
1210
+ } | undefined;
1211
+ intercom?: {
1212
+ appId: string;
1213
+ } | undefined;
1214
+ koala?: {
1215
+ publicApiKey: string;
1216
+ } | undefined;
1217
+ logrocket?: {
1218
+ appId: string;
1219
+ } | undefined;
1220
+ mixpanel?: {
1221
+ projectToken: string;
1222
+ } | undefined;
1223
+ osano?: {
1224
+ scriptSource: string;
1225
+ } | undefined;
1226
+ pirsch?: {
1227
+ id: string;
1228
+ } | undefined;
1229
+ posthog?: {
1230
+ apiKey: string;
1231
+ apiHost?: string | undefined;
1232
+ } | undefined;
1233
+ plausible?: {
1234
+ domain: string;
1235
+ server?: string | undefined;
1236
+ } | undefined;
1237
+ segment?: {
1238
+ key: string;
1239
+ } | undefined;
1240
+ } | undefined;
1241
+ legacy?: {
1242
+ auth: "key" | "bearer" | "basic" | "cobo";
1243
+ baseurl: string;
1244
+ } | undefined;
1245
+ }, {
1246
+ name: string;
1247
+ theme: "mint";
1248
+ colors: {
1249
+ primary: string;
1250
+ light?: string | undefined;
1251
+ dark?: string | undefined;
1252
+ };
1253
+ navigation: ({
1254
+ languages: ({
1255
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1256
+ hidden?: boolean | undefined;
1257
+ } & ({
1258
+ openapi: (string | string[]) & (string | string[] | undefined);
1259
+ } | {
1260
+ href: string;
1261
+ } | {
1262
+ versions: any[];
1263
+ } | {
1264
+ tabs: any[];
1265
+ } | {
1266
+ dropdowns: any[];
1267
+ } | {
1268
+ anchors: any[];
1269
+ } | {
1270
+ groups: ({
1271
+ group: string;
1272
+ icon?: string | {
1273
+ name: string;
1274
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
1275
+ } | undefined;
1276
+ hidden?: boolean | undefined;
1277
+ root?: string | undefined;
1278
+ } & ({
1279
+ openapi: (string | string[]) & (string | string[] | undefined);
1280
+ } | {
1281
+ pages: import("../properties/navigation/pages.js").Page[];
1282
+ }))[];
1283
+ } | {
1284
+ pages: import("../properties/navigation/pages.js").Page[];
1285
+ }))[];
1286
+ } | {
1287
+ versions: any[];
1288
+ } | {
1289
+ tabs: any[];
1290
+ } | {
1291
+ dropdowns: any[];
1292
+ } | {
1293
+ anchors: any[];
1294
+ } | {
1295
+ groups: ({
1296
+ group: string;
1297
+ icon?: string | {
1298
+ name: string;
1299
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
1300
+ } | undefined;
1301
+ hidden?: boolean | undefined;
1302
+ root?: string | undefined;
1303
+ } & ({
1304
+ openapi: (string | string[]) & (string | string[] | undefined);
1305
+ } | {
1306
+ pages: import("../properties/navigation/pages.js").Page[];
1307
+ }))[];
1308
+ } | {
1309
+ pages: import("../properties/navigation/pages.js").Page[];
1310
+ }) & ({
1311
+ languages: ({
1312
+ language: "en" | "cn" | "es" | "fr" | "jp" | "pt" | "pt-BR" | "de";
1313
+ hidden?: boolean | undefined;
1314
+ } & ({
1315
+ openapi: (string | string[]) & (string | string[] | undefined);
1316
+ } | {
1317
+ href: string;
1318
+ } | {
1319
+ versions: any[];
1320
+ } | {
1321
+ tabs: any[];
1322
+ } | {
1323
+ dropdowns: any[];
1324
+ } | {
1325
+ anchors: any[];
1326
+ } | {
1327
+ groups: ({
1328
+ group: string;
1329
+ icon?: string | {
1330
+ name: string;
1331
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
1332
+ } | undefined;
1333
+ hidden?: boolean | undefined;
1334
+ root?: string | undefined;
1335
+ } & ({
1336
+ openapi: (string | string[]) & (string | string[] | undefined);
1337
+ } | {
1338
+ pages: import("../properties/navigation/pages.js").Page[];
1339
+ }))[];
1340
+ } | {
1341
+ pages: import("../properties/navigation/pages.js").Page[];
1342
+ }))[];
1343
+ } | {
1344
+ versions: any[];
1345
+ } | {
1346
+ tabs: any[];
1347
+ } | {
1348
+ dropdowns: any[];
1349
+ } | {
1350
+ anchors: any[];
1351
+ } | {
1352
+ groups: ({
1353
+ group: string;
1354
+ icon?: string | {
1355
+ name: string;
1356
+ style: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin";
1357
+ } | undefined;
1358
+ hidden?: boolean | undefined;
1359
+ root?: string | undefined;
1360
+ } & ({
1361
+ openapi: (string | string[]) & (string | string[] | undefined);
1362
+ } | {
1363
+ pages: import("../properties/navigation/pages.js").Page[];
1364
+ }))[];
1365
+ } | {
1366
+ pages: import("../properties/navigation/pages.js").Page[];
1367
+ } | undefined);
1368
+ $schema?: string | undefined;
1369
+ description?: string | undefined;
1370
+ logo?: string | {
1371
+ light: string;
1372
+ dark: string;
1373
+ href?: string | undefined;
1374
+ } | undefined;
1375
+ favicon?: string | {
1376
+ light: string;
1377
+ dark: string;
1378
+ } | undefined;
1379
+ openapi?: string | string[] | undefined;
1380
+ api?: {
1381
+ playground?: {
1382
+ display?: "simple" | "none" | "interactive" | undefined;
1383
+ proxy?: boolean | undefined;
1384
+ } | undefined;
1385
+ examples?: {
1386
+ languages?: string[] | undefined;
1387
+ } | undefined;
1388
+ } | undefined;
1389
+ appearance?: {
1390
+ default?: "light" | "dark" | "system" | undefined;
1391
+ strict?: boolean | undefined;
1392
+ } | undefined;
1393
+ background?: {
1394
+ image?: string | {
1395
+ light: string;
1396
+ dark: string;
1397
+ } | undefined;
1398
+ decoration?: "none" | "gradient" | "grid" | "windows" | undefined;
1399
+ color?: {
1400
+ light: string;
1401
+ dark: string;
1402
+ } | undefined;
1403
+ } | undefined;
1404
+ topbar?: {
1405
+ links?: {
1406
+ href: string;
1407
+ label: string;
1408
+ }[] | undefined;
1409
+ primary?: {
1410
+ type: "button";
1411
+ href: string;
1412
+ label: string;
1413
+ } | {
1414
+ type: "github";
1415
+ href: string;
1416
+ } | undefined;
1417
+ } | undefined;
1418
+ footer?: {
1419
+ socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter", string>> | undefined;
1420
+ links?: {
1421
+ items: {
1422
+ href: string;
1423
+ label: string;
1424
+ }[];
1425
+ header?: string | undefined;
1426
+ }[] | undefined;
1427
+ } | undefined;
1428
+ feedback?: {
1429
+ thumbs: boolean;
1430
+ edits: boolean;
1431
+ issues: boolean;
1432
+ } | undefined;
1433
+ search?: {
1434
+ prompt?: string | undefined;
1435
+ } | undefined;
1436
+ seo?: {
1437
+ metatags?: Record<string, string> | undefined;
1438
+ indexing?: "all" | "navigable" | undefined;
1439
+ } | undefined;
1440
+ fonts?: {
1441
+ family: string;
1442
+ weight?: number | undefined;
1443
+ source?: string | undefined;
1444
+ format?: "woff" | "woff2" | undefined;
1445
+ } | {
1446
+ heading?: {
1447
+ family: string;
1448
+ weight?: number | undefined;
1449
+ source?: string | undefined;
1450
+ format?: "woff" | "woff2" | undefined;
1451
+ } | undefined;
1452
+ body?: {
1453
+ family: string;
1454
+ weight?: number | undefined;
1455
+ source?: string | undefined;
1456
+ format?: "woff" | "woff2" | undefined;
1457
+ } | undefined;
1458
+ } | undefined;
1459
+ icons?: {
1460
+ library?: "fontawesome" | undefined;
1461
+ } | undefined;
1462
+ styling?: {
1463
+ rounded?: "regular" | "sharp" | undefined;
1464
+ eyebrows?: "section" | "breadcrumbs" | undefined;
1465
+ codeblocks?: "dark" | "auto" | undefined;
1466
+ } | undefined;
1467
+ redirects?: {
1468
+ source: string;
1469
+ destination: string;
1470
+ permanent?: boolean | undefined;
1471
+ }[] | undefined;
1472
+ integrations?: {
1473
+ amplitude?: {
1474
+ apiKey: string;
1475
+ } | undefined;
1476
+ clearbit?: {
1477
+ publicApiKey: string;
1478
+ } | undefined;
1479
+ fathom?: {
1480
+ siteId: string;
1481
+ } | undefined;
1482
+ frontchat?: {
1483
+ snippetId: string;
1484
+ } | undefined;
1485
+ ga4?: {
1486
+ measurementId: string;
1487
+ } | undefined;
1488
+ gtm?: {
1489
+ tagId: string;
1490
+ } | undefined;
1491
+ heap?: {
1492
+ appId: string;
1493
+ } | undefined;
1494
+ hotjar?: {
1495
+ hjid: string;
1496
+ hjsv: string;
1497
+ } | undefined;
1498
+ intercom?: {
1499
+ appId: string;
1500
+ } | undefined;
1501
+ koala?: {
1502
+ publicApiKey: string;
1503
+ } | undefined;
1504
+ logrocket?: {
1505
+ appId: string;
1506
+ } | undefined;
1507
+ mixpanel?: {
1508
+ projectToken: string;
1509
+ } | undefined;
1510
+ osano?: {
1511
+ scriptSource: string;
1512
+ } | undefined;
1513
+ pirsch?: {
1514
+ id: string;
1515
+ } | undefined;
1516
+ posthog?: {
1517
+ apiKey: string;
1518
+ apiHost?: string | undefined;
1519
+ } | undefined;
1520
+ plausible?: {
1521
+ domain: string;
1522
+ server?: string | undefined;
1523
+ } | undefined;
1524
+ segment?: {
1525
+ key: string;
1526
+ } | undefined;
1527
+ } | undefined;
1528
+ legacy?: {
1529
+ auth: "key" | "bearer" | "basic" | "cobo";
1530
+ baseurl: string;
1531
+ } | undefined;
1532
+ }>;