@scalar/api-reference 1.32.10 → 1.34.0
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 +99 -0
- package/dist/browser/standalone.js +16194 -15784
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Anchor/Anchor.vue.d.ts.map +1 -1
- package/dist/components/Anchor/Anchor.vue.js +50 -5
- package/dist/components/Anchor/Anchor.vue2.js +2 -42
- package/dist/components/Anchor/WithBreadcrumb.vue.d.ts +24 -0
- package/dist/components/Anchor/WithBreadcrumb.vue.d.ts.map +1 -0
- package/dist/components/Anchor/WithBreadcrumb.vue.js +4 -0
- package/dist/components/Anchor/WithBreadcrumb.vue2.js +46 -0
- package/dist/components/Anchor/index.d.ts +1 -0
- package/dist/components/Anchor/index.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +6 -6
- package/dist/components/ApiReferenceLayout.vue.d.ts.map +1 -1
- package/dist/components/ApiReferenceLayout.vue.js +6 -6
- package/dist/components/ApiReferenceLayout.vue2.js +179 -193
- package/dist/components/ApiReferenceLayout.vue3.js +4 -0
- package/dist/components/ApiReferenceLayout.vue4.js +4 -0
- package/dist/components/ApiReferenceLayout.vue5.js +4 -0
- package/dist/components/ApiReferenceLayout.vue6.js +4 -0
- package/dist/components/Badge/Badge.vue.js +1 -1
- package/dist/components/Badge/Badge.vue2.js +4 -0
- package/dist/components/ClassicHeader.vue.js +1 -1
- package/dist/components/ClassicHeader.vue2.js +4 -0
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts +14 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue.js +3 -3
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue2.js +74 -84
- package/dist/components/Content/ClientLibraries/ClientLibraries.vue3.js +4 -0
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts +8 -0
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.d.ts.map +1 -1
- package/dist/components/Content/ClientLibraries/ClientSelector.vue.js +2 -2
- package/dist/components/Content/ClientLibraries/ClientSelector.vue2.js +81 -80
- package/dist/components/Content/ClientLibraries/ClientSelector.vue3.js +4 -0
- package/dist/components/Content/ClientLibraries/featured-clients.d.ts +11 -0
- package/dist/components/Content/ClientLibraries/featured-clients.d.ts.map +1 -0
- package/dist/components/Content/ClientLibraries/featured-clients.js +17 -0
- package/dist/components/Content/Content.vue.d.ts +5 -6
- package/dist/components/Content/Content.vue.d.ts.map +1 -1
- package/dist/components/Content/Content.vue.js +49 -6
- package/dist/components/Content/Content.vue2.js +2 -160
- package/dist/components/Content/Content.vue3.js +5 -0
- package/dist/components/Content/Introduction/Description.vue.js +1 -1
- package/dist/components/Content/Introduction/Description.vue3.js +4 -0
- package/dist/components/Content/Introduction/Introduction.vue.d.ts +7 -17
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.js +3 -3
- package/dist/components/Content/Introduction/Introduction.vue2.js +104 -150
- package/dist/components/Content/Introduction/Introduction.vue3.js +4 -0
- package/dist/components/Content/Introduction/IntroductionSection.vue.d.ts +25 -0
- package/dist/components/Content/Introduction/IntroductionSection.vue.d.ts.map +1 -0
- package/dist/components/Content/Introduction/IntroductionSection.vue.js +7 -0
- package/dist/components/Content/Introduction/IntroductionSection.vue2.js +159 -0
- package/dist/components/Content/Introduction/IntroductionSection.vue3.js +4 -0
- package/dist/components/Content/Models/{ModelsAccordion.vue.d.ts → ClassicLayout.vue.d.ts} +2 -2
- package/dist/components/Content/Models/ClassicLayout.vue.d.ts.map +1 -0
- package/dist/components/Content/Models/ClassicLayout.vue.js +7 -0
- package/dist/components/Content/Models/{ModelsAccordion.vue2.js → ClassicLayout.vue2.js} +30 -30
- package/dist/components/Content/Models/ClassicLayout.vue3.js +4 -0
- package/dist/components/Content/Models/Models.vue.d.ts +3 -1
- package/dist/components/Content/Models/Models.vue.d.ts.map +1 -1
- package/dist/components/Content/Models/Models.vue.js +38 -5
- package/dist/components/Content/Models/Models.vue2.js +2 -114
- package/dist/components/Content/Models/ModernLayout.vue.d.ts +7 -0
- package/dist/components/Content/Models/ModernLayout.vue.d.ts.map +1 -0
- package/dist/components/Content/Models/ModernLayout.vue.js +7 -0
- package/dist/components/Content/Models/ModernLayout.vue2.js +100 -0
- package/dist/components/Content/Models/ModernLayout.vue3.js +4 -0
- package/dist/components/Content/Models/index.d.ts +0 -1
- package/dist/components/Content/Models/index.d.ts.map +1 -1
- package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +22 -0
- package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -0
- package/dist/components/Content/Operations/TraversedEntry.vue.js +97 -0
- package/dist/components/Content/Operations/TraversedEntry.vue2.js +4 -0
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts +17 -0
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.d.ts.map +1 -0
- package/dist/components/Content/Operations/TraversedEntryContainer.vue.js +60 -0
- package/dist/components/Content/Operations/TraversedEntryContainer.vue2.js +4 -0
- package/dist/components/Content/Operations/get-current-index.d.ts +4 -0
- package/dist/components/Content/Operations/get-current-index.d.ts.map +1 -0
- package/dist/components/Content/Operations/get-current-index.js +16 -0
- package/dist/components/Content/Operations/index.d.ts +2 -0
- package/dist/components/Content/Operations/index.d.ts.map +1 -0
- package/dist/components/Content/Schema/Schema.preview.d.ts +28 -0
- package/dist/components/Content/Schema/Schema.preview.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.d.ts +2 -0
- package/dist/components/Content/Schema/Schema.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/Schema.vue.js +3 -3
- package/dist/components/Content/Schema/Schema.vue2.js +164 -157
- package/dist/components/Content/Schema/Schema.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts +1 -0
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +58 -53
- package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue.js +3 -3
- package/dist/components/Content/Schema/SchemaEnumPropertyItem.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaEnumValues.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaEnumValues.vue.js +3 -3
- package/dist/components/Content/Schema/SchemaEnumValues.vue2.js +63 -68
- package/dist/components/Content/Schema/SchemaEnumValues.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaHeading.vue.js +4 -4
- package/dist/components/Content/Schema/SchemaHeading.vue2.js +23 -22
- package/dist/components/Content/Schema/SchemaHeading.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts +1 -0
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaObjectProperties.vue.js +52 -40
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +1 -0
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +3 -3
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +103 -89
- package/dist/components/Content/Schema/SchemaProperty.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue.js +2 -2
- package/dist/components/Content/Schema/SchemaPropertyDetail.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaPropertyExamples.vue.js +3 -3
- package/dist/components/Content/Schema/SchemaPropertyExamples.vue3.js +4 -0
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +3 -3
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +30 -24
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue3.js +4 -0
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts +2 -1
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/merge-all-of-schemas.js +59 -52
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/optimize-value-for-display.js +24 -20
- package/dist/components/Content/Schema/helpers/schema-name.d.ts +1 -1
- package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
- package/dist/components/Content/{Tag/TagAccordion.vue.d.ts → Tags/ClassicLayout.vue.d.ts} +3 -3
- package/dist/components/Content/Tags/ClassicLayout.vue.d.ts.map +1 -0
- package/dist/components/Content/Tags/ClassicLayout.vue.js +7 -0
- package/dist/components/Content/Tags/ClassicLayout.vue2.js +51 -0
- package/dist/components/Content/Tags/ClassicLayout.vue3.js +4 -0
- package/dist/components/Content/{Tag/TagSection.vue.d.ts → Tags/ModernLayout.vue.d.ts} +17 -13
- package/dist/components/Content/Tags/ModernLayout.vue.d.ts.map +1 -0
- package/dist/components/Content/Tags/ModernLayout.vue.js +7 -0
- package/dist/components/Content/Tags/ModernLayout.vue2.js +69 -0
- package/dist/components/Content/Tags/ModernLayout.vue3.js +4 -0
- package/dist/components/Content/Tags/Tag.vue.d.ts +25 -0
- package/dist/components/Content/Tags/Tag.vue.d.ts.map +1 -0
- package/dist/components/Content/Tags/Tag.vue.js +27 -0
- package/dist/components/Content/{Tag/Tag.vue.d.ts → Tags/TagSection.vue.d.ts} +3 -6
- package/dist/components/Content/Tags/TagSection.vue.d.ts.map +1 -0
- package/dist/components/Content/Tags/TagSection.vue.js +104 -0
- package/dist/components/Content/Tags/TagSection.vue2.js +4 -0
- package/dist/components/Content/Tags/index.d.ts +2 -0
- package/dist/components/Content/Tags/index.d.ts.map +1 -0
- package/dist/components/GettingStarted.vue.js +1 -1
- package/dist/components/GettingStarted.vue3.js +4 -0
- package/dist/components/HttpMethod/HttpMethod.vue.d.ts.map +1 -1
- package/dist/components/HttpMethod/HttpMethod.vue.js +8 -6
- package/dist/components/{Content/Lazy → Lazy}/Lazy.vue.d.ts +2 -10
- package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -0
- package/dist/components/Lazy/Lazy.vue2.js +26 -0
- package/dist/components/Lazy/index.d.ts +3 -0
- package/dist/components/Lazy/index.d.ts.map +1 -0
- package/dist/components/Lazy/lazyBus.d.ts +10 -0
- package/dist/components/Lazy/lazyBus.d.ts.map +1 -0
- package/dist/components/Lazy/lazyBus.js +7 -0
- package/dist/components/LinkList/LinkList.vue.d.ts +3 -1
- package/dist/components/LinkList/LinkList.vue.d.ts.map +1 -1
- package/dist/components/LinkList/LinkList.vue.js +5 -10
- package/dist/components/LinkList/LinkList.vue2.js +32 -0
- package/dist/components/LinkList/LinkList.vue3.js +4 -0
- package/dist/components/LoadingSkeleton.vue.d.ts.map +1 -1
- package/dist/components/LoadingSkeleton.vue.js +3 -3
- package/dist/components/LoadingSkeleton.vue3.js +4 -0
- package/dist/components/MobileHeader.vue.js +1 -1
- package/dist/components/MobileHeader.vue3.js +4 -0
- package/dist/components/OperationPath.vue.js +1 -1
- package/dist/components/OperationPath.vue3.js +4 -0
- package/dist/components/{Content/Tag → OperationsList}/OperationsList.vue.d.ts +2 -5
- package/dist/components/OperationsList/OperationsList.vue.d.ts.map +1 -0
- package/dist/components/OperationsList/OperationsList.vue.js +7 -0
- package/dist/components/OperationsList/OperationsList.vue2.js +60 -0
- package/dist/components/OperationsList/OperationsList.vue3.js +4 -0
- package/dist/components/{Content/Tag → OperationsList}/OperationsListItem.vue.d.ts +2 -4
- package/dist/components/OperationsList/OperationsListItem.vue.d.ts.map +1 -0
- package/dist/components/OperationsList/OperationsListItem.vue.js +7 -0
- package/dist/components/OperationsList/OperationsListItem.vue2.js +63 -0
- package/dist/components/OperationsList/OperationsListItem.vue3.js +4 -0
- package/dist/components/OperationsList/index.d.ts +2 -0
- package/dist/components/OperationsList/index.d.ts.map +1 -0
- package/dist/components/ScreenReader.vue.js +1 -1
- package/dist/components/ScreenReader.vue3.js +4 -0
- package/dist/components/Section/CompactSection.vue.d.ts.map +1 -1
- package/dist/components/Section/CompactSection.vue.js +3 -3
- package/dist/components/Section/CompactSection.vue2.js +35 -36
- package/dist/components/Section/CompactSection.vue3.js +4 -0
- package/dist/components/Section/Section.vue.js +1 -1
- package/dist/components/Section/Section.vue3.js +4 -0
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.js +3 -3
- package/dist/components/Section/SectionAccordion.vue2.js +42 -36
- package/dist/components/Section/SectionAccordion.vue3.js +4 -0
- package/dist/components/Section/SectionColumn.vue.js +1 -1
- package/dist/components/Section/SectionColumn.vue2.js +4 -0
- package/dist/components/Section/SectionColumns.vue.js +1 -1
- package/dist/components/Section/SectionColumns.vue2.js +4 -0
- package/dist/components/Section/SectionContainer.vue.d.ts +9 -2
- package/dist/components/Section/SectionContainer.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainer.vue.js +5 -11
- package/dist/components/Section/SectionContainer.vue2.js +18 -0
- package/dist/components/Section/SectionContainer.vue3.js +4 -0
- package/dist/components/Section/SectionContainerAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionContainerAccordion.vue.js +3 -3
- package/dist/components/Section/SectionContainerAccordion.vue3.js +4 -0
- package/dist/components/Section/SectionContent.vue.js +1 -1
- package/dist/components/Section/SectionContent.vue3.js +4 -0
- package/dist/components/Section/SectionHeader.vue.js +1 -1
- package/dist/components/Section/SectionHeader.vue3.js +4 -0
- package/dist/components/Section/SectionHeaderTag.vue.js +1 -1
- package/dist/components/Section/SectionHeaderTag.vue3.js +4 -0
- package/dist/components/SectionFlare/SectionFlare.vue.d.ts +3 -0
- package/dist/components/SectionFlare/SectionFlare.vue.d.ts.map +1 -0
- package/dist/components/SectionFlare/SectionFlare.vue.js +13 -0
- package/dist/components/SectionFlare/SectionFlare.vue2.js +4 -0
- package/dist/components/SectionFlare/index.d.ts +2 -0
- package/dist/components/SectionFlare/index.d.ts.map +1 -0
- package/dist/components/ShowMoreButton.vue.d.ts.map +1 -1
- package/dist/components/ShowMoreButton.vue.js +3 -3
- package/dist/components/ShowMoreButton.vue2.js +12 -12
- package/dist/components/ShowMoreButton.vue3.js +4 -0
- package/dist/features/Operation/Operation.vue.d.ts +5 -1
- package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
- package/dist/features/Operation/Operation.vue.js +55 -38
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts +4 -4
- package/dist/features/Operation/components/ContentTypeSelect.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ContentTypeSelect.vue.js +28 -30
- package/dist/features/Operation/components/OperationParameters.vue.d.ts +1 -0
- package/dist/features/Operation/components/OperationParameters.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationParameters.vue.js +49 -43
- package/dist/features/Operation/components/OperationResponses.vue.d.ts +1 -0
- package/dist/features/Operation/components/OperationResponses.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/OperationResponses.vue.js +4 -3
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts +1 -0
- package/dist/features/Operation/components/ParameterHeaders.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterHeaders.vue.js +3 -3
- package/dist/features/Operation/components/ParameterHeaders.vue2.js +28 -26
- package/dist/features/Operation/components/ParameterHeaders.vue3.js +4 -0
- package/dist/features/Operation/components/ParameterList.vue.d.ts +1 -0
- package/dist/features/Operation/components/ParameterList.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterList.vue.js +3 -3
- package/dist/features/Operation/components/ParameterList.vue2.js +17 -15
- package/dist/features/Operation/components/ParameterList.vue3.js +4 -0
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts +1 -0
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +3 -3
- package/dist/features/Operation/components/ParameterListItem.vue2.js +36 -33
- package/dist/features/Operation/components/ParameterListItem.vue3.js +4 -0
- package/dist/features/Operation/components/RequestBody.vue.d.ts +2 -2
- package/dist/features/Operation/components/RequestBody.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/RequestBody.vue.js +3 -3
- package/dist/features/Operation/components/RequestBody.vue2.js +47 -39
- package/dist/features/Operation/components/RequestBody.vue3.js +4 -0
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts +1 -0
- package/dist/features/Operation/components/callbacks/Callback.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callback.vue.js +3 -3
- package/dist/features/Operation/components/callbacks/Callback.vue2.js +10 -9
- package/dist/features/Operation/components/callbacks/Callback.vue3.js +4 -0
- package/dist/features/Operation/components/callbacks/Callbacks.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/callbacks/Callbacks.vue.js +20 -28
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +6 -0
- package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ClassicLayout.vue.js +2 -2
- package/dist/features/Operation/layouts/ClassicLayout.vue2.js +77 -62
- package/dist/features/Operation/layouts/ClassicLayout.vue3.js +4 -0
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +6 -0
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +3 -3
- package/dist/features/Operation/layouts/ModernLayout.vue2.js +72 -57
- package/dist/features/Operation/layouts/ModernLayout.vue3.js +4 -0
- package/dist/features/Search/{SearchButton.vue.d.ts → components/SearchButton.vue.d.ts} +0 -2
- package/dist/features/Search/components/SearchButton.vue.d.ts.map +1 -0
- package/dist/features/Search/components/SearchButton.vue.js +65 -0
- package/dist/features/Search/{SearchModal.vue.d.ts → components/SearchModal.vue.d.ts} +0 -2
- package/dist/features/Search/components/SearchModal.vue.d.ts.map +1 -0
- package/dist/features/Search/components/SearchModal.vue.js +7 -0
- package/dist/features/Search/components/SearchModal.vue2.js +199 -0
- package/dist/features/Search/components/SearchModal.vue3.js +4 -0
- package/dist/features/Search/helpers/create-fuse-instance.d.ts +9 -0
- package/dist/features/Search/helpers/create-fuse-instance.d.ts.map +1 -0
- package/dist/features/Search/helpers/create-fuse-instance.js +46 -0
- package/dist/features/Search/helpers/create-search-index.d.ts +7 -0
- package/dist/features/Search/helpers/create-search-index.d.ts.map +1 -0
- package/dist/features/Search/helpers/create-search-index.js +109 -0
- package/dist/features/Search/hooks/useSearchIndex.d.ts +14 -0
- package/dist/features/Search/hooks/useSearchIndex.d.ts.map +1 -0
- package/dist/features/Search/hooks/useSearchIndex.js +46 -0
- package/dist/features/Search/index.d.ts +2 -2
- package/dist/features/Search/index.d.ts.map +1 -1
- package/dist/features/Search/types.d.ts +15 -0
- package/dist/features/Search/types.d.ts.map +1 -0
- package/dist/features/api-client-modal/ApiClientModal.vue.d.ts.map +1 -1
- package/dist/features/api-client-modal/useApiClient.d.ts +414 -354
- package/dist/features/api-client-modal/useApiClient.d.ts.map +1 -1
- package/dist/features/download-link/DownloadLink.vue.js +2 -2
- package/dist/features/download-link/DownloadLink.vue3.js +4 -0
- package/dist/features/example-responses/ExampleResponse.vue.d.ts +4 -2
- package/dist/features/example-responses/ExampleResponse.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponse.vue.js +3 -3
- package/dist/features/example-responses/ExampleResponse.vue2.js +15 -14
- package/dist/features/example-responses/ExampleResponse.vue3.js +4 -0
- package/dist/features/example-responses/ExampleResponseTab.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponseTab.vue3.js +4 -0
- package/dist/features/example-responses/ExampleResponseTabList.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponseTabList.vue3.js +4 -0
- package/dist/features/example-responses/ExampleResponses.vue.d.ts +3 -2
- package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.js +4 -4
- package/dist/features/example-responses/ExampleResponses.vue2.js +107 -104
- package/dist/features/example-responses/ExampleResponses.vue3.js +4 -0
- package/dist/features/info-object/License.vue.d.ts.map +1 -1
- package/dist/features/info-object/License.vue.js +18 -15
- package/dist/features/sidebar/components/Sidebar.vue.js +3 -3
- package/dist/features/sidebar/components/Sidebar.vue3.js +4 -0
- package/dist/features/sidebar/components/SidebarElement.vue.js +3 -3
- package/dist/features/sidebar/components/SidebarElement.vue3.js +4 -0
- package/dist/features/sidebar/components/SidebarGroup.vue.js +1 -1
- package/dist/features/sidebar/components/SidebarGroup.vue3.js +4 -0
- package/dist/features/sidebar/components/SidebarHttpBadge.vue.js +1 -1
- package/dist/features/sidebar/components/SidebarHttpBadge.vue3.js +4 -0
- package/dist/features/sidebar/helpers/create-sidebar.js +12 -12
- package/dist/features/test-request-button/TestRequestButton.vue.js +1 -1
- package/dist/features/test-request-button/TestRequestButton.vue3.js +4 -0
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts +3 -1
- package/dist/features/traverse-schema/helpers/traverse-paths.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-schemas.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-schemas.js +18 -18
- package/dist/features/traverse-schema/helpers/traverse-tags.d.ts.map +1 -1
- package/dist/features/traverse-schema/helpers/traverse-webhooks.d.ts.map +1 -1
- package/dist/features/traverse-schema/index.d.ts +2 -1
- package/dist/features/traverse-schema/index.d.ts.map +1 -1
- package/dist/features/traverse-schema/types.d.ts +10 -6
- package/dist/features/traverse-schema/types.d.ts.map +1 -1
- package/dist/helpers/test-utils.d.ts +60 -0
- package/dist/helpers/test-utils.d.ts.map +1 -0
- package/dist/hooks/useNavState.d.ts +4 -1
- package/dist/hooks/useNavState.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +24 -23
- package/dist/libs/openapi.d.ts +11 -8
- package/dist/libs/openapi.d.ts.map +1 -1
- package/dist/libs/openapi.js +34 -55
- package/dist/style.css +1 -1
- package/dist/types.d.ts +6 -6
- package/dist/types.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.js +128 -129
- package/dist/v2/ApiReferenceWorkspace.vue2.js +4 -0
- package/dist/v2/ApiReferenceWorkspace.vue3.js +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts +2 -2
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/ExamplePicker.vue2.js +32 -29
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts +4 -13
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.js +3 -3
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue2.js +185 -181
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue3.js +4 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts +1 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/helpers/find-client.js +1 -0
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts +12 -13
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/helpers/generate-client-options.js +28 -30
- package/dist/v2/blocks/scalar-request-example-block/types.d.ts +11 -3
- package/dist/v2/blocks/scalar-request-example-block/types.d.ts.map +1 -1
- package/dist/v2/helpers/get-document-name.d.ts +13 -0
- package/dist/v2/helpers/get-document-name.d.ts.map +1 -0
- package/dist/v2/helpers/get-document-name.js +15 -0
- package/dist/v2/helpers/normalize-content.d.ts +3 -0
- package/dist/v2/helpers/normalize-content.d.ts.map +1 -0
- package/dist/v2/helpers/normalize-content.js +8 -0
- package/package.json +25 -19
- package/dist/components/Content/ClientLibraries/useFeaturedHttpClients.d.ts +0 -16
- package/dist/components/Content/ClientLibraries/useFeaturedHttpClients.d.ts.map +0 -1
- package/dist/components/Content/ClientLibraries/useFeaturedHttpClients.js +0 -36
- package/dist/components/Content/Lazy/Lazy.vue.d.ts.map +0 -1
- package/dist/components/Content/Lazy/Lazy.vue2.js +0 -22
- package/dist/components/Content/Lazy/Loading.vue.d.ts +0 -18
- package/dist/components/Content/Lazy/Loading.vue.d.ts.map +0 -1
- package/dist/components/Content/Lazy/Loading.vue.js +0 -163
- package/dist/components/Content/Lazy/Loading.vue3.js +0 -5
- package/dist/components/Content/Lazy/index.d.ts +0 -3
- package/dist/components/Content/Lazy/index.d.ts.map +0 -1
- package/dist/components/Content/Lazy/lazyBus.d.ts +0 -4
- package/dist/components/Content/Lazy/lazyBus.d.ts.map +0 -1
- package/dist/components/Content/Lazy/lazyBus.js +0 -5
- package/dist/components/Content/Models/ModelsAccordion.vue.d.ts.map +0 -1
- package/dist/components/Content/Models/ModelsAccordion.vue.js +0 -7
- package/dist/components/Content/Tag/OperationsList.vue.d.ts.map +0 -1
- package/dist/components/Content/Tag/OperationsList.vue.js +0 -7
- package/dist/components/Content/Tag/OperationsList.vue2.js +0 -58
- package/dist/components/Content/Tag/OperationsListItem.vue.d.ts.map +0 -1
- package/dist/components/Content/Tag/OperationsListItem.vue.js +0 -7
- package/dist/components/Content/Tag/OperationsListItem.vue2.js +0 -67
- package/dist/components/Content/Tag/Tag.vue.d.ts.map +0 -1
- package/dist/components/Content/Tag/Tag.vue.js +0 -99
- package/dist/components/Content/Tag/TagAccordion.vue.d.ts.map +0 -1
- package/dist/components/Content/Tag/TagAccordion.vue.js +0 -7
- package/dist/components/Content/Tag/TagAccordion.vue2.js +0 -50
- package/dist/components/Content/Tag/TagList.vue.d.ts +0 -22
- package/dist/components/Content/Tag/TagList.vue.d.ts.map +0 -1
- package/dist/components/Content/Tag/TagList.vue.js +0 -73
- package/dist/components/Content/Tag/TagList.vue2.js +0 -4
- package/dist/components/Content/Tag/TagSection.vue.d.ts.map +0 -1
- package/dist/components/Content/Tag/TagSection.vue.js +0 -7
- package/dist/components/Content/Tag/TagSection.vue2.js +0 -67
- package/dist/components/Content/Tag/index.d.ts +0 -3
- package/dist/components/Content/Tag/index.d.ts.map +0 -1
- package/dist/features/Search/SearchButton.vue.d.ts.map +0 -1
- package/dist/features/Search/SearchButton.vue.js +0 -66
- package/dist/features/Search/SearchModal.vue.d.ts.map +0 -1
- package/dist/features/Search/SearchModal.vue.js +0 -7
- package/dist/features/Search/SearchModal.vue2.js +0 -207
- package/dist/features/Search/useSearchIndex.d.ts +0 -32
- package/dist/features/Search/useSearchIndex.d.ts.map +0 -1
- package/dist/features/Search/useSearchIndex.js +0 -170
- package/dist/helpers/parse.d.ts +0 -10
- package/dist/helpers/parse.d.ts.map +0 -1
- package/dist/helpers/parse.js +0 -81
- package/dist/stores/useHttpClientStore.d.ts +0 -43
- package/dist/stores/useHttpClientStore.d.ts.map +0 -1
- package/dist/stores/useHttpClientStore.js +0 -70
- package/dist/v2/hooks/useStore.d.ts +0 -9
- package/dist/v2/hooks/useStore.d.ts.map +0 -1
- package/dist/v2/hooks/useStore.js +0 -14
- /package/dist/components/Content/{Tag → Tags}/Tag.vue2.js +0 -0
- /package/dist/components/{Content/Lazy → Lazy}/Lazy.vue.js +0 -0
- /package/dist/features/Search/{SearchButton.vue2.js → components/SearchButton.vue2.js} +0 -0
|
@@ -24,65 +24,6 @@ declare const client: import("vue").Ref<{
|
|
|
24
24
|
unmount: () => void;
|
|
25
25
|
};
|
|
26
26
|
store: {
|
|
27
|
-
requests: Record<string, {
|
|
28
|
-
uid: string & import("zod").BRAND<"operation">;
|
|
29
|
-
path: string;
|
|
30
|
-
type: "request";
|
|
31
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
32
|
-
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
33
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
34
|
-
examples: (string & import("zod").BRAND<"example">)[];
|
|
35
|
-
method: "options" | "connect" | "delete" | "get" | "head" | "patch" | "post" | "put" | "trace";
|
|
36
|
-
description?: string | undefined;
|
|
37
|
-
summary?: string | undefined;
|
|
38
|
-
externalDocs?: {
|
|
39
|
-
url: string;
|
|
40
|
-
description?: string | undefined;
|
|
41
|
-
} | undefined;
|
|
42
|
-
"x-internal"?: boolean | undefined;
|
|
43
|
-
"x-scalar-ignore"?: boolean | undefined;
|
|
44
|
-
security?: Record<string, string[]>[] | undefined;
|
|
45
|
-
tags?: string[] | undefined;
|
|
46
|
-
deprecated?: boolean | undefined;
|
|
47
|
-
operationId?: string | undefined;
|
|
48
|
-
requestBody?: any;
|
|
49
|
-
parameters?: {
|
|
50
|
-
name: string;
|
|
51
|
-
required: boolean;
|
|
52
|
-
deprecated: boolean;
|
|
53
|
-
in: "cookie" | "path" | "query" | "header";
|
|
54
|
-
description?: string | undefined;
|
|
55
|
-
example?: unknown;
|
|
56
|
-
examples?: unknown[] | Record<string, {
|
|
57
|
-
value?: unknown;
|
|
58
|
-
summary?: string | undefined;
|
|
59
|
-
externalValue?: string | undefined;
|
|
60
|
-
}> | undefined;
|
|
61
|
-
schema?: unknown;
|
|
62
|
-
content?: unknown;
|
|
63
|
-
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
64
|
-
explode?: boolean | undefined;
|
|
65
|
-
}[] | undefined;
|
|
66
|
-
responses?: Record<string, any> | undefined;
|
|
67
|
-
callbacks?: Record<string, Record<string, Record<string, any>>> | undefined;
|
|
68
|
-
"x-codeSamples"?: {
|
|
69
|
-
source: string;
|
|
70
|
-
label?: string | undefined;
|
|
71
|
-
lang?: string | undefined;
|
|
72
|
-
}[] | undefined;
|
|
73
|
-
"x-code-samples"?: {
|
|
74
|
-
source: string;
|
|
75
|
-
label?: string | undefined;
|
|
76
|
-
lang?: string | undefined;
|
|
77
|
-
}[] | undefined;
|
|
78
|
-
"x-custom-examples"?: {
|
|
79
|
-
source: string;
|
|
80
|
-
label?: string | undefined;
|
|
81
|
-
lang?: string | undefined;
|
|
82
|
-
}[] | undefined;
|
|
83
|
-
"x-scalar-stability"?: import("@scalar/types").XScalarStability | undefined;
|
|
84
|
-
"x-post-response"?: string | undefined;
|
|
85
|
-
}>;
|
|
86
27
|
hideClientButton: boolean;
|
|
87
28
|
showSidebar: boolean;
|
|
88
29
|
servers: Record<string, {
|
|
@@ -213,6 +154,65 @@ declare const client: import("vue").Ref<{
|
|
|
213
154
|
"x-internal"?: boolean | undefined;
|
|
214
155
|
"x-scalar-ignore"?: boolean | undefined;
|
|
215
156
|
}>;
|
|
157
|
+
requests: Record<string, {
|
|
158
|
+
uid: string & import("zod").BRAND<"operation">;
|
|
159
|
+
path: string;
|
|
160
|
+
type: "request";
|
|
161
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
162
|
+
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
163
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
164
|
+
examples: (string & import("zod").BRAND<"example">)[];
|
|
165
|
+
method: "options" | "connect" | "delete" | "get" | "head" | "patch" | "post" | "put" | "trace";
|
|
166
|
+
description?: string | undefined;
|
|
167
|
+
summary?: string | undefined;
|
|
168
|
+
externalDocs?: {
|
|
169
|
+
url: string;
|
|
170
|
+
description?: string | undefined;
|
|
171
|
+
} | undefined;
|
|
172
|
+
"x-internal"?: boolean | undefined;
|
|
173
|
+
"x-scalar-ignore"?: boolean | undefined;
|
|
174
|
+
security?: Record<string, string[]>[] | undefined;
|
|
175
|
+
tags?: string[] | undefined;
|
|
176
|
+
deprecated?: boolean | undefined;
|
|
177
|
+
operationId?: string | undefined;
|
|
178
|
+
requestBody?: any;
|
|
179
|
+
parameters?: {
|
|
180
|
+
name: string;
|
|
181
|
+
required: boolean;
|
|
182
|
+
deprecated: boolean;
|
|
183
|
+
in: "cookie" | "path" | "query" | "header";
|
|
184
|
+
description?: string | undefined;
|
|
185
|
+
example?: unknown;
|
|
186
|
+
content?: unknown;
|
|
187
|
+
schema?: unknown;
|
|
188
|
+
examples?: unknown[] | Record<string, {
|
|
189
|
+
value?: unknown;
|
|
190
|
+
summary?: string | undefined;
|
|
191
|
+
externalValue?: string | undefined;
|
|
192
|
+
}> | undefined;
|
|
193
|
+
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
194
|
+
explode?: boolean | undefined;
|
|
195
|
+
}[] | undefined;
|
|
196
|
+
responses?: Record<string, any> | undefined;
|
|
197
|
+
callbacks?: Record<string, Record<string, Record<string, any>>> | undefined;
|
|
198
|
+
"x-codeSamples"?: {
|
|
199
|
+
source: string;
|
|
200
|
+
label?: string | undefined;
|
|
201
|
+
lang?: string | undefined;
|
|
202
|
+
}[] | undefined;
|
|
203
|
+
"x-code-samples"?: {
|
|
204
|
+
source: string;
|
|
205
|
+
label?: string | undefined;
|
|
206
|
+
lang?: string | undefined;
|
|
207
|
+
}[] | undefined;
|
|
208
|
+
"x-custom-examples"?: {
|
|
209
|
+
source: string;
|
|
210
|
+
label?: string | undefined;
|
|
211
|
+
lang?: string | undefined;
|
|
212
|
+
}[] | undefined;
|
|
213
|
+
"x-scalar-stability"?: import("@scalar/types").XScalarStability | undefined;
|
|
214
|
+
"x-post-response"?: string | undefined;
|
|
215
|
+
}>;
|
|
216
216
|
securitySchemes: Record<string, {
|
|
217
217
|
type: "apiKey";
|
|
218
218
|
value: string;
|
|
@@ -256,6 +256,7 @@ declare const client: import("vue").Ref<{
|
|
|
256
256
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
257
257
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
258
258
|
"x-tokenName"?: string | undefined;
|
|
259
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
259
260
|
} | undefined;
|
|
260
261
|
implicit?: {
|
|
261
262
|
type: "implicit";
|
|
@@ -282,6 +283,7 @@ declare const client: import("vue").Ref<{
|
|
|
282
283
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
283
284
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
284
285
|
"x-tokenName"?: string | undefined;
|
|
286
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
285
287
|
} | undefined;
|
|
286
288
|
authorizationCode?: {
|
|
287
289
|
type: "authorizationCode";
|
|
@@ -298,38 +300,12 @@ declare const client: import("vue").Ref<{
|
|
|
298
300
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
299
301
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
300
302
|
"x-tokenName"?: string | undefined;
|
|
303
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
301
304
|
} | undefined;
|
|
302
305
|
};
|
|
303
306
|
description?: string | undefined;
|
|
304
307
|
"x-default-scopes"?: string | string[] | undefined;
|
|
305
308
|
}>;
|
|
306
|
-
modalState: {
|
|
307
|
-
open: boolean;
|
|
308
|
-
show: () => void;
|
|
309
|
-
hide: () => void;
|
|
310
|
-
};
|
|
311
|
-
workspaces: Record<string, {
|
|
312
|
-
uid: string & import("zod").BRAND<"workspace">;
|
|
313
|
-
name: string;
|
|
314
|
-
description: string;
|
|
315
|
-
cookies: (string & import("zod").BRAND<"cookie">)[];
|
|
316
|
-
collections: (string & import("zod").BRAND<"collection">)[];
|
|
317
|
-
environments: Record<string, string>;
|
|
318
|
-
activeEnvironmentId: string;
|
|
319
|
-
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none";
|
|
320
|
-
selectedHttpClient: {
|
|
321
|
-
targetKey: string;
|
|
322
|
-
clientKey: string;
|
|
323
|
-
};
|
|
324
|
-
hotKeyConfig?: {
|
|
325
|
-
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
326
|
-
hotKeys?: Partial<Record<"" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
|
|
327
|
-
event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
|
|
328
|
-
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
329
|
-
}>> | undefined;
|
|
330
|
-
} | undefined;
|
|
331
|
-
proxyUrl?: string | undefined;
|
|
332
|
-
}>;
|
|
333
309
|
collections: Record<string, {
|
|
334
310
|
uid: string & import("zod").BRAND<"collection">;
|
|
335
311
|
type: "collection";
|
|
@@ -398,6 +374,33 @@ declare const client: import("vue").Ref<{
|
|
|
398
374
|
domain?: string | undefined;
|
|
399
375
|
path?: string | undefined;
|
|
400
376
|
}>;
|
|
377
|
+
modalState: {
|
|
378
|
+
open: boolean;
|
|
379
|
+
show: () => void;
|
|
380
|
+
hide: () => void;
|
|
381
|
+
};
|
|
382
|
+
workspaces: Record<string, {
|
|
383
|
+
uid: string & import("zod").BRAND<"workspace">;
|
|
384
|
+
name: string;
|
|
385
|
+
description: string;
|
|
386
|
+
cookies: (string & import("zod").BRAND<"cookie">)[];
|
|
387
|
+
collections: (string & import("zod").BRAND<"collection">)[];
|
|
388
|
+
environments: Record<string, string>;
|
|
389
|
+
activeEnvironmentId: string;
|
|
390
|
+
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none";
|
|
391
|
+
selectedHttpClient: {
|
|
392
|
+
targetKey: string;
|
|
393
|
+
clientKey: string;
|
|
394
|
+
};
|
|
395
|
+
hotKeyConfig?: {
|
|
396
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
397
|
+
hotKeys?: Partial<Record<"" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
|
|
398
|
+
event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
|
|
399
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
400
|
+
}>> | undefined;
|
|
401
|
+
} | undefined;
|
|
402
|
+
proxyUrl?: string | undefined;
|
|
403
|
+
}>;
|
|
401
404
|
environments: Record<string, {
|
|
402
405
|
uid: string & import("zod").BRAND<"environment">;
|
|
403
406
|
name: string;
|
|
@@ -421,12 +424,12 @@ declare const client: import("vue").Ref<{
|
|
|
421
424
|
default?: any;
|
|
422
425
|
required?: boolean | undefined;
|
|
423
426
|
enum?: string[] | undefined;
|
|
424
|
-
format?: string | undefined;
|
|
425
427
|
examples?: any[] | undefined;
|
|
428
|
+
format?: string | undefined;
|
|
426
429
|
file?: any;
|
|
427
430
|
nullable?: boolean | undefined;
|
|
428
431
|
}[];
|
|
429
|
-
|
|
432
|
+
headers: {
|
|
430
433
|
value: string;
|
|
431
434
|
key: string;
|
|
432
435
|
enabled: boolean;
|
|
@@ -437,12 +440,12 @@ declare const client: import("vue").Ref<{
|
|
|
437
440
|
default?: any;
|
|
438
441
|
required?: boolean | undefined;
|
|
439
442
|
enum?: string[] | undefined;
|
|
440
|
-
format?: string | undefined;
|
|
441
443
|
examples?: any[] | undefined;
|
|
444
|
+
format?: string | undefined;
|
|
442
445
|
file?: any;
|
|
443
446
|
nullable?: boolean | undefined;
|
|
444
447
|
}[];
|
|
445
|
-
|
|
448
|
+
query: {
|
|
446
449
|
value: string;
|
|
447
450
|
key: string;
|
|
448
451
|
enabled: boolean;
|
|
@@ -453,8 +456,8 @@ declare const client: import("vue").Ref<{
|
|
|
453
456
|
default?: any;
|
|
454
457
|
required?: boolean | undefined;
|
|
455
458
|
enum?: string[] | undefined;
|
|
456
|
-
format?: string | undefined;
|
|
457
459
|
examples?: any[] | undefined;
|
|
460
|
+
format?: string | undefined;
|
|
458
461
|
file?: any;
|
|
459
462
|
nullable?: boolean | undefined;
|
|
460
463
|
}[];
|
|
@@ -469,8 +472,8 @@ declare const client: import("vue").Ref<{
|
|
|
469
472
|
default?: any;
|
|
470
473
|
required?: boolean | undefined;
|
|
471
474
|
enum?: string[] | undefined;
|
|
472
|
-
format?: string | undefined;
|
|
473
475
|
examples?: any[] | undefined;
|
|
476
|
+
format?: string | undefined;
|
|
474
477
|
file?: any;
|
|
475
478
|
nullable?: boolean | undefined;
|
|
476
479
|
}[];
|
|
@@ -490,8 +493,8 @@ declare const client: import("vue").Ref<{
|
|
|
490
493
|
default?: any;
|
|
491
494
|
required?: boolean | undefined;
|
|
492
495
|
enum?: string[] | undefined;
|
|
493
|
-
format?: string | undefined;
|
|
494
496
|
examples?: any[] | undefined;
|
|
497
|
+
format?: string | undefined;
|
|
495
498
|
file?: any;
|
|
496
499
|
nullable?: boolean | undefined;
|
|
497
500
|
}[];
|
|
@@ -1353,13 +1356,13 @@ declare const client: import("vue").Ref<{
|
|
|
1353
1356
|
in: "cookie" | "path" | "query" | "header";
|
|
1354
1357
|
description?: string | undefined;
|
|
1355
1358
|
example?: unknown;
|
|
1359
|
+
content?: unknown;
|
|
1360
|
+
schema?: unknown;
|
|
1356
1361
|
examples?: unknown[] | Record<string, {
|
|
1357
1362
|
value?: unknown;
|
|
1358
1363
|
summary?: string | undefined;
|
|
1359
1364
|
externalValue?: string | undefined;
|
|
1360
1365
|
}> | undefined;
|
|
1361
|
-
schema?: unknown;
|
|
1362
|
-
content?: unknown;
|
|
1363
1366
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1364
1367
|
explode?: boolean | undefined;
|
|
1365
1368
|
}[] | undefined;
|
|
@@ -1412,13 +1415,13 @@ declare const client: import("vue").Ref<{
|
|
|
1412
1415
|
in: "cookie" | "path" | "query" | "header";
|
|
1413
1416
|
description?: string | undefined;
|
|
1414
1417
|
example?: unknown;
|
|
1418
|
+
content?: unknown;
|
|
1419
|
+
schema?: unknown;
|
|
1415
1420
|
examples?: unknown[] | Record<string, {
|
|
1416
1421
|
value?: unknown;
|
|
1417
1422
|
summary?: string | undefined;
|
|
1418
1423
|
externalValue?: string | undefined;
|
|
1419
1424
|
}> | undefined;
|
|
1420
|
-
schema?: unknown;
|
|
1421
|
-
content?: unknown;
|
|
1422
1425
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1423
1426
|
explode?: boolean | undefined;
|
|
1424
1427
|
}[] | undefined;
|
|
@@ -1472,13 +1475,13 @@ declare const client: import("vue").Ref<{
|
|
|
1472
1475
|
in: "cookie" | "path" | "query" | "header";
|
|
1473
1476
|
description?: string | undefined;
|
|
1474
1477
|
example?: unknown;
|
|
1478
|
+
content?: unknown;
|
|
1479
|
+
schema?: unknown;
|
|
1475
1480
|
examples?: unknown[] | Record<string, {
|
|
1476
1481
|
value?: unknown;
|
|
1477
1482
|
summary?: string | undefined;
|
|
1478
1483
|
externalValue?: string | undefined;
|
|
1479
1484
|
}> | undefined;
|
|
1480
|
-
schema?: unknown;
|
|
1481
|
-
content?: unknown;
|
|
1482
1485
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1483
1486
|
explode?: boolean | undefined;
|
|
1484
1487
|
}[] | undefined;
|
|
@@ -1531,13 +1534,13 @@ declare const client: import("vue").Ref<{
|
|
|
1531
1534
|
in: "cookie" | "path" | "query" | "header";
|
|
1532
1535
|
description?: string | undefined;
|
|
1533
1536
|
example?: unknown;
|
|
1537
|
+
content?: unknown;
|
|
1538
|
+
schema?: unknown;
|
|
1534
1539
|
examples?: unknown[] | Record<string, {
|
|
1535
1540
|
value?: unknown;
|
|
1536
1541
|
summary?: string | undefined;
|
|
1537
1542
|
externalValue?: string | undefined;
|
|
1538
1543
|
}> | undefined;
|
|
1539
|
-
schema?: unknown;
|
|
1540
|
-
content?: unknown;
|
|
1541
1544
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1542
1545
|
explode?: boolean | undefined;
|
|
1543
1546
|
}[] | undefined;
|
|
@@ -1589,13 +1592,13 @@ declare const client: import("vue").Ref<{
|
|
|
1589
1592
|
in: "cookie" | "path" | "query" | "header";
|
|
1590
1593
|
description?: string | undefined;
|
|
1591
1594
|
example?: unknown;
|
|
1595
|
+
content?: unknown;
|
|
1596
|
+
schema?: unknown;
|
|
1592
1597
|
examples?: unknown[] | Record<string, {
|
|
1593
1598
|
value?: unknown;
|
|
1594
1599
|
summary?: string | undefined;
|
|
1595
1600
|
externalValue?: string | undefined;
|
|
1596
1601
|
}> | undefined;
|
|
1597
|
-
schema?: unknown;
|
|
1598
|
-
content?: unknown;
|
|
1599
1602
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1600
1603
|
explode?: boolean | undefined;
|
|
1601
1604
|
}[] | undefined;
|
|
@@ -1647,13 +1650,13 @@ declare const client: import("vue").Ref<{
|
|
|
1647
1650
|
in: "cookie" | "path" | "query" | "header";
|
|
1648
1651
|
description?: string | undefined;
|
|
1649
1652
|
example?: unknown;
|
|
1653
|
+
content?: unknown;
|
|
1654
|
+
schema?: unknown;
|
|
1650
1655
|
examples?: unknown[] | Record<string, {
|
|
1651
1656
|
value?: unknown;
|
|
1652
1657
|
summary?: string | undefined;
|
|
1653
1658
|
externalValue?: string | undefined;
|
|
1654
1659
|
}> | undefined;
|
|
1655
|
-
schema?: unknown;
|
|
1656
|
-
content?: unknown;
|
|
1657
1660
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1658
1661
|
explode?: boolean | undefined;
|
|
1659
1662
|
}[] | undefined;
|
|
@@ -1706,13 +1709,13 @@ declare const client: import("vue").Ref<{
|
|
|
1706
1709
|
in: "cookie" | "path" | "query" | "header";
|
|
1707
1710
|
description?: string | undefined;
|
|
1708
1711
|
example?: unknown;
|
|
1712
|
+
content?: unknown;
|
|
1713
|
+
schema?: unknown;
|
|
1709
1714
|
examples?: unknown[] | Record<string, {
|
|
1710
1715
|
value?: unknown;
|
|
1711
1716
|
summary?: string | undefined;
|
|
1712
1717
|
externalValue?: string | undefined;
|
|
1713
1718
|
}> | undefined;
|
|
1714
|
-
schema?: unknown;
|
|
1715
|
-
content?: unknown;
|
|
1716
1719
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1717
1720
|
explode?: boolean | undefined;
|
|
1718
1721
|
}[] | undefined;
|
|
@@ -1764,13 +1767,13 @@ declare const client: import("vue").Ref<{
|
|
|
1764
1767
|
in: "cookie" | "path" | "query" | "header";
|
|
1765
1768
|
description?: string | undefined;
|
|
1766
1769
|
example?: unknown;
|
|
1770
|
+
content?: unknown;
|
|
1771
|
+
schema?: unknown;
|
|
1767
1772
|
examples?: unknown[] | Record<string, {
|
|
1768
1773
|
value?: unknown;
|
|
1769
1774
|
summary?: string | undefined;
|
|
1770
1775
|
externalValue?: string | undefined;
|
|
1771
1776
|
}> | undefined;
|
|
1772
|
-
schema?: unknown;
|
|
1773
|
-
content?: unknown;
|
|
1774
1777
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1775
1778
|
explode?: boolean | undefined;
|
|
1776
1779
|
}[] | undefined;
|
|
@@ -1822,13 +1825,13 @@ declare const client: import("vue").Ref<{
|
|
|
1822
1825
|
in: "cookie" | "path" | "query" | "header";
|
|
1823
1826
|
description?: string | undefined;
|
|
1824
1827
|
example?: unknown;
|
|
1828
|
+
content?: unknown;
|
|
1829
|
+
schema?: unknown;
|
|
1825
1830
|
examples?: unknown[] | Record<string, {
|
|
1826
1831
|
value?: unknown;
|
|
1827
1832
|
summary?: string | undefined;
|
|
1828
1833
|
externalValue?: string | undefined;
|
|
1829
1834
|
}> | undefined;
|
|
1830
|
-
schema?: unknown;
|
|
1831
|
-
content?: unknown;
|
|
1832
1835
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
1833
1836
|
explode?: boolean | undefined;
|
|
1834
1837
|
}[] | undefined;
|
|
@@ -1874,12 +1877,12 @@ declare const client: import("vue").Ref<{
|
|
|
1874
1877
|
default?: any;
|
|
1875
1878
|
required?: boolean | undefined;
|
|
1876
1879
|
enum?: string[] | undefined;
|
|
1877
|
-
format?: string | undefined;
|
|
1878
1880
|
examples?: any[] | undefined;
|
|
1881
|
+
format?: string | undefined;
|
|
1879
1882
|
file?: any;
|
|
1880
1883
|
nullable?: boolean | undefined;
|
|
1881
1884
|
}[];
|
|
1882
|
-
|
|
1885
|
+
headers: {
|
|
1883
1886
|
value: string;
|
|
1884
1887
|
key: string;
|
|
1885
1888
|
enabled: boolean;
|
|
@@ -1890,12 +1893,12 @@ declare const client: import("vue").Ref<{
|
|
|
1890
1893
|
default?: any;
|
|
1891
1894
|
required?: boolean | undefined;
|
|
1892
1895
|
enum?: string[] | undefined;
|
|
1893
|
-
format?: string | undefined;
|
|
1894
1896
|
examples?: any[] | undefined;
|
|
1897
|
+
format?: string | undefined;
|
|
1895
1898
|
file?: any;
|
|
1896
1899
|
nullable?: boolean | undefined;
|
|
1897
1900
|
}[];
|
|
1898
|
-
|
|
1901
|
+
query: {
|
|
1899
1902
|
value: string;
|
|
1900
1903
|
key: string;
|
|
1901
1904
|
enabled: boolean;
|
|
@@ -1906,8 +1909,8 @@ declare const client: import("vue").Ref<{
|
|
|
1906
1909
|
default?: any;
|
|
1907
1910
|
required?: boolean | undefined;
|
|
1908
1911
|
enum?: string[] | undefined;
|
|
1909
|
-
format?: string | undefined;
|
|
1910
1912
|
examples?: any[] | undefined;
|
|
1913
|
+
format?: string | undefined;
|
|
1911
1914
|
file?: any;
|
|
1912
1915
|
nullable?: boolean | undefined;
|
|
1913
1916
|
}[];
|
|
@@ -1922,8 +1925,8 @@ declare const client: import("vue").Ref<{
|
|
|
1922
1925
|
default?: any;
|
|
1923
1926
|
required?: boolean | undefined;
|
|
1924
1927
|
enum?: string[] | undefined;
|
|
1925
|
-
format?: string | undefined;
|
|
1926
1928
|
examples?: any[] | undefined;
|
|
1929
|
+
format?: string | undefined;
|
|
1927
1930
|
file?: any;
|
|
1928
1931
|
nullable?: boolean | undefined;
|
|
1929
1932
|
}[];
|
|
@@ -1943,8 +1946,8 @@ declare const client: import("vue").Ref<{
|
|
|
1943
1946
|
default?: any;
|
|
1944
1947
|
required?: boolean | undefined;
|
|
1945
1948
|
enum?: string[] | undefined;
|
|
1946
|
-
format?: string | undefined;
|
|
1947
1949
|
examples?: any[] | undefined;
|
|
1950
|
+
format?: string | undefined;
|
|
1948
1951
|
file?: any;
|
|
1949
1952
|
nullable?: boolean | undefined;
|
|
1950
1953
|
}[];
|
|
@@ -1975,12 +1978,12 @@ declare const client: import("vue").Ref<{
|
|
|
1975
1978
|
default?: any;
|
|
1976
1979
|
required?: boolean | undefined;
|
|
1977
1980
|
enum?: string[] | undefined;
|
|
1978
|
-
format?: string | undefined;
|
|
1979
1981
|
examples?: any[] | undefined;
|
|
1982
|
+
format?: string | undefined;
|
|
1980
1983
|
file?: any;
|
|
1981
1984
|
nullable?: boolean | undefined;
|
|
1982
1985
|
}[];
|
|
1983
|
-
|
|
1986
|
+
headers: {
|
|
1984
1987
|
value: string;
|
|
1985
1988
|
key: string;
|
|
1986
1989
|
enabled: boolean;
|
|
@@ -1991,12 +1994,12 @@ declare const client: import("vue").Ref<{
|
|
|
1991
1994
|
default?: any;
|
|
1992
1995
|
required?: boolean | undefined;
|
|
1993
1996
|
enum?: string[] | undefined;
|
|
1994
|
-
format?: string | undefined;
|
|
1995
1997
|
examples?: any[] | undefined;
|
|
1998
|
+
format?: string | undefined;
|
|
1996
1999
|
file?: any;
|
|
1997
2000
|
nullable?: boolean | undefined;
|
|
1998
2001
|
}[];
|
|
1999
|
-
|
|
2002
|
+
query: {
|
|
2000
2003
|
value: string;
|
|
2001
2004
|
key: string;
|
|
2002
2005
|
enabled: boolean;
|
|
@@ -2007,8 +2010,8 @@ declare const client: import("vue").Ref<{
|
|
|
2007
2010
|
default?: any;
|
|
2008
2011
|
required?: boolean | undefined;
|
|
2009
2012
|
enum?: string[] | undefined;
|
|
2010
|
-
format?: string | undefined;
|
|
2011
2013
|
examples?: any[] | undefined;
|
|
2014
|
+
format?: string | undefined;
|
|
2012
2015
|
file?: any;
|
|
2013
2016
|
nullable?: boolean | undefined;
|
|
2014
2017
|
}[];
|
|
@@ -2023,8 +2026,8 @@ declare const client: import("vue").Ref<{
|
|
|
2023
2026
|
default?: any;
|
|
2024
2027
|
required?: boolean | undefined;
|
|
2025
2028
|
enum?: string[] | undefined;
|
|
2026
|
-
format?: string | undefined;
|
|
2027
2029
|
examples?: any[] | undefined;
|
|
2030
|
+
format?: string | undefined;
|
|
2028
2031
|
file?: any;
|
|
2029
2032
|
nullable?: boolean | undefined;
|
|
2030
2033
|
}[];
|
|
@@ -2044,8 +2047,8 @@ declare const client: import("vue").Ref<{
|
|
|
2044
2047
|
default?: any;
|
|
2045
2048
|
required?: boolean | undefined;
|
|
2046
2049
|
enum?: string[] | undefined;
|
|
2047
|
-
format?: string | undefined;
|
|
2048
2050
|
examples?: any[] | undefined;
|
|
2051
|
+
format?: string | undefined;
|
|
2049
2052
|
file?: any;
|
|
2050
2053
|
nullable?: boolean | undefined;
|
|
2051
2054
|
}[];
|
|
@@ -2077,12 +2080,12 @@ declare const client: import("vue").Ref<{
|
|
|
2077
2080
|
default?: any;
|
|
2078
2081
|
required?: boolean | undefined;
|
|
2079
2082
|
enum?: string[] | undefined;
|
|
2080
|
-
format?: string | undefined;
|
|
2081
2083
|
examples?: any[] | undefined;
|
|
2084
|
+
format?: string | undefined;
|
|
2082
2085
|
file?: any;
|
|
2083
2086
|
nullable?: boolean | undefined;
|
|
2084
2087
|
}[];
|
|
2085
|
-
|
|
2088
|
+
headers: {
|
|
2086
2089
|
value: string;
|
|
2087
2090
|
key: string;
|
|
2088
2091
|
enabled: boolean;
|
|
@@ -2093,12 +2096,12 @@ declare const client: import("vue").Ref<{
|
|
|
2093
2096
|
default?: any;
|
|
2094
2097
|
required?: boolean | undefined;
|
|
2095
2098
|
enum?: string[] | undefined;
|
|
2096
|
-
format?: string | undefined;
|
|
2097
2099
|
examples?: any[] | undefined;
|
|
2100
|
+
format?: string | undefined;
|
|
2098
2101
|
file?: any;
|
|
2099
2102
|
nullable?: boolean | undefined;
|
|
2100
2103
|
}[];
|
|
2101
|
-
|
|
2104
|
+
query: {
|
|
2102
2105
|
value: string;
|
|
2103
2106
|
key: string;
|
|
2104
2107
|
enabled: boolean;
|
|
@@ -2109,8 +2112,8 @@ declare const client: import("vue").Ref<{
|
|
|
2109
2112
|
default?: any;
|
|
2110
2113
|
required?: boolean | undefined;
|
|
2111
2114
|
enum?: string[] | undefined;
|
|
2112
|
-
format?: string | undefined;
|
|
2113
2115
|
examples?: any[] | undefined;
|
|
2116
|
+
format?: string | undefined;
|
|
2114
2117
|
file?: any;
|
|
2115
2118
|
nullable?: boolean | undefined;
|
|
2116
2119
|
}[];
|
|
@@ -2125,8 +2128,8 @@ declare const client: import("vue").Ref<{
|
|
|
2125
2128
|
default?: any;
|
|
2126
2129
|
required?: boolean | undefined;
|
|
2127
2130
|
enum?: string[] | undefined;
|
|
2128
|
-
format?: string | undefined;
|
|
2129
2131
|
examples?: any[] | undefined;
|
|
2132
|
+
format?: string | undefined;
|
|
2130
2133
|
file?: any;
|
|
2131
2134
|
nullable?: boolean | undefined;
|
|
2132
2135
|
}[];
|
|
@@ -2146,8 +2149,8 @@ declare const client: import("vue").Ref<{
|
|
|
2146
2149
|
default?: any;
|
|
2147
2150
|
required?: boolean | undefined;
|
|
2148
2151
|
enum?: string[] | undefined;
|
|
2149
|
-
format?: string | undefined;
|
|
2150
2152
|
examples?: any[] | undefined;
|
|
2153
|
+
format?: string | undefined;
|
|
2151
2154
|
file?: any;
|
|
2152
2155
|
nullable?: boolean | undefined;
|
|
2153
2156
|
}[];
|
|
@@ -2178,12 +2181,12 @@ declare const client: import("vue").Ref<{
|
|
|
2178
2181
|
default?: any;
|
|
2179
2182
|
required?: boolean | undefined;
|
|
2180
2183
|
enum?: string[] | undefined;
|
|
2181
|
-
format?: string | undefined;
|
|
2182
2184
|
examples?: any[] | undefined;
|
|
2185
|
+
format?: string | undefined;
|
|
2183
2186
|
file?: any;
|
|
2184
2187
|
nullable?: boolean | undefined;
|
|
2185
2188
|
}[];
|
|
2186
|
-
|
|
2189
|
+
headers: {
|
|
2187
2190
|
value: string;
|
|
2188
2191
|
key: string;
|
|
2189
2192
|
enabled: boolean;
|
|
@@ -2194,12 +2197,12 @@ declare const client: import("vue").Ref<{
|
|
|
2194
2197
|
default?: any;
|
|
2195
2198
|
required?: boolean | undefined;
|
|
2196
2199
|
enum?: string[] | undefined;
|
|
2197
|
-
format?: string | undefined;
|
|
2198
2200
|
examples?: any[] | undefined;
|
|
2201
|
+
format?: string | undefined;
|
|
2199
2202
|
file?: any;
|
|
2200
2203
|
nullable?: boolean | undefined;
|
|
2201
2204
|
}[];
|
|
2202
|
-
|
|
2205
|
+
query: {
|
|
2203
2206
|
value: string;
|
|
2204
2207
|
key: string;
|
|
2205
2208
|
enabled: boolean;
|
|
@@ -2210,8 +2213,8 @@ declare const client: import("vue").Ref<{
|
|
|
2210
2213
|
default?: any;
|
|
2211
2214
|
required?: boolean | undefined;
|
|
2212
2215
|
enum?: string[] | undefined;
|
|
2213
|
-
format?: string | undefined;
|
|
2214
2216
|
examples?: any[] | undefined;
|
|
2217
|
+
format?: string | undefined;
|
|
2215
2218
|
file?: any;
|
|
2216
2219
|
nullable?: boolean | undefined;
|
|
2217
2220
|
}[];
|
|
@@ -2226,8 +2229,8 @@ declare const client: import("vue").Ref<{
|
|
|
2226
2229
|
default?: any;
|
|
2227
2230
|
required?: boolean | undefined;
|
|
2228
2231
|
enum?: string[] | undefined;
|
|
2229
|
-
format?: string | undefined;
|
|
2230
2232
|
examples?: any[] | undefined;
|
|
2233
|
+
format?: string | undefined;
|
|
2231
2234
|
file?: any;
|
|
2232
2235
|
nullable?: boolean | undefined;
|
|
2233
2236
|
}[];
|
|
@@ -2247,8 +2250,8 @@ declare const client: import("vue").Ref<{
|
|
|
2247
2250
|
default?: any;
|
|
2248
2251
|
required?: boolean | undefined;
|
|
2249
2252
|
enum?: string[] | undefined;
|
|
2250
|
-
format?: string | undefined;
|
|
2251
2253
|
examples?: any[] | undefined;
|
|
2254
|
+
format?: string | undefined;
|
|
2252
2255
|
file?: any;
|
|
2253
2256
|
nullable?: boolean | undefined;
|
|
2254
2257
|
}[];
|
|
@@ -2278,12 +2281,12 @@ declare const client: import("vue").Ref<{
|
|
|
2278
2281
|
default?: any;
|
|
2279
2282
|
required?: boolean | undefined;
|
|
2280
2283
|
enum?: string[] | undefined;
|
|
2281
|
-
format?: string | undefined;
|
|
2282
2284
|
examples?: any[] | undefined;
|
|
2285
|
+
format?: string | undefined;
|
|
2283
2286
|
file?: any;
|
|
2284
2287
|
nullable?: boolean | undefined;
|
|
2285
2288
|
}[];
|
|
2286
|
-
|
|
2289
|
+
headers: {
|
|
2287
2290
|
value: string;
|
|
2288
2291
|
key: string;
|
|
2289
2292
|
enabled: boolean;
|
|
@@ -2294,12 +2297,12 @@ declare const client: import("vue").Ref<{
|
|
|
2294
2297
|
default?: any;
|
|
2295
2298
|
required?: boolean | undefined;
|
|
2296
2299
|
enum?: string[] | undefined;
|
|
2297
|
-
format?: string | undefined;
|
|
2298
2300
|
examples?: any[] | undefined;
|
|
2301
|
+
format?: string | undefined;
|
|
2299
2302
|
file?: any;
|
|
2300
2303
|
nullable?: boolean | undefined;
|
|
2301
2304
|
}[];
|
|
2302
|
-
|
|
2305
|
+
query: {
|
|
2303
2306
|
value: string;
|
|
2304
2307
|
key: string;
|
|
2305
2308
|
enabled: boolean;
|
|
@@ -2310,8 +2313,8 @@ declare const client: import("vue").Ref<{
|
|
|
2310
2313
|
default?: any;
|
|
2311
2314
|
required?: boolean | undefined;
|
|
2312
2315
|
enum?: string[] | undefined;
|
|
2313
|
-
format?: string | undefined;
|
|
2314
2316
|
examples?: any[] | undefined;
|
|
2317
|
+
format?: string | undefined;
|
|
2315
2318
|
file?: any;
|
|
2316
2319
|
nullable?: boolean | undefined;
|
|
2317
2320
|
}[];
|
|
@@ -2326,8 +2329,8 @@ declare const client: import("vue").Ref<{
|
|
|
2326
2329
|
default?: any;
|
|
2327
2330
|
required?: boolean | undefined;
|
|
2328
2331
|
enum?: string[] | undefined;
|
|
2329
|
-
format?: string | undefined;
|
|
2330
2332
|
examples?: any[] | undefined;
|
|
2333
|
+
format?: string | undefined;
|
|
2331
2334
|
file?: any;
|
|
2332
2335
|
nullable?: boolean | undefined;
|
|
2333
2336
|
}[];
|
|
@@ -2347,8 +2350,8 @@ declare const client: import("vue").Ref<{
|
|
|
2347
2350
|
default?: any;
|
|
2348
2351
|
required?: boolean | undefined;
|
|
2349
2352
|
enum?: string[] | undefined;
|
|
2350
|
-
format?: string | undefined;
|
|
2351
2353
|
examples?: any[] | undefined;
|
|
2354
|
+
format?: string | undefined;
|
|
2352
2355
|
file?: any;
|
|
2353
2356
|
nullable?: boolean | undefined;
|
|
2354
2357
|
}[];
|
|
@@ -2378,12 +2381,12 @@ declare const client: import("vue").Ref<{
|
|
|
2378
2381
|
default?: any;
|
|
2379
2382
|
required?: boolean | undefined;
|
|
2380
2383
|
enum?: string[] | undefined;
|
|
2381
|
-
format?: string | undefined;
|
|
2382
2384
|
examples?: any[] | undefined;
|
|
2385
|
+
format?: string | undefined;
|
|
2383
2386
|
file?: any;
|
|
2384
2387
|
nullable?: boolean | undefined;
|
|
2385
2388
|
}[];
|
|
2386
|
-
|
|
2389
|
+
headers: {
|
|
2387
2390
|
value: string;
|
|
2388
2391
|
key: string;
|
|
2389
2392
|
enabled: boolean;
|
|
@@ -2394,12 +2397,12 @@ declare const client: import("vue").Ref<{
|
|
|
2394
2397
|
default?: any;
|
|
2395
2398
|
required?: boolean | undefined;
|
|
2396
2399
|
enum?: string[] | undefined;
|
|
2397
|
-
format?: string | undefined;
|
|
2398
2400
|
examples?: any[] | undefined;
|
|
2401
|
+
format?: string | undefined;
|
|
2399
2402
|
file?: any;
|
|
2400
2403
|
nullable?: boolean | undefined;
|
|
2401
2404
|
}[];
|
|
2402
|
-
|
|
2405
|
+
query: {
|
|
2403
2406
|
value: string;
|
|
2404
2407
|
key: string;
|
|
2405
2408
|
enabled: boolean;
|
|
@@ -2410,8 +2413,8 @@ declare const client: import("vue").Ref<{
|
|
|
2410
2413
|
default?: any;
|
|
2411
2414
|
required?: boolean | undefined;
|
|
2412
2415
|
enum?: string[] | undefined;
|
|
2413
|
-
format?: string | undefined;
|
|
2414
2416
|
examples?: any[] | undefined;
|
|
2417
|
+
format?: string | undefined;
|
|
2415
2418
|
file?: any;
|
|
2416
2419
|
nullable?: boolean | undefined;
|
|
2417
2420
|
}[];
|
|
@@ -2426,8 +2429,8 @@ declare const client: import("vue").Ref<{
|
|
|
2426
2429
|
default?: any;
|
|
2427
2430
|
required?: boolean | undefined;
|
|
2428
2431
|
enum?: string[] | undefined;
|
|
2429
|
-
format?: string | undefined;
|
|
2430
2432
|
examples?: any[] | undefined;
|
|
2433
|
+
format?: string | undefined;
|
|
2431
2434
|
file?: any;
|
|
2432
2435
|
nullable?: boolean | undefined;
|
|
2433
2436
|
}[];
|
|
@@ -2447,8 +2450,8 @@ declare const client: import("vue").Ref<{
|
|
|
2447
2450
|
default?: any;
|
|
2448
2451
|
required?: boolean | undefined;
|
|
2449
2452
|
enum?: string[] | undefined;
|
|
2450
|
-
format?: string | undefined;
|
|
2451
2453
|
examples?: any[] | undefined;
|
|
2454
|
+
format?: string | undefined;
|
|
2452
2455
|
file?: any;
|
|
2453
2456
|
nullable?: boolean | undefined;
|
|
2454
2457
|
}[];
|
|
@@ -2479,12 +2482,12 @@ declare const client: import("vue").Ref<{
|
|
|
2479
2482
|
default?: any;
|
|
2480
2483
|
required?: boolean | undefined;
|
|
2481
2484
|
enum?: string[] | undefined;
|
|
2482
|
-
format?: string | undefined;
|
|
2483
2485
|
examples?: any[] | undefined;
|
|
2486
|
+
format?: string | undefined;
|
|
2484
2487
|
file?: any;
|
|
2485
2488
|
nullable?: boolean | undefined;
|
|
2486
2489
|
}[];
|
|
2487
|
-
|
|
2490
|
+
headers: {
|
|
2488
2491
|
value: string;
|
|
2489
2492
|
key: string;
|
|
2490
2493
|
enabled: boolean;
|
|
@@ -2495,12 +2498,12 @@ declare const client: import("vue").Ref<{
|
|
|
2495
2498
|
default?: any;
|
|
2496
2499
|
required?: boolean | undefined;
|
|
2497
2500
|
enum?: string[] | undefined;
|
|
2498
|
-
format?: string | undefined;
|
|
2499
2501
|
examples?: any[] | undefined;
|
|
2502
|
+
format?: string | undefined;
|
|
2500
2503
|
file?: any;
|
|
2501
2504
|
nullable?: boolean | undefined;
|
|
2502
2505
|
}[];
|
|
2503
|
-
|
|
2506
|
+
query: {
|
|
2504
2507
|
value: string;
|
|
2505
2508
|
key: string;
|
|
2506
2509
|
enabled: boolean;
|
|
@@ -2511,8 +2514,8 @@ declare const client: import("vue").Ref<{
|
|
|
2511
2514
|
default?: any;
|
|
2512
2515
|
required?: boolean | undefined;
|
|
2513
2516
|
enum?: string[] | undefined;
|
|
2514
|
-
format?: string | undefined;
|
|
2515
2517
|
examples?: any[] | undefined;
|
|
2518
|
+
format?: string | undefined;
|
|
2516
2519
|
file?: any;
|
|
2517
2520
|
nullable?: boolean | undefined;
|
|
2518
2521
|
}[];
|
|
@@ -2527,8 +2530,8 @@ declare const client: import("vue").Ref<{
|
|
|
2527
2530
|
default?: any;
|
|
2528
2531
|
required?: boolean | undefined;
|
|
2529
2532
|
enum?: string[] | undefined;
|
|
2530
|
-
format?: string | undefined;
|
|
2531
2533
|
examples?: any[] | undefined;
|
|
2534
|
+
format?: string | undefined;
|
|
2532
2535
|
file?: any;
|
|
2533
2536
|
nullable?: boolean | undefined;
|
|
2534
2537
|
}[];
|
|
@@ -2548,8 +2551,8 @@ declare const client: import("vue").Ref<{
|
|
|
2548
2551
|
default?: any;
|
|
2549
2552
|
required?: boolean | undefined;
|
|
2550
2553
|
enum?: string[] | undefined;
|
|
2551
|
-
format?: string | undefined;
|
|
2552
2554
|
examples?: any[] | undefined;
|
|
2555
|
+
format?: string | undefined;
|
|
2553
2556
|
file?: any;
|
|
2554
2557
|
nullable?: boolean | undefined;
|
|
2555
2558
|
}[];
|
|
@@ -2579,12 +2582,12 @@ declare const client: import("vue").Ref<{
|
|
|
2579
2582
|
default?: any;
|
|
2580
2583
|
required?: boolean | undefined;
|
|
2581
2584
|
enum?: string[] | undefined;
|
|
2582
|
-
format?: string | undefined;
|
|
2583
2585
|
examples?: any[] | undefined;
|
|
2586
|
+
format?: string | undefined;
|
|
2584
2587
|
file?: any;
|
|
2585
2588
|
nullable?: boolean | undefined;
|
|
2586
2589
|
}[];
|
|
2587
|
-
|
|
2590
|
+
headers: {
|
|
2588
2591
|
value: string;
|
|
2589
2592
|
key: string;
|
|
2590
2593
|
enabled: boolean;
|
|
@@ -2595,12 +2598,12 @@ declare const client: import("vue").Ref<{
|
|
|
2595
2598
|
default?: any;
|
|
2596
2599
|
required?: boolean | undefined;
|
|
2597
2600
|
enum?: string[] | undefined;
|
|
2598
|
-
format?: string | undefined;
|
|
2599
2601
|
examples?: any[] | undefined;
|
|
2602
|
+
format?: string | undefined;
|
|
2600
2603
|
file?: any;
|
|
2601
2604
|
nullable?: boolean | undefined;
|
|
2602
2605
|
}[];
|
|
2603
|
-
|
|
2606
|
+
query: {
|
|
2604
2607
|
value: string;
|
|
2605
2608
|
key: string;
|
|
2606
2609
|
enabled: boolean;
|
|
@@ -2611,8 +2614,8 @@ declare const client: import("vue").Ref<{
|
|
|
2611
2614
|
default?: any;
|
|
2612
2615
|
required?: boolean | undefined;
|
|
2613
2616
|
enum?: string[] | undefined;
|
|
2614
|
-
format?: string | undefined;
|
|
2615
2617
|
examples?: any[] | undefined;
|
|
2618
|
+
format?: string | undefined;
|
|
2616
2619
|
file?: any;
|
|
2617
2620
|
nullable?: boolean | undefined;
|
|
2618
2621
|
}[];
|
|
@@ -2627,8 +2630,8 @@ declare const client: import("vue").Ref<{
|
|
|
2627
2630
|
default?: any;
|
|
2628
2631
|
required?: boolean | undefined;
|
|
2629
2632
|
enum?: string[] | undefined;
|
|
2630
|
-
format?: string | undefined;
|
|
2631
2633
|
examples?: any[] | undefined;
|
|
2634
|
+
format?: string | undefined;
|
|
2632
2635
|
file?: any;
|
|
2633
2636
|
nullable?: boolean | undefined;
|
|
2634
2637
|
}[];
|
|
@@ -2648,8 +2651,8 @@ declare const client: import("vue").Ref<{
|
|
|
2648
2651
|
default?: any;
|
|
2649
2652
|
required?: boolean | undefined;
|
|
2650
2653
|
enum?: string[] | undefined;
|
|
2651
|
-
format?: string | undefined;
|
|
2652
2654
|
examples?: any[] | undefined;
|
|
2655
|
+
format?: string | undefined;
|
|
2653
2656
|
file?: any;
|
|
2654
2657
|
nullable?: boolean | undefined;
|
|
2655
2658
|
}[];
|
|
@@ -2679,12 +2682,12 @@ declare const client: import("vue").Ref<{
|
|
|
2679
2682
|
default?: any;
|
|
2680
2683
|
required?: boolean | undefined;
|
|
2681
2684
|
enum?: string[] | undefined;
|
|
2682
|
-
format?: string | undefined;
|
|
2683
2685
|
examples?: any[] | undefined;
|
|
2686
|
+
format?: string | undefined;
|
|
2684
2687
|
file?: any;
|
|
2685
2688
|
nullable?: boolean | undefined;
|
|
2686
2689
|
}[];
|
|
2687
|
-
|
|
2690
|
+
headers: {
|
|
2688
2691
|
value: string;
|
|
2689
2692
|
key: string;
|
|
2690
2693
|
enabled: boolean;
|
|
@@ -2695,12 +2698,12 @@ declare const client: import("vue").Ref<{
|
|
|
2695
2698
|
default?: any;
|
|
2696
2699
|
required?: boolean | undefined;
|
|
2697
2700
|
enum?: string[] | undefined;
|
|
2698
|
-
format?: string | undefined;
|
|
2699
2701
|
examples?: any[] | undefined;
|
|
2702
|
+
format?: string | undefined;
|
|
2700
2703
|
file?: any;
|
|
2701
2704
|
nullable?: boolean | undefined;
|
|
2702
2705
|
}[];
|
|
2703
|
-
|
|
2706
|
+
query: {
|
|
2704
2707
|
value: string;
|
|
2705
2708
|
key: string;
|
|
2706
2709
|
enabled: boolean;
|
|
@@ -2711,8 +2714,8 @@ declare const client: import("vue").Ref<{
|
|
|
2711
2714
|
default?: any;
|
|
2712
2715
|
required?: boolean | undefined;
|
|
2713
2716
|
enum?: string[] | undefined;
|
|
2714
|
-
format?: string | undefined;
|
|
2715
2717
|
examples?: any[] | undefined;
|
|
2718
|
+
format?: string | undefined;
|
|
2716
2719
|
file?: any;
|
|
2717
2720
|
nullable?: boolean | undefined;
|
|
2718
2721
|
}[];
|
|
@@ -2727,8 +2730,8 @@ declare const client: import("vue").Ref<{
|
|
|
2727
2730
|
default?: any;
|
|
2728
2731
|
required?: boolean | undefined;
|
|
2729
2732
|
enum?: string[] | undefined;
|
|
2730
|
-
format?: string | undefined;
|
|
2731
2733
|
examples?: any[] | undefined;
|
|
2734
|
+
format?: string | undefined;
|
|
2732
2735
|
file?: any;
|
|
2733
2736
|
nullable?: boolean | undefined;
|
|
2734
2737
|
}[];
|
|
@@ -2748,8 +2751,8 @@ declare const client: import("vue").Ref<{
|
|
|
2748
2751
|
default?: any;
|
|
2749
2752
|
required?: boolean | undefined;
|
|
2750
2753
|
enum?: string[] | undefined;
|
|
2751
|
-
format?: string | undefined;
|
|
2752
2754
|
examples?: any[] | undefined;
|
|
2755
|
+
format?: string | undefined;
|
|
2753
2756
|
file?: any;
|
|
2754
2757
|
nullable?: boolean | undefined;
|
|
2755
2758
|
}[];
|
|
@@ -2812,6 +2815,7 @@ declare const client: import("vue").Ref<{
|
|
|
2812
2815
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2813
2816
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2814
2817
|
"x-tokenName"?: string | undefined;
|
|
2818
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2815
2819
|
} | undefined;
|
|
2816
2820
|
implicit?: {
|
|
2817
2821
|
type: "implicit";
|
|
@@ -2838,6 +2842,7 @@ declare const client: import("vue").Ref<{
|
|
|
2838
2842
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2839
2843
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2840
2844
|
"x-tokenName"?: string | undefined;
|
|
2845
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2841
2846
|
} | undefined;
|
|
2842
2847
|
authorizationCode?: {
|
|
2843
2848
|
type: "authorizationCode";
|
|
@@ -2854,6 +2859,7 @@ declare const client: import("vue").Ref<{
|
|
|
2854
2859
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2855
2860
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2856
2861
|
"x-tokenName"?: string | undefined;
|
|
2862
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2857
2863
|
} | undefined;
|
|
2858
2864
|
};
|
|
2859
2865
|
description?: string | undefined;
|
|
@@ -2902,6 +2908,7 @@ declare const client: import("vue").Ref<{
|
|
|
2902
2908
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2903
2909
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2904
2910
|
"x-tokenName"?: string | undefined;
|
|
2911
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2905
2912
|
} | undefined;
|
|
2906
2913
|
implicit?: {
|
|
2907
2914
|
type: "implicit";
|
|
@@ -2928,6 +2935,7 @@ declare const client: import("vue").Ref<{
|
|
|
2928
2935
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2929
2936
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2930
2937
|
"x-tokenName"?: string | undefined;
|
|
2938
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2931
2939
|
} | undefined;
|
|
2932
2940
|
authorizationCode?: {
|
|
2933
2941
|
type: "authorizationCode";
|
|
@@ -2944,6 +2952,7 @@ declare const client: import("vue").Ref<{
|
|
|
2944
2952
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2945
2953
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2946
2954
|
"x-tokenName"?: string | undefined;
|
|
2955
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2947
2956
|
} | undefined;
|
|
2948
2957
|
};
|
|
2949
2958
|
description?: string | undefined;
|
|
@@ -2993,6 +3002,7 @@ declare const client: import("vue").Ref<{
|
|
|
2993
3002
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
2994
3003
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
2995
3004
|
"x-tokenName"?: string | undefined;
|
|
3005
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
2996
3006
|
} | undefined;
|
|
2997
3007
|
implicit?: {
|
|
2998
3008
|
type: "implicit";
|
|
@@ -3019,6 +3029,7 @@ declare const client: import("vue").Ref<{
|
|
|
3019
3029
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3020
3030
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3021
3031
|
"x-tokenName"?: string | undefined;
|
|
3032
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3022
3033
|
} | undefined;
|
|
3023
3034
|
authorizationCode?: {
|
|
3024
3035
|
type: "authorizationCode";
|
|
@@ -3035,12 +3046,13 @@ declare const client: import("vue").Ref<{
|
|
|
3035
3046
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3036
3047
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3037
3048
|
"x-tokenName"?: string | undefined;
|
|
3049
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3038
3050
|
} | undefined;
|
|
3039
3051
|
};
|
|
3040
3052
|
description?: string | undefined;
|
|
3041
3053
|
"x-default-scopes"?: string | string[] | undefined;
|
|
3042
3054
|
}) => void;
|
|
3043
|
-
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" ? {
|
|
3055
|
+
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" ? {
|
|
3044
3056
|
type: "apiKey";
|
|
3045
3057
|
value: string;
|
|
3046
3058
|
name: string;
|
|
@@ -3131,6 +3143,7 @@ declare const client: import("vue").Ref<{
|
|
|
3131
3143
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3132
3144
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3133
3145
|
"x-tokenName"?: string | undefined;
|
|
3146
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3134
3147
|
} | undefined;
|
|
3135
3148
|
implicit?: {
|
|
3136
3149
|
type: "implicit";
|
|
@@ -3157,6 +3170,7 @@ declare const client: import("vue").Ref<{
|
|
|
3157
3170
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3158
3171
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3159
3172
|
"x-tokenName"?: string | undefined;
|
|
3173
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3160
3174
|
} | undefined;
|
|
3161
3175
|
authorizationCode?: {
|
|
3162
3176
|
type: "authorizationCode";
|
|
@@ -3173,6 +3187,7 @@ declare const client: import("vue").Ref<{
|
|
|
3173
3187
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3174
3188
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3175
3189
|
"x-tokenName"?: string | undefined;
|
|
3190
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3176
3191
|
} | undefined;
|
|
3177
3192
|
};
|
|
3178
3193
|
description?: string | undefined;
|
|
@@ -3196,6 +3211,7 @@ declare const client: import("vue").Ref<{
|
|
|
3196
3211
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3197
3212
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3198
3213
|
"x-tokenName"?: string | undefined;
|
|
3214
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3199
3215
|
} | undefined;
|
|
3200
3216
|
implicit?: {
|
|
3201
3217
|
type: "implicit";
|
|
@@ -3222,6 +3238,7 @@ declare const client: import("vue").Ref<{
|
|
|
3222
3238
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3223
3239
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3224
3240
|
"x-tokenName"?: string | undefined;
|
|
3241
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3225
3242
|
} | undefined;
|
|
3226
3243
|
authorizationCode?: {
|
|
3227
3244
|
type: "authorizationCode";
|
|
@@ -3238,6 +3255,7 @@ declare const client: import("vue").Ref<{
|
|
|
3238
3255
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3239
3256
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3240
3257
|
"x-tokenName"?: string | undefined;
|
|
3258
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3241
3259
|
} | undefined;
|
|
3242
3260
|
};
|
|
3243
3261
|
description?: string | undefined;
|
|
@@ -3261,6 +3279,7 @@ declare const client: import("vue").Ref<{
|
|
|
3261
3279
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3262
3280
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3263
3281
|
"x-tokenName"?: string | undefined;
|
|
3282
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3264
3283
|
} | undefined;
|
|
3265
3284
|
implicit?: {
|
|
3266
3285
|
type: "implicit";
|
|
@@ -3287,6 +3306,7 @@ declare const client: import("vue").Ref<{
|
|
|
3287
3306
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3288
3307
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3289
3308
|
"x-tokenName"?: string | undefined;
|
|
3309
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3290
3310
|
} | undefined;
|
|
3291
3311
|
authorizationCode?: {
|
|
3292
3312
|
type: "authorizationCode";
|
|
@@ -3303,12 +3323,13 @@ declare const client: import("vue").Ref<{
|
|
|
3303
3323
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3304
3324
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3305
3325
|
"x-tokenName"?: string | undefined;
|
|
3326
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3306
3327
|
} | undefined;
|
|
3307
3328
|
};
|
|
3308
3329
|
description?: string | undefined;
|
|
3309
3330
|
"x-default-scopes"?: string | string[] | undefined;
|
|
3310
3331
|
}[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
3311
|
-
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" ? {
|
|
3332
|
+
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" ? {
|
|
3312
3333
|
type: "apiKey";
|
|
3313
3334
|
value: string;
|
|
3314
3335
|
name: string;
|
|
@@ -3399,6 +3420,7 @@ declare const client: import("vue").Ref<{
|
|
|
3399
3420
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3400
3421
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3401
3422
|
"x-tokenName"?: string | undefined;
|
|
3423
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3402
3424
|
} | undefined;
|
|
3403
3425
|
implicit?: {
|
|
3404
3426
|
type: "implicit";
|
|
@@ -3425,6 +3447,7 @@ declare const client: import("vue").Ref<{
|
|
|
3425
3447
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3426
3448
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3427
3449
|
"x-tokenName"?: string | undefined;
|
|
3450
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3428
3451
|
} | undefined;
|
|
3429
3452
|
authorizationCode?: {
|
|
3430
3453
|
type: "authorizationCode";
|
|
@@ -3441,6 +3464,7 @@ declare const client: import("vue").Ref<{
|
|
|
3441
3464
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3442
3465
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3443
3466
|
"x-tokenName"?: string | undefined;
|
|
3467
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3444
3468
|
} | undefined;
|
|
3445
3469
|
};
|
|
3446
3470
|
description?: string | undefined;
|
|
@@ -3464,6 +3488,7 @@ declare const client: import("vue").Ref<{
|
|
|
3464
3488
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3465
3489
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3466
3490
|
"x-tokenName"?: string | undefined;
|
|
3491
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3467
3492
|
} | undefined;
|
|
3468
3493
|
implicit?: {
|
|
3469
3494
|
type: "implicit";
|
|
@@ -3490,6 +3515,7 @@ declare const client: import("vue").Ref<{
|
|
|
3490
3515
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3491
3516
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3492
3517
|
"x-tokenName"?: string | undefined;
|
|
3518
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3493
3519
|
} | undefined;
|
|
3494
3520
|
authorizationCode?: {
|
|
3495
3521
|
type: "authorizationCode";
|
|
@@ -3506,6 +3532,7 @@ declare const client: import("vue").Ref<{
|
|
|
3506
3532
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3507
3533
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3508
3534
|
"x-tokenName"?: string | undefined;
|
|
3535
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3509
3536
|
} | undefined;
|
|
3510
3537
|
};
|
|
3511
3538
|
description?: string | undefined;
|
|
@@ -3529,6 +3556,7 @@ declare const client: import("vue").Ref<{
|
|
|
3529
3556
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3530
3557
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3531
3558
|
"x-tokenName"?: string | undefined;
|
|
3559
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3532
3560
|
} | undefined;
|
|
3533
3561
|
implicit?: {
|
|
3534
3562
|
type: "implicit";
|
|
@@ -3555,6 +3583,7 @@ declare const client: import("vue").Ref<{
|
|
|
3555
3583
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3556
3584
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3557
3585
|
"x-tokenName"?: string | undefined;
|
|
3586
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3558
3587
|
} | undefined;
|
|
3559
3588
|
authorizationCode?: {
|
|
3560
3589
|
type: "authorizationCode";
|
|
@@ -3571,6 +3600,7 @@ declare const client: import("vue").Ref<{
|
|
|
3571
3600
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
3572
3601
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
3573
3602
|
"x-tokenName"?: string | undefined;
|
|
3603
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
3574
3604
|
} | undefined;
|
|
3575
3605
|
};
|
|
3576
3606
|
description?: string | undefined;
|
|
@@ -3952,65 +3982,6 @@ declare const client: import("vue").Ref<{
|
|
|
3952
3982
|
unmount: () => void;
|
|
3953
3983
|
};
|
|
3954
3984
|
store: {
|
|
3955
|
-
requests: Record<string, {
|
|
3956
|
-
uid: string & import("zod").BRAND<"operation">;
|
|
3957
|
-
path: string;
|
|
3958
|
-
type: "request";
|
|
3959
|
-
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
3960
|
-
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
3961
|
-
servers: (string & import("zod").BRAND<"server">)[];
|
|
3962
|
-
examples: (string & import("zod").BRAND<"example">)[];
|
|
3963
|
-
method: "options" | "connect" | "delete" | "get" | "head" | "patch" | "post" | "put" | "trace";
|
|
3964
|
-
description?: string | undefined;
|
|
3965
|
-
summary?: string | undefined;
|
|
3966
|
-
externalDocs?: {
|
|
3967
|
-
url: string;
|
|
3968
|
-
description?: string | undefined;
|
|
3969
|
-
} | undefined;
|
|
3970
|
-
"x-internal"?: boolean | undefined;
|
|
3971
|
-
"x-scalar-ignore"?: boolean | undefined;
|
|
3972
|
-
security?: Record<string, string[]>[] | undefined;
|
|
3973
|
-
tags?: string[] | undefined;
|
|
3974
|
-
deprecated?: boolean | undefined;
|
|
3975
|
-
operationId?: string | undefined;
|
|
3976
|
-
requestBody?: any;
|
|
3977
|
-
parameters?: {
|
|
3978
|
-
name: string;
|
|
3979
|
-
required: boolean;
|
|
3980
|
-
deprecated: boolean;
|
|
3981
|
-
in: "cookie" | "path" | "query" | "header";
|
|
3982
|
-
description?: string | undefined;
|
|
3983
|
-
example?: unknown;
|
|
3984
|
-
examples?: unknown[] | Record<string, {
|
|
3985
|
-
value?: unknown;
|
|
3986
|
-
summary?: string | undefined;
|
|
3987
|
-
externalValue?: string | undefined;
|
|
3988
|
-
}> | undefined;
|
|
3989
|
-
schema?: unknown;
|
|
3990
|
-
content?: unknown;
|
|
3991
|
-
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
3992
|
-
explode?: boolean | undefined;
|
|
3993
|
-
}[] | undefined;
|
|
3994
|
-
responses?: Record<string, any> | undefined;
|
|
3995
|
-
callbacks?: Record<string, Record<string, Record<string, any>>> | undefined;
|
|
3996
|
-
"x-codeSamples"?: {
|
|
3997
|
-
source: string;
|
|
3998
|
-
label?: string | undefined;
|
|
3999
|
-
lang?: string | undefined;
|
|
4000
|
-
}[] | undefined;
|
|
4001
|
-
"x-code-samples"?: {
|
|
4002
|
-
source: string;
|
|
4003
|
-
label?: string | undefined;
|
|
4004
|
-
lang?: string | undefined;
|
|
4005
|
-
}[] | undefined;
|
|
4006
|
-
"x-custom-examples"?: {
|
|
4007
|
-
source: string;
|
|
4008
|
-
label?: string | undefined;
|
|
4009
|
-
lang?: string | undefined;
|
|
4010
|
-
}[] | undefined;
|
|
4011
|
-
"x-scalar-stability"?: import("@scalar/types").XScalarStability | undefined;
|
|
4012
|
-
"x-post-response"?: string | undefined;
|
|
4013
|
-
}>;
|
|
4014
3985
|
hideClientButton: boolean;
|
|
4015
3986
|
showSidebar: boolean;
|
|
4016
3987
|
servers: Record<string, {
|
|
@@ -4138,8 +4109,67 @@ declare const client: import("vue").Ref<{
|
|
|
4138
4109
|
"x-scalar-children"?: {
|
|
4139
4110
|
tagName: string;
|
|
4140
4111
|
}[] | undefined;
|
|
4141
|
-
"x-internal"?: boolean | undefined;
|
|
4142
|
-
"x-scalar-ignore"?: boolean | undefined;
|
|
4112
|
+
"x-internal"?: boolean | undefined;
|
|
4113
|
+
"x-scalar-ignore"?: boolean | undefined;
|
|
4114
|
+
}>;
|
|
4115
|
+
requests: Record<string, {
|
|
4116
|
+
uid: string & import("zod").BRAND<"operation">;
|
|
4117
|
+
path: string;
|
|
4118
|
+
type: "request";
|
|
4119
|
+
selectedSecuritySchemeUids: ((string & import("zod").BRAND<"securityScheme">) | (string & import("zod").BRAND<"securityScheme">)[])[];
|
|
4120
|
+
selectedServerUid: (string & import("zod").BRAND<"server">) | null;
|
|
4121
|
+
servers: (string & import("zod").BRAND<"server">)[];
|
|
4122
|
+
examples: (string & import("zod").BRAND<"example">)[];
|
|
4123
|
+
method: "options" | "connect" | "delete" | "get" | "head" | "patch" | "post" | "put" | "trace";
|
|
4124
|
+
description?: string | undefined;
|
|
4125
|
+
summary?: string | undefined;
|
|
4126
|
+
externalDocs?: {
|
|
4127
|
+
url: string;
|
|
4128
|
+
description?: string | undefined;
|
|
4129
|
+
} | undefined;
|
|
4130
|
+
"x-internal"?: boolean | undefined;
|
|
4131
|
+
"x-scalar-ignore"?: boolean | undefined;
|
|
4132
|
+
security?: Record<string, string[]>[] | undefined;
|
|
4133
|
+
tags?: string[] | undefined;
|
|
4134
|
+
deprecated?: boolean | undefined;
|
|
4135
|
+
operationId?: string | undefined;
|
|
4136
|
+
requestBody?: any;
|
|
4137
|
+
parameters?: {
|
|
4138
|
+
name: string;
|
|
4139
|
+
required: boolean;
|
|
4140
|
+
deprecated: boolean;
|
|
4141
|
+
in: "cookie" | "path" | "query" | "header";
|
|
4142
|
+
description?: string | undefined;
|
|
4143
|
+
example?: unknown;
|
|
4144
|
+
content?: unknown;
|
|
4145
|
+
schema?: unknown;
|
|
4146
|
+
examples?: unknown[] | Record<string, {
|
|
4147
|
+
value?: unknown;
|
|
4148
|
+
summary?: string | undefined;
|
|
4149
|
+
externalValue?: string | undefined;
|
|
4150
|
+
}> | undefined;
|
|
4151
|
+
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
4152
|
+
explode?: boolean | undefined;
|
|
4153
|
+
}[] | undefined;
|
|
4154
|
+
responses?: Record<string, any> | undefined;
|
|
4155
|
+
callbacks?: Record<string, Record<string, Record<string, any>>> | undefined;
|
|
4156
|
+
"x-codeSamples"?: {
|
|
4157
|
+
source: string;
|
|
4158
|
+
label?: string | undefined;
|
|
4159
|
+
lang?: string | undefined;
|
|
4160
|
+
}[] | undefined;
|
|
4161
|
+
"x-code-samples"?: {
|
|
4162
|
+
source: string;
|
|
4163
|
+
label?: string | undefined;
|
|
4164
|
+
lang?: string | undefined;
|
|
4165
|
+
}[] | undefined;
|
|
4166
|
+
"x-custom-examples"?: {
|
|
4167
|
+
source: string;
|
|
4168
|
+
label?: string | undefined;
|
|
4169
|
+
lang?: string | undefined;
|
|
4170
|
+
}[] | undefined;
|
|
4171
|
+
"x-scalar-stability"?: import("@scalar/types").XScalarStability | undefined;
|
|
4172
|
+
"x-post-response"?: string | undefined;
|
|
4143
4173
|
}>;
|
|
4144
4174
|
securitySchemes: Record<string, {
|
|
4145
4175
|
type: "apiKey";
|
|
@@ -4184,6 +4214,7 @@ declare const client: import("vue").Ref<{
|
|
|
4184
4214
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
4185
4215
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
4186
4216
|
"x-tokenName"?: string | undefined;
|
|
4217
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
4187
4218
|
} | undefined;
|
|
4188
4219
|
implicit?: {
|
|
4189
4220
|
type: "implicit";
|
|
@@ -4210,6 +4241,7 @@ declare const client: import("vue").Ref<{
|
|
|
4210
4241
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
4211
4242
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
4212
4243
|
"x-tokenName"?: string | undefined;
|
|
4244
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
4213
4245
|
} | undefined;
|
|
4214
4246
|
authorizationCode?: {
|
|
4215
4247
|
type: "authorizationCode";
|
|
@@ -4226,38 +4258,12 @@ declare const client: import("vue").Ref<{
|
|
|
4226
4258
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
4227
4259
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
4228
4260
|
"x-tokenName"?: string | undefined;
|
|
4261
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
4229
4262
|
} | undefined;
|
|
4230
4263
|
};
|
|
4231
4264
|
description?: string | undefined;
|
|
4232
4265
|
"x-default-scopes"?: string | string[] | undefined;
|
|
4233
4266
|
}>;
|
|
4234
|
-
modalState: {
|
|
4235
|
-
open: boolean;
|
|
4236
|
-
show: () => void;
|
|
4237
|
-
hide: () => void;
|
|
4238
|
-
};
|
|
4239
|
-
workspaces: Record<string, {
|
|
4240
|
-
uid: string & import("zod").BRAND<"workspace">;
|
|
4241
|
-
name: string;
|
|
4242
|
-
description: string;
|
|
4243
|
-
cookies: (string & import("zod").BRAND<"cookie">)[];
|
|
4244
|
-
collections: (string & import("zod").BRAND<"collection">)[];
|
|
4245
|
-
environments: Record<string, string>;
|
|
4246
|
-
activeEnvironmentId: string;
|
|
4247
|
-
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none";
|
|
4248
|
-
selectedHttpClient: {
|
|
4249
|
-
targetKey: string;
|
|
4250
|
-
clientKey: string;
|
|
4251
|
-
};
|
|
4252
|
-
hotKeyConfig?: {
|
|
4253
|
-
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
4254
|
-
hotKeys?: Partial<Record<"" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
|
|
4255
|
-
event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
|
|
4256
|
-
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
4257
|
-
}>> | undefined;
|
|
4258
|
-
} | undefined;
|
|
4259
|
-
proxyUrl?: string | undefined;
|
|
4260
|
-
}>;
|
|
4261
4267
|
collections: Record<string, {
|
|
4262
4268
|
uid: string & import("zod").BRAND<"collection">;
|
|
4263
4269
|
type: "collection";
|
|
@@ -4326,6 +4332,33 @@ declare const client: import("vue").Ref<{
|
|
|
4326
4332
|
domain?: string | undefined;
|
|
4327
4333
|
path?: string | undefined;
|
|
4328
4334
|
}>;
|
|
4335
|
+
modalState: {
|
|
4336
|
+
open: boolean;
|
|
4337
|
+
show: () => void;
|
|
4338
|
+
hide: () => void;
|
|
4339
|
+
};
|
|
4340
|
+
workspaces: Record<string, {
|
|
4341
|
+
uid: string & import("zod").BRAND<"workspace">;
|
|
4342
|
+
name: string;
|
|
4343
|
+
description: string;
|
|
4344
|
+
cookies: (string & import("zod").BRAND<"cookie">)[];
|
|
4345
|
+
collections: (string & import("zod").BRAND<"collection">)[];
|
|
4346
|
+
environments: Record<string, string>;
|
|
4347
|
+
activeEnvironmentId: string;
|
|
4348
|
+
themeId: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none";
|
|
4349
|
+
selectedHttpClient: {
|
|
4350
|
+
targetKey: string;
|
|
4351
|
+
clientKey: string;
|
|
4352
|
+
};
|
|
4353
|
+
hotKeyConfig?: {
|
|
4354
|
+
modifiers: ("default" | "Meta" | "Control" | "Shift" | "Alt")[];
|
|
4355
|
+
hotKeys?: Partial<Record<"" | "0" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "ArrowDown" | "ArrowLeft" | "ArrowRight" | "ArrowUp" | "End" | "Home" | "PageDown" | "PageUp" | "Delete" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "/" | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "[" | "\\" | "]", {
|
|
4356
|
+
event: "addTopNav" | "closeModal" | "closeTopNav" | "createNew" | "executeRequest" | "focusAddressBar" | "focusRequestSearch" | "jumpToLastTab" | "jumpToTab" | "navigateSearchResultsDown" | "navigateSearchResultsUp" | "navigateTopNavLeft" | "navigateTopNavRight" | "openCommandPalette" | "selectSearchResult" | "toggleSidebar";
|
|
4357
|
+
modifiers?: ("default" | "Meta" | "Control" | "Shift" | "Alt")[] | undefined;
|
|
4358
|
+
}>> | undefined;
|
|
4359
|
+
} | undefined;
|
|
4360
|
+
proxyUrl?: string | undefined;
|
|
4361
|
+
}>;
|
|
4329
4362
|
environments: Record<string, {
|
|
4330
4363
|
uid: string & import("zod").BRAND<"environment">;
|
|
4331
4364
|
name: string;
|
|
@@ -4349,12 +4382,12 @@ declare const client: import("vue").Ref<{
|
|
|
4349
4382
|
default?: any;
|
|
4350
4383
|
required?: boolean | undefined;
|
|
4351
4384
|
enum?: string[] | undefined;
|
|
4352
|
-
format?: string | undefined;
|
|
4353
4385
|
examples?: any[] | undefined;
|
|
4386
|
+
format?: string | undefined;
|
|
4354
4387
|
file?: any;
|
|
4355
4388
|
nullable?: boolean | undefined;
|
|
4356
4389
|
}[];
|
|
4357
|
-
|
|
4390
|
+
headers: {
|
|
4358
4391
|
value: string;
|
|
4359
4392
|
key: string;
|
|
4360
4393
|
enabled: boolean;
|
|
@@ -4365,12 +4398,12 @@ declare const client: import("vue").Ref<{
|
|
|
4365
4398
|
default?: any;
|
|
4366
4399
|
required?: boolean | undefined;
|
|
4367
4400
|
enum?: string[] | undefined;
|
|
4368
|
-
format?: string | undefined;
|
|
4369
4401
|
examples?: any[] | undefined;
|
|
4402
|
+
format?: string | undefined;
|
|
4370
4403
|
file?: any;
|
|
4371
4404
|
nullable?: boolean | undefined;
|
|
4372
4405
|
}[];
|
|
4373
|
-
|
|
4406
|
+
query: {
|
|
4374
4407
|
value: string;
|
|
4375
4408
|
key: string;
|
|
4376
4409
|
enabled: boolean;
|
|
@@ -4381,8 +4414,8 @@ declare const client: import("vue").Ref<{
|
|
|
4381
4414
|
default?: any;
|
|
4382
4415
|
required?: boolean | undefined;
|
|
4383
4416
|
enum?: string[] | undefined;
|
|
4384
|
-
format?: string | undefined;
|
|
4385
4417
|
examples?: any[] | undefined;
|
|
4418
|
+
format?: string | undefined;
|
|
4386
4419
|
file?: any;
|
|
4387
4420
|
nullable?: boolean | undefined;
|
|
4388
4421
|
}[];
|
|
@@ -4397,8 +4430,8 @@ declare const client: import("vue").Ref<{
|
|
|
4397
4430
|
default?: any;
|
|
4398
4431
|
required?: boolean | undefined;
|
|
4399
4432
|
enum?: string[] | undefined;
|
|
4400
|
-
format?: string | undefined;
|
|
4401
4433
|
examples?: any[] | undefined;
|
|
4434
|
+
format?: string | undefined;
|
|
4402
4435
|
file?: any;
|
|
4403
4436
|
nullable?: boolean | undefined;
|
|
4404
4437
|
}[];
|
|
@@ -4418,8 +4451,8 @@ declare const client: import("vue").Ref<{
|
|
|
4418
4451
|
default?: any;
|
|
4419
4452
|
required?: boolean | undefined;
|
|
4420
4453
|
enum?: string[] | undefined;
|
|
4421
|
-
format?: string | undefined;
|
|
4422
4454
|
examples?: any[] | undefined;
|
|
4455
|
+
format?: string | undefined;
|
|
4423
4456
|
file?: any;
|
|
4424
4457
|
nullable?: boolean | undefined;
|
|
4425
4458
|
}[];
|
|
@@ -5281,13 +5314,13 @@ declare const client: import("vue").Ref<{
|
|
|
5281
5314
|
in: "cookie" | "path" | "query" | "header";
|
|
5282
5315
|
description?: string | undefined;
|
|
5283
5316
|
example?: unknown;
|
|
5317
|
+
content?: unknown;
|
|
5318
|
+
schema?: unknown;
|
|
5284
5319
|
examples?: unknown[] | Record<string, {
|
|
5285
5320
|
value?: unknown;
|
|
5286
5321
|
summary?: string | undefined;
|
|
5287
5322
|
externalValue?: string | undefined;
|
|
5288
5323
|
}> | undefined;
|
|
5289
|
-
schema?: unknown;
|
|
5290
|
-
content?: unknown;
|
|
5291
5324
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5292
5325
|
explode?: boolean | undefined;
|
|
5293
5326
|
}[] | undefined;
|
|
@@ -5340,13 +5373,13 @@ declare const client: import("vue").Ref<{
|
|
|
5340
5373
|
in: "cookie" | "path" | "query" | "header";
|
|
5341
5374
|
description?: string | undefined;
|
|
5342
5375
|
example?: unknown;
|
|
5376
|
+
content?: unknown;
|
|
5377
|
+
schema?: unknown;
|
|
5343
5378
|
examples?: unknown[] | Record<string, {
|
|
5344
5379
|
value?: unknown;
|
|
5345
5380
|
summary?: string | undefined;
|
|
5346
5381
|
externalValue?: string | undefined;
|
|
5347
5382
|
}> | undefined;
|
|
5348
|
-
schema?: unknown;
|
|
5349
|
-
content?: unknown;
|
|
5350
5383
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5351
5384
|
explode?: boolean | undefined;
|
|
5352
5385
|
}[] | undefined;
|
|
@@ -5400,13 +5433,13 @@ declare const client: import("vue").Ref<{
|
|
|
5400
5433
|
in: "cookie" | "path" | "query" | "header";
|
|
5401
5434
|
description?: string | undefined;
|
|
5402
5435
|
example?: unknown;
|
|
5436
|
+
content?: unknown;
|
|
5437
|
+
schema?: unknown;
|
|
5403
5438
|
examples?: unknown[] | Record<string, {
|
|
5404
5439
|
value?: unknown;
|
|
5405
5440
|
summary?: string | undefined;
|
|
5406
5441
|
externalValue?: string | undefined;
|
|
5407
5442
|
}> | undefined;
|
|
5408
|
-
schema?: unknown;
|
|
5409
|
-
content?: unknown;
|
|
5410
5443
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5411
5444
|
explode?: boolean | undefined;
|
|
5412
5445
|
}[] | undefined;
|
|
@@ -5459,13 +5492,13 @@ declare const client: import("vue").Ref<{
|
|
|
5459
5492
|
in: "cookie" | "path" | "query" | "header";
|
|
5460
5493
|
description?: string | undefined;
|
|
5461
5494
|
example?: unknown;
|
|
5495
|
+
content?: unknown;
|
|
5496
|
+
schema?: unknown;
|
|
5462
5497
|
examples?: unknown[] | Record<string, {
|
|
5463
5498
|
value?: unknown;
|
|
5464
5499
|
summary?: string | undefined;
|
|
5465
5500
|
externalValue?: string | undefined;
|
|
5466
5501
|
}> | undefined;
|
|
5467
|
-
schema?: unknown;
|
|
5468
|
-
content?: unknown;
|
|
5469
5502
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5470
5503
|
explode?: boolean | undefined;
|
|
5471
5504
|
}[] | undefined;
|
|
@@ -5517,13 +5550,13 @@ declare const client: import("vue").Ref<{
|
|
|
5517
5550
|
in: "cookie" | "path" | "query" | "header";
|
|
5518
5551
|
description?: string | undefined;
|
|
5519
5552
|
example?: unknown;
|
|
5553
|
+
content?: unknown;
|
|
5554
|
+
schema?: unknown;
|
|
5520
5555
|
examples?: unknown[] | Record<string, {
|
|
5521
5556
|
value?: unknown;
|
|
5522
5557
|
summary?: string | undefined;
|
|
5523
5558
|
externalValue?: string | undefined;
|
|
5524
5559
|
}> | undefined;
|
|
5525
|
-
schema?: unknown;
|
|
5526
|
-
content?: unknown;
|
|
5527
5560
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5528
5561
|
explode?: boolean | undefined;
|
|
5529
5562
|
}[] | undefined;
|
|
@@ -5575,13 +5608,13 @@ declare const client: import("vue").Ref<{
|
|
|
5575
5608
|
in: "cookie" | "path" | "query" | "header";
|
|
5576
5609
|
description?: string | undefined;
|
|
5577
5610
|
example?: unknown;
|
|
5611
|
+
content?: unknown;
|
|
5612
|
+
schema?: unknown;
|
|
5578
5613
|
examples?: unknown[] | Record<string, {
|
|
5579
5614
|
value?: unknown;
|
|
5580
5615
|
summary?: string | undefined;
|
|
5581
5616
|
externalValue?: string | undefined;
|
|
5582
5617
|
}> | undefined;
|
|
5583
|
-
schema?: unknown;
|
|
5584
|
-
content?: unknown;
|
|
5585
5618
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5586
5619
|
explode?: boolean | undefined;
|
|
5587
5620
|
}[] | undefined;
|
|
@@ -5634,13 +5667,13 @@ declare const client: import("vue").Ref<{
|
|
|
5634
5667
|
in: "cookie" | "path" | "query" | "header";
|
|
5635
5668
|
description?: string | undefined;
|
|
5636
5669
|
example?: unknown;
|
|
5670
|
+
content?: unknown;
|
|
5671
|
+
schema?: unknown;
|
|
5637
5672
|
examples?: unknown[] | Record<string, {
|
|
5638
5673
|
value?: unknown;
|
|
5639
5674
|
summary?: string | undefined;
|
|
5640
5675
|
externalValue?: string | undefined;
|
|
5641
5676
|
}> | undefined;
|
|
5642
|
-
schema?: unknown;
|
|
5643
|
-
content?: unknown;
|
|
5644
5677
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5645
5678
|
explode?: boolean | undefined;
|
|
5646
5679
|
}[] | undefined;
|
|
@@ -5692,13 +5725,13 @@ declare const client: import("vue").Ref<{
|
|
|
5692
5725
|
in: "cookie" | "path" | "query" | "header";
|
|
5693
5726
|
description?: string | undefined;
|
|
5694
5727
|
example?: unknown;
|
|
5728
|
+
content?: unknown;
|
|
5729
|
+
schema?: unknown;
|
|
5695
5730
|
examples?: unknown[] | Record<string, {
|
|
5696
5731
|
value?: unknown;
|
|
5697
5732
|
summary?: string | undefined;
|
|
5698
5733
|
externalValue?: string | undefined;
|
|
5699
5734
|
}> | undefined;
|
|
5700
|
-
schema?: unknown;
|
|
5701
|
-
content?: unknown;
|
|
5702
5735
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5703
5736
|
explode?: boolean | undefined;
|
|
5704
5737
|
}[] | undefined;
|
|
@@ -5750,13 +5783,13 @@ declare const client: import("vue").Ref<{
|
|
|
5750
5783
|
in: "cookie" | "path" | "query" | "header";
|
|
5751
5784
|
description?: string | undefined;
|
|
5752
5785
|
example?: unknown;
|
|
5786
|
+
content?: unknown;
|
|
5787
|
+
schema?: unknown;
|
|
5753
5788
|
examples?: unknown[] | Record<string, {
|
|
5754
5789
|
value?: unknown;
|
|
5755
5790
|
summary?: string | undefined;
|
|
5756
5791
|
externalValue?: string | undefined;
|
|
5757
5792
|
}> | undefined;
|
|
5758
|
-
schema?: unknown;
|
|
5759
|
-
content?: unknown;
|
|
5760
5793
|
style?: "matrix" | "simple" | "form" | "label" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined;
|
|
5761
5794
|
explode?: boolean | undefined;
|
|
5762
5795
|
}[] | undefined;
|
|
@@ -5802,12 +5835,12 @@ declare const client: import("vue").Ref<{
|
|
|
5802
5835
|
default?: any;
|
|
5803
5836
|
required?: boolean | undefined;
|
|
5804
5837
|
enum?: string[] | undefined;
|
|
5805
|
-
format?: string | undefined;
|
|
5806
5838
|
examples?: any[] | undefined;
|
|
5839
|
+
format?: string | undefined;
|
|
5807
5840
|
file?: any;
|
|
5808
5841
|
nullable?: boolean | undefined;
|
|
5809
5842
|
}[];
|
|
5810
|
-
|
|
5843
|
+
headers: {
|
|
5811
5844
|
value: string;
|
|
5812
5845
|
key: string;
|
|
5813
5846
|
enabled: boolean;
|
|
@@ -5818,12 +5851,12 @@ declare const client: import("vue").Ref<{
|
|
|
5818
5851
|
default?: any;
|
|
5819
5852
|
required?: boolean | undefined;
|
|
5820
5853
|
enum?: string[] | undefined;
|
|
5821
|
-
format?: string | undefined;
|
|
5822
5854
|
examples?: any[] | undefined;
|
|
5855
|
+
format?: string | undefined;
|
|
5823
5856
|
file?: any;
|
|
5824
5857
|
nullable?: boolean | undefined;
|
|
5825
5858
|
}[];
|
|
5826
|
-
|
|
5859
|
+
query: {
|
|
5827
5860
|
value: string;
|
|
5828
5861
|
key: string;
|
|
5829
5862
|
enabled: boolean;
|
|
@@ -5834,8 +5867,8 @@ declare const client: import("vue").Ref<{
|
|
|
5834
5867
|
default?: any;
|
|
5835
5868
|
required?: boolean | undefined;
|
|
5836
5869
|
enum?: string[] | undefined;
|
|
5837
|
-
format?: string | undefined;
|
|
5838
5870
|
examples?: any[] | undefined;
|
|
5871
|
+
format?: string | undefined;
|
|
5839
5872
|
file?: any;
|
|
5840
5873
|
nullable?: boolean | undefined;
|
|
5841
5874
|
}[];
|
|
@@ -5850,8 +5883,8 @@ declare const client: import("vue").Ref<{
|
|
|
5850
5883
|
default?: any;
|
|
5851
5884
|
required?: boolean | undefined;
|
|
5852
5885
|
enum?: string[] | undefined;
|
|
5853
|
-
format?: string | undefined;
|
|
5854
5886
|
examples?: any[] | undefined;
|
|
5887
|
+
format?: string | undefined;
|
|
5855
5888
|
file?: any;
|
|
5856
5889
|
nullable?: boolean | undefined;
|
|
5857
5890
|
}[];
|
|
@@ -5871,8 +5904,8 @@ declare const client: import("vue").Ref<{
|
|
|
5871
5904
|
default?: any;
|
|
5872
5905
|
required?: boolean | undefined;
|
|
5873
5906
|
enum?: string[] | undefined;
|
|
5874
|
-
format?: string | undefined;
|
|
5875
5907
|
examples?: any[] | undefined;
|
|
5908
|
+
format?: string | undefined;
|
|
5876
5909
|
file?: any;
|
|
5877
5910
|
nullable?: boolean | undefined;
|
|
5878
5911
|
}[];
|
|
@@ -5903,12 +5936,12 @@ declare const client: import("vue").Ref<{
|
|
|
5903
5936
|
default?: any;
|
|
5904
5937
|
required?: boolean | undefined;
|
|
5905
5938
|
enum?: string[] | undefined;
|
|
5906
|
-
format?: string | undefined;
|
|
5907
5939
|
examples?: any[] | undefined;
|
|
5940
|
+
format?: string | undefined;
|
|
5908
5941
|
file?: any;
|
|
5909
5942
|
nullable?: boolean | undefined;
|
|
5910
5943
|
}[];
|
|
5911
|
-
|
|
5944
|
+
headers: {
|
|
5912
5945
|
value: string;
|
|
5913
5946
|
key: string;
|
|
5914
5947
|
enabled: boolean;
|
|
@@ -5919,12 +5952,12 @@ declare const client: import("vue").Ref<{
|
|
|
5919
5952
|
default?: any;
|
|
5920
5953
|
required?: boolean | undefined;
|
|
5921
5954
|
enum?: string[] | undefined;
|
|
5922
|
-
format?: string | undefined;
|
|
5923
5955
|
examples?: any[] | undefined;
|
|
5956
|
+
format?: string | undefined;
|
|
5924
5957
|
file?: any;
|
|
5925
5958
|
nullable?: boolean | undefined;
|
|
5926
5959
|
}[];
|
|
5927
|
-
|
|
5960
|
+
query: {
|
|
5928
5961
|
value: string;
|
|
5929
5962
|
key: string;
|
|
5930
5963
|
enabled: boolean;
|
|
@@ -5935,8 +5968,8 @@ declare const client: import("vue").Ref<{
|
|
|
5935
5968
|
default?: any;
|
|
5936
5969
|
required?: boolean | undefined;
|
|
5937
5970
|
enum?: string[] | undefined;
|
|
5938
|
-
format?: string | undefined;
|
|
5939
5971
|
examples?: any[] | undefined;
|
|
5972
|
+
format?: string | undefined;
|
|
5940
5973
|
file?: any;
|
|
5941
5974
|
nullable?: boolean | undefined;
|
|
5942
5975
|
}[];
|
|
@@ -5951,8 +5984,8 @@ declare const client: import("vue").Ref<{
|
|
|
5951
5984
|
default?: any;
|
|
5952
5985
|
required?: boolean | undefined;
|
|
5953
5986
|
enum?: string[] | undefined;
|
|
5954
|
-
format?: string | undefined;
|
|
5955
5987
|
examples?: any[] | undefined;
|
|
5988
|
+
format?: string | undefined;
|
|
5956
5989
|
file?: any;
|
|
5957
5990
|
nullable?: boolean | undefined;
|
|
5958
5991
|
}[];
|
|
@@ -5972,8 +6005,8 @@ declare const client: import("vue").Ref<{
|
|
|
5972
6005
|
default?: any;
|
|
5973
6006
|
required?: boolean | undefined;
|
|
5974
6007
|
enum?: string[] | undefined;
|
|
5975
|
-
format?: string | undefined;
|
|
5976
6008
|
examples?: any[] | undefined;
|
|
6009
|
+
format?: string | undefined;
|
|
5977
6010
|
file?: any;
|
|
5978
6011
|
nullable?: boolean | undefined;
|
|
5979
6012
|
}[];
|
|
@@ -6005,12 +6038,12 @@ declare const client: import("vue").Ref<{
|
|
|
6005
6038
|
default?: any;
|
|
6006
6039
|
required?: boolean | undefined;
|
|
6007
6040
|
enum?: string[] | undefined;
|
|
6008
|
-
format?: string | undefined;
|
|
6009
6041
|
examples?: any[] | undefined;
|
|
6042
|
+
format?: string | undefined;
|
|
6010
6043
|
file?: any;
|
|
6011
6044
|
nullable?: boolean | undefined;
|
|
6012
6045
|
}[];
|
|
6013
|
-
|
|
6046
|
+
headers: {
|
|
6014
6047
|
value: string;
|
|
6015
6048
|
key: string;
|
|
6016
6049
|
enabled: boolean;
|
|
@@ -6021,12 +6054,12 @@ declare const client: import("vue").Ref<{
|
|
|
6021
6054
|
default?: any;
|
|
6022
6055
|
required?: boolean | undefined;
|
|
6023
6056
|
enum?: string[] | undefined;
|
|
6024
|
-
format?: string | undefined;
|
|
6025
6057
|
examples?: any[] | undefined;
|
|
6058
|
+
format?: string | undefined;
|
|
6026
6059
|
file?: any;
|
|
6027
6060
|
nullable?: boolean | undefined;
|
|
6028
6061
|
}[];
|
|
6029
|
-
|
|
6062
|
+
query: {
|
|
6030
6063
|
value: string;
|
|
6031
6064
|
key: string;
|
|
6032
6065
|
enabled: boolean;
|
|
@@ -6037,8 +6070,8 @@ declare const client: import("vue").Ref<{
|
|
|
6037
6070
|
default?: any;
|
|
6038
6071
|
required?: boolean | undefined;
|
|
6039
6072
|
enum?: string[] | undefined;
|
|
6040
|
-
format?: string | undefined;
|
|
6041
6073
|
examples?: any[] | undefined;
|
|
6074
|
+
format?: string | undefined;
|
|
6042
6075
|
file?: any;
|
|
6043
6076
|
nullable?: boolean | undefined;
|
|
6044
6077
|
}[];
|
|
@@ -6053,8 +6086,8 @@ declare const client: import("vue").Ref<{
|
|
|
6053
6086
|
default?: any;
|
|
6054
6087
|
required?: boolean | undefined;
|
|
6055
6088
|
enum?: string[] | undefined;
|
|
6056
|
-
format?: string | undefined;
|
|
6057
6089
|
examples?: any[] | undefined;
|
|
6090
|
+
format?: string | undefined;
|
|
6058
6091
|
file?: any;
|
|
6059
6092
|
nullable?: boolean | undefined;
|
|
6060
6093
|
}[];
|
|
@@ -6074,8 +6107,8 @@ declare const client: import("vue").Ref<{
|
|
|
6074
6107
|
default?: any;
|
|
6075
6108
|
required?: boolean | undefined;
|
|
6076
6109
|
enum?: string[] | undefined;
|
|
6077
|
-
format?: string | undefined;
|
|
6078
6110
|
examples?: any[] | undefined;
|
|
6111
|
+
format?: string | undefined;
|
|
6079
6112
|
file?: any;
|
|
6080
6113
|
nullable?: boolean | undefined;
|
|
6081
6114
|
}[];
|
|
@@ -6106,12 +6139,12 @@ declare const client: import("vue").Ref<{
|
|
|
6106
6139
|
default?: any;
|
|
6107
6140
|
required?: boolean | undefined;
|
|
6108
6141
|
enum?: string[] | undefined;
|
|
6109
|
-
format?: string | undefined;
|
|
6110
6142
|
examples?: any[] | undefined;
|
|
6143
|
+
format?: string | undefined;
|
|
6111
6144
|
file?: any;
|
|
6112
6145
|
nullable?: boolean | undefined;
|
|
6113
6146
|
}[];
|
|
6114
|
-
|
|
6147
|
+
headers: {
|
|
6115
6148
|
value: string;
|
|
6116
6149
|
key: string;
|
|
6117
6150
|
enabled: boolean;
|
|
@@ -6122,12 +6155,12 @@ declare const client: import("vue").Ref<{
|
|
|
6122
6155
|
default?: any;
|
|
6123
6156
|
required?: boolean | undefined;
|
|
6124
6157
|
enum?: string[] | undefined;
|
|
6125
|
-
format?: string | undefined;
|
|
6126
6158
|
examples?: any[] | undefined;
|
|
6159
|
+
format?: string | undefined;
|
|
6127
6160
|
file?: any;
|
|
6128
6161
|
nullable?: boolean | undefined;
|
|
6129
6162
|
}[];
|
|
6130
|
-
|
|
6163
|
+
query: {
|
|
6131
6164
|
value: string;
|
|
6132
6165
|
key: string;
|
|
6133
6166
|
enabled: boolean;
|
|
@@ -6138,8 +6171,8 @@ declare const client: import("vue").Ref<{
|
|
|
6138
6171
|
default?: any;
|
|
6139
6172
|
required?: boolean | undefined;
|
|
6140
6173
|
enum?: string[] | undefined;
|
|
6141
|
-
format?: string | undefined;
|
|
6142
6174
|
examples?: any[] | undefined;
|
|
6175
|
+
format?: string | undefined;
|
|
6143
6176
|
file?: any;
|
|
6144
6177
|
nullable?: boolean | undefined;
|
|
6145
6178
|
}[];
|
|
@@ -6154,8 +6187,8 @@ declare const client: import("vue").Ref<{
|
|
|
6154
6187
|
default?: any;
|
|
6155
6188
|
required?: boolean | undefined;
|
|
6156
6189
|
enum?: string[] | undefined;
|
|
6157
|
-
format?: string | undefined;
|
|
6158
6190
|
examples?: any[] | undefined;
|
|
6191
|
+
format?: string | undefined;
|
|
6159
6192
|
file?: any;
|
|
6160
6193
|
nullable?: boolean | undefined;
|
|
6161
6194
|
}[];
|
|
@@ -6175,8 +6208,8 @@ declare const client: import("vue").Ref<{
|
|
|
6175
6208
|
default?: any;
|
|
6176
6209
|
required?: boolean | undefined;
|
|
6177
6210
|
enum?: string[] | undefined;
|
|
6178
|
-
format?: string | undefined;
|
|
6179
6211
|
examples?: any[] | undefined;
|
|
6212
|
+
format?: string | undefined;
|
|
6180
6213
|
file?: any;
|
|
6181
6214
|
nullable?: boolean | undefined;
|
|
6182
6215
|
}[];
|
|
@@ -6206,12 +6239,12 @@ declare const client: import("vue").Ref<{
|
|
|
6206
6239
|
default?: any;
|
|
6207
6240
|
required?: boolean | undefined;
|
|
6208
6241
|
enum?: string[] | undefined;
|
|
6209
|
-
format?: string | undefined;
|
|
6210
6242
|
examples?: any[] | undefined;
|
|
6243
|
+
format?: string | undefined;
|
|
6211
6244
|
file?: any;
|
|
6212
6245
|
nullable?: boolean | undefined;
|
|
6213
6246
|
}[];
|
|
6214
|
-
|
|
6247
|
+
headers: {
|
|
6215
6248
|
value: string;
|
|
6216
6249
|
key: string;
|
|
6217
6250
|
enabled: boolean;
|
|
@@ -6222,12 +6255,12 @@ declare const client: import("vue").Ref<{
|
|
|
6222
6255
|
default?: any;
|
|
6223
6256
|
required?: boolean | undefined;
|
|
6224
6257
|
enum?: string[] | undefined;
|
|
6225
|
-
format?: string | undefined;
|
|
6226
6258
|
examples?: any[] | undefined;
|
|
6259
|
+
format?: string | undefined;
|
|
6227
6260
|
file?: any;
|
|
6228
6261
|
nullable?: boolean | undefined;
|
|
6229
6262
|
}[];
|
|
6230
|
-
|
|
6263
|
+
query: {
|
|
6231
6264
|
value: string;
|
|
6232
6265
|
key: string;
|
|
6233
6266
|
enabled: boolean;
|
|
@@ -6238,8 +6271,8 @@ declare const client: import("vue").Ref<{
|
|
|
6238
6271
|
default?: any;
|
|
6239
6272
|
required?: boolean | undefined;
|
|
6240
6273
|
enum?: string[] | undefined;
|
|
6241
|
-
format?: string | undefined;
|
|
6242
6274
|
examples?: any[] | undefined;
|
|
6275
|
+
format?: string | undefined;
|
|
6243
6276
|
file?: any;
|
|
6244
6277
|
nullable?: boolean | undefined;
|
|
6245
6278
|
}[];
|
|
@@ -6254,8 +6287,8 @@ declare const client: import("vue").Ref<{
|
|
|
6254
6287
|
default?: any;
|
|
6255
6288
|
required?: boolean | undefined;
|
|
6256
6289
|
enum?: string[] | undefined;
|
|
6257
|
-
format?: string | undefined;
|
|
6258
6290
|
examples?: any[] | undefined;
|
|
6291
|
+
format?: string | undefined;
|
|
6259
6292
|
file?: any;
|
|
6260
6293
|
nullable?: boolean | undefined;
|
|
6261
6294
|
}[];
|
|
@@ -6275,8 +6308,8 @@ declare const client: import("vue").Ref<{
|
|
|
6275
6308
|
default?: any;
|
|
6276
6309
|
required?: boolean | undefined;
|
|
6277
6310
|
enum?: string[] | undefined;
|
|
6278
|
-
format?: string | undefined;
|
|
6279
6311
|
examples?: any[] | undefined;
|
|
6312
|
+
format?: string | undefined;
|
|
6280
6313
|
file?: any;
|
|
6281
6314
|
nullable?: boolean | undefined;
|
|
6282
6315
|
}[];
|
|
@@ -6306,12 +6339,12 @@ declare const client: import("vue").Ref<{
|
|
|
6306
6339
|
default?: any;
|
|
6307
6340
|
required?: boolean | undefined;
|
|
6308
6341
|
enum?: string[] | undefined;
|
|
6309
|
-
format?: string | undefined;
|
|
6310
6342
|
examples?: any[] | undefined;
|
|
6343
|
+
format?: string | undefined;
|
|
6311
6344
|
file?: any;
|
|
6312
6345
|
nullable?: boolean | undefined;
|
|
6313
6346
|
}[];
|
|
6314
|
-
|
|
6347
|
+
headers: {
|
|
6315
6348
|
value: string;
|
|
6316
6349
|
key: string;
|
|
6317
6350
|
enabled: boolean;
|
|
@@ -6322,12 +6355,12 @@ declare const client: import("vue").Ref<{
|
|
|
6322
6355
|
default?: any;
|
|
6323
6356
|
required?: boolean | undefined;
|
|
6324
6357
|
enum?: string[] | undefined;
|
|
6325
|
-
format?: string | undefined;
|
|
6326
6358
|
examples?: any[] | undefined;
|
|
6359
|
+
format?: string | undefined;
|
|
6327
6360
|
file?: any;
|
|
6328
6361
|
nullable?: boolean | undefined;
|
|
6329
6362
|
}[];
|
|
6330
|
-
|
|
6363
|
+
query: {
|
|
6331
6364
|
value: string;
|
|
6332
6365
|
key: string;
|
|
6333
6366
|
enabled: boolean;
|
|
@@ -6338,8 +6371,8 @@ declare const client: import("vue").Ref<{
|
|
|
6338
6371
|
default?: any;
|
|
6339
6372
|
required?: boolean | undefined;
|
|
6340
6373
|
enum?: string[] | undefined;
|
|
6341
|
-
format?: string | undefined;
|
|
6342
6374
|
examples?: any[] | undefined;
|
|
6375
|
+
format?: string | undefined;
|
|
6343
6376
|
file?: any;
|
|
6344
6377
|
nullable?: boolean | undefined;
|
|
6345
6378
|
}[];
|
|
@@ -6354,8 +6387,8 @@ declare const client: import("vue").Ref<{
|
|
|
6354
6387
|
default?: any;
|
|
6355
6388
|
required?: boolean | undefined;
|
|
6356
6389
|
enum?: string[] | undefined;
|
|
6357
|
-
format?: string | undefined;
|
|
6358
6390
|
examples?: any[] | undefined;
|
|
6391
|
+
format?: string | undefined;
|
|
6359
6392
|
file?: any;
|
|
6360
6393
|
nullable?: boolean | undefined;
|
|
6361
6394
|
}[];
|
|
@@ -6375,8 +6408,8 @@ declare const client: import("vue").Ref<{
|
|
|
6375
6408
|
default?: any;
|
|
6376
6409
|
required?: boolean | undefined;
|
|
6377
6410
|
enum?: string[] | undefined;
|
|
6378
|
-
format?: string | undefined;
|
|
6379
6411
|
examples?: any[] | undefined;
|
|
6412
|
+
format?: string | undefined;
|
|
6380
6413
|
file?: any;
|
|
6381
6414
|
nullable?: boolean | undefined;
|
|
6382
6415
|
}[];
|
|
@@ -6407,12 +6440,12 @@ declare const client: import("vue").Ref<{
|
|
|
6407
6440
|
default?: any;
|
|
6408
6441
|
required?: boolean | undefined;
|
|
6409
6442
|
enum?: string[] | undefined;
|
|
6410
|
-
format?: string | undefined;
|
|
6411
6443
|
examples?: any[] | undefined;
|
|
6444
|
+
format?: string | undefined;
|
|
6412
6445
|
file?: any;
|
|
6413
6446
|
nullable?: boolean | undefined;
|
|
6414
6447
|
}[];
|
|
6415
|
-
|
|
6448
|
+
headers: {
|
|
6416
6449
|
value: string;
|
|
6417
6450
|
key: string;
|
|
6418
6451
|
enabled: boolean;
|
|
@@ -6423,12 +6456,12 @@ declare const client: import("vue").Ref<{
|
|
|
6423
6456
|
default?: any;
|
|
6424
6457
|
required?: boolean | undefined;
|
|
6425
6458
|
enum?: string[] | undefined;
|
|
6426
|
-
format?: string | undefined;
|
|
6427
6459
|
examples?: any[] | undefined;
|
|
6460
|
+
format?: string | undefined;
|
|
6428
6461
|
file?: any;
|
|
6429
6462
|
nullable?: boolean | undefined;
|
|
6430
6463
|
}[];
|
|
6431
|
-
|
|
6464
|
+
query: {
|
|
6432
6465
|
value: string;
|
|
6433
6466
|
key: string;
|
|
6434
6467
|
enabled: boolean;
|
|
@@ -6439,8 +6472,8 @@ declare const client: import("vue").Ref<{
|
|
|
6439
6472
|
default?: any;
|
|
6440
6473
|
required?: boolean | undefined;
|
|
6441
6474
|
enum?: string[] | undefined;
|
|
6442
|
-
format?: string | undefined;
|
|
6443
6475
|
examples?: any[] | undefined;
|
|
6476
|
+
format?: string | undefined;
|
|
6444
6477
|
file?: any;
|
|
6445
6478
|
nullable?: boolean | undefined;
|
|
6446
6479
|
}[];
|
|
@@ -6455,8 +6488,8 @@ declare const client: import("vue").Ref<{
|
|
|
6455
6488
|
default?: any;
|
|
6456
6489
|
required?: boolean | undefined;
|
|
6457
6490
|
enum?: string[] | undefined;
|
|
6458
|
-
format?: string | undefined;
|
|
6459
6491
|
examples?: any[] | undefined;
|
|
6492
|
+
format?: string | undefined;
|
|
6460
6493
|
file?: any;
|
|
6461
6494
|
nullable?: boolean | undefined;
|
|
6462
6495
|
}[];
|
|
@@ -6476,8 +6509,8 @@ declare const client: import("vue").Ref<{
|
|
|
6476
6509
|
default?: any;
|
|
6477
6510
|
required?: boolean | undefined;
|
|
6478
6511
|
enum?: string[] | undefined;
|
|
6479
|
-
format?: string | undefined;
|
|
6480
6512
|
examples?: any[] | undefined;
|
|
6513
|
+
format?: string | undefined;
|
|
6481
6514
|
file?: any;
|
|
6482
6515
|
nullable?: boolean | undefined;
|
|
6483
6516
|
}[];
|
|
@@ -6507,12 +6540,12 @@ declare const client: import("vue").Ref<{
|
|
|
6507
6540
|
default?: any;
|
|
6508
6541
|
required?: boolean | undefined;
|
|
6509
6542
|
enum?: string[] | undefined;
|
|
6510
|
-
format?: string | undefined;
|
|
6511
6543
|
examples?: any[] | undefined;
|
|
6544
|
+
format?: string | undefined;
|
|
6512
6545
|
file?: any;
|
|
6513
6546
|
nullable?: boolean | undefined;
|
|
6514
6547
|
}[];
|
|
6515
|
-
|
|
6548
|
+
headers: {
|
|
6516
6549
|
value: string;
|
|
6517
6550
|
key: string;
|
|
6518
6551
|
enabled: boolean;
|
|
@@ -6523,12 +6556,12 @@ declare const client: import("vue").Ref<{
|
|
|
6523
6556
|
default?: any;
|
|
6524
6557
|
required?: boolean | undefined;
|
|
6525
6558
|
enum?: string[] | undefined;
|
|
6526
|
-
format?: string | undefined;
|
|
6527
6559
|
examples?: any[] | undefined;
|
|
6560
|
+
format?: string | undefined;
|
|
6528
6561
|
file?: any;
|
|
6529
6562
|
nullable?: boolean | undefined;
|
|
6530
6563
|
}[];
|
|
6531
|
-
|
|
6564
|
+
query: {
|
|
6532
6565
|
value: string;
|
|
6533
6566
|
key: string;
|
|
6534
6567
|
enabled: boolean;
|
|
@@ -6539,8 +6572,8 @@ declare const client: import("vue").Ref<{
|
|
|
6539
6572
|
default?: any;
|
|
6540
6573
|
required?: boolean | undefined;
|
|
6541
6574
|
enum?: string[] | undefined;
|
|
6542
|
-
format?: string | undefined;
|
|
6543
6575
|
examples?: any[] | undefined;
|
|
6576
|
+
format?: string | undefined;
|
|
6544
6577
|
file?: any;
|
|
6545
6578
|
nullable?: boolean | undefined;
|
|
6546
6579
|
}[];
|
|
@@ -6555,8 +6588,8 @@ declare const client: import("vue").Ref<{
|
|
|
6555
6588
|
default?: any;
|
|
6556
6589
|
required?: boolean | undefined;
|
|
6557
6590
|
enum?: string[] | undefined;
|
|
6558
|
-
format?: string | undefined;
|
|
6559
6591
|
examples?: any[] | undefined;
|
|
6592
|
+
format?: string | undefined;
|
|
6560
6593
|
file?: any;
|
|
6561
6594
|
nullable?: boolean | undefined;
|
|
6562
6595
|
}[];
|
|
@@ -6576,8 +6609,8 @@ declare const client: import("vue").Ref<{
|
|
|
6576
6609
|
default?: any;
|
|
6577
6610
|
required?: boolean | undefined;
|
|
6578
6611
|
enum?: string[] | undefined;
|
|
6579
|
-
format?: string | undefined;
|
|
6580
6612
|
examples?: any[] | undefined;
|
|
6613
|
+
format?: string | undefined;
|
|
6581
6614
|
file?: any;
|
|
6582
6615
|
nullable?: boolean | undefined;
|
|
6583
6616
|
}[];
|
|
@@ -6607,12 +6640,12 @@ declare const client: import("vue").Ref<{
|
|
|
6607
6640
|
default?: any;
|
|
6608
6641
|
required?: boolean | undefined;
|
|
6609
6642
|
enum?: string[] | undefined;
|
|
6610
|
-
format?: string | undefined;
|
|
6611
6643
|
examples?: any[] | undefined;
|
|
6644
|
+
format?: string | undefined;
|
|
6612
6645
|
file?: any;
|
|
6613
6646
|
nullable?: boolean | undefined;
|
|
6614
6647
|
}[];
|
|
6615
|
-
|
|
6648
|
+
headers: {
|
|
6616
6649
|
value: string;
|
|
6617
6650
|
key: string;
|
|
6618
6651
|
enabled: boolean;
|
|
@@ -6623,12 +6656,12 @@ declare const client: import("vue").Ref<{
|
|
|
6623
6656
|
default?: any;
|
|
6624
6657
|
required?: boolean | undefined;
|
|
6625
6658
|
enum?: string[] | undefined;
|
|
6626
|
-
format?: string | undefined;
|
|
6627
6659
|
examples?: any[] | undefined;
|
|
6660
|
+
format?: string | undefined;
|
|
6628
6661
|
file?: any;
|
|
6629
6662
|
nullable?: boolean | undefined;
|
|
6630
6663
|
}[];
|
|
6631
|
-
|
|
6664
|
+
query: {
|
|
6632
6665
|
value: string;
|
|
6633
6666
|
key: string;
|
|
6634
6667
|
enabled: boolean;
|
|
@@ -6639,8 +6672,8 @@ declare const client: import("vue").Ref<{
|
|
|
6639
6672
|
default?: any;
|
|
6640
6673
|
required?: boolean | undefined;
|
|
6641
6674
|
enum?: string[] | undefined;
|
|
6642
|
-
format?: string | undefined;
|
|
6643
6675
|
examples?: any[] | undefined;
|
|
6676
|
+
format?: string | undefined;
|
|
6644
6677
|
file?: any;
|
|
6645
6678
|
nullable?: boolean | undefined;
|
|
6646
6679
|
}[];
|
|
@@ -6655,8 +6688,8 @@ declare const client: import("vue").Ref<{
|
|
|
6655
6688
|
default?: any;
|
|
6656
6689
|
required?: boolean | undefined;
|
|
6657
6690
|
enum?: string[] | undefined;
|
|
6658
|
-
format?: string | undefined;
|
|
6659
6691
|
examples?: any[] | undefined;
|
|
6692
|
+
format?: string | undefined;
|
|
6660
6693
|
file?: any;
|
|
6661
6694
|
nullable?: boolean | undefined;
|
|
6662
6695
|
}[];
|
|
@@ -6676,8 +6709,8 @@ declare const client: import("vue").Ref<{
|
|
|
6676
6709
|
default?: any;
|
|
6677
6710
|
required?: boolean | undefined;
|
|
6678
6711
|
enum?: string[] | undefined;
|
|
6679
|
-
format?: string | undefined;
|
|
6680
6712
|
examples?: any[] | undefined;
|
|
6713
|
+
format?: string | undefined;
|
|
6681
6714
|
file?: any;
|
|
6682
6715
|
nullable?: boolean | undefined;
|
|
6683
6716
|
}[];
|
|
@@ -6740,6 +6773,7 @@ declare const client: import("vue").Ref<{
|
|
|
6740
6773
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6741
6774
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6742
6775
|
"x-tokenName"?: string | undefined;
|
|
6776
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6743
6777
|
} | undefined;
|
|
6744
6778
|
implicit?: {
|
|
6745
6779
|
type: "implicit";
|
|
@@ -6766,6 +6800,7 @@ declare const client: import("vue").Ref<{
|
|
|
6766
6800
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6767
6801
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6768
6802
|
"x-tokenName"?: string | undefined;
|
|
6803
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6769
6804
|
} | undefined;
|
|
6770
6805
|
authorizationCode?: {
|
|
6771
6806
|
type: "authorizationCode";
|
|
@@ -6782,6 +6817,7 @@ declare const client: import("vue").Ref<{
|
|
|
6782
6817
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6783
6818
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6784
6819
|
"x-tokenName"?: string | undefined;
|
|
6820
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6785
6821
|
} | undefined;
|
|
6786
6822
|
};
|
|
6787
6823
|
description?: string | undefined;
|
|
@@ -6830,6 +6866,7 @@ declare const client: import("vue").Ref<{
|
|
|
6830
6866
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6831
6867
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6832
6868
|
"x-tokenName"?: string | undefined;
|
|
6869
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6833
6870
|
} | undefined;
|
|
6834
6871
|
implicit?: {
|
|
6835
6872
|
type: "implicit";
|
|
@@ -6856,6 +6893,7 @@ declare const client: import("vue").Ref<{
|
|
|
6856
6893
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6857
6894
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6858
6895
|
"x-tokenName"?: string | undefined;
|
|
6896
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6859
6897
|
} | undefined;
|
|
6860
6898
|
authorizationCode?: {
|
|
6861
6899
|
type: "authorizationCode";
|
|
@@ -6872,6 +6910,7 @@ declare const client: import("vue").Ref<{
|
|
|
6872
6910
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6873
6911
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6874
6912
|
"x-tokenName"?: string | undefined;
|
|
6913
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6875
6914
|
} | undefined;
|
|
6876
6915
|
};
|
|
6877
6916
|
description?: string | undefined;
|
|
@@ -6921,6 +6960,7 @@ declare const client: import("vue").Ref<{
|
|
|
6921
6960
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6922
6961
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6923
6962
|
"x-tokenName"?: string | undefined;
|
|
6963
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6924
6964
|
} | undefined;
|
|
6925
6965
|
implicit?: {
|
|
6926
6966
|
type: "implicit";
|
|
@@ -6947,6 +6987,7 @@ declare const client: import("vue").Ref<{
|
|
|
6947
6987
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6948
6988
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6949
6989
|
"x-tokenName"?: string | undefined;
|
|
6990
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6950
6991
|
} | undefined;
|
|
6951
6992
|
authorizationCode?: {
|
|
6952
6993
|
type: "authorizationCode";
|
|
@@ -6963,12 +7004,13 @@ declare const client: import("vue").Ref<{
|
|
|
6963
7004
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
6964
7005
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
6965
7006
|
"x-tokenName"?: string | undefined;
|
|
7007
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
6966
7008
|
} | undefined;
|
|
6967
7009
|
};
|
|
6968
7010
|
description?: string | undefined;
|
|
6969
7011
|
"x-default-scopes"?: string | string[] | undefined;
|
|
6970
7012
|
}) => void;
|
|
6971
|
-
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" ? {
|
|
7013
|
+
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" ? {
|
|
6972
7014
|
type: "apiKey";
|
|
6973
7015
|
value: string;
|
|
6974
7016
|
name: string;
|
|
@@ -7059,6 +7101,7 @@ declare const client: import("vue").Ref<{
|
|
|
7059
7101
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7060
7102
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7061
7103
|
"x-tokenName"?: string | undefined;
|
|
7104
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7062
7105
|
} | undefined;
|
|
7063
7106
|
implicit?: {
|
|
7064
7107
|
type: "implicit";
|
|
@@ -7085,6 +7128,7 @@ declare const client: import("vue").Ref<{
|
|
|
7085
7128
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7086
7129
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7087
7130
|
"x-tokenName"?: string | undefined;
|
|
7131
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7088
7132
|
} | undefined;
|
|
7089
7133
|
authorizationCode?: {
|
|
7090
7134
|
type: "authorizationCode";
|
|
@@ -7101,6 +7145,7 @@ declare const client: import("vue").Ref<{
|
|
|
7101
7145
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7102
7146
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7103
7147
|
"x-tokenName"?: string | undefined;
|
|
7148
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7104
7149
|
} | undefined;
|
|
7105
7150
|
};
|
|
7106
7151
|
description?: string | undefined;
|
|
@@ -7124,6 +7169,7 @@ declare const client: import("vue").Ref<{
|
|
|
7124
7169
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7125
7170
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7126
7171
|
"x-tokenName"?: string | undefined;
|
|
7172
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7127
7173
|
} | undefined;
|
|
7128
7174
|
implicit?: {
|
|
7129
7175
|
type: "implicit";
|
|
@@ -7150,6 +7196,7 @@ declare const client: import("vue").Ref<{
|
|
|
7150
7196
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7151
7197
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7152
7198
|
"x-tokenName"?: string | undefined;
|
|
7199
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7153
7200
|
} | undefined;
|
|
7154
7201
|
authorizationCode?: {
|
|
7155
7202
|
type: "authorizationCode";
|
|
@@ -7166,6 +7213,7 @@ declare const client: import("vue").Ref<{
|
|
|
7166
7213
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7167
7214
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7168
7215
|
"x-tokenName"?: string | undefined;
|
|
7216
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7169
7217
|
} | undefined;
|
|
7170
7218
|
};
|
|
7171
7219
|
description?: string | undefined;
|
|
@@ -7189,6 +7237,7 @@ declare const client: import("vue").Ref<{
|
|
|
7189
7237
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7190
7238
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7191
7239
|
"x-tokenName"?: string | undefined;
|
|
7240
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7192
7241
|
} | undefined;
|
|
7193
7242
|
implicit?: {
|
|
7194
7243
|
type: "implicit";
|
|
@@ -7215,6 +7264,7 @@ declare const client: import("vue").Ref<{
|
|
|
7215
7264
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7216
7265
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7217
7266
|
"x-tokenName"?: string | undefined;
|
|
7267
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7218
7268
|
} | undefined;
|
|
7219
7269
|
authorizationCode?: {
|
|
7220
7270
|
type: "authorizationCode";
|
|
@@ -7231,12 +7281,13 @@ declare const client: import("vue").Ref<{
|
|
|
7231
7281
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7232
7282
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7233
7283
|
"x-tokenName"?: string | undefined;
|
|
7284
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7234
7285
|
} | undefined;
|
|
7235
7286
|
};
|
|
7236
7287
|
description?: string | undefined;
|
|
7237
7288
|
"x-default-scopes"?: string | string[] | undefined;
|
|
7238
7289
|
}[K], R_3> : never : K extends `${number}` ? never : never : P extends `${number}` ? never : never)) => void;
|
|
7239
|
-
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" ? {
|
|
7290
|
+
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" ? {
|
|
7240
7291
|
type: "apiKey";
|
|
7241
7292
|
value: string;
|
|
7242
7293
|
name: string;
|
|
@@ -7327,6 +7378,7 @@ declare const client: import("vue").Ref<{
|
|
|
7327
7378
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7328
7379
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7329
7380
|
"x-tokenName"?: string | undefined;
|
|
7381
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7330
7382
|
} | undefined;
|
|
7331
7383
|
implicit?: {
|
|
7332
7384
|
type: "implicit";
|
|
@@ -7353,6 +7405,7 @@ declare const client: import("vue").Ref<{
|
|
|
7353
7405
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7354
7406
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7355
7407
|
"x-tokenName"?: string | undefined;
|
|
7408
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7356
7409
|
} | undefined;
|
|
7357
7410
|
authorizationCode?: {
|
|
7358
7411
|
type: "authorizationCode";
|
|
@@ -7369,6 +7422,7 @@ declare const client: import("vue").Ref<{
|
|
|
7369
7422
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7370
7423
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7371
7424
|
"x-tokenName"?: string | undefined;
|
|
7425
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7372
7426
|
} | undefined;
|
|
7373
7427
|
};
|
|
7374
7428
|
description?: string | undefined;
|
|
@@ -7392,6 +7446,7 @@ declare const client: import("vue").Ref<{
|
|
|
7392
7446
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7393
7447
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7394
7448
|
"x-tokenName"?: string | undefined;
|
|
7449
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7395
7450
|
} | undefined;
|
|
7396
7451
|
implicit?: {
|
|
7397
7452
|
type: "implicit";
|
|
@@ -7418,6 +7473,7 @@ declare const client: import("vue").Ref<{
|
|
|
7418
7473
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7419
7474
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7420
7475
|
"x-tokenName"?: string | undefined;
|
|
7476
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7421
7477
|
} | undefined;
|
|
7422
7478
|
authorizationCode?: {
|
|
7423
7479
|
type: "authorizationCode";
|
|
@@ -7434,6 +7490,7 @@ declare const client: import("vue").Ref<{
|
|
|
7434
7490
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7435
7491
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7436
7492
|
"x-tokenName"?: string | undefined;
|
|
7493
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7437
7494
|
} | undefined;
|
|
7438
7495
|
};
|
|
7439
7496
|
description?: string | undefined;
|
|
@@ -7457,6 +7514,7 @@ declare const client: import("vue").Ref<{
|
|
|
7457
7514
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7458
7515
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7459
7516
|
"x-tokenName"?: string | undefined;
|
|
7517
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7460
7518
|
} | undefined;
|
|
7461
7519
|
implicit?: {
|
|
7462
7520
|
type: "implicit";
|
|
@@ -7483,6 +7541,7 @@ declare const client: import("vue").Ref<{
|
|
|
7483
7541
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7484
7542
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7485
7543
|
"x-tokenName"?: string | undefined;
|
|
7544
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7486
7545
|
} | undefined;
|
|
7487
7546
|
authorizationCode?: {
|
|
7488
7547
|
type: "authorizationCode";
|
|
@@ -7499,6 +7558,7 @@ declare const client: import("vue").Ref<{
|
|
|
7499
7558
|
"x-scalar-security-query"?: Record<string, string> | undefined;
|
|
7500
7559
|
"x-scalar-security-body"?: Record<string, string> | undefined;
|
|
7501
7560
|
"x-tokenName"?: string | undefined;
|
|
7561
|
+
"x-scalar-credentials-location"?: "header" | "body" | undefined;
|
|
7502
7562
|
} | undefined;
|
|
7503
7563
|
};
|
|
7504
7564
|
description?: string | undefined;
|