Skip to content

Commit

Permalink
MAT-7492: Add baseConfiguration typing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcphillips committed Aug 8, 2024
1 parent 24e3951 commit b3aa37a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>gov.cms.madie</groupId>
<artifactId>madie-java-models</artifactId>
<version>0.6.53-SNAPSHOT</version>
<version>0.6.54-SNAPSHOT</version>
<name>madie-java-models</name>
<description>Java based models for MADiE microservices</description>
<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ public enum BaseConfigurationTypes {
EFFICIENCY("Efficiency"),
@JsonProperty("Intermediate Clinical Outcome")
INTERMEDIATE_CLINICAL_OUTCOME("Intermediate Clinical Outcome"),
@JsonProperty("Intermediate Outcome")
INTERMEDIATE_OUTCOME("Intermediate Outcome"),
@JsonProperty("Outcome")
OUTCOME("Outcome"),
@JsonProperty("Experience")
Expand Down

0 comments on commit b3aa37a

Please sign in to comment.