@scalar/api-client 2.3.25 → 2.3.27

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 (93) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
  3. package/dist/components/CodeInput/CodeInput.vue.js +2 -2
  4. package/dist/components/CodeInput/CodeInput.vue2.js +75 -72
  5. package/dist/components/CodeInput/codeVariableWidget.d.ts.map +1 -1
  6. package/dist/components/CodeInput/codeVariableWidget.js +48 -45
  7. package/dist/components/DataTable/DataTableInput.vue.d.ts +2 -0
  8. package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
  9. package/dist/components/DataTable/DataTableInput.vue.js +3 -3
  10. package/dist/components/DataTable/DataTableInput.vue2.js +46 -43
  11. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts +1 -1
  12. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
  13. package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +82 -92
  14. package/dist/components/Form/Form.vue.d.ts +2 -2
  15. package/dist/components/Form/Form.vue.d.ts.map +1 -1
  16. package/dist/components/Form/Form.vue.js +17 -14
  17. package/dist/components/ImportCollection/IntegrationLogo.vue.d.ts.map +1 -1
  18. package/dist/components/ImportCollection/IntegrationLogo.vue.js +2 -1
  19. package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
  20. package/dist/components/SideNav/SideNav.vue.js +30 -30
  21. package/dist/components/Sidebar/SidebarListElement.vue.d.ts +16 -0
  22. package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
  23. package/dist/components/Sidebar/SidebarListElement.vue.js +3 -2
  24. package/dist/components/Sidebar/SidebarListElement.vue2.js +76 -54
  25. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts +2 -2
  26. package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
  27. package/dist/components/ViewLayout/ViewLayoutSection.vue.js +5 -4
  28. package/dist/hooks/useClientConfig.d.ts +6 -6
  29. package/dist/hooks/useClientConfig.d.ts.map +1 -1
  30. package/dist/layouts/App/create-api-client-app.d.ts +3 -3
  31. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  32. package/dist/layouts/Modal/create-api-client-modal.d.ts +6 -6
  33. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  34. package/dist/layouts/Web/create-api-client-web.d.ts +3 -3
  35. package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
  36. package/dist/libs/create-client.d.ts +3 -3
  37. package/dist/libs/create-client.d.ts.map +1 -1
  38. package/dist/libs/env-helpers.d.ts +10 -2
  39. package/dist/libs/env-helpers.d.ts.map +1 -1
  40. package/dist/libs/env-helpers.js +4 -2
  41. package/dist/libs/environment-parser.d.ts +1 -1
  42. package/dist/libs/hot-keys.d.ts +1 -1
  43. package/dist/libs/send-request/create-request-operation.d.ts.map +1 -1
  44. package/dist/libs/send-request/create-request-operation.js +9 -9
  45. package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
  46. package/dist/libs/string-template.d.ts.map +1 -1
  47. package/dist/libs/string-template.js +35 -21
  48. package/dist/routes.d.ts +10 -10
  49. package/dist/store/active-entities.js +34 -34
  50. package/dist/store/environment.js +1 -1
  51. package/dist/store/security-schemes.d.ts.map +1 -1
  52. package/dist/store/store.d.ts +3 -3
  53. package/dist/store/store.d.ts.map +1 -1
  54. package/dist/store/workspace.d.ts +2 -2
  55. package/dist/style.css +1 -1
  56. package/dist/views/Collection/CollectionCookies.vue.d.ts +1 -1
  57. package/dist/views/Collection/CollectionEnvironment.vue.d.ts +1 -1
  58. package/dist/views/Collection/CollectionOverview.vue.d.ts +1 -1
  59. package/dist/views/Collection/CollectionScripts.vue.d.ts +1 -1
  60. package/dist/views/Collection/CollectionServerForm.vue.d.ts.map +1 -1
  61. package/dist/views/Collection/CollectionServerForm.vue.js +39 -34
  62. package/dist/views/Collection/CollectionServers.vue.d.ts.map +1 -1
  63. package/dist/views/Collection/CollectionServers.vue2.js +58 -78
  64. package/dist/views/Collection/CollectionSync.vue.d.ts +1 -1
  65. package/dist/views/Cookies/CookieForm.vue.d.ts +1 -1
  66. package/dist/views/Cookies/CookieRaw.vue.d.ts +1 -1
  67. package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
  68. package/dist/views/Environment/Environment.vue2.js +208 -188
  69. package/dist/views/Environment/EnvironmentColors.vue.js +5 -5
  70. package/dist/views/Environment/EnvironmentModal.vue.js +21 -21
  71. package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
  72. package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +9 -9
  73. package/dist/views/Environment/handle-drag.d.ts +13 -0
  74. package/dist/views/Environment/handle-drag.d.ts.map +1 -0
  75. package/dist/views/Environment/handle-drag.js +32 -0
  76. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
  77. package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +111 -88
  78. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts.map +1 -1
  79. package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.js +1 -0
  80. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  81. package/dist/views/Request/RequestSection/RequestParams.vue.js +62 -56
  82. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +1 -1
  83. package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
  84. package/dist/views/Request/RequestSection/RequestSection.vue.js +4 -4
  85. package/dist/views/Request/RequestSection/RequestSection.vue2.js +42 -47
  86. package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
  87. package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
  88. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
  89. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.js +2 -2
  90. package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +10 -10
  91. package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts +1 -1
  92. package/dist/views/Request/libs/watch-mode.js +2 -2
  93. package/package.json +13 -13
