Update docs for 1.3.2 release.
diff --git a/docs/dyn/civicinfo_v2.elections.html b/docs/dyn/civicinfo_v2.elections.html
index 68c1f80..0d9a3f3 100644
--- a/docs/dyn/civicinfo_v2.elections.html
+++ b/docs/dyn/civicinfo_v2.elections.html
@@ -115,21 +115,21 @@
An object of the form:
{ # The result of a voter info lookup query.
- "earlyVoteSites": [ # Locations where the voter is eligible to vote early, prior to election day
- { # A location where a voter can vote. This may be an early vote site or an election day voting location.
- "startDate": "A String", # The first date that this early vote site may be used. This field is not populated for polling locations.
+ "earlyVoteSites": [ # Locations where the voter is eligible to vote early, prior to election day.
+ { # A location where a voter can vote. This may be an early vote site, an election day voting location, or a drop off location for a completed ballot.
+ "startDate": "A String", # The first date that this early vote site or drop off location may be used. This field is not populated for polling locations.
"pollingHours": "A String", # A description of when this location is open.
- "endDate": "A String", # The last date that this early vote site may be used. This field is not populated for polling locations.
- "name": "A String", # The name of the early vote site. This field is not populated for polling locations.
- "notes": "A String", # Notes about this location (e.g. accessibility ramp or entrance to use)
- "voterServices": "A String", # The services provided by this early vote site. This field is not populated for polling locations.
+ "endDate": "A String", # The last date that this early vote site or drop off location may be used. This field is not populated for polling locations.
+ "name": "A String", # The name of the early vote site or drop off location. This field is not populated for polling locations.
+ "notes": "A String", # Notes about this location (e.g. accessibility ramp or entrance to use).
+ "voterServices": "A String", # The services provided by this early vote site or drop off location. This field is not populated for polling locations.
"sources": [ # A list of sources for this location. If multiple sources are listed the data has been aggregated from those sources.
{ # Contains information about the data source for the element containing it.
"official": True or False, # Whether this data comes from an official government source.
"name": "A String", # The name of the data source.
},
],
- "address": { # A simple representation of an address. # The address of the location
+ "address": { # A simple representation of an address. # The address of the location.
"city": "A String", # The city or town for the address.
"zip": "A String", # The US Postal Zip Code of the address.
"line3": "A String", # The third line of the address, if needed.
@@ -141,7 +141,32 @@
"id": "A String", # An ID for this object. IDs may change in future requests and should not be cached. Access to this field requires special access that can be requested from the Request more link on the Quotas page.
},
],
- "kind": "civicinfo#voterInfoResponse", # Identifies what kind of resource this is. Value: the fixed string "civicinfo#voterInfoResponse".
+ "dropOffLocations": [ # Locations where a voter is eligible to drop off a completed ballot. The voter must have received and completed a ballot prior to arriving at the location. The location may not have ballots available on the premises. These locations could be open on or before election day as indicated in the pollingHours field.
+ { # A location where a voter can vote. This may be an early vote site, an election day voting location, or a drop off location for a completed ballot.
+ "startDate": "A String", # The first date that this early vote site or drop off location may be used. This field is not populated for polling locations.
+ "pollingHours": "A String", # A description of when this location is open.
+ "endDate": "A String", # The last date that this early vote site or drop off location may be used. This field is not populated for polling locations.
+ "name": "A String", # The name of the early vote site or drop off location. This field is not populated for polling locations.
+ "notes": "A String", # Notes about this location (e.g. accessibility ramp or entrance to use).
+ "voterServices": "A String", # The services provided by this early vote site or drop off location. This field is not populated for polling locations.
+ "sources": [ # A list of sources for this location. If multiple sources are listed the data has been aggregated from those sources.
+ { # Contains information about the data source for the element containing it.
+ "official": True or False, # Whether this data comes from an official government source.
+ "name": "A String", # The name of the data source.
+ },
+ ],
+ "address": { # A simple representation of an address. # The address of the location.
+ "city": "A String", # The city or town for the address.
+ "zip": "A String", # The US Postal Zip Code of the address.
+ "line3": "A String", # The third line of the address, if needed.
+ "line2": "A String", # The second line the address, if needed.
+ "line1": "A String", # The street name and number of this address.
+ "locationName": "A String", # The name of the location.
+ "state": "A String", # The US two letter state abbreviation of the address.
+ },
+ "id": "A String", # An ID for this object. IDs may change in future requests and should not be cached. Access to this field requires special access that can be requested from the Request more link on the Quotas page.
+ },
+ ],
"otherElections": [ # If no election ID was specified in the query, and there was more than one election with data for the given voter, this will contain information about the other elections that could apply.
{ # Information about the election that was queried.
"electionDay": "A String", # Day of the election in YYYY-MM-DD format.
@@ -149,6 +174,7 @@
"name": "A String", # A displayable name for the election.
},
],
+ "kind": "civicinfo#voterInfoResponse", # Identifies what kind of resource this is. Value: the fixed string "civicinfo#voterInfoResponse".
"normalizedInput": { # A simple representation of an address. # The normalized version of the requested address
"city": "A String", # The city or town for the address.
"zip": "A String", # The US Postal Zip Code of the address.
@@ -218,21 +244,21 @@
"id": "A String", # The unique ID of this election.
"name": "A String", # A displayable name for the election.
},
- "pollingLocations": [ # Locations where the voter is eligible to vote on election day. For states with mail-in voting only, these locations will be nearby drop box locations. Drop box locations are free to the voter and may be used instead of placing the ballot in the mail.
- { # A location where a voter can vote. This may be an early vote site or an election day voting location.
- "startDate": "A String", # The first date that this early vote site may be used. This field is not populated for polling locations.
+ "pollingLocations": [ # Locations where the voter is eligible to vote on election day.
+ { # A location where a voter can vote. This may be an early vote site, an election day voting location, or a drop off location for a completed ballot.
+ "startDate": "A String", # The first date that this early vote site or drop off location may be used. This field is not populated for polling locations.
"pollingHours": "A String", # A description of when this location is open.
- "endDate": "A String", # The last date that this early vote site may be used. This field is not populated for polling locations.
- "name": "A String", # The name of the early vote site. This field is not populated for polling locations.
- "notes": "A String", # Notes about this location (e.g. accessibility ramp or entrance to use)
- "voterServices": "A String", # The services provided by this early vote site. This field is not populated for polling locations.
+ "endDate": "A String", # The last date that this early vote site or drop off location may be used. This field is not populated for polling locations.
+ "name": "A String", # The name of the early vote site or drop off location. This field is not populated for polling locations.
+ "notes": "A String", # Notes about this location (e.g. accessibility ramp or entrance to use).
+ "voterServices": "A String", # The services provided by this early vote site or drop off location. This field is not populated for polling locations.
"sources": [ # A list of sources for this location. If multiple sources are listed the data has been aggregated from those sources.
{ # Contains information about the data source for the element containing it.
"official": True or False, # Whether this data comes from an official government source.
"name": "A String", # The name of the data source.
},
],
- "address": { # A simple representation of an address. # The address of the location
+ "address": { # A simple representation of an address. # The address of the location.
"city": "A String", # The city or town for the address.
"zip": "A String", # The US Postal Zip Code of the address.
"line3": "A String", # The third line of the address, if needed.
@@ -244,7 +270,7 @@
"id": "A String", # An ID for this object. IDs may change in future requests and should not be cached. Access to this field requires special access that can be requested from the Request more link on the Quotas page.
},
],
- "contests": [ # Contests that will appear on the voter's ballot
+ "contests": [ # Contests that will appear on the voter's ballot.
{ # Information about a contest that appears on a voter's ballot.
"numberVotingFor": "A String", # The number of candidates that a voter may vote for in this contest.
"office": "A String", # The name of the office for this contest.