@scalar/api-client 2.18.0 → 2.18.3
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 +85 -0
- package/dist/components/AddressBar/AddressBar.vue2.js +52 -52
- package/dist/components/AddressBar/AddressBarHistory.vue2.js +15 -15
- package/dist/components/AddressBar/httpStatusCodeColors.d.ts +0 -33
- package/dist/components/AddressBar/httpStatusCodeColors.d.ts.map +1 -1
- package/dist/components/AddressBar/httpStatusCodeColors.js +0 -1
- package/dist/components/CodeInput/CodeInput.vue2.js +112 -112
- package/dist/components/CommandPalette/CommandActionForm.vue.js +18 -18
- package/dist/components/CommandPalette/CommandPaletteImportCurl.vue2.js +25 -25
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts +2 -2
- package/dist/components/CommandPalette/TheCommandPalette.vue.d.ts.map +1 -1
- package/dist/components/CommandPalette/TheCommandPalette.vue.js +2 -4
- package/dist/components/CommandPalette/TheCommandPalette.vue2.js +0 -1
- package/dist/components/CommandPalette/WatchModeToggle.vue.js +14 -14
- package/dist/components/DataTable/DataTable.vue.js +17 -17
- package/dist/components/DataTable/DataTableCell.vue.js +9 -9
- package/dist/components/DataTable/DataTableCheckbox.vue.js +17 -17
- package/dist/components/DataTable/DataTableInput.vue2.js +48 -48
- package/dist/components/DataTable/DataTableInputSelect.vue.js +35 -35
- package/dist/components/DataTable/DataTableText.vue.js +10 -10
- package/dist/components/Form/Form.vue.js +32 -32
- package/dist/components/Form/LabelInput.vue2.js +15 -15
- package/dist/components/HelpfulLink.vue.js +7 -7
- package/dist/components/HttpMethod/HttpMethod.vue2.js +22 -22
- package/dist/components/IconSelector.vue.js +16 -16
- package/dist/components/ImportCollection/ImportCollectionModal.vue.js +50 -50
- package/dist/components/ImportCollection/ImportNowButton.vue.js +23 -23
- package/dist/components/ImportCollection/PrefetchError.vue.js +8 -8
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts +0 -7
- package/dist/components/ImportCollection/hooks/useUrlPrefetcher.d.ts.map +1 -1
- package/dist/components/ScalarAsciiArt.vue2.js +16 -16
- package/dist/components/SectionFilter.vue2.js +21 -21
- package/dist/components/SectionFilterButton.vue.js +7 -7
- package/dist/components/Server/ServerDropdown.vue.js +32 -32
- package/dist/components/Server/ServerDropdownItem.vue2.js +39 -39
- package/dist/components/Server/ServerSelector.vue.js +27 -27
- package/dist/components/Server/ServerVariablesForm.vue.js +26 -26
- package/dist/components/Server/ServerVariablesSelect.vue.js +21 -21
- package/dist/components/Server/ServerVariablesTextbox.vue.js +10 -10
- package/dist/components/Server/types.d.ts +2 -1
- package/dist/components/Server/types.d.ts.map +1 -1
- package/dist/components/SideNav/SideNavLink.vue.js +18 -18
- package/dist/components/SideNav/SideNavRouterLink.vue.js +13 -13
- package/dist/components/Sidebar/Actions/DeleteSidebarListElement.vue.js +11 -11
- package/dist/components/Sidebar/Actions/SidebarListElementForm.vue.js +16 -16
- package/dist/components/Sidebar/Sidebar.vue2.js +28 -28
- package/dist/components/Sidebar/SidebarButton.vue.js +12 -12
- package/dist/components/Sidebar/SidebarListElement.vue2.js +34 -34
- package/dist/components/Sidebar/SidebarListElementActions.vue.js +33 -33
- package/dist/components/TopNav/TopNavItem.vue2.js +41 -41
- package/dist/components/ViewLayout/ViewLayoutCollapse.vue.js +43 -43
- package/dist/data/httpHeaders.d.ts +2 -1
- package/dist/data/httpHeaders.d.ts.map +1 -1
- package/dist/hooks/useClientConfig.js +1 -1
- package/dist/hooks/useLayout.js +1 -1
- package/dist/hooks/useSidebar.js +1 -1
- package/dist/layouts/App/create-api-client-app.d.ts.map +1 -1
- package/dist/layouts/Web/create-api-client-web.d.ts.map +1 -1
- package/dist/libs/create-client.d.ts.map +1 -1
- package/dist/plugins/hooks/usePluginManager.d.ts +1 -1
- package/dist/plugins/hooks/usePluginManager.d.ts.map +1 -1
- package/dist/plugins/hooks/usePluginManager.js +5 -5
- package/dist/plugins/index.d.ts +1 -1
- package/dist/plugins/index.d.ts.map +1 -1
- package/dist/plugins/index.js +5 -5
- package/dist/plugins/plugin-manager.d.ts +0 -2
- package/dist/plugins/plugin-manager.d.ts.map +1 -1
- package/dist/routes.d.ts +0 -10
- package/dist/routes.d.ts.map +1 -1
- package/dist/routes.js +0 -1
- package/dist/store/active-entities.js +1 -1
- package/dist/store/security-schemes.d.ts.map +1 -1
- package/dist/store/store.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.js +44 -44
- package/dist/v2/blocks/operation-block/components/Header.vue2.js +20 -20
- package/dist/v2/blocks/operation-block/helpers/build-request-body.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-body.js +14 -14
- package/dist/v2/blocks/operation-block/helpers/get-delimiter.js +0 -2
- package/dist/v2/blocks/operation-code-sample/components/HttpMethod.vue.js +12 -12
- package/dist/v2/blocks/operation-code-sample/components/OperationCodeSample.vue2.js +65 -65
- package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.d.ts +2 -1
- package/dist/v2/blocks/operation-code-sample/helpers/generate-code-snippet.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-example-from-schema.js +6 -6
- package/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.d.ts +4 -3
- package/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/get-resolved-ref-deep.js +9 -7
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-body.js +40 -32
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.d.ts +1 -3
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.js +0 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/RequestBlock.vue.js +2 -2
- package/dist/v2/blocks/request-block/RequestBlock.vue2.js +144 -149
- package/dist/v2/blocks/request-block/components/RequestBody.vue.d.ts +25 -45
- package/dist/v2/blocks/request-block/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestBody.vue.js +2 -2
- package/dist/v2/blocks/request-block/components/RequestBody.vue2.js +90 -139
- package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.d.ts +22 -0
- package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.d.ts.map +1 -0
- package/dist/v2/blocks/request-block/components/RequestBodyForm.vue.js +77 -0
- package/dist/v2/blocks/request-block/components/RequestBodyForm.vue2.js +4 -0
- package/dist/v2/blocks/request-block/components/RequestParams.vue.d.ts +4 -4
- package/dist/v2/blocks/request-block/components/RequestParams.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestParams.vue.js +34 -34
- package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts +6 -6
- package/dist/v2/blocks/request-block/components/RequestTable.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestTable.vue.js +3 -3
- package/dist/v2/blocks/request-block/components/RequestTable.vue2.js +30 -32
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts +2 -2
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/components/RequestTableRow.vue.js +64 -64
- package/dist/v2/blocks/request-block/components/RequestTableTooltip.vue2.js +29 -29
- package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.d.ts +2 -2
- package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/helpers/create-parameter-handlers.js +12 -13
- package/dist/v2/blocks/request-block/helpers/get-form-body-rows.d.ts +8 -0
- package/dist/v2/blocks/request-block/helpers/get-form-body-rows.d.ts.map +1 -0
- package/dist/v2/blocks/request-block/helpers/get-form-body-rows.js +9 -0
- package/dist/v2/blocks/request-block/helpers/get-request-body-example.d.ts +3 -1
- package/dist/v2/blocks/request-block/helpers/get-request-body-example.d.ts.map +1 -1
- package/dist/v2/blocks/request-block/helpers/get-request-body-example.js +9 -8
- package/dist/v2/blocks/response-block/ResponseBlock.vue2.js +67 -67
- package/dist/v2/blocks/response-block/components/Headers.vue.js +35 -35
- package/dist/v2/blocks/response-block/components/ResponseBody.vue2.js +24 -24
- package/dist/v2/blocks/response-block/components/ResponseBodyDownload.vue.js +10 -10
- package/dist/v2/blocks/response-block/components/ResponseBodyPreview.vue2.js +24 -24
- package/dist/v2/blocks/response-block/components/ResponseBodyToggle.vue.js +10 -10
- package/dist/v2/blocks/response-block/components/ResponseCookies.vue.js +11 -11
- package/dist/v2/blocks/response-block/components/ResponseEmpty.vue2.js +14 -14
- package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue2.js +11 -11
- package/dist/v2/blocks/response-block/components/ResponseMetaInformation.vue.js +33 -33
- package/dist/v2/blocks/response-block/helpers/media-types.d.ts +3 -6
- package/dist/v2/blocks/response-block/helpers/media-types.d.ts.map +1 -1
- package/dist/v2/blocks/response-block/helpers/media-types.js +0 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue2.js +72 -72
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBarHistory.vue2.js +9 -9
- package/dist/v2/blocks/scalar-address-bar-block/components/httpStatusCodeColors.d.ts +0 -33
- package/dist/v2/blocks/scalar-address-bar-block/components/httpStatusCodeColors.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/httpStatusCodeColors.js +0 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/AuthSelector.vue.js +83 -82
- package/dist/v2/blocks/scalar-auth-selector-block/components/DeleteRequestAuthModal.vue.js +10 -10
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuth2.vue.js +121 -121
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesAddModal.vue2.js +13 -13
- package/dist/v2/blocks/scalar-auth-selector-block/components/OAuthScopesInput.vue.js +33 -33
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTable.vue.js +26 -26
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthDataTableInput.vue.js +26 -26
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts +2 -2
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/components/RequestAuthTab.vue.js +130 -122
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts +0 -21
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-auth-selector-block/helpers/oauth.js +1 -3
- package/dist/v2/components/code-input/CodeInput.vue2.js +93 -93
- package/dist/v2/components/data-table/DataTable.vue.js +17 -17
- package/dist/v2/components/data-table/DataTableCell.vue.js +9 -9
- package/dist/v2/components/data-table/DataTableCheckbox.vue.js +17 -17
- package/dist/v2/components/data-table/DataTableInput.vue2.js +48 -48
- package/dist/v2/components/data-table/DataTableInputSelect.vue.js +35 -35
- package/dist/v2/components/data-table/DataTableText.vue.js +10 -10
- package/dist/v2/components/forms/ConfirmationForm.vue.js +13 -13
- package/dist/v2/components/layout/CollapsibleSection.vue.js +42 -42
- package/dist/v2/components/modals/DeleteModal.vue.js +13 -13
- package/dist/v2/components/resize/Resize.vue2.js +11 -11
- package/dist/v2/components/server/ServerDropdown.vue.js +30 -30
- package/dist/v2/components/server/ServerDropdownItem.vue2.js +27 -27
- package/dist/v2/components/sidebar/Sidebar.vue.js +32 -32
- package/dist/v2/components/sidebar/SidebarMenu.vue.js +20 -20
- package/dist/v2/features/app/App.vue.js +25 -25
- package/dist/v2/features/app/app-events.d.ts.map +1 -1
- package/dist/v2/features/app/app-events.js +55 -61
- package/dist/v2/features/app/components/AppSidebar.vue2.js +97 -97
- package/dist/v2/features/app/components/CreateWorkspaceModal.vue.js +20 -20
- package/dist/v2/features/app/components/DesktopTab.vue2.js +59 -59
- package/dist/v2/features/app/components/DesktopTabs.vue.js +22 -22
- package/dist/v2/features/app/components/SidebarItemMenu.vue.js +6 -6
- package/dist/v2/features/app/components/WebTopNav.vue.js +9 -9
- package/dist/v2/features/app/helpers/create-api-client-app.d.ts +2 -5
- package/dist/v2/features/app/helpers/create-api-client-app.d.ts.map +1 -1
- package/dist/v2/features/app/helpers/create-api-client-app.js +1 -2
- package/dist/v2/features/app/helpers/routes.d.ts +5 -1
- package/dist/v2/features/app/helpers/routes.d.ts.map +1 -1
- package/dist/v2/features/collection/DocumentCollection.vue.js +31 -31
- package/dist/v2/features/collection/WorkspaceCollection.vue.js +17 -17
- package/dist/v2/features/collection/components/Authentication.vue2.js +18 -18
- package/dist/v2/features/collection/components/Cookies.vue.js +10 -10
- package/dist/v2/features/collection/components/Environment.vue.js +10 -10
- package/dist/v2/features/collection/components/Form.vue.js +21 -21
- package/dist/v2/features/collection/components/Overview.vue2.js +25 -25
- package/dist/v2/features/collection/components/Servers.vue.js +37 -37
- package/dist/v2/features/collection/components/Settings.vue.js +22 -22
- package/dist/v2/features/collection/components/Tabs.vue.js +18 -18
- package/dist/v2/features/command-palette/components/CommandActionForm.vue.js +20 -20
- package/dist/v2/features/command-palette/components/CommandActionInput.vue.js +17 -17
- package/dist/v2/features/command-palette/components/TheCommandPalette.vue2.js +68 -68
- package/dist/v2/features/command-palette/components/WatchModeToggle.vue.js +11 -11
- package/dist/v2/features/command-palette/helpers/get-openapi-document-details.d.ts +2 -1
- package/dist/v2/features/command-palette/helpers/get-openapi-document-details.d.ts.map +1 -1
- package/dist/v2/features/command-palette/helpers/get-postman-document-details.d.ts +2 -1
- package/dist/v2/features/command-palette/helpers/get-postman-document-details.d.ts.map +1 -1
- package/dist/v2/features/command-palette/hooks/use-command-palette-state.d.ts +3 -3
- package/dist/v2/features/command-palette/hooks/use-command-palette-state.d.ts.map +1 -1
- package/dist/v2/features/command-palette/hooks/use-command-palette-state.js +0 -1
- package/dist/v2/features/command-palette/types.d.ts +11 -10
- package/dist/v2/features/command-palette/types.d.ts.map +1 -1
- package/dist/v2/features/environments/EnvironmentsList.vue.js +36 -36
- package/dist/v2/features/environments/components/Environment.vue.js +16 -16
- package/dist/v2/features/environments/components/EnvironmentColors.vue.js +37 -37
- package/dist/v2/features/environments/components/EnvironmentCreateModal.vue.js +19 -19
- package/dist/v2/features/environments/components/EnvironmentDeleteModal.vue.js +14 -14
- package/dist/v2/features/environments/components/EnvironmentVariablesDropdown.vue.js +24 -24
- package/dist/v2/features/environments/components/EnvironmentVariablesTable.vue2.js +58 -58
- package/dist/v2/features/global-cookies/components/CookiesTable.vue2.js +23 -23
- package/dist/v2/features/modal/Modal.vue.d.ts +1 -1
- package/dist/v2/features/modal/Modal.vue.d.ts.map +1 -1
- package/dist/v2/features/modal/Modal.vue.js +1 -1
- package/dist/v2/features/modal/Modal.vue2.js +57 -56
- package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts +5 -4
- package/dist/v2/features/modal/helpers/create-api-client-modal.d.ts.map +1 -1
- package/dist/v2/features/modal/hooks/use-workspace-client-modal-events.d.ts.map +1 -1
- package/dist/v2/features/modal/hooks/use-workspace-client-modal-events.js +17 -21
- package/dist/v2/features/operation/Operation.vue.d.ts +5 -1
- package/dist/v2/features/operation/Operation.vue.d.ts.map +1 -1
- package/dist/v2/features/operation/Operation.vue.js +41 -39
- package/dist/v2/features/search/components/SearchButton.vue.js +40 -40
- package/dist/v2/features/search/components/SearchModal.vue2.js +43 -43
- package/dist/v2/features/search/components/SearchResult.vue.js +34 -34
- package/dist/v2/features/search/types.d.ts +5 -4
- package/dist/v2/features/search/types.d.ts.map +1 -1
- package/dist/v2/features/settings/CollectionSettings.vue.js +51 -51
- package/dist/v2/features/settings/DocumentSettings.vue.js +25 -25
- package/dist/v2/features/settings/components/Appearance.vue.js +27 -27
- package/dist/v2/helpers/handle-hotkeys.d.ts +1 -12
- package/dist/v2/helpers/handle-hotkeys.d.ts.map +1 -1
- package/dist/v2/helpers/handle-hotkeys.js +0 -2
- package/dist/v2/helpers/plugins.d.ts +2 -2
- package/dist/v2/helpers/plugins.d.ts.map +1 -1
- package/dist/views/Collection/CollectionNavigation.vue.js +13 -13
- package/dist/views/Collection/components/EnvironmentForm.vue2.js +114 -114
- package/dist/views/Collection/components/MarkdownInput.vue2.js +31 -31
- package/dist/views/Cookies/CookieModal.vue2.js +26 -26
- package/dist/views/Environment/EnvironmentColorModal.vue.js +10 -10
- package/dist/views/Environment/EnvironmentColors.vue.js +56 -56
- package/dist/views/Environment/EnvironmentModal.vue.js +26 -26
- package/dist/views/Environment/EnvironmentVariableDropdown.vue.js +24 -24
- package/dist/views/Request/Request.vue2.js +55 -55
- package/dist/views/Request/RequestSection/RequestAuth/DeleteRequestAuthModal.vue.js +17 -17
- package/dist/views/Request/RequestSection/RequestAuth/OAuth2.vue.js +102 -102
- package/dist/views/Request/RequestSection/RequestAuth/OAuthScopesInput.vue.js +27 -27
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuth.vue2.js +91 -91
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthDataTable.vue2.js +36 -36
- package/dist/views/Request/RequestSection/RequestAuth/RequestAuthTab.vue.js +101 -101
- package/dist/views/Request/RequestSection/RequestBody.vue2.js +154 -154
- package/dist/views/Request/RequestSection/RequestCodeExample.vue2.js +35 -35
- package/dist/views/Request/RequestSection/RequestParams.vue.js +81 -81
- package/dist/views/Request/RequestSection/RequestPathParams.vue.js +47 -47
- package/dist/views/Request/RequestSection/RequestSection.vue2.js +90 -90
- package/dist/views/Request/RequestSection/RequestTable.vue2.js +111 -111
- package/dist/views/Request/RequestSection/RequestTableTooltip.vue2.js +29 -29
- package/dist/views/Request/RequestSection/index.d.ts +1 -1
- package/dist/views/Request/RequestSection/index.d.ts.map +1 -1
- package/dist/views/Request/RequestSection/index.js +4 -4
- package/dist/views/Request/RequestSidebarItem.vue2.js +149 -149
- package/dist/views/Request/RequestSidebarItemMenu.vue2.js +79 -79
- package/dist/views/Request/RequestSubpageHeader.vue2.js +30 -30
- package/dist/views/Request/ResponseSection/RequestHeaders.vue.js +29 -29
- package/dist/views/Request/ResponseSection/ResponseBody.vue2.js +37 -37
- package/dist/views/Request/ResponseSection/ResponseBodyDownload.vue.js +10 -10
- package/dist/views/Request/ResponseSection/ResponseBodyPreview.vue2.js +24 -24
- package/dist/views/Request/ResponseSection/ResponseBodyToggle.vue.js +10 -10
- package/dist/views/Request/ResponseSection/ResponseCookies.vue.js +16 -16
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +21 -21
- package/dist/views/Request/ResponseSection/ResponseHeaders.vue.js +30 -30
- package/dist/views/Request/ResponseSection/ResponseMetaInformation.vue.js +37 -37
- package/dist/views/Request/ResponseSection/ResponseSection.vue2.js +61 -61
- package/package.json +24 -24
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts +0 -6
- package/dist/components/ImportCollection/OpenAppButton.vue.d.ts.map +0 -1
- package/dist/components/ImportCollection/OperationBadge.vue.d.ts +0 -8
- package/dist/components/ImportCollection/OperationBadge.vue.d.ts.map +0 -1
- package/dist/components/ScreenReader.vue.d.ts +0 -20
- package/dist/components/ScreenReader.vue.d.ts.map +0 -1
- package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts +0 -9
- package/dist/components/SideNav/WorkspaceProfileIcon.vue.d.ts.map +0 -1
- package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts +0 -3
- package/dist/views/Components/RequestBodies/RequestBodies.vue.d.ts.map +0 -1
- package/dist/views/Request/RequestSection/types/post-response.d.ts +0 -7
- package/dist/views/Request/RequestSection/types/post-response.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as C, computed as i, ref as H, useId as V, createBlock as t, openBlock as n, withCtx as d, createElementVNode as u, normalizeClass as y, createElementBlock as m, createVNode as k, Fragment as f, createCommentVNode as c, renderList as j, unref as h, withDirectives as w, resolveDynamicComponent as T, mergeProps as I, vShow as S } from "vue";
|
|
2
2
|
import { ScalarErrorBoundary as $ } from "@scalar/components";
|
|
3
3
|
import E from "../../../components/SectionFilter.vue.js";
|
|
4
4
|
import z from "../../../components/ViewLayout/ViewLayoutSection.vue.js";
|
|
@@ -13,7 +13,7 @@ import F from "./ResponseHeaders.vue.js";
|
|
|
13
13
|
import P from "./ResponseLoadingOverlay.vue.js";
|
|
14
14
|
import U from "./ResponseMetaInformation.vue.js";
|
|
15
15
|
import { usePluginManager as K } from "../../../plugins/hooks/usePluginManager.js";
|
|
16
|
-
const Z = { class: "flex h-8 flex-1 items-center" }, G = ["id", "role"],
|
|
16
|
+
const Z = { class: "flex h-8 flex-1 items-center" }, G = ["id", "role"], x = 2e5, pe = /* @__PURE__ */ C({
|
|
17
17
|
__name: "ResponseSection",
|
|
18
18
|
props: {
|
|
19
19
|
collection: {},
|
|
@@ -23,32 +23,32 @@ const Z = { class: "flex h-8 flex-1 items-center" }, G = ["id", "role"], b = 2e5
|
|
|
23
23
|
response: {},
|
|
24
24
|
requestResult: {}
|
|
25
25
|
},
|
|
26
|
-
setup(
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
return
|
|
30
|
-
name:
|
|
31
|
-
value:
|
|
26
|
+
setup(e) {
|
|
27
|
+
const b = K().getViewComponents("response.section"), p = i(() => {
|
|
28
|
+
const a = e.response?.headers;
|
|
29
|
+
return a ? Object.keys(a).map((o) => ({
|
|
30
|
+
name: o,
|
|
31
|
+
value: a[o] ?? "",
|
|
32
32
|
required: !1
|
|
33
33
|
})) : [];
|
|
34
|
-
}),
|
|
35
|
-
() =>
|
|
36
|
-
const
|
|
37
|
-
return
|
|
38
|
-
name:
|
|
39
|
-
value:
|
|
34
|
+
}), A = i(
|
|
35
|
+
() => e.response?.cookieHeaderKeys.flatMap((a) => {
|
|
36
|
+
const o = e.response?.headers?.[a];
|
|
37
|
+
return o ? {
|
|
38
|
+
name: a,
|
|
39
|
+
value: o,
|
|
40
40
|
required: !1
|
|
41
41
|
} : [];
|
|
42
42
|
}) ?? []
|
|
43
|
-
),
|
|
43
|
+
), B = ["Cookies", "Headers", "Body"], s = H("All"), v = i(() => ["All", ...B]), l = i(
|
|
44
44
|
() => Object.fromEntries(
|
|
45
|
-
v.value.map((
|
|
45
|
+
v.value.map((a) => [a, V()])
|
|
46
46
|
)
|
|
47
|
-
),
|
|
48
|
-
if (!
|
|
47
|
+
), g = i(() => {
|
|
48
|
+
if (!e.response || !("size" in e.response))
|
|
49
49
|
return !1;
|
|
50
|
-
const
|
|
51
|
-
return !
|
|
50
|
+
const a = e.response.headers?.["content-type"] || e.response.headers?.["Content-Type"];
|
|
51
|
+
return !a || (e.response.size ?? 0) <= x || a.includes("text/html") ? !1 : [
|
|
52
52
|
// Text types
|
|
53
53
|
"text/",
|
|
54
54
|
// JSON types
|
|
@@ -75,102 +75,102 @@ const Z = { class: "flex h-8 flex-1 items-center" }, G = ["id", "role"], b = 2e5
|
|
|
75
75
|
"application/x-java-source",
|
|
76
76
|
// Form data
|
|
77
77
|
"application/x-www-form-urlencoded"
|
|
78
|
-
].some((
|
|
79
|
-
}),
|
|
80
|
-
() =>
|
|
81
|
-
name:
|
|
82
|
-
value:
|
|
78
|
+
].some((q) => a.includes(q)) && (e.response.size ?? 0) > x;
|
|
79
|
+
}), R = i(
|
|
80
|
+
() => e.requestResult?.request.parameters.headers.filter((a) => a.enabled).map((a) => ({
|
|
81
|
+
name: a.key,
|
|
82
|
+
value: a.value,
|
|
83
83
|
required: !0
|
|
84
84
|
})) ?? []
|
|
85
85
|
);
|
|
86
|
-
return (
|
|
86
|
+
return (a, o) => (n(), t(z, { "aria-label": "Response" }, {
|
|
87
87
|
title: d(() => [
|
|
88
88
|
u("div", Z, [
|
|
89
89
|
u("div", {
|
|
90
90
|
"aria-live": "polite",
|
|
91
91
|
class: y(["flex items-center", { "animate-response-heading": e.response }])
|
|
92
92
|
}, [
|
|
93
|
-
|
|
94
|
-
e.response ? (
|
|
93
|
+
o[1] || (o[1] = u("span", { class: "response-heading pointer-events-none absolute" }, " Response ", -1)),
|
|
94
|
+
e.response ? (n(), t(U, {
|
|
95
95
|
key: 0,
|
|
96
96
|
class: "animate-response-children",
|
|
97
97
|
response: e.response
|
|
98
|
-
}, null, 8, ["response"])) :
|
|
98
|
+
}, null, 8, ["response"])) : c("", !0)
|
|
99
99
|
], 2),
|
|
100
100
|
k(E, {
|
|
101
101
|
modelValue: s.value,
|
|
102
|
-
"onUpdate:modelValue":
|
|
103
|
-
filterIds:
|
|
102
|
+
"onUpdate:modelValue": o[0] || (o[0] = (r) => s.value = r),
|
|
103
|
+
filterIds: l.value,
|
|
104
104
|
filters: v.value
|
|
105
105
|
}, null, 8, ["modelValue", "filterIds", "filters"])
|
|
106
106
|
])
|
|
107
107
|
]),
|
|
108
108
|
default: d(() => [
|
|
109
109
|
u("div", {
|
|
110
|
-
id:
|
|
110
|
+
id: l.value.All,
|
|
111
111
|
class: y(["custom-scroll response-section-content relative grid h-full justify-stretch", {
|
|
112
112
|
"content-start": e.response
|
|
113
113
|
}]),
|
|
114
114
|
role: s.value === "All" && e.response ? "tabpanel" : "none"
|
|
115
115
|
}, [
|
|
116
|
-
e.response ? (
|
|
117
|
-
s.value === "All" || s.value === "Cookies" ? (
|
|
116
|
+
e.response ? (n(), m(f, { key: 1 }, [
|
|
117
|
+
s.value === "All" || s.value === "Cookies" ? (n(), t(W, {
|
|
118
118
|
key: 0,
|
|
119
119
|
class: "response-section-content-cookies",
|
|
120
|
-
id:
|
|
121
|
-
cookies:
|
|
120
|
+
id: l.value.Cookies,
|
|
121
|
+
cookies: A.value,
|
|
122
122
|
role: s.value === "All" ? "none" : "tabpanel"
|
|
123
|
-
}, null, 8, ["id", "cookies", "role"])) :
|
|
124
|
-
s.value === "All" || s.value === "Headers" ? (
|
|
123
|
+
}, null, 8, ["id", "cookies", "role"])) : c("", !0),
|
|
124
|
+
s.value === "All" || s.value === "Headers" ? (n(), t(O, {
|
|
125
125
|
key: 1,
|
|
126
126
|
class: "response-section-content-headers",
|
|
127
|
-
id:
|
|
128
|
-
headers:
|
|
127
|
+
id: l.value.Headers,
|
|
128
|
+
headers: R.value,
|
|
129
129
|
role: s.value === "All" ? "none" : "tabpanel"
|
|
130
|
-
}, null, 8, ["id", "headers", "role"])) :
|
|
131
|
-
s.value === "All" || s.value === "Headers" ? (
|
|
130
|
+
}, null, 8, ["id", "headers", "role"])) : c("", !0),
|
|
131
|
+
s.value === "All" || s.value === "Headers" ? (n(), t(F, {
|
|
132
132
|
key: 2,
|
|
133
133
|
class: "response-section-content-headers",
|
|
134
|
-
id:
|
|
135
|
-
headers:
|
|
134
|
+
id: l.value.Headers,
|
|
135
|
+
headers: p.value,
|
|
136
136
|
role: s.value === "All" ? "none" : "tabpanel"
|
|
137
|
-
}, null, 8, ["id", "headers", "role"])) :
|
|
138
|
-
(
|
|
139
|
-
key:
|
|
137
|
+
}, null, 8, ["id", "headers", "role"])) : c("", !0),
|
|
138
|
+
(n(!0), m(f, null, j(h(b), (r) => (n(), t(h($), {
|
|
139
|
+
key: r.component
|
|
140
140
|
}, {
|
|
141
141
|
default: d(() => [
|
|
142
|
-
|
|
143
|
-
[S, s.value === "All" || s.value ===
|
|
142
|
+
w((n(), t(T(r.component), I({ ref_for: !0 }, r.props ?? {}), null, 16)), [
|
|
143
|
+
[S, s.value === "All" || s.value === r.title]
|
|
144
144
|
])
|
|
145
145
|
]),
|
|
146
146
|
_: 2
|
|
147
147
|
}, 1024))), 128)),
|
|
148
|
-
s.value === "All" || s.value === "Body" ? (
|
|
149
|
-
"reader" in e.response ? (
|
|
148
|
+
s.value === "All" || s.value === "Body" ? (n(), m(f, { key: 3 }, [
|
|
149
|
+
"reader" in e.response ? (n(), t(M, {
|
|
150
150
|
key: 0,
|
|
151
151
|
class: "response-section-content-body",
|
|
152
|
-
id:
|
|
152
|
+
id: l.value.Body,
|
|
153
153
|
reader: e.response.reader
|
|
154
|
-
}, null, 8, ["id", "reader"])) :
|
|
154
|
+
}, null, 8, ["id", "reader"])) : g.value && typeof e.response?.data == "string" ? (n(), t(N, {
|
|
155
155
|
key: 1,
|
|
156
|
-
id:
|
|
156
|
+
id: l.value.Body,
|
|
157
157
|
content: e.response.data,
|
|
158
158
|
data: e.response?.data,
|
|
159
|
-
headers:
|
|
159
|
+
headers: p.value,
|
|
160
160
|
role: s.value === "All" ? "none" : "tabpanel"
|
|
161
|
-
}, null, 8, ["id", "content", "data", "headers", "role"])) : (
|
|
161
|
+
}, null, 8, ["id", "content", "data", "headers", "role"])) : (n(), t(L, {
|
|
162
162
|
key: 2,
|
|
163
163
|
class: "response-section-content-body",
|
|
164
|
-
id:
|
|
164
|
+
id: l.value.Body,
|
|
165
165
|
layout: "client",
|
|
166
166
|
active: !0,
|
|
167
167
|
data: e.response?.data,
|
|
168
|
-
headers:
|
|
168
|
+
headers: p.value,
|
|
169
169
|
role: s.value === "All" ? "none" : "tabpanel",
|
|
170
170
|
title: "Body"
|
|
171
171
|
}, null, 8, ["id", "data", "headers", "role"]))
|
|
172
|
-
], 64)) :
|
|
173
|
-
], 64)) : (
|
|
172
|
+
], 64)) : c("", !0)
|
|
173
|
+
], 64)) : (n(), t(D, {
|
|
174
174
|
key: 0,
|
|
175
175
|
collection: e.collection,
|
|
176
176
|
operation: e.operation,
|
|
@@ -185,5 +185,5 @@ const Z = { class: "flex h-8 flex-1 items-center" }, G = ["id", "role"], b = 2e5
|
|
|
185
185
|
}
|
|
186
186
|
});
|
|
187
187
|
export {
|
|
188
|
-
|
|
188
|
+
pe as default
|
|
189
189
|
};
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"rest",
|
|
19
19
|
"testing"
|
|
20
20
|
],
|
|
21
|
-
"version": "2.18.
|
|
21
|
+
"version": "2.18.3",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=20"
|
|
24
24
|
},
|
|
@@ -316,56 +316,56 @@
|
|
|
316
316
|
"fuse.js": "^7.1.0",
|
|
317
317
|
"js-base64": "^3.7.8",
|
|
318
318
|
"microdiff": "^1.5.0",
|
|
319
|
-
"nanoid": "5.1.
|
|
319
|
+
"nanoid": "^5.1.6",
|
|
320
320
|
"pretty-bytes": "^6.1.1",
|
|
321
321
|
"pretty-ms": "^8.0.0",
|
|
322
322
|
"shell-quote": "^1.8.1",
|
|
323
|
-
"type-fest": "5.
|
|
324
|
-
"vue": "^3.5.
|
|
323
|
+
"type-fest": "^5.3.1",
|
|
324
|
+
"vue": "^3.5.26",
|
|
325
325
|
"vue-router": "4.6.2",
|
|
326
326
|
"whatwg-mimetype": "^4.0.0",
|
|
327
327
|
"yaml": "^2.8.0",
|
|
328
|
-
"zod": "^4.
|
|
328
|
+
"zod": "^4.3.5",
|
|
329
329
|
"@scalar/analytics-client": "1.0.1",
|
|
330
|
-
"@scalar/components": "0.16.19",
|
|
331
330
|
"@scalar/draggable": "0.3.0",
|
|
332
|
-
"@scalar/
|
|
331
|
+
"@scalar/import": "0.4.45",
|
|
333
332
|
"@scalar/icons": "0.5.2",
|
|
334
|
-
"@scalar/
|
|
335
|
-
"@scalar/
|
|
336
|
-
"@scalar/
|
|
337
|
-
"@scalar/
|
|
338
|
-
"@scalar/openapi
|
|
333
|
+
"@scalar/helpers": "0.2.8",
|
|
334
|
+
"@scalar/json-magic": "0.9.1",
|
|
335
|
+
"@scalar/object-utils": "1.2.22",
|
|
336
|
+
"@scalar/openapi-parser": "0.24.1",
|
|
337
|
+
"@scalar/postman-to-openapi": "0.3.60",
|
|
338
|
+
"@scalar/oas-utils": "0.6.19",
|
|
339
|
+
"@scalar/sidebar": "0.7.12",
|
|
339
340
|
"@scalar/openapi-types": "0.5.3",
|
|
340
|
-
"@scalar/
|
|
341
|
-
"@scalar/
|
|
342
|
-
"@scalar/types": "0.5.7",
|
|
343
|
-
"@scalar/sidebar": "0.7.9",
|
|
344
|
-
"@scalar/use-codemirror": "0.13.13",
|
|
341
|
+
"@scalar/snippetz": "0.6.5",
|
|
342
|
+
"@scalar/types": "0.5.8",
|
|
345
343
|
"@scalar/themes": "0.13.26",
|
|
344
|
+
"@scalar/use-codemirror": "0.13.16",
|
|
346
345
|
"@scalar/use-hooks": "0.3.6",
|
|
346
|
+
"@scalar/components": "0.16.22",
|
|
347
347
|
"@scalar/use-toasts": "0.9.1",
|
|
348
|
-
"@scalar/workspace-store": "0.24.
|
|
348
|
+
"@scalar/workspace-store": "0.24.9"
|
|
349
349
|
},
|
|
350
350
|
"devDependencies": {
|
|
351
|
-
"@tailwindcss/vite": "^4.1.
|
|
351
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
352
352
|
"@types/shell-quote": "^1.7.5",
|
|
353
353
|
"@types/whatwg-mimetype": "^3.0.2",
|
|
354
|
-
"@vitejs/plugin-vue": "6.0.
|
|
354
|
+
"@vitejs/plugin-vue": "^6.0.3",
|
|
355
355
|
"@vue/test-utils": "2.4.6",
|
|
356
356
|
"fake-indexeddb": "6.2.3",
|
|
357
357
|
"fastify": "^5.3.3",
|
|
358
358
|
"jsdom": "26.1.0",
|
|
359
|
-
"tailwindcss": "^4.1.
|
|
360
|
-
"vite": "7.1
|
|
359
|
+
"tailwindcss": "^4.1.18",
|
|
360
|
+
"vite": "^7.3.1",
|
|
361
361
|
"vite-svg-loader": "5.1.0",
|
|
362
|
-
"vitest": "
|
|
362
|
+
"vitest": "4.0.16",
|
|
363
363
|
"@scalar/build-tooling": "0.4.1",
|
|
364
364
|
"@scalar/galaxy": "0.5.12"
|
|
365
365
|
},
|
|
366
366
|
"scripts": {
|
|
367
367
|
"build": "scalar-build-vite",
|
|
368
|
-
"dev": "pnpm playground:
|
|
368
|
+
"dev": "pnpm playground:v2:web",
|
|
369
369
|
"lint:check": "eslint .",
|
|
370
370
|
"lint:fix": "eslint . --fix",
|
|
371
371
|
"playground:app": "vite ./playground/app -c ./vite.config.ts",
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
source?: string | null;
|
|
3
|
-
};
|
|
4
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
5
|
-
export default _default;
|
|
6
|
-
//# sourceMappingURL=OpenAppButton.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OpenAppButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/OpenAppButton.vue"],"names":[],"mappings":"AA+FA,KAAK,WAAW,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACvB,CAAC;;AA6JF,wBAMG"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { type REQUEST_METHODS } from '@scalar/helpers/http/http-info';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
method: keyof typeof REQUEST_METHODS;
|
|
4
|
-
name: string;
|
|
5
|
-
};
|
|
6
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
7
|
-
export default _default;
|
|
8
|
-
//# sourceMappingURL=OperationBadge.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OperationBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ImportCollection/OperationBadge.vue"],"names":[],"mappings":"AAwBA,OAAO,EAEL,KAAK,eAAe,EACrB,MAAM,gCAAgC,CAAA;AAGvC,KAAK,WAAW,GAAG;IACjB,MAAM,EAAE,MAAM,OAAO,eAAe,CAAA;IACpC,IAAI,EAAE,MAAM,CAAA;CACb,CAAC;;AA4CF,wBAMG"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
if?: boolean;
|
|
3
|
-
};
|
|
4
|
-
declare var __VLS_1: {}, __VLS_3: {};
|
|
5
|
-
type __VLS_Slots = {} & {
|
|
6
|
-
default?: (props: typeof __VLS_1) => any;
|
|
7
|
-
} & {
|
|
8
|
-
default?: (props: typeof __VLS_3) => any;
|
|
9
|
-
};
|
|
10
|
-
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
11
|
-
if: boolean;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
-
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_WithSlots<T, S> = T & {
|
|
16
|
-
new (): {
|
|
17
|
-
$slots: S;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
//# sourceMappingURL=ScreenReader.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ScreenReader.vue.d.ts","sourceRoot":"","sources":["../../src/components/ScreenReader.vue"],"names":[],"mappings":"AAgCA,KAAK,WAAW,GAAG;IACf,EAAE,CAAC,EAAE,OAAO,CAAA;CACb,CAAC;AAoCJ,QAAA,IAAI,OAAO,IAAU,EAAE,OAAO,IAAW,CAAE;AAC3C,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAoB/C,QAAA,MAAM,eAAe;QA5DZ,OAAO;6EAmEd,CAAC;wBACkB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;AAAzE,wBAA0E;AAa1E,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
type __VLS_Props = {
|
|
2
|
-
activeUser?: {
|
|
3
|
-
displayName: string;
|
|
4
|
-
imageUri?: string;
|
|
5
|
-
};
|
|
6
|
-
};
|
|
7
|
-
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
8
|
-
export default _default;
|
|
9
|
-
//# sourceMappingURL=WorkspaceProfileIcon.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WorkspaceProfileIcon.vue.d.ts","sourceRoot":"","sources":["../../../src/components/SideNav/WorkspaceProfileIcon.vue"],"names":[],"mappings":"AAmGA,KAAK,WAAW,GAAG;IACjB,UAAU,CAAC,EAAE;QACX,WAAW,EAAE,MAAM,CAAA;QACnB,QAAQ,CAAC,EAAE,MAAM,CAAA;KAClB,CAAA;CACF,CAAC;;AAoEF,wBAMG"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
3
|
-
//# sourceMappingURL=RequestBodies.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"RequestBodies.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/Components/RequestBodies/RequestBodies.vue"],"names":[],"mappings":";AAqBA,wBAKG"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import type { PostResponseScript, PostResponseScripts } from '@scalar/oas-utils/entities/spec';
|
|
2
|
-
export type { PostResponseScript };
|
|
3
|
-
export type PostResponseScriptsProps = {
|
|
4
|
-
scripts: PostResponseScripts | undefined;
|
|
5
|
-
onUpdate: (scripts: PostResponseScripts | undefined) => void;
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=post-response.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"post-response.d.ts","sourceRoot":"","sources":["../../../../../src/views/Request/RequestSection/types/post-response.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAA;AAE9F,YAAY,EAAE,kBAAkB,EAAE,CAAA;AAClC,MAAM,MAAM,wBAAwB,GAAG;IACrC,OAAO,EAAE,mBAAmB,GAAG,SAAS,CAAA;IACxC,QAAQ,EAAE,CAAC,OAAO,EAAE,mBAAmB,GAAG,SAAS,KAAK,IAAI,CAAA;CAC7D,CAAA"}
|