@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.175.0 to 2.176.0
export { RecordConfig, RecordSettings } from "./record"; | ||
export { MeticulousWindowConfig, NetworkResponseSanitizer, } from "./record/record-settings"; | ||
export * from "./record/middleware"; | ||
export { ReplayAndStoreResultsOptions, ReplayTarget, SnapshottedAssetsReplayTarget, URLReplayTarget, OriginalRecordedURLReplayTarget, ReplayExecutionOptions, ReplayOrchestratorScreenshottingOptions, GeneratedBy, GeneratedByNotebookRun, GeneratedByTestRun, GeneratedByReplayCommand, ScreenshotComparisonOptions, ScreenshotComparisonEnabledOptions, CompareScreenshotsTo, CompareScreenshotsToSpecificReplay, CompareScreenshotsToTestRun, DoNotCompareScreenshots, OutOfDateClientError, BeforeUserEventOptions, AppUrlConfig, } from "./replay-orchestrator/sdk-to-bundle/execute-replay"; | ||
export { ReplayAndStoreResultsOptions, ReplayTarget, SnapshottedAssetsReplayTarget, URLReplayTarget, OriginalRecordedURLReplayTarget, ReplayExecutionOptions, ReplayOrchestratorScreenshottingOptions, GeneratedBy, GeneratedByNotebookRun, GeneratedByTestRun, GeneratedByReplayCommand, ScreenshotComparisonOptions, ScreenshotComparisonEnabledOptions, CompareScreenshotsTo, CompareScreenshotsToSpecificReplay, CompareScreenshotsToTestRun, DoNotCompareScreenshots, OutOfDateClientError, BeforeUserEventOptions, AppUrlConfig, PreNavigationResult, } from "./replay-orchestrator/sdk-to-bundle/execute-replay"; | ||
export { ExecuteTestRunOptions } from "./replay-orchestrator/sdk-to-bundle/execute-test-run"; | ||
@@ -6,0 +6,0 @@ export { ExecuteScheduledTestRunOptions } from "./replay-orchestrator/sdk-to-bundle/execute-scheduled-test-run"; |
@@ -22,2 +22,3 @@ import { Cookie, InjectableRequestHeader, NetworkStubbingMode, ScreenshotAssertionsEnabledOptions, ScreenshotDiffOptions, ScreenshottingEnabledOptions } from "@alwaysmeticulous/api"; | ||
gitRef: string | null | undefined; | ||
projectId: string; | ||
sessionId: string; | ||
@@ -67,3 +68,10 @@ /** | ||
snapshotAssets?: boolean; | ||
/** | ||
* If present, contains the result of the pre-navigation step. | ||
*/ | ||
preNavigationResult?: PreNavigationResult; | ||
} | ||
export interface PreNavigationResult { | ||
cookies: Cookie[]; | ||
} | ||
export interface BeforeUserEventOptions { | ||
@@ -70,0 +78,0 @@ /** |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.175.0", | ||
"version": "2.176.0", | ||
"description": "Meticulous common types", | ||
@@ -49,3 +49,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "600b5e17072eea1fb83d54e536dc644a7c95a87f" | ||
"gitHead": "c925c0c59a21297a179f3369ac9980b8eab714a5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40833
835