@madie/madie-models
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -23,3 +23,3 @@ import { PopulationType } from "./Population"; | ||
populationValues: PopulationExpectedValue[]; | ||
stratificationValues: PopulationExpectedValue[]; | ||
stratificationValues: StratificationExpectedValue[]; | ||
} | ||
@@ -29,6 +29,13 @@ export interface PopulationExpectedValue { | ||
criteriaReference?: string; | ||
name: PopulationType | string; | ||
name: PopulationType; | ||
expected: boolean | number; | ||
actual?: boolean | number; | ||
} | ||
export interface StratificationExpectedValue { | ||
id: string; | ||
criteriaReference?: string; | ||
name: string; | ||
expected: boolean | number; | ||
actual?: boolean | number; | ||
} | ||
export interface DisplayGroupPopulation { | ||
@@ -35,0 +42,0 @@ groupId: string; |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"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
13457
360