@googleapis/tasks 7.0.3 → 7.0.4

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,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [7.0.4](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v7.0.3...tasks-v7.0.4) (2025-05-05)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **tasks:** update the API ([a68eb91](https://github.com/googleapis/google-api-nodejs-client/commit/a68eb91724df65681d2b65d8f73844b98264cd6a))
9
+
3
10
  ## [7.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v7.0.2...tasks-v7.0.3) (2025-03-18)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -447,7 +447,7 @@ export declare namespace tasks_v1 {
447
447
  insert(params: Params$Resource$Tasks$Insert, callback: BodyResponseCallback<Schema$Task>): void;
448
448
  insert(callback: BodyResponseCallback<Schema$Task>): void;
449
449
  /**
450
- * Returns all tasks in the specified task list. Does not return assigned tasks be default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
450
+ * Returns all tasks in the specified task list. Doesn't return assigned tasks by default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
451
451
  *
452
452
  * @param params - Parameters for request
453
453
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/tasks",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "tasks",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -1231,7 +1231,7 @@ export namespace tasks_v1 {
1231
1231
  }
1232
1232
 
1233
1233
  /**
1234
- * Returns all tasks in the specified task list. Does not return assigned tasks be default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
1234
+ * Returns all tasks in the specified task list. Doesn't return assigned tasks by default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
1235
1235
  *
1236
1236
  * @param params - Parameters for request
1237
1237
  * @param options - Optionally override request options, such as `url`, `method`, and `encoding`.