@scalar/api-client-react 1.0.18 → 1.0.19
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 +7 -0
- package/dist/index.d.ts +158 -81
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -63,6 +63,13 @@ export declare const useApiClientModal: () => {
|
|
|
63
63
|
environmentUids: string[];
|
|
64
64
|
cookieUids: string[];
|
|
65
65
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
66
|
+
hotKeyConfig?: {
|
|
67
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
68
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
69
|
+
event: "closeModal";
|
|
70
|
+
modifier?: boolean | undefined;
|
|
71
|
+
}>> | undefined;
|
|
72
|
+
} | undefined;
|
|
66
73
|
proxyUrl?: string | undefined;
|
|
67
74
|
}>;
|
|
68
75
|
collections: Record<string, {
|
|
@@ -149,8 +156,8 @@ export declare const useApiClientModal: () => {
|
|
|
149
156
|
maximum?: number | undefined;
|
|
150
157
|
description?: string | undefined;
|
|
151
158
|
default?: any;
|
|
152
|
-
enum?: string[] | undefined;
|
|
153
159
|
required?: boolean | undefined;
|
|
160
|
+
enum?: string[] | undefined;
|
|
154
161
|
file?: File | undefined;
|
|
155
162
|
refUid?: string | undefined;
|
|
156
163
|
format?: string | undefined;
|
|
@@ -165,8 +172,8 @@ export declare const useApiClientModal: () => {
|
|
|
165
172
|
maximum?: number | undefined;
|
|
166
173
|
description?: string | undefined;
|
|
167
174
|
default?: any;
|
|
168
|
-
enum?: string[] | undefined;
|
|
169
175
|
required?: boolean | undefined;
|
|
176
|
+
enum?: string[] | undefined;
|
|
170
177
|
file?: File | undefined;
|
|
171
178
|
refUid?: string | undefined;
|
|
172
179
|
format?: string | undefined;
|
|
@@ -181,8 +188,8 @@ export declare const useApiClientModal: () => {
|
|
|
181
188
|
maximum?: number | undefined;
|
|
182
189
|
description?: string | undefined;
|
|
183
190
|
default?: any;
|
|
184
|
-
enum?: string[] | undefined;
|
|
185
191
|
required?: boolean | undefined;
|
|
192
|
+
enum?: string[] | undefined;
|
|
186
193
|
file?: File | undefined;
|
|
187
194
|
refUid?: string | undefined;
|
|
188
195
|
format?: string | undefined;
|
|
@@ -197,8 +204,8 @@ export declare const useApiClientModal: () => {
|
|
|
197
204
|
maximum?: number | undefined;
|
|
198
205
|
description?: string | undefined;
|
|
199
206
|
default?: any;
|
|
200
|
-
enum?: string[] | undefined;
|
|
201
207
|
required?: boolean | undefined;
|
|
208
|
+
enum?: string[] | undefined;
|
|
202
209
|
file?: File | undefined;
|
|
203
210
|
refUid?: string | undefined;
|
|
204
211
|
format?: string | undefined;
|
|
@@ -221,8 +228,8 @@ export declare const useApiClientModal: () => {
|
|
|
221
228
|
maximum?: number | undefined;
|
|
222
229
|
description?: string | undefined;
|
|
223
230
|
default?: any;
|
|
224
|
-
enum?: string[] | undefined;
|
|
225
231
|
required?: boolean | undefined;
|
|
232
|
+
enum?: string[] | undefined;
|
|
226
233
|
file?: File | undefined;
|
|
227
234
|
refUid?: string | undefined;
|
|
228
235
|
format?: string | undefined;
|
|
@@ -370,8 +377,8 @@ export declare const useApiClientModal: () => {
|
|
|
370
377
|
maximum?: number | undefined;
|
|
371
378
|
description?: string | undefined;
|
|
372
379
|
default?: any;
|
|
373
|
-
enum?: string[] | undefined;
|
|
374
380
|
required?: boolean | undefined;
|
|
381
|
+
enum?: string[] | undefined;
|
|
375
382
|
file?: File | undefined;
|
|
376
383
|
refUid?: string | undefined;
|
|
377
384
|
format?: string | undefined;
|
|
@@ -386,8 +393,8 @@ export declare const useApiClientModal: () => {
|
|
|
386
393
|
maximum?: number | undefined;
|
|
387
394
|
description?: string | undefined;
|
|
388
395
|
default?: any;
|
|
389
|
-
enum?: string[] | undefined;
|
|
390
396
|
required?: boolean | undefined;
|
|
397
|
+
enum?: string[] | undefined;
|
|
391
398
|
file?: File | undefined;
|
|
392
399
|
refUid?: string | undefined;
|
|
393
400
|
format?: string | undefined;
|
|
@@ -402,8 +409,8 @@ export declare const useApiClientModal: () => {
|
|
|
402
409
|
maximum?: number | undefined;
|
|
403
410
|
description?: string | undefined;
|
|
404
411
|
default?: any;
|
|
405
|
-
enum?: string[] | undefined;
|
|
406
412
|
required?: boolean | undefined;
|
|
413
|
+
enum?: string[] | undefined;
|
|
407
414
|
file?: File | undefined;
|
|
408
415
|
refUid?: string | undefined;
|
|
409
416
|
format?: string | undefined;
|
|
@@ -418,8 +425,8 @@ export declare const useApiClientModal: () => {
|
|
|
418
425
|
maximum?: number | undefined;
|
|
419
426
|
description?: string | undefined;
|
|
420
427
|
default?: any;
|
|
421
|
-
enum?: string[] | undefined;
|
|
422
428
|
required?: boolean | undefined;
|
|
429
|
+
enum?: string[] | undefined;
|
|
423
430
|
file?: File | undefined;
|
|
424
431
|
refUid?: string | undefined;
|
|
425
432
|
format?: string | undefined;
|
|
@@ -442,8 +449,8 @@ export declare const useApiClientModal: () => {
|
|
|
442
449
|
maximum?: number | undefined;
|
|
443
450
|
description?: string | undefined;
|
|
444
451
|
default?: any;
|
|
445
|
-
enum?: string[] | undefined;
|
|
446
452
|
required?: boolean | undefined;
|
|
453
|
+
enum?: string[] | undefined;
|
|
447
454
|
file?: File | undefined;
|
|
448
455
|
refUid?: string | undefined;
|
|
449
456
|
format?: string | undefined;
|
|
@@ -556,6 +563,13 @@ export declare const useApiClientModal: () => {
|
|
|
556
563
|
environmentUids: string[];
|
|
557
564
|
cookieUids: string[];
|
|
558
565
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
566
|
+
hotKeyConfig?: {
|
|
567
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
568
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
569
|
+
event: "closeModal";
|
|
570
|
+
modifier?: boolean | undefined;
|
|
571
|
+
}>> | undefined;
|
|
572
|
+
} | undefined;
|
|
559
573
|
proxyUrl?: string | undefined;
|
|
560
574
|
}>;
|
|
561
575
|
activeWorkspaceCollections: ComputedRef< {
|
|
@@ -657,7 +671,7 @@ export declare const useApiClientModal: () => {
|
|
|
657
671
|
partitioned?: boolean | undefined;
|
|
658
672
|
secure?: boolean | undefined;
|
|
659
673
|
}) => void;
|
|
660
|
-
edit: <P extends "value" | "path" | "name" | "uid" | "
|
|
674
|
+
edit: <P extends "value" | "path" | "name" | "uid" | "domain" | "expires" | "secure" | "httpOnly" | "sameSite" | "maxAge" | "partitioned">(uid: string, path: P, value: P extends "value" | "path" | "name" | "uid" | "domain" | "expires" | "secure" | "httpOnly" | "sameSite" | "maxAge" | "partitioned" ? {
|
|
661
675
|
value: string;
|
|
662
676
|
uid: string;
|
|
663
677
|
name: string;
|
|
@@ -669,7 +683,7 @@ export declare const useApiClientModal: () => {
|
|
|
669
683
|
maxAge?: number | undefined;
|
|
670
684
|
partitioned?: boolean | undefined;
|
|
671
685
|
secure?: boolean | undefined;
|
|
672
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "path" | "name" | "uid" | "
|
|
686
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "path" | "name" | "uid" | "domain" | "expires" | "secure" | "httpOnly" | "sameSite" | "maxAge" | "partitioned" ? R extends Path< {
|
|
673
687
|
value: string;
|
|
674
688
|
uid: string;
|
|
675
689
|
name: string;
|
|
@@ -694,7 +708,7 @@ export declare const useApiClientModal: () => {
|
|
|
694
708
|
partitioned?: boolean | undefined;
|
|
695
709
|
secure?: boolean | undefined;
|
|
696
710
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
697
|
-
untrackedEdit: <P extends "value" | "path" | "name" | "uid" | "
|
|
711
|
+
untrackedEdit: <P extends "value" | "path" | "name" | "uid" | "domain" | "expires" | "secure" | "httpOnly" | "sameSite" | "maxAge" | "partitioned">(uid: string, path: P, value: P extends "value" | "path" | "name" | "uid" | "domain" | "expires" | "secure" | "httpOnly" | "sameSite" | "maxAge" | "partitioned" ? {
|
|
698
712
|
value: string;
|
|
699
713
|
uid: string;
|
|
700
714
|
name: string;
|
|
@@ -706,7 +720,7 @@ export declare const useApiClientModal: () => {
|
|
|
706
720
|
maxAge?: number | undefined;
|
|
707
721
|
partitioned?: boolean | undefined;
|
|
708
722
|
secure?: boolean | undefined;
|
|
709
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "path" | "name" | "uid" | "
|
|
723
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "path" | "name" | "uid" | "domain" | "expires" | "secure" | "httpOnly" | "sameSite" | "maxAge" | "partitioned" ? R extends Path< {
|
|
710
724
|
value: string;
|
|
711
725
|
uid: string;
|
|
712
726
|
name: string;
|
|
@@ -856,7 +870,7 @@ export declare const useApiClientModal: () => {
|
|
|
856
870
|
selectedServerUid: string;
|
|
857
871
|
childUids: string[];
|
|
858
872
|
}) => void;
|
|
859
|
-
edit: <P extends "uid" | "
|
|
873
|
+
edit: <P extends "uid" | "childUids" | `childUids.${number}` | "spec" | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.openapi" | "spec.info" | "spec.security" | "spec.tags" | "spec.externalDocs" | `spec.security.${number}` | `spec.security.${number}.${string}` | `spec.tags.${number}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.version" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.contact.name" | "spec.info.license.url" | "spec.info.license.name" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "childUids" | "spec" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
860
874
|
uid: string;
|
|
861
875
|
spec: {
|
|
862
876
|
openapi: string;
|
|
@@ -895,7 +909,7 @@ export declare const useApiClientModal: () => {
|
|
|
895
909
|
securitySchemeDict: Record<string, string>;
|
|
896
910
|
selectedServerUid: string;
|
|
897
911
|
childUids: string[];
|
|
898
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "uid" | "
|
|
912
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "uid" | "childUids" | "spec" | "securitySchemeDict" | "selectedServerUid" ? R extends Path< {
|
|
899
913
|
uid: string;
|
|
900
914
|
spec: {
|
|
901
915
|
openapi: string;
|
|
@@ -974,7 +988,7 @@ export declare const useApiClientModal: () => {
|
|
|
974
988
|
selectedServerUid: string;
|
|
975
989
|
childUids: string[];
|
|
976
990
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
977
|
-
untrackedEdit: <P extends "uid" | "
|
|
991
|
+
untrackedEdit: <P extends "uid" | "childUids" | `childUids.${number}` | "spec" | "securitySchemeDict" | "selectedServerUid" | "spec.info.title" | "spec.openapi" | "spec.info" | "spec.security" | "spec.tags" | "spec.externalDocs" | `spec.security.${number}` | `spec.security.${number}.${string}` | `spec.tags.${number}` | "spec.externalDocs.url" | "spec.externalDocs.description" | "spec.serverUids" | "spec.info.summary" | "spec.info.description" | "spec.info.termsOfService" | "spec.info.contact" | "spec.info.license" | "spec.info.version" | "spec.info.contact.email" | "spec.info.contact.url" | "spec.info.contact.name" | "spec.info.license.url" | "spec.info.license.name" | "spec.info.license.identifier" | `spec.tags.${number}.description` | `spec.tags.${number}.externalDocs` | `spec.tags.${number}.name` | `spec.tags.${number}.externalDocs.url` | `spec.tags.${number}.externalDocs.description` | `spec.serverUids.${number}` | `securitySchemeDict.${string}`>(uid: string, path: P, value: P extends "uid" | "childUids" | "spec" | "securitySchemeDict" | "selectedServerUid" ? {
|
|
978
992
|
uid: string;
|
|
979
993
|
spec: {
|
|
980
994
|
openapi: string;
|
|
@@ -1013,7 +1027,7 @@ export declare const useApiClientModal: () => {
|
|
|
1013
1027
|
securitySchemeDict: Record<string, string>;
|
|
1014
1028
|
selectedServerUid: string;
|
|
1015
1029
|
childUids: string[];
|
|
1016
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "uid" | "
|
|
1030
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "uid" | "childUids" | "spec" | "securitySchemeDict" | "selectedServerUid" ? R extends Path< {
|
|
1017
1031
|
uid: string;
|
|
1018
1032
|
spec: {
|
|
1019
1033
|
openapi: string;
|
|
@@ -1264,8 +1278,8 @@ export declare const useApiClientModal: () => {
|
|
|
1264
1278
|
};
|
|
1265
1279
|
delete: (request: Request_2, parentUid?: string) => void;
|
|
1266
1280
|
set: (item: Request_2) => void;
|
|
1267
|
-
edit: <P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "
|
|
1268
|
-
untrackedEdit: <P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "
|
|
1281
|
+
edit: <P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `security.${number}` | `security.${number}.${string}` | `tags.${number}` | "externalDocs.url" | "externalDocs.description" | `history.${number}` | `history.${number}.${string}` | `childUids.${number}` | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `requestBody.${string}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" ? Request_2[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" ? R extends Path<Request_2[K]> ? PathValue<Request_2[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1282
|
+
untrackedEdit: <P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" | "ref.path" | "ref.isExternal" | "ref.collectionRef" | `security.${number}` | `security.${number}.${string}` | `tags.${number}` | "externalDocs.url" | "externalDocs.description" | `history.${number}` | `history.${number}.${string}` | `childUids.${number}` | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | `parameters.cookies.${string}` | `parameters.path.${string}` | `parameters.query.${string}` | `parameters.headers.${string}` | `securitySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}` | `requestBody.${string}`>(uid: string, path: P, value: P extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" ? Request_2[P] : P extends `${infer K}.${infer R}` ? K extends "ref" | "summary" | "path" | "security" | "tags" | "externalDocs" | "description" | "uid" | "method" | "history" | "childUids" | "parameters" | "securitySchemeUids" | "selectedSecuritySchemeUids" | "operationId" | "requestBody" ? R extends Path<Request_2[K]> ? PathValue<Request_2[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1269
1283
|
undo: (uid: string) => void;
|
|
1270
1284
|
redo: (uid: string) => void;
|
|
1271
1285
|
};
|
|
@@ -1284,8 +1298,8 @@ export declare const useApiClientModal: () => {
|
|
|
1284
1298
|
maximum?: number | undefined;
|
|
1285
1299
|
description?: string | undefined;
|
|
1286
1300
|
default?: any;
|
|
1287
|
-
enum?: string[] | undefined;
|
|
1288
1301
|
required?: boolean | undefined;
|
|
1302
|
+
enum?: string[] | undefined;
|
|
1289
1303
|
file?: File | undefined;
|
|
1290
1304
|
refUid?: string | undefined;
|
|
1291
1305
|
format?: string | undefined;
|
|
@@ -1300,8 +1314,8 @@ export declare const useApiClientModal: () => {
|
|
|
1300
1314
|
maximum?: number | undefined;
|
|
1301
1315
|
description?: string | undefined;
|
|
1302
1316
|
default?: any;
|
|
1303
|
-
enum?: string[] | undefined;
|
|
1304
1317
|
required?: boolean | undefined;
|
|
1318
|
+
enum?: string[] | undefined;
|
|
1305
1319
|
file?: File | undefined;
|
|
1306
1320
|
refUid?: string | undefined;
|
|
1307
1321
|
format?: string | undefined;
|
|
@@ -1316,8 +1330,8 @@ export declare const useApiClientModal: () => {
|
|
|
1316
1330
|
maximum?: number | undefined;
|
|
1317
1331
|
description?: string | undefined;
|
|
1318
1332
|
default?: any;
|
|
1319
|
-
enum?: string[] | undefined;
|
|
1320
1333
|
required?: boolean | undefined;
|
|
1334
|
+
enum?: string[] | undefined;
|
|
1321
1335
|
file?: File | undefined;
|
|
1322
1336
|
refUid?: string | undefined;
|
|
1323
1337
|
format?: string | undefined;
|
|
@@ -1332,8 +1346,8 @@ export declare const useApiClientModal: () => {
|
|
|
1332
1346
|
maximum?: number | undefined;
|
|
1333
1347
|
description?: string | undefined;
|
|
1334
1348
|
default?: any;
|
|
1335
|
-
enum?: string[] | undefined;
|
|
1336
1349
|
required?: boolean | undefined;
|
|
1350
|
+
enum?: string[] | undefined;
|
|
1337
1351
|
file?: File | undefined;
|
|
1338
1352
|
refUid?: string | undefined;
|
|
1339
1353
|
format?: string | undefined;
|
|
@@ -1356,8 +1370,8 @@ export declare const useApiClientModal: () => {
|
|
|
1356
1370
|
maximum?: number | undefined;
|
|
1357
1371
|
description?: string | undefined;
|
|
1358
1372
|
default?: any;
|
|
1359
|
-
enum?: string[] | undefined;
|
|
1360
1373
|
required?: boolean | undefined;
|
|
1374
|
+
enum?: string[] | undefined;
|
|
1361
1375
|
file?: File | undefined;
|
|
1362
1376
|
refUid?: string | undefined;
|
|
1363
1377
|
format?: string | undefined;
|
|
@@ -1384,8 +1398,8 @@ export declare const useApiClientModal: () => {
|
|
|
1384
1398
|
maximum?: number | undefined;
|
|
1385
1399
|
description?: string | undefined;
|
|
1386
1400
|
default?: any;
|
|
1387
|
-
enum?: string[] | undefined;
|
|
1388
1401
|
required?: boolean | undefined;
|
|
1402
|
+
enum?: string[] | undefined;
|
|
1389
1403
|
file?: File | undefined;
|
|
1390
1404
|
refUid?: string | undefined;
|
|
1391
1405
|
format?: string | undefined;
|
|
@@ -1400,8 +1414,8 @@ export declare const useApiClientModal: () => {
|
|
|
1400
1414
|
maximum?: number | undefined;
|
|
1401
1415
|
description?: string | undefined;
|
|
1402
1416
|
default?: any;
|
|
1403
|
-
enum?: string[] | undefined;
|
|
1404
1417
|
required?: boolean | undefined;
|
|
1418
|
+
enum?: string[] | undefined;
|
|
1405
1419
|
file?: File | undefined;
|
|
1406
1420
|
refUid?: string | undefined;
|
|
1407
1421
|
format?: string | undefined;
|
|
@@ -1416,8 +1430,8 @@ export declare const useApiClientModal: () => {
|
|
|
1416
1430
|
maximum?: number | undefined;
|
|
1417
1431
|
description?: string | undefined;
|
|
1418
1432
|
default?: any;
|
|
1419
|
-
enum?: string[] | undefined;
|
|
1420
1433
|
required?: boolean | undefined;
|
|
1434
|
+
enum?: string[] | undefined;
|
|
1421
1435
|
file?: File | undefined;
|
|
1422
1436
|
refUid?: string | undefined;
|
|
1423
1437
|
format?: string | undefined;
|
|
@@ -1432,8 +1446,8 @@ export declare const useApiClientModal: () => {
|
|
|
1432
1446
|
maximum?: number | undefined;
|
|
1433
1447
|
description?: string | undefined;
|
|
1434
1448
|
default?: any;
|
|
1435
|
-
enum?: string[] | undefined;
|
|
1436
1449
|
required?: boolean | undefined;
|
|
1450
|
+
enum?: string[] | undefined;
|
|
1437
1451
|
file?: File | undefined;
|
|
1438
1452
|
refUid?: string | undefined;
|
|
1439
1453
|
format?: string | undefined;
|
|
@@ -1456,8 +1470,8 @@ export declare const useApiClientModal: () => {
|
|
|
1456
1470
|
maximum?: number | undefined;
|
|
1457
1471
|
description?: string | undefined;
|
|
1458
1472
|
default?: any;
|
|
1459
|
-
enum?: string[] | undefined;
|
|
1460
1473
|
required?: boolean | undefined;
|
|
1474
|
+
enum?: string[] | undefined;
|
|
1461
1475
|
file?: File | undefined;
|
|
1462
1476
|
refUid?: string | undefined;
|
|
1463
1477
|
format?: string | undefined;
|
|
@@ -1485,8 +1499,8 @@ export declare const useApiClientModal: () => {
|
|
|
1485
1499
|
maximum?: number | undefined;
|
|
1486
1500
|
description?: string | undefined;
|
|
1487
1501
|
default?: any;
|
|
1488
|
-
enum?: string[] | undefined;
|
|
1489
1502
|
required?: boolean | undefined;
|
|
1503
|
+
enum?: string[] | undefined;
|
|
1490
1504
|
file?: File | undefined;
|
|
1491
1505
|
refUid?: string | undefined;
|
|
1492
1506
|
format?: string | undefined;
|
|
@@ -1501,8 +1515,8 @@ export declare const useApiClientModal: () => {
|
|
|
1501
1515
|
maximum?: number | undefined;
|
|
1502
1516
|
description?: string | undefined;
|
|
1503
1517
|
default?: any;
|
|
1504
|
-
enum?: string[] | undefined;
|
|
1505
1518
|
required?: boolean | undefined;
|
|
1519
|
+
enum?: string[] | undefined;
|
|
1506
1520
|
file?: File | undefined;
|
|
1507
1521
|
refUid?: string | undefined;
|
|
1508
1522
|
format?: string | undefined;
|
|
@@ -1517,8 +1531,8 @@ export declare const useApiClientModal: () => {
|
|
|
1517
1531
|
maximum?: number | undefined;
|
|
1518
1532
|
description?: string | undefined;
|
|
1519
1533
|
default?: any;
|
|
1520
|
-
enum?: string[] | undefined;
|
|
1521
1534
|
required?: boolean | undefined;
|
|
1535
|
+
enum?: string[] | undefined;
|
|
1522
1536
|
file?: File | undefined;
|
|
1523
1537
|
refUid?: string | undefined;
|
|
1524
1538
|
format?: string | undefined;
|
|
@@ -1533,8 +1547,8 @@ export declare const useApiClientModal: () => {
|
|
|
1533
1547
|
maximum?: number | undefined;
|
|
1534
1548
|
description?: string | undefined;
|
|
1535
1549
|
default?: any;
|
|
1536
|
-
enum?: string[] | undefined;
|
|
1537
1550
|
required?: boolean | undefined;
|
|
1551
|
+
enum?: string[] | undefined;
|
|
1538
1552
|
file?: File | undefined;
|
|
1539
1553
|
refUid?: string | undefined;
|
|
1540
1554
|
format?: string | undefined;
|
|
@@ -1557,8 +1571,8 @@ export declare const useApiClientModal: () => {
|
|
|
1557
1571
|
maximum?: number | undefined;
|
|
1558
1572
|
description?: string | undefined;
|
|
1559
1573
|
default?: any;
|
|
1560
|
-
enum?: string[] | undefined;
|
|
1561
1574
|
required?: boolean | undefined;
|
|
1575
|
+
enum?: string[] | undefined;
|
|
1562
1576
|
file?: File | undefined;
|
|
1563
1577
|
refUid?: string | undefined;
|
|
1564
1578
|
format?: string | undefined;
|
|
@@ -1571,7 +1585,7 @@ export declare const useApiClientModal: () => {
|
|
|
1571
1585
|
};
|
|
1572
1586
|
auth: Record<string, any>;
|
|
1573
1587
|
}) => void;
|
|
1574
|
-
edit: <P extends "body" | "url" | "name" | "uid" | "parameters" | "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}.
|
|
1588
|
+
edit: <P extends "body" | "url" | "name" | "uid" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "requestUid" | "auth" | "body.raw" | "body.formData" | "body.activeBody" | "body.binary" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.default` | `body.formData.value.${number}.value` | `body.formData.value.${number}.key` | `body.formData.value.${number}.type` | `body.formData.value.${number}.required` | `body.formData.value.${number}.file` | `body.formData.value.${number}.description` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.refUid` | `body.formData.value.${number}.format` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.enum.${number}` | `parameters.cookies.${number}` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.refUid` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.path.${number}` | `parameters.path.${number}.default` | `parameters.path.${number}.value` | `parameters.path.${number}.key` | `parameters.path.${number}.type` | `parameters.path.${number}.required` | `parameters.path.${number}.file` | `parameters.path.${number}.description` | `parameters.path.${number}.enum` | `parameters.path.${number}.nullable` | `parameters.path.${number}.enabled` | `parameters.path.${number}.minimum` | `parameters.path.${number}.maximum` | `parameters.path.${number}.refUid` | `parameters.path.${number}.format` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.default` | `parameters.query.${number}.value` | `parameters.query.${number}.key` | `parameters.query.${number}.type` | `parameters.query.${number}.required` | `parameters.query.${number}.file` | `parameters.query.${number}.description` | `parameters.query.${number}.enum` | `parameters.query.${number}.nullable` | `parameters.query.${number}.enabled` | `parameters.query.${number}.minimum` | `parameters.query.${number}.maximum` | `parameters.query.${number}.refUid` | `parameters.query.${number}.format` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.default` | `parameters.headers.${number}.value` | `parameters.headers.${number}.key` | `parameters.headers.${number}.type` | `parameters.headers.${number}.required` | `parameters.headers.${number}.file` | `parameters.headers.${number}.description` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.refUid` | `parameters.headers.${number}.format` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.enum.${number}` | `auth.${string}`>(uid: string, path: P, value: P extends "body" | "url" | "name" | "uid" | "parameters" | "requestUid" | "auth" ? {
|
|
1575
1589
|
uid: string;
|
|
1576
1590
|
name: string;
|
|
1577
1591
|
url: string;
|
|
@@ -1585,8 +1599,8 @@ export declare const useApiClientModal: () => {
|
|
|
1585
1599
|
maximum?: number | undefined;
|
|
1586
1600
|
description?: string | undefined;
|
|
1587
1601
|
default?: any;
|
|
1588
|
-
enum?: string[] | undefined;
|
|
1589
1602
|
required?: boolean | undefined;
|
|
1603
|
+
enum?: string[] | undefined;
|
|
1590
1604
|
file?: File | undefined;
|
|
1591
1605
|
refUid?: string | undefined;
|
|
1592
1606
|
format?: string | undefined;
|
|
@@ -1601,8 +1615,8 @@ export declare const useApiClientModal: () => {
|
|
|
1601
1615
|
maximum?: number | undefined;
|
|
1602
1616
|
description?: string | undefined;
|
|
1603
1617
|
default?: any;
|
|
1604
|
-
enum?: string[] | undefined;
|
|
1605
1618
|
required?: boolean | undefined;
|
|
1619
|
+
enum?: string[] | undefined;
|
|
1606
1620
|
file?: File | undefined;
|
|
1607
1621
|
refUid?: string | undefined;
|
|
1608
1622
|
format?: string | undefined;
|
|
@@ -1617,8 +1631,8 @@ export declare const useApiClientModal: () => {
|
|
|
1617
1631
|
maximum?: number | undefined;
|
|
1618
1632
|
description?: string | undefined;
|
|
1619
1633
|
default?: any;
|
|
1620
|
-
enum?: string[] | undefined;
|
|
1621
1634
|
required?: boolean | undefined;
|
|
1635
|
+
enum?: string[] | undefined;
|
|
1622
1636
|
file?: File | undefined;
|
|
1623
1637
|
refUid?: string | undefined;
|
|
1624
1638
|
format?: string | undefined;
|
|
@@ -1633,8 +1647,8 @@ export declare const useApiClientModal: () => {
|
|
|
1633
1647
|
maximum?: number | undefined;
|
|
1634
1648
|
description?: string | undefined;
|
|
1635
1649
|
default?: any;
|
|
1636
|
-
enum?: string[] | undefined;
|
|
1637
1650
|
required?: boolean | undefined;
|
|
1651
|
+
enum?: string[] | undefined;
|
|
1638
1652
|
file?: File | undefined;
|
|
1639
1653
|
refUid?: string | undefined;
|
|
1640
1654
|
format?: string | undefined;
|
|
@@ -1657,8 +1671,8 @@ export declare const useApiClientModal: () => {
|
|
|
1657
1671
|
maximum?: number | undefined;
|
|
1658
1672
|
description?: string | undefined;
|
|
1659
1673
|
default?: any;
|
|
1660
|
-
enum?: string[] | undefined;
|
|
1661
1674
|
required?: boolean | undefined;
|
|
1675
|
+
enum?: string[] | undefined;
|
|
1662
1676
|
file?: File | undefined;
|
|
1663
1677
|
refUid?: string | undefined;
|
|
1664
1678
|
format?: string | undefined;
|
|
@@ -1684,8 +1698,8 @@ export declare const useApiClientModal: () => {
|
|
|
1684
1698
|
maximum?: number | undefined;
|
|
1685
1699
|
description?: string | undefined;
|
|
1686
1700
|
default?: any;
|
|
1687
|
-
enum?: string[] | undefined;
|
|
1688
1701
|
required?: boolean | undefined;
|
|
1702
|
+
enum?: string[] | undefined;
|
|
1689
1703
|
file?: File | undefined;
|
|
1690
1704
|
refUid?: string | undefined;
|
|
1691
1705
|
format?: string | undefined;
|
|
@@ -1700,8 +1714,8 @@ export declare const useApiClientModal: () => {
|
|
|
1700
1714
|
maximum?: number | undefined;
|
|
1701
1715
|
description?: string | undefined;
|
|
1702
1716
|
default?: any;
|
|
1703
|
-
enum?: string[] | undefined;
|
|
1704
1717
|
required?: boolean | undefined;
|
|
1718
|
+
enum?: string[] | undefined;
|
|
1705
1719
|
file?: File | undefined;
|
|
1706
1720
|
refUid?: string | undefined;
|
|
1707
1721
|
format?: string | undefined;
|
|
@@ -1716,8 +1730,8 @@ export declare const useApiClientModal: () => {
|
|
|
1716
1730
|
maximum?: number | undefined;
|
|
1717
1731
|
description?: string | undefined;
|
|
1718
1732
|
default?: any;
|
|
1719
|
-
enum?: string[] | undefined;
|
|
1720
1733
|
required?: boolean | undefined;
|
|
1734
|
+
enum?: string[] | undefined;
|
|
1721
1735
|
file?: File | undefined;
|
|
1722
1736
|
refUid?: string | undefined;
|
|
1723
1737
|
format?: string | undefined;
|
|
@@ -1732,8 +1746,8 @@ export declare const useApiClientModal: () => {
|
|
|
1732
1746
|
maximum?: number | undefined;
|
|
1733
1747
|
description?: string | undefined;
|
|
1734
1748
|
default?: any;
|
|
1735
|
-
enum?: string[] | undefined;
|
|
1736
1749
|
required?: boolean | undefined;
|
|
1750
|
+
enum?: string[] | undefined;
|
|
1737
1751
|
file?: File | undefined;
|
|
1738
1752
|
refUid?: string | undefined;
|
|
1739
1753
|
format?: string | undefined;
|
|
@@ -1756,8 +1770,8 @@ export declare const useApiClientModal: () => {
|
|
|
1756
1770
|
maximum?: number | undefined;
|
|
1757
1771
|
description?: string | undefined;
|
|
1758
1772
|
default?: any;
|
|
1759
|
-
enum?: string[] | undefined;
|
|
1760
1773
|
required?: boolean | undefined;
|
|
1774
|
+
enum?: string[] | undefined;
|
|
1761
1775
|
file?: File | undefined;
|
|
1762
1776
|
refUid?: string | undefined;
|
|
1763
1777
|
format?: string | undefined;
|
|
@@ -1783,8 +1797,8 @@ export declare const useApiClientModal: () => {
|
|
|
1783
1797
|
maximum?: number | undefined;
|
|
1784
1798
|
description?: string | undefined;
|
|
1785
1799
|
default?: any;
|
|
1786
|
-
enum?: string[] | undefined;
|
|
1787
1800
|
required?: boolean | undefined;
|
|
1801
|
+
enum?: string[] | undefined;
|
|
1788
1802
|
file?: File | undefined;
|
|
1789
1803
|
refUid?: string | undefined;
|
|
1790
1804
|
format?: string | undefined;
|
|
@@ -1799,8 +1813,8 @@ export declare const useApiClientModal: () => {
|
|
|
1799
1813
|
maximum?: number | undefined;
|
|
1800
1814
|
description?: string | undefined;
|
|
1801
1815
|
default?: any;
|
|
1802
|
-
enum?: string[] | undefined;
|
|
1803
1816
|
required?: boolean | undefined;
|
|
1817
|
+
enum?: string[] | undefined;
|
|
1804
1818
|
file?: File | undefined;
|
|
1805
1819
|
refUid?: string | undefined;
|
|
1806
1820
|
format?: string | undefined;
|
|
@@ -1815,8 +1829,8 @@ export declare const useApiClientModal: () => {
|
|
|
1815
1829
|
maximum?: number | undefined;
|
|
1816
1830
|
description?: string | undefined;
|
|
1817
1831
|
default?: any;
|
|
1818
|
-
enum?: string[] | undefined;
|
|
1819
1832
|
required?: boolean | undefined;
|
|
1833
|
+
enum?: string[] | undefined;
|
|
1820
1834
|
file?: File | undefined;
|
|
1821
1835
|
refUid?: string | undefined;
|
|
1822
1836
|
format?: string | undefined;
|
|
@@ -1831,8 +1845,8 @@ export declare const useApiClientModal: () => {
|
|
|
1831
1845
|
maximum?: number | undefined;
|
|
1832
1846
|
description?: string | undefined;
|
|
1833
1847
|
default?: any;
|
|
1834
|
-
enum?: string[] | undefined;
|
|
1835
1848
|
required?: boolean | undefined;
|
|
1849
|
+
enum?: string[] | undefined;
|
|
1836
1850
|
file?: File | undefined;
|
|
1837
1851
|
refUid?: string | undefined;
|
|
1838
1852
|
format?: string | undefined;
|
|
@@ -1855,8 +1869,8 @@ export declare const useApiClientModal: () => {
|
|
|
1855
1869
|
maximum?: number | undefined;
|
|
1856
1870
|
description?: string | undefined;
|
|
1857
1871
|
default?: any;
|
|
1858
|
-
enum?: string[] | undefined;
|
|
1859
1872
|
required?: boolean | undefined;
|
|
1873
|
+
enum?: string[] | undefined;
|
|
1860
1874
|
file?: File | undefined;
|
|
1861
1875
|
refUid?: string | undefined;
|
|
1862
1876
|
format?: string | undefined;
|
|
@@ -1869,7 +1883,7 @@ export declare const useApiClientModal: () => {
|
|
|
1869
1883
|
};
|
|
1870
1884
|
auth: Record<string, any>;
|
|
1871
1885
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1872
|
-
untrackedEdit: <P extends "body" | "url" | "name" | "uid" | "parameters" | "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}.
|
|
1886
|
+
untrackedEdit: <P extends "body" | "url" | "name" | "uid" | "parameters" | "parameters.cookies" | "parameters.path" | "parameters.query" | "parameters.headers" | "requestUid" | "auth" | "body.raw" | "body.formData" | "body.activeBody" | "body.binary" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.default` | `body.formData.value.${number}.value` | `body.formData.value.${number}.key` | `body.formData.value.${number}.type` | `body.formData.value.${number}.required` | `body.formData.value.${number}.file` | `body.formData.value.${number}.description` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.refUid` | `body.formData.value.${number}.format` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.enum.${number}` | `parameters.cookies.${number}` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.refUid` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.path.${number}` | `parameters.path.${number}.default` | `parameters.path.${number}.value` | `parameters.path.${number}.key` | `parameters.path.${number}.type` | `parameters.path.${number}.required` | `parameters.path.${number}.file` | `parameters.path.${number}.description` | `parameters.path.${number}.enum` | `parameters.path.${number}.nullable` | `parameters.path.${number}.enabled` | `parameters.path.${number}.minimum` | `parameters.path.${number}.maximum` | `parameters.path.${number}.refUid` | `parameters.path.${number}.format` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.default` | `parameters.query.${number}.value` | `parameters.query.${number}.key` | `parameters.query.${number}.type` | `parameters.query.${number}.required` | `parameters.query.${number}.file` | `parameters.query.${number}.description` | `parameters.query.${number}.enum` | `parameters.query.${number}.nullable` | `parameters.query.${number}.enabled` | `parameters.query.${number}.minimum` | `parameters.query.${number}.maximum` | `parameters.query.${number}.refUid` | `parameters.query.${number}.format` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.default` | `parameters.headers.${number}.value` | `parameters.headers.${number}.key` | `parameters.headers.${number}.type` | `parameters.headers.${number}.required` | `parameters.headers.${number}.file` | `parameters.headers.${number}.description` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.refUid` | `parameters.headers.${number}.format` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.enum.${number}` | `auth.${string}`>(uid: string, path: P, value: P extends "body" | "url" | "name" | "uid" | "parameters" | "requestUid" | "auth" ? {
|
|
1873
1887
|
uid: string;
|
|
1874
1888
|
name: string;
|
|
1875
1889
|
url: string;
|
|
@@ -1883,8 +1897,8 @@ export declare const useApiClientModal: () => {
|
|
|
1883
1897
|
maximum?: number | undefined;
|
|
1884
1898
|
description?: string | undefined;
|
|
1885
1899
|
default?: any;
|
|
1886
|
-
enum?: string[] | undefined;
|
|
1887
1900
|
required?: boolean | undefined;
|
|
1901
|
+
enum?: string[] | undefined;
|
|
1888
1902
|
file?: File | undefined;
|
|
1889
1903
|
refUid?: string | undefined;
|
|
1890
1904
|
format?: string | undefined;
|
|
@@ -1899,8 +1913,8 @@ export declare const useApiClientModal: () => {
|
|
|
1899
1913
|
maximum?: number | undefined;
|
|
1900
1914
|
description?: string | undefined;
|
|
1901
1915
|
default?: any;
|
|
1902
|
-
enum?: string[] | undefined;
|
|
1903
1916
|
required?: boolean | undefined;
|
|
1917
|
+
enum?: string[] | undefined;
|
|
1904
1918
|
file?: File | undefined;
|
|
1905
1919
|
refUid?: string | undefined;
|
|
1906
1920
|
format?: string | undefined;
|
|
@@ -1915,8 +1929,8 @@ export declare const useApiClientModal: () => {
|
|
|
1915
1929
|
maximum?: number | undefined;
|
|
1916
1930
|
description?: string | undefined;
|
|
1917
1931
|
default?: any;
|
|
1918
|
-
enum?: string[] | undefined;
|
|
1919
1932
|
required?: boolean | undefined;
|
|
1933
|
+
enum?: string[] | undefined;
|
|
1920
1934
|
file?: File | undefined;
|
|
1921
1935
|
refUid?: string | undefined;
|
|
1922
1936
|
format?: string | undefined;
|
|
@@ -1931,8 +1945,8 @@ export declare const useApiClientModal: () => {
|
|
|
1931
1945
|
maximum?: number | undefined;
|
|
1932
1946
|
description?: string | undefined;
|
|
1933
1947
|
default?: any;
|
|
1934
|
-
enum?: string[] | undefined;
|
|
1935
1948
|
required?: boolean | undefined;
|
|
1949
|
+
enum?: string[] | undefined;
|
|
1936
1950
|
file?: File | undefined;
|
|
1937
1951
|
refUid?: string | undefined;
|
|
1938
1952
|
format?: string | undefined;
|
|
@@ -1955,8 +1969,8 @@ export declare const useApiClientModal: () => {
|
|
|
1955
1969
|
maximum?: number | undefined;
|
|
1956
1970
|
description?: string | undefined;
|
|
1957
1971
|
default?: any;
|
|
1958
|
-
enum?: string[] | undefined;
|
|
1959
1972
|
required?: boolean | undefined;
|
|
1973
|
+
enum?: string[] | undefined;
|
|
1960
1974
|
file?: File | undefined;
|
|
1961
1975
|
refUid?: string | undefined;
|
|
1962
1976
|
format?: string | undefined;
|
|
@@ -1982,8 +1996,8 @@ export declare const useApiClientModal: () => {
|
|
|
1982
1996
|
maximum?: number | undefined;
|
|
1983
1997
|
description?: string | undefined;
|
|
1984
1998
|
default?: any;
|
|
1985
|
-
enum?: string[] | undefined;
|
|
1986
1999
|
required?: boolean | undefined;
|
|
2000
|
+
enum?: string[] | undefined;
|
|
1987
2001
|
file?: File | undefined;
|
|
1988
2002
|
refUid?: string | undefined;
|
|
1989
2003
|
format?: string | undefined;
|
|
@@ -1998,8 +2012,8 @@ export declare const useApiClientModal: () => {
|
|
|
1998
2012
|
maximum?: number | undefined;
|
|
1999
2013
|
description?: string | undefined;
|
|
2000
2014
|
default?: any;
|
|
2001
|
-
enum?: string[] | undefined;
|
|
2002
2015
|
required?: boolean | undefined;
|
|
2016
|
+
enum?: string[] | undefined;
|
|
2003
2017
|
file?: File | undefined;
|
|
2004
2018
|
refUid?: string | undefined;
|
|
2005
2019
|
format?: string | undefined;
|
|
@@ -2014,8 +2028,8 @@ export declare const useApiClientModal: () => {
|
|
|
2014
2028
|
maximum?: number | undefined;
|
|
2015
2029
|
description?: string | undefined;
|
|
2016
2030
|
default?: any;
|
|
2017
|
-
enum?: string[] | undefined;
|
|
2018
2031
|
required?: boolean | undefined;
|
|
2032
|
+
enum?: string[] | undefined;
|
|
2019
2033
|
file?: File | undefined;
|
|
2020
2034
|
refUid?: string | undefined;
|
|
2021
2035
|
format?: string | undefined;
|
|
@@ -2030,8 +2044,8 @@ export declare const useApiClientModal: () => {
|
|
|
2030
2044
|
maximum?: number | undefined;
|
|
2031
2045
|
description?: string | undefined;
|
|
2032
2046
|
default?: any;
|
|
2033
|
-
enum?: string[] | undefined;
|
|
2034
2047
|
required?: boolean | undefined;
|
|
2048
|
+
enum?: string[] | undefined;
|
|
2035
2049
|
file?: File | undefined;
|
|
2036
2050
|
refUid?: string | undefined;
|
|
2037
2051
|
format?: string | undefined;
|
|
@@ -2054,8 +2068,8 @@ export declare const useApiClientModal: () => {
|
|
|
2054
2068
|
maximum?: number | undefined;
|
|
2055
2069
|
description?: string | undefined;
|
|
2056
2070
|
default?: any;
|
|
2057
|
-
enum?: string[] | undefined;
|
|
2058
2071
|
required?: boolean | undefined;
|
|
2072
|
+
enum?: string[] | undefined;
|
|
2059
2073
|
file?: File | undefined;
|
|
2060
2074
|
refUid?: string | undefined;
|
|
2061
2075
|
format?: string | undefined;
|
|
@@ -2081,8 +2095,8 @@ export declare const useApiClientModal: () => {
|
|
|
2081
2095
|
maximum?: number | undefined;
|
|
2082
2096
|
description?: string | undefined;
|
|
2083
2097
|
default?: any;
|
|
2084
|
-
enum?: string[] | undefined;
|
|
2085
2098
|
required?: boolean | undefined;
|
|
2099
|
+
enum?: string[] | undefined;
|
|
2086
2100
|
file?: File | undefined;
|
|
2087
2101
|
refUid?: string | undefined;
|
|
2088
2102
|
format?: string | undefined;
|
|
@@ -2097,8 +2111,8 @@ export declare const useApiClientModal: () => {
|
|
|
2097
2111
|
maximum?: number | undefined;
|
|
2098
2112
|
description?: string | undefined;
|
|
2099
2113
|
default?: any;
|
|
2100
|
-
enum?: string[] | undefined;
|
|
2101
2114
|
required?: boolean | undefined;
|
|
2115
|
+
enum?: string[] | undefined;
|
|
2102
2116
|
file?: File | undefined;
|
|
2103
2117
|
refUid?: string | undefined;
|
|
2104
2118
|
format?: string | undefined;
|
|
@@ -2113,8 +2127,8 @@ export declare const useApiClientModal: () => {
|
|
|
2113
2127
|
maximum?: number | undefined;
|
|
2114
2128
|
description?: string | undefined;
|
|
2115
2129
|
default?: any;
|
|
2116
|
-
enum?: string[] | undefined;
|
|
2117
2130
|
required?: boolean | undefined;
|
|
2131
|
+
enum?: string[] | undefined;
|
|
2118
2132
|
file?: File | undefined;
|
|
2119
2133
|
refUid?: string | undefined;
|
|
2120
2134
|
format?: string | undefined;
|
|
@@ -2129,8 +2143,8 @@ export declare const useApiClientModal: () => {
|
|
|
2129
2143
|
maximum?: number | undefined;
|
|
2130
2144
|
description?: string | undefined;
|
|
2131
2145
|
default?: any;
|
|
2132
|
-
enum?: string[] | undefined;
|
|
2133
2146
|
required?: boolean | undefined;
|
|
2147
|
+
enum?: string[] | undefined;
|
|
2134
2148
|
file?: File | undefined;
|
|
2135
2149
|
refUid?: string | undefined;
|
|
2136
2150
|
format?: string | undefined;
|
|
@@ -2153,8 +2167,8 @@ export declare const useApiClientModal: () => {
|
|
|
2153
2167
|
maximum?: number | undefined;
|
|
2154
2168
|
description?: string | undefined;
|
|
2155
2169
|
default?: any;
|
|
2156
|
-
enum?: string[] | undefined;
|
|
2157
2170
|
required?: boolean | undefined;
|
|
2171
|
+
enum?: string[] | undefined;
|
|
2158
2172
|
file?: File | undefined;
|
|
2159
2173
|
refUid?: string | undefined;
|
|
2160
2174
|
format?: string | undefined;
|
|
@@ -2308,7 +2322,7 @@ export declare const useApiClientModal: () => {
|
|
|
2308
2322
|
openIdConnectUrl: string;
|
|
2309
2323
|
description?: string | undefined;
|
|
2310
2324
|
}) => void;
|
|
2311
|
-
edit: <P extends "value" | "type" | "description" | "name" | "uid" | "
|
|
2325
|
+
edit: <P extends "value" | "type" | "description" | "name" | "uid" | "secondValue" | "flow" | "nameKey" | "in" | "scheme" | "bearerFormat" | "clientId" | "openIdConnectUrl" | "flow.selectedScopes" | "flow.type" | "flow.redirectUri" | "flow.token" | "flow.refreshUrl" | "flow.authorizationUrl" | "flow.scopes" | `flow.selectedScopes.${number}` | `flow.scopes.${string}` | "flow.value" | "flow.clientSecret" | "flow.secondValue" | "flow.tokenUrl">(uid: string, path: P, value: (P extends "value" | "type" | "description" | "name" | "uid" | "nameKey" | "in" ? {
|
|
2312
2326
|
type: "apiKey";
|
|
2313
2327
|
value: string;
|
|
2314
2328
|
uid: string;
|
|
@@ -2332,7 +2346,7 @@ export declare const useApiClientModal: () => {
|
|
|
2332
2346
|
name: string;
|
|
2333
2347
|
in: "query" | "header" | "cookie";
|
|
2334
2348
|
description?: string | undefined;
|
|
2335
|
-
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "value" | "type" | "description" | "uid" | "
|
|
2349
|
+
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "value" | "type" | "description" | "uid" | "secondValue" | "nameKey" | "scheme" | "bearerFormat" ? {
|
|
2336
2350
|
type: "http";
|
|
2337
2351
|
value: string;
|
|
2338
2352
|
uid: string;
|
|
@@ -2341,7 +2355,7 @@ export declare const useApiClientModal: () => {
|
|
|
2341
2355
|
bearerFormat: string;
|
|
2342
2356
|
secondValue: string;
|
|
2343
2357
|
description?: string | undefined;
|
|
2344
|
-
}[P] : P extends `${infer K}.${infer R_1}` ? K extends "value" | "type" | "description" | "uid" | "
|
|
2358
|
+
}[P] : P extends `${infer K}.${infer R_1}` ? K extends "value" | "type" | "description" | "uid" | "secondValue" | "nameKey" | "scheme" | "bearerFormat" ? R_1 extends Path< {
|
|
2345
2359
|
type: "http";
|
|
2346
2360
|
value: string;
|
|
2347
2361
|
uid: string;
|
|
@@ -2359,7 +2373,7 @@ export declare const useApiClientModal: () => {
|
|
|
2359
2373
|
bearerFormat: string;
|
|
2360
2374
|
secondValue: string;
|
|
2361
2375
|
description?: string | undefined;
|
|
2362
|
-
}[K], R_1> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "description" | "uid" | "
|
|
2376
|
+
}[K], R_1> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "description" | "uid" | "flow" | "nameKey" | "clientId" ? {
|
|
2363
2377
|
type: "oauth2";
|
|
2364
2378
|
uid: string;
|
|
2365
2379
|
nameKey: string;
|
|
@@ -2402,7 +2416,7 @@ export declare const useApiClientModal: () => {
|
|
|
2402
2416
|
};
|
|
2403
2417
|
clientId: string;
|
|
2404
2418
|
description?: string | undefined;
|
|
2405
|
-
}[P] : P extends `${infer K}.${infer R_2}` ? K extends "type" | "description" | "uid" | "
|
|
2419
|
+
}[P] : P extends `${infer K}.${infer R_2}` ? K extends "type" | "description" | "uid" | "flow" | "nameKey" | "clientId" ? R_2 extends Path< {
|
|
2406
2420
|
type: "oauth2";
|
|
2407
2421
|
uid: string;
|
|
2408
2422
|
nameKey: string;
|
|
@@ -2507,7 +2521,7 @@ export declare const useApiClientModal: () => {
|
|
|
2507
2521
|
openIdConnectUrl: string;
|
|
2508
2522
|
description?: string | undefined;
|
|
2509
2523
|
}[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
2510
|
-
untrackedEdit: <P extends "value" | "type" | "description" | "name" | "uid" | "
|
|
2524
|
+
untrackedEdit: <P extends "value" | "type" | "description" | "name" | "uid" | "secondValue" | "flow" | "nameKey" | "in" | "scheme" | "bearerFormat" | "clientId" | "openIdConnectUrl" | "flow.selectedScopes" | "flow.type" | "flow.redirectUri" | "flow.token" | "flow.refreshUrl" | "flow.authorizationUrl" | "flow.scopes" | `flow.selectedScopes.${number}` | `flow.scopes.${string}` | "flow.value" | "flow.clientSecret" | "flow.secondValue" | "flow.tokenUrl">(uid: string, path: P, value: (P extends "value" | "type" | "description" | "name" | "uid" | "nameKey" | "in" ? {
|
|
2511
2525
|
type: "apiKey";
|
|
2512
2526
|
value: string;
|
|
2513
2527
|
uid: string;
|
|
@@ -2531,7 +2545,7 @@ export declare const useApiClientModal: () => {
|
|
|
2531
2545
|
name: string;
|
|
2532
2546
|
in: "query" | "header" | "cookie";
|
|
2533
2547
|
description?: string | undefined;
|
|
2534
|
-
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "value" | "type" | "description" | "uid" | "
|
|
2548
|
+
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "value" | "type" | "description" | "uid" | "secondValue" | "nameKey" | "scheme" | "bearerFormat" ? {
|
|
2535
2549
|
type: "http";
|
|
2536
2550
|
value: string;
|
|
2537
2551
|
uid: string;
|
|
@@ -2540,7 +2554,7 @@ export declare const useApiClientModal: () => {
|
|
|
2540
2554
|
bearerFormat: string;
|
|
2541
2555
|
secondValue: string;
|
|
2542
2556
|
description?: string | undefined;
|
|
2543
|
-
}[P] : P extends `${infer K}.${infer R_1}` ? K extends "value" | "type" | "description" | "uid" | "
|
|
2557
|
+
}[P] : P extends `${infer K}.${infer R_1}` ? K extends "value" | "type" | "description" | "uid" | "secondValue" | "nameKey" | "scheme" | "bearerFormat" ? R_1 extends Path< {
|
|
2544
2558
|
type: "http";
|
|
2545
2559
|
value: string;
|
|
2546
2560
|
uid: string;
|
|
@@ -2558,7 +2572,7 @@ export declare const useApiClientModal: () => {
|
|
|
2558
2572
|
bearerFormat: string;
|
|
2559
2573
|
secondValue: string;
|
|
2560
2574
|
description?: string | undefined;
|
|
2561
|
-
}[K], R_1> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "description" | "uid" | "
|
|
2575
|
+
}[K], R_1> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "type" | "description" | "uid" | "flow" | "nameKey" | "clientId" ? {
|
|
2562
2576
|
type: "oauth2";
|
|
2563
2577
|
uid: string;
|
|
2564
2578
|
nameKey: string;
|
|
@@ -2601,7 +2615,7 @@ export declare const useApiClientModal: () => {
|
|
|
2601
2615
|
};
|
|
2602
2616
|
clientId: string;
|
|
2603
2617
|
description?: string | undefined;
|
|
2604
|
-
}[P] : P extends `${infer K}.${infer R_2}` ? K extends "type" | "description" | "uid" | "
|
|
2618
|
+
}[P] : P extends `${infer K}.${infer R_2}` ? K extends "type" | "description" | "uid" | "flow" | "nameKey" | "clientId" ? R_2 extends Path< {
|
|
2605
2619
|
type: "oauth2";
|
|
2606
2620
|
uid: string;
|
|
2607
2621
|
nameKey: string;
|
|
@@ -2817,6 +2831,13 @@ export declare const useApiClientModal: () => {
|
|
|
2817
2831
|
environmentUids: string[];
|
|
2818
2832
|
cookieUids: string[];
|
|
2819
2833
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2834
|
+
hotKeyConfig?: {
|
|
2835
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
2836
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2837
|
+
event: "closeModal";
|
|
2838
|
+
modifier?: boolean | undefined;
|
|
2839
|
+
}>> | undefined;
|
|
2840
|
+
} | undefined;
|
|
2820
2841
|
proxyUrl?: string | undefined;
|
|
2821
2842
|
}) => void;
|
|
2822
2843
|
add: (payload?: WorkspacePayload) => {
|
|
@@ -2828,6 +2849,13 @@ export declare const useApiClientModal: () => {
|
|
|
2828
2849
|
environmentUids: string[];
|
|
2829
2850
|
cookieUids: string[];
|
|
2830
2851
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2852
|
+
hotKeyConfig?: {
|
|
2853
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
2854
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2855
|
+
event: "closeModal";
|
|
2856
|
+
modifier?: boolean | undefined;
|
|
2857
|
+
}>> | undefined;
|
|
2858
|
+
} | undefined;
|
|
2831
2859
|
proxyUrl?: string | undefined;
|
|
2832
2860
|
};
|
|
2833
2861
|
delete: (uid: string) => void;
|
|
@@ -2840,9 +2868,16 @@ export declare const useApiClientModal: () => {
|
|
|
2840
2868
|
environmentUids: string[];
|
|
2841
2869
|
cookieUids: string[];
|
|
2842
2870
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2871
|
+
hotKeyConfig?: {
|
|
2872
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
2873
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2874
|
+
event: "closeModal";
|
|
2875
|
+
modifier?: boolean | undefined;
|
|
2876
|
+
}>> | undefined;
|
|
2877
|
+
} | undefined;
|
|
2843
2878
|
proxyUrl?: string | undefined;
|
|
2844
2879
|
}) => void;
|
|
2845
|
-
edit: <P extends "description" | "name" | "isReadOnly" | "uid" | "
|
|
2880
|
+
edit: <P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.modifier" | "hotKeyConfig.hotKeys" | "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./" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys..modifier" | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifier" | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifier" | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifier" | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifier" | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifier" | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifier" | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifier" | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifier" | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifier" | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifier" | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifier" | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifier" | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifier" | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifier" | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifier" | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifier" | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifier" | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifier" | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifier" | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifier" | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifier" | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifier" | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifier" | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifier" | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifier" | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifier" | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifier" | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifier" | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifier" | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifier" | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifier" | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifier" | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifier" | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifier" | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifier" | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifier" | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifier" | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifier" | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifier" | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifier" | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifier" | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifier" | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.*.modifier" | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.+.modifier" | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.-.modifier" | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys...modifier" | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F1.modifier" | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifier" | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifier" | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifier" | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifier" | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifier" | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifier" | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifier" | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifier" | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifier" | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifier" | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifier" | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.;.modifier" | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.=.modifier" | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.,.modifier" | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.`.modifier" | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.[.modifier" | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.\\.modifier" | "hotKeyConfig.hotKeys.].event" | "hotKeyConfig.hotKeys.].modifier">(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
2846
2881
|
uid: string;
|
|
2847
2882
|
description: string;
|
|
2848
2883
|
name: string;
|
|
@@ -2851,8 +2886,15 @@ export declare const useApiClientModal: () => {
|
|
|
2851
2886
|
environmentUids: string[];
|
|
2852
2887
|
cookieUids: string[];
|
|
2853
2888
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2889
|
+
hotKeyConfig?: {
|
|
2890
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
2891
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2892
|
+
event: "closeModal";
|
|
2893
|
+
modifier?: boolean | undefined;
|
|
2894
|
+
}>> | undefined;
|
|
2895
|
+
} | undefined;
|
|
2854
2896
|
proxyUrl?: string | undefined;
|
|
2855
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "isReadOnly" | "uid" | "
|
|
2897
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends Path< {
|
|
2856
2898
|
uid: string;
|
|
2857
2899
|
description: string;
|
|
2858
2900
|
name: string;
|
|
@@ -2861,6 +2903,13 @@ export declare const useApiClientModal: () => {
|
|
|
2861
2903
|
environmentUids: string[];
|
|
2862
2904
|
cookieUids: string[];
|
|
2863
2905
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2906
|
+
hotKeyConfig?: {
|
|
2907
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
2908
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2909
|
+
event: "closeModal";
|
|
2910
|
+
modifier?: boolean | undefined;
|
|
2911
|
+
}>> | undefined;
|
|
2912
|
+
} | undefined;
|
|
2864
2913
|
proxyUrl?: string | undefined;
|
|
2865
2914
|
}[K]> ? PathValue< {
|
|
2866
2915
|
uid: string;
|
|
@@ -2871,9 +2920,16 @@ export declare const useApiClientModal: () => {
|
|
|
2871
2920
|
environmentUids: string[];
|
|
2872
2921
|
cookieUids: string[];
|
|
2873
2922
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2923
|
+
hotKeyConfig?: {
|
|
2924
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
2925
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2926
|
+
event: "closeModal";
|
|
2927
|
+
modifier?: boolean | undefined;
|
|
2928
|
+
}>> | undefined;
|
|
2929
|
+
} | undefined;
|
|
2874
2930
|
proxyUrl?: string | undefined;
|
|
2875
2931
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2876
|
-
untrackedEdit: <P extends "description" | "name" | "isReadOnly" | "uid" | "
|
|
2932
|
+
untrackedEdit: <P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" | `collectionUids.${number}` | `environmentUids.${number}` | `cookieUids.${number}` | "hotKeyConfig.modifier" | "hotKeyConfig.hotKeys" | "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./" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys..modifier" | "hotKeyConfig.hotKeys.a.event" | "hotKeyConfig.hotKeys.a.modifier" | "hotKeyConfig.hotKeys.b.event" | "hotKeyConfig.hotKeys.b.modifier" | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.i.modifier" | "hotKeyConfig.hotKeys.p.event" | "hotKeyConfig.hotKeys.p.modifier" | "hotKeyConfig.hotKeys.q.event" | "hotKeyConfig.hotKeys.q.modifier" | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.s.modifier" | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.u.modifier" | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.g.modifier" | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys./.modifier" | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.0.modifier" | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.1.modifier" | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.Backspace.modifier" | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.2.modifier" | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.n.modifier" | "hotKeyConfig.hotKeys.d.event" | "hotKeyConfig.hotKeys.d.modifier" | "hotKeyConfig.hotKeys.Enter.event" | "hotKeyConfig.hotKeys.Enter.modifier" | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Space.modifier" | "hotKeyConfig.hotKeys.Tab.event" | "hotKeyConfig.hotKeys.Tab.modifier" | "hotKeyConfig.hotKeys.Escape.event" | "hotKeyConfig.hotKeys.Escape.modifier" | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.3.modifier" | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.4.modifier" | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.5.modifier" | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.6.modifier" | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.7.modifier" | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.8.modifier" | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.9.modifier" | "hotKeyConfig.hotKeys.c.event" | "hotKeyConfig.hotKeys.c.modifier" | "hotKeyConfig.hotKeys.e.event" | "hotKeyConfig.hotKeys.e.modifier" | "hotKeyConfig.hotKeys.f.event" | "hotKeyConfig.hotKeys.f.modifier" | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.h.modifier" | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.j.modifier" | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.k.modifier" | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.l.modifier" | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.m.modifier" | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.o.modifier" | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.r.modifier" | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.t.modifier" | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.v.modifier" | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.w.modifier" | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.x.modifier" | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.y.modifier" | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.z.modifier" | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.*.modifier" | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.+.modifier" | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.-.modifier" | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys...modifier" | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F1.modifier" | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F2.modifier" | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F3.modifier" | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F4.modifier" | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F5.modifier" | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F6.modifier" | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F7.modifier" | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F8.modifier" | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F9.modifier" | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F10.modifier" | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F11.modifier" | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.F12.modifier" | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.;.modifier" | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.=.modifier" | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.,.modifier" | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.`.modifier" | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.[.modifier" | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.\\.modifier" | "hotKeyConfig.hotKeys.].event" | "hotKeyConfig.hotKeys.].modifier">(uid: string, path: P, value: P extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
2877
2933
|
uid: string;
|
|
2878
2934
|
description: string;
|
|
2879
2935
|
name: string;
|
|
@@ -2882,8 +2938,15 @@ export declare const useApiClientModal: () => {
|
|
|
2882
2938
|
environmentUids: string[];
|
|
2883
2939
|
cookieUids: string[];
|
|
2884
2940
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2941
|
+
hotKeyConfig?: {
|
|
2942
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
2943
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2944
|
+
event: "closeModal";
|
|
2945
|
+
modifier?: boolean | undefined;
|
|
2946
|
+
}>> | undefined;
|
|
2947
|
+
} | undefined;
|
|
2885
2948
|
proxyUrl?: string | undefined;
|
|
2886
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "isReadOnly" | "uid" | "
|
|
2949
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "isReadOnly" | "uid" | "collectionUids" | "environmentUids" | "cookieUids" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends Path< {
|
|
2887
2950
|
uid: string;
|
|
2888
2951
|
description: string;
|
|
2889
2952
|
name: string;
|
|
@@ -2892,6 +2955,13 @@ export declare const useApiClientModal: () => {
|
|
|
2892
2955
|
environmentUids: string[];
|
|
2893
2956
|
cookieUids: string[];
|
|
2894
2957
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2958
|
+
hotKeyConfig?: {
|
|
2959
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
2960
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2961
|
+
event: "closeModal";
|
|
2962
|
+
modifier?: boolean | undefined;
|
|
2963
|
+
}>> | undefined;
|
|
2964
|
+
} | undefined;
|
|
2895
2965
|
proxyUrl?: string | undefined;
|
|
2896
2966
|
}[K]> ? PathValue< {
|
|
2897
2967
|
uid: string;
|
|
@@ -2902,6 +2972,13 @@ export declare const useApiClientModal: () => {
|
|
|
2902
2972
|
environmentUids: string[];
|
|
2903
2973
|
cookieUids: string[];
|
|
2904
2974
|
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "mars" | "none";
|
|
2975
|
+
hotKeyConfig?: {
|
|
2976
|
+
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt";
|
|
2977
|
+
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", {
|
|
2978
|
+
event: "closeModal";
|
|
2979
|
+
modifier?: boolean | undefined;
|
|
2980
|
+
}>> | undefined;
|
|
2981
|
+
} | undefined;
|
|
2905
2982
|
proxyUrl?: string | undefined;
|
|
2906
2983
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2907
2984
|
undo: (uid: string) => void;
|