@googleapis/sheets 9.4.0 → 9.5.0

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,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [9.5.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v9.4.1...sheets-v9.5.0) (2025-03-18)
4
+
5
+
6
+ ### Features
7
+
8
+ * **sheets:** update the API ([d82a179](https://github.com/googleapis/google-api-nodejs-client/commit/d82a179c5d3ab1774a02ef7e134c55abda2d65cd))
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **sheets:** update the API ([67f8e98](https://github.com/googleapis/google-api-nodejs-client/commit/67f8e9822d0f8219d042f5a3f1e678db8fa65792))
14
+ * **sheets:** update the API ([26e077f](https://github.com/googleapis/google-api-nodejs-client/commit/26e077f421b91ed2dbf883f47e5c9ad7ed55821b))
15
+
16
+ ## [9.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v9.4.0...sheets-v9.4.1) (2025-03-18)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * **sheets:** update the API ([67f8e98](https://github.com/googleapis/google-api-nodejs-client/commit/67f8e9822d0f8219d042f5a3f1e678db8fa65792))
22
+
3
23
  ## [9.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v9.3.2...sheets-v9.4.0) (2025-02-04)
4
24
 
5
25
 
package/build/v4.d.ts CHANGED
@@ -2745,7 +2745,7 @@ export declare namespace sheets_v4 {
2745
2745
  */
2746
2746
  export interface Schema$InsertRangeRequest {
2747
2747
  /**
2748
- * The range to insert new cells into.
2748
+ * The range to insert new cells into. The range is constrained to the current sheet boundaries.
2749
2749
  */
2750
2750
  range?: Schema$GridRange;
2751
2751
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/sheets",
3
- "version": "9.4.0",
3
+ "version": "9.5.0",
4
4
  "description": "sheets",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v4.ts CHANGED
@@ -2793,7 +2793,7 @@ export namespace sheets_v4 {
2793
2793
  */
2794
2794
  export interface Schema$InsertRangeRequest {
2795
2795
  /**
2796
- * The range to insert new cells into.
2796
+ * The range to insert new cells into. The range is constrained to the current sheet boundaries.
2797
2797
  */
2798
2798
  range?: Schema$GridRange;
2799
2799
  /**