Skip to content

Commit

Permalink
fix(solar): update the API
Browse files Browse the repository at this point in the history
#### solar:v1

The following keys were changed:
- schemas.BuildingInsights.properties.name.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jan 29, 2025
1 parent d82a179 commit d95dd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/solar-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
}
}
},
"revision": "20240820",
"revision": "20241211",
"rootUrl": "https://solar.googleapis.com/",
"schemas": {
"BuildingInsights": {
Expand Down Expand Up @@ -345,7 +345,7 @@
"type": "string"
},
"name": {
"description": "The resource name for the building, of the format `building/`.",
"description": "The resource name for the building, of the format `buildings/{place_id}`.",
"type": "string"
},
"postalCode": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/solar/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export namespace solar_v1 {
*/
imageryQuality?: string | null;
/**
* The resource name for the building, of the format `building/`.
* The resource name for the building, of the format `buildings/{place_id\}`.
*/
name?: string | null;
/**
Expand Down

0 comments on commit d95dd5a

Please sign in to comment.