zudoku 0.63.1 → 0.64.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.
Files changed (223) hide show
  1. package/client.d.ts +8 -0
  2. package/dist/config/config.d.ts +3 -1
  3. package/dist/config/validators/BuildSchema.d.ts +5 -4
  4. package/dist/config/validators/BuildSchema.js +5 -2
  5. package/dist/config/validators/BuildSchema.js.map +1 -1
  6. package/dist/config/validators/InputNavigationSchema.d.ts +20 -20
  7. package/dist/config/validators/validate.d.ts +10 -12
  8. package/dist/config/validators/validate.js +8 -8
  9. package/dist/config/validators/validate.js.map +1 -1
  10. package/dist/flat-config.d.ts +6 -1
  11. package/dist/lib/authentication/authentication.d.ts +14 -9
  12. package/dist/lib/authentication/components/OAuthErrorPage.js +1 -1
  13. package/dist/lib/authentication/components/OAuthErrorPage.js.map +1 -1
  14. package/dist/lib/authentication/components/SignIn.js +6 -5
  15. package/dist/lib/authentication/components/SignIn.js.map +1 -1
  16. package/dist/lib/authentication/components/SignOut.js +6 -6
  17. package/dist/lib/authentication/components/SignOut.js.map +1 -1
  18. package/dist/lib/authentication/components/SignUp.js +5 -5
  19. package/dist/lib/authentication/components/SignUp.js.map +1 -1
  20. package/dist/lib/authentication/hook.d.ts +3 -2
  21. package/dist/lib/authentication/hook.js +12 -8
  22. package/dist/lib/authentication/hook.js.map +1 -1
  23. package/dist/lib/authentication/providers/auth0.js +1 -1
  24. package/dist/lib/authentication/providers/auth0.js.map +1 -1
  25. package/dist/lib/authentication/providers/azureb2c.d.ts +4 -4
  26. package/dist/lib/authentication/providers/azureb2c.js +3 -3
  27. package/dist/lib/authentication/providers/azureb2c.js.map +1 -1
  28. package/dist/lib/authentication/providers/clerk.js +2 -2
  29. package/dist/lib/authentication/providers/clerk.js.map +1 -1
  30. package/dist/lib/authentication/providers/openid.d.ts +7 -7
  31. package/dist/lib/authentication/providers/openid.js +5 -3
  32. package/dist/lib/authentication/providers/openid.js.map +1 -1
  33. package/dist/lib/authentication/providers/supabase/SupabaseAuthUI.d.ts +8 -0
  34. package/dist/lib/authentication/providers/supabase/SupabaseAuthUI.js +39 -0
  35. package/dist/lib/authentication/providers/supabase/SupabaseAuthUI.js.map +1 -0
  36. package/dist/lib/authentication/providers/supabase.js +35 -31
  37. package/dist/lib/authentication/providers/supabase.js.map +1 -1
  38. package/dist/lib/authentication/state.d.ts +1 -5
  39. package/dist/lib/authentication/state.js +2 -14
  40. package/dist/lib/authentication/state.js.map +1 -1
  41. package/dist/lib/components/Zudoku.js +3 -3
  42. package/dist/lib/components/index.d.ts +2 -2
  43. package/dist/lib/components/navigation/Toc.js +1 -1
  44. package/dist/lib/components/navigation/Toc.js.map +1 -1
  45. package/dist/lib/core/RouteGuard.d.ts +1 -1
  46. package/dist/lib/core/RouteGuard.js +6 -14
  47. package/dist/lib/core/RouteGuard.js.map +1 -1
  48. package/dist/lib/core/__internal.d.ts +1 -1
  49. package/dist/lib/hooks/index.d.ts +2 -2
  50. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js +1 -1
  51. package/dist/lib/plugins/openapi/playground/CollapsibleHeader.js.map +1 -1
  52. package/dist/lib/plugins/openapi/playground/Playground.js +12 -2
  53. package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
  54. package/dist/lib/plugins/openapi/playground/RequestLoginDialog.d.ts +2 -1
  55. package/dist/lib/plugins/openapi/playground/RequestLoginDialog.js +10 -2
  56. package/dist/lib/plugins/openapi/playground/RequestLoginDialog.js.map +1 -1
  57. package/dist/lib/plugins/openapi/playground/result-panel/Highlight.d.ts +1 -1
  58. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js +1 -1
  59. package/dist/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.js.map +1 -1
  60. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js +23 -21
  61. package/dist/lib/plugins/openapi/playground/result-panel/ResponseTab.js.map +1 -1
  62. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js +1 -1
  63. package/dist/lib/plugins/openapi/playground/result-panel/ResultPanel.js.map +1 -1
  64. package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.js +2 -0
  65. package/dist/lib/plugins/openapi/playground/useRememberSkipLoginDialog.js.map +1 -1
  66. package/dist/lib/plugins/openapi/util/generateSchemaExample.js +7 -0
  67. package/dist/lib/plugins/openapi/util/generateSchemaExample.js.map +1 -1
  68. package/dist/lib/shiki.d.ts +1 -1
  69. package/dist/lib/shiki.js +13 -2
  70. package/dist/lib/shiki.js.map +1 -1
  71. package/dist/lib/ui/Callout.d.ts +5 -5
  72. package/dist/lib/ui/Callout.js +5 -5
  73. package/dist/lib/ui/Callout.js.map +1 -1
  74. package/dist/lib/ui/EmbeddedCodeBlock.d.ts +3 -1
  75. package/dist/lib/ui/EmbeddedCodeBlock.js +2 -2
  76. package/dist/lib/ui/EmbeddedCodeBlock.js.map +1 -1
  77. package/dist/lib/ui/ReactComponentDoc.d.ts +1 -1
  78. package/dist/lib/ui/ReactComponentDoc.js +2 -2
  79. package/dist/lib/ui/ReactComponentDoc.js.map +1 -1
  80. package/dist/lib/ui/SyntaxHighlight.d.ts +1 -0
  81. package/dist/lib/ui/SyntaxHighlight.js.map +1 -1
  82. package/dist/lib/util/MdxComponents.d.ts +2 -1
  83. package/dist/lib/util/MdxComponents.js +3 -2
  84. package/dist/lib/util/MdxComponents.js.map +1 -1
  85. package/dist/lib/util/syncZustandState.d.ts +5 -0
  86. package/dist/lib/util/syncZustandState.js +14 -0
  87. package/dist/lib/util/syncZustandState.js.map +1 -0
  88. package/dist/vite/api/SchemaManager.d.ts +3 -1
  89. package/dist/vite/api/SchemaManager.js +22 -3
  90. package/dist/vite/api/SchemaManager.js.map +1 -1
  91. package/dist/vite/api/SchemaManager.test.js +2 -2
  92. package/dist/vite/api/SchemaManager.test.js.map +1 -1
  93. package/dist/vite/plugin-api.js +14 -5
  94. package/dist/vite/plugin-api.js.map +1 -1
  95. package/dist/vite/plugin-mdx.js +36 -30
  96. package/dist/vite/plugin-mdx.js.map +1 -1
  97. package/lib/{ErrorAlert-VBJ8aHH7.js → ErrorAlert-DE3Sf66a.js} +1711 -1772
  98. package/lib/ErrorAlert-DE3Sf66a.js.map +1 -0
  99. package/lib/{MdxPage-1xaNI6q_.js → MdxPage-DZfeC0QY.js} +8 -8
  100. package/lib/{MdxPage-1xaNI6q_.js.map → MdxPage-DZfeC0QY.js.map} +1 -1
  101. package/lib/{OAuthErrorPage-Du_4sFER.js → OAuthErrorPage-BycMozgn.js} +8 -8
  102. package/lib/{OAuthErrorPage-Du_4sFER.js.map → OAuthErrorPage-BycMozgn.js.map} +1 -1
  103. package/lib/{OasProvider-0xiB5cKH.js → OasProvider-1XEOsIiW.js} +3 -3
  104. package/lib/{OasProvider-0xiB5cKH.js.map → OasProvider-1XEOsIiW.js.map} +1 -1
  105. package/lib/{OperationList-BzWKTkNq.js → OperationList-DCJw6wXL.js} +113 -109
  106. package/lib/OperationList-DCJw6wXL.js.map +1 -0
  107. package/lib/{Pagination-DOcPyfy_.js → Pagination-CJszmeSA.js} +3 -3
  108. package/lib/{Pagination-DOcPyfy_.js.map → Pagination-CJszmeSA.js.map} +1 -1
  109. package/lib/RouteGuard-DhU3LRr1.js +81 -0
  110. package/lib/RouteGuard-DhU3LRr1.js.map +1 -0
  111. package/lib/{RouterError-fm21cqlj.js → RouterError-VDLnrFqF.js} +5 -5
  112. package/lib/{RouterError-fm21cqlj.js.map → RouterError-VDLnrFqF.js.map} +1 -1
  113. package/lib/{SchemaList-Dea2Skqv.js → SchemaList-qOHkDzSz.js} +7 -7
  114. package/lib/{SchemaList-Dea2Skqv.js.map → SchemaList-qOHkDzSz.js.map} +1 -1
  115. package/lib/{SchemaView-H9glU5P7.js → SchemaView-D3hm65cc.js} +3 -3
  116. package/lib/{SchemaView-H9glU5P7.js.map → SchemaView-D3hm65cc.js.map} +1 -1
  117. package/lib/{Select-CPoGZU_V.js → Select-C1DeCqKv.js} +3 -3
  118. package/lib/{Select-CPoGZU_V.js.map → Select-C1DeCqKv.js.map} +1 -1
  119. package/lib/SignUp-6SGx9Yyq.js +50 -0
  120. package/lib/SignUp-6SGx9Yyq.js.map +1 -0
  121. package/lib/{SyntaxHighlight-B0laqAqK.js → SyntaxHighlight-zvlnSnHB.js} +789 -778
  122. package/lib/{SyntaxHighlight-B0laqAqK.js.map → SyntaxHighlight-zvlnSnHB.js.map} +1 -1
  123. package/lib/{Toc-KzXCRqrX.js → Toc-Da9yp7lo.js} +5 -5
  124. package/lib/Toc-Da9yp7lo.js.map +1 -0
  125. package/lib/{ZudokuContext-BXTZApgy.js → ZudokuContext-BUZ5hkWB.js} +33 -31
  126. package/lib/ZudokuContext-BUZ5hkWB.js.map +1 -0
  127. package/lib/{chunk-PVWAREVJ-BO6B-RAk.js → chunk-PVWAREVJ-BMhpCH5D.js} +7 -7
  128. package/lib/{chunk-PVWAREVJ-BO6B-RAk.js.map → chunk-PVWAREVJ-BMhpCH5D.js.map} +1 -1
  129. package/lib/{circular-OGtD_zFg.js → circular-CSSuz-LS.js} +2 -2
  130. package/lib/{circular-OGtD_zFg.js.map → circular-CSSuz-LS.js.map} +1 -1
  131. package/lib/{createServer-DyUc5BPr.js → createServer-CLbcVLbK.js} +4 -4
  132. package/lib/{createServer-DyUc5BPr.js.map → createServer-CLbcVLbK.js.map} +1 -1
  133. package/lib/{errors-7_i0Oyw4.js → errors-CuGgh3hf.js} +2 -2
  134. package/lib/{errors-7_i0Oyw4.js.map → errors-CuGgh3hf.js.map} +1 -1
  135. package/lib/hook-CMeoxziF.js +40 -0
  136. package/lib/hook-CMeoxziF.js.map +1 -0
  137. package/lib/{index-CLJGtw_S.js → index-B1rmok4X.js} +7 -7
  138. package/lib/{index-CLJGtw_S.js.map → index-B1rmok4X.js.map} +1 -1
  139. package/lib/{index-PdgTSEkk.js → index-RNAxx6IF.js} +853 -793
  140. package/lib/index-RNAxx6IF.js.map +1 -0
  141. package/lib/{index-C5L4favO.js → index-rYHsvtTo.js} +2 -2
  142. package/lib/{index-C5L4favO.js.map → index-rYHsvtTo.js.map} +1 -1
  143. package/lib/{mutation-CdGPxHNX.js → mutation-BSU0xu4m.js} +2 -2
  144. package/lib/{mutation-CdGPxHNX.js.map → mutation-BSU0xu4m.js.map} +1 -1
  145. package/lib/ui/Callout.js +18 -18
  146. package/lib/ui/Callout.js.map +1 -1
  147. package/lib/ui/CodeBlock.js +217 -7
  148. package/lib/ui/CodeBlock.js.map +1 -1
  149. package/lib/ui/EmbeddedCodeBlock.js +22 -19
  150. package/lib/ui/EmbeddedCodeBlock.js.map +1 -1
  151. package/lib/ui/ReactComponentDoc.js +13 -13
  152. package/lib/ui/ReactComponentDoc.js.map +1 -1
  153. package/lib/ui/SyntaxHighlight.js +3 -3
  154. package/lib/{useExposedProps-Cd7Yg_uG.js → useExposedProps-U3pmsHaG.js} +2 -2
  155. package/lib/{useExposedProps-Cd7Yg_uG.js.map → useExposedProps-U3pmsHaG.js.map} +1 -1
  156. package/lib/zudoku.__internal.js +7 -7
  157. package/lib/zudoku.auth-auth0.js +13 -13
  158. package/lib/zudoku.auth-auth0.js.map +1 -1
  159. package/lib/zudoku.auth-azureb2c.js +28 -28
  160. package/lib/zudoku.auth-azureb2c.js.map +1 -1
  161. package/lib/zudoku.auth-clerk.js +40 -40
  162. package/lib/zudoku.auth-clerk.js.map +1 -1
  163. package/lib/zudoku.auth-openid.js +53 -56
  164. package/lib/zudoku.auth-openid.js.map +1 -1
  165. package/lib/zudoku.auth-supabase.js +111 -52
  166. package/lib/zudoku.auth-supabase.js.map +1 -1
  167. package/lib/zudoku.components.js +6 -6
  168. package/lib/zudoku.hooks.js +4 -4
  169. package/lib/zudoku.plugin-api-catalog.js +5 -5
  170. package/lib/zudoku.plugin-api-keys.js +99 -99
  171. package/lib/zudoku.plugin-custom-pages.js +1 -1
  172. package/lib/zudoku.plugin-markdown.js +1 -1
  173. package/lib/zudoku.plugin-openapi.js +3 -3
  174. package/lib/zudoku.plugin-redirect.js +1 -1
  175. package/lib/zudoku.plugin-search-pagefind.js +38 -38
  176. package/lib/zudoku.plugin-search-pagefind.js.map +1 -1
  177. package/lib/zudoku.router.js +2 -2
  178. package/package.json +16 -8
  179. package/src/app/main.css +19 -9
  180. package/src/lib/authentication/authentication.ts +19 -3
  181. package/src/lib/authentication/components/OAuthErrorPage.tsx +1 -1
  182. package/src/lib/authentication/components/SignIn.tsx +7 -5
  183. package/src/lib/authentication/components/SignOut.tsx +7 -6
  184. package/src/lib/authentication/components/SignUp.tsx +5 -8
  185. package/src/lib/authentication/hook.ts +21 -10
  186. package/src/lib/authentication/providers/auth0.tsx +2 -1
  187. package/src/lib/authentication/providers/azureb2c.tsx +10 -3
  188. package/src/lib/authentication/providers/clerk.tsx +9 -2
  189. package/src/lib/authentication/providers/openid.tsx +20 -15
  190. package/src/lib/authentication/providers/supabase/SupabaseAuthUI.tsx +75 -0
  191. package/src/lib/authentication/providers/supabase.tsx +59 -43
  192. package/src/lib/authentication/state.ts +3 -23
  193. package/src/lib/components/Zudoku.tsx +3 -3
  194. package/src/lib/components/navigation/Toc.tsx +3 -3
  195. package/src/lib/core/RouteGuard.tsx +33 -13
  196. package/src/lib/plugins/openapi/playground/CollapsibleHeader.tsx +2 -2
  197. package/src/lib/plugins/openapi/playground/Playground.tsx +13 -2
  198. package/src/lib/plugins/openapi/playground/RequestLoginDialog.tsx +20 -1
  199. package/src/lib/plugins/openapi/playground/result-panel/ResponseStatusBar.tsx +2 -2
  200. package/src/lib/plugins/openapi/playground/result-panel/ResponseTab.tsx +102 -58
  201. package/src/lib/plugins/openapi/playground/result-panel/ResultPanel.tsx +1 -1
  202. package/src/lib/plugins/openapi/playground/useRememberSkipLoginDialog.tsx +3 -0
  203. package/src/lib/plugins/openapi/util/generateSchemaExample.ts +10 -0
  204. package/src/lib/shiki.ts +16 -2
  205. package/src/lib/ui/Callout.tsx +10 -5
  206. package/src/lib/ui/EmbeddedCodeBlock.tsx +6 -3
  207. package/src/lib/ui/ReactComponentDoc.tsx +17 -17
  208. package/src/lib/ui/SyntaxHighlight.tsx +6 -1
  209. package/src/lib/util/MdxComponents.tsx +3 -5
  210. package/src/lib/util/syncZustandState.ts +22 -0
  211. package/lib/CodeBlock-CanTUJLl.js +0 -221
  212. package/lib/CodeBlock-CanTUJLl.js.map +0 -1
  213. package/lib/ErrorAlert-VBJ8aHH7.js.map +0 -1
  214. package/lib/OperationList-BzWKTkNq.js.map +0 -1
  215. package/lib/RouteGuard-Bg0Lu0OU.js +0 -56
  216. package/lib/RouteGuard-Bg0Lu0OU.js.map +0 -1
  217. package/lib/SignUp-DUZ4yUmQ.js +0 -56
  218. package/lib/SignUp-DUZ4yUmQ.js.map +0 -1
  219. package/lib/Toc-KzXCRqrX.js.map +0 -1
  220. package/lib/ZudokuContext-BXTZApgy.js.map +0 -1
  221. package/lib/hook-CAebs2rv.js +0 -31
  222. package/lib/hook-CAebs2rv.js.map +0 -1
  223. package/lib/index-PdgTSEkk.js.map +0 -1
