We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9a87c commit c933634Copy full SHA for c933634
app/src/main/kotlin/no/nav/hjelpemidler/soknad/db/domain/kommuneapi/v2/Valideringsmodell.kt
@@ -128,6 +128,7 @@ data class Hjelpemiddelformidler(
128
val epost: String,
129
val treffesEnklest: String,
130
val kommunenavn: String?,
131
+ val kommunenummer: String? = null,
132
)
133
134
@JsonInclude(JsonInclude.Include.NON_NULL)
gradle.properties
@@ -5,4 +5,4 @@ kotlin.code.style = official
5
6
org.gradle.jvmargs = -Xmx4g -XX:MaxMetaspaceSize=2g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
7
8
-hotlibsKatalogVersion = 25.211.083105
+hotlibsKatalogVersion = 25.220.094047
0 commit comments