@types/bull
Advanced tools
Comparing version 3.15.6 to 3.15.7
@@ -594,4 +594,5 @@ // Type definitions for bull 3.15 | ||
* otherwise they will be placed in the queue and executed as soon as possible. | ||
* 'repeat' option is not supported in addBulk https://github.com/OptimalBits/bull/issues/1731 | ||
*/ | ||
addBulk(jobs: Array<{name?: string | undefined, data: T, opts?: JobOptions | undefined}>): Promise<Array<Job<T>>>; | ||
addBulk(jobs: Array<{name?: string | undefined, data: T, opts?: Omit<JobOptions, "repeat"> | undefined}>): Promise<Array<Job<T>>>; | ||
@@ -598,0 +599,0 @@ /** |
{ | ||
"name": "@types/bull", | ||
"version": "3.15.6", | ||
"version": "3.15.7", | ||
"description": "TypeScript definitions for bull", | ||
@@ -113,6 +113,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bull", | ||
"dependencies": { | ||
"@types/ioredis": "*" | ||
"@types/ioredis": "*", | ||
"@types/redis": "^2.8.0" | ||
}, | ||
"typesPublisherContentHash": "176d6ac90d8286076a8035d43bf381fa0d8b346342ca2b76929b9d650cdae202", | ||
"typesPublisherContentHash": "c51e1a4b6e354c512cfc35a71239c0ff4663522a12f095eb8a411e1cfc54ae76", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 22 Nov 2021 16:31:04 GMT | ||
* Last updated: Thu, 09 Dec 2021 09:01:21 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
38502
783
2
+ Added@types/redis@^2.8.0
+ Added@types/node@22.10.2(transitive)
+ Added@types/redis@2.8.32(transitive)
+ Addedundici-types@6.20.0(transitive)