@scalar/api-client 2.1.42 → 2.1.44

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 (256) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
  3. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts +3 -4
  4. package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
  5. package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
  6. package/dist/components/AddressBar/AddressBarServerItem.vue.d.ts.map +1 -1
  7. package/dist/components/CodeInput/CodeInput.vue.d.ts +2 -0
  8. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  9. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  10. package/dist/components/CodeInput/CodeInput.vue2.js +70 -67
  11. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts +17 -13
  12. package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
  13. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts +4 -6
  14. package/dist/components/CommandPalette/CommandActionInput.vue.d.ts.map +1 -1
  15. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts +1 -1
  16. package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts.map +1 -1
  17. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +5 -9
  18. package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
  19. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts +1 -1
  20. package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
  21. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts +5 -9
  22. package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
  23. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts +1 -1
  24. package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts.map +1 -1
  25. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts +1 -1
  26. package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts.map +1 -1
  27. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts +1 -1
  28. package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
  29. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +7 -7
  30. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  31. package/dist/components/CommandPalette/WatchModeToggle.vue.d.ts +5 -7
  32. package/dist/components/CommandPalette/WatchModeToggle.vue.d.ts.map +1 -1
  33. package/dist/components/ContextBar.vue.d.ts +5 -7
  34. package/dist/components/ContextBar.vue.d.ts.map +1 -1
  35. package/dist/components/DataTable/DataTable.vue.d.ts +14 -11
  36. package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
  37. package/dist/components/DataTable/DataTableCell.vue.d.ts +12 -7
  38. package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
  39. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts +5 -8
  40. package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
  41. package/dist/components/DataTable/DataTableHeader.vue.d.ts +8 -2
  42. package/dist/components/DataTable/DataTableHeader.vue.d.ts.map +1 -1
  43. package/dist/components/DataTable/DataTableInput.vue.d.ts +16 -22
  44. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  45. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts +6 -8
  46. package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
  47. package/dist/components/DataTable/DataTableInputSelect.vue.js +59 -55
  48. package/dist/components/DataTable/DataTableRow.vue.d.ts +9 -3
  49. package/dist/components/DataTable/DataTableRow.vue.d.ts.map +1 -1
  50. package/dist/components/DataTable/DataTableText.vue.d.ts +12 -7
  51. package/dist/components/DataTable/DataTableText.vue.d.ts.map +1 -1
  52. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts +1 -1
  53. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  54. package/dist/components/Form/Form.vue.d.ts +13 -15
  55. package/dist/components/Form/Form.vue.d.ts.map +1 -1
  56. package/dist/components/HelpfulLink.vue.d.ts +12 -7
  57. package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
  58. package/dist/components/HttpMethod/HttpMethod.vue.d.ts +4 -7
  59. package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
  60. package/dist/components/IconSelector.vue.d.ts +15 -11
  61. package/dist/components/IconSelector.vue.d.ts.map +1 -1
  62. package/dist/components/ImportCollection/DropEventListener.vue.d.ts.map +1 -1
  63. package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts +8 -2
  64. package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts.map +1 -1
  65. package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts +4 -6
  66. package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts.map +1 -1
  67. package/dist/components/ImportCollection/ImportNowButton.vue.d.ts +5 -8
  68. package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
  69. package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts +3 -4
  70. package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts.map +1 -1
  71. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts +3 -4
  72. package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +1 -1
  73. package/dist/components/ImportCollection/OperationBadge.vue.d.ts +3 -5
  74. package/dist/components/ImportCollection/OperationBadge.vue.d.ts.map +1 -1
  75. package/dist/components/ImportCollection/PasteEventListener.vue.d.ts.map +1 -1
  76. package/dist/components/ImportCollection/PrefetchError.vue.d.ts +3 -4
  77. package/dist/components/ImportCollection/PrefetchError.vue.d.ts.map +1 -1
  78. package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts.map +1 -1
  79. package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
  80. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +4 -10
  81. package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -1
  82. package/dist/components/OpenApiClientButton.vue.d.ts +4 -8
  83. package/dist/components/OpenApiClientButton.vue.d.ts.map +1 -1
  84. package/dist/components/ScalarAsciiArt.vue.d.ts +3 -5
  85. package/dist/components/ScalarAsciiArt.vue.d.ts.map +1 -1
  86. package/dist/components/ScalarHotkey.vue.d.ts +3 -5
  87. package/dist/components/ScalarHotkey.vue.d.ts.map +1 -1
  88. package/dist/components/ScreenReader.vue.d.ts +13 -8
  89. package/dist/components/ScreenReader.vue.d.ts.map +1 -1
  90. package/dist/components/SideNav/SideHelp.vue.d.ts.map +1 -1
  91. package/dist/components/SideNav/SideNav.vue.d.ts +1 -1
  92. package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
  93. package/dist/components/SideNav/SideNavLink.vue.d.ts +14 -11
  94. package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
  95. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts +3 -7
  96. package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts.map +1 -1
  97. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts +5 -7
  98. package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
  99. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts +5 -7
  100. package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts.map +1 -1
  101. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts +5 -6
  102. package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts.map +1 -1
  103. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts +15 -11
  104. package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
  105. package/dist/components/Sidebar/Sidebar.vue.d.ts +19 -13
  106. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  107. package/dist/components/Sidebar/Sidebar.vue.js +1 -1
  108. package/dist/components/Sidebar/Sidebar.vue2.js +1 -1
  109. package/dist/components/Sidebar/SidebarButton.vue.d.ts +14 -11
  110. package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
  111. package/dist/components/Sidebar/SidebarList.vue.d.ts +9 -3
  112. package/dist/components/Sidebar/SidebarList.vue.d.ts.map +1 -1
  113. package/dist/components/Sidebar/SidebarListElement.vue.d.ts +5 -14
  114. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  115. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +4 -12
  116. package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
  117. package/dist/components/Sidebar/SidebarToggle.vue.d.ts +5 -6
  118. package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
  119. package/dist/components/SubpageHeader.vue.d.ts +9 -3
  120. package/dist/components/SubpageHeader.vue.d.ts.map +1 -1
  121. package/dist/components/TopNav/TopNav.vue.d.ts +3 -7
  122. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  123. package/dist/components/TopNav/TopNavItem.vue.d.ts +4 -8
  124. package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
  125. package/dist/components/ViewLayout/ViewLayout.vue.d.ts +9 -3
  126. package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
  127. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +21 -17
  128. package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
  129. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts +8 -2
  130. package/dist/components/ViewLayout/ViewLayoutContent.vue.d.ts.map +1 -1
  131. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts +10 -4
  132. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  133. package/dist/components/ViewLayout/ViewLayoutSection.vue.js +1 -1
  134. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  135. package/dist/layouts/App/MainLayout.vue.d.ts +8 -2
  136. package/dist/layouts/App/MainLayout.vue.d.ts.map +1 -1
  137. package/dist/layouts/App/create-api-client-app.d.ts +18 -8
  138. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  139. package/dist/layouts/Modal/ApiClientModal.vue.d.ts +1 -2
  140. package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
  141. package/dist/layouts/Modal/create-api-client-modal.d.ts +36 -16
  142. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  143. package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
  144. package/dist/layouts/Web/create-api-client-web.d.ts +18 -8
  145. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  146. package/dist/libs/create-client.d.ts +18 -8
  147. package/dist/libs/create-client.d.ts.map +1 -1
  148. package/dist/libs/hot-keys.d.ts +1 -1
  149. package/dist/store/environment.d.ts +4 -4
  150. package/dist/store/security-schemes.d.ts +12 -2
  151. package/dist/store/security-schemes.d.ts.map +1 -1
  152. package/dist/store/store.d.ts +36 -16
  153. package/dist/store/store.d.ts.map +1 -1
  154. package/dist/store/workspace.d.ts +2 -2
  155. package/dist/style.css +1 -1
  156. package/dist/views/Collection/Collection.vue.d.ts +1 -1
  157. package/dist/views/Collection/Collection.vue.d.ts.map +1 -1
  158. package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts.map +1 -1
  159. package/dist/views/Cookies/CookieForm.vue.d.ts +1 -1
  160. package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
  161. package/dist/views/Cookies/CookieRaw.vue.d.ts +1 -1
  162. package/dist/views/Cookies/CookieRaw.vue.d.ts.map +1 -1
  163. package/dist/views/Cookies/Cookies.vue.d.ts +1 -1
  164. package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
  165. package/dist/views/Environment/Environment.vue.d.ts +1 -1
  166. package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
  167. package/dist/views/Environment/EnvironmentColorModal.vue.d.ts +4 -6
  168. package/dist/views/Environment/EnvironmentColorModal.vue.d.ts.map +1 -1
  169. package/dist/views/Environment/EnvironmentColors.vue.d.ts +5 -6
  170. package/dist/views/Environment/EnvironmentColors.vue.d.ts.map +1 -1
  171. package/dist/views/Environment/EnvironmentModal.vue.d.ts +4 -5
  172. package/dist/views/Environment/EnvironmentModal.vue.d.ts.map +1 -1
  173. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +6 -14
  174. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  175. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  176. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts +4 -13
  177. package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts.map +1 -1
  178. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +4 -6
  179. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
  180. package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +88 -69
  181. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +4 -6
  182. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
  183. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +34 -34
  184. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +3 -5
  185. package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
  186. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts +4 -9
  187. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthModal.vue.d.ts.map +1 -1
  188. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts +3 -4
  189. package/dist/views/Request/RequestSection/RequestAuth/RequestExampleAuth.vue.d.ts.map +1 -1
  190. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts +15 -15
  191. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.d.ts.map +1 -1
  192. package/dist/views/Request/RequestSection/RequestAuthDataTableInput.vue.js +19 -18
  193. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts +3 -4
  194. package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
  195. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +4 -6
  196. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  197. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +4 -6
  198. package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
  199. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +3 -4
  200. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  201. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +5 -9
  202. package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
  203. package/dist/views/Request/RequestSection/RequestTable.vue.js +2 -2
  204. package/dist/views/Request/RequestSection/RequestTable.vue2.js +9 -8
  205. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts +3 -4
  206. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  207. package/dist/views/Request/RequestSidebar.vue.d.ts +4 -6
  208. package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
  209. package/dist/views/Request/RequestSidebarItem.vue.d.ts +124 -30
  210. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  211. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts +4 -5
  212. package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
  213. package/dist/views/Request/RequestSubpageHeader.vue.d.ts +5 -7
  214. package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
  215. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts +3 -10
  216. package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
  217. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts +3 -6
  218. package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
  219. package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts +9 -3
  220. package/dist/views/Request/ResponseSection/ResponseBodyInfo.vue.d.ts.map +1 -1
  221. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts +3 -7
  222. package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
  223. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts +3 -5
  224. package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
  225. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts +5 -6
  226. package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts.map +1 -1
  227. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts +3 -4
  228. package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
  229. package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts +3 -8
  230. package/dist/views/Request/ResponseSection/ResponseCookies.vue.d.ts.map +1 -1
  231. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts +1 -1
  232. package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
  233. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  234. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts +3 -4
  235. package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts.map +1 -1
  236. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
  237. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts +3 -4
  238. package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
  239. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts +3 -4
  240. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
  241. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts +1 -1
  242. package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
  243. package/dist/views/Request/libs/index.js +5 -4
  244. package/dist/views/Request/libs/oauth2.d.ts +12 -2
  245. package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
  246. package/dist/views/Request/libs/oauth2.js +107 -66
  247. package/dist/views/Servers/ServerForm.vue.d.ts +1 -1
  248. package/dist/views/Servers/ServerForm.vue.d.ts.map +1 -1
  249. package/dist/views/Servers/Servers.vue.d.ts +1 -1
  250. package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
  251. package/dist/views/Settings/Settings.vue.d.ts +1 -1
  252. package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
  253. package/dist/views/Settings/SettingsGeneral.vue.d.ts +1 -1
  254. package/dist/views/Settings/SettingsGeneral.vue.d.ts.map +1 -1
  255. package/dist/views/Settings/SettingsGeneralMode.vue.d.ts.map +1 -1
  256. package/package.json +12 -12
