Skip to content

Commit 596943b

Browse files
yoshi-automationleahecole
authored andcommitted
fix(places): update the API
#### places:v1 The following keys were changed: - schemas.GoogleMapsPlacesV1PlaceEvChargeAmenitySummary.properties.store.description
1 parent 1e15be0 commit 596943b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/places-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
}
281281
}
282282
},
283-
"revision": "20250629",
283+
"revision": "20250810",
284284
"rootUrl": "https://places.googleapis.com/",
285285
"schemas": {
286286
"GoogleGeoTypeViewport": {
@@ -1464,7 +1464,7 @@
14641464
},
14651465
"store": {
14661466
"$ref": "GoogleMapsPlacesV1ContentBlock",
1467-
"description": "A summary of the nearby gas stations."
1467+
"description": "A summary of the nearby stores."
14681468
}
14691469
},
14701470
"type": "object"

src/apis/places/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ export namespace places_v1 {
999999
*/
10001000
restaurant?: Schema$GoogleMapsPlacesV1ContentBlock;
10011001
/**
1002-
* A summary of the nearby gas stations.
1002+
* A summary of the nearby stores.
10031003
*/
10041004
store?: Schema$GoogleMapsPlacesV1ContentBlock;
10051005
}

0 commit comments

Comments
 (0)