@scalar/api-client 2.0.55 → 2.0.56

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 (33) hide show
  1. package/CHANGELOG.md +13 -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 +6 -6
  5. package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
  6. package/dist/components/CommandPalette/TheCommandPalette.vue.js +4 -4
  7. package/dist/components/CommandPalette/TheCommandPalette.vue2.js +45 -45
  8. package/dist/components/Search/useSearch.d.ts +29 -0
  9. package/dist/components/Search/useSearch.d.ts.map +1 -0
  10. package/dist/components/Search/useSearch.js +62 -0
  11. package/dist/layouts/App/create-api-client-app.d.ts +13 -13
  12. package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
  13. package/dist/layouts/Modal/create-api-client-modal.d.ts +26 -26
  14. package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
  15. package/dist/libs/create-client.d.ts +13 -13
  16. package/dist/libs/create-client.d.ts.map +1 -1
  17. package/dist/libs/event-busses/hot-keys-bus.d.ts +3 -3
  18. package/dist/libs/event-busses/hot-keys-bus.d.ts.map +1 -1
  19. package/dist/libs/event-busses/hot-keys-bus.js +17 -16
  20. package/dist/libs/local-storage.js +1 -1
  21. package/dist/store/workspace.d.ts +26 -26
  22. package/dist/store/workspace.d.ts.map +1 -1
  23. package/dist/style.css +1 -1
  24. package/dist/views/Request/Request.vue.d.ts.map +1 -1
  25. package/dist/views/Request/Request.vue.js +2 -2
  26. package/dist/views/Request/Request.vue2.js +259 -215
  27. package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
  28. package/dist/views/Request/RequestSection/RequestParams.vue.js +45 -41
  29. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
  30. package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +31 -25
  31. package/package.json +7 -7
  32. package/dist/components/Search/SearchButton.vue.js +0 -7
  33. package/dist/components/Search/SearchButton.vue2.js +0 -30
@@ -29,7 +29,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
29
29
  hotKeyConfig?: {
30
30
  modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
31
31
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | "jumpToTab" | "jumpToLastTab";
32
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
33
33
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | 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: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
531
531
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | "jumpToTab" | "jumpToLastTab";
532
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
533
533
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
534
534
  }>> | undefined;
535
535
  } | undefined;
@@ -2807,7 +2807,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2807
2807
  hotKeyConfig?: {
2808
2808
  modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2809
2809
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2810
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2810
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
2811
2811
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2812
2812
  }>> | undefined;
2813
2813
  } | undefined;
@@ -2825,7 +2825,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2825
2825
  hotKeyConfig?: {
2826
2826
  modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2827
2827
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2828
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2828
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
2829
2829
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2830
2830
  }>> | undefined;
2831
2831
  } | undefined;
@@ -2845,13 +2845,13 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2845
2845
  hotKeyConfig?: {
2846
2846
  modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2847
2847
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2848
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2848
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
2849
2849
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2850
2850
  }>> | undefined;
2851
2851
  } | undefined;
2852
2852
  proxyUrl?: string | undefined;
2853
2853
  }) => void;
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" ? {
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.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "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.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.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.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" ? {
2855
2855
  uid: string;
2856
2856
  name: string;
2857
2857
  description: string;
@@ -2863,7 +2863,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2863
2863
  hotKeyConfig?: {
2864
2864
  modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2865
2865
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2866
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2866
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
2867
2867
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2868
2868
  }>> | undefined;
2869
2869
  } | undefined;
@@ -2880,7 +2880,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2880
2880
  hotKeyConfig?: {
2881
2881
  modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2882
2882
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2883
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2883
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
2884
2884
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2885
2885
  }>> | undefined;
2886
2886
  } | undefined;
@@ -2897,13 +2897,13 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2897
2897
  hotKeyConfig?: {
2898
2898
  modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2899
2899
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2900
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2900
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
2901
2901
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2902
2902
  }>> | undefined;
2903
2903
  } | undefined;
2904
2904
  proxyUrl?: string | undefined;
2905
2905
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
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" ? {
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.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "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.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.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.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" ? {
2907
2907
  uid: string;
2908
2908
  name: string;
2909
2909
  description: string;
@@ -2915,7 +2915,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2915
2915
  hotKeyConfig?: {
2916
2916
  modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2917
2917
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2918
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2918
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
2919
2919
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2920
2920
  }>> | undefined;
2921
2921
  } | undefined;
