@alwaysmeticulous/sdk-bundles-api
Advanced tools
Comparing version 2.11.0 to 2.12.0
export { RecordConfig, RecordSettings, RecordState } from "./record"; | ||
export { ReplayUserInteractionsResult, ReplayUserInteractionsResultFull, ReplayUserInteractionsResultShort, } from "./replay/bundle-to-sdk/index"; | ||
export { OnReplayTimelineEventFn, ReplayUserInteractionsFn, ReplayUserInteractionsOptions, VirtualTimeOptions, InstallVirtualEventLoopOpts, } from "./replay/sdk-to-bundle"; | ||
export { ReplayTimelineData, ReplayTimelineEntry, } from "./replay/sdk-to-bundle/timeline.types"; | ||
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"; |
import type { LogLevelDesc } from "loglevel"; | ||
import type { Page } from "puppeteer"; | ||
import { ReplayUserInteractionsResult } from "../bundle-to-sdk"; | ||
import { ReplayTimelineEntry } from "./timeline.types"; | ||
import { ReplayTimelineEntry } from "../bundle-to-sdk/timeline.types"; | ||
/** Options for replaying user interaction events */ | ||
@@ -6,0 +6,0 @@ export interface ReplayUserInteractionsOptions { |
{ | ||
"name": "@alwaysmeticulous/sdk-bundles-api", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "Meticulous common types", | ||
@@ -49,3 +49,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "4139008cd94a0b33323ab9042a3a425dc4fa060a" | ||
"gitHead": "43d6174981d4673c1c9dd58d2f121211b1978308" | ||
} |
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
75007
20
305