zudoku 0.44.1 → 0.45.1
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/cli.js +8 -2
- package/dist/app/entry.client.js +34 -21
- package/dist/app/entry.client.js.map +1 -1
- package/dist/app/main.js +7 -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/Footer.js +2 -2
- package/dist/lib/components/Footer.js.map +1 -1
- package/dist/lib/components/Header.js +1 -1
- package/dist/lib/components/Header.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/context/ZudokuContext.js +2 -3
- package/dist/lib/components/context/ZudokuContext.js.map +1 -1
- package/dist/lib/components/index.d.ts +2 -1
- package/dist/lib/core/ZudokuContext.d.ts +8 -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/oas/graphql/circular.js +23 -18
- package/dist/lib/oas/graphql/circular.js.map +1 -1
- package/dist/lib/oas/parser/index.d.ts +3 -0
- package/dist/lib/oas/parser/index.js +6 -1
- package/dist/lib/oas/parser/index.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/ParamInfos.js +3 -1
- package/dist/lib/plugins/openapi/ParamInfos.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/plugins/openapi/playground/IdentitySelector.js +1 -3
- package/dist/lib/plugins/openapi/playground/IdentitySelector.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js +4 -1
- package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js +11 -12
- package/dist/lib/plugins/openapi/schema/SchemaPropertyItem.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/utils.d.ts +5 -1
- package/dist/lib/plugins/openapi/schema/utils.js +9 -5
- package/dist/lib/plugins/openapi/schema/utils.js.map +1 -1
- package/dist/lib/plugins/openapi/util/generateSchemaExample.d.ts +1 -1
- package/dist/lib/plugins/openapi/util/generateSchemaExample.js +4 -0
- package/dist/lib/plugins/openapi/util/generateSchemaExample.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 +12 -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/api/SchemaManager.js +2 -0
- package/dist/vite/api/SchemaManager.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-BTJ37DKg.js +90 -0
- package/lib/{AuthenticationPlugin-BlJsiGuX.js.map → AuthenticationPlugin-BTJ37DKg.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/{Card-BtheiD7j.js → Card-BlCYNw5W.js} +2 -2
- package/lib/{Card-BtheiD7j.js.map → Card-BlCYNw5W.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-D96AphCL.js +7691 -0
- package/lib/Markdown-D96AphCL.js.map +1 -0
- package/lib/MdxPage-tTTaDsLc.js +84 -0
- package/lib/{MdxPage-DlJaCSPf.js.map → MdxPage-tTTaDsLc.js.map} +1 -1
- package/lib/{OasProvider-CsUksaAo.js → OasProvider-DalHQixM.js} +4 -4
- package/lib/{OasProvider-CsUksaAo.js.map → OasProvider-DalHQixM.js.map} +1 -1
- package/lib/{OperationList-BlUBNsw2.js → OperationList-BB09ENaq.js} +1896 -1932
- package/lib/{OperationList-BlUBNsw2.js.map → OperationList-BB09ENaq.js.map} +1 -1
- package/lib/{Pagination-C5Fi7z_v.js → Pagination-CtmnJOJi.js} +4 -4
- package/lib/{Pagination-C5Fi7z_v.js.map → Pagination-CtmnJOJi.js.map} +1 -1
- package/lib/RouteGuard-lkdEJoDV.js +732 -0
- package/lib/{RouteGuard-D2gX29iI.js.map → RouteGuard-lkdEJoDV.js.map} +1 -1
- package/lib/{SchemaList-BQiBukIP.js → SchemaList-BH9bgMRw.js} +40 -41
- package/lib/{SchemaList-BQiBukIP.js.map → SchemaList-BH9bgMRw.js.map} +1 -1
- package/lib/{SchemaView-Bt95NiyQ.js → SchemaView-BsB7EFRl.js} +120 -115
- package/lib/SchemaView-BsB7EFRl.js.map +1 -0
- package/lib/Select-HTio1oSE.js +211 -0
- package/lib/{Select-CYaEBIYK.js.map → Select-HTio1oSE.js.map} +1 -1
- package/lib/SlotletProvider-CTgIBRWg.js +257 -0
- package/lib/SlotletProvider-CTgIBRWg.js.map +1 -0
- package/lib/SyntaxHighlight-UxOF1xNb.js +9107 -0
- package/lib/SyntaxHighlight-UxOF1xNb.js.map +1 -0
- package/lib/{Toc-BnN4zBb3.js → Toc-Ax54Pw8S.js} +3 -3
- package/lib/{Toc-BnN4zBb3.js.map → Toc-Ax54Pw8S.js.map} +1 -1
- package/lib/{chunk-BAXFHI7N-BLTsN6tl.js → chunk-BAXFHI7N-C9WnHsLV.js} +510 -517
- package/lib/{chunk-BAXFHI7N-BLTsN6tl.js.map → chunk-BAXFHI7N-C9WnHsLV.js.map} +1 -1
- package/lib/{circular-tOWjsgLZ.js → circular-CZaZtOBs.js} +1636 -1633
- package/lib/{circular-tOWjsgLZ.js.map → circular-CZaZtOBs.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-XtO-PVox.js → createServer-DmqFeMgf.js} +3980 -3832
- package/lib/createServer-DmqFeMgf.js.map +1 -0
- package/lib/hook-BwOB_iZo.js +1442 -0
- package/lib/hook-BwOB_iZo.js.map +1 -0
- 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-BnT4-Efz.js +4975 -0
- package/lib/index-BnT4-Efz.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-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-CZnufgn5.js → index-sS7O9W-R.js} +899 -949
- package/lib/index-sS7O9W-R.js.map +1 -0
- 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-DAFpPywt.js +48 -0
- package/lib/{invariant-Caa8-XvF.js.map → invariant-DAFpPywt.js.map} +1 -1
- package/lib/mutation-CL2MCRQL.js +196 -0
- package/lib/{mutation-Bq5bn7Hf.js.map → mutation-CL2MCRQL.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 +5 -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-DmTJxEXG.js → useExposedProps-DG8J6ewJ.js} +2 -2
- package/lib/{useExposedProps-DmTJxEXG.js.map → useExposedProps-DG8J6ewJ.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 +64 -70
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +373 -382
- 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 +39 -29
- package/src/app/entry.client.tsx +40 -25
- package/src/app/main.css +54 -3
- package/src/app/main.tsx +8 -0
- package/src/lib/components/Footer.tsx +3 -6
- package/src/lib/components/Header.tsx +1 -1
- package/src/lib/components/Markdown.tsx +29 -24
- package/src/lib/components/context/ZudokuContext.ts +2 -3
- package/src/lib/core/ZudokuContext.ts +5 -0
- package/src/lib/errors/ErrorAlert.tsx +1 -1
- package/src/lib/oas/graphql/circular.ts +27 -19
- package/src/lib/oas/parser/index.ts +6 -1
- package/src/lib/plugins/openapi/CollapsibleCode.tsx +5 -2
- package/src/lib/plugins/openapi/ParamInfos.tsx +3 -1
- package/src/lib/plugins/openapi/Sidecar.tsx +1 -1
- package/src/lib/plugins/openapi/SidecarExamples.tsx +2 -2
- package/src/lib/plugins/openapi/playground/IdentitySelector.tsx +22 -35
- package/src/lib/plugins/openapi/schema/SchemaExampleAndDefault.tsx +5 -2
- package/src/lib/plugins/openapi/schema/SchemaPropertyItem.tsx +23 -17
- package/src/lib/plugins/openapi/schema/utils.ts +18 -6
- package/src/lib/plugins/openapi/util/generateSchemaExample.ts +6 -1
- package/src/lib/shiki.ts +133 -0
- package/src/lib/ui/Callout.tsx +1 -1
- package/src/lib/ui/CodeBlock.tsx +102 -0
- package/src/lib/ui/SyntaxHighlight.tsx +23 -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-BlJsiGuX.js +0 -99
- package/lib/Markdown-DvdVn1O7.js +0 -17128
- package/lib/Markdown-DvdVn1O7.js.map +0 -1
- package/lib/MdxPage-DlJaCSPf.js +0 -85
- package/lib/RouteGuard-D2gX29iI.js +0 -744
- package/lib/SchemaView-Bt95NiyQ.js.map +0 -1
- package/lib/Select-CYaEBIYK.js +0 -223
- package/lib/SlotletProvider-wWbHYqWf.js +0 -340
- package/lib/SlotletProvider-wWbHYqWf.js.map +0 -1
- package/lib/SyntaxHighlight-o7q0acut.js +0 -2890
- package/lib/SyntaxHighlight-o7q0acut.js.map +0 -1
- package/lib/_commonjsHelpers-B4e78b8K.js +0 -29
- package/lib/_commonjsHelpers-B4e78b8K.js.map +0 -1
- package/lib/createServer-XtO-PVox.js.map +0 -1
- package/lib/hook-8GM2HXNM.js +0 -1478
- package/lib/hook-8GM2HXNM.js.map +0 -1
- package/lib/index-CZnufgn5.js.map +0 -1
- package/lib/index-CzUOM_vE.js +0 -5039
- package/lib/index-CzUOM_vE.js.map +0 -1
- package/lib/invariant-Caa8-XvF.js +0 -26
- package/lib/mutation-Bq5bn7Hf.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
|
@@ -47,25 +47,25 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
47
47
|
light: z.ZodString;
|
|
48
48
|
dark: z.ZodString;
|
|
49
49
|
}, "strip", z.ZodTypeAny, {
|
|
50
|
-
dark: string;
|
|
51
50
|
light: string;
|
|
52
|
-
}, {
|
|
53
51
|
dark: string;
|
|
52
|
+
}, {
|
|
54
53
|
light: string;
|
|
54
|
+
dark: string;
|
|
55
55
|
}>;
|
|
56
56
|
alt: z.ZodOptional<z.ZodString>;
|
|
57
57
|
width: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
59
|
src: {
|
|
60
|
-
dark: string;
|
|
61
60
|
light: string;
|
|
61
|
+
dark: string;
|
|
62
62
|
};
|
|
63
63
|
width?: string | number | undefined;
|
|
64
64
|
alt?: string | undefined;
|
|
65
65
|
}, {
|
|
66
66
|
src: {
|
|
67
|
-
dark: string;
|
|
68
67
|
light: string;
|
|
68
|
+
dark: string;
|
|
69
69
|
};
|
|
70
70
|
width?: string | number | undefined;
|
|
71
71
|
alt?: string | undefined;
|
|
@@ -132,25 +132,25 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
132
132
|
light: z.ZodString;
|
|
133
133
|
dark: z.ZodString;
|
|
134
134
|
}, "strip", z.ZodTypeAny, {
|
|
135
|
-
dark: string;
|
|
136
135
|
light: string;
|
|
137
|
-
}, {
|
|
138
136
|
dark: string;
|
|
137
|
+
}, {
|
|
139
138
|
light: string;
|
|
139
|
+
dark: string;
|
|
140
140
|
}>;
|
|
141
141
|
alt: z.ZodOptional<z.ZodString>;
|
|
142
142
|
width: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
143
143
|
}, "strip", z.ZodTypeAny, {
|
|
144
144
|
src: {
|
|
145
|
-
dark: string;
|
|
146
145
|
light: string;
|
|
146
|
+
dark: string;
|
|
147
147
|
};
|
|
148
148
|
width?: string | number | undefined;
|
|
149
149
|
alt?: string | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
src: {
|
|
152
|
-
dark: string;
|
|
153
152
|
light: string;
|
|
153
|
+
dark: string;
|
|
154
154
|
};
|
|
155
155
|
width?: string | number | undefined;
|
|
156
156
|
alt?: string | undefined;
|
|
@@ -168,8 +168,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
168
168
|
copyright?: string | undefined;
|
|
169
169
|
logo?: {
|
|
170
170
|
src: {
|
|
171
|
-
dark: string;
|
|
172
171
|
light: string;
|
|
172
|
+
dark: string;
|
|
173
173
|
};
|
|
174
174
|
width?: string | number | undefined;
|
|
175
175
|
alt?: string | undefined;
|
|
@@ -192,8 +192,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
192
192
|
copyright?: string | undefined;
|
|
193
193
|
logo?: {
|
|
194
194
|
src: {
|
|
195
|
-
dark: string;
|
|
196
195
|
light: string;
|
|
196
|
+
dark: string;
|
|
197
197
|
};
|
|
198
198
|
width?: string | number | undefined;
|
|
199
199
|
alt?: string | undefined;
|
|
@@ -218,8 +218,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
218
218
|
copyright?: string | undefined;
|
|
219
219
|
logo?: {
|
|
220
220
|
src: {
|
|
221
|
-
dark: string;
|
|
222
221
|
light: string;
|
|
222
|
+
dark: string;
|
|
223
223
|
};
|
|
224
224
|
width?: string | number | undefined;
|
|
225
225
|
alt?: string | undefined;
|
|
@@ -237,16 +237,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
237
237
|
color?: string | (string & {}) | undefined;
|
|
238
238
|
dismissible?: boolean | undefined;
|
|
239
239
|
} | undefined;
|
|
240
|
-
pageTitle?: string | undefined;
|
|
241
|
-
logoUrl?: string | undefined;
|
|
242
240
|
logo?: {
|
|
243
241
|
src: {
|
|
244
|
-
dark: string;
|
|
245
242
|
light: string;
|
|
243
|
+
dark: string;
|
|
246
244
|
};
|
|
247
245
|
width?: string | number | undefined;
|
|
248
246
|
alt?: string | undefined;
|
|
249
247
|
} | undefined;
|
|
248
|
+
pageTitle?: string | undefined;
|
|
249
|
+
logoUrl?: string | undefined;
|
|
250
250
|
showPoweredBy?: boolean | undefined;
|
|
251
251
|
}, {
|
|
252
252
|
footer?: {
|
|
@@ -261,8 +261,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
261
261
|
copyright?: string | undefined;
|
|
262
262
|
logo?: {
|
|
263
263
|
src: {
|
|
264
|
-
dark: string;
|
|
265
264
|
light: string;
|
|
265
|
+
dark: string;
|
|
266
266
|
};
|
|
267
267
|
width?: string | number | undefined;
|
|
268
268
|
alt?: string | undefined;
|
|
@@ -280,16 +280,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
280
280
|
color?: string | (string & {}) | undefined;
|
|
281
281
|
dismissible?: boolean | undefined;
|
|
282
282
|
} | undefined;
|
|
283
|
-
pageTitle?: string | undefined;
|
|
284
|
-
logoUrl?: string | undefined;
|
|
285
283
|
logo?: {
|
|
286
284
|
src: {
|
|
287
|
-
dark: string;
|
|
288
285
|
light: string;
|
|
286
|
+
dark: string;
|
|
289
287
|
};
|
|
290
288
|
width?: string | number | undefined;
|
|
291
289
|
alt?: string | undefined;
|
|
292
290
|
} | undefined;
|
|
291
|
+
pageTitle?: string | undefined;
|
|
292
|
+
logoUrl?: string | undefined;
|
|
293
293
|
showPoweredBy?: boolean | undefined;
|
|
294
294
|
}>>;
|
|
295
295
|
topNavigation: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -301,12 +301,12 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
301
301
|
id: string;
|
|
302
302
|
label: string;
|
|
303
303
|
default?: string | undefined;
|
|
304
|
-
display?: "
|
|
304
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
id: string;
|
|
307
307
|
label: string;
|
|
308
308
|
default?: string | undefined;
|
|
309
|
-
display?: "
|
|
309
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
310
310
|
}>, "many">>;
|
|
311
311
|
sidebar: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodType<import("./InputSidebarSchema.js").InputSidebarItem, z.ZodTypeDef, import("./InputSidebarSchema.js").InputSidebarItem>, "many">>>;
|
|
312
312
|
theme: z.ZodOptional<z.ZodObject<{
|
|
@@ -479,7 +479,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
479
479
|
} | undefined;
|
|
480
480
|
}>>;
|
|
481
481
|
}, "strip", z.ZodTypeAny, {
|
|
482
|
-
|
|
482
|
+
light?: {
|
|
483
483
|
input?: string | undefined;
|
|
484
484
|
radius?: string | undefined;
|
|
485
485
|
destructive?: string | undefined;
|
|
@@ -501,7 +501,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
501
501
|
destructiveForeground?: string | undefined;
|
|
502
502
|
ring?: string | undefined;
|
|
503
503
|
} | undefined;
|
|
504
|
-
|
|
504
|
+
dark?: {
|
|
505
505
|
input?: string | undefined;
|
|
506
506
|
radius?: string | undefined;
|
|
507
507
|
destructive?: string | undefined;
|
|
@@ -534,7 +534,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
534
534
|
} | undefined;
|
|
535
535
|
} | undefined;
|
|
536
536
|
}, {
|
|
537
|
-
|
|
537
|
+
light?: {
|
|
538
538
|
input?: string | undefined;
|
|
539
539
|
radius?: string | undefined;
|
|
540
540
|
destructive?: string | undefined;
|
|
@@ -556,7 +556,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
556
556
|
destructiveForeground?: string | undefined;
|
|
557
557
|
ring?: string | undefined;
|
|
558
558
|
} | undefined;
|
|
559
|
-
|
|
559
|
+
dark?: {
|
|
560
560
|
input?: string | undefined;
|
|
561
561
|
radius?: string | undefined;
|
|
562
562
|
destructive?: string | undefined;
|
|
@@ -589,6 +589,31 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
589
589
|
} | undefined;
|
|
590
590
|
} | undefined;
|
|
591
591
|
}>>;
|
|
592
|
+
syntaxHighlighting: z.ZodOptional<z.ZodOptional<z.ZodObject<{
|
|
593
|
+
languages: z.ZodOptional<z.ZodArray<z.ZodType<import("shiki").BundledLanguage, z.ZodTypeDef, import("shiki").BundledLanguage>, "many">>;
|
|
594
|
+
themes: z.ZodOptional<z.ZodObject<{
|
|
595
|
+
light: z.ZodType<import("shiki").BundledTheme, z.ZodTypeDef, import("shiki").BundledTheme>;
|
|
596
|
+
dark: z.ZodType<import("shiki").BundledTheme, z.ZodTypeDef, import("shiki").BundledTheme>;
|
|
597
|
+
}, "strip", z.ZodTypeAny, {
|
|
598
|
+
light: import("shiki").BundledTheme;
|
|
599
|
+
dark: import("shiki").BundledTheme;
|
|
600
|
+
}, {
|
|
601
|
+
light: import("shiki").BundledTheme;
|
|
602
|
+
dark: import("shiki").BundledTheme;
|
|
603
|
+
}>>;
|
|
604
|
+
}, "strip", z.ZodTypeAny, {
|
|
605
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
606
|
+
themes?: {
|
|
607
|
+
light: import("shiki").BundledTheme;
|
|
608
|
+
dark: import("shiki").BundledTheme;
|
|
609
|
+
} | undefined;
|
|
610
|
+
}, {
|
|
611
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
612
|
+
themes?: {
|
|
613
|
+
light: import("shiki").BundledTheme;
|
|
614
|
+
dark: import("shiki").BundledTheme;
|
|
615
|
+
} | undefined;
|
|
616
|
+
}>>>;
|
|
592
617
|
metadata: z.ZodOptional<z.ZodObject<{
|
|
593
618
|
title: z.ZodOptional<z.ZodString>;
|
|
594
619
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -881,14 +906,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
881
906
|
examplesLanguage?: string | undefined;
|
|
882
907
|
disablePlayground?: boolean | undefined;
|
|
883
908
|
disableSidecar?: boolean | undefined;
|
|
884
|
-
showVersionSelect?: "
|
|
909
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
885
910
|
expandAllTags?: boolean | undefined;
|
|
886
911
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
887
912
|
}, {
|
|
888
913
|
examplesLanguage?: string | undefined;
|
|
889
914
|
disablePlayground?: boolean | undefined;
|
|
890
915
|
disableSidecar?: boolean | undefined;
|
|
891
|
-
showVersionSelect?: "
|
|
916
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
892
917
|
expandAllTags?: boolean | undefined;
|
|
893
918
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
894
919
|
}>>;
|
|
@@ -901,7 +926,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
901
926
|
examplesLanguage?: string | undefined;
|
|
902
927
|
disablePlayground?: boolean | undefined;
|
|
903
928
|
disableSidecar?: boolean | undefined;
|
|
904
|
-
showVersionSelect?: "
|
|
929
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
905
930
|
expandAllTags?: boolean | undefined;
|
|
906
931
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
907
932
|
} | undefined;
|
|
@@ -919,7 +944,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
919
944
|
examplesLanguage?: string | undefined;
|
|
920
945
|
disablePlayground?: boolean | undefined;
|
|
921
946
|
disableSidecar?: boolean | undefined;
|
|
922
|
-
showVersionSelect?: "
|
|
947
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
923
948
|
expandAllTags?: boolean | undefined;
|
|
924
949
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
925
950
|
} | undefined;
|
|
@@ -956,14 +981,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
956
981
|
examplesLanguage?: string | undefined;
|
|
957
982
|
disablePlayground?: boolean | undefined;
|
|
958
983
|
disableSidecar?: boolean | undefined;
|
|
959
|
-
showVersionSelect?: "
|
|
984
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
960
985
|
expandAllTags?: boolean | undefined;
|
|
961
986
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
962
987
|
}, {
|
|
963
988
|
examplesLanguage?: string | undefined;
|
|
964
989
|
disablePlayground?: boolean | undefined;
|
|
965
990
|
disableSidecar?: boolean | undefined;
|
|
966
|
-
showVersionSelect?: "
|
|
991
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
967
992
|
expandAllTags?: boolean | undefined;
|
|
968
993
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
969
994
|
}>>;
|
|
@@ -976,7 +1001,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
976
1001
|
examplesLanguage?: string | undefined;
|
|
977
1002
|
disablePlayground?: boolean | undefined;
|
|
978
1003
|
disableSidecar?: boolean | undefined;
|
|
979
|
-
showVersionSelect?: "
|
|
1004
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
980
1005
|
expandAllTags?: boolean | undefined;
|
|
981
1006
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
982
1007
|
} | undefined;
|
|
@@ -994,7 +1019,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
994
1019
|
examplesLanguage?: string | undefined;
|
|
995
1020
|
disablePlayground?: boolean | undefined;
|
|
996
1021
|
disableSidecar?: boolean | undefined;
|
|
997
|
-
showVersionSelect?: "
|
|
1022
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
998
1023
|
expandAllTags?: boolean | undefined;
|
|
999
1024
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1000
1025
|
} | undefined;
|
|
@@ -1031,14 +1056,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1031
1056
|
examplesLanguage?: string | undefined;
|
|
1032
1057
|
disablePlayground?: boolean | undefined;
|
|
1033
1058
|
disableSidecar?: boolean | undefined;
|
|
1034
|
-
showVersionSelect?: "
|
|
1059
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1035
1060
|
expandAllTags?: boolean | undefined;
|
|
1036
1061
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1037
1062
|
}, {
|
|
1038
1063
|
examplesLanguage?: string | undefined;
|
|
1039
1064
|
disablePlayground?: boolean | undefined;
|
|
1040
1065
|
disableSidecar?: boolean | undefined;
|
|
1041
|
-
showVersionSelect?: "
|
|
1066
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1042
1067
|
expandAllTags?: boolean | undefined;
|
|
1043
1068
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1044
1069
|
}>>;
|
|
@@ -1051,7 +1076,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1051
1076
|
examplesLanguage?: string | undefined;
|
|
1052
1077
|
disablePlayground?: boolean | undefined;
|
|
1053
1078
|
disableSidecar?: 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;
|
|
@@ -1069,7 +1094,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1069
1094
|
examplesLanguage?: string | undefined;
|
|
1070
1095
|
disablePlayground?: boolean | undefined;
|
|
1071
1096
|
disableSidecar?: boolean | undefined;
|
|
1072
|
-
showVersionSelect?: "
|
|
1097
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1073
1098
|
expandAllTags?: boolean | undefined;
|
|
1074
1099
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1075
1100
|
} | undefined;
|
|
@@ -1106,14 +1131,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1106
1131
|
examplesLanguage?: string | undefined;
|
|
1107
1132
|
disablePlayground?: boolean | undefined;
|
|
1108
1133
|
disableSidecar?: boolean | undefined;
|
|
1109
|
-
showVersionSelect?: "
|
|
1134
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1110
1135
|
expandAllTags?: boolean | undefined;
|
|
1111
1136
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1112
1137
|
}, {
|
|
1113
1138
|
examplesLanguage?: string | undefined;
|
|
1114
1139
|
disablePlayground?: boolean | undefined;
|
|
1115
1140
|
disableSidecar?: boolean | undefined;
|
|
1116
|
-
showVersionSelect?: "
|
|
1141
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1117
1142
|
expandAllTags?: boolean | undefined;
|
|
1118
1143
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1119
1144
|
}>>;
|
|
@@ -1126,7 +1151,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1126
1151
|
examplesLanguage?: string | undefined;
|
|
1127
1152
|
disablePlayground?: boolean | undefined;
|
|
1128
1153
|
disableSidecar?: boolean | undefined;
|
|
1129
|
-
showVersionSelect?: "
|
|
1154
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1130
1155
|
expandAllTags?: boolean | undefined;
|
|
1131
1156
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1132
1157
|
} | undefined;
|
|
@@ -1144,7 +1169,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1144
1169
|
examplesLanguage?: string | undefined;
|
|
1145
1170
|
disablePlayground?: boolean | undefined;
|
|
1146
1171
|
disableSidecar?: boolean | undefined;
|
|
1147
|
-
showVersionSelect?: "
|
|
1172
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1148
1173
|
expandAllTags?: boolean | undefined;
|
|
1149
1174
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1150
1175
|
} | undefined;
|
|
@@ -1181,14 +1206,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1181
1206
|
examplesLanguage?: string | undefined;
|
|
1182
1207
|
disablePlayground?: boolean | undefined;
|
|
1183
1208
|
disableSidecar?: boolean | undefined;
|
|
1184
|
-
showVersionSelect?: "
|
|
1209
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1185
1210
|
expandAllTags?: boolean | undefined;
|
|
1186
1211
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1187
1212
|
}, {
|
|
1188
1213
|
examplesLanguage?: string | undefined;
|
|
1189
1214
|
disablePlayground?: boolean | undefined;
|
|
1190
1215
|
disableSidecar?: boolean | undefined;
|
|
1191
|
-
showVersionSelect?: "
|
|
1216
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1192
1217
|
expandAllTags?: boolean | undefined;
|
|
1193
1218
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1194
1219
|
}>>;
|
|
@@ -1201,7 +1226,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1201
1226
|
examplesLanguage?: string | undefined;
|
|
1202
1227
|
disablePlayground?: boolean | undefined;
|
|
1203
1228
|
disableSidecar?: boolean | undefined;
|
|
1204
|
-
showVersionSelect?: "
|
|
1229
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1205
1230
|
expandAllTags?: boolean | undefined;
|
|
1206
1231
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1207
1232
|
} | undefined;
|
|
@@ -1219,7 +1244,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1219
1244
|
examplesLanguage?: string | undefined;
|
|
1220
1245
|
disablePlayground?: boolean | undefined;
|
|
1221
1246
|
disableSidecar?: boolean | undefined;
|
|
1222
|
-
showVersionSelect?: "
|
|
1247
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1223
1248
|
expandAllTags?: boolean | undefined;
|
|
1224
1249
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1225
1250
|
} | undefined;
|
|
@@ -1256,14 +1281,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1256
1281
|
examplesLanguage?: string | undefined;
|
|
1257
1282
|
disablePlayground?: boolean | undefined;
|
|
1258
1283
|
disableSidecar?: boolean | undefined;
|
|
1259
|
-
showVersionSelect?: "
|
|
1284
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1260
1285
|
expandAllTags?: boolean | undefined;
|
|
1261
1286
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1262
1287
|
}, {
|
|
1263
1288
|
examplesLanguage?: string | undefined;
|
|
1264
1289
|
disablePlayground?: boolean | undefined;
|
|
1265
1290
|
disableSidecar?: boolean | undefined;
|
|
1266
|
-
showVersionSelect?: "
|
|
1291
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1267
1292
|
expandAllTags?: boolean | undefined;
|
|
1268
1293
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1269
1294
|
}>>;
|
|
@@ -1276,7 +1301,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1276
1301
|
examplesLanguage?: string | undefined;
|
|
1277
1302
|
disablePlayground?: boolean | undefined;
|
|
1278
1303
|
disableSidecar?: boolean | undefined;
|
|
1279
|
-
showVersionSelect?: "
|
|
1304
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1280
1305
|
expandAllTags?: boolean | undefined;
|
|
1281
1306
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1282
1307
|
} | undefined;
|
|
@@ -1294,7 +1319,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1294
1319
|
examplesLanguage?: string | undefined;
|
|
1295
1320
|
disablePlayground?: boolean | undefined;
|
|
1296
1321
|
disableSidecar?: boolean | undefined;
|
|
1297
|
-
showVersionSelect?: "
|
|
1322
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1298
1323
|
expandAllTags?: boolean | undefined;
|
|
1299
1324
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1300
1325
|
} | undefined;
|
|
@@ -1435,14 +1460,14 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1435
1460
|
examplesLanguage?: string | undefined;
|
|
1436
1461
|
disablePlayground?: boolean | undefined;
|
|
1437
1462
|
disableSidecar?: boolean | undefined;
|
|
1438
|
-
showVersionSelect?: "
|
|
1463
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1439
1464
|
expandAllTags?: boolean | undefined;
|
|
1440
1465
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1441
1466
|
}, {
|
|
1442
1467
|
examplesLanguage?: string | undefined;
|
|
1443
1468
|
disablePlayground?: boolean | undefined;
|
|
1444
1469
|
disableSidecar?: boolean | undefined;
|
|
1445
|
-
showVersionSelect?: "
|
|
1470
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1446
1471
|
expandAllTags?: boolean | undefined;
|
|
1447
1472
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1448
1473
|
}>;
|
|
@@ -1452,7 +1477,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1452
1477
|
examplesLanguage?: string | undefined;
|
|
1453
1478
|
disablePlayground?: boolean | undefined;
|
|
1454
1479
|
disableSidecar?: boolean | undefined;
|
|
1455
|
-
showVersionSelect?: "
|
|
1480
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1456
1481
|
expandAllTags?: boolean | undefined;
|
|
1457
1482
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1458
1483
|
};
|
|
@@ -1462,7 +1487,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1462
1487
|
examplesLanguage?: string | undefined;
|
|
1463
1488
|
disablePlayground?: boolean | undefined;
|
|
1464
1489
|
disableSidecar?: boolean | undefined;
|
|
1465
|
-
showVersionSelect?: "
|
|
1490
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1466
1491
|
expandAllTags?: boolean | undefined;
|
|
1467
1492
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1468
1493
|
};
|
|
@@ -1530,7 +1555,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1530
1555
|
examplesLanguage?: string | undefined;
|
|
1531
1556
|
disablePlayground?: boolean | undefined;
|
|
1532
1557
|
disableSidecar?: boolean | undefined;
|
|
1533
|
-
showVersionSelect?: "
|
|
1558
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1534
1559
|
expandAllTags?: boolean | undefined;
|
|
1535
1560
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1536
1561
|
};
|
|
@@ -1587,10 +1612,10 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1587
1612
|
id: string;
|
|
1588
1613
|
label: string;
|
|
1589
1614
|
default?: string | undefined;
|
|
1590
|
-
display?: "
|
|
1615
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
1591
1616
|
}[] | undefined;
|
|
1592
1617
|
theme?: {
|
|
1593
|
-
|
|
1618
|
+
light?: {
|
|
1594
1619
|
input?: string | undefined;
|
|
1595
1620
|
radius?: string | undefined;
|
|
1596
1621
|
destructive?: string | undefined;
|
|
@@ -1612,7 +1637,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1612
1637
|
destructiveForeground?: string | undefined;
|
|
1613
1638
|
ring?: string | undefined;
|
|
1614
1639
|
} | undefined;
|
|
1615
|
-
|
|
1640
|
+
dark?: {
|
|
1616
1641
|
input?: string | undefined;
|
|
1617
1642
|
radius?: string | undefined;
|
|
1618
1643
|
destructive?: string | undefined;
|
|
@@ -1648,6 +1673,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1648
1673
|
mdx?: {
|
|
1649
1674
|
components?: MdxComponentsType;
|
|
1650
1675
|
} | undefined;
|
|
1676
|
+
syntaxHighlighting?: {
|
|
1677
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
1678
|
+
themes?: {
|
|
1679
|
+
light: import("shiki").BundledTheme;
|
|
1680
|
+
dark: import("shiki").BundledTheme;
|
|
1681
|
+
} | undefined;
|
|
1682
|
+
} | undefined;
|
|
1651
1683
|
UNSAFE_slotlets?: Record<string, ReactNode | ComponentType<ExposedComponentProps>> | undefined;
|
|
1652
1684
|
customPages?: {
|
|
1653
1685
|
path: string;
|
|
@@ -1685,8 +1717,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1685
1717
|
copyright?: string | undefined;
|
|
1686
1718
|
logo?: {
|
|
1687
1719
|
src: {
|
|
1688
|
-
dark: string;
|
|
1689
1720
|
light: string;
|
|
1721
|
+
dark: string;
|
|
1690
1722
|
};
|
|
1691
1723
|
width?: string | number | undefined;
|
|
1692
1724
|
alt?: string | undefined;
|
|
@@ -1704,16 +1736,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1704
1736
|
color?: string | (string & {}) | undefined;
|
|
1705
1737
|
dismissible?: boolean | undefined;
|
|
1706
1738
|
} | undefined;
|
|
1707
|
-
pageTitle?: string | undefined;
|
|
1708
|
-
logoUrl?: string | undefined;
|
|
1709
1739
|
logo?: {
|
|
1710
1740
|
src: {
|
|
1711
|
-
dark: string;
|
|
1712
1741
|
light: string;
|
|
1742
|
+
dark: string;
|
|
1713
1743
|
};
|
|
1714
1744
|
width?: string | number | undefined;
|
|
1715
1745
|
alt?: string | undefined;
|
|
1716
1746
|
} | undefined;
|
|
1747
|
+
pageTitle?: string | undefined;
|
|
1748
|
+
logoUrl?: string | undefined;
|
|
1717
1749
|
showPoweredBy?: boolean | undefined;
|
|
1718
1750
|
} | undefined;
|
|
1719
1751
|
docs?: {
|
|
@@ -1738,7 +1770,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1738
1770
|
examplesLanguage?: string | undefined;
|
|
1739
1771
|
disablePlayground?: boolean | undefined;
|
|
1740
1772
|
disableSidecar?: boolean | undefined;
|
|
1741
|
-
showVersionSelect?: "
|
|
1773
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1742
1774
|
expandAllTags?: boolean | undefined;
|
|
1743
1775
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1744
1776
|
} | undefined;
|
|
@@ -1756,7 +1788,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1756
1788
|
examplesLanguage?: string | undefined;
|
|
1757
1789
|
disablePlayground?: boolean | undefined;
|
|
1758
1790
|
disableSidecar?: boolean | undefined;
|
|
1759
|
-
showVersionSelect?: "
|
|
1791
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1760
1792
|
expandAllTags?: boolean | undefined;
|
|
1761
1793
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1762
1794
|
} | undefined;
|
|
@@ -1774,7 +1806,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1774
1806
|
examplesLanguage?: string | undefined;
|
|
1775
1807
|
disablePlayground?: boolean | undefined;
|
|
1776
1808
|
disableSidecar?: boolean | undefined;
|
|
1777
|
-
showVersionSelect?: "
|
|
1809
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1778
1810
|
expandAllTags?: boolean | undefined;
|
|
1779
1811
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1780
1812
|
} | undefined;
|
|
@@ -1792,7 +1824,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1792
1824
|
examplesLanguage?: string | undefined;
|
|
1793
1825
|
disablePlayground?: boolean | undefined;
|
|
1794
1826
|
disableSidecar?: boolean | undefined;
|
|
1795
|
-
showVersionSelect?: "
|
|
1827
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1796
1828
|
expandAllTags?: boolean | undefined;
|
|
1797
1829
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1798
1830
|
} | undefined;
|
|
@@ -1810,7 +1842,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1810
1842
|
examplesLanguage?: string | undefined;
|
|
1811
1843
|
disablePlayground?: boolean | undefined;
|
|
1812
1844
|
disableSidecar?: boolean | undefined;
|
|
1813
|
-
showVersionSelect?: "
|
|
1845
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1814
1846
|
expandAllTags?: boolean | undefined;
|
|
1815
1847
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1816
1848
|
} | undefined;
|
|
@@ -1828,7 +1860,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1828
1860
|
examplesLanguage?: string | undefined;
|
|
1829
1861
|
disablePlayground?: boolean | undefined;
|
|
1830
1862
|
disableSidecar?: boolean | undefined;
|
|
1831
|
-
showVersionSelect?: "
|
|
1863
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1832
1864
|
expandAllTags?: boolean | undefined;
|
|
1833
1865
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1834
1866
|
} | undefined;
|
|
@@ -1909,7 +1941,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1909
1941
|
examplesLanguage?: string | undefined;
|
|
1910
1942
|
disablePlayground?: boolean | undefined;
|
|
1911
1943
|
disableSidecar?: boolean | undefined;
|
|
1912
|
-
showVersionSelect?: "
|
|
1944
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
1913
1945
|
expandAllTags?: boolean | undefined;
|
|
1914
1946
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
1915
1947
|
};
|
|
@@ -1966,10 +1998,10 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1966
1998
|
id: string;
|
|
1967
1999
|
label: string;
|
|
1968
2000
|
default?: string | undefined;
|
|
1969
|
-
display?: "
|
|
2001
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
1970
2002
|
}[] | undefined;
|
|
1971
2003
|
theme?: {
|
|
1972
|
-
|
|
2004
|
+
light?: {
|
|
1973
2005
|
input?: string | undefined;
|
|
1974
2006
|
radius?: string | undefined;
|
|
1975
2007
|
destructive?: string | undefined;
|
|
@@ -1991,7 +2023,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
1991
2023
|
destructiveForeground?: string | undefined;
|
|
1992
2024
|
ring?: string | undefined;
|
|
1993
2025
|
} | undefined;
|
|
1994
|
-
|
|
2026
|
+
dark?: {
|
|
1995
2027
|
input?: string | undefined;
|
|
1996
2028
|
radius?: string | undefined;
|
|
1997
2029
|
destructive?: string | undefined;
|
|
@@ -2027,6 +2059,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2027
2059
|
mdx?: {
|
|
2028
2060
|
components?: MdxComponentsType;
|
|
2029
2061
|
} | undefined;
|
|
2062
|
+
syntaxHighlighting?: {
|
|
2063
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
2064
|
+
themes?: {
|
|
2065
|
+
light: import("shiki").BundledTheme;
|
|
2066
|
+
dark: import("shiki").BundledTheme;
|
|
2067
|
+
} | undefined;
|
|
2068
|
+
} | undefined;
|
|
2030
2069
|
UNSAFE_slotlets?: Record<string, ReactNode | ComponentType<ExposedComponentProps>> | undefined;
|
|
2031
2070
|
customPages?: {
|
|
2032
2071
|
path: string;
|
|
@@ -2064,8 +2103,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2064
2103
|
copyright?: string | undefined;
|
|
2065
2104
|
logo?: {
|
|
2066
2105
|
src: {
|
|
2067
|
-
dark: string;
|
|
2068
2106
|
light: string;
|
|
2107
|
+
dark: string;
|
|
2069
2108
|
};
|
|
2070
2109
|
width?: string | number | undefined;
|
|
2071
2110
|
alt?: string | undefined;
|
|
@@ -2083,16 +2122,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2083
2122
|
color?: string | (string & {}) | undefined;
|
|
2084
2123
|
dismissible?: boolean | undefined;
|
|
2085
2124
|
} | undefined;
|
|
2086
|
-
pageTitle?: string | undefined;
|
|
2087
|
-
logoUrl?: string | undefined;
|
|
2088
2125
|
logo?: {
|
|
2089
2126
|
src: {
|
|
2090
|
-
dark: string;
|
|
2091
2127
|
light: string;
|
|
2128
|
+
dark: string;
|
|
2092
2129
|
};
|
|
2093
2130
|
width?: string | number | undefined;
|
|
2094
2131
|
alt?: string | undefined;
|
|
2095
2132
|
} | undefined;
|
|
2133
|
+
pageTitle?: string | undefined;
|
|
2134
|
+
logoUrl?: string | undefined;
|
|
2096
2135
|
showPoweredBy?: boolean | undefined;
|
|
2097
2136
|
} | undefined;
|
|
2098
2137
|
docs?: {
|
|
@@ -2117,7 +2156,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2117
2156
|
examplesLanguage?: string | undefined;
|
|
2118
2157
|
disablePlayground?: boolean | undefined;
|
|
2119
2158
|
disableSidecar?: boolean | undefined;
|
|
2120
|
-
showVersionSelect?: "
|
|
2159
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2121
2160
|
expandAllTags?: boolean | undefined;
|
|
2122
2161
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2123
2162
|
} | undefined;
|
|
@@ -2135,7 +2174,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2135
2174
|
examplesLanguage?: string | undefined;
|
|
2136
2175
|
disablePlayground?: boolean | undefined;
|
|
2137
2176
|
disableSidecar?: boolean | undefined;
|
|
2138
|
-
showVersionSelect?: "
|
|
2177
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2139
2178
|
expandAllTags?: boolean | undefined;
|
|
2140
2179
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2141
2180
|
} | undefined;
|
|
@@ -2153,7 +2192,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2153
2192
|
examplesLanguage?: string | undefined;
|
|
2154
2193
|
disablePlayground?: boolean | undefined;
|
|
2155
2194
|
disableSidecar?: 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;
|
|
@@ -2171,7 +2210,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2171
2210
|
examplesLanguage?: string | undefined;
|
|
2172
2211
|
disablePlayground?: boolean | undefined;
|
|
2173
2212
|
disableSidecar?: boolean | undefined;
|
|
2174
|
-
showVersionSelect?: "
|
|
2213
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2175
2214
|
expandAllTags?: boolean | undefined;
|
|
2176
2215
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2177
2216
|
} | undefined;
|
|
@@ -2189,7 +2228,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2189
2228
|
examplesLanguage?: string | undefined;
|
|
2190
2229
|
disablePlayground?: boolean | undefined;
|
|
2191
2230
|
disableSidecar?: boolean | undefined;
|
|
2192
|
-
showVersionSelect?: "
|
|
2231
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2193
2232
|
expandAllTags?: boolean | undefined;
|
|
2194
2233
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2195
2234
|
} | undefined;
|
|
@@ -2207,7 +2246,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2207
2246
|
examplesLanguage?: string | undefined;
|
|
2208
2247
|
disablePlayground?: boolean | undefined;
|
|
2209
2248
|
disableSidecar?: boolean | undefined;
|
|
2210
|
-
showVersionSelect?: "
|
|
2249
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2211
2250
|
expandAllTags?: boolean | undefined;
|
|
2212
2251
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2213
2252
|
} | undefined;
|
|
@@ -2288,7 +2327,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2288
2327
|
examplesLanguage?: string | undefined;
|
|
2289
2328
|
disablePlayground?: boolean | undefined;
|
|
2290
2329
|
disableSidecar?: boolean | undefined;
|
|
2291
|
-
showVersionSelect?: "
|
|
2330
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2292
2331
|
expandAllTags?: boolean | undefined;
|
|
2293
2332
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2294
2333
|
};
|
|
@@ -2345,10 +2384,10 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2345
2384
|
id: string;
|
|
2346
2385
|
label: string;
|
|
2347
2386
|
default?: string | undefined;
|
|
2348
|
-
display?: "
|
|
2387
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
2349
2388
|
}[] | undefined;
|
|
2350
2389
|
theme?: {
|
|
2351
|
-
|
|
2390
|
+
light?: {
|
|
2352
2391
|
input?: string | undefined;
|
|
2353
2392
|
radius?: string | undefined;
|
|
2354
2393
|
destructive?: string | undefined;
|
|
@@ -2370,7 +2409,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2370
2409
|
destructiveForeground?: string | undefined;
|
|
2371
2410
|
ring?: string | undefined;
|
|
2372
2411
|
} | undefined;
|
|
2373
|
-
|
|
2412
|
+
dark?: {
|
|
2374
2413
|
input?: string | undefined;
|
|
2375
2414
|
radius?: string | undefined;
|
|
2376
2415
|
destructive?: string | undefined;
|
|
@@ -2406,6 +2445,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2406
2445
|
mdx?: {
|
|
2407
2446
|
components?: MdxComponentsType;
|
|
2408
2447
|
} | undefined;
|
|
2448
|
+
syntaxHighlighting?: {
|
|
2449
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
2450
|
+
themes?: {
|
|
2451
|
+
light: import("shiki").BundledTheme;
|
|
2452
|
+
dark: import("shiki").BundledTheme;
|
|
2453
|
+
} | undefined;
|
|
2454
|
+
} | undefined;
|
|
2409
2455
|
UNSAFE_slotlets?: Record<string, ReactNode | ComponentType<ExposedComponentProps>> | undefined;
|
|
2410
2456
|
customPages?: {
|
|
2411
2457
|
path: string;
|
|
@@ -2443,8 +2489,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2443
2489
|
copyright?: string | undefined;
|
|
2444
2490
|
logo?: {
|
|
2445
2491
|
src: {
|
|
2446
|
-
dark: string;
|
|
2447
2492
|
light: string;
|
|
2493
|
+
dark: string;
|
|
2448
2494
|
};
|
|
2449
2495
|
width?: string | number | undefined;
|
|
2450
2496
|
alt?: string | undefined;
|
|
@@ -2462,16 +2508,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2462
2508
|
color?: string | (string & {}) | undefined;
|
|
2463
2509
|
dismissible?: boolean | undefined;
|
|
2464
2510
|
} | undefined;
|
|
2465
|
-
pageTitle?: string | undefined;
|
|
2466
|
-
logoUrl?: string | undefined;
|
|
2467
2511
|
logo?: {
|
|
2468
2512
|
src: {
|
|
2469
|
-
dark: string;
|
|
2470
2513
|
light: string;
|
|
2514
|
+
dark: string;
|
|
2471
2515
|
};
|
|
2472
2516
|
width?: string | number | undefined;
|
|
2473
2517
|
alt?: string | undefined;
|
|
2474
2518
|
} | undefined;
|
|
2519
|
+
pageTitle?: string | undefined;
|
|
2520
|
+
logoUrl?: string | undefined;
|
|
2475
2521
|
showPoweredBy?: boolean | undefined;
|
|
2476
2522
|
} | undefined;
|
|
2477
2523
|
docs?: {
|
|
@@ -2496,7 +2542,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2496
2542
|
examplesLanguage?: string | undefined;
|
|
2497
2543
|
disablePlayground?: boolean | undefined;
|
|
2498
2544
|
disableSidecar?: boolean | undefined;
|
|
2499
|
-
showVersionSelect?: "
|
|
2545
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2500
2546
|
expandAllTags?: boolean | undefined;
|
|
2501
2547
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2502
2548
|
} | undefined;
|
|
@@ -2514,7 +2560,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2514
2560
|
examplesLanguage?: string | undefined;
|
|
2515
2561
|
disablePlayground?: boolean | undefined;
|
|
2516
2562
|
disableSidecar?: boolean | undefined;
|
|
2517
|
-
showVersionSelect?: "
|
|
2563
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2518
2564
|
expandAllTags?: boolean | undefined;
|
|
2519
2565
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2520
2566
|
} | undefined;
|
|
@@ -2532,7 +2578,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2532
2578
|
examplesLanguage?: string | undefined;
|
|
2533
2579
|
disablePlayground?: boolean | undefined;
|
|
2534
2580
|
disableSidecar?: boolean | undefined;
|
|
2535
|
-
showVersionSelect?: "
|
|
2581
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2536
2582
|
expandAllTags?: boolean | undefined;
|
|
2537
2583
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2538
2584
|
} | undefined;
|
|
@@ -2550,7 +2596,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2550
2596
|
examplesLanguage?: string | undefined;
|
|
2551
2597
|
disablePlayground?: boolean | undefined;
|
|
2552
2598
|
disableSidecar?: boolean | undefined;
|
|
2553
|
-
showVersionSelect?: "
|
|
2599
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2554
2600
|
expandAllTags?: boolean | undefined;
|
|
2555
2601
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2556
2602
|
} | undefined;
|
|
@@ -2568,7 +2614,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2568
2614
|
examplesLanguage?: string | undefined;
|
|
2569
2615
|
disablePlayground?: boolean | undefined;
|
|
2570
2616
|
disableSidecar?: boolean | undefined;
|
|
2571
|
-
showVersionSelect?: "
|
|
2617
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2572
2618
|
expandAllTags?: boolean | undefined;
|
|
2573
2619
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2574
2620
|
} | undefined;
|
|
@@ -2586,7 +2632,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2586
2632
|
examplesLanguage?: string | undefined;
|
|
2587
2633
|
disablePlayground?: boolean | undefined;
|
|
2588
2634
|
disableSidecar?: boolean | undefined;
|
|
2589
|
-
showVersionSelect?: "
|
|
2635
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2590
2636
|
expandAllTags?: boolean | undefined;
|
|
2591
2637
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2592
2638
|
} | undefined;
|
|
@@ -2667,7 +2713,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2667
2713
|
examplesLanguage?: string | undefined;
|
|
2668
2714
|
disablePlayground?: boolean | undefined;
|
|
2669
2715
|
disableSidecar?: boolean | undefined;
|
|
2670
|
-
showVersionSelect?: "
|
|
2716
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2671
2717
|
expandAllTags?: boolean | undefined;
|
|
2672
2718
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2673
2719
|
};
|
|
@@ -2724,10 +2770,10 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2724
2770
|
id: string;
|
|
2725
2771
|
label: string;
|
|
2726
2772
|
default?: string | undefined;
|
|
2727
|
-
display?: "
|
|
2773
|
+
display?: "always" | "hide" | "auth" | "anon" | undefined;
|
|
2728
2774
|
}[] | undefined;
|
|
2729
2775
|
theme?: {
|
|
2730
|
-
|
|
2776
|
+
light?: {
|
|
2731
2777
|
input?: string | undefined;
|
|
2732
2778
|
radius?: string | undefined;
|
|
2733
2779
|
destructive?: string | undefined;
|
|
@@ -2749,7 +2795,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2749
2795
|
destructiveForeground?: string | undefined;
|
|
2750
2796
|
ring?: string | undefined;
|
|
2751
2797
|
} | undefined;
|
|
2752
|
-
|
|
2798
|
+
dark?: {
|
|
2753
2799
|
input?: string | undefined;
|
|
2754
2800
|
radius?: string | undefined;
|
|
2755
2801
|
destructive?: string | undefined;
|
|
@@ -2785,6 +2831,13 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2785
2831
|
mdx?: {
|
|
2786
2832
|
components?: MdxComponentsType;
|
|
2787
2833
|
} | undefined;
|
|
2834
|
+
syntaxHighlighting?: {
|
|
2835
|
+
languages?: import("shiki").BundledLanguage[] | undefined;
|
|
2836
|
+
themes?: {
|
|
2837
|
+
light: import("shiki").BundledTheme;
|
|
2838
|
+
dark: import("shiki").BundledTheme;
|
|
2839
|
+
} | undefined;
|
|
2840
|
+
} | undefined;
|
|
2788
2841
|
UNSAFE_slotlets?: Record<string, ReactNode | ComponentType<ExposedComponentProps>> | undefined;
|
|
2789
2842
|
customPages?: {
|
|
2790
2843
|
path: string;
|
|
@@ -2822,8 +2875,8 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2822
2875
|
copyright?: string | undefined;
|
|
2823
2876
|
logo?: {
|
|
2824
2877
|
src: {
|
|
2825
|
-
dark: string;
|
|
2826
2878
|
light: string;
|
|
2879
|
+
dark: string;
|
|
2827
2880
|
};
|
|
2828
2881
|
width?: string | number | undefined;
|
|
2829
2882
|
alt?: string | undefined;
|
|
@@ -2841,16 +2894,16 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2841
2894
|
color?: string | (string & {}) | undefined;
|
|
2842
2895
|
dismissible?: boolean | undefined;
|
|
2843
2896
|
} | undefined;
|
|
2844
|
-
pageTitle?: string | undefined;
|
|
2845
|
-
logoUrl?: string | undefined;
|
|
2846
2897
|
logo?: {
|
|
2847
2898
|
src: {
|
|
2848
|
-
dark: string;
|
|
2849
2899
|
light: string;
|
|
2900
|
+
dark: string;
|
|
2850
2901
|
};
|
|
2851
2902
|
width?: string | number | undefined;
|
|
2852
2903
|
alt?: string | undefined;
|
|
2853
2904
|
} | undefined;
|
|
2905
|
+
pageTitle?: string | undefined;
|
|
2906
|
+
logoUrl?: string | undefined;
|
|
2854
2907
|
showPoweredBy?: boolean | undefined;
|
|
2855
2908
|
} | undefined;
|
|
2856
2909
|
docs?: {
|
|
@@ -2875,7 +2928,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2875
2928
|
examplesLanguage?: string | undefined;
|
|
2876
2929
|
disablePlayground?: boolean | undefined;
|
|
2877
2930
|
disableSidecar?: boolean | undefined;
|
|
2878
|
-
showVersionSelect?: "
|
|
2931
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2879
2932
|
expandAllTags?: boolean | undefined;
|
|
2880
2933
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2881
2934
|
} | undefined;
|
|
@@ -2893,7 +2946,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2893
2946
|
examplesLanguage?: string | undefined;
|
|
2894
2947
|
disablePlayground?: boolean | undefined;
|
|
2895
2948
|
disableSidecar?: boolean | undefined;
|
|
2896
|
-
showVersionSelect?: "
|
|
2949
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2897
2950
|
expandAllTags?: boolean | undefined;
|
|
2898
2951
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2899
2952
|
} | undefined;
|
|
@@ -2911,7 +2964,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2911
2964
|
examplesLanguage?: string | undefined;
|
|
2912
2965
|
disablePlayground?: boolean | undefined;
|
|
2913
2966
|
disableSidecar?: boolean | undefined;
|
|
2914
|
-
showVersionSelect?: "
|
|
2967
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2915
2968
|
expandAllTags?: boolean | undefined;
|
|
2916
2969
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2917
2970
|
} | undefined;
|
|
@@ -2929,7 +2982,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2929
2982
|
examplesLanguage?: string | undefined;
|
|
2930
2983
|
disablePlayground?: boolean | undefined;
|
|
2931
2984
|
disableSidecar?: boolean | undefined;
|
|
2932
|
-
showVersionSelect?: "
|
|
2985
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2933
2986
|
expandAllTags?: boolean | undefined;
|
|
2934
2987
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2935
2988
|
} | undefined;
|
|
@@ -2947,7 +3000,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2947
3000
|
examplesLanguage?: string | undefined;
|
|
2948
3001
|
disablePlayground?: boolean | undefined;
|
|
2949
3002
|
disableSidecar?: boolean | undefined;
|
|
2950
|
-
showVersionSelect?: "
|
|
3003
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2951
3004
|
expandAllTags?: boolean | undefined;
|
|
2952
3005
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2953
3006
|
} | undefined;
|
|
@@ -2965,7 +3018,7 @@ declare const ConfigSchema: z.ZodEffects<z.ZodObject<{
|
|
|
2965
3018
|
examplesLanguage?: string | undefined;
|
|
2966
3019
|
disablePlayground?: boolean | undefined;
|
|
2967
3020
|
disableSidecar?: boolean | undefined;
|
|
2968
|
-
showVersionSelect?: "
|
|
3021
|
+
showVersionSelect?: "always" | "hide" | "if-available" | undefined;
|
|
2969
3022
|
expandAllTags?: boolean | undefined;
|
|
2970
3023
|
transformExamples?: import("../../lib/plugins/openapi/interfaces.js").transformExamples | undefined;
|
|
2971
3024
|
} | undefined;
|