@googleapis/solar 0.2.0 → 0.2.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.1](https://github.com/googleapis/google-api-nodejs-client/compare/solar-v0.2.0...solar-v0.2.1) (2025-02-04)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **solar:** update the API ([d95dd5a](https://github.com/googleapis/google-api-nodejs-client/commit/d95dd5aca06932cd333dd167c835773b6b383f13))
9
+
3
10
  ## [0.2.0](https://github.com/googleapis/google-api-nodejs-client/compare/solar-v0.1.0...solar-v0.2.0) (2024-08-27)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -102,7 +102,7 @@ export declare namespace solar_v1 {
102
102
  */
103
103
  imageryQuality?: string | null;
104
104
  /**
105
- * The resource name for the building, of the format `building/`.
105
+ * The resource name for the building, of the format `buildings/{place_id\}`.
106
106
  */
107
107
  name?: string | null;
108
108
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/solar",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "solar",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -157,7 +157,7 @@ export namespace solar_v1 {
157
157
  */
158
158
  imageryQuality?: string | null;
159
159
  /**
160
- * The resource name for the building, of the format `building/`.
160
+ * The resource name for the building, of the format `buildings/{place_id\}`.
161
161
  */
162
162
  name?: string | null;
163
163
  /**