@@ -2932,7 +2932,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2932
2932
  hotKeyConfig?: {
2933
2933
  modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2934
2934
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2935
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2935
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
2936
2936
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2937
2937
  }>> | undefined;
2938
2938
  } | undefined;
@@ -2949,7 +2949,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
2949
2949
  hotKeyConfig?: {
2950
2950
  modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2951
2951
  hotKeys?: Partial<Record<"" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "0" | "1" | "2" | "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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2952
- event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2952
+ event: "closeModal" | "navigateSearchResultsDown" | "selectSearchResult" | "navigateSearchResultsUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab" | "focusRequestSearch";
2953
2953
  modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2954
2954
  }>> | undefined;
2955
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":"AAAA,OAAO,EAAE,KAAK,mBAAmB,EAAmB,MAAM,QAAQ,CAAA;AAKlE;;GAEG;AACH,eAAO,MAAM,kBAAkB,OAEzB,WAAW,GAAG,IAAI,kBAEP,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uBA4B6gN,CAAC;;6BAAo1B,CAAC;;;;;;;;;;;;;+BAAknE,CAAC;gCAA8C,CAAC;;mCAA4D,CAAC;;;4BAAkF,CAAC;;+BAAoD,CAAC;;oBAAyD,CAAC;;;+BAAmF,CAAC;2BAAyC,CAAC;kCAAgD,CAAC;2BAAyC,CAAC;4BAAwB,CAAC;2BAAyC,CAAC;6BAA2C,CAAC;;2BAAoE,CAAC;;kCAA4D,CAAC;2BAAyC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAAynW,CAAC;4BAA0C,CAAC;+BAA6C,CAAC;+BAA6C,CAAC;gCAA+B,CAAC;mCAAkD,CAAC;4BAA0C,CAAC;4BAA4C,CAAC;8BAA6B,CAAC;8BAA4C,CAAC;gCAA8C,CAAC;;;;;sBAAsK,CAAC;;;;;;;2BAAkK,CAAC;wBAAsC,CAAC;2BAAyC,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;+BAA8C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;0BAAyB,CAAC;0BAAwC,CAAC;4BAA0C,CAAC;;;;;;2BAA0J,CAAC;wBAAsC,CAAC;2BAAyC,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;+BAA8C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;0BAAyB,CAAC;0BAAwC,CAAC;4BAA0C,CAAC;;;;;;2BAA4J,CAAC;wBAAsC,CAAC;2BAAyC,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;+BAA8C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;0BAAyB,CAAC;0BAAwC,CAAC;4BAA0C,CAAC;;;;;;2BAA4J,CAAC;wBAAsC,CAAC;2BAAyC,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;+BAA8C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;0BAAyB,CAAC;0BAAwC,CAAC;4BAA0C,CAAC;;;;;;;;;;;;;qBAArytB,CAAC;2BAAyC,CAAC;oBAAkC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAAs/oB,CAAC;;;;;;;;;;sBAA4U,CAAC;;;;;;;;sBAAiS,CAAC;;;;;;;;;;sBAAgW,CAAC;;;;;;;;;;;;;;;;;;;+BAAx2a,CAAC;gCAA8C,CAAC;;mCAA4D,CAAC;;;4BAAkF,CAAC;;+BAAoD,CAAC;;oBAAyD,CAAC;;;+BAAmF,CAAC;2BAAyC,CAAC;kCAAgD,CAAC;2BAAyC,CAAC;4BAAwB,CAAC;2BAAyC,CAAC;6BAA2C,CAAC;;2BAAoE,CAAC;;kCAA4D,CAAC;2BAAyC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;+BAAynW,CAAC;4BAA0C,CAAC;+BAA6C,CAAC;+BAA6C,CAAC;gCAA+B,CAAC;mCAAkD,CAAC;4BAA0C,CAAC;4BAA4C,CAAC;8BAA6B,CAAC;8BAA4C,CAAC;gCAA8C,CAAC;;;;;sBAAsK,CAAC;;;;;;;2BAAkK,CAAC;wBAAsC,CAAC;2BAAyC,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;+BAA8C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;0BAAyB,CAAC;0BAAwC,CAAC;4BAA0C,CAAC;;;;;;2BAA0J,CAAC;wBAAsC,CAAC;2BAAyC,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;+BAA8C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;0BAAyB,CAAC;0BAAwC,CAAC;4BAA0C,CAAC;;;;;;2BAA4J,CAAC;wBAAsC,CAAC;2BAAyC,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;+BAA8C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;0BAAyB,CAAC;0BAAwC,CAAC;4BAA0C,CAAC;;;;;;2BAA4J,CAAC;wBAAsC,CAAC;2BAAyC,CAAC;2BAAyC,CAAC;4BAA2B,CAAC;+BAA8C,CAAC;wBAAsC,CAAC;wBAAwC,CAAC;0BAAyB,CAAC;0BAAwC,CAAC;4BAA0C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAAjuE,CAAC;;;;;;;;;;sBAA4U,CAAC;;;;;;;;sBAAiS,CAAC;;;;;;;;;;sBAAgW,CAAC;;;;;;;;;;;;;;;;;;qBAArhrB,CAAC;2BAAyC,CAAC;oBAAkC,CAAC;;;;;;;;;;;;;;uBAAupK,CAAC;;6BAAo1B,CAAC;;;;;;;;;;;;;+BAAknE,CAAC;gCAA8C,CAAC;;mCAA4D,CAAC;;;4BAAkF,CAAC;;+BAAoD,CAAC;;oBAAyD,CAAC;;;+BAAmF,CAAC;2BAAyC,CAAC;kCAAgD,CAAC;2BAAyC,CAAC;4BAAwB,CAAC;2BAAyC,CAAC;6BAA2C,CAAC;;2BAAoE,CAAC;;kCAA4D,CAAC;2BAAyC,CAAC;;;;;;;;;;;;;;;qBAAh9R,CAAC;2BAAyC,CAAC;oBAAkC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAA+lQ,CAAC;oCAA8C,CAAC;;uCAA4D,CAAC;;;gCAAkF,CAAC;;mCAAoD,CAAC;;wBAAyD,CAAC;;;mCAAmF,CAAC;+BAAyC,CAAC;sCAAgD,CAAC;+BAAyC,CAAC;gCAAwB,CAAC;+BAAyC,CAAC;iCAA2C,CAAC;;+BAAoE,CAAC;;sCAA4D,CAAC;+BAAyC,CAAC;;;;;;;;;;;;;;;;mCAAnyB,CAAC;oCAA8C,CAAC;;uCAA4D,CAAC;;;gCAAkF,CAAC;;mCAAoD,CAAC;;wBAAyD,CAAC;;;mCAAmF,CAAC;+BAAyC,CAAC;sCAAgD,CAAC;+BAAyC,CAAC;gCAAwB,CAAC;+BAAyC,CAAC;iCAA2C,CAAC;;+BAAoE,CAAC;;sCAA4D,CAAC;+BAAyC,CAAC;;;;;;;;;;;;;;;;;mCAAnyB,CAAC;oCAA8C,CAAC;;uCAA4D,CAAC;;;gCAAkF,CAAC;;mCAAoD,CAAC;;wBAAyD,CAAC;;;mCAAmF,CAAC;+BAAyC,CAAC;sCAAgD,CAAC;+BAAyC,CAAC;gCAAwB,CAAC;+BAAyC,CAAC;iCAA2C,CAAC;;+BAAoE,CAAC;;sCAA4D,CAAC;+BAAyC,CAAC;;;;;;;;;;;;;;;;mCAAnyB,CAAC;oCAA8C,CAAC;;uCAA4D,CAAC;;;gCAAkF,CAAC;;mCAAoD,CAAC;;wBAAyD,CAAC;;;mCAAmF,CAAC;+BAAyC,CAAC;sCAAgD,CAAC;+BAAyC,CAAC;gCAAwB,CAAC;+BAAyC,CAAC;iCAA2C,CAAC;;+BAAoE,CAAC;;sCAA4D,CAAC;+BAAyC,CAAC;;;;;;;;;;;;;;;mCAAnyB,CAAC;oCAA8C,CAAC;;uCAA4D,CAAC;;;gCAAkF,CAAC;;mCAAoD,CAAC;;wBAAyD,CAAC;;;mCAAmF,CAAC;+BAAyC,CAAC;sCAAgD,CAAC;+BAAyC,CAAC;gCAAwB,CAAC;+BAAyC,CAAC;iCAA2C,CAAC;;+BAAoE,CAAC;;sCAA4D,CAAC;+BAAyC,CAAC;;;;;;;;;;;;;;;mCAAnyB,CAAC;oCAA8C,CAAC;;uCAA4D,CAAC;;;gCAAkF,CAAC;;mCAAoD,CAAC;;wBAAyD,CAAC;;;mCAAmF,CAAC;+BAAyC,CAAC;sCAAgD,CAAC;+BAAyC,CAAC;gCAAwB,CAAC;+BAAyC,CAAC;iCAA2C,CAAC;;+BAAoE,CAAC;;sCAA4D,CAAC;+BAAyC,CAAC;;;;;;;;;;;;;;;;mCAAnyB,CAAC;oCAA8C,CAAC;;uCAA4D,CAAC;;;gCAAkF,CAAC;;mCAAoD,CAAC;;wBAAyD,CAAC;;;mCAAmF,CAAC;+BAAyC,CAAC;sCAAgD,CAAC;+BAAyC,CAAC;gCAAwB,CAAC;+BAAyC,CAAC;iCAA2C,CAAC;;+BAAoE,CAAC;;sCAA4D,CAAC;+BAAyC,CAAC;;;;;;;;;;;;;;;mCAAnyB,CAAC;oCAA8C,CAAC;;uCAA4D,CAAC;;;gCAAkF,CAAC;;mCAAoD,CAAC;;wBAAyD,CAAC;;;mCAAmF,CAAC;+BAAyC,CAAC;sCAAgD,CAAC;+BAAyC,CAAC;gCAAwB,CAAC;+BAAyC,CAAC;iCAA2C,CAAC;;+BAAoE,CAAC;;sCAA4D,CAAC;+BAAyC,CAAC;;;;;;;;;;;;;;;mCAAnyB,CAAC;oCAA8C,CAAC;;uCAA4D,CAAC;;;gCAAkF,CAAC;;mCAAoD,CAAC;;wBAAyD,CAAC;;;mCAAmF,CAAC;+BAAyC,CAAC;sCAAgD,CAAC;+BAAyC,CAAC;gCAAwB,CAAC;+BAAyC,CAAC;iCAA2C,CAAC;;+BAAoE,CAAC;;sCAA4D,CAAC;+BAAyC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAA5jJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mCAAorf,CAAC;gCAA0C,CAAC;mCAA6C,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;uCAAkD,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;kCAA6B,CAAC;kCAA4C,CAAC;oCAA8C,CAAC;;;;;0BAAsK,CAAC;;;;;;;+BAAkK,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;;;;;;;;;;;;;;;mCAA5tF,CAAC;gCAA0C,CAAC;mCAA6C,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;uCAAkD,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;kCAA6B,CAAC;kCAA4C,CAAC;oCAA8C,CAAC;;;;;0BAAsK,CAAC;;;;;;;+BAAkK,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;;;;;;;;;;;;;;;;mCAA5tF,CAAC;gCAA0C,CAAC;mCAA6C,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;uCAAkD,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;kCAA6B,CAAC;kCAA4C,CAAC;oCAA8C,CAAC;;;;;0BAAsK,CAAC;;;;;;;+BAAkK,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;;;;;;;;;;;;;;;mCAA5tF,CAAC;gCAA0C,CAAC;mCAA6C,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;uCAAkD,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;kCAA6B,CAAC;kCAA4C,CAAC;oCAA8C,CAAC;;;;;0BAAsK,CAAC;;;;;;;+BAAkK,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;;;;;;;;;;;;;;mCAA5tF,CAAC;gCAA0C,CAAC;mCAA6C,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;uCAAkD,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;kCAA6B,CAAC;kCAA4C,CAAC;oCAA8C,CAAC;;;;;0BAAsK,CAAC;;;;;;;+BAAkK,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;;;;;;;;;;;;;;mCAA5tF,CAAC;gCAA0C,CAAC;mCAA6C,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;uCAAkD,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;kCAA6B,CAAC;kCAA4C,CAAC;oCAA8C,CAAC;;;;;0BAAsK,CAAC;;;;;;;+BAAkK,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;;;;;;;;;;;;;;;mCAA5tF,CAAC;gCAA0C,CAAC;mCAA6C,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;uCAAkD,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;kCAA6B,CAAC;kCAA4C,CAAC;oCAA8C,CAAC;;;;;0BAAsK,CAAC;;;;;;;+BAAkK,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;;;;;;;;;;;;;;mCAA5tF,CAAC;gCAA0C,CAAC;mCAA6C,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;uCAAkD,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;kCAA6B,CAAC;kCAA4C,CAAC;oCAA8C,CAAC;;;;;0BAAsK,CAAC;;;;;;;+BAAkK,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;;;;;;;;;;;;;;mCAA5tF,CAAC;gCAA0C,CAAC;mCAA6C,CAAC;mCAA6C,CAAC;oCAA+B,CAAC;uCAAkD,CAAC;gCAA0C,CAAC;gCAA4C,CAAC;kCAA6B,CAAC;kCAA4C,CAAC;oCAA8C,CAAC;;;;;0BAAsK,CAAC;;;;;;;+BAAkK,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA0J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;+BAA4J,CAAC;4BAAsC,CAAC;+BAAyC,CAAC;+BAAyC,CAAC;gCAA2B,CAAC;mCAA8C,CAAC;4BAAsC,CAAC;4BAAwC,CAAC;8BAAyB,CAAC;8BAAwC,CAAC;gCAA0C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAAjuE,CAAC;;;;;;;;;;0BAA4U,CAAC;;;;;;;;0BAAiS,CAAC;;;;;;;;;;0BAAgW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAAj9B,CAAC;;;;;;;;;;0BAA4U,CAAC;;;;;;;;0BAAiS,CAAC;;;;;;;;;;0BAAgW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAAj9B,CAAC;;;;;;;;;;0BAA4U,CAAC;;;;;;;;0BAAiS,CAAC;;;;;;;;;;0BAAgW,CAAC;;;;;;;;;;;;;;;0BAAj9B,CAAC;;;;;;;;;;0BAA4U,CAAC;;;;;;;;0BAAiS,CAAC;;;;;;;;;;0BAAgW,CAAC;;;;;;;;;;;;;;;0BAAj9B,CAAC;;;;;;;;;;0BAA4U,CAAC;;;;;;;;0BAAiS,CAAC;;;;;;;;;;0BAAgW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAAj9B,CAAC;;;;;;;;;;0BAA4U,CAAC;;;;;;;;0BAAiS,CAAC;;;;;;;;;;0BAAgW,CAAC;;;;;;;;;;;;;;;0BAAj9B,CAAC;;;;;;;;;;0BAA4U,CAAC;;;;;;;;0BAAiS,CAAC;;;;;;;;;;0BAAgW,CAAC;;;;;;;;;;;;;;;0BAAj9B,CAAC;;;;;;;;;;0BAA4U,CAAC;;;;;;;;0BAAiS,CAAC;;;;;;;;;;0BAAgW,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAArhrB,CAAC;+BAAyC,CAAC;wBAAkC,CAAC;;;;;;;;;;;;yBAA9E,CAAC;+BAAyC,CAAC;wBAAkC,CAAC;;;;;;;;;;yBAA9E,CAAC;+BAAyC,CAAC;wBAAkC,CAAC;;;;;;;;;yBAA9E,CAAC;+BAAyC,CAAC;wBAAkC,CAAC;;;;;;;;;yBAA9E,CAAC;+BAAyC,CAAC;wBAAkC,CAAC;;;;;;;;;;yBAA9E,CAAC;+BAAyC,CAAC;wBAAkC,CAAC;;;;;;;;;yBAA9E,CAAC;+BAAyC,CAAC;wBAAkC,CAAC;;;;;;;;;yBAA9E,CAAC;+BAAyC,CAAC;wBAAkC,CAAC;;;;;;;;;;;;;;;;;;;2BAAupK,CAAC;;iCAAo1B,CAAC;;;;;;;;;;;;;;;;2BAA+zE,CAAC;;iCAAo1B,CAAC;;;;;;;;;;;;;;;;;;2BAA3+H,CAAC;;iCAAo1B,CAAC;;;;;;;;;;;;;;;;2BAAt1B,CAAC;;iCAAo1B,CAAC;;;;;;;;;;;;;;;2BAAt1B,CAAC;;iCAAo1B,CAAC;;;;;;;;;;;;;;;2BAAt1B,CAAC;;iCAAo1B,CAAC;;;;;;;;;;;;;;;;2BAAt1B,CAAC;;iCAAo1B,CAAC;;;;;;;;;;;;;;;2BAAt1B,CAAC;;iCAAo1B,CAAC;;;;;;;;;;;;;;;2BAAt1B,CAAC;;iCAAo1B,CAAC;;;;;;;;;;EADt4O,CAAA"}
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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"}