@@ -401,7 +401,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
401
401
  proxyUrl: string | undefined;
402
402
  hideClientButton: boolean;
403
403
  showSidebar: boolean;
404
- integration: "elysiajs" | "fastify" | "go" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "vue" | null | undefined;
404
+ integration: "elysiajs" | "fastify" | "go" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "svelte" | "vue" | null | undefined;
405
405
  importSpecFile: (_spec: string | Record<string, any>, workspaceUid: string, options?: Pick<{
406
406
  uid?: string | undefined;
407
407
  type?: "collection" | undefined;
@@ -3646,7 +3646,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3646
3646
  } | undefined;
3647
3647
  proxyUrl?: string | undefined;
3648
3648
  }) => void;
3649
- edit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
3649
+ edit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
3650
3650
  uid: string & import("zod").BRAND<"workspace">;
3651
3651
  name: string;
3652
3652
  description: string;
@@ -3710,7 +3710,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
3710
3710
  } | undefined;
3711
3711
  proxyUrl?: string | undefined;
3712
3712
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
3713
- untrackedEdit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
3713
+ untrackedEdit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
3714
3714
  uid: string & import("zod").BRAND<"workspace">;
3715
3715
  name: string;
3716
3716
  description: string;
@@ -4185,7 +4185,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
4185
4185
  proxyUrl: string | undefined;
4186
4186
  hideClientButton: boolean;
4187
4187
  showSidebar: boolean;
4188
- integration: "elysiajs" | "fastify" | "go" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "vue" | null | undefined;
4188
+ integration: "elysiajs" | "fastify" | "go" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "hono" | "html" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | "svelte" | "vue" | null | undefined;
4189
4189
  importSpecFile: (_spec: string | Record<string, any>, workspaceUid: string, options?: Pick<{
4190
4190
  uid?: string | undefined;
4191
4191
  type?: "collection" | undefined;
@@ -7430,7 +7430,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7430
7430
  } | undefined;
7431
7431
  proxyUrl?: string | undefined;
7432
7432
  }) => void;
7433
- edit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
7433
+ edit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
7434
7434
  uid: string & import("zod").BRAND<"workspace">;
7435
7435
  name: string;
7436
7436
  description: string;
@@ -7494,7 +7494,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
7494
7494
  } | undefined;
7495
7495
  proxyUrl?: string | undefined;
