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

COR-1810 - removed unused difference keys #4928

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions packages/app/schema/nl/__difference.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,9 @@
"title": "nl_difference",
"type": "object",
"properties": {
"infectious_people__estimate": {
"$ref": "#/definitions/diff_integer"
},
"hospital_nice__admissions_on_date_of_reporting_moving_average": {
"$ref": "#/definitions/diff_decimal"
},
"hospital_lcps__beds_occupied_covid": {
"$ref": "#/definitions/diff_decimal"
},
"intensive_care_nice__admissions_on_date_of_reporting_moving_average": {
"$ref": "#/definitions/diff_decimal"
},
"intensive_care_lcps__beds_occupied_covid": {
"$ref": "#/definitions/diff_decimal"
},
Expand All @@ -32,10 +23,7 @@
}
},
"required": [
"hospital_nice__admissions_on_date_of_reporting_moving_average",
"hospital_lcps__beds_occupied_covid",
"infectious_people__estimate",
"intensive_care_nice__admissions_on_date_of_reporting_moving_average",
"intensive_care_lcps__beds_occupied_covid",
"sewer__average",
"self_test_overall"
Expand Down
3 changes: 0 additions & 3 deletions packages/common/src/types/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1057,10 +1057,7 @@ export interface Nl {
infectionradar_symptoms_trend_per_age_group_weekly: NlInfectionradarSymptomsTrendPerAgeGroupWeekly;
}
export interface NlDifference {
infectious_people__estimate: DifferenceInteger;
hospital_nice__admissions_on_date_of_reporting_moving_average: DifferenceDecimal;
hospital_lcps__beds_occupied_covid: DifferenceDecimal;
intensive_care_nice__admissions_on_date_of_reporting_moving_average: DifferenceDecimal;
intensive_care_lcps__beds_occupied_covid: DifferenceDecimal;
sewer__average: DifferenceInteger;
reproduction__index_average?: DifferenceDecimal;
Expand Down
Loading