@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.
Files changed (38) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/browser/standalone.js +18927 -18927
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
  5. package/dist/components/Anchor/Anchor.vue.js +2 -2
  6. package/dist/components/Anchor/Anchor.vue2.js +4 -4
  7. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  8. package/dist/components/ApiReference.vue.js +59 -61
  9. package/dist/components/Content/Operation/OperationAccordion.vue.js +2 -2
  10. package/dist/components/Content/Operation/OperationAccordion.vue2.js +18 -18
  11. package/dist/embeds/OpenApiDocument/OpenApiDocument.vue.d.ts +7 -7
  12. package/dist/features/ApiClientModal/useApiClient.d.ts +634 -302
  13. package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
  14. package/dist/features/BaseUrl/ServerUrlSelect.vue.d.ts.map +1 -1
  15. package/dist/features/BaseUrl/ServerUrlSelect.vue.js +4 -4
  16. package/dist/features/BaseUrl/ServerUrlSelect.vue2.js +4 -5
  17. package/dist/features/BaseUrl/ServerVariablesSelect.vue.d.ts.map +1 -1
  18. package/dist/features/BaseUrl/ServerVariablesSelect.vue.js +4 -4
  19. package/dist/features/BaseUrl/ServerVariablesSelect.vue2.js +9 -10
  20. package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
  21. package/dist/features/ExampleRequest/ExampleRequest.vue.js +2 -2
  22. package/dist/features/ExampleRequest/ExampleRequest.vue2.js +32 -31
  23. package/dist/features/ExampleResponses/ExampleResponses.vue.js +3 -3
  24. package/dist/features/ExampleResponses/ExampleResponses.vue2.js +14 -14
  25. package/dist/hooks/index.d.ts +0 -2
  26. package/dist/hooks/index.d.ts.map +1 -1
  27. package/dist/hooks/useReactiveSpec.d.ts +7 -7
  28. package/dist/index.js +33 -37
  29. package/dist/legacy/helpers/prepareClientRequestConfig.d.ts +1 -1
  30. package/dist/legacy/stores/useOpenApiStore.d.ts +5 -5
  31. package/dist/style.css +1 -1
  32. package/package.json +8 -7
  33. package/dist/hooks/useClipboard.d.ts +0 -4
  34. package/dist/hooks/useClipboard.d.ts.map +0 -1
  35. package/dist/hooks/useClipboard.js +0 -14
  36. package/dist/hooks/useDarkModeState.d.ts +0 -7
  37. package/dist/hooks/useDarkModeState.d.ts.map +0 -1
  38. 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":"AA6EA,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
