@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 createApiClientModal: ({ el, configuration, mountOnInitiali
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 createApiClientModal: ({ el, configuration, mountOnInitiali
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;
@@ -7450,7 +7450,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7450
7450
  } | undefined;
7451
7451
  proxyUrl?: string | undefined;
7452
7452
  }) => void;
7453
- 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" ? {
7453
+ 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" ? {
7454
7454
  uid: string & import("zod").BRAND<"workspace">;
7455
7455
  name: string;
7456
7456
  description: string;
@@ -7514,7 +7514,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7514
7514
  } | undefined;
7515
7515
  proxyUrl?: string | undefined;
7516
7516
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
7517
- 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" ? {
7517
+ 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" ? {
7518
7518
  uid: string & import("zod").BRAND<"workspace">;
7519
7519
  name: string;
7520
7520
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"create-api-client-modal.d.ts","sourceRoot":"","sources":["../../../src/layouts/Modal/create-api-client-modal.ts"],"names":[],"mappings":"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D,CAAC;;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA19H,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;CADj2P,CAAA"}
1
+ {"version":3,"file":"create-api-client-modal.d.ts","sourceRoot":"","sources":["../../../src/layouts/Modal/create-api-client-modal.ts"],"names":[],"mappings":"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D,CAAC;;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA19H,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;CADj2P,CAAA"}
@@ -1,4 +1,4 @@
1
- import { defineComponent as _, onBeforeMount as y, onMounted as h, onBeforeUnmount as v, watch as w, computed as C, openBlock as t, createBlock as n, unref as r, withCtx as a, createElementVNode as k, createVNode as d, KeepAlive as K, resolveDynamicComponent as S, createCommentVNode as T } from "vue";
1
+ import { defineComponent as _, onBeforeMount as y, onMounted as h, onBeforeUnmount as v, watch as w, computed as C, createBlock as t, openBlock as n, unref as r, withCtx as a, createElementVNode as k, createCommentVNode as K, createVNode as d, KeepAlive as S, resolveDynamicComponent as T } from "vue";
2
2
  import { addScalarClassesToHeadless as B } from "@scalar/components";
3
3
  import { getThemeStyles as H } from "@scalar/themes";
4
4
  import { useBreakpoints as M } from "@scalar/use-hooks/useBreakpoints";
@@ -35,24 +35,24 @@ const W = ["innerHTML"], Z = /* @__PURE__ */ _({
35
35
  return m.value && `<style>${H((e = m.value) == null ? void 0 : e.themeId)}</style>`;
36
36
  }
37
37
  );
38
- return (e, g) => (t(), n(r(A), null, {
38
+ return (e, g) => (n(), t(r(A), null, {
39
39
  default: a(() => {
40
40
  var l;
41
41
  return [
42
42
  k("div", { innerHTML: p.value }, null, 8, W),
43
- (l = r(m)) != null && l.uid ? (t(), n(V, { key: 0 }, {
43
+ (l = r(m)) != null && l.uid ? (n(), t(V, { key: 0 }, {
44
44
  default: a(() => [
45
45
  d(r(E), null, {
46
46
  default: a(({ Component: f }) => [
47
- (t(), n(K, null, [
48
- (t(), n(S(f)))
47
+ (n(), t(S, null, [
48
+ (n(), t(T(f)))
49
49
  ], 1024))
50
50
  ]),
51
51
  _: 1
52
52
  })
53
53
  ]),
54
54
  _: 1
55
- })) : T("", !0),
55
+ })) : K("", !0),
56
56
  d(r(D))
57
57
  ];
58
58
  }),