Comparing version 3.0.13 to 3.0.14
# Changelog | ||
## 3.0.14 | ||
* Updated statistics filtering parameter | ||
## 3.0.13 | ||
@@ -4,0 +8,0 @@ |
@@ -5,3 +5,4 @@ export declare class StatisticsFilteringParameters { | ||
toDate?: string; | ||
constructor(tag?: string, fromDate?: string, toDate?: string); | ||
messageStream?: string; | ||
constructor(tag?: string, fromDate?: string, toDate?: string, messageStream?: string); | ||
} |
@@ -5,6 +5,7 @@ "use strict"; | ||
var StatisticsFilteringParameters = /** @class */ (function () { | ||
function StatisticsFilteringParameters(tag, fromDate, toDate) { | ||
function StatisticsFilteringParameters(tag, fromDate, toDate, messageStream) { | ||
this.tag = tag; | ||
this.fromDate = fromDate; | ||
this.toDate = toDate; | ||
this.messageStream = messageStream; | ||
} | ||
@@ -11,0 +12,0 @@ return StatisticsFilteringParameters; |
@@ -12,3 +12,3 @@ { | ||
], | ||
"version": "3.0.13", | ||
"version": "3.0.14", | ||
"author": "Igor Balos", | ||
@@ -15,0 +15,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
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
313082
5424