@types/imapflow
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -120,8 +120,8 @@ // Type definitions for imapflow 1.0 | ||
query: { | ||
messages: boolean; | ||
recent: boolean; | ||
uidNext: boolean; | ||
uidValidity: boolean; | ||
unseen: boolean; | ||
highestModseq: boolean; | ||
messages?: boolean; | ||
recent?: boolean; | ||
uidNext?: boolean; | ||
uidValidity?: boolean; | ||
unseen?: boolean; | ||
highestModseq?: boolean; | ||
}, | ||
@@ -226,3 +226,3 @@ ): Promise<StatusObject>; | ||
source?: boolean | object; | ||
threadId?: string; | ||
threadId?: boolean; | ||
labels?: boolean; | ||
@@ -306,3 +306,3 @@ headers?: boolean | string[]; | ||
unseen?: number; | ||
highestModSeq?: bigint; | ||
highestModseq?: bigint; | ||
} | ||
@@ -309,0 +309,0 @@ |
{ | ||
"name": "@types/imapflow", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "TypeScript definitions for imapflow", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/imapflow", | ||
}, | ||
"typesPublisherContentHash": "30112b44bb5449449f158f1c904911e80c39841032eb07599a5a9486a2682eb3", | ||
"typesPublisherContentHash": "5a4d4adc5654c047b06c1081a237cf4d42dfff32ac1fab8b59f8d5e9bf82552e", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 18 Mar 2023 07:02:34 GMT | ||
* Last updated: Sat, 29 Apr 2023 17:02:49 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12248