@@ -340,6 +340,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
340
340
  authorizationUrl: string;
341
341
  "x-scalar-redirect-uri": string;
342
342
  tokenUrl: string;
343
+ "x-usePkce": "SHA-256" | "plain" | "no";
343
344
  };
344
345
  'x-scalar-client-id': string;
345
346
  description?: string | undefined;
@@ -1796,13 +1797,13 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
1796
1797
  color: string;
1797
1798
  isDefault?: boolean | undefined;
1798
1799
  }) => void;
1799
- edit: <P extends "color" | "value" | "name" | "uid" | "isDefault">(uid: string, path: P, value: P extends "color" | "value" | "name" | "uid" | "isDefault" ? {
1800
+ edit: <P extends "value" | "name" | "uid" | "color" | "isDefault">(uid: string, path: P, value: P extends "value" | "name" | "uid" | "color" | "isDefault" ? {
1800
1801
  value: string;
1801
1802
  uid: string;
1802
1803
  name: string;
1803
1804
  color: string;
1804
1805
  isDefault?: boolean | undefined;
1805
- }[P] : P extends `${infer K}.${infer R}` ? K extends "color" | "value" | "name" | "uid" | "isDefault" ? R extends import("@scalar/object-utils/nested").Path<{
1806
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "uid" | "color" | "isDefault" ? R extends import("@scalar/object-utils/nested").Path<{
1806
1807
  value: string;
1807
1808
  uid: string;
1808
1809
  name: string;
@@ -1815,13 +1816,13 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
1815
1816
  color: string;
1816
1817
  isDefault?: boolean | undefined;
1817
1818
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1818
- untrackedEdit: <P extends "color" | "value" | "name" | "uid" | "isDefault">(uid: string, path: P, value: P extends "color" | "value" | "name" | "uid" | "isDefault" ? {
1819
+ untrackedEdit: <P extends "value" | "name" | "uid" | "color" | "isDefault">(uid: string, path: P, value: P extends "value" | "name" | "uid" | "color" | "isDefault" ? {
1819
1820
  value: string;
1820
1821
  uid: string;
1821
1822
  name: string;
1822
1823
  color: string;
1823
1824
  isDefault?: boolean | undefined;
1824
- }[P] : P extends `${infer K}.${infer R}` ? K extends "color" | "value" | "name" | "uid" | "isDefault" ? R extends import("@scalar/object-utils/nested").Path<{
1825
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "uid" | "color" | "isDefault" ? R extends import("@scalar/object-utils/nested").Path<{
1825
1826
  value: string;
1826
1827
  uid: string;
1827
1828
  name: string;
@@ -3129,6 +3130,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3129
3130
  authorizationUrl: string;
3130
3131
  "x-scalar-redirect-uri": string;
3131
3132
  tokenUrl: string;
3133
+ "x-usePkce": "SHA-256" | "plain" | "no";
3132
3134
  };
3133
3135
  'x-scalar-client-id': string;
3134
3136
  description?: string | undefined;
@@ -3184,6 +3186,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3184
3186
  authorizationUrl: string;
3185
3187
  "x-scalar-redirect-uri": string;
3186
3188
  tokenUrl: string;
3189
+ "x-usePkce": "SHA-256" | "plain" | "no";
3187
3190
  };
3188
3191
  'x-scalar-client-id': string;
3189
3192
  description?: string | undefined;
@@ -3240,11 +3243,12 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3240
3243
  authorizationUrl: string;
3241
3244
  "x-scalar-redirect-uri": string;
3242
3245
  tokenUrl: string;
3246
+ "x-usePkce": "SHA-256" | "plain" | "no";
3243
3247
  };
3244
3248
  'x-scalar-client-id': string;
3245
3249
  description?: string | undefined;
3246
3250
  }) => void;
3247
- edit: <P extends "type" | "description" | "name" | "in" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flow" | "x-scalar-client-id" | "uid" | "nameKey" | "flow.selectedScopes" | "flow.type" | "flow.x-scalar-redirect-uri" | "flow.refreshUrl" | "flow.scopes" | "flow.authorizationUrl" | `flow.scopes.${string}` | `flow.selectedScopes.${number}` | "flow.tokenUrl">(uid: string, path: P, value: (P extends "type" | "description" | "name" | "in" | "uid" | "nameKey" ? {
3251
+ edit: <P extends "type" | "description" | "name" | "in" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flow" | "x-scalar-client-id" | "uid" | "nameKey" | "flow.selectedScopes" | "flow.type" | "flow.x-scalar-redirect-uri" | "flow.refreshUrl" | "flow.scopes" | "flow.authorizationUrl" | `flow.scopes.${string}` | `flow.selectedScopes.${number}` | "flow.tokenUrl" | "flow.x-usePkce">(uid: string, path: P, value: (P extends "type" | "description" | "name" | "in" | "uid" | "nameKey" ? {
3248
3252
  type: "apiKey";
3249
3253
  uid: string;
3250
3254
  name: string;
@@ -3335,6 +3339,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3335
3339
  authorizationUrl: string;
3336
3340
  "x-scalar-redirect-uri": string;
3337
3341
  tokenUrl: string;
3342
+ "x-usePkce": "SHA-256" | "plain" | "no";
3338
3343
  };
3339
3344
  'x-scalar-client-id': string;
3340
3345
  description?: string | undefined;
@@ -3369,6 +3374,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3369
3374
  authorizationUrl: string;
3370
3375
  "x-scalar-redirect-uri": string;
3371
3376
  tokenUrl: string;
3377
+ "x-usePkce": "SHA-256" | "plain" | "no";
3372
3378
  };
3373
3379
  'x-scalar-client-id': string;
3374
3380
  description?: string | undefined;
@@ -3403,11 +3409,12 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3403
3409
  authorizationUrl: string;
3404
3410
  "x-scalar-redirect-uri": string;
3405
3411
  tokenUrl: string;
3412
+ "x-usePkce": "SHA-256" | "plain" | "no";
3406
3413
  };
3407
3414
  'x-scalar-client-id': string;
3408
3415
  description?: string | undefined;
3409
3416
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
3410
- untrackedEdit: <P extends "type" | "description" | "name" | "in" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flow" | "x-scalar-client-id" | "uid" | "nameKey" | "flow.selectedScopes" | "flow.type" | "flow.x-scalar-redirect-uri" | "flow.refreshUrl" | "flow.scopes" | "flow.authorizationUrl" | `flow.scopes.${string}` | `flow.selectedScopes.${number}` | "flow.tokenUrl">(uid: string, path: P, value: (P extends "type" | "description" | "name" | "in" | "uid" | "nameKey" ? {
3417
+ untrackedEdit: <P extends "type" | "description" | "name" | "in" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flow" | "x-scalar-client-id" | "uid" | "nameKey" | "flow.selectedScopes" | "flow.type" | "flow.x-scalar-redirect-uri" | "flow.refreshUrl" | "flow.scopes" | "flow.authorizationUrl" | `flow.scopes.${string}` | `flow.selectedScopes.${number}` | "flow.tokenUrl" | "flow.x-usePkce">(uid: string, path: P, value: (P extends "type" | "description" | "name" | "in" | "uid" | "nameKey" ? {
3411
3418
  type: "apiKey";
3412
3419
  uid: string;
3413
3420
  name: string;
@@ -3498,6 +3505,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3498
3505
  authorizationUrl: string;
3499
3506
  "x-scalar-redirect-uri": string;
3500
3507
  tokenUrl: string;
3508
+ "x-usePkce": "SHA-256" | "plain" | "no";
3501
3509
  };
3502
3510
  'x-scalar-client-id': string;
3503
3511
  description?: string | undefined;
@@ -3532,6 +3540,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3532
3540
  authorizationUrl: string;
3533
3541
  "x-scalar-redirect-uri": string;
3534
3542
  tokenUrl: string;
3543
+ "x-usePkce": "SHA-256" | "plain" | "no";
3535
3544
  };
