@googleapis/sheets 5.0.0 → 5.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 +7 -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,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v5.0.0...sheets-v5.0.1) (2023-07-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **sheets:** update the API ([be72666](https://github.com/googleapis/google-api-nodejs-client/commit/be72666388ca13d7c36fd56a73cf45166e7a511f))
|
|
9
|
+
|
|
3
10
|
## [5.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v4.0.2...sheets-v5.0.0) (2023-06-22)
|
|
4
11
|
|
|
5
12
|
|
package/build/v4.d.ts
CHANGED
|
@@ -3520,7 +3520,7 @@ export declare namespace sheets_v4 {
|
|
|
3520
3520
|
*/
|
|
3521
3521
|
randomizeRange?: Schema$RandomizeRangeRequest;
|
|
3522
3522
|
/**
|
|
3523
|
-
*
|
|
3523
|
+
* Refreshes one or multiple data sources and associated dbobjects.
|
|
3524
3524
|
*/
|
|
3525
3525
|
refreshDataSource?: Schema$RefreshDataSourceRequest;
|
|
3526
3526
|
/**
|
package/package.json
CHANGED
package/v4.ts
CHANGED
|
@@ -3566,7 +3566,7 @@ export namespace sheets_v4 {
|
|
|
3566
3566
|
*/
|
|
3567
3567
|
randomizeRange?: Schema$RandomizeRangeRequest;
|
|
3568
3568
|
/**
|
|
3569
|
-
*
|
|
3569
|
+
* Refreshes one or multiple data sources and associated dbobjects.
|
|
3570
3570
|
*/
|
|
3571
3571
|
refreshDataSource?: Schema$RefreshDataSourceRequest;
|
|
3572
3572
|
/**
|