@scalar/api-reference 1.25.64 → 1.25.66
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 +25 -0
- package/dist/browser/standalone.js +18927 -18927
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
- package/dist/components/Anchor/Anchor.vue.js +2 -2
- package/dist/components/Anchor/Anchor.vue2.js +4 -4
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +59 -61
- package/dist/components/Content/Operation/OperationAccordion.vue.js +2 -2
- package/dist/components/Content/Operation/OperationAccordion.vue2.js +18 -18
- package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts +7 -7
- package/dist/features/ApiClientModal/useApiClient.d.ts +634 -302
- package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerUrlSelect.vue.js +4 -4
- package/dist/features/BaseUrl/ServerUrlSelect.vue2.js +4 -5
- package/dist/features/BaseUrl/ServerVariablesSelect.vue.d.ts.map +1 -1
- package/dist/features/BaseUrl/ServerVariablesSelect.vue.js +4 -4
- package/dist/features/BaseUrl/ServerVariablesSelect.vue2.js +9 -10
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +32 -31
- package/dist/features/ExampleResponses/ExampleResponses.vue.js +3 -3
- package/dist/features/ExampleResponses/ExampleResponses.vue2.js +14 -14
- package/dist/hooks/index.d.ts +0 -2
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/useReactiveSpec.d.ts +7 -7
- package/dist/index.js +33 -37
- package/dist/legacy/helpers/prepareClientRequestConfig.d.ts +1 -1
- package/dist/legacy/stores/useOpenApiStore.d.ts +5 -5
- package/dist/style.css +1 -1
- package/package.json +8 -7
- package/dist/hooks/useClipboard.d.ts +0 -4
- package/dist/hooks/useClipboard.d.ts.map +0 -1
- package/dist/hooks/useClipboard.js +0 -14
- package/dist/hooks/useDarkModeState.d.ts +0 -7
- package/dist/hooks/useDarkModeState.d.ts.map +0 -1
- package/dist/hooks/useDarkModeState.js +0 -31
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Anchor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Anchor/Anchor.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Anchor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Anchor/Anchor.vue"],"names":[],"mappings":"AA+EA,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;CACX,CAAC;AAkBF,iBAAS,cAAc;WAiET,OAAO,IAA6B;;yBATrB,GAAG;yBACH,GAAG;;;;EAa/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,8SAOnB,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,7 +1,7 @@
|
|
|
1
1
|
import o from "./Anchor.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-159ca61a"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
m as default
|
|
7
7
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { defineComponent as i, openBlock as d, createElementBlock as p, renderSlot as n, createElementVNode as e, withModifiers as a, unref as u, createVNode as f, withCtx as m, createTextVNode as r } from "vue";
|
|
2
|
-
import C from "
|
|
3
|
-
import
|
|
2
|
+
import { useClipboard as C } from "@scalar/use-hooks/useClipboard";
|
|
3
|
+
import b from "../ScreenReader.vue.js";
|
|
4
4
|
const w = { class: "label" }, c = { class: "anchor" }, S = /* @__PURE__ */ i({
|
|
5
5
|
__name: "Anchor",
|
|
6
6
|
props: {
|
|
7
7
|
id: {}
|
|
8
8
|
},
|
|
9
9
|
setup(k) {
|
|
10
|
-
const { copyToClipboard: s } =
|
|
10
|
+
const { copyToClipboard: s } = C(), l = (t) => {
|
|
11
11
|
const o = new URL(window.location.href);
|
|
12
12
|
return o.hash = t, o.toString();
|
|
13
13
|
};
|
|
@@ -21,7 +21,7 @@ const w = { class: "label" }, c = { class: "anchor" }, S = /* @__PURE__ */ i({
|
|
|
21
21
|
onClick: o[0] || (o[0] = a((y) => u(s)(l(t.id)), ["stop"]))
|
|
22
22
|
}, [
|
|
23
23
|
o[3] || (o[3] = e("span", { "aria-hidden": "true" }, "#", -1)),
|
|
24
|
-
f(
|
|
24
|
+
f(b, null, {
|
|
25
25
|
default: m(() => [
|
|
26
26
|
o[1] || (o[1] = r('Copy link to "')),
|
|
27
27
|
n(t.$slots, "default", {}, void 0, !0),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReference.vue"],"names":[],"mappings":"AAmIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;
|
|
1
|
+
{"version":3,"file":"ApiReference.vue.d.ts","sourceRoot":"","sources":["../../src/components/ApiReference.vue"],"names":[],"mappings":"AAmIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AA2F9C,iBAAS,cAAc;WAyFT,OAAO,IAA6B;;wBATrB,GAAG;wBACH,GAAG;;;;EAa/B;AAeD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;kFAOnB,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,98 +1,96 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { migrateThemeVariables as
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { useReactiveSpec as
|
|
7
|
-
import
|
|
8
|
-
import { useHttpClientStore as
|
|
9
|
-
import { useAuthenticationStore as
|
|
10
|
-
const
|
|
1
|
+
import { defineComponent as b, watch as u, computed as c, toRef as m, openBlock as C, createElementBlock as A, Fragment as B, createBlock as E, resolveDynamicComponent as H, withCtx as l, createTextVNode as N, toDisplayString as R, createCommentVNode as V, createVNode as _, unref as i, renderSlot as g } from "vue";
|
|
2
|
+
import { migrateThemeVariables as F } from "@scalar/themes";
|
|
3
|
+
import { useColorMode as U } from "@scalar/use-hooks/useColorMode";
|
|
4
|
+
import { useSeoMeta as j } from "@unhead/vue";
|
|
5
|
+
import { useFavicon as q } from "@vueuse/core";
|
|
6
|
+
import { useReactiveSpec as z } from "../hooks/useReactiveSpec.js";
|
|
7
|
+
import G from "./Layouts/Layouts.vue.js";
|
|
8
|
+
import { useHttpClientStore as I } from "../stores/useHttpClientStore.js";
|
|
9
|
+
import { useAuthenticationStore as J } from "../legacy/stores/useAuthenticationStore.js";
|
|
10
|
+
const ee = /* @__PURE__ */ b({
|
|
11
11
|
__name: "ApiReference",
|
|
12
12
|
props: {
|
|
13
13
|
configuration: {}
|
|
14
14
|
},
|
|
15
15
|
emits: ["updateContent"],
|
|
16
|
-
setup(
|
|
17
|
-
var
|
|
18
|
-
const
|
|
19
|
-
(
|
|
20
|
-
(
|
|
21
|
-
);
|
|
16
|
+
setup(v) {
|
|
17
|
+
var d, f, p;
|
|
18
|
+
const n = v, { setColorMode: S, toggleColorMode: k, colorMode: M } = U({
|
|
19
|
+
initialColorMode: (d = n.configuration) != null && d.darkMode ? "dark" : void 0,
|
|
20
|
+
overrideColorMode: (f = n.configuration) == null ? void 0 : f.forceDarkModeState
|
|
21
|
+
});
|
|
22
22
|
u(
|
|
23
23
|
() => {
|
|
24
24
|
var e;
|
|
25
|
-
return (e =
|
|
25
|
+
return (e = n.configuration) == null ? void 0 : e.darkMode;
|
|
26
26
|
},
|
|
27
|
-
(e) =>
|
|
28
|
-
e !== m.value && p();
|
|
29
|
-
}
|
|
27
|
+
(e) => S(e ? "dark" : "light")
|
|
30
28
|
);
|
|
31
|
-
const
|
|
32
|
-
var e,
|
|
33
|
-
if ((e =
|
|
34
|
-
return
|
|
29
|
+
const a = c(() => {
|
|
30
|
+
var e, t;
|
|
31
|
+
if ((e = n.configuration) != null && e.customCss)
|
|
32
|
+
return F((t = n.configuration) == null ? void 0 : t.customCss);
|
|
35
33
|
});
|
|
36
|
-
u(
|
|
37
|
-
const
|
|
34
|
+
u(a, () => console.log(a.value));
|
|
35
|
+
const o = c(() => {
|
|
38
36
|
var e;
|
|
39
37
|
return {
|
|
40
38
|
spec: {
|
|
41
39
|
content: void 0,
|
|
42
40
|
url: void 0,
|
|
43
|
-
...(e =
|
|
41
|
+
...(e = n.configuration) == null ? void 0 : e.spec
|
|
44
42
|
},
|
|
45
43
|
proxy: void 0,
|
|
46
44
|
theme: "default",
|
|
47
45
|
showSidebar: !0,
|
|
48
46
|
isEditable: !1,
|
|
49
|
-
...
|
|
50
|
-
customCss:
|
|
47
|
+
...n.configuration,
|
|
48
|
+
customCss: a.value
|
|
51
49
|
};
|
|
52
50
|
});
|
|
53
|
-
(
|
|
54
|
-
function s(e,
|
|
51
|
+
(p = o.value) != null && p.metaData && j(o.value.metaData);
|
|
52
|
+
function s(e, t) {
|
|
55
53
|
u(
|
|
56
54
|
() => {
|
|
57
|
-
var
|
|
58
|
-
return (
|
|
55
|
+
var r;
|
|
56
|
+
return (r = o.value) == null ? void 0 : r[e];
|
|
59
57
|
},
|
|
60
|
-
(
|
|
61
|
-
typeof
|
|
58
|
+
(r) => {
|
|
59
|
+
typeof r < "u" && t(r);
|
|
62
60
|
},
|
|
63
61
|
{ immediate: !0 }
|
|
64
62
|
);
|
|
65
63
|
}
|
|
66
|
-
const { setAuthentication: D } =
|
|
64
|
+
const { setAuthentication: D } = J();
|
|
67
65
|
s("authentication", D);
|
|
68
|
-
const { setExcludedClients: y, setDefaultHttpClient:
|
|
69
|
-
s("defaultHttpClient",
|
|
70
|
-
const { parsedSpec:
|
|
71
|
-
proxy:
|
|
72
|
-
specConfig:
|
|
73
|
-
}),
|
|
74
|
-
return
|
|
75
|
-
var
|
|
76
|
-
return C(),
|
|
77
|
-
(
|
|
78
|
-
default:
|
|
79
|
-
|
|
66
|
+
const { setExcludedClients: y, setDefaultHttpClient: h } = I();
|
|
67
|
+
s("defaultHttpClient", h), s("hiddenClients", y);
|
|
68
|
+
const { parsedSpec: w, rawSpec: x } = z({
|
|
69
|
+
proxy: m(() => o.value.proxy || ""),
|
|
70
|
+
specConfig: m(() => o.value.spec || {})
|
|
71
|
+
}), T = c(() => o.value.favicon);
|
|
72
|
+
return q(T), (e, t) => {
|
|
73
|
+
var r;
|
|
74
|
+
return C(), A(B, null, [
|
|
75
|
+
(r = o.value) != null && r.customCss ? (C(), E(H("style"), { key: 0 }, {
|
|
76
|
+
default: l(() => [
|
|
77
|
+
N(R(o.value.customCss), 1)
|
|
80
78
|
]),
|
|
81
79
|
_: 1
|
|
82
|
-
})) :
|
|
83
|
-
|
|
84
|
-
configuration:
|
|
85
|
-
isDark:
|
|
86
|
-
parsedSpec:
|
|
87
|
-
rawSpec:
|
|
88
|
-
onToggleDarkMode:
|
|
89
|
-
onUpdateContent:
|
|
80
|
+
})) : V("", !0),
|
|
81
|
+
_(i(G), {
|
|
82
|
+
configuration: o.value,
|
|
83
|
+
isDark: i(M) === "dark",
|
|
84
|
+
parsedSpec: i(w),
|
|
85
|
+
rawSpec: i(x),
|
|
86
|
+
onToggleDarkMode: t[0] || (t[0] = () => i(k)()),
|
|
87
|
+
onUpdateContent: t[1] || (t[1] = ($) => e.$emit("updateContent", $))
|
|
90
88
|
}, {
|
|
91
|
-
footer:
|
|
92
|
-
|
|
89
|
+
footer: l(() => [
|
|
90
|
+
g(e.$slots, "footer")
|
|
93
91
|
]),
|
|
94
|
-
"content-end":
|
|
95
|
-
|
|
92
|
+
"content-end": l(() => [
|
|
93
|
+
g(e.$slots, "footer")
|
|
96
94
|
]),
|
|
97
95
|
_: 3
|
|
98
96
|
}, 8, ["configuration", "isDark", "parsedSpec", "rawSpec"])
|
|
@@ -101,5 +99,5 @@ const Z = /* @__PURE__ */ $({
|
|
|
101
99
|
}
|
|
102
100
|
});
|
|
103
101
|
export {
|
|
104
|
-
|
|
102
|
+
ee as default
|
|
105
103
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./OperationAccordion.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import r from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const
|
|
4
|
+
const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-9e90f6eb"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { defineComponent as m, inject as h, openBlock as p, createBlock as s, unref as e, createSlots as f, withCtx as i, createElementVNode as t, createVNode as n, toDisplayString as u, createCommentVNode as _, withModifiers as v } from "vue";
|
|
2
2
|
import { ScalarIcon as y, ScalarIconButton as C, ScalarMarkdown as E } from "@scalar/components";
|
|
3
|
-
import S from "
|
|
4
|
-
import b from "./
|
|
5
|
-
import k from "./
|
|
6
|
-
import T from "
|
|
7
|
-
import B from "../../
|
|
8
|
-
import w from "../../
|
|
9
|
-
import I from "
|
|
10
|
-
import N from "../../../features/
|
|
11
|
-
import
|
|
3
|
+
import { useClipboard as S } from "@scalar/use-hooks/useClipboard";
|
|
4
|
+
import b from "./EndpointDetailsCard.vue.js";
|
|
5
|
+
import k from "./EndpointPath.vue.js";
|
|
6
|
+
import T from "./TestRequestButton.vue.js";
|
|
7
|
+
import B from "../../Section/SectionAccordion.vue.js";
|
|
8
|
+
import w from "../../HttpMethod/HttpMethod.vue.js";
|
|
9
|
+
import I from "../../Anchor/Anchor.vue.js";
|
|
10
|
+
import N from "../../../features/ExampleResponses/ExampleResponses.vue.js";
|
|
11
|
+
import R from "../../../features/ExampleRequest/ExampleRequest.vue.js";
|
|
12
12
|
import { HIDE_TEST_REQUEST_BUTTON_SYMBOL as V } from "../../../helpers/provideSymbols.js";
|
|
13
13
|
const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = { class: "endpoint-label" }, M = { class: "endpoint-label-path" }, O = { class: "endpoint-label-name" }, U = { class: "endpoint-content" }, X = /* @__PURE__ */ m({
|
|
14
14
|
__name: "OperationAccordion",
|
|
@@ -17,8 +17,8 @@ const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = {
|
|
|
17
17
|
operation: {}
|
|
18
18
|
},
|
|
19
19
|
setup(L) {
|
|
20
|
-
const { copyToClipboard: c } =
|
|
21
|
-
return console.log(!(r != null && r())), (o, d) => (p(), s(e(
|
|
20
|
+
const { copyToClipboard: c } = S(), r = h(V);
|
|
21
|
+
return console.log(!(r != null && r())), (o, d) => (p(), s(e(B), {
|
|
22
22
|
id: o.id,
|
|
23
23
|
class: "reference-endpoint",
|
|
24
24
|
transparent: ""
|
|
@@ -26,12 +26,12 @@ const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = {
|
|
|
26
26
|
title: i(() => [
|
|
27
27
|
t("h3", g, [
|
|
28
28
|
t("div", A, [
|
|
29
|
-
n(e(
|
|
29
|
+
n(e(w), {
|
|
30
30
|
class: "endpoint-type",
|
|
31
31
|
method: o.operation.httpVerb,
|
|
32
32
|
short: ""
|
|
33
33
|
}, null, 8, ["method"]),
|
|
34
|
-
n(e(
|
|
34
|
+
n(e(I), {
|
|
35
35
|
id: o.id ?? "",
|
|
36
36
|
class: "endpoint-anchor"
|
|
37
37
|
}, {
|
|
@@ -40,7 +40,7 @@ const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = {
|
|
|
40
40
|
return [
|
|
41
41
|
t("div", D, [
|
|
42
42
|
t("div", M, [
|
|
43
|
-
n(
|
|
43
|
+
n(k, {
|
|
44
44
|
deprecated: (a = o.operation.information) == null ? void 0 : a.deprecated,
|
|
45
45
|
path: o.operation.path
|
|
46
46
|
}, null, 8, ["deprecated", "path"])
|
|
@@ -57,7 +57,7 @@ const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = {
|
|
|
57
57
|
actions: i(({ active: a }) => {
|
|
58
58
|
var l;
|
|
59
59
|
return [
|
|
60
|
-
a ? (p(), s(
|
|
60
|
+
a ? (p(), s(T, {
|
|
61
61
|
key: 0,
|
|
62
62
|
operation: o.operation
|
|
63
63
|
}, null, 8, ["operation"])) : (l = e(r)) != null && l() ? _("", !0) : (p(), s(e(y), {
|
|
@@ -78,9 +78,9 @@ const g = { class: "endpoint-header" }, A = { class: "endpoint-details" }, D = {
|
|
|
78
78
|
}),
|
|
79
79
|
default: i(() => [
|
|
80
80
|
t("div", U, [
|
|
81
|
-
n(
|
|
82
|
-
n(e(
|
|
83
|
-
n(e(
|
|
81
|
+
n(b, { operation: o.operation }, null, 8, ["operation"]),
|
|
82
|
+
n(e(N), { operation: o.operation }, null, 8, ["operation"]),
|
|
83
|
+
n(e(R), { operation: o.operation }, null, 8, ["operation"])
|
|
84
84
|
])
|
|
85
85
|
]),
|
|
86
86
|
_: 2
|
|
@@ -533,11 +533,11 @@ declare const parsedSpec: {
|
|
|
533
533
|
default?: any;
|
|
534
534
|
format?: string | undefined;
|
|
535
535
|
description?: string | undefined;
|
|
536
|
-
properties?: Record<string, import("@scalar/types
|
|
536
|
+
properties?: Record<string, import("@scalar/types").Schema> | undefined;
|
|
537
537
|
} | undefined;
|
|
538
538
|
example?: any;
|
|
539
539
|
examples?: (Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>) | undefined;
|
|
540
|
-
content?: import("@scalar/types
|
|
540
|
+
content?: import("@scalar/types").RequestBodyMimeTypes | undefined;
|
|
541
541
|
headers?: {
|
|
542
542
|
[key: string]: OpenAPI.HeaderObject;
|
|
543
543
|
} | undefined;
|
|
@@ -547,7 +547,7 @@ declare const parsedSpec: {
|
|
|
547
547
|
requestBody?: {
|
|
548
548
|
description?: string | undefined;
|
|
549
549
|
required?: boolean | undefined;
|
|
550
|
-
content?: import("@scalar/types
|
|
550
|
+
content?: import("@scalar/types").RequestBodyMimeTypes | undefined;
|
|
551
551
|
} | undefined;
|
|
552
552
|
summary?: string | undefined;
|
|
553
553
|
tags?: string[] | undefined;
|
|
@@ -585,11 +585,11 @@ declare const parsedSpec: {
|
|
|
585
585
|
default?: any;
|
|
586
586
|
format?: string | undefined;
|
|
587
587
|
description?: string | undefined;
|
|
588
|
-
properties?: Record<string, import("@scalar/types
|
|
588
|
+
properties?: Record<string, import("@scalar/types").Schema> | undefined;
|
|
589
589
|
} | undefined;
|
|
590
590
|
example?: any;
|
|
591
591
|
examples?: (Map<string, any> & Omit<Map<string, any>, keyof Map<any, any>>) | undefined;
|
|
592
|
-
content?: import("@scalar/types
|
|
592
|
+
content?: import("@scalar/types").RequestBodyMimeTypes | undefined;
|
|
593
593
|
headers?: {
|
|
594
594
|
[key: string]: OpenAPI.HeaderObject;
|
|
595
595
|
} | undefined;
|
|
@@ -700,8 +700,8 @@ declare const parsedSpec: {
|
|
|
700
700
|
callbacks?: Record<string, import("@scalar/openapi-types").OpenAPIV3_1.ReferenceObject | import("@scalar/openapi-types").OpenAPIV3_1.CallbackObject> | undefined;
|
|
701
701
|
pathItems?: Record<string, import("@scalar/openapi-types").OpenAPIV3_1.ReferenceObject | import("@scalar/openapi-types").OpenAPIV3_1.PathItemObject> | undefined;
|
|
702
702
|
} | undefined;
|
|
703
|
-
webhooks?: import("@scalar/types
|
|
704
|
-
definitions?: import("@scalar/types
|
|
703
|
+
webhooks?: import("@scalar/types").Webhooks | undefined;
|
|
704
|
+
definitions?: import("@scalar/types").Definitions | undefined;
|
|
705
705
|
swagger?: import("@scalar/openapi-types").OpenAPIV2.Document["swagger"];
|
|
706
706
|
openapi?: import("@scalar/openapi-types").OpenAPIV3.Document["openapi"] | import("@scalar/openapi-types").OpenAPIV3_1.Document["openapi"];
|
|
707
707
|
'x-tagGroups'?: {
|