File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2.0.10
2
+ ==========
3
+ Bug fixes
4
+ ----------
5
+ - Made options for ` setWorkerActivity ` nullable
6
+
7
+
8
+
1
9
2.0.9
2
10
==========
3
11
Bug fixes
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export class Worker extends (EventEmitter as new () => TypedEmitter<WorkerEvents
37
37
export class Supervisor extends Worker {
38
38
monitor ( taskSid : string , reservationSid : string , extraParams : Object ) : Promise < void > ;
39
39
setWorkerAttributes ( workerSid : string , attributes : Record < string , any > ) : Promise < Worker > ;
40
- setWorkerActivity ( workerSid : string , activitySid : string , options : ActivityOptions ) : Promise < Worker > ;
40
+ setWorkerActivity ( workerSid : string , activitySid : string , options ? : ActivityOptions ) : Promise < Worker > ;
41
41
}
42
42
43
43
interface WorkerEvents {
You can’t perform that action at this time.
0 commit comments