Skip to content

Commit 8a4bad1

Browse files
chore(civicinfo): update the api
1 parent 22f2a9d commit 8a4bad1

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

docs/dyn/civicinfo_v2.representatives.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h3>Method Details</h3>
120120
judge -
121121
schoolBoard -
122122
specialPurposeOfficer -
123+
otherRole -
123124
x__xgafv: string, V1 error format.
124125
Allowed values
125126
1 - v1 error format
@@ -238,6 +239,7 @@ <h3>Method Details</h3>
238239
judge -
239240
schoolBoard -
240241
specialPurposeOfficer -
242+
otherRole -
241243
x__xgafv: string, V1 error format.
242244
Allowed values
243245
1 - v1 error format

googleapiclient/discovery_cache/documents/civicinfo.v2.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,8 @@
234234
"highestCourtJudge",
235235
"judge",
236236
"schoolBoard",
237-
"specialPurposeOfficer"
237+
"specialPurposeOfficer",
238+
"otherRole"
238239
],
239240
"enumDescriptions": [
240241
"",
@@ -247,6 +248,7 @@
247248
"",
248249
"",
249250
"",
251+
"",
250252
""
251253
],
252254
"location": "query",
@@ -320,7 +322,8 @@
320322
"highestCourtJudge",
321323
"judge",
322324
"schoolBoard",
323-
"specialPurposeOfficer"
325+
"specialPurposeOfficer",
326+
"otherRole"
324327
],
325328
"enumDescriptions": [
326329
"",
@@ -333,6 +336,7 @@
333336
"",
334337
"",
335338
"",
339+
"",
336340
""
337341
],
338342
"location": "query",
@@ -348,7 +352,7 @@
348352
}
349353
}
350354
},
351-
"revision": "20210616",
355+
"revision": "20210629",
352356
"rootUrl": "https://civicinfo.googleapis.com/",
353357
"schemas": {
354358
"AdministrationRegion": {
@@ -647,7 +651,8 @@
647651
"highestCourtJudge",
648652
"judge",
649653
"schoolBoard",
650-
"specialPurposeOfficer"
654+
"specialPurposeOfficer",
655+
"otherRole"
651656
],
652657
"enumDescriptions": [
653658
"",
@@ -660,6 +665,7 @@
660665
"",
661666
"",
662667
"",
668+
"",
663669
""
664670
],
665671
"type": "string"
@@ -934,7 +940,8 @@
934940
"highestCourtJudge",
935941
"judge",
936942
"schoolBoard",
937-
"specialPurposeOfficer"
943+
"specialPurposeOfficer",
944+
"otherRole"
938945
],
939946
"enumDescriptions": [
940947
"",
@@ -947,6 +954,7 @@
947954
"",
948955
"",
949956
"",
957+
"",
950958
""
951959
],
952960
"type": "string"

0 commit comments

Comments
 (0)