zudoku 0.35.1 → 0.35.2
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/common.d.ts +176 -0
- package/dist/config/validators/common.js +1 -0
- package/dist/config/validators/common.js.map +1 -1
- package/dist/config/validators/validate.d.ts +63 -0
- package/dist/lib/plugins/openapi/OperationList.js +5 -3
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/interfaces.d.ts +1 -0
- package/dist/vite/plugin-api.js +1 -1
- package/dist/vite/plugin-api.js.map +1 -1
- package/lib/{OasProvider-vimCZXXF.js → OasProvider-_ye9MUAd.js} +2 -2
- package/lib/{OasProvider-vimCZXXF.js.map → OasProvider-_ye9MUAd.js.map} +1 -1
- package/lib/{OperationList-C6Tumce9.js → OperationList-Br5x22KD.js} +1135 -1134
- package/lib/{OperationList-C6Tumce9.js.map → OperationList-Br5x22KD.js.map} +1 -1
- package/lib/{index-OD2IZ2Nn.js → index-C7TIhpXK.js} +3 -3
- package/lib/{index-OD2IZ2Nn.js.map → index-C7TIhpXK.js.map} +1 -1
- package/lib/zudoku.plugin-openapi.js +1 -1
- package/package.json +1 -1
- package/src/lib/plugins/openapi/OperationList.tsx +7 -2
- package/src/lib/plugins/openapi/interfaces.ts +1 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { j as
|
|
1
|
+
import { j as p } from "./jsx-runtime-CYK1ROHF.js";
|
|
2
2
|
import { b as xr, k as jr, l as Ao } from "./hook-CfCFKZ-2.js";
|
|
3
3
|
import { H as Io } from "./index.esm-CltAN0Tf.js";
|
|
4
4
|
import { ChevronsUpDownIcon as ro, CheckIcon as Lo, CopyIcon as Uo, UnfoldVerticalIcon as Fo, FoldVerticalIcon as _o, ChevronDownIcon as Bo, CircleIcon as Ho, CircleDotIcon as Mo, CircleFadingPlusIcon as zo, SquareMinusIcon as Go, SquarePlusIcon as Wo, ListPlusIcon as Jo, RefreshCcwDotIcon as Vo, ChevronsDownUpIcon as Do } from "lucide-react";
|
|
5
5
|
import { b as Qo, a as Ko } from "./chunk-HA7DTUK3-ZGg2W6yV.js";
|
|
6
|
-
import { a as rt, C as no, b as oo, c as ao, d as yr, P as Yo, m as io, e as Xo } from "./index-
|
|
6
|
+
import { a as rt, C as no, b as oo, c as ao, d as yr, P as Yo, m as io, e as Xo } from "./index-C7TIhpXK.js";
|
|
7
7
|
import { S as Zo, a as ea, b as ta, c as ra, e as na } from "./Select-FAYHOYTy.js";
|
|
8
8
|
import { C as oa } from "./CategoryHeading-DpB47wvk.js";
|
|
9
9
|
import { I as aa, M as Se, H as Be, P as Re } from "./Markdown-D1Y3cd9l.js";
|
|
@@ -39,9 +39,9 @@ const Or = (e, ...r) => {
|
|
|
39
39
|
onChange: r,
|
|
40
40
|
className: t,
|
|
41
41
|
options: o,
|
|
42
|
-
showChevrons:
|
|
43
|
-
}) => /* @__PURE__ */
|
|
44
|
-
/* @__PURE__ */
|
|
42
|
+
showChevrons: i = !0
|
|
43
|
+
}) => /* @__PURE__ */ p.jsxs("div", { className: "grid", children: [
|
|
44
|
+
/* @__PURE__ */ p.jsx(
|
|
45
45
|
"select",
|
|
46
46
|
{
|
|
47
47
|
className: se(
|
|
@@ -51,17 +51,17 @@ const Or = (e, ...r) => {
|
|
|
51
51
|
),
|
|
52
52
|
value: e,
|
|
53
53
|
onChange: r,
|
|
54
|
-
children: o.map((l) => /* @__PURE__ */
|
|
54
|
+
children: o.map((l) => /* @__PURE__ */ p.jsx("option", { value: l.value, children: l.label }, l.value))
|
|
55
55
|
}
|
|
56
56
|
),
|
|
57
|
-
/* @__PURE__ */
|
|
57
|
+
/* @__PURE__ */ p.jsx(
|
|
58
58
|
"div",
|
|
59
59
|
{
|
|
60
60
|
className: se(
|
|
61
|
-
!
|
|
61
|
+
!i && "hidden",
|
|
62
62
|
"row-start-1 col-start-1 self-center justify-self-end relative end-2 pointer-events-none"
|
|
63
63
|
),
|
|
64
|
-
children: /* @__PURE__ */
|
|
64
|
+
children: /* @__PURE__ */ p.jsx(ro, { size: 14 })
|
|
65
65
|
}
|
|
66
66
|
)
|
|
67
67
|
] }), Sa = rt(
|
|
@@ -78,7 +78,7 @@ const Or = (e, ...r) => {
|
|
|
78
78
|
`
|
|
79
79
|
), Mr = ({ url: e }) => {
|
|
80
80
|
const [r, t] = ge(!1);
|
|
81
|
-
return /* @__PURE__ */
|
|
81
|
+
return /* @__PURE__ */ p.jsx(
|
|
82
82
|
co,
|
|
83
83
|
{
|
|
84
84
|
onClick: () => {
|
|
@@ -88,26 +88,26 @@ const Or = (e, ...r) => {
|
|
|
88
88
|
},
|
|
89
89
|
variant: "ghost",
|
|
90
90
|
size: "icon",
|
|
91
|
-
children: r ? /* @__PURE__ */
|
|
91
|
+
children: r ? /* @__PURE__ */ p.jsx(Lo, { className: "text-green-600", size: 14 }) : /* @__PURE__ */ p.jsx(Uo, { size: 14, strokeWidth: 1.3 })
|
|
92
92
|
}
|
|
93
93
|
);
|
|
94
94
|
}, Oa = () => {
|
|
95
|
-
const { input: e, type: r } = Sr(), t = Or(Sa, { input: e, type: r }), o = xr(t), [,
|
|
95
|
+
const { input: e, type: r } = Sr(), t = Or(Sa, { input: e, type: r }), o = xr(t), [, i] = so(), { selectedServer: l, setSelectedServer: n } = jr(
|
|
96
96
|
o.data.schema.servers
|
|
97
97
|
), { servers: a } = o.data.schema;
|
|
98
98
|
if (a.length === 0) return null;
|
|
99
|
-
const
|
|
100
|
-
return a.length === 1 ? /* @__PURE__ */
|
|
101
|
-
/* @__PURE__ */
|
|
102
|
-
/* @__PURE__ */
|
|
103
|
-
/* @__PURE__ */
|
|
104
|
-
] }) : /* @__PURE__ */
|
|
105
|
-
/* @__PURE__ */
|
|
106
|
-
/* @__PURE__ */
|
|
99
|
+
const s = a.at(0);
|
|
100
|
+
return a.length === 1 ? /* @__PURE__ */ p.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
101
|
+
/* @__PURE__ */ p.jsx("span", { className: "font-medium text-sm", children: "Endpoint:" }),
|
|
102
|
+
/* @__PURE__ */ p.jsx(aa, { className: "text-xs px-2 py-1.5", selectOnClick: !0, children: s.url }),
|
|
103
|
+
/* @__PURE__ */ p.jsx(Mr, { url: s.url })
|
|
104
|
+
] }) : /* @__PURE__ */ p.jsxs("div", { className: "flex flex-wrap items-center gap-2", children: [
|
|
105
|
+
/* @__PURE__ */ p.jsx("span", { className: "font-medium text-sm", children: "Endpoint" }),
|
|
106
|
+
/* @__PURE__ */ p.jsx(
|
|
107
107
|
et,
|
|
108
108
|
{
|
|
109
109
|
className: "font-mono text-xs bg-border/50 dark:bg-border/70 py-1.5 max-w-[450px] truncate",
|
|
110
|
-
onChange: (c) =>
|
|
110
|
+
onChange: (c) => i(() => n(c.target.value)),
|
|
111
111
|
value: l,
|
|
112
112
|
showChevrons: a.length > 1,
|
|
113
113
|
options: a.map((c) => ({
|
|
@@ -116,7 +116,7 @@ const Or = (e, ...r) => {
|
|
|
116
116
|
}))
|
|
117
117
|
}
|
|
118
118
|
),
|
|
119
|
-
/* @__PURE__ */
|
|
119
|
+
/* @__PURE__ */ p.jsx(Mr, { url: l })
|
|
120
120
|
] });
|
|
121
121
|
}, Ta = ua(
|
|
122
122
|
"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
|
|
@@ -136,12 +136,12 @@ const Or = (e, ...r) => {
|
|
|
136
136
|
}
|
|
137
137
|
);
|
|
138
138
|
function we({ className: e, variant: r, ...t }) {
|
|
139
|
-
return /* @__PURE__ */
|
|
139
|
+
return /* @__PURE__ */ p.jsx("div", { className: se(Ta({ variant: r }), e), ...t });
|
|
140
140
|
}
|
|
141
141
|
const fo = (e, r) => e.reduce(
|
|
142
142
|
(t, o) => {
|
|
143
|
-
const
|
|
144
|
-
return t[
|
|
143
|
+
const i = r(o);
|
|
144
|
+
return t[i] || (t[i] = []), t[i].push(o), t;
|
|
145
145
|
},
|
|
146
146
|
{}
|
|
147
147
|
), Pa = (e, r) => e ? r(e) : void 0, Ca = (e) => e.schema != null && typeof e.schema == "object" ? e.schema : {
|
|
@@ -152,9 +152,9 @@ const fo = (e, r) => e.reduce(
|
|
|
152
152
|
id: t
|
|
153
153
|
}) => {
|
|
154
154
|
const o = Ca(e);
|
|
155
|
-
return /* @__PURE__ */
|
|
156
|
-
/* @__PURE__ */
|
|
157
|
-
/* @__PURE__ */
|
|
155
|
+
return /* @__PURE__ */ p.jsxs("li", { className: "p-4 bg-border/20 text-sm flex flex-col gap-1", children: [
|
|
156
|
+
/* @__PURE__ */ p.jsxs("div", { className: "flex items-center gap-2", children: [
|
|
157
|
+
/* @__PURE__ */ p.jsx("code", { children: r === "path" ? /* @__PURE__ */ p.jsx(
|
|
158
158
|
no,
|
|
159
159
|
{
|
|
160
160
|
name: e.name,
|
|
@@ -163,11 +163,11 @@ const fo = (e, r) => e.reduce(
|
|
|
163
163
|
slug: `${t}-${e.name}`
|
|
164
164
|
}
|
|
165
165
|
) : e.name }),
|
|
166
|
-
o.type && /* @__PURE__ */
|
|
167
|
-
e.required && /* @__PURE__ */
|
|
168
|
-
e.style === "form" && /* @__PURE__ */
|
|
166
|
+
o.type && /* @__PURE__ */ p.jsx(we, { variant: "muted", children: o.type === "array" ? `${o.items.type}[]` : o.type }),
|
|
167
|
+
e.required && /* @__PURE__ */ p.jsx(we, { variant: "outline", children: "required" }),
|
|
168
|
+
e.style === "form" && /* @__PURE__ */ p.jsx(we, { variant: "secondary", children: "form" })
|
|
169
169
|
] }),
|
|
170
|
-
e.description && /* @__PURE__ */
|
|
170
|
+
e.description && /* @__PURE__ */ p.jsx(
|
|
171
171
|
Se,
|
|
172
172
|
{
|
|
173
173
|
content: e.description,
|
|
@@ -180,22 +180,22 @@ const fo = (e, r) => e.reduce(
|
|
|
180
180
|
group: r,
|
|
181
181
|
parameters: t,
|
|
182
182
|
id: o
|
|
183
|
-
}) => /* @__PURE__ */
|
|
184
|
-
/* @__PURE__ */
|
|
185
|
-
e && /* @__PURE__ */
|
|
183
|
+
}) => /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
|
|
184
|
+
/* @__PURE__ */ p.jsxs(Be, { level: 3, id: `${o}/${r}-parameters`, className: "capitalize", children: [
|
|
185
|
+
e && /* @__PURE__ */ p.jsxs(mr, { children: [
|
|
186
186
|
e,
|
|
187
187
|
" › "
|
|
188
188
|
] }),
|
|
189
189
|
r === "header" ? "Headers" : `${r} Parameters`
|
|
190
190
|
] }),
|
|
191
|
-
/* @__PURE__ */
|
|
191
|
+
/* @__PURE__ */ p.jsx(be, { children: /* @__PURE__ */ p.jsx("ul", { className: "list-none m-0 px-0 divide-y ", children: t.sort((i, l) => i.required === l.required ? 0 : i.required ? -1 : 1).map((i) => /* @__PURE__ */ p.jsx(
|
|
192
192
|
Na,
|
|
193
193
|
{
|
|
194
|
-
parameter:
|
|
194
|
+
parameter: i,
|
|
195
195
|
id: o,
|
|
196
196
|
group: r
|
|
197
197
|
},
|
|
198
|
-
`${
|
|
198
|
+
`${i.name}-${i.in}`
|
|
199
199
|
)) }) })
|
|
200
200
|
] });
|
|
201
201
|
var zr = (e, r) => {
|
|
@@ -209,16 +209,16 @@ var zr = (e, r) => {
|
|
|
209
209
|
*/
|
|
210
210
|
constructor({ indent: e, join: r } = {}) {
|
|
211
211
|
this.postProcessors = [], this.code = [], this.indentationCharacter = Gr, this.lineJoin = Wr, this.indentLine = (t, o = 0) => `${this.indentationCharacter.repeat(o)}${t}`, this.unshift = (t, o) => {
|
|
212
|
-
const
|
|
213
|
-
this.code.unshift(
|
|
212
|
+
const i = this.indentLine(t, o);
|
|
213
|
+
this.code.unshift(i);
|
|
214
214
|
}, this.push = (t, o) => {
|
|
215
|
-
const
|
|
216
|
-
this.code.push(
|
|
215
|
+
const i = this.indentLine(t, o);
|
|
216
|
+
this.code.push(i);
|
|
217
217
|
}, this.blank = () => {
|
|
218
218
|
this.code.push("");
|
|
219
219
|
}, this.join = () => {
|
|
220
220
|
const t = this.code.join(this.lineJoin);
|
|
221
|
-
return this.postProcessors.reduce((
|
|
221
|
+
return this.postProcessors.reduce((i, l) => l(i), t);
|
|
222
222
|
}, this.addPostProcessor = (t) => {
|
|
223
223
|
this.postProcessors = [...this.postProcessors, t];
|
|
224
224
|
}, this.indentationCharacter = e || Gr, this.lineJoin = r ?? Wr;
|
|
@@ -245,71 +245,71 @@ function Aa() {
|
|
|
245
245
|
if (Qr) return gt;
|
|
246
246
|
Qr = 1;
|
|
247
247
|
const e = qa(), r = ka(), t = Ea().default;
|
|
248
|
-
return gt = (o,
|
|
248
|
+
return gt = (o, i, l) => {
|
|
249
249
|
const n = [];
|
|
250
|
-
return function a(
|
|
250
|
+
return function a(s, c, h) {
|
|
251
251
|
c = c || {}, c.indent = c.indent || " ", h = h || "";
|
|
252
|
-
let
|
|
253
|
-
c.inlineCharacterLimit === void 0 ?
|
|
252
|
+
let d;
|
|
253
|
+
c.inlineCharacterLimit === void 0 ? d = {
|
|
254
254
|
newLine: `
|
|
255
255
|
`,
|
|
256
256
|
newLineOrSpace: `
|
|
257
257
|
`,
|
|
258
258
|
pad: h,
|
|
259
259
|
indent: h + c.indent
|
|
260
|
-
} :
|
|
260
|
+
} : d = {
|
|
261
261
|
newLine: "@@__STRINGIFY_OBJECT_NEW_LINE__@@",
|
|
262
262
|
newLineOrSpace: "@@__STRINGIFY_OBJECT_NEW_LINE_OR_SPACE__@@",
|
|
263
263
|
pad: "@@__STRINGIFY_OBJECT_PAD__@@",
|
|
264
264
|
indent: "@@__STRINGIFY_OBJECT_INDENT__@@"
|
|
265
265
|
};
|
|
266
|
-
const m = (
|
|
266
|
+
const m = (v) => {
|
|
267
267
|
if (c.inlineCharacterLimit === void 0)
|
|
268
|
-
return
|
|
269
|
-
const j =
|
|
270
|
-
return j.length <= c.inlineCharacterLimit ? j :
|
|
271
|
-
`).replace(new RegExp(
|
|
268
|
+
return v;
|
|
269
|
+
const j = v.replace(new RegExp(d.newLine, "g"), "").replace(new RegExp(d.newLineOrSpace, "g"), " ").replace(new RegExp(d.pad + "|" + d.indent, "g"), "");
|
|
270
|
+
return j.length <= c.inlineCharacterLimit ? j : v.replace(new RegExp(d.newLine + "|" + d.newLineOrSpace, "g"), `
|
|
271
|
+
`).replace(new RegExp(d.pad, "g"), h).replace(new RegExp(d.indent, "g"), h + c.indent);
|
|
272
272
|
};
|
|
273
|
-
if (n.indexOf(
|
|
273
|
+
if (n.indexOf(s) !== -1)
|
|
274
274
|
return '"[Circular]"';
|
|
275
|
-
if (
|
|
276
|
-
return String(
|
|
277
|
-
if (
|
|
278
|
-
return `new Date('${
|
|
279
|
-
if (Array.isArray(
|
|
280
|
-
if (
|
|
275
|
+
if (s == null || typeof s == "number" || typeof s == "boolean" || typeof s == "function" || typeof s == "symbol" || e(s))
|
|
276
|
+
return String(s);
|
|
277
|
+
if (s instanceof Date)
|
|
278
|
+
return `new Date('${s.toISOString()}')`;
|
|
279
|
+
if (Array.isArray(s)) {
|
|
280
|
+
if (s.length === 0)
|
|
281
281
|
return "[]";
|
|
282
|
-
n.push(
|
|
283
|
-
const
|
|
284
|
-
const u =
|
|
282
|
+
n.push(s);
|
|
283
|
+
const v = "[" + d.newLine + s.map((j, b) => {
|
|
284
|
+
const u = s.length - 1 === b ? d.newLine : "," + d.newLineOrSpace;
|
|
285
285
|
let y = a(j, c, h + c.indent);
|
|
286
|
-
return c.transform && (y = c.transform(
|
|
287
|
-
}).join("") +
|
|
288
|
-
return n.pop(), m(
|
|
286
|
+
return c.transform && (y = c.transform(s, b, y)), d.indent + y + u;
|
|
287
|
+
}).join("") + d.pad + "]";
|
|
288
|
+
return n.pop(), m(v);
|
|
289
289
|
}
|
|
290
|
-
if (r(
|
|
291
|
-
let
|
|
292
|
-
if (c.filter && (
|
|
290
|
+
if (r(s)) {
|
|
291
|
+
let v = Object.keys(s).concat(t(s));
|
|
292
|
+
if (c.filter && (v = v.filter((b) => c.filter(s, b))), v.length === 0)
|
|
293
293
|
return "{}";
|
|
294
|
-
n.push(
|
|
295
|
-
const j = "{" +
|
|
296
|
-
const y =
|
|
297
|
-
let
|
|
298
|
-
return c.transform && (
|
|
299
|
-
}).join("") +
|
|
294
|
+
n.push(s);
|
|
295
|
+
const j = "{" + d.newLine + v.map((b, u) => {
|
|
296
|
+
const y = v.length - 1 === u ? d.newLine : "," + d.newLineOrSpace, g = typeof b == "symbol", S = !g && /^[a-z$_][a-z$_0-9]*$/i.test(b), T = g || S ? b : a(b, c);
|
|
297
|
+
let f = a(s[b], c, h + c.indent);
|
|
298
|
+
return c.transform && (f = c.transform(s, b, f)), d.indent + String(T) + ": " + f + y;
|
|
299
|
+
}).join("") + d.pad + "}";
|
|
300
300
|
return n.pop(), m(j);
|
|
301
301
|
}
|
|
302
|
-
return
|
|
303
|
-
` ? "\\n" : "\\r"), c.singleQuotes === !1 ? (
|
|
304
|
-
}(o,
|
|
302
|
+
return s = String(s).replace(/[\r\n]/g, (v) => v === `
|
|
303
|
+
` ? "\\n" : "\\r"), c.singleQuotes === !1 ? (s = s.replace(/"/g, '\\"'), `"${s}"`) : (s = s.replace(/\\?'/g, "\\'"), `'${s}'`);
|
|
304
|
+
}(o, i, l);
|
|
305
305
|
}, gt;
|
|
306
306
|
}
|
|
307
307
|
var Ia = Aa();
|
|
308
308
|
const fe = /* @__PURE__ */ va(Ia);
|
|
309
309
|
function Me(e, r = {}) {
|
|
310
|
-
const { delimiter: t = '"', escapeChar: o = "\\", escapeNewlines:
|
|
310
|
+
const { delimiter: t = '"', escapeChar: o = "\\", escapeNewlines: i = !0 } = r;
|
|
311
311
|
return [...e.toString()].map((n) => n === "\b" ? `${o}b` : n === " " ? `${o}t` : n === `
|
|
312
|
-
` ?
|
|
312
|
+
` ? i ? `${o}n` : n : n === "\f" ? `${o}f` : n === "\r" ? i ? `${o}r` : n : n === o ? o + o : n === t ? o + t : n < " " || n > "~" ? JSON.stringify(n).slice(1, -1) : n).join("");
|
|
313
313
|
}
|
|
314
314
|
var ze = (e) => Me(e, { delimiter: "'" }), ce = (e) => Me(e, { delimiter: '"' }), La = {
|
|
315
315
|
info: {
|
|
@@ -319,13 +319,13 @@ var ze = (e) => Me(e, { delimiter: "'" }), ce = (e) => Me(e, { delimiter: '"' })
|
|
|
319
319
|
description: "Simple REST and HTTP API Client for C",
|
|
320
320
|
extname: ".c"
|
|
321
321
|
},
|
|
322
|
-
convert: ({ method: e, fullUrl: r, headersObj: t, allHeaders: o, postData:
|
|
322
|
+
convert: ({ method: e, fullUrl: r, headersObj: t, allHeaders: o, postData: i }) => {
|
|
323
323
|
const { push: l, blank: n, join: a } = new V();
|
|
324
324
|
l("CURL *hnd = curl_easy_init();"), n(), l(`curl_easy_setopt(hnd, CURLOPT_CUSTOMREQUEST, "${e.toUpperCase()}");`), l("curl_easy_setopt(hnd, CURLOPT_WRITEDATA, stdout);"), l(`curl_easy_setopt(hnd, CURLOPT_URL, "${r}");`);
|
|
325
|
-
const
|
|
326
|
-
return
|
|
325
|
+
const s = Object.keys(t);
|
|
326
|
+
return s.length && (n(), l("struct curl_slist *headers = NULL;"), s.forEach((c) => {
|
|
327
327
|
l(`headers = curl_slist_append(headers, "${c}: ${ce(t[c])}");`);
|
|
328
|
-
}), l("curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);")), o.cookie && (n(), l(`curl_easy_setopt(hnd, CURLOPT_COOKIE, "${o.cookie}");`)),
|
|
328
|
+
}), l("curl_easy_setopt(hnd, CURLOPT_HTTPHEADER, headers);")), o.cookie && (n(), l(`curl_easy_setopt(hnd, CURLOPT_COOKIE, "${o.cookie}");`)), i.text && (n(), l(`curl_easy_setopt(hnd, CURLOPT_POSTFIELDS, ${JSON.stringify(i.text)});`)), n(), l("CURLcode ret = curl_easy_perform(hnd);"), a();
|
|
329
329
|
}
|
|
330
330
|
}, Ua = {
|
|
331
331
|
info: {
|
|
@@ -371,8 +371,8 @@ ${t}`);
|
|
|
371
371
|
return `#"${e.source}"`;
|
|
372
372
|
case "object": {
|
|
373
373
|
const r = Object.keys(e).reduce((t, o) => {
|
|
374
|
-
const
|
|
375
|
-
return `${t}:${o} ${
|
|
374
|
+
const i = Xe(o.length + 2, gr(e[o]));
|
|
375
|
+
return `${t}:${o} ${i}
|
|
376
376
|
`;
|
|
377
377
|
}, "").trim();
|
|
378
378
|
return `{${Xe(1, r)}}`;
|
|
@@ -392,12 +392,12 @@ ${t}`);
|
|
|
392
392
|
description: "An idiomatic clojure http client wrapping the apache client.",
|
|
393
393
|
extname: ".clj"
|
|
394
394
|
},
|
|
395
|
-
convert: ({ queryObj: e, method: r, postData: t, url: o, allHeaders:
|
|
396
|
-
const { push: n, join: a } = new V({ indent: l == null ? void 0 : l.indent }),
|
|
397
|
-
if (r = r.toLowerCase(), !
|
|
395
|
+
convert: ({ queryObj: e, method: r, postData: t, url: o, allHeaders: i }, l) => {
|
|
396
|
+
const { push: n, join: a } = new V({ indent: l == null ? void 0 : l.indent }), s = ["get", "post", "put", "delete", "patch", "head", "options"];
|
|
397
|
+
if (r = r.toLowerCase(), !s.includes(r))
|
|
398
398
|
return n("Method not supported"), a();
|
|
399
399
|
const c = {
|
|
400
|
-
headers:
|
|
400
|
+
headers: i,
|
|
401
401
|
"query-params": e
|
|
402
402
|
};
|
|
403
403
|
switch (t.mimeType) {
|
|
@@ -424,12 +424,12 @@ ${t}`);
|
|
|
424
424
|
break;
|
|
425
425
|
case "multipart/form-data": {
|
|
426
426
|
if (t.params) {
|
|
427
|
-
c.multipart = t.params.map((
|
|
428
|
-
name:
|
|
429
|
-
content: new _a(
|
|
427
|
+
c.multipart = t.params.map((d) => d.fileName && !d.value ? {
|
|
428
|
+
name: d.name,
|
|
429
|
+
content: new _a(d.fileName)
|
|
430
430
|
} : {
|
|
431
|
-
name:
|
|
432
|
-
content:
|
|
431
|
+
name: d.name,
|
|
432
|
+
content: d.value
|
|
433
433
|
});
|
|
434
434
|
const h = pe(c.headers, "content-type");
|
|
435
435
|
h && delete c.headers[h];
|
|
@@ -450,8 +450,8 @@ ${t}`);
|
|
|
450
450
|
`), ho(Yr(c)))
|
|
451
451
|
n(`(client/${r} "${o}")`);
|
|
452
452
|
else {
|
|
453
|
-
const h = 11 + r.length + o.length,
|
|
454
|
-
n(`(client/${r} "${o}" ${
|
|
453
|
+
const h = 11 + r.length + o.length, d = Xe(h, gr(Yr(c)));
|
|
454
|
+
n(`(client/${r} "${o}" ${d})`);
|
|
455
455
|
}
|
|
456
456
|
return a();
|
|
457
457
|
}
|
|
@@ -472,8 +472,8 @@ ${t}`);
|
|
|
472
472
|
gzip: "DecompressionMethods.GZip",
|
|
473
473
|
deflate: "DecompressionMethods.Deflate"
|
|
474
474
|
}, o = [];
|
|
475
|
-
return typeof r == "string" && (r = [r]), r.forEach((
|
|
476
|
-
|
|
475
|
+
return typeof r == "string" && (r = [r]), r.forEach((i) => {
|
|
476
|
+
i.split(",").forEach((l) => {
|
|
477
477
|
const n = /\s*([^;\s]+)/.exec(l);
|
|
478
478
|
if (n) {
|
|
479
479
|
const a = t[n[1]];
|
|
@@ -489,20 +489,20 @@ ${t}`);
|
|
|
489
489
|
description: ".NET Standard HTTP Client",
|
|
490
490
|
extname: ".cs"
|
|
491
491
|
},
|
|
492
|
-
convert: ({ allHeaders: e, postData: r, method: t, fullUrl: o },
|
|
493
|
-
var
|
|
492
|
+
convert: ({ allHeaders: e, postData: r, method: t, fullUrl: o }, i) => {
|
|
493
|
+
var v, j;
|
|
494
494
|
const l = {
|
|
495
495
|
indent: " ",
|
|
496
|
-
...
|
|
496
|
+
...i
|
|
497
497
|
}, { push: n, join: a } = new V({ indent: l.indent });
|
|
498
498
|
n("using System.Net.Http.Headers;");
|
|
499
|
-
let
|
|
499
|
+
let s = "";
|
|
500
500
|
const c = !!e.cookie, h = Ma(e);
|
|
501
|
-
(c || h.length) && (
|
|
502
|
-
const
|
|
503
|
-
t = t.toUpperCase(), t &&
|
|
504
|
-
const m = Object.keys(e).filter((
|
|
505
|
-
switch (
|
|
501
|
+
(c || h.length) && (s = "clientHandler", n("var clientHandler = new HttpClientHandler"), n("{"), c && n("UseCookies = false,", 1), h.length && n(`AutomaticDecompression = ${h.join(" | ")},`, 1), n("};")), n(`var client = new HttpClient(${s});`), n("var request = new HttpRequestMessage"), n("{");
|
|
502
|
+
const d = ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS", "TRACE"];
|
|
503
|
+
t = t.toUpperCase(), t && d.includes(t) ? t = `HttpMethod.${t[0]}${t.substring(1).toLowerCase()}` : t = `new HttpMethod("${t}")`, n(`Method = ${t},`, 1), n(`RequestUri = new Uri("${o}"),`, 1);
|
|
504
|
+
const m = Object.keys(e).filter((b) => {
|
|
505
|
+
switch (b.toLowerCase()) {
|
|
506
506
|
case "content-type":
|
|
507
507
|
case "content-length":
|
|
508
508
|
case "accept-encoding":
|
|
@@ -511,13 +511,13 @@ ${t}`);
|
|
|
511
511
|
return !0;
|
|
512
512
|
}
|
|
513
513
|
});
|
|
514
|
-
if (m.length && (n("Headers =", 1), n("{", 1), m.forEach((
|
|
515
|
-
n(`{ "${
|
|
514
|
+
if (m.length && (n("Headers =", 1), n("{", 1), m.forEach((b) => {
|
|
515
|
+
n(`{ "${b}", "${ce(e[b])}" },`, 2);
|
|
516
516
|
}), n("},", 1)), r.text) {
|
|
517
|
-
const
|
|
518
|
-
switch (
|
|
517
|
+
const b = r.mimeType;
|
|
518
|
+
switch (b) {
|
|
519
519
|
case "application/x-www-form-urlencoded":
|
|
520
|
-
n("Content = new FormUrlEncodedContent(new Dictionary<string, string>", 1), n("{", 1), (
|
|
520
|
+
n("Content = new FormUrlEncodedContent(new Dictionary<string, string>", 1), n("{", 1), (v = r.params) == null || v.forEach((u) => {
|
|
521
521
|
n(`{ "${u.name}", "${u.value}" },`, 2);
|
|
522
522
|
}), n("}),", 1);
|
|
523
523
|
break;
|
|
@@ -527,7 +527,7 @@ ${t}`);
|
|
|
527
527
|
}), n("},", 1);
|
|
528
528
|
break;
|
|
529
529
|
default:
|
|
530
|
-
n(`Content = new StringContent(${JSON.stringify(r.text || "")})`, 1), n("{", 1), n("Headers =", 2), n("{", 2), n(`ContentType = new MediaTypeHeaderValue("${
|
|
530
|
+
n(`Content = new StringContent(${JSON.stringify(r.text || "")})`, 1), n("{", 1), n("Headers =", 2), n("{", 2), n(`ContentType = new MediaTypeHeaderValue("${b}")`, 3), n("}", 2), n("}", 1);
|
|
531
531
|
break;
|
|
532
532
|
}
|
|
533
533
|
}
|
|
@@ -546,7 +546,7 @@ var Wa = {
|
|
|
546
546
|
extname: ".cs",
|
|
547
547
|
installation: "dotnet add package RestSharp"
|
|
548
548
|
},
|
|
549
|
-
convert: ({ method: e, fullUrl: r, headersObj: t, cookies: o, postData:
|
|
549
|
+
convert: ({ method: e, fullUrl: r, headersObj: t, cookies: o, postData: i, uriObj: l }) => {
|
|
550
550
|
const { push: n, join: a } = new V();
|
|
551
551
|
if (!["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS"].includes(
|
|
552
552
|
e.toUpperCase()
|
|
@@ -555,37 +555,37 @@ var Wa = {
|
|
|
555
555
|
n(`using RestSharp;
|
|
556
556
|
|
|
557
557
|
`), n(`var options = new RestClientOptions("${r}");`), n("var client = new RestClient(options);"), n('var request = new RestRequest("");');
|
|
558
|
-
const c =
|
|
558
|
+
const c = i.mimeType && i.mimeType === "multipart/form-data";
|
|
559
559
|
switch (c && n("request.AlwaysMultipartFormData = true;"), Object.keys(t).forEach((h) => {
|
|
560
|
-
if (
|
|
561
|
-
c &&
|
|
560
|
+
if (i.mimeType && h.toLowerCase() === "content-type" && i.text) {
|
|
561
|
+
c && i.boundary && n(`request.FormBoundary = "${i.boundary}";`);
|
|
562
562
|
return;
|
|
563
563
|
}
|
|
564
564
|
n(`request.AddHeader("${h}", "${ce(t[h])}");`);
|
|
565
|
-
}), o.forEach(({ name: h, value:
|
|
566
|
-
n(`request.AddCookie("${h}", "${ce(
|
|
567
|
-
}),
|
|
565
|
+
}), o.forEach(({ name: h, value: d }) => {
|
|
566
|
+
n(`request.AddCookie("${h}", "${ce(d)}", "${l.pathname}", "${l.host}");`);
|
|
567
|
+
}), i.mimeType) {
|
|
568
568
|
case "multipart/form-data":
|
|
569
|
-
if (!
|
|
570
|
-
|
|
569
|
+
if (!i.params) break;
|
|
570
|
+
i.params.forEach((h) => {
|
|
571
571
|
h.fileName ? n(`request.AddFile("${h.name}", "${h.fileName}");`) : n(`request.AddParameter("${h.name}", "${h.value}");`);
|
|
572
572
|
});
|
|
573
573
|
break;
|
|
574
574
|
case "application/x-www-form-urlencoded":
|
|
575
|
-
if (!
|
|
576
|
-
|
|
575
|
+
if (!i.params) break;
|
|
576
|
+
i.params.forEach((h) => {
|
|
577
577
|
n(`request.AddParameter("${h.name}", "${h.value}");`);
|
|
578
578
|
});
|
|
579
579
|
break;
|
|
580
580
|
case "application/json": {
|
|
581
|
-
if (!
|
|
582
|
-
const h = JSON.stringify(
|
|
581
|
+
if (!i.text) break;
|
|
582
|
+
const h = JSON.stringify(i.text);
|
|
583
583
|
n(`request.AddJsonBody(${h}, false);`);
|
|
584
584
|
break;
|
|
585
585
|
}
|
|
586
586
|
default:
|
|
587
|
-
if (!
|
|
588
|
-
n(`request.AddStringBody("${
|
|
587
|
+
if (!i.text) break;
|
|
588
|
+
n(`request.AddStringBody("${i.text}", "${i.mimeType}");`);
|
|
589
589
|
}
|
|
590
590
|
return n(`var response = await client.${Ga(e)}Async(request);
|
|
591
591
|
`), n(`Console.WriteLine("{0}", response.Content);
|
|
@@ -610,15 +610,15 @@ var Wa = {
|
|
|
610
610
|
description: "Golang HTTP client request",
|
|
611
611
|
extname: ".go"
|
|
612
612
|
},
|
|
613
|
-
convert: ({ postData: e, method: r, allHeaders: t, fullUrl: o },
|
|
614
|
-
const { blank: l, push: n, join: a } = new V({ indent: " " }), { showBoilerplate:
|
|
615
|
-
c && (n("if err != nil {",
|
|
613
|
+
convert: ({ postData: e, method: r, allHeaders: t, fullUrl: o }, i = {}) => {
|
|
614
|
+
const { blank: l, push: n, join: a } = new V({ indent: " " }), { showBoilerplate: s = !0, checkErrors: c = !1, printBody: h = !0, timeout: d = -1 } = i, m = c ? "err" : "_", v = s ? 1 : 0, j = () => {
|
|
615
|
+
c && (n("if err != nil {", v), n("panic(err)", v + 1), n("}", v));
|
|
616
616
|
};
|
|
617
|
-
|
|
618
|
-
const
|
|
619
|
-
return u && (n("client := http.Client{",
|
|
620
|
-
n(`req.Header.Add("${g}", "${ce(t[g])}")`,
|
|
621
|
-
}), l()), n(`res, ${m} := ${y}.Do(req)`,
|
|
617
|
+
s && (n("package main"), l(), n("import ("), n('"fmt"', v), d > 0 && n('"time"', v), e.text && n('"strings"', v), n('"net/http"', v), h && n('"io"', v), n(")"), l(), n("func main() {"), l());
|
|
618
|
+
const b = d > 0, u = b, y = u ? "client" : "http.DefaultClient";
|
|
619
|
+
return u && (n("client := http.Client{", v), b && n(`Timeout: time.Duration(${d} * time.Second),`, v + 1), n("}", v), l()), n(`url := "${o}"`, v), l(), e.text ? (n(`payload := strings.NewReader(${JSON.stringify(e.text)})`, v), l(), n(`req, ${m} := http.NewRequest("${r}", url, payload)`, v), l()) : (n(`req, ${m} := http.NewRequest("${r}", url, nil)`, v), l()), j(), Object.keys(t).length && (Object.keys(t).forEach((g) => {
|
|
620
|
+
n(`req.Header.Add("${g}", "${ce(t[g])}")`, v);
|
|
621
|
+
}), l()), n(`res, ${m} := ${y}.Do(req)`, v), j(), h && (l(), n("defer res.Body.Close()", v), n(`body, ${m} := io.ReadAll(res.Body)`, v), j()), l(), h && n("fmt.Println(string(body))", v), s && (l(), n("}")), a();
|
|
622
622
|
}
|
|
623
623
|
}, Da = {
|
|
624
624
|
info: {
|
|
@@ -639,25 +639,25 @@ var Wa = {
|
|
|
639
639
|
description: "HTTP/1.1 request string in accordance with RFC 7230",
|
|
640
640
|
extname: null
|
|
641
641
|
},
|
|
642
|
-
convert: ({ method: e, fullUrl: r, uriObj: t, httpVersion: o, allHeaders:
|
|
642
|
+
convert: ({ method: e, fullUrl: r, uriObj: t, httpVersion: o, allHeaders: i, postData: l }, n) => {
|
|
643
643
|
const a = {
|
|
644
644
|
absoluteURI: !1,
|
|
645
645
|
autoContentLength: !0,
|
|
646
646
|
autoHost: !0,
|
|
647
647
|
...n
|
|
648
|
-
}, { blank:
|
|
649
|
-
c(`${e} ${
|
|
650
|
-
const m = Object.keys(
|
|
651
|
-
if (m.forEach((
|
|
652
|
-
const u =
|
|
653
|
-
c(`${u}: ${
|
|
648
|
+
}, { blank: s, push: c, join: h } = new V({ indent: "", join: Xr }), d = a.absoluteURI ? r : t.path;
|
|
649
|
+
c(`${e} ${d} ${o}`);
|
|
650
|
+
const m = Object.keys(i);
|
|
651
|
+
if (m.forEach((b) => {
|
|
652
|
+
const u = b.toLowerCase().replace(/(^|-)(\w)/g, (y) => y.toUpperCase());
|
|
653
|
+
c(`${u}: ${i[b]}`);
|
|
654
654
|
}), a.autoHost && !m.includes("host") && c(`Host: ${t.host}`), a.autoContentLength && l.text && !m.includes("content-length")) {
|
|
655
655
|
const u = new TextEncoder().encode(l.text).length.toString();
|
|
656
656
|
c(`Content-Length: ${u}`);
|
|
657
657
|
}
|
|
658
|
-
|
|
659
|
-
const
|
|
660
|
-
return `${
|
|
658
|
+
s();
|
|
659
|
+
const v = h(), j = l.text || "";
|
|
660
|
+
return `${v}${Xr}${j}`;
|
|
661
661
|
}
|
|
662
662
|
}, Ka = {
|
|
663
663
|
info: {
|
|
@@ -676,14 +676,14 @@ var Wa = {
|
|
|
676
676
|
description: "Asynchronous Http and WebSocket Client library for Java",
|
|
677
677
|
extname: ".java"
|
|
678
678
|
},
|
|
679
|
-
convert: ({ method: e, allHeaders: r, postData: t, fullUrl: o },
|
|
679
|
+
convert: ({ method: e, allHeaders: r, postData: t, fullUrl: o }, i) => {
|
|
680
680
|
const l = {
|
|
681
681
|
indent: " ",
|
|
682
|
-
...
|
|
683
|
-
}, { blank: n, push: a, join:
|
|
682
|
+
...i
|
|
683
|
+
}, { blank: n, push: a, join: s } = new V({ indent: l.indent });
|
|
684
684
|
return a("AsyncHttpClient client = new DefaultAsyncHttpClient();"), a(`client.prepare("${e.toUpperCase()}", "${o}")`), Object.keys(r).forEach((c) => {
|
|
685
685
|
a(`.setHeader("${c}", "${ce(r[c])}")`, 1);
|
|
686
|
-
}), t.text && a(`.setBody(${JSON.stringify(t.text)})`, 1), a(".execute()", 1), a(".toCompletableFuture()", 1), a(".thenAccept(System.out::println)", 1), a(".join();", 1), n(), a("client.close();"),
|
|
686
|
+
}), t.text && a(`.setBody(${JSON.stringify(t.text)})`, 1), a(".execute()", 1), a(".toCompletableFuture()", 1), a(".thenAccept(System.out::println)", 1), a(".join();", 1), n(), a("client.close();"), s();
|
|
687
687
|
}
|
|
688
688
|
}, Xa = {
|
|
689
689
|
info: {
|
|
@@ -693,13 +693,13 @@ var Wa = {
|
|
|
693
693
|
description: "Java Standardized HTTP Client API",
|
|
694
694
|
extname: ".java"
|
|
695
695
|
},
|
|
696
|
-
convert: ({ allHeaders: e, fullUrl: r, method: t, postData: o },
|
|
696
|
+
convert: ({ allHeaders: e, fullUrl: r, method: t, postData: o }, i) => {
|
|
697
697
|
const l = {
|
|
698
698
|
indent: " ",
|
|
699
|
-
...
|
|
699
|
+
...i
|
|
700
700
|
}, { push: n, join: a } = new V({ indent: l.indent });
|
|
701
|
-
return n("HttpRequest request = HttpRequest.newBuilder()"), n(`.uri(URI.create("${r}"))`, 2), Object.keys(e).forEach((
|
|
702
|
-
n(`.header("${
|
|
701
|
+
return n("HttpRequest request = HttpRequest.newBuilder()"), n(`.uri(URI.create("${r}"))`, 2), Object.keys(e).forEach((s) => {
|
|
702
|
+
n(`.header("${s}", "${ce(e[s])}")`, 2);
|
|
703
703
|
}), o.text ? n(
|
|
704
704
|
`.method("${t.toUpperCase()}", HttpRequest.BodyPublishers.ofString(${JSON.stringify(o.text)}))`,
|
|
705
705
|
2
|
|
@@ -715,14 +715,14 @@ var Wa = {
|
|
|
715
715
|
description: "An HTTP Request Client Library",
|
|
716
716
|
extname: ".java"
|
|
717
717
|
},
|
|
718
|
-
convert: ({ postData: e, method: r, fullUrl: t, allHeaders: o },
|
|
718
|
+
convert: ({ postData: e, method: r, fullUrl: t, allHeaders: o }, i) => {
|
|
719
719
|
const l = {
|
|
720
720
|
indent: " ",
|
|
721
|
-
...
|
|
722
|
-
}, { push: n, blank: a, join:
|
|
723
|
-
return n("OkHttpClient client = new OkHttpClient();"), a(), e.text && (e.boundary ? n(`MediaType mediaType = MediaType.parse("${e.mimeType}; boundary=${e.boundary}");`) : n(`MediaType mediaType = MediaType.parse("${e.mimeType}");`), n(`RequestBody body = RequestBody.create(mediaType, ${JSON.stringify(e.text)});`)), n("Request request = new Request.Builder()"), n(`.url("${t}")`, 1), c.includes(r.toUpperCase()) ? h.includes(r.toUpperCase()) ? e.text ? n(`.${r.toLowerCase()}(body)`, 1) : n(`.${r.toLowerCase()}(null)`, 1) : n(`.${r.toLowerCase()}()`, 1) : e.text ? n(`.method("${r.toUpperCase()}", body)`, 1) : n(`.method("${r.toUpperCase()}", null)`, 1), Object.keys(o).forEach((
|
|
724
|
-
n(`.addHeader("${
|
|
725
|
-
}), n(".build();", 1), a(), n("Response response = client.newCall(request).execute();"),
|
|
721
|
+
...i
|
|
722
|
+
}, { push: n, blank: a, join: s } = new V({ indent: l.indent }), c = ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD"], h = ["POST", "PUT", "DELETE", "PATCH"];
|
|
723
|
+
return n("OkHttpClient client = new OkHttpClient();"), a(), e.text && (e.boundary ? n(`MediaType mediaType = MediaType.parse("${e.mimeType}; boundary=${e.boundary}");`) : n(`MediaType mediaType = MediaType.parse("${e.mimeType}");`), n(`RequestBody body = RequestBody.create(mediaType, ${JSON.stringify(e.text)});`)), n("Request request = new Request.Builder()"), n(`.url("${t}")`, 1), c.includes(r.toUpperCase()) ? h.includes(r.toUpperCase()) ? e.text ? n(`.${r.toLowerCase()}(body)`, 1) : n(`.${r.toLowerCase()}(null)`, 1) : n(`.${r.toLowerCase()}()`, 1) : e.text ? n(`.method("${r.toUpperCase()}", body)`, 1) : n(`.method("${r.toUpperCase()}", null)`, 1), Object.keys(o).forEach((d) => {
|
|
724
|
+
n(`.addHeader("${d}", "${ce(o[d])}")`, 1);
|
|
725
|
+
}), n(".build();", 1), a(), n("Response response = client.newCall(request).execute();"), s();
|
|
726
726
|
}
|
|
727
727
|
}, ei = {
|
|
728
728
|
info: {
|
|
@@ -732,10 +732,10 @@ var Wa = {
|
|
|
732
732
|
description: "Lightweight HTTP Request Client Library",
|
|
733
733
|
extname: ".java"
|
|
734
734
|
},
|
|
735
|
-
convert: ({ method: e, allHeaders: r, postData: t, fullUrl: o },
|
|
735
|
+
convert: ({ method: e, allHeaders: r, postData: t, fullUrl: o }, i) => {
|
|
736
736
|
const l = {
|
|
737
737
|
indent: " ",
|
|
738
|
-
...
|
|
738
|
+
...i
|
|
739
739
|
}, { join: n, push: a } = new V({ indent: l.indent });
|
|
740
740
|
return ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS"].includes(e.toUpperCase()) ? a(`HttpResponse<String> response = Unirest.${e.toLowerCase()}("${o}")`) : a(`HttpResponse<String> response = Unirest.customMethod("${e.toUpperCase()}","${o}")`), Object.keys(r).forEach((c) => {
|
|
741
741
|
a(`.header("${c}", "${ce(r[c])}")`, 1);
|
|
@@ -762,40 +762,40 @@ var Wa = {
|
|
|
762
762
|
extname: ".js",
|
|
763
763
|
installation: "npm install axios --save"
|
|
764
764
|
},
|
|
765
|
-
convert: ({ allHeaders: e, method: r, url: t, queryObj: o, postData:
|
|
765
|
+
convert: ({ allHeaders: e, method: r, url: t, queryObj: o, postData: i }, l) => {
|
|
766
766
|
const n = {
|
|
767
767
|
indent: " ",
|
|
768
768
|
...l
|
|
769
|
-
}, { blank: a, push:
|
|
770
|
-
|
|
771
|
-
const
|
|
769
|
+
}, { blank: a, push: s, join: c, addPostProcessor: h } = new V({ indent: n.indent });
|
|
770
|
+
s("import axios from 'axios';"), a();
|
|
771
|
+
const d = {
|
|
772
772
|
method: r,
|
|
773
773
|
url: t
|
|
774
774
|
};
|
|
775
|
-
switch (Object.keys(o).length && (
|
|
775
|
+
switch (Object.keys(o).length && (d.params = o), Object.keys(e).length && (d.headers = e), i.mimeType) {
|
|
776
776
|
case "application/x-www-form-urlencoded":
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
}), a(),
|
|
777
|
+
i.params && (s("const encodedParams = new URLSearchParams();"), i.params.forEach((v) => {
|
|
778
|
+
s(`encodedParams.set('${v.name}', '${v.value}');`);
|
|
779
|
+
}), a(), d.data = "encodedParams,", h((v) => v.replace(/'encodedParams,'/, "encodedParams,")));
|
|
780
780
|
break;
|
|
781
781
|
case "application/json":
|
|
782
|
-
|
|
782
|
+
i.jsonObj && (d.data = i.jsonObj);
|
|
783
783
|
break;
|
|
784
784
|
case "multipart/form-data":
|
|
785
|
-
if (!
|
|
785
|
+
if (!i.params)
|
|
786
786
|
break;
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
}), a(),
|
|
787
|
+
s("const form = new FormData();"), i.params.forEach((v) => {
|
|
788
|
+
s(`form.append('${v.name}', '${v.value || v.fileName || ""}');`);
|
|
789
|
+
}), a(), d.data = "[form]";
|
|
790
790
|
break;
|
|
791
791
|
default:
|
|
792
|
-
|
|
792
|
+
i.text && (d.data = i.text);
|
|
793
793
|
}
|
|
794
|
-
const m = fe(
|
|
794
|
+
const m = fe(d, {
|
|
795
795
|
indent: " ",
|
|
796
796
|
inlineCharacterLimit: 80
|
|
797
797
|
}).replace('"[form]"', "form");
|
|
798
|
-
return
|
|
798
|
+
return s(`const options = ${m};`), a(), s("axios"), s(".request(options)", 1), s(".then(function (response) {", 1), s("console.log(response.data);", 2), s("})", 1), s(".catch(function (error) {", 1), s("console.error(error);", 2), s("});", 1), c();
|
|
799
799
|
}
|
|
800
800
|
}, ni = {
|
|
801
801
|
info: {
|
|
@@ -805,12 +805,12 @@ var Wa = {
|
|
|
805
805
|
description: "Perform asynchronous HTTP requests with the Fetch API",
|
|
806
806
|
extname: ".js"
|
|
807
807
|
},
|
|
808
|
-
convert: ({ method: e, allHeaders: r, postData: t, fullUrl: o },
|
|
808
|
+
convert: ({ method: e, allHeaders: r, postData: t, fullUrl: o }, i) => {
|
|
809
809
|
const l = {
|
|
810
810
|
indent: " ",
|
|
811
811
|
credentials: null,
|
|
812
|
-
...
|
|
813
|
-
}, { blank: n, join: a, push:
|
|
812
|
+
...i
|
|
813
|
+
}, { blank: n, join: a, push: s } = new V({ indent: l.indent }), c = {
|
|
814
814
|
method: e
|
|
815
815
|
};
|
|
816
816
|
switch (Object.keys(r).length && (c.headers = r), l.credentials !== null && (c.credentials = l.credentials), t.mimeType) {
|
|
@@ -824,22 +824,22 @@ var Wa = {
|
|
|
824
824
|
if (!t.params)
|
|
825
825
|
break;
|
|
826
826
|
const h = pe(r, "content-type");
|
|
827
|
-
h && delete r[h],
|
|
828
|
-
|
|
827
|
+
h && delete r[h], s("const form = new FormData();"), t.params.forEach((d) => {
|
|
828
|
+
s(`form.append('${d.name}', '${d.value || d.fileName || ""}');`);
|
|
829
829
|
}), n();
|
|
830
830
|
break;
|
|
831
831
|
default:
|
|
832
832
|
t.text && (c.body = t.text);
|
|
833
833
|
}
|
|
834
|
-
return c.headers && !Object.keys(c.headers).length && delete c.headers,
|
|
834
|
+
return c.headers && !Object.keys(c.headers).length && delete c.headers, s(
|
|
835
835
|
`const options = ${fe(c, {
|
|
836
836
|
indent: l.indent,
|
|
837
837
|
inlineCharacterLimit: 80,
|
|
838
838
|
// The Fetch API body only accepts string parameters, but stringified JSON can be difficult
|
|
839
839
|
// to read, so we keep the object as a literal and use this transform function to wrap the
|
|
840
840
|
// literal in a `JSON.stringify` call.
|
|
841
|
-
transform: (h,
|
|
842
|
-
if (
|
|
841
|
+
transform: (h, d, m) => {
|
|
842
|
+
if (d === "body") {
|
|
843
843
|
if (t.mimeType === "application/x-www-form-urlencoded")
|
|
844
844
|
return `new URLSearchParams(${m})`;
|
|
845
845
|
if (t.mimeType === "application/json")
|
|
@@ -848,7 +848,7 @@ var Wa = {
|
|
|
848
848
|
return m;
|
|
849
849
|
}
|
|
850
850
|
})};`
|
|
851
|
-
), n(), t.params && t.mimeType === "multipart/form-data" && (
|
|
851
|
+
), n(), t.params && t.mimeType === "multipart/form-data" && (s("options.body = form;"), n()), s(`fetch('${o}', options)`), s(".then(response => response.json())", 1), s(".then(response => console.log(response))", 1), s(".catch(err => console.error(err));", 1), a();
|
|
852
852
|
}
|
|
853
853
|
}, oi = {
|
|
854
854
|
info: {
|
|
@@ -858,12 +858,12 @@ var Wa = {
|
|
|
858
858
|
description: "Perform an asynchronous HTTP (Ajax) requests with jQuery",
|
|
859
859
|
extname: ".js"
|
|
860
860
|
},
|
|
861
|
-
convert: ({ fullUrl: e, method: r, allHeaders: t, postData: o },
|
|
862
|
-
var
|
|
861
|
+
convert: ({ fullUrl: e, method: r, allHeaders: t, postData: o }, i) => {
|
|
862
|
+
var d;
|
|
863
863
|
const l = {
|
|
864
864
|
indent: " ",
|
|
865
|
-
...
|
|
866
|
-
}, { blank: n, push: a, join:
|
|
865
|
+
...i
|
|
866
|
+
}, { blank: n, push: a, join: s } = new V({ indent: l.indent }), c = {
|
|
867
867
|
async: !0,
|
|
868
868
|
crossDomain: !0,
|
|
869
869
|
url: e,
|
|
@@ -882,7 +882,7 @@ var Wa = {
|
|
|
882
882
|
break;
|
|
883
883
|
if (a("const form = new FormData();"), o.params.forEach((m) => {
|
|
884
884
|
a(`form.append('${m.name}', '${m.value || m.fileName || ""}');`);
|
|
885
|
-
}), c.processData = !1, c.contentType = !1, c.mimeType = "multipart/form-data", c.data = "[form]", nt(t, "content-type") && (
|
|
885
|
+
}), c.processData = !1, c.contentType = !1, c.mimeType = "multipart/form-data", c.data = "[form]", nt(t, "content-type") && (d = ve(t, "content-type")) != null && d.includes("boundary")) {
|
|
886
886
|
const m = pe(t, "content-type");
|
|
887
887
|
m && delete c.headers[m];
|
|
888
888
|
}
|
|
@@ -892,7 +892,7 @@ var Wa = {
|
|
|
892
892
|
o.text && (c.data = o.text);
|
|
893
893
|
}
|
|
894
894
|
const h = fe(c, { indent: l.indent }).replace("'[form]'", "form");
|
|
895
|
-
return a(`const settings = ${h};`), n(), a("$.ajax(settings).done(function (response) {"), a("console.log(response);", 1), a("});"),
|
|
895
|
+
return a(`const settings = ${h};`), n(), a("$.ajax(settings).done(function (response) {"), a("console.log(response);", 1), a("});"), s();
|
|
896
896
|
}
|
|
897
897
|
}, ai = {
|
|
898
898
|
info: {
|
|
@@ -902,13 +902,13 @@ var Wa = {
|
|
|
902
902
|
description: "W3C Standard API that provides scripted client functionality",
|
|
903
903
|
extname: ".js"
|
|
904
904
|
},
|
|
905
|
-
convert: ({ postData: e, allHeaders: r, method: t, fullUrl: o },
|
|
905
|
+
convert: ({ postData: e, allHeaders: r, method: t, fullUrl: o }, i) => {
|
|
906
906
|
var c;
|
|
907
907
|
const l = {
|
|
908
908
|
indent: " ",
|
|
909
909
|
cors: !0,
|
|
910
|
-
...
|
|
911
|
-
}, { blank: n, push: a, join:
|
|
910
|
+
...i
|
|
911
|
+
}, { blank: n, push: a, join: s } = new V({ indent: l.indent });
|
|
912
912
|
switch (e.mimeType) {
|
|
913
913
|
case "application/json":
|
|
914
914
|
a(
|
|
@@ -933,7 +933,7 @@ var Wa = {
|
|
|
933
933
|
}
|
|
934
934
|
return a("const xhr = new XMLHttpRequest();"), l.cors && a("xhr.withCredentials = true;"), n(), a("xhr.addEventListener('readystatechange', function () {"), a("if (this.readyState === this.DONE) {", 1), a("console.log(this.responseText);", 2), a("}", 1), a("});"), n(), a(`xhr.open('${t}', '${o}');`), Object.keys(r).forEach((h) => {
|
|
935
935
|
a(`xhr.setRequestHeader('${h}', '${ze(r[h])}');`);
|
|
936
|
-
}), n(), a("xhr.send(data);"),
|
|
936
|
+
}), n(), a("xhr.send(data);"), s();
|
|
937
937
|
}
|
|
938
938
|
}, ii = {
|
|
939
939
|
info: {
|
|
@@ -971,10 +971,10 @@ var Wa = {
|
|
|
971
971
|
case "multipart/form-data":
|
|
972
972
|
if (!e.params)
|
|
973
973
|
break;
|
|
974
|
-
const
|
|
974
|
+
const i = {};
|
|
975
975
|
e.params.forEach((l) => {
|
|
976
|
-
|
|
977
|
-
}), o =
|
|
976
|
+
i[l.name] = l.value;
|
|
977
|
+
}), o = i;
|
|
978
978
|
break;
|
|
979
979
|
default:
|
|
980
980
|
e.text && (o = e.text);
|
|
@@ -998,14 +998,14 @@ var Wa = {
|
|
|
998
998
|
description: "An HTTP Request Client Library",
|
|
999
999
|
extname: ".kt"
|
|
1000
1000
|
},
|
|
1001
|
-
convert: ({ postData: e, fullUrl: r, method: t, allHeaders: o },
|
|
1001
|
+
convert: ({ postData: e, fullUrl: r, method: t, allHeaders: o }, i) => {
|
|
1002
1002
|
const l = {
|
|
1003
1003
|
indent: " ",
|
|
1004
|
-
...
|
|
1005
|
-
}, { blank: n, join: a, push:
|
|
1006
|
-
return
|
|
1007
|
-
|
|
1008
|
-
}),
|
|
1004
|
+
...i
|
|
1005
|
+
}, { blank: n, join: a, push: s } = new V({ indent: l.indent }), c = ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD"], h = ["POST", "PUT", "DELETE", "PATCH"];
|
|
1006
|
+
return s("val client = OkHttpClient()"), n(), e.text && (e.boundary ? s(`val mediaType = MediaType.parse("${e.mimeType}; boundary=${e.boundary}")`) : s(`val mediaType = MediaType.parse("${e.mimeType}")`), s(`val body = RequestBody.create(mediaType, ${JSON.stringify(e.text)})`)), s("val request = Request.Builder()"), s(`.url("${r}")`, 1), c.includes(t.toUpperCase()) ? h.includes(t.toUpperCase()) ? e.text ? s(`.${t.toLowerCase()}(body)`, 1) : s(`.${t.toLowerCase()}(null)`, 1) : s(`.${t.toLowerCase()}()`, 1) : e.text ? s(`.method("${t.toUpperCase()}", body)`, 1) : s(`.method("${t.toUpperCase()}", null)`, 1), Object.keys(o).forEach((d) => {
|
|
1007
|
+
s(`.addHeader("${d}", "${ce(o[d])}")`, 1);
|
|
1008
|
+
}), s(".build()", 1), n(), s("val response = client.newCall(request).execute()"), a();
|
|
1009
1009
|
}
|
|
1010
1010
|
}, ui = {
|
|
1011
1011
|
info: {
|
|
@@ -1025,20 +1025,20 @@ var Wa = {
|
|
|
1025
1025
|
extname: ".cjs",
|
|
1026
1026
|
installation: "npm install axios --save"
|
|
1027
1027
|
},
|
|
1028
|
-
convert: ({ method: e, fullUrl: r, allHeaders: t, postData: o },
|
|
1028
|
+
convert: ({ method: e, fullUrl: r, allHeaders: t, postData: o }, i) => {
|
|
1029
1029
|
const l = {
|
|
1030
1030
|
indent: " ",
|
|
1031
|
-
...
|
|
1032
|
-
}, { blank: n, join: a, push:
|
|
1033
|
-
|
|
1031
|
+
...i
|
|
1032
|
+
}, { blank: n, join: a, push: s, addPostProcessor: c } = new V({ indent: l.indent });
|
|
1033
|
+
s("const axios = require('axios');");
|
|
1034
1034
|
const h = {
|
|
1035
1035
|
method: e,
|
|
1036
1036
|
url: r
|
|
1037
1037
|
};
|
|
1038
1038
|
switch (Object.keys(t).length && (h.headers = t), o.mimeType) {
|
|
1039
1039
|
case "application/x-www-form-urlencoded":
|
|
1040
|
-
o.params && (
|
|
1041
|
-
|
|
1040
|
+
o.params && (s("const { URLSearchParams } = require('url');"), n(), s("const encodedParams = new URLSearchParams();"), o.params.forEach((m) => {
|
|
1041
|
+
s(`encodedParams.set('${m.name}', '${m.value}');`);
|
|
1042
1042
|
}), n(), h.data = "encodedParams,", c((m) => m.replace(/'encodedParams,'/, "encodedParams,")));
|
|
1043
1043
|
break;
|
|
1044
1044
|
case "application/json":
|
|
@@ -1047,8 +1047,8 @@ var Wa = {
|
|
|
1047
1047
|
default:
|
|
1048
1048
|
n(), o.text && (h.data = o.text);
|
|
1049
1049
|
}
|
|
1050
|
-
const
|
|
1051
|
-
return
|
|
1050
|
+
const d = fe(h, { indent: " ", inlineCharacterLimit: 80 });
|
|
1051
|
+
return s(`const options = ${d};`), n(), s("axios"), s(".request(options)", 1), s(".then(function (response) {", 1), s("console.log(response.data);", 2), s("})", 1), s(".catch(function (error) {", 1), s("console.error(error);", 2), s("});", 1), a();
|
|
1052
1052
|
}
|
|
1053
1053
|
}, pi = {
|
|
1054
1054
|
info: {
|
|
@@ -1059,32 +1059,32 @@ var Wa = {
|
|
|
1059
1059
|
extname: ".cjs",
|
|
1060
1060
|
installation: "npm install node-fetch@2 --save"
|
|
1061
1061
|
},
|
|
1062
|
-
convert: ({ method: e, fullUrl: r, postData: t, headersObj: o, cookies:
|
|
1063
|
-
var
|
|
1062
|
+
convert: ({ method: e, fullUrl: r, postData: t, headersObj: o, cookies: i }, l) => {
|
|
1063
|
+
var b;
|
|
1064
1064
|
const n = {
|
|
1065
1065
|
indent: " ",
|
|
1066
1066
|
...l
|
|
1067
1067
|
};
|
|
1068
1068
|
let a = !1;
|
|
1069
|
-
const { blank:
|
|
1069
|
+
const { blank: s, push: c, join: h, unshift: d } = new V({ indent: n.indent });
|
|
1070
1070
|
c("const fetch = require('node-fetch');");
|
|
1071
|
-
const m = r,
|
|
1071
|
+
const m = r, v = {
|
|
1072
1072
|
method: e
|
|
1073
1073
|
};
|
|
1074
|
-
switch (Object.keys(o).length && (
|
|
1074
|
+
switch (Object.keys(o).length && (v.headers = o), t.mimeType) {
|
|
1075
1075
|
case "application/x-www-form-urlencoded":
|
|
1076
|
-
|
|
1076
|
+
d("const { URLSearchParams } = require('url');"), c("const encodedParams = new URLSearchParams();"), s(), (b = t.params) == null || b.forEach((y) => {
|
|
1077
1077
|
c(`encodedParams.set('${y.name}', '${y.value}');`);
|
|
1078
|
-
}),
|
|
1078
|
+
}), v.body = "encodedParams";
|
|
1079
1079
|
break;
|
|
1080
1080
|
case "application/json":
|
|
1081
|
-
t.jsonObj && (
|
|
1081
|
+
t.jsonObj && (v.body = t.jsonObj);
|
|
1082
1082
|
break;
|
|
1083
1083
|
case "multipart/form-data":
|
|
1084
1084
|
if (!t.params)
|
|
1085
1085
|
break;
|
|
1086
1086
|
const u = pe(o, "content-type");
|
|
1087
|
-
u && delete o[u],
|
|
1087
|
+
u && delete o[u], d("const FormData = require('form-data');"), c("const formData = new FormData();"), s(), t.params.forEach((y) => {
|
|
1088
1088
|
if (!y.fileName && !y.fileName && !y.contentType) {
|
|
1089
1089
|
c(`formData.append('${y.name}', '${y.value}');`);
|
|
1090
1090
|
return;
|
|
@@ -1093,14 +1093,14 @@ var Wa = {
|
|
|
1093
1093
|
});
|
|
1094
1094
|
break;
|
|
1095
1095
|
default:
|
|
1096
|
-
t.text && (
|
|
1096
|
+
t.text && (v.body = t.text);
|
|
1097
1097
|
}
|
|
1098
|
-
if (
|
|
1099
|
-
const u =
|
|
1100
|
-
|
|
1098
|
+
if (i.length) {
|
|
1099
|
+
const u = i.map(({ name: y, value: g }) => `${encodeURIComponent(y)}=${encodeURIComponent(g)}`).join("; ");
|
|
1100
|
+
v.headers || (v.headers = {}), v.headers.cookie = u;
|
|
1101
1101
|
}
|
|
1102
|
-
|
|
1103
|
-
const j = fe(
|
|
1102
|
+
s(), c(`const url = '${m}';`), v.headers && !Object.keys(v.headers).length && delete v.headers;
|
|
1103
|
+
const j = fe(v, {
|
|
1104
1104
|
indent: " ",
|
|
1105
1105
|
inlineCharacterLimit: 80,
|
|
1106
1106
|
// The Fetch API body only accepts string parameters, but stringified JSON can be difficult to
|
|
@@ -1108,7 +1108,7 @@ var Wa = {
|
|
|
1108
1108
|
// in a `JSON.stringify` call.
|
|
1109
1109
|
transform: (u, y, g) => y === "body" && t.mimeType === "application/json" ? `JSON.stringify(${g})` : g
|
|
1110
1110
|
});
|
|
1111
|
-
return c(`const options = ${j};`),
|
|
1111
|
+
return c(`const options = ${j};`), s(), a && d("const fs = require('fs');"), t.params && t.mimeType === "multipart/form-data" && (c("options.body = formData;"), s()), 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), h().replace(/'encodedParams'/, "encodedParams").replace(/"fs\.createReadStream\(\\"(.+)\\"\)"/, 'fs.createReadStream("$1")');
|
|
1112
1112
|
}
|
|
1113
1113
|
}, di = {
|
|
1114
1114
|
info: {
|
|
@@ -1118,18 +1118,18 @@ var Wa = {
|
|
|
1118
1118
|
description: "Node.js native HTTP interface",
|
|
1119
1119
|
extname: ".cjs"
|
|
1120
1120
|
},
|
|
1121
|
-
convert: ({ uriObj: e, method: r, allHeaders: t, postData: o },
|
|
1122
|
-
var
|
|
1123
|
-
const { indent: l = " " } =
|
|
1121
|
+
convert: ({ uriObj: e, method: r, allHeaders: t, postData: o }, i = {}) => {
|
|
1122
|
+
var d;
|
|
1123
|
+
const { indent: l = " " } = i, { blank: n, join: a, push: s, unshift: c } = new V({ indent: l }), h = {
|
|
1124
1124
|
method: r,
|
|
1125
1125
|
hostname: e.hostname,
|
|
1126
1126
|
port: e.port,
|
|
1127
1127
|
path: e.path,
|
|
1128
1128
|
headers: t
|
|
1129
1129
|
};
|
|
1130
|
-
switch (
|
|
1130
|
+
switch (s(`const http = require('${(d = e.protocol) == null ? void 0 : d.replace(":", "")}');`), n(), s(`const options = ${fe(h, { indent: l })};`), n(), s("const req = http.request(options, function (res) {"), s("const chunks = [];", 1), n(), s("res.on('data', function (chunk) {", 1), s("chunks.push(chunk);", 2), s("});", 1), n(), s("res.on('end', function () {", 1), s("const body = Buffer.concat(chunks);", 2), s("console.log(body.toString());", 2), s("});", 1), s("});"), n(), o.mimeType) {
|
|
1131
1131
|
case "application/x-www-form-urlencoded":
|
|
1132
|
-
o.paramsObj && (c("const qs = require('querystring');"),
|
|
1132
|
+
o.paramsObj && (c("const qs = require('querystring');"), s(
|
|
1133
1133
|
`req.write(qs.stringify(${fe(o.paramsObj, {
|
|
1134
1134
|
indent: " ",
|
|
1135
1135
|
inlineCharacterLimit: 80
|
|
@@ -1137,7 +1137,7 @@ var Wa = {
|
|
|
1137
1137
|
));
|
|
1138
1138
|
break;
|
|
1139
1139
|
case "application/json":
|
|
1140
|
-
o.jsonObj &&
|
|
1140
|
+
o.jsonObj && s(
|
|
1141
1141
|
`req.write(JSON.stringify(${fe(o.jsonObj, {
|
|
1142
1142
|
indent: " ",
|
|
1143
1143
|
inlineCharacterLimit: 80
|
|
@@ -1145,9 +1145,9 @@ var Wa = {
|
|
|
1145
1145
|
);
|
|
1146
1146
|
break;
|
|
1147
1147
|
default:
|
|
1148
|
-
o.text &&
|
|
1148
|
+
o.text && s(`req.write(${fe(o.text, { indent: l })});`);
|
|
1149
1149
|
}
|
|
1150
|
-
return
|
|
1150
|
+
return s("req.end();"), a();
|
|
1151
1151
|
}
|
|
1152
1152
|
}, hi = {
|
|
1153
1153
|
info: {
|
|
@@ -1158,19 +1158,19 @@ var Wa = {
|
|
|
1158
1158
|
extname: ".cjs",
|
|
1159
1159
|
installation: "npm install request --save"
|
|
1160
1160
|
},
|
|
1161
|
-
convert: ({ method: e, url: r, fullUrl: t, postData: o, headersObj:
|
|
1161
|
+
convert: ({ method: e, url: r, fullUrl: t, postData: o, headersObj: i, cookies: l }, n) => {
|
|
1162
1162
|
const a = {
|
|
1163
1163
|
indent: " ",
|
|
1164
1164
|
...n
|
|
1165
1165
|
};
|
|
1166
|
-
let
|
|
1167
|
-
const { push: c, blank: h, join:
|
|
1166
|
+
let s = !1;
|
|
1167
|
+
const { push: c, blank: h, join: d, unshift: m, addPostProcessor: v } = new V({ indent: a.indent });
|
|
1168
1168
|
c("const request = require('request');"), h();
|
|
1169
1169
|
const j = {
|
|
1170
1170
|
method: e,
|
|
1171
1171
|
url: t
|
|
1172
1172
|
};
|
|
1173
|
-
switch (Object.keys(
|
|
1173
|
+
switch (Object.keys(i).length && (j.headers = i), o.mimeType) {
|
|
1174
1174
|
case "application/x-www-form-urlencoded":
|
|
1175
1175
|
j.form = o.paramsObj;
|
|
1176
1176
|
break;
|
|
@@ -1180,27 +1180,27 @@ var Wa = {
|
|
|
1180
1180
|
case "multipart/form-data":
|
|
1181
1181
|
if (!o.params)
|
|
1182
1182
|
break;
|
|
1183
|
-
j.formData = {}, o.params.forEach((
|
|
1184
|
-
if (!
|
|
1185
|
-
j.formData[
|
|
1183
|
+
j.formData = {}, o.params.forEach((b) => {
|
|
1184
|
+
if (!b.fileName && !b.fileName && !b.contentType) {
|
|
1185
|
+
j.formData[b.name] = b.value;
|
|
1186
1186
|
return;
|
|
1187
1187
|
}
|
|
1188
1188
|
let u = {};
|
|
1189
|
-
|
|
1190
|
-
value: `fs.createReadStream(${
|
|
1189
|
+
b.fileName ? (s = !0, u = {
|
|
1190
|
+
value: `fs.createReadStream(${b.fileName})`,
|
|
1191
1191
|
options: {
|
|
1192
|
-
filename:
|
|
1193
|
-
contentType:
|
|
1192
|
+
filename: b.fileName,
|
|
1193
|
+
contentType: b.contentType ? b.contentType : null
|
|
1194
1194
|
}
|
|
1195
|
-
}) :
|
|
1196
|
-
}),
|
|
1195
|
+
}) : b.value && (u.value = b.value), j.formData[b.name] = u;
|
|
1196
|
+
}), v((b) => b.replace(/'fs\.createReadStream\((.*)\)'/, "fs.createReadStream('$1')"));
|
|
1197
1197
|
break;
|
|
1198
1198
|
default:
|
|
1199
1199
|
o.text && (j.body = o.text);
|
|
1200
1200
|
}
|
|
1201
|
-
return l.length && (j.jar = "JAR", c("const jar = request.jar();"), l.forEach(({ name:
|
|
1202
|
-
c(`jar.setCookie(request.cookie('${encodeURIComponent(
|
|
1203
|
-
}), h(),
|
|
1201
|
+
return l.length && (j.jar = "JAR", c("const jar = request.jar();"), l.forEach(({ name: b, value: u }) => {
|
|
1202
|
+
c(`jar.setCookie(request.cookie('${encodeURIComponent(b)}=${encodeURIComponent(u)}'), '${r}');`);
|
|
1203
|
+
}), h(), v((b) => b.replace(/'JAR'/, "jar"))), s && m("const fs = require('fs');"), c(`const options = ${fe(j, { indent: " ", inlineCharacterLimit: 80 })};`), h(), c("request(options, function (error, response, body) {"), c("if (error) throw new Error(error);", 1), h(), c("console.log(body);", 1), c("});"), d();
|
|
1204
1204
|
}
|
|
1205
1205
|
}, yi = {
|
|
1206
1206
|
info: {
|
|
@@ -1210,38 +1210,38 @@ var Wa = {
|
|
|
1210
1210
|
description: "Lightweight HTTP Request Client Library",
|
|
1211
1211
|
extname: ".cjs"
|
|
1212
1212
|
},
|
|
1213
|
-
convert: ({ method: e, url: r, cookies: t, queryObj: o, postData:
|
|
1213
|
+
convert: ({ method: e, url: r, cookies: t, queryObj: o, postData: i, headersObj: l }, n) => {
|
|
1214
1214
|
const a = {
|
|
1215
1215
|
indent: " ",
|
|
1216
1216
|
...n
|
|
1217
1217
|
};
|
|
1218
|
-
let
|
|
1219
|
-
const { addPostProcessor: c, blank: h, join:
|
|
1218
|
+
let s = !1;
|
|
1219
|
+
const { addPostProcessor: c, blank: h, join: d, push: m, unshift: v } = new V({
|
|
1220
1220
|
indent: a.indent
|
|
1221
1221
|
});
|
|
1222
1222
|
switch (m("const unirest = require('unirest');"), h(), m(`const req = unirest('${e}', '${r}');`), h(), t.length && (m("const CookieJar = unirest.jar();"), t.forEach((j) => {
|
|
1223
1223
|
m(`CookieJar.add('${encodeURIComponent(j.name)}=${encodeURIComponent(j.value)}', '${r}');`);
|
|
1224
|
-
}), m("req.jar(CookieJar);"), h()), Object.keys(o).length && (m(`req.query(${fe(o, { indent: a.indent })});`), h()), Object.keys(l).length && (m(`req.headers(${fe(l, { indent: a.indent })});`), h()),
|
|
1224
|
+
}), m("req.jar(CookieJar);"), h()), Object.keys(o).length && (m(`req.query(${fe(o, { indent: a.indent })});`), h()), Object.keys(l).length && (m(`req.headers(${fe(l, { indent: a.indent })});`), h()), i.mimeType) {
|
|
1225
1225
|
case "application/x-www-form-urlencoded":
|
|
1226
|
-
|
|
1226
|
+
i.paramsObj && (m(`req.form(${fe(i.paramsObj, { indent: a.indent })});`), h());
|
|
1227
1227
|
break;
|
|
1228
1228
|
case "application/json":
|
|
1229
|
-
|
|
1229
|
+
i.jsonObj && (m("req.type('json');"), m(`req.send(${fe(i.jsonObj, { indent: a.indent })});`), h());
|
|
1230
1230
|
break;
|
|
1231
1231
|
case "multipart/form-data": {
|
|
1232
|
-
if (!
|
|
1232
|
+
if (!i.params)
|
|
1233
1233
|
break;
|
|
1234
1234
|
const j = [];
|
|
1235
|
-
|
|
1235
|
+
i.params.forEach((b) => {
|
|
1236
1236
|
const u = {};
|
|
1237
|
-
|
|
1237
|
+
b.fileName && !b.value ? (s = !0, u.body = `fs.createReadStream('${b.fileName}')`, c((y) => y.replace(/'fs\.createReadStream\(\\'(.+)\\'\)'/, "fs.createReadStream('$1')"))) : b.value && (u.body = b.value), u.body && (b.contentType && (u["content-type"] = b.contentType), j.push(u));
|
|
1238
1238
|
}), m(`req.multipart(${fe(j, { indent: a.indent })});`), h();
|
|
1239
1239
|
break;
|
|
1240
1240
|
}
|
|
1241
1241
|
default:
|
|
1242
|
-
|
|
1242
|
+
i.text && (m(`req.send(${fe(i.text, { indent: a.indent })});`), h());
|
|
1243
1243
|
}
|
|
1244
|
-
return
|
|
1244
|
+
return s && v("const fs = require('fs');"), m("req.end(function (res) {"), m("if (res.error) throw new Error(res.error);", 1), h(), m("console.log(res.body);", 1), m("});"), d();
|
|
1245
1245
|
}
|
|
1246
1246
|
}, mi = {
|
|
1247
1247
|
info: {
|
|
@@ -1258,8 +1258,8 @@ var Wa = {
|
|
|
1258
1258
|
fetch: pi
|
|
1259
1259
|
}
|
|
1260
1260
|
}, vt = (e, r, t, o) => {
|
|
1261
|
-
const
|
|
1262
|
-
return `${
|
|
1261
|
+
const i = `${e} *${r} = `, l = vr(t, o ? i.length : void 0);
|
|
1262
|
+
return `${i}${l};`;
|
|
1263
1263
|
}, vr = (e, r) => {
|
|
1264
1264
|
const t = r === void 0 ? ", " : `,
|
|
1265
1265
|
${" ".repeat(r)}`;
|
|
@@ -1267,11 +1267,11 @@ var Wa = {
|
|
|
1267
1267
|
case "[object Number]":
|
|
1268
1268
|
return `@${e}`;
|
|
1269
1269
|
case "[object Array]":
|
|
1270
|
-
return `@[ ${e.map((
|
|
1270
|
+
return `@[ ${e.map((i) => vr(i)).join(t)} ]`;
|
|
1271
1271
|
case "[object Object]": {
|
|
1272
1272
|
const o = [];
|
|
1273
|
-
return Object.keys(e).forEach((
|
|
1274
|
-
o.push(`@"${
|
|
1273
|
+
return Object.keys(e).forEach((i) => {
|
|
1274
|
+
o.push(`@"${i}": ${vr(e[i])}`);
|
|
1275
1275
|
}), `@{ ${o.join(t)} }`;
|
|
1276
1276
|
}
|
|
1277
1277
|
case "[object Boolean]":
|
|
@@ -1287,36 +1287,36 @@ var Wa = {
|
|
|
1287
1287
|
description: "Foundation's NSURLSession request",
|
|
1288
1288
|
extname: ".m"
|
|
1289
1289
|
},
|
|
1290
|
-
convert: ({ allHeaders: e, postData: r, method: t, fullUrl: o },
|
|
1290
|
+
convert: ({ allHeaders: e, postData: r, method: t, fullUrl: o }, i) => {
|
|
1291
1291
|
var h;
|
|
1292
1292
|
const l = {
|
|
1293
1293
|
indent: " ",
|
|
1294
1294
|
pretty: !0,
|
|
1295
1295
|
timeout: 10,
|
|
1296
|
-
...
|
|
1297
|
-
}, { push: n, join: a, blank:
|
|
1296
|
+
...i
|
|
1297
|
+
}, { push: n, join: a, blank: s } = new V({ indent: l.indent }), c = {
|
|
1298
1298
|
hasHeaders: !1,
|
|
1299
1299
|
hasBody: !1
|
|
1300
1300
|
};
|
|
1301
|
-
if (n("#import <Foundation/Foundation.h>"), Object.keys(e).length && (c.hasHeaders = !0,
|
|
1301
|
+
if (n("#import <Foundation/Foundation.h>"), Object.keys(e).length && (c.hasHeaders = !0, s(), n(vt("NSDictionary", "headers", e, l.pretty))), r.text || r.jsonObj || r.params)
|
|
1302
1302
|
switch (c.hasBody = !0, r.mimeType) {
|
|
1303
1303
|
case "application/x-www-form-urlencoded":
|
|
1304
1304
|
if ((h = r.params) != null && h.length) {
|
|
1305
|
-
|
|
1306
|
-
const [
|
|
1305
|
+
s();
|
|
1306
|
+
const [d, ...m] = r.params;
|
|
1307
1307
|
n(
|
|
1308
|
-
`NSMutableData *postData = [[NSMutableData alloc] initWithData:[@"${
|
|
1309
|
-
), m.forEach(({ name:
|
|
1310
|
-
n(`[postData appendData:[@"&${
|
|
1308
|
+
`NSMutableData *postData = [[NSMutableData alloc] initWithData:[@"${d.name}=${d.value}" dataUsingEncoding:NSUTF8StringEncoding]];`
|
|
1309
|
+
), m.forEach(({ name: v, value: j }) => {
|
|
1310
|
+
n(`[postData appendData:[@"&${v}=${j}" dataUsingEncoding:NSUTF8StringEncoding]];`);
|
|
1311
1311
|
});
|
|
1312
1312
|
} else
|
|
1313
1313
|
c.hasBody = !1;
|
|
1314
1314
|
break;
|
|
1315
1315
|
case "application/json":
|
|
1316
|
-
r.jsonObj && (n(vt("NSDictionary", "parameters", r.jsonObj, l.pretty)),
|
|
1316
|
+
r.jsonObj && (n(vt("NSDictionary", "parameters", r.jsonObj, l.pretty)), s(), n("NSData *postData = [NSJSONSerialization dataWithJSONObject:parameters options:0 error:nil];"));
|
|
1317
1317
|
break;
|
|
1318
1318
|
case "multipart/form-data":
|
|
1319
|
-
n(vt("NSArray", "parameters", r.params || [], l.pretty)), n(`NSString *boundary = @"${r.boundary}";`),
|
|
1319
|
+
n(vt("NSArray", "parameters", r.params || [], l.pretty)), n(`NSString *boundary = @"${r.boundary}";`), s(), n("NSError *error;"), n("NSMutableString *body = [NSMutableString string];"), n("for (NSDictionary *param in parameters) {"), n('[body appendFormat:@"--%@\\r\\n", boundary];', 1), n('if (param[@"fileName"]) {', 1), n(
|
|
1320
1320
|
'[body appendFormat:@"Content-Disposition:form-data; name=\\"%@\\"; filename=\\"%@\\"\\r\\n", param[@"name"], param[@"fileName"]];',
|
|
1321
1321
|
2
|
|
1322
1322
|
), n('[body appendFormat:@"Content-Type: %@\\r\\n\\r\\n", param[@"contentType"]];', 2), n(
|
|
@@ -1325,11 +1325,11 @@ var Wa = {
|
|
|
1325
1325
|
), n("if (error) {", 2), n('NSLog(@"%@", error);', 3), n("}", 2), n("} else {", 1), n('[body appendFormat:@"Content-Disposition:form-data; name=\\"%@\\"\\r\\n\\r\\n", param[@"name"]];', 2), n('[body appendFormat:@"%@", param[@"value"]];', 2), n("}", 1), n("}"), n('[body appendFormat:@"\\r\\n--%@--\\r\\n", boundary];'), n("NSData *postData = [body dataUsingEncoding:NSUTF8StringEncoding];");
|
|
1326
1326
|
break;
|
|
1327
1327
|
default:
|
|
1328
|
-
|
|
1328
|
+
s(), n(
|
|
1329
1329
|
`NSData *postData = [[NSData alloc] initWithData:[@"${r.text}" dataUsingEncoding:NSUTF8StringEncoding]];`
|
|
1330
1330
|
);
|
|
1331
1331
|
}
|
|
1332
|
-
return
|
|
1332
|
+
return s(), n(`NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:@"${o}"]`), n(" cachePolicy:NSURLRequestUseProtocolCachePolicy"), n(` timeoutInterval:${l.timeout.toFixed(1)}];`), n(`[request setHTTPMethod:@"${t}"];`), c.hasHeaders && n("[request setAllHTTPHeaderFields:headers];"), c.hasBody && n("[request setHTTPBody:postData];"), s(), n("NSURLSession *session = [NSURLSession sharedSession];"), n("NSURLSessionDataTask *dataTask = [session dataTaskWithRequest:request"), n(
|
|
1333
1333
|
" completionHandler:^(NSData *data, NSURLResponse *response, NSError *error) {"
|
|
1334
1334
|
), n(" if (error) {", 1), n(' NSLog(@"%@", error);', 2), n(" } else {", 1), n(
|
|
1335
1335
|
" NSHTTPURLResponse *httpResponse = (NSHTTPURLResponse *) response;",
|
|
@@ -1354,12 +1354,12 @@ var Wa = {
|
|
|
1354
1354
|
extname: ".ml",
|
|
1355
1355
|
installation: "opam install cohttp-lwt-unix cohttp-async"
|
|
1356
1356
|
},
|
|
1357
|
-
convert: ({ fullUrl: e, allHeaders: r, postData: t, method: o },
|
|
1357
|
+
convert: ({ fullUrl: e, allHeaders: r, postData: t, method: o }, i) => {
|
|
1358
1358
|
const l = {
|
|
1359
1359
|
indent: " ",
|
|
1360
|
-
...
|
|
1361
|
-
}, n = ["get", "post", "head", "delete", "patch", "put", "options"], { push: a, blank:
|
|
1362
|
-
a("open Cohttp_lwt_unix"), a("open Cohttp"), a("open Lwt"),
|
|
1360
|
+
...i
|
|
1361
|
+
}, n = ["get", "post", "head", "delete", "patch", "put", "options"], { push: a, blank: s, join: c } = new V({ indent: l.indent });
|
|
1362
|
+
a("open Cohttp_lwt_unix"), a("open Cohttp"), a("open Lwt"), s(), a(`let uri = Uri.of_string "${e}" in`);
|
|
1363
1363
|
const h = Object.keys(r);
|
|
1364
1364
|
h.length === 1 ? a(
|
|
1365
1365
|
`let headers = Header.add (Header.init ()) "${h[0]}" "${ce(
|
|
@@ -1367,9 +1367,9 @@ var Wa = {
|
|
|
1367
1367
|
)}" in`
|
|
1368
1368
|
) : h.length > 1 && (a("let headers = Header.add_list (Header.init ()) ["), h.forEach((j) => {
|
|
1369
1369
|
a(`("${j}", "${ce(r[j])}");`, 1);
|
|
1370
|
-
}), a("] in")), t.text && a(`let body = Cohttp_lwt_body.of_string ${JSON.stringify(t.text)} in`),
|
|
1371
|
-
const
|
|
1372
|
-
return a(`Client.call ${
|
|
1370
|
+
}), a("] in")), t.text && a(`let body = Cohttp_lwt_body.of_string ${JSON.stringify(t.text)} in`), s();
|
|
1371
|
+
const d = h.length ? "~headers " : "", m = t.text ? "~body " : "", v = n.includes(o.toLowerCase()) ? `\`${o.toUpperCase()}` : `(Code.method_of_string "${o}")`;
|
|
1372
|
+
return a(`Client.call ${d}${m}${v} uri`), a(">>= fun (res, body_stream) ->"), a("(* Do stuff with the result *)", 1), c();
|
|
1373
1373
|
}
|
|
1374
1374
|
}, xi = {
|
|
1375
1375
|
info: {
|
|
@@ -1393,7 +1393,7 @@ var Wa = {
|
|
|
1393
1393
|
case "[object Number]":
|
|
1394
1394
|
return e.toString();
|
|
1395
1395
|
case "[object Array]": {
|
|
1396
|
-
const o = e.map((
|
|
1396
|
+
const o = e.map((i) => te(i, `${r}${r}`, r)).join(`,
|
|
1397
1397
|
${r}`);
|
|
1398
1398
|
return `[
|
|
1399
1399
|
${r}${o}
|
|
@@ -1401,8 +1401,8 @@ ${t}]`;
|
|
|
1401
1401
|
}
|
|
1402
1402
|
case "[object Object]": {
|
|
1403
1403
|
const o = [];
|
|
1404
|
-
for (const
|
|
1405
|
-
Object.prototype.hasOwnProperty.call(e,
|
|
1404
|
+
for (const i in e)
|
|
1405
|
+
Object.prototype.hasOwnProperty.call(e, i) && o.push(`${te(i, r)} => ${te(e[i], `${r}${r}`, r)}`);
|
|
1406
1406
|
return `[
|
|
1407
1407
|
${r}${o.join(`,
|
|
1408
1408
|
${r}`)}
|
|
@@ -1447,17 +1447,17 @@ ${t}]`;
|
|
|
1447
1447
|
description: "PHP with ext-curl",
|
|
1448
1448
|
extname: ".php"
|
|
1449
1449
|
},
|
|
1450
|
-
convert: ({ uriObj: e, postData: r, fullUrl: t, method: o, httpVersion:
|
|
1450
|
+
convert: ({ uriObj: e, postData: r, fullUrl: t, method: o, httpVersion: i, cookies: l, headersObj: n }, a = {}) => {
|
|
1451
1451
|
const {
|
|
1452
|
-
closingTag:
|
|
1452
|
+
closingTag: s = !1,
|
|
1453
1453
|
indent: c = " ",
|
|
1454
1454
|
maxRedirects: h = 10,
|
|
1455
|
-
namedErrors:
|
|
1455
|
+
namedErrors: d = !1,
|
|
1456
1456
|
noTags: m = !1,
|
|
1457
|
-
shortTags:
|
|
1457
|
+
shortTags: v = !1,
|
|
1458
1458
|
timeout: j = 30
|
|
1459
|
-
} = a, { push:
|
|
1460
|
-
m || (v
|
|
1459
|
+
} = a, { push: b, blank: u, join: y } = new V({ indent: c });
|
|
1460
|
+
m || (b(v ? "<?" : "<?php"), u()), b("$curl = curl_init();"), u();
|
|
1461
1461
|
const g = [
|
|
1462
1462
|
{
|
|
1463
1463
|
escape: !0,
|
|
@@ -1492,7 +1492,7 @@ ${t}]`;
|
|
|
1492
1492
|
{
|
|
1493
1493
|
escape: !1,
|
|
1494
1494
|
name: "CURLOPT_HTTP_VERSION",
|
|
1495
|
-
value:
|
|
1495
|
+
value: i === "HTTP/1.0" ? "CURL_HTTP_VERSION_1_0" : "CURL_HTTP_VERSION_1_1"
|
|
1496
1496
|
},
|
|
1497
1497
|
{
|
|
1498
1498
|
escape: !0,
|
|
@@ -1505,17 +1505,17 @@ ${t}]`;
|
|
|
1505
1505
|
value: r ? r.jsonObj ? `json_encode(${te(r.jsonObj, c.repeat(2), c)})` : r.text : void 0
|
|
1506
1506
|
}
|
|
1507
1507
|
];
|
|
1508
|
-
|
|
1509
|
-
const
|
|
1508
|
+
b("curl_setopt_array($curl, [");
|
|
1509
|
+
const S = new V({ indent: c, join: `
|
|
1510
1510
|
${c}` });
|
|
1511
1511
|
g.forEach(({ value: O, name: x, escape: N }) => {
|
|
1512
|
-
O != null &&
|
|
1512
|
+
O != null && S.push(`${x} => ${N ? JSON.stringify(O) : O},`);
|
|
1513
1513
|
});
|
|
1514
1514
|
const T = l.map((O) => `${encodeURIComponent(O.name)}=${encodeURIComponent(O.value)}`);
|
|
1515
|
-
T.length &&
|
|
1516
|
-
const
|
|
1517
|
-
return
|
|
1518
|
-
${c}${c}`), 1),
|
|
1515
|
+
T.length && S.push(`CURLOPT_COOKIE => "${T.join("; ")}",`);
|
|
1516
|
+
const f = Object.keys(n).sort().map((O) => `"${O}: ${ce(n[O])}"`);
|
|
1517
|
+
return f.length && (S.push("CURLOPT_HTTPHEADER => ["), S.push(f.join(`,
|
|
1518
|
+
${c}${c}`), 1), S.push("],")), b(S.join(), 1), b("]);"), u(), b("$response = curl_exec($curl);"), b("$err = curl_error($curl);"), u(), b("curl_close($curl);"), u(), b("if ($err) {"), b(d ? 'echo array_flip(get_defined_constants(true)["curl"])[$err];' : 'echo "cURL Error #:" . $err;', 1), b("} else {"), b("echo $response;", 1), b("}"), !m && s && (u(), b("?>")), y();
|
|
1519
1519
|
}
|
|
1520
1520
|
}, $i = {
|
|
1521
1521
|
info: {
|
|
@@ -1526,18 +1526,18 @@ ${c}${c}`), 1), w.push("],")), v(w.join(), 1), v("]);"), u(), v("$response = cur
|
|
|
1526
1526
|
extname: ".php",
|
|
1527
1527
|
installation: "composer require guzzlehttp/guzzle"
|
|
1528
1528
|
},
|
|
1529
|
-
convert: ({ postData: e, fullUrl: r, method: t, cookies: o, headersObj:
|
|
1530
|
-
var
|
|
1529
|
+
convert: ({ postData: e, fullUrl: r, method: t, cookies: o, headersObj: i }, l) => {
|
|
1530
|
+
var b;
|
|
1531
1531
|
const n = {
|
|
1532
1532
|
closingTag: !1,
|
|
1533
1533
|
indent: " ",
|
|
1534
1534
|
noTags: !1,
|
|
1535
1535
|
shortTags: !1,
|
|
1536
1536
|
...l
|
|
1537
|
-
}, { push: a, blank:
|
|
1538
|
-
switch (n.noTags || a(n.shortTags ? "<?" : "<?php"), a("require_once('vendor/autoload.php');"),
|
|
1537
|
+
}, { push: a, blank: s, join: c } = new V({ indent: n.indent }), { code: h, push: d, join: m } = new V({ indent: n.indent });
|
|
1538
|
+
switch (n.noTags || a(n.shortTags ? "<?" : "<?php"), a("require_once('vendor/autoload.php');"), s(), e.mimeType) {
|
|
1539
1539
|
case "application/x-www-form-urlencoded":
|
|
1540
|
-
|
|
1540
|
+
d(`'form_params' => ${te(e.paramsObj, n.indent + n.indent, n.indent)},`, 1);
|
|
1541
1541
|
break;
|
|
1542
1542
|
case "multipart/form-data": {
|
|
1543
1543
|
const u = [];
|
|
@@ -1553,20 +1553,20 @@ ${c}${c}`), 1), w.push("],")), v(w.join(), 1), v("]);"), u(), v("$response = cur
|
|
|
1553
1553
|
name: y.name,
|
|
1554
1554
|
contents: y.value
|
|
1555
1555
|
});
|
|
1556
|
-
}), u.length && (
|
|
1557
|
-
const y = pe(
|
|
1558
|
-
y && delete
|
|
1556
|
+
}), u.length && (d(`'multipart' => ${te(u, n.indent + n.indent, n.indent)}`, 1), nt(i, "content-type") && (b = ve(i, "content-type")) != null && b.indexOf("boundary"))) {
|
|
1557
|
+
const y = pe(i, "content-type");
|
|
1558
|
+
y && delete i[y];
|
|
1559
1559
|
}
|
|
1560
1560
|
break;
|
|
1561
1561
|
}
|
|
1562
1562
|
default:
|
|
1563
|
-
e.text &&
|
|
1563
|
+
e.text && d(`'body' => ${te(e.text)},`, 1);
|
|
1564
1564
|
}
|
|
1565
|
-
const
|
|
1566
|
-
return `${n.indent}${n.indent}'${u}' => '${ze(
|
|
1565
|
+
const v = Object.keys(i).sort().map(function(u) {
|
|
1566
|
+
return `${n.indent}${n.indent}'${u}' => '${ze(i[u])}',`;
|
|
1567
1567
|
}), j = o.map((u) => `${encodeURIComponent(u.name)}=${encodeURIComponent(u.value)}`).join("; ");
|
|
1568
|
-
return j.length &&
|
|
1569
|
-
`)),
|
|
1568
|
+
return j.length && v.push(`${n.indent}${n.indent}'cookie' => '${ze(j)}',`), v.length && (d("'headers' => [", 1), d(v.join(`
|
|
1569
|
+
`)), d("],", 1)), a("$client = new \\GuzzleHttp\\Client();"), s(), h.length ? (a(`$response = $client->request('${t}', '${r}', [`), a(m()), a("]);")) : a(`$response = $client->request('${t}', '${r}');`), s(), a("echo $response->getBody();"), !n.noTags && n.closingTag && (s(), a("?>")), c();
|
|
1570
1570
|
}
|
|
1571
1571
|
}, wi = {
|
|
1572
1572
|
info: {
|
|
@@ -1576,19 +1576,19 @@ ${c}${c}`), 1), w.push("],")), v(w.join(), 1), v("]);"), u(), v("$response = cur
|
|
|
1576
1576
|
description: "PHP with pecl/http v1",
|
|
1577
1577
|
extname: ".php"
|
|
1578
1578
|
},
|
|
1579
|
-
convert: ({ method: e, url: r, postData: t, queryObj: o, headersObj:
|
|
1580
|
-
const { closingTag: a = !1, indent:
|
|
1581
|
-
switch (c || (
|
|
1579
|
+
convert: ({ method: e, url: r, postData: t, queryObj: o, headersObj: i, cookiesObj: l }, n = {}) => {
|
|
1580
|
+
const { closingTag: a = !1, indent: s = " ", noTags: c = !1, shortTags: h = !1 } = n, { push: d, blank: m, join: v } = new V({ indent: s });
|
|
1581
|
+
switch (c || (d(h ? "<?" : "<?php"), m()), Zr.includes(e.toUpperCase()) || d(`HttpRequest::methodRegister('${e}');`), d("$request = new HttpRequest();"), d(`$request->setUrl(${te(r)});`), Zr.includes(e.toUpperCase()) ? d(`$request->setMethod(HTTP_METH_${e.toUpperCase()});`) : d(`$request->setMethod(HttpRequest::HTTP_METH_${e.toUpperCase()});`), m(), Object.keys(o).length && (d(`$request->setQueryData(${te(o, s)});`), m()), Object.keys(i).length && (d(`$request->setHeaders(${te(i, s)});`), m()), Object.keys(l).length && (d(`$request->setCookies(${te(l, s)});`), m()), t.mimeType) {
|
|
1582
1582
|
case "application/x-www-form-urlencoded":
|
|
1583
|
-
|
|
1583
|
+
d(`$request->setContentType(${te(t.mimeType)});`), d(`$request->setPostFields(${te(t.paramsObj, s)});`), m();
|
|
1584
1584
|
break;
|
|
1585
1585
|
case "application/json":
|
|
1586
|
-
|
|
1586
|
+
d(`$request->setContentType(${te(t.mimeType)});`), d(`$request->setBody(json_encode(${te(t.jsonObj, s)}));`), m();
|
|
1587
1587
|
break;
|
|
1588
1588
|
default:
|
|
1589
|
-
t.text && (
|
|
1589
|
+
t.text && (d(`$request->setBody(${te(t.text)});`), m());
|
|
1590
1590
|
}
|
|
1591
|
-
return
|
|
1591
|
+
return d("try {"), d("$response = $request->send();", 1), m(), d("echo $response->getBody();", 1), d("} catch (HttpException $ex) {"), d("echo $ex;", 1), d("}"), !c && a && (m(), d("?>")), v();
|
|
1592
1592
|
}
|
|
1593
1593
|
}, Si = {
|
|
1594
1594
|
info: {
|
|
@@ -1598,32 +1598,32 @@ ${c}${c}`), 1), w.push("],")), v(w.join(), 1), v("]);"), u(), v("$response = cur
|
|
|
1598
1598
|
description: "PHP with pecl/http v2",
|
|
1599
1599
|
extname: ".php"
|
|
1600
1600
|
},
|
|
1601
|
-
convert: ({ postData: e, headersObj: r, method: t, queryObj: o, cookiesObj:
|
|
1602
|
-
var
|
|
1603
|
-
const { closingTag: a = !1, indent:
|
|
1601
|
+
convert: ({ postData: e, headersObj: r, method: t, queryObj: o, cookiesObj: i, url: l }, n = {}) => {
|
|
1602
|
+
var b;
|
|
1603
|
+
const { closingTag: a = !1, indent: s = " ", noTags: c = !1, shortTags: h = !1 } = n, { push: d, blank: m, join: v } = new V({ indent: s });
|
|
1604
1604
|
let j = !1;
|
|
1605
|
-
switch (c || (
|
|
1605
|
+
switch (c || (d(h ? "<?" : "<?php"), m()), d("$client = new http\\Client;"), d("$request = new http\\Client\\Request;"), m(), e.mimeType) {
|
|
1606
1606
|
case "application/x-www-form-urlencoded":
|
|
1607
|
-
|
|
1607
|
+
d("$body = new http\\Message\\Body;"), d(`$body->append(new http\\QueryString(${te(e.paramsObj, s)}));`), m(), j = !0;
|
|
1608
1608
|
break;
|
|
1609
1609
|
case "multipart/form-data": {
|
|
1610
1610
|
if (!e.params)
|
|
1611
1611
|
break;
|
|
1612
1612
|
const u = [], y = {};
|
|
1613
|
-
e.params.forEach(({ name: T, fileName:
|
|
1614
|
-
if (
|
|
1613
|
+
e.params.forEach(({ name: T, fileName: f, value: O, contentType: x }) => {
|
|
1614
|
+
if (f) {
|
|
1615
1615
|
u.push({
|
|
1616
1616
|
name: T,
|
|
1617
1617
|
type: x,
|
|
1618
|
-
file:
|
|
1618
|
+
file: f,
|
|
1619
1619
|
data: O
|
|
1620
1620
|
});
|
|
1621
1621
|
return;
|
|
1622
1622
|
}
|
|
1623
1623
|
O && (y[T] = O);
|
|
1624
1624
|
});
|
|
1625
|
-
const g = Object.keys(y).length ? te(y,
|
|
1626
|
-
if (
|
|
1625
|
+
const g = Object.keys(y).length ? te(y, s) : "null", S = u.length ? te(u, s) : "null";
|
|
1626
|
+
if (d("$body = new http\\Message\\Body;"), d(`$body->addForm(${g}, ${S});`), nt(r, "content-type") && (b = ve(r, "content-type")) != null && b.indexOf("boundary")) {
|
|
1627
1627
|
const T = pe(r, "content-type");
|
|
1628
1628
|
T && delete r[T];
|
|
1629
1629
|
}
|
|
@@ -1631,12 +1631,12 @@ ${c}${c}`), 1), w.push("],")), v(w.join(), 1), v("]);"), u(), v("$response = cur
|
|
|
1631
1631
|
break;
|
|
1632
1632
|
}
|
|
1633
1633
|
case "application/json":
|
|
1634
|
-
|
|
1634
|
+
d("$body = new http\\Message\\Body;"), d(`$body->append(json_encode(${te(e.jsonObj, s)}));`), j = !0;
|
|
1635
1635
|
break;
|
|
1636
1636
|
default:
|
|
1637
|
-
e.text && (
|
|
1637
|
+
e.text && (d("$body = new http\\Message\\Body;"), d(`$body->append(${te(e.text)});`), m(), j = !0);
|
|
1638
1638
|
}
|
|
1639
|
-
return
|
|
1639
|
+
return d(`$request->setRequestUrl(${te(l)});`), d(`$request->setRequestMethod(${te(t)});`), j && (d("$request->setBody($body);"), m()), Object.keys(o).length && (d(`$request->setQuery(new http\\QueryString(${te(o, s)}));`), m()), Object.keys(r).length && (d(`$request->setHeaders(${te(r, s)});`), m()), Object.keys(i).length && (m(), d(`$client->setCookies(${te(i, s)});`), m()), d("$client->enqueue($request)->send();"), d("$response = $client->getResponse();"), m(), d("echo $response->getBody();"), !c && a && (m(), d("?>")), v();
|
|
1640
1640
|
}
|
|
1641
1641
|
}, Oi = {
|
|
1642
1642
|
info: {
|
|
@@ -1651,17 +1651,17 @@ ${c}${c}`), 1), w.push("],")), v(w.join(), 1), v("]);"), u(), v("$response = cur
|
|
|
1651
1651
|
http1: wi,
|
|
1652
1652
|
http2: Si
|
|
1653
1653
|
}
|
|
1654
|
-
}, yo = (e) => ({ method: t, headersObj: o, cookies:
|
|
1654
|
+
}, yo = (e) => ({ method: t, headersObj: o, cookies: i, uriObj: l, fullUrl: n, postData: a, allHeaders: s }) => {
|
|
1655
1655
|
const { push: c, join: h } = new V();
|
|
1656
1656
|
if (!["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS"].includes(t.toUpperCase()))
|
|
1657
1657
|
return "Method not supported";
|
|
1658
|
-
const m = [],
|
|
1659
|
-
return
|
|
1658
|
+
const m = [], v = Object.keys(o);
|
|
1659
|
+
return v.length && (c("$headers=@{}"), v.forEach((j) => {
|
|
1660
1660
|
j !== "connection" && c(`$headers.Add("${j}", "${Me(o[j], { escapeChar: "`" })}")`);
|
|
1661
|
-
}), m.push("-Headers $headers")),
|
|
1661
|
+
}), m.push("-Headers $headers")), i.length && (c("$session = New-Object Microsoft.PowerShell.Commands.WebRequestSession"), i.forEach((j) => {
|
|
1662
1662
|
c("$cookie = New-Object System.Net.Cookie"), c(`$cookie.Name = '${j.name}'`), c(`$cookie.Value = '${j.value}'`), c(`$cookie.Domain = '${l.host}'`), c("$session.Cookies.Add($cookie)");
|
|
1663
1663
|
}), m.push("-WebSession $session")), a.text && (m.push(
|
|
1664
|
-
`-ContentType '${Me(ve(
|
|
1664
|
+
`-ContentType '${Me(ve(s, "content-type"), { delimiter: "'", escapeChar: "`" })}'`
|
|
1665
1665
|
), m.push(`-Body '${a.text}'`)), c(`$response = ${e} -Uri '${n}' -Method ${t} ${m.join(" ")}`.trim()), h();
|
|
1666
1666
|
}, Ti = {
|
|
1667
1667
|
info: {
|
|
@@ -1692,12 +1692,12 @@ ${c}${c}`), 1), w.push("],")), v(w.join(), 1), v("]);"), u(), v("$response = cur
|
|
|
1692
1692
|
restmethod: Ti
|
|
1693
1693
|
}
|
|
1694
1694
|
};
|
|
1695
|
-
function en(e, r, t, o,
|
|
1696
|
-
const l = o.repeat(
|
|
1697
|
-
${l}` : ", ",
|
|
1698
|
-
return t ? `${
|
|
1695
|
+
function en(e, r, t, o, i) {
|
|
1696
|
+
const l = o.repeat(i), n = o.repeat(i - 1), a = t ? `,
|
|
1697
|
+
${l}` : ", ", s = e === "object" ? "{" : "[", c = e === "object" ? "}" : "]";
|
|
1698
|
+
return t ? `${s}
|
|
1699
1699
|
${l}${r.join(a)}
|
|
1700
|
-
${n}${c}` : e === "object" && r.length > 0 ? `${
|
|
1700
|
+
${n}${c}` : e === "object" && r.length > 0 ? `${s} ${r.join(a)} ${c}` : `${s}${r.join(a)}${c}`;
|
|
1701
1701
|
}
|
|
1702
1702
|
var Le = (e, r, t) => {
|
|
1703
1703
|
switch (t = t === void 0 ? 1 : t + 1, Object.prototype.toString.call(e)) {
|
|
@@ -1705,13 +1705,13 @@ var Le = (e, r, t) => {
|
|
|
1705
1705
|
return e;
|
|
1706
1706
|
case "[object Array]": {
|
|
1707
1707
|
let o = !1;
|
|
1708
|
-
const
|
|
1709
|
-
return en("array",
|
|
1708
|
+
const i = e.map((l) => (Object.prototype.toString.call(l) === "[object Object]" && (o = Object.keys(l).length > 1), Le(l, r, t)));
|
|
1709
|
+
return en("array", i, o, r.indent, t);
|
|
1710
1710
|
}
|
|
1711
1711
|
case "[object Object]": {
|
|
1712
1712
|
const o = [];
|
|
1713
|
-
for (const
|
|
1714
|
-
o.push(`"${
|
|
1713
|
+
for (const i in e)
|
|
1714
|
+
o.push(`"${i}": ${Le(e[i], r, t)}`);
|
|
1715
1715
|
return en("object", o, r.pretty && o.length > 1, r.indent, t);
|
|
1716
1716
|
}
|
|
1717
1717
|
case "[object Null]":
|
|
@@ -1730,28 +1730,28 @@ var Le = (e, r, t) => {
|
|
|
1730
1730
|
extname: ".py",
|
|
1731
1731
|
installation: "python -m pip install requests"
|
|
1732
1732
|
},
|
|
1733
|
-
convert: ({ fullUrl: e, postData: r, allHeaders: t, method: o },
|
|
1733
|
+
convert: ({ fullUrl: e, postData: r, allHeaders: t, method: o }, i) => {
|
|
1734
1734
|
const l = {
|
|
1735
1735
|
indent: " ",
|
|
1736
1736
|
pretty: !0,
|
|
1737
|
-
...
|
|
1738
|
-
}, { push: n, blank: a, join:
|
|
1737
|
+
...i
|
|
1738
|
+
}, { push: n, blank: a, join: s, addPostProcessor: c } = new V({ indent: l.indent });
|
|
1739
1739
|
n("import requests"), a(), n(`url = "${e}"`), a();
|
|
1740
1740
|
const h = t;
|
|
1741
|
-
let
|
|
1741
|
+
let d = {};
|
|
1742
1742
|
const m = {};
|
|
1743
|
-
let
|
|
1743
|
+
let v = !1, j = !1, b = !1;
|
|
1744
1744
|
switch (r.mimeType) {
|
|
1745
1745
|
case "application/json":
|
|
1746
|
-
r.jsonObj && (n(`payload = ${Le(r.jsonObj, l)}`),
|
|
1746
|
+
r.jsonObj && (n(`payload = ${Le(r.jsonObj, l)}`), b = !0, j = !0);
|
|
1747
1747
|
break;
|
|
1748
1748
|
case "multipart/form-data":
|
|
1749
1749
|
if (!r.params)
|
|
1750
1750
|
break;
|
|
1751
|
-
if (
|
|
1752
|
-
g.fileName ? (g.contentType ? m[g.name] = `('${g.fileName}', open('${g.fileName}', 'rb'), '${g.contentType}')` : m[g.name] = `('${g.fileName}', open('${g.fileName}', 'rb'))`,
|
|
1753
|
-
}),
|
|
1754
|
-
n(`files = ${Le(m, l)}`), j && n(`payload = ${Le(
|
|
1751
|
+
if (d = {}, r.params.forEach((g) => {
|
|
1752
|
+
g.fileName ? (g.contentType ? m[g.name] = `('${g.fileName}', open('${g.fileName}', 'rb'), '${g.contentType}')` : m[g.name] = `('${g.fileName}', open('${g.fileName}', 'rb'))`, v = !0) : (d[g.name] = g.value, j = !0);
|
|
1753
|
+
}), v) {
|
|
1754
|
+
n(`files = ${Le(m, l)}`), j && n(`payload = ${Le(d, l)}`);
|
|
1755
1755
|
const g = pe(h, "content-type");
|
|
1756
1756
|
g && delete h[g];
|
|
1757
1757
|
} else {
|
|
@@ -1772,7 +1772,7 @@ var Le = (e, r, t) => {
|
|
|
1772
1772
|
}
|
|
1773
1773
|
}
|
|
1774
1774
|
const u = Object.keys(h).length;
|
|
1775
|
-
if (u === 0 && (j ||
|
|
1775
|
+
if (u === 0 && (j || v))
|
|
1776
1776
|
a();
|
|
1777
1777
|
else if (u === 1)
|
|
1778
1778
|
Object.keys(h).forEach((g) => {
|
|
@@ -1780,12 +1780,12 @@ var Le = (e, r, t) => {
|
|
|
1780
1780
|
});
|
|
1781
1781
|
else if (u > 1) {
|
|
1782
1782
|
let g = 1;
|
|
1783
|
-
n("headers = {"), Object.keys(h).forEach((
|
|
1784
|
-
n(g !== u ? `"${
|
|
1783
|
+
n("headers = {"), Object.keys(h).forEach((S) => {
|
|
1784
|
+
n(g !== u ? `"${S}": "${ce(h[S])}",` : `"${S}": "${ce(h[S])}"`, 1), g += 1;
|
|
1785
1785
|
}), n("}"), a();
|
|
1786
1786
|
}
|
|
1787
1787
|
let y = Ni.includes(o) ? `response = requests.${o.toLowerCase()}(url` : `response = requests.request("${o}", url`;
|
|
1788
|
-
return j && (
|
|
1788
|
+
return j && (b ? y += ", json=payload" : y += ", data=payload"), v && (y += ", files=files"), u > 0 && (y += ", headers=headers"), y += ")", n(y), a(), n("print(response.text)"), s();
|
|
1789
1789
|
}
|
|
1790
1790
|
}, qi = {
|
|
1791
1791
|
info: {
|
|
@@ -1805,17 +1805,17 @@ var Le = (e, r, t) => {
|
|
|
1805
1805
|
description: "httr: Tools for Working with URLs and HTTP",
|
|
1806
1806
|
extname: ".r"
|
|
1807
1807
|
},
|
|
1808
|
-
convert: ({ url: e, queryObj: r, queryString: t, postData: o, allHeaders:
|
|
1809
|
-
const { push: n, blank: a, join:
|
|
1808
|
+
convert: ({ url: e, queryObj: r, queryString: t, postData: o, allHeaders: i, method: l }) => {
|
|
1809
|
+
const { push: n, blank: a, join: s } = new V();
|
|
1810
1810
|
n("library(httr)"), a(), n(`url <- "${e}"`), a();
|
|
1811
1811
|
const c = r;
|
|
1812
1812
|
delete r.key;
|
|
1813
1813
|
const h = Object.keys(c).length;
|
|
1814
|
-
t.length === 1 ? (n(`queryString <- list(${Object.keys(c)} = "${Object.values(c).toString()}")`), a()) : t.length > 1 && (n("queryString <- list("), Object.keys(c).forEach((
|
|
1815
|
-
O !== h - 1 ? n(` ${
|
|
1814
|
+
t.length === 1 ? (n(`queryString <- list(${Object.keys(c)} = "${Object.values(c).toString()}")`), a()) : t.length > 1 && (n("queryString <- list("), Object.keys(c).forEach((f, O) => {
|
|
1815
|
+
O !== h - 1 ? n(` ${f} = "${c[f].toString()}",`) : n(` ${f} = "${c[f].toString()}"`);
|
|
1816
1816
|
}), n(")"), a());
|
|
1817
|
-
const
|
|
1818
|
-
if (
|
|
1817
|
+
const d = JSON.stringify(o.text);
|
|
1818
|
+
if (d && (n(`payload <- ${d}`), a()), o.text || o.jsonObj || o.params)
|
|
1819
1819
|
switch (o.mimeType) {
|
|
1820
1820
|
case "application/x-www-form-urlencoded":
|
|
1821
1821
|
n('encode <- "form"'), a();
|
|
@@ -1830,11 +1830,11 @@ var Le = (e, r, t) => {
|
|
|
1830
1830
|
n('encode <- "raw"'), a();
|
|
1831
1831
|
break;
|
|
1832
1832
|
}
|
|
1833
|
-
const m = ve(
|
|
1834
|
-
let
|
|
1835
|
-
|
|
1836
|
-
const T = [g, u,
|
|
1837
|
-
return T && (
|
|
1833
|
+
const m = ve(i, "cookie"), v = ve(i, "accept"), j = m ? `set_cookies(\`${String(m).replace(/;/g, '", `').replace(/` /g, "`").replace(/[=]/g, '` = "')}")` : void 0, b = v ? `accept("${ce(v)}")` : void 0, u = `content_type("${ce(o.mimeType)}")`, y = Object.entries(i).filter(([f]) => !["cookie", "accept", "content-type"].includes(f.toLowerCase())).map(([f, O]) => `'${f}' = '${ze(O)}'`).join(", "), g = y ? `add_headers(${y})` : void 0;
|
|
1834
|
+
let S = `response <- VERB("${l}", url`;
|
|
1835
|
+
d && (S += ", body = payload"), t.length && (S += ", query = queryString");
|
|
1836
|
+
const T = [g, u, b, j].filter((f) => !!f).join(", ");
|
|
1837
|
+
return T && (S += `, ${T}`), (o.text || o.jsonObj || o.params) && (S += ", encode = encode"), S += ")", n(S), a(), n('content(response, "text")'), s();
|
|
1838
1838
|
}
|
|
1839
1839
|
}, Ei = {
|
|
1840
1840
|
info: {
|
|
@@ -1853,10 +1853,10 @@ var Le = (e, r, t) => {
|
|
|
1853
1853
|
description: "Ruby HTTP client",
|
|
1854
1854
|
extname: ".rb"
|
|
1855
1855
|
},
|
|
1856
|
-
convert: ({ uriObj: e, method: r, fullUrl: t, postData: o, allHeaders:
|
|
1856
|
+
convert: ({ uriObj: e, method: r, fullUrl: t, postData: o, allHeaders: i }) => {
|
|
1857
1857
|
const { push: l, blank: n, join: a } = new V();
|
|
1858
1858
|
l("require 'uri'"), l("require 'net/http'"), n();
|
|
1859
|
-
const
|
|
1859
|
+
const s = r.toUpperCase(), c = [
|
|
1860
1860
|
"GET",
|
|
1861
1861
|
"POST",
|
|
1862
1862
|
"HEAD",
|
|
@@ -1869,11 +1869,11 @@ var Le = (e, r, t) => {
|
|
|
1869
1869
|
"UNLOCK",
|
|
1870
1870
|
"MOVE",
|
|
1871
1871
|
"TRACE"
|
|
1872
|
-
], h =
|
|
1873
|
-
c.includes(
|
|
1874
|
-
const
|
|
1875
|
-
return
|
|
1876
|
-
l(`request["${m}"] = '${ze(
|
|
1872
|
+
], h = s.charAt(0) + s.substring(1).toLowerCase();
|
|
1873
|
+
c.includes(s) || (l(`class Net::HTTP::${h} < Net::HTTPRequest`), l(` METHOD = '${s.toUpperCase()}'`), l(` REQUEST_HAS_BODY = '${o.text ? "true" : "false"}'`), l(" RESPONSE_HAS_BODY = true"), l("end"), n()), l(`url = URI("${t}")`), n(), l("http = Net::HTTP.new(url.host, url.port)"), e.protocol === "https:" && l("http.use_ssl = true"), n(), l(`request = Net::HTTP::${h}.new(url)`);
|
|
1874
|
+
const d = Object.keys(i);
|
|
1875
|
+
return d.length && d.forEach((m) => {
|
|
1876
|
+
l(`request["${m}"] = '${ze(i[m])}'`);
|
|
1877
1877
|
}), o.text && l(`request.body = ${JSON.stringify(o.text)}`), n(), l("response = http.request(request)"), l("puts response.read_body"), a();
|
|
1878
1878
|
}
|
|
1879
1879
|
}, Ii = {
|
|
@@ -1909,37 +1909,37 @@ var Le = (e, r, t) => {
|
|
|
1909
1909
|
description: "cURL is a command line tool and library for transferring data with URL syntax",
|
|
1910
1910
|
extname: ".sh"
|
|
1911
1911
|
},
|
|
1912
|
-
convert: ({ fullUrl: e, method: r, httpVersion: t, headersObj: o, allHeaders:
|
|
1912
|
+
convert: ({ fullUrl: e, method: r, httpVersion: t, headersObj: o, allHeaders: i, postData: l }, n = {}) => {
|
|
1913
1913
|
var u;
|
|
1914
|
-
const { indent: a = " ", short:
|
|
1914
|
+
const { indent: a = " ", short: s = !1, binary: c = !1, globOff: h = !1 } = n, d = " ", { push: m, join: v } = new V({
|
|
1915
1915
|
...typeof a == "string" ? { indent: a } : {},
|
|
1916
1916
|
join: a !== !1 ? ` \\
|
|
1917
1917
|
${a}` : " "
|
|
1918
|
-
}), j = Fi(
|
|
1919
|
-
let
|
|
1920
|
-
if (m(`curl ${j("request")} ${r}`), h && (
|
|
1918
|
+
}), j = Fi(s);
|
|
1919
|
+
let b = ue(e);
|
|
1920
|
+
if (m(`curl ${j("request")} ${r}`), h && (b = unescape(b), m(j("globoff"))), m(`${j("url ")}${b}`), t === "HTTP/1.0" && m(j("http1.0")), ve(i, "accept-encoding") && m("--compressed"), l.mimeType === "multipart/form-data") {
|
|
1921
1921
|
const y = pe(o, "content-type");
|
|
1922
1922
|
if (y) {
|
|
1923
1923
|
const g = o[y];
|
|
1924
1924
|
if (y && g) {
|
|
1925
|
-
const
|
|
1926
|
-
o[y] =
|
|
1925
|
+
const S = String(g).replace(/; boundary.+?(?=(;|$))/, "");
|
|
1926
|
+
o[y] = S, i[y] = S;
|
|
1927
1927
|
}
|
|
1928
1928
|
}
|
|
1929
1929
|
}
|
|
1930
1930
|
switch (Object.keys(o).sort().forEach((y) => {
|
|
1931
1931
|
const g = `${y}: ${o[y]}`;
|
|
1932
1932
|
m(`${j("header")} ${ue(g)}`);
|
|
1933
|
-
}),
|
|
1933
|
+
}), i.cookie && m(`${j("cookie")} ${ue(i.cookie)}`), l.mimeType) {
|
|
1934
1934
|
case "multipart/form-data":
|
|
1935
1935
|
(u = l.params) == null || u.forEach((g) => {
|
|
1936
|
-
let
|
|
1937
|
-
g.fileName ?
|
|
1936
|
+
let S = "";
|
|
1937
|
+
g.fileName ? S = `${g.name}='@${g.fileName}'` : S = ue(`${g.name}=${g.value}`), m(`${j("form")} ${S}`);
|
|
1938
1938
|
});
|
|
1939
1939
|
break;
|
|
1940
1940
|
case "application/x-www-form-urlencoded":
|
|
1941
1941
|
l.params ? l.params.forEach((g) => {
|
|
1942
|
-
const
|
|
1942
|
+
const S = g.name, T = encodeURIComponent(g.name), f = T !== S, O = f ? T : S, x = c ? "--data-binary" : f ? "--data-urlencode" : j("data");
|
|
1943
1943
|
m(`${x} ${ue(`${O}=${g.value}`)}`);
|
|
1944
1944
|
}) : m(`${c ? "--data-binary" : j("data")} ${ue(l.text)}`);
|
|
1945
1945
|
break;
|
|
@@ -1955,19 +1955,19 @@ ${a}` : " "
|
|
|
1955
1955
|
${JSON.stringify(
|
|
1956
1956
|
g,
|
|
1957
1957
|
null,
|
|
1958
|
-
|
|
1958
|
+
d
|
|
1959
1959
|
)}
|
|
1960
1960
|
EOF`
|
|
1961
1961
|
) : m(
|
|
1962
1962
|
`${c ? "--data-binary" : j("data")} '
|
|
1963
|
-
${JSON.stringify(g, null,
|
|
1963
|
+
${JSON.stringify(g, null, d)}
|
|
1964
1964
|
'`
|
|
1965
1965
|
);
|
|
1966
1966
|
} catch {
|
|
1967
1967
|
}
|
|
1968
1968
|
y || m(`${c ? "--data-binary" : j("data")} ${ue(l.text)}`);
|
|
1969
1969
|
}
|
|
1970
|
-
return
|
|
1970
|
+
return v();
|
|
1971
1971
|
}
|
|
1972
1972
|
}, Bi = {
|
|
1973
1973
|
info: {
|
|
@@ -1978,7 +1978,7 @@ ${JSON.stringify(g, null, p)}
|
|
|
1978
1978
|
extname: ".sh",
|
|
1979
1979
|
installation: "brew install httpie"
|
|
1980
1980
|
},
|
|
1981
|
-
convert: ({ allHeaders: e, postData: r, queryObj: t, fullUrl: o, method:
|
|
1981
|
+
convert: ({ allHeaders: e, postData: r, queryObj: t, fullUrl: o, method: i, url: l }, n) => {
|
|
1982
1982
|
const a = {
|
|
1983
1983
|
body: !1,
|
|
1984
1984
|
cert: !1,
|
|
@@ -1993,26 +1993,26 @@ ${JSON.stringify(g, null, p)}
|
|
|
1993
1993
|
verbose: !1,
|
|
1994
1994
|
verify: !1,
|
|
1995
1995
|
...n
|
|
1996
|
-
}, { push:
|
|
1996
|
+
}, { push: s, join: c, unshift: h } = new V({
|
|
1997
1997
|
indent: a.indent,
|
|
1998
1998
|
// @ts-expect-error SEEMS LEGIT
|
|
1999
1999
|
join: a.indent !== !1 ? ` \\
|
|
2000
2000
|
${a.indent}` : " "
|
|
2001
2001
|
});
|
|
2002
|
-
let
|
|
2002
|
+
let d = !1;
|
|
2003
2003
|
const m = [];
|
|
2004
2004
|
a.headers && m.push(a.short ? "-h" : "--headers"), a.body && m.push(a.short ? "-b" : "--body"), a.verbose && m.push(a.short ? "-v" : "--verbose"), a.print && m.push(`${a.short ? "-p" : "--print"}=${a.print}`), a.verify && m.push(`--verify=${a.verify}`), a.cert && m.push(`--cert=${a.cert}`), a.pretty && m.push(`--pretty=${a.pretty}`), a.style && m.push(`--style=${a.style}`), a.timeout && m.push(`--timeout=${a.timeout}`), a.queryParams && Object.keys(t).forEach((j) => {
|
|
2005
|
-
const
|
|
2006
|
-
Array.isArray(
|
|
2007
|
-
|
|
2008
|
-
}) :
|
|
2005
|
+
const b = t[j];
|
|
2006
|
+
Array.isArray(b) ? b.forEach((u) => {
|
|
2007
|
+
s(`${j}==${ue(u)}`);
|
|
2008
|
+
}) : s(`${j}==${ue(b)}`);
|
|
2009
2009
|
}), Object.keys(e).sort().forEach((j) => {
|
|
2010
|
-
|
|
2010
|
+
s(`${j}:${ue(e[j])}`);
|
|
2011
2011
|
}), r.mimeType === "application/x-www-form-urlencoded" ? r.params && r.params.length && (m.push(a.short ? "-f" : "--form"), r.params.forEach((j) => {
|
|
2012
|
-
|
|
2013
|
-
})) :
|
|
2014
|
-
const
|
|
2015
|
-
if (l = ue(a.queryParams ? l : o), h(`http ${
|
|
2012
|
+
s(`${j.name}=${ue(j.value)}`);
|
|
2013
|
+
})) : d = !0;
|
|
2014
|
+
const v = m.length ? `${m.join(" ")} ` : "";
|
|
2015
|
+
if (l = ue(a.queryParams ? l : o), h(`http ${v}${i} ${l}`), d && r.text) {
|
|
2016
2016
|
const j = ue(r.text);
|
|
2017
2017
|
h(`echo ${j} | `);
|
|
2018
2018
|
}
|
|
@@ -2026,19 +2026,19 @@ ${a.indent}` : " "
|
|
|
2026
2026
|
description: "a free software package for retrieving files using HTTP, HTTPS",
|
|
2027
2027
|
extname: ".sh"
|
|
2028
2028
|
},
|
|
2029
|
-
convert: ({ method: e, postData: r, allHeaders: t, fullUrl: o },
|
|
2029
|
+
convert: ({ method: e, postData: r, allHeaders: t, fullUrl: o }, i) => {
|
|
2030
2030
|
const l = {
|
|
2031
2031
|
indent: " ",
|
|
2032
2032
|
short: !1,
|
|
2033
2033
|
verbose: !1,
|
|
2034
|
-
...
|
|
2034
|
+
...i
|
|
2035
2035
|
}, { push: n, join: a } = new V({
|
|
2036
2036
|
...typeof l.indent == "string" ? { indent: l.indent } : {},
|
|
2037
2037
|
join: l.indent !== !1 ? ` \\
|
|
2038
2038
|
${l.indent}` : " "
|
|
2039
2039
|
});
|
|
2040
|
-
return l.verbose ? n(`wget ${l.short ? "-v" : "--verbose"}`) : n(`wget ${l.short ? "-q" : "--quiet"}`), n(`--method ${ue(e)}`), Object.keys(t).forEach((
|
|
2041
|
-
const c = `${
|
|
2040
|
+
return l.verbose ? n(`wget ${l.short ? "-v" : "--verbose"}`) : n(`wget ${l.short ? "-q" : "--quiet"}`), n(`--method ${ue(e)}`), Object.keys(t).forEach((s) => {
|
|
2041
|
+
const c = `${s}: ${t[s]}`;
|
|
2042
2042
|
n(`--header ${ue(c)}`);
|
|
2043
2043
|
}), r.text && n(`--body-data ${Li(ue(r.text))}`), n(l.short ? "-O" : "--output-document"), n(`- ${ue(o)}`), a();
|
|
2044
2044
|
}
|
|
@@ -2055,10 +2055,10 @@ ${l.indent}` : " "
|
|
|
2055
2055
|
wget: Hi
|
|
2056
2056
|
}
|
|
2057
2057
|
}, tn = (e, r) => r.repeat(e), rn = (e, r, t, o) => {
|
|
2058
|
-
const
|
|
2059
|
-
${
|
|
2058
|
+
const i = tn(o, t), l = tn(o - 1, t), n = r ? `,
|
|
2059
|
+
${i}` : ", ";
|
|
2060
2060
|
return r ? `[
|
|
2061
|
-
${
|
|
2061
|
+
${i}${e.join(n)}
|
|
2062
2062
|
${l}]` : `[${e.join(n)}]`;
|
|
2063
2063
|
}, nn = (e, r, t) => `let ${e} = ${tt(r, t)}`, tt = (e, r, t) => {
|
|
2064
2064
|
switch (t = t === void 0 ? 1 : t + 1, Object.prototype.toString.call(e)) {
|
|
@@ -2066,13 +2066,13 @@ ${l}]` : `[${e.join(n)}]`;
|
|
|
2066
2066
|
return e;
|
|
2067
2067
|
case "[object Array]": {
|
|
2068
2068
|
let o = !1;
|
|
2069
|
-
const
|
|
2070
|
-
return rn(
|
|
2069
|
+
const i = e.map((l) => (Object.prototype.toString.call(l) === "[object Object]" && (o = Object.keys(l).length > 1), tt(l, r, t)));
|
|
2070
|
+
return rn(i, o, r.indent, t);
|
|
2071
2071
|
}
|
|
2072
2072
|
case "[object Object]": {
|
|
2073
2073
|
const o = [];
|
|
2074
|
-
for (const
|
|
2075
|
-
o.push(`"${
|
|
2074
|
+
for (const i in e)
|
|
2075
|
+
o.push(`"${i}": ${tt(e[i], r, t)}`);
|
|
2076
2076
|
return rn(
|
|
2077
2077
|
o,
|
|
2078
2078
|
// @ts-expect-error needs better types
|
|
@@ -2095,48 +2095,48 @@ ${l}]` : `[${e.join(n)}]`;
|
|
|
2095
2095
|
description: "Foundation's URLSession request",
|
|
2096
2096
|
extname: ".swift"
|
|
2097
2097
|
},
|
|
2098
|
-
convert: ({ allHeaders: e, postData: r, uriObj: t, queryObj: o, method:
|
|
2098
|
+
convert: ({ allHeaders: e, postData: r, uriObj: t, queryObj: o, method: i }, l) => {
|
|
2099
2099
|
var m;
|
|
2100
2100
|
const n = {
|
|
2101
2101
|
indent: " ",
|
|
2102
2102
|
pretty: !0,
|
|
2103
2103
|
timeout: 10,
|
|
2104
2104
|
...l
|
|
2105
|
-
}, { push: a, blank:
|
|
2106
|
-
a("import Foundation"),
|
|
2105
|
+
}, { push: a, blank: s, join: c } = new V({ indent: n.indent });
|
|
2106
|
+
a("import Foundation"), s();
|
|
2107
2107
|
const h = r.text || r.jsonObj || r.params;
|
|
2108
2108
|
if (h)
|
|
2109
2109
|
switch (r.mimeType) {
|
|
2110
2110
|
case "application/x-www-form-urlencoded":
|
|
2111
2111
|
if ((m = r.params) != null && m.length) {
|
|
2112
|
-
const
|
|
2113
|
-
n.pretty ? (a("let parameters = ["),
|
|
2112
|
+
const v = r.params.map((j) => `"${j.name}": "${j.value}"`);
|
|
2113
|
+
n.pretty ? (a("let parameters = ["), v.forEach((j) => a(`${j},`, 1)), a("]")) : a(`let parameters = [${v.join(", ")}]`), a('let joinedParameters = parameters.map { "\\($0.key)=\\($0.value)" }.joined(separator: "&")'), a("let postData = Data(joinedParameters.utf8)"), s();
|
|
2114
2114
|
}
|
|
2115
2115
|
break;
|
|
2116
2116
|
case "application/json":
|
|
2117
|
-
r.jsonObj && (a(`${nn("parameters", r.jsonObj, n)} as [String : Any?]`),
|
|
2117
|
+
r.jsonObj && (a(`${nn("parameters", r.jsonObj, n)} as [String : Any?]`), s(), a("let postData = try JSONSerialization.data(withJSONObject: parameters, options: [])"), s());
|
|
2118
2118
|
break;
|
|
2119
2119
|
case "multipart/form-data":
|
|
2120
|
-
a(nn("parameters", r.params, n)),
|
|
2120
|
+
a(nn("parameters", r.params, n)), s(), a(`let boundary = "${r.boundary}"`), s(), a('var body = ""'), a("for param in parameters {"), a('let paramName = param["name"]!', 1), a('body += "--\\(boundary)\\r\\n"', 1), a('body += "Content-Disposition:form-data; name=\\"\\(paramName)\\""', 1), a('if let filename = param["fileName"] {', 1), a('let contentType = param["contentType"]!', 2), a("let fileContent = try String(contentsOfFile: filename, encoding: .utf8)", 2), a('body += "; filename=\\"\\(filename)\\"\\r\\n"', 2), a('body += "Content-Type: \\(contentType)\\r\\n\\r\\n"', 2), a("body += fileContent", 2), a('} else if let paramValue = param["value"] {', 1), a('body += "\\r\\n\\r\\n\\(paramValue)"', 2), a("}", 1), a("}"), s(), a("let postData = Data(body.utf8)"), s();
|
|
2121
2121
|
break;
|
|
2122
2122
|
default:
|
|
2123
|
-
a(`let postData = Data("${r.text}".utf8)`),
|
|
2123
|
+
a(`let postData = Data("${r.text}".utf8)`), s();
|
|
2124
2124
|
}
|
|
2125
2125
|
a(`let url = URL(string: "${t.href}")!`);
|
|
2126
|
-
const
|
|
2127
|
-
return
|
|
2128
|
-
const j =
|
|
2129
|
-
switch (Object.prototype.toString.call(
|
|
2126
|
+
const d = o ? Object.entries(o) : [];
|
|
2127
|
+
return d.length < 1 ? a("var request = URLRequest(url: url)") : (a("var components = URLComponents(url: url, resolvingAgainstBaseURL: true)!"), a("let queryItems: [URLQueryItem] = ["), d.forEach((v) => {
|
|
2128
|
+
const j = v[0], b = v[1];
|
|
2129
|
+
switch (Object.prototype.toString.call(b)) {
|
|
2130
2130
|
case "[object String]":
|
|
2131
|
-
a(`URLQueryItem(name: "${j}", value: "${
|
|
2131
|
+
a(`URLQueryItem(name: "${j}", value: "${b}"),`, 1);
|
|
2132
2132
|
break;
|
|
2133
2133
|
case "[object Array]":
|
|
2134
|
-
|
|
2134
|
+
b.forEach((u) => {
|
|
2135
2135
|
a(`URLQueryItem(name: "${j}", value: "${u}"),`, 1);
|
|
2136
2136
|
});
|
|
2137
2137
|
break;
|
|
2138
2138
|
}
|
|
2139
|
-
}), a("]"), a("components.queryItems = components.queryItems.map { $0 + queryItems } ?? queryItems"),
|
|
2139
|
+
}), a("]"), a("components.queryItems = components.queryItems.map { $0 + queryItems } ?? queryItems"), s(), a("var request = URLRequest(url: components.url!)")), a(`request.httpMethod = "${i}"`), a(`request.timeoutInterval = ${n.timeout}`), Object.keys(e).length && a(`request.allHTTPHeaderFields = ${tt(e, n)}`), h && a("request.httpBody = postData"), s(), a("let (data, _) = try await URLSession.shared.data(for: request)"), a("print(String(decoding: data, as: UTF8.self))"), c();
|
|
2140
2140
|
}
|
|
2141
2141
|
}, Gi = {
|
|
2142
2142
|
info: {
|
|
@@ -2173,15 +2173,15 @@ var Ji = _e.exports, on;
|
|
|
2173
2173
|
function Vi() {
|
|
2174
2174
|
return on || (on = 1, function(e, r) {
|
|
2175
2175
|
(function(t) {
|
|
2176
|
-
var o = r && !r.nodeType && r,
|
|
2176
|
+
var o = r && !r.nodeType && r, i = e && !e.nodeType && e, l = typeof Ze == "object" && Ze;
|
|
2177
2177
|
(l.global === l || l.window === l || l.self === l) && (t = l);
|
|
2178
|
-
var n, a = 2147483647,
|
|
2178
|
+
var n, a = 2147483647, s = 36, c = 1, h = 26, d = 38, m = 700, v = 72, j = 128, b = "-", u = /^xn--/, y = /[^\x20-\x7E]/, g = /[\x2E\u3002\uFF0E\uFF61]/g, S = {
|
|
2179
2179
|
overflow: "Overflow: input needs wider integers to process",
|
|
2180
2180
|
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
2181
2181
|
"invalid-input": "Invalid input"
|
|
2182
|
-
}, T =
|
|
2182
|
+
}, T = s - c, f = Math.floor, O = String.fromCharCode, x;
|
|
2183
2183
|
function N(R) {
|
|
2184
|
-
throw new RangeError(
|
|
2184
|
+
throw new RangeError(S[R]);
|
|
2185
2185
|
}
|
|
2186
2186
|
function A(R, q) {
|
|
2187
2187
|
for (var U = R.length, C = []; U--; )
|
|
@@ -2206,41 +2206,41 @@ function Vi() {
|
|
|
2206
2206
|
}).join("");
|
|
2207
2207
|
}
|
|
2208
2208
|
function ae(R) {
|
|
2209
|
-
return R - 48 < 10 ? R - 22 : R - 65 < 26 ? R - 65 : R - 97 < 26 ? R - 97 :
|
|
2209
|
+
return R - 48 < 10 ? R - 22 : R - 65 < 26 ? R - 65 : R - 97 < 26 ? R - 97 : s;
|
|
2210
2210
|
}
|
|
2211
2211
|
function H(R, q) {
|
|
2212
2212
|
return R + 22 + 75 * (R < 26) - ((q != 0) << 5);
|
|
2213
2213
|
}
|
|
2214
2214
|
function D(R, q, U) {
|
|
2215
2215
|
var C = 0;
|
|
2216
|
-
for (R = U ?
|
|
2217
|
-
R =
|
|
2218
|
-
return
|
|
2216
|
+
for (R = U ? f(R / m) : R >> 1, R += f(R / q); R > T * h >> 1; C += s)
|
|
2217
|
+
R = f(R / T);
|
|
2218
|
+
return f(C + (T + 1) * R / (R + d));
|
|
2219
2219
|
}
|
|
2220
2220
|
function le(R) {
|
|
2221
|
-
var q = [], U = R.length, C, L = 0, W = j, z =
|
|
2222
|
-
for (K = R.lastIndexOf(
|
|
2221
|
+
var q = [], U = R.length, C, L = 0, W = j, z = v, K, ne, J, I, F, _, Q, G, Y;
|
|
2222
|
+
for (K = R.lastIndexOf(b), K < 0 && (K = 0), ne = 0; ne < K; ++ne)
|
|
2223
2223
|
R.charCodeAt(ne) >= 128 && N("not-basic"), q.push(R.charCodeAt(ne));
|
|
2224
2224
|
for (J = K > 0 ? K + 1 : 0; J < U; ) {
|
|
2225
|
-
for (I = L, F = 1, _ =
|
|
2226
|
-
Y =
|
|
2227
|
-
C = q.length + 1, z = D(L - I, C, I == 0),
|
|
2225
|
+
for (I = L, F = 1, _ = s; J >= U && N("invalid-input"), Q = ae(R.charCodeAt(J++)), (Q >= s || Q > f((a - L) / F)) && N("overflow"), L += Q * F, G = _ <= z ? c : _ >= z + h ? h : _ - z, !(Q < G); _ += s)
|
|
2226
|
+
Y = s - G, F > f(a / Y) && N("overflow"), F *= Y;
|
|
2227
|
+
C = q.length + 1, z = D(L - I, C, I == 0), f(L / C) > a - W && N("overflow"), W += f(L / C), L %= C, q.splice(L++, 0, W);
|
|
2228
2228
|
}
|
|
2229
2229
|
return P(q);
|
|
2230
2230
|
}
|
|
2231
2231
|
function Z(R) {
|
|
2232
2232
|
var q, U, C, L, W, z, K, ne, J, I, F, _ = [], Q, G, Y, oe;
|
|
2233
|
-
for (R = B(R), Q = R.length, q = j, U = 0, W =
|
|
2233
|
+
for (R = B(R), Q = R.length, q = j, U = 0, W = v, z = 0; z < Q; ++z)
|
|
2234
2234
|
F = R[z], F < 128 && _.push(O(F));
|
|
2235
|
-
for (C = L = _.length, L && _.push(
|
|
2235
|
+
for (C = L = _.length, L && _.push(b); C < Q; ) {
|
|
2236
2236
|
for (K = a, z = 0; z < Q; ++z)
|
|
2237
2237
|
F = R[z], F >= q && F < K && (K = F);
|
|
2238
|
-
for (G = C + 1, K - q >
|
|
2238
|
+
for (G = C + 1, K - q > f((a - U) / G) && N("overflow"), U += (K - q) * G, q = K, z = 0; z < Q; ++z)
|
|
2239
2239
|
if (F = R[z], F < q && ++U > a && N("overflow"), F == q) {
|
|
2240
|
-
for (ne = U, J =
|
|
2241
|
-
oe = ne - I, Y =
|
|
2240
|
+
for (ne = U, J = s; I = J <= W ? c : J >= W + h ? h : J - W, !(ne < I); J += s)
|
|
2241
|
+
oe = ne - I, Y = s - I, _.push(
|
|
2242
2242
|
O(H(I + oe % Y, 0))
|
|
2243
|
-
), ne =
|
|
2243
|
+
), ne = f(oe / Y);
|
|
2244
2244
|
_.push(O(H(ne, 0))), W = D(U, G, C == L), U = 0, ++C;
|
|
2245
2245
|
}
|
|
2246
2246
|
++U, ++q;
|
|
@@ -2279,9 +2279,9 @@ function Vi() {
|
|
|
2279
2279
|
encode: Z,
|
|
2280
2280
|
toASCII: re,
|
|
2281
2281
|
toUnicode: k
|
|
2282
|
-
}, o &&
|
|
2282
|
+
}, o && i)
|
|
2283
2283
|
if (e.exports == o)
|
|
2284
|
-
|
|
2284
|
+
i.exports = n;
|
|
2285
2285
|
else
|
|
2286
2286
|
for (x in n)
|
|
2287
2287
|
n.hasOwnProperty(x) && (o[x] = n[x]);
|
|
@@ -2401,8 +2401,8 @@ function ls() {
|
|
|
2401
2401
|
var r = {}, t = Symbol("test"), o = Object(t);
|
|
2402
2402
|
if (typeof t == "string" || Object.prototype.toString.call(t) !== "[object Symbol]" || Object.prototype.toString.call(o) !== "[object Symbol]")
|
|
2403
2403
|
return !1;
|
|
2404
|
-
var
|
|
2405
|
-
r[t] =
|
|
2404
|
+
var i = 42;
|
|
2405
|
+
r[t] = i;
|
|
2406
2406
|
for (var l in r)
|
|
2407
2407
|
return !1;
|
|
2408
2408
|
if (typeof Object.keys == "function" && Object.keys(r).length !== 0 || typeof Object.getOwnPropertyNames == "function" && Object.getOwnPropertyNames(r).length !== 0)
|
|
@@ -2415,7 +2415,7 @@ function ls() {
|
|
|
2415
2415
|
/** @type {PropertyDescriptor} */
|
|
2416
2416
|
Object.getOwnPropertyDescriptor(r, t)
|
|
2417
2417
|
);
|
|
2418
|
-
if (a.value !==
|
|
2418
|
+
if (a.value !== i || a.enumerable !== !0)
|
|
2419
2419
|
return !1;
|
|
2420
2420
|
}
|
|
2421
2421
|
return !0;
|
|
@@ -2445,45 +2445,45 @@ var Mt, Nn;
|
|
|
2445
2445
|
function us() {
|
|
2446
2446
|
if (Nn) return Mt;
|
|
2447
2447
|
Nn = 1;
|
|
2448
|
-
var e = "Function.prototype.bind called on incompatible ", r = Object.prototype.toString, t = Math.max, o = "[object Function]",
|
|
2449
|
-
for (var h = [],
|
|
2450
|
-
h[
|
|
2448
|
+
var e = "Function.prototype.bind called on incompatible ", r = Object.prototype.toString, t = Math.max, o = "[object Function]", i = function(s, c) {
|
|
2449
|
+
for (var h = [], d = 0; d < s.length; d += 1)
|
|
2450
|
+
h[d] = s[d];
|
|
2451
2451
|
for (var m = 0; m < c.length; m += 1)
|
|
2452
|
-
h[m +
|
|
2452
|
+
h[m + s.length] = c[m];
|
|
2453
2453
|
return h;
|
|
2454
|
-
}, l = function(
|
|
2455
|
-
for (var h = [],
|
|
2456
|
-
h[m] =
|
|
2454
|
+
}, l = function(s, c) {
|
|
2455
|
+
for (var h = [], d = c, m = 0; d < s.length; d += 1, m += 1)
|
|
2456
|
+
h[m] = s[d];
|
|
2457
2457
|
return h;
|
|
2458
|
-
}, n = function(a,
|
|
2458
|
+
}, n = function(a, s) {
|
|
2459
2459
|
for (var c = "", h = 0; h < a.length; h += 1)
|
|
2460
|
-
c += a[h], h + 1 < a.length && (c +=
|
|
2460
|
+
c += a[h], h + 1 < a.length && (c += s);
|
|
2461
2461
|
return c;
|
|
2462
2462
|
};
|
|
2463
|
-
return Mt = function(
|
|
2463
|
+
return Mt = function(s) {
|
|
2464
2464
|
var c = this;
|
|
2465
2465
|
if (typeof c != "function" || r.apply(c) !== o)
|
|
2466
2466
|
throw new TypeError(e + c);
|
|
2467
|
-
for (var h = l(arguments, 1),
|
|
2468
|
-
if (this instanceof
|
|
2467
|
+
for (var h = l(arguments, 1), d, m = function() {
|
|
2468
|
+
if (this instanceof d) {
|
|
2469
2469
|
var y = c.apply(
|
|
2470
2470
|
this,
|
|
2471
|
-
|
|
2471
|
+
i(h, arguments)
|
|
2472
2472
|
);
|
|
2473
2473
|
return Object(y) === y ? y : this;
|
|
2474
2474
|
}
|
|
2475
2475
|
return c.apply(
|
|
2476
|
-
|
|
2477
|
-
|
|
2476
|
+
s,
|
|
2477
|
+
i(h, arguments)
|
|
2478
2478
|
);
|
|
2479
|
-
},
|
|
2480
|
-
j[
|
|
2481
|
-
if (
|
|
2479
|
+
}, v = t(0, c.length - h.length), j = [], b = 0; b < v; b++)
|
|
2480
|
+
j[b] = "$" + b;
|
|
2481
|
+
if (d = Function("binder", "return function (" + n(j, ",") + "){ return binder.apply(this,arguments); }")(m), c.prototype) {
|
|
2482
2482
|
var u = function() {
|
|
2483
2483
|
};
|
|
2484
|
-
u.prototype = c.prototype,
|
|
2484
|
+
u.prototype = c.prototype, d.prototype = new u(), u.prototype = null;
|
|
2485
2485
|
}
|
|
2486
|
-
return
|
|
2486
|
+
return d;
|
|
2487
2487
|
}, Mt;
|
|
2488
2488
|
}
|
|
2489
2489
|
var zt, Rn;
|
|
@@ -2539,11 +2539,11 @@ function ps() {
|
|
|
2539
2539
|
Object.prototype,
|
|
2540
2540
|
/** @type {keyof typeof Object.prototype} */
|
|
2541
2541
|
"__proto__"
|
|
2542
|
-
),
|
|
2542
|
+
), i = Object, l = i.getPrototypeOf;
|
|
2543
2543
|
return Qt = o && typeof o.get == "function" ? e([o.get]) : typeof l == "function" ? (
|
|
2544
2544
|
/** @type {import('./get')} */
|
|
2545
2545
|
function(a) {
|
|
2546
|
-
return l(a == null ? a :
|
|
2546
|
+
return l(a == null ? a : i(a));
|
|
2547
2547
|
}
|
|
2548
2548
|
) : !1, Qt;
|
|
2549
2549
|
}
|
|
@@ -2552,14 +2552,14 @@ function ds() {
|
|
|
2552
2552
|
if (Un) return Kt;
|
|
2553
2553
|
Un = 1;
|
|
2554
2554
|
var e = vo(), r = bo(), t = /* @__PURE__ */ ps();
|
|
2555
|
-
return Kt = e ? function(
|
|
2556
|
-
return e(
|
|
2557
|
-
} : r ? function(
|
|
2558
|
-
if (!
|
|
2555
|
+
return Kt = e ? function(i) {
|
|
2556
|
+
return e(i);
|
|
2557
|
+
} : r ? function(i) {
|
|
2558
|
+
if (!i || typeof i != "object" && typeof i != "function")
|
|
2559
2559
|
throw new TypeError("getProto: not an object");
|
|
2560
|
-
return r(
|
|
2561
|
-
} : t ? function(
|
|
2562
|
-
return t(
|
|
2560
|
+
return r(i);
|
|
2561
|
+
} : t ? function(i) {
|
|
2562
|
+
return t(i);
|
|
2563
2563
|
} : null, Kt;
|
|
2564
2564
|
}
|
|
2565
2565
|
var Yt, Fn;
|
|
@@ -2573,14 +2573,14 @@ var Xt, _n;
|
|
|
2573
2573
|
function Cr() {
|
|
2574
2574
|
if (_n) return Xt;
|
|
2575
2575
|
_n = 1;
|
|
2576
|
-
var e, r = /* @__PURE__ */ mo(), t = /* @__PURE__ */ Di(), o = /* @__PURE__ */ Qi(),
|
|
2576
|
+
var e, r = /* @__PURE__ */ mo(), t = /* @__PURE__ */ Di(), o = /* @__PURE__ */ Qi(), i = /* @__PURE__ */ Ki(), l = /* @__PURE__ */ Yi(), n = /* @__PURE__ */ go(), a = /* @__PURE__ */ We(), s = /* @__PURE__ */ Xi(), c = /* @__PURE__ */ Zi(), h = /* @__PURE__ */ es(), d = /* @__PURE__ */ ts(), m = /* @__PURE__ */ rs(), v = /* @__PURE__ */ ns(), j = /* @__PURE__ */ os(), b = /* @__PURE__ */ is(), u = Function, y = function(J) {
|
|
2577
2577
|
try {
|
|
2578
2578
|
return u('"use strict"; return (' + J + ").constructor;")();
|
|
2579
2579
|
} catch {
|
|
2580
2580
|
}
|
|
2581
|
-
}, g = /* @__PURE__ */ ot(),
|
|
2581
|
+
}, g = /* @__PURE__ */ ot(), S = /* @__PURE__ */ at(), T = function() {
|
|
2582
2582
|
throw new a();
|
|
2583
|
-
},
|
|
2583
|
+
}, f = g ? function() {
|
|
2584
2584
|
try {
|
|
2585
2585
|
return arguments.callee, T;
|
|
2586
2586
|
} catch {
|
|
@@ -2638,7 +2638,7 @@ function Cr() {
|
|
|
2638
2638
|
"%parseInt%": parseInt,
|
|
2639
2639
|
"%Promise%": typeof Promise > "u" ? e : Promise,
|
|
2640
2640
|
"%Proxy%": typeof Proxy > "u" ? e : Proxy,
|
|
2641
|
-
"%RangeError%":
|
|
2641
|
+
"%RangeError%": i,
|
|
2642
2642
|
"%ReferenceError%": l,
|
|
2643
2643
|
"%Reflect%": typeof Reflect > "u" ? e : Reflect,
|
|
2644
2644
|
"%RegExp%": RegExp,
|
|
@@ -2649,28 +2649,28 @@ function Cr() {
|
|
|
2649
2649
|
"%StringIteratorPrototype%": O && x ? x(""[Symbol.iterator]()) : e,
|
|
2650
2650
|
"%Symbol%": O ? Symbol : e,
|
|
2651
2651
|
"%SyntaxError%": n,
|
|
2652
|
-
"%ThrowTypeError%":
|
|
2652
|
+
"%ThrowTypeError%": f,
|
|
2653
2653
|
"%TypedArray%": ae,
|
|
2654
2654
|
"%TypeError%": a,
|
|
2655
2655
|
"%Uint8Array%": typeof Uint8Array > "u" ? e : Uint8Array,
|
|
2656
2656
|
"%Uint8ClampedArray%": typeof Uint8ClampedArray > "u" ? e : Uint8ClampedArray,
|
|
2657
2657
|
"%Uint16Array%": typeof Uint16Array > "u" ? e : Uint16Array,
|
|
2658
2658
|
"%Uint32Array%": typeof Uint32Array > "u" ? e : Uint32Array,
|
|
2659
|
-
"%URIError%":
|
|
2659
|
+
"%URIError%": s,
|
|
2660
2660
|
"%WeakMap%": typeof WeakMap > "u" ? e : WeakMap,
|
|
2661
2661
|
"%WeakRef%": typeof WeakRef > "u" ? e : WeakRef,
|
|
2662
2662
|
"%WeakSet%": typeof WeakSet > "u" ? e : WeakSet,
|
|
2663
2663
|
"%Function.prototype.call%": B,
|
|
2664
2664
|
"%Function.prototype.apply%": E,
|
|
2665
|
-
"%Object.defineProperty%":
|
|
2665
|
+
"%Object.defineProperty%": S,
|
|
2666
2666
|
"%Object.getPrototypeOf%": N,
|
|
2667
2667
|
"%Math.abs%": c,
|
|
2668
2668
|
"%Math.floor%": h,
|
|
2669
|
-
"%Math.max%":
|
|
2669
|
+
"%Math.max%": d,
|
|
2670
2670
|
"%Math.min%": m,
|
|
2671
|
-
"%Math.pow%":
|
|
2671
|
+
"%Math.pow%": v,
|
|
2672
2672
|
"%Math.round%": j,
|
|
2673
|
-
"%Math.sign%":
|
|
2673
|
+
"%Math.sign%": b,
|
|
2674
2674
|
"%Reflect.getPrototypeOf%": A
|
|
2675
2675
|
};
|
|
2676
2676
|
if (x)
|
|
@@ -2823,15 +2823,15 @@ function ys() {
|
|
|
2823
2823
|
throw new t("`nonConfigurable`, if provided, must be a boolean or null");
|
|
2824
2824
|
if (arguments.length > 6 && typeof arguments[6] != "boolean")
|
|
2825
2825
|
throw new t("`loose`, if provided, must be a boolean");
|
|
2826
|
-
var
|
|
2826
|
+
var s = arguments.length > 3 ? arguments[3] : null, c = arguments.length > 4 ? arguments[4] : null, h = arguments.length > 5 ? arguments[5] : null, d = arguments.length > 6 ? arguments[6] : !1, m = !!o && o(l, n);
|
|
2827
2827
|
if (e)
|
|
2828
2828
|
e(l, n, {
|
|
2829
2829
|
configurable: h === null && m ? m.configurable : !h,
|
|
2830
|
-
enumerable:
|
|
2830
|
+
enumerable: s === null && m ? m.enumerable : !s,
|
|
2831
2831
|
value: a,
|
|
2832
2832
|
writable: c === null && m ? m.writable : !c
|
|
2833
2833
|
});
|
|
2834
|
-
else if (
|
|
2834
|
+
else if (d || !s && !c && !h)
|
|
2835
2835
|
l[n] = a;
|
|
2836
2836
|
else
|
|
2837
2837
|
throw new r("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");
|
|
@@ -2858,29 +2858,29 @@ var rr, Mn;
|
|
|
2858
2858
|
function gs() {
|
|
2859
2859
|
if (Mn) return rr;
|
|
2860
2860
|
Mn = 1;
|
|
2861
|
-
var e = /* @__PURE__ */ Cr(), r = /* @__PURE__ */ ys(), t = /* @__PURE__ */ ms()(), o = /* @__PURE__ */ ot(),
|
|
2862
|
-
return rr = function(a,
|
|
2861
|
+
var e = /* @__PURE__ */ Cr(), r = /* @__PURE__ */ ys(), t = /* @__PURE__ */ ms()(), o = /* @__PURE__ */ ot(), i = /* @__PURE__ */ We(), l = e("%Math.floor%");
|
|
2862
|
+
return rr = function(a, s) {
|
|
2863
2863
|
if (typeof a != "function")
|
|
2864
|
-
throw new
|
|
2865
|
-
if (typeof
|
|
2866
|
-
throw new
|
|
2867
|
-
var c = arguments.length > 2 && !!arguments[2], h = !0,
|
|
2864
|
+
throw new i("`fn` is not a function");
|
|
2865
|
+
if (typeof s != "number" || s < 0 || s > 4294967295 || l(s) !== s)
|
|
2866
|
+
throw new i("`length` must be a positive 32-bit integer");
|
|
2867
|
+
var c = arguments.length > 2 && !!arguments[2], h = !0, d = !0;
|
|
2868
2868
|
if ("length" in a && o) {
|
|
2869
2869
|
var m = o(a, "length");
|
|
2870
|
-
m && !m.configurable && (h = !1), m && !m.writable && (
|
|
2870
|
+
m && !m.configurable && (h = !1), m && !m.writable && (d = !1);
|
|
2871
2871
|
}
|
|
2872
|
-
return (h ||
|
|
2872
|
+
return (h || d || !c) && (t ? r(
|
|
2873
2873
|
/** @type {Parameters<define>[0]} */
|
|
2874
2874
|
a,
|
|
2875
2875
|
"length",
|
|
2876
|
-
|
|
2876
|
+
s,
|
|
2877
2877
|
!0,
|
|
2878
2878
|
!0
|
|
2879
2879
|
) : r(
|
|
2880
2880
|
/** @type {Parameters<define>[0]} */
|
|
2881
2881
|
a,
|
|
2882
2882
|
"length",
|
|
2883
|
-
|
|
2883
|
+
s
|
|
2884
2884
|
)), a;
|
|
2885
2885
|
}, rr;
|
|
2886
2886
|
}
|
|
@@ -2896,15 +2896,15 @@ function vs() {
|
|
|
2896
2896
|
var Gn;
|
|
2897
2897
|
function bs() {
|
|
2898
2898
|
return Gn || (Gn = 1, function(e) {
|
|
2899
|
-
var r = /* @__PURE__ */ gs(), t = /* @__PURE__ */ at(), o = jo(),
|
|
2899
|
+
var r = /* @__PURE__ */ gs(), t = /* @__PURE__ */ at(), o = jo(), i = vs();
|
|
2900
2900
|
e.exports = function(n) {
|
|
2901
|
-
var a = o(arguments),
|
|
2901
|
+
var a = o(arguments), s = n.length - (arguments.length - 1);
|
|
2902
2902
|
return r(
|
|
2903
2903
|
a,
|
|
2904
|
-
1 + (
|
|
2904
|
+
1 + (s > 0 ? s : 0),
|
|
2905
2905
|
!0
|
|
2906
2906
|
);
|
|
2907
|
-
}, t ? t(e.exports, "apply", { value:
|
|
2907
|
+
}, t ? t(e.exports, "apply", { value: i }) : e.exports.apply = i;
|
|
2908
2908
|
}(Zt)), Zt.exports;
|
|
2909
2909
|
}
|
|
2910
2910
|
var or, Wn;
|
|
@@ -2912,9 +2912,9 @@ function xs() {
|
|
|
2912
2912
|
if (Wn) return or;
|
|
2913
2913
|
Wn = 1;
|
|
2914
2914
|
var e = /* @__PURE__ */ Cr(), r = bs(), t = r(e("String.prototype.indexOf"));
|
|
2915
|
-
return or = function(
|
|
2916
|
-
var n = e(
|
|
2917
|
-
return typeof n == "function" && t(
|
|
2915
|
+
return or = function(i, l) {
|
|
2916
|
+
var n = e(i, !!l);
|
|
2917
|
+
return typeof n == "function" && t(i, ".prototype.") > -1 ? r(n) : n;
|
|
2918
2918
|
}, or;
|
|
2919
2919
|
}
|
|
2920
2920
|
const js = {}, $s = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
@@ -2925,24 +2925,24 @@ var ar, Jn;
|
|
|
2925
2925
|
function Ss() {
|
|
2926
2926
|
if (Jn) return ar;
|
|
2927
2927
|
Jn = 1;
|
|
2928
|
-
var e = typeof Map == "function" && Map.prototype, r = Object.getOwnPropertyDescriptor && e ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, t = e && r && typeof r.get == "function" ? r.get : null, o = e && Map.prototype.forEach,
|
|
2928
|
+
var e = typeof Map == "function" && Map.prototype, r = Object.getOwnPropertyDescriptor && e ? Object.getOwnPropertyDescriptor(Map.prototype, "size") : null, t = e && r && typeof r.get == "function" ? r.get : null, o = e && Map.prototype.forEach, i = typeof Set == "function" && Set.prototype, l = Object.getOwnPropertyDescriptor && i ? Object.getOwnPropertyDescriptor(Set.prototype, "size") : null, n = i && l && typeof l.get == "function" ? l.get : null, a = i && Set.prototype.forEach, s = typeof WeakMap == "function" && WeakMap.prototype, c = s ? WeakMap.prototype.has : null, h = typeof WeakSet == "function" && WeakSet.prototype, d = h ? WeakSet.prototype.has : null, m = typeof WeakRef == "function" && WeakRef.prototype, v = m ? WeakRef.prototype.deref : null, j = Boolean.prototype.valueOf, b = Object.prototype.toString, u = Function.prototype.toString, y = String.prototype.match, g = String.prototype.slice, S = String.prototype.replace, T = String.prototype.toUpperCase, f = String.prototype.toLowerCase, O = RegExp.prototype.test, x = Array.prototype.concat, N = Array.prototype.join, A = Array.prototype.slice, E = Math.floor, B = typeof BigInt == "function" ? BigInt.prototype.valueOf : null, P = Object.getOwnPropertySymbols, ae = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? Symbol.prototype.toString : null, H = typeof Symbol == "function" && typeof Symbol.iterator == "object", D = typeof Symbol == "function" && Symbol.toStringTag && (typeof Symbol.toStringTag === H || !0) ? Symbol.toStringTag : null, le = Object.prototype.propertyIsEnumerable, Z = (typeof Reflect == "function" ? Reflect.getPrototypeOf : Object.getPrototypeOf) || ([].__proto__ === Array.prototype ? function($) {
|
|
2929
2929
|
return $.__proto__;
|
|
2930
2930
|
} : null);
|
|
2931
|
-
function k($,
|
|
2932
|
-
if ($ === 1 / 0 || $ === -1 / 0 || $ !== $ || $ && $ > -1e3 && $ < 1e3 || O.call(/e/,
|
|
2933
|
-
return
|
|
2931
|
+
function k($, w) {
|
|
2932
|
+
if ($ === 1 / 0 || $ === -1 / 0 || $ !== $ || $ && $ > -1e3 && $ < 1e3 || O.call(/e/, w))
|
|
2933
|
+
return w;
|
|
2934
2934
|
var X = /[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;
|
|
2935
2935
|
if (typeof $ == "number") {
|
|
2936
2936
|
var ee = $ < 0 ? -E(-$) : E($);
|
|
2937
2937
|
if (ee !== $) {
|
|
2938
|
-
var ie = String(ee), M = g.call(
|
|
2939
|
-
return
|
|
2938
|
+
var ie = String(ee), M = g.call(w, ie.length + 1);
|
|
2939
|
+
return S.call(ie, X, "$&_") + "." + S.call(S.call(M, /([0-9]{3})/g, "$&_"), /_$/, "");
|
|
2940
2940
|
}
|
|
2941
2941
|
}
|
|
2942
|
-
return
|
|
2942
|
+
return S.call(w, X, "$&_");
|
|
2943
2943
|
}
|
|
2944
2944
|
var re = ws, R = re.custom, q = F(R) ? R : null;
|
|
2945
|
-
ar = function $(
|
|
2945
|
+
ar = function $(w, X, ee, ie) {
|
|
2946
2946
|
var M = X || {};
|
|
2947
2947
|
if (G(M, "quoteStyle") && M.quoteStyle !== "single" && M.quoteStyle !== "double")
|
|
2948
2948
|
throw new TypeError('option "quoteStyle" must be "single" or "double"');
|
|
@@ -2956,31 +2956,31 @@ function Ss() {
|
|
|
2956
2956
|
if (G(M, "numericSeparator") && typeof M.numericSeparator != "boolean")
|
|
2957
2957
|
throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');
|
|
2958
2958
|
var Ce = M.numericSeparator;
|
|
2959
|
-
if (typeof
|
|
2959
|
+
if (typeof w > "u")
|
|
2960
2960
|
return "undefined";
|
|
2961
|
-
if (
|
|
2961
|
+
if (w === null)
|
|
2962
2962
|
return "null";
|
|
2963
|
-
if (typeof
|
|
2964
|
-
return
|
|
2965
|
-
if (typeof
|
|
2966
|
-
return Pe(
|
|
2967
|
-
if (typeof
|
|
2968
|
-
if (
|
|
2969
|
-
return 1 / 0 /
|
|
2970
|
-
var de = String(
|
|
2971
|
-
return Ce ? k(
|
|
2963
|
+
if (typeof w == "boolean")
|
|
2964
|
+
return w ? "true" : "false";
|
|
2965
|
+
if (typeof w == "string")
|
|
2966
|
+
return Pe(w, M);
|
|
2967
|
+
if (typeof w == "number") {
|
|
2968
|
+
if (w === 0)
|
|
2969
|
+
return 1 / 0 / w > 0 ? "0" : "-0";
|
|
2970
|
+
var de = String(w);
|
|
2971
|
+
return Ce ? k(w, de) : de;
|
|
2972
2972
|
}
|
|
2973
|
-
if (typeof
|
|
2974
|
-
var $e = String(
|
|
2975
|
-
return Ce ? k(
|
|
2973
|
+
if (typeof w == "bigint") {
|
|
2974
|
+
var $e = String(w) + "n";
|
|
2975
|
+
return Ce ? k(w, $e) : $e;
|
|
2976
2976
|
}
|
|
2977
2977
|
var lt = typeof M.depth > "u" ? 5 : M.depth;
|
|
2978
|
-
if (typeof ee > "u" && (ee = 0), ee >= lt && lt > 0 && typeof
|
|
2979
|
-
return L(
|
|
2978
|
+
if (typeof ee > "u" && (ee = 0), ee >= lt && lt > 0 && typeof w == "object")
|
|
2979
|
+
return L(w) ? "[Array]" : "[Object]";
|
|
2980
2980
|
var Ae = qo(M, ee);
|
|
2981
2981
|
if (typeof ie > "u")
|
|
2982
2982
|
ie = [];
|
|
2983
|
-
else if (he(ie,
|
|
2983
|
+
else if (he(ie, w) >= 0)
|
|
2984
2984
|
return "[Circular]";
|
|
2985
2985
|
function me(Ie, Qe, Eo) {
|
|
2986
2986
|
if (Qe && (ie = A.call(ie), ie.push(Qe)), Eo) {
|
|
@@ -2991,77 +2991,77 @@ function Ss() {
|
|
|
2991
2991
|
}
|
|
2992
2992
|
return $(Ie, M, ee + 1, ie);
|
|
2993
2993
|
}
|
|
2994
|
-
if (typeof
|
|
2995
|
-
var Er = oe(
|
|
2994
|
+
if (typeof w == "function" && !z(w)) {
|
|
2995
|
+
var Er = oe(w), Ar = Ve(w, me);
|
|
2996
2996
|
return "[Function" + (Er ? ": " + Er : " (anonymous)") + "]" + (Ar.length > 0 ? " { " + N.call(Ar, ", ") + " }" : "");
|
|
2997
2997
|
}
|
|
2998
|
-
if (F(
|
|
2999
|
-
var Ir = H ?
|
|
3000
|
-
return typeof
|
|
2998
|
+
if (F(w)) {
|
|
2999
|
+
var Ir = H ? S.call(String(w), /^(Symbol\(.*\))_[^)]*$/, "$1") : ae.call(w);
|
|
3000
|
+
return typeof w == "object" && !H ? Ue(Ir) : Ir;
|
|
3001
3001
|
}
|
|
3002
|
-
if (Ee(
|
|
3003
|
-
for (var Fe = "<" +
|
|
3002
|
+
if (Ee(w)) {
|
|
3003
|
+
for (var Fe = "<" + f.call(String(w.nodeName)), ct = w.attributes || [], De = 0; De < ct.length; De++)
|
|
3004
3004
|
Fe += " " + ct[De].name + "=" + U(C(ct[De].value), "double", M);
|
|
3005
|
-
return Fe += ">",
|
|
3005
|
+
return Fe += ">", w.childNodes && w.childNodes.length && (Fe += "..."), Fe += "</" + f.call(String(w.nodeName)) + ">", Fe;
|
|
3006
3006
|
}
|
|
3007
|
-
if (L(
|
|
3008
|
-
if (
|
|
3007
|
+
if (L(w)) {
|
|
3008
|
+
if (w.length === 0)
|
|
3009
3009
|
return "[]";
|
|
3010
|
-
var ut = Ve(
|
|
3010
|
+
var ut = Ve(w, me);
|
|
3011
3011
|
return Ae && !Ro(ut) ? "[" + st(ut, Ae) + "]" : "[ " + N.call(ut, ", ") + " ]";
|
|
3012
3012
|
}
|
|
3013
|
-
if (K(
|
|
3014
|
-
var ft = Ve(
|
|
3015
|
-
return !("cause" in Error.prototype) && "cause" in
|
|
3013
|
+
if (K(w)) {
|
|
3014
|
+
var ft = Ve(w, me);
|
|
3015
|
+
return !("cause" in Error.prototype) && "cause" in w && !le.call(w, "cause") ? "{ [" + String(w) + "] " + N.call(x.call("[cause]: " + me(w.cause), ft), ", ") + " }" : ft.length === 0 ? "[" + String(w) + "]" : "{ [" + String(w) + "] " + N.call(ft, ", ") + " }";
|
|
3016
3016
|
}
|
|
3017
|
-
if (typeof
|
|
3018
|
-
if (q && typeof
|
|
3019
|
-
return re(
|
|
3020
|
-
if (je !== "symbol" && typeof
|
|
3021
|
-
return
|
|
3017
|
+
if (typeof w == "object" && je) {
|
|
3018
|
+
if (q && typeof w[q] == "function" && re)
|
|
3019
|
+
return re(w, { depth: lt - ee });
|
|
3020
|
+
if (je !== "symbol" && typeof w.inspect == "function")
|
|
3021
|
+
return w.inspect();
|
|
3022
3022
|
}
|
|
3023
|
-
if (Oe(
|
|
3023
|
+
if (Oe(w)) {
|
|
3024
3024
|
var Lr = [];
|
|
3025
|
-
return o && o.call(
|
|
3026
|
-
Lr.push(me(Qe,
|
|
3027
|
-
}), kr("Map", t.call(
|
|
3025
|
+
return o && o.call(w, function(Ie, Qe) {
|
|
3026
|
+
Lr.push(me(Qe, w, !0) + " => " + me(Ie, w));
|
|
3027
|
+
}), kr("Map", t.call(w), Lr, Ae);
|
|
3028
3028
|
}
|
|
3029
|
-
if (ye(
|
|
3029
|
+
if (ye(w)) {
|
|
3030
3030
|
var Ur = [];
|
|
3031
|
-
return a && a.call(
|
|
3032
|
-
Ur.push(me(Ie,
|
|
3033
|
-
}), kr("Set", n.call(
|
|
3031
|
+
return a && a.call(w, function(Ie) {
|
|
3032
|
+
Ur.push(me(Ie, w));
|
|
3033
|
+
}), kr("Set", n.call(w), Ur, Ae);
|
|
3034
3034
|
}
|
|
3035
|
-
if (qe(
|
|
3035
|
+
if (qe(w))
|
|
3036
3036
|
return it("WeakMap");
|
|
3037
|
-
if (ke(
|
|
3037
|
+
if (ke(w))
|
|
3038
3038
|
return it("WeakSet");
|
|
3039
|
-
if (Te(
|
|
3039
|
+
if (Te(w))
|
|
3040
3040
|
return it("WeakRef");
|
|
3041
|
-
if (J(
|
|
3042
|
-
return Ue(me(Number(
|
|
3043
|
-
if (_(
|
|
3044
|
-
return Ue(me(B.call(
|
|
3045
|
-
if (I(
|
|
3046
|
-
return Ue(j.call(
|
|
3047
|
-
if (ne(
|
|
3048
|
-
return Ue(me(String(
|
|
3049
|
-
if (typeof window < "u" &&
|
|
3041
|
+
if (J(w))
|
|
3042
|
+
return Ue(me(Number(w)));
|
|
3043
|
+
if (_(w))
|
|
3044
|
+
return Ue(me(B.call(w)));
|
|
3045
|
+
if (I(w))
|
|
3046
|
+
return Ue(j.call(w));
|
|
3047
|
+
if (ne(w))
|
|
3048
|
+
return Ue(me(String(w)));
|
|
3049
|
+
if (typeof window < "u" && w === window)
|
|
3050
3050
|
return "{ [object Window] }";
|
|
3051
|
-
if (typeof globalThis < "u" &&
|
|
3051
|
+
if (typeof globalThis < "u" && w === globalThis || typeof Ze < "u" && w === Ze)
|
|
3052
3052
|
return "{ [object globalThis] }";
|
|
3053
|
-
if (!W(
|
|
3054
|
-
var pt = Ve(
|
|
3053
|
+
if (!W(w) && !z(w)) {
|
|
3054
|
+
var pt = Ve(w, me), Fr = Z ? Z(w) === Object.prototype : w instanceof Object || w.constructor === Object, dt = w instanceof Object ? "" : "null prototype", _r = !Fr && D && Object(w) === w && D in w ? g.call(Y(w), 8, -1) : dt ? "Object" : "", ko = Fr || typeof w.constructor != "function" ? "" : w.constructor.name ? w.constructor.name + " " : "", ht = ko + (_r || dt ? "[" + N.call(x.call([], _r || [], dt || []), ": ") + "] " : "");
|
|
3055
3055
|
return pt.length === 0 ? ht + "{}" : Ae ? ht + "{" + st(pt, Ae) + "}" : ht + "{ " + N.call(pt, ", ") + " }";
|
|
3056
3056
|
}
|
|
3057
|
-
return String(
|
|
3057
|
+
return String(w);
|
|
3058
3058
|
};
|
|
3059
|
-
function U($,
|
|
3060
|
-
var ee = (X.quoteStyle ||
|
|
3059
|
+
function U($, w, X) {
|
|
3060
|
+
var ee = (X.quoteStyle || w) === "double" ? '"' : "'";
|
|
3061
3061
|
return ee + $ + ee;
|
|
3062
3062
|
}
|
|
3063
3063
|
function C($) {
|
|
3064
|
-
return
|
|
3064
|
+
return S.call(String($), /"/g, """);
|
|
3065
3065
|
}
|
|
3066
3066
|
function L($) {
|
|
3067
3067
|
return Y($) === "[object Array]" && (!D || !(typeof $ == "object" && D in $));
|
|
@@ -3109,23 +3109,23 @@ function Ss() {
|
|
|
3109
3109
|
var Q = Object.prototype.hasOwnProperty || function($) {
|
|
3110
3110
|
return $ in this;
|
|
3111
3111
|
};
|
|
3112
|
-
function G($,
|
|
3113
|
-
return Q.call($,
|
|
3112
|
+
function G($, w) {
|
|
3113
|
+
return Q.call($, w);
|
|
3114
3114
|
}
|
|
3115
3115
|
function Y($) {
|
|
3116
|
-
return
|
|
3116
|
+
return b.call($);
|
|
3117
3117
|
}
|
|
3118
3118
|
function oe($) {
|
|
3119
3119
|
if ($.name)
|
|
3120
3120
|
return $.name;
|
|
3121
|
-
var
|
|
3122
|
-
return
|
|
3121
|
+
var w = y.call(u.call($), /^function\s*([\w$]+)/);
|
|
3122
|
+
return w ? w[1] : null;
|
|
3123
3123
|
}
|
|
3124
|
-
function he($,
|
|
3124
|
+
function he($, w) {
|
|
3125
3125
|
if ($.indexOf)
|
|
3126
|
-
return $.indexOf(
|
|
3126
|
+
return $.indexOf(w);
|
|
3127
3127
|
for (var X = 0, ee = $.length; X < ee; X++)
|
|
3128
|
-
if ($[X] ===
|
|
3128
|
+
if ($[X] === w)
|
|
3129
3129
|
return X;
|
|
3130
3130
|
return -1;
|
|
3131
3131
|
}
|
|
@@ -3150,7 +3150,7 @@ function Ss() {
|
|
|
3150
3150
|
try {
|
|
3151
3151
|
c.call($, c);
|
|
3152
3152
|
try {
|
|
3153
|
-
|
|
3153
|
+
d.call($, d);
|
|
3154
3154
|
} catch {
|
|
3155
3155
|
return !0;
|
|
3156
3156
|
}
|
|
@@ -3160,10 +3160,10 @@ function Ss() {
|
|
|
3160
3160
|
return !1;
|
|
3161
3161
|
}
|
|
3162
3162
|
function Te($) {
|
|
3163
|
-
if (!
|
|
3163
|
+
if (!v || !$ || typeof $ != "object")
|
|
3164
3164
|
return !1;
|
|
3165
3165
|
try {
|
|
3166
|
-
return
|
|
3166
|
+
return v.call($), !0;
|
|
3167
3167
|
} catch {
|
|
3168
3168
|
}
|
|
3169
3169
|
return !1;
|
|
@@ -3184,10 +3184,10 @@ function Ss() {
|
|
|
3184
3184
|
return !1;
|
|
3185
3185
|
}
|
|
3186
3186
|
function ke($) {
|
|
3187
|
-
if (!
|
|
3187
|
+
if (!d || !$ || typeof $ != "object")
|
|
3188
3188
|
return !1;
|
|
3189
3189
|
try {
|
|
3190
|
-
|
|
3190
|
+
d.call($, d);
|
|
3191
3191
|
try {
|
|
3192
3192
|
c.call($, c);
|
|
3193
3193
|
} catch {
|
|
@@ -3201,23 +3201,23 @@ function Ss() {
|
|
|
3201
3201
|
function Ee($) {
|
|
3202
3202
|
return !$ || typeof $ != "object" ? !1 : typeof HTMLElement < "u" && $ instanceof HTMLElement ? !0 : typeof $.nodeName == "string" && typeof $.getAttribute == "function";
|
|
3203
3203
|
}
|
|
3204
|
-
function Pe($,
|
|
3205
|
-
if ($.length >
|
|
3206
|
-
var X = $.length -
|
|
3207
|
-
return Pe(g.call($, 0,
|
|
3204
|
+
function Pe($, w) {
|
|
3205
|
+
if ($.length > w.maxStringLength) {
|
|
3206
|
+
var X = $.length - w.maxStringLength, ee = "... " + X + " more character" + (X > 1 ? "s" : "");
|
|
3207
|
+
return Pe(g.call($, 0, w.maxStringLength), w) + ee;
|
|
3208
3208
|
}
|
|
3209
|
-
var ie =
|
|
3210
|
-
return U(ie, "single",
|
|
3209
|
+
var ie = S.call(S.call($, /(['\\])/g, "\\$1"), /[\x00-\x1f]/g, No);
|
|
3210
|
+
return U(ie, "single", w);
|
|
3211
3211
|
}
|
|
3212
3212
|
function No($) {
|
|
3213
|
-
var
|
|
3213
|
+
var w = $.charCodeAt(0), X = {
|
|
3214
3214
|
8: "b",
|
|
3215
3215
|
9: "t",
|
|
3216
3216
|
10: "n",
|
|
3217
3217
|
12: "f",
|
|
3218
3218
|
13: "r"
|
|
3219
|
-
}[
|
|
3220
|
-
return X ? "\\" + X : "\\x" + (
|
|
3219
|
+
}[w];
|
|
3220
|
+
return X ? "\\" + X : "\\x" + (w < 16 ? "0" : "") + T.call(w.toString(16));
|
|
3221
3221
|
}
|
|
3222
3222
|
function Ue($) {
|
|
3223
3223
|
return "Object(" + $ + ")";
|
|
@@ -3225,18 +3225,18 @@ function Ss() {
|
|
|
3225
3225
|
function it($) {
|
|
3226
3226
|
return $ + " { ? }";
|
|
3227
3227
|
}
|
|
3228
|
-
function kr($,
|
|
3228
|
+
function kr($, w, X, ee) {
|
|
3229
3229
|
var ie = ee ? st(X, ee) : N.call(X, ", ");
|
|
3230
|
-
return $ + " (" +
|
|
3230
|
+
return $ + " (" + w + ") {" + ie + "}";
|
|
3231
3231
|
}
|
|
3232
3232
|
function Ro($) {
|
|
3233
|
-
for (var
|
|
3234
|
-
if (he($[
|
|
3233
|
+
for (var w = 0; w < $.length; w++)
|
|
3234
|
+
if (he($[w], `
|
|
3235
3235
|
`) >= 0)
|
|
3236
3236
|
return !1;
|
|
3237
3237
|
return !0;
|
|
3238
3238
|
}
|
|
3239
|
-
function qo($,
|
|
3239
|
+
function qo($, w) {
|
|
3240
3240
|
var X;
|
|
3241
3241
|
if ($.indent === " ")
|
|
3242
3242
|
X = " ";
|
|
@@ -3246,23 +3246,23 @@ function Ss() {
|
|
|
3246
3246
|
return null;
|
|
3247
3247
|
return {
|
|
3248
3248
|
base: X,
|
|
3249
|
-
prev: N.call(Array(
|
|
3249
|
+
prev: N.call(Array(w + 1), X)
|
|
3250
3250
|
};
|
|
3251
3251
|
}
|
|
3252
|
-
function st($,
|
|
3252
|
+
function st($, w) {
|
|
3253
3253
|
if ($.length === 0)
|
|
3254
3254
|
return "";
|
|
3255
3255
|
var X = `
|
|
3256
|
-
` +
|
|
3256
|
+
` + w.prev + w.base;
|
|
3257
3257
|
return X + N.call($, "," + X) + `
|
|
3258
|
-
` +
|
|
3258
|
+
` + w.prev;
|
|
3259
3259
|
}
|
|
3260
|
-
function Ve($,
|
|
3260
|
+
function Ve($, w) {
|
|
3261
3261
|
var X = L($), ee = [];
|
|
3262
3262
|
if (X) {
|
|
3263
3263
|
ee.length = $.length;
|
|
3264
3264
|
for (var ie = 0; ie < $.length; ie++)
|
|
3265
|
-
ee[ie] = G($, ie) ?
|
|
3265
|
+
ee[ie] = G($, ie) ? w($[ie], $) : "";
|
|
3266
3266
|
}
|
|
3267
3267
|
var M = typeof P == "function" ? P($) : [], je;
|
|
3268
3268
|
if (H) {
|
|
@@ -3271,10 +3271,10 @@ function Ss() {
|
|
|
3271
3271
|
je["$" + M[Ce]] = M[Ce];
|
|
3272
3272
|
}
|
|
3273
3273
|
for (var de in $)
|
|
3274
|
-
G($, de) && (X && String(Number(de)) === de && de < $.length || H && je["$" + de] instanceof Symbol || (O.call(/[^\w$]/, de) ? ee.push(
|
|
3274
|
+
G($, de) && (X && String(Number(de)) === de && de < $.length || H && je["$" + de] instanceof Symbol || (O.call(/[^\w$]/, de) ? ee.push(w(de, $) + ": " + w($[de], $)) : ee.push(de + ": " + w($[de], $))));
|
|
3275
3275
|
if (typeof P == "function")
|
|
3276
3276
|
for (var $e = 0; $e < M.length; $e++)
|
|
3277
|
-
le.call($, M[$e]) && ee.push("[" +
|
|
3277
|
+
le.call($, M[$e]) && ee.push("[" + w(M[$e]) + "]: " + w($[M[$e]], $));
|
|
3278
3278
|
return ee;
|
|
3279
3279
|
}
|
|
3280
3280
|
return ar;
|
|
@@ -3283,55 +3283,55 @@ var ir, Vn;
|
|
|
3283
3283
|
function Os() {
|
|
3284
3284
|
if (Vn) return ir;
|
|
3285
3285
|
Vn = 1;
|
|
3286
|
-
var e = /* @__PURE__ */ Cr(), r = xs(), t = /* @__PURE__ */ Ss(), o = /* @__PURE__ */ We(),
|
|
3287
|
-
for (var g = u,
|
|
3288
|
-
if (
|
|
3289
|
-
return g.next =
|
|
3290
|
-
u.next, u.next =
|
|
3291
|
-
},
|
|
3286
|
+
var e = /* @__PURE__ */ Cr(), r = xs(), t = /* @__PURE__ */ Ss(), o = /* @__PURE__ */ We(), i = e("%WeakMap%", !0), l = e("%Map%", !0), n = r("WeakMap.prototype.get", !0), a = r("WeakMap.prototype.set", !0), s = r("WeakMap.prototype.has", !0), c = r("Map.prototype.get", !0), h = r("Map.prototype.set", !0), d = r("Map.prototype.has", !0), m = function(u, y) {
|
|
3287
|
+
for (var g = u, S; (S = g.next) !== null; g = S)
|
|
3288
|
+
if (S.key === y)
|
|
3289
|
+
return g.next = S.next, S.next = /** @type {NonNullable<typeof list.next>} */
|
|
3290
|
+
u.next, u.next = S, S;
|
|
3291
|
+
}, v = function(u, y) {
|
|
3292
3292
|
var g = m(u, y);
|
|
3293
3293
|
return g && g.value;
|
|
3294
3294
|
}, j = function(u, y, g) {
|
|
3295
|
-
var
|
|
3296
|
-
|
|
3295
|
+
var S = m(u, y);
|
|
3296
|
+
S ? S.value = g : u.next = /** @type {import('.').ListNode<typeof value>} */
|
|
3297
3297
|
{
|
|
3298
3298
|
// eslint-disable-line no-param-reassign, no-extra-parens
|
|
3299
3299
|
key: y,
|
|
3300
3300
|
next: u.next,
|
|
3301
3301
|
value: g
|
|
3302
3302
|
};
|
|
3303
|
-
},
|
|
3303
|
+
}, b = function(u, y) {
|
|
3304
3304
|
return !!m(u, y);
|
|
3305
3305
|
};
|
|
3306
3306
|
return ir = function() {
|
|
3307
|
-
var y, g,
|
|
3308
|
-
assert: function(
|
|
3309
|
-
if (!T.has(
|
|
3310
|
-
throw new o("Side channel does not contain " + t(
|
|
3307
|
+
var y, g, S, T = {
|
|
3308
|
+
assert: function(f) {
|
|
3309
|
+
if (!T.has(f))
|
|
3310
|
+
throw new o("Side channel does not contain " + t(f));
|
|
3311
3311
|
},
|
|
3312
|
-
get: function(
|
|
3313
|
-
if (
|
|
3312
|
+
get: function(f) {
|
|
3313
|
+
if (i && f && (typeof f == "object" || typeof f == "function")) {
|
|
3314
3314
|
if (y)
|
|
3315
|
-
return n(y,
|
|
3315
|
+
return n(y, f);
|
|
3316
3316
|
} else if (l) {
|
|
3317
3317
|
if (g)
|
|
3318
|
-
return c(g,
|
|
3319
|
-
} else if (
|
|
3320
|
-
return
|
|
3318
|
+
return c(g, f);
|
|
3319
|
+
} else if (S)
|
|
3320
|
+
return v(S, f);
|
|
3321
3321
|
},
|
|
3322
|
-
has: function(
|
|
3323
|
-
if (
|
|
3322
|
+
has: function(f) {
|
|
3323
|
+
if (i && f && (typeof f == "object" || typeof f == "function")) {
|
|
3324
3324
|
if (y)
|
|
3325
|
-
return
|
|
3325
|
+
return s(y, f);
|
|
3326
3326
|
} else if (l) {
|
|
3327
3327
|
if (g)
|
|
3328
|
-
return
|
|
3329
|
-
} else if (
|
|
3330
|
-
return
|
|
3328
|
+
return d(g, f);
|
|
3329
|
+
} else if (S)
|
|
3330
|
+
return b(S, f);
|
|
3331
3331
|
return !1;
|
|
3332
3332
|
},
|
|
3333
|
-
set: function(
|
|
3334
|
-
|
|
3333
|
+
set: function(f, O) {
|
|
3334
|
+
i && f && (typeof f == "object" || typeof f == "function") ? (y || (y = new i()), a(y, f, O)) : l ? (g || (g = new l()), h(g, f, O)) : (S || (S = { key: {}, next: null }), j(S, f, O));
|
|
3335
3335
|
}
|
|
3336
3336
|
};
|
|
3337
3337
|
return T;
|
|
@@ -3367,27 +3367,27 @@ function $o() {
|
|
|
3367
3367
|
for (var u = [], y = 0; y < 256; ++y)
|
|
3368
3368
|
u.push("%" + ((y < 16 ? "0" : "") + y.toString(16)).toUpperCase());
|
|
3369
3369
|
return u;
|
|
3370
|
-
}(),
|
|
3370
|
+
}(), i = function(y) {
|
|
3371
3371
|
for (; y.length > 1; ) {
|
|
3372
|
-
var g = y.pop(),
|
|
3373
|
-
if (t(
|
|
3374
|
-
for (var T = [],
|
|
3375
|
-
typeof
|
|
3372
|
+
var g = y.pop(), S = g.obj[g.prop];
|
|
3373
|
+
if (t(S)) {
|
|
3374
|
+
for (var T = [], f = 0; f < S.length; ++f)
|
|
3375
|
+
typeof S[f] < "u" && T.push(S[f]);
|
|
3376
3376
|
g.obj[g.prop] = T;
|
|
3377
3377
|
}
|
|
3378
3378
|
}
|
|
3379
3379
|
}, l = function(y, g) {
|
|
3380
|
-
for (var
|
|
3381
|
-
typeof y[T] < "u" && (
|
|
3382
|
-
return
|
|
3383
|
-
}, n = function u(y, g,
|
|
3380
|
+
for (var S = g && g.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, T = 0; T < y.length; ++T)
|
|
3381
|
+
typeof y[T] < "u" && (S[T] = y[T]);
|
|
3382
|
+
return S;
|
|
3383
|
+
}, n = function u(y, g, S) {
|
|
3384
3384
|
if (!g)
|
|
3385
3385
|
return y;
|
|
3386
3386
|
if (typeof g != "object") {
|
|
3387
3387
|
if (t(y))
|
|
3388
3388
|
y.push(g);
|
|
3389
3389
|
else if (y && typeof y == "object")
|
|
3390
|
-
(
|
|
3390
|
+
(S && (S.plainObjects || S.allowPrototypes) || !r.call(Object.prototype, g)) && (y[g] = !0);
|
|
3391
3391
|
else
|
|
3392
3392
|
return [y, g];
|
|
3393
3393
|
return y;
|
|
@@ -3395,41 +3395,41 @@ function $o() {
|
|
|
3395
3395
|
if (!y || typeof y != "object")
|
|
3396
3396
|
return [y].concat(g);
|
|
3397
3397
|
var T = y;
|
|
3398
|
-
return t(y) && !t(g) && (T = l(y,
|
|
3398
|
+
return t(y) && !t(g) && (T = l(y, S)), t(y) && t(g) ? (g.forEach(function(f, O) {
|
|
3399
3399
|
if (r.call(y, O)) {
|
|
3400
3400
|
var x = y[O];
|
|
3401
|
-
x && typeof x == "object" &&
|
|
3401
|
+
x && typeof x == "object" && f && typeof f == "object" ? y[O] = u(x, f, S) : y.push(f);
|
|
3402
3402
|
} else
|
|
3403
|
-
y[O] =
|
|
3404
|
-
}), y) : Object.keys(g).reduce(function(
|
|
3403
|
+
y[O] = f;
|
|
3404
|
+
}), y) : Object.keys(g).reduce(function(f, O) {
|
|
3405
3405
|
var x = g[O];
|
|
3406
|
-
return r.call(
|
|
3406
|
+
return r.call(f, O) ? f[O] = u(f[O], x, S) : f[O] = x, f;
|
|
3407
3407
|
}, T);
|
|
3408
3408
|
}, a = function(y, g) {
|
|
3409
|
-
return Object.keys(g).reduce(function(
|
|
3410
|
-
return
|
|
3409
|
+
return Object.keys(g).reduce(function(S, T) {
|
|
3410
|
+
return S[T] = g[T], S;
|
|
3411
3411
|
}, y);
|
|
3412
|
-
},
|
|
3413
|
-
var
|
|
3412
|
+
}, s = function(u, y, g) {
|
|
3413
|
+
var S = u.replace(/\+/g, " ");
|
|
3414
3414
|
if (g === "iso-8859-1")
|
|
3415
|
-
return
|
|
3415
|
+
return S.replace(/%[0-9a-f]{2}/gi, unescape);
|
|
3416
3416
|
try {
|
|
3417
|
-
return decodeURIComponent(
|
|
3417
|
+
return decodeURIComponent(S);
|
|
3418
3418
|
} catch {
|
|
3419
|
-
return
|
|
3419
|
+
return S;
|
|
3420
3420
|
}
|
|
3421
|
-
}, c = 1024, h = function(y, g,
|
|
3421
|
+
}, c = 1024, h = function(y, g, S, T, f) {
|
|
3422
3422
|
if (y.length === 0)
|
|
3423
3423
|
return y;
|
|
3424
3424
|
var O = y;
|
|
3425
|
-
if (typeof y == "symbol" ? O = Symbol.prototype.toString.call(y) : typeof y != "string" && (O = String(y)),
|
|
3425
|
+
if (typeof y == "symbol" ? O = Symbol.prototype.toString.call(y) : typeof y != "string" && (O = String(y)), S === "iso-8859-1")
|
|
3426
3426
|
return escape(O).replace(/%u[0-9a-f]{4}/gi, function(ae) {
|
|
3427
3427
|
return "%26%23" + parseInt(ae.slice(2), 16) + "%3B";
|
|
3428
3428
|
});
|
|
3429
3429
|
for (var x = "", N = 0; N < O.length; N += c) {
|
|
3430
3430
|
for (var A = O.length >= c ? O.slice(N, N + c) : O, E = [], B = 0; B < A.length; ++B) {
|
|
3431
3431
|
var P = A.charCodeAt(B);
|
|
3432
|
-
if (P === 45 || P === 46 || P === 95 || P === 126 || P >= 48 && P <= 57 || P >= 65 && P <= 90 || P >= 97 && P <= 122 ||
|
|
3432
|
+
if (P === 45 || P === 46 || P === 95 || P === 126 || P >= 48 && P <= 57 || P >= 65 && P <= 90 || P >= 97 && P <= 122 || f === e.RFC1738 && (P === 40 || P === 41)) {
|
|
3433
3433
|
E[E.length] = A.charAt(B);
|
|
3434
3434
|
continue;
|
|
3435
3435
|
}
|
|
@@ -3450,24 +3450,24 @@ function $o() {
|
|
|
3450
3450
|
x += E.join("");
|
|
3451
3451
|
}
|
|
3452
3452
|
return x;
|
|
3453
|
-
},
|
|
3454
|
-
for (var g = [{ obj: { o: y }, prop: "o" }],
|
|
3455
|
-
for (var
|
|
3453
|
+
}, d = function(y) {
|
|
3454
|
+
for (var g = [{ obj: { o: y }, prop: "o" }], S = [], T = 0; T < g.length; ++T)
|
|
3455
|
+
for (var f = g[T], O = f.obj[f.prop], x = Object.keys(O), N = 0; N < x.length; ++N) {
|
|
3456
3456
|
var A = x[N], E = O[A];
|
|
3457
|
-
typeof E == "object" && E !== null &&
|
|
3457
|
+
typeof E == "object" && E !== null && S.indexOf(E) === -1 && (g.push({ obj: O, prop: A }), S.push(E));
|
|
3458
3458
|
}
|
|
3459
|
-
return
|
|
3459
|
+
return i(g), y;
|
|
3460
3460
|
}, m = function(y) {
|
|
3461
3461
|
return Object.prototype.toString.call(y) === "[object RegExp]";
|
|
3462
|
-
},
|
|
3462
|
+
}, v = function(y) {
|
|
3463
3463
|
return !y || typeof y != "object" ? !1 : !!(y.constructor && y.constructor.isBuffer && y.constructor.isBuffer(y));
|
|
3464
3464
|
}, j = function(y, g) {
|
|
3465
3465
|
return [].concat(y, g);
|
|
3466
|
-
},
|
|
3466
|
+
}, b = function(y, g) {
|
|
3467
3467
|
if (t(y)) {
|
|
3468
|
-
for (var
|
|
3469
|
-
|
|
3470
|
-
return
|
|
3468
|
+
for (var S = [], T = 0; T < y.length; T += 1)
|
|
3469
|
+
S.push(g(y[T]));
|
|
3470
|
+
return S;
|
|
3471
3471
|
}
|
|
3472
3472
|
return g(y);
|
|
3473
3473
|
};
|
|
@@ -3475,12 +3475,12 @@ function $o() {
|
|
|
3475
3475
|
arrayToObject: l,
|
|
3476
3476
|
assign: a,
|
|
3477
3477
|
combine: j,
|
|
3478
|
-
compact:
|
|
3479
|
-
decode:
|
|
3478
|
+
compact: d,
|
|
3479
|
+
decode: s,
|
|
3480
3480
|
encode: h,
|
|
3481
|
-
isBuffer:
|
|
3481
|
+
isBuffer: v,
|
|
3482
3482
|
isRegExp: m,
|
|
3483
|
-
maybeMap:
|
|
3483
|
+
maybeMap: b,
|
|
3484
3484
|
merge: n
|
|
3485
3485
|
}, lr;
|
|
3486
3486
|
}
|
|
@@ -3488,7 +3488,7 @@ var cr, Kn;
|
|
|
3488
3488
|
function Ts() {
|
|
3489
3489
|
if (Kn) return cr;
|
|
3490
3490
|
Kn = 1;
|
|
3491
|
-
var e = Os(), r = /* @__PURE__ */ $o(), t = /* @__PURE__ */ Nr(), o = Object.prototype.hasOwnProperty,
|
|
3491
|
+
var e = Os(), r = /* @__PURE__ */ $o(), t = /* @__PURE__ */ Nr(), o = Object.prototype.hasOwnProperty, i = {
|
|
3492
3492
|
brackets: function(u) {
|
|
3493
3493
|
return u + "[]";
|
|
3494
3494
|
},
|
|
@@ -3499,9 +3499,9 @@ function Ts() {
|
|
|
3499
3499
|
repeat: function(u) {
|
|
3500
3500
|
return u;
|
|
3501
3501
|
}
|
|
3502
|
-
}, l = Array.isArray, n = Array.prototype.push, a = function(
|
|
3503
|
-
n.apply(
|
|
3504
|
-
},
|
|
3502
|
+
}, l = Array.isArray, n = Array.prototype.push, a = function(b, u) {
|
|
3503
|
+
n.apply(b, l(u) ? u : [u]);
|
|
3504
|
+
}, s = Date.prototype.toISOString, c = t.default, h = {
|
|
3505
3505
|
addQueryPrefix: !1,
|
|
3506
3506
|
allowDots: !1,
|
|
3507
3507
|
allowEmptyArrays: !1,
|
|
@@ -3518,13 +3518,13 @@ function Ts() {
|
|
|
3518
3518
|
// deprecated
|
|
3519
3519
|
indices: !1,
|
|
3520
3520
|
serializeDate: function(u) {
|
|
3521
|
-
return
|
|
3521
|
+
return s.call(u);
|
|
3522
3522
|
},
|
|
3523
3523
|
skipNulls: !1,
|
|
3524
3524
|
strictNullHandling: !1
|
|
3525
|
-
},
|
|
3525
|
+
}, d = function(u) {
|
|
3526
3526
|
return typeof u == "string" || typeof u == "number" || typeof u == "boolean" || typeof u == "symbol" || typeof u == "bigint";
|
|
3527
|
-
}, m = {},
|
|
3527
|
+
}, m = {}, v = function b(u, y, g, S, T, f, O, x, N, A, E, B, P, ae, H, D, le, Z) {
|
|
3528
3528
|
for (var k = u, re = Z, R = 0, q = !1; (re = re.get(m)) !== void 0 && !q; ) {
|
|
3529
3529
|
var U = re.get(u);
|
|
3530
3530
|
if (R += 1, typeof U < "u") {
|
|
@@ -3537,11 +3537,11 @@ function Ts() {
|
|
|
3537
3537
|
if (typeof A == "function" ? k = A(y, k) : k instanceof Date ? k = P(k) : g === "comma" && l(k) && (k = r.maybeMap(k, function(Y) {
|
|
3538
3538
|
return Y instanceof Date ? P(Y) : Y;
|
|
3539
3539
|
})), k === null) {
|
|
3540
|
-
if (
|
|
3540
|
+
if (f)
|
|
3541
3541
|
return N && !D ? N(y, h.encoder, le, "key", ae) : y;
|
|
3542
3542
|
k = "";
|
|
3543
3543
|
}
|
|
3544
|
-
if (
|
|
3544
|
+
if (d(k) || r.isBuffer(k)) {
|
|
3545
3545
|
if (N) {
|
|
3546
3546
|
var C = D ? y : N(y, h.encoder, le, "key", ae);
|
|
3547
3547
|
return [H(C) + "=" + H(N(k, h.encoder, le, "value", ae))];
|
|
@@ -3560,7 +3560,7 @@ function Ts() {
|
|
|
3560
3560
|
var z = Object.keys(k);
|
|
3561
3561
|
W = E ? z.sort(E) : z;
|
|
3562
3562
|
}
|
|
3563
|
-
var K = x ? y.replace(/\./g, "%2E") : y, ne =
|
|
3563
|
+
var K = x ? y.replace(/\./g, "%2E") : y, ne = S && l(k) && k.length === 1 ? K + "[]" : K;
|
|
3564
3564
|
if (T && l(k) && k.length === 0)
|
|
3565
3565
|
return ne + "[]";
|
|
3566
3566
|
for (var J = 0; J < W.length; ++J) {
|
|
@@ -3569,13 +3569,13 @@ function Ts() {
|
|
|
3569
3569
|
var _ = B && x ? I.replace(/\./g, "%2E") : I, Q = l(k) ? typeof g == "function" ? g(ne, _) : ne : ne + (B ? "." + _ : "[" + _ + "]");
|
|
3570
3570
|
Z.set(u, R);
|
|
3571
3571
|
var G = e();
|
|
3572
|
-
G.set(m, Z), a(L,
|
|
3572
|
+
G.set(m, Z), a(L, b(
|
|
3573
3573
|
F,
|
|
3574
3574
|
Q,
|
|
3575
3575
|
g,
|
|
3576
|
-
|
|
3576
|
+
S,
|
|
3577
3577
|
T,
|
|
3578
|
-
|
|
3578
|
+
f,
|
|
3579
3579
|
O,
|
|
3580
3580
|
x,
|
|
3581
3581
|
g === "comma" && D && l(k) ? null : N,
|
|
@@ -3610,17 +3610,17 @@ function Ts() {
|
|
|
3610
3610
|
throw new TypeError("Unknown format option provided.");
|
|
3611
3611
|
g = u.format;
|
|
3612
3612
|
}
|
|
3613
|
-
var
|
|
3613
|
+
var S = t.formatters[g], T = h.filter;
|
|
3614
3614
|
(typeof u.filter == "function" || l(u.filter)) && (T = u.filter);
|
|
3615
|
-
var
|
|
3616
|
-
if (u.arrayFormat in
|
|
3615
|
+
var f;
|
|
3616
|
+
if (u.arrayFormat in i ? f = u.arrayFormat : "indices" in u ? f = u.indices ? "indices" : "repeat" : f = h.arrayFormat, "commaRoundTrip" in u && typeof u.commaRoundTrip != "boolean")
|
|
3617
3617
|
throw new TypeError("`commaRoundTrip` must be a boolean, or absent");
|
|
3618
3618
|
var O = typeof u.allowDots > "u" ? u.encodeDotInKeys === !0 ? !0 : h.allowDots : !!u.allowDots;
|
|
3619
3619
|
return {
|
|
3620
3620
|
addQueryPrefix: typeof u.addQueryPrefix == "boolean" ? u.addQueryPrefix : h.addQueryPrefix,
|
|
3621
3621
|
allowDots: O,
|
|
3622
3622
|
allowEmptyArrays: typeof u.allowEmptyArrays == "boolean" ? !!u.allowEmptyArrays : h.allowEmptyArrays,
|
|
3623
|
-
arrayFormat:
|
|
3623
|
+
arrayFormat: f,
|
|
3624
3624
|
charset: y,
|
|
3625
3625
|
charsetSentinel: typeof u.charsetSentinel == "boolean" ? u.charsetSentinel : h.charsetSentinel,
|
|
3626
3626
|
commaRoundTrip: u.commaRoundTrip,
|
|
@@ -3631,24 +3631,24 @@ function Ts() {
|
|
|
3631
3631
|
encodeValuesOnly: typeof u.encodeValuesOnly == "boolean" ? u.encodeValuesOnly : h.encodeValuesOnly,
|
|
3632
3632
|
filter: T,
|
|
3633
3633
|
format: g,
|
|
3634
|
-
formatter:
|
|
3634
|
+
formatter: S,
|
|
3635
3635
|
serializeDate: typeof u.serializeDate == "function" ? u.serializeDate : h.serializeDate,
|
|
3636
3636
|
skipNulls: typeof u.skipNulls == "boolean" ? u.skipNulls : h.skipNulls,
|
|
3637
3637
|
sort: typeof u.sort == "function" ? u.sort : null,
|
|
3638
3638
|
strictNullHandling: typeof u.strictNullHandling == "boolean" ? u.strictNullHandling : h.strictNullHandling
|
|
3639
3639
|
};
|
|
3640
3640
|
};
|
|
3641
|
-
return cr = function(
|
|
3642
|
-
var y =
|
|
3643
|
-
typeof g.filter == "function" ? (T = g.filter, y = T("", y)) : l(g.filter) && (T = g.filter,
|
|
3644
|
-
var
|
|
3641
|
+
return cr = function(b, u) {
|
|
3642
|
+
var y = b, g = j(u), S, T;
|
|
3643
|
+
typeof g.filter == "function" ? (T = g.filter, y = T("", y)) : l(g.filter) && (T = g.filter, S = T);
|
|
3644
|
+
var f = [];
|
|
3645
3645
|
if (typeof y != "object" || y === null)
|
|
3646
3646
|
return "";
|
|
3647
|
-
var O =
|
|
3648
|
-
|
|
3649
|
-
for (var N = e(), A = 0; A <
|
|
3650
|
-
var E =
|
|
3651
|
-
g.skipNulls && y[E] === null || a(
|
|
3647
|
+
var O = i[g.arrayFormat], x = O === "comma" && g.commaRoundTrip;
|
|
3648
|
+
S || (S = Object.keys(y)), g.sort && S.sort(g.sort);
|
|
3649
|
+
for (var N = e(), A = 0; A < S.length; ++A) {
|
|
3650
|
+
var E = S[A];
|
|
3651
|
+
g.skipNulls && y[E] === null || a(f, v(
|
|
3652
3652
|
y[E],
|
|
3653
3653
|
E,
|
|
3654
3654
|
O,
|
|
@@ -3669,7 +3669,7 @@ function Ts() {
|
|
|
3669
3669
|
N
|
|
3670
3670
|
));
|
|
3671
3671
|
}
|
|
3672
|
-
var B =
|
|
3672
|
+
var B = f.join(g.delimiter), P = g.addQueryPrefix === !0 ? "?" : "";
|
|
3673
3673
|
return g.charsetSentinel && (g.charset === "iso-8859-1" ? P += "utf8=%26%2310003%3B&" : P += "utf8=%E2%9C%93&"), B.length > 0 ? P + B : "";
|
|
3674
3674
|
}, cr;
|
|
3675
3675
|
}
|
|
@@ -3698,110 +3698,110 @@ function Ps() {
|
|
|
3698
3698
|
plainObjects: !1,
|
|
3699
3699
|
strictDepth: !1,
|
|
3700
3700
|
strictNullHandling: !1
|
|
3701
|
-
},
|
|
3702
|
-
return m.replace(/&#(\d+);/g, function(
|
|
3701
|
+
}, i = function(m) {
|
|
3702
|
+
return m.replace(/&#(\d+);/g, function(v, j) {
|
|
3703
3703
|
return String.fromCharCode(parseInt(j, 10));
|
|
3704
3704
|
});
|
|
3705
|
-
}, l = function(m,
|
|
3706
|
-
return m && typeof m == "string" &&
|
|
3707
|
-
}, n = "utf8=%26%2310003%3B", a = "utf8=%E2%9C%93",
|
|
3708
|
-
var
|
|
3705
|
+
}, l = function(m, v) {
|
|
3706
|
+
return m && typeof m == "string" && v.comma && m.indexOf(",") > -1 ? m.split(",") : m;
|
|
3707
|
+
}, n = "utf8=%26%2310003%3B", a = "utf8=%E2%9C%93", s = function(v, j) {
|
|
3708
|
+
var b = { __proto__: null }, u = j.ignoreQueryPrefix ? v.replace(/^\?/, "") : v;
|
|
3709
3709
|
u = u.replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
3710
|
-
var y = j.parameterLimit === 1 / 0 ? void 0 : j.parameterLimit, g = u.split(j.delimiter, y),
|
|
3710
|
+
var y = j.parameterLimit === 1 / 0 ? void 0 : j.parameterLimit, g = u.split(j.delimiter, y), S = -1, T, f = j.charset;
|
|
3711
3711
|
if (j.charsetSentinel)
|
|
3712
3712
|
for (T = 0; T < g.length; ++T)
|
|
3713
|
-
g[T].indexOf("utf8=") === 0 && (g[T] === a ?
|
|
3713
|
+
g[T].indexOf("utf8=") === 0 && (g[T] === a ? f = "utf-8" : g[T] === n && (f = "iso-8859-1"), S = T, T = g.length);
|
|
3714
3714
|
for (T = 0; T < g.length; ++T)
|
|
3715
|
-
if (T !==
|
|
3715
|
+
if (T !== S) {
|
|
3716
3716
|
var O = g[T], x = O.indexOf("]="), N = x === -1 ? O.indexOf("=") : x + 1, A, E;
|
|
3717
|
-
N === -1 ? (A = j.decoder(O, o.decoder,
|
|
3717
|
+
N === -1 ? (A = j.decoder(O, o.decoder, f, "key"), E = j.strictNullHandling ? null : "") : (A = j.decoder(O.slice(0, N), o.decoder, f, "key"), E = e.maybeMap(
|
|
3718
3718
|
l(O.slice(N + 1), j),
|
|
3719
3719
|
function(P) {
|
|
3720
|
-
return j.decoder(P, o.decoder,
|
|
3720
|
+
return j.decoder(P, o.decoder, f, "value");
|
|
3721
3721
|
}
|
|
3722
|
-
)), E && j.interpretNumericEntities &&
|
|
3723
|
-
var B = r.call(
|
|
3724
|
-
B && j.duplicates === "combine" ?
|
|
3722
|
+
)), E && j.interpretNumericEntities && f === "iso-8859-1" && (E = i(E)), O.indexOf("[]=") > -1 && (E = t(E) ? [E] : E);
|
|
3723
|
+
var B = r.call(b, A);
|
|
3724
|
+
B && j.duplicates === "combine" ? b[A] = e.combine(b[A], E) : (!B || j.duplicates === "last") && (b[A] = E);
|
|
3725
3725
|
}
|
|
3726
|
-
return
|
|
3727
|
-
}, c = function(m,
|
|
3728
|
-
for (var u =
|
|
3729
|
-
var g,
|
|
3730
|
-
if (
|
|
3726
|
+
return b;
|
|
3727
|
+
}, c = function(m, v, j, b) {
|
|
3728
|
+
for (var u = b ? v : l(v, j), y = m.length - 1; y >= 0; --y) {
|
|
3729
|
+
var g, S = m[y];
|
|
3730
|
+
if (S === "[]" && j.parseArrays)
|
|
3731
3731
|
g = j.allowEmptyArrays && (u === "" || j.strictNullHandling && u === null) ? [] : [].concat(u);
|
|
3732
3732
|
else {
|
|
3733
3733
|
g = j.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
|
|
3734
|
-
var T =
|
|
3735
|
-
!j.parseArrays &&
|
|
3734
|
+
var T = S.charAt(0) === "[" && S.charAt(S.length - 1) === "]" ? S.slice(1, -1) : S, f = j.decodeDotInKeys ? T.replace(/%2E/g, ".") : T, O = parseInt(f, 10);
|
|
3735
|
+
!j.parseArrays && f === "" ? g = { 0: u } : !isNaN(O) && S !== f && String(O) === f && O >= 0 && j.parseArrays && O <= j.arrayLimit ? (g = [], g[O] = u) : f !== "__proto__" && (g[f] = u);
|
|
3736
3736
|
}
|
|
3737
3737
|
u = g;
|
|
3738
3738
|
}
|
|
3739
3739
|
return u;
|
|
3740
|
-
}, h = function(
|
|
3741
|
-
if (
|
|
3742
|
-
var y =
|
|
3743
|
-
if (
|
|
3744
|
-
if (!
|
|
3740
|
+
}, h = function(v, j, b, u) {
|
|
3741
|
+
if (v) {
|
|
3742
|
+
var y = b.allowDots ? v.replace(/\.([^.[]+)/g, "[$1]") : v, g = /(\[[^[\]]*])/, S = /(\[[^[\]]*])/g, T = b.depth > 0 && g.exec(y), f = T ? y.slice(0, T.index) : y, O = [];
|
|
3743
|
+
if (f) {
|
|
3744
|
+
if (!b.plainObjects && r.call(Object.prototype, f) && !b.allowPrototypes)
|
|
3745
3745
|
return;
|
|
3746
|
-
O.push(
|
|
3746
|
+
O.push(f);
|
|
3747
3747
|
}
|
|
3748
|
-
for (var x = 0;
|
|
3749
|
-
if (x += 1, !
|
|
3748
|
+
for (var x = 0; b.depth > 0 && (T = S.exec(y)) !== null && x < b.depth; ) {
|
|
3749
|
+
if (x += 1, !b.plainObjects && r.call(Object.prototype, T[1].slice(1, -1)) && !b.allowPrototypes)
|
|
3750
3750
|
return;
|
|
3751
3751
|
O.push(T[1]);
|
|
3752
3752
|
}
|
|
3753
3753
|
if (T) {
|
|
3754
|
-
if (
|
|
3755
|
-
throw new RangeError("Input depth exceeded depth option of " +
|
|
3754
|
+
if (b.strictDepth === !0)
|
|
3755
|
+
throw new RangeError("Input depth exceeded depth option of " + b.depth + " and strictDepth is true");
|
|
3756
3756
|
O.push("[" + y.slice(T.index) + "]");
|
|
3757
3757
|
}
|
|
3758
|
-
return c(O, j,
|
|
3758
|
+
return c(O, j, b, u);
|
|
3759
3759
|
}
|
|
3760
|
-
},
|
|
3761
|
-
if (!
|
|
3760
|
+
}, d = function(v) {
|
|
3761
|
+
if (!v)
|
|
3762
3762
|
return o;
|
|
3763
|
-
if (typeof
|
|
3763
|
+
if (typeof v.allowEmptyArrays < "u" && typeof v.allowEmptyArrays != "boolean")
|
|
3764
3764
|
throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided");
|
|
3765
|
-
if (typeof
|
|
3765
|
+
if (typeof v.decodeDotInKeys < "u" && typeof v.decodeDotInKeys != "boolean")
|
|
3766
3766
|
throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided");
|
|
3767
|
-
if (
|
|
3767
|
+
if (v.decoder !== null && typeof v.decoder < "u" && typeof v.decoder != "function")
|
|
3768
3768
|
throw new TypeError("Decoder has to be a function.");
|
|
3769
|
-
if (typeof
|
|
3769
|
+
if (typeof v.charset < "u" && v.charset !== "utf-8" && v.charset !== "iso-8859-1")
|
|
3770
3770
|
throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined");
|
|
3771
|
-
var j = typeof
|
|
3772
|
-
if (
|
|
3771
|
+
var j = typeof v.charset > "u" ? o.charset : v.charset, b = typeof v.duplicates > "u" ? o.duplicates : v.duplicates;
|
|
3772
|
+
if (b !== "combine" && b !== "first" && b !== "last")
|
|
3773
3773
|
throw new TypeError("The duplicates option must be either combine, first, or last");
|
|
3774
|
-
var u = typeof
|
|
3774
|
+
var u = typeof v.allowDots > "u" ? v.decodeDotInKeys === !0 ? !0 : o.allowDots : !!v.allowDots;
|
|
3775
3775
|
return {
|
|
3776
3776
|
allowDots: u,
|
|
3777
|
-
allowEmptyArrays: typeof
|
|
3778
|
-
allowPrototypes: typeof
|
|
3779
|
-
allowSparse: typeof
|
|
3780
|
-
arrayLimit: typeof
|
|
3777
|
+
allowEmptyArrays: typeof v.allowEmptyArrays == "boolean" ? !!v.allowEmptyArrays : o.allowEmptyArrays,
|
|
3778
|
+
allowPrototypes: typeof v.allowPrototypes == "boolean" ? v.allowPrototypes : o.allowPrototypes,
|
|
3779
|
+
allowSparse: typeof v.allowSparse == "boolean" ? v.allowSparse : o.allowSparse,
|
|
3780
|
+
arrayLimit: typeof v.arrayLimit == "number" ? v.arrayLimit : o.arrayLimit,
|
|
3781
3781
|
charset: j,
|
|
3782
|
-
charsetSentinel: typeof
|
|
3783
|
-
comma: typeof
|
|
3784
|
-
decodeDotInKeys: typeof
|
|
3785
|
-
decoder: typeof
|
|
3786
|
-
delimiter: typeof
|
|
3782
|
+
charsetSentinel: typeof v.charsetSentinel == "boolean" ? v.charsetSentinel : o.charsetSentinel,
|
|
3783
|
+
comma: typeof v.comma == "boolean" ? v.comma : o.comma,
|
|
3784
|
+
decodeDotInKeys: typeof v.decodeDotInKeys == "boolean" ? v.decodeDotInKeys : o.decodeDotInKeys,
|
|
3785
|
+
decoder: typeof v.decoder == "function" ? v.decoder : o.decoder,
|
|
3786
|
+
delimiter: typeof v.delimiter == "string" || e.isRegExp(v.delimiter) ? v.delimiter : o.delimiter,
|
|
3787
3787
|
// eslint-disable-next-line no-implicit-coercion, no-extra-parens
|
|
3788
|
-
depth: typeof
|
|
3789
|
-
duplicates:
|
|
3790
|
-
ignoreQueryPrefix:
|
|
3791
|
-
interpretNumericEntities: typeof
|
|
3792
|
-
parameterLimit: typeof
|
|
3793
|
-
parseArrays:
|
|
3794
|
-
plainObjects: typeof
|
|
3795
|
-
strictDepth: typeof
|
|
3796
|
-
strictNullHandling: typeof
|
|
3788
|
+
depth: typeof v.depth == "number" || v.depth === !1 ? +v.depth : o.depth,
|
|
3789
|
+
duplicates: b,
|
|
3790
|
+
ignoreQueryPrefix: v.ignoreQueryPrefix === !0,
|
|
3791
|
+
interpretNumericEntities: typeof v.interpretNumericEntities == "boolean" ? v.interpretNumericEntities : o.interpretNumericEntities,
|
|
3792
|
+
parameterLimit: typeof v.parameterLimit == "number" ? v.parameterLimit : o.parameterLimit,
|
|
3793
|
+
parseArrays: v.parseArrays !== !1,
|
|
3794
|
+
plainObjects: typeof v.plainObjects == "boolean" ? v.plainObjects : o.plainObjects,
|
|
3795
|
+
strictDepth: typeof v.strictDepth == "boolean" ? !!v.strictDepth : o.strictDepth,
|
|
3796
|
+
strictNullHandling: typeof v.strictNullHandling == "boolean" ? v.strictNullHandling : o.strictNullHandling
|
|
3797
3797
|
};
|
|
3798
3798
|
};
|
|
3799
|
-
return ur = function(m,
|
|
3800
|
-
var j =
|
|
3799
|
+
return ur = function(m, v) {
|
|
3800
|
+
var j = d(v);
|
|
3801
3801
|
if (m === "" || m === null || typeof m > "u")
|
|
3802
3802
|
return j.plainObjects ? /* @__PURE__ */ Object.create(null) : {};
|
|
3803
|
-
for (var
|
|
3804
|
-
var
|
|
3803
|
+
for (var b = typeof m == "string" ? s(m, j) : m, u = j.plainObjects ? /* @__PURE__ */ Object.create(null) : {}, y = Object.keys(b), g = 0; g < y.length; ++g) {
|
|
3804
|
+
var S = y[g], T = h(S, b[S], j, typeof m == "string");
|
|
3805
3805
|
u = e.merge(u, T, j);
|
|
3806
3806
|
}
|
|
3807
3807
|
return j.allowSparse === !0 ? u : e.compact(u);
|
|
@@ -3826,7 +3826,7 @@ function Cs() {
|
|
|
3826
3826
|
function r() {
|
|
3827
3827
|
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;
|
|
3828
3828
|
}
|
|
3829
|
-
var t = /^([a-z0-9.+-]+:)/i, o = /:[0-9]*$/,
|
|
3829
|
+
var t = /^([a-z0-9.+-]+:)/i, o = /:[0-9]*$/, i = /^(\/\/?(?!\/)[^?\s]*)(\?[^\s]*)?$/, l = [
|
|
3830
3830
|
"<",
|
|
3831
3831
|
">",
|
|
3832
3832
|
'"',
|
|
@@ -3843,7 +3843,7 @@ function Cs() {
|
|
|
3843
3843
|
"\\",
|
|
3844
3844
|
"^",
|
|
3845
3845
|
"`"
|
|
3846
|
-
].concat(l), a = ["'"].concat(n),
|
|
3846
|
+
].concat(l), a = ["'"].concat(n), s = [
|
|
3847
3847
|
"%",
|
|
3848
3848
|
"/",
|
|
3849
3849
|
"?",
|
|
@@ -3853,13 +3853,13 @@ function Cs() {
|
|
|
3853
3853
|
"/",
|
|
3854
3854
|
"?",
|
|
3855
3855
|
"#"
|
|
3856
|
-
], h = 255,
|
|
3856
|
+
], h = 255, d = /^[+a-z0-9A-Z_-]{0,63}$/, m = /^([+a-z0-9A-Z_-]{0,63})(.*)$/, v = {
|
|
3857
3857
|
javascript: !0,
|
|
3858
3858
|
"javascript:": !0
|
|
3859
3859
|
}, j = {
|
|
3860
3860
|
javascript: !0,
|
|
3861
3861
|
"javascript:": !0
|
|
3862
|
-
},
|
|
3862
|
+
}, b = {
|
|
3863
3863
|
http: !0,
|
|
3864
3864
|
https: !0,
|
|
3865
3865
|
ftp: !0,
|
|
@@ -3871,20 +3871,20 @@ function Cs() {
|
|
|
3871
3871
|
"gopher:": !0,
|
|
3872
3872
|
"file:": !0
|
|
3873
3873
|
}, u = /* @__PURE__ */ wo();
|
|
3874
|
-
function y(
|
|
3875
|
-
if (
|
|
3876
|
-
return
|
|
3874
|
+
function y(f, O, x) {
|
|
3875
|
+
if (f && typeof f == "object" && f instanceof r)
|
|
3876
|
+
return f;
|
|
3877
3877
|
var N = new r();
|
|
3878
|
-
return N.parse(
|
|
3878
|
+
return N.parse(f, O, x), N;
|
|
3879
3879
|
}
|
|
3880
|
-
r.prototype.parse = function(
|
|
3881
|
-
if (typeof
|
|
3882
|
-
throw new TypeError("Parameter 'url' must be a string, not " + typeof
|
|
3883
|
-
var N =
|
|
3884
|
-
E[0] = E[0].replace(B, "/"),
|
|
3885
|
-
var P =
|
|
3886
|
-
if (P = P.trim(), !x &&
|
|
3887
|
-
var ae =
|
|
3880
|
+
r.prototype.parse = function(f, O, x) {
|
|
3881
|
+
if (typeof f != "string")
|
|
3882
|
+
throw new TypeError("Parameter 'url' must be a string, not " + typeof f);
|
|
3883
|
+
var N = f.indexOf("?"), A = N !== -1 && N < f.indexOf("#") ? "?" : "#", E = f.split(A), B = /\\/g;
|
|
3884
|
+
E[0] = E[0].replace(B, "/"), f = E.join(A);
|
|
3885
|
+
var P = f;
|
|
3886
|
+
if (P = P.trim(), !x && f.split("#").length === 1) {
|
|
3887
|
+
var ae = i.exec(P);
|
|
3888
3888
|
if (ae)
|
|
3889
3889
|
return this.path = P, this.href = P, this.pathname = ae[1], ae[2] ? (this.search = ae[2], O ? this.query = u.parse(this.search.substr(1)) : this.query = this.search.substr(1)) : O && (this.search = "", this.query = {}), this;
|
|
3890
3890
|
}
|
|
@@ -3898,15 +3898,15 @@ function Cs() {
|
|
|
3898
3898
|
var le = P.substr(0, 2) === "//";
|
|
3899
3899
|
le && !(H && j[H]) && (P = P.substr(2), this.slashes = !0);
|
|
3900
3900
|
}
|
|
3901
|
-
if (!j[H] && (le || H && !
|
|
3901
|
+
if (!j[H] && (le || H && !b[H])) {
|
|
3902
3902
|
for (var Z = -1, k = 0; k < c.length; k++) {
|
|
3903
3903
|
var re = P.indexOf(c[k]);
|
|
3904
3904
|
re !== -1 && (Z === -1 || re < Z) && (Z = re);
|
|
3905
3905
|
}
|
|
3906
3906
|
var R, q;
|
|
3907
3907
|
Z === -1 ? q = P.lastIndexOf("@") : q = P.lastIndexOf("@", Z), q !== -1 && (R = P.slice(0, q), P = P.slice(q + 1), this.auth = decodeURIComponent(R)), Z = -1;
|
|
3908
|
-
for (var k = 0; k <
|
|
3909
|
-
var re = P.indexOf(
|
|
3908
|
+
for (var k = 0; k < s.length; k++) {
|
|
3909
|
+
var re = P.indexOf(s[k]);
|
|
3910
3910
|
re !== -1 && (Z === -1 || re < Z) && (Z = re);
|
|
3911
3911
|
}
|
|
3912
3912
|
Z === -1 && (Z = P.length), this.host = P.slice(0, Z), P = P.slice(Z), this.parseHost(), this.hostname = this.hostname || "";
|
|
@@ -3914,10 +3914,10 @@ function Cs() {
|
|
|
3914
3914
|
if (!U)
|
|
3915
3915
|
for (var C = this.hostname.split(/\./), k = 0, L = C.length; k < L; k++) {
|
|
3916
3916
|
var W = C[k];
|
|
3917
|
-
if (W && !W.match(
|
|
3917
|
+
if (W && !W.match(d)) {
|
|
3918
3918
|
for (var z = "", K = 0, ne = W.length; K < ne; K++)
|
|
3919
3919
|
W.charCodeAt(K) > 127 ? z += "x" : z += W[K];
|
|
3920
|
-
if (!z.match(
|
|
3920
|
+
if (!z.match(d)) {
|
|
3921
3921
|
var J = C.slice(0, k), I = C.slice(k + 1), F = W.match(m);
|
|
3922
3922
|
F && (J.push(F[1]), I.unshift(F[2])), I.length && (P = "/" + I.join(".") + P), this.hostname = J.join(".");
|
|
3923
3923
|
break;
|
|
@@ -3928,7 +3928,7 @@ function Cs() {
|
|
|
3928
3928
|
var _ = this.port ? ":" + this.port : "", Q = this.hostname || "";
|
|
3929
3929
|
this.host = Q + _, this.href += this.host, U && (this.hostname = this.hostname.substr(1, this.hostname.length - 2), P[0] !== "/" && (P = "/" + P));
|
|
3930
3930
|
}
|
|
3931
|
-
if (!
|
|
3931
|
+
if (!v[D])
|
|
3932
3932
|
for (var k = 0, L = a.length; k < L; k++) {
|
|
3933
3933
|
var G = a[k];
|
|
3934
3934
|
if (P.indexOf(G) !== -1) {
|
|
@@ -3939,91 +3939,91 @@ function Cs() {
|
|
|
3939
3939
|
var oe = P.indexOf("#");
|
|
3940
3940
|
oe !== -1 && (this.hash = P.substr(oe), P = P.slice(0, oe));
|
|
3941
3941
|
var he = P.indexOf("?");
|
|
3942
|
-
if (he !== -1 ? (this.search = P.substr(he), this.query = P.substr(he + 1), O && (this.query = u.parse(this.query)), P = P.slice(0, he)) : O && (this.search = "", this.query = {}), P && (this.pathname = P),
|
|
3942
|
+
if (he !== -1 ? (this.search = P.substr(he), this.query = P.substr(he + 1), O && (this.query = u.parse(this.query)), P = P.slice(0, he)) : O && (this.search = "", this.query = {}), P && (this.pathname = P), b[D] && this.hostname && !this.pathname && (this.pathname = "/"), this.pathname || this.search) {
|
|
3943
3943
|
var _ = this.pathname || "", Oe = this.search || "";
|
|
3944
3944
|
this.path = _ + Oe;
|
|
3945
3945
|
}
|
|
3946
3946
|
return this.href = this.format(), this;
|
|
3947
3947
|
};
|
|
3948
|
-
function g(
|
|
3949
|
-
return typeof
|
|
3948
|
+
function g(f) {
|
|
3949
|
+
return typeof f == "string" && (f = y(f)), f instanceof r ? f.format() : r.prototype.format.call(f);
|
|
3950
3950
|
}
|
|
3951
3951
|
r.prototype.format = function() {
|
|
3952
|
-
var
|
|
3953
|
-
|
|
3952
|
+
var f = this.auth || "";
|
|
3953
|
+
f && (f = encodeURIComponent(f), f = f.replace(/%3A/i, ":"), f += "@");
|
|
3954
3954
|
var O = this.protocol || "", x = this.pathname || "", N = this.hash || "", A = !1, E = "";
|
|
3955
|
-
this.host ? A =
|
|
3955
|
+
this.host ? A = f + this.host : this.hostname && (A = f + (this.hostname.indexOf(":") === -1 ? this.hostname : "[" + this.hostname + "]"), this.port && (A += ":" + this.port)), this.query && typeof this.query == "object" && Object.keys(this.query).length && (E = u.stringify(this.query, {
|
|
3956
3956
|
arrayFormat: "repeat",
|
|
3957
3957
|
addQueryPrefix: !1
|
|
3958
3958
|
}));
|
|
3959
3959
|
var B = this.search || E && "?" + E || "";
|
|
3960
|
-
return O && O.substr(-1) !== ":" && (O += ":"), this.slashes || (!O ||
|
|
3960
|
+
return O && O.substr(-1) !== ":" && (O += ":"), this.slashes || (!O || b[O]) && A !== !1 ? (A = "//" + (A || ""), x && x.charAt(0) !== "/" && (x = "/" + x)) : A || (A = ""), N && N.charAt(0) !== "#" && (N = "#" + N), B && B.charAt(0) !== "?" && (B = "?" + B), x = x.replace(/[?#]/g, function(P) {
|
|
3961
3961
|
return encodeURIComponent(P);
|
|
3962
3962
|
}), B = B.replace("#", "%23"), O + A + x + B + N;
|
|
3963
3963
|
};
|
|
3964
|
-
function
|
|
3965
|
-
return y(
|
|
3964
|
+
function S(f, O) {
|
|
3965
|
+
return y(f, !1, !0).resolve(O);
|
|
3966
3966
|
}
|
|
3967
|
-
r.prototype.resolve = function(
|
|
3968
|
-
return this.resolveObject(y(
|
|
3967
|
+
r.prototype.resolve = function(f) {
|
|
3968
|
+
return this.resolveObject(y(f, !1, !0)).format();
|
|
3969
3969
|
};
|
|
3970
|
-
function T(
|
|
3971
|
-
return
|
|
3970
|
+
function T(f, O) {
|
|
3971
|
+
return f ? y(f, !1, !0).resolveObject(O) : O;
|
|
3972
3972
|
}
|
|
3973
|
-
return r.prototype.resolveObject = function(
|
|
3974
|
-
if (typeof
|
|
3973
|
+
return r.prototype.resolveObject = function(f) {
|
|
3974
|
+
if (typeof f == "string") {
|
|
3975
3975
|
var O = new r();
|
|
3976
|
-
O.parse(
|
|
3976
|
+
O.parse(f, !1, !0), f = O;
|
|
3977
3977
|
}
|
|
3978
3978
|
for (var x = new r(), N = Object.keys(this), A = 0; A < N.length; A++) {
|
|
3979
3979
|
var E = N[A];
|
|
3980
3980
|
x[E] = this[E];
|
|
3981
3981
|
}
|
|
3982
|
-
if (x.hash =
|
|
3982
|
+
if (x.hash = f.hash, f.href === "")
|
|
3983
3983
|
return x.href = x.format(), x;
|
|
3984
|
-
if (
|
|
3985
|
-
for (var B = Object.keys(
|
|
3984
|
+
if (f.slashes && !f.protocol) {
|
|
3985
|
+
for (var B = Object.keys(f), P = 0; P < B.length; P++) {
|
|
3986
3986
|
var ae = B[P];
|
|
3987
|
-
ae !== "protocol" && (x[ae] =
|
|
3987
|
+
ae !== "protocol" && (x[ae] = f[ae]);
|
|
3988
3988
|
}
|
|
3989
|
-
return
|
|
3989
|
+
return b[x.protocol] && x.hostname && !x.pathname && (x.pathname = "/", x.path = x.pathname), x.href = x.format(), x;
|
|
3990
3990
|
}
|
|
3991
|
-
if (
|
|
3992
|
-
if (!
|
|
3993
|
-
for (var H = Object.keys(
|
|
3991
|
+
if (f.protocol && f.protocol !== x.protocol) {
|
|
3992
|
+
if (!b[f.protocol]) {
|
|
3993
|
+
for (var H = Object.keys(f), D = 0; D < H.length; D++) {
|
|
3994
3994
|
var le = H[D];
|
|
3995
|
-
x[le] =
|
|
3995
|
+
x[le] = f[le];
|
|
3996
3996
|
}
|
|
3997
3997
|
return x.href = x.format(), x;
|
|
3998
3998
|
}
|
|
3999
|
-
if (x.protocol =
|
|
4000
|
-
for (var L = (
|
|
3999
|
+
if (x.protocol = f.protocol, !f.host && !j[f.protocol]) {
|
|
4000
|
+
for (var L = (f.pathname || "").split("/"); L.length && !(f.host = L.shift()); )
|
|
4001
4001
|
;
|
|
4002
|
-
|
|
4002
|
+
f.host || (f.host = ""), f.hostname || (f.hostname = ""), L[0] !== "" && L.unshift(""), L.length < 2 && L.unshift(""), x.pathname = L.join("/");
|
|
4003
4003
|
} else
|
|
4004
|
-
x.pathname =
|
|
4005
|
-
if (x.search =
|
|
4004
|
+
x.pathname = f.pathname;
|
|
4005
|
+
if (x.search = f.search, x.query = f.query, x.host = f.host || "", x.auth = f.auth, x.hostname = f.hostname || f.host, x.port = f.port, x.pathname || x.search) {
|
|
4006
4006
|
var Z = x.pathname || "", k = x.search || "";
|
|
4007
4007
|
x.path = Z + k;
|
|
4008
4008
|
}
|
|
4009
|
-
return x.slashes = x.slashes ||
|
|
4009
|
+
return x.slashes = x.slashes || f.slashes, x.href = x.format(), x;
|
|
4010
4010
|
}
|
|
4011
|
-
var re = x.pathname && x.pathname.charAt(0) === "/", R =
|
|
4012
|
-
if (W && (x.hostname = "", x.port = null, x.host && (C[0] === "" ? C[0] = x.host : C.unshift(x.host)), x.host = "",
|
|
4013
|
-
x.host =
|
|
4011
|
+
var re = x.pathname && x.pathname.charAt(0) === "/", R = f.host || f.pathname && f.pathname.charAt(0) === "/", q = R || re || x.host && f.pathname, U = q, C = x.pathname && x.pathname.split("/") || [], L = f.pathname && f.pathname.split("/") || [], W = x.protocol && !b[x.protocol];
|
|
4012
|
+
if (W && (x.hostname = "", x.port = null, x.host && (C[0] === "" ? C[0] = x.host : C.unshift(x.host)), x.host = "", f.protocol && (f.hostname = null, f.port = null, f.host && (L[0] === "" ? L[0] = f.host : L.unshift(f.host)), f.host = null), q = q && (L[0] === "" || C[0] === "")), R)
|
|
4013
|
+
x.host = f.host || f.host === "" ? f.host : x.host, x.hostname = f.hostname || f.hostname === "" ? f.hostname : x.hostname, x.search = f.search, x.query = f.query, C = L;
|
|
4014
4014
|
else if (L.length)
|
|
4015
|
-
C || (C = []), C.pop(), C = C.concat(L), x.search =
|
|
4016
|
-
else if (
|
|
4015
|
+
C || (C = []), C.pop(), C = C.concat(L), x.search = f.search, x.query = f.query;
|
|
4016
|
+
else if (f.search != null) {
|
|
4017
4017
|
if (W) {
|
|
4018
4018
|
x.host = C.shift(), x.hostname = x.host;
|
|
4019
4019
|
var z = x.host && x.host.indexOf("@") > 0 ? x.host.split("@") : !1;
|
|
4020
4020
|
z && (x.auth = z.shift(), x.hostname = z.shift(), x.host = x.hostname);
|
|
4021
4021
|
}
|
|
4022
|
-
return x.search =
|
|
4022
|
+
return x.search = f.search, x.query = f.query, (x.pathname !== null || x.search !== null) && (x.path = (x.pathname ? x.pathname : "") + (x.search ? x.search : "")), x.href = x.format(), x;
|
|
4023
4023
|
}
|
|
4024
4024
|
if (!C.length)
|
|
4025
4025
|
return x.pathname = null, x.search ? x.path = "/" + x.search : x.path = null, x.href = x.format(), x;
|
|
4026
|
-
for (var K = C.slice(-1)[0], ne = (x.host ||
|
|
4026
|
+
for (var K = C.slice(-1)[0], ne = (x.host || f.host || C.length > 1) && (K === "." || K === "..") || K === "", J = 0, I = C.length; I >= 0; I--)
|
|
4027
4027
|
K = C[I], K === "." ? C.splice(I, 1) : K === ".." ? (C.splice(I, 1), J++) : J && (C.splice(I, 1), J--);
|
|
4028
4028
|
if (!q && !U)
|
|
4029
4029
|
for (; J--; J)
|
|
@@ -4035,11 +4035,11 @@ function Cs() {
|
|
|
4035
4035
|
var z = x.host && x.host.indexOf("@") > 0 ? x.host.split("@") : !1;
|
|
4036
4036
|
z && (x.auth = z.shift(), x.hostname = z.shift(), x.host = x.hostname);
|
|
4037
4037
|
}
|
|
4038
|
-
return q = q || x.host && C.length, q && !F && C.unshift(""), C.length > 0 ? x.pathname = C.join("/") : (x.pathname = null, x.path = null), (x.pathname !== null || x.search !== null) && (x.path = (x.pathname ? x.pathname : "") + (x.search ? x.search : "")), x.auth =
|
|
4038
|
+
return q = q || x.host && C.length, q && !F && C.unshift(""), C.length > 0 ? x.pathname = C.join("/") : (x.pathname = null, x.path = null), (x.pathname !== null || x.search !== null) && (x.path = (x.pathname ? x.pathname : "") + (x.search ? x.search : "")), x.auth = f.auth || x.auth, x.slashes = x.slashes || f.slashes, x.href = x.format(), x;
|
|
4039
4039
|
}, r.prototype.parseHost = function() {
|
|
4040
|
-
var
|
|
4041
|
-
O && (O = O[0], O !== ":" && (this.port = O.substr(1)),
|
|
4042
|
-
}, Ne.parse = y, Ne.resolve =
|
|
4040
|
+
var f = this.host, O = o.exec(f);
|
|
4041
|
+
O && (O = O[0], O !== ":" && (this.port = O.substr(1)), f = f.substr(0, f.length - O.length)), f && (this.hostname = f);
|
|
4042
|
+
}, Ne.parse = y, Ne.resolve = S, Ne.resolveObject = T, Ne.format = g, Ne.Url = r, Ne;
|
|
4043
4043
|
}
|
|
4044
4044
|
var pr = Cs(), dr = /* @__PURE__ */ wo(), Ns = (e) => typeof e == "object" && "log" in e && typeof e.log == "object" && "entries" in e.log && Array.isArray(e.log.entries), Rs = class {
|
|
4045
4045
|
constructor(e, r = {}) {
|
|
@@ -4071,7 +4071,7 @@ var pr = Cs(), dr = /* @__PURE__ */ wo(), Ns = (e) => typeof e == "object" && "l
|
|
|
4071
4071
|
}), this;
|
|
4072
4072
|
}
|
|
4073
4073
|
prepare(e, r) {
|
|
4074
|
-
var h,
|
|
4074
|
+
var h, d, m;
|
|
4075
4075
|
const t = {
|
|
4076
4076
|
...e,
|
|
4077
4077
|
fullUrl: "",
|
|
@@ -4082,9 +4082,9 @@ var pr = Cs(), dr = /* @__PURE__ */ wo(), Ns = (e) => typeof e == "object" && "l
|
|
|
4082
4082
|
allHeaders: {}
|
|
4083
4083
|
};
|
|
4084
4084
|
if (t.queryString && t.queryString.length && (t.queryObj = t.queryString.reduce(zr, {})), t.headers && t.headers.length) {
|
|
4085
|
-
const
|
|
4086
|
-
t.headersObj = t.headers.reduce((j, { name:
|
|
4087
|
-
const y =
|
|
4085
|
+
const v = /^HTTP\/2/;
|
|
4086
|
+
t.headersObj = t.headers.reduce((j, { name: b, value: u }) => {
|
|
4087
|
+
const y = v.exec(t.httpVersion) ? b.toLocaleLowerCase() : b;
|
|
4088
4088
|
return {
|
|
4089
4089
|
...j,
|
|
4090
4090
|
[y]: u
|
|
@@ -4092,30 +4092,30 @@ var pr = Cs(), dr = /* @__PURE__ */ wo(), Ns = (e) => typeof e == "object" && "l
|
|
|
4092
4092
|
}, {});
|
|
4093
4093
|
}
|
|
4094
4094
|
t.cookies && t.cookies.length && (t.cookiesObj = t.cookies.reduceRight(
|
|
4095
|
-
(
|
|
4096
|
-
...
|
|
4097
|
-
[j]:
|
|
4095
|
+
(v, { name: j, value: b }) => ({
|
|
4096
|
+
...v,
|
|
4097
|
+
[j]: b
|
|
4098
4098
|
}),
|
|
4099
4099
|
{}
|
|
4100
4100
|
));
|
|
4101
|
-
const o = (h = t.cookies) == null ? void 0 : h.map(({ name:
|
|
4101
|
+
const o = (h = t.cookies) == null ? void 0 : h.map(({ name: v, value: j }) => r.harIsAlreadyEncoded ? `${v}=${j}` : `${encodeURIComponent(v)}=${encodeURIComponent(j)}`);
|
|
4102
4102
|
switch (o != null && o.length && (t.allHeaders.cookie = o.join("; ")), t.postData.mimeType) {
|
|
4103
4103
|
case "multipart/mixed":
|
|
4104
4104
|
case "multipart/related":
|
|
4105
4105
|
case "multipart/form-data":
|
|
4106
4106
|
case "multipart/alternative":
|
|
4107
|
-
if (t.postData.text = "", t.postData.mimeType = "multipart/form-data", (
|
|
4108
|
-
const
|
|
4107
|
+
if (t.postData.text = "", t.postData.mimeType = "multipart/form-data", (d = t.postData) != null && d.params) {
|
|
4108
|
+
const v = "---011000010111000001101001", j = `${v}--`, b = `\r
|
|
4109
4109
|
`, u = (T) => T.replace(/\n/g, "%0A").replace(/\r/g, "%0D").replace(/"/g, "%22"), y = (T) => T.replace(/\r?\n|\r/g, `\r
|
|
4110
|
-
`), g = [`--${
|
|
4111
|
-
(m = t.postData) == null || m.params.forEach((T,
|
|
4110
|
+
`), g = [`--${v}`];
|
|
4111
|
+
(m = t.postData) == null || m.params.forEach((T, f) => {
|
|
4112
4112
|
const O = T.name, x = T.value || "", N = T.fileName || null, A = T.contentType || "application/octet-stream";
|
|
4113
4113
|
N ? (g.push(
|
|
4114
4114
|
`Content-Disposition: form-data; name="${u(y(O))}"; filename="${N}"`
|
|
4115
|
-
), g.push(`Content-Type: ${A}`)) : g.push(`Content-Disposition: form-data; name="${u(y(O))}"`), g.push(""), g.push(y(x)),
|
|
4116
|
-
}), g.push(`--${j}`), t.postData.boundary =
|
|
4117
|
-
const
|
|
4118
|
-
t.headersObj[
|
|
4115
|
+
), g.push(`Content-Type: ${A}`)) : g.push(`Content-Disposition: form-data; name="${u(y(O))}"`), g.push(""), g.push(y(x)), f !== t.postData.params.length - 1 && g.push(`--${v}`);
|
|
4116
|
+
}), g.push(`--${j}`), t.postData.boundary = v, t.postData.text = g.join(b);
|
|
4117
|
+
const S = pe(t.headersObj, "content-type") || "content-type";
|
|
4118
|
+
t.headersObj[S] = `multipart/form-data; boundary=${v}`;
|
|
4119
4119
|
}
|
|
4120
4120
|
break;
|
|
4121
4121
|
case "application/x-www-form-urlencoded":
|
|
@@ -4133,7 +4133,7 @@ var pr = Cs(), dr = /* @__PURE__ */ wo(), Ns = (e) => typeof e == "object" && "l
|
|
|
4133
4133
|
}
|
|
4134
4134
|
break;
|
|
4135
4135
|
}
|
|
4136
|
-
const
|
|
4136
|
+
const i = {
|
|
4137
4137
|
...t.allHeaders,
|
|
4138
4138
|
...t.headersObj
|
|
4139
4139
|
}, l = pr.parse(t.url, !0, !0);
|
|
@@ -4153,7 +4153,7 @@ var pr = Cs(), dr = /* @__PURE__ */ wo(), Ns = (e) => typeof e == "object" && "l
|
|
|
4153
4153
|
query: t.queryObj,
|
|
4154
4154
|
search: n,
|
|
4155
4155
|
path: n ? `${l.pathname}?${n}` : l.pathname
|
|
4156
|
-
},
|
|
4156
|
+
}, s = pr.format({
|
|
4157
4157
|
...l,
|
|
4158
4158
|
query: null,
|
|
4159
4159
|
search: null
|
|
@@ -4163,9 +4163,9 @@ var pr = Cs(), dr = /* @__PURE__ */ wo(), Ns = (e) => typeof e == "object" && "l
|
|
|
4163
4163
|
});
|
|
4164
4164
|
return {
|
|
4165
4165
|
...t,
|
|
4166
|
-
allHeaders:
|
|
4166
|
+
allHeaders: i,
|
|
4167
4167
|
fullUrl: c,
|
|
4168
|
-
url:
|
|
4168
|
+
url: s,
|
|
4169
4169
|
uriObj: a
|
|
4170
4170
|
};
|
|
4171
4171
|
}
|
|
@@ -4174,39 +4174,39 @@ var pr = Cs(), dr = /* @__PURE__ */ wo(), Ns = (e) => typeof e == "object" && "l
|
|
|
4174
4174
|
const o = Wi[e];
|
|
4175
4175
|
if (!o)
|
|
4176
4176
|
return !1;
|
|
4177
|
-
const { convert:
|
|
4178
|
-
return this.requests.map((n) =>
|
|
4177
|
+
const { convert: i } = o.clientsById[r || o.info.default];
|
|
4178
|
+
return this.requests.map((n) => i(n, t));
|
|
4179
4179
|
}
|
|
4180
4180
|
};
|
|
4181
4181
|
const qs = ({
|
|
4182
4182
|
rootMargin: e = "0px",
|
|
4183
4183
|
threshold: r
|
|
4184
4184
|
} = {}) => {
|
|
4185
|
-
const [t, o] = ge(!1),
|
|
4185
|
+
const [t, o] = ge(!1), i = $r(null);
|
|
4186
4186
|
return wr(() => {
|
|
4187
4187
|
const l = new IntersectionObserver(
|
|
4188
4188
|
([a]) => {
|
|
4189
4189
|
a && o(a.isIntersecting);
|
|
4190
4190
|
},
|
|
4191
4191
|
{ rootMargin: e, threshold: r }
|
|
4192
|
-
), n =
|
|
4192
|
+
), n = i.current;
|
|
4193
4193
|
if (n)
|
|
4194
4194
|
return l.observe(n), () => l.unobserve(n);
|
|
4195
|
-
}, [e, r]), [
|
|
4195
|
+
}, [e, r]), [i, t];
|
|
4196
4196
|
}, ks = typeof window < "u" ? sa : wr, So = ({
|
|
4197
4197
|
children: e,
|
|
4198
4198
|
maxHeight: r = 250
|
|
4199
4199
|
}) => {
|
|
4200
|
-
const t = $r(null), [o,
|
|
4200
|
+
const t = $r(null), [o, i] = ge(!1), [l, n] = ge(!1);
|
|
4201
4201
|
return ks(() => {
|
|
4202
4202
|
const a = t.current;
|
|
4203
4203
|
if (!a) return;
|
|
4204
|
-
|
|
4205
|
-
const
|
|
4206
|
-
|
|
4204
|
+
i(a.scrollHeight > r);
|
|
4205
|
+
const s = new ResizeObserver(() => {
|
|
4206
|
+
i(a.scrollHeight > r);
|
|
4207
4207
|
});
|
|
4208
|
-
return
|
|
4209
|
-
}, [r]), /* @__PURE__ */
|
|
4208
|
+
return s.observe(a), () => s.disconnect();
|
|
4209
|
+
}, [r]), /* @__PURE__ */ p.jsxs(
|
|
4210
4210
|
oo,
|
|
4211
4211
|
{
|
|
4212
4212
|
className: "group",
|
|
@@ -4214,7 +4214,7 @@ const qs = ({
|
|
|
4214
4214
|
onOpenChange: n,
|
|
4215
4215
|
style: { "--max-height": `${r}px` },
|
|
4216
4216
|
children: [
|
|
4217
|
-
/* @__PURE__ */
|
|
4217
|
+
/* @__PURE__ */ p.jsxs(
|
|
4218
4218
|
ao,
|
|
4219
4219
|
{
|
|
4220
4220
|
forceMount: !0,
|
|
@@ -4223,15 +4223,15 @@ const qs = ({
|
|
|
4223
4223
|
!l && o && "max-h-[--max-height]"
|
|
4224
4224
|
),
|
|
4225
4225
|
children: [
|
|
4226
|
-
!l && o && /* @__PURE__ */
|
|
4227
|
-
/* @__PURE__ */
|
|
4228
|
-
!l && o && /* @__PURE__ */
|
|
4226
|
+
!l && o && /* @__PURE__ */ p.jsx("div", { className: " absolute inset-0 bg-gradient-to-b from-transparent to-zinc-50/60 dark:to-zinc-950/90 z-10 group-hover:to-transparent" }),
|
|
4227
|
+
/* @__PURE__ */ p.jsx("div", { ref: t, children: e }),
|
|
4228
|
+
!l && o && /* @__PURE__ */ p.jsx(
|
|
4229
4229
|
yr,
|
|
4230
4230
|
{
|
|
4231
4231
|
className: "absolute inset-0 grid place-items-center z-10 cursor-pointer peer",
|
|
4232
4232
|
asChild: !0,
|
|
4233
|
-
children: /* @__PURE__ */
|
|
4234
|
-
/* @__PURE__ */
|
|
4233
|
+
children: /* @__PURE__ */ p.jsx("div", { children: /* @__PURE__ */ p.jsxs(Hr, { variant: "outline", className: "hidden group-hover:flex", children: [
|
|
4234
|
+
/* @__PURE__ */ p.jsx(Fo, { size: 14, className: "mr-1.5" }),
|
|
4235
4235
|
"Click to expand"
|
|
4236
4236
|
] }) })
|
|
4237
4237
|
}
|
|
@@ -4239,13 +4239,13 @@ const qs = ({
|
|
|
4239
4239
|
]
|
|
4240
4240
|
}
|
|
4241
4241
|
),
|
|
4242
|
-
o && /* @__PURE__ */
|
|
4242
|
+
o && /* @__PURE__ */ p.jsx(
|
|
4243
4243
|
"div",
|
|
4244
4244
|
{
|
|
4245
4245
|
className: se("flex justify-center w-full mb-2", !l && "hidden"),
|
|
4246
|
-
children: /* @__PURE__ */
|
|
4246
|
+
children: /* @__PURE__ */ p.jsx(yr, { asChild: !0, children: /* @__PURE__ */ p.jsxs(Hr, { variant: "outline", size: "sm", children: [
|
|
4247
4247
|
"Collapse",
|
|
4248
|
-
/* @__PURE__ */
|
|
4248
|
+
/* @__PURE__ */ p.jsx(_o, { size: 14, className: "ml-1.5" })
|
|
4249
4249
|
] }) })
|
|
4250
4250
|
}
|
|
4251
4251
|
)
|
|
@@ -4258,28 +4258,28 @@ const qs = ({
|
|
|
4258
4258
|
operation: t,
|
|
4259
4259
|
examples: o
|
|
4260
4260
|
}) => {
|
|
4261
|
-
var m,
|
|
4262
|
-
const { isAuthEnabled:
|
|
4263
|
-
var u, y, g,
|
|
4261
|
+
var m, v, j;
|
|
4262
|
+
const { isAuthEnabled: i, login: l, signup: n, isPending: a, isAuthenticated: s } = xa(), c = (m = t.parameters) == null ? void 0 : m.filter((b) => b.in === "header").sort((b, u) => b.required && !u.required ? -1 : 1).map((b) => {
|
|
4263
|
+
var u, y, g, S, T, f, O, x;
|
|
4264
4264
|
return {
|
|
4265
|
-
name:
|
|
4266
|
-
defaultValue: ((u =
|
|
4267
|
-
defaultActive:
|
|
4268
|
-
isRequired:
|
|
4269
|
-
enum: ((
|
|
4270
|
-
type: ((x =
|
|
4265
|
+
name: b.name,
|
|
4266
|
+
defaultValue: ((u = b.schema) == null ? void 0 : u.default) ?? ((g = (y = b.examples) == null ? void 0 : y.find((N) => N.value)) == null ? void 0 : g.value) ?? "",
|
|
4267
|
+
defaultActive: b.required ?? !1,
|
|
4268
|
+
isRequired: b.required ?? !1,
|
|
4269
|
+
enum: ((S = b.schema) == null ? void 0 : S.type) == "array" ? (f = (T = b.schema) == null ? void 0 : T.items) == null ? void 0 : f.enum : (O = b.schema) == null ? void 0 : O.enum,
|
|
4270
|
+
type: ((x = b.schema) == null ? void 0 : x.type) ?? "string"
|
|
4271
4271
|
};
|
|
4272
|
-
}), h = (
|
|
4273
|
-
var u, y, g,
|
|
4272
|
+
}), h = (v = t.parameters) == null ? void 0 : v.filter((b) => b.in === "query").sort((b, u) => b.required && !u.required ? -1 : 1).map((b) => {
|
|
4273
|
+
var u, y, g, S, T;
|
|
4274
4274
|
return {
|
|
4275
|
-
name:
|
|
4276
|
-
defaultActive:
|
|
4277
|
-
isRequired:
|
|
4278
|
-
enum: ((u =
|
|
4279
|
-
type: ((T =
|
|
4275
|
+
name: b.name,
|
|
4276
|
+
defaultActive: b.required ?? !1,
|
|
4277
|
+
isRequired: b.required ?? !1,
|
|
4278
|
+
enum: ((u = b.schema) == null ? void 0 : u.type) == "array" ? (g = (y = b.schema) == null ? void 0 : y.items) == null ? void 0 : g.enum : (S = b.schema) == null ? void 0 : S.enum,
|
|
4279
|
+
type: ((T = b.schema) == null ? void 0 : T.type) ?? "string"
|
|
4280
4280
|
};
|
|
4281
|
-
}),
|
|
4282
|
-
return /* @__PURE__ */
|
|
4281
|
+
}), d = (j = t.parameters) == null ? void 0 : j.filter((b) => b.in === "path").map((b) => ({ name: b.name }));
|
|
4282
|
+
return /* @__PURE__ */ p.jsx(
|
|
4283
4283
|
Yo,
|
|
4284
4284
|
{
|
|
4285
4285
|
server: e,
|
|
@@ -4288,20 +4288,20 @@ const qs = ({
|
|
|
4288
4288
|
url: t.path,
|
|
4289
4289
|
headers: c,
|
|
4290
4290
|
queryParams: h,
|
|
4291
|
-
pathParams:
|
|
4291
|
+
pathParams: d,
|
|
4292
4292
|
examples: o,
|
|
4293
|
-
requiresLogin:
|
|
4293
|
+
requiresLogin: i && !s && !a,
|
|
4294
4294
|
onLogin: () => l(),
|
|
4295
4295
|
onSignUp: () => n()
|
|
4296
4296
|
}
|
|
4297
4297
|
);
|
|
4298
|
-
}, Rr = ({ children: e, className: r }) => /* @__PURE__ */
|
|
4298
|
+
}, Rr = ({ children: e, className: r }) => /* @__PURE__ */ p.jsx(
|
|
4299
4299
|
"div",
|
|
4300
4300
|
{
|
|
4301
4301
|
className: se("rounded-xl overflow-hidden border border-border", r),
|
|
4302
4302
|
children: e
|
|
4303
4303
|
}
|
|
4304
|
-
), qr = ({ children: e, className: r }) => /* @__PURE__ */
|
|
4304
|
+
), qr = ({ children: e, className: r }) => /* @__PURE__ */ p.jsx(
|
|
4305
4305
|
"div",
|
|
4306
4306
|
{
|
|
4307
4307
|
className: se(
|
|
@@ -4310,7 +4310,7 @@ const qs = ({
|
|
|
4310
4310
|
),
|
|
4311
4311
|
children: e
|
|
4312
4312
|
}
|
|
4313
|
-
), Oo = ({ children: e, className: r }) => /* @__PURE__ */
|
|
4313
|
+
), Oo = ({ children: e, className: r }) => /* @__PURE__ */ p.jsx("div", { className: se("bg-card overflow-auto p-2", r), children: e }), To = ({ children: e, className: r }) => /* @__PURE__ */ p.jsx("div", { className: se("border-t bg-muted dark:bg-transparent p-3", r), children: e }), He = (e, r) => {
|
|
4314
4314
|
if (e.example !== void 0)
|
|
4315
4315
|
return e.example;
|
|
4316
4316
|
if (e.examples && typeof e.examples == "object" && "default" in e.examples) {
|
|
@@ -4320,8 +4320,8 @@ const qs = ({
|
|
|
4320
4320
|
}
|
|
4321
4321
|
if (e.type === "object" && e.properties) {
|
|
4322
4322
|
const t = {};
|
|
4323
|
-
for (const [o,
|
|
4324
|
-
typeof
|
|
4323
|
+
for (const [o, i] of Object.entries(e.properties))
|
|
4324
|
+
typeof i == "object" && (t[o] = He(i, o));
|
|
4325
4325
|
return t;
|
|
4326
4326
|
}
|
|
4327
4327
|
if (e.type === "array")
|
|
@@ -4358,8 +4358,8 @@ const qs = ({
|
|
|
4358
4358
|
description: r,
|
|
4359
4359
|
onExampleChange: t
|
|
4360
4360
|
}) => {
|
|
4361
|
-
var
|
|
4362
|
-
const [o,
|
|
4361
|
+
var v;
|
|
4362
|
+
const [o, i] = ge(0), [l, n] = ge(0), a = Array.isArray(e) && e.length === 1 ? e[0] : e[o], s = (a == null ? void 0 : a.examples) ?? [], c = s[l], h = lo(() => {
|
|
4363
4363
|
if (c)
|
|
4364
4364
|
return "value" in c ? c.value : c;
|
|
4365
4365
|
if (a != null && a.schema)
|
|
@@ -4368,10 +4368,10 @@ const qs = ({
|
|
|
4368
4368
|
wr(() => {
|
|
4369
4369
|
h && (t == null || t(h));
|
|
4370
4370
|
}, [h, t]);
|
|
4371
|
-
const
|
|
4372
|
-
return /* @__PURE__ */
|
|
4373
|
-
/* @__PURE__ */
|
|
4374
|
-
c != null && c.externalValue ? /* @__PURE__ */
|
|
4371
|
+
const d = As(h), m = Is(a == null ? void 0 : a.mediaType);
|
|
4372
|
+
return /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
|
|
4373
|
+
/* @__PURE__ */ p.jsxs(Oo, { className: "p-0", children: [
|
|
4374
|
+
c != null && c.externalValue ? /* @__PURE__ */ p.jsx("div", { className: "p-2", children: /* @__PURE__ */ p.jsx(
|
|
4375
4375
|
"a",
|
|
4376
4376
|
{
|
|
4377
4377
|
href: c.externalValue,
|
|
@@ -4380,41 +4380,41 @@ const qs = ({
|
|
|
4380
4380
|
className: "text-xs text-primary hover:underline",
|
|
4381
4381
|
children: "View External Example →"
|
|
4382
4382
|
}
|
|
4383
|
-
) }) : /* @__PURE__ */
|
|
4383
|
+
) }) : /* @__PURE__ */ p.jsx(So, { children: /* @__PURE__ */ p.jsx(
|
|
4384
4384
|
uo,
|
|
4385
4385
|
{
|
|
4386
4386
|
language: m,
|
|
4387
4387
|
noBackground: !0,
|
|
4388
4388
|
className: "[--scrollbar-color:gray] text-xs max-h-[500px] p-2",
|
|
4389
|
-
code:
|
|
4389
|
+
code: d
|
|
4390
4390
|
}
|
|
4391
4391
|
) }),
|
|
4392
|
-
(c == null ? void 0 : c.description) && /* @__PURE__ */
|
|
4392
|
+
(c == null ? void 0 : c.description) && /* @__PURE__ */ p.jsx("div", { className: "border-t text-xs px-3 py-1.5 text-muted-foreground", children: c.description })
|
|
4393
4393
|
] }),
|
|
4394
|
-
/* @__PURE__ */
|
|
4395
|
-
r && /* @__PURE__ */
|
|
4396
|
-
(
|
|
4397
|
-
/* @__PURE__ */
|
|
4394
|
+
/* @__PURE__ */ p.jsxs(To, { className: "text-xs p-0 divide-y divide-border", children: [
|
|
4395
|
+
r && /* @__PURE__ */ p.jsx("div", { className: "text-muted-foreground text-xs px-3 py-2", children: r }),
|
|
4396
|
+
(s.length !== 0 || e.length !== 0) && /* @__PURE__ */ p.jsxs("div", { className: "flex items-center gap-2 justify-between min-w-0 px-3 py-2", children: [
|
|
4397
|
+
/* @__PURE__ */ p.jsx("div", { className: "flex items-center gap-2 min-w-0", children: e.length > 1 ? /* @__PURE__ */ p.jsx(
|
|
4398
4398
|
et,
|
|
4399
4399
|
{
|
|
4400
4400
|
className: "max-w-[200px]",
|
|
4401
4401
|
value: o.toString(),
|
|
4402
|
-
onChange: (j) =>
|
|
4403
|
-
options: e.map((j,
|
|
4404
|
-
value:
|
|
4402
|
+
onChange: (j) => i(Number(j.target.value)),
|
|
4403
|
+
options: e.map((j, b) => ({
|
|
4404
|
+
value: b.toString(),
|
|
4405
4405
|
label: j.mediaType
|
|
4406
4406
|
}))
|
|
4407
4407
|
}
|
|
4408
|
-
) : /* @__PURE__ */
|
|
4409
|
-
|
|
4408
|
+
) : /* @__PURE__ */ p.jsx("span", { className: "font-mono text-[11px]", children: (v = e[0]) == null ? void 0 : v.mediaType }) }),
|
|
4409
|
+
s.length > 1 && /* @__PURE__ */ p.jsx("div", { className: "flex items-center gap-1", children: /* @__PURE__ */ p.jsx(
|
|
4410
4410
|
et,
|
|
4411
4411
|
{
|
|
4412
4412
|
className: "max-w-[180px]",
|
|
4413
4413
|
value: l.toString(),
|
|
4414
4414
|
onChange: (j) => n(Number(j.target.value)),
|
|
4415
|
-
options:
|
|
4416
|
-
value:
|
|
4417
|
-
label: j.summary || j.name || j.description || `Example ${
|
|
4415
|
+
options: s.map((j, b) => ({
|
|
4416
|
+
value: b.toString(),
|
|
4417
|
+
label: j.summary || j.name || j.description || `Example ${b + 1}`
|
|
4418
4418
|
}))
|
|
4419
4419
|
}
|
|
4420
4420
|
) })
|
|
@@ -4424,10 +4424,10 @@ const qs = ({
|
|
|
4424
4424
|
}, Ls = ({
|
|
4425
4425
|
content: e,
|
|
4426
4426
|
onExampleChange: r
|
|
4427
|
-
}) => e.length === 0 ? null : /* @__PURE__ */
|
|
4428
|
-
/* @__PURE__ */
|
|
4429
|
-
/* @__PURE__ */
|
|
4430
|
-
] }), Us = ({ response: e }) => /* @__PURE__ */
|
|
4427
|
+
}) => e.length === 0 ? null : /* @__PURE__ */ p.jsxs(Rr, { children: [
|
|
4428
|
+
/* @__PURE__ */ p.jsx(qr, { className: "text-xs flex justify-between items-center", children: /* @__PURE__ */ p.jsx("span", { className: "font-mono", children: "Request Body Example" }) }),
|
|
4429
|
+
/* @__PURE__ */ p.jsx(Po, { content: e, onExampleChange: r })
|
|
4430
|
+
] }), Us = ({ response: e }) => /* @__PURE__ */ p.jsx(Ye.Content, { value: e.statusCode, children: /* @__PURE__ */ p.jsx(
|
|
4431
4431
|
Po,
|
|
4432
4432
|
{
|
|
4433
4433
|
content: e.content ?? [],
|
|
@@ -4439,30 +4439,30 @@ const qs = ({
|
|
|
4439
4439
|
onSelectResponse: t
|
|
4440
4440
|
}) => {
|
|
4441
4441
|
var o;
|
|
4442
|
-
return /* @__PURE__ */
|
|
4442
|
+
return /* @__PURE__ */ p.jsx(Rr, { children: /* @__PURE__ */ p.jsxs(
|
|
4443
4443
|
Ye.Root,
|
|
4444
4444
|
{
|
|
4445
4445
|
defaultValue: (o = e[0]) == null ? void 0 : o.statusCode,
|
|
4446
4446
|
value: r,
|
|
4447
|
-
onValueChange: (
|
|
4447
|
+
onValueChange: (i) => t(i),
|
|
4448
4448
|
children: [
|
|
4449
|
-
/* @__PURE__ */
|
|
4450
|
-
/* @__PURE__ */
|
|
4451
|
-
/* @__PURE__ */
|
|
4449
|
+
/* @__PURE__ */ p.jsxs(qr, { className: "text-xs flex flex-col gap-2 pb-0", children: [
|
|
4450
|
+
/* @__PURE__ */ p.jsx("span", { className: "font-mono", children: "Example Responses" }),
|
|
4451
|
+
/* @__PURE__ */ p.jsx(Ye.List, { className: "flex gap-2", children: e.map((i) => /* @__PURE__ */ p.jsx(
|
|
4452
4452
|
Ye.Trigger,
|
|
4453
4453
|
{
|
|
4454
|
-
value:
|
|
4454
|
+
value: i.statusCode,
|
|
4455
4455
|
className: se(
|
|
4456
4456
|
"text-xs font-mono px-1.5 py-1 pb-px translate-y-px border-b-2 border-transparent rounded-t cursor-pointer",
|
|
4457
4457
|
"data-[state=active]:text-primary data-[state=active]:dark:text-inherit data-[state=active]:border-primary",
|
|
4458
4458
|
"hover:border-accent-foreground/25"
|
|
4459
4459
|
),
|
|
4460
|
-
children:
|
|
4460
|
+
children: i.statusCode
|
|
4461
4461
|
},
|
|
4462
|
-
|
|
4462
|
+
i.statusCode
|
|
4463
4463
|
)) })
|
|
4464
4464
|
] }),
|
|
4465
|
-
e.map((
|
|
4465
|
+
e.map((i) => /* @__PURE__ */ p.jsx(Us, { response: i }, i.statusCode))
|
|
4466
4466
|
]
|
|
4467
4467
|
}
|
|
4468
4468
|
) });
|
|
@@ -4537,11 +4537,11 @@ const qs = ({
|
|
|
4537
4537
|
onSelectResponse: t
|
|
4538
4538
|
}) => {
|
|
4539
4539
|
var O;
|
|
4540
|
-
const { input: o, type:
|
|
4540
|
+
const { input: o, type: i, options: l } = Sr(), n = Or(Bs, { input: o, type: i }), a = xr(n), s = io(e.method), [c, h] = Qo(), [, d] = so(), [m, v] = ge(), j = c.get("lang") ?? (l == null ? void 0 : l.examplesLanguage) ?? "shell", b = (O = e.requestBody) == null ? void 0 : O.content, u = /* @__PURE__ */ p.jsx(
|
|
4541
4541
|
Xo,
|
|
4542
4542
|
{
|
|
4543
4543
|
path: e.path,
|
|
4544
|
-
renderParam: ({ name: x }) => /* @__PURE__ */
|
|
4544
|
+
renderParam: ({ name: x }) => /* @__PURE__ */ p.jsx(
|
|
4545
4545
|
no,
|
|
4546
4546
|
{
|
|
4547
4547
|
name: x,
|
|
@@ -4553,7 +4553,7 @@ const qs = ({
|
|
|
4553
4553
|
}
|
|
4554
4554
|
), { selectedServer: y } = jr(a.data.schema.servers), g = lo(() => {
|
|
4555
4555
|
var A;
|
|
4556
|
-
const x = m ?? ((A =
|
|
4556
|
+
const x = m ?? ((A = b == null ? void 0 : b[0]) != null && A.schema ? He(b[0].schema) : void 0), N = new Rs({
|
|
4557
4557
|
method: e.method.toLocaleUpperCase(),
|
|
4558
4558
|
url: y + e.path.replaceAll("{", ":").replaceAll("}", ""),
|
|
4559
4559
|
postData: x ? {
|
|
@@ -4570,37 +4570,37 @@ const qs = ({
|
|
|
4570
4570
|
return _s(N, j);
|
|
4571
4571
|
}, [
|
|
4572
4572
|
m,
|
|
4573
|
-
|
|
4573
|
+
b,
|
|
4574
4574
|
e.method,
|
|
4575
4575
|
e.path,
|
|
4576
4576
|
y,
|
|
4577
4577
|
j
|
|
4578
|
-
]), [
|
|
4579
|
-
return /* @__PURE__ */
|
|
4578
|
+
]), [S, T] = qs({ rootMargin: "200px 0px 200px 0px" }), f = T && (e.extensions["x-explorer-enabled"] === !0 || e.extensions["x-playground-enabled"] === !0 || e.extensions["x-explorer-enabled"] === void 0 && e.extensions["x-playground-enabled"] === void 0 && !(l != null && l.disablePlayground));
|
|
4579
|
+
return /* @__PURE__ */ p.jsxs(
|
|
4580
4580
|
"aside",
|
|
4581
4581
|
{
|
|
4582
|
-
ref:
|
|
4582
|
+
ref: S,
|
|
4583
4583
|
className: "flex flex-col overflow-hidden sticky top-[--scroll-padding] gap-4",
|
|
4584
4584
|
"data-pagefind-ignore": "all",
|
|
4585
4585
|
children: [
|
|
4586
|
-
/* @__PURE__ */
|
|
4587
|
-
/* @__PURE__ */
|
|
4588
|
-
/* @__PURE__ */
|
|
4589
|
-
/* @__PURE__ */
|
|
4586
|
+
/* @__PURE__ */ p.jsxs(Rr, { children: [
|
|
4587
|
+
/* @__PURE__ */ p.jsxs(qr, { className: "flex justify-between items-center flex-nowrap py-2.5 gap-2 text-xs", children: [
|
|
4588
|
+
/* @__PURE__ */ p.jsxs("span", { className: "font-mono break-words leading-6", children: [
|
|
4589
|
+
/* @__PURE__ */ p.jsx("span", { className: se("font-semibold", s), children: e.method.toLocaleUpperCase() }),
|
|
4590
4590
|
" ",
|
|
4591
4591
|
u
|
|
4592
4592
|
] }),
|
|
4593
|
-
|
|
4593
|
+
f && /* @__PURE__ */ p.jsx(
|
|
4594
4594
|
Es,
|
|
4595
4595
|
{
|
|
4596
4596
|
servers: a.data.schema.servers.map((x) => x.url),
|
|
4597
4597
|
operation: e,
|
|
4598
|
-
examples:
|
|
4598
|
+
examples: b ?? void 0
|
|
4599
4599
|
}
|
|
4600
4600
|
)
|
|
4601
4601
|
] }),
|
|
4602
|
-
T && /* @__PURE__ */
|
|
4603
|
-
/* @__PURE__ */
|
|
4602
|
+
T && /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
|
|
4603
|
+
/* @__PURE__ */ p.jsx(Oo, { className: "p-0", children: /* @__PURE__ */ p.jsx(So, { children: /* @__PURE__ */ p.jsx(
|
|
4604
4604
|
uo,
|
|
4605
4605
|
{
|
|
4606
4606
|
language: j,
|
|
@@ -4609,15 +4609,15 @@ const qs = ({
|
|
|
4609
4609
|
code: g
|
|
4610
4610
|
}
|
|
4611
4611
|
) }) }),
|
|
4612
|
-
/* @__PURE__ */
|
|
4613
|
-
/* @__PURE__ */
|
|
4614
|
-
/* @__PURE__ */
|
|
4612
|
+
/* @__PURE__ */ p.jsxs(To, { className: "flex items-center text-xs gap-2 justify-end py-2.5", children: [
|
|
4613
|
+
/* @__PURE__ */ p.jsx("span", { children: "Show example in" }),
|
|
4614
|
+
/* @__PURE__ */ p.jsx(
|
|
4615
4615
|
et,
|
|
4616
4616
|
{
|
|
4617
4617
|
className: "self-start max-w-[150px]",
|
|
4618
4618
|
value: j,
|
|
4619
4619
|
onChange: (x) => {
|
|
4620
|
-
|
|
4620
|
+
d(() => {
|
|
4621
4621
|
h((N) => (N.set("lang", x.target.value), N));
|
|
4622
4622
|
});
|
|
4623
4623
|
},
|
|
@@ -4627,14 +4627,14 @@ const qs = ({
|
|
|
4627
4627
|
] })
|
|
4628
4628
|
] })
|
|
4629
4629
|
] }),
|
|
4630
|
-
T &&
|
|
4630
|
+
T && b && /* @__PURE__ */ p.jsx(
|
|
4631
4631
|
Ls,
|
|
4632
4632
|
{
|
|
4633
|
-
content:
|
|
4634
|
-
onExampleChange:
|
|
4633
|
+
content: b,
|
|
4634
|
+
onExampleChange: v
|
|
4635
4635
|
}
|
|
4636
4636
|
),
|
|
4637
|
-
T && e.responses.length > 0 && /* @__PURE__ */
|
|
4637
|
+
T && e.responses.length > 0 && /* @__PURE__ */ p.jsx(
|
|
4638
4638
|
Fs,
|
|
4639
4639
|
{
|
|
4640
4640
|
selectedResponse: r,
|
|
@@ -4646,9 +4646,9 @@ const qs = ({
|
|
|
4646
4646
|
}
|
|
4647
4647
|
);
|
|
4648
4648
|
}, zs = {
|
|
4649
|
-
AND: /* @__PURE__ */
|
|
4650
|
-
OR: /* @__PURE__ */
|
|
4651
|
-
ONE: /* @__PURE__ */
|
|
4649
|
+
AND: /* @__PURE__ */ p.jsx(zo, { size: 16, className: "fill-card" }),
|
|
4650
|
+
OR: /* @__PURE__ */ p.jsx(Mo, { size: 16, className: "fill-card" }),
|
|
4651
|
+
ONE: /* @__PURE__ */ p.jsx(Ho, { size: 14, className: "fill-card" })
|
|
4652
4652
|
}, Gs = {
|
|
4653
4653
|
AND: "text-green-500 dark:text-green-300/60",
|
|
4654
4654
|
OR: "text-blue-400 dark:text-blue-500",
|
|
@@ -4657,7 +4657,7 @@ const qs = ({
|
|
|
4657
4657
|
type: e,
|
|
4658
4658
|
isOpen: r,
|
|
4659
4659
|
className: t
|
|
4660
|
-
}) => /* @__PURE__ */
|
|
4660
|
+
}) => /* @__PURE__ */ p.jsx(
|
|
4661
4661
|
"div",
|
|
4662
4662
|
{
|
|
4663
4663
|
className: se(
|
|
@@ -4666,32 +4666,32 @@ const qs = ({
|
|
|
4666
4666
|
"before:border-l before:absolute before:-top-2 before:-bottom-2 before:border-border before:border-dashed before:content-['']",
|
|
4667
4667
|
t
|
|
4668
4668
|
),
|
|
4669
|
-
children: /* @__PURE__ */
|
|
4669
|
+
children: /* @__PURE__ */ p.jsxs("div", { className: "-translate-x-[7px] flex gap-1 items-center", children: [
|
|
4670
4670
|
zs[e],
|
|
4671
|
-
/* @__PURE__ */
|
|
4671
|
+
/* @__PURE__ */ p.jsx(
|
|
4672
4672
|
"div",
|
|
4673
4673
|
{
|
|
4674
4674
|
className: se(
|
|
4675
4675
|
"translate-y-px mx-px opacity-0 group-hover:opacity-100 transition",
|
|
4676
4676
|
!r && "-rotate-90"
|
|
4677
4677
|
),
|
|
4678
|
-
children: /* @__PURE__ */
|
|
4678
|
+
children: /* @__PURE__ */ p.jsx(Bo, { size: 16 })
|
|
4679
4679
|
}
|
|
4680
4680
|
)
|
|
4681
4681
|
] })
|
|
4682
4682
|
}
|
|
4683
4683
|
), Js = (e) => {
|
|
4684
4684
|
const [r, t] = ge(!0);
|
|
4685
|
-
return /* @__PURE__ */
|
|
4685
|
+
return /* @__PURE__ */ p.jsxs(
|
|
4686
4686
|
xe.Root,
|
|
4687
4687
|
{
|
|
4688
4688
|
open: r,
|
|
4689
4689
|
onOpenChange: () => t((o) => !o),
|
|
4690
4690
|
className: "group",
|
|
4691
4691
|
children: [
|
|
4692
|
-
/* @__PURE__ */
|
|
4693
|
-
!r && /* @__PURE__ */
|
|
4694
|
-
/* @__PURE__ */
|
|
4692
|
+
/* @__PURE__ */ p.jsx(xe.Trigger, { children: /* @__PURE__ */ p.jsx(Ws, { type: e.type, isOpen: r }) }),
|
|
4693
|
+
!r && /* @__PURE__ */ p.jsx("div", { className: "wavy-line bg-border translate-y-1" }),
|
|
4694
|
+
/* @__PURE__ */ p.jsx(xe.Content, { children: /* @__PURE__ */ p.jsx(Ge, { schema: e.schema, level: e.level + 1 }) })
|
|
4695
4695
|
]
|
|
4696
4696
|
}
|
|
4697
4697
|
);
|
|
@@ -4704,15 +4704,15 @@ const qs = ({
|
|
|
4704
4704
|
type: r,
|
|
4705
4705
|
isOpen: t,
|
|
4706
4706
|
level: o,
|
|
4707
|
-
toggleOpen:
|
|
4708
|
-
}) => /* @__PURE__ */
|
|
4709
|
-
/* @__PURE__ */
|
|
4710
|
-
t ? /* @__PURE__ */
|
|
4711
|
-
/* @__PURE__ */
|
|
4707
|
+
toggleOpen: i
|
|
4708
|
+
}) => /* @__PURE__ */ p.jsx(xe.Root, { open: t, onOpenChange: i, asChild: !0, children: /* @__PURE__ */ p.jsxs(be, { className: "px-6", children: [
|
|
4709
|
+
/* @__PURE__ */ p.jsxs(xe.Trigger, { className: "flex gap-2 items-center py-2 w-full text-sm text-muted-foreground -translate-x-1.5", children: [
|
|
4710
|
+
t ? /* @__PURE__ */ p.jsx(Go, { size: 14 }) : /* @__PURE__ */ p.jsx(Wo, { size: 14 }),
|
|
4711
|
+
/* @__PURE__ */ p.jsx("span", { children: Vs[r] })
|
|
4712
4712
|
] }),
|
|
4713
|
-
/* @__PURE__ */
|
|
4713
|
+
/* @__PURE__ */ p.jsx(xe.Content, { className: "pb-4", children: e.map((l, n) => (
|
|
4714
4714
|
// eslint-disable-next-line react/no-array-index-key
|
|
4715
|
-
/* @__PURE__ */
|
|
4715
|
+
/* @__PURE__ */ p.jsx(
|
|
4716
4716
|
Js,
|
|
4717
4717
|
{
|
|
4718
4718
|
type: r,
|
|
@@ -4730,73 +4730,73 @@ const qs = ({
|
|
|
4730
4730
|
schema: e,
|
|
4731
4731
|
level: r
|
|
4732
4732
|
}) => {
|
|
4733
|
-
const [t, o] = ge(!0),
|
|
4733
|
+
const [t, o] = ge(!0), i = la(() => o((l) => !l), []);
|
|
4734
4734
|
for (const [l, n] of ja(Ks))
|
|
4735
4735
|
if (e[l])
|
|
4736
|
-
return /* @__PURE__ */
|
|
4736
|
+
return /* @__PURE__ */ p.jsx(
|
|
4737
4737
|
Ds,
|
|
4738
4738
|
{
|
|
4739
4739
|
schemas: e[l],
|
|
4740
4740
|
type: n,
|
|
4741
4741
|
isOpen: t,
|
|
4742
|
-
toggleOpen:
|
|
4742
|
+
toggleOpen: i,
|
|
4743
4743
|
level: r
|
|
4744
4744
|
}
|
|
4745
4745
|
);
|
|
4746
|
-
}, eo = () => /* @__PURE__ */
|
|
4747
|
-
/* @__PURE__ */
|
|
4748
|
-
/* @__PURE__ */
|
|
4746
|
+
}, eo = () => /* @__PURE__ */ p.jsxs("div", { className: "flex items-center gap-2 italic text-sm text-muted-foreground font-mono bg-muted px-2 py-0.5 rounded-md", children: [
|
|
4747
|
+
/* @__PURE__ */ p.jsx(Vo, { size: 16 }),
|
|
4748
|
+
/* @__PURE__ */ p.jsx("span", { children: "circular" })
|
|
4749
4749
|
] }), Ys = ({
|
|
4750
4750
|
name: e,
|
|
4751
4751
|
schema: r,
|
|
4752
4752
|
group: t,
|
|
4753
4753
|
level: o,
|
|
4754
|
-
defaultOpen:
|
|
4754
|
+
defaultOpen: i = !1,
|
|
4755
4755
|
showCollapseButton: l = !0
|
|
4756
4756
|
}) => {
|
|
4757
|
-
const [n, a] = ge(
|
|
4758
|
-
return hr(r) ? /* @__PURE__ */
|
|
4759
|
-
/* @__PURE__ */
|
|
4760
|
-
/* @__PURE__ */
|
|
4761
|
-
t === "optional" && /* @__PURE__ */
|
|
4762
|
-
/* @__PURE__ */
|
|
4763
|
-
] }) }) }) : /* @__PURE__ */
|
|
4764
|
-
/* @__PURE__ */
|
|
4765
|
-
/* @__PURE__ */
|
|
4766
|
-
/* @__PURE__ */
|
|
4757
|
+
const [n, a] = ge(i);
|
|
4758
|
+
return hr(r) ? /* @__PURE__ */ p.jsx("li", { className: "p-4 bg-border/20 hover:bg-border/30", children: /* @__PURE__ */ p.jsx("div", { className: "flex flex-col gap-1 justify-between text-sm", children: /* @__PURE__ */ p.jsxs("div", { className: "flex gap-2 items-center", children: [
|
|
4759
|
+
/* @__PURE__ */ p.jsx("code", { children: e }),
|
|
4760
|
+
/* @__PURE__ */ p.jsx(we, { variant: "muted", children: "object" }),
|
|
4761
|
+
t === "optional" && /* @__PURE__ */ p.jsx(we, { variant: "outline", children: "optional" }),
|
|
4762
|
+
/* @__PURE__ */ p.jsx(eo, {})
|
|
4763
|
+
] }) }) }) : /* @__PURE__ */ p.jsx("li", { className: "p-4 bg-border/20 hover:bg-border/30", children: /* @__PURE__ */ p.jsxs("div", { className: "flex flex-col gap-1 justify-between text-sm", children: [
|
|
4764
|
+
/* @__PURE__ */ p.jsxs("div", { className: "flex gap-2 items-center", children: [
|
|
4765
|
+
/* @__PURE__ */ p.jsx("code", { children: e }),
|
|
4766
|
+
/* @__PURE__ */ p.jsx(we, { variant: "muted", children: r.type === "array" && r.items.type ? /* @__PURE__ */ p.jsxs("span", { children: [
|
|
4767
4767
|
r.items.type,
|
|
4768
4768
|
"[]"
|
|
4769
|
-
] }) : Array.isArray(r.type) ? /* @__PURE__ */
|
|
4770
|
-
t === "optional" && /* @__PURE__ */
|
|
4771
|
-
r.type === "array" && "items" in r && hr(r.items) && /* @__PURE__ */
|
|
4769
|
+
] }) : Array.isArray(r.type) ? /* @__PURE__ */ p.jsx("span", { children: r.type.join(" | ") }) : /* @__PURE__ */ p.jsx("span", { children: r.type }) }),
|
|
4770
|
+
t === "optional" && /* @__PURE__ */ p.jsx(we, { variant: "outline", children: "optional" }),
|
|
4771
|
+
r.type === "array" && "items" in r && hr(r.items) && /* @__PURE__ */ p.jsx(eo, {})
|
|
4772
4772
|
] }),
|
|
4773
|
-
r.description && /* @__PURE__ */
|
|
4773
|
+
r.description && /* @__PURE__ */ p.jsx(
|
|
4774
4774
|
Se,
|
|
4775
4775
|
{
|
|
4776
4776
|
className: se(Re, "text-sm leading-normal line-clamp-4"),
|
|
4777
4777
|
content: r.description
|
|
4778
4778
|
}
|
|
4779
4779
|
),
|
|
4780
|
-
(br(r) || Qs(r)) && /* @__PURE__ */
|
|
4780
|
+
(br(r) || Qs(r)) && /* @__PURE__ */ p.jsxs(
|
|
4781
4781
|
xe.Root,
|
|
4782
4782
|
{
|
|
4783
|
-
defaultOpen:
|
|
4783
|
+
defaultOpen: i,
|
|
4784
4784
|
open: n,
|
|
4785
4785
|
onOpenChange: () => a(!n),
|
|
4786
4786
|
children: [
|
|
4787
|
-
l && /* @__PURE__ */
|
|
4787
|
+
l && /* @__PURE__ */ p.jsx(xe.Trigger, { asChild: !0, children: /* @__PURE__ */ p.jsxs(
|
|
4788
4788
|
co,
|
|
4789
4789
|
{
|
|
4790
4790
|
variant: "outline",
|
|
4791
4791
|
size: "sm",
|
|
4792
4792
|
className: "mt-2 flex gap-1.5",
|
|
4793
4793
|
children: [
|
|
4794
|
-
/* @__PURE__ */
|
|
4794
|
+
/* @__PURE__ */ p.jsx(Jo, { size: 18 }),
|
|
4795
4795
|
n ? "Hide nested properties" : "Show nested properties"
|
|
4796
4796
|
]
|
|
4797
4797
|
}
|
|
4798
4798
|
) }),
|
|
4799
|
-
/* @__PURE__ */
|
|
4799
|
+
/* @__PURE__ */ p.jsx(xe.Content, { children: /* @__PURE__ */ p.jsx("div", { className: "mt-2", children: br(r) ? /* @__PURE__ */ p.jsx(Co, { schema: r, level: o + 1 }) : r.type === "object" ? /* @__PURE__ */ p.jsx(Ge, { schema: r, level: o + 1 }) : r.type === "array" && "items" in r && typeof r.items == "object" && !hr(r.items) && /* @__PURE__ */ p.jsx(Ge, { schema: r.items, level: o + 1 }) }) })
|
|
4800
4800
|
]
|
|
4801
4801
|
}
|
|
4802
4802
|
)
|
|
@@ -4807,85 +4807,85 @@ const qs = ({
|
|
|
4807
4807
|
defaultOpen: t = !1
|
|
4808
4808
|
}) => {
|
|
4809
4809
|
if (!e || Object.keys(e).length === 0)
|
|
4810
|
-
return /* @__PURE__ */
|
|
4811
|
-
const o = (
|
|
4812
|
-
if (br(
|
|
4813
|
-
return /* @__PURE__ */
|
|
4814
|
-
if (
|
|
4815
|
-
const n =
|
|
4816
|
-
return typeof n.type == "string" && ["string", "number", "boolean", "integer"].includes(n.type) ? /* @__PURE__ */
|
|
4817
|
-
/* @__PURE__ */
|
|
4810
|
+
return /* @__PURE__ */ p.jsx(be, { className: "p-4", children: /* @__PURE__ */ p.jsx("span", { className: "text-sm text-muted-foreground italic", children: "No response specified" }) });
|
|
4811
|
+
const o = (i, l) => {
|
|
4812
|
+
if (br(i))
|
|
4813
|
+
return /* @__PURE__ */ p.jsx(Co, { schema: i, level: l });
|
|
4814
|
+
if (i.type === "array" && i.items) {
|
|
4815
|
+
const n = i.items;
|
|
4816
|
+
return typeof n.type == "string" && ["string", "number", "boolean", "integer"].includes(n.type) ? /* @__PURE__ */ p.jsxs(be, { className: "p-4", children: [
|
|
4817
|
+
/* @__PURE__ */ p.jsxs("span", { className: "text-sm text-muted-foreground", children: [
|
|
4818
4818
|
n.type,
|
|
4819
4819
|
"[]"
|
|
4820
4820
|
] }),
|
|
4821
|
-
|
|
4821
|
+
i.description && /* @__PURE__ */ p.jsx(
|
|
4822
4822
|
Se,
|
|
4823
4823
|
{
|
|
4824
4824
|
className: se(
|
|
4825
4825
|
Re,
|
|
4826
4826
|
"text-sm leading-normal line-clamp-4"
|
|
4827
4827
|
),
|
|
4828
|
-
content:
|
|
4828
|
+
content: i.description
|
|
4829
4829
|
}
|
|
4830
4830
|
)
|
|
4831
|
-
] }) : n.type === "object" ? /* @__PURE__ */
|
|
4832
|
-
/* @__PURE__ */
|
|
4831
|
+
] }) : n.type === "object" ? /* @__PURE__ */ p.jsxs(be, { className: "flex flex-col gap-2 bg-border/30 p-4", children: [
|
|
4832
|
+
/* @__PURE__ */ p.jsx("span", { className: "text-sm text-muted-foreground", children: "object[]" }),
|
|
4833
4833
|
o(n, l + 1)
|
|
4834
4834
|
] }) : o(n, l + 1);
|
|
4835
4835
|
}
|
|
4836
|
-
if (
|
|
4837
|
-
return /* @__PURE__ */
|
|
4838
|
-
"name" in
|
|
4839
|
-
/* @__PURE__ */
|
|
4840
|
-
|
|
4836
|
+
if (i.type === "object" && (!i.properties || Object.keys(i.properties).length === 0))
|
|
4837
|
+
return /* @__PURE__ */ p.jsxs(be, { className: "p-4 flex gap-2 items-center", children: [
|
|
4838
|
+
"name" in i && /* @__PURE__ */ p.jsx(p.Fragment, { children: i.name }),
|
|
4839
|
+
/* @__PURE__ */ p.jsx("span", { className: "text-sm text-muted-foreground", children: "object" }),
|
|
4840
|
+
i.description && /* @__PURE__ */ p.jsx(
|
|
4841
4841
|
Se,
|
|
4842
4842
|
{
|
|
4843
4843
|
className: se(
|
|
4844
4844
|
Re,
|
|
4845
4845
|
"text-sm leading-normal line-clamp-4"
|
|
4846
4846
|
),
|
|
4847
|
-
content:
|
|
4847
|
+
content: i.description
|
|
4848
4848
|
}
|
|
4849
4849
|
)
|
|
4850
4850
|
] });
|
|
4851
|
-
if (
|
|
4851
|
+
if (i.properties) {
|
|
4852
4852
|
const n = fo(
|
|
4853
|
-
Object.entries(
|
|
4854
|
-
([
|
|
4853
|
+
Object.entries(i.properties),
|
|
4854
|
+
([s, c]) => {
|
|
4855
4855
|
var h;
|
|
4856
|
-
return c.deprecated ? "deprecated" : (h =
|
|
4856
|
+
return c.deprecated ? "deprecated" : (h = i.required) != null && h.includes(s) ? "required" : "optional";
|
|
4857
4857
|
}
|
|
4858
4858
|
), a = ["required", "optional", "deprecated"];
|
|
4859
|
-
return /* @__PURE__ */
|
|
4860
|
-
(
|
|
4859
|
+
return /* @__PURE__ */ p.jsx(be, { className: "divide-y overflow-hidden", children: a.map(
|
|
4860
|
+
(s) => n[s] && /* @__PURE__ */ p.jsx("ul", { className: "divide-y", children: n[s].map(([c, h]) => /* @__PURE__ */ p.jsx(
|
|
4861
4861
|
Ys,
|
|
4862
4862
|
{
|
|
4863
4863
|
name: c,
|
|
4864
4864
|
schema: h,
|
|
4865
|
-
group:
|
|
4865
|
+
group: s,
|
|
4866
4866
|
level: l,
|
|
4867
4867
|
defaultOpen: t
|
|
4868
4868
|
},
|
|
4869
4869
|
c
|
|
4870
|
-
)) },
|
|
4870
|
+
)) }, s)
|
|
4871
4871
|
) });
|
|
4872
4872
|
}
|
|
4873
|
-
return typeof
|
|
4874
|
-
/* @__PURE__ */
|
|
4875
|
-
|
|
4873
|
+
return typeof i.type == "string" && ["string", "number", "boolean", "integer", "null"].includes(i.type) ? /* @__PURE__ */ p.jsxs(be, { className: "p-4", children: [
|
|
4874
|
+
/* @__PURE__ */ p.jsx("span", { className: "text-sm text-muted-foreground", children: i.type }),
|
|
4875
|
+
i.description && /* @__PURE__ */ p.jsx(
|
|
4876
4876
|
Se,
|
|
4877
4877
|
{
|
|
4878
4878
|
className: se(
|
|
4879
4879
|
Re,
|
|
4880
4880
|
"text-sm leading-normal line-clamp-4"
|
|
4881
4881
|
),
|
|
4882
|
-
content:
|
|
4882
|
+
content: i.description
|
|
4883
4883
|
}
|
|
4884
4884
|
)
|
|
4885
|
-
] }) :
|
|
4886
|
-
/* @__PURE__ */
|
|
4887
|
-
/* @__PURE__ */
|
|
4888
|
-
|
|
4885
|
+
] }) : i.additionalProperties ? /* @__PURE__ */ p.jsxs(be, { className: "my-2", children: [
|
|
4886
|
+
/* @__PURE__ */ p.jsx(ya, { children: /* @__PURE__ */ p.jsx(ma, { children: "Additional Properties:" }) }),
|
|
4887
|
+
/* @__PURE__ */ p.jsx(ga, { children: o(
|
|
4888
|
+
i.additionalProperties,
|
|
4889
4889
|
l + 1
|
|
4890
4890
|
) })
|
|
4891
4891
|
] }) : null;
|
|
@@ -4895,14 +4895,14 @@ const qs = ({
|
|
|
4895
4895
|
operationFragment: e,
|
|
4896
4896
|
serverUrl: r
|
|
4897
4897
|
}) => {
|
|
4898
|
-
var
|
|
4898
|
+
var s, c, h;
|
|
4899
4899
|
const t = wa(el, e), o = fo(
|
|
4900
4900
|
t.parameters ?? [],
|
|
4901
|
-
(
|
|
4902
|
-
),
|
|
4903
|
-
return /* @__PURE__ */
|
|
4904
|
-
t.deprecated && /* @__PURE__ */
|
|
4905
|
-
/* @__PURE__ */
|
|
4901
|
+
(d) => d.in
|
|
4902
|
+
), i = $r(null), l = t.responses.at(0), [n, a] = ge(l == null ? void 0 : l.statusCode);
|
|
4903
|
+
return /* @__PURE__ */ p.jsxs("div", { className: "border-b-2 mb-16 pb-16", children: [
|
|
4904
|
+
t.deprecated && /* @__PURE__ */ p.jsx(we, { variant: "muted", className: "text-xs mb-4", children: "deprecated" }),
|
|
4905
|
+
/* @__PURE__ */ p.jsxs(
|
|
4906
4906
|
"div",
|
|
4907
4907
|
{
|
|
4908
4908
|
className: se(
|
|
@@ -4910,7 +4910,7 @@ const qs = ({
|
|
|
4910
4910
|
t.deprecated && "opacity-50 transition hover:opacity-100"
|
|
4911
4911
|
),
|
|
4912
4912
|
children: [
|
|
4913
|
-
/* @__PURE__ */
|
|
4913
|
+
/* @__PURE__ */ p.jsx(
|
|
4914
4914
|
Be,
|
|
4915
4915
|
{
|
|
4916
4916
|
level: 2,
|
|
@@ -4920,60 +4920,60 @@ const qs = ({
|
|
|
4920
4920
|
children: t.summary
|
|
4921
4921
|
}
|
|
4922
4922
|
),
|
|
4923
|
-
/* @__PURE__ */
|
|
4924
|
-
/* @__PURE__ */
|
|
4925
|
-
/* @__PURE__ */
|
|
4923
|
+
/* @__PURE__ */ p.jsxs("div", { className: "text-sm flex gap-2 font-mono col-span-full", children: [
|
|
4924
|
+
/* @__PURE__ */ p.jsx("span", { className: io(t.method), children: t.method.toUpperCase() }),
|
|
4925
|
+
/* @__PURE__ */ p.jsxs(
|
|
4926
4926
|
"div",
|
|
4927
4927
|
{
|
|
4928
|
-
ref:
|
|
4928
|
+
ref: i,
|
|
4929
4929
|
className: "max-w-full truncate flex cursor-pointer",
|
|
4930
4930
|
onClick: () => {
|
|
4931
|
-
if (
|
|
4932
|
-
const
|
|
4933
|
-
|
|
4931
|
+
if (i.current) {
|
|
4932
|
+
const d = document.createRange();
|
|
4933
|
+
d.selectNodeContents(i.current);
|
|
4934
4934
|
const m = window.getSelection();
|
|
4935
|
-
m == null || m.removeAllRanges(), m == null || m.addRange(
|
|
4935
|
+
m == null || m.removeAllRanges(), m == null || m.addRange(d);
|
|
4936
4936
|
}
|
|
4937
4937
|
},
|
|
4938
4938
|
children: [
|
|
4939
|
-
r && /* @__PURE__ */
|
|
4940
|
-
/* @__PURE__ */
|
|
4939
|
+
r && /* @__PURE__ */ p.jsx("div", { className: "text-neutral-400 dark:text-neutral-500 truncate", children: r }),
|
|
4940
|
+
/* @__PURE__ */ p.jsx("div", { className: "text-neutral-900 dark:text-neutral-200", children: t.path })
|
|
4941
4941
|
]
|
|
4942
4942
|
}
|
|
4943
4943
|
)
|
|
4944
4944
|
] }),
|
|
4945
|
-
/* @__PURE__ */
|
|
4946
|
-
t.description && /* @__PURE__ */
|
|
4945
|
+
/* @__PURE__ */ p.jsxs("div", { className: "flex flex-col gap-4", children: [
|
|
4946
|
+
t.description && /* @__PURE__ */ p.jsx(
|
|
4947
4947
|
Se,
|
|
4948
4948
|
{
|
|
4949
4949
|
className: `${Re} max-w-full prose-img:max-w-prose`,
|
|
4950
4950
|
content: t.description
|
|
4951
4951
|
}
|
|
4952
4952
|
),
|
|
4953
|
-
t.parameters && t.parameters.length > 0 && /* @__PURE__ */
|
|
4954
|
-
(
|
|
4953
|
+
t.parameters && t.parameters.length > 0 && /* @__PURE__ */ p.jsx(p.Fragment, { children: Xs.flatMap(
|
|
4954
|
+
(d) => {
|
|
4955
4955
|
var m;
|
|
4956
|
-
return (m = o[
|
|
4956
|
+
return (m = o[d]) != null && m.length ? /* @__PURE__ */ p.jsx(
|
|
4957
4957
|
Ra,
|
|
4958
4958
|
{
|
|
4959
4959
|
summary: t.summary ?? void 0,
|
|
4960
4960
|
id: t.slug,
|
|
4961
|
-
parameters: o[
|
|
4962
|
-
group:
|
|
4961
|
+
parameters: o[d],
|
|
4962
|
+
group: d
|
|
4963
4963
|
},
|
|
4964
|
-
|
|
4964
|
+
d
|
|
4965
4965
|
) : [];
|
|
4966
4966
|
}
|
|
4967
4967
|
) }),
|
|
4968
|
-
Pa((h = (c = (
|
|
4969
|
-
/* @__PURE__ */
|
|
4968
|
+
Pa((h = (c = (s = t.requestBody) == null ? void 0 : s.content) == null ? void 0 : c.at(0)) == null ? void 0 : h.schema, (d) => /* @__PURE__ */ p.jsxs("div", { className: "mt-4 flex flex-col gap-4", children: [
|
|
4969
|
+
/* @__PURE__ */ p.jsxs(
|
|
4970
4970
|
Be,
|
|
4971
4971
|
{
|
|
4972
4972
|
level: 3,
|
|
4973
4973
|
className: "capitalize",
|
|
4974
4974
|
id: `${t.slug}/request-body`,
|
|
4975
4975
|
children: [
|
|
4976
|
-
t.summary && /* @__PURE__ */
|
|
4976
|
+
t.summary && /* @__PURE__ */ p.jsxs(mr, { children: [
|
|
4977
4977
|
t.summary,
|
|
4978
4978
|
" › "
|
|
4979
4979
|
] }),
|
|
@@ -4981,17 +4981,17 @@ const qs = ({
|
|
|
4981
4981
|
]
|
|
4982
4982
|
}
|
|
4983
4983
|
),
|
|
4984
|
-
/* @__PURE__ */
|
|
4984
|
+
/* @__PURE__ */ p.jsx(Ge, { schema: d })
|
|
4985
4985
|
] })),
|
|
4986
|
-
t.responses.length > 0 && /* @__PURE__ */
|
|
4987
|
-
/* @__PURE__ */
|
|
4986
|
+
t.responses.length > 0 && /* @__PURE__ */ p.jsxs(p.Fragment, { children: [
|
|
4987
|
+
/* @__PURE__ */ p.jsxs(
|
|
4988
4988
|
Be,
|
|
4989
4989
|
{
|
|
4990
4990
|
level: 3,
|
|
4991
4991
|
className: "capitalize mt-8 pt-8 border-t",
|
|
4992
4992
|
id: `${t.slug}/responses`,
|
|
4993
4993
|
children: [
|
|
4994
|
-
t.summary && /* @__PURE__ */
|
|
4994
|
+
t.summary && /* @__PURE__ */ p.jsxs(mr, { children: [
|
|
4995
4995
|
t.summary,
|
|
4996
4996
|
" › "
|
|
4997
4997
|
] }),
|
|
@@ -4999,35 +4999,35 @@ const qs = ({
|
|
|
4999
4999
|
]
|
|
5000
5000
|
}
|
|
5001
5001
|
),
|
|
5002
|
-
/* @__PURE__ */
|
|
5002
|
+
/* @__PURE__ */ p.jsxs(
|
|
5003
5003
|
fa,
|
|
5004
5004
|
{
|
|
5005
|
-
onValueChange: (
|
|
5005
|
+
onValueChange: (d) => a(d),
|
|
5006
5006
|
value: n,
|
|
5007
5007
|
children: [
|
|
5008
|
-
t.responses.length > 1 && /* @__PURE__ */
|
|
5008
|
+
t.responses.length > 1 && /* @__PURE__ */ p.jsx(pa, { children: t.responses.map((d) => /* @__PURE__ */ p.jsx(
|
|
5009
5009
|
da,
|
|
5010
5010
|
{
|
|
5011
|
-
value:
|
|
5012
|
-
title:
|
|
5013
|
-
children:
|
|
5011
|
+
value: d.statusCode,
|
|
5012
|
+
title: d.description ?? void 0,
|
|
5013
|
+
children: d.statusCode
|
|
5014
5014
|
},
|
|
5015
|
-
|
|
5015
|
+
d.statusCode
|
|
5016
5016
|
)) }),
|
|
5017
|
-
/* @__PURE__ */
|
|
5018
|
-
var m,
|
|
5019
|
-
return /* @__PURE__ */
|
|
5017
|
+
/* @__PURE__ */ p.jsx("ul", { className: "list-none m-0 px-0", children: t.responses.map((d) => {
|
|
5018
|
+
var m, v;
|
|
5019
|
+
return /* @__PURE__ */ p.jsx(
|
|
5020
5020
|
ha,
|
|
5021
5021
|
{
|
|
5022
|
-
value:
|
|
5023
|
-
children: /* @__PURE__ */
|
|
5022
|
+
value: d.statusCode,
|
|
5023
|
+
children: /* @__PURE__ */ p.jsx(
|
|
5024
5024
|
Ge,
|
|
5025
5025
|
{
|
|
5026
|
-
schema: (
|
|
5026
|
+
schema: (v = (m = d.content) == null ? void 0 : m.find((j) => j.schema)) == null ? void 0 : v.schema
|
|
5027
5027
|
}
|
|
5028
5028
|
)
|
|
5029
5029
|
},
|
|
5030
|
-
|
|
5030
|
+
d.statusCode
|
|
5031
5031
|
);
|
|
5032
5032
|
}) })
|
|
5033
5033
|
]
|
|
@@ -5035,7 +5035,7 @@ const qs = ({
|
|
|
5035
5035
|
)
|
|
5036
5036
|
] })
|
|
5037
5037
|
] }),
|
|
5038
|
-
/* @__PURE__ */
|
|
5038
|
+
/* @__PURE__ */ p.jsx(
|
|
5039
5039
|
Ms,
|
|
5040
5040
|
{
|
|
5041
5041
|
selectedResponse: n,
|
|
@@ -5152,34 +5152,34 @@ const el = rt(
|
|
|
5152
5152
|
tag: e,
|
|
5153
5153
|
untagged: r
|
|
5154
5154
|
}) => {
|
|
5155
|
-
var
|
|
5156
|
-
const { input: t, type: o, versions:
|
|
5155
|
+
var T;
|
|
5156
|
+
const { input: t, type: o, versions: i, version: l, options: n } = Sr(), a = Or(tl, {
|
|
5157
5157
|
input: t,
|
|
5158
5158
|
type: o,
|
|
5159
5159
|
tag: e,
|
|
5160
5160
|
untagged: r
|
|
5161
|
-
}),
|
|
5162
|
-
data: { schema:
|
|
5163
|
-
} =
|
|
5161
|
+
}), s = xr(a), {
|
|
5162
|
+
data: { schema: c }
|
|
5163
|
+
} = s, { selectedServer: h } = jr(c.servers), d = c.title, m = c.summary, v = c.description, j = Ko(), b = c.operations, u = (T = c.tags.find((f) => f.name === e)) == null ? void 0 : T.description;
|
|
5164
5164
|
Ao();
|
|
5165
|
-
const
|
|
5166
|
-
return /* @__PURE__ */
|
|
5165
|
+
const y = u ? to(u) : m || (v ? to(v) : void 0), g = Object.entries(i).length > 1, S = (n == null ? void 0 : n.showVersionSelect) === "always" || g && (n == null ? void 0 : n.showVersionSelect) !== "hide";
|
|
5166
|
+
return /* @__PURE__ */ p.jsxs(
|
|
5167
5167
|
"div",
|
|
5168
5168
|
{
|
|
5169
5169
|
className: "pt-[--padding-content-top]",
|
|
5170
5170
|
"data-pagefind-filter": "section:openapi",
|
|
5171
5171
|
"data-pagefind-meta": "section:openapi",
|
|
5172
5172
|
children: [
|
|
5173
|
-
/* @__PURE__ */
|
|
5174
|
-
/* @__PURE__ */
|
|
5175
|
-
|
|
5173
|
+
/* @__PURE__ */ p.jsxs(Io, { children: [
|
|
5174
|
+
/* @__PURE__ */ p.jsx("title", { children: [e, d].filter(Boolean).join(" - ") }),
|
|
5175
|
+
y && /* @__PURE__ */ p.jsx("meta", { name: "description", content: y })
|
|
5176
5176
|
] }),
|
|
5177
|
-
/* @__PURE__ */
|
|
5178
|
-
/* @__PURE__ */
|
|
5179
|
-
/* @__PURE__ */
|
|
5180
|
-
/* @__PURE__ */
|
|
5181
|
-
/* @__PURE__ */
|
|
5182
|
-
/* @__PURE__ */
|
|
5177
|
+
/* @__PURE__ */ p.jsxs("div", { className: "mb-8", children: [
|
|
5178
|
+
/* @__PURE__ */ p.jsxs(oo, { className: "w-full", children: [
|
|
5179
|
+
/* @__PURE__ */ p.jsxs("div", { className: "flex flex-col gap-y-4 sm:flex-row justify-around items-start sm:items-end", children: [
|
|
5180
|
+
/* @__PURE__ */ p.jsxs("div", { className: "flex-1", children: [
|
|
5181
|
+
/* @__PURE__ */ p.jsx(oa, { children: d }),
|
|
5182
|
+
/* @__PURE__ */ p.jsxs(
|
|
5183
5183
|
Be,
|
|
5184
5184
|
{
|
|
5185
5185
|
level: 1,
|
|
@@ -5188,7 +5188,7 @@ const el = rt(
|
|
|
5188
5188
|
className: "mb-0",
|
|
5189
5189
|
children: [
|
|
5190
5190
|
e,
|
|
5191
|
-
|
|
5191
|
+
S && /* @__PURE__ */ p.jsxs("span", { className: "text-xl text-muted-foreground ml-1.5", children: [
|
|
5192
5192
|
" ",
|
|
5193
5193
|
"(",
|
|
5194
5194
|
l,
|
|
@@ -5198,28 +5198,29 @@ const el = rt(
|
|
|
5198
5198
|
}
|
|
5199
5199
|
)
|
|
5200
5200
|
] }),
|
|
5201
|
-
/* @__PURE__ */
|
|
5202
|
-
|
|
5201
|
+
/* @__PURE__ */ p.jsxs("div", { className: "flex flex-col gap-4 sm:items-end", children: [
|
|
5202
|
+
S && /* @__PURE__ */ p.jsxs(
|
|
5203
5203
|
Zo,
|
|
5204
5204
|
{
|
|
5205
|
-
onValueChange: (
|
|
5205
|
+
onValueChange: (f) => j(i[f]),
|
|
5206
5206
|
defaultValue: l,
|
|
5207
|
+
disabled: !g,
|
|
5207
5208
|
children: [
|
|
5208
|
-
/* @__PURE__ */
|
|
5209
|
-
/* @__PURE__ */
|
|
5209
|
+
/* @__PURE__ */ p.jsx(ea, { className: "w-[180px]", children: /* @__PURE__ */ p.jsx(ta, { placeholder: "Select version" }) }),
|
|
5210
|
+
/* @__PURE__ */ p.jsx(ra, { children: Object.entries(i).map(([f]) => /* @__PURE__ */ p.jsx(na, { value: f, children: f }, f)) })
|
|
5210
5211
|
]
|
|
5211
5212
|
}
|
|
5212
5213
|
),
|
|
5213
|
-
|
|
5214
|
-
/* @__PURE__ */
|
|
5215
|
-
/* @__PURE__ */
|
|
5214
|
+
c.description && /* @__PURE__ */ p.jsxs(yr, { className: "flex items-center gap-1 text-sm font-medium text-muted-foreground group", children: [
|
|
5215
|
+
/* @__PURE__ */ p.jsx("span", { children: "Schema description" }),
|
|
5216
|
+
/* @__PURE__ */ p.jsx(
|
|
5216
5217
|
ro,
|
|
5217
5218
|
{
|
|
5218
5219
|
className: "group-data-[state=open]:hidden translate-y-px",
|
|
5219
5220
|
size: 14
|
|
5220
5221
|
}
|
|
5221
5222
|
),
|
|
5222
|
-
/* @__PURE__ */
|
|
5223
|
+
/* @__PURE__ */ p.jsx(
|
|
5223
5224
|
Do,
|
|
5224
5225
|
{
|
|
5225
5226
|
className: "group-data-[state=closed]:hidden translate-y-px",
|
|
@@ -5229,43 +5230,43 @@ const el = rt(
|
|
|
5229
5230
|
] })
|
|
5230
5231
|
] })
|
|
5231
5232
|
] }),
|
|
5232
|
-
|
|
5233
|
+
c.description && /* @__PURE__ */ p.jsx(ao, { className: "CollapsibleContent", children: /* @__PURE__ */ p.jsx(
|
|
5233
5234
|
"div",
|
|
5234
5235
|
{
|
|
5235
5236
|
className: se(
|
|
5236
5237
|
Re,
|
|
5237
5238
|
"pt-4 max-w-full prose-img:max-w-prose"
|
|
5238
5239
|
),
|
|
5239
|
-
children: /* @__PURE__ */
|
|
5240
|
+
children: /* @__PURE__ */ p.jsx(
|
|
5240
5241
|
Se,
|
|
5241
5242
|
{
|
|
5242
5243
|
className: "border rounded bg-muted/25 border-border px-2.5 md:px-4",
|
|
5243
|
-
content:
|
|
5244
|
+
content: c.description
|
|
5244
5245
|
}
|
|
5245
5246
|
)
|
|
5246
5247
|
}
|
|
5247
5248
|
) })
|
|
5248
5249
|
] }),
|
|
5249
|
-
|
|
5250
|
+
u && /* @__PURE__ */ p.jsx(
|
|
5250
5251
|
"div",
|
|
5251
5252
|
{
|
|
5252
5253
|
className: se(
|
|
5253
5254
|
Re,
|
|
5254
5255
|
"my-4 max-w-full prose-img:max-w-prose"
|
|
5255
5256
|
),
|
|
5256
|
-
children: /* @__PURE__ */
|
|
5257
|
+
children: /* @__PURE__ */ p.jsx(Se, { content: u })
|
|
5257
5258
|
}
|
|
5258
5259
|
)
|
|
5259
5260
|
] }),
|
|
5260
|
-
/* @__PURE__ */
|
|
5261
|
-
/* @__PURE__ */
|
|
5262
|
-
|
|
5261
|
+
/* @__PURE__ */ p.jsx("hr", {}),
|
|
5262
|
+
/* @__PURE__ */ p.jsx("div", { className: "my-4 flex items-center justify-end gap-4", children: /* @__PURE__ */ p.jsx(Oa, {}) }),
|
|
5263
|
+
b.map((f) => /* @__PURE__ */ p.jsx(
|
|
5263
5264
|
Zs,
|
|
5264
5265
|
{
|
|
5265
|
-
serverUrl:
|
|
5266
|
-
operationFragment:
|
|
5266
|
+
serverUrl: h,
|
|
5267
|
+
operationFragment: f
|
|
5267
5268
|
},
|
|
5268
|
-
|
|
5269
|
+
f.slug
|
|
5269
5270
|
))
|
|
5270
5271
|
]
|
|
5271
5272
|
}
|
|
@@ -5275,4 +5276,4 @@ export {
|
|
|
5275
5276
|
Ol as OperationList,
|
|
5276
5277
|
el as OperationsFragment
|
|
5277
5278
|
};
|
|
5278
|
-
//# sourceMappingURL=OperationList-
|
|
5279
|
+
//# sourceMappingURL=OperationList-Br5x22KD.js.map
|