@scalar/api-client-react 1.0.32 → 1.0.35
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/CHANGELOG.md +24 -0
- package/dist/index.d.ts +153 -130
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { AnyObject } from '@scalar/openapi-parser';
|
|
2
1
|
import { App } from 'vue';
|
|
3
2
|
import { AuthenticationState } from '@scalar/types/legacy';
|
|
4
3
|
import { ClientConfiguration } from '@scalar/api-client/libs';
|
|
@@ -62,6 +61,7 @@ export declare const useApiClientModal: () => {
|
|
|
62
61
|
isReadOnly: boolean;
|
|
63
62
|
collectionUids: string[];
|
|
64
63
|
environmentUids: string[];
|
|
64
|
+
activeEnvironmentId: string;
|
|
65
65
|
cookieUids: string[];
|
|
66
66
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
67
67
|
hotKeyConfig?: {
|
|
@@ -151,7 +151,7 @@ export declare const useApiClientModal: () => {
|
|
|
151
151
|
body: {
|
|
152
152
|
raw: {
|
|
153
153
|
value: string;
|
|
154
|
-
encoding: "
|
|
154
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
155
155
|
};
|
|
156
156
|
formData: {
|
|
157
157
|
value: {
|
|
@@ -165,10 +165,10 @@ export declare const useApiClientModal: () => {
|
|
|
165
165
|
required?: boolean | undefined;
|
|
166
166
|
description?: string | undefined;
|
|
167
167
|
enum?: string[] | undefined;
|
|
168
|
+
nullable?: boolean | undefined;
|
|
169
|
+
format?: string | undefined;
|
|
168
170
|
file?: any;
|
|
169
171
|
refUid?: string | undefined;
|
|
170
|
-
format?: string | undefined;
|
|
171
|
-
nullable?: boolean | undefined;
|
|
172
172
|
}[];
|
|
173
173
|
encoding: "form-data" | "urlencoded";
|
|
174
174
|
};
|
|
@@ -187,10 +187,10 @@ export declare const useApiClientModal: () => {
|
|
|
187
187
|
required?: boolean | undefined;
|
|
188
188
|
description?: string | undefined;
|
|
189
189
|
enum?: string[] | undefined;
|
|
190
|
+
nullable?: boolean | undefined;
|
|
191
|
+
format?: string | undefined;
|
|
190
192
|
file?: any;
|
|
191
193
|
refUid?: string | undefined;
|
|
192
|
-
format?: string | undefined;
|
|
193
|
-
nullable?: boolean | undefined;
|
|
194
194
|
}[];
|
|
195
195
|
query: {
|
|
196
196
|
value: string;
|
|
@@ -203,10 +203,10 @@ export declare const useApiClientModal: () => {
|
|
|
203
203
|
required?: boolean | undefined;
|
|
204
204
|
description?: string | undefined;
|
|
205
205
|
enum?: string[] | undefined;
|
|
206
|
+
nullable?: boolean | undefined;
|
|
207
|
+
format?: string | undefined;
|
|
206
208
|
file?: any;
|
|
207
209
|
refUid?: string | undefined;
|
|
208
|
-
format?: string | undefined;
|
|
209
|
-
nullable?: boolean | undefined;
|
|
210
210
|
}[];
|
|
211
211
|
headers: {
|
|
212
212
|
value: string;
|
|
@@ -219,10 +219,10 @@ export declare const useApiClientModal: () => {
|
|
|
219
219
|
required?: boolean | undefined;
|
|
220
220
|
description?: string | undefined;
|
|
221
221
|
enum?: string[] | undefined;
|
|
222
|
+
nullable?: boolean | undefined;
|
|
223
|
+
format?: string | undefined;
|
|
222
224
|
file?: any;
|
|
223
225
|
refUid?: string | undefined;
|
|
224
|
-
format?: string | undefined;
|
|
225
|
-
nullable?: boolean | undefined;
|
|
226
226
|
}[];
|
|
227
227
|
cookies: {
|
|
228
228
|
value: string;
|
|
@@ -235,10 +235,10 @@ export declare const useApiClientModal: () => {
|
|
|
235
235
|
required?: boolean | undefined;
|
|
236
236
|
description?: string | undefined;
|
|
237
237
|
enum?: string[] | undefined;
|
|
238
|
+
nullable?: boolean | undefined;
|
|
239
|
+
format?: string | undefined;
|
|
238
240
|
file?: any;
|
|
239
241
|
refUid?: string | undefined;
|
|
240
|
-
format?: string | undefined;
|
|
241
|
-
nullable?: boolean | undefined;
|
|
242
242
|
}[];
|
|
243
243
|
};
|
|
244
244
|
auth: Record<string, any>;
|
|
@@ -372,7 +372,7 @@ export declare const useApiClientModal: () => {
|
|
|
372
372
|
body: {
|
|
373
373
|
raw: {
|
|
374
374
|
value: string;
|
|
375
|
-
encoding: "
|
|
375
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
376
376
|
};
|
|
377
377
|
formData: {
|
|
378
378
|
value: {
|
|
@@ -386,10 +386,10 @@ export declare const useApiClientModal: () => {
|
|
|
386
386
|
required?: boolean | undefined;
|
|
387
387
|
description?: string | undefined;
|
|
388
388
|
enum?: string[] | undefined;
|
|
389
|
+
nullable?: boolean | undefined;
|
|
390
|
+
format?: string | undefined;
|
|
389
391
|
file?: any;
|
|
390
392
|
refUid?: string | undefined;
|
|
391
|
-
format?: string | undefined;
|
|
392
|
-
nullable?: boolean | undefined;
|
|
393
393
|
}[];
|
|
394
394
|
encoding: "form-data" | "urlencoded";
|
|
395
395
|
};
|
|
@@ -408,10 +408,10 @@ export declare const useApiClientModal: () => {
|
|
|
408
408
|
required?: boolean | undefined;
|
|
409
409
|
description?: string | undefined;
|
|
410
410
|
enum?: string[] | undefined;
|
|
411
|
+
nullable?: boolean | undefined;
|
|
412
|
+
format?: string | undefined;
|
|
411
413
|
file?: any;
|
|
412
414
|
refUid?: string | undefined;
|
|
413
|
-
format?: string | undefined;
|
|
414
|
-
nullable?: boolean | undefined;
|
|
415
415
|
}[];
|
|
416
416
|
query: {
|
|
417
417
|
value: string;
|
|
@@ -424,10 +424,10 @@ export declare const useApiClientModal: () => {
|
|
|
424
424
|
required?: boolean | undefined;
|
|
425
425
|
description?: string | undefined;
|
|
426
426
|
enum?: string[] | undefined;
|
|
427
|
+
nullable?: boolean | undefined;
|
|
428
|
+
format?: string | undefined;
|
|
427
429
|
file?: any;
|
|
428
430
|
refUid?: string | undefined;
|
|
429
|
-
format?: string | undefined;
|
|
430
|
-
nullable?: boolean | undefined;
|
|
431
431
|
}[];
|
|
432
432
|
headers: {
|
|
433
433
|
value: string;
|
|
@@ -440,10 +440,10 @@ export declare const useApiClientModal: () => {
|
|
|
440
440
|
required?: boolean | undefined;
|
|
441
441
|
description?: string | undefined;
|
|
442
442
|
enum?: string[] | undefined;
|
|
443
|
+
nullable?: boolean | undefined;
|
|
444
|
+
format?: string | undefined;
|
|
443
445
|
file?: any;
|
|
444
446
|
refUid?: string | undefined;
|
|
445
|
-
format?: string | undefined;
|
|
446
|
-
nullable?: boolean | undefined;
|
|
447
447
|
}[];
|
|
448
448
|
cookies: {
|
|
449
449
|
value: string;
|
|
@@ -456,10 +456,10 @@ export declare const useApiClientModal: () => {
|
|
|
456
456
|
required?: boolean | undefined;
|
|
457
457
|
description?: string | undefined;
|
|
458
458
|
enum?: string[] | undefined;
|
|
459
|
+
nullable?: boolean | undefined;
|
|
460
|
+
format?: string | undefined;
|
|
459
461
|
file?: any;
|
|
460
462
|
refUid?: string | undefined;
|
|
461
|
-
format?: string | undefined;
|
|
462
|
-
nullable?: boolean | undefined;
|
|
463
463
|
}[];
|
|
464
464
|
};
|
|
465
465
|
auth: Record<string, any>;
|
|
@@ -562,6 +562,7 @@ export declare const useApiClientModal: () => {
|
|
|
562
562
|
isReadOnly: boolean;
|
|
563
563
|
collectionUids: string[];
|
|
564
564
|
environmentUids: string[];
|
|
565
|
+
activeEnvironmentId: string;
|
|
565
566
|
cookieUids: string[];
|
|
566
567
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
567
568
|
hotKeyConfig?: {
|
|
@@ -629,11 +630,22 @@ export declare const useApiClientModal: () => {
|
|
|
629
630
|
key: string;
|
|
630
631
|
value: string;
|
|
631
632
|
} | {
|
|
632
|
-
_scalarEnvId:
|
|
633
|
+
_scalarEnvId: string;
|
|
633
634
|
key: string;
|
|
634
635
|
value: unknown;
|
|
635
636
|
})[]>;
|
|
636
637
|
activeWorkspaceRequests: ComputedRef<Request_2[]>;
|
|
638
|
+
activeEnvironment: ComputedRef< {
|
|
639
|
+
uid: string;
|
|
640
|
+
name: string;
|
|
641
|
+
color: string;
|
|
642
|
+
raw: string;
|
|
643
|
+
parsed: {
|
|
644
|
+
value: string;
|
|
645
|
+
key: string;
|
|
646
|
+
}[];
|
|
647
|
+
isDefault?: boolean | undefined;
|
|
648
|
+
}>;
|
|
637
649
|
modalState: {
|
|
638
650
|
open: boolean;
|
|
639
651
|
show: () => void;
|
|
@@ -644,7 +656,9 @@ export declare const useApiClientModal: () => {
|
|
|
644
656
|
sidebarWidth: Ref<string>;
|
|
645
657
|
setSidebarWidth: (width: string) => void;
|
|
646
658
|
findRequestFolders: (uid: string, foldersToOpen?: string[]) => string[];
|
|
647
|
-
importSpecFile: (_spec: string |
|
|
659
|
+
importSpecFile: (_spec: string | {
|
|
660
|
+
[x: string]: any;
|
|
661
|
+
}, workspaceUid?: string, overloadServers?: Spec["servers"]) => Promise<void>;
|
|
648
662
|
importSpecFromUrl: (url: string, proxy?: string, overloadServers?: Spec["servers"]) => Promise<void>;
|
|
649
663
|
cookieMutators: {
|
|
650
664
|
add: (item: {
|
|
@@ -1300,7 +1314,7 @@ export declare const useApiClientModal: () => {
|
|
|
1300
1314
|
body: {
|
|
1301
1315
|
raw: {
|
|
1302
1316
|
value: string;
|
|
1303
|
-
encoding: "
|
|
1317
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1304
1318
|
};
|
|
1305
1319
|
formData: {
|
|
1306
1320
|
value: {
|
|
@@ -1314,10 +1328,10 @@ export declare const useApiClientModal: () => {
|
|
|
1314
1328
|
required?: boolean | undefined;
|
|
1315
1329
|
description?: string | undefined;
|
|
1316
1330
|
enum?: string[] | undefined;
|
|
1331
|
+
nullable?: boolean | undefined;
|
|
1332
|
+
format?: string | undefined;
|
|
1317
1333
|
file?: any;
|
|
1318
1334
|
refUid?: string | undefined;
|
|
1319
|
-
format?: string | undefined;
|
|
1320
|
-
nullable?: boolean | undefined;
|
|
1321
1335
|
}[];
|
|
1322
1336
|
encoding: "form-data" | "urlencoded";
|
|
1323
1337
|
};
|
|
@@ -1336,10 +1350,10 @@ export declare const useApiClientModal: () => {
|
|
|
1336
1350
|
required?: boolean | undefined;
|
|
1337
1351
|
description?: string | undefined;
|
|
1338
1352
|
enum?: string[] | undefined;
|
|
1353
|
+
nullable?: boolean | undefined;
|
|
1354
|
+
format?: string | undefined;
|
|
1339
1355
|
file?: any;
|
|
1340
1356
|
refUid?: string | undefined;
|
|
1341
|
-
format?: string | undefined;
|
|
1342
|
-
nullable?: boolean | undefined;
|
|
1343
1357
|
}[];
|
|
1344
1358
|
query: {
|
|
1345
1359
|
value: string;
|
|
@@ -1352,10 +1366,10 @@ export declare const useApiClientModal: () => {
|
|
|
1352
1366
|
required?: boolean | undefined;
|
|
1353
1367
|
description?: string | undefined;
|
|
1354
1368
|
enum?: string[] | undefined;
|
|
1369
|
+
nullable?: boolean | undefined;
|
|
1370
|
+
format?: string | undefined;
|
|
1355
1371
|
file?: any;
|
|
1356
1372
|
refUid?: string | undefined;
|
|
1357
|
-
format?: string | undefined;
|
|
1358
|
-
nullable?: boolean | undefined;
|
|
1359
1373
|
}[];
|
|
1360
1374
|
headers: {
|
|
1361
1375
|
value: string;
|
|
@@ -1368,10 +1382,10 @@ export declare const useApiClientModal: () => {
|
|
|
1368
1382
|
required?: boolean | undefined;
|
|
1369
1383
|
description?: string | undefined;
|
|
1370
1384
|
enum?: string[] | undefined;
|
|
1385
|
+
nullable?: boolean | undefined;
|
|
1386
|
+
format?: string | undefined;
|
|
1371
1387
|
file?: any;
|
|
1372
1388
|
refUid?: string | undefined;
|
|
1373
|
-
format?: string | undefined;
|
|
1374
|
-
nullable?: boolean | undefined;
|
|
1375
1389
|
}[];
|
|
1376
1390
|
cookies: {
|
|
1377
1391
|
value: string;
|
|
@@ -1384,10 +1398,10 @@ export declare const useApiClientModal: () => {
|
|
|
1384
1398
|
required?: boolean | undefined;
|
|
1385
1399
|
description?: string | undefined;
|
|
1386
1400
|
enum?: string[] | undefined;
|
|
1401
|
+
nullable?: boolean | undefined;
|
|
1402
|
+
format?: string | undefined;
|
|
1387
1403
|
file?: any;
|
|
1388
1404
|
refUid?: string | undefined;
|
|
1389
|
-
format?: string | undefined;
|
|
1390
|
-
nullable?: boolean | undefined;
|
|
1391
1405
|
}[];
|
|
1392
1406
|
};
|
|
1393
1407
|
auth: Record<string, any>;
|
|
@@ -1400,7 +1414,7 @@ export declare const useApiClientModal: () => {
|
|
|
1400
1414
|
body: {
|
|
1401
1415
|
raw: {
|
|
1402
1416
|
value: string;
|
|
1403
|
-
encoding: "
|
|
1417
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1404
1418
|
};
|
|
1405
1419
|
formData: {
|
|
1406
1420
|
value: {
|
|
@@ -1414,10 +1428,10 @@ export declare const useApiClientModal: () => {
|
|
|
1414
1428
|
required?: boolean | undefined;
|
|
1415
1429
|
description?: string | undefined;
|
|
1416
1430
|
enum?: string[] | undefined;
|
|
1431
|
+
nullable?: boolean | undefined;
|
|
1432
|
+
format?: string | undefined;
|
|
1417
1433
|
file?: any;
|
|
1418
1434
|
refUid?: string | undefined;
|
|
1419
|
-
format?: string | undefined;
|
|
1420
|
-
nullable?: boolean | undefined;
|
|
1421
1435
|
}[];
|
|
1422
1436
|
encoding: "form-data" | "urlencoded";
|
|
1423
1437
|
};
|
|
@@ -1436,10 +1450,10 @@ export declare const useApiClientModal: () => {
|
|
|
1436
1450
|
required?: boolean | undefined;
|
|
1437
1451
|
description?: string | undefined;
|
|
1438
1452
|
enum?: string[] | undefined;
|
|
1453
|
+
nullable?: boolean | undefined;
|
|
1454
|
+
format?: string | undefined;
|
|
1439
1455
|
file?: any;
|
|
1440
1456
|
refUid?: string | undefined;
|
|
1441
|
-
format?: string | undefined;
|
|
1442
|
-
nullable?: boolean | undefined;
|
|
1443
1457
|
}[];
|
|
1444
1458
|
query: {
|
|
1445
1459
|
value: string;
|
|
@@ -1452,10 +1466,10 @@ export declare const useApiClientModal: () => {
|
|
|
1452
1466
|
required?: boolean | undefined;
|
|
1453
1467
|
description?: string | undefined;
|
|
1454
1468
|
enum?: string[] | undefined;
|
|
1469
|
+
nullable?: boolean | undefined;
|
|
1470
|
+
format?: string | undefined;
|
|
1455
1471
|
file?: any;
|
|
1456
1472
|
refUid?: string | undefined;
|
|
1457
|
-
format?: string | undefined;
|
|
1458
|
-
nullable?: boolean | undefined;
|
|
1459
1473
|
}[];
|
|
1460
1474
|
headers: {
|
|
1461
1475
|
value: string;
|
|
@@ -1468,10 +1482,10 @@ export declare const useApiClientModal: () => {
|
|
|
1468
1482
|
required?: boolean | undefined;
|
|
1469
1483
|
description?: string | undefined;
|
|
1470
1484
|
enum?: string[] | undefined;
|
|
1485
|
+
nullable?: boolean | undefined;
|
|
1486
|
+
format?: string | undefined;
|
|
1471
1487
|
file?: any;
|
|
1472
1488
|
refUid?: string | undefined;
|
|
1473
|
-
format?: string | undefined;
|
|
1474
|
-
nullable?: boolean | undefined;
|
|
1475
1489
|
}[];
|
|
1476
1490
|
cookies: {
|
|
1477
1491
|
value: string;
|
|
@@ -1484,10 +1498,10 @@ export declare const useApiClientModal: () => {
|
|
|
1484
1498
|
required?: boolean | undefined;
|
|
1485
1499
|
description?: string | undefined;
|
|
1486
1500
|
enum?: string[] | undefined;
|
|
1501
|
+
nullable?: boolean | undefined;
|
|
1502
|
+
format?: string | undefined;
|
|
1487
1503
|
file?: any;
|
|
1488
1504
|
refUid?: string | undefined;
|
|
1489
|
-
format?: string | undefined;
|
|
1490
|
-
nullable?: boolean | undefined;
|
|
1491
1505
|
}[];
|
|
1492
1506
|
};
|
|
1493
1507
|
auth: Record<string, any>;
|
|
@@ -1501,7 +1515,7 @@ export declare const useApiClientModal: () => {
|
|
|
1501
1515
|
body: {
|
|
1502
1516
|
raw: {
|
|
1503
1517
|
value: string;
|
|
1504
|
-
encoding: "
|
|
1518
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1505
1519
|
};
|
|
1506
1520
|
formData: {
|
|
1507
1521
|
value: {
|
|
@@ -1515,10 +1529,10 @@ export declare const useApiClientModal: () => {
|
|
|
1515
1529
|
required?: boolean | undefined;
|
|
1516
1530
|
description?: string | undefined;
|
|
1517
1531
|
enum?: string[] | undefined;
|
|
1532
|
+
nullable?: boolean | undefined;
|
|
1533
|
+
format?: string | undefined;
|
|
1518
1534
|
file?: any;
|
|
1519
1535
|
refUid?: string | undefined;
|
|
1520
|
-
format?: string | undefined;
|
|
1521
|
-
nullable?: boolean | undefined;
|
|
1522
1536
|
}[];
|
|
1523
1537
|
encoding: "form-data" | "urlencoded";
|
|
1524
1538
|
};
|
|
@@ -1537,10 +1551,10 @@ export declare const useApiClientModal: () => {
|
|
|
1537
1551
|
required?: boolean | undefined;
|
|
1538
1552
|
description?: string | undefined;
|
|
1539
1553
|
enum?: string[] | undefined;
|
|
1554
|
+
nullable?: boolean | undefined;
|
|
1555
|
+
format?: string | undefined;
|
|
1540
1556
|
file?: any;
|
|
1541
1557
|
refUid?: string | undefined;
|
|
1542
|
-
format?: string | undefined;
|
|
1543
|
-
nullable?: boolean | undefined;
|
|
1544
1558
|
}[];
|
|
1545
1559
|
query: {
|
|
1546
1560
|
value: string;
|
|
@@ -1553,10 +1567,10 @@ export declare const useApiClientModal: () => {
|
|
|
1553
1567
|
required?: boolean | undefined;
|
|
1554
1568
|
description?: string | undefined;
|
|
1555
1569
|
enum?: string[] | undefined;
|
|
1570
|
+
nullable?: boolean | undefined;
|
|
1571
|
+
format?: string | undefined;
|
|
1556
1572
|
file?: any;
|
|
1557
1573
|
refUid?: string | undefined;
|
|
1558
|
-
format?: string | undefined;
|
|
1559
|
-
nullable?: boolean | undefined;
|
|
1560
1574
|
}[];
|
|
1561
1575
|
headers: {
|
|
1562
1576
|
value: string;
|
|
@@ -1569,10 +1583,10 @@ export declare const useApiClientModal: () => {
|
|
|
1569
1583
|
required?: boolean | undefined;
|
|
1570
1584
|
description?: string | undefined;
|
|
1571
1585
|
enum?: string[] | undefined;
|
|
1586
|
+
nullable?: boolean | undefined;
|
|
1587
|
+
format?: string | undefined;
|
|
1572
1588
|
file?: any;
|
|
1573
1589
|
refUid?: string | undefined;
|
|
1574
|
-
format?: string | undefined;
|
|
1575
|
-
nullable?: boolean | undefined;
|
|
1576
1590
|
}[];
|
|
1577
1591
|
cookies: {
|
|
1578
1592
|
value: string;
|
|
@@ -1585,15 +1599,15 @@ export declare const useApiClientModal: () => {
|
|
|
1585
1599
|
required?: boolean | undefined;
|
|
1586
1600
|
description?: string | undefined;
|
|
1587
1601
|
enum?: string[] | undefined;
|
|
1602
|
+
nullable?: boolean | undefined;
|
|
1603
|
+
format?: string | undefined;
|
|
1588
1604
|
file?: any;
|
|
1589
1605
|
refUid?: string | undefined;
|
|
1590
|
-
format?: string | undefined;
|
|
1591
|
-
nullable?: boolean | undefined;
|
|
1592
1606
|
}[];
|
|
1593
1607
|
};
|
|
1594
1608
|
auth: Record<string, any>;
|
|
1595
1609
|
}) => 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}.
|
|
1610
|
+
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}.format` | `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}.enabled` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.format` | `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}.enabled` | `parameters.path.${number}.minimum` | `parameters.path.${number}.maximum` | `parameters.path.${number}.format` | `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}.enabled` | `parameters.query.${number}.minimum` | `parameters.query.${number}.maximum` | `parameters.query.${number}.format` | `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}.enabled` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.format` | `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
1611
|
uid: string;
|
|
1598
1612
|
name: string;
|
|
1599
1613
|
url: string;
|
|
@@ -1601,7 +1615,7 @@ export declare const useApiClientModal: () => {
|
|
|
1601
1615
|
body: {
|
|
1602
1616
|
raw: {
|
|
1603
1617
|
value: string;
|
|
1604
|
-
encoding: "
|
|
1618
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1605
1619
|
};
|
|
1606
1620
|
formData: {
|
|
1607
1621
|
value: {
|
|
@@ -1615,10 +1629,10 @@ export declare const useApiClientModal: () => {
|
|
|
1615
1629
|
required?: boolean | undefined;
|
|
1616
1630
|
description?: string | undefined;
|
|
1617
1631
|
enum?: string[] | undefined;
|
|
1632
|
+
nullable?: boolean | undefined;
|
|
1633
|
+
format?: string | undefined;
|
|
1618
1634
|
file?: any;
|
|
1619
1635
|
refUid?: string | undefined;
|
|
1620
|
-
format?: string | undefined;
|
|
1621
|
-
nullable?: boolean | undefined;
|
|
1622
1636
|
}[];
|
|
1623
1637
|
encoding: "form-data" | "urlencoded";
|
|
1624
1638
|
};
|
|
@@ -1637,10 +1651,10 @@ export declare const useApiClientModal: () => {
|
|
|
1637
1651
|
required?: boolean | undefined;
|
|
1638
1652
|
description?: string | undefined;
|
|
1639
1653
|
enum?: string[] | undefined;
|
|
1654
|
+
nullable?: boolean | undefined;
|
|
1655
|
+
format?: string | undefined;
|
|
1640
1656
|
file?: any;
|
|
1641
1657
|
refUid?: string | undefined;
|
|
1642
|
-
format?: string | undefined;
|
|
1643
|
-
nullable?: boolean | undefined;
|
|
1644
1658
|
}[];
|
|
1645
1659
|
query: {
|
|
1646
1660
|
value: string;
|
|
@@ -1653,10 +1667,10 @@ export declare const useApiClientModal: () => {
|
|
|
1653
1667
|
required?: boolean | undefined;
|
|
1654
1668
|
description?: string | undefined;
|
|
1655
1669
|
enum?: string[] | undefined;
|
|
1670
|
+
nullable?: boolean | undefined;
|
|
1671
|
+
format?: string | undefined;
|
|
1656
1672
|
file?: any;
|
|
1657
1673
|
refUid?: string | undefined;
|
|
1658
|
-
format?: string | undefined;
|
|
1659
|
-
nullable?: boolean | undefined;
|
|
1660
1674
|
}[];
|
|
1661
1675
|
headers: {
|
|
1662
1676
|
value: string;
|
|
@@ -1669,10 +1683,10 @@ export declare const useApiClientModal: () => {
|
|
|
1669
1683
|
required?: boolean | undefined;
|
|
1670
1684
|
description?: string | undefined;
|
|
1671
1685
|
enum?: string[] | undefined;
|
|
1686
|
+
nullable?: boolean | undefined;
|
|
1687
|
+
format?: string | undefined;
|
|
1672
1688
|
file?: any;
|
|
1673
1689
|
refUid?: string | undefined;
|
|
1674
|
-
format?: string | undefined;
|
|
1675
|
-
nullable?: boolean | undefined;
|
|
1676
1690
|
}[];
|
|
1677
1691
|
cookies: {
|
|
1678
1692
|
value: string;
|
|
@@ -1685,10 +1699,10 @@ export declare const useApiClientModal: () => {
|
|
|
1685
1699
|
required?: boolean | undefined;
|
|
1686
1700
|
description?: string | undefined;
|
|
1687
1701
|
enum?: string[] | undefined;
|
|
1702
|
+
nullable?: boolean | undefined;
|
|
1703
|
+
format?: string | undefined;
|
|
1688
1704
|
file?: any;
|
|
1689
1705
|
refUid?: string | undefined;
|
|
1690
|
-
format?: string | undefined;
|
|
1691
|
-
nullable?: boolean | undefined;
|
|
1692
1706
|
}[];
|
|
1693
1707
|
};
|
|
1694
1708
|
auth: Record<string, any>;
|
|
@@ -1700,7 +1714,7 @@ export declare const useApiClientModal: () => {
|
|
|
1700
1714
|
body: {
|
|
1701
1715
|
raw: {
|
|
1702
1716
|
value: string;
|
|
1703
|
-
encoding: "
|
|
1717
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1704
1718
|
};
|
|
1705
1719
|
formData: {
|
|
1706
1720
|
value: {
|
|
@@ -1714,10 +1728,10 @@ export declare const useApiClientModal: () => {
|
|
|
1714
1728
|
required?: boolean | undefined;
|
|
1715
1729
|
description?: string | undefined;
|
|
1716
1730
|
enum?: string[] | undefined;
|
|
1731
|
+
nullable?: boolean | undefined;
|
|
1732
|
+
format?: string | undefined;
|
|
1717
1733
|
file?: any;
|
|
1718
1734
|
refUid?: string | undefined;
|
|
1719
|
-
format?: string | undefined;
|
|
1720
|
-
nullable?: boolean | undefined;
|
|
1721
1735
|
}[];
|
|
1722
1736
|
encoding: "form-data" | "urlencoded";
|
|
1723
1737
|
};
|
|
@@ -1736,10 +1750,10 @@ export declare const useApiClientModal: () => {
|
|
|
1736
1750
|
required?: boolean | undefined;
|
|
1737
1751
|
description?: string | undefined;
|
|
1738
1752
|
enum?: string[] | undefined;
|
|
1753
|
+
nullable?: boolean | undefined;
|
|
1754
|
+
format?: string | undefined;
|
|
1739
1755
|
file?: any;
|
|
1740
1756
|
refUid?: string | undefined;
|
|
1741
|
-
format?: string | undefined;
|
|
1742
|
-
nullable?: boolean | undefined;
|
|
1743
1757
|
}[];
|
|
1744
1758
|
query: {
|
|
1745
1759
|
value: string;
|
|
@@ -1752,10 +1766,10 @@ export declare const useApiClientModal: () => {
|
|
|
1752
1766
|
required?: boolean | undefined;
|
|
1753
1767
|
description?: string | undefined;
|
|
1754
1768
|
enum?: string[] | undefined;
|
|
1769
|
+
nullable?: boolean | undefined;
|
|
1770
|
+
format?: string | undefined;
|
|
1755
1771
|
file?: any;
|
|
1756
1772
|
refUid?: string | undefined;
|
|
1757
|
-
format?: string | undefined;
|
|
1758
|
-
nullable?: boolean | undefined;
|
|
1759
1773
|
}[];
|
|
1760
1774
|
headers: {
|
|
1761
1775
|
value: string;
|
|
@@ -1768,10 +1782,10 @@ export declare const useApiClientModal: () => {
|
|
|
1768
1782
|
required?: boolean | undefined;
|
|
1769
1783
|
description?: string | undefined;
|
|
1770
1784
|
enum?: string[] | undefined;
|
|
1785
|
+
nullable?: boolean | undefined;
|
|
1786
|
+
format?: string | undefined;
|
|
1771
1787
|
file?: any;
|
|
1772
1788
|
refUid?: string | undefined;
|
|
1773
|
-
format?: string | undefined;
|
|
1774
|
-
nullable?: boolean | undefined;
|
|
1775
1789
|
}[];
|
|
1776
1790
|
cookies: {
|
|
1777
1791
|
value: string;
|
|
@@ -1784,10 +1798,10 @@ export declare const useApiClientModal: () => {
|
|
|
1784
1798
|
required?: boolean | undefined;
|
|
1785
1799
|
description?: string | undefined;
|
|
1786
1800
|
enum?: string[] | undefined;
|
|
1801
|
+
nullable?: boolean | undefined;
|
|
1802
|
+
format?: string | undefined;
|
|
1787
1803
|
file?: any;
|
|
1788
1804
|
refUid?: string | undefined;
|
|
1789
|
-
format?: string | undefined;
|
|
1790
|
-
nullable?: boolean | undefined;
|
|
1791
1805
|
}[];
|
|
1792
1806
|
};
|
|
1793
1807
|
auth: Record<string, any>;
|
|
@@ -1799,7 +1813,7 @@ export declare const useApiClientModal: () => {
|
|
|
1799
1813
|
body: {
|
|
1800
1814
|
raw: {
|
|
1801
1815
|
value: string;
|
|
1802
|
-
encoding: "
|
|
1816
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1803
1817
|
};
|
|
1804
1818
|
formData: {
|
|
1805
1819
|
value: {
|
|
@@ -1813,10 +1827,10 @@ export declare const useApiClientModal: () => {
|
|
|
1813
1827
|
required?: boolean | undefined;
|
|
1814
1828
|
description?: string | undefined;
|
|
1815
1829
|
enum?: string[] | undefined;
|
|
1830
|
+
nullable?: boolean | undefined;
|
|
1831
|
+
format?: string | undefined;
|
|
1816
1832
|
file?: any;
|
|
1817
1833
|
refUid?: string | undefined;
|
|
1818
|
-
format?: string | undefined;
|
|
1819
|
-
nullable?: boolean | undefined;
|
|
1820
1834
|
}[];
|
|
1821
1835
|
encoding: "form-data" | "urlencoded";
|
|
1822
1836
|
};
|
|
@@ -1835,10 +1849,10 @@ export declare const useApiClientModal: () => {
|
|
|
1835
1849
|
required?: boolean | undefined;
|
|
1836
1850
|
description?: string | undefined;
|
|
1837
1851
|
enum?: string[] | undefined;
|
|
1852
|
+
nullable?: boolean | undefined;
|
|
1853
|
+
format?: string | undefined;
|
|
1838
1854
|
file?: any;
|
|
1839
1855
|
refUid?: string | undefined;
|
|
1840
|
-
format?: string | undefined;
|
|
1841
|
-
nullable?: boolean | undefined;
|
|
1842
1856
|
}[];
|
|
1843
1857
|
query: {
|
|
1844
1858
|
value: string;
|
|
@@ -1851,10 +1865,10 @@ export declare const useApiClientModal: () => {
|
|
|
1851
1865
|
required?: boolean | undefined;
|
|
1852
1866
|
description?: string | undefined;
|
|
1853
1867
|
enum?: string[] | undefined;
|
|
1868
|
+
nullable?: boolean | undefined;
|
|
1869
|
+
format?: string | undefined;
|
|
1854
1870
|
file?: any;
|
|
1855
1871
|
refUid?: string | undefined;
|
|
1856
|
-
format?: string | undefined;
|
|
1857
|
-
nullable?: boolean | undefined;
|
|
1858
1872
|
}[];
|
|
1859
1873
|
headers: {
|
|
1860
1874
|
value: string;
|
|
@@ -1867,10 +1881,10 @@ export declare const useApiClientModal: () => {
|
|
|
1867
1881
|
required?: boolean | undefined;
|
|
1868
1882
|
description?: string | undefined;
|
|
1869
1883
|
enum?: string[] | undefined;
|
|
1884
|
+
nullable?: boolean | undefined;
|
|
1885
|
+
format?: string | undefined;
|
|
1870
1886
|
file?: any;
|
|
1871
1887
|
refUid?: string | undefined;
|
|
1872
|
-
format?: string | undefined;
|
|
1873
|
-
nullable?: boolean | undefined;
|
|
1874
1888
|
}[];
|
|
1875
1889
|
cookies: {
|
|
1876
1890
|
value: string;
|
|
@@ -1883,15 +1897,15 @@ export declare const useApiClientModal: () => {
|
|
|
1883
1897
|
required?: boolean | undefined;
|
|
1884
1898
|
description?: string | undefined;
|
|
1885
1899
|
enum?: string[] | undefined;
|
|
1900
|
+
nullable?: boolean | undefined;
|
|
1901
|
+
format?: string | undefined;
|
|
1886
1902
|
file?: any;
|
|
1887
1903
|
refUid?: string | undefined;
|
|
1888
|
-
format?: string | undefined;
|
|
1889
|
-
nullable?: boolean | undefined;
|
|
1890
1904
|
}[];
|
|
1891
1905
|
};
|
|
1892
1906
|
auth: Record<string, any>;
|
|
1893
1907
|
}[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}.
|
|
1908
|
+
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}.format` | `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}.enabled` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.format` | `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}.enabled` | `parameters.path.${number}.minimum` | `parameters.path.${number}.maximum` | `parameters.path.${number}.format` | `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}.enabled` | `parameters.query.${number}.minimum` | `parameters.query.${number}.maximum` | `parameters.query.${number}.format` | `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}.enabled` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.format` | `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
1909
|
uid: string;
|
|
1896
1910
|
name: string;
|
|
1897
1911
|
url: string;
|
|
@@ -1899,7 +1913,7 @@ export declare const useApiClientModal: () => {
|
|
|
1899
1913
|
body: {
|
|
1900
1914
|
raw: {
|
|
1901
1915
|
value: string;
|
|
1902
|
-
encoding: "
|
|
1916
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
1903
1917
|
};
|
|
1904
1918
|
formData: {
|
|
1905
1919
|
value: {
|
|
@@ -1913,10 +1927,10 @@ export declare const useApiClientModal: () => {
|
|
|
1913
1927
|
required?: boolean | undefined;
|
|
1914
1928
|
description?: string | undefined;
|
|
1915
1929
|
enum?: string[] | undefined;
|
|
1930
|
+
nullable?: boolean | undefined;
|
|
1931
|
+
format?: string | undefined;
|
|
1916
1932
|
file?: any;
|
|
1917
1933
|
refUid?: string | undefined;
|
|
1918
|
-
format?: string | undefined;
|
|
1919
|
-
nullable?: boolean | undefined;
|
|
1920
1934
|
}[];
|
|
1921
1935
|
encoding: "form-data" | "urlencoded";
|
|
1922
1936
|
};
|
|
@@ -1935,10 +1949,10 @@ export declare const useApiClientModal: () => {
|
|
|
1935
1949
|
required?: boolean | undefined;
|
|
1936
1950
|
description?: string | undefined;
|
|
1937
1951
|
enum?: string[] | undefined;
|
|
1952
|
+
nullable?: boolean | undefined;
|
|
1953
|
+
format?: string | undefined;
|
|
1938
1954
|
file?: any;
|
|
1939
1955
|
refUid?: string | undefined;
|
|
1940
|
-
format?: string | undefined;
|
|
1941
|
-
nullable?: boolean | undefined;
|
|
1942
1956
|
}[];
|
|
1943
1957
|
query: {
|
|
1944
1958
|
value: string;
|
|
@@ -1951,10 +1965,10 @@ export declare const useApiClientModal: () => {
|
|
|
1951
1965
|
required?: boolean | undefined;
|
|
1952
1966
|
description?: string | undefined;
|
|
1953
1967
|
enum?: string[] | undefined;
|
|
1968
|
+
nullable?: boolean | undefined;
|
|
1969
|
+
format?: string | undefined;
|
|
1954
1970
|
file?: any;
|
|
1955
1971
|
refUid?: string | undefined;
|
|
1956
|
-
format?: string | undefined;
|
|
1957
|
-
nullable?: boolean | undefined;
|
|
1958
1972
|
}[];
|
|
1959
1973
|
headers: {
|
|
1960
1974
|
value: string;
|
|
@@ -1967,10 +1981,10 @@ export declare const useApiClientModal: () => {
|
|
|
1967
1981
|
required?: boolean | undefined;
|
|
1968
1982
|
description?: string | undefined;
|
|
1969
1983
|
enum?: string[] | undefined;
|
|
1984
|
+
nullable?: boolean | undefined;
|
|
1985
|
+
format?: string | undefined;
|
|
1970
1986
|
file?: any;
|
|
1971
1987
|
refUid?: string | undefined;
|
|
1972
|
-
format?: string | undefined;
|
|
1973
|
-
nullable?: boolean | undefined;
|
|
1974
1988
|
}[];
|
|
1975
1989
|
cookies: {
|
|
1976
1990
|
value: string;
|
|
@@ -1983,10 +1997,10 @@ export declare const useApiClientModal: () => {
|
|
|
1983
1997
|
required?: boolean | undefined;
|
|
1984
1998
|
description?: string | undefined;
|
|
1985
1999
|
enum?: string[] | undefined;
|
|
2000
|
+
nullable?: boolean | undefined;
|
|
2001
|
+
format?: string | undefined;
|
|
1986
2002
|
file?: any;
|
|
1987
2003
|
refUid?: string | undefined;
|
|
1988
|
-
format?: string | undefined;
|
|
1989
|
-
nullable?: boolean | undefined;
|
|
1990
2004
|
}[];
|
|
1991
2005
|
};
|
|
1992
2006
|
auth: Record<string, any>;
|
|
@@ -1998,7 +2012,7 @@ export declare const useApiClientModal: () => {
|
|
|
1998
2012
|
body: {
|
|
1999
2013
|
raw: {
|
|
2000
2014
|
value: string;
|
|
2001
|
-
encoding: "
|
|
2015
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2002
2016
|
};
|
|
2003
2017
|
formData: {
|
|
2004
2018
|
value: {
|
|
@@ -2012,10 +2026,10 @@ export declare const useApiClientModal: () => {
|
|
|
2012
2026
|
required?: boolean | undefined;
|
|
2013
2027
|
description?: string | undefined;
|
|
2014
2028
|
enum?: string[] | undefined;
|
|
2029
|
+
nullable?: boolean | undefined;
|
|
2030
|
+
format?: string | undefined;
|
|
2015
2031
|
file?: any;
|
|
2016
2032
|
refUid?: string | undefined;
|
|
2017
|
-
format?: string | undefined;
|
|
2018
|
-
nullable?: boolean | undefined;
|
|
2019
2033
|
}[];
|
|
2020
2034
|
encoding: "form-data" | "urlencoded";
|
|
2021
2035
|
};
|
|
@@ -2034,10 +2048,10 @@ export declare const useApiClientModal: () => {
|
|
|
2034
2048
|
required?: boolean | undefined;
|
|
2035
2049
|
description?: string | undefined;
|
|
2036
2050
|
enum?: string[] | undefined;
|
|
2051
|
+
nullable?: boolean | undefined;
|
|
2052
|
+
format?: string | undefined;
|
|
2037
2053
|
file?: any;
|
|
2038
2054
|
refUid?: string | undefined;
|
|
2039
|
-
format?: string | undefined;
|
|
2040
|
-
nullable?: boolean | undefined;
|
|
2041
2055
|
}[];
|
|
2042
2056
|
query: {
|
|
2043
2057
|
value: string;
|
|
@@ -2050,10 +2064,10 @@ export declare const useApiClientModal: () => {
|
|
|
2050
2064
|
required?: boolean | undefined;
|
|
2051
2065
|
description?: string | undefined;
|
|
2052
2066
|
enum?: string[] | undefined;
|
|
2067
|
+
nullable?: boolean | undefined;
|
|
2068
|
+
format?: string | undefined;
|
|
2053
2069
|
file?: any;
|
|
2054
2070
|
refUid?: string | undefined;
|
|
2055
|
-
format?: string | undefined;
|
|
2056
|
-
nullable?: boolean | undefined;
|
|
2057
2071
|
}[];
|
|
2058
2072
|
headers: {
|
|
2059
2073
|
value: string;
|
|
@@ -2066,10 +2080,10 @@ export declare const useApiClientModal: () => {
|
|
|
2066
2080
|
required?: boolean | undefined;
|
|
2067
2081
|
description?: string | undefined;
|
|
2068
2082
|
enum?: string[] | undefined;
|
|
2083
|
+
nullable?: boolean | undefined;
|
|
2084
|
+
format?: string | undefined;
|
|
2069
2085
|
file?: any;
|
|
2070
2086
|
refUid?: string | undefined;
|
|
2071
|
-
format?: string | undefined;
|
|
2072
|
-
nullable?: boolean | undefined;
|
|
2073
2087
|
}[];
|
|
2074
2088
|
cookies: {
|
|
2075
2089
|
value: string;
|
|
@@ -2082,10 +2096,10 @@ export declare const useApiClientModal: () => {
|
|
|
2082
2096
|
required?: boolean | undefined;
|
|
2083
2097
|
description?: string | undefined;
|
|
2084
2098
|
enum?: string[] | undefined;
|
|
2099
|
+
nullable?: boolean | undefined;
|
|
2100
|
+
format?: string | undefined;
|
|
2085
2101
|
file?: any;
|
|
2086
2102
|
refUid?: string | undefined;
|
|
2087
|
-
format?: string | undefined;
|
|
2088
|
-
nullable?: boolean | undefined;
|
|
2089
2103
|
}[];
|
|
2090
2104
|
};
|
|
2091
2105
|
auth: Record<string, any>;
|
|
@@ -2097,7 +2111,7 @@ export declare const useApiClientModal: () => {
|
|
|
2097
2111
|
body: {
|
|
2098
2112
|
raw: {
|
|
2099
2113
|
value: string;
|
|
2100
|
-
encoding: "
|
|
2114
|
+
encoding: "xml" | "json" | "text" | "html" | "javascript" | "yaml" | "edn";
|
|
2101
2115
|
};
|
|
2102
2116
|
formData: {
|
|
2103
2117
|
value: {
|
|
@@ -2111,10 +2125,10 @@ export declare const useApiClientModal: () => {
|
|
|
2111
2125
|
required?: boolean | undefined;
|
|
2112
2126
|
description?: string | undefined;
|
|
2113
2127
|
enum?: string[] | undefined;
|
|
2128
|
+
nullable?: boolean | undefined;
|
|
2129
|
+
format?: string | undefined;
|
|
2114
2130
|
file?: any;
|
|
2115
2131
|
refUid?: string | undefined;
|
|
2116
|
-
format?: string | undefined;
|
|
2117
|
-
nullable?: boolean | undefined;
|
|
2118
2132
|
}[];
|
|
2119
2133
|
encoding: "form-data" | "urlencoded";
|
|
2120
2134
|
};
|
|
@@ -2133,10 +2147,10 @@ export declare const useApiClientModal: () => {
|
|
|
2133
2147
|
required?: boolean | undefined;
|
|
2134
2148
|
description?: string | undefined;
|
|
2135
2149
|
enum?: string[] | undefined;
|
|
2150
|
+
nullable?: boolean | undefined;
|
|
2151
|
+
format?: string | undefined;
|
|
2136
2152
|
file?: any;
|
|
2137
2153
|
refUid?: string | undefined;
|
|
2138
|
-
format?: string | undefined;
|
|
2139
|
-
nullable?: boolean | undefined;
|
|
2140
2154
|
}[];
|
|
2141
2155
|
query: {
|
|
2142
2156
|
value: string;
|
|
@@ -2149,10 +2163,10 @@ export declare const useApiClientModal: () => {
|
|
|
2149
2163
|
required?: boolean | undefined;
|
|
2150
2164
|
description?: string | undefined;
|
|
2151
2165
|
enum?: string[] | undefined;
|
|
2166
|
+
nullable?: boolean | undefined;
|
|
2167
|
+
format?: string | undefined;
|
|
2152
2168
|
file?: any;
|
|
2153
2169
|
refUid?: string | undefined;
|
|
2154
|
-
format?: string | undefined;
|
|
2155
|
-
nullable?: boolean | undefined;
|
|
2156
2170
|
}[];
|
|
2157
2171
|
headers: {
|
|
2158
2172
|
value: string;
|
|
@@ -2165,10 +2179,10 @@ export declare const useApiClientModal: () => {
|
|
|
2165
2179
|
required?: boolean | undefined;
|
|
2166
2180
|
description?: string | undefined;
|
|
2167
2181
|
enum?: string[] | undefined;
|
|
2182
|
+
nullable?: boolean | undefined;
|
|
2183
|
+
format?: string | undefined;
|
|
2168
2184
|
file?: any;
|
|
2169
2185
|
refUid?: string | undefined;
|
|
2170
|
-
format?: string | undefined;
|
|
2171
|
-
nullable?: boolean | undefined;
|
|
2172
2186
|
}[];
|
|
2173
2187
|
cookies: {
|
|
2174
2188
|
value: string;
|
|
@@ -2181,10 +2195,10 @@ export declare const useApiClientModal: () => {
|
|
|
2181
2195
|
required?: boolean | undefined;
|
|
2182
2196
|
description?: string | undefined;
|
|
2183
2197
|
enum?: string[] | undefined;
|
|
2198
|
+
nullable?: boolean | undefined;
|
|
2199
|
+
format?: string | undefined;
|
|
2184
2200
|
file?: any;
|
|
2185
2201
|
refUid?: string | undefined;
|
|
2186
|
-
format?: string | undefined;
|
|
2187
|
-
nullable?: boolean | undefined;
|
|
2188
2202
|
}[];
|
|
2189
2203
|
};
|
|
2190
2204
|
auth: Record<string, any>;
|
|
@@ -2840,6 +2854,7 @@ export declare const useApiClientModal: () => {
|
|
|
2840
2854
|
isReadOnly: boolean;
|
|
2841
2855
|
collectionUids: string[];
|
|
2842
2856
|
environmentUids: string[];
|
|
2857
|
+
activeEnvironmentId: string;
|
|
2843
2858
|
cookieUids: string[];
|
|
2844
2859
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2845
2860
|
hotKeyConfig?: {
|
|
@@ -2858,6 +2873,7 @@ export declare const useApiClientModal: () => {
|
|
|
2858
2873
|
isReadOnly: boolean;
|
|
2859
2874
|
collectionUids: string[];
|
|
2860
2875
|
environmentUids: string[];
|
|
2876
|
+
activeEnvironmentId: string;
|
|
2861
2877
|
cookieUids: string[];
|
|
2862
2878
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2863
2879
|
hotKeyConfig?: {
|
|
@@ -2878,6 +2894,7 @@ export declare const useApiClientModal: () => {
|
|
|
2878
2894
|
isReadOnly: boolean;
|
|
2879
2895
|
collectionUids: string[];
|
|
2880
2896
|
environmentUids: string[];
|
|
2897
|
+
activeEnvironmentId: string;
|
|
2881
2898
|
cookieUids: string[];
|
|
2882
2899
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2883
2900
|
hotKeyConfig?: {
|
|
@@ -2889,13 +2906,14 @@ export declare const useApiClientModal: () => {
|
|
|
2889
2906
|
} | undefined;
|
|
2890
2907
|
proxyUrl?: string | undefined;
|
|
2891
2908
|
}) => 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.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.].event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}`>(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
2909
|
+
edit: <P extends "description" | "name" | "isReadOnly" | "uid" | "activeEnvironmentId" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `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.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "activeEnvironmentId" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
2893
2910
|
uid: string;
|
|
2894
2911
|
name: string;
|
|
2895
2912
|
description: string;
|
|
2896
2913
|
isReadOnly: boolean;
|
|
2897
2914
|
collectionUids: string[];
|
|
2898
2915
|
environmentUids: string[];
|
|
2916
|
+
activeEnvironmentId: string;
|
|
2899
2917
|
cookieUids: string[];
|
|
2900
2918
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2901
2919
|
hotKeyConfig?: {
|
|
@@ -2906,13 +2924,14 @@ export declare const useApiClientModal: () => {
|
|
|
2906
2924
|
}>> | undefined;
|
|
2907
2925
|
} | undefined;
|
|
2908
2926
|
proxyUrl?: string | undefined;
|
|
2909
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends Path< {
|
|
2927
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "isReadOnly" | "uid" | "activeEnvironmentId" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends Path< {
|
|
2910
2928
|
uid: string;
|
|
2911
2929
|
name: string;
|
|
2912
2930
|
description: string;
|
|
2913
2931
|
isReadOnly: boolean;
|
|
2914
2932
|
collectionUids: string[];
|
|
2915
2933
|
environmentUids: string[];
|
|
2934
|
+
activeEnvironmentId: string;
|
|
2916
2935
|
cookieUids: string[];
|
|
2917
2936
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2918
2937
|
hotKeyConfig?: {
|
|
@@ -2930,6 +2949,7 @@ export declare const useApiClientModal: () => {
|
|
|
2930
2949
|
isReadOnly: boolean;
|
|
2931
2950
|
collectionUids: string[];
|
|
2932
2951
|
environmentUids: string[];
|
|
2952
|
+
activeEnvironmentId: string;
|
|
2933
2953
|
cookieUids: string[];
|
|
2934
2954
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2935
2955
|
hotKeyConfig?: {
|
|
@@ -2941,13 +2961,14 @@ export declare const useApiClientModal: () => {
|
|
|
2941
2961
|
} | undefined;
|
|
2942
2962
|
proxyUrl?: string | undefined;
|
|
2943
2963
|
}[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.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.].event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}`>(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
2964
|
+
untrackedEdit: <P extends "description" | "name" | "isReadOnly" | "uid" | "activeEnvironmentId" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `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.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys.a.modifiers" | `hotKeyConfig.hotKeys.a.modifiers.${number}` | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.b.modifiers" | `hotKeyConfig.hotKeys.b.modifiers.${number}` | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.p.modifiers" | `hotKeyConfig.hotKeys.p.modifiers.${number}` | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.q.modifiers" | `hotKeyConfig.hotKeys.q.modifiers.${number}` | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.ArrowLeft.modifiers" | `hotKeyConfig.hotKeys.ArrowLeft.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowLeft.event" | "hotKeyConfig.hotKeys.ArrowRight.modifiers" | `hotKeyConfig.hotKeys.ArrowRight.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowRight.event" | "hotKeyConfig.hotKeys.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Tab.modifiers" | `hotKeyConfig.hotKeys.Tab.modifiers.${number}` | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Enter.modifiers" | `hotKeyConfig.hotKeys.Enter.modifiers.${number}` | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Escape.modifiers" | `hotKeyConfig.hotKeys.Escape.modifiers.${number}` | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.ArrowDown.modifiers" | `hotKeyConfig.hotKeys.ArrowDown.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowDown.event" | "hotKeyConfig.hotKeys.ArrowUp.modifiers" | `hotKeyConfig.hotKeys.ArrowUp.modifiers.${number}` | "hotKeyConfig.hotKeys.ArrowUp.event" | "hotKeyConfig.hotKeys.End.modifiers" | `hotKeyConfig.hotKeys.End.modifiers.${number}` | "hotKeyConfig.hotKeys.End.event" | "hotKeyConfig.hotKeys.Home.modifiers" | `hotKeyConfig.hotKeys.Home.modifiers.${number}` | "hotKeyConfig.hotKeys.Home.event" | "hotKeyConfig.hotKeys.PageDown.modifiers" | `hotKeyConfig.hotKeys.PageDown.modifiers.${number}` | "hotKeyConfig.hotKeys.PageDown.event" | "hotKeyConfig.hotKeys.PageUp.modifiers" | `hotKeyConfig.hotKeys.PageUp.modifiers.${number}` | "hotKeyConfig.hotKeys.PageUp.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.c.modifiers" | `hotKeyConfig.hotKeys.c.modifiers.${number}` | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.d.modifiers" | `hotKeyConfig.hotKeys.d.modifiers.${number}` | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.e.modifiers" | `hotKeyConfig.hotKeys.e.modifiers.${number}` | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.f.modifiers" | `hotKeyConfig.hotKeys.f.modifiers.${number}` | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "activeEnvironmentId" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
2945
2965
|
uid: string;
|
|
2946
2966
|
name: string;
|
|
2947
2967
|
description: string;
|
|
2948
2968
|
isReadOnly: boolean;
|
|
2949
2969
|
collectionUids: string[];
|
|
2950
2970
|
environmentUids: string[];
|
|
2971
|
+
activeEnvironmentId: string;
|
|
2951
2972
|
cookieUids: string[];
|
|
2952
2973
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2953
2974
|
hotKeyConfig?: {
|
|
@@ -2958,13 +2979,14 @@ export declare const useApiClientModal: () => {
|
|
|
2958
2979
|
}>> | undefined;
|
|
2959
2980
|
} | undefined;
|
|
2960
2981
|
proxyUrl?: string | undefined;
|
|
2961
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends Path< {
|
|
2982
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "isReadOnly" | "uid" | "activeEnvironmentId" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends Path< {
|
|
2962
2983
|
uid: string;
|
|
2963
2984
|
name: string;
|
|
2964
2985
|
description: string;
|
|
2965
2986
|
isReadOnly: boolean;
|
|
2966
2987
|
collectionUids: string[];
|
|
2967
2988
|
environmentUids: string[];
|
|
2989
|
+
activeEnvironmentId: string;
|
|
2968
2990
|
cookieUids: string[];
|
|
2969
2991
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2970
2992
|
hotKeyConfig?: {
|
|
@@ -2982,6 +3004,7 @@ export declare const useApiClientModal: () => {
|
|
|
2982
3004
|
isReadOnly: boolean;
|
|
2983
3005
|
collectionUids: string[];
|
|
2984
3006
|
environmentUids: string[];
|
|
3007
|
+
activeEnvironmentId: string;
|
|
2985
3008
|
cookieUids: string[];
|
|
2986
3009
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2987
3010
|
hotKeyConfig?: {
|