@scalar/api-client 2.3.30 → 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 +24 -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
@@ -3656,7 +3656,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
3656
3656
  } | undefined;
3657
3657
  proxyUrl?: string | undefined;
3658
3658
  }) => void;
3659
- 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" ? {
3659
+ 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" ? {
3660
3660
  uid: string & import("zod").BRAND<"workspace">;
3661
3661
  name: string;
3662
3662
  description: string;
@@ -3720,7 +3720,7 @@ export declare const createWorkspaceStore: ({ useLocalStorage, showSidebar, prox
3720
3720
  } | undefined;
3721
3721
  proxyUrl?: string | undefined;
3722
3722
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
3723
- 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" ? {
3723
+ 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" ? {
3724
3724
  uid: string & import("zod").BRAND<"workspace">;
3725
3725
  name: string;
3726
3726
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/store/store.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../../src/store/store.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- import { createStoreCollections as L, extendedCollectionDataFactory as C } from "./collections.js";
1
+ import { createStoreCollections as L, extendedCollectionDataFactory as R } from "./collections.js";
2
2
  import { createStoreCookies as ee } from "./cookies.js";
3
3
  import { createStoreEnvironments as te, extendedEnvironmentDataFactory as re } from "./environment.js";
4
4
  import { createStoreEvents as oe } from "./events.js";
@@ -10,16 +10,16 @@ import { createStoreServers as le, extendedServerDataFactory as pe } from "./ser
10
10
  import { createStoreTags as ue, extendedTagDataFactory as ve } from "./tags.js";
11
11
  import { createStoreWorkspaces as Se, extendedWorkspaceDataFactory as fe } from "./workspace.js";
12
12
  import { useModal as ye } from "@scalar/components";
13
- import { reactive as Ee, ref as Me, toRaw as r, inject as xe } from "vue";
13
+ import { inject as Ee, reactive as Me, ref as xe, toRaw as r } from "vue";
14
14
  const ge = ({
15
15
  useLocalStorage: e = !0,
16
- showSidebar: D = !0,
16
+ showSidebar: C = !0,
17
17
  proxyUrl: a,
18
- theme: q,
19
- hideClientButton: A = !1,
20
- _integration: b
18
+ theme: y,
19
+ hideClientButton: D = !1,
20
+ _integration: A
21
21
  }) => {
22
- const { collections: n, collectionMutators: c } = L(e), { tags: i, tagMutators: m } = ue(e), { requests: l, requestMutators: p } = ne(e), { requestExamples: u, requestExampleMutators: v } = de(e), { cookies: S, cookieMutators: w } = ee(e), { environments: f, environmentMutators: k } = te(e), { servers: y, serverMutators: E } = le(e), { securitySchemes: M, securitySchemeMutators: x } = ie(e), { workspaces: d, workspaceMutators: o } = Se(e), t = {
22
+ const { collections: n, collectionMutators: c } = L(e), { tags: i, tagMutators: m } = ue(e), { requests: l, requestMutators: p } = ne(e), { requestExamples: u, requestExampleMutators: v } = de(e), { cookies: E, cookieMutators: b } = ee(e), { environments: M, environmentMutators: x } = te(e), { servers: q, serverMutators: S } = le(e), { securitySchemes: w, securitySchemeMutators: f } = ie(e), { workspaces: d, workspaceMutators: o } = Se(e), t = {
23
23
  collections: n,
24
24
  collectionMutators: c,
25
25
  tags: i,
@@ -28,29 +28,24 @@ const ge = ({
28
28
  requestMutators: p,
29
29
  requestExamples: u,
30
30
  requestExampleMutators: v,
31
- cookies: S,
32
- cookieMutators: w,
33
- environments: f,
34
- environmentMutators: k,
35
- servers: y,
36
- serverMutators: E,
37
- securitySchemes: M,
38
- securitySchemeMutators: x,
31
+ environmentMutators: x,
32
+ serverMutators: S,
33
+ securitySchemeMutators: f,
39
34
  workspaces: d,
40
35
  workspaceMutators: o
41
- }, { addTag: h, deleteTag: T } = ve(t), { addRequest: I, deleteRequest: O, findRequestParents: g } = ce(t, h), { deleteEnvironment: j } = re(t), { addServer: P, deleteServer: B } = pe(t), { addCollection: H, deleteCollection: K } = C(t), { addRequestExample: Y, deleteRequestExample: _ } = ae(t), { addWorkspace: z, deleteWorkspace: G } = fe(t), { addSecurityScheme: J, deleteSecurityScheme: N } = me(t), { addCollectionEnvironment: F, removeCollectionEnvironment: W } = C(t), Q = Ee([]), { importSpecFile: U, importSpecFromUrl: V } = se(t), R = Me((e ? localStorage == null ? void 0 : localStorage.getItem("sidebarWidth") : void 0) || "280px"), X = (s) => {
42
- R.value = s, e && (localStorage == null || localStorage.setItem("sidebarWidth", s));
36
+ }, { addTag: k, deleteTag: T } = ve(t), { addRequest: I, deleteRequest: O, findRequestParents: g } = ce(t, k), { deleteEnvironment: j } = re(t), { addServer: P, deleteServer: B } = pe(t), { addCollection: H, deleteCollection: K } = R(t), { addRequestExample: Y, deleteRequestExample: _ } = ae(t), { addWorkspace: z, deleteWorkspace: G } = fe(t), { addSecurityScheme: J, deleteSecurityScheme: N } = me(t), { addCollectionEnvironment: h, removeCollectionEnvironment: F } = R(t), Q = Me([]), { importSpecFile: U, importSpecFromUrl: V } = se(t), W = xe((e ? localStorage == null ? void 0 : localStorage.getItem("sidebarWidth") : void 0) || "280px"), X = (s) => {
37
+ W.value = s, e && (localStorage == null || localStorage.setItem("sidebarWidth", s));
43
38
  }, Z = ye();
44
39
  Object.values(d).forEach(({ uid: s }) => {
45
- a && o.edit(s, "proxyUrl", a), q && o.edit(s, "themeId", q);
40
+ a && o.edit(s, "proxyUrl", a), y && o.edit(s, "themeId", y);
46
41
  }), typeof window < "u" && (window.dataDump = () => ({
47
42
  collections: r(n),
48
- cookies: r(S),
49
- environments: r(f),
43
+ cookies: r(E),
44
+ environments: r(M),
50
45
  requestExamples: r(u),
51
46
  requests: r(l),
52
- securitySchemes: r(M),
53
- servers: r(y),
47
+ securitySchemes: r(w),
48
+ servers: r(q),
54
49
  tags: r(i),
55
50
  workspaces: r(d)
56
51
  }));
@@ -61,38 +56,38 @@ const ge = ({
61
56
  workspaces: d,
62
57
  collections: n,
63
58
  tags: i,
64
- cookies: S,
65
- environments: f,
59
+ cookies: E,
60
+ environments: M,
66
61
  requestExamples: u,
67
62
  requests: l,
68
- servers: y,
69
- securitySchemes: M,
63
+ servers: q,
64
+ securitySchemes: w,
70
65
  modalState: Z,
71
66
  events: $,
72
- sidebarWidth: R,
67
+ sidebarWidth: W,
73
68
  setSidebarWidth: X,
74
69
  proxyUrl: a,
75
70
  // ---------------------------------------------------------------------------
76
71
  // CONFIGURATION "PROPS"
77
72
  // TODO: move these to their own store
78
- hideClientButton: A,
79
- showSidebar: D,
80
- integration: b,
73
+ hideClientButton: D,
74
+ showSidebar: C,
75
+ integration: A,
81
76
  // ---------------------------------------------------------------------------
82
77
  // METHODS
83
78
  importSpecFile: U,
84
79
  importSpecFromUrl: V,
85
- cookieMutators: w,
80
+ cookieMutators: b,
86
81
  collectionMutators: {
87
82
  ...c,
88
83
  rawAdd: c.add,
89
84
  add: H,
90
85
  delete: K,
91
- addEnvironment: F,
92
- removeEnvironment: W
86
+ addEnvironment: h,
87
+ removeEnvironment: F
93
88
  },
94
89
  environmentMutators: {
95
- ...k,
90
+ ...x,
96
91
  delete: j
97
92
  },
98
93
  requestMutators: {
@@ -110,21 +105,21 @@ const ge = ({
110
105
  },
111
106
  requestHistory: Q,
112
107
  securitySchemeMutators: {
113
- ...x,
114
- rawAdd: x.add,
108
+ ...f,
109
+ rawAdd: f.add,
115
110
  add: J,
116
111
  delete: N
117
112
  },
118
113
  serverMutators: {
119
- ...E,
120
- rawAdd: E.add,
114
+ ...S,
115
+ rawAdd: S.add,
121
116
  add: P,
122
117
  delete: B
123
118
  },
124
119
  tagMutators: {
125
120
  ...m,
126
121
  rawAdd: m.add,
127
- add: h,
122
+ add: k,
128
123
  delete: T
129
124
  },
130
125
  workspaceMutators: {
@@ -133,11 +128,11 @@ const ge = ({
133
128
  add: z,
134
129
  delete: G
135
130
  },
136
- addCollectionEnvironment: F,
137
- removeCollectionEnvironment: W
131
+ addCollectionEnvironment: h,
132
+ removeCollectionEnvironment: F
138
133
  };
139
134
  }, qe = Symbol(), je = () => {
140
- const e = xe(qe);
135
+ const e = Ee(qe);
141
136
  if (!e)
142
137
  throw new Error("Workspace store not provided");
143
138
  return e;
@@ -70,7 +70,7 @@ export declare function createStoreWorkspaces(useLocalStorage: boolean): {
70
70
  } | undefined;
71
71
  proxyUrl?: string | undefined;
72
72
  }) => void;
73
- 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" ? {
73
+ 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" ? {
74
74
  uid: string & import("zod").BRAND<"workspace">;
75
75
  name: string;
76
76
  description: string;
@@ -134,7 +134,7 @@ export declare function createStoreWorkspaces(useLocalStorage: boolean): {
134
134
  } | undefined;
135
135
  proxyUrl?: string | undefined;
136
136
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
137
- 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" ? {
137
+ 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" ? {
138
138
  uid: string & import("zod").BRAND<"workspace">;
139
139
  name: string;
140
140
  description: string;
@@ -1,4 +1,4 @@
1
- import { defineComponent as c, ref as n, computed as l, watch as p, openBlock as _, createBlock as d, withCtx as s, createVNode as r, createElementVNode as h, unref as x } from "vue";
1
+ import { defineComponent as c, ref as n, computed as l, watch as p, createBlock as _, openBlock as d, withCtx as s, createVNode as r, createElementVNode as h, unref as x } from "vue";
2
2
  import { useScroll as v } from "@vueuse/core";
3
3
  import { useRouter as w, RouterView as k } from "vue-router";
4
4
  import y from "../../components/ViewLayout/ViewLayout.vue.js";
@@ -25,7 +25,7 @@ const V = { class: "w-full md:mx-auto md:max-w-[720px]" }, g = /* @__PURE__ */ c
25
25
  {
26
26
  immediate: !0
27
27
  }
28
- ), (t, e) => (_(), d(y, {
28
+ ), (t, e) => (d(), _(y, {
29
29
  ref_key: "el",
30
30
  ref: o,
31
31
  class: "h-fit overflow-auto pb-6 xl:overflow-auto"
@@ -1,4 +1,4 @@
1
- import { defineComponent as v, openBlock as r, createElementBlock as h, createElementVNode as o, createVNode as x, unref as e, createBlock as y, normalizeClass as S, createCommentVNode as b } from "vue";
1
+ import { defineComponent as v, createElementBlock as h, openBlock as r, createElementVNode as o, createBlock as x, createCommentVNode as y, createVNode as S, unref as e, normalizeClass as b } from "vue";
2
2
  import { ScalarToggle as C } from "@scalar/components";
3
3
  import { useActiveEntities as _ } from "../../store/active-entities.js";
4
4
  import { useWorkspace as V } from "../../store/store.js";
@@ -29,15 +29,15 @@ const k = { class: "flex h-full w-full flex-col gap-12 px-1.5 pt-8" }, w = { cla
29
29
  ], -1)),
30
30
  o("div", A, [
31
31
  l[0] || (l[0] = o("p", { class: "text-c-2 flex flex-1 text-balance" }, " Don’t want to set up the authentication for each request? Enable this option to set the authentication once for the whole collection. ", -1)),
32
- x(e(C), {
32
+ S(e(C), {
33
33
  class: "w-4",
34
34
  modelValue: ((n = e(t)) == null ? void 0 : n.useCollectionSecurity) ?? !1,
35
35
  "onUpdate:modelValue": f
36
36
  }, null, 8, ["modelValue"])
37
37
  ]),
38
- e(t) && e(i) ? (r(), y(e(g), {
38
+ e(t) && e(i) ? (r(), x(e(g), {
39
39
  key: 0,
40
- class: S([
40
+ class: b([
41
41
  "scalar-collection-auth",
42
42
  !((s = e(t)) != null && s.useCollectionSecurity) && "pointer-events-none opacity-50 mix-blend-luminosity"
43
43
  ]),
@@ -49,7 +49,7 @@ const k = { class: "flex h-full w-full flex-col gap-12 px-1.5 pt-8" }, w = { cla
49
49
  server: e(d),
50
50
  title: "Authentication",
51
51
  workspace: e(i)
52
- }, null, 8, ["class", "collection", "envVariables", "environment", "selectedSecuritySchemeUids", "server", "workspace"])) : b("", !0)
52
+ }, null, 8, ["class", "collection", "envVariables", "environment", "selectedSecuritySchemeUids", "server", "workspace"])) : y("", !0)
53
53
  ])
54
54
  ]);
55
55
  };
@@ -1,9 +1,9 @@
1
- import { defineComponent as o, openBlock as t, createBlock as n, withCtx as r, createTextVNode as i } from "vue";
1
+ import { defineComponent as o, createBlock as t, openBlock as n, withCtx as r, createTextVNode as i } from "vue";
2
2
  import _ from "../../components/ViewLayout/ViewLayoutSection.vue.js";
3
3
  const c = /* @__PURE__ */ o({
4
4
  __name: "CollectionCookies",
5
5
  setup(l) {
6
- return (m, e) => (t(), n(_, null, {
6
+ return (m, e) => (n(), t(_, null, {
7
7
  title: r(() => e[0] || (e[0] = [
8
8
  i("Cookies")
9
9
  ])),
@@ -1,9 +1,9 @@
1
- import { defineComponent as e, openBlock as n, createBlock as o, withCtx as r, createTextVNode as i } from "vue";
1
+ import { defineComponent as e, createBlock as n, openBlock as o, withCtx as r, createTextVNode as i } from "vue";
2
2
  import m from "../../components/ViewLayout/ViewLayoutSection.vue.js";
3
3
  const s = /* @__PURE__ */ e({
4
4
  __name: "CollectionEnvironment",
5
5
  setup(_) {
6
- return (l, t) => (n(), o(m, null, {
6
+ return (l, t) => (o(), n(m, null, {
7
7
  title: r(() => t[0] || (t[0] = [
8
8
  i("Environments")
9
9
  ])),