7496
7496
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
7497
- untrackedEdit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
7497
+ untrackedEdit: <P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | `collections.${number}` | `cookies.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "proxyUrl" | "description" | "name" | "uid" | "collections" | "cookies" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" ? {
7498
7498
  uid: string & import("zod").BRAND<"workspace">;
7499
7499
  name: string;
7500
7500
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"create-api-client-modal.d.ts","sourceRoot":"","sources":["../../../src/layouts/Modal/create-api-client-modal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,qBAAqB,EAAmB,MAAM,QAAQ,CAAA;AAKpE;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,qDAK9B,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,IAAI,GAAG,eAAe,GAAG,mBAAmB,GAAG,OAAO,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBA6D42N,CAAC;;6BAAw5B,CAAC;;;;;;;;;;;;;2BAA4gb,CAAC;uBAAqC,CAAC;8BAA4C,CAAC;uBAAqC,CAAC;wBAAoB,CAAC;uBAAqC,CAAC;yBAAuC,CAAC;;uBAA4D,CAAC;wBAAoB,CAAC;8BAAmD,CAAC;uBAAqC,CAAC;;2CAAgF,CAAC;;+BAAqD,CAAC;0BAAwC,CAAC;;;;;;;;;;;;;;;2BAAikB,CAAC;;;;;;;;;+BAAuY,CAAC;;qBAA+C,CAAC;2BAAyC,CAAC;;;2BAAuG,CAAC;uBAAqC,CAAC;;;;;;;;;;;;;;2BAAxrY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA6h2B,CAAC;;;;;+BAA8I,CAAC;4BAA0C,CAAC;+BAAwD,CAAC;mCAAiD,CAAC;+BAA6C,CAAC;gCAA+B,CAAC;gCAA+C,CAAC;8BAA8C,CAAC;4BAA0C,CAAC;4BAA4C,CAAC;gCAA+B,CAAC;;;;sBAA+H,CAAC;mBAA+B,CAAC;;;4BAA2I,CAAC;;;;;;;;2BAA2L,CAAC;wBAAsC,CAAC;2BAAoD,CAAC;+BAA6C,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;4BAA2C,CAAC;0BAA0C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;4BAA2B,CAAC;;;;;;2BAA0J,CAAC;wBAAsC,CAAC;2BAAoD,CAAC;+BAA6C,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;4BAA2C,CAAC;0BAA0C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;4BAA2B,CAAC;;;;;;2BAA4J,CAAC;wBAAsC,CAAC;2BAAoD,CAAC;+BAA6C,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;4BAA2C,CAAC;0BAA0C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;4BAA2B,CAAC;;;;;;2BAA4J,CAAC;wBAAsC,CAAC;2BAAoD,CAAC;+BAA6C,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;4BAA2C,CAAC;0BAA0C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;4BAA2B,CAAC;;;;;;;;;;;;;;;;;;;2BAAx+gB,CAAC;;;;;;;;;;;;;2BAA0c,CAAC;uBAAqC,CAAC;sBAAyB,CAAC;uBAA0B,CAAC;qBAAwB,CAAC;wBAA0H,CAAC;yBAAgD,CAAC;2BAA8B,CAAC;;;;;;;qBAAwM,CAAC;oBAAkC,CAAC;;;;qBAAyG,CAAC;oBAAkC,CAAC;;;;qBAA4G,CAAC;oBAAkC,CAAC;;;;;;;;;qBAAntpB,CAAC;2BAAyC,CAAC;uBAAqC,CAAC;oBAAkC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAuuqD,CAAC;;;;;;;;;;;;wBAA4X,CAAC;;;;;;;;;;iCAA4V,CAAC;;;;;;;;;;iCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAAxloC,CAAC;;;;;;;;;;;;;+BAAuiB,CAAC;2BAAyC,CAAC;;qBAA+C,CAAC;2BAAyC,CAAC;;;2BAAuG,CAAC;uBAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA3zB,CAAC;;;;;;;;;;;;;+BAAuiB,CAAC;2BAAyC,CAAC;;qBAA+C,CAAC;2BAAyC,CAAC;;;2BAAuG,CAAC;uBAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;2BAA3zB,CAAC;;;;;;;;;;;;;+BAAuiB,CAAC;2BAAyC,CAAC;;qBAA+C,CAAC;2BAAyC,CAAC;;;2BAAuG,CAAC;uBAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA12F,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAAk9C,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;4BAAgoY,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAo7iB,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAz4sD,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;+BAAisL,CAAC;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA19H,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;EAxBp2P,CAAA;AAED;;;;GAIG;AACH,eAAO,MAAM,wBAAwB,qDAKlC,OAAO,CAAC,IAAI,CAAC,qBAAqB,EAAE,IAAI,GAAG,eAAe,GAAG,mBAAmB,GAAG,OAAO,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uBAY42N,CAAC;;6BAAw5B,CAAC;;;;;;;;;;;;;2BAA4gb,CAAC;uBAAqC,CAAC;8BAA4C,CAAC;uBAAqC,CAAC;wBAAoB,CAAC;uBAAqC,CAAC;yBAAuC,CAAC;;uBAA4D,CAAC;wBAAoB,CAAC;8BAAmD,CAAC;uBAAqC,CAAC;;2CAAgF,CAAC;;+BAAqD,CAAC;0BAAwC,CAAC;;;;;;;;;;;;;;;2BAAikB,CAAC;;;;;;;;;+BAAuY,CAAC;;qBAA+C,CAAC;2BAAyC,CAAC;;;2BAAuG,CAAC;uBAAqC,CAAC;;;;;;;;;;;;;;2BAAxrY,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAA6h2B,CAAC;;;;;+BAA8I,CAAC;4BAA0C,CAAC;+BAAwD,CAAC;mCAAiD,CAAC;+BAA6C,CAAC;gCAA+B,CAAC;gCAA+C,CAAC;8BAA8C,CAAC;4BAA0C,CAAC;4BAA4C,CAAC;gCAA+B,CAAC;;;;sBAA+H,CAAC;mBAA+B,CAAC;;;4BAA2I,CAAC;;;;;;;;2BAA2L,CAAC;wBAAsC,CAAC;2BAAoD,CAAC;+BAA6C,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;4BAA2C,CAAC;0BAA0C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;4BAA2B,CAAC;;;;;;2BAA0J,CAAC;wBAAsC,CAAC;2BAAoD,CAAC;+BAA6C,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;4BAA2C,CAAC;0BAA0C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;4BAA2B,CAAC;;;;;;2BAA4J,CAAC;wBAAsC,CAAC;2BAAoD,CAAC;+BAA6C,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;4BAA2C,CAAC;0BAA0C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;4BAA2B,CAAC;;;;;;2BAA4J,CAAC;wBAAsC,CAAC;2BAAoD,CAAC;+BAA6C,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;4BAA2C,CAAC;0BAA0C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;4BAA2B,CAAC;;;;;;;;;;;;;;;;;;;2BAAx+gB,CAAC;;;;;;;;;;;;;2BAA0c,CAAC;uBAAqC,CAAC;sBAAyB,CAAC;uBAA0B,CAAC;qBAAwB,CAAC;wBAA0H,CAAC;yBAAgD,CAAC;2BAA8B,CAAC;;;;;;;qBAAwM,CAAC;oBAAkC,CAAC;;;;qBAAyG,CAAC;oBAAkC,CAAC;;;;qBAA4G,CAAC;oBAAkC,CAAC;;;;;;;;;qBAAntpB,CAAC;2BAAyC,CAAC;uBAAqC,CAAC;oBAAkC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAuuqD,CAAC;;;;;;;;;;;;wBAA4X,CAAC;;;;;;;;;;iCAA4V,CAAC;;;;;;;;;;iCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAAxloC,CAAC;;;;;;;;;;;;;+BAAuiB,CAAC;2BAAyC,CAAC;;qBAA+C,CAAC;2BAAyC,CAAC;;;2BAAuG,CAAC;uBAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA3zB,CAAC;;;;;;;;;;;;;+BAAuiB,CAAC;2BAAyC,CAAC;;qBAA+C,CAAC;2BAAyC,CAAC;;;2BAAuG,CAAC;uBAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;2BAA3zB,CAAC;;;;;;;;;;;;;+BAAuiB,CAAC;2BAAyC,CAAC;;qBAA+C,CAAC;2BAAyC,CAAC;;;2BAAuG,CAAC;uBAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA12F,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;+BAA3uD,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;4BAAoB,CAAC;kCAAmD,CAAC;2BAAqC,CAAC;;+CAAgF,CAAC;;mCAAqD,CAAC;8BAAwC,CAAC;;;;;;;;;;;;;;;+BAAikB,CAAC;;;;;;;;;mCAAuY,CAAC;;yBAA+C,CAAC;+BAAyC,CAAC;;;+BAAuG,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAAk9C,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;+BAApxC,CAAC;;;;;;;;;;;;;+BAA0c,CAAC;2BAAqC,CAAC;0BAAyB,CAAC;2BAA0B,CAAC;yBAAwB,CAAC;4BAA0H,CAAC;6BAAgD,CAAC;+BAA8B,CAAC;;;;;;;yBAAwM,CAAC;wBAAkC,CAAC;;;;yBAAyG,CAAC;wBAAkC,CAAC;;;;yBAA4G,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;4BAAgoY,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;4BAAplG,CAAC;;;;;mCAA8I,CAAC;gCAA0C,CAAC;mCAAwD,CAAC;uCAAiD,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;oCAA+C,CAAC;kCAA8C,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;oCAA+B,CAAC;;;;0BAA+H,CAAC;uBAA+B,CAAC;;;gCAA2I,CAAC;;;;;;;;+BAA2L,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAoD,CAAC;mCAA6C,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;gCAA2C,CAAC;8BAA0C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;gCAA2B,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAAo7iB,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;4BAA9iC,CAAC;;;;;;;;;;;;4BAA4X,CAAC;;;;;;;;;;qCAA4V,CAAC;;;;;;;;;;qCAAkV,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAAz4sD,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;yBAApH,CAAC;+BAAyC,CAAC;2BAAqC,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;+BAAisL,CAAC;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAA19H,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;;;;;;;2BAA15B,CAAC;;iCAAw5B,CAAC;;;;;;;;;;;;;CADj2P,CAAA"}
1
+ {"version":3,"file":"create-api-client-modal.d.ts","sourceRoot":"","sources":["../../../src/layouts/Modal/create-api-client-modal.ts"],"names":[],"mappings":"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"}