@scalar/api-client-react 1.0.24 → 1.0.26

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.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { AnyObject } from '@scalar/openapi-parser';
2
2
  import { App } from 'vue';
3
- import { AuthenticationState } from '@scalar/oas-utils';
3
+ import { AuthenticationState } from '@scalar/types/legacy';
4
4
  import { ClientConfiguration } from '@scalar/api-client/libs';
5
5
  import { Collection } from '@scalar/oas-utils/entities/workspace/collection';
6
6
  import { CollectionPayload } from '@scalar/oas-utils/entities/workspace/collection';
@@ -22,8 +22,8 @@ import { SecurityScheme } from '@scalar/oas-utils/entities/workspace/security';
22
22
  import { SecuritySchemePayload } from '@scalar/oas-utils/entities/workspace/security';
23
23
  import { Server } from '@scalar/oas-utils/entities/workspace/server';
24
24
  import { ServerPayload } from '@scalar/oas-utils/entities/workspace/server';
25
- import { Spec } from '@scalar/oas-utils';
26
- import { SpecConfiguration } from '@scalar/oas-utils';
25
+ import { Spec } from '@scalar/types/legacy';
26
+ import { SpecConfiguration } from '@scalar/types/legacy';
27
27
  import { WorkspacePayload } from '@scalar/oas-utils/entities/workspace';
28
28
 
