@scalar/api-client 2.7.0 → 2.8.1

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 (219) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/README.md +1 -1
  3. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +4 -4
  4. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  5. package/dist/components/DataTable/DataTableInputSelect.vue.js +21 -22
  6. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  7. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +4 -5
  8. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
  9. package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
  10. package/dist/components/ImportCollection/WorkspaceSelector.vue.js +13 -14
  11. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  12. package/dist/components/Sidebar/SidebarButton.vue.js +0 -1
  13. package/dist/hooks/useClientConfig.d.ts +36 -42
  14. package/dist/hooks/useClientConfig.d.ts.map +1 -1
  15. package/dist/hooks/useResponseBody.js +6 -6
  16. package/dist/layouts/App/create-api-client-app.d.ts +36 -36
  17. package/dist/layouts/Modal/create-api-client-modal.d.ts +72 -72
  18. package/dist/layouts/Web/create-api-client-web.d.ts +36 -36
  19. package/dist/libs/create-client.d.ts +39 -39
  20. package/dist/libs/create-client.d.ts.map +1 -1
  21. package/dist/libs/create-client.js +23 -23
  22. package/dist/libs/find-request.d.ts +2 -2
  23. package/dist/libs/hot-keys.d.ts +1 -1
  24. package/dist/libs/send-request/create-request-operation.d.ts +2 -2
  25. package/dist/libs/send-request/create-request-operation.d.ts.map +1 -1
  26. package/dist/libs/send-request/create-request-operation.js +27 -27
  27. package/dist/libs/send-request/create-request-operation.test.d.ts +2 -2
  28. package/dist/plugins/plugin-manager.d.ts +3 -3
  29. package/dist/plugins/plugin-manager.d.ts.map +1 -1
  30. package/dist/store/active-entities.d.ts +3 -3
  31. package/dist/store/requests.d.ts +22 -22
  32. package/dist/store/store.d.ts +36 -36
  33. package/dist/store/workspace.d.ts +12 -12
  34. package/dist/style.css +1 -1
  35. package/dist/v2/blocks/operation-code-sample/components/ExamplePicker.vue.d.ts.map +1 -1
  36. package/dist/v2/blocks/operation-code-sample/components/ExamplePicker.vue.js +2 -3
  37. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.d.ts.map +1 -1
  38. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue.js +2 -2
  39. package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue2.js +70 -71
  40. package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +1 -1
  41. package/dist/v2/blocks/operation-code-sample/index.d.ts +1 -0
  42. package/dist/v2/blocks/operation-code-sample/index.d.ts.map +1 -1
  43. package/dist/v2/blocks/operation-code-sample/index.js +8 -6
  44. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
  45. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +1 -1
  46. package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue2.js +31 -32
  47. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.test.d.ts +2 -0
  48. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.test.d.ts.map +1 -0
  49. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.d.ts +39 -0
  50. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.d.ts.map +1 -0
  51. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue.js +7 -0
  52. package/dist/v2/blocks/scalar-operation-block/components/OperationBlock.vue2.js +226 -0
  53. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue.d.ts +66 -0
  54. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue.d.ts.map +1 -0
  55. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue.js +7 -0
  56. package/dist/v2/blocks/scalar-operation-block/components/OperationBody.vue2.js +200 -0
  57. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.test.d.ts +2 -0
  58. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.test.d.ts.map +1 -0
  59. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue.d.ts +51 -0
  60. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue.d.ts.map +1 -0
  61. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue.js +89 -0
  62. package/dist/v2/blocks/scalar-operation-block/components/OperationParams.vue2.js +4 -0
  63. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.test.d.ts +2 -0
  64. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.test.d.ts.map +1 -0
  65. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.vue.d.ts +46 -0
  66. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.vue.d.ts.map +1 -0
  67. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.vue.js +7 -0
  68. package/dist/v2/blocks/scalar-operation-block/components/OperationTable.vue2.js +85 -0
  69. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.test.d.ts +2 -0
  70. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.test.d.ts.map +1 -0
  71. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue.d.ts +43 -0
  72. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue.d.ts.map +1 -0
  73. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue.js +193 -0
  74. package/dist/v2/blocks/scalar-operation-block/components/OperationTableRow.vue2.js +4 -0
  75. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.test.d.ts +2 -0
  76. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.test.d.ts.map +1 -0
  77. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.vue.d.ts +8 -0
  78. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.vue.d.ts.map +1 -0
  79. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.vue.js +7 -0
  80. package/dist/v2/blocks/scalar-operation-block/components/OperationTableTooltip.vue2.js +62 -0
  81. package/dist/v2/blocks/scalar-operation-block/helpers/file.test.d.ts +2 -0
  82. package/dist/v2/blocks/scalar-operation-block/helpers/file.test.d.ts.map +1 -0
  83. package/dist/v2/blocks/scalar-operation-block/helpers/files.d.ts +5 -0
  84. package/dist/v2/blocks/scalar-operation-block/helpers/files.d.ts.map +1 -0
  85. package/dist/v2/blocks/scalar-operation-block/helpers/files.js +7 -0
  86. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-content.d.ts +8 -0
  87. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-content.d.ts.map +1 -0
  88. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-content.js +9 -0
  89. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-content.test.d.ts +2 -0
  90. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-content.test.d.ts.map +1 -0
  91. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-example.d.ts +6 -0
  92. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-example.d.ts.map +1 -0
  93. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-example.js +12 -0
  94. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-example.test.d.ts +2 -0
  95. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-example.test.d.ts.map +1 -0
  96. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-schema.d.ts +6 -0
  97. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-schema.d.ts.map +1 -0
  98. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-schema.js +6 -0
  99. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-schema.test.d.ts +2 -0
  100. package/dist/v2/blocks/scalar-operation-block/helpers/get-parameter-schema.test.d.ts.map +1 -0
  101. package/dist/v2/blocks/scalar-operation-block/helpers/get-request-body-example.d.ts +3 -0
  102. package/dist/v2/blocks/scalar-operation-block/helpers/get-request-body-example.d.ts.map +1 -0
  103. package/dist/v2/blocks/scalar-operation-block/helpers/get-request-body-example.js +5 -0
  104. package/dist/v2/blocks/scalar-operation-block/helpers/group-by.d.ts +5 -0
  105. package/dist/v2/blocks/scalar-operation-block/helpers/group-by.d.ts.map +1 -0
  106. package/dist/v2/blocks/scalar-operation-block/helpers/group-by.js +7 -0
  107. package/dist/v2/blocks/scalar-operation-block/helpers/group-by.test.d.ts +2 -0
  108. package/dist/v2/blocks/scalar-operation-block/helpers/group-by.test.d.ts.map +1 -0
  109. package/dist/v2/blocks/scalar-operation-block/helpers/validate-parameter.d.ts +11 -0
  110. package/dist/v2/blocks/scalar-operation-block/helpers/validate-parameter.d.ts.map +1 -0
  111. package/dist/v2/blocks/scalar-operation-block/helpers/validate-parameter.js +32 -0
  112. package/dist/v2/blocks/scalar-operation-block/helpers/validate-parameter.test.d.ts +2 -0
  113. package/dist/v2/blocks/scalar-operation-block/helpers/validate-parameter.test.d.ts.map +1 -0
  114. package/dist/v2/blocks/scalar-operation-block/index.d.ts +2 -0
  115. package/dist/v2/blocks/scalar-operation-block/index.d.ts.map +1 -0
  116. package/dist/v2/blocks/scalar-operation-block/index.js +4 -0
  117. package/dist/v2/blocks/scalar-response-block/components/Headers.test.d.ts +2 -0
  118. package/dist/v2/blocks/scalar-response-block/components/Headers.test.d.ts.map +1 -0
  119. package/dist/v2/blocks/scalar-response-block/components/Headers.vue.d.ts +20 -0
  120. package/dist/v2/blocks/scalar-response-block/components/Headers.vue.d.ts.map +1 -0
  121. package/dist/v2/blocks/scalar-response-block/components/Headers.vue.js +98 -0
  122. package/dist/v2/blocks/scalar-response-block/components/Headers.vue2.js +4 -0
  123. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.test.d.ts +2 -0
  124. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.test.d.ts.map +1 -0
  125. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.d.ts +47 -0
  126. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.d.ts.map +1 -0
  127. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue.js +7 -0
  128. package/dist/v2/blocks/scalar-response-block/components/ResponseBlock.vue2.js +182 -0
  129. package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue.d.ts +12 -0
  130. package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue.d.ts.map +1 -0
  131. package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue.js +7 -0
  132. package/dist/v2/blocks/scalar-response-block/components/ResponseBody.vue2.js +88 -0
  133. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.test.d.ts +2 -0
  134. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.test.d.ts.map +1 -0
  135. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.vue.d.ts +8 -0
  136. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.vue.d.ts.map +1 -0
  137. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.vue.js +36 -0
  138. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyDownload.vue2.js +4 -0
  139. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyInfo.vue.d.ts +13 -0
  140. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyInfo.vue.d.ts.map +1 -0
  141. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyInfo.vue.js +14 -0
  142. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.test.d.ts +2 -0
  143. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.test.d.ts.map +1 -0
  144. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue.d.ts +10 -0
  145. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue.d.ts.map +1 -0
  146. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue.js +7 -0
  147. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyPreview.vue2.js +64 -0
  148. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyRaw.vue.d.ts +8 -0
  149. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyRaw.vue.d.ts.map +1 -0
  150. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyRaw.vue.js +7 -0
  151. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyRaw.vue2.js +41 -0
  152. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.test.d.ts +2 -0
  153. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.test.d.ts.map +1 -0
  154. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.vue.d.ts +6 -0
  155. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.vue.d.ts.map +1 -0
  156. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.vue.js +74 -0
  157. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyStreaming.vue2.js +4 -0
  158. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyToggle.vue.d.ts +10 -0
  159. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyToggle.vue.d.ts.map +1 -0
  160. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyToggle.vue.js +25 -0
  161. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyToggle.vue2.js +4 -0
  162. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue.d.ts +11 -0
  163. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue.d.ts.map +1 -0
  164. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue.js +52 -0
  165. package/dist/v2/blocks/scalar-response-block/components/ResponseBodyVirtual.vue3.js +5 -0
  166. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.test.d.ts +2 -0
  167. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.test.d.ts.map +1 -0
  168. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue.d.ts +9 -0
  169. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue.d.ts.map +1 -0
  170. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue.js +54 -0
  171. package/dist/v2/blocks/scalar-response-block/components/ResponseCookies.vue2.js +4 -0
  172. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue.d.ts +23 -0
  173. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue.d.ts.map +1 -0
  174. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue.js +7 -0
  175. package/dist/v2/blocks/scalar-response-block/components/ResponseEmpty.vue2.js +88 -0
  176. package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue.d.ts +8 -0
  177. package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue.d.ts.map +1 -0
  178. package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue.js +7 -0
  179. package/dist/v2/blocks/scalar-response-block/components/ResponseLoadingOverlay.vue2.js +41 -0
  180. package/dist/v2/blocks/scalar-response-block/components/ResponseMetaInformation.vue.d.ts +10 -0
  181. package/dist/v2/blocks/scalar-response-block/components/ResponseMetaInformation.vue.d.ts.map +1 -0
  182. package/dist/v2/blocks/scalar-response-block/components/ResponseMetaInformation.vue.js +61 -0
  183. package/dist/v2/blocks/scalar-response-block/components/ResponseMetaInformation.vue2.js +4 -0
  184. package/dist/v2/blocks/scalar-response-block/helpers/extract-filename.d.ts +5 -0
  185. package/dist/v2/blocks/scalar-response-block/helpers/extract-filename.d.ts.map +1 -0
  186. package/dist/v2/blocks/scalar-response-block/helpers/extract-filename.js +18 -0
  187. package/dist/v2/blocks/scalar-response-block/helpers/extract-filename.test.d.ts +2 -0
  188. package/dist/v2/blocks/scalar-response-block/helpers/extract-filename.test.d.ts.map +1 -0
  189. package/dist/v2/blocks/scalar-response-block/helpers/get-content-length.d.ts +4 -0
  190. package/dist/v2/blocks/scalar-response-block/helpers/get-content-length.d.ts.map +1 -0
  191. package/dist/v2/blocks/scalar-response-block/helpers/get-content-length.js +12 -0
  192. package/dist/v2/blocks/scalar-response-block/helpers/get-content-length.test.d.ts +2 -0
  193. package/dist/v2/blocks/scalar-response-block/helpers/get-content-length.test.d.ts.map +1 -0
  194. package/dist/v2/blocks/scalar-response-block/helpers/media-types.d.ts +20 -0
  195. package/dist/v2/blocks/scalar-response-block/helpers/media-types.d.ts.map +1 -0
  196. package/dist/v2/blocks/scalar-response-block/helpers/media-types.js +127 -0
  197. package/dist/v2/blocks/scalar-response-block/helpers/media-types.test.d.ts +2 -0
  198. package/dist/v2/blocks/scalar-response-block/helpers/media-types.test.d.ts.map +1 -0
  199. package/dist/v2/blocks/scalar-response-block/helpers/process-response-body.d.ts +17 -0
  200. package/dist/v2/blocks/scalar-response-block/helpers/process-response-body.d.ts.map +1 -0
  201. package/dist/v2/blocks/scalar-response-block/helpers/process-response-body.js +16 -0
  202. package/dist/v2/blocks/scalar-response-block/helpers/process-response-body.test.d.ts +2 -0
  203. package/dist/v2/blocks/scalar-response-block/helpers/process-response-body.test.d.ts.map +1 -0
  204. package/dist/v2/blocks/scalar-response-block/index.d.ts +2 -0
  205. package/dist/v2/blocks/scalar-response-block/index.d.ts.map +1 -0
  206. package/dist/v2/blocks/scalar-response-block/index.js +4 -0
  207. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  208. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
  209. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +31 -32
  210. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  211. package/dist/views/Request/RequestSection/RequestBody.vue.js +2 -2
  212. package/dist/views/Request/RequestSection/RequestBody.vue2.js +0 -1
  213. package/dist/views/Request/RequestSection/RequestCodeExample.vue.d.ts.map +1 -1
  214. package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +2 -2
  215. package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +13 -14
  216. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  217. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
  218. package/dist/views/Request/components/WorkspaceDropdown.vue.js +5 -6
  219. package/package.json +39 -19
