election-tonight-client
Advanced tools
Comparing version 0.0.1-alpha.105 to 0.0.1-alpha.106
{ | ||
"name": "election-tonight-client", | ||
"version": "0.0.1-alpha.105", | ||
"version": "0.0.1-alpha.106", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "types": "types/index.d.ts", |
@@ -42,3 +42,3 @@ import { SummaryVotesLookup } from '../votes-summary/index.js'; | ||
CandidateRace: { | ||
attributes: ['winner', 'candidate', 'candidatePercentage', 'finishingOrder', 'advancesToRunoff', 'createdAt', 'updatedAt'], | ||
attributes: ['winner', 'candidate', 'candidatePercentage', 'finishingOrder', 'advancesToRunoff', 'createdAt', 'updatedAt', 'tiedForFirstPlace', 'callStatus', 'callDescription'], | ||
}, | ||
@@ -45,0 +45,0 @@ CandidateVote: { |
@@ -59,3 +59,3 @@ import StateLookup from '../states/index.js'; | ||
CandidateRace: { | ||
attributes: ['winner', 'candidatePercentage', 'finishingOrder', 'advancesToRunoff'], | ||
attributes: ['winner', 'candidate', 'candidatePercentage', 'finishingOrder', 'advancesToRunoff', 'createdAt', 'updatedAt', 'tiedForFirstPlace', 'callStatus', 'callDescription'], | ||
}, | ||
@@ -62,0 +62,0 @@ CandidateVote: { |
497028