@types/bull
Advanced tools
Comparing version 3.3.4 to 3.3.5
@@ -138,3 +138,3 @@ // Type definitions for bull 3.3 | ||
type JobStatus = 'completed' | 'wait' | 'active' | 'delayed' | 'failed'; | ||
type JobStatus = 'completed' | 'waiting' | 'active' | 'delayed' | 'failed'; | ||
@@ -436,2 +436,7 @@ interface BackoffOptions { | ||
/** | ||
* Returns a promise that will return an array with the waiting jobs between start and end. | ||
*/ | ||
getWaiting(start?: number, end?: number): Promise<Job[]>; | ||
/** | ||
* Returns a promise that will return an array with the active jobs between start and end. | ||
@@ -438,0 +443,0 @@ */ |
{ | ||
"name": "@types/bull", | ||
"version": "3.3.4", | ||
"version": "3.3.5", | ||
"description": "TypeScript definitions for bull", | ||
@@ -43,4 +43,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "7b3fe1c65ebb835f944f0411000135955c8bbaf206bb93aac2ff1e5f5db2dc2a", | ||
"typesPublisherContentHash": "57f1403f870e50a60f46d1724943424e76aa47608a759d464ab13cb1e4f115b3", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 30 Jan 2018 20:01:15 GMT | ||
* Last updated: Tue, 13 Feb 2018 20:54:39 GMT | ||
* Dependencies: ioredis, bluebird | ||
@@ -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
24389
519