@madie/madie-models
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -16,3 +16,3 @@ import { Model } from "./Model"; | ||
}; | ||
export declare type CodeSystemVersion = { | ||
export declare type CodeSystem = { | ||
name: string; | ||
@@ -26,3 +26,3 @@ display: string; | ||
export declare type CqlMetaData = { | ||
codeSystemMap: Map<string, CodeSystemVersion>; | ||
codeSystemMap: Map<string, CodeSystem>; | ||
}; | ||
@@ -29,0 +29,0 @@ export interface MeasureMetadata { |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"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
19707