3536
3545
  'x-scalar-client-id': string;
3537
3546
  description?: string | undefined;
@@ -3566,6 +3575,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3566
3575
  authorizationUrl: string;
3567
3576
  "x-scalar-redirect-uri": string;
3568
3577
  tokenUrl: string;
3578
+ "x-usePkce": "SHA-256" | "plain" | "no";
3569
3579
  };
3570
3580
  'x-scalar-client-id': string;
3571
3581
  description?: string | undefined;
@@ -3835,7 +3845,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3835
3845
  } | undefined;
3836
3846
  proxyUrl?: string | undefined;
3837
3847
  }) => void;
3838
- edit: <P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${number}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "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..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event">(uid: string, path: P, value: P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
3848
+ edit: <P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${number}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "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..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string, path: P, value: P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
3839
3849
  uid: string;
3840
3850
  name: string;
3841
3851
  description: string;
@@ -3890,7 +3900,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
3890
3900
  } | undefined;
3891
3901
  proxyUrl?: string | undefined;
3892
3902
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
3893
- untrackedEdit: <P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${number}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "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..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event">(uid: string, path: P, value: P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
3903
+ untrackedEdit: <P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${number}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "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..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string, path: P, value: P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
3894
3904
  uid: string;
3895
3905
  name: string;
3896
3906
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"create-api-client-app.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/create-api-client-app.ts"],"names":[],"mappings":"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AAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
1
+ {"version":3,"file":"create-api-client-app.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/create-api-client-app.ts"],"names":[],"mappings":"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CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAn22B,CAAC;;;;;;;;wBAAD,CAAC;;;;;;;;;wBAAD,CAAC;;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;;;;;;;;;;;;;+BAAiyM,CAAC;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;;;;;2BAAvxC,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;EADv1P,CAAA"}
@@ -1,4 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
3
-
4
3
  //# sourceMappingURL=ApiClientModal.vue.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ApiClientModal.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/Modal/ApiClientModal.vue"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ApiClientModal.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/Modal/ApiClientModal.vue"],"names":[],"mappings":";AA+UA,wBAMG"}