@spytecgps/nova-orm 0.0.87 → 0.0.89
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.
|
@@ -47,6 +47,7 @@ export declare class DeviceBehaviorsRepository extends BaseRepository {
|
|
|
47
47
|
* - params.behaviorParams: The behavior params, optional
|
|
48
48
|
* - params.status: The status
|
|
49
49
|
* - params.extraParams: The extra params, optional
|
|
50
|
+
* - params.commandTaskId: The common command task if the behavior is part of a bulk action, optional
|
|
50
51
|
* @returns The device behavior task
|
|
51
52
|
*/
|
|
52
53
|
createDeviceBehaviorTask(params: CreateDeviceBehaviorTaskParams): Promise<UserDeviceBehaviorTask>;
|