zudoku 0.36.0 → 0.37.0
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.
- package/README.md +1 -1
- package/dist/config/validators/common.d.ts +252 -252
- package/dist/config/validators/common.js +4 -1
- package/dist/config/validators/common.js.map +1 -1
- package/dist/config/validators/validate.d.ts +95 -95
- package/dist/lib/components/InlineCode.d.ts +2 -1
- package/dist/lib/components/InlineCode.js +1 -1
- package/dist/lib/components/InlineCode.js.map +1 -1
- package/dist/lib/components/MobileTopNavigation.js +1 -1
- package/dist/lib/components/MobileTopNavigation.js.map +1 -1
- package/dist/lib/components/TopNavigation.d.ts +2 -2
- package/dist/lib/components/TopNavigation.js +9 -12
- package/dist/lib/components/TopNavigation.js.map +1 -1
- package/dist/lib/components/context/ZudokuContext.d.ts +1 -1
- package/dist/lib/components/context/ZudokuContext.js +9 -4
- package/dist/lib/components/context/ZudokuContext.js.map +1 -1
- package/dist/lib/components/navigation/SidebarCategory.d.ts +2 -2
- package/dist/lib/components/navigation/SidebarCategory.js +10 -6
- package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
- package/dist/lib/components/navigation/SidebarItem.js +2 -2
- package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js.map +1 -1
- package/dist/lib/plugins/openapi/ParamInfos.js +12 -4
- package/dist/lib/plugins/openapi/ParamInfos.js.map +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js +1 -1
- package/dist/lib/plugins/openapi/ParameterListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +3 -3
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js +13 -6
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
- package/dist/lib/ui/Badge.d.ts +1 -1
- package/dist/lib/ui/Button.d.ts +1 -1
- package/dist/lib/ui/Button.js +1 -1
- package/dist/lib/ui/Button.js.map +1 -1
- package/dist/lib/ui/Command.d.ts +6 -6
- package/dist/lib/util/joinPath.d.ts +3 -0
- package/dist/lib/util/joinPath.js +3 -0
- package/dist/lib/util/joinPath.js.map +1 -1
- package/dist/vite/config.js +1 -1
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/plugin-api.js +2 -2
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-docs.d.ts +1 -1
- package/dist/vite/plugin-docs.js +18 -1
- package/dist/vite/plugin-docs.js.map +1 -1
- package/lib/{AuthenticationPlugin-Cr6xjOJD.js → AuthenticationPlugin-Cij2tPWa.js} +2 -2
- package/lib/{AuthenticationPlugin-Cr6xjOJD.js.map → AuthenticationPlugin-Cij2tPWa.js.map} +1 -1
- package/lib/{Spinner-C6n4eOvh.js → Button-Fp19CMUr.js} +15 -18
- package/lib/Button-Fp19CMUr.js.map +1 -0
- package/lib/{Markdown-BlioIqkZ.js → Markdown-DT5Rrq8_.js} +3520 -3260
- package/lib/Markdown-DT5Rrq8_.js.map +1 -0
- package/lib/{MdxPage-7XnN9J9R.js → MdxPage-D2rD1vC4.js} +3 -3
- package/lib/{MdxPage-7XnN9J9R.js.map → MdxPage-D2rD1vC4.js.map} +1 -1
- package/lib/{OasProvider-BaRRMSsD.js → OasProvider-DdEBf2qS.js} +3 -3
- package/lib/{OasProvider-BaRRMSsD.js.map → OasProvider-DdEBf2qS.js.map} +1 -1
- package/lib/{OperationList-BjL1hzSx.js → OperationList-DT4-gm_S.js} +880 -878
- package/lib/OperationList-DT4-gm_S.js.map +1 -0
- package/lib/{Select-FAYHOYTy.js → Select-z1Lwl0-J.js} +3 -3
- package/lib/{Select-FAYHOYTy.js.map → Select-z1Lwl0-J.js.map} +1 -1
- package/lib/{SlotletProvider-CXb3wQiR.js → SlotletProvider-D8OBnr77.js} +2 -2
- package/lib/{SlotletProvider-CXb3wQiR.js.map → SlotletProvider-D8OBnr77.js.map} +1 -1
- package/lib/Spinner-CE68iCm0.js +7 -0
- package/lib/Spinner-CE68iCm0.js.map +1 -0
- package/lib/{hook-Bo80UX00.js → hook-DzQC8PzJ.js} +78 -74
- package/lib/hook-DzQC8PzJ.js.map +1 -0
- package/lib/{index-D5m8_oyY.js → index-DdQSV2RF.js} +31 -31
- package/lib/{index-D5m8_oyY.js.map → index-DdQSV2RF.js.map} +1 -1
- package/lib/{useQuery-CQUwWR9i.js → joinUrl-BjDooT-T.js} +240 -223
- package/lib/joinUrl-BjDooT-T.js.map +1 -0
- package/lib/{mutation-B81DztCT.js → mutation-_Z5C2wFZ.js} +2 -2
- package/lib/{mutation-B81DztCT.js.map → mutation-_Z5C2wFZ.js.map} +1 -1
- package/lib/ui/ActionButton.js +11 -10
- package/lib/ui/ActionButton.js.map +1 -1
- package/lib/ui/Button.js +1 -1
- package/lib/ui/Button.js.map +1 -1
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-clerk.js +2 -2
- package/lib/zudoku.auth-openid.js +3 -3
- package/lib/zudoku.components.js +188 -192
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.hooks.js +1 -1
- package/lib/zudoku.plugin-api-catalog.js +3 -3
- package/lib/zudoku.plugin-api-keys.js +4 -4
- package/lib/zudoku.plugin-custom-pages.js +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +3 -3
- package/lib/zudoku.plugin-search-pagefind.js +15 -16
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/package.json +3 -1
- package/src/lib/components/InlineCode.tsx +3 -1
- package/src/lib/components/MobileTopNavigation.tsx +1 -1
- package/src/lib/components/TopNavigation.tsx +12 -16
- package/src/lib/components/context/ZudokuContext.ts +12 -4
- package/src/lib/components/navigation/SidebarCategory.tsx +15 -12
- package/src/lib/components/navigation/SidebarItem.tsx +2 -2
- package/src/lib/components/navigation/SidebarWrapper.tsx +2 -2
- package/src/lib/plugins/openapi/ParamInfos.tsx +27 -4
- package/src/lib/plugins/openapi/ParameterListItem.tsx +5 -1
- package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +5 -2
- package/src/lib/plugins/openapi/schema/SchemaView.tsx +48 -35
- package/src/lib/ui/Button.tsx +1 -1
- package/src/lib/util/joinPath.tsx +3 -0
- package/lib/Markdown-BlioIqkZ.js.map +0 -1
- package/lib/OperationList-BjL1hzSx.js.map +0 -1
- package/lib/Spinner-C6n4eOvh.js.map +0 -1
- package/lib/hook-Bo80UX00.js.map +0 -1
- package/lib/joinUrl-10po2Jdj.js +0 -20
- package/lib/joinUrl-10po2Jdj.js.map +0 -1
- package/lib/useQuery-CQUwWR9i.js.map +0 -1
|
@@ -118,17 +118,17 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
118
118
|
label: z.ZodString;
|
|
119
119
|
id: z.ZodString;
|
|
120
120
|
default: z.ZodOptional<z.ZodString>;
|
|
121
|
-
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always"]>>>;
|
|
121
|
+
display: z.ZodOptional<z.ZodDefault<z.ZodEnum<["auth", "anon", "always", "hide"]>>>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
123
|
id: string;
|
|
124
124
|
label: string;
|
|
125
125
|
default?: string | undefined;
|
|
126
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
126
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
127
127
|
}, {
|
|
128
128
|
id: string;
|
|
129
129
|
label: string;
|
|
130
130
|
default?: string | undefined;
|
|
131
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
131
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
132
132
|
}>, "many">>;
|
|
133
133
|
sidebar: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>>;
|
|
134
134
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -156,6 +156,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
157
|
input?: string | undefined;
|
|
158
158
|
radius?: string | undefined;
|
|
159
|
+
destructive?: string | undefined;
|
|
160
|
+
secondary?: string | undefined;
|
|
159
161
|
popover?: string | undefined;
|
|
160
162
|
border?: string | undefined;
|
|
161
163
|
background?: string | undefined;
|
|
@@ -165,18 +167,18 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
165
167
|
popoverForeground?: string | undefined;
|
|
166
168
|
primary?: string | undefined;
|
|
167
169
|
primaryForeground?: string | undefined;
|
|
168
|
-
secondary?: string | undefined;
|
|
169
170
|
secondaryForeground?: string | undefined;
|
|
170
171
|
muted?: string | undefined;
|
|
171
172
|
mutedForeground?: string | undefined;
|
|
172
173
|
accent?: string | undefined;
|
|
173
174
|
accentForeground?: string | undefined;
|
|
174
|
-
destructive?: string | undefined;
|
|
175
175
|
destructiveForeground?: string | undefined;
|
|
176
176
|
ring?: string | undefined;
|
|
177
177
|
}, {
|
|
178
178
|
input?: string | undefined;
|
|
179
179
|
radius?: string | undefined;
|
|
180
|
+
destructive?: string | undefined;
|
|
181
|
+
secondary?: string | undefined;
|
|
180
182
|
popover?: string | undefined;
|
|
181
183
|
border?: string | undefined;
|
|
182
184
|
background?: string | undefined;
|
|
@@ -186,13 +188,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
186
188
|
popoverForeground?: string | undefined;
|
|
187
189
|
primary?: string | undefined;
|
|
188
190
|
primaryForeground?: string | undefined;
|
|
189
|
-
secondary?: string | undefined;
|
|
190
191
|
secondaryForeground?: string | undefined;
|
|
191
192
|
muted?: string | undefined;
|
|
192
193
|
mutedForeground?: string | undefined;
|
|
193
194
|
accent?: string | undefined;
|
|
194
195
|
accentForeground?: string | undefined;
|
|
195
|
-
destructive?: string | undefined;
|
|
196
196
|
destructiveForeground?: string | undefined;
|
|
197
197
|
ring?: string | undefined;
|
|
198
198
|
}>>;
|
|
@@ -220,6 +220,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
220
220
|
}, "strip", z.ZodTypeAny, {
|
|
221
221
|
input?: string | undefined;
|
|
222
222
|
radius?: string | undefined;
|
|
223
|
+
destructive?: string | undefined;
|
|
224
|
+
secondary?: string | undefined;
|
|
223
225
|
popover?: string | undefined;
|
|
224
226
|
border?: string | undefined;
|
|
225
227
|
background?: string | undefined;
|
|
@@ -229,18 +231,18 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
229
231
|
popoverForeground?: string | undefined;
|
|
230
232
|
primary?: string | undefined;
|
|
231
233
|
primaryForeground?: string | undefined;
|
|
232
|
-
secondary?: string | undefined;
|
|
233
234
|
secondaryForeground?: string | undefined;
|
|
234
235
|
muted?: string | undefined;
|
|
235
236
|
mutedForeground?: string | undefined;
|
|
236
237
|
accent?: string | undefined;
|
|
237
238
|
accentForeground?: string | undefined;
|
|
238
|
-
destructive?: string | undefined;
|
|
239
239
|
destructiveForeground?: string | undefined;
|
|
240
240
|
ring?: string | undefined;
|
|
241
241
|
}, {
|
|
242
242
|
input?: string | undefined;
|
|
243
243
|
radius?: string | undefined;
|
|
244
|
+
destructive?: string | undefined;
|
|
245
|
+
secondary?: string | undefined;
|
|
244
246
|
popover?: string | undefined;
|
|
245
247
|
border?: string | undefined;
|
|
246
248
|
background?: string | undefined;
|
|
@@ -250,13 +252,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
250
252
|
popoverForeground?: string | undefined;
|
|
251
253
|
primary?: string | undefined;
|
|
252
254
|
primaryForeground?: string | undefined;
|
|
253
|
-
secondary?: string | undefined;
|
|
254
255
|
secondaryForeground?: string | undefined;
|
|
255
256
|
muted?: string | undefined;
|
|
256
257
|
mutedForeground?: string | undefined;
|
|
257
258
|
accent?: string | undefined;
|
|
258
259
|
accentForeground?: string | undefined;
|
|
259
|
-
destructive?: string | undefined;
|
|
260
260
|
destructiveForeground?: string | undefined;
|
|
261
261
|
ring?: string | undefined;
|
|
262
262
|
}>>;
|
|
@@ -304,6 +304,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
304
304
|
dark?: {
|
|
305
305
|
input?: string | undefined;
|
|
306
306
|
radius?: string | undefined;
|
|
307
|
+
destructive?: string | undefined;
|
|
308
|
+
secondary?: string | undefined;
|
|
307
309
|
popover?: string | undefined;
|
|
308
310
|
border?: string | undefined;
|
|
309
311
|
background?: string | undefined;
|
|
@@ -313,19 +315,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
313
315
|
popoverForeground?: string | undefined;
|
|
314
316
|
primary?: string | undefined;
|
|
315
317
|
primaryForeground?: string | undefined;
|
|
316
|
-
secondary?: string | undefined;
|
|
317
318
|
secondaryForeground?: string | undefined;
|
|
318
319
|
muted?: string | undefined;
|
|
319
320
|
mutedForeground?: string | undefined;
|
|
320
321
|
accent?: string | undefined;
|
|
321
322
|
accentForeground?: string | undefined;
|
|
322
|
-
destructive?: string | undefined;
|
|
323
323
|
destructiveForeground?: string | undefined;
|
|
324
324
|
ring?: string | undefined;
|
|
325
325
|
} | undefined;
|
|
326
326
|
light?: {
|
|
327
327
|
input?: string | undefined;
|
|
328
328
|
radius?: string | undefined;
|
|
329
|
+
destructive?: string | undefined;
|
|
330
|
+
secondary?: string | undefined;
|
|
329
331
|
popover?: string | undefined;
|
|
330
332
|
border?: string | undefined;
|
|
331
333
|
background?: string | undefined;
|
|
@@ -335,13 +337,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
335
337
|
popoverForeground?: string | undefined;
|
|
336
338
|
primary?: string | undefined;
|
|
337
339
|
primaryForeground?: string | undefined;
|
|
338
|
-
secondary?: string | undefined;
|
|
339
340
|
secondaryForeground?: string | undefined;
|
|
340
341
|
muted?: string | undefined;
|
|
341
342
|
mutedForeground?: string | undefined;
|
|
342
343
|
accent?: string | undefined;
|
|
343
344
|
accentForeground?: string | undefined;
|
|
344
|
-
destructive?: string | undefined;
|
|
345
345
|
destructiveForeground?: string | undefined;
|
|
346
346
|
ring?: string | undefined;
|
|
347
347
|
} | undefined;
|
|
@@ -359,6 +359,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
359
359
|
dark?: {
|
|
360
360
|
input?: string | undefined;
|
|
361
361
|
radius?: string | undefined;
|
|
362
|
+
destructive?: string | undefined;
|
|
363
|
+
secondary?: string | undefined;
|
|
362
364
|
popover?: string | undefined;
|
|
363
365
|
border?: string | undefined;
|
|
364
366
|
background?: string | undefined;
|
|
@@ -368,19 +370,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
368
370
|
popoverForeground?: string | undefined;
|
|
369
371
|
primary?: string | undefined;
|
|
370
372
|
primaryForeground?: string | undefined;
|
|
371
|
-
secondary?: string | undefined;
|
|
372
373
|
secondaryForeground?: string | undefined;
|
|
373
374
|
muted?: string | undefined;
|
|
374
375
|
mutedForeground?: string | undefined;
|
|
375
376
|
accent?: string | undefined;
|
|
376
377
|
accentForeground?: string | undefined;
|
|
377
|
-
destructive?: string | undefined;
|
|
378
378
|
destructiveForeground?: string | undefined;
|
|
379
379
|
ring?: string | undefined;
|
|
380
380
|
} | undefined;
|
|
381
381
|
light?: {
|
|
382
382
|
input?: string | undefined;
|
|
383
383
|
radius?: string | undefined;
|
|
384
|
+
destructive?: string | undefined;
|
|
385
|
+
secondary?: string | undefined;
|
|
384
386
|
popover?: string | undefined;
|
|
385
387
|
border?: string | undefined;
|
|
386
388
|
background?: string | undefined;
|
|
@@ -390,13 +392,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
390
392
|
popoverForeground?: string | undefined;
|
|
391
393
|
primary?: string | undefined;
|
|
392
394
|
primaryForeground?: string | undefined;
|
|
393
|
-
secondary?: string | undefined;
|
|
394
395
|
secondaryForeground?: string | undefined;
|
|
395
396
|
muted?: string | undefined;
|
|
396
397
|
mutedForeground?: string | undefined;
|
|
397
398
|
accent?: string | undefined;
|
|
398
399
|
accentForeground?: string | undefined;
|
|
399
|
-
destructive?: string | undefined;
|
|
400
400
|
destructiveForeground?: string | undefined;
|
|
401
401
|
ring?: string | undefined;
|
|
402
402
|
} | undefined;
|
|
@@ -681,12 +681,12 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
681
681
|
}, "strip", z.ZodTypeAny, {
|
|
682
682
|
examplesLanguage?: string | undefined;
|
|
683
683
|
disablePlayground?: boolean | undefined;
|
|
684
|
-
showVersionSelect?: "
|
|
684
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
685
685
|
expandAllTags?: boolean | undefined;
|
|
686
686
|
}, {
|
|
687
687
|
examplesLanguage?: string | undefined;
|
|
688
688
|
disablePlayground?: boolean | undefined;
|
|
689
|
-
showVersionSelect?: "
|
|
689
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
690
690
|
expandAllTags?: boolean | undefined;
|
|
691
691
|
}>>;
|
|
692
692
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -697,7 +697,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
697
697
|
options?: {
|
|
698
698
|
examplesLanguage?: string | undefined;
|
|
699
699
|
disablePlayground?: boolean | undefined;
|
|
700
|
-
showVersionSelect?: "
|
|
700
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
701
701
|
expandAllTags?: boolean | undefined;
|
|
702
702
|
} | undefined;
|
|
703
703
|
navigationId?: string | undefined;
|
|
@@ -713,7 +713,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
713
713
|
options?: {
|
|
714
714
|
examplesLanguage?: string | undefined;
|
|
715
715
|
disablePlayground?: boolean | undefined;
|
|
716
|
-
showVersionSelect?: "
|
|
716
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
717
717
|
expandAllTags?: boolean | undefined;
|
|
718
718
|
} | undefined;
|
|
719
719
|
navigationId?: string | undefined;
|
|
@@ -746,12 +746,12 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
746
746
|
}, "strip", z.ZodTypeAny, {
|
|
747
747
|
examplesLanguage?: string | undefined;
|
|
748
748
|
disablePlayground?: boolean | undefined;
|
|
749
|
-
showVersionSelect?: "
|
|
749
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
750
750
|
expandAllTags?: boolean | undefined;
|
|
751
751
|
}, {
|
|
752
752
|
examplesLanguage?: string | undefined;
|
|
753
753
|
disablePlayground?: boolean | undefined;
|
|
754
|
-
showVersionSelect?: "
|
|
754
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
755
755
|
expandAllTags?: boolean | undefined;
|
|
756
756
|
}>>;
|
|
757
757
|
}>, {
|
|
@@ -764,7 +764,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
764
764
|
options?: {
|
|
765
765
|
examplesLanguage?: string | undefined;
|
|
766
766
|
disablePlayground?: boolean | undefined;
|
|
767
|
-
showVersionSelect?: "
|
|
767
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
768
768
|
expandAllTags?: boolean | undefined;
|
|
769
769
|
} | undefined;
|
|
770
770
|
navigationId?: string | undefined;
|
|
@@ -781,7 +781,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
781
781
|
options?: {
|
|
782
782
|
examplesLanguage?: string | undefined;
|
|
783
783
|
disablePlayground?: boolean | undefined;
|
|
784
|
-
showVersionSelect?: "
|
|
784
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
785
785
|
expandAllTags?: boolean | undefined;
|
|
786
786
|
} | undefined;
|
|
787
787
|
navigationId?: string | undefined;
|
|
@@ -815,12 +815,12 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
815
815
|
}, "strip", z.ZodTypeAny, {
|
|
816
816
|
examplesLanguage?: string | undefined;
|
|
817
817
|
disablePlayground?: boolean | undefined;
|
|
818
|
-
showVersionSelect?: "
|
|
818
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
819
819
|
expandAllTags?: boolean | undefined;
|
|
820
820
|
}, {
|
|
821
821
|
examplesLanguage?: string | undefined;
|
|
822
822
|
disablePlayground?: boolean | undefined;
|
|
823
|
-
showVersionSelect?: "
|
|
823
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
824
824
|
expandAllTags?: boolean | undefined;
|
|
825
825
|
}>>;
|
|
826
826
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -831,7 +831,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
831
831
|
options?: {
|
|
832
832
|
examplesLanguage?: string | undefined;
|
|
833
833
|
disablePlayground?: boolean | undefined;
|
|
834
|
-
showVersionSelect?: "
|
|
834
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
835
835
|
expandAllTags?: boolean | undefined;
|
|
836
836
|
} | undefined;
|
|
837
837
|
navigationId?: string | undefined;
|
|
@@ -847,7 +847,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
847
847
|
options?: {
|
|
848
848
|
examplesLanguage?: string | undefined;
|
|
849
849
|
disablePlayground?: boolean | undefined;
|
|
850
|
-
showVersionSelect?: "
|
|
850
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
851
851
|
expandAllTags?: boolean | undefined;
|
|
852
852
|
} | undefined;
|
|
853
853
|
navigationId?: string | undefined;
|
|
@@ -880,12 +880,12 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
880
880
|
}, "strip", z.ZodTypeAny, {
|
|
881
881
|
examplesLanguage?: string | undefined;
|
|
882
882
|
disablePlayground?: boolean | undefined;
|
|
883
|
-
showVersionSelect?: "
|
|
883
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
884
884
|
expandAllTags?: boolean | undefined;
|
|
885
885
|
}, {
|
|
886
886
|
examplesLanguage?: string | undefined;
|
|
887
887
|
disablePlayground?: boolean | undefined;
|
|
888
|
-
showVersionSelect?: "
|
|
888
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
889
889
|
expandAllTags?: boolean | undefined;
|
|
890
890
|
}>>;
|
|
891
891
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -896,7 +896,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
896
896
|
options?: {
|
|
897
897
|
examplesLanguage?: string | undefined;
|
|
898
898
|
disablePlayground?: boolean | undefined;
|
|
899
|
-
showVersionSelect?: "
|
|
899
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
900
900
|
expandAllTags?: boolean | undefined;
|
|
901
901
|
} | undefined;
|
|
902
902
|
navigationId?: string | undefined;
|
|
@@ -912,7 +912,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
912
912
|
options?: {
|
|
913
913
|
examplesLanguage?: string | undefined;
|
|
914
914
|
disablePlayground?: boolean | undefined;
|
|
915
|
-
showVersionSelect?: "
|
|
915
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
916
916
|
expandAllTags?: boolean | undefined;
|
|
917
917
|
} | undefined;
|
|
918
918
|
navigationId?: string | undefined;
|
|
@@ -945,12 +945,12 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
945
945
|
}, "strip", z.ZodTypeAny, {
|
|
946
946
|
examplesLanguage?: string | undefined;
|
|
947
947
|
disablePlayground?: boolean | undefined;
|
|
948
|
-
showVersionSelect?: "
|
|
948
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
949
949
|
expandAllTags?: boolean | undefined;
|
|
950
950
|
}, {
|
|
951
951
|
examplesLanguage?: string | undefined;
|
|
952
952
|
disablePlayground?: boolean | undefined;
|
|
953
|
-
showVersionSelect?: "
|
|
953
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
954
954
|
expandAllTags?: boolean | undefined;
|
|
955
955
|
}>>;
|
|
956
956
|
}>, {
|
|
@@ -963,7 +963,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
963
963
|
options?: {
|
|
964
964
|
examplesLanguage?: string | undefined;
|
|
965
965
|
disablePlayground?: boolean | undefined;
|
|
966
|
-
showVersionSelect?: "
|
|
966
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
967
967
|
expandAllTags?: boolean | undefined;
|
|
968
968
|
} | undefined;
|
|
969
969
|
navigationId?: string | undefined;
|
|
@@ -980,7 +980,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
980
980
|
options?: {
|
|
981
981
|
examplesLanguage?: string | undefined;
|
|
982
982
|
disablePlayground?: boolean | undefined;
|
|
983
|
-
showVersionSelect?: "
|
|
983
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
984
984
|
expandAllTags?: boolean | undefined;
|
|
985
985
|
} | undefined;
|
|
986
986
|
navigationId?: string | undefined;
|
|
@@ -1014,12 +1014,12 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1014
1014
|
}, "strip", z.ZodTypeAny, {
|
|
1015
1015
|
examplesLanguage?: string | undefined;
|
|
1016
1016
|
disablePlayground?: boolean | undefined;
|
|
1017
|
-
showVersionSelect?: "
|
|
1017
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1018
1018
|
expandAllTags?: boolean | undefined;
|
|
1019
1019
|
}, {
|
|
1020
1020
|
examplesLanguage?: string | undefined;
|
|
1021
1021
|
disablePlayground?: boolean | undefined;
|
|
1022
|
-
showVersionSelect?: "
|
|
1022
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1023
1023
|
expandAllTags?: boolean | undefined;
|
|
1024
1024
|
}>>;
|
|
1025
1025
|
}>, "strip", z.ZodTypeAny, {
|
|
@@ -1030,7 +1030,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1030
1030
|
options?: {
|
|
1031
1031
|
examplesLanguage?: string | undefined;
|
|
1032
1032
|
disablePlayground?: boolean | undefined;
|
|
1033
|
-
showVersionSelect?: "
|
|
1033
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1034
1034
|
expandAllTags?: boolean | undefined;
|
|
1035
1035
|
} | undefined;
|
|
1036
1036
|
navigationId?: string | undefined;
|
|
@@ -1046,7 +1046,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1046
1046
|
options?: {
|
|
1047
1047
|
examplesLanguage?: string | undefined;
|
|
1048
1048
|
disablePlayground?: boolean | undefined;
|
|
1049
|
-
showVersionSelect?: "
|
|
1049
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1050
1050
|
expandAllTags?: boolean | undefined;
|
|
1051
1051
|
} | undefined;
|
|
1052
1052
|
navigationId?: string | undefined;
|
|
@@ -1184,12 +1184,12 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1184
1184
|
}, "strip", z.ZodTypeAny, {
|
|
1185
1185
|
examplesLanguage?: string | undefined;
|
|
1186
1186
|
disablePlayground?: boolean | undefined;
|
|
1187
|
-
showVersionSelect?: "
|
|
1187
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1188
1188
|
expandAllTags?: boolean | undefined;
|
|
1189
1189
|
}, {
|
|
1190
1190
|
examplesLanguage?: string | undefined;
|
|
1191
1191
|
disablePlayground?: boolean | undefined;
|
|
1192
|
-
showVersionSelect?: "
|
|
1192
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1193
1193
|
expandAllTags?: boolean | undefined;
|
|
1194
1194
|
}>;
|
|
1195
1195
|
examplesLanguage: z.ZodOptional<z.ZodString>;
|
|
@@ -1197,7 +1197,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1197
1197
|
apis: {
|
|
1198
1198
|
examplesLanguage?: string | undefined;
|
|
1199
1199
|
disablePlayground?: boolean | undefined;
|
|
1200
|
-
showVersionSelect?: "
|
|
1200
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1201
1201
|
expandAllTags?: boolean | undefined;
|
|
1202
1202
|
};
|
|
1203
1203
|
examplesLanguage?: string | undefined;
|
|
@@ -1205,7 +1205,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1205
1205
|
apis: {
|
|
1206
1206
|
examplesLanguage?: string | undefined;
|
|
1207
1207
|
disablePlayground?: boolean | undefined;
|
|
1208
|
-
showVersionSelect?: "
|
|
1208
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1209
1209
|
expandAllTags?: boolean | undefined;
|
|
1210
1210
|
};
|
|
1211
1211
|
examplesLanguage?: string | undefined;
|
|
@@ -1267,7 +1267,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1267
1267
|
apis: {
|
|
1268
1268
|
examplesLanguage?: string | undefined;
|
|
1269
1269
|
disablePlayground?: boolean | undefined;
|
|
1270
|
-
showVersionSelect?: "
|
|
1270
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1271
1271
|
expandAllTags?: boolean | undefined;
|
|
1272
1272
|
};
|
|
1273
1273
|
examplesLanguage?: string | undefined;
|
|
@@ -1322,12 +1322,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1322
1322
|
id: string;
|
|
1323
1323
|
label: string;
|
|
1324
1324
|
default?: string | undefined;
|
|
1325
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
1325
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
1326
1326
|
}[] | undefined;
|
|
1327
1327
|
theme?: {
|
|
1328
1328
|
dark?: {
|
|
1329
1329
|
input?: string | undefined;
|
|
1330
1330
|
radius?: string | undefined;
|
|
1331
|
+
destructive?: string | undefined;
|
|
1332
|
+
secondary?: string | undefined;
|
|
1331
1333
|
popover?: string | undefined;
|
|
1332
1334
|
border?: string | undefined;
|
|
1333
1335
|
background?: string | undefined;
|
|
@@ -1337,19 +1339,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1337
1339
|
popoverForeground?: string | undefined;
|
|
1338
1340
|
primary?: string | undefined;
|
|
1339
1341
|
primaryForeground?: string | undefined;
|
|
1340
|
-
secondary?: string | undefined;
|
|
1341
1342
|
secondaryForeground?: string | undefined;
|
|
1342
1343
|
muted?: string | undefined;
|
|
1343
1344
|
mutedForeground?: string | undefined;
|
|
1344
1345
|
accent?: string | undefined;
|
|
1345
1346
|
accentForeground?: string | undefined;
|
|
1346
|
-
destructive?: string | undefined;
|
|
1347
1347
|
destructiveForeground?: string | undefined;
|
|
1348
1348
|
ring?: string | undefined;
|
|
1349
1349
|
} | undefined;
|
|
1350
1350
|
light?: {
|
|
1351
1351
|
input?: string | undefined;
|
|
1352
1352
|
radius?: string | undefined;
|
|
1353
|
+
destructive?: string | undefined;
|
|
1354
|
+
secondary?: string | undefined;
|
|
1353
1355
|
popover?: string | undefined;
|
|
1354
1356
|
border?: string | undefined;
|
|
1355
1357
|
background?: string | undefined;
|
|
@@ -1359,13 +1361,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1359
1361
|
popoverForeground?: string | undefined;
|
|
1360
1362
|
primary?: string | undefined;
|
|
1361
1363
|
primaryForeground?: string | undefined;
|
|
1362
|
-
secondary?: string | undefined;
|
|
1363
1364
|
secondaryForeground?: string | undefined;
|
|
1364
1365
|
muted?: string | undefined;
|
|
1365
1366
|
mutedForeground?: string | undefined;
|
|
1366
1367
|
accent?: string | undefined;
|
|
1367
1368
|
accentForeground?: string | undefined;
|
|
1368
|
-
destructive?: string | undefined;
|
|
1369
1369
|
destructiveForeground?: string | undefined;
|
|
1370
1370
|
ring?: string | undefined;
|
|
1371
1371
|
} | undefined;
|
|
@@ -1444,7 +1444,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1444
1444
|
options?: {
|
|
1445
1445
|
examplesLanguage?: string | undefined;
|
|
1446
1446
|
disablePlayground?: boolean | undefined;
|
|
1447
|
-
showVersionSelect?: "
|
|
1447
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1448
1448
|
expandAllTags?: boolean | undefined;
|
|
1449
1449
|
} | undefined;
|
|
1450
1450
|
navigationId?: string | undefined;
|
|
@@ -1460,7 +1460,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1460
1460
|
options?: {
|
|
1461
1461
|
examplesLanguage?: string | undefined;
|
|
1462
1462
|
disablePlayground?: boolean | undefined;
|
|
1463
|
-
showVersionSelect?: "
|
|
1463
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1464
1464
|
expandAllTags?: boolean | undefined;
|
|
1465
1465
|
} | undefined;
|
|
1466
1466
|
navigationId?: string | undefined;
|
|
@@ -1477,7 +1477,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1477
1477
|
options?: {
|
|
1478
1478
|
examplesLanguage?: string | undefined;
|
|
1479
1479
|
disablePlayground?: boolean | undefined;
|
|
1480
|
-
showVersionSelect?: "
|
|
1480
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1481
1481
|
expandAllTags?: boolean | undefined;
|
|
1482
1482
|
} | undefined;
|
|
1483
1483
|
navigationId?: string | undefined;
|
|
@@ -1493,7 +1493,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1493
1493
|
options?: {
|
|
1494
1494
|
examplesLanguage?: string | undefined;
|
|
1495
1495
|
disablePlayground?: boolean | undefined;
|
|
1496
|
-
showVersionSelect?: "
|
|
1496
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1497
1497
|
expandAllTags?: boolean | undefined;
|
|
1498
1498
|
} | undefined;
|
|
1499
1499
|
navigationId?: string | undefined;
|
|
@@ -1509,7 +1509,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1509
1509
|
options?: {
|
|
1510
1510
|
examplesLanguage?: string | undefined;
|
|
1511
1511
|
disablePlayground?: boolean | undefined;
|
|
1512
|
-
showVersionSelect?: "
|
|
1512
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1513
1513
|
expandAllTags?: boolean | undefined;
|
|
1514
1514
|
} | undefined;
|
|
1515
1515
|
navigationId?: string | undefined;
|
|
@@ -1526,7 +1526,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1526
1526
|
options?: {
|
|
1527
1527
|
examplesLanguage?: string | undefined;
|
|
1528
1528
|
disablePlayground?: boolean | undefined;
|
|
1529
|
-
showVersionSelect?: "
|
|
1529
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1530
1530
|
expandAllTags?: boolean | undefined;
|
|
1531
1531
|
} | undefined;
|
|
1532
1532
|
navigationId?: string | undefined;
|
|
@@ -1602,7 +1602,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1602
1602
|
apis: {
|
|
1603
1603
|
examplesLanguage?: string | undefined;
|
|
1604
1604
|
disablePlayground?: boolean | undefined;
|
|
1605
|
-
showVersionSelect?: "
|
|
1605
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1606
1606
|
expandAllTags?: boolean | undefined;
|
|
1607
1607
|
};
|
|
1608
1608
|
examplesLanguage?: string | undefined;
|
|
@@ -1657,12 +1657,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1657
1657
|
id: string;
|
|
1658
1658
|
label: string;
|
|
1659
1659
|
default?: string | undefined;
|
|
1660
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
1660
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
1661
1661
|
}[] | undefined;
|
|
1662
1662
|
theme?: {
|
|
1663
1663
|
dark?: {
|
|
1664
1664
|
input?: string | undefined;
|
|
1665
1665
|
radius?: string | undefined;
|
|
1666
|
+
destructive?: string | undefined;
|
|
1667
|
+
secondary?: string | undefined;
|
|
1666
1668
|
popover?: string | undefined;
|
|
1667
1669
|
border?: string | undefined;
|
|
1668
1670
|
background?: string | undefined;
|
|
@@ -1672,19 +1674,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1672
1674
|
popoverForeground?: string | undefined;
|
|
1673
1675
|
primary?: string | undefined;
|
|
1674
1676
|
primaryForeground?: string | undefined;
|
|
1675
|
-
secondary?: string | undefined;
|
|
1676
1677
|
secondaryForeground?: string | undefined;
|
|
1677
1678
|
muted?: string | undefined;
|
|
1678
1679
|
mutedForeground?: string | undefined;
|
|
1679
1680
|
accent?: string | undefined;
|
|
1680
1681
|
accentForeground?: string | undefined;
|
|
1681
|
-
destructive?: string | undefined;
|
|
1682
1682
|
destructiveForeground?: string | undefined;
|
|
1683
1683
|
ring?: string | undefined;
|
|
1684
1684
|
} | undefined;
|
|
1685
1685
|
light?: {
|
|
1686
1686
|
input?: string | undefined;
|
|
1687
1687
|
radius?: string | undefined;
|
|
1688
|
+
destructive?: string | undefined;
|
|
1689
|
+
secondary?: string | undefined;
|
|
1688
1690
|
popover?: string | undefined;
|
|
1689
1691
|
border?: string | undefined;
|
|
1690
1692
|
background?: string | undefined;
|
|
@@ -1694,13 +1696,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1694
1696
|
popoverForeground?: string | undefined;
|
|
1695
1697
|
primary?: string | undefined;
|
|
1696
1698
|
primaryForeground?: string | undefined;
|
|
1697
|
-
secondary?: string | undefined;
|
|
1698
1699
|
secondaryForeground?: string | undefined;
|
|
1699
1700
|
muted?: string | undefined;
|
|
1700
1701
|
mutedForeground?: string | undefined;
|
|
1701
1702
|
accent?: string | undefined;
|
|
1702
1703
|
accentForeground?: string | undefined;
|
|
1703
|
-
destructive?: string | undefined;
|
|
1704
1704
|
destructiveForeground?: string | undefined;
|
|
1705
1705
|
ring?: string | undefined;
|
|
1706
1706
|
} | undefined;
|
|
@@ -1779,7 +1779,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1779
1779
|
options?: {
|
|
1780
1780
|
examplesLanguage?: string | undefined;
|
|
1781
1781
|
disablePlayground?: boolean | undefined;
|
|
1782
|
-
showVersionSelect?: "
|
|
1782
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1783
1783
|
expandAllTags?: boolean | undefined;
|
|
1784
1784
|
} | undefined;
|
|
1785
1785
|
navigationId?: string | undefined;
|
|
@@ -1795,7 +1795,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1795
1795
|
options?: {
|
|
1796
1796
|
examplesLanguage?: string | undefined;
|
|
1797
1797
|
disablePlayground?: boolean | undefined;
|
|
1798
|
-
showVersionSelect?: "
|
|
1798
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1799
1799
|
expandAllTags?: boolean | undefined;
|
|
1800
1800
|
} | undefined;
|
|
1801
1801
|
navigationId?: string | undefined;
|
|
@@ -1812,7 +1812,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1812
1812
|
options?: {
|
|
1813
1813
|
examplesLanguage?: string | undefined;
|
|
1814
1814
|
disablePlayground?: boolean | undefined;
|
|
1815
|
-
showVersionSelect?: "
|
|
1815
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1816
1816
|
expandAllTags?: boolean | undefined;
|
|
1817
1817
|
} | undefined;
|
|
1818
1818
|
navigationId?: string | undefined;
|
|
@@ -1828,7 +1828,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1828
1828
|
options?: {
|
|
1829
1829
|
examplesLanguage?: string | undefined;
|
|
1830
1830
|
disablePlayground?: boolean | undefined;
|
|
1831
|
-
showVersionSelect?: "
|
|
1831
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1832
1832
|
expandAllTags?: boolean | undefined;
|
|
1833
1833
|
} | undefined;
|
|
1834
1834
|
navigationId?: string | undefined;
|
|
@@ -1844,7 +1844,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1844
1844
|
options?: {
|
|
1845
1845
|
examplesLanguage?: string | undefined;
|
|
1846
1846
|
disablePlayground?: boolean | undefined;
|
|
1847
|
-
showVersionSelect?: "
|
|
1847
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1848
1848
|
expandAllTags?: boolean | undefined;
|
|
1849
1849
|
} | undefined;
|
|
1850
1850
|
navigationId?: string | undefined;
|
|
@@ -1861,7 +1861,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1861
1861
|
options?: {
|
|
1862
1862
|
examplesLanguage?: string | undefined;
|
|
1863
1863
|
disablePlayground?: boolean | undefined;
|
|
1864
|
-
showVersionSelect?: "
|
|
1864
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1865
1865
|
expandAllTags?: boolean | undefined;
|
|
1866
1866
|
} | undefined;
|
|
1867
1867
|
navigationId?: string | undefined;
|
|
@@ -1937,7 +1937,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1937
1937
|
apis: {
|
|
1938
1938
|
examplesLanguage?: string | undefined;
|
|
1939
1939
|
disablePlayground?: boolean | undefined;
|
|
1940
|
-
showVersionSelect?: "
|
|
1940
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
1941
1941
|
expandAllTags?: boolean | undefined;
|
|
1942
1942
|
};
|
|
1943
1943
|
examplesLanguage?: string | undefined;
|
|
@@ -1992,12 +1992,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1992
1992
|
id: string;
|
|
1993
1993
|
label: string;
|
|
1994
1994
|
default?: string | undefined;
|
|
1995
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
1995
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
1996
1996
|
}[] | undefined;
|
|
1997
1997
|
theme?: {
|
|
1998
1998
|
dark?: {
|
|
1999
1999
|
input?: string | undefined;
|
|
2000
2000
|
radius?: string | undefined;
|
|
2001
|
+
destructive?: string | undefined;
|
|
2002
|
+
secondary?: string | undefined;
|
|
2001
2003
|
popover?: string | undefined;
|
|
2002
2004
|
border?: string | undefined;
|
|
2003
2005
|
background?: string | undefined;
|
|
@@ -2007,19 +2009,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2007
2009
|
popoverForeground?: string | undefined;
|
|
2008
2010
|
primary?: string | undefined;
|
|
2009
2011
|
primaryForeground?: string | undefined;
|
|
2010
|
-
secondary?: string | undefined;
|
|
2011
2012
|
secondaryForeground?: string | undefined;
|
|
2012
2013
|
muted?: string | undefined;
|
|
2013
2014
|
mutedForeground?: string | undefined;
|
|
2014
2015
|
accent?: string | undefined;
|
|
2015
2016
|
accentForeground?: string | undefined;
|
|
2016
|
-
destructive?: string | undefined;
|
|
2017
2017
|
destructiveForeground?: string | undefined;
|
|
2018
2018
|
ring?: string | undefined;
|
|
2019
2019
|
} | undefined;
|
|
2020
2020
|
light?: {
|
|
2021
2021
|
input?: string | undefined;
|
|
2022
2022
|
radius?: string | undefined;
|
|
2023
|
+
destructive?: string | undefined;
|
|
2024
|
+
secondary?: string | undefined;
|
|
2023
2025
|
popover?: string | undefined;
|
|
2024
2026
|
border?: string | undefined;
|
|
2025
2027
|
background?: string | undefined;
|
|
@@ -2029,13 +2031,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2029
2031
|
popoverForeground?: string | undefined;
|
|
2030
2032
|
primary?: string | undefined;
|
|
2031
2033
|
primaryForeground?: string | undefined;
|
|
2032
|
-
secondary?: string | undefined;
|
|
2033
2034
|
secondaryForeground?: string | undefined;
|
|
2034
2035
|
muted?: string | undefined;
|
|
2035
2036
|
mutedForeground?: string | undefined;
|
|
2036
2037
|
accent?: string | undefined;
|
|
2037
2038
|
accentForeground?: string | undefined;
|
|
2038
|
-
destructive?: string | undefined;
|
|
2039
2039
|
destructiveForeground?: string | undefined;
|
|
2040
2040
|
ring?: string | undefined;
|
|
2041
2041
|
} | undefined;
|
|
@@ -2114,7 +2114,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2114
2114
|
options?: {
|
|
2115
2115
|
examplesLanguage?: string | undefined;
|
|
2116
2116
|
disablePlayground?: boolean | undefined;
|
|
2117
|
-
showVersionSelect?: "
|
|
2117
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2118
2118
|
expandAllTags?: boolean | undefined;
|
|
2119
2119
|
} | undefined;
|
|
2120
2120
|
navigationId?: string | undefined;
|
|
@@ -2130,7 +2130,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2130
2130
|
options?: {
|
|
2131
2131
|
examplesLanguage?: string | undefined;
|
|
2132
2132
|
disablePlayground?: boolean | undefined;
|
|
2133
|
-
showVersionSelect?: "
|
|
2133
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2134
2134
|
expandAllTags?: boolean | undefined;
|
|
2135
2135
|
} | undefined;
|
|
2136
2136
|
navigationId?: string | undefined;
|
|
@@ -2147,7 +2147,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2147
2147
|
options?: {
|
|
2148
2148
|
examplesLanguage?: string | undefined;
|
|
2149
2149
|
disablePlayground?: boolean | undefined;
|
|
2150
|
-
showVersionSelect?: "
|
|
2150
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2151
2151
|
expandAllTags?: boolean | undefined;
|
|
2152
2152
|
} | undefined;
|
|
2153
2153
|
navigationId?: string | undefined;
|
|
@@ -2163,7 +2163,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2163
2163
|
options?: {
|
|
2164
2164
|
examplesLanguage?: string | undefined;
|
|
2165
2165
|
disablePlayground?: boolean | undefined;
|
|
2166
|
-
showVersionSelect?: "
|
|
2166
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2167
2167
|
expandAllTags?: boolean | undefined;
|
|
2168
2168
|
} | undefined;
|
|
2169
2169
|
navigationId?: string | undefined;
|
|
@@ -2179,7 +2179,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2179
2179
|
options?: {
|
|
2180
2180
|
examplesLanguage?: string | undefined;
|
|
2181
2181
|
disablePlayground?: boolean | undefined;
|
|
2182
|
-
showVersionSelect?: "
|
|
2182
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2183
2183
|
expandAllTags?: boolean | undefined;
|
|
2184
2184
|
} | undefined;
|
|
2185
2185
|
navigationId?: string | undefined;
|
|
@@ -2196,7 +2196,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2196
2196
|
options?: {
|
|
2197
2197
|
examplesLanguage?: string | undefined;
|
|
2198
2198
|
disablePlayground?: boolean | undefined;
|
|
2199
|
-
showVersionSelect?: "
|
|
2199
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2200
2200
|
expandAllTags?: boolean | undefined;
|
|
2201
2201
|
} | undefined;
|
|
2202
2202
|
navigationId?: string | undefined;
|
|
@@ -2272,7 +2272,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2272
2272
|
apis: {
|
|
2273
2273
|
examplesLanguage?: string | undefined;
|
|
2274
2274
|
disablePlayground?: boolean | undefined;
|
|
2275
|
-
showVersionSelect?: "
|
|
2275
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2276
2276
|
expandAllTags?: boolean | undefined;
|
|
2277
2277
|
};
|
|
2278
2278
|
examplesLanguage?: string | undefined;
|
|
@@ -2327,12 +2327,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2327
2327
|
id: string;
|
|
2328
2328
|
label: string;
|
|
2329
2329
|
default?: string | undefined;
|
|
2330
|
-
display?: "auth" | "anon" | "always" | undefined;
|
|
2330
|
+
display?: "hide" | "auth" | "anon" | "always" | undefined;
|
|
2331
2331
|
}[] | undefined;
|
|
2332
2332
|
theme?: {
|
|
2333
2333
|
dark?: {
|
|
2334
2334
|
input?: string | undefined;
|
|
2335
2335
|
radius?: string | undefined;
|
|
2336
|
+
destructive?: string | undefined;
|
|
2337
|
+
secondary?: string | undefined;
|
|
2336
2338
|
popover?: string | undefined;
|
|
2337
2339
|
border?: string | undefined;
|
|
2338
2340
|
background?: string | undefined;
|
|
@@ -2342,19 +2344,19 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2342
2344
|
popoverForeground?: string | undefined;
|
|
2343
2345
|
primary?: string | undefined;
|
|
2344
2346
|
primaryForeground?: string | undefined;
|
|
2345
|
-
secondary?: string | undefined;
|
|
2346
2347
|
secondaryForeground?: string | undefined;
|
|
2347
2348
|
muted?: string | undefined;
|
|
2348
2349
|
mutedForeground?: string | undefined;
|
|
2349
2350
|
accent?: string | undefined;
|
|
2350
2351
|
accentForeground?: string | undefined;
|
|
2351
|
-
destructive?: string | undefined;
|
|
2352
2352
|
destructiveForeground?: string | undefined;
|
|
2353
2353
|
ring?: string | undefined;
|
|
2354
2354
|
} | undefined;
|
|
2355
2355
|
light?: {
|
|
2356
2356
|
input?: string | undefined;
|
|
2357
2357
|
radius?: string | undefined;
|
|
2358
|
+
destructive?: string | undefined;
|
|
2359
|
+
secondary?: string | undefined;
|
|
2358
2360
|
popover?: string | undefined;
|
|
2359
2361
|
border?: string | undefined;
|
|
2360
2362
|
background?: string | undefined;
|
|
@@ -2364,13 +2366,11 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2364
2366
|
popoverForeground?: string | undefined;
|
|
2365
2367
|
primary?: string | undefined;
|
|
2366
2368
|
primaryForeground?: string | undefined;
|
|
2367
|
-
secondary?: string | undefined;
|
|
2368
2369
|
secondaryForeground?: string | undefined;
|
|
2369
2370
|
muted?: string | undefined;
|
|
2370
2371
|
mutedForeground?: string | undefined;
|
|
2371
2372
|
accent?: string | undefined;
|
|
2372
2373
|
accentForeground?: string | undefined;
|
|
2373
|
-
destructive?: string | undefined;
|
|
2374
2374
|
destructiveForeground?: string | undefined;
|
|
2375
2375
|
ring?: string | undefined;
|
|
2376
2376
|
} | undefined;
|
|
@@ -2449,7 +2449,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2449
2449
|
options?: {
|
|
2450
2450
|
examplesLanguage?: string | undefined;
|
|
2451
2451
|
disablePlayground?: boolean | undefined;
|
|
2452
|
-
showVersionSelect?: "
|
|
2452
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2453
2453
|
expandAllTags?: boolean | undefined;
|
|
2454
2454
|
} | undefined;
|
|
2455
2455
|
navigationId?: string | undefined;
|
|
@@ -2465,7 +2465,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2465
2465
|
options?: {
|
|
2466
2466
|
examplesLanguage?: string | undefined;
|
|
2467
2467
|
disablePlayground?: boolean | undefined;
|
|
2468
|
-
showVersionSelect?: "
|
|
2468
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2469
2469
|
expandAllTags?: boolean | undefined;
|
|
2470
2470
|
} | undefined;
|
|
2471
2471
|
navigationId?: string | undefined;
|
|
@@ -2482,7 +2482,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2482
2482
|
options?: {
|
|
2483
2483
|
examplesLanguage?: string | undefined;
|
|
2484
2484
|
disablePlayground?: boolean | undefined;
|
|
2485
|
-
showVersionSelect?: "
|
|
2485
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2486
2486
|
expandAllTags?: boolean | undefined;
|
|
2487
2487
|
} | undefined;
|
|
2488
2488
|
navigationId?: string | undefined;
|
|
@@ -2498,7 +2498,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2498
2498
|
options?: {
|
|
2499
2499
|
examplesLanguage?: string | undefined;
|
|
2500
2500
|
disablePlayground?: boolean | undefined;
|
|
2501
|
-
showVersionSelect?: "
|
|
2501
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2502
2502
|
expandAllTags?: boolean | undefined;
|
|
2503
2503
|
} | undefined;
|
|
2504
2504
|
navigationId?: string | undefined;
|
|
@@ -2514,7 +2514,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2514
2514
|
options?: {
|
|
2515
2515
|
examplesLanguage?: string | undefined;
|
|
2516
2516
|
disablePlayground?: boolean | undefined;
|
|
2517
|
-
showVersionSelect?: "
|
|
2517
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2518
2518
|
expandAllTags?: boolean | undefined;
|
|
2519
2519
|
} | undefined;
|
|
2520
2520
|
navigationId?: string | undefined;
|
|
@@ -2531,7 +2531,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2531
2531
|
options?: {
|
|
2532
2532
|
examplesLanguage?: string | undefined;
|
|
2533
2533
|
disablePlayground?: boolean | undefined;
|
|
2534
|
-
showVersionSelect?: "
|
|
2534
|
+
showVersionSelect?: "hide" | "always" | "if-available" | undefined;
|
|
2535
2535
|
expandAllTags?: boolean | undefined;
|
|
2536
2536
|
} | undefined;
|
|
2537
2537
|
navigationId?: string | undefined;
|