@maxim_mazurok/gapi.client.solar-v1 0.2.20260621 → 0.3.20260622
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -24
- 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: 20260622
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -39,11 +39,7 @@ declare namespace gapi.client {
|
|
|
39
39
|
imageryProcessedDate?: Date;
|
|
40
40
|
/** The quality of the imagery used to compute the data for this building. */
|
|
41
41
|
imageryQuality?:
|
|
42
|
-
| '
|
|
43
|
-
| 'HIGH'
|
|
44
|
-
| 'MEDIUM'
|
|
45
|
-
| 'LOW'
|
|
46
|
-
| 'BASE';
|
|
42
|
+
'IMAGERY_QUALITY_UNSPECIFIED' | 'HIGH' | 'MEDIUM' | 'LOW' | 'BASE';
|
|
47
43
|
/** The resource name for the building, of the format `buildings/{place_id}`. */
|
|
48
44
|
name?: string;
|
|
49
45
|
/** Postal code (e.g., US zip code) this building is contained by. */
|
|
@@ -90,11 +86,7 @@ declare namespace gapi.client {
|
|
|
90
86
|
imageryProcessedDate?: Date;
|
|
91
87
|
/** The quality of the result's imagery. */
|
|
92
88
|
imageryQuality?:
|
|
93
|
-
| '
|
|
94
|
-
| 'HIGH'
|
|
95
|
-
| 'MEDIUM'
|
|
96
|
-
| 'LOW'
|
|
97
|
-
| 'BASE';
|
|
89
|
+
'IMAGERY_QUALITY_UNSPECIFIED' | 'HIGH' | 'MEDIUM' | 'LOW' | 'BASE';
|
|
98
90
|
/** The URL for the building mask image: one bit per pixel saying whether that pixel is considered to be part of a rooftop or not. */
|
|
99
91
|
maskUrl?: string;
|
|
100
92
|
/** The URL for the monthly flux map (sunlight on roofs, broken down by month) of the region. Values are kWh/kW/year. The GeoTIFF pointed to by this URL will contain twelve bands, corresponding to January...December, in order. */
|
|
@@ -251,9 +243,7 @@ declare namespace gapi.client {
|
|
|
251
243
|
center?: LatLng;
|
|
252
244
|
/** The orientation of the panel. */
|
|
253
245
|
orientation?:
|
|
254
|
-
| '
|
|
255
|
-
| 'LANDSCAPE'
|
|
256
|
-
| 'PORTRAIT';
|
|
246
|
+
'SOLAR_PANEL_ORIENTATION_UNSPECIFIED' | 'LANDSCAPE' | 'PORTRAIT';
|
|
257
247
|
/** Index in roof_segment_stats of the `RoofSegmentSizeAndSunshineStats` which corresponds to the roof segment that this panel is placed on. */
|
|
258
248
|
segmentIndex?: number;
|
|
259
249
|
/** How much sunlight energy this layout captures over the course of a year, in DC kWh. */
|
|
@@ -336,11 +326,7 @@ declare namespace gapi.client {
|
|
|
336
326
|
quotaUser?: string;
|
|
337
327
|
/** Optional. The minimum quality level allowed in the results. No result with lower quality than this will be returned. Not specifying this is equivalent to restricting to HIGH quality only. */
|
|
338
328
|
requiredQuality?:
|
|
339
|
-
| '
|
|
340
|
-
| 'HIGH'
|
|
341
|
-
| 'MEDIUM'
|
|
342
|
-
| 'LOW'
|
|
343
|
-
| 'BASE';
|
|
329
|
+
'IMAGERY_QUALITY_UNSPECIFIED' | 'HIGH' | 'MEDIUM' | 'LOW' | 'BASE';
|
|
344
330
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
345
331
|
upload_protocol?: string;
|
|
346
332
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -385,11 +371,7 @@ declare namespace gapi.client {
|
|
|
385
371
|
radiusMeters?: number;
|
|
386
372
|
/** Optional. The minimum quality level allowed in the results. No result with lower quality than this will be returned. Not specifying this is equivalent to restricting to HIGH quality only. */
|
|
387
373
|
requiredQuality?:
|
|
388
|
-
| '
|
|
389
|
-
| 'HIGH'
|
|
390
|
-
| 'MEDIUM'
|
|
391
|
-
| 'LOW'
|
|
392
|
-
| 'BASE';
|
|
374
|
+
'IMAGERY_QUALITY_UNSPECIFIED' | 'HIGH' | 'MEDIUM' | 'LOW' | 'BASE';
|
|
393
375
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
394
376
|
upload_protocol?: string;
|
|
395
377
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|