@madie/madie-models
Advanced tools
Comparing version 1.3.23 to 1.3.24
@@ -72,2 +72,8 @@ import { Model } from "./Model"; | ||
} | ||
export interface MeasureSet { | ||
id: string; | ||
measureSetId: string; | ||
owner: string; | ||
acls?: Array<Acl>; | ||
} | ||
export declare enum MeasureErrorType { | ||
@@ -119,3 +125,4 @@ MISSING_ELM = "MISSING_ELM", | ||
rateAggregation?: string; | ||
measureSet?: MeasureSet; | ||
improvementNotation?: string; | ||
} |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.23", | ||
"version": "1.3.24", | ||
"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
17540
457