@scalar/api-reference 1.31.8 → 1.31.9
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 +45 -0
- package/dist/browser/standalone.js +18613 -18470
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +10 -30
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +2 -2
- package/dist/components/ApiReferenceLayout.vue2.js +240 -222
- package/dist/components/Content/Content.vue.d.ts +2 -0
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +2 -2
- package/dist/components/Content/Content.vue2.js +84 -74
- package/dist/components/Content/Introduction/Introduction.vue.d.ts +1 -3
- 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 +93 -83
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +1 -1
- package/dist/components/Content/Lazy/Loading.vue.js +84 -86
- package/dist/components/Content/Models/Models.vue.js +1 -1
- package/dist/components/Content/Models/Models.vue2.js +4 -4
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +2 -2
- package/dist/components/Content/Schema/Schema.vue2.js +53 -53
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaDiscriminator.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +117 -112
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +161 -191
- package/dist/components/Content/Schema/helpers/schema-name.d.ts +13 -0
- package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/schema-name.js +59 -13
- package/dist/components/Content/Tag/OperationsList.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/OperationsList.vue.js +1 -1
- package/dist/components/Content/Tag/OperationsList.vue2.js +22 -25
- package/dist/components/Content/Tag/OperationsListItem.vue.d.ts +2 -3
- package/dist/components/Content/Tag/OperationsListItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/OperationsListItem.vue.js +2 -2
- package/dist/components/Content/Tag/OperationsListItem.vue2.js +46 -47
- package/dist/components/Content/Tag/Tag.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/Tag.vue.js +45 -47
- package/dist/components/Content/Tag/TagList.vue.d.ts +2 -0
- package/dist/components/Content/Tag/TagList.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagList.vue.js +40 -41
- package/dist/components/Content/Tag/TagSection.vue.d.ts.map +1 -1
- package/dist/components/Content/Tag/TagSection.vue.js +2 -2
- package/dist/components/Content/Tag/TagSection.vue2.js +21 -21
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +16 -1
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.js +12 -11
- package/dist/components/MobileHeader.vue.d.ts +1 -8
- package/dist/components/MobileHeader.vue.d.ts.map +1 -1
- package/dist/components/MobileHeader.vue.js +1 -1
- package/dist/components/MobileHeader.vue2.js +19 -19
- package/dist/components/Section/Section.vue.js +2 -2
- package/dist/components/Section/Section.vue2.js +1 -1
- package/dist/components/ShowMoreButton.vue.js +2 -2
- package/dist/components/ShowMoreButton.vue2.js +1 -1
- package/dist/components/Sidebar/Sidebar.vue.d.ts +2 -4
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +1 -1
- package/dist/components/Sidebar/Sidebar.vue2.js +113 -159
- package/dist/components/Sidebar/SidebarElement.vue.d.ts +2 -11
- package/dist/components/Sidebar/SidebarElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarElement.vue.js +2 -2
- package/dist/components/Sidebar/SidebarElement.vue2.js +85 -81
- package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts +16 -1
- package/dist/components/Sidebar/SidebarHttpBadge.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarHttpBadge.vue.js +2 -2
- package/dist/components/Sidebar/SidebarHttpBadge.vue2.js +11 -5
- package/dist/features/ApiClientModal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/features/ApiClientModal/ApiClientModal.vue.js +54 -42
- package/dist/features/ApiClientModal/useApiClient.d.ts +74 -72
- package/dist/features/ApiClientModal/useApiClient.d.ts.map +1 -1
- package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts +0 -2
- package/dist/features/DocumentSource/hooks/useDocumentSource.d.ts.map +1 -1
- package/dist/features/DocumentSource/hooks/useDocumentSource.js +40 -67
- package/dist/features/DownloadLink/DownloadLink.vue.js +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts +5 -5
- package/dist/features/ExampleRequest/ExampleRequest.vue.d.ts.map +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue.js +1 -1
- package/dist/features/ExampleRequest/ExampleRequest.vue2.js +200 -179
- package/dist/features/Operation/Operation.vue.d.ts +0 -1
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +31 -34
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +3 -2
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js +62 -64
- package/dist/features/Operation/components/OperationResponses.vue.d.ts +1 -2
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationResponses.vue.js +2 -2
- 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 +31 -38
- package/dist/features/Operation/hooks/useResponses.d.ts +3 -3
- package/dist/features/Operation/hooks/useResponses.d.ts.map +1 -1
- package/dist/features/Operation/hooks/useResponses.js +12 -13
- package/dist/features/Operation/index.d.ts +0 -1
- package/dist/features/Operation/index.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +4 -6
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +85 -72
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +2 -4
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +114 -98
- package/dist/features/Search/SearchModal.vue.js +2 -2
- package/dist/features/Search/SearchModal.vue2.js +1 -1
- package/dist/features/Search/useSearchIndex.d.ts.map +1 -1
- package/dist/features/Search/useSearchIndex.js +61 -64
- package/dist/features/sidebar/helpers/create-sidebar.d.ts +4 -2
- package/dist/features/sidebar/helpers/create-sidebar.d.ts.map +1 -1
- package/dist/features/sidebar/helpers/create-sidebar.js +33 -0
- package/dist/features/sidebar/hooks/useSidebar.d.ts +2 -3
- package/dist/features/sidebar/hooks/useSidebar.d.ts.map +1 -1
- package/dist/features/sidebar/hooks/useSidebar.js +18 -0
- package/dist/features/sidebar/index.d.ts +2 -1
- package/dist/features/sidebar/index.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/get-tag.d.ts +4 -2
- package/dist/features/traverse-schema/helpers/get-tag.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/get-tag.js +7 -0
- package/dist/features/traverse-schema/helpers/traverse-description.js +33 -0
- package/dist/features/traverse-schema/helpers/traverse-document.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-document.js +34 -0
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +5 -3
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-paths.js +32 -0
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts +2 -2
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-schemas.js +23 -0
- package/dist/features/traverse-schema/helpers/traverse-tags.d.ts +2 -2
- package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-tags.js +43 -0
- package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts +2 -2
- package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-webhooks.js +26 -0
- package/dist/features/traverse-schema/index.d.ts +3 -3
- package/dist/features/traverse-schema/index.d.ts.map +1 -1
- package/dist/features/traverse-schema/types.d.ts +8 -5
- package/dist/features/traverse-schema/types.d.ts.map +1 -1
- package/dist/helpers/parse.d.ts +2 -1
- package/dist/helpers/parse.d.ts.map +1 -1
- package/dist/helpers/parse.js +72 -88
- package/dist/hooks/useMultipleDocuments.d.ts +6 -6
- package/dist/hooks/useMultipleDocuments.d.ts.map +1 -1
- package/dist/hooks/useNavState.d.ts +1 -1
- package/dist/hooks/useNavState.d.ts.map +1 -1
- package/dist/hooks/useNavState.js +14 -9
- package/dist/hooks/useOperation.d.ts +7 -7
- package/dist/hooks/useOperation.d.ts.map +1 -1
- package/dist/hooks/useOperation.js +13 -12
- package/dist/index.d.ts +0 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +23 -25
- package/dist/legacy/fixtures/index.d.ts +1 -1
- package/dist/libs/openapi.d.ts +3 -4
- package/dist/libs/openapi.d.ts.map +1 -1
- package/dist/libs/openapi.js +8 -9
- package/dist/style.css +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts +4 -18
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.js +68 -45
- package/package.json +16 -16
- package/dist/components/Content/Webhooks/index.d.ts +0 -2
- package/dist/components/Content/Webhooks/index.d.ts.map +0 -1
- package/dist/features/Operation/Webhooks.vue.d.ts +0 -7
- package/dist/features/Operation/Webhooks.vue.d.ts.map +0 -1
- package/dist/features/Operation/Webhooks.vue.js +0 -7
- package/dist/features/Operation/Webhooks.vue2.js +0 -121
- package/dist/features/Operation/components/Webhook.vue.d.ts +0 -7
- package/dist/features/Operation/components/Webhook.vue.d.ts.map +0 -1
- package/dist/features/Operation/components/Webhook.vue.js +0 -7
- package/dist/features/Operation/components/Webhook.vue2.js +0 -29
- package/dist/features/traverse-schema/helpers/operation-id-params.d.ts +0 -8
- package/dist/features/traverse-schema/helpers/operation-id-params.d.ts.map +0 -1
- package/dist/features/traverse-schema/helpers/operation-id-params.js +0 -8
- package/dist/hooks/useSidebar.d.ts +0 -53
- package/dist/hooks/useSidebar.d.ts.map +0 -1
- package/dist/hooks/useSidebar.js +0 -248
- package/dist/legacy/fixtures/httpRequestMethods.js +0 -14
|
@@ -5,6 +5,7 @@ declare const client: import("vue").Ref<{
|
|
|
5
5
|
onUpdateServer: (callback: (url: string) => void) => void;
|
|
6
6
|
updateServer: (serverUrl: string) => void;
|
|
7
7
|
open: (payload?: import("@scalar/api-client/libs").OpenClientPayload) => void;
|
|
8
|
+
resetStore: () => void;
|
|
8
9
|
updateConfig: (_newConfig: Partial<import("@scalar/types").ApiClientConfiguration>) => Promise<void>;
|
|
9
10
|
updateAuth: <P extends import("@scalar/object-utils/nested").Path<import("@scalar/types/entities").SecurityScheme>>({ nameKey, propertyKey, value, }: {
|
|
10
11
|
nameKey: string;
|
|
@@ -36,22 +37,6 @@ declare const client: import("vue").Ref<{
|
|
|
36
37
|
enum?: string[] | undefined;
|
|
37
38
|
}> | undefined;
|
|
38
39
|
}>;
|
|
39
|
-
tags: Record<string, {
|
|
40
|
-
uid: string & import("zod").BRAND<"tag">;
|
|
41
|
-
name: string;
|
|
42
|
-
type: "tag";
|
|
43
|
-
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
44
|
-
description?: string | undefined;
|
|
45
|
-
externalDocs?: {
|
|
46
|
-
url: string;
|
|
47
|
-
description?: string | undefined;
|
|
48
|
-
} | undefined;
|
|
49
|
-
"x-scalar-children"?: {
|
|
50
|
-
tagName: string;
|
|
51
|
-
}[] | undefined;
|
|
52
|
-
"x-internal"?: boolean | undefined;
|
|
53
|
-
"x-scalar-ignore"?: boolean | undefined;
|
|
54
|
-
}>;
|
|
55
40
|
serverMutators: {
|
|
56
41
|
rawAdd: (item: {
|
|
57
42
|
uid: string & import("zod").BRAND<"server">;
|
|
@@ -153,6 +138,22 @@ declare const client: import("vue").Ref<{
|
|
|
153
138
|
redo: (uid: string & import("zod").BRAND<"server">) => void;
|
|
154
139
|
reset: () => void;
|
|
155
140
|
};
|
|
141
|
+
tags: Record<string, {
|
|
142
|
+
uid: string & import("zod").BRAND<"tag">;
|
|
143
|
+
name: string;
|
|
144
|
+
type: "tag";
|
|
145
|
+
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
146
|
+
description?: string | undefined;
|
|
147
|
+
externalDocs?: {
|
|
148
|
+
url: string;
|
|
149
|
+
description?: string | undefined;
|
|
150
|
+
} | undefined;
|
|
151
|
+
"x-scalar-children"?: {
|
|
152
|
+
tagName: string;
|
|
153
|
+
}[] | undefined;
|
|
154
|
+
"x-internal"?: boolean | undefined;
|
|
155
|
+
"x-scalar-ignore"?: boolean | undefined;
|
|
156
|
+
}>;
|
|
156
157
|
securitySchemes: Record<string, {
|
|
157
158
|
type: "apiKey";
|
|
158
159
|
value: string;
|
|
@@ -243,7 +244,7 @@ declare const client: import("vue").Ref<{
|
|
|
243
244
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
244
245
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
245
246
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
246
|
-
method: "options" | "
|
|
247
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
247
248
|
description?: string | undefined;
|
|
248
249
|
summary?: string | undefined;
|
|
249
250
|
externalDocs?: {
|
|
@@ -268,10 +269,10 @@ declare const client: import("vue").Ref<{
|
|
|
268
269
|
summary?: string | undefined;
|
|
269
270
|
externalValue?: string | undefined;
|
|
270
271
|
}> | undefined;
|
|
271
|
-
schema?: unknown;
|
|
272
272
|
content?: unknown;
|
|
273
273
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
274
274
|
explode?: boolean | undefined;
|
|
275
|
+
schema?: unknown;
|
|
275
276
|
}[] | undefined;
|
|
276
277
|
requestBody?: any;
|
|
277
278
|
responses?: Record<string, any> | undefined;
|
|
@@ -2234,7 +2235,7 @@ declare const client: import("vue").Ref<{
|
|
|
2234
2235
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
2235
2236
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
2236
2237
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
2237
|
-
method: "options" | "
|
|
2238
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
2238
2239
|
description?: string | undefined;
|
|
2239
2240
|
summary?: string | undefined;
|
|
2240
2241
|
externalDocs?: {
|
|
@@ -2259,10 +2260,10 @@ declare const client: import("vue").Ref<{
|
|
|
2259
2260
|
summary?: string | undefined;
|
|
2260
2261
|
externalValue?: string | undefined;
|
|
2261
2262
|
}> | undefined;
|
|
2262
|
-
schema?: unknown;
|
|
2263
2263
|
content?: unknown;
|
|
2264
2264
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
2265
2265
|
explode?: boolean | undefined;
|
|
2266
|
+
schema?: unknown;
|
|
2266
2267
|
}[] | undefined;
|
|
2267
2268
|
requestBody?: any;
|
|
2268
2269
|
responses?: Record<string, any> | undefined;
|
|
@@ -2293,7 +2294,7 @@ declare const client: import("vue").Ref<{
|
|
|
2293
2294
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
2294
2295
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
2295
2296
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
2296
|
-
method: "options" | "
|
|
2297
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
2297
2298
|
description?: string | undefined;
|
|
2298
2299
|
summary?: string | undefined;
|
|
2299
2300
|
externalDocs?: {
|
|
@@ -2318,10 +2319,10 @@ declare const client: import("vue").Ref<{
|
|
|
2318
2319
|
summary?: string | undefined;
|
|
2319
2320
|
externalValue?: string | undefined;
|
|
2320
2321
|
}> | undefined;
|
|
2321
|
-
schema?: unknown;
|
|
2322
2322
|
content?: unknown;
|
|
2323
2323
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
2324
2324
|
explode?: boolean | undefined;
|
|
2325
|
+
schema?: unknown;
|
|
2325
2326
|
}[] | undefined;
|
|
2326
2327
|
requestBody?: any;
|
|
2327
2328
|
responses?: Record<string, any> | undefined;
|
|
@@ -2353,7 +2354,7 @@ declare const client: import("vue").Ref<{
|
|
|
2353
2354
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
2354
2355
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
2355
2356
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
2356
|
-
method: "options" | "
|
|
2357
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
2357
2358
|
description?: string | undefined;
|
|
2358
2359
|
summary?: string | undefined;
|
|
2359
2360
|
externalDocs?: {
|
|
@@ -2378,10 +2379,10 @@ declare const client: import("vue").Ref<{
|
|
|
2378
2379
|
summary?: string | undefined;
|
|
2379
2380
|
externalValue?: string | undefined;
|
|
2380
2381
|
}> | undefined;
|
|
2381
|
-
schema?: unknown;
|
|
2382
2382
|
content?: unknown;
|
|
2383
2383
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
2384
2384
|
explode?: boolean | undefined;
|
|
2385
|
+
schema?: unknown;
|
|
2385
2386
|
}[] | undefined;
|
|
2386
2387
|
requestBody?: any;
|
|
2387
2388
|
responses?: Record<string, any> | undefined;
|
|
@@ -2412,7 +2413,7 @@ declare const client: import("vue").Ref<{
|
|
|
2412
2413
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
2413
2414
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
2414
2415
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
2415
|
-
method: "options" | "
|
|
2416
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
2416
2417
|
description?: string | undefined;
|
|
2417
2418
|
summary?: string | undefined;
|
|
2418
2419
|
externalDocs?: {
|
|
@@ -2437,10 +2438,10 @@ declare const client: import("vue").Ref<{
|
|
|
2437
2438
|
summary?: string | undefined;
|
|
2438
2439
|
externalValue?: string | undefined;
|
|
2439
2440
|
}> | undefined;
|
|
2440
|
-
schema?: unknown;
|
|
2441
2441
|
content?: unknown;
|
|
2442
2442
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
2443
2443
|
explode?: boolean | undefined;
|
|
2444
|
+
schema?: unknown;
|
|
2444
2445
|
}[] | undefined;
|
|
2445
2446
|
requestBody?: any;
|
|
2446
2447
|
responses?: Record<string, any> | undefined;
|
|
@@ -2470,7 +2471,7 @@ declare const client: import("vue").Ref<{
|
|
|
2470
2471
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
2471
2472
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
2472
2473
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
2473
|
-
method: "options" | "
|
|
2474
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
2474
2475
|
description?: string | undefined;
|
|
2475
2476
|
summary?: string | undefined;
|
|
2476
2477
|
externalDocs?: {
|
|
@@ -2495,10 +2496,10 @@ declare const client: import("vue").Ref<{
|
|
|
2495
2496
|
summary?: string | undefined;
|
|
2496
2497
|
externalValue?: string | undefined;
|
|
2497
2498
|
}> | undefined;
|
|
2498
|
-
schema?: unknown;
|
|
2499
2499
|
content?: unknown;
|
|
2500
2500
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
2501
2501
|
explode?: boolean | undefined;
|
|
2502
|
+
schema?: unknown;
|
|
2502
2503
|
}[] | undefined;
|
|
2503
2504
|
requestBody?: any;
|
|
2504
2505
|
responses?: Record<string, any> | undefined;
|
|
@@ -2528,7 +2529,7 @@ declare const client: import("vue").Ref<{
|
|
|
2528
2529
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
2529
2530
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
2530
2531
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
2531
|
-
method: "options" | "
|
|
2532
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
2532
2533
|
description?: string | undefined;
|
|
2533
2534
|
summary?: string | undefined;
|
|
2534
2535
|
externalDocs?: {
|
|
@@ -2553,10 +2554,10 @@ declare const client: import("vue").Ref<{
|
|
|
2553
2554
|
summary?: string | undefined;
|
|
2554
2555
|
externalValue?: string | undefined;
|
|
2555
2556
|
}> | undefined;
|
|
2556
|
-
schema?: unknown;
|
|
2557
2557
|
content?: unknown;
|
|
2558
2558
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
2559
2559
|
explode?: boolean | undefined;
|
|
2560
|
+
schema?: unknown;
|
|
2560
2561
|
}[] | undefined;
|
|
2561
2562
|
requestBody?: any;
|
|
2562
2563
|
responses?: Record<string, any> | undefined;
|
|
@@ -2587,7 +2588,7 @@ declare const client: import("vue").Ref<{
|
|
|
2587
2588
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
2588
2589
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
2589
2590
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
2590
|
-
method: "options" | "
|
|
2591
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
2591
2592
|
description?: string | undefined;
|
|
2592
2593
|
summary?: string | undefined;
|
|
2593
2594
|
externalDocs?: {
|
|
@@ -2612,10 +2613,10 @@ declare const client: import("vue").Ref<{
|
|
|
2612
2613
|
summary?: string | undefined;
|
|
2613
2614
|
externalValue?: string | undefined;
|
|
2614
2615
|
}> | undefined;
|
|
2615
|
-
schema?: unknown;
|
|
2616
2616
|
content?: unknown;
|
|
2617
2617
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
2618
2618
|
explode?: boolean | undefined;
|
|
2619
|
+
schema?: unknown;
|
|
2619
2620
|
}[] | undefined;
|
|
2620
2621
|
requestBody?: any;
|
|
2621
2622
|
responses?: Record<string, any> | undefined;
|
|
@@ -2645,7 +2646,7 @@ declare const client: import("vue").Ref<{
|
|
|
2645
2646
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
2646
2647
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
2647
2648
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
2648
|
-
method: "options" | "
|
|
2649
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
2649
2650
|
description?: string | undefined;
|
|
2650
2651
|
summary?: string | undefined;
|
|
2651
2652
|
externalDocs?: {
|
|
@@ -2670,10 +2671,10 @@ declare const client: import("vue").Ref<{
|
|
|
2670
2671
|
summary?: string | undefined;
|
|
2671
2672
|
externalValue?: string | undefined;
|
|
2672
2673
|
}> | undefined;
|
|
2673
|
-
schema?: unknown;
|
|
2674
2674
|
content?: unknown;
|
|
2675
2675
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
2676
2676
|
explode?: boolean | undefined;
|
|
2677
|
+
schema?: unknown;
|
|
2677
2678
|
}[] | undefined;
|
|
2678
2679
|
requestBody?: any;
|
|
2679
2680
|
responses?: Record<string, any> | undefined;
|
|
@@ -2703,7 +2704,7 @@ declare const client: import("vue").Ref<{
|
|
|
2703
2704
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
2704
2705
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
2705
2706
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
2706
|
-
method: "options" | "
|
|
2707
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
2707
2708
|
description?: string | undefined;
|
|
2708
2709
|
summary?: string | undefined;
|
|
2709
2710
|
externalDocs?: {
|
|
@@ -2728,10 +2729,10 @@ declare const client: import("vue").Ref<{
|
|
|
2728
2729
|
summary?: string | undefined;
|
|
2729
2730
|
externalValue?: string | undefined;
|
|
2730
2731
|
}> | undefined;
|
|
2731
|
-
schema?: unknown;
|
|
2732
2732
|
content?: unknown;
|
|
2733
2733
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
2734
2734
|
explode?: boolean | undefined;
|
|
2735
|
+
schema?: unknown;
|
|
2735
2736
|
}[] | undefined;
|
|
2736
2737
|
requestBody?: any;
|
|
2737
2738
|
responses?: Record<string, any> | undefined;
|
|
@@ -3852,6 +3853,7 @@ declare const client: import("vue").Ref<{
|
|
|
3852
3853
|
onUpdateServer: (callback: (url: string) => void) => void;
|
|
3853
3854
|
updateServer: (serverUrl: string) => void;
|
|
3854
3855
|
open: (payload?: import("@scalar/api-client/libs").OpenClientPayload) => void;
|
|
3856
|
+
resetStore: () => void;
|
|
3855
3857
|
updateConfig: (_newConfig: Partial<import("@scalar/types").ApiClientConfiguration>) => Promise<void>;
|
|
3856
3858
|
updateAuth: <P extends import("@scalar/object-utils/nested").Path<import("@scalar/types/entities").SecurityScheme>>({ nameKey, propertyKey, value, }: {
|
|
3857
3859
|
nameKey: string;
|
|
@@ -3883,22 +3885,6 @@ declare const client: import("vue").Ref<{
|
|
|
3883
3885
|
enum?: string[] | undefined;
|
|
3884
3886
|
}> | undefined;
|
|
3885
3887
|
}>;
|
|
3886
|
-
tags: Record<string, {
|
|
3887
|
-
uid: string & import("zod").BRAND<"tag">;
|
|
3888
|
-
name: string;
|
|
3889
|
-
type: "tag";
|
|
3890
|
-
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
3891
|
-
description?: string | undefined;
|
|
3892
|
-
externalDocs?: {
|
|
3893
|
-
url: string;
|
|
3894
|
-
description?: string | undefined;
|
|
3895
|
-
} | undefined;
|
|
3896
|
-
"x-scalar-children"?: {
|
|
3897
|
-
tagName: string;
|
|
3898
|
-
}[] | undefined;
|
|
3899
|
-
"x-internal"?: boolean | undefined;
|
|
3900
|
-
"x-scalar-ignore"?: boolean | undefined;
|
|
3901
|
-
}>;
|
|
3902
3888
|
serverMutators: {
|
|
3903
3889
|
rawAdd: (item: {
|
|
3904
3890
|
uid: string & import("zod").BRAND<"server">;
|
|
@@ -4000,6 +3986,22 @@ declare const client: import("vue").Ref<{
|
|
|
4000
3986
|
redo: (uid: string & import("zod").BRAND<"server">) => void;
|
|
4001
3987
|
reset: () => void;
|
|
4002
3988
|
};
|
|
3989
|
+
tags: Record<string, {
|
|
3990
|
+
uid: string & import("zod").BRAND<"tag">;
|
|
3991
|
+
name: string;
|
|
3992
|
+
type: "tag";
|
|
3993
|
+
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
3994
|
+
description?: string | undefined;
|
|
3995
|
+
externalDocs?: {
|
|
3996
|
+
url: string;
|
|
3997
|
+
description?: string | undefined;
|
|
3998
|
+
} | undefined;
|
|
3999
|
+
"x-scalar-children"?: {
|
|
4000
|
+
tagName: string;
|
|
4001
|
+
}[] | undefined;
|
|
4002
|
+
"x-internal"?: boolean | undefined;
|
|
4003
|
+
"x-scalar-ignore"?: boolean | undefined;
|
|
4004
|
+
}>;
|
|
4003
4005
|
securitySchemes: Record<string, {
|
|
4004
4006
|
type: "apiKey";
|
|
4005
4007
|
value: string;
|
|
@@ -4090,7 +4092,7 @@ declare const client: import("vue").Ref<{
|
|
|
4090
4092
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
4091
4093
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
4092
4094
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
4093
|
-
method: "options" | "
|
|
4095
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
4094
4096
|
description?: string | undefined;
|
|
4095
4097
|
summary?: string | undefined;
|
|
4096
4098
|
externalDocs?: {
|
|
@@ -4115,10 +4117,10 @@ declare const client: import("vue").Ref<{
|
|
|
4115
4117
|
summary?: string | undefined;
|
|
4116
4118
|
externalValue?: string | undefined;
|
|
4117
4119
|
}> | undefined;
|
|
4118
|
-
schema?: unknown;
|
|
4119
4120
|
content?: unknown;
|
|
4120
4121
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
4121
4122
|
explode?: boolean | undefined;
|
|
4123
|
+
schema?: unknown;
|
|
4122
4124
|
}[] | undefined;
|
|
4123
4125
|
requestBody?: any;
|
|
4124
4126
|
responses?: Record<string, any> | undefined;
|
|
@@ -6081,7 +6083,7 @@ declare const client: import("vue").Ref<{
|
|
|
6081
6083
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
6082
6084
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
6083
6085
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
6084
|
-
method: "options" | "
|
|
6086
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
6085
6087
|
description?: string | undefined;
|
|
6086
6088
|
summary?: string | undefined;
|
|
6087
6089
|
externalDocs?: {
|
|
@@ -6106,10 +6108,10 @@ declare const client: import("vue").Ref<{
|
|
|
6106
6108
|
summary?: string | undefined;
|
|
6107
6109
|
externalValue?: string | undefined;
|
|
6108
6110
|
}> | undefined;
|
|
6109
|
-
schema?: unknown;
|
|
6110
6111
|
content?: unknown;
|
|
6111
6112
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
6112
6113
|
explode?: boolean | undefined;
|
|
6114
|
+
schema?: unknown;
|
|
6113
6115
|
}[] | undefined;
|
|
6114
6116
|
requestBody?: any;
|
|
6115
6117
|
responses?: Record<string, any> | undefined;
|
|
@@ -6140,7 +6142,7 @@ declare const client: import("vue").Ref<{
|
|
|
6140
6142
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
6141
6143
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
6142
6144
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
6143
|
-
method: "options" | "
|
|
6145
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
6144
6146
|
description?: string | undefined;
|
|
6145
6147
|
summary?: string | undefined;
|
|
6146
6148
|
externalDocs?: {
|
|
@@ -6165,10 +6167,10 @@ declare const client: import("vue").Ref<{
|
|
|
6165
6167
|
summary?: string | undefined;
|
|
6166
6168
|
externalValue?: string | undefined;
|
|
6167
6169
|
}> | undefined;
|
|
6168
|
-
schema?: unknown;
|
|
6169
6170
|
content?: unknown;
|
|
6170
6171
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
6171
6172
|
explode?: boolean | undefined;
|
|
6173
|
+
schema?: unknown;
|
|
6172
6174
|
}[] | undefined;
|
|
6173
6175
|
requestBody?: any;
|
|
6174
6176
|
responses?: Record<string, any> | undefined;
|
|
@@ -6200,7 +6202,7 @@ declare const client: import("vue").Ref<{
|
|
|
6200
6202
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
6201
6203
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
6202
6204
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
6203
|
-
method: "options" | "
|
|
6205
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
6204
6206
|
description?: string | undefined;
|
|
6205
6207
|
summary?: string | undefined;
|
|
6206
6208
|
externalDocs?: {
|
|
@@ -6225,10 +6227,10 @@ declare const client: import("vue").Ref<{
|
|
|
6225
6227
|
summary?: string | undefined;
|
|
6226
6228
|
externalValue?: string | undefined;
|
|
6227
6229
|
}> | undefined;
|
|
6228
|
-
schema?: unknown;
|
|
6229
6230
|
content?: unknown;
|
|
6230
6231
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
6231
6232
|
explode?: boolean | undefined;
|
|
6233
|
+
schema?: unknown;
|
|
6232
6234
|
}[] | undefined;
|
|
6233
6235
|
requestBody?: any;
|
|
6234
6236
|
responses?: Record<string, any> | undefined;
|
|
@@ -6259,7 +6261,7 @@ declare const client: import("vue").Ref<{
|
|
|
6259
6261
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
6260
6262
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
6261
6263
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
6262
|
-
method: "options" | "
|
|
6264
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
6263
6265
|
description?: string | undefined;
|
|
6264
6266
|
summary?: string | undefined;
|
|
6265
6267
|
externalDocs?: {
|
|
@@ -6284,10 +6286,10 @@ declare const client: import("vue").Ref<{
|
|
|
6284
6286
|
summary?: string | undefined;
|
|
6285
6287
|
externalValue?: string | undefined;
|
|
6286
6288
|
}> | undefined;
|
|
6287
|
-
schema?: unknown;
|
|
6288
6289
|
content?: unknown;
|
|
6289
6290
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
6290
6291
|
explode?: boolean | undefined;
|
|
6292
|
+
schema?: unknown;
|
|
6291
6293
|
}[] | undefined;
|
|
6292
6294
|
requestBody?: any;
|
|
6293
6295
|
responses?: Record<string, any> | undefined;
|
|
@@ -6317,7 +6319,7 @@ declare const client: import("vue").Ref<{
|
|
|
6317
6319
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
6318
6320
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
6319
6321
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
6320
|
-
method: "options" | "
|
|
6322
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
6321
6323
|
description?: string | undefined;
|
|
6322
6324
|
summary?: string | undefined;
|
|
6323
6325
|
externalDocs?: {
|
|
@@ -6342,10 +6344,10 @@ declare const client: import("vue").Ref<{
|
|
|
6342
6344
|
summary?: string | undefined;
|
|
6343
6345
|
externalValue?: string | undefined;
|
|
6344
6346
|
}> | undefined;
|
|
6345
|
-
schema?: unknown;
|
|
6346
6347
|
content?: unknown;
|
|
6347
6348
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
6348
6349
|
explode?: boolean | undefined;
|
|
6350
|
+
schema?: unknown;
|
|
6349
6351
|
}[] | undefined;
|
|
6350
6352
|
requestBody?: any;
|
|
6351
6353
|
responses?: Record<string, any> | undefined;
|
|
@@ -6375,7 +6377,7 @@ declare const client: import("vue").Ref<{
|
|
|
6375
6377
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
6376
6378
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
6377
6379
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
6378
|
-
method: "options" | "
|
|
6380
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
6379
6381
|
description?: string | undefined;
|
|
6380
6382
|
summary?: string | undefined;
|
|
6381
6383
|
externalDocs?: {
|
|
@@ -6400,10 +6402,10 @@ declare const client: import("vue").Ref<{
|
|
|
6400
6402
|
summary?: string | undefined;
|
|
6401
6403
|
externalValue?: string | undefined;
|
|
6402
6404
|
}> | undefined;
|
|
6403
|
-
schema?: unknown;
|
|
6404
6405
|
content?: unknown;
|
|
6405
6406
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
6406
6407
|
explode?: boolean | undefined;
|
|
6408
|
+
schema?: unknown;
|
|
6407
6409
|
}[] | undefined;
|
|
6408
6410
|
requestBody?: any;
|
|
6409
6411
|
responses?: Record<string, any> | undefined;
|
|
@@ -6434,7 +6436,7 @@ declare const client: import("vue").Ref<{
|
|
|
6434
6436
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
6435
6437
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
6436
6438
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
6437
|
-
method: "options" | "
|
|
6439
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
6438
6440
|
description?: string | undefined;
|
|
6439
6441
|
summary?: string | undefined;
|
|
6440
6442
|
externalDocs?: {
|
|
@@ -6459,10 +6461,10 @@ declare const client: import("vue").Ref<{
|
|
|
6459
6461
|
summary?: string | undefined;
|
|
6460
6462
|
externalValue?: string | undefined;
|
|
6461
6463
|
}> | undefined;
|
|
6462
|
-
schema?: unknown;
|
|
6463
6464
|
content?: unknown;
|
|
6464
6465
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
6465
6466
|
explode?: boolean | undefined;
|
|
6467
|
+
schema?: unknown;
|
|
6466
6468
|
}[] | undefined;
|
|
6467
6469
|
requestBody?: any;
|
|
6468
6470
|
responses?: Record<string, any> | undefined;
|
|
@@ -6492,7 +6494,7 @@ declare const client: import("vue").Ref<{
|
|
|
6492
6494
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
6493
6495
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
6494
6496
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
6495
|
-
method: "options" | "
|
|
6497
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
6496
6498
|
description?: string | undefined;
|
|
6497
6499
|
summary?: string | undefined;
|
|
6498
6500
|
externalDocs?: {
|
|
@@ -6517,10 +6519,10 @@ declare const client: import("vue").Ref<{
|
|
|
6517
6519
|
summary?: string | undefined;
|
|
6518
6520
|
externalValue?: string | undefined;
|
|
6519
6521
|
}> | undefined;
|
|
6520
|
-
schema?: unknown;
|
|
6521
6522
|
content?: unknown;
|
|
6522
6523
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
6523
6524
|
explode?: boolean | undefined;
|
|
6525
|
+
schema?: unknown;
|
|
6524
6526
|
}[] | undefined;
|
|
6525
6527
|
requestBody?: any;
|
|
6526
6528
|
responses?: Record<string, any> | undefined;
|
|
@@ -6550,7 +6552,7 @@ declare const client: import("vue").Ref<{
|
|
|
6550
6552
|
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
6551
6553
|
servers: (string & import("zod").BRAND<"server">)[];
|
|
6552
6554
|
examples: (string & import("zod").BRAND<"example">)[];
|
|
6553
|
-
method: "options" | "
|
|
6555
|
+
method: "options" | "get" | "put" | "post" | "delete" | "head" | "patch" | "trace" | "connect";
|
|
6554
6556
|
description?: string | undefined;
|
|
6555
6557
|
summary?: string | undefined;
|
|
6556
6558
|
externalDocs?: {
|
|
@@ -6575,10 +6577,10 @@ declare const client: import("vue").Ref<{
|
|
|
6575
6577
|
summary?: string | undefined;
|
|
6576
6578
|
externalValue?: string | undefined;
|
|
6577
6579
|
}> | undefined;
|
|
6578
|
-
schema?: unknown;
|
|
6579
6580
|
content?: unknown;
|
|
6580
6581
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
6581
6582
|
explode?: boolean | undefined;
|
|
6583
|
+
schema?: unknown;
|
|
6582
6584
|
}[] | undefined;
|
|
6583
6585
|
requestBody?: any;
|
|
6584
6586
|
responses?: Record<string, any> | undefined;
|