@barchart/events-api-common
Advanced tools
Comparing version 1.3.16 to 1.3.17
@@ -32,2 +32,13 @@ const Enum = require('@barchart/common-js/lang/Enum'); | ||
/** | ||
* Customer type for Barchart internal use. | ||
* | ||
* @public | ||
* @static | ||
* @returns {CustomerType} | ||
*/ | ||
static get BARCHART() { | ||
return barchart; | ||
} | ||
/** | ||
* Customer type for TGAM. | ||
@@ -48,2 +59,3 @@ * | ||
const barchart = new CustomerType('BARCHART', 'Barchart'); | ||
const tgam = new CustomerType('TGAM', 'The Globe and Mail'); | ||
@@ -50,0 +62,0 @@ |
{ | ||
"name": "@barchart/events-api-common", | ||
"version": "1.3.16", | ||
"version": "1.3.17", | ||
"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
25571
702