@madie/madie-models
Advanced tools
Comparing version 1.2.9 to 1.3.0
@@ -7,10 +7,5 @@ export declare enum AggregateFunctionType { | ||
MINIMUM = "Minimum", | ||
MODE = "Mode", | ||
POPULATION_STANDARD_DEVIATION = "Population Standard Deviation", | ||
POPULATION_VARIANCE = "Population Variance", | ||
SAMPLE_STANDARD_DEVIATION = "Sample Standard Deviation", | ||
SAMPLE_VARIANCE = "Sample Variance", | ||
SUM = "Sum" | ||
} | ||
export declare type AggregateFunctionKeys = keyof typeof AggregateFunctionType; | ||
export declare const AGGREGATE_FUNCTION_KEYS: Map<AggregateFunctionType, "AVERAGE" | "COUNT" | "MAXIMUM" | "MEDIAN" | "MINIMUM" | "MODE" | "POPULATION_STANDARD_DEVIATION" | "POPULATION_VARIANCE" | "SAMPLE_STANDARD_DEVIATION" | "SAMPLE_VARIANCE" | "SUM">; | ||
export declare const AGGREGATE_FUNCTION_KEYS: Map<AggregateFunctionType, "AVERAGE" | "COUNT" | "MAXIMUM" | "MEDIAN" | "MINIMUM" | "SUM">; |
@@ -11,7 +11,2 @@ "use strict"; | ||
AggregateFunctionType["MINIMUM"] = "Minimum"; | ||
AggregateFunctionType["MODE"] = "Mode"; | ||
AggregateFunctionType["POPULATION_STANDARD_DEVIATION"] = "Population Standard Deviation"; | ||
AggregateFunctionType["POPULATION_VARIANCE"] = "Population Variance"; | ||
AggregateFunctionType["SAMPLE_STANDARD_DEVIATION"] = "Sample Standard Deviation"; | ||
AggregateFunctionType["SAMPLE_VARIANCE"] = "Sample Variance"; | ||
AggregateFunctionType["SUM"] = "Sum"; | ||
@@ -18,0 +13,0 @@ })(AggregateFunctionType = exports.AggregateFunctionType || (exports.AggregateFunctionType = {})); |
@@ -15,3 +15,3 @@ import { PopulationType } from "./Population"; | ||
groupPopulations: GroupPopulation[]; | ||
isValidResource: boolean; | ||
validResource: boolean; | ||
hapiOperationOutcome: HapiOperationOutcome; | ||
@@ -18,0 +18,0 @@ } |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.2.9", | ||
"version": "1.3.0", | ||
"description": "Models for MADiE Project", | ||
@@ -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
13586
369