@@ -1,24 +1,24 @@
1
1
  import { j as u } from "./jsx-runtime-BzflLqGi.js";
2
- import { b as aa, u as za, e as Va, M as Wa } from "./ZudokuContext-BXTZApgy.js";
2
+ import { b as aa, u as za, l as Va, O as Wa } from "./ZudokuContext-BUZ5hkWB.js";
3
3
  import { H as Ga } from "./index.esm-BnYHxCYC.js";
4
4
  import { ChevronsUpDownIcon as oa, CheckIcon as ia, CopyIcon as sa, ExternalLinkIcon as Ke, MinusIcon as Ja, PlusIcon as Da, UnfoldVerticalIcon as Qa, FoldVerticalIcon as Ka, ChevronsDownUpIcon as Ya } from "lucide-react";
5
- import { e as Xa, u as Za, b as eo } from "./chunk-PVWAREVJ-BO6B-RAk.js";
6
- import { u as at, a as gr, g as Ve, e as la, f as ca, C as ua, c as fa, b as vr, P as to, h as ro, U as no } from "./index-PdgTSEkk.js";
7
- import { S as pa, c as da, d as ha, e as ma, g as ya } from "./Select-CPoGZU_V.js";
5
+ import { a as Xa, b as Za, u as eo } from "./chunk-PVWAREVJ-BMhpCH5D.js";
6
+ import { u as at, a as gr, g as Ve, e as la, f as ca, C as ua, c as fa, b as vr, P as to, h as ro, U as no } from "./index-RNAxx6IF.js";
7
+ import { S as pa, c as da, d as ha, e as ma, g as ya } from "./Select-C1DeCqKv.js";
8
8
  import { C as ao } from "./CategoryHeading-DhmodDcq.js";
