Skip to content

Commit d95dd5a

Browse files
yoshi-automationsofisl
authored andcommitted
fix(solar): update the API
#### solar:v1 The following keys were changed: - schemas.BuildingInsights.properties.name.description
1 parent d82a179 commit d95dd5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/solar-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
}
300300
}
301301
},
302-
"revision": "20240820",
302+
"revision": "20241211",
303303
"rootUrl": "https://solar.googleapis.com/",
304304
"schemas": {
305305
"BuildingInsights": {
@@ -345,7 +345,7 @@
345345
"type": "string"
346346
},
347347
"name": {
348-
"description": "The resource name for the building, of the format `building/`.",
348+
"description": "The resource name for the building, of the format `buildings/{place_id}`.",
349349
"type": "string"
350350
},
351351
"postalCode": {

src/apis/solar/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export namespace solar_v1 {
157157
*/
158158
imageryQuality?: string | null;
159159
/**
160-
* The resource name for the building, of the format `building/`.
160+
* The resource name for the building, of the format `buildings/{place_id\}`.
161161
*/
162162
name?: string | null;
163163
/**

0 commit comments

Comments
 (0)