@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
|
@@ -1074,7 +1074,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1074
1074
|
partitioned?: boolean | undefined;
|
|
1075
1075
|
secure?: boolean | undefined;
|
|
1076
1076
|
}) => void;
|
|
1077
|
-
edit: <P extends "
|
|
1077
|
+
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" ? {
|
|
1078
1078
|
value: string;
|
|
1079
1079
|
uid: string;
|
|
1080
1080
|
name: string;
|
|
@@ -1086,7 +1086,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1086
1086
|
maxAge?: number | undefined;
|
|
1087
1087
|
partitioned?: boolean | undefined;
|
|
1088
1088
|
secure?: boolean | undefined;
|
|
1089
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1089
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "path" | "uid" | "domain" | "sameSite" | "expires" | "httpOnly" | "maxAge" | "partitioned" | "secure" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
1090
1090
|
value: string;
|
|
1091
1091
|
uid: string;
|
|
1092
1092
|
name: string;
|
|
@@ -1111,7 +1111,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1111
1111
|
partitioned?: boolean | undefined;
|
|
1112
1112
|
secure?: boolean | undefined;
|
|
1113
1113
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1114
|
-
untrackedEdit: <P extends "
|
|
1114
|
+
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" ? {
|
|
1115
1115
|
value: string;
|
|
1116
1116
|
uid: string;
|
|
1117
1117
|
name: string;
|
|
@@ -1123,7 +1123,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1123
1123
|
maxAge?: number | undefined;
|
|
1124
1124
|
partitioned?: boolean | undefined;
|
|
1125
1125
|
secure?: boolean | undefined;
|
|
1126
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1126
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "path" | "uid" | "domain" | "sameSite" | "expires" | "httpOnly" | "maxAge" | "partitioned" | "secure" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
1127
1127
|
value: string;
|
|
1128
1128
|
uid: string;
|
|
1129
1129
|
name: string;
|
|
@@ -1361,7 +1361,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1361
1361
|
documentUrl?: string | undefined;
|
|
1362
1362
|
integration?: string | null | undefined;
|
|
1363
1363
|
}) => void;
|
|
1364
|
-
edit: <P extends "
|
|
1364
|
+
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" ? {
|
|
1365
1365
|
type: "collection";
|
|
1366
1366
|
uid: string;
|
|
1367
1367
|
children: string[];
|
|
@@ -1429,7 +1429,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1429
1429
|
webhooks?: Record<string, unknown> | undefined;
|
|
1430
1430
|
documentUrl?: string | undefined;
|
|
1431
1431
|
integration?: string | null | undefined;
|
|
1432
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1432
|
+
}[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 import("@scalar/object-utils/nested").Path<{
|
|
1433
1433
|
type: "collection";
|
|
1434
1434
|
uid: string;
|
|
1435
1435
|
children: string[];
|
|
@@ -1566,7 +1566,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1566
1566
|
documentUrl?: string | undefined;
|
|
1567
1567
|
integration?: string | null | undefined;
|
|
1568
1568
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1569
|
-
untrackedEdit: <P extends "
|
|
1569
|
+
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" ? {
|
|
1570
1570
|
type: "collection";
|
|
1571
1571
|
uid: string;
|
|
1572
1572
|
children: string[];
|
|
@@ -1634,7 +1634,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1634
1634
|
webhooks?: Record<string, unknown> | undefined;
|
|
1635
1635
|
documentUrl?: string | undefined;
|
|
1636
1636
|
integration?: string | null | undefined;
|
|
1637
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1637
|
+
}[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 import("@scalar/object-utils/nested").Path<{
|
|
1638
1638
|
type: "collection";
|
|
1639
1639
|
uid: string;
|
|
1640
1640
|
children: string[];
|
|
@@ -1946,7 +1946,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1946
1946
|
requestBody?: any;
|
|
1947
1947
|
responses?: Record<string, any> | undefined;
|
|
1948
1948
|
}) => void;
|
|
1949
|
-
edit: <P extends "
|
|
1949
|
+
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" ? {
|
|
1950
1950
|
path: string;
|
|
1951
1951
|
type: "request";
|
|
1952
1952
|
uid: string;
|
|
@@ -1982,7 +1982,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
1982
1982
|
}[] | undefined;
|
|
1983
1983
|
requestBody?: any;
|
|
1984
1984
|
responses?: Record<string, any> | undefined;
|
|
1985
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1985
|
+
}[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 import("@scalar/object-utils/nested").Path<{
|
|
1986
1986
|
path: string;
|
|
1987
1987
|
type: "request";
|
|
1988
1988
|
uid: string;
|
|
@@ -2055,7 +2055,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2055
2055
|
requestBody?: any;
|
|
2056
2056
|
responses?: Record<string, any> | undefined;
|
|
2057
2057
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2058
|
-
untrackedEdit: <P extends "
|
|
2058
|
+
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" ? {
|
|
2059
2059
|
path: string;
|
|
2060
2060
|
type: "request";
|
|
2061
2061
|
uid: string;
|
|
@@ -2091,7 +2091,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2091
2091
|
}[] | undefined;
|
|
2092
2092
|
requestBody?: any;
|
|
2093
2093
|
responses?: Record<string, any> | undefined;
|
|
2094
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
2094
|
+
}[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 import("@scalar/object-utils/nested").Path<{
|
|
2095
2095
|
path: string;
|
|
2096
2096
|
type: "request";
|
|
2097
2097
|
uid: string;
|
|
@@ -2471,7 +2471,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2471
2471
|
};
|
|
2472
2472
|
serverVariables?: Record<string, string[]> | undefined;
|
|
2473
2473
|
}) => void;
|
|
2474
|
-
edit: <P extends "
|
|
2474
|
+
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" ? {
|
|
2475
2475
|
type: "requestExample";
|
|
2476
2476
|
uid: string;
|
|
2477
2477
|
name: string;
|
|
@@ -2570,7 +2570,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2570
2570
|
}[];
|
|
2571
2571
|
};
|
|
2572
2572
|
serverVariables?: Record<string, string[]> | undefined;
|
|
2573
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
2573
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "body" | "name" | "type" | "parameters" | "uid" | "requestUid" | "serverVariables" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
2574
2574
|
type: "requestExample";
|
|
2575
2575
|
uid: string;
|
|
2576
2576
|
name: string;
|
|
@@ -2769,7 +2769,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2769
2769
|
};
|
|
2770
2770
|
serverVariables?: Record<string, string[]> | undefined;
|
|
2771
2771
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2772
|
-
untrackedEdit: <P extends "
|
|
2772
|
+
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" ? {
|
|
2773
2773
|
type: "requestExample";
|
|
2774
2774
|
uid: string;
|
|
2775
2775
|
name: string;
|
|
@@ -2868,7 +2868,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
2868
2868
|
}[];
|
|
2869
2869
|
};
|
|
2870
2870
|
serverVariables?: Record<string, string[]> | undefined;
|
|
2871
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
2871
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "body" | "name" | "type" | "parameters" | "uid" | "requestUid" | "serverVariables" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
2872
2872
|
type: "requestExample";
|
|
2873
2873
|
uid: string;
|
|
2874
2874
|
name: string;
|
|
@@ -3242,14 +3242,14 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
3242
3242
|
'x-scalar-client-id': string;
|
|
3243
3243
|
description?: string | undefined;
|
|
3244
3244
|
}) => void;
|
|
3245
|
-
edit: <P extends "
|
|
3245
|
+
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" ? {
|
|
3246
3246
|
type: "apiKey";
|
|
3247
3247
|
uid: string;
|
|
3248
3248
|
name: string;
|
|
3249
3249
|
in: "query" | "header" | "cookie";
|
|
3250
3250
|
nameKey: string;
|
|
3251
3251
|
description?: string | undefined;
|
|
3252
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
3252
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "name" | "type" | "description" | "in" | "uid" | "nameKey" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
3253
3253
|
type: "apiKey";
|
|
3254
3254
|
uid: string;
|
|
3255
3255
|
name: string;
|
|
@@ -3408,14 +3408,14 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
3408
3408
|
'x-scalar-client-id': string;
|
|
3409
3409
|
description?: string | undefined;
|
|
3410
3410
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
3411
|
-
untrackedEdit: <P extends "
|
|
3411
|
+
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" ? {
|
|
3412
3412
|
type: "apiKey";
|
|
3413
3413
|
uid: string;
|
|
3414
3414
|
name: string;
|
|
3415
3415
|
in: "query" | "header" | "cookie";
|
|
3416
3416
|
nameKey: string;
|
|
3417
3417
|
description?: string | undefined;
|
|
3418
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
3418
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "name" | "type" | "description" | "in" | "uid" | "nameKey" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
3419
3419
|
type: "apiKey";
|
|
3420
3420
|
uid: string;
|
|
3421
3421
|
name: string;
|
|
@@ -3696,7 +3696,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
3696
3696
|
description?: string | undefined;
|
|
3697
3697
|
} | undefined;
|
|
3698
3698
|
}) => void;
|
|
3699
|
-
edit: <P extends "
|
|
3699
|
+
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" ? {
|
|
3700
3700
|
type: "tag";
|
|
3701
3701
|
uid: string;
|
|
3702
3702
|
name: string;
|
|
@@ -3709,7 +3709,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
3709
3709
|
url: string;
|
|
3710
3710
|
description?: string | undefined;
|
|
3711
3711
|
} | undefined;
|
|
3712
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
3712
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "name" | "type" | "children" | "description" | "uid" | "externalDocs" | "x-scalar-children" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
3713
3713
|
type: "tag";
|
|
3714
3714
|
uid: string;
|
|
3715
3715
|
name: string;
|
|
@@ -3736,7 +3736,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
3736
3736
|
description?: string | undefined;
|
|
3737
3737
|
} | undefined;
|
|
3738
3738
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
3739
|
-
untrackedEdit: <P extends "
|
|
3739
|
+
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" ? {
|
|
3740
3740
|
type: "tag";
|
|
3741
3741
|
uid: string;
|
|
3742
3742
|
name: string;
|
|
@@ -3749,7 +3749,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
3749
3749
|
url: string;
|
|
3750
3750
|
description?: string | undefined;
|
|
3751
3751
|
} | undefined;
|
|
3752
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
3752
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "name" | "type" | "children" | "description" | "uid" | "externalDocs" | "x-scalar-children" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
3753
3753
|
type: "tag";
|
|
3754
3754
|
uid: string;
|
|
3755
3755
|
name: string;
|
|
@@ -3839,7 +3839,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
3839
3839
|
} | undefined;
|
|
3840
3840
|
proxyUrl?: string | undefined;
|
|
3841
3841
|
}) => void;
|
|
3842
|
-
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" ? {
|
|
3842
|
+
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" ? {
|
|
3843
3843
|
uid: string;
|
|
3844
3844
|
name: string;
|
|
3845
3845
|
description: string;
|
|
@@ -3857,7 +3857,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
3857
3857
|
}>> | undefined;
|
|
3858
3858
|
} | undefined;
|
|
3859
3859
|
proxyUrl?: string | undefined;
|
|
3860
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "cookies" | "
|
|
3860
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "cookies" | "name" | "description" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
3861
3861
|
uid: string;
|
|
3862
3862
|
name: string;
|
|
3863
3863
|
description: string;
|
|
@@ -3894,7 +3894,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
3894
3894
|
} | undefined;
|
|
3895
3895
|
proxyUrl?: string | undefined;
|
|
3896
3896
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
3897
|
-
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" ? {
|
|
3897
|
+
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" ? {
|
|
3898
3898
|
uid: string;
|
|
3899
3899
|
name: string;
|
|
3900
3900
|
description: string;
|
|
@@ -3912,7 +3912,7 @@ export declare const createApiClientApp: (el: HTMLElement | null, configuration?
|
|
|
3912
3912
|
}>> | undefined;
|
|
3913
3913
|
} | undefined;
|
|
3914
3914
|
proxyUrl?: string | undefined;
|
|
3915
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "cookies" | "
|
|
3915
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "cookies" | "name" | "description" | "uid" | "collections" | "environments" | "isReadOnly" | "activeEnvironmentId" | "themeId" | "hotKeyConfig" | "proxyUrl" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
3916
3916
|
uid: string;
|
|
3917
3917
|
name: string;
|
|
3918
3918
|
description: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-api-client-app.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/create-api-client-app.ts"],"names":[],"mappings":"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kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAn22B,CAAC;;;;;;;;wBAAD,CAAC;;;;;;;;;wBAAD,CAAC;;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;;;;;;;;;;;;;+BAAiyM,CAAC;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;;;;;2BAAvxC,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;EADv1P,CAAA"}
|
|
1
|
+
{"version":3,"file":"create-api-client-app.d.ts","sourceRoot":"","sources":["../../../src/layouts/App/create-api-client-app.ts"],"names":[],"mappings":"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kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+BAA3hB,CAAC;;;;;;+BAAqK,CAAC;2BAAqC,CAAC;kCAA4C,CAAC;2BAAqC,CAAC;4BAAoB,CAAC;2BAAqC,CAAC;6BAAuC,CAAC;;2BAA4D,CAAC;;kCAAoD,CAAC;2BAAqC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAn22B,CAAC;;;;;;;;wBAAD,CAAC;;;;;;;;;wBAAD,CAAC;;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;wBAAD,CAAC;;;;;;;;;;;;;;;;;;;+BAAiyM,CAAC;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;+BAAD,CAAC;;;;;;;;;;;;;;;;;;;;2BAAvxC,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;;;;;;;2BAAv4B,CAAC;;iCAAq4B,CAAC;;;;;;;;;;EADpzP,CAAA"}
|
|
@@ -1,20 +1,22 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { createWebHistoryRouter as i } from "../../router.js";
|
|
2
2
|
import f from "./ApiClientApp.vue.js";
|
|
3
3
|
/* empty css */
|
|
4
|
+
import { saveActiveWorkspace as n } from "../../routes.js";
|
|
4
5
|
import { createApiClient as y } from "../../libs/create-client.js";
|
|
5
|
-
const
|
|
6
|
-
var r,
|
|
6
|
+
const u = async (s, e = {}, m = !0, t = i()) => {
|
|
7
|
+
var r, o, c;
|
|
7
8
|
const p = y({
|
|
8
|
-
el:
|
|
9
|
+
el: s,
|
|
9
10
|
appComponent: f,
|
|
10
11
|
configuration: e,
|
|
11
12
|
mountOnInitialize: m,
|
|
12
|
-
router: t
|
|
13
|
+
router: t,
|
|
14
|
+
layout: "desktop"
|
|
13
15
|
}), { importSpecFile: a, importSpecFromUrl: l } = p.store;
|
|
14
|
-
return t.afterEach(
|
|
16
|
+
return t.afterEach(n), (r = e.spec) != null && r.url ? await l(e.spec.url, "default", {
|
|
15
17
|
proxy: e.proxyUrl
|
|
16
|
-
}) : (
|
|
18
|
+
}) : (o = e.spec) != null && o.content && await a((c = e.spec) == null ? void 0 : c.content, "default"), p;
|
|
17
19
|
};
|
|
18
20
|
export {
|
|
19
|
-
|
|
21
|
+
u as createApiClientApp
|
|
20
22
|
};
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
|
|
2
|
+
client: HTMLDivElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
2
4
|
export default _default;
|
|
3
5
|
//# sourceMappingURL=ApiClientModal.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiClientModal.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/Modal/ApiClientModal.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ApiClientModal.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/Modal/ApiClientModal.vue"],"names":[],"mappings":";;;AAyYA,wBAOG"}
|