@scalar/api-reference 1.32.9 → 1.32.10
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 +29 -0
- package/dist/browser/standalone.js +15115 -14878
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +164 -176
- package/dist/components/Badge/Badge.vue.d.ts.map +1 -1
- package/dist/components/Badge/Badge.vue.js +3 -3
- package/dist/components/Content/Content.vue.js +2 -2
- package/dist/components/Content/Content.vue2.js +21 -21
- package/dist/components/Content/Introduction/Description.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Description.vue.js +2 -2
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +2 -2
- package/dist/components/Content/Introduction/Introduction.vue2.js +104 -72
- package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/LinkList/LinkList.vue.d.ts +18 -0
- package/dist/components/LinkList/LinkList.vue.d.ts.map +1 -0
- package/dist/components/LinkList/LinkList.vue.js +12 -0
- package/dist/components/LinkList/index.d.ts +2 -0
- package/dist/components/LinkList/index.d.ts.map +1 -0
- package/dist/components/Section/SectionHeader.vue.d.ts +1 -0
- package/dist/components/Section/SectionHeader.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionHeader.vue.js +2 -2
- package/dist/components/Section/SectionHeader.vue2.js +11 -10
- package/dist/features/Operation/Operation.vue.d.ts +6 -6
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +50 -49
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +8 -6
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
- package/dist/features/Operation/components/callbacks/Callback.vue2.js +21 -28
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts +5 -3
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callbacks.vue.js +33 -18
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +11 -12
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +164 -163
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +12 -13
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +111 -118
- package/dist/features/api-client-modal/useApiClient.d.ts +5299 -5299
- package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
- package/dist/features/base-url/BaseUrl.vue.d.ts.map +1 -1
- package/dist/features/base-url/BaseUrl.vue.js +26 -26
- package/dist/features/download-link/DownloadLink.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponseTab.vue.js +2 -2
- package/dist/features/example-responses/ExampleResponseTabList.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.js +2 -2
- package/dist/features/example-responses/ExampleResponses.vue2.js +60 -57
- package/dist/features/external-docs/ExternalDocs.vue.d.ts +7 -0
- package/dist/features/external-docs/ExternalDocs.vue.d.ts.map +1 -0
- package/dist/features/external-docs/ExternalDocs.vue.js +36 -0
- package/dist/features/external-docs/ExternalDocs.vue2.js +4 -0
- package/dist/features/external-docs/index.d.ts +2 -0
- package/dist/features/external-docs/index.d.ts.map +1 -0
- package/dist/features/info-object/Contact.vue.d.ts +7 -0
- package/dist/features/info-object/Contact.vue.d.ts.map +1 -0
- package/dist/features/info-object/Contact.vue.js +44 -0
- package/dist/features/info-object/Contact.vue2.js +4 -0
- package/dist/features/info-object/License.vue.d.ts +7 -0
- package/dist/features/info-object/License.vue.d.ts.map +1 -0
- package/dist/features/info-object/License.vue.js +34 -0
- package/dist/features/info-object/License.vue2.js +4 -0
- package/dist/features/info-object/TermsOfService.vue.d.ts +7 -0
- package/dist/features/info-object/TermsOfService.vue.d.ts.map +1 -0
- package/dist/features/info-object/TermsOfService.vue.js +30 -0
- package/dist/features/info-object/TermsOfService.vue2.js +4 -0
- package/dist/features/info-object/index.d.ts +4 -0
- package/dist/features/info-object/index.d.ts.map +1 -0
- package/dist/features/test-request-button/TestRequestButton.vue.d.ts +3 -2
- package/dist/features/test-request-button/TestRequestButton.vue.d.ts.map +1 -1
- package/dist/features/test-request-button/TestRequestButton.vue.js +2 -2
- package/dist/features/test-request-button/TestRequestButton.vue2.js +21 -19
- package/dist/helpers/convert-security-scheme.js +23 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +13 -15
- package/dist/style.css +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts +3 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.js +113 -86
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts +0 -2
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.js +4 -0
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue2.js +69 -0
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.js +7 -0
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue2.js +227 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.js +20 -3
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.js +35 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-code-snippet.js +29 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/get-secrets.js +10 -0
- package/dist/v2/blocks/scalar-request-example-block/index.d.ts +2 -2
- package/dist/v2/events/definitions.js +7 -0
- package/dist/v2/events/index.d.ts +1 -1
- package/dist/v2/events/listeners.d.ts +1 -1
- package/dist/v2/hooks/useStore.js +14 -0
- package/package.json +11 -11
- package/LICENSE +0 -21
- package/dist/blocks/constants.js +0 -6
- package/dist/blocks/helpers/getPointer.js +0 -12
- package/dist/blocks/hooks/useBlockProps.d.ts +0 -31
- package/dist/blocks/hooks/useBlockProps.d.ts.map +0 -1
- package/dist/blocks/hooks/useBlockProps.js +0 -24
- package/dist/features/example-request/ExamplePicker.vue.d.ts +0 -13
- package/dist/features/example-request/ExamplePicker.vue.d.ts.map +0 -1
- package/dist/features/example-request/ExamplePicker.vue.js +0 -7
- package/dist/features/example-request/ExamplePicker.vue2.js +0 -57
- package/dist/features/example-request/ExampleRequest.vue.d.ts +0 -85
- package/dist/features/example-request/ExampleRequest.vue.d.ts.map +0 -1
- package/dist/features/example-request/ExampleRequest.vue.js +0 -7
- package/dist/features/example-request/ExampleRequest.vue2.js +0 -348
- package/dist/features/example-request/TextSelect.vue.d.ts +0 -34
- package/dist/features/example-request/TextSelect.vue.d.ts.map +0 -1
- package/dist/features/example-request/TextSelect.vue.js +0 -48
- package/dist/features/example-request/TextSelect.vue3.js +0 -5
- package/dist/features/example-request/index.d.ts +0 -3
- package/dist/features/example-request/index.d.ts.map +0 -1
|
@@ -1,185 +1,186 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ScalarIconButton as
|
|
3
|
-
import { ScalarIconPlay as
|
|
4
|
-
import { isOperationDeprecated as
|
|
5
|
-
import { useClipboard as
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import { useConfig as L } from "../../../hooks/useConfig.js";
|
|
1
|
+
import { defineComponent as B, computed as w, createBlock as i, openBlock as r, unref as o, createSlots as O, withCtx as s, createElementVNode as a, createVNode as t, createElementBlock as V, createCommentVNode as p, withModifiers as q, toDisplayString as h, normalizeClass as I, createTextVNode as u } from "vue";
|
|
2
|
+
import { ScalarErrorBoundary as T, ScalarIconButton as E, ScalarMarkdown as R } from "@scalar/components";
|
|
3
|
+
import { ScalarIconPlay as W, ScalarIconCopy as $, ScalarIconWebhooksLogo as N } from "@scalar/icons";
|
|
4
|
+
import { isOperationDeprecated as P, getOperationStability as f, getOperationStabilityColor as z } from "@scalar/oas-utils/helpers";
|
|
5
|
+
import { useClipboard as A } from "@scalar/use-hooks/useClipboard";
|
|
6
|
+
import D from "../../../components/OperationPath.vue.js";
|
|
7
|
+
import L from "../components/callbacks/Callbacks.vue.js";
|
|
9
8
|
import U from "../components/OperationParameters.vue.js";
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
|
|
9
|
+
import _ from "../components/OperationResponses.vue.js";
|
|
10
|
+
import { useConfig as M } from "../../../hooks/useConfig.js";
|
|
11
|
+
import { useStore as j } from "../../../v2/hooks/useStore.js";
|
|
12
|
+
import F from "../../../components/Section/SectionAccordion.vue.js";
|
|
13
|
+
import G from "../../example-responses/ExampleResponses.vue.js";
|
|
14
|
+
import H from "../../../v2/blocks/scalar-request-example-block/components/RequestExample.vue.js";
|
|
15
|
+
import J from "../../test-request-button/TestRequestButton.vue.js";
|
|
16
|
+
import K from "../../../components/HttpMethod/HttpMethod.vue.js";
|
|
17
|
+
import Q from "../../../components/Anchor/Anchor.vue.js";
|
|
18
|
+
import y from "../../../components/Badge/Badge.vue.js";
|
|
19
|
+
const X = { class: "operation-title" }, Y = { class: "operation-details" }, Z = { class: "endpoint-label" }, x = { class: "endpoint-label-path" }, ee = { class: "endpoint-label-name" }, oe = { class: "endpoint-content" }, te = { class: "operation-details-card" }, ae = { class: "operation-details-card-item" }, se = { class: "operation-details-card-item" }, re = {
|
|
19
20
|
key: 0,
|
|
20
21
|
class: "operation-details-card-item"
|
|
21
|
-
},
|
|
22
|
+
}, Oe = /* @__PURE__ */ B({
|
|
22
23
|
__name: "ClassicLayout",
|
|
23
24
|
props: {
|
|
24
25
|
id: {},
|
|
25
26
|
path: {},
|
|
26
27
|
method: {},
|
|
27
28
|
operation: {},
|
|
29
|
+
oldOperation: {},
|
|
28
30
|
isWebhook: { type: Boolean },
|
|
29
|
-
collection: {},
|
|
30
31
|
server: {},
|
|
31
|
-
|
|
32
|
+
securitySchemes: {},
|
|
32
33
|
schemas: {}
|
|
33
34
|
},
|
|
34
35
|
emits: ["update:modelValue"],
|
|
35
|
-
setup(
|
|
36
|
-
const
|
|
37
|
-
|
|
38
|
-
return ((e = m.operation) == null ? void 0 : e.summary) || m.path || "";
|
|
39
|
-
}), { copyToClipboard: C } = z(), q = L(), B = b, h = (e) => {
|
|
40
|
-
B("update:modelValue", e);
|
|
36
|
+
setup(d, { emit: k }) {
|
|
37
|
+
const b = w(() => d.operation.summary || d.path || ""), { copyToClipboard: v } = A(), { workspace: S } = j(), C = M(), g = k, m = (e) => {
|
|
38
|
+
g("update:modelValue", e);
|
|
41
39
|
};
|
|
42
|
-
return (e,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
40
|
+
return (e, n) => (r(), i(o(F), {
|
|
41
|
+
id: e.id,
|
|
42
|
+
class: "reference-endpoint",
|
|
43
|
+
transparent: ""
|
|
44
|
+
}, O({
|
|
45
|
+
title: s(() => [
|
|
46
|
+
a("div", X, [
|
|
47
|
+
a("div", Y, [
|
|
48
|
+
t(o(K), {
|
|
49
|
+
class: "endpoint-type",
|
|
50
|
+
method: e.method,
|
|
51
|
+
short: ""
|
|
52
|
+
}, null, 8, ["method"]),
|
|
53
|
+
t(o(Q), {
|
|
54
|
+
id: e.id,
|
|
55
|
+
class: "endpoint-anchor"
|
|
56
|
+
}, {
|
|
57
|
+
default: s(() => [
|
|
58
|
+
a("h3", Z, [
|
|
59
|
+
a("div", x, [
|
|
60
|
+
t(D, {
|
|
61
|
+
deprecated: o(P)(e.operation),
|
|
62
|
+
path: e.path
|
|
63
|
+
}, null, 8, ["deprecated", "path"])
|
|
64
|
+
]),
|
|
65
|
+
a("div", ee, h(b.value), 1),
|
|
66
|
+
o(f)(e.operation) ? (r(), i(o(y), {
|
|
67
|
+
key: 0,
|
|
68
|
+
class: I(o(z)(e.operation))
|
|
69
|
+
}, {
|
|
70
|
+
default: s(() => [
|
|
71
|
+
u(h(o(f)(e.operation)), 1)
|
|
68
72
|
]),
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
]),
|
|
87
|
-
_: 1,
|
|
88
|
-
__: [1]
|
|
89
|
-
})) : d("", !0)
|
|
90
|
-
])
|
|
91
|
-
]),
|
|
92
|
-
_: 1
|
|
93
|
-
}, 8, ["id"])
|
|
94
|
-
])
|
|
73
|
+
_: 1
|
|
74
|
+
}, 8, ["class"])) : p("", !0),
|
|
75
|
+
e.isWebhook ? (r(), i(o(y), {
|
|
76
|
+
key: 1,
|
|
77
|
+
class: "font-code text-green flex w-fit items-center justify-center gap-1"
|
|
78
|
+
}, {
|
|
79
|
+
default: s(() => [
|
|
80
|
+
t(o(N), { weight: "bold" }),
|
|
81
|
+
n[1] || (n[1] = u("Webhook "))
|
|
82
|
+
]),
|
|
83
|
+
_: 1,
|
|
84
|
+
__: [1]
|
|
85
|
+
})) : p("", !0)
|
|
86
|
+
])
|
|
87
|
+
]),
|
|
88
|
+
_: 1
|
|
89
|
+
}, 8, ["id"])
|
|
95
90
|
])
|
|
96
|
-
])
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
t(M, {
|
|
132
|
-
collapsableItems: !1,
|
|
133
|
-
responses: e.operation.responses,
|
|
134
|
-
schemas: e.schemas
|
|
135
|
-
}, null, 8, ["responses", "schemas"])
|
|
136
|
-
]),
|
|
137
|
-
(c = e.operation) != null && c.callbacks ? (r(), I("div", ae, [
|
|
138
|
-
t(D, {
|
|
139
|
-
callbacks: e.operation.callbacks,
|
|
140
|
-
schemas: e.schemas,
|
|
141
|
-
collection: e.collection
|
|
142
|
-
}, null, 8, ["callbacks", "schemas", "collection"])
|
|
143
|
-
])) : d("", !0)
|
|
91
|
+
])
|
|
92
|
+
]),
|
|
93
|
+
actions: s(({ active: l }) => {
|
|
94
|
+
var c;
|
|
95
|
+
return [
|
|
96
|
+
l && !e.isWebhook ? (r(), i(o(J), {
|
|
97
|
+
key: 0,
|
|
98
|
+
method: e.method,
|
|
99
|
+
path: e.path
|
|
100
|
+
}, null, 8, ["method", "path"])) : (c = o(C)) != null && c.hideTestRequestButton ? p("", !0) : (r(), i(o(W), {
|
|
101
|
+
key: 1,
|
|
102
|
+
class: "endpoint-try-hint size-4.5"
|
|
103
|
+
})),
|
|
104
|
+
t(o(E), {
|
|
105
|
+
class: "endpoint-copy p-0.5",
|
|
106
|
+
icon: o($),
|
|
107
|
+
label: "Copy endpoint URL",
|
|
108
|
+
size: "xs",
|
|
109
|
+
variant: "ghost",
|
|
110
|
+
onClick: n[0] || (n[0] = q((ie) => o(v)(e.path), ["stop"]))
|
|
111
|
+
}, null, 8, ["icon"])
|
|
112
|
+
];
|
|
113
|
+
}),
|
|
114
|
+
default: s(() => {
|
|
115
|
+
var l;
|
|
116
|
+
return [
|
|
117
|
+
a("div", oe, [
|
|
118
|
+
a("div", te, [
|
|
119
|
+
a("div", ae, [
|
|
120
|
+
t(U, {
|
|
121
|
+
parameters: e.oldOperation.parameters,
|
|
122
|
+
requestBody: e.oldOperation.requestBody,
|
|
123
|
+
schemas: e.schemas,
|
|
124
|
+
"onUpdate:modelValue": m
|
|
125
|
+
}, null, 8, ["parameters", "requestBody", "schemas"])
|
|
144
126
|
]),
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
127
|
+
a("div", se, [
|
|
128
|
+
t(_, {
|
|
129
|
+
collapsableItems: !1,
|
|
130
|
+
responses: e.oldOperation.responses,
|
|
131
|
+
schemas: e.schemas
|
|
132
|
+
}, null, 8, ["responses", "schemas"])
|
|
133
|
+
]),
|
|
134
|
+
(l = e.operation) != null && l.callbacks ? (r(), V("div", re, [
|
|
135
|
+
t(L, {
|
|
136
|
+
method: e.method,
|
|
137
|
+
path: e.path,
|
|
138
|
+
callbacks: e.operation.callbacks,
|
|
139
|
+
schemas: e.schemas
|
|
140
|
+
}, null, 8, ["method", "path", "callbacks", "schemas"])
|
|
141
|
+
])) : p("", !0)
|
|
142
|
+
]),
|
|
143
|
+
t(o(G), {
|
|
144
|
+
class: "operation-example-card",
|
|
145
|
+
responses: e.operation.responses
|
|
146
|
+
}, null, 8, ["responses"]),
|
|
147
|
+
t(o(T), null, {
|
|
148
|
+
default: s(() => [
|
|
149
|
+
t(o(H), {
|
|
150
|
+
class: "operation-example-card",
|
|
151
|
+
method: e.method,
|
|
152
|
+
selectedServer: e.server,
|
|
153
|
+
selectedClient: o(S)["x-scalar-default-client"],
|
|
154
|
+
securitySchemes: e.securitySchemes,
|
|
155
|
+
path: e.path,
|
|
156
|
+
fallback: "",
|
|
157
|
+
operation: e.operation,
|
|
158
|
+
"onUpdate:modelValue": m
|
|
159
|
+
}, null, 8, ["method", "selectedServer", "selectedClient", "securitySchemes", "path", "operation"])
|
|
160
|
+
]),
|
|
161
|
+
_: 1
|
|
162
|
+
})
|
|
163
|
+
])
|
|
164
|
+
];
|
|
165
|
+
}),
|
|
166
|
+
_: 2
|
|
167
|
+
}, [
|
|
168
|
+
e.operation.description ? {
|
|
169
|
+
name: "description",
|
|
170
|
+
fn: s(() => [
|
|
171
|
+
t(o(R), {
|
|
172
|
+
value: e.operation.description,
|
|
173
|
+
withImages: "",
|
|
174
|
+
withAnchors: "",
|
|
175
|
+
transformType: "heading",
|
|
176
|
+
anchorPrefix: e.id
|
|
177
|
+
}, null, 8, ["value", "anchorPrefix"])
|
|
178
|
+
]),
|
|
179
|
+
key: "0"
|
|
180
|
+
} : void 0
|
|
181
|
+
]), 1032, ["id"]));
|
|
181
182
|
}
|
|
182
183
|
});
|
|
183
184
|
export {
|
|
184
|
-
|
|
185
|
+
Oe as default
|
|
185
186
|
};
|
|
@@ -1,20 +1,19 @@
|
|
|
1
|
-
import type {
|
|
2
|
-
import type { OpenAPIV3_1
|
|
3
|
-
import type {
|
|
1
|
+
import type { HttpMethod as HttpMethodType } from '@scalar/helpers/http/http-methods';
|
|
2
|
+
import type { OpenAPIV3_1 } from '@scalar/openapi-types';
|
|
3
|
+
import type { OperationObject } from '@scalar/workspace-store/schemas/v3.1/strict/path-operations';
|
|
4
|
+
import type { SecuritySchemeObject } from '@scalar/workspace-store/schemas/v3.1/strict/security-scheme';
|
|
5
|
+
import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/server';
|
|
6
|
+
import type { Dereference } from '@scalar/workspace-store/schemas/v3.1/type-guard';
|
|
7
|
+
import type { Schemas } from '../../../features/Operation/types/schemas';
|
|
4
8
|
type __VLS_Props = {
|
|
5
9
|
id: string;
|
|
6
10
|
path: string;
|
|
7
|
-
method:
|
|
8
|
-
operation:
|
|
9
|
-
|
|
10
|
-
}>;
|
|
11
|
+
method: HttpMethodType;
|
|
12
|
+
operation: Dereference<OperationObject>;
|
|
13
|
+
oldOperation: OpenAPIV3_1.OperationObject;
|
|
11
14
|
isWebhook: boolean;
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
*/
|
|
15
|
-
collection: Collection;
|
|
16
|
-
server: Server | undefined;
|
|
17
|
-
request: Request | undefined;
|
|
15
|
+
securitySchemes: SecuritySchemeObject[];
|
|
16
|
+
server: ServerObject | undefined;
|
|
18
17
|
schemas?: Schemas;
|
|
19
18
|
};
|
|
20
19
|
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ModernLayout.vue"],"names":[],"mappings":"AAmMA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"ModernLayout.vue.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/layouts/ModernLayout.vue"],"names":[],"mappings":"AAmMA,OAAO,KAAK,EAAE,UAAU,IAAI,cAAc,EAAE,MAAM,mCAAmC,CAAA;AAOrF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,6DAA6D,CAAA;AAClG,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,6DAA6D,CAAA;AACvG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oDAAoD,CAAA;AACtF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,iDAAiD,CAAA;AAkBlF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oCAAoC,CAAA;AAQjE,KAAK,WAAW,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,cAAc,CAAA;IACtB,SAAS,EAAE,WAAW,CAAC,eAAe,CAAC,CAAA;IACvC,YAAY,EAAE,WAAW,CAAC,eAAe,CAAA;IACzC,SAAS,EAAE,OAAO,CAAA;IAClB,eAAe,EAAE,oBAAoB,EAAE,CAAA;IACvC,MAAM,EAAE,YAAY,GAAG,SAAS,CAAA;IAChC,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB,CAAC;;;;;;AAmUF,wBAQG"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./ModernLayout.vue2.js";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
4
|
-
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-
|
|
4
|
+
const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-789699aa"]]);
|
|
5
5
|
export {
|
|
6
6
|
p as default
|
|
7
7
|
};
|