@madie/madie-models
Advanced tools
Comparing version 1.3.43 to 1.3.45
@@ -25,2 +25,3 @@ import { Model } from "./Model"; | ||
supplementalDataElements?: string; | ||
measureSetTitle?: string; | ||
} | ||
@@ -91,2 +92,6 @@ export interface Reference { | ||
export declare type RiskAdjustment = SupplementalData; | ||
export interface TestCaseConfiguration { | ||
id?: string; | ||
sdeIncluded?: boolean; | ||
} | ||
export interface Measure { | ||
@@ -130,2 +135,3 @@ id: string; | ||
improvementNotationOther?: string; | ||
testCaseConfiguration?: TestCaseConfiguration; | ||
} |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.43", | ||
"version": "1.3.45", | ||
"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
17787
471