@googleapis/sheets 9.4.0 → 9.6.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 +33 -0
- package/build/v4.d.ts +1 -1
- package/package.json +1 -1
- package/v4.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.6.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v9.5.0...sheets-v9.6.0) (2025-03-19)
|
|
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.5.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v9.4.1...sheets-v9.5.0) (2025-03-18)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **sheets:** update the API ([d82a179](https://github.com/googleapis/google-api-nodejs-client/commit/d82a179c5d3ab1774a02ef7e134c55abda2d65cd))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Bug Fixes
|
|
25
|
+
|
|
26
|
+
* **sheets:** update the API ([67f8e98](https://github.com/googleapis/google-api-nodejs-client/commit/67f8e9822d0f8219d042f5a3f1e678db8fa65792))
|
|
27
|
+
* **sheets:** update the API ([26e077f](https://github.com/googleapis/google-api-nodejs-client/commit/26e077f421b91ed2dbf883f47e5c9ad7ed55821b))
|
|
28
|
+
|
|
29
|
+
## [9.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v9.4.0...sheets-v9.4.1) (2025-03-18)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **sheets:** update the API ([67f8e98](https://github.com/googleapis/google-api-nodejs-client/commit/67f8e9822d0f8219d042f5a3f1e678db8fa65792))
|
|
35
|
+
|
|
3
36
|
## [9.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v9.3.2...sheets-v9.4.0) (2025-02-04)
|
|
4
37
|
|
|
5
38
|
|
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
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
|
/**
|