Skip to content

Commit eca26ad

Browse files
committed
legg til BehovsmeldingType BYTTE
1 parent 3b7da4d commit eca26ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package no.nav.hjelpemidler.soknad.db.domain
22

33
enum class BehovsmeldingType {
4-
SØKNAD, BESTILLING
4+
SØKNAD, BESTILLING, BYTTE
55
}

src/main/kotlin/no/nav/hjelpemidler/soknad/db/domain/kommune_api/Valideringsmodell.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ data class Behovsmelding(
6464
}
6565

6666
enum class BehovsmeldingType {
67-
SØKNAD, BESTILLING
67+
SØKNAD, BESTILLING, BYTTE
6868
}
6969

7070
@JsonInclude(JsonInclude.Include.NON_NULL)

0 commit comments

Comments
 (0)