@madie/madie-models
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -7,1 +7,2 @@ export * from "./Measure"; | ||
export * from "./CqlLibrary"; | ||
export * from "./GroupScoring"; |
@@ -23,1 +23,2 @@ "use strict"; | ||
__exportStar(require("./CqlLibrary"), exports); | ||
__exportStar(require("./GroupScoring"), exports); |
import { Model } from "./Model"; | ||
import { MeasureScoring } from "./MeasureScoring"; | ||
import { PopulationType } from "./MeasurePopulation"; | ||
@@ -30,3 +29,2 @@ import { TestCase } from "./TestCase"; | ||
cqlLibraryName: string; | ||
measureScoring: MeasureScoring | ""; | ||
cqlErrors?: boolean; | ||
@@ -33,0 +31,0 @@ cql: string; |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -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
9316