@maxim_mazurok/gapi.client.solar-v1 0.0.20241209 → 0.0.20241211
Sign up to get free protection for your applications and to get access to all the features.
- package/index.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
11
11
|
// Generated from: https://solar.googleapis.com/$discovery/rest?version=v1
|
12
|
-
// Revision:
|
12
|
+
// Revision: 20241211
|
13
13
|
|
14
14
|
/// <reference types="gapi.client" />
|
15
15
|
|
@@ -37,7 +37,7 @@ declare namespace gapi.client {
|
|
37
37
|
imageryProcessedDate?: Date;
|
38
38
|
/** The quality of the imagery used to compute the data for this building. */
|
39
39
|
imageryQuality?: string;
|
40
|
-
/** The resource name for the building, of the format `
|
40
|
+
/** The resource name for the building, of the format `buildings/{place_id}`. */
|
41
41
|
name?: string;
|
42
42
|
/** Postal code (e.g., US zip code) this building is contained by. */
|
43
43
|
postalCode?: string;
|