@barchart/events-api-common
Advanced tools
Comparing version 1.0.22 to 1.3.1
@@ -137,7 +137,7 @@ const assert = require('@barchart/common-js/lang/assert'), | ||
const watchlistSymbolAdded = new EventType('WATCHLIST-SYMBOLS-ADDED', 'Symbol Added', ProductType.WATCHLIST); | ||
const watchlistSymbolRemoved = new EventType('WATCHLIST-SYMBOLS-REMOVED', 'Symbol Removed', ProductType.WATCHLIST); | ||
const watchlistSymbolAdded = new EventType('WATCHLIST-SYMBOL-ADDED', 'Symbol Added', ProductType.WATCHLIST); | ||
const watchlistSymbolRemoved = new EventType('WATCHLIST-SYMBOL-REMOVED', 'Symbol Removed', ProductType.WATCHLIST); | ||
const watchlistCustomViewCreated = new EventType('WATCHLIST-VIEW-CREATED', 'Custom View Created', ProductType.WATCHLIST); | ||
const watchlistCustomViewDeleted = new EventType('WATCHLIST-VIEW-DELETED', 'Custom View Deleted', ProductType.WATCHLIST); | ||
const watchlistCustomViewCreated = new EventType('WATCHLIST-CUSTOM-VIEW-CREATED', 'Custom View Created', ProductType.WATCHLIST); | ||
const watchlistCustomViewDeleted = new EventType('WATCHLIST-CUSTOM-VIEW-DELETED', 'Custom View Deleted', ProductType.WATCHLIST); | ||
@@ -144,0 +144,0 @@ // Portfolio |
{ | ||
"name": "@barchart/events-api-common", | ||
"version": "1.0.22", | ||
"version": "1.3.1", | ||
"description": "Common classes used by the Event 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
17423