@scalar/api-client 2.1.45 → 2.1.47
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 +39 -0
- package/dist/components/AddressBar/AddressBar.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBar.vue.js +2 -2
- package/dist/components/AddressBar/AddressBar.vue2.js +66 -58
- package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
- package/dist/components/AddressBar/AddressBarHistory.vue2.js +8 -8
- package/dist/components/AddressBar/AddressBarServer.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarServer.vue.js +40 -39
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +1 -1
- package/dist/components/CodeInput/CodeInput.vue2.js +7 -7
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteRequest.vue.js +32 -26
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.js +14 -9
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +4 -4
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +15 -10
- package/dist/components/ContextBar.vue.d.ts +1 -1
- package/dist/components/ContextBar.vue.d.ts.map +1 -1
- package/dist/components/ContextBar.vue.js +2 -2
- package/dist/components/ContextBar.vue2.js +30 -19
- package/dist/components/DataTable/DataTableCheckbox.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCheckbox.vue.js +17 -17
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +2 -2
- package/dist/components/DataTable/DataTableInput.vue2.js +10 -10
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +23 -18
- package/dist/components/Form/Form.vue.js +15 -15
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +2 -2
- package/dist/components/ImportCollection/DropEventListener.vue.d.ts +2 -2
- package/dist/components/ImportCollection/DropEventListener.vue.js +6 -6
- package/dist/components/ImportCollection/ImportCollectionListener.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportCollectionListener.vue.js +22 -21
- package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts +1 -0
- package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportCollectionModal.vue.js +87 -74
- package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportNowButton.vue.js +14 -13
- package/dist/components/ImportCollection/PasteEventListener.vue.d.ts +2 -2
- package/dist/components/ImportCollection/PasteEventListener.vue.js +5 -5
- package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts +2 -2
- package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.js +10 -5
- package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/WorkspaceSelector.vue.js +43 -33
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts +1 -0
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.js +31 -21
- package/dist/components/Search/useSearch.d.ts +2 -0
- package/dist/components/Search/useSearch.d.ts.map +1 -1
- package/dist/components/Search/useSearch.js +25 -24
- package/dist/components/SideNav/DownloadAppButton.vue.d.ts +3 -0
- package/dist/components/SideNav/DownloadAppButton.vue.d.ts.map +1 -0
- package/dist/components/SideNav/DownloadAppButton.vue.js +7 -0
- package/dist/components/SideNav/DownloadAppButton.vue2.js +33 -0
- package/dist/components/SideNav/SideHelp.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideHelp.vue.js +55 -53
- package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.js +82 -5
- package/dist/components/SideNav/SideNav.vue2.js +2 -72
- package/dist/components/{SubpageHeader.vue.d.ts → SideNav/SideNavGroup.vue.d.ts} +3 -3
- package/dist/components/SideNav/SideNavGroup.vue.d.ts.map +1 -0
- package/dist/components/SideNav/SideNavGroup.vue.js +16 -0
- package/dist/components/SideNav/SideNavGroup.vue2.js +4 -0
- package/dist/components/SideNav/SideNavLink.vue.d.ts +5 -5
- package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavLink.vue.js +31 -34
- package/dist/components/SideNav/SideNavRouterLink.vue.d.ts +25 -0
- package/dist/components/SideNav/SideNavRouterLink.vue.d.ts.map +1 -0
- package/dist/components/SideNav/SideNavRouterLink.vue.js +29 -0
- package/dist/components/SideNav/SideNavRouterLink.vue2.js +4 -0
- package/dist/components/Sidebar/SidebarButton.vue.d.ts +1 -4
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.js +17 -17
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarToggle.vue.js +16 -15
- package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue.js +2 -2
- package/dist/components/TopNav/TopNav.vue2.js +14 -14
- package/dist/components/TopNav/TopNavItem.vue.d.ts +2 -2
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +31 -31
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.js +13 -21
- package/dist/hooks/index.d.ts +2 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +6 -4
- package/dist/hooks/useLayout.d.ts +13 -0
- package/dist/hooks/useLayout.d.ts.map +1 -0
- package/dist/hooks/useLayout.js +7 -0
- package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
- package/dist/layouts/App/ApiClientApp.vue.js +37 -37
- package/dist/layouts/App/MainLayout.vue.d.ts.map +1 -1
- package/dist/layouts/App/MainLayout.vue.js +21 -13
- package/dist/layouts/App/create-api-client-app.d.ts +28 -28
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/App/create-api-client-app.js +10 -8
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts +3 -1
- package/dist/layouts/Modal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue.js +2 -2
- package/dist/layouts/Modal/ApiClientModal.vue2.js +37 -25
- package/dist/layouts/Modal/create-api-client-modal.d.ts +56 -56
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Modal/create-api-client-modal.js +8 -7
- package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
- package/dist/layouts/Web/ApiClientWeb.vue.js +30 -30
- package/dist/layouts/Web/create-api-client-web.d.ts +28 -28
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.js +9 -7
- package/dist/libs/create-client.d.ts +35 -29
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/create-client.js +55 -42
- package/dist/libs/hot-keys.d.ts +1 -1
- package/dist/router.d.ts +4 -41
- package/dist/router.d.ts.map +1 -1
- package/dist/router.js +18 -149
- package/dist/routes.d.ts +150 -0
- package/dist/routes.d.ts.map +1 -0
- package/dist/routes.js +182 -0
- package/dist/store/collections.d.ts +4 -4
- package/dist/store/cookies.d.ts +4 -4
- package/dist/store/request-example.d.ts +4 -4
- package/dist/store/requests.d.ts +4 -4
- package/dist/store/router-params.js +1 -1
- package/dist/store/security-schemes.d.ts +4 -4
- package/dist/store/store.d.ts +56 -56
- package/dist/store/store.d.ts.map +1 -1
- package/dist/store/store.js +90 -90
- package/dist/store/tags.d.ts +4 -4
- package/dist/store/workspace.d.ts +4 -4
- package/dist/style.css +1 -1
- package/dist/views/Cookies/CookieRaw.vue.js +10 -10
- package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue2.js +52 -53
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +79 -80
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +20 -15
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +146 -108
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.js +53 -52
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue2.js +102 -97
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +2 -2
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestTable.vue2.js +44 -40
- package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebar.vue.js +2 -2
- package/dist/views/Request/RequestSidebar.vue2.js +152 -134
- package/dist/views/Request/RequestSidebarItem.vue.d.ts +2 -2
- package/dist/views/Request/RequestSidebarItem.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItem.vue.js +2 -2
- package/dist/views/Request/RequestSidebarItem.vue2.js +129 -115
- package/dist/views/Request/RequestSidebarItemMenu.vue2.js +6 -6
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue.js +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue2.js +36 -34
- package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBody.vue.js +21 -21
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +13 -10
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +0 -2
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue.js +8 -8
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +3 -3
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +32 -33
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +61 -55
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +32 -25
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +102 -70
- package/dist/views/Request/components/WorkspaceDropdown.vue.d.ts.map +1 -1
- package/dist/views/Request/components/WorkspaceDropdown.vue.js +60 -50
- package/dist/views/Request/types/sidebar-item.d.ts +2 -1
- package/dist/views/Request/types/sidebar-item.d.ts.map +1 -1
- package/dist/views/Servers/Servers.vue.d.ts.map +1 -1
- package/dist/views/Servers/Servers.vue2.js +12 -7
- package/package.json +10 -8
- package/dist/components/SubpageHeader.vue.d.ts.map +0 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue2.js +0 -4
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +0 -7
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +0 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import type { ClientLayout } from '../hooks/index.js';
|
|
1
2
|
import { type WorkspaceStore } from '../store/index.js';
|
|
2
3
|
import type { Collection, RequestMethod } from '@scalar/oas-utils/entities/spec';
|
|
3
4
|
import type { Path, PathValue } from '@scalar/object-utils/nested';
|
|
@@ -34,6 +35,11 @@ type CreateApiClientParams = {
|
|
|
34
35
|
router: Router;
|
|
35
36
|
/** In case the store has been instantiated beforehand */
|
|
36
37
|
store?: WorkspaceStore;
|
|
38
|
+
/**
|
|
39
|
+
* The layout of the client
|
|
40
|
+
* @see {@link ClientLayout}
|
|
41
|
+
*/
|
|
42
|
+
layout?: ClientLayout;
|
|
37
43
|
};
|
|
38
44
|
/**
|
|
39
45
|
* ApiClient type
|
|
@@ -57,7 +63,7 @@ export type ApiClient = Omit<Awaited<ReturnType<typeof createApiClient>>, 'app'
|
|
|
57
63
|
*
|
|
58
64
|
* This method will NOT import the spec, just create the modal so you must use update/updateConfig before opening
|
|
59
65
|
*/
|
|
60
|
-
export declare const createApiClient: ({ el, appComponent, configuration, isReadOnly, store: _store, persistData, mountOnInitialize, router, }: CreateApiClientParams) => {
|
|
66
|
+
export declare const createApiClient: ({ el, appComponent, configuration, isReadOnly, store: _store, persistData, mountOnInitialize, layout, router, }: CreateApiClientParams) => {
|
|
61
67
|
/** The vue app instance for the modal, be careful with this */
|
|
62
68
|
app: import("vue").App<Element>;
|
|
63
69
|
updateSpec: (spec: SpecConfiguration) => Promise<void>;
|
|
@@ -1144,7 +1150,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
1144
1150
|
partitioned?: boolean | undefined;
|
|
1145
1151
|
secure?: boolean | undefined;
|
|
1146
1152
|
}) => void;
|
|
1147
|
-
edit: <P extends "
|
|
1153
|
+
edit: <P extends "value" | "name" | "path" | "uid" | "domain" | "sameSite" | "expires" | "httpOnly" | "maxAge" | "partitioned" | "secure">(uid: string, path: P, value: P extends "value" | "name" | "path" | "uid" | "domain" | "sameSite" | "expires" | "httpOnly" | "maxAge" | "partitioned" | "secure" ? {
|
|
1148
1154
|
value: string;
|
|
1149
1155
|
uid: string;
|
|
1150
1156
|
name: string;
|
|
@@ -1156,7 +1162,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
1156
1162
|
maxAge?: number | undefined;
|
|
1157
1163
|
partitioned?: boolean | undefined;
|
|
1158
1164
|
secure?: boolean | undefined;
|
|
1159
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1165
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "path" | "uid" | "domain" | "sameSite" | "expires" | "httpOnly" | "maxAge" | "partitioned" | "secure" ? R extends Path<{
|
|
1160
1166
|
value: string;
|
|
1161
1167
|
uid: string;
|
|
1162
1168
|
name: string;
|
|
@@ -1181,7 +1187,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
1181
1187
|
partitioned?: boolean | undefined;
|
|
1182
1188
|
secure?: boolean | undefined;
|
|
1183
1189
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1184
|
-
untrackedEdit: <P extends "
|
|
1190
|
+
untrackedEdit: <P extends "value" | "name" | "path" | "uid" | "domain" | "sameSite" | "expires" | "httpOnly" | "maxAge" | "partitioned" | "secure">(uid: string, path: P, value: P extends "value" | "name" | "path" | "uid" | "domain" | "sameSite" | "expires" | "httpOnly" | "maxAge" | "partitioned" | "secure" ? {
|
|
1185
1191
|
value: string;
|
|
1186
1192
|
uid: string;
|
|
1187
1193
|
name: string;
|
|
@@ -1193,7 +1199,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
1193
1199
|
maxAge?: number | undefined;
|
|
1194
1200
|
partitioned?: boolean | undefined;
|
|
1195
1201
|
secure?: boolean | undefined;
|
|
1196
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1202
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "path" | "uid" | "domain" | "sameSite" | "expires" | "httpOnly" | "maxAge" | "partitioned" | "secure" ? R extends Path<{
|
|
1197
1203
|
value: string;
|
|
1198
1204
|
uid: string;
|
|
1199
1205
|
name: string;
|
|
@@ -1431,7 +1437,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
1431
1437
|
documentUrl?: string | undefined;
|
|
1432
1438
|
integration?: string | null | undefined;
|
|
1433
1439
|
}) => void;
|
|
1434
|
-
edit: <P extends "
|
|
1440
|
+
edit: <P extends "info" | "type" | "children" | "servers" | "uid" | "auth" | "securitySchemes" | "selectedSecuritySchemeUids" | "tags" | "requests" | "documentUrl" | "watchMode" | "components" | "selectedServerUid" | "externalDocs" | "security" | `servers.${number}` | `selectedSecuritySchemeUids.${number}` | `tags.${number}` | "externalDocs.url" | "externalDocs.description" | `security.${number}` | `security.${number}.${string}` | "openapi" | "x-scalar-icon" | "watchModeStatus" | "jsonSchemaDialect" | "webhooks" | "integration" | "info.summary" | "info.title" | "info.description" | "info.version" | "info.termsOfService" | "info.contact" | "info.license" | "info.contact.name" | "info.contact.url" | "info.contact.email" | "info.license.name" | "info.license.url" | "info.license.identifier" | `children.${number}` | `auth.${string}` | `securitySchemes.${number}` | `requests.${number}` | `components.${string}` | `webhooks.${string}`>(uid: string, path: P, value: P extends "info" | "type" | "children" | "servers" | "uid" | "auth" | "securitySchemes" | "selectedSecuritySchemeUids" | "tags" | "requests" | "documentUrl" | "watchMode" | "components" | "selectedServerUid" | "externalDocs" | "security" | "openapi" | "x-scalar-icon" | "watchModeStatus" | "jsonSchemaDialect" | "webhooks" | "integration" ? {
|
|
1435
1441
|
type: "collection";
|
|
1436
1442
|
uid: string;
|
|
1437
1443
|
children: string[];
|
|
@@ -1499,7 +1505,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
1499
1505
|
webhooks?: Record<string, unknown> | undefined;
|
|
1500
1506
|
documentUrl?: string | undefined;
|
|
1501
1507
|
integration?: string | null | undefined;
|
|
1502
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1508
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "info" | "type" | "children" | "servers" | "uid" | "auth" | "securitySchemes" | "selectedSecuritySchemeUids" | "tags" | "requests" | "documentUrl" | "watchMode" | "components" | "selectedServerUid" | "externalDocs" | "security" | "openapi" | "x-scalar-icon" | "watchModeStatus" | "jsonSchemaDialect" | "webhooks" | "integration" ? R extends Path<{
|
|
1503
1509
|
type: "collection";
|
|
1504
1510
|
uid: string;
|
|
1505
1511
|
children: string[];
|
|
@@ -1636,7 +1642,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
1636
1642
|
documentUrl?: string | undefined;
|
|
1637
1643
|
integration?: string | null | undefined;
|
|
1638
1644
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1639
|
-
untrackedEdit: <P extends "
|
|
1645
|
+
untrackedEdit: <P extends "info" | "type" | "children" | "servers" | "uid" | "auth" | "securitySchemes" | "selectedSecuritySchemeUids" | "tags" | "requests" | "documentUrl" | "watchMode" | "components" | "selectedServerUid" | "externalDocs" | "security" | `servers.${number}` | `selectedSecuritySchemeUids.${number}` | `tags.${number}` | "externalDocs.url" | "externalDocs.description" | `security.${number}` | `security.${number}.${string}` | "openapi" | "x-scalar-icon" | "watchModeStatus" | "jsonSchemaDialect" | "webhooks" | "integration" | "info.summary" | "info.title" | "info.description" | "info.version" | "info.termsOfService" | "info.contact" | "info.license" | "info.contact.name" | "info.contact.url" | "info.contact.email" | "info.license.name" | "info.license.url" | "info.license.identifier" | `children.${number}` | `auth.${string}` | `securitySchemes.${number}` | `requests.${number}` | `components.${string}` | `webhooks.${string}`>(uid: string, path: P, value: P extends "info" | "type" | "children" | "servers" | "uid" | "auth" | "securitySchemes" | "selectedSecuritySchemeUids" | "tags" | "requests" | "documentUrl" | "watchMode" | "components" | "selectedServerUid" | "externalDocs" | "security" | "openapi" | "x-scalar-icon" | "watchModeStatus" | "jsonSchemaDialect" | "webhooks" | "integration" ? {
|
|
1640
1646
|
type: "collection";
|
|
1641
1647
|
uid: string;
|
|
1642
1648
|
children: string[];
|
|
@@ -1704,7 +1710,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
1704
1710
|
webhooks?: Record<string, unknown> | undefined;
|
|
1705
1711
|
documentUrl?: string | undefined;
|
|
1706
1712
|
integration?: string | null | undefined;
|
|
1707
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1713
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "info" | "type" | "children" | "servers" | "uid" | "auth" | "securitySchemes" | "selectedSecuritySchemeUids" | "tags" | "requests" | "documentUrl" | "watchMode" | "components" | "selectedServerUid" | "externalDocs" | "security" | "openapi" | "x-scalar-icon" | "watchModeStatus" | "jsonSchemaDialect" | "webhooks" | "integration" ? R extends Path<{
|
|
1708
1714
|
type: "collection";
|
|
1709
1715
|
uid: string;
|
|
1710
1716
|
children: string[];
|
|
@@ -2016,7 +2022,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
2016
2022
|
requestBody?: any;
|
|
2017
2023
|
responses?: Record<string, any> | undefined;
|
|
2018
2024
|
}) => void;
|
|
2019
|
-
edit: <P extends "
|
|
2025
|
+
edit: <P extends "summary" | "type" | "method" | "path" | "servers" | "description" | "parameters" | "uid" | "selectedSecuritySchemeUids" | "tags" | "examples" | "selectedServerUid" | "externalDocs" | "security" | "deprecated" | "operationId" | "requestBody" | "responses" | `servers.${number}` | `parameters.${number}` | `parameters.${number}.required` | `parameters.${number}.description` | `parameters.${number}.style` | `parameters.${number}.name` | `parameters.${number}.in` | `parameters.${number}.example` | `parameters.${number}.examples` | `parameters.${number}.content` | `parameters.${number}.deprecated` | `parameters.${number}.schema` | `parameters.${number}.examples.${string}` | `selectedSecuritySchemeUids.${number}` | `tags.${number}` | `examples.${number}` | "externalDocs.url" | "externalDocs.description" | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | `responses.${string}`>(uid: string, path: P, value: P extends "summary" | "type" | "method" | "path" | "servers" | "description" | "parameters" | "uid" | "selectedSecuritySchemeUids" | "tags" | "examples" | "selectedServerUid" | "externalDocs" | "security" | "deprecated" | "operationId" | "requestBody" | "responses" ? {
|
|
2020
2026
|
path: string;
|
|
2021
2027
|
type: "request";
|
|
2022
2028
|
uid: string;
|
|
@@ -2052,7 +2058,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
2052
2058
|
}[] | undefined;
|
|
2053
2059
|
requestBody?: any;
|
|
2054
2060
|
responses?: Record<string, any> | undefined;
|
|
2055
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
2061
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "type" | "method" | "path" | "servers" | "description" | "parameters" | "uid" | "selectedSecuritySchemeUids" | "tags" | "examples" | "selectedServerUid" | "externalDocs" | "security" | "deprecated" | "operationId" | "requestBody" | "responses" ? R extends Path<{
|
|
2056
2062
|
path: string;
|
|
2057
2063
|
type: "request";
|
|
2058
2064
|
uid: string;
|
|
@@ -2125,7 +2131,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
2125
2131
|
requestBody?: any;
|
|
2126
2132
|
responses?: Record<string, any> | undefined;
|
|
2127
2133
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2128
|
-
untrackedEdit: <P extends "
|
|
2134
|
+
untrackedEdit: <P extends "summary" | "type" | "method" | "path" | "servers" | "description" | "parameters" | "uid" | "selectedSecuritySchemeUids" | "tags" | "examples" | "selectedServerUid" | "externalDocs" | "security" | "deprecated" | "operationId" | "requestBody" | "responses" | `servers.${number}` | `parameters.${number}` | `parameters.${number}.required` | `parameters.${number}.description` | `parameters.${number}.style` | `parameters.${number}.name` | `parameters.${number}.in` | `parameters.${number}.example` | `parameters.${number}.examples` | `parameters.${number}.content` | `parameters.${number}.deprecated` | `parameters.${number}.schema` | `parameters.${number}.examples.${string}` | `selectedSecuritySchemeUids.${number}` | `tags.${number}` | `examples.${number}` | "externalDocs.url" | "externalDocs.description" | `security.${number}` | `security.${number}.${string}` | `requestBody.${string}` | `responses.${string}`>(uid: string, path: P, value: P extends "summary" | "type" | "method" | "path" | "servers" | "description" | "parameters" | "uid" | "selectedSecuritySchemeUids" | "tags" | "examples" | "selectedServerUid" | "externalDocs" | "security" | "deprecated" | "operationId" | "requestBody" | "responses" ? {
|
|
2129
2135
|
path: string;
|
|
2130
2136
|
type: "request";
|
|
2131
2137
|
uid: string;
|
|
@@ -2161,7 +2167,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
2161
2167
|
}[] | undefined;
|
|
2162
2168
|
requestBody?: any;
|
|
2163
2169
|
responses?: Record<string, any> | undefined;
|
|
2164
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
2170
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "summary" | "type" | "method" | "path" | "servers" | "description" | "parameters" | "uid" | "selectedSecuritySchemeUids" | "tags" | "examples" | "selectedServerUid" | "externalDocs" | "security" | "deprecated" | "operationId" | "requestBody" | "responses" ? R extends Path<{
|
|
2165
2171
|
path: string;
|
|
2166
2172
|
type: "request";
|
|
2167
2173
|
uid: string;
|
|
@@ -2541,7 +2547,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
2541
2547
|
};
|
|
2542
2548
|
serverVariables?: Record<string, string[]> | undefined;
|
|
2543
2549
|
}) => void;
|
|
2544
|
-
edit: <P extends "
|
|
2550
|
+
edit: <P extends "body" | "name" | "type" | "parameters" | "uid" | "requestUid" | "serverVariables" | "body.binary" | "body.raw" | "body.formData" | "body.activeBody" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.file` | `body.formData.value.${number}.value` | `body.formData.value.${number}.type` | `body.formData.value.${number}.key` | `body.formData.value.${number}.default` | `body.formData.value.${number}.required` | `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}.file.${string}` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.enum.${number}` | "body.binary.size" | "body.binary.type" | "body.binary.arrayBuffer" | "body.binary.slice" | "body.binary.stream" | "body.binary.text" | "parameters.cookies" | "parameters.path" | "parameters.headers" | "parameters.query" | `parameters.cookies.${number}` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.required` | `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}.file.${string}` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.path.${number}` | `parameters.path.${number}.file` | `parameters.path.${number}.value` | `parameters.path.${number}.type` | `parameters.path.${number}.key` | `parameters.path.${number}.default` | `parameters.path.${number}.required` | `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}.file.${string}` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.file` | `parameters.headers.${number}.value` | `parameters.headers.${number}.type` | `parameters.headers.${number}.key` | `parameters.headers.${number}.default` | `parameters.headers.${number}.required` | `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}.file.${string}` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.file` | `parameters.query.${number}.value` | `parameters.query.${number}.type` | `parameters.query.${number}.key` | `parameters.query.${number}.default` | `parameters.query.${number}.required` | `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}.file.${string}` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.enum.${number}` | `serverVariables.${string}`>(uid: string, path: P, value: P extends "body" | "name" | "type" | "parameters" | "uid" | "requestUid" | "serverVariables" ? {
|
|
2545
2551
|
type: "requestExample";
|
|
2546
2552
|
uid: string;
|
|
2547
2553
|
name: string;
|
|
@@ -2640,7 +2646,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
2640
2646
|
}[];
|
|
2641
2647
|
};
|
|
2642
2648
|
serverVariables?: Record<string, string[]> | undefined;
|
|
2643
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
2649
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "body" | "name" | "type" | "parameters" | "uid" | "requestUid" | "serverVariables" ? R extends Path<{
|
|
2644
2650
|
type: "requestExample";
|
|
2645
2651
|
uid: string;
|
|
2646
2652
|
name: string;
|
|
@@ -2839,7 +2845,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
2839
2845
|
};
|
|
2840
2846
|
serverVariables?: Record<string, string[]> | undefined;
|
|
2841
2847
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2842
|
-
untrackedEdit: <P extends "
|
|
2848
|
+
untrackedEdit: <P extends "body" | "name" | "type" | "parameters" | "uid" | "requestUid" | "serverVariables" | "body.binary" | "body.raw" | "body.formData" | "body.activeBody" | "body.raw.value" | "body.raw.encoding" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.file` | `body.formData.value.${number}.value` | `body.formData.value.${number}.type` | `body.formData.value.${number}.key` | `body.formData.value.${number}.default` | `body.formData.value.${number}.required` | `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}.file.${string}` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.enum.${number}` | "body.binary.size" | "body.binary.type" | "body.binary.arrayBuffer" | "body.binary.slice" | "body.binary.stream" | "body.binary.text" | "parameters.cookies" | "parameters.path" | "parameters.headers" | "parameters.query" | `parameters.cookies.${number}` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.required` | `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}.file.${string}` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.enum.${number}` | `parameters.path.${number}` | `parameters.path.${number}.file` | `parameters.path.${number}.value` | `parameters.path.${number}.type` | `parameters.path.${number}.key` | `parameters.path.${number}.default` | `parameters.path.${number}.required` | `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}.file.${string}` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.enum.${number}` | `parameters.headers.${number}` | `parameters.headers.${number}.file` | `parameters.headers.${number}.value` | `parameters.headers.${number}.type` | `parameters.headers.${number}.key` | `parameters.headers.${number}.default` | `parameters.headers.${number}.required` | `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}.file.${string}` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.enum.${number}` | `parameters.query.${number}` | `parameters.query.${number}.file` | `parameters.query.${number}.value` | `parameters.query.${number}.type` | `parameters.query.${number}.key` | `parameters.query.${number}.default` | `parameters.query.${number}.required` | `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}.file.${string}` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.enum.${number}` | `serverVariables.${string}`>(uid: string, path: P, value: P extends "body" | "name" | "type" | "parameters" | "uid" | "requestUid" | "serverVariables" ? {
|
|
2843
2849
|
type: "requestExample";
|
|
2844
2850
|
uid: string;
|
|
2845
2851
|
name: string;
|
|
@@ -2938,7 +2944,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
2938
2944
|
}[];
|
|
2939
2945
|
};
|
|
2940
2946
|
serverVariables?: Record<string, string[]> | undefined;
|
|
2941
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
2947
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "body" | "name" | "type" | "parameters" | "uid" | "requestUid" | "serverVariables" ? R extends Path<{
|
|
2942
2948
|
type: "requestExample";
|
|
2943
2949
|
uid: string;
|
|
2944
2950
|
name: string;
|
|
@@ -3312,14 +3318,14 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
3312
3318
|
'x-scalar-client-id': string;
|
|
3313
3319
|
description?: string | undefined;
|
|
3314
3320
|
}) => void;
|
|
3315
|
-
edit: <P extends "
|
|
3321
|
+
edit: <P extends "name" | "type" | "description" | "in" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flow" | "x-scalar-client-id" | "uid" | "nameKey" | "flow.selectedScopes" | "flow.type" | "flow.x-scalar-redirect-uri" | "flow.refreshUrl" | "flow.scopes" | "flow.authorizationUrl" | `flow.scopes.${string}` | `flow.selectedScopes.${number}` | "flow.tokenUrl" | "flow.x-usePkce">(uid: string, path: P, value: (P extends "name" | "type" | "description" | "in" | "uid" | "nameKey" ? {
|
|
3316
3322
|
type: "apiKey";
|
|
3317
3323
|
uid: string;
|
|
3318
3324
|
name: string;
|
|
3319
3325
|
in: "query" | "header" | "cookie";
|
|
3320
3326
|
nameKey: string;
|
|
3321
3327
|
description?: string | undefined;
|
|
3322
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
3328
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "name" | "type" | "description" | "in" | "uid" | "nameKey" ? R extends Path<{
|
|
3323
3329
|
type: "apiKey";
|
|
3324
3330
|
uid: string;
|
|
3325
3331
|
name: string;
|
|
@@ -3478,14 +3484,14 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
3478
3484
|
'x-scalar-client-id': string;
|
|
3479
3485
|
description?: string | undefined;
|
|
3480
3486
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
3481
|
-
untrackedEdit: <P extends "
|
|
3487
|
+
untrackedEdit: <P extends "name" | "type" | "description" | "in" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flow" | "x-scalar-client-id" | "uid" | "nameKey" | "flow.selectedScopes" | "flow.type" | "flow.x-scalar-redirect-uri" | "flow.refreshUrl" | "flow.scopes" | "flow.authorizationUrl" | `flow.scopes.${string}` | `flow.selectedScopes.${number}` | "flow.tokenUrl" | "flow.x-usePkce">(uid: string, path: P, value: (P extends "name" | "type" | "description" | "in" | "uid" | "nameKey" ? {
|
|
3482
3488
|
type: "apiKey";
|
|
3483
3489
|
uid: string;
|
|
3484
3490
|
name: string;
|
|
3485
3491
|
in: "query" | "header" | "cookie";
|
|
3486
3492
|
nameKey: string;
|
|
3487
3493
|
description?: string | undefined;
|
|
3488
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
3494
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "name" | "type" | "description" | "in" | "uid" | "nameKey" ? R extends Path<{
|
|
3489
3495
|
type: "apiKey";
|
|
3490
3496
|
uid: string;
|
|
3491
3497
|
name: string;
|
|
@@ -3766,7 +3772,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
3766
3772
|
description?: string | undefined;
|
|
3767
3773
|
} | undefined;
|
|
3768
3774
|
}) => void;
|
|
3769
|
-
edit: <P extends "
|
|
3775
|
+
edit: <P extends "name" | "type" | "children" | "description" | "uid" | "externalDocs" | "externalDocs.url" | "externalDocs.description" | `children.${number}` | "x-scalar-children" | `x-scalar-children.${number}` | `x-scalar-children.${number}.tagName`>(uid: string, path: P, value: P extends "name" | "type" | "children" | "description" | "uid" | "externalDocs" | "x-scalar-children" ? {
|
|
3770
3776
|
type: "tag";
|
|
3771
3777
|
uid: string;
|
|
3772
3778
|
name: string;
|
|
@@ -3779,7 +3785,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
3779
3785
|
url: string;
|
|
3780
3786
|
description?: string | undefined;
|
|
3781
3787
|
} | undefined;
|
|
3782
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
3788
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "name" | "type" | "children" | "description" | "uid" | "externalDocs" | "x-scalar-children" ? R extends Path<{
|
|
3783
3789
|
type: "tag";
|
|
3784
3790
|
uid: string;
|
|
3785
3791
|
name: string;
|
|
@@ -3806,7 +3812,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
3806
3812
|
description?: string | undefined;
|
|
3807
3813
|
} | undefined;
|
|
3808
3814
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
3809
|
-
untrackedEdit: <P extends "
|
|
3815
|
+
untrackedEdit: <P extends "name" | "type" | "children" | "description" | "uid" | "externalDocs" | "externalDocs.url" | "externalDocs.description" | `children.${number}` | "x-scalar-children" | `x-scalar-children.${number}` | `x-scalar-children.${number}.tagName`>(uid: string, path: P, value: P extends "name" | "type" | "children" | "description" | "uid" | "externalDocs" | "x-scalar-children" ? {
|
|
3810
3816
|
type: "tag";
|
|
3811
3817
|
uid: string;
|
|
3812
3818
|
name: string;
|
|
@@ -3819,7 +3825,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
3819
3825
|
url: string;
|
|
3820
3826
|
description?: string | undefined;
|
|
3821
3827
|
} | undefined;
|
|
3822
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
3828
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "name" | "type" | "children" | "description" | "uid" | "externalDocs" | "x-scalar-children" ? R extends Path<{
|
|
3823
3829
|
type: "tag";
|
|
3824
3830
|
uid: string;
|
|
3825
3831
|
name: string;
|
|
@@ -3909,7 +3915,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
3909
3915
|
} | undefined;
|
|
3910
3916
|
proxyUrl?: string | undefined;
|
|
3911
3917
|
}) => void;
|
|
3912
|
-
edit: <P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${number}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "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./" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "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.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.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "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..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "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.;.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.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.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.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.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.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.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.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.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.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.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">(uid: string, path: P, value: P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
3918
|
+
edit: <P extends "cookies" | "name" | "description" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${number}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "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.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.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "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..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.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.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...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.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.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.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.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.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.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.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.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.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.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.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">(uid: string, path: P, value: P extends "cookies" | "name" | "description" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
3913
3919
|
uid: string;
|
|
3914
3920
|
name: string;
|
|
3915
3921
|
description: string;
|
|
@@ -3927,7 +3933,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
3927
3933
|
}>> | undefined;
|
|
3928
3934
|
} | undefined;
|
|
3929
3935
|
proxyUrl?: string | undefined;
|
|
3930
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "cookies" | "
|
|
3936
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "cookies" | "name" | "description" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends Path<{
|
|
3931
3937
|
uid: string;
|
|
3932
3938
|
name: string;
|
|
3933
3939
|
description: string;
|
|
@@ -3964,7 +3970,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
3964
3970
|
} | undefined;
|
|
3965
3971
|
proxyUrl?: string | undefined;
|
|
3966
3972
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
3967
|
-
untrackedEdit: <P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${number}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "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./" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "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.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.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "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..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "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.;.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.0.modifiers" | `hotKeyConfig.hotKeys.0.modifiers.${number}` | "hotKeyConfig.hotKeys.0.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.1.modifiers" | `hotKeyConfig.hotKeys.1.modifiers.${number}` | "hotKeyConfig.hotKeys.1.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.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.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.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.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.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.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.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.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.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">(uid: string, path: P, value: P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
3973
|
+
untrackedEdit: <P extends "cookies" | "name" | "description" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${number}` | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "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.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.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "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..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.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.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...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.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.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.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.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.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.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.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.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.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.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.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">(uid: string, path: P, value: P extends "cookies" | "name" | "description" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? {
|
|
3968
3974
|
uid: string;
|
|
3969
3975
|
name: string;
|
|
3970
3976
|
description: string;
|
|
@@ -3982,7 +3988,7 @@ export declare const createApiClient: ({ el, appComponent, configuration, isRead
|
|
|
3982
3988
|
}>> | undefined;
|
|
3983
3989
|
} | undefined;
|
|
3984
3990
|
proxyUrl?: string | undefined;
|
|
3985
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "cookies" | "
|
|
3991
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "cookies" | "name" | "description" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends Path<{
|
|
3986
3992
|
uid: string;
|
|
3987
3993
|
name: string;
|
|
3988
3994
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-client.d.ts","sourceRoot":"","sources":["../../src/libs/create-client.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"create-client.d.ts","sourceRoot":"","sources":["../../src/libs/create-client.ts"],"names":[],"mappings":"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"}
|