170 lines
4.1 KiB
TypeScript
170 lines
4.1 KiB
TypeScript
// Auto-generated, do not edit
|
|
/* eslint-disable */
|
|
|
|
import type { Timed } from './timed'
|
|
import type { RawMessage } from './raw'
|
|
import type {
|
|
RawTimestamp,
|
|
RawSetPageLocation,
|
|
RawSetViewportSize,
|
|
RawSetViewportScroll,
|
|
RawCreateDocument,
|
|
RawCreateElementNode,
|
|
RawCreateTextNode,
|
|
RawMoveNode,
|
|
RawRemoveNode,
|
|
RawSetNodeAttribute,
|
|
RawRemoveNodeAttribute,
|
|
RawSetNodeData,
|
|
RawSetCssData,
|
|
RawSetNodeScroll,
|
|
RawSetInputValue,
|
|
RawSetInputChecked,
|
|
RawMouseMove,
|
|
RawConsoleLog,
|
|
RawCssInsertRule,
|
|
RawCssDeleteRule,
|
|
RawFetch,
|
|
RawProfiler,
|
|
RawOTable,
|
|
RawRedux,
|
|
RawVuex,
|
|
RawMobX,
|
|
RawNgRx,
|
|
RawGraphQl,
|
|
RawPerformanceTrack,
|
|
RawConnectionInformation,
|
|
RawSetPageVisibility,
|
|
RawLongTask,
|
|
RawSetNodeAttributeURLBased,
|
|
RawSetCssDataURLBased,
|
|
RawCssInsertRuleURLBased,
|
|
RawMouseClick,
|
|
RawCreateIFrameDocument,
|
|
RawAdoptedSsReplaceURLBased,
|
|
RawAdoptedSsReplace,
|
|
RawAdoptedSsInsertRuleURLBased,
|
|
RawAdoptedSsInsertRule,
|
|
RawAdoptedSsDeleteRule,
|
|
RawAdoptedSsAddOwner,
|
|
RawAdoptedSsRemoveOwner,
|
|
RawZustand,
|
|
RawReplaceVcss,
|
|
RawIosSessionStart,
|
|
RawIosCustomEvent,
|
|
RawIosScreenChanges,
|
|
RawIosClickEvent,
|
|
RawIosPerformanceEvent,
|
|
RawIosLog,
|
|
RawIosNetworkCall,
|
|
} from './raw'
|
|
|
|
export type Message = RawMessage & Timed
|
|
|
|
|
|
export type Timestamp = RawTimestamp & Timed
|
|
|
|
export type SetPageLocation = RawSetPageLocation & Timed
|
|
|
|
export type SetViewportSize = RawSetViewportSize & Timed
|
|
|
|
export type SetViewportScroll = RawSetViewportScroll & Timed
|
|
|
|
export type CreateDocument = RawCreateDocument & Timed
|
|
|
|
export type CreateElementNode = RawCreateElementNode & Timed
|
|
|
|
export type CreateTextNode = RawCreateTextNode & Timed
|
|
|
|
export type MoveNode = RawMoveNode & Timed
|
|
|
|
export type RemoveNode = RawRemoveNode & Timed
|
|
|
|
export type SetNodeAttribute = RawSetNodeAttribute & Timed
|
|
|
|
export type RemoveNodeAttribute = RawRemoveNodeAttribute & Timed
|
|
|
|
export type SetNodeData = RawSetNodeData & Timed
|
|
|
|
export type SetCssData = RawSetCssData & Timed
|
|
|
|
export type SetNodeScroll = RawSetNodeScroll & Timed
|
|
|
|
export type SetInputValue = RawSetInputValue & Timed
|
|
|
|
export type SetInputChecked = RawSetInputChecked & Timed
|
|
|
|
export type MouseMove = RawMouseMove & Timed
|
|
|
|
export type ConsoleLog = RawConsoleLog & Timed
|
|
|
|
export type CssInsertRule = RawCssInsertRule & Timed
|
|
|
|
export type CssDeleteRule = RawCssDeleteRule & Timed
|
|
|
|
export type Fetch = RawFetch & Timed
|
|
|
|
export type Profiler = RawProfiler & Timed
|
|
|
|
export type OTable = RawOTable & Timed
|
|
|
|
export type Redux = RawRedux & Timed
|
|
|
|
export type Vuex = RawVuex & Timed
|
|
|
|
export type MobX = RawMobX & Timed
|
|
|
|
export type NgRx = RawNgRx & Timed
|
|
|
|
export type GraphQl = RawGraphQl & Timed
|
|
|
|
export type PerformanceTrack = RawPerformanceTrack & Timed
|
|
|
|
export type ConnectionInformation = RawConnectionInformation & Timed
|
|
|
|
export type SetPageVisibility = RawSetPageVisibility & Timed
|
|
|
|
export type LongTask = RawLongTask & Timed
|
|
|
|
export type SetNodeAttributeURLBased = RawSetNodeAttributeURLBased & Timed
|
|
|
|
export type SetCssDataURLBased = RawSetCssDataURLBased & Timed
|
|
|
|
export type CssInsertRuleURLBased = RawCssInsertRuleURLBased & Timed
|
|
|
|
export type MouseClick = RawMouseClick & Timed
|
|
|
|
export type CreateIFrameDocument = RawCreateIFrameDocument & Timed
|
|
|
|
export type AdoptedSsReplaceURLBased = RawAdoptedSsReplaceURLBased & Timed
|
|
|
|
export type AdoptedSsReplace = RawAdoptedSsReplace & Timed
|
|
|
|
export type AdoptedSsInsertRuleURLBased = RawAdoptedSsInsertRuleURLBased & Timed
|
|
|
|
export type AdoptedSsInsertRule = RawAdoptedSsInsertRule & Timed
|
|
|
|
export type AdoptedSsDeleteRule = RawAdoptedSsDeleteRule & Timed
|
|
|
|
export type AdoptedSsAddOwner = RawAdoptedSsAddOwner & Timed
|
|
|
|
export type AdoptedSsRemoveOwner = RawAdoptedSsRemoveOwner & Timed
|
|
|
|
export type Zustand = RawZustand & Timed
|
|
|
|
export type ReplaceVcss = RawReplaceVcss & Timed
|
|
|
|
export type IosSessionStart = RawIosSessionStart & Timed
|
|
|
|
export type IosCustomEvent = RawIosCustomEvent & Timed
|
|
|
|
export type IosScreenChanges = RawIosScreenChanges & Timed
|
|
|
|
export type IosClickEvent = RawIosClickEvent & Timed
|
|
|
|
export type IosPerformanceEvent = RawIosPerformanceEvent & Timed
|
|
|
|
export type IosLog = RawIosLog & Timed
|
|
|
|
export type IosNetworkCall = RawIosNetworkCall & Timed
|
|
|