zudoku 0.0.0-df0b125 → 0.0.0-eff6f9b

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 (67) hide show
  1. package/dist/config/config.d.ts +0 -5
  2. package/dist/config/validators/validate.d.ts +151 -37
  3. package/dist/config/validators/validate.js +14 -11
  4. package/dist/config/validators/validate.js.map +1 -1
  5. package/dist/lib/oas/graphql/index.js +1 -1
  6. package/dist/lib/oas/graphql/index.js.map +1 -1
  7. package/dist/lib/plugins/markdown/generateRoutes.d.ts +1 -1
  8. package/dist/lib/plugins/markdown/generateRoutes.js +8 -6
  9. package/dist/lib/plugins/markdown/generateRoutes.js.map +1 -1
  10. package/dist/lib/plugins/markdown/index.d.ts +2 -1
  11. package/dist/lib/plugins/markdown/index.js +2 -2
  12. package/dist/lib/plugins/markdown/index.js.map +1 -1
  13. package/dist/lib/plugins/openapi/OperationListItem.js +1 -1
  14. package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
  15. package/dist/lib/plugins/openapi/graphql/graphql.d.ts +3 -3
  16. package/dist/lib/plugins/openapi/index.js +1 -2
  17. package/dist/lib/plugins/openapi/index.js.map +1 -1
  18. package/dist/lib/plugins/openapi/interfaces.d.ts +3 -0
  19. package/dist/vite/plugin-docs.js +7 -5
  20. package/dist/vite/plugin-docs.js.map +1 -1
  21. package/lib/{AuthenticationPlugin-Bx9FK124.js → AuthenticationPlugin-gtf8JS3V.js} +2 -2
  22. package/lib/{AuthenticationPlugin-Bx9FK124.js.map → AuthenticationPlugin-gtf8JS3V.js.map} +1 -1
  23. package/lib/{Input-BR5ia3Yq.js → Input-B1kkVL1R.js} +3 -3
  24. package/lib/{Input-BR5ia3Yq.js.map → Input-B1kkVL1R.js.map} +1 -1
  25. package/lib/{MdxPage-BZyQsH8Z.js → MdxPage-BcftTg5g.js} +2 -2
  26. package/lib/{MdxPage-BZyQsH8Z.js.map → MdxPage-BcftTg5g.js.map} +1 -1
  27. package/lib/{OperationList-BAOaUAni.js → OperationList-Da36LrGl.js} +5 -5
  28. package/lib/{OperationList-BAOaUAni.js.map → OperationList-Da36LrGl.js.map} +1 -1
  29. package/lib/{Route-KYwufmmO.js → Route-CWj1ECzh.js} +2 -2
  30. package/lib/{Route-KYwufmmO.js.map → Route-CWj1ECzh.js.map} +1 -1
  31. package/lib/{SidebarBadge-BaUICQiz.js → SidebarBadge-DdvT2qep.js} +2 -2
  32. package/lib/{SidebarBadge-BaUICQiz.js.map → SidebarBadge-DdvT2qep.js.map} +1 -1
  33. package/lib/{ZudokuContext-cr-pTRY1.js → ZudokuContext-em1gHkIY.js} +4 -4
  34. package/lib/{ZudokuContext-cr-pTRY1.js.map → ZudokuContext-em1gHkIY.js.map} +1 -1
  35. package/lib/assets/{worker-BvD7B6MG.js → worker-TYRbYl6N.js} +2 -2
  36. package/lib/assets/{worker-BvD7B6MG.js.map → worker-TYRbYl6N.js.map} +1 -1
  37. package/lib/{index-WPT1ueCM.js → index-B_9xr661.js} +3 -3
  38. package/lib/{index-WPT1ueCM.js.map → index-B_9xr661.js.map} +1 -1
  39. package/lib/{index-CTNlSS40.js → index-BoXX7LeD.js} +2 -2
  40. package/lib/{index-CTNlSS40.js.map → index-BoXX7LeD.js.map} +1 -1
  41. package/lib/{index-Czh7v7RH.js → index-DIkaYL-l.js} +415 -416
  42. package/lib/index-DIkaYL-l.js.map +1 -0
  43. package/lib/{utils-ByIc_KIM.js → utils-DtEHoAvg.js} +103 -100
  44. package/lib/utils-DtEHoAvg.js.map +1 -0
  45. package/lib/zudoku.auth-clerk.js +1 -1
  46. package/lib/zudoku.auth-openid.js +1 -1
  47. package/lib/zudoku.components.js +39 -40
  48. package/lib/zudoku.components.js.map +1 -1
  49. package/lib/zudoku.openapi-worker.js +246 -246
  50. package/lib/zudoku.openapi-worker.js.map +1 -1
  51. package/lib/zudoku.plugin-api-keys.js +3 -3
  52. package/lib/zudoku.plugin-markdown.js +18 -15
  53. package/lib/zudoku.plugin-markdown.js.map +1 -1
  54. package/lib/zudoku.plugin-openapi.js +4 -5
  55. package/lib/zudoku.plugin-openapi.js.map +1 -1
  56. package/package.json +1 -1
  57. package/src/lib/oas/graphql/index.ts +1 -1
  58. package/src/lib/plugins/markdown/generateRoutes.tsx +8 -5
  59. package/src/lib/plugins/markdown/index.tsx +3 -1
  60. package/src/lib/plugins/openapi/OperationListItem.tsx +1 -1
  61. package/src/lib/plugins/openapi/graphql/graphql.ts +3 -3
  62. package/src/lib/plugins/openapi/index.tsx +1 -2
  63. package/src/lib/plugins/openapi/interfaces.ts +4 -1
  64. package/lib/index-Czh7v7RH.js.map +0 -1
  65. package/lib/joinPath-B7kNnUX4.js +0 -8
  66. package/lib/joinPath-B7kNnUX4.js.map +0 -1
  67. package/lib/utils-ByIc_KIM.js.map +0 -1
@@ -1,21 +1,20 @@
1
1
  import { j as f } from "./jsx-runtime-B6kdoens.js";
2
2
  import { u as ta, C as na, c as ra, f as aa } from "./urql-YhcsXYy8.js";
3
- import { z as ia, A as oa } from "./ZudokuContext-cr-pTRY1.js";
3
+ import { z as ia, A as oa } from "./ZudokuContext-em1gHkIY.js";
4
4
  import { XIcon as Zn, EraserIcon as er, ChevronsUpDownIcon as sa, LogInIcon as la, CirclePlayIcon as ca } from "lucide-react";
5
5
  import { createClient as ua } from "zudoku/openapi-worker";
6
- import { c as da, g as fa, u as pa, a as ma, P as ft, b as yt, B as Se, S as ha, V as ya, m as ga } from "./index-CTNlSS40.js";
6
+ import { c as da, g as fa, u as pa, a as ma, P as ft, b as yt, B as Se, S as ha, V as ya, m as ga } from "./index-BoXX7LeD.js";
7
7
  import { E as va } from "./ErrorPage-knunPbKI.js";
8
8
  import { a as q, b as ba, S as Je, C as xa } from "./Markdown-B4aR03g6.js";
9
- import { j as $a } from "./joinPath-B7kNnUX4.js";
10
9
  import * as H from "react";
11
- import { useRef as tr, useEffect as nr, useState as rr, Fragment as Xe, createContext as ka, useContext as Sa, useTransition as wa, useMemo as ja } from "react";
12
- import { O as ar, C as ir, b as Na, d as or, D as sr, a as Ta, e as Oa, T as Ca, c as lr, R as Pa, I as Ea, P as Ra, f as fe } from "./SidebarBadge-BaUICQiz.js";
13
- import { g as Wt, I as at, C as xe, h as Aa, u as qa, a as Fa, F as Ia, S as _a, b as La, c as Ua, d as Ha, f as fn } from "./Input-BR5ia3Yq.js";
10
+ import { useRef as tr, useEffect as nr, useState as rr, Fragment as Xe, createContext as $a, useContext as ka, useTransition as Sa, useMemo as wa } from "react";
11
+ import { O as ar, C as ir, b as ja, d as or, D as sr, a as Na, e as Ta, T as Oa, c as lr, R as Ca, I as Pa, P as Ea, f as fe } from "./SidebarBadge-DdvT2qep.js";
12
+ import { g as Wt, I as at, C as xe, h as Ra, u as Aa, a as qa, F as Fa, S as Ia, b as _a, c as La, d as Ua, f as fn } from "./Input-B1kkVL1R.js";
14
13
  import { S as pn } from "./Spinner-3cQDBVGr.js";
15
- import { g as Ma, c as Le, a as Ba } from "./_commonjsHelpers-BkfeUUK-.js";
16
- import { u as Va, d as za } from "./index-BG0g4WW0.js";
17
- import { c as Ja } from "./router-D2p7Olpn.js";
18
- const Wa = {
14
+ import { g as Ha, c as Le, a as Ma } from "./_commonjsHelpers-BkfeUUK-.js";
15
+ import { u as Ba, d as Va } from "./index-BG0g4WW0.js";
16
+ import { c as za } from "./router-D2p7Olpn.js";
17
+ const Ja = {
19
18
  kind: "Document",
20
19
  definitions: [
21
20
  {
@@ -160,7 +159,7 @@ const Wa = {
160
159
  }
161
160
  }
162
161
  ]
163
- }, Ga = {
162
+ }, Wa = {
164
163
  kind: "Document",
165
164
  definitions: [
166
165
  {
@@ -404,7 +403,7 @@ const Wa = {
404
403
  }
405
404
  }
406
405
  ]
407
- }, Da = {
406
+ }, Ga = {
408
407
  kind: "Document",
409
408
  definitions: [
410
409
  {
@@ -470,7 +469,7 @@ const Wa = {
470
469
  }
471
470
  }
472
471
  ]
473
- }, Ka = {
472
+ }, Da = {
474
473
  kind: "Document",
475
474
  definitions: [
476
475
  {
@@ -586,16 +585,16 @@ const Wa = {
586
585
  }
587
586
  }
588
587
  ]
589
- }, Qa = {
590
- "\n fragment OperationsFragment on OperationItem {\n slug\n summary\n method\n description\n operationId\n contentTypes\n path\n parameters {\n name\n in\n description\n required\n schema\n style\n examples {\n name\n description\n externalValue\n value\n summary\n }\n }\n requestBody {\n content {\n mediaType\n encoding {\n name\n }\n schema\n }\n description\n required\n }\n responses {\n statusCode\n links\n description\n content {\n mediaType\n encoding {\n name\n }\n schema\n }\n }\n }\n": Wa,
591
- "\n query AllOperations($input: JSON!, $type: SchemaType!) {\n schema(input: $input, type: $type) {\n description\n title\n url\n version\n tags {\n name\n description\n operations {\n slug\n ...OperationsFragment\n }\n }\n }\n }\n": Ga,
592
- "\n query getServerQuery($input: JSON!, $type: SchemaType!) {\n schema(input: $input, type: $type) {\n url\n }\n }\n": Da,
593
- "\n query GetCategories($input: JSON!, $type: SchemaType!) {\n schema(input: $input, type: $type) {\n tags {\n __typename\n name\n operations {\n __typename\n slug\n deprecated\n method\n summary\n operationId\n path\n }\n }\n }\n }\n": Ka
588
+ }, Ka = {
589
+ "\n fragment OperationsFragment on OperationItem {\n slug\n summary\n method\n description\n operationId\n contentTypes\n path\n parameters {\n name\n in\n description\n required\n schema\n style\n examples {\n name\n description\n externalValue\n value\n summary\n }\n }\n requestBody {\n content {\n mediaType\n encoding {\n name\n }\n schema\n }\n description\n required\n }\n responses {\n statusCode\n links\n description\n content {\n mediaType\n encoding {\n name\n }\n schema\n }\n }\n }\n": Ja,
590
+ "\n query AllOperations($input: JSON!, $type: SchemaType!) {\n schema(input: $input, type: $type) {\n description\n title\n url\n version\n tags {\n name\n description\n operations {\n slug\n ...OperationsFragment\n }\n }\n }\n }\n": Wa,
591
+ "\n query getServerQuery($input: JSON!, $type: SchemaType!) {\n schema(input: $input, type: $type) {\n url\n }\n }\n": Ga,
592
+ "\n query GetCategories($input: JSON!, $type: SchemaType!) {\n schema(input: $input, type: $type) {\n tags {\n __typename\n name\n operations {\n __typename\n slug\n deprecated\n method\n summary\n operationId\n path\n }\n }\n }\n }\n": Da
594
593
  };
595
594
  function cr(e) {
596
- return Qa[e] ?? {};
595
+ return Ka[e] ?? {};
597
596
  }
598
- const Ya = Oa, Xa = Ca, Za = Ta, ur = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
597
+ const Qa = Ta, Ya = Oa, Xa = Na, ur = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
599
598
  ar,
600
599
  {
601
600
  ref: n,
@@ -607,7 +606,7 @@ const Ya = Oa, Xa = Ca, Za = Ta, ur = H.forwardRef(({ className: e, ...t }, n) =
607
606
  }
608
607
  ));
609
608
  ur.displayName = ar.displayName;
610
- const dr = H.forwardRef(({ className: e, children: t, ...n }, a) => /* @__PURE__ */ f.jsxs(Za, { children: [
609
+ const dr = H.forwardRef(({ className: e, children: t, ...n }, a) => /* @__PURE__ */ f.jsxs(Xa, { children: [
611
610
  /* @__PURE__ */ f.jsx(ur, {}),
612
611
  /* @__PURE__ */ f.jsxs(
613
612
  ir,
@@ -620,7 +619,7 @@ const dr = H.forwardRef(({ className: e, children: t, ...n }, a) => /* @__PURE__
620
619
  ...n,
621
620
  children: [
622
621
  t,
623
- /* @__PURE__ */ f.jsxs(Na, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground", children: [
622
+ /* @__PURE__ */ f.jsxs(ja, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground", children: [
624
623
  /* @__PURE__ */ f.jsx(Zn, { className: "h-4 w-4" }),
625
624
  /* @__PURE__ */ f.jsx("span", { className: "sr-only", children: "Close" })
626
625
  ] })
@@ -641,7 +640,7 @@ const fr = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
641
640
  }
642
641
  ));
643
642
  fr.displayName = or.displayName;
644
- const ei = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
643
+ const Za = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
645
644
  sr,
646
645
  {
647
646
  ref: n,
@@ -649,7 +648,7 @@ const ei = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
649
648
  ...t
650
649
  }
651
650
  ));
652
- ei.displayName = sr.displayName;
651
+ Za.displayName = sr.displayName;
653
652
  const it = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
654
653
  "div",
655
654
  {
@@ -680,7 +679,7 @@ const mr = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
680
679
  }
681
680
  ));
682
681
  mr.displayName = "CardTitle";
683
- const ti = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
682
+ const ei = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
684
683
  "p",
685
684
  {
686
685
  ref: n,
@@ -688,10 +687,10 @@ const ti = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
688
687
  ...t
689
688
  }
690
689
  ));
691
- ti.displayName = "CardDescription";
690
+ ei.displayName = "CardDescription";
692
691
  const hr = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx("div", { ref: n, className: q("p-6 pt-0", e), ...t }));
693
692
  hr.displayName = "CardContent";
694
- const ni = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
693
+ const ti = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
695
694
  "div",
696
695
  {
697
696
  ref: n,
@@ -699,10 +698,10 @@ const ni = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
699
698
  ...t
700
699
  }
701
700
  ));
702
- ni.displayName = "CardFooter";
703
- var Gt = "Tabs", [ri, Bc] = da(Gt, [
701
+ ti.displayName = "CardFooter";
702
+ var Gt = "Tabs", [ni, Hc] = da(Gt, [
704
703
  lr
705
- ]), yr = lr(), [ai, Dt] = ri(Gt), gr = H.forwardRef(
704
+ ]), yr = lr(), [ri, Dt] = ni(Gt), gr = H.forwardRef(
706
705
  (e, t) => {
707
706
  const {
708
707
  __scopeTabs: n,
@@ -719,7 +718,7 @@ var Gt = "Tabs", [ri, Bc] = da(Gt, [
719
718
  defaultProp: i
720
719
  });
721
720
  return /* @__PURE__ */ f.jsx(
722
- ai,
721
+ ri,
723
722
  {
724
723
  scope: n,
725
724
  baseId: ma(),
@@ -746,7 +745,7 @@ var vr = "TabsList", br = H.forwardRef(
746
745
  (e, t) => {
747
746
  const { __scopeTabs: n, loop: a = !0, ...s } = e, i = Dt(vr, n), r = yr(n);
748
747
  return /* @__PURE__ */ f.jsx(
749
- Pa,
748
+ Ca,
750
749
  {
751
750
  asChild: !0,
752
751
  ...r,
@@ -771,7 +770,7 @@ var xr = "TabsTrigger", $r = H.forwardRef(
771
770
  (e, t) => {
772
771
  const { __scopeTabs: n, value: a, disabled: s = !1, ...i } = e, r = Dt(xr, n), o = yr(n), l = wr(r.baseId, a), c = jr(r.baseId, a), u = a === r.value;
773
772
  return /* @__PURE__ */ f.jsx(
774
- Ea,
773
+ Pa,
775
774
  {
776
775
  asChild: !0,
777
776
  ...o,
@@ -813,7 +812,7 @@ var kr = "TabsContent", Sr = H.forwardRef(
813
812
  return H.useEffect(() => {
814
813
  const d = requestAnimationFrame(() => p.current = !1);
815
814
  return () => cancelAnimationFrame(d);
816
- }, []), /* @__PURE__ */ f.jsx(Ra, { present: s || u, children: ({ present: d }) => /* @__PURE__ */ f.jsx(
815
+ }, []), /* @__PURE__ */ f.jsx(Ea, { present: s || u, children: ({ present: d }) => /* @__PURE__ */ f.jsx(
817
816
  ft.div,
818
817
  {
819
818
  "data-state": u ? "active" : "inactive",
@@ -880,12 +879,12 @@ const Te = H.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ f.jsx(
880
879
  Te.displayName = Yt.displayName;
881
880
  const gt = (e) => Math.abs(
882
881
  isNaN(parseInt(e)) ? e.toLowerCase().charCodeAt(0) - 96 : isNaN(parseInt(e)) ? 0 : parseInt(e)
883
- ), vt = (e) => e.length > 1 ? parseInt(e.split("").reduce((t, n) => `${gt(t) + gt(n)}`)) : gt(e), ii = (e, t = {}) => {
882
+ ), vt = (e) => e.length > 1 ? parseInt(e.split("").reduce((t, n) => `${gt(t) + gt(n)}`)) : gt(e), ai = (e, t = {}) => {
884
883
  const n = (3 * vt(e) + 2 * vt(e) + vt(e)) % 360, { saturation: a = 75, lightness: s = 60 } = t;
885
884
  return `${n}deg ${a}% ${s}%`;
886
- }, bt = "data-linked-param", oi = (e) => {
885
+ }, bt = "data-linked-param", ii = (e) => {
887
886
  const [t] = ba();
888
- return ii(
887
+ return ai(
889
888
  e,
890
889
  t ? void 0 : { saturation: 85, lightness: 50 }
891
890
  );
@@ -898,7 +897,7 @@ const gt = (e) => Math.abs(
898
897
  children: i,
899
898
  onClick: r
900
899
  }) => {
901
- const o = tr(null), l = e.replace(/[{}]/g, ""), c = s == null ? void 0 : s.replace(/[{}]/g, ""), u = oi(l), p = `hsl(${u} / ${a})`, d = `hsl(${u} / ${n})`;
900
+ const o = tr(null), l = e.replace(/[{}]/g, ""), c = s == null ? void 0 : s.replace(/[{}]/g, ""), u = ii(l), p = `hsl(${u} / ${a})`, d = `hsl(${u} / ${n})`;
902
901
  return nr(() => {
903
902
  if (!c || !o.current) return;
904
903
  const m = () => {
@@ -933,7 +932,7 @@ const gt = (e) => Math.abs(
933
932
  ]
934
933
  }
935
934
  );
936
- }, si = (e, t, n) => {
935
+ }, oi = (e, t, n) => {
937
936
  const a = t.replace(/(:\w+|\{\w+})/g, (i) => {
938
937
  var l;
939
938
  const r = i.replace(/[:{}]/g, "");
@@ -942,7 +941,7 @@ const gt = (e) => Math.abs(
942
941
  return n.queryParams.filter((i) => i.active).forEach((i) => {
943
942
  s.searchParams.set(i.name, i.value);
944
943
  }), s;
945
- }, li = ({
944
+ }, si = ({
946
945
  control: e,
947
946
  register: t
948
947
  }) => {
@@ -1003,7 +1002,7 @@ const gt = (e) => Math.abs(
1003
1002
  }
1004
1003
  ) })
1005
1004
  ] });
1006
- }, ci = ({
1005
+ }, li = ({
1007
1006
  control: e
1008
1007
  }) => {
1009
1008
  const { fields: t } = Wt({
@@ -1075,7 +1074,7 @@ const gt = (e) => Math.abs(
1075
1074
  )
1076
1075
  ] }) })
1077
1076
  ] }, n.id)) }) });
1078
- }, ui = (e, t) => {
1077
+ }, ci = (e, t) => {
1079
1078
  const n = H.forwardRef(({ className: a, asChild: s, ...i }, r) => {
1080
1079
  const o = s ? ha : e;
1081
1080
  return H.createElement(o, {
@@ -1085,17 +1084,17 @@ const gt = (e) => Math.abs(
1085
1084
  });
1086
1085
  });
1087
1086
  return n.displayName = `VariantComponent(${e})`, n;
1088
- }, di = ui(
1087
+ }, ui = ci(
1089
1088
  "input",
1090
1089
  "px-2 bg-transparent h-6 font-mono text-xs m-2"
1091
- ), fi = ({
1090
+ ), di = ({
1092
1091
  control: e,
1093
1092
  queryParams: t
1094
1093
  }) => {
1095
1094
  const { fields: n } = Wt({
1096
1095
  control: e,
1097
1096
  name: "queryParams"
1098
- }), a = Aa(), s = t.map((o) => !!o.isRequired), r = a.watch("identity") !== Ze;
1097
+ }), a = Ra(), s = t.map((o) => !!o.isRequired), r = a.watch("identity") !== Ze;
1099
1098
  return /* @__PURE__ */ f.jsx("div", { className: "", children: /* @__PURE__ */ f.jsx("table", { className: "w-full [&_td]:border [&_td]:p-1.5 [&_td]:px-2", children: /* @__PURE__ */ f.jsx("tbody", { children: n.filter(
1100
1099
  // TODO remove this hack for Accu or make it more generic
1101
1100
  (o) => !(r && o.name === "apikey")
@@ -1120,7 +1119,7 @@ const gt = (e) => Math.abs(
1120
1119
  xe,
1121
1120
  {
1122
1121
  control: e,
1123
- render: ({ field: c }) => /* @__PURE__ */ f.jsx(di, { asChild: !0, children: /* @__PURE__ */ f.jsxs(
1122
+ render: ({ field: c }) => /* @__PURE__ */ f.jsx(ui, { asChild: !0, children: /* @__PURE__ */ f.jsxs(
1124
1123
  "label",
1125
1124
  {
1126
1125
  className: "flex items-center cursor-pointer",
@@ -1198,7 +1197,7 @@ const gt = (e) => Math.abs(
1198
1197
  }
1199
1198
  ),
1200
1199
  /* @__PURE__ */ f.jsx("div", { className: "row-start-1 col-start-1 self-center justify-self-end relative end-2 pointer-events-none", children: /* @__PURE__ */ f.jsx(sa, { size: 14 }) })
1201
- ] }), pi = (e) => {
1200
+ ] }), fi = (e) => {
1202
1201
  var n;
1203
1202
  return (n = Object.entries({
1204
1203
  "application/json": "json",
@@ -1211,20 +1210,20 @@ const gt = (e) => Math.abs(
1211
1210
  }).find(
1212
1211
  ([a]) => e.includes(a)
1213
1212
  )) == null ? void 0 : n[1];
1214
- }, mi = (e) => {
1213
+ }, pi = (e) => {
1215
1214
  const t = e.get("Content-Type") || "";
1216
- return pi(t);
1217
- }, hi = (e) => {
1215
+ return fi(t);
1216
+ }, mi = (e) => {
1218
1217
  try {
1219
1218
  return JSON.stringify(JSON.parse(e), null, 2);
1220
1219
  } catch {
1221
1220
  return null;
1222
1221
  }
1223
- }, yi = ({
1222
+ }, hi = ({
1224
1223
  body: e = "",
1225
1224
  headers: t
1226
1225
  }) => {
1227
- const n = mi(t), a = hi(e), s = a || e, [i, r] = rr(
1226
+ const n = pi(t), a = mi(e), s = a || e, [i, r] = rr(
1228
1227
  a ? "formatted" : "raw"
1229
1228
  );
1230
1229
  return /* @__PURE__ */ f.jsxs("div", { className: "flex flex-col gap-2", children: [
@@ -1250,7 +1249,7 @@ const gt = (e) => Math.abs(
1250
1249
  }
1251
1250
  ) })
1252
1251
  ] });
1253
- }, Ze = "__none", gi = {
1252
+ }, Ze = "__none", yi = {
1254
1253
  200: "OK",
1255
1254
  201: "Created",
1256
1255
  202: "Accepted",
@@ -1261,7 +1260,7 @@ const gt = (e) => Math.abs(
1261
1260
  404: "Not Found",
1262
1261
  405: "Method Not Allowed",
1263
1262
  500: "Internal Server Error"
1264
- }, vi = ({
1263
+ }, gi = ({
1265
1264
  server: e,
1266
1265
  url: t,
1267
1266
  method: n,
@@ -1271,7 +1270,7 @@ const gt = (e) => Math.abs(
1271
1270
  defaultBody: r = ""
1272
1271
  }) => {
1273
1272
  var w, S;
1274
- const { register: o, control: l, handleSubmit: c, watch: u, setValue: p, ...d } = qa({
1273
+ const { register: o, control: l, handleSubmit: c, watch: u, setValue: p, ...d } = Aa({
1275
1274
  defaultValues: {
1276
1275
  body: r,
1277
1276
  queryParams: s.map(($) => ({
@@ -1296,10 +1295,10 @@ const gt = (e) => Math.abs(
1296
1295
  const $ = (O = h.data) == null ? void 0 : O.at(0);
1297
1296
  $ && (p("identity", $.id), y.current = !0);
1298
1297
  }, [p, h.data]);
1299
- const v = Fa({
1298
+ const v = qa({
1300
1299
  mutationFn: async ($) => {
1301
1300
  var F, J;
1302
- const O = si(e, t, $), C = performance.now(), E = new Request(O, {
1301
+ const O = oi(e, t, $), C = performance.now(), E = new Request(O, {
1303
1302
  method: n.toUpperCase(),
1304
1303
  headers: Object.fromEntries(
1305
1304
  $.headers.filter((R) => R.name).map((R) => [R.name, R.value])
@@ -1349,7 +1348,7 @@ const gt = (e) => Math.abs(
1349
1348
  /* @__PURE__ */ f.jsx("wbr", {})
1350
1349
  ] }, $.name));
1351
1350
  return /* @__PURE__ */ f.jsx(
1352
- Ia,
1351
+ Fa,
1353
1352
  {
1354
1353
  register: o,
1355
1354
  control: l,
@@ -1397,14 +1396,14 @@ const gt = (e) => Math.abs(
1397
1396
  /* @__PURE__ */ f.jsxs("div", { className: "flex gap-2 items-center", children: [
1398
1397
  "Auth:",
1399
1398
  /* @__PURE__ */ f.jsxs(
1400
- _a,
1399
+ Ia,
1401
1400
  {
1402
1401
  onValueChange: ($) => p("identity", $),
1403
1402
  value: m.identity,
1404
1403
  defaultValue: m.identity,
1405
1404
  children: [
1406
- /* @__PURE__ */ f.jsx(La, { className: "w-[180px] flex", children: h.isPending ? /* @__PURE__ */ f.jsx(pn, {}) : /* @__PURE__ */ f.jsx(Ua, {}) }),
1407
- /* @__PURE__ */ f.jsxs(Ha, { align: "center", children: [
1405
+ /* @__PURE__ */ f.jsx(_a, { className: "w-[180px] flex", children: h.isPending ? /* @__PURE__ */ f.jsx(pn, {}) : /* @__PURE__ */ f.jsx(La, {}) }),
1406
+ /* @__PURE__ */ f.jsxs(Ua, { align: "center", children: [
1408
1407
  /* @__PURE__ */ f.jsx(fn, { value: Ze, children: "None" }),
1409
1408
  (S = h.data) == null ? void 0 : S.map(($) => /* @__PURE__ */ f.jsx(fn, { value: $.id, children: $.label }, $.id))
1410
1409
  ] })
@@ -1413,15 +1412,15 @@ const gt = (e) => Math.abs(
1413
1412
  )
1414
1413
  ] })
1415
1414
  ] }),
1416
- /* @__PURE__ */ f.jsx(Te, { value: "headers", children: /* @__PURE__ */ f.jsx(li, { control: l, register: o }) }),
1415
+ /* @__PURE__ */ f.jsx(Te, { value: "headers", children: /* @__PURE__ */ f.jsx(si, { control: l, register: o }) }),
1417
1416
  /* @__PURE__ */ f.jsxs(Te, { value: "parameters", children: [
1418
1417
  i.length > 0 && /* @__PURE__ */ f.jsxs("div", { className: "flex flex-col gap-4 my-4", children: [
1419
1418
  /* @__PURE__ */ f.jsx("span", { className: "font-semibold", children: "Path Parameters" }),
1420
- /* @__PURE__ */ f.jsx(ci, { control: l })
1419
+ /* @__PURE__ */ f.jsx(li, { control: l })
1421
1420
  ] }),
1422
1421
  s.length > 0 && /* @__PURE__ */ f.jsxs("div", { className: "flex flex-col gap-4 my-4", children: [
1423
1422
  /* @__PURE__ */ f.jsx("span", { className: "font-semibold", children: "Query Parameters" }),
1424
- /* @__PURE__ */ f.jsx(fi, { control: l, queryParams: s })
1423
+ /* @__PURE__ */ f.jsx(di, { control: l, queryParams: s })
1425
1424
  ] })
1426
1425
  ] }),
1427
1426
  /* @__PURE__ */ f.jsx(Te, { value: "body", children: /* @__PURE__ */ f.jsx(
@@ -1451,7 +1450,7 @@ const gt = (e) => Math.abs(
1451
1450
  "Status: ",
1452
1451
  v.data.status,
1453
1452
  " ",
1454
- gi[v.data.status] ?? ""
1453
+ yi[v.data.status] ?? ""
1455
1454
  ] }),
1456
1455
  /* @__PURE__ */ f.jsxs("div", { children: [
1457
1456
  "Time: ",
@@ -1470,7 +1469,7 @@ const gt = (e) => Math.abs(
1470
1469
  /* @__PURE__ */ f.jsx(Ne, { value: "headers", children: g.length ? `Headers (${g.length})` : "No headers" })
1471
1470
  ] }),
1472
1471
  /* @__PURE__ */ f.jsx(Te, { value: "response", children: /* @__PURE__ */ f.jsx(
1473
- yi,
1472
+ hi,
1474
1473
  {
1475
1474
  headers: v.data.headers,
1476
1475
  body: v.data.body
@@ -1495,7 +1494,7 @@ const gt = (e) => Math.abs(
1495
1494
  ] }) })
1496
1495
  }
1497
1496
  );
1498
- }, bi = ({
1497
+ }, vi = ({
1499
1498
  className: e,
1500
1499
  size: t = 16
1501
1500
  }) => /* @__PURE__ */ f.jsx(
@@ -1518,10 +1517,10 @@ const gt = (e) => Math.abs(
1518
1517
  }
1519
1518
  ), Or = (e) => {
1520
1519
  const [t, n] = rr(!1);
1521
- return /* @__PURE__ */ f.jsxs(Ya, { onOpenChange: (a) => n(a), children: [
1522
- /* @__PURE__ */ f.jsx(Xa, { asChild: !0, children: e.children ?? /* @__PURE__ */ f.jsxs("button", { className: "flex gap-1 items-center px-2 py-1 rounded-md bg-primary/80 hover:bg-primary transition text-primary-foreground text-xs", children: [
1520
+ return /* @__PURE__ */ f.jsxs(Qa, { onOpenChange: (a) => n(a), children: [
1521
+ /* @__PURE__ */ f.jsx(Ya, { asChild: !0, children: e.children ?? /* @__PURE__ */ f.jsxs("button", { className: "flex gap-1 items-center px-2 py-1 rounded-md bg-primary/80 hover:bg-primary transition text-primary-foreground text-xs", children: [
1523
1522
  "Test",
1524
- /* @__PURE__ */ f.jsx(bi, { className: "", size: 14 })
1523
+ /* @__PURE__ */ f.jsx(vi, { className: "", size: 14 })
1525
1524
  ] }) }),
1526
1525
  /* @__PURE__ */ f.jsxs(
1527
1526
  dr,
@@ -1530,7 +1529,7 @@ const gt = (e) => Math.abs(
1530
1529
  "aria-describedby": void 0,
1531
1530
  children: [
1532
1531
  /* @__PURE__ */ f.jsx(ya, { children: /* @__PURE__ */ f.jsx(fr, { children: "Playground" }) }),
1533
- t && /* @__PURE__ */ f.jsx(vi, { ...e })
1532
+ t && /* @__PURE__ */ f.jsx(gi, { ...e })
1534
1533
  ]
1535
1534
  }
1536
1535
  )
@@ -1561,16 +1560,16 @@ var hn = (e, t) => {
1561
1560
  this.postProcessors = [...this.postProcessors, n];
1562
1561
  }, this.indentationCharacter = e || yn, this.lineJoin = t ?? gn;
1563
1562
  }
1564
- }, xi = function(e) {
1563
+ }, bi = function(e) {
1565
1564
  return Object.prototype.toString.call(e) === "[object RegExp]";
1566
- }, $i = function(e) {
1565
+ }, xi = function(e) {
1567
1566
  var t = typeof e;
1568
1567
  return e !== null && (t === "object" || t === "function");
1569
1568
  }, Zt = {};
1570
1569
  Object.defineProperty(Zt, "__esModule", { value: !0 });
1571
1570
  Zt.default = (e) => Object.getOwnPropertySymbols(e).filter((t) => Object.prototype.propertyIsEnumerable.call(e, t));
1572
- const ki = xi, Si = $i, wi = Zt.default;
1573
- var ji = (e, t, n) => {
1571
+ const $i = bi, ki = xi, Si = Zt.default;
1572
+ var wi = (e, t, n) => {
1574
1573
  const a = [];
1575
1574
  return function s(i, r, o) {
1576
1575
  r = r || {}, r.indent = r.indent || " ", o = o || "";
@@ -1597,7 +1596,7 @@ var ji = (e, t, n) => {
1597
1596
  };
1598
1597
  if (a.indexOf(i) !== -1)
1599
1598
  return '"[Circular]"';
1600
- if (i == null || typeof i == "number" || typeof i == "boolean" || typeof i == "function" || typeof i == "symbol" || ki(i))
1599
+ if (i == null || typeof i == "number" || typeof i == "boolean" || typeof i == "function" || typeof i == "symbol" || $i(i))
1601
1600
  return String(i);
1602
1601
  if (i instanceof Date)
1603
1602
  return `new Date('${i.toISOString()}')`;
@@ -1612,8 +1611,8 @@ var ji = (e, t, n) => {
1612
1611
  }).join("") + l.pad + "]";
1613
1612
  return a.pop(), c(u);
1614
1613
  }
1615
- if (Si(i)) {
1616
- let u = Object.keys(i).concat(wi(i));
1614
+ if (ki(i)) {
1615
+ let u = Object.keys(i).concat(Si(i));
1617
1616
  if (r.filter && (u = u.filter((d) => r.filter(i, d))), u.length === 0)
1618
1617
  return "{}";
1619
1618
  a.push(i);
@@ -1628,13 +1627,13 @@ var ji = (e, t, n) => {
1628
1627
  ` ? "\\n" : "\\r"), r.singleQuotes === !1 ? (i = i.replace(/"/g, '\\"'), `"${i}"`) : (i = i.replace(/\\?'/g, "\\'"), `'${i}'`);
1629
1628
  }(e, t, n);
1630
1629
  };
1631
- const D = /* @__PURE__ */ Ma(ji);
1630
+ const D = /* @__PURE__ */ Ha(wi);
1632
1631
  function Be(e, t = {}) {
1633
1632
  const { delimiter: n = '"', escapeChar: a = "\\", escapeNewlines: s = !0 } = t;
1634
1633
  return [...e.toString()].map((r) => r === "\b" ? `${a}b` : r === " " ? `${a}t` : r === `
1635
1634
  ` ? s ? `${a}n` : r : r === "\f" ? `${a}f` : r === "\r" ? s ? `${a}r` : r : r === a ? a + a : r === n ? a + n : r < " " || r > "~" ? JSON.stringify(r).slice(1, -1) : r).join("");
1636
1635
  }
1637
- var Ve = (e) => Be(e, { delimiter: "'" }), z = (e) => Be(e, { delimiter: '"' }), Ni = {
1636
+ var Ve = (e) => Be(e, { delimiter: "'" }), z = (e) => Be(e, { delimiter: '"' }), ji = {
1638
1637
  info: {
1639
1638
  key: "libcurl",
1640
1639
  title: "Libcurl",
@@ -1650,7 +1649,7 @@ var Ve = (e) => Be(e, { delimiter: "'" }), z = (e) => Be(e, { delimiter: '"' }),
1650
1649
  i(`headers = curl_slist_append(headers, "${c}: ${z(n[c])}");`);
1651
1650
  }), i("curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);")), a.cookie && (r(), i(`curl_easy_setopt(hnd, CURLOPT_COOKIE, "${a.cookie}");`)), s.text && (r(), i(`curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, ${JSON.stringify(s.text)});`)), r(), i("CURLcode ret = curl_easy_perform(hnd);"), o();
1652
1651
  }
1653
- }, Ti = {
1652
+ }, Ni = {
1654
1653
  info: {
1655
1654
  key: "c",
1656
1655
  title: "C",
@@ -1658,19 +1657,19 @@ var Ve = (e) => Be(e, { delimiter: "'" }), z = (e) => Be(e, { delimiter: '"' }),
1658
1657
  cli: "c"
1659
1658
  },
1660
1659
  clientsById: {
1661
- libcurl: Ni
1660
+ libcurl: ji
1662
1661
  }
1663
1662
  }, Q = (e, t) => Object.keys(e).find((n) => n.toLowerCase() === t.toLowerCase()), ue = (e, t) => {
1664
1663
  const n = Q(e, t);
1665
1664
  if (n)
1666
1665
  return e[n];
1667
- }, pt = (e, t) => !!Q(e, t), Oi = (e) => ["application/json", "application/x-json", "text/json", "text/x-json", "+json"].some(
1666
+ }, pt = (e, t) => !!Q(e, t), Ti = (e) => ["application/json", "application/x-json", "text/json", "text/x-json", "+json"].some(
1668
1667
  (t) => e.indexOf(t) > -1
1669
1668
  ), vn = class {
1670
1669
  constructor(e) {
1671
1670
  this.name = "", this.toString = () => `:${this.name}`, this.name = e;
1672
1671
  }
1673
- }, Ci = class {
1672
+ }, Oi = class {
1674
1673
  constructor(e) {
1675
1674
  this.path = "", this.toString = () => `(clojure.java.io/file "${this.path}")`, this.path = e;
1676
1675
  }
@@ -1707,7 +1706,7 @@ ${n}`);
1707
1706
  default:
1708
1707
  return e.toString();
1709
1708
  }
1710
- }, Pi = {
1709
+ }, Ci = {
1711
1710
  info: {
1712
1711
  key: "clj_http",
1713
1712
  title: "clj-http",
@@ -1749,7 +1748,7 @@ ${n}`);
1749
1748
  if (n.params) {
1750
1749
  c.multipart = n.params.map((p) => p.fileName && !p.value ? {
1751
1750
  name: p.name,
1752
- content: new Ci(p.fileName)
1751
+ content: new Oi(p.fileName)
1753
1752
  } : {
1754
1753
  name: p.name,
1755
1754
  content: p.value
@@ -1778,16 +1777,16 @@ ${n}`);
1778
1777
  }
1779
1778
  return o();
1780
1779
  }
1781
- }, Ei = {
1780
+ }, Pi = {
1782
1781
  info: {
1783
1782
  key: "clojure",
1784
1783
  title: "Clojure",
1785
1784
  default: "clj_http"
1786
1785
  },
1787
1786
  clientsById: {
1788
- clj_http: Pi
1787
+ clj_http: Ci
1789
1788
  }
1790
- }, Ri = (e) => {
1789
+ }, Ei = (e) => {
1791
1790
  let t = ue(e, "accept-encoding");
1792
1791
  if (!t)
1793
1792
  return [];
@@ -1804,7 +1803,7 @@ ${n}`);
1804
1803
  }
1805
1804
  });
1806
1805
  }), a;
1807
- }, Ai = {
1806
+ }, Ri = {
1808
1807
  info: {
1809
1808
  key: "httpclient",
1810
1809
  title: "HttpClient",
@@ -1820,7 +1819,7 @@ ${n}`);
1820
1819
  }, { push: r, join: o } = new T({ indent: i.indent });
1821
1820
  r("using System.Net.Http.Headers;");
1822
1821
  let l = "";
1823
- const c = !!e.cookie, u = Ri(e);
1822
+ const c = !!e.cookie, u = Ei(e);
1824
1823
  (c || u.length) && (l = "clientHandler", r("var clientHandler = new HttpClientHandler"), r("{"), c && r("UseCookies = false,", 1), u.length && r(`AutomaticDecompression = ${u.join(" | ")},`, 1), r("};")), r(`var client = new HttpClient(${l});`), r("var request = new HttpRequestMessage"), r("{");
1825
1824
  const p = ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS", "TRACE"];
1826
1825
  n = n.toUpperCase(), n && p.includes(n) ? n = `HttpMethod.${n[0]}${n.substring(1).toLowerCase()}` : n = `new HttpMethod("${n}")`, r(`Method = ${n},`, 1), r(`RequestUri = new Uri("${a}"),`, 1);
@@ -1857,10 +1856,10 @@ ${n}`);
1857
1856
  return r("};"), r("using (var response = await client.SendAsync(request))"), r("{"), r("response.EnsureSuccessStatusCode();", 1), r("var body = await response.Content.ReadAsStringAsync();", 1), r("Console.WriteLine(body);", 1), r("}"), o();
1858
1857
  }
1859
1858
  };
1860
- function qi(e) {
1859
+ function Ai(e) {
1861
1860
  return e[0].toUpperCase() + e.slice(1).toLowerCase();
1862
1861
  }
1863
- var Fi = {
1862
+ var qi = {
1864
1863
  info: {
1865
1864
  key: "restsharp",
1866
1865
  title: "RestSharp",
@@ -1910,11 +1909,11 @@ var Fi = {
1910
1909
  if (!s.text) break;
1911
1910
  r(`request.AddStringBody("${s.text}", "${s.mimeType}");`);
1912
1911
  }
1913
- return r(`var response = await client.${qi(e)}Async(request);
1912
+ return r(`var response = await client.${Ai(e)}Async(request);
1914
1913
  `), r(`Console.WriteLine("{0}", response.Content);
1915
1914
  `), o();
1916
1915
  }
1917
- }, Ii = {
1916
+ }, Fi = {
1918
1917
  info: {
1919
1918
  key: "csharp",
1920
1919
  title: "C#",
@@ -1922,10 +1921,10 @@ var Fi = {
1922
1921
  cli: "dotnet"
1923
1922
  },
1924
1923
  clientsById: {
1925
- httpclient: Ai,
1926
- restsharp: Fi
1924
+ httpclient: Ri,
1925
+ restsharp: qi
1927
1926
  }
1928
- }, _i = {
1927
+ }, Ii = {
1929
1928
  info: {
1930
1929
  key: "native",
1931
1930
  title: "NewRequest",
@@ -1943,7 +1942,7 @@ var Fi = {
1943
1942
  r(`req.Header.Add("${g}", "${z(n[g])}")`, m);
1944
1943
  }), i()), r(`res, ${d} := ${b}.Do(req)`, m), h(), u && (i(), r("defer res.Body.Close()", m), r(`body, ${d} := io.ReadAll(res.Body)`, m), h()), i(), u && r("fmt.Println(string(body))", m), l && (i(), r("}")), o();
1945
1944
  }
1946
- }, Li = {
1945
+ }, _i = {
1947
1946
  info: {
1948
1947
  key: "go",
1949
1948
  title: "Go",
@@ -1951,10 +1950,10 @@ var Fi = {
1951
1950
  cli: "go"
1952
1951
  },
1953
1952
  clientsById: {
1954
- native: _i
1953
+ native: Ii
1955
1954
  }
1956
1955
  }, xn = `\r
1957
- `, Ui = {
1956
+ `, Li = {
1958
1957
  info: {
1959
1958
  key: "http1.1",
1960
1959
  title: "HTTP/1.1",
@@ -1982,16 +1981,16 @@ var Fi = {
1982
1981
  const m = u(), h = i.text || "";
1983
1982
  return `${m}${xn}${h}`;
1984
1983
  }
1985
- }, Hi = {
1984
+ }, Ui = {
1986
1985
  info: {
1987
1986
  key: "http",
1988
1987
  title: "HTTP",
1989
1988
  default: "http1.1"
1990
1989
  },
1991
1990
  clientsById: {
1992
- "http1.1": Ui
1991
+ "http1.1": Li
1993
1992
  }
1994
- }, Mi = {
1993
+ }, Hi = {
1995
1994
  info: {
1996
1995
  key: "asynchttp",
1997
1996
  title: "AsyncHttp",
@@ -2008,7 +2007,7 @@ var Fi = {
2008
2007
  o(`.setHeader("${c}", "${z(t[c])}")`, 1);
2009
2008
  }), n.text && o(`.setBody(${JSON.stringify(n.text)})`, 1), o(".execute()", 1), o(".toCompletableFuture()", 1), o(".thenAccept(System.out::println)", 1), o(".join();", 1), r(), o("client.close();"), l();
2010
2009
  }
2011
- }, Bi = {
2010
+ }, Mi = {
2012
2011
  info: {
2013
2012
  key: "nethttp",
2014
2013
  title: "java.net.http",
@@ -2030,7 +2029,7 @@ var Fi = {
2030
2029
  "HttpResponse<String> response = HttpClient.newHttpClient().send(request, HttpResponse.BodyHandlers.ofString());"
2031
2030
  ), r("System.out.println(response.body());"), o();
2032
2031
  }
2033
- }, Vi = {
2032
+ }, Bi = {
2034
2033
  info: {
2035
2034
  key: "okhttp",
2036
2035
  title: "OkHttp",
@@ -2047,7 +2046,7 @@ var Fi = {
2047
2046
  r(`.addHeader("${p}", "${z(a[p])}")`, 1);
2048
2047
  }), r(".build();", 1), o(), r("Response response = client.newCall(request).execute();"), l();
2049
2048
  }
2050
- }, zi = {
2049
+ }, Vi = {
2051
2050
  info: {
2052
2051
  key: "unirest",
2053
2052
  title: "Unirest",
@@ -2064,19 +2063,19 @@ var Fi = {
2064
2063
  o(`.header("${c}", "${z(t[c])}")`, 1);
2065
2064
  }), n.text && o(`.body(${JSON.stringify(n.text)})`, 1), o(".asString();", 1), r();
2066
2065
  }
2067
- }, Ji = {
2066
+ }, zi = {
2068
2067
  info: {
2069
2068
  key: "java",
2070
2069
  title: "Java",
2071
2070
  default: "unirest"
2072
2071
  },
2073
2072
  clientsById: {
2074
- asynchttp: Mi,
2075
- nethttp: Bi,
2076
- okhttp: Vi,
2077
- unirest: zi
2073
+ asynchttp: Hi,
2074
+ nethttp: Mi,
2075
+ okhttp: Bi,
2076
+ unirest: Vi
2078
2077
  }
2079
- }, Wi = {
2078
+ }, Ji = {
2080
2079
  info: {
2081
2080
  key: "axios",
2082
2081
  title: "Axios",
@@ -2120,7 +2119,7 @@ var Fi = {
2120
2119
  }).replace('"[form]"', "form");
2121
2120
  return l(`const options = ${d};`), o(), l("axios"), l(".request(options)", 1), l(".then(function (response) {", 1), l("console.log(response.data);", 2), l("})", 1), l(".catch(function (error) {", 1), l("console.error(error);", 2), l("});", 1), c();
2122
2121
  }
2123
- }, Gi = {
2122
+ }, Wi = {
2124
2123
  info: {
2125
2124
  key: "fetch",
2126
2125
  title: "fetch",
@@ -2173,7 +2172,7 @@ var Fi = {
2173
2172
  })};`
2174
2173
  ), r(), n.params && n.mimeType === "multipart/form-data" && (l("options.body = form;"), r()), l(`fetch('${a}', options)`), l(".then(response => response.json())", 1), l(".then(response => console.log(response))", 1), l(".catch(err => console.error(err));", 1), o();
2175
2174
  }
2176
- }, Di = {
2175
+ }, Gi = {
2177
2176
  info: {
2178
2177
  key: "jquery",
2179
2178
  title: "jQuery",
@@ -2217,7 +2216,7 @@ var Fi = {
2217
2216
  const u = D(c, { indent: i.indent }).replace("'[form]'", "form");
2218
2217
  return o(`const settings = ${u};`), r(), o("$.ajax(settings).done(function (response) {"), o("console.log(response);", 1), o("});"), l();
2219
2218
  }
2220
- }, Ki = {
2219
+ }, Di = {
2221
2220
  info: {
2222
2221
  key: "xhr",
2223
2222
  title: "XMLHttpRequest",
@@ -2258,19 +2257,19 @@ var Fi = {
2258
2257
  o(`xhr.setRequestHeader('${u}', '${Ve(t[u])}');`);
2259
2258
  }), r(), o("xhr.send(data);"), l();
2260
2259
  }
2261
- }, Qi = {
2260
+ }, Ki = {
2262
2261
  info: {
2263
2262
  key: "javascript",
2264
2263
  title: "JavaScript",
2265
2264
  default: "xhr"
2266
2265
  },
2267
2266
  clientsById: {
2268
- xhr: Ki,
2269
- axios: Wi,
2270
- fetch: Gi,
2271
- jquery: Di
2267
+ xhr: Di,
2268
+ axios: Ji,
2269
+ fetch: Wi,
2270
+ jquery: Gi
2272
2271
  }
2273
- }, Yi = {
2272
+ }, Qi = {
2274
2273
  info: {
2275
2274
  key: "native",
2276
2275
  title: "Native JSON",
@@ -2304,16 +2303,16 @@ var Fi = {
2304
2303
  }
2305
2304
  return typeof a > "u" || a === "" ? "No JSON body" : JSON.stringify(a, null, n.indent);
2306
2305
  }
2307
- }, Xi = {
2306
+ }, Yi = {
2308
2307
  info: {
2309
2308
  key: "json",
2310
2309
  title: "JSON",
2311
2310
  default: "native"
2312
2311
  },
2313
2312
  clientsById: {
2314
- native: Yi
2313
+ native: Qi
2315
2314
  }
2316
- }, Zi = {
2315
+ }, Xi = {
2317
2316
  info: {
2318
2317
  key: "okhttp",
2319
2318
  title: "OkHttp",
@@ -2330,16 +2329,16 @@ var Fi = {
2330
2329
  l(`.addHeader("${p}", "${z(a[p])}")`, 1);
2331
2330
  }), l(".build()", 1), r(), l("val response = client.newCall(request).execute()"), o();
2332
2331
  }
2333
- }, eo = {
2332
+ }, Zi = {
2334
2333
  info: {
2335
2334
  key: "kotlin",
2336
2335
  title: "Kotlin",
2337
2336
  default: "okhttp"
2338
2337
  },
2339
2338
  clientsById: {
2340
- okhttp: Zi
2339
+ okhttp: Xi
2341
2340
  }
2342
- }, to = {
2341
+ }, eo = {
2343
2342
  info: {
2344
2343
  key: "axios",
2345
2344
  title: "Axios",
@@ -2373,7 +2372,7 @@ var Fi = {
2373
2372
  const p = D(u, { indent: " ", inlineCharacterLimit: 80 });
2374
2373
  return l(`const options = ${p};`), r(), l("axios"), l(".request(options)", 1), l(".then(function (response) {", 1), l("console.log(response.data);", 2), l("})", 1), l(".catch(function (error) {", 1), l("console.error(error);", 2), l("});", 1), o();
2375
2374
  }
2376
- }, no = {
2375
+ }, to = {
2377
2376
  info: {
2378
2377
  key: "fetch",
2379
2378
  title: "Fetch",
@@ -2433,7 +2432,7 @@ var Fi = {
2433
2432
  });
2434
2433
  return c(`const options = ${h};`), l(), o && p("const fs = require('fs');"), n.params && n.mimeType === "multipart/form-data" && (c("options.body = formData;"), l()), c("fetch(url, options)"), c(".then(res => res.json())", 1), c(".then(json => console.log(json))", 1), c(".catch(err => console.error('error:' + err));", 1), u().replace(/'encodedParams'/, "encodedParams").replace(/"fs\.createReadStream\(\\"(.+)\\"\)"/, 'fs.createReadStream("$1")');
2435
2434
  }
2436
- }, ro = {
2435
+ }, no = {
2437
2436
  info: {
2438
2437
  key: "native",
2439
2438
  title: "HTTP",
@@ -2472,7 +2471,7 @@ var Fi = {
2472
2471
  }
2473
2472
  return l("req.end();"), o();
2474
2473
  }
2475
- }, ao = {
2474
+ }, ro = {
2476
2475
  info: {
2477
2476
  key: "request",
2478
2477
  title: "Request",
@@ -2525,7 +2524,7 @@ var Fi = {
2525
2524
  c(`jar.setCookie(request.cookie('${encodeURIComponent(y)}=${encodeURIComponent(v)}'), '${t}');`);
2526
2525
  }), u(), m((y) => y.replace(/'JAR'/, "jar"))), l && d("const fs = require('fs');"), c(`const options = ${D(h, { indent: " ", inlineCharacterLimit: 80 })};`), u(), c("request(options, function (error, response, body) {"), c("if (error) throw new Error(error);", 1), u(), c("console.log(body);", 1), c("});"), p();
2527
2526
  }
2528
- }, io = {
2527
+ }, ao = {
2529
2528
  info: {
2530
2529
  key: "unirest",
2531
2530
  title: "Unirest",
@@ -2566,7 +2565,7 @@ var Fi = {
2566
2565
  }
2567
2566
  return l && m("const fs = require('fs');"), d("req.end(function (res) {"), d("if (res.error) throw new Error(res.error);", 1), u(), d("console.log(res.body);", 1), d("});"), p();
2568
2567
  }
2569
- }, oo = {
2568
+ }, io = {
2570
2569
  info: {
2571
2570
  key: "node",
2572
2571
  title: "Node.js",
@@ -2574,11 +2573,11 @@ var Fi = {
2574
2573
  cli: "node %s"
2575
2574
  },
2576
2575
  clientsById: {
2577
- native: ro,
2578
- request: ao,
2579
- unirest: io,
2580
- axios: to,
2581
- fetch: no
2576
+ native: no,
2577
+ request: ro,
2578
+ unirest: ao,
2579
+ axios: eo,
2580
+ fetch: to
2582
2581
  }
2583
2582
  }, xt = (e, t, n, a) => {
2584
2583
  const s = `${e} *${t} = `, i = Ft(n, a ? s.length : void 0);
@@ -2602,7 +2601,7 @@ var Fi = {
2602
2601
  default:
2603
2602
  return e == null ? "" : `@"${e.toString().replace(/"/g, '\\"')}"`;
2604
2603
  }
2605
- }, so = {
2604
+ }, oo = {
2606
2605
  info: {
2607
2606
  key: "nsurlsession",
2608
2607
  title: "NSURLSession",
@@ -2659,16 +2658,16 @@ var Fi = {
2659
2658
  2
2660
2659
  ), r(' NSLog(@"%@", httpResponse);', 2), r(" }", 1), r(" }];"), r("[dataTask resume];"), o();
2661
2660
  }
2662
- }, lo = {
2661
+ }, so = {
2663
2662
  info: {
2664
2663
  key: "objc",
2665
2664
  title: "Objective-C",
2666
2665
  default: "nsurlsession"
2667
2666
  },
2668
2667
  clientsById: {
2669
- nsurlsession: so
2668
+ nsurlsession: oo
2670
2669
  }
2671
- }, co = {
2670
+ }, lo = {
2672
2671
  info: {
2673
2672
  key: "cohttp",
2674
2673
  title: "CoHTTP",
@@ -2694,14 +2693,14 @@ var Fi = {
2694
2693
  const p = u.length ? "~headers " : "", d = n.text ? "~body " : "", m = r.includes(a.toLowerCase()) ? `\`${a.toUpperCase()}` : `(Code.method_of_string "${a}")`;
2695
2694
  return o(`Client.call ${p}${d}${m} uri`), o(">>= fun (res, body_stream) ->"), o("(* Do stuff with the result *)", 1), c();
2696
2695
  }
2697
- }, uo = {
2696
+ }, co = {
2698
2697
  info: {
2699
2698
  key: "ocaml",
2700
2699
  title: "OCaml",
2701
2700
  default: "cohttp"
2702
2701
  },
2703
2702
  clientsById: {
2704
- cohttp: co
2703
+ cohttp: lo
2705
2704
  }
2706
2705
  }, A = (e, t, n) => {
2707
2706
  switch (n = n || "", t = t || "", Object.prototype.toString.call(e)) {
@@ -2762,7 +2761,7 @@ ${n}]`;
2762
2761
  "UNLOCK",
2763
2762
  "UPDATE",
2764
2763
  "VERSION_CONTROL"
2765
- ], fo = {
2764
+ ], uo = {
2766
2765
  info: {
2767
2766
  key: "curl",
2768
2767
  title: "cURL",
@@ -2840,7 +2839,7 @@ ${c}` });
2840
2839
  return S.length && (x.push("CURLOPT_HTTPHEADER => ["), x.push(S.join(`,
2841
2840
  ${c}${c}`), 1), x.push("],")), y(x.join(), 1), y("]);"), v(), y("$response = curl_exec($curl);"), y("$err = curl_error($curl);"), v(), y("curl_close($curl);"), v(), y("if ($err) {"), y(p ? 'echo array_flip(get_defined_constants(true)["curl"])[$err];' : 'echo "cURL Error #:" . $err;', 1), y("} else {"), y("echo $response;", 1), y("}"), !d && l && (v(), y("?>")), b();
2842
2841
  }
2843
- }, po = {
2842
+ }, fo = {
2844
2843
  info: {
2845
2844
  key: "guzzle",
2846
2845
  title: "Guzzle",
@@ -2891,7 +2890,7 @@ ${c}${c}`), 1), x.push("],")), y(x.join(), 1), y("]);"), v(), y("$response = cur
2891
2890
  return h.length && m.push(`${r.indent}${r.indent}'cookie' => '${Ve(h)}',`), m.length && (p("'headers' => [", 1), p(m.join(`
2892
2891
  `)), p("],", 1)), o("$client = new \\GuzzleHttp\\Client();"), l(), u.length ? (o(`$response = $client->request('${n}', '${t}', [`), o(d()), o("]);")) : o(`$response = $client->request('${n}', '${t}');`), l(), o("echo $response->getBody();"), !r.noTags && r.closingTag && (l(), o("?>")), c();
2893
2892
  }
2894
- }, mo = {
2893
+ }, po = {
2895
2894
  info: {
2896
2895
  key: "http1",
2897
2896
  title: "HTTP v1",
@@ -2913,7 +2912,7 @@ ${c}${c}`), 1), x.push("],")), y(x.join(), 1), y("]);"), v(), y("$response = cur
2913
2912
  }
2914
2913
  return p("try {"), p("$response = $request->send();", 1), d(), p("echo $response->getBody();", 1), p("} catch (HttpException $ex) {"), p("echo $ex;", 1), p("}"), !c && o && (d(), p("?>")), m();
2915
2914
  }
2916
- }, ho = {
2915
+ }, mo = {
2917
2916
  info: {
2918
2917
  key: "http2",
2919
2918
  title: "HTTP v2",
@@ -2961,7 +2960,7 @@ ${c}${c}`), 1), x.push("],")), y(x.join(), 1), y("]);"), v(), y("$response = cur
2961
2960
  }
2962
2961
  return p(`$request->setRequestUrl(${A(i)});`), p(`$request->setRequestMethod(${A(n)});`), h && (p("$request->setBody($body);"), d()), Object.keys(a).length && (p(`$request->setQuery(new http\\QueryString(${A(a, l)}));`), d()), Object.keys(t).length && (p(`$request->setHeaders(${A(t, l)});`), d()), Object.keys(s).length && (d(), p(`$client->setCookies(${A(s, l)});`), d()), p("$client->enqueue($request)->send();"), p("$response = $client->getResponse();"), d(), p("echo $response->getBody();"), !c && o && (d(), p("?>")), m();
2963
2962
  }
2964
- }, yo = {
2963
+ }, ho = {
2965
2964
  info: {
2966
2965
  key: "php",
2967
2966
  title: "PHP",
@@ -2969,10 +2968,10 @@ ${c}${c}`), 1), x.push("],")), y(x.join(), 1), y("]);"), v(), y("$response = cur
2969
2968
  cli: "php %s"
2970
2969
  },
2971
2970
  clientsById: {
2972
- curl: fo,
2973
- guzzle: po,
2974
- http1: mo,
2975
- http2: ho
2971
+ curl: uo,
2972
+ guzzle: fo,
2973
+ http1: po,
2974
+ http2: mo
2976
2975
  }
2977
2976
  }, Er = (e) => ({ method: n, headersObj: a, cookies: s, uriObj: i, fullUrl: r, postData: o, allHeaders: l }) => {
2978
2977
  const { push: c, join: u } = new T();
@@ -2986,7 +2985,7 @@ ${c}${c}`), 1), x.push("],")), y(x.join(), 1), y("]);"), v(), y("$response = cur
2986
2985
  }), d.push("-WebSession $session")), o.text && (d.push(
2987
2986
  `-ContentType '${Be(ue(l, "content-type"), { delimiter: "'", escapeChar: "`" })}'`
2988
2987
  ), d.push(`-Body '${o.text}'`)), c(`$response = ${e} -Uri '${r}' -Method ${n} ${d.join(" ")}`.trim()), u();
2989
- }, go = {
2988
+ }, yo = {
2990
2989
  info: {
2991
2990
  key: "restmethod",
2992
2991
  title: "Invoke-RestMethod",
@@ -2995,7 +2994,7 @@ ${c}${c}`), 1), x.push("],")), y(x.join(), 1), y("]);"), v(), y("$response = cur
2995
2994
  extname: ".ps1"
2996
2995
  },
2997
2996
  convert: Er("Invoke-RestMethod")
2998
- }, vo = {
2997
+ }, go = {
2999
2998
  info: {
3000
2999
  key: "webrequest",
3001
3000
  title: "Invoke-WebRequest",
@@ -3004,15 +3003,15 @@ ${c}${c}`), 1), x.push("],")), y(x.join(), 1), y("]);"), v(), y("$response = cur
3004
3003
  extname: ".ps1"
3005
3004
  },
3006
3005
  convert: Er("Invoke-WebRequest")
3007
- }, bo = {
3006
+ }, vo = {
3008
3007
  info: {
3009
3008
  key: "powershell",
3010
3009
  title: "Powershell",
3011
3010
  default: "webrequest"
3012
3011
  },
3013
3012
  clientsById: {
3014
- webrequest: vo,
3015
- restmethod: go
3013
+ webrequest: go,
3014
+ restmethod: yo
3016
3015
  }
3017
3016
  };
3018
3017
  function kn(e, t, n, a, s) {
@@ -3044,7 +3043,7 @@ var Ce = (e, t, n) => {
3044
3043
  default:
3045
3044
  return e == null ? "" : `"${e.toString().replace(/"/g, '\\"')}"`;
3046
3045
  }
3047
- }, xo = ["HEAD", "GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"], $o = {
3046
+ }, bo = ["HEAD", "GET", "POST", "PUT", "PATCH", "DELETE", "OPTIONS"], xo = {
3048
3047
  info: {
3049
3048
  key: "requests",
3050
3049
  title: "Requests",
@@ -3107,10 +3106,10 @@ var Ce = (e, t, n) => {
3107
3106
  r(g !== v ? `"${x}": "${z(u[x])}",` : `"${x}": "${z(u[x])}"`, 1), g += 1;
3108
3107
  }), r("}"), o();
3109
3108
  }
3110
- let b = xo.includes(a) ? `response = requests.${a.toLowerCase()}(url` : `response = requests.request("${a}", url`;
3109
+ let b = bo.includes(a) ? `response = requests.${a.toLowerCase()}(url` : `response = requests.request("${a}", url`;
3111
3110
  return h && (y ? b += ", json=payload" : b += ", data=payload"), m && (b += ", files=files"), v > 0 && (b += ", headers=headers"), b += ")", r(b), o(), r("print(response.text)"), l();
3112
3111
  }
3113
- }, ko = {
3112
+ }, $o = {
3114
3113
  info: {
3115
3114
  key: "python",
3116
3115
  title: "Python",
@@ -3118,9 +3117,9 @@ var Ce = (e, t, n) => {
3118
3117
  cli: "python3 %s"
3119
3118
  },
3120
3119
  clientsById: {
3121
- requests: $o
3120
+ requests: xo
3122
3121
  }
3123
- }, So = {
3122
+ }, ko = {
3124
3123
  info: {
3125
3124
  key: "httr",
3126
3125
  title: "httr",
@@ -3159,16 +3158,16 @@ var Ce = (e, t, n) => {
3159
3158
  const w = [g, v, y, h].filter((S) => !!S).join(", ");
3160
3159
  return w && (x += `, ${w}`), (a.text || a.jsonObj || a.params) && (x += ", encode = encode"), x += ")", r(x), o(), r('content(response, "text")'), l();
3161
3160
  }
3162
- }, wo = {
3161
+ }, So = {
3163
3162
  info: {
3164
3163
  key: "r",
3165
3164
  title: "R",
3166
3165
  default: "httr"
3167
3166
  },
3168
3167
  clientsById: {
3169
- httr: So
3168
+ httr: ko
3170
3169
  }
3171
- }, jo = {
3170
+ }, wo = {
3172
3171
  info: {
3173
3172
  key: "native",
3174
3173
  title: "net::http",
@@ -3199,16 +3198,16 @@ var Ce = (e, t, n) => {
3199
3198
  i(`request["${d}"] = '${Ve(s[d])}'`);
3200
3199
  }), a.text && i(`request.body = ${JSON.stringify(a.text)}`), r(), i("response = http.request(request)"), i("puts response.read_body"), o();
3201
3200
  }
3202
- }, No = {
3201
+ }, jo = {
3203
3202
  info: {
3204
3203
  key: "ruby",
3205
3204
  title: "Ruby",
3206
3205
  default: "native"
3207
3206
  },
3208
3207
  clientsById: {
3209
- native: jo
3208
+ native: wo
3210
3209
  }
3211
- }, G = (e = "") => /^[a-z0-9-_/.@%^=:]+$/i.test(e) ? e : `'${e.replace(/'/g, "'\\''")}'`, To = (e) => e.replace(/\r/g, "\\r").replace(/\n/g, "\\n"), Oo = {
3210
+ }, G = (e = "") => /^[a-z0-9-_/.@%^=:]+$/i.test(e) ? e : `'${e.replace(/'/g, "'\\''")}'`, No = (e) => e.replace(/\r/g, "\\r").replace(/\n/g, "\\n"), To = {
3212
3211
  "http1.0": "0",
3213
3212
  "url ": "",
3214
3213
  cookie: "b",
@@ -3218,13 +3217,13 @@ var Ce = (e, t, n) => {
3218
3217
  header: "H",
3219
3218
  insecure: "k",
3220
3219
  request: "X"
3221
- }, Co = (e) => (t) => {
3220
+ }, Oo = (e) => (t) => {
3222
3221
  if (e) {
3223
- const n = Oo[t];
3222
+ const n = To[t];
3224
3223
  return n ? `-${n}` : "";
3225
3224
  }
3226
3225
  return `--${t}`;
3227
- }, Po = {
3226
+ }, Co = {
3228
3227
  info: {
3229
3228
  key: "curl",
3230
3229
  title: "cURL",
@@ -3238,7 +3237,7 @@ var Ce = (e, t, n) => {
3238
3237
  ...typeof o == "string" ? { indent: o } : {},
3239
3238
  join: o !== !1 ? ` \\
3240
3239
  ${o}` : " "
3241
- }), h = Co(l);
3240
+ }), h = Oo(l);
3242
3241
  let y = G(e);
3243
3242
  if (d(`curl ${h("request")} ${t}`), u && (y = unescape(y), d(h("globoff"))), d(`${h("url ")}${y}`), n === "HTTP/1.0" && d(h("http1.0")), ue(s, "accept-encoding") && d("--compressed"), i.mimeType === "multipart/form-data") {
3244
3243
  const b = Q(a, "content-type");
@@ -3270,7 +3269,7 @@ ${o}` : " "
3270
3269
  if (!i.text)
3271
3270
  break;
3272
3271
  let b = !1;
3273
- if (Oi(i.mimeType) && i.text.length > 20)
3272
+ if (Ti(i.mimeType) && i.text.length > 20)
3274
3273
  try {
3275
3274
  const g = JSON.parse(i.text);
3276
3275
  b = !0, i.text.indexOf("'") > 0 ? d(
@@ -3292,7 +3291,7 @@ ${JSON.stringify(g, null, p)}
3292
3291
  }
3293
3292
  return m();
3294
3293
  }
3295
- }, Eo = {
3294
+ }, Po = {
3296
3295
  info: {
3297
3296
  key: "httpie",
3298
3297
  title: "HTTPie",
@@ -3341,7 +3340,7 @@ ${o.indent}` : " "
3341
3340
  }
3342
3341
  return c();
3343
3342
  }
3344
- }, Ro = {
3343
+ }, Eo = {
3345
3344
  info: {
3346
3345
  key: "wget",
3347
3346
  title: "Wget",
@@ -3363,9 +3362,9 @@ ${i.indent}` : " "
3363
3362
  return i.verbose ? r(`wget ${i.short ? "-v" : "--verbose"}`) : r(`wget ${i.short ? "-q" : "--quiet"}`), r(`--method ${G(e)}`), Object.keys(n).forEach((l) => {
3364
3363
  const c = `${l}: ${n[l]}`;
3365
3364
  r(`--header ${G(c)}`);
3366
- }), t.text && r(`--body-data ${To(G(t.text))}`), r(i.short ? "-O" : "--output-document"), r(`- ${G(a)}`), o();
3365
+ }), t.text && r(`--body-data ${No(G(t.text))}`), r(i.short ? "-O" : "--output-document"), r(`- ${G(a)}`), o();
3367
3366
  }
3368
- }, Ao = {
3367
+ }, Ro = {
3369
3368
  info: {
3370
3369
  key: "shell",
3371
3370
  title: "Shell",
@@ -3373,9 +3372,9 @@ ${i.indent}` : " "
3373
3372
  cli: "%s"
3374
3373
  },
3375
3374
  clientsById: {
3376
- curl: Po,
3377
- httpie: Eo,
3378
- wget: Ro
3375
+ curl: Co,
3376
+ httpie: Po,
3377
+ wget: Eo
3379
3378
  }
3380
3379
  }, Sn = (e, t) => t.repeat(e), wn = (e, t, n, a) => {
3381
3380
  const s = Sn(a, n), i = Sn(a - 1, n), r = t ? `,
@@ -3410,7 +3409,7 @@ ${i}]` : `[${e.join(r)}]`;
3410
3409
  default:
3411
3410
  return e == null ? "nil" : `"${e.toString().replace(/"/g, '\\"')}"`;
3412
3411
  }
3413
- }, qo = {
3412
+ }, Ao = {
3414
3413
  info: {
3415
3414
  key: "urlsession",
3416
3415
  title: "URLSession",
@@ -3461,35 +3460,35 @@ ${i}]` : `[${e.join(r)}]`;
3461
3460
  }
3462
3461
  }), o("]"), o("components.queryItems = components.queryItems.map { $0 + queryItems } ?? queryItems"), l(), o("var request = URLRequest(url: components.url!)")), o(`request.httpMethod = "${s}"`), o(`request.timeoutInterval = ${r.timeout}`), Object.keys(e).length && o(`request.allHTTPHeaderFields = ${ot(e, r)}`), u && o("request.httpBody = postData"), l(), o("let (data, _) = try await URLSession.shared.data(for: request)"), o("print(String(decoding: data, as: UTF8.self))"), c();
3463
3462
  }
3464
- }, Fo = {
3463
+ }, qo = {
3465
3464
  info: {
3466
3465
  key: "swift",
3467
3466
  title: "Swift",
3468
3467
  default: "urlsession"
3469
3468
  },
3470
3469
  clientsById: {
3471
- urlsession: qo
3472
- }
3473
- }, Io = {
3474
- c: Ti,
3475
- clojure: Ei,
3476
- csharp: Ii,
3477
- go: Li,
3478
- http: Hi,
3479
- java: Ji,
3480
- javascript: Qi,
3481
- json: Xi,
3482
- kotlin: eo,
3483
- node: oo,
3484
- objc: lo,
3485
- ocaml: uo,
3486
- php: yo,
3487
- powershell: bo,
3488
- python: ko,
3489
- r: wo,
3490
- ruby: No,
3491
- shell: Ao,
3492
- swift: Fo
3470
+ urlsession: Ao
3471
+ }
3472
+ }, Fo = {
3473
+ c: Ni,
3474
+ clojure: Pi,
3475
+ csharp: Fi,
3476
+ go: _i,
3477
+ http: Ui,
3478
+ java: zi,
3479
+ javascript: Ki,
3480
+ json: Yi,
3481
+ kotlin: Zi,
3482
+ node: io,
3483
+ objc: so,
3484
+ ocaml: co,
3485
+ php: ho,
3486
+ powershell: vo,
3487
+ python: $o,
3488
+ r: So,
3489
+ ruby: jo,
3490
+ shell: Ro,
3491
+ swift: qo
3493
3492
  }, st = { exports: {} };
3494
3493
  /*! https://mths.be/punycode v1.4.1 by @mathias */
3495
3494
  st.exports;
@@ -3611,7 +3610,7 @@ st.exports;
3611
3610
  n.punycode = r;
3612
3611
  })(Le);
3613
3612
  })(st, st.exports);
3614
- var _o = st.exports, Lo = Error, Uo = EvalError, Ho = RangeError, Mo = ReferenceError, Rr = SyntaxError, We = TypeError, Bo = URIError, Vo = function() {
3613
+ var Io = st.exports, _o = Error, Lo = EvalError, Uo = RangeError, Ho = ReferenceError, Rr = SyntaxError, We = TypeError, Mo = URIError, Bo = function() {
3615
3614
  if (typeof Symbol != "function" || typeof Object.getOwnPropertySymbols != "function")
3616
3615
  return !1;
3617
3616
  if (typeof Symbol.iterator == "symbol")
@@ -3634,32 +3633,32 @@ var _o = st.exports, Lo = Error, Uo = EvalError, Ho = RangeError, Mo = Reference
3634
3633
  return !1;
3635
3634
  }
3636
3635
  return !0;
3637
- }, Nn = typeof Symbol < "u" && Symbol, zo = Vo, Jo = function() {
3638
- return typeof Nn != "function" || typeof Symbol != "function" || typeof Nn("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : zo();
3636
+ }, Nn = typeof Symbol < "u" && Symbol, Vo = Bo, zo = function() {
3637
+ return typeof Nn != "function" || typeof Symbol != "function" || typeof Nn("foo") != "symbol" || typeof Symbol("bar") != "symbol" ? !1 : Vo();
3639
3638
  }, $t = {
3640
3639
  __proto__: null,
3641
3640
  foo: {}
3642
- }, Wo = Object, Go = function() {
3643
- return { __proto__: $t }.foo === $t.foo && !($t instanceof Wo);
3644
- }, Do = "Function.prototype.bind called on incompatible ", Ko = Object.prototype.toString, Qo = Math.max, Yo = "[object Function]", Tn = function(t, n) {
3641
+ }, Jo = Object, Wo = function() {
3642
+ return { __proto__: $t }.foo === $t.foo && !($t instanceof Jo);
3643
+ }, Go = "Function.prototype.bind called on incompatible ", Do = Object.prototype.toString, Ko = Math.max, Qo = "[object Function]", Tn = function(t, n) {
3645
3644
  for (var a = [], s = 0; s < t.length; s += 1)
3646
3645
  a[s] = t[s];
3647
3646
  for (var i = 0; i < n.length; i += 1)
3648
3647
  a[i + t.length] = n[i];
3649
3648
  return a;
3650
- }, Xo = function(t, n) {
3649
+ }, Yo = function(t, n) {
3651
3650
  for (var a = [], s = n, i = 0; s < t.length; s += 1, i += 1)
3652
3651
  a[i] = t[s];
3653
3652
  return a;
3654
- }, Zo = function(e, t) {
3653
+ }, Xo = function(e, t) {
3655
3654
  for (var n = "", a = 0; a < e.length; a += 1)
3656
3655
  n += e[a], a + 1 < e.length && (n += t);
3657
3656
  return n;
3658
- }, es = function(t) {
3657
+ }, Zo = function(t) {
3659
3658
  var n = this;
3660
- if (typeof n != "function" || Ko.apply(n) !== Yo)
3661
- throw new TypeError(Do + n);
3662
- for (var a = Xo(arguments, 1), s, i = function() {
3659
+ if (typeof n != "function" || Do.apply(n) !== Qo)
3660
+ throw new TypeError(Go + n);
3661
+ for (var a = Yo(arguments, 1), s, i = function() {
3663
3662
  if (this instanceof s) {
3664
3663
  var u = n.apply(
3665
3664
  this,
@@ -3671,15 +3670,15 @@ var _o = st.exports, Lo = Error, Uo = EvalError, Ho = RangeError, Mo = Reference
3671
3670
  t,
3672
3671
  Tn(a, arguments)
3673
3672
  );
3674
- }, r = Qo(0, n.length - a.length), o = [], l = 0; l < r; l++)
3673
+ }, r = Ko(0, n.length - a.length), o = [], l = 0; l < r; l++)
3675
3674
  o[l] = "$" + l;
3676
- if (s = Function("binder", "return function (" + Zo(o, ",") + "){ return binder.apply(this,arguments); }")(i), n.prototype) {
3675
+ if (s = Function("binder", "return function (" + Xo(o, ",") + "){ return binder.apply(this,arguments); }")(i), n.prototype) {
3677
3676
  var c = function() {
3678
3677
  };
3679
3678
  c.prototype = n.prototype, s.prototype = new c(), c.prototype = null;
3680
3679
  }
3681
3680
  return s;
3682
- }, ts = es, en = Function.prototype.bind || ts, ns = Function.prototype.call, rs = Object.prototype.hasOwnProperty, as = en, is = as.call(ns, rs), N, os = Lo, ss = Uo, ls = Ho, cs = Mo, Re = Rr, Pe = We, us = Bo, Ar = Function, kt = function(e) {
3681
+ }, es = Zo, en = Function.prototype.bind || es, ts = Function.prototype.call, ns = Object.prototype.hasOwnProperty, rs = en, as = rs.call(ts, ns), N, is = _o, os = Lo, ss = Uo, ls = Ho, Re = Rr, Pe = We, cs = Mo, Ar = Function, kt = function(e) {
3683
3682
  try {
3684
3683
  return Ar('"use strict"; return (' + e + ").constructor;")();
3685
3684
  } catch {
@@ -3693,7 +3692,7 @@ if ($e)
3693
3692
  }
3694
3693
  var St = function() {
3695
3694
  throw new Pe();
3696
- }, ds = $e ? function() {
3695
+ }, us = $e ? function() {
3697
3696
  try {
3698
3697
  return arguments.callee, St;
3699
3698
  } catch {
@@ -3703,9 +3702,9 @@ var St = function() {
3703
3702
  return St;
3704
3703
  }
3705
3704
  }
3706
- }() : St, we = Jo(), fs = Go(), V = Object.getPrototypeOf || (fs ? function(e) {
3705
+ }() : St, we = zo(), ds = Wo(), V = Object.getPrototypeOf || (ds ? function(e) {
3707
3706
  return e.__proto__;
3708
- } : null), Oe = {}, ps = typeof Uint8Array > "u" || !V ? N : V(Uint8Array), ke = {
3707
+ } : null), Oe = {}, fs = typeof Uint8Array > "u" || !V ? N : V(Uint8Array), ke = {
3709
3708
  __proto__: null,
3710
3709
  "%AggregateError%": typeof AggregateError > "u" ? N : AggregateError,
3711
3710
  "%Array%": Array,
@@ -3727,10 +3726,10 @@ var St = function() {
3727
3726
  "%decodeURIComponent%": decodeURIComponent,
3728
3727
  "%encodeURI%": encodeURI,
3729
3728
  "%encodeURIComponent%": encodeURIComponent,
3730
- "%Error%": os,
3729
+ "%Error%": is,
3731
3730
  "%eval%": eval,
3732
3731
  // eslint-disable-line no-eval
3733
- "%EvalError%": ss,
3732
+ "%EvalError%": os,
3734
3733
  "%Float32Array%": typeof Float32Array > "u" ? N : Float32Array,
3735
3734
  "%Float64Array%": typeof Float64Array > "u" ? N : Float64Array,
3736
3735
  "%FinalizationRegistry%": typeof FinalizationRegistry > "u" ? N : FinalizationRegistry,
@@ -3752,8 +3751,8 @@ var St = function() {
3752
3751
  "%parseInt%": parseInt,
3753
3752
  "%Promise%": typeof Promise > "u" ? N : Promise,
3754
3753
  "%Proxy%": typeof Proxy > "u" ? N : Proxy,
3755
- "%RangeError%": ls,
3756
- "%ReferenceError%": cs,
3754
+ "%RangeError%": ss,
3755
+ "%ReferenceError%": ls,
3757
3756
  "%Reflect%": typeof Reflect > "u" ? N : Reflect,
3758
3757
  "%RegExp%": RegExp,
3759
3758
  "%Set%": typeof Set > "u" ? N : Set,
@@ -3763,14 +3762,14 @@ var St = function() {
3763
3762
  "%StringIteratorPrototype%": we && V ? V(""[Symbol.iterator]()) : N,
3764
3763
  "%Symbol%": we ? Symbol : N,
3765
3764
  "%SyntaxError%": Re,
3766
- "%ThrowTypeError%": ds,
3767
- "%TypedArray%": ps,
3765
+ "%ThrowTypeError%": us,
3766
+ "%TypedArray%": fs,
3768
3767
  "%TypeError%": Pe,
3769
3768
  "%Uint8Array%": typeof Uint8Array > "u" ? N : Uint8Array,
3770
3769
  "%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ? N : Uint8ClampedArray,
3771
3770
  "%Uint16Array%": typeof Uint16Array > "u" ? N : Uint16Array,
3772
3771
  "%Uint32Array%": typeof Uint32Array > "u" ? N : Uint32Array,
3773
- "%URIError%": us,
3772
+ "%URIError%": cs,
3774
3773
  "%WeakMap%": typeof WeakMap > "u" ? N : WeakMap,
3775
3774
  "%WeakRef%": typeof WeakRef > "u" ? N : WeakRef,
3776
3775
  "%WeakSet%": typeof WeakSet > "u" ? N : WeakSet
@@ -3779,10 +3778,10 @@ if (V)
3779
3778
  try {
3780
3779
  null.error;
3781
3780
  } catch (e) {
3782
- var ms = V(V(e));
3783
- ke["%Error.prototype%"] = ms;
3781
+ var ps = V(V(e));
3782
+ ke["%Error.prototype%"] = ps;
3784
3783
  }
3785
- var hs = function e(t) {
3784
+ var ms = function e(t) {
3786
3785
  var n;
3787
3786
  if (t === "%AsyncFunction%")
3788
3787
  n = kt("async function () {}");
@@ -3851,21 +3850,21 @@ var hs = function e(t) {
3851
3850
  "%URIErrorPrototype%": ["URIError", "prototype"],
3852
3851
  "%WeakMapPrototype%": ["WeakMap", "prototype"],
3853
3852
  "%WeakSetPrototype%": ["WeakSet", "prototype"]
3854
- }, Ge = en, lt = is, ys = Ge.call(Function.call, Array.prototype.concat), gs = Ge.call(Function.apply, Array.prototype.splice), Cn = Ge.call(Function.call, String.prototype.replace), ct = Ge.call(Function.call, String.prototype.slice), vs = Ge.call(Function.call, RegExp.prototype.exec), bs = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, xs = /\\(\\)?/g, $s = function(t) {
3853
+ }, Ge = en, lt = as, hs = Ge.call(Function.call, Array.prototype.concat), ys = Ge.call(Function.apply, Array.prototype.splice), Cn = Ge.call(Function.call, String.prototype.replace), ct = Ge.call(Function.call, String.prototype.slice), gs = Ge.call(Function.call, RegExp.prototype.exec), vs = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g, bs = /\\(\\)?/g, xs = function(t) {
3855
3854
  var n = ct(t, 0, 1), a = ct(t, -1);
3856
3855
  if (n === "%" && a !== "%")
3857
3856
  throw new Re("invalid intrinsic syntax, expected closing `%`");
3858
3857
  if (a === "%" && n !== "%")
3859
3858
  throw new Re("invalid intrinsic syntax, expected opening `%`");
3860
3859
  var s = [];
3861
- return Cn(t, bs, function(i, r, o, l) {
3862
- s[s.length] = o ? Cn(l, xs, "$1") : r || i;
3860
+ return Cn(t, vs, function(i, r, o, l) {
3861
+ s[s.length] = o ? Cn(l, bs, "$1") : r || i;
3863
3862
  }), s;
3864
- }, ks = function(t, n) {
3863
+ }, $s = function(t, n) {
3865
3864
  var a = t, s;
3866
3865
  if (lt(On, a) && (s = On[a], a = "%" + s[0] + "%"), lt(ke, a)) {
3867
3866
  var i = ke[a];
3868
- if (i === Oe && (i = hs(a)), typeof i > "u" && !n)
3867
+ if (i === Oe && (i = ms(a)), typeof i > "u" && !n)
3869
3868
  throw new Pe("intrinsic " + t + " exists, but is not available. Please file an issue!");
3870
3869
  return {
3871
3870
  alias: s,
@@ -3879,10 +3878,10 @@ var hs = function e(t) {
3879
3878
  throw new Pe("intrinsic name must be a non-empty string");
3880
3879
  if (arguments.length > 1 && typeof n != "boolean")
3881
3880
  throw new Pe('"allowMissing" argument must be a boolean');
3882
- if (vs(/^%?[^%]*%?$/, t) === null)
3881
+ if (gs(/^%?[^%]*%?$/, t) === null)
3883
3882
  throw new Re("`%` may not be present anywhere but at the beginning and end of the intrinsic name");
3884
- var a = $s(t), s = a.length > 0 ? a[0] : "", i = ks("%" + s + "%", n), r = i.name, o = i.value, l = !1, c = i.alias;
3885
- c && (s = c[0], gs(a, ys([0, 1], c)));
3883
+ var a = xs(t), s = a.length > 0 ? a[0] : "", i = $s("%" + s + "%", n), r = i.name, o = i.value, l = !1, c = i.alias;
3884
+ c && (s = c[0], ys(a, hs([0, 1], c)));
3886
3885
  for (var u = 1, p = !0; u < a.length; u += 1) {
3887
3886
  var d = a[u], m = ct(d, 0, 1), h = ct(d, -1);
3888
3887
  if ((m === '"' || m === "'" || m === "`" || h === '"' || h === "'" || h === "`") && m !== h)
@@ -3917,14 +3916,14 @@ function tn() {
3917
3916
  }
3918
3917
  return wt = t, wt;
3919
3918
  }
3920
- var Ss = Fe, tt = Ss("%Object.getOwnPropertyDescriptor%", !0);
3919
+ var ks = Fe, tt = ks("%Object.getOwnPropertyDescriptor%", !0);
3921
3920
  if (tt)
3922
3921
  try {
3923
3922
  tt([], "length");
3924
3923
  } catch {
3925
3924
  tt = null;
3926
3925
  }
3927
- var Fr = tt, En = tn(), ws = Rr, je = We, Rn = Fr, js = function(t, n, a) {
3926
+ var Fr = tt, En = tn(), Ss = Rr, je = We, Rn = Fr, ws = function(t, n, a) {
3928
3927
  if (!t || typeof t != "object" && typeof t != "function")
3929
3928
  throw new je("`obj` must be an object or a function`");
3930
3929
  if (typeof n != "string" && typeof n != "symbol")
@@ -3948,7 +3947,7 @@ var Fr = tt, En = tn(), ws = Rr, je = We, Rn = Fr, js = function(t, n, a) {
3948
3947
  else if (o || !s && !i && !r)
3949
3948
  t[n] = a;
3950
3949
  else
3951
- throw new ws("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
3950
+ throw new Ss("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
3952
3951
  }, It = tn(), Ir = function() {
3953
3952
  return !!It;
3954
3953
  };
@@ -3961,17 +3960,17 @@ Ir.hasArrayLengthDefineBug = function() {
3961
3960
  return !0;
3962
3961
  }
3963
3962
  };
3964
- var Ns = Ir, Ts = Fe, An = js, Os = Ns(), qn = Fr, Fn = We, Cs = Ts("%Math.floor%"), Ps = function(t, n) {
3963
+ var js = Ir, Ns = Fe, An = ws, Ts = js(), qn = Fr, Fn = We, Os = Ns("%Math.floor%"), Cs = function(t, n) {
3965
3964
  if (typeof t != "function")
3966
3965
  throw new Fn("`fn` is not a function");
3967
- if (typeof n != "number" || n < 0 || n > 4294967295 || Cs(n) !== n)
3966
+ if (typeof n != "number" || n < 0 || n > 4294967295 || Os(n) !== n)
3968
3967
  throw new Fn("`length` must be a positive 32-bit integer");
3969
3968
  var a = arguments.length > 2 && !!arguments[2], s = !0, i = !0;
3970
3969
  if ("length" in t && qn) {
3971
3970
  var r = qn(t, "length");
3972
3971
  r && !r.configurable && (s = !1), r && !r.writable && (i = !1);
3973
3972
  }
3974
- return (s || i || !a) && (Os ? An(
3973
+ return (s || i || !a) && (Ts ? An(
3975
3974
  /** @type {Parameters<define>[0]} */
3976
3975
  t,
3977
3976
  "length",
@@ -3986,7 +3985,7 @@ var Ns = Ir, Ts = Fe, An = js, Os = Ns(), qn = Fr, Fn = We, Cs = Ts("%Math.floor
3986
3985
  )), t;
3987
3986
  };
3988
3987
  (function(e) {
3989
- var t = en, n = Fe, a = Ps, s = We, i = n("%Function.prototype.apply%"), r = n("%Function.prototype.call%"), o = n("%Reflect.apply%", !0) || t.call(r, i), l = tn(), c = n("%Math.max%");
3988
+ var t = en, n = Fe, a = Cs, s = We, i = n("%Function.prototype.apply%"), r = n("%Function.prototype.call%"), o = n("%Reflect.apply%", !0) || t.call(r, i), l = tn(), c = n("%Math.max%");
3990
3989
  e.exports = function(d) {
3991
3990
  if (typeof d != "function")
3992
3991
  throw new s("a function is required");
@@ -4002,15 +4001,15 @@ var Ns = Ir, Ts = Fe, An = js, Os = Ns(), qn = Fr, Fn = We, Cs = Ts("%Math.floor
4002
4001
  };
4003
4002
  l ? l(e.exports, "apply", { value: u }) : e.exports.apply = u;
4004
4003
  })(qr);
4005
- var Es = qr.exports, _r = Fe, Lr = Es, Rs = Lr(_r("String.prototype.indexOf")), As = function(t, n) {
4004
+ var Ps = qr.exports, _r = Fe, Lr = Ps, Es = Lr(_r("String.prototype.indexOf")), Rs = function(t, n) {
4006
4005
  var a = _r(t, !!n);
4007
- return typeof a == "function" && Rs(t, ".prototype.") > -1 ? Lr(a) : a;
4006
+ return typeof a == "function" && Es(t, ".prototype.") > -1 ? Lr(a) : a;
4008
4007
  };
4009
- const qs = {}, Fs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4008
+ const As = {}, qs = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4010
4009
  __proto__: null,
4011
- default: qs
4012
- }, Symbol.toStringTag, { value: "Module" })), Is = /* @__PURE__ */ Ba(Fs);
4013
- var nn = typeof Map == "function" && Map.prototype, jt = Object.getOwnPropertyDescriptor && nn ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, ut = nn && jt && typeof jt.get == "function" ? jt.get : null, In = nn && Map.prototype.forEach, rn = typeof Set == "function" && Set.prototype, Nt = Object.getOwnPropertyDescriptor && rn ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, dt = rn && Nt && typeof Nt.get == "function" ? Nt.get : null, _n = rn && Set.prototype.forEach, _s = typeof WeakMap == "function" && WeakMap.prototype, Ue = _s ? WeakMap.prototype.has : null, Ls = typeof WeakSet == "function" && WeakSet.prototype, He = Ls ? WeakSet.prototype.has : null, Us = typeof WeakRef == "function" && WeakRef.prototype, Ln = Us ? WeakRef.prototype.deref : null, Hs = Boolean.prototype.valueOf, Ms = Object.prototype.toString, Bs = Function.prototype.toString, Vs = String.prototype.match, an = String.prototype.slice, ye = String.prototype.replace, zs = String.prototype.toUpperCase, Un = String.prototype.toLowerCase, Ur = RegExp.prototype.test, Hn = Array.prototype.concat, ce = Array.prototype.join, Js = Array.prototype.slice, Mn = Math.floor, _t = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, Tt = Object.getOwnPropertySymbols, Lt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, Ae = typeof Symbol == "function" && typeof Symbol.iterator == "object", Y = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === Ae || !0) ? Symbol.toStringTag : null, Hr = Object.prototype.propertyIsEnumerable, Bn = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(e) {
4010
+ default: As
4011
+ }, Symbol.toStringTag, { value: "Module" })), Fs = /* @__PURE__ */ Ma(qs);
4012
+ var nn = typeof Map == "function" && Map.prototype, jt = Object.getOwnPropertyDescriptor && nn ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, ut = nn && jt && typeof jt.get == "function" ? jt.get : null, In = nn && Map.prototype.forEach, rn = typeof Set == "function" && Set.prototype, Nt = Object.getOwnPropertyDescriptor && rn ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, dt = rn && Nt && typeof Nt.get == "function" ? Nt.get : null, _n = rn && Set.prototype.forEach, Is = typeof WeakMap == "function" && WeakMap.prototype, Ue = Is ? WeakMap.prototype.has : null, _s = typeof WeakSet == "function" && WeakSet.prototype, He = _s ? WeakSet.prototype.has : null, Ls = typeof WeakRef == "function" && WeakRef.prototype, Ln = Ls ? WeakRef.prototype.deref : null, Us = Boolean.prototype.valueOf, Hs = Object.prototype.toString, Ms = Function.prototype.toString, Bs = String.prototype.match, an = String.prototype.slice, ye = String.prototype.replace, Vs = String.prototype.toUpperCase, Un = String.prototype.toLowerCase, Ur = RegExp.prototype.test, Hn = Array.prototype.concat, ce = Array.prototype.join, zs = Array.prototype.slice, Mn = Math.floor, _t = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, Tt = Object.getOwnPropertySymbols, Lt = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, Ae = typeof Symbol == "function" && typeof Symbol.iterator == "object", Y = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === Ae || !0) ? Symbol.toStringTag : null, Hr = Object.prototype.propertyIsEnumerable, Bn = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function(e) {
4014
4013
  return e.__proto__;
4015
4014
  } : null);
4016
4015
  function Vn(e, t) {
@@ -4026,7 +4025,7 @@ function Vn(e, t) {
4026
4025
  }
4027
4026
  return ye.call(t, n, "$&_");
4028
4027
  }
4029
- var Ut = Is, zn = Ut.custom, Jn = Br(zn) ? zn : null, Ws = function e(t, n, a, s) {
4028
+ var Ut = Fs, zn = Ut.custom, Jn = Br(zn) ? zn : null, Js = function e(t, n, a, s) {
4030
4029
  var i = n || {};
4031
4030
  if (he(i, "quoteStyle") && i.quoteStyle !== "single" && i.quoteStyle !== "double")
4032
4031
  throw new TypeError('option "quoteStyle" must be "single" or "double"');
@@ -4061,13 +4060,13 @@ var Ut = Is, zn = Ut.custom, Jn = Br(zn) ? zn : null, Ws = function e(t, n, a, s
4061
4060
  var u = typeof i.depth > "u" ? 5 : i.depth;
4062
4061
  if (typeof a > "u" && (a = 0), a >= u && u > 0 && typeof t == "object")
4063
4062
  return Ht(t) ? "[Array]" : "[Object]";
4064
- var p = ul(i, a);
4063
+ var p = cl(i, a);
4065
4064
  if (typeof s > "u")
4066
4065
  s = [];
4067
4066
  else if (Vr(s, t) >= 0)
4068
4067
  return "[Circular]";
4069
4068
  function d(I, M, X) {
4070
- if (M && (s = Js.call(s), s.push(M)), X) {
4069
+ if (M && (s = zs.call(s), s.push(M)), X) {
4071
4070
  var ee = {
4072
4071
  depth: i.depth
4073
4072
  };
@@ -4076,25 +4075,25 @@ var Ut = Is, zn = Ut.custom, Jn = Br(zn) ? zn : null, Ws = function e(t, n, a, s
4076
4075
  return e(I, i, a + 1, s);
4077
4076
  }
4078
4077
  if (typeof t == "function" && !Wn(t)) {
4079
- var m = tl(t), h = Ke(t, d);
4078
+ var m = el(t), h = Ke(t, d);
4080
4079
  return "[Function" + (m ? ": " + m : " (anonymous)") + "]" + (h.length > 0 ? " { " + ce.call(h, ", ") + " }" : "");
4081
4080
  }
4082
4081
  if (Br(t)) {
4083
4082
  var y = Ae ? ye.call(String(t), /^(Symbol\(.*\))_[^)]*$/, "$1") : Lt.call(t);
4084
4083
  return typeof t == "object" && !Ae ? _e(y) : y;
4085
4084
  }
4086
- if (sl(t)) {
4085
+ if (ol(t)) {
4087
4086
  for (var v = "<" + Un.call(String(t.nodeName)), b = t.attributes || [], g = 0; g < b.length; g++)
4088
- v += " " + b[g].name + "=" + Mr(Gs(b[g].value), "double", i);
4087
+ v += " " + b[g].name + "=" + Mr(Ws(b[g].value), "double", i);
4089
4088
  return v += ">", t.childNodes && t.childNodes.length && (v += "..."), v += "</" + Un.call(String(t.nodeName)) + ">", v;
4090
4089
  }
4091
4090
  if (Ht(t)) {
4092
4091
  if (t.length === 0)
4093
4092
  return "[]";
4094
4093
  var x = Ke(t, d);
4095
- return p && !cl(x) ? "[" + Mt(x, p) + "]" : "[ " + ce.call(x, ", ") + " ]";
4094
+ return p && !ll(x) ? "[" + Mt(x, p) + "]" : "[ " + ce.call(x, ", ") + " ]";
4096
4095
  }
4097
- if (Ks(t)) {
4096
+ if (Ds(t)) {
4098
4097
  var w = Ke(t, d);
4099
4098
  return !("cause" in Error.prototype) && "cause" in t && !Hr.call(t, "cause") ? "{ [" + String(t) + "] " + ce.call(Hn.call("[cause]: " + d(t.cause), w), ", ") + " }" : w.length === 0 ? "[" + String(t) + "]" : "{ [" + String(t) + "] " + ce.call(w, ", ") + " }";
4100
4099
  }
@@ -4104,37 +4103,37 @@ var Ut = Is, zn = Ut.custom, Jn = Br(zn) ? zn : null, Ws = function e(t, n, a, s
4104
4103
  if (r !== "symbol" && typeof t.inspect == "function")
4105
4104
  return t.inspect();
4106
4105
  }
4107
- if (nl(t)) {
4106
+ if (tl(t)) {
4108
4107
  var S = [];
4109
4108
  return In && In.call(t, function(I, M) {
4110
4109
  S.push(d(M, t, !0) + " => " + d(I, t));
4111
4110
  }), Gn("Map", ut.call(t), S, p);
4112
4111
  }
4113
- if (il(t)) {
4112
+ if (al(t)) {
4114
4113
  var $ = [];
4115
4114
  return _n && _n.call(t, function(I) {
4116
4115
  $.push(d(I, t));
4117
4116
  }), Gn("Set", dt.call(t), $, p);
4118
4117
  }
4119
- if (rl(t))
4118
+ if (nl(t))
4120
4119
  return Ot("WeakMap");
4121
- if (ol(t))
4120
+ if (il(t))
4122
4121
  return Ot("WeakSet");
4123
- if (al(t))
4122
+ if (rl(t))
4124
4123
  return Ot("WeakRef");
4125
- if (Ys(t))
4124
+ if (Qs(t))
4126
4125
  return _e(d(Number(t)));
4127
- if (Zs(t))
4128
- return _e(d(_t.call(t)));
4129
4126
  if (Xs(t))
4130
- return _e(Hs.call(t));
4131
- if (Qs(t))
4127
+ return _e(d(_t.call(t)));
4128
+ if (Ys(t))
4129
+ return _e(Us.call(t));
4130
+ if (Ks(t))
4132
4131
  return _e(d(String(t)));
4133
4132
  if (typeof window < "u" && t === window)
4134
4133
  return "{ [object Window] }";
4135
4134
  if (typeof globalThis < "u" && t === globalThis || typeof Le < "u" && t === Le)
4136
4135
  return "{ [object globalThis] }";
4137
- if (!Ds(t) && !Wn(t)) {
4136
+ if (!Gs(t) && !Wn(t)) {
4138
4137
  var O = Ke(t, d), C = Bn ? Bn(t) === Object.prototype : t instanceof Object || t.constructor === Object, E = t instanceof Object ? "" : "null prototype", F = !C && Y && Object(t) === t && Y in t ? an.call(ge(t), 8, -1) : E ? "Object" : "", J = C || typeof t.constructor != "function" ? "" : t.constructor.name ? t.constructor.name + " " : "", R = J + (F || E ? "[" + ce.call(Hn.call([], F || [], E || []), ": ") + "] " : "");
4139
4138
  return O.length === 0 ? R + "{}" : p ? R + "{" + Mt(O, p) + "}" : R + "{ " + ce.call(O, ", ") + " }";
4140
4139
  }
@@ -4144,28 +4143,28 @@ function Mr(e, t, n) {
4144
4143
  var a = (n.quoteStyle || t) === "double" ? '"' : "'";
4145
4144
  return a + e + a;
4146
4145
  }
4147
- function Gs(e) {
4146
+ function Ws(e) {
4148
4147
  return ye.call(String(e), /"/g, "&quot;");
4149
4148
  }
4150
4149
  function Ht(e) {
4151
4150
  return ge(e) === "[object Array]" && (!Y || !(typeof e == "object" && Y in e));
4152
4151
  }
4153
- function Ds(e) {
4152
+ function Gs(e) {
4154
4153
  return ge(e) === "[object Date]" && (!Y || !(typeof e == "object" && Y in e));
4155
4154
  }
4156
4155
  function Wn(e) {
4157
4156
  return ge(e) === "[object RegExp]" && (!Y || !(typeof e == "object" && Y in e));
4158
4157
  }
4159
- function Ks(e) {
4158
+ function Ds(e) {
4160
4159
  return ge(e) === "[object Error]" && (!Y || !(typeof e == "object" && Y in e));
4161
4160
  }
4162
- function Qs(e) {
4161
+ function Ks(e) {
4163
4162
  return ge(e) === "[object String]" && (!Y || !(typeof e == "object" && Y in e));
4164
4163
  }
4165
- function Ys(e) {
4164
+ function Qs(e) {
4166
4165
  return ge(e) === "[object Number]" && (!Y || !(typeof e == "object" && Y in e));
4167
4166
  }
4168
- function Xs(e) {
4167
+ function Ys(e) {
4169
4168
  return ge(e) === "[object Boolean]" && (!Y || !(typeof e == "object" && Y in e));
4170
4169
  }
4171
4170
  function Br(e) {
@@ -4181,7 +4180,7 @@ function Br(e) {
4181
4180
  }
4182
4181
  return !1;
4183
4182
  }
4184
- function Zs(e) {
4183
+ function Xs(e) {
4185
4184
  if (!e || typeof e != "object" || !_t)
4186
4185
  return !1;
4187
4186
  try {
@@ -4190,19 +4189,19 @@ function Zs(e) {
4190
4189
  }
4191
4190
  return !1;
4192
4191
  }
4193
- var el = Object.prototype.hasOwnProperty || function(e) {
4192
+ var Zs = Object.prototype.hasOwnProperty || function(e) {
4194
4193
  return e in this;
4195
4194
  };
4196
4195
  function he(e, t) {
4197
- return el.call(e, t);
4196
+ return Zs.call(e, t);
4198
4197
  }
4199
4198
  function ge(e) {
4200
- return Ms.call(e);
4199
+ return Hs.call(e);
4201
4200
  }
4202
- function tl(e) {
4201
+ function el(e) {
4203
4202
  if (e.name)
4204
4203
  return e.name;
4205
- var t = Vs.call(Bs.call(e), /^function\s*([\w$]+)/);
4204
+ var t = Bs.call(Ms.call(e), /^function\s*([\w$]+)/);
4206
4205
  return t ? t[1] : null;
4207
4206
  }
4208
4207
  function Vr(e, t) {
@@ -4213,7 +4212,7 @@ function Vr(e, t) {
4213
4212
  return n;
4214
4213
  return -1;
4215
4214
  }
4216
- function nl(e) {
4215
+ function tl(e) {
4217
4216
  if (!ut || !e || typeof e != "object")
4218
4217
  return !1;
4219
4218
  try {
@@ -4228,7 +4227,7 @@ function nl(e) {
4228
4227
  }
4229
4228
  return !1;
4230
4229
  }
4231
- function rl(e) {
4230
+ function nl(e) {
4232
4231
  if (!Ue || !e || typeof e != "object")
4233
4232
  return !1;
4234
4233
  try {
@@ -4243,7 +4242,7 @@ function rl(e) {
4243
4242
  }
4244
4243
  return !1;
4245
4244
  }
4246
- function al(e) {
4245
+ function rl(e) {
4247
4246
  if (!Ln || !e || typeof e != "object")
4248
4247
  return !1;
4249
4248
  try {
@@ -4252,7 +4251,7 @@ function al(e) {
4252
4251
  }
4253
4252
  return !1;
4254
4253
  }
4255
- function il(e) {
4254
+ function al(e) {
4256
4255
  if (!dt || !e || typeof e != "object")
4257
4256
  return !1;
4258
4257
  try {
@@ -4267,7 +4266,7 @@ function il(e) {
4267
4266
  }
4268
4267
  return !1;
4269
4268
  }
4270
- function ol(e) {
4269
+ function il(e) {
4271
4270
  if (!He || !e || typeof e != "object")
4272
4271
  return !1;
4273
4272
  try {
@@ -4282,7 +4281,7 @@ function ol(e) {
4282
4281
  }
4283
4282
  return !1;
4284
4283
  }
4285
- function sl(e) {
4284
+ function ol(e) {
4286
4285
  return !e || typeof e != "object" ? !1 : typeof HTMLElement < "u" && e instanceof HTMLElement ? !0 : typeof e.nodeName == "string" && typeof e.getAttribute == "function";
4287
4286
  }
4288
4287
  function zr(e, t) {
@@ -4290,10 +4289,10 @@ function zr(e, t) {
4290
4289
  var n = e.length - t.maxStringLength, a = "... " + n + " more character" + (n > 1 ? "s" : "");
4291
4290
  return zr(an.call(e, 0, t.maxStringLength), t) + a;
4292
4291
  }
4293
- var s = ye.call(ye.call(e, /(['\\])/g, "\\$1"), /[\x00-\x1f]/g, ll);
4292
+ var s = ye.call(ye.call(e, /(['\\])/g, "\\$1"), /[\x00-\x1f]/g, sl);
4294
4293
  return Mr(s, "single", t);
4295
4294
  }
4296
- function ll(e) {
4295
+ function sl(e) {
4297
4296
  var t = e.charCodeAt(0), n = {
4298
4297
  8: "b",
4299
4298
  9: "t",
@@ -4301,7 +4300,7 @@ function ll(e) {
4301
4300
  12: "f",
4302
4301
  13: "r"
4303
4302
  }[t];
4304
- return n ? "\\" + n : "\\x" + (t < 16 ? "0" : "") + zs.call(t.toString(16));
4303
+ return n ? "\\" + n : "\\x" + (t < 16 ? "0" : "") + Vs.call(t.toString(16));
4305
4304
  }
4306
4305
  function _e(e) {
4307
4306
  return "Object(" + e + ")";
@@ -4313,14 +4312,14 @@ function Gn(e, t, n, a) {
4313
4312
  var s = a ? Mt(n, a) : ce.call(n, ", ");
4314
4313
  return e + " (" + t + ") {" + s + "}";
4315
4314
  }
4316
- function cl(e) {
4315
+ function ll(e) {
4317
4316
  for (var t = 0; t < e.length; t++)
4318
4317
  if (Vr(e[t], `
4319
4318
  `) >= 0)
4320
4319
  return !1;
4321
4320
  return !0;
4322
4321
  }
4323
- function ul(e, t) {
4322
+ function cl(e, t) {
4324
4323
  var n;
4325
4324
  if (e.indent === " ")
4326
4325
  n = " ";
@@ -4361,15 +4360,15 @@ function Ke(e, t) {
4361
4360
  Hr.call(e, i[c]) && a.push("[" + t(i[c]) + "]: " + t(e[i[c]], e));
4362
4361
  return a;
4363
4362
  }
4364
- var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%", !0), pl = Ie("WeakMap.prototype.get", !0), ml = Ie("WeakMap.prototype.set", !0), hl = Ie("WeakMap.prototype.has", !0), yl = Ie("Map.prototype.get", !0), gl = Ie("Map.prototype.set", !0), vl = Ie("Map.prototype.has", !0), on = function(e, t) {
4363
+ var Jr = Fe, Ie = Rs, ul = Js, dl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%", !0), fl = Ie("WeakMap.prototype.get", !0), pl = Ie("WeakMap.prototype.set", !0), ml = Ie("WeakMap.prototype.has", !0), hl = Ie("Map.prototype.get", !0), yl = Ie("Map.prototype.set", !0), gl = Ie("Map.prototype.has", !0), on = function(e, t) {
4365
4364
  for (var n = e, a; (a = n.next) !== null; n = a)
4366
4365
  if (a.key === t)
4367
4366
  return n.next = a.next, a.next = /** @type {NonNullable<typeof list.next>} */
4368
4367
  e.next, e.next = a, a;
4369
- }, bl = function(e, t) {
4368
+ }, vl = function(e, t) {
4370
4369
  var n = on(e, t);
4371
4370
  return n && n.value;
4372
- }, xl = function(e, t, n) {
4371
+ }, bl = function(e, t, n) {
4373
4372
  var a = on(e, t);
4374
4373
  a ? a.value = n : e.next = /** @type {import('.').ListNode<typeof value>} */
4375
4374
  {
@@ -4378,48 +4377,48 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4378
4377
  next: e.next,
4379
4378
  value: n
4380
4379
  };
4381
- }, $l = function(e, t) {
4380
+ }, xl = function(e, t) {
4382
4381
  return !!on(e, t);
4383
- }, kl = function() {
4382
+ }, $l = function() {
4384
4383
  var t, n, a, s = {
4385
4384
  assert: function(i) {
4386
4385
  if (!s.has(i))
4387
- throw new fl("Side channel does not contain " + dl(i));
4386
+ throw new dl("Side channel does not contain " + ul(i));
4388
4387
  },
4389
4388
  get: function(i) {
4390
4389
  if (Qe && i && (typeof i == "object" || typeof i == "function")) {
4391
4390
  if (t)
4392
- return pl(t, i);
4391
+ return fl(t, i);
4393
4392
  } else if (Ye) {
4394
4393
  if (n)
4395
- return yl(n, i);
4394
+ return hl(n, i);
4396
4395
  } else if (a)
4397
- return bl(a, i);
4396
+ return vl(a, i);
4398
4397
  },
4399
4398
  has: function(i) {
4400
4399
  if (Qe && i && (typeof i == "object" || typeof i == "function")) {
4401
4400
  if (t)
4402
- return hl(t, i);
4401
+ return ml(t, i);
4403
4402
  } else if (Ye) {
4404
4403
  if (n)
4405
- return vl(n, i);
4404
+ return gl(n, i);
4406
4405
  } else if (a)
4407
- return $l(a, i);
4406
+ return xl(a, i);
4408
4407
  return !1;
4409
4408
  },
4410
4409
  set: function(i, r) {
4411
- Qe && i && (typeof i == "object" || typeof i == "function") ? (t || (t = new Qe()), ml(t, i, r)) : Ye ? (n || (n = new Ye()), gl(n, i, r)) : (a || (a = { key: {}, next: null }), xl(a, i, r));
4410
+ Qe && i && (typeof i == "object" || typeof i == "function") ? (t || (t = new Qe()), pl(t, i, r)) : Ye ? (n || (n = new Ye()), yl(n, i, r)) : (a || (a = { key: {}, next: null }), bl(a, i, r));
4412
4411
  }
4413
4412
  };
4414
4413
  return s;
4415
- }, Sl = String.prototype.replace, wl = /%20/g, Ct = {
4414
+ }, kl = String.prototype.replace, Sl = /%20/g, Ct = {
4416
4415
  RFC1738: "RFC1738",
4417
4416
  RFC3986: "RFC3986"
4418
4417
  }, sn = {
4419
4418
  default: Ct.RFC3986,
4420
4419
  formatters: {
4421
4420
  RFC1738: function(e) {
4422
- return Sl.call(e, wl, "+");
4421
+ return kl.call(e, Sl, "+");
4423
4422
  },
4424
4423
  RFC3986: function(e) {
4425
4424
  return String(e);
@@ -4427,11 +4426,11 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4427
4426
  },
4428
4427
  RFC1738: Ct.RFC1738,
4429
4428
  RFC3986: Ct.RFC3986
4430
- }, jl = sn, Pt = Object.prototype.hasOwnProperty, be = Array.isArray, se = function() {
4429
+ }, wl = sn, Pt = Object.prototype.hasOwnProperty, be = Array.isArray, se = function() {
4431
4430
  for (var e = [], t = 0; t < 256; ++t)
4432
4431
  e.push("%" + ((t < 16 ? "0" : "") + t.toString(16)).toUpperCase());
4433
4432
  return e;
4434
- }(), Nl = function(t) {
4433
+ }(), jl = function(t) {
4435
4434
  for (; t.length > 1; ) {
4436
4435
  var n = t.pop(), a = n.obj[n.prop];
4437
4436
  if (be(a)) {
@@ -4444,7 +4443,7 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4444
4443
  for (var a = n && n.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, s = 0; s < t.length; ++s)
4445
4444
  typeof t[s] < "u" && (a[s] = t[s]);
4446
4445
  return a;
4447
- }, Tl = function e(t, n, a) {
4446
+ }, Nl = function e(t, n, a) {
4448
4447
  if (!n)
4449
4448
  return t;
4450
4449
  if (typeof n != "object") {
@@ -4469,11 +4468,11 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4469
4468
  var o = n[r];
4470
4469
  return Pt.call(i, r) ? i[r] = e(i[r], o, a) : i[r] = o, i;
4471
4470
  }, s);
4472
- }, Ol = function(t, n) {
4471
+ }, Tl = function(t, n) {
4473
4472
  return Object.keys(n).reduce(function(a, s) {
4474
4473
  return a[s] = n[s], a;
4475
4474
  }, t);
4476
- }, Cl = function(e, t, n) {
4475
+ }, Ol = function(e, t, n) {
4477
4476
  var a = e.replace(/\+/g, " ");
4478
4477
  if (n === "iso-8859-1")
4479
4478
  return a.replace(/%[0-9a-f]{2}/gi, unescape);
@@ -4482,7 +4481,7 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4482
4481
  } catch {
4483
4482
  return a;
4484
4483
  }
4485
- }, Et = 1024, Pl = function(t, n, a, s, i) {
4484
+ }, Et = 1024, Cl = function(t, n, a, s, i) {
4486
4485
  if (t.length === 0)
4487
4486
  return t;
4488
4487
  var r = t;
@@ -4493,7 +4492,7 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4493
4492
  for (var o = "", l = 0; l < r.length; l += Et) {
4494
4493
  for (var c = r.length >= Et ? r.slice(l, l + Et) : r, u = [], p = 0; p < c.length; ++p) {
4495
4494
  var d = c.charCodeAt(p);
4496
- if (d === 45 || d === 46 || d === 95 || d === 126 || d >= 48 && d <= 57 || d >= 65 && d <= 90 || d >= 97 && d <= 122 || i === jl.RFC1738 && (d === 40 || d === 41)) {
4495
+ if (d === 45 || d === 46 || d === 95 || d === 126 || d >= 48 && d <= 57 || d >= 65 && d <= 90 || d >= 97 && d <= 122 || i === wl.RFC1738 && (d === 40 || d === 41)) {
4497
4496
  u[u.length] = c.charAt(p);
4498
4497
  continue;
4499
4498
  }
@@ -4514,20 +4513,20 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4514
4513
  o += u.join("");
4515
4514
  }
4516
4515
  return o;
4517
- }, El = function(t) {
4516
+ }, Pl = function(t) {
4518
4517
  for (var n = [{ obj: { o: t }, prop: "o" }], a = [], s = 0; s < n.length; ++s)
4519
4518
  for (var i = n[s], r = i.obj[i.prop], o = Object.keys(r), l = 0; l < o.length; ++l) {
4520
4519
  var c = o[l], u = r[c];
4521
4520
  typeof u == "object" && u !== null && a.indexOf(u) === -1 && (n.push({ obj: r, prop: c }), a.push(u));
4522
4521
  }
4523
- return Nl(n), t;
4524
- }, Rl = function(t) {
4522
+ return jl(n), t;
4523
+ }, El = function(t) {
4525
4524
  return Object.prototype.toString.call(t) === "[object RegExp]";
4526
- }, Al = function(t) {
4525
+ }, Rl = function(t) {
4527
4526
  return !t || typeof t != "object" ? !1 : !!(t.constructor && t.constructor.isBuffer && t.constructor.isBuffer(t));
4528
- }, ql = function(t, n) {
4527
+ }, Al = function(t, n) {
4529
4528
  return [].concat(t, n);
4530
- }, Fl = function(t, n) {
4529
+ }, ql = function(t, n) {
4531
4530
  if (be(t)) {
4532
4531
  for (var a = [], s = 0; s < t.length; s += 1)
4533
4532
  a.push(n(t[s]));
@@ -4536,16 +4535,16 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4536
4535
  return n(t);
4537
4536
  }, Gr = {
4538
4537
  arrayToObject: Wr,
4539
- assign: Ol,
4540
- combine: ql,
4541
- compact: El,
4542
- decode: Cl,
4543
- encode: Pl,
4544
- isBuffer: Al,
4545
- isRegExp: Rl,
4546
- maybeMap: Fl,
4547
- merge: Tl
4548
- }, Dr = kl, nt = Gr, Me = sn, Il = Object.prototype.hasOwnProperty, Kr = {
4538
+ assign: Tl,
4539
+ combine: Al,
4540
+ compact: Pl,
4541
+ decode: Ol,
4542
+ encode: Cl,
4543
+ isBuffer: Rl,
4544
+ isRegExp: El,
4545
+ maybeMap: ql,
4546
+ merge: Nl
4547
+ }, Dr = $l, nt = Gr, Me = sn, Fl = Object.prototype.hasOwnProperty, Kr = {
4549
4548
  brackets: function(t) {
4550
4549
  return t + "[]";
4551
4550
  },
@@ -4556,9 +4555,9 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4556
4555
  repeat: function(t) {
4557
4556
  return t;
4558
4557
  }
4559
- }, le = Array.isArray, _l = Array.prototype.push, Qr = function(e, t) {
4560
- _l.apply(e, le(t) ? t : [t]);
4561
- }, Ll = Date.prototype.toISOString, Dn = Me.default, B = {
4558
+ }, le = Array.isArray, Il = Array.prototype.push, Qr = function(e, t) {
4559
+ Il.apply(e, le(t) ? t : [t]);
4560
+ }, _l = Date.prototype.toISOString, Dn = Me.default, B = {
4562
4561
  addQueryPrefix: !1,
4563
4562
  allowDots: !1,
4564
4563
  allowEmptyArrays: !1,
@@ -4575,13 +4574,13 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4575
4574
  // deprecated
4576
4575
  indices: !1,
4577
4576
  serializeDate: function(t) {
4578
- return Ll.call(t);
4577
+ return _l.call(t);
4579
4578
  },
4580
4579
  skipNulls: !1,
4581
4580
  strictNullHandling: !1
4582
- }, Ul = function(t) {
4581
+ }, Ll = function(t) {
4583
4582
  return typeof t == "string" || typeof t == "number" || typeof t == "boolean" || typeof t == "symbol" || typeof t == "bigint";
4584
- }, Rt = {}, Hl = function e(t, n, a, s, i, r, o, l, c, u, p, d, m, h, y, v, b, g) {
4583
+ }, Rt = {}, Ul = function e(t, n, a, s, i, r, o, l, c, u, p, d, m, h, y, v, b, g) {
4585
4584
  for (var x = t, w = g, S = 0, $ = !1; (w = w.get(Rt)) !== void 0 && !$; ) {
4586
4585
  var O = w.get(t);
4587
4586
  if (S += 1, typeof O < "u") {
@@ -4598,7 +4597,7 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4598
4597
  return c && !v ? c(n, B.encoder, b, "key", h) : n;
4599
4598
  x = "";
4600
4599
  }
4601
- if (Ul(x) || nt.isBuffer(x)) {
4600
+ if (Ll(x) || nt.isBuffer(x)) {
4602
4601
  if (c) {
4603
4602
  var C = v ? n : c(n, B.encoder, b, "key", h);
4604
4603
  return [y(C) + "=" + y(c(x, B.encoder, b, "value", h))];
@@ -4649,7 +4648,7 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4649
4648
  }
4650
4649
  }
4651
4650
  return E;
4652
- }, Ml = function(t) {
4651
+ }, Hl = function(t) {
4653
4652
  if (!t)
4654
4653
  return B;
4655
4654
  if (typeof t.allowEmptyArrays < "u" && typeof t.allowEmptyArrays != "boolean")
@@ -4663,7 +4662,7 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4663
4662
  throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
4664
4663
  var a = Me.default;
4665
4664
  if (typeof t.format < "u") {
4666
- if (!Il.call(Me.formatters, t.format))
4665
+ if (!Fl.call(Me.formatters, t.format))
4667
4666
  throw new TypeError("Unknown format option provided.");
4668
4667
  a = t.format;
4669
4668
  }
@@ -4694,8 +4693,8 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4694
4693
  sort: typeof t.sort == "function" ? t.sort : null,
4695
4694
  strictNullHandling: typeof t.strictNullHandling == "boolean" ? t.strictNullHandling : B.strictNullHandling
4696
4695
  };
4697
- }, Bl = function(e, t) {
4698
- var n = e, a = Ml(t), s, i;
4696
+ }, Ml = function(e, t) {
4697
+ var n = e, a = Hl(t), s, i;
4699
4698
  typeof a.filter == "function" ? (i = a.filter, n = i("", n)) : le(a.filter) && (i = a.filter, s = i);
4700
4699
  var r = [];
4701
4700
  if (typeof n != "object" || n === null)
@@ -4704,7 +4703,7 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4704
4703
  s || (s = Object.keys(n)), a.sort && s.sort(a.sort);
4705
4704
  for (var c = Dr(), u = 0; u < s.length; ++u) {
4706
4705
  var p = s[u];
4707
- a.skipNulls && n[p] === null || Qr(r, Hl(
4706
+ a.skipNulls && n[p] === null || Qr(r, Ul(
4708
4707
  n[p],
4709
4708
  p,
4710
4709
  o,
@@ -4727,7 +4726,7 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4727
4726
  }
4728
4727
  var d = r.join(a.delimiter), m = a.addQueryPrefix === !0 ? "?" : "";
4729
4728
  return a.charsetSentinel && (a.charset === "iso-8859-1" ? m += "utf8=%26%2310003%3B&" : m += "utf8=%E2%9C%93&"), d.length > 0 ? m + d : "";
4730
- }, qe = Gr, Bt = Object.prototype.hasOwnProperty, Vl = Array.isArray, U = {
4729
+ }, qe = Gr, Bt = Object.prototype.hasOwnProperty, Bl = Array.isArray, U = {
4731
4730
  allowDots: !1,
4732
4731
  allowEmptyArrays: !1,
4733
4732
  allowPrototypes: !1,
@@ -4747,17 +4746,17 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4747
4746
  parseArrays: !0,
4748
4747
  plainObjects: !1,
4749
4748
  strictNullHandling: !1
4750
- }, zl = function(e) {
4749
+ }, Vl = function(e) {
4751
4750
  return e.replace(/&#(\d+);/g, function(t, n) {
4752
4751
  return String.fromCharCode(parseInt(n, 10));
4753
4752
  });
4754
4753
  }, Yr = function(e, t) {
4755
4754
  return e && typeof e == "string" && t.comma && e.indexOf(",") > -1 ? e.split(",") : e;
4756
- }, Jl = "utf8=%26%2310003%3B", Wl = "utf8=%E2%9C%93", Gl = function(t, n) {
4755
+ }, zl = "utf8=%26%2310003%3B", Jl = "utf8=%E2%9C%93", Wl = function(t, n) {
4757
4756
  var a = { __proto__: null }, s = n.ignoreQueryPrefix ? t.replace(/^\?/, "") : t, i = n.parameterLimit === 1 / 0 ? void 0 : n.parameterLimit, r = s.split(n.delimiter, i), o = -1, l, c = n.charset;
4758
4757
  if (n.charsetSentinel)
4759
4758
  for (l = 0; l < r.length; ++l)
4760
- r[l].indexOf("utf8=") === 0 && (r[l] === Wl ? c = "utf-8" : r[l] === Jl && (c = "iso-8859-1"), o = l, l = r.length);
4759
+ r[l].indexOf("utf8=") === 0 && (r[l] === Jl ? c = "utf-8" : r[l] === zl && (c = "iso-8859-1"), o = l, l = r.length);
4761
4760
  for (l = 0; l < r.length; ++l)
4762
4761
  if (l !== o) {
4763
4762
  var u = r[l], p = u.indexOf("]="), d = p === -1 ? u.indexOf("=") : p + 1, m, h;
@@ -4766,12 +4765,12 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4766
4765
  function(v) {
4767
4766
  return n.decoder(v, U.decoder, c, "value");
4768
4767
  }
4769
- )), h && n.interpretNumericEntities && c === "iso-8859-1" && (h = zl(h)), u.indexOf("[]=") > -1 && (h = Vl(h) ? [h] : h);
4768
+ )), h && n.interpretNumericEntities && c === "iso-8859-1" && (h = Vl(h)), u.indexOf("[]=") > -1 && (h = Bl(h) ? [h] : h);
4770
4769
  var y = Bt.call(a, m);
4771
4770
  y && n.duplicates === "combine" ? a[m] = qe.combine(a[m], h) : (!y || n.duplicates === "last") && (a[m] = h);
4772
4771
  }
4773
4772
  return a;
4774
- }, Dl = function(e, t, n, a) {
4773
+ }, Gl = function(e, t, n, a) {
4775
4774
  for (var s = a ? t : Yr(t, n), i = e.length - 1; i >= 0; --i) {
4776
4775
  var r, o = e[i];
4777
4776
  if (o === "[]" && n.parseArrays)
@@ -4784,7 +4783,7 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4784
4783
  s = r;
4785
4784
  }
4786
4785
  return s;
4787
- }, Kl = function(t, n, a, s) {
4786
+ }, Dl = function(t, n, a, s) {
4788
4787
  if (t) {
4789
4788
  var i = a.allowDots ? t.replace(/\.([^.[]+)/g, "[$1]") : t, r = /(\[[^[\]]*])/, o = /(\[[^[\]]*])/g, l = a.depth > 0 && r.exec(i), c = l ? i.slice(0, l.index) : i, u = [];
4790
4789
  if (c) {
@@ -4797,9 +4796,9 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4797
4796
  return;
4798
4797
  u.push(l[1]);
4799
4798
  }
4800
- return l && u.push("[" + i.slice(l.index) + "]"), Dl(u, n, a, s);
4799
+ return l && u.push("[" + i.slice(l.index) + "]"), Gl(u, n, a, s);
4801
4800
  }
4802
- }, Ql = function(t) {
4801
+ }, Kl = function(t) {
4803
4802
  if (!t)
4804
4803
  return U;
4805
4804
  if (typeof t.allowEmptyArrays < "u" && typeof t.allowEmptyArrays != "boolean")
@@ -4836,24 +4835,24 @@ var Jr = Fe, Ie = As, dl = Ws, fl = We, Qe = Jr("%WeakMap%", !0), Ye = Jr("%Map%
4836
4835
  plainObjects: typeof t.plainObjects == "boolean" ? t.plainObjects : U.plainObjects,
4837
4836
  strictNullHandling: typeof t.strictNullHandling == "boolean" ? t.strictNullHandling : U.strictNullHandling
4838
4837
  };
4839
- }, Yl = function(e, t) {
4840
- var n = Ql(t);
4838
+ }, Ql = function(e, t) {
4839
+ var n = Kl(t);
4841
4840
  if (e === "" || e === null || typeof e > "u")
4842
4841
  return n.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
4843
- for (var a = typeof e == "string" ? Gl(e, n) : e, s = n.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, i = Object.keys(a), r = 0; r < i.length; ++r) {
4844
- var o = i[r], l = Kl(o, a[o], n, typeof e == "string");
4842
+ for (var a = typeof e == "string" ? Wl(e, n) : e, s = n.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, i = Object.keys(a), r = 0; r < i.length; ++r) {
4843
+ var o = i[r], l = Dl(o, a[o], n, typeof e == "string");
4845
4844
  s = qe.merge(s, l, n);
4846
4845
  }
4847
4846
  return n.allowSparse === !0 ? s : qe.compact(s);
4848
- }, Xl = Bl, Zl = Yl, ec = sn, rt = {
4849
- formats: ec,
4850
- parse: Zl,
4851
- stringify: Xl
4852
- }, tc = _o;
4847
+ }, Yl = Ml, Xl = Ql, Zl = sn, rt = {
4848
+ formats: Zl,
4849
+ parse: Xl,
4850
+ stringify: Yl
4851
+ }, ec = Io;
4853
4852
  function ie() {
4854
4853
  this.protocol = null, this.slashes = null, this.auth = null, this.host = null, this.port = null, this.hostname = null, this.hash = null, this.search = null, this.query = null, this.pathname = null, this.path = null, this.href = null;
4855
4854
  }
4856
- var nc = /^([a-z0-9.+-]+:)/i, rc = /:[0-9]*$/, ac = /^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/, ic = [
4855
+ var tc = /^([a-z0-9.+-]+:)/i, nc = /:[0-9]*$/, rc = /^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/, ac = [
4857
4856
  "<",
4858
4857
  ">",
4859
4858
  '"',
@@ -4863,14 +4862,14 @@ var nc = /^([a-z0-9.+-]+:)/i, rc = /:[0-9]*$/, ac = /^(\/\/?(?!\/)[^?\s]*)(\?[^\
4863
4862
  `
4864
4863
  `,
4865
4864
  " "
4866
- ], oc = [
4865
+ ], ic = [
4867
4866
  "{",
4868
4867
  "}",
4869
4868
  "|",
4870
4869
  "\\",
4871
4870
  "^",
4872
4871
  "`"
4873
- ].concat(ic), Vt = ["'"].concat(oc), Kn = [
4872
+ ].concat(ac), Vt = ["'"].concat(ic), Kn = [
4874
4873
  "%",
4875
4874
  "/",
4876
4875
  "?",
@@ -4880,7 +4879,7 @@ var nc = /^([a-z0-9.+-]+:)/i, rc = /:[0-9]*$/, ac = /^(\/\/?(?!\/)[^?\s]*)(\?[^\
4880
4879
  "/",
4881
4880
  "?",
4882
4881
  "#"
4883
- ], sc = 255, Yn = /^[+a-z0-9A-Z_-]{0,63}$/, lc = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, cc = {
4882
+ ], oc = 255, Yn = /^[+a-z0-9A-Z_-]{0,63}$/, sc = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, lc = {
4884
4883
  javascript: !0,
4885
4884
  "javascript:": !0
4886
4885
  }, zt = {
@@ -4911,11 +4910,11 @@ ie.prototype.parse = function(e, t, n) {
4911
4910
  i[0] = i[0].replace(r, "/"), e = i.join(s);
4912
4911
  var o = e;
4913
4912
  if (o = o.trim(), !n && e.split("#").length === 1) {
4914
- var l = ac.exec(o);
4913
+ var l = rc.exec(o);
4915
4914
  if (l)
4916
4915
  return this.path = o, this.href = o, this.pathname = l[1], l[2] ? (this.search = l[2], t ? this.query = Jt.parse(this.search.substr(1)) : this.query = this.search.substr(1)) : t && (this.search = "", this.query = {}), this;
4917
4916
  }
4918
- var c = nc.exec(o);
4917
+ var c = tc.exec(o);
4919
4918
  if (c) {
4920
4919
  c = c[0];
4921
4920
  var u = c.toLowerCase();
@@ -4945,17 +4944,17 @@ ie.prototype.parse = function(e, t, n) {
4945
4944
  for (var S = "", $ = 0, O = w.length; $ < O; $++)
4946
4945
  w.charCodeAt($) > 127 ? S += "x" : S += w[$];
4947
4946
  if (!S.match(Yn)) {
4948
- var C = g.slice(0, m), E = g.slice(m + 1), F = w.match(lc);
4947
+ var C = g.slice(0, m), E = g.slice(m + 1), F = w.match(sc);
4949
4948
  F && (C.push(F[1]), E.unshift(F[2])), E.length && (o = "/" + E.join(".") + o), this.hostname = C.join(".");
4950
4949
  break;
4951
4950
  }
4952
4951
  }
4953
4952
  }
4954
- this.hostname.length > sc ? this.hostname = "" : this.hostname = this.hostname.toLowerCase(), b || (this.hostname = tc.toASCII(this.hostname));
4953
+ this.hostname.length > oc ? this.hostname = "" : this.hostname = this.hostname.toLowerCase(), b || (this.hostname = ec.toASCII(this.hostname));
4955
4954
  var J = this.port ? ":" + this.port : "", R = this.hostname || "";
4956
4955
  this.host = R + J, this.href += this.host, b && (this.hostname = this.hostname.substr(1, this.hostname.length - 2), o[0] !== "/" && (o = "/" + o));
4957
4956
  }
4958
- if (!cc[u])
4957
+ if (!lc[u])
4959
4958
  for (var m = 0, x = Vt.length; m < x; m++) {
4960
4959
  var I = Vt[m];
4961
4960
  if (o.indexOf(I) !== -1) {
@@ -4972,7 +4971,7 @@ ie.prototype.parse = function(e, t, n) {
4972
4971
  }
4973
4972
  return this.href = this.format(), this;
4974
4973
  };
4975
- function uc(e) {
4974
+ function cc(e) {
4976
4975
  return typeof e == "string" && (e = ln(e)), e instanceof ie ? e.format() : ie.prototype.format.call(e);
4977
4976
  }
4978
4977
  ie.prototype.format = function() {
@@ -5059,15 +5058,15 @@ ie.prototype.resolveObject = function(e) {
5059
5058
  return v = v || n.host && g.length, v && !F && g.unshift(""), g.length > 0 ? n.pathname = g.join("/") : (n.pathname = null, n.path = null), (n.pathname !== null || n.search !== null) && (n.path = (n.pathname ? n.pathname : "") + (n.search ? n.search : "")), n.auth = e.auth || n.auth, n.slashes = n.slashes || e.slashes, n.href = n.format(), n;
5060
5059
  };
5061
5060
  ie.prototype.parseHost = function() {
5062
- var e = this.host, t = rc.exec(e);
5061
+ var e = this.host, t = nc.exec(e);
5063
5062
  t && (t = t[0], t !== ":" && (this.port = t.substr(1)), e = e.substr(0, e.length - t.length)), e && (this.hostname = e);
5064
5063
  };
5065
- var dc = ln, Xn = uc, fc = (e) => typeof e == "object" && "log" in e && typeof e.log == "object" && "entries" in e.log && Array.isArray(e.log.entries), pc = class {
5064
+ var uc = ln, Xn = cc, dc = (e) => typeof e == "object" && "log" in e && typeof e.log == "object" && "entries" in e.log && Array.isArray(e.log.entries), fc = class {
5066
5065
  constructor(e, t = {}) {
5067
5066
  this.initCalled = !1, this.entries = [], this.requests = [], this.options = {}, this.options = {
5068
5067
  harIsAlreadyEncoded: !1,
5069
5068
  ...t
5070
- }, this.requests = [], fc(e) ? this.entries = e.log.entries : this.entries = [
5069
+ }, this.requests = [], dc(e) ? this.entries = e.log.entries : this.entries = [
5071
5070
  {
5072
5071
  request: e
5073
5072
  }
@@ -5157,7 +5156,7 @@ var dc = ln, Xn = uc, fc = (e) => typeof e == "object" && "log" in e && typeof e
5157
5156
  const s = {
5158
5157
  ...n.allHeaders,
5159
5158
  ...n.headersObj
5160
- }, i = dc(n.url, !0, !0);
5159
+ }, i = uc(n.url, !0, !0);
5161
5160
  n.queryObj = {
5162
5161
  ...n.queryObj,
5163
5162
  ...i.query
@@ -5192,21 +5191,21 @@ var dc = ln, Xn = uc, fc = (e) => typeof e == "object" && "log" in e && typeof e
5192
5191
  }
5193
5192
  convert(e, t, n) {
5194
5193
  this.initCalled || this.init(), !n && t && (n = t);
5195
- const a = Io[e];
5194
+ const a = Fo[e];
5196
5195
  if (!a)
5197
5196
  return !1;
5198
5197
  const { convert: s } = a.clientsById[t || a.info.default];
5199
5198
  return this.requests.map((r) => s(r, n));
5200
5199
  }
5201
5200
  };
5202
- const Xr = ka(
5201
+ const Xr = $a(
5203
5202
  void 0
5204
- ), Vc = Xr.Provider, mc = () => {
5205
- const e = Sa(Xr);
5203
+ ), Mc = Xr.Provider, pc = () => {
5204
+ const e = ka(Xr);
5206
5205
  if (!e)
5207
5206
  throw new Error("useOasConfig must be used within a OasConfigProvider");
5208
5207
  return e.config;
5209
- }, hc = ({
5208
+ }, mc = ({
5210
5209
  server: e,
5211
5210
  operation: t
5212
5211
  }) => {
@@ -5266,8 +5265,8 @@ const Xr = ka(
5266
5265
  ),
5267
5266
  children: e
5268
5267
  }
5269
- ), yc = (e) => typeof e == "object" && e !== null && !Array.isArray(e), ze = (e, t) => e.example !== void 0 ? e.example : e.default !== void 0 ? e.default : e.examples && yc(e.examples) ? Object.values(e.examples)[0] : gc(e);
5270
- function gc(e, t) {
5268
+ ), hc = (e) => typeof e == "object" && e !== null && !Array.isArray(e), ze = (e, t) => e.example !== void 0 ? e.example : e.default !== void 0 ? e.default : e.examples && hc(e.examples) ? Object.values(e.examples)[0] : yc(e);
5269
+ function yc(e, t) {
5271
5270
  const n = Object.entries(e.properties ?? {}).concat(
5272
5271
  Object.entries(e.additionalProperties ?? {})
5273
5272
  );
@@ -5282,7 +5281,7 @@ function gc(e, t) {
5282
5281
  return a !== void 0 ? [a] : [];
5283
5282
  }
5284
5283
  }
5285
- const vc = ({ content: e }) => {
5284
+ const gc = ({ content: e }) => {
5286
5285
  var t;
5287
5286
  return e.length ? /* @__PURE__ */ f.jsx(f.Fragment, { children: /* @__PURE__ */ f.jsxs(cn, { children: [
5288
5287
  /* @__PURE__ */ f.jsx(un, { className: "text-xs flex justify-between items-center", children: /* @__PURE__ */ f.jsx("span", { className: "font-mono", children: "Request Body Example" }) }),
@@ -5301,7 +5300,7 @@ const vc = ({ content: e }) => {
5301
5300
  }
5302
5301
  ) })
5303
5302
  ] }) }) : null;
5304
- }, bc = ({
5303
+ }, vc = ({
5305
5304
  responses: e,
5306
5305
  selectedResponse: t,
5307
5306
  onSelectResponse: n
@@ -5349,7 +5348,7 @@ const vc = ({ content: e }) => {
5349
5348
  ]
5350
5349
  }
5351
5350
  ) });
5352
- }, xc = (e, t) => {
5351
+ }, bc = (e, t) => {
5353
5352
  let n;
5354
5353
  switch (t) {
5355
5354
  case "shell":
@@ -5399,7 +5398,7 @@ const vc = ({ content: e }) => {
5399
5398
  }
5400
5399
  }
5401
5400
  `
5402
- ), $c = { suspense: !0 }, kc = {
5401
+ ), xc = { suspense: !0 }, $c = {
5403
5402
  get: fe.green,
5404
5403
  post: fe.blue,
5405
5404
  put: fe.yellow,
@@ -5408,17 +5407,17 @@ const vc = ({ content: e }) => {
5408
5407
  options: fe.indigo,
5409
5408
  head: fe.gray,
5410
5409
  trace: fe.gray
5411
- }, zc = ({
5410
+ }, Bc = ({
5412
5411
  operation: e,
5413
5412
  selectedResponse: t,
5414
5413
  onSelectResponse: n
5415
5414
  }) => {
5416
5415
  var m, h;
5417
- const a = mc(), [s] = ta({
5416
+ const a = pc(), [s] = ta({
5418
5417
  query: ea,
5419
5418
  variables: a,
5420
- context: $c
5421
- }), i = kc[e.method.toLocaleLowerCase()] ?? fe.gray, [r, o] = Va(), [, l] = wa(), c = r.get("lang") ?? "shell", u = (m = e.requestBody) == null ? void 0 : m.content, p = e.path.split("/").map((y, v, b) => {
5419
+ context: xc
5420
+ }), i = $c[e.method.toLocaleLowerCase()] ?? fe.gray, [r, o] = Ba(), [, l] = Sa(), c = r.get("lang") ?? "shell", u = (m = e.requestBody) == null ? void 0 : m.content, p = e.path.split("/").map((y, v, b) => {
5422
5421
  const x = y.startsWith("{") && y.endsWith("}") || y.startsWith(":") ? y.replace(/[:{}]/g, "") : void 0;
5423
5422
  return (
5424
5423
  // eslint-disable-next-line react/no-array-index-key
@@ -5436,9 +5435,9 @@ const vc = ({ content: e }) => {
5436
5435
  /* @__PURE__ */ f.jsx("wbr", {})
5437
5436
  ] }, y + v)
5438
5437
  );
5439
- }), d = ja(() => {
5438
+ }), d = wa(() => {
5440
5439
  var b, g;
5441
- const y = (b = u == null ? void 0 : u[0]) != null && b.schema ? ze(u[0].schema) : void 0, v = new pc({
5440
+ const y = (b = u == null ? void 0 : u[0]) != null && b.schema ? ze(u[0].schema) : void 0, v = new fc({
5442
5441
  method: e.method.toLocaleUpperCase(),
5443
5442
  url: (((g = s.data) == null ? void 0 : g.schema.url) ?? "") + e.path.replaceAll("{", ":").replaceAll("}", ""),
5444
5443
  postData: y ? {
@@ -5452,7 +5451,7 @@ const vc = ({ content: e }) => {
5452
5451
  headersSize: 0,
5453
5452
  bodySize: 0
5454
5453
  });
5455
- return xc(v, c);
5454
+ return bc(v, c);
5456
5455
  }, [c, e.method, e.path, u]);
5457
5456
  return /* @__PURE__ */ f.jsxs("aside", { className: "flex flex-col overflow-hidden sticky top-[--scroll-padding] gap-4", children: [
5458
5457
  /* @__PURE__ */ f.jsxs(cn, { children: [
@@ -5463,7 +5462,7 @@ const vc = ({ content: e }) => {
5463
5462
  p
5464
5463
  ] }),
5465
5464
  /* @__PURE__ */ f.jsx(
5466
- hc,
5465
+ mc,
5467
5466
  {
5468
5467
  server: ((h = s.data) == null ? void 0 : h.schema.url) ?? "",
5469
5468
  operation: e
@@ -5508,9 +5507,9 @@ const vc = ({ content: e }) => {
5508
5507
  )
5509
5508
  ] })
5510
5509
  ] }),
5511
- u && /* @__PURE__ */ f.jsx(vc, { content: u }),
5510
+ u && /* @__PURE__ */ f.jsx(gc, { content: u }),
5512
5511
  e.responses.length > 0 && /* @__PURE__ */ f.jsx(
5513
- bc,
5512
+ vc,
5514
5513
  {
5515
5514
  selectedResponse: t,
5516
5515
  onSelectResponse: n,
@@ -5518,7 +5517,7 @@ const vc = ({ content: e }) => {
5518
5517
  }
5519
5518
  )
5520
5519
  ] });
5521
- }, Sc = cr(`
5520
+ }, kc = cr(`
5522
5521
  query GetCategories($input: JSON!, $type: SchemaType!) {
5523
5522
  schema(input: $input, type: $type) {
5524
5523
  tags {
@@ -5536,10 +5535,10 @@ const vc = ({ content: e }) => {
5536
5535
  }
5537
5536
  }
5538
5537
  }
5539
- `), wc = () => {
5540
- const e = za(), t = e instanceof Error ? /* @__PURE__ */ f.jsx(Je, { code: e.message }) : "An unknown error occurred";
5538
+ `), Sc = () => {
5539
+ const e = Va(), t = e instanceof Error ? /* @__PURE__ */ f.jsx(Je, { code: e.message }) : "An unknown error occurred";
5541
5540
  return /* @__PURE__ */ f.jsx(va, { category: "Error", title: "An error occurred", message: t });
5542
- }, jc = {
5541
+ }, wc = {
5543
5542
  get: "green",
5544
5543
  post: "blue",
5545
5544
  put: "yellow",
@@ -5547,8 +5546,8 @@ const vc = ({ content: e }) => {
5547
5546
  patch: "purple",
5548
5547
  options: "gray",
5549
5548
  head: "gray"
5550
- }, Jc = (e) => {
5551
- const t = $a(e.navigationId ?? "/reference"), n = e.server ? new na({
5549
+ }, Vc = (e) => {
5550
+ const t = "/reference", n = e.server ? new na({
5552
5551
  url: e.server,
5553
5552
  exchanges: [ra, aa]
5554
5553
  }) : ua({ useMemoryClient: e.inMemory ?? !1 });
@@ -5611,9 +5610,9 @@ const vc = ({ content: e }) => {
5611
5610
  }
5612
5611
  }),
5613
5612
  getSidebar: async (a) => {
5614
- if (!Ja({ path: t, end: !1 }, a))
5613
+ if (!za({ path: t, end: !1 }, a))
5615
5614
  return [];
5616
- const { data: s } = await n.query(Sc, {
5615
+ const { data: s } = await n.query(kc, {
5617
5616
  input: e.input,
5618
5617
  type: e.type
5619
5618
  });
@@ -5629,7 +5628,7 @@ const vc = ({ content: e }) => {
5629
5628
  href: `#${o.slug}`,
5630
5629
  badge: {
5631
5630
  label: o.method,
5632
- color: jc[o.method.toLowerCase()]
5631
+ color: wc[o.method.toLowerCase()]
5633
5632
  }
5634
5633
  }))
5635
5634
  }));
@@ -5642,12 +5641,12 @@ const vc = ({ content: e }) => {
5642
5641
  getRoutes: () => [
5643
5642
  {
5644
5643
  async lazy() {
5645
- const { OpenApiRoute: a } = await import("./Route-KYwufmmO.js");
5644
+ const { OpenApiRoute: a } = await import("./Route-CWj1ECzh.js");
5646
5645
  return {
5647
5646
  element: /* @__PURE__ */ f.jsx(a, { client: n, config: e })
5648
5647
  };
5649
5648
  },
5650
- errorElement: /* @__PURE__ */ f.jsx(wc, {}),
5649
+ errorElement: /* @__PURE__ */ f.jsx(Sc, {}),
5651
5650
  children: [
5652
5651
  {
5653
5652
  path: t,
@@ -5655,7 +5654,7 @@ const vc = ({ content: e }) => {
5655
5654
  {
5656
5655
  index: !0,
5657
5656
  async lazy() {
5658
- const { OperationList: a } = await import("./OperationList-BAOaUAni.js");
5657
+ const { OperationList: a } = await import("./OperationList-Da36LrGl.js");
5659
5658
  return { element: /* @__PURE__ */ f.jsx(a, {}) };
5660
5659
  }
5661
5660
  }
@@ -5668,8 +5667,8 @@ const vc = ({ content: e }) => {
5668
5667
  };
5669
5668
  export {
5670
5669
  Xt as C,
5671
- Vc as O,
5672
- zc as S,
5670
+ Mc as O,
5671
+ Bc as S,
5673
5672
  mn as T,
5674
5673
  it as a,
5675
5674
  pr as b,
@@ -5679,7 +5678,7 @@ export {
5679
5678
  Ne as f,
5680
5679
  Te as g,
5681
5680
  cr as h,
5682
- Jc as o,
5683
- mc as u
5681
+ Vc as o,
5682
+ pc as u
5684
5683
  };
5685
- //# sourceMappingURL=index-Czh7v7RH.js.map
5684
+ //# sourceMappingURL=index-DIkaYL-l.js.map