@madie/madie-models
Advanced tools
Comparing version 1.3.6 to 1.3.7
@@ -44,6 +44,6 @@ import { PopulationType } from "./Population"; | ||
populationValues: DisplayPopulationValue[]; | ||
stratificationValues: DisplayPopulationValue[]; | ||
stratificationValues: DisplayStratificationValue[]; | ||
} | ||
export interface DisplayPopulationValue { | ||
name: PopulationType | string; | ||
name: PopulationType; | ||
actual?: boolean | number; | ||
@@ -54,2 +54,9 @@ id: string; | ||
} | ||
export interface DisplayStratificationValue { | ||
name: string; | ||
actual?: boolean | number; | ||
id: string; | ||
criteriaReference?: string; | ||
expected: boolean | number; | ||
} | ||
export interface HapiOperationOutcome { | ||
@@ -56,0 +63,0 @@ code: number; |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.6", | ||
"version": "1.3.7", | ||
"description": "Models for MADiE Project", | ||
@@ -5,0 +5,0 @@ "scripts": { |
13629
367