Skip to content

Commit

Permalink
TFP-1846 utvide med markering av død og næring (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored May 8, 2023
1 parent 0acaf35 commit 47cc0bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ public enum Hendelse {
AKSJONSPUNKT,
VENTETILSTAND,
BRUKEROPPGAVE,
ENHET
ENHET,
MIGRERING // For massemigrering av data
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
public record LosFagsakEgenskaperDto(FagsakMarkering fagsakMarkering) {

public enum FagsakMarkering {
NASJONAL, EØS_BOSATT_NORGE, BOSATT_UTLAND, SAMMENSATT_KONTROLL
NASJONAL, EØS_BOSATT_NORGE, BOSATT_UTLAND, SAMMENSATT_KONTROLL, DØD, NÆRING
}
}
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>no.nav.foreldrepenger.felles</groupId>
<artifactId>fp-bom</artifactId>
<version>0.5.0</version>
<version>0.5.2</version>
</parent>

<groupId>no.nav.foreldrepenger.kontrakter</groupId>
Expand Down Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>no.nav.foreldrepenger.felles</groupId>
<artifactId>fp-bom</artifactId>
<version>0.5.0</version>
<version>0.5.2</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit 47cc0bf

Please sign in to comment.