@scalar/api-client 2.3.29 → 2.3.31

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (166) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/dist/components/AddressBar/AddressBar.vue2.js +3 -3
  3. package/dist/components/AddressBar/AddressBarHistory.vue2.js +1 -1
  4. package/dist/components/CodeInput/CodeInput.vue2.js +1 -1
  5. package/dist/components/CodeInput/codeVariableWidget.js +4 -4
  6. package/dist/components/CommandPalette/CommandActionForm.vue.js +2 -2
  7. package/dist/components/CommandPalette/CommandActionInput.vue.js +2 -2
  8. package/dist/components/CommandPalette/CommandPaletteCollection.vue.js +2 -2
  9. package/dist/components/CommandPalette/CommandPaletteExample.vue.js +6 -6
  10. package/dist/components/CommandPalette/CommandPaletteImport.vue.js +5 -5
  11. package/dist/components/CommandPalette/CommandPaletteImportCurl.vue2.js +7 -7
  12. package/dist/components/CommandPalette/CommandPaletteServer.vue.js +7 -7
  13. package/dist/components/CommandPalette/CommandPaletteTag.vue.js +6 -6
  14. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +4 -4
  15. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  16. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +5 -5
  17. package/dist/components/CommandPalette/WatchModeToggle.vue.js +2 -2
  18. package/dist/components/DataTable/DataTable.vue.js +5 -5
  19. package/dist/components/DataTable/DataTableCell.vue.js +2 -2
  20. package/dist/components/DataTable/DataTableCheckbox.vue.js +2 -2
  21. package/dist/components/DataTable/DataTableHeader.vue.js +2 -2
  22. package/dist/components/DataTable/DataTableInput.vue2.js +9 -9
  23. package/dist/components/DataTable/DataTableInputSelect.vue.js +5 -5
  24. package/dist/components/DataTable/DataTableRow.vue.js +2 -2
  25. package/dist/components/DataTable/DataTableText.vue.js +2 -2
  26. package/dist/components/DataTable/index.js +14 -14
  27. package/dist/components/EmptyState.vue2.js +2 -2
  28. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +12 -12
  29. package/dist/components/Form/Form.vue.js +4 -4
  30. package/dist/components/Form/LabelInput.vue2.js +4 -4
  31. package/dist/components/HelpfulLink.vue.js +2 -2
  32. package/dist/components/HttpMethod/HttpMethod.vue2.js +3 -3
  33. package/dist/components/IconSelector.vue.js +5 -5
  34. package/dist/components/ImportCollection/DropEventListener.vue.js +3 -3
  35. package/dist/components/ImportCollection/ImportCollectionListener.vue.js +2 -2
  36. package/dist/components/ImportCollection/ImportCollectionModal.vue.js +1 -1
  37. package/dist/components/ImportCollection/ImportNowButton.vue.js +3 -3
  38. package/dist/components/ImportCollection/IntegrationLogo.vue.js +2 -2
  39. package/dist/components/ImportCollection/PrefetchError.vue.js +4 -4
  40. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +10 -10
  41. package/dist/components/OpenApiClientButton.vue2.js +4 -4
  42. package/dist/components/ScalarAsciiArt.vue2.js +3 -3
  43. package/dist/components/ScalarHotkey.vue.js +2 -2
  44. package/dist/components/SectionFilter.vue2.js +1 -1
  45. package/dist/components/SectionFilterButton.vue.js +2 -2
  46. package/dist/components/Server/ServerDropdown.vue.js +21 -21
  47. package/dist/components/Server/ServerDropdownItem.vue2.js +4 -4
  48. package/dist/components/Server/ServerSelector.vue.js +1 -1
  49. package/dist/components/Server/ServerVariablesForm.vue.js +4 -4
  50. package/dist/components/Server/ServerVariablesSelect.vue.js +1 -1
  51. package/dist/components/Server/ServerVariablesTextbox.vue.js +2 -2
  52. package/dist/components/Server/index.js +6 -6
  53. package/dist/components/SideNav/DownloadAppButton.vue2.js +5 -5
  54. package/dist/components/SideNav/SideHelp.vue.js +2 -2
  55. package/dist/components/SideNav/SideNav.vue.js +5 -5
  56. package/dist/components/SideNav/SideNavGroup.vue.js +2 -2
  57. package/dist/components/SideNav/SideNavLink.vue.js +4 -4
  58. package/dist/components/SideNav/SideNavRouterLink.vue.js +2 -2
  59. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +2 -2
  60. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.js +2 -2
  61. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.js +2 -2
  62. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +2 -2
  63. package/dist/components/Sidebar/Sidebar.vue2.js +4 -4
  64. package/dist/components/Sidebar/SidebarButton.vue.js +3 -3
  65. package/dist/components/Sidebar/SidebarList.vue.js +2 -2
  66. package/dist/components/Sidebar/SidebarListElement.vue2.js +9 -9
  67. package/dist/components/Sidebar/SidebarListElementActions.vue.js +1 -1
  68. package/dist/components/Sidebar/SidebarToggle.vue.js +3 -3
  69. package/dist/components/TopNav/TopNav.vue.js +2 -2
  70. package/dist/components/TopNav/TopNavItem.vue2.js +20 -20
  71. package/dist/components/ViewLayout/ViewLayout.vue.js +2 -2
  72. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +7 -7
  73. package/dist/components/ViewLayout/ViewLayoutContent.vue.js +2 -2
  74. package/dist/components/ViewLayout/ViewLayoutSection.vue.js +3 -3
  75. package/dist/hooks/useClientConfig.d.ts +3 -3
  76. package/dist/layouts/App/ApiClientApp.vue.js +10 -10
  77. package/dist/layouts/App/MainLayout.vue.js +2 -2
  78. package/dist/layouts/App/create-api-client-app.d.ts +2 -2
  79. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  80. package/dist/layouts/App/index.js +5 -4
  81. package/dist/layouts/Modal/ApiClientModal.vue2.js +2 -2
  82. package/dist/layouts/Modal/create-api-client-modal.d.ts +4 -4
  83. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  84. package/dist/layouts/Web/ApiClientWeb.vue.js +6 -6
  85. package/dist/layouts/Web/create-api-client-web.d.ts +2 -2
  86. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  87. package/dist/libs/create-client.d.ts +2 -2
  88. package/dist/libs/create-client.d.ts.map +1 -1
  89. package/dist/libs/find-request.d.ts.map +1 -1
  90. package/dist/libs/hot-keys.d.ts +1 -1
  91. package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
  92. package/dist/router.js +4 -4
  93. package/dist/store/active-entities.d.ts.map +1 -1
  94. package/dist/store/active-entities.js +1 -1
  95. package/dist/store/import-spec.js +3 -3
  96. package/dist/store/requests.d.ts.map +1 -1
  97. package/dist/store/store.d.ts +2 -2
  98. package/dist/store/store.d.ts.map +1 -1
  99. package/dist/store/store.js +37 -42
  100. package/dist/store/workspace.d.ts +2 -2
  101. package/dist/views/Collection/Collection.vue2.js +2 -2
  102. package/dist/views/Collection/CollectionAuthentication.vue2.js +5 -5
  103. package/dist/views/Collection/CollectionCookies.vue2.js +2 -2
  104. package/dist/views/Collection/CollectionEnvironment.vue2.js +2 -2
  105. package/dist/views/Collection/CollectionInfoForm.vue2.js +2 -2
  106. package/dist/views/Collection/CollectionNavigation.vue.js +1 -1
  107. package/dist/views/Collection/CollectionOverview.vue2.js +3 -3
  108. package/dist/views/Collection/CollectionScripts.vue2.js +2 -2
  109. package/dist/views/Collection/CollectionServerForm.vue.js +1 -1
  110. package/dist/views/Collection/CollectionServers.vue2.js +3 -3
  111. package/dist/views/Collection/CollectionSettings.vue2.js +4 -4
  112. package/dist/views/Collection/CollectionSync.vue2.js +2 -2
  113. package/dist/views/Collection/components/MarkdownInput.vue2.js +1 -1
  114. package/dist/views/Components/CodeSnippet/CodeSnippet.vue.js +3 -3
  115. package/dist/views/Components/CodeSnippet/index.js +8 -8
  116. package/dist/views/Cookies/CookieForm.vue.js +2 -2
  117. package/dist/views/Cookies/CookieModal.vue2.js +2 -2
  118. package/dist/views/Cookies/Cookies.vue2.js +6 -6
  119. package/dist/views/Environment/Environment.vue2.js +7 -7
  120. package/dist/views/Environment/EnvironmentColorModal.vue.js +2 -2
  121. package/dist/views/Environment/EnvironmentColors.vue.js +1 -1
  122. package/dist/views/Environment/EnvironmentModal.vue.js +7 -7
  123. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +10 -10
  124. package/dist/views/Request/Request.vue2.js +1 -1
  125. package/dist/views/Request/RequestRoot.vue2.js +1 -1
  126. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +2 -2
  127. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +1 -1
  128. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +5 -5
  129. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +10 -10
  130. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +11 -11
  131. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.js +2 -2
  132. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue2.js +1 -1
  133. package/dist/views/Request/RequestSection/RequestBody.vue2.js +1 -1
  134. package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +8 -8
  135. package/dist/views/Request/RequestSection/RequestParams.vue.js +13 -13
  136. package/dist/views/Request/RequestSection/RequestPathParams.vue.js +5 -5
  137. package/dist/views/Request/RequestSection/RequestSection.vue2.js +7 -7
  138. package/dist/views/Request/RequestSection/RequestTable.vue2.js +7 -7
  139. package/dist/views/Request/RequestSection/RequestTableTooltip.vue2.js +9 -9
  140. package/dist/views/Request/RequestSidebar.vue2.js +25 -25
  141. package/dist/views/Request/RequestSidebarItem.vue2.js +25 -25
  142. package/dist/views/Request/RequestSidebarItemMenu.vue2.js +1 -1
  143. package/dist/views/Request/RequestSubpageHeader.vue2.js +1 -1
  144. package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +1 -1
  145. package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +5 -5
  146. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +2 -2
  147. package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.js +2 -2
  148. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +1 -1
  149. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue2.js +5 -5
  150. package/dist/views/Request/ResponseSection/ResponseBodyStreaming.vue.js +7 -7
  151. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.js +6 -6
  152. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +4 -4
  153. package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +3 -3
  154. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +15 -15
  155. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +1 -1
  156. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +3 -3
  157. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +1 -1
  158. package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +5 -5
  159. package/dist/views/Request/components/WorkspaceDropdown.vue.js +2 -2
  160. package/dist/views/Request/libs/oauth2.d.ts +1 -1
  161. package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
  162. package/dist/views/Settings/Settings.vue2.js +3 -3
  163. package/dist/views/Settings/SettingsGeneral.vue.js +1 -1
  164. package/dist/views/Settings/components/SettingsAppearance.vue.js +10 -10
  165. package/dist/views/Settings/components/SettingsSection.vue.js +4 -4
  166. package/package.json +18 -18
