@googleapis/sheets 7.0.0 → 8.0.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,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [8.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v7.0.1...sheets-v8.0.0) (2024-06-06)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * 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))
13
+ * **sheets:** update the API ([74b2d05](https://github.com/googleapis/google-api-nodejs-client/commit/74b2d057117112b9b6991f70dc47ac60a9945e82))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **sheets:** update the API ([f4ea2dc](https://github.com/googleapis/google-api-nodejs-client/commit/f4ea2dc8ead11706f9c1731b061a70c1c45cb8db))
19
+
20
+ ## [7.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v7.0.0...sheets-v7.0.1) (2024-06-03)
21
+
22
+
23
+ ### Bug Fixes
24
+
25
+ * **sheets:** update the API ([f4ea2dc](https://github.com/googleapis/google-api-nodejs-client/commit/f4ea2dc8ead11706f9c1731b061a70c1c45cb8db))
26
+
3
27
  ## [7.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/sheets-v6.1.0...sheets-v7.0.0) (2024-05-02)
4
28
 
5
29
 
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/sheets",
3
- "version": "7.0.0",
3
+ "version": "8.0.0",
4
4
  "description": "sheets",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
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
  /**