zudoku 0.13.1 → 0.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config/validators/InputSidebarSchema.d.ts +19 -4
- package/dist/config/validators/InputSidebarSchema.js +7 -28
- package/dist/config/validators/InputSidebarSchema.js.map +1 -1
- package/dist/config/validators/SidebarSchema.js +5 -6
- package/dist/config/validators/SidebarSchema.js.map +1 -1
- package/dist/config/validators/validate.d.ts +6 -6
- package/dist/lib/components/MobileTopNavigation.js +1 -1
- package/dist/lib/components/MobileTopNavigation.js.map +1 -1
- package/dist/lib/components/navigation/Sidebar.js +1 -1
- package/dist/lib/components/navigation/Sidebar.js.map +1 -1
- package/dist/lib/components/navigation/SidebarCategory.js +18 -7
- package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
- package/dist/lib/components/navigation/SidebarItem.js +12 -5
- package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
- package/dist/lib/plugins/custom-pages/CustomPage.js +2 -1
- package/dist/lib/plugins/custom-pages/CustomPage.js.map +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/Playground.js +1 -0
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/vite/plugin-mdx.js +17 -0
- package/dist/vite/plugin-mdx.js.map +1 -1
- package/lib/{AuthenticationPlugin-CbgJ5SAh.js → AuthenticationPlugin-D1nhROkO.js} +3 -3
- package/lib/{AuthenticationPlugin-CbgJ5SAh.js.map → AuthenticationPlugin-D1nhROkO.js.map} +1 -1
- package/lib/CategoryHeading-B7TlPvuN.js +10 -0
- package/lib/CategoryHeading-B7TlPvuN.js.map +1 -0
- package/lib/{DeveloperHint-CiXPc9Xm.js → DeveloperHint-B_QCCafl.js} +2 -2
- package/lib/{DeveloperHint-CiXPc9Xm.js.map → DeveloperHint-B_QCCafl.js.map} +1 -1
- package/lib/ErrorPage-DqqAV1dr.js +16 -0
- package/lib/{ErrorPage-B-zoPPVx.js.map → ErrorPage-DqqAV1dr.js.map} +1 -1
- package/lib/{Input-QMLhK7Rb.js → Input-a9rLgbP_.js} +4 -4
- package/lib/{Input-QMLhK7Rb.js.map → Input-a9rLgbP_.js.map} +1 -1
- package/lib/{Markdown-D6Nze6qq.js → Markdown-Y__eLG0x.js} +5677 -3406
- package/lib/Markdown-Y__eLG0x.js.map +1 -0
- package/lib/{MdxPage-DBhq6-5F.js → MdxPage-B4FcPIi5.js} +15 -15
- package/lib/MdxPage-B4FcPIi5.js.map +1 -0
- package/lib/{OperationList-Ba24gUd2.js → OperationList-BhLMwPSh.js} +23 -23
- package/lib/{OperationList-Ba24gUd2.js.map → OperationList-BhLMwPSh.js.map} +1 -1
- package/lib/{Route-DI38nxYt.js → Route-fK1i4Ryz.js} +3 -3
- package/lib/{Route-DI38nxYt.js.map → Route-fK1i4Ryz.js.map} +1 -1
- package/lib/{SidebarBadge-B9-VJSQr.js → SidebarBadge-BdzN0ZBK.js} +3 -3
- package/lib/{SidebarBadge-B9-VJSQr.js.map → SidebarBadge-BdzN0ZBK.js.map} +1 -1
- package/lib/{SlotletProvider-Cb8mGpBO.js → SlotletProvider-DmqWiVFt.js} +17 -16
- package/lib/{SlotletProvider-Cb8mGpBO.js.map → SlotletProvider-DmqWiVFt.js.map} +1 -1
- package/lib/{ZudokuContext-BEmsYQoq.js → ZudokuContext-MRoel6bS.js} +2 -2
- package/lib/{ZudokuContext-BEmsYQoq.js.map → ZudokuContext-MRoel6bS.js.map} +1 -1
- package/lib/{index-dgcPryXi.js → index-BijFM__9.js} +3 -3
- package/lib/{index-dgcPryXi.js.map → index-BijFM__9.js.map} +1 -1
- package/lib/{index-BRCiYFaL.js → index-DFN92YJN.js} +3 -2
- package/lib/{index-BRCiYFaL.js.map → index-DFN92YJN.js.map} +1 -1
- package/lib/{index-g_JJcuFg.js → index-_GxJ8hpM.js} +35 -36
- package/lib/{index-g_JJcuFg.js.map → index-_GxJ8hpM.js.map} +1 -1
- package/lib/{index-DA74gNq3.js → index-dHVZhVNO.js} +111 -111
- package/lib/index-dHVZhVNO.js.map +1 -0
- package/lib/{router-Oe6YmY6B.js → router-BsfSoK2j.js} +3 -3
- package/lib/{router-Oe6YmY6B.js.map → router-BsfSoK2j.js.map} +1 -1
- package/lib/{useExposedProps-Csw8oAlt.js → useExposedProps-BWwxa-Hg.js} +2 -2
- package/lib/{useExposedProps-Csw8oAlt.js.map → useExposedProps-BWwxa-Hg.js.map} +1 -1
- package/lib/{utils-Chi3p5nE.js → utils-C8S3st2k.js} +3 -3
- package/lib/{utils-Chi3p5nE.js.map → utils-C8S3st2k.js.map} +1 -1
- package/lib/zudoku.auth-clerk.js +1 -1
- package/lib/zudoku.auth-openid.js +5 -5
- package/lib/zudoku.components.js +650 -644
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +7 -7
- package/lib/zudoku.plugin-custom-pages.js +14 -14
- package/lib/zudoku.plugin-custom-pages.js.map +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-openapi.js +7 -7
- package/lib/zudoku.plugin-redirect.js +1 -1
- package/package.json +1 -1
- package/src/app/main.css +0 -1
- package/src/lib/components/MobileTopNavigation.tsx +1 -1
- package/src/lib/components/navigation/Sidebar.tsx +1 -1
- package/src/lib/components/navigation/SidebarCategory.tsx +34 -26
- package/src/lib/components/navigation/SidebarItem.tsx +16 -17
- package/src/lib/plugins/custom-pages/CustomPage.tsx +4 -1
- package/src/lib/plugins/markdown/MdxPage.tsx +10 -8
- package/src/lib/plugins/openapi/playground/Playground.tsx +1 -0
- package/lib/ErrorPage-B-zoPPVx.js +0 -15
- package/lib/Markdown-D6Nze6qq.js.map +0 -1
- package/lib/MdxPage-DBhq6-5F.js.map +0 -1
- package/lib/cn-BmFQLtkS.js +0 -2279
- package/lib/cn-BmFQLtkS.js.map +0 -1
- package/lib/index-DA74gNq3.js.map +0 -1
|
@@ -1,23 +1,22 @@
|
|
|
1
1
|
import { j as p } from "./jsx-runtime-B6kdoens.js";
|
|
2
|
-
import { z as ma, A as ha } from "./ZudokuContext-
|
|
2
|
+
import { z as ma, A as ha } from "./ZudokuContext-MRoel6bS.js";
|
|
3
3
|
import { XIcon as cr, EraserIcon as ur, ChevronsUpDownIcon as ya, LogInIcon as va, CirclePlayIcon as ga } from "lucide-react";
|
|
4
4
|
import { createClient as ba } from "zudoku/openapi-worker";
|
|
5
|
-
import { c as xa, h as ka, u as $a, a as Sa, P as ft, b as vt, B as je, S as wa, V as ja, n as Na } from "./index-
|
|
6
|
-
import { E as Ta } from "./ErrorPage-
|
|
7
|
-
import { b as Oa, S as We,
|
|
5
|
+
import { c as xa, h as ka, u as $a, a as Sa, P as ft, b as vt, B as je, S as wa, V as ja, n as Na } from "./index-_GxJ8hpM.js";
|
|
6
|
+
import { E as Ta } from "./ErrorPage-DqqAV1dr.js";
|
|
7
|
+
import { a as F, b as Oa, S as We, C as Ca } from "./Markdown-Y__eLG0x.js";
|
|
8
8
|
import { j as Pa } from "./joinPath-B7kNnUX4.js";
|
|
9
9
|
import * as P from "react";
|
|
10
10
|
import { useRef as dr, useEffect as pr, useState as fr, useTransition as mr, Fragment as Ze, createContext as Ea, useContext as Ra, useMemo as Aa } from "react";
|
|
11
|
-
import { O as hr, C as yr, a as qa, b as vr, D as gr, e as Fa, d as Ia, T as _a, c as br, R as La, I as Ua, P as Ma, f as me } from "./SidebarBadge-
|
|
12
|
-
import { c as F } from "./
|
|
13
|
-
import { g as Yt, I as it, C as $e, h as Ha, u as Ba, a as Va, S as vn, b as gn, c as bn, d as xn, f as gt, F as za } from "./Input-QMLhK7Rb.js";
|
|
11
|
+
import { O as hr, C as yr, a as qa, b as vr, D as gr, e as Fa, d as Ia, T as _a, c as br, R as La, I as Ua, P as Ma, f as me } from "./SidebarBadge-BdzN0ZBK.js";
|
|
12
|
+
import { g as Yt, I as it, C as $e, h as Ha, u as Ba, a as Va, S as vn, b as gn, c as bn, d as xn, f as gt, F as za } from "./Input-a9rLgbP_.js";
|
|
14
13
|
import { a as xr } from "./state-CsuHT8ZO.js";
|
|
15
14
|
import { S as kn } from "./Spinner-3cQDBVGr.js";
|
|
16
15
|
import { g as Da, c as Me, a as Ja } from "./index-DJqnphbT.js";
|
|
17
|
-
import { b as Wa, d as Ga } from "./index-
|
|
16
|
+
import { b as Wa, d as Ga } from "./index-DFN92YJN.js";
|
|
18
17
|
import { o as $n, s as _t, t as Qa, a as Ka, c as Ya, C as Xa, b as Za, f as ei } from "./urql-core-KJnLL26g.js";
|
|
19
|
-
import {
|
|
20
|
-
var kr = {}, mt = P.createContext(kr),
|
|
18
|
+
import { b as ti } from "./router-BsfSoK2j.js";
|
|
19
|
+
var kr = {}, mt = P.createContext(kr), lu = mt.Provider;
|
|
21
20
|
mt.Consumer;
|
|
22
21
|
mt.displayName = "UrqlContext";
|
|
23
22
|
var ni = () => {
|
|
@@ -927,7 +926,7 @@ const ki = P.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ p.jsx(
|
|
|
927
926
|
}
|
|
928
927
|
));
|
|
929
928
|
ki.displayName = "CardFooter";
|
|
930
|
-
var Xt = "Tabs", [$i,
|
|
929
|
+
var Xt = "Tabs", [$i, cu] = xa(Xt, [
|
|
931
930
|
br
|
|
932
931
|
]), Cr = br(), [Si, Zt] = $i(Xt), Pr = P.forwardRef(
|
|
933
932
|
(e, t) => {
|
|
@@ -1515,18 +1514,18 @@ const kt = (e) => Math.abs(
|
|
|
1515
1514
|
const { selectedServer: l, setSelectedServer: c } = xr(), [, u] = mr(), { register: f, control: d, handleSubmit: m, watch: h, setValue: v, ...g } = Ba({
|
|
1516
1515
|
defaultValues: {
|
|
1517
1516
|
body: o,
|
|
1518
|
-
queryParams: i.map((
|
|
1519
|
-
name:
|
|
1520
|
-
value:
|
|
1521
|
-
active:
|
|
1517
|
+
queryParams: i.map((k) => ({
|
|
1518
|
+
name: k.name,
|
|
1519
|
+
value: k.defaultValue ?? "",
|
|
1520
|
+
active: k.defaultActive ?? !1
|
|
1522
1521
|
})),
|
|
1523
|
-
pathParams: r.map((
|
|
1524
|
-
name:
|
|
1525
|
-
value:
|
|
1522
|
+
pathParams: r.map((k) => ({
|
|
1523
|
+
name: k.name,
|
|
1524
|
+
value: k.defaultValue ?? ""
|
|
1526
1525
|
})),
|
|
1527
|
-
headers: s.map((
|
|
1528
|
-
name:
|
|
1529
|
-
value:
|
|
1526
|
+
headers: s.map((k) => ({
|
|
1527
|
+
name: k.name,
|
|
1528
|
+
value: k.defaultValue ?? ""
|
|
1530
1529
|
})),
|
|
1531
1530
|
identity: et
|
|
1532
1531
|
}
|
|
@@ -1534,19 +1533,20 @@ const kt = (e) => Math.abs(
|
|
|
1534
1533
|
pr(() => {
|
|
1535
1534
|
var L;
|
|
1536
1535
|
if (x.current) return;
|
|
1537
|
-
const
|
|
1538
|
-
|
|
1536
|
+
const k = (L = y.data) == null ? void 0 : L.at(0);
|
|
1537
|
+
k && (v("identity", k.id), x.current = !0);
|
|
1539
1538
|
}, [v, y.data]);
|
|
1540
|
-
const
|
|
1541
|
-
mutationFn: async (
|
|
1539
|
+
const $ = Va({
|
|
1540
|
+
mutationFn: async (k) => {
|
|
1542
1541
|
var B, D;
|
|
1543
|
-
const L = Ni(l ?? e, n,
|
|
1542
|
+
const L = Ni(l ?? e, n, k), I = performance.now(), z = new Request(L, {
|
|
1544
1543
|
method: a.toUpperCase(),
|
|
1545
1544
|
headers: Object.fromEntries(
|
|
1546
|
-
|
|
1547
|
-
)
|
|
1545
|
+
k.headers.filter((_) => _.name).map((_) => [_.name, _.value])
|
|
1546
|
+
),
|
|
1547
|
+
body: k.body ? k.body : void 0
|
|
1548
1548
|
});
|
|
1549
|
-
|
|
1549
|
+
k.identity !== et && ((D = (B = y.data) == null ? void 0 : B.find((_) => _.id === k.identity)) == null || D.authorizeRequest(z));
|
|
1550
1550
|
try {
|
|
1551
1551
|
const _ = await fetch(z, {
|
|
1552
1552
|
signal: AbortSignal.timeout(5e3)
|
|
@@ -1564,42 +1564,42 @@ const kt = (e) => Math.abs(
|
|
|
1564
1564
|
) : _;
|
|
1565
1565
|
}
|
|
1566
1566
|
}
|
|
1567
|
-
}), S = n.split("/").map((
|
|
1567
|
+
}), S = n.split("/").map((k, L, I) => {
|
|
1568
1568
|
var he;
|
|
1569
|
-
const z =
|
|
1569
|
+
const z = k.startsWith("{") && k.endsWith("}") || k.startsWith(":"), B = k.replace(/[:{}]/g, ""), D = (he = b.pathParams.find((pe) => pe.name === B)) == null ? void 0 : he.value, _ = D ? /* @__PURE__ */ p.jsx(rn, { backgroundOpacity: "25%", name: k, slug: k, children: encodeURIComponent(D) }) : /* @__PURE__ */ p.jsx(
|
|
1570
1570
|
"span",
|
|
1571
1571
|
{
|
|
1572
1572
|
className: "underline decoration-wavy decoration-red-500",
|
|
1573
1573
|
title: `Missing value for path parameter \`${B}\``,
|
|
1574
|
-
children:
|
|
1574
|
+
children: k
|
|
1575
1575
|
}
|
|
1576
1576
|
);
|
|
1577
1577
|
return (
|
|
1578
1578
|
// eslint-disable-next-line react/no-array-index-key
|
|
1579
1579
|
/* @__PURE__ */ p.jsxs(Ze, { children: [
|
|
1580
|
-
z ? _ :
|
|
1580
|
+
z ? _ : k,
|
|
1581
1581
|
L < I.length - 1 && "/",
|
|
1582
1582
|
/* @__PURE__ */ p.jsx("wbr", {})
|
|
1583
|
-
] },
|
|
1583
|
+
] }, k + L)
|
|
1584
1584
|
);
|
|
1585
|
-
}), j = Array.from(((A =
|
|
1586
|
-
|
|
1585
|
+
}), j = Array.from(((A = $.data) == null ? void 0 : A.headers.entries()) ?? []), R = b.queryParams.filter((k) => k.active).map((k, L, I) => /* @__PURE__ */ p.jsxs(Ze, { children: [
|
|
1586
|
+
k.name,
|
|
1587
1587
|
"=",
|
|
1588
|
-
encodeURIComponent(
|
|
1588
|
+
encodeURIComponent(k.value).replaceAll("%20", "+"),
|
|
1589
1589
|
L < I.length - 1 && "&",
|
|
1590
1590
|
/* @__PURE__ */ p.jsx("wbr", {})
|
|
1591
|
-
] },
|
|
1591
|
+
] }, k.name)), E = /* @__PURE__ */ p.jsx("div", { className: "inline-block opacity-50 hover:opacity-100 transition", children: t && t.length > 1 ? /* @__PURE__ */ p.jsxs(
|
|
1592
1592
|
vn,
|
|
1593
1593
|
{
|
|
1594
|
-
onValueChange: (
|
|
1594
|
+
onValueChange: (k) => {
|
|
1595
1595
|
u(() => {
|
|
1596
|
-
c(
|
|
1596
|
+
c(k);
|
|
1597
1597
|
});
|
|
1598
1598
|
},
|
|
1599
1599
|
value: l,
|
|
1600
1600
|
children: [
|
|
1601
1601
|
/* @__PURE__ */ p.jsx(gn, { className: "p-0 border-none flex-row-reverse bg-transparent text-xs gap-0.5 h-auto", children: /* @__PURE__ */ p.jsx(bn, {}) }),
|
|
1602
|
-
/* @__PURE__ */ p.jsx(xn, { children: t.map((
|
|
1602
|
+
/* @__PURE__ */ p.jsx(xn, { children: t.map((k) => /* @__PURE__ */ p.jsx(gt, { value: k, children: k.replace(/^https?:\/\//, "") }, k)) })
|
|
1603
1603
|
]
|
|
1604
1604
|
}
|
|
1605
1605
|
) : /* @__PURE__ */ p.jsx("span", { children: e.replace(/^https?:\/\//, "") }) });
|
|
@@ -1612,7 +1612,7 @@ const kt = (e) => Math.abs(
|
|
|
1612
1612
|
watch: h,
|
|
1613
1613
|
setValue: v,
|
|
1614
1614
|
...g,
|
|
1615
|
-
children: /* @__PURE__ */ p.jsx("form", { onSubmit: m((
|
|
1615
|
+
children: /* @__PURE__ */ p.jsx("form", { onSubmit: m((k) => $.mutateAsync(k)), children: /* @__PURE__ */ p.jsxs("div", { className: "grid grid-cols-[8fr_7fr] text-sm h-full", children: [
|
|
1616
1616
|
/* @__PURE__ */ p.jsxs("div", { className: "flex flex-col gap-4 p-8 bg-muted/50 after:bg-muted-foreground/20 relative after:absolute after:w-px after:inset-0 after:left-auto", children: [
|
|
1617
1617
|
/* @__PURE__ */ p.jsxs("div", { className: "flex gap-2 items-stretch", children: [
|
|
1618
1618
|
/* @__PURE__ */ p.jsxs("div", { className: "flex flex-1 items-center w-full border rounded-md", children: [
|
|
@@ -1655,14 +1655,14 @@ const kt = (e) => Math.abs(
|
|
|
1655
1655
|
/* @__PURE__ */ p.jsxs(
|
|
1656
1656
|
vn,
|
|
1657
1657
|
{
|
|
1658
|
-
onValueChange: (
|
|
1658
|
+
onValueChange: (k) => v("identity", k),
|
|
1659
1659
|
value: b.identity,
|
|
1660
1660
|
defaultValue: b.identity,
|
|
1661
1661
|
children: [
|
|
1662
1662
|
/* @__PURE__ */ p.jsx(gn, { className: "w-[180px] flex", children: y.isPending ? /* @__PURE__ */ p.jsx(kn, {}) : /* @__PURE__ */ p.jsx(bn, {}) }),
|
|
1663
1663
|
/* @__PURE__ */ p.jsxs(xn, { align: "center", children: [
|
|
1664
1664
|
/* @__PURE__ */ p.jsx(gt, { value: et, children: "None" }),
|
|
1665
|
-
(H = y.data) == null ? void 0 : H.map((
|
|
1665
|
+
(H = y.data) == null ? void 0 : H.map((k) => /* @__PURE__ */ p.jsx(gt, { value: k.id, children: k.label }, k.id))
|
|
1666
1666
|
] })
|
|
1667
1667
|
]
|
|
1668
1668
|
}
|
|
@@ -1691,32 +1691,32 @@ const kt = (e) => Math.abs(
|
|
|
1691
1691
|
}
|
|
1692
1692
|
)
|
|
1693
1693
|
] }),
|
|
1694
|
-
/* @__PURE__ */ p.jsx("div", { className: "min-w-0 p-8 bg-muted/70", children:
|
|
1695
|
-
b.pathParams.some((
|
|
1694
|
+
/* @__PURE__ */ p.jsx("div", { className: "min-w-0 p-8 bg-muted/70", children: $.error ? /* @__PURE__ */ p.jsxs("div", { className: "flex flex-col gap-2", children: [
|
|
1695
|
+
b.pathParams.some((k) => k.value === "") && /* @__PURE__ */ p.jsx(Ca, { type: "caution", children: "Some path parameters are missing values. Please fill them in to ensure the request is sent correctly." }),
|
|
1696
1696
|
/* @__PURE__ */ p.jsxs(ot, { children: [
|
|
1697
1697
|
/* @__PURE__ */ p.jsx(Nr, { children: /* @__PURE__ */ p.jsx(Tr, { children: "Request failed" }) }),
|
|
1698
1698
|
/* @__PURE__ */ p.jsxs(Or, { children: [
|
|
1699
1699
|
"Error:",
|
|
1700
1700
|
" ",
|
|
1701
|
-
|
|
1701
|
+
$.error.message || String($.error) || "Unexpected error"
|
|
1702
1702
|
] })
|
|
1703
1703
|
] })
|
|
1704
|
-
] }) :
|
|
1704
|
+
] }) : $.data ? /* @__PURE__ */ p.jsxs("div", { className: "flex flex-col gap-2", children: [
|
|
1705
1705
|
/* @__PURE__ */ p.jsx("div", { className: "flex gap-2", children: /* @__PURE__ */ p.jsxs("div", { className: "flex text-xs gap-6", children: [
|
|
1706
1706
|
/* @__PURE__ */ p.jsxs("div", { children: [
|
|
1707
1707
|
"Status: ",
|
|
1708
|
-
|
|
1708
|
+
$.data.status,
|
|
1709
1709
|
" ",
|
|
1710
|
-
Ii[
|
|
1710
|
+
Ii[$.data.status] ?? ""
|
|
1711
1711
|
] }),
|
|
1712
1712
|
/* @__PURE__ */ p.jsxs("div", { children: [
|
|
1713
1713
|
"Time: ",
|
|
1714
|
-
|
|
1714
|
+
$.data.time.toFixed(0),
|
|
1715
1715
|
"ms"
|
|
1716
1716
|
] }),
|
|
1717
1717
|
/* @__PURE__ */ p.jsxs("div", { children: [
|
|
1718
1718
|
"Size: ",
|
|
1719
|
-
|
|
1719
|
+
$.data.size,
|
|
1720
1720
|
" B"
|
|
1721
1721
|
] })
|
|
1722
1722
|
] }) }),
|
|
@@ -1728,8 +1728,8 @@ const kt = (e) => Math.abs(
|
|
|
1728
1728
|
/* @__PURE__ */ p.jsx(Ce, { value: "response", children: /* @__PURE__ */ p.jsx(
|
|
1729
1729
|
Fi,
|
|
1730
1730
|
{
|
|
1731
|
-
headers:
|
|
1732
|
-
body:
|
|
1731
|
+
headers: $.data.headers,
|
|
1732
|
+
body: $.data.body
|
|
1733
1733
|
}
|
|
1734
1734
|
) }),
|
|
1735
1735
|
/* @__PURE__ */ p.jsx(Ce, { value: "headers", children: /* @__PURE__ */ p.jsxs(
|
|
@@ -1739,15 +1739,15 @@ const kt = (e) => Math.abs(
|
|
|
1739
1739
|
children: [
|
|
1740
1740
|
/* @__PURE__ */ p.jsx("div", { className: "font-semibold", children: "Key" }),
|
|
1741
1741
|
/* @__PURE__ */ p.jsx("div", { className: "font-semibold", children: "Value" }),
|
|
1742
|
-
j.map(([
|
|
1743
|
-
/* @__PURE__ */ p.jsx("div", { children:
|
|
1742
|
+
j.map(([k, L]) => /* @__PURE__ */ p.jsxs(Ze, { children: [
|
|
1743
|
+
/* @__PURE__ */ p.jsx("div", { children: k }),
|
|
1744
1744
|
/* @__PURE__ */ p.jsx("div", { className: "break-words", children: L })
|
|
1745
|
-
] },
|
|
1745
|
+
] }, k))
|
|
1746
1746
|
]
|
|
1747
1747
|
}
|
|
1748
1748
|
) })
|
|
1749
1749
|
] })
|
|
1750
|
-
] }) : /* @__PURE__ */ p.jsx("div", { className: "grid place-items-center h-full", children: /* @__PURE__ */ p.jsx("span", { className: "text-[16px] font-semibold text-muted-foreground", children:
|
|
1750
|
+
] }) : /* @__PURE__ */ p.jsx("div", { className: "grid place-items-center h-full", children: /* @__PURE__ */ p.jsx("span", { className: "text-[16px] font-semibold text-muted-foreground", children: $.isPending ? /* @__PURE__ */ p.jsx(kn, {}) : "Send a request first to see the response here" }) }) })
|
|
1751
1751
|
] }) })
|
|
1752
1752
|
}
|
|
1753
1753
|
);
|
|
@@ -3090,8 +3090,8 @@ ${c}` });
|
|
|
3090
3090
|
y.forEach(({ value: j, name: R, escape: E }) => {
|
|
3091
3091
|
j != null && x.push(`${R} => ${E ? JSON.stringify(j) : j},`);
|
|
3092
3092
|
});
|
|
3093
|
-
const
|
|
3094
|
-
|
|
3093
|
+
const $ = i.map((j) => `${encodeURIComponent(j.name)}=${encodeURIComponent(j.value)}`);
|
|
3094
|
+
$.length && x.push(`CURLOPT_COOKIE => "${$.join("; ")}",`);
|
|
3095
3095
|
const S = Object.keys(r).sort().map((j) => `"${j}: ${G(r[j])}"`);
|
|
3096
3096
|
return S.length && (x.push("CURLOPT_HTTPHEADER => ["), x.push(S.join(`,
|
|
3097
3097
|
${c}${c}`), 1), x.push("],")), v(x.join(), 1), v("]);"), g(), v("$response = curl_exec($curl);"), v("$err = curl_error($curl);"), g(), v("curl_close($curl);"), g(), v("if ($err) {"), v(f ? 'echo array_flip(get_defined_constants(true)["curl"])[$err];' : 'echo "cURL Error #:" . $err;', 1), v("} else {"), v("echo $response;", 1), v("}"), !d && l && (g(), v("?>")), b();
|
|
@@ -3189,22 +3189,22 @@ ${c}${c}`), 1), x.push("],")), v(x.join(), 1), v("]);"), g(), v("$response = cur
|
|
|
3189
3189
|
if (!e.params)
|
|
3190
3190
|
break;
|
|
3191
3191
|
const g = [], b = {};
|
|
3192
|
-
e.params.forEach(({ name:
|
|
3192
|
+
e.params.forEach(({ name: $, fileName: S, value: j, contentType: R }) => {
|
|
3193
3193
|
if (S) {
|
|
3194
3194
|
g.push({
|
|
3195
|
-
name:
|
|
3195
|
+
name: $,
|
|
3196
3196
|
type: R,
|
|
3197
3197
|
file: S,
|
|
3198
3198
|
data: j
|
|
3199
3199
|
});
|
|
3200
3200
|
return;
|
|
3201
3201
|
}
|
|
3202
|
-
j && (b[
|
|
3202
|
+
j && (b[$] = j);
|
|
3203
3203
|
});
|
|
3204
3204
|
const y = Object.keys(b).length ? q(b, l) : "null", x = g.length ? q(g, l) : "null";
|
|
3205
3205
|
if (f("$body = new http\\Message\\Body;"), f(`$body->addForm(${y}, ${x});`), ht(t, "content-type") && (v = de(t, "content-type")) != null && v.indexOf("boundary")) {
|
|
3206
|
-
const
|
|
3207
|
-
|
|
3206
|
+
const $ = Z(t, "content-type");
|
|
3207
|
+
$ && delete t[$];
|
|
3208
3208
|
}
|
|
3209
3209
|
d(), h = !0;
|
|
3210
3210
|
break;
|
|
@@ -3412,8 +3412,8 @@ var Ee = (e, t, n) => {
|
|
|
3412
3412
|
const d = de(s, "cookie"), m = de(s, "accept"), h = d ? `set_cookies(\`${String(d).replace(/;/g, '", `').replace(/` /g, "`").replace(/[=]/g, '` = "')}")` : void 0, v = m ? `accept("${G(m)}")` : void 0, g = `content_type("${G(a.mimeType)}")`, b = Object.entries(s).filter(([S]) => !["cookie", "accept", "content-type"].includes(S.toLowerCase())).map(([S, j]) => `'${S}' = '${De(j)}'`).join(", "), y = b ? `add_headers(${b})` : void 0;
|
|
3413
3413
|
let x = `response <- VERB("${i}", url`;
|
|
3414
3414
|
f && (x += ", body = payload"), n.length && (x += ", query = queryString");
|
|
3415
|
-
const
|
|
3416
|
-
return
|
|
3415
|
+
const $ = [y, g, v, h].filter((S) => !!S).join(", ");
|
|
3416
|
+
return $ && (x += `, ${$}`), (a.text || a.jsonObj || a.params) && (x += ", encode = encode"), x += ")", r(x), o(), r('content(response, "text")'), l();
|
|
3417
3417
|
}
|
|
3418
3418
|
}, Vo = {
|
|
3419
3419
|
info: {
|
|
@@ -3518,7 +3518,7 @@ ${o}` : " "
|
|
|
3518
3518
|
break;
|
|
3519
3519
|
case "application/x-www-form-urlencoded":
|
|
3520
3520
|
i.params ? i.params.forEach((y) => {
|
|
3521
|
-
const x = y.name,
|
|
3521
|
+
const x = y.name, $ = encodeURIComponent(y.name), S = $ !== x, j = S ? $ : x, R = c ? "--data-binary" : S ? "--data-urlencode" : h("data");
|
|
3522
3522
|
d(`${R} ${K(`${j}=${y.value}`)}`);
|
|
3523
3523
|
}) : d(`${c ? "--data-binary" : h("data")} ${K(i.text)}`);
|
|
3524
3524
|
break;
|
|
@@ -3757,7 +3757,7 @@ lt.exports;
|
|
|
3757
3757
|
overflow: "Overflow: input needs wider integers to process",
|
|
3758
3758
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
3759
3759
|
"invalid-input": "Invalid input"
|
|
3760
|
-
},
|
|
3760
|
+
}, $ = l - c, S = Math.floor, j = String.fromCharCode, R;
|
|
3761
3761
|
function E(w) {
|
|
3762
3762
|
throw new RangeError(x[w]);
|
|
3763
3763
|
}
|
|
@@ -3772,7 +3772,7 @@ lt.exports;
|
|
|
3772
3772
|
var V = w.split("."), te = A(V, N).join(".");
|
|
3773
3773
|
return U + te;
|
|
3774
3774
|
}
|
|
3775
|
-
function
|
|
3775
|
+
function k(w) {
|
|
3776
3776
|
for (var N = [], C = 0, U = w.length, V, te; C < U; )
|
|
3777
3777
|
V = w.charCodeAt(C++), V >= 55296 && V <= 56319 && C < U ? (te = w.charCodeAt(C++), (te & 64512) == 56320 ? N.push(((V & 1023) << 10) + (te & 1023) + 65536) : (N.push(V), C--)) : N.push(V);
|
|
3778
3778
|
return N;
|
|
@@ -3791,9 +3791,9 @@ lt.exports;
|
|
|
3791
3791
|
}
|
|
3792
3792
|
function B(w, N, C) {
|
|
3793
3793
|
var U = 0;
|
|
3794
|
-
for (w = C ? S(w / d) : w >> 1, w += S(w / N); w >
|
|
3795
|
-
w = S(w /
|
|
3796
|
-
return S(U + (
|
|
3794
|
+
for (w = C ? S(w / d) : w >> 1, w += S(w / N); w > $ * u >> 1; U += l)
|
|
3795
|
+
w = S(w / $);
|
|
3796
|
+
return S(U + ($ + 1) * w / (w + f));
|
|
3797
3797
|
}
|
|
3798
3798
|
function D(w) {
|
|
3799
3799
|
var N = [], C = w.length, U, V = 0, te = h, Q = m, ne, ae, se, fe, X, re, ie, ye, xe;
|
|
@@ -3808,7 +3808,7 @@ lt.exports;
|
|
|
3808
3808
|
}
|
|
3809
3809
|
function _(w) {
|
|
3810
3810
|
var N, C, U, V, te, Q, ne, ae, se, fe, X, re = [], ie, ye, xe, yt;
|
|
3811
|
-
for (w =
|
|
3811
|
+
for (w = k(w), ie = w.length, N = h, C = 0, te = m, Q = 0; Q < ie; ++Q)
|
|
3812
3812
|
X = w[Q], X < 128 && re.push(j(X));
|
|
3813
3813
|
for (U = V = re.length, V && re.push(v); U < ie; ) {
|
|
3814
3814
|
for (ne = o, Q = 0; Q < ie; ++Q)
|
|
@@ -3850,7 +3850,7 @@ lt.exports;
|
|
|
3850
3850
|
* @type Object
|
|
3851
3851
|
*/
|
|
3852
3852
|
ucs2: {
|
|
3853
|
-
decode:
|
|
3853
|
+
decode: k,
|
|
3854
3854
|
encode: L
|
|
3855
3855
|
},
|
|
3856
3856
|
decode: D,
|
|
@@ -4351,8 +4351,8 @@ var zt = tl, er = zt.custom, tr = ta(er) ? er : null, dl = function e(t, n, a, s
|
|
|
4351
4351
|
return f && !Ol(x) ? "[" + Jt(x, f) + "]" : "[ " + ue.call(x, ", ") + " ]";
|
|
4352
4352
|
}
|
|
4353
4353
|
if (ml(t)) {
|
|
4354
|
-
var
|
|
4355
|
-
return !("cause" in Error.prototype) && "cause" in t && !Zr.call(t, "cause") ? "{ [" + String(t) + "] " + ue.call(Kn.call("[cause]: " + d(t.cause),
|
|
4354
|
+
var $ = Ke(t, d);
|
|
4355
|
+
return !("cause" in Error.prototype) && "cause" in t && !Zr.call(t, "cause") ? "{ [" + String(t) + "] " + ue.call(Kn.call("[cause]: " + d(t.cause), $), ", ") + " }" : $.length === 0 ? "[" + String(t) + "]" : "{ [" + String(t) + "] " + ue.call($, ", ") + " }";
|
|
4356
4356
|
}
|
|
4357
4357
|
if (typeof t == "object" && r) {
|
|
4358
4358
|
if (tr && typeof t[tr] == "function" && zt)
|
|
@@ -4391,7 +4391,7 @@ var zt = tl, er = zt.custom, tr = ta(er) ? er : null, dl = function e(t, n, a, s
|
|
|
4391
4391
|
if (typeof globalThis < "u" && t === globalThis || typeof Me < "u" && t === Me)
|
|
4392
4392
|
return "{ [object globalThis] }";
|
|
4393
4393
|
if (!fl(t) && !nr(t)) {
|
|
4394
|
-
var R = Ke(t, d), E = Xn ? Xn(t) === Object.prototype : t instanceof Object || t.constructor === Object, A = t instanceof Object ? "" : "null prototype", H = !E && ee && Object(t) === t && ee in t ? un.call(be(t), 8, -1) : A ? "Object" : "",
|
|
4394
|
+
var R = Ke(t, d), E = Xn ? Xn(t) === Object.prototype : t instanceof Object || t.constructor === Object, A = t instanceof Object ? "" : "null prototype", H = !E && ee && Object(t) === t && ee in t ? un.call(be(t), 8, -1) : A ? "Object" : "", k = E || typeof t.constructor != "function" ? "" : t.constructor.name ? t.constructor.name + " " : "", L = k + (H || A ? "[" + ue.call(Kn.call([], H || [], A || []), ": ") + "] " : "");
|
|
4395
4395
|
return R.length === 0 ? L + "{}" : f ? L + "{" + Jt(R, f) + "}" : L + "{ " + ue.call(R, ", ") + " }";
|
|
4396
4396
|
}
|
|
4397
4397
|
return String(t);
|
|
@@ -4838,14 +4838,14 @@ var aa = _e, Le = Xs, Pl = dl, El = Ge, Ye = aa("%WeakMap%", !0), Xe = aa("%Map%
|
|
|
4838
4838
|
}, ac = function(t) {
|
|
4839
4839
|
return typeof t == "string" || typeof t == "number" || typeof t == "boolean" || typeof t == "symbol" || typeof t == "bigint";
|
|
4840
4840
|
}, It = {}, ic = function e(t, n, a, s, i, r, o, l, c, u, f, d, m, h, v, g, b, y) {
|
|
4841
|
-
for (var x = t,
|
|
4842
|
-
var R =
|
|
4841
|
+
for (var x = t, $ = y, S = 0, j = !1; ($ = $.get(It)) !== void 0 && !j; ) {
|
|
4842
|
+
var R = $.get(t);
|
|
4843
4843
|
if (S += 1, typeof R < "u") {
|
|
4844
4844
|
if (R === S)
|
|
4845
4845
|
throw new RangeError("Cyclic object value");
|
|
4846
4846
|
j = !0;
|
|
4847
4847
|
}
|
|
4848
|
-
typeof
|
|
4848
|
+
typeof $.get(It) > "u" && (S = 0);
|
|
4849
4849
|
}
|
|
4850
4850
|
if (typeof u == "function" ? x = u(n, x) : x instanceof Date ? x = m(x) : a === "comma" && ce(x) && (x = rt.maybeMap(x, function(w) {
|
|
4851
4851
|
return w instanceof Date ? m(w) : w;
|
|
@@ -4870,8 +4870,8 @@ var aa = _e, Le = Xs, Pl = dl, El = Ge, Ye = aa("%WeakMap%", !0), Xe = aa("%Map%
|
|
|
4870
4870
|
else if (ce(u))
|
|
4871
4871
|
H = u;
|
|
4872
4872
|
else {
|
|
4873
|
-
var
|
|
4874
|
-
H = f ?
|
|
4873
|
+
var k = Object.keys(x);
|
|
4874
|
+
H = f ? k.sort(f) : k;
|
|
4875
4875
|
}
|
|
4876
4876
|
var L = l ? n.replace(/\./g, "%2E") : n, I = s && ce(x) && x.length === 1 ? L + "[]" : L;
|
|
4877
4877
|
if (i && ce(x) && x.length === 0)
|
|
@@ -5205,20 +5205,20 @@ oe.prototype.parse = function(e, t, n) {
|
|
|
5205
5205
|
var b = this.hostname[0] === "[" && this.hostname[this.hostname.length - 1] === "]";
|
|
5206
5206
|
if (!b)
|
|
5207
5207
|
for (var y = this.hostname.split(/\./), m = 0, x = y.length; m < x; m++) {
|
|
5208
|
-
var
|
|
5209
|
-
if (
|
|
5210
|
-
for (var S = "", j = 0, R =
|
|
5211
|
-
|
|
5208
|
+
var $ = y[m];
|
|
5209
|
+
if ($ && !$.match(sr)) {
|
|
5210
|
+
for (var S = "", j = 0, R = $.length; j < R; j++)
|
|
5211
|
+
$.charCodeAt(j) > 127 ? S += "x" : S += $[j];
|
|
5212
5212
|
if (!S.match(sr)) {
|
|
5213
|
-
var E = y.slice(0, m), A = y.slice(m + 1), H =
|
|
5213
|
+
var E = y.slice(0, m), A = y.slice(m + 1), H = $.match(Tc);
|
|
5214
5214
|
H && (E.push(H[1]), A.unshift(H[2])), A.length && (o = "/" + A.join(".") + o), this.hostname = E.join(".");
|
|
5215
5215
|
break;
|
|
5216
5216
|
}
|
|
5217
5217
|
}
|
|
5218
5218
|
}
|
|
5219
5219
|
this.hostname.length > Nc ? this.hostname = "" : this.hostname = this.hostname.toLowerCase(), b || (this.hostname = xc.toASCII(this.hostname));
|
|
5220
|
-
var
|
|
5221
|
-
this.host = L +
|
|
5220
|
+
var k = this.port ? ":" + this.port : "", L = this.hostname || "";
|
|
5221
|
+
this.host = L + k, this.href += this.host, b && (this.hostname = this.hostname.substr(1, this.hostname.length - 2), o[0] !== "/" && (o = "/" + o));
|
|
5222
5222
|
}
|
|
5223
5223
|
if (!Oc[u])
|
|
5224
5224
|
for (var m = 0, x = Gt.length; m < x; m++) {
|
|
@@ -5232,8 +5232,8 @@ oe.prototype.parse = function(e, t, n) {
|
|
|
5232
5232
|
B !== -1 && (this.hash = o.substr(B), o = o.slice(0, B));
|
|
5233
5233
|
var D = o.indexOf("?");
|
|
5234
5234
|
if (D !== -1 ? (this.search = o.substr(D), this.query = o.substr(D + 1), t && (this.query = Kt.parse(this.query)), o = o.slice(0, D)) : t && (this.search = "", this.query = {}), o && (this.pathname = o), Ae[u] && this.hostname && !this.pathname && (this.pathname = "/"), this.pathname || this.search) {
|
|
5235
|
-
var
|
|
5236
|
-
this.path =
|
|
5235
|
+
var k = this.pathname || "", _ = this.search || "";
|
|
5236
|
+
this.path = k + _;
|
|
5237
5237
|
}
|
|
5238
5238
|
return this.href = this.format(), this;
|
|
5239
5239
|
};
|
|
@@ -5294,13 +5294,13 @@ oe.prototype.resolveObject = function(e) {
|
|
|
5294
5294
|
}
|
|
5295
5295
|
return n.slashes = n.slashes || e.slashes, n.href = n.format(), n;
|
|
5296
5296
|
}
|
|
5297
|
-
var h = n.pathname && n.pathname.charAt(0) === "/", v = e.host || e.pathname && e.pathname.charAt(0) === "/", g = v || h || n.host && e.pathname, b = g, y = n.pathname && n.pathname.split("/") || [], x = e.pathname && e.pathname.split("/") || [],
|
|
5298
|
-
if (
|
|
5297
|
+
var h = n.pathname && n.pathname.charAt(0) === "/", v = e.host || e.pathname && e.pathname.charAt(0) === "/", g = v || h || n.host && e.pathname, b = g, y = n.pathname && n.pathname.split("/") || [], x = e.pathname && e.pathname.split("/") || [], $ = n.protocol && !Ae[n.protocol];
|
|
5298
|
+
if ($ && (n.hostname = "", n.port = null, n.host && (y[0] === "" ? y[0] = n.host : y.unshift(n.host)), n.host = "", e.protocol && (e.hostname = null, e.port = null, e.host && (x[0] === "" ? x[0] = e.host : x.unshift(e.host)), e.host = null), g = g && (x[0] === "" || y[0] === "")), v)
|
|
5299
5299
|
n.host = e.host || e.host === "" ? e.host : n.host, n.hostname = e.hostname || e.hostname === "" ? e.hostname : n.hostname, n.search = e.search, n.query = e.query, y = x;
|
|
5300
5300
|
else if (x.length)
|
|
5301
5301
|
y || (y = []), y.pop(), y = y.concat(x), n.search = e.search, n.query = e.query;
|
|
5302
5302
|
else if (e.search != null) {
|
|
5303
|
-
if (
|
|
5303
|
+
if ($) {
|
|
5304
5304
|
n.host = y.shift(), n.hostname = n.host;
|
|
5305
5305
|
var S = n.host && n.host.indexOf("@") > 0 ? n.host.split("@") : !1;
|
|
5306
5306
|
S && (n.auth = S.shift(), n.hostname = S.shift(), n.host = n.hostname);
|
|
@@ -5316,7 +5316,7 @@ oe.prototype.resolveObject = function(e) {
|
|
|
5316
5316
|
y.unshift("..");
|
|
5317
5317
|
g && y[0] !== "" && (!y[0] || y[0].charAt(0) !== "/") && y.unshift(""), R && y.join("/").substr(-1) !== "/" && y.push("");
|
|
5318
5318
|
var H = y[0] === "" || y[0] && y[0].charAt(0) === "/";
|
|
5319
|
-
if (
|
|
5319
|
+
if ($) {
|
|
5320
5320
|
n.hostname = H ? "" : y.length ? y.shift() : "", n.host = n.hostname;
|
|
5321
5321
|
var S = n.host && n.host.indexOf("@") > 0 ? n.host.split("@") : !1;
|
|
5322
5322
|
S && (n.auth = S.shift(), n.hostname = S.shift(), n.host = n.hostname);
|
|
@@ -5392,10 +5392,10 @@ var Pc = fn, lr = Cc, Ec = (e) => typeof e == "object" && "log" in e && typeof e
|
|
|
5392
5392
|
case "multipart/alternative":
|
|
5393
5393
|
if (n.postData.text = "", n.postData.mimeType = "multipart/form-data", (f = n.postData) != null && f.params) {
|
|
5394
5394
|
const m = "---011000010111000001101001", h = `${m}--`, v = `\r
|
|
5395
|
-
`, g = (
|
|
5395
|
+
`, g = ($) => $.replace(/\n/g, "%0A").replace(/\r/g, "%0D").replace(/"/g, "%22"), b = ($) => $.replace(/\r?\n|\r/g, `\r
|
|
5396
5396
|
`), y = [`--${m}`];
|
|
5397
|
-
(d = n.postData) == null || d.params.forEach((
|
|
5398
|
-
const j =
|
|
5397
|
+
(d = n.postData) == null || d.params.forEach(($, S) => {
|
|
5398
|
+
const j = $.name, R = $.value || "", E = $.fileName || null, A = $.contentType || "application/octet-stream";
|
|
5399
5399
|
E ? (y.push(
|
|
5400
5400
|
`Content-Disposition: form-data; name="${g(b(j))}"; filename="${E}"`
|
|
5401
5401
|
), y.push(`Content-Type: ${A}`)) : y.push(`Content-Disposition: form-data; name="${g(b(j))}"`), y.push(""), y.push(b(R)), S !== n.postData.params.length - 1 && y.push(`--${m}`);
|
|
@@ -5466,7 +5466,7 @@ var Pc = fn, lr = Cc, Ec = (e) => typeof e == "object" && "log" in e && typeof e
|
|
|
5466
5466
|
};
|
|
5467
5467
|
const da = Ea(
|
|
5468
5468
|
void 0
|
|
5469
|
-
),
|
|
5469
|
+
), uu = da.Provider, Ac = () => {
|
|
5470
5470
|
const e = Ra(da);
|
|
5471
5471
|
if (!e)
|
|
5472
5472
|
throw new Error("useOasConfig must be used within a OasConfigProvider");
|
|
@@ -5678,7 +5678,7 @@ const _c = ({ content: e }) => {
|
|
|
5678
5678
|
options: me.indigo,
|
|
5679
5679
|
head: me.gray,
|
|
5680
5680
|
trace: me.gray
|
|
5681
|
-
},
|
|
5681
|
+
}, du = ({
|
|
5682
5682
|
operation: e,
|
|
5683
5683
|
selectedResponse: t,
|
|
5684
5684
|
onSelectResponse: n
|
|
@@ -5707,10 +5707,10 @@ const _c = ({ content: e }) => {
|
|
|
5707
5707
|
] }, b + y)
|
|
5708
5708
|
);
|
|
5709
5709
|
}), { selectedServer: d } = xr(), m = Aa(() => {
|
|
5710
|
-
var x,
|
|
5710
|
+
var x, $;
|
|
5711
5711
|
const b = (x = u == null ? void 0 : u[0]) != null && x.schema ? Je(u[0].schema) : void 0, y = new Rc({
|
|
5712
5712
|
method: e.method.toLocaleUpperCase(),
|
|
5713
|
-
url: (d ?? ((
|
|
5713
|
+
url: (d ?? (($ = s.data) == null ? void 0 : $.schema.url) ?? "") + e.path.replaceAll("{", ":").replaceAll("}", ""),
|
|
5714
5714
|
postData: b ? {
|
|
5715
5715
|
text: JSON.stringify(b, null, 2),
|
|
5716
5716
|
mimeType: "application/json"
|
|
@@ -5824,7 +5824,7 @@ const _c = ({ content: e }) => {
|
|
|
5824
5824
|
patch: "purple",
|
|
5825
5825
|
options: "gray",
|
|
5826
5826
|
head: "gray"
|
|
5827
|
-
},
|
|
5827
|
+
}, pu = (e) => {
|
|
5828
5828
|
const t = Pa(e.navigationId ?? "/reference"), n = e.server ? new Xa({
|
|
5829
5829
|
url: e.server,
|
|
5830
5830
|
exchanges: [Za, ei]
|
|
@@ -5919,7 +5919,7 @@ const _c = ({ content: e }) => {
|
|
|
5919
5919
|
getRoutes: () => [
|
|
5920
5920
|
{
|
|
5921
5921
|
async lazy() {
|
|
5922
|
-
const { OpenApiRoute: a } = await import("./Route-
|
|
5922
|
+
const { OpenApiRoute: a } = await import("./Route-fK1i4Ryz.js");
|
|
5923
5923
|
return {
|
|
5924
5924
|
element: /* @__PURE__ */ p.jsx(a, { client: n, config: e })
|
|
5925
5925
|
};
|
|
@@ -5932,7 +5932,7 @@ const _c = ({ content: e }) => {
|
|
|
5932
5932
|
{
|
|
5933
5933
|
index: !0,
|
|
5934
5934
|
async lazy() {
|
|
5935
|
-
const { OperationList: a } = await import("./OperationList-
|
|
5935
|
+
const { OperationList: a } = await import("./OperationList-BhLMwPSh.js");
|
|
5936
5936
|
return { element: /* @__PURE__ */ p.jsx(a, {}) };
|
|
5937
5937
|
}
|
|
5938
5938
|
}
|
|
@@ -5945,7 +5945,7 @@ const _c = ({ content: e }) => {
|
|
|
5945
5945
|
};
|
|
5946
5946
|
export {
|
|
5947
5947
|
rn as C,
|
|
5948
|
-
|
|
5948
|
+
uu as O,
|
|
5949
5949
|
Mr as S,
|
|
5950
5950
|
wn as T,
|
|
5951
5951
|
Ac as a,
|
|
@@ -5953,13 +5953,13 @@ export {
|
|
|
5953
5953
|
Nr as c,
|
|
5954
5954
|
Tr as d,
|
|
5955
5955
|
Or as e,
|
|
5956
|
-
|
|
5956
|
+
lu as f,
|
|
5957
5957
|
$r as g,
|
|
5958
5958
|
Lt as h,
|
|
5959
5959
|
Oe as i,
|
|
5960
5960
|
Ce as j,
|
|
5961
|
-
|
|
5962
|
-
|
|
5961
|
+
du as k,
|
|
5962
|
+
pu as o,
|
|
5963
5963
|
ci as u
|
|
5964
5964
|
};
|
|
5965
|
-
//# sourceMappingURL=index-
|
|
5965
|
+
//# sourceMappingURL=index-dHVZhVNO.js.map
|