@heimdallr-sdk/types
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -84,2 +84,7 @@ import { ClientInfoType, ReportDataMsgType } from './base'; | ||
} | ||
export interface RecordDataType { | ||
events: any[]; | ||
} | ||
export interface RecordMsgType extends ReportDataMsgType, RecordDataType { | ||
} | ||
export interface IAnyMsgType extends ReportDataMsgType { | ||
@@ -86,0 +91,0 @@ [key: string]: any; |
@@ -21,3 +21,4 @@ export declare enum StoreKeyType { | ||
LIFECYCLE = "lifeCycle", | ||
EXTEND = "extend" | ||
EXTEND = "extend", | ||
RECORD = "record" | ||
} | ||
@@ -94,2 +95,5 @@ export declare enum BrowserErrorTypes { | ||
} | ||
export declare enum RecordTypes { | ||
SESSION = "session" | ||
} | ||
export declare enum BrowserBreadcrumbTypes { | ||
@@ -96,0 +100,0 @@ ROUTE = "Route", |
@@ -25,2 +25,3 @@ export var StoreKeyType; | ||
EventTypes["EXTEND"] = "extend"; | ||
EventTypes["RECORD"] = "record"; | ||
})(EventTypes || (EventTypes = {})); | ||
@@ -110,2 +111,6 @@ export var BrowserErrorTypes; | ||
})(PlatformTypes || (PlatformTypes = {})); | ||
export var RecordTypes; | ||
(function (RecordTypes) { | ||
RecordTypes["SESSION"] = "session"; | ||
})(RecordTypes || (RecordTypes = {})); | ||
export var BrowserBreadcrumbTypes; | ||
@@ -112,0 +117,0 @@ (function (BrowserBreadcrumbTypes) { |
@@ -28,2 +28,5 @@ import { ReportDataMsgType } from './base'; | ||
stack: string; | ||
lineno?: number; | ||
colno?: number; | ||
filename?: string; | ||
} |
{ | ||
"name": "@heimdallr-sdk/types", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "@heimdallr-sdk/types", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "84a816567f6ba7b5d1c51aa04dfe74e784859481" | ||
"gitHead": "86370321545cbc0ec383b4a16c8e72fb47cfafd4" | ||
} |
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
21243
653