@scalar/api-client 2.5.22 → 2.5.25
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/CHANGELOG.md +80 -0
- package/README.md +2 -2
- package/dist/components/CodeInput/CodeInput.vue.d.ts +0 -3
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +1 -1
- package/dist/components/CodeInput/CodeInput.vue2.js +86 -106
- package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -1
- package/dist/components/CodeInput/codeVariableWidget.js +55 -87
- package/dist/components/DataTable/DataTableInput.vue.d.ts +1 -6
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +3 -3
- package/dist/components/EmptyState.vue.d.ts.map +1 -1
- package/dist/components/EmptyState.vue.js +1 -1
- package/dist/components/EmptyState.vue2.js +12 -12
- package/dist/components/Server/ServerVariablesTextbox.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerVariablesTextbox.vue.js +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.js +11 -12
- package/dist/components/TopNav/TopNav.vue.js +50 -51
- package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNavItem.vue.js +1 -1
- package/dist/components/TopNav/TopNavItem.vue2.js +19 -20
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +8 -8
- package/dist/layouts/App/create-api-client-app.d.ts +50 -50
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.d.ts +100 -100
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts +50 -50
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +50 -50
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/send-request/create-request-operation.test.d.ts +5 -5
- package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
- package/dist/store/active-entities.d.ts +5 -5
- package/dist/store/active-entities.d.ts.map +1 -1
- package/dist/store/request-example.d.ts +50 -50
- package/dist/store/request-example.d.ts.map +1 -1
- package/dist/store/store.d.ts +50 -50
- package/dist/store/store.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/views/Collection/components/EnvironmentForm.vue.js +2 -2
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +14 -15
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +71 -65
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +80 -59
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +52 -52
- package/dist/views/Request/RequestSection/RequestBody.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestBody.vue2.js +1 -1
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +5 -7
- package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
- package/dist/views/Request/RequestSection/helpers/filter-security-requirements.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/helpers/filter-security-requirements.js +26 -13
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue2.js +26 -37
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +9 -9
- package/package.json +16 -17
- package/dist/components/ScalarHotkey.test.d.ts +0 -2
- package/dist/components/ScalarHotkey.test.d.ts.map +0 -1
- package/dist/components/ScalarHotkey.vue.d.ts +0 -8
- package/dist/components/ScalarHotkey.vue.d.ts.map +0 -1
- package/dist/components/ScalarHotkey.vue.js +0 -44
- package/dist/components/ScalarHotkey.vue2.js +0 -4
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { defineComponent as d, createBlock as
|
|
2
|
-
import { ScalarContextMenu as b, ScalarFloating as v, ScalarDropdownMenu as C, ScalarDropdownButton as
|
|
3
|
-
import { isMacOS as
|
|
4
|
-
import { LibraryIcon as
|
|
5
|
-
|
|
6
|
-
const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center gap-1.5" }, S = { class: "custom-scroll nav-item-copy text-sm" }, L = /* @__PURE__ */ d({
|
|
1
|
+
import { defineComponent as d, createBlock as m, openBlock as p, unref as t, withCtx as n, createVNode as o, createTextVNode as a, createElementVNode as r, normalizeClass as f, toDisplayString as u } from "vue";
|
|
2
|
+
import { ScalarContextMenu as b, ScalarFloating as v, ScalarDropdownMenu as C, ScalarDropdownButton as c, ScalarIcon as l, ScalarHotkey as k, ScalarDropdownDivider as y, ScalarTooltip as g } from "@scalar/components";
|
|
3
|
+
import { isMacOS as T } from "@scalar/helpers/general/is-mac-os";
|
|
4
|
+
import { LibraryIcon as $ } from "@scalar/icons/library";
|
|
5
|
+
const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center gap-1.5" }, S = { class: "custom-scroll nav-item-copy text-sm" }, I = /* @__PURE__ */ d({
|
|
7
6
|
__name: "TopNavItem",
|
|
8
7
|
props: {
|
|
9
8
|
hotkey: {},
|
|
@@ -14,23 +13,23 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
|
|
|
14
13
|
},
|
|
15
14
|
emits: ["click", "close", "newTab", "copyUrl", "closeOtherTabs"],
|
|
16
15
|
setup(z) {
|
|
17
|
-
return (s, e) => (p(),
|
|
16
|
+
return (s, e) => (p(), m(t(b), { triggerClass: "overflow-hidden w-full" }, {
|
|
18
17
|
trigger: n(() => [
|
|
19
|
-
o(t(
|
|
20
|
-
content: `${t(
|
|
18
|
+
o(t(g), {
|
|
19
|
+
content: `${t(T)() ? "⌘" : "^"} ${s.hotkey}`,
|
|
21
20
|
placement: "bottom"
|
|
22
21
|
}, {
|
|
23
22
|
default: n(() => [
|
|
24
23
|
r("div", {
|
|
25
|
-
class:
|
|
24
|
+
class: f(["nav-item app-no-drag-region", { "nav-item__active": s.active }]),
|
|
26
25
|
onClick: e[1] || (e[1] = (i) => s.$emit("click"))
|
|
27
26
|
}, [
|
|
28
27
|
r("div", w, [
|
|
29
|
-
s.isCollection ? (p(),
|
|
28
|
+
s.isCollection ? (p(), m(t($), {
|
|
30
29
|
key: 0,
|
|
31
30
|
class: "size-3.5 min-w-3.5 stroke-2",
|
|
32
31
|
src: s.icon
|
|
33
|
-
}, null, 8, ["src"])) : (p(),
|
|
32
|
+
}, null, 8, ["src"])) : (p(), m(t(l), {
|
|
34
33
|
key: 1,
|
|
35
34
|
icon: s.icon,
|
|
36
35
|
size: "xs",
|
|
@@ -58,7 +57,7 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
|
|
|
58
57
|
floating: n(() => [
|
|
59
58
|
o(t(C), { class: "scalar-app scalar-client" }, {
|
|
60
59
|
default: n(() => [
|
|
61
|
-
o(t(
|
|
60
|
+
o(t(c), {
|
|
62
61
|
class: "flex items-center gap-1.5",
|
|
63
62
|
onClick: e[2] || (e[2] = (i) => s.$emit("newTab"))
|
|
64
63
|
}, {
|
|
@@ -69,7 +68,7 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
|
|
|
69
68
|
thickness: "1.5"
|
|
70
69
|
}),
|
|
71
70
|
e[6] || (e[6] = a(" New Tab ")),
|
|
72
|
-
o(
|
|
71
|
+
o(t(k), {
|
|
73
72
|
class: "bg-b-2 ml-auto",
|
|
74
73
|
hotkey: "T"
|
|
75
74
|
})
|
|
@@ -77,7 +76,7 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
|
|
|
77
76
|
_: 1,
|
|
78
77
|
__: [6]
|
|
79
78
|
}),
|
|
80
|
-
o(t(
|
|
79
|
+
o(t(c), {
|
|
81
80
|
class: "flex items-center gap-1.5",
|
|
82
81
|
onClick: e[3] || (e[3] = (i) => s.$emit("copyUrl"))
|
|
83
82
|
}, {
|
|
@@ -92,8 +91,8 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
|
|
|
92
91
|
_: 1,
|
|
93
92
|
__: [7]
|
|
94
93
|
}),
|
|
95
|
-
o(t(
|
|
96
|
-
o(t(
|
|
94
|
+
o(t(y)),
|
|
95
|
+
o(t(c), {
|
|
97
96
|
class: "flex items-center gap-1.5",
|
|
98
97
|
onClick: e[4] || (e[4] = (i) => s.$emit("close"))
|
|
99
98
|
}, {
|
|
@@ -104,7 +103,7 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
|
|
|
104
103
|
thickness: "1.5"
|
|
105
104
|
}),
|
|
106
105
|
e[8] || (e[8] = a(" Close Tab ")),
|
|
107
|
-
o(
|
|
106
|
+
o(t(k), {
|
|
108
107
|
class: "bg-b-2 ml-auto",
|
|
109
108
|
hotkey: "W"
|
|
110
109
|
})
|
|
@@ -112,7 +111,7 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
|
|
|
112
111
|
_: 1,
|
|
113
112
|
__: [8]
|
|
114
113
|
}),
|
|
115
|
-
o(t(
|
|
114
|
+
o(t(c), {
|
|
116
115
|
class: "flex items-center gap-1.5",
|
|
117
116
|
onClick: e[5] || (e[5] = (i) => s.$emit("closeOtherTabs"))
|
|
118
117
|
}, {
|
|
@@ -139,5 +138,5 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
|
|
|
139
138
|
}
|
|
140
139
|
});
|
|
141
140
|
export {
|
|
142
|
-
|
|
141
|
+
I as default
|
|
143
142
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewLayoutCollapse.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayoutCollapse.vue"],"names":[],"mappings":"AA2GA,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAA;CAChC,CAAC;AA+BF,iBAAS,cAAc;
|
|
1
|
+
{"version":3,"file":"ViewLayoutCollapse.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ViewLayout/ViewLayoutCollapse.vue"],"names":[],"mappings":"AA2GA,KAAK,WAAW,GAAG;IACjB,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAA;CAChC,CAAC;AA+BF,iBAAS,cAAc;WAqLT,OAAO,IAA6B;;;;YAVtB,GAAG;;;YACD,GAAG;;;YACH,GAAG;;;;EAahC;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAQnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as x, useId as v, ref as C, onMounted as k, createBlock as
|
|
1
|
+
import { defineComponent as x, useId as v, ref as C, onMounted as k, createBlock as f, openBlock as l, unref as t, normalizeClass as n, withCtx as i, createElementVNode as s, createVNode as m, createElementBlock as u, createCommentVNode as r, renderSlot as d, createTextVNode as V, toDisplayString as b, mergeProps as _ } from "vue";
|
|
2
2
|
import { Disclosure as O, DisclosureButton as w, DisclosurePanel as B } from "@headlessui/vue";
|
|
3
3
|
import { ScalarIcon as $ } from "@scalar/components";
|
|
4
4
|
const D = ["aria-labelledby"], N = { class: "text-c-1 m-0 flex flex-1 items-center gap-1.5 leading-[20px]" }, I = ["id"], S = {
|
|
@@ -9,7 +9,7 @@ const D = ["aria-labelledby"], N = { class: "text-c-1 m-0 flex flex-1 items-cent
|
|
|
9
9
|
class: "bg-b-2 text-c-2 inline-flex h-5 w-5 items-center justify-center rounded-full border text-xs font-semibold"
|
|
10
10
|
}, E = { class: "sr-only" }, P = {
|
|
11
11
|
key: 0,
|
|
12
|
-
class: "ui-not-open:
|
|
12
|
+
class: "ui-not-open:hidden flex items-center gap-2 pr-0.75"
|
|
13
13
|
}, T = /* @__PURE__ */ x({
|
|
14
14
|
__name: "ViewLayoutCollapse",
|
|
15
15
|
props: {
|
|
@@ -19,21 +19,21 @@ const D = ["aria-labelledby"], N = { class: "text-c-1 m-0 flex flex-1 items-cent
|
|
|
19
19
|
},
|
|
20
20
|
emits: ["update:modelValue"],
|
|
21
21
|
setup(y, { emit: h }) {
|
|
22
|
-
const c = h,
|
|
22
|
+
const c = h, p = v(), a = C(y.defaultOpen), g = () => {
|
|
23
23
|
a.value = !a.value, c("update:modelValue", a.value);
|
|
24
24
|
};
|
|
25
25
|
return k(() => {
|
|
26
26
|
c("update:modelValue", a.value);
|
|
27
|
-
}), (e, j) => (l(),
|
|
27
|
+
}), (e, j) => (l(), f(t(O), {
|
|
28
28
|
as: "div",
|
|
29
|
-
class: n(["group/collapse focus-within:text-c-1 text-c-2 border-b", { "last-of-type:first-of-type:border-b-0": e.layout === "reference" }]),
|
|
29
|
+
class: n(["group/collapse focus-within:text-c-1 text-c-2 last:ui-open:border-b-0 border-b", { "last-of-type:first-of-type:border-b-0": e.layout === "reference" }]),
|
|
30
30
|
defaultOpen: e.defaultOpen,
|
|
31
31
|
static: e.layout === "reference" ? !0 : void 0,
|
|
32
32
|
onClick: g
|
|
33
33
|
}, {
|
|
34
34
|
default: i(({ open: o }) => [
|
|
35
35
|
s("section", {
|
|
36
|
-
"aria-labelledby": t(
|
|
36
|
+
"aria-labelledby": t(p),
|
|
37
37
|
class: "contents"
|
|
38
38
|
}, [
|
|
39
39
|
s("div", {
|
|
@@ -47,7 +47,7 @@ const D = ["aria-labelledby"], N = { class: "text-c-1 m-0 flex flex-1 items-cent
|
|
|
47
47
|
disabled: e.layout === "reference"
|
|
48
48
|
}, {
|
|
49
49
|
default: i(() => [
|
|
50
|
-
e.layout !== "reference" ? (l(),
|
|
50
|
+
e.layout !== "reference" ? (l(), f(t($), {
|
|
51
51
|
key: 0,
|
|
52
52
|
class: n([
|
|
53
53
|
"text-c-3 group-hover:text-c-1 ui-open:rotate-90 ui-not-open:rotate-0 rounded-px outline-offset-2 group-focus-visible:outline"
|
|
@@ -57,7 +57,7 @@ const D = ["aria-labelledby"], N = { class: "text-c-1 m-0 flex flex-1 items-cent
|
|
|
57
57
|
})) : r("", !0),
|
|
58
58
|
s("h2", N, [
|
|
59
59
|
s("span", {
|
|
60
|
-
id: t(
|
|
60
|
+
id: t(p),
|
|
61
61
|
class: "contents"
|
|
62
62
|
}, [
|
|
63
63
|
d(e.$slots, "title", { open: o }),
|
|
@@ -153,8 +153,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
153
153
|
enum?: string[] | undefined;
|
|
154
154
|
examples?: any[] | undefined;
|
|
155
155
|
format?: string | undefined;
|
|
156
|
-
file?: any;
|
|
157
156
|
nullable?: boolean | undefined;
|
|
157
|
+
file?: any;
|
|
158
158
|
}[];
|
|
159
159
|
headers: {
|
|
160
160
|
value: string;
|
|
@@ -169,8 +169,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
169
169
|
enum?: string[] | undefined;
|
|
170
170
|
examples?: any[] | undefined;
|
|
171
171
|
format?: string | undefined;
|
|
172
|
-
file?: any;
|
|
173
172
|
nullable?: boolean | undefined;
|
|
173
|
+
file?: any;
|
|
174
174
|
}[];
|
|
175
175
|
query: {
|
|
176
176
|
value: string;
|
|
@@ -185,8 +185,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
185
185
|
enum?: string[] | undefined;
|
|
186
186
|
examples?: any[] | undefined;
|
|
187
187
|
format?: string | undefined;
|
|
188
|
-
file?: any;
|
|
189
188
|
nullable?: boolean | undefined;
|
|
189
|
+
file?: any;
|
|
190
190
|
}[];
|
|
191
191
|
cookies: {
|
|
192
192
|
value: string;
|
|
@@ -201,8 +201,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
201
201
|
enum?: string[] | undefined;
|
|
202
202
|
examples?: any[] | undefined;
|
|
203
203
|
format?: string | undefined;
|
|
204
|
-
file?: any;
|
|
205
204
|
nullable?: boolean | undefined;
|
|
205
|
+
file?: any;
|
|
206
206
|
}[];
|
|
207
207
|
};
|
|
208
208
|
body: {
|
|
@@ -222,8 +222,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
222
222
|
enum?: string[] | undefined;
|
|
223
223
|
examples?: any[] | undefined;
|
|
224
224
|
format?: string | undefined;
|
|
225
|
-
file?: any;
|
|
226
225
|
nullable?: boolean | undefined;
|
|
226
|
+
file?: any;
|
|
227
227
|
}[];
|
|
228
228
|
encoding: "form-data" | "urlencoded";
|
|
229
229
|
} | undefined;
|
|
@@ -1788,8 +1788,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1788
1788
|
enum?: string[] | undefined;
|
|
1789
1789
|
examples?: any[] | undefined;
|
|
1790
1790
|
format?: string | undefined;
|
|
1791
|
-
file?: any;
|
|
1792
1791
|
nullable?: boolean | undefined;
|
|
1792
|
+
file?: any;
|
|
1793
1793
|
}[];
|
|
1794
1794
|
headers: {
|
|
1795
1795
|
value: string;
|
|
@@ -1804,8 +1804,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1804
1804
|
enum?: string[] | undefined;
|
|
1805
1805
|
examples?: any[] | undefined;
|
|
1806
1806
|
format?: string | undefined;
|
|
1807
|
-
file?: any;
|
|
1808
1807
|
nullable?: boolean | undefined;
|
|
1808
|
+
file?: any;
|
|
1809
1809
|
}[];
|
|
1810
1810
|
query: {
|
|
1811
1811
|
value: string;
|
|
@@ -1820,8 +1820,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1820
1820
|
enum?: string[] | undefined;
|
|
1821
1821
|
examples?: any[] | undefined;
|
|
1822
1822
|
format?: string | undefined;
|
|
1823
|
-
file?: any;
|
|
1824
1823
|
nullable?: boolean | undefined;
|
|
1824
|
+
file?: any;
|
|
1825
1825
|
}[];
|
|
1826
1826
|
cookies: {
|
|
1827
1827
|
value: string;
|
|
@@ -1836,8 +1836,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1836
1836
|
enum?: string[] | undefined;
|
|
1837
1837
|
examples?: any[] | undefined;
|
|
1838
1838
|
format?: string | undefined;
|
|
1839
|
-
file?: any;
|
|
1840
1839
|
nullable?: boolean | undefined;
|
|
1840
|
+
file?: any;
|
|
1841
1841
|
}[];
|
|
1842
1842
|
};
|
|
1843
1843
|
body: {
|
|
@@ -1857,8 +1857,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1857
1857
|
enum?: string[] | undefined;
|
|
1858
1858
|
examples?: any[] | undefined;
|
|
1859
1859
|
format?: string | undefined;
|
|
1860
|
-
file?: any;
|
|
1861
1860
|
nullable?: boolean | undefined;
|
|
1861
|
+
file?: any;
|
|
1862
1862
|
}[];
|
|
1863
1863
|
encoding: "form-data" | "urlencoded";
|
|
1864
1864
|
} | undefined;
|
|
@@ -1889,8 +1889,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1889
1889
|
enum?: string[] | undefined;
|
|
1890
1890
|
examples?: any[] | undefined;
|
|
1891
1891
|
format?: string | undefined;
|
|
1892
|
-
file?: any;
|
|
1893
1892
|
nullable?: boolean | undefined;
|
|
1893
|
+
file?: any;
|
|
1894
1894
|
}[];
|
|
1895
1895
|
headers: {
|
|
1896
1896
|
value: string;
|
|
@@ -1905,8 +1905,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1905
1905
|
enum?: string[] | undefined;
|
|
1906
1906
|
examples?: any[] | undefined;
|
|
1907
1907
|
format?: string | undefined;
|
|
1908
|
-
file?: any;
|
|
1909
1908
|
nullable?: boolean | undefined;
|
|
1909
|
+
file?: any;
|
|
1910
1910
|
}[];
|
|
1911
1911
|
query: {
|
|
1912
1912
|
value: string;
|
|
@@ -1921,8 +1921,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1921
1921
|
enum?: string[] | undefined;
|
|
1922
1922
|
examples?: any[] | undefined;
|
|
1923
1923
|
format?: string | undefined;
|
|
1924
|
-
file?: any;
|
|
1925
1924
|
nullable?: boolean | undefined;
|
|
1925
|
+
file?: any;
|
|
1926
1926
|
}[];
|
|
1927
1927
|
cookies: {
|
|
1928
1928
|
value: string;
|
|
@@ -1937,8 +1937,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1937
1937
|
enum?: string[] | undefined;
|
|
1938
1938
|
examples?: any[] | undefined;
|
|
1939
1939
|
format?: string | undefined;
|
|
1940
|
-
file?: any;
|
|
1941
1940
|
nullable?: boolean | undefined;
|
|
1941
|
+
file?: any;
|
|
1942
1942
|
}[];
|
|
1943
1943
|
};
|
|
1944
1944
|
body: {
|
|
@@ -1958,8 +1958,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1958
1958
|
enum?: string[] | undefined;
|
|
1959
1959
|
examples?: any[] | undefined;
|
|
1960
1960
|
format?: string | undefined;
|
|
1961
|
-
file?: any;
|
|
1962
1961
|
nullable?: boolean | undefined;
|
|
1962
|
+
file?: any;
|
|
1963
1963
|
}[];
|
|
1964
1964
|
encoding: "form-data" | "urlencoded";
|
|
1965
1965
|
} | undefined;
|
|
@@ -1991,8 +1991,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1991
1991
|
enum?: string[] | undefined;
|
|
1992
1992
|
examples?: any[] | undefined;
|
|
1993
1993
|
format?: string | undefined;
|
|
1994
|
-
file?: any;
|
|
1995
1994
|
nullable?: boolean | undefined;
|
|
1995
|
+
file?: any;
|
|
1996
1996
|
}[];
|
|
1997
1997
|
headers: {
|
|
1998
1998
|
value: string;
|
|
@@ -2007,8 +2007,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2007
2007
|
enum?: string[] | undefined;
|
|
2008
2008
|
examples?: any[] | undefined;
|
|
2009
2009
|
format?: string | undefined;
|
|
2010
|
-
file?: any;
|
|
2011
2010
|
nullable?: boolean | undefined;
|
|
2011
|
+
file?: any;
|
|
2012
2012
|
}[];
|
|
2013
2013
|
query: {
|
|
2014
2014
|
value: string;
|
|
@@ -2023,8 +2023,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2023
2023
|
enum?: string[] | undefined;
|
|
2024
2024
|
examples?: any[] | undefined;
|
|
2025
2025
|
format?: string | undefined;
|
|
2026
|
-
file?: any;
|
|
2027
2026
|
nullable?: boolean | undefined;
|
|
2027
|
+
file?: any;
|
|
2028
2028
|
}[];
|
|
2029
2029
|
cookies: {
|
|
2030
2030
|
value: string;
|
|
@@ -2039,8 +2039,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2039
2039
|
enum?: string[] | undefined;
|
|
2040
2040
|
examples?: any[] | undefined;
|
|
2041
2041
|
format?: string | undefined;
|
|
2042
|
-
file?: any;
|
|
2043
2042
|
nullable?: boolean | undefined;
|
|
2043
|
+
file?: any;
|
|
2044
2044
|
}[];
|
|
2045
2045
|
};
|
|
2046
2046
|
body: {
|
|
@@ -2060,8 +2060,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2060
2060
|
enum?: string[] | undefined;
|
|
2061
2061
|
examples?: any[] | undefined;
|
|
2062
2062
|
format?: string | undefined;
|
|
2063
|
-
file?: any;
|
|
2064
2063
|
nullable?: boolean | undefined;
|
|
2064
|
+
file?: any;
|
|
2065
2065
|
}[];
|
|
2066
2066
|
encoding: "form-data" | "urlencoded";
|
|
2067
2067
|
} | undefined;
|
|
@@ -2092,8 +2092,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2092
2092
|
enum?: string[] | undefined;
|
|
2093
2093
|
examples?: any[] | undefined;
|
|
2094
2094
|
format?: string | undefined;
|
|
2095
|
-
file?: any;
|
|
2096
2095
|
nullable?: boolean | undefined;
|
|
2096
|
+
file?: any;
|
|
2097
2097
|
}[];
|
|
2098
2098
|
headers: {
|
|
2099
2099
|
value: string;
|
|
@@ -2108,8 +2108,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2108
2108
|
enum?: string[] | undefined;
|
|
2109
2109
|
examples?: any[] | undefined;
|
|
2110
2110
|
format?: string | undefined;
|
|
2111
|
-
file?: any;
|
|
2112
2111
|
nullable?: boolean | undefined;
|
|
2112
|
+
file?: any;
|
|
2113
2113
|
}[];
|
|
2114
2114
|
query: {
|
|
2115
2115
|
value: string;
|
|
@@ -2124,8 +2124,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2124
2124
|
enum?: string[] | undefined;
|
|
2125
2125
|
examples?: any[] | undefined;
|
|
2126
2126
|
format?: string | undefined;
|
|
2127
|
-
file?: any;
|
|
2128
2127
|
nullable?: boolean | undefined;
|
|
2128
|
+
file?: any;
|
|
2129
2129
|
}[];
|
|
2130
2130
|
cookies: {
|
|
2131
2131
|
value: string;
|
|
@@ -2140,8 +2140,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2140
2140
|
enum?: string[] | undefined;
|
|
2141
2141
|
examples?: any[] | undefined;
|
|
2142
2142
|
format?: string | undefined;
|
|
2143
|
-
file?: any;
|
|
2144
2143
|
nullable?: boolean | undefined;
|
|
2144
|
+
file?: any;
|
|
2145
2145
|
}[];
|
|
2146
2146
|
};
|
|
2147
2147
|
body: {
|
|
@@ -2161,8 +2161,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2161
2161
|
enum?: string[] | undefined;
|
|
2162
2162
|
examples?: any[] | undefined;
|
|
2163
2163
|
format?: string | undefined;
|
|
2164
|
-
file?: any;
|
|
2165
2164
|
nullable?: boolean | undefined;
|
|
2165
|
+
file?: any;
|
|
2166
2166
|
}[];
|
|
2167
2167
|
encoding: "form-data" | "urlencoded";
|
|
2168
2168
|
} | undefined;
|
|
@@ -2192,8 +2192,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2192
2192
|
enum?: string[] | undefined;
|
|
2193
2193
|
examples?: any[] | undefined;
|
|
2194
2194
|
format?: string | undefined;
|
|
2195
|
-
file?: any;
|
|
2196
2195
|
nullable?: boolean | undefined;
|
|
2196
|
+
file?: any;
|
|
2197
2197
|
}[];
|
|
2198
2198
|
headers: {
|
|
2199
2199
|
value: string;
|
|
@@ -2208,8 +2208,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2208
2208
|
enum?: string[] | undefined;
|
|
2209
2209
|
examples?: any[] | undefined;
|
|
2210
2210
|
format?: string | undefined;
|
|
2211
|
-
file?: any;
|
|
2212
2211
|
nullable?: boolean | undefined;
|
|
2212
|
+
file?: any;
|
|
2213
2213
|
}[];
|
|
2214
2214
|
query: {
|
|
2215
2215
|
value: string;
|
|
@@ -2224,8 +2224,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2224
2224
|
enum?: string[] | undefined;
|
|
2225
2225
|
examples?: any[] | undefined;
|
|
2226
2226
|
format?: string | undefined;
|
|
2227
|
-
file?: any;
|
|
2228
2227
|
nullable?: boolean | undefined;
|
|
2228
|
+
file?: any;
|
|
2229
2229
|
}[];
|
|
2230
2230
|
cookies: {
|
|
2231
2231
|
value: string;
|
|
@@ -2240,8 +2240,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2240
2240
|
enum?: string[] | undefined;
|
|
2241
2241
|
examples?: any[] | undefined;
|
|
2242
2242
|
format?: string | undefined;
|
|
2243
|
-
file?: any;
|
|
2244
2243
|
nullable?: boolean | undefined;
|
|
2244
|
+
file?: any;
|
|
2245
2245
|
}[];
|
|
2246
2246
|
};
|
|
2247
2247
|
body: {
|
|
@@ -2261,8 +2261,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2261
2261
|
enum?: string[] | undefined;
|
|
2262
2262
|
examples?: any[] | undefined;
|
|
2263
2263
|
format?: string | undefined;
|
|
2264
|
-
file?: any;
|
|
2265
2264
|
nullable?: boolean | undefined;
|
|
2265
|
+
file?: any;
|
|
2266
2266
|
}[];
|
|
2267
2267
|
encoding: "form-data" | "urlencoded";
|
|
2268
2268
|
} | undefined;
|
|
@@ -2292,8 +2292,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2292
2292
|
enum?: string[] | undefined;
|
|
2293
2293
|
examples?: any[] | undefined;
|
|
2294
2294
|
format?: string | undefined;
|
|
2295
|
-
file?: any;
|
|
2296
2295
|
nullable?: boolean | undefined;
|
|
2296
|
+
file?: any;
|
|
2297
2297
|
}[];
|
|
2298
2298
|
headers: {
|
|
2299
2299
|
value: string;
|
|
@@ -2308,8 +2308,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2308
2308
|
enum?: string[] | undefined;
|
|
2309
2309
|
examples?: any[] | undefined;
|
|
2310
2310
|
format?: string | undefined;
|
|
2311
|
-
file?: any;
|
|
2312
2311
|
nullable?: boolean | undefined;
|
|
2312
|
+
file?: any;
|
|
2313
2313
|
}[];
|
|
2314
2314
|
query: {
|
|
2315
2315
|
value: string;
|
|
@@ -2324,8 +2324,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2324
2324
|
enum?: string[] | undefined;
|
|
2325
2325
|
examples?: any[] | undefined;
|
|
2326
2326
|
format?: string | undefined;
|
|
2327
|
-
file?: any;
|
|
2328
2327
|
nullable?: boolean | undefined;
|
|
2328
|
+
file?: any;
|
|
2329
2329
|
}[];
|
|
2330
2330
|
cookies: {
|
|
2331
2331
|
value: string;
|
|
@@ -2340,8 +2340,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2340
2340
|
enum?: string[] | undefined;
|
|
2341
2341
|
examples?: any[] | undefined;
|
|
2342
2342
|
format?: string | undefined;
|
|
2343
|
-
file?: any;
|
|
2344
2343
|
nullable?: boolean | undefined;
|
|
2344
|
+
file?: any;
|
|
2345
2345
|
}[];
|
|
2346
2346
|
};
|
|
2347
2347
|
body: {
|
|
@@ -2361,8 +2361,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2361
2361
|
enum?: string[] | undefined;
|
|
2362
2362
|
examples?: any[] | undefined;
|
|
2363
2363
|
format?: string | undefined;
|
|
2364
|
-
file?: any;
|
|
2365
2364
|
nullable?: boolean | undefined;
|
|
2365
|
+
file?: any;
|
|
2366
2366
|
}[];
|
|
2367
2367
|
encoding: "form-data" | "urlencoded";
|
|
2368
2368
|
} | undefined;
|
|
@@ -2393,8 +2393,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2393
2393
|
enum?: string[] | undefined;
|
|
2394
2394
|
examples?: any[] | undefined;
|
|
2395
2395
|
format?: string | undefined;
|
|
2396
|
-
file?: any;
|
|
2397
2396
|
nullable?: boolean | undefined;
|
|
2397
|
+
file?: any;
|
|
2398
2398
|
}[];
|
|
2399
2399
|
headers: {
|
|
2400
2400
|
value: string;
|
|
@@ -2409,8 +2409,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2409
2409
|
enum?: string[] | undefined;
|
|
2410
2410
|
examples?: any[] | undefined;
|
|
2411
2411
|
format?: string | undefined;
|
|
2412
|
-
file?: any;
|
|
2413
2412
|
nullable?: boolean | undefined;
|
|
2413
|
+
file?: any;
|
|
2414
2414
|
}[];
|
|
2415
2415
|
query: {
|
|
2416
2416
|
value: string;
|
|
@@ -2425,8 +2425,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2425
2425
|
enum?: string[] | undefined;
|
|
2426
2426
|
examples?: any[] | undefined;
|
|
2427
2427
|
format?: string | undefined;
|
|
2428
|
-
file?: any;
|
|
2429
2428
|
nullable?: boolean | undefined;
|
|
2429
|
+
file?: any;
|
|
2430
2430
|
}[];
|
|
2431
2431
|
cookies: {
|
|
2432
2432
|
value: string;
|
|
@@ -2441,8 +2441,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2441
2441
|
enum?: string[] | undefined;
|
|
2442
2442
|
examples?: any[] | undefined;
|
|
2443
2443
|
format?: string | undefined;
|
|
2444
|
-
file?: any;
|
|
2445
2444
|
nullable?: boolean | undefined;
|
|
2445
|
+
file?: any;
|
|
2446
2446
|
}[];
|
|
2447
2447
|
};
|
|
2448
2448
|
body: {
|
|
@@ -2462,8 +2462,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2462
2462
|
enum?: string[] | undefined;
|
|
2463
2463
|
examples?: any[] | undefined;
|
|
2464
2464
|
format?: string | undefined;
|
|
2465
|
-
file?: any;
|
|
2466
2465
|
nullable?: boolean | undefined;
|
|
2466
|
+
file?: any;
|
|
2467
2467
|
}[];
|
|
2468
2468
|
encoding: "form-data" | "urlencoded";
|
|
2469
2469
|
} | undefined;
|
|
@@ -2493,8 +2493,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2493
2493
|
enum?: string[] | undefined;
|
|
2494
2494
|
examples?: any[] | undefined;
|
|
2495
2495
|
format?: string | undefined;
|
|
2496
|
-
file?: any;
|
|
2497
2496
|
nullable?: boolean | undefined;
|
|
2497
|
+
file?: any;
|
|
2498
2498
|
}[];
|
|
2499
2499
|
headers: {
|
|
2500
2500
|
value: string;
|
|
@@ -2509,8 +2509,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2509
2509
|
enum?: string[] | undefined;
|
|
2510
2510
|
examples?: any[] | undefined;
|
|
2511
2511
|
format?: string | undefined;
|
|
2512
|
-
file?: any;
|
|
2513
2512
|
nullable?: boolean | undefined;
|
|
2513
|
+
file?: any;
|
|
2514
2514
|
}[];
|
|
2515
2515
|
query: {
|
|
2516
2516
|
value: string;
|
|
@@ -2525,8 +2525,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2525
2525
|
enum?: string[] | undefined;
|
|
2526
2526
|
examples?: any[] | undefined;
|
|
2527
2527
|
format?: string | undefined;
|
|
2528
|
-
file?: any;
|
|
2529
2528
|
nullable?: boolean | undefined;
|
|
2529
|
+
file?: any;
|
|
2530
2530
|
}[];
|
|
2531
2531
|
cookies: {
|
|
2532
2532
|
value: string;
|
|
@@ -2541,8 +2541,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2541
2541
|
enum?: string[] | undefined;
|
|
2542
2542
|
examples?: any[] | undefined;
|
|
2543
2543
|
format?: string | undefined;
|
|
2544
|
-
file?: any;
|
|
2545
2544
|
nullable?: boolean | undefined;
|
|
2545
|
+
file?: any;
|
|
2546
2546
|
}[];
|
|
2547
2547
|
};
|
|
2548
2548
|
body: {
|
|
@@ -2562,8 +2562,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2562
2562
|
enum?: string[] | undefined;
|
|
2563
2563
|
examples?: any[] | undefined;
|
|
2564
2564
|
format?: string | undefined;
|
|
2565
|
-
file?: any;
|
|
2566
2565
|
nullable?: boolean | undefined;
|
|
2566
|
+
file?: any;
|
|
2567
2567
|
}[];
|
|
2568
2568
|
encoding: "form-data" | "urlencoded";
|
|
2569
2569
|
} | undefined;
|
|
@@ -2593,8 +2593,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2593
2593
|
enum?: string[] | undefined;
|
|
2594
2594
|
examples?: any[] | undefined;
|
|
2595
2595
|
format?: string | undefined;
|
|
2596
|
-
file?: any;
|
|
2597
2596
|
nullable?: boolean | undefined;
|
|
2597
|
+
file?: any;
|
|
2598
2598
|
}[];
|
|
2599
2599
|
headers: {
|
|
2600
2600
|
value: string;
|
|
@@ -2609,8 +2609,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2609
2609
|
enum?: string[] | undefined;
|
|
2610
2610
|
examples?: any[] | undefined;
|
|
2611
2611
|
format?: string | undefined;
|
|
2612
|
-
file?: any;
|
|
2613
2612
|
nullable?: boolean | undefined;
|
|
2613
|
+
file?: any;
|
|
2614
2614
|
}[];
|
|
2615
2615
|
query: {
|
|
2616
2616
|
value: string;
|
|
@@ -2625,8 +2625,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2625
2625
|
enum?: string[] | undefined;
|
|
2626
2626
|
examples?: any[] | undefined;
|
|
2627
2627
|
format?: string | undefined;
|
|
2628
|
-
file?: any;
|
|
2629
2628
|
nullable?: boolean | undefined;
|
|
2629
|
+
file?: any;
|
|
2630
2630
|
}[];
|
|
2631
2631
|
cookies: {
|
|
2632
2632
|
value: string;
|
|
@@ -2641,8 +2641,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2641
2641
|
enum?: string[] | undefined;
|
|
2642
2642
|
examples?: any[] | undefined;
|
|
2643
2643
|
format?: string | undefined;
|
|
2644
|
-
file?: any;
|
|
2645
2644
|
nullable?: boolean | undefined;
|
|
2645
|
+
file?: any;
|
|
2646
2646
|
}[];
|
|
2647
2647
|
};
|
|
2648
2648
|
body: {
|
|
@@ -2662,8 +2662,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2662
2662
|
enum?: string[] | undefined;
|
|
2663
2663
|
examples?: any[] | undefined;
|
|
2664
2664
|
format?: string | undefined;
|
|
2665
|
-
file?: any;
|
|
2666
2665
|
nullable?: boolean | undefined;
|
|
2666
|
+
file?: any;
|
|
2667
2667
|
}[];
|
|
2668
2668
|
encoding: "form-data" | "urlencoded";
|
|
2669
2669
|
} | undefined;
|