Socket
Socket
Sign inDemoInstall

@barchart/events-api-common

Package Overview
Dependencies
2
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.4 to 1.3.5

78

lib/data/EventType.js

@@ -49,2 +49,10 @@ const assert = require('@barchart/common-js/lang/assert'),

static get WATCHLIST_DOWNLOADED() {
return watchlistDownloaded;
}
static get WATCHLIST_PRINTED() {
return watchlistPrinted;
}
static get WATCHLIST_DELETED() {

@@ -62,6 +70,2 @@ return watchlistDeleted;

static get WATCHLIST_CUSTOM_VIEW_ACCESSED() {
return watchlistCustomViewAccessed;
}
static get WATCHLIST_CUSTOM_VIEW_CREATED() {

@@ -75,30 +79,34 @@ return watchlistCustomViewCreated;

static get WATCHLIST_DOWNLOADED() {
return watchlistDownloaded;
static get WATCHLIST_VIEW_TYPE_CHANGED() {
return watchlistViewTypeChanged;
}
static get WATCHLIST_PRINTED() {
return watchlistPrinted;
static get WATCHLIST_VIEW_CHANGED() {
return watchlistViewChanged;
}
static get WATCHLIST_SCREEN_EDIT_ACCESSED() {
return watchlistScreenEditAccessed;
static get WATCHLIST_DATA_MODE_CHANGED() {
return watchlistDataModeChanged;
}
static get WATCHLIST_SCREEN_PORTFOLIO_ADD_ACCESSED() {
return watchlistScreenPortfolioAddAccessed;
static get WATCHLIST_EDIT_SCREEN_INVOKED() {
return watchlistEditScreenInvoked;
}
static get WATCHLIST_SCREEN_SYMBOL_NOTES_ACCESSED() {
return watchlistScreenSymbolNotesAccessed;
static get WATCHLIST_PORTFOLIO_ADD_SCREEN_INVOKED() {
return watchlistPortfolioAddScreenInvoked;
}
static get WATCHLIST_SCREEN_FILTER_ACTIVATED() {
return watchlistScreenFilterActivated;
static get WATCHLIST_SYMBOL_NOTES_SCREEN_INVOKED() {
return watchlistSymbolNotesScreenInvoked;
}
static get WATCHLIST_SCREEN_FILTER_DEACTIVATED() {
return watchlistScreenFilterDeativated;
static get WATCHLIST_ASSET_CLASS_FILTER_ACTIVATED() {
return watchlistAssetClassFilterActivated;
}
static get WATCHLIST_ASSET_CLASS_FILTER_DEACTIVATED() {
return watchlistAssetClassFilterDeactivated;
}
static get PORTFOLIO_APPLICATION_LOADED() {

@@ -168,23 +176,27 @@ return portfolioApplicationLoaded;

const watchlistApplicationLoaded = new EventType('APPLICATION-LOADED', 'Application Loaded', ProductType.WATCHLIST);
const watchlistAccessed = new EventType('WATCHLIST-ACCESSED', 'Accessed', ProductType.WATCHLIST);
const watchlistCreated = new EventType('WATCHLIST-CREATED', 'Created', ProductType.WATCHLIST);
const watchlistDeleted = new EventType('WATCHLIST-DELETED', 'Deleted', 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 watchlistCustomViewAccessed = new EventType('WATCHLIST-CUSTOM-VIEW-ACCESSED', 'Custom View Accessed', 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);
const watchlistAccessed = new EventType('WATCHLIST-ACCESSED', 'Watchlist Selected', ProductType.WATCHLIST);
const watchlistCreated = new EventType('WATCHLIST-CREATED', 'Watchlist Created', ProductType.WATCHLIST);
const watchlistDownloaded = new EventType('WATCHLIST-DOWNLOADED', 'Watchlist Downloaded', ProductType.WATCHLIST);
const watchlistPrinted = new EventType('WATCHLIST-PRINTED', 'Watchlist Printed', ProductType.WATCHLIST);
const watchlistDeleted = new EventType('WATCHLIST-DELETED', 'Watchlist Deleted', ProductType.WATCHLIST);
const watchlistScreenEditAccessed = new EventType('SCREEN-EDIT-ACCESSED', 'Edit Screen Accessed', ProductType.WATCHLIST);
const watchlistScreenPortfolioAddAccessed = new EventType('SCREEN-PORTFOLIO-ADD-ACCESSED', 'Add To Portfolio Screen Accessed', ProductType.WATCHLIST);
const watchlistScreenSymbolNotesAccessed = new EventType('SCREEN-PORTFOLIO-SYMBOL-NOTES-ACCESSED', 'Symbol Notes Screen Accessed', ProductType.WATCHLIST);
const watchlistSymbolAdded = new EventType('SYMBOL-ADDED', 'Symbol Added', ProductType.WATCHLIST);
const watchlistSymbolRemoved = new EventType('SYMBOL-REMOVED', 'Symbol Removed', ProductType.WATCHLIST);
const watchlistScreenFilterActivated = new EventType('SCREEN-ASSET-FILTER-ACTIVATED', 'Asset Filter Activated', ProductType.WATCHLIST);
const watchlistScreenFilterDeativated = new EventType('SCREEN-ASSET-FILTER-DEACTIVATED', 'Asset Filter Deactivated', ProductType.WATCHLIST);
const watchlistCustomViewCreated = new EventType('CUSTOM-VIEW-CREATED', 'Custom View Created', ProductType.WATCHLIST);
const watchlistCustomViewDeleted = new EventType('CUSTOM-VIEW-DELETED', 'Custom View Deleted', ProductType.WATCHLIST);
const watchlistViewTypeChanged = new EventType('VIEW-TYPE-CHANGED', 'View Type Changed', ProductType.WATCHLIST);
const watchlistViewChanged = new EventType('VIEW-CHANGED', 'View Changed', ProductType.WATCHLIST);
const watchlistDataModeChanged = new EventType('DATA-MODE-CHANGED', 'Data mode changed', ProductType.WATCHLIST);
const watchlistEditScreenInvoked = new EventType('EDIT-SCREEN-INVOKED', 'Edit Screen Invoked', ProductType.WATCHLIST);
const watchlistPortfolioAddScreenInvoked = new EventType('PORTFOLIO-ADD-SCREEN-INVOKED', 'Portfolio Add Screen Invoked', ProductType.WATCHLIST);
const watchlistSymbolNotesScreenInvoked = new EventType('SYMBOL-NOTES-SCREEN-INVOKED', 'Symbol Notes Screen Accessed', ProductType.WATCHLIST);
const watchlistAssetClassFilterActivated = new EventType('ASSET-CLASS-FILTER-ACTIVATED', 'Asset Filter Activated', ProductType.WATCHLIST);
const watchlistAssetClassFilterDeactivated = new EventType('ASSET-CLASS-FILTER-DEACTIVATED', 'Asset Filter Deactivated', ProductType.WATCHLIST);
// Portfolio

@@ -191,0 +203,0 @@

@@ -41,3 +41,3 @@ const assert = require('@barchart/common-js/lang/assert'),

/**
* The schema for inbound and outbound client communication.
* A schema containing all data points for an event.
*

@@ -53,3 +53,4 @@ * @static

/**
* The schema for inbound and outbound client communication.
* A schema using a reduced set of data points, used for inbound
* and outbound client communication.
*

@@ -56,0 +57,0 @@ * @static

{
"name": "@barchart/events-api-common",
"version": "1.3.4",
"version": "1.3.5",
"description": "Common classes used by the Event system",

@@ -5,0 +5,0 @@ "author": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc