Skip to content

Commit f4b4f2f

Browse files
yoshi-automationsofisl
authored andcommitted
feat(civicinfo): update the API
#### civicinfo:v2 The following keys were added: - schemas.CivicinfoSchemaV2SimpleAddressType.properties.addressLine.items.type - schemas.CivicinfoSchemaV2SimpleAddressType.properties.addressLine.type
1 parent ae136e1 commit f4b4f2f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

discovery/civicinfo-v2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
}
202202
}
203203
},
204-
"revision": "20250430",
204+
"revision": "20250708",
205205
"rootUrl": "https://civicinfo.googleapis.com/",
206206
"schemas": {
207207
"CivicinfoApiprotosV2DivisionByAddressResponse": {
@@ -964,6 +964,12 @@
964964
"description": "A simple representation of an address.",
965965
"id": "CivicinfoSchemaV2SimpleAddressType",
966966
"properties": {
967+
"addressLine": {
968+
"items": {
969+
"type": "string"
970+
},
971+
"type": "array"
972+
},
967973
"city": {
968974
"description": "The city or town for the address.",
969975
"type": "string"

src/apis/civicinfo/v2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,7 @@ export namespace civicinfo_v2 {
650650
* A simple representation of an address.
651651
*/
652652
export interface Schema$CivicinfoSchemaV2SimpleAddressType {
653+
addressLine?: string[] | null;
653654
/**
654655
* The city or town for the address.
655656
*/

0 commit comments

Comments
 (0)