@madie/madie-models
Advanced tools
Comparing version 1.1.9 to 1.2.0
@@ -18,2 +18,5 @@ "use strict"; | ||
})(AggregateFunctionType = exports.AggregateFunctionType || (exports.AggregateFunctionType = {})); | ||
exports.AGGREGATE_FUNCTION_KEYS = new Map(Object.entries(AggregateFunctionType).map(([k, v]) => [v, k])); | ||
exports.AGGREGATE_FUNCTION_KEYS = new Map(Object.entries(AggregateFunctionType).map(([k, v]) => [ | ||
v, | ||
k, | ||
])); |
@@ -20,2 +20,3 @@ import { PopulationType } from "./Population"; | ||
scoring: string; | ||
populationBasis: string; | ||
populationValues: PopulationExpectedValue[]; | ||
@@ -31,2 +32,3 @@ } | ||
populationValues: DisplayPopulationValue[]; | ||
populationBasis: string; | ||
} | ||
@@ -33,0 +35,0 @@ export interface DisplayPopulationValue { |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.1.9", | ||
"version": "1.2.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
12710
323