@scalar/api-client 2.3.25 → 2.3.27
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 +49 -0
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +2 -2
- package/dist/components/CodeInput/CodeInput.vue2.js +75 -72
- package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -1
- package/dist/components/CodeInput/codeVariableWidget.js +48 -45
- package/dist/components/DataTable/DataTableInput.vue.d.ts +2 -0
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +3 -3
- package/dist/components/DataTable/DataTableInput.vue2.js +46 -43
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts +1 -1
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +82 -92
- package/dist/components/Form/Form.vue.d.ts +2 -2
- package/dist/components/Form/Form.vue.d.ts.map +1 -1
- package/dist/components/Form/Form.vue.js +17 -14
- package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/IntegrationLogo.vue.js +2 -1
- package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.js +30 -30
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts +16 -0
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElement.vue.js +3 -2
- package/dist/components/Sidebar/SidebarListElement.vue2.js +76 -54
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts +2 -2
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.js +5 -4
- package/dist/hooks/useClientConfig.d.ts +6 -6
- package/dist/hooks/useClientConfig.d.ts.map +1 -1
- package/dist/layouts/App/create-api-client-app.d.ts +3 -3
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.d.ts +6 -6
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts +3 -3
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +3 -3
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/env-helpers.d.ts +10 -2
- package/dist/libs/env-helpers.d.ts.map +1 -1
- package/dist/libs/env-helpers.js +4 -2
- package/dist/libs/environment-parser.d.ts +1 -1
- package/dist/libs/hot-keys.d.ts +1 -1
- package/dist/libs/send-request/create-request-operation.d.ts.map +1 -1
- package/dist/libs/send-request/create-request-operation.js +9 -9
- package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
- package/dist/libs/string-template.d.ts.map +1 -1
- package/dist/libs/string-template.js +35 -21
- package/dist/routes.d.ts +10 -10
- package/dist/store/active-entities.js +34 -34
- package/dist/store/environment.js +1 -1
- package/dist/store/security-schemes.d.ts.map +1 -1
- package/dist/store/store.d.ts +3 -3
- package/dist/store/store.d.ts.map +1 -1
- package/dist/store/workspace.d.ts +2 -2
- package/dist/style.css +1 -1
- package/dist/views/Collection/CollectionCookies.vue.d.ts +1 -1
- package/dist/views/Collection/CollectionEnvironment.vue.d.ts +1 -1
- package/dist/views/Collection/CollectionOverview.vue.d.ts +1 -1
- package/dist/views/Collection/CollectionScripts.vue.d.ts +1 -1
- package/dist/views/Collection/CollectionServerForm.vue.d.ts.map +1 -1
- package/dist/views/Collection/CollectionServerForm.vue.js +39 -34
- package/dist/views/Collection/CollectionServers.vue.d.ts.map +1 -1
- package/dist/views/Collection/CollectionServers.vue2.js +58 -78
- package/dist/views/Collection/CollectionSync.vue.d.ts +1 -1
- package/dist/views/Cookies/CookieForm.vue.d.ts +1 -1
- package/dist/views/Cookies/CookieRaw.vue.d.ts +1 -1
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +208 -188
- package/dist/views/Environment/EnvironmentColors.vue.js +5 -5
- package/dist/views/Environment/EnvironmentModal.vue.js +21 -21
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +9 -9
- package/dist/views/Environment/handle-drag.d.ts +13 -0
- package/dist/views/Environment/handle-drag.d.ts.map +1 -0
- package/dist/views/Environment/handle-drag.js +32 -0
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +111 -88
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.js +1 -0
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.js +62 -56
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.js +4 -4
- package/dist/views/Request/RequestSection/RequestSection.vue2.js +42 -47
- package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +10 -10
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts +1 -1
- package/dist/views/Request/libs/watch-mode.js +2 -2
- package/package.json +13 -13
|
@@ -399,7 +399,7 @@ export declare const createApiClientWeb: (el: HTMLElement | null, configuration?
|
|
|
399
399
|
proxyUrl: string | undefined;
|
|
400
400
|
hideClientButton: boolean;
|
|
401
401
|
showSidebar: boolean;
|
|
402
|
-
integration: "elysiajs" | "fastify" | "go" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "vue" | null | undefined;
|
|
402
|
+
integration: "elysiajs" | "fastify" | "go" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "svelte" | "vue" | null | undefined;
|
|
403
403
|
importSpecFile: (_spec: string | Record<string, any>, workspaceUid: string, options?: Pick<{
|
|
404
404
|
uid?: string | undefined;
|
|
405
405
|
type?: "collection" | undefined;
|
|
@@ -3644,7 +3644,7 @@ export declare const createApiClientWeb: (el: HTMLElement | null, configuration?
|
|
|
3644
3644
|
} | undefined;
|
|
3645
3645
|
proxyUrl?: string | undefined;
|
|
3646
3646
|
}) => void;
|
|
3647
|
-
edit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
|
|
3647
|
+
edit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
|
|
3648
3648
|
uid: string & import("zod").BRAND<"workspace">;
|
|
3649
3649
|
name: string;
|
|
3650
3650
|
description: string;
|
|
@@ -3708,7 +3708,7 @@ export declare const createApiClientWeb: (el: HTMLElement | null, configuration?
|
|
|
3708
3708
|
} | undefined;
|
|
3709
3709
|
proxyUrl?: string | undefined;
|
|
3710
3710
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
3711
|
-
untrackedEdit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
|
|
3711
|
+
untrackedEdit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
|
|
3712
3712
|
uid: string & import("zod").BRAND<"workspace">;
|
|
3713
3713
|
name: string;
|
|
3714
3714
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-api-client-web.d.ts","sourceRoot":"","sources":["../../../src/layouts/Web/create-api-client-web.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"create-api-client-web.d.ts","sourceRoot":"","sources":["../../../src/layouts/Web/create-api-client-web.ts"],"names":[],"mappings":"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"}
|
|
@@ -478,7 +478,7 @@ export declare const createApiClient: ({ el, appComponent, configuration: _confi
|
|
|
478
478
|
proxyUrl: string | undefined;
|
|
479
479
|
hideClientButton: boolean;
|
|
480
480
|
showSidebar: boolean;
|
|
481
|
-
integration: "elysiajs" | "fastify" | "go" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "vue" | null | undefined;
|
|
481
|
+
integration: "elysiajs" | "fastify" | "go" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "svelte" | "vue" | null | undefined;
|
|
482
482
|
importSpecFile: (_spec: string | Record<string, any>, workspaceUid: string, options?: Pick<{
|
|
483
483
|
uid?: string | undefined;
|
|
484
484
|
type?: "collection" | undefined;
|
|
@@ -3723,7 +3723,7 @@ export declare const createApiClient: ({ el, appComponent, configuration: _confi
|
|
|
3723
3723
|
} | undefined;
|
|
3724
3724
|
proxyUrl?: string | undefined;
|
|
3725
3725
|
}) => void;
|
|
3726
|
-
edit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
|
|
3726
|
+
edit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
|
|
3727
3727
|
uid: string & import("zod").BRAND<"workspace">;
|
|
3728
3728
|
name: string;
|
|
3729
3729
|
description: string;
|
|
@@ -3787,7 +3787,7 @@ export declare const createApiClient: ({ el, appComponent, configuration: _confi
|
|
|
3787
3787
|
} | undefined;
|
|
3788
3788
|
proxyUrl?: string | undefined;
|
|
3789
3789
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
3790
|
-
untrackedEdit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
|
|
3790
|
+
untrackedEdit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
|
|
3791
3791
|
uid: string & import("zod").BRAND<"workspace">;
|
|
3792
3792
|
name: string;
|
|
3793
3793
|
description: string;
|
|
@@ -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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"}
|
|
@@ -2,8 +2,16 @@ import type { Environment } from '@scalar/oas-utils/entities/environment';
|
|
|
2
2
|
export type EnvVariables = {
|
|
3
3
|
key: string;
|
|
4
4
|
value: string;
|
|
5
|
-
source:
|
|
5
|
+
source: 'global' | 'collection';
|
|
6
6
|
}[];
|
|
7
|
+
export type EnvConfig = {
|
|
8
|
+
variables: Record<string, string | {
|
|
9
|
+
default: string;
|
|
10
|
+
description?: string | undefined;
|
|
11
|
+
}>;
|
|
12
|
+
color?: string | undefined;
|
|
13
|
+
description?: string | undefined;
|
|
14
|
+
};
|
|
7
15
|
/** Gets the color of an environment with default fallback */
|
|
8
|
-
export declare
|
|
16
|
+
export declare function getEnvColor(environment: Environment): string;
|
|
9
17
|
//# sourceMappingURL=env-helpers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"env-helpers.d.ts","sourceRoot":"","sources":["../../src/libs/env-helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AAEzE,MAAM,MAAM,YAAY,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"env-helpers.d.ts","sourceRoot":"","sources":["../../src/libs/env-helpers.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAA;AAEzE,MAAM,MAAM,YAAY,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,QAAQ,GAAG,YAAY,CAAA;CAAE,EAAE,CAAA;AAE5F,MAAM,MAAM,SAAS,GAAG;IACtB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;KAAE,CAAC,CAAA;IACzF,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CACjC,CAAA;AAED,6DAA6D;AAC7D,wBAAgB,WAAW,CAAC,WAAW,EAAE,WAAW,GAAG,MAAM,CAE5D"}
|
package/dist/libs/env-helpers.js
CHANGED
|
@@ -3,6 +3,6 @@ import type { EnvVariables } from '../libs/env-helpers';
|
|
|
3
3
|
export declare function parseEnvVariables(activeEnvVariables: EnvVariables): {
|
|
4
4
|
key: string;
|
|
5
5
|
value: any;
|
|
6
|
-
source:
|
|
6
|
+
source: "collection" | "global";
|
|
7
7
|
}[];
|
|
8
8
|
//# sourceMappingURL=environment-parser.d.ts.map
|
package/dist/libs/hot-keys.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export declare const getModifiers: (modifiers: HotKeyModifiers) => ("metaKey" |
|
|
|
26
26
|
* This is the brain of the operation, we turn keybindings -> events
|
|
27
27
|
*/
|
|
28
28
|
export declare const handleHotKeyDown: (ev: KeyboardEvent, eventBus: EventBus<HotKeyEvent>, { hotKeys, modifiers }?: {
|
|
29
|
-
hotKeys?: Partial<Record<"" | "
|
|
29
|
+
hotKeys?: Partial<Record<"" | "o" | "n" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
|
|
30
30
|
event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
|
|
31
31
|
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
32
32
|
}>> | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-request-operation.d.ts","sourceRoot":"","sources":["../../../src/libs/send-request/create-request-operation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,aAAa,EAAkB,MAAM,eAAe,CAAA;AAC1E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAQhD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAA;AAC/D,OAAO,KAAK,EACV,SAAS,EACT,cAAc,EACd,gBAAgB,EAChB,cAAc,EACd,MAAM,EACP,MAAM,iCAAiC,CAAA;AAKxC,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,CAAA;AAEtD,uGAAuG;AACvG,KAAK,mBAAmB,GAAG,OAAO,CAChC,aAAa,CAAC;IACZ,QAAQ,EAAE,gBAAgB,CAAA;IAC1B,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,MAAM,CAAA;CAClB,CAAC,CACH,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAA;AAE/D,0BAA0B;AAC1B,eAAO,MAAM,sBAAsB,6HAUhC;IACD,WAAW,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,OAAO,EAAE,cAAc,CAAA;IACvB,aAAa,EAAE,MAAM,EAAE,CAAA;IACvB,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAA;IAC5B,OAAO,EAAE,SAAS,CAAA;IAClB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAA;IAC/C,0BAA0B,CAAC,EAAE,SAAS,CAAC,4BAA4B,CAAC,CAAA;IACpE,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,MAAM,CAAC,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAA;CACjC,KAAG,aAAa,CAAC;IAChB,UAAU,EAAE,eAAe,CAAA;IAC3B,WAAW,EAAE,MAAM,mBAAmB,CAAA;IACtC,OAAO,EAAE,OAAO,CAAA;CACjB,
|
|
1
|
+
{"version":3,"file":"create-request-operation.d.ts","sourceRoot":"","sources":["../../../src/libs/send-request/create-request-operation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,aAAa,EAAkB,MAAM,eAAe,CAAA;AAC1E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAQhD,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAA;AAC/D,OAAO,KAAK,EACV,SAAS,EACT,cAAc,EACd,gBAAgB,EAChB,cAAc,EACd,MAAM,EACP,MAAM,iCAAiC,CAAA;AAKxC,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,GAAG,OAAO,CAAA;AAEtD,uGAAuG;AACvG,KAAK,mBAAmB,GAAG,OAAO,CAChC,aAAa,CAAC;IACZ,QAAQ,EAAE,gBAAgB,CAAA;IAC1B,OAAO,EAAE,cAAc,CAAA;IACvB,SAAS,EAAE,MAAM,CAAA;CAClB,CAAC,CACH,CAAA;AAED,MAAM,MAAM,iBAAiB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAA;AAE/D,0BAA0B;AAC1B,eAAO,MAAM,sBAAsB,6HAUhC;IACD,WAAW,EAAE,MAAM,GAAG,SAAS,CAAA;IAC/B,OAAO,EAAE,cAAc,CAAA;IACvB,aAAa,EAAE,MAAM,EAAE,CAAA;IACvB,QAAQ,EAAE,MAAM,GAAG,SAAS,CAAA;IAC5B,OAAO,EAAE,SAAS,CAAA;IAClB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAA;IAC/C,0BAA0B,CAAC,EAAE,SAAS,CAAC,4BAA4B,CAAC,CAAA;IACpE,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,MAAM,CAAC,EAAE,QAAQ,CAAC,aAAa,CAAC,CAAA;CACjC,KAAG,aAAa,CAAC;IAChB,UAAU,EAAE,eAAe,CAAA;IAC3B,WAAW,EAAE,MAAM,mBAAmB,CAAA;IACtC,OAAO,EAAE,OAAO,CAAA;CACjB,CA2MA,CAAA"}
|