@barchart/events-api-common
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -84,4 +84,2 @@ const DataType = require('@barchart/common-js/serialization/json/DataType'), | ||
.withField('status', DataType.forEnum(EventJobStatus, 'EventJobStatus')) | ||
.withField('timing.day', DataType.DAY) | ||
.withField('timing.start', DataType.TIMESTAMP) | ||
.withField('filter.customer', DataType.forEnum(CustomerType, 'CustomerType')) | ||
@@ -91,2 +89,5 @@ .withField('filter.product', DataType.forEnum(ProductType, 'ProductType'), true) | ||
.withField('filter.end', DataType.TIMESTAMP, true) | ||
.withField('timing.day', DataType.DAY) | ||
.withField('timing.start', DataType.TIMESTAMP) | ||
.withField('timing.end', DataType.TIMESTAMP, true) | ||
.schema | ||
@@ -93,0 +94,0 @@ ); |
{ | ||
"name": "@barchart/events-api-common", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"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
11956
438