29
29
  /**
@@ -57,18 +57,18 @@ export declare const useApiClientModal: () => {
57
57
  store: {
58
58
  workspaces: Record<string, {
59
59
  uid: string;
60
- description: string;
61
60
  name: string;
61
+ description: string;
62
62
  isReadOnly: boolean;
63
63
  collectionUids: string[];
64
64
  environmentUids: string[];
65
65
  cookieUids: string[];
66
66
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
67
67
  hotKeyConfig?: {
68
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
69
- 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" | ";" | "=" | "," | "`" | "\\" | "]", {
68
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
69
+ 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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
70
70
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
71
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
71
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
72
72
  }>> | undefined;
73
73
  } | undefined;
74
74
  proxyUrl?: string | undefined;
@@ -155,14 +155,14 @@ export declare const useApiClientModal: () => {
155
155
  minimum?: number | undefined;
156
156
  type?: string | undefined;
157
157
  maximum?: number | undefined;
158
- description?: string | undefined;
159
158
  default?: any;
160
159
  required?: boolean | undefined;
160
+ description?: string | undefined;
161
161
  enum?: string[] | undefined;
162
- file?: File | undefined;
163
- refUid?: string | undefined;
164
- format?: string | undefined;
165
162
  nullable?: boolean | undefined;
163
+ format?: string | undefined;
164
+ file?: any;
165
+ refUid?: string | undefined;
166
166
  }[];
167
167
  query: {
168
168
  value: string;
@@ -171,53 +171,53 @@ export declare const useApiClientModal: () => {
171
171
  minimum?: number | undefined;
172
172
  type?: string | undefined;
173
173
  maximum?: number | undefined;
174
- description?: string | undefined;
175
174
  default?: any;
176
175
  required?: boolean | undefined;
176
+ description?: string | undefined;
177
177
  enum?: string[] | undefined;
178
- file?: File | undefined;
179
- refUid?: string | undefined;
180
- format?: string | undefined;
181
178
  nullable?: boolean | undefined;
179
+ format?: string | undefined;
180
+ file?: any;
181
+ refUid?: string | undefined;
182
182
  }[];
183
- cookies: {
183
+ headers: {
184
184
  value: string;
185
185
  key: string;
186
186
  enabled: boolean;
187
187
  minimum?: number | undefined;
188
188
  type?: string | undefined;
189
189
  maximum?: number | undefined;
190
- description?: string | undefined;
191
190
  default?: any;
192
191
  required?: boolean | undefined;
192
+ description?: string | undefined;
193
193
  enum?: string[] | undefined;
194
- file?: File | undefined;
195
- refUid?: string | undefined;
196
- format?: string | undefined;
197
194
  nullable?: boolean | undefined;
195
+ format?: string | undefined;
196
+ file?: any;
197
+ refUid?: string | undefined;
198
198
  }[];
199
- headers: {
199
+ cookies: {
200
200
  value: string;
201
201
  key: string;
202
202
  enabled: boolean;
203
203
  minimum?: number | undefined;
204
204
  type?: string | undefined;
205
205
  maximum?: number | undefined;
206
- description?: string | undefined;
207
206
  default?: any;
208
207
  required?: boolean | undefined;
208
+ description?: string | undefined;
209
209
  enum?: string[] | undefined;
210
- file?: File | undefined;
211
- refUid?: string | undefined;
212
- format?: string | undefined;
213
210
  nullable?: boolean | undefined;
211
+ format?: string | undefined;
212
+ file?: any;
213
+ refUid?: string | undefined;
214
214
  }[];
215
215
  };
216
216
  requestUid: string;
217
217
  body: {
218
218
  raw: {
219
219
  value: string;
220
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
220
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
221
221
  };
222
222
  formData: {
223
223
  value: {
@@ -227,14 +227,14 @@ export declare const useApiClientModal: () => {
227
227
  minimum?: number | undefined;
228
228
  type?: string | undefined;
229
229
  maximum?: number | undefined;
230
- description?: string | undefined;
231
230
  default?: any;
232
231
  required?: boolean | undefined;
232
+ description?: string | undefined;
233
233
  enum?: string[] | undefined;
234
- file?: File | undefined;
235
- refUid?: string | undefined;
236
- format?: string | undefined;
237
234
  nullable?: boolean | undefined;
235
+ format?: string | undefined;
236
+ file?: any;
237
+ refUid?: string | undefined;
238
238
  }[];
239
239
  encoding: "form-data" | "urlencoded";
240
240
  };
@@ -249,8 +249,8 @@ export declare const useApiClientModal: () => {
249
249
  url: string;
250
250
  description?: string | undefined;
251
251
  variables?: Record<string, {
252
- uid: string;
253
252
  default: string;
253
+ uid: string;
254
254
  value?: string | undefined;
255
255
  description?: string | undefined;
256
256
  enum?: string[] | undefined;
@@ -260,8 +260,8 @@ export declare const useApiClientModal: () => {
260
260
  type: "apiKey";
261
261
  value: string;
262
262
  uid: string;
263
- nameKey: string;
264
263
  name: string;
264
+ nameKey: string;
265
265
  in: "query" | "header" | "cookie";
266
266
  description?: string | undefined;
267
267
  } | {
@@ -376,14 +376,14 @@ export declare const useApiClientModal: () => {
376
376
  minimum?: number | undefined;
377
377
  type?: string | undefined;
378
378
  maximum?: number | undefined;
379
- description?: string | undefined;
380
379
  default?: any;
381
380
  required?: boolean | undefined;
381
+ description?: string | undefined;
382
382
  enum?: string[] | undefined;
383
- file?: File | undefined;
384
- refUid?: string | undefined;
385
- format?: string | undefined;
386
383
  nullable?: boolean | undefined;
384
+ format?: string | undefined;
385
+ file?: any;
386
+ refUid?: string | undefined;
387
387
  }[];
388
388
  query: {
389
389
  value: string;
@@ -392,53 +392,53 @@ export declare const useApiClientModal: () => {
392
392
  minimum?: number | undefined;
393
393
  type?: string | undefined;
394
394
  maximum?: number | undefined;
395
- description?: string | undefined;
396
395
  default?: any;
397
396
  required?: boolean | undefined;
397
+ description?: string | undefined;
398
398
  enum?: string[] | undefined;
399
- file?: File | undefined;
400
- refUid?: string | undefined;
401
- format?: string | undefined;
402
399
  nullable?: boolean | undefined;
400
+ format?: string | undefined;
401
+ file?: any;
402
+ refUid?: string | undefined;
403
403
  }[];
404
- cookies: {
404
+ headers: {
405
405
  value: string;
406
406
  key: string;
407
407
  enabled: boolean;
408
408
  minimum?: number | undefined;
409
409
  type?: string | undefined;
410
410
  maximum?: number | undefined;
411
- description?: string | undefined;
412
411
  default?: any;
413
412
  required?: boolean | undefined;
413
+ description?: string | undefined;
414
414
  enum?: string[] | undefined;
415
- file?: File | undefined;
416
- refUid?: string | undefined;
417
- format?: string | undefined;
418
415
  nullable?: boolean | undefined;
416
+ format?: string | undefined;
417
+ file?: any;
418
+ refUid?: string | undefined;
419
419
  }[];
420
- headers: {
420
+ cookies: {
421
421
  value: string;
422
422
  key: string;
423
423
  enabled: boolean;
424
424
  minimum?: number | undefined;
425
425
  type?: string | undefined;
426
426
  maximum?: number | undefined;
427
- description?: string | undefined;
428
427
  default?: any;
429
428
  required?: boolean | undefined;
429
+ description?: string | undefined;
430
430
  enum?: string[] | undefined;
431
- file?: File | undefined;
432
- refUid?: string | undefined;
433
- format?: string | undefined;
434
431
  nullable?: boolean | undefined;
432
+ format?: string | undefined;
433
+ file?: any;
434
+ refUid?: string | undefined;
435
435
  }[];
436
436
  };
437
437
  requestUid: string;
438
438
  body: {
439
439
  raw: {
440
440
  value: string;
441
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
441
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
442
442
  };
443
443
  formData: {
444
444
  value: {
@@ -448,14 +448,14 @@ export declare const useApiClientModal: () => {
448
448
  minimum?: number | undefined;
449
449
  type?: string | undefined;
450
450
  maximum?: number | undefined;
451
- description?: string | undefined;
452
451
  default?: any;
453
452
  required?: boolean | undefined;
453
+ description?: string | undefined;
454
454
  enum?: string[] | undefined;
455
- file?: File | undefined;
456
- refUid?: string | undefined;
457
- format?: string | undefined;
458
455
  nullable?: boolean | undefined;
456
+ format?: string | undefined;
457
+ file?: any;
458
+ refUid?: string | undefined;
459
459
  }[];
460
460
  encoding: "form-data" | "urlencoded";
461
461
  };
@@ -480,8 +480,8 @@ export declare const useApiClientModal: () => {
480
480
  type: "apiKey";
481
481
  value: string;
482
482
  uid: string;
483
- nameKey: string;
484
483
  name: string;
484
+ nameKey: string;
485
485
  in: "query" | "header" | "cookie";
486
486
  description?: string | undefined;
487
487
  } | {
@@ -548,8 +548,8 @@ export declare const useApiClientModal: () => {
548
548
  url: string;
549
549
  description?: string | undefined;
550
550
  variables?: Record<string, {
551
- uid: string;
552
551
  default: string;
552
+ uid: string;
553
553
  value?: string | undefined;
554
554
  description?: string | undefined;
555
555
  enum?: string[] | undefined;
@@ -557,18 +557,18 @@ export declare const useApiClientModal: () => {
557
557
  } | null>;
558
558
  activeWorkspace: ComputedRef< {
559
559
  uid: string;
560
- description: string;
561
560
  name: string;
561
+ description: string;
562
562
  isReadOnly: boolean;
563
563
  collectionUids: string[];
564
564
  environmentUids: string[];
565
565
  cookieUids: string[];
566
566
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
567
567
  hotKeyConfig?: {
568
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
569
- 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" | ";" | "=" | "," | "`" | "\\" | "]", {
568
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
569
+ 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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
570
570
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
571
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
571
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
572
572
  }>> | undefined;
573
573
  } | undefined;
574
574
  proxyUrl?: string | undefined;
@@ -618,8 +618,8 @@ export declare const useApiClientModal: () => {
618
618
  url: string;
619
619
  description?: string | undefined;
620
620
  variables?: Record<string, {
621
- uid: string;
622
621
  default: string;
622
+ uid: string;
623
623
  value?: string | undefined;
624
624
  description?: string | undefined;
625
625
  enum?: string[] | undefined;
@@ -1261,13 +1261,13 @@ export declare const useApiClientModal: () => {
1261
1261
  path: string;
1262
1262
  uid: string;
1263
1263
  childUids: string[];
1264
- method: "GET" | "HEAD" | "PATCH" | "POST" | "PUT" | "TRACE" | "CONNECT" | "DELETE" | "OPTIONS";
1265
1264
  parameters: {
1266
1265
  path: Record<string, any>;
1267
1266
  query: Record<string, any>;
1268
- cookies: Record<string, any>;
1269
1267
  headers: Record<string, any>;
1268
+ cookies: Record<string, any>;
1270
1269
  };
1270
+ method: "GET" | "HEAD" | "PATCH" | "POST" | "PUT" | "TRACE" | "CONNECT" | "DELETE" | "OPTIONS";
1271
1271
  ref: {
1272
1272
  path: string;
1273
1273
  isExternal: boolean;
@@ -1285,8 +1285,8 @@ export declare const useApiClientModal: () => {
1285
1285
  };
1286
1286
  delete: (request: Request_2, parentUid?: string) => void;
1287
1287
  set: (item: Request_2) => void;
1288
- edit: <P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `security.${number}` | `security.${number}.${string}` | `tags.${number}` | "externalDocs.url" | "externalDocs.description" | `history.${number}` | `history.${number}.${string}` | `childUids.${number}` | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `requestBody.${string}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" ? Request_2[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" ? R extends Path<Request_2[K]> ? PathValue<Request_2[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1289
- untrackedEdit: <P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `security.${number}` | `security.${number}.${string}` | `tags.${number}` | "externalDocs.url" | "externalDocs.description" | `history.${number}` | `history.${number}.${string}` | `childUids.${number}` | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `requestBody.${string}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" ? Request_2[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" ? R extends Path<Request_2[K]> ? PathValue<Request_2[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1288
+ edit: <P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "operationId" | "parameters" | "requestBody" | "method" | "history" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `security.${number}` | `security.${number}.${string}` | `tags.${number}` | "externalDocs.url" | "externalDocs.description" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `requestBody.${string}` | `history.${number}` | `history.${number}.${string}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "operationId" | "parameters" | "requestBody" | "method" | "history" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" ? Request_2[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "operationId" | "parameters" | "requestBody" | "method" | "history" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" ? R extends Path<Request_2[K]> ? PathValue<Request_2[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1289
+ untrackedEdit: <P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "operationId" | "parameters" | "requestBody" | "method" | "history" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `security.${number}` | `security.${number}.${string}` | `tags.${number}` | "externalDocs.url" | "externalDocs.description" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `requestBody.${string}` | `history.${number}` | `history.${number}.${string}` | `childUids.${number}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "operationId" | "parameters" | "requestBody" | "method" | "history" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" ? Request_2[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "operationId" | "parameters" | "requestBody" | "method" | "history" | "childUids" | "securitySchemeUids" | "selectedSecuritySchemeUids" ? R extends Path<Request_2[K]> ? PathValue<Request_2[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1290
1290
  undo: (uid: string) => void;
1291
1291
  redo: (uid: string) => void;
1292
1292
  loadLocalStorage: () => void;
@@ -1304,14 +1304,14 @@ export declare const useApiClientModal: () => {
1304
1304
  minimum?: number | undefined;
1305
1305
  type?: string | undefined;
1306
1306
  maximum?: number | undefined;
1307
- description?: string | undefined;
1308
1307
  default?: any;
1309
1308
  required?: boolean | undefined;
1309
+ description?: string | undefined;
1310
1310
  enum?: string[] | undefined;
1311
- file?: File | undefined;
1312
- refUid?: string | undefined;
1313
- format?: string | undefined;
1314
1311
  nullable?: boolean | undefined;
1312
+ format?: string | undefined;
1313
+ file?: any;
1314
+ refUid?: string | undefined;
1315
1315
  }[];
1316
1316
  query: {
1317
1317
  value: string;
@@ -1320,53 +1320,53 @@ export declare const useApiClientModal: () => {
1320
1320
  minimum?: number | undefined;
1321
1321
  type?: string | undefined;
1322
1322
  maximum?: number | undefined;
1323
- description?: string | undefined;
1324
1323
  default?: any;
1325
1324
  required?: boolean | undefined;
1325
+ description?: string | undefined;
1326
1326
  enum?: string[] | undefined;
1327
- file?: File | undefined;
1328
- refUid?: string | undefined;
1329
- format?: string | undefined;
1330
1327
  nullable?: boolean | undefined;
1328
+ format?: string | undefined;
1329
+ file?: any;
1330
+ refUid?: string | undefined;
1331
1331
  }[];
1332
- cookies: {
1332
+ headers: {
1333
1333
  value: string;
1334
1334
  key: string;
1335
1335
  enabled: boolean;
1336
1336
  minimum?: number | undefined;
1337
1337
  type?: string | undefined;
1338
1338
  maximum?: number | undefined;
1339
- description?: string | undefined;
1340
1339
  default?: any;
1341
1340
  required?: boolean | undefined;
1341
+ description?: string | undefined;
1342
1342
  enum?: string[] | undefined;
1343
- file?: File | undefined;
1344
- refUid?: string | undefined;
1345
- format?: string | undefined;
1346
1343
  nullable?: boolean | undefined;
1344
+ format?: string | undefined;
1345
+ file?: any;
1346
+ refUid?: string | undefined;
1347
1347
  }[];
1348
- headers: {
1348
+ cookies: {
1349
1349
  value: string;
1350
1350
  key: string;
1351
1351
  enabled: boolean;
1352
1352
  minimum?: number | undefined;
1353
1353
  type?: string | undefined;
1354
1354
  maximum?: number | undefined;
1355
- description?: string | undefined;
1356
1355
  default?: any;
1357
1356
  required?: boolean | undefined;
1357
+ description?: string | undefined;
1358
1358
  enum?: string[] | undefined;
1359
- file?: File | undefined;
1360
- refUid?: string | undefined;
1361
- format?: string | undefined;
1362
1359
  nullable?: boolean | undefined;
1360
+ format?: string | undefined;
1361
+ file?: any;
1362
+ refUid?: string | undefined;
1363
1363
  }[];
1364
1364
  };
1365
1365
  requestUid: string;
1366
1366
  body: {
1367
1367
  raw: {
1368
1368
  value: string;
1369
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
1369
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
1370
1370
  };
1371
1371
  formData: {
1372
1372
  value: {
@@ -1376,14 +1376,14 @@ export declare const useApiClientModal: () => {
1376
1376
  minimum?: number | undefined;
1377
1377
  type?: string | undefined;
1378
1378
  maximum?: number | undefined;
1379
- description?: string | undefined;
1380
1379
  default?: any;
1381
1380
  required?: boolean | undefined;
1381
+ description?: string | undefined;
1382
1382
  enum?: string[] | undefined;
1383
- file?: File | undefined;
1384
- refUid?: string | undefined;
1385
- format?: string | undefined;
1386
1383
  nullable?: boolean | undefined;
1384
+ format?: string | undefined;
1385
+ file?: any;
1386
+ refUid?: string | undefined;
1387
1387
  }[];
1388
1388
  encoding: "form-data" | "urlencoded";
1389
1389
  };
@@ -1404,14 +1404,14 @@ export declare const useApiClientModal: () => {
1404
1404
  minimum?: number | undefined;
1405
1405
  type?: string | undefined;
1406
1406
  maximum?: number | undefined;
1407
- description?: string | undefined;
1408
1407
  default?: any;
1409
1408
  required?: boolean | undefined;
1409
+ description?: string | undefined;
1410
1410
  enum?: string[] | undefined;
1411
- file?: File | undefined;
1412
- refUid?: string | undefined;
1413
- format?: string | undefined;
1414
1411
  nullable?: boolean | undefined;
1412
+ format?: string | undefined;
1413
+ file?: any;
1414
+ refUid?: string | undefined;
1415
1415
  }[];
1416
1416
  query: {
1417
1417
  value: string;
@@ -1420,53 +1420,53 @@ export declare const useApiClientModal: () => {
1420
1420
  minimum?: number | undefined;
1421
1421
  type?: string | undefined;
1422
1422
  maximum?: number | undefined;
1423
- description?: string | undefined;
1424
1423
  default?: any;
1425
1424
  required?: boolean | undefined;
1425
+ description?: string | undefined;
1426
1426
  enum?: string[] | undefined;
1427
- file?: File | undefined;
1428
- refUid?: string | undefined;
1429
- format?: string | undefined;
1430
1427
  nullable?: boolean | undefined;
1428
+ format?: string | undefined;
1429
+ file?: any;
1430
+ refUid?: string | undefined;
1431
1431
  }[];
1432
- cookies: {
1432
+ headers: {
1433
1433
  value: string;
1434
1434
  key: string;
1435
1435
  enabled: boolean;
1436
1436
  minimum?: number | undefined;
1437
1437
  type?: string | undefined;
1438
1438
  maximum?: number | undefined;
1439
- description?: string | undefined;
1440
1439
  default?: any;
1441
1440
  required?: boolean | undefined;
1441
+ description?: string | undefined;
1442
1442
  enum?: string[] | undefined;
1443
- file?: File | undefined;
1444
- refUid?: string | undefined;
1445
- format?: string | undefined;
1446
1443
  nullable?: boolean | undefined;
1444
+ format?: string | undefined;
1445
+ file?: any;
1446
+ refUid?: string | undefined;
1447
1447
  }[];
1448
- headers: {
1448
+ cookies: {
1449
1449
  value: string;
1450
1450
  key: string;
1451
1451
  enabled: boolean;
1452
1452
  minimum?: number | undefined;
1453
1453
  type?: string | undefined;
1454
1454
  maximum?: number | undefined;
1455
- description?: string | undefined;
1456
1455
  default?: any;
1457
1456
  required?: boolean | undefined;
1457
+ description?: string | undefined;
1458
1458
  enum?: string[] | undefined;
1459
- file?: File | undefined;
1460
- refUid?: string | undefined;
1461
- format?: string | undefined;
1462
1459
  nullable?: boolean | undefined;
1460
+ format?: string | undefined;
1461
+ file?: any;
1462
+ refUid?: string | undefined;
1463
1463
  }[];
1464
1464
  };
1465
1465
  requestUid: string;
1466
1466
  body: {
1467
1467
  raw: {
1468
1468
  value: string;
1469
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
1469
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
1470
1470
  };
1471
1471
  formData: {
1472
1472
  value: {
@@ -1476,14 +1476,14 @@ export declare const useApiClientModal: () => {
1476
1476
  minimum?: number | undefined;
1477
1477
  type?: string | undefined;
1478
1478
  maximum?: number | undefined;
1479
- description?: string | undefined;
1480
1479
  default?: any;
1481
1480
  required?: boolean | undefined;
1481
+ description?: string | undefined;
1482
1482
  enum?: string[] | undefined;
1483
- file?: File | undefined;
1484
- refUid?: string | undefined;
1485
- format?: string | undefined;
1486
1483
  nullable?: boolean | undefined;
1484
+ format?: string | undefined;
1485
+ file?: any;
1486
+ refUid?: string | undefined;
1487
1487
  }[];
1488
1488
  encoding: "form-data" | "urlencoded";
1489
1489
  };
@@ -1505,14 +1505,14 @@ export declare const useApiClientModal: () => {
1505
1505
  minimum?: number | undefined;
1506
1506
  type?: string | undefined;
1507
1507
  maximum?: number | undefined;
1508
- description?: string | undefined;
1509
1508
  default?: any;
1510
1509
  required?: boolean | undefined;
1510
+ description?: string | undefined;
1511
1511
  enum?: string[] | undefined;
1512
- file?: File | undefined;
1513
- refUid?: string | undefined;
1514
- format?: string | undefined;
1515
1512
  nullable?: boolean | undefined;
1513
+ format?: string | undefined;
1514
+ file?: any;
1515
+ refUid?: string | undefined;
1516
1516
  }[];
1517
1517
  query: {
1518
1518
  value: string;
@@ -1521,53 +1521,53 @@ export declare const useApiClientModal: () => {
1521
1521
  minimum?: number | undefined;
1522
1522
  type?: string | undefined;
1523
1523
  maximum?: number | undefined;
1524
- description?: string | undefined;
1525
1524
  default?: any;
1526
1525
  required?: boolean | undefined;
1526
+ description?: string | undefined;
1527
1527
  enum?: string[] | undefined;
1528
- file?: File | undefined;
1529
- refUid?: string | undefined;
1530
- format?: string | undefined;
1531
1528
  nullable?: boolean | undefined;
1529
+ format?: string | undefined;
1530
+ file?: any;
1531
+ refUid?: string | undefined;
1532
1532
  }[];
1533
- cookies: {
1533
+ headers: {
1534
1534
  value: string;
1535
1535
  key: string;
1536
1536
  enabled: boolean;
1537
1537
  minimum?: number | undefined;
1538
1538
  type?: string | undefined;
1539
1539
  maximum?: number | undefined;
1540
- description?: string | undefined;
1541
1540
  default?: any;
1542
1541
  required?: boolean | undefined;
1542
+ description?: string | undefined;
1543
1543
  enum?: string[] | undefined;
1544
- file?: File | undefined;
1545
- refUid?: string | undefined;
1546
- format?: string | undefined;
1547
1544
  nullable?: boolean | undefined;
1545
+ format?: string | undefined;
1546
+ file?: any;
1547
+ refUid?: string | undefined;
1548
1548
  }[];
1549
- headers: {
1549
+ cookies: {
1550
1550
  value: string;
1551
1551
  key: string;
1552
1552
  enabled: boolean;
1553
1553
  minimum?: number | undefined;
1554
1554
  type?: string | undefined;
1555
1555
  maximum?: number | undefined;
1556
- description?: string | undefined;
1557
1556
  default?: any;
1558
1557
  required?: boolean | undefined;
1558
+ description?: string | undefined;
1559
1559
  enum?: string[] | undefined;
1560
- file?: File | undefined;
1561
- refUid?: string | undefined;
1562
- format?: string | undefined;
1563
1560
  nullable?: boolean | undefined;
1561
+ format?: string | undefined;
1562
+ file?: any;
1563
+ refUid?: string | undefined;
1564
1564
  }[];
1565
1565
  };
1566
1566
  requestUid: string;
1567
1567
  body: {
1568
1568
  raw: {
1569
1569
  value: string;
1570
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
1570
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
1571
1571
  };
1572
1572
  formData: {
1573
1573
  value: {
@@ -1577,14 +1577,14 @@ export declare const useApiClientModal: () => {
1577
1577
  minimum?: number | undefined;
1578
1578
  type?: string | undefined;
1579
1579
  maximum?: number | undefined;
1580
- description?: string | undefined;
1581
1580
  default?: any;
1582
1581
  required?: boolean | undefined;
1582
+ description?: string | undefined;
1583
1583
  enum?: string[] | undefined;
1584
- file?: File | undefined;
1585
- refUid?: string | undefined;
1586
- format?: string | undefined;
1587
1584
  nullable?: boolean | undefined;
1585
+ format?: string | undefined;
1586
+ file?: any;
1587
+ refUid?: string | undefined;
1588
1588
  }[];
1589
1589
  encoding: "form-data" | "urlencoded";
1590
1590
  };
@@ -1593,7 +1593,7 @@ export declare const useApiClientModal: () => {
1593
1593
  };
1594
1594
  auth: Record<string, any>;
1595
1595
  }) => void;
1596
- edit: <P extends "body" | "url" | "name" | "uid" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "requestUid" | "auth" | "body.raw" | "body.formData" | "body.activeBody" | "body.binary" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.default` | `body.formData.value.${number}.value` | `body.formData.value.${number}.key` | `body.formData.value.${number}.type` | `body.formData.value.${number}.required` | `body.formData.value.${number}.file` | `body.formData.value.${number}.description` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.refUid` | `body.formData.value.${number}.format` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.enum.${number}` | `parameters.cookies.${number}` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.refUid` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.path.${number}` | `parameters.path.${number}.default` | `parameters.path.${number}.value` | `parameters.path.${number}.key` | `parameters.path.${number}.type` | `parameters.path.${number}.required` | `parameters.path.${number}.file` | `parameters.path.${number}.description` | `parameters.path.${number}.enum` | `parameters.path.${number}.nullable` | `parameters.path.${number}.enabled` | `parameters.path.${number}.minimum` | `parameters.path.${number}.maximum` | `parameters.path.${number}.refUid` | `parameters.path.${number}.format` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.default` | `parameters.query.${number}.value` | `parameters.query.${number}.key` | `parameters.query.${number}.type` | `parameters.query.${number}.required` | `parameters.query.${number}.file` | `parameters.query.${number}.description` | `parameters.query.${number}.enum` | `parameters.query.${number}.nullable` | `parameters.query.${number}.enabled` | `parameters.query.${number}.minimum` | `parameters.query.${number}.maximum` | `parameters.query.${number}.refUid` | `parameters.query.${number}.format` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.default` | `parameters.headers.${number}.value` | `parameters.headers.${number}.key` | `parameters.headers.${number}.type` | `parameters.headers.${number}.required` | `parameters.headers.${number}.file` | `parameters.headers.${number}.description` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.refUid` | `parameters.headers.${number}.format` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.enum.${number}` | `auth.${string}`>(uid: string, path: P, value: P extends "body" | "url" | "name" | "uid" | "parameters" | "requestUid" | "auth" ? {
1596
+ edit: <P extends "body" | "url" | "name" | "uid" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "requestUid" | "auth" | "body.raw" | "body.formData" | "body.activeBody" | "body.binary" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.default` | `body.formData.value.${number}.value` | `body.formData.value.${number}.key` | `body.formData.value.${number}.type` | `body.formData.value.${number}.required` | `body.formData.value.${number}.file` | `body.formData.value.${number}.description` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.format` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.refUid` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.file.${string}` | `body.formData.value.${number}.enum.${number}` | `parameters.cookies.${number}` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.refUid` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.file.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.path.${number}` | `parameters.path.${number}.default` | `parameters.path.${number}.value` | `parameters.path.${number}.key` | `parameters.path.${number}.type` | `parameters.path.${number}.required` | `parameters.path.${number}.file` | `parameters.path.${number}.description` | `parameters.path.${number}.enum` | `parameters.path.${number}.nullable` | `parameters.path.${number}.format` | `parameters.path.${number}.maximum` | `parameters.path.${number}.minimum` | `parameters.path.${number}.enabled` | `parameters.path.${number}.refUid` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.file.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.default` | `parameters.query.${number}.value` | `parameters.query.${number}.key` | `parameters.query.${number}.type` | `parameters.query.${number}.required` | `parameters.query.${number}.file` | `parameters.query.${number}.description` | `parameters.query.${number}.enum` | `parameters.query.${number}.nullable` | `parameters.query.${number}.format` | `parameters.query.${number}.maximum` | `parameters.query.${number}.minimum` | `parameters.query.${number}.enabled` | `parameters.query.${number}.refUid` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.file.${string}` | `parameters.query.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.default` | `parameters.headers.${number}.value` | `parameters.headers.${number}.key` | `parameters.headers.${number}.type` | `parameters.headers.${number}.required` | `parameters.headers.${number}.file` | `parameters.headers.${number}.description` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.format` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.refUid` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.file.${string}` | `parameters.headers.${number}.enum.${number}` | `auth.${string}`>(uid: string, path: P, value: P extends "body" | "url" | "name" | "uid" | "parameters" | "requestUid" | "auth" ? {
1597
1597
  uid: string;
1598
1598
  name: string;
1599
1599
  url: string;
@@ -1605,14 +1605,14 @@ export declare const useApiClientModal: () => {
1605
1605
  minimum?: number | undefined;
1606
1606
  type?: string | undefined;
1607
1607
  maximum?: number | undefined;
1608
- description?: string | undefined;
1609
1608
  default?: any;
1610
1609
  required?: boolean | undefined;
1610
+ description?: string | undefined;
1611
1611
  enum?: string[] | undefined;
1612
- file?: File | undefined;
1613
- refUid?: string | undefined;
1614
- format?: string | undefined;
1615
1612
  nullable?: boolean | undefined;
1613
+ format?: string | undefined;
1614
+ file?: any;
1615
+ refUid?: string | undefined;
1616
1616
  }[];
1617
1617
  query: {
1618
1618
  value: string;
@@ -1621,53 +1621,53 @@ export declare const useApiClientModal: () => {
1621
1621
  minimum?: number | undefined;
1622
1622
  type?: string | undefined;
1623
1623
  maximum?: number | undefined;
1624
- description?: string | undefined;
1625
1624
  default?: any;
1626
1625
  required?: boolean | undefined;
1626
+ description?: string | undefined;
1627
1627
  enum?: string[] | undefined;
1628
- file?: File | undefined;
1629
- refUid?: string | undefined;
1630
- format?: string | undefined;
1631
1628
  nullable?: boolean | undefined;
1629
+ format?: string | undefined;
1630
+ file?: any;
1631
+ refUid?: string | undefined;
1632
1632
  }[];
1633
- cookies: {
1633
+ headers: {
1634
1634
  value: string;
1635
1635
  key: string;
1636
1636
  enabled: boolean;
1637
1637
  minimum?: number | undefined;
1638
1638
  type?: string | undefined;
1639
1639
  maximum?: number | undefined;
1640
- description?: string | undefined;
1641
1640
  default?: any;
1642
1641
  required?: boolean | undefined;
1642
+ description?: string | undefined;
1643
1643
  enum?: string[] | undefined;
1644
- file?: File | undefined;
1645
- refUid?: string | undefined;
1646
- format?: string | undefined;
1647
1644
  nullable?: boolean | undefined;
1645
+ format?: string | undefined;
1646
+ file?: any;
1647
+ refUid?: string | undefined;
1648
1648
  }[];
1649
- headers: {
1649
+ cookies: {
1650
1650
  value: string;
1651
1651
  key: string;
1652
1652
  enabled: boolean;
1653
1653
  minimum?: number | undefined;
1654
1654
  type?: string | undefined;
1655
1655
  maximum?: number | undefined;
1656
- description?: string | undefined;
1657
1656
  default?: any;
1658
1657
  required?: boolean | undefined;
1658
+ description?: string | undefined;
1659
1659
  enum?: string[] | undefined;
1660
- file?: File | undefined;
1661
- refUid?: string | undefined;
1662
- format?: string | undefined;
1663
1660
  nullable?: boolean | undefined;
1661
+ format?: string | undefined;
1662
+ file?: any;
1663
+ refUid?: string | undefined;
1664
1664
  }[];
1665
1665
  };
1666
1666
  requestUid: string;
1667
1667
  body: {
1668
1668
  raw: {
1669
1669
  value: string;
1670
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
1670
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
1671
1671
  };
1672
1672
  formData: {
1673
1673
  value: {
@@ -1677,14 +1677,14 @@ export declare const useApiClientModal: () => {
1677
1677
  minimum?: number | undefined;
1678
1678
  type?: string | undefined;
1679
1679
  maximum?: number | undefined;
1680
- description?: string | undefined;
1681
1680
  default?: any;
1682
1681
  required?: boolean | undefined;
1682
+ description?: string | undefined;
1683
1683
  enum?: string[] | undefined;
1684
- file?: File | undefined;
1685
- refUid?: string | undefined;
1686
- format?: string | undefined;
1687
1684
  nullable?: boolean | undefined;
1685
+ format?: string | undefined;
1686
+ file?: any;
1687
+ refUid?: string | undefined;
1688
1688
  }[];
1689
1689
  encoding: "form-data" | "urlencoded";
1690
1690
  };
@@ -1704,14 +1704,14 @@ export declare const useApiClientModal: () => {
1704
1704
  minimum?: number | undefined;
1705
1705
  type?: string | undefined;
1706
1706
  maximum?: number | undefined;
1707
- description?: string | undefined;
1708
1707
  default?: any;
1709
1708
  required?: boolean | undefined;
1709
+ description?: string | undefined;
1710
1710
  enum?: string[] | undefined;
1711
- file?: File | undefined;
1712
- refUid?: string | undefined;
1713
- format?: string | undefined;
1714
1711
  nullable?: boolean | undefined;
1712
+ format?: string | undefined;
1713
+ file?: any;
1714
+ refUid?: string | undefined;
1715
1715
  }[];
1716
1716
  query: {
1717
1717
  value: string;
@@ -1720,53 +1720,53 @@ export declare const useApiClientModal: () => {
1720
1720
  minimum?: number | undefined;
1721
1721
  type?: string | undefined;
1722
1722
  maximum?: number | undefined;
1723
- description?: string | undefined;
1724
1723
  default?: any;
1725
1724
  required?: boolean | undefined;
1725
+ description?: string | undefined;
1726
1726
  enum?: string[] | undefined;
1727
- file?: File | undefined;
1728
- refUid?: string | undefined;
1729
- format?: string | undefined;
1730
1727
  nullable?: boolean | undefined;
1728
+ format?: string | undefined;
1729
+ file?: any;
1730
+ refUid?: string | undefined;
1731
1731
  }[];
1732
- cookies: {
1732
+ headers: {
1733
1733
  value: string;
1734
1734
  key: string;
1735
1735
  enabled: boolean;
1736
1736
  minimum?: number | undefined;
1737
1737
  type?: string | undefined;
1738
1738
  maximum?: number | undefined;
1739
- description?: string | undefined;
1740
1739
  default?: any;
1741
1740
  required?: boolean | undefined;
1741
+ description?: string | undefined;
1742
1742
  enum?: string[] | undefined;
1743
- file?: File | undefined;
1744
- refUid?: string | undefined;
1745
- format?: string | undefined;
1746
1743
  nullable?: boolean | undefined;
1744
+ format?: string | undefined;
1745
+ file?: any;
1746
+ refUid?: string | undefined;
1747
1747
  }[];
1748
- headers: {
1748
+ cookies: {
1749
1749
  value: string;
1750
1750
  key: string;
1751
1751
  enabled: boolean;
1752
1752
  minimum?: number | undefined;
1753
1753
  type?: string | undefined;
1754
1754
  maximum?: number | undefined;
1755
- description?: string | undefined;
1756
1755
  default?: any;
1757
1756
  required?: boolean | undefined;
1757
+ description?: string | undefined;
1758
1758
  enum?: string[] | undefined;
1759
- file?: File | undefined;
1760
- refUid?: string | undefined;
1761
- format?: string | undefined;
1762
1759
  nullable?: boolean | undefined;
1760
+ format?: string | undefined;
1761
+ file?: any;
1762
+ refUid?: string | undefined;
1763
1763
  }[];
1764
1764
  };
1765
1765
  requestUid: string;
1766
1766
  body: {
1767
1767
  raw: {
1768
1768
  value: string;
1769
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
1769
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
1770
1770
  };
1771
1771
  formData: {
1772
1772
  value: {
@@ -1776,14 +1776,14 @@ export declare const useApiClientModal: () => {
1776
1776
  minimum?: number | undefined;
1777
1777
  type?: string | undefined;
1778
1778
  maximum?: number | undefined;
1779
- description?: string | undefined;
1780
1779
  default?: any;
1781
1780
  required?: boolean | undefined;
1781
+ description?: string | undefined;
1782
1782
  enum?: string[] | undefined;
1783
- file?: File | undefined;
1784
- refUid?: string | undefined;
1785
- format?: string | undefined;
1786
1783
  nullable?: boolean | undefined;
1784
+ format?: string | undefined;
1785
+ file?: any;
1786
+ refUid?: string | undefined;
1787
1787
  }[];
1788
1788
  encoding: "form-data" | "urlencoded";
1789
1789
  };
@@ -1803,14 +1803,14 @@ export declare const useApiClientModal: () => {
1803
1803
  minimum?: number | undefined;
1804
1804
  type?: string | undefined;
1805
1805
  maximum?: number | undefined;
1806
- description?: string | undefined;
1807
1806
  default?: any;
1808
1807
  required?: boolean | undefined;
1808
+ description?: string | undefined;
1809
1809
  enum?: string[] | undefined;
1810
- file?: File | undefined;
1811
- refUid?: string | undefined;
1812
- format?: string | undefined;
1813
1810
  nullable?: boolean | undefined;
1811
+ format?: string | undefined;
1812
+ file?: any;
1813
+ refUid?: string | undefined;
1814
1814
  }[];
1815
1815
  query: {
1816
1816
  value: string;
@@ -1819,53 +1819,53 @@ export declare const useApiClientModal: () => {
1819
1819
  minimum?: number | undefined;
1820
1820
  type?: string | undefined;
1821
1821
  maximum?: number | undefined;
1822
- description?: string | undefined;
1823
1822
  default?: any;
1824
1823
  required?: boolean | undefined;
1824
+ description?: string | undefined;
1825
1825
  enum?: string[] | undefined;
1826
- file?: File | undefined;
1827
- refUid?: string | undefined;
1828
- format?: string | undefined;
1829
1826
  nullable?: boolean | undefined;
1827
+ format?: string | undefined;
1828
+ file?: any;
1829
+ refUid?: string | undefined;
1830
1830
  }[];
1831
- cookies: {
1831
+ headers: {
1832
1832
  value: string;
1833
1833
  key: string;
1834
1834
  enabled: boolean;
1835
1835
  minimum?: number | undefined;
1836
1836
  type?: string | undefined;
1837
1837
  maximum?: number | undefined;
1838
- description?: string | undefined;
1839
1838
  default?: any;
1840
1839
  required?: boolean | undefined;
1840
+ description?: string | undefined;
1841
1841
  enum?: string[] | undefined;
1842
- file?: File | undefined;
1843
- refUid?: string | undefined;
1844
- format?: string | undefined;
1845
1842
  nullable?: boolean | undefined;
1843
+ format?: string | undefined;
1844
+ file?: any;
1845
+ refUid?: string | undefined;
1846
1846
  }[];
1847
- headers: {
1847
+ cookies: {
1848
1848
  value: string;
1849
1849
  key: string;
1850
1850
  enabled: boolean;
1851
1851
  minimum?: number | undefined;
1852
1852
  type?: string | undefined;
1853
1853
  maximum?: number | undefined;
1854
- description?: string | undefined;
1855
1854
  default?: any;
1856
1855
  required?: boolean | undefined;
1856
+ description?: string | undefined;
1857
1857
  enum?: string[] | undefined;
1858
- file?: File | undefined;
1859
- refUid?: string | undefined;
1860
- format?: string | undefined;
1861
1858
  nullable?: boolean | undefined;
1859
+ format?: string | undefined;
1860
+ file?: any;
1861
+ refUid?: string | undefined;
1862
1862
  }[];
1863
1863
  };
1864
1864
  requestUid: string;
1865
1865
  body: {
1866
1866
  raw: {
1867
1867
  value: string;
1868
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
1868
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
1869
1869
  };
1870
1870
  formData: {
1871
1871
  value: {
@@ -1875,14 +1875,14 @@ export declare const useApiClientModal: () => {
1875
1875
  minimum?: number | undefined;
1876
1876
  type?: string | undefined;
1877
1877
  maximum?: number | undefined;
1878
- description?: string | undefined;
1879
1878
  default?: any;
1880
1879
  required?: boolean | undefined;
1880
+ description?: string | undefined;
1881
1881
  enum?: string[] | undefined;
1882
- file?: File | undefined;
1883
- refUid?: string | undefined;
1884
- format?: string | undefined;
1885
1882
  nullable?: boolean | undefined;
1883
+ format?: string | undefined;
1884
+ file?: any;
1885
+ refUid?: string | undefined;
1886
1886
  }[];
1887
1887
  encoding: "form-data" | "urlencoded";
1888
1888
  };
@@ -1891,7 +1891,7 @@ export declare const useApiClientModal: () => {
1891
1891
  };
1892
1892
  auth: Record<string, any>;
1893
1893
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
1894
- untrackedEdit: <P extends "body" | "url" | "name" | "uid" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "requestUid" | "auth" | "body.raw" | "body.formData" | "body.activeBody" | "body.binary" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.default` | `body.formData.value.${number}.value` | `body.formData.value.${number}.key` | `body.formData.value.${number}.type` | `body.formData.value.${number}.required` | `body.formData.value.${number}.file` | `body.formData.value.${number}.description` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.refUid` | `body.formData.value.${number}.format` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.enum.${number}` | `parameters.cookies.${number}` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.refUid` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.path.${number}` | `parameters.path.${number}.default` | `parameters.path.${number}.value` | `parameters.path.${number}.key` | `parameters.path.${number}.type` | `parameters.path.${number}.required` | `parameters.path.${number}.file` | `parameters.path.${number}.description` | `parameters.path.${number}.enum` | `parameters.path.${number}.nullable` | `parameters.path.${number}.enabled` | `parameters.path.${number}.minimum` | `parameters.path.${number}.maximum` | `parameters.path.${number}.refUid` | `parameters.path.${number}.format` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.default` | `parameters.query.${number}.value` | `parameters.query.${number}.key` | `parameters.query.${number}.type` | `parameters.query.${number}.required` | `parameters.query.${number}.file` | `parameters.query.${number}.description` | `parameters.query.${number}.enum` | `parameters.query.${number}.nullable` | `parameters.query.${number}.enabled` | `parameters.query.${number}.minimum` | `parameters.query.${number}.maximum` | `parameters.query.${number}.refUid` | `parameters.query.${number}.format` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.default` | `parameters.headers.${number}.value` | `parameters.headers.${number}.key` | `parameters.headers.${number}.type` | `parameters.headers.${number}.required` | `parameters.headers.${number}.file` | `parameters.headers.${number}.description` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.refUid` | `parameters.headers.${number}.format` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.enum.${number}` | `auth.${string}`>(uid: string, path: P, value: P extends "body" | "url" | "name" | "uid" | "parameters" | "requestUid" | "auth" ? {
1894
+ untrackedEdit: <P extends "body" | "url" | "name" | "uid" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "requestUid" | "auth" | "body.raw" | "body.formData" | "body.activeBody" | "body.binary" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.default` | `body.formData.value.${number}.value` | `body.formData.value.${number}.key` | `body.formData.value.${number}.type` | `body.formData.value.${number}.required` | `body.formData.value.${number}.file` | `body.formData.value.${number}.description` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.format` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.refUid` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.file.${string}` | `body.formData.value.${number}.enum.${number}` | `parameters.cookies.${number}` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.refUid` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.file.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.path.${number}` | `parameters.path.${number}.default` | `parameters.path.${number}.value` | `parameters.path.${number}.key` | `parameters.path.${number}.type` | `parameters.path.${number}.required` | `parameters.path.${number}.file` | `parameters.path.${number}.description` | `parameters.path.${number}.enum` | `parameters.path.${number}.nullable` | `parameters.path.${number}.format` | `parameters.path.${number}.maximum` | `parameters.path.${number}.minimum` | `parameters.path.${number}.enabled` | `parameters.path.${number}.refUid` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.file.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.default` | `parameters.query.${number}.value` | `parameters.query.${number}.key` | `parameters.query.${number}.type` | `parameters.query.${number}.required` | `parameters.query.${number}.file` | `parameters.query.${number}.description` | `parameters.query.${number}.enum` | `parameters.query.${number}.nullable` | `parameters.query.${number}.format` | `parameters.query.${number}.maximum` | `parameters.query.${number}.minimum` | `parameters.query.${number}.enabled` | `parameters.query.${number}.refUid` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.file.${string}` | `parameters.query.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.default` | `parameters.headers.${number}.value` | `parameters.headers.${number}.key` | `parameters.headers.${number}.type` | `parameters.headers.${number}.required` | `parameters.headers.${number}.file` | `parameters.headers.${number}.description` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.format` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.refUid` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.file.${string}` | `parameters.headers.${number}.enum.${number}` | `auth.${string}`>(uid: string, path: P, value: P extends "body" | "url" | "name" | "uid" | "parameters" | "requestUid" | "auth" ? {
1895
1895
  uid: string;
1896
1896
  name: string;
1897
1897
  url: string;
@@ -1903,14 +1903,14 @@ export declare const useApiClientModal: () => {
1903
1903
  minimum?: number | undefined;
1904
1904
  type?: string | undefined;
1905
1905
  maximum?: number | undefined;
1906
- description?: string | undefined;
1907
1906
  default?: any;
1908
1907
  required?: boolean | undefined;
1908
+ description?: string | undefined;
1909
1909
  enum?: string[] | undefined;
1910
- file?: File | undefined;
1911
- refUid?: string | undefined;
1912
- format?: string | undefined;
1913
1910
  nullable?: boolean | undefined;
1911
+ format?: string | undefined;
1912
+ file?: any;
1913
+ refUid?: string | undefined;
1914
1914
  }[];
1915
1915
  query: {
1916
1916
  value: string;
@@ -1919,53 +1919,53 @@ export declare const useApiClientModal: () => {
1919
1919
  minimum?: number | undefined;
1920
1920
  type?: string | undefined;
1921
1921
  maximum?: number | undefined;
1922
- description?: string | undefined;
1923
1922
  default?: any;
1924
1923
  required?: boolean | undefined;
1924
+ description?: string | undefined;
1925
1925
  enum?: string[] | undefined;
1926
- file?: File | undefined;
1927
- refUid?: string | undefined;
1928
- format?: string | undefined;
1929
1926
  nullable?: boolean | undefined;
1927
+ format?: string | undefined;
1928
+ file?: any;
1929
+ refUid?: string | undefined;
1930
1930
  }[];
1931
- cookies: {
1931
+ headers: {
1932
1932
  value: string;
1933
1933
  key: string;
1934
1934
  enabled: boolean;
1935
1935
  minimum?: number | undefined;
1936
1936
  type?: string | undefined;
1937
1937
  maximum?: number | undefined;
1938
- description?: string | undefined;
1939
1938
  default?: any;
1940
1939
  required?: boolean | undefined;
1940
+ description?: string | undefined;
1941
1941
  enum?: string[] | undefined;
1942
- file?: File | undefined;
1943
- refUid?: string | undefined;
1944
- format?: string | undefined;
1945
1942
  nullable?: boolean | undefined;
1943
+ format?: string | undefined;
1944
+ file?: any;
1945
+ refUid?: string | undefined;
1946
1946
  }[];
1947
- headers: {
1947
+ cookies: {
1948
1948
  value: string;
1949
1949
  key: string;
1950
1950
  enabled: boolean;
1951
1951
  minimum?: number | undefined;
1952
1952
  type?: string | undefined;
1953
1953
  maximum?: number | undefined;
1954
- description?: string | undefined;
1955
1954
  default?: any;
1956
1955
  required?: boolean | undefined;
1956
+ description?: string | undefined;
1957
1957
  enum?: string[] | undefined;
1958
- file?: File | undefined;
1959
- refUid?: string | undefined;
1960
- format?: string | undefined;
1961
1958
  nullable?: boolean | undefined;
1959
+ format?: string | undefined;
1960
+ file?: any;
1961
+ refUid?: string | undefined;
1962
1962
  }[];
1963
1963
  };
1964
1964
  requestUid: string;
1965
1965
  body: {
1966
1966
  raw: {
1967
1967
  value: string;
1968
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
1968
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
1969
1969
  };
1970
1970
  formData: {
1971
1971
  value: {
@@ -1975,14 +1975,14 @@ export declare const useApiClientModal: () => {
1975
1975
  minimum?: number | undefined;
1976
1976
  type?: string | undefined;
1977
1977
  maximum?: number | undefined;
1978
- description?: string | undefined;
1979
1978
  default?: any;
1980
1979
  required?: boolean | undefined;
1980
+ description?: string | undefined;
1981
1981
  enum?: string[] | undefined;
1982
- file?: File | undefined;
1983
- refUid?: string | undefined;
1984
- format?: string | undefined;
1985
1982
  nullable?: boolean | undefined;
1983
+ format?: string | undefined;
1984
+ file?: any;
1985
+ refUid?: string | undefined;
1986
1986
  }[];
1987
1987
  encoding: "form-data" | "urlencoded";
1988
1988
  };
@@ -2002,14 +2002,14 @@ export declare const useApiClientModal: () => {
2002
2002
  minimum?: number | undefined;
2003
2003
  type?: string | undefined;
2004
2004
  maximum?: number | undefined;
2005
- description?: string | undefined;
2006
2005
  default?: any;
2007
2006
  required?: boolean | undefined;
2007
+ description?: string | undefined;
2008
2008
  enum?: string[] | undefined;
2009
- file?: File | undefined;
2010
- refUid?: string | undefined;
2011
- format?: string | undefined;
2012
2009
  nullable?: boolean | undefined;
2010
+ format?: string | undefined;
2011
+ file?: any;
2012
+ refUid?: string | undefined;
2013
2013
  }[];
2014
2014
  query: {
2015
2015
  value: string;
@@ -2018,53 +2018,53 @@ export declare const useApiClientModal: () => {
2018
2018
  minimum?: number | undefined;
2019
2019
  type?: string | undefined;
2020
2020
  maximum?: number | undefined;
2021
- description?: string | undefined;
2022
2021
  default?: any;
2023
2022
  required?: boolean | undefined;
2023
+ description?: string | undefined;
2024
2024
  enum?: string[] | undefined;
2025
- file?: File | undefined;
2026
- refUid?: string | undefined;
2027
- format?: string | undefined;
2028
2025
  nullable?: boolean | undefined;
2026
+ format?: string | undefined;
2027
+ file?: any;
2028
+ refUid?: string | undefined;
2029
2029
  }[];
2030
- cookies: {
2030
+ headers: {
2031
2031
  value: string;
2032
2032
  key: string;
2033
2033
  enabled: boolean;
2034
2034
  minimum?: number | undefined;
2035
2035
  type?: string | undefined;
2036
2036
  maximum?: number | undefined;
2037
- description?: string | undefined;
2038
2037
  default?: any;
2039
2038
  required?: boolean | undefined;
2039
+ description?: string | undefined;
2040
2040
  enum?: string[] | undefined;
2041
- file?: File | undefined;
2042
- refUid?: string | undefined;
2043
- format?: string | undefined;
2044
2041
  nullable?: boolean | undefined;
2042
+ format?: string | undefined;
2043
+ file?: any;
2044
+ refUid?: string | undefined;
2045
2045
  }[];
2046
- headers: {
2046
+ cookies: {
2047
2047
  value: string;
2048
2048
  key: string;
2049
2049
  enabled: boolean;
2050
2050
  minimum?: number | undefined;
2051
2051
  type?: string | undefined;
2052
2052
  maximum?: number | undefined;
2053
- description?: string | undefined;
2054
2053
  default?: any;
2055
2054
  required?: boolean | undefined;
2055
+ description?: string | undefined;
2056
2056
  enum?: string[] | undefined;
2057
- file?: File | undefined;
2058
- refUid?: string | undefined;
2059
- format?: string | undefined;
2060
2057
  nullable?: boolean | undefined;
2058
+ format?: string | undefined;
2059
+ file?: any;
2060
+ refUid?: string | undefined;
2061
2061
  }[];
2062
2062
  };
2063
2063
  requestUid: string;
2064
2064
  body: {
2065
2065
  raw: {
2066
2066
  value: string;
2067
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
2067
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
2068
2068
  };
2069
2069
  formData: {
2070
2070
  value: {
@@ -2074,14 +2074,14 @@ export declare const useApiClientModal: () => {
2074
2074
  minimum?: number | undefined;
2075
2075
  type?: string | undefined;
2076
2076
  maximum?: number | undefined;
2077
- description?: string | undefined;
2078
2077
  default?: any;
2079
2078
  required?: boolean | undefined;
2079
+ description?: string | undefined;
2080
2080
  enum?: string[] | undefined;
2081
- file?: File | undefined;
2082
- refUid?: string | undefined;
2083
- format?: string | undefined;
2084
2081
  nullable?: boolean | undefined;
2082
+ format?: string | undefined;
2083
+ file?: any;
2084
+ refUid?: string | undefined;
2085
2085
  }[];
2086
2086
  encoding: "form-data" | "urlencoded";
2087
2087
  };
@@ -2101,14 +2101,14 @@ export declare const useApiClientModal: () => {
2101
2101
  minimum?: number | undefined;
2102
2102
  type?: string | undefined;
2103
2103
  maximum?: number | undefined;
2104
- description?: string | undefined;
2105
2104
  default?: any;
2106
2105
  required?: boolean | undefined;
2106
+ description?: string | undefined;
2107
2107
  enum?: string[] | undefined;
2108
- file?: File | undefined;
2109
- refUid?: string | undefined;
2110
- format?: string | undefined;
2111
2108
  nullable?: boolean | undefined;
2109
+ format?: string | undefined;
2110
+ file?: any;
2111
+ refUid?: string | undefined;
2112
2112
  }[];
2113
2113
  query: {
2114
2114
  value: string;
@@ -2117,53 +2117,53 @@ export declare const useApiClientModal: () => {
2117
2117
  minimum?: number | undefined;
2118
2118
  type?: string | undefined;
2119
2119
  maximum?: number | undefined;
2120
- description?: string | undefined;
2121
2120
  default?: any;
2122
2121
  required?: boolean | undefined;
2122
+ description?: string | undefined;
2123
2123
  enum?: string[] | undefined;
2124
- file?: File | undefined;
2125
- refUid?: string | undefined;
2126
- format?: string | undefined;
2127
2124
  nullable?: boolean | undefined;
2125
+ format?: string | undefined;
2126
+ file?: any;
2127
+ refUid?: string | undefined;
2128
2128
  }[];
2129
- cookies: {
2129
+ headers: {
2130
2130
  value: string;
2131
2131
  key: string;
2132
2132
  enabled: boolean;
2133
2133
  minimum?: number | undefined;
2134
2134
  type?: string | undefined;
2135
2135
  maximum?: number | undefined;
2136
- description?: string | undefined;
2137
2136
  default?: any;
2138
2137
  required?: boolean | undefined;
2138
+ description?: string | undefined;
2139
2139
  enum?: string[] | undefined;
2140
- file?: File | undefined;
2141
- refUid?: string | undefined;
2142
- format?: string | undefined;
2143
2140
  nullable?: boolean | undefined;
2141
+ format?: string | undefined;
2142
+ file?: any;
2143
+ refUid?: string | undefined;
2144
2144
  }[];
2145
- headers: {
2145
+ cookies: {
2146
2146
  value: string;
2147
2147
  key: string;
2148
2148
  enabled: boolean;
2149
2149
  minimum?: number | undefined;
2150
2150
  type?: string | undefined;
2151
2151
  maximum?: number | undefined;
2152
- description?: string | undefined;
2153
2152
  default?: any;
2154
2153
  required?: boolean | undefined;
2154
+ description?: string | undefined;
2155
2155
  enum?: string[] | undefined;
2156
- file?: File | undefined;
2157
- refUid?: string | undefined;
2158
- format?: string | undefined;
2159
2156
  nullable?: boolean | undefined;
2157
+ format?: string | undefined;
2158
+ file?: any;
2159
+ refUid?: string | undefined;
2160
2160
  }[];
2161
2161
  };
2162
2162
  requestUid: string;
2163
2163
  body: {
2164
2164
  raw: {
2165
2165
  value: string;
2166
- encoding: "json" | "text" | "html" | "javascript" | "xml" | "yaml" | "edn";
2166
+ encoding: "xml" | "javascript" | "json" | "text" | "html" | "yaml" | "edn";
2167
2167
  };
2168
2168
  formData: {
2169
2169
  value: {
@@ -2173,14 +2173,14 @@ export declare const useApiClientModal: () => {
2173
2173
  minimum?: number | undefined;
2174
2174
  type?: string | undefined;
2175
2175
  maximum?: number | undefined;
2176
- description?: string | undefined;
2177
2176
  default?: any;
2178
2177
  required?: boolean | undefined;
2178
+ description?: string | undefined;
2179
2179
  enum?: string[] | undefined;
2180
- file?: File | undefined;
2181
- refUid?: string | undefined;
2182
- format?: string | undefined;
2183
2180
  nullable?: boolean | undefined;
2181
+ format?: string | undefined;
2182
+ file?: any;
2183
+ refUid?: string | undefined;
2184
2184
  }[];
2185
2185
  encoding: "form-data" | "urlencoded";
2186
2186
  };
@@ -2199,8 +2199,8 @@ export declare const useApiClientModal: () => {
2199
2199
  type: "apiKey";
2200
2200
  value: string;
2201
2201
  uid: string;
2202
- nameKey: string;
2203
2202
  name: string;
2203
+ nameKey: string;
2204
2204
  in: "query" | "header" | "cookie";
2205
2205
  description?: string | undefined;
2206
2206
  } | {
@@ -2268,8 +2268,8 @@ export declare const useApiClientModal: () => {
2268
2268
  type: "apiKey";
2269
2269
  value: string;
2270
2270
  uid: string;
2271
- nameKey: string;
2272
2271
  name: string;
2272
+ nameKey: string;
2273
2273
  in: "query" | "header" | "cookie";
2274
2274
  description?: string | undefined;
2275
2275
  } | {
@@ -2331,28 +2331,28 @@ export declare const useApiClientModal: () => {
2331
2331
  openIdConnectUrl: string;
2332
2332
  description?: string | undefined;
2333
2333
  }) => void;
2334
- edit: <P extends "value" | "type" | "description" | "name" | "uid" | "secondValue" | "flow" | "nameKey" | "in" | "scheme" | "bearerFormat" | "clientId" | "openIdConnectUrl" | "flow.selectedScopes" | "flow.type" | "flow.redirectUri" | "flow.token" | "flow.refreshUrl" | "flow.authorizationUrl" | "flow.scopes" | `flow.selectedScopes.${number}` | `flow.scopes.${string}` | "flow.value" | "flow.clientSecret" | "flow.secondValue" | "flow.tokenUrl">(uid: string, path: P, value: (P extends "value" | "type" | "description" | "name" | "uid" | "nameKey" | "in" ? {
2334
+ edit: <P extends "value" | "type" | "description" | "name" | "uid" | "in" | "secondValue" | "flow" | "nameKey" | "scheme" | "bearerFormat" | "clientId" | "openIdConnectUrl" | "flow.selectedScopes" | "flow.type" | "flow.redirectUri" | "flow.token" | "flow.refreshUrl" | "flow.authorizationUrl" | "flow.scopes" | `flow.selectedScopes.${number}` | `flow.scopes.${string}` | "flow.value" | "flow.clientSecret" | "flow.secondValue" | "flow.tokenUrl">(uid: string, path: P, value: (P extends "value" | "type" | "description" | "name" | "uid" | "in" | "nameKey" ? {
2335
2335
  type: "apiKey";
2336
2336
  value: string;
2337
2337
  uid: string;
2338
- nameKey: string;
2339
2338
  name: string;
2339
+ nameKey: string;
2340
2340
  in: "query" | "header" | "cookie";
2341
2341
  description?: string | undefined;
2342
- }[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "type" | "description" | "name" | "uid" | "nameKey" | "in" ? R extends Path< {
2342
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "type" | "description" | "name" | "uid" | "in" | "nameKey" ? R extends Path< {
2343
2343
  type: "apiKey";
2344
2344
  value: string;
2345
2345
  uid: string;
2346
- nameKey: string;
2347
2346
  name: string;
2347
+ nameKey: string;
2348
2348
  in: "query" | "header" | "cookie";
2349
2349
  description?: string | undefined;
2350
2350
  }[K]> ? PathValue< {
2351
2351
  type: "apiKey";
2352
2352
  value: string;
2353
2353
  uid: string;
2354
- nameKey: string;
2355
2354
  name: string;
2355
+ nameKey: string;
2356
2356
  in: "query" | "header" | "cookie";
2357
2357
  description?: string | undefined;
2358
2358
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "value" | "type" | "description" | "uid" | "secondValue" | "nameKey" | "scheme" | "bearerFormat" ? {
@@ -2530,28 +2530,28 @@ export declare const useApiClientModal: () => {
2530
2530
  openIdConnectUrl: string;
2531
2531
  description?: string | undefined;
2532
2532
  }[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
2533
- untrackedEdit: <P extends "value" | "type" | "description" | "name" | "uid" | "secondValue" | "flow" | "nameKey" | "in" | "scheme" | "bearerFormat" | "clientId" | "openIdConnectUrl" | "flow.selectedScopes" | "flow.type" | "flow.redirectUri" | "flow.token" | "flow.refreshUrl" | "flow.authorizationUrl" | "flow.scopes" | `flow.selectedScopes.${number}` | `flow.scopes.${string}` | "flow.value" | "flow.clientSecret" | "flow.secondValue" | "flow.tokenUrl">(uid: string, path: P, value: (P extends "value" | "type" | "description" | "name" | "uid" | "nameKey" | "in" ? {
2533
+ untrackedEdit: <P extends "value" | "type" | "description" | "name" | "uid" | "in" | "secondValue" | "flow" | "nameKey" | "scheme" | "bearerFormat" | "clientId" | "openIdConnectUrl" | "flow.selectedScopes" | "flow.type" | "flow.redirectUri" | "flow.token" | "flow.refreshUrl" | "flow.authorizationUrl" | "flow.scopes" | `flow.selectedScopes.${number}` | `flow.scopes.${string}` | "flow.value" | "flow.clientSecret" | "flow.secondValue" | "flow.tokenUrl">(uid: string, path: P, value: (P extends "value" | "type" | "description" | "name" | "uid" | "in" | "nameKey" ? {
2534
2534
  type: "apiKey";
2535
2535
  value: string;
2536
2536
  uid: string;
2537
- nameKey: string;
2538
2537
  name: string;
2538
+ nameKey: string;
2539
2539
  in: "query" | "header" | "cookie";
2540
2540
  description?: string | undefined;
2541
- }[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "type" | "description" | "name" | "uid" | "nameKey" | "in" ? R extends Path< {
2541
+ }[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "type" | "description" | "name" | "uid" | "in" | "nameKey" ? R extends Path< {
2542
2542
  type: "apiKey";
2543
2543
  value: string;
2544
2544
  uid: string;
2545
- nameKey: string;
2546
2545
  name: string;
2546
+ nameKey: string;
2547
2547
  in: "query" | "header" | "cookie";
2548
2548
  description?: string | undefined;
2549
2549
  }[K]> ? PathValue< {
2550
2550
  type: "apiKey";
2551
2551
  value: string;
2552
2552
  uid: string;
2553
- nameKey: string;
2554
2553
  name: string;
2554
+ nameKey: string;
2555
2555
  in: "query" | "header" | "cookie";
2556
2556
  description?: string | undefined;
2557
2557
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "value" | "type" | "description" | "uid" | "secondValue" | "nameKey" | "scheme" | "bearerFormat" ? {
@@ -2739,8 +2739,8 @@ export declare const useApiClientModal: () => {
2739
2739
  url: string;
2740
2740
  description?: string | undefined;
2741
2741
  variables?: Record<string, {
2742
- uid: string;
2743
2742
  default: string;
2743
+ uid: string;
2744
2744
  value?: string | undefined;
2745
2745
  description?: string | undefined;
2746
2746
  enum?: string[] | undefined;
@@ -2753,8 +2753,8 @@ export declare const useApiClientModal: () => {
2753
2753
  url: string;
2754
2754
  description?: string | undefined;
2755
2755
  variables?: Record<string, {
2756
- uid: string;
2757
2756
  default: string;
2757
+ uid: string;
2758
2758
  value?: string | undefined;
2759
2759
  description?: string | undefined;
2760
2760
  enum?: string[] | undefined;
@@ -2765,8 +2765,8 @@ export declare const useApiClientModal: () => {
2765
2765
  url: string;
2766
2766
  description?: string | undefined;
2767
2767
  variables?: Record<string, {
2768
- uid: string;
2769
2768
  default: string;
2769
+ uid: string;
2770
2770
  value?: string | undefined;
2771
2771
  description?: string | undefined;
2772
2772
  enum?: string[] | undefined;
@@ -2776,8 +2776,8 @@ export declare const useApiClientModal: () => {
2776
2776
  url: string;
2777
2777
  description?: string | undefined;
2778
2778
  variables?: Record<string, {
2779
- uid: string;
2780
2779
  default: string;
2780
+ uid: string;
2781
2781
  value?: string | undefined;
2782
2782
  description?: string | undefined;
2783
2783
  enum?: string[] | undefined;
@@ -2787,8 +2787,8 @@ export declare const useApiClientModal: () => {
2787
2787
  url: string;
2788
2788
  description?: string | undefined;
2789
2789
  variables?: Record<string, {
2790
- uid: string;
2791
2790
  default: string;
2791
+ uid: string;
2792
2792
  value?: string | undefined;
2793
2793
  description?: string | undefined;
2794
2794
  enum?: string[] | undefined;
@@ -2799,8 +2799,8 @@ export declare const useApiClientModal: () => {
2799
2799
  url: string;
2800
2800
  description?: string | undefined;
2801
2801
  variables?: Record<string, {
2802
- uid: string;
2803
2802
  default: string;
2803
+ uid: string;
2804
2804
  value?: string | undefined;
2805
2805
  description?: string | undefined;
2806
2806
  enum?: string[] | undefined;
@@ -2810,8 +2810,8 @@ export declare const useApiClientModal: () => {
2810
2810
  url: string;
2811
2811
  description?: string | undefined;
2812
2812
  variables?: Record<string, {
2813
- uid: string;
2814
2813
  default: string;
2814
+ uid: string;
2815
2815
  value?: string | undefined;
2816
2816
  description?: string | undefined;
2817
2817
  enum?: string[] | undefined;
@@ -2821,8 +2821,8 @@ export declare const useApiClientModal: () => {
2821
2821
  url: string;
2822
2822
  description?: string | undefined;
2823
2823
  variables?: Record<string, {
2824
- uid: string;
2825
2824
  default: string;
2825
+ uid: string;
2826
2826
  value?: string | undefined;
2827
2827
  description?: string | undefined;
2828
2828
  enum?: string[] | undefined;
@@ -2835,36 +2835,36 @@ export declare const useApiClientModal: () => {
2835
2835
  workspaceMutators: {
2836
2836
  rawAdd: (item: {
2837
2837
  uid: string;
2838
- description: string;
2839
2838
  name: string;
2839
+ description: string;
2840
2840
  isReadOnly: boolean;
2841
2841
  collectionUids: string[];
2842
2842
  environmentUids: string[];
2843
2843
  cookieUids: string[];
2844
2844
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
2845
2845
  hotKeyConfig?: {
2846
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
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
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
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
2848
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2849
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2849
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2850
2850
  }>> | undefined;
2851
2851
  } | undefined;
2852
2852
  proxyUrl?: string | undefined;
2853
2853
  }) => void;
2854
2854
  add: (payload?: WorkspacePayload) => {
2855
2855
  uid: string;
2856
- description: string;
2857
2856
  name: string;
2857
+ description: string;
2858
2858
  isReadOnly: boolean;
2859
2859
  collectionUids: string[];
2860
2860
  environmentUids: string[];
2861
2861
  cookieUids: string[];
2862
2862
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
2863
2863
  hotKeyConfig?: {
2864
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
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
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
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
2866
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2867
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2867
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2868
2868
  }>> | undefined;
2869
2869
  } | undefined;
2870
2870
  proxyUrl?: string | undefined;
@@ -2873,122 +2873,122 @@ export declare const useApiClientModal: () => {
2873
2873
  rename: (uid: string, newName: string) => void;
2874
2874
  set: (item: {
2875
2875
  uid: string;
2876
- description: string;
2877
2876
  name: string;
2877
+ description: string;
2878
2878
  isReadOnly: boolean;
2879
2879
  collectionUids: string[];
2880
2880
  environmentUids: string[];
2881
2881
  cookieUids: string[];
2882
2882
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
2883
2883
  hotKeyConfig?: {
2884
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2885
- 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" | ";" | "=" | "," | "`" | "\\" | "]", {
2884
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2885
+ 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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2886
2886
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2887
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2887
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2888
2888
  }>> | undefined;
2889
2889
  } | undefined;
2890
2890
  proxyUrl?: string | undefined;
2891
2891
  }) => void;
2892
- 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" ? {
2892
+ 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.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "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.*" | "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.c.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.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.n.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.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.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.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.*.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" ? {
2893
2893
  uid: string;
2894
- description: string;
2895
2894
  name: string;
2895
+ description: string;
2896
2896
  isReadOnly: boolean;
2897
2897
  collectionUids: string[];
2898
2898
  environmentUids: string[];
2899
2899
  cookieUids: string[];
2900
2900
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
2901
2901
  hotKeyConfig?: {
2902
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2903
- 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" | ";" | "=" | "," | "`" | "\\" | "]", {
2902
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2903
+ 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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2904
2904
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2905
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2905
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2906
2906
  }>> | undefined;
2907
2907
  } | undefined;
2908
2908
  proxyUrl?: string | undefined;
2909
2909
  }[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends Path< {
2910
2910
  uid: string;
2911
- description: string;
2912
2911
  name: string;
2912
+ description: string;
2913
2913
  isReadOnly: boolean;
2914
2914
  collectionUids: string[];
2915
2915
  environmentUids: string[];
2916
2916
  cookieUids: string[];
2917
2917
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
2918
2918
  hotKeyConfig?: {
2919
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2920
- 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" | ";" | "=" | "," | "`" | "\\" | "]", {
2919
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2920
+ 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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2921
2921
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2922
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2922
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2923
2923
  }>> | undefined;
2924
2924
  } | undefined;
2925
2925
  proxyUrl?: string | undefined;
2926
2926
  }[K]> ? PathValue< {
2927
2927
  uid: string;
2928
- description: string;
2929
2928
  name: string;
2929
+ description: string;
2930
2930
  isReadOnly: boolean;
2931
2931
  collectionUids: string[];
2932
2932
  environmentUids: string[];
2933
2933
  cookieUids: string[];
2934
2934
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
2935
2935
  hotKeyConfig?: {
2936
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2937
- 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" | ";" | "=" | "," | "`" | "\\" | "]", {
2936
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2937
+ 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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2938
2938
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2939
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2939
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2940
2940
  }>> | undefined;
2941
2941
  } | undefined;
2942
2942
  proxyUrl?: string | undefined;
2943
2943
  }[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
2944
- 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" ? {
2944
+ 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.c" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "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.*" | "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.c.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.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.n.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.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.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.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.*.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" ? {
2945
2945
  uid: string;
2946
- description: string;
2947
2946
  name: string;
2947
+ description: string;
2948
2948
  isReadOnly: boolean;
2949
2949
  collectionUids: string[];
2950
2950
  environmentUids: string[];
2951
2951
  cookieUids: string[];
2952
2952
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
2953
2953
  hotKeyConfig?: {
2954
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2955
- 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" | ";" | "=" | "," | "`" | "\\" | "]", {
2954
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2955
+ 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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2956
2956
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2957
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2957
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2958
2958
  }>> | undefined;
2959
2959
  } | undefined;
2960
2960
  proxyUrl?: string | undefined;
2961
2961
  }[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends Path< {
2962
2962
  uid: string;
2963
- description: string;
2964
2963
  name: string;
2964
+ description: string;
2965
2965
  isReadOnly: boolean;
2966
2966
  collectionUids: string[];
2967
2967
  environmentUids: string[];
2968
2968
  cookieUids: string[];
2969
2969
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
2970
2970
  hotKeyConfig?: {
2971
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2972
- 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" | ";" | "=" | "," | "`" | "\\" | "]", {
2971
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2972
+ 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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2973
2973
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2974
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2974
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2975
2975
  }>> | undefined;
2976
2976
  } | undefined;
2977
2977
  proxyUrl?: string | undefined;
2978
2978
  }[K]> ? PathValue< {
2979
2979
  uid: string;
2980
- description: string;
2981
2980
  name: string;
2981
+ description: string;
2982
2982
  isReadOnly: boolean;
2983
2983
  collectionUids: string[];
2984
2984
  environmentUids: string[];
2985
2985
  cookieUids: string[];
2986
2986
  themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
2987
2987
  hotKeyConfig?: {
2988
- modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
2989
- 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" | ";" | "=" | "," | "`" | "\\" | "]", {
2988
+ modifiers: ("Meta" | "Control" | "Shift" | "Alt" | "default")[];
2989
+ 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" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
2990
2990
  event: "closeModal" | "commandPaletteDown" | "commandPaletteSelect" | "commandPaletteUp" | "openCommandPalette" | "toggleSidebar" | "addTopNav" | "closeTopNav" | "navigateTopNavLeft" | "navigateTopNavRight" | "focusAddressBar" | "jumpToTab" | "jumpToLastTab";
2991
- modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
2991
+ modifiers?: ("Meta" | "Control" | "Shift" | "Alt" | "default")[] | undefined;
2992
2992
  }>> | undefined;
2993
2993
  } | undefined;
2994
2994
  proxyUrl?: string | undefined;