@types/imapflow
Advanced tools
Comparing version 1.0.4 to 1.0.5
// Type definitions for imapflow 1.0 | ||
// Project: https://imapflow.com/ | ||
// Definitions by: Jeffrey Ratton <https://github.com/jeffreyratton98> | ||
// Martin Badin <https://github.com/martin-badin> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -47,3 +48,6 @@ | ||
list(): Promise<ListResponse>; | ||
/** | ||
* @see {@link https://imapflow.com/module-imapflow-ImapFlow.html#list} | ||
*/ | ||
list(): Promise<ListResponse[]>; | ||
@@ -50,0 +54,0 @@ listTree(): Promise<ListTreeResponse>; |
{ | ||
"name": "@types/imapflow", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "TypeScript definitions for imapflow", | ||
@@ -12,2 +12,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imapflow", | ||
"githubUsername": "jeffreyratton98" | ||
}, | ||
{ | ||
"name": "Martin Badin", | ||
"url": "https://github.com/martin-badin", | ||
"githubUsername": "martin-badin" | ||
} | ||
@@ -26,4 +31,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "e4d142dbd98526903274f49629db0aadde764da8a617b5d03e8a5f9ae865788d", | ||
"typesPublisherContentHash": "f9f6e8a9ad4a7f4bb31d7d7992512473065e4e5ef9f181105aacdf3fabac56b4", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 13 Dec 2021 19:01:08 GMT | ||
* Last updated: Sun, 26 Dec 2021 08:31:21 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Jeffrey Ratton](https://github.com/jeffreyratton98). | ||
These definitions were written by [Jeffrey Ratton](https://github.com/jeffreyratton98), and [Martin Badin](https://github.com/martin-badin). |
11443
310