|
@@ -7,6 +7,9 @@ export {}
|
|
|
/* prettier-ignore */
|
|
|
declare module 'vue' {
|
|
|
export interface GlobalComponents {
|
|
|
+ '(chore': fix broken runner for user collection)
|
|
|
+ '(feat': collection runner config in modal)
|
|
|
+ '(fix': run again function)
|
|
|
AccessTokens: typeof import('./components/accessTokens/index.vue')['default']
|
|
|
AccessTokensGenerateModal: typeof import('./components/accessTokens/GenerateModal.vue')['default']
|
|
|
AccessTokensList: typeof import('./components/accessTokens/List.vue')['default']
|
|
@@ -14,6 +17,7 @@ declare module 'vue' {
|
|
|
AiexperimentsMergeView: typeof import('./components/aiexperiments/MergeView.vue')['default']
|
|
|
AiexperimentsModifyBodyModal: typeof import('./components/aiexperiments/ModifyBodyModal.vue')['default']
|
|
|
AppActionHandler: typeof import('./components/app/ActionHandler.vue')['default']
|
|
|
+ AppAnnouncement: (typeof import("./components/app/Announcement.vue"))["default"]
|
|
|
AppBanner: typeof import('./components/app/Banner.vue')['default']
|
|
|
AppContextMenu: typeof import('./components/app/ContextMenu.vue')['default']
|
|
|
AppDeveloperOptions: typeof import('./components/app/DeveloperOptions.vue')['default']
|
|
@@ -41,6 +45,8 @@ declare module 'vue' {
|
|
|
AppSpotlightSearch: typeof import('./components/app/SpotlightSearch.vue')['default']
|
|
|
AppSupport: typeof import('./components/app/Support.vue')['default']
|
|
|
AppWhatsNewDialog: typeof import('./components/app/WhatsNewDialog.vue')['default']
|
|
|
+ ButtonPrimary: (typeof import("./../../hoppscotch-ui/src/components/button/Primary.vue"))["default"]
|
|
|
+ ButtonSecondary: (typeof import("./../../hoppscotch-ui/src/components/button/Secondary.vue"))["default"]
|
|
|
Collections: typeof import('./components/collections/index.vue')['default']
|
|
|
CollectionsAdd: typeof import('./components/collections/Add.vue')['default']
|
|
|
CollectionsAddFolder: typeof import('./components/collections/AddFolder.vue')['default']
|
|
@@ -66,7 +72,7 @@ declare module 'vue' {
|
|
|
CollectionsMyCollections: typeof import('./components/collections/MyCollections.vue')['default']
|
|
|
CollectionsProperties: typeof import('./components/collections/Properties.vue')['default']
|
|
|
CollectionsRequest: typeof import('./components/collections/Request.vue')['default']
|
|
|
- CollectionsRunner: typeof import('./components/collections/Runner.vue')['default']
|
|
|
+ CollectionsRunner: (typeof import("./components/collections/Runner.vue"))["default"]
|
|
|
CollectionsSaveRequest: typeof import('./components/collections/SaveRequest.vue')['default']
|
|
|
CollectionsTeamCollections: typeof import('./components/collections/TeamCollections.vue')['default']
|
|
|
CookiesAllModal: typeof import('./components/cookies/AllModal.vue')['default']
|
|
@@ -107,8 +113,10 @@ declare module 'vue' {
|
|
|
HoppButtonPrimary: typeof import('@hoppscotch/ui')['HoppButtonPrimary']
|
|
|
HoppButtonSecondary: typeof import('@hoppscotch/ui')['HoppButtonSecondary']
|
|
|
HoppSmartAnchor: typeof import('@hoppscotch/ui')['HoppSmartAnchor']
|
|
|
+ HoppSmartAutoComplete: (typeof import("@hoppscotch/ui"))["HoppSmartAutoComplete"]
|
|
|
HoppSmartCheckbox: typeof import('@hoppscotch/ui')['HoppSmartCheckbox']
|
|
|
HoppSmartConfirmModal: typeof import('@hoppscotch/ui')['HoppSmartConfirmModal']
|
|
|
+ HoppSmartExpand: (typeof import("@hoppscotch/ui"))["HoppSmartExpand"]
|
|
|
HoppSmartFileChip: typeof import('@hoppscotch/ui')['HoppSmartFileChip']
|
|
|
HoppSmartInput: typeof import('@hoppscotch/ui')['HoppSmartInput']
|
|
|
HoppSmartIntersection: typeof import('@hoppscotch/ui')['HoppSmartIntersection']
|
|
@@ -129,6 +137,8 @@ declare module 'vue' {
|
|
|
HoppSmartTree: typeof import('@hoppscotch/ui')['HoppSmartTree']
|
|
|
HoppSmartWindow: typeof import('@hoppscotch/ui')['HoppSmartWindow']
|
|
|
HoppSmartWindows: typeof import('@hoppscotch/ui')['HoppSmartWindows']
|
|
|
+ HoppTestEnv: (typeof import("@hoppscotch/ui"))["HoppTestEnv"]
|
|
|
+ HoppTestRunnerModal: (typeof import("@hoppscotch/ui"))["HoppTestRunnerModal"]
|
|
|
HttpAuthorization: typeof import('./components/http/Authorization.vue')['default']
|
|
|
HttpAuthorizationAkamaiEG: typeof import('./components/http/authorization/AkamaiEG.vue')['default']
|
|
|
HttpAuthorizationApiKey: typeof import('./components/http/authorization/ApiKey.vue')['default']
|
|
@@ -143,6 +153,7 @@ declare module 'vue' {
|
|
|
HttpBodyParameters: typeof import('./components/http/BodyParameters.vue')['default']
|
|
|
HttpCodegen: typeof import('./components/http/Codegen.vue')['default']
|
|
|
HttpCodegenModal: typeof import('./components/http/CodegenModal.vue')['default']
|
|
|
+ HttpCollectionRunner: (typeof import("./components/http/CollectionRunner.vue"))["default"]
|
|
|
HttpExampleLenseBodyRenderer: typeof import('./components/http/example/LenseBodyRenderer.vue')['default']
|
|
|
HttpExampleResponse: typeof import('./components/http/example/Response.vue')['default']
|
|
|
HttpExampleResponseMeta: typeof import('./components/http/example/ResponseMeta.vue')['default']
|
|
@@ -151,6 +162,7 @@ declare module 'vue' {
|
|
|
HttpHeaders: typeof import('./components/http/Headers.vue')['default']
|
|
|
HttpImportCurl: typeof import('./components/http/ImportCurl.vue')['default']
|
|
|
HttpKeyValue: typeof import('./components/http/KeyValue.vue')['default']
|
|
|
+ HttpOAuth2Authorization: (typeof import("./components/http/OAuth2Authorization.vue"))["default"]
|
|
|
HttpParameters: typeof import('./components/http/Parameters.vue')['default']
|
|
|
HttpPreRequestScript: typeof import('./components/http/PreRequestScript.vue')['default']
|
|
|
HttpRawBody: typeof import('./components/http/RawBody.vue')['default']
|
|
@@ -162,19 +174,36 @@ declare module 'vue' {
|
|
|
HttpResponse: typeof import('./components/http/Response.vue')['default']
|
|
|
HttpResponseInterface: typeof import('./components/http/ResponseInterface.vue')['default']
|
|
|
HttpResponseMeta: typeof import('./components/http/ResponseMeta.vue')['default']
|
|
|
+ HttpRunner: (typeof import("./components/http/Runner.vue"))["default"]
|
|
|
HttpSaveResponseName: typeof import('./components/http/SaveResponseName.vue')['default']
|
|
|
HttpSidebar: typeof import('./components/http/Sidebar.vue')['default']
|
|
|
HttpTabHead: typeof import('./components/http/TabHead.vue')['default']
|
|
|
+ HttpTestEnv: typeof import('./components/http/test/Env.vue')['default']
|
|
|
+ HttpTestFolder: typeof import('./components/http/test/Folder.vue')['default']
|
|
|
+ HttpTestRequest: typeof import('./components/http/test/Request.vue')['default']
|
|
|
+ HttpTestResponse: typeof import('./components/http/test/Response.vue')['default']
|
|
|
HttpTestResult: typeof import('./components/http/TestResult.vue')['default']
|
|
|
HttpTestResultEntry: typeof import('./components/http/TestResultEntry.vue')['default']
|
|
|
HttpTestResultEnv: typeof import('./components/http/TestResultEnv.vue')['default']
|
|
|
+ HttpTestResultFolder: typeof import('./components/http/test/ResultFolder.vue')['default']
|
|
|
HttpTestResultReport: typeof import('./components/http/TestResultReport.vue')['default']
|
|
|
+ HttpTestResultRequest: typeof import('./components/http/test/ResultRequest.vue')['default']
|
|
|
+ HttpTestRunner: typeof import('./components/http/test/Runner.vue')['default']
|
|
|
+ HttpTestRunnerConfig: typeof import('./components/http/test/RunnerConfig.vue')['default']
|
|
|
+ HttpTestRunnerMeta: typeof import('./components/http/test/RunnerMeta.vue')['default']
|
|
|
+ HttpTestRunnerModal: typeof import('./components/http/test/RunnerModal.vue')['default']
|
|
|
+ HttpTestRunnerResult: typeof import('./components/http/test/RunnerResult.vue')['default']
|
|
|
HttpTests: typeof import('./components/http/Tests.vue')['default']
|
|
|
+ HttpTestSelector: (typeof import("./components/http/test/Selector.vue"))["default"]
|
|
|
+ HttpTestSelectRequest: (typeof import("./components/http/test/SelectRequest.vue"))["default"]
|
|
|
+ HttpTestTestResult: typeof import('./components/http/test/TestResult.vue')['default']
|
|
|
HttpURLEncodedParams: typeof import('./components/http/URLEncodedParams.vue')['default']
|
|
|
IconLucideActivity: typeof import('~icons/lucide/activity')['default']
|
|
|
+ IconLucideAlertCircle: (typeof import("~icons/lucide/alert-circle"))["default"]
|
|
|
IconLucideAlertTriangle: typeof import('~icons/lucide/alert-triangle')['default']
|
|
|
IconLucideArrowLeft: typeof import('~icons/lucide/arrow-left')['default']
|
|
|
IconLucideArrowUpRight: typeof import('~icons/lucide/arrow-up-right')['default']
|
|
|
+ IconLucideBrush: (typeof import("~icons/lucide/brush"))["default"]
|
|
|
IconLucideCheckCircle: typeof import('~icons/lucide/check-circle')['default']
|
|
|
IconLucideChevronRight: typeof import('~icons/lucide/chevron-right')['default']
|
|
|
IconLucideGlobe: typeof import('~icons/lucide/globe')['default']
|
|
@@ -184,10 +213,12 @@ declare module 'vue' {
|
|
|
IconLucideLayers: typeof import('~icons/lucide/layers')['default']
|
|
|
IconLucideListEnd: typeof import('~icons/lucide/list-end')['default']
|
|
|
IconLucideMinus: typeof import('~icons/lucide/minus')['default']
|
|
|
- IconLucideRss: typeof import('~icons/lucide/rss')['default']
|
|
|
+ IconLucidePlay: (typeof import("~icons/lucide/play"))["default"]
|
|
|
+ IconLucidePlaySquare: (typeof import("~icons/lucide/play-square"))["default"]
|
|
|
+ IconLucideRss: (typeof import("~icons/lucide/rss"))["default"]
|
|
|
IconLucideSearch: typeof import('~icons/lucide/search')['default']
|
|
|
IconLucideUsers: typeof import('~icons/lucide/users')['default']
|
|
|
- IconLucideVerified: typeof import('~icons/lucide/verified')['default']
|
|
|
+ IconLucideVerified: (typeof import("~icons/lucide/verified"))["default"]
|
|
|
IconLucideX: typeof import('~icons/lucide/x')['default']
|
|
|
ImportExportBase: typeof import('./components/importExport/Base.vue')['default']
|
|
|
ImportExportImportExportList: typeof import('./components/importExport/ImportExportList.vue')['default']
|
|
@@ -214,6 +245,8 @@ declare module 'vue' {
|
|
|
LensesRenderersVideoLensRenderer: typeof import('./components/lenses/renderers/VideoLensRenderer.vue')['default']
|
|
|
LensesRenderersXMLLensRenderer: typeof import('./components/lenses/renderers/XMLLensRenderer.vue')['default']
|
|
|
LensesResponseBodyRenderer: typeof import('./components/lenses/ResponseBodyRenderer.vue')['default']
|
|
|
+ ProfileShortcode: (typeof import("./components/profile/Shortcode.vue"))["default"]
|
|
|
+ ProfileShortcodes: (typeof import("./components/profile/Shortcodes.vue"))["default"]
|
|
|
ProfileUserDelete: typeof import('./components/profile/UserDelete.vue')['default']
|
|
|
RealtimeCommunication: typeof import('./components/realtime/Communication.vue')['default']
|
|
|
RealtimeConnectionConfig: typeof import('./components/realtime/ConnectionConfig.vue')['default']
|
|
@@ -228,14 +261,43 @@ declare module 'vue' {
|
|
|
ShareCustomizeModal: typeof import('./components/share/CustomizeModal.vue')['default']
|
|
|
ShareModal: typeof import('./components/share/Modal.vue')['default']
|
|
|
ShareRequest: typeof import('./components/share/Request.vue')['default']
|
|
|
+ ShareRequestModal: (typeof import("./components/share/RequestModal.vue"))["default"]
|
|
|
+ ShareShareRequestModal: (typeof import("./components/share/ShareRequestModal.vue"))["default"]
|
|
|
ShareTemplatesButton: typeof import('./components/share/templates/Button.vue')['default']
|
|
|
ShareTemplatesEmbeds: typeof import('./components/share/templates/Embeds.vue')['default']
|
|
|
ShareTemplatesLink: typeof import('./components/share/templates/Link.vue')['default']
|
|
|
SmartAccentModePicker: typeof import('./components/smart/AccentModePicker.vue')['default']
|
|
|
+ SmartAnchor: (typeof import("./../../hoppscotch-ui/src/components/smart/Anchor.vue"))["default"]
|
|
|
+ SmartAutoComplete: (typeof import("./../../hoppscotch-ui/src/components/smart/AutoComplete.vue"))["default"]
|
|
|
SmartChangeLanguage: typeof import('./components/smart/ChangeLanguage.vue')['default']
|
|
|
+ SmartCheckbox: (typeof import("./../../hoppscotch-ui/src/components/smart/Checkbox.vue"))["default"]
|
|
|
SmartColorModePicker: typeof import('./components/smart/ColorModePicker.vue')['default']
|
|
|
+ SmartConfirmModal: (typeof import("./../../hoppscotch-ui/src/components/smart/ConfirmModal.vue"))["default"]
|
|
|
SmartEncodingPicker: typeof import('./components/smart/EncodingPicker.vue')['default']
|
|
|
SmartEnvInput: typeof import('./components/smart/EnvInput.vue')['default']
|
|
|
+ SmartExpand: (typeof import("./../../hoppscotch-ui/src/components/smart/Expand.vue"))["default"]
|
|
|
+ SmartFileChip: (typeof import("./../../hoppscotch-ui/src/components/smart/FileChip.vue"))["default"]
|
|
|
+ SmartInput: (typeof import("./../../hoppscotch-ui/src/components/smart/Input.vue"))["default"]
|
|
|
+ SmartIntersection: (typeof import("./../../hoppscotch-ui/src/components/smart/Intersection.vue"))["default"]
|
|
|
+ SmartItem: (typeof import("./../../hoppscotch-ui/src/components/smart/Item.vue"))["default"]
|
|
|
+ SmartLink: (typeof import("./../../hoppscotch-ui/src/components/smart/Link.vue"))["default"]
|
|
|
+ SmartModal: (typeof import("./../../hoppscotch-ui/src/components/smart/Modal.vue"))["default"]
|
|
|
+ SmartPicture: (typeof import("./../../hoppscotch-ui/src/components/smart/Picture.vue"))["default"]
|
|
|
+ SmartPlaceholder: (typeof import("./../../hoppscotch-ui/src/components/smart/Placeholder.vue"))["default"]
|
|
|
+ SmartProgressRing: (typeof import("./../../hoppscotch-ui/src/components/smart/ProgressRing.vue"))["default"]
|
|
|
+ SmartRadio: (typeof import("./../../hoppscotch-ui/src/components/smart/Radio.vue"))["default"]
|
|
|
+ SmartRadioGroup: (typeof import("./../../hoppscotch-ui/src/components/smart/RadioGroup.vue"))["default"]
|
|
|
+ SmartSelectWrapper: (typeof import("./../../hoppscotch-ui/src/components/smart/SelectWrapper.vue"))["default"]
|
|
|
+ SmartSlideOver: (typeof import("./../../hoppscotch-ui/src/components/smart/SlideOver.vue"))["default"]
|
|
|
+ SmartSpinner: (typeof import("./../../hoppscotch-ui/src/components/smart/Spinner.vue"))["default"]
|
|
|
+ SmartTab: (typeof import("./../../hoppscotch-ui/src/components/smart/Tab.vue"))["default"]
|
|
|
+ SmartTable: (typeof import("./../../hoppscotch-ui/src/components/smart/Table.vue"))["default"]
|
|
|
+ SmartTabs: (typeof import("./../../hoppscotch-ui/src/components/smart/Tabs.vue"))["default"]
|
|
|
+ SmartToggle: (typeof import("./../../hoppscotch-ui/src/components/smart/Toggle.vue"))["default"]
|
|
|
+ SmartTree: (typeof import("./../../hoppscotch-ui/src/components/smart/Tree.vue"))["default"]
|
|
|
+ SmartTreeBranch: (typeof import("./../../hoppscotch-ui/src/components/smart/TreeBranch.vue"))["default"]
|
|
|
+ SmartWindow: (typeof import("./../../hoppscotch-ui/src/components/smart/Window.vue"))["default"]
|
|
|
+ SmartWindows: (typeof import("./../../hoppscotch-ui/src/components/smart/Windows.vue"))["default"]
|
|
|
TabPrimary: typeof import('./components/tab/Primary.vue')['default']
|
|
|
TabSecondary: typeof import('./components/tab/Secondary.vue')['default']
|
|
|
Teams: typeof import('./components/teams/index.vue')['default']
|