@googleapis/tasks 1.0.2 → 2.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,24 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v1.0.3...tasks-v2.0.0) (2024-03-12)
4
+
5
+
6
+ ### ⚠ BREAKING CHANGES
7
+
8
+ * This release has breaking changes.
9
+
10
+ ### Features
11
+
12
+ * run the generator ([#3441](https://github.com/googleapis/google-api-nodejs-client/issues/3441)) ([f832463](https://github.com/googleapis/google-api-nodejs-client/commit/f832463312572dc58fe89f9254282982a520d1df))
13
+
14
+ ## [1.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v1.0.2...tasks-v1.0.3) (2023-10-11)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **deps:** update dependency googleapis-common to v7 ([9491ec1](https://github.com/googleapis/google-api-nodejs-client/commit/9491ec1cdc3c413e7d73edcfcd59cf5c28a7c855))
20
+ * **tasks:** update the API ([0eac80e](https://github.com/googleapis/google-api-nodejs-client/commit/0eac80eb8e0af9cb0181410a7ef6ff324a0ef789))
21
+
3
22
  ## [1.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v1.0.1...tasks-v1.0.2) (2023-08-25)
4
23
 
5
24
 
package/build/v1.d.ts CHANGED
@@ -514,7 +514,7 @@ export declare namespace tasks_v1 {
514
514
  */
515
515
  dueMin?: string;
516
516
  /**
517
- * Maximum number of task lists returned on one page. Optional. The default is 20 (max allowed: 100).
517
+ * Maximum number of tasks returned on one page. Optional. The default is 20 (max allowed: 100).
518
518
  */
519
519
  maxResults?: number;
520
520
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/tasks",
3
- "version": "1.0.2",
3
+ "version": "2.0.0",
4
4
  "description": "tasks",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -1576,7 +1576,7 @@ export namespace tasks_v1 {
1576
1576
  */
1577
1577
  dueMin?: string;
1578
1578
  /**
1579
- * Maximum number of task lists returned on one page. Optional. The default is 20 (max allowed: 100).
1579
+ * Maximum number of tasks returned on one page. Optional. The default is 20 (max allowed: 100).
1580
1580
  */
1581
1581
  maxResults?: number;
1582
1582
  /**