@scalar/api-client 2.2.51 → 2.2.53
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 +66 -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 +30 -30
- package/dist/components/AddressBar/AddressBarHistory.vue.d.ts.map +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue.js +2 -2
- package/dist/components/AddressBar/AddressBarHistory.vue2.js +22 -22
- package/dist/components/CodeInput/CodeInput.vue.d.ts +3 -1
- package/dist/components/CodeInput/CodeInput.vue.d.ts.map +1 -1
- package/dist/components/CodeInput/CodeInput.vue.js +2 -2
- package/dist/components/CodeInput/CodeInput.vue2.js +38 -38
- package/dist/components/CommandPalette/CommandActionForm.vue.js +2 -2
- package/dist/components/CommandPalette/CommandActionInput.vue.js +1 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteExample.vue.js +13 -13
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteImport.vue.js +143 -114
- package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandPaletteServer.vue.js +59 -51
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -2
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +85 -82
- package/dist/components/CommandPalette/WatchModeToggle.vue.js +2 -2
- package/dist/components/ContextBar.vue.js +2 -2
- package/dist/components/ContextBar.vue2.js +2 -2
- package/dist/components/DataTable/DataTable.vue.js +1 -1
- package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCell.vue.js +11 -11
- package/dist/components/DataTable/DataTableCheckbox.vue.js +3 -3
- package/dist/components/DataTable/DataTableInput.vue.d.ts +175 -6
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +3 -3
- package/dist/components/DataTable/DataTableInput.vue2.js +57 -48
- package/dist/components/DataTable/DataTableInputSelect.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInputSelect.vue.js +1 -1
- package/dist/components/DataTable/DataTableText.vue.js +1 -1
- package/dist/components/EmptyState.vue.js +1 -1
- package/dist/components/EmptyState.vue2.js +4 -4
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.d.ts.map +1 -1
- package/dist/components/EnvironmentSelector/EnvironmentSelector.vue.js +13 -13
- package/dist/components/Form/Form.vue.d.ts.map +1 -1
- package/dist/components/Form/Form.vue.js +56 -36
- package/dist/components/Form/LabelInput.vue.d.ts +14 -0
- package/dist/components/Form/LabelInput.vue.d.ts.map +1 -0
- package/dist/components/Form/LabelInput.vue.js +7 -0
- package/dist/components/Form/LabelInput.vue2.js +42 -0
- package/dist/components/HelpfulLink.vue.js +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.js +2 -2
- package/dist/components/HttpMethod/HttpMethod.vue2.js +1 -1
- package/dist/components/IconSelector.vue.js +3 -3
- package/dist/components/ImportCollection/DropEventListener.vue.js +3 -3
- package/dist/components/ImportCollection/ImportNowButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/ImportNowButton.vue.js +8 -8
- package/dist/components/ImportCollection/IntegrationLogo.vue.js +1 -1
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/PrefetchError.vue.js +1 -1
- package/dist/components/ImportCollection/WorkspaceSelector.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/WorkspaceSelector.vue.js +15 -15
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
- package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts +2 -2
- package/dist/components/ImportCurl/ImportCurlModal.vue.d.ts.map +1 -1
- package/dist/components/ImportCurl/ImportCurlModal.vue.js +1 -1
- package/dist/components/ImportCurl/ImportCurlModal.vue2.js +13 -13
- package/dist/components/ScalarAsciiArt.vue.js +3 -3
- package/dist/components/Search/useSearch.d.ts.map +1 -1
- package/dist/components/Search/useSearch.js +5 -13
- package/dist/components/Server/ServerDropdown.vue.d.ts +0 -1
- package/dist/components/Server/ServerDropdown.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerDropdown.vue.js +40 -57
- package/dist/components/Server/ServerDropdownItem.vue.d.ts +0 -1
- package/dist/components/Server/ServerDropdownItem.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerDropdownItem.vue.js +1 -1
- package/dist/components/Server/ServerDropdownItem.vue2.js +19 -20
- package/dist/components/Server/ServerSelector.vue.d.ts +12 -0
- package/dist/components/Server/ServerSelector.vue.d.ts.map +1 -0
- package/dist/components/Server/ServerSelector.vue.js +85 -0
- package/dist/components/Server/ServerSelector.vue2.js +4 -0
- package/dist/components/Server/ServerVariablesForm.vue.d.ts +1 -1
- package/dist/components/Server/ServerVariablesForm.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerVariablesForm.vue.js +1 -1
- package/dist/components/Server/ServerVariablesSelect.vue.js +1 -1
- package/dist/components/Server/ServerVariablesTextbox.vue.js +1 -1
- package/dist/components/Server/index.d.ts +1 -0
- package/dist/components/Server/index.d.ts.map +1 -1
- package/dist/components/Server/index.js +6 -4
- package/dist/components/Server/types.d.ts.map +1 -1
- package/dist/components/SideNav/DownloadAppButton.vue.d.ts.map +1 -1
- package/dist/components/SideNav/DownloadAppButton.vue.js +2 -2
- package/dist/components/SideNav/DownloadAppButton.vue2.js +6 -6
- package/dist/components/SideNav/SideHelp.vue.js +12 -12
- package/dist/components/SideNav/SideNav.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNav.vue.js +73 -58
- package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavLink.vue.js +3 -3
- package/dist/components/SideNav/SideNavRouterLink.vue.d.ts +2 -2
- package/dist/components/SideNav/SideNavRouterLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavRouterLink.vue.js +17 -28
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +1 -1
- package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.js +12 -12
- package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.js +4 -4
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +2 -2
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue2.js +3 -3
- package/dist/components/Sidebar/Sidebar.vue.d.ts +1 -4
- package/dist/components/Sidebar/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Sidebar.vue.js +1 -1
- package/dist/components/Sidebar/Sidebar.vue2.js +34 -34
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarButton.vue.js +6 -6
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts +2 -2
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
- package/dist/components/Sidebar/SidebarListElement.vue2.js +36 -46
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElementActions.vue.js +7 -7
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts +1 -8
- package/dist/components/Sidebar/SidebarToggle.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarToggle.vue.js +20 -21
- package/dist/components/TopNav/TopNav.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNav.vue.js +104 -85
- package/dist/components/TopNav/TopNavItem.vue.d.ts +2 -2
- package/dist/components/TopNav/TopNavItem.vue.d.ts.map +1 -1
- package/dist/components/TopNav/TopNavItem.vue.js +2 -2
- package/dist/components/TopNav/TopNavItem.vue2.js +1 -1
- package/dist/components/ViewLayout/ViewLayout.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayout.vue.js +16 -10
- package/dist/components/ViewLayout/ViewLayout.vue2.js +4 -0
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +29 -29
- package/dist/components/ViewLayout/ViewLayoutContent.vue.js +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutSection.vue.js +20 -13
- package/dist/components/ViewLayout/ViewLayoutSection.vue2.js +4 -0
- package/dist/constants.d.ts +16 -12
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +35 -6
- package/dist/hooks/index.d.ts +0 -1
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/index.js +5 -7
- package/dist/hooks/useFileDialog.d.ts +1 -1
- package/dist/hooks/useFileDialog.d.ts.map +1 -1
- package/dist/hooks/useFileDialog.js +1 -6
- package/dist/hooks/useResponseBody.d.ts.map +1 -1
- package/dist/hooks/useResponseBody.js +3 -9
- package/dist/hooks/useSidebar.d.ts +19 -2
- package/dist/hooks/useSidebar.d.ts.map +1 -1
- package/dist/hooks/useSidebar.js +25 -9
- package/dist/hooks/useSidebar.test.d.ts +2 -0
- package/dist/hooks/useSidebar.test.d.ts.map +1 -0
- package/dist/layouts/App/ApiClientApp.vue.d.ts.map +1 -1
- package/dist/layouts/App/ApiClientApp.vue.js +41 -35
- package/dist/layouts/App/MainLayout.vue.js +4 -4
- package/dist/layouts/App/create-api-client-app.d.ts +207 -255
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -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 +8 -8
- package/dist/layouts/Modal/create-api-client-modal.d.ts +414 -510
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Web/ApiClientWeb.vue.d.ts.map +1 -1
- package/dist/layouts/Web/ApiClientWeb.vue.js +39 -33
- package/dist/layouts/Web/create-api-client-web.d.ts +207 -255
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts +200 -248
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/create-client.js +79 -63
- package/dist/libs/errors.d.ts.map +1 -1
- package/dist/libs/extractAttachmentFilename.d.ts.map +1 -1
- package/dist/libs/extractAttachmentFilename.js +1 -3
- package/dist/libs/find-request.d.ts.map +1 -1
- package/dist/libs/getOpenApiDocumentDetails.d.ts.map +1 -1
- package/dist/libs/importers/curl.d.ts.map +1 -1
- package/dist/libs/importers/curl.js +2 -12
- package/dist/libs/isUrl.d.ts.map +1 -1
- package/dist/libs/local-storage.d.ts.map +1 -1
- package/dist/libs/local-storage.js +1 -9
- package/dist/libs/normalize-headers.d.ts.map +1 -1
- package/dist/libs/normalize-headers.js +2 -6
- package/dist/libs/parse-curl.d.ts.map +1 -1
- package/dist/libs/parse-curl.js +1 -5
- package/dist/libs/postman.d.ts.map +1 -1
- package/dist/libs/send-request/create-fetch-body.d.ts +1 -1
- package/dist/libs/send-request/create-fetch-body.d.ts.map +1 -1
- package/dist/libs/send-request/create-fetch-body.js +1 -2
- package/dist/libs/send-request/create-fetch-headers.d.ts.map +1 -1
- package/dist/libs/send-request/create-fetch-query-params.d.ts.map +1 -1
- package/dist/libs/send-request/create-request-operation.d.ts.map +1 -1
- package/dist/libs/send-request/create-request-operation.js +6 -12
- package/dist/libs/send-request/create-request-operation.test.d.ts +0 -3
- package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
- package/dist/libs/string-template.d.ts.map +1 -1
- package/dist/libs/string-template.js +1 -4
- package/dist/router.d.ts.map +1 -1
- package/dist/routes.d.ts +62 -14
- package/dist/routes.d.ts.map +1 -1
- package/dist/routes.js +93 -75
- package/dist/store/active-entities.d.ts +32 -32
- package/dist/store/active-entities.d.ts.map +1 -1
- package/dist/store/active-entities.js +37 -35
- package/dist/store/collections.d.ts +164 -164
- package/dist/store/collections.d.ts.map +1 -1
- package/dist/store/cookies.d.ts +4 -4
- package/dist/store/cookies.d.ts.map +1 -1
- package/dist/store/cookies.js +1 -5
- package/dist/store/environment.d.ts +4 -4
- package/dist/store/request-example.d.ts +2 -2
- package/dist/store/requests.d.ts +4 -4
- package/dist/store/requests.d.ts.map +1 -1
- package/dist/store/security-schemes.d.ts +8 -8
- package/dist/store/store-context.d.ts.map +1 -1
- package/dist/store/store.d.ts +200 -248
- package/dist/store/store.d.ts.map +1 -1
- package/dist/store/tags.d.ts.map +1 -1
- package/dist/store/workspace.d.ts +4 -4
- package/dist/style.css +1 -1
- package/dist/tailwind/desktop-variants.d.ts.map +1 -1
- package/dist/types/vue.d.ts.map +1 -1
- package/dist/views/Collection/Collection.vue.d.ts.map +1 -1
- package/dist/views/Collection/Collection.vue.js +4 -0
- package/dist/views/Collection/Collection.vue2.js +50 -0
- package/dist/views/Collection/CollectionAuthentication.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionAuthentication.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionAuthentication.vue.js +4 -0
- package/dist/views/Collection/CollectionAuthentication.vue2.js +16 -0
- package/dist/views/Collection/CollectionCookies.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionCookies.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionCookies.vue.js +4 -0
- package/dist/views/Collection/CollectionCookies.vue2.js +16 -0
- package/dist/views/Collection/CollectionEnvironment.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionEnvironment.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionEnvironment.vue.js +4 -0
- package/dist/views/Collection/CollectionEnvironment.vue2.js +16 -0
- package/dist/views/{Servers/Servers.vue.d.ts → Collection/CollectionInfoForm.vue.d.ts} +1 -1
- package/dist/views/Collection/CollectionInfoForm.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionInfoForm.vue.js +7 -0
- package/dist/views/Collection/CollectionInfoForm.vue2.js +70 -0
- package/dist/views/Collection/CollectionNavigation.vue.d.ts +6 -0
- package/dist/views/Collection/CollectionNavigation.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionNavigation.vue.js +142 -0
- package/dist/views/Collection/CollectionNavigation.vue2.js +4 -0
- package/dist/views/Collection/CollectionOverview.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionOverview.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionOverview.vue.js +4 -0
- package/dist/views/Collection/CollectionOverview.vue2.js +37 -0
- package/dist/views/Collection/CollectionScripts.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionScripts.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionScripts.vue.js +4 -0
- package/dist/views/Collection/CollectionScripts.vue2.js +16 -0
- package/dist/views/Collection/CollectionServerForm.vue.d.ts +10 -0
- package/dist/views/Collection/CollectionServerForm.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionServerForm.vue.js +74 -0
- package/dist/views/Collection/CollectionServerForm.vue2.js +4 -0
- package/dist/views/{Servers/ServerForm.vue.d.ts → Collection/CollectionServers.vue.d.ts} +1 -1
- package/dist/views/Collection/CollectionServers.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionServers.vue.js +4 -0
- package/dist/views/Collection/CollectionServers.vue2.js +124 -0
- package/dist/views/Collection/CollectionSettings.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionSettings.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionSettings.vue.js +7 -0
- package/dist/views/Collection/CollectionSettings.vue2.js +124 -0
- package/dist/views/Collection/CollectionSync.vue.d.ts +3 -0
- package/dist/views/Collection/CollectionSync.vue.d.ts.map +1 -0
- package/dist/views/Collection/CollectionSync.vue.js +4 -0
- package/dist/views/Collection/CollectionSync.vue2.js +16 -0
- package/dist/views/Collection/components/MarkdownInput.vue.d.ts +16 -0
- package/dist/views/Collection/components/MarkdownInput.vue.d.ts.map +1 -0
- package/dist/views/Collection/components/MarkdownInput.vue.js +7 -0
- package/dist/views/Collection/components/MarkdownInput.vue2.js +95 -0
- package/dist/views/Components/CodeSnippet/CodeSnippet.vue.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/CodeSnippet.vue.js +7 -7
- package/dist/views/Components/CodeSnippet/helpers/convert-to-har-request.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/helpers/convert-to-har-request.js +1 -3
- package/dist/views/Components/CodeSnippet/helpers/get-har-request.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/helpers/get-har-request.js +1 -5
- package/dist/views/Components/CodeSnippet/helpers/get-snippet.d.ts.map +1 -1
- package/dist/views/Components/CodeSnippet/helpers/get-snippet.js +1 -5
- package/dist/views/Cookies/CookieForm.vue.d.ts.map +1 -1
- package/dist/views/Cookies/CookieForm.vue.js +18 -23
- package/dist/views/Cookies/CookieModal.vue.d.ts.map +1 -1
- package/dist/views/Cookies/CookieModal.vue.js +1 -1
- package/dist/views/Cookies/CookieModal.vue2.js +7 -7
- package/dist/views/Cookies/Cookies.vue.d.ts.map +1 -1
- package/dist/views/Cookies/Cookies.vue2.js +96 -78
- package/dist/views/Environment/Environment.vue.d.ts.map +1 -1
- package/dist/views/Environment/Environment.vue2.js +125 -112
- package/dist/views/Environment/EnvironmentColorModal.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentColorModal.vue.js +5 -5
- package/dist/views/Environment/EnvironmentColors.vue.js +8 -8
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts.map +1 -1
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +16 -16
- package/dist/views/Request/Request.vue.d.ts.map +1 -1
- package/dist/views/Request/Request.vue.js +1 -1
- package/dist/views/Request/Request.vue2.js +114 -171
- package/dist/views/Request/RequestRoot.vue.d.ts +13 -0
- package/dist/views/Request/RequestRoot.vue.d.ts.map +1 -0
- package/dist/views/Request/RequestRoot.vue.js +7 -0
- package/dist/views/Request/RequestRoot.vue2.js +78 -0
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +9 -9
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +5 -5
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +104 -89
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts +5 -5
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTableInput.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue2.js +59 -65
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +3 -3
- package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +22 -23
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestParams.vue.js +14 -14
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestPathParams.vue.js +6 -6
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestSection.vue2.js +38 -38
- 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 +34 -33
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue2.js +5 -5
- package/dist/views/Request/RequestSection/helpers/filter-security-requirements.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/helpers/filter-security-requirements.js +2 -6
- package/dist/views/Request/RequestSidebar.vue.d.ts +3 -10
- package/dist/views/Request/RequestSidebar.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebar.vue.js +1 -1
- package/dist/views/Request/RequestSidebar.vue2.js +186 -188
- 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 +290 -173
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSidebarItemMenu.vue.js +4 -4
- package/dist/views/Request/RequestSidebarItemMenu.vue2.js +13 -13
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts +1 -4
- 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 +51 -51
- package/dist/views/Request/ResponseSection/ResponseBody.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBody.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +12 -12
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +1 -1
- 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 +2 -2
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +2 -2
- package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.js +1 -1
- 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/ResponseCookies.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +20 -20
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +25 -26
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.js +3 -3
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +7 -7
- 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 +7 -7
- package/dist/views/Request/hooks/useOpenApiWatcher.d.ts.map +1 -1
- package/dist/views/Request/hooks/useOpenApiWatcher.js +12 -37
- package/dist/views/Request/libs/request.d.ts +4 -0
- package/dist/views/Request/libs/request.d.ts.map +1 -1
- package/dist/views/Request/libs/request.js +2 -1
- package/dist/views/Request/libs/watch-mode.d.ts.map +1 -1
- package/dist/views/Request/libs/watch-mode.js +63 -63
- package/dist/views/Request/types/sidebar-item.d.ts +1 -1
- package/dist/views/Request/types/sidebar-item.d.ts.map +1 -1
- package/dist/views/Settings/Settings.vue.d.ts.map +1 -1
- package/dist/views/Settings/Settings.vue2.js +8 -8
- package/dist/views/Settings/components/SettingsAppearance.vue.js +6 -6
- package/dist/vitest.setup.d.ts +16 -0
- package/dist/vitest.setup.d.ts.map +1 -0
- package/package.json +16 -21
- package/dist/views/Servers/ServerForm.vue.d.ts.map +0 -1
- package/dist/views/Servers/ServerForm.vue.js +0 -39
- package/dist/views/Servers/ServerForm.vue2.js +0 -4
- package/dist/views/Servers/Servers.vue.d.ts.map +0 -1
- package/dist/views/Servers/Servers.vue.js +0 -4
- package/dist/views/Servers/Servers.vue2.js +0 -168
- package/dist/views/Servers/index.d.ts +0 -2
- package/dist/views/Servers/index.d.ts.map +0 -1
- package/dist/views/Servers/index.js +0 -4
|
@@ -6,7 +6,7 @@ import { type CreateApiClientParams } from '../../libs';
|
|
|
6
6
|
*/
|
|
7
7
|
export declare const createApiClientModal: ({ el, configuration, mountOnInitialize, store, }: Partial<Pick<CreateApiClientParams, "el" | "configuration" | "mountOnInitialize" | "store">>) => Promise<{
|
|
8
8
|
app: import("vue").App<Element>;
|
|
9
|
-
updateSpec: (spec: import("@scalar/types").SpecConfiguration) => Promise<void>;
|
|
9
|
+
updateSpec: (spec: import("@scalar/types/legacy").SpecConfiguration) => Promise<void>;
|
|
10
10
|
updateConfig(newConfig: import("../../libs").ClientConfiguration, mergeConfigs?: boolean): void;
|
|
11
11
|
updateServer: (serverUrl: string) => void;
|
|
12
12
|
onUpdateServer: (callback: (url: string) => void) => void;
|
|
@@ -51,21 +51,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
51
51
|
uid: string & import("zod").BRAND<"collection">;
|
|
52
52
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
53
53
|
openapi: string;
|
|
54
|
-
|
|
55
|
-
'x-scalar-icon': string;
|
|
56
|
-
securitySchemes: string[];
|
|
57
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
58
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
59
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
60
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
61
|
-
watchMode: boolean;
|
|
62
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
63
|
-
externalDocs?: {
|
|
64
|
-
url: string;
|
|
65
|
-
description?: string | undefined;
|
|
66
|
-
} | undefined;
|
|
67
|
-
jsonSchemaDialect?: string | undefined;
|
|
68
|
-
info?: {
|
|
54
|
+
info: {
|
|
69
55
|
title: string;
|
|
70
56
|
version: string;
|
|
71
57
|
description?: string | undefined;
|
|
@@ -77,11 +63,25 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
77
63
|
email?: string | undefined;
|
|
78
64
|
} | undefined;
|
|
79
65
|
license?: {
|
|
80
|
-
name
|
|
66
|
+
name?: string | null | undefined;
|
|
81
67
|
identifier?: string | undefined;
|
|
82
68
|
url?: string | undefined;
|
|
83
69
|
} | undefined;
|
|
70
|
+
};
|
|
71
|
+
security: Record<string, string[]>[];
|
|
72
|
+
'x-scalar-icon': string;
|
|
73
|
+
securitySchemes: string[];
|
|
74
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
75
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
76
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
77
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
78
|
+
watchMode: boolean;
|
|
79
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
80
|
+
externalDocs?: {
|
|
81
|
+
url: string;
|
|
82
|
+
description?: string | undefined;
|
|
84
83
|
} | undefined;
|
|
84
|
+
jsonSchemaDialect?: string | undefined;
|
|
85
85
|
components?: Record<string, unknown> | undefined;
|
|
86
86
|
webhooks?: Record<string, unknown> | undefined;
|
|
87
87
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -375,34 +375,18 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
375
375
|
proxyUrl: string | undefined;
|
|
376
376
|
hideClientButton: boolean;
|
|
377
377
|
showSidebar: boolean;
|
|
378
|
-
integration: "elysiajs" | "fastify" | "
|
|
378
|
+
integration: "elysiajs" | "fastify" | "html" | "vue" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "go" | "hono" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | null | undefined;
|
|
379
379
|
importSpecFile: (_spec: string | Record<string, any>, workspaceUid: string, options?: Pick<{
|
|
380
380
|
type?: "collection" | undefined;
|
|
381
381
|
uid?: string | undefined;
|
|
382
382
|
externalDocs?: {
|
|
383
|
-
|
|
384
|
-
|
|
383
|
+
url: string;
|
|
384
|
+
description?: unknown;
|
|
385
385
|
} | undefined;
|
|
386
386
|
children?: string[] | undefined;
|
|
387
387
|
openapi?: string | undefined;
|
|
388
388
|
jsonSchemaDialect?: string | undefined;
|
|
389
|
-
info?:
|
|
390
|
-
description?: string | undefined;
|
|
391
|
-
title?: string | undefined;
|
|
392
|
-
summary?: string | undefined;
|
|
393
|
-
termsOfService?: string | undefined;
|
|
394
|
-
contact?: {
|
|
395
|
-
name?: string | undefined;
|
|
396
|
-
url?: string | undefined;
|
|
397
|
-
email?: string | undefined;
|
|
398
|
-
} | undefined;
|
|
399
|
-
license?: {
|
|
400
|
-
name?: string | undefined;
|
|
401
|
-
identifier?: string | undefined;
|
|
402
|
-
url?: string | undefined;
|
|
403
|
-
} | undefined;
|
|
404
|
-
version?: string | undefined;
|
|
405
|
-
} | undefined;
|
|
389
|
+
info?: unknown;
|
|
406
390
|
security?: Record<string, string[] | undefined>[] | undefined;
|
|
407
391
|
components?: Record<string, unknown> | undefined;
|
|
408
392
|
webhooks?: Record<string, unknown> | undefined;
|
|
@@ -430,10 +414,10 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
430
414
|
watchMode?: boolean | undefined;
|
|
431
415
|
integration?: string | null | undefined;
|
|
432
416
|
watchModeStatus?: "IDLE" | "WATCHING" | "ERROR" | undefined;
|
|
433
|
-
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
417
|
+
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
434
418
|
setCollectionSecurity?: boolean;
|
|
435
419
|
shouldLoad?: boolean;
|
|
436
|
-
} & Pick<import("@scalar/types").ReferenceConfiguration, "servers">) => Promise<{
|
|
420
|
+
} & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers">) => Promise<{
|
|
437
421
|
error: false;
|
|
438
422
|
collection: import("@scalar/oas-utils/entities/spec").Collection;
|
|
439
423
|
requests: import("@scalar/oas-utils/entities/spec").Request[];
|
|
@@ -447,29 +431,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
447
431
|
type?: "collection" | undefined;
|
|
448
432
|
uid?: string | undefined;
|
|
449
433
|
externalDocs?: {
|
|
450
|
-
|
|
451
|
-
|
|
434
|
+
url: string;
|
|
435
|
+
description?: unknown;
|
|
452
436
|
} | undefined;
|
|
453
437
|
children?: string[] | undefined;
|
|
454
438
|
openapi?: string | undefined;
|
|
455
439
|
jsonSchemaDialect?: string | undefined;
|
|
456
|
-
info?:
|
|
457
|
-
description?: string | undefined;
|
|
458
|
-
title?: string | undefined;
|
|
459
|
-
summary?: string | undefined;
|
|
460
|
-
termsOfService?: string | undefined;
|
|
461
|
-
contact?: {
|
|
462
|
-
name?: string | undefined;
|
|
463
|
-
url?: string | undefined;
|
|
464
|
-
email?: string | undefined;
|
|
465
|
-
} | undefined;
|
|
466
|
-
license?: {
|
|
467
|
-
name?: string | undefined;
|
|
468
|
-
identifier?: string | undefined;
|
|
469
|
-
url?: string | undefined;
|
|
470
|
-
} | undefined;
|
|
471
|
-
version?: string | undefined;
|
|
472
|
-
} | undefined;
|
|
440
|
+
info?: unknown;
|
|
473
441
|
security?: Record<string, string[] | undefined>[] | undefined;
|
|
474
442
|
components?: Record<string, unknown> | undefined;
|
|
475
443
|
webhooks?: Record<string, unknown> | undefined;
|
|
@@ -497,36 +465,20 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
497
465
|
watchMode?: boolean | undefined;
|
|
498
466
|
integration?: string | null | undefined;
|
|
499
467
|
watchModeStatus?: "IDLE" | "WATCHING" | "ERROR" | undefined;
|
|
500
|
-
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
468
|
+
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
501
469
|
setCollectionSecurity?: boolean;
|
|
502
470
|
shouldLoad?: boolean;
|
|
503
|
-
} & Pick<import("@scalar/types").ReferenceConfiguration, "servers">, "documentUrl"> & Pick<import("@scalar/types").ReferenceConfiguration, "proxyUrl">) => Promise<import("../../libs").ErrorResponse<Awaited<ReturnType<(_spec: string | Record<string, any>, workspaceUid: string, options?: Pick<{
|
|
471
|
+
} & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers">, "documentUrl"> & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "proxyUrl">) => Promise<import("../../libs").ErrorResponse<Awaited<ReturnType<(_spec: string | Record<string, any>, workspaceUid: string, options?: Pick<{
|
|
504
472
|
type?: "collection" | undefined;
|
|
505
473
|
uid?: string | undefined;
|
|
506
474
|
externalDocs?: {
|
|
507
|
-
|
|
508
|
-
|
|
475
|
+
url: string;
|
|
476
|
+
description?: unknown;
|
|
509
477
|
} | undefined;
|
|
510
478
|
children?: string[] | undefined;
|
|
511
479
|
openapi?: string | undefined;
|
|
512
480
|
jsonSchemaDialect?: string | undefined;
|
|
513
|
-
info?:
|
|
514
|
-
description?: string | undefined;
|
|
515
|
-
title?: string | undefined;
|
|
516
|
-
summary?: string | undefined;
|
|
517
|
-
termsOfService?: string | undefined;
|
|
518
|
-
contact?: {
|
|
519
|
-
name?: string | undefined;
|
|
520
|
-
url?: string | undefined;
|
|
521
|
-
email?: string | undefined;
|
|
522
|
-
} | undefined;
|
|
523
|
-
license?: {
|
|
524
|
-
name?: string | undefined;
|
|
525
|
-
identifier?: string | undefined;
|
|
526
|
-
url?: string | undefined;
|
|
527
|
-
} | undefined;
|
|
528
|
-
version?: string | undefined;
|
|
529
|
-
} | undefined;
|
|
481
|
+
info?: unknown;
|
|
530
482
|
security?: Record<string, string[] | undefined>[] | undefined;
|
|
531
483
|
components?: Record<string, unknown> | undefined;
|
|
532
484
|
webhooks?: Record<string, unknown> | undefined;
|
|
@@ -554,10 +506,10 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
554
506
|
watchMode?: boolean | undefined;
|
|
555
507
|
integration?: string | null | undefined;
|
|
556
508
|
watchModeStatus?: "IDLE" | "WATCHING" | "ERROR" | undefined;
|
|
557
|
-
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
509
|
+
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
558
510
|
setCollectionSecurity?: boolean;
|
|
559
511
|
shouldLoad?: boolean;
|
|
560
|
-
} & Pick<import("@scalar/types").ReferenceConfiguration, "servers">) => Promise<{
|
|
512
|
+
} & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers">) => Promise<{
|
|
561
513
|
error: false;
|
|
562
514
|
collection: import("@scalar/oas-utils/entities/spec").Collection;
|
|
563
515
|
requests: import("@scalar/oas-utils/entities/spec").Request[];
|
|
@@ -583,13 +535,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
583
535
|
path?: string | undefined;
|
|
584
536
|
domain?: string | undefined;
|
|
585
537
|
}) => void;
|
|
586
|
-
edit: <P extends "
|
|
538
|
+
edit: <P extends "value" | "name" | "uid" | "domain" | "path">(uid: (string & import("zod").BRAND<"cookie">) | null | undefined, path: P, value: P extends "value" | "name" | "uid" | "domain" | "path" ? {
|
|
587
539
|
value: string;
|
|
588
540
|
uid: string & import("zod").BRAND<"cookie">;
|
|
589
541
|
name: string;
|
|
590
542
|
path?: string | undefined;
|
|
591
543
|
domain?: string | undefined;
|
|
592
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
544
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "uid" | "domain" | "path" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
593
545
|
value: string;
|
|
594
546
|
uid: string & import("zod").BRAND<"cookie">;
|
|
595
547
|
name: string;
|
|
@@ -602,13 +554,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
602
554
|
path?: string | undefined;
|
|
603
555
|
domain?: string | undefined;
|
|
604
556
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
605
|
-
untrackedEdit: <P extends "
|
|
557
|
+
untrackedEdit: <P extends "value" | "name" | "uid" | "domain" | "path">(uid: string & import("zod").BRAND<"cookie">, path: P, value: P extends "value" | "name" | "uid" | "domain" | "path" ? {
|
|
606
558
|
value: string;
|
|
607
559
|
uid: string & import("zod").BRAND<"cookie">;
|
|
608
560
|
name: string;
|
|
609
561
|
path?: string | undefined;
|
|
610
562
|
domain?: string | undefined;
|
|
611
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
563
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "uid" | "domain" | "path" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
612
564
|
value: string;
|
|
613
565
|
uid: string & import("zod").BRAND<"cookie">;
|
|
614
566
|
name: string;
|
|
@@ -631,21 +583,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
631
583
|
uid: string & import("zod").BRAND<"collection">;
|
|
632
584
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
633
585
|
openapi: string;
|
|
634
|
-
|
|
635
|
-
'x-scalar-icon': string;
|
|
636
|
-
securitySchemes: string[];
|
|
637
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
638
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
639
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
640
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
641
|
-
watchMode: boolean;
|
|
642
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
643
|
-
externalDocs?: {
|
|
644
|
-
url: string;
|
|
645
|
-
description?: string | undefined;
|
|
646
|
-
} | undefined;
|
|
647
|
-
jsonSchemaDialect?: string | undefined;
|
|
648
|
-
info?: {
|
|
586
|
+
info: {
|
|
649
587
|
title: string;
|
|
650
588
|
version: string;
|
|
651
589
|
description?: string | undefined;
|
|
@@ -657,11 +595,25 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
657
595
|
email?: string | undefined;
|
|
658
596
|
} | undefined;
|
|
659
597
|
license?: {
|
|
660
|
-
name
|
|
598
|
+
name?: string | null | undefined;
|
|
661
599
|
identifier?: string | undefined;
|
|
662
600
|
url?: string | undefined;
|
|
663
601
|
} | undefined;
|
|
602
|
+
};
|
|
603
|
+
security: Record<string, string[]>[];
|
|
604
|
+
'x-scalar-icon': string;
|
|
605
|
+
securitySchemes: string[];
|
|
606
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
607
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
608
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
609
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
610
|
+
watchMode: boolean;
|
|
611
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
612
|
+
externalDocs?: {
|
|
613
|
+
url: string;
|
|
614
|
+
description?: string | undefined;
|
|
664
615
|
} | undefined;
|
|
616
|
+
jsonSchemaDialect?: string | undefined;
|
|
665
617
|
components?: Record<string, unknown> | undefined;
|
|
666
618
|
webhooks?: Record<string, unknown> | undefined;
|
|
667
619
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -686,21 +638,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
686
638
|
uid: string & import("zod").BRAND<"collection">;
|
|
687
639
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
688
640
|
openapi: string;
|
|
689
|
-
|
|
690
|
-
'x-scalar-icon': string;
|
|
691
|
-
securitySchemes: string[];
|
|
692
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
693
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
694
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
695
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
696
|
-
watchMode: boolean;
|
|
697
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
698
|
-
externalDocs?: {
|
|
699
|
-
url: string;
|
|
700
|
-
description?: string | undefined;
|
|
701
|
-
} | undefined;
|
|
702
|
-
jsonSchemaDialect?: string | undefined;
|
|
703
|
-
info?: {
|
|
641
|
+
info: {
|
|
704
642
|
title: string;
|
|
705
643
|
version: string;
|
|
706
644
|
description?: string | undefined;
|
|
@@ -712,11 +650,25 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
712
650
|
email?: string | undefined;
|
|
713
651
|
} | undefined;
|
|
714
652
|
license?: {
|
|
715
|
-
name
|
|
653
|
+
name?: string | null | undefined;
|
|
716
654
|
identifier?: string | undefined;
|
|
717
655
|
url?: string | undefined;
|
|
718
656
|
} | undefined;
|
|
657
|
+
};
|
|
658
|
+
security: Record<string, string[]>[];
|
|
659
|
+
'x-scalar-icon': string;
|
|
660
|
+
securitySchemes: string[];
|
|
661
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
662
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
663
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
664
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
665
|
+
watchMode: boolean;
|
|
666
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
667
|
+
externalDocs?: {
|
|
668
|
+
url: string;
|
|
669
|
+
description?: string | undefined;
|
|
719
670
|
} | undefined;
|
|
671
|
+
jsonSchemaDialect?: string | undefined;
|
|
720
672
|
components?: Record<string, unknown> | undefined;
|
|
721
673
|
webhooks?: Record<string, unknown> | undefined;
|
|
722
674
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -744,21 +696,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
744
696
|
uid: string & import("zod").BRAND<"collection">;
|
|
745
697
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
746
698
|
openapi: string;
|
|
747
|
-
|
|
748
|
-
'x-scalar-icon': string;
|
|
749
|
-
securitySchemes: string[];
|
|
750
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
751
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
752
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
753
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
754
|
-
watchMode: boolean;
|
|
755
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
756
|
-
externalDocs?: {
|
|
757
|
-
url: string;
|
|
758
|
-
description?: string | undefined;
|
|
759
|
-
} | undefined;
|
|
760
|
-
jsonSchemaDialect?: string | undefined;
|
|
761
|
-
info?: {
|
|
699
|
+
info: {
|
|
762
700
|
title: string;
|
|
763
701
|
version: string;
|
|
764
702
|
description?: string | undefined;
|
|
@@ -770,11 +708,25 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
770
708
|
email?: string | undefined;
|
|
771
709
|
} | undefined;
|
|
772
710
|
license?: {
|
|
773
|
-
name
|
|
711
|
+
name?: string | null | undefined;
|
|
774
712
|
identifier?: string | undefined;
|
|
775
713
|
url?: string | undefined;
|
|
776
714
|
} | undefined;
|
|
715
|
+
};
|
|
716
|
+
security: Record<string, string[]>[];
|
|
717
|
+
'x-scalar-icon': string;
|
|
718
|
+
securitySchemes: string[];
|
|
719
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
720
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
721
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
722
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
723
|
+
watchMode: boolean;
|
|
724
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
725
|
+
externalDocs?: {
|
|
726
|
+
url: string;
|
|
727
|
+
description?: string | undefined;
|
|
777
728
|
} | undefined;
|
|
729
|
+
jsonSchemaDialect?: string | undefined;
|
|
778
730
|
components?: Record<string, unknown> | undefined;
|
|
779
731
|
webhooks?: Record<string, unknown> | undefined;
|
|
780
732
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -794,26 +746,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
794
746
|
documentUrl?: string | undefined;
|
|
795
747
|
integration?: string | null | undefined;
|
|
796
748
|
}) => void;
|
|
797
|
-
edit: <P extends "
|
|
749
|
+
edit: <P extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" | `tags.${number}` | `security.${number}` | `security.${number}.${string}` | "externalDocs.description" | "externalDocs.url" | `requests.${number}` | `x-scalar-environments.${string}` | `children.${number}` | "info.summary" | "info.description" | "info.title" | "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" | `securitySchemes.${number}` | `selectedSecuritySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}.${number}` | `servers.${number}` | `components.${string}` | `webhooks.${string}` | `x-scalar-secrets.${string}`>(uid: (string & import("zod").BRAND<"collection">) | null | undefined, path: P, value: P extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" ? {
|
|
798
750
|
type: "collection";
|
|
799
751
|
uid: string & import("zod").BRAND<"collection">;
|
|
800
752
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
801
753
|
openapi: string;
|
|
802
|
-
|
|
803
|
-
'x-scalar-icon': string;
|
|
804
|
-
securitySchemes: string[];
|
|
805
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
806
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
807
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
808
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
809
|
-
watchMode: boolean;
|
|
810
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
811
|
-
externalDocs?: {
|
|
812
|
-
url: string;
|
|
813
|
-
description?: string | undefined;
|
|
814
|
-
} | undefined;
|
|
815
|
-
jsonSchemaDialect?: string | undefined;
|
|
816
|
-
info?: {
|
|
754
|
+
info: {
|
|
817
755
|
title: string;
|
|
818
756
|
version: string;
|
|
819
757
|
description?: string | undefined;
|
|
@@ -825,11 +763,25 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
825
763
|
email?: string | undefined;
|
|
826
764
|
} | undefined;
|
|
827
765
|
license?: {
|
|
828
|
-
name
|
|
766
|
+
name?: string | null | undefined;
|
|
829
767
|
identifier?: string | undefined;
|
|
830
768
|
url?: string | undefined;
|
|
831
769
|
} | undefined;
|
|
770
|
+
};
|
|
771
|
+
security: Record<string, string[]>[];
|
|
772
|
+
'x-scalar-icon': string;
|
|
773
|
+
securitySchemes: string[];
|
|
774
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
775
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
776
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
777
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
778
|
+
watchMode: boolean;
|
|
779
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
780
|
+
externalDocs?: {
|
|
781
|
+
url: string;
|
|
782
|
+
description?: string | undefined;
|
|
832
783
|
} | undefined;
|
|
784
|
+
jsonSchemaDialect?: string | undefined;
|
|
833
785
|
components?: Record<string, unknown> | undefined;
|
|
834
786
|
webhooks?: Record<string, unknown> | undefined;
|
|
835
787
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -848,26 +800,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
848
800
|
selectedServerUid?: (string & import("zod").BRAND<"server">) | undefined;
|
|
849
801
|
documentUrl?: string | undefined;
|
|
850
802
|
integration?: string | null | undefined;
|
|
851
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
803
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
852
804
|
type: "collection";
|
|
853
805
|
uid: string & import("zod").BRAND<"collection">;
|
|
854
806
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
855
807
|
openapi: string;
|
|
856
|
-
|
|
857
|
-
'x-scalar-icon': string;
|
|
858
|
-
securitySchemes: string[];
|
|
859
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
860
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
861
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
862
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
863
|
-
watchMode: boolean;
|
|
864
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
865
|
-
externalDocs?: {
|
|
866
|
-
url: string;
|
|
867
|
-
description?: string | undefined;
|
|
868
|
-
} | undefined;
|
|
869
|
-
jsonSchemaDialect?: string | undefined;
|
|
870
|
-
info?: {
|
|
808
|
+
info: {
|
|
871
809
|
title: string;
|
|
872
810
|
version: string;
|
|
873
811
|
description?: string | undefined;
|
|
@@ -879,11 +817,25 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
879
817
|
email?: string | undefined;
|
|
880
818
|
} | undefined;
|
|
881
819
|
license?: {
|
|
882
|
-
name
|
|
820
|
+
name?: string | null | undefined;
|
|
883
821
|
identifier?: string | undefined;
|
|
884
822
|
url?: string | undefined;
|
|
885
823
|
} | undefined;
|
|
824
|
+
};
|
|
825
|
+
security: Record<string, string[]>[];
|
|
826
|
+
'x-scalar-icon': string;
|
|
827
|
+
securitySchemes: string[];
|
|
828
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
829
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
830
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
831
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
832
|
+
watchMode: boolean;
|
|
833
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
834
|
+
externalDocs?: {
|
|
835
|
+
url: string;
|
|
836
|
+
description?: string | undefined;
|
|
886
837
|
} | undefined;
|
|
838
|
+
jsonSchemaDialect?: string | undefined;
|
|
887
839
|
components?: Record<string, unknown> | undefined;
|
|
888
840
|
webhooks?: Record<string, unknown> | undefined;
|
|
889
841
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -907,21 +859,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
907
859
|
uid: string & import("zod").BRAND<"collection">;
|
|
908
860
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
909
861
|
openapi: string;
|
|
910
|
-
|
|
911
|
-
'x-scalar-icon': string;
|
|
912
|
-
securitySchemes: string[];
|
|
913
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
914
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
915
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
916
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
917
|
-
watchMode: boolean;
|
|
918
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
919
|
-
externalDocs?: {
|
|
920
|
-
url: string;
|
|
921
|
-
description?: string | undefined;
|
|
922
|
-
} | undefined;
|
|
923
|
-
jsonSchemaDialect?: string | undefined;
|
|
924
|
-
info?: {
|
|
862
|
+
info: {
|
|
925
863
|
title: string;
|
|
926
864
|
version: string;
|
|
927
865
|
description?: string | undefined;
|
|
@@ -933,11 +871,25 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
933
871
|
email?: string | undefined;
|
|
934
872
|
} | undefined;
|
|
935
873
|
license?: {
|
|
936
|
-
name
|
|
874
|
+
name?: string | null | undefined;
|
|
937
875
|
identifier?: string | undefined;
|
|
938
876
|
url?: string | undefined;
|
|
939
877
|
} | undefined;
|
|
878
|
+
};
|
|
879
|
+
security: Record<string, string[]>[];
|
|
880
|
+
'x-scalar-icon': string;
|
|
881
|
+
securitySchemes: string[];
|
|
882
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
883
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
884
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
885
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
886
|
+
watchMode: boolean;
|
|
887
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
888
|
+
externalDocs?: {
|
|
889
|
+
url: string;
|
|
890
|
+
description?: string | undefined;
|
|
940
891
|
} | undefined;
|
|
892
|
+
jsonSchemaDialect?: string | undefined;
|
|
941
893
|
components?: Record<string, unknown> | undefined;
|
|
942
894
|
webhooks?: Record<string, unknown> | undefined;
|
|
943
895
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -957,26 +909,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
957
909
|
documentUrl?: string | undefined;
|
|
958
910
|
integration?: string | null | undefined;
|
|
959
911
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
960
|
-
untrackedEdit: <P extends "
|
|
912
|
+
untrackedEdit: <P extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" | `tags.${number}` | `security.${number}` | `security.${number}.${string}` | "externalDocs.description" | "externalDocs.url" | `requests.${number}` | `x-scalar-environments.${string}` | `children.${number}` | "info.summary" | "info.description" | "info.title" | "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" | `securitySchemes.${number}` | `selectedSecuritySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}.${number}` | `servers.${number}` | `components.${string}` | `webhooks.${string}` | `x-scalar-secrets.${string}`>(uid: string & import("zod").BRAND<"collection">, path: P, value: P extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" ? {
|
|
961
913
|
type: "collection";
|
|
962
914
|
uid: string & import("zod").BRAND<"collection">;
|
|
963
915
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
964
916
|
openapi: string;
|
|
965
|
-
|
|
966
|
-
'x-scalar-icon': string;
|
|
967
|
-
securitySchemes: string[];
|
|
968
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
969
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
970
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
971
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
972
|
-
watchMode: boolean;
|
|
973
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
974
|
-
externalDocs?: {
|
|
975
|
-
url: string;
|
|
976
|
-
description?: string | undefined;
|
|
977
|
-
} | undefined;
|
|
978
|
-
jsonSchemaDialect?: string | undefined;
|
|
979
|
-
info?: {
|
|
917
|
+
info: {
|
|
980
918
|
title: string;
|
|
981
919
|
version: string;
|
|
982
920
|
description?: string | undefined;
|
|
@@ -988,11 +926,25 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
988
926
|
email?: string | undefined;
|
|
989
927
|
} | undefined;
|
|
990
928
|
license?: {
|
|
991
|
-
name
|
|
929
|
+
name?: string | null | undefined;
|
|
992
930
|
identifier?: string | undefined;
|
|
993
931
|
url?: string | undefined;
|
|
994
932
|
} | undefined;
|
|
933
|
+
};
|
|
934
|
+
security: Record<string, string[]>[];
|
|
935
|
+
'x-scalar-icon': string;
|
|
936
|
+
securitySchemes: string[];
|
|
937
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
938
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
939
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
940
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
941
|
+
watchMode: boolean;
|
|
942
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
943
|
+
externalDocs?: {
|
|
944
|
+
url: string;
|
|
945
|
+
description?: string | undefined;
|
|
995
946
|
} | undefined;
|
|
947
|
+
jsonSchemaDialect?: string | undefined;
|
|
996
948
|
components?: Record<string, unknown> | undefined;
|
|
997
949
|
webhooks?: Record<string, unknown> | undefined;
|
|
998
950
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -1011,26 +963,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1011
963
|
selectedServerUid?: (string & import("zod").BRAND<"server">) | undefined;
|
|
1012
964
|
documentUrl?: string | undefined;
|
|
1013
965
|
integration?: string | null | undefined;
|
|
1014
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
966
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
1015
967
|
type: "collection";
|
|
1016
968
|
uid: string & import("zod").BRAND<"collection">;
|
|
1017
969
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
1018
970
|
openapi: string;
|
|
1019
|
-
|
|
1020
|
-
'x-scalar-icon': string;
|
|
1021
|
-
securitySchemes: string[];
|
|
1022
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
1023
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
1024
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
1025
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
1026
|
-
watchMode: boolean;
|
|
1027
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
1028
|
-
externalDocs?: {
|
|
1029
|
-
url: string;
|
|
1030
|
-
description?: string | undefined;
|
|
1031
|
-
} | undefined;
|
|
1032
|
-
jsonSchemaDialect?: string | undefined;
|
|
1033
|
-
info?: {
|
|
971
|
+
info: {
|
|
1034
972
|
title: string;
|
|
1035
973
|
version: string;
|
|
1036
974
|
description?: string | undefined;
|
|
@@ -1042,11 +980,25 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1042
980
|
email?: string | undefined;
|
|
1043
981
|
} | undefined;
|
|
1044
982
|
license?: {
|
|
1045
|
-
name
|
|
983
|
+
name?: string | null | undefined;
|
|
1046
984
|
identifier?: string | undefined;
|
|
1047
985
|
url?: string | undefined;
|
|
1048
986
|
} | undefined;
|
|
987
|
+
};
|
|
988
|
+
security: Record<string, string[]>[];
|
|
989
|
+
'x-scalar-icon': string;
|
|
990
|
+
securitySchemes: string[];
|
|
991
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
992
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
993
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
994
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
995
|
+
watchMode: boolean;
|
|
996
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
997
|
+
externalDocs?: {
|
|
998
|
+
url: string;
|
|
999
|
+
description?: string | undefined;
|
|
1049
1000
|
} | undefined;
|
|
1001
|
+
jsonSchemaDialect?: string | undefined;
|
|
1050
1002
|
components?: Record<string, unknown> | undefined;
|
|
1051
1003
|
webhooks?: Record<string, unknown> | undefined;
|
|
1052
1004
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -1070,21 +1022,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1070
1022
|
uid: string & import("zod").BRAND<"collection">;
|
|
1071
1023
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
1072
1024
|
openapi: string;
|
|
1073
|
-
|
|
1074
|
-
'x-scalar-icon': string;
|
|
1075
|
-
securitySchemes: string[];
|
|
1076
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
1077
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
1078
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
1079
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
1080
|
-
watchMode: boolean;
|
|
1081
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
1082
|
-
externalDocs?: {
|
|
1083
|
-
url: string;
|
|
1084
|
-
description?: string | undefined;
|
|
1085
|
-
} | undefined;
|
|
1086
|
-
jsonSchemaDialect?: string | undefined;
|
|
1087
|
-
info?: {
|
|
1025
|
+
info: {
|
|
1088
1026
|
title: string;
|
|
1089
1027
|
version: string;
|
|
1090
1028
|
description?: string | undefined;
|
|
@@ -1096,11 +1034,25 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1096
1034
|
email?: string | undefined;
|
|
1097
1035
|
} | undefined;
|
|
1098
1036
|
license?: {
|
|
1099
|
-
name
|
|
1037
|
+
name?: string | null | undefined;
|
|
1100
1038
|
identifier?: string | undefined;
|
|
1101
1039
|
url?: string | undefined;
|
|
1102
1040
|
} | undefined;
|
|
1041
|
+
};
|
|
1042
|
+
security: Record<string, string[]>[];
|
|
1043
|
+
'x-scalar-icon': string;
|
|
1044
|
+
securitySchemes: string[];
|
|
1045
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
1046
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
1047
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
1048
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
1049
|
+
watchMode: boolean;
|
|
1050
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
1051
|
+
externalDocs?: {
|
|
1052
|
+
url: string;
|
|
1053
|
+
description?: string | undefined;
|
|
1103
1054
|
} | undefined;
|
|
1055
|
+
jsonSchemaDialect?: string | undefined;
|
|
1104
1056
|
components?: Record<string, unknown> | undefined;
|
|
1105
1057
|
webhooks?: Record<string, unknown> | undefined;
|
|
1106
1058
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -1140,13 +1092,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1140
1092
|
color: string;
|
|
1141
1093
|
isDefault?: boolean | undefined;
|
|
1142
1094
|
}) => void;
|
|
1143
|
-
edit: <P extends "
|
|
1095
|
+
edit: <P extends "value" | "name" | "uid" | "color" | "isDefault">(uid: (string & import("zod").BRAND<"environment">) | null | undefined, path: P, value: P extends "value" | "name" | "uid" | "color" | "isDefault" ? {
|
|
1144
1096
|
value: string;
|
|
1145
1097
|
uid: string & import("zod").BRAND<"environment">;
|
|
1146
1098
|
name: string;
|
|
1147
1099
|
color: string;
|
|
1148
1100
|
isDefault?: boolean | undefined;
|
|
1149
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1101
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "uid" | "color" | "isDefault" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
1150
1102
|
value: string;
|
|
1151
1103
|
uid: string & import("zod").BRAND<"environment">;
|
|
1152
1104
|
name: string;
|
|
@@ -1159,13 +1111,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1159
1111
|
color: string;
|
|
1160
1112
|
isDefault?: boolean | undefined;
|
|
1161
1113
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1162
|
-
untrackedEdit: <P extends "
|
|
1114
|
+
untrackedEdit: <P extends "value" | "name" | "uid" | "color" | "isDefault">(uid: string & import("zod").BRAND<"environment">, path: P, value: P extends "value" | "name" | "uid" | "color" | "isDefault" ? {
|
|
1163
1115
|
value: string;
|
|
1164
1116
|
uid: string & import("zod").BRAND<"environment">;
|
|
1165
1117
|
name: string;
|
|
1166
1118
|
color: string;
|
|
1167
1119
|
isDefault?: boolean | undefined;
|
|
1168
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1120
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "uid" | "color" | "isDefault" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
1169
1121
|
value: string;
|
|
1170
1122
|
uid: string & import("zod").BRAND<"environment">;
|
|
1171
1123
|
name: string;
|
|
@@ -1301,7 +1253,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1301
1253
|
requestBody?: any;
|
|
1302
1254
|
responses?: Record<string, any> | undefined;
|
|
1303
1255
|
}) => void;
|
|
1304
|
-
edit: <P extends "
|
|
1256
|
+
edit: <P extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | `tags.${number}` | `security.${number}` | `security.${number}.${string}` | "externalDocs.description" | "externalDocs.url" | `selectedSecuritySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}.${number}` | `servers.${number}` | "path" | "method" | "examples" | `requestBody.${string}` | `parameters.${number}` | `parameters.${number}.description` | `parameters.${number}.deprecated` | `parameters.${number}.name` | `parameters.${number}.in` | `parameters.${number}.example` | `parameters.${number}.style` | `parameters.${number}.required` | `parameters.${number}.examples` | `parameters.${number}.content` | `parameters.${number}.schema` | `parameters.${number}.examples.${string}` | `responses.${string}` | `examples.${number}`>(uid: (string & import("zod").BRAND<"operation">) | null | undefined, path: P, value: P extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | "path" | "method" | "examples" ? {
|
|
1305
1257
|
path: string;
|
|
1306
1258
|
type: "request";
|
|
1307
1259
|
uid: string & import("zod").BRAND<"operation">;
|
|
@@ -1339,7 +1291,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1339
1291
|
}[] | undefined;
|
|
1340
1292
|
requestBody?: any;
|
|
1341
1293
|
responses?: Record<string, any> | undefined;
|
|
1342
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1294
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | "path" | "method" | "examples" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
1343
1295
|
path: string;
|
|
1344
1296
|
type: "request";
|
|
1345
1297
|
uid: string & import("zod").BRAND<"operation">;
|
|
@@ -1416,7 +1368,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1416
1368
|
requestBody?: any;
|
|
1417
1369
|
responses?: Record<string, any> | undefined;
|
|
1418
1370
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
1419
|
-
untrackedEdit: <P extends "
|
|
1371
|
+
untrackedEdit: <P extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | `tags.${number}` | `security.${number}` | `security.${number}.${string}` | "externalDocs.description" | "externalDocs.url" | `selectedSecuritySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}.${number}` | `servers.${number}` | "path" | "method" | "examples" | `requestBody.${string}` | `parameters.${number}` | `parameters.${number}.description` | `parameters.${number}.deprecated` | `parameters.${number}.name` | `parameters.${number}.in` | `parameters.${number}.example` | `parameters.${number}.style` | `parameters.${number}.required` | `parameters.${number}.examples` | `parameters.${number}.content` | `parameters.${number}.schema` | `parameters.${number}.examples.${string}` | `responses.${string}` | `examples.${number}`>(uid: string & import("zod").BRAND<"operation">, path: P, value: P extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | "path" | "method" | "examples" ? {
|
|
1420
1372
|
path: string;
|
|
1421
1373
|
type: "request";
|
|
1422
1374
|
uid: string & import("zod").BRAND<"operation">;
|
|
@@ -1454,7 +1406,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1454
1406
|
}[] | undefined;
|
|
1455
1407
|
requestBody?: any;
|
|
1456
1408
|
responses?: Record<string, any> | undefined;
|
|
1457
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
1409
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | "path" | "method" | "examples" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
1458
1410
|
path: string;
|
|
1459
1411
|
type: "request";
|
|
1460
1412
|
uid: string & import("zod").BRAND<"operation">;
|
|
@@ -1838,7 +1790,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1838
1790
|
requestUid?: (string & import("zod").BRAND<"operation">) | undefined;
|
|
1839
1791
|
serverVariables?: Record<string, string[]> | undefined;
|
|
1840
1792
|
}) => void;
|
|
1841
|
-
edit: <P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" | "
|
|
1793
|
+
edit: <P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" | "parameters.cookies" | `parameters.cookies.${number}` | "parameters.headers" | "parameters.query" | "parameters.path" | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.examples` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.examples.${number}` | `parameters.cookies.${number}.enum.${number}` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.type.${number}` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.file.${string}` | `parameters.headers.${number}` | `parameters.headers.${number}.description` | `parameters.headers.${number}.required` | `parameters.headers.${number}.examples` | `parameters.headers.${number}.value` | `parameters.headers.${number}.type` | `parameters.headers.${number}.default` | `parameters.headers.${number}.file` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.key` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.format` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.examples.${number}` | `parameters.headers.${number}.enum.${number}` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.type.${number}` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.file.${string}` | `parameters.query.${number}` | `parameters.query.${number}.description` | `parameters.query.${number}.required` | `parameters.query.${number}.examples` | `parameters.query.${number}.value` | `parameters.query.${number}.type` | `parameters.query.${number}.default` | `parameters.query.${number}.file` | `parameters.query.${number}.enum` | `parameters.query.${number}.key` | `parameters.query.${number}.nullable` | `parameters.query.${number}.format` | `parameters.query.${number}.maximum` | `parameters.query.${number}.minimum` | `parameters.query.${number}.examples.${number}` | `parameters.query.${number}.enum.${number}` | `parameters.query.${number}.enabled` | `parameters.query.${number}.type.${number}` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.file.${string}` | `parameters.path.${number}` | `parameters.path.${number}.description` | `parameters.path.${number}.required` | `parameters.path.${number}.examples` | `parameters.path.${number}.value` | `parameters.path.${number}.type` | `parameters.path.${number}.default` | `parameters.path.${number}.file` | `parameters.path.${number}.enum` | `parameters.path.${number}.key` | `parameters.path.${number}.nullable` | `parameters.path.${number}.format` | `parameters.path.${number}.maximum` | `parameters.path.${number}.minimum` | `parameters.path.${number}.examples.${number}` | `parameters.path.${number}.enum.${number}` | `parameters.path.${number}.enabled` | `parameters.path.${number}.type.${number}` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.file.${string}` | "body.binary" | "body.formData" | "body.raw" | "body.activeBody" | "body.binary.size" | "body.binary.type" | "body.binary.slice" | "body.binary.arrayBuffer" | "body.binary.stream" | "body.binary.text" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.description` | `body.formData.value.${number}.required` | `body.formData.value.${number}.examples` | `body.formData.value.${number}.value` | `body.formData.value.${number}.type` | `body.formData.value.${number}.default` | `body.formData.value.${number}.file` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.key` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.format` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.examples.${number}` | `body.formData.value.${number}.enum.${number}` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.type.${number}` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.file.${string}` | "body.raw.value" | "body.raw.encoding" | `serverVariables.${string}`>(uid: (string & import("zod").BRAND<"example">) | null | undefined, path: P, value: P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" ? {
|
|
1842
1794
|
type: "requestExample";
|
|
1843
1795
|
uid: string & import("zod").BRAND<"example">;
|
|
1844
1796
|
name: string;
|
|
@@ -2136,7 +2088,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2136
2088
|
requestUid?: (string & import("zod").BRAND<"operation">) | undefined;
|
|
2137
2089
|
serverVariables?: Record<string, string[]> | undefined;
|
|
2138
2090
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
2139
|
-
untrackedEdit: <P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" | "
|
|
2091
|
+
untrackedEdit: <P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" | "parameters.cookies" | `parameters.cookies.${number}` | "parameters.headers" | "parameters.query" | "parameters.path" | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.examples` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.examples.${number}` | `parameters.cookies.${number}.enum.${number}` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.type.${number}` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.file.${string}` | `parameters.headers.${number}` | `parameters.headers.${number}.description` | `parameters.headers.${number}.required` | `parameters.headers.${number}.examples` | `parameters.headers.${number}.value` | `parameters.headers.${number}.type` | `parameters.headers.${number}.default` | `parameters.headers.${number}.file` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.key` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.format` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.examples.${number}` | `parameters.headers.${number}.enum.${number}` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.type.${number}` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.file.${string}` | `parameters.query.${number}` | `parameters.query.${number}.description` | `parameters.query.${number}.required` | `parameters.query.${number}.examples` | `parameters.query.${number}.value` | `parameters.query.${number}.type` | `parameters.query.${number}.default` | `parameters.query.${number}.file` | `parameters.query.${number}.enum` | `parameters.query.${number}.key` | `parameters.query.${number}.nullable` | `parameters.query.${number}.format` | `parameters.query.${number}.maximum` | `parameters.query.${number}.minimum` | `parameters.query.${number}.examples.${number}` | `parameters.query.${number}.enum.${number}` | `parameters.query.${number}.enabled` | `parameters.query.${number}.type.${number}` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.file.${string}` | `parameters.path.${number}` | `parameters.path.${number}.description` | `parameters.path.${number}.required` | `parameters.path.${number}.examples` | `parameters.path.${number}.value` | `parameters.path.${number}.type` | `parameters.path.${number}.default` | `parameters.path.${number}.file` | `parameters.path.${number}.enum` | `parameters.path.${number}.key` | `parameters.path.${number}.nullable` | `parameters.path.${number}.format` | `parameters.path.${number}.maximum` | `parameters.path.${number}.minimum` | `parameters.path.${number}.examples.${number}` | `parameters.path.${number}.enum.${number}` | `parameters.path.${number}.enabled` | `parameters.path.${number}.type.${number}` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.file.${string}` | "body.binary" | "body.formData" | "body.raw" | "body.activeBody" | "body.binary.size" | "body.binary.type" | "body.binary.slice" | "body.binary.arrayBuffer" | "body.binary.stream" | "body.binary.text" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.description` | `body.formData.value.${number}.required` | `body.formData.value.${number}.examples` | `body.formData.value.${number}.value` | `body.formData.value.${number}.type` | `body.formData.value.${number}.default` | `body.formData.value.${number}.file` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.key` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.format` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.examples.${number}` | `body.formData.value.${number}.enum.${number}` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.type.${number}` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.file.${string}` | "body.raw.value" | "body.raw.encoding" | `serverVariables.${string}`>(uid: string & import("zod").BRAND<"example">, path: P, value: P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" ? {
|
|
2140
2092
|
type: "requestExample";
|
|
2141
2093
|
uid: string & import("zod").BRAND<"example">;
|
|
2142
2094
|
name: string;
|
|
@@ -2672,7 +2624,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2672
2624
|
};
|
|
2673
2625
|
description?: string | undefined;
|
|
2674
2626
|
}) => void;
|
|
2675
|
-
edit: <P extends "description" | "type" | "name" | "in" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flows" | "
|
|
2627
|
+
edit: <P extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flows" | "username" | "password" | "token" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | "flows.password.type" | "flows.password.username" | "flows.password.password" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" ? {
|
|
2676
2628
|
type: "apiKey";
|
|
2677
2629
|
value: string;
|
|
2678
2630
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
@@ -2680,7 +2632,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2680
2632
|
nameKey: string;
|
|
2681
2633
|
in: "cookie" | "query" | "header";
|
|
2682
2634
|
description?: string | undefined;
|
|
2683
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "name" | "in" | "uid" | "nameKey"
|
|
2635
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
2684
2636
|
type: "apiKey";
|
|
2685
2637
|
value: string;
|
|
2686
2638
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
@@ -2696,7 +2648,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2696
2648
|
nameKey: string;
|
|
2697
2649
|
in: "cookie" | "query" | "header";
|
|
2698
2650
|
description?: string | undefined;
|
|
2699
|
-
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "
|
|
2651
|
+
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "username" | "password" | "token" ? {
|
|
2700
2652
|
type: "http";
|
|
2701
2653
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
2702
2654
|
nameKey: string;
|
|
@@ -2706,7 +2658,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2706
2658
|
password: string;
|
|
2707
2659
|
token: string;
|
|
2708
2660
|
description?: string | undefined;
|
|
2709
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "
|
|
2661
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "username" | "password" | "token" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
2710
2662
|
type: "http";
|
|
2711
2663
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
2712
2664
|
nameKey: string;
|
|
@@ -2901,7 +2853,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2901
2853
|
};
|
|
2902
2854
|
description?: string | undefined;
|
|
2903
2855
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
2904
|
-
untrackedEdit: <P extends "description" | "type" | "name" | "in" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flows" | "
|
|
2856
|
+
untrackedEdit: <P extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flows" | "username" | "password" | "token" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | "flows.password.type" | "flows.password.username" | "flows.password.password" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" ? {
|
|
2905
2857
|
type: "apiKey";
|
|
2906
2858
|
value: string;
|
|
2907
2859
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
@@ -2909,7 +2861,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2909
2861
|
nameKey: string;
|
|
2910
2862
|
in: "cookie" | "query" | "header";
|
|
2911
2863
|
description?: string | undefined;
|
|
2912
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "name" | "in" | "uid" | "nameKey"
|
|
2864
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
2913
2865
|
type: "apiKey";
|
|
2914
2866
|
value: string;
|
|
2915
2867
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
@@ -2925,7 +2877,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2925
2877
|
nameKey: string;
|
|
2926
2878
|
in: "cookie" | "query" | "header";
|
|
2927
2879
|
description?: string | undefined;
|
|
2928
|
-
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "
|
|
2880
|
+
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "username" | "password" | "token" ? {
|
|
2929
2881
|
type: "http";
|
|
2930
2882
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
2931
2883
|
nameKey: string;
|
|
@@ -2935,7 +2887,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2935
2887
|
password: string;
|
|
2936
2888
|
token: string;
|
|
2937
2889
|
description?: string | undefined;
|
|
2938
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "
|
|
2890
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "username" | "password" | "token" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
2939
2891
|
type: "http";
|
|
2940
2892
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
2941
2893
|
nameKey: string;
|
|
@@ -3431,7 +3383,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3431
3383
|
} | undefined;
|
|
3432
3384
|
proxyUrl?: string | undefined;
|
|
3433
3385
|
}) => void;
|
|
3434
|
-
edit: <P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.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.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.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.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.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.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.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.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.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.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.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? {
|
|
3386
|
+
edit: <P extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" | `collections.${number}` | `environments.${string}` | `cookies.${number}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.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.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.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.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.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.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.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.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.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.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.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? {
|
|
3435
3387
|
uid: string & import("zod").BRAND<"workspace">;
|
|
3436
3388
|
name: string;
|
|
3437
3389
|
description: string;
|
|
@@ -3452,7 +3404,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3452
3404
|
}>> | undefined;
|
|
3453
3405
|
} | undefined;
|
|
3454
3406
|
proxyUrl?: string | undefined;
|
|
3455
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
3407
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
3456
3408
|
uid: string & import("zod").BRAND<"workspace">;
|
|
3457
3409
|
name: string;
|
|
3458
3410
|
description: string;
|
|
@@ -3495,7 +3447,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3495
3447
|
} | undefined;
|
|
3496
3448
|
proxyUrl?: string | undefined;
|
|
3497
3449
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
3498
|
-
untrackedEdit: <P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.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.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.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.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.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.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.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.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.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.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.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? {
|
|
3450
|
+
untrackedEdit: <P extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" | `collections.${number}` | `environments.${string}` | `cookies.${number}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.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.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.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.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.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.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.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.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.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.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.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? {
|
|
3499
3451
|
uid: string & import("zod").BRAND<"workspace">;
|
|
3500
3452
|
name: string;
|
|
3501
3453
|
description: string;
|
|
@@ -3516,7 +3468,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3516
3468
|
}>> | undefined;
|
|
3517
3469
|
} | undefined;
|
|
3518
3470
|
proxyUrl?: string | undefined;
|
|
3519
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
3471
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
3520
3472
|
uid: string & import("zod").BRAND<"workspace">;
|
|
3521
3473
|
name: string;
|
|
3522
3474
|
description: string;
|
|
@@ -3575,7 +3527,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3575
3527
|
*/
|
|
3576
3528
|
export declare const createApiClientModalSync: ({ el, configuration, mountOnInitialize, store, }: Partial<Pick<CreateApiClientParams, "el" | "configuration" | "mountOnInitialize" | "store">>) => {
|
|
3577
3529
|
app: import("vue").App<Element>;
|
|
3578
|
-
updateSpec: (spec: import("@scalar/types").SpecConfiguration) => Promise<void>;
|
|
3530
|
+
updateSpec: (spec: import("@scalar/types/legacy").SpecConfiguration) => Promise<void>;
|
|
3579
3531
|
updateConfig(newConfig: import("../../libs").ClientConfiguration, mergeConfigs?: boolean): void;
|
|
3580
3532
|
updateServer: (serverUrl: string) => void;
|
|
3581
3533
|
onUpdateServer: (callback: (url: string) => void) => void;
|
|
@@ -3620,21 +3572,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
3620
3572
|
uid: string & import("zod").BRAND<"collection">;
|
|
3621
3573
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
3622
3574
|
openapi: string;
|
|
3623
|
-
|
|
3624
|
-
'x-scalar-icon': string;
|
|
3625
|
-
securitySchemes: string[];
|
|
3626
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
3627
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
3628
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
3629
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
3630
|
-
watchMode: boolean;
|
|
3631
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
3632
|
-
externalDocs?: {
|
|
3633
|
-
url: string;
|
|
3634
|
-
description?: string | undefined;
|
|
3635
|
-
} | undefined;
|
|
3636
|
-
jsonSchemaDialect?: string | undefined;
|
|
3637
|
-
info?: {
|
|
3575
|
+
info: {
|
|
3638
3576
|
title: string;
|
|
3639
3577
|
version: string;
|
|
3640
3578
|
description?: string | undefined;
|
|
@@ -3646,11 +3584,25 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
3646
3584
|
email?: string | undefined;
|
|
3647
3585
|
} | undefined;
|
|
3648
3586
|
license?: {
|
|
3649
|
-
name
|
|
3587
|
+
name?: string | null | undefined;
|
|
3650
3588
|
identifier?: string | undefined;
|
|
3651
3589
|
url?: string | undefined;
|
|
3652
3590
|
} | undefined;
|
|
3591
|
+
};
|
|
3592
|
+
security: Record<string, string[]>[];
|
|
3593
|
+
'x-scalar-icon': string;
|
|
3594
|
+
securitySchemes: string[];
|
|
3595
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
3596
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
3597
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
3598
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
3599
|
+
watchMode: boolean;
|
|
3600
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
3601
|
+
externalDocs?: {
|
|
3602
|
+
url: string;
|
|
3603
|
+
description?: string | undefined;
|
|
3653
3604
|
} | undefined;
|
|
3605
|
+
jsonSchemaDialect?: string | undefined;
|
|
3654
3606
|
components?: Record<string, unknown> | undefined;
|
|
3655
3607
|
webhooks?: Record<string, unknown> | undefined;
|
|
3656
3608
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -3944,34 +3896,18 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
3944
3896
|
proxyUrl: string | undefined;
|
|
3945
3897
|
hideClientButton: boolean;
|
|
3946
3898
|
showSidebar: boolean;
|
|
3947
|
-
integration: "elysiajs" | "fastify" | "
|
|
3899
|
+
integration: "elysiajs" | "fastify" | "html" | "vue" | "adonisjs" | "docusaurus" | "dotnet" | "express" | "fastapi" | "go" | "hono" | "laravel" | "litestar" | "nestjs" | "nextjs" | "nitro" | "nuxt" | "platformatic" | "react" | "rust" | null | undefined;
|
|
3948
3900
|
importSpecFile: (_spec: string | Record<string, any>, workspaceUid: string, options?: Pick<{
|
|
3949
3901
|
type?: "collection" | undefined;
|
|
3950
3902
|
uid?: string | undefined;
|
|
3951
3903
|
externalDocs?: {
|
|
3952
|
-
|
|
3953
|
-
|
|
3904
|
+
url: string;
|
|
3905
|
+
description?: unknown;
|
|
3954
3906
|
} | undefined;
|
|
3955
3907
|
children?: string[] | undefined;
|
|
3956
3908
|
openapi?: string | undefined;
|
|
3957
3909
|
jsonSchemaDialect?: string | undefined;
|
|
3958
|
-
info?:
|
|
3959
|
-
description?: string | undefined;
|
|
3960
|
-
title?: string | undefined;
|
|
3961
|
-
summary?: string | undefined;
|
|
3962
|
-
termsOfService?: string | undefined;
|
|
3963
|
-
contact?: {
|
|
3964
|
-
name?: string | undefined;
|
|
3965
|
-
url?: string | undefined;
|
|
3966
|
-
email?: string | undefined;
|
|
3967
|
-
} | undefined;
|
|
3968
|
-
license?: {
|
|
3969
|
-
name?: string | undefined;
|
|
3970
|
-
identifier?: string | undefined;
|
|
3971
|
-
url?: string | undefined;
|
|
3972
|
-
} | undefined;
|
|
3973
|
-
version?: string | undefined;
|
|
3974
|
-
} | undefined;
|
|
3910
|
+
info?: unknown;
|
|
3975
3911
|
security?: Record<string, string[] | undefined>[] | undefined;
|
|
3976
3912
|
components?: Record<string, unknown> | undefined;
|
|
3977
3913
|
webhooks?: Record<string, unknown> | undefined;
|
|
@@ -3999,10 +3935,10 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
3999
3935
|
watchMode?: boolean | undefined;
|
|
4000
3936
|
integration?: string | null | undefined;
|
|
4001
3937
|
watchModeStatus?: "IDLE" | "WATCHING" | "ERROR" | undefined;
|
|
4002
|
-
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
3938
|
+
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
4003
3939
|
setCollectionSecurity?: boolean;
|
|
4004
3940
|
shouldLoad?: boolean;
|
|
4005
|
-
} & Pick<import("@scalar/types").ReferenceConfiguration, "servers">) => Promise<{
|
|
3941
|
+
} & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers">) => Promise<{
|
|
4006
3942
|
error: false;
|
|
4007
3943
|
collection: import("@scalar/oas-utils/entities/spec").Collection;
|
|
4008
3944
|
requests: import("@scalar/oas-utils/entities/spec").Request[];
|
|
@@ -4016,29 +3952,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4016
3952
|
type?: "collection" | undefined;
|
|
4017
3953
|
uid?: string | undefined;
|
|
4018
3954
|
externalDocs?: {
|
|
4019
|
-
|
|
4020
|
-
|
|
3955
|
+
url: string;
|
|
3956
|
+
description?: unknown;
|
|
4021
3957
|
} | undefined;
|
|
4022
3958
|
children?: string[] | undefined;
|
|
4023
3959
|
openapi?: string | undefined;
|
|
4024
3960
|
jsonSchemaDialect?: string | undefined;
|
|
4025
|
-
info?:
|
|
4026
|
-
description?: string | undefined;
|
|
4027
|
-
title?: string | undefined;
|
|
4028
|
-
summary?: string | undefined;
|
|
4029
|
-
termsOfService?: string | undefined;
|
|
4030
|
-
contact?: {
|
|
4031
|
-
name?: string | undefined;
|
|
4032
|
-
url?: string | undefined;
|
|
4033
|
-
email?: string | undefined;
|
|
4034
|
-
} | undefined;
|
|
4035
|
-
license?: {
|
|
4036
|
-
name?: string | undefined;
|
|
4037
|
-
identifier?: string | undefined;
|
|
4038
|
-
url?: string | undefined;
|
|
4039
|
-
} | undefined;
|
|
4040
|
-
version?: string | undefined;
|
|
4041
|
-
} | undefined;
|
|
3961
|
+
info?: unknown;
|
|
4042
3962
|
security?: Record<string, string[] | undefined>[] | undefined;
|
|
4043
3963
|
components?: Record<string, unknown> | undefined;
|
|
4044
3964
|
webhooks?: Record<string, unknown> | undefined;
|
|
@@ -4066,36 +3986,20 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4066
3986
|
watchMode?: boolean | undefined;
|
|
4067
3987
|
integration?: string | null | undefined;
|
|
4068
3988
|
watchModeStatus?: "IDLE" | "WATCHING" | "ERROR" | undefined;
|
|
4069
|
-
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
3989
|
+
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
4070
3990
|
setCollectionSecurity?: boolean;
|
|
4071
3991
|
shouldLoad?: boolean;
|
|
4072
|
-
} & Pick<import("@scalar/types").ReferenceConfiguration, "servers">, "documentUrl"> & Pick<import("@scalar/types").ReferenceConfiguration, "proxyUrl">) => Promise<import("../../libs").ErrorResponse<Awaited<ReturnType<(_spec: string | Record<string, any>, workspaceUid: string, options?: Pick<{
|
|
3992
|
+
} & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers">, "documentUrl"> & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "proxyUrl">) => Promise<import("../../libs").ErrorResponse<Awaited<ReturnType<(_spec: string | Record<string, any>, workspaceUid: string, options?: Pick<{
|
|
4073
3993
|
type?: "collection" | undefined;
|
|
4074
3994
|
uid?: string | undefined;
|
|
4075
3995
|
externalDocs?: {
|
|
4076
|
-
|
|
4077
|
-
|
|
3996
|
+
url: string;
|
|
3997
|
+
description?: unknown;
|
|
4078
3998
|
} | undefined;
|
|
4079
3999
|
children?: string[] | undefined;
|
|
4080
4000
|
openapi?: string | undefined;
|
|
4081
4001
|
jsonSchemaDialect?: string | undefined;
|
|
4082
|
-
info?:
|
|
4083
|
-
description?: string | undefined;
|
|
4084
|
-
title?: string | undefined;
|
|
4085
|
-
summary?: string | undefined;
|
|
4086
|
-
termsOfService?: string | undefined;
|
|
4087
|
-
contact?: {
|
|
4088
|
-
name?: string | undefined;
|
|
4089
|
-
url?: string | undefined;
|
|
4090
|
-
email?: string | undefined;
|
|
4091
|
-
} | undefined;
|
|
4092
|
-
license?: {
|
|
4093
|
-
name?: string | undefined;
|
|
4094
|
-
identifier?: string | undefined;
|
|
4095
|
-
url?: string | undefined;
|
|
4096
|
-
} | undefined;
|
|
4097
|
-
version?: string | undefined;
|
|
4098
|
-
} | undefined;
|
|
4002
|
+
info?: unknown;
|
|
4099
4003
|
security?: Record<string, string[] | undefined>[] | undefined;
|
|
4100
4004
|
components?: Record<string, unknown> | undefined;
|
|
4101
4005
|
webhooks?: Record<string, unknown> | undefined;
|
|
@@ -4123,10 +4027,10 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4123
4027
|
watchMode?: boolean | undefined;
|
|
4124
4028
|
integration?: string | null | undefined;
|
|
4125
4029
|
watchModeStatus?: "IDLE" | "WATCHING" | "ERROR" | undefined;
|
|
4126
|
-
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
4030
|
+
}, "watchMode" | "documentUrl"> & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers" | "authentication" | "baseServerURL"> & {
|
|
4127
4031
|
setCollectionSecurity?: boolean;
|
|
4128
4032
|
shouldLoad?: boolean;
|
|
4129
|
-
} & Pick<import("@scalar/types").ReferenceConfiguration, "servers">) => Promise<{
|
|
4033
|
+
} & Pick<import("@scalar/types/legacy").ReferenceConfiguration, "servers">) => Promise<{
|
|
4130
4034
|
error: false;
|
|
4131
4035
|
collection: import("@scalar/oas-utils/entities/spec").Collection;
|
|
4132
4036
|
requests: import("@scalar/oas-utils/entities/spec").Request[];
|
|
@@ -4152,13 +4056,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4152
4056
|
path?: string | undefined;
|
|
4153
4057
|
domain?: string | undefined;
|
|
4154
4058
|
}) => void;
|
|
4155
|
-
edit: <P extends "
|
|
4059
|
+
edit: <P extends "value" | "name" | "uid" | "domain" | "path">(uid: (string & import("zod").BRAND<"cookie">) | null | undefined, path: P, value: P extends "value" | "name" | "uid" | "domain" | "path" ? {
|
|
4156
4060
|
value: string;
|
|
4157
4061
|
uid: string & import("zod").BRAND<"cookie">;
|
|
4158
4062
|
name: string;
|
|
4159
4063
|
path?: string | undefined;
|
|
4160
4064
|
domain?: string | undefined;
|
|
4161
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
4065
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "uid" | "domain" | "path" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
4162
4066
|
value: string;
|
|
4163
4067
|
uid: string & import("zod").BRAND<"cookie">;
|
|
4164
4068
|
name: string;
|
|
@@ -4171,13 +4075,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4171
4075
|
path?: string | undefined;
|
|
4172
4076
|
domain?: string | undefined;
|
|
4173
4077
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
4174
|
-
untrackedEdit: <P extends "
|
|
4078
|
+
untrackedEdit: <P extends "value" | "name" | "uid" | "domain" | "path">(uid: string & import("zod").BRAND<"cookie">, path: P, value: P extends "value" | "name" | "uid" | "domain" | "path" ? {
|
|
4175
4079
|
value: string;
|
|
4176
4080
|
uid: string & import("zod").BRAND<"cookie">;
|
|
4177
4081
|
name: string;
|
|
4178
4082
|
path?: string | undefined;
|
|
4179
4083
|
domain?: string | undefined;
|
|
4180
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
4084
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "uid" | "domain" | "path" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
4181
4085
|
value: string;
|
|
4182
4086
|
uid: string & import("zod").BRAND<"cookie">;
|
|
4183
4087
|
name: string;
|
|
@@ -4200,21 +4104,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4200
4104
|
uid: string & import("zod").BRAND<"collection">;
|
|
4201
4105
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
4202
4106
|
openapi: string;
|
|
4203
|
-
|
|
4204
|
-
'x-scalar-icon': string;
|
|
4205
|
-
securitySchemes: string[];
|
|
4206
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4207
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
4208
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4209
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4210
|
-
watchMode: boolean;
|
|
4211
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4212
|
-
externalDocs?: {
|
|
4213
|
-
url: string;
|
|
4214
|
-
description?: string | undefined;
|
|
4215
|
-
} | undefined;
|
|
4216
|
-
jsonSchemaDialect?: string | undefined;
|
|
4217
|
-
info?: {
|
|
4107
|
+
info: {
|
|
4218
4108
|
title: string;
|
|
4219
4109
|
version: string;
|
|
4220
4110
|
description?: string | undefined;
|
|
@@ -4226,11 +4116,25 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4226
4116
|
email?: string | undefined;
|
|
4227
4117
|
} | undefined;
|
|
4228
4118
|
license?: {
|
|
4229
|
-
name
|
|
4119
|
+
name?: string | null | undefined;
|
|
4230
4120
|
identifier?: string | undefined;
|
|
4231
4121
|
url?: string | undefined;
|
|
4232
4122
|
} | undefined;
|
|
4123
|
+
};
|
|
4124
|
+
security: Record<string, string[]>[];
|
|
4125
|
+
'x-scalar-icon': string;
|
|
4126
|
+
securitySchemes: string[];
|
|
4127
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4128
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
4129
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4130
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4131
|
+
watchMode: boolean;
|
|
4132
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4133
|
+
externalDocs?: {
|
|
4134
|
+
url: string;
|
|
4135
|
+
description?: string | undefined;
|
|
4233
4136
|
} | undefined;
|
|
4137
|
+
jsonSchemaDialect?: string | undefined;
|
|
4234
4138
|
components?: Record<string, unknown> | undefined;
|
|
4235
4139
|
webhooks?: Record<string, unknown> | undefined;
|
|
4236
4140
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -4255,21 +4159,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4255
4159
|
uid: string & import("zod").BRAND<"collection">;
|
|
4256
4160
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
4257
4161
|
openapi: string;
|
|
4258
|
-
|
|
4259
|
-
'x-scalar-icon': string;
|
|
4260
|
-
securitySchemes: string[];
|
|
4261
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4262
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
4263
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4264
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4265
|
-
watchMode: boolean;
|
|
4266
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4267
|
-
externalDocs?: {
|
|
4268
|
-
url: string;
|
|
4269
|
-
description?: string | undefined;
|
|
4270
|
-
} | undefined;
|
|
4271
|
-
jsonSchemaDialect?: string | undefined;
|
|
4272
|
-
info?: {
|
|
4162
|
+
info: {
|
|
4273
4163
|
title: string;
|
|
4274
4164
|
version: string;
|
|
4275
4165
|
description?: string | undefined;
|
|
@@ -4281,11 +4171,25 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4281
4171
|
email?: string | undefined;
|
|
4282
4172
|
} | undefined;
|
|
4283
4173
|
license?: {
|
|
4284
|
-
name
|
|
4174
|
+
name?: string | null | undefined;
|
|
4285
4175
|
identifier?: string | undefined;
|
|
4286
4176
|
url?: string | undefined;
|
|
4287
4177
|
} | undefined;
|
|
4178
|
+
};
|
|
4179
|
+
security: Record<string, string[]>[];
|
|
4180
|
+
'x-scalar-icon': string;
|
|
4181
|
+
securitySchemes: string[];
|
|
4182
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4183
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
4184
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4185
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4186
|
+
watchMode: boolean;
|
|
4187
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4188
|
+
externalDocs?: {
|
|
4189
|
+
url: string;
|
|
4190
|
+
description?: string | undefined;
|
|
4288
4191
|
} | undefined;
|
|
4192
|
+
jsonSchemaDialect?: string | undefined;
|
|
4289
4193
|
components?: Record<string, unknown> | undefined;
|
|
4290
4194
|
webhooks?: Record<string, unknown> | undefined;
|
|
4291
4195
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -4313,21 +4217,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4313
4217
|
uid: string & import("zod").BRAND<"collection">;
|
|
4314
4218
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
4315
4219
|
openapi: string;
|
|
4316
|
-
|
|
4317
|
-
'x-scalar-icon': string;
|
|
4318
|
-
securitySchemes: string[];
|
|
4319
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4320
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
4321
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4322
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4323
|
-
watchMode: boolean;
|
|
4324
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4325
|
-
externalDocs?: {
|
|
4326
|
-
url: string;
|
|
4327
|
-
description?: string | undefined;
|
|
4328
|
-
} | undefined;
|
|
4329
|
-
jsonSchemaDialect?: string | undefined;
|
|
4330
|
-
info?: {
|
|
4220
|
+
info: {
|
|
4331
4221
|
title: string;
|
|
4332
4222
|
version: string;
|
|
4333
4223
|
description?: string | undefined;
|
|
@@ -4339,11 +4229,25 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4339
4229
|
email?: string | undefined;
|
|
4340
4230
|
} | undefined;
|
|
4341
4231
|
license?: {
|
|
4342
|
-
name
|
|
4232
|
+
name?: string | null | undefined;
|
|
4343
4233
|
identifier?: string | undefined;
|
|
4344
4234
|
url?: string | undefined;
|
|
4345
4235
|
} | undefined;
|
|
4236
|
+
};
|
|
4237
|
+
security: Record<string, string[]>[];
|
|
4238
|
+
'x-scalar-icon': string;
|
|
4239
|
+
securitySchemes: string[];
|
|
4240
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4241
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
4242
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4243
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4244
|
+
watchMode: boolean;
|
|
4245
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4246
|
+
externalDocs?: {
|
|
4247
|
+
url: string;
|
|
4248
|
+
description?: string | undefined;
|
|
4346
4249
|
} | undefined;
|
|
4250
|
+
jsonSchemaDialect?: string | undefined;
|
|
4347
4251
|
components?: Record<string, unknown> | undefined;
|
|
4348
4252
|
webhooks?: Record<string, unknown> | undefined;
|
|
4349
4253
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -4363,26 +4267,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4363
4267
|
documentUrl?: string | undefined;
|
|
4364
4268
|
integration?: string | null | undefined;
|
|
4365
4269
|
}) => void;
|
|
4366
|
-
edit: <P extends "
|
|
4270
|
+
edit: <P extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" | `tags.${number}` | `security.${number}` | `security.${number}.${string}` | "externalDocs.description" | "externalDocs.url" | `requests.${number}` | `x-scalar-environments.${string}` | `children.${number}` | "info.summary" | "info.description" | "info.title" | "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" | `securitySchemes.${number}` | `selectedSecuritySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}.${number}` | `servers.${number}` | `components.${string}` | `webhooks.${string}` | `x-scalar-secrets.${string}`>(uid: (string & import("zod").BRAND<"collection">) | null | undefined, path: P, value: P extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" ? {
|
|
4367
4271
|
type: "collection";
|
|
4368
4272
|
uid: string & import("zod").BRAND<"collection">;
|
|
4369
4273
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
4370
4274
|
openapi: string;
|
|
4371
|
-
|
|
4372
|
-
'x-scalar-icon': string;
|
|
4373
|
-
securitySchemes: string[];
|
|
4374
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4375
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
4376
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4377
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4378
|
-
watchMode: boolean;
|
|
4379
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4380
|
-
externalDocs?: {
|
|
4381
|
-
url: string;
|
|
4382
|
-
description?: string | undefined;
|
|
4383
|
-
} | undefined;
|
|
4384
|
-
jsonSchemaDialect?: string | undefined;
|
|
4385
|
-
info?: {
|
|
4275
|
+
info: {
|
|
4386
4276
|
title: string;
|
|
4387
4277
|
version: string;
|
|
4388
4278
|
description?: string | undefined;
|
|
@@ -4394,11 +4284,25 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4394
4284
|
email?: string | undefined;
|
|
4395
4285
|
} | undefined;
|
|
4396
4286
|
license?: {
|
|
4397
|
-
name
|
|
4287
|
+
name?: string | null | undefined;
|
|
4398
4288
|
identifier?: string | undefined;
|
|
4399
4289
|
url?: string | undefined;
|
|
4400
4290
|
} | undefined;
|
|
4291
|
+
};
|
|
4292
|
+
security: Record<string, string[]>[];
|
|
4293
|
+
'x-scalar-icon': string;
|
|
4294
|
+
securitySchemes: string[];
|
|
4295
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4296
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
4297
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4298
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4299
|
+
watchMode: boolean;
|
|
4300
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4301
|
+
externalDocs?: {
|
|
4302
|
+
url: string;
|
|
4303
|
+
description?: string | undefined;
|
|
4401
4304
|
} | undefined;
|
|
4305
|
+
jsonSchemaDialect?: string | undefined;
|
|
4402
4306
|
components?: Record<string, unknown> | undefined;
|
|
4403
4307
|
webhooks?: Record<string, unknown> | undefined;
|
|
4404
4308
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -4417,26 +4321,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4417
4321
|
selectedServerUid?: (string & import("zod").BRAND<"server">) | undefined;
|
|
4418
4322
|
documentUrl?: string | undefined;
|
|
4419
4323
|
integration?: string | null | undefined;
|
|
4420
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
4324
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
4421
4325
|
type: "collection";
|
|
4422
4326
|
uid: string & import("zod").BRAND<"collection">;
|
|
4423
4327
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
4424
4328
|
openapi: string;
|
|
4425
|
-
|
|
4426
|
-
'x-scalar-icon': string;
|
|
4427
|
-
securitySchemes: string[];
|
|
4428
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4429
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
4430
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4431
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4432
|
-
watchMode: boolean;
|
|
4433
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4434
|
-
externalDocs?: {
|
|
4435
|
-
url: string;
|
|
4436
|
-
description?: string | undefined;
|
|
4437
|
-
} | undefined;
|
|
4438
|
-
jsonSchemaDialect?: string | undefined;
|
|
4439
|
-
info?: {
|
|
4329
|
+
info: {
|
|
4440
4330
|
title: string;
|
|
4441
4331
|
version: string;
|
|
4442
4332
|
description?: string | undefined;
|
|
@@ -4448,11 +4338,25 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4448
4338
|
email?: string | undefined;
|
|
4449
4339
|
} | undefined;
|
|
4450
4340
|
license?: {
|
|
4451
|
-
name
|
|
4341
|
+
name?: string | null | undefined;
|
|
4452
4342
|
identifier?: string | undefined;
|
|
4453
4343
|
url?: string | undefined;
|
|
4454
4344
|
} | undefined;
|
|
4345
|
+
};
|
|
4346
|
+
security: Record<string, string[]>[];
|
|
4347
|
+
'x-scalar-icon': string;
|
|
4348
|
+
securitySchemes: string[];
|
|
4349
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4350
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
4351
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4352
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4353
|
+
watchMode: boolean;
|
|
4354
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4355
|
+
externalDocs?: {
|
|
4356
|
+
url: string;
|
|
4357
|
+
description?: string | undefined;
|
|
4455
4358
|
} | undefined;
|
|
4359
|
+
jsonSchemaDialect?: string | undefined;
|
|
4456
4360
|
components?: Record<string, unknown> | undefined;
|
|
4457
4361
|
webhooks?: Record<string, unknown> | undefined;
|
|
4458
4362
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -4476,21 +4380,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4476
4380
|
uid: string & import("zod").BRAND<"collection">;
|
|
4477
4381
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
4478
4382
|
openapi: string;
|
|
4479
|
-
|
|
4480
|
-
'x-scalar-icon': string;
|
|
4481
|
-
securitySchemes: string[];
|
|
4482
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4483
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
4484
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4485
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4486
|
-
watchMode: boolean;
|
|
4487
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4488
|
-
externalDocs?: {
|
|
4489
|
-
url: string;
|
|
4490
|
-
description?: string | undefined;
|
|
4491
|
-
} | undefined;
|
|
4492
|
-
jsonSchemaDialect?: string | undefined;
|
|
4493
|
-
info?: {
|
|
4383
|
+
info: {
|
|
4494
4384
|
title: string;
|
|
4495
4385
|
version: string;
|
|
4496
4386
|
description?: string | undefined;
|
|
@@ -4502,11 +4392,25 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4502
4392
|
email?: string | undefined;
|
|
4503
4393
|
} | undefined;
|
|
4504
4394
|
license?: {
|
|
4505
|
-
name
|
|
4395
|
+
name?: string | null | undefined;
|
|
4506
4396
|
identifier?: string | undefined;
|
|
4507
4397
|
url?: string | undefined;
|
|
4508
4398
|
} | undefined;
|
|
4399
|
+
};
|
|
4400
|
+
security: Record<string, string[]>[];
|
|
4401
|
+
'x-scalar-icon': string;
|
|
4402
|
+
securitySchemes: string[];
|
|
4403
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4404
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
4405
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4406
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4407
|
+
watchMode: boolean;
|
|
4408
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4409
|
+
externalDocs?: {
|
|
4410
|
+
url: string;
|
|
4411
|
+
description?: string | undefined;
|
|
4509
4412
|
} | undefined;
|
|
4413
|
+
jsonSchemaDialect?: string | undefined;
|
|
4510
4414
|
components?: Record<string, unknown> | undefined;
|
|
4511
4415
|
webhooks?: Record<string, unknown> | undefined;
|
|
4512
4416
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -4526,26 +4430,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4526
4430
|
documentUrl?: string | undefined;
|
|
4527
4431
|
integration?: string | null | undefined;
|
|
4528
4432
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
4529
|
-
untrackedEdit: <P extends "
|
|
4433
|
+
untrackedEdit: <P extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" | `tags.${number}` | `security.${number}` | `security.${number}.${string}` | "externalDocs.description" | "externalDocs.url" | `requests.${number}` | `x-scalar-environments.${string}` | `children.${number}` | "info.summary" | "info.description" | "info.title" | "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" | `securitySchemes.${number}` | `selectedSecuritySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}.${number}` | `servers.${number}` | `components.${string}` | `webhooks.${string}` | `x-scalar-secrets.${string}`>(uid: string & import("zod").BRAND<"collection">, path: P, value: P extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" ? {
|
|
4530
4434
|
type: "collection";
|
|
4531
4435
|
uid: string & import("zod").BRAND<"collection">;
|
|
4532
4436
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
4533
4437
|
openapi: string;
|
|
4534
|
-
|
|
4535
|
-
'x-scalar-icon': string;
|
|
4536
|
-
securitySchemes: string[];
|
|
4537
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4538
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
4539
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4540
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4541
|
-
watchMode: boolean;
|
|
4542
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4543
|
-
externalDocs?: {
|
|
4544
|
-
url: string;
|
|
4545
|
-
description?: string | undefined;
|
|
4546
|
-
} | undefined;
|
|
4547
|
-
jsonSchemaDialect?: string | undefined;
|
|
4548
|
-
info?: {
|
|
4438
|
+
info: {
|
|
4549
4439
|
title: string;
|
|
4550
4440
|
version: string;
|
|
4551
4441
|
description?: string | undefined;
|
|
@@ -4557,11 +4447,25 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4557
4447
|
email?: string | undefined;
|
|
4558
4448
|
} | undefined;
|
|
4559
4449
|
license?: {
|
|
4560
|
-
name
|
|
4450
|
+
name?: string | null | undefined;
|
|
4561
4451
|
identifier?: string | undefined;
|
|
4562
4452
|
url?: string | undefined;
|
|
4563
4453
|
} | undefined;
|
|
4454
|
+
};
|
|
4455
|
+
security: Record<string, string[]>[];
|
|
4456
|
+
'x-scalar-icon': string;
|
|
4457
|
+
securitySchemes: string[];
|
|
4458
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4459
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
4460
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4461
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4462
|
+
watchMode: boolean;
|
|
4463
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4464
|
+
externalDocs?: {
|
|
4465
|
+
url: string;
|
|
4466
|
+
description?: string | undefined;
|
|
4564
4467
|
} | undefined;
|
|
4468
|
+
jsonSchemaDialect?: string | undefined;
|
|
4565
4469
|
components?: Record<string, unknown> | undefined;
|
|
4566
4470
|
webhooks?: Record<string, unknown> | undefined;
|
|
4567
4471
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -4580,26 +4484,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4580
4484
|
selectedServerUid?: (string & import("zod").BRAND<"server">) | undefined;
|
|
4581
4485
|
documentUrl?: string | undefined;
|
|
4582
4486
|
integration?: string | null | undefined;
|
|
4583
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
4487
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "tags" | "security" | "externalDocs" | "type" | "uid" | "requests" | "x-scalar-environments" | "children" | "openapi" | "info" | "x-scalar-icon" | "securitySchemes" | "selectedSecuritySchemeUids" | "servers" | "watchMode" | "watchModeStatus" | "jsonSchemaDialect" | "components" | "webhooks" | "x-scalar-active-environment" | "x-scalar-secrets" | "selectedServerUid" | "documentUrl" | "integration" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
4584
4488
|
type: "collection";
|
|
4585
4489
|
uid: string & import("zod").BRAND<"collection">;
|
|
4586
4490
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
4587
4491
|
openapi: string;
|
|
4588
|
-
|
|
4589
|
-
'x-scalar-icon': string;
|
|
4590
|
-
securitySchemes: string[];
|
|
4591
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4592
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
4593
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4594
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4595
|
-
watchMode: boolean;
|
|
4596
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4597
|
-
externalDocs?: {
|
|
4598
|
-
url: string;
|
|
4599
|
-
description?: string | undefined;
|
|
4600
|
-
} | undefined;
|
|
4601
|
-
jsonSchemaDialect?: string | undefined;
|
|
4602
|
-
info?: {
|
|
4492
|
+
info: {
|
|
4603
4493
|
title: string;
|
|
4604
4494
|
version: string;
|
|
4605
4495
|
description?: string | undefined;
|
|
@@ -4611,11 +4501,25 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4611
4501
|
email?: string | undefined;
|
|
4612
4502
|
} | undefined;
|
|
4613
4503
|
license?: {
|
|
4614
|
-
name
|
|
4504
|
+
name?: string | null | undefined;
|
|
4615
4505
|
identifier?: string | undefined;
|
|
4616
4506
|
url?: string | undefined;
|
|
4617
4507
|
} | undefined;
|
|
4508
|
+
};
|
|
4509
|
+
security: Record<string, string[]>[];
|
|
4510
|
+
'x-scalar-icon': string;
|
|
4511
|
+
securitySchemes: string[];
|
|
4512
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4513
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
4514
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4515
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4516
|
+
watchMode: boolean;
|
|
4517
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4518
|
+
externalDocs?: {
|
|
4519
|
+
url: string;
|
|
4520
|
+
description?: string | undefined;
|
|
4618
4521
|
} | undefined;
|
|
4522
|
+
jsonSchemaDialect?: string | undefined;
|
|
4619
4523
|
components?: Record<string, unknown> | undefined;
|
|
4620
4524
|
webhooks?: Record<string, unknown> | undefined;
|
|
4621
4525
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -4639,21 +4543,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4639
4543
|
uid: string & import("zod").BRAND<"collection">;
|
|
4640
4544
|
children: ((string & import("zod").BRAND<"tag">) | (string & import("zod").BRAND<"operation">))[];
|
|
4641
4545
|
openapi: string;
|
|
4642
|
-
|
|
4643
|
-
'x-scalar-icon': string;
|
|
4644
|
-
securitySchemes: string[];
|
|
4645
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4646
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
4647
|
-
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4648
|
-
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4649
|
-
watchMode: boolean;
|
|
4650
|
-
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4651
|
-
externalDocs?: {
|
|
4652
|
-
url: string;
|
|
4653
|
-
description?: string | undefined;
|
|
4654
|
-
} | undefined;
|
|
4655
|
-
jsonSchemaDialect?: string | undefined;
|
|
4656
|
-
info?: {
|
|
4546
|
+
info: {
|
|
4657
4547
|
title: string;
|
|
4658
4548
|
version: string;
|
|
4659
4549
|
description?: string | undefined;
|
|
@@ -4665,11 +4555,25 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4665
4555
|
email?: string | undefined;
|
|
4666
4556
|
} | undefined;
|
|
4667
4557
|
license?: {
|
|
4668
|
-
name
|
|
4558
|
+
name?: string | null | undefined;
|
|
4669
4559
|
identifier?: string | undefined;
|
|
4670
4560
|
url?: string | undefined;
|
|
4671
4561
|
} | undefined;
|
|
4562
|
+
};
|
|
4563
|
+
security: Record<string, string[]>[];
|
|
4564
|
+
'x-scalar-icon': string;
|
|
4565
|
+
securitySchemes: string[];
|
|
4566
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4567
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
4568
|
+
requests: (string & import("zod").BRAND<"operation">)[];
|
|
4569
|
+
tags: (string & import("zod").BRAND<"tag">)[];
|
|
4570
|
+
watchMode: boolean;
|
|
4571
|
+
watchModeStatus: "IDLE" | "WATCHING" | "ERROR";
|
|
4572
|
+
externalDocs?: {
|
|
4573
|
+
url: string;
|
|
4574
|
+
description?: string | undefined;
|
|
4672
4575
|
} | undefined;
|
|
4576
|
+
jsonSchemaDialect?: string | undefined;
|
|
4673
4577
|
components?: Record<string, unknown> | undefined;
|
|
4674
4578
|
webhooks?: Record<string, unknown> | undefined;
|
|
4675
4579
|
'x-scalar-active-environment'?: string | undefined;
|
|
@@ -4709,13 +4613,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4709
4613
|
color: string;
|
|
4710
4614
|
isDefault?: boolean | undefined;
|
|
4711
4615
|
}) => void;
|
|
4712
|
-
edit: <P extends "
|
|
4616
|
+
edit: <P extends "value" | "name" | "uid" | "color" | "isDefault">(uid: (string & import("zod").BRAND<"environment">) | null | undefined, path: P, value: P extends "value" | "name" | "uid" | "color" | "isDefault" ? {
|
|
4713
4617
|
value: string;
|
|
4714
4618
|
uid: string & import("zod").BRAND<"environment">;
|
|
4715
4619
|
name: string;
|
|
4716
4620
|
color: string;
|
|
4717
4621
|
isDefault?: boolean | undefined;
|
|
4718
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
4622
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "uid" | "color" | "isDefault" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
4719
4623
|
value: string;
|
|
4720
4624
|
uid: string & import("zod").BRAND<"environment">;
|
|
4721
4625
|
name: string;
|
|
@@ -4728,13 +4632,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4728
4632
|
color: string;
|
|
4729
4633
|
isDefault?: boolean | undefined;
|
|
4730
4634
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
4731
|
-
untrackedEdit: <P extends "
|
|
4635
|
+
untrackedEdit: <P extends "value" | "name" | "uid" | "color" | "isDefault">(uid: string & import("zod").BRAND<"environment">, path: P, value: P extends "value" | "name" | "uid" | "color" | "isDefault" ? {
|
|
4732
4636
|
value: string;
|
|
4733
4637
|
uid: string & import("zod").BRAND<"environment">;
|
|
4734
4638
|
name: string;
|
|
4735
4639
|
color: string;
|
|
4736
4640
|
isDefault?: boolean | undefined;
|
|
4737
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
4641
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "name" | "uid" | "color" | "isDefault" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
4738
4642
|
value: string;
|
|
4739
4643
|
uid: string & import("zod").BRAND<"environment">;
|
|
4740
4644
|
name: string;
|
|
@@ -4870,7 +4774,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4870
4774
|
requestBody?: any;
|
|
4871
4775
|
responses?: Record<string, any> | undefined;
|
|
4872
4776
|
}) => void;
|
|
4873
|
-
edit: <P extends "
|
|
4777
|
+
edit: <P extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | `tags.${number}` | `security.${number}` | `security.${number}.${string}` | "externalDocs.description" | "externalDocs.url" | `selectedSecuritySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}.${number}` | `servers.${number}` | "path" | "method" | "examples" | `requestBody.${string}` | `parameters.${number}` | `parameters.${number}.description` | `parameters.${number}.deprecated` | `parameters.${number}.name` | `parameters.${number}.in` | `parameters.${number}.example` | `parameters.${number}.style` | `parameters.${number}.required` | `parameters.${number}.examples` | `parameters.${number}.content` | `parameters.${number}.schema` | `parameters.${number}.examples.${string}` | `responses.${string}` | `examples.${number}`>(uid: (string & import("zod").BRAND<"operation">) | null | undefined, path: P, value: P extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | "path" | "method" | "examples" ? {
|
|
4874
4778
|
path: string;
|
|
4875
4779
|
type: "request";
|
|
4876
4780
|
uid: string & import("zod").BRAND<"operation">;
|
|
@@ -4908,7 +4812,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4908
4812
|
}[] | undefined;
|
|
4909
4813
|
requestBody?: any;
|
|
4910
4814
|
responses?: Record<string, any> | undefined;
|
|
4911
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
4815
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | "path" | "method" | "examples" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
4912
4816
|
path: string;
|
|
4913
4817
|
type: "request";
|
|
4914
4818
|
uid: string & import("zod").BRAND<"operation">;
|
|
@@ -4985,7 +4889,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4985
4889
|
requestBody?: any;
|
|
4986
4890
|
responses?: Record<string, any> | undefined;
|
|
4987
4891
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
4988
|
-
untrackedEdit: <P extends "
|
|
4892
|
+
untrackedEdit: <P extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | `tags.${number}` | `security.${number}` | `security.${number}.${string}` | "externalDocs.description" | "externalDocs.url" | `selectedSecuritySchemeUids.${number}` | `selectedSecuritySchemeUids.${number}.${number}` | `servers.${number}` | "path" | "method" | "examples" | `requestBody.${string}` | `parameters.${number}` | `parameters.${number}.description` | `parameters.${number}.deprecated` | `parameters.${number}.name` | `parameters.${number}.in` | `parameters.${number}.example` | `parameters.${number}.style` | `parameters.${number}.required` | `parameters.${number}.examples` | `parameters.${number}.content` | `parameters.${number}.schema` | `parameters.${number}.examples.${string}` | `responses.${string}` | `examples.${number}`>(uid: string & import("zod").BRAND<"operation">, path: P, value: P extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | "path" | "method" | "examples" ? {
|
|
4989
4893
|
path: string;
|
|
4990
4894
|
type: "request";
|
|
4991
4895
|
uid: string & import("zod").BRAND<"operation">;
|
|
@@ -5023,7 +4927,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5023
4927
|
}[] | undefined;
|
|
5024
4928
|
requestBody?: any;
|
|
5025
4929
|
responses?: Record<string, any> | undefined;
|
|
5026
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
4930
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "tags" | "summary" | "description" | "operationId" | "security" | "requestBody" | "parameters" | "externalDocs" | "deprecated" | "responses" | "x-internal" | "x-scalar-ignore" | "type" | "uid" | "selectedSecuritySchemeUids" | "servers" | "selectedServerUid" | "path" | "method" | "examples" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
5027
4931
|
path: string;
|
|
5028
4932
|
type: "request";
|
|
5029
4933
|
uid: string & import("zod").BRAND<"operation">;
|
|
@@ -5407,7 +5311,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5407
5311
|
requestUid?: (string & import("zod").BRAND<"operation">) | undefined;
|
|
5408
5312
|
serverVariables?: Record<string, string[]> | undefined;
|
|
5409
5313
|
}) => void;
|
|
5410
|
-
edit: <P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" | "
|
|
5314
|
+
edit: <P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" | "parameters.cookies" | `parameters.cookies.${number}` | "parameters.headers" | "parameters.query" | "parameters.path" | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.examples` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.examples.${number}` | `parameters.cookies.${number}.enum.${number}` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.type.${number}` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.file.${string}` | `parameters.headers.${number}` | `parameters.headers.${number}.description` | `parameters.headers.${number}.required` | `parameters.headers.${number}.examples` | `parameters.headers.${number}.value` | `parameters.headers.${number}.type` | `parameters.headers.${number}.default` | `parameters.headers.${number}.file` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.key` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.format` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.examples.${number}` | `parameters.headers.${number}.enum.${number}` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.type.${number}` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.file.${string}` | `parameters.query.${number}` | `parameters.query.${number}.description` | `parameters.query.${number}.required` | `parameters.query.${number}.examples` | `parameters.query.${number}.value` | `parameters.query.${number}.type` | `parameters.query.${number}.default` | `parameters.query.${number}.file` | `parameters.query.${number}.enum` | `parameters.query.${number}.key` | `parameters.query.${number}.nullable` | `parameters.query.${number}.format` | `parameters.query.${number}.maximum` | `parameters.query.${number}.minimum` | `parameters.query.${number}.examples.${number}` | `parameters.query.${number}.enum.${number}` | `parameters.query.${number}.enabled` | `parameters.query.${number}.type.${number}` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.file.${string}` | `parameters.path.${number}` | `parameters.path.${number}.description` | `parameters.path.${number}.required` | `parameters.path.${number}.examples` | `parameters.path.${number}.value` | `parameters.path.${number}.type` | `parameters.path.${number}.default` | `parameters.path.${number}.file` | `parameters.path.${number}.enum` | `parameters.path.${number}.key` | `parameters.path.${number}.nullable` | `parameters.path.${number}.format` | `parameters.path.${number}.maximum` | `parameters.path.${number}.minimum` | `parameters.path.${number}.examples.${number}` | `parameters.path.${number}.enum.${number}` | `parameters.path.${number}.enabled` | `parameters.path.${number}.type.${number}` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.file.${string}` | "body.binary" | "body.formData" | "body.raw" | "body.activeBody" | "body.binary.size" | "body.binary.type" | "body.binary.slice" | "body.binary.arrayBuffer" | "body.binary.stream" | "body.binary.text" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.description` | `body.formData.value.${number}.required` | `body.formData.value.${number}.examples` | `body.formData.value.${number}.value` | `body.formData.value.${number}.type` | `body.formData.value.${number}.default` | `body.formData.value.${number}.file` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.key` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.format` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.examples.${number}` | `body.formData.value.${number}.enum.${number}` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.type.${number}` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.file.${string}` | "body.raw.value" | "body.raw.encoding" | `serverVariables.${string}`>(uid: (string & import("zod").BRAND<"example">) | null | undefined, path: P, value: P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" ? {
|
|
5411
5315
|
type: "requestExample";
|
|
5412
5316
|
uid: string & import("zod").BRAND<"example">;
|
|
5413
5317
|
name: string;
|
|
@@ -5705,7 +5609,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5705
5609
|
requestUid?: (string & import("zod").BRAND<"operation">) | undefined;
|
|
5706
5610
|
serverVariables?: Record<string, string[]> | undefined;
|
|
5707
5611
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
5708
|
-
untrackedEdit: <P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" | "
|
|
5612
|
+
untrackedEdit: <P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" | "parameters.cookies" | `parameters.cookies.${number}` | "parameters.headers" | "parameters.query" | "parameters.path" | `parameters.cookies.${number}.description` | `parameters.cookies.${number}.required` | `parameters.cookies.${number}.examples` | `parameters.cookies.${number}.value` | `parameters.cookies.${number}.type` | `parameters.cookies.${number}.default` | `parameters.cookies.${number}.file` | `parameters.cookies.${number}.enum` | `parameters.cookies.${number}.key` | `parameters.cookies.${number}.nullable` | `parameters.cookies.${number}.format` | `parameters.cookies.${number}.maximum` | `parameters.cookies.${number}.minimum` | `parameters.cookies.${number}.examples.${number}` | `parameters.cookies.${number}.enum.${number}` | `parameters.cookies.${number}.enabled` | `parameters.cookies.${number}.type.${number}` | `parameters.cookies.${number}.default.${string}` | `parameters.cookies.${number}.file.${string}` | `parameters.headers.${number}` | `parameters.headers.${number}.description` | `parameters.headers.${number}.required` | `parameters.headers.${number}.examples` | `parameters.headers.${number}.value` | `parameters.headers.${number}.type` | `parameters.headers.${number}.default` | `parameters.headers.${number}.file` | `parameters.headers.${number}.enum` | `parameters.headers.${number}.key` | `parameters.headers.${number}.nullable` | `parameters.headers.${number}.format` | `parameters.headers.${number}.maximum` | `parameters.headers.${number}.minimum` | `parameters.headers.${number}.examples.${number}` | `parameters.headers.${number}.enum.${number}` | `parameters.headers.${number}.enabled` | `parameters.headers.${number}.type.${number}` | `parameters.headers.${number}.default.${string}` | `parameters.headers.${number}.file.${string}` | `parameters.query.${number}` | `parameters.query.${number}.description` | `parameters.query.${number}.required` | `parameters.query.${number}.examples` | `parameters.query.${number}.value` | `parameters.query.${number}.type` | `parameters.query.${number}.default` | `parameters.query.${number}.file` | `parameters.query.${number}.enum` | `parameters.query.${number}.key` | `parameters.query.${number}.nullable` | `parameters.query.${number}.format` | `parameters.query.${number}.maximum` | `parameters.query.${number}.minimum` | `parameters.query.${number}.examples.${number}` | `parameters.query.${number}.enum.${number}` | `parameters.query.${number}.enabled` | `parameters.query.${number}.type.${number}` | `parameters.query.${number}.default.${string}` | `parameters.query.${number}.file.${string}` | `parameters.path.${number}` | `parameters.path.${number}.description` | `parameters.path.${number}.required` | `parameters.path.${number}.examples` | `parameters.path.${number}.value` | `parameters.path.${number}.type` | `parameters.path.${number}.default` | `parameters.path.${number}.file` | `parameters.path.${number}.enum` | `parameters.path.${number}.key` | `parameters.path.${number}.nullable` | `parameters.path.${number}.format` | `parameters.path.${number}.maximum` | `parameters.path.${number}.minimum` | `parameters.path.${number}.examples.${number}` | `parameters.path.${number}.enum.${number}` | `parameters.path.${number}.enabled` | `parameters.path.${number}.type.${number}` | `parameters.path.${number}.default.${string}` | `parameters.path.${number}.file.${string}` | "body.binary" | "body.formData" | "body.raw" | "body.activeBody" | "body.binary.size" | "body.binary.type" | "body.binary.slice" | "body.binary.arrayBuffer" | "body.binary.stream" | "body.binary.text" | "body.formData.value" | "body.formData.encoding" | `body.formData.value.${number}` | `body.formData.value.${number}.description` | `body.formData.value.${number}.required` | `body.formData.value.${number}.examples` | `body.formData.value.${number}.value` | `body.formData.value.${number}.type` | `body.formData.value.${number}.default` | `body.formData.value.${number}.file` | `body.formData.value.${number}.enum` | `body.formData.value.${number}.key` | `body.formData.value.${number}.nullable` | `body.formData.value.${number}.format` | `body.formData.value.${number}.maximum` | `body.formData.value.${number}.minimum` | `body.formData.value.${number}.examples.${number}` | `body.formData.value.${number}.enum.${number}` | `body.formData.value.${number}.enabled` | `body.formData.value.${number}.type.${number}` | `body.formData.value.${number}.default.${string}` | `body.formData.value.${number}.file.${string}` | "body.raw.value" | "body.raw.encoding" | `serverVariables.${string}`>(uid: string & import("zod").BRAND<"example">, path: P, value: P extends "parameters" | "type" | "name" | "uid" | "body" | "requestUid" | "serverVariables" ? {
|
|
5709
5613
|
type: "requestExample";
|
|
5710
5614
|
uid: string & import("zod").BRAND<"example">;
|
|
5711
5615
|
name: string;
|
|
@@ -6241,7 +6145,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6241
6145
|
};
|
|
6242
6146
|
description?: string | undefined;
|
|
6243
6147
|
}) => void;
|
|
6244
|
-
edit: <P extends "description" | "type" | "name" | "in" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flows" | "
|
|
6148
|
+
edit: <P extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flows" | "username" | "password" | "token" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | "flows.password.type" | "flows.password.username" | "flows.password.password" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" ? {
|
|
6245
6149
|
type: "apiKey";
|
|
6246
6150
|
value: string;
|
|
6247
6151
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
@@ -6249,7 +6153,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6249
6153
|
nameKey: string;
|
|
6250
6154
|
in: "cookie" | "query" | "header";
|
|
6251
6155
|
description?: string | undefined;
|
|
6252
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "name" | "in" | "uid" | "nameKey"
|
|
6156
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
6253
6157
|
type: "apiKey";
|
|
6254
6158
|
value: string;
|
|
6255
6159
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
@@ -6265,7 +6169,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6265
6169
|
nameKey: string;
|
|
6266
6170
|
in: "cookie" | "query" | "header";
|
|
6267
6171
|
description?: string | undefined;
|
|
6268
|
-
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "
|
|
6172
|
+
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "username" | "password" | "token" ? {
|
|
6269
6173
|
type: "http";
|
|
6270
6174
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
6271
6175
|
nameKey: string;
|
|
@@ -6275,7 +6179,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6275
6179
|
password: string;
|
|
6276
6180
|
token: string;
|
|
6277
6181
|
description?: string | undefined;
|
|
6278
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "
|
|
6182
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "username" | "password" | "token" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
6279
6183
|
type: "http";
|
|
6280
6184
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
6281
6185
|
nameKey: string;
|
|
@@ -6470,7 +6374,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6470
6374
|
};
|
|
6471
6375
|
description?: string | undefined;
|
|
6472
6376
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
6473
|
-
untrackedEdit: <P extends "description" | "type" | "name" | "in" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flows" | "
|
|
6377
|
+
untrackedEdit: <P extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "flows" | "username" | "password" | "token" | "flows.implicit" | "flows.password" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | "flows.password.type" | "flows.password.username" | "flows.password.password" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" ? {
|
|
6474
6378
|
type: "apiKey";
|
|
6475
6379
|
value: string;
|
|
6476
6380
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
@@ -6478,7 +6382,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6478
6382
|
nameKey: string;
|
|
6479
6383
|
in: "cookie" | "query" | "header";
|
|
6480
6384
|
description?: string | undefined;
|
|
6481
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "name" | "in" | "uid" | "nameKey"
|
|
6385
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "value" | "description" | "type" | "name" | "in" | "uid" | "nameKey" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
6482
6386
|
type: "apiKey";
|
|
6483
6387
|
value: string;
|
|
6484
6388
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
@@ -6494,7 +6398,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6494
6398
|
nameKey: string;
|
|
6495
6399
|
in: "cookie" | "query" | "header";
|
|
6496
6400
|
description?: string | undefined;
|
|
6497
|
-
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "
|
|
6401
|
+
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) | (P extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "username" | "password" | "token" ? {
|
|
6498
6402
|
type: "http";
|
|
6499
6403
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
6500
6404
|
nameKey: string;
|
|
@@ -6504,7 +6408,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6504
6408
|
password: string;
|
|
6505
6409
|
token: string;
|
|
6506
6410
|
description?: string | undefined;
|
|
6507
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "
|
|
6411
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "type" | "uid" | "nameKey" | "scheme" | "bearerFormat" | "username" | "password" | "token" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
6508
6412
|
type: "http";
|
|
6509
6413
|
uid: string & import("zod").BRAND<"securityScheme">;
|
|
6510
6414
|
nameKey: string;
|
|
@@ -7000,7 +6904,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7000
6904
|
} | undefined;
|
|
7001
6905
|
proxyUrl?: string | undefined;
|
|
7002
6906
|
}) => void;
|
|
7003
|
-
edit: <P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.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.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.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.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.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.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.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.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.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.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.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? {
|
|
6907
|
+
edit: <P extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" | `collections.${number}` | `environments.${string}` | `cookies.${number}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.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.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.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.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.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.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.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.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.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.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.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: (string & import("zod").BRAND<"workspace">) | null | undefined, path: P, value: P extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? {
|
|
7004
6908
|
uid: string & import("zod").BRAND<"workspace">;
|
|
7005
6909
|
name: string;
|
|
7006
6910
|
description: string;
|
|
@@ -7021,7 +6925,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7021
6925
|
}>> | undefined;
|
|
7022
6926
|
} | undefined;
|
|
7023
6927
|
proxyUrl?: string | undefined;
|
|
7024
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
6928
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
7025
6929
|
uid: string & import("zod").BRAND<"workspace">;
|
|
7026
6930
|
name: string;
|
|
7027
6931
|
description: string;
|
|
@@ -7064,7 +6968,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7064
6968
|
} | undefined;
|
|
7065
6969
|
proxyUrl?: string | undefined;
|
|
7066
6970
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never) => void;
|
|
7067
|
-
untrackedEdit: <P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" | `cookies.${number}` | `collections.${number}` | `environments.${string}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.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.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.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.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.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.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.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.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.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.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.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "cookies" | "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? {
|
|
6971
|
+
untrackedEdit: <P extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" | `collections.${number}` | `environments.${string}` | `cookies.${number}` | "selectedHttpClient.targetKey" | "selectedHttpClient.clientKey" | "hotKeyConfig.modifiers" | "hotKeyConfig.hotKeys" | `hotKeyConfig.modifiers.${number}` | "hotKeyConfig.hotKeys." | "hotKeyConfig.hotKeys./" | "hotKeyConfig.hotKeys.Space" | "hotKeyConfig.hotKeys.Backspace" | "hotKeyConfig.hotKeys.Tab" | "hotKeyConfig.hotKeys.Enter" | "hotKeyConfig.hotKeys.Escape" | "hotKeyConfig.hotKeys.ArrowDown" | "hotKeyConfig.hotKeys.ArrowLeft" | "hotKeyConfig.hotKeys.ArrowRight" | "hotKeyConfig.hotKeys.ArrowUp" | "hotKeyConfig.hotKeys.End" | "hotKeyConfig.hotKeys.Home" | "hotKeyConfig.hotKeys.PageDown" | "hotKeyConfig.hotKeys.PageUp" | "hotKeyConfig.hotKeys.Delete" | "hotKeyConfig.hotKeys.0" | "hotKeyConfig.hotKeys.1" | "hotKeyConfig.hotKeys.2" | "hotKeyConfig.hotKeys.3" | "hotKeyConfig.hotKeys.4" | "hotKeyConfig.hotKeys.5" | "hotKeyConfig.hotKeys.6" | "hotKeyConfig.hotKeys.7" | "hotKeyConfig.hotKeys.8" | "hotKeyConfig.hotKeys.9" | "hotKeyConfig.hotKeys.a" | "hotKeyConfig.hotKeys.b" | "hotKeyConfig.hotKeys.c" | "hotKeyConfig.hotKeys.d" | "hotKeyConfig.hotKeys.e" | "hotKeyConfig.hotKeys.f" | "hotKeyConfig.hotKeys.g" | "hotKeyConfig.hotKeys.h" | "hotKeyConfig.hotKeys.i" | "hotKeyConfig.hotKeys.j" | "hotKeyConfig.hotKeys.k" | "hotKeyConfig.hotKeys.l" | "hotKeyConfig.hotKeys.m" | "hotKeyConfig.hotKeys.n" | "hotKeyConfig.hotKeys.o" | "hotKeyConfig.hotKeys.p" | "hotKeyConfig.hotKeys.q" | "hotKeyConfig.hotKeys.r" | "hotKeyConfig.hotKeys.s" | "hotKeyConfig.hotKeys.t" | "hotKeyConfig.hotKeys.u" | "hotKeyConfig.hotKeys.v" | "hotKeyConfig.hotKeys.w" | "hotKeyConfig.hotKeys.x" | "hotKeyConfig.hotKeys.y" | "hotKeyConfig.hotKeys.z" | "hotKeyConfig.hotKeys.*" | "hotKeyConfig.hotKeys.+" | "hotKeyConfig.hotKeys.-" | "hotKeyConfig.hotKeys.." | "hotKeyConfig.hotKeys.F1" | "hotKeyConfig.hotKeys.F2" | "hotKeyConfig.hotKeys.F3" | "hotKeyConfig.hotKeys.F4" | "hotKeyConfig.hotKeys.F5" | "hotKeyConfig.hotKeys.F6" | "hotKeyConfig.hotKeys.F7" | "hotKeyConfig.hotKeys.F8" | "hotKeyConfig.hotKeys.F9" | "hotKeyConfig.hotKeys.F10" | "hotKeyConfig.hotKeys.F11" | "hotKeyConfig.hotKeys.F12" | "hotKeyConfig.hotKeys.;" | "hotKeyConfig.hotKeys.=" | "hotKeyConfig.hotKeys.," | "hotKeyConfig.hotKeys.`" | "hotKeyConfig.hotKeys.[" | "hotKeyConfig.hotKeys.\\" | "hotKeyConfig.hotKeys.]" | "hotKeyConfig.hotKeys..modifiers" | `hotKeyConfig.hotKeys..modifiers.${number}` | "hotKeyConfig.hotKeys..event" | "hotKeyConfig.hotKeys./.modifiers" | `hotKeyConfig.hotKeys./.modifiers.${number}` | "hotKeyConfig.hotKeys./.event" | "hotKeyConfig.hotKeys.Space.modifiers" | `hotKeyConfig.hotKeys.Space.modifiers.${number}` | "hotKeyConfig.hotKeys.Space.event" | "hotKeyConfig.hotKeys.Backspace.modifiers" | `hotKeyConfig.hotKeys.Backspace.modifiers.${number}` | "hotKeyConfig.hotKeys.Backspace.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.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.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.Delete.modifiers" | `hotKeyConfig.hotKeys.Delete.modifiers.${number}` | "hotKeyConfig.hotKeys.Delete.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.2.modifiers" | `hotKeyConfig.hotKeys.2.modifiers.${number}` | "hotKeyConfig.hotKeys.2.event" | "hotKeyConfig.hotKeys.3.modifiers" | `hotKeyConfig.hotKeys.3.modifiers.${number}` | "hotKeyConfig.hotKeys.3.event" | "hotKeyConfig.hotKeys.4.modifiers" | `hotKeyConfig.hotKeys.4.modifiers.${number}` | "hotKeyConfig.hotKeys.4.event" | "hotKeyConfig.hotKeys.5.modifiers" | `hotKeyConfig.hotKeys.5.modifiers.${number}` | "hotKeyConfig.hotKeys.5.event" | "hotKeyConfig.hotKeys.6.modifiers" | `hotKeyConfig.hotKeys.6.modifiers.${number}` | "hotKeyConfig.hotKeys.6.event" | "hotKeyConfig.hotKeys.7.modifiers" | `hotKeyConfig.hotKeys.7.modifiers.${number}` | "hotKeyConfig.hotKeys.7.event" | "hotKeyConfig.hotKeys.8.modifiers" | `hotKeyConfig.hotKeys.8.modifiers.${number}` | "hotKeyConfig.hotKeys.8.event" | "hotKeyConfig.hotKeys.9.modifiers" | `hotKeyConfig.hotKeys.9.modifiers.${number}` | "hotKeyConfig.hotKeys.9.event" | "hotKeyConfig.hotKeys.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.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.g.modifiers" | `hotKeyConfig.hotKeys.g.modifiers.${number}` | "hotKeyConfig.hotKeys.g.event" | "hotKeyConfig.hotKeys.h.modifiers" | `hotKeyConfig.hotKeys.h.modifiers.${number}` | "hotKeyConfig.hotKeys.h.event" | "hotKeyConfig.hotKeys.i.modifiers" | `hotKeyConfig.hotKeys.i.modifiers.${number}` | "hotKeyConfig.hotKeys.i.event" | "hotKeyConfig.hotKeys.j.modifiers" | `hotKeyConfig.hotKeys.j.modifiers.${number}` | "hotKeyConfig.hotKeys.j.event" | "hotKeyConfig.hotKeys.k.modifiers" | `hotKeyConfig.hotKeys.k.modifiers.${number}` | "hotKeyConfig.hotKeys.k.event" | "hotKeyConfig.hotKeys.l.modifiers" | `hotKeyConfig.hotKeys.l.modifiers.${number}` | "hotKeyConfig.hotKeys.l.event" | "hotKeyConfig.hotKeys.m.modifiers" | `hotKeyConfig.hotKeys.m.modifiers.${number}` | "hotKeyConfig.hotKeys.m.event" | "hotKeyConfig.hotKeys.n.modifiers" | `hotKeyConfig.hotKeys.n.modifiers.${number}` | "hotKeyConfig.hotKeys.n.event" | "hotKeyConfig.hotKeys.o.modifiers" | `hotKeyConfig.hotKeys.o.modifiers.${number}` | "hotKeyConfig.hotKeys.o.event" | "hotKeyConfig.hotKeys.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.r.modifiers" | `hotKeyConfig.hotKeys.r.modifiers.${number}` | "hotKeyConfig.hotKeys.r.event" | "hotKeyConfig.hotKeys.s.modifiers" | `hotKeyConfig.hotKeys.s.modifiers.${number}` | "hotKeyConfig.hotKeys.s.event" | "hotKeyConfig.hotKeys.t.modifiers" | `hotKeyConfig.hotKeys.t.modifiers.${number}` | "hotKeyConfig.hotKeys.t.event" | "hotKeyConfig.hotKeys.u.modifiers" | `hotKeyConfig.hotKeys.u.modifiers.${number}` | "hotKeyConfig.hotKeys.u.event" | "hotKeyConfig.hotKeys.v.modifiers" | `hotKeyConfig.hotKeys.v.modifiers.${number}` | "hotKeyConfig.hotKeys.v.event" | "hotKeyConfig.hotKeys.w.modifiers" | `hotKeyConfig.hotKeys.w.modifiers.${number}` | "hotKeyConfig.hotKeys.w.event" | "hotKeyConfig.hotKeys.x.modifiers" | `hotKeyConfig.hotKeys.x.modifiers.${number}` | "hotKeyConfig.hotKeys.x.event" | "hotKeyConfig.hotKeys.y.modifiers" | `hotKeyConfig.hotKeys.y.modifiers.${number}` | "hotKeyConfig.hotKeys.y.event" | "hotKeyConfig.hotKeys.z.modifiers" | `hotKeyConfig.hotKeys.z.modifiers.${number}` | "hotKeyConfig.hotKeys.z.event" | "hotKeyConfig.hotKeys.*.modifiers" | `hotKeyConfig.hotKeys.*.modifiers.${number}` | "hotKeyConfig.hotKeys.*.event" | "hotKeyConfig.hotKeys.+.modifiers" | `hotKeyConfig.hotKeys.+.modifiers.${number}` | "hotKeyConfig.hotKeys.+.event" | "hotKeyConfig.hotKeys.-.modifiers" | `hotKeyConfig.hotKeys.-.modifiers.${number}` | "hotKeyConfig.hotKeys.-.event" | "hotKeyConfig.hotKeys...modifiers" | `hotKeyConfig.hotKeys...modifiers.${number}` | "hotKeyConfig.hotKeys...event" | "hotKeyConfig.hotKeys.F1.modifiers" | `hotKeyConfig.hotKeys.F1.modifiers.${number}` | "hotKeyConfig.hotKeys.F1.event" | "hotKeyConfig.hotKeys.F2.modifiers" | `hotKeyConfig.hotKeys.F2.modifiers.${number}` | "hotKeyConfig.hotKeys.F2.event" | "hotKeyConfig.hotKeys.F3.modifiers" | `hotKeyConfig.hotKeys.F3.modifiers.${number}` | "hotKeyConfig.hotKeys.F3.event" | "hotKeyConfig.hotKeys.F4.modifiers" | `hotKeyConfig.hotKeys.F4.modifiers.${number}` | "hotKeyConfig.hotKeys.F4.event" | "hotKeyConfig.hotKeys.F5.modifiers" | `hotKeyConfig.hotKeys.F5.modifiers.${number}` | "hotKeyConfig.hotKeys.F5.event" | "hotKeyConfig.hotKeys.F6.modifiers" | `hotKeyConfig.hotKeys.F6.modifiers.${number}` | "hotKeyConfig.hotKeys.F6.event" | "hotKeyConfig.hotKeys.F7.modifiers" | `hotKeyConfig.hotKeys.F7.modifiers.${number}` | "hotKeyConfig.hotKeys.F7.event" | "hotKeyConfig.hotKeys.F8.modifiers" | `hotKeyConfig.hotKeys.F8.modifiers.${number}` | "hotKeyConfig.hotKeys.F8.event" | "hotKeyConfig.hotKeys.F9.modifiers" | `hotKeyConfig.hotKeys.F9.modifiers.${number}` | "hotKeyConfig.hotKeys.F9.event" | "hotKeyConfig.hotKeys.F10.modifiers" | `hotKeyConfig.hotKeys.F10.modifiers.${number}` | "hotKeyConfig.hotKeys.F10.event" | "hotKeyConfig.hotKeys.F11.modifiers" | `hotKeyConfig.hotKeys.F11.modifiers.${number}` | "hotKeyConfig.hotKeys.F11.event" | "hotKeyConfig.hotKeys.F12.modifiers" | `hotKeyConfig.hotKeys.F12.modifiers.${number}` | "hotKeyConfig.hotKeys.F12.event" | "hotKeyConfig.hotKeys.;.modifiers" | `hotKeyConfig.hotKeys.;.modifiers.${number}` | "hotKeyConfig.hotKeys.;.event" | "hotKeyConfig.hotKeys.=.modifiers" | `hotKeyConfig.hotKeys.=.modifiers.${number}` | "hotKeyConfig.hotKeys.=.event" | "hotKeyConfig.hotKeys.,.modifiers" | `hotKeyConfig.hotKeys.,.modifiers.${number}` | "hotKeyConfig.hotKeys.,.event" | "hotKeyConfig.hotKeys.`.modifiers" | `hotKeyConfig.hotKeys.\`.modifiers.${number}` | "hotKeyConfig.hotKeys.`.event" | "hotKeyConfig.hotKeys.[.modifiers" | `hotKeyConfig.hotKeys.[.modifiers.${number}` | "hotKeyConfig.hotKeys.[.event" | "hotKeyConfig.hotKeys.\\.modifiers" | `hotKeyConfig.hotKeys.\\.modifiers.${number}` | "hotKeyConfig.hotKeys.\\.event" | "hotKeyConfig.hotKeys.].modifiers" | `hotKeyConfig.hotKeys.].modifiers.${number}` | "hotKeyConfig.hotKeys.].event">(uid: string & import("zod").BRAND<"workspace">, path: P, value: P extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? {
|
|
7068
6972
|
uid: string & import("zod").BRAND<"workspace">;
|
|
7069
6973
|
name: string;
|
|
7070
6974
|
description: string;
|
|
@@ -7085,7 +6989,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7085
6989
|
}>> | undefined;
|
|
7086
6990
|
} | undefined;
|
|
7087
6991
|
proxyUrl?: string | undefined;
|
|
7088
|
-
}[P] : P extends `${infer K}.${infer R}` ? K extends "
|
|
6992
|
+
}[P] : P extends `${infer K}.${infer R}` ? K extends "description" | "name" | "uid" | "collections" | "environments" | "activeEnvironmentId" | "cookies" | "themeId" | "selectedHttpClient" | "hotKeyConfig" | "proxyUrl" ? R extends import("@scalar/object-utils/nested").Path<{
|
|
7089
6993
|
uid: string & import("zod").BRAND<"workspace">;
|
|
7090
6994
|
name: string;
|
|
7091
6995
|
description: string;
|