@scalar/api-client 2.0.36 → 2.0.38
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 +20 -0
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +35 -42
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.js +54 -64
- package/dist/components/CommandPalette/CommandPaletteFolder.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteFolder.vue.js +37 -44
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteImport.vue.js +33 -43
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +50 -57
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +29 -36
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +34 -34
- package/dist/components/SideNav/SideHelp.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideHelp.vue.js +34 -34
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +12 -12
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +14 -14
- package/dist/layouts/App/create-api-client-app.d.ts +5 -5
- package/dist/layouts/Modal/create-api-client-modal.d.ts +10 -10
- package/dist/libs/create-client.d.ts +6 -5
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/store/workspace.d.ts +12 -12
- package/dist/store/workspace.d.ts.map +1 -1
- package/dist/store/workspace.js +185 -181
- package/dist/style.css +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
- package/dist/views/Request/RequestSidebarItem.vue2.js +112 -101
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts +8 -2
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItemMenu.vue.js +92 -82
- package/package.json +4 -4
- package/dist/components/CommandPalette/handleKeyDown.d.ts +0 -2
- package/dist/components/CommandPalette/handleKeyDown.d.ts.map +0 -1
- package/dist/components/CommandPalette/handleKeyDown.js +0 -7
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as o, openBlock as i, createBlock as r, withCtx as s, createElementVNode as m } from "vue";
|
|
2
|
+
import d from "./SidebarListElementForm.vue.js";
|
|
3
|
+
const c = /* @__PURE__ */ m("p", null, " Are you sure you want to remove it? This will delete all children and associated data as well! ", -1), b = /* @__PURE__ */ o({
|
|
4
4
|
__name: "DeleteSidebarListElement",
|
|
5
5
|
props: {
|
|
6
6
|
variableName: {}
|
|
7
7
|
},
|
|
8
8
|
emits: ["close", "delete"],
|
|
9
|
-
setup(
|
|
10
|
-
const e =
|
|
11
|
-
async function
|
|
9
|
+
setup(p, { emit: l }) {
|
|
10
|
+
const e = l;
|
|
11
|
+
async function a() {
|
|
12
12
|
e("delete");
|
|
13
13
|
}
|
|
14
|
-
return (
|
|
14
|
+
return (n, t) => (i(), r(d, {
|
|
15
15
|
danger: "",
|
|
16
|
-
label: `Delete ${
|
|
17
|
-
onCancel: t[0] || (t[0] = (
|
|
18
|
-
onSubmit:
|
|
16
|
+
label: `Delete ${n.variableName}`,
|
|
17
|
+
onCancel: t[0] || (t[0] = (u) => e("close")),
|
|
18
|
+
onSubmit: a
|
|
19
19
|
}, {
|
|
20
|
-
default:
|
|
21
|
-
|
|
20
|
+
default: s(() => [
|
|
21
|
+
c
|
|
22
22
|
]),
|
|
23
23
|
_: 1
|
|
24
24
|
}, 8, ["label"]));
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as d, openBlock as p, createElementBlock as u, withModifiers as f, renderSlot as c, createElementVNode as b, createVNode as
|
|
1
|
+
import { defineComponent as d, openBlock as p, createElementBlock as u, withModifiers as f, renderSlot as c, createElementVNode as b, createVNode as o, unref as a, withCtx as r, createTextVNode as l, toDisplayString as v } from "vue";
|
|
2
2
|
import { ScalarButton as i } from "@scalar/components";
|
|
3
3
|
const g = { class: "flex justify-end gap-3" }, y = /* @__PURE__ */ d({
|
|
4
4
|
__name: "SidebarListElementForm",
|
|
@@ -7,32 +7,32 @@ const g = { class: "flex justify-end gap-3" }, y = /* @__PURE__ */ d({
|
|
|
7
7
|
label: {}
|
|
8
8
|
},
|
|
9
9
|
emits: ["cancel", "submit"],
|
|
10
|
-
setup(
|
|
11
|
-
const
|
|
10
|
+
setup(S, { emit: s }) {
|
|
11
|
+
const n = s;
|
|
12
12
|
return (t, e) => (p(), u("form", {
|
|
13
13
|
class: "flex flex-col gap-6 text-base",
|
|
14
|
-
onSubmit: e[1] || (e[1] = f((m) =>
|
|
14
|
+
onSubmit: e[1] || (e[1] = f((m) => n("submit"), ["prevent"]))
|
|
15
15
|
}, [
|
|
16
16
|
c(t.$slots, "default"),
|
|
17
17
|
b("div", g, [
|
|
18
|
-
|
|
18
|
+
o(a(i), {
|
|
19
19
|
variant: "outlined",
|
|
20
|
-
onClick: e[0] || (e[0] = (m) =>
|
|
20
|
+
onClick: e[0] || (e[0] = (m) => n("cancel"))
|
|
21
21
|
}, {
|
|
22
|
-
default:
|
|
23
|
-
|
|
22
|
+
default: r(() => [
|
|
23
|
+
l(" Cancel ")
|
|
24
24
|
]),
|
|
25
25
|
_: 1
|
|
26
26
|
}),
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
o(a(i), {
|
|
28
|
+
type: "submit",
|
|
29
|
+
variant: t.danger ? "danger" : "solid"
|
|
30
30
|
}, {
|
|
31
|
-
default:
|
|
32
|
-
|
|
31
|
+
default: r(() => [
|
|
32
|
+
l(v(t.label ?? "Submit"), 1)
|
|
33
33
|
]),
|
|
34
34
|
_: 1
|
|
35
|
-
}, 8, ["
|
|
35
|
+
}, 8, ["variant"])
|
|
36
36
|
])
|
|
37
37
|
], 32));
|
|
38
38
|
}
|
|
@@ -778,7 +778,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
778
778
|
selectedServerUid: string;
|
|
779
779
|
childUids: string[];
|
|
780
780
|
};
|
|
781
|
-
delete: (
|
|
781
|
+
delete: (collection: import("@scalar/oas-utils/entities/workspace/collection").Collection) => void;
|
|
782
782
|
set: (item: {
|
|
783
783
|
uid: string;
|
|
784
784
|
spec: {
|
|
@@ -819,7 +819,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
819
819
|
selectedServerUid: string;
|
|
820
820
|
childUids: string[];
|
|
821
821
|
}) => void;
|
|
822
|
-
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
822
|
+
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
823
823
|
uid: string;
|
|
824
824
|
spec: {
|
|
825
825
|
openapi: string;
|
|
@@ -937,7 +937,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
937
937
|
selectedServerUid: string;
|
|
938
938
|
childUids: string[];
|
|
939
939
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
940
|
-
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
940
|
+
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
941
941
|
uid: string;
|
|
942
942
|
spec: {
|
|
943
943
|
openapi: string;
|
|
@@ -1155,7 +1155,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1155
1155
|
description?: string | undefined;
|
|
1156
1156
|
}) => void;
|
|
1157
1157
|
add: (payload: import("@scalar/oas-utils/entities/workspace/folder").FolderPayload, parentUid?: string) => void;
|
|
1158
|
-
delete: (
|
|
1158
|
+
delete: (folder: import("@scalar/oas-utils/entities/workspace/folder").Folder, parentUid?: string) => void;
|
|
1159
1159
|
set: (item: {
|
|
1160
1160
|
uid: string;
|
|
1161
1161
|
name: string;
|
|
@@ -1225,7 +1225,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1225
1225
|
operationId?: string | undefined;
|
|
1226
1226
|
requestBody?: any;
|
|
1227
1227
|
};
|
|
1228
|
-
delete: (request: import("@scalar/oas-utils/entities/workspace/spec").Request, parentUid
|
|
1228
|
+
delete: (request: import("@scalar/oas-utils/entities/workspace/spec").Request, parentUid?: string) => void;
|
|
1229
1229
|
set: (item: import("@scalar/oas-utils/entities/workspace/spec").Request) => void;
|
|
1230
1230
|
edit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? import("@scalar/oas-utils/entities/workspace/spec").Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends import("@scalar/object-utils/nested").Path<import("@scalar/oas-utils/entities/workspace/spec").Request[K]> ? import("@scalar/object-utils/nested").PathValue<import("@scalar/oas-utils/entities/workspace/spec").Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1231
1231
|
untrackedEdit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? import("@scalar/oas-utils/entities/workspace/spec").Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends import("@scalar/object-utils/nested").Path<import("@scalar/oas-utils/entities/workspace/spec").Request[K]> ? import("@scalar/object-utils/nested").PathValue<import("@scalar/oas-utils/entities/workspace/spec").Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
@@ -780,7 +780,7 @@ export declare const createApiClientModal: (el: HTMLElement | null, configuratio
|
|
|
780
780
|
selectedServerUid: string;
|
|
781
781
|
childUids: string[];
|
|
782
782
|
};
|
|
783
|
-
delete: (
|
|
783
|
+
delete: (collection: import("@scalar/oas-utils/entities/workspace/collection").Collection) => void;
|
|
784
784
|
set: (item: {
|
|
785
785
|
uid: string;
|
|
786
786
|
spec: {
|
|
@@ -821,7 +821,7 @@ export declare const createApiClientModal: (el: HTMLElement | null, configuratio
|
|
|
821
821
|
selectedServerUid: string;
|
|
822
822
|
childUids: string[];
|
|
823
823
|
}) => void;
|
|
824
|
-
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
824
|
+
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
825
825
|
uid: string;
|
|
826
826
|
spec: {
|
|
827
827
|
openapi: string;
|
|
@@ -939,7 +939,7 @@ export declare const createApiClientModal: (el: HTMLElement | null, configuratio
|
|
|
939
939
|
selectedServerUid: string;
|
|
940
940
|
childUids: string[];
|
|
941
941
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
942
|
-
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
942
|
+
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
943
943
|
uid: string;
|
|
944
944
|
spec: {
|
|
945
945
|
openapi: string;
|
|
@@ -1157,7 +1157,7 @@ export declare const createApiClientModal: (el: HTMLElement | null, configuratio
|
|
|
1157
1157
|
description?: string | undefined;
|
|
1158
1158
|
}) => void;
|
|
1159
1159
|
add: (payload: import("@scalar/oas-utils/entities/workspace/folder").FolderPayload, parentUid?: string) => void;
|
|
1160
|
-
delete: (
|
|
1160
|
+
delete: (folder: import("@scalar/oas-utils/entities/workspace/folder").Folder, parentUid?: string) => void;
|
|
1161
1161
|
set: (item: {
|
|
1162
1162
|
uid: string;
|
|
1163
1163
|
name: string;
|
|
@@ -1227,7 +1227,7 @@ export declare const createApiClientModal: (el: HTMLElement | null, configuratio
|
|
|
1227
1227
|
operationId?: string | undefined;
|
|
1228
1228
|
requestBody?: any;
|
|
1229
1229
|
};
|
|
1230
|
-
delete: (request: import("@scalar/oas-utils/entities/workspace/spec").Request, parentUid
|
|
1230
|
+
delete: (request: import("@scalar/oas-utils/entities/workspace/spec").Request, parentUid?: string) => void;
|
|
1231
1231
|
set: (item: import("@scalar/oas-utils/entities/workspace/spec").Request) => void;
|
|
1232
1232
|
edit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? import("@scalar/oas-utils/entities/workspace/spec").Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends import("@scalar/object-utils/nested").Path<import("@scalar/oas-utils/entities/workspace/spec").Request[K]> ? import("@scalar/object-utils/nested").PathValue<import("@scalar/oas-utils/entities/workspace/spec").Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1233
1233
|
untrackedEdit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? import("@scalar/oas-utils/entities/workspace/spec").Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends import("@scalar/object-utils/nested").Path<import("@scalar/oas-utils/entities/workspace/spec").Request[K]> ? import("@scalar/object-utils/nested").PathValue<import("@scalar/oas-utils/entities/workspace/spec").Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
@@ -3655,7 +3655,7 @@ export declare const createApiClientModalSync: (el: HTMLElement | null, configur
|
|
|
3655
3655
|
selectedServerUid: string;
|
|
3656
3656
|
childUids: string[];
|
|
3657
3657
|
};
|
|
3658
|
-
delete: (
|
|
3658
|
+
delete: (collection: import("@scalar/oas-utils/entities/workspace/collection").Collection) => void;
|
|
3659
3659
|
set: (item: {
|
|
3660
3660
|
uid: string;
|
|
3661
3661
|
spec: {
|
|
@@ -3696,7 +3696,7 @@ export declare const createApiClientModalSync: (el: HTMLElement | null, configur
|
|
|
3696
3696
|
selectedServerUid: string;
|
|
3697
3697
|
childUids: string[];
|
|
3698
3698
|
}) => void;
|
|
3699
|
-
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
3699
|
+
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
3700
3700
|
uid: string;
|
|
3701
3701
|
spec: {
|
|
3702
3702
|
openapi: string;
|
|
@@ -3814,7 +3814,7 @@ export declare const createApiClientModalSync: (el: HTMLElement | null, configur
|
|
|
3814
3814
|
selectedServerUid: string;
|
|
3815
3815
|
childUids: string[];
|
|
3816
3816
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
3817
|
-
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
3817
|
+
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
3818
3818
|
uid: string;
|
|
3819
3819
|
spec: {
|
|
3820
3820
|
openapi: string;
|
|
@@ -4032,7 +4032,7 @@ export declare const createApiClientModalSync: (el: HTMLElement | null, configur
|
|
|
4032
4032
|
description?: string | undefined;
|
|
4033
4033
|
}) => void;
|
|
4034
4034
|
add: (payload: import("@scalar/oas-utils/entities/workspace/folder").FolderPayload, parentUid?: string) => void;
|
|
4035
|
-
delete: (
|
|
4035
|
+
delete: (folder: import("@scalar/oas-utils/entities/workspace/folder").Folder, parentUid?: string) => void;
|
|
4036
4036
|
set: (item: {
|
|
4037
4037
|
uid: string;
|
|
4038
4038
|
name: string;
|
|
@@ -4102,7 +4102,7 @@ export declare const createApiClientModalSync: (el: HTMLElement | null, configur
|
|
|
4102
4102
|
operationId?: string | undefined;
|
|
4103
4103
|
requestBody?: any;
|
|
4104
4104
|
};
|
|
4105
|
-
delete: (request: import("@scalar/oas-utils/entities/workspace/spec").Request, parentUid
|
|
4105
|
+
delete: (request: import("@scalar/oas-utils/entities/workspace/spec").Request, parentUid?: string) => void;
|
|
4106
4106
|
set: (item: import("@scalar/oas-utils/entities/workspace/spec").Request) => void;
|
|
4107
4107
|
edit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? import("@scalar/oas-utils/entities/workspace/spec").Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends import("@scalar/object-utils/nested").Path<import("@scalar/oas-utils/entities/workspace/spec").Request[K]> ? import("@scalar/object-utils/nested").PathValue<import("@scalar/oas-utils/entities/workspace/spec").Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
4108
4108
|
untrackedEdit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? import("@scalar/oas-utils/entities/workspace/spec").Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends import("@scalar/object-utils/nested").Path<import("@scalar/oas-utils/entities/workspace/spec").Request[K]> ? import("@scalar/object-utils/nested").PathValue<import("@scalar/oas-utils/entities/workspace/spec").Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { AuthenticationState, SpecConfiguration } from '@scalar/oas-utils';
|
|
2
|
+
import type { Collection } from '@scalar/oas-utils/entities/workspace/collection';
|
|
2
3
|
import type { SecurityScheme } from '@scalar/oas-utils/entities/workspace/security';
|
|
3
4
|
import { type RequestMethod } from '@scalar/oas-utils/helpers';
|
|
4
5
|
import type { ThemeId } from '@scalar/themes';
|
|
@@ -838,7 +839,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
838
839
|
selectedServerUid: string;
|
|
839
840
|
childUids: string[];
|
|
840
841
|
};
|
|
841
|
-
delete: (
|
|
842
|
+
delete: (collection: Collection) => void;
|
|
842
843
|
set: (item: {
|
|
843
844
|
uid: string;
|
|
844
845
|
spec: {
|
|
@@ -879,7 +880,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
879
880
|
selectedServerUid: string;
|
|
880
881
|
childUids: string[];
|
|
881
882
|
}) => void;
|
|
882
|
-
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
883
|
+
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
883
884
|
uid: string;
|
|
884
885
|
spec: {
|
|
885
886
|
openapi: string;
|
|
@@ -997,7 +998,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
997
998
|
selectedServerUid: string;
|
|
998
999
|
childUids: string[];
|
|
999
1000
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1000
|
-
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
1001
|
+
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
1001
1002
|
uid: string;
|
|
1002
1003
|
spec: {
|
|
1003
1004
|
openapi: string;
|
|
@@ -1215,7 +1216,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
1215
1216
|
description?: string | undefined;
|
|
1216
1217
|
}) => void;
|
|
1217
1218
|
add: (payload: import("@scalar/oas-utils/entities/workspace/folder").FolderPayload, parentUid?: string) => void;
|
|
1218
|
-
delete: (
|
|
1219
|
+
delete: (folder: import("@scalar/oas-utils/entities/workspace/folder").Folder, parentUid?: string) => void;
|
|
1219
1220
|
set: (item: {
|
|
1220
1221
|
uid: string;
|
|
1221
1222
|
name: string;
|
|
@@ -1285,7 +1286,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
1285
1286
|
operationId?: string | undefined;
|
|
1286
1287
|
requestBody?: any;
|
|
1287
1288
|
};
|
|
1288
|
-
delete: (request: import("@scalar/oas-utils/entities/workspace/spec").Request, parentUid
|
|
1289
|
+
delete: (request: import("@scalar/oas-utils/entities/workspace/spec").Request, parentUid?: string) => void;
|
|
1289
1290
|
set: (item: import("@scalar/oas-utils/entities/workspace/spec").Request) => void;
|
|
1290
1291
|
edit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? import("@scalar/oas-utils/entities/workspace/spec").Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends import("@scalar/object-utils/nested").Path<import("@scalar/oas-utils/entities/workspace/spec").Request[K]> ? import("@scalar/object-utils/nested").PathValue<import("@scalar/oas-utils/entities/workspace/spec").Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1291
1292
|
untrackedEdit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? import("@scalar/oas-utils/entities/workspace/spec").Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends import("@scalar/object-utils/nested").Path<import("@scalar/oas-utils/entities/workspace/spec").Request[K]> ? import("@scalar/object-utils/nested").PathValue<import("@scalar/oas-utils/entities/workspace/spec").Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-client.d.ts","sourceRoot":"","sources":["../../src/libs/create-client.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"create-client.d.ts","sourceRoot":"","sources":["../../src/libs/create-client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { type WorkspacePayload } from '@scalar/oas-utils/entities/workspace';
|
|
2
|
-
import { type CollectionPayload } from '@scalar/oas-utils/entities/workspace/collection';
|
|
3
|
-
import { type FolderPayload } from '@scalar/oas-utils/entities/workspace/folder';
|
|
2
|
+
import { type Collection, type CollectionPayload } from '@scalar/oas-utils/entities/workspace/collection';
|
|
3
|
+
import { type Folder, type FolderPayload } from '@scalar/oas-utils/entities/workspace/folder';
|
|
4
4
|
import { type SecurityScheme, type SecuritySchemePayload } from '@scalar/oas-utils/entities/workspace/security';
|
|
5
5
|
import { type Server, type ServerPayload } from '@scalar/oas-utils/entities/workspace/server';
|
|
6
6
|
import { type Request, type RequestEvent, type RequestExample, type RequestPayload } from '@scalar/oas-utils/entities/workspace/spec';
|
|
@@ -774,7 +774,7 @@ export declare const createWorkspaceStore: (router: Router, persistData?: boolea
|
|
|
774
774
|
selectedServerUid: string;
|
|
775
775
|
childUids: string[];
|
|
776
776
|
};
|
|
777
|
-
delete: (
|
|
777
|
+
delete: (collection: Collection) => void;
|
|
778
778
|
set: (item: {
|
|
779
779
|
uid: string;
|
|
780
780
|
spec: {
|
|
@@ -815,7 +815,7 @@ export declare const createWorkspaceStore: (router: Router, persistData?: boolea
|
|
|
815
815
|
selectedServerUid: string;
|
|
816
816
|
childUids: string[];
|
|
817
817
|
}) => void;
|
|
818
|
-
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
818
|
+
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
819
819
|
uid: string;
|
|
820
820
|
spec: {
|
|
821
821
|
openapi: string;
|
|
@@ -933,7 +933,7 @@ export declare const createWorkspaceStore: (router: Router, persistData?: boolea
|
|
|
933
933
|
selectedServerUid: string;
|
|
934
934
|
childUids: string[];
|
|
935
935
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
936
|
-
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
936
|
+
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
937
937
|
uid: string;
|
|
938
938
|
spec: {
|
|
939
939
|
openapi: string;
|
|
@@ -1151,7 +1151,7 @@ export declare const createWorkspaceStore: (router: Router, persistData?: boolea
|
|
|
1151
1151
|
description?: string | undefined;
|
|
1152
1152
|
}) => void;
|
|
1153
1153
|
add: (payload: FolderPayload, parentUid?: string) => void;
|
|
1154
|
-
delete: (
|
|
1154
|
+
delete: (folder: Folder, parentUid?: string) => void;
|
|
1155
1155
|
set: (item: {
|
|
1156
1156
|
uid: string;
|
|
1157
1157
|
name: string;
|
|
@@ -1221,7 +1221,7 @@ export declare const createWorkspaceStore: (router: Router, persistData?: boolea
|
|
|
1221
1221
|
operationId?: string | undefined;
|
|
1222
1222
|
requestBody?: any;
|
|
1223
1223
|
};
|
|
1224
|
-
delete: (request: Request, parentUid
|
|
1224
|
+
delete: (request: Request, parentUid?: string) => void;
|
|
1225
1225
|
set: (item: Request) => void;
|
|
1226
1226
|
edit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends Path<Request[K]> ? PathValue<Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1227
1227
|
untrackedEdit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends Path<Request[K]> ? PathValue<Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
@@ -3637,7 +3637,7 @@ export declare const useWorkspace: () => {
|
|
|
3637
3637
|
selectedServerUid: string;
|
|
3638
3638
|
childUids: string[];
|
|
3639
3639
|
};
|
|
3640
|
-
delete: (
|
|
3640
|
+
delete: (collection: Collection) => void;
|
|
3641
3641
|
set: (item: {
|
|
3642
3642
|
uid: string;
|
|
3643
3643
|
spec: {
|
|
@@ -3678,7 +3678,7 @@ export declare const useWorkspace: () => {
|
|
|
3678
3678
|
selectedServerUid: string;
|
|
3679
3679
|
childUids: string[];
|
|
3680
3680
|
}) => void;
|
|
3681
|
-
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
3681
|
+
edit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
3682
3682
|
uid: string;
|
|
3683
3683
|
spec: {
|
|
3684
3684
|
openapi: string;
|
|
@@ -3796,7 +3796,7 @@ export declare const useWorkspace: () => {
|
|
|
3796
3796
|
selectedServerUid: string;
|
|
3797
3797
|
childUids: string[];
|
|
3798
3798
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
3799
|
-
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.
|
|
3799
|
+
untrackedEdit: <P extends "uid" | "spec" | "childUids" | `childUids.${number}` | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.info" | "spec.tags" | "spec.security" | "spec.externalDocs" | `spec.tags.${number}` | `spec.security.${number}` | `spec.security.${number}.${string}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.openapi" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.version" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.contact.name" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.license.name" | "spec.info.license.url" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "spec" | "childUids" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
3800
3800
|
uid: string;
|
|
3801
3801
|
spec: {
|
|
3802
3802
|
openapi: string;
|
|
@@ -4014,7 +4014,7 @@ export declare const useWorkspace: () => {
|
|
|
4014
4014
|
description?: string | undefined;
|
|
4015
4015
|
}) => void;
|
|
4016
4016
|
add: (payload: FolderPayload, parentUid?: string) => void;
|
|
4017
|
-
delete: (
|
|
4017
|
+
delete: (folder: Folder, parentUid?: string) => void;
|
|
4018
4018
|
set: (item: {
|
|
4019
4019
|
uid: string;
|
|
4020
4020
|
name: string;
|
|
@@ -4084,7 +4084,7 @@ export declare const useWorkspace: () => {
|
|
|
4084
4084
|
operationId?: string | undefined;
|
|
4085
4085
|
requestBody?: any;
|
|
4086
4086
|
};
|
|
4087
|
-
delete: (request: Request, parentUid
|
|
4087
|
+
delete: (request: Request, parentUid?: string) => void;
|
|
4088
4088
|
set: (item: Request) => void;
|
|
4089
4089
|
edit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends Path<Request[K]> ? PathValue<Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
4090
4090
|
untrackedEdit: <P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `tags.${number}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `history.${number}` | `history.${number}.${string}` | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | "externalDocs.url" | "externalDocs.description">(uid: string, path: P, value: P extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? Request[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "ref" | "path" | "uid" | "description" | "method" | "parameters" | "tags" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "history" | "security" | "operationId" | "requestBody" | "externalDocs" ? R extends Path<Request[K]> ? PathValue<Request[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|