@types/bull
Advanced tools
Comparing version 3.15.2 to 3.15.3
@@ -21,2 +21,3 @@ // Type definitions for bull 3.15 | ||
// Todd Dukart <https://github.com/tdukart> | ||
// Mix <https://github.com/mnixry> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -715,2 +716,7 @@ // TypeScript Version: 2.8 | ||
/** | ||
* Returns a promise that resolves to the next job in queue. | ||
*/ | ||
getNextJob(): Promise<Job<T> | undefined>; | ||
/** | ||
* Returns a object with the logs according to the start and end arguments. The returned count | ||
@@ -717,0 +723,0 @@ * value is the total amount of logs, useful for implementing pagination. |
{ | ||
"name": "@types/bull", | ||
"version": "3.15.2", | ||
"version": "3.15.3", | ||
"description": "TypeScript definitions for bull", | ||
@@ -97,2 +97,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bull", | ||
"githubUsername": "tdukart" | ||
}, | ||
{ | ||
"name": "Mix", | ||
"url": "https://github.com/mnixry", | ||
"githubUsername": "mnixry" | ||
} | ||
@@ -111,4 +116,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "646ed8c748fd8416b0c4e68b3d24834b48e6036b51d7dca4272775445a007c25", | ||
"typesPublisherContentHash": "c5eed97383782271c0f86bea2d73f30dd58457abb4d0ef4cfa2d10ae9daa773e", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 06 Jul 2021 18:05:46 GMT | ||
* Last updated: Wed, 28 Jul 2021 00:01:20 GMT | ||
* Dependencies: [@types/ioredis](https://npmjs.com/package/@types/ioredis) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by [Bruno Grieder](https://github.com/bgrieder), [Cameron Crothers](https://github.com/JProgrammer), [Marshall Cottrell](https://github.com/marshall007), [Weeco](https://github.com/weeco), [Oleg Repin](https://github.com/iamolegga), [David Koblas](https://github.com/koblas), [Bond Akinmade](https://github.com/bondz), [Wuha Team](https://github.com/wuha-team), [Alec Brunelle](https://github.com/aleccool213), [Dan Manastireanu](https://github.com/danmana), [Kjell-Morten Bratsberg Thorsen](https://github.com/kjellmorten), [Christian D.](https://github.com/pc-jedi), [Silas Rech](https://github.com/lenovouser), [DoYoung Ha](https://github.com/hados99), [Borys Kupar](https://github.com/borys-kupar), [Remko Klein](https://github.com/remko79), [Levi Bostian](https://github.com/levibostian), and [Todd Dukart](https://github.com/tdukart). | ||
These definitions were written by [Bruno Grieder](https://github.com/bgrieder), [Cameron Crothers](https://github.com/JProgrammer), [Marshall Cottrell](https://github.com/marshall007), [Weeco](https://github.com/weeco), [Oleg Repin](https://github.com/iamolegga), [David Koblas](https://github.com/koblas), [Bond Akinmade](https://github.com/bondz), [Wuha Team](https://github.com/wuha-team), [Alec Brunelle](https://github.com/aleccool213), [Dan Manastireanu](https://github.com/danmana), [Kjell-Morten Bratsberg Thorsen](https://github.com/kjellmorten), [Christian D.](https://github.com/pc-jedi), [Silas Rech](https://github.com/lenovouser), [DoYoung Ha](https://github.com/hados99), [Borys Kupar](https://github.com/borys-kupar), [Remko Klein](https://github.com/remko79), [Levi Bostian](https://github.com/levibostian), [Todd Dukart](https://github.com/tdukart), and [Mix](https://github.com/mnixry). |
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
38241
781