@@ -293,7 +293,7 @@ export interface paths {
293
293
patch ?: never ;
294
294
trace ?: never ;
295
295
} ;
296
- '/rest/v2/oppfolging/siste14AVedtak ' : {
296
+ '/rest/v2/oppfolging/hent-gjeldende-14a-vedtak ' : {
297
297
parameters : {
298
298
query ?: never ;
299
299
header ?: never ;
@@ -302,7 +302,7 @@ export interface paths {
302
302
} ;
303
303
get ?: never ;
304
304
put ?: never ;
305
- post : operations [ 'hentSiste14AVedtak ' ] ;
305
+ post : operations [ 'hentGjeldende14aVedtak ' ] ;
306
306
delete ?: never ;
307
307
options ?: never ;
308
308
head ?: never ;
@@ -1573,24 +1573,28 @@ export interface components {
1573
1573
fom ?: string ;
1574
1574
tom ?: string ;
1575
1575
} ;
1576
- Vedtak : {
1576
+ Barnetilleggperiode : {
1577
+ /** Format: int32 */
1578
+ antallBarn : number ;
1579
+ periode : components [ 'schemas' ] [ 'Periode' ] ;
1580
+ } ;
1581
+ Periode : {
1577
1582
/** Format: date */
1578
- fom : string ;
1583
+ fraOgMed : string ;
1579
1584
/** Format: date */
1580
- tom : string ;
1581
- relaterteTiltak : string ;
1582
- /** @enum {string} */
1583
- rettighet : VedtakRettighet ;
1585
+ tilOgMed : string ;
1586
+ } ;
1587
+ VedtakPerioderResponseInner : {
1584
1588
vedtakId : string ;
1585
- sakId : string ;
1586
- /** Format: double */
1587
- antallDager ?: number ;
1588
- /** Format: int32 */
1589
- dagsatsTiltakspenger ?: number ;
1590
- /** Format: int32 */
1591
- dagsatsBarnetillegg ?: number ;
1592
- /** Format: int32 */
1593
- antallBarn ?: number ;
1589
+ /** @enum { string} */
1590
+ rettighet : VedtakPerioderResponseInnerRettighet ;
1591
+ periode : components [ 'schemas' ] [ 'Periode' ] ;
1592
+ /** @enum {string} */
1593
+ kilde : VedtakPerioderResponseInnerKilde ;
1594
+ barnetillegg ?: components [ 'schemas' ] [ 'VedtakPerioderResponseInnerBarnetillegg' ] ;
1595
+ } ;
1596
+ VedtakPerioderResponseInnerBarnetillegg : {
1597
+ perioder ?: components [ 'schemas' ] [ 'Barnetilleggperiode' ] [ ] ;
1594
1598
} ;
1595
1599
Code : {
1596
1600
code : string ;
@@ -1849,23 +1853,22 @@ export interface components {
1849
1853
'f\u00F8dselsnummer' ?: string ;
1850
1854
erSTOOppgave : boolean ;
1851
1855
} ;
1852
- HovedmalDetaljert : {
1853
- kode ?: string ;
1854
- beskrivelse ?: string ;
1855
- } ;
1856
- InnsatsgruppeDetaljert : {
1857
- kode ?: string ;
1858
- beskrivelse ?: string ;
1859
- } ;
1860
- Siste14aVedtak : {
1861
- innsatsgruppe : components [ 'schemas' ] [ 'InnsatsgruppeDetaljert' ] ;
1862
- hovedmal ?: components [ 'schemas' ] [ 'HovedmalDetaljert' ] ;
1856
+ Gjeldende14aVedtak : {
1857
+ innsatsgruppe : components [ 'schemas' ] [ 'Innsatsgruppe' ] ;
1858
+ hovedmal ?: components [ 'schemas' ] [ 'Hovedmal' ] ;
1863
1859
/** Format: date-time */
1864
1860
fattetDato : string ;
1865
- fraArena ?: boolean ;
1866
1861
} ;
1867
- Siste14aVedtakResponse : {
1868
- siste14aVedtak ?: components [ 'schemas' ] [ 'Siste14aVedtak' ] ;
1862
+ Gjeldende14aVedtakResponse : {
1863
+ gjeldende14aVedtak ?: components [ 'schemas' ] [ 'Gjeldende14aVedtak' ] ;
1864
+ } ;
1865
+ Hovedmal : {
1866
+ kode : string ;
1867
+ beskrivelse : string ;
1868
+ } ;
1869
+ Innsatsgruppe : {
1870
+ kode : string ;
1871
+ beskrivelse : string ;
1869
1872
} ;
1870
1873
JournalforingSak : {
1871
1874
fnr ?: string ;
@@ -2270,7 +2273,10 @@ export type Verge = components['schemas']['Verge'];
2270
2273
export type IdentInformasjon = components [ 'schemas' ] [ 'IdentInformasjon' ] ;
2271
2274
export type Identliste = components [ 'schemas' ] [ 'Identliste' ] ;
2272
2275
export type FnrDatoRangeRequest = components [ 'schemas' ] [ 'FnrDatoRangeRequest' ] ;
2273
- export type Vedtak = components [ 'schemas' ] [ 'Vedtak' ] ;
2276
+ export type Barnetilleggperiode = components [ 'schemas' ] [ 'Barnetilleggperiode' ] ;
2277
+ export type Periode = components [ 'schemas' ] [ 'Periode' ] ;
2278
+ export type VedtakPerioderResponseInner = components [ 'schemas' ] [ 'VedtakPerioderResponseInner' ] ;
2279
+ export type VedtakPerioderResponseInnerBarnetillegg = components [ 'schemas' ] [ 'VedtakPerioderResponseInnerBarnetillegg' ] ;
2274
2280
export type Code = components [ 'schemas' ] [ 'Code' ] ;
2275
2281
export type PensjonSak = components [ 'schemas' ] [ 'PensjonSak' ] ;
2276
2282
export type PensjonEtteroppgjorYtelse = components [ 'schemas' ] [ 'PensjonEtteroppgjorYtelse' ] ;
@@ -2298,10 +2304,10 @@ export type Soknadsstatus = components['schemas']['Soknadsstatus'];
2298
2304
export type SoknadsstatusSakstema = components [ 'schemas' ] [ 'SoknadsstatusSakstema' ] ;
2299
2305
export type Kontaktinformasjon = components [ 'schemas' ] [ 'Kontaktinformasjon' ] ;
2300
2306
export type OppgaveDto = components [ 'schemas' ] [ 'OppgaveDTO' ] ;
2301
- export type HovedmalDetaljert = components [ 'schemas' ] [ 'HovedmalDetaljert ' ] ;
2302
- export type InnsatsgruppeDetaljert = components [ 'schemas' ] [ 'InnsatsgruppeDetaljert ' ] ;
2303
- export type Siste14aVedtak = components [ 'schemas' ] [ 'Siste14aVedtak ' ] ;
2304
- export type Siste14aVedtakResponse = components [ 'schemas' ] [ 'Siste14aVedtakResponse ' ] ;
2307
+ export type Gjeldende14aVedtak = components [ 'schemas' ] [ 'Gjeldende14aVedtak ' ] ;
2308
+ export type Gjeldende14aVedtakResponse = components [ 'schemas' ] [ 'Gjeldende14aVedtakResponse ' ] ;
2309
+ export type Hovedmal = components [ 'schemas' ] [ 'Hovedmal ' ] ;
2310
+ export type Innsatsgruppe = components [ 'schemas' ] [ 'Innsatsgruppe ' ] ;
2305
2311
export type JournalforingSak = components [ 'schemas' ] [ 'JournalforingSak' ] ;
2306
2312
export type Resultat = components [ 'schemas' ] [ 'Resultat' ] ;
2307
2313
export type BehandlendeEnhetRequest = components [ 'schemas' ] [ 'BehandlendeEnhetRequest' ] ;
@@ -2461,7 +2467,7 @@ export interface operations {
2461
2467
[ name : string ] : unknown ;
2462
2468
} ;
2463
2469
content : {
2464
- '*/*' : components [ 'schemas' ] [ 'Vedtak ' ] [ ] ;
2470
+ '*/*' : components [ 'schemas' ] [ 'VedtakPerioderResponseInner ' ] [ ] ;
2465
2471
} ;
2466
2472
} ;
2467
2473
} ;
@@ -2843,7 +2849,7 @@ export interface operations {
2843
2849
} ;
2844
2850
} ;
2845
2851
} ;
2846
- hentSiste14AVedtak : {
2852
+ hentGjeldende14aVedtak : {
2847
2853
parameters : {
2848
2854
query ?: never ;
2849
2855
header ?: never ;
@@ -2862,7 +2868,7 @@ export interface operations {
2862
2868
[ name : string ] : unknown ;
2863
2869
} ;
2864
2870
content : {
2865
- '*/*' : components [ 'schemas' ] [ 'Siste14aVedtakResponse ' ] ;
2871
+ '*/*' : components [ 'schemas' ] [ 'Gjeldende14aVedtakResponse ' ] ;
2866
2872
} ;
2867
2873
} ;
2868
2874
} ;
@@ -4250,11 +4256,13 @@ export enum IdentInformasjonGruppe {
4250
4256
NPID = 'NPID' ,
4251
4257
__UNKNOWN_VALUE = '__UNKNOWN_VALUE'
4252
4258
}
4253
- export enum VedtakRettighet {
4259
+ export enum VedtakPerioderResponseInnerRettighet {
4254
4260
TILTAKSPENGER = 'TILTAKSPENGER' ,
4255
- BARNETILLEGG = 'BARNETILLEGG' ,
4256
- TILTAKSPENGER_OG_BARNETILLEGG = 'TILTAKSPENGER_OG_BARNETILLEGG' ,
4257
- INGENTING = 'INGENTING'
4261
+ TILTAKSPENGER_OG_BARNETILLEGG = 'TILTAKSPENGER_OG_BARNETILLEGG'
4262
+ }
4263
+ export enum VedtakPerioderResponseInnerKilde {
4264
+ TPSAK = 'TPSAK' ,
4265
+ ARENA = 'ARENA'
4258
4266
}
4259
4267
export enum DokumentDokumentStatus {
4260
4268
UNDER_REDIGERING = 'UNDER_REDIGERING' ,
0 commit comments