zudoku 0.41.4 → 0.42.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/dist/app/main.js +6 -0
- package/dist/app/main.js.map +1 -1
- package/dist/config/validators/common.d.ts +420 -288
- package/dist/config/validators/common.js +10 -0
- package/dist/config/validators/common.js.map +1 -1
- package/dist/config/validators/validate.d.ts +161 -108
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/lib/components/BuildCheck.js +5 -4
- package/dist/lib/components/BuildCheck.js.map +1 -1
- package/dist/lib/components/Markdown.d.ts +3 -1
- package/dist/lib/components/Markdown.js +8 -14
- package/dist/lib/components/Markdown.js.map +1 -1
- package/dist/lib/components/context/ZudokuContext.d.ts +1 -1
- package/dist/lib/components/index.d.ts +2 -1
- package/dist/lib/core/ZudokuContext.d.ts +7 -0
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/errors/ErrorAlert.js +1 -1
- package/dist/lib/errors/ErrorAlert.js.map +1 -1
- package/dist/lib/plugins/openapi/CollapsibleCode.js +1 -1
- package/dist/lib/plugins/openapi/CollapsibleCode.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js.map +1 -1
- package/dist/lib/plugins/openapi/SidecarExamples.js +1 -1
- package/dist/lib/plugins/openapi/SidecarExamples.js.map +1 -1
- package/dist/lib/shiki.d.ts +35 -0
- package/dist/lib/shiki.js +103 -0
- package/dist/lib/shiki.js.map +1 -0
- package/dist/lib/ui/Callout.js +1 -1
- package/dist/lib/ui/Callout.js.map +1 -1
- package/dist/lib/ui/CodeBlock.d.ts +16 -0
- package/dist/lib/ui/CodeBlock.js +18 -0
- package/dist/lib/ui/CodeBlock.js.map +1 -0
- package/dist/lib/ui/SyntaxHighlight.d.ts +10 -15
- package/dist/lib/ui/SyntaxHighlight.js +10 -60
- package/dist/lib/ui/SyntaxHighlight.js.map +1 -1
- package/dist/lib/util/MdxComponents.d.ts +9 -3
- package/dist/lib/util/MdxComponents.js +9 -10
- package/dist/lib/util/MdxComponents.js.map +1 -1
- package/dist/vite/config.js +34 -0
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/plugin-mdx.js +4 -11
- package/dist/vite/plugin-mdx.js.map +1 -1
- package/dist/vite/plugin-shiki-register.d.ts +3 -0
- package/dist/vite/plugin-shiki-register.js +38 -0
- package/dist/vite/plugin-shiki-register.js.map +1 -0
- package/dist/vite/plugin.js +2 -0
- package/dist/vite/plugin.js.map +1 -1
- package/lib/AuthenticationPlugin-EeQpQI3D.js +55 -0
- package/lib/{AuthenticationPlugin-CJOFRBk3.js.map → AuthenticationPlugin-EeQpQI3D.js.map} +1 -1
- package/lib/{Button-BBNrKpQd.js → Button-Bdk_Ij3U.js} +3 -3
- package/lib/{Button-BBNrKpQd.js.map → Button-Bdk_Ij3U.js.map} +1 -1
- package/lib/{Callout-D3Ja4OPX.js → Callout-XadUe37J.js} +12 -12
- package/lib/{Callout-D3Ja4OPX.js.map → Callout-XadUe37J.js.map} +1 -1
- package/lib/{CategoryHeading-D06WK_Wo.js → CategoryHeading-DZi-Szor.js} +2 -2
- package/lib/{CategoryHeading-D06WK_Wo.js.map → CategoryHeading-DZi-Szor.js.map} +1 -1
- package/lib/{Dialog-ByYz4ABw.js → Dialog-CNf2oWXG.js} +2 -2
- package/lib/{Dialog-ByYz4ABw.js.map → Dialog-CNf2oWXG.js.map} +1 -1
- package/lib/{Drawer-CEwbkLDb.js → Drawer-BPBxzel2.js} +25 -25
- package/lib/{Drawer-CEwbkLDb.js.map → Drawer-BPBxzel2.js.map} +1 -1
- package/lib/Markdown-1l-DtDbF.js +7688 -0
- package/lib/Markdown-1l-DtDbF.js.map +1 -0
- package/lib/MdxPage-Dxbq6lFr.js +84 -0
- package/lib/{MdxPage-OSMru6r8.js.map → MdxPage-Dxbq6lFr.js.map} +1 -1
- package/lib/{OasProvider-CHYfqkG3.js → OasProvider-DKpTJMH2.js} +4 -4
- package/lib/{OasProvider-CHYfqkG3.js.map → OasProvider-DKpTJMH2.js.map} +1 -1
- package/lib/{OperationList-jzJUa4hl.js → OperationList-DVOyNeno.js} +1385 -1417
- package/lib/{OperationList-jzJUa4hl.js.map → OperationList-DVOyNeno.js.map} +1 -1
- package/lib/{Pagination-BcY_siMl.js → Pagination-COMmV-g9.js} +4 -4
- package/lib/{Pagination-BcY_siMl.js.map → Pagination-COMmV-g9.js.map} +1 -1
- package/lib/RouteGuard-CGqivwrh.js +733 -0
- package/lib/{RouteGuard-BZ_VsiXc.js.map → RouteGuard-CGqivwrh.js.map} +1 -1
- package/lib/{SchemaList-DcWTacAj.js → SchemaList-BTWzXyYQ.js} +43 -44
- package/lib/{SchemaList-DcWTacAj.js.map → SchemaList-BTWzXyYQ.js.map} +1 -1
- package/lib/{SchemaView-DwlVvFfp.js → SchemaView-DNKKW3nB.js} +7 -11
- package/lib/{SchemaView-DwlVvFfp.js.map → SchemaView-DNKKW3nB.js.map} +1 -1
- package/lib/Select-m-ITdvFa.js +211 -0
- package/lib/{Select-Dg5R11Dx.js.map → Select-m-ITdvFa.js.map} +1 -1
- package/lib/SlotletProvider-DhK1Fmm9.js +254 -0
- package/lib/SlotletProvider-DhK1Fmm9.js.map +1 -0
- package/lib/SyntaxHighlight-CJ6FoYvt.js +9104 -0
- package/lib/SyntaxHighlight-CJ6FoYvt.js.map +1 -0
- package/lib/{Toc-BVdRaIC0.js → Toc-CzMOgcPS.js} +3 -3
- package/lib/{Toc-BVdRaIC0.js.map → Toc-CzMOgcPS.js.map} +1 -1
- package/lib/{chunk-KNED5TY2-BUPjb3LQ.js → chunk-BAXFHI7N-CFrZQ7Oh.js} +356 -359
- package/lib/chunk-BAXFHI7N-CFrZQ7Oh.js.map +1 -0
- package/lib/{circular-ByJI6Mci.js → circular-D__GEK2G.js} +47 -47
- package/lib/{circular-ByJI6Mci.js.map → circular-D__GEK2G.js.map} +1 -1
- package/lib/{cn-qaFjX9_3.js → cn-CwJPJKOE.js} +28 -29
- package/lib/{cn-qaFjX9_3.js.map → cn-CwJPJKOE.js.map} +1 -1
- package/lib/{createServer-IW7v5hWm.js → createServer-B4l2NSkt.js} +3724 -3868
- package/lib/{createServer-IW7v5hWm.js.map → createServer-B4l2NSkt.js.map} +1 -1
- package/lib/hook-CyNmcNr8.js +1443 -0
- package/lib/{hook-pPrHCB6G.js.map → hook-CyNmcNr8.js.map} +1 -1
- package/lib/{index-DwT-v3zK.js → index--oeBayMa.js} +2 -2
- package/lib/{index-DwT-v3zK.js.map → index--oeBayMa.js.map} +1 -1
- package/lib/index-BcMPFdRU.js +4975 -0
- package/lib/index-BcMPFdRU.js.map +1 -0
- package/lib/{index-LNp6rxyU.js → index-BvvmIczU.js} +2 -2
- package/lib/{index-LNp6rxyU.js.map → index-BvvmIczU.js.map} +1 -1
- package/lib/{index-DNFEg0uU.js → index-CCS3ifKs.js} +690 -733
- package/lib/{index-DNFEg0uU.js.map → index-CCS3ifKs.js.map} +1 -1
- package/lib/{index-CuBIgTKC.js → index-CrcNWbel.js} +9 -9
- package/lib/{index-CuBIgTKC.js.map → index-CrcNWbel.js.map} +1 -1
- package/lib/{index-CPNSgwSb.js → index-Z13x6tPX.js} +5 -5
- package/lib/{index-CPNSgwSb.js.map → index-Z13x6tPX.js.map} +1 -1
- package/lib/{index-DcHeSvkE.js → index-zddirpDj.js} +581 -609
- package/lib/{index-DcHeSvkE.js.map → index-zddirpDj.js.map} +1 -1
- package/lib/invariant-D3QcI9fa.js +22 -0
- package/lib/{invariant-Caa8-XvF.js.map → invariant-D3QcI9fa.js.map} +1 -1
- package/lib/mutation-narTVsCe.js +196 -0
- package/lib/{mutation-Csa9eQDM.js.map → mutation-narTVsCe.js.map} +1 -1
- package/lib/processors/removeParameters.js +27 -28
- package/lib/processors/removeParameters.js.map +1 -1
- package/lib/processors/removePaths.js +17 -17
- package/lib/processors/removePaths.js.map +1 -1
- package/lib/ui/Accordion.js +1 -1
- package/lib/ui/ActionButton.js +2 -2
- package/lib/ui/Alert.js +2 -2
- package/lib/ui/AlertDialog.js +1 -1
- package/lib/ui/Badge.js +2 -2
- package/lib/ui/Breadcrumb.js +1 -1
- package/lib/ui/Button.js +2 -2
- package/lib/ui/Callout.js +7 -7
- package/lib/ui/Callout.js.map +1 -1
- package/lib/ui/Card.js +1 -1
- package/lib/ui/Carousel.js +175 -175
- package/lib/ui/Carousel.js.map +1 -1
- package/lib/ui/Checkbox.js +1 -1
- package/lib/ui/CodeBlock.js +83 -0
- package/lib/ui/CodeBlock.js.map +1 -0
- package/lib/ui/Command.js +58 -58
- package/lib/ui/Command.js.map +1 -1
- package/lib/ui/Dialog.js +1 -1
- package/lib/ui/Drawer.js +2 -2
- package/lib/ui/DropdownMenu.js +1 -1
- package/lib/ui/Form.js +1 -1
- package/lib/ui/HoverCard.js +1 -1
- package/lib/ui/Input.js +1 -1
- package/lib/ui/Label.js +2 -2
- package/lib/ui/Pagination.js +1 -1
- package/lib/ui/Popover.js +1 -1
- package/lib/ui/Progress.js +1 -1
- package/lib/ui/RadioGroup.js +1 -1
- package/lib/ui/ScrollArea.js +1 -1
- package/lib/ui/Select.js +1 -1
- package/lib/ui/Skeleton.js +1 -1
- package/lib/ui/Slider.js +1 -1
- package/lib/ui/Switch.js +1 -1
- package/lib/ui/SyntaxHighlight.js +4 -6
- package/lib/ui/SyntaxHighlight.js.map +1 -1
- package/lib/ui/Tabs.js +1 -1
- package/lib/ui/Textarea.js +1 -1
- package/lib/ui/Toggle.js +2 -2
- package/lib/ui/ToggleGroup.js +1 -1
- package/lib/ui/Tooltip.js +1 -1
- package/lib/ui/util.js +1 -1
- package/lib/{useExposedProps-Dq2yUQIG.js → useExposedProps-n1u49409.js} +2 -2
- package/lib/{useExposedProps-Dq2yUQIG.js.map → useExposedProps-n1u49409.js.map} +1 -1
- package/lib/zudoku.auth-auth0.js +28 -31
- package/lib/zudoku.auth-auth0.js.map +1 -1
- package/lib/zudoku.auth-clerk.js +62 -68
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +475 -483
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.components.js +7 -7
- package/lib/zudoku.hooks.js +2 -2
- package/lib/zudoku.plugin-api-catalog.js +45 -45
- package/lib/zudoku.plugin-api-catalog.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +6 -6
- package/lib/zudoku.plugin-custom-pages.js +3 -3
- package/lib/zudoku.plugin-markdown.js +25 -28
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +3 -3
- package/lib/zudoku.plugin-redirect.js +1 -1
- package/lib/zudoku.plugin-search-inkeep.js +26 -27
- package/lib/zudoku.plugin-search-inkeep.js.map +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +107 -110
- package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
- package/package.json +19 -9
- package/src/app/main.css +53 -3
- package/src/app/main.tsx +7 -0
- package/src/lib/components/BuildCheck.tsx +6 -4
- package/src/lib/components/Markdown.tsx +29 -24
- package/src/lib/core/ZudokuContext.ts +4 -0
- package/src/lib/errors/ErrorAlert.tsx +1 -1
- package/src/lib/plugins/openapi/CollapsibleCode.tsx +5 -2
- package/src/lib/plugins/openapi/Sidecar.tsx +1 -1
- package/src/lib/plugins/openapi/SidecarExamples.tsx +2 -2
- package/src/lib/shiki.ts +129 -0
- package/src/lib/ui/Callout.tsx +1 -1
- package/src/lib/ui/CodeBlock.tsx +102 -0
- package/src/lib/ui/SyntaxHighlight.tsx +18 -182
- package/src/lib/util/MdxComponents.tsx +27 -14
- package/src/shiki/langs/abap.js +1 -0
- package/src/shiki/langs/actionscript-3.js +1 -0
- package/src/shiki/langs/ada.js +1 -0
- package/src/shiki/langs/angular-expression.js +1 -0
- package/src/shiki/langs/angular-html.js +1 -0
- package/src/shiki/langs/angular-inline-style.js +1 -0
- package/src/shiki/langs/angular-inline-template.js +1 -0
- package/src/shiki/langs/angular-let-declaration.js +1 -0
- package/src/shiki/langs/angular-template-blocks.js +1 -0
- package/src/shiki/langs/angular-template.js +1 -0
- package/src/shiki/langs/angular-ts.js +1 -0
- package/src/shiki/langs/apache.js +1 -0
- package/src/shiki/langs/apex.js +1 -0
- package/src/shiki/langs/apl.js +1 -0
- package/src/shiki/langs/applescript.js +1 -0
- package/src/shiki/langs/ara.js +1 -0
- package/src/shiki/langs/asciidoc.js +1 -0
- package/src/shiki/langs/asm.js +1 -0
- package/src/shiki/langs/astro.js +1 -0
- package/src/shiki/langs/awk.js +1 -0
- package/src/shiki/langs/ballerina.js +1 -0
- package/src/shiki/langs/bat.js +1 -0
- package/src/shiki/langs/beancount.js +1 -0
- package/src/shiki/langs/berry.js +1 -0
- package/src/shiki/langs/bibtex.js +1 -0
- package/src/shiki/langs/bicep.js +1 -0
- package/src/shiki/langs/blade.js +1 -0
- package/src/shiki/langs/bsl.js +1 -0
- package/src/shiki/langs/c.js +1 -0
- package/src/shiki/langs/cadence.js +1 -0
- package/src/shiki/langs/cairo.js +1 -0
- package/src/shiki/langs/clarity.js +1 -0
- package/src/shiki/langs/clojure.js +1 -0
- package/src/shiki/langs/cmake.js +1 -0
- package/src/shiki/langs/cobol.js +1 -0
- package/src/shiki/langs/codeowners.js +1 -0
- package/src/shiki/langs/codeql.js +1 -0
- package/src/shiki/langs/coffee.js +1 -0
- package/src/shiki/langs/common-lisp.js +1 -0
- package/src/shiki/langs/coq.js +1 -0
- package/src/shiki/langs/cpp-macro.js +1 -0
- package/src/shiki/langs/cpp.js +1 -0
- package/src/shiki/langs/crystal.js +1 -0
- package/src/shiki/langs/csharp.js +1 -0
- package/src/shiki/langs/css.js +1 -0
- package/src/shiki/langs/csv.js +1 -0
- package/src/shiki/langs/cue.js +1 -0
- package/src/shiki/langs/cypher.js +1 -0
- package/src/shiki/langs/d.js +1 -0
- package/src/shiki/langs/dart.js +1 -0
- package/src/shiki/langs/dax.js +1 -0
- package/src/shiki/langs/desktop.js +1 -0
- package/src/shiki/langs/diff.js +1 -0
- package/src/shiki/langs/docker.js +1 -0
- package/src/shiki/langs/dotenv.js +1 -0
- package/src/shiki/langs/dream-maker.js +1 -0
- package/src/shiki/langs/edge.js +1 -0
- package/src/shiki/langs/elixir.js +1 -0
- package/src/shiki/langs/elm.js +1 -0
- package/src/shiki/langs/emacs-lisp.js +1 -0
- package/src/shiki/langs/erb.js +1 -0
- package/src/shiki/langs/erlang.js +1 -0
- package/src/shiki/langs/es-tag-css.js +1 -0
- package/src/shiki/langs/es-tag-glsl.js +1 -0
- package/src/shiki/langs/es-tag-html.js +1 -0
- package/src/shiki/langs/es-tag-sql.js +1 -0
- package/src/shiki/langs/es-tag-xml.js +1 -0
- package/src/shiki/langs/fennel.js +1 -0
- package/src/shiki/langs/fish.js +1 -0
- package/src/shiki/langs/fluent.js +1 -0
- package/src/shiki/langs/fortran-fixed-form.js +1 -0
- package/src/shiki/langs/fortran-free-form.js +1 -0
- package/src/shiki/langs/fsharp.js +1 -0
- package/src/shiki/langs/gdresource.js +1 -0
- package/src/shiki/langs/gdscript.js +1 -0
- package/src/shiki/langs/gdshader.js +1 -0
- package/src/shiki/langs/genie.js +1 -0
- package/src/shiki/langs/gherkin.js +1 -0
- package/src/shiki/langs/git-commit.js +1 -0
- package/src/shiki/langs/git-rebase.js +1 -0
- package/src/shiki/langs/gleam.js +1 -0
- package/src/shiki/langs/glimmer-js.js +1 -0
- package/src/shiki/langs/glimmer-ts.js +1 -0
- package/src/shiki/langs/glsl.js +1 -0
- package/src/shiki/langs/gnuplot.js +1 -0
- package/src/shiki/langs/go.js +1 -0
- package/src/shiki/langs/graphql.js +1 -0
- package/src/shiki/langs/groovy.js +1 -0
- package/src/shiki/langs/hack.js +1 -0
- package/src/shiki/langs/haml.js +1 -0
- package/src/shiki/langs/handlebars.js +1 -0
- package/src/shiki/langs/haskell.js +1 -0
- package/src/shiki/langs/haxe.js +1 -0
- package/src/shiki/langs/hcl.js +1 -0
- package/src/shiki/langs/hjson.js +1 -0
- package/src/shiki/langs/hlsl.js +1 -0
- package/src/shiki/langs/html-derivative.js +1 -0
- package/src/shiki/langs/html.js +1 -0
- package/src/shiki/langs/http.js +1 -0
- package/src/shiki/langs/hxml.js +1 -0
- package/src/shiki/langs/hy.js +1 -0
- package/src/shiki/langs/imba.js +1 -0
- package/src/shiki/langs/ini.js +1 -0
- package/src/shiki/langs/java.js +1 -0
- package/src/shiki/langs/javascript.js +1 -0
- package/src/shiki/langs/jinja-html.js +1 -0
- package/src/shiki/langs/jinja.js +1 -0
- package/src/shiki/langs/jison.js +1 -0
- package/src/shiki/langs/json.js +1 -0
- package/src/shiki/langs/json5.js +1 -0
- package/src/shiki/langs/jsonc.js +1 -0
- package/src/shiki/langs/jsonl.js +1 -0
- package/src/shiki/langs/jsonnet.js +1 -0
- package/src/shiki/langs/jssm.js +1 -0
- package/src/shiki/langs/jsx.js +1 -0
- package/src/shiki/langs/julia.js +1 -0
- package/src/shiki/langs/kotlin.js +1 -0
- package/src/shiki/langs/kusto.js +1 -0
- package/src/shiki/langs/latex.js +1 -0
- package/src/shiki/langs/lean.js +1 -0
- package/src/shiki/langs/less.js +1 -0
- package/src/shiki/langs/liquid.js +1 -0
- package/src/shiki/langs/llvm.js +1 -0
- package/src/shiki/langs/log.js +1 -0
- package/src/shiki/langs/logo.js +1 -0
- package/src/shiki/langs/lua.js +1 -0
- package/src/shiki/langs/luau.js +1 -0
- package/src/shiki/langs/make.js +1 -0
- package/src/shiki/langs/markdown-vue.js +1 -0
- package/src/shiki/langs/markdown.js +1 -0
- package/src/shiki/langs/marko.js +1 -0
- package/src/shiki/langs/matlab.js +1 -0
- package/src/shiki/langs/mdc.js +1 -0
- package/src/shiki/langs/mdx.js +1 -0
- package/src/shiki/langs/mermaid.js +1 -0
- package/src/shiki/langs/mipsasm.js +1 -0
- package/src/shiki/langs/mojo.js +1 -0
- package/src/shiki/langs/move.js +1 -0
- package/src/shiki/langs/narrat.js +1 -0
- package/src/shiki/langs/nextflow.js +1 -0
- package/src/shiki/langs/nginx.js +1 -0
- package/src/shiki/langs/nim.js +1 -0
- package/src/shiki/langs/nix.js +1 -0
- package/src/shiki/langs/nushell.js +1 -0
- package/src/shiki/langs/objective-c.js +1 -0
- package/src/shiki/langs/objective-cpp.js +1 -0
- package/src/shiki/langs/ocaml.js +1 -0
- package/src/shiki/langs/pascal.js +1 -0
- package/src/shiki/langs/perl.js +1 -0
- package/src/shiki/langs/php.js +1 -0
- package/src/shiki/langs/plsql.js +1 -0
- package/src/shiki/langs/po.js +1 -0
- package/src/shiki/langs/polar.js +1 -0
- package/src/shiki/langs/postcss.js +1 -0
- package/src/shiki/langs/powerquery.js +1 -0
- package/src/shiki/langs/powershell.js +1 -0
- package/src/shiki/langs/prisma.js +1 -0
- package/src/shiki/langs/prolog.js +1 -0
- package/src/shiki/langs/proto.js +1 -0
- package/src/shiki/langs/pug.js +1 -0
- package/src/shiki/langs/puppet.js +1 -0
- package/src/shiki/langs/purescript.js +1 -0
- package/src/shiki/langs/python.js +1 -0
- package/src/shiki/langs/qml.js +1 -0
- package/src/shiki/langs/qmldir.js +1 -0
- package/src/shiki/langs/qss.js +1 -0
- package/src/shiki/langs/r.js +1 -0
- package/src/shiki/langs/racket.js +1 -0
- package/src/shiki/langs/raku.js +1 -0
- package/src/shiki/langs/razor.js +1 -0
- package/src/shiki/langs/reg.js +1 -0
- package/src/shiki/langs/regexp.js +1 -0
- package/src/shiki/langs/rel.js +1 -0
- package/src/shiki/langs/riscv.js +1 -0
- package/src/shiki/langs/rst.js +1 -0
- package/src/shiki/langs/ruby.js +1 -0
- package/src/shiki/langs/rust.js +1 -0
- package/src/shiki/langs/sas.js +1 -0
- package/src/shiki/langs/sass.js +1 -0
- package/src/shiki/langs/scala.js +1 -0
- package/src/shiki/langs/scheme.js +1 -0
- package/src/shiki/langs/scss.js +1 -0
- package/src/shiki/langs/sdbl.js +1 -0
- package/src/shiki/langs/shaderlab.js +1 -0
- package/src/shiki/langs/shellscript.js +1 -0
- package/src/shiki/langs/shellsession.js +1 -0
- package/src/shiki/langs/smalltalk.js +1 -0
- package/src/shiki/langs/solidity.js +1 -0
- package/src/shiki/langs/soy.js +1 -0
- package/src/shiki/langs/sparql.js +1 -0
- package/src/shiki/langs/splunk.js +1 -0
- package/src/shiki/langs/sql.js +1 -0
- package/src/shiki/langs/ssh-config.js +1 -0
- package/src/shiki/langs/stata.js +1 -0
- package/src/shiki/langs/stylus.js +1 -0
- package/src/shiki/langs/svelte.js +1 -0
- package/src/shiki/langs/swift.js +1 -0
- package/src/shiki/langs/system-verilog.js +1 -0
- package/src/shiki/langs/systemd.js +1 -0
- package/src/shiki/langs/talonscript.js +1 -0
- package/src/shiki/langs/tasl.js +1 -0
- package/src/shiki/langs/tcl.js +1 -0
- package/src/shiki/langs/templ.js +1 -0
- package/src/shiki/langs/terraform.js +1 -0
- package/src/shiki/langs/tex.js +1 -0
- package/src/shiki/langs/toml.js +1 -0
- package/src/shiki/langs/ts-tags.js +1 -0
- package/src/shiki/langs/tsv.js +1 -0
- package/src/shiki/langs/tsx.js +1 -0
- package/src/shiki/langs/turtle.js +1 -0
- package/src/shiki/langs/twig.js +1 -0
- package/src/shiki/langs/typescript.js +1 -0
- package/src/shiki/langs/typespec.js +1 -0
- package/src/shiki/langs/typst.js +1 -0
- package/src/shiki/langs/v.js +1 -0
- package/src/shiki/langs/vala.js +1 -0
- package/src/shiki/langs/vb.js +1 -0
- package/src/shiki/langs/verilog.js +1 -0
- package/src/shiki/langs/vhdl.js +1 -0
- package/src/shiki/langs/viml.js +1 -0
- package/src/shiki/langs/vue-directives.js +1 -0
- package/src/shiki/langs/vue-html.js +1 -0
- package/src/shiki/langs/vue-interpolations.js +1 -0
- package/src/shiki/langs/vue-sfc-style-variable-injection.js +1 -0
- package/src/shiki/langs/vue.js +1 -0
- package/src/shiki/langs/vyper.js +1 -0
- package/src/shiki/langs/wasm.js +1 -0
- package/src/shiki/langs/wenyan.js +1 -0
- package/src/shiki/langs/wgsl.js +1 -0
- package/src/shiki/langs/wikitext.js +1 -0
- package/src/shiki/langs/wit.js +1 -0
- package/src/shiki/langs/wolfram.js +1 -0
- package/src/shiki/langs/xml.js +1 -0
- package/src/shiki/langs/xsl.js +1 -0
- package/src/shiki/langs/yaml.js +1 -0
- package/src/shiki/langs/zenscript.js +1 -0
- package/src/shiki/langs/zig.js +1 -0
- package/src/shiki/themes/andromeeda.js +1 -0
- package/src/shiki/themes/aurora-x.js +1 -0
- package/src/shiki/themes/ayu-dark.js +1 -0
- package/src/shiki/themes/catppuccin-frappe.js +1 -0
- package/src/shiki/themes/catppuccin-latte.js +1 -0
- package/src/shiki/themes/catppuccin-macchiato.js +1 -0
- package/src/shiki/themes/catppuccin-mocha.js +1 -0
- package/src/shiki/themes/dark-plus.js +1 -0
- package/src/shiki/themes/dracula-soft.js +1 -0
- package/src/shiki/themes/dracula.js +1 -0
- package/src/shiki/themes/everforest-dark.js +1 -0
- package/src/shiki/themes/everforest-light.js +1 -0
- package/src/shiki/themes/github-dark-default.js +1 -0
- package/src/shiki/themes/github-dark-dimmed.js +1 -0
- package/src/shiki/themes/github-dark-high-contrast.js +1 -0
- package/src/shiki/themes/github-dark.js +1 -0
- package/src/shiki/themes/github-light-default.js +1 -0
- package/src/shiki/themes/github-light-high-contrast.js +1 -0
- package/src/shiki/themes/github-light.js +1 -0
- package/src/shiki/themes/gruvbox-dark-hard.js +1 -0
- package/src/shiki/themes/gruvbox-dark-medium.js +1 -0
- package/src/shiki/themes/gruvbox-dark-soft.js +1 -0
- package/src/shiki/themes/gruvbox-light-hard.js +1 -0
- package/src/shiki/themes/gruvbox-light-medium.js +1 -0
- package/src/shiki/themes/gruvbox-light-soft.js +1 -0
- package/src/shiki/themes/houston.js +1 -0
- package/src/shiki/themes/kanagawa-dragon.js +1 -0
- package/src/shiki/themes/kanagawa-lotus.js +1 -0
- package/src/shiki/themes/kanagawa-wave.js +1 -0
- package/src/shiki/themes/laserwave.js +1 -0
- package/src/shiki/themes/light-plus.js +1 -0
- package/src/shiki/themes/material-theme-darker.js +1 -0
- package/src/shiki/themes/material-theme-lighter.js +1 -0
- package/src/shiki/themes/material-theme-ocean.js +1 -0
- package/src/shiki/themes/material-theme-palenight.js +1 -0
- package/src/shiki/themes/material-theme.js +1 -0
- package/src/shiki/themes/min-dark.js +1 -0
- package/src/shiki/themes/min-light.js +1 -0
- package/src/shiki/themes/monokai.js +1 -0
- package/src/shiki/themes/night-owl.js +1 -0
- package/src/shiki/themes/nord.js +1 -0
- package/src/shiki/themes/one-dark-pro.js +1 -0
- package/src/shiki/themes/one-light.js +1 -0
- package/src/shiki/themes/plastic.js +1 -0
- package/src/shiki/themes/poimandres.js +1 -0
- package/src/shiki/themes/red.js +1 -0
- package/src/shiki/themes/rose-pine-dawn.js +1 -0
- package/src/shiki/themes/rose-pine-moon.js +1 -0
- package/src/shiki/themes/rose-pine.js +1 -0
- package/src/shiki/themes/slack-dark.js +1 -0
- package/src/shiki/themes/slack-ochin.js +1 -0
- package/src/shiki/themes/snazzy-light.js +1 -0
- package/src/shiki/themes/solarized-dark.js +1 -0
- package/src/shiki/themes/solarized-light.js +1 -0
- package/src/shiki/themes/synthwave-84.js +1 -0
- package/src/shiki/themes/tokyo-night.js +1 -0
- package/src/shiki/themes/vesper.js +1 -0
- package/src/shiki/themes/vitesse-black.js +1 -0
- package/src/shiki/themes/vitesse-dark.js +1 -0
- package/src/shiki/themes/vitesse-light.js +1 -0
- package/lib/AuthenticationPlugin-CJOFRBk3.js +0 -58
- package/lib/Markdown-DqDbGCj2.js +0 -17125
- package/lib/Markdown-DqDbGCj2.js.map +0 -1
- package/lib/MdxPage-OSMru6r8.js +0 -85
- package/lib/RouteGuard-BZ_VsiXc.js +0 -744
- package/lib/Select-Dg5R11Dx.js +0 -223
- package/lib/SlotletProvider-p4XaFFOh.js +0 -340
- package/lib/SlotletProvider-p4XaFFOh.js.map +0 -1
- package/lib/SyntaxHighlight-CxhyyMkF.js +0 -2890
- package/lib/SyntaxHighlight-CxhyyMkF.js.map +0 -1
- package/lib/chunk-KNED5TY2-BUPjb3LQ.js.map +0 -1
- package/lib/hook-pPrHCB6G.js +0 -1478
- package/lib/index-DMYbZ3i6.js +0 -5031
- package/lib/index-DMYbZ3i6.js.map +0 -1
- package/lib/invariant-Caa8-XvF.js +0 -26
- package/lib/mutation-Csa9eQDM.js +0 -211
- package/lib/prism-bash.min-HHIMdNJ_.js +0 -7
- package/lib/prism-bash.min-HHIMdNJ_.js.map +0 -1
- package/lib/prism-csharp.min-C43x1RY2.js +0 -63
- package/lib/prism-csharp.min-C43x1RY2.js.map +0 -1
- package/lib/prism-java.min-CQzr40NQ.js +0 -35
- package/lib/prism-java.min-CQzr40NQ.js.map +0 -1
- package/lib/prism-javascript.min-CEqHqgbm.js +0 -9
- package/lib/prism-javascript.min-CEqHqgbm.js.map +0 -1
- package/lib/prism-json.min-B1GJqK1k.js +0 -2
- package/lib/prism-json.min-B1GJqK1k.js.map +0 -1
- package/lib/prism-jsstacktrace.min-BfobCF2F.js +0 -2
- package/lib/prism-jsstacktrace.min-BfobCF2F.js.map +0 -1
- package/lib/prism-markdown.min-C0Qn0m-5.js +0 -61
- package/lib/prism-markdown.min-C0Qn0m-5.js.map +0 -1
- package/lib/prism-markup-BNGj0Tvm.js +0 -174
- package/lib/prism-markup-BNGj0Tvm.js.map +0 -1
- package/lib/prism-objectivec.min-BXSWqpJJ.js +0 -2
- package/lib/prism-objectivec.min-BXSWqpJJ.js.map +0 -1
- package/lib/prism-ruby.min-L9OdQ6tU.js +0 -38
- package/lib/prism-ruby.min-L9OdQ6tU.js.map +0 -1
- package/lib/prism-typescript.min-qTySPvCh.js +0 -34
- package/lib/prism-typescript.min-qTySPvCh.js.map +0 -1
|
@@ -46,25 +46,25 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
46
46
|
light: z.ZodString;
|
|
47
47
|
dark: z.ZodString;
|
|
48
48
|
}, "strip", z.ZodTypeAny, {
|
|
49
|
-
dark: string;
|
|
50
49
|
light: string;
|
|
51
|
-
}, {
|
|
52
50
|
dark: string;
|
|
51
|
+
}, {
|
|
53
52
|
light: string;
|
|
53
|
+
dark: string;
|
|
54
54
|
}>;
|
|
55
55
|
alt: z.ZodOptional<z.ZodString>;
|
|
56
56
|
width: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
58
|
src: {
|
|
59
|
-
dark: string;
|
|
60
59
|
light: string;
|
|
60
|
+
dark: string;
|
|
61
61
|
};
|
|
62
62
|
width?: string | number | undefined;
|
|
63
63
|
alt?: string | undefined;
|
|
64
64
|
}, {
|
|
65
65
|
src: {
|
|
66
|
-
dark: string;
|
|
67
66
|
light: string;
|
|
67
|
+
dark: string;
|
|
68
68
|
};
|
|
69
69
|
width?: string | number | undefined;
|
|
70
70
|
alt?: string | undefined;
|
|
@@ -131,25 +131,25 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
131
131
|
light: z.ZodString;
|
|
132
132
|
dark: z.ZodString;
|
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
|
134
|
-
dark: string;
|
|
135
134
|
light: string;
|
|
136
|
-
}, {
|
|
137
135
|
dark: string;
|
|
136
|
+
}, {
|
|
138
137
|
light: string;
|
|
138
|
+
dark: string;
|
|
139
139
|
}>;
|
|
140
140
|
alt: z.ZodOptional<z.ZodString>;
|
|
141
141
|
width: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
142
142
|
}, "strip", z.ZodTypeAny, {
|
|
143
143
|
src: {
|
|
144
|
-
dark: string;
|
|
145
144
|
light: string;
|
|
145
|
+
dark: string;
|
|
146
146
|
};
|
|
147
147
|
width?: string | number | undefined;
|
|
148
148
|
alt?: string | undefined;
|
|
149
149
|
}, {
|
|
150
150
|
src: {
|
|
151
|
-
dark: string;
|
|
152
151
|
light: string;
|
|
152
|
+
dark: string;
|
|
153
153
|
};
|
|
154
154
|
width?: string | number | undefined;
|
|
155
155
|
alt?: string | undefined;
|
|
@@ -167,8 +167,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
167
167
|
copyright?: string | undefined;
|
|
168
168
|
logo?: {
|
|
169
169
|
src: {
|
|
170
|
-
dark: string;
|
|
171
170
|
light: string;
|
|
171
|
+
dark: string;
|
|
172
172
|
};
|
|
173
173
|
width?: string | number | undefined;
|
|
174
174
|
alt?: string | undefined;
|
|
@@ -191,8 +191,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
191
191
|
copyright?: string | undefined;
|
|
192
192
|
logo?: {
|
|
193
193
|
src: {
|
|
194
|
-
dark: string;
|
|
195
194
|
light: string;
|
|
195
|
+
dark: string;
|
|
196
196
|
};
|
|
197
197
|
width?: string | number | undefined;
|
|
198
198
|
alt?: string | undefined;
|
|
@@ -217,8 +217,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
217
217
|
copyright?: string | undefined;
|
|
218
218
|
logo?: {
|
|
219
219
|
src: {
|
|
220
|
-
dark: string;
|
|
221
220
|
light: string;
|
|
221
|
+
dark: string;
|
|
222
222
|
};
|
|
223
223
|
width?: string | number | undefined;
|
|
224
224
|
alt?: string | undefined;
|
|
@@ -235,16 +235,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
235
235
|
color?: string | (string & {}) | undefined;
|
|
236
236
|
dismissible?: boolean | undefined;
|
|
237
237
|
} | undefined;
|
|
238
|
-
pageTitle?: string | undefined;
|
|
239
|
-
logoUrl?: string | undefined;
|
|
240
238
|
logo?: {
|
|
241
239
|
src: {
|
|
242
|
-
dark: string;
|
|
243
240
|
light: string;
|
|
241
|
+
dark: string;
|
|
244
242
|
};
|
|
245
243
|
width?: string | number | undefined;
|
|
246
244
|
alt?: string | undefined;
|
|
247
245
|
} | undefined;
|
|
246
|
+
pageTitle?: string | undefined;
|
|
247
|
+
logoUrl?: string | undefined;
|
|
248
248
|
showPoweredBy?: boolean | undefined;
|
|
249
249
|
}, {
|
|
250
250
|
footer?: {
|
|
@@ -259,8 +259,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
259
259
|
copyright?: string | undefined;
|
|
260
260
|
logo?: {
|
|
261
261
|
src: {
|
|
262
|
-
dark: string;
|
|
263
262
|
light: string;
|
|
263
|
+
dark: string;
|
|
264
264
|
};
|
|
265
265
|
width?: string | number | undefined;
|
|
266
266
|
alt?: string | undefined;
|
|
@@ -277,16 +277,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
277
277
|
color?: string | (string & {}) | undefined;
|
|
278
278
|
dismissible?: boolean | undefined;
|
|
279
279
|
} | undefined;
|
|
280
|
-
pageTitle?: string | undefined;
|
|
281
|
-
logoUrl?: string | undefined;
|
|
282
280
|
logo?: {
|
|
283
281
|
src: {
|
|
284
|
-
dark: string;
|
|
285
282
|
light: string;
|
|
283
|
+
dark: string;
|
|
286
284
|
};
|
|
287
285
|
width?: string | number | undefined;
|
|
288
286
|
alt?: string | undefined;
|
|
289
287
|
} | undefined;
|
|
288
|
+
pageTitle?: string | undefined;
|
|
289
|
+
logoUrl?: string | undefined;
|
|
290
290
|
showPoweredBy?: boolean | undefined;
|
|
291
291
|
}>>;
|
|
292
292
|
topNavigation: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -298,12 +298,12 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
298
298
|
id: string;
|
|
299
299
|
label: string;
|
|
300
300
|
default?: string | undefined;
|
|
301
|
-
display?: "
|
|
301
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
302
302
|
}, {
|
|
303
303
|
id: string;
|
|
304
304
|
label: string;
|
|
305
305
|
default?: string | undefined;
|
|
306
|
-
display?: "
|
|
306
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
307
307
|
}>, "many">>;
|
|
308
308
|
sidebar: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>>;
|
|
309
309
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -476,7 +476,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
476
476
|
} | undefined;
|
|
477
477
|
}>>;
|
|
478
478
|
}, "strip", z.ZodTypeAny, {
|
|
479
|
-
|
|
479
|
+
light?: {
|
|
480
480
|
input?: string | undefined;
|
|
481
481
|
radius?: string | undefined;
|
|
482
482
|
destructive?: string | undefined;
|
|
@@ -498,7 +498,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
498
498
|
destructiveForeground?: string | undefined;
|
|
499
499
|
ring?: string | undefined;
|
|
500
500
|
} | undefined;
|
|
501
|
-
|
|
501
|
+
dark?: {
|
|
502
502
|
input?: string | undefined;
|
|
503
503
|
radius?: string | undefined;
|
|
504
504
|
destructive?: string | undefined;
|
|
@@ -531,7 +531,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
531
531
|
} | undefined;
|
|
532
532
|
} | undefined;
|
|
533
533
|
}, {
|
|
534
|
-
|
|
534
|
+
light?: {
|
|
535
535
|
input?: string | undefined;
|
|
536
536
|
radius?: string | undefined;
|
|
537
537
|
destructive?: string | undefined;
|
|
@@ -553,7 +553,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
553
553
|
destructiveForeground?: string | undefined;
|
|
554
554
|
ring?: string | undefined;
|
|
555
555
|
} | undefined;
|
|
556
|
-
|
|
556
|
+
dark?: {
|
|
557
557
|
input?: string | undefined;
|
|
558
558
|
radius?: string | undefined;
|
|
559
559
|
destructive?: string | undefined;
|
|
@@ -586,6 +586,31 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
586
586
|
} | undefined;
|
|
587
587
|
} | undefined;
|
|
588
588
|
}>>;
|
|
589
|
+
syntaxHighlighting: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
590
|
+
languages: z.ZodOptional<z.ZodArray<z.ZodType<import("shiki").BundledLanguage, z.ZodTypeDef, import("shiki").BundledLanguage>, "many">>;
|
|
591
|
+
themes: z.ZodOptional<z.ZodObject<{
|
|
592
|
+
light: z.ZodType<import("shiki").BundledTheme, z.ZodTypeDef, import("shiki").BundledTheme>;
|
|
593
|
+
dark: z.ZodType<import("shiki").BundledTheme, z.ZodTypeDef, import("shiki").BundledTheme>;
|
|
594
|
+
}, "strip", z.ZodTypeAny, {
|
|
595
|
+
light: import("shiki").BundledTheme;
|
|
596
|
+
dark: import("shiki").BundledTheme;
|
|
597
|
+
}, {
|
|
598
|
+
light: import("shiki").BundledTheme;
|
|
599
|
+
dark: import("shiki").BundledTheme;
|
|
600
|
+
}>>;
|
|
601
|
+
}, "strip", z.ZodTypeAny, {
|
|
602
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
603
|
+
themes?: {
|
|
604
|
+
light: import("shiki").BundledTheme;
|
|
605
|
+
dark: import("shiki").BundledTheme;
|
|
606
|
+
} | undefined;
|
|
607
|
+
}, {
|
|
608
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
609
|
+
themes?: {
|
|
610
|
+
light: import("shiki").BundledTheme;
|
|
611
|
+
dark: import("shiki").BundledTheme;
|
|
612
|
+
} | undefined;
|
|
613
|
+
}>>>;
|
|
589
614
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
590
615
|
title: z.ZodOptional<z.ZodString>;
|
|
591
616
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -876,13 +901,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
876
901
|
}, "strip", z.ZodTypeAny, {
|
|
877
902
|
examplesLanguage?: string | undefined;
|
|
878
903
|
disablePlayground?: boolean | undefined;
|
|
879
|
-
showVersionSelect?: "
|
|
904
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
880
905
|
expandAllTags?: boolean | undefined;
|
|
881
906
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
882
907
|
}, {
|
|
883
908
|
examplesLanguage?: string | undefined;
|
|
884
909
|
disablePlayground?: boolean | undefined;
|
|
885
|
-
showVersionSelect?: "
|
|
910
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
886
911
|
expandAllTags?: boolean | undefined;
|
|
887
912
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
888
913
|
}>>;
|
|
@@ -894,7 +919,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
894
919
|
options?: {
|
|
895
920
|
examplesLanguage?: string | undefined;
|
|
896
921
|
disablePlayground?: boolean | undefined;
|
|
897
|
-
showVersionSelect?: "
|
|
922
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
898
923
|
expandAllTags?: boolean | undefined;
|
|
899
924
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
900
925
|
} | undefined;
|
|
@@ -911,7 +936,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
911
936
|
options?: {
|
|
912
937
|
examplesLanguage?: string | undefined;
|
|
913
938
|
disablePlayground?: boolean | undefined;
|
|
914
|
-
showVersionSelect?: "
|
|
939
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
915
940
|
expandAllTags?: boolean | undefined;
|
|
916
941
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
917
942
|
} | undefined;
|
|
@@ -946,13 +971,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
946
971
|
}, "strip", z.ZodTypeAny, {
|
|
947
972
|
examplesLanguage?: string | undefined;
|
|
948
973
|
disablePlayground?: boolean | undefined;
|
|
949
|
-
showVersionSelect?: "
|
|
974
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
950
975
|
expandAllTags?: boolean | undefined;
|
|
951
976
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
952
977
|
}, {
|
|
953
978
|
examplesLanguage?: string | undefined;
|
|
954
979
|
disablePlayground?: boolean | undefined;
|
|
955
|
-
showVersionSelect?: "
|
|
980
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
956
981
|
expandAllTags?: boolean | undefined;
|
|
957
982
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
958
983
|
}>>;
|
|
@@ -964,7 +989,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
964
989
|
options?: {
|
|
965
990
|
examplesLanguage?: string | undefined;
|
|
966
991
|
disablePlayground?: boolean | undefined;
|
|
967
|
-
showVersionSelect?: "
|
|
992
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
968
993
|
expandAllTags?: boolean | undefined;
|
|
969
994
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
970
995
|
} | undefined;
|
|
@@ -981,7 +1006,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
981
1006
|
options?: {
|
|
982
1007
|
examplesLanguage?: string | undefined;
|
|
983
1008
|
disablePlayground?: boolean | undefined;
|
|
984
|
-
showVersionSelect?: "
|
|
1009
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
985
1010
|
expandAllTags?: boolean | undefined;
|
|
986
1011
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
987
1012
|
} | undefined;
|
|
@@ -1016,13 +1041,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1016
1041
|
}, "strip", z.ZodTypeAny, {
|
|
1017
1042
|
examplesLanguage?: string | undefined;
|
|
1018
1043
|
disablePlayground?: boolean | undefined;
|
|
1019
|
-
showVersionSelect?: "
|
|
1044
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1020
1045
|
expandAllTags?: boolean | undefined;
|
|
1021
1046
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1022
1047
|
}, {
|
|
1023
1048
|
examplesLanguage?: string | undefined;
|
|
1024
1049
|
disablePlayground?: boolean | undefined;
|
|
1025
|
-
showVersionSelect?: "
|
|
1050
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1026
1051
|
expandAllTags?: boolean | undefined;
|
|
1027
1052
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1028
1053
|
}>>;
|
|
@@ -1034,7 +1059,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1034
1059
|
options?: {
|
|
1035
1060
|
examplesLanguage?: string | undefined;
|
|
1036
1061
|
disablePlayground?: boolean | undefined;
|
|
1037
|
-
showVersionSelect?: "
|
|
1062
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1038
1063
|
expandAllTags?: boolean | undefined;
|
|
1039
1064
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1040
1065
|
} | undefined;
|
|
@@ -1051,7 +1076,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1051
1076
|
options?: {
|
|
1052
1077
|
examplesLanguage?: string | undefined;
|
|
1053
1078
|
disablePlayground?: boolean | undefined;
|
|
1054
|
-
showVersionSelect?: "
|
|
1079
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1055
1080
|
expandAllTags?: boolean | undefined;
|
|
1056
1081
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1057
1082
|
} | undefined;
|
|
@@ -1086,13 +1111,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1086
1111
|
}, "strip", z.ZodTypeAny, {
|
|
1087
1112
|
examplesLanguage?: string | undefined;
|
|
1088
1113
|
disablePlayground?: boolean | undefined;
|
|
1089
|
-
showVersionSelect?: "
|
|
1114
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1090
1115
|
expandAllTags?: boolean | undefined;
|
|
1091
1116
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1092
1117
|
}, {
|
|
1093
1118
|
examplesLanguage?: string | undefined;
|
|
1094
1119
|
disablePlayground?: boolean | undefined;
|
|
1095
|
-
showVersionSelect?: "
|
|
1120
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1096
1121
|
expandAllTags?: boolean | undefined;
|
|
1097
1122
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1098
1123
|
}>>;
|
|
@@ -1104,7 +1129,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1104
1129
|
options?: {
|
|
1105
1130
|
examplesLanguage?: string | undefined;
|
|
1106
1131
|
disablePlayground?: boolean | undefined;
|
|
1107
|
-
showVersionSelect?: "
|
|
1132
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1108
1133
|
expandAllTags?: boolean | undefined;
|
|
1109
1134
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1110
1135
|
} | undefined;
|
|
@@ -1121,7 +1146,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1121
1146
|
options?: {
|
|
1122
1147
|
examplesLanguage?: string | undefined;
|
|
1123
1148
|
disablePlayground?: boolean | undefined;
|
|
1124
|
-
showVersionSelect?: "
|
|
1149
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1125
1150
|
expandAllTags?: boolean | undefined;
|
|
1126
1151
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1127
1152
|
} | undefined;
|
|
@@ -1156,13 +1181,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1156
1181
|
}, "strip", z.ZodTypeAny, {
|
|
1157
1182
|
examplesLanguage?: string | undefined;
|
|
1158
1183
|
disablePlayground?: boolean | undefined;
|
|
1159
|
-
showVersionSelect?: "
|
|
1184
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1160
1185
|
expandAllTags?: boolean | undefined;
|
|
1161
1186
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1162
1187
|
}, {
|
|
1163
1188
|
examplesLanguage?: string | undefined;
|
|
1164
1189
|
disablePlayground?: boolean | undefined;
|
|
1165
|
-
showVersionSelect?: "
|
|
1190
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1166
1191
|
expandAllTags?: boolean | undefined;
|
|
1167
1192
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1168
1193
|
}>>;
|
|
@@ -1174,7 +1199,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1174
1199
|
options?: {
|
|
1175
1200
|
examplesLanguage?: string | undefined;
|
|
1176
1201
|
disablePlayground?: boolean | undefined;
|
|
1177
|
-
showVersionSelect?: "
|
|
1202
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1178
1203
|
expandAllTags?: boolean | undefined;
|
|
1179
1204
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1180
1205
|
} | undefined;
|
|
@@ -1191,7 +1216,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1191
1216
|
options?: {
|
|
1192
1217
|
examplesLanguage?: string | undefined;
|
|
1193
1218
|
disablePlayground?: boolean | undefined;
|
|
1194
|
-
showVersionSelect?: "
|
|
1219
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1195
1220
|
expandAllTags?: boolean | undefined;
|
|
1196
1221
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1197
1222
|
} | undefined;
|
|
@@ -1226,13 +1251,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1226
1251
|
}, "strip", z.ZodTypeAny, {
|
|
1227
1252
|
examplesLanguage?: string | undefined;
|
|
1228
1253
|
disablePlayground?: boolean | undefined;
|
|
1229
|
-
showVersionSelect?: "
|
|
1254
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1230
1255
|
expandAllTags?: boolean | undefined;
|
|
1231
1256
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1232
1257
|
}, {
|
|
1233
1258
|
examplesLanguage?: string | undefined;
|
|
1234
1259
|
disablePlayground?: boolean | undefined;
|
|
1235
|
-
showVersionSelect?: "
|
|
1260
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1236
1261
|
expandAllTags?: boolean | undefined;
|
|
1237
1262
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1238
1263
|
}>>;
|
|
@@ -1244,7 +1269,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1244
1269
|
options?: {
|
|
1245
1270
|
examplesLanguage?: string | undefined;
|
|
1246
1271
|
disablePlayground?: boolean | undefined;
|
|
1247
|
-
showVersionSelect?: "
|
|
1272
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1248
1273
|
expandAllTags?: boolean | undefined;
|
|
1249
1274
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1250
1275
|
} | undefined;
|
|
@@ -1261,7 +1286,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1261
1286
|
options?: {
|
|
1262
1287
|
examplesLanguage?: string | undefined;
|
|
1263
1288
|
disablePlayground?: boolean | undefined;
|
|
1264
|
-
showVersionSelect?: "
|
|
1289
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1265
1290
|
expandAllTags?: boolean | undefined;
|
|
1266
1291
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1267
1292
|
} | undefined;
|
|
@@ -1400,13 +1425,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1400
1425
|
}, "strip", z.ZodTypeAny, {
|
|
1401
1426
|
examplesLanguage?: string | undefined;
|
|
1402
1427
|
disablePlayground?: boolean | undefined;
|
|
1403
|
-
showVersionSelect?: "
|
|
1428
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1404
1429
|
expandAllTags?: boolean | undefined;
|
|
1405
1430
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1406
1431
|
}, {
|
|
1407
1432
|
examplesLanguage?: string | undefined;
|
|
1408
1433
|
disablePlayground?: boolean | undefined;
|
|
1409
|
-
showVersionSelect?: "
|
|
1434
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1410
1435
|
expandAllTags?: boolean | undefined;
|
|
1411
1436
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1412
1437
|
}>;
|
|
@@ -1415,7 +1440,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1415
1440
|
apis: {
|
|
1416
1441
|
examplesLanguage?: string | undefined;
|
|
1417
1442
|
disablePlayground?: boolean | undefined;
|
|
1418
|
-
showVersionSelect?: "
|
|
1443
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1419
1444
|
expandAllTags?: boolean | undefined;
|
|
1420
1445
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1421
1446
|
};
|
|
@@ -1424,7 +1449,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1424
1449
|
apis: {
|
|
1425
1450
|
examplesLanguage?: string | undefined;
|
|
1426
1451
|
disablePlayground?: boolean | undefined;
|
|
1427
|
-
showVersionSelect?: "
|
|
1452
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1428
1453
|
expandAllTags?: boolean | undefined;
|
|
1429
1454
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1430
1455
|
};
|
|
@@ -1491,7 +1516,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1491
1516
|
apis: {
|
|
1492
1517
|
examplesLanguage?: string | undefined;
|
|
1493
1518
|
disablePlayground?: boolean | undefined;
|
|
1494
|
-
showVersionSelect?: "
|
|
1519
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1495
1520
|
expandAllTags?: boolean | undefined;
|
|
1496
1521
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1497
1522
|
};
|
|
@@ -1548,10 +1573,10 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1548
1573
|
id: string;
|
|
1549
1574
|
label: string;
|
|
1550
1575
|
default?: string | undefined;
|
|
1551
|
-
display?: "
|
|
1576
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
1552
1577
|
}[] | undefined;
|
|
1553
1578
|
theme?: {
|
|
1554
|
-
|
|
1579
|
+
light?: {
|
|
1555
1580
|
input?: string | undefined;
|
|
1556
1581
|
radius?: string | undefined;
|
|
1557
1582
|
destructive?: string | undefined;
|
|
@@ -1573,7 +1598,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1573
1598
|
destructiveForeground?: string | undefined;
|
|
1574
1599
|
ring?: string | undefined;
|
|
1575
1600
|
} | undefined;
|
|
1576
|
-
|
|
1601
|
+
dark?: {
|
|
1577
1602
|
input?: string | undefined;
|
|
1578
1603
|
radius?: string | undefined;
|
|
1579
1604
|
destructive?: string | undefined;
|
|
@@ -1609,6 +1634,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1609
1634
|
mdx?: {
|
|
1610
1635
|
components?: MdxComponentsType;
|
|
1611
1636
|
} | undefined;
|
|
1637
|
+
syntaxHighlighting?: {
|
|
1638
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
1639
|
+
themes?: {
|
|
1640
|
+
light: import("shiki").BundledTheme;
|
|
1641
|
+
dark: import("shiki").BundledTheme;
|
|
1642
|
+
} | undefined;
|
|
1643
|
+
} | undefined;
|
|
1612
1644
|
UNSAFE_slotlets?: Record<string, ReactNode | ComponentType<ExposedComponentProps>> | undefined;
|
|
1613
1645
|
customPages?: {
|
|
1614
1646
|
path: string;
|
|
@@ -1646,8 +1678,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1646
1678
|
copyright?: string | undefined;
|
|
1647
1679
|
logo?: {
|
|
1648
1680
|
src: {
|
|
1649
|
-
dark: string;
|
|
1650
1681
|
light: string;
|
|
1682
|
+
dark: string;
|
|
1651
1683
|
};
|
|
1652
1684
|
width?: string | number | undefined;
|
|
1653
1685
|
alt?: string | undefined;
|
|
@@ -1664,16 +1696,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1664
1696
|
color?: string | (string & {}) | undefined;
|
|
1665
1697
|
dismissible?: boolean | undefined;
|
|
1666
1698
|
} | undefined;
|
|
1667
|
-
pageTitle?: string | undefined;
|
|
1668
|
-
logoUrl?: string | undefined;
|
|
1669
1699
|
logo?: {
|
|
1670
1700
|
src: {
|
|
1671
|
-
dark: string;
|
|
1672
1701
|
light: string;
|
|
1702
|
+
dark: string;
|
|
1673
1703
|
};
|
|
1674
1704
|
width?: string | number | undefined;
|
|
1675
1705
|
alt?: string | undefined;
|
|
1676
1706
|
} | undefined;
|
|
1707
|
+
pageTitle?: string | undefined;
|
|
1708
|
+
logoUrl?: string | undefined;
|
|
1677
1709
|
showPoweredBy?: boolean | undefined;
|
|
1678
1710
|
} | undefined;
|
|
1679
1711
|
docs?: {
|
|
@@ -1697,7 +1729,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1697
1729
|
options?: {
|
|
1698
1730
|
examplesLanguage?: string | undefined;
|
|
1699
1731
|
disablePlayground?: boolean | undefined;
|
|
1700
|
-
showVersionSelect?: "
|
|
1732
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1701
1733
|
expandAllTags?: boolean | undefined;
|
|
1702
1734
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1703
1735
|
} | undefined;
|
|
@@ -1714,7 +1746,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1714
1746
|
options?: {
|
|
1715
1747
|
examplesLanguage?: string | undefined;
|
|
1716
1748
|
disablePlayground?: boolean | undefined;
|
|
1717
|
-
showVersionSelect?: "
|
|
1749
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1718
1750
|
expandAllTags?: boolean | undefined;
|
|
1719
1751
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1720
1752
|
} | undefined;
|
|
@@ -1731,7 +1763,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1731
1763
|
options?: {
|
|
1732
1764
|
examplesLanguage?: string | undefined;
|
|
1733
1765
|
disablePlayground?: boolean | undefined;
|
|
1734
|
-
showVersionSelect?: "
|
|
1766
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1735
1767
|
expandAllTags?: boolean | undefined;
|
|
1736
1768
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1737
1769
|
} | undefined;
|
|
@@ -1748,7 +1780,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1748
1780
|
options?: {
|
|
1749
1781
|
examplesLanguage?: string | undefined;
|
|
1750
1782
|
disablePlayground?: boolean | undefined;
|
|
1751
|
-
showVersionSelect?: "
|
|
1783
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1752
1784
|
expandAllTags?: boolean | undefined;
|
|
1753
1785
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1754
1786
|
} | undefined;
|
|
@@ -1765,7 +1797,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1765
1797
|
options?: {
|
|
1766
1798
|
examplesLanguage?: string | undefined;
|
|
1767
1799
|
disablePlayground?: boolean | undefined;
|
|
1768
|
-
showVersionSelect?: "
|
|
1800
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1769
1801
|
expandAllTags?: boolean | undefined;
|
|
1770
1802
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1771
1803
|
} | undefined;
|
|
@@ -1782,7 +1814,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1782
1814
|
options?: {
|
|
1783
1815
|
examplesLanguage?: string | undefined;
|
|
1784
1816
|
disablePlayground?: boolean | undefined;
|
|
1785
|
-
showVersionSelect?: "
|
|
1817
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1786
1818
|
expandAllTags?: boolean | undefined;
|
|
1787
1819
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1788
1820
|
} | undefined;
|
|
@@ -1862,7 +1894,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1862
1894
|
apis: {
|
|
1863
1895
|
examplesLanguage?: string | undefined;
|
|
1864
1896
|
disablePlayground?: boolean | undefined;
|
|
1865
|
-
showVersionSelect?: "
|
|
1897
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1866
1898
|
expandAllTags?: boolean | undefined;
|
|
1867
1899
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1868
1900
|
};
|
|
@@ -1919,10 +1951,10 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1919
1951
|
id: string;
|
|
1920
1952
|
label: string;
|
|
1921
1953
|
default?: string | undefined;
|
|
1922
|
-
display?: "
|
|
1954
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
1923
1955
|
}[] | undefined;
|
|
1924
1956
|
theme?: {
|
|
1925
|
-
|
|
1957
|
+
light?: {
|
|
1926
1958
|
input?: string | undefined;
|
|
1927
1959
|
radius?: string | undefined;
|
|
1928
1960
|
destructive?: string | undefined;
|
|
@@ -1944,7 +1976,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1944
1976
|
destructiveForeground?: string | undefined;
|
|
1945
1977
|
ring?: string | undefined;
|
|
1946
1978
|
} | undefined;
|
|
1947
|
-
|
|
1979
|
+
dark?: {
|
|
1948
1980
|
input?: string | undefined;
|
|
1949
1981
|
radius?: string | undefined;
|
|
1950
1982
|
destructive?: string | undefined;
|
|
@@ -1980,6 +2012,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1980
2012
|
mdx?: {
|
|
1981
2013
|
components?: MdxComponentsType;
|
|
1982
2014
|
} | undefined;
|
|
2015
|
+
syntaxHighlighting?: {
|
|
2016
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
2017
|
+
themes?: {
|
|
2018
|
+
light: import("shiki").BundledTheme;
|
|
2019
|
+
dark: import("shiki").BundledTheme;
|
|
2020
|
+
} | undefined;
|
|
2021
|
+
} | undefined;
|
|
1983
2022
|
UNSAFE_slotlets?: Record<string, ReactNode | ComponentType<ExposedComponentProps>> | undefined;
|
|
1984
2023
|
customPages?: {
|
|
1985
2024
|
path: string;
|
|
@@ -2017,8 +2056,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2017
2056
|
copyright?: string | undefined;
|
|
2018
2057
|
logo?: {
|
|
2019
2058
|
src: {
|
|
2020
|
-
dark: string;
|
|
2021
2059
|
light: string;
|
|
2060
|
+
dark: string;
|
|
2022
2061
|
};
|
|
2023
2062
|
width?: string | number | undefined;
|
|
2024
2063
|
alt?: string | undefined;
|
|
@@ -2035,16 +2074,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2035
2074
|
color?: string | (string & {}) | undefined;
|
|
2036
2075
|
dismissible?: boolean | undefined;
|
|
2037
2076
|
} | undefined;
|
|
2038
|
-
pageTitle?: string | undefined;
|
|
2039
|
-
logoUrl?: string | undefined;
|
|
2040
2077
|
logo?: {
|
|
2041
2078
|
src: {
|
|
2042
|
-
dark: string;
|
|
2043
2079
|
light: string;
|
|
2080
|
+
dark: string;
|
|
2044
2081
|
};
|
|
2045
2082
|
width?: string | number | undefined;
|
|
2046
2083
|
alt?: string | undefined;
|
|
2047
2084
|
} | undefined;
|
|
2085
|
+
pageTitle?: string | undefined;
|
|
2086
|
+
logoUrl?: string | undefined;
|
|
2048
2087
|
showPoweredBy?: boolean | undefined;
|
|
2049
2088
|
} | undefined;
|
|
2050
2089
|
docs?: {
|
|
@@ -2068,7 +2107,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2068
2107
|
options?: {
|
|
2069
2108
|
examplesLanguage?: string | undefined;
|
|
2070
2109
|
disablePlayground?: boolean | undefined;
|
|
2071
|
-
showVersionSelect?: "
|
|
2110
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2072
2111
|
expandAllTags?: boolean | undefined;
|
|
2073
2112
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2074
2113
|
} | undefined;
|
|
@@ -2085,7 +2124,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2085
2124
|
options?: {
|
|
2086
2125
|
examplesLanguage?: string | undefined;
|
|
2087
2126
|
disablePlayground?: boolean | undefined;
|
|
2088
|
-
showVersionSelect?: "
|
|
2127
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2089
2128
|
expandAllTags?: boolean | undefined;
|
|
2090
2129
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2091
2130
|
} | undefined;
|
|
@@ -2102,7 +2141,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2102
2141
|
options?: {
|
|
2103
2142
|
examplesLanguage?: string | undefined;
|
|
2104
2143
|
disablePlayground?: boolean | undefined;
|
|
2105
|
-
showVersionSelect?: "
|
|
2144
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2106
2145
|
expandAllTags?: boolean | undefined;
|
|
2107
2146
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2108
2147
|
} | undefined;
|
|
@@ -2119,7 +2158,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2119
2158
|
options?: {
|
|
2120
2159
|
examplesLanguage?: string | undefined;
|
|
2121
2160
|
disablePlayground?: boolean | undefined;
|
|
2122
|
-
showVersionSelect?: "
|
|
2161
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2123
2162
|
expandAllTags?: boolean | undefined;
|
|
2124
2163
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2125
2164
|
} | undefined;
|
|
@@ -2136,7 +2175,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2136
2175
|
options?: {
|
|
2137
2176
|
examplesLanguage?: string | undefined;
|
|
2138
2177
|
disablePlayground?: boolean | undefined;
|
|
2139
|
-
showVersionSelect?: "
|
|
2178
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2140
2179
|
expandAllTags?: boolean | undefined;
|
|
2141
2180
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2142
2181
|
} | undefined;
|
|
@@ -2153,7 +2192,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2153
2192
|
options?: {
|
|
2154
2193
|
examplesLanguage?: string | undefined;
|
|
2155
2194
|
disablePlayground?: boolean | undefined;
|
|
2156
|
-
showVersionSelect?: "
|
|
2195
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2157
2196
|
expandAllTags?: boolean | undefined;
|
|
2158
2197
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2159
2198
|
} | undefined;
|
|
@@ -2233,7 +2272,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2233
2272
|
apis: {
|
|
2234
2273
|
examplesLanguage?: string | undefined;
|
|
2235
2274
|
disablePlayground?: boolean | undefined;
|
|
2236
|
-
showVersionSelect?: "
|
|
2275
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2237
2276
|
expandAllTags?: boolean | undefined;
|
|
2238
2277
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2239
2278
|
};
|
|
@@ -2290,10 +2329,10 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2290
2329
|
id: string;
|
|
2291
2330
|
label: string;
|
|
2292
2331
|
default?: string | undefined;
|
|
2293
|
-
display?: "
|
|
2332
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
2294
2333
|
}[] | undefined;
|
|
2295
2334
|
theme?: {
|
|
2296
|
-
|
|
2335
|
+
light?: {
|
|
2297
2336
|
input?: string | undefined;
|
|
2298
2337
|
radius?: string | undefined;
|
|
2299
2338
|
destructive?: string | undefined;
|
|
@@ -2315,7 +2354,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2315
2354
|
destructiveForeground?: string | undefined;
|
|
2316
2355
|
ring?: string | undefined;
|
|
2317
2356
|
} | undefined;
|
|
2318
|
-
|
|
2357
|
+
dark?: {
|
|
2319
2358
|
input?: string | undefined;
|
|
2320
2359
|
radius?: string | undefined;
|
|
2321
2360
|
destructive?: string | undefined;
|
|
@@ -2351,6 +2390,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2351
2390
|
mdx?: {
|
|
2352
2391
|
components?: MdxComponentsType;
|
|
2353
2392
|
} | undefined;
|
|
2393
|
+
syntaxHighlighting?: {
|
|
2394
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
2395
|
+
themes?: {
|
|
2396
|
+
light: import("shiki").BundledTheme;
|
|
2397
|
+
dark: import("shiki").BundledTheme;
|
|
2398
|
+
} | undefined;
|
|
2399
|
+
} | undefined;
|
|
2354
2400
|
UNSAFE_slotlets?: Record<string, ReactNode | ComponentType<ExposedComponentProps>> | undefined;
|
|
2355
2401
|
customPages?: {
|
|
2356
2402
|
path: string;
|
|
@@ -2388,8 +2434,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2388
2434
|
copyright?: string | undefined;
|
|
2389
2435
|
logo?: {
|
|
2390
2436
|
src: {
|
|
2391
|
-
dark: string;
|
|
2392
2437
|
light: string;
|
|
2438
|
+
dark: string;
|
|
2393
2439
|
};
|
|
2394
2440
|
width?: string | number | undefined;
|
|
2395
2441
|
alt?: string | undefined;
|
|
@@ -2406,16 +2452,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2406
2452
|
color?: string | (string & {}) | undefined;
|
|
2407
2453
|
dismissible?: boolean | undefined;
|
|
2408
2454
|
} | undefined;
|
|
2409
|
-
pageTitle?: string | undefined;
|
|
2410
|
-
logoUrl?: string | undefined;
|
|
2411
2455
|
logo?: {
|
|
2412
2456
|
src: {
|
|
2413
|
-
dark: string;
|
|
2414
2457
|
light: string;
|
|
2458
|
+
dark: string;
|
|
2415
2459
|
};
|
|
2416
2460
|
width?: string | number | undefined;
|
|
2417
2461
|
alt?: string | undefined;
|
|
2418
2462
|
} | undefined;
|
|
2463
|
+
pageTitle?: string | undefined;
|
|
2464
|
+
logoUrl?: string | undefined;
|
|
2419
2465
|
showPoweredBy?: boolean | undefined;
|
|
2420
2466
|
} | undefined;
|
|
2421
2467
|
docs?: {
|
|
@@ -2439,7 +2485,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2439
2485
|
options?: {
|
|
2440
2486
|
examplesLanguage?: string | undefined;
|
|
2441
2487
|
disablePlayground?: boolean | undefined;
|
|
2442
|
-
showVersionSelect?: "
|
|
2488
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2443
2489
|
expandAllTags?: boolean | undefined;
|
|
2444
2490
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2445
2491
|
} | undefined;
|
|
@@ -2456,7 +2502,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2456
2502
|
options?: {
|
|
2457
2503
|
examplesLanguage?: string | undefined;
|
|
2458
2504
|
disablePlayground?: boolean | undefined;
|
|
2459
|
-
showVersionSelect?: "
|
|
2505
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2460
2506
|
expandAllTags?: boolean | undefined;
|
|
2461
2507
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2462
2508
|
} | undefined;
|
|
@@ -2473,7 +2519,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2473
2519
|
options?: {
|
|
2474
2520
|
examplesLanguage?: string | undefined;
|
|
2475
2521
|
disablePlayground?: boolean | undefined;
|
|
2476
|
-
showVersionSelect?: "
|
|
2522
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2477
2523
|
expandAllTags?: boolean | undefined;
|
|
2478
2524
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2479
2525
|
} | undefined;
|
|
@@ -2490,7 +2536,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2490
2536
|
options?: {
|
|
2491
2537
|
examplesLanguage?: string | undefined;
|
|
2492
2538
|
disablePlayground?: boolean | undefined;
|
|
2493
|
-
showVersionSelect?: "
|
|
2539
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2494
2540
|
expandAllTags?: boolean | undefined;
|
|
2495
2541
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2496
2542
|
} | undefined;
|
|
@@ -2507,7 +2553,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2507
2553
|
options?: {
|
|
2508
2554
|
examplesLanguage?: string | undefined;
|
|
2509
2555
|
disablePlayground?: boolean | undefined;
|
|
2510
|
-
showVersionSelect?: "
|
|
2556
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2511
2557
|
expandAllTags?: boolean | undefined;
|
|
2512
2558
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2513
2559
|
} | undefined;
|
|
@@ -2524,7 +2570,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2524
2570
|
options?: {
|
|
2525
2571
|
examplesLanguage?: string | undefined;
|
|
2526
2572
|
disablePlayground?: boolean | undefined;
|
|
2527
|
-
showVersionSelect?: "
|
|
2573
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2528
2574
|
expandAllTags?: boolean | undefined;
|
|
2529
2575
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2530
2576
|
} | undefined;
|
|
@@ -2604,7 +2650,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2604
2650
|
apis: {
|
|
2605
2651
|
examplesLanguage?: string | undefined;
|
|
2606
2652
|
disablePlayground?: boolean | undefined;
|
|
2607
|
-
showVersionSelect?: "
|
|
2653
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2608
2654
|
expandAllTags?: boolean | undefined;
|
|
2609
2655
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2610
2656
|
};
|
|
@@ -2661,10 +2707,10 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2661
2707
|
id: string;
|
|
2662
2708
|
label: string;
|
|
2663
2709
|
default?: string | undefined;
|
|
2664
|
-
display?: "
|
|
2710
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
2665
2711
|
}[] | undefined;
|
|
2666
2712
|
theme?: {
|
|
2667
|
-
|
|
2713
|
+
light?: {
|
|
2668
2714
|
input?: string | undefined;
|
|
2669
2715
|
radius?: string | undefined;
|
|
2670
2716
|
destructive?: string | undefined;
|
|
@@ -2686,7 +2732,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2686
2732
|
destructiveForeground?: string | undefined;
|
|
2687
2733
|
ring?: string | undefined;
|
|
2688
2734
|
} | undefined;
|
|
2689
|
-
|
|
2735
|
+
dark?: {
|
|
2690
2736
|
input?: string | undefined;
|
|
2691
2737
|
radius?: string | undefined;
|
|
2692
2738
|
destructive?: string | undefined;
|
|
@@ -2722,6 +2768,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2722
2768
|
mdx?: {
|
|
2723
2769
|
components?: MdxComponentsType;
|
|
2724
2770
|
} | undefined;
|
|
2771
|
+
syntaxHighlighting?: {
|
|
2772
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
2773
|
+
themes?: {
|
|
2774
|
+
light: import("shiki").BundledTheme;
|
|
2775
|
+
dark: import("shiki").BundledTheme;
|
|
2776
|
+
} | undefined;
|
|
2777
|
+
} | undefined;
|
|
2725
2778
|
UNSAFE_slotlets?: Record<string, ReactNode | ComponentType<ExposedComponentProps>> | undefined;
|
|
2726
2779
|
customPages?: {
|
|
2727
2780
|
path: string;
|
|
@@ -2759,8 +2812,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2759
2812
|
copyright?: string | undefined;
|
|
2760
2813
|
logo?: {
|
|
2761
2814
|
src: {
|
|
2762
|
-
dark: string;
|
|
2763
2815
|
light: string;
|
|
2816
|
+
dark: string;
|
|
2764
2817
|
};
|
|
2765
2818
|
width?: string | number | undefined;
|
|
2766
2819
|
alt?: string | undefined;
|
|
@@ -2777,16 +2830,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2777
2830
|
color?: string | (string & {}) | undefined;
|
|
2778
2831
|
dismissible?: boolean | undefined;
|
|
2779
2832
|
} | undefined;
|
|
2780
|
-
pageTitle?: string | undefined;
|
|
2781
|
-
logoUrl?: string | undefined;
|
|
2782
2833
|
logo?: {
|
|
2783
2834
|
src: {
|
|
2784
|
-
dark: string;
|
|
2785
2835
|
light: string;
|
|
2836
|
+
dark: string;
|
|
2786
2837
|
};
|
|
2787
2838
|
width?: string | number | undefined;
|
|
2788
2839
|
alt?: string | undefined;
|
|
2789
2840
|
} | undefined;
|
|
2841
|
+
pageTitle?: string | undefined;
|
|
2842
|
+
logoUrl?: string | undefined;
|
|
2790
2843
|
showPoweredBy?: boolean | undefined;
|
|
2791
2844
|
} | undefined;
|
|
2792
2845
|
docs?: {
|
|
@@ -2810,7 +2863,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2810
2863
|
options?: {
|
|
2811
2864
|
examplesLanguage?: string | undefined;
|
|
2812
2865
|
disablePlayground?: boolean | undefined;
|
|
2813
|
-
showVersionSelect?: "
|
|
2866
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2814
2867
|
expandAllTags?: boolean | undefined;
|
|
2815
2868
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2816
2869
|
} | undefined;
|
|
@@ -2827,7 +2880,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2827
2880
|
options?: {
|
|
2828
2881
|
examplesLanguage?: string | undefined;
|
|
2829
2882
|
disablePlayground?: boolean | undefined;
|
|
2830
|
-
showVersionSelect?: "
|
|
2883
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2831
2884
|
expandAllTags?: boolean | undefined;
|
|
2832
2885
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2833
2886
|
} | undefined;
|
|
@@ -2844,7 +2897,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2844
2897
|
options?: {
|
|
2845
2898
|
examplesLanguage?: string | undefined;
|
|
2846
2899
|
disablePlayground?: boolean | undefined;
|
|
2847
|
-
showVersionSelect?: "
|
|
2900
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2848
2901
|
expandAllTags?: boolean | undefined;
|
|
2849
2902
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2850
2903
|
} | undefined;
|
|
@@ -2861,7 +2914,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2861
2914
|
options?: {
|
|
2862
2915
|
examplesLanguage?: string | undefined;
|
|
2863
2916
|
disablePlayground?: boolean | undefined;
|
|
2864
|
-
showVersionSelect?: "
|
|
2917
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2865
2918
|
expandAllTags?: boolean | undefined;
|
|
2866
2919
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2867
2920
|
} | undefined;
|
|
@@ -2878,7 +2931,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2878
2931
|
options?: {
|
|
2879
2932
|
examplesLanguage?: string | undefined;
|
|
2880
2933
|
disablePlayground?: boolean | undefined;
|
|
2881
|
-
showVersionSelect?: "
|
|
2934
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2882
2935
|
expandAllTags?: boolean | undefined;
|
|
2883
2936
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2884
2937
|
} | undefined;
|
|
@@ -2895,7 +2948,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2895
2948
|
options?: {
|
|
2896
2949
|
examplesLanguage?: string | undefined;
|
|
2897
2950
|
disablePlayground?: boolean | undefined;
|
|
2898
|
-
showVersionSelect?: "
|
|
2951
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2899
2952
|
expandAllTags?: boolean | undefined;
|
|
2900
2953
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2901
2954
|
} | undefined;
|