@googleapis/tasks 1.0.3 → 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 +11 -0
- package/build/v1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
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
|
+
|
|
3
14
|
## [1.0.3](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v1.0.2...tasks-v1.0.3) (2023-10-11)
|
|
4
15
|
|
|
5
16
|
|
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
|
|
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
package/v1.ts
CHANGED
|
@@ -1576,7 +1576,7 @@ export namespace tasks_v1 {
|
|
|
1576
1576
|
*/
|
|
1577
1577
|
dueMin?: string;
|
|
1578
1578
|
/**
|
|
1579
|
-
* Maximum number of
|
|
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
|
/**
|