+ {"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 _ = /* @__PURE__ */ r(o, [["__scopeId", "data-v-624343e1"]]);
4
+ const m = /* @__PURE__ */ r(o, [["__scopeId", "data-v-159ca61a"]]);
5
5
  export {
6
- _ as default
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 "../ScreenReader.vue.js";
3
- import { useClipboard as b } from "../../hooks/useClipboard.js";
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 } = b(), l = (t) => {
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(C, null, {
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;AA6F9C,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
+ {"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 $, watch as u, computed as c, toRef as v, openBlock as C, createElementBlock as b, Fragment as A, createBlock as B, resolveDynamicComponent as E, withCtx as f, createTextVNode as H, toDisplayString as N, createCommentVNode as R, createVNode as V, unref as a, renderSlot as S } from "vue";
2
- import { migrateThemeVariables as _ } from "@scalar/themes";
3
- import { useSeoMeta as F } from "@unhead/vue";
4
- import { useFavicon as U } from "@vueuse/core";
5
- import { useDarkModeState as j } from "../hooks/useDarkModeState.js";
6
- import { useReactiveSpec as q } from "../hooks/useReactiveSpec.js";
7
- import z from "./Layouts/Layouts.vue.js";
8
- import { useHttpClientStore as G } from "../stores/useHttpClientStore.js";
9
- import { useAuthenticationStore as I } from "../legacy/stores/useAuthenticationStore.js";
10
- const Z = /* @__PURE__ */ $({
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(k) {
17
- var l, d, g;
18
- const r = k, { toggleDarkMode: p, isDark: m } = j(
19
- (l = r.configuration) == null ? void 0 : l.darkMode,
20
- (d = r.configuration) == null ? void 0 : d.forceDarkModeState
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 = r.configuration) == null ? void 0 : e.darkMode;
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 i = c(() => {
32
- var e, o;
33
- if ((e = r.configuration) != null && e.customCss)
34
- return _((o = r.configuration) == null ? void 0 : o.customCss);
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(i, () => console.log(i.value));
37
- const t = c(() => {
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 = r.configuration) == null ? void 0 : e.spec
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
- ...r.configuration,
50
- customCss: i.value
47
+ ...n.configuration,
48
+ customCss: a.value
51
49
  };
52
50
  });
53
- (g = t.value) != null && g.metaData && F(t.value.metaData);
54
- function s(e, o) {
51
+ (p = o.value) != null && p.metaData && j(o.value.metaData);
52
+ function s(e, t) {
55
53
  u(
56
54
  () => {
57
- var n;
58
- return (n = t.value) == null ? void 0 : n[e];
55
+ var r;
56
+ return (r = o.value) == null ? void 0 : r[e];
59
57
  },
60
- (n) => {
61
- typeof n < "u" && o(n);
58
+ (r) => {
59
+ typeof r < "u" && t(r);
62
60
  },
63
61
  { immediate: !0 }
64
62
  );
65
63
  }
66
- const { setAuthentication: D } = I();
64
+ const { setAuthentication: D } = J();
67
65
  s("authentication", D);
68
- const { setExcludedClients: y, setDefaultHttpClient: M } = G();
69
- s("defaultHttpClient", M), s("hiddenClients", y);
70
- const { parsedSpec: h, rawSpec: w } = q({
71
- proxy: v(() => t.value.proxy || ""),
72
- specConfig: v(() => t.value.spec || {})
73
- }), x = c(() => t.value.favicon);
74
- return U(x), (e, o) => {
75
- var n;
76
- return C(), b(A, null, [
77
- (n = t.value) != null && n.customCss ? (C(), B(E("style"), { key: 0 }, {
78
- default: f(() => [
79
- H(N(t.value.customCss), 1)
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
- })) : R("", !0),
83
- V(a(z), {
84
- configuration: t.value,
85
- isDark: a(m),
86
- parsedSpec: a(h),
87
- rawSpec: a(w),
88
- onToggleDarkMode: o[0] || (o[0] = () => a(p)()),
89
- onUpdateContent: o[1] || (o[1] = (T) => e.$emit("updateContent", T))
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: f(() => [
92
- S(e.$slots, "footer")
89
+ footer: l(() => [
90
+ g(e.$slots, "footer")
93
91
  ]),
94
- "content-end": f(() => [
95
- S(e.$slots, "footer")
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
- Z as default
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 p = /* @__PURE__ */ r(o, [["__scopeId", "data-v-79ac1ab2"]]);
4
+ const a = /* @__PURE__ */ r(o, [["__scopeId", "data-v-9e90f6eb"]]);
5
5
  export {
6
- p as default
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 "./EndpointDetailsCard.vue.js";
4
- import b from "./EndpointPath.vue.js";
5
- import k from "./TestRequestButton.vue.js";
6
- import T from "../../Section/SectionAccordion.vue.js";
7
- import B from "../../HttpMethod/HttpMethod.vue.js";
8
- import w from "../../Anchor/Anchor.vue.js";
9
- import I from "../../../features/ExampleResponses/ExampleResponses.vue.js";
10
- import N from "../../../features/ExampleRequest/ExampleRequest.vue.js";
11
- import { useClipboard as R } from "../../../hooks/useClipboard.js";
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 } = R(), r = h(V);
21
- return console.log(!(r != null && r())), (o, d) => (p(), s(e(T), {
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(B), {
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(w), {
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(b, {
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(k, {
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(S, { operation: o.operation }, null, 8, ["operation"]),
82
- n(e(I), { operation: o.operation }, null, 8, ["operation"]),
83
- n(e(N), { operation: o.operation }, null, 8, ["operation"])
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/legacy").Schema> | undefined;
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/legacy").RequestBodyMimeTypes | undefined;
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/legacy").RequestBodyMimeTypes | undefined;
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/legacy").Schema> | undefined;
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/legacy").RequestBodyMimeTypes | undefined;
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/legacy").Webhooks | undefined;
704
- definitions?: import("@scalar/types/legacy").Definitions | undefined;
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'?: {