This repository has been archived by the owner on May 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #222 from navikt/Slo-av-personalia-til-tps
la og slå av feature toggle til personalia som henter data fra tps
- Loading branch information
Showing
4 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
export const PERSONALIA_DATA_FRA_PDL = 'veilarbmaofs.personalia.pdl.persondata'; | ||
export const PERSONALIA_DATA_FRA_TPS = 'veilarbmaofs.personalia.tps.persondata'; | ||
export const SPOR_OM_TILBAKEMELDING = 'veilarbmaofs.spor.om.tilbakemelding'; | ||
|
||
export const TOGGLES = [ | ||
PERSONALIA_DATA_FRA_PDL, | ||
PERSONALIA_DATA_FRA_TPS, | ||
SPOR_OM_TILBAKEMELDING | ||
]; | ||
|
||
export interface Features { | ||
[PERSONALIA_DATA_FRA_PDL]: boolean; | ||
[PERSONALIA_DATA_FRA_TPS]: boolean; | ||
[SPOR_OM_TILBAKEMELDING]: boolean; | ||
} |