@@ -1,5 +1,5 @@
1
- import { defineComponent as d, openBlock as a, createBlock as r, unref as t, withCtx as l, createVNode as o, createElementVNode as c, normalizeClass as f, toDisplayString as u, createCommentVNode as g, createTextVNode as m } from "vue";
2
- import { ScalarContextMenu as y, ScalarTooltip as C, ScalarIcon as n, ScalarFloating as b, ScalarDropdownMenu as v, ScalarDropdownButton as p, ScalarDropdownDivider as T } from "@scalar/components";
1
+ import { defineComponent as d, createBlock as a, openBlock as r, unref as t, withCtx as l, createVNode as o, createTextVNode as c, createCommentVNode as f, createElementVNode as m, normalizeClass as u, toDisplayString as g } from "vue";
2
+ import { ScalarContextMenu as y, ScalarFloating as C, ScalarDropdownMenu as b, ScalarDropdownButton as p, ScalarIcon as n, ScalarDropdownDivider as v, ScalarTooltip as T } from "@scalar/components";
3
3
  import { LibraryIcon as $ } from "@scalar/icons/library";
4
4
  import k from "../ScalarHotkey.vue.js";
5
5
  const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center gap-1.5" }, z = { class: "custom-scroll nav-item-copy text-xs" }, V = /* @__PURE__ */ d({
