@barchart/events-api-common
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -211,2 +211,6 @@ const assert = require('@barchart/common-js/lang/assert'), | ||
static get PORTFOLIO_WEALTHSCOPE_REPORT_VIEWED() { | ||
return portfolioWealthscopeReportViewed; | ||
} | ||
/** | ||
@@ -279,4 +283,5 @@ * Get all context keys for productType. | ||
const portfolioWatchlistAddScreenInvoked = new EventType('PORTFOLIO-SCREEN-INVOKED-WATCHLIST-ADD', 'Watchlist Add Edit Screen Invoked', ProductType.PORTFOLIO, ['userId', 'portfolioId', 'positionId']); | ||
const portfolioWealthscopeReportViewed = new EventType('PORTFOLIO-WEALTHSCOPE-REPORT-VIEWED', 'Wealthscope Report Viewed', ProductType.PORTFOLIO, ['userId', 'portfolioId']); | ||
return EventType; | ||
})(); |
{ | ||
"name": "@barchart/events-api-common", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "Common classes used by the Barchart Event Tracking System", | ||
@@ -5,0 +5,0 @@ "author": { |
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
29492
710