@uniswap/analytics-events
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -20,2 +20,3 @@ "use strict"; | ||
InterfaceEventName["NAVBAR_SEARCH_SELECTED"] = "Navbar Search Selected"; | ||
InterfaceEventName["RISK_CHECKED"] = "Risk Checked"; | ||
InterfaceEventName["TOKEN_IMPORTED"] = "Token Imported"; | ||
@@ -22,0 +23,0 @@ InterfaceEventName["TOKEN_SELECTED"] = "Token Selected"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.WalletConnectionResult = exports.NavBarSearchTypes = void 0; | ||
exports.RiskCheckResult = exports.WalletConnectionResult = exports.NavBarSearchTypes = void 0; | ||
/** Known navbar search result types */ | ||
@@ -18,1 +18,6 @@ var NavBarSearchTypes; | ||
})(WalletConnectionResult = exports.WalletConnectionResult || (exports.WalletConnectionResult = {})); | ||
var RiskCheckResult; | ||
(function (RiskCheckResult) { | ||
RiskCheckResult["FAILED"] = "Failed"; | ||
RiskCheckResult["PASSED"] = "Passed"; | ||
})(RiskCheckResult = exports.RiskCheckResult || (exports.RiskCheckResult = {})); |
@@ -16,2 +16,3 @@ /** | ||
NAVBAR_SEARCH_SELECTED = "Navbar Search Selected", | ||
RISK_CHECKED = "Risk Checked", | ||
TOKEN_IMPORTED = "Token Imported", | ||
@@ -18,0 +19,0 @@ TOKEN_SELECTED = "Token Selected", |
@@ -13,2 +13,6 @@ /** Known navbar search result types */ | ||
} | ||
export declare enum RiskCheckResult { | ||
FAILED = "Failed", | ||
PASSED = "Passed" | ||
} | ||
//# sourceMappingURL=properties.d.ts.map |
@@ -17,2 +17,3 @@ /** | ||
InterfaceEventName["NAVBAR_SEARCH_SELECTED"] = "Navbar Search Selected"; | ||
InterfaceEventName["RISK_CHECKED"] = "Risk Checked"; | ||
InterfaceEventName["TOKEN_IMPORTED"] = "Token Imported"; | ||
@@ -19,0 +20,0 @@ InterfaceEventName["TOKEN_SELECTED"] = "Token Selected"; |
@@ -15,1 +15,6 @@ /** Known navbar search result types */ | ||
})(WalletConnectionResult || (WalletConnectionResult = {})); | ||
export var RiskCheckResult; | ||
(function (RiskCheckResult) { | ||
RiskCheckResult["FAILED"] = "Failed"; | ||
RiskCheckResult["PASSED"] = "Passed"; | ||
})(RiskCheckResult || (RiskCheckResult = {})); |
@@ -16,2 +16,3 @@ /** | ||
NAVBAR_SEARCH_SELECTED = "Navbar Search Selected", | ||
RISK_CHECKED = "Risk Checked", | ||
TOKEN_IMPORTED = "Token Imported", | ||
@@ -18,0 +19,0 @@ TOKEN_SELECTED = "Token Selected", |
@@ -13,2 +13,6 @@ /** Known navbar search result types */ | ||
} | ||
export declare enum RiskCheckResult { | ||
FAILED = "Failed", | ||
PASSED = "Passed" | ||
} | ||
//# sourceMappingURL=properties.d.ts.map |
@@ -58,3 +58,3 @@ { | ||
}, | ||
"version": "2.1.0" | ||
"version": "2.2.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
126208
1469