@googleapis/sheets 6.1.0 → 7.0.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 +19 -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,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [7.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v7.0.0...sheets-v7.0.1) (2024-06-03)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **sheets:** update the API ([f4ea2dc](https://github.com/googleapis/google-api-nodejs-client/commit/f4ea2dc8ead11706f9c1731b061a70c1c45cb8db))
|
|
9
|
+
|
|
10
|
+
## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v6.1.0...sheets-v7.0.0) (2024-05-02)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### ⚠ BREAKING CHANGES
|
|
14
|
+
|
|
15
|
+
* This release has breaking changes.
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* run the generator ([#3456](https://github.com/googleapis/google-api-nodejs-client/issues/3456)) ([a865e81](https://github.com/googleapis/google-api-nodejs-client/commit/a865e81539b315d3b321650663ba0b2555b1e5a1))
|
|
20
|
+
* **sheets:** update the API ([74b2d05](https://github.com/googleapis/google-api-nodejs-client/commit/74b2d057117112b9b6991f70dc47ac60a9945e82))
|
|
21
|
+
|
|
3
22
|
## [6.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v6.0.0...sheets-v6.1.0) (2024-05-02)
|
|
4
23
|
|
|
5
24
|
|
package/build/v4.d.ts
CHANGED
|
@@ -3335,7 +3335,7 @@ export declare namespace sheets_v4 {
|
|
|
3335
3335
|
range?: Schema$GridRange;
|
|
3336
3336
|
}
|
|
3337
3337
|
/**
|
|
3338
|
-
* The status of a refresh cancellation. You can send cancel request to explicitly cancel one or multiple data source object refreshes.
|
|
3338
|
+
* The status of a refresh cancellation. You can send a cancel request to explicitly cancel one or multiple data source object refreshes.
|
|
3339
3339
|
*/
|
|
3340
3340
|
export interface Schema$RefreshCancellationStatus {
|
|
3341
3341
|
/**
|
package/package.json
CHANGED
package/v4.ts
CHANGED
|
@@ -3381,7 +3381,7 @@ export namespace sheets_v4 {
|
|
|
3381
3381
|
range?: Schema$GridRange;
|
|
3382
3382
|
}
|
|
3383
3383
|
/**
|
|
3384
|
-
* The status of a refresh cancellation. You can send cancel request to explicitly cancel one or multiple data source object refreshes.
|
|
3384
|
+
* The status of a refresh cancellation. You can send a cancel request to explicitly cancel one or multiple data source object refreshes.
|
|
3385
3385
|
*/
|
|
3386
3386
|
export interface Schema$RefreshCancellationStatus {
|
|
3387
3387
|
/**
|