@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.13.0 to 2.14.0
export { RecordConfig, RecordSettings, RecordState } from "./record"; | ||
export { ReplayUserInteractionsResult, ReplayUserInteractionsResultFull, ReplayUserInteractionsResultShort, } from "./replay/bundle-to-sdk/index"; | ||
export { OnReplayTimelineEventFn, ReplayUserInteractionsFn, ReplayUserInteractionsOptions, VirtualTimeOptions, InstallVirtualEventLoopOpts, SetupReplayNetworkStubbingFn, NetworkStubbingOptions, StoryboardOptions, BrowserContextSeedingOptions, SetupBrowserContextSeedingFn, } from "./replay/sdk-to-bundle"; | ||
export { SessionData, WindowData, Cookie, UrlHistoryEvent, } from "./replay/sdk-to-bundle/session-data"; | ||
export { HarLog, HarEntry, HarRequest, HarResponse, } from "./replay/sdk-to-bundle/har-log"; | ||
export { ReplayTimelineData, ReplayTimelineEntry, ErrorTimelineEntry, UrlChangeTimelineEntry, PollyTimelineEntry, FailedFindEntryFnEvent, SuccessfulFindEntryFnEvent, JsReplayTimelineEntry, JsReplayReachedMaxDurationEvent, JsReplaySimulateEvent, } from "./replay/bundle-to-sdk/timeline.types"; |
@@ -0,7 +1,5 @@ | ||
import { SessionData, ReplayTimelineEntry } from "@alwaysmeticulous/api"; | ||
import type { LogLevelDesc } from "loglevel"; | ||
import type { Page } from "puppeteer"; | ||
import { ReplayUserInteractionsResult } from "../bundle-to-sdk"; | ||
import { ReplayTimelineEntry } from "../bundle-to-sdk/timeline.types"; | ||
import { SessionData } from "./session-data"; | ||
/** Options for replaying user interaction events */ | ||
export interface ReplayUserInteractionsOptions { | ||
@@ -8,0 +6,0 @@ page: Page; |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"description": "Meticulous common types", | ||
@@ -20,2 +20,5 @@ "license": "ISC", | ||
}, | ||
"devDependencies": { | ||
"@alwaysmeticulous/api": "^2.14.0" | ||
}, | ||
"peerDependencies": { | ||
@@ -50,3 +53,3 @@ "loglevel": "^1.8.0", | ||
}, | ||
"gitHead": "677a59ee72ed36d686e3539a5cefd25911b737c9" | ||
"gitHead": "2badd6698f95e3b9aa30db6084806ca1bf12de37" | ||
} |
Sorry, the diff of this file is not supported yet
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
69830
1
12
132