@types/bull
Advanced tools
Comparing version 3.14.3 to 3.14.4
@@ -712,3 +712,3 @@ // Type definitions for bull 3.14 | ||
*/ | ||
getJobLogs(jobId: string, start?: number, end?: number): Promise<{ logs: string[], count: number }>; | ||
getJobLogs(jobId: JobId, start?: number, end?: number): Promise<{ logs: string[], count: number }>; | ||
@@ -715,0 +715,0 @@ /** |
{ | ||
"name": "@types/bull", | ||
"version": "3.14.3", | ||
"version": "3.14.4", | ||
"description": "TypeScript definitions for bull", | ||
@@ -109,4 +109,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "a912875676d3a4e892965b6d1d3d3b2d571252266283a82fcf92a6b4d43dbdbc", | ||
"typesPublisherContentHash": "ee8a904d7b099a27369a82ef43958caa58ced43f19e4f28bbaeff29e3d4db09f", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 30 Sep 2020 01:05:30 GMT | ||
* Last updated: Thu, 08 Oct 2020 20:19:48 GMT | ||
* Dependencies: [@types/ioredis](https://npmjs.com/package/@types/ioredis) | ||
@@ -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
36931