@@ -13,9 +13,9 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
13
13
  },
14
14
  emits: ["click", "close", "newTab", "copyUrl", "closeOtherTabs"],
15
15
  setup(S) {
16
- return (s, e) => (a(), r(t(y), { triggerClass: "overflow-hidden w-full" }, {
16
+ return (s, e) => (r(), a(t(y), { triggerClass: "overflow-hidden w-full" }, {
17
17
  trigger: l(() => [
18
- o(t(C), {
18
+ o(t(T), {
19
19
  class: "scalar-client",
20
20
  delay: 500,
21
21
  disableClosingTrigger: !0,
@@ -23,24 +23,24 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
23
23
  sideOffset: 4
24
24
  }, {
25
25
  trigger: l(() => [
26
- c("div", {
27
- class: f(["nav-item app-no-drag-region", { "nav-item__active": s.active }]),
26
+ m("div", {
27
+ class: u(["nav-item app-no-drag-region", { "nav-item__active": s.active }]),
28
28
  onClick: e[1] || (e[1] = (i) => s.$emit("click"))
29
29
  }, [
30
- c("div", w, [
31
- s.isCollection ? (a(), r(t($), {
30
+ m("div", w, [
31
+ s.isCollection ? (r(), a(t($), {
32
32
  key: 0,
33
33
  class: "size-3.5 min-w-3.5 stroke-2",
34
34
  src: s.icon
35
- }, null, 8, ["src"])) : (a(), r(t(n), {
35
+ }, null, 8, ["src"])) : (r(), a(t(n), {
36
36
  key: 1,
37
37
  icon: s.icon,
38
38
  size: "xs",
39
39
  thickness: "2.5"
40
40
  }, null, 8, ["icon"])),
41
- c("span", z, u(s.label), 1)
41
+ m("span", z, g(s.label), 1)
42
42
  ]),
43
- c("button", {
43
+ m("button", {
44
44
  class: "nav-item-close",
45
45
  type: "button",
46
46
  onClick: e[0] || (e[0] = (i) => s.$emit("close"))
@@ -53,18 +53,18 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
53
53
  ], 2)
54
54
  ]),
55
55
  content: l(() => [
56
- s.hotkey ? (a(), r(k, {
56
+ s.hotkey ? (r(), a(k, {
57
57
  key: 0,
58
58
  hotkey: s.hotkey
59
- }, null, 8, ["hotkey"])) : g("", !0)
59
+ }, null, 8, ["hotkey"])) : f("", !0)
60
60
  ]),
61
61
  _: 1
62
62
  })
63
63
  ]),
64
64
  content: l(() => [
65
- o(t(b), { placement: "right-start" }, {
65
+ o(t(C), { placement: "right-start" }, {
66
66
  floating: l(() => [
67
- o(t(v), { class: "scalar-app scalar-client" }, {
67
+ o(t(b), { class: "scalar-app scalar-client" }, {
68
68
  default: l(() => [
69
69
  o(t(p), {
70
70
  class: "flex items-center gap-1.5",
@@ -76,7 +76,7 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
76
76
  size: "sm",
77
77
  thickness: "1.5"
78
78
  }),
79
- e[6] || (e[6] = m(" New Tab ")),
79
+ e[6] || (e[6] = c(" New Tab ")),
80
80
  o(k, {
81
81
  class: "bg-b-2 ml-auto",
82
82
  hotkey: "T"
@@ -94,11 +94,11 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
94
94
  size: "sm",
95
95
  thickness: "1.5"
96
96
  }),
97
- e[7] || (e[7] = m(" Copy URL "))
97
+ e[7] || (e[7] = c(" Copy URL "))
98
98
  ]),
99
99
  _: 1
100
100
  }),
101
- o(t(T)),
101
+ o(t(v)),
102
102
  o(t(p), {
103
103
  class: "flex items-center gap-1.5",
104
104
  onClick: e[4] || (e[4] = (i) => s.$emit("close"))
@@ -109,7 +109,7 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
109
109
  size: "sm",
110
110
  thickness: "1.5"
111
111
  }),
112
- e[8] || (e[8] = m(" Close Tab ")),
112
+ e[8] || (e[8] = c(" Close Tab ")),
113
113
  o(k, {
114
114
  class: "bg-b-2 ml-auto",
115
115
  hotkey: "W"
@@ -127,7 +127,7 @@ const w = { class: "nav-item-icon-copy flex flex-1 items-center justify-center g
127
127
  size: "sm",
128
128
  thickness: "1.5"
129
129
  }),
130
- e[9] || (e[9] = m(" Close Other Tabs "))
130
+ e[9] || (e[9] = c(" Close Other Tabs "))
131
131
  ]),
132
132
  _: 1
133
133
  })
@@ -1,10 +1,10 @@
1
- import { defineComponent as o, openBlock as t, createElementBlock as n, normalizeProps as l, guardReactiveProps as d, unref as f, renderSlot as i } from "vue";
1
+ import { defineComponent as o, createElementBlock as t, openBlock as n, normalizeProps as l, guardReactiveProps as d, unref as f, renderSlot as i } from "vue";
2
2
  import { useBindCx as a } from "@scalar/components";
3
3
  const u = /* @__PURE__ */ o({
4
4
  __name: "ViewLayout",
5
5
  setup(m) {
6
6
  const { cx: e } = a();
7
- return (r, s) => (t(), n("div", l(d(
7
+ return (r, s) => (n(), t("div", l(d(
8
8
  f(e)(
9
9
  "flex flex-col min-h-0 flex-1 *:border-t-1/2 first:*:border-t-0 md:*:border-t-0 xl:overflow-hidden md:flex-row leading-3"
10
10
  )
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, useId as h, openBlock as s, createBlock as d, unref as t, normalizeClass as a, withCtx as r, createElementVNode as l, createVNode as f, createCommentVNode as n, renderSlot as i, createElementBlock as c, createTextVNode as y, toDisplayString as p, mergeProps as b } from "vue";
1
+ import { defineComponent as m, useId as h, createBlock as d, openBlock as s, unref as t, normalizeClass as a, withCtx as r, createElementVNode as l, createVNode as f, createElementBlock as i, createCommentVNode as n, renderSlot as c, createTextVNode as y, toDisplayString as p, mergeProps as b } from "vue";
2
2
  import { Disclosure as x, DisclosureButton as _, DisclosurePanel as g } from "@headlessui/vue";
3
3
  import { ScalarIcon as C } from "@scalar/components";
4
4
  const v = ["aria-labelledby"], k = { class: "bg-b-2 flex items-center" }, w = { class: "text-c-1 flex flex-1 items-center gap-1.5" }, B = ["id"], V = {
@@ -52,10 +52,10 @@ const v = ["aria-labelledby"], k = { class: "bg-b-2 flex items-center" }, w = {
52
52
  id: t(u),
53
53
  class: "contents"
54
54
  }, [
55
- i(e.$slots, "title", { open: o }),
56
- o ? n("", !0) : (s(), c("span", V, " (Collapsed) "))
55
+ c(e.$slots, "title", { open: o }),
56
+ o ? n("", !0) : (s(), i("span", V, " (Collapsed) "))
57
57
  ], 8, B),
58
- !o && e.itemCount ? (s(), c("span", $, [
58
+ !o && e.itemCount ? (s(), i("span", $, [
59
59
  y(p(e.itemCount) + " ", 1),
60
60
  l("span", D, "Item" + p(e.itemCount === 1 ? "" : "s"), 1)
61
61
  ])) : n("", !0)
@@ -63,13 +63,13 @@ const v = ["aria-labelledby"], k = { class: "bg-b-2 flex items-center" }, w = {
63
63
  ]),
64
64
  _: 2
65
65
  }, 1032, ["class", "disabled"]),
66
- e.$slots.actions ? (s(), c("div", N, [
67
- i(e.$slots, "actions", { open: o })
66
+ e.$slots.actions ? (s(), i("div", N, [
67
+ c(e.$slots, "actions", { open: o })
68
68
  ])) : n("", !0)
69
69
  ]),
70
70
  f(t(g), b(e.$attrs, { class: "diclosure-panel h-full max-h-fit rounded-b" }), {
71
71
  default: r(() => [
72
- i(e.$slots, "default", { open: o })
72
+ c(e.$slots, "default", { open: o })
73
73
  ]),
74
74
  _: 2
75
75
  }, 1040)
@@ -1,8 +1,8 @@
1
- import { openBlock as e, createElementBlock as o, renderSlot as t } from "vue";
1
+ import { createElementBlock as e, openBlock as o, renderSlot as t } from "vue";
2
2
  import l from "../../_virtual/_plugin-vue_export-helper.js";
3
3
  const c = {}, s = { class: "*:border-t-1/2 xl:*:border-l-1/2 custom-scroll flex flex-col pr-0 first:*:border-t-0 xl:flex-row xl:*:border-t-0 xl:first:*:border-l-0" };
4
4
  function n(r, f) {
5
- return e(), o("div", s, [
5
+ return o(), e("div", s, [
6
6
  t(r.$slots, "default")
7
7
  ]);
8
8
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent as n, openBlock as t, createElementBlock as o, normalizeProps as l, guardReactiveProps as i, unref as c, renderSlot as r, createCommentVNode as m } from "vue";
1
+ import { defineComponent as n, createElementBlock as t, openBlock as o, normalizeProps as l, guardReactiveProps as i, unref as c, createCommentVNode as m, renderSlot as r } from "vue";
2
2
  import { useBindCx as a } from "@scalar/components";
3
3
  const u = {
4
4
  key: 0,
@@ -8,10 +8,10 @@ const u = {
8
8
  __name: "ViewLayoutSection",
9
9
  setup(d) {
10
10
  const { cx: s } = a();
11
- return (e, f) => (t(), o("section", l(i(
11
+ return (e, f) => (o(), t("section", l(i(
12
12
  c(s)("xl:custom-scroll bg-b-1 flex flex-1 flex-col xl:h-full xl:min-w-0")
13
13
  )), [
14
- e.$slots.title ? (t(), o("div", u, [
14
+ e.$slots.title ? (o(), t("div", u, [
15
15
  r(e.$slots, "title")
16
16
  ])) : m("", !0),
17
17
  r(e.$slots, "default")
@@ -19,7 +19,7 @@ export declare const useClientConfig: () => Ref<{
19
19
  authentication?: any;
20
20
  baseServerURL?: string | undefined;
21
21
  proxyUrl?: string | undefined;
22
- searchHotKey?: "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" | undefined;
22
+ searchHotKey?: "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | undefined;
23
23
  servers?: any[] | undefined;
24
24
  _integration?: "go" | "elysiajs" | "fastify" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "svelte" | "vue" | null | undefined;
25
25
  onRequestSent?: ((args_0: string, ...args: unknown[]) => void) | undefined;
@@ -40,7 +40,7 @@ export declare const useClientConfig: () => Ref<{
40
40
  authentication?: any;
41
41
  baseServerURL?: string | undefined;
42
42
  proxyUrl?: string | undefined;
43
- searchHotKey?: "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" | undefined;
43
+ searchHotKey?: "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | undefined;
44
44
  servers?: any[] | undefined;
45
45
  _integration?: "go" | "elysiajs" | "fastify" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "svelte" | "vue" | null | undefined;
46
46
  onRequestSent?: ((args_0: string, ...args: unknown[]) => void) | undefined;
@@ -61,7 +61,7 @@ export declare const useClientConfig: () => Ref<{
61
61
  authentication?: any;
62
62
  baseServerURL?: string | undefined;
63
63
  proxyUrl?: string | undefined;
64
- searchHotKey?: "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" | undefined;
64
+ searchHotKey?: "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | undefined;
65
65
  servers?: any[] | undefined;
66
66
  _integration?: "go" | "elysiajs" | "fastify" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "svelte" | "vue" | null | undefined;
67
67
  onRequestSent?: ((args_0: string, ...args: unknown[]) => void) | undefined;
@@ -1,4 +1,4 @@
1
- import { defineComponent as y, ref as T, onBeforeMount as v, onMounted as K, onBeforeUnmount as k, watch as C, computed as b, openBlock as t, createElementBlock as E, createElementVNode as S, createVNode as r, unref as a, createBlock as m, withCtx as d, KeepAlive as H, resolveDynamicComponent as N, createCommentVNode as A } from "vue";
1
+ import { defineComponent as y, ref as T, onBeforeMount as v, onMounted as K, onBeforeUnmount as k, watch as C, computed as b, createElementBlock as E, openBlock as t, createElementVNode as S, createVNode as r, createBlock as a, createCommentVNode as H, unref as m, withCtx as d, KeepAlive as N, resolveDynamicComponent as A } from "vue";
2
2
  import { addScalarClassesToHeadless as B } from "@scalar/components";
3
3
  import { getThemeStyles as D } from "@scalar/themes";
4
4
  import { useBreakpoints as L } from "@scalar/use-hooks/useBreakpoints";
@@ -10,7 +10,7 @@ import { useSidebar as O } from "../../hooks/useSidebar.js";
10
10
  import $ from "./MainLayout.vue.js";
11
11
  import { useActiveEntities as g } from "../../store/active-entities.js";
12
12
  import { APP_HOTKEYS as U } from "./hotkeys.js";
13
- import { DEFAULT_HOTKEYS as W, handleHotKeyDown as Y } from "../../libs/hot-keys.js";
13
+ import { handleHotKeyDown as W, DEFAULT_HOTKEYS as Y } from "../../libs/hot-keys.js";
14
14
  import { useWorkspace as F } from "../../store/store.js";
15
15
  const I = {
16
16
  id: "scalar-client-app",
@@ -19,13 +19,13 @@ const I = {
19
19
  __name: "ApiClientApp",
20
20
  emits: ["newTab"],
21
21
  setup(R) {
22
- const p = { ...W, ...U }, s = T(null), u = (e) => {
22
+ const p = { ...Y, ...U }, s = T(null), u = (e) => {
23
23
  s.value = e;
24
24
  };
25
25
  M();
26
26
  const { activeWorkspace: n } = g(), { events: o } = F();
27
27
  v(() => B());
28
- const i = (e) => Y(e, o.hotKeys, { hotKeys: p }), l = (e) => {
28
+ const i = (e) => W(e, o.hotKeys, { hotKeys: p }), l = (e) => {
29
29
  e && e.openCommandPalette && (e.openCommandPalette.preventDefault(), o.commandPalette.emit());
30
30
  };
31
31
  K(() => {
@@ -48,20 +48,20 @@ const I = {
48
48
  return t(), E("div", I, [
49
49
  S("div", { innerHTML: w.value }, null, 8, Q),
50
50
  r(V, { openNewTab: s.value }, null, 8, ["openNewTab"]),
51
- (c = a(n)) != null && c.uid ? (t(), m($, { key: 0 }, {
51
+ (c = m(n)) != null && c.uid ? (t(), a($, { key: 0 }, {
52
52
  default: d(() => [
53
- r(a(x), { onNewTab: u }, {
53
+ r(m(x), { onNewTab: u }, {
54
54
  default: d(({ Component: h }) => [
55
- (t(), m(H, null, [
56
- (t(), m(N(h)))
55
+ (t(), a(N, null, [
56
+ (t(), a(A(h)))
57
57
  ], 1024))
58
58
  ]),
59
59
  _: 1
60
60
  })
61
61
  ]),
62
62
  _: 1
63
- })) : A("", !0),
64
- r(a(P))
63
+ })) : H("", !0),
64
+ r(m(P))
65
65
  ]);
66
66
  };
67
67
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent as s, openBlock as n, createElementBlock as t, normalizeClass as r, unref as e, createVNode as m, createElementVNode as a, renderSlot as f } from "vue";
1
+ import { defineComponent as s, createElementBlock as n, openBlock as t, normalizeClass as r, unref as e, createVNode as m, createElementVNode as a, renderSlot as f } from "vue";
2
2
  import c from "../../components/SideNav/SideNav.vue.js";
3
3
  import d from "../../components/CommandPalette/TheCommandPalette.vue.js";
4
4
  import { useLayout as i } from "../../hooks/useLayout.js";
@@ -6,7 +6,7 @@ const b = /* @__PURE__ */ s({
6
6
  __name: "MainLayout",
7
7
  setup(u) {
8
8
  const { layout: o } = i();
9
- return (l, p) => (n(), t("main", {
9
+ return (l, p) => (t(), n("main", {
10
10
  class: r(["flex min-h-0 flex-1 flex-col sm:flex-row", e(o) === "web" ? "sm:flex-col" : "sm:flex-row"])
11
11
  }, [
12
12
  m(c, { class: "sidenav order-last sm:order-none" }),
@@ -3654,7 +3654,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3654
3654
  } | undefined;
3655
3655
  proxyUrl?: string | undefined;
3656
3656
  }) => void;
3657
- 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" ? {
3657
+ 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.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.n" | "hotKeyConfig.hotKeys.o" | "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.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.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.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" ? {
3658
3658
  uid: string & import("zod").BRAND<"workspace">;
3659
3659
  name: string;
3660
3660
  description: string;
@@ -3718,7 +3718,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3718
3718
  } | undefined;
3719
3719
  proxyUrl?: string | undefined;
3720
3720
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
3721
- 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" ? {
3721
+ 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.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.n" | "hotKeyConfig.hotKeys.o" | "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.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.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.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" ? {
3722
3722
  uid: string & import("zod").BRAND<"workspace">;
3723
3723
  name: string;
3724
3724
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"create-api-client-app.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/create-api-client-app.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"create-api-client-app.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/create-api-client-app.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,7 @@
1
- import { createApiClientApp as t } from "./create-api-client-app.js";
2
- import { default as i } from "./ApiClientApp.vue.js";
1
+ import { default as r } from "./ApiClientApp.vue.js";
2
+ /* empty css */
3
+ import { createApiClientApp as o } from "./create-api-client-app.js";
3
4
  export {
4
- i as ApiClientApp,
5
- t as createApiClientApp
5
+ r as ApiClientApp,
6
+ o as createApiClientApp
6
7
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as f, ref as v, useId as h, watch as w, nextTick as y, onBeforeMount as _, onMounted as k, onBeforeUnmount as C, withDirectives as E, openBlock as T, createElementBlock as x, createElementVNode as r, unref as a, createVNode as d, withCtx as K, vShow as F } from "vue";
1
+ import { defineComponent as f, ref as v, useId as h, watch as w, nextTick as y, onBeforeMount as _, onMounted as k, onBeforeUnmount as C, withDirectives as E, createElementBlock as T, openBlock as x, createElementVNode as r, unref as a, createVNode as d, withCtx as K, vShow as F } from "vue";
2
2
  import { addScalarClassesToHeadless as M, ScalarTeleportRoot as B } from "@scalar/components";
3
3
  import { useFocusTrap as P } from "@vueuse/integrations/useFocusTrap";
4
4
  import { RouterView as S } from "vue-router";
@@ -24,7 +24,7 @@ const V = { class: "scalar scalar-app" }, $ = { class: "scalar-container" }, g =
24
24
  const i = (e) => (e == null ? void 0 : e.closeModal) && o.open && o.hide();
25
25
  return k(() => n.hotKeys.on(i)), C(() => {
26
26
  document.documentElement.style.removeProperty("overflow"), n.hotKeys.off(i);
27
- }), (e, t) => E((T(), x("div", V, [
27
+ }), (e, t) => E((x(), T("div", V, [
28
28
  r("div", $, [
29
29
  r("div", {
30
30
  id: a(s),