@scalar/api-client 2.5.18 → 2.5.20
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 +60 -0
- package/dist/components/AddressBar/AddressBar.vue.d.ts +2 -2
- package/dist/components/AddressBar/AddressBar.vue.js +1 -1
- package/dist/components/AddressBar/AddressBar.vue3.js +4 -0
- package/dist/components/AddressBar/AddressBarHistory.vue.js +1 -1
- package/dist/components/AddressBar/AddressBarHistory.vue3.js +4 -0
- package/dist/components/AddressBar/index.d.ts +1 -1
- package/dist/components/CodeInput/CodeInput.vue.d.ts +5 -5
- 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.vue3.js +4 -0
- package/dist/components/CodeInput/CodeInput.vue4.js +4 -0
- package/dist/components/CodeInput/codeVariableWidget.d.ts +1 -1
- package/dist/components/CodeInput/index.d.ts +1 -1
- package/dist/components/CommandPalette/CommandActionForm.vue.d.ts +3 -3
- package/dist/components/CommandPalette/CommandActionForm.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/CommandActionInput.vue.d.ts +2 -2
- package/dist/components/CommandPalette/CommandPaletteCollection.vue.d.ts +2 -2
- package/dist/components/CommandPalette/CommandPaletteExample.vue.d.ts +2 -2
- package/dist/components/CommandPalette/CommandPaletteImport.vue.d.ts +2 -2
- package/dist/components/CommandPalette/CommandPaletteImportCurl.vue.d.ts +2 -2
- package/dist/components/CommandPalette/CommandPaletteImportCurl.vue.js +1 -1
- package/dist/components/CommandPalette/CommandPaletteImportCurl.vue3.js +4 -0
- package/dist/components/CommandPalette/CommandPaletteServer.vue.d.ts +2 -2
- package/dist/components/CommandPalette/CommandPaletteTag.vue.d.ts +2 -2
- package/dist/components/CommandPalette/CommandPaletteWorkspace.vue.d.ts +2 -2
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +22 -22
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue3.js +4 -0
- package/dist/components/CommandPalette/WatchModeToggle.vue.d.ts +1 -1
- package/dist/components/CommandPalette/index.d.ts +1 -1
- package/dist/components/DataTable/DataTable.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCell.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableCheckbox.vue.d.ts +1 -1
- package/dist/components/DataTable/DataTableInput.vue.d.ts +40 -40
- package/dist/components/DataTable/DataTableInput.vue.d.ts.map +1 -1
- package/dist/components/DataTable/DataTableInput.vue.js +1 -1
- package/dist/components/DataTable/DataTableInput.vue3.js +4 -0
- package/dist/components/DataTable/DataTableInputSelect.vue.d.ts +1 -1
- package/dist/components/DataTable/DataTableText.vue.d.ts.map +1 -1
- package/dist/components/DataTable/index.d.ts +8 -8
- package/dist/components/EmptyState.vue.js +1 -1
- package/dist/components/EmptyState.vue3.js +4 -0
- package/dist/components/Form/Form.vue.d.ts.map +1 -1
- package/dist/components/Form/LabelInput.vue.d.ts +2 -2
- package/dist/components/Form/LabelInput.vue.js +1 -1
- package/dist/components/Form/LabelInput.vue3.js +4 -0
- package/dist/components/HelpfulLink.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.js +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue3.js +4 -0
- package/dist/components/HttpMethod/index.d.ts +1 -1
- package/dist/components/IconSelector.vue.d.ts +1 -1
- package/dist/components/IconSelector.vue.d.ts.map +1 -1
- package/dist/components/ImportCollection/DropEventListener.vue.d.ts +1 -1
- package/dist/components/ImportCollection/ImportCollectionListener.vue.js +1 -1
- package/dist/components/ImportCollection/ImportCollectionModal.vue.d.ts +1 -1
- package/dist/components/ImportCollection/ImportCollectionModal.vue2.js +4 -0
- package/dist/components/ImportCollection/ImportCollectionModal.vue3.js +1 -1
- package/dist/components/ImportCollection/ImportNowButton.vue.d.ts +1 -1
- package/dist/components/ImportCollection/PasteEventListener.vue.d.ts +1 -1
- package/dist/components/ImportCollection/UrlQueryParameterChecker.vue.d.ts +1 -1
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts +2 -2
- package/dist/components/ImportCollection/index.d.ts +1 -1
- package/dist/components/ImportCollection/utils/import-collection.d.ts +1 -1
- package/dist/components/ImportCollection/utils/workspace-store-is-empty.d.ts +1 -1
- package/dist/components/OpenApiClientButton.vue.d.ts.map +1 -1
- package/dist/components/OpenApiClientButton.vue.js +3 -3
- package/dist/components/OpenApiClientButton.vue2.js +11 -8
- package/dist/components/OpenApiClientButton.vue3.js +4 -0
- package/dist/components/ScalarAsciiArt.vue.js +1 -1
- package/dist/components/ScalarAsciiArt.vue3.js +4 -0
- package/dist/components/ScreenReader.vue.d.ts.map +1 -1
- package/dist/components/SectionFilter.vue.d.ts +1 -1
- package/dist/components/SectionFilter.vue.d.ts.map +1 -1
- package/dist/components/SectionFilter.vue.js +3 -3
- package/dist/components/SectionFilter.vue2.js +8 -8
- package/dist/components/SectionFilter.vue3.js +4 -0
- package/dist/components/SectionFilterButton.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerDropdownItem.vue.d.ts +1 -1
- package/dist/components/Server/ServerDropdownItem.vue.js +1 -1
- package/dist/components/Server/ServerDropdownItem.vue3.js +4 -0
- package/dist/components/Server/ServerSelector.vue.d.ts +1 -1
- package/dist/components/Server/ServerSelector.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerSelector.vue.js +28 -27
- 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 +5 -2
- package/dist/components/Server/ServerVariablesSelect.vue.d.ts +1 -1
- package/dist/components/Server/ServerVariablesSelect.vue.d.ts.map +1 -1
- package/dist/components/Server/ServerVariablesSelect.vue.js +18 -18
- package/dist/components/Server/ServerVariablesTextbox.vue.d.ts +1 -1
- package/dist/components/Server/index.d.ts +3 -3
- package/dist/components/SideNav/DownloadAppButton.vue.js +1 -1
- package/dist/components/SideNav/DownloadAppButton.vue3.js +4 -0
- package/dist/components/SideNav/SideNavLink.vue.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavRouterLink.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.d.ts +2 -2
- package/dist/components/Sidebar/Actions/EditSidebarListCollection.vue.d.ts +2 -2
- package/dist/components/Sidebar/Actions/EditSidebarListElement.vue.d.ts +2 -2
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts +2 -2
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +1 -1
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue3.js +4 -0
- 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.vue3.js +4 -0
- package/dist/components/Sidebar/SidebarButton.vue.d.ts.map +1 -1
- package/dist/components/Sidebar/SidebarListElement.vue.d.ts +4 -4
- package/dist/components/Sidebar/SidebarListElement.vue.js +2 -2
- package/dist/components/Sidebar/SidebarListElement.vue3.js +4 -0
- package/dist/components/Sidebar/SidebarListElement.vue4.js +4 -0
- package/dist/components/Sidebar/SidebarListElementActions.vue.d.ts +2 -2
- package/dist/components/Sidebar/index.d.ts +1 -1
- package/dist/components/TopNav/TopNavItem.vue.d.ts +5 -5
- package/dist/components/TopNav/TopNavItem.vue.js +1 -1
- package/dist/components/TopNav/TopNavItem.vue3.js +4 -0
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.d.ts.map +1 -1
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +14 -14
- package/dist/components/ViewLayout/index.d.ts +1 -1
- package/dist/components/index.d.ts +3 -3
- package/dist/hooks/index.d.ts +5 -5
- package/dist/hooks/useSidebar.d.ts +1 -1
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/layouts/App/ApiClientApp.vue.d.ts +2 -2
- package/dist/layouts/App/ApiClientApp.vue2.js +4 -0
- package/dist/layouts/App/ApiClientApp.vue3.js +1 -1
- package/dist/layouts/App/create-api-client-app.d.ts +131 -101
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/App/create-api-client-app.js +1 -1
- package/dist/layouts/App/index.d.ts +2 -2
- package/dist/layouts/App/index.js +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue.js +1 -1
- package/dist/layouts/Modal/ApiClientModal.vue3.js +4 -0
- package/dist/layouts/Modal/create-api-client-modal.d.ts +263 -203
- package/dist/layouts/Modal/create-api-client-modal.d.ts.map +1 -1
- package/dist/layouts/Modal/index.d.ts +2 -2
- package/dist/layouts/Web/ApiClientWeb.vue2.js +4 -0
- package/dist/layouts/Web/ApiClientWeb.vue3.js +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts +131 -101
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.js +1 -1
- package/dist/layouts/Web/index.d.ts +2 -2
- package/dist/layouts/Web/index.js +1 -1
- package/dist/libs/create-client.d.ts +131 -101
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/libs/environment-parser.d.ts +1 -1
- package/dist/libs/find-request.d.ts +2 -2
- package/dist/libs/find-request.d.ts.map +1 -1
- package/dist/libs/get-request-uid-by-path-method.d.ts +1 -1
- package/dist/libs/hot-keys.d.ts +1 -1
- package/dist/libs/importers/index.d.ts +1 -1
- package/dist/libs/index.d.ts +16 -16
- package/dist/libs/local-storage.d.ts +1 -1
- package/dist/libs/send-request/create-request-operation.d.ts +3 -3
- package/dist/libs/send-request/create-request-operation.test.d.ts +9 -9
- package/dist/libs/send-request/create-request-operation.test.d.ts.map +1 -1
- package/dist/libs/send-request/index.d.ts +3 -3
- package/dist/plugins/hooks/usePluginManager.d.ts +1 -1
- package/dist/plugins/index.d.ts +2 -2
- package/dist/router.d.ts +1 -1
- package/dist/routes.d.ts +38 -38
- package/dist/store/active-entities.d.ts +9 -9
- package/dist/store/active-entities.d.ts.map +1 -1
- package/dist/store/events.d.ts +8 -8
- package/dist/store/import-spec.d.ts +1 -1
- package/dist/store/index.d.ts +2 -2
- package/dist/store/request-example.d.ts +70 -70
- package/dist/store/request-example.d.ts.map +1 -1
- package/dist/store/requests.d.ts +23 -23
- package/dist/store/requests.d.ts.map +1 -1
- package/dist/store/security-schemes.d.ts +32 -2
- package/dist/store/security-schemes.d.ts.map +1 -1
- package/dist/store/store.d.ts +129 -99
- package/dist/store/store.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/style.css.js +4 -0
- package/dist/views/Collection/CollectionAuthentication.vue.js +1 -1
- package/dist/views/Collection/CollectionAuthentication.vue3.js +4 -0
- package/dist/views/Collection/CollectionEnvironment.vue.js +1 -1
- package/dist/views/Collection/CollectionEnvironment.vue3.js +4 -0
- package/dist/views/Collection/CollectionInfoForm.vue.js +1 -1
- package/dist/views/Collection/CollectionInfoForm.vue3.js +4 -0
- package/dist/views/Collection/CollectionSettings.vue.js +1 -1
- package/dist/views/Collection/CollectionSettings.vue3.js +4 -0
- package/dist/views/Collection/components/EnvironmentForm.vue.d.ts +1 -1
- package/dist/views/Collection/components/EnvironmentForm.vue.js +1 -1
- package/dist/views/Collection/components/EnvironmentForm.vue3.js +4 -0
- package/dist/views/Collection/components/MarkdownInput.vue.d.ts +2 -2
- package/dist/views/Collection/components/MarkdownInput.vue.js +1 -1
- package/dist/views/Collection/components/MarkdownInput.vue3.js +4 -0
- package/dist/views/Components/CodeSnippet/CodeSnippet.vue.d.ts +1 -1
- package/dist/views/Components/CodeSnippet/helpers/get-har-request.d.ts +1 -1
- package/dist/views/Components/CodeSnippet/helpers/get-snippet.d.ts +1 -1
- package/dist/views/Components/CodeSnippet/index.d.ts +4 -4
- package/dist/views/Cookies/CookieModal.vue.d.ts +3 -3
- package/dist/views/Cookies/CookieModal.vue.js +1 -1
- package/dist/views/Cookies/CookieModal.vue3.js +4 -0
- package/dist/views/Environment/EnvironmentColorModal.vue.d.ts +2 -2
- package/dist/views/Environment/EnvironmentColors.vue.d.ts +1 -1
- package/dist/views/Environment/EnvironmentModal.vue.d.ts +3 -3
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.d.ts +2 -2
- package/dist/views/Environment/handle-drag.d.ts +1 -1
- package/dist/views/Request/Request.vue.d.ts +3 -3
- package/dist/views/Request/Request.vue.d.ts.map +1 -1
- package/dist/views/Request/Request.vue.js +3 -3
- package/dist/views/Request/Request.vue2.js +22 -22
- package/dist/views/Request/Request.vue3.js +4 -0
- package/dist/views/Request/RequestRoot.vue.d.ts +2 -2
- package/dist/views/Request/RequestRoot.vue.js +1 -1
- package/dist/views/Request/RequestRoot.vue3.js +4 -0
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.d.ts +2 -2
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.js +2 -2
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +57 -59
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue3.js +4 -0
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.js +4 -4
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +35 -33
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue3.js +4 -0
- 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/RequestAuth/RequestAuthTab.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +239 -5
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue2.js +2 -244
- package/dist/views/Request/RequestSection/RequestAuth/index.d.ts +2 -2
- package/dist/views/Request/RequestSection/RequestBody.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestBody.vue3.js +4 -0
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestCodeExample.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestCodeExample.vue3.js +4 -0
- package/dist/views/Request/RequestSection/RequestParams.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestPathParams.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.d.ts +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestSection.vue3.js +4 -0
- package/dist/views/Request/RequestSection/RequestTable.vue.d.ts +9 -9
- package/dist/views/Request/RequestSection/RequestTable.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestTable.vue3.js +4 -0
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue.js +1 -1
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue3.js +4 -0
- package/dist/views/Request/RequestSection/helpers/filter-security-requirements.js +10 -10
- package/dist/views/Request/RequestSection/helpers/update-scheme.d.ts +1 -1
- package/dist/views/Request/RequestSection/index.d.ts +2 -2
- package/dist/views/Request/RequestSidebar.vue.d.ts +3 -3
- package/dist/views/Request/RequestSidebar.vue.js +1 -1
- package/dist/views/Request/RequestSidebar.vue3.js +4 -0
- package/dist/views/Request/RequestSidebarItem.vue.d.ts +14 -14
- 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.vue3.js +4 -0
- package/dist/views/Request/RequestSidebarItem.vue4.js +4 -0
- package/dist/views/Request/RequestSidebarItemMenu.vue.d.ts +5 -5
- package/dist/views/Request/RequestSidebarItemMenu.vue.js +1 -1
- package/dist/views/Request/RequestSidebarItemMenu.vue3.js +4 -0
- package/dist/views/Request/RequestSubpageHeader.vue.d.ts +3 -3
- package/dist/views/Request/RequestSubpageHeader.vue.js +1 -1
- package/dist/views/Request/RequestSubpageHeader.vue3.js +4 -0
- package/dist/views/Request/ResponseSection/ResponseBody.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseBody.vue3.js +4 -0
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.d.ts +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue3.js +4 -0
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.d.ts.map +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue.js +4 -4
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue2.js +4 -4
- package/dist/views/Request/ResponseSection/ResponseBodyRaw.vue3.js +4 -0
- package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.d.ts +1 -1
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue2.js +4 -0
- package/dist/views/Request/ResponseSection/ResponseBodyVirtual.vue3.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue3.js +4 -0
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseLoadingOverlay.vue3.js +4 -0
- package/dist/views/Request/ResponseSection/ResponseSection.vue.d.ts +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseSection.vue3.js +4 -0
- package/dist/views/Request/ResponseSection/index.d.ts +2 -2
- package/dist/views/Request/components/index.d.ts +1 -1
- package/dist/views/Request/consts/index.d.ts +3 -3
- package/dist/views/Request/handle-drag.d.ts +2 -2
- package/dist/views/Request/libs/auth.d.ts +1 -1
- package/dist/views/Request/libs/index.d.ts +3 -3
- package/dist/views/Request/libs/oauth2.d.ts +1 -1
- package/dist/views/Request/libs/oauth2.d.ts.map +1 -1
- package/dist/views/Request/libs/oauth2.js +51 -51
- package/dist/views/Request/libs/watch-mode.d.ts +2 -2
- package/dist/vitest.setup.d.ts +21 -7
- package/dist/vitest.setup.d.ts.map +1 -1
- package/package.json +21 -21
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type CreateApiClientParams } from '../../libs';
|
|
1
|
+
import { type CreateApiClientParams } from '../../libs/index.js';
|
|
2
2
|
/**
|
|
3
3
|
* Initialize Scalar API Client Modal
|
|
4
4
|
*
|
|
@@ -15,8 +15,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
15
15
|
propertyKey: P;
|
|
16
16
|
value: NonNullable<import("@scalar/object-utils/nested").PathValue<import("@scalar/types/entities").SecurityScheme, P>>;
|
|
17
17
|
}) => void;
|
|
18
|
-
route: (payload?: import("../../libs").OpenClientPayload) => void;
|
|
19
|
-
open: (payload?: import("../../libs").OpenClientPayload) => void;
|
|
18
|
+
route: (payload?: import("../../libs/index.js").OpenClientPayload) => void;
|
|
19
|
+
open: (payload?: import("../../libs/index.js").OpenClientPayload) => void;
|
|
20
20
|
mount: (mountingEl?: HTMLElement | null) => void;
|
|
21
21
|
modalState: {
|
|
22
22
|
open: boolean;
|
|
@@ -153,12 +153,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
153
153
|
default?: any;
|
|
154
154
|
required?: boolean | undefined;
|
|
155
155
|
enum?: string[] | undefined;
|
|
156
|
-
format?: string | undefined;
|
|
157
156
|
examples?: any[] | undefined;
|
|
157
|
+
format?: string | undefined;
|
|
158
158
|
file?: any;
|
|
159
159
|
nullable?: boolean | undefined;
|
|
160
160
|
}[];
|
|
161
|
-
|
|
161
|
+
headers: {
|
|
162
162
|
value: string;
|
|
163
163
|
key: string;
|
|
164
164
|
enabled: boolean;
|
|
@@ -169,12 +169,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
169
169
|
default?: any;
|
|
170
170
|
required?: boolean | undefined;
|
|
171
171
|
enum?: string[] | undefined;
|
|
172
|
-
format?: string | undefined;
|
|
173
172
|
examples?: any[] | undefined;
|
|
173
|
+
format?: string | undefined;
|
|
174
174
|
file?: any;
|
|
175
175
|
nullable?: boolean | undefined;
|
|
176
176
|
}[];
|
|
177
|
-
|
|
177
|
+
query: {
|
|
178
178
|
value: string;
|
|
179
179
|
key: string;
|
|
180
180
|
enabled: boolean;
|
|
@@ -185,8 +185,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
185
185
|
default?: any;
|
|
186
186
|
required?: boolean | undefined;
|
|
187
187
|
enum?: string[] | undefined;
|
|
188
|
-
format?: string | undefined;
|
|
189
188
|
examples?: any[] | undefined;
|
|
189
|
+
format?: string | undefined;
|
|
190
190
|
file?: any;
|
|
191
191
|
nullable?: boolean | undefined;
|
|
192
192
|
}[];
|
|
@@ -201,8 +201,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
201
201
|
default?: any;
|
|
202
202
|
required?: boolean | undefined;
|
|
203
203
|
enum?: string[] | undefined;
|
|
204
|
-
format?: string | undefined;
|
|
205
204
|
examples?: any[] | undefined;
|
|
205
|
+
format?: string | undefined;
|
|
206
206
|
file?: any;
|
|
207
207
|
nullable?: boolean | undefined;
|
|
208
208
|
}[];
|
|
@@ -222,8 +222,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
222
222
|
default?: any;
|
|
223
223
|
required?: boolean | undefined;
|
|
224
224
|
enum?: string[] | undefined;
|
|
225
|
-
format?: string | undefined;
|
|
226
225
|
examples?: any[] | undefined;
|
|
226
|
+
format?: string | undefined;
|
|
227
227
|
file?: any;
|
|
228
228
|
nullable?: boolean | undefined;
|
|
229
229
|
}[];
|
|
@@ -267,13 +267,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
267
267
|
in: "cookie" | "path" | "query" | "header";
|
|
268
268
|
description?: string | undefined;
|
|
269
269
|
example?: unknown;
|
|
270
|
+
content?: unknown;
|
|
271
|
+
schema?: unknown;
|
|
270
272
|
examples?: unknown[] | Record<string, {
|
|
271
273
|
value?: unknown;
|
|
272
274
|
summary?: string | undefined;
|
|
273
275
|
externalValue?: string | undefined;
|
|
274
276
|
}> | undefined;
|
|
275
|
-
schema?: unknown;
|
|
276
|
-
content?: unknown;
|
|
277
277
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
278
278
|
explode?: boolean | undefined;
|
|
279
279
|
}[] | undefined;
|
|
@@ -351,6 +351,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
351
351
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
352
352
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
353
353
|
"x-tokenName"?: string | undefined;
|
|
354
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
354
355
|
} | undefined;
|
|
355
356
|
implicit?: {
|
|
356
357
|
type: "implicit";
|
|
@@ -377,6 +378,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
377
378
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
378
379
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
379
380
|
"x-tokenName"?: string | undefined;
|
|
381
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
380
382
|
} | undefined;
|
|
381
383
|
authorizationCode?: {
|
|
382
384
|
type: "authorizationCode";
|
|
@@ -393,6 +395,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
393
395
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
394
396
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
395
397
|
"x-tokenName"?: string | undefined;
|
|
398
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
396
399
|
} | undefined;
|
|
397
400
|
};
|
|
398
401
|
description?: string | undefined;
|
|
@@ -404,14 +407,14 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
404
407
|
hide: () => void;
|
|
405
408
|
};
|
|
406
409
|
events: {
|
|
407
|
-
executeRequest: import("../../libs").EventBus<{
|
|
410
|
+
executeRequest: import("../../libs/index.js").EventBus<{
|
|
408
411
|
requestUid?: string;
|
|
409
412
|
}>;
|
|
410
|
-
focusAddressBar: import("../../libs").EventBus<any>;
|
|
411
|
-
cancelRequest: import("../../libs").EventBus<any>;
|
|
412
|
-
requestStatus: import("../../libs").EventBus<import("../../libs").RequestStatus>;
|
|
413
|
-
commandPalette: import("../../libs").EventBus<import("../../components/CommandPalette/TheCommandPalette.vue").CommandPaletteEvent>;
|
|
414
|
-
hotKeys: import("../../libs").EventBus<Partial<Record<"addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar", KeyboardEvent>>>;
|
|
413
|
+
focusAddressBar: import("../../libs/index.js").EventBus<any>;
|
|
414
|
+
cancelRequest: import("../../libs/index.js").EventBus<any>;
|
|
415
|
+
requestStatus: import("../../libs/index.js").EventBus<import("../../libs/index.js").RequestStatus>;
|
|
416
|
+
commandPalette: import("../../libs/index.js").EventBus<import("../../components/CommandPalette/TheCommandPalette.vue.js").CommandPaletteEvent>;
|
|
417
|
+
hotKeys: import("../../libs/index.js").EventBus<Partial<Record<"addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar", KeyboardEvent>>>;
|
|
415
418
|
};
|
|
416
419
|
sidebarWidth: import("vue").Ref<string, string>;
|
|
417
420
|
setSidebarWidth: (width: string) => void;
|
|
@@ -513,7 +516,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
513
516
|
shouldLoad?: boolean;
|
|
514
517
|
} & Pick<import("@scalar/types").ApiReferenceConfiguration, "servers"> & {
|
|
515
518
|
dereferencedDocument?: import("@scalar/openapi-types").OpenAPIV3_1.Document;
|
|
516
|
-
}, "documentUrl"> & Pick<import("@scalar/types").ApiReferenceConfiguration, "proxyUrl">) => Promise<import("../../libs").ErrorResponse<Awaited<ReturnType<(_spec: string | Record<string, any> | undefined, workspaceUid: string, options?: Pick<{
|
|
519
|
+
}, "documentUrl"> & Pick<import("@scalar/types").ApiReferenceConfiguration, "proxyUrl">) => Promise<import("../../libs/index.js").ErrorResponse<Awaited<ReturnType<(_spec: string | Record<string, any> | undefined, workspaceUid: string, options?: Pick<{
|
|
517
520
|
uid?: string | undefined;
|
|
518
521
|
type?: "collection" | undefined;
|
|
519
522
|
externalDocs?: unknown;
|
|
@@ -1264,13 +1267,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1264
1267
|
in: "cookie" | "path" | "query" | "header";
|
|
1265
1268
|
description?: string | undefined;
|
|
1266
1269
|
example?: unknown;
|
|
1270
|
+
content?: unknown;
|
|
1271
|
+
schema?: unknown;
|
|
1267
1272
|
examples?: unknown[] | Record<string, {
|
|
1268
1273
|
value?: unknown;
|
|
1269
1274
|
summary?: string | undefined;
|
|
1270
1275
|
externalValue?: string | undefined;
|
|
1271
1276
|
}> | undefined;
|
|
1272
|
-
schema?: unknown;
|
|
1273
|
-
content?: unknown;
|
|
1274
1277
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1275
1278
|
explode?: boolean | undefined;
|
|
1276
1279
|
}[] | undefined;
|
|
@@ -1323,13 +1326,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1323
1326
|
in: "cookie" | "path" | "query" | "header";
|
|
1324
1327
|
description?: string | undefined;
|
|
1325
1328
|
example?: unknown;
|
|
1329
|
+
content?: unknown;
|
|
1330
|
+
schema?: unknown;
|
|
1326
1331
|
examples?: unknown[] | Record<string, {
|
|
1327
1332
|
value?: unknown;
|
|
1328
1333
|
summary?: string | undefined;
|
|
1329
1334
|
externalValue?: string | undefined;
|
|
1330
1335
|
}> | undefined;
|
|
1331
|
-
schema?: unknown;
|
|
1332
|
-
content?: unknown;
|
|
1333
1336
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1334
1337
|
explode?: boolean | undefined;
|
|
1335
1338
|
}[] | undefined;
|
|
@@ -1383,13 +1386,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1383
1386
|
in: "cookie" | "path" | "query" | "header";
|
|
1384
1387
|
description?: string | undefined;
|
|
1385
1388
|
example?: unknown;
|
|
1389
|
+
content?: unknown;
|
|
1390
|
+
schema?: unknown;
|
|
1386
1391
|
examples?: unknown[] | Record<string, {
|
|
1387
1392
|
value?: unknown;
|
|
1388
1393
|
summary?: string | undefined;
|
|
1389
1394
|
externalValue?: string | undefined;
|
|
1390
1395
|
}> | undefined;
|
|
1391
|
-
schema?: unknown;
|
|
1392
|
-
content?: unknown;
|
|
1393
1396
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1394
1397
|
explode?: boolean | undefined;
|
|
1395
1398
|
}[] | undefined;
|
|
@@ -1442,13 +1445,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1442
1445
|
in: "cookie" | "path" | "query" | "header";
|
|
1443
1446
|
description?: string | undefined;
|
|
1444
1447
|
example?: unknown;
|
|
1448
|
+
content?: unknown;
|
|
1449
|
+
schema?: unknown;
|
|
1445
1450
|
examples?: unknown[] | Record<string, {
|
|
1446
1451
|
value?: unknown;
|
|
1447
1452
|
summary?: string | undefined;
|
|
1448
1453
|
externalValue?: string | undefined;
|
|
1449
1454
|
}> | undefined;
|
|
1450
|
-
schema?: unknown;
|
|
1451
|
-
content?: unknown;
|
|
1452
1455
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1453
1456
|
explode?: boolean | undefined;
|
|
1454
1457
|
}[] | undefined;
|
|
@@ -1500,13 +1503,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1500
1503
|
in: "cookie" | "path" | "query" | "header";
|
|
1501
1504
|
description?: string | undefined;
|
|
1502
1505
|
example?: unknown;
|
|
1506
|
+
content?: unknown;
|
|
1507
|
+
schema?: unknown;
|
|
1503
1508
|
examples?: unknown[] | Record<string, {
|
|
1504
1509
|
value?: unknown;
|
|
1505
1510
|
summary?: string | undefined;
|
|
1506
1511
|
externalValue?: string | undefined;
|
|
1507
1512
|
}> | undefined;
|
|
1508
|
-
schema?: unknown;
|
|
1509
|
-
content?: unknown;
|
|
1510
1513
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1511
1514
|
explode?: boolean | undefined;
|
|
1512
1515
|
}[] | undefined;
|
|
@@ -1558,13 +1561,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1558
1561
|
in: "cookie" | "path" | "query" | "header";
|
|
1559
1562
|
description?: string | undefined;
|
|
1560
1563
|
example?: unknown;
|
|
1564
|
+
content?: unknown;
|
|
1565
|
+
schema?: unknown;
|
|
1561
1566
|
examples?: unknown[] | Record<string, {
|
|
1562
1567
|
value?: unknown;
|
|
1563
1568
|
summary?: string | undefined;
|
|
1564
1569
|
externalValue?: string | undefined;
|
|
1565
1570
|
}> | undefined;
|
|
1566
|
-
schema?: unknown;
|
|
1567
|
-
content?: unknown;
|
|
1568
1571
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1569
1572
|
explode?: boolean | undefined;
|
|
1570
1573
|
}[] | undefined;
|
|
@@ -1617,13 +1620,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1617
1620
|
in: "cookie" | "path" | "query" | "header";
|
|
1618
1621
|
description?: string | undefined;
|
|
1619
1622
|
example?: unknown;
|
|
1623
|
+
content?: unknown;
|
|
1624
|
+
schema?: unknown;
|
|
1620
1625
|
examples?: unknown[] | Record<string, {
|
|
1621
1626
|
value?: unknown;
|
|
1622
1627
|
summary?: string | undefined;
|
|
1623
1628
|
externalValue?: string | undefined;
|
|
1624
1629
|
}> | undefined;
|
|
1625
|
-
schema?: unknown;
|
|
1626
|
-
content?: unknown;
|
|
1627
1630
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1628
1631
|
explode?: boolean | undefined;
|
|
1629
1632
|
}[] | undefined;
|
|
@@ -1675,13 +1678,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1675
1678
|
in: "cookie" | "path" | "query" | "header";
|
|
1676
1679
|
description?: string | undefined;
|
|
1677
1680
|
example?: unknown;
|
|
1681
|
+
content?: unknown;
|
|
1682
|
+
schema?: unknown;
|
|
1678
1683
|
examples?: unknown[] | Record<string, {
|
|
1679
1684
|
value?: unknown;
|
|
1680
1685
|
summary?: string | undefined;
|
|
1681
1686
|
externalValue?: string | undefined;
|
|
1682
1687
|
}> | undefined;
|
|
1683
|
-
schema?: unknown;
|
|
1684
|
-
content?: unknown;
|
|
1685
1688
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1686
1689
|
explode?: boolean | undefined;
|
|
1687
1690
|
}[] | undefined;
|
|
@@ -1733,13 +1736,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1733
1736
|
in: "cookie" | "path" | "query" | "header";
|
|
1734
1737
|
description?: string | undefined;
|
|
1735
1738
|
example?: unknown;
|
|
1739
|
+
content?: unknown;
|
|
1740
|
+
schema?: unknown;
|
|
1736
1741
|
examples?: unknown[] | Record<string, {
|
|
1737
1742
|
value?: unknown;
|
|
1738
1743
|
summary?: string | undefined;
|
|
1739
1744
|
externalValue?: string | undefined;
|
|
1740
1745
|
}> | undefined;
|
|
1741
|
-
schema?: unknown;
|
|
1742
|
-
content?: unknown;
|
|
1743
1746
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1744
1747
|
explode?: boolean | undefined;
|
|
1745
1748
|
}[] | undefined;
|
|
@@ -1785,12 +1788,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1785
1788
|
default?: any;
|
|
1786
1789
|
required?: boolean | undefined;
|
|
1787
1790
|
enum?: string[] | undefined;
|
|
1788
|
-
format?: string | undefined;
|
|
1789
1791
|
examples?: any[] | undefined;
|
|
1792
|
+
format?: string | undefined;
|
|
1790
1793
|
file?: any;
|
|
1791
1794
|
nullable?: boolean | undefined;
|
|
1792
1795
|
}[];
|
|
1793
|
-
|
|
1796
|
+
headers: {
|
|
1794
1797
|
value: string;
|
|
1795
1798
|
key: string;
|
|
1796
1799
|
enabled: boolean;
|
|
@@ -1801,12 +1804,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1801
1804
|
default?: any;
|
|
1802
1805
|
required?: boolean | undefined;
|
|
1803
1806
|
enum?: string[] | undefined;
|
|
1804
|
-
format?: string | undefined;
|
|
1805
1807
|
examples?: any[] | undefined;
|
|
1808
|
+
format?: string | undefined;
|
|
1806
1809
|
file?: any;
|
|
1807
1810
|
nullable?: boolean | undefined;
|
|
1808
1811
|
}[];
|
|
1809
|
-
|
|
1812
|
+
query: {
|
|
1810
1813
|
value: string;
|
|
1811
1814
|
key: string;
|
|
1812
1815
|
enabled: boolean;
|
|
@@ -1817,8 +1820,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1817
1820
|
default?: any;
|
|
1818
1821
|
required?: boolean | undefined;
|
|
1819
1822
|
enum?: string[] | undefined;
|
|
1820
|
-
format?: string | undefined;
|
|
1821
1823
|
examples?: any[] | undefined;
|
|
1824
|
+
format?: string | undefined;
|
|
1822
1825
|
file?: any;
|
|
1823
1826
|
nullable?: boolean | undefined;
|
|
1824
1827
|
}[];
|
|
@@ -1833,8 +1836,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1833
1836
|
default?: any;
|
|
1834
1837
|
required?: boolean | undefined;
|
|
1835
1838
|
enum?: string[] | undefined;
|
|
1836
|
-
format?: string | undefined;
|
|
1837
1839
|
examples?: any[] | undefined;
|
|
1840
|
+
format?: string | undefined;
|
|
1838
1841
|
file?: any;
|
|
1839
1842
|
nullable?: boolean | undefined;
|
|
1840
1843
|
}[];
|
|
@@ -1854,8 +1857,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1854
1857
|
default?: any;
|
|
1855
1858
|
required?: boolean | undefined;
|
|
1856
1859
|
enum?: string[] | undefined;
|
|
1857
|
-
format?: string | undefined;
|
|
1858
1860
|
examples?: any[] | undefined;
|
|
1861
|
+
format?: string | undefined;
|
|
1859
1862
|
file?: any;
|
|
1860
1863
|
nullable?: boolean | undefined;
|
|
1861
1864
|
}[];
|
|
@@ -1886,12 +1889,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1886
1889
|
default?: any;
|
|
1887
1890
|
required?: boolean | undefined;
|
|
1888
1891
|
enum?: string[] | undefined;
|
|
1889
|
-
format?: string | undefined;
|
|
1890
1892
|
examples?: any[] | undefined;
|
|
1893
|
+
format?: string | undefined;
|
|
1891
1894
|
file?: any;
|
|
1892
1895
|
nullable?: boolean | undefined;
|
|
1893
1896
|
}[];
|
|
1894
|
-
|
|
1897
|
+
headers: {
|
|
1895
1898
|
value: string;
|
|
1896
1899
|
key: string;
|
|
1897
1900
|
enabled: boolean;
|
|
@@ -1902,12 +1905,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1902
1905
|
default?: any;
|
|
1903
1906
|
required?: boolean | undefined;
|
|
1904
1907
|
enum?: string[] | undefined;
|
|
1905
|
-
format?: string | undefined;
|
|
1906
1908
|
examples?: any[] | undefined;
|
|
1909
|
+
format?: string | undefined;
|
|
1907
1910
|
file?: any;
|
|
1908
1911
|
nullable?: boolean | undefined;
|
|
1909
1912
|
}[];
|
|
1910
|
-
|
|
1913
|
+
query: {
|
|
1911
1914
|
value: string;
|
|
1912
1915
|
key: string;
|
|
1913
1916
|
enabled: boolean;
|
|
@@ -1918,8 +1921,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1918
1921
|
default?: any;
|
|
1919
1922
|
required?: boolean | undefined;
|
|
1920
1923
|
enum?: string[] | undefined;
|
|
1921
|
-
format?: string | undefined;
|
|
1922
1924
|
examples?: any[] | undefined;
|
|
1925
|
+
format?: string | undefined;
|
|
1923
1926
|
file?: any;
|
|
1924
1927
|
nullable?: boolean | undefined;
|
|
1925
1928
|
}[];
|
|
@@ -1934,8 +1937,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1934
1937
|
default?: any;
|
|
1935
1938
|
required?: boolean | undefined;
|
|
1936
1939
|
enum?: string[] | undefined;
|
|
1937
|
-
format?: string | undefined;
|
|
1938
1940
|
examples?: any[] | undefined;
|
|
1941
|
+
format?: string | undefined;
|
|
1939
1942
|
file?: any;
|
|
1940
1943
|
nullable?: boolean | undefined;
|
|
1941
1944
|
}[];
|
|
@@ -1955,8 +1958,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1955
1958
|
default?: any;
|
|
1956
1959
|
required?: boolean | undefined;
|
|
1957
1960
|
enum?: string[] | undefined;
|
|
1958
|
-
format?: string | undefined;
|
|
1959
1961
|
examples?: any[] | undefined;
|
|
1962
|
+
format?: string | undefined;
|
|
1960
1963
|
file?: any;
|
|
1961
1964
|
nullable?: boolean | undefined;
|
|
1962
1965
|
}[];
|
|
@@ -1988,12 +1991,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
1988
1991
|
default?: any;
|
|
1989
1992
|
required?: boolean | undefined;
|
|
1990
1993
|
enum?: string[] | undefined;
|
|
1991
|
-
format?: string | undefined;
|
|
1992
1994
|
examples?: any[] | undefined;
|
|
1995
|
+
format?: string | undefined;
|
|
1993
1996
|
file?: any;
|
|
1994
1997
|
nullable?: boolean | undefined;
|
|
1995
1998
|
}[];
|
|
1996
|
-
|
|
1999
|
+
headers: {
|
|
1997
2000
|
value: string;
|
|
1998
2001
|
key: string;
|
|
1999
2002
|
enabled: boolean;
|
|
@@ -2004,12 +2007,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2004
2007
|
default?: any;
|
|
2005
2008
|
required?: boolean | undefined;
|
|
2006
2009
|
enum?: string[] | undefined;
|
|
2007
|
-
format?: string | undefined;
|
|
2008
2010
|
examples?: any[] | undefined;
|
|
2011
|
+
format?: string | undefined;
|
|
2009
2012
|
file?: any;
|
|
2010
2013
|
nullable?: boolean | undefined;
|
|
2011
2014
|
}[];
|
|
2012
|
-
|
|
2015
|
+
query: {
|
|
2013
2016
|
value: string;
|
|
2014
2017
|
key: string;
|
|
2015
2018
|
enabled: boolean;
|
|
@@ -2020,8 +2023,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2020
2023
|
default?: any;
|
|
2021
2024
|
required?: boolean | undefined;
|
|
2022
2025
|
enum?: string[] | undefined;
|
|
2023
|
-
format?: string | undefined;
|
|
2024
2026
|
examples?: any[] | undefined;
|
|
2027
|
+
format?: string | undefined;
|
|
2025
2028
|
file?: any;
|
|
2026
2029
|
nullable?: boolean | undefined;
|
|
2027
2030
|
}[];
|
|
@@ -2036,8 +2039,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2036
2039
|
default?: any;
|
|
2037
2040
|
required?: boolean | undefined;
|
|
2038
2041
|
enum?: string[] | undefined;
|
|
2039
|
-
format?: string | undefined;
|
|
2040
2042
|
examples?: any[] | undefined;
|
|
2043
|
+
format?: string | undefined;
|
|
2041
2044
|
file?: any;
|
|
2042
2045
|
nullable?: boolean | undefined;
|
|
2043
2046
|
}[];
|
|
@@ -2057,8 +2060,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2057
2060
|
default?: any;
|
|
2058
2061
|
required?: boolean | undefined;
|
|
2059
2062
|
enum?: string[] | undefined;
|
|
2060
|
-
format?: string | undefined;
|
|
2061
2063
|
examples?: any[] | undefined;
|
|
2064
|
+
format?: string | undefined;
|
|
2062
2065
|
file?: any;
|
|
2063
2066
|
nullable?: boolean | undefined;
|
|
2064
2067
|
}[];
|
|
@@ -2089,12 +2092,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2089
2092
|
default?: any;
|
|
2090
2093
|
required?: boolean | undefined;
|
|
2091
2094
|
enum?: string[] | undefined;
|
|
2092
|
-
format?: string | undefined;
|
|
2093
2095
|
examples?: any[] | undefined;
|
|
2096
|
+
format?: string | undefined;
|
|
2094
2097
|
file?: any;
|
|
2095
2098
|
nullable?: boolean | undefined;
|
|
2096
2099
|
}[];
|
|
2097
|
-
|
|
2100
|
+
headers: {
|
|
2098
2101
|
value: string;
|
|
2099
2102
|
key: string;
|
|
2100
2103
|
enabled: boolean;
|
|
@@ -2105,12 +2108,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2105
2108
|
default?: any;
|
|
2106
2109
|
required?: boolean | undefined;
|
|
2107
2110
|
enum?: string[] | undefined;
|
|
2108
|
-
format?: string | undefined;
|
|
2109
2111
|
examples?: any[] | undefined;
|
|
2112
|
+
format?: string | undefined;
|
|
2110
2113
|
file?: any;
|
|
2111
2114
|
nullable?: boolean | undefined;
|
|
2112
2115
|
}[];
|
|
2113
|
-
|
|
2116
|
+
query: {
|
|
2114
2117
|
value: string;
|
|
2115
2118
|
key: string;
|
|
2116
2119
|
enabled: boolean;
|
|
@@ -2121,8 +2124,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2121
2124
|
default?: any;
|
|
2122
2125
|
required?: boolean | undefined;
|
|
2123
2126
|
enum?: string[] | undefined;
|
|
2124
|
-
format?: string | undefined;
|
|
2125
2127
|
examples?: any[] | undefined;
|
|
2128
|
+
format?: string | undefined;
|
|
2126
2129
|
file?: any;
|
|
2127
2130
|
nullable?: boolean | undefined;
|
|
2128
2131
|
}[];
|
|
@@ -2137,8 +2140,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2137
2140
|
default?: any;
|
|
2138
2141
|
required?: boolean | undefined;
|
|
2139
2142
|
enum?: string[] | undefined;
|
|
2140
|
-
format?: string | undefined;
|
|
2141
2143
|
examples?: any[] | undefined;
|
|
2144
|
+
format?: string | undefined;
|
|
2142
2145
|
file?: any;
|
|
2143
2146
|
nullable?: boolean | undefined;
|
|
2144
2147
|
}[];
|
|
@@ -2158,8 +2161,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2158
2161
|
default?: any;
|
|
2159
2162
|
required?: boolean | undefined;
|
|
2160
2163
|
enum?: string[] | undefined;
|
|
2161
|
-
format?: string | undefined;
|
|
2162
2164
|
examples?: any[] | undefined;
|
|
2165
|
+
format?: string | undefined;
|
|
2163
2166
|
file?: any;
|
|
2164
2167
|
nullable?: boolean | undefined;
|
|
2165
2168
|
}[];
|
|
@@ -2189,12 +2192,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2189
2192
|
default?: any;
|
|
2190
2193
|
required?: boolean | undefined;
|
|
2191
2194
|
enum?: string[] | undefined;
|
|
2192
|
-
format?: string | undefined;
|
|
2193
2195
|
examples?: any[] | undefined;
|
|
2196
|
+
format?: string | undefined;
|
|
2194
2197
|
file?: any;
|
|
2195
2198
|
nullable?: boolean | undefined;
|
|
2196
2199
|
}[];
|
|
2197
|
-
|
|
2200
|
+
headers: {
|
|
2198
2201
|
value: string;
|
|
2199
2202
|
key: string;
|
|
2200
2203
|
enabled: boolean;
|
|
@@ -2205,12 +2208,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2205
2208
|
default?: any;
|
|
2206
2209
|
required?: boolean | undefined;
|
|
2207
2210
|
enum?: string[] | undefined;
|
|
2208
|
-
format?: string | undefined;
|
|
2209
2211
|
examples?: any[] | undefined;
|
|
2212
|
+
format?: string | undefined;
|
|
2210
2213
|
file?: any;
|
|
2211
2214
|
nullable?: boolean | undefined;
|
|
2212
2215
|
}[];
|
|
2213
|
-
|
|
2216
|
+
query: {
|
|
2214
2217
|
value: string;
|
|
2215
2218
|
key: string;
|
|
2216
2219
|
enabled: boolean;
|
|
@@ -2221,8 +2224,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2221
2224
|
default?: any;
|
|
2222
2225
|
required?: boolean | undefined;
|
|
2223
2226
|
enum?: string[] | undefined;
|
|
2224
|
-
format?: string | undefined;
|
|
2225
2227
|
examples?: any[] | undefined;
|
|
2228
|
+
format?: string | undefined;
|
|
2226
2229
|
file?: any;
|
|
2227
2230
|
nullable?: boolean | undefined;
|
|
2228
2231
|
}[];
|
|
@@ -2237,8 +2240,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2237
2240
|
default?: any;
|
|
2238
2241
|
required?: boolean | undefined;
|
|
2239
2242
|
enum?: string[] | undefined;
|
|
2240
|
-
format?: string | undefined;
|
|
2241
2243
|
examples?: any[] | undefined;
|
|
2244
|
+
format?: string | undefined;
|
|
2242
2245
|
file?: any;
|
|
2243
2246
|
nullable?: boolean | undefined;
|
|
2244
2247
|
}[];
|
|
@@ -2258,8 +2261,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2258
2261
|
default?: any;
|
|
2259
2262
|
required?: boolean | undefined;
|
|
2260
2263
|
enum?: string[] | undefined;
|
|
2261
|
-
format?: string | undefined;
|
|
2262
2264
|
examples?: any[] | undefined;
|
|
2265
|
+
format?: string | undefined;
|
|
2263
2266
|
file?: any;
|
|
2264
2267
|
nullable?: boolean | undefined;
|
|
2265
2268
|
}[];
|
|
@@ -2289,12 +2292,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2289
2292
|
default?: any;
|
|
2290
2293
|
required?: boolean | undefined;
|
|
2291
2294
|
enum?: string[] | undefined;
|
|
2292
|
-
format?: string | undefined;
|
|
2293
2295
|
examples?: any[] | undefined;
|
|
2296
|
+
format?: string | undefined;
|
|
2294
2297
|
file?: any;
|
|
2295
2298
|
nullable?: boolean | undefined;
|
|
2296
2299
|
}[];
|
|
2297
|
-
|
|
2300
|
+
headers: {
|
|
2298
2301
|
value: string;
|
|
2299
2302
|
key: string;
|
|
2300
2303
|
enabled: boolean;
|
|
@@ -2305,12 +2308,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2305
2308
|
default?: any;
|
|
2306
2309
|
required?: boolean | undefined;
|
|
2307
2310
|
enum?: string[] | undefined;
|
|
2308
|
-
format?: string | undefined;
|
|
2309
2311
|
examples?: any[] | undefined;
|
|
2312
|
+
format?: string | undefined;
|
|
2310
2313
|
file?: any;
|
|
2311
2314
|
nullable?: boolean | undefined;
|
|
2312
2315
|
}[];
|
|
2313
|
-
|
|
2316
|
+
query: {
|
|
2314
2317
|
value: string;
|
|
2315
2318
|
key: string;
|
|
2316
2319
|
enabled: boolean;
|
|
@@ -2321,8 +2324,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2321
2324
|
default?: any;
|
|
2322
2325
|
required?: boolean | undefined;
|
|
2323
2326
|
enum?: string[] | undefined;
|
|
2324
|
-
format?: string | undefined;
|
|
2325
2327
|
examples?: any[] | undefined;
|
|
2328
|
+
format?: string | undefined;
|
|
2326
2329
|
file?: any;
|
|
2327
2330
|
nullable?: boolean | undefined;
|
|
2328
2331
|
}[];
|
|
@@ -2337,8 +2340,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2337
2340
|
default?: any;
|
|
2338
2341
|
required?: boolean | undefined;
|
|
2339
2342
|
enum?: string[] | undefined;
|
|
2340
|
-
format?: string | undefined;
|
|
2341
2343
|
examples?: any[] | undefined;
|
|
2344
|
+
format?: string | undefined;
|
|
2342
2345
|
file?: any;
|
|
2343
2346
|
nullable?: boolean | undefined;
|
|
2344
2347
|
}[];
|
|
@@ -2358,8 +2361,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2358
2361
|
default?: any;
|
|
2359
2362
|
required?: boolean | undefined;
|
|
2360
2363
|
enum?: string[] | undefined;
|
|
2361
|
-
format?: string | undefined;
|
|
2362
2364
|
examples?: any[] | undefined;
|
|
2365
|
+
format?: string | undefined;
|
|
2363
2366
|
file?: any;
|
|
2364
2367
|
nullable?: boolean | undefined;
|
|
2365
2368
|
}[];
|
|
@@ -2390,12 +2393,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2390
2393
|
default?: any;
|
|
2391
2394
|
required?: boolean | undefined;
|
|
2392
2395
|
enum?: string[] | undefined;
|
|
2393
|
-
format?: string | undefined;
|
|
2394
2396
|
examples?: any[] | undefined;
|
|
2397
|
+
format?: string | undefined;
|
|
2395
2398
|
file?: any;
|
|
2396
2399
|
nullable?: boolean | undefined;
|
|
2397
2400
|
}[];
|
|
2398
|
-
|
|
2401
|
+
headers: {
|
|
2399
2402
|
value: string;
|
|
2400
2403
|
key: string;
|
|
2401
2404
|
enabled: boolean;
|
|
@@ -2406,12 +2409,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2406
2409
|
default?: any;
|
|
2407
2410
|
required?: boolean | undefined;
|
|
2408
2411
|
enum?: string[] | undefined;
|
|
2409
|
-
format?: string | undefined;
|
|
2410
2412
|
examples?: any[] | undefined;
|
|
2413
|
+
format?: string | undefined;
|
|
2411
2414
|
file?: any;
|
|
2412
2415
|
nullable?: boolean | undefined;
|
|
2413
2416
|
}[];
|
|
2414
|
-
|
|
2417
|
+
query: {
|
|
2415
2418
|
value: string;
|
|
2416
2419
|
key: string;
|
|
2417
2420
|
enabled: boolean;
|
|
@@ -2422,8 +2425,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2422
2425
|
default?: any;
|
|
2423
2426
|
required?: boolean | undefined;
|
|
2424
2427
|
enum?: string[] | undefined;
|
|
2425
|
-
format?: string | undefined;
|
|
2426
2428
|
examples?: any[] | undefined;
|
|
2429
|
+
format?: string | undefined;
|
|
2427
2430
|
file?: any;
|
|
2428
2431
|
nullable?: boolean | undefined;
|
|
2429
2432
|
}[];
|
|
@@ -2438,8 +2441,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2438
2441
|
default?: any;
|
|
2439
2442
|
required?: boolean | undefined;
|
|
2440
2443
|
enum?: string[] | undefined;
|
|
2441
|
-
format?: string | undefined;
|
|
2442
2444
|
examples?: any[] | undefined;
|
|
2445
|
+
format?: string | undefined;
|
|
2443
2446
|
file?: any;
|
|
2444
2447
|
nullable?: boolean | undefined;
|
|
2445
2448
|
}[];
|
|
@@ -2459,8 +2462,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2459
2462
|
default?: any;
|
|
2460
2463
|
required?: boolean | undefined;
|
|
2461
2464
|
enum?: string[] | undefined;
|
|
2462
|
-
format?: string | undefined;
|
|
2463
2465
|
examples?: any[] | undefined;
|
|
2466
|
+
format?: string | undefined;
|
|
2464
2467
|
file?: any;
|
|
2465
2468
|
nullable?: boolean | undefined;
|
|
2466
2469
|
}[];
|
|
@@ -2490,12 +2493,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2490
2493
|
default?: any;
|
|
2491
2494
|
required?: boolean | undefined;
|
|
2492
2495
|
enum?: string[] | undefined;
|
|
2493
|
-
format?: string | undefined;
|
|
2494
2496
|
examples?: any[] | undefined;
|
|
2497
|
+
format?: string | undefined;
|
|
2495
2498
|
file?: any;
|
|
2496
2499
|
nullable?: boolean | undefined;
|
|
2497
2500
|
}[];
|
|
2498
|
-
|
|
2501
|
+
headers: {
|
|
2499
2502
|
value: string;
|
|
2500
2503
|
key: string;
|
|
2501
2504
|
enabled: boolean;
|
|
@@ -2506,12 +2509,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2506
2509
|
default?: any;
|
|
2507
2510
|
required?: boolean | undefined;
|
|
2508
2511
|
enum?: string[] | undefined;
|
|
2509
|
-
format?: string | undefined;
|
|
2510
2512
|
examples?: any[] | undefined;
|
|
2513
|
+
format?: string | undefined;
|
|
2511
2514
|
file?: any;
|
|
2512
2515
|
nullable?: boolean | undefined;
|
|
2513
2516
|
}[];
|
|
2514
|
-
|
|
2517
|
+
query: {
|
|
2515
2518
|
value: string;
|
|
2516
2519
|
key: string;
|
|
2517
2520
|
enabled: boolean;
|
|
@@ -2522,8 +2525,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2522
2525
|
default?: any;
|
|
2523
2526
|
required?: boolean | undefined;
|
|
2524
2527
|
enum?: string[] | undefined;
|
|
2525
|
-
format?: string | undefined;
|
|
2526
2528
|
examples?: any[] | undefined;
|
|
2529
|
+
format?: string | undefined;
|
|
2527
2530
|
file?: any;
|
|
2528
2531
|
nullable?: boolean | undefined;
|
|
2529
2532
|
}[];
|
|
@@ -2538,8 +2541,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2538
2541
|
default?: any;
|
|
2539
2542
|
required?: boolean | undefined;
|
|
2540
2543
|
enum?: string[] | undefined;
|
|
2541
|
-
format?: string | undefined;
|
|
2542
2544
|
examples?: any[] | undefined;
|
|
2545
|
+
format?: string | undefined;
|
|
2543
2546
|
file?: any;
|
|
2544
2547
|
nullable?: boolean | undefined;
|
|
2545
2548
|
}[];
|
|
@@ -2559,8 +2562,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2559
2562
|
default?: any;
|
|
2560
2563
|
required?: boolean | undefined;
|
|
2561
2564
|
enum?: string[] | undefined;
|
|
2562
|
-
format?: string | undefined;
|
|
2563
2565
|
examples?: any[] | undefined;
|
|
2566
|
+
format?: string | undefined;
|
|
2564
2567
|
file?: any;
|
|
2565
2568
|
nullable?: boolean | undefined;
|
|
2566
2569
|
}[];
|
|
@@ -2590,12 +2593,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2590
2593
|
default?: any;
|
|
2591
2594
|
required?: boolean | undefined;
|
|
2592
2595
|
enum?: string[] | undefined;
|
|
2593
|
-
format?: string | undefined;
|
|
2594
2596
|
examples?: any[] | undefined;
|
|
2597
|
+
format?: string | undefined;
|
|
2595
2598
|
file?: any;
|
|
2596
2599
|
nullable?: boolean | undefined;
|
|
2597
2600
|
}[];
|
|
2598
|
-
|
|
2601
|
+
headers: {
|
|
2599
2602
|
value: string;
|
|
2600
2603
|
key: string;
|
|
2601
2604
|
enabled: boolean;
|
|
@@ -2606,12 +2609,12 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2606
2609
|
default?: any;
|
|
2607
2610
|
required?: boolean | undefined;
|
|
2608
2611
|
enum?: string[] | undefined;
|
|
2609
|
-
format?: string | undefined;
|
|
2610
2612
|
examples?: any[] | undefined;
|
|
2613
|
+
format?: string | undefined;
|
|
2611
2614
|
file?: any;
|
|
2612
2615
|
nullable?: boolean | undefined;
|
|
2613
2616
|
}[];
|
|
2614
|
-
|
|
2617
|
+
query: {
|
|
2615
2618
|
value: string;
|
|
2616
2619
|
key: string;
|
|
2617
2620
|
enabled: boolean;
|
|
@@ -2622,8 +2625,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2622
2625
|
default?: any;
|
|
2623
2626
|
required?: boolean | undefined;
|
|
2624
2627
|
enum?: string[] | undefined;
|
|
2625
|
-
format?: string | undefined;
|
|
2626
2628
|
examples?: any[] | undefined;
|
|
2629
|
+
format?: string | undefined;
|
|
2627
2630
|
file?: any;
|
|
2628
2631
|
nullable?: boolean | undefined;
|
|
2629
2632
|
}[];
|
|
@@ -2638,8 +2641,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2638
2641
|
default?: any;
|
|
2639
2642
|
required?: boolean | undefined;
|
|
2640
2643
|
enum?: string[] | undefined;
|
|
2641
|
-
format?: string | undefined;
|
|
2642
2644
|
examples?: any[] | undefined;
|
|
2645
|
+
format?: string | undefined;
|
|
2643
2646
|
file?: any;
|
|
2644
2647
|
nullable?: boolean | undefined;
|
|
2645
2648
|
}[];
|
|
@@ -2659,8 +2662,8 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2659
2662
|
default?: any;
|
|
2660
2663
|
required?: boolean | undefined;
|
|
2661
2664
|
enum?: string[] | undefined;
|
|
2662
|
-
format?: string | undefined;
|
|
2663
2665
|
examples?: any[] | undefined;
|
|
2666
|
+
format?: string | undefined;
|
|
2664
2667
|
file?: any;
|
|
2665
2668
|
nullable?: boolean | undefined;
|
|
2666
2669
|
}[];
|
|
@@ -2724,6 +2727,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2724
2727
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2725
2728
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2726
2729
|
"x-tokenName"?: string | undefined;
|
|
2730
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2727
2731
|
} | undefined;
|
|
2728
2732
|
implicit?: {
|
|
2729
2733
|
type: "implicit";
|
|
@@ -2750,6 +2754,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2750
2754
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2751
2755
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2752
2756
|
"x-tokenName"?: string | undefined;
|
|
2757
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2753
2758
|
} | undefined;
|
|
2754
2759
|
authorizationCode?: {
|
|
2755
2760
|
type: "authorizationCode";
|
|
@@ -2766,6 +2771,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2766
2771
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2767
2772
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2768
2773
|
"x-tokenName"?: string | undefined;
|
|
2774
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2769
2775
|
} | undefined;
|
|
2770
2776
|
};
|
|
2771
2777
|
description?: string | undefined;
|
|
@@ -2814,6 +2820,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2814
2820
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2815
2821
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2816
2822
|
"x-tokenName"?: string | undefined;
|
|
2823
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2817
2824
|
} | undefined;
|
|
2818
2825
|
implicit?: {
|
|
2819
2826
|
type: "implicit";
|
|
@@ -2840,6 +2847,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2840
2847
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2841
2848
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2842
2849
|
"x-tokenName"?: string | undefined;
|
|
2850
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2843
2851
|
} | undefined;
|
|
2844
2852
|
authorizationCode?: {
|
|
2845
2853
|
type: "authorizationCode";
|
|
@@ -2856,6 +2864,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2856
2864
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2857
2865
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2858
2866
|
"x-tokenName"?: string | undefined;
|
|
2867
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2859
2868
|
} | undefined;
|
|
2860
2869
|
};
|
|
2861
2870
|
description?: string | undefined;
|
|
@@ -2905,6 +2914,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2905
2914
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2906
2915
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2907
2916
|
"x-tokenName"?: string | undefined;
|
|
2917
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2908
2918
|
} | undefined;
|
|
2909
2919
|
implicit?: {
|
|
2910
2920
|
type: "implicit";
|
|
@@ -2931,6 +2941,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2931
2941
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2932
2942
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2933
2943
|
"x-tokenName"?: string | undefined;
|
|
2944
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2934
2945
|
} | undefined;
|
|
2935
2946
|
authorizationCode?: {
|
|
2936
2947
|
type: "authorizationCode";
|
|
@@ -2947,12 +2958,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
2947
2958
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2948
2959
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2949
2960
|
"x-tokenName"?: string | undefined;
|
|
2961
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2950
2962
|
} | undefined;
|
|
2951
2963
|
};
|
|
2952
2964
|
description?: string | undefined;
|
|
2953
2965
|
'x-default-scopes'?: string | string[] | undefined;
|
|
2954
2966
|
}) => void;
|
|
2955
|
-
edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
|
|
2967
|
+
edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | "flows.password.x-scalar-credentials-location" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | "flows.clientCredentials.x-scalar-credentials-location" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | "flows.authorizationCode.x-scalar-credentials-location" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
|
|
2956
2968
|
type: "apiKey";
|
|
2957
2969
|
value: string;
|
|
2958
2970
|
name: string;
|
|
@@ -3043,6 +3055,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3043
3055
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3044
3056
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3045
3057
|
"x-tokenName"?: string | undefined;
|
|
3058
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3046
3059
|
} | undefined;
|
|
3047
3060
|
implicit?: {
|
|
3048
3061
|
type: "implicit";
|
|
@@ -3069,6 +3082,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3069
3082
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3070
3083
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3071
3084
|
"x-tokenName"?: string | undefined;
|
|
3085
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3072
3086
|
} | undefined;
|
|
3073
3087
|
authorizationCode?: {
|
|
3074
3088
|
type: "authorizationCode";
|
|
@@ -3085,6 +3099,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3085
3099
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3086
3100
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3087
3101
|
"x-tokenName"?: string | undefined;
|
|
3102
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3088
3103
|
} | undefined;
|
|
3089
3104
|
};
|
|
3090
3105
|
description?: string | undefined;
|
|
@@ -3108,6 +3123,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3108
3123
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3109
3124
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3110
3125
|
"x-tokenName"?: string | undefined;
|
|
3126
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3111
3127
|
} | undefined;
|
|
3112
3128
|
implicit?: {
|
|
3113
3129
|
type: "implicit";
|
|
@@ -3134,6 +3150,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3134
3150
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3135
3151
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3136
3152
|
"x-tokenName"?: string | undefined;
|
|
3153
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3137
3154
|
} | undefined;
|
|
3138
3155
|
authorizationCode?: {
|
|
3139
3156
|
type: "authorizationCode";
|
|
@@ -3150,6 +3167,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3150
3167
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3151
3168
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3152
3169
|
"x-tokenName"?: string | undefined;
|
|
3170
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3153
3171
|
} | undefined;
|
|
3154
3172
|
};
|
|
3155
3173
|
description?: string | undefined;
|
|
@@ -3173,6 +3191,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3173
3191
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3174
3192
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3175
3193
|
"x-tokenName"?: string | undefined;
|
|
3194
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3176
3195
|
} | undefined;
|
|
3177
3196
|
implicit?: {
|
|
3178
3197
|
type: "implicit";
|
|
@@ -3199,6 +3218,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3199
3218
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3200
3219
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3201
3220
|
"x-tokenName"?: string | undefined;
|
|
3221
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3202
3222
|
} | undefined;
|
|
3203
3223
|
authorizationCode?: {
|
|
3204
3224
|
type: "authorizationCode";
|
|
@@ -3215,12 +3235,13 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3215
3235
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3216
3236
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3217
3237
|
"x-tokenName"?: string | undefined;
|
|
3238
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3218
3239
|
} | undefined;
|
|
3219
3240
|
};
|
|
3220
3241
|
description?: string | undefined;
|
|
3221
3242
|
'x-default-scopes'?: string | string[] | undefined;
|
|
3222
3243
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
3223
|
-
untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
|
|
3244
|
+
untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | "flows.password.x-scalar-credentials-location" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | "flows.clientCredentials.x-scalar-credentials-location" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | "flows.authorizationCode.x-scalar-credentials-location" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
|
|
3224
3245
|
type: "apiKey";
|
|
3225
3246
|
value: string;
|
|
3226
3247
|
name: string;
|
|
@@ -3311,6 +3332,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3311
3332
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3312
3333
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3313
3334
|
"x-tokenName"?: string | undefined;
|
|
3335
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3314
3336
|
} | undefined;
|
|
3315
3337
|
implicit?: {
|
|
3316
3338
|
type: "implicit";
|
|
@@ -3337,6 +3359,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3337
3359
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3338
3360
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3339
3361
|
"x-tokenName"?: string | undefined;
|
|
3362
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3340
3363
|
} | undefined;
|
|
3341
3364
|
authorizationCode?: {
|
|
3342
3365
|
type: "authorizationCode";
|
|
@@ -3353,6 +3376,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3353
3376
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3354
3377
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3355
3378
|
"x-tokenName"?: string | undefined;
|
|
3379
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3356
3380
|
} | undefined;
|
|
3357
3381
|
};
|
|
3358
3382
|
description?: string | undefined;
|
|
@@ -3376,6 +3400,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3376
3400
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3377
3401
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3378
3402
|
"x-tokenName"?: string | undefined;
|
|
3403
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3379
3404
|
} | undefined;
|
|
3380
3405
|
implicit?: {
|
|
3381
3406
|
type: "implicit";
|
|
@@ -3402,6 +3427,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3402
3427
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3403
3428
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3404
3429
|
"x-tokenName"?: string | undefined;
|
|
3430
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3405
3431
|
} | undefined;
|
|
3406
3432
|
authorizationCode?: {
|
|
3407
3433
|
type: "authorizationCode";
|
|
@@ -3418,6 +3444,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3418
3444
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3419
3445
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3420
3446
|
"x-tokenName"?: string | undefined;
|
|
3447
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3421
3448
|
} | undefined;
|
|
3422
3449
|
};
|
|
3423
3450
|
description?: string | undefined;
|
|
@@ -3441,6 +3468,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3441
3468
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3442
3469
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3443
3470
|
"x-tokenName"?: string | undefined;
|
|
3471
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3444
3472
|
} | undefined;
|
|
3445
3473
|
implicit?: {
|
|
3446
3474
|
type: "implicit";
|
|
@@ -3467,6 +3495,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3467
3495
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3468
3496
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3469
3497
|
"x-tokenName"?: string | undefined;
|
|
3498
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3470
3499
|
} | undefined;
|
|
3471
3500
|
authorizationCode?: {
|
|
3472
3501
|
type: "authorizationCode";
|
|
@@ -3483,6 +3512,7 @@ export declare const createApiClientModal: ({ el, configuration, mountOnInitiali
|
|
|
3483
3512
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3484
3513
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3485
3514
|
"x-tokenName"?: string | undefined;
|
|
3515
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3486
3516
|
} | undefined;
|
|
3487
3517
|
};
|
|
3488
3518
|
description?: string | undefined;
|
|
@@ -3960,8 +3990,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
3960
3990
|
propertyKey: P;
|
|
3961
3991
|
value: NonNullable<import("@scalar/object-utils/nested").PathValue<import("@scalar/types/entities").SecurityScheme, P>>;
|
|
3962
3992
|
}) => void;
|
|
3963
|
-
route: (payload?: import("../../libs").OpenClientPayload) => void;
|
|
3964
|
-
open: (payload?: import("../../libs").OpenClientPayload) => void;
|
|
3993
|
+
route: (payload?: import("../../libs/index.js").OpenClientPayload) => void;
|
|
3994
|
+
open: (payload?: import("../../libs/index.js").OpenClientPayload) => void;
|
|
3965
3995
|
mount: (mountingEl?: HTMLElement | null) => void;
|
|
3966
3996
|
modalState: {
|
|
3967
3997
|
open: boolean;
|
|
@@ -4098,12 +4128,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4098
4128
|
default?: any;
|
|
4099
4129
|
required?: boolean | undefined;
|
|
4100
4130
|
enum?: string[] | undefined;
|
|
4101
|
-
format?: string | undefined;
|
|
4102
4131
|
examples?: any[] | undefined;
|
|
4132
|
+
format?: string | undefined;
|
|
4103
4133
|
file?: any;
|
|
4104
4134
|
nullable?: boolean | undefined;
|
|
4105
4135
|
}[];
|
|
4106
|
-
|
|
4136
|
+
headers: {
|
|
4107
4137
|
value: string;
|
|
4108
4138
|
key: string;
|
|
4109
4139
|
enabled: boolean;
|
|
@@ -4114,12 +4144,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4114
4144
|
default?: any;
|
|
4115
4145
|
required?: boolean | undefined;
|
|
4116
4146
|
enum?: string[] | undefined;
|
|
4117
|
-
format?: string | undefined;
|
|
4118
4147
|
examples?: any[] | undefined;
|
|
4148
|
+
format?: string | undefined;
|
|
4119
4149
|
file?: any;
|
|
4120
4150
|
nullable?: boolean | undefined;
|
|
4121
4151
|
}[];
|
|
4122
|
-
|
|
4152
|
+
query: {
|
|
4123
4153
|
value: string;
|
|
4124
4154
|
key: string;
|
|
4125
4155
|
enabled: boolean;
|
|
@@ -4130,8 +4160,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4130
4160
|
default?: any;
|
|
4131
4161
|
required?: boolean | undefined;
|
|
4132
4162
|
enum?: string[] | undefined;
|
|
4133
|
-
format?: string | undefined;
|
|
4134
4163
|
examples?: any[] | undefined;
|
|
4164
|
+
format?: string | undefined;
|
|
4135
4165
|
file?: any;
|
|
4136
4166
|
nullable?: boolean | undefined;
|
|
4137
4167
|
}[];
|
|
@@ -4146,8 +4176,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4146
4176
|
default?: any;
|
|
4147
4177
|
required?: boolean | undefined;
|
|
4148
4178
|
enum?: string[] | undefined;
|
|
4149
|
-
format?: string | undefined;
|
|
4150
4179
|
examples?: any[] | undefined;
|
|
4180
|
+
format?: string | undefined;
|
|
4151
4181
|
file?: any;
|
|
4152
4182
|
nullable?: boolean | undefined;
|
|
4153
4183
|
}[];
|
|
@@ -4167,8 +4197,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4167
4197
|
default?: any;
|
|
4168
4198
|
required?: boolean | undefined;
|
|
4169
4199
|
enum?: string[] | undefined;
|
|
4170
|
-
format?: string | undefined;
|
|
4171
4200
|
examples?: any[] | undefined;
|
|
4201
|
+
format?: string | undefined;
|
|
4172
4202
|
file?: any;
|
|
4173
4203
|
nullable?: boolean | undefined;
|
|
4174
4204
|
}[];
|
|
@@ -4212,13 +4242,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4212
4242
|
in: "cookie" | "path" | "query" | "header";
|
|
4213
4243
|
description?: string | undefined;
|
|
4214
4244
|
example?: unknown;
|
|
4245
|
+
content?: unknown;
|
|
4246
|
+
schema?: unknown;
|
|
4215
4247
|
examples?: unknown[] | Record<string, {
|
|
4216
4248
|
value?: unknown;
|
|
4217
4249
|
summary?: string | undefined;
|
|
4218
4250
|
externalValue?: string | undefined;
|
|
4219
4251
|
}> | undefined;
|
|
4220
|
-
schema?: unknown;
|
|
4221
|
-
content?: unknown;
|
|
4222
4252
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
4223
4253
|
explode?: boolean | undefined;
|
|
4224
4254
|
}[] | undefined;
|
|
@@ -4296,6 +4326,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4296
4326
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
4297
4327
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
4298
4328
|
"x-tokenName"?: string | undefined;
|
|
4329
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
4299
4330
|
} | undefined;
|
|
4300
4331
|
implicit?: {
|
|
4301
4332
|
type: "implicit";
|
|
@@ -4322,6 +4353,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4322
4353
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
4323
4354
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
4324
4355
|
"x-tokenName"?: string | undefined;
|
|
4356
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
4325
4357
|
} | undefined;
|
|
4326
4358
|
authorizationCode?: {
|
|
4327
4359
|
type: "authorizationCode";
|
|
@@ -4338,6 +4370,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4338
4370
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
4339
4371
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
4340
4372
|
"x-tokenName"?: string | undefined;
|
|
4373
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
4341
4374
|
} | undefined;
|
|
4342
4375
|
};
|
|
4343
4376
|
description?: string | undefined;
|
|
@@ -4349,14 +4382,14 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4349
4382
|
hide: () => void;
|
|
4350
4383
|
};
|
|
4351
4384
|
events: {
|
|
4352
|
-
executeRequest: import("../../libs").EventBus<{
|
|
4385
|
+
executeRequest: import("../../libs/index.js").EventBus<{
|
|
4353
4386
|
requestUid?: string;
|
|
4354
4387
|
}>;
|
|
4355
|
-
focusAddressBar: import("../../libs").EventBus<any>;
|
|
4356
|
-
cancelRequest: import("../../libs").EventBus<any>;
|
|
4357
|
-
requestStatus: import("../../libs").EventBus<import("../../libs").RequestStatus>;
|
|
4358
|
-
commandPalette: import("../../libs").EventBus<import("../../components/CommandPalette/TheCommandPalette.vue").CommandPaletteEvent>;
|
|
4359
|
-
hotKeys: import("../../libs").EventBus<Partial<Record<"addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar", KeyboardEvent>>>;
|
|
4388
|
+
focusAddressBar: import("../../libs/index.js").EventBus<any>;
|
|
4389
|
+
cancelRequest: import("../../libs/index.js").EventBus<any>;
|
|
4390
|
+
requestStatus: import("../../libs/index.js").EventBus<import("../../libs/index.js").RequestStatus>;
|
|
4391
|
+
commandPalette: import("../../libs/index.js").EventBus<import("../../components/CommandPalette/TheCommandPalette.vue.js").CommandPaletteEvent>;
|
|
4392
|
+
hotKeys: import("../../libs/index.js").EventBus<Partial<Record<"addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar", KeyboardEvent>>>;
|
|
4360
4393
|
};
|
|
4361
4394
|
sidebarWidth: import("vue").Ref<string, string>;
|
|
4362
4395
|
setSidebarWidth: (width: string) => void;
|
|
@@ -4458,7 +4491,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
4458
4491
|
shouldLoad?: boolean;
|
|
4459
4492
|
} & Pick<import("@scalar/types").ApiReferenceConfiguration, "servers"> & {
|
|
4460
4493
|
dereferencedDocument?: import("@scalar/openapi-types").OpenAPIV3_1.Document;
|
|
4461
|
-
}, "documentUrl"> & Pick<import("@scalar/types").ApiReferenceConfiguration, "proxyUrl">) => Promise<import("../../libs").ErrorResponse<Awaited<ReturnType<(_spec: string | Record<string, any> | undefined, workspaceUid: string, options?: Pick<{
|
|
4494
|
+
}, "documentUrl"> & Pick<import("@scalar/types").ApiReferenceConfiguration, "proxyUrl">) => Promise<import("../../libs/index.js").ErrorResponse<Awaited<ReturnType<(_spec: string | Record<string, any> | undefined, workspaceUid: string, options?: Pick<{
|
|
4462
4495
|
uid?: string | undefined;
|
|
4463
4496
|
type?: "collection" | undefined;
|
|
4464
4497
|
externalDocs?: unknown;
|
|
@@ -5209,13 +5242,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5209
5242
|
in: "cookie" | "path" | "query" | "header";
|
|
5210
5243
|
description?: string | undefined;
|
|
5211
5244
|
example?: unknown;
|
|
5245
|
+
content?: unknown;
|
|
5246
|
+
schema?: unknown;
|
|
5212
5247
|
examples?: unknown[] | Record<string, {
|
|
5213
5248
|
value?: unknown;
|
|
5214
5249
|
summary?: string | undefined;
|
|
5215
5250
|
externalValue?: string | undefined;
|
|
5216
5251
|
}> | undefined;
|
|
5217
|
-
schema?: unknown;
|
|
5218
|
-
content?: unknown;
|
|
5219
5252
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5220
5253
|
explode?: boolean | undefined;
|
|
5221
5254
|
}[] | undefined;
|
|
@@ -5268,13 +5301,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5268
5301
|
in: "cookie" | "path" | "query" | "header";
|
|
5269
5302
|
description?: string | undefined;
|
|
5270
5303
|
example?: unknown;
|
|
5304
|
+
content?: unknown;
|
|
5305
|
+
schema?: unknown;
|
|
5271
5306
|
examples?: unknown[] | Record<string, {
|
|
5272
5307
|
value?: unknown;
|
|
5273
5308
|
summary?: string | undefined;
|
|
5274
5309
|
externalValue?: string | undefined;
|
|
5275
5310
|
}> | undefined;
|
|
5276
|
-
schema?: unknown;
|
|
5277
|
-
content?: unknown;
|
|
5278
5311
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5279
5312
|
explode?: boolean | undefined;
|
|
5280
5313
|
}[] | undefined;
|
|
@@ -5328,13 +5361,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5328
5361
|
in: "cookie" | "path" | "query" | "header";
|
|
5329
5362
|
description?: string | undefined;
|
|
5330
5363
|
example?: unknown;
|
|
5364
|
+
content?: unknown;
|
|
5365
|
+
schema?: unknown;
|
|
5331
5366
|
examples?: unknown[] | Record<string, {
|
|
5332
5367
|
value?: unknown;
|
|
5333
5368
|
summary?: string | undefined;
|
|
5334
5369
|
externalValue?: string | undefined;
|
|
5335
5370
|
}> | undefined;
|
|
5336
|
-
schema?: unknown;
|
|
5337
|
-
content?: unknown;
|
|
5338
5371
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5339
5372
|
explode?: boolean | undefined;
|
|
5340
5373
|
}[] | undefined;
|
|
@@ -5387,13 +5420,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5387
5420
|
in: "cookie" | "path" | "query" | "header";
|
|
5388
5421
|
description?: string | undefined;
|
|
5389
5422
|
example?: unknown;
|
|
5423
|
+
content?: unknown;
|
|
5424
|
+
schema?: unknown;
|
|
5390
5425
|
examples?: unknown[] | Record<string, {
|
|
5391
5426
|
value?: unknown;
|
|
5392
5427
|
summary?: string | undefined;
|
|
5393
5428
|
externalValue?: string | undefined;
|
|
5394
5429
|
}> | undefined;
|
|
5395
|
-
schema?: unknown;
|
|
5396
|
-
content?: unknown;
|
|
5397
5430
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5398
5431
|
explode?: boolean | undefined;
|
|
5399
5432
|
}[] | undefined;
|
|
@@ -5445,13 +5478,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5445
5478
|
in: "cookie" | "path" | "query" | "header";
|
|
5446
5479
|
description?: string | undefined;
|
|
5447
5480
|
example?: unknown;
|
|
5481
|
+
content?: unknown;
|
|
5482
|
+
schema?: unknown;
|
|
5448
5483
|
examples?: unknown[] | Record<string, {
|
|
5449
5484
|
value?: unknown;
|
|
5450
5485
|
summary?: string | undefined;
|
|
5451
5486
|
externalValue?: string | undefined;
|
|
5452
5487
|
}> | undefined;
|
|
5453
|
-
schema?: unknown;
|
|
5454
|
-
content?: unknown;
|
|
5455
5488
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5456
5489
|
explode?: boolean | undefined;
|
|
5457
5490
|
}[] | undefined;
|
|
@@ -5503,13 +5536,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5503
5536
|
in: "cookie" | "path" | "query" | "header";
|
|
5504
5537
|
description?: string | undefined;
|
|
5505
5538
|
example?: unknown;
|
|
5539
|
+
content?: unknown;
|
|
5540
|
+
schema?: unknown;
|
|
5506
5541
|
examples?: unknown[] | Record<string, {
|
|
5507
5542
|
value?: unknown;
|
|
5508
5543
|
summary?: string | undefined;
|
|
5509
5544
|
externalValue?: string | undefined;
|
|
5510
5545
|
}> | undefined;
|
|
5511
|
-
schema?: unknown;
|
|
5512
|
-
content?: unknown;
|
|
5513
5546
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5514
5547
|
explode?: boolean | undefined;
|
|
5515
5548
|
}[] | undefined;
|
|
@@ -5562,13 +5595,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5562
5595
|
in: "cookie" | "path" | "query" | "header";
|
|
5563
5596
|
description?: string | undefined;
|
|
5564
5597
|
example?: unknown;
|
|
5598
|
+
content?: unknown;
|
|
5599
|
+
schema?: unknown;
|
|
5565
5600
|
examples?: unknown[] | Record<string, {
|
|
5566
5601
|
value?: unknown;
|
|
5567
5602
|
summary?: string | undefined;
|
|
5568
5603
|
externalValue?: string | undefined;
|
|
5569
5604
|
}> | undefined;
|
|
5570
|
-
schema?: unknown;
|
|
5571
|
-
content?: unknown;
|
|
5572
5605
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5573
5606
|
explode?: boolean | undefined;
|
|
5574
5607
|
}[] | undefined;
|
|
@@ -5620,13 +5653,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5620
5653
|
in: "cookie" | "path" | "query" | "header";
|
|
5621
5654
|
description?: string | undefined;
|
|
5622
5655
|
example?: unknown;
|
|
5656
|
+
content?: unknown;
|
|
5657
|
+
schema?: unknown;
|
|
5623
5658
|
examples?: unknown[] | Record<string, {
|
|
5624
5659
|
value?: unknown;
|
|
5625
5660
|
summary?: string | undefined;
|
|
5626
5661
|
externalValue?: string | undefined;
|
|
5627
5662
|
}> | undefined;
|
|
5628
|
-
schema?: unknown;
|
|
5629
|
-
content?: unknown;
|
|
5630
5663
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5631
5664
|
explode?: boolean | undefined;
|
|
5632
5665
|
}[] | undefined;
|
|
@@ -5678,13 +5711,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5678
5711
|
in: "cookie" | "path" | "query" | "header";
|
|
5679
5712
|
description?: string | undefined;
|
|
5680
5713
|
example?: unknown;
|
|
5714
|
+
content?: unknown;
|
|
5715
|
+
schema?: unknown;
|
|
5681
5716
|
examples?: unknown[] | Record<string, {
|
|
5682
5717
|
value?: unknown;
|
|
5683
5718
|
summary?: string | undefined;
|
|
5684
5719
|
externalValue?: string | undefined;
|
|
5685
5720
|
}> | undefined;
|
|
5686
|
-
schema?: unknown;
|
|
5687
|
-
content?: unknown;
|
|
5688
5721
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5689
5722
|
explode?: boolean | undefined;
|
|
5690
5723
|
}[] | undefined;
|
|
@@ -5730,12 +5763,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5730
5763
|
default?: any;
|
|
5731
5764
|
required?: boolean | undefined;
|
|
5732
5765
|
enum?: string[] | undefined;
|
|
5733
|
-
format?: string | undefined;
|
|
5734
5766
|
examples?: any[] | undefined;
|
|
5767
|
+
format?: string | undefined;
|
|
5735
5768
|
file?: any;
|
|
5736
5769
|
nullable?: boolean | undefined;
|
|
5737
5770
|
}[];
|
|
5738
|
-
|
|
5771
|
+
headers: {
|
|
5739
5772
|
value: string;
|
|
5740
5773
|
key: string;
|
|
5741
5774
|
enabled: boolean;
|
|
@@ -5746,12 +5779,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5746
5779
|
default?: any;
|
|
5747
5780
|
required?: boolean | undefined;
|
|
5748
5781
|
enum?: string[] | undefined;
|
|
5749
|
-
format?: string | undefined;
|
|
5750
5782
|
examples?: any[] | undefined;
|
|
5783
|
+
format?: string | undefined;
|
|
5751
5784
|
file?: any;
|
|
5752
5785
|
nullable?: boolean | undefined;
|
|
5753
5786
|
}[];
|
|
5754
|
-
|
|
5787
|
+
query: {
|
|
5755
5788
|
value: string;
|
|
5756
5789
|
key: string;
|
|
5757
5790
|
enabled: boolean;
|
|
@@ -5762,8 +5795,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5762
5795
|
default?: any;
|
|
5763
5796
|
required?: boolean | undefined;
|
|
5764
5797
|
enum?: string[] | undefined;
|
|
5765
|
-
format?: string | undefined;
|
|
5766
5798
|
examples?: any[] | undefined;
|
|
5799
|
+
format?: string | undefined;
|
|
5767
5800
|
file?: any;
|
|
5768
5801
|
nullable?: boolean | undefined;
|
|
5769
5802
|
}[];
|
|
@@ -5778,8 +5811,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5778
5811
|
default?: any;
|
|
5779
5812
|
required?: boolean | undefined;
|
|
5780
5813
|
enum?: string[] | undefined;
|
|
5781
|
-
format?: string | undefined;
|
|
5782
5814
|
examples?: any[] | undefined;
|
|
5815
|
+
format?: string | undefined;
|
|
5783
5816
|
file?: any;
|
|
5784
5817
|
nullable?: boolean | undefined;
|
|
5785
5818
|
}[];
|
|
@@ -5799,8 +5832,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5799
5832
|
default?: any;
|
|
5800
5833
|
required?: boolean | undefined;
|
|
5801
5834
|
enum?: string[] | undefined;
|
|
5802
|
-
format?: string | undefined;
|
|
5803
5835
|
examples?: any[] | undefined;
|
|
5836
|
+
format?: string | undefined;
|
|
5804
5837
|
file?: any;
|
|
5805
5838
|
nullable?: boolean | undefined;
|
|
5806
5839
|
}[];
|
|
@@ -5831,12 +5864,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5831
5864
|
default?: any;
|
|
5832
5865
|
required?: boolean | undefined;
|
|
5833
5866
|
enum?: string[] | undefined;
|
|
5834
|
-
format?: string | undefined;
|
|
5835
5867
|
examples?: any[] | undefined;
|
|
5868
|
+
format?: string | undefined;
|
|
5836
5869
|
file?: any;
|
|
5837
5870
|
nullable?: boolean | undefined;
|
|
5838
5871
|
}[];
|
|
5839
|
-
|
|
5872
|
+
headers: {
|
|
5840
5873
|
value: string;
|
|
5841
5874
|
key: string;
|
|
5842
5875
|
enabled: boolean;
|
|
@@ -5847,12 +5880,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5847
5880
|
default?: any;
|
|
5848
5881
|
required?: boolean | undefined;
|
|
5849
5882
|
enum?: string[] | undefined;
|
|
5850
|
-
format?: string | undefined;
|
|
5851
5883
|
examples?: any[] | undefined;
|
|
5884
|
+
format?: string | undefined;
|
|
5852
5885
|
file?: any;
|
|
5853
5886
|
nullable?: boolean | undefined;
|
|
5854
5887
|
}[];
|
|
5855
|
-
|
|
5888
|
+
query: {
|
|
5856
5889
|
value: string;
|
|
5857
5890
|
key: string;
|
|
5858
5891
|
enabled: boolean;
|
|
@@ -5863,8 +5896,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5863
5896
|
default?: any;
|
|
5864
5897
|
required?: boolean | undefined;
|
|
5865
5898
|
enum?: string[] | undefined;
|
|
5866
|
-
format?: string | undefined;
|
|
5867
5899
|
examples?: any[] | undefined;
|
|
5900
|
+
format?: string | undefined;
|
|
5868
5901
|
file?: any;
|
|
5869
5902
|
nullable?: boolean | undefined;
|
|
5870
5903
|
}[];
|
|
@@ -5879,8 +5912,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5879
5912
|
default?: any;
|
|
5880
5913
|
required?: boolean | undefined;
|
|
5881
5914
|
enum?: string[] | undefined;
|
|
5882
|
-
format?: string | undefined;
|
|
5883
5915
|
examples?: any[] | undefined;
|
|
5916
|
+
format?: string | undefined;
|
|
5884
5917
|
file?: any;
|
|
5885
5918
|
nullable?: boolean | undefined;
|
|
5886
5919
|
}[];
|
|
@@ -5900,8 +5933,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5900
5933
|
default?: any;
|
|
5901
5934
|
required?: boolean | undefined;
|
|
5902
5935
|
enum?: string[] | undefined;
|
|
5903
|
-
format?: string | undefined;
|
|
5904
5936
|
examples?: any[] | undefined;
|
|
5937
|
+
format?: string | undefined;
|
|
5905
5938
|
file?: any;
|
|
5906
5939
|
nullable?: boolean | undefined;
|
|
5907
5940
|
}[];
|
|
@@ -5933,12 +5966,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5933
5966
|
default?: any;
|
|
5934
5967
|
required?: boolean | undefined;
|
|
5935
5968
|
enum?: string[] | undefined;
|
|
5936
|
-
format?: string | undefined;
|
|
5937
5969
|
examples?: any[] | undefined;
|
|
5970
|
+
format?: string | undefined;
|
|
5938
5971
|
file?: any;
|
|
5939
5972
|
nullable?: boolean | undefined;
|
|
5940
5973
|
}[];
|
|
5941
|
-
|
|
5974
|
+
headers: {
|
|
5942
5975
|
value: string;
|
|
5943
5976
|
key: string;
|
|
5944
5977
|
enabled: boolean;
|
|
@@ -5949,12 +5982,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5949
5982
|
default?: any;
|
|
5950
5983
|
required?: boolean | undefined;
|
|
5951
5984
|
enum?: string[] | undefined;
|
|
5952
|
-
format?: string | undefined;
|
|
5953
5985
|
examples?: any[] | undefined;
|
|
5986
|
+
format?: string | undefined;
|
|
5954
5987
|
file?: any;
|
|
5955
5988
|
nullable?: boolean | undefined;
|
|
5956
5989
|
}[];
|
|
5957
|
-
|
|
5990
|
+
query: {
|
|
5958
5991
|
value: string;
|
|
5959
5992
|
key: string;
|
|
5960
5993
|
enabled: boolean;
|
|
@@ -5965,8 +5998,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5965
5998
|
default?: any;
|
|
5966
5999
|
required?: boolean | undefined;
|
|
5967
6000
|
enum?: string[] | undefined;
|
|
5968
|
-
format?: string | undefined;
|
|
5969
6001
|
examples?: any[] | undefined;
|
|
6002
|
+
format?: string | undefined;
|
|
5970
6003
|
file?: any;
|
|
5971
6004
|
nullable?: boolean | undefined;
|
|
5972
6005
|
}[];
|
|
@@ -5981,8 +6014,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
5981
6014
|
default?: any;
|
|
5982
6015
|
required?: boolean | undefined;
|
|
5983
6016
|
enum?: string[] | undefined;
|
|
5984
|
-
format?: string | undefined;
|
|
5985
6017
|
examples?: any[] | undefined;
|
|
6018
|
+
format?: string | undefined;
|
|
5986
6019
|
file?: any;
|
|
5987
6020
|
nullable?: boolean | undefined;
|
|
5988
6021
|
}[];
|
|
@@ -6002,8 +6035,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6002
6035
|
default?: any;
|
|
6003
6036
|
required?: boolean | undefined;
|
|
6004
6037
|
enum?: string[] | undefined;
|
|
6005
|
-
format?: string | undefined;
|
|
6006
6038
|
examples?: any[] | undefined;
|
|
6039
|
+
format?: string | undefined;
|
|
6007
6040
|
file?: any;
|
|
6008
6041
|
nullable?: boolean | undefined;
|
|
6009
6042
|
}[];
|
|
@@ -6034,12 +6067,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6034
6067
|
default?: any;
|
|
6035
6068
|
required?: boolean | undefined;
|
|
6036
6069
|
enum?: string[] | undefined;
|
|
6037
|
-
format?: string | undefined;
|
|
6038
6070
|
examples?: any[] | undefined;
|
|
6071
|
+
format?: string | undefined;
|
|
6039
6072
|
file?: any;
|
|
6040
6073
|
nullable?: boolean | undefined;
|
|
6041
6074
|
}[];
|
|
6042
|
-
|
|
6075
|
+
headers: {
|
|
6043
6076
|
value: string;
|
|
6044
6077
|
key: string;
|
|
6045
6078
|
enabled: boolean;
|
|
@@ -6050,12 +6083,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6050
6083
|
default?: any;
|
|
6051
6084
|
required?: boolean | undefined;
|
|
6052
6085
|
enum?: string[] | undefined;
|
|
6053
|
-
format?: string | undefined;
|
|
6054
6086
|
examples?: any[] | undefined;
|
|
6087
|
+
format?: string | undefined;
|
|
6055
6088
|
file?: any;
|
|
6056
6089
|
nullable?: boolean | undefined;
|
|
6057
6090
|
}[];
|
|
6058
|
-
|
|
6091
|
+
query: {
|
|
6059
6092
|
value: string;
|
|
6060
6093
|
key: string;
|
|
6061
6094
|
enabled: boolean;
|
|
@@ -6066,8 +6099,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6066
6099
|
default?: any;
|
|
6067
6100
|
required?: boolean | undefined;
|
|
6068
6101
|
enum?: string[] | undefined;
|
|
6069
|
-
format?: string | undefined;
|
|
6070
6102
|
examples?: any[] | undefined;
|
|
6103
|
+
format?: string | undefined;
|
|
6071
6104
|
file?: any;
|
|
6072
6105
|
nullable?: boolean | undefined;
|
|
6073
6106
|
}[];
|
|
@@ -6082,8 +6115,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6082
6115
|
default?: any;
|
|
6083
6116
|
required?: boolean | undefined;
|
|
6084
6117
|
enum?: string[] | undefined;
|
|
6085
|
-
format?: string | undefined;
|
|
6086
6118
|
examples?: any[] | undefined;
|
|
6119
|
+
format?: string | undefined;
|
|
6087
6120
|
file?: any;
|
|
6088
6121
|
nullable?: boolean | undefined;
|
|
6089
6122
|
}[];
|
|
@@ -6103,8 +6136,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6103
6136
|
default?: any;
|
|
6104
6137
|
required?: boolean | undefined;
|
|
6105
6138
|
enum?: string[] | undefined;
|
|
6106
|
-
format?: string | undefined;
|
|
6107
6139
|
examples?: any[] | undefined;
|
|
6140
|
+
format?: string | undefined;
|
|
6108
6141
|
file?: any;
|
|
6109
6142
|
nullable?: boolean | undefined;
|
|
6110
6143
|
}[];
|
|
@@ -6134,12 +6167,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6134
6167
|
default?: any;
|
|
6135
6168
|
required?: boolean | undefined;
|
|
6136
6169
|
enum?: string[] | undefined;
|
|
6137
|
-
format?: string | undefined;
|
|
6138
6170
|
examples?: any[] | undefined;
|
|
6171
|
+
format?: string | undefined;
|
|
6139
6172
|
file?: any;
|
|
6140
6173
|
nullable?: boolean | undefined;
|
|
6141
6174
|
}[];
|
|
6142
|
-
|
|
6175
|
+
headers: {
|
|
6143
6176
|
value: string;
|
|
6144
6177
|
key: string;
|
|
6145
6178
|
enabled: boolean;
|
|
@@ -6150,12 +6183,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6150
6183
|
default?: any;
|
|
6151
6184
|
required?: boolean | undefined;
|
|
6152
6185
|
enum?: string[] | undefined;
|
|
6153
|
-
format?: string | undefined;
|
|
6154
6186
|
examples?: any[] | undefined;
|
|
6187
|
+
format?: string | undefined;
|
|
6155
6188
|
file?: any;
|
|
6156
6189
|
nullable?: boolean | undefined;
|
|
6157
6190
|
}[];
|
|
6158
|
-
|
|
6191
|
+
query: {
|
|
6159
6192
|
value: string;
|
|
6160
6193
|
key: string;
|
|
6161
6194
|
enabled: boolean;
|
|
@@ -6166,8 +6199,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6166
6199
|
default?: any;
|
|
6167
6200
|
required?: boolean | undefined;
|
|
6168
6201
|
enum?: string[] | undefined;
|
|
6169
|
-
format?: string | undefined;
|
|
6170
6202
|
examples?: any[] | undefined;
|
|
6203
|
+
format?: string | undefined;
|
|
6171
6204
|
file?: any;
|
|
6172
6205
|
nullable?: boolean | undefined;
|
|
6173
6206
|
}[];
|
|
@@ -6182,8 +6215,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6182
6215
|
default?: any;
|
|
6183
6216
|
required?: boolean | undefined;
|
|
6184
6217
|
enum?: string[] | undefined;
|
|
6185
|
-
format?: string | undefined;
|
|
6186
6218
|
examples?: any[] | undefined;
|
|
6219
|
+
format?: string | undefined;
|
|
6187
6220
|
file?: any;
|
|
6188
6221
|
nullable?: boolean | undefined;
|
|
6189
6222
|
}[];
|
|
@@ -6203,8 +6236,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6203
6236
|
default?: any;
|
|
6204
6237
|
required?: boolean | undefined;
|
|
6205
6238
|
enum?: string[] | undefined;
|
|
6206
|
-
format?: string | undefined;
|
|
6207
6239
|
examples?: any[] | undefined;
|
|
6240
|
+
format?: string | undefined;
|
|
6208
6241
|
file?: any;
|
|
6209
6242
|
nullable?: boolean | undefined;
|
|
6210
6243
|
}[];
|
|
@@ -6234,12 +6267,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6234
6267
|
default?: any;
|
|
6235
6268
|
required?: boolean | undefined;
|
|
6236
6269
|
enum?: string[] | undefined;
|
|
6237
|
-
format?: string | undefined;
|
|
6238
6270
|
examples?: any[] | undefined;
|
|
6271
|
+
format?: string | undefined;
|
|
6239
6272
|
file?: any;
|
|
6240
6273
|
nullable?: boolean | undefined;
|
|
6241
6274
|
}[];
|
|
6242
|
-
|
|
6275
|
+
headers: {
|
|
6243
6276
|
value: string;
|
|
6244
6277
|
key: string;
|
|
6245
6278
|
enabled: boolean;
|
|
@@ -6250,12 +6283,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6250
6283
|
default?: any;
|
|
6251
6284
|
required?: boolean | undefined;
|
|
6252
6285
|
enum?: string[] | undefined;
|
|
6253
|
-
format?: string | undefined;
|
|
6254
6286
|
examples?: any[] | undefined;
|
|
6287
|
+
format?: string | undefined;
|
|
6255
6288
|
file?: any;
|
|
6256
6289
|
nullable?: boolean | undefined;
|
|
6257
6290
|
}[];
|
|
6258
|
-
|
|
6291
|
+
query: {
|
|
6259
6292
|
value: string;
|
|
6260
6293
|
key: string;
|
|
6261
6294
|
enabled: boolean;
|
|
@@ -6266,8 +6299,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6266
6299
|
default?: any;
|
|
6267
6300
|
required?: boolean | undefined;
|
|
6268
6301
|
enum?: string[] | undefined;
|
|
6269
|
-
format?: string | undefined;
|
|
6270
6302
|
examples?: any[] | undefined;
|
|
6303
|
+
format?: string | undefined;
|
|
6271
6304
|
file?: any;
|
|
6272
6305
|
nullable?: boolean | undefined;
|
|
6273
6306
|
}[];
|
|
@@ -6282,8 +6315,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6282
6315
|
default?: any;
|
|
6283
6316
|
required?: boolean | undefined;
|
|
6284
6317
|
enum?: string[] | undefined;
|
|
6285
|
-
format?: string | undefined;
|
|
6286
6318
|
examples?: any[] | undefined;
|
|
6319
|
+
format?: string | undefined;
|
|
6287
6320
|
file?: any;
|
|
6288
6321
|
nullable?: boolean | undefined;
|
|
6289
6322
|
}[];
|
|
@@ -6303,8 +6336,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6303
6336
|
default?: any;
|
|
6304
6337
|
required?: boolean | undefined;
|
|
6305
6338
|
enum?: string[] | undefined;
|
|
6306
|
-
format?: string | undefined;
|
|
6307
6339
|
examples?: any[] | undefined;
|
|
6340
|
+
format?: string | undefined;
|
|
6308
6341
|
file?: any;
|
|
6309
6342
|
nullable?: boolean | undefined;
|
|
6310
6343
|
}[];
|
|
@@ -6335,12 +6368,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6335
6368
|
default?: any;
|
|
6336
6369
|
required?: boolean | undefined;
|
|
6337
6370
|
enum?: string[] | undefined;
|
|
6338
|
-
format?: string | undefined;
|
|
6339
6371
|
examples?: any[] | undefined;
|
|
6372
|
+
format?: string | undefined;
|
|
6340
6373
|
file?: any;
|
|
6341
6374
|
nullable?: boolean | undefined;
|
|
6342
6375
|
}[];
|
|
6343
|
-
|
|
6376
|
+
headers: {
|
|
6344
6377
|
value: string;
|
|
6345
6378
|
key: string;
|
|
6346
6379
|
enabled: boolean;
|
|
@@ -6351,12 +6384,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6351
6384
|
default?: any;
|
|
6352
6385
|
required?: boolean | undefined;
|
|
6353
6386
|
enum?: string[] | undefined;
|
|
6354
|
-
format?: string | undefined;
|
|
6355
6387
|
examples?: any[] | undefined;
|
|
6388
|
+
format?: string | undefined;
|
|
6356
6389
|
file?: any;
|
|
6357
6390
|
nullable?: boolean | undefined;
|
|
6358
6391
|
}[];
|
|
6359
|
-
|
|
6392
|
+
query: {
|
|
6360
6393
|
value: string;
|
|
6361
6394
|
key: string;
|
|
6362
6395
|
enabled: boolean;
|
|
@@ -6367,8 +6400,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6367
6400
|
default?: any;
|
|
6368
6401
|
required?: boolean | undefined;
|
|
6369
6402
|
enum?: string[] | undefined;
|
|
6370
|
-
format?: string | undefined;
|
|
6371
6403
|
examples?: any[] | undefined;
|
|
6404
|
+
format?: string | undefined;
|
|
6372
6405
|
file?: any;
|
|
6373
6406
|
nullable?: boolean | undefined;
|
|
6374
6407
|
}[];
|
|
@@ -6383,8 +6416,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6383
6416
|
default?: any;
|
|
6384
6417
|
required?: boolean | undefined;
|
|
6385
6418
|
enum?: string[] | undefined;
|
|
6386
|
-
format?: string | undefined;
|
|
6387
6419
|
examples?: any[] | undefined;
|
|
6420
|
+
format?: string | undefined;
|
|
6388
6421
|
file?: any;
|
|
6389
6422
|
nullable?: boolean | undefined;
|
|
6390
6423
|
}[];
|
|
@@ -6404,8 +6437,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6404
6437
|
default?: any;
|
|
6405
6438
|
required?: boolean | undefined;
|
|
6406
6439
|
enum?: string[] | undefined;
|
|
6407
|
-
format?: string | undefined;
|
|
6408
6440
|
examples?: any[] | undefined;
|
|
6441
|
+
format?: string | undefined;
|
|
6409
6442
|
file?: any;
|
|
6410
6443
|
nullable?: boolean | undefined;
|
|
6411
6444
|
}[];
|
|
@@ -6435,12 +6468,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6435
6468
|
default?: any;
|
|
6436
6469
|
required?: boolean | undefined;
|
|
6437
6470
|
enum?: string[] | undefined;
|
|
6438
|
-
format?: string | undefined;
|
|
6439
6471
|
examples?: any[] | undefined;
|
|
6472
|
+
format?: string | undefined;
|
|
6440
6473
|
file?: any;
|
|
6441
6474
|
nullable?: boolean | undefined;
|
|
6442
6475
|
}[];
|
|
6443
|
-
|
|
6476
|
+
headers: {
|
|
6444
6477
|
value: string;
|
|
6445
6478
|
key: string;
|
|
6446
6479
|
enabled: boolean;
|
|
@@ -6451,12 +6484,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6451
6484
|
default?: any;
|
|
6452
6485
|
required?: boolean | undefined;
|
|
6453
6486
|
enum?: string[] | undefined;
|
|
6454
|
-
format?: string | undefined;
|
|
6455
6487
|
examples?: any[] | undefined;
|
|
6488
|
+
format?: string | undefined;
|
|
6456
6489
|
file?: any;
|
|
6457
6490
|
nullable?: boolean | undefined;
|
|
6458
6491
|
}[];
|
|
6459
|
-
|
|
6492
|
+
query: {
|
|
6460
6493
|
value: string;
|
|
6461
6494
|
key: string;
|
|
6462
6495
|
enabled: boolean;
|
|
@@ -6467,8 +6500,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6467
6500
|
default?: any;
|
|
6468
6501
|
required?: boolean | undefined;
|
|
6469
6502
|
enum?: string[] | undefined;
|
|
6470
|
-
format?: string | undefined;
|
|
6471
6503
|
examples?: any[] | undefined;
|
|
6504
|
+
format?: string | undefined;
|
|
6472
6505
|
file?: any;
|
|
6473
6506
|
nullable?: boolean | undefined;
|
|
6474
6507
|
}[];
|
|
@@ -6483,8 +6516,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6483
6516
|
default?: any;
|
|
6484
6517
|
required?: boolean | undefined;
|
|
6485
6518
|
enum?: string[] | undefined;
|
|
6486
|
-
format?: string | undefined;
|
|
6487
6519
|
examples?: any[] | undefined;
|
|
6520
|
+
format?: string | undefined;
|
|
6488
6521
|
file?: any;
|
|
6489
6522
|
nullable?: boolean | undefined;
|
|
6490
6523
|
}[];
|
|
@@ -6504,8 +6537,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6504
6537
|
default?: any;
|
|
6505
6538
|
required?: boolean | undefined;
|
|
6506
6539
|
enum?: string[] | undefined;
|
|
6507
|
-
format?: string | undefined;
|
|
6508
6540
|
examples?: any[] | undefined;
|
|
6541
|
+
format?: string | undefined;
|
|
6509
6542
|
file?: any;
|
|
6510
6543
|
nullable?: boolean | undefined;
|
|
6511
6544
|
}[];
|
|
@@ -6535,12 +6568,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6535
6568
|
default?: any;
|
|
6536
6569
|
required?: boolean | undefined;
|
|
6537
6570
|
enum?: string[] | undefined;
|
|
6538
|
-
format?: string | undefined;
|
|
6539
6571
|
examples?: any[] | undefined;
|
|
6572
|
+
format?: string | undefined;
|
|
6540
6573
|
file?: any;
|
|
6541
6574
|
nullable?: boolean | undefined;
|
|
6542
6575
|
}[];
|
|
6543
|
-
|
|
6576
|
+
headers: {
|
|
6544
6577
|
value: string;
|
|
6545
6578
|
key: string;
|
|
6546
6579
|
enabled: boolean;
|
|
@@ -6551,12 +6584,12 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6551
6584
|
default?: any;
|
|
6552
6585
|
required?: boolean | undefined;
|
|
6553
6586
|
enum?: string[] | undefined;
|
|
6554
|
-
format?: string | undefined;
|
|
6555
6587
|
examples?: any[] | undefined;
|
|
6588
|
+
format?: string | undefined;
|
|
6556
6589
|
file?: any;
|
|
6557
6590
|
nullable?: boolean | undefined;
|
|
6558
6591
|
}[];
|
|
6559
|
-
|
|
6592
|
+
query: {
|
|
6560
6593
|
value: string;
|
|
6561
6594
|
key: string;
|
|
6562
6595
|
enabled: boolean;
|
|
@@ -6567,8 +6600,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6567
6600
|
default?: any;
|
|
6568
6601
|
required?: boolean | undefined;
|
|
6569
6602
|
enum?: string[] | undefined;
|
|
6570
|
-
format?: string | undefined;
|
|
6571
6603
|
examples?: any[] | undefined;
|
|
6604
|
+
format?: string | undefined;
|
|
6572
6605
|
file?: any;
|
|
6573
6606
|
nullable?: boolean | undefined;
|
|
6574
6607
|
}[];
|
|
@@ -6583,8 +6616,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6583
6616
|
default?: any;
|
|
6584
6617
|
required?: boolean | undefined;
|
|
6585
6618
|
enum?: string[] | undefined;
|
|
6586
|
-
format?: string | undefined;
|
|
6587
6619
|
examples?: any[] | undefined;
|
|
6620
|
+
format?: string | undefined;
|
|
6588
6621
|
file?: any;
|
|
6589
6622
|
nullable?: boolean | undefined;
|
|
6590
6623
|
}[];
|
|
@@ -6604,8 +6637,8 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6604
6637
|
default?: any;
|
|
6605
6638
|
required?: boolean | undefined;
|
|
6606
6639
|
enum?: string[] | undefined;
|
|
6607
|
-
format?: string | undefined;
|
|
6608
6640
|
examples?: any[] | undefined;
|
|
6641
|
+
format?: string | undefined;
|
|
6609
6642
|
file?: any;
|
|
6610
6643
|
nullable?: boolean | undefined;
|
|
6611
6644
|
}[];
|
|
@@ -6669,6 +6702,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6669
6702
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6670
6703
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6671
6704
|
"x-tokenName"?: string | undefined;
|
|
6705
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6672
6706
|
} | undefined;
|
|
6673
6707
|
implicit?: {
|
|
6674
6708
|
type: "implicit";
|
|
@@ -6695,6 +6729,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6695
6729
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6696
6730
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6697
6731
|
"x-tokenName"?: string | undefined;
|
|
6732
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6698
6733
|
} | undefined;
|
|
6699
6734
|
authorizationCode?: {
|
|
6700
6735
|
type: "authorizationCode";
|
|
@@ -6711,6 +6746,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6711
6746
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6712
6747
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6713
6748
|
"x-tokenName"?: string | undefined;
|
|
6749
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6714
6750
|
} | undefined;
|
|
6715
6751
|
};
|
|
6716
6752
|
description?: string | undefined;
|
|
@@ -6759,6 +6795,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6759
6795
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6760
6796
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6761
6797
|
"x-tokenName"?: string | undefined;
|
|
6798
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6762
6799
|
} | undefined;
|
|
6763
6800
|
implicit?: {
|
|
6764
6801
|
type: "implicit";
|
|
@@ -6785,6 +6822,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6785
6822
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6786
6823
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6787
6824
|
"x-tokenName"?: string | undefined;
|
|
6825
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6788
6826
|
} | undefined;
|
|
6789
6827
|
authorizationCode?: {
|
|
6790
6828
|
type: "authorizationCode";
|
|
@@ -6801,6 +6839,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6801
6839
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6802
6840
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6803
6841
|
"x-tokenName"?: string | undefined;
|
|
6842
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6804
6843
|
} | undefined;
|
|
6805
6844
|
};
|
|
6806
6845
|
description?: string | undefined;
|
|
@@ -6850,6 +6889,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6850
6889
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6851
6890
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6852
6891
|
"x-tokenName"?: string | undefined;
|
|
6892
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6853
6893
|
} | undefined;
|
|
6854
6894
|
implicit?: {
|
|
6855
6895
|
type: "implicit";
|
|
@@ -6876,6 +6916,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6876
6916
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6877
6917
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6878
6918
|
"x-tokenName"?: string | undefined;
|
|
6919
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6879
6920
|
} | undefined;
|
|
6880
6921
|
authorizationCode?: {
|
|
6881
6922
|
type: "authorizationCode";
|
|
@@ -6892,12 +6933,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6892
6933
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6893
6934
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6894
6935
|
"x-tokenName"?: string | undefined;
|
|
6936
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6895
6937
|
} | undefined;
|
|
6896
6938
|
};
|
|
6897
6939
|
description?: string | undefined;
|
|
6898
6940
|
'x-default-scopes'?: string | string[] | undefined;
|
|
6899
6941
|
}) => void;
|
|
6900
|
-
edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
|
|
6942
|
+
edit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | "flows.password.x-scalar-credentials-location" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | "flows.clientCredentials.x-scalar-credentials-location" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | "flows.authorizationCode.x-scalar-credentials-location" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: (string & import("zod").BRAND<"securityScheme">) | null | undefined, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
|
|
6901
6943
|
type: "apiKey";
|
|
6902
6944
|
value: string;
|
|
6903
6945
|
name: string;
|
|
@@ -6988,6 +7030,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
6988
7030
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6989
7031
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6990
7032
|
"x-tokenName"?: string | undefined;
|
|
7033
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6991
7034
|
} | undefined;
|
|
6992
7035
|
implicit?: {
|
|
6993
7036
|
type: "implicit";
|
|
@@ -7014,6 +7057,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7014
7057
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7015
7058
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7016
7059
|
"x-tokenName"?: string | undefined;
|
|
7060
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7017
7061
|
} | undefined;
|
|
7018
7062
|
authorizationCode?: {
|
|
7019
7063
|
type: "authorizationCode";
|
|
@@ -7030,6 +7074,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7030
7074
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7031
7075
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7032
7076
|
"x-tokenName"?: string | undefined;
|
|
7077
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7033
7078
|
} | undefined;
|
|
7034
7079
|
};
|
|
7035
7080
|
description?: string | undefined;
|
|
@@ -7053,6 +7098,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7053
7098
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7054
7099
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7055
7100
|
"x-tokenName"?: string | undefined;
|
|
7101
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7056
7102
|
} | undefined;
|
|
7057
7103
|
implicit?: {
|
|
7058
7104
|
type: "implicit";
|
|
@@ -7079,6 +7125,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7079
7125
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7080
7126
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7081
7127
|
"x-tokenName"?: string | undefined;
|
|
7128
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7082
7129
|
} | undefined;
|
|
7083
7130
|
authorizationCode?: {
|
|
7084
7131
|
type: "authorizationCode";
|
|
@@ -7095,6 +7142,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7095
7142
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7096
7143
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7097
7144
|
"x-tokenName"?: string | undefined;
|
|
7145
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7098
7146
|
} | undefined;
|
|
7099
7147
|
};
|
|
7100
7148
|
description?: string | undefined;
|
|
@@ -7118,6 +7166,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7118
7166
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7119
7167
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7120
7168
|
"x-tokenName"?: string | undefined;
|
|
7169
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7121
7170
|
} | undefined;
|
|
7122
7171
|
implicit?: {
|
|
7123
7172
|
type: "implicit";
|
|
@@ -7144,6 +7193,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7144
7193
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7145
7194
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7146
7195
|
"x-tokenName"?: string | undefined;
|
|
7196
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7147
7197
|
} | undefined;
|
|
7148
7198
|
authorizationCode?: {
|
|
7149
7199
|
type: "authorizationCode";
|
|
@@ -7160,12 +7210,13 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7160
7210
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7161
7211
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7162
7212
|
"x-tokenName"?: string | undefined;
|
|
7213
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7163
7214
|
} | undefined;
|
|
7164
7215
|
};
|
|
7165
7216
|
description?: string | undefined;
|
|
7166
7217
|
'x-default-scopes'?: string | string[] | undefined;
|
|
7167
7218
|
}[K], R> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
7168
|
-
untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
|
|
7219
|
+
untrackedEdit: <P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" | "scheme" | "bearerFormat" | "openIdConnectUrl" | "x-default-scopes" | "flows" | "password" | "username" | "token" | `x-default-scopes.${number}` | "flows.password" | "flows.implicit" | "flows.clientCredentials" | "flows.authorizationCode" | "flows.password.type" | "flows.password.password" | "flows.password.username" | "flows.password.token" | "flows.password.refreshUrl" | "flows.password.scopes" | "flows.password.selectedScopes" | "flows.password.x-scalar-client-id" | "flows.password.tokenUrl" | "flows.password.clientSecret" | "flows.password.x-scalar-security-query" | "flows.password.x-scalar-security-body" | "flows.password.x-tokenName" | "flows.password.x-scalar-credentials-location" | `flows.password.scopes.${string}` | `flows.password.selectedScopes.${number}` | `flows.password.x-scalar-security-query.${string}` | `flows.password.x-scalar-security-body.${string}` | "flows.implicit.type" | "flows.implicit.token" | "flows.implicit.refreshUrl" | "flows.implicit.scopes" | "flows.implicit.selectedScopes" | "flows.implicit.x-scalar-client-id" | "flows.implicit.x-scalar-security-query" | "flows.implicit.x-scalar-security-body" | "flows.implicit.x-tokenName" | `flows.implicit.scopes.${string}` | `flows.implicit.selectedScopes.${number}` | `flows.implicit.x-scalar-security-query.${string}` | `flows.implicit.x-scalar-security-body.${string}` | "flows.implicit.authorizationUrl" | "flows.implicit.x-scalar-redirect-uri" | "flows.clientCredentials.type" | "flows.clientCredentials.token" | "flows.clientCredentials.refreshUrl" | "flows.clientCredentials.scopes" | "flows.clientCredentials.selectedScopes" | "flows.clientCredentials.x-scalar-client-id" | "flows.clientCredentials.tokenUrl" | "flows.clientCredentials.clientSecret" | "flows.clientCredentials.x-scalar-security-query" | "flows.clientCredentials.x-scalar-security-body" | "flows.clientCredentials.x-tokenName" | "flows.clientCredentials.x-scalar-credentials-location" | `flows.clientCredentials.scopes.${string}` | `flows.clientCredentials.selectedScopes.${number}` | `flows.clientCredentials.x-scalar-security-query.${string}` | `flows.clientCredentials.x-scalar-security-body.${string}` | "flows.authorizationCode.type" | "flows.authorizationCode.token" | "flows.authorizationCode.refreshUrl" | "flows.authorizationCode.scopes" | "flows.authorizationCode.selectedScopes" | "flows.authorizationCode.x-scalar-client-id" | "flows.authorizationCode.tokenUrl" | "flows.authorizationCode.clientSecret" | "flows.authorizationCode.x-scalar-security-query" | "flows.authorizationCode.x-scalar-security-body" | "flows.authorizationCode.x-tokenName" | "flows.authorizationCode.x-scalar-credentials-location" | `flows.authorizationCode.scopes.${string}` | `flows.authorizationCode.selectedScopes.${number}` | `flows.authorizationCode.x-scalar-security-query.${string}` | `flows.authorizationCode.x-scalar-security-body.${string}` | "flows.authorizationCode.authorizationUrl" | "flows.authorizationCode.x-scalar-redirect-uri" | "flows.authorizationCode.x-usePkce">(uid: string & import("zod").BRAND<"securityScheme">, path: P, value: (P extends "value" | "description" | "type" | "uid" | "name" | "in" | "nameKey" ? {
|
|
7169
7220
|
type: "apiKey";
|
|
7170
7221
|
value: string;
|
|
7171
7222
|
name: string;
|
|
@@ -7256,6 +7307,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7256
7307
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7257
7308
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7258
7309
|
"x-tokenName"?: string | undefined;
|
|
7310
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7259
7311
|
} | undefined;
|
|
7260
7312
|
implicit?: {
|
|
7261
7313
|
type: "implicit";
|
|
@@ -7282,6 +7334,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7282
7334
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7283
7335
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7284
7336
|
"x-tokenName"?: string | undefined;
|
|
7337
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7285
7338
|
} | undefined;
|
|
7286
7339
|
authorizationCode?: {
|
|
7287
7340
|
type: "authorizationCode";
|
|
@@ -7298,6 +7351,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7298
7351
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7299
7352
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7300
7353
|
"x-tokenName"?: string | undefined;
|
|
7354
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7301
7355
|
} | undefined;
|
|
7302
7356
|
};
|
|
7303
7357
|
description?: string | undefined;
|
|
@@ -7321,6 +7375,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7321
7375
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7322
7376
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7323
7377
|
"x-tokenName"?: string | undefined;
|
|
7378
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7324
7379
|
} | undefined;
|
|
7325
7380
|
implicit?: {
|
|
7326
7381
|
type: "implicit";
|
|
@@ -7347,6 +7402,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7347
7402
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7348
7403
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7349
7404
|
"x-tokenName"?: string | undefined;
|
|
7405
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7350
7406
|
} | undefined;
|
|
7351
7407
|
authorizationCode?: {
|
|
7352
7408
|
type: "authorizationCode";
|
|
@@ -7363,6 +7419,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7363
7419
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7364
7420
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7365
7421
|
"x-tokenName"?: string | undefined;
|
|
7422
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7366
7423
|
} | undefined;
|
|
7367
7424
|
};
|
|
7368
7425
|
description?: string | undefined;
|
|
@@ -7386,6 +7443,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7386
7443
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7387
7444
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7388
7445
|
"x-tokenName"?: string | undefined;
|
|
7446
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7389
7447
|
} | undefined;
|
|
7390
7448
|
implicit?: {
|
|
7391
7449
|
type: "implicit";
|
|
@@ -7412,6 +7470,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7412
7470
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7413
7471
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7414
7472
|
"x-tokenName"?: string | undefined;
|
|
7473
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7415
7474
|
} | undefined;
|
|
7416
7475
|
authorizationCode?: {
|
|
7417
7476
|
type: "authorizationCode";
|
|
@@ -7428,6 +7487,7 @@ export declare const createApiClientModalSync: ({ el, configuration, mountOnInit
|
|
|
7428
7487
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7429
7488
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7430
7489
|
"x-tokenName"?: string | undefined;
|
|
7490
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7431
7491
|
} | undefined;
|
|
7432
7492
|
};
|
|
7433
7493
|
description?: string | undefined;
|