@scalar/api-client 2.0.49 → 2.0.51

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 (35) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  3. package/dist/components/CommandPalette/TheCommandPalette.vue.js +1 -1
  4. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +105 -99
  5. package/dist/components/ScalarHotkey.vue.d.ts.map +1 -1
  6. package/dist/components/ScalarHotkey.vue.js +4 -4
  7. package/dist/components/Sidebar/Sidebar.vue.d.ts +4 -8
  8. package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
  9. package/dist/components/Sidebar/Sidebar.vue.js +32 -43
  10. package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
  11. package/dist/components/TopNav/TopNav.vue.js +2 -2
  12. package/dist/components/TopNav/TopNav.vue2.js +36 -32
  13. package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
  14. package/dist/layouts/App/ApiClientApp.vue.js +1 -1
  15. package/dist/layouts/App/create-api-client-app.d.ts +16 -14
  16. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  17. package/dist/layouts/Modal/create-api-client-modal.d.ts +32 -28
  18. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  19. package/dist/libs/create-client.d.ts +16 -14
  20. package/dist/libs/create-client.d.ts.map +1 -1
  21. package/dist/libs/event-busses/hot-keys-bus.d.ts +3 -3
  22. package/dist/libs/event-busses/hot-keys-bus.d.ts.map +1 -1
  23. package/dist/libs/event-busses/hot-keys-bus.js +45 -15
  24. package/dist/libs/local-storage.js +1 -1
  25. package/dist/store/workspace.d.ts +188 -96
  26. package/dist/store/workspace.d.ts.map +1 -1
  27. package/dist/store/workspace.js +117 -113
  28. package/dist/style.css +1 -1
  29. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  30. package/dist/views/Request/Request.vue.js +1 -1
  31. package/dist/views/Request/Request.vue2.js +62 -62
  32. package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
  33. package/dist/views/Request/RequestSidebarItem.vue.js +1 -1
  34. package/dist/views/Request/RequestSidebarItem.vue2.js +205 -199
  35. package/package.json +4 -4
@@ -29,7 +29,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
29
29
  hotKeyConfig?: {
30
30
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
31
31
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
32
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
32
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
33
33
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
34
34
  }>> | undefined;
35
35
  } | undefined;
@@ -529,7 +529,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
529
529
  hotKeyConfig?: {
530
530
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
531
531
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
532
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
532
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
533
533
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
534
534
  }>> | undefined;
535
535
  } | undefined;
@@ -603,6 +603,8 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
603
603
  };
604
604
  isReadOnly: import("vue").ComputedRef<boolean>;
605
605
  router: import("vue-router").Router;
606
+ sidebarWidth: import("vue").Ref<string>;
607
+ setSidebarWidth: (width: string) => void;
606
608
  findRequestFolders: (uid: string, foldersToOpen?: string[]) => string[];
607
609
  importSpecFile: (_spec: string | import("@scalar/openapi-parser").AnyObject, workspaceUid?: string, overloadServers?: import("@scalar/oas-utils").Spec["servers"]) => Promise<void>;
608
610
  importSpecFromUrl: (url: string, proxy?: string, overloadServers?: import("@scalar/oas-utils").Spec["servers"]) => Promise<void>;
@@ -1220,7 +1222,6 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
1220
1222
  add: (payload: import("@scalar/oas-utils/entities/workspace/spec").RequestPayload, parentUid?: string, server?: import("@scalar/oas-utils/entities/workspace/server").Server) => {
1221
1223
  path: string;
1222
1224
  uid: string;
1223
- tags: string[];
1224
1225
  childUids: string[];
1225
1226
  method: "GET" | "HEAD" | "PATCH" | "POST" | "PUT" | "TRACE" | "CONNECT" | "DELETE" | "OPTIONS";
1226
1227
  parameters: {
@@ -1240,6 +1241,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
1240
1241
  description?: string | undefined;
1241
1242
  summary?: string | undefined;
1242
1243
  security?: Record<string, string[]>[] | undefined;
1244
+ tags?: string[] | undefined;
1243
1245
  operationId?: string | undefined;
1244
1246
  requestBody?: any;
1245
1247
  };
@@ -2805,7 +2807,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2805
2807
  hotKeyConfig?: {
2806
2808
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2807
2809
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
2808
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
2810
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2809
2811
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2810
2812
  }>> | undefined;
2811
2813
  } | undefined;
@@ -2823,7 +2825,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2823
2825
  hotKeyConfig?: {
2824
2826
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2825
2827
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
2826
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
2828
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2827
2829
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2828
2830
  }>> | undefined;
2829
2831
  } | undefined;
@@ -2843,13 +2845,13 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2843
2845
  hotKeyConfig?: {
2844
2846
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2845
2847
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
2846
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
2848
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2847
2849
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2848
2850
  }>> | undefined;
2849
2851
  } | undefined;
2850
2852
  proxyUrl?: string | undefined;
2851
2853
  }) => void;
2852
- edit: <P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.hotKeys" | "hotKeyConfig.modifiers" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "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..event" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.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.F1.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.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" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}`>(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
2854
+ edit: <P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.hotKeys" | "hotKeyConfig.modifiers" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.Enter" | "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.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.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" | "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}`>(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
2853
2855
  uid: string;
2854
2856
  description: string;
2855
2857
  name: string;
@@ -2861,7 +2863,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2861
2863
  hotKeyConfig?: {
2862
2864
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2863
2865
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
2864
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
2866
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2865
2867
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2866
2868
  }>> | undefined;
2867
2869
  } | undefined;
@@ -2878,7 +2880,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2878
2880
  hotKeyConfig?: {
2879
2881
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2880
2882
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
2881
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
2883
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2882
2884
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2883
2885
  }>> | undefined;
2884
2886
  } | undefined;
@@ -2895,13 +2897,13 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2895
2897
  hotKeyConfig?: {
2896
2898
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2897
2899
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
2898
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
2900
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2899
2901
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2900
2902
  }>> | undefined;
2901
2903
  } | undefined;
2902
2904
  proxyUrl?: string | undefined;
2903
2905
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
2904
- untrackedEdit: <P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.hotKeys" | "hotKeyConfig.modifiers" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "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..event" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.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.F1.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.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" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}`>(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
2906
+ untrackedEdit: <P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.hotKeys" | "hotKeyConfig.modifiers" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.Enter" | "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.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.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" | "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}`>(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
2905
2907
  uid: string;
2906
2908
  description: string;
2907
2909
  name: string;
@@ -2913,7 +2915,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2913
2915
  hotKeyConfig?: {
2914
2916
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2915
2917
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
2916
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
2918
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2917
2919
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2918
2920
  }>> | undefined;
2919
2921
  } | undefined;
@@ -2930,7 +2932,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2930
2932
  hotKeyConfig?: {
2931
2933
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2932
2934
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
2933
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
2935
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2934
2936
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2935
2937
  }>> | undefined;
2936
2938
  } | undefined;
@@ -2947,7 +2949,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2947
2949
  hotKeyConfig?: {
2948
2950
  modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2949
2951
  hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
2950
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar";
2952
+ event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2951
2953
  modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2952
2954
  }>> | undefined;
2953
2955
  } | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"create-api-client-app.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/create-api-client-app.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"create-api-client-app.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/create-api-client-app.ts"],"names":[],"mappings":"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"}