@uniswap/analytics-events
Advanced tools
Comparing version 2.36.0 to 2.37.0
@@ -17,2 +17,3 @@ "use strict"; | ||
SwapEventName["SWAP_MODIFIED_IN_WALLET"] = "Swap Modified in Wallet"; | ||
SwapEventName["SWAP_PRICE_IMPACT_ACKNOWLEDGED"] = "Swap Price Impact Acknowledged"; | ||
SwapEventName["SWAP_PRICE_UPDATE_ACKNOWLEDGED"] = "Swap Price Update Acknowledged"; | ||
@@ -19,0 +20,0 @@ SwapEventName["SWAP_QUOTE_FETCH"] = "Swap Quote Fetch"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SwapPriceUpdateUserResponse = void 0; | ||
exports.SwapPriceUpdateUserResponse = exports.SwapPriceImpactUserResponse = void 0; | ||
var SwapPriceImpactUserResponse; | ||
(function (SwapPriceImpactUserResponse) { | ||
SwapPriceImpactUserResponse["ACCEPTED"] = "Accepted"; | ||
SwapPriceImpactUserResponse["REJECTED"] = "Rejected"; | ||
})(SwapPriceImpactUserResponse = exports.SwapPriceImpactUserResponse || (exports.SwapPriceImpactUserResponse = {})); | ||
var SwapPriceUpdateUserResponse; | ||
@@ -5,0 +10,0 @@ (function (SwapPriceUpdateUserResponse) { |
@@ -13,2 +13,3 @@ /** | ||
SWAP_MODIFIED_IN_WALLET = "Swap Modified in Wallet", | ||
SWAP_PRICE_IMPACT_ACKNOWLEDGED = "Swap Price Impact Acknowledged", | ||
SWAP_PRICE_UPDATE_ACKNOWLEDGED = "Swap Price Update Acknowledged", | ||
@@ -15,0 +16,0 @@ SWAP_QUOTE_FETCH = "Swap Quote Fetch", |
@@ -0,1 +1,5 @@ | ||
export declare enum SwapPriceImpactUserResponse { | ||
ACCEPTED = "Accepted", | ||
REJECTED = "Rejected" | ||
} | ||
export declare enum SwapPriceUpdateUserResponse { | ||
@@ -2,0 +6,0 @@ ACCEPTED = "Accepted", |
@@ -14,2 +14,3 @@ /** | ||
SwapEventName["SWAP_MODIFIED_IN_WALLET"] = "Swap Modified in Wallet"; | ||
SwapEventName["SWAP_PRICE_IMPACT_ACKNOWLEDGED"] = "Swap Price Impact Acknowledged"; | ||
SwapEventName["SWAP_PRICE_UPDATE_ACKNOWLEDGED"] = "Swap Price Update Acknowledged"; | ||
@@ -16,0 +17,0 @@ SwapEventName["SWAP_QUOTE_FETCH"] = "Swap Quote Fetch"; |
@@ -0,1 +1,6 @@ | ||
export var SwapPriceImpactUserResponse; | ||
(function (SwapPriceImpactUserResponse) { | ||
SwapPriceImpactUserResponse["ACCEPTED"] = "Accepted"; | ||
SwapPriceImpactUserResponse["REJECTED"] = "Rejected"; | ||
})(SwapPriceImpactUserResponse || (SwapPriceImpactUserResponse = {})); | ||
export var SwapPriceUpdateUserResponse; | ||
@@ -2,0 +7,0 @@ (function (SwapPriceUpdateUserResponse) { |
@@ -13,2 +13,3 @@ /** | ||
SWAP_MODIFIED_IN_WALLET = "Swap Modified in Wallet", | ||
SWAP_PRICE_IMPACT_ACKNOWLEDGED = "Swap Price Impact Acknowledged", | ||
SWAP_PRICE_UPDATE_ACKNOWLEDGED = "Swap Price Update Acknowledged", | ||
@@ -15,0 +16,0 @@ SWAP_QUOTE_FETCH = "Swap Quote Fetch", |
@@ -0,1 +1,5 @@ | ||
export declare enum SwapPriceImpactUserResponse { | ||
ACCEPTED = "Accepted", | ||
REJECTED = "Rejected" | ||
} | ||
export declare enum SwapPriceUpdateUserResponse { | ||
@@ -2,0 +6,0 @@ ACCEPTED = "Accepted", |
{ | ||
"name": "@uniswap/analytics-events", | ||
"description": "Uniswap analytics events", | ||
"repository": "https://github.com/Uniswap/analytics-events", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -58,3 +60,3 @@ "exports": { | ||
}, | ||
"version": "2.36.0" | ||
"version": "2.37.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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
155088
1895