@googleapis/tasks 7.0.4 → 9.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 +44 -0
- package/README.md +0 -9
- package/build/index.d.ts +1 -1
- package/build/index.js.map +1 -1
- package/build/v1.d.ts +929 -30
- package/build/v1.js.map +1 -1
- package/index.ts +0 -1
- package/package.json +2 -2
- package/v1.ts +985 -44
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,49 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [9.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v9.0.0...tasks-v9.0.1) (2025-07-08)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **tasks:** update the API ([b52ea12](https://github.com/googleapis/google-api-nodejs-client/commit/b52ea12acaed2190436e9367884a051edec32ed1))
|
|
9
|
+
* **tasks:** update the API ([1d8f3fd](https://github.com/googleapis/google-api-nodejs-client/commit/1d8f3fde22de5f4d0ad290e957091dbd2f66d8dc))
|
|
10
|
+
|
|
11
|
+
## [9.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v8.0.1...tasks-v9.0.0) (2025-06-30)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### ⚠ BREAKING CHANGES
|
|
15
|
+
|
|
16
|
+
* upgrade to node 18
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Bug Fixes
|
|
24
|
+
|
|
25
|
+
* **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
|
|
26
|
+
* **tasks:** update the API ([1d8f3fd](https://github.com/googleapis/google-api-nodejs-client/commit/1d8f3fde22de5f4d0ad290e957091dbd2f66d8dc))
|
|
27
|
+
* **tasks:** update the API ([a68eb91](https://github.com/googleapis/google-api-nodejs-client/commit/a68eb91724df65681d2b65d8f73844b98264cd6a))
|
|
28
|
+
|
|
29
|
+
## [8.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v8.0.0...tasks-v8.0.1) (2025-06-04)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* **deps:** upgrade googleapis-common to 8.0.2-rc ([f4b0990](https://github.com/googleapis/google-api-nodejs-client/commit/f4b099071040cfbcfe4a2e7d487d45ee93b369e0))
|
|
35
|
+
|
|
36
|
+
## [8.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v7.0.4...tasks-v8.0.0) (2025-05-29)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### ⚠ BREAKING CHANGES
|
|
40
|
+
|
|
41
|
+
* upgrade to node 18
|
|
42
|
+
|
|
43
|
+
### Features
|
|
44
|
+
|
|
45
|
+
* upgrade to node 18 ([682fbb8](https://github.com/googleapis/google-api-nodejs-client/commit/682fbb869189ae92b3e9a194d37d0548af0c1f92))
|
|
46
|
+
|
|
3
47
|
## [7.0.4](https://github.com/googleapis/google-api-nodejs-client/compare/tasks-v7.0.3...tasks-v7.0.4) (2025-05-05)
|
|
4
48
|
|
|
5
49
|
|
package/README.md
CHANGED
|
@@ -4,15 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
> The Google Tasks API lets you manage your tasks and task lists.
|
|
6
6
|
|
|
7
|
-
## Support status
|
|
8
|
-
**Note**: Google provides multiple libraries for this service. This library is in
|
|
9
|
-
maintenance mode, and will continue to be made available for users who have
|
|
10
|
-
existing applications. If you're building a new application, or modernizing a
|
|
11
|
-
legacy application, please use [@google-cloud/tasks](https://www.npmjs.com/package/@google-cloud/tasks) instead.
|
|
12
|
-
The [@google-cloud/tasks](https://www.npmjs.com/package/@google-cloud/tasks) library is faster, easier to use, and better maintained.
|
|
13
|
-
|
|
14
|
-
To learn more, see [Client Libraries Explained](https://cloud.google.com/apis/docs/client-libraries-explained).
|
|
15
|
-
|
|
16
7
|
## Installation
|
|
17
8
|
|
|
18
9
|
```sh
|
package/build/index.d.ts
CHANGED
|
@@ -9,4 +9,4 @@ export declare function tasks(options: tasks_v1.Options): tasks_v1.Tasks;
|
|
|
9
9
|
declare const auth: AuthPlus;
|
|
10
10
|
export { auth };
|
|
11
11
|
export { tasks_v1 };
|
|
12
|
-
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions,
|
|
12
|
+
export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, MethodOptions, BodyResponseCallback, } from 'googleapis-common';
|
package/build/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;AAEjC,kCAAkC;AAElC,yDAAuE;AACvE,6BAA8B;AAiBtB,yFAjBA,aAAQ,OAiBA;AAfH,QAAA,QAAQ,GAAG;IACtB,EAAE,EAAE,aAAQ,CAAC,KAAK;CACnB,CAAC;AAIF,SAAgB,KAAK,CAEnB,gBAAyC;IAEzC,OAAO,IAAA,0BAAM,EAAI,OAAO,EAAE,gBAAgB,EAAE,gBAAQ,EAAE,IAAI,CAAC,CAAC;AAC9D,CAAC;AALD,sBAKC;AAED,MAAM,IAAI,GAAG,IAAI,4BAAQ,EAAE,CAAC;AACpB,oBAAI;AAEZ,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";AAAA,4BAA4B;AAC5B,kEAAkE;AAClE,mEAAmE;AACnE,0CAA0C;AAC1C,EAAE;AACF,gDAAgD;AAChD,EAAE;AACF,sEAAsE;AACtE,oEAAoE;AACpE,2EAA2E;AAC3E,sEAAsE;AACtE,iCAAiC;;;AAEjC,kCAAkC;AAElC,yDAAuE;AACvE,6BAA8B;AAiBtB,yFAjBA,aAAQ,OAiBA;AAfH,QAAA,QAAQ,GAAG;IACtB,EAAE,EAAE,aAAQ,CAAC,KAAK;CACnB,CAAC;AAIF,SAAgB,KAAK,CAEnB,gBAAyC;IAEzC,OAAO,IAAA,0BAAM,EAAI,OAAO,EAAE,gBAAgB,EAAE,gBAAQ,EAAE,IAAI,CAAC,CAAC;AAC9D,CAAC;AALD,sBAKC;AAED,MAAM,IAAI,GAAG,IAAI,4BAAQ,EAAE,CAAC;AACpB,oBAAI;AAEZ,uDAQ2B;AAPzB,6GAAA,QAAQ,OAAA"}
|