9
- import { I as Ne, T as oo, S as ga, M as Me, H as Fe } from "./ErrorAlert-VBJ8aHH7.js";
10
- import { P as io } from "./Pagination-DOcPyfy_.js";
9
+ import { I as Ne, T as oo, S as ga, M as Be, H as Fe } from "./ErrorAlert-DE3Sf66a.js";
10
+ import { P as io } from "./Pagination-CJszmeSA.js";
11
11
  import { useTransition as va, useState as ge, useRef as xa, useEffect as $r, useLayoutEffect as so, useMemo as ba } from "react";
12
12
  import { Button as wr } from "./ui/Button.js";
13
13
  import { c as pe } from "./cn-dYga0KKN.js";
14
14
  import { VisuallyHidden as xr } from "@radix-ui/react-visually-hidden";
15
15
  import { c as lo } from "./index-DI5SPFK9.js";
16
- import { S as Sr, i as co, P as uo, E as Br, a as fo, b as po, g as ho } from "./SchemaView-H9glU5P7.js";
16
+ import { S as Sr, i as co, P as uo, E as Mr, a as fo, b as po, g as ho } from "./SchemaView-D3hm65cc.js";
17
17
  import * as we from "@radix-ui/react-tabs";
18
- import { M as mo } from "./index-CLJGtw_S.js";
19
- import { Callout as Mr } from "./ui/Callout.js";
18
+ import { M as mo } from "./index-B1rmok4X.js";
19
+ import { Callout as Br } from "./ui/Callout.js";
20
20
  import { Card as ja } from "./ui/Card.js";
21
- import { S as Be } from "./SyntaxHighlight-B0laqAqK.js";
21
+ import { S as Me } from "./SyntaxHighlight-zvlnSnHB.js";
22
22
  import { Tabs as yo, TabsList as go, TabsTrigger as Ye, TabsContent as Xe } from "./ui/Tabs.js";
23
23
  import * as gt from "@radix-ui/react-collapsible";
24
24
  import { useZudoku as vo } from "./zudoku.hooks.js";
