@alwaysmeticulous/downloading-helpers
Advanced tools
Comparing version 2.181.2 to 2.182.0
@@ -9,6 +9,7 @@ import { AxiosInstance } from "axios"; | ||
* - `screenshots-only`: Download only the screenshots. | ||
* - `timeline-only`: Download only the timeline data. | ||
* - `post-test-run-processing-files-only`: Download only the files that are needed for post-test-run processing | ||
* e.g mapped coverage and timeline data. | ||
*/ | ||
declare const DOWNLOAD_SCOPES: readonly ["everything", "screenshots-only", "post-test-run-processing-files-only"]; | ||
declare const DOWNLOAD_SCOPES: readonly ["everything", "screenshots-only", "timeline-only", "post-test-run-processing-files-only"]; | ||
export type DownloadScope = (typeof DOWNLOAD_SCOPES)[number]; | ||
@@ -15,0 +16,0 @@ export declare const getOrFetchReplayArchive: (client: AxiosInstance, replayId: string, downloadScope?: DownloadScope) => Promise<{ |
@@ -36,2 +36,3 @@ "use strict"; | ||
* - `screenshots-only`: Download only the screenshots. | ||
* - `timeline-only`: Download only the timeline data. | ||
* - `post-test-run-processing-files-only`: Download only the files that are needed for post-test-run processing | ||
@@ -43,2 +44,3 @@ * e.g mapped coverage and timeline data. | ||
"screenshots-only", | ||
"timeline-only", | ||
"post-test-run-processing-files-only", | ||
@@ -49,2 +51,3 @@ ]; | ||
"screenshots-only": /^screenshots/, | ||
"timeline-only": /^timeline/, | ||
"post-test-run-processing-files-only": /^(mappedCoverage|timeline)/, | ||
@@ -51,0 +54,0 @@ }; |
{ | ||
"name": "@alwaysmeticulous/downloading-helpers", | ||
"version": "2.181.2", | ||
"version": "2.182.0", | ||
"description": "Helper utilities for downloading files & scripts required to execute replays", | ||
@@ -58,3 +58,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "a85b0bc93236dc0bde6469721e90a5e19b662ed4" | ||
"gitHead": "0896165cc556a4d67b51bdc707217827bf3e98b5" | ||
} |
Sorry, the diff of this file is not supported yet
59315
745