@heimdallr-sdk/types
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -30,2 +30,8 @@ export declare enum StoreKeyType { | ||
} | ||
export declare enum BrowserReportType { | ||
BEACON = "beacon", | ||
IMG = "img", | ||
GET = "get", | ||
POST = "post" | ||
} | ||
export declare enum DomTypes { | ||
@@ -32,0 +38,0 @@ CLICK = "click" |
@@ -34,2 +34,9 @@ export var StoreKeyType; | ||
})(BrowserErrorTypes || (BrowserErrorTypes = {})); | ||
export var BrowserReportType; | ||
(function (BrowserReportType) { | ||
BrowserReportType["BEACON"] = "beacon"; | ||
BrowserReportType["IMG"] = "img"; | ||
BrowserReportType["GET"] = "get"; | ||
BrowserReportType["POST"] = "post"; | ||
})(BrowserReportType || (BrowserReportType = {})); | ||
export var DomTypes; | ||
@@ -36,0 +43,0 @@ (function (DomTypes) { |
{ | ||
"name": "@heimdallr-sdk/types", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "@heimdallr-sdk/types", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "5c2857d54fa5ad7701f58b115b03520e7f65f2e4" | ||
"gitHead": "0aaed8774dd475fdaf034e1d2d5c9c1dc6d1c977" | ||
} |
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
14462
431