You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: apps/api-start-stopp-perioder/src/main/kotlin/no/nav/paw/arbeidssokerregisteret/routes/StartStoppResultatMapping.kt
+1
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ fun opplysningTilApiOpplysning(opplysning: Opplysning): ApiOpplysning =
Copy file name to clipboardexpand all lines: apps/api-start-stopp-perioder/src/test/kotlin/no/nav/paw/arbeidssokerregisteret/testdata/AnsattRegistrererIkkeEuEoesBrukerIkkeBosattMedForhaandgodkjenning.kt
+1
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ data object AnsattRegistrererIkkeEuEoesBrukerIkkeBosattMedForhaandgodkjenning: T
Copy file name to clipboardexpand all lines: apps/api-start-stopp-perioder/src/test/kotlin/no/nav/paw/arbeidssokerregisteret/testdata/AnsattRegistrererIkkeEuEoesBrukerIkkeBosattUtenForhaandgodkjenning.kt
+2
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,7 @@ data object AnsattRegistrererIkkeEuEoesBrukerIkkeBosattUtenForhaandgodkjenning:
49
49
detaljer =listOf(
50
50
ApiOpplysning.ER_OVER_18_AAR,
51
51
ApiOpplysning.HAR_NORSK_ADRESSE,
52
+
ApiOpplysning.HAR_REGISTRERT_ADRESSE_I_EU_EOES,
52
53
ApiOpplysning.SISTE_FLYTTING_VAR_INN_TIL_NORGE,
53
54
ApiOpplysning.ANSATT_TILGANG,
54
55
ApiOpplysning.HAR_GYLDIG_OPPHOLDSTILLATELSE,
@@ -80,6 +81,7 @@ data object AnsattRegistrererIkkeEuEoesBrukerIkkeBosattUtenForhaandgodkjenning:
Copy file name to clipboardexpand all lines: apps/api-start-stopp-perioder/src/test/kotlin/no/nav/paw/arbeidssokerregisteret/testdata/IkkeEuEoesBrukerIkkeBosatt.kt
Copy file name to clipboardexpand all lines: apps/api-start-stopp-perioder/src/test/kotlin/no/nav/paw/arbeidssokerregisteret/testdata/NorskBrukerBosattINorge.kt
+1
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ data object NorskBrukerBosattINorge: TestCase {
Copy file name to clipboardexpand all lines: domain/arbeidssoeker-regler/src/main/kotlin/no/nav/paw/arbeidssokerregisteret/application/RegelExtensions.kt
+1
Original file line number
Diff line number
Diff line change
@@ -55,4 +55,5 @@ fun domeneOpplysningTilHendelseOpplysning(opplysning: DomeneOpplysning): Hendels
Copy file name to clipboardexpand all lines: domain/arbeidssoeker-regler/src/main/kotlin/no/nav/paw/arbeidssokerregisteret/application/opplysninger/AddresseOpplysning.kt
Copy file name to clipboardexpand all lines: domain/arbeidssoeker-regler/src/main/kotlin/no/nav/paw/arbeidssokerregisteret/application/opplysninger/Opplysninger.kt
Copy file name to clipboardexpand all lines: domain/arbeidssoeker-regler/src/main/kotlin/no/nav/paw/arbeidssokerregisteret/application/opplysninger/StatsborgerOpplysninger.kt
-33
Original file line number
Diff line number
Diff line change
@@ -18,36 +18,3 @@ fun euEoesStatsborgerOpplysning(statsborgerskap: List<Statsborgerskap>): Set<Opp
0 commit comments