mirror of
https://github.com/AU-COVIDSafe/mobile-ios.git
synced 2025-04-26 00:15:20 +00:00
COVIDSafe code from version 2.8
This commit is contained in:
parent
30df30dacc
commit
a41c35c879
13 changed files with 43 additions and 27 deletions
|
@ -113,6 +113,7 @@ struct StateTerritoryStatistics: Codable {
|
|||
let newLocallyAcquired: Int?
|
||||
let locallyAcquired: Int?
|
||||
let newOverseasAcquired: Int?
|
||||
let newUnderInvestigation: Int?
|
||||
let overseasAcquired: Int?
|
||||
let historicalCases: [HistoricalCase]?
|
||||
|
||||
|
@ -126,6 +127,7 @@ struct StateTerritoryStatistics: Codable {
|
|||
case newOverseasAcquired = "new_overseas_acquired"
|
||||
case overseasAcquired = "overseas_acquired"
|
||||
case historicalCases = "historical_cases"
|
||||
case newUnderInvestigation = "new_under_investigation"
|
||||
case deaths
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue