Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: add support for BA_4_6 (#4431)
Browse files Browse the repository at this point in the history
Co-authored-by: VWSCoronaDashboard24 <[email protected]>
  • Loading branch information
VWSCoronaDashboard24 and VWSCoronaDashboard24 committed Sep 27, 2022
1 parent d2e5c02 commit 54643dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/app/schema/nl/__named_difference.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"BA_1",
"BA_2",
"BA_4",
"BA_4_6",
"BA_5",
"BA_2+S:L452X",
"BA_2_12_1",
Expand Down
3 changes: 3 additions & 0 deletions packages/common/src/types/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ export interface NamedDifferenceDecimal {
| "BA_1"
| "BA_2"
| "BA_4"
| "BA_4_6"
| "BA_5"
| "BA_2+S:L452X"
| "BA_2_12_1"
Expand Down Expand Up @@ -999,6 +1000,7 @@ export interface NlVariantsVariant {
| "BA_1"
| "BA_2"
| "BA_4"
| "BA_4_6"
| "BA_5"
| "BA_2+S:L452X"
| "BA_2_12_1"
Expand Down Expand Up @@ -1031,6 +1033,7 @@ export interface NlVariantsVariantValue {
export type TopicalIcon =
| "AfstandSporten"
| "AlcoholVerkoop"
| "Archive"
| "Arrow"
| "Arts"
| "Avondklok"
Expand Down

0 comments on commit 54643dd

Please sign in to comment.