@madie/madie-models
Advanced tools
Comparing version 1.3.8 to 1.3.9
@@ -70,2 +70,7 @@ import { Model } from "./Model"; | ||
} | ||
export interface SupplementalData { | ||
definition: string; | ||
description?: string; | ||
} | ||
export declare type RiskAdjustment = SupplementalData; | ||
export interface Measure { | ||
@@ -98,2 +103,4 @@ id: string; | ||
acls?: Array<Acl>; | ||
supplementalData?: Array<SupplementalData>; | ||
riskAdjustment?: Array<RiskAdjustment>; | ||
} |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"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
14799
391