@@ -48,7 +48,7 @@ router?: import("vue-router").Router) => Promise<{
48
48
  };
49
49
  hotKeyConfig?: {
50
50
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
51
- hotKeys?: Partial<Record<"" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
51
+ hotKeys?: Partial<Record<"" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
52
52
  event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
53
53
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
54
54
  }>> | undefined;
@@ -251,7 +251,7 @@ router?: import("vue-router").Router) => Promise<{
251
251
  type: "request";
252
252
  uid: string & import("zod").$brand<"operation">;
253
253
  path: string;
254
- method: "delete" | "get" | "connect" | "head" | "options" | "patch" | "post" | "put" | "trace";
254
+ method: "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";
255
255
  servers: (string & import("zod").$brand<"server">)[];
256
256
  selectedServerUid: (string & import("zod").$brand<"server">) | null;
257
257
  examples: (string & import("zod").$brand<"example">)[];
@@ -277,7 +277,7 @@ router?: import("vue-router").Router) => Promise<{
277
277
  description?: string | undefined;
278
278
  schema?: unknown;
279
279
  content?: unknown;
280
- style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
280
+ style?: "matrix" | "label" | "form" | "simple" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
281
281
  explode?: boolean | undefined;
282
282
  example?: unknown;
283
283
  examples?: Record<string, {
@@ -430,7 +430,7 @@ router?: import("vue-router").Router) => Promise<{
430
430
  proxyUrl: string | undefined;
431
431
  hideClientButton: boolean;
432
432
  showSidebar: boolean;
433
- integration: "elysiajs" | "fastify" | "go" | "rust" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "svelte" | "vue" | null | undefined;
433
+ integration: "elysiajs" | "fastify" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "go" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "svelte" | "vue" | null | undefined;
434
434
  importSpecFile: (_spec: string | Record<string, any> | undefined, workspaceUid: string, options?: Pick<{
435
435
  info: {
436
436
  title: string;
@@ -491,7 +491,7 @@ router?: import("vue-router").Router) => Promise<{
491
491
  integration?: string | null | undefined;
492
492
  useCollectionSecurity?: boolean | undefined;
493
493
  watchModeStatus?: "IDLE" | "WATCHING" | "ERROR" | undefined;
494
- }, "documentUrl" | "watchMode"> & Pick<import("@scalar/types").ApiReferenceConfiguration, "slug" | "authentication" | "baseServerURL" | "servers"> & {
494
+ }, "documentUrl" | "watchMode"> & Pick<import("@scalar/types").ApiReferenceConfiguration, "authentication" | "baseServerURL" | "servers" | "slug"> & {
495
495
  dereferencedDocument?: import("@scalar/openapi-types").OpenAPIV3_1.Document;
496
496
  useCollectionSecurity?: boolean;
497
497
  shouldLoad?: boolean;
@@ -567,7 +567,7 @@ router?: import("vue-router").Router) => Promise<{
567
567
  integration?: string | null | undefined;
568
568
  useCollectionSecurity?: boolean | undefined;
569
569
  watchModeStatus?: "IDLE" | "WATCHING" | "ERROR" | undefined;
570
- }, "documentUrl" | "watchMode"> & Pick<import("@scalar/types").ApiReferenceConfiguration, "slug" | "authentication" | "baseServerURL" | "servers"> & {
570
+ }, "documentUrl" | "watchMode"> & Pick<import("@scalar/types").ApiReferenceConfiguration, "authentication" | "baseServerURL" | "servers" | "slug"> & {
571
571
  dereferencedDocument?: import("@scalar/openapi-types").OpenAPIV3_1.Document;
572
572
  useCollectionSecurity?: boolean;
573
573
  shouldLoad?: boolean;
@@ -633,7 +633,7 @@ router?: import("vue-router").Router) => Promise<{
633
633
  integration?: string | null | undefined;
634
634
  useCollectionSecurity?: boolean | undefined;
635
635
  watchModeStatus?: "IDLE" | "WATCHING" | "ERROR" | undefined;
636
- }, "documentUrl" | "watchMode"> & Pick<import("@scalar/types").ApiReferenceConfiguration, "slug" | "authentication" | "baseServerURL" | "servers"> & {
636
+ }, "documentUrl" | "watchMode"> & Pick<import("@scalar/types").ApiReferenceConfiguration, "authentication" | "baseServerURL" | "servers" | "slug"> & {
637
637
  dereferencedDocument?: import("@scalar/openapi-types").OpenAPIV3_1.Document;
638
638
  useCollectionSecurity?: boolean;
639
639
  shouldLoad?: boolean;
@@ -1323,7 +1323,7 @@ router?: import("vue-router").Router) => Promise<{
1323
1323
  type: "request";
1324
1324
  uid: string & import("zod").$brand<"operation">;
1325
1325
  path: string;
1326
- method: "delete" | "get" | "connect" | "head" | "options" | "patch" | "post" | "put" | "trace";
1326
+ method: "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";
1327
1327
  servers: (string & import("zod").$brand<"server">)[];
1328
1328
  selectedServerUid: (string & import("zod").$brand<"server">) | null;
1329
1329
  examples: (string & import("zod").$brand<"example">)[];
@@ -1349,7 +1349,7 @@ router?: import("vue-router").Router) => Promise<{
1349
1349
  description?: string | undefined;
1350
1350
  schema?: unknown;
1351
1351
  content?: unknown;
1352
- style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1352
+ style?: "matrix" | "label" | "form" | "simple" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1353
1353
  explode?: boolean | undefined;
1354
1354
  example?: unknown;
1355
1355
  examples?: Record<string, {
@@ -1382,7 +1382,7 @@ router?: import("vue-router").Router) => Promise<{
1382
1382
  type: "request";
1383
1383
  uid: string & import("zod").$brand<"operation">;
1384
1384
  path: string;
1385
- method: "delete" | "get" | "connect" | "head" | "options" | "patch" | "post" | "put" | "trace";
1385
+ method: "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";
1386
1386
  servers: (string & import("zod").$brand<"server">)[];
1387
1387
  selectedServerUid: (string & import("zod").$brand<"server">) | null;
1388
1388
  examples: (string & import("zod").$brand<"example">)[];
@@ -1408,7 +1408,7 @@ router?: import("vue-router").Router) => Promise<{
1408
1408
  description?: string | undefined;
1409
1409
  schema?: unknown;
1410
1410
  content?: unknown;
1411
- style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1411
+ style?: "matrix" | "label" | "form" | "simple" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1412
1412
  explode?: boolean | undefined;
1413
1413
  example?: unknown;
1414
1414
  examples?: Record<string, {
@@ -1442,7 +1442,7 @@ router?: import("vue-router").Router) => Promise<{
1442
1442
  type: "request";
1443
1443
  uid: string & import("zod").$brand<"operation">;
1444
1444
  path: string;
1445
- method: "delete" | "get" | "connect" | "head" | "options" | "patch" | "post" | "put" | "trace";
1445
+ method: "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";
1446
1446
  servers: (string & import("zod").$brand<"server">)[];
1447
1447
  selectedServerUid: (string & import("zod").$brand<"server">) | null;
1448
1448
  examples: (string & import("zod").$brand<"example">)[];
@@ -1468,7 +1468,7 @@ router?: import("vue-router").Router) => Promise<{
1468
1468
  description?: string | undefined;
1469
1469
  schema?: unknown;
1470
1470
  content?: unknown;
1471
- style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1471
+ style?: "matrix" | "label" | "form" | "simple" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1472
1472
  explode?: boolean | undefined;
1473
1473
  example?: unknown;
1474
1474
  examples?: Record<string, {
@@ -1501,7 +1501,7 @@ router?: import("vue-router").Router) => Promise<{
1501
1501
  type: "request";
1502
1502
  uid: string & import("zod").$brand<"operation">;
1503
1503
  path: string;
1504
- method: "delete" | "get" | "connect" | "head" | "options" | "patch" | "post" | "put" | "trace";
1504
+ method: "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";
1505
1505
  servers: (string & import("zod").$brand<"server">)[];
1506
1506
  selectedServerUid: (string & import("zod").$brand<"server">) | null;
1507
1507
  examples: (string & import("zod").$brand<"example">)[];
@@ -1527,7 +1527,7 @@ router?: import("vue-router").Router) => Promise<{
1527
1527
  description?: string | undefined;
1528
1528
  schema?: unknown;
1529
1529
  content?: unknown;
1530
- style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1530
+ style?: "matrix" | "label" | "form" | "simple" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1531
1531
  explode?: boolean | undefined;
1532
1532
  example?: unknown;
1533
1533
  examples?: Record<string, {
@@ -1559,7 +1559,7 @@ router?: import("vue-router").Router) => Promise<{
1559
1559
  type: "request";
1560
1560
  uid: string & import("zod").$brand<"operation">;
1561
1561
  path: string;
1562
- method: "delete" | "get" | "connect" | "head" | "options" | "patch" | "post" | "put" | "trace";
1562
+ method: "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";
1563
1563
  servers: (string & import("zod").$brand<"server">)[];
1564
1564
  selectedServerUid: (string & import("zod").$brand<"server">) | null;
1565
1565
  examples: (string & import("zod").$brand<"example">)[];
@@ -1585,7 +1585,7 @@ router?: import("vue-router").Router) => Promise<{
1585
1585
  description?: string | undefined;
1586
1586
  schema?: unknown;
1587
1587
  content?: unknown;
1588
- style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1588
+ style?: "matrix" | "label" | "form" | "simple" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1589
1589
  explode?: boolean | undefined;
1590
1590
  example?: unknown;
1591
1591
  examples?: Record<string, {
@@ -1617,7 +1617,7 @@ router?: import("vue-router").Router) => Promise<{
1617
1617
  type: "request";
1618
1618
  uid: string & import("zod").$brand<"operation">;
1619
1619
  path: string;
1620
- method: "delete" | "get" | "connect" | "head" | "options" | "patch" | "post" | "put" | "trace";
1620
+ method: "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";
1621
1621
  servers: (string & import("zod").$brand<"server">)[];
1622
1622
  selectedServerUid: (string & import("zod").$brand<"server">) | null;
1623
1623
  examples: (string & import("zod").$brand<"example">)[];
@@ -1643,7 +1643,7 @@ router?: import("vue-router").Router) => Promise<{
1643
1643
  description?: string | undefined;
1644
1644
  schema?: unknown;
1645
1645
  content?: unknown;
1646
- style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1646
+ style?: "matrix" | "label" | "form" | "simple" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1647
1647
  explode?: boolean | undefined;
1648
1648
  example?: unknown;
1649
1649
  examples?: Record<string, {
@@ -1676,7 +1676,7 @@ router?: import("vue-router").Router) => Promise<{
1676
1676
  type: "request";
1677
1677
  uid: string & import("zod").$brand<"operation">;
1678
1678
  path: string;
1679
- method: "delete" | "get" | "connect" | "head" | "options" | "patch" | "post" | "put" | "trace";
1679
+ method: "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";
1680
1680
  servers: (string & import("zod").$brand<"server">)[];
1681
1681
  selectedServerUid: (string & import("zod").$brand<"server">) | null;
1682
1682
  examples: (string & import("zod").$brand<"example">)[];
@@ -1702,7 +1702,7 @@ router?: import("vue-router").Router) => Promise<{
1702
1702
  description?: string | undefined;
1703
1703
  schema?: unknown;
1704
1704
  content?: unknown;
1705
- style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1705
+ style?: "matrix" | "label" | "form" | "simple" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1706
1706
  explode?: boolean | undefined;
1707
1707
  example?: unknown;
1708
1708
  examples?: Record<string, {
@@ -1734,7 +1734,7 @@ router?: import("vue-router").Router) => Promise<{
1734
1734
  type: "request";
1735
1735
  uid: string & import("zod").$brand<"operation">;
1736
1736
  path: string;
1737
- method: "delete" | "get" | "connect" | "head" | "options" | "patch" | "post" | "put" | "trace";
1737
+ method: "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";
1738
1738
  servers: (string & import("zod").$brand<"server">)[];
1739
1739
  selectedServerUid: (string & import("zod").$brand<"server">) | null;
1740
1740
  examples: (string & import("zod").$brand<"example">)[];
@@ -1760,7 +1760,7 @@ router?: import("vue-router").Router) => Promise<{
1760
1760
  description?: string | undefined;
1761
1761
  schema?: unknown;
1762
1762
  content?: unknown;
1763
- style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1763
+ style?: "matrix" | "label" | "form" | "simple" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1764
1764
  explode?: boolean | undefined;
1765
1765
  example?: unknown;
1766
1766
  examples?: Record<string, {
@@ -1792,7 +1792,7 @@ router?: import("vue-router").Router) => Promise<{
1792
1792
  type: "request";
1793
1793
  uid: string & import("zod").$brand<"operation">;
1794
1794
  path: string;
1795
- method: "delete" | "get" | "connect" | "head" | "options" | "patch" | "post" | "put" | "trace";
1795
+ method: "delete" | "get" | "head" | "options" | "patch" | "post" | "put" | "trace";
1796
1796
  servers: (string & import("zod").$brand<"server">)[];
1797
1797
  selectedServerUid: (string & import("zod").$brand<"server">) | null;
1798
1798
  examples: (string & import("zod").$brand<"example">)[];
@@ -1818,7 +1818,7 @@ router?: import("vue-router").Router) => Promise<{
1818
1818
  description?: string | undefined;
1819
1819
  schema?: unknown;
1820
1820
  content?: unknown;
1821
- style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1821
+ style?: "matrix" | "label" | "form" | "simple" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
1822
1822
  explode?: boolean | undefined;
1823
1823
  example?: unknown;
1824
1824
  examples?: Record<string, {
@@ -3866,7 +3866,7 @@ router?: import("vue-router").Router) => Promise<{
3866
3866
  };
3867
3867
  hotKeyConfig?: {
3868
3868
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
3869
- hotKeys?: Partial<Record<"" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3869
+ hotKeys?: Partial<Record<"" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3870
3870
  event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
3871
3871
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
3872
3872
  }>> | undefined;
@@ -3888,7 +3888,7 @@ router?: import("vue-router").Router) => Promise<{
3888
3888
  };
3889
3889
  hotKeyConfig?: {
3890
3890
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
3891
- hotKeys?: Partial<Record<"" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3891
+ hotKeys?: Partial<Record<"" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3892
3892
  event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
3893
3893
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
3894
3894
  }>> | undefined;
@@ -3911,14 +3911,14 @@ router?: import("vue-router").Router) => Promise<{
3911
3911
  };
3912
3912
  hotKeyConfig?: {
3913
3913
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
3914
- hotKeys?: Partial<Record<"" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3914
+ hotKeys?: Partial<Record<"" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3915
3915
  event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
3916
3916
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
3917
3917
  }>> | undefined;
3918
3918
  } | undefined;
3919
3919
  proxyUrl?: string | undefined;
3920
3920
  }) => void;
3921
- edit: <P extends "proxyUrl" | "description" | "uid" | "name" | "cookies" | "collections" | "environments" | "hotKeyConfig" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | `cookies.${number}` | `collections.${number}` | `environments.${string}` | "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.*" | "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.4" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys..modifiers" | "hotKeyConfig.hotKeys..event" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.c.modifiers" | "hotKeyConfig.hotKeys.c.event" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.r.modifiers" | "hotKeyConfig.hotKeys.r.event" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.a.modifiers" | "hotKeyConfig.hotKeys.a.event" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.modifiers" | "hotKeyConfig.hotKeys.b.event" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.d.modifiers" | "hotKeyConfig.hotKeys.d.event" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.e.modifiers" | "hotKeyConfig.hotKeys.e.event" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.modifiers" | "hotKeyConfig.hotKeys.f.event" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.g.modifiers" | "hotKeyConfig.hotKeys.g.event" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.h.modifiers" | "hotKeyConfig.hotKeys.h.event" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.i.modifiers" | "hotKeyConfig.hotKeys.i.event" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.j.modifiers" | "hotKeyConfig.hotKeys.j.event" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.modifiers" | "hotKeyConfig.hotKeys.k.event" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.modifiers" | "hotKeyConfig.hotKeys.l.event" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.modifiers" | "hotKeyConfig.hotKeys.m.event" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.n.modifiers" | "hotKeyConfig.hotKeys.n.event" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.o.modifiers" | "hotKeyConfig.hotKeys.o.event" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.p.modifiers" | "hotKeyConfig.hotKeys.p.event" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.modifiers" | "hotKeyConfig.hotKeys.q.event" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.s.modifiers" | "hotKeyConfig.hotKeys.s.event" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.t.modifiers" | "hotKeyConfig.hotKeys.t.event" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.u.modifiers" | "hotKeyConfig.hotKeys.u.event" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.v.modifiers" | "hotKeyConfig.hotKeys.v.event" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.modifiers" | "hotKeyConfig.hotKeys.w.event" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.modifiers" | "hotKeyConfig.hotKeys.x.event" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.modifiers" | "hotKeyConfig.hotKeys.y.event" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.modifiers" | "hotKeyConfig.hotKeys.z.event" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.0.modifiers" | "hotKeyConfig.hotKeys.0.event" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.modifiers" | "hotKeyConfig.hotKeys.Space.event" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.modifiers" | "hotKeyConfig.hotKeys.Backspace.event" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.modifiers" | "hotKeyConfig.hotKeys.Tab.event" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.modifiers" | "hotKeyConfig.hotKeys.Enter.event" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.modifiers" | "hotKeyConfig.hotKeys.Escape.event" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | "hotKeyConfig.hotKeys.ArrowDown.event" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | "hotKeyConfig.hotKeys.ArrowLeft.event" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | "hotKeyConfig.hotKeys.ArrowRight.event" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | "hotKeyConfig.hotKeys.ArrowUp.event" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.End.modifiers" | "hotKeyConfig.hotKeys.End.event" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.modifiers" | "hotKeyConfig.hotKeys.Home.event" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.modifiers" | "hotKeyConfig.hotKeys.PageDown.event" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.modifiers" | "hotKeyConfig.hotKeys.PageUp.event" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.modifiers" | "hotKeyConfig.hotKeys.Delete.event" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.*.modifiers" | "hotKeyConfig.hotKeys.*.event" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.+.modifiers" | "hotKeyConfig.hotKeys.+.event" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.-.modifiers" | "hotKeyConfig.hotKeys.-.event" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys...modifiers" | "hotKeyConfig.hotKeys...event" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys./.modifiers" | "hotKeyConfig.hotKeys./.event" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.modifiers" | "hotKeyConfig.hotKeys.F1.event" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.modifiers" | "hotKeyConfig.hotKeys.F2.event" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.modifiers" | "hotKeyConfig.hotKeys.F3.event" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.modifiers" | "hotKeyConfig.hotKeys.F4.event" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.modifiers" | "hotKeyConfig.hotKeys.F5.event" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.modifiers" | "hotKeyConfig.hotKeys.F6.event" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.modifiers" | "hotKeyConfig.hotKeys.F7.event" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.modifiers" | "hotKeyConfig.hotKeys.F8.event" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.modifiers" | "hotKeyConfig.hotKeys.F9.event" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.modifiers" | "hotKeyConfig.hotKeys.F10.event" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.modifiers" | "hotKeyConfig.hotKeys.F11.event" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.modifiers" | "hotKeyConfig.hotKeys.F12.event" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.;.modifiers" | "hotKeyConfig.hotKeys.;.event" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.=.modifiers" | "hotKeyConfig.hotKeys.=.event" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.,.modifiers" | "hotKeyConfig.hotKeys.,.event" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.`.modifiers" | "hotKeyConfig.hotKeys.`.event" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.[.modifiers" | "hotKeyConfig.hotKeys.[.event" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.modifiers" | "hotKeyConfig.hotKeys.\\.event" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.].modifiers" | "hotKeyConfig.hotKeys.].event" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.4.modifiers" | "hotKeyConfig.hotKeys.4.event" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.1.modifiers" | "hotKeyConfig.hotKeys.1.event" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.2.modifiers" | "hotKeyConfig.hotKeys.2.event" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.3.modifiers" | "hotKeyConfig.hotKeys.3.event" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.5.modifiers" | "hotKeyConfig.hotKeys.5.event" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.modifiers" | "hotKeyConfig.hotKeys.6.event" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.modifiers" | "hotKeyConfig.hotKeys.7.event" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.modifiers" | "hotKeyConfig.hotKeys.8.event" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.modifiers" | "hotKeyConfig.hotKeys.9.event" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey">(uid: (string & import("zod").$brand<"workspace">) | null | undefined, path: P, value: P extends "proxyUrl" | "description" | "uid" | "name" | "cookies" | "collections" | "environments" | "hotKeyConfig" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" ? {
3921
+ edit: <P extends "proxyUrl" | "description" | "uid" | "name" | "cookies" | "collections" | "environments" | "hotKeyConfig" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | `cookies.${number}` | `collections.${number}` | `environments.${string}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.c" | "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.r" | "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.*" | "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.4" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys..modifiers" | "hotKeyConfig.hotKeys..event" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.a.modifiers" | "hotKeyConfig.hotKeys.a.event" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.modifiers" | "hotKeyConfig.hotKeys.b.event" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.c.modifiers" | "hotKeyConfig.hotKeys.c.event" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.d.modifiers" | "hotKeyConfig.hotKeys.d.event" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.e.modifiers" | "hotKeyConfig.hotKeys.e.event" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.modifiers" | "hotKeyConfig.hotKeys.f.event" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.g.modifiers" | "hotKeyConfig.hotKeys.g.event" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.h.modifiers" | "hotKeyConfig.hotKeys.h.event" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.i.modifiers" | "hotKeyConfig.hotKeys.i.event" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.j.modifiers" | "hotKeyConfig.hotKeys.j.event" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.modifiers" | "hotKeyConfig.hotKeys.k.event" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.modifiers" | "hotKeyConfig.hotKeys.l.event" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.modifiers" | "hotKeyConfig.hotKeys.m.event" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.n.modifiers" | "hotKeyConfig.hotKeys.n.event" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.o.modifiers" | "hotKeyConfig.hotKeys.o.event" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.p.modifiers" | "hotKeyConfig.hotKeys.p.event" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.modifiers" | "hotKeyConfig.hotKeys.q.event" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.r.modifiers" | "hotKeyConfig.hotKeys.r.event" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.s.modifiers" | "hotKeyConfig.hotKeys.s.event" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.t.modifiers" | "hotKeyConfig.hotKeys.t.event" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.u.modifiers" | "hotKeyConfig.hotKeys.u.event" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.v.modifiers" | "hotKeyConfig.hotKeys.v.event" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.modifiers" | "hotKeyConfig.hotKeys.w.event" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.modifiers" | "hotKeyConfig.hotKeys.x.event" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.modifiers" | "hotKeyConfig.hotKeys.y.event" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.modifiers" | "hotKeyConfig.hotKeys.z.event" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.0.modifiers" | "hotKeyConfig.hotKeys.0.event" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.modifiers" | "hotKeyConfig.hotKeys.Space.event" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.modifiers" | "hotKeyConfig.hotKeys.Backspace.event" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.modifiers" | "hotKeyConfig.hotKeys.Tab.event" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.modifiers" | "hotKeyConfig.hotKeys.Enter.event" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.modifiers" | "hotKeyConfig.hotKeys.Escape.event" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | "hotKeyConfig.hotKeys.ArrowDown.event" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | "hotKeyConfig.hotKeys.ArrowLeft.event" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | "hotKeyConfig.hotKeys.ArrowRight.event" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | "hotKeyConfig.hotKeys.ArrowUp.event" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.End.modifiers" | "hotKeyConfig.hotKeys.End.event" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.modifiers" | "hotKeyConfig.hotKeys.Home.event" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.modifiers" | "hotKeyConfig.hotKeys.PageDown.event" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.modifiers" | "hotKeyConfig.hotKeys.PageUp.event" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.modifiers" | "hotKeyConfig.hotKeys.Delete.event" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.*.modifiers" | "hotKeyConfig.hotKeys.*.event" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.+.modifiers" | "hotKeyConfig.hotKeys.+.event" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.-.modifiers" | "hotKeyConfig.hotKeys.-.event" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys...modifiers" | "hotKeyConfig.hotKeys...event" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys./.modifiers" | "hotKeyConfig.hotKeys./.event" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.modifiers" | "hotKeyConfig.hotKeys.F1.event" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.modifiers" | "hotKeyConfig.hotKeys.F2.event" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.modifiers" | "hotKeyConfig.hotKeys.F3.event" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.modifiers" | "hotKeyConfig.hotKeys.F4.event" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.modifiers" | "hotKeyConfig.hotKeys.F5.event" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.modifiers" | "hotKeyConfig.hotKeys.F6.event" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.modifiers" | "hotKeyConfig.hotKeys.F7.event" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.modifiers" | "hotKeyConfig.hotKeys.F8.event" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.modifiers" | "hotKeyConfig.hotKeys.F9.event" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.modifiers" | "hotKeyConfig.hotKeys.F10.event" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.modifiers" | "hotKeyConfig.hotKeys.F11.event" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.modifiers" | "hotKeyConfig.hotKeys.F12.event" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.;.modifiers" | "hotKeyConfig.hotKeys.;.event" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.=.modifiers" | "hotKeyConfig.hotKeys.=.event" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.,.modifiers" | "hotKeyConfig.hotKeys.,.event" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.`.modifiers" | "hotKeyConfig.hotKeys.`.event" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.[.modifiers" | "hotKeyConfig.hotKeys.[.event" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.modifiers" | "hotKeyConfig.hotKeys.\\.event" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.].modifiers" | "hotKeyConfig.hotKeys.].event" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.4.modifiers" | "hotKeyConfig.hotKeys.4.event" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.1.modifiers" | "hotKeyConfig.hotKeys.1.event" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.2.modifiers" | "hotKeyConfig.hotKeys.2.event" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.3.modifiers" | "hotKeyConfig.hotKeys.3.event" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.5.modifiers" | "hotKeyConfig.hotKeys.5.event" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.modifiers" | "hotKeyConfig.hotKeys.6.event" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.modifiers" | "hotKeyConfig.hotKeys.7.event" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.modifiers" | "hotKeyConfig.hotKeys.8.event" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.modifiers" | "hotKeyConfig.hotKeys.9.event" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey">(uid: (string & import("zod").$brand<"workspace">) | null | undefined, path: P, value: P extends "proxyUrl" | "description" | "uid" | "name" | "cookies" | "collections" | "environments" | "hotKeyConfig" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" ? {
3922
3922
  uid: string & import("zod").$brand<"workspace">;
3923
3923
  name: string;
3924
3924
  description: string;
@@ -3933,7 +3933,7 @@ router?: import("vue-router").Router) => Promise<{
3933
3933
  };
3934
3934
  hotKeyConfig?: {
3935
3935
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
3936
- hotKeys?: Partial<Record<"" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3936
+ hotKeys?: Partial<Record<"" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3937
3937
  event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
3938
3938
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
3939
3939
  }>> | undefined;
@@ -3954,7 +3954,7 @@ router?: import("vue-router").Router) => Promise<{
3954
3954
  };
3955
3955
  hotKeyConfig?: {
3956
3956
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
3957
- hotKeys?: Partial<Record<"" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3957
+ hotKeys?: Partial<Record<"" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3958
3958
  event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
3959
3959
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
3960
3960
  }>> | undefined;
@@ -3975,14 +3975,14 @@ router?: import("vue-router").Router) => Promise<{
3975
3975
  };
3976
3976
  hotKeyConfig?: {
3977
3977
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
3978
- hotKeys?: Partial<Record<"" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3978
+ hotKeys?: Partial<Record<"" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
3979
3979
  event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
3980
3980
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
3981
3981
  }>> | undefined;
3982
3982
  } | undefined;
3983
3983
  proxyUrl?: string | undefined;
3984
3984
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
3985
- untrackedEdit: <P extends "proxyUrl" | "description" | "uid" | "name" | "cookies" | "collections" | "environments" | "hotKeyConfig" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | `cookies.${number}` | `collections.${number}` | `environments.${string}` | "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.*" | "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.4" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys..modifiers" | "hotKeyConfig.hotKeys..event" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.c.modifiers" | "hotKeyConfig.hotKeys.c.event" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.r.modifiers" | "hotKeyConfig.hotKeys.r.event" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.a.modifiers" | "hotKeyConfig.hotKeys.a.event" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.modifiers" | "hotKeyConfig.hotKeys.b.event" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.d.modifiers" | "hotKeyConfig.hotKeys.d.event" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.e.modifiers" | "hotKeyConfig.hotKeys.e.event" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.modifiers" | "hotKeyConfig.hotKeys.f.event" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.g.modifiers" | "hotKeyConfig.hotKeys.g.event" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.h.modifiers" | "hotKeyConfig.hotKeys.h.event" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.i.modifiers" | "hotKeyConfig.hotKeys.i.event" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.j.modifiers" | "hotKeyConfig.hotKeys.j.event" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.modifiers" | "hotKeyConfig.hotKeys.k.event" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.modifiers" | "hotKeyConfig.hotKeys.l.event" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.modifiers" | "hotKeyConfig.hotKeys.m.event" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.n.modifiers" | "hotKeyConfig.hotKeys.n.event" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.o.modifiers" | "hotKeyConfig.hotKeys.o.event" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.p.modifiers" | "hotKeyConfig.hotKeys.p.event" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.modifiers" | "hotKeyConfig.hotKeys.q.event" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.s.modifiers" | "hotKeyConfig.hotKeys.s.event" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.t.modifiers" | "hotKeyConfig.hotKeys.t.event" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.u.modifiers" | "hotKeyConfig.hotKeys.u.event" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.v.modifiers" | "hotKeyConfig.hotKeys.v.event" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.modifiers" | "hotKeyConfig.hotKeys.w.event" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.modifiers" | "hotKeyConfig.hotKeys.x.event" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.modifiers" | "hotKeyConfig.hotKeys.y.event" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.modifiers" | "hotKeyConfig.hotKeys.z.event" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.0.modifiers" | "hotKeyConfig.hotKeys.0.event" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.modifiers" | "hotKeyConfig.hotKeys.Space.event" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.modifiers" | "hotKeyConfig.hotKeys.Backspace.event" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.modifiers" | "hotKeyConfig.hotKeys.Tab.event" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.modifiers" | "hotKeyConfig.hotKeys.Enter.event" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.modifiers" | "hotKeyConfig.hotKeys.Escape.event" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | "hotKeyConfig.hotKeys.ArrowDown.event" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | "hotKeyConfig.hotKeys.ArrowLeft.event" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | "hotKeyConfig.hotKeys.ArrowRight.event" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | "hotKeyConfig.hotKeys.ArrowUp.event" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.End.modifiers" | "hotKeyConfig.hotKeys.End.event" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.modifiers" | "hotKeyConfig.hotKeys.Home.event" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.modifiers" | "hotKeyConfig.hotKeys.PageDown.event" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.modifiers" | "hotKeyConfig.hotKeys.PageUp.event" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.modifiers" | "hotKeyConfig.hotKeys.Delete.event" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.*.modifiers" | "hotKeyConfig.hotKeys.*.event" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.+.modifiers" | "hotKeyConfig.hotKeys.+.event" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.-.modifiers" | "hotKeyConfig.hotKeys.-.event" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys...modifiers" | "hotKeyConfig.hotKeys...event" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys./.modifiers" | "hotKeyConfig.hotKeys./.event" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.modifiers" | "hotKeyConfig.hotKeys.F1.event" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.modifiers" | "hotKeyConfig.hotKeys.F2.event" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.modifiers" | "hotKeyConfig.hotKeys.F3.event" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.modifiers" | "hotKeyConfig.hotKeys.F4.event" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.modifiers" | "hotKeyConfig.hotKeys.F5.event" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.modifiers" | "hotKeyConfig.hotKeys.F6.event" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.modifiers" | "hotKeyConfig.hotKeys.F7.event" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.modifiers" | "hotKeyConfig.hotKeys.F8.event" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.modifiers" | "hotKeyConfig.hotKeys.F9.event" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.modifiers" | "hotKeyConfig.hotKeys.F10.event" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.modifiers" | "hotKeyConfig.hotKeys.F11.event" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.modifiers" | "hotKeyConfig.hotKeys.F12.event" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.;.modifiers" | "hotKeyConfig.hotKeys.;.event" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.=.modifiers" | "hotKeyConfig.hotKeys.=.event" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.,.modifiers" | "hotKeyConfig.hotKeys.,.event" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.`.modifiers" | "hotKeyConfig.hotKeys.`.event" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.[.modifiers" | "hotKeyConfig.hotKeys.[.event" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.modifiers" | "hotKeyConfig.hotKeys.\\.event" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.].modifiers" | "hotKeyConfig.hotKeys.].event" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.4.modifiers" | "hotKeyConfig.hotKeys.4.event" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.1.modifiers" | "hotKeyConfig.hotKeys.1.event" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.2.modifiers" | "hotKeyConfig.hotKeys.2.event" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.3.modifiers" | "hotKeyConfig.hotKeys.3.event" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.5.modifiers" | "hotKeyConfig.hotKeys.5.event" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.modifiers" | "hotKeyConfig.hotKeys.6.event" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.modifiers" | "hotKeyConfig.hotKeys.7.event" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.modifiers" | "hotKeyConfig.hotKeys.8.event" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.modifiers" | "hotKeyConfig.hotKeys.9.event" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey">(uid: string & import("zod").$brand<"workspace">, path: P, value: P extends "proxyUrl" | "description" | "uid" | "name" | "cookies" | "collections" | "environments" | "hotKeyConfig" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" ? {
3985
+ untrackedEdit: <P extends "proxyUrl" | "description" | "uid" | "name" | "cookies" | "collections" | "environments" | "hotKeyConfig" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | `cookies.${number}` | `collections.${number}` | `environments.${string}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.c" | "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.r" | "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.*" | "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.4" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys..modifiers" | "hotKeyConfig.hotKeys..event" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.a.modifiers" | "hotKeyConfig.hotKeys.a.event" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.modifiers" | "hotKeyConfig.hotKeys.b.event" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.c.modifiers" | "hotKeyConfig.hotKeys.c.event" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.d.modifiers" | "hotKeyConfig.hotKeys.d.event" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.e.modifiers" | "hotKeyConfig.hotKeys.e.event" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.modifiers" | "hotKeyConfig.hotKeys.f.event" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.g.modifiers" | "hotKeyConfig.hotKeys.g.event" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.h.modifiers" | "hotKeyConfig.hotKeys.h.event" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.i.modifiers" | "hotKeyConfig.hotKeys.i.event" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.j.modifiers" | "hotKeyConfig.hotKeys.j.event" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.modifiers" | "hotKeyConfig.hotKeys.k.event" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.modifiers" | "hotKeyConfig.hotKeys.l.event" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.modifiers" | "hotKeyConfig.hotKeys.m.event" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.n.modifiers" | "hotKeyConfig.hotKeys.n.event" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.o.modifiers" | "hotKeyConfig.hotKeys.o.event" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.p.modifiers" | "hotKeyConfig.hotKeys.p.event" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.modifiers" | "hotKeyConfig.hotKeys.q.event" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.r.modifiers" | "hotKeyConfig.hotKeys.r.event" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.s.modifiers" | "hotKeyConfig.hotKeys.s.event" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.t.modifiers" | "hotKeyConfig.hotKeys.t.event" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.u.modifiers" | "hotKeyConfig.hotKeys.u.event" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.v.modifiers" | "hotKeyConfig.hotKeys.v.event" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.modifiers" | "hotKeyConfig.hotKeys.w.event" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.modifiers" | "hotKeyConfig.hotKeys.x.event" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.modifiers" | "hotKeyConfig.hotKeys.y.event" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.modifiers" | "hotKeyConfig.hotKeys.z.event" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.0.modifiers" | "hotKeyConfig.hotKeys.0.event" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.modifiers" | "hotKeyConfig.hotKeys.Space.event" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.modifiers" | "hotKeyConfig.hotKeys.Backspace.event" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.modifiers" | "hotKeyConfig.hotKeys.Tab.event" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.modifiers" | "hotKeyConfig.hotKeys.Enter.event" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.modifiers" | "hotKeyConfig.hotKeys.Escape.event" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | "hotKeyConfig.hotKeys.ArrowDown.event" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | "hotKeyConfig.hotKeys.ArrowLeft.event" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | "hotKeyConfig.hotKeys.ArrowRight.event" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | "hotKeyConfig.hotKeys.ArrowUp.event" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.End.modifiers" | "hotKeyConfig.hotKeys.End.event" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.modifiers" | "hotKeyConfig.hotKeys.Home.event" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.modifiers" | "hotKeyConfig.hotKeys.PageDown.event" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.modifiers" | "hotKeyConfig.hotKeys.PageUp.event" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.modifiers" | "hotKeyConfig.hotKeys.Delete.event" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.*.modifiers" | "hotKeyConfig.hotKeys.*.event" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.+.modifiers" | "hotKeyConfig.hotKeys.+.event" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.-.modifiers" | "hotKeyConfig.hotKeys.-.event" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys...modifiers" | "hotKeyConfig.hotKeys...event" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys./.modifiers" | "hotKeyConfig.hotKeys./.event" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.modifiers" | "hotKeyConfig.hotKeys.F1.event" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.modifiers" | "hotKeyConfig.hotKeys.F2.event" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.modifiers" | "hotKeyConfig.hotKeys.F3.event" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.modifiers" | "hotKeyConfig.hotKeys.F4.event" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.modifiers" | "hotKeyConfig.hotKeys.F5.event" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.modifiers" | "hotKeyConfig.hotKeys.F6.event" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.modifiers" | "hotKeyConfig.hotKeys.F7.event" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.modifiers" | "hotKeyConfig.hotKeys.F8.event" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.modifiers" | "hotKeyConfig.hotKeys.F9.event" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.modifiers" | "hotKeyConfig.hotKeys.F10.event" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.modifiers" | "hotKeyConfig.hotKeys.F11.event" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.modifiers" | "hotKeyConfig.hotKeys.F12.event" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.;.modifiers" | "hotKeyConfig.hotKeys.;.event" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.=.modifiers" | "hotKeyConfig.hotKeys.=.event" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.,.modifiers" | "hotKeyConfig.hotKeys.,.event" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.`.modifiers" | "hotKeyConfig.hotKeys.`.event" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.[.modifiers" | "hotKeyConfig.hotKeys.[.event" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.modifiers" | "hotKeyConfig.hotKeys.\\.event" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.].modifiers" | "hotKeyConfig.hotKeys.].event" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.4.modifiers" | "hotKeyConfig.hotKeys.4.event" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.1.modifiers" | "hotKeyConfig.hotKeys.1.event" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.2.modifiers" | "hotKeyConfig.hotKeys.2.event" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.3.modifiers" | "hotKeyConfig.hotKeys.3.event" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.5.modifiers" | "hotKeyConfig.hotKeys.5.event" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.modifiers" | "hotKeyConfig.hotKeys.6.event" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.modifiers" | "hotKeyConfig.hotKeys.7.event" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.modifiers" | "hotKeyConfig.hotKeys.8.event" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.modifiers" | "hotKeyConfig.hotKeys.9.event" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey">(uid: string & import("zod").$brand<"workspace">, path: P, value: P extends "proxyUrl" | "description" | "uid" | "name" | "cookies" | "collections" | "environments" | "hotKeyConfig" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" ? {
3986
3986
  uid: string & import("zod").$brand<"workspace">;
3987
3987
  name: string;
3988
3988
  description: string;
@@ -3997,7 +3997,7 @@ router?: import("vue-router").Router) => Promise<{
3997
3997
  };
3998
3998
  hotKeyConfig?: {
3999
3999
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
4000
- hotKeys?: Partial<Record<"" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
4000
+ hotKeys?: Partial<Record<"" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
4001
4001
  event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
4002
4002
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
4003
4003
  }>> | undefined;
@@ -4018,7 +4018,7 @@ router?: import("vue-router").Router) => Promise<{
4018
4018
  };
4019
4019
  hotKeyConfig?: {
4020
4020
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
4021
- hotKeys?: Partial<Record<"" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
4021
+ hotKeys?: Partial<Record<"" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
4022
4022
  event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
4023
4023
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
4024
4024
  }>> | undefined;
@@ -4039,7 +4039,7 @@ router?: import("vue-router").Router) => Promise<{
4039
4039
  };
4040
4040
  hotKeyConfig?: {
4041
4041
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
4042
- hotKeys?: Partial<Record<"" | "c" | "r" | "a" | "b" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
4042
+ hotKeys?: Partial<Record<"" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]" | "4" | "1" | "2" | "3" | "5" | "6" | "7" | "8" | "9", {
4043
4043
  event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
4044
4044
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
4045
4045
  }>> | undefined;