bullmq 1.80.1 → 1.80.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/bullmq.d.ts
CHANGED
@@ -610,7 +610,7 @@ export declare class Job<DataType = any, ReturnType = any, NameType extends stri
|
|
610
610
|
* @param opts - The options bag for moving a job to waiting-children.
|
611
611
|
* @returns true if the job was moved
|
612
612
|
*/
|
613
|
-
moveToWaitingChildren(token: string, opts?: MoveToChildrenOpts): Promise<boolean
|
613
|
+
moveToWaitingChildren(token: string, opts?: MoveToChildrenOpts): Promise<boolean>;
|
614
614
|
/**
|
615
615
|
* Promotes a delayed job so that it starts to be processed as soon as possible.
|
616
616
|
*/
|
@@ -290,7 +290,7 @@ export declare class Job<DataType = any, ReturnType = any, NameType extends stri
|
|
290
290
|
* @param opts - The options bag for moving a job to waiting-children.
|
291
291
|
* @returns true if the job was moved
|
292
292
|
*/
|
293
|
-
moveToWaitingChildren(token: string, opts?: MoveToChildrenOpts): Promise<boolean
|
293
|
+
moveToWaitingChildren(token: string, opts?: MoveToChildrenOpts): Promise<boolean>;
|
294
294
|
/**
|
295
295
|
* Promotes a delayed job so that it starts to be processed as soon as possible.
|
296
296
|
*/
|
@@ -290,7 +290,7 @@ export declare class Job<DataType = any, ReturnType = any, NameType extends stri
|
|
290
290
|
* @param opts - The options bag for moving a job to waiting-children.
|
291
291
|
* @returns true if the job was moved
|
292
292
|
*/
|
293
|
-
moveToWaitingChildren(token: string, opts?: MoveToChildrenOpts): Promise<boolean
|
293
|
+
moveToWaitingChildren(token: string, opts?: MoveToChildrenOpts): Promise<boolean>;
|
294
294
|
/**
|
295
295
|
* Promotes a delayed job so that it starts to be processed as soon as possible.
|
296
296
|
*/
|