@madie/madie-models
Advanced tools
Comparing version 1.3.26 to 1.3.27
import { Model } from "./Model"; | ||
import { Acl } from "./Measure"; | ||
import { ProgramUseContext } from "./ProgramUseContext"; | ||
export interface LibrarySet { | ||
id: string; | ||
librarySetId: string; | ||
owner: string; | ||
acls?: Array<Acl>; | ||
} | ||
export interface CqlLibrary { | ||
id: string; | ||
cqlLibraryName: string; | ||
librarySetId: string; | ||
model: Model | ""; | ||
@@ -19,3 +27,4 @@ cqlErrors: boolean; | ||
experimental?: boolean; | ||
librarySet?: LibrarySet; | ||
programUseContext?: ProgramUseContext; | ||
} |
{ | ||
"name": "@madie/madie-models", | ||
"version": "1.3.26", | ||
"version": "1.3.27", | ||
"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
17827
468