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

Commit

Permalink
Merge pull request #4432 from minvws/release/2.56.2
Browse files Browse the repository at this point in the history
Release/2.56.2 Add support for BA_4_6 variant
  • Loading branch information
VWSCoronaDashboard24 authored Sep 27, 2022
2 parents d2e5c02 + 54643dd commit 3d00d03
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 3d00d03

Please sign in to comment.