@@ -295,7 +295,7 @@ const Wr = (e, n) => e ? n(e) : void 0, Oo = pe, To = ({
295
295
  /* @__PURE__ */ u.jsx(Ne, { children: "claude_desktop_config.json" }),
296
296
  ":",
297
297
  /* @__PURE__ */ u.jsx(
298
- Be,
298
+ Me,
299
299
  {
300
300
  showLanguageIndicator: !0,
301
301
  title: "claude_desktop_config.json",
@@ -327,7 +327,7 @@ const Wr = (e, n) => e ? n(e) : void 0, Oo = pe, To = ({
327
327
  )
328
328
  ] }),
329
329
  /* @__PURE__ */ u.jsxs(Xe, { value: "chatgpt", className: "space-y-3", children: [
330
- /* @__PURE__ */ u.jsx(Mr, { type: "note", title: "Requirements", children: "ChatGPT Pro, Team, Enterprise, or Edu subscription. Note: MCP support is limited to read-only operations through Deep Research." }),
330
+ /* @__PURE__ */ u.jsx(Br, { type: "note", title: "Requirements", children: "ChatGPT Pro, Team, Enterprise, or Edu subscription. Note: MCP support is limited to read-only operations through Deep Research." }),
331
331
  /* @__PURE__ */ u.jsxs("ol", { children: [
332
332
  /* @__PURE__ */ u.jsxs("li", { children: [
333
333
  "Go to ",
@@ -371,7 +371,7 @@ const Wr = (e, n) => e ? n(e) : void 0, Oo = pe, To = ({
371
371
  /* @__PURE__ */ u.jsx(Ne, { children: ".cursor/mcp.json" }),
372
372
  /* @__PURE__ */ u.jsx("span", { children: " (project)" }),
373
373
  /* @__PURE__ */ u.jsx(
374
- Be,
374
+ Me,
375
375
  {
376
376
  showLanguageIndicator: !0,
377
377
  title: "mcp.json",
@@ -398,14 +398,14 @@ const Wr = (e, n) => e ? n(e) : void 0, Oo = pe, To = ({
398
398
  )
399
399
  ] }),
400
400
  /* @__PURE__ */ u.jsxs(Xe, { value: "vscode", className: "space-y-3", children: [
401
- /* @__PURE__ */ u.jsx(Mr, { type: "note", title: "Requirements", children: "VS Code with GitHub Copilot extension" }),
401
+ /* @__PURE__ */ u.jsx(Br, { type: "note", title: "Requirements", children: "VS Code with GitHub Copilot extension" }),
402
402
  /* @__PURE__ */ u.jsxs("ol", { children: [
403
403
  /* @__PURE__ */ u.jsxs("li", { children: [
404
404
  /* @__PURE__ */ u.jsx("span", { children: "Create " }),
405
405
  /* @__PURE__ */ u.jsx(Ne, { children: ".vscode/mcp.json" }),
406
406
  /* @__PURE__ */ u.jsx("span", { children: " in your workspace (or user-level mcp.json):" }),
407
407
  /* @__PURE__ */ u.jsx(
408
- Be,
408
+ Me,
409
409
  {
410
410
  showLanguageIndicator: !0,
411
411
  title: "mcp.json",
@@ -468,20 +468,20 @@ const Wr = (e, n) => e ? n(e) : void 0, Oo = pe, To = ({
468
468
  )
469
469
  ] }),
470
470
  e.description && /* @__PURE__ */ u.jsx(
471
- Me,
471
+ Be,
472
472
  {
473
473
  content: e.description,
474
474
  className: "text-sm prose prose-p:my-1 prose-code:whitespace-pre-line"
475
475
  }
476
476
  ),
477
477
  a.description && /* @__PURE__ */ u.jsx(
478
- Me,
478
+ Be,
479
479
  {
480
480
  content: a.description,
481
481
  className: "text-sm prose-p:my-1 prose-code:whitespace-pre-line"
482
482
  }
483
483
  ),
484
- a.type === "array" && a.items.enum ? /* @__PURE__ */ u.jsx(Br, { values: a.items.enum }) : a.enum && /* @__PURE__ */ u.jsx(Br, { values: a.enum }),
484
+ a.type === "array" && a.items.enum ? /* @__PURE__ */ u.jsx(Mr, { values: a.items.enum }) : a.enum && /* @__PURE__ */ u.jsx(Mr, { values: a.enum }),
485
485
  /* @__PURE__ */ u.jsx(fo, { schema: a }),
486
486
  (a.type === "object" || co(a)) && /* @__PURE__ */ u.jsxs(
487
487
  gt.Root,
@@ -707,6 +707,10 @@ const Wr = (e, n) => e ? n(e) : void 0, Oo = pe, To = ({
707
707
  }
708
708
  if (e.allOf)
709
709
  return e.allOf.reduce((t, a) => ({ ...t, ...$e(a) }), {});
710
+ if (e.examples && Array.isArray(e.examples) && e.examples.length > 0) {
711
+ const t = Math.floor(Math.random() * e.examples.length);
712
+ return e.examples[t];
713
+ }
710
714
  switch (e.type) {
711
715
  case "string":
712
716
  return n || "string";
@@ -758,7 +762,7 @@ const Wr = (e, n) => e ? n(e) : void 0, Oo = pe, To = ({
758
762
  children: "View External Example →"
759
763
  }
760
764
  ) }) : /* @__PURE__ */ u.jsx($a, { children: /* @__PURE__ */ u.jsx(
761
- Be,
765
+ Me,
762
766
  {
763
767
  embedded: !0,
764
768
  language: y,
@@ -875,14 +879,14 @@ function Fo() {
875
879
  }), xt;
876
880
  }
877
881
  var Ze = {}, Yr;
878
- function Bo() {
882
+ function Mo() {
879
883
  return Yr || (Yr = 1, Object.defineProperty(Ze, "__esModule", { value: !0 }), Ze.default = (e) => Object.getOwnPropertySymbols(e).filter((n) => Object.prototype.propertyIsEnumerable.call(e, n))), Ze;
880
884
  }
881
885
  var bt, Xr;
882
- function Mo() {
886
+ function Bo() {
883
887
  if (Xr) return bt;
884
888
  Xr = 1;
885
- const e = Lo(), n = Fo(), t = Bo().default;
889
+ const e = Lo(), n = Fo(), t = Mo().default;
886
890
  return bt = (a, l, s) => {
887
891
  const r = [];
888
892
  return (function o(i, c, f) {
@@ -942,7 +946,7 @@ function Mo() {
942
946
  })(a, l, s);
943
947
  }, bt;
944
948
  }
945
- var Ho = Mo();
949
+ var Ho = Bo();
946
950
  const ue = /* @__PURE__ */ xo(Ho);
947
951
  function He(e, n = {}) {
948
952
  const { delimiter: t = '"', escapeChar: a = "\\", escapeNewlines: l = !0 } = n;
@@ -2466,7 +2470,7 @@ var Ie = (e, n, t) => {
2466
2470
  const T = [x, p, j, b].filter((d) => !!d).join(", ");
2467
2471
  return T && (O += `, ${T}`), (a.text || a.jsonObj || a.params) && (O += ", encode = encode"), O += ")", r(O), o(), r('content(response, "text")'), i();
2468
2472
  }
2469
- }, Bi = {
2473
+ }, Mi = {
2470
2474
  info: {
2471
2475
  key: "r",
2472
2476
  title: "R",
@@ -2475,7 +2479,7 @@ var Ie = (e, n, t) => {
2475
2479
  clientsById: {
2476
2480
  httr: Fi
2477
2481
  }
2478
- }, Mi = {
2482
+ }, Bi = {
2479
2483
  info: {
2480
2484
  key: "native",
2481
2485
  title: "net::http",
@@ -2513,7 +2517,7 @@ var Ie = (e, n, t) => {
2513
2517
  default: "native"
2514
2518
  },
2515
2519
  clientsById: {
2516
- native: Mi
2520
+ native: Bi
2517
2521
  }
2518
2522
  }, ce = (e = "") => /^[a-z0-9-_/.@%^=:]+$/i.test(e) ? e : `'${e.replace(/'/g, "'\\''")}'`, zi = (e) => e.replace(/\r/g, "\\r").replace(/\n/g, "\\n"), Vi = {
2519
2523
  "http1.0": "0",
@@ -2791,7 +2795,7 @@ ${s}]` : `[${e.join(r)}]`;
2791
2795
  php: Ei,
2792
2796
  powershell: Ii,
2793
2797
  python: Li,
2794
- r: Bi,
2798
+ r: Mi,
2795
2799
  ruby: Hi,
2796
2800
  shell: Qi,
2797
2801
  swift: Yi
@@ -2836,7 +2840,7 @@ function es() {
2836
2840
  function oe(N) {
2837
2841
  return N - 48 < 10 ? N - 22 : N - 65 < 26 ? N - 65 : N - 97 < 26 ? N - 97 : i;
2838
2842
  }
2839
- function M(N, k) {
2843
+ function B(N, k) {
2840
2844
  return N + 22 + 75 * (N < 26) - ((k != 0) << 5);
2841
2845
  }
2842
2846
  function D(N, k, L) {
@@ -2846,34 +2850,34 @@ function es() {
2846
2850
  return d(P + (T + 1) * N / (N + m));
2847
2851
  }
2848
2852
  function se(N) {
2849
- var k = [], L = N.length, P, _ = 0, W = b, z = h, K, ne, G, A, F, B, Q, V, Y;
2853
+ var k = [], L = N.length, P, _ = 0, W = b, z = h, K, ne, G, A, F, M, Q, V, Y;
2850
2854
  for (K = N.lastIndexOf(j), K < 0 && (K = 0), ne = 0; ne < K; ++ne)
2851
2855
  N.charCodeAt(ne) >= 128 && q("not-basic"), k.push(N.charCodeAt(ne));
2852
2856
  for (G = K > 0 ? K + 1 : 0; G < L; ) {
2853
- for (A = _, F = 1, B = i; G >= L && q("invalid-input"), Q = oe(N.charCodeAt(G++)), (Q >= i || Q > d((o - _) / F)) && q("overflow"), _ += Q * F, V = B <= z ? c : B >= z + f ? f : B - z, !(Q < V); B += i)
2857
+ for (A = _, F = 1, M = i; G >= L && q("invalid-input"), Q = oe(N.charCodeAt(G++)), (Q >= i || Q > d((o - _) / F)) && q("overflow"), _ += Q * F, V = M <= z ? c : M >= z + f ? f : M - z, !(Q < V); M += i)
2854
2858
  Y = i - V, F > d(o / Y) && q("overflow"), F *= Y;
2855
2859
  P = k.length + 1, z = D(_ - A, P, A == 0), d(_ / P) > o - W && q("overflow"), W += d(_ / P), _ %= P, k.splice(_++, 0, W);
2856
2860
  }
2857
2861
  return C(k);
2858
2862
  }
2859
2863
  function Z(N) {
2860
- var k, L, P, _, W, z, K, ne, G, A, F, B = [], Q, V, Y, ae;
2864
+ var k, L, P, _, W, z, K, ne, G, A, F, M = [], Q, V, Y, ae;
2861
2865
  for (N = U(N), Q = N.length, k = b, L = 0, W = h, z = 0; z < Q; ++z)
2862
- F = N[z], F < 128 && B.push(S(F));
2863
- for (P = _ = B.length, _ && B.push(j); P < Q; ) {
2866
+ F = N[z], F < 128 && M.push(S(F));
2867
+ for (P = _ = M.length, _ && M.push(j); P < Q; ) {
2864
2868
  for (K = o, z = 0; z < Q; ++z)
2865
2869
  F = N[z], F >= k && F < K && (K = F);
2866
2870
  for (V = P + 1, K - k > d((o - L) / V) && q("overflow"), L += (K - k) * V, k = K, z = 0; z < Q; ++z)
2867
2871
  if (F = N[z], F < k && ++L > o && q("overflow"), F == k) {
2868
2872
  for (ne = L, G = i; A = G <= W ? c : G >= W + f ? f : G - W, !(ne < A); G += i)
2869
- ae = ne - A, Y = i - A, B.push(
2870
- S(M(A + ae % Y, 0))
2873
+ ae = ne - A, Y = i - A, M.push(
2874
+ S(B(A + ae % Y, 0))
2871
2875
  ), ne = d(ae / Y);
2872
- B.push(S(M(ne, 0))), W = D(L, V, P == _), L = 0, ++P;
2876
+ M.push(S(B(ne, 0))), W = D(L, V, P == _), L = 0, ++P;
2873
2877
  }
2874
2878
  ++L, ++k;
2875
2879
  }
2876
- return B.join("");
2880
+ return M.join("");
2877
2881
  }
2878
2882
  function R(N) {
2879
2883
  return E(N, function(k) {
@@ -3006,9 +3010,9 @@ function it() {
3006
3010
  }
3007
3011
  return Ft = e, Ft;
3008
3012
  }
3009
- var Bt, Cn;
3013
+ var Mt, Cn;
3010
3014
  function st() {
3011
- if (Cn) return Bt;
3015
+ if (Cn) return Mt;
3012
3016
  Cn = 1;
3013
3017
  var e = Object.defineProperty || !1;
3014
3018
  if (e)
@@ -3017,11 +3021,11 @@ function st() {
3017
3021
  } catch {
3018
3022
  e = !1;
3019
3023
  }
3020
- return Bt = e, Bt;
3024
+ return Mt = e, Mt;
3021
3025
  }
3022
- var Mt, Pn;
3026
+ var Bt, Pn;
3023
3027
  function ms() {
3024
- return Pn || (Pn = 1, Mt = function() {
3028
+ return Pn || (Pn = 1, Bt = function() {
3025
3029
  if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
3026
3030
  return !1;
3027
3031
  if (typeof Symbol.iterator == "symbol")
@@ -3047,7 +3051,7 @@ function ms() {
3047
3051
  return !1;
3048
3052
  }
3049
3053
  return !0;
3050
- }), Mt;
3054
+ }), Bt;
3051
3055
  }
3052
3056
  var Ht, Nn;
3053
3057
  function ys() {
@@ -3175,10 +3179,10 @@ function xs() {
3175
3179
  }
3176
3180
  ) : !1, Xt;
3177
3181
  }
3178
- var Zt, Bn;
3182
+ var Zt, Mn;
3179
3183
  function bs() {
3180
- if (Bn) return Zt;
3181
- Bn = 1;
3184
+ if (Mn) return Zt;
3185
+ Mn = 1;
3182
3186
  var e = qa(), n = Ea(), t = /* @__PURE__ */ xs();
3183
3187
  return Zt = e ? function(l) {
3184
3188
  return e(l);
@@ -3190,10 +3194,10 @@ function bs() {
3190
3194
  return t(l);
3191
3195
  } : null, Zt;
3192
3196
  }
3193
- var er, Mn;
3197
+ var er, Bn;
3194
3198
  function js() {
3195
- if (Mn) return er;
3196
- Mn = 1;
3199
+ if (Bn) return er;
3200
+ Bn = 1;
3197
3201
  var e = Function.prototype.call, n = Object.prototype.hasOwnProperty, t = Ge();
3198
3202
  return er = t.call(e, n), er;
3199
3203
  }
@@ -3218,7 +3222,7 @@ function Nr() {
3218
3222
  return T;
3219
3223
  }
3220
3224
  }
3221
- })() : T, S = ys()(), v = bs(), q = Ea(), I = qa(), E = Pr(), U = Cr(), C = {}, oe = typeof Uint8Array > "u" || !v ? e : v(Uint8Array), M = {
3225
+ })() : T, S = ys()(), v = bs(), q = Ea(), I = qa(), E = Pr(), U = Cr(), C = {}, oe = typeof Uint8Array > "u" || !v ? e : v(Uint8Array), B = {
3222
3226
  __proto__: null,
3223
3227
  "%AggregateError%": typeof AggregateError > "u" ? e : AggregateError,
3224
3228
  "%Array%": Array,
@@ -3307,7 +3311,7 @@ function Nr() {
3307
3311
  null.error;
3308
3312
  } catch (G) {
3309
3313
  var D = v(v(G));
3310
- M["%Error.prototype%"] = D;
3314
+ B["%Error.prototype%"] = D;
3311
3315
  }
3312
3316
  var se = function G(A) {
3313
3317
  var F;
@@ -3318,13 +3322,13 @@ function Nr() {
3318
3322
  else if (A === "%AsyncGeneratorFunction%")
3319
3323
  F = g("async function* () {}");
3320
3324
  else if (A === "%AsyncGenerator%") {
3321
- var B = G("%AsyncGeneratorFunction%");
3322
- B && (F = B.prototype);
3325
+ var M = G("%AsyncGeneratorFunction%");
3326
+ M && (F = M.prototype);
3323
3327
  } else if (A === "%AsyncIteratorPrototype%") {
3324
3328
  var Q = G("%AsyncGenerator%");
3325
3329
  Q && v && (F = v(Q.prototype));
3326
3330
  }
3327
- return M[A] = F, F;
3331
+ return B[A] = F, F;
3328
3332
  }, Z = {
3329
3333
  __proto__: null,
3330
3334
  "%ArrayBufferPrototype%": ["ArrayBuffer", "prototype"],
@@ -3379,24 +3383,24 @@ function Nr() {
3379
3383
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
3380
3384
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
3381
3385
  }, R = Ge(), re = /* @__PURE__ */ js(), N = R.call(U, Array.prototype.concat), k = R.call(E, Array.prototype.splice), L = R.call(U, String.prototype.replace), P = R.call(U, String.prototype.slice), _ = R.call(U, RegExp.prototype.exec), W = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, z = /\\(\\)?/g, K = function(A) {
3382
- var F = P(A, 0, 1), B = P(A, -1);
3383
- if (F === "%" && B !== "%")
3386
+ var F = P(A, 0, 1), M = P(A, -1);
3387
+ if (F === "%" && M !== "%")
3384
3388
  throw new r("invalid intrinsic syntax, expected closing `%`");
3385
- if (B === "%" && F !== "%")
3389
+ if (M === "%" && F !== "%")
3386
3390
  throw new r("invalid intrinsic syntax, expected opening `%`");
3387
3391
  var Q = [];
3388
3392
  return L(A, W, function(V, Y, ae, he) {
3389
3393
  Q[Q.length] = ae ? L(he, z, "$1") : Y || V;
3390
3394
  }), Q;
3391
3395
  }, ne = function(A, F) {
3392
- var B = A, Q;
3393
- if (re(Z, B) && (Q = Z[B], B = "%" + Q[0] + "%"), re(M, B)) {
3394
- var V = M[B];
3395
- if (V === C && (V = se(B)), typeof V > "u" && !F)
3396
+ var M = A, Q;
3397
+ if (re(Z, M) && (Q = Z[M], M = "%" + Q[0] + "%"), re(B, M)) {
3398
+ var V = B[M];
3399
+ if (V === C && (V = se(M)), typeof V > "u" && !F)
3396
3400
  throw new o("intrinsic " + A + " exists, but is not available. Please file an issue!");
3397
3401
  return {
3398
3402
  alias: Q,
3399
- name: B,
3403
+ name: M,
3400
3404
  value: V
3401
3405
  };
3402
3406
  }
@@ -3409,26 +3413,26 @@ function Nr() {
3409
3413
  throw new o('"allowMissing" argument must be a boolean');
3410
3414
  if (_(/^%?[^%]*%?$/, A) === null)
3411
3415
  throw new r("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
3412
- var B = K(A), Q = B.length > 0 ? B[0] : "", V = ne("%" + Q + "%", F), Y = V.name, ae = V.value, he = !1, Se = V.alias;
3413
- Se && (Q = Se[0], k(B, N([0, 1], Se)));
3414
- for (var ke = 1, Oe = !0; ke < B.length; ke += 1) {
3415
- var me = B[ke], qe = P(me, 0, 1), Ee = P(me, -1);
3416
+ var M = K(A), Q = M.length > 0 ? M[0] : "", V = ne("%" + Q + "%", F), Y = V.name, ae = V.value, he = !1, Se = V.alias;
3417
+ Se && (Q = Se[0], k(M, N([0, 1], Se)));
3418
+ for (var ke = 1, Oe = !0; ke < M.length; ke += 1) {
3419
+ var me = M[ke], qe = P(me, 0, 1), Ee = P(me, -1);
3416
3420
  if ((qe === '"' || qe === "'" || qe === "`" || Ee === '"' || Ee === "'" || Ee === "`") && qe !== Ee)
3417
3421
  throw new r("property names with quotes must have matching quotes");
3418
- if ((me === "constructor" || !Oe) && (he = !0), Q += "." + me, Y = "%" + Q + "%", re(M, Y))
3419
- ae = M[Y];
3422
+ if ((me === "constructor" || !Oe) && (he = !0), Q += "." + me, Y = "%" + Q + "%", re(B, Y))
3423
+ ae = B[Y];
3420
3424
  else if (ae != null) {
3421
3425
  if (!(me in ae)) {
3422
3426
  if (!F)
3423
3427
  throw new o("base intrinsic for " + A + " exists, but the property is not available.");
3424
3428
  return;
3425
3429
  }
3426
- if (x && ke + 1 >= B.length) {
3430
+ if (x && ke + 1 >= M.length) {
3427
3431
  var Te = x(ae, me);
3428
3432
  Oe = !!Te, Oe && "get" in Te && !("originalValue" in Te.get) ? ae = Te.get : ae = ae[me];
3429
3433
  } else
3430
3434
  Oe = re(ae, me), ae = ae[me];
3431
- Oe && !he && (M[Y] = ae);
3435
+ Oe && !he && (B[Y] = ae);
3432
3436
  }
3433
3437
  }
3434
3438
  return ae;
@@ -3554,7 +3558,7 @@ var lr, Qn;
3554
3558
  function qs() {
3555
3559
  if (Qn) return lr;
3556
3560
  Qn = 1;
3557
- var e = typeof Map == "function" && Map.prototype, n = Object.getOwnPropertyDescriptor && e ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, t = e && n && typeof n.get == "function" ? n.get : null, a = e && Map.prototype.forEach, l = typeof Set == "function" && Set.prototype, s = Object.getOwnPropertyDescriptor && l ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, r = l && s && typeof s.get == "function" ? s.get : null, o = l && Set.prototype.forEach, i = typeof WeakMap == "function" && WeakMap.prototype, c = i ? WeakMap.prototype.has : null, f = typeof WeakSet == "function" && WeakSet.prototype, m = f ? WeakSet.prototype.has : null, y = typeof WeakRef == "function" && WeakRef.prototype, h = y ? WeakRef.prototype.deref : null, b = Boolean.prototype.valueOf, j = Object.prototype.toString, p = Function.prototype.toString, g = String.prototype.match, x = String.prototype.slice, O = String.prototype.replace, T = String.prototype.toUpperCase, d = String.prototype.toLowerCase, S = RegExp.prototype.test, v = Array.prototype.concat, q = Array.prototype.join, I = Array.prototype.slice, E = Math.floor, U = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, C = Object.getOwnPropertySymbols, oe = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, M = typeof Symbol == "function" && typeof Symbol.iterator == "object", D = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === M || !0) ? Symbol.toStringTag : null, se = Object.prototype.propertyIsEnumerable, Z = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function($) {
3561
+ var e = typeof Map == "function" && Map.prototype, n = Object.getOwnPropertyDescriptor && e ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, t = e && n && typeof n.get == "function" ? n.get : null, a = e && Map.prototype.forEach, l = typeof Set == "function" && Set.prototype, s = Object.getOwnPropertyDescriptor && l ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, r = l && s && typeof s.get == "function" ? s.get : null, o = l && Set.prototype.forEach, i = typeof WeakMap == "function" && WeakMap.prototype, c = i ? WeakMap.prototype.has : null, f = typeof WeakSet == "function" && WeakSet.prototype, m = f ? WeakSet.prototype.has : null, y = typeof WeakRef == "function" && WeakRef.prototype, h = y ? WeakRef.prototype.deref : null, b = Boolean.prototype.valueOf, j = Object.prototype.toString, p = Function.prototype.toString, g = String.prototype.match, x = String.prototype.slice, O = String.prototype.replace, T = String.prototype.toUpperCase, d = String.prototype.toLowerCase, S = RegExp.prototype.test, v = Array.prototype.concat, q = Array.prototype.join, I = Array.prototype.slice, E = Math.floor, U = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, C = Object.getOwnPropertySymbols, oe = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, B = typeof Symbol == "function" && typeof Symbol.iterator == "object", D = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === B || !0) ? Symbol.toStringTag : null, se = Object.prototype.propertyIsEnumerable, Z = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function($) {
3558
3562
  return $.__proto__;
3559
3563
  } : null);
3560
3564
  function R($, w) {
@@ -3606,7 +3610,7 @@ function qs() {
3606
3610
  var ut = typeof H.depth > "u" ? 5 : H.depth;
3607
3611
  if (typeof ee > "u" && (ee = 0), ee >= ut && ut > 0 && typeof w == "object")
3608
3612
  return _(w) ? "[Array]" : "[Object]";
3609
- var Re = Ba(H, ee);
3613
+ var Re = Ma(H, ee);
3610
3614
  if (typeof ie > "u")
3611
3615
  ie = [];
3612
3616
  else if (he(ie, w) >= 0)
@@ -3625,8 +3629,8 @@ function qs() {
3625
3629
  return "[Function" + (Er ? ": " + Er : " (anonymous)") + "]" + (Rr.length > 0 ? " { " + q.call(Rr, ", ") + " }" : "");
3626
3630
  }
3627
3631
  if (F(w)) {
3628
- var Ar = M ? O.call(String(w), /^(Symbol\(.*\))_[^)]*$/, "$1") : oe.call(w);
3629
- return typeof w == "object" && !M ? Ue(Ar) : Ar;
3632
+ var Ar = B ? O.call(String(w), /^(Symbol\(.*\))_[^)]*$/, "$1") : oe.call(w);
3633
+ return typeof w == "object" && !B ? Ue(Ar) : Ar;
3630
3634
  }
3631
3635
  if (Ee(w)) {
3632
3636
  for (var _e = "<" + d.call(String(w.nodeName)), ft = w.attributes || [], De = 0; De < ft.length; De++)
@@ -3669,7 +3673,7 @@ function qs() {
3669
3673
  return lt("WeakRef");
3670
3674
  if (G(w))
3671
3675
  return Ue(ye(Number(w)));
3672
- if (B(w))
3676
+ if (M(w))
3673
3677
  return Ue(ye(U.call(w)));
3674
3678
  if (A(w))
3675
3679
  return Ue(b.call(w));
@@ -3680,7 +3684,7 @@ function qs() {
3680
3684
  if (typeof globalThis < "u" && w === globalThis || typeof tt < "u" && w === tt)
3681
3685
  return "{ [object globalThis] }";
3682
3686
  if (!W(w) && !z(w)) {
3683
- var ht = Je(w, ye), _r = Z ? Z(w) === Object.prototype : w instanceof Object || w.constructor === Object, mt = w instanceof Object ? "" : "null prototype", Lr = !_r && D && Object(w) === w && D in w ? x.call(Y(w), 8, -1) : mt ? "Object" : "", Ma = _r || typeof w.constructor != "function" ? "" : w.constructor.name ? w.constructor.name + " " : "", yt = Ma + (Lr || mt ? "[" + q.call(v.call([], Lr || [], mt || []), ": ") + "] " : "");
3687
+ var ht = Je(w, ye), _r = Z ? Z(w) === Object.prototype : w instanceof Object || w.constructor === Object, mt = w instanceof Object ? "" : "null prototype", Lr = !_r && D && Object(w) === w && D in w ? x.call(Y(w), 8, -1) : mt ? "Object" : "", Ba = _r || typeof w.constructor != "function" ? "" : w.constructor.name ? w.constructor.name + " " : "", yt = Ba + (Lr || mt ? "[" + q.call(v.call([], Lr || [], mt || []), ": ") + "] " : "");
3684
3688
  return ht.length === 0 ? yt + "{}" : Re ? yt + "{" + ct(ht, Re) + "}" : yt + "{ " + q.call(ht, ", ") + " }";
3685
3689
  }
3686
3690
  return String(w);
@@ -3714,7 +3718,7 @@ function qs() {
3714
3718
  return Y($) === "[object Boolean]" && (!D || !(typeof $ == "object" && D in $));
3715
3719
  }
3716
3720
  function F($) {
3717
- if (M)
3721
+ if (B)
3718
3722
  return $ && typeof $ == "object" && $ instanceof Symbol;
3719
3723
  if (typeof $ == "symbol")
3720
3724
  return !0;
@@ -3726,7 +3730,7 @@ function qs() {
3726
3730
  }
3727
3731
  return !1;
3728
3732
  }
3729
- function B($) {
3733
+ function M($) {
3730
3734
  if (!$ || typeof $ != "object" || !U)
3731
3735
  return !1;
3732
3736
  try {
@@ -3865,7 +3869,7 @@ function qs() {
3865
3869
  return !1;
3866
3870
  return !0;
3867
3871
  }
3868
- function Ba($, w) {
3872
+ function Ma($, w) {
3869
3873
  var X;
3870
3874
  if ($.indent === " ")
3871
3875
  X = " ";
@@ -3894,13 +3898,13 @@ function qs() {
3894
3898
  ee[ie] = V($, ie) ? w($[ie], $) : "";
3895
3899
  }
3896
3900
  var H = typeof C == "function" ? C($) : [], be;
3897
- if (M) {
3901
+ if (B) {
3898
3902
  be = {};
3899
3903
  for (var Ce = 0; Ce < H.length; Ce++)
3900
3904
  be["$" + H[Ce]] = H[Ce];
3901
3905
  }
3902
3906
  for (var de in $)
3903
- V($, de) && (X && String(Number(de)) === de && de < $.length || M && be["$" + de] instanceof Symbol || (S.call(/[^\w$]/, de) ? ee.push(w(de, $) + ": " + w($[de], $)) : ee.push(de + ": " + w($[de], $))));
3907
+ V($, de) && (X && String(Number(de)) === de && de < $.length || B && be["$" + de] instanceof Symbol || (S.call(/[^\w$]/, de) ? ee.push(w(de, $) + ": " + w($[de], $)) : ee.push(de + ": " + w($[de], $))));
3904
3908
  if (typeof C == "function")
3905
3909
  for (var je = 0; je < H.length; je++)
3906
3910
  se.call($, H[je]) && ee.push("[" + w(H[je]) + "]: " + w($[H[je]], $));
@@ -4153,7 +4157,7 @@ function Rs() {
4153
4157
  strictNullHandling: !1
4154
4158
  }, m = function(p) {
4155
4159
  return typeof p == "string" || typeof p == "number" || typeof p == "boolean" || typeof p == "symbol" || typeof p == "bigint";
4156
- }, y = {}, h = function j(p, g, x, O, T, d, S, v, q, I, E, U, C, oe, M, D, se, Z) {
4160
+ }, y = {}, h = function j(p, g, x, O, T, d, S, v, q, I, E, U, C, oe, B, D, se, Z) {
4157
4161
  for (var R = p, re = Z, N = 0, k = !1; (re = re.get(y)) !== void 0 && !k; ) {
4158
4162
  var L = re.get(p);
4159
4163
  if (N += 1, typeof L < "u") {
@@ -4173,9 +4177,9 @@ function Rs() {
4173
4177
  if (m(R) || n.isBuffer(R)) {
4174
4178
  if (q) {
4175
4179
  var P = D ? g : q(g, f.encoder, se, "key", oe);
4176
- return [M(P) + "=" + M(q(R, f.encoder, se, "value", oe))];
4180
+ return [B(P) + "=" + B(q(R, f.encoder, se, "value", oe))];
4177
4181
  }
4178
- return [M(g) + "=" + M(String(R))];
4182
+ return [B(g) + "=" + B(String(R))];
4179
4183
  }
4180
4184
  var _ = [];
4181
4185
  if (typeof R > "u")
@@ -4195,7 +4199,7 @@ function Rs() {
4195
4199
  for (var G = 0; G < W.length; ++G) {
4196
4200
  var A = W[G], F = typeof A == "object" && typeof A.value < "u" ? A.value : R[A];
4197
4201
  if (!(S && F === null)) {
4198
- var B = U && v ? A.replace(/\./g, "%2E") : A, Q = s(R) ? typeof x == "function" ? x(ne, B) : ne : ne + (U ? "." + B : "[" + B + "]");
4202
+ var M = U && v ? A.replace(/\./g, "%2E") : A, Q = s(R) ? typeof x == "function" ? x(ne, M) : ne : ne + (U ? "." + M : "[" + M + "]");
4199
4203
  Z.set(p, N);
4200
4204
  var V = e();
4201
4205
  V.set(y, Z), o(_, j(
@@ -4213,7 +4217,7 @@ function Rs() {
4213
4217
  U,
4214
4218
  C,
4215
4219
  oe,
4216
- M,
4220
+ B,
4217
4221
  D,
4218
4222
  se,
4219
4223
  V
@@ -4517,17 +4521,17 @@ function Is() {
4517
4521
  if (oe)
4518
4522
  return this.path = C, this.href = C, this.pathname = oe[1], oe[2] ? (this.search = oe[2], S ? this.query = p.parse(this.search.substr(1)) : this.query = this.search.substr(1)) : S && (this.search = "", this.query = {}), this;
4519
4523
  }
4520
- var M = t.exec(C);
4521
- if (M) {
4522
- M = M[0];
4523
- var D = M.toLowerCase();
4524
- this.protocol = D, C = C.substr(M.length);
4524
+ var B = t.exec(C);
4525
+ if (B) {
4526
+ B = B[0];
4527
+ var D = B.toLowerCase();
4528
+ this.protocol = D, C = C.substr(B.length);
4525
4529
  }
4526
- if (v || M || C.match(/^\/\/[^@/]+@[^@/]+/)) {
4530
+ if (v || B || C.match(/^\/\/[^@/]+@[^@/]+/)) {
4527
4531
  var se = C.substr(0, 2) === "//";
4528
- se && !(M && b[M]) && (C = C.substr(2), this.slashes = !0);
4532
+ se && !(B && b[B]) && (C = C.substr(2), this.slashes = !0);
4529
4533
  }
4530
- if (!b[M] && (se || M && !j[M])) {
4534
+ if (!b[B] && (se || B && !j[B])) {
4531
4535
  for (var Z = -1, R = 0; R < c.length; R++) {
4532
4536
  var re = C.indexOf(c[R]);
4533
4537
  re !== -1 && (Z === -1 || re < Z) && (Z = re);
@@ -4554,8 +4558,8 @@ function Is() {
4554
4558
  }
4555
4559
  }
4556
4560
  this.hostname.length > f ? this.hostname = "" : this.hostname = this.hostname.toLowerCase(), L || (this.hostname = e.toASCII(this.hostname));
4557
- var B = this.port ? ":" + this.port : "", Q = this.hostname || "";
4558
- this.host = Q + B, this.href += this.host, L && (this.hostname = this.hostname.substr(1, this.hostname.length - 2), C[0] !== "/" && (C = "/" + C));
4561
+ var M = this.port ? ":" + this.port : "", Q = this.hostname || "";
4562
+ this.host = Q + M, this.href += this.host, L && (this.hostname = this.hostname.substr(1, this.hostname.length - 2), C[0] !== "/" && (C = "/" + C));
4559
4563
  }
4560
4564
  if (!h[D])
4561
4565
  for (var R = 0, _ = o.length; R < _; R++) {
@@ -4569,8 +4573,8 @@ function Is() {
4569
4573
  ae !== -1 && (this.hash = C.substr(ae), C = C.slice(0, ae));
4570
4574
  var he = C.indexOf("?");
4571
4575
  if (he !== -1 ? (this.search = C.substr(he), this.query = C.substr(he + 1), S && (this.query = p.parse(this.query)), C = C.slice(0, he)) : S && (this.search = "", this.query = {}), C && (this.pathname = C), j[D] && this.hostname && !this.pathname && (this.pathname = "/"), this.pathname || this.search) {
4572
- var B = this.pathname || "", Se = this.search || "";
4573
- this.path = B + Se;
4576
+ var M = this.pathname || "", Se = this.search || "";
4577
+ this.path = M + Se;
4574
4578
  }
4575
4579
  return this.href = this.format(), this;
4576
4580
  };
@@ -4619,8 +4623,8 @@ function Is() {
4619
4623
  }
4620
4624
  if (d.protocol && d.protocol !== v.protocol) {
4621
4625
  if (!j[d.protocol]) {
4622
- for (var M = Object.keys(d), D = 0; D < M.length; D++) {
4623
- var se = M[D];
4626
+ for (var B = Object.keys(d), D = 0; D < B.length; D++) {
4627
+ var se = B[D];
4624
4628
  v[se] = d[se];
4625
4629
  }
4626
4630
  return v.href = v.format(), v;
@@ -4877,7 +4881,7 @@ const Ls = ({
4877
4881
  purple: "text-purple-600",
4878
4882
  indigo: "text-indigo-600",
4879
4883
  gray: "text-gray-600"
4880
- }, Bs = {
4884
+ }, Ms = {
4881
4885
  get: xe.green,
4882
4886
  post: xe.blue,
4883
4887
  put: xe.yellow,
@@ -4886,7 +4890,7 @@ const Ls = ({
4886
4890
  options: xe.indigo,
4887
4891
  head: xe.gray,
4888
4892
  trace: xe.gray
4889
- }, _a = (e) => Bs[e.toLocaleLowerCase()] ?? xe.gray;
4893
+ }, _a = (e) => Ms[e.toLocaleLowerCase()] ?? xe.gray;
4890
4894
  Ve(
4891
4895
  /* GraphQL */
4892
4896
  `
@@ -4900,7 +4904,7 @@ Ve(
4900
4904
  }
4901
4905
  `
4902
4906
  );
4903
- const Ms = [
4907
+ const Bs = [
4904
4908
  { value: "shell", label: "cURL" },
4905
4909
  { value: "js", label: "JavaScript" },
4906
4910
  { value: "python", label: "Python" },
@@ -4982,7 +4986,7 @@ const Ms = [
4982
4986
  ] }),
4983
4987
  T && /* @__PURE__ */ u.jsxs(u.Fragment, { children: [
4984
4988
  /* @__PURE__ */ u.jsx(wa, { className: "p-0", children: /* @__PURE__ */ u.jsx($a, { children: /* @__PURE__ */ u.jsx(
4985
- Be,
4989
+ Me,
4986
4990
  {
4987
4991
  embedded: !0,
4988
4992
  language: h,
@@ -5003,7 +5007,7 @@ const Ms = [
5003
5007
  c((v) => (v.set("lang", S.target.value), v));
5004
5008
  });
5005
5009
  },
5006
- options: Ms
5010
+ options: Bs
5007
5011
  }
5008
5012
  )
5009
5013
  ] })
@@ -5087,7 +5091,7 @@ const Ms = [
5087
5091
  ),
5088
5092
  children: [
5089
5093
  t.description && /* @__PURE__ */ u.jsx(
5090
- Me,
5094
+ Be,
5091
5095
  {
5092
5096
  className: "max-w-full prose-img:max-w-prose",
5093
5097
  content: t.description
@@ -5404,7 +5408,7 @@ const Ws = Ve(
5404
5408
  ] })
5405
5409
  ] }),
5406
5410
  f.description && /* @__PURE__ */ u.jsx(fa, { className: "CollapsibleContent", children: /* @__PURE__ */ u.jsx("div", { className: "mt-4 max-w-full border rounded-sm bg-muted/25", children: /* @__PURE__ */ u.jsx(
5407
- Me,
5411
+ Be,
5408
5412
  {
5409
5413
  className: "max-w-full prose-img:max-w-prose border-border p-3 lg:p-5",
5410
5414
  content: f.description
@@ -5414,7 +5418,7 @@ const Ws = Ve(
5414
5418
  }
5415
5419
  ),
5416
5420
  T && /* @__PURE__ */ u.jsx(
5417
- Me,
5421
+ Be,
5418
5422
  {
5419
5423
  className: "my-4 max-w-full prose-img:max-w-prose",
5420
5424
  content: T
@@ -5443,4 +5447,4 @@ export {
5443
5447
  vl as OperationList,
5444
5448
  Ws as OperationsFragment
5445
5449
  };
5446
- //# sourceMappingURL=OperationList-BzWKTkNq.js.map
5450
+ //# sourceMappingURL=OperationList-DCJw6wXL.js.map