Skip to content

Commit

Permalink
MAT-6921 add isVersionIncluded flag
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Jun 21, 2024
1 parent e3f41bd commit 01c6c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madie/madie-models",
"version": "1.4.4",
"version": "1.4.5",
"description": "Models for MADiE Project",
"scripts": {
"build": "tsc",
Expand Down
1 change: 1 addition & 0 deletions src/Measure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type Code = {
codeSystem: string;
codeSystemOid: string;
status: string;
isVersionIncluded: boolean;
}
export type CodeSystem = {
name: string;
Expand Down

0 comments on commit 01c